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

Version Description

  • [Bugfix] Url passed in Facebook sharer was not being encoded and querystring variables after '&' were not appearing in the url being shared
  • [Bugfix] Sharing icons were not appearing if posts page was a page other than homepage
  • [Bugfix] "failed to open stream" PHP warning was being generated in a few cases
  • [Bugfix] CSS of default login page was getting affected
  • [Bugfix] Google +1 and GooglePlus Share buttons were vertically misaligned
  • [Bugfix] Fixed "theChampFBKey not defined" and "theChampFBLang not defined" Javascript errors generated when "Load all Javascript files in single file" option was enabled
  • [New] Added option to sync social profile data with BuddyPress XProfile fields
  • [New] Included Twitch and Steam Open ID in Social Login networks
  • [New] Included Chinese translation
  • [New] Included Portuguese translation
  • [Improvement] Improved Spanish translation
Download this release

Release Info

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

Code changes from version 7.2.1 to 7.4.1

admin/like_buttons.php CHANGED
@@ -38,6 +38,7 @@
38
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Floating Interface', 'Super-Socializer' ) ?></a></li>
39
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Miscellaneous', 'Super-Socializer' ) ?></a></li>
40
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></li>
 
41
  </ul>
42
  </h2>
43
  <div class="menu_containt_div" id="tabs-1">
@@ -757,6 +758,19 @@
757
  <?php include 'help.php'; ?>
758
  </div>
759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  </div>
761
 
762
  <div class="the_champ_clear"></div>
38
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Floating Interface', 'Super-Socializer' ) ?></a></li>
39
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Miscellaneous', 'Super-Socializer' ) ?></a></li>
40
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></li>
41
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-5"><?php _e('FAQ', 'Super-Socializer' ) ?></a></li>
42
  </ul>
43
  </h2>
44
  <div class="menu_containt_div" id="tabs-1">
758
  <?php include 'help.php'; ?>
759
  </div>
760
 
761
+ <div class="menu_containt_div" id="tabs-5">
762
+ <div class="the_champ_left_column">
763
+ <div class="stuffbox">
764
+ <h3><label><?php _e('FAQ', 'Super-Socializer' ) ?></label></h3>
765
+ <div class="inside faq">
766
+ <p><a href="http://support.heateor.com/why-is-there-so-much-space-between-like-buttons" target="_blank"><?php _e( 'Why is there so much space between like buttons?', 'Super-Socializer' ) ?></a></p>
767
+ </div>
768
+ </div>
769
+
770
+ </div>
771
+ <?php include 'help.php'; ?>
772
+ </div>
773
+
774
  </div>
775
 
776
  <div class="the_champ_clear"></div>
admin/social_login.php CHANGED
@@ -33,8 +33,11 @@
33
  <h2 class="nav-tab-wrapper" style="height:34px">
34
  <ul>
35
  <li style="margin-left:9px"><a style="margin:0; line-height:auto !important; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Basic Configuration', 'Super-Socializer') ?></a></li>
36
- <li style="margin-left:9px"><a style="margin:0; line-height:auto !important; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Social Login', 'Super-Socializer') ?></a></li>
37
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></li>
 
 
 
38
  </ul>
39
  </h2>
40
  <div class="menu_containt_div" id="tabs-1">
@@ -116,6 +119,15 @@
116
  <input id="the_champ_login_xing" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('xing', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="xing" />
117
  <label for="the_champ_login_xing"><?php _e("Xing", 'Super-Socializer'); ?></label>
118
  </div>
 
 
 
 
 
 
 
 
 
119
  </td>
120
  </tr>
121
 
@@ -324,6 +336,28 @@
324
  </div>
325
  </td>
326
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  </table>
328
  </div>
329
  </div>
@@ -334,7 +368,7 @@
334
  <div class="menu_containt_div" id="tabs-2">
335
  <div class="the_champ_left_column">
336
  <div class="stuffbox">
337
- <h3 class="hndle"><label><?php _e('Login options', 'Super-Socializer');?></label></h3>
338
  <div class="inside">
339
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
340
  <tr>
@@ -758,7 +792,70 @@
758
  <?php include 'help.php'; ?>
759
  </div>
760
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
  <div class="menu_containt_div" id="tabs-3">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
762
  <div class="the_champ_left_column">
763
  <div class="stuffbox">
764
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
33
  <h2 class="nav-tab-wrapper" style="height:34px">
34
  <ul>
35
  <li style="margin-left:9px"><a style="margin:0; line-height:auto !important; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Basic Configuration', 'Super-Socializer') ?></a></li>
36
+ <li style="margin-left:9px"><a style="margin:0; line-height:auto !important; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Advanced Configuration', 'Super-Socializer') ?></a></li>
37
+ <?php if($theChampIsBpActive){ ?>
38
+ <li style="margin-left:9px"><a style="margin:0; line-height:auto !important; height:23px" class="nav-tab" href="#tabs-3"><?php _e('XProfile Integration', 'Super-Socializer') ?></a></li>
39
+ <?php } ?>
40
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></li>
41
  </ul>
42
  </h2>
43
  <div class="menu_containt_div" id="tabs-1">
119
  <input id="the_champ_login_xing" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('xing', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="xing" />
120
  <label for="the_champ_login_xing"><?php _e("Xing", 'Super-Socializer'); ?></label>
121
  </div>
122
+ <div class="theChampHorizontalSharingProviderContainer">
123
+ <input id="the_champ_login_steam" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('steam', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="steam" />
124
+ <label for="the_champ_login_steam"><?php _e("Steam", 'Super-Socializer'); ?></label>
125
+ </div>
126
+
127
+ <div class="theChampHorizontalSharingProviderContainer">
128
+ <input id="the_champ_login_twitch" name="the_champ_login[providers][]" type="checkbox" <?php echo isset($theChampLoginOptions['providers']) && in_array('twitch', $theChampLoginOptions['providers']) ? 'checked = "checked"' : '';?> value="twitch" />
129
+ <label for="the_champ_login_twitch"><?php _e("Twitch", 'Super-Socializer'); ?></label>
130
+ </div>
131
  </td>
132
  </tr>
133
 
336
  </div>
337
  </td>
338
  </tr>
339
+
340
+ <tr>
341
+ <th>
342
+ <img id="the_champ_sl_twitch_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
343
+ <label for="the_champ_sl_twitch_id"><?php _e("Twitch Client ID", 'Super-Socializer'); ?></label>
344
+ </th>
345
+ <td>
346
+ <input id="the_champ_sl_twitch_id" name="the_champ_login[twitch_client_id]" type="text" value="<?php echo isset($theChampLoginOptions['twitch_client_id']) ? $theChampLoginOptions['twitch_client_id'] : '' ?>" />
347
+ </td>
348
+ </tr>
349
+
350
+ <tr class="the_champ_help_content" id="the_champ_sl_twitch_id_help_cont">
351
+ <td colspan="2">
352
+ <div>
353
+ <?php echo sprintf(__('Required for Twitch Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitch Client ID', 'Super-Socializer'), 'http://support.heateor.com/how-to-enable-twitch-login-at-wordpress-website') ?>
354
+ <br/>
355
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Redirect URI</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
356
+ <br/>
357
+ <strong style="color: #14ACDF"><?php echo site_url() . '/?SuperSocializerAuth=Twitch'; ?></strong>
358
+ </div>
359
+ </td>
360
+ </tr>
361
  </table>
362
  </div>
363
  </div>
368
  <div class="menu_containt_div" id="tabs-2">
369
  <div class="the_champ_left_column">
370
  <div class="stuffbox">
371
+ <h3 class="hndle"><label><?php _e('Social Login Options', 'Super-Socializer');?></label></h3>
372
  <div class="inside">
373
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
374
  <tr>
792
  <?php include 'help.php'; ?>
793
  </div>
794
 
795
+ <?php if($theChampIsBpActive){
796
+ $profileFields = array(
797
+ 'Social ID' => 'id',
798
+ 'Social Network' => 'provider',
799
+ 'Email' => 'email',
800
+ 'Name' => 'name',
801
+ 'Username' => 'user_name',
802
+ 'First Name' => 'first_name',
803
+ 'Last Name' => 'last_name',
804
+ 'Bio' => 'bio',
805
+ 'Social Profile Url' => 'link',
806
+ 'Social Avatar Url' => 'avatar',
807
+ 'Large Social Avatar Url' => 'large_avatar'
808
+ );
809
+ ?>
810
  <div class="menu_containt_div" id="tabs-3">
811
+ <div class="the_champ_left_column">
812
+ <div class="stuffbox">
813
+ <h3><label><?php _e('XProfile Integration', 'Super-Socializer');?></label></h3>
814
+ <div class="inside">
815
+ <?php
816
+ global $wpdb;
817
+ $xprofileFields = $wpdb -> get_results("SELECT * FROM " . $wpdb -> prefix . "bp_xprofile_fields");
818
+ if($xprofileFields){
819
+ ?>
820
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
821
+ <?php
822
+ foreach($xprofileFields as $field){
823
+ if($field -> id == 1){
824
+ continue;
825
+ }
826
+ ?>
827
+ <tr>
828
+ <td>
829
+ <label><?php _e($field -> name, 'Super-Socializer'); ?></label>
830
+ </td>
831
+ <td>
832
+ <select name="the_champ_login[xprofile_mapping][<?php echo $field -> name ?>]">
833
+ <option value="">--Select--</option>
834
+ <?php
835
+ foreach($profileFields as $key => $val){
836
+ ?>
837
+ <option <?php echo isset($theChampLoginOptions['xprofile_mapping'][$field -> name]) && $theChampLoginOptions['xprofile_mapping'][$field -> name] == $val ? 'selected' : '' ?> value="<?php echo $val ?>"><?php echo ucfirst($key) ?></option>
838
+ <?php
839
+ }
840
+ ?>
841
+ </select>
842
+ </td>
843
+ </tr>
844
+ <?php
845
+ }
846
+ ?>
847
+ </table>
848
+ <?php
849
+ }
850
+ ?>
851
+ </div>
852
+ </div>
853
+ </div>
854
+ <?php include 'help.php'; ?>
855
+ </div>
856
+ <?php } ?>
857
+
858
+ <div class="menu_containt_div" id="tabs-4">
859
  <div class="the_champ_left_column">
860
  <div class="stuffbox">
861
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
admin/social_sharing.php CHANGED
@@ -897,7 +897,7 @@
897
  <input id="the_champ_page" name="the_champ_sharing[page]" type="checkbox" <?php echo isset( $theChampSharingOptions['page'] ) ? 'checked = "checked"' : '';?> value="1" />
898
  <label for="the_champ_page"><?php _e('Pages', 'Super-Socializer' ) ?></label><br/>
899
  <input id="the_champ_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
900
- <label for="the_champ_excerpt"><?php _e('Excerpts (at Homepage)', 'Super-Socializer' ) ?></label><br/>
901
  <input id="the_champ_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset( $theChampSharingOptions['category'] ) ? 'checked = "checked"' : '';?> value="1" />
902
  <label for="the_champ_category"><?php _e('Category Archives', 'Super-Socializer' ) ?></label><br/>
903
  <input id="the_champ_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['archive'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1317,7 +1317,7 @@
1317
  <input id="the_champ_vertical_page" name="the_champ_sharing[vertical_page]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_page'] ) ? 'checked = "checked"' : '';?> value="1" />
1318
  <label for="the_champ_vertical_page"><?php _e('Pages', 'Super-Socializer' ) ?></label><br/>
1319
  <input id="the_champ_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
1320
- <label for="the_champ_vertical_excerpt"><?php _e('Excerpts (at Homepage)', 'Super-Socializer' ) ?></label><br/>
1321
  <input id="the_champ_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_category'] ) ? 'checked = "checked"' : '';?> value="1" />
1322
  <label for="the_champ_vertical_category"><?php _e('Category Archives', 'Super-Socializer' ) ?></label><br/>
1323
  <input id="the_champ_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_archive'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1771,6 +1771,7 @@
1771
  <p><a href="http://support.heateor.com/how-to-show-whatsapp-icon-only-on-mobile-devices" target="_blank"><?php _e('How to show Whatsapp icon only on mobile devices?', 'Super-Socializer' ) ?></a></p>
1772
  <p><a href="http://support.heateor.com/how-to-hide-arrow-after-floating-sharing-bar" target="_blank"><?php _e( 'How to hide arrow after floating sharing bar?', 'Super-Socializer' ) ?></a></p>
1773
  <p><a href="http://support.heateor.com/why-are-share-counts-not-updating" target="_blank"><?php _e( 'Why are Share Counts Not Updating?', 'Super-Socializer' ) ?></a></p>
 
1774
  </div>
1775
  </div>
1776
 
897
  <input id="the_champ_page" name="the_champ_sharing[page]" type="checkbox" <?php echo isset( $theChampSharingOptions['page'] ) ? 'checked = "checked"' : '';?> value="1" />
898
  <label for="the_champ_page"><?php _e('Pages', 'Super-Socializer' ) ?></label><br/>
899
  <input id="the_champ_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
900
+ <label for="the_champ_excerpt"><?php _e('Excerpts', 'Super-Socializer' ) ?></label><br/>
901
  <input id="the_champ_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset( $theChampSharingOptions['category'] ) ? 'checked = "checked"' : '';?> value="1" />
902
  <label for="the_champ_category"><?php _e('Category Archives', 'Super-Socializer' ) ?></label><br/>
903
  <input id="the_champ_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['archive'] ) ? 'checked = "checked"' : '';?> value="1" />
1317
  <input id="the_champ_vertical_page" name="the_champ_sharing[vertical_page]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_page'] ) ? 'checked = "checked"' : '';?> value="1" />
1318
  <label for="the_champ_vertical_page"><?php _e('Pages', 'Super-Socializer' ) ?></label><br/>
1319
  <input id="the_champ_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
1320
+ <label for="the_champ_vertical_excerpt"><?php _e('Excerpts', 'Super-Socializer' ) ?></label><br/>
1321
  <input id="the_champ_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_category'] ) ? 'checked = "checked"' : '';?> value="1" />
1322
  <label for="the_champ_vertical_category"><?php _e('Category Archives', 'Super-Socializer' ) ?></label><br/>
1323
  <input id="the_champ_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_archive'] ) ? 'checked = "checked"' : '';?> value="1" />
1771
  <p><a href="http://support.heateor.com/how-to-show-whatsapp-icon-only-on-mobile-devices" target="_blank"><?php _e('How to show Whatsapp icon only on mobile devices?', 'Super-Socializer' ) ?></a></p>
1772
  <p><a href="http://support.heateor.com/how-to-hide-arrow-after-floating-sharing-bar" target="_blank"><?php _e( 'How to hide arrow after floating sharing bar?', 'Super-Socializer' ) ?></a></p>
1773
  <p><a href="http://support.heateor.com/why-are-share-counts-not-updating" target="_blank"><?php _e( 'Why are Share Counts Not Updating?', 'Super-Socializer' ) ?></a></p>
1774
+ <p><a href="http://support.heateor.com/why-is-there-so-much-space-between-like-buttons" target="_blank"><?php _e( 'Why is there so much space between like buttons?', 'Super-Socializer' ) ?></a></p>
1775
  </div>
1776
  </div>
1777
 
css/front.css CHANGED
@@ -1,2 +1,2 @@
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{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:100%;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{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:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) 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}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.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{margin:1px 0!important}#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{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}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_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);-moz-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_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!important}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone{width:74px}div.the_champ_horizontal_sharing li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_gp_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_sharing li.the_champ_xing{width:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
2
- .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.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}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #fff}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}i.theChampWhatsappBackground a{display: inline!important}i.theChampLineBackground a{display: inline!important;}.the_champ_sharing_container a{box-shadow:none!important;border: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%}}
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{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:100%;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{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:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.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}.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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) 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}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.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{margin:1px 0!important}#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{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}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_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);-moz-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_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!important}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:74px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon, div.the_champ_horizontal_counter .the_champ_stumbleupon{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampTwitchBackground{background-color:#6441A5}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
2
+ .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.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}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #fff}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}i.theChampWhatsappBackground a{display: inline!important}i.theChampLineBackground a{display: inline!important;}.the_champ_sharing_container a{box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!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%}}
helper.php CHANGED
@@ -36,6 +36,9 @@ function the_champ_login_notifications($loginOptions){
36
  if(in_array('instagram', $loginOptions['providers']) && (!isset($loginOptions['insta_id']) || $loginOptions['insta_id'] == '')){
37
  $errorHtml .= the_champ_error_message('Specify Instagram Client ID in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Instagram Login to work');
38
  }
 
 
 
39
  }
40
  return $errorHtml;
41
  }
36
  if(in_array('instagram', $loginOptions['providers']) && (!isset($loginOptions['insta_id']) || $loginOptions['insta_id'] == '')){
37
  $errorHtml .= the_champ_error_message('Specify Instagram Client ID in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Instagram Login to work');
38
  }
39
+ if(in_array('twitch', $loginOptions['providers']) && (!isset($loginOptions['twitch_client_id']) || $loginOptions['twitch_client_id'] == '')){
40
+ $errorHtml .= the_champ_error_message('Specify Twitch Client ID in <strong>Super Socializer</strong> > <strong>Social Login</strong> section in admin panel for Twitch Login to work');
41
+ }
42
  }
43
  return $errorHtml;
44
  }
inc/social_login.php CHANGED
@@ -211,6 +211,35 @@ function the_champ_create_user($profileData, $verification = false){
211
  if(!$verification){
212
  the_champ_password_email($userId, $password);
213
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
  // hook - user successfully created
215
  do_action('the_champ_user_successfully_created', $userId, $userdata, $profileData);
216
  return $userId;
@@ -322,6 +351,28 @@ function the_champ_format_profile_data($profileData, $provider){
322
  $temp['link'] = $temp['username'] != '' ? 'https://twitter.com/'.$temp['username'] : '';
323
  $temp['avatar'] = isset($profileData -> profile_image_url) ? $profileData -> profile_image_url : '';
324
  $temp['large_avatar'] = $temp['avatar'] != '' ? str_replace('_normal', '', $temp['avatar']) : '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  }elseif($provider == 'xing'){
326
  $temp['id'] = isset($profileData -> id) ? $profileData -> id : '';
327
  $temp['email'] = isset($profileData -> active_email) ? $profileData -> active_email : '';;
@@ -424,7 +475,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
424
  if(isset($existingUser[0] -> ID)){
425
  // check if account needs verification
426
  if(get_user_meta($existingUser[0] -> ID, 'thechamp_key', true) != ''){
427
- if(!in_array($profileData['provider'], array('twitter', 'instagram'))){
428
  if(is_user_logged_in()){
429
  wp_delete_user($existingUser[0] -> ID);
430
  the_champ_link_account($socialId, $provider, $user_ID);
@@ -446,6 +497,36 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
446
  }else{
447
  // hook to update profile data
448
  do_action('the_champ_hook_update_profile_data', $existingUser[0] -> ID, $profileData);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
449
  the_champ_login_user($existingUser[0] -> ID, $profileData, $profileData['id'], true);
450
  return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0] -> ID) : ''));
451
  }
@@ -486,7 +567,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
486
  $serializedProfileData = maybe_serialize($profileData);
487
  $uniqueId = mt_rand();
488
  update_user_meta($uniqueId, 'the_champ_temp_data', $serializedProfileData);
489
- if(!in_array($profileData['provider'], array('twitter', 'instagram', 'xing'))){
490
  return array('status' => false, 'message' => 'ask email|' . $uniqueId);
491
  }
492
  the_champ_close_login_popup(home_url().'?SuperSocializerEmail=1&par='.$uniqueId);
211
  if(!$verification){
212
  the_champ_password_email($userId, $password);
213
  }
214
+ // insert profile data in BP XProfile table
215
+ global $theChampLoginOptions;
216
+ if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
217
+ foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
218
+ // save xprofile fields
219
+ global $wpdb;
220
+ $value = '';
221
+ if(isset($profileData[$val])){
222
+ $value = $profileData[$val];
223
+ }
224
+ $wpdb->insert(
225
+ $wpdb -> prefix . 'bp_xprofile_data',
226
+ array(
227
+ 'id' => NULL,
228
+ 'field_id' => $wpdb -> get_var( $wpdb -> prepare( "SELECT id FROM " . $wpdb -> prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
229
+ 'user_id' => $userId,
230
+ 'value' => $value,
231
+ 'last_updated' => '',
232
+ ),
233
+ array(
234
+ '%d',
235
+ '%d',
236
+ '%d',
237
+ '%s',
238
+ '%s',
239
+ )
240
+ );
241
+ }
242
+ }
243
  // hook - user successfully created
244
  do_action('the_champ_user_successfully_created', $userId, $userdata, $profileData);
245
  return $userId;
351
  $temp['link'] = $temp['username'] != '' ? 'https://twitter.com/'.$temp['username'] : '';
352
  $temp['avatar'] = isset($profileData -> profile_image_url) ? $profileData -> profile_image_url : '';
353
  $temp['large_avatar'] = $temp['avatar'] != '' ? str_replace('_normal', '', $temp['avatar']) : '';
354
+ }elseif($provider == 'twitch'){
355
+ $temp['id'] = isset($profileData['_id']) ? $profileData['_id'] : '';
356
+ $temp['email'] = isset($profileData['email']) && $profileData['email'] != null ? $profileData['email'] : '';
357
+ $temp['name'] = isset($profileData['name']) && $profileData['name'] != null ? $profileData['name'] : '';
358
+ $temp['username'] = isset($profileData['display_name']) && $profileData['display_name'] != null ? $profileData['display_name'] : '';
359
+ $temp['first_name'] = '';
360
+ $temp['last_name'] = '';
361
+ $temp['bio'] = isset($profileData['bio']) && $profileData['bio'] != null ? $profileData['bio'] : '';
362
+ $temp['link'] = '';
363
+ $temp['avatar'] = isset($profileData['logo']) && $profileData['logo'] != null ? $profileData['logo'] : '';
364
+ $temp['large_avatar'] = '';
365
+ }elseif($provider == 'steam'){
366
+ $temp['id'] = isset($profileData->steamID64) ? (string) $profileData->steamID64 : '';
367
+ $temp['email'] = '';
368
+ $temp['name'] = isset($profileData->realname) ? (string) $profileData->realname : '';
369
+ $temp['username'] = isset($profileData->steamID) ? (string) $profileData->steamID : '';
370
+ $temp['first_name'] = '';
371
+ $temp['last_name'] = '';
372
+ $temp['bio'] = isset($profileData->summary) ? (string) $profileData->summary : '';
373
+ $temp['link'] = 'http://steamcommunity.com/profiles/' . $temp['id'];
374
+ $temp['avatar'] = isset($profileData->avatarMedium) ? (string) $profileData->avatarMedium : '';
375
+ $temp['large_avatar'] = isset($profileData->avatarFull) ? (string) $profileData->avatarFull : '';
376
  }elseif($provider == 'xing'){
377
  $temp['id'] = isset($profileData -> id) ? $profileData -> id : '';
378
  $temp['email'] = isset($profileData -> active_email) ? $profileData -> active_email : '';;
475
  if(isset($existingUser[0] -> ID)){
476
  // check if account needs verification
477
  if(get_user_meta($existingUser[0] -> ID, 'thechamp_key', true) != ''){
478
+ if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam'))){
479
  if(is_user_logged_in()){
480
  wp_delete_user($existingUser[0] -> ID);
481
  the_champ_link_account($socialId, $provider, $user_ID);
497
  }else{
498
  // hook to update profile data
499
  do_action('the_champ_hook_update_profile_data', $existingUser[0] -> ID, $profileData);
500
+ // update Xprofile fields
501
+ if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
502
+ foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
503
+ global $wpdb;
504
+ $value = '';
505
+ if(isset($profileData[$val])){
506
+ $value = $profileData[$val];
507
+ }
508
+ $wpdb->update(
509
+ $wpdb -> prefix . 'bp_xprofile_data',
510
+ array(
511
+ 'value' => $value,
512
+ 'last_updated' => '',
513
+ ),
514
+ array(
515
+ 'field_id' => $wpdb -> get_var( $wpdb -> prepare( "SELECT id FROM " . $wpdb -> prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
516
+ 'user_id' => $existingUser[0] -> ID
517
+ ),
518
+ array(
519
+ '%s',
520
+ '%s'
521
+ ),
522
+ array(
523
+ '%d',
524
+ '%d'
525
+ )
526
+ );
527
+ }
528
+ }
529
+
530
  the_champ_login_user($existingUser[0] -> ID, $profileData, $profileData['id'], true);
531
  return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0] -> ID) : ''));
532
  }
567
  $serializedProfileData = maybe_serialize($profileData);
568
  $uniqueId = mt_rand();
569
  update_user_meta($uniqueId, 'the_champ_temp_data', $serializedProfileData);
570
+ if(!in_array($profileData['provider'], array('twitter', 'instagram', 'xing', 'steam'))){
571
  return array('status' => false, 'message' => 'ask email|' . $uniqueId);
572
  }
573
  the_champ_close_login_popup(home_url().'?SuperSocializerEmail=1&par='.$uniqueId);
inc/social_sharing.php CHANGED
@@ -128,6 +128,7 @@ function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal',
128
  '%network%',
129
  '%ucfirst_network%',
130
  '%like_count_container%',
 
131
  '%post_url%',
132
  '%post_title%',
133
  '%decoded_post_title%',
@@ -146,6 +147,7 @@ function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal',
146
  $provider,
147
  ucfirst( str_replace( array( ' ', '_', '.' ), '', $provider ) ),
148
  $likeButtonCountContainer,
 
149
  $postUrl,
150
  $postTitle,
151
  urldecode( $postTitle ),
@@ -264,7 +266,7 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
264
  }elseif($provider == 'pinterest_pin_it'){
265
  $html .= '<li class="the_champ_pinterest_pin"><a data-pin-lang="'. $language .'" href="//www.pinterest.com/pin/create/button/?url='. $postUrl .'" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>';
266
  }elseif($provider == 'googleplus_share'){
267
- $html .= '<li class="the_champ_gp_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
268
  }elseif($provider == 'reddit'){
269
  $html .= '<li class="the_champ_reddit"><script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>';
270
  }elseif($provider == 'yummly'){
@@ -398,7 +400,7 @@ function the_champ_render_sharing($content){
398
  echo $horizontalDiv;
399
  }
400
  // show horizontal counter
401
- if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || (isset( $theChampCounterOptions['archive']) && is_archive()) || ( isset( $theChampCounterOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampCounterOptions['bb_forum'] ) && (isset( $theChampCounterOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampCounterOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampCounterOptions['bb_topic'] ) && (isset( $theChampCounterOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampCounterOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampCounterOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampCounterOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampCounterOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['bp_group'])) ) {
402
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum','woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header') ) ){
403
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
404
  }else{
@@ -462,7 +464,7 @@ function the_champ_render_sharing($content){
462
  $offset = (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) ? $theChampCounterOptions['alignment'].': '. ( $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] == '' ? 0 : $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] ) .'px;' : '').(isset($theChampCounterOptions['top_offset']) ? 'top: '. ( $theChampCounterOptions['top_offset'] == '' ? 0 : $theChampCounterOptions['top_offset'] ) .'px;' : '');
463
  $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
464
  // show vertical counter
465
- if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || (isset( $theChampCounterOptions['vertical_archive']) && is_archive()) || ( isset( $theChampCounterOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampCounterOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['vertical_bp_group'])) ){
466
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header') ) ){
467
  echo $verticalDiv;
468
  }else{
@@ -470,7 +472,7 @@ function the_champ_render_sharing($content){
470
  global $theChampVerticalCounterHomeCount, $theChampVerticalCounterExcerptCount;
471
  if(current_filter() == 'the_content'){
472
  $var = 'theChampVerticalCounterHomeCount';
473
- }elseif(current_filter() == 'get_the_excerpt'){
474
  $var = 'theChampVerticalCounterExcerptCount';
475
  }
476
  if($$var == 0){
@@ -559,7 +561,7 @@ function the_champ_render_sharing($content){
559
  echo $horizontalDiv;
560
  }
561
  // show horizontal sharing
562
- if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || (isset( $theChampSharingOptions['archive']) && is_archive()) || ( isset( $theChampSharingOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampSharingOptions['bb_forum'] ) && (isset( $theChampSharingOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampSharingOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampSharingOptions['bb_topic'] ) && (isset( $theChampSharingOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampSharingOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampSharingOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampSharingOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampSharingOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['bp_group'])) ) {
563
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum', 'woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header') ) ){
564
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
565
  }else{
@@ -624,7 +626,7 @@ function the_champ_render_sharing($content){
624
  $offset = (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions['alignment'].': '.$theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'].'px;' : '').(isset($theChampSharingOptions['top_offset']) && $theChampSharingOptions['top_offset'] != '' ? 'top: '.$theChampSharingOptions['top_offset'].'px;' : '');
625
  $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . "' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' " . ( heateor_ss_get_cached_share_count( $shareCountTransientId ) === false ? "super-socializer-data-href='" . $postUrl . "'" : '' ) . ">".$sharingDiv."</div>";
626
  // show vertical sharing
627
- if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || (isset( $theChampSharingOptions['vertical_archive']) && is_archive()) || ( isset( $theChampSharingOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampSharingOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['vertical_bp_group']))) {
628
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header') ) ){
629
  echo $verticalDiv;
630
  }else{
@@ -632,7 +634,7 @@ function the_champ_render_sharing($content){
632
  global $theChampVerticalHomeCount, $theChampVerticalExcerptCount;
633
  if(current_filter() == 'the_content'){
634
  $var = 'theChampVerticalHomeCount';
635
- }elseif(current_filter() == 'get_the_excerpt'){
636
  $var = 'theChampVerticalExcerptCount';
637
  }
638
  if($$var == 0){
@@ -671,14 +673,13 @@ function the_champ_render_sharing($content){
671
  return $content;
672
  }
673
  add_filter('the_content', 'the_champ_render_sharing');
674
- add_filter('get_the_excerpt', 'the_champ_render_sharing');
675
  if(isset($theChampSharingOptions['bp_activity']) || isset($theChampCounterOptions['bp_activity'])){
676
  add_action('bp_activity_entry_meta', 'the_champ_render_sharing', 999);
677
  }
678
  if(isset($theChampSharingOptions['bp_group']) || isset($theChampSharingOptions['vertical_bp_group']) || isset($theChampCounterOptions['bp_group']) || isset($theChampCounterOptions['vertical_bp_group'])){
679
  add_action('bp_before_group_header', 'the_champ_render_sharing');
680
  }
681
- add_filter('bbp_get_reply_content', 'the_champ_render_sharing');
682
  add_filter( 'bbp_template_before_single_forum', 'the_champ_render_sharing' );
683
  add_filter( 'bbp_template_before_single_topic', 'the_champ_render_sharing' );
684
  add_filter( 'bbp_template_before_lead_topic', 'the_champ_render_sharing' );
128
  '%network%',
129
  '%ucfirst_network%',
130
  '%like_count_container%',
131
+ '%encoded_post_url%',
132
  '%post_url%',
133
  '%post_title%',
134
  '%decoded_post_title%',
147
  $provider,
148
  ucfirst( str_replace( array( ' ', '_', '.' ), '', $provider ) ),
149
  $likeButtonCountContainer,
150
+ urlencode( $postUrl ),
151
  $postUrl,
152
  $postTitle,
153
  urldecode( $postTitle ),
266
  }elseif($provider == 'pinterest_pin_it'){
267
  $html .= '<li class="the_champ_pinterest_pin"><a data-pin-lang="'. $language .'" href="//www.pinterest.com/pin/create/button/?url='. $postUrl .'" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_20.png" /></a><script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script></li>';
268
  }elseif($provider == 'googleplus_share'){
269
+ $html .= '<li class="the_champ_google_plus_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
270
  }elseif($provider == 'reddit'){
271
  $html .= '<li class="the_champ_reddit"><script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>';
272
  }elseif($provider == 'yummly'){
400
  echo $horizontalDiv;
401
  }
402
  // show horizontal counter
403
+ if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || (isset( $theChampCounterOptions['archive']) && is_archive()) || ( isset( $theChampCounterOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['excerpt'] ) && (is_home() || current_filter() == 'get_the_excerpt') ) || ( isset( $theChampCounterOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampCounterOptions['bb_forum'] ) && (isset( $theChampCounterOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampCounterOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampCounterOptions['bb_topic'] ) && (isset( $theChampCounterOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampCounterOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampCounterOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampCounterOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampCounterOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['bp_group'])) ) {
404
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum','woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header') ) ){
405
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
406
  }else{
464
  $offset = (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) ? $theChampCounterOptions['alignment'].': '. ( $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] == '' ? 0 : $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] ) .'px;' : '').(isset($theChampCounterOptions['top_offset']) ? 'top: '. ( $theChampCounterOptions['top_offset'] == '' ? 0 : $theChampCounterOptions['top_offset'] ) .'px;' : '');
465
  $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
466
  // show vertical counter
467
+ if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || (isset( $theChampCounterOptions['vertical_archive']) && is_archive()) || ( isset( $theChampCounterOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['vertical_excerpt'] ) && (is_home() || current_filter() == 'get_the_excerpt') ) || ( isset( $theChampCounterOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampCounterOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['vertical_bp_group'])) ){
468
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header') ) ){
469
  echo $verticalDiv;
470
  }else{
472
  global $theChampVerticalCounterHomeCount, $theChampVerticalCounterExcerptCount;
473
  if(current_filter() == 'the_content'){
474
  $var = 'theChampVerticalCounterHomeCount';
475
+ }elseif((is_home() || current_filter() == 'get_the_excerpt')){
476
  $var = 'theChampVerticalCounterExcerptCount';
477
  }
478
  if($$var == 0){
561
  echo $horizontalDiv;
562
  }
563
  // show horizontal sharing
564
+ if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || (isset( $theChampSharingOptions['archive']) && is_archive()) || ( isset( $theChampSharingOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['excerpt'] ) && (is_home() || current_filter() == 'get_the_excerpt') ) || ( isset( $theChampSharingOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampSharingOptions['bb_forum'] ) && (isset( $theChampSharingOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampSharingOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampSharingOptions['bb_topic'] ) && (isset( $theChampSharingOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampSharingOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampSharingOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampSharingOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampSharingOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['bp_group'])) ) {
565
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum', 'woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header') ) ){
566
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
567
  }else{
626
  $offset = (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions['alignment'].': '.$theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'].'px;' : '').(isset($theChampSharingOptions['top_offset']) && $theChampSharingOptions['top_offset'] != '' ? 'top: '.$theChampSharingOptions['top_offset'].'px;' : '');
627
  $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . "' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' " . ( heateor_ss_get_cached_share_count( $shareCountTransientId ) === false ? "super-socializer-data-href='" . $postUrl . "'" : '' ) . ">".$sharingDiv."</div>";
628
  // show vertical sharing
629
+ if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || (isset( $theChampSharingOptions['vertical_archive']) && is_archive()) || ( isset( $theChampSharingOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['vertical_excerpt'] ) && (is_home() || current_filter() == 'get_the_excerpt') ) || ( isset( $theChampSharingOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampSharingOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['vertical_bp_group']))) {
630
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header') ) ){
631
  echo $verticalDiv;
632
  }else{
634
  global $theChampVerticalHomeCount, $theChampVerticalExcerptCount;
635
  if(current_filter() == 'the_content'){
636
  $var = 'theChampVerticalHomeCount';
637
+ }elseif((is_home() || current_filter() == 'get_the_excerpt')){
638
  $var = 'theChampVerticalExcerptCount';
639
  }
640
  if($$var == 0){
673
  return $content;
674
  }
675
  add_filter('the_content', 'the_champ_render_sharing');
 
676
  if(isset($theChampSharingOptions['bp_activity']) || isset($theChampCounterOptions['bp_activity'])){
677
  add_action('bp_activity_entry_meta', 'the_champ_render_sharing', 999);
678
  }
679
  if(isset($theChampSharingOptions['bp_group']) || isset($theChampSharingOptions['vertical_bp_group']) || isset($theChampCounterOptions['bp_group']) || isset($theChampCounterOptions['vertical_bp_group'])){
680
  add_action('bp_before_group_header', 'the_champ_render_sharing');
681
  }
682
+ add_filter( 'bbp_get_reply_content', 'the_champ_render_sharing' );
683
  add_filter( 'bbp_template_before_single_forum', 'the_champ_render_sharing' );
684
  add_filter( 'bbp_template_before_single_topic', 'the_champ_render_sharing' );
685
  add_filter( 'bbp_template_before_lead_topic', 'the_champ_render_sharing' );
inc/social_sharing_networks.php CHANGED
@@ -15,7 +15,7 @@ function fetch_sharing_networks(){
15
  'yummly_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
16
  'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
17
  'stumbleupon_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_stumbleupon">%like_count_container%<su:badge layout="1" location="%post_url%"></su:badge><script type="text/javascript">(function() {var li = document.createElement(\'script\' ); li.type = \'text/javascript\'; li.async = true;li.src = (\'https:\' == document.location.protocol ? \'https:\' : \'http:\' ) + \'//platform.stumbleupon.com/1/widgets.js\';var s = document.getElementsByTagName(\'script\' )[0]; s.parentNode.insertBefore(li, s);})();</script></li>',
18
- 'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
19
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
20
  'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
21
  'google_plus' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://plus.google.com/share?url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
15
  'yummly_share' => '<li style="padding:%padding%px 0 !important" class="the_champ_yummly">%like_count_container%<a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>',
16
  'reddit_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_reddit">%like_count_container%<script type="text/javascript" src="//www.reddit.com/static/button/button1.js"></script></li>',
17
  'stumbleupon_badge' => '<li style="padding:%padding%px 0 !important" class="the_champ_stumbleupon">%like_count_container%<su:badge layout="1" location="%post_url%"></su:badge><script type="text/javascript">(function() {var li = document.createElement(\'script\' ); li.type = \'text/javascript\'; li.async = true;li.src = (\'https:\' == document.location.protocol ? \'https:\' : \'http:\' ) + \'//platform.stumbleupon.com/1/widgets.js\';var s = document.getElementsByTagName(\'script\' )[0]; s.parentNode.insertBefore(li, s);})();</script></li>',
18
+ 'facebook' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
19
  'twitter' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://twitter.com/intent/tweet?%via_twitter_username%text=%post_title%&url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
20
  'linkedin' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.linkedin.com/shareArticle?mini=true&url=%post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
21
  'google_plus' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://plus.google.com/share?url=%post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
js/front/combined.js CHANGED
@@ -1,7 +1,8 @@
 
1
  // general.js
2
  function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("http://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
3
  // common.js
4
- function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
5
  // Google.js
6
  function theChampGoogleOnLoad(){theChampDisplayLoginIcon(document,["theChampGoogleButton","theChampGoogleLogin"])}function theChampInitializeGPLogin(){gapi.auth.signIn({callback:theChampGPSignInCallback,clientid:theChampGoogleKey,cookiepolicy:"single_host_origin",scope:"profile email"})}function theChampGPSignInCallback(e){e.status.signed_in?gapi.client.load("plus","v1",function(){e.access_token?theChampGetProfile():''}):''}function theChampGetProfile(){theChampLoadingIcon();var e=gapi.client.plus.people.get({userId:"me"});e.execute(function(e){return e.error?void("Access Not Configured. Please use Google Developers Console to activate the API for your project."==e.message&&(alert(theChampGoogleErrorMessage),window.open("http://support.heateor.com/how-to-get-google-plus-client-id/"))):void(e.id&&theChampCallAjax(function(){theChampAjaxUserAuth(e,"google")}))})}!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://apis.google.com/js/client:platform.js?onload=theChampGoogleOnLoad";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(e,o)}();
7
  // linkedin.js
1
+ theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theChampFBLang = typeof theChampFBLang != 'undefined' ? theChampFBLang : '';
2
  // general.js
3
  function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("http://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  // common.js
5
+ function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitch"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitch");else if("Login with Steam"==t)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
6
  // Google.js
7
  function theChampGoogleOnLoad(){theChampDisplayLoginIcon(document,["theChampGoogleButton","theChampGoogleLogin"])}function theChampInitializeGPLogin(){gapi.auth.signIn({callback:theChampGPSignInCallback,clientid:theChampGoogleKey,cookiepolicy:"single_host_origin",scope:"profile email"})}function theChampGPSignInCallback(e){e.status.signed_in?gapi.client.load("plus","v1",function(){e.access_token?theChampGetProfile():''}):''}function theChampGetProfile(){theChampLoadingIcon();var e=gapi.client.plus.people.get({userId:"me"});e.execute(function(e){return e.error?void("Access Not Configured. Please use Google Developers Console to activate the API for your project."==e.message&&(alert(theChampGoogleErrorMessage),window.open("http://support.heateor.com/how-to-get-google-plus-client-id/"))):void(e.id&&theChampCallAjax(function(){theChampAjaxUserAuth(e,"google")}))})}!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://apis.google.com/js/client:platform.js?onload=theChampGoogleOnLoad";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(e,o)}();
8
  // linkedin.js
js/front/social_login/common.js CHANGED
@@ -1 +1 @@
1
- function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
1
+ function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitch"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitch");else if("Login with Steam"==t)theChampPopup(theChampSteamAuthUrl);else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
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: 2016-02-05 18:29+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,75 +15,75 @@ msgstr ""
15
  "X-Generator: Poedit 1.8.1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:222
19
  #, php-format
20
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
  msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
 
23
- #: ../super_socializer.php:225
24
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
  msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
- #: ../super_socializer.php:395
28
  msgid "Please verify your email address to login."
29
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
 
31
- #: ../super_socializer.php:395
32
  msgid "Your email has been verified. Now you can login to your account"
33
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
 
35
- #: ../super_socializer.php:399
36
  msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
- #: ../super_socializer.php:417
40
- #: ../admin/social_login.php:561
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
44
- #: ../super_socializer.php:420
45
  msgid "Please check your email inbox to complete the registration."
46
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
 
48
- #: ../super_socializer.php:435
49
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
  msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
 
52
- #: ../super_socializer.php:522
53
  msgid "Leave a reply"
54
  msgstr "اترك رد"
55
 
56
- #: ../super_socializer.php:711
57
  #, fuzzy
58
  msgid "Super Socializer - General Options"
59
  msgstr "آخر تسجيل دخول | Last Login"
60
 
61
- #: ../super_socializer.php:711
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  #, fuzzy
65
  msgid "General Options"
66
  msgstr "المشاركات الأفقي"
67
 
68
- #: ../super_socializer.php:772
69
  #, fuzzy
70
  msgid "Super Socializer - Social Avatar"
71
  msgstr "آخر تسجيل دخول | Last Login"
72
 
73
- #: ../super_socializer.php:775
74
  msgid "Small Avatar Url"
75
  msgstr "صغير الرمزية رابط"
76
 
77
- #: ../super_socializer.php:780
78
  #, fuzzy
79
  msgid "Large Avatar Url"
80
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
81
 
82
- #: ../super_socializer.php:847
83
  msgid "Email you entered is already registered or invalid"
84
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
85
 
86
- #: ../super_socializer.php:851
87
  msgid "Please enter a valid email address. You might be required to verify it"
88
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
89
 
@@ -200,10 +200,10 @@ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن
200
 
201
  #: ../helper.php:894
202
  #: ../admin/general_options.php:89
203
- #: ../admin/social_sharing.php:1784
204
  #: ../admin/social_commenting.php:464
205
- #: ../admin/social_login.php:778
206
- #: ../admin/like_buttons.php:764
207
  #, fuzzy
208
  msgid "Save Changes"
209
  msgstr "حفظ"
@@ -364,10 +364,10 @@ msgstr ""
364
  #: ../admin/social_sharing.php:39
365
  #: ../admin/social_sharing.php:1731
366
  #: ../admin/social_sharing.php:1733
367
- #: ../admin/social_login.php:37
368
- #: ../admin/social_login.php:764
369
  #: ../admin/like_buttons.php:40
370
- #: ../admin/like_buttons.php:751
371
  #, fuzzy
372
  msgid "Shortcode & Widget"
373
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -381,6 +381,8 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
381
  #: ../admin/social_sharing.php:1762
382
  #: ../admin/social_commenting.php:36
383
  #: ../admin/social_commenting.php:452
 
 
384
  #, fuzzy
385
  msgid "FAQ"
386
  msgstr "الأسئلة الشائعة "
@@ -509,7 +511,7 @@ msgstr "تعيين رمز اللون أو ست عشري (على سبيل الم
509
  #: ../admin/social_sharing.php:273
510
  #: ../admin/social_sharing.php:581
511
  #: ../admin/social_sharing.php:1213
512
- #: ../admin/like_buttons.php:395
513
  #, fuzzy
514
  msgid "Background Color"
515
  msgstr "لون الخلفية"
@@ -561,8 +563,8 @@ msgstr ""
561
  #: ../admin/social_sharing.php:630
562
  #: ../admin/social_sharing.php:851
563
  #: ../admin/social_sharing.php:1235
564
- #: ../admin/like_buttons.php:170
565
- #: ../admin/like_buttons.php:417
566
  #, fuzzy
567
  msgid "Left"
568
  msgstr "يسار"
@@ -576,8 +578,8 @@ msgstr ""
576
  #: ../admin/social_sharing.php:634
577
  #: ../admin/social_sharing.php:853
578
  #: ../admin/social_sharing.php:1236
579
- #: ../admin/like_buttons.php:172
580
- #: ../admin/like_buttons.php:418
581
  #, fuzzy
582
  msgid "Right"
583
  msgstr "يمين"
@@ -636,32 +638,32 @@ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقي
636
 
637
  #: ../admin/social_sharing.php:693
638
  #: ../admin/social_sharing.php:1081
639
- #: ../admin/like_buttons.php:73
640
- #: ../admin/like_buttons.php:321
641
  #, fuzzy
642
  msgid "Target Url"
643
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
644
 
645
  #: ../admin/social_sharing.php:697
646
  #: ../admin/social_sharing.php:1085
647
- #: ../admin/like_buttons.php:77
648
- #: ../admin/like_buttons.php:325
649
  #, fuzzy
650
  msgid "Url of the webpage where icons are located (default)"
651
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
652
 
653
  #: ../admin/social_sharing.php:699
654
  #: ../admin/social_sharing.php:1087
655
- #: ../admin/like_buttons.php:79
656
- #: ../admin/like_buttons.php:327
657
  #, fuzzy
658
  msgid "Url of the homepage of your website"
659
  msgstr "URL لعملاء الموقع (اختياري)"
660
 
661
  #: ../admin/social_sharing.php:701
662
  #: ../admin/social_sharing.php:1089
663
- #: ../admin/like_buttons.php:81
664
- #: ../admin/like_buttons.php:329
665
  #, fuzzy
666
  msgid "Custom url"
667
  msgstr "رابط (URL) مخصّص"
@@ -673,8 +675,8 @@ msgid "Url to share"
673
  msgstr " شارك الآخرين بهذة الفقرة"
674
 
675
  #: ../admin/social_sharing.php:716
676
- #: ../admin/social_login.php:343
677
- #: ../admin/like_buttons.php:96
678
  #, fuzzy
679
  msgid "Title"
680
  msgstr "العنوان"
@@ -709,14 +711,14 @@ msgstr ""
709
 
710
  #: ../admin/social_sharing.php:847
711
  #: ../admin/social_sharing.php:1231
712
- #: ../admin/like_buttons.php:166
713
- #: ../admin/like_buttons.php:413
714
  #, fuzzy
715
  msgid "Horizontal alignment"
716
  msgstr "بلا محاذاة"
717
 
718
  #: ../admin/social_sharing.php:852
719
- #: ../admin/like_buttons.php:171
720
  #, fuzzy
721
  msgid "Center"
722
  msgstr "وسط"
@@ -728,19 +730,19 @@ msgid "Horizontal alignment of the sharing interface"
728
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
729
 
730
  #: ../admin/social_sharing.php:869
731
- #: ../admin/like_buttons.php:188
732
  #, fuzzy
733
  msgid "Position with respect to content"
734
  msgstr "موضع الخلفية"
735
 
736
  #: ../admin/social_sharing.php:873
737
- #: ../admin/like_buttons.php:192
738
  #, fuzzy
739
  msgid "Top of the content"
740
  msgstr "أعلى"
741
 
742
  #: ../admin/social_sharing.php:875
743
- #: ../admin/like_buttons.php:194
744
  #, fuzzy
745
  msgid "Bottom of the content"
746
  msgstr "أسفل"
@@ -757,26 +759,26 @@ msgstr ""
757
 
758
  #: ../admin/social_sharing.php:894
759
  #: ../admin/social_sharing.php:1314
760
- #: ../admin/social_login.php:624
761
- #: ../admin/social_login.php:654
762
- #: ../admin/like_buttons.php:213
763
- #: ../admin/like_buttons.php:496
764
  #, fuzzy
765
  msgid "Homepage"
766
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
767
 
768
  #: ../admin/social_sharing.php:896
769
  #: ../admin/social_sharing.php:1316
770
- #: ../admin/like_buttons.php:215
771
- #: ../admin/like_buttons.php:498
772
  #, fuzzy
773
  msgid "Posts"
774
  msgstr "مقالات"
775
 
776
  #: ../admin/social_sharing.php:898
777
  #: ../admin/social_sharing.php:1318
778
- #: ../admin/like_buttons.php:217
779
- #: ../admin/like_buttons.php:500
780
  #, fuzzy
781
  msgid "Pages"
782
  msgstr "صفحات"
@@ -788,65 +790,65 @@ msgstr ""
788
 
789
  #: ../admin/social_sharing.php:902
790
  #: ../admin/social_sharing.php:1322
791
- #: ../admin/like_buttons.php:221
792
- #: ../admin/like_buttons.php:504
793
  #, fuzzy
794
  msgid "Category Archives"
795
  msgstr "الأرشيف"
796
 
797
  #: ../admin/social_sharing.php:904
798
  #: ../admin/social_sharing.php:1324
799
- #: ../admin/like_buttons.php:223
800
- #: ../admin/like_buttons.php:506
801
  #, fuzzy
802
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
803
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
804
 
805
  #: ../admin/social_sharing.php:920
806
- #: ../admin/like_buttons.php:239
807
  #, fuzzy
808
  msgid "BuddyPress activity"
809
  msgstr "النشاط BuddyPress والمجموعات"
810
 
811
  #: ../admin/social_sharing.php:922
812
- #: ../admin/like_buttons.php:242
813
  msgid "BuddyPress group (only at top of content)"
814
  msgstr ""
815
 
816
  #: ../admin/social_sharing.php:928
817
  #: ../admin/social_sharing.php:1346
818
- #: ../admin/like_buttons.php:249
819
- #: ../admin/like_buttons.php:527
820
  #, fuzzy
821
  msgid "BBPress forum"
822
  msgstr "المنتدى المستعمل | User Forum"
823
 
824
  #: ../admin/social_sharing.php:931
825
  #: ../admin/social_sharing.php:1349
826
- #: ../admin/like_buttons.php:252
827
- #: ../admin/like_buttons.php:530
828
  #, fuzzy
829
  msgid "BBPress topic"
830
  msgstr "إضافات الموضوع"
831
 
832
  #: ../admin/social_sharing.php:934
833
- #: ../admin/like_buttons.php:255
834
  #, fuzzy
835
  msgid "BBPress reply"
836
  msgstr "رد"
837
 
838
  #: ../admin/social_sharing.php:941
839
- #: ../admin/like_buttons.php:261
840
  msgid "After individual product at WooCommerce Shop page"
841
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
842
 
843
  #: ../admin/social_sharing.php:944
844
- #: ../admin/like_buttons.php:264
845
  msgid "WooCommerce Product Page"
846
  msgstr "WooCommerce صفحة المنتج"
847
 
848
  #: ../admin/social_sharing.php:947
849
- #: ../admin/like_buttons.php:267
850
  msgid "WooCommerce Thankyou Page"
851
  msgstr "WooCommerce الشكر الصفحة"
852
 
@@ -941,7 +943,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
941
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
942
 
943
  #: ../admin/social_sharing.php:1253
944
- #: ../admin/like_buttons.php:435
945
  #, fuzzy
946
  msgid "Left offset"
947
  msgstr "يسار"
@@ -952,7 +954,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
952
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
953
 
954
  #: ../admin/social_sharing.php:1273
955
- #: ../admin/like_buttons.php:455
956
  #, fuzzy
957
  msgid "Right offset"
958
  msgstr "يمين"
@@ -963,7 +965,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
963
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
964
 
965
  #: ../admin/social_sharing.php:1292
966
- #: ../admin/like_buttons.php:474
967
  #, fuzzy
968
  msgid "Top offset"
969
  msgstr "أعلى"
@@ -974,7 +976,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
974
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
975
 
976
  #: ../admin/social_sharing.php:1338
977
- #: ../admin/like_buttons.php:520
978
  #, fuzzy
979
  msgid "BuddyPress group"
980
  msgstr "تحرير ملفي الشخصي"
@@ -1026,7 +1028,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
1026
  msgstr ""
1027
 
1028
  #: ../admin/social_sharing.php:1506
1029
- #: ../admin/like_buttons.php:576
1030
  #, fuzzy
1031
  msgid "Url shortener"
1032
  msgstr "عنوان Url للقيام بالتعليق على"
@@ -1046,48 +1048,48 @@ msgid "Enable bit.ly url shortener for sharing"
1046
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1047
 
1048
  #: ../admin/social_sharing.php:1540
1049
- #: ../admin/like_buttons.php:610
1050
  #, fuzzy
1051
  msgid "Master control to enable bit.ly url shortening for sharing"
1052
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1053
 
1054
  #: ../admin/social_sharing.php:1548
1055
- #: ../admin/like_buttons.php:618
1056
  #, fuzzy
1057
  msgid "bit.ly username"
1058
  msgstr "إسم المستخدم الألكتروني:"
1059
 
1060
  #: ../admin/social_sharing.php:1558
1061
- #: ../admin/like_buttons.php:628
1062
  #, fuzzy, php-format
1063
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1064
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
1065
 
1066
  #: ../admin/social_sharing.php:1567
1067
- #: ../admin/like_buttons.php:637
1068
  #, fuzzy
1069
  msgid "bit.ly API Key"
1070
  msgstr "مفتاح API الخاص | API Private Key"
1071
 
1072
  #: ../admin/social_sharing.php:1577
1073
- #: ../admin/like_buttons.php:647
1074
  #, fuzzy, php-format
1075
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1076
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
1077
 
1078
  #: ../admin/social_sharing.php:1586
1079
- #: ../admin/like_buttons.php:656
1080
  msgid "Clear Bitly Cache"
1081
  msgstr ""
1082
 
1083
  #: ../admin/social_sharing.php:1590
1084
- #: ../admin/like_buttons.php:660
1085
  #, fuzzy
1086
  msgid "ShortUrl cache cleared successfully."
1087
  msgstr "تم ربط حسابك بنجاح"
1088
 
1089
  #: ../admin/social_sharing.php:1597
1090
- #: ../admin/like_buttons.php:667
1091
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1092
  msgstr ""
1093
 
@@ -1119,8 +1121,8 @@ msgstr ""
1119
  #: ../admin/social_sharing.php:1656
1120
  #: ../admin/social_sharing.php:1662
1121
  #: ../admin/social_commenting.php:311
1122
- #: ../admin/like_buttons.php:676
1123
- #: ../admin/like_buttons.php:682
1124
  #, fuzzy
1125
  msgid "Language"
1126
  msgstr "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> والخصائص التالية: %s"
@@ -1201,7 +1203,12 @@ msgid "How to hide arrow after floating sharing bar?"
1201
  msgstr ""
1202
 
1203
  #: ../admin/social_sharing.php:1773
1204
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1205
  msgstr ""
1206
 
1207
  #: ../admin/social_commenting.php:13
@@ -1448,442 +1455,471 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1448
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1449
 
1450
  #: ../admin/social_login.php:35
1451
- #: ../admin/social_login.php:43
1452
  #, fuzzy
1453
  msgid "Basic Configuration"
1454
  msgstr "إنشاء ملف الإعدادات"
1455
 
1456
  #: ../admin/social_login.php:36
1457
  #, fuzzy
1458
- msgid "Social Login"
1459
- msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1460
 
1461
- #: ../admin/social_login.php:50
 
 
 
 
 
1462
  msgid "Disable user registration via Social Login"
1463
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1464
 
1465
- #: ../admin/social_login.php:60
1466
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1467
  msgstr "بعد تمكين هذا الخيار، وسيكون للمستخدمين الجديد لن يكون قادرا على تسجيل الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على الدخول الاجتماعي."
1468
 
1469
- #: ../admin/social_login.php:69
1470
  #, fuzzy
1471
  msgid "Redirection url"
1472
  msgstr "تسجيل الدخول"
1473
 
1474
- #: ../admin/social_login.php:79
1475
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1476
  msgstr "سيتم إعادة توجيه المستخدم إلى هذه الصفحة بعد محاولة فاشلة التسجيل عن طريق الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1477
 
1478
- #: ../admin/social_login.php:88
1479
  #, fuzzy
1480
  msgid "Select providers"
1481
  msgstr "أختر ..."
1482
 
1483
- #: ../admin/social_login.php:93
1484
  msgid "Facebook"
1485
  msgstr "الفيسبوك"
1486
 
1487
- #: ../admin/social_login.php:97
1488
  #, fuzzy
1489
  msgid "Twitter"
1490
  msgstr "شارك الأخرين عبر تويتر"
1491
 
1492
- #: ../admin/social_login.php:101
1493
  #, fuzzy
1494
  msgid "LinkedIn"
1495
  msgstr "شارك الأخرين عبر لنكيدان"
1496
 
1497
- #: ../admin/social_login.php:105
1498
  #, fuzzy
1499
  msgid "Google+"
1500
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
1501
 
1502
- #: ../admin/social_login.php:109
1503
  #, fuzzy
1504
  msgid "Vkontakte"
1505
  msgstr "انشر عبر VKontakte"
1506
 
1507
- #: ../admin/social_login.php:113
1508
  #, fuzzy
1509
  msgid "Instagram"
1510
  msgstr "إنستاجرام"
1511
 
1512
- #: ../admin/social_login.php:117
1513
  #, fuzzy
1514
  msgid "Xing"
1515
  msgstr "شينغ"
1516
 
1517
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1518
  #, fuzzy
1519
  msgid "Select Social ID provider to enable in Social Login"
1520
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1521
 
1522
- #: ../admin/social_login.php:133
1523
  #, fuzzy
1524
  msgid "Facebook App ID"
1525
  msgstr "رقم التعريف الخالص بك | ID"
1526
 
1527
- #: ../admin/social_login.php:143
1528
  #, fuzzy, php-format
1529
  msgid "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"
1530
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1531
 
1532
- #: ../admin/social_login.php:145
1533
  #, fuzzy
1534
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1535
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1536
 
1537
- #: ../admin/social_login.php:155
1538
  #, fuzzy
1539
  msgid "Twitter API Key"
1540
  msgstr "مفتاح API الخاص | API Private Key"
1541
 
1542
- #: ../admin/social_login.php:165
1543
  #, fuzzy, php-format
1544
  msgid "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"
1545
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1546
 
1547
- #: ../admin/social_login.php:167
1548
- #: ../admin/social_login.php:189
1549
  #, fuzzy
1550
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1551
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1552
 
1553
- #: ../admin/social_login.php:177
1554
  #, fuzzy
1555
  msgid "Twitter API Secret"
1556
  msgstr "شارك الأخرين عبر تويتر"
1557
 
1558
- #: ../admin/social_login.php:187
1559
  #, fuzzy, php-format
1560
  msgid "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"
1561
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1562
 
1563
- #: ../admin/social_login.php:199
1564
  #, fuzzy
1565
  msgid "LinkedIn API Key"
1566
  msgstr "مفتاح API الخاص | API Private Key"
1567
 
1568
- #: ../admin/social_login.php:209
1569
  #, fuzzy, php-format
1570
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1571
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1572
 
1573
- #: ../admin/social_login.php:211
1574
- #: ../admin/social_login.php:277
1575
  #, fuzzy
1576
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1577
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1578
 
1579
- #: ../admin/social_login.php:221
1580
  #, fuzzy
1581
  msgid "Google+ Client ID"
1582
  msgstr "شارك الأخرين عبر جوجل"
1583
 
1584
- #: ../admin/social_login.php:231
1585
  #, fuzzy, php-format
1586
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1587
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1588
 
1589
- #: ../admin/social_login.php:233
1590
  #, fuzzy
1591
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1592
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1593
 
1594
- #: ../admin/social_login.php:243
1595
  #, fuzzy
1596
  msgid "Vkontakte Application ID"
1597
  msgstr "انشر عبر VKontakte"
1598
 
1599
- #: ../admin/social_login.php:253
1600
  #, fuzzy, php-format
1601
  msgid "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"
1602
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1603
 
1604
- #: ../admin/social_login.php:255
1605
  #, fuzzy
1606
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1607
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1608
 
1609
- #: ../admin/social_login.php:265
1610
  #, fuzzy
1611
  msgid "Instagram Client ID"
1612
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1613
 
1614
- #: ../admin/social_login.php:275
1615
  #, fuzzy, php-format
1616
  msgid "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"
1617
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1618
 
1619
- #: ../admin/social_login.php:287
1620
  #, fuzzy
1621
  msgid "Xing Consumer Key"
1622
  msgstr "مفتاح التفعيل:"
1623
 
1624
- #: ../admin/social_login.php:297
1625
  #, fuzzy, php-format
1626
  msgid "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"
1627
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1628
 
1629
- #: ../admin/social_login.php:299
1630
- #: ../admin/social_login.php:321
1631
  #, fuzzy
1632
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1633
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1634
 
1635
- #: ../admin/social_login.php:309
1636
  #, fuzzy
1637
  msgid "Xing Consumer Secret"
1638
  msgstr "كلمة السر | Secret Word"
1639
 
1640
- #: ../admin/social_login.php:319
1641
  #, fuzzy, php-format
1642
  msgid "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"
1643
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1644
 
1645
- #: ../admin/social_login.php:337
1646
  #, fuzzy
1647
- msgid "Login options"
1648
- msgstr "الخيارات"
1649
 
1650
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1651
  #, fuzzy
1652
  msgid "Text to display above the Social Login interface"
1653
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1654
 
1655
- #: ../admin/social_login.php:362
1656
  #, fuzzy
1657
  msgid "Enable at login page"
1658
  msgstr "صفحة"
1659
 
1660
- #: ../admin/social_login.php:372
1661
  #, fuzzy
1662
  msgid "Social Login interface will get enabled at the login page of your website"
1663
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1664
 
1665
- #: ../admin/social_login.php:380
1666
  #, fuzzy
1667
  msgid "Enable at register page"
1668
  msgstr "التسجيل العام"
1669
 
1670
- #: ../admin/social_login.php:390
1671
  #, fuzzy
1672
  msgid "Social Login interface will get enabled at the registration page of your website"
1673
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1674
 
1675
- #: ../admin/social_login.php:398
1676
  msgid "Enable at comment form"
1677
  msgstr "تمكين هذا الشكل من تعليق"
1678
 
1679
- #: ../admin/social_login.php:408
1680
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1681
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1682
 
1683
- #: ../admin/social_login.php:422
1684
  msgid "Enable before WooCommerce Customer Login Form"
1685
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1686
 
1687
- #: ../admin/social_login.php:432
1688
  #, fuzzy
1689
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1690
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1691
 
1692
- #: ../admin/social_login.php:440
1693
  msgid "Enable after WooCommerce Customer Login Form"
1694
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1695
 
1696
- #: ../admin/social_login.php:450
1697
  #, fuzzy
1698
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1699
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1700
 
1701
- #: ../admin/social_login.php:458
1702
  #, fuzzy
1703
  msgid "Enable at WooCommerce checkout page"
1704
  msgstr "التسجيل العام"
1705
 
1706
- #: ../admin/social_login.php:468
1707
  #, fuzzy
1708
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1709
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1710
 
1711
- #: ../admin/social_login.php:479
1712
  #, fuzzy
1713
  msgid "Auto-approve comments made by Social Login users"
1714
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1715
 
1716
- #: ../admin/social_login.php:489
1717
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1718
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1719
 
1720
- #: ../admin/social_login.php:490
1721
  #, fuzzy
1722
  msgid "Note: This is not related to Facebook comments"
1723
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1724
 
1725
- #: ../admin/social_login.php:500
1726
  #, fuzzy
1727
  msgid "Enable social avatar"
1728
  msgstr "خدمة الشبكة الاجتماعية"
1729
 
1730
- #: ../admin/social_login.php:510
1731
  #, fuzzy
1732
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1733
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1734
 
1735
- #: ../admin/social_login.php:520
1736
  #, fuzzy
1737
  msgid "Avatar quality"
1738
  msgstr "نوعية الصورة الرمزية"
1739
 
1740
- #: ../admin/social_login.php:523
1741
  #, fuzzy
1742
  msgid "Average"
1743
  msgstr "المعدل"
1744
 
1745
- #: ../admin/social_login.php:524
1746
  msgid "Best"
1747
  msgstr "أفضل"
1748
 
1749
- #: ../admin/social_login.php:531
1750
  #, fuzzy
1751
  msgid "Choose avatar quality"
1752
  msgstr "إختيار ملف"
1753
 
1754
- #: ../admin/social_login.php:540
1755
  #, fuzzy
1756
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1757
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1758
 
1759
- #: ../admin/social_login.php:550
1760
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1761
  msgstr ""
1762
 
1763
- #: ../admin/social_login.php:571
1764
  #, fuzzy
1765
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1766
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1767
 
1768
- #: ../admin/social_login.php:580
1769
  #, fuzzy
1770
  msgid "Send username-password after user registration"
1771
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1772
 
1773
- #: ../admin/social_login.php:590
1774
  #, fuzzy
1775
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1776
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1777
 
1778
- #: ../admin/social_login.php:599
1779
  #, fuzzy
1780
  msgid "Enable social account linking at BuddyPress profile page"
1781
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1782
 
1783
- #: ../admin/social_login.php:609
1784
  #, fuzzy
1785
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1786
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1787
 
1788
- #: ../admin/social_login.php:618
1789
  #, fuzzy
1790
  msgid "Login redirection"
1791
  msgstr "تسجيل الدخول"
1792
 
1793
- #: ../admin/social_login.php:622
1794
  #, fuzzy
1795
  msgid "Same page where user logged in"
1796
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1797
 
1798
- #: ../admin/social_login.php:626
1799
- #: ../admin/social_login.php:656
1800
  #, fuzzy
1801
  msgid "Account dashboard"
1802
  msgstr " لوحتك الخاصة بالتحكم"
1803
 
1804
- #: ../admin/social_login.php:629
1805
- #: ../admin/social_login.php:659
1806
  #, fuzzy
1807
  msgid "BuddyPress profile page"
1808
  msgstr "تحرير ملفي الشخصي"
1809
 
1810
- #: ../admin/social_login.php:632
1811
- #: ../admin/social_login.php:662
1812
  #, fuzzy
1813
  msgid "Custom Url"
1814
  msgstr "رابط (URL) مخصّص"
1815
 
1816
- #: ../admin/social_login.php:640
1817
  #, fuzzy
1818
  msgid "User will be redirected to the selected page after Social Login"
1819
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1820
 
1821
- #: ../admin/social_login.php:648
1822
  #, fuzzy
1823
  msgid "Registration redirection"
1824
  msgstr "نموذج التسجيل"
1825
 
1826
- #: ../admin/social_login.php:652
1827
  #, fuzzy
1828
  msgid "Same page from where user registered"
1829
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1830
 
1831
- #: ../admin/social_login.php:670
1832
  #, fuzzy
1833
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1834
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1835
 
1836
- #: ../admin/social_login.php:678
1837
  #, fuzzy
1838
  msgid "Email popup options"
1839
  msgstr "الخيارات"
1840
 
1841
- #: ../admin/social_login.php:684
1842
  #, fuzzy
1843
  msgid "Text on 'Email required' popup"
1844
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1845
 
1846
- #: ../admin/social_login.php:694
1847
  #, fuzzy
1848
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1849
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1850
 
1851
- #: ../admin/social_login.php:703
1852
  #, fuzzy
1853
  msgid "Error message for 'Email required' popup"
1854
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1855
 
1856
- #: ../admin/social_login.php:713
1857
  #, fuzzy
1858
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1859
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1860
 
1861
- #: ../admin/social_login.php:722
1862
  #, fuzzy
1863
  msgid "Email popup height"
1864
  msgstr "ارتفاع"
1865
 
1866
- #: ../admin/social_login.php:732
1867
  #, fuzzy
1868
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1869
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1870
 
1871
- #: ../admin/social_login.php:740
1872
  #, fuzzy
1873
  msgid "Enable email verification"
1874
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1875
 
1876
- #: ../admin/social_login.php:750
1877
  #, fuzzy
1878
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1879
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1880
 
1881
- #: ../admin/social_login.php:766
1882
  #, fuzzy
1883
  msgid "Social Login Shortcode & Widget"
1884
  msgstr "استخدم كود مختصر | Include the shortcode"
1885
 
1886
- #: ../admin/social_login.php:767
1887
  msgid "Social Linking Shortcode"
1888
  msgstr "الربط الاجتماعي رمز قصير"
1889
 
@@ -1937,166 +1973,166 @@ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذ
1937
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1938
  msgstr "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
1939
 
1940
- #: ../admin/like_buttons.php:47
1941
  #, fuzzy
1942
  msgid "Standard Interface Options"
1943
  msgstr "المشاركات الأفقي"
1944
 
1945
- #: ../admin/like_buttons.php:53
1946
  #, fuzzy
1947
  msgid "Enable standard interface"
1948
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1949
 
1950
- #: ../admin/like_buttons.php:63
1951
  #, fuzzy
1952
  msgid "Master control to enable horizontal like buttons"
1953
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
1954
 
1955
- #: ../admin/like_buttons.php:88
1956
- #: ../admin/like_buttons.php:336
1957
  #, fuzzy
1958
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1959
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
1960
 
1961
- #: ../admin/like_buttons.php:106
1962
  #, fuzzy
1963
  msgid "The text to display above the interface"
1964
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
1965
 
1966
- #: ../admin/like_buttons.php:114
1967
- #: ../admin/like_buttons.php:344
1968
  #, fuzzy
1969
  msgid "Select and rearrange providers"
1970
  msgstr "اختر مقالة"
1971
 
1972
- #: ../admin/like_buttons.php:158
1973
- #: ../admin/like_buttons.php:387
1974
  #, fuzzy
1975
  msgid "Select the providers for interface. Drag them to rearrange."
1976
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
1977
 
1978
- #: ../admin/like_buttons.php:180
1979
- #: ../admin/like_buttons.php:426
1980
  #, fuzzy
1981
  msgid "Horizontal alignment of the interface"
1982
  msgstr "بلا محاذاة"
1983
 
1984
- #: ../admin/like_buttons.php:201
1985
  #, fuzzy
1986
  msgid "Specify position of the interface with respect to the content"
1987
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
1988
 
1989
- #: ../admin/like_buttons.php:209
1990
- #: ../admin/like_buttons.php:492
1991
  #, fuzzy
1992
  msgid "Interface location"
1993
  msgstr "واجهة الموقع"
1994
 
1995
- #: ../admin/like_buttons.php:219
1996
- #: ../admin/like_buttons.php:502
1997
  #, fuzzy
1998
  msgid "Excerpts"
1999
  msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
2000
 
2001
- #: ../admin/like_buttons.php:278
2002
  #, fuzzy
2003
  msgid "Specify the pages where you want to enable interface"
2004
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
2005
 
2006
- #: ../admin/like_buttons.php:295
2007
  #, fuzzy
2008
  msgid "Vertical (Floating) like buttons Options"
2009
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2010
 
2011
- #: ../admin/like_buttons.php:301
2012
  #, fuzzy
2013
  msgid "Enable floating like buttons"
2014
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2015
 
2016
- #: ../admin/like_buttons.php:311
2017
  #, fuzzy
2018
  msgid "Master control to enable vertical (floating) counter widget"
2019
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
2020
 
2021
- #: ../admin/like_buttons.php:405
2022
  #, fuzzy
2023
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
2024
  msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2025
 
2026
- #: ../admin/like_buttons.php:445
2027
  #, fuzzy
2028
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
2029
  msgstr "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
2030
 
2031
- #: ../admin/like_buttons.php:465
2032
  #, fuzzy
2033
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
2034
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
2035
 
2036
- #: ../admin/like_buttons.php:484
2037
  #, fuzzy
2038
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
2039
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
2040
 
2041
- #: ../admin/like_buttons.php:540
2042
  #, fuzzy
2043
  msgid "Specify the pages where you want to enable vertical interface"
2044
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
2045
 
2046
- #: ../admin/like_buttons.php:548
2047
  msgid "Hide like buttons on mobile devices"
2048
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
2049
 
2050
- #: ../admin/like_buttons.php:558
2051
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2052
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
2053
 
2054
- #: ../admin/like_buttons.php:582
2055
  #, fuzzy
2056
  msgid "Use shortlinks already installed, for tweet button"
2057
  msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
2058
 
2059
- #: ../admin/like_buttons.php:592
2060
  #, fuzzy
2061
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
2062
  msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
2063
 
2064
- #: ../admin/like_buttons.php:600
2065
  #, fuzzy
2066
  msgid "Enable bit.ly url shortener for tweet button"
2067
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2068
 
2069
- #: ../admin/like_buttons.php:692
2070
  #, fuzzy, php-format
2071
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
2072
  msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض عدادات. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
2073
 
2074
- #: ../admin/like_buttons.php:701
2075
  #, fuzzy
2076
  msgid "Twitter Username"
2077
  msgstr "شارك الأخرين عبر تويتر"
2078
 
2079
- #: ../admin/like_buttons.php:707
2080
  #, fuzzy
2081
  msgid "Twitter username for Tweet (without @)"
2082
  msgstr "قالب بدون %1$s"
2083
 
2084
- #: ../admin/like_buttons.php:717
2085
  #, fuzzy
2086
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
2087
  msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2088
 
2089
- #: ../admin/like_buttons.php:726
2090
  #, fuzzy
2091
  msgid "Twitter username for Buffer sharing (without @)"
2092
  msgstr "قالب بدون %1$s"
2093
 
2094
- #: ../admin/like_buttons.php:736
2095
  #, fuzzy
2096
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
2097
  msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2098
 
2099
- #: ../admin/like_buttons.php:753
2100
  #, fuzzy
2101
  msgid "Like Buttons Shortcode & Widget"
2102
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -2106,27 +2142,27 @@ msgstr "استخدم كود مختصر | Include the shortcode"
2106
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2107
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2108
 
2109
- #: ../inc/social_sharing.php:709
2110
  #, fuzzy
2111
  msgid "Invalid request"
2112
  msgstr "طلب غير صحيح"
2113
 
2114
- #: ../inc/social_sharing.php:716
2115
  #, fuzzy
2116
  msgid "Providers not selected"
2117
  msgstr "محدد | selected"
2118
 
2119
- #: ../inc/social_login.php:232
2120
  #, php-format
2121
  msgid "Username: %s"
2122
  msgstr ""
2123
 
2124
- #: ../inc/social_login.php:233
2125
  #, php-format
2126
  msgid "Password: %s"
2127
  msgstr ""
2128
 
2129
- #: ../inc/social_login.php:236
2130
  #, php-format
2131
  msgid "[%s] Your username and password"
2132
  msgstr ""
@@ -2273,6 +2309,10 @@ msgstr "العائم الرأسي مثل أزرار القطعة. السماح
2273
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2274
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
2275
 
 
 
 
 
2276
  #~ msgid "Horizontal sharing"
2277
  #~ msgstr "المشاركات الأفقي"
2278
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:33+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:33+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.8.1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:324
19
  #, php-format
20
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
  msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
 
23
+ #: ../super_socializer.php:327
24
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
  msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
+ #: ../super_socializer.php:497
28
  msgid "Please verify your email address to login."
29
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
 
31
+ #: ../super_socializer.php:497
32
  msgid "Your email has been verified. Now you can login to your account"
33
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
 
35
+ #: ../super_socializer.php:501
36
  msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
+ #: ../super_socializer.php:519
40
+ #: ../admin/social_login.php:595
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
44
+ #: ../super_socializer.php:522
45
  msgid "Please check your email inbox to complete the registration."
46
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
 
48
+ #: ../super_socializer.php:539
49
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
  msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
 
52
+ #: ../super_socializer.php:626
53
  msgid "Leave a reply"
54
  msgstr "اترك رد"
55
 
56
+ #: ../super_socializer.php:815
57
  #, fuzzy
58
  msgid "Super Socializer - General Options"
59
  msgstr "آخر تسجيل دخول | Last Login"
60
 
61
+ #: ../super_socializer.php:815
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  #, fuzzy
65
  msgid "General Options"
66
  msgstr "المشاركات الأفقي"
67
 
68
+ #: ../super_socializer.php:876
69
  #, fuzzy
70
  msgid "Super Socializer - Social Avatar"
71
  msgstr "آخر تسجيل دخول | Last Login"
72
 
73
+ #: ../super_socializer.php:879
74
  msgid "Small Avatar Url"
75
  msgstr "صغير الرمزية رابط"
76
 
77
+ #: ../super_socializer.php:884
78
  #, fuzzy
79
  msgid "Large Avatar Url"
80
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
81
 
82
+ #: ../super_socializer.php:951
83
  msgid "Email you entered is already registered or invalid"
84
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
85
 
86
+ #: ../super_socializer.php:955
87
  msgid "Please enter a valid email address. You might be required to verify it"
88
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
89
 
200
 
201
  #: ../helper.php:894
202
  #: ../admin/general_options.php:89
203
+ #: ../admin/social_sharing.php:1785
204
  #: ../admin/social_commenting.php:464
205
+ #: ../admin/social_login.php:875
206
+ #: ../admin/like_buttons.php:778
207
  #, fuzzy
208
  msgid "Save Changes"
209
  msgstr "حفظ"
364
  #: ../admin/social_sharing.php:39
365
  #: ../admin/social_sharing.php:1731
366
  #: ../admin/social_sharing.php:1733
367
+ #: ../admin/social_login.php:40
368
+ #: ../admin/social_login.php:861
369
  #: ../admin/like_buttons.php:40
370
+ #: ../admin/like_buttons.php:752
371
  #, fuzzy
372
  msgid "Shortcode & Widget"
373
  msgstr "استخدم كود مختصر | Include the shortcode"
381
  #: ../admin/social_sharing.php:1762
382
  #: ../admin/social_commenting.php:36
383
  #: ../admin/social_commenting.php:452
384
+ #: ../admin/like_buttons.php:41
385
+ #: ../admin/like_buttons.php:764
386
  #, fuzzy
387
  msgid "FAQ"
388
  msgstr "الأسئلة الشائعة "
511
  #: ../admin/social_sharing.php:273
512
  #: ../admin/social_sharing.php:581
513
  #: ../admin/social_sharing.php:1213
514
+ #: ../admin/like_buttons.php:396
515
  #, fuzzy
516
  msgid "Background Color"
517
  msgstr "لون الخلفية"
563
  #: ../admin/social_sharing.php:630
564
  #: ../admin/social_sharing.php:851
565
  #: ../admin/social_sharing.php:1235
566
+ #: ../admin/like_buttons.php:171
567
+ #: ../admin/like_buttons.php:418
568
  #, fuzzy
569
  msgid "Left"
570
  msgstr "يسار"
578
  #: ../admin/social_sharing.php:634
579
  #: ../admin/social_sharing.php:853
580
  #: ../admin/social_sharing.php:1236
581
+ #: ../admin/like_buttons.php:173
582
+ #: ../admin/like_buttons.php:419
583
  #, fuzzy
584
  msgid "Right"
585
  msgstr "يمين"
638
 
639
  #: ../admin/social_sharing.php:693
640
  #: ../admin/social_sharing.php:1081
641
+ #: ../admin/like_buttons.php:74
642
+ #: ../admin/like_buttons.php:322
643
  #, fuzzy
644
  msgid "Target Url"
645
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
646
 
647
  #: ../admin/social_sharing.php:697
648
  #: ../admin/social_sharing.php:1085
649
+ #: ../admin/like_buttons.php:78
650
+ #: ../admin/like_buttons.php:326
651
  #, fuzzy
652
  msgid "Url of the webpage where icons are located (default)"
653
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
654
 
655
  #: ../admin/social_sharing.php:699
656
  #: ../admin/social_sharing.php:1087
657
+ #: ../admin/like_buttons.php:80
658
+ #: ../admin/like_buttons.php:328
659
  #, fuzzy
660
  msgid "Url of the homepage of your website"
661
  msgstr "URL لعملاء الموقع (اختياري)"
662
 
663
  #: ../admin/social_sharing.php:701
664
  #: ../admin/social_sharing.php:1089
665
+ #: ../admin/like_buttons.php:82
666
+ #: ../admin/like_buttons.php:330
667
  #, fuzzy
668
  msgid "Custom url"
669
  msgstr "رابط (URL) مخصّص"
675
  msgstr " شارك الآخرين بهذة الفقرة"
676
 
677
  #: ../admin/social_sharing.php:716
678
+ #: ../admin/social_login.php:377
679
+ #: ../admin/like_buttons.php:97
680
  #, fuzzy
681
  msgid "Title"
682
  msgstr "العنوان"
711
 
712
  #: ../admin/social_sharing.php:847
713
  #: ../admin/social_sharing.php:1231
714
+ #: ../admin/like_buttons.php:167
715
+ #: ../admin/like_buttons.php:414
716
  #, fuzzy
717
  msgid "Horizontal alignment"
718
  msgstr "بلا محاذاة"
719
 
720
  #: ../admin/social_sharing.php:852
721
+ #: ../admin/like_buttons.php:172
722
  #, fuzzy
723
  msgid "Center"
724
  msgstr "وسط"
730
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
731
 
732
  #: ../admin/social_sharing.php:869
733
+ #: ../admin/like_buttons.php:189
734
  #, fuzzy
735
  msgid "Position with respect to content"
736
  msgstr "موضع الخلفية"
737
 
738
  #: ../admin/social_sharing.php:873
739
+ #: ../admin/like_buttons.php:193
740
  #, fuzzy
741
  msgid "Top of the content"
742
  msgstr "أعلى"
743
 
744
  #: ../admin/social_sharing.php:875
745
+ #: ../admin/like_buttons.php:195
746
  #, fuzzy
747
  msgid "Bottom of the content"
748
  msgstr "أسفل"
759
 
760
  #: ../admin/social_sharing.php:894
761
  #: ../admin/social_sharing.php:1314
762
+ #: ../admin/social_login.php:658
763
+ #: ../admin/social_login.php:688
764
+ #: ../admin/like_buttons.php:214
765
+ #: ../admin/like_buttons.php:497
766
  #, fuzzy
767
  msgid "Homepage"
768
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
769
 
770
  #: ../admin/social_sharing.php:896
771
  #: ../admin/social_sharing.php:1316
772
+ #: ../admin/like_buttons.php:216
773
+ #: ../admin/like_buttons.php:499
774
  #, fuzzy
775
  msgid "Posts"
776
  msgstr "مقالات"
777
 
778
  #: ../admin/social_sharing.php:898
779
  #: ../admin/social_sharing.php:1318
780
+ #: ../admin/like_buttons.php:218
781
+ #: ../admin/like_buttons.php:501
782
  #, fuzzy
783
  msgid "Pages"
784
  msgstr "صفحات"
790
 
791
  #: ../admin/social_sharing.php:902
792
  #: ../admin/social_sharing.php:1322
793
+ #: ../admin/like_buttons.php:222
794
+ #: ../admin/like_buttons.php:505
795
  #, fuzzy
796
  msgid "Category Archives"
797
  msgstr "الأرشيف"
798
 
799
  #: ../admin/social_sharing.php:904
800
  #: ../admin/social_sharing.php:1324
801
+ #: ../admin/like_buttons.php:224
802
+ #: ../admin/like_buttons.php:507
803
  #, fuzzy
804
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
805
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
806
 
807
  #: ../admin/social_sharing.php:920
808
+ #: ../admin/like_buttons.php:240
809
  #, fuzzy
810
  msgid "BuddyPress activity"
811
  msgstr "النشاط BuddyPress والمجموعات"
812
 
813
  #: ../admin/social_sharing.php:922
814
+ #: ../admin/like_buttons.php:243
815
  msgid "BuddyPress group (only at top of content)"
816
  msgstr ""
817
 
818
  #: ../admin/social_sharing.php:928
819
  #: ../admin/social_sharing.php:1346
820
+ #: ../admin/like_buttons.php:250
821
+ #: ../admin/like_buttons.php:528
822
  #, fuzzy
823
  msgid "BBPress forum"
824
  msgstr "المنتدى المستعمل | User Forum"
825
 
826
  #: ../admin/social_sharing.php:931
827
  #: ../admin/social_sharing.php:1349
828
+ #: ../admin/like_buttons.php:253
829
+ #: ../admin/like_buttons.php:531
830
  #, fuzzy
831
  msgid "BBPress topic"
832
  msgstr "إضافات الموضوع"
833
 
834
  #: ../admin/social_sharing.php:934
835
+ #: ../admin/like_buttons.php:256
836
  #, fuzzy
837
  msgid "BBPress reply"
838
  msgstr "رد"
839
 
840
  #: ../admin/social_sharing.php:941
841
+ #: ../admin/like_buttons.php:262
842
  msgid "After individual product at WooCommerce Shop page"
843
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
844
 
845
  #: ../admin/social_sharing.php:944
846
+ #: ../admin/like_buttons.php:265
847
  msgid "WooCommerce Product Page"
848
  msgstr "WooCommerce صفحة المنتج"
849
 
850
  #: ../admin/social_sharing.php:947
851
+ #: ../admin/like_buttons.php:268
852
  msgid "WooCommerce Thankyou Page"
853
  msgstr "WooCommerce الشكر الصفحة"
854
 
943
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
944
 
945
  #: ../admin/social_sharing.php:1253
946
+ #: ../admin/like_buttons.php:436
947
  #, fuzzy
948
  msgid "Left offset"
949
  msgstr "يسار"
954
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
955
 
956
  #: ../admin/social_sharing.php:1273
957
+ #: ../admin/like_buttons.php:456
958
  #, fuzzy
959
  msgid "Right offset"
960
  msgstr "يمين"
965
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
966
 
967
  #: ../admin/social_sharing.php:1292
968
+ #: ../admin/like_buttons.php:475
969
  #, fuzzy
970
  msgid "Top offset"
971
  msgstr "أعلى"
976
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
977
 
978
  #: ../admin/social_sharing.php:1338
979
+ #: ../admin/like_buttons.php:521
980
  #, fuzzy
981
  msgid "BuddyPress group"
982
  msgstr "تحرير ملفي الشخصي"
1028
  msgstr ""
1029
 
1030
  #: ../admin/social_sharing.php:1506
1031
+ #: ../admin/like_buttons.php:577
1032
  #, fuzzy
1033
  msgid "Url shortener"
1034
  msgstr "عنوان Url للقيام بالتعليق على"
1048
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1049
 
1050
  #: ../admin/social_sharing.php:1540
1051
+ #: ../admin/like_buttons.php:611
1052
  #, fuzzy
1053
  msgid "Master control to enable bit.ly url shortening for sharing"
1054
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1055
 
1056
  #: ../admin/social_sharing.php:1548
1057
+ #: ../admin/like_buttons.php:619
1058
  #, fuzzy
1059
  msgid "bit.ly username"
1060
  msgstr "إسم المستخدم الألكتروني:"
1061
 
1062
  #: ../admin/social_sharing.php:1558
1063
+ #: ../admin/like_buttons.php:629
1064
  #, fuzzy, php-format
1065
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1066
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
1067
 
1068
  #: ../admin/social_sharing.php:1567
1069
+ #: ../admin/like_buttons.php:638
1070
  #, fuzzy
1071
  msgid "bit.ly API Key"
1072
  msgstr "مفتاح API الخاص | API Private Key"
1073
 
1074
  #: ../admin/social_sharing.php:1577
1075
+ #: ../admin/like_buttons.php:648
1076
  #, fuzzy, php-format
1077
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1078
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
1079
 
1080
  #: ../admin/social_sharing.php:1586
1081
+ #: ../admin/like_buttons.php:657
1082
  msgid "Clear Bitly Cache"
1083
  msgstr ""
1084
 
1085
  #: ../admin/social_sharing.php:1590
1086
+ #: ../admin/like_buttons.php:661
1087
  #, fuzzy
1088
  msgid "ShortUrl cache cleared successfully."
1089
  msgstr "تم ربط حسابك بنجاح"
1090
 
1091
  #: ../admin/social_sharing.php:1597
1092
+ #: ../admin/like_buttons.php:668
1093
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1094
  msgstr ""
1095
 
1121
  #: ../admin/social_sharing.php:1656
1122
  #: ../admin/social_sharing.php:1662
1123
  #: ../admin/social_commenting.php:311
1124
+ #: ../admin/like_buttons.php:677
1125
+ #: ../admin/like_buttons.php:683
1126
  #, fuzzy
1127
  msgid "Language"
1128
  msgstr "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> والخصائص التالية: %s"
1203
  msgstr ""
1204
 
1205
  #: ../admin/social_sharing.php:1773
1206
+ msgid "Why are Share Counts Not Updating?"
1207
+ msgstr ""
1208
+
1209
+ #: ../admin/social_sharing.php:1774
1210
+ #: ../admin/like_buttons.php:766
1211
+ msgid "Why is there so much space between like buttons?"
1212
  msgstr ""
1213
 
1214
  #: ../admin/social_commenting.php:13
1455
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1456
 
1457
  #: ../admin/social_login.php:35
1458
+ #: ../admin/social_login.php:46
1459
  #, fuzzy
1460
  msgid "Basic Configuration"
1461
  msgstr "إنشاء ملف الإعدادات"
1462
 
1463
  #: ../admin/social_login.php:36
1464
  #, fuzzy
1465
+ msgid "Advanced Configuration"
1466
+ msgstr "إنشاء ملف الإعدادات"
1467
 
1468
+ #: ../admin/social_login.php:38
1469
+ #: ../admin/social_login.php:813
1470
+ msgid "XProfile Integration"
1471
+ msgstr ""
1472
+
1473
+ #: ../admin/social_login.php:53
1474
  msgid "Disable user registration via Social Login"
1475
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1476
 
1477
+ #: ../admin/social_login.php:63
1478
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1479
  msgstr "بعد تمكين هذا الخيار، وسيكون للمستخدمين الجديد لن يكون قادرا على تسجيل الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على الدخول الاجتماعي."
1480
 
1481
+ #: ../admin/social_login.php:72
1482
  #, fuzzy
1483
  msgid "Redirection url"
1484
  msgstr "تسجيل الدخول"
1485
 
1486
+ #: ../admin/social_login.php:82
1487
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1488
  msgstr "سيتم إعادة توجيه المستخدم إلى هذه الصفحة بعد محاولة فاشلة التسجيل عن طريق الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1489
 
1490
+ #: ../admin/social_login.php:91
1491
  #, fuzzy
1492
  msgid "Select providers"
1493
  msgstr "أختر ..."
1494
 
1495
+ #: ../admin/social_login.php:96
1496
  msgid "Facebook"
1497
  msgstr "الفيسبوك"
1498
 
1499
+ #: ../admin/social_login.php:100
1500
  #, fuzzy
1501
  msgid "Twitter"
1502
  msgstr "شارك الأخرين عبر تويتر"
1503
 
1504
+ #: ../admin/social_login.php:104
1505
  #, fuzzy
1506
  msgid "LinkedIn"
1507
  msgstr "شارك الأخرين عبر لنكيدان"
1508
 
1509
+ #: ../admin/social_login.php:108
1510
  #, fuzzy
1511
  msgid "Google+"
1512
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
1513
 
1514
+ #: ../admin/social_login.php:112
1515
  #, fuzzy
1516
  msgid "Vkontakte"
1517
  msgstr "انشر عبر VKontakte"
1518
 
1519
+ #: ../admin/social_login.php:116
1520
  #, fuzzy
1521
  msgid "Instagram"
1522
  msgstr "إنستاجرام"
1523
 
1524
+ #: ../admin/social_login.php:120
1525
  #, fuzzy
1526
  msgid "Xing"
1527
  msgstr "شينغ"
1528
 
1529
+ #: ../admin/social_login.php:124
1530
+ msgid "Steam"
1531
+ msgstr ""
1532
+
1533
+ #: ../admin/social_login.php:129
1534
+ #, fuzzy
1535
+ msgid "Twitch"
1536
+ msgstr "شارك الأخرين عبر تويتر"
1537
+
1538
+ #: ../admin/social_login.php:137
1539
  #, fuzzy
1540
  msgid "Select Social ID provider to enable in Social Login"
1541
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1542
 
1543
+ #: ../admin/social_login.php:145
1544
  #, fuzzy
1545
  msgid "Facebook App ID"
1546
  msgstr "رقم التعريف الخالص بك | ID"
1547
 
1548
+ #: ../admin/social_login.php:155
1549
  #, fuzzy, php-format
1550
  msgid "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"
1551
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1552
 
1553
+ #: ../admin/social_login.php:157
1554
  #, fuzzy
1555
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1556
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1557
 
1558
+ #: ../admin/social_login.php:167
1559
  #, fuzzy
1560
  msgid "Twitter API Key"
1561
  msgstr "مفتاح API الخاص | API Private Key"
1562
 
1563
+ #: ../admin/social_login.php:177
1564
  #, fuzzy, php-format
1565
  msgid "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"
1566
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1567
 
1568
+ #: ../admin/social_login.php:179
1569
+ #: ../admin/social_login.php:201
1570
  #, fuzzy
1571
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1572
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1573
 
1574
+ #: ../admin/social_login.php:189
1575
  #, fuzzy
1576
  msgid "Twitter API Secret"
1577
  msgstr "شارك الأخرين عبر تويتر"
1578
 
1579
+ #: ../admin/social_login.php:199
1580
  #, fuzzy, php-format
1581
  msgid "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"
1582
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1583
 
1584
+ #: ../admin/social_login.php:211
1585
  #, fuzzy
1586
  msgid "LinkedIn API Key"
1587
  msgstr "مفتاح API الخاص | API Private Key"
1588
 
1589
+ #: ../admin/social_login.php:221
1590
  #, fuzzy, php-format
1591
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1592
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1593
 
1594
+ #: ../admin/social_login.php:223
1595
+ #: ../admin/social_login.php:289
1596
  #, fuzzy
1597
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1598
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1599
 
1600
+ #: ../admin/social_login.php:233
1601
  #, fuzzy
1602
  msgid "Google+ Client ID"
1603
  msgstr "شارك الأخرين عبر جوجل"
1604
 
1605
+ #: ../admin/social_login.php:243
1606
  #, fuzzy, php-format
1607
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1608
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1609
 
1610
+ #: ../admin/social_login.php:245
1611
  #, fuzzy
1612
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1613
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1614
 
1615
+ #: ../admin/social_login.php:255
1616
  #, fuzzy
1617
  msgid "Vkontakte Application ID"
1618
  msgstr "انشر عبر VKontakte"
1619
 
1620
+ #: ../admin/social_login.php:265
1621
  #, fuzzy, php-format
1622
  msgid "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"
1623
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1624
 
1625
+ #: ../admin/social_login.php:267
1626
  #, fuzzy
1627
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1628
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1629
 
1630
+ #: ../admin/social_login.php:277
1631
  #, fuzzy
1632
  msgid "Instagram Client ID"
1633
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1634
 
1635
+ #: ../admin/social_login.php:287
1636
  #, fuzzy, php-format
1637
  msgid "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"
1638
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1639
 
1640
+ #: ../admin/social_login.php:299
1641
  #, fuzzy
1642
  msgid "Xing Consumer Key"
1643
  msgstr "مفتاح التفعيل:"
1644
 
1645
+ #: ../admin/social_login.php:309
1646
  #, fuzzy, php-format
1647
  msgid "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"
1648
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1649
 
1650
+ #: ../admin/social_login.php:311
1651
+ #: ../admin/social_login.php:333
1652
  #, fuzzy
1653
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1654
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1655
 
1656
+ #: ../admin/social_login.php:321
1657
  #, fuzzy
1658
  msgid "Xing Consumer Secret"
1659
  msgstr "كلمة السر | Secret Word"
1660
 
1661
+ #: ../admin/social_login.php:331
1662
  #, fuzzy, php-format
1663
  msgid "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"
1664
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1665
 
1666
+ #: ../admin/social_login.php:343
1667
  #, fuzzy
1668
+ msgid "Twitch Client ID"
1669
+ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1670
 
1671
  #: ../admin/social_login.php:353
1672
+ #, fuzzy, php-format
1673
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1674
+ msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1675
+
1676
+ #: ../admin/social_login.php:355
1677
+ #, fuzzy
1678
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1679
+ msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1680
+
1681
+ #: ../admin/social_login.php:371
1682
+ #, fuzzy
1683
+ msgid "Social Login Options"
1684
+ msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1685
+
1686
+ #: ../admin/social_login.php:387
1687
  #, fuzzy
1688
  msgid "Text to display above the Social Login interface"
1689
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1690
 
1691
+ #: ../admin/social_login.php:396
1692
  #, fuzzy
1693
  msgid "Enable at login page"
1694
  msgstr "صفحة"
1695
 
1696
+ #: ../admin/social_login.php:406
1697
  #, fuzzy
1698
  msgid "Social Login interface will get enabled at the login page of your website"
1699
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1700
 
1701
+ #: ../admin/social_login.php:414
1702
  #, fuzzy
1703
  msgid "Enable at register page"
1704
  msgstr "التسجيل العام"
1705
 
1706
+ #: ../admin/social_login.php:424
1707
  #, fuzzy
1708
  msgid "Social Login interface will get enabled at the registration page of your website"
1709
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1710
 
1711
+ #: ../admin/social_login.php:432
1712
  msgid "Enable at comment form"
1713
  msgstr "تمكين هذا الشكل من تعليق"
1714
 
1715
+ #: ../admin/social_login.php:442
1716
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1717
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1718
 
1719
+ #: ../admin/social_login.php:456
1720
  msgid "Enable before WooCommerce Customer Login Form"
1721
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1722
 
1723
+ #: ../admin/social_login.php:466
1724
  #, fuzzy
1725
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1726
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1727
 
1728
+ #: ../admin/social_login.php:474
1729
  msgid "Enable after WooCommerce Customer Login Form"
1730
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1731
 
1732
+ #: ../admin/social_login.php:484
1733
  #, fuzzy
1734
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1735
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1736
 
1737
+ #: ../admin/social_login.php:492
1738
  #, fuzzy
1739
  msgid "Enable at WooCommerce checkout page"
1740
  msgstr "التسجيل العام"
1741
 
1742
+ #: ../admin/social_login.php:502
1743
  #, fuzzy
1744
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1745
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1746
 
1747
+ #: ../admin/social_login.php:513
1748
  #, fuzzy
1749
  msgid "Auto-approve comments made by Social Login users"
1750
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1751
 
1752
+ #: ../admin/social_login.php:523
1753
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1754
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1755
 
1756
+ #: ../admin/social_login.php:524
1757
  #, fuzzy
1758
  msgid "Note: This is not related to Facebook comments"
1759
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1760
 
1761
+ #: ../admin/social_login.php:534
1762
  #, fuzzy
1763
  msgid "Enable social avatar"
1764
  msgstr "خدمة الشبكة الاجتماعية"
1765
 
1766
+ #: ../admin/social_login.php:544
1767
  #, fuzzy
1768
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1769
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1770
 
1771
+ #: ../admin/social_login.php:554
1772
  #, fuzzy
1773
  msgid "Avatar quality"
1774
  msgstr "نوعية الصورة الرمزية"
1775
 
1776
+ #: ../admin/social_login.php:557
1777
  #, fuzzy
1778
  msgid "Average"
1779
  msgstr "المعدل"
1780
 
1781
+ #: ../admin/social_login.php:558
1782
  msgid "Best"
1783
  msgstr "أفضل"
1784
 
1785
+ #: ../admin/social_login.php:565
1786
  #, fuzzy
1787
  msgid "Choose avatar quality"
1788
  msgstr "إختيار ملف"
1789
 
1790
+ #: ../admin/social_login.php:574
1791
  #, fuzzy
1792
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1793
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1794
 
1795
+ #: ../admin/social_login.php:584
1796
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1797
  msgstr ""
1798
 
1799
+ #: ../admin/social_login.php:605
1800
  #, fuzzy
1801
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1802
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1803
 
1804
+ #: ../admin/social_login.php:614
1805
  #, fuzzy
1806
  msgid "Send username-password after user registration"
1807
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1808
 
1809
+ #: ../admin/social_login.php:624
1810
  #, fuzzy
1811
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1812
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1813
 
1814
+ #: ../admin/social_login.php:633
1815
  #, fuzzy
1816
  msgid "Enable social account linking at BuddyPress profile page"
1817
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1818
 
1819
+ #: ../admin/social_login.php:643
1820
  #, fuzzy
1821
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1822
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1823
 
1824
+ #: ../admin/social_login.php:652
1825
  #, fuzzy
1826
  msgid "Login redirection"
1827
  msgstr "تسجيل الدخول"
1828
 
1829
+ #: ../admin/social_login.php:656
1830
  #, fuzzy
1831
  msgid "Same page where user logged in"
1832
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1833
 
1834
+ #: ../admin/social_login.php:660
1835
+ #: ../admin/social_login.php:690
1836
  #, fuzzy
1837
  msgid "Account dashboard"
1838
  msgstr " لوحتك الخاصة بالتحكم"
1839
 
1840
+ #: ../admin/social_login.php:663
1841
+ #: ../admin/social_login.php:693
1842
  #, fuzzy
1843
  msgid "BuddyPress profile page"
1844
  msgstr "تحرير ملفي الشخصي"
1845
 
1846
+ #: ../admin/social_login.php:666
1847
+ #: ../admin/social_login.php:696
1848
  #, fuzzy
1849
  msgid "Custom Url"
1850
  msgstr "رابط (URL) مخصّص"
1851
 
1852
+ #: ../admin/social_login.php:674
1853
  #, fuzzy
1854
  msgid "User will be redirected to the selected page after Social Login"
1855
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1856
 
1857
+ #: ../admin/social_login.php:682
1858
  #, fuzzy
1859
  msgid "Registration redirection"
1860
  msgstr "نموذج التسجيل"
1861
 
1862
+ #: ../admin/social_login.php:686
1863
  #, fuzzy
1864
  msgid "Same page from where user registered"
1865
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1866
 
1867
+ #: ../admin/social_login.php:704
1868
  #, fuzzy
1869
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1870
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1871
 
1872
+ #: ../admin/social_login.php:712
1873
  #, fuzzy
1874
  msgid "Email popup options"
1875
  msgstr "الخيارات"
1876
 
1877
+ #: ../admin/social_login.php:718
1878
  #, fuzzy
1879
  msgid "Text on 'Email required' popup"
1880
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1881
 
1882
+ #: ../admin/social_login.php:728
1883
  #, fuzzy
1884
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1885
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1886
 
1887
+ #: ../admin/social_login.php:737
1888
  #, fuzzy
1889
  msgid "Error message for 'Email required' popup"
1890
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1891
 
1892
+ #: ../admin/social_login.php:747
1893
  #, fuzzy
1894
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1895
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1896
 
1897
+ #: ../admin/social_login.php:756
1898
  #, fuzzy
1899
  msgid "Email popup height"
1900
  msgstr "ارتفاع"
1901
 
1902
+ #: ../admin/social_login.php:766
1903
  #, fuzzy
1904
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1905
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1906
 
1907
+ #: ../admin/social_login.php:774
1908
  #, fuzzy
1909
  msgid "Enable email verification"
1910
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1911
 
1912
+ #: ../admin/social_login.php:784
1913
  #, fuzzy
1914
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1915
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1916
 
1917
+ #: ../admin/social_login.php:863
1918
  #, fuzzy
1919
  msgid "Social Login Shortcode & Widget"
1920
  msgstr "استخدم كود مختصر | Include the shortcode"
1921
 
1922
+ #: ../admin/social_login.php:864
1923
  msgid "Social Linking Shortcode"
1924
  msgstr "الربط الاجتماعي رمز قصير"
1925
 
1973
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1974
  msgstr "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
1975
 
1976
+ #: ../admin/like_buttons.php:48
1977
  #, fuzzy
1978
  msgid "Standard Interface Options"
1979
  msgstr "المشاركات الأفقي"
1980
 
1981
+ #: ../admin/like_buttons.php:54
1982
  #, fuzzy
1983
  msgid "Enable standard interface"
1984
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1985
 
1986
+ #: ../admin/like_buttons.php:64
1987
  #, fuzzy
1988
  msgid "Master control to enable horizontal like buttons"
1989
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
1990
 
1991
+ #: ../admin/like_buttons.php:89
1992
+ #: ../admin/like_buttons.php:337
1993
  #, fuzzy
1994
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1995
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
1996
 
1997
+ #: ../admin/like_buttons.php:107
1998
  #, fuzzy
1999
  msgid "The text to display above the interface"
2000
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
2001
 
2002
+ #: ../admin/like_buttons.php:115
2003
+ #: ../admin/like_buttons.php:345
2004
  #, fuzzy
2005
  msgid "Select and rearrange providers"
2006
  msgstr "اختر مقالة"
2007
 
2008
+ #: ../admin/like_buttons.php:159
2009
+ #: ../admin/like_buttons.php:388
2010
  #, fuzzy
2011
  msgid "Select the providers for interface. Drag them to rearrange."
2012
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
2013
 
2014
+ #: ../admin/like_buttons.php:181
2015
+ #: ../admin/like_buttons.php:427
2016
  #, fuzzy
2017
  msgid "Horizontal alignment of the interface"
2018
  msgstr "بلا محاذاة"
2019
 
2020
+ #: ../admin/like_buttons.php:202
2021
  #, fuzzy
2022
  msgid "Specify position of the interface with respect to the content"
2023
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
2024
 
2025
+ #: ../admin/like_buttons.php:210
2026
+ #: ../admin/like_buttons.php:493
2027
  #, fuzzy
2028
  msgid "Interface location"
2029
  msgstr "واجهة الموقع"
2030
 
2031
+ #: ../admin/like_buttons.php:220
2032
+ #: ../admin/like_buttons.php:503
2033
  #, fuzzy
2034
  msgid "Excerpts"
2035
  msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
2036
 
2037
+ #: ../admin/like_buttons.php:279
2038
  #, fuzzy
2039
  msgid "Specify the pages where you want to enable interface"
2040
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
2041
 
2042
+ #: ../admin/like_buttons.php:296
2043
  #, fuzzy
2044
  msgid "Vertical (Floating) like buttons Options"
2045
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2046
 
2047
+ #: ../admin/like_buttons.php:302
2048
  #, fuzzy
2049
  msgid "Enable floating like buttons"
2050
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2051
 
2052
+ #: ../admin/like_buttons.php:312
2053
  #, fuzzy
2054
  msgid "Master control to enable vertical (floating) counter widget"
2055
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
2056
 
2057
+ #: ../admin/like_buttons.php:406
2058
  #, fuzzy
2059
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
2060
  msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2061
 
2062
+ #: ../admin/like_buttons.php:446
2063
  #, fuzzy
2064
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
2065
  msgstr "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
2066
 
2067
+ #: ../admin/like_buttons.php:466
2068
  #, fuzzy
2069
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
2070
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
2071
 
2072
+ #: ../admin/like_buttons.php:485
2073
  #, fuzzy
2074
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
2075
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
2076
 
2077
+ #: ../admin/like_buttons.php:541
2078
  #, fuzzy
2079
  msgid "Specify the pages where you want to enable vertical interface"
2080
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
2081
 
2082
+ #: ../admin/like_buttons.php:549
2083
  msgid "Hide like buttons on mobile devices"
2084
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
2085
 
2086
+ #: ../admin/like_buttons.php:559
2087
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2088
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
2089
 
2090
+ #: ../admin/like_buttons.php:583
2091
  #, fuzzy
2092
  msgid "Use shortlinks already installed, for tweet button"
2093
  msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
2094
 
2095
+ #: ../admin/like_buttons.php:593
2096
  #, fuzzy
2097
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
2098
  msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
2099
 
2100
+ #: ../admin/like_buttons.php:601
2101
  #, fuzzy
2102
  msgid "Enable bit.ly url shortener for tweet button"
2103
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2104
 
2105
+ #: ../admin/like_buttons.php:693
2106
  #, fuzzy, php-format
2107
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
2108
  msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض عدادات. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
2109
 
2110
+ #: ../admin/like_buttons.php:702
2111
  #, fuzzy
2112
  msgid "Twitter Username"
2113
  msgstr "شارك الأخرين عبر تويتر"
2114
 
2115
+ #: ../admin/like_buttons.php:708
2116
  #, fuzzy
2117
  msgid "Twitter username for Tweet (without @)"
2118
  msgstr "قالب بدون %1$s"
2119
 
2120
+ #: ../admin/like_buttons.php:718
2121
  #, fuzzy
2122
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
2123
  msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2124
 
2125
+ #: ../admin/like_buttons.php:727
2126
  #, fuzzy
2127
  msgid "Twitter username for Buffer sharing (without @)"
2128
  msgstr "قالب بدون %1$s"
2129
 
2130
+ #: ../admin/like_buttons.php:737
2131
  #, fuzzy
2132
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
2133
  msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2134
 
2135
+ #: ../admin/like_buttons.php:754
2136
  #, fuzzy
2137
  msgid "Like Buttons Shortcode & Widget"
2138
  msgstr "استخدم كود مختصر | Include the shortcode"
2142
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2143
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2144
 
2145
+ #: ../inc/social_sharing.php:710
2146
  #, fuzzy
2147
  msgid "Invalid request"
2148
  msgstr "طلب غير صحيح"
2149
 
2150
+ #: ../inc/social_sharing.php:717
2151
  #, fuzzy
2152
  msgid "Providers not selected"
2153
  msgstr "محدد | selected"
2154
 
2155
+ #: ../inc/social_login.php:261
2156
  #, php-format
2157
  msgid "Username: %s"
2158
  msgstr ""
2159
 
2160
+ #: ../inc/social_login.php:262
2161
  #, php-format
2162
  msgid "Password: %s"
2163
  msgstr ""
2164
 
2165
+ #: ../inc/social_login.php:265
2166
  #, php-format
2167
  msgid "[%s] Your username and password"
2168
  msgstr ""
2309
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2310
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
2311
 
2312
+ #, fuzzy
2313
+ #~ msgid "Login options"
2314
+ #~ msgstr "الخيارات"
2315
+
2316
  #~ msgid "Horizontal sharing"
2317
  #~ msgstr "المشاركات الأفقي"
2318
 
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: 2016-02-05 18:29+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,71 +16,71 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Introduce exactamente la siguiente URL en las <strong>Website</strong> y <strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrate de que cURL está activado en el servidor de tu sitio web. Es posible que necesites contactar con el administrador de tu servidor para verificar esto"
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Por favor verifica tu dirección de email para ingresar."
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Email requerido"
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revisa la bandeja de entrada de tu correo para completar el registro."
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Sigue los pasos 11 y 12 de la página de configuración de Google app, acerca de abrir"
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Deja una respuesta"
56
 
57
- #: ../super_socializer.php:711
58
  msgid "Super Socializer - General Options"
59
  msgstr "Super Socializer - Opciones Generales"
60
 
61
- #: ../super_socializer.php:711
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  msgid "General Options"
65
  msgstr "Opciones Generales"
66
 
67
- #: ../super_socializer.php:772
68
  msgid "Super Socializer - Social Avatar"
69
  msgstr "Super Socializer - Social Avatar"
70
 
71
- #: ../super_socializer.php:775
72
  msgid "Small Avatar Url"
73
  msgstr "Url de Avatar Pequeño"
74
 
75
- #: ../super_socializer.php:780
76
  msgid "Large Avatar Url"
77
  msgstr "Url de Avatar Grande"
78
 
79
- #: ../super_socializer.php:847
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr "El email que has escrito ya está registrado o no es válido"
82
 
83
- #: ../super_socializer.php:851
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr "Por favor escribe una dirección de email válida. Puedes ser requerido para verificarla"
86
 
@@ -187,10 +187,10 @@ msgstr "Avatar Grande"
187
 
188
  #: ../helper.php:894
189
  #: ../admin/general_options.php:89
190
- #: ../admin/social_sharing.php:1784
191
  #: ../admin/social_commenting.php:464
192
- #: ../admin/social_login.php:778
193
- #: ../admin/like_buttons.php:764
194
  msgid "Save Changes"
195
  msgstr "Guardar Cambios"
196
 
@@ -332,10 +332,10 @@ msgstr "Miscelánea"
332
  #: ../admin/social_sharing.php:39
333
  #: ../admin/social_sharing.php:1731
334
  #: ../admin/social_sharing.php:1733
335
- #: ../admin/social_login.php:37
336
- #: ../admin/social_login.php:764
337
  #: ../admin/like_buttons.php:40
338
- #: ../admin/like_buttons.php:751
339
  msgid "Shortcode & Widget"
340
  msgstr "Widgets y Shortcodes"
341
 
@@ -347,6 +347,8 @@ msgstr "Resolución de problmas"
347
  #: ../admin/social_sharing.php:1762
348
  #: ../admin/social_commenting.php:36
349
  #: ../admin/social_commenting.php:452
 
 
350
  msgid "FAQ"
351
  msgstr "FAQ"
352
 
@@ -460,7 +462,7 @@ msgstr "Especifica el color o código hexadecimal (por ejemplo #cc78e0) para el
460
  #: ../admin/social_sharing.php:273
461
  #: ../admin/social_sharing.php:581
462
  #: ../admin/social_sharing.php:1213
463
- #: ../admin/like_buttons.php:395
464
  msgid "Background Color"
465
  msgstr "Color del fondo"
466
 
@@ -507,8 +509,8 @@ msgstr "(aplicable si el contador está activo)"
507
  #: ../admin/social_sharing.php:630
508
  #: ../admin/social_sharing.php:851
509
  #: ../admin/social_sharing.php:1235
510
- #: ../admin/like_buttons.php:170
511
- #: ../admin/like_buttons.php:417
512
  msgid "Left"
513
  msgstr "Izquierda"
514
 
@@ -521,8 +523,8 @@ msgstr "Arriba"
521
  #: ../admin/social_sharing.php:634
522
  #: ../admin/social_sharing.php:853
523
  #: ../admin/social_sharing.php:1236
524
- #: ../admin/like_buttons.php:172
525
- #: ../admin/like_buttons.php:418
526
  msgid "Right"
527
  msgstr "Derecha"
528
 
@@ -574,29 +576,29 @@ msgstr "Control Maestro para permitir Compartir estándar"
574
 
575
  #: ../admin/social_sharing.php:693
576
  #: ../admin/social_sharing.php:1081
577
- #: ../admin/like_buttons.php:73
578
- #: ../admin/like_buttons.php:321
579
  msgid "Target Url"
580
  msgstr "Target Url"
581
 
582
  #: ../admin/social_sharing.php:697
583
  #: ../admin/social_sharing.php:1085
584
- #: ../admin/like_buttons.php:77
585
- #: ../admin/like_buttons.php:325
586
  msgid "Url of the webpage where icons are located (default)"
587
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
588
 
589
  #: ../admin/social_sharing.php:699
590
  #: ../admin/social_sharing.php:1087
591
- #: ../admin/like_buttons.php:79
592
- #: ../admin/like_buttons.php:327
593
  msgid "Url of the homepage of your website"
594
  msgstr "Url de la página de inicio de tu sitio web"
595
 
596
  #: ../admin/social_sharing.php:701
597
  #: ../admin/social_sharing.php:1089
598
- #: ../admin/like_buttons.php:81
599
- #: ../admin/like_buttons.php:329
600
  msgid "Custom url"
601
  msgstr "Url personalizada"
602
 
@@ -606,8 +608,8 @@ msgid "Url to share"
606
  msgstr "Url para compartir"
607
 
608
  #: ../admin/social_sharing.php:716
609
- #: ../admin/social_login.php:343
610
- #: ../admin/like_buttons.php:96
611
  msgid "Title"
612
  msgstr "Título"
613
 
@@ -637,13 +639,13 @@ msgstr "Selecciona los servicios para compartir en la barra de Compartir en rede
637
 
638
  #: ../admin/social_sharing.php:847
639
  #: ../admin/social_sharing.php:1231
640
- #: ../admin/like_buttons.php:166
641
- #: ../admin/like_buttons.php:413
642
  msgid "Horizontal alignment"
643
  msgstr "Alineación horizontal"
644
 
645
  #: ../admin/social_sharing.php:852
646
- #: ../admin/like_buttons.php:171
647
  msgid "Center"
648
  msgstr "Centrar"
649
 
@@ -653,17 +655,17 @@ msgid "Horizontal alignment of the sharing interface"
653
  msgstr "Alineación horizontal de la interfaz de Compartir"
654
 
655
  #: ../admin/social_sharing.php:869
656
- #: ../admin/like_buttons.php:188
657
  msgid "Position with respect to content"
658
  msgstr "Posición respecto al contenido"
659
 
660
  #: ../admin/social_sharing.php:873
661
- #: ../admin/like_buttons.php:192
662
  msgid "Top of the content"
663
  msgstr "Encima del contenido"
664
 
665
  #: ../admin/social_sharing.php:875
666
- #: ../admin/like_buttons.php:194
667
  msgid "Bottom of the content"
668
  msgstr "Debajo del contenido"
669
 
@@ -678,24 +680,24 @@ msgstr "Ubicación"
678
 
679
  #: ../admin/social_sharing.php:894
680
  #: ../admin/social_sharing.php:1314
681
- #: ../admin/social_login.php:624
682
- #: ../admin/social_login.php:654
683
- #: ../admin/like_buttons.php:213
684
- #: ../admin/like_buttons.php:496
685
  msgid "Homepage"
686
  msgstr "Página de Inicio"
687
 
688
  #: ../admin/social_sharing.php:896
689
  #: ../admin/social_sharing.php:1316
690
- #: ../admin/like_buttons.php:215
691
- #: ../admin/like_buttons.php:498
692
  msgid "Posts"
693
  msgstr "Entradas"
694
 
695
  #: ../admin/social_sharing.php:898
696
  #: ../admin/social_sharing.php:1318
697
- #: ../admin/like_buttons.php:217
698
- #: ../admin/like_buttons.php:500
699
  msgid "Pages"
700
  msgstr "Páginas"
701
 
@@ -706,59 +708,59 @@ msgstr "Extractos (en la Página de Inicio)"
706
 
707
  #: ../admin/social_sharing.php:902
708
  #: ../admin/social_sharing.php:1322
709
- #: ../admin/like_buttons.php:221
710
- #: ../admin/like_buttons.php:504
711
  msgid "Category Archives"
712
  msgstr "Archivos por Categoría"
713
 
714
  #: ../admin/social_sharing.php:904
715
  #: ../admin/social_sharing.php:1324
716
- #: ../admin/like_buttons.php:223
717
- #: ../admin/like_buttons.php:506
718
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
719
  msgstr "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por Fecha)"
720
 
721
  #: ../admin/social_sharing.php:920
722
- #: ../admin/like_buttons.php:239
723
  msgid "BuddyPress activity"
724
  msgstr "Actividad en BuddyPress"
725
 
726
  #: ../admin/social_sharing.php:922
727
- #: ../admin/like_buttons.php:242
728
  msgid "BuddyPress group (only at top of content)"
729
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
730
 
731
  #: ../admin/social_sharing.php:928
732
  #: ../admin/social_sharing.php:1346
733
- #: ../admin/like_buttons.php:249
734
- #: ../admin/like_buttons.php:527
735
  msgid "BBPress forum"
736
  msgstr "Foro BBPress"
737
 
738
  #: ../admin/social_sharing.php:931
739
  #: ../admin/social_sharing.php:1349
740
- #: ../admin/like_buttons.php:252
741
- #: ../admin/like_buttons.php:530
742
  msgid "BBPress topic"
743
  msgstr "Tema BBPress"
744
 
745
  #: ../admin/social_sharing.php:934
746
- #: ../admin/like_buttons.php:255
747
  msgid "BBPress reply"
748
  msgstr "Respuesta BBPress"
749
 
750
  #: ../admin/social_sharing.php:941
751
- #: ../admin/like_buttons.php:261
752
  msgid "After individual product at WooCommerce Shop page"
753
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
754
 
755
  #: ../admin/social_sharing.php:944
756
- #: ../admin/like_buttons.php:264
757
  msgid "WooCommerce Product Page"
758
  msgstr "Página de Producto WooCommerce"
759
 
760
  #: ../admin/social_sharing.php:947
761
- #: ../admin/like_buttons.php:267
762
  msgid "WooCommerce Thankyou Page"
763
  msgstr "Página de Agradecimiento WooCommerce"
764
 
@@ -842,7 +844,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
842
  msgstr "Especifica el color o código hexadecimal (por ejemplo #cc78e0) para el fondo de la barra vertical de compartir. Déjalo vacío si lo quieres transparente. Puedes conseguir el código hexadecimal del color que desees en <a href=\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
843
 
844
  #: ../admin/social_sharing.php:1253
845
- #: ../admin/like_buttons.php:435
846
  msgid "Left offset"
847
  msgstr "Desplazamiento a la izquierda"
848
 
@@ -851,7 +853,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
851
  msgstr "Especifica un número. Al aumentar el número la interfaz de compartir se desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia la izquierda. El número puede ser negativo también."
852
 
853
  #: ../admin/social_sharing.php:1273
854
- #: ../admin/like_buttons.php:455
855
  msgid "Right offset"
856
  msgstr "Desplazamiento a la derecha"
857
 
@@ -860,7 +862,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
860
  msgstr "Especifica un número. Al aumentar el número la interfaz de compartir se desplazará hacia la izquierda, mientras que al disminuirlo se desplazará hacia la derecha. El número puede ser negativo también."
861
 
862
  #: ../admin/social_sharing.php:1292
863
- #: ../admin/like_buttons.php:474
864
  msgid "Top offset"
865
  msgstr "Desplazamiento hacia arriba"
866
 
@@ -869,7 +871,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
869
  msgstr "Especifica un número. Al aumentar el número la interfaz de compartir se desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia abajo."
870
 
871
  #: ../admin/social_sharing.php:1338
872
- #: ../admin/like_buttons.php:520
873
  msgid "BuddyPress group"
874
  msgstr "grupo BuddyPress"
875
 
@@ -917,7 +919,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
917
  msgstr "Alineación de la interfaz flotante horizontal, El número puede ser negativo también."
918
 
919
  #: ../admin/social_sharing.php:1506
920
- #: ../admin/like_buttons.php:576
921
  msgid "Url shortener"
922
  msgstr "Acortador de Url"
923
 
@@ -934,44 +936,44 @@ msgid "Enable bit.ly url shortener for sharing"
934
  msgstr "Habilitar acortador de url bit.ly para compartir"
935
 
936
  #: ../admin/social_sharing.php:1540
937
- #: ../admin/like_buttons.php:610
938
  msgid "Master control to enable bit.ly url shortening for sharing"
939
  msgstr "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
940
 
941
  #: ../admin/social_sharing.php:1548
942
- #: ../admin/like_buttons.php:618
943
  msgid "bit.ly username"
944
  msgstr "Nombre de usuario bit.ly"
945
 
946
  #: ../admin/social_sharing.php:1558
947
- #: ../admin/like_buttons.php:628
948
  #, php-format
949
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
950
  msgstr "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este enlace</a> para obtener tu nombre de usuario bit.ly"
951
 
952
  #: ../admin/social_sharing.php:1567
953
- #: ../admin/like_buttons.php:637
954
  msgid "bit.ly API Key"
955
  msgstr "bit.ly API Key"
956
 
957
  #: ../admin/social_sharing.php:1577
958
- #: ../admin/like_buttons.php:647
959
  #, php-format
960
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
961
  msgstr "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este enlace</a> para obtener tu API key"
962
 
963
  #: ../admin/social_sharing.php:1586
964
- #: ../admin/like_buttons.php:656
965
  msgid "Clear Bitly Cache"
966
  msgstr ""
967
 
968
  #: ../admin/social_sharing.php:1590
969
- #: ../admin/like_buttons.php:660
970
  msgid "ShortUrl cache cleared successfully."
971
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
972
 
973
  #: ../admin/social_sharing.php:1597
974
- #: ../admin/like_buttons.php:667
975
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
976
  msgstr "Utiliza esta opción para eliminar las url cortas guardadas en la base de datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las url cortas todavía se están generando para viejas url."
977
 
@@ -1003,8 +1005,8 @@ msgstr ""
1003
  #: ../admin/social_sharing.php:1656
1004
  #: ../admin/social_sharing.php:1662
1005
  #: ../admin/social_commenting.php:311
1006
- #: ../admin/like_buttons.php:676
1007
- #: ../admin/like_buttons.php:682
1008
  msgid "Language"
1009
  msgstr "Idioma"
1010
 
@@ -1075,7 +1077,12 @@ msgid "How to hide arrow after floating sharing bar?"
1075
  msgstr ""
1076
 
1077
  #: ../admin/social_sharing.php:1773
1078
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1079
  msgstr ""
1080
 
1081
  #: ../admin/social_commenting.php:13
@@ -1282,374 +1289,405 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1282
  msgstr "Control Maestro para el Ingreso a través de redes sociales. Debe estar activado para permitir esta funcionalidad"
1283
 
1284
  #: ../admin/social_login.php:35
1285
- #: ../admin/social_login.php:43
1286
  msgid "Basic Configuration"
1287
  msgstr "Configuración básica"
1288
 
1289
  #: ../admin/social_login.php:36
1290
- msgid "Social Login"
1291
- msgstr "Ingreso a través de redes sociales"
 
 
 
 
 
 
1292
 
1293
- #: ../admin/social_login.php:50
1294
  msgid "Disable user registration via Social Login"
1295
  msgstr "Desactivar el registro de usuario mediante redes sociales"
1296
 
1297
- #: ../admin/social_login.php:60
1298
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1299
  msgstr "Después de activar esta opción, los nuevos usuarios no podrán acceder a través de las redes sociales. Sólo los usuarios ya existentes podrán hacerlo."
1300
 
1301
- #: ../admin/social_login.php:69
1302
  msgid "Redirection url"
1303
  msgstr "Redirección de la url"
1304
 
1305
- #: ../admin/social_login.php:79
1306
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1307
  msgstr "El usuario será redirigido a esta página después de un intento de registro fallido a través de su contraseña de una red social. Puedes especificar la url del formulario de registro o de una página que muestre un mensaje advirtiendo que el registro a través de redes sociales está desactivado."
1308
 
1309
- #: ../admin/social_login.php:88
1310
  msgid "Select providers"
1311
  msgstr "Seleccionar redes sociales"
1312
 
1313
- #: ../admin/social_login.php:93
1314
  msgid "Facebook"
1315
  msgstr "Facebook"
1316
 
1317
- #: ../admin/social_login.php:97
1318
  msgid "Twitter"
1319
  msgstr "Facebook"
1320
 
1321
- #: ../admin/social_login.php:101
1322
  msgid "LinkedIn"
1323
  msgstr "LinkedIn"
1324
 
1325
- #: ../admin/social_login.php:105
1326
  msgid "Google+"
1327
  msgstr "Google+"
1328
 
1329
- #: ../admin/social_login.php:109
1330
  msgid "Vkontakte"
1331
  msgstr "Vkontakte"
1332
 
1333
- #: ../admin/social_login.php:113
1334
  msgid "Instagram"
1335
  msgstr "Instagram"
1336
 
1337
- #: ../admin/social_login.php:117
1338
  msgid "Xing"
1339
  msgstr "Xing"
1340
 
1341
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1342
  msgid "Select Social ID provider to enable in Social Login"
1343
  msgstr "Seleccionar un proveedor de Social ID para permitir el ingreso a través de redes sociales"
1344
 
1345
- #: ../admin/social_login.php:133
1346
  msgid "Facebook App ID"
1347
  msgstr "Facebook App ID"
1348
 
1349
- #: ../admin/social_login.php:143
1350
  #, php-format
1351
  msgid "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"
1352
  msgstr "Requerido para que funcione el ingreso a través de Facebook. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Facebook App ID"
1353
 
1354
- #: ../admin/social_login.php:145
1355
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1356
  msgstr "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace mencionado"
1357
 
1358
- #: ../admin/social_login.php:155
1359
  msgid "Twitter API Key"
1360
  msgstr "Twitter API Key"
1361
 
1362
- #: ../admin/social_login.php:165
1363
  #, php-format
1364
  msgid "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"
1365
  msgstr "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Twitter Key"
1366
 
1367
- #: ../admin/social_login.php:167
1368
- #: ../admin/social_login.php:189
1369
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1370
  msgstr "Pega la siguiente url en las opciones <strong>Website</ strong> y <strong>Callback URL</strong> en el enlace mencionado"
1371
 
1372
- #: ../admin/social_login.php:177
1373
  msgid "Twitter API Secret"
1374
  msgstr "Twitter API Secret"
1375
 
1376
- #: ../admin/social_login.php:187
1377
  #, php-format
1378
  msgid "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"
1379
  msgstr "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Twitter API Secret"
1380
 
1381
- #: ../admin/social_login.php:199
1382
  msgid "LinkedIn API Key"
1383
  msgstr "LinkedIn API Key"
1384
 
1385
- #: ../admin/social_login.php:209
1386
  #, php-format
1387
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1388
  msgstr "Requerido para que funcione el ingreso a través de LinkedIn. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu LinkedIn API Key"
1389
 
1390
- #: ../admin/social_login.php:211
1391
- #: ../admin/social_login.php:277
1392
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1393
  msgstr "Pega la siguiente url en la opción <strong>Website URL</ strong> en el enlace mencionado"
1394
 
1395
- #: ../admin/social_login.php:221
1396
  msgid "Google+ Client ID"
1397
  msgstr "Google+ Client ID"
1398
 
1399
- #: ../admin/social_login.php:231
1400
  #, php-format
1401
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1402
  msgstr "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu GooglePlus Client ID"
1403
 
1404
- #: ../admin/social_login.php:233
1405
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1406
  msgstr "Pega la siguiente url en las opciones <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</strong> en el enlace mencionado"
1407
 
1408
- #: ../admin/social_login.php:243
1409
  msgid "Vkontakte Application ID"
1410
  msgstr "Vkontakte Application ID"
1411
 
1412
- #: ../admin/social_login.php:253
1413
  #, php-format
1414
  msgid "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"
1415
  msgstr "Requerido para que funcione el ingreso a través de Vkontakte. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Vkontakte Application ID"
1416
 
1417
- #: ../admin/social_login.php:255
1418
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1419
  msgstr "Pega la siguiente url en la opción <strong>Site address</ strong> en el enlace mencionado"
1420
 
1421
- #: ../admin/social_login.php:265
1422
  msgid "Instagram Client ID"
1423
  msgstr "Instagram Client ID"
1424
 
1425
- #: ../admin/social_login.php:275
1426
  #, php-format
1427
  msgid "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"
1428
  msgstr "Requerido para que funcione el ingreso a través de Instagram. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Instagram Client ID"
1429
 
1430
- #: ../admin/social_login.php:287
1431
  msgid "Xing Consumer Key"
1432
  msgstr "Xing Consumer Key"
1433
 
1434
- #: ../admin/social_login.php:297
1435
  #, php-format
1436
  msgid "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"
1437
  msgstr "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Xing Consumer Key"
1438
 
1439
- #: ../admin/social_login.php:299
1440
- #: ../admin/social_login.php:321
1441
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1442
  msgstr "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el enlace mencionado"
1443
 
1444
- #: ../admin/social_login.php:309
1445
  msgid "Xing Consumer Secret"
1446
  msgstr "Xing Consumer Secret"
1447
 
1448
- #: ../admin/social_login.php:319
1449
  #, php-format
1450
  msgid "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"
1451
  msgstr "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Xing Consumer Secret"
1452
 
1453
- #: ../admin/social_login.php:337
1454
- msgid "Login options"
1455
- msgstr "Opciones de Ingreso"
 
1456
 
1457
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1458
  msgid "Text to display above the Social Login interface"
1459
  msgstr "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
1460
 
1461
- #: ../admin/social_login.php:362
1462
  msgid "Enable at login page"
1463
  msgstr "Permitir Página de Ingreso"
1464
 
1465
- #: ../admin/social_login.php:372
1466
  msgid "Social Login interface will get enabled at the login page of your website"
1467
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en la página de acceso de tu sitio web"
1468
 
1469
- #: ../admin/social_login.php:380
1470
  msgid "Enable at register page"
1471
  msgstr "Permitir Página de Registro"
1472
 
1473
- #: ../admin/social_login.php:390
1474
  msgid "Social Login interface will get enabled at the registration page of your website"
1475
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en la página de registro de tu sitio web"
1476
 
1477
- #: ../admin/social_login.php:398
1478
  msgid "Enable at comment form"
1479
  msgstr "Permitir el formulario de comentarios"
1480
 
1481
- #: ../admin/social_login.php:408
1482
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1483
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario de Comentario de tu WordPress"
1484
 
1485
- #: ../admin/social_login.php:422
1486
  msgid "Enable before WooCommerce Customer Login Form"
1487
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
1488
 
1489
- #: ../admin/social_login.php:432
1490
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1491
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá antes del formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
1492
 
1493
- #: ../admin/social_login.php:440
1494
  msgid "Enable after WooCommerce Customer Login Form"
1495
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
1496
 
1497
- #: ../admin/social_login.php:450
1498
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1499
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá después del formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
1500
 
1501
- #: ../admin/social_login.php:458
1502
  msgid "Enable at WooCommerce checkout page"
1503
  msgstr "Permitir en la página de checkout de WooCommerce"
1504
 
1505
- #: ../admin/social_login.php:468
1506
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1507
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en la página de checkout de WooCommerce"
1508
 
1509
- #: ../admin/social_login.php:479
1510
  msgid "Auto-approve comments made by Social Login users"
1511
  msgstr "Aprobar automáticamente los comentarios hechos por los usuarios conectados a través de redes sociales"
1512
 
1513
- #: ../admin/social_login.php:489
1514
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1515
  msgstr "Si esta opción está activada, y el comentario WordPress es hecho por un usuario conectado a través de WordPress, su comentario será aprobado de inmediato sin necesidad de moderación."
1516
 
1517
- #: ../admin/social_login.php:490
1518
  msgid "Note: This is not related to Facebook comments"
1519
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
1520
 
1521
- #: ../admin/social_login.php:500
1522
  msgid "Enable social avatar"
1523
  msgstr "Permitir avatar social"
1524
 
1525
- #: ../admin/social_login.php:510
1526
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1527
  msgstr "Las imágenes del perfil social del usuario conectado se mostrarán como su avatar de perfil"
1528
 
1529
- #: ../admin/social_login.php:520
1530
  msgid "Avatar quality"
1531
  msgstr "Calidad del avatar"
1532
 
1533
- #: ../admin/social_login.php:523
1534
  msgid "Average"
1535
  msgstr "Media"
1536
 
1537
- #: ../admin/social_login.php:524
1538
  msgid "Best"
1539
  msgstr "Alta"
1540
 
1541
- #: ../admin/social_login.php:531
1542
  msgid "Choose avatar quality"
1543
  msgstr "Elegir la calidad del avatar"
1544
 
1545
- #: ../admin/social_login.php:540
1546
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1547
  msgstr "Mostrar la opción para los usuarios de actualizar su avatar social en su página de perfil de BuddyPress"
1548
 
1549
- #: ../admin/social_login.php:550
1550
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1551
  msgstr "Si está activa, los usuarios podrán actualizar su avatar social desde la sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
1552
 
1553
- #: ../admin/social_login.php:571
1554
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1555
  msgstr "Si se activa y el proveedor de ID de red social no proporciona dirección de email del usuario al iniciar sesión, se le pedirá al usuario que proporcione su dirección de email. De lo contrario, se generará un email aleatorio"
1556
 
1557
- #: ../admin/social_login.php:580
1558
  msgid "Send username-password after user registration"
1559
  msgstr "Enviar nombre de usuario y contraseña después del registro del usuario"
1560
 
1561
- #: ../admin/social_login.php:590
1562
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1563
  msgstr "Si se activa, se enviará un email al usuario después de su registro a través de la red social elegida, con su nombre de usuario y su contraseña para poder iniciar sesión a través del formulario de acceso tradicional"
1564
 
1565
- #: ../admin/social_login.php:599
1566
  msgid "Enable social account linking at BuddyPress profile page"
1567
  msgstr "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
1568
 
1569
- #: ../admin/social_login.php:609
1570
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1571
  msgstr "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de la página de perfil de BuddyPress"
1572
 
1573
- #: ../admin/social_login.php:618
1574
  msgid "Login redirection"
1575
  msgstr "Redirección de Ingreso"
1576
 
1577
- #: ../admin/social_login.php:622
1578
  msgid "Same page where user logged in"
1579
  msgstr "La misma página en la que el usuario ha iniciado sesión"
1580
 
1581
- #: ../admin/social_login.php:626
1582
- #: ../admin/social_login.php:656
1583
  msgid "Account dashboard"
1584
  msgstr "Panel de cuenta de usuario"
1585
 
1586
- #: ../admin/social_login.php:629
1587
- #: ../admin/social_login.php:659
1588
  msgid "BuddyPress profile page"
1589
  msgstr "Página de perfil de BuddyPress"
1590
 
1591
- #: ../admin/social_login.php:632
1592
- #: ../admin/social_login.php:662
1593
  msgid "Custom Url"
1594
  msgstr "Url personalizada"
1595
 
1596
- #: ../admin/social_login.php:640
1597
  msgid "User will be redirected to the selected page after Social Login"
1598
  msgstr "El usuario será redirigido a la página seleccionada después de su ingreso"
1599
 
1600
- #: ../admin/social_login.php:648
1601
  msgid "Registration redirection"
1602
  msgstr "Redirección de Registro"
1603
 
1604
- #: ../admin/social_login.php:652
1605
  msgid "Same page from where user registered"
1606
  msgstr "La misma página en la que el usuario se ha registrado"
1607
 
1608
- #: ../admin/social_login.php:670
1609
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1610
  msgstr "El usuario será redirigido a la página seleccionada después de su registro (en su primer inicio de sesión) a través de la red social"
1611
 
1612
- #: ../admin/social_login.php:678
1613
  msgid "Email popup options"
1614
  msgstr "Opciones de popup del Email"
1615
 
1616
- #: ../admin/social_login.php:684
1617
  msgid "Text on 'Email required' popup"
1618
  msgstr "Texto del popup 'Email requerido'"
1619
 
1620
- #: ../admin/social_login.php:694
1621
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1622
  msgstr "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si no es necesario."
1623
 
1624
- #: ../admin/social_login.php:703
1625
  msgid "Error message for 'Email required' popup"
1626
  msgstr "Mensaje de error para el popup de 'Email requerido'"
1627
 
1628
- #: ../admin/social_login.php:713
1629
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1630
  msgstr "Este mensaje se mostrará si el usuario introduce un email no válido o ya registrado"
1631
 
1632
- #: ../admin/social_login.php:722
1633
  msgid "Email popup height"
1634
  msgstr "Altura del popup del Email"
1635
 
1636
- #: ../admin/social_login.php:732
1637
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1638
  msgstr "Si estás viendo la barra de desplazamiento vertical en el popup de \"Email requerido\", puedes aumentar la altura del popup especificándola en esta opción. Déjala en blanco para la altura por defecto."
1639
 
1640
- #: ../admin/social_login.php:740
1641
  msgid "Enable email verification"
1642
  msgstr "Activar verificación por email"
1643
 
1644
- #: ../admin/social_login.php:750
1645
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1646
  msgstr "Si se activa, se enviará un enlace de confirmación al email proporcionado por el usuario. El usuario no podrá conectarse sin verificar su email y pulsar este enlace"
1647
 
1648
- #: ../admin/social_login.php:766
1649
  msgid "Social Login Shortcode & Widget"
1650
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
1651
 
1652
- #: ../admin/social_login.php:767
1653
  msgid "Social Linking Shortcode"
1654
  msgstr "Shortcode para enlace a través de redes sociales"
1655
 
@@ -1693,138 +1731,138 @@ msgstr "Permitir Botones Me gusta"
1693
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1694
  msgstr "Control maestro para los botones Me gusta. Debes activarlo para permitir su funcionalidad"
1695
 
1696
- #: ../admin/like_buttons.php:47
1697
  msgid "Standard Interface Options"
1698
  msgstr "Opciones de la Interfaz Estándar"
1699
 
1700
- #: ../admin/like_buttons.php:53
1701
  msgid "Enable standard interface"
1702
  msgstr "Permitir la interfaz estándar"
1703
 
1704
- #: ../admin/like_buttons.php:63
1705
  msgid "Master control to enable horizontal like buttons"
1706
  msgstr "Control maestro para permitir los botones Me gusta horizontales"
1707
 
1708
- #: ../admin/like_buttons.php:88
1709
- #: ../admin/like_buttons.php:336
1710
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1711
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
1712
 
1713
- #: ../admin/like_buttons.php:106
1714
  msgid "The text to display above the interface"
1715
  msgstr "Texto para mostrar sobre la interfaz"
1716
 
1717
- #: ../admin/like_buttons.php:114
1718
- #: ../admin/like_buttons.php:344
1719
  msgid "Select and rearrange providers"
1720
  msgstr "Seleccionar y reordenar redes sociales"
1721
 
1722
- #: ../admin/like_buttons.php:158
1723
- #: ../admin/like_buttons.php:387
1724
  msgid "Select the providers for interface. Drag them to rearrange."
1725
  msgstr "Seleccionar las redes sociales para la interfaz. Arrástralas para reordenarlas."
1726
 
1727
- #: ../admin/like_buttons.php:180
1728
- #: ../admin/like_buttons.php:426
1729
  msgid "Horizontal alignment of the interface"
1730
  msgstr "Alineación horizontal de la interfaz"
1731
 
1732
- #: ../admin/like_buttons.php:201
1733
  msgid "Specify position of the interface with respect to the content"
1734
  msgstr "Especificar la posición de la interfaz con respecto al contenido"
1735
 
1736
- #: ../admin/like_buttons.php:209
1737
- #: ../admin/like_buttons.php:492
1738
  msgid "Interface location"
1739
  msgstr "Posición de la interfaz"
1740
 
1741
- #: ../admin/like_buttons.php:219
1742
- #: ../admin/like_buttons.php:502
1743
  msgid "Excerpts"
1744
  msgstr "Extractos"
1745
 
1746
- #: ../admin/like_buttons.php:278
1747
  msgid "Specify the pages where you want to enable interface"
1748
  msgstr "Especifica las páginas donde quieres permitir la interfaz"
1749
 
1750
- #: ../admin/like_buttons.php:295
1751
  msgid "Vertical (Floating) like buttons Options"
1752
  msgstr "Opciones de los botones Me gusta en Barra Vertical Flotante"
1753
 
1754
- #: ../admin/like_buttons.php:301
1755
  msgid "Enable floating like buttons"
1756
  msgstr "Permitir Barra Flotante de botones Me gusta"
1757
 
1758
- #: ../admin/like_buttons.php:311
1759
  msgid "Master control to enable vertical (floating) counter widget"
1760
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
1761
 
1762
- #: ../admin/like_buttons.php:405
1763
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1764
  msgstr "Especifica el color o código hexadecimal (por ejemplo #cc78e0) para el fondo de la interfaz vertical. Déjalo vacío para que sea transparente. Puedes conseguir el código hexadecimal del color que desees en <a href=\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1765
 
1766
- #: ../admin/like_buttons.php:445
1767
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1768
  msgstr "Especifica un número. Al incrementar el número la interfaz se desplazará a la derecha y al disminuirlo se desplazará hacia la izquierda. El número puede ser negativo también."
1769
 
1770
- #: ../admin/like_buttons.php:465
1771
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1772
  msgstr "Especifica un número. Al incrementar el número la interfaz se desplazará a la izquierda y al disminuirlo se desplazará hacia la derecha. El número puede ser negativo también."
1773
 
1774
- #: ../admin/like_buttons.php:484
1775
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1776
  msgstr "Especifica un número. Al incrementar el número la interfaz se desplazará hacia abajo y al disminuirlo se desplazará hacia arriba."
1777
 
1778
- #: ../admin/like_buttons.php:540
1779
  msgid "Specify the pages where you want to enable vertical interface"
1780
  msgstr "Especifica las páginas donde quieres permitir la interfaz vertical"
1781
 
1782
- #: ../admin/like_buttons.php:548
1783
  msgid "Hide like buttons on mobile devices"
1784
  msgstr "Ocultar botones Me gusta en dispositivos móviles "
1785
 
1786
- #: ../admin/like_buttons.php:558
1787
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1788
  msgstr "Si se activa, la barra vertical de botones Me gusta no aparecerá en dispositivos móviles"
1789
 
1790
- #: ../admin/like_buttons.php:582
1791
  msgid "Use shortlinks already installed, for tweet button"
1792
  msgstr "Usa los shortlinks ya instalados para el botón de twittear"
1793
 
1794
- #: ../admin/like_buttons.php:592
1795
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1796
  msgstr "Permite que las URLs abreviadas se usen al compartir contenido, si un plugin de abreviatura está instalado"
1797
 
1798
- #: ../admin/like_buttons.php:600
1799
  msgid "Enable bit.ly url shortener for tweet button"
1800
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
1801
 
1802
- #: ../admin/like_buttons.php:692
1803
  #, php-format
1804
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1805
  msgstr "Introduce el código del idioma que deseas utilizar para renderizar los contadores. Puedes encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1806
 
1807
- #: ../admin/like_buttons.php:701
1808
  msgid "Twitter Username"
1809
  msgstr "Nombre de usuario de Twitter"
1810
 
1811
- #: ../admin/like_buttons.php:707
1812
  msgid "Twitter username for Tweet (without @)"
1813
  msgstr "Nombre de usuario para twittear (sin @)"
1814
 
1815
- #: ../admin/like_buttons.php:717
1816
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1817
  msgstr "El nombre de usuario introducido será añadido después del contenido twiteado como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
1818
 
1819
- #: ../admin/like_buttons.php:726
1820
  msgid "Twitter username for Buffer sharing (without @)"
1821
  msgstr "Nombre de usuario de Twitter para compartir en Buffer (sin @)"
1822
 
1823
- #: ../admin/like_buttons.php:736
1824
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1825
  msgstr "El nombre de usuario introducido será añadido después del contenido compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
1826
 
1827
- #: ../admin/like_buttons.php:753
1828
  msgid "Like Buttons Shortcode & Widget"
1829
  msgstr "Shortcode y Widget Botones Me gusta"
1830
 
@@ -1832,25 +1870,25 @@ msgstr "Shortcode y Widget Botones Me gusta"
1832
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1833
  msgstr "Permitir el Ingreso a través de redes sociales desde la sección de \"Configuración Básica\" en la página del panel de control \"Super Socializer > Social Login\""
1834
 
1835
- #: ../inc/social_sharing.php:709
1836
  msgid "Invalid request"
1837
  msgstr "Petición no válida"
1838
 
1839
- #: ../inc/social_sharing.php:716
1840
  msgid "Providers not selected"
1841
  msgstr "Redes sociales no seleccionadas"
1842
 
1843
- #: ../inc/social_login.php:232
1844
  #, php-format
1845
  msgid "Username: %s"
1846
  msgstr "Nombre de usuario: %s"
1847
 
1848
- #: ../inc/social_login.php:233
1849
  #, php-format
1850
  msgid "Password: %s"
1851
  msgstr "Contraseña: %s"
1852
 
1853
- #: ../inc/social_login.php:236
1854
  #, php-format
1855
  msgid "[%s] Your username and password"
1856
  msgstr "[%s] Tu nombre de usuario y contraseña"
@@ -1973,3 +2011,5 @@ msgstr "Widget horizontal de botones Me gusta. Permite a los usuarios de tu siti
1973
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1974
  msgstr "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página \"Super Socializer > Like Buttons\"."
1975
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:33+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:33+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.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:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Introduce exactamente la siguiente URL en las <strong>Website</strong> y <strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrate de que cURL está activado en el servidor de tu sitio web. Es posible que necesites contactar con el administrador de tu servidor para verificar esto"
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr "Por favor verifica tu dirección de email para ingresar."
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr "Email requerido"
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revisa la bandeja de entrada de tu correo para completar el registro."
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Sigue los pasos 11 y 12 de la página de configuración de Google app, acerca de abrir"
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr "Deja una respuesta"
56
 
57
+ #: ../super_socializer.php:815
58
  msgid "Super Socializer - General Options"
59
  msgstr "Super Socializer - Opciones Generales"
60
 
61
+ #: ../super_socializer.php:815
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  msgid "General Options"
65
  msgstr "Opciones Generales"
66
 
67
+ #: ../super_socializer.php:876
68
  msgid "Super Socializer - Social Avatar"
69
  msgstr "Super Socializer - Social Avatar"
70
 
71
+ #: ../super_socializer.php:879
72
  msgid "Small Avatar Url"
73
  msgstr "Url de Avatar Pequeño"
74
 
75
+ #: ../super_socializer.php:884
76
  msgid "Large Avatar Url"
77
  msgstr "Url de Avatar Grande"
78
 
79
+ #: ../super_socializer.php:951
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr "El email que has escrito ya está registrado o no es válido"
82
 
83
+ #: ../super_socializer.php:955
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr "Por favor escribe una dirección de email válida. Puedes ser requerido para verificarla"
86
 
187
 
188
  #: ../helper.php:894
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1785
191
  #: ../admin/social_commenting.php:464
192
+ #: ../admin/social_login.php:875
193
+ #: ../admin/like_buttons.php:778
194
  msgid "Save Changes"
195
  msgstr "Guardar Cambios"
196
 
332
  #: ../admin/social_sharing.php:39
333
  #: ../admin/social_sharing.php:1731
334
  #: ../admin/social_sharing.php:1733
335
+ #: ../admin/social_login.php:40
336
+ #: ../admin/social_login.php:861
337
  #: ../admin/like_buttons.php:40
338
+ #: ../admin/like_buttons.php:752
339
  msgid "Shortcode & Widget"
340
  msgstr "Widgets y Shortcodes"
341
 
347
  #: ../admin/social_sharing.php:1762
348
  #: ../admin/social_commenting.php:36
349
  #: ../admin/social_commenting.php:452
350
+ #: ../admin/like_buttons.php:41
351
+ #: ../admin/like_buttons.php:764
352
  msgid "FAQ"
353
  msgstr "FAQ"
354
 
462
  #: ../admin/social_sharing.php:273
463
  #: ../admin/social_sharing.php:581
464
  #: ../admin/social_sharing.php:1213
465
+ #: ../admin/like_buttons.php:396
466
  msgid "Background Color"
467
  msgstr "Color del fondo"
468
 
509
  #: ../admin/social_sharing.php:630
510
  #: ../admin/social_sharing.php:851
511
  #: ../admin/social_sharing.php:1235
512
+ #: ../admin/like_buttons.php:171
513
+ #: ../admin/like_buttons.php:418
514
  msgid "Left"
515
  msgstr "Izquierda"
516
 
523
  #: ../admin/social_sharing.php:634
524
  #: ../admin/social_sharing.php:853
525
  #: ../admin/social_sharing.php:1236
526
+ #: ../admin/like_buttons.php:173
527
+ #: ../admin/like_buttons.php:419
528
  msgid "Right"
529
  msgstr "Derecha"
530
 
576
 
577
  #: ../admin/social_sharing.php:693
578
  #: ../admin/social_sharing.php:1081
579
+ #: ../admin/like_buttons.php:74
580
+ #: ../admin/like_buttons.php:322
581
  msgid "Target Url"
582
  msgstr "Target Url"
583
 
584
  #: ../admin/social_sharing.php:697
585
  #: ../admin/social_sharing.php:1085
586
+ #: ../admin/like_buttons.php:78
587
+ #: ../admin/like_buttons.php:326
588
  msgid "Url of the webpage where icons are located (default)"
589
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
590
 
591
  #: ../admin/social_sharing.php:699
592
  #: ../admin/social_sharing.php:1087
593
+ #: ../admin/like_buttons.php:80
594
+ #: ../admin/like_buttons.php:328
595
  msgid "Url of the homepage of your website"
596
  msgstr "Url de la página de inicio de tu sitio web"
597
 
598
  #: ../admin/social_sharing.php:701
599
  #: ../admin/social_sharing.php:1089
600
+ #: ../admin/like_buttons.php:82
601
+ #: ../admin/like_buttons.php:330
602
  msgid "Custom url"
603
  msgstr "Url personalizada"
604
 
608
  msgstr "Url para compartir"
609
 
610
  #: ../admin/social_sharing.php:716
611
+ #: ../admin/social_login.php:377
612
+ #: ../admin/like_buttons.php:97
613
  msgid "Title"
614
  msgstr "Título"
615
 
639
 
640
  #: ../admin/social_sharing.php:847
641
  #: ../admin/social_sharing.php:1231
642
+ #: ../admin/like_buttons.php:167
643
+ #: ../admin/like_buttons.php:414
644
  msgid "Horizontal alignment"
645
  msgstr "Alineación horizontal"
646
 
647
  #: ../admin/social_sharing.php:852
648
+ #: ../admin/like_buttons.php:172
649
  msgid "Center"
650
  msgstr "Centrar"
651
 
655
  msgstr "Alineación horizontal de la interfaz de Compartir"
656
 
657
  #: ../admin/social_sharing.php:869
658
+ #: ../admin/like_buttons.php:189
659
  msgid "Position with respect to content"
660
  msgstr "Posición respecto al contenido"
661
 
662
  #: ../admin/social_sharing.php:873
663
+ #: ../admin/like_buttons.php:193
664
  msgid "Top of the content"
665
  msgstr "Encima del contenido"
666
 
667
  #: ../admin/social_sharing.php:875
668
+ #: ../admin/like_buttons.php:195
669
  msgid "Bottom of the content"
670
  msgstr "Debajo del contenido"
671
 
680
 
681
  #: ../admin/social_sharing.php:894
682
  #: ../admin/social_sharing.php:1314
683
+ #: ../admin/social_login.php:658
684
+ #: ../admin/social_login.php:688
685
+ #: ../admin/like_buttons.php:214
686
+ #: ../admin/like_buttons.php:497
687
  msgid "Homepage"
688
  msgstr "Página de Inicio"
689
 
690
  #: ../admin/social_sharing.php:896
691
  #: ../admin/social_sharing.php:1316
692
+ #: ../admin/like_buttons.php:216
693
+ #: ../admin/like_buttons.php:499
694
  msgid "Posts"
695
  msgstr "Entradas"
696
 
697
  #: ../admin/social_sharing.php:898
698
  #: ../admin/social_sharing.php:1318
699
+ #: ../admin/like_buttons.php:218
700
+ #: ../admin/like_buttons.php:501
701
  msgid "Pages"
702
  msgstr "Páginas"
703
 
708
 
709
  #: ../admin/social_sharing.php:902
710
  #: ../admin/social_sharing.php:1322
711
+ #: ../admin/like_buttons.php:222
712
+ #: ../admin/like_buttons.php:505
713
  msgid "Category Archives"
714
  msgstr "Archivos por Categoría"
715
 
716
  #: ../admin/social_sharing.php:904
717
  #: ../admin/social_sharing.php:1324
718
+ #: ../admin/like_buttons.php:224
719
+ #: ../admin/like_buttons.php:507
720
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
721
  msgstr "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por Fecha)"
722
 
723
  #: ../admin/social_sharing.php:920
724
+ #: ../admin/like_buttons.php:240
725
  msgid "BuddyPress activity"
726
  msgstr "Actividad en BuddyPress"
727
 
728
  #: ../admin/social_sharing.php:922
729
+ #: ../admin/like_buttons.php:243
730
  msgid "BuddyPress group (only at top of content)"
731
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
732
 
733
  #: ../admin/social_sharing.php:928
734
  #: ../admin/social_sharing.php:1346
735
+ #: ../admin/like_buttons.php:250
736
+ #: ../admin/like_buttons.php:528
737
  msgid "BBPress forum"
738
  msgstr "Foro BBPress"
739
 
740
  #: ../admin/social_sharing.php:931
741
  #: ../admin/social_sharing.php:1349
742
+ #: ../admin/like_buttons.php:253
743
+ #: ../admin/like_buttons.php:531
744
  msgid "BBPress topic"
745
  msgstr "Tema BBPress"
746
 
747
  #: ../admin/social_sharing.php:934
748
+ #: ../admin/like_buttons.php:256
749
  msgid "BBPress reply"
750
  msgstr "Respuesta BBPress"
751
 
752
  #: ../admin/social_sharing.php:941
753
+ #: ../admin/like_buttons.php:262
754
  msgid "After individual product at WooCommerce Shop page"
755
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
756
 
757
  #: ../admin/social_sharing.php:944
758
+ #: ../admin/like_buttons.php:265
759
  msgid "WooCommerce Product Page"
760
  msgstr "Página de Producto WooCommerce"
761
 
762
  #: ../admin/social_sharing.php:947
763
+ #: ../admin/like_buttons.php:268
764
  msgid "WooCommerce Thankyou Page"
765
  msgstr "Página de Agradecimiento WooCommerce"
766
 
844
  msgstr "Especifica el color o código hexadecimal (por ejemplo #cc78e0) para el fondo de la barra vertical de compartir. Déjalo vacío si lo quieres transparente. Puedes conseguir el código hexadecimal del color que desees en <a href=\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
845
 
846
  #: ../admin/social_sharing.php:1253
847
+ #: ../admin/like_buttons.php:436
848
  msgid "Left offset"
849
  msgstr "Desplazamiento a la izquierda"
850
 
853
  msgstr "Especifica un número. Al aumentar el número la interfaz de compartir se desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia la izquierda. El número puede ser negativo también."
854
 
855
  #: ../admin/social_sharing.php:1273
856
+ #: ../admin/like_buttons.php:456
857
  msgid "Right offset"
858
  msgstr "Desplazamiento a la derecha"
859
 
862
  msgstr "Especifica un número. Al aumentar el número la interfaz de compartir se desplazará hacia la izquierda, mientras que al disminuirlo se desplazará hacia la derecha. El número puede ser negativo también."
863
 
864
  #: ../admin/social_sharing.php:1292
865
+ #: ../admin/like_buttons.php:475
866
  msgid "Top offset"
867
  msgstr "Desplazamiento hacia arriba"
868
 
871
  msgstr "Especifica un número. Al aumentar el número la interfaz de compartir se desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia abajo."
872
 
873
  #: ../admin/social_sharing.php:1338
874
+ #: ../admin/like_buttons.php:521
875
  msgid "BuddyPress group"
876
  msgstr "grupo BuddyPress"
877
 
919
  msgstr "Alineación de la interfaz flotante horizontal, El número puede ser negativo también."
920
 
921
  #: ../admin/social_sharing.php:1506
922
+ #: ../admin/like_buttons.php:577
923
  msgid "Url shortener"
924
  msgstr "Acortador de Url"
925
 
936
  msgstr "Habilitar acortador de url bit.ly para compartir"
937
 
938
  #: ../admin/social_sharing.php:1540
939
+ #: ../admin/like_buttons.php:611
940
  msgid "Master control to enable bit.ly url shortening for sharing"
941
  msgstr "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
942
 
943
  #: ../admin/social_sharing.php:1548
944
+ #: ../admin/like_buttons.php:619
945
  msgid "bit.ly username"
946
  msgstr "Nombre de usuario bit.ly"
947
 
948
  #: ../admin/social_sharing.php:1558
949
+ #: ../admin/like_buttons.php:629
950
  #, php-format
951
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
952
  msgstr "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este enlace</a> para obtener tu nombre de usuario bit.ly"
953
 
954
  #: ../admin/social_sharing.php:1567
955
+ #: ../admin/like_buttons.php:638
956
  msgid "bit.ly API Key"
957
  msgstr "bit.ly API Key"
958
 
959
  #: ../admin/social_sharing.php:1577
960
+ #: ../admin/like_buttons.php:648
961
  #, php-format
962
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
963
  msgstr "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este enlace</a> para obtener tu API key"
964
 
965
  #: ../admin/social_sharing.php:1586
966
+ #: ../admin/like_buttons.php:657
967
  msgid "Clear Bitly Cache"
968
  msgstr ""
969
 
970
  #: ../admin/social_sharing.php:1590
971
+ #: ../admin/like_buttons.php:661
972
  msgid "ShortUrl cache cleared successfully."
973
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
974
 
975
  #: ../admin/social_sharing.php:1597
976
+ #: ../admin/like_buttons.php:668
977
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
978
  msgstr "Utiliza esta opción para eliminar las url cortas guardadas en la base de datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las url cortas todavía se están generando para viejas url."
979
 
1005
  #: ../admin/social_sharing.php:1656
1006
  #: ../admin/social_sharing.php:1662
1007
  #: ../admin/social_commenting.php:311
1008
+ #: ../admin/like_buttons.php:677
1009
+ #: ../admin/like_buttons.php:683
1010
  msgid "Language"
1011
  msgstr "Idioma"
1012
 
1077
  msgstr ""
1078
 
1079
  #: ../admin/social_sharing.php:1773
1080
+ msgid "Why are Share Counts Not Updating?"
1081
+ msgstr ""
1082
+
1083
+ #: ../admin/social_sharing.php:1774
1084
+ #: ../admin/like_buttons.php:766
1085
+ msgid "Why is there so much space between like buttons?"
1086
  msgstr ""
1087
 
1088
  #: ../admin/social_commenting.php:13
1289
  msgstr "Control Maestro para el Ingreso a través de redes sociales. Debe estar activado para permitir esta funcionalidad"
1290
 
1291
  #: ../admin/social_login.php:35
1292
+ #: ../admin/social_login.php:46
1293
  msgid "Basic Configuration"
1294
  msgstr "Configuración básica"
1295
 
1296
  #: ../admin/social_login.php:36
1297
+ #, fuzzy
1298
+ msgid "Advanced Configuration"
1299
+ msgstr "Configuración básica"
1300
+
1301
+ #: ../admin/social_login.php:38
1302
+ #: ../admin/social_login.php:813
1303
+ msgid "XProfile Integration"
1304
+ msgstr ""
1305
 
1306
+ #: ../admin/social_login.php:53
1307
  msgid "Disable user registration via Social Login"
1308
  msgstr "Desactivar el registro de usuario mediante redes sociales"
1309
 
1310
+ #: ../admin/social_login.php:63
1311
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1312
  msgstr "Después de activar esta opción, los nuevos usuarios no podrán acceder a través de las redes sociales. Sólo los usuarios ya existentes podrán hacerlo."
1313
 
1314
+ #: ../admin/social_login.php:72
1315
  msgid "Redirection url"
1316
  msgstr "Redirección de la url"
1317
 
1318
+ #: ../admin/social_login.php:82
1319
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1320
  msgstr "El usuario será redirigido a esta página después de un intento de registro fallido a través de su contraseña de una red social. Puedes especificar la url del formulario de registro o de una página que muestre un mensaje advirtiendo que el registro a través de redes sociales está desactivado."
1321
 
1322
+ #: ../admin/social_login.php:91
1323
  msgid "Select providers"
1324
  msgstr "Seleccionar redes sociales"
1325
 
1326
+ #: ../admin/social_login.php:96
1327
  msgid "Facebook"
1328
  msgstr "Facebook"
1329
 
1330
+ #: ../admin/social_login.php:100
1331
  msgid "Twitter"
1332
  msgstr "Facebook"
1333
 
1334
+ #: ../admin/social_login.php:104
1335
  msgid "LinkedIn"
1336
  msgstr "LinkedIn"
1337
 
1338
+ #: ../admin/social_login.php:108
1339
  msgid "Google+"
1340
  msgstr "Google+"
1341
 
1342
+ #: ../admin/social_login.php:112
1343
  msgid "Vkontakte"
1344
  msgstr "Vkontakte"
1345
 
1346
+ #: ../admin/social_login.php:116
1347
  msgid "Instagram"
1348
  msgstr "Instagram"
1349
 
1350
+ #: ../admin/social_login.php:120
1351
  msgid "Xing"
1352
  msgstr "Xing"
1353
 
1354
+ #: ../admin/social_login.php:124
1355
+ msgid "Steam"
1356
+ msgstr ""
1357
+
1358
+ #: ../admin/social_login.php:129
1359
+ #, fuzzy
1360
+ msgid "Twitch"
1361
+ msgstr "Facebook"
1362
+
1363
+ #: ../admin/social_login.php:137
1364
  msgid "Select Social ID provider to enable in Social Login"
1365
  msgstr "Seleccionar un proveedor de Social ID para permitir el ingreso a través de redes sociales"
1366
 
1367
+ #: ../admin/social_login.php:145
1368
  msgid "Facebook App ID"
1369
  msgstr "Facebook App ID"
1370
 
1371
+ #: ../admin/social_login.php:155
1372
  #, php-format
1373
  msgid "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"
1374
  msgstr "Requerido para que funcione el ingreso a través de Facebook. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Facebook App ID"
1375
 
1376
+ #: ../admin/social_login.php:157
1377
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1378
  msgstr "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace mencionado"
1379
 
1380
+ #: ../admin/social_login.php:167
1381
  msgid "Twitter API Key"
1382
  msgstr "Twitter API Key"
1383
 
1384
+ #: ../admin/social_login.php:177
1385
  #, php-format
1386
  msgid "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"
1387
  msgstr "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Twitter Key"
1388
 
1389
+ #: ../admin/social_login.php:179
1390
+ #: ../admin/social_login.php:201
1391
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1392
  msgstr "Pega la siguiente url en las opciones <strong>Website</ strong> y <strong>Callback URL</strong> en el enlace mencionado"
1393
 
1394
+ #: ../admin/social_login.php:189
1395
  msgid "Twitter API Secret"
1396
  msgstr "Twitter API Secret"
1397
 
1398
+ #: ../admin/social_login.php:199
1399
  #, php-format
1400
  msgid "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"
1401
  msgstr "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Twitter API Secret"
1402
 
1403
+ #: ../admin/social_login.php:211
1404
  msgid "LinkedIn API Key"
1405
  msgstr "LinkedIn API Key"
1406
 
1407
+ #: ../admin/social_login.php:221
1408
  #, php-format
1409
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1410
  msgstr "Requerido para que funcione el ingreso a través de LinkedIn. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu LinkedIn API Key"
1411
 
1412
+ #: ../admin/social_login.php:223
1413
+ #: ../admin/social_login.php:289
1414
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1415
  msgstr "Pega la siguiente url en la opción <strong>Website URL</ strong> en el enlace mencionado"
1416
 
1417
+ #: ../admin/social_login.php:233
1418
  msgid "Google+ Client ID"
1419
  msgstr "Google+ Client ID"
1420
 
1421
+ #: ../admin/social_login.php:243
1422
  #, php-format
1423
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1424
  msgstr "Requerido para que funcione el ingreso a través de GooglePlus. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu GooglePlus Client ID"
1425
 
1426
+ #: ../admin/social_login.php:245
1427
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1428
  msgstr "Pega la siguiente url en las opciones <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</strong> en el enlace mencionado"
1429
 
1430
+ #: ../admin/social_login.php:255
1431
  msgid "Vkontakte Application ID"
1432
  msgstr "Vkontakte Application ID"
1433
 
1434
+ #: ../admin/social_login.php:265
1435
  #, php-format
1436
  msgid "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"
1437
  msgstr "Requerido para que funcione el ingreso a través de Vkontakte. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Vkontakte Application ID"
1438
 
1439
+ #: ../admin/social_login.php:267
1440
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1441
  msgstr "Pega la siguiente url en la opción <strong>Site address</ strong> en el enlace mencionado"
1442
 
1443
+ #: ../admin/social_login.php:277
1444
  msgid "Instagram Client ID"
1445
  msgstr "Instagram Client ID"
1446
 
1447
+ #: ../admin/social_login.php:287
1448
  #, php-format
1449
  msgid "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"
1450
  msgstr "Requerido para que funcione el ingreso a través de Instagram. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Instagram Client ID"
1451
 
1452
+ #: ../admin/social_login.php:299
1453
  msgid "Xing Consumer Key"
1454
  msgstr "Xing Consumer Key"
1455
 
1456
+ #: ../admin/social_login.php:309
1457
  #, php-format
1458
  msgid "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"
1459
  msgstr "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Xing Consumer Key"
1460
 
1461
+ #: ../admin/social_login.php:311
1462
+ #: ../admin/social_login.php:333
1463
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1464
  msgstr "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el enlace mencionado"
1465
 
1466
+ #: ../admin/social_login.php:321
1467
  msgid "Xing Consumer Secret"
1468
  msgstr "Xing Consumer Secret"
1469
 
1470
+ #: ../admin/social_login.php:331
1471
  #, php-format
1472
  msgid "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"
1473
  msgstr "Requerido para que funcione el ingreso a través de Xing. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Xing Consumer Secret"
1474
 
1475
+ #: ../admin/social_login.php:343
1476
+ #, fuzzy
1477
+ msgid "Twitch Client ID"
1478
+ msgstr "Instagram Client ID"
1479
 
1480
  #: ../admin/social_login.php:353
1481
+ #, fuzzy, php-format
1482
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1483
+ msgstr "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para conseguir tu Twitter Key"
1484
+
1485
+ #: ../admin/social_login.php:355
1486
+ #, fuzzy
1487
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1488
+ msgstr "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace mencionado"
1489
+
1490
+ #: ../admin/social_login.php:371
1491
+ #, fuzzy
1492
+ msgid "Social Login Options"
1493
+ msgstr "Ingreso a través de redes sociales"
1494
+
1495
+ #: ../admin/social_login.php:387
1496
  msgid "Text to display above the Social Login interface"
1497
  msgstr "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
1498
 
1499
+ #: ../admin/social_login.php:396
1500
  msgid "Enable at login page"
1501
  msgstr "Permitir Página de Ingreso"
1502
 
1503
+ #: ../admin/social_login.php:406
1504
  msgid "Social Login interface will get enabled at the login page of your website"
1505
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en la página de acceso de tu sitio web"
1506
 
1507
+ #: ../admin/social_login.php:414
1508
  msgid "Enable at register page"
1509
  msgstr "Permitir Página de Registro"
1510
 
1511
+ #: ../admin/social_login.php:424
1512
  msgid "Social Login interface will get enabled at the registration page of your website"
1513
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en la página de registro de tu sitio web"
1514
 
1515
+ #: ../admin/social_login.php:432
1516
  msgid "Enable at comment form"
1517
  msgstr "Permitir el formulario de comentarios"
1518
 
1519
+ #: ../admin/social_login.php:442
1520
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1521
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario de Comentario de tu WordPress"
1522
 
1523
+ #: ../admin/social_login.php:456
1524
  msgid "Enable before WooCommerce Customer Login Form"
1525
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
1526
 
1527
+ #: ../admin/social_login.php:466
1528
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1529
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá antes del formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
1530
 
1531
+ #: ../admin/social_login.php:474
1532
  msgid "Enable after WooCommerce Customer Login Form"
1533
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
1534
 
1535
+ #: ../admin/social_login.php:484
1536
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1537
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá después del formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
1538
 
1539
+ #: ../admin/social_login.php:492
1540
  msgid "Enable at WooCommerce checkout page"
1541
  msgstr "Permitir en la página de checkout de WooCommerce"
1542
 
1543
+ #: ../admin/social_login.php:502
1544
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1545
  msgstr "La interfaz de Ingreso a través de redes sociales aparecerá en la página de checkout de WooCommerce"
1546
 
1547
+ #: ../admin/social_login.php:513
1548
  msgid "Auto-approve comments made by Social Login users"
1549
  msgstr "Aprobar automáticamente los comentarios hechos por los usuarios conectados a través de redes sociales"
1550
 
1551
+ #: ../admin/social_login.php:523
1552
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1553
  msgstr "Si esta opción está activada, y el comentario WordPress es hecho por un usuario conectado a través de WordPress, su comentario será aprobado de inmediato sin necesidad de moderación."
1554
 
1555
+ #: ../admin/social_login.php:524
1556
  msgid "Note: This is not related to Facebook comments"
1557
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
1558
 
1559
+ #: ../admin/social_login.php:534
1560
  msgid "Enable social avatar"
1561
  msgstr "Permitir avatar social"
1562
 
1563
+ #: ../admin/social_login.php:544
1564
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1565
  msgstr "Las imágenes del perfil social del usuario conectado se mostrarán como su avatar de perfil"
1566
 
1567
+ #: ../admin/social_login.php:554
1568
  msgid "Avatar quality"
1569
  msgstr "Calidad del avatar"
1570
 
1571
+ #: ../admin/social_login.php:557
1572
  msgid "Average"
1573
  msgstr "Media"
1574
 
1575
+ #: ../admin/social_login.php:558
1576
  msgid "Best"
1577
  msgstr "Alta"
1578
 
1579
+ #: ../admin/social_login.php:565
1580
  msgid "Choose avatar quality"
1581
  msgstr "Elegir la calidad del avatar"
1582
 
1583
+ #: ../admin/social_login.php:574
1584
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1585
  msgstr "Mostrar la opción para los usuarios de actualizar su avatar social en su página de perfil de BuddyPress"
1586
 
1587
+ #: ../admin/social_login.php:584
1588
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1589
  msgstr "Si está activa, los usuarios podrán actualizar su avatar social desde la sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
1590
 
1591
+ #: ../admin/social_login.php:605
1592
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1593
  msgstr "Si se activa y el proveedor de ID de red social no proporciona dirección de email del usuario al iniciar sesión, se le pedirá al usuario que proporcione su dirección de email. De lo contrario, se generará un email aleatorio"
1594
 
1595
+ #: ../admin/social_login.php:614
1596
  msgid "Send username-password after user registration"
1597
  msgstr "Enviar nombre de usuario y contraseña después del registro del usuario"
1598
 
1599
+ #: ../admin/social_login.php:624
1600
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1601
  msgstr "Si se activa, se enviará un email al usuario después de su registro a través de la red social elegida, con su nombre de usuario y su contraseña para poder iniciar sesión a través del formulario de acceso tradicional"
1602
 
1603
+ #: ../admin/social_login.php:633
1604
  msgid "Enable social account linking at BuddyPress profile page"
1605
  msgstr "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
1606
 
1607
+ #: ../admin/social_login.php:643
1608
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1609
  msgstr "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de la página de perfil de BuddyPress"
1610
 
1611
+ #: ../admin/social_login.php:652
1612
  msgid "Login redirection"
1613
  msgstr "Redirección de Ingreso"
1614
 
1615
+ #: ../admin/social_login.php:656
1616
  msgid "Same page where user logged in"
1617
  msgstr "La misma página en la que el usuario ha iniciado sesión"
1618
 
1619
+ #: ../admin/social_login.php:660
1620
+ #: ../admin/social_login.php:690
1621
  msgid "Account dashboard"
1622
  msgstr "Panel de cuenta de usuario"
1623
 
1624
+ #: ../admin/social_login.php:663
1625
+ #: ../admin/social_login.php:693
1626
  msgid "BuddyPress profile page"
1627
  msgstr "Página de perfil de BuddyPress"
1628
 
1629
+ #: ../admin/social_login.php:666
1630
+ #: ../admin/social_login.php:696
1631
  msgid "Custom Url"
1632
  msgstr "Url personalizada"
1633
 
1634
+ #: ../admin/social_login.php:674
1635
  msgid "User will be redirected to the selected page after Social Login"
1636
  msgstr "El usuario será redirigido a la página seleccionada después de su ingreso"
1637
 
1638
+ #: ../admin/social_login.php:682
1639
  msgid "Registration redirection"
1640
  msgstr "Redirección de Registro"
1641
 
1642
+ #: ../admin/social_login.php:686
1643
  msgid "Same page from where user registered"
1644
  msgstr "La misma página en la que el usuario se ha registrado"
1645
 
1646
+ #: ../admin/social_login.php:704
1647
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1648
  msgstr "El usuario será redirigido a la página seleccionada después de su registro (en su primer inicio de sesión) a través de la red social"
1649
 
1650
+ #: ../admin/social_login.php:712
1651
  msgid "Email popup options"
1652
  msgstr "Opciones de popup del Email"
1653
 
1654
+ #: ../admin/social_login.php:718
1655
  msgid "Text on 'Email required' popup"
1656
  msgstr "Texto del popup 'Email requerido'"
1657
 
1658
+ #: ../admin/social_login.php:728
1659
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1660
  msgstr "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si no es necesario."
1661
 
1662
+ #: ../admin/social_login.php:737
1663
  msgid "Error message for 'Email required' popup"
1664
  msgstr "Mensaje de error para el popup de 'Email requerido'"
1665
 
1666
+ #: ../admin/social_login.php:747
1667
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1668
  msgstr "Este mensaje se mostrará si el usuario introduce un email no válido o ya registrado"
1669
 
1670
+ #: ../admin/social_login.php:756
1671
  msgid "Email popup height"
1672
  msgstr "Altura del popup del Email"
1673
 
1674
+ #: ../admin/social_login.php:766
1675
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1676
  msgstr "Si estás viendo la barra de desplazamiento vertical en el popup de \"Email requerido\", puedes aumentar la altura del popup especificándola en esta opción. Déjala en blanco para la altura por defecto."
1677
 
1678
+ #: ../admin/social_login.php:774
1679
  msgid "Enable email verification"
1680
  msgstr "Activar verificación por email"
1681
 
1682
+ #: ../admin/social_login.php:784
1683
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1684
  msgstr "Si se activa, se enviará un enlace de confirmación al email proporcionado por el usuario. El usuario no podrá conectarse sin verificar su email y pulsar este enlace"
1685
 
1686
+ #: ../admin/social_login.php:863
1687
  msgid "Social Login Shortcode & Widget"
1688
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
1689
 
1690
+ #: ../admin/social_login.php:864
1691
  msgid "Social Linking Shortcode"
1692
  msgstr "Shortcode para enlace a través de redes sociales"
1693
 
1731
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1732
  msgstr "Control maestro para los botones Me gusta. Debes activarlo para permitir su funcionalidad"
1733
 
1734
+ #: ../admin/like_buttons.php:48
1735
  msgid "Standard Interface Options"
1736
  msgstr "Opciones de la Interfaz Estándar"
1737
 
1738
+ #: ../admin/like_buttons.php:54
1739
  msgid "Enable standard interface"
1740
  msgstr "Permitir la interfaz estándar"
1741
 
1742
+ #: ../admin/like_buttons.php:64
1743
  msgid "Master control to enable horizontal like buttons"
1744
  msgstr "Control maestro para permitir los botones Me gusta horizontales"
1745
 
1746
+ #: ../admin/like_buttons.php:89
1747
+ #: ../admin/like_buttons.php:337
1748
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1749
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
1750
 
1751
+ #: ../admin/like_buttons.php:107
1752
  msgid "The text to display above the interface"
1753
  msgstr "Texto para mostrar sobre la interfaz"
1754
 
1755
+ #: ../admin/like_buttons.php:115
1756
+ #: ../admin/like_buttons.php:345
1757
  msgid "Select and rearrange providers"
1758
  msgstr "Seleccionar y reordenar redes sociales"
1759
 
1760
+ #: ../admin/like_buttons.php:159
1761
+ #: ../admin/like_buttons.php:388
1762
  msgid "Select the providers for interface. Drag them to rearrange."
1763
  msgstr "Seleccionar las redes sociales para la interfaz. Arrástralas para reordenarlas."
1764
 
1765
+ #: ../admin/like_buttons.php:181
1766
+ #: ../admin/like_buttons.php:427
1767
  msgid "Horizontal alignment of the interface"
1768
  msgstr "Alineación horizontal de la interfaz"
1769
 
1770
+ #: ../admin/like_buttons.php:202
1771
  msgid "Specify position of the interface with respect to the content"
1772
  msgstr "Especificar la posición de la interfaz con respecto al contenido"
1773
 
1774
+ #: ../admin/like_buttons.php:210
1775
+ #: ../admin/like_buttons.php:493
1776
  msgid "Interface location"
1777
  msgstr "Posición de la interfaz"
1778
 
1779
+ #: ../admin/like_buttons.php:220
1780
+ #: ../admin/like_buttons.php:503
1781
  msgid "Excerpts"
1782
  msgstr "Extractos"
1783
 
1784
+ #: ../admin/like_buttons.php:279
1785
  msgid "Specify the pages where you want to enable interface"
1786
  msgstr "Especifica las páginas donde quieres permitir la interfaz"
1787
 
1788
+ #: ../admin/like_buttons.php:296
1789
  msgid "Vertical (Floating) like buttons Options"
1790
  msgstr "Opciones de los botones Me gusta en Barra Vertical Flotante"
1791
 
1792
+ #: ../admin/like_buttons.php:302
1793
  msgid "Enable floating like buttons"
1794
  msgstr "Permitir Barra Flotante de botones Me gusta"
1795
 
1796
+ #: ../admin/like_buttons.php:312
1797
  msgid "Master control to enable vertical (floating) counter widget"
1798
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
1799
 
1800
+ #: ../admin/like_buttons.php:406
1801
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1802
  msgstr "Especifica el color o código hexadecimal (por ejemplo #cc78e0) para el fondo de la interfaz vertical. Déjalo vacío para que sea transparente. Puedes conseguir el código hexadecimal del color que desees en <a href=\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1803
 
1804
+ #: ../admin/like_buttons.php:446
1805
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1806
  msgstr "Especifica un número. Al incrementar el número la interfaz se desplazará a la derecha y al disminuirlo se desplazará hacia la izquierda. El número puede ser negativo también."
1807
 
1808
+ #: ../admin/like_buttons.php:466
1809
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1810
  msgstr "Especifica un número. Al incrementar el número la interfaz se desplazará a la izquierda y al disminuirlo se desplazará hacia la derecha. El número puede ser negativo también."
1811
 
1812
+ #: ../admin/like_buttons.php:485
1813
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1814
  msgstr "Especifica un número. Al incrementar el número la interfaz se desplazará hacia abajo y al disminuirlo se desplazará hacia arriba."
1815
 
1816
+ #: ../admin/like_buttons.php:541
1817
  msgid "Specify the pages where you want to enable vertical interface"
1818
  msgstr "Especifica las páginas donde quieres permitir la interfaz vertical"
1819
 
1820
+ #: ../admin/like_buttons.php:549
1821
  msgid "Hide like buttons on mobile devices"
1822
  msgstr "Ocultar botones Me gusta en dispositivos móviles "
1823
 
1824
+ #: ../admin/like_buttons.php:559
1825
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1826
  msgstr "Si se activa, la barra vertical de botones Me gusta no aparecerá en dispositivos móviles"
1827
 
1828
+ #: ../admin/like_buttons.php:583
1829
  msgid "Use shortlinks already installed, for tweet button"
1830
  msgstr "Usa los shortlinks ya instalados para el botón de twittear"
1831
 
1832
+ #: ../admin/like_buttons.php:593
1833
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1834
  msgstr "Permite que las URLs abreviadas se usen al compartir contenido, si un plugin de abreviatura está instalado"
1835
 
1836
+ #: ../admin/like_buttons.php:601
1837
  msgid "Enable bit.ly url shortener for tweet button"
1838
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
1839
 
1840
+ #: ../admin/like_buttons.php:693
1841
  #, php-format
1842
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1843
  msgstr "Introduce el código del idioma que deseas utilizar para renderizar los contadores. Puedes encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1844
 
1845
+ #: ../admin/like_buttons.php:702
1846
  msgid "Twitter Username"
1847
  msgstr "Nombre de usuario de Twitter"
1848
 
1849
+ #: ../admin/like_buttons.php:708
1850
  msgid "Twitter username for Tweet (without @)"
1851
  msgstr "Nombre de usuario para twittear (sin @)"
1852
 
1853
+ #: ../admin/like_buttons.php:718
1854
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1855
  msgstr "El nombre de usuario introducido será añadido después del contenido twiteado como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
1856
 
1857
+ #: ../admin/like_buttons.php:727
1858
  msgid "Twitter username for Buffer sharing (without @)"
1859
  msgstr "Nombre de usuario de Twitter para compartir en Buffer (sin @)"
1860
 
1861
+ #: ../admin/like_buttons.php:737
1862
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1863
  msgstr "El nombre de usuario introducido será añadido después del contenido compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
1864
 
1865
+ #: ../admin/like_buttons.php:754
1866
  msgid "Like Buttons Shortcode & Widget"
1867
  msgstr "Shortcode y Widget Botones Me gusta"
1868
 
1870
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1871
  msgstr "Permitir el Ingreso a través de redes sociales desde la sección de \"Configuración Básica\" en la página del panel de control \"Super Socializer > Social Login\""
1872
 
1873
+ #: ../inc/social_sharing.php:710
1874
  msgid "Invalid request"
1875
  msgstr "Petición no válida"
1876
 
1877
+ #: ../inc/social_sharing.php:717
1878
  msgid "Providers not selected"
1879
  msgstr "Redes sociales no seleccionadas"
1880
 
1881
+ #: ../inc/social_login.php:261
1882
  #, php-format
1883
  msgid "Username: %s"
1884
  msgstr "Nombre de usuario: %s"
1885
 
1886
+ #: ../inc/social_login.php:262
1887
  #, php-format
1888
  msgid "Password: %s"
1889
  msgstr "Contraseña: %s"
1890
 
1891
+ #: ../inc/social_login.php:265
1892
  #, php-format
1893
  msgid "[%s] Your username and password"
1894
  msgstr "[%s] Tu nombre de usuario y contraseña"
2011
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2012
  msgstr "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página \"Super Socializer > Like Buttons\"."
2013
 
2014
+ #~ msgid "Login options"
2015
+ #~ msgstr "Opciones de Ingreso"
languages/Super-Socializer-fr_FR.mo CHANGED
Binary file
languages/Super-Socializer-fr_FR.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: 2016-02-05 18:29+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -16,75 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 3 %s)"
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
- #: ../super_socializer.php:711
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:711
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Position de partage"
68
 
69
- #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Login"
73
 
74
- #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Petit Avatar Url"
77
 
78
- #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Cible Url"
82
 
83
- #: ../super_socializer.php:847
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
86
 
87
- #: ../super_socializer.php:851
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
90
 
@@ -205,10 +205,10 @@ msgstr "Cible Url"
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
- #: ../admin/social_sharing.php:1784
209
  #: ../admin/social_commenting.php:464
210
- #: ../admin/social_login.php:778
211
- #: ../admin/like_buttons.php:764
212
  msgid "Save Changes"
213
  msgstr "Sauvegarder"
214
 
@@ -358,10 +358,10 @@ msgstr ""
358
  #: ../admin/social_sharing.php:39
359
  #: ../admin/social_sharing.php:1731
360
  #: ../admin/social_sharing.php:1733
361
- #: ../admin/social_login.php:37
362
- #: ../admin/social_login.php:764
363
  #: ../admin/like_buttons.php:40
364
- #: ../admin/like_buttons.php:751
365
  msgid "Shortcode & Widget"
366
  msgstr "Widgets et shortcodes"
367
 
@@ -373,6 +373,8 @@ msgstr "Résolution de problèmes"
373
  #: ../admin/social_sharing.php:1762
374
  #: ../admin/social_commenting.php:36
375
  #: ../admin/social_commenting.php:452
 
 
376
  msgid "FAQ"
377
  msgstr "FAQ"
378
 
@@ -495,7 +497,7 @@ msgstr "Définir le code HEX de la couleur voulue (exemple #cc78e0) pour le fond
495
  #: ../admin/social_sharing.php:273
496
  #: ../admin/social_sharing.php:581
497
  #: ../admin/social_sharing.php:1213
498
- #: ../admin/like_buttons.php:395
499
  msgid "Background Color"
500
  msgstr "Couleur de fond"
501
 
@@ -546,8 +548,8 @@ msgstr ""
546
  #: ../admin/social_sharing.php:630
547
  #: ../admin/social_sharing.php:851
548
  #: ../admin/social_sharing.php:1235
549
- #: ../admin/like_buttons.php:170
550
- #: ../admin/like_buttons.php:417
551
  msgid "Left"
552
  msgstr "Gauche"
553
 
@@ -560,8 +562,8 @@ msgstr ""
560
  #: ../admin/social_sharing.php:634
561
  #: ../admin/social_sharing.php:853
562
  #: ../admin/social_sharing.php:1236
563
- #: ../admin/like_buttons.php:172
564
- #: ../admin/like_buttons.php:418
565
  msgid "Right"
566
  msgstr "Droite"
567
 
@@ -619,29 +621,29 @@ msgstr "Control maître pour activer le partage horizontal"
619
 
620
  #: ../admin/social_sharing.php:693
621
  #: ../admin/social_sharing.php:1081
622
- #: ../admin/like_buttons.php:73
623
- #: ../admin/like_buttons.php:321
624
  msgid "Target Url"
625
  msgstr "Cible Url"
626
 
627
  #: ../admin/social_sharing.php:697
628
  #: ../admin/social_sharing.php:1085
629
- #: ../admin/like_buttons.php:77
630
- #: ../admin/like_buttons.php:325
631
  msgid "Url of the webpage where icons are located (default)"
632
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
633
 
634
  #: ../admin/social_sharing.php:699
635
  #: ../admin/social_sharing.php:1087
636
- #: ../admin/like_buttons.php:79
637
- #: ../admin/like_buttons.php:327
638
  msgid "Url of the homepage of your website"
639
  msgstr "Url de la page d'accueil de votre site Web"
640
 
641
  #: ../admin/social_sharing.php:701
642
  #: ../admin/social_sharing.php:1089
643
- #: ../admin/like_buttons.php:81
644
- #: ../admin/like_buttons.php:329
645
  #, fuzzy
646
  msgid "Custom url"
647
  msgstr "URL personnalisé"
@@ -652,8 +654,8 @@ msgid "Url to share"
652
  msgstr "URL pour partager"
653
 
654
  #: ../admin/social_sharing.php:716
655
- #: ../admin/social_login.php:343
656
- #: ../admin/like_buttons.php:96
657
  msgid "Title"
658
  msgstr "Titre"
659
 
@@ -684,13 +686,13 @@ msgstr ""
684
 
685
  #: ../admin/social_sharing.php:847
686
  #: ../admin/social_sharing.php:1231
687
- #: ../admin/like_buttons.php:166
688
- #: ../admin/like_buttons.php:413
689
  msgid "Horizontal alignment"
690
  msgstr "Alignement horizontal"
691
 
692
  #: ../admin/social_sharing.php:852
693
- #: ../admin/like_buttons.php:171
694
  msgid "Center"
695
  msgstr "centre"
696
 
@@ -700,17 +702,17 @@ msgid "Horizontal alignment of the sharing interface"
700
  msgstr "Alignement horizontal des boutons de partage"
701
 
702
  #: ../admin/social_sharing.php:869
703
- #: ../admin/like_buttons.php:188
704
  msgid "Position with respect to content"
705
  msgstr "Position par rapport au contenu"
706
 
707
  #: ../admin/social_sharing.php:873
708
- #: ../admin/like_buttons.php:192
709
  msgid "Top of the content"
710
  msgstr "Au-dessus du contenu"
711
 
712
  #: ../admin/social_sharing.php:875
713
- #: ../admin/like_buttons.php:194
714
  msgid "Bottom of the content"
715
  msgstr "En-dessous du contenu"
716
 
@@ -725,24 +727,24 @@ msgstr ""
725
 
726
  #: ../admin/social_sharing.php:894
727
  #: ../admin/social_sharing.php:1314
728
- #: ../admin/social_login.php:624
729
- #: ../admin/social_login.php:654
730
- #: ../admin/like_buttons.php:213
731
- #: ../admin/like_buttons.php:496
732
  msgid "Homepage"
733
  msgstr "Page d'accueil"
734
 
735
  #: ../admin/social_sharing.php:896
736
  #: ../admin/social_sharing.php:1316
737
- #: ../admin/like_buttons.php:215
738
- #: ../admin/like_buttons.php:498
739
  msgid "Posts"
740
  msgstr "Publications"
741
 
742
  #: ../admin/social_sharing.php:898
743
  #: ../admin/social_sharing.php:1318
744
- #: ../admin/like_buttons.php:217
745
- #: ../admin/like_buttons.php:500
746
  msgid "Pages"
747
  msgstr "Pages"
748
 
@@ -753,60 +755,60 @@ msgstr ""
753
 
754
  #: ../admin/social_sharing.php:902
755
  #: ../admin/social_sharing.php:1322
756
- #: ../admin/like_buttons.php:221
757
- #: ../admin/like_buttons.php:504
758
  msgid "Category Archives"
759
  msgstr "Archives des catégories"
760
 
761
  #: ../admin/social_sharing.php:904
762
  #: ../admin/social_sharing.php:1324
763
- #: ../admin/like_buttons.php:223
764
- #: ../admin/like_buttons.php:506
765
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
766
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
767
 
768
  #: ../admin/social_sharing.php:920
769
- #: ../admin/like_buttons.php:239
770
  #, fuzzy
771
  msgid "BuddyPress activity"
772
  msgstr "L'activité et les groupes BuddyPress"
773
 
774
  #: ../admin/social_sharing.php:922
775
- #: ../admin/like_buttons.php:242
776
  msgid "BuddyPress group (only at top of content)"
777
  msgstr ""
778
 
779
  #: ../admin/social_sharing.php:928
780
  #: ../admin/social_sharing.php:1346
781
- #: ../admin/like_buttons.php:249
782
- #: ../admin/like_buttons.php:527
783
  msgid "BBPress forum"
784
  msgstr ""
785
 
786
  #: ../admin/social_sharing.php:931
787
  #: ../admin/social_sharing.php:1349
788
- #: ../admin/like_buttons.php:252
789
- #: ../admin/like_buttons.php:530
790
  msgid "BBPress topic"
791
  msgstr "sujet BBPress"
792
 
793
  #: ../admin/social_sharing.php:934
794
- #: ../admin/like_buttons.php:255
795
  msgid "BBPress reply"
796
  msgstr "BBPress réponse"
797
 
798
  #: ../admin/social_sharing.php:941
799
- #: ../admin/like_buttons.php:261
800
  msgid "After individual product at WooCommerce Shop page"
801
  msgstr "Après produit individuel à la page WooCommerce Boutique"
802
 
803
  #: ../admin/social_sharing.php:944
804
- #: ../admin/like_buttons.php:264
805
  msgid "WooCommerce Product Page"
806
  msgstr "WooCommerce page produit"
807
 
808
  #: ../admin/social_sharing.php:947
809
- #: ../admin/like_buttons.php:267
810
  msgid "WooCommerce Thankyou Page"
811
  msgstr "Merci WooCommerce page"
812
 
@@ -896,7 +898,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
896
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
897
 
898
  #: ../admin/social_sharing.php:1253
899
- #: ../admin/like_buttons.php:435
900
  msgid "Left offset"
901
  msgstr "Marge à gauche"
902
 
@@ -906,7 +908,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
906
  msgstr "Définir la taille de la marge à gauche (en pixels)."
907
 
908
  #: ../admin/social_sharing.php:1273
909
- #: ../admin/like_buttons.php:455
910
  msgid "Right offset"
911
  msgstr "Marge à droite"
912
 
@@ -916,7 +918,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
916
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
917
 
918
  #: ../admin/social_sharing.php:1292
919
- #: ../admin/like_buttons.php:474
920
  msgid "Top offset"
921
  msgstr "Marge au-dessus"
922
 
@@ -925,7 +927,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
925
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
926
 
927
  #: ../admin/social_sharing.php:1338
928
- #: ../admin/like_buttons.php:520
929
  #, fuzzy
930
  msgid "BuddyPress group"
931
  msgstr "BuddyPress page de profil"
@@ -976,7 +978,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
976
  msgstr ""
977
 
978
  #: ../admin/social_sharing.php:1506
979
- #: ../admin/like_buttons.php:576
980
  #, fuzzy
981
  msgid "Url shortener"
982
  msgstr "bit.ly raccourcisseur d'URL"
@@ -994,45 +996,45 @@ msgid "Enable bit.ly url shortener for sharing"
994
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
995
 
996
  #: ../admin/social_sharing.php:1540
997
- #: ../admin/like_buttons.php:610
998
  msgid "Master control to enable bit.ly url shortening for sharing"
999
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
1000
 
1001
  #: ../admin/social_sharing.php:1548
1002
- #: ../admin/like_buttons.php:618
1003
  msgid "bit.ly username"
1004
  msgstr "Psuedo bit.ly"
1005
 
1006
  #: ../admin/social_sharing.php:1558
1007
- #: ../admin/like_buttons.php:628
1008
  #, php-format
1009
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1010
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
1011
 
1012
  #: ../admin/social_sharing.php:1567
1013
- #: ../admin/like_buttons.php:637
1014
  msgid "bit.ly API Key"
1015
  msgstr "Clé API bit.ly"
1016
 
1017
  #: ../admin/social_sharing.php:1577
1018
- #: ../admin/like_buttons.php:647
1019
  #, php-format
1020
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1021
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
1022
 
1023
  #: ../admin/social_sharing.php:1586
1024
- #: ../admin/like_buttons.php:656
1025
  msgid "Clear Bitly Cache"
1026
  msgstr ""
1027
 
1028
  #: ../admin/social_sharing.php:1590
1029
- #: ../admin/like_buttons.php:660
1030
  #, fuzzy
1031
  msgid "ShortUrl cache cleared successfully."
1032
  msgstr "Paramètres enregistrées avec succès"
1033
 
1034
  #: ../admin/social_sharing.php:1597
1035
- #: ../admin/like_buttons.php:667
1036
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1037
  msgstr ""
1038
 
@@ -1064,8 +1066,8 @@ msgstr ""
1064
  #: ../admin/social_sharing.php:1656
1065
  #: ../admin/social_sharing.php:1662
1066
  #: ../admin/social_commenting.php:311
1067
- #: ../admin/like_buttons.php:676
1068
- #: ../admin/like_buttons.php:682
1069
  msgid "Language"
1070
  msgstr "Langue"
1071
 
@@ -1141,7 +1143,12 @@ msgid "How to hide arrow after floating sharing bar?"
1141
  msgstr ""
1142
 
1143
  #: ../admin/social_sharing.php:1773
1144
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1145
  msgstr ""
1146
 
1147
  #: ../admin/social_commenting.php:13
@@ -1367,382 +1374,413 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1367
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1368
 
1369
  #: ../admin/social_login.php:35
1370
- #: ../admin/social_login.php:43
1371
  msgid "Basic Configuration"
1372
  msgstr "Configuration basique"
1373
 
1374
  #: ../admin/social_login.php:36
1375
- msgid "Social Login"
1376
- msgstr "Connection par les réseaux sociaux"
 
 
 
 
 
 
1377
 
1378
- #: ../admin/social_login.php:50
1379
  msgid "Disable user registration via Social Login"
1380
  msgstr "Désactiver l'enregistrement de l'utilisateur via Login social"
1381
 
1382
- #: ../admin/social_login.php:60
1383
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1384
  msgstr "Après avoir activé cette option, les nouveaux utilisateurs ne seront pas en mesure de connecter avec login sociale. Seuls les utilisateurs existants pourront connexion sociale."
1385
 
1386
- #: ../admin/social_login.php:69
1387
  #, fuzzy
1388
  msgid "Redirection url"
1389
  msgstr "Rediriger la page après la connection"
1390
 
1391
- #: ../admin/social_login.php:79
1392
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1393
  msgstr "L'utilisateur sera redirigé vers cette page après tentative d'enregistrement échoue via Login social. Vous pouvez spécifier l'URL du formulaire d'inscription ou d'un message page démontrant concernant l'enregistrement désactivé par Connexion social."
1394
 
1395
- #: ../admin/social_login.php:88
1396
  msgid "Select providers"
1397
  msgstr "Selectionner les réseaux sociaux"
1398
 
1399
- #: ../admin/social_login.php:93
1400
  msgid "Facebook"
1401
  msgstr "Facebook"
1402
 
1403
- #: ../admin/social_login.php:97
1404
  msgid "Twitter"
1405
  msgstr "Twitter"
1406
 
1407
- #: ../admin/social_login.php:101
1408
  msgid "LinkedIn"
1409
  msgstr "LinkedIn"
1410
 
1411
- #: ../admin/social_login.php:105
1412
  msgid "Google+"
1413
  msgstr "Google+"
1414
 
1415
- #: ../admin/social_login.php:109
1416
  msgid "Vkontakte"
1417
  msgstr "Vkontakte"
1418
 
1419
- #: ../admin/social_login.php:113
1420
  msgid "Instagram"
1421
  msgstr "Instagram"
1422
 
1423
- #: ../admin/social_login.php:117
1424
  msgid "Xing"
1425
  msgstr ""
1426
 
1427
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1428
  msgid "Select Social ID provider to enable in Social Login"
1429
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1430
 
1431
- #: ../admin/social_login.php:133
1432
  msgid "Facebook App ID"
1433
  msgstr "Facebook App ID"
1434
 
1435
- #: ../admin/social_login.php:143
1436
  #, php-format
1437
  msgid "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"
1438
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1439
 
1440
- #: ../admin/social_login.php:145
1441
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1442
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1443
 
1444
- #: ../admin/social_login.php:155
1445
  msgid "Twitter API Key"
1446
  msgstr "Clé API Twitter"
1447
 
1448
- #: ../admin/social_login.php:165
1449
  #, php-format
1450
  msgid "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"
1451
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API Twitter."
1452
 
1453
- #: ../admin/social_login.php:167
1454
- #: ../admin/social_login.php:189
1455
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1456
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1457
 
1458
- #: ../admin/social_login.php:177
1459
  msgid "Twitter API Secret"
1460
  msgstr "Code secret API Twitter"
1461
 
1462
- #: ../admin/social_login.php:187
1463
  #, php-format
1464
  msgid "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"
1465
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1466
 
1467
- #: ../admin/social_login.php:199
1468
  msgid "LinkedIn API Key"
1469
  msgstr "LinkedIn clé API"
1470
 
1471
- #: ../admin/social_login.php:209
1472
  #, php-format
1473
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1474
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1475
 
1476
- #: ../admin/social_login.php:211
1477
- #: ../admin/social_login.php:277
1478
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1479
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1480
 
1481
- #: ../admin/social_login.php:221
1482
  msgid "Google+ Client ID"
1483
  msgstr "Google+ Client ID"
1484
 
1485
- #: ../admin/social_login.php:231
1486
  #, php-format
1487
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1488
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Google+. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Google+ Client ID\"."
1489
 
1490
- #: ../admin/social_login.php:233
1491
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1492
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1493
 
1494
- #: ../admin/social_login.php:243
1495
  msgid "Vkontakte Application ID"
1496
  msgstr "Vkontakte Application ID"
1497
 
1498
- #: ../admin/social_login.php:253
1499
  #, php-format
1500
  msgid "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"
1501
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec VKontakte. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"VKontakte Application ID\"."
1502
 
1503
- #: ../admin/social_login.php:255
1504
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1505
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1506
 
1507
- #: ../admin/social_login.php:265
1508
  msgid "Instagram Client ID"
1509
  msgstr "Instagram Client ID"
1510
 
1511
- #: ../admin/social_login.php:275
1512
  #, php-format
1513
  msgid "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"
1514
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Instagram. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Instagram Client ID\"."
1515
 
1516
- #: ../admin/social_login.php:287
1517
  msgid "Xing Consumer Key"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_login.php:297
1521
  #, fuzzy, php-format
1522
  msgid "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"
1523
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1524
 
1525
- #: ../admin/social_login.php:299
1526
- #: ../admin/social_login.php:321
1527
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1528
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1529
 
1530
- #: ../admin/social_login.php:309
1531
  msgid "Xing Consumer Secret"
1532
  msgstr ""
1533
 
1534
- #: ../admin/social_login.php:319
1535
  #, fuzzy, php-format
1536
  msgid "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"
1537
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1538
 
1539
- #: ../admin/social_login.php:337
1540
- msgid "Login options"
1541
- msgstr "Paramètres de connection"
 
1542
 
1543
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1544
  msgid "Text to display above the Social Login interface"
1545
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1546
 
1547
- #: ../admin/social_login.php:362
1548
  msgid "Enable at login page"
1549
  msgstr "Activer sur la page de connection"
1550
 
1551
- #: ../admin/social_login.php:372
1552
  msgid "Social Login interface will get enabled at the login page of your website"
1553
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1554
 
1555
- #: ../admin/social_login.php:380
1556
  msgid "Enable at register page"
1557
  msgstr "Activer sur la page de création de compte"
1558
 
1559
- #: ../admin/social_login.php:390
1560
  msgid "Social Login interface will get enabled at the registration page of your website"
1561
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1562
 
1563
- #: ../admin/social_login.php:398
1564
  msgid "Enable at comment form"
1565
  msgstr "Activer dans les commentaires"
1566
 
1567
- #: ../admin/social_login.php:408
1568
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1569
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1570
 
1571
- #: ../admin/social_login.php:422
1572
  msgid "Enable before WooCommerce Customer Login Form"
1573
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1574
 
1575
- #: ../admin/social_login.php:432
1576
  #, fuzzy
1577
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1578
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1579
 
1580
- #: ../admin/social_login.php:440
1581
  msgid "Enable after WooCommerce Customer Login Form"
1582
  msgstr "Activer après WooCommerce formulaire Connexion client"
1583
 
1584
- #: ../admin/social_login.php:450
1585
  #, fuzzy
1586
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1587
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1588
 
1589
- #: ../admin/social_login.php:458
1590
  #, fuzzy
1591
  msgid "Enable at WooCommerce checkout page"
1592
  msgstr "Activer sur la page de création de compte"
1593
 
1594
- #: ../admin/social_login.php:468
1595
  #, fuzzy
1596
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1597
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1598
 
1599
- #: ../admin/social_login.php:479
1600
  msgid "Auto-approve comments made by Social Login users"
1601
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1602
 
1603
- #: ../admin/social_login.php:489
1604
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1605
  msgstr "Si cela est active, et un commentaire WordPress est laissé par un utilisateur social, son commentaire sera automatiquement approuvé et sera publié sans modération."
1606
 
1607
- #: ../admin/social_login.php:490
1608
  msgid "Note: This is not related to Facebook comments"
1609
  msgstr "NB : Cela est différent des commentaires Facebook"
1610
 
1611
- #: ../admin/social_login.php:500
1612
  msgid "Enable social avatar"
1613
  msgstr "Activer la photo social"
1614
 
1615
- #: ../admin/social_login.php:510
1616
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1617
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1618
 
1619
- #: ../admin/social_login.php:520
1620
  msgid "Avatar quality"
1621
  msgstr "qualité Avatar"
1622
 
1623
- #: ../admin/social_login.php:523
1624
  msgid "Average"
1625
  msgstr "moyenne"
1626
 
1627
- #: ../admin/social_login.php:524
1628
  msgid "Best"
1629
  msgstr "Meilleur"
1630
 
1631
- #: ../admin/social_login.php:531
1632
  msgid "Choose avatar quality"
1633
  msgstr "Choisissez la qualité avatar"
1634
 
1635
- #: ../admin/social_login.php:540
1636
  #, fuzzy
1637
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1638
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1639
 
1640
- #: ../admin/social_login.php:550
1641
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1642
  msgstr ""
1643
 
1644
- #: ../admin/social_login.php:571
1645
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1646
  msgstr "Si activé et le réseau social ne fourni pas d'adresse e-mail, l'utilisateur sera demandé son adresse e-mail. Sinon, une fausse adresse sera créée."
1647
 
1648
- #: ../admin/social_login.php:580
1649
  msgid "Send username-password after user registration"
1650
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1651
 
1652
- #: ../admin/social_login.php:590
1653
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1654
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1655
 
1656
- #: ../admin/social_login.php:599
1657
  msgid "Enable social account linking at BuddyPress profile page"
1658
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1659
 
1660
- #: ../admin/social_login.php:609
1661
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1662
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1663
 
1664
- #: ../admin/social_login.php:618
1665
  msgid "Login redirection"
1666
  msgstr "Rediriger la page après la connection"
1667
 
1668
- #: ../admin/social_login.php:622
1669
  msgid "Same page where user logged in"
1670
  msgstr "La même page ou l'utilisateur s'est connecté"
1671
 
1672
- #: ../admin/social_login.php:626
1673
- #: ../admin/social_login.php:656
1674
  msgid "Account dashboard"
1675
  msgstr "Leur compte"
1676
 
1677
- #: ../admin/social_login.php:629
1678
- #: ../admin/social_login.php:659
1679
  msgid "BuddyPress profile page"
1680
  msgstr "BuddyPress page de profil"
1681
 
1682
- #: ../admin/social_login.php:632
1683
- #: ../admin/social_login.php:662
1684
  msgid "Custom Url"
1685
  msgstr "URL personnalisé"
1686
 
1687
- #: ../admin/social_login.php:640
1688
  msgid "User will be redirected to the selected page after Social Login"
1689
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1690
 
1691
- #: ../admin/social_login.php:648
1692
  msgid "Registration redirection"
1693
  msgstr "Redirection après la création de compte"
1694
 
1695
- #: ../admin/social_login.php:652
1696
  #, fuzzy
1697
  msgid "Same page from where user registered"
1698
  msgstr "La même page ou l'utilisateur s'est connecté"
1699
 
1700
- #: ../admin/social_login.php:670
1701
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1702
  msgstr "L'utilisateur sera redirigé à la page selectionnée après sa creation de compte (c'est à dire, première connection avec un réseau social)"
1703
 
1704
- #: ../admin/social_login.php:678
1705
  msgid "Email popup options"
1706
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1707
 
1708
- #: ../admin/social_login.php:684
1709
  msgid "Text on 'Email required' popup"
1710
  msgstr "Texte dans le popup \"E-mail requis\""
1711
 
1712
- #: ../admin/social_login.php:694
1713
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1714
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1715
 
1716
- #: ../admin/social_login.php:703
1717
  msgid "Error message for 'Email required' popup"
1718
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1719
 
1720
- #: ../admin/social_login.php:713
1721
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1722
  msgstr "Cette message sera affiché si l'utilisateur fournit une adresse qui n'est pas valide, ou qui a déjà été associé à un compte sur votre site."
1723
 
1724
- #: ../admin/social_login.php:722
1725
  msgid "Email popup height"
1726
  msgstr "Hauteur du popup e-mail"
1727
 
1728
- #: ../admin/social_login.php:732
1729
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1730
  msgstr "Si vous voyez une barre de defilement (ascenseur) dans le popup \"E-mail requis\", vous pouvez ajuster sa hauteur ici. Laissez vide pour les paramètres par défaut."
1731
 
1732
- #: ../admin/social_login.php:740
1733
  msgid "Enable email verification"
1734
  msgstr "Activer la verification de l'adresse e-mail"
1735
 
1736
- #: ../admin/social_login.php:750
1737
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1738
  msgstr "Si cela est activé, l'adresse sera vérifié en envoyant un lien de confirmation à l'adresse. L'utilisateur ne pourra pas se connecter sans avoir confirmé son adresse e-mail."
1739
 
1740
- #: ../admin/social_login.php:766
1741
  #, fuzzy
1742
  msgid "Social Login Shortcode & Widget"
1743
  msgstr "Widgets et shortcodes"
1744
 
1745
- #: ../admin/social_login.php:767
1746
  msgid "Social Linking Shortcode"
1747
  msgstr ""
1748
 
@@ -1791,158 +1829,158 @@ msgstr "Activer comme des boutons"
1791
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1792
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1793
 
1794
- #: ../admin/like_buttons.php:47
1795
  #, fuzzy
1796
  msgid "Standard Interface Options"
1797
  msgstr "Paramètres du compteur horizontal"
1798
 
1799
- #: ../admin/like_buttons.php:53
1800
  #, fuzzy
1801
  msgid "Enable standard interface"
1802
  msgstr "Activer le compteur horizontal"
1803
 
1804
- #: ../admin/like_buttons.php:63
1805
  #, fuzzy
1806
  msgid "Master control to enable horizontal like buttons"
1807
  msgstr "Control maître pour activer le compteur horizontal"
1808
 
1809
- #: ../admin/like_buttons.php:88
1810
- #: ../admin/like_buttons.php:336
1811
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1812
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1813
 
1814
- #: ../admin/like_buttons.php:106
1815
  #, fuzzy
1816
  msgid "The text to display above the interface"
1817
  msgstr "La texte à afficher au-dessus du compteur"
1818
 
1819
- #: ../admin/like_buttons.php:114
1820
- #: ../admin/like_buttons.php:344
1821
  msgid "Select and rearrange providers"
1822
  msgstr "Selectionner et repositionner les réseaux sociaux"
1823
 
1824
- #: ../admin/like_buttons.php:158
1825
- #: ../admin/like_buttons.php:387
1826
  #, fuzzy
1827
  msgid "Select the providers for interface. Drag them to rearrange."
1828
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1829
 
1830
- #: ../admin/like_buttons.php:180
1831
- #: ../admin/like_buttons.php:426
1832
  #, fuzzy
1833
  msgid "Horizontal alignment of the interface"
1834
  msgstr "Alignement horizontal du compteur"
1835
 
1836
- #: ../admin/like_buttons.php:201
1837
  #, fuzzy
1838
  msgid "Specify position of the interface with respect to the content"
1839
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1840
 
1841
- #: ../admin/like_buttons.php:209
1842
- #: ../admin/like_buttons.php:492
1843
  #, fuzzy
1844
  msgid "Interface location"
1845
  msgstr "Position du compteur"
1846
 
1847
- #: ../admin/like_buttons.php:219
1848
- #: ../admin/like_buttons.php:502
1849
  msgid "Excerpts"
1850
  msgstr "Extraits"
1851
 
1852
- #: ../admin/like_buttons.php:278
1853
  #, fuzzy
1854
  msgid "Specify the pages where you want to enable interface"
1855
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1856
 
1857
- #: ../admin/like_buttons.php:295
1858
  #, fuzzy
1859
  msgid "Vertical (Floating) like buttons Options"
1860
  msgstr "Paramètres du compteur vertical (flotant)"
1861
 
1862
- #: ../admin/like_buttons.php:301
1863
  #, fuzzy
1864
  msgid "Enable floating like buttons"
1865
  msgstr "Activer le compteur vertical (flotant)"
1866
 
1867
- #: ../admin/like_buttons.php:311
1868
  msgid "Master control to enable vertical (floating) counter widget"
1869
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1870
 
1871
- #: ../admin/like_buttons.php:405
1872
  #, fuzzy
1873
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1874
  msgstr "Définir le code HEX de la couleur voulue (exemple #cc78e0) pour le fond du compteur vertical. Laisser vide pour la transparence. Vous pouvez obténir un code HEX pour n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
1875
 
1876
- #: ../admin/like_buttons.php:445
1877
  #, fuzzy
1878
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1879
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1880
 
1881
- #: ../admin/like_buttons.php:465
1882
  #, fuzzy
1883
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1884
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1885
 
1886
- #: ../admin/like_buttons.php:484
1887
  #, fuzzy
1888
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1889
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1890
 
1891
- #: ../admin/like_buttons.php:540
1892
  #, fuzzy
1893
  msgid "Specify the pages where you want to enable vertical interface"
1894
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1895
 
1896
- #: ../admin/like_buttons.php:548
1897
  msgid "Hide like buttons on mobile devices"
1898
  msgstr "Cachez comme des boutons sur les appareils mobiles"
1899
 
1900
- #: ../admin/like_buttons.php:558
1901
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1902
  msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1903
 
1904
- #: ../admin/like_buttons.php:582
1905
  msgid "Use shortlinks already installed, for tweet button"
1906
  msgstr "Utilisez shortlinks déjà installés, pour le bouton tweet"
1907
 
1908
- #: ../admin/like_buttons.php:592
1909
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1910
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
1911
 
1912
- #: ../admin/like_buttons.php:600
1913
  msgid "Enable bit.ly url shortener for tweet button"
1914
  msgstr "Activer le raccourcisseur d'URL bit.ly"
1915
 
1916
- #: ../admin/like_buttons.php:692
1917
  #, fuzzy, php-format
1918
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1919
  msgstr "Définissez le langage de code que vous souhaitez utilizer dans les commentaires. Vous trouverez une liste <a href=\"%s\" target=\"_blank\">ici</ a>. Laissez vide pour l'anglais."
1920
 
1921
- #: ../admin/like_buttons.php:701
1922
  #, fuzzy
1923
  msgid "Twitter Username"
1924
  msgstr "Psuedo Twitter dans le partage des liens"
1925
 
1926
- #: ../admin/like_buttons.php:707
1927
  #, fuzzy
1928
  msgid "Twitter username for Tweet (without @)"
1929
  msgstr "Psuedo Twitter (sans @)"
1930
 
1931
- #: ../admin/like_buttons.php:717
1932
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1933
  msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1934
 
1935
- #: ../admin/like_buttons.php:726
1936
  #, fuzzy
1937
  msgid "Twitter username for Buffer sharing (without @)"
1938
  msgstr "Psuedo Twitter (sans @)"
1939
 
1940
- #: ../admin/like_buttons.php:736
1941
  #, fuzzy
1942
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1943
  msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1944
 
1945
- #: ../admin/like_buttons.php:753
1946
  #, fuzzy
1947
  msgid "Like Buttons Shortcode & Widget"
1948
  msgstr "Widgets et shortcodes"
@@ -1952,25 +1990,25 @@ msgstr "Widgets et shortcodes"
1952
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1953
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1954
 
1955
- #: ../inc/social_sharing.php:709
1956
  msgid "Invalid request"
1957
  msgstr "Demande non-valable !"
1958
 
1959
- #: ../inc/social_sharing.php:716
1960
  msgid "Providers not selected"
1961
  msgstr "Réseaux sociaux non-selectionnés !"
1962
 
1963
- #: ../inc/social_login.php:232
1964
  #, php-format
1965
  msgid "Username: %s"
1966
  msgstr ""
1967
 
1968
- #: ../inc/social_login.php:233
1969
  #, php-format
1970
  msgid "Password: %s"
1971
  msgstr ""
1972
 
1973
- #: ../inc/social_login.php:236
1974
  #, php-format
1975
  msgid "[%s] Your username and password"
1976
  msgstr ""
@@ -2100,6 +2138,9 @@ msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" v
2100
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2101
  msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
2102
 
 
 
 
2103
  #, fuzzy
2104
  #~ msgid "Horizontal sharing"
2105
  #~ msgstr "Alignement horizontal"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:33+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:33+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 3 %s)"
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
+ #: ../super_socializer.php:815
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Login"
61
 
62
+ #: ../super_socializer.php:815
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Position de partage"
68
 
69
+ #: ../super_socializer.php:876
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Login"
73
 
74
+ #: ../super_socializer.php:879
75
  msgid "Small Avatar Url"
76
  msgstr "Petit Avatar Url"
77
 
78
+ #: ../super_socializer.php:884
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Cible Url"
82
 
83
+ #: ../super_socializer.php:951
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
86
 
87
+ #: ../super_socializer.php:955
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
90
 
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1785
209
  #: ../admin/social_commenting.php:464
210
+ #: ../admin/social_login.php:875
211
+ #: ../admin/like_buttons.php:778
212
  msgid "Save Changes"
213
  msgstr "Sauvegarder"
214
 
358
  #: ../admin/social_sharing.php:39
359
  #: ../admin/social_sharing.php:1731
360
  #: ../admin/social_sharing.php:1733
361
+ #: ../admin/social_login.php:40
362
+ #: ../admin/social_login.php:861
363
  #: ../admin/like_buttons.php:40
364
+ #: ../admin/like_buttons.php:752
365
  msgid "Shortcode & Widget"
366
  msgstr "Widgets et shortcodes"
367
 
373
  #: ../admin/social_sharing.php:1762
374
  #: ../admin/social_commenting.php:36
375
  #: ../admin/social_commenting.php:452
376
+ #: ../admin/like_buttons.php:41
377
+ #: ../admin/like_buttons.php:764
378
  msgid "FAQ"
379
  msgstr "FAQ"
380
 
497
  #: ../admin/social_sharing.php:273
498
  #: ../admin/social_sharing.php:581
499
  #: ../admin/social_sharing.php:1213
500
+ #: ../admin/like_buttons.php:396
501
  msgid "Background Color"
502
  msgstr "Couleur de fond"
503
 
548
  #: ../admin/social_sharing.php:630
549
  #: ../admin/social_sharing.php:851
550
  #: ../admin/social_sharing.php:1235
551
+ #: ../admin/like_buttons.php:171
552
+ #: ../admin/like_buttons.php:418
553
  msgid "Left"
554
  msgstr "Gauche"
555
 
562
  #: ../admin/social_sharing.php:634
563
  #: ../admin/social_sharing.php:853
564
  #: ../admin/social_sharing.php:1236
565
+ #: ../admin/like_buttons.php:173
566
+ #: ../admin/like_buttons.php:419
567
  msgid "Right"
568
  msgstr "Droite"
569
 
621
 
622
  #: ../admin/social_sharing.php:693
623
  #: ../admin/social_sharing.php:1081
624
+ #: ../admin/like_buttons.php:74
625
+ #: ../admin/like_buttons.php:322
626
  msgid "Target Url"
627
  msgstr "Cible Url"
628
 
629
  #: ../admin/social_sharing.php:697
630
  #: ../admin/social_sharing.php:1085
631
+ #: ../admin/like_buttons.php:78
632
+ #: ../admin/like_buttons.php:326
633
  msgid "Url of the webpage where icons are located (default)"
634
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
635
 
636
  #: ../admin/social_sharing.php:699
637
  #: ../admin/social_sharing.php:1087
638
+ #: ../admin/like_buttons.php:80
639
+ #: ../admin/like_buttons.php:328
640
  msgid "Url of the homepage of your website"
641
  msgstr "Url de la page d'accueil de votre site Web"
642
 
643
  #: ../admin/social_sharing.php:701
644
  #: ../admin/social_sharing.php:1089
645
+ #: ../admin/like_buttons.php:82
646
+ #: ../admin/like_buttons.php:330
647
  #, fuzzy
648
  msgid "Custom url"
649
  msgstr "URL personnalisé"
654
  msgstr "URL pour partager"
655
 
656
  #: ../admin/social_sharing.php:716
657
+ #: ../admin/social_login.php:377
658
+ #: ../admin/like_buttons.php:97
659
  msgid "Title"
660
  msgstr "Titre"
661
 
686
 
687
  #: ../admin/social_sharing.php:847
688
  #: ../admin/social_sharing.php:1231
689
+ #: ../admin/like_buttons.php:167
690
+ #: ../admin/like_buttons.php:414
691
  msgid "Horizontal alignment"
692
  msgstr "Alignement horizontal"
693
 
694
  #: ../admin/social_sharing.php:852
695
+ #: ../admin/like_buttons.php:172
696
  msgid "Center"
697
  msgstr "centre"
698
 
702
  msgstr "Alignement horizontal des boutons de partage"
703
 
704
  #: ../admin/social_sharing.php:869
705
+ #: ../admin/like_buttons.php:189
706
  msgid "Position with respect to content"
707
  msgstr "Position par rapport au contenu"
708
 
709
  #: ../admin/social_sharing.php:873
710
+ #: ../admin/like_buttons.php:193
711
  msgid "Top of the content"
712
  msgstr "Au-dessus du contenu"
713
 
714
  #: ../admin/social_sharing.php:875
715
+ #: ../admin/like_buttons.php:195
716
  msgid "Bottom of the content"
717
  msgstr "En-dessous du contenu"
718
 
727
 
728
  #: ../admin/social_sharing.php:894
729
  #: ../admin/social_sharing.php:1314
730
+ #: ../admin/social_login.php:658
731
+ #: ../admin/social_login.php:688
732
+ #: ../admin/like_buttons.php:214
733
+ #: ../admin/like_buttons.php:497
734
  msgid "Homepage"
735
  msgstr "Page d'accueil"
736
 
737
  #: ../admin/social_sharing.php:896
738
  #: ../admin/social_sharing.php:1316
739
+ #: ../admin/like_buttons.php:216
740
+ #: ../admin/like_buttons.php:499
741
  msgid "Posts"
742
  msgstr "Publications"
743
 
744
  #: ../admin/social_sharing.php:898
745
  #: ../admin/social_sharing.php:1318
746
+ #: ../admin/like_buttons.php:218
747
+ #: ../admin/like_buttons.php:501
748
  msgid "Pages"
749
  msgstr "Pages"
750
 
755
 
756
  #: ../admin/social_sharing.php:902
757
  #: ../admin/social_sharing.php:1322
758
+ #: ../admin/like_buttons.php:222
759
+ #: ../admin/like_buttons.php:505
760
  msgid "Category Archives"
761
  msgstr "Archives des catégories"
762
 
763
  #: ../admin/social_sharing.php:904
764
  #: ../admin/social_sharing.php:1324
765
+ #: ../admin/like_buttons.php:224
766
+ #: ../admin/like_buttons.php:507
767
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
768
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
769
 
770
  #: ../admin/social_sharing.php:920
771
+ #: ../admin/like_buttons.php:240
772
  #, fuzzy
773
  msgid "BuddyPress activity"
774
  msgstr "L'activité et les groupes BuddyPress"
775
 
776
  #: ../admin/social_sharing.php:922
777
+ #: ../admin/like_buttons.php:243
778
  msgid "BuddyPress group (only at top of content)"
779
  msgstr ""
780
 
781
  #: ../admin/social_sharing.php:928
782
  #: ../admin/social_sharing.php:1346
783
+ #: ../admin/like_buttons.php:250
784
+ #: ../admin/like_buttons.php:528
785
  msgid "BBPress forum"
786
  msgstr ""
787
 
788
  #: ../admin/social_sharing.php:931
789
  #: ../admin/social_sharing.php:1349
790
+ #: ../admin/like_buttons.php:253
791
+ #: ../admin/like_buttons.php:531
792
  msgid "BBPress topic"
793
  msgstr "sujet BBPress"
794
 
795
  #: ../admin/social_sharing.php:934
796
+ #: ../admin/like_buttons.php:256
797
  msgid "BBPress reply"
798
  msgstr "BBPress réponse"
799
 
800
  #: ../admin/social_sharing.php:941
801
+ #: ../admin/like_buttons.php:262
802
  msgid "After individual product at WooCommerce Shop page"
803
  msgstr "Après produit individuel à la page WooCommerce Boutique"
804
 
805
  #: ../admin/social_sharing.php:944
806
+ #: ../admin/like_buttons.php:265
807
  msgid "WooCommerce Product Page"
808
  msgstr "WooCommerce page produit"
809
 
810
  #: ../admin/social_sharing.php:947
811
+ #: ../admin/like_buttons.php:268
812
  msgid "WooCommerce Thankyou Page"
813
  msgstr "Merci WooCommerce page"
814
 
898
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
899
 
900
  #: ../admin/social_sharing.php:1253
901
+ #: ../admin/like_buttons.php:436
902
  msgid "Left offset"
903
  msgstr "Marge à gauche"
904
 
908
  msgstr "Définir la taille de la marge à gauche (en pixels)."
909
 
910
  #: ../admin/social_sharing.php:1273
911
+ #: ../admin/like_buttons.php:456
912
  msgid "Right offset"
913
  msgstr "Marge à droite"
914
 
918
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
919
 
920
  #: ../admin/social_sharing.php:1292
921
+ #: ../admin/like_buttons.php:475
922
  msgid "Top offset"
923
  msgstr "Marge au-dessus"
924
 
927
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
928
 
929
  #: ../admin/social_sharing.php:1338
930
+ #: ../admin/like_buttons.php:521
931
  #, fuzzy
932
  msgid "BuddyPress group"
933
  msgstr "BuddyPress page de profil"
978
  msgstr ""
979
 
980
  #: ../admin/social_sharing.php:1506
981
+ #: ../admin/like_buttons.php:577
982
  #, fuzzy
983
  msgid "Url shortener"
984
  msgstr "bit.ly raccourcisseur d'URL"
996
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
997
 
998
  #: ../admin/social_sharing.php:1540
999
+ #: ../admin/like_buttons.php:611
1000
  msgid "Master control to enable bit.ly url shortening for sharing"
1001
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
1002
 
1003
  #: ../admin/social_sharing.php:1548
1004
+ #: ../admin/like_buttons.php:619
1005
  msgid "bit.ly username"
1006
  msgstr "Psuedo bit.ly"
1007
 
1008
  #: ../admin/social_sharing.php:1558
1009
+ #: ../admin/like_buttons.php:629
1010
  #, php-format
1011
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1012
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
1013
 
1014
  #: ../admin/social_sharing.php:1567
1015
+ #: ../admin/like_buttons.php:638
1016
  msgid "bit.ly API Key"
1017
  msgstr "Clé API bit.ly"
1018
 
1019
  #: ../admin/social_sharing.php:1577
1020
+ #: ../admin/like_buttons.php:648
1021
  #, php-format
1022
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1023
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
1024
 
1025
  #: ../admin/social_sharing.php:1586
1026
+ #: ../admin/like_buttons.php:657
1027
  msgid "Clear Bitly Cache"
1028
  msgstr ""
1029
 
1030
  #: ../admin/social_sharing.php:1590
1031
+ #: ../admin/like_buttons.php:661
1032
  #, fuzzy
1033
  msgid "ShortUrl cache cleared successfully."
1034
  msgstr "Paramètres enregistrées avec succès"
1035
 
1036
  #: ../admin/social_sharing.php:1597
1037
+ #: ../admin/like_buttons.php:668
1038
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1039
  msgstr ""
1040
 
1066
  #: ../admin/social_sharing.php:1656
1067
  #: ../admin/social_sharing.php:1662
1068
  #: ../admin/social_commenting.php:311
1069
+ #: ../admin/like_buttons.php:677
1070
+ #: ../admin/like_buttons.php:683
1071
  msgid "Language"
1072
  msgstr "Langue"
1073
 
1143
  msgstr ""
1144
 
1145
  #: ../admin/social_sharing.php:1773
1146
+ msgid "Why are Share Counts Not Updating?"
1147
+ msgstr ""
1148
+
1149
+ #: ../admin/social_sharing.php:1774
1150
+ #: ../admin/like_buttons.php:766
1151
+ msgid "Why is there so much space between like buttons?"
1152
  msgstr ""
1153
 
1154
  #: ../admin/social_commenting.php:13
1374
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1375
 
1376
  #: ../admin/social_login.php:35
1377
+ #: ../admin/social_login.php:46
1378
  msgid "Basic Configuration"
1379
  msgstr "Configuration basique"
1380
 
1381
  #: ../admin/social_login.php:36
1382
+ #, fuzzy
1383
+ msgid "Advanced Configuration"
1384
+ msgstr "Configuration basique"
1385
+
1386
+ #: ../admin/social_login.php:38
1387
+ #: ../admin/social_login.php:813
1388
+ msgid "XProfile Integration"
1389
+ msgstr ""
1390
 
1391
+ #: ../admin/social_login.php:53
1392
  msgid "Disable user registration via Social Login"
1393
  msgstr "Désactiver l'enregistrement de l'utilisateur via Login social"
1394
 
1395
+ #: ../admin/social_login.php:63
1396
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1397
  msgstr "Après avoir activé cette option, les nouveaux utilisateurs ne seront pas en mesure de connecter avec login sociale. Seuls les utilisateurs existants pourront connexion sociale."
1398
 
1399
+ #: ../admin/social_login.php:72
1400
  #, fuzzy
1401
  msgid "Redirection url"
1402
  msgstr "Rediriger la page après la connection"
1403
 
1404
+ #: ../admin/social_login.php:82
1405
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1406
  msgstr "L'utilisateur sera redirigé vers cette page après tentative d'enregistrement échoue via Login social. Vous pouvez spécifier l'URL du formulaire d'inscription ou d'un message page démontrant concernant l'enregistrement désactivé par Connexion social."
1407
 
1408
+ #: ../admin/social_login.php:91
1409
  msgid "Select providers"
1410
  msgstr "Selectionner les réseaux sociaux"
1411
 
1412
+ #: ../admin/social_login.php:96
1413
  msgid "Facebook"
1414
  msgstr "Facebook"
1415
 
1416
+ #: ../admin/social_login.php:100
1417
  msgid "Twitter"
1418
  msgstr "Twitter"
1419
 
1420
+ #: ../admin/social_login.php:104
1421
  msgid "LinkedIn"
1422
  msgstr "LinkedIn"
1423
 
1424
+ #: ../admin/social_login.php:108
1425
  msgid "Google+"
1426
  msgstr "Google+"
1427
 
1428
+ #: ../admin/social_login.php:112
1429
  msgid "Vkontakte"
1430
  msgstr "Vkontakte"
1431
 
1432
+ #: ../admin/social_login.php:116
1433
  msgid "Instagram"
1434
  msgstr "Instagram"
1435
 
1436
+ #: ../admin/social_login.php:120
1437
  msgid "Xing"
1438
  msgstr ""
1439
 
1440
+ #: ../admin/social_login.php:124
1441
+ msgid "Steam"
1442
+ msgstr ""
1443
+
1444
+ #: ../admin/social_login.php:129
1445
+ #, fuzzy
1446
+ msgid "Twitch"
1447
+ msgstr "Twitter"
1448
+
1449
+ #: ../admin/social_login.php:137
1450
  msgid "Select Social ID provider to enable in Social Login"
1451
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1452
 
1453
+ #: ../admin/social_login.php:145
1454
  msgid "Facebook App ID"
1455
  msgstr "Facebook App ID"
1456
 
1457
+ #: ../admin/social_login.php:155
1458
  #, php-format
1459
  msgid "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"
1460
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1461
 
1462
+ #: ../admin/social_login.php:157
1463
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1464
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1465
 
1466
+ #: ../admin/social_login.php:167
1467
  msgid "Twitter API Key"
1468
  msgstr "Clé API Twitter"
1469
 
1470
+ #: ../admin/social_login.php:177
1471
  #, php-format
1472
  msgid "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"
1473
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API Twitter."
1474
 
1475
+ #: ../admin/social_login.php:179
1476
+ #: ../admin/social_login.php:201
1477
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1478
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1479
 
1480
+ #: ../admin/social_login.php:189
1481
  msgid "Twitter API Secret"
1482
  msgstr "Code secret API Twitter"
1483
 
1484
+ #: ../admin/social_login.php:199
1485
  #, php-format
1486
  msgid "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"
1487
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1488
 
1489
+ #: ../admin/social_login.php:211
1490
  msgid "LinkedIn API Key"
1491
  msgstr "LinkedIn clé API"
1492
 
1493
+ #: ../admin/social_login.php:221
1494
  #, php-format
1495
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1496
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1497
 
1498
+ #: ../admin/social_login.php:223
1499
+ #: ../admin/social_login.php:289
1500
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1501
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1502
 
1503
+ #: ../admin/social_login.php:233
1504
  msgid "Google+ Client ID"
1505
  msgstr "Google+ Client ID"
1506
 
1507
+ #: ../admin/social_login.php:243
1508
  #, php-format
1509
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1510
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Google+. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Google+ Client ID\"."
1511
 
1512
+ #: ../admin/social_login.php:245
1513
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1514
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1515
 
1516
+ #: ../admin/social_login.php:255
1517
  msgid "Vkontakte Application ID"
1518
  msgstr "Vkontakte Application ID"
1519
 
1520
+ #: ../admin/social_login.php:265
1521
  #, php-format
1522
  msgid "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"
1523
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec VKontakte. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"VKontakte Application ID\"."
1524
 
1525
+ #: ../admin/social_login.php:267
1526
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1527
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1528
 
1529
+ #: ../admin/social_login.php:277
1530
  msgid "Instagram Client ID"
1531
  msgstr "Instagram Client ID"
1532
 
1533
+ #: ../admin/social_login.php:287
1534
  #, php-format
1535
  msgid "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"
1536
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Instagram. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Instagram Client ID\"."
1537
 
1538
+ #: ../admin/social_login.php:299
1539
  msgid "Xing Consumer Key"
1540
  msgstr ""
1541
 
1542
+ #: ../admin/social_login.php:309
1543
  #, fuzzy, php-format
1544
  msgid "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"
1545
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1546
 
1547
+ #: ../admin/social_login.php:311
1548
+ #: ../admin/social_login.php:333
1549
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1550
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1551
 
1552
+ #: ../admin/social_login.php:321
1553
  msgid "Xing Consumer Secret"
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_login.php:331
1557
  #, fuzzy, php-format
1558
  msgid "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"
1559
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1560
 
1561
+ #: ../admin/social_login.php:343
1562
+ #, fuzzy
1563
+ msgid "Twitch Client ID"
1564
+ msgstr "Instagram Client ID"
1565
 
1566
  #: ../admin/social_login.php:353
1567
+ #, fuzzy, php-format
1568
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1569
+ msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API Twitter."
1570
+
1571
+ #: ../admin/social_login.php:355
1572
+ #, fuzzy
1573
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1574
+ msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1575
+
1576
+ #: ../admin/social_login.php:371
1577
+ #, fuzzy
1578
+ msgid "Social Login Options"
1579
+ msgstr "Connection par les réseaux sociaux"
1580
+
1581
+ #: ../admin/social_login.php:387
1582
  msgid "Text to display above the Social Login interface"
1583
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1584
 
1585
+ #: ../admin/social_login.php:396
1586
  msgid "Enable at login page"
1587
  msgstr "Activer sur la page de connection"
1588
 
1589
+ #: ../admin/social_login.php:406
1590
  msgid "Social Login interface will get enabled at the login page of your website"
1591
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1592
 
1593
+ #: ../admin/social_login.php:414
1594
  msgid "Enable at register page"
1595
  msgstr "Activer sur la page de création de compte"
1596
 
1597
+ #: ../admin/social_login.php:424
1598
  msgid "Social Login interface will get enabled at the registration page of your website"
1599
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1600
 
1601
+ #: ../admin/social_login.php:432
1602
  msgid "Enable at comment form"
1603
  msgstr "Activer dans les commentaires"
1604
 
1605
+ #: ../admin/social_login.php:442
1606
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1607
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1608
 
1609
+ #: ../admin/social_login.php:456
1610
  msgid "Enable before WooCommerce Customer Login Form"
1611
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1612
 
1613
+ #: ../admin/social_login.php:466
1614
  #, fuzzy
1615
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1616
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1617
 
1618
+ #: ../admin/social_login.php:474
1619
  msgid "Enable after WooCommerce Customer Login Form"
1620
  msgstr "Activer après WooCommerce formulaire Connexion client"
1621
 
1622
+ #: ../admin/social_login.php:484
1623
  #, fuzzy
1624
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1625
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1626
 
1627
+ #: ../admin/social_login.php:492
1628
  #, fuzzy
1629
  msgid "Enable at WooCommerce checkout page"
1630
  msgstr "Activer sur la page de création de compte"
1631
 
1632
+ #: ../admin/social_login.php:502
1633
  #, fuzzy
1634
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1635
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1636
 
1637
+ #: ../admin/social_login.php:513
1638
  msgid "Auto-approve comments made by Social Login users"
1639
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1640
 
1641
+ #: ../admin/social_login.php:523
1642
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1643
  msgstr "Si cela est active, et un commentaire WordPress est laissé par un utilisateur social, son commentaire sera automatiquement approuvé et sera publié sans modération."
1644
 
1645
+ #: ../admin/social_login.php:524
1646
  msgid "Note: This is not related to Facebook comments"
1647
  msgstr "NB : Cela est différent des commentaires Facebook"
1648
 
1649
+ #: ../admin/social_login.php:534
1650
  msgid "Enable social avatar"
1651
  msgstr "Activer la photo social"
1652
 
1653
+ #: ../admin/social_login.php:544
1654
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1655
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1656
 
1657
+ #: ../admin/social_login.php:554
1658
  msgid "Avatar quality"
1659
  msgstr "qualité Avatar"
1660
 
1661
+ #: ../admin/social_login.php:557
1662
  msgid "Average"
1663
  msgstr "moyenne"
1664
 
1665
+ #: ../admin/social_login.php:558
1666
  msgid "Best"
1667
  msgstr "Meilleur"
1668
 
1669
+ #: ../admin/social_login.php:565
1670
  msgid "Choose avatar quality"
1671
  msgstr "Choisissez la qualité avatar"
1672
 
1673
+ #: ../admin/social_login.php:574
1674
  #, fuzzy
1675
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1676
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1677
 
1678
+ #: ../admin/social_login.php:584
1679
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1680
  msgstr ""
1681
 
1682
+ #: ../admin/social_login.php:605
1683
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1684
  msgstr "Si activé et le réseau social ne fourni pas d'adresse e-mail, l'utilisateur sera demandé son adresse e-mail. Sinon, une fausse adresse sera créée."
1685
 
1686
+ #: ../admin/social_login.php:614
1687
  msgid "Send username-password after user registration"
1688
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1689
 
1690
+ #: ../admin/social_login.php:624
1691
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1692
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1693
 
1694
+ #: ../admin/social_login.php:633
1695
  msgid "Enable social account linking at BuddyPress profile page"
1696
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1697
 
1698
+ #: ../admin/social_login.php:643
1699
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1700
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1701
 
1702
+ #: ../admin/social_login.php:652
1703
  msgid "Login redirection"
1704
  msgstr "Rediriger la page après la connection"
1705
 
1706
+ #: ../admin/social_login.php:656
1707
  msgid "Same page where user logged in"
1708
  msgstr "La même page ou l'utilisateur s'est connecté"
1709
 
1710
+ #: ../admin/social_login.php:660
1711
+ #: ../admin/social_login.php:690
1712
  msgid "Account dashboard"
1713
  msgstr "Leur compte"
1714
 
1715
+ #: ../admin/social_login.php:663
1716
+ #: ../admin/social_login.php:693
1717
  msgid "BuddyPress profile page"
1718
  msgstr "BuddyPress page de profil"
1719
 
1720
+ #: ../admin/social_login.php:666
1721
+ #: ../admin/social_login.php:696
1722
  msgid "Custom Url"
1723
  msgstr "URL personnalisé"
1724
 
1725
+ #: ../admin/social_login.php:674
1726
  msgid "User will be redirected to the selected page after Social Login"
1727
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1728
 
1729
+ #: ../admin/social_login.php:682
1730
  msgid "Registration redirection"
1731
  msgstr "Redirection après la création de compte"
1732
 
1733
+ #: ../admin/social_login.php:686
1734
  #, fuzzy
1735
  msgid "Same page from where user registered"
1736
  msgstr "La même page ou l'utilisateur s'est connecté"
1737
 
1738
+ #: ../admin/social_login.php:704
1739
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1740
  msgstr "L'utilisateur sera redirigé à la page selectionnée après sa creation de compte (c'est à dire, première connection avec un réseau social)"
1741
 
1742
+ #: ../admin/social_login.php:712
1743
  msgid "Email popup options"
1744
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1745
 
1746
+ #: ../admin/social_login.php:718
1747
  msgid "Text on 'Email required' popup"
1748
  msgstr "Texte dans le popup \"E-mail requis\""
1749
 
1750
+ #: ../admin/social_login.php:728
1751
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1752
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1753
 
1754
+ #: ../admin/social_login.php:737
1755
  msgid "Error message for 'Email required' popup"
1756
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1757
 
1758
+ #: ../admin/social_login.php:747
1759
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1760
  msgstr "Cette message sera affiché si l'utilisateur fournit une adresse qui n'est pas valide, ou qui a déjà été associé à un compte sur votre site."
1761
 
1762
+ #: ../admin/social_login.php:756
1763
  msgid "Email popup height"
1764
  msgstr "Hauteur du popup e-mail"
1765
 
1766
+ #: ../admin/social_login.php:766
1767
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1768
  msgstr "Si vous voyez une barre de defilement (ascenseur) dans le popup \"E-mail requis\", vous pouvez ajuster sa hauteur ici. Laissez vide pour les paramètres par défaut."
1769
 
1770
+ #: ../admin/social_login.php:774
1771
  msgid "Enable email verification"
1772
  msgstr "Activer la verification de l'adresse e-mail"
1773
 
1774
+ #: ../admin/social_login.php:784
1775
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1776
  msgstr "Si cela est activé, l'adresse sera vérifié en envoyant un lien de confirmation à l'adresse. L'utilisateur ne pourra pas se connecter sans avoir confirmé son adresse e-mail."
1777
 
1778
+ #: ../admin/social_login.php:863
1779
  #, fuzzy
1780
  msgid "Social Login Shortcode & Widget"
1781
  msgstr "Widgets et shortcodes"
1782
 
1783
+ #: ../admin/social_login.php:864
1784
  msgid "Social Linking Shortcode"
1785
  msgstr ""
1786
 
1829
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1830
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1831
 
1832
+ #: ../admin/like_buttons.php:48
1833
  #, fuzzy
1834
  msgid "Standard Interface Options"
1835
  msgstr "Paramètres du compteur horizontal"
1836
 
1837
+ #: ../admin/like_buttons.php:54
1838
  #, fuzzy
1839
  msgid "Enable standard interface"
1840
  msgstr "Activer le compteur horizontal"
1841
 
1842
+ #: ../admin/like_buttons.php:64
1843
  #, fuzzy
1844
  msgid "Master control to enable horizontal like buttons"
1845
  msgstr "Control maître pour activer le compteur horizontal"
1846
 
1847
+ #: ../admin/like_buttons.php:89
1848
+ #: ../admin/like_buttons.php:337
1849
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1850
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1851
 
1852
+ #: ../admin/like_buttons.php:107
1853
  #, fuzzy
1854
  msgid "The text to display above the interface"
1855
  msgstr "La texte à afficher au-dessus du compteur"
1856
 
1857
+ #: ../admin/like_buttons.php:115
1858
+ #: ../admin/like_buttons.php:345
1859
  msgid "Select and rearrange providers"
1860
  msgstr "Selectionner et repositionner les réseaux sociaux"
1861
 
1862
+ #: ../admin/like_buttons.php:159
1863
+ #: ../admin/like_buttons.php:388
1864
  #, fuzzy
1865
  msgid "Select the providers for interface. Drag them to rearrange."
1866
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1867
 
1868
+ #: ../admin/like_buttons.php:181
1869
+ #: ../admin/like_buttons.php:427
1870
  #, fuzzy
1871
  msgid "Horizontal alignment of the interface"
1872
  msgstr "Alignement horizontal du compteur"
1873
 
1874
+ #: ../admin/like_buttons.php:202
1875
  #, fuzzy
1876
  msgid "Specify position of the interface with respect to the content"
1877
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1878
 
1879
+ #: ../admin/like_buttons.php:210
1880
+ #: ../admin/like_buttons.php:493
1881
  #, fuzzy
1882
  msgid "Interface location"
1883
  msgstr "Position du compteur"
1884
 
1885
+ #: ../admin/like_buttons.php:220
1886
+ #: ../admin/like_buttons.php:503
1887
  msgid "Excerpts"
1888
  msgstr "Extraits"
1889
 
1890
+ #: ../admin/like_buttons.php:279
1891
  #, fuzzy
1892
  msgid "Specify the pages where you want to enable interface"
1893
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1894
 
1895
+ #: ../admin/like_buttons.php:296
1896
  #, fuzzy
1897
  msgid "Vertical (Floating) like buttons Options"
1898
  msgstr "Paramètres du compteur vertical (flotant)"
1899
 
1900
+ #: ../admin/like_buttons.php:302
1901
  #, fuzzy
1902
  msgid "Enable floating like buttons"
1903
  msgstr "Activer le compteur vertical (flotant)"
1904
 
1905
+ #: ../admin/like_buttons.php:312
1906
  msgid "Master control to enable vertical (floating) counter widget"
1907
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1908
 
1909
+ #: ../admin/like_buttons.php:406
1910
  #, fuzzy
1911
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1912
  msgstr "Définir le code HEX de la couleur voulue (exemple #cc78e0) pour le fond du compteur vertical. Laisser vide pour la transparence. Vous pouvez obténir un code HEX pour n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
1913
 
1914
+ #: ../admin/like_buttons.php:446
1915
  #, fuzzy
1916
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1917
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1918
 
1919
+ #: ../admin/like_buttons.php:466
1920
  #, fuzzy
1921
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1922
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1923
 
1924
+ #: ../admin/like_buttons.php:485
1925
  #, fuzzy
1926
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1927
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1928
 
1929
+ #: ../admin/like_buttons.php:541
1930
  #, fuzzy
1931
  msgid "Specify the pages where you want to enable vertical interface"
1932
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1933
 
1934
+ #: ../admin/like_buttons.php:549
1935
  msgid "Hide like buttons on mobile devices"
1936
  msgstr "Cachez comme des boutons sur les appareils mobiles"
1937
 
1938
+ #: ../admin/like_buttons.php:559
1939
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1940
  msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1941
 
1942
+ #: ../admin/like_buttons.php:583
1943
  msgid "Use shortlinks already installed, for tweet button"
1944
  msgstr "Utilisez shortlinks déjà installés, pour le bouton tweet"
1945
 
1946
+ #: ../admin/like_buttons.php:593
1947
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1948
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
1949
 
1950
+ #: ../admin/like_buttons.php:601
1951
  msgid "Enable bit.ly url shortener for tweet button"
1952
  msgstr "Activer le raccourcisseur d'URL bit.ly"
1953
 
1954
+ #: ../admin/like_buttons.php:693
1955
  #, fuzzy, php-format
1956
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1957
  msgstr "Définissez le langage de code que vous souhaitez utilizer dans les commentaires. Vous trouverez une liste <a href=\"%s\" target=\"_blank\">ici</ a>. Laissez vide pour l'anglais."
1958
 
1959
+ #: ../admin/like_buttons.php:702
1960
  #, fuzzy
1961
  msgid "Twitter Username"
1962
  msgstr "Psuedo Twitter dans le partage des liens"
1963
 
1964
+ #: ../admin/like_buttons.php:708
1965
  #, fuzzy
1966
  msgid "Twitter username for Tweet (without @)"
1967
  msgstr "Psuedo Twitter (sans @)"
1968
 
1969
+ #: ../admin/like_buttons.php:718
1970
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1971
  msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1972
 
1973
+ #: ../admin/like_buttons.php:727
1974
  #, fuzzy
1975
  msgid "Twitter username for Buffer sharing (without @)"
1976
  msgstr "Psuedo Twitter (sans @)"
1977
 
1978
+ #: ../admin/like_buttons.php:737
1979
  #, fuzzy
1980
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1981
  msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1982
 
1983
+ #: ../admin/like_buttons.php:754
1984
  #, fuzzy
1985
  msgid "Like Buttons Shortcode & Widget"
1986
  msgstr "Widgets et shortcodes"
1990
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1991
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1992
 
1993
+ #: ../inc/social_sharing.php:710
1994
  msgid "Invalid request"
1995
  msgstr "Demande non-valable !"
1996
 
1997
+ #: ../inc/social_sharing.php:717
1998
  msgid "Providers not selected"
1999
  msgstr "Réseaux sociaux non-selectionnés !"
2000
 
2001
+ #: ../inc/social_login.php:261
2002
  #, php-format
2003
  msgid "Username: %s"
2004
  msgstr ""
2005
 
2006
+ #: ../inc/social_login.php:262
2007
  #, php-format
2008
  msgid "Password: %s"
2009
  msgstr ""
2010
 
2011
+ #: ../inc/social_login.php:265
2012
  #, php-format
2013
  msgid "[%s] Your username and password"
2014
  msgstr ""
2138
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2139
  msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
2140
 
2141
+ #~ msgid "Login options"
2142
+ #~ msgstr "Paramètres de connection"
2143
+
2144
  #, fuzzy
2145
  #~ msgid "Horizontal sharing"
2146
  #~ msgstr "Alignement horizontal"
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: 2016-02-05 18:29+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,75 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
- #: ../super_socializer.php:711
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Belépés"
61
 
62
- #: ../super_socializer.php:711
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Megosztási beállítások"
68
 
69
- #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Belépés"
73
 
74
- #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Kis Avatar URL"
77
 
78
- #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Cél Url"
82
 
83
- #: ../super_socializer.php:847
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
86
 
87
- #: ../super_socializer.php:851
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
90
 
@@ -201,10 +201,10 @@ msgstr "Cél Url"
201
 
202
  #: ../helper.php:894
203
  #: ../admin/general_options.php:89
204
- #: ../admin/social_sharing.php:1784
205
  #: ../admin/social_commenting.php:464
206
- #: ../admin/social_login.php:778
207
- #: ../admin/like_buttons.php:764
208
  msgid "Save Changes"
209
  msgstr "Változások Mentése"
210
 
@@ -354,10 +354,10 @@ msgstr ""
354
  #: ../admin/social_sharing.php:39
355
  #: ../admin/social_sharing.php:1731
356
  #: ../admin/social_sharing.php:1733
357
- #: ../admin/social_login.php:37
358
- #: ../admin/social_login.php:764
359
  #: ../admin/like_buttons.php:40
360
- #: ../admin/like_buttons.php:751
361
  msgid "Shortcode & Widget"
362
  msgstr "Shortcode és Widget"
363
 
@@ -369,6 +369,8 @@ msgstr "Hibamegoldó"
369
  #: ../admin/social_sharing.php:1762
370
  #: ../admin/social_commenting.php:36
371
  #: ../admin/social_commenting.php:452
 
 
372
  msgid "FAQ"
373
  msgstr "GYIK"
374
 
@@ -489,7 +491,7 @@ msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges
489
  #: ../admin/social_sharing.php:273
490
  #: ../admin/social_sharing.php:581
491
  #: ../admin/social_sharing.php:1213
492
- #: ../admin/like_buttons.php:395
493
  msgid "Background Color"
494
  msgstr "Háttér Szín"
495
 
@@ -540,8 +542,8 @@ msgstr ""
540
  #: ../admin/social_sharing.php:630
541
  #: ../admin/social_sharing.php:851
542
  #: ../admin/social_sharing.php:1235
543
- #: ../admin/like_buttons.php:170
544
- #: ../admin/like_buttons.php:417
545
  msgid "Left"
546
  msgstr "Bal"
547
 
@@ -554,8 +556,8 @@ msgstr ""
554
  #: ../admin/social_sharing.php:634
555
  #: ../admin/social_sharing.php:853
556
  #: ../admin/social_sharing.php:1236
557
- #: ../admin/like_buttons.php:172
558
- #: ../admin/like_buttons.php:418
559
  msgid "Right"
560
  msgstr "Jobb"
561
 
@@ -613,29 +615,29 @@ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásá
613
 
614
  #: ../admin/social_sharing.php:693
615
  #: ../admin/social_sharing.php:1081
616
- #: ../admin/like_buttons.php:73
617
- #: ../admin/like_buttons.php:321
618
  msgid "Target Url"
619
  msgstr "Cél Url"
620
 
621
  #: ../admin/social_sharing.php:697
622
  #: ../admin/social_sharing.php:1085
623
- #: ../admin/like_buttons.php:77
624
- #: ../admin/like_buttons.php:325
625
  msgid "Url of the webpage where icons are located (default)"
626
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
627
 
628
  #: ../admin/social_sharing.php:699
629
  #: ../admin/social_sharing.php:1087
630
- #: ../admin/like_buttons.php:79
631
- #: ../admin/like_buttons.php:327
632
  msgid "Url of the homepage of your website"
633
  msgstr "A főoldalad Url-je"
634
 
635
  #: ../admin/social_sharing.php:701
636
  #: ../admin/social_sharing.php:1089
637
- #: ../admin/like_buttons.php:81
638
- #: ../admin/like_buttons.php:329
639
  msgid "Custom url"
640
  msgstr "Egyedi URL"
641
 
@@ -645,8 +647,8 @@ msgid "Url to share"
645
  msgstr "Megosztás Url-je"
646
 
647
  #: ../admin/social_sharing.php:716
648
- #: ../admin/social_login.php:343
649
- #: ../admin/like_buttons.php:96
650
  msgid "Title"
651
  msgstr "Cím"
652
 
@@ -677,13 +679,13 @@ msgstr ""
677
 
678
  #: ../admin/social_sharing.php:847
679
  #: ../admin/social_sharing.php:1231
680
- #: ../admin/like_buttons.php:166
681
- #: ../admin/like_buttons.php:413
682
  msgid "Horizontal alignment"
683
  msgstr "Függőleges igazítás"
684
 
685
  #: ../admin/social_sharing.php:852
686
- #: ../admin/like_buttons.php:171
687
  msgid "Center"
688
  msgstr "Középen"
689
 
@@ -693,17 +695,17 @@ msgid "Horizontal alignment of the sharing interface"
693
  msgstr "A megosztási felület függőleges igazítása"
694
 
695
  #: ../admin/social_sharing.php:869
696
- #: ../admin/like_buttons.php:188
697
  msgid "Position with respect to content"
698
  msgstr "Elhelyezés a tartalomhoz képest"
699
 
700
  #: ../admin/social_sharing.php:873
701
- #: ../admin/like_buttons.php:192
702
  msgid "Top of the content"
703
  msgstr "Tartalom felett"
704
 
705
  #: ../admin/social_sharing.php:875
706
- #: ../admin/like_buttons.php:194
707
  msgid "Bottom of the content"
708
  msgstr "Tartalom alatt"
709
 
@@ -718,24 +720,24 @@ msgstr ""
718
 
719
  #: ../admin/social_sharing.php:894
720
  #: ../admin/social_sharing.php:1314
721
- #: ../admin/social_login.php:624
722
- #: ../admin/social_login.php:654
723
- #: ../admin/like_buttons.php:213
724
- #: ../admin/like_buttons.php:496
725
  msgid "Homepage"
726
  msgstr "Kezdő oldal"
727
 
728
  #: ../admin/social_sharing.php:896
729
  #: ../admin/social_sharing.php:1316
730
- #: ../admin/like_buttons.php:215
731
- #: ../admin/like_buttons.php:498
732
  msgid "Posts"
733
  msgstr "Bejegyzések"
734
 
735
  #: ../admin/social_sharing.php:898
736
  #: ../admin/social_sharing.php:1318
737
- #: ../admin/like_buttons.php:217
738
- #: ../admin/like_buttons.php:500
739
  msgid "Pages"
740
  msgstr "Oldalak"
741
 
@@ -746,60 +748,60 @@ msgstr ""
746
 
747
  #: ../admin/social_sharing.php:902
748
  #: ../admin/social_sharing.php:1322
749
- #: ../admin/like_buttons.php:221
750
- #: ../admin/like_buttons.php:504
751
  msgid "Category Archives"
752
  msgstr "Kategória Archívum"
753
 
754
  #: ../admin/social_sharing.php:904
755
  #: ../admin/social_sharing.php:1324
756
- #: ../admin/like_buttons.php:223
757
- #: ../admin/like_buttons.php:506
758
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
759
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
760
 
761
  #: ../admin/social_sharing.php:920
762
- #: ../admin/like_buttons.php:239
763
  #, fuzzy
764
  msgid "BuddyPress activity"
765
  msgstr "BuddyPress tevékenység és csoportok"
766
 
767
  #: ../admin/social_sharing.php:922
768
- #: ../admin/like_buttons.php:242
769
  msgid "BuddyPress group (only at top of content)"
770
  msgstr ""
771
 
772
  #: ../admin/social_sharing.php:928
773
  #: ../admin/social_sharing.php:1346
774
- #: ../admin/like_buttons.php:249
775
- #: ../admin/like_buttons.php:527
776
  msgid "BBPress forum"
777
  msgstr "BBPress fórum"
778
 
779
  #: ../admin/social_sharing.php:931
780
  #: ../admin/social_sharing.php:1349
781
- #: ../admin/like_buttons.php:252
782
- #: ../admin/like_buttons.php:530
783
  msgid "BBPress topic"
784
  msgstr "BBPress téma"
785
 
786
  #: ../admin/social_sharing.php:934
787
- #: ../admin/like_buttons.php:255
788
  msgid "BBPress reply"
789
  msgstr "BBPress válasz"
790
 
791
  #: ../admin/social_sharing.php:941
792
- #: ../admin/like_buttons.php:261
793
  msgid "After individual product at WooCommerce Shop page"
794
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
795
 
796
  #: ../admin/social_sharing.php:944
797
- #: ../admin/like_buttons.php:264
798
  msgid "WooCommerce Product Page"
799
  msgstr "WooCommerce Termékek"
800
 
801
  #: ../admin/social_sharing.php:947
802
- #: ../admin/like_buttons.php:267
803
  msgid "WooCommerce Thankyou Page"
804
  msgstr "WooCommerce Thankyou oldal"
805
 
@@ -888,7 +890,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
888
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
889
 
890
  #: ../admin/social_sharing.php:1253
891
- #: ../admin/like_buttons.php:435
892
  msgid "Left offset"
893
  msgstr "Bal margó"
894
 
@@ -897,7 +899,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
897
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
898
 
899
  #: ../admin/social_sharing.php:1273
900
- #: ../admin/like_buttons.php:455
901
  msgid "Right offset"
902
  msgstr "Jobb margó"
903
 
@@ -906,7 +908,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
906
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
907
 
908
  #: ../admin/social_sharing.php:1292
909
- #: ../admin/like_buttons.php:474
910
  msgid "Top offset"
911
  msgstr "Felső margó"
912
 
@@ -915,7 +917,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
915
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
916
 
917
  #: ../admin/social_sharing.php:1338
918
- #: ../admin/like_buttons.php:520
919
  #, fuzzy
920
  msgid "BuddyPress group"
921
  msgstr "BuddyPress profil oldal"
@@ -966,7 +968,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
966
  msgstr ""
967
 
968
  #: ../admin/social_sharing.php:1506
969
- #: ../admin/like_buttons.php:576
970
  msgid "Url shortener"
971
  msgstr "Url rövidítő"
972
 
@@ -983,45 +985,45 @@ msgid "Enable bit.ly url shortener for sharing"
983
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
984
 
985
  #: ../admin/social_sharing.php:1540
986
- #: ../admin/like_buttons.php:610
987
  msgid "Master control to enable bit.ly url shortening for sharing"
988
  msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
989
 
990
  #: ../admin/social_sharing.php:1548
991
- #: ../admin/like_buttons.php:618
992
  msgid "bit.ly username"
993
  msgstr "bit.ly felhasználónév"
994
 
995
  #: ../admin/social_sharing.php:1558
996
- #: ../admin/like_buttons.php:628
997
  #, php-format
998
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
999
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
1000
 
1001
  #: ../admin/social_sharing.php:1567
1002
- #: ../admin/like_buttons.php:637
1003
  msgid "bit.ly API Key"
1004
  msgstr "bit.ly API Key"
1005
 
1006
  #: ../admin/social_sharing.php:1577
1007
- #: ../admin/like_buttons.php:647
1008
  #, php-format
1009
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1010
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
1011
 
1012
  #: ../admin/social_sharing.php:1586
1013
- #: ../admin/like_buttons.php:656
1014
  msgid "Clear Bitly Cache"
1015
  msgstr ""
1016
 
1017
  #: ../admin/social_sharing.php:1590
1018
- #: ../admin/like_buttons.php:660
1019
  #, fuzzy
1020
  msgid "ShortUrl cache cleared successfully."
1021
  msgstr "Fiók kapcsolása sikeres"
1022
 
1023
  #: ../admin/social_sharing.php:1597
1024
- #: ../admin/like_buttons.php:667
1025
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1026
  msgstr ""
1027
 
@@ -1053,8 +1055,8 @@ msgstr ""
1053
  #: ../admin/social_sharing.php:1656
1054
  #: ../admin/social_sharing.php:1662
1055
  #: ../admin/social_commenting.php:311
1056
- #: ../admin/like_buttons.php:676
1057
- #: ../admin/like_buttons.php:682
1058
  msgid "Language"
1059
  msgstr "Nyelv"
1060
 
@@ -1129,7 +1131,12 @@ msgid "How to hide arrow after floating sharing bar?"
1129
  msgstr ""
1130
 
1131
  #: ../admin/social_sharing.php:1773
1132
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1133
  msgstr ""
1134
 
1135
  #: ../admin/social_commenting.php:13
@@ -1342,381 +1349,412 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1342
  msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1343
 
1344
  #: ../admin/social_login.php:35
1345
- #: ../admin/social_login.php:43
1346
  msgid "Basic Configuration"
1347
  msgstr "Alap Beállítások"
1348
 
1349
  #: ../admin/social_login.php:36
1350
- msgid "Social Login"
1351
- msgstr "Social Login"
 
 
 
 
 
 
1352
 
1353
- #: ../admin/social_login.php:50
1354
  msgid "Disable user registration via Social Login"
1355
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1356
 
1357
- #: ../admin/social_login.php:60
1358
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1359
  msgstr "Miután ezt az opciót, az új felhasználók nem lesznek képesek bejelentkezni a szociális bejelentkezést. Csak meglévő felhasználók képesek lesznek a társadalmi bejelentkezést."
1360
 
1361
- #: ../admin/social_login.php:69
1362
  #, fuzzy
1363
  msgid "Redirection url"
1364
  msgstr "Átirányítás Belépés után"
1365
 
1366
- #: ../admin/social_login.php:79
1367
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1368
  msgstr "Felhasználót átirányítja erre az oldalra, miután sikertelen regisztrációs kísérlet útján Szociális Belépés. Megadhatja a url regisztrációs űrlapot, vagy egy oldal bemutatását üzenetet a regisztráció kikapcsolásra keresztül Szociális Belépés."
1369
 
1370
- #: ../admin/social_login.php:88
1371
  msgid "Select providers"
1372
  msgstr "Válassz szolgáltatókat"
1373
 
1374
- #: ../admin/social_login.php:93
1375
  msgid "Facebook"
1376
  msgstr "Facebook"
1377
 
1378
- #: ../admin/social_login.php:97
1379
  msgid "Twitter"
1380
  msgstr "Twitter"
1381
 
1382
- #: ../admin/social_login.php:101
1383
  msgid "LinkedIn"
1384
  msgstr "LinkedIn"
1385
 
1386
- #: ../admin/social_login.php:105
1387
  msgid "Google+"
1388
  msgstr "Google+"
1389
 
1390
- #: ../admin/social_login.php:109
1391
  msgid "Vkontakte"
1392
  msgstr "Vkontakte"
1393
 
1394
- #: ../admin/social_login.php:113
1395
  msgid "Instagram"
1396
  msgstr "Instagram"
1397
 
1398
- #: ../admin/social_login.php:117
1399
  msgid "Xing"
1400
  msgstr "Xing"
1401
 
1402
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1403
  msgid "Select Social ID provider to enable in Social Login"
1404
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1405
 
1406
- #: ../admin/social_login.php:133
1407
  msgid "Facebook App ID"
1408
  msgstr "Facebook App ID"
1409
 
1410
- #: ../admin/social_login.php:143
1411
  #, php-format
1412
  msgid "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"
1413
  msgstr "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook App ID beszerzéshez"
1414
 
1415
- #: ../admin/social_login.php:145
1416
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1417
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1418
 
1419
- #: ../admin/social_login.php:155
1420
  msgid "Twitter API Key"
1421
  msgstr "Twitter API Key"
1422
 
1423
- #: ../admin/social_login.php:165
1424
  #, php-format
1425
  msgid "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"
1426
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1427
 
1428
- #: ../admin/social_login.php:167
1429
- #: ../admin/social_login.php:189
1430
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1431
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1432
 
1433
- #: ../admin/social_login.php:177
1434
  msgid "Twitter API Secret"
1435
  msgstr "Twitter API Secret"
1436
 
1437
- #: ../admin/social_login.php:187
1438
  #, php-format
1439
  msgid "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"
1440
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1441
 
1442
- #: ../admin/social_login.php:199
1443
  msgid "LinkedIn API Key"
1444
  msgstr "LinkedIn API Key"
1445
 
1446
- #: ../admin/social_login.php:209
1447
  #, php-format
1448
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1449
  msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1450
 
1451
- #: ../admin/social_login.php:211
1452
- #: ../admin/social_login.php:277
1453
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1454
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1455
 
1456
- #: ../admin/social_login.php:221
1457
  msgid "Google+ Client ID"
1458
  msgstr "Google+ Client ID"
1459
 
1460
- #: ../admin/social_login.php:231
1461
  #, php-format
1462
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1463
  msgstr "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a GooglePlus Client ID beszerzéshez"
1464
 
1465
- #: ../admin/social_login.php:233
1466
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1467
  msgstr "Illeszd be a következő url-t a <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> és a <strong>AUTHORIZED REDIRECT URI</strong> mezőbe a fenti linken"
1468
 
1469
- #: ../admin/social_login.php:243
1470
  msgid "Vkontakte Application ID"
1471
  msgstr "Vkontakte Application ID"
1472
 
1473
- #: ../admin/social_login.php:253
1474
  #, php-format
1475
  msgid "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"
1476
  msgstr "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte Application ID beszerzéshez"
1477
 
1478
- #: ../admin/social_login.php:255
1479
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1480
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1481
 
1482
- #: ../admin/social_login.php:265
1483
  msgid "Instagram Client ID"
1484
  msgstr "Instagram Client ID"
1485
 
1486
- #: ../admin/social_login.php:275
1487
  #, php-format
1488
  msgid "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"
1489
  msgstr "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az Instagram Client ID beszerzéshez"
1490
 
1491
- #: ../admin/social_login.php:287
1492
  msgid "Xing Consumer Key"
1493
  msgstr "Xing Consumer Key"
1494
 
1495
- #: ../admin/social_login.php:297
1496
  #, php-format
1497
  msgid "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"
1498
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1499
 
1500
- #: ../admin/social_login.php:299
1501
- #: ../admin/social_login.php:321
1502
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1503
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1504
 
1505
- #: ../admin/social_login.php:309
1506
  msgid "Xing Consumer Secret"
1507
  msgstr "Xing Consumer Secret"
1508
 
1509
- #: ../admin/social_login.php:319
1510
  #, php-format
1511
  msgid "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"
1512
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1513
 
1514
- #: ../admin/social_login.php:337
1515
- msgid "Login options"
1516
- msgstr "Belépési beállítások"
 
1517
 
1518
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1519
  msgid "Text to display above the Social Login interface"
1520
  msgstr "Szöveg a Közösségi Belépés felett"
1521
 
1522
- #: ../admin/social_login.php:362
1523
  msgid "Enable at login page"
1524
  msgstr "Bekapcsolás a belépés oldalon"
1525
 
1526
- #: ../admin/social_login.php:372
1527
  msgid "Social Login interface will get enabled at the login page of your website"
1528
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1529
 
1530
- #: ../admin/social_login.php:380
1531
  msgid "Enable at register page"
1532
  msgstr "Bekapcsolás a regisztráció oldalon"
1533
 
1534
- #: ../admin/social_login.php:390
1535
  msgid "Social Login interface will get enabled at the registration page of your website"
1536
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1537
 
1538
- #: ../admin/social_login.php:398
1539
  msgid "Enable at comment form"
1540
  msgstr "Bekapcsolás a hozászólásoknál"
1541
 
1542
- #: ../admin/social_login.php:408
1543
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1544
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1545
 
1546
- #: ../admin/social_login.php:422
1547
  msgid "Enable before WooCommerce Customer Login Form"
1548
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1549
 
1550
- #: ../admin/social_login.php:432
1551
  #, fuzzy
1552
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1553
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1554
 
1555
- #: ../admin/social_login.php:440
1556
  msgid "Enable after WooCommerce Customer Login Form"
1557
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1558
 
1559
- #: ../admin/social_login.php:450
1560
  #, fuzzy
1561
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1562
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1563
 
1564
- #: ../admin/social_login.php:458
1565
  #, fuzzy
1566
  msgid "Enable at WooCommerce checkout page"
1567
  msgstr "Bekapcsolás a regisztráció oldalon"
1568
 
1569
- #: ../admin/social_login.php:468
1570
  #, fuzzy
1571
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1572
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1573
 
1574
- #: ../admin/social_login.php:479
1575
  msgid "Auto-approve comments made by Social Login users"
1576
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1577
 
1578
- #: ../admin/social_login.php:489
1579
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1580
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1581
 
1582
- #: ../admin/social_login.php:490
1583
  msgid "Note: This is not related to Facebook comments"
1584
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1585
 
1586
- #: ../admin/social_login.php:500
1587
  msgid "Enable social avatar"
1588
  msgstr "Közösségi avatar bekapcsolás"
1589
 
1590
- #: ../admin/social_login.php:510
1591
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1592
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1593
 
1594
- #: ../admin/social_login.php:520
1595
  msgid "Avatar quality"
1596
  msgstr " Avatar képminőség"
1597
 
1598
- #: ../admin/social_login.php:523
1599
  msgid "Average"
1600
  msgstr "Átlagos"
1601
 
1602
- #: ../admin/social_login.php:524
1603
  msgid "Best"
1604
  msgstr "legjobb"
1605
 
1606
- #: ../admin/social_login.php:531
1607
  msgid "Choose avatar quality"
1608
  msgstr "Válassz Avatar képminőséget"
1609
 
1610
- #: ../admin/social_login.php:540
1611
  #, fuzzy
1612
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1613
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1614
 
1615
- #: ../admin/social_login.php:550
1616
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1617
  msgstr ""
1618
 
1619
- #: ../admin/social_login.php:571
1620
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1621
  msgstr "Ha be van kapcsolva, és a Közösségi ID szolgáltató nem biztosít e-mail címet a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy véletlenszerű e-mail címet generálunk"
1622
 
1623
- #: ../admin/social_login.php:580
1624
  msgid "Send username-password after user registration"
1625
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1626
 
1627
- #: ../admin/social_login.php:590
1628
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1629
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1630
 
1631
- #: ../admin/social_login.php:599
1632
  msgid "Enable social account linking at BuddyPress profile page"
1633
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1634
 
1635
- #: ../admin/social_login.php:609
1636
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1637
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1638
 
1639
- #: ../admin/social_login.php:618
1640
  msgid "Login redirection"
1641
  msgstr "Átirányítás Belépés után"
1642
 
1643
- #: ../admin/social_login.php:622
1644
  msgid "Same page where user logged in"
1645
  msgstr "Az az oldal, ahol a felhasználó belépett"
1646
 
1647
- #: ../admin/social_login.php:626
1648
- #: ../admin/social_login.php:656
1649
  msgid "Account dashboard"
1650
  msgstr "Felhasználói Irányítópult"
1651
 
1652
- #: ../admin/social_login.php:629
1653
- #: ../admin/social_login.php:659
1654
  msgid "BuddyPress profile page"
1655
  msgstr "BuddyPress profil oldal"
1656
 
1657
- #: ../admin/social_login.php:632
1658
- #: ../admin/social_login.php:662
1659
  msgid "Custom Url"
1660
  msgstr "Egyedi URL"
1661
 
1662
- #: ../admin/social_login.php:640
1663
  msgid "User will be redirected to the selected page after Social Login"
1664
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1665
 
1666
- #: ../admin/social_login.php:648
1667
  msgid "Registration redirection"
1668
  msgstr "Átirányítás Regisztráció után"
1669
 
1670
- #: ../admin/social_login.php:652
1671
  msgid "Same page from where user registered"
1672
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1673
 
1674
- #: ../admin/social_login.php:670
1675
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1676
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1677
 
1678
- #: ../admin/social_login.php:678
1679
  msgid "Email popup options"
1680
  msgstr "Email felugró ablak beállítások"
1681
 
1682
- #: ../admin/social_login.php:684
1683
  msgid "Text on 'Email required' popup"
1684
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1685
 
1686
- #: ../admin/social_login.php:694
1687
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1688
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1689
 
1690
- #: ../admin/social_login.php:703
1691
  msgid "Error message for 'Email required' popup"
1692
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1693
 
1694
- #: ../admin/social_login.php:713
1695
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1696
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1697
 
1698
- #: ../admin/social_login.php:722
1699
  msgid "Email popup height"
1700
  msgstr "Email felugró ablak magassága"
1701
 
1702
- #: ../admin/social_login.php:732
1703
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1704
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1705
 
1706
- #: ../admin/social_login.php:740
1707
  msgid "Enable email verification"
1708
  msgstr "E-mail ellenőrzés bekapcsolása"
1709
 
1710
- #: ../admin/social_login.php:750
1711
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1712
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1713
 
1714
- #: ../admin/social_login.php:766
1715
  #, fuzzy
1716
  msgid "Social Login Shortcode & Widget"
1717
  msgstr "Shortcode és Widget"
1718
 
1719
- #: ../admin/social_login.php:767
1720
  msgid "Social Linking Shortcode"
1721
  msgstr ""
1722
 
@@ -1760,145 +1798,145 @@ msgstr "Engedélyezze Like gombok"
1760
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1761
  msgstr "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok használatához "
1762
 
1763
- #: ../admin/like_buttons.php:47
1764
  #, fuzzy
1765
  msgid "Standard Interface Options"
1766
  msgstr "Vízszintes Megosztási Felület Beállítások"
1767
 
1768
- #: ../admin/like_buttons.php:53
1769
  #, fuzzy
1770
  msgid "Enable standard interface"
1771
  msgstr "Vízszintes megosztási felület bekapcsolása"
1772
 
1773
- #: ../admin/like_buttons.php:63
1774
  msgid "Master control to enable horizontal like buttons"
1775
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
1776
 
1777
- #: ../admin/like_buttons.php:88
1778
- #: ../admin/like_buttons.php:336
1779
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1780
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1781
 
1782
- #: ../admin/like_buttons.php:106
1783
  msgid "The text to display above the interface"
1784
  msgstr "Szöveg a megosztási felület fölött"
1785
 
1786
- #: ../admin/like_buttons.php:114
1787
- #: ../admin/like_buttons.php:344
1788
  msgid "Select and rearrange providers"
1789
  msgstr "Válassz és rendezz sorba szolgáltatókat"
1790
 
1791
- #: ../admin/like_buttons.php:158
1792
- #: ../admin/like_buttons.php:387
1793
  msgid "Select the providers for interface. Drag them to rearrange."
1794
  msgstr "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend változtatáshoz."
1795
 
1796
- #: ../admin/like_buttons.php:180
1797
- #: ../admin/like_buttons.php:426
1798
  msgid "Horizontal alignment of the interface"
1799
  msgstr "A megosztási felület vízszintes igazítása"
1800
 
1801
- #: ../admin/like_buttons.php:201
1802
  msgid "Specify position of the interface with respect to the content"
1803
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1804
 
1805
- #: ../admin/like_buttons.php:209
1806
- #: ../admin/like_buttons.php:492
1807
  msgid "Interface location"
1808
  msgstr "Megosztási helyek"
1809
 
1810
- #: ../admin/like_buttons.php:219
1811
- #: ../admin/like_buttons.php:502
1812
  msgid "Excerpts"
1813
  msgstr "Kivonatok"
1814
 
1815
- #: ../admin/like_buttons.php:278
1816
  msgid "Specify the pages where you want to enable interface"
1817
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1818
 
1819
- #: ../admin/like_buttons.php:295
1820
  msgid "Vertical (Floating) like buttons Options"
1821
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1822
 
1823
- #: ../admin/like_buttons.php:301
1824
  #, fuzzy
1825
  msgid "Enable floating like buttons"
1826
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1827
 
1828
- #: ../admin/like_buttons.php:311
1829
  msgid "Master control to enable vertical (floating) counter widget"
1830
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1831
 
1832
- #: ../admin/like_buttons.php:405
1833
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1834
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
1835
 
1836
- #: ../admin/like_buttons.php:445
1837
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1838
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1839
 
1840
- #: ../admin/like_buttons.php:465
1841
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1842
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Negatív értéket is megadhatsz."
1843
 
1844
- #: ../admin/like_buttons.php:484
1845
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1846
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1847
 
1848
- #: ../admin/like_buttons.php:540
1849
  msgid "Specify the pages where you want to enable vertical interface"
1850
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
1851
 
1852
- #: ../admin/like_buttons.php:548
1853
  msgid "Hide like buttons on mobile devices"
1854
  msgstr "Elbújni, mint a gombok a mobil eszközök"
1855
 
1856
- #: ../admin/like_buttons.php:558
1857
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1858
  msgstr "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a mobileszközökön"
1859
 
1860
- #: ../admin/like_buttons.php:582
1861
  msgid "Use shortlinks already installed, for tweet button"
1862
  msgstr "Használja shortlinks már telepítve van, a tweet gomb"
1863
 
1864
- #: ../admin/like_buttons.php:592
1865
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1866
  msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
1867
 
1868
- #: ../admin/like_buttons.php:600
1869
  msgid "Enable bit.ly url shortener for tweet button"
1870
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
1871
 
1872
- #: ../admin/like_buttons.php:692
1873
  #, php-format
1874
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1875
  msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához"
1876
 
1877
- #: ../admin/like_buttons.php:701
1878
  #, fuzzy
1879
  msgid "Twitter Username"
1880
  msgstr "Twitter felhasználónév a megosztásban"
1881
 
1882
- #: ../admin/like_buttons.php:707
1883
  #, fuzzy
1884
  msgid "Twitter username for Tweet (without @)"
1885
  msgstr "Twitter felhasználónév (@ nélkül)"
1886
 
1887
- #: ../admin/like_buttons.php:717
1888
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1889
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1890
 
1891
- #: ../admin/like_buttons.php:726
1892
  #, fuzzy
1893
  msgid "Twitter username for Buffer sharing (without @)"
1894
  msgstr "Twitter felhasználónév (@ nélkül)"
1895
 
1896
- #: ../admin/like_buttons.php:736
1897
  #, fuzzy
1898
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1899
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1900
 
1901
- #: ../admin/like_buttons.php:753
1902
  #, fuzzy
1903
  msgid "Like Buttons Shortcode & Widget"
1904
  msgstr "Shortcode és Widget"
@@ -1908,25 +1946,25 @@ msgstr "Shortcode és Widget"
1908
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1909
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1910
 
1911
- #: ../inc/social_sharing.php:709
1912
  msgid "Invalid request"
1913
  msgstr "Hibás kérés"
1914
 
1915
- #: ../inc/social_sharing.php:716
1916
  msgid "Providers not selected"
1917
  msgstr "Nincs kiválasztott szolgáltató"
1918
 
1919
- #: ../inc/social_login.php:232
1920
  #, php-format
1921
  msgid "Username: %s"
1922
  msgstr ""
1923
 
1924
- #: ../inc/social_login.php:233
1925
  #, php-format
1926
  msgid "Password: %s"
1927
  msgstr ""
1928
 
1929
- #: ../inc/social_login.php:236
1930
  #, php-format
1931
  msgid "[%s] Your username and password"
1932
  msgstr ""
@@ -2054,6 +2092,9 @@ msgstr "Függőleges lebegő közösségi gomb widget. Legyen látogatóidnak eg
2054
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2055
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
2056
 
 
 
 
2057
  #~ msgid "Horizontal sharing"
2058
  #~ msgstr "Vízszintes megosztás"
2059
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:33+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:34+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.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:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
+ #: ../super_socializer.php:815
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Belépés"
61
 
62
+ #: ../super_socializer.php:815
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Megosztási beállítások"
68
 
69
+ #: ../super_socializer.php:876
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Belépés"
73
 
74
+ #: ../super_socializer.php:879
75
  msgid "Small Avatar Url"
76
  msgstr "Kis Avatar URL"
77
 
78
+ #: ../super_socializer.php:884
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Cél Url"
82
 
83
+ #: ../super_socializer.php:951
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
86
 
87
+ #: ../super_socializer.php:955
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
90
 
201
 
202
  #: ../helper.php:894
203
  #: ../admin/general_options.php:89
204
+ #: ../admin/social_sharing.php:1785
205
  #: ../admin/social_commenting.php:464
206
+ #: ../admin/social_login.php:875
207
+ #: ../admin/like_buttons.php:778
208
  msgid "Save Changes"
209
  msgstr "Változások Mentése"
210
 
354
  #: ../admin/social_sharing.php:39
355
  #: ../admin/social_sharing.php:1731
356
  #: ../admin/social_sharing.php:1733
357
+ #: ../admin/social_login.php:40
358
+ #: ../admin/social_login.php:861
359
  #: ../admin/like_buttons.php:40
360
+ #: ../admin/like_buttons.php:752
361
  msgid "Shortcode & Widget"
362
  msgstr "Shortcode és Widget"
363
 
369
  #: ../admin/social_sharing.php:1762
370
  #: ../admin/social_commenting.php:36
371
  #: ../admin/social_commenting.php:452
372
+ #: ../admin/like_buttons.php:41
373
+ #: ../admin/like_buttons.php:764
374
  msgid "FAQ"
375
  msgstr "GYIK"
376
 
491
  #: ../admin/social_sharing.php:273
492
  #: ../admin/social_sharing.php:581
493
  #: ../admin/social_sharing.php:1213
494
+ #: ../admin/like_buttons.php:396
495
  msgid "Background Color"
496
  msgstr "Háttér Szín"
497
 
542
  #: ../admin/social_sharing.php:630
543
  #: ../admin/social_sharing.php:851
544
  #: ../admin/social_sharing.php:1235
545
+ #: ../admin/like_buttons.php:171
546
+ #: ../admin/like_buttons.php:418
547
  msgid "Left"
548
  msgstr "Bal"
549
 
556
  #: ../admin/social_sharing.php:634
557
  #: ../admin/social_sharing.php:853
558
  #: ../admin/social_sharing.php:1236
559
+ #: ../admin/like_buttons.php:173
560
+ #: ../admin/like_buttons.php:419
561
  msgid "Right"
562
  msgstr "Jobb"
563
 
615
 
616
  #: ../admin/social_sharing.php:693
617
  #: ../admin/social_sharing.php:1081
618
+ #: ../admin/like_buttons.php:74
619
+ #: ../admin/like_buttons.php:322
620
  msgid "Target Url"
621
  msgstr "Cél Url"
622
 
623
  #: ../admin/social_sharing.php:697
624
  #: ../admin/social_sharing.php:1085
625
+ #: ../admin/like_buttons.php:78
626
+ #: ../admin/like_buttons.php:326
627
  msgid "Url of the webpage where icons are located (default)"
628
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
629
 
630
  #: ../admin/social_sharing.php:699
631
  #: ../admin/social_sharing.php:1087
632
+ #: ../admin/like_buttons.php:80
633
+ #: ../admin/like_buttons.php:328
634
  msgid "Url of the homepage of your website"
635
  msgstr "A főoldalad Url-je"
636
 
637
  #: ../admin/social_sharing.php:701
638
  #: ../admin/social_sharing.php:1089
639
+ #: ../admin/like_buttons.php:82
640
+ #: ../admin/like_buttons.php:330
641
  msgid "Custom url"
642
  msgstr "Egyedi URL"
643
 
647
  msgstr "Megosztás Url-je"
648
 
649
  #: ../admin/social_sharing.php:716
650
+ #: ../admin/social_login.php:377
651
+ #: ../admin/like_buttons.php:97
652
  msgid "Title"
653
  msgstr "Cím"
654
 
679
 
680
  #: ../admin/social_sharing.php:847
681
  #: ../admin/social_sharing.php:1231
682
+ #: ../admin/like_buttons.php:167
683
+ #: ../admin/like_buttons.php:414
684
  msgid "Horizontal alignment"
685
  msgstr "Függőleges igazítás"
686
 
687
  #: ../admin/social_sharing.php:852
688
+ #: ../admin/like_buttons.php:172
689
  msgid "Center"
690
  msgstr "Középen"
691
 
695
  msgstr "A megosztási felület függőleges igazítása"
696
 
697
  #: ../admin/social_sharing.php:869
698
+ #: ../admin/like_buttons.php:189
699
  msgid "Position with respect to content"
700
  msgstr "Elhelyezés a tartalomhoz képest"
701
 
702
  #: ../admin/social_sharing.php:873
703
+ #: ../admin/like_buttons.php:193
704
  msgid "Top of the content"
705
  msgstr "Tartalom felett"
706
 
707
  #: ../admin/social_sharing.php:875
708
+ #: ../admin/like_buttons.php:195
709
  msgid "Bottom of the content"
710
  msgstr "Tartalom alatt"
711
 
720
 
721
  #: ../admin/social_sharing.php:894
722
  #: ../admin/social_sharing.php:1314
723
+ #: ../admin/social_login.php:658
724
+ #: ../admin/social_login.php:688
725
+ #: ../admin/like_buttons.php:214
726
+ #: ../admin/like_buttons.php:497
727
  msgid "Homepage"
728
  msgstr "Kezdő oldal"
729
 
730
  #: ../admin/social_sharing.php:896
731
  #: ../admin/social_sharing.php:1316
732
+ #: ../admin/like_buttons.php:216
733
+ #: ../admin/like_buttons.php:499
734
  msgid "Posts"
735
  msgstr "Bejegyzések"
736
 
737
  #: ../admin/social_sharing.php:898
738
  #: ../admin/social_sharing.php:1318
739
+ #: ../admin/like_buttons.php:218
740
+ #: ../admin/like_buttons.php:501
741
  msgid "Pages"
742
  msgstr "Oldalak"
743
 
748
 
749
  #: ../admin/social_sharing.php:902
750
  #: ../admin/social_sharing.php:1322
751
+ #: ../admin/like_buttons.php:222
752
+ #: ../admin/like_buttons.php:505
753
  msgid "Category Archives"
754
  msgstr "Kategória Archívum"
755
 
756
  #: ../admin/social_sharing.php:904
757
  #: ../admin/social_sharing.php:1324
758
+ #: ../admin/like_buttons.php:224
759
+ #: ../admin/like_buttons.php:507
760
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
761
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
762
 
763
  #: ../admin/social_sharing.php:920
764
+ #: ../admin/like_buttons.php:240
765
  #, fuzzy
766
  msgid "BuddyPress activity"
767
  msgstr "BuddyPress tevékenység és csoportok"
768
 
769
  #: ../admin/social_sharing.php:922
770
+ #: ../admin/like_buttons.php:243
771
  msgid "BuddyPress group (only at top of content)"
772
  msgstr ""
773
 
774
  #: ../admin/social_sharing.php:928
775
  #: ../admin/social_sharing.php:1346
776
+ #: ../admin/like_buttons.php:250
777
+ #: ../admin/like_buttons.php:528
778
  msgid "BBPress forum"
779
  msgstr "BBPress fórum"
780
 
781
  #: ../admin/social_sharing.php:931
782
  #: ../admin/social_sharing.php:1349
783
+ #: ../admin/like_buttons.php:253
784
+ #: ../admin/like_buttons.php:531
785
  msgid "BBPress topic"
786
  msgstr "BBPress téma"
787
 
788
  #: ../admin/social_sharing.php:934
789
+ #: ../admin/like_buttons.php:256
790
  msgid "BBPress reply"
791
  msgstr "BBPress válasz"
792
 
793
  #: ../admin/social_sharing.php:941
794
+ #: ../admin/like_buttons.php:262
795
  msgid "After individual product at WooCommerce Shop page"
796
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
797
 
798
  #: ../admin/social_sharing.php:944
799
+ #: ../admin/like_buttons.php:265
800
  msgid "WooCommerce Product Page"
801
  msgstr "WooCommerce Termékek"
802
 
803
  #: ../admin/social_sharing.php:947
804
+ #: ../admin/like_buttons.php:268
805
  msgid "WooCommerce Thankyou Page"
806
  msgstr "WooCommerce Thankyou oldal"
807
 
890
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
891
 
892
  #: ../admin/social_sharing.php:1253
893
+ #: ../admin/like_buttons.php:436
894
  msgid "Left offset"
895
  msgstr "Bal margó"
896
 
899
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
900
 
901
  #: ../admin/social_sharing.php:1273
902
+ #: ../admin/like_buttons.php:456
903
  msgid "Right offset"
904
  msgstr "Jobb margó"
905
 
908
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
909
 
910
  #: ../admin/social_sharing.php:1292
911
+ #: ../admin/like_buttons.php:475
912
  msgid "Top offset"
913
  msgstr "Felső margó"
914
 
917
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
918
 
919
  #: ../admin/social_sharing.php:1338
920
+ #: ../admin/like_buttons.php:521
921
  #, fuzzy
922
  msgid "BuddyPress group"
923
  msgstr "BuddyPress profil oldal"
968
  msgstr ""
969
 
970
  #: ../admin/social_sharing.php:1506
971
+ #: ../admin/like_buttons.php:577
972
  msgid "Url shortener"
973
  msgstr "Url rövidítő"
974
 
985
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
986
 
987
  #: ../admin/social_sharing.php:1540
988
+ #: ../admin/like_buttons.php:611
989
  msgid "Master control to enable bit.ly url shortening for sharing"
990
  msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
991
 
992
  #: ../admin/social_sharing.php:1548
993
+ #: ../admin/like_buttons.php:619
994
  msgid "bit.ly username"
995
  msgstr "bit.ly felhasználónév"
996
 
997
  #: ../admin/social_sharing.php:1558
998
+ #: ../admin/like_buttons.php:629
999
  #, php-format
1000
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1001
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
1002
 
1003
  #: ../admin/social_sharing.php:1567
1004
+ #: ../admin/like_buttons.php:638
1005
  msgid "bit.ly API Key"
1006
  msgstr "bit.ly API Key"
1007
 
1008
  #: ../admin/social_sharing.php:1577
1009
+ #: ../admin/like_buttons.php:648
1010
  #, php-format
1011
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1012
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
1013
 
1014
  #: ../admin/social_sharing.php:1586
1015
+ #: ../admin/like_buttons.php:657
1016
  msgid "Clear Bitly Cache"
1017
  msgstr ""
1018
 
1019
  #: ../admin/social_sharing.php:1590
1020
+ #: ../admin/like_buttons.php:661
1021
  #, fuzzy
1022
  msgid "ShortUrl cache cleared successfully."
1023
  msgstr "Fiók kapcsolása sikeres"
1024
 
1025
  #: ../admin/social_sharing.php:1597
1026
+ #: ../admin/like_buttons.php:668
1027
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1028
  msgstr ""
1029
 
1055
  #: ../admin/social_sharing.php:1656
1056
  #: ../admin/social_sharing.php:1662
1057
  #: ../admin/social_commenting.php:311
1058
+ #: ../admin/like_buttons.php:677
1059
+ #: ../admin/like_buttons.php:683
1060
  msgid "Language"
1061
  msgstr "Nyelv"
1062
 
1131
  msgstr ""
1132
 
1133
  #: ../admin/social_sharing.php:1773
1134
+ msgid "Why are Share Counts Not Updating?"
1135
+ msgstr ""
1136
+
1137
+ #: ../admin/social_sharing.php:1774
1138
+ #: ../admin/like_buttons.php:766
1139
+ msgid "Why is there so much space between like buttons?"
1140
  msgstr ""
1141
 
1142
  #: ../admin/social_commenting.php:13
1349
  msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1350
 
1351
  #: ../admin/social_login.php:35
1352
+ #: ../admin/social_login.php:46
1353
  msgid "Basic Configuration"
1354
  msgstr "Alap Beállítások"
1355
 
1356
  #: ../admin/social_login.php:36
1357
+ #, fuzzy
1358
+ msgid "Advanced Configuration"
1359
+ msgstr "Alap Beállítások"
1360
+
1361
+ #: ../admin/social_login.php:38
1362
+ #: ../admin/social_login.php:813
1363
+ msgid "XProfile Integration"
1364
+ msgstr ""
1365
 
1366
+ #: ../admin/social_login.php:53
1367
  msgid "Disable user registration via Social Login"
1368
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1369
 
1370
+ #: ../admin/social_login.php:63
1371
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1372
  msgstr "Miután ezt az opciót, az új felhasználók nem lesznek képesek bejelentkezni a szociális bejelentkezést. Csak meglévő felhasználók képesek lesznek a társadalmi bejelentkezést."
1373
 
1374
+ #: ../admin/social_login.php:72
1375
  #, fuzzy
1376
  msgid "Redirection url"
1377
  msgstr "Átirányítás Belépés után"
1378
 
1379
+ #: ../admin/social_login.php:82
1380
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1381
  msgstr "Felhasználót átirányítja erre az oldalra, miután sikertelen regisztrációs kísérlet útján Szociális Belépés. Megadhatja a url regisztrációs űrlapot, vagy egy oldal bemutatását üzenetet a regisztráció kikapcsolásra keresztül Szociális Belépés."
1382
 
1383
+ #: ../admin/social_login.php:91
1384
  msgid "Select providers"
1385
  msgstr "Válassz szolgáltatókat"
1386
 
1387
+ #: ../admin/social_login.php:96
1388
  msgid "Facebook"
1389
  msgstr "Facebook"
1390
 
1391
+ #: ../admin/social_login.php:100
1392
  msgid "Twitter"
1393
  msgstr "Twitter"
1394
 
1395
+ #: ../admin/social_login.php:104
1396
  msgid "LinkedIn"
1397
  msgstr "LinkedIn"
1398
 
1399
+ #: ../admin/social_login.php:108
1400
  msgid "Google+"
1401
  msgstr "Google+"
1402
 
1403
+ #: ../admin/social_login.php:112
1404
  msgid "Vkontakte"
1405
  msgstr "Vkontakte"
1406
 
1407
+ #: ../admin/social_login.php:116
1408
  msgid "Instagram"
1409
  msgstr "Instagram"
1410
 
1411
+ #: ../admin/social_login.php:120
1412
  msgid "Xing"
1413
  msgstr "Xing"
1414
 
1415
+ #: ../admin/social_login.php:124
1416
+ msgid "Steam"
1417
+ msgstr ""
1418
+
1419
+ #: ../admin/social_login.php:129
1420
+ #, fuzzy
1421
+ msgid "Twitch"
1422
+ msgstr "Twitter"
1423
+
1424
+ #: ../admin/social_login.php:137
1425
  msgid "Select Social ID provider to enable in Social Login"
1426
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1427
 
1428
+ #: ../admin/social_login.php:145
1429
  msgid "Facebook App ID"
1430
  msgstr "Facebook App ID"
1431
 
1432
+ #: ../admin/social_login.php:155
1433
  #, php-format
1434
  msgid "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"
1435
  msgstr "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook App ID beszerzéshez"
1436
 
1437
+ #: ../admin/social_login.php:157
1438
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1439
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1440
 
1441
+ #: ../admin/social_login.php:167
1442
  msgid "Twitter API Key"
1443
  msgstr "Twitter API Key"
1444
 
1445
+ #: ../admin/social_login.php:177
1446
  #, php-format
1447
  msgid "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"
1448
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1449
 
1450
+ #: ../admin/social_login.php:179
1451
+ #: ../admin/social_login.php:201
1452
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1453
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1454
 
1455
+ #: ../admin/social_login.php:189
1456
  msgid "Twitter API Secret"
1457
  msgstr "Twitter API Secret"
1458
 
1459
+ #: ../admin/social_login.php:199
1460
  #, php-format
1461
  msgid "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"
1462
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1463
 
1464
+ #: ../admin/social_login.php:211
1465
  msgid "LinkedIn API Key"
1466
  msgstr "LinkedIn API Key"
1467
 
1468
+ #: ../admin/social_login.php:221
1469
  #, php-format
1470
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1471
  msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1472
 
1473
+ #: ../admin/social_login.php:223
1474
+ #: ../admin/social_login.php:289
1475
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1476
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1477
 
1478
+ #: ../admin/social_login.php:233
1479
  msgid "Google+ Client ID"
1480
  msgstr "Google+ Client ID"
1481
 
1482
+ #: ../admin/social_login.php:243
1483
  #, php-format
1484
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1485
  msgstr "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a GooglePlus Client ID beszerzéshez"
1486
 
1487
+ #: ../admin/social_login.php:245
1488
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1489
  msgstr "Illeszd be a következő url-t a <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> és a <strong>AUTHORIZED REDIRECT URI</strong> mezőbe a fenti linken"
1490
 
1491
+ #: ../admin/social_login.php:255
1492
  msgid "Vkontakte Application ID"
1493
  msgstr "Vkontakte Application ID"
1494
 
1495
+ #: ../admin/social_login.php:265
1496
  #, php-format
1497
  msgid "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"
1498
  msgstr "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte Application ID beszerzéshez"
1499
 
1500
+ #: ../admin/social_login.php:267
1501
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1502
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1503
 
1504
+ #: ../admin/social_login.php:277
1505
  msgid "Instagram Client ID"
1506
  msgstr "Instagram Client ID"
1507
 
1508
+ #: ../admin/social_login.php:287
1509
  #, php-format
1510
  msgid "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"
1511
  msgstr "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az Instagram Client ID beszerzéshez"
1512
 
1513
+ #: ../admin/social_login.php:299
1514
  msgid "Xing Consumer Key"
1515
  msgstr "Xing Consumer Key"
1516
 
1517
+ #: ../admin/social_login.php:309
1518
  #, php-format
1519
  msgid "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"
1520
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1521
 
1522
+ #: ../admin/social_login.php:311
1523
+ #: ../admin/social_login.php:333
1524
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1525
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1526
 
1527
+ #: ../admin/social_login.php:321
1528
  msgid "Xing Consumer Secret"
1529
  msgstr "Xing Consumer Secret"
1530
 
1531
+ #: ../admin/social_login.php:331
1532
  #, php-format
1533
  msgid "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"
1534
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1535
 
1536
+ #: ../admin/social_login.php:343
1537
+ #, fuzzy
1538
+ msgid "Twitch Client ID"
1539
+ msgstr "Instagram Client ID"
1540
 
1541
  #: ../admin/social_login.php:353
1542
+ #, fuzzy, php-format
1543
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1544
+ msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1545
+
1546
+ #: ../admin/social_login.php:355
1547
+ #, fuzzy
1548
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1549
+ msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1550
+
1551
+ #: ../admin/social_login.php:371
1552
+ #, fuzzy
1553
+ msgid "Social Login Options"
1554
+ msgstr "Social Login"
1555
+
1556
+ #: ../admin/social_login.php:387
1557
  msgid "Text to display above the Social Login interface"
1558
  msgstr "Szöveg a Közösségi Belépés felett"
1559
 
1560
+ #: ../admin/social_login.php:396
1561
  msgid "Enable at login page"
1562
  msgstr "Bekapcsolás a belépés oldalon"
1563
 
1564
+ #: ../admin/social_login.php:406
1565
  msgid "Social Login interface will get enabled at the login page of your website"
1566
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1567
 
1568
+ #: ../admin/social_login.php:414
1569
  msgid "Enable at register page"
1570
  msgstr "Bekapcsolás a regisztráció oldalon"
1571
 
1572
+ #: ../admin/social_login.php:424
1573
  msgid "Social Login interface will get enabled at the registration page of your website"
1574
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1575
 
1576
+ #: ../admin/social_login.php:432
1577
  msgid "Enable at comment form"
1578
  msgstr "Bekapcsolás a hozászólásoknál"
1579
 
1580
+ #: ../admin/social_login.php:442
1581
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1582
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1583
 
1584
+ #: ../admin/social_login.php:456
1585
  msgid "Enable before WooCommerce Customer Login Form"
1586
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1587
 
1588
+ #: ../admin/social_login.php:466
1589
  #, fuzzy
1590
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1591
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1592
 
1593
+ #: ../admin/social_login.php:474
1594
  msgid "Enable after WooCommerce Customer Login Form"
1595
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1596
 
1597
+ #: ../admin/social_login.php:484
1598
  #, fuzzy
1599
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1600
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1601
 
1602
+ #: ../admin/social_login.php:492
1603
  #, fuzzy
1604
  msgid "Enable at WooCommerce checkout page"
1605
  msgstr "Bekapcsolás a regisztráció oldalon"
1606
 
1607
+ #: ../admin/social_login.php:502
1608
  #, fuzzy
1609
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1610
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1611
 
1612
+ #: ../admin/social_login.php:513
1613
  msgid "Auto-approve comments made by Social Login users"
1614
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1615
 
1616
+ #: ../admin/social_login.php:523
1617
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1618
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1619
 
1620
+ #: ../admin/social_login.php:524
1621
  msgid "Note: This is not related to Facebook comments"
1622
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1623
 
1624
+ #: ../admin/social_login.php:534
1625
  msgid "Enable social avatar"
1626
  msgstr "Közösségi avatar bekapcsolás"
1627
 
1628
+ #: ../admin/social_login.php:544
1629
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1630
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1631
 
1632
+ #: ../admin/social_login.php:554
1633
  msgid "Avatar quality"
1634
  msgstr " Avatar képminőség"
1635
 
1636
+ #: ../admin/social_login.php:557
1637
  msgid "Average"
1638
  msgstr "Átlagos"
1639
 
1640
+ #: ../admin/social_login.php:558
1641
  msgid "Best"
1642
  msgstr "legjobb"
1643
 
1644
+ #: ../admin/social_login.php:565
1645
  msgid "Choose avatar quality"
1646
  msgstr "Válassz Avatar képminőséget"
1647
 
1648
+ #: ../admin/social_login.php:574
1649
  #, fuzzy
1650
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1651
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1652
 
1653
+ #: ../admin/social_login.php:584
1654
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1655
  msgstr ""
1656
 
1657
+ #: ../admin/social_login.php:605
1658
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1659
  msgstr "Ha be van kapcsolva, és a Közösségi ID szolgáltató nem biztosít e-mail címet a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy véletlenszerű e-mail címet generálunk"
1660
 
1661
+ #: ../admin/social_login.php:614
1662
  msgid "Send username-password after user registration"
1663
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1664
 
1665
+ #: ../admin/social_login.php:624
1666
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1667
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1668
 
1669
+ #: ../admin/social_login.php:633
1670
  msgid "Enable social account linking at BuddyPress profile page"
1671
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1672
 
1673
+ #: ../admin/social_login.php:643
1674
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1675
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1676
 
1677
+ #: ../admin/social_login.php:652
1678
  msgid "Login redirection"
1679
  msgstr "Átirányítás Belépés után"
1680
 
1681
+ #: ../admin/social_login.php:656
1682
  msgid "Same page where user logged in"
1683
  msgstr "Az az oldal, ahol a felhasználó belépett"
1684
 
1685
+ #: ../admin/social_login.php:660
1686
+ #: ../admin/social_login.php:690
1687
  msgid "Account dashboard"
1688
  msgstr "Felhasználói Irányítópult"
1689
 
1690
+ #: ../admin/social_login.php:663
1691
+ #: ../admin/social_login.php:693
1692
  msgid "BuddyPress profile page"
1693
  msgstr "BuddyPress profil oldal"
1694
 
1695
+ #: ../admin/social_login.php:666
1696
+ #: ../admin/social_login.php:696
1697
  msgid "Custom Url"
1698
  msgstr "Egyedi URL"
1699
 
1700
+ #: ../admin/social_login.php:674
1701
  msgid "User will be redirected to the selected page after Social Login"
1702
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1703
 
1704
+ #: ../admin/social_login.php:682
1705
  msgid "Registration redirection"
1706
  msgstr "Átirányítás Regisztráció után"
1707
 
1708
+ #: ../admin/social_login.php:686
1709
  msgid "Same page from where user registered"
1710
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1711
 
1712
+ #: ../admin/social_login.php:704
1713
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1714
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1715
 
1716
+ #: ../admin/social_login.php:712
1717
  msgid "Email popup options"
1718
  msgstr "Email felugró ablak beállítások"
1719
 
1720
+ #: ../admin/social_login.php:718
1721
  msgid "Text on 'Email required' popup"
1722
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1723
 
1724
+ #: ../admin/social_login.php:728
1725
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1726
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1727
 
1728
+ #: ../admin/social_login.php:737
1729
  msgid "Error message for 'Email required' popup"
1730
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1731
 
1732
+ #: ../admin/social_login.php:747
1733
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1734
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1735
 
1736
+ #: ../admin/social_login.php:756
1737
  msgid "Email popup height"
1738
  msgstr "Email felugró ablak magassága"
1739
 
1740
+ #: ../admin/social_login.php:766
1741
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1742
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1743
 
1744
+ #: ../admin/social_login.php:774
1745
  msgid "Enable email verification"
1746
  msgstr "E-mail ellenőrzés bekapcsolása"
1747
 
1748
+ #: ../admin/social_login.php:784
1749
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1750
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1751
 
1752
+ #: ../admin/social_login.php:863
1753
  #, fuzzy
1754
  msgid "Social Login Shortcode & Widget"
1755
  msgstr "Shortcode és Widget"
1756
 
1757
+ #: ../admin/social_login.php:864
1758
  msgid "Social Linking Shortcode"
1759
  msgstr ""
1760
 
1798
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1799
  msgstr "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok használatához "
1800
 
1801
+ #: ../admin/like_buttons.php:48
1802
  #, fuzzy
1803
  msgid "Standard Interface Options"
1804
  msgstr "Vízszintes Megosztási Felület Beállítások"
1805
 
1806
+ #: ../admin/like_buttons.php:54
1807
  #, fuzzy
1808
  msgid "Enable standard interface"
1809
  msgstr "Vízszintes megosztási felület bekapcsolása"
1810
 
1811
+ #: ../admin/like_buttons.php:64
1812
  msgid "Master control to enable horizontal like buttons"
1813
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
1814
 
1815
+ #: ../admin/like_buttons.php:89
1816
+ #: ../admin/like_buttons.php:337
1817
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1818
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1819
 
1820
+ #: ../admin/like_buttons.php:107
1821
  msgid "The text to display above the interface"
1822
  msgstr "Szöveg a megosztási felület fölött"
1823
 
1824
+ #: ../admin/like_buttons.php:115
1825
+ #: ../admin/like_buttons.php:345
1826
  msgid "Select and rearrange providers"
1827
  msgstr "Válassz és rendezz sorba szolgáltatókat"
1828
 
1829
+ #: ../admin/like_buttons.php:159
1830
+ #: ../admin/like_buttons.php:388
1831
  msgid "Select the providers for interface. Drag them to rearrange."
1832
  msgstr "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend változtatáshoz."
1833
 
1834
+ #: ../admin/like_buttons.php:181
1835
+ #: ../admin/like_buttons.php:427
1836
  msgid "Horizontal alignment of the interface"
1837
  msgstr "A megosztási felület vízszintes igazítása"
1838
 
1839
+ #: ../admin/like_buttons.php:202
1840
  msgid "Specify position of the interface with respect to the content"
1841
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1842
 
1843
+ #: ../admin/like_buttons.php:210
1844
+ #: ../admin/like_buttons.php:493
1845
  msgid "Interface location"
1846
  msgstr "Megosztási helyek"
1847
 
1848
+ #: ../admin/like_buttons.php:220
1849
+ #: ../admin/like_buttons.php:503
1850
  msgid "Excerpts"
1851
  msgstr "Kivonatok"
1852
 
1853
+ #: ../admin/like_buttons.php:279
1854
  msgid "Specify the pages where you want to enable interface"
1855
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1856
 
1857
+ #: ../admin/like_buttons.php:296
1858
  msgid "Vertical (Floating) like buttons Options"
1859
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1860
 
1861
+ #: ../admin/like_buttons.php:302
1862
  #, fuzzy
1863
  msgid "Enable floating like buttons"
1864
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1865
 
1866
+ #: ../admin/like_buttons.php:312
1867
  msgid "Master control to enable vertical (floating) counter widget"
1868
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1869
 
1870
+ #: ../admin/like_buttons.php:406
1871
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1872
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
1873
 
1874
+ #: ../admin/like_buttons.php:446
1875
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1876
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1877
 
1878
+ #: ../admin/like_buttons.php:466
1879
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1880
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Negatív értéket is megadhatsz."
1881
 
1882
+ #: ../admin/like_buttons.php:485
1883
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1884
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1885
 
1886
+ #: ../admin/like_buttons.php:541
1887
  msgid "Specify the pages where you want to enable vertical interface"
1888
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
1889
 
1890
+ #: ../admin/like_buttons.php:549
1891
  msgid "Hide like buttons on mobile devices"
1892
  msgstr "Elbújni, mint a gombok a mobil eszközök"
1893
 
1894
+ #: ../admin/like_buttons.php:559
1895
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1896
  msgstr "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a mobileszközökön"
1897
 
1898
+ #: ../admin/like_buttons.php:583
1899
  msgid "Use shortlinks already installed, for tweet button"
1900
  msgstr "Használja shortlinks már telepítve van, a tweet gomb"
1901
 
1902
+ #: ../admin/like_buttons.php:593
1903
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1904
  msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
1905
 
1906
+ #: ../admin/like_buttons.php:601
1907
  msgid "Enable bit.ly url shortener for tweet button"
1908
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
1909
 
1910
+ #: ../admin/like_buttons.php:693
1911
  #, php-format
1912
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1913
  msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához"
1914
 
1915
+ #: ../admin/like_buttons.php:702
1916
  #, fuzzy
1917
  msgid "Twitter Username"
1918
  msgstr "Twitter felhasználónév a megosztásban"
1919
 
1920
+ #: ../admin/like_buttons.php:708
1921
  #, fuzzy
1922
  msgid "Twitter username for Tweet (without @)"
1923
  msgstr "Twitter felhasználónév (@ nélkül)"
1924
 
1925
+ #: ../admin/like_buttons.php:718
1926
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1927
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1928
 
1929
+ #: ../admin/like_buttons.php:727
1930
  #, fuzzy
1931
  msgid "Twitter username for Buffer sharing (without @)"
1932
  msgstr "Twitter felhasználónév (@ nélkül)"
1933
 
1934
+ #: ../admin/like_buttons.php:737
1935
  #, fuzzy
1936
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1937
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1938
 
1939
+ #: ../admin/like_buttons.php:754
1940
  #, fuzzy
1941
  msgid "Like Buttons Shortcode & Widget"
1942
  msgstr "Shortcode és Widget"
1946
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1947
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1948
 
1949
+ #: ../inc/social_sharing.php:710
1950
  msgid "Invalid request"
1951
  msgstr "Hibás kérés"
1952
 
1953
+ #: ../inc/social_sharing.php:717
1954
  msgid "Providers not selected"
1955
  msgstr "Nincs kiválasztott szolgáltató"
1956
 
1957
+ #: ../inc/social_login.php:261
1958
  #, php-format
1959
  msgid "Username: %s"
1960
  msgstr ""
1961
 
1962
+ #: ../inc/social_login.php:262
1963
  #, php-format
1964
  msgid "Password: %s"
1965
  msgstr ""
1966
 
1967
+ #: ../inc/social_login.php:265
1968
  #, php-format
1969
  msgid "[%s] Your username and password"
1970
  msgstr ""
2092
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2093
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
2094
 
2095
+ #~ msgid "Login options"
2096
+ #~ msgstr "Belépési beállítások"
2097
+
2098
  #~ msgid "Horizontal sharing"
2099
  #~ msgstr "Vízszintes megosztás"
2100
 
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: 2016-02-05 18:29+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -16,72 +16,72 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Immetti esattamente il seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto 3 %s)"
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare questo, potrebbe essere necessario contattare l'amministratore del server."
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo account"
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Notifiche"
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Email Obbligatoria"
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Per favore, per completare la registrazione, controlla la tua casella di posta elettronica."
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, per aprire"
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Lascia un commento"
56
 
57
- #: ../super_socializer.php:711
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:711
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  msgid "General Options"
66
  msgstr "Opzioni Generali"
67
 
68
- #: ../super_socializer.php:772
69
  msgid "Super Socializer - Social Avatar"
70
  msgstr "Super Socializer - Social Avatar"
71
 
72
- #: ../super_socializer.php:775
73
  msgid "Small Avatar Url"
74
  msgstr "Url Avatar Piccolo"
75
 
76
- #: ../super_socializer.php:780
77
  msgid "Large Avatar Url"
78
  msgstr "URL Avatar Grande"
79
 
80
- #: ../super_socializer.php:847
81
  msgid "Email you entered is already registered or invalid"
82
  msgstr "La email inserita è già registrata o non è valida"
83
 
84
- #: ../super_socializer.php:851
85
  msgid "Please enter a valid email address. You might be required to verify it"
86
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
87
 
@@ -197,10 +197,10 @@ msgstr "URL Avatar Grande"
197
 
198
  #: ../helper.php:894
199
  #: ../admin/general_options.php:89
200
- #: ../admin/social_sharing.php:1784
201
  #: ../admin/social_commenting.php:464
202
- #: ../admin/social_login.php:778
203
- #: ../admin/like_buttons.php:764
204
  msgid "Save Changes"
205
  msgstr "Salva le modifiche"
206
 
@@ -348,10 +348,10 @@ msgstr ""
348
  #: ../admin/social_sharing.php:39
349
  #: ../admin/social_sharing.php:1731
350
  #: ../admin/social_sharing.php:1733
351
- #: ../admin/social_login.php:37
352
- #: ../admin/social_login.php:764
353
  #: ../admin/like_buttons.php:40
354
- #: ../admin/like_buttons.php:751
355
  msgid "Shortcode & Widget"
356
  msgstr "Shortcode & Widget"
357
 
@@ -363,6 +363,8 @@ msgstr "Risoluzione dei problemi"
363
  #: ../admin/social_sharing.php:1762
364
  #: ../admin/social_commenting.php:36
365
  #: ../admin/social_commenting.php:452
 
 
366
  msgid "FAQ"
367
  msgstr "FAQ"
368
 
@@ -483,7 +485,7 @@ msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background
483
  #: ../admin/social_sharing.php:273
484
  #: ../admin/social_sharing.php:581
485
  #: ../admin/social_sharing.php:1213
486
- #: ../admin/like_buttons.php:395
487
  msgid "Background Color"
488
  msgstr "Colore Background"
489
 
@@ -534,8 +536,8 @@ msgstr ""
534
  #: ../admin/social_sharing.php:630
535
  #: ../admin/social_sharing.php:851
536
  #: ../admin/social_sharing.php:1235
537
- #: ../admin/like_buttons.php:170
538
- #: ../admin/like_buttons.php:417
539
  msgid "Left"
540
  msgstr "Sinistra"
541
 
@@ -548,8 +550,8 @@ msgstr ""
548
  #: ../admin/social_sharing.php:634
549
  #: ../admin/social_sharing.php:853
550
  #: ../admin/social_sharing.php:1236
551
- #: ../admin/like_buttons.php:172
552
- #: ../admin/like_buttons.php:418
553
  msgid "Right"
554
  msgstr "Destra"
555
 
@@ -607,29 +609,29 @@ msgstr "Controllo Principale per abilitare l'interfaccia orizzontale"
607
 
608
  #: ../admin/social_sharing.php:693
609
  #: ../admin/social_sharing.php:1081
610
- #: ../admin/like_buttons.php:73
611
- #: ../admin/like_buttons.php:321
612
  msgid "Target Url"
613
  msgstr "URL di destinazione"
614
 
615
  #: ../admin/social_sharing.php:697
616
  #: ../admin/social_sharing.php:1085
617
- #: ../admin/like_buttons.php:77
618
- #: ../admin/like_buttons.php:325
619
  msgid "Url of the webpage where icons are located (default)"
620
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
621
 
622
  #: ../admin/social_sharing.php:699
623
  #: ../admin/social_sharing.php:1087
624
- #: ../admin/like_buttons.php:79
625
- #: ../admin/like_buttons.php:327
626
  msgid "Url of the homepage of your website"
627
  msgstr "Url della homepage del tuo sito web"
628
 
629
  #: ../admin/social_sharing.php:701
630
  #: ../admin/social_sharing.php:1089
631
- #: ../admin/like_buttons.php:81
632
- #: ../admin/like_buttons.php:329
633
  msgid "Custom url"
634
  msgstr "Url personalizzata"
635
 
@@ -639,8 +641,8 @@ msgid "Url to share"
639
  msgstr "Url per condividere"
640
 
641
  #: ../admin/social_sharing.php:716
642
- #: ../admin/social_login.php:343
643
- #: ../admin/like_buttons.php:96
644
  msgid "Title"
645
  msgstr "Titolo"
646
 
@@ -671,13 +673,13 @@ msgstr ""
671
 
672
  #: ../admin/social_sharing.php:847
673
  #: ../admin/social_sharing.php:1231
674
- #: ../admin/like_buttons.php:166
675
- #: ../admin/like_buttons.php:413
676
  msgid "Horizontal alignment"
677
  msgstr "Allineamento orizzontale"
678
 
679
  #: ../admin/social_sharing.php:852
680
- #: ../admin/like_buttons.php:171
681
  msgid "Center"
682
  msgstr "centro"
683
 
@@ -687,17 +689,17 @@ msgid "Horizontal alignment of the sharing interface"
687
  msgstr "Allineamento orizzontale della interfaccia sharing"
688
 
689
  #: ../admin/social_sharing.php:869
690
- #: ../admin/like_buttons.php:188
691
  msgid "Position with respect to content"
692
  msgstr "Posizione rispetto al contenuto"
693
 
694
  #: ../admin/social_sharing.php:873
695
- #: ../admin/like_buttons.php:192
696
  msgid "Top of the content"
697
  msgstr "Parte superiore del contenuto"
698
 
699
  #: ../admin/social_sharing.php:875
700
- #: ../admin/like_buttons.php:194
701
  msgid "Bottom of the content"
702
  msgstr "Parte inferiore del contenuto"
703
 
@@ -712,24 +714,24 @@ msgstr ""
712
 
713
  #: ../admin/social_sharing.php:894
714
  #: ../admin/social_sharing.php:1314
715
- #: ../admin/social_login.php:624
716
- #: ../admin/social_login.php:654
717
- #: ../admin/like_buttons.php:213
718
- #: ../admin/like_buttons.php:496
719
  msgid "Homepage"
720
  msgstr "Homepage"
721
 
722
  #: ../admin/social_sharing.php:896
723
  #: ../admin/social_sharing.php:1316
724
- #: ../admin/like_buttons.php:215
725
- #: ../admin/like_buttons.php:498
726
  msgid "Posts"
727
  msgstr "Post"
728
 
729
  #: ../admin/social_sharing.php:898
730
  #: ../admin/social_sharing.php:1318
731
- #: ../admin/like_buttons.php:217
732
- #: ../admin/like_buttons.php:500
733
  msgid "Pages"
734
  msgstr "Pagine"
735
 
@@ -740,60 +742,60 @@ msgstr "Estratti (in homepage)"
740
 
741
  #: ../admin/social_sharing.php:902
742
  #: ../admin/social_sharing.php:1322
743
- #: ../admin/like_buttons.php:221
744
- #: ../admin/like_buttons.php:504
745
  msgid "Category Archives"
746
  msgstr "Archivi di categorie"
747
 
748
  #: ../admin/social_sharing.php:904
749
  #: ../admin/social_sharing.php:1324
750
- #: ../admin/like_buttons.php:223
751
- #: ../admin/like_buttons.php:506
752
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
753
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
754
 
755
  #: ../admin/social_sharing.php:920
756
- #: ../admin/like_buttons.php:239
757
  #, fuzzy
758
  msgid "BuddyPress activity"
759
  msgstr "Attività BuddyPress e gruppi"
760
 
761
  #: ../admin/social_sharing.php:922
762
- #: ../admin/like_buttons.php:242
763
  msgid "BuddyPress group (only at top of content)"
764
  msgstr ""
765
 
766
  #: ../admin/social_sharing.php:928
767
  #: ../admin/social_sharing.php:1346
768
- #: ../admin/like_buttons.php:249
769
- #: ../admin/like_buttons.php:527
770
  msgid "BBPress forum"
771
  msgstr ""
772
 
773
  #: ../admin/social_sharing.php:931
774
  #: ../admin/social_sharing.php:1349
775
- #: ../admin/like_buttons.php:252
776
- #: ../admin/like_buttons.php:530
777
  msgid "BBPress topic"
778
  msgstr "Argomento BBPress"
779
 
780
  #: ../admin/social_sharing.php:934
781
- #: ../admin/like_buttons.php:255
782
  msgid "BBPress reply"
783
  msgstr "Risposta BBPress"
784
 
785
  #: ../admin/social_sharing.php:941
786
- #: ../admin/like_buttons.php:261
787
  msgid "After individual product at WooCommerce Shop page"
788
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
789
 
790
  #: ../admin/social_sharing.php:944
791
- #: ../admin/like_buttons.php:264
792
  msgid "WooCommerce Product Page"
793
  msgstr "WooCommerce Pagina Prodotto"
794
 
795
  #: ../admin/social_sharing.php:947
796
- #: ../admin/like_buttons.php:267
797
  msgid "WooCommerce Thankyou Page"
798
  msgstr "WooCommerce Pagina Thankyou"
799
 
@@ -880,7 +882,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
880
  msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
881
 
882
  #: ../admin/social_sharing.php:1253
883
- #: ../admin/like_buttons.php:435
884
  msgid "Left offset"
885
  msgstr "Left offset"
886
 
@@ -889,7 +891,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
889
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra. Il Numero può anche essere negativo."
890
 
891
  #: ../admin/social_sharing.php:1273
892
- #: ../admin/like_buttons.php:455
893
  msgid "Right offset"
894
  msgstr "Right offset"
895
 
@@ -898,7 +900,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
898
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra.Il Numero può anche essere negativo."
899
 
900
  #: ../admin/social_sharing.php:1292
901
- #: ../admin/like_buttons.php:474
902
  msgid "Top offset"
903
  msgstr "Top offset"
904
 
@@ -907,7 +909,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
907
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
908
 
909
  #: ../admin/social_sharing.php:1338
910
- #: ../admin/like_buttons.php:520
911
  #, fuzzy
912
  msgid "BuddyPress group"
913
  msgstr "Pagina di profilo BuddyPress"
@@ -958,7 +960,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
958
  msgstr ""
959
 
960
  #: ../admin/social_sharing.php:1506
961
- #: ../admin/like_buttons.php:576
962
  msgid "Url shortener"
963
  msgstr "Url shortener"
964
 
@@ -975,45 +977,45 @@ msgid "Enable bit.ly url shortener for sharing"
975
  msgstr "Abilita bit.ly url shortener per lo sharing"
976
 
977
  #: ../admin/social_sharing.php:1540
978
- #: ../admin/like_buttons.php:610
979
  msgid "Master control to enable bit.ly url shortening for sharing"
980
  msgstr "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
981
 
982
  #: ../admin/social_sharing.php:1548
983
- #: ../admin/like_buttons.php:618
984
  msgid "bit.ly username"
985
  msgstr "bit.ly username"
986
 
987
  #: ../admin/social_sharing.php:1558
988
- #: ../admin/like_buttons.php:628
989
  #, php-format
990
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
991
  msgstr "Per ottenere il vostro username accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
992
 
993
  #: ../admin/social_sharing.php:1567
994
- #: ../admin/like_buttons.php:637
995
  msgid "bit.ly API Key"
996
  msgstr "bit.ly API Key"
997
 
998
  #: ../admin/social_sharing.php:1577
999
- #: ../admin/like_buttons.php:647
1000
  #, php-format
1001
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1002
  msgstr "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
1003
 
1004
  #: ../admin/social_sharing.php:1586
1005
- #: ../admin/like_buttons.php:656
1006
  msgid "Clear Bitly Cache"
1007
  msgstr ""
1008
 
1009
  #: ../admin/social_sharing.php:1590
1010
- #: ../admin/like_buttons.php:660
1011
  #, fuzzy
1012
  msgid "ShortUrl cache cleared successfully."
1013
  msgstr "Account collegato correttamente"
1014
 
1015
  #: ../admin/social_sharing.php:1597
1016
- #: ../admin/like_buttons.php:667
1017
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1018
  msgstr ""
1019
 
@@ -1045,8 +1047,8 @@ msgstr ""
1045
  #: ../admin/social_sharing.php:1656
1046
  #: ../admin/social_sharing.php:1662
1047
  #: ../admin/social_commenting.php:311
1048
- #: ../admin/like_buttons.php:676
1049
- #: ../admin/like_buttons.php:682
1050
  msgid "Language"
1051
  msgstr "Lingua"
1052
 
@@ -1121,7 +1123,12 @@ msgid "How to hide arrow after floating sharing bar?"
1121
  msgstr ""
1122
 
1123
  #: ../admin/social_sharing.php:1773
1124
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1125
  msgstr ""
1126
 
1127
  #: ../admin/social_commenting.php:13
@@ -1328,376 +1335,407 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1328
  msgstr "Controllo Principale per Social Login. Dev'essere abilitato per attivare le funzionalitá di Social Login"
1329
 
1330
  #: ../admin/social_login.php:35
1331
- #: ../admin/social_login.php:43
1332
  msgid "Basic Configuration"
1333
  msgstr "Configurazione di Base"
1334
 
1335
  #: ../admin/social_login.php:36
1336
- msgid "Social Login"
1337
- msgstr "Social Login"
 
 
 
 
 
 
1338
 
1339
- #: ../admin/social_login.php:50
1340
  msgid "Disable user registration via Social Login"
1341
  msgstr "Disabilitare la registrazione degli utenti attraverso i social login"
1342
 
1343
- #: ../admin/social_login.php:60
1344
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1345
  msgstr "Dopo l'attivazione di questa opzione, i nuovi utenti non saranno in grado di accedere tramite login sociale. Solo gli utenti esistenti potranno login sociale."
1346
 
1347
- #: ../admin/social_login.php:69
1348
  #, fuzzy
1349
  msgid "Redirection url"
1350
  msgstr "Reindirizzamento Login"
1351
 
1352
- #: ../admin/social_login.php:79
1353
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1354
  msgstr "Utente verrà reindirizzato a questa pagina dopo tentativo di registrazione infruttuoso via Sociale Login. È possibile specificare l'URL del modulo di registrazione o di un messaggio di pagina che mostra in materia di registrazione disabile attraverso Sociale Login."
1355
 
1356
- #: ../admin/social_login.php:88
1357
  msgid "Select providers"
1358
  msgstr "Scelta Providers"
1359
 
1360
- #: ../admin/social_login.php:93
1361
  msgid "Facebook"
1362
  msgstr "Facebook"
1363
 
1364
- #: ../admin/social_login.php:97
1365
  msgid "Twitter"
1366
  msgstr "Twitter"
1367
 
1368
- #: ../admin/social_login.php:101
1369
  msgid "LinkedIn"
1370
  msgstr "LinkedIn"
1371
 
1372
- #: ../admin/social_login.php:105
1373
  msgid "Google+"
1374
  msgstr "Google+"
1375
 
1376
- #: ../admin/social_login.php:109
1377
  msgid "Vkontakte"
1378
  msgstr "Vkontakte"
1379
 
1380
- #: ../admin/social_login.php:113
1381
  msgid "Instagram"
1382
  msgstr "Instagram"
1383
 
1384
- #: ../admin/social_login.php:117
1385
  msgid "Xing"
1386
  msgstr ""
1387
 
1388
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1389
  msgid "Select Social ID provider to enable in Social Login"
1390
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1391
 
1392
- #: ../admin/social_login.php:133
1393
  msgid "Facebook App ID"
1394
  msgstr "Facebook App ID"
1395
 
1396
- #: ../admin/social_login.php:143
1397
  #, php-format
1398
  msgid "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"
1399
  msgstr "Necessario per far funzionare Facebook Social Login. Per ottenere la Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1400
 
1401
- #: ../admin/social_login.php:145
1402
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1403
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1404
 
1405
- #: ../admin/social_login.php:155
1406
  msgid "Twitter API Key"
1407
  msgstr "Twitter API Key"
1408
 
1409
- #: ../admin/social_login.php:165
1410
  #, php-format
1411
  msgid "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"
1412
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a>"
1413
 
1414
- #: ../admin/social_login.php:167
1415
- #: ../admin/social_login.php:189
1416
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1417
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> al link indicato"
1418
 
1419
- #: ../admin/social_login.php:177
1420
  msgid "Twitter API Secret"
1421
  msgstr "Twitter API Secret"
1422
 
1423
- #: ../admin/social_login.php:187
1424
  #, php-format
1425
  msgid "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"
1426
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1427
 
1428
- #: ../admin/social_login.php:199
1429
  msgid "LinkedIn API Key"
1430
  msgstr "LinkedIn API Key"
1431
 
1432
- #: ../admin/social_login.php:209
1433
  #, php-format
1434
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1435
  msgstr "Necessario per far funzionare LinkedIn Social Login. Per ottenere la LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1436
 
1437
- #: ../admin/social_login.php:211
1438
- #: ../admin/social_login.php:277
1439
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1440
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1441
 
1442
- #: ../admin/social_login.php:221
1443
  msgid "Google+ Client ID"
1444
  msgstr "Google+ Client ID"
1445
 
1446
- #: ../admin/social_login.php:231
1447
  #, php-format
1448
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1449
  msgstr "Necessario per far funzionare GooglePlus Social Login. Per ottenere il GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1450
 
1451
- #: ../admin/social_login.php:233
1452
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1453
  msgstr "Incolla la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1454
 
1455
- #: ../admin/social_login.php:243
1456
  msgid "Vkontakte Application ID"
1457
  msgstr "Vkontakte App ID"
1458
 
1459
- #: ../admin/social_login.php:253
1460
  #, php-format
1461
  msgid "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"
1462
  msgstr "Necessario per far funzionare Vkontakte Social Login. Per ottenere la Vkontakte Application ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1463
 
1464
- #: ../admin/social_login.php:255
1465
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1466
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1467
 
1468
- #: ../admin/social_login.php:265
1469
  msgid "Instagram Client ID"
1470
  msgstr "Instagram Client ID"
1471
 
1472
- #: ../admin/social_login.php:275
1473
  #, php-format
1474
  msgid "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"
1475
  msgstr "Necessario per far funzionare Instagram Social Login. Per ottenere l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1476
 
1477
- #: ../admin/social_login.php:287
1478
  msgid "Xing Consumer Key"
1479
  msgstr ""
1480
 
1481
- #: ../admin/social_login.php:297
1482
  #, php-format
1483
  msgid "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"
1484
  msgstr "Necessario per far funzionare Xing Social Login. Per ottenere la Xing Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1485
 
1486
- #: ../admin/social_login.php:299
1487
- #: ../admin/social_login.php:321
1488
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1489
  msgstr "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1490
 
1491
- #: ../admin/social_login.php:309
1492
  msgid "Xing Consumer Secret"
1493
  msgstr ""
1494
 
1495
- #: ../admin/social_login.php:319
1496
  #, php-format
1497
  msgid "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"
1498
  msgstr "Necessario per far funzionare Xing Social Login to work. per ottenere la Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1499
 
1500
- #: ../admin/social_login.php:337
1501
- msgid "Login options"
1502
- msgstr "Opzioni di Login"
 
1503
 
1504
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1505
  msgid "Text to display above the Social Login interface"
1506
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1507
 
1508
- #: ../admin/social_login.php:362
1509
  msgid "Enable at login page"
1510
  msgstr "Attiva nella pagina di Login"
1511
 
1512
- #: ../admin/social_login.php:372
1513
  msgid "Social Login interface will get enabled at the login page of your website"
1514
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1515
 
1516
- #: ../admin/social_login.php:380
1517
  msgid "Enable at register page"
1518
  msgstr "Abilita nella pagina di registrazione"
1519
 
1520
- #: ../admin/social_login.php:390
1521
  msgid "Social Login interface will get enabled at the registration page of your website"
1522
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1523
 
1524
- #: ../admin/social_login.php:398
1525
  msgid "Enable at comment form"
1526
  msgstr "Attiva nel form dei commenti"
1527
 
1528
- #: ../admin/social_login.php:408
1529
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1530
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1531
 
1532
- #: ../admin/social_login.php:422
1533
  msgid "Enable before WooCommerce Customer Login Form"
1534
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1535
 
1536
- #: ../admin/social_login.php:432
1537
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1538
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, prima del Form di Login."
1539
 
1540
- #: ../admin/social_login.php:440
1541
  msgid "Enable after WooCommerce Customer Login Form"
1542
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
1543
 
1544
- #: ../admin/social_login.php:450
1545
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1546
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, dopo il Form di Login."
1547
 
1548
- #: ../admin/social_login.php:458
1549
  msgid "Enable at WooCommerce checkout page"
1550
  msgstr "Abilita nella pagina checkout di WooCommerce"
1551
 
1552
- #: ../admin/social_login.php:468
1553
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1554
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1555
 
1556
- #: ../admin/social_login.php:479
1557
  msgid "Auto-approve comments made by Social Login users"
1558
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1559
 
1560
- #: ../admin/social_login.php:489
1561
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1562
  msgstr "Se questa opzione é attivata, e i commenti WordPress sono fatti da utenti che hanno avuto accesso tramite Social Login, il commento sará approvato immediatamente senza nessuna possibilitá di moderazione."
1563
 
1564
- #: ../admin/social_login.php:490
1565
  msgid "Note: This is not related to Facebook comments"
1566
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
1567
 
1568
- #: ../admin/social_login.php:500
1569
  msgid "Enable social avatar"
1570
  msgstr "Abilita Avatar"
1571
 
1572
- #: ../admin/social_login.php:510
1573
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1574
  msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1575
 
1576
- #: ../admin/social_login.php:520
1577
  msgid "Avatar quality"
1578
  msgstr "Qualità Avatar"
1579
 
1580
- #: ../admin/social_login.php:523
1581
  msgid "Average"
1582
  msgstr "Media"
1583
 
1584
- #: ../admin/social_login.php:524
1585
  msgid "Best"
1586
  msgstr "Migliore"
1587
 
1588
- #: ../admin/social_login.php:531
1589
  msgid "Choose avatar quality"
1590
  msgstr "Scelta qualità Avatar"
1591
 
1592
- #: ../admin/social_login.php:540
1593
  #, fuzzy
1594
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1595
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1596
 
1597
- #: ../admin/social_login.php:550
1598
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1599
  msgstr ""
1600
 
1601
- #: ../admin/social_login.php:571
1602
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1603
  msgstr "Se questa opzione é abilitata e il Social ID provider non da informazioni sull'email dell'utente durante la login, verrà chiesto all'utente di completare questa informazione. In caso contrario, sará generata una email fittizia"
1604
 
1605
- #: ../admin/social_login.php:580
1606
  msgid "Send username-password after user registration"
1607
  msgstr "Invia username-password dopo la registrazione dell'utente"
1608
 
1609
- #: ../admin/social_login.php:590
1610
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1611
  msgstr "Se questa opzione è abilitata, dopo la registrazione attraverso Social Login, sará inviata all'utente una email con le informazioni necessarie per accedere attraverso il metodo tradizionale (codice d'accesso e password)"
1612
 
1613
- #: ../admin/social_login.php:599
1614
  msgid "Enable social account linking at BuddyPress profile page"
1615
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
1616
 
1617
- #: ../admin/social_login.php:609
1618
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1619
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1620
 
1621
- #: ../admin/social_login.php:618
1622
  msgid "Login redirection"
1623
  msgstr "Reindirizzamento Login"
1624
 
1625
- #: ../admin/social_login.php:622
1626
  msgid "Same page where user logged in"
1627
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1628
 
1629
- #: ../admin/social_login.php:626
1630
- #: ../admin/social_login.php:656
1631
  msgid "Account dashboard"
1632
  msgstr "Pannello Account"
1633
 
1634
- #: ../admin/social_login.php:629
1635
- #: ../admin/social_login.php:659
1636
  msgid "BuddyPress profile page"
1637
  msgstr "Pagina di profilo BuddyPress"
1638
 
1639
- #: ../admin/social_login.php:632
1640
- #: ../admin/social_login.php:662
1641
  msgid "Custom Url"
1642
  msgstr "Url personalizzata"
1643
 
1644
- #: ../admin/social_login.php:640
1645
  msgid "User will be redirected to the selected page after Social Login"
1646
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1647
 
1648
- #: ../admin/social_login.php:648
1649
  msgid "Registration redirection"
1650
  msgstr "Reindirizzamento Registratione"
1651
 
1652
- #: ../admin/social_login.php:652
1653
  msgid "Same page from where user registered"
1654
  msgstr "La stessa pagina dove l'utente si è registrato"
1655
 
1656
- #: ../admin/social_login.php:670
1657
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1658
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1659
 
1660
- #: ../admin/social_login.php:678
1661
  msgid "Email popup options"
1662
  msgstr "Opzioni del popup 'Email Obbligatoria'"
1663
 
1664
- #: ../admin/social_login.php:684
1665
  msgid "Text on 'Email required' popup"
1666
  msgstr "Testo del pop-up"
1667
 
1668
- #: ../admin/social_login.php:694
1669
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1670
  msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1671
 
1672
- #: ../admin/social_login.php:703
1673
  msgid "Error message for 'Email required' popup"
1674
  msgstr "Messaggio d'errore"
1675
 
1676
- #: ../admin/social_login.php:713
1677
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1678
  msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1679
 
1680
- #: ../admin/social_login.php:722
1681
  msgid "Email popup height"
1682
  msgstr "Altezza pop-up Email"
1683
 
1684
- #: ../admin/social_login.php:732
1685
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1686
  msgstr "Se state vedendo la barra di scorrimento verticale nel pop-up \"Email Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in questa opzione. Lasciare vuoto per l'impostazione predefinita."
1687
 
1688
- #: ../admin/social_login.php:740
1689
  msgid "Enable email verification"
1690
  msgstr "Abilita verifica email"
1691
 
1692
- #: ../admin/social_login.php:750
1693
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1694
  msgstr "Se questa opzione è abilitata, l'indirizzo e-mail fornito dall'utente varrà verificato mediante l'invio di un link all' indirizzo e-mail specificato. L'utente non potrà accedere senza aver effettuato la procedura di verifica."
1695
 
1696
- #: ../admin/social_login.php:766
1697
  msgid "Social Login Shortcode & Widget"
1698
  msgstr "Shortcode & Widget"
1699
 
1700
- #: ../admin/social_login.php:767
1701
  msgid "Social Linking Shortcode"
1702
  msgstr ""
1703
 
@@ -1741,141 +1779,141 @@ msgstr "Attiva Pulsanti Mi-Piace"
1741
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1742
  msgstr "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per attivare le funzionalitá dei pulsanti Mi-Piace"
1743
 
1744
- #: ../admin/like_buttons.php:47
1745
  #, fuzzy
1746
  msgid "Standard Interface Options"
1747
  msgstr "Opzioni Interfaccia Orizzontale"
1748
 
1749
- #: ../admin/like_buttons.php:53
1750
  #, fuzzy
1751
  msgid "Enable standard interface"
1752
  msgstr "Abilita interfaccia orizzontale"
1753
 
1754
- #: ../admin/like_buttons.php:63
1755
  msgid "Master control to enable horizontal like buttons"
1756
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
1757
 
1758
- #: ../admin/like_buttons.php:88
1759
- #: ../admin/like_buttons.php:336
1760
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1761
  msgstr "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
1762
 
1763
- #: ../admin/like_buttons.php:106
1764
  msgid "The text to display above the interface"
1765
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1766
 
1767
- #: ../admin/like_buttons.php:114
1768
- #: ../admin/like_buttons.php:344
1769
  msgid "Select and rearrange providers"
1770
  msgstr "Seleziona e riorganizza i provider"
1771
 
1772
- #: ../admin/like_buttons.php:158
1773
- #: ../admin/like_buttons.php:387
1774
  msgid "Select the providers for interface. Drag them to rearrange."
1775
  msgstr "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
1776
 
1777
- #: ../admin/like_buttons.php:180
1778
- #: ../admin/like_buttons.php:426
1779
  msgid "Horizontal alignment of the interface"
1780
  msgstr "Allineamento orizzontale dell'interfaccia"
1781
 
1782
- #: ../admin/like_buttons.php:201
1783
  msgid "Specify position of the interface with respect to the content"
1784
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1785
 
1786
- #: ../admin/like_buttons.php:209
1787
- #: ../admin/like_buttons.php:492
1788
  msgid "Interface location"
1789
  msgstr "Posizione Interfaccia"
1790
 
1791
- #: ../admin/like_buttons.php:219
1792
- #: ../admin/like_buttons.php:502
1793
  msgid "Excerpts"
1794
  msgstr "Estratti"
1795
 
1796
- #: ../admin/like_buttons.php:278
1797
  msgid "Specify the pages where you want to enable interface"
1798
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1799
 
1800
- #: ../admin/like_buttons.php:295
1801
  msgid "Vertical (Floating) like buttons Options"
1802
  msgstr "Opzioni Pulsanti Verticali (Floating)"
1803
 
1804
- #: ../admin/like_buttons.php:301
1805
  #, fuzzy
1806
  msgid "Enable floating like buttons"
1807
  msgstr "Abilita pulsanti verticali Mi-Piace (floating)"
1808
 
1809
- #: ../admin/like_buttons.php:311
1810
  msgid "Master control to enable vertical (floating) counter widget"
1811
  msgstr "Controllo Principale per abilitare il counter widget verticale (floating)"
1812
 
1813
- #: ../admin/like_buttons.php:405
1814
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1815
  msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1816
 
1817
- #: ../admin/like_buttons.php:445
1818
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1819
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può anche essere negativo."
1820
 
1821
- #: ../admin/like_buttons.php:465
1822
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1823
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può anche essere negativo."
1824
 
1825
- #: ../admin/like_buttons.php:484
1826
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1827
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1828
 
1829
- #: ../admin/like_buttons.php:540
1830
  msgid "Specify the pages where you want to enable vertical interface"
1831
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
1832
 
1833
- #: ../admin/like_buttons.php:548
1834
  msgid "Hide like buttons on mobile devices"
1835
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
1836
 
1837
- #: ../admin/like_buttons.php:558
1838
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1839
  msgstr "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno sui dispositivi mobili"
1840
 
1841
- #: ../admin/like_buttons.php:582
1842
  msgid "Use shortlinks already installed, for tweet button"
1843
  msgstr "Per pulsante Tweet, utilizza shortlinks già installati."
1844
 
1845
- #: ../admin/like_buttons.php:592
1846
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1847
  msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno plugin shortening"
1848
 
1849
- #: ../admin/like_buttons.php:600
1850
  msgid "Enable bit.ly url shortener for tweet button"
1851
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
1852
 
1853
- #: ../admin/like_buttons.php:692
1854
  #, php-format
1855
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1856
  msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1857
 
1858
- #: ../admin/like_buttons.php:701
1859
  msgid "Twitter Username"
1860
  msgstr "Twitter Username"
1861
 
1862
- #: ../admin/like_buttons.php:707
1863
  msgid "Twitter username for Tweet (without @)"
1864
  msgstr "Username Twitter per Tweet (senza @)"
1865
 
1866
- #: ../admin/like_buttons.php:717
1867
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1868
  msgstr "La username fornita viene aggiunta dopo il contenuto del tweet come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1869
 
1870
- #: ../admin/like_buttons.php:726
1871
  msgid "Twitter username for Buffer sharing (without @)"
1872
  msgstr "Username Twitter per Buffer sharing (senza @)"
1873
 
1874
- #: ../admin/like_buttons.php:736
1875
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1876
  msgstr "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1877
 
1878
- #: ../admin/like_buttons.php:753
1879
  msgid "Like Buttons Shortcode & Widget"
1880
  msgstr "Pulsanti Shortcode & Widget"
1881
 
@@ -1883,25 +1921,25 @@ msgstr "Pulsanti Shortcode & Widget"
1883
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1884
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1885
 
1886
- #: ../inc/social_sharing.php:709
1887
  msgid "Invalid request"
1888
  msgstr "Domanda non valida"
1889
 
1890
- #: ../inc/social_sharing.php:716
1891
  msgid "Providers not selected"
1892
  msgstr "Providers non selezionati"
1893
 
1894
- #: ../inc/social_login.php:232
1895
  #, php-format
1896
  msgid "Username: %s"
1897
  msgstr "Nome utente: %s"
1898
 
1899
- #: ../inc/social_login.php:233
1900
  #, php-format
1901
  msgid "Password: %s"
1902
  msgstr "Password: %s"
1903
 
1904
- #: ../inc/social_login.php:236
1905
  #, php-format
1906
  msgid "[%s] Your username and password"
1907
  msgstr "[%s] Il tuo nome utente e password"
@@ -2024,6 +2062,9 @@ msgstr "Vertical floating like buttons widget. Lascia condividire/like agli uten
2024
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2025
  msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
2026
 
 
 
 
2027
  #~ msgid "Horizontal sharing"
2028
  #~ msgstr "Sharing Orizzontale"
2029
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:34+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:34+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.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:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Immetti esattamente il seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto 3 %s)"
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare questo, potrebbe essere necessario contattare l'amministratore del server."
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo account"
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr "Notifiche"
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr "Email Obbligatoria"
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Per favore, per completare la registrazione, controlla la tua casella di posta elettronica."
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, per aprire"
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr "Lascia un commento"
56
 
57
+ #: ../super_socializer.php:815
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Login"
61
 
62
+ #: ../super_socializer.php:815
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  msgid "General Options"
66
  msgstr "Opzioni Generali"
67
 
68
+ #: ../super_socializer.php:876
69
  msgid "Super Socializer - Social Avatar"
70
  msgstr "Super Socializer - Social Avatar"
71
 
72
+ #: ../super_socializer.php:879
73
  msgid "Small Avatar Url"
74
  msgstr "Url Avatar Piccolo"
75
 
76
+ #: ../super_socializer.php:884
77
  msgid "Large Avatar Url"
78
  msgstr "URL Avatar Grande"
79
 
80
+ #: ../super_socializer.php:951
81
  msgid "Email you entered is already registered or invalid"
82
  msgstr "La email inserita è già registrata o non è valida"
83
 
84
+ #: ../super_socializer.php:955
85
  msgid "Please enter a valid email address. You might be required to verify it"
86
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
87
 
197
 
198
  #: ../helper.php:894
199
  #: ../admin/general_options.php:89
200
+ #: ../admin/social_sharing.php:1785
201
  #: ../admin/social_commenting.php:464
202
+ #: ../admin/social_login.php:875
203
+ #: ../admin/like_buttons.php:778
204
  msgid "Save Changes"
205
  msgstr "Salva le modifiche"
206
 
348
  #: ../admin/social_sharing.php:39
349
  #: ../admin/social_sharing.php:1731
350
  #: ../admin/social_sharing.php:1733
351
+ #: ../admin/social_login.php:40
352
+ #: ../admin/social_login.php:861
353
  #: ../admin/like_buttons.php:40
354
+ #: ../admin/like_buttons.php:752
355
  msgid "Shortcode & Widget"
356
  msgstr "Shortcode & Widget"
357
 
363
  #: ../admin/social_sharing.php:1762
364
  #: ../admin/social_commenting.php:36
365
  #: ../admin/social_commenting.php:452
366
+ #: ../admin/like_buttons.php:41
367
+ #: ../admin/like_buttons.php:764
368
  msgid "FAQ"
369
  msgstr "FAQ"
370
 
485
  #: ../admin/social_sharing.php:273
486
  #: ../admin/social_sharing.php:581
487
  #: ../admin/social_sharing.php:1213
488
+ #: ../admin/like_buttons.php:396
489
  msgid "Background Color"
490
  msgstr "Colore Background"
491
 
536
  #: ../admin/social_sharing.php:630
537
  #: ../admin/social_sharing.php:851
538
  #: ../admin/social_sharing.php:1235
539
+ #: ../admin/like_buttons.php:171
540
+ #: ../admin/like_buttons.php:418
541
  msgid "Left"
542
  msgstr "Sinistra"
543
 
550
  #: ../admin/social_sharing.php:634
551
  #: ../admin/social_sharing.php:853
552
  #: ../admin/social_sharing.php:1236
553
+ #: ../admin/like_buttons.php:173
554
+ #: ../admin/like_buttons.php:419
555
  msgid "Right"
556
  msgstr "Destra"
557
 
609
 
610
  #: ../admin/social_sharing.php:693
611
  #: ../admin/social_sharing.php:1081
612
+ #: ../admin/like_buttons.php:74
613
+ #: ../admin/like_buttons.php:322
614
  msgid "Target Url"
615
  msgstr "URL di destinazione"
616
 
617
  #: ../admin/social_sharing.php:697
618
  #: ../admin/social_sharing.php:1085
619
+ #: ../admin/like_buttons.php:78
620
+ #: ../admin/like_buttons.php:326
621
  msgid "Url of the webpage where icons are located (default)"
622
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
623
 
624
  #: ../admin/social_sharing.php:699
625
  #: ../admin/social_sharing.php:1087
626
+ #: ../admin/like_buttons.php:80
627
+ #: ../admin/like_buttons.php:328
628
  msgid "Url of the homepage of your website"
629
  msgstr "Url della homepage del tuo sito web"
630
 
631
  #: ../admin/social_sharing.php:701
632
  #: ../admin/social_sharing.php:1089
633
+ #: ../admin/like_buttons.php:82
634
+ #: ../admin/like_buttons.php:330
635
  msgid "Custom url"
636
  msgstr "Url personalizzata"
637
 
641
  msgstr "Url per condividere"
642
 
643
  #: ../admin/social_sharing.php:716
644
+ #: ../admin/social_login.php:377
645
+ #: ../admin/like_buttons.php:97
646
  msgid "Title"
647
  msgstr "Titolo"
648
 
673
 
674
  #: ../admin/social_sharing.php:847
675
  #: ../admin/social_sharing.php:1231
676
+ #: ../admin/like_buttons.php:167
677
+ #: ../admin/like_buttons.php:414
678
  msgid "Horizontal alignment"
679
  msgstr "Allineamento orizzontale"
680
 
681
  #: ../admin/social_sharing.php:852
682
+ #: ../admin/like_buttons.php:172
683
  msgid "Center"
684
  msgstr "centro"
685
 
689
  msgstr "Allineamento orizzontale della interfaccia sharing"
690
 
691
  #: ../admin/social_sharing.php:869
692
+ #: ../admin/like_buttons.php:189
693
  msgid "Position with respect to content"
694
  msgstr "Posizione rispetto al contenuto"
695
 
696
  #: ../admin/social_sharing.php:873
697
+ #: ../admin/like_buttons.php:193
698
  msgid "Top of the content"
699
  msgstr "Parte superiore del contenuto"
700
 
701
  #: ../admin/social_sharing.php:875
702
+ #: ../admin/like_buttons.php:195
703
  msgid "Bottom of the content"
704
  msgstr "Parte inferiore del contenuto"
705
 
714
 
715
  #: ../admin/social_sharing.php:894
716
  #: ../admin/social_sharing.php:1314
717
+ #: ../admin/social_login.php:658
718
+ #: ../admin/social_login.php:688
719
+ #: ../admin/like_buttons.php:214
720
+ #: ../admin/like_buttons.php:497
721
  msgid "Homepage"
722
  msgstr "Homepage"
723
 
724
  #: ../admin/social_sharing.php:896
725
  #: ../admin/social_sharing.php:1316
726
+ #: ../admin/like_buttons.php:216
727
+ #: ../admin/like_buttons.php:499
728
  msgid "Posts"
729
  msgstr "Post"
730
 
731
  #: ../admin/social_sharing.php:898
732
  #: ../admin/social_sharing.php:1318
733
+ #: ../admin/like_buttons.php:218
734
+ #: ../admin/like_buttons.php:501
735
  msgid "Pages"
736
  msgstr "Pagine"
737
 
742
 
743
  #: ../admin/social_sharing.php:902
744
  #: ../admin/social_sharing.php:1322
745
+ #: ../admin/like_buttons.php:222
746
+ #: ../admin/like_buttons.php:505
747
  msgid "Category Archives"
748
  msgstr "Archivi di categorie"
749
 
750
  #: ../admin/social_sharing.php:904
751
  #: ../admin/social_sharing.php:1324
752
+ #: ../admin/like_buttons.php:224
753
+ #: ../admin/like_buttons.php:507
754
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
755
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
756
 
757
  #: ../admin/social_sharing.php:920
758
+ #: ../admin/like_buttons.php:240
759
  #, fuzzy
760
  msgid "BuddyPress activity"
761
  msgstr "Attività BuddyPress e gruppi"
762
 
763
  #: ../admin/social_sharing.php:922
764
+ #: ../admin/like_buttons.php:243
765
  msgid "BuddyPress group (only at top of content)"
766
  msgstr ""
767
 
768
  #: ../admin/social_sharing.php:928
769
  #: ../admin/social_sharing.php:1346
770
+ #: ../admin/like_buttons.php:250
771
+ #: ../admin/like_buttons.php:528
772
  msgid "BBPress forum"
773
  msgstr ""
774
 
775
  #: ../admin/social_sharing.php:931
776
  #: ../admin/social_sharing.php:1349
777
+ #: ../admin/like_buttons.php:253
778
+ #: ../admin/like_buttons.php:531
779
  msgid "BBPress topic"
780
  msgstr "Argomento BBPress"
781
 
782
  #: ../admin/social_sharing.php:934
783
+ #: ../admin/like_buttons.php:256
784
  msgid "BBPress reply"
785
  msgstr "Risposta BBPress"
786
 
787
  #: ../admin/social_sharing.php:941
788
+ #: ../admin/like_buttons.php:262
789
  msgid "After individual product at WooCommerce Shop page"
790
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
791
 
792
  #: ../admin/social_sharing.php:944
793
+ #: ../admin/like_buttons.php:265
794
  msgid "WooCommerce Product Page"
795
  msgstr "WooCommerce Pagina Prodotto"
796
 
797
  #: ../admin/social_sharing.php:947
798
+ #: ../admin/like_buttons.php:268
799
  msgid "WooCommerce Thankyou Page"
800
  msgstr "WooCommerce Pagina Thankyou"
801
 
882
  msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
883
 
884
  #: ../admin/social_sharing.php:1253
885
+ #: ../admin/like_buttons.php:436
886
  msgid "Left offset"
887
  msgstr "Left offset"
888
 
891
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra. Il Numero può anche essere negativo."
892
 
893
  #: ../admin/social_sharing.php:1273
894
+ #: ../admin/like_buttons.php:456
895
  msgid "Right offset"
896
  msgstr "Right offset"
897
 
900
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra.Il Numero può anche essere negativo."
901
 
902
  #: ../admin/social_sharing.php:1292
903
+ #: ../admin/like_buttons.php:475
904
  msgid "Top offset"
905
  msgstr "Top offset"
906
 
909
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
910
 
911
  #: ../admin/social_sharing.php:1338
912
+ #: ../admin/like_buttons.php:521
913
  #, fuzzy
914
  msgid "BuddyPress group"
915
  msgstr "Pagina di profilo BuddyPress"
960
  msgstr ""
961
 
962
  #: ../admin/social_sharing.php:1506
963
+ #: ../admin/like_buttons.php:577
964
  msgid "Url shortener"
965
  msgstr "Url shortener"
966
 
977
  msgstr "Abilita bit.ly url shortener per lo sharing"
978
 
979
  #: ../admin/social_sharing.php:1540
980
+ #: ../admin/like_buttons.php:611
981
  msgid "Master control to enable bit.ly url shortening for sharing"
982
  msgstr "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
983
 
984
  #: ../admin/social_sharing.php:1548
985
+ #: ../admin/like_buttons.php:619
986
  msgid "bit.ly username"
987
  msgstr "bit.ly username"
988
 
989
  #: ../admin/social_sharing.php:1558
990
+ #: ../admin/like_buttons.php:629
991
  #, php-format
992
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
993
  msgstr "Per ottenere il vostro username accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
994
 
995
  #: ../admin/social_sharing.php:1567
996
+ #: ../admin/like_buttons.php:638
997
  msgid "bit.ly API Key"
998
  msgstr "bit.ly API Key"
999
 
1000
  #: ../admin/social_sharing.php:1577
1001
+ #: ../admin/like_buttons.php:648
1002
  #, php-format
1003
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1004
  msgstr "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
1005
 
1006
  #: ../admin/social_sharing.php:1586
1007
+ #: ../admin/like_buttons.php:657
1008
  msgid "Clear Bitly Cache"
1009
  msgstr ""
1010
 
1011
  #: ../admin/social_sharing.php:1590
1012
+ #: ../admin/like_buttons.php:661
1013
  #, fuzzy
1014
  msgid "ShortUrl cache cleared successfully."
1015
  msgstr "Account collegato correttamente"
1016
 
1017
  #: ../admin/social_sharing.php:1597
1018
+ #: ../admin/like_buttons.php:668
1019
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1020
  msgstr ""
1021
 
1047
  #: ../admin/social_sharing.php:1656
1048
  #: ../admin/social_sharing.php:1662
1049
  #: ../admin/social_commenting.php:311
1050
+ #: ../admin/like_buttons.php:677
1051
+ #: ../admin/like_buttons.php:683
1052
  msgid "Language"
1053
  msgstr "Lingua"
1054
 
1123
  msgstr ""
1124
 
1125
  #: ../admin/social_sharing.php:1773
1126
+ msgid "Why are Share Counts Not Updating?"
1127
+ msgstr ""
1128
+
1129
+ #: ../admin/social_sharing.php:1774
1130
+ #: ../admin/like_buttons.php:766
1131
+ msgid "Why is there so much space between like buttons?"
1132
  msgstr ""
1133
 
1134
  #: ../admin/social_commenting.php:13
1335
  msgstr "Controllo Principale per Social Login. Dev'essere abilitato per attivare le funzionalitá di Social Login"
1336
 
1337
  #: ../admin/social_login.php:35
1338
+ #: ../admin/social_login.php:46
1339
  msgid "Basic Configuration"
1340
  msgstr "Configurazione di Base"
1341
 
1342
  #: ../admin/social_login.php:36
1343
+ #, fuzzy
1344
+ msgid "Advanced Configuration"
1345
+ msgstr "Configurazione di Base"
1346
+
1347
+ #: ../admin/social_login.php:38
1348
+ #: ../admin/social_login.php:813
1349
+ msgid "XProfile Integration"
1350
+ msgstr ""
1351
 
1352
+ #: ../admin/social_login.php:53
1353
  msgid "Disable user registration via Social Login"
1354
  msgstr "Disabilitare la registrazione degli utenti attraverso i social login"
1355
 
1356
+ #: ../admin/social_login.php:63
1357
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1358
  msgstr "Dopo l'attivazione di questa opzione, i nuovi utenti non saranno in grado di accedere tramite login sociale. Solo gli utenti esistenti potranno login sociale."
1359
 
1360
+ #: ../admin/social_login.php:72
1361
  #, fuzzy
1362
  msgid "Redirection url"
1363
  msgstr "Reindirizzamento Login"
1364
 
1365
+ #: ../admin/social_login.php:82
1366
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1367
  msgstr "Utente verrà reindirizzato a questa pagina dopo tentativo di registrazione infruttuoso via Sociale Login. È possibile specificare l'URL del modulo di registrazione o di un messaggio di pagina che mostra in materia di registrazione disabile attraverso Sociale Login."
1368
 
1369
+ #: ../admin/social_login.php:91
1370
  msgid "Select providers"
1371
  msgstr "Scelta Providers"
1372
 
1373
+ #: ../admin/social_login.php:96
1374
  msgid "Facebook"
1375
  msgstr "Facebook"
1376
 
1377
+ #: ../admin/social_login.php:100
1378
  msgid "Twitter"
1379
  msgstr "Twitter"
1380
 
1381
+ #: ../admin/social_login.php:104
1382
  msgid "LinkedIn"
1383
  msgstr "LinkedIn"
1384
 
1385
+ #: ../admin/social_login.php:108
1386
  msgid "Google+"
1387
  msgstr "Google+"
1388
 
1389
+ #: ../admin/social_login.php:112
1390
  msgid "Vkontakte"
1391
  msgstr "Vkontakte"
1392
 
1393
+ #: ../admin/social_login.php:116
1394
  msgid "Instagram"
1395
  msgstr "Instagram"
1396
 
1397
+ #: ../admin/social_login.php:120
1398
  msgid "Xing"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/social_login.php:124
1402
+ msgid "Steam"
1403
+ msgstr ""
1404
+
1405
+ #: ../admin/social_login.php:129
1406
+ #, fuzzy
1407
+ msgid "Twitch"
1408
+ msgstr "Twitter"
1409
+
1410
+ #: ../admin/social_login.php:137
1411
  msgid "Select Social ID provider to enable in Social Login"
1412
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1413
 
1414
+ #: ../admin/social_login.php:145
1415
  msgid "Facebook App ID"
1416
  msgstr "Facebook App ID"
1417
 
1418
+ #: ../admin/social_login.php:155
1419
  #, php-format
1420
  msgid "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"
1421
  msgstr "Necessario per far funzionare Facebook Social Login. Per ottenere la Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1422
 
1423
+ #: ../admin/social_login.php:157
1424
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1425
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1426
 
1427
+ #: ../admin/social_login.php:167
1428
  msgid "Twitter API Key"
1429
  msgstr "Twitter API Key"
1430
 
1431
+ #: ../admin/social_login.php:177
1432
  #, php-format
1433
  msgid "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"
1434
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a>"
1435
 
1436
+ #: ../admin/social_login.php:179
1437
+ #: ../admin/social_login.php:201
1438
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1439
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> al link indicato"
1440
 
1441
+ #: ../admin/social_login.php:189
1442
  msgid "Twitter API Secret"
1443
  msgstr "Twitter API Secret"
1444
 
1445
+ #: ../admin/social_login.php:199
1446
  #, php-format
1447
  msgid "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"
1448
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1449
 
1450
+ #: ../admin/social_login.php:211
1451
  msgid "LinkedIn API Key"
1452
  msgstr "LinkedIn API Key"
1453
 
1454
+ #: ../admin/social_login.php:221
1455
  #, php-format
1456
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1457
  msgstr "Necessario per far funzionare LinkedIn Social Login. Per ottenere la LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1458
 
1459
+ #: ../admin/social_login.php:223
1460
+ #: ../admin/social_login.php:289
1461
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1462
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1463
 
1464
+ #: ../admin/social_login.php:233
1465
  msgid "Google+ Client ID"
1466
  msgstr "Google+ Client ID"
1467
 
1468
+ #: ../admin/social_login.php:243
1469
  #, php-format
1470
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1471
  msgstr "Necessario per far funzionare GooglePlus Social Login. Per ottenere il GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1472
 
1473
+ #: ../admin/social_login.php:245
1474
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1475
  msgstr "Incolla la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1476
 
1477
+ #: ../admin/social_login.php:255
1478
  msgid "Vkontakte Application ID"
1479
  msgstr "Vkontakte App ID"
1480
 
1481
+ #: ../admin/social_login.php:265
1482
  #, php-format
1483
  msgid "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"
1484
  msgstr "Necessario per far funzionare Vkontakte Social Login. Per ottenere la Vkontakte Application ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1485
 
1486
+ #: ../admin/social_login.php:267
1487
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1488
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1489
 
1490
+ #: ../admin/social_login.php:277
1491
  msgid "Instagram Client ID"
1492
  msgstr "Instagram Client ID"
1493
 
1494
+ #: ../admin/social_login.php:287
1495
  #, php-format
1496
  msgid "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"
1497
  msgstr "Necessario per far funzionare Instagram Social Login. Per ottenere l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1498
 
1499
+ #: ../admin/social_login.php:299
1500
  msgid "Xing Consumer Key"
1501
  msgstr ""
1502
 
1503
+ #: ../admin/social_login.php:309
1504
  #, php-format
1505
  msgid "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"
1506
  msgstr "Necessario per far funzionare Xing Social Login. Per ottenere la Xing Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1507
 
1508
+ #: ../admin/social_login.php:311
1509
+ #: ../admin/social_login.php:333
1510
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1511
  msgstr "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1512
 
1513
+ #: ../admin/social_login.php:321
1514
  msgid "Xing Consumer Secret"
1515
  msgstr ""
1516
 
1517
+ #: ../admin/social_login.php:331
1518
  #, php-format
1519
  msgid "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"
1520
  msgstr "Necessario per far funzionare Xing Social Login to work. per ottenere la Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1521
 
1522
+ #: ../admin/social_login.php:343
1523
+ #, fuzzy
1524
+ msgid "Twitch Client ID"
1525
+ msgstr "Instagram Client ID"
1526
 
1527
  #: ../admin/social_login.php:353
1528
+ #, fuzzy, php-format
1529
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1530
+ msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a>"
1531
+
1532
+ #: ../admin/social_login.php:355
1533
+ #, fuzzy
1534
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1535
+ msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1536
+
1537
+ #: ../admin/social_login.php:371
1538
+ #, fuzzy
1539
+ msgid "Social Login Options"
1540
+ msgstr "Social Login"
1541
+
1542
+ #: ../admin/social_login.php:387
1543
  msgid "Text to display above the Social Login interface"
1544
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1545
 
1546
+ #: ../admin/social_login.php:396
1547
  msgid "Enable at login page"
1548
  msgstr "Attiva nella pagina di Login"
1549
 
1550
+ #: ../admin/social_login.php:406
1551
  msgid "Social Login interface will get enabled at the login page of your website"
1552
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1553
 
1554
+ #: ../admin/social_login.php:414
1555
  msgid "Enable at register page"
1556
  msgstr "Abilita nella pagina di registrazione"
1557
 
1558
+ #: ../admin/social_login.php:424
1559
  msgid "Social Login interface will get enabled at the registration page of your website"
1560
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1561
 
1562
+ #: ../admin/social_login.php:432
1563
  msgid "Enable at comment form"
1564
  msgstr "Attiva nel form dei commenti"
1565
 
1566
+ #: ../admin/social_login.php:442
1567
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1568
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1569
 
1570
+ #: ../admin/social_login.php:456
1571
  msgid "Enable before WooCommerce Customer Login Form"
1572
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1573
 
1574
+ #: ../admin/social_login.php:466
1575
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1576
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, prima del Form di Login."
1577
 
1578
+ #: ../admin/social_login.php:474
1579
  msgid "Enable after WooCommerce Customer Login Form"
1580
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
1581
 
1582
+ #: ../admin/social_login.php:484
1583
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1584
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, dopo il Form di Login."
1585
 
1586
+ #: ../admin/social_login.php:492
1587
  msgid "Enable at WooCommerce checkout page"
1588
  msgstr "Abilita nella pagina checkout di WooCommerce"
1589
 
1590
+ #: ../admin/social_login.php:502
1591
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1592
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1593
 
1594
+ #: ../admin/social_login.php:513
1595
  msgid "Auto-approve comments made by Social Login users"
1596
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1597
 
1598
+ #: ../admin/social_login.php:523
1599
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1600
  msgstr "Se questa opzione é attivata, e i commenti WordPress sono fatti da utenti che hanno avuto accesso tramite Social Login, il commento sará approvato immediatamente senza nessuna possibilitá di moderazione."
1601
 
1602
+ #: ../admin/social_login.php:524
1603
  msgid "Note: This is not related to Facebook comments"
1604
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
1605
 
1606
+ #: ../admin/social_login.php:534
1607
  msgid "Enable social avatar"
1608
  msgstr "Abilita Avatar"
1609
 
1610
+ #: ../admin/social_login.php:544
1611
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1612
  msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1613
 
1614
+ #: ../admin/social_login.php:554
1615
  msgid "Avatar quality"
1616
  msgstr "Qualità Avatar"
1617
 
1618
+ #: ../admin/social_login.php:557
1619
  msgid "Average"
1620
  msgstr "Media"
1621
 
1622
+ #: ../admin/social_login.php:558
1623
  msgid "Best"
1624
  msgstr "Migliore"
1625
 
1626
+ #: ../admin/social_login.php:565
1627
  msgid "Choose avatar quality"
1628
  msgstr "Scelta qualità Avatar"
1629
 
1630
+ #: ../admin/social_login.php:574
1631
  #, fuzzy
1632
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1633
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1634
 
1635
+ #: ../admin/social_login.php:584
1636
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1637
  msgstr ""
1638
 
1639
+ #: ../admin/social_login.php:605
1640
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1641
  msgstr "Se questa opzione é abilitata e il Social ID provider non da informazioni sull'email dell'utente durante la login, verrà chiesto all'utente di completare questa informazione. In caso contrario, sará generata una email fittizia"
1642
 
1643
+ #: ../admin/social_login.php:614
1644
  msgid "Send username-password after user registration"
1645
  msgstr "Invia username-password dopo la registrazione dell'utente"
1646
 
1647
+ #: ../admin/social_login.php:624
1648
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1649
  msgstr "Se questa opzione è abilitata, dopo la registrazione attraverso Social Login, sará inviata all'utente una email con le informazioni necessarie per accedere attraverso il metodo tradizionale (codice d'accesso e password)"
1650
 
1651
+ #: ../admin/social_login.php:633
1652
  msgid "Enable social account linking at BuddyPress profile page"
1653
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
1654
 
1655
+ #: ../admin/social_login.php:643
1656
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1657
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1658
 
1659
+ #: ../admin/social_login.php:652
1660
  msgid "Login redirection"
1661
  msgstr "Reindirizzamento Login"
1662
 
1663
+ #: ../admin/social_login.php:656
1664
  msgid "Same page where user logged in"
1665
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1666
 
1667
+ #: ../admin/social_login.php:660
1668
+ #: ../admin/social_login.php:690
1669
  msgid "Account dashboard"
1670
  msgstr "Pannello Account"
1671
 
1672
+ #: ../admin/social_login.php:663
1673
+ #: ../admin/social_login.php:693
1674
  msgid "BuddyPress profile page"
1675
  msgstr "Pagina di profilo BuddyPress"
1676
 
1677
+ #: ../admin/social_login.php:666
1678
+ #: ../admin/social_login.php:696
1679
  msgid "Custom Url"
1680
  msgstr "Url personalizzata"
1681
 
1682
+ #: ../admin/social_login.php:674
1683
  msgid "User will be redirected to the selected page after Social Login"
1684
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1685
 
1686
+ #: ../admin/social_login.php:682
1687
  msgid "Registration redirection"
1688
  msgstr "Reindirizzamento Registratione"
1689
 
1690
+ #: ../admin/social_login.php:686
1691
  msgid "Same page from where user registered"
1692
  msgstr "La stessa pagina dove l'utente si è registrato"
1693
 
1694
+ #: ../admin/social_login.php:704
1695
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1696
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1697
 
1698
+ #: ../admin/social_login.php:712
1699
  msgid "Email popup options"
1700
  msgstr "Opzioni del popup 'Email Obbligatoria'"
1701
 
1702
+ #: ../admin/social_login.php:718
1703
  msgid "Text on 'Email required' popup"
1704
  msgstr "Testo del pop-up"
1705
 
1706
+ #: ../admin/social_login.php:728
1707
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1708
  msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1709
 
1710
+ #: ../admin/social_login.php:737
1711
  msgid "Error message for 'Email required' popup"
1712
  msgstr "Messaggio d'errore"
1713
 
1714
+ #: ../admin/social_login.php:747
1715
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1716
  msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1717
 
1718
+ #: ../admin/social_login.php:756
1719
  msgid "Email popup height"
1720
  msgstr "Altezza pop-up Email"
1721
 
1722
+ #: ../admin/social_login.php:766
1723
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1724
  msgstr "Se state vedendo la barra di scorrimento verticale nel pop-up \"Email Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in questa opzione. Lasciare vuoto per l'impostazione predefinita."
1725
 
1726
+ #: ../admin/social_login.php:774
1727
  msgid "Enable email verification"
1728
  msgstr "Abilita verifica email"
1729
 
1730
+ #: ../admin/social_login.php:784
1731
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1732
  msgstr "Se questa opzione è abilitata, l'indirizzo e-mail fornito dall'utente varrà verificato mediante l'invio di un link all' indirizzo e-mail specificato. L'utente non potrà accedere senza aver effettuato la procedura di verifica."
1733
 
1734
+ #: ../admin/social_login.php:863
1735
  msgid "Social Login Shortcode & Widget"
1736
  msgstr "Shortcode & Widget"
1737
 
1738
+ #: ../admin/social_login.php:864
1739
  msgid "Social Linking Shortcode"
1740
  msgstr ""
1741
 
1779
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1780
  msgstr "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per attivare le funzionalitá dei pulsanti Mi-Piace"
1781
 
1782
+ #: ../admin/like_buttons.php:48
1783
  #, fuzzy
1784
  msgid "Standard Interface Options"
1785
  msgstr "Opzioni Interfaccia Orizzontale"
1786
 
1787
+ #: ../admin/like_buttons.php:54
1788
  #, fuzzy
1789
  msgid "Enable standard interface"
1790
  msgstr "Abilita interfaccia orizzontale"
1791
 
1792
+ #: ../admin/like_buttons.php:64
1793
  msgid "Master control to enable horizontal like buttons"
1794
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
1795
 
1796
+ #: ../admin/like_buttons.php:89
1797
+ #: ../admin/like_buttons.php:337
1798
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1799
  msgstr "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
1800
 
1801
+ #: ../admin/like_buttons.php:107
1802
  msgid "The text to display above the interface"
1803
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1804
 
1805
+ #: ../admin/like_buttons.php:115
1806
+ #: ../admin/like_buttons.php:345
1807
  msgid "Select and rearrange providers"
1808
  msgstr "Seleziona e riorganizza i provider"
1809
 
1810
+ #: ../admin/like_buttons.php:159
1811
+ #: ../admin/like_buttons.php:388
1812
  msgid "Select the providers for interface. Drag them to rearrange."
1813
  msgstr "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
1814
 
1815
+ #: ../admin/like_buttons.php:181
1816
+ #: ../admin/like_buttons.php:427
1817
  msgid "Horizontal alignment of the interface"
1818
  msgstr "Allineamento orizzontale dell'interfaccia"
1819
 
1820
+ #: ../admin/like_buttons.php:202
1821
  msgid "Specify position of the interface with respect to the content"
1822
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1823
 
1824
+ #: ../admin/like_buttons.php:210
1825
+ #: ../admin/like_buttons.php:493
1826
  msgid "Interface location"
1827
  msgstr "Posizione Interfaccia"
1828
 
1829
+ #: ../admin/like_buttons.php:220
1830
+ #: ../admin/like_buttons.php:503
1831
  msgid "Excerpts"
1832
  msgstr "Estratti"
1833
 
1834
+ #: ../admin/like_buttons.php:279
1835
  msgid "Specify the pages where you want to enable interface"
1836
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1837
 
1838
+ #: ../admin/like_buttons.php:296
1839
  msgid "Vertical (Floating) like buttons Options"
1840
  msgstr "Opzioni Pulsanti Verticali (Floating)"
1841
 
1842
+ #: ../admin/like_buttons.php:302
1843
  #, fuzzy
1844
  msgid "Enable floating like buttons"
1845
  msgstr "Abilita pulsanti verticali Mi-Piace (floating)"
1846
 
1847
+ #: ../admin/like_buttons.php:312
1848
  msgid "Master control to enable vertical (floating) counter widget"
1849
  msgstr "Controllo Principale per abilitare il counter widget verticale (floating)"
1850
 
1851
+ #: ../admin/like_buttons.php:406
1852
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1853
  msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1854
 
1855
+ #: ../admin/like_buttons.php:446
1856
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1857
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può anche essere negativo."
1858
 
1859
+ #: ../admin/like_buttons.php:466
1860
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1861
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può anche essere negativo."
1862
 
1863
+ #: ../admin/like_buttons.php:485
1864
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1865
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1866
 
1867
+ #: ../admin/like_buttons.php:541
1868
  msgid "Specify the pages where you want to enable vertical interface"
1869
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
1870
 
1871
+ #: ../admin/like_buttons.php:549
1872
  msgid "Hide like buttons on mobile devices"
1873
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
1874
 
1875
+ #: ../admin/like_buttons.php:559
1876
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1877
  msgstr "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno sui dispositivi mobili"
1878
 
1879
+ #: ../admin/like_buttons.php:583
1880
  msgid "Use shortlinks already installed, for tweet button"
1881
  msgstr "Per pulsante Tweet, utilizza shortlinks già installati."
1882
 
1883
+ #: ../admin/like_buttons.php:593
1884
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1885
  msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno plugin shortening"
1886
 
1887
+ #: ../admin/like_buttons.php:601
1888
  msgid "Enable bit.ly url shortener for tweet button"
1889
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
1890
 
1891
+ #: ../admin/like_buttons.php:693
1892
  #, php-format
1893
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1894
  msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1895
 
1896
+ #: ../admin/like_buttons.php:702
1897
  msgid "Twitter Username"
1898
  msgstr "Twitter Username"
1899
 
1900
+ #: ../admin/like_buttons.php:708
1901
  msgid "Twitter username for Tweet (without @)"
1902
  msgstr "Username Twitter per Tweet (senza @)"
1903
 
1904
+ #: ../admin/like_buttons.php:718
1905
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1906
  msgstr "La username fornita viene aggiunta dopo il contenuto del tweet come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1907
 
1908
+ #: ../admin/like_buttons.php:727
1909
  msgid "Twitter username for Buffer sharing (without @)"
1910
  msgstr "Username Twitter per Buffer sharing (senza @)"
1911
 
1912
+ #: ../admin/like_buttons.php:737
1913
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1914
  msgstr "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1915
 
1916
+ #: ../admin/like_buttons.php:754
1917
  msgid "Like Buttons Shortcode & Widget"
1918
  msgstr "Pulsanti Shortcode & Widget"
1919
 
1921
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1922
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1923
 
1924
+ #: ../inc/social_sharing.php:710
1925
  msgid "Invalid request"
1926
  msgstr "Domanda non valida"
1927
 
1928
+ #: ../inc/social_sharing.php:717
1929
  msgid "Providers not selected"
1930
  msgstr "Providers non selezionati"
1931
 
1932
+ #: ../inc/social_login.php:261
1933
  #, php-format
1934
  msgid "Username: %s"
1935
  msgstr "Nome utente: %s"
1936
 
1937
+ #: ../inc/social_login.php:262
1938
  #, php-format
1939
  msgid "Password: %s"
1940
  msgstr "Password: %s"
1941
 
1942
+ #: ../inc/social_login.php:265
1943
  #, php-format
1944
  msgid "[%s] Your username and password"
1945
  msgstr "[%s] Il tuo nome utente e password"
2062
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2063
  msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
2064
 
2065
+ #~ msgid "Login options"
2066
+ #~ msgstr "Opzioni di Login"
2067
+
2068
  #~ msgid "Horizontal sharing"
2069
  #~ msgstr "Sharing Orizzontale"
2070
 
languages/Super-Socializer-pt_BR.mo ADDED
Binary file
languages/Super-Socializer-pt_BR.po ADDED
@@ -0,0 +1,2015 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Super Socializer\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:35+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:35+0530\n"
7
+ "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
+ "Language-Team: Heateor <hello@heateor.com>\n"
9
+ "Language: \n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-Language: English\n"
16
+ "X-Poedit-Country: India\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../super_socializer.php:324
20
+ #, php-format
21
+ msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
+ msgstr "Entre exatamente a seguinte url no <strong>Website</strong> e <strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 %s)"
23
+
24
+ #: ../super_socializer.php:327
25
+ msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
+ msgstr "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter que contatar o administrador do servidor do seu website para verificar isso."
27
+
28
+ #: ../super_socializer.php:497
29
+ msgid "Please verify your email address to login."
30
+ msgstr "Por favor verifique seu endereço de email no login."
31
+
32
+ #: ../super_socializer.php:497
33
+ msgid "Your email has been verified. Now you can login to your account"
34
+ msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
35
+
36
+ #: ../super_socializer.php:501
37
+ msgid "Notification"
38
+ msgstr "Notificaçao"
39
+
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
+ msgid "Email required"
43
+ msgstr "Necessário email"
44
+
45
+ #: ../super_socializer.php:522
46
+ msgid "Please check your email inbox to complete the registration."
47
+ msgstr "Por favor verifique sua caixa de email para completar o registro."
48
+
49
+ #: ../super_socializer.php:539
50
+ msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
+ msgstr "Siga os passos 11 e 12 na página de configuração do app GooglePlus que se abrirá"
52
+
53
+ #: ../super_socializer.php:626
54
+ msgid "Leave a reply"
55
+ msgstr "Deixe uma resposta"
56
+
57
+ #: ../super_socializer.php:815
58
+ msgid "Super Socializer - General Options"
59
+ msgstr "Super Socializer - Opções Gerais"
60
+
61
+ #: ../super_socializer.php:815
62
+ #: ../admin/general_options.php:11
63
+ #: ../admin/social_commenting.php:42
64
+ msgid "General Options"
65
+ msgstr "Opções Gerais"
66
+
67
+ #: ../super_socializer.php:876
68
+ msgid "Super Socializer - Social Avatar"
69
+ msgstr "Super Socializer - Avatar Social"
70
+
71
+ #: ../super_socializer.php:879
72
+ msgid "Small Avatar Url"
73
+ msgstr "Url para Avatar pequeno"
74
+
75
+ #: ../super_socializer.php:884
76
+ msgid "Large Avatar Url"
77
+ msgstr "Url para Avatar Grande"
78
+
79
+ #: ../super_socializer.php:951
80
+ msgid "Email you entered is already registered or invalid"
81
+ msgstr "Email fornecido já está registrado ou é inválido"
82
+
83
+ #: ../super_socializer.php:955
84
+ msgid "Please enter a valid email address. You might be required to verify it"
85
+ msgstr "Por favor forneça um endereço de email válido. Você pode ser solicitado a confirmá-lo"
86
+
87
+ #: ../helper.php:8
88
+ msgid "Settings saved"
89
+ msgstr "Configurações salvas"
90
+
91
+ #: ../helper.php:8
92
+ msgid "Dismiss this notice"
93
+ msgstr "Dispense este aviso"
94
+
95
+ #: ../helper.php:155
96
+ msgid "Click to show help"
97
+ msgstr "Click para exibir ajuda"
98
+
99
+ #: ../helper.php:155
100
+ msgid "Click to hide help"
101
+ msgstr "Click para esconder ajuda"
102
+
103
+ #: ../helper.php:249
104
+ msgid "Settings"
105
+ msgstr "Configurações"
106
+
107
+ #: ../helper.php:572
108
+ msgid "Account linked successfully"
109
+ msgstr "Conta associada com sucesso"
110
+
111
+ #: ../helper.php:576
112
+ msgid "Account already exists or linked"
113
+ msgstr "Conta já existente ou já está associada"
114
+
115
+ #: ../helper.php:585
116
+ msgid "You are already connected with"
117
+ msgstr "Você já está associado com"
118
+
119
+ #: ../helper.php:585
120
+ msgid "as primary social network"
121
+ msgstr "como rede social primária"
122
+
123
+ #: ../helper.php:600
124
+ msgid "Link your social account to login to your account at this website"
125
+ msgstr "Associe sua conta social ao login de sua conta neste website"
126
+
127
+ #: ../helper.php:637
128
+ msgid "Currently"
129
+ msgstr "Atualmente"
130
+
131
+ #: ../helper.php:637
132
+ msgid "Remove"
133
+ msgstr "Remover"
134
+
135
+ #: ../helper.php:738
136
+ msgid "Disable Standard Social Sharing on this "
137
+ msgstr "Desabilitar o compatilhamento social padrão neste(a) "
138
+
139
+ #: ../helper.php:743
140
+ msgid "Disable Floating Social Sharing on this "
141
+ msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
142
+
143
+ #: ../helper.php:748
144
+ msgid "Disable Standard like buttons on this "
145
+ msgstr "Desabilitar o botão de like padrão neste(a) "
146
+
147
+ #: ../helper.php:753
148
+ msgid "Disable Floating like buttons on this "
149
+ msgstr "Desabilitar o botão flutuante de like neste(a) "
150
+
151
+ #: ../helper.php:758
152
+ msgid "Disable Social Commenting on this "
153
+ msgstr "Desabilitar o Comentário Social neste(a) "
154
+
155
+ #: ../helper.php:767
156
+ msgid "Standard Sharing Interface"
157
+ msgstr "Interface Padrão de Compartilhamento"
158
+
159
+ #: ../helper.php:773
160
+ #: ../helper.php:792
161
+ msgid "Starting share count for "
162
+ msgstr "Iniciando contagem compartilhada para "
163
+
164
+ #: ../helper.php:786
165
+ msgid "Floating Sharing Interface"
166
+ msgstr "Interface de Compartilhamento Flutuante"
167
+
168
+ #: ../helper.php:879
169
+ msgid "Social Avatar"
170
+ msgstr "Avatar Social"
171
+
172
+ #: ../helper.php:882
173
+ msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
174
+ msgstr "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a Autenticação Social"
175
+
176
+ #: ../helper.php:883
177
+ msgid "Update social avatar, next time I Social Login"
178
+ msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
179
+
180
+ #: ../helper.php:886
181
+ msgid "Small Avatar"
182
+ msgstr "Avatar Pequeno"
183
+
184
+ #: ../helper.php:890
185
+ msgid "Large Avatar"
186
+ msgstr "Avatar Grande"
187
+
188
+ #: ../helper.php:894
189
+ #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1785
191
+ #: ../admin/social_commenting.php:464
192
+ #: ../admin/social_login.php:875
193
+ #: ../admin/like_buttons.php:778
194
+ msgid "Save Changes"
195
+ msgstr "Salvar Alterações"
196
+
197
+ #: ../admin/general_options.php:17
198
+ msgid "Include Javascript in website footer"
199
+ msgstr "Incluir Javascript no rodapé do website"
200
+
201
+ #: ../admin/general_options.php:27
202
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
203
+ msgstr "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé do seu website."
204
+
205
+ #: ../admin/general_options.php:35
206
+ msgid "Load all Javascript files in single file"
207
+ msgstr "Consolide todos os Javascripts em um único arquivo"
208
+
209
+ #: ../admin/general_options.php:45
210
+ msgid "Loads Javascript in single request."
211
+ msgstr "Carrega Javascript em uma única operação."
212
+
213
+ #: ../admin/general_options.php:53
214
+ msgid "Delete all the options on plugin deletion"
215
+ msgstr "Remove todas as opções na remoção do pluguin"
216
+
217
+ #: ../admin/general_options.php:63
218
+ msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
219
+ msgstr "Se havilitado, as opções do plugin serão removidas quando o plugin é removido/desistalado e você necessitará reconfigurar as opções quando você instalar o plugin da próxima vez."
220
+
221
+ #: ../admin/general_options.php:71
222
+ msgid "Custom CSS"
223
+ msgstr "CSS Personalizado"
224
+
225
+ #: ../admin/general_options.php:81
226
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
227
+ msgstr "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;style&gt; )"
228
+
229
+ #: ../admin/help.php:4
230
+ msgid "About"
231
+ msgstr "Sobre"
232
+
233
+ #: ../admin/help.php:4
234
+ msgid "Version"
235
+ msgstr "Versão"
236
+
237
+ #: ../admin/help.php:6
238
+ msgid "by"
239
+ msgstr "por"
240
+
241
+ #: ../admin/help.php:7
242
+ msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
243
+ msgstr "Nos somos um time criativo com ideias únicas na mente e serviço no coração. Nós amamos o que fazemos. Para mais informações junte-se a nós em"
244
+
245
+ #: ../admin/help.php:17
246
+ msgid "Donate"
247
+ msgstr "Doe"
248
+
249
+ #: ../admin/help.php:19
250
+ msgid "You can help us continue the development of this free plugin by donating"
251
+ msgstr "Através da doação você pode nos ajudar no desenvolvimento contínuo deste plugin gratis"
252
+
253
+ #: ../admin/help.php:20
254
+ msgid "Donate Now"
255
+ msgstr "Doe Agora"
256
+
257
+ #: ../admin/help.php:26
258
+ msgid "Plugin Demo"
259
+ msgstr "Plugin Demo"
260
+
261
+ #: ../admin/help.php:32
262
+ msgid "Integrate with Google Analytics"
263
+ msgstr "Integração com o Google Analytics"
264
+
265
+ #: ../admin/help.php:38
266
+ msgid "Boost sharing by awarding points"
267
+ msgstr "Incremente o compartilhamento ganhando pontos"
268
+
269
+ #: ../admin/help.php:44
270
+ msgid "Award points for Social Login"
271
+ msgstr "Ganhe pontos na Autenticação Social"
272
+
273
+ #: ../admin/help.php:50
274
+ msgid "Other Add-ons"
275
+ msgstr "Outros Add-ons"
276
+
277
+ #: ../admin/help.php:55
278
+ msgid "Need Help?"
279
+ msgstr "Precisa de Ajuda?"
280
+
281
+ #: ../admin/help.php:57
282
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
283
+ msgstr "Se você <strong>tem alguma questão</strong>, necessita de ajuda com relação a <strong>configuração do plugin</strong>, deseja <strong>características particulares</strong> no plugin ou <strong>tem qualquer sugestão</strong> para melhorar o plugin, apenas mande um email para <a href=\\\"mailto:support@heateor.com\\\">support@heateor.com</a>"
284
+
285
+ #: ../admin/help.php:62
286
+ msgid "Support Us"
287
+ msgstr "Ajude-nos"
288
+
289
+ #: ../admin/help.php:65
290
+ #: ../admin/help.php:68
291
+ #: ../admin/help.php:69
292
+ #: ../admin/help.php:70
293
+ #: ../admin/help.php:71
294
+ #: ../admin/help.php:72
295
+ msgid "Rate 5-star"
296
+ msgstr "Pontue como 5-strelas"
297
+
298
+ #: ../admin/social_sharing.php:9
299
+ #: ../admin/social_commenting.php:8
300
+ #: ../admin/social_login.php:8
301
+ #: ../admin/like_buttons.php:10
302
+ msgid "Master Control"
303
+ msgstr "Controle Mestre"
304
+
305
+ #: ../admin/social_sharing.php:14
306
+ msgid "Enable Social Sharing"
307
+ msgstr "Habilitar Compartilhamento Social"
308
+
309
+ #: ../admin/social_sharing.php:23
310
+ msgid "Master control to enable Social Sharing"
311
+ msgstr "Controle mestre para habilitar o Compartilhamento Social"
312
+
313
+ #: ../admin/social_sharing.php:35
314
+ msgid "Theme Selection"
315
+ msgstr "Escolha de Temas"
316
+
317
+ #: ../admin/social_sharing.php:36
318
+ #: ../admin/like_buttons.php:37
319
+ msgid "Standard Interface"
320
+ msgstr "Interface Padrão"
321
+
322
+ #: ../admin/social_sharing.php:37
323
+ #: ../admin/like_buttons.php:38
324
+ msgid "Floating Interface"
325
+ msgstr "Interface Flutuante"
326
+
327
+ #: ../admin/social_sharing.php:38
328
+ #: ../admin/like_buttons.php:39
329
+ msgid "Miscellaneous"
330
+ msgstr "Miscelânia"
331
+
332
+ #: ../admin/social_sharing.php:39
333
+ #: ../admin/social_sharing.php:1731
334
+ #: ../admin/social_sharing.php:1733
335
+ #: ../admin/social_login.php:40
336
+ #: ../admin/social_login.php:861
337
+ #: ../admin/like_buttons.php:40
338
+ #: ../admin/like_buttons.php:752
339
+ msgid "Shortcode & Widget"
340
+ msgstr "Shortcode & Widget"
341
+
342
+ #: ../admin/social_sharing.php:40
343
+ msgid "Troubleshooter"
344
+ msgstr "Resolução de Problemas"
345
+
346
+ #: ../admin/social_sharing.php:41
347
+ #: ../admin/social_sharing.php:1762
348
+ #: ../admin/social_commenting.php:36
349
+ #: ../admin/social_commenting.php:452
350
+ #: ../admin/like_buttons.php:41
351
+ #: ../admin/like_buttons.php:764
352
+ msgid "FAQ"
353
+ msgstr "P&R"
354
+
355
+ #: ../admin/social_sharing.php:48
356
+ msgid "Standard interface theme"
357
+ msgstr "Tema padrão da interface"
358
+
359
+ #: ../admin/social_sharing.php:53
360
+ #: ../admin/social_sharing.php:360
361
+ msgid "Icon Preview"
362
+ msgstr "Visualização do Ícone"
363
+
364
+ #: ../admin/social_sharing.php:125
365
+ #: ../admin/social_sharing.php:433
366
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
367
+ msgstr "Não esqueça de salvar as configurações após realizar as mudanças clicando no botão de salvar abaixo"
368
+
369
+ #: ../admin/social_sharing.php:132
370
+ #: ../admin/social_sharing.php:440
371
+ msgid "Shape"
372
+ msgstr "Forma"
373
+
374
+ #: ../admin/social_sharing.php:136
375
+ #: ../admin/social_sharing.php:444
376
+ msgid "Round"
377
+ msgstr "Arredondada"
378
+
379
+ #: ../admin/social_sharing.php:138
380
+ #: ../admin/social_sharing.php:446
381
+ msgid "Square"
382
+ msgstr "Quadrada"
383
+
384
+ #: ../admin/social_sharing.php:140
385
+ #: ../admin/social_sharing.php:448
386
+ msgid "Rectangle"
387
+ msgstr "Retangular"
388
+
389
+ #: ../admin/social_sharing.php:147
390
+ #: ../admin/social_sharing.php:455
391
+ msgid "Shape of the sharing icons"
392
+ msgstr "Forma dos ícones de compartilhameto"
393
+
394
+ #: ../admin/social_sharing.php:156
395
+ #: ../admin/social_sharing.php:464
396
+ msgid "Size (in pixels)"
397
+ msgstr "Tamanho (em pixels)"
398
+
399
+ #: ../admin/social_sharing.php:172
400
+ #: ../admin/social_sharing.php:480
401
+ msgid "Size of the sharing icons"
402
+ msgstr "Tamanho dos ícones de compartilhameto"
403
+
404
+ #: ../admin/social_sharing.php:182
405
+ #: ../admin/social_sharing.php:490
406
+ msgid "Width (in pixels)"
407
+ msgstr "Largura (em pixels)"
408
+
409
+ #: ../admin/social_sharing.php:198
410
+ #: ../admin/social_sharing.php:506
411
+ msgid "Width of the sharing icons"
412
+ msgstr "Largura dos ícones de compartilhameto"
413
+
414
+ #: ../admin/social_sharing.php:206
415
+ #: ../admin/social_sharing.php:514
416
+ msgid "Height (in pixels)"
417
+ msgstr "Altura (em pixels)"
418
+
419
+ #: ../admin/social_sharing.php:222
420
+ #: ../admin/social_sharing.php:530
421
+ msgid "Height of the sharing icons"
422
+ msgstr "Altura dos ícones de compartilhameto"
423
+
424
+ #: ../admin/social_sharing.php:232
425
+ #: ../admin/social_sharing.php:540
426
+ msgid "Border radius (in pixels)"
427
+ msgstr "Raio da borda (em pixels)"
428
+
429
+ #: ../admin/social_sharing.php:242
430
+ #: ../admin/social_sharing.php:550
431
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
432
+ msgstr "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas arredondados serão os cantos. Deixe em branco para cantos precisos."
433
+
434
+ #: ../admin/social_sharing.php:251
435
+ #: ../admin/social_sharing.php:559
436
+ msgid "Logo Color"
437
+ msgstr "Cor do logo"
438
+
439
+ #: ../admin/social_sharing.php:255
440
+ #: ../admin/social_sharing.php:276
441
+ #: ../admin/social_sharing.php:296
442
+ #: ../admin/social_sharing.php:563
443
+ #: ../admin/social_sharing.php:584
444
+ #: ../admin/social_sharing.php:603
445
+ msgid "Default"
446
+ msgstr "Padrão"
447
+
448
+ #: ../admin/social_sharing.php:257
449
+ #: ../admin/social_sharing.php:277
450
+ #: ../admin/social_sharing.php:301
451
+ #: ../admin/social_sharing.php:565
452
+ #: ../admin/social_sharing.php:585
453
+ #: ../admin/social_sharing.php:608
454
+ msgid "On Hover"
455
+ msgstr "Em foco"
456
+
457
+ #: ../admin/social_sharing.php:265
458
+ #: ../admin/social_sharing.php:573
459
+ msgid "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
460
+ msgstr "Especifique a cor por meio do código hexadecimal (examplo #cc78e0) para o logo do ícone. Deixe em branco para o padrão. Você pode obter o código hexadecimal que você requer por meio deste link <a href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
461
+
462
+ #: ../admin/social_sharing.php:273
463
+ #: ../admin/social_sharing.php:581
464
+ #: ../admin/social_sharing.php:1213
465
+ #: ../admin/like_buttons.php:396
466
+ msgid "Background Color"
467
+ msgstr "Cor de Fundo"
468
+
469
+ #: ../admin/social_sharing.php:284
470
+ #: ../admin/social_sharing.php:592
471
+ msgid "Specify the color or hex code (example #cc78e0) for icon background. Save \"transparent\" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
472
+ msgstr "Especifique a cor por meio do código hexadecimal (examplo #cc78e0) para a cor de fundo do ícone. Salve \\\"transparente\\\" para um fundo transparente. Deixe vazio para o padrão. Você pode obter o código hexadecimal que você requer por meio deste link <a href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
473
+
474
+ #: ../admin/social_sharing.php:292
475
+ #: ../admin/social_sharing.php:600
476
+ msgid "Border"
477
+ msgstr "Borda"
478
+
479
+ #: ../admin/social_sharing.php:298
480
+ #: ../admin/social_sharing.php:303
481
+ #: ../admin/social_sharing.php:605
482
+ #: ../admin/social_sharing.php:610
483
+ msgid "Border Width"
484
+ msgstr "Largura da Borda"
485
+
486
+ #: ../admin/social_sharing.php:299
487
+ #: ../admin/social_sharing.php:304
488
+ #: ../admin/social_sharing.php:606
489
+ #: ../admin/social_sharing.php:611
490
+ msgid "Border Color"
491
+ msgstr "Cor da Borda"
492
+
493
+ #: ../admin/social_sharing.php:311
494
+ #: ../admin/social_sharing.php:618
495
+ msgid "Icon border"
496
+ msgstr "Ícone da borda"
497
+
498
+ #: ../admin/social_sharing.php:319
499
+ #: ../admin/social_sharing.php:626
500
+ msgid "Counter Position"
501
+ msgstr "Posição do Contador"
502
+
503
+ #: ../admin/social_sharing.php:319
504
+ #: ../admin/social_sharing.php:626
505
+ msgid "(applies, if counter enabled)"
506
+ msgstr "(aplica-se, caso o contador esteja habilitado)"
507
+
508
+ #: ../admin/social_sharing.php:323
509
+ #: ../admin/social_sharing.php:630
510
+ #: ../admin/social_sharing.php:851
511
+ #: ../admin/social_sharing.php:1235
512
+ #: ../admin/like_buttons.php:171
513
+ #: ../admin/like_buttons.php:418
514
+ msgid "Left"
515
+ msgstr "Esquerda"
516
+
517
+ #: ../admin/social_sharing.php:325
518
+ #: ../admin/social_sharing.php:632
519
+ msgid "Top"
520
+ msgstr "Acima"
521
+
522
+ #: ../admin/social_sharing.php:327
523
+ #: ../admin/social_sharing.php:634
524
+ #: ../admin/social_sharing.php:853
525
+ #: ../admin/social_sharing.php:1236
526
+ #: ../admin/like_buttons.php:173
527
+ #: ../admin/like_buttons.php:419
528
+ msgid "Right"
529
+ msgstr "Direita"
530
+
531
+ #: ../admin/social_sharing.php:329
532
+ #: ../admin/social_sharing.php:636
533
+ msgid "Bottom"
534
+ msgstr "Abaixo"
535
+
536
+ #: ../admin/social_sharing.php:331
537
+ #: ../admin/social_sharing.php:638
538
+ msgid "Inner Left"
539
+ msgstr "Inner a Esquerda"
540
+
541
+ #: ../admin/social_sharing.php:333
542
+ #: ../admin/social_sharing.php:640
543
+ msgid "Inner Top"
544
+ msgstr "Inner Acima"
545
+
546
+ #: ../admin/social_sharing.php:335
547
+ #: ../admin/social_sharing.php:642
548
+ msgid "Inner Right"
549
+ msgstr "Inner a Direita"
550
+
551
+ #: ../admin/social_sharing.php:337
552
+ #: ../admin/social_sharing.php:644
553
+ msgid "Inner Bottom"
554
+ msgstr "Inner a Baixo"
555
+
556
+ #: ../admin/social_sharing.php:345
557
+ #: ../admin/social_sharing.php:652
558
+ msgid "Position of share counter"
559
+ msgstr "Posição do contador de compartilhamento"
560
+
561
+ #: ../admin/social_sharing.php:355
562
+ msgid "Floating interface theme"
563
+ msgstr "Tema da inteface flutuante"
564
+
565
+ #: ../admin/social_sharing.php:667
566
+ msgid "Standard Sharing Interface Options"
567
+ msgstr "Opções de Interface de Compartilhamento Padrão"
568
+
569
+ #: ../admin/social_sharing.php:673
570
+ msgid "Enable Standard sharing interface"
571
+ msgstr "Habilita interface de Compartilhamento padrão"
572
+
573
+ #: ../admin/social_sharing.php:683
574
+ msgid "Master control to enable standard sharing"
575
+ msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
576
+
577
+ #: ../admin/social_sharing.php:693
578
+ #: ../admin/social_sharing.php:1081
579
+ #: ../admin/like_buttons.php:74
580
+ #: ../admin/like_buttons.php:322
581
+ msgid "Target Url"
582
+ msgstr "Url Destino"
583
+
584
+ #: ../admin/social_sharing.php:697
585
+ #: ../admin/social_sharing.php:1085
586
+ #: ../admin/like_buttons.php:78
587
+ #: ../admin/like_buttons.php:326
588
+ msgid "Url of the webpage where icons are located (default)"
589
+ msgstr "Url das webpages onde os ícones estão localizados (padrão)"
590
+
591
+ #: ../admin/social_sharing.php:699
592
+ #: ../admin/social_sharing.php:1087
593
+ #: ../admin/like_buttons.php:80
594
+ #: ../admin/like_buttons.php:328
595
+ msgid "Url of the homepage of your website"
596
+ msgstr "Url da homepage do seu website"
597
+
598
+ #: ../admin/social_sharing.php:701
599
+ #: ../admin/social_sharing.php:1089
600
+ #: ../admin/like_buttons.php:82
601
+ #: ../admin/like_buttons.php:330
602
+ msgid "Custom url"
603
+ msgstr "Url personalizada"
604
+
605
+ #: ../admin/social_sharing.php:708
606
+ #: ../admin/social_sharing.php:1096
607
+ msgid "Url to share"
608
+ msgstr "Url para compartilhar"
609
+
610
+ #: ../admin/social_sharing.php:716
611
+ #: ../admin/social_login.php:377
612
+ #: ../admin/like_buttons.php:97
613
+ msgid "Title"
614
+ msgstr "Título"
615
+
616
+ #: ../admin/social_sharing.php:726
617
+ msgid "The text to display above the sharing interface"
618
+ msgstr "Texto a ser exibido acima da interface de compartilhamento"
619
+
620
+ #: ../admin/social_sharing.php:738
621
+ #: ../admin/social_sharing.php:1104
622
+ msgid "Rearrange icons"
623
+ msgstr "Rearranjar ícones"
624
+
625
+ #: ../admin/social_sharing.php:797
626
+ #: ../admin/social_sharing.php:1163
627
+ msgid "Drag the icons to rearrange in desired order"
628
+ msgstr "Arraste os ícones para rearanjar na ordem desejada"
629
+
630
+ #: ../admin/social_sharing.php:805
631
+ #: ../admin/social_sharing.php:1171
632
+ msgid "Select Sharing Services"
633
+ msgstr "Selecione os Serviços Compartilhados"
634
+
635
+ #: ../admin/social_sharing.php:812
636
+ #: ../admin/social_sharing.php:1178
637
+ msgid "Select sharing services to show in social share bar"
638
+ msgstr "Selecione os serviços compartilhados para exibir na barra de compartilhamento social"
639
+
640
+ #: ../admin/social_sharing.php:847
641
+ #: ../admin/social_sharing.php:1231
642
+ #: ../admin/like_buttons.php:167
643
+ #: ../admin/like_buttons.php:414
644
+ msgid "Horizontal alignment"
645
+ msgstr "Alinhamento horizonal"
646
+
647
+ #: ../admin/social_sharing.php:852
648
+ #: ../admin/like_buttons.php:172
649
+ msgid "Center"
650
+ msgstr "Centro"
651
+
652
+ #: ../admin/social_sharing.php:861
653
+ #: ../admin/social_sharing.php:1244
654
+ msgid "Horizontal alignment of the sharing interface"
655
+ msgstr "Alinhamento horizontal da interface de compartilhamento"
656
+
657
+ #: ../admin/social_sharing.php:869
658
+ #: ../admin/like_buttons.php:189
659
+ msgid "Position with respect to content"
660
+ msgstr "Posição em relação ao conteúdo"
661
+
662
+ #: ../admin/social_sharing.php:873
663
+ #: ../admin/like_buttons.php:193
664
+ msgid "Top of the content"
665
+ msgstr "Acima do conteúdo"
666
+
667
+ #: ../admin/social_sharing.php:875
668
+ #: ../admin/like_buttons.php:195
669
+ msgid "Bottom of the content"
670
+ msgstr "Abaixo do conteúdo"
671
+
672
+ #: ../admin/social_sharing.php:882
673
+ msgid "Specify position of the sharing interface with respect to the content"
674
+ msgstr "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
675
+
676
+ #: ../admin/social_sharing.php:890
677
+ #: ../admin/social_sharing.php:1310
678
+ msgid "Placement"
679
+ msgstr "Localização"
680
+
681
+ #: ../admin/social_sharing.php:894
682
+ #: ../admin/social_sharing.php:1314
683
+ #: ../admin/social_login.php:658
684
+ #: ../admin/social_login.php:688
685
+ #: ../admin/like_buttons.php:214
686
+ #: ../admin/like_buttons.php:497
687
+ msgid "Homepage"
688
+ msgstr "Homepage"
689
+
690
+ #: ../admin/social_sharing.php:896
691
+ #: ../admin/social_sharing.php:1316
692
+ #: ../admin/like_buttons.php:216
693
+ #: ../admin/like_buttons.php:499
694
+ msgid "Posts"
695
+ msgstr "Posts"
696
+
697
+ #: ../admin/social_sharing.php:898
698
+ #: ../admin/social_sharing.php:1318
699
+ #: ../admin/like_buttons.php:218
700
+ #: ../admin/like_buttons.php:501
701
+ msgid "Pages"
702
+ msgstr "Páginas"
703
+
704
+ #: ../admin/social_sharing.php:900
705
+ #: ../admin/social_sharing.php:1320
706
+ msgid "Excerpts (at Homepage)"
707
+ msgstr "Pedaços (na Homepage)"
708
+
709
+ #: ../admin/social_sharing.php:902
710
+ #: ../admin/social_sharing.php:1322
711
+ #: ../admin/like_buttons.php:222
712
+ #: ../admin/like_buttons.php:505
713
+ msgid "Category Archives"
714
+ msgstr "Arquivos de Categorias"
715
+
716
+ #: ../admin/social_sharing.php:904
717
+ #: ../admin/social_sharing.php:1324
718
+ #: ../admin/like_buttons.php:224
719
+ #: ../admin/like_buttons.php:507
720
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
721
+ msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
722
+
723
+ #: ../admin/social_sharing.php:920
724
+ #: ../admin/like_buttons.php:240
725
+ msgid "BuddyPress activity"
726
+ msgstr "Atividade BuddyPress"
727
+
728
+ #: ../admin/social_sharing.php:922
729
+ #: ../admin/like_buttons.php:243
730
+ msgid "BuddyPress group (only at top of content)"
731
+ msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
732
+
733
+ #: ../admin/social_sharing.php:928
734
+ #: ../admin/social_sharing.php:1346
735
+ #: ../admin/like_buttons.php:250
736
+ #: ../admin/like_buttons.php:528
737
+ msgid "BBPress forum"
738
+ msgstr "Forum BBPress"
739
+
740
+ #: ../admin/social_sharing.php:931
741
+ #: ../admin/social_sharing.php:1349
742
+ #: ../admin/like_buttons.php:253
743
+ #: ../admin/like_buttons.php:531
744
+ msgid "BBPress topic"
745
+ msgstr "Tópico BBPress"
746
+
747
+ #: ../admin/social_sharing.php:934
748
+ #: ../admin/like_buttons.php:256
749
+ msgid "BBPress reply"
750
+ msgstr "Responder BBPress"
751
+
752
+ #: ../admin/social_sharing.php:941
753
+ #: ../admin/like_buttons.php:262
754
+ msgid "After individual product at WooCommerce Shop page"
755
+ msgstr "Depois de produtos individuais na página WooCommerce Shop"
756
+
757
+ #: ../admin/social_sharing.php:944
758
+ #: ../admin/like_buttons.php:265
759
+ msgid "WooCommerce Product Page"
760
+ msgstr "Página de Produtos WooCommerce"
761
+
762
+ #: ../admin/social_sharing.php:947
763
+ #: ../admin/like_buttons.php:268
764
+ msgid "WooCommerce Thankyou Page"
765
+ msgstr "Página de Agradecimento WooCommerce"
766
+
767
+ #: ../admin/social_sharing.php:958
768
+ msgid "Specify the pages where you want to enable Sharing interface"
769
+ msgstr "Especifique as páginas onde você deseja habilitar a interface de compartilhamento"
770
+
771
+ #: ../admin/social_sharing.php:966
772
+ #: ../admin/social_sharing.php:1367
773
+ msgid "Show share counts"
774
+ msgstr "Exibir contadores de compartilhamento"
775
+
776
+ #: ../admin/social_sharing.php:971
777
+ #: ../admin/social_sharing.php:1372
778
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
779
+ msgstr "Contadores oficiais de compartilhamento são suportados pelo Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon e Vkontakte"
780
+
781
+ #: ../admin/social_sharing.php:988
782
+ #: ../admin/social_sharing.php:1380
783
+ #, php-format
784
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
785
+ msgstr "Use <a href=\\\"%s\\\" target=\\\"_blank\\\">NewShareCounts</a> para exibir o contador do Twitter"
786
+
787
+ #: ../admin/social_sharing.php:990
788
+ #: ../admin/social_sharing.php:1382
789
+ #, php-format
790
+ msgid "For this to work, you have to enter your website url %s and sign in using Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
791
+ msgstr "Para isso funcionar, você deve fornecer a url de seu website %s e se autenticar na conta do Twitter em <a href=\\\"%s\\\" target=\\\"_blank\\\">no website dele</a>"
792
+
793
+ #: ../admin/social_sharing.php:992
794
+ #: ../admin/social_sharing.php:1384
795
+ #, php-format
796
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
797
+ msgstr "Use <a href=\\\"%s\\\" target=\\\"_blank\\\">OpenShareCount</a> para exibir o contador de compartilhamento do Twitter"
798
+
799
+ #: ../admin/social_sharing.php:994
800
+ #: ../admin/social_sharing.php:1386
801
+ #, php-format
802
+ msgid "For this to work, you have to sign up and register your website url %s at <a href=\"%s\" target=\"_blank\">their website</a>"
803
+ msgstr "Para isso funcionar, você tem que se autenticar e registrar a url de seu website %s em <a href=\\\"%s\\\" target=\\\"_blank\\\">no website dele</a>"
804
+
805
+ #: ../admin/social_sharing.php:1001
806
+ #: ../admin/social_sharing.php:1393
807
+ msgid "If enabled, share counts are displayed above sharing icons."
808
+ msgstr "Se habilitado, os contadores de compartilhamento são exibidos acima dos ícones de compartilhamento."
809
+
810
+ #: ../admin/social_sharing.php:1010
811
+ #: ../admin/social_sharing.php:1402
812
+ msgid "Show total shares"
813
+ msgstr "Exibe total de compartilhamentos"
814
+
815
+ #: ../admin/social_sharing.php:1020
816
+ #: ../admin/social_sharing.php:1412
817
+ msgid "If enabled, total shares will be displayed with sharing icons"
818
+ msgstr "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones de compartilhamento"
819
+
820
+ #: ../admin/social_sharing.php:1029
821
+ #: ../admin/social_sharing.php:1421
822
+ msgid "Enable 'More' icon"
823
+ msgstr "Habilitar 'Mais' ícones"
824
+
825
+ #: ../admin/social_sharing.php:1039
826
+ #: ../admin/social_sharing.php:1431
827
+ msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
828
+ msgstr "Se habilitado, o ícone de \\\"Mais\\\" será exibido após selecionado o ícone de compartilhamento com a exibição adicional das redes sociais compartilhadas em um popup"
829
+
830
+ #: ../admin/social_sharing.php:1055
831
+ msgid "Floating Sharing Interface Options"
832
+ msgstr "Opções da Interface de Compartilhamento Flutuante"
833
+
834
+ #: ../admin/social_sharing.php:1061
835
+ msgid "Enable Floating sharing interface"
836
+ msgstr "Habilita interface de compartilhamento flutuante"
837
+
838
+ #: ../admin/social_sharing.php:1071
839
+ msgid "Master control to enable floating sharing widget"
840
+ msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
841
+
842
+ #: ../admin/social_sharing.php:1223
843
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
844
+ msgstr "Especifique a cor ou código hexadecimal (examplo #cc78e0) para o fundo ou para a barra vertical de compartilhamento. Deixe vazio para transparente. Você pode obter o código hexadecimal que você requer por meio deste link <a href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
845
+
846
+ #: ../admin/social_sharing.php:1253
847
+ #: ../admin/like_buttons.php:436
848
+ msgid "Left offset"
849
+ msgstr "Ajuste à esquerda"
850
+
851
+ #: ../admin/social_sharing.php:1263
852
+ msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
853
+ msgstr "Especifique um número. Incrementos no número irão deslocar a interface de compartilhamento para a direita e decrementos no número irão deslocar a interface de compartilhamento para a esquerda. Os números podem também ser negativos."
854
+
855
+ #: ../admin/social_sharing.php:1273
856
+ #: ../admin/like_buttons.php:456
857
+ msgid "Right offset"
858
+ msgstr "Ajuste à direita"
859
+
860
+ #: ../admin/social_sharing.php:1283
861
+ msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
862
+ msgstr "Especifique um número. Incrementos no número irão deslocar a interface de compartilhamento para a esquerda e decrementos no número irão deslocar a interface de compartilhamento para a direita. Os números podem também ser negativos."
863
+
864
+ #: ../admin/social_sharing.php:1292
865
+ #: ../admin/like_buttons.php:475
866
+ msgid "Top offset"
867
+ msgstr "Ajuste acima"
868
+
869
+ #: ../admin/social_sharing.php:1302
870
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
871
+ msgstr "Especifique um número. Incrementos no número irão deslocar a interface de compartilhamento para baixo e decrementos no número irão deslocar a interface de compartilhamento para cima."
872
+
873
+ #: ../admin/social_sharing.php:1338
874
+ #: ../admin/like_buttons.php:521
875
+ msgid "BuddyPress group"
876
+ msgstr "Grupo BuddyPress"
877
+
878
+ #: ../admin/social_sharing.php:1359
879
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
880
+ msgstr "Especifique as páginas onde você deseja habilitar a interface de compartilhamento vertical"
881
+
882
+ #: ../admin/social_sharing.php:1439
883
+ msgid "Vertical floating bar responsiveness"
884
+ msgstr "Sensibilidade da barra flutuante vertical"
885
+
886
+ #: ../admin/social_sharing.php:1442
887
+ #, php-format
888
+ msgid "Display vertical interface only when screen is wider than %s pixels"
889
+ msgstr "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
890
+
891
+ #: ../admin/social_sharing.php:1449
892
+ msgid "Display vertical interface only when screen is wider than the width specified."
893
+ msgstr "Exibe interface vertical apenas quando a tela é mais larga que a largura especificada."
894
+
895
+ #: ../admin/social_sharing.php:1457
896
+ msgid "Horizontal floating bar responsiveness"
897
+ msgstr "Sensibilidade da barra flutuante horizontal"
898
+
899
+ #: ../admin/social_sharing.php:1460
900
+ #, php-format
901
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
902
+ msgstr "Manter a vertical em baixo na interface de flutuação horizontal apenas quando a tela é mais estreita do que %s pixels"
903
+
904
+ #: ../admin/social_sharing.php:1467
905
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
906
+ msgstr "Manter a vertical em baixo na interface de flutuação horizontal apenas quando a tela é mais estreita do que a largura especificada"
907
+
908
+ #: ../admin/social_sharing.php:1477
909
+ msgid "Horizontal floating bar position"
910
+ msgstr "Posição da barra de flutuação horizontal"
911
+
912
+ #: ../admin/social_sharing.php:1480
913
+ #, php-format
914
+ msgid "%s pixels from %s"
915
+ msgstr "%s pixels de %s"
916
+
917
+ #: ../admin/social_sharing.php:1487
918
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
919
+ msgstr "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo também."
920
+
921
+ #: ../admin/social_sharing.php:1506
922
+ #: ../admin/like_buttons.php:577
923
+ msgid "Url shortener"
924
+ msgstr "Encurtador de Url"
925
+
926
+ #: ../admin/social_sharing.php:1512
927
+ msgid "Use shortlinks already installed"
928
+ msgstr "Use shortlinks já instalados"
929
+
930
+ #: ../admin/social_sharing.php:1522
931
+ msgid "Uses default short url permalinks without using any additional plugin"
932
+ msgstr "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
933
+
934
+ #: ../admin/social_sharing.php:1530
935
+ msgid "Enable bit.ly url shortener for sharing"
936
+ msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
937
+
938
+ #: ../admin/social_sharing.php:1540
939
+ #: ../admin/like_buttons.php:611
940
+ msgid "Master control to enable bit.ly url shortening for sharing"
941
+ msgstr "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
942
+
943
+ #: ../admin/social_sharing.php:1548
944
+ #: ../admin/like_buttons.php:619
945
+ msgid "bit.ly username"
946
+ msgstr "username bit.ly"
947
+
948
+ #: ../admin/social_sharing.php:1558
949
+ #: ../admin/like_buttons.php:629
950
+ #, php-format
951
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
952
+ msgstr "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\\"_blank\\\">este link</a> pata obter o username do bit.ly"
953
+
954
+ #: ../admin/social_sharing.php:1567
955
+ #: ../admin/like_buttons.php:638
956
+ msgid "bit.ly API Key"
957
+ msgstr "bit.ly API Key"
958
+
959
+ #: ../admin/social_sharing.php:1577
960
+ #: ../admin/like_buttons.php:648
961
+ #, php-format
962
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
963
+ msgstr "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\\"_blank\\\">este link</a> para obter a sua API key"
964
+
965
+ #: ../admin/social_sharing.php:1586
966
+ #: ../admin/like_buttons.php:657
967
+ msgid "Clear Bitly Cache"
968
+ msgstr "Limpar o Cache Bitly"
969
+
970
+ #: ../admin/social_sharing.php:1590
971
+ #: ../admin/like_buttons.php:661
972
+ msgid "ShortUrl cache cleared successfully."
973
+ msgstr "Cache ShortUrl limpo com sucesso."
974
+
975
+ #: ../admin/social_sharing.php:1597
976
+ #: ../admin/like_buttons.php:668
977
+ msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
978
+ msgstr "Use isso para remover os short urls salvos na base de dados. Convém, se as urls do seu website foram trocadas mas as short urls ainda estão sendo geradas para suas urls antigas."
979
+
980
+ #: ../admin/social_sharing.php:1606
981
+ msgid "Share Count Cache"
982
+ msgstr "Cache de Contador de Compartilhamento"
983
+
984
+ #: ../admin/social_sharing.php:1612
985
+ msgid "Refresh Share Count cache every"
986
+ msgstr "Atualizar o contador de compartilhamento a cada"
987
+
988
+ #: ../admin/social_sharing.php:1628
989
+ msgid "Frequent cache refreshing results in slower loading of pages with share counts enabled"
990
+ msgstr "Atualizações frequentes do cache resultam em carregamento mais lento das páginas com os contadores de compartilhamento habilitados"
991
+
992
+ #: ../admin/social_sharing.php:1636
993
+ msgid "Clear Share Counts Cache"
994
+ msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
995
+
996
+ #: ../admin/social_sharing.php:1640
997
+ msgid "Share Counts cache cleared successfully."
998
+ msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
999
+
1000
+ #: ../admin/social_sharing.php:1647
1001
+ msgid "Use this to clear cached share counts"
1002
+ msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1003
+
1004
+ #: ../admin/social_sharing.php:1656
1005
+ #: ../admin/social_sharing.php:1662
1006
+ #: ../admin/social_commenting.php:311
1007
+ #: ../admin/like_buttons.php:677
1008
+ #: ../admin/like_buttons.php:683
1009
+ msgid "Language"
1010
+ msgstr "Languagem"
1011
+
1012
+ #: ../admin/social_sharing.php:1672
1013
+ #, php-format
1014
+ msgid "Enter the code of the language you want to use for like buttons. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1015
+ msgstr "Entre o código da linguagem que você deseja para esses botões. Você pode achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1016
+
1017
+ #: ../admin/social_sharing.php:1681
1018
+ msgid "Username in sharing"
1019
+ msgstr "Username no compartilhamento"
1020
+
1021
+ #: ../admin/social_sharing.php:1687
1022
+ msgid "Twitter username (without @)"
1023
+ msgstr "Username do Twitter (sem @)"
1024
+
1025
+ #: ../admin/social_sharing.php:1697
1026
+ #: ../admin/social_sharing.php:1716
1027
+ msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
1028
+ msgstr "Forneça o username que será acrescentado após o conteúdo compartilhado como \\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username no conteúdo sendo compartilhado."
1029
+
1030
+ #: ../admin/social_sharing.php:1706
1031
+ msgid "Buffer username (without @)"
1032
+ msgstr "Username do Buffer (sem @)"
1033
+
1034
+ #: ../admin/social_sharing.php:1743
1035
+ msgid "Facebook Sharing Troubleshooter"
1036
+ msgstr "Solução de problema no compartilhamento com o Facebook"
1037
+
1038
+ #: ../admin/social_sharing.php:1748
1039
+ msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
1040
+ msgstr "Se o compartilhamento com o Facebook não está funcionado corretamente, click no seguinte link e copie a url problemática no campo de texto (onde o compartilhamento do Facebook não está funcionando adequadamente) no seu website:"
1041
+
1042
+ #: ../admin/social_sharing.php:1764
1043
+ msgid "How can I show share counts of my website rather than of individual pages/posts?"
1044
+ msgstr "Como posso exibir os contadores de compartilhamento do meu website ao invés das páginas/posts individuais?"
1045
+
1046
+ #: ../admin/social_sharing.php:1765
1047
+ msgid "How can I disable sharing on particular page/post?"
1048
+ msgstr "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1049
+
1050
+ #: ../admin/social_sharing.php:1766
1051
+ msgid "How can I specify minimum sharing count for sharing networks?"
1052
+ msgstr "Como posso especificar um contador mínimo de compartilhamento das redes sociais?"
1053
+
1054
+ #: ../admin/social_sharing.php:1767
1055
+ msgid "How to share specific page?"
1056
+ msgstr "Como compartilhar página específica?"
1057
+
1058
+ #: ../admin/social_sharing.php:1768
1059
+ msgid "How to integrate Google Analytics with sharing?"
1060
+ msgstr "Como integrar o Google Analytics com compartilhamento?"
1061
+
1062
+ #: ../admin/social_sharing.php:1769
1063
+ msgid "How to customize the look of total share counts?"
1064
+ msgstr "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1065
+
1066
+ #: ../admin/social_sharing.php:1770
1067
+ msgid "How to customize the look of individual share counts?"
1068
+ msgstr "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1069
+
1070
+ #: ../admin/social_sharing.php:1771
1071
+ msgid "How to show Whatsapp icon only on mobile devices?"
1072
+ msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1073
+
1074
+ #: ../admin/social_sharing.php:1772
1075
+ msgid "How to hide arrow after floating sharing bar?"
1076
+ msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1077
+
1078
+ #: ../admin/social_sharing.php:1773
1079
+ #, fuzzy
1080
+ msgid "Why are Share Counts Not Updating?"
1081
+ msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1082
+
1083
+ #: ../admin/social_sharing.php:1774
1084
+ #: ../admin/like_buttons.php:766
1085
+ msgid "Why is there so much space between like buttons?"
1086
+ msgstr ""
1087
+
1088
+ #: ../admin/social_commenting.php:13
1089
+ msgid "Enable Social Commenting"
1090
+ msgstr "Habilitar Comentário Social"
1091
+
1092
+ #: ../admin/social_commenting.php:23
1093
+ msgid "Master control to enable Social Commenting"
1094
+ msgstr "Controle mestre para habilitar o Comentário Social"
1095
+
1096
+ #: ../admin/social_commenting.php:34
1097
+ msgid "Social Commenting"
1098
+ msgstr "Comentário Social"
1099
+
1100
+ #: ../admin/social_commenting.php:35
1101
+ #: ../admin/social_commenting.php:440
1102
+ msgid "Shortcode"
1103
+ msgstr "Shortcode"
1104
+
1105
+ #: ../admin/social_commenting.php:48
1106
+ msgid "Order of tabs in commenting interface"
1107
+ msgstr "Ordem das guias na interface de comentários"
1108
+
1109
+ #: ../admin/social_commenting.php:58
1110
+ msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1111
+ msgstr "rdem das guais exibidas na interface de comentário social. Padrão para wordpress, facebook, googleplus, disqus"
1112
+
1113
+ #: ../admin/social_commenting.php:66
1114
+ msgid "Comment area label"
1115
+ msgstr "Rótulo da área de comentário"
1116
+
1117
+ #: ../admin/social_commenting.php:76
1118
+ msgid "Label for comment area"
1119
+ msgstr "Rótulo para a área de comentário"
1120
+
1121
+ #: ../admin/social_commenting.php:89
1122
+ msgid "Enable Social Commenting at"
1123
+ msgstr "Habilitar comentário Social em"
1124
+
1125
+ #: ../admin/social_commenting.php:108
1126
+ msgid "Specify the page/post groups where you want to enable Social Commenting"
1127
+ msgstr "Especificar grupos de páginas/posts onde você deseja habilitar o Comentário Social"
1128
+
1129
+ #: ../admin/social_commenting.php:119
1130
+ msgid "HTML ID of comment form container"
1131
+ msgstr "HTML ID do comentário do container"
1132
+
1133
+ #: ../admin/social_commenting.php:129
1134
+ msgid "HTML ID of container element of the default comment form at front end. Leave empty for default ID - \"respond\". You need to specify it if default comment form is appearing and Social Commenting is not getting enabled at front-end of your website."
1135
+ msgstr "HTML ID do elemento do container do comentário do formulário padrão de front end. Deixe vazio para ID padrão - \\\"respond\\\". Você necessita especificá-lo se o formulário de comentário padrão está aparecendo e o Comentário Social não está sendo habilitado no front-end do seu website."
1136
+
1137
+ #: ../admin/social_commenting.php:139
1138
+ msgid "Labels"
1139
+ msgstr "Rótulos"
1140
+
1141
+ #: ../admin/social_commenting.php:144
1142
+ msgid "Label for WordPress Commenting tab"
1143
+ msgstr "Rótulo para guia de Comentário WordPress"
1144
+
1145
+ #: ../admin/social_commenting.php:153
1146
+ msgid "Label for Facebook Commenting tab"
1147
+ msgstr "Rótulo para guia de Comentário Facebook"
1148
+
1149
+ #: ../admin/social_commenting.php:162
1150
+ msgid "Label for G+ Commenting tab"
1151
+ msgstr "Rótulo para guia de Comentário G+"
1152
+
1153
+ #: ../admin/social_commenting.php:171
1154
+ msgid "Label for Disqus Commenting tab"
1155
+ msgstr "Rótulo para guia de Comentário Disqus"
1156
+
1157
+ #: ../admin/social_commenting.php:182
1158
+ msgid "Facebook Commenting Options"
1159
+ msgstr "Opções de Comentário Facebook"
1160
+
1161
+ #: ../admin/social_commenting.php:188
1162
+ msgid "Enable Facebook Comments notification and moderation"
1163
+ msgstr "Habilita Comentários Facebook com motificação e moderação"
1164
+
1165
+ #: ../admin/social_commenting.php:196
1166
+ #: ../admin/social_commenting.php:206
1167
+ msgid "Enable Facebook Commenting"
1168
+ msgstr "Habilta Comentários Facebook"
1169
+
1170
+ #: ../admin/social_commenting.php:214
1171
+ #: ../admin/social_commenting.php:372
1172
+ msgid "Url to comment on"
1173
+ msgstr "Url para comentário"
1174
+
1175
+ #: ../admin/social_commenting.php:224
1176
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1177
+ msgstr "A URL absoluta que comenta posts será permanentemente associada à elas. Histórico no Facebook sobre posts comentadas, serão assocoadas a este URL.<br/>Se a esquerda vazia <strong>(Recomendado)</strong>, url da webpage será utilizada na qual está habilitado comentário."
1178
+
1179
+ #: ../admin/social_commenting.php:232
1180
+ #: ../admin/social_commenting.php:354
1181
+ msgid "Width"
1182
+ msgstr "Largura"
1183
+
1184
+ #: ../admin/social_commenting.php:242
1185
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1186
+ msgstr "Deixe em branco para auto ajuste de largura. A largura (em pixels) do bloco de Comentários."
1187
+
1188
+ #: ../admin/social_commenting.php:250
1189
+ msgid "Color Scheme"
1190
+ msgstr "Esquema de Cores"
1191
+
1192
+ #: ../admin/social_commenting.php:254
1193
+ msgid "Light"
1194
+ msgstr "Suave"
1195
+
1196
+ #: ../admin/social_commenting.php:255
1197
+ msgid "Dark"
1198
+ msgstr "Escura"
1199
+
1200
+ #: ../admin/social_commenting.php:263
1201
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1202
+ msgstr "O esquema de cores utilizado pelo plugin pode ser \\\"suave\\\" or \\\"escura\\\"."
1203
+
1204
+ #: ../admin/social_commenting.php:271
1205
+ msgid "Number of comments"
1206
+ msgstr "Número de comentários"
1207
+
1208
+ #: ../admin/social_commenting.php:281
1209
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1210
+ msgstr "O número de comentários a ser exibido por padrão. O valor minimo é 1. O padrão é 10"
1211
+
1212
+ #: ../admin/social_commenting.php:289
1213
+ msgid "Order by"
1214
+ msgstr "Ordenado por"
1215
+
1216
+ #: ../admin/social_commenting.php:293
1217
+ msgid "Social"
1218
+ msgstr "Social"
1219
+
1220
+ #: ../admin/social_commenting.php:294
1221
+ msgid "Reverse Time"
1222
+ msgstr "Tempo Reverso"
1223
+
1224
+ #: ../admin/social_commenting.php:295
1225
+ msgid "Time"
1226
+ msgstr "Tempo"
1227
+
1228
+ #: ../admin/social_commenting.php:303
1229
+ msgid "The order to use when displaying comments."
1230
+ msgstr "Ordem a ser usada quando exibir comentários."
1231
+
1232
+ #: ../admin/social_commenting.php:321
1233
+ #, php-format
1234
+ msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1235
+ msgstr "Entre o código da línguaguem que você deseja utilizar para exibir comentários. Você pode localizar o código da linguaguem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a>. Deixe em branco para línguagem padrão (inglês)"
1236
+
1237
+ #: ../admin/social_commenting.php:330
1238
+ msgid "Google Plus Commenting Options"
1239
+ msgstr "Opções de Comentário Google Plus"
1240
+
1241
+ #: ../admin/social_commenting.php:336
1242
+ #: ../admin/social_commenting.php:346
1243
+ msgid "Enable Google Plus Commenting"
1244
+ msgstr "Habilitar Comentários para o Google Plus"
1245
+
1246
+ #: ../admin/social_commenting.php:364
1247
+ msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1248
+ msgstr "Largura da interface de Comentário do GooglePlus. Deixe em branco para auto ajuste"
1249
+
1250
+ #: ../admin/social_commenting.php:382
1251
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1252
+ msgstr "A URL absoluta que comenta um post será permanentemente assiciado à ele. Histórico no Google Plus sobre comentários postados serão associadas a esta URL. <br/>se vazio à esquerda <strong>(Recomendado)</strong>, a url da webpage será utilizada em cada comentário que estiver habilitado."
1253
+
1254
+ #: ../admin/social_commenting.php:391
1255
+ msgid "Disqus Commenting Options"
1256
+ msgstr "Opções de Comentário Disqus"
1257
+
1258
+ #: ../admin/social_commenting.php:397
1259
+ #: ../admin/social_commenting.php:407
1260
+ msgid "Enable Disqus Commenting"
1261
+ msgstr "Habilitar comentário Disqus"
1262
+
1263
+ #: ../admin/social_commenting.php:415
1264
+ msgid "Disqus Shortname"
1265
+ msgstr "Disqus Shortname"
1266
+
1267
+ #: ../admin/social_commenting.php:425
1268
+ msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1269
+ msgstr "<strong>Requerido para utilizar comentários Disqus.</strong> Para mais informações sobre shortname, visite o seguinte link."
1270
+
1271
+ #: ../admin/social_commenting.php:442
1272
+ msgid "Social Commenting Shortcode"
1273
+ msgstr "Shortcode em Comentário Social"
1274
+
1275
+ #: ../admin/social_commenting.php:454
1276
+ msgid "How can I disable Social Commenting at individual page/post?"
1277
+ msgstr "Como posso desabilitar Comentário Social em uma pagina/post individual?"
1278
+
1279
+ #: ../admin/social_commenting.php:455
1280
+ msgid "How to disable default comment form from Social Commenting?"
1281
+ msgstr "Como deabilitar formulários de comentários padrão de Comentário Social?"
1282
+
1283
+ #: ../admin/social_login.php:14
1284
+ msgid "Enable Social Login"
1285
+ msgstr "Habilitar Autenticação Social"
1286
+
1287
+ #: ../admin/social_login.php:24
1288
+ msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1289
+ msgstr "Controle mestre para autenticação Social. Deve ser assinalado para habilitar a funcionalidade de Autenticação Social"
1290
+
1291
+ #: ../admin/social_login.php:35
1292
+ #: ../admin/social_login.php:46
1293
+ msgid "Basic Configuration"
1294
+ msgstr "Configuração Básica"
1295
+
1296
+ #: ../admin/social_login.php:36
1297
+ #, fuzzy
1298
+ msgid "Advanced Configuration"
1299
+ msgstr "Configuração Básica"
1300
+
1301
+ #: ../admin/social_login.php:38
1302
+ #: ../admin/social_login.php:813
1303
+ msgid "XProfile Integration"
1304
+ msgstr ""
1305
+
1306
+ #: ../admin/social_login.php:53
1307
+ msgid "Disable user registration via Social Login"
1308
+ msgstr "Desabilitar o registro de usuários via Autenticação Social"
1309
+
1310
+ #: ../admin/social_login.php:63
1311
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1312
+ msgstr "Após habilitar esta opção, novos usuários não serão mais aptos a se autenticar através da autenticação social. Apenas usuários existentes estarão habilitados para autenticação social."
1313
+
1314
+ #: ../admin/social_login.php:72
1315
+ msgid "Redirection url"
1316
+ msgstr "Url de redireção"
1317
+
1318
+ #: ../admin/social_login.php:82
1319
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1320
+ msgstr "Usuários serão redirecionados para esta página após tentativa falha da Autenticação Social. Você pode especificar a url do formulário de registro ou da página exibindo mensagem de falha na Autenticação Social."
1321
+
1322
+ #: ../admin/social_login.php:91
1323
+ msgid "Select providers"
1324
+ msgstr "Selecione provedores"
1325
+
1326
+ #: ../admin/social_login.php:96
1327
+ msgid "Facebook"
1328
+ msgstr "Facebook"
1329
+
1330
+ #: ../admin/social_login.php:100
1331
+ msgid "Twitter"
1332
+ msgstr "Twitter"
1333
+
1334
+ #: ../admin/social_login.php:104
1335
+ msgid "LinkedIn"
1336
+ msgstr "LinkedIn"
1337
+
1338
+ #: ../admin/social_login.php:108
1339
+ msgid "Google+"
1340
+ msgstr "Google+"
1341
+
1342
+ #: ../admin/social_login.php:112
1343
+ msgid "Vkontakte"
1344
+ msgstr "Vkontakte"
1345
+
1346
+ #: ../admin/social_login.php:116
1347
+ msgid "Instagram"
1348
+ msgstr "Instagram"
1349
+
1350
+ #: ../admin/social_login.php:120
1351
+ msgid "Xing"
1352
+ msgstr "Xing"
1353
+
1354
+ #: ../admin/social_login.php:124
1355
+ msgid "Steam"
1356
+ msgstr ""
1357
+
1358
+ #: ../admin/social_login.php:129
1359
+ #, fuzzy
1360
+ msgid "Twitch"
1361
+ msgstr "Twitter"
1362
+
1363
+ #: ../admin/social_login.php:137
1364
+ msgid "Select Social ID provider to enable in Social Login"
1365
+ msgstr "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1366
+
1367
+ #: ../admin/social_login.php:145
1368
+ msgid "Facebook App ID"
1369
+ msgstr "Facebook App ID"
1370
+
1371
+ #: ../admin/social_login.php:155
1372
+ #, php-format
1373
+ msgid "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"
1374
+ msgstr "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter o Facebook App ID"
1375
+
1376
+ #: ../admin/social_login.php:157
1377
+ msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1378
+ msgstr "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1379
+
1380
+ #: ../admin/social_login.php:167
1381
+ msgid "Twitter API Key"
1382
+ msgstr "Twitter API Key"
1383
+
1384
+ #: ../admin/social_login.php:177
1385
+ #, php-format
1386
+ msgid "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"
1387
+ msgstr "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> para obter Twitter API Key"
1388
+
1389
+ #: ../admin/social_login.php:179
1390
+ #: ../admin/social_login.php:201
1391
+ msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1392
+ msgstr "Cole a seguinte url nas opções de <strong>Website</strong> e <strong>Callback URL</strong> no link mencionado"
1393
+
1394
+ #: ../admin/social_login.php:189
1395
+ msgid "Twitter API Secret"
1396
+ msgstr "Segredo API Twitter"
1397
+
1398
+ #: ../admin/social_login.php:199
1399
+ #, php-format
1400
+ msgid "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"
1401
+ msgstr "Requerido para a Autenticação Social do Twitter funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter o segredo da API Twitter"
1402
+
1403
+ #: ../admin/social_login.php:211
1404
+ msgid "LinkedIn API Key"
1405
+ msgstr "LinkedIn API Key"
1406
+
1407
+ #: ../admin/social_login.php:221
1408
+ #, php-format
1409
+ msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1410
+ msgstr "Requirido para Autenticação Social LinkedIn funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obeter API Key do LinkedIn"
1411
+
1412
+ #: ../admin/social_login.php:223
1413
+ #: ../admin/social_login.php:289
1414
+ msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1415
+ msgstr "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1416
+
1417
+ #: ../admin/social_login.php:233
1418
+ msgid "Google+ Client ID"
1419
+ msgstr "Google+ Client ID"
1420
+
1421
+ #: ../admin/social_login.php:243
1422
+ #, php-format
1423
+ msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1424
+ msgstr "Requirido para Autenticação Social GooglePlus funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter o GooglePlus Client ID"
1425
+
1426
+ #: ../admin/social_login.php:245
1427
+ msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1428
+ msgstr "Cole a seguinte opções de url em <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> e <strong>AUTHORIZED REDIRECT URI</strong> no link mencionado"
1429
+
1430
+ #: ../admin/social_login.php:255
1431
+ msgid "Vkontakte Application ID"
1432
+ msgstr "Vkontakte Application ID"
1433
+
1434
+ #: ../admin/social_login.php:265
1435
+ #, php-format
1436
+ msgid "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"
1437
+ msgstr "Requirido para Autenticação Social Vkontakte funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter Vkontakte Application ID"
1438
+
1439
+ #: ../admin/social_login.php:267
1440
+ msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1441
+ msgstr "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
1442
+
1443
+ #: ../admin/social_login.php:277
1444
+ msgid "Instagram Client ID"
1445
+ msgstr "Instagram Client ID"
1446
+
1447
+ #: ../admin/social_login.php:287
1448
+ #, php-format
1449
+ msgid "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"
1450
+ msgstr "Requirido para Autenticação Social Instagram funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter Instagram Client ID"
1451
+
1452
+ #: ../admin/social_login.php:299
1453
+ msgid "Xing Consumer Key"
1454
+ msgstr "Xing Consumer Key"
1455
+
1456
+ #: ../admin/social_login.php:309
1457
+ #, php-format
1458
+ msgid "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"
1459
+ msgstr "Requirido para Autenticação Social Xind funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter Xing Consumer Key"
1460
+
1461
+ #: ../admin/social_login.php:311
1462
+ #: ../admin/social_login.php:333
1463
+ msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1464
+ msgstr "Cole a seguinte opção de url <strong>Callback domain</strong> para o link mencionado"
1465
+
1466
+ #: ../admin/social_login.php:321
1467
+ msgid "Xing Consumer Secret"
1468
+ msgstr "Xing Consumer Secret"
1469
+
1470
+ #: ../admin/social_login.php:331
1471
+ #, php-format
1472
+ msgid "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"
1473
+ msgstr "Requirido para Autenticação Social Xing funcionar. Por favor siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para obter Xing Consumer Secret"
1474
+
1475
+ #: ../admin/social_login.php:343
1476
+ #, fuzzy
1477
+ msgid "Twitch Client ID"
1478
+ msgstr "Instagram Client ID"
1479
+
1480
+ #: ../admin/social_login.php:353
1481
+ #, fuzzy, php-format
1482
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1483
+ msgstr "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> para obter Twitter API Key"
1484
+
1485
+ #: ../admin/social_login.php:355
1486
+ #, fuzzy
1487
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1488
+ msgstr "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1489
+
1490
+ #: ../admin/social_login.php:371
1491
+ #, fuzzy
1492
+ msgid "Social Login Options"
1493
+ msgstr "Autenticação Social"
1494
+
1495
+ #: ../admin/social_login.php:387
1496
+ msgid "Text to display above the Social Login interface"
1497
+ msgstr "Texto exibido acima da interface de Autenticação Social"
1498
+
1499
+ #: ../admin/social_login.php:396
1500
+ msgid "Enable at login page"
1501
+ msgstr "Habilia a página de autenticação"
1502
+
1503
+ #: ../admin/social_login.php:406
1504
+ msgid "Social Login interface will get enabled at the login page of your website"
1505
+ msgstr "Interface de Autenticação Social será habilitada na página de autenticação do seu website"
1506
+
1507
+ #: ../admin/social_login.php:414
1508
+ msgid "Enable at register page"
1509
+ msgstr "Habilitar página de registro"
1510
+
1511
+ #: ../admin/social_login.php:424
1512
+ msgid "Social Login interface will get enabled at the registration page of your website"
1513
+ msgstr "Interface de Autenticação Social será habilitada na página de registro de seu website"
1514
+
1515
+ #: ../admin/social_login.php:432
1516
+ msgid "Enable at comment form"
1517
+ msgstr "Habilitar no formulário de comentário"
1518
+
1519
+ #: ../admin/social_login.php:442
1520
+ msgid "Social Login interface will get enabled at your Wordpress Comment form"
1521
+ msgstr "Interface de Autenticação Social será habilitada em seu formulário de comentários Wordpress"
1522
+
1523
+ #: ../admin/social_login.php:456
1524
+ msgid "Enable before WooCommerce Customer Login Form"
1525
+ msgstr "Habilido antes do formulário de autenticação do WooCommerce"
1526
+
1527
+ #: ../admin/social_login.php:466
1528
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1529
+ msgstr "Interface de Autenticação Social será habilitada antes do formulário de autenticação de cliente na página Minha Conta do WooCommerce"
1530
+
1531
+ #: ../admin/social_login.php:474
1532
+ msgid "Enable after WooCommerce Customer Login Form"
1533
+ msgstr "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
1534
+
1535
+ #: ../admin/social_login.php:484
1536
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1537
+ msgstr "Interface de Autenticação Social será habilitada depois do formulário de autenticação de cliente na página Minha Conta do WooCommerce"
1538
+
1539
+ #: ../admin/social_login.php:492
1540
+ msgid "Enable at WooCommerce checkout page"
1541
+ msgstr "Habilitado na página de checkout do WooCommerce"
1542
+
1543
+ #: ../admin/social_login.php:502
1544
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1545
+ msgstr "Interface de Autenticação Social será habilitada página de checkout do WooCommerce"
1546
+
1547
+ #: ../admin/social_login.php:513
1548
+ msgid "Auto-approve comments made by Social Login users"
1549
+ msgstr "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
1550
+
1551
+ #: ../admin/social_login.php:523
1552
+ msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1553
+ msgstr "Se esta opção está habilitada e um cometário WordPress é feito por um usuário de Autenticação social, o comentário será aprovado imediatamente sem considerações de moderação."
1554
+
1555
+ #: ../admin/social_login.php:524
1556
+ msgid "Note: This is not related to Facebook comments"
1557
+ msgstr "Note: Isto não está relacionado com comentários do Facebook"
1558
+
1559
+ #: ../admin/social_login.php:534
1560
+ msgid "Enable social avatar"
1561
+ msgstr "Habilitar o avatar social"
1562
+
1563
+ #: ../admin/social_login.php:544
1564
+ msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1565
+ msgstr "Fotogragia do perfil social do usuário autenticado será exibido como avatar do perfil"
1566
+
1567
+ #: ../admin/social_login.php:554
1568
+ msgid "Avatar quality"
1569
+ msgstr "Qualidade do Avatar"
1570
+
1571
+ #: ../admin/social_login.php:557
1572
+ msgid "Average"
1573
+ msgstr "Média"
1574
+
1575
+ #: ../admin/social_login.php:558
1576
+ msgid "Best"
1577
+ msgstr "Melhor"
1578
+
1579
+ #: ../admin/social_login.php:565
1580
+ msgid "Choose avatar quality"
1581
+ msgstr "Escolha a qualidade do avatar"
1582
+
1583
+ #: ../admin/social_login.php:574
1584
+ msgid "Show option for users to update social avatar at BuddyPress profile page"
1585
+ msgstr "Exibir opção para os usuários atualizarem o avatar social na página do perfil do BuddyPress"
1586
+
1587
+ #: ../admin/social_login.php:584
1588
+ msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1589
+ msgstr "Se habilitado, usuários serão capazes de atualizar seus avatar social pela seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
1590
+
1591
+ #: ../admin/social_login.php:605
1592
+ msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1593
+ msgstr "Se habilitado e o provedor do Social ID não fornece o endereço de email do usuário na autenticação, ao usuário será solicitado fornecer seu endereço de email. Do contrário, um email postiço será gerado"
1594
+
1595
+ #: ../admin/social_login.php:614
1596
+ msgid "Send username-password after user registration"
1597
+ msgstr "Envia username-senha após o registro do usuário"
1598
+
1599
+ #: ../admin/social_login.php:624
1600
+ msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1601
+ msgstr "Se habilitado, um email será enviado após o registro via Autenticação Social, com respeito as credecial do usuário para autenticação (username-senha para possibilitar a autenticação via formulário tradicional)"
1602
+
1603
+ #: ../admin/social_login.php:633
1604
+ msgid "Enable social account linking at BuddyPress profile page"
1605
+ msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
1606
+
1607
+ #: ../admin/social_login.php:643
1608
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1609
+ msgstr "Habilitar estar opção para exibir a conta social associada a página de interface de perfil do BuddyPress"
1610
+
1611
+ #: ../admin/social_login.php:652
1612
+ msgid "Login redirection"
1613
+ msgstr "Redireção de autenticação"
1614
+
1615
+ #: ../admin/social_login.php:656
1616
+ msgid "Same page where user logged in"
1617
+ msgstr "Mesma página onde o usuário autenticou-se"
1618
+
1619
+ #: ../admin/social_login.php:660
1620
+ #: ../admin/social_login.php:690
1621
+ msgid "Account dashboard"
1622
+ msgstr "Painel da Conta"
1623
+
1624
+ #: ../admin/social_login.php:663
1625
+ #: ../admin/social_login.php:693
1626
+ msgid "BuddyPress profile page"
1627
+ msgstr "Página de perfil BuddyPress"
1628
+
1629
+ #: ../admin/social_login.php:666
1630
+ #: ../admin/social_login.php:696
1631
+ msgid "Custom Url"
1632
+ msgstr "Url Personalizada"
1633
+
1634
+ #: ../admin/social_login.php:674
1635
+ msgid "User will be redirected to the selected page after Social Login"
1636
+ msgstr "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
1637
+
1638
+ #: ../admin/social_login.php:682
1639
+ msgid "Registration redirection"
1640
+ msgstr "Redirecionamento de registro"
1641
+
1642
+ #: ../admin/social_login.php:686
1643
+ msgid "Same page from where user registered"
1644
+ msgstr "Mesma página de onde o usuário se registrou"
1645
+
1646
+ #: ../admin/social_login.php:704
1647
+ msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1648
+ msgstr "O usuário será redirecionado para a página selecionada após o registro (primeira Autenticação Social) através da Autenticação Social"
1649
+
1650
+ #: ../admin/social_login.php:712
1651
+ msgid "Email popup options"
1652
+ msgstr "Opções de popup de email"
1653
+
1654
+ #: ../admin/social_login.php:718
1655
+ msgid "Text on 'Email required' popup"
1656
+ msgstr "Texto popup de 'Email requerido'"
1657
+
1658
+ #: ../admin/social_login.php:728
1659
+ msgid "This text will be displayed on email required popup. Leave empty if not required."
1660
+ msgstr "Este texto será exibido no popup de requisição de email. Deixe em branco se o email não for requerido."
1661
+
1662
+ #: ../admin/social_login.php:737
1663
+ msgid "Error message for 'Email required' popup"
1664
+ msgstr "Mensagem de erro para popup de 'Email requerido'"
1665
+
1666
+ #: ../admin/social_login.php:747
1667
+ msgid "This message will be displayed to user if it provides invalid or already registered email"
1668
+ msgstr "Esta mensagem será exibida para o usuário se ele fornecer um email inválido ou já registrado"
1669
+
1670
+ #: ../admin/social_login.php:756
1671
+ msgid "Email popup height"
1672
+ msgstr "Altura do popup de email"
1673
+
1674
+ #: ../admin/social_login.php:766
1675
+ msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1676
+ msgstr "Se você estar vendo a barra de rolagem vertical no popup de \\\"Email requirido\\\", você pode incrementar a altura do popup através de especificação nesta opção. Deixe vazio para padrão."
1677
+
1678
+ #: ../admin/social_login.php:774
1679
+ msgid "Enable email verification"
1680
+ msgstr "Habilitar verificação de email"
1681
+
1682
+ #: ../admin/social_login.php:784
1683
+ msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1684
+ msgstr "Se habilitado, o email fornecido pelo usuário será verificado pelo envio de um link de confirmação para aquele email. O usuário não poderá se autenticar antes de validar seu email"
1685
+
1686
+ #: ../admin/social_login.php:863
1687
+ msgid "Social Login Shortcode & Widget"
1688
+ msgstr "Autenticação Social Shortcode & Widget"
1689
+
1690
+ #: ../admin/social_login.php:864
1691
+ msgid "Social Linking Shortcode"
1692
+ msgstr "Shortcode de associação Social"
1693
+
1694
+ #: ../admin/admin.php:8
1695
+ msgid "Welcome"
1696
+ msgstr "Bem Vindo"
1697
+
1698
+ #: ../admin/admin.php:10
1699
+ msgid "You are ready to Socialize your website."
1700
+ msgstr "Você está pronto para Socializar seu website."
1701
+
1702
+ #: ../admin/admin.php:11
1703
+ msgid "Getting Started"
1704
+ msgstr "Iniciando"
1705
+
1706
+ #: ../admin/admin.php:12
1707
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1708
+ msgstr "Inicie configurando as opções na seções abaixo do menu <strong>Super Socializer</strong> na barra lateral esquerda. <strong>Compartilhamento Social</strong> está habiliatado por padrão no seu website."
1709
+
1710
+ #: ../admin/admin.php:13
1711
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1712
+ msgstr "Na seção <strong>Comentário Social</strong>, você pode configurar a conexão social."
1713
+
1714
+ #: ../admin/admin.php:14
1715
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1716
+ msgstr "Na seção <strong>Autenticação Social</strong>, você pode selecionar um provedor de ID Social e configurar as opções de Autenticação Social."
1717
+
1718
+ #: ../admin/admin.php:15
1719
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1720
+ msgstr "Na seção <strong>Compartilhamento Social</strong>, você pode escolher a Rede Social para compartilhar e configurar as opções de compartilhamento."
1721
+
1722
+ #: ../admin/admin.php:16
1723
+ msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1724
+ msgstr "Na seção <strong>Botões Like</strong>, você pode escolher o botão like/+1 e configuurar as opções dele"
1725
+
1726
+ #: ../admin/like_buttons.php:16
1727
+ msgid "Enable Like Buttons"
1728
+ msgstr "Habilitar Botões Like"
1729
+
1730
+ #: ../admin/like_buttons.php:26
1731
+ msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1732
+ msgstr "Controle mestre dos botões like. Ele deve ser selecionado para habilitar a funcionalidade dos botões like"
1733
+
1734
+ #: ../admin/like_buttons.php:48
1735
+ msgid "Standard Interface Options"
1736
+ msgstr "Opções de Interface Padrão"
1737
+
1738
+ #: ../admin/like_buttons.php:54
1739
+ msgid "Enable standard interface"
1740
+ msgstr "Habilitar Interface Padrão"
1741
+
1742
+ #: ../admin/like_buttons.php:64
1743
+ msgid "Master control to enable horizontal like buttons"
1744
+ msgstr "Controle mestre para habiliat botões de like horizontal"
1745
+
1746
+ #: ../admin/like_buttons.php:89
1747
+ #: ../admin/like_buttons.php:337
1748
+ msgid "Url to like/share/tweet and display like/share/tweet counts"
1749
+ msgstr "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
1750
+
1751
+ #: ../admin/like_buttons.php:107
1752
+ msgid "The text to display above the interface"
1753
+ msgstr "O texto a ser exibido acima da interface"
1754
+
1755
+ #: ../admin/like_buttons.php:115
1756
+ #: ../admin/like_buttons.php:345
1757
+ msgid "Select and rearrange providers"
1758
+ msgstr "Selecionar e rearranjar provedores"
1759
+
1760
+ #: ../admin/like_buttons.php:159
1761
+ #: ../admin/like_buttons.php:388
1762
+ msgid "Select the providers for interface. Drag them to rearrange."
1763
+ msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
1764
+
1765
+ #: ../admin/like_buttons.php:181
1766
+ #: ../admin/like_buttons.php:427
1767
+ msgid "Horizontal alignment of the interface"
1768
+ msgstr "Alinhamento horizontal da interface"
1769
+
1770
+ #: ../admin/like_buttons.php:202
1771
+ msgid "Specify position of the interface with respect to the content"
1772
+ msgstr "Especificar posição da interface em relação ao conteúdo"
1773
+
1774
+ #: ../admin/like_buttons.php:210
1775
+ #: ../admin/like_buttons.php:493
1776
+ msgid "Interface location"
1777
+ msgstr "Localização da interface"
1778
+
1779
+ #: ../admin/like_buttons.php:220
1780
+ #: ../admin/like_buttons.php:503
1781
+ msgid "Excerpts"
1782
+ msgstr "Pedaços"
1783
+
1784
+ #: ../admin/like_buttons.php:279
1785
+ msgid "Specify the pages where you want to enable interface"
1786
+ msgstr "Especifique a página onde você deseja habilitar a interface"
1787
+
1788
+ #: ../admin/like_buttons.php:296
1789
+ msgid "Vertical (Floating) like buttons Options"
1790
+ msgstr "Opções de botões like (flutante) vertical"
1791
+
1792
+ #: ../admin/like_buttons.php:302
1793
+ msgid "Enable floating like buttons"
1794
+ msgstr "Habilitar botões like flutuantes"
1795
+
1796
+ #: ../admin/like_buttons.php:312
1797
+ msgid "Master control to enable vertical (floating) counter widget"
1798
+ msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
1799
+
1800
+ #: ../admin/like_buttons.php:406
1801
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1802
+ msgstr "Especifique a cor ou código hexadecimal (example #cc78e0) para a interface vertical e fundo. Deixe vazio para transparente. Você pode obter o cógigo hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\">neste link</a>"
1803
+
1804
+ #: ../admin/like_buttons.php:446
1805
+ msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1806
+ msgstr "Especifique um número. Incrementos no número deslocam a interface para direita e decrementos deslocam para a esquerda. Os números podem ser negativos também."
1807
+
1808
+ #: ../admin/like_buttons.php:466
1809
+ msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1810
+ msgstr "Especifique um número. Incrementos no número deslocam a interface para esquerda e decrementos deslocam para a direita. Os números podem ser negativos também."
1811
+
1812
+ #: ../admin/like_buttons.php:485
1813
+ msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1814
+ msgstr "Especifique um número. Incrementos no número deslocam a interface para baixo e decrementos deslocam para cima."
1815
+
1816
+ #: ../admin/like_buttons.php:541
1817
+ msgid "Specify the pages where you want to enable vertical interface"
1818
+ msgstr "Especifique as páginas onde você deseja habilitar a interface vertical"
1819
+
1820
+ #: ../admin/like_buttons.php:549
1821
+ msgid "Hide like buttons on mobile devices"
1822
+ msgstr "Esconder os botões de like em dispositivos móveis"
1823
+
1824
+ #: ../admin/like_buttons.php:559
1825
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1826
+ msgstr "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
1827
+
1828
+ #: ../admin/like_buttons.php:583
1829
+ msgid "Use shortlinks already installed, for tweet button"
1830
+ msgstr "Use shortlinks já instalados para botões de tweet"
1831
+
1832
+ #: ../admin/like_buttons.php:593
1833
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1834
+ msgstr "Permissão para shortened URLs serem usadas quando o conteúdo é compartilhado se um shortening plugin está instalado"
1835
+
1836
+ #: ../admin/like_buttons.php:601
1837
+ msgid "Enable bit.ly url shortener for tweet button"
1838
+ msgstr "Habilitar bit.ly url shortener para botões tweet"
1839
+
1840
+ #: ../admin/like_buttons.php:693
1841
+ #, php-format
1842
+ msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1843
+ msgstr "Entre o código da linguagem você deseja usar para tornar contadores. Você pode encontrar os códigos de linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a>. Deixá-lo vazio define linguagem padrão(inglês)"
1844
+
1845
+ #: ../admin/like_buttons.php:702
1846
+ msgid "Twitter Username"
1847
+ msgstr "Username do Twitter"
1848
+
1849
+ #: ../admin/like_buttons.php:708
1850
+ msgid "Twitter username for Tweet (without @)"
1851
+ msgstr "Username do Twitter para Tweet (sem @)"
1852
+
1853
+ #: ../admin/like_buttons.php:718
1854
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1855
+ msgstr "Username fornecido será adicionado após o conteúdo a ser tweetado como \\\"via @USERNAME\\\". Deixe vazio se você não deseja um username."
1856
+
1857
+ #: ../admin/like_buttons.php:727
1858
+ msgid "Twitter username for Buffer sharing (without @)"
1859
+ msgstr "Username do Twitter para Buffer de compartilhamento (sem @)"
1860
+
1861
+ #: ../admin/like_buttons.php:737
1862
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1863
+ msgstr "Username fornecido será adicionado ao conteúdo após o Buffer de compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja nenhum username."
1864
+
1865
+ #: ../admin/like_buttons.php:754
1866
+ msgid "Like Buttons Shortcode & Widget"
1867
+ msgstr "Botões Like Shortcode & Widget"
1868
+
1869
+ #: ../inc/shortcode.php:245
1870
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1871
+ msgstr "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\\"Super Socializer > Autenticação Social\\\" da página no painal admin"
1872
+
1873
+ #: ../inc/social_sharing.php:710
1874
+ msgid "Invalid request"
1875
+ msgstr "Requisição inválida"
1876
+
1877
+ #: ../inc/social_sharing.php:717
1878
+ msgid "Providers not selected"
1879
+ msgstr "Provedor não selecionado"
1880
+
1881
+ #: ../inc/social_login.php:261
1882
+ #, php-format
1883
+ msgid "Username: %s"
1884
+ msgstr "Username: %s"
1885
+
1886
+ #: ../inc/social_login.php:262
1887
+ #, php-format
1888
+ msgid "Password: %s"
1889
+ msgstr "Senha: %s"
1890
+
1891
+ #: ../inc/social_login.php:265
1892
+ #, php-format
1893
+ msgid "[%s] Your username and password"
1894
+ msgstr "[%s] Seu username e senha"
1895
+
1896
+ #: ../inc/widget.php:11
1897
+ msgid "Super Socializer - Login"
1898
+ msgstr "Super Socializer - Autenticação"
1899
+
1900
+ #: ../inc/widget.php:13
1901
+ msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1902
+ msgstr "Permita a seus usuários do website usarem o ID do provedor Social favorito deles, como Facebook, Twitter, Google+, LinkedIn para autenticação/registro do usuário no seu website"
1903
+
1904
+ #: ../inc/widget.php:47
1905
+ msgid "Log Out"
1906
+ msgstr "Desautenticar"
1907
+
1908
+ #: ../inc/widget.php:78
1909
+ msgid "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
1910
+ msgstr "Tenha certeza que a Autenticação Social esteja habilitada na página \\\"Super Socializer > Autenticação Social\\\"."
1911
+
1912
+ #: ../inc/widget.php:79
1913
+ #: ../inc/widget.php:219
1914
+ #: ../inc/widget.php:524
1915
+ msgid "Title:"
1916
+ msgstr "Título:"
1917
+
1918
+ #: ../inc/widget.php:81
1919
+ #: ../inc/widget.php:233
1920
+ #: ../inc/widget.php:534
1921
+ msgid "Before widget content:"
1922
+ msgstr "Antes do conteúdo do widget:"
1923
+
1924
+ #: ../inc/widget.php:83
1925
+ #: ../inc/widget.php:235
1926
+ #: ../inc/widget.php:536
1927
+ msgid "After widget content:"
1928
+ msgstr "Depois do conteúdo do widget:"
1929
+
1930
+ #: ../inc/widget.php:86
1931
+ #: ../inc/widget.php:237
1932
+ #: ../inc/widget.php:401
1933
+ #: ../inc/widget.php:538
1934
+ #: ../inc/widget.php:688
1935
+ msgid "Hide for logged in users:"
1936
+ msgstr "Escondido para usuários autenticados:"
1937
+
1938
+ #: ../inc/widget.php:105
1939
+ msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1940
+ msgstr "Widget de compartilhamento horizontal. Permite que os usuários de seu website compartilhem seu conteúdo nas redes Sociais mais populares como Facebook, Twitter, Tumblr, Google+ e muitas outras"
1941
+
1942
+ #: ../inc/widget.php:218
1943
+ msgid "Make sure \"Horizontal Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1944
+ msgstr "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
1945
+
1946
+ #: ../inc/widget.php:221
1947
+ #: ../inc/widget.php:370
1948
+ msgid "Show individual share counts:"
1949
+ msgstr "Exibir contadores individuais de compartilhamento:"
1950
+
1951
+ #: ../inc/widget.php:223
1952
+ #: ../inc/widget.php:372
1953
+ msgid "Show total shares:"
1954
+ msgstr "Exibir compartilhamentos totais:"
1955
+
1956
+ #: ../inc/widget.php:225
1957
+ #: ../inc/widget.php:374
1958
+ #: ../inc/widget.php:526
1959
+ #: ../inc/widget.php:661
1960
+ msgid "Target Url:"
1961
+ msgstr "Url de destino:"
1962
+
1963
+ #: ../inc/widget.php:227
1964
+ #: ../inc/widget.php:376
1965
+ #: ../inc/widget.php:528
1966
+ #: ../inc/widget.php:663
1967
+ msgid "Select"
1968
+ msgstr "Selecione"
1969
+
1970
+ #: ../inc/widget.php:256
1971
+ msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1972
+ msgstr "Widget de compartilhamento vertical flutuante. Permite que seus usuários do website compartilharem conteúdo nas redes Sociais mais populares como Facebook, Twitter, Tumblr, Google+ e muitas outras"
1973
+
1974
+ #: ../inc/widget.php:369
1975
+ msgid "Make sure \"Vertical Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1976
+ msgstr "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
1977
+
1978
+ #: ../inc/widget.php:382
1979
+ #: ../inc/widget.php:669
1980
+ msgid "Alignment"
1981
+ msgstr "Alinhamento"
1982
+
1983
+ #: ../inc/widget.php:388
1984
+ #: ../inc/widget.php:675
1985
+ msgid "Left Offset"
1986
+ msgstr "Ajuste à esquerda"
1987
+
1988
+ #: ../inc/widget.php:392
1989
+ #: ../inc/widget.php:679
1990
+ msgid "Right Offset"
1991
+ msgstr "Ajuste à direita"
1992
+
1993
+ #: ../inc/widget.php:395
1994
+ #: ../inc/widget.php:682
1995
+ msgid "Top Offset"
1996
+ msgstr "Ajuste à cima"
1997
+
1998
+ #: ../inc/widget.php:420
1999
+ msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
2000
+ msgstr "Widget de botões like horizontal. Permita que seus usuários do website compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, Twitter, Tumblr, Google+ e muitas outras"
2001
+
2002
+ #: ../inc/widget.php:523
2003
+ msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2004
+ msgstr "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\\"Super Socializer > Botões Like\\\""
2005
+
2006
+ #: ../inc/widget.php:557
2007
+ msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
2008
+ msgstr "Widget de botões like vertical flutuantes. Permita que seus usuários do website compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, Twitter, Tumblr, Google+ e muitas outras"
2009
+
2010
+ #: ../inc/widget.php:660
2011
+ msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2012
+ msgstr "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\\"Super Socializer > Botões Like\\\""
2013
+
2014
+ #~ msgid "Login options"
2015
+ #~ msgstr "Opções de autenticação"
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: 2016-02-05 18:30+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
@@ -16,73 +16,73 @@ msgstr ""
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, чтобы открыть"
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Оставить ответ"
56
 
57
- #: ../super_socializer.php:711
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Вход"
61
 
62
- #: ../super_socializer.php:711
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Настройки Поделиться"
68
 
69
- #: ../super_socializer.php:772
70
  msgid "Super Socializer - Social Avatar"
71
  msgstr "Super Socializer - Социальный Аватар"
72
 
73
- #: ../super_socializer.php:775
74
  msgid "Small Avatar Url"
75
  msgstr "Ссылка для маленького аватара"
76
 
77
- #: ../super_socializer.php:780
78
  msgid "Large Avatar Url"
79
  msgstr "Ссылка для большого аватара"
80
 
81
- #: ../super_socializer.php:847
82
  msgid "Email you entered is already registered or invalid"
83
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
84
 
85
- #: ../super_socializer.php:851
86
  msgid "Please enter a valid email address. You might be required to verify it"
87
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
88
 
@@ -199,10 +199,10 @@ msgstr "Ссылка для большого аватара"
199
 
200
  #: ../helper.php:894
201
  #: ../admin/general_options.php:89
202
- #: ../admin/social_sharing.php:1784
203
  #: ../admin/social_commenting.php:464
204
- #: ../admin/social_login.php:778
205
- #: ../admin/like_buttons.php:764
206
  msgid "Save Changes"
207
  msgstr "Сохранить изменения"
208
 
@@ -349,10 +349,10 @@ msgstr ""
349
  #: ../admin/social_sharing.php:39
350
  #: ../admin/social_sharing.php:1731
351
  #: ../admin/social_sharing.php:1733
352
- #: ../admin/social_login.php:37
353
- #: ../admin/social_login.php:764
354
  #: ../admin/like_buttons.php:40
355
- #: ../admin/like_buttons.php:751
356
  msgid "Shortcode & Widget"
357
  msgstr "Шорткод и виджет"
358
 
@@ -364,6 +364,8 @@ msgstr "Устранение неисправностей"
364
  #: ../admin/social_sharing.php:1762
365
  #: ../admin/social_commenting.php:36
366
  #: ../admin/social_commenting.php:452
 
 
367
  msgid "FAQ"
368
  msgstr "Часто задаваемые вопросы (FAQ)"
369
 
@@ -484,7 +486,7 @@ msgstr "Укажите цвет или шестандцатеричный код
484
  #: ../admin/social_sharing.php:273
485
  #: ../admin/social_sharing.php:581
486
  #: ../admin/social_sharing.php:1213
487
- #: ../admin/like_buttons.php:395
488
  msgid "Background Color"
489
  msgstr "Цвет фона"
490
 
@@ -535,8 +537,8 @@ msgstr ""
535
  #: ../admin/social_sharing.php:630
536
  #: ../admin/social_sharing.php:851
537
  #: ../admin/social_sharing.php:1235
538
- #: ../admin/like_buttons.php:170
539
- #: ../admin/like_buttons.php:417
540
  msgid "Left"
541
  msgstr "Слева"
542
 
@@ -549,8 +551,8 @@ msgstr ""
549
  #: ../admin/social_sharing.php:634
550
  #: ../admin/social_sharing.php:853
551
  #: ../admin/social_sharing.php:1236
552
- #: ../admin/like_buttons.php:172
553
- #: ../admin/like_buttons.php:418
554
  msgid "Right"
555
  msgstr "Справа"
556
 
@@ -608,29 +610,29 @@ msgstr "Мастер настройки включения горизонтал
608
 
609
  #: ../admin/social_sharing.php:693
610
  #: ../admin/social_sharing.php:1081
611
- #: ../admin/like_buttons.php:73
612
- #: ../admin/like_buttons.php:321
613
  msgid "Target Url"
614
  msgstr "Целевой URL:"
615
 
616
  #: ../admin/social_sharing.php:697
617
  #: ../admin/social_sharing.php:1085
618
- #: ../admin/like_buttons.php:77
619
- #: ../admin/like_buttons.php:325
620
  msgid "Url of the webpage where icons are located (default)"
621
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
622
 
623
  #: ../admin/social_sharing.php:699
624
  #: ../admin/social_sharing.php:1087
625
- #: ../admin/like_buttons.php:79
626
- #: ../admin/like_buttons.php:327
627
  msgid "Url of the homepage of your website"
628
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
629
 
630
  #: ../admin/social_sharing.php:701
631
  #: ../admin/social_sharing.php:1089
632
- #: ../admin/like_buttons.php:81
633
- #: ../admin/like_buttons.php:329
634
  msgid "Custom url"
635
  msgstr "Пользовательская ссылка"
636
 
@@ -640,8 +642,8 @@ msgid "Url to share"
640
  msgstr "Ссылка чтобы Поделиться"
641
 
642
  #: ../admin/social_sharing.php:716
643
- #: ../admin/social_login.php:343
644
- #: ../admin/like_buttons.php:96
645
  msgid "Title"
646
  msgstr "Заголовок"
647
 
@@ -672,13 +674,13 @@ msgstr ""
672
 
673
  #: ../admin/social_sharing.php:847
674
  #: ../admin/social_sharing.php:1231
675
- #: ../admin/like_buttons.php:166
676
- #: ../admin/like_buttons.php:413
677
  msgid "Horizontal alignment"
678
  msgstr "Горизонтальное выравнивание"
679
 
680
  #: ../admin/social_sharing.php:852
681
- #: ../admin/like_buttons.php:171
682
  msgid "Center"
683
  msgstr "Центр"
684
 
@@ -688,17 +690,17 @@ msgid "Horizontal alignment of the sharing interface"
688
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
689
 
690
  #: ../admin/social_sharing.php:869
691
- #: ../admin/like_buttons.php:188
692
  msgid "Position with respect to content"
693
  msgstr "Позиция относительно контента"
694
 
695
  #: ../admin/social_sharing.php:873
696
- #: ../admin/like_buttons.php:192
697
  msgid "Top of the content"
698
  msgstr "Над содержимым"
699
 
700
  #: ../admin/social_sharing.php:875
701
- #: ../admin/like_buttons.php:194
702
  msgid "Bottom of the content"
703
  msgstr "Под содержимым"
704
 
@@ -713,24 +715,24 @@ msgstr ""
713
 
714
  #: ../admin/social_sharing.php:894
715
  #: ../admin/social_sharing.php:1314
716
- #: ../admin/social_login.php:624
717
- #: ../admin/social_login.php:654
718
- #: ../admin/like_buttons.php:213
719
- #: ../admin/like_buttons.php:496
720
  msgid "Homepage"
721
  msgstr "Главная"
722
 
723
  #: ../admin/social_sharing.php:896
724
  #: ../admin/social_sharing.php:1316
725
- #: ../admin/like_buttons.php:215
726
- #: ../admin/like_buttons.php:498
727
  msgid "Posts"
728
  msgstr "Записи"
729
 
730
  #: ../admin/social_sharing.php:898
731
  #: ../admin/social_sharing.php:1318
732
- #: ../admin/like_buttons.php:217
733
- #: ../admin/like_buttons.php:500
734
  msgid "Pages"
735
  msgstr "Страницы"
736
 
@@ -741,60 +743,60 @@ msgstr "Выдержки (на страницы)"
741
 
742
  #: ../admin/social_sharing.php:902
743
  #: ../admin/social_sharing.php:1322
744
- #: ../admin/like_buttons.php:221
745
- #: ../admin/like_buttons.php:504
746
  msgid "Category Archives"
747
  msgstr "Архивы категорий"
748
 
749
  #: ../admin/social_sharing.php:904
750
  #: ../admin/social_sharing.php:1324
751
- #: ../admin/like_buttons.php:223
752
- #: ../admin/like_buttons.php:506
753
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
754
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
755
 
756
  #: ../admin/social_sharing.php:920
757
- #: ../admin/like_buttons.php:239
758
  #, fuzzy
759
  msgid "BuddyPress activity"
760
  msgstr "BuddyPress активность и группы"
761
 
762
  #: ../admin/social_sharing.php:922
763
- #: ../admin/like_buttons.php:242
764
  msgid "BuddyPress group (only at top of content)"
765
  msgstr ""
766
 
767
  #: ../admin/social_sharing.php:928
768
  #: ../admin/social_sharing.php:1346
769
- #: ../admin/like_buttons.php:249
770
- #: ../admin/like_buttons.php:527
771
  msgid "BBPress forum"
772
  msgstr "BBPress форум"
773
 
774
  #: ../admin/social_sharing.php:931
775
  #: ../admin/social_sharing.php:1349
776
- #: ../admin/like_buttons.php:252
777
- #: ../admin/like_buttons.php:530
778
  msgid "BBPress topic"
779
  msgstr "BBPress тема"
780
 
781
  #: ../admin/social_sharing.php:934
782
- #: ../admin/like_buttons.php:255
783
  msgid "BBPress reply"
784
  msgstr "BBPress ответ"
785
 
786
  #: ../admin/social_sharing.php:941
787
- #: ../admin/like_buttons.php:261
788
  msgid "After individual product at WooCommerce Shop page"
789
  msgstr "После индивидуального продукта на странице магазина"
790
 
791
  #: ../admin/social_sharing.php:944
792
- #: ../admin/like_buttons.php:264
793
  msgid "WooCommerce Product Page"
794
  msgstr "Продукт Woocommerce"
795
 
796
  #: ../admin/social_sharing.php:947
797
- #: ../admin/like_buttons.php:267
798
  msgid "WooCommerce Thankyou Page"
799
  msgstr "WooCommerce страница благодарности"
800
 
@@ -881,7 +883,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
881
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
882
 
883
  #: ../admin/social_sharing.php:1253
884
- #: ../admin/like_buttons.php:435
885
  msgid "Left offset"
886
  msgstr "Смещение влево"
887
 
@@ -890,7 +892,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
890
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
891
 
892
  #: ../admin/social_sharing.php:1273
893
- #: ../admin/like_buttons.php:455
894
  msgid "Right offset"
895
  msgstr "Смещение вправо"
896
 
@@ -899,7 +901,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
899
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
900
 
901
  #: ../admin/social_sharing.php:1292
902
- #: ../admin/like_buttons.php:474
903
  msgid "Top offset"
904
  msgstr "Верхний отступ"
905
 
@@ -908,7 +910,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
908
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
909
 
910
  #: ../admin/social_sharing.php:1338
911
- #: ../admin/like_buttons.php:520
912
  #, fuzzy
913
  msgid "BuddyPress group"
914
  msgstr "Страница профиля BuddyPress"
@@ -959,7 +961,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
959
  msgstr ""
960
 
961
  #: ../admin/social_sharing.php:1506
962
- #: ../admin/like_buttons.php:576
963
  msgid "Url shortener"
964
  msgstr "Укорачивание URL"
965
 
@@ -976,45 +978,45 @@ msgid "Enable bit.ly url shortener for sharing"
976
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
977
 
978
  #: ../admin/social_sharing.php:1540
979
- #: ../admin/like_buttons.php:610
980
  msgid "Master control to enable bit.ly url shortening for sharing"
981
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
982
 
983
  #: ../admin/social_sharing.php:1548
984
- #: ../admin/like_buttons.php:618
985
  msgid "bit.ly username"
986
  msgstr "bit.ly пользователя"
987
 
988
  #: ../admin/social_sharing.php:1558
989
- #: ../admin/like_buttons.php:628
990
  #, php-format
991
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
992
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
993
 
994
  #: ../admin/social_sharing.php:1567
995
- #: ../admin/like_buttons.php:637
996
  msgid "bit.ly API Key"
997
  msgstr "bit.ly ключ приложения"
998
 
999
  #: ../admin/social_sharing.php:1577
1000
- #: ../admin/like_buttons.php:647
1001
  #, php-format
1002
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1003
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
1004
 
1005
  #: ../admin/social_sharing.php:1586
1006
- #: ../admin/like_buttons.php:656
1007
  msgid "Clear Bitly Cache"
1008
  msgstr ""
1009
 
1010
  #: ../admin/social_sharing.php:1590
1011
- #: ../admin/like_buttons.php:660
1012
  #, fuzzy
1013
  msgid "ShortUrl cache cleared successfully."
1014
  msgstr "Аккаунт успешно связан"
1015
 
1016
  #: ../admin/social_sharing.php:1597
1017
- #: ../admin/like_buttons.php:667
1018
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1019
  msgstr ""
1020
 
@@ -1046,8 +1048,8 @@ msgstr ""
1046
  #: ../admin/social_sharing.php:1656
1047
  #: ../admin/social_sharing.php:1662
1048
  #: ../admin/social_commenting.php:311
1049
- #: ../admin/like_buttons.php:676
1050
- #: ../admin/like_buttons.php:682
1051
  msgid "Language"
1052
  msgstr "Язык"
1053
 
@@ -1122,7 +1124,12 @@ msgid "How to hide arrow after floating sharing bar?"
1122
  msgstr ""
1123
 
1124
  #: ../admin/social_sharing.php:1773
1125
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1126
  msgstr ""
1127
 
1128
  #: ../admin/social_commenting.php:13
@@ -1331,376 +1338,407 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1331
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1332
 
1333
  #: ../admin/social_login.php:35
1334
- #: ../admin/social_login.php:43
1335
  msgid "Basic Configuration"
1336
  msgstr "Основные настройки"
1337
 
1338
  #: ../admin/social_login.php:36
1339
- msgid "Social Login"
1340
- msgstr "Вход через социальные сети"
 
 
 
 
 
 
1341
 
1342
- #: ../admin/social_login.php:50
1343
  msgid "Disable user registration via Social Login"
1344
  msgstr "Регистрация Отключить пользователя через социального Логин"
1345
 
1346
- #: ../admin/social_login.php:60
1347
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1348
  msgstr "После включения этой опции, новые пользователи не смогут войти в через социальные входе в систему. Только существующие пользователи смогут социальной входе в систему."
1349
 
1350
- #: ../admin/social_login.php:69
1351
  #, fuzzy
1352
  msgid "Redirection url"
1353
  msgstr "Перенаправления входа"
1354
 
1355
- #: ../admin/social_login.php:79
1356
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1357
  msgstr "Пользователь будет перенаправлен на этой странице после неудачной попытки регистрации через социальные Логин. Вы можете указать URL регистрационной формы или страница, показывающая сообщения о отключить регистрацию через систему социального Логин."
1358
 
1359
- #: ../admin/social_login.php:88
1360
  msgid "Select providers"
1361
  msgstr "Выберите сервисы"
1362
 
1363
- #: ../admin/social_login.php:93
1364
  msgid "Facebook"
1365
  msgstr "Facebook"
1366
 
1367
- #: ../admin/social_login.php:97
1368
  msgid "Twitter"
1369
  msgstr "Twitter"
1370
 
1371
- #: ../admin/social_login.php:101
1372
  msgid "LinkedIn"
1373
  msgstr "LinkedIn"
1374
 
1375
- #: ../admin/social_login.php:105
1376
  msgid "Google+"
1377
  msgstr "Google+"
1378
 
1379
- #: ../admin/social_login.php:109
1380
  msgid "Vkontakte"
1381
  msgstr "Вконтакте"
1382
 
1383
- #: ../admin/social_login.php:113
1384
  msgid "Instagram"
1385
  msgstr "Instagram"
1386
 
1387
- #: ../admin/social_login.php:117
1388
  msgid "Xing"
1389
  msgstr "Xing"
1390
 
1391
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1392
  msgid "Select Social ID provider to enable in Social Login"
1393
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1394
 
1395
- #: ../admin/social_login.php:133
1396
  msgid "Facebook App ID"
1397
  msgstr "Facebook App ID"
1398
 
1399
- #: ../admin/social_login.php:143
1400
  #, php-format
1401
  msgid "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"
1402
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1403
 
1404
- #: ../admin/social_login.php:145
1405
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1406
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1407
 
1408
- #: ../admin/social_login.php:155
1409
  msgid "Twitter API Key"
1410
  msgstr "Twitter API ключ"
1411
 
1412
- #: ../admin/social_login.php:165
1413
  #, php-format
1414
  msgid "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"
1415
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1416
 
1417
- #: ../admin/social_login.php:167
1418
- #: ../admin/social_login.php:189
1419
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1420
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1421
 
1422
- #: ../admin/social_login.php:177
1423
  msgid "Twitter API Secret"
1424
  msgstr "Twitter API секретный ключ"
1425
 
1426
- #: ../admin/social_login.php:187
1427
  #, php-format
1428
  msgid "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"
1429
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1430
 
1431
- #: ../admin/social_login.php:199
1432
  msgid "LinkedIn API Key"
1433
  msgstr "Секретный ключ приложения LinkedIn"
1434
 
1435
- #: ../admin/social_login.php:209
1436
  #, php-format
1437
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1438
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1439
 
1440
- #: ../admin/social_login.php:211
1441
- #: ../admin/social_login.php:277
1442
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1443
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1444
 
1445
- #: ../admin/social_login.php:221
1446
  msgid "Google+ Client ID"
1447
  msgstr "Google+ ID клиента"
1448
 
1449
- #: ../admin/social_login.php:231
1450
  #, php-format
1451
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1452
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1453
 
1454
- #: ../admin/social_login.php:233
1455
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1456
  msgstr "JavaScript для авторизации"
1457
 
1458
- #: ../admin/social_login.php:243
1459
  msgid "Vkontakte Application ID"
1460
  msgstr " ID приложения Vkontakte"
1461
 
1462
- #: ../admin/social_login.php:253
1463
  #, php-format
1464
  msgid "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"
1465
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1466
 
1467
- #: ../admin/social_login.php:255
1468
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1469
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1470
 
1471
- #: ../admin/social_login.php:265
1472
  msgid "Instagram Client ID"
1473
  msgstr "Instagram ID клиента"
1474
 
1475
- #: ../admin/social_login.php:275
1476
  #, php-format
1477
  msgid "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"
1478
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1479
 
1480
- #: ../admin/social_login.php:287
1481
  msgid "Xing Consumer Key"
1482
  msgstr "Ключ потребителя Xing"
1483
 
1484
- #: ../admin/social_login.php:297
1485
  #, php-format
1486
  msgid "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"
1487
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1488
 
1489
- #: ../admin/social_login.php:299
1490
- #: ../admin/social_login.php:321
1491
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1492
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1493
 
1494
- #: ../admin/social_login.php:309
1495
  msgid "Xing Consumer Secret"
1496
  msgstr "Секретный ключ потребителя Xing"
1497
 
1498
- #: ../admin/social_login.php:319
1499
  #, php-format
1500
  msgid "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"
1501
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1502
 
1503
- #: ../admin/social_login.php:337
1504
- msgid "Login options"
1505
- msgstr "Опции входа"
 
1506
 
1507
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1508
  msgid "Text to display above the Social Login interface"
1509
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1510
 
1511
- #: ../admin/social_login.php:362
1512
  msgid "Enable at login page"
1513
  msgstr "Включить страницу входа"
1514
 
1515
- #: ../admin/social_login.php:372
1516
  msgid "Social Login interface will get enabled at the login page of your website"
1517
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1518
 
1519
- #: ../admin/social_login.php:380
1520
  msgid "Enable at register page"
1521
  msgstr "Включить на странице регистрации"
1522
 
1523
- #: ../admin/social_login.php:390
1524
  msgid "Social Login interface will get enabled at the registration page of your website"
1525
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1526
 
1527
- #: ../admin/social_login.php:398
1528
  msgid "Enable at comment form"
1529
  msgstr "Включить в форму комментирования"
1530
 
1531
- #: ../admin/social_login.php:408
1532
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1533
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1534
 
1535
- #: ../admin/social_login.php:422
1536
  msgid "Enable before WooCommerce Customer Login Form"
1537
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1538
 
1539
- #: ../admin/social_login.php:432
1540
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1541
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1542
 
1543
- #: ../admin/social_login.php:440
1544
  msgid "Enable after WooCommerce Customer Login Form"
1545
  msgstr "Включить после формы входа клиента WooCommerce"
1546
 
1547
- #: ../admin/social_login.php:450
1548
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1549
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1550
 
1551
- #: ../admin/social_login.php:458
1552
  msgid "Enable at WooCommerce checkout page"
1553
  msgstr "Включить на странице оформления заказа WooCommerce"
1554
 
1555
- #: ../admin/social_login.php:468
1556
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1557
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1558
 
1559
- #: ../admin/social_login.php:479
1560
  msgid "Auto-approve comments made by Social Login users"
1561
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1562
 
1563
- #: ../admin/social_login.php:489
1564
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1565
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1566
 
1567
- #: ../admin/social_login.php:490
1568
  msgid "Note: This is not related to Facebook comments"
1569
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1570
 
1571
- #: ../admin/social_login.php:500
1572
  msgid "Enable social avatar"
1573
  msgstr "Включение социальных аватар"
1574
 
1575
- #: ../admin/social_login.php:510
1576
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1577
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1578
 
1579
- #: ../admin/social_login.php:520
1580
  msgid "Avatar quality"
1581
  msgstr "Качество аватары"
1582
 
1583
- #: ../admin/social_login.php:523
1584
  msgid "Average"
1585
  msgstr "Среднее"
1586
 
1587
- #: ../admin/social_login.php:524
1588
  msgid "Best"
1589
  msgstr "лучший"
1590
 
1591
- #: ../admin/social_login.php:531
1592
  msgid "Choose avatar quality"
1593
  msgstr "Выберите качество аватара"
1594
 
1595
- #: ../admin/social_login.php:540
1596
  #, fuzzy
1597
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1598
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1599
 
1600
- #: ../admin/social_login.php:550
1601
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1602
  msgstr ""
1603
 
1604
- #: ../admin/social_login.php:571
1605
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1606
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1607
 
1608
- #: ../admin/social_login.php:580
1609
  msgid "Send username-password after user registration"
1610
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1611
 
1612
- #: ../admin/social_login.php:590
1613
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1614
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1615
 
1616
- #: ../admin/social_login.php:599
1617
  msgid "Enable social account linking at BuddyPress profile page"
1618
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1619
 
1620
- #: ../admin/social_login.php:609
1621
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1622
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1623
 
1624
- #: ../admin/social_login.php:618
1625
  msgid "Login redirection"
1626
  msgstr "Перенаправления входа"
1627
 
1628
- #: ../admin/social_login.php:622
1629
  msgid "Same page where user logged in"
1630
  msgstr "Та же страница, на которой пользователь произвел вход "
1631
 
1632
- #: ../admin/social_login.php:626
1633
- #: ../admin/social_login.php:656
1634
  msgid "Account dashboard"
1635
  msgstr "Страница управления моим аккаунтом"
1636
 
1637
- #: ../admin/social_login.php:629
1638
- #: ../admin/social_login.php:659
1639
  msgid "BuddyPress profile page"
1640
  msgstr "Страница профиля BuddyPress"
1641
 
1642
- #: ../admin/social_login.php:632
1643
- #: ../admin/social_login.php:662
1644
  msgid "Custom Url"
1645
  msgstr "Пользовательская ссылка"
1646
 
1647
- #: ../admin/social_login.php:640
1648
  msgid "User will be redirected to the selected page after Social Login"
1649
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1650
 
1651
- #: ../admin/social_login.php:648
1652
  msgid "Registration redirection"
1653
  msgstr "Перенаправлении регистрации"
1654
 
1655
- #: ../admin/social_login.php:652
1656
  msgid "Same page from where user registered"
1657
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1658
 
1659
- #: ../admin/social_login.php:670
1660
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1661
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1662
 
1663
- #: ../admin/social_login.php:678
1664
  msgid "Email popup options"
1665
  msgstr "Параметры всплывающей электронной Почты"
1666
 
1667
- #: ../admin/social_login.php:684
1668
  msgid "Text on 'Email required' popup"
1669
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1670
 
1671
- #: ../admin/social_login.php:694
1672
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1673
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1674
 
1675
- #: ../admin/social_login.php:703
1676
  msgid "Error message for 'Email required' popup"
1677
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1678
 
1679
- #: ../admin/social_login.php:713
1680
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1681
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1682
 
1683
- #: ../admin/social_login.php:722
1684
  msgid "Email popup height"
1685
  msgstr "Высота высплывающего окна"
1686
 
1687
- #: ../admin/social_login.php:732
1688
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1689
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1690
 
1691
- #: ../admin/social_login.php:740
1692
  msgid "Enable email verification"
1693
  msgstr "Включить проверку электронной почты"
1694
 
1695
- #: ../admin/social_login.php:750
1696
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1697
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1698
 
1699
- #: ../admin/social_login.php:766
1700
  msgid "Social Login Shortcode & Widget"
1701
  msgstr "Шорткод и виджет для входа через социальные сети "
1702
 
1703
- #: ../admin/social_login.php:767
1704
  msgid "Social Linking Shortcode"
1705
  msgstr "Шорткод социальных ссылок"
1706
 
@@ -1744,141 +1782,141 @@ msgstr "Активировать Кнопки Нравится"
1744
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1745
  msgstr "Панель управления кнопками Нравится. Должно быть включено чтобы активировать кнопки Нравится"
1746
 
1747
- #: ../admin/like_buttons.php:47
1748
  #, fuzzy
1749
  msgid "Standard Interface Options"
1750
  msgstr "Интерфейс горизонтальных кнопок Поделиться"
1751
 
1752
- #: ../admin/like_buttons.php:53
1753
  #, fuzzy
1754
  msgid "Enable standard interface"
1755
  msgstr "Активировать интерфейс горизонтальных кнопок Поделиться"
1756
 
1757
- #: ../admin/like_buttons.php:63
1758
  msgid "Master control to enable horizontal like buttons"
1759
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
1760
 
1761
- #: ../admin/like_buttons.php:88
1762
- #: ../admin/like_buttons.php:336
1763
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1764
  msgstr "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/Твитнуть"
1765
 
1766
- #: ../admin/like_buttons.php:106
1767
  msgid "The text to display above the interface"
1768
  msgstr "Текст, отображаемый над интерфейсом"
1769
 
1770
- #: ../admin/like_buttons.php:114
1771
- #: ../admin/like_buttons.php:344
1772
  msgid "Select and rearrange providers"
1773
  msgstr "Выберите и переставьте сервисы"
1774
 
1775
- #: ../admin/like_buttons.php:158
1776
- #: ../admin/like_buttons.php:387
1777
  msgid "Select the providers for interface. Drag them to rearrange."
1778
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
1779
 
1780
- #: ../admin/like_buttons.php:180
1781
- #: ../admin/like_buttons.php:426
1782
  msgid "Horizontal alignment of the interface"
1783
  msgstr "Горизонтальное выравнивание интерфейса"
1784
 
1785
- #: ../admin/like_buttons.php:201
1786
  msgid "Specify position of the interface with respect to the content"
1787
  msgstr "Укажите положение интерфейса в отношении содержания"
1788
 
1789
- #: ../admin/like_buttons.php:209
1790
- #: ../admin/like_buttons.php:492
1791
  msgid "Interface location"
1792
  msgstr "Расположение интерфейса"
1793
 
1794
- #: ../admin/like_buttons.php:219
1795
- #: ../admin/like_buttons.php:502
1796
  msgid "Excerpts"
1797
  msgstr "Цитаты"
1798
 
1799
- #: ../admin/like_buttons.php:278
1800
  msgid "Specify the pages where you want to enable interface"
1801
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
1802
 
1803
- #: ../admin/like_buttons.php:295
1804
  msgid "Vertical (Floating) like buttons Options"
1805
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
1806
 
1807
- #: ../admin/like_buttons.php:301
1808
  #, fuzzy
1809
  msgid "Enable floating like buttons"
1810
  msgstr "Активировать вертикальные (плавающие) кнопки Нравится"
1811
 
1812
- #: ../admin/like_buttons.php:311
1813
  msgid "Master control to enable vertical (floating) counter widget"
1814
  msgstr "Мастер управления для включения вертикального (плавающего) счетчика виджета "
1815
 
1816
- #: ../admin/like_buttons.php:405
1817
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1818
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикального интерфейса. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
1819
 
1820
- #: ../admin/like_buttons.php:445
1821
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1822
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1823
 
1824
- #: ../admin/like_buttons.php:465
1825
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1826
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1827
 
1828
- #: ../admin/like_buttons.php:484
1829
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1830
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу и уменьшать по отношению к верху. "
1831
 
1832
- #: ../admin/like_buttons.php:540
1833
  msgid "Specify the pages where you want to enable vertical interface"
1834
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
1835
 
1836
- #: ../admin/like_buttons.php:548
1837
  msgid "Hide like buttons on mobile devices"
1838
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
1839
 
1840
- #: ../admin/like_buttons.php:558
1841
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1842
  msgstr "Если включено, то вертикальный интерфейс Нравится не будет отображаться на мобильных устройствах"
1843
 
1844
- #: ../admin/like_buttons.php:582
1845
  msgid "Use shortlinks already installed, for tweet button"
1846
  msgstr "Эти короткие ссылки уже установлены, для кнопки Твитнуть"
1847
 
1848
- #: ../admin/like_buttons.php:592
1849
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1850
  msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
1851
 
1852
- #: ../admin/like_buttons.php:600
1853
  msgid "Enable bit.ly url shortener for tweet button"
1854
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
1855
 
1856
- #: ../admin/like_buttons.php:692
1857
  #, php-format
1858
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1859
  msgstr "Введите код языка если хотите использовать свой язык для показа счетчиков. Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1860
 
1861
- #: ../admin/like_buttons.php:701
1862
  msgid "Twitter Username"
1863
  msgstr "Имя в Твитере "
1864
 
1865
- #: ../admin/like_buttons.php:707
1866
  msgid "Twitter username for Tweet (without @)"
1867
  msgstr "Имя в Твитере для Твитнуть (без @)"
1868
 
1869
- #: ../admin/like_buttons.php:717
1870
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1871
  msgstr "Используемое имя пользователя будет показано после твита как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1872
 
1873
- #: ../admin/like_buttons.php:726
1874
  msgid "Twitter username for Buffer sharing (without @)"
1875
  msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
1876
 
1877
- #: ../admin/like_buttons.php:736
1878
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1879
  msgstr "Используемое имя пользователя будет показано в Buffer после Поделиться как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1880
 
1881
- #: ../admin/like_buttons.php:753
1882
  msgid "Like Buttons Shortcode & Widget"
1883
  msgstr "Шорткод и виджет Нравится"
1884
 
@@ -1886,25 +1924,25 @@ msgstr "Шорткод и виджет Нравится"
1886
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1887
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1888
 
1889
- #: ../inc/social_sharing.php:709
1890
  msgid "Invalid request"
1891
  msgstr "Неверный Запрос!"
1892
 
1893
- #: ../inc/social_sharing.php:716
1894
  msgid "Providers not selected"
1895
  msgstr "Сервисы не выбраны"
1896
 
1897
- #: ../inc/social_login.php:232
1898
  #, php-format
1899
  msgid "Username: %s"
1900
  msgstr ""
1901
 
1902
- #: ../inc/social_login.php:233
1903
  #, php-format
1904
  msgid "Password: %s"
1905
  msgstr ""
1906
 
1907
- #: ../inc/social_login.php:236
1908
  #, php-format
1909
  msgid "[%s] Your username and password"
1910
  msgstr ""
@@ -2030,6 +2068,9 @@ msgstr "Вертикальный плавающий виджет Нравитс
2030
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2031
  msgstr "Убедитесь что \"Вертикальные Кнопки Нравится\" включены на странице \"Super Socializer > Нравится\""
2032
 
 
 
 
2033
  #~ msgid "Horizontal sharing"
2034
  #~ msgstr "Горизонтальное Поделиться"
2035
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:34+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:34+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, чтобы открыть"
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr "Оставить ответ"
56
 
57
+ #: ../super_socializer.php:815
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - Вход"
61
 
62
+ #: ../super_socializer.php:815
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Настройки Поделиться"
68
 
69
+ #: ../super_socializer.php:876
70
  msgid "Super Socializer - Social Avatar"
71
  msgstr "Super Socializer - Социальный Аватар"
72
 
73
+ #: ../super_socializer.php:879
74
  msgid "Small Avatar Url"
75
  msgstr "Ссылка для маленького аватара"
76
 
77
+ #: ../super_socializer.php:884
78
  msgid "Large Avatar Url"
79
  msgstr "Ссылка для большого аватара"
80
 
81
+ #: ../super_socializer.php:951
82
  msgid "Email you entered is already registered or invalid"
83
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
84
 
85
+ #: ../super_socializer.php:955
86
  msgid "Please enter a valid email address. You might be required to verify it"
87
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
88
 
199
 
200
  #: ../helper.php:894
201
  #: ../admin/general_options.php:89
202
+ #: ../admin/social_sharing.php:1785
203
  #: ../admin/social_commenting.php:464
204
+ #: ../admin/social_login.php:875
205
+ #: ../admin/like_buttons.php:778
206
  msgid "Save Changes"
207
  msgstr "Сохранить изменения"
208
 
349
  #: ../admin/social_sharing.php:39
350
  #: ../admin/social_sharing.php:1731
351
  #: ../admin/social_sharing.php:1733
352
+ #: ../admin/social_login.php:40
353
+ #: ../admin/social_login.php:861
354
  #: ../admin/like_buttons.php:40
355
+ #: ../admin/like_buttons.php:752
356
  msgid "Shortcode & Widget"
357
  msgstr "Шорткод и виджет"
358
 
364
  #: ../admin/social_sharing.php:1762
365
  #: ../admin/social_commenting.php:36
366
  #: ../admin/social_commenting.php:452
367
+ #: ../admin/like_buttons.php:41
368
+ #: ../admin/like_buttons.php:764
369
  msgid "FAQ"
370
  msgstr "Часто задаваемые вопросы (FAQ)"
371
 
486
  #: ../admin/social_sharing.php:273
487
  #: ../admin/social_sharing.php:581
488
  #: ../admin/social_sharing.php:1213
489
+ #: ../admin/like_buttons.php:396
490
  msgid "Background Color"
491
  msgstr "Цвет фона"
492
 
537
  #: ../admin/social_sharing.php:630
538
  #: ../admin/social_sharing.php:851
539
  #: ../admin/social_sharing.php:1235
540
+ #: ../admin/like_buttons.php:171
541
+ #: ../admin/like_buttons.php:418
542
  msgid "Left"
543
  msgstr "Слева"
544
 
551
  #: ../admin/social_sharing.php:634
552
  #: ../admin/social_sharing.php:853
553
  #: ../admin/social_sharing.php:1236
554
+ #: ../admin/like_buttons.php:173
555
+ #: ../admin/like_buttons.php:419
556
  msgid "Right"
557
  msgstr "Справа"
558
 
610
 
611
  #: ../admin/social_sharing.php:693
612
  #: ../admin/social_sharing.php:1081
613
+ #: ../admin/like_buttons.php:74
614
+ #: ../admin/like_buttons.php:322
615
  msgid "Target Url"
616
  msgstr "Целевой URL:"
617
 
618
  #: ../admin/social_sharing.php:697
619
  #: ../admin/social_sharing.php:1085
620
+ #: ../admin/like_buttons.php:78
621
+ #: ../admin/like_buttons.php:326
622
  msgid "Url of the webpage where icons are located (default)"
623
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
624
 
625
  #: ../admin/social_sharing.php:699
626
  #: ../admin/social_sharing.php:1087
627
+ #: ../admin/like_buttons.php:80
628
+ #: ../admin/like_buttons.php:328
629
  msgid "Url of the homepage of your website"
630
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
631
 
632
  #: ../admin/social_sharing.php:701
633
  #: ../admin/social_sharing.php:1089
634
+ #: ../admin/like_buttons.php:82
635
+ #: ../admin/like_buttons.php:330
636
  msgid "Custom url"
637
  msgstr "Пользовательская ссылка"
638
 
642
  msgstr "Ссылка чтобы Поделиться"
643
 
644
  #: ../admin/social_sharing.php:716
645
+ #: ../admin/social_login.php:377
646
+ #: ../admin/like_buttons.php:97
647
  msgid "Title"
648
  msgstr "Заголовок"
649
 
674
 
675
  #: ../admin/social_sharing.php:847
676
  #: ../admin/social_sharing.php:1231
677
+ #: ../admin/like_buttons.php:167
678
+ #: ../admin/like_buttons.php:414
679
  msgid "Horizontal alignment"
680
  msgstr "Горизонтальное выравнивание"
681
 
682
  #: ../admin/social_sharing.php:852
683
+ #: ../admin/like_buttons.php:172
684
  msgid "Center"
685
  msgstr "Центр"
686
 
690
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
691
 
692
  #: ../admin/social_sharing.php:869
693
+ #: ../admin/like_buttons.php:189
694
  msgid "Position with respect to content"
695
  msgstr "Позиция относительно контента"
696
 
697
  #: ../admin/social_sharing.php:873
698
+ #: ../admin/like_buttons.php:193
699
  msgid "Top of the content"
700
  msgstr "Над содержимым"
701
 
702
  #: ../admin/social_sharing.php:875
703
+ #: ../admin/like_buttons.php:195
704
  msgid "Bottom of the content"
705
  msgstr "Под содержимым"
706
 
715
 
716
  #: ../admin/social_sharing.php:894
717
  #: ../admin/social_sharing.php:1314
718
+ #: ../admin/social_login.php:658
719
+ #: ../admin/social_login.php:688
720
+ #: ../admin/like_buttons.php:214
721
+ #: ../admin/like_buttons.php:497
722
  msgid "Homepage"
723
  msgstr "Главная"
724
 
725
  #: ../admin/social_sharing.php:896
726
  #: ../admin/social_sharing.php:1316
727
+ #: ../admin/like_buttons.php:216
728
+ #: ../admin/like_buttons.php:499
729
  msgid "Posts"
730
  msgstr "Записи"
731
 
732
  #: ../admin/social_sharing.php:898
733
  #: ../admin/social_sharing.php:1318
734
+ #: ../admin/like_buttons.php:218
735
+ #: ../admin/like_buttons.php:501
736
  msgid "Pages"
737
  msgstr "Страницы"
738
 
743
 
744
  #: ../admin/social_sharing.php:902
745
  #: ../admin/social_sharing.php:1322
746
+ #: ../admin/like_buttons.php:222
747
+ #: ../admin/like_buttons.php:505
748
  msgid "Category Archives"
749
  msgstr "Архивы категорий"
750
 
751
  #: ../admin/social_sharing.php:904
752
  #: ../admin/social_sharing.php:1324
753
+ #: ../admin/like_buttons.php:224
754
+ #: ../admin/like_buttons.php:507
755
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
756
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
757
 
758
  #: ../admin/social_sharing.php:920
759
+ #: ../admin/like_buttons.php:240
760
  #, fuzzy
761
  msgid "BuddyPress activity"
762
  msgstr "BuddyPress активность и группы"
763
 
764
  #: ../admin/social_sharing.php:922
765
+ #: ../admin/like_buttons.php:243
766
  msgid "BuddyPress group (only at top of content)"
767
  msgstr ""
768
 
769
  #: ../admin/social_sharing.php:928
770
  #: ../admin/social_sharing.php:1346
771
+ #: ../admin/like_buttons.php:250
772
+ #: ../admin/like_buttons.php:528
773
  msgid "BBPress forum"
774
  msgstr "BBPress форум"
775
 
776
  #: ../admin/social_sharing.php:931
777
  #: ../admin/social_sharing.php:1349
778
+ #: ../admin/like_buttons.php:253
779
+ #: ../admin/like_buttons.php:531
780
  msgid "BBPress topic"
781
  msgstr "BBPress тема"
782
 
783
  #: ../admin/social_sharing.php:934
784
+ #: ../admin/like_buttons.php:256
785
  msgid "BBPress reply"
786
  msgstr "BBPress ответ"
787
 
788
  #: ../admin/social_sharing.php:941
789
+ #: ../admin/like_buttons.php:262
790
  msgid "After individual product at WooCommerce Shop page"
791
  msgstr "После индивидуального продукта на странице магазина"
792
 
793
  #: ../admin/social_sharing.php:944
794
+ #: ../admin/like_buttons.php:265
795
  msgid "WooCommerce Product Page"
796
  msgstr "Продукт Woocommerce"
797
 
798
  #: ../admin/social_sharing.php:947
799
+ #: ../admin/like_buttons.php:268
800
  msgid "WooCommerce Thankyou Page"
801
  msgstr "WooCommerce страница благодарности"
802
 
883
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
884
 
885
  #: ../admin/social_sharing.php:1253
886
+ #: ../admin/like_buttons.php:436
887
  msgid "Left offset"
888
  msgstr "Смещение влево"
889
 
892
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
893
 
894
  #: ../admin/social_sharing.php:1273
895
+ #: ../admin/like_buttons.php:456
896
  msgid "Right offset"
897
  msgstr "Смещение вправо"
898
 
901
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
902
 
903
  #: ../admin/social_sharing.php:1292
904
+ #: ../admin/like_buttons.php:475
905
  msgid "Top offset"
906
  msgstr "Верхний отступ"
907
 
910
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
911
 
912
  #: ../admin/social_sharing.php:1338
913
+ #: ../admin/like_buttons.php:521
914
  #, fuzzy
915
  msgid "BuddyPress group"
916
  msgstr "Страница профиля BuddyPress"
961
  msgstr ""
962
 
963
  #: ../admin/social_sharing.php:1506
964
+ #: ../admin/like_buttons.php:577
965
  msgid "Url shortener"
966
  msgstr "Укорачивание URL"
967
 
978
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
979
 
980
  #: ../admin/social_sharing.php:1540
981
+ #: ../admin/like_buttons.php:611
982
  msgid "Master control to enable bit.ly url shortening for sharing"
983
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
984
 
985
  #: ../admin/social_sharing.php:1548
986
+ #: ../admin/like_buttons.php:619
987
  msgid "bit.ly username"
988
  msgstr "bit.ly пользователя"
989
 
990
  #: ../admin/social_sharing.php:1558
991
+ #: ../admin/like_buttons.php:629
992
  #, php-format
993
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
994
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
995
 
996
  #: ../admin/social_sharing.php:1567
997
+ #: ../admin/like_buttons.php:638
998
  msgid "bit.ly API Key"
999
  msgstr "bit.ly ключ приложения"
1000
 
1001
  #: ../admin/social_sharing.php:1577
1002
+ #: ../admin/like_buttons.php:648
1003
  #, php-format
1004
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1005
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
1006
 
1007
  #: ../admin/social_sharing.php:1586
1008
+ #: ../admin/like_buttons.php:657
1009
  msgid "Clear Bitly Cache"
1010
  msgstr ""
1011
 
1012
  #: ../admin/social_sharing.php:1590
1013
+ #: ../admin/like_buttons.php:661
1014
  #, fuzzy
1015
  msgid "ShortUrl cache cleared successfully."
1016
  msgstr "Аккаунт успешно связан"
1017
 
1018
  #: ../admin/social_sharing.php:1597
1019
+ #: ../admin/like_buttons.php:668
1020
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1021
  msgstr ""
1022
 
1048
  #: ../admin/social_sharing.php:1656
1049
  #: ../admin/social_sharing.php:1662
1050
  #: ../admin/social_commenting.php:311
1051
+ #: ../admin/like_buttons.php:677
1052
+ #: ../admin/like_buttons.php:683
1053
  msgid "Language"
1054
  msgstr "Язык"
1055
 
1124
  msgstr ""
1125
 
1126
  #: ../admin/social_sharing.php:1773
1127
+ msgid "Why are Share Counts Not Updating?"
1128
+ msgstr ""
1129
+
1130
+ #: ../admin/social_sharing.php:1774
1131
+ #: ../admin/like_buttons.php:766
1132
+ msgid "Why is there so much space between like buttons?"
1133
  msgstr ""
1134
 
1135
  #: ../admin/social_commenting.php:13
1338
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1339
 
1340
  #: ../admin/social_login.php:35
1341
+ #: ../admin/social_login.php:46
1342
  msgid "Basic Configuration"
1343
  msgstr "Основные настройки"
1344
 
1345
  #: ../admin/social_login.php:36
1346
+ #, fuzzy
1347
+ msgid "Advanced Configuration"
1348
+ msgstr "Основные настройки"
1349
+
1350
+ #: ../admin/social_login.php:38
1351
+ #: ../admin/social_login.php:813
1352
+ msgid "XProfile Integration"
1353
+ msgstr ""
1354
 
1355
+ #: ../admin/social_login.php:53
1356
  msgid "Disable user registration via Social Login"
1357
  msgstr "Регистрация Отключить пользователя через социального Логин"
1358
 
1359
+ #: ../admin/social_login.php:63
1360
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1361
  msgstr "После включения этой опции, новые пользователи не смогут войти в через социальные входе в систему. Только существующие пользователи смогут социальной входе в систему."
1362
 
1363
+ #: ../admin/social_login.php:72
1364
  #, fuzzy
1365
  msgid "Redirection url"
1366
  msgstr "Перенаправления входа"
1367
 
1368
+ #: ../admin/social_login.php:82
1369
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1370
  msgstr "Пользователь будет перенаправлен на этой странице после неудачной попытки регистрации через социальные Логин. Вы можете указать URL регистрационной формы или страница, показывающая сообщения о отключить регистрацию через систему социального Логин."
1371
 
1372
+ #: ../admin/social_login.php:91
1373
  msgid "Select providers"
1374
  msgstr "Выберите сервисы"
1375
 
1376
+ #: ../admin/social_login.php:96
1377
  msgid "Facebook"
1378
  msgstr "Facebook"
1379
 
1380
+ #: ../admin/social_login.php:100
1381
  msgid "Twitter"
1382
  msgstr "Twitter"
1383
 
1384
+ #: ../admin/social_login.php:104
1385
  msgid "LinkedIn"
1386
  msgstr "LinkedIn"
1387
 
1388
+ #: ../admin/social_login.php:108
1389
  msgid "Google+"
1390
  msgstr "Google+"
1391
 
1392
+ #: ../admin/social_login.php:112
1393
  msgid "Vkontakte"
1394
  msgstr "Вконтакте"
1395
 
1396
+ #: ../admin/social_login.php:116
1397
  msgid "Instagram"
1398
  msgstr "Instagram"
1399
 
1400
+ #: ../admin/social_login.php:120
1401
  msgid "Xing"
1402
  msgstr "Xing"
1403
 
1404
+ #: ../admin/social_login.php:124
1405
+ msgid "Steam"
1406
+ msgstr ""
1407
+
1408
+ #: ../admin/social_login.php:129
1409
+ #, fuzzy
1410
+ msgid "Twitch"
1411
+ msgstr "Twitter"
1412
+
1413
+ #: ../admin/social_login.php:137
1414
  msgid "Select Social ID provider to enable in Social Login"
1415
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1416
 
1417
+ #: ../admin/social_login.php:145
1418
  msgid "Facebook App ID"
1419
  msgstr "Facebook App ID"
1420
 
1421
+ #: ../admin/social_login.php:155
1422
  #, php-format
1423
  msgid "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"
1424
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1425
 
1426
+ #: ../admin/social_login.php:157
1427
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1428
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1429
 
1430
+ #: ../admin/social_login.php:167
1431
  msgid "Twitter API Key"
1432
  msgstr "Twitter API ключ"
1433
 
1434
+ #: ../admin/social_login.php:177
1435
  #, php-format
1436
  msgid "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"
1437
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1438
 
1439
+ #: ../admin/social_login.php:179
1440
+ #: ../admin/social_login.php:201
1441
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1442
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1443
 
1444
+ #: ../admin/social_login.php:189
1445
  msgid "Twitter API Secret"
1446
  msgstr "Twitter API секретный ключ"
1447
 
1448
+ #: ../admin/social_login.php:199
1449
  #, php-format
1450
  msgid "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"
1451
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1452
 
1453
+ #: ../admin/social_login.php:211
1454
  msgid "LinkedIn API Key"
1455
  msgstr "Секретный ключ приложения LinkedIn"
1456
 
1457
+ #: ../admin/social_login.php:221
1458
  #, php-format
1459
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1460
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1461
 
1462
+ #: ../admin/social_login.php:223
1463
+ #: ../admin/social_login.php:289
1464
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1465
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1466
 
1467
+ #: ../admin/social_login.php:233
1468
  msgid "Google+ Client ID"
1469
  msgstr "Google+ ID клиента"
1470
 
1471
+ #: ../admin/social_login.php:243
1472
  #, php-format
1473
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1474
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1475
 
1476
+ #: ../admin/social_login.php:245
1477
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1478
  msgstr "JavaScript для авторизации"
1479
 
1480
+ #: ../admin/social_login.php:255
1481
  msgid "Vkontakte Application ID"
1482
  msgstr " ID приложения Vkontakte"
1483
 
1484
+ #: ../admin/social_login.php:265
1485
  #, php-format
1486
  msgid "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"
1487
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1488
 
1489
+ #: ../admin/social_login.php:267
1490
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1491
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1492
 
1493
+ #: ../admin/social_login.php:277
1494
  msgid "Instagram Client ID"
1495
  msgstr "Instagram ID клиента"
1496
 
1497
+ #: ../admin/social_login.php:287
1498
  #, php-format
1499
  msgid "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"
1500
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1501
 
1502
+ #: ../admin/social_login.php:299
1503
  msgid "Xing Consumer Key"
1504
  msgstr "Ключ потребителя Xing"
1505
 
1506
+ #: ../admin/social_login.php:309
1507
  #, php-format
1508
  msgid "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"
1509
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1510
 
1511
+ #: ../admin/social_login.php:311
1512
+ #: ../admin/social_login.php:333
1513
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1514
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1515
 
1516
+ #: ../admin/social_login.php:321
1517
  msgid "Xing Consumer Secret"
1518
  msgstr "Секретный ключ потребителя Xing"
1519
 
1520
+ #: ../admin/social_login.php:331
1521
  #, php-format
1522
  msgid "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"
1523
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1524
 
1525
+ #: ../admin/social_login.php:343
1526
+ #, fuzzy
1527
+ msgid "Twitch Client ID"
1528
+ msgstr "Instagram ID клиента"
1529
 
1530
  #: ../admin/social_login.php:353
1531
+ #, fuzzy, php-format
1532
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1533
+ msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1534
+
1535
+ #: ../admin/social_login.php:355
1536
+ #, fuzzy
1537
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1538
+ msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1539
+
1540
+ #: ../admin/social_login.php:371
1541
+ #, fuzzy
1542
+ msgid "Social Login Options"
1543
+ msgstr "Вход через социальные сети"
1544
+
1545
+ #: ../admin/social_login.php:387
1546
  msgid "Text to display above the Social Login interface"
1547
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1548
 
1549
+ #: ../admin/social_login.php:396
1550
  msgid "Enable at login page"
1551
  msgstr "Включить страницу входа"
1552
 
1553
+ #: ../admin/social_login.php:406
1554
  msgid "Social Login interface will get enabled at the login page of your website"
1555
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1556
 
1557
+ #: ../admin/social_login.php:414
1558
  msgid "Enable at register page"
1559
  msgstr "Включить на странице регистрации"
1560
 
1561
+ #: ../admin/social_login.php:424
1562
  msgid "Social Login interface will get enabled at the registration page of your website"
1563
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1564
 
1565
+ #: ../admin/social_login.php:432
1566
  msgid "Enable at comment form"
1567
  msgstr "Включить в форму комментирования"
1568
 
1569
+ #: ../admin/social_login.php:442
1570
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1571
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1572
 
1573
+ #: ../admin/social_login.php:456
1574
  msgid "Enable before WooCommerce Customer Login Form"
1575
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1576
 
1577
+ #: ../admin/social_login.php:466
1578
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1579
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1580
 
1581
+ #: ../admin/social_login.php:474
1582
  msgid "Enable after WooCommerce Customer Login Form"
1583
  msgstr "Включить после формы входа клиента WooCommerce"
1584
 
1585
+ #: ../admin/social_login.php:484
1586
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1587
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1588
 
1589
+ #: ../admin/social_login.php:492
1590
  msgid "Enable at WooCommerce checkout page"
1591
  msgstr "Включить на странице оформления заказа WooCommerce"
1592
 
1593
+ #: ../admin/social_login.php:502
1594
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1595
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1596
 
1597
+ #: ../admin/social_login.php:513
1598
  msgid "Auto-approve comments made by Social Login users"
1599
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1600
 
1601
+ #: ../admin/social_login.php:523
1602
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1603
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1604
 
1605
+ #: ../admin/social_login.php:524
1606
  msgid "Note: This is not related to Facebook comments"
1607
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1608
 
1609
+ #: ../admin/social_login.php:534
1610
  msgid "Enable social avatar"
1611
  msgstr "Включение социальных аватар"
1612
 
1613
+ #: ../admin/social_login.php:544
1614
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1615
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1616
 
1617
+ #: ../admin/social_login.php:554
1618
  msgid "Avatar quality"
1619
  msgstr "Качество аватары"
1620
 
1621
+ #: ../admin/social_login.php:557
1622
  msgid "Average"
1623
  msgstr "Среднее"
1624
 
1625
+ #: ../admin/social_login.php:558
1626
  msgid "Best"
1627
  msgstr "лучший"
1628
 
1629
+ #: ../admin/social_login.php:565
1630
  msgid "Choose avatar quality"
1631
  msgstr "Выберите качество аватара"
1632
 
1633
+ #: ../admin/social_login.php:574
1634
  #, fuzzy
1635
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1636
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1637
 
1638
+ #: ../admin/social_login.php:584
1639
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1640
  msgstr ""
1641
 
1642
+ #: ../admin/social_login.php:605
1643
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1644
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1645
 
1646
+ #: ../admin/social_login.php:614
1647
  msgid "Send username-password after user registration"
1648
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1649
 
1650
+ #: ../admin/social_login.php:624
1651
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1652
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1653
 
1654
+ #: ../admin/social_login.php:633
1655
  msgid "Enable social account linking at BuddyPress profile page"
1656
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1657
 
1658
+ #: ../admin/social_login.php:643
1659
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1660
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1661
 
1662
+ #: ../admin/social_login.php:652
1663
  msgid "Login redirection"
1664
  msgstr "Перенаправления входа"
1665
 
1666
+ #: ../admin/social_login.php:656
1667
  msgid "Same page where user logged in"
1668
  msgstr "Та же страница, на которой пользователь произвел вход "
1669
 
1670
+ #: ../admin/social_login.php:660
1671
+ #: ../admin/social_login.php:690
1672
  msgid "Account dashboard"
1673
  msgstr "Страница управления моим аккаунтом"
1674
 
1675
+ #: ../admin/social_login.php:663
1676
+ #: ../admin/social_login.php:693
1677
  msgid "BuddyPress profile page"
1678
  msgstr "Страница профиля BuddyPress"
1679
 
1680
+ #: ../admin/social_login.php:666
1681
+ #: ../admin/social_login.php:696
1682
  msgid "Custom Url"
1683
  msgstr "Пользовательская ссылка"
1684
 
1685
+ #: ../admin/social_login.php:674
1686
  msgid "User will be redirected to the selected page after Social Login"
1687
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1688
 
1689
+ #: ../admin/social_login.php:682
1690
  msgid "Registration redirection"
1691
  msgstr "Перенаправлении регистрации"
1692
 
1693
+ #: ../admin/social_login.php:686
1694
  msgid "Same page from where user registered"
1695
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1696
 
1697
+ #: ../admin/social_login.php:704
1698
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1699
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1700
 
1701
+ #: ../admin/social_login.php:712
1702
  msgid "Email popup options"
1703
  msgstr "Параметры всплывающей электронной Почты"
1704
 
1705
+ #: ../admin/social_login.php:718
1706
  msgid "Text on 'Email required' popup"
1707
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1708
 
1709
+ #: ../admin/social_login.php:728
1710
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1711
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1712
 
1713
+ #: ../admin/social_login.php:737
1714
  msgid "Error message for 'Email required' popup"
1715
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1716
 
1717
+ #: ../admin/social_login.php:747
1718
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1719
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1720
 
1721
+ #: ../admin/social_login.php:756
1722
  msgid "Email popup height"
1723
  msgstr "Высота высплывающего окна"
1724
 
1725
+ #: ../admin/social_login.php:766
1726
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1727
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1728
 
1729
+ #: ../admin/social_login.php:774
1730
  msgid "Enable email verification"
1731
  msgstr "Включить проверку электронной почты"
1732
 
1733
+ #: ../admin/social_login.php:784
1734
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1735
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1736
 
1737
+ #: ../admin/social_login.php:863
1738
  msgid "Social Login Shortcode & Widget"
1739
  msgstr "Шорткод и виджет для входа через социальные сети "
1740
 
1741
+ #: ../admin/social_login.php:864
1742
  msgid "Social Linking Shortcode"
1743
  msgstr "Шорткод социальных ссылок"
1744
 
1782
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1783
  msgstr "Панель управления кнопками Нравится. Должно быть включено чтобы активировать кнопки Нравится"
1784
 
1785
+ #: ../admin/like_buttons.php:48
1786
  #, fuzzy
1787
  msgid "Standard Interface Options"
1788
  msgstr "Интерфейс горизонтальных кнопок Поделиться"
1789
 
1790
+ #: ../admin/like_buttons.php:54
1791
  #, fuzzy
1792
  msgid "Enable standard interface"
1793
  msgstr "Активировать интерфейс горизонтальных кнопок Поделиться"
1794
 
1795
+ #: ../admin/like_buttons.php:64
1796
  msgid "Master control to enable horizontal like buttons"
1797
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
1798
 
1799
+ #: ../admin/like_buttons.php:89
1800
+ #: ../admin/like_buttons.php:337
1801
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1802
  msgstr "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/Твитнуть"
1803
 
1804
+ #: ../admin/like_buttons.php:107
1805
  msgid "The text to display above the interface"
1806
  msgstr "Текст, отображаемый над интерфейсом"
1807
 
1808
+ #: ../admin/like_buttons.php:115
1809
+ #: ../admin/like_buttons.php:345
1810
  msgid "Select and rearrange providers"
1811
  msgstr "Выберите и переставьте сервисы"
1812
 
1813
+ #: ../admin/like_buttons.php:159
1814
+ #: ../admin/like_buttons.php:388
1815
  msgid "Select the providers for interface. Drag them to rearrange."
1816
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
1817
 
1818
+ #: ../admin/like_buttons.php:181
1819
+ #: ../admin/like_buttons.php:427
1820
  msgid "Horizontal alignment of the interface"
1821
  msgstr "Горизонтальное выравнивание интерфейса"
1822
 
1823
+ #: ../admin/like_buttons.php:202
1824
  msgid "Specify position of the interface with respect to the content"
1825
  msgstr "Укажите положение интерфейса в отношении содержания"
1826
 
1827
+ #: ../admin/like_buttons.php:210
1828
+ #: ../admin/like_buttons.php:493
1829
  msgid "Interface location"
1830
  msgstr "Расположение интерфейса"
1831
 
1832
+ #: ../admin/like_buttons.php:220
1833
+ #: ../admin/like_buttons.php:503
1834
  msgid "Excerpts"
1835
  msgstr "Цитаты"
1836
 
1837
+ #: ../admin/like_buttons.php:279
1838
  msgid "Specify the pages where you want to enable interface"
1839
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
1840
 
1841
+ #: ../admin/like_buttons.php:296
1842
  msgid "Vertical (Floating) like buttons Options"
1843
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
1844
 
1845
+ #: ../admin/like_buttons.php:302
1846
  #, fuzzy
1847
  msgid "Enable floating like buttons"
1848
  msgstr "Активировать вертикальные (плавающие) кнопки Нравится"
1849
 
1850
+ #: ../admin/like_buttons.php:312
1851
  msgid "Master control to enable vertical (floating) counter widget"
1852
  msgstr "Мастер управления для включения вертикального (плавающего) счетчика виджета "
1853
 
1854
+ #: ../admin/like_buttons.php:406
1855
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1856
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикального интерфейса. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
1857
 
1858
+ #: ../admin/like_buttons.php:446
1859
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1860
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1861
 
1862
+ #: ../admin/like_buttons.php:466
1863
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1864
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1865
 
1866
+ #: ../admin/like_buttons.php:485
1867
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1868
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу и уменьшать по отношению к верху. "
1869
 
1870
+ #: ../admin/like_buttons.php:541
1871
  msgid "Specify the pages where you want to enable vertical interface"
1872
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
1873
 
1874
+ #: ../admin/like_buttons.php:549
1875
  msgid "Hide like buttons on mobile devices"
1876
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
1877
 
1878
+ #: ../admin/like_buttons.php:559
1879
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1880
  msgstr "Если включено, то вертикальный интерфейс Нравится не будет отображаться на мобильных устройствах"
1881
 
1882
+ #: ../admin/like_buttons.php:583
1883
  msgid "Use shortlinks already installed, for tweet button"
1884
  msgstr "Эти короткие ссылки уже установлены, для кнопки Твитнуть"
1885
 
1886
+ #: ../admin/like_buttons.php:593
1887
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1888
  msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
1889
 
1890
+ #: ../admin/like_buttons.php:601
1891
  msgid "Enable bit.ly url shortener for tweet button"
1892
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
1893
 
1894
+ #: ../admin/like_buttons.php:693
1895
  #, php-format
1896
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1897
  msgstr "Введите код языка если хотите использовать свой язык для показа счетчиков. Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1898
 
1899
+ #: ../admin/like_buttons.php:702
1900
  msgid "Twitter Username"
1901
  msgstr "Имя в Твитере "
1902
 
1903
+ #: ../admin/like_buttons.php:708
1904
  msgid "Twitter username for Tweet (without @)"
1905
  msgstr "Имя в Твитере для Твитнуть (без @)"
1906
 
1907
+ #: ../admin/like_buttons.php:718
1908
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1909
  msgstr "Используемое имя пользователя будет показано после твита как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1910
 
1911
+ #: ../admin/like_buttons.php:727
1912
  msgid "Twitter username for Buffer sharing (without @)"
1913
  msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
1914
 
1915
+ #: ../admin/like_buttons.php:737
1916
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1917
  msgstr "Используемое имя пользователя будет показано в Buffer после Поделиться как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1918
 
1919
+ #: ../admin/like_buttons.php:754
1920
  msgid "Like Buttons Shortcode & Widget"
1921
  msgstr "Шорткод и виджет Нравится"
1922
 
1924
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1925
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1926
 
1927
+ #: ../inc/social_sharing.php:710
1928
  msgid "Invalid request"
1929
  msgstr "Неверный Запрос!"
1930
 
1931
+ #: ../inc/social_sharing.php:717
1932
  msgid "Providers not selected"
1933
  msgstr "Сервисы не выбраны"
1934
 
1935
+ #: ../inc/social_login.php:261
1936
  #, php-format
1937
  msgid "Username: %s"
1938
  msgstr ""
1939
 
1940
+ #: ../inc/social_login.php:262
1941
  #, php-format
1942
  msgid "Password: %s"
1943
  msgstr ""
1944
 
1945
+ #: ../inc/social_login.php:265
1946
  #, php-format
1947
  msgid "[%s] Your username and password"
1948
  msgstr ""
2068
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2069
  msgstr "Убедитесь что \"Вертикальные Кнопки Нравится\" включены на странице \"Super Socializer > Нравится\""
2070
 
2071
+ #~ msgid "Login options"
2072
+ #~ msgstr "Опции входа"
2073
+
2074
  #~ msgid "Horizontal sharing"
2075
  #~ msgstr "Горизонтальное Поделиться"
2076
 
languages/Super-Socializer-sr_RS.mo CHANGED
Binary file
languages/Super-Socializer-sr_RS.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: 2016-02-05 18:30+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -16,75 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Ostavite odgovor"
56
 
57
- #: ../super_socializer.php:711
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - prijavljivanje"
61
 
62
- #: ../super_socializer.php:711
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Opcije za share-ovanje"
68
 
69
- #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - prijavljivanje"
73
 
74
- #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Mali Avatar Url"
77
 
78
- #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Ciljni Url"
82
 
83
- #: ../super_socializer.php:847
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
86
 
87
- #: ../super_socializer.php:851
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
90
 
@@ -205,10 +205,10 @@ msgstr "Ciljni Url"
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
- #: ../admin/social_sharing.php:1784
209
  #: ../admin/social_commenting.php:464
210
- #: ../admin/social_login.php:778
211
- #: ../admin/like_buttons.php:764
212
  msgid "Save Changes"
213
  msgstr "Sačuvajte izmene"
214
 
@@ -358,10 +358,10 @@ msgstr ""
358
  #: ../admin/social_sharing.php:39
359
  #: ../admin/social_sharing.php:1731
360
  #: ../admin/social_sharing.php:1733
361
- #: ../admin/social_login.php:37
362
- #: ../admin/social_login.php:764
363
  #: ../admin/like_buttons.php:40
364
- #: ../admin/like_buttons.php:751
365
  msgid "Shortcode & Widget"
366
  msgstr "Kratki kod & vidžet"
367
 
@@ -373,6 +373,8 @@ msgstr "Sređivanje problema"
373
  #: ../admin/social_sharing.php:1762
374
  #: ../admin/social_commenting.php:36
375
  #: ../admin/social_commenting.php:452
 
 
376
  msgid "FAQ"
377
  msgstr "FAQ"
378
 
@@ -495,7 +497,7 @@ msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog i
495
  #: ../admin/social_sharing.php:273
496
  #: ../admin/social_sharing.php:581
497
  #: ../admin/social_sharing.php:1213
498
- #: ../admin/like_buttons.php:395
499
  msgid "Background Color"
500
  msgstr "Boja pozadine"
501
 
@@ -546,8 +548,8 @@ msgstr ""
546
  #: ../admin/social_sharing.php:630
547
  #: ../admin/social_sharing.php:851
548
  #: ../admin/social_sharing.php:1235
549
- #: ../admin/like_buttons.php:170
550
- #: ../admin/like_buttons.php:417
551
  msgid "Left"
552
  msgstr "Levo"
553
 
@@ -560,8 +562,8 @@ msgstr ""
560
  #: ../admin/social_sharing.php:634
561
  #: ../admin/social_sharing.php:853
562
  #: ../admin/social_sharing.php:1236
563
- #: ../admin/like_buttons.php:172
564
- #: ../admin/like_buttons.php:418
565
  #, fuzzy
566
  msgid "Right"
567
  msgstr "Desno"
@@ -620,29 +622,29 @@ msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
620
 
621
  #: ../admin/social_sharing.php:693
622
  #: ../admin/social_sharing.php:1081
623
- #: ../admin/like_buttons.php:73
624
- #: ../admin/like_buttons.php:321
625
  msgid "Target Url"
626
  msgstr "Ciljni Url"
627
 
628
  #: ../admin/social_sharing.php:697
629
  #: ../admin/social_sharing.php:1085
630
- #: ../admin/like_buttons.php:77
631
- #: ../admin/like_buttons.php:325
632
  msgid "Url of the webpage where icons are located (default)"
633
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
634
 
635
  #: ../admin/social_sharing.php:699
636
  #: ../admin/social_sharing.php:1087
637
- #: ../admin/like_buttons.php:79
638
- #: ../admin/like_buttons.php:327
639
  msgid "Url of the homepage of your website"
640
  msgstr "Url početne strane vašeg vebsajta"
641
 
642
  #: ../admin/social_sharing.php:701
643
  #: ../admin/social_sharing.php:1089
644
- #: ../admin/like_buttons.php:81
645
- #: ../admin/like_buttons.php:329
646
  #, fuzzy
647
  msgid "Custom url"
648
  msgstr "Uobičajeni url"
@@ -653,8 +655,8 @@ msgid "Url to share"
653
  msgstr "Url za share-ovanje"
654
 
655
  #: ../admin/social_sharing.php:716
656
- #: ../admin/social_login.php:343
657
- #: ../admin/like_buttons.php:96
658
  msgid "Title"
659
  msgstr "Naslov"
660
 
@@ -685,14 +687,14 @@ msgstr ""
685
 
686
  #: ../admin/social_sharing.php:847
687
  #: ../admin/social_sharing.php:1231
688
- #: ../admin/like_buttons.php:166
689
- #: ../admin/like_buttons.php:413
690
  #, fuzzy
691
  msgid "Horizontal alignment"
692
  msgstr "Horizontalno svrstavanje"
693
 
694
  #: ../admin/social_sharing.php:852
695
- #: ../admin/like_buttons.php:171
696
  msgid "Center"
697
  msgstr "Centar"
698
 
@@ -703,17 +705,17 @@ msgid "Horizontal alignment of the sharing interface"
703
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
704
 
705
  #: ../admin/social_sharing.php:869
706
- #: ../admin/like_buttons.php:188
707
  msgid "Position with respect to content"
708
  msgstr "Pozicija u odnosu na sadržaj"
709
 
710
  #: ../admin/social_sharing.php:873
711
- #: ../admin/like_buttons.php:192
712
  msgid "Top of the content"
713
  msgstr "Vrh sadržaja"
714
 
715
  #: ../admin/social_sharing.php:875
716
- #: ../admin/like_buttons.php:194
717
  msgid "Bottom of the content"
718
  msgstr "Dno sadržaja"
719
 
@@ -728,24 +730,24 @@ msgstr ""
728
 
729
  #: ../admin/social_sharing.php:894
730
  #: ../admin/social_sharing.php:1314
731
- #: ../admin/social_login.php:624
732
- #: ../admin/social_login.php:654
733
- #: ../admin/like_buttons.php:213
734
- #: ../admin/like_buttons.php:496
735
  msgid "Homepage"
736
  msgstr "Početna strana"
737
 
738
  #: ../admin/social_sharing.php:896
739
  #: ../admin/social_sharing.php:1316
740
- #: ../admin/like_buttons.php:215
741
- #: ../admin/like_buttons.php:498
742
  msgid "Posts"
743
  msgstr "Postovi"
744
 
745
  #: ../admin/social_sharing.php:898
746
  #: ../admin/social_sharing.php:1318
747
- #: ../admin/like_buttons.php:217
748
- #: ../admin/like_buttons.php:500
749
  msgid "Pages"
750
  msgstr "Stranice"
751
 
@@ -756,60 +758,60 @@ msgstr ""
756
 
757
  #: ../admin/social_sharing.php:902
758
  #: ../admin/social_sharing.php:1322
759
- #: ../admin/like_buttons.php:221
760
- #: ../admin/like_buttons.php:504
761
  msgid "Category Archives"
762
  msgstr "Arhive kategorija"
763
 
764
  #: ../admin/social_sharing.php:904
765
  #: ../admin/social_sharing.php:1324
766
- #: ../admin/like_buttons.php:223
767
- #: ../admin/like_buttons.php:506
768
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
769
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
770
 
771
  #: ../admin/social_sharing.php:920
772
- #: ../admin/like_buttons.php:239
773
  #, fuzzy
774
  msgid "BuddyPress activity"
775
  msgstr "Aktivnost i grupe BuddyPress-a"
776
 
777
  #: ../admin/social_sharing.php:922
778
- #: ../admin/like_buttons.php:242
779
  msgid "BuddyPress group (only at top of content)"
780
  msgstr ""
781
 
782
  #: ../admin/social_sharing.php:928
783
  #: ../admin/social_sharing.php:1346
784
- #: ../admin/like_buttons.php:249
785
- #: ../admin/like_buttons.php:527
786
  msgid "BBPress forum"
787
  msgstr "BBPress forum"
788
 
789
  #: ../admin/social_sharing.php:931
790
  #: ../admin/social_sharing.php:1349
791
- #: ../admin/like_buttons.php:252
792
- #: ../admin/like_buttons.php:530
793
  msgid "BBPress topic"
794
  msgstr "BBPress tema"
795
 
796
  #: ../admin/social_sharing.php:934
797
- #: ../admin/like_buttons.php:255
798
  msgid "BBPress reply"
799
  msgstr "BBPress odgovor"
800
 
801
  #: ../admin/social_sharing.php:941
802
- #: ../admin/like_buttons.php:261
803
  msgid "After individual product at WooCommerce Shop page"
804
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
805
 
806
  #: ../admin/social_sharing.php:944
807
- #: ../admin/like_buttons.php:264
808
  msgid "WooCommerce Product Page"
809
  msgstr "WooCommerce stranica sa proizvodima"
810
 
811
  #: ../admin/social_sharing.php:947
812
- #: ../admin/like_buttons.php:267
813
  msgid "WooCommerce Thankyou Page"
814
  msgstr "WooCommerce Thankyou (hvala) stranica "
815
 
@@ -899,7 +901,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
899
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
900
 
901
  #: ../admin/social_sharing.php:1253
902
- #: ../admin/like_buttons.php:435
903
  msgid "Left offset"
904
  msgstr "Levi offset"
905
 
@@ -909,7 +911,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
909
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
910
 
911
  #: ../admin/social_sharing.php:1273
912
- #: ../admin/like_buttons.php:455
913
  #, fuzzy
914
  msgid "Right offset"
915
  msgstr "Desni offset"
@@ -920,7 +922,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
920
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
921
 
922
  #: ../admin/social_sharing.php:1292
923
- #: ../admin/like_buttons.php:474
924
  msgid "Top offset"
925
  msgstr "Gornji offset"
926
 
@@ -929,7 +931,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
929
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
930
 
931
  #: ../admin/social_sharing.php:1338
932
- #: ../admin/like_buttons.php:520
933
  #, fuzzy
934
  msgid "BuddyPress group"
935
  msgstr "BuddyPress profilna stranica"
@@ -980,7 +982,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
980
  msgstr ""
981
 
982
  #: ../admin/social_sharing.php:1506
983
- #: ../admin/like_buttons.php:576
984
  #, fuzzy
985
  msgid "Url shortener"
986
  msgstr "Url skraćenica"
@@ -998,47 +1000,47 @@ msgid "Enable bit.ly url shortener for sharing"
998
  msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
999
 
1000
  #: ../admin/social_sharing.php:1540
1001
- #: ../admin/like_buttons.php:610
1002
  #, fuzzy
1003
  msgid "Master control to enable bit.ly url shortening for sharing"
1004
  msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
1005
 
1006
  #: ../admin/social_sharing.php:1548
1007
- #: ../admin/like_buttons.php:618
1008
  msgid "bit.ly username"
1009
  msgstr "bit.ly korisničko ime"
1010
 
1011
  #: ../admin/social_sharing.php:1558
1012
- #: ../admin/like_buttons.php:628
1013
  #, php-format
1014
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1015
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
1016
 
1017
  #: ../admin/social_sharing.php:1567
1018
- #: ../admin/like_buttons.php:637
1019
  #, fuzzy
1020
  msgid "bit.ly API Key"
1021
  msgstr "bit.ly API ključ"
1022
 
1023
  #: ../admin/social_sharing.php:1577
1024
- #: ../admin/like_buttons.php:647
1025
  #, fuzzy, php-format
1026
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1027
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
1028
 
1029
  #: ../admin/social_sharing.php:1586
1030
- #: ../admin/like_buttons.php:656
1031
  msgid "Clear Bitly Cache"
1032
  msgstr ""
1033
 
1034
  #: ../admin/social_sharing.php:1590
1035
- #: ../admin/like_buttons.php:660
1036
  #, fuzzy
1037
  msgid "ShortUrl cache cleared successfully."
1038
  msgstr "Nalog uspešno povezan"
1039
 
1040
  #: ../admin/social_sharing.php:1597
1041
- #: ../admin/like_buttons.php:667
1042
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1043
  msgstr ""
1044
 
@@ -1070,8 +1072,8 @@ msgstr ""
1070
  #: ../admin/social_sharing.php:1656
1071
  #: ../admin/social_sharing.php:1662
1072
  #: ../admin/social_commenting.php:311
1073
- #: ../admin/like_buttons.php:676
1074
- #: ../admin/like_buttons.php:682
1075
  msgid "Language"
1076
  msgstr "Jezik"
1077
 
@@ -1147,7 +1149,12 @@ msgid "How to hide arrow after floating sharing bar?"
1147
  msgstr ""
1148
 
1149
  #: ../admin/social_sharing.php:1773
1150
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1151
  msgstr ""
1152
 
1153
  #: ../admin/social_commenting.php:13
@@ -1374,385 +1381,416 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1374
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1375
 
1376
  #: ../admin/social_login.php:35
1377
- #: ../admin/social_login.php:43
1378
  msgid "Basic Configuration"
1379
  msgstr "Osnovna konfiguracija"
1380
 
1381
  #: ../admin/social_login.php:36
1382
- msgid "Social Login"
1383
- msgstr "Prijavljivanje na društvene mreže"
 
 
 
 
 
 
1384
 
1385
- #: ../admin/social_login.php:50
1386
  msgid "Disable user registration via Social Login"
1387
  msgstr "Искључи регистрација корисника путем друштвених Логин"
1388
 
1389
- #: ../admin/social_login.php:60
1390
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1391
  msgstr "Након омогућавања ову опцију, нови корисници неће моћи да се пријавите путем друштвене пријављивања. Само постојећи корисници ће моћи да друштвеног пријаву."
1392
 
1393
- #: ../admin/social_login.php:69
1394
  #, fuzzy
1395
  msgid "Redirection url"
1396
  msgstr "Preusmerenje prijavljivanja"
1397
 
1398
- #: ../admin/social_login.php:79
1399
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1400
  msgstr "Корисник ће бити преусмерени на ову страницу након неуспелог покушаја регистрације путем друштвених Логин. Можете да одредите УРЛ адресу регистрационог облику или странице на којој је приказан поруке у вези онемогућио регистрацију кроз социјални Логин."
1401
 
1402
- #: ../admin/social_login.php:88
1403
  msgid "Select providers"
1404
  msgstr "Selektujte provajdere"
1405
 
1406
- #: ../admin/social_login.php:93
1407
  msgid "Facebook"
1408
  msgstr "Facebook"
1409
 
1410
- #: ../admin/social_login.php:97
1411
  msgid "Twitter"
1412
  msgstr "Twitter"
1413
 
1414
- #: ../admin/social_login.php:101
1415
  msgid "LinkedIn"
1416
  msgstr "LinkedIn"
1417
 
1418
- #: ../admin/social_login.php:105
1419
  msgid "Google+"
1420
  msgstr "Google+"
1421
 
1422
- #: ../admin/social_login.php:109
1423
  msgid "Vkontakte"
1424
  msgstr "Vkontakte"
1425
 
1426
- #: ../admin/social_login.php:113
1427
  msgid "Instagram"
1428
  msgstr "Instagram"
1429
 
1430
- #: ../admin/social_login.php:117
1431
  msgid "Xing"
1432
  msgstr "Xing"
1433
 
1434
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
 
1435
  msgid "Select Social ID provider to enable in Social Login"
1436
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1437
 
1438
- #: ../admin/social_login.php:133
1439
  msgid "Facebook App ID"
1440
  msgstr "ID Facebook aplikacije"
1441
 
1442
- #: ../admin/social_login.php:143
1443
  #, php-format
1444
  msgid "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"
1445
  msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1446
 
1447
- #: ../admin/social_login.php:145
1448
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1449
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1450
 
1451
- #: ../admin/social_login.php:155
1452
  #, fuzzy
1453
  msgid "Twitter API Key"
1454
  msgstr "Twitter API ključ"
1455
 
1456
- #: ../admin/social_login.php:165
1457
  #, fuzzy, php-format
1458
  msgid "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"
1459
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1460
 
1461
- #: ../admin/social_login.php:167
1462
- #: ../admin/social_login.php:189
1463
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1464
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1465
 
1466
- #: ../admin/social_login.php:177
1467
  #, fuzzy
1468
  msgid "Twitter API Secret"
1469
  msgstr "Tajna Twitter aplikacije"
1470
 
1471
- #: ../admin/social_login.php:187
1472
  #, fuzzy, php-format
1473
  msgid "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"
1474
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1475
 
1476
- #: ../admin/social_login.php:199
1477
  msgid "LinkedIn API Key"
1478
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1479
 
1480
- #: ../admin/social_login.php:209
1481
  #, php-format
1482
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1483
  msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1484
 
1485
- #: ../admin/social_login.php:211
1486
- #: ../admin/social_login.php:277
1487
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1488
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1489
 
1490
- #: ../admin/social_login.php:221
1491
  msgid "Google+ Client ID"
1492
  msgstr "Google+ Client ID"
1493
 
1494
- #: ../admin/social_login.php:231
1495
  #, php-format
1496
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1497
  msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1498
 
1499
- #: ../admin/social_login.php:233
1500
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1501
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1502
 
1503
- #: ../admin/social_login.php:243
1504
  msgid "Vkontakte Application ID"
1505
  msgstr "Identifikacija Vkontakte aplikacije"
1506
 
1507
- #: ../admin/social_login.php:253
1508
  #, php-format
1509
  msgid "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"
1510
  msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1511
 
1512
- #: ../admin/social_login.php:255
1513
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1514
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1515
 
1516
- #: ../admin/social_login.php:265
1517
  msgid "Instagram Client ID"
1518
  msgstr "Identifikacija klijenata Instagram-a"
1519
 
1520
- #: ../admin/social_login.php:275
1521
  #, php-format
1522
  msgid "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"
1523
  msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1524
 
1525
- #: ../admin/social_login.php:287
1526
  msgid "Xing Consumer Key"
1527
  msgstr "Ključ za korisnike Xing-a"
1528
 
1529
- #: ../admin/social_login.php:297
1530
  #, fuzzy, php-format
1531
  msgid "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"
1532
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1533
 
1534
- #: ../admin/social_login.php:299
1535
- #: ../admin/social_login.php:321
1536
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1537
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1538
 
1539
- #: ../admin/social_login.php:309
1540
  msgid "Xing Consumer Secret"
1541
  msgstr "Tajna korisnika Xing-a"
1542
 
1543
- #: ../admin/social_login.php:319
1544
  #, fuzzy, php-format
1545
  msgid "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"
1546
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1547
 
1548
- #: ../admin/social_login.php:337
1549
- msgid "Login options"
1550
- msgstr "Opcije prijavljivanja"
 
1551
 
1552
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1553
  msgid "Text to display above the Social Login interface"
1554
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1555
 
1556
- #: ../admin/social_login.php:362
1557
  msgid "Enable at login page"
1558
  msgstr "Omogućiti na stranici za prijavljivanje"
1559
 
1560
- #: ../admin/social_login.php:372
1561
  msgid "Social Login interface will get enabled at the login page of your website"
1562
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1563
 
1564
- #: ../admin/social_login.php:380
1565
  msgid "Enable at register page"
1566
  msgstr "Omogućiti na stranici za registraciju"
1567
 
1568
- #: ../admin/social_login.php:390
1569
  #, fuzzy
1570
  msgid "Social Login interface will get enabled at the registration page of your website"
1571
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1572
 
1573
- #: ../admin/social_login.php:398
1574
  msgid "Enable at comment form"
1575
  msgstr "Omogućiti u formi komentara"
1576
 
1577
- #: ../admin/social_login.php:408
1578
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1579
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1580
 
1581
- #: ../admin/social_login.php:422
1582
  msgid "Enable before WooCommerce Customer Login Form"
1583
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1584
 
1585
- #: ../admin/social_login.php:432
1586
  #, fuzzy
1587
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1588
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1589
 
1590
- #: ../admin/social_login.php:440
1591
  msgid "Enable after WooCommerce Customer Login Form"
1592
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1593
 
1594
- #: ../admin/social_login.php:450
1595
  #, fuzzy
1596
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1597
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1598
 
1599
- #: ../admin/social_login.php:458
1600
  #, fuzzy
1601
  msgid "Enable at WooCommerce checkout page"
1602
  msgstr "Omogućiti na stranici za registraciju"
1603
 
1604
- #: ../admin/social_login.php:468
1605
  #, fuzzy
1606
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1607
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1608
 
1609
- #: ../admin/social_login.php:479
1610
  msgid "Auto-approve comments made by Social Login users"
1611
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1612
 
1613
- #: ../admin/social_login.php:489
1614
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1615
  msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1616
 
1617
- #: ../admin/social_login.php:490
1618
  msgid "Note: This is not related to Facebook comments"
1619
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1620
 
1621
- #: ../admin/social_login.php:500
1622
  msgid "Enable social avatar"
1623
  msgstr "Omogućite društvenog avatara"
1624
 
1625
- #: ../admin/social_login.php:510
1626
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1627
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1628
 
1629
- #: ../admin/social_login.php:520
1630
  msgid "Avatar quality"
1631
  msgstr "Kvalitet avatara"
1632
 
1633
- #: ../admin/social_login.php:523
1634
  msgid "Average"
1635
  msgstr "Prosek"
1636
 
1637
- #: ../admin/social_login.php:524
1638
  msgid "Best"
1639
  msgstr "најбољи"
1640
 
1641
- #: ../admin/social_login.php:531
1642
  msgid "Choose avatar quality"
1643
  msgstr "Odaberite kvalitet avatara"
1644
 
1645
- #: ../admin/social_login.php:540
1646
  #, fuzzy
1647
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1648
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1649
 
1650
- #: ../admin/social_login.php:550
1651
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1652
  msgstr ""
1653
 
1654
- #: ../admin/social_login.php:571
1655
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1656
  msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1657
 
1658
- #: ../admin/social_login.php:580
1659
  msgid "Send username-password after user registration"
1660
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1661
 
1662
- #: ../admin/social_login.php:590
1663
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1664
  msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1665
 
1666
- #: ../admin/social_login.php:599
1667
  msgid "Enable social account linking at BuddyPress profile page"
1668
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1669
 
1670
- #: ../admin/social_login.php:609
1671
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1672
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1673
 
1674
- #: ../admin/social_login.php:618
1675
  msgid "Login redirection"
1676
  msgstr "Preusmerenje prijavljivanja"
1677
 
1678
- #: ../admin/social_login.php:622
1679
  msgid "Same page where user logged in"
1680
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1681
 
1682
- #: ../admin/social_login.php:626
1683
- #: ../admin/social_login.php:656
1684
  msgid "Account dashboard"
1685
  msgstr "Komandna tabla naloga"
1686
 
1687
- #: ../admin/social_login.php:629
1688
- #: ../admin/social_login.php:659
1689
  msgid "BuddyPress profile page"
1690
  msgstr "BuddyPress profilna stranica"
1691
 
1692
- #: ../admin/social_login.php:632
1693
- #: ../admin/social_login.php:662
1694
  msgid "Custom Url"
1695
  msgstr "Uobičajeni URL"
1696
 
1697
- #: ../admin/social_login.php:640
1698
  msgid "User will be redirected to the selected page after Social Login"
1699
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1700
 
1701
- #: ../admin/social_login.php:648
1702
  msgid "Registration redirection"
1703
  msgstr "Preusmerenje registracije"
1704
 
1705
- #: ../admin/social_login.php:652
1706
  #, fuzzy
1707
  msgid "Same page from where user registered"
1708
  msgstr "Ista stranica odakle je korisnik registrovan "
1709
 
1710
- #: ../admin/social_login.php:670
1711
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1712
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1713
 
1714
- #: ../admin/social_login.php:678
1715
  msgid "Email popup options"
1716
  msgstr "Popup opcije za email"
1717
 
1718
- #: ../admin/social_login.php:684
1719
  msgid "Text on 'Email required' popup"
1720
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1721
 
1722
- #: ../admin/social_login.php:694
1723
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1724
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1725
 
1726
- #: ../admin/social_login.php:703
1727
  msgid "Error message for 'Email required' popup"
1728
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1729
 
1730
- #: ../admin/social_login.php:713
1731
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1732
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1733
 
1734
- #: ../admin/social_login.php:722
1735
  msgid "Email popup height"
1736
  msgstr "Visina email popup-a"
1737
 
1738
- #: ../admin/social_login.php:732
1739
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1740
  msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1741
 
1742
- #: ../admin/social_login.php:740
1743
  msgid "Enable email verification"
1744
  msgstr "Omogućite verifikaciju email-a"
1745
 
1746
- #: ../admin/social_login.php:750
1747
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1748
  msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1749
 
1750
- #: ../admin/social_login.php:766
1751
  #, fuzzy
1752
  msgid "Social Login Shortcode & Widget"
1753
  msgstr "Kratki kod & vidžet"
1754
 
1755
- #: ../admin/social_login.php:767
1756
  msgid "Social Linking Shortcode"
1757
  msgstr "Kratki kod za povezivanje na društvene mreže"
1758
 
@@ -1801,160 +1839,160 @@ msgstr "Omogućite tastere za “sviđa mi se”"
1801
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1802
  msgstr "Master kontrola za tastere “sviđa mi se”. Mora se proveriti radi omogućavanja funkcionalnosti tastera za “sviđa mi se”"
1803
 
1804
- #: ../admin/like_buttons.php:47
1805
  #, fuzzy
1806
  msgid "Standard Interface Options"
1807
  msgstr "Opcije horizontalnog interfejsa"
1808
 
1809
- #: ../admin/like_buttons.php:53
1810
  #, fuzzy
1811
  msgid "Enable standard interface"
1812
  msgstr "Omogućite horizontalni interfejs"
1813
 
1814
- #: ../admin/like_buttons.php:63
1815
  #, fuzzy
1816
  msgid "Master control to enable horizontal like buttons"
1817
  msgstr "Master kontrola za omogućavanje horizontalnih tastera za “sviđa mi se”"
1818
 
1819
- #: ../admin/like_buttons.php:88
1820
- #: ../admin/like_buttons.php:336
1821
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1822
  msgstr "Url za “sviđa mi se”/share-ovanje/tvitovanje i prikazivanje brojanja “sviđa mi se”/share-ovanja/tvitova"
1823
 
1824
- #: ../admin/like_buttons.php:106
1825
  #, fuzzy
1826
  msgid "The text to display above the interface"
1827
  msgstr "Tekst koji će biti prikazan iznad interfejsa"
1828
 
1829
- #: ../admin/like_buttons.php:114
1830
- #: ../admin/like_buttons.php:344
1831
  #, fuzzy
1832
  msgid "Select and rearrange providers"
1833
  msgstr "Selektujte i preuredite dobavljače"
1834
 
1835
- #: ../admin/like_buttons.php:158
1836
- #: ../admin/like_buttons.php:387
1837
  #, fuzzy
1838
  msgid "Select the providers for interface. Drag them to rearrange."
1839
  msgstr "Selektujte dobavljače za interfejs. Prevucite ih radi preuređenja."
1840
 
1841
- #: ../admin/like_buttons.php:180
1842
- #: ../admin/like_buttons.php:426
1843
  #, fuzzy
1844
  msgid "Horizontal alignment of the interface"
1845
  msgstr "Horizontalno svrstavanje interfejsa"
1846
 
1847
- #: ../admin/like_buttons.php:201
1848
  #, fuzzy
1849
  msgid "Specify position of the interface with respect to the content"
1850
  msgstr "Specifikujte poziciju interfejsa u odnosu na sadržaj"
1851
 
1852
- #: ../admin/like_buttons.php:209
1853
- #: ../admin/like_buttons.php:492
1854
  #, fuzzy
1855
  msgid "Interface location"
1856
  msgstr "Lokacija interfejsa"
1857
 
1858
- #: ../admin/like_buttons.php:219
1859
- #: ../admin/like_buttons.php:502
1860
  msgid "Excerpts"
1861
  msgstr "Izvodi"
1862
 
1863
- #: ../admin/like_buttons.php:278
1864
  #, fuzzy
1865
  msgid "Specify the pages where you want to enable interface"
1866
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1867
 
1868
- #: ../admin/like_buttons.php:295
1869
  #, fuzzy
1870
  msgid "Vertical (Floating) like buttons Options"
1871
  msgstr "Opcije za vertikalne (plutajuće) tastere za “sviđa mi se”"
1872
 
1873
- #: ../admin/like_buttons.php:301
1874
  #, fuzzy
1875
  msgid "Enable floating like buttons"
1876
  msgstr "Omogućite vertikalne (plutajuće) tastere za “sviđa mi se”"
1877
 
1878
- #: ../admin/like_buttons.php:311
1879
  #, fuzzy
1880
  msgid "Master control to enable vertical (floating) counter widget"
1881
  msgstr "Master kontrola radi omogućavanja vidžeta vertikalnog (plutajućeg) brojača"
1882
 
1883
- #: ../admin/like_buttons.php:405
1884
  #, fuzzy
1885
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1886
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog interfejsa. Ostavite prazno za transparentnu. Hex kod za traženu boju možete dobiti preko <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1887
 
1888
- #: ../admin/like_buttons.php:445
1889
  #, fuzzy
1890
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1891
  msgstr "Specifikujte broj. Povećanje u broju će pomeriti interfejs u desno, a smanjenje u levo. Broj može biti i negativan."
1892
 
1893
- #: ../admin/like_buttons.php:465
1894
  #, fuzzy
1895
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1896
  msgstr "Specifikujte broj. Povećanje u broju može pomeriti interfejs u levo, a smanjenje u desno. Broj može biti i negativan."
1897
 
1898
- #: ../admin/like_buttons.php:484
1899
  #, fuzzy
1900
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1901
  msgstr "Specifikujte broj. Povećanje u broju će interfejs pomeriti prema dnu, a smanjenje prema vrhu."
1902
 
1903
- #: ../admin/like_buttons.php:540
1904
  #, fuzzy
1905
  msgid "Specify the pages where you want to enable vertical interface"
1906
  msgstr "Specifikujte stranice gde želite da omogućite vertikalni interfejs"
1907
 
1908
- #: ../admin/like_buttons.php:548
1909
  msgid "Hide like buttons on mobile devices"
1910
  msgstr "Sakrite tastere za “sviđa mi se” na mobilnim uređajima"
1911
 
1912
- #: ../admin/like_buttons.php:558
1913
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1914
  msgstr "Ukoliko su omogućeni, vertikalni tasteri za “sviđa mi se” se neće pojaviti na mobilnim uređajima"
1915
 
1916
- #: ../admin/like_buttons.php:582
1917
  msgid "Use shortlinks already installed, for tweet button"
1918
  msgstr "Koristite kratke linkove koji su već instalirani za taster za tvitovanje"
1919
 
1920
- #: ../admin/like_buttons.php:592
1921
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1922
  msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
1923
 
1924
- #: ../admin/like_buttons.php:600
1925
  msgid "Enable bit.ly url shortener for tweet button"
1926
  msgstr "Omogućite skraćenicu za bit.ly url za taster za tvitovanje"
1927
 
1928
- #: ../admin/like_buttons.php:692
1929
  #, fuzzy, php-format
1930
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1931
  msgstr "Unesite kod jezika koji želite da koristite za vraćanje brojača. Jezičke kodove možete naći na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1932
 
1933
- #: ../admin/like_buttons.php:701
1934
  #, fuzzy
1935
  msgid "Twitter Username"
1936
  msgstr "Korisničko ime na Twitter-u kod share-ovanja"
1937
 
1938
- #: ../admin/like_buttons.php:707
1939
  #, fuzzy
1940
  msgid "Twitter username for Tweet (without @)"
1941
  msgstr "Korisničko ime na Twitter-u (bez @)"
1942
 
1943
- #: ../admin/like_buttons.php:717
1944
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1945
  msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1946
 
1947
- #: ../admin/like_buttons.php:726
1948
  #, fuzzy
1949
  msgid "Twitter username for Buffer sharing (without @)"
1950
  msgstr "Korisničko ime na Twitter-u (bez @)"
1951
 
1952
- #: ../admin/like_buttons.php:736
1953
  #, fuzzy
1954
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1955
  msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1956
 
1957
- #: ../admin/like_buttons.php:753
1958
  #, fuzzy
1959
  msgid "Like Buttons Shortcode & Widget"
1960
  msgstr "Kratki kod & vidžet"
@@ -1964,25 +2002,25 @@ msgstr "Kratki kod & vidžet"
1964
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1965
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1966
 
1967
- #: ../inc/social_sharing.php:709
1968
  msgid "Invalid request"
1969
  msgstr "Nevažeći zahtev"
1970
 
1971
- #: ../inc/social_sharing.php:716
1972
  msgid "Providers not selected"
1973
  msgstr "Dobavljači nisu selektovani"
1974
 
1975
- #: ../inc/social_login.php:232
1976
  #, php-format
1977
  msgid "Username: %s"
1978
  msgstr ""
1979
 
1980
- #: ../inc/social_login.php:233
1981
  #, php-format
1982
  msgid "Password: %s"
1983
  msgstr ""
1984
 
1985
- #: ../inc/social_login.php:236
1986
  #, php-format
1987
  msgid "[%s] Your username and password"
1988
  msgstr ""
@@ -2116,6 +2154,9 @@ msgstr "Vidžet za vertikalne plutajuće tastere za “sviđa mi se”. Dopustit
2116
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2117
  msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Socializer > Like Buttons\" stranice."
2118
 
 
 
 
2119
  #, fuzzy
2120
  #~ msgid "Horizontal sharing"
2121
  #~ msgstr "Horizontalno share-ovanje"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:34+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:34+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr "Ostavite odgovor"
56
 
57
+ #: ../super_socializer.php:815
58
  #, fuzzy
59
  msgid "Super Socializer - General Options"
60
  msgstr "Super Socializer - prijavljivanje"
61
 
62
+ #: ../super_socializer.php:815
63
  #: ../admin/general_options.php:11
64
  #: ../admin/social_commenting.php:42
65
  #, fuzzy
66
  msgid "General Options"
67
  msgstr "Opcije za share-ovanje"
68
 
69
+ #: ../super_socializer.php:876
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - prijavljivanje"
73
 
74
+ #: ../super_socializer.php:879
75
  msgid "Small Avatar Url"
76
  msgstr "Mali Avatar Url"
77
 
78
+ #: ../super_socializer.php:884
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Ciljni Url"
82
 
83
+ #: ../super_socializer.php:951
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
86
 
87
+ #: ../super_socializer.php:955
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
90
 
205
 
206
  #: ../helper.php:894
207
  #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1785
209
  #: ../admin/social_commenting.php:464
210
+ #: ../admin/social_login.php:875
211
+ #: ../admin/like_buttons.php:778
212
  msgid "Save Changes"
213
  msgstr "Sačuvajte izmene"
214
 
358
  #: ../admin/social_sharing.php:39
359
  #: ../admin/social_sharing.php:1731
360
  #: ../admin/social_sharing.php:1733
361
+ #: ../admin/social_login.php:40
362
+ #: ../admin/social_login.php:861
363
  #: ../admin/like_buttons.php:40
364
+ #: ../admin/like_buttons.php:752
365
  msgid "Shortcode & Widget"
366
  msgstr "Kratki kod & vidžet"
367
 
373
  #: ../admin/social_sharing.php:1762
374
  #: ../admin/social_commenting.php:36
375
  #: ../admin/social_commenting.php:452
376
+ #: ../admin/like_buttons.php:41
377
+ #: ../admin/like_buttons.php:764
378
  msgid "FAQ"
379
  msgstr "FAQ"
380
 
497
  #: ../admin/social_sharing.php:273
498
  #: ../admin/social_sharing.php:581
499
  #: ../admin/social_sharing.php:1213
500
+ #: ../admin/like_buttons.php:396
501
  msgid "Background Color"
502
  msgstr "Boja pozadine"
503
 
548
  #: ../admin/social_sharing.php:630
549
  #: ../admin/social_sharing.php:851
550
  #: ../admin/social_sharing.php:1235
551
+ #: ../admin/like_buttons.php:171
552
+ #: ../admin/like_buttons.php:418
553
  msgid "Left"
554
  msgstr "Levo"
555
 
562
  #: ../admin/social_sharing.php:634
563
  #: ../admin/social_sharing.php:853
564
  #: ../admin/social_sharing.php:1236
565
+ #: ../admin/like_buttons.php:173
566
+ #: ../admin/like_buttons.php:419
567
  #, fuzzy
568
  msgid "Right"
569
  msgstr "Desno"
622
 
623
  #: ../admin/social_sharing.php:693
624
  #: ../admin/social_sharing.php:1081
625
+ #: ../admin/like_buttons.php:74
626
+ #: ../admin/like_buttons.php:322
627
  msgid "Target Url"
628
  msgstr "Ciljni Url"
629
 
630
  #: ../admin/social_sharing.php:697
631
  #: ../admin/social_sharing.php:1085
632
+ #: ../admin/like_buttons.php:78
633
+ #: ../admin/like_buttons.php:326
634
  msgid "Url of the webpage where icons are located (default)"
635
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
636
 
637
  #: ../admin/social_sharing.php:699
638
  #: ../admin/social_sharing.php:1087
639
+ #: ../admin/like_buttons.php:80
640
+ #: ../admin/like_buttons.php:328
641
  msgid "Url of the homepage of your website"
642
  msgstr "Url početne strane vašeg vebsajta"
643
 
644
  #: ../admin/social_sharing.php:701
645
  #: ../admin/social_sharing.php:1089
646
+ #: ../admin/like_buttons.php:82
647
+ #: ../admin/like_buttons.php:330
648
  #, fuzzy
649
  msgid "Custom url"
650
  msgstr "Uobičajeni url"
655
  msgstr "Url za share-ovanje"
656
 
657
  #: ../admin/social_sharing.php:716
658
+ #: ../admin/social_login.php:377
659
+ #: ../admin/like_buttons.php:97
660
  msgid "Title"
661
  msgstr "Naslov"
662
 
687
 
688
  #: ../admin/social_sharing.php:847
689
  #: ../admin/social_sharing.php:1231
690
+ #: ../admin/like_buttons.php:167
691
+ #: ../admin/like_buttons.php:414
692
  #, fuzzy
693
  msgid "Horizontal alignment"
694
  msgstr "Horizontalno svrstavanje"
695
 
696
  #: ../admin/social_sharing.php:852
697
+ #: ../admin/like_buttons.php:172
698
  msgid "Center"
699
  msgstr "Centar"
700
 
705
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
706
 
707
  #: ../admin/social_sharing.php:869
708
+ #: ../admin/like_buttons.php:189
709
  msgid "Position with respect to content"
710
  msgstr "Pozicija u odnosu na sadržaj"
711
 
712
  #: ../admin/social_sharing.php:873
713
+ #: ../admin/like_buttons.php:193
714
  msgid "Top of the content"
715
  msgstr "Vrh sadržaja"
716
 
717
  #: ../admin/social_sharing.php:875
718
+ #: ../admin/like_buttons.php:195
719
  msgid "Bottom of the content"
720
  msgstr "Dno sadržaja"
721
 
730
 
731
  #: ../admin/social_sharing.php:894
732
  #: ../admin/social_sharing.php:1314
733
+ #: ../admin/social_login.php:658
734
+ #: ../admin/social_login.php:688
735
+ #: ../admin/like_buttons.php:214
736
+ #: ../admin/like_buttons.php:497
737
  msgid "Homepage"
738
  msgstr "Početna strana"
739
 
740
  #: ../admin/social_sharing.php:896
741
  #: ../admin/social_sharing.php:1316
742
+ #: ../admin/like_buttons.php:216
743
+ #: ../admin/like_buttons.php:499
744
  msgid "Posts"
745
  msgstr "Postovi"
746
 
747
  #: ../admin/social_sharing.php:898
748
  #: ../admin/social_sharing.php:1318
749
+ #: ../admin/like_buttons.php:218
750
+ #: ../admin/like_buttons.php:501
751
  msgid "Pages"
752
  msgstr "Stranice"
753
 
758
 
759
  #: ../admin/social_sharing.php:902
760
  #: ../admin/social_sharing.php:1322
761
+ #: ../admin/like_buttons.php:222
762
+ #: ../admin/like_buttons.php:505
763
  msgid "Category Archives"
764
  msgstr "Arhive kategorija"
765
 
766
  #: ../admin/social_sharing.php:904
767
  #: ../admin/social_sharing.php:1324
768
+ #: ../admin/like_buttons.php:224
769
+ #: ../admin/like_buttons.php:507
770
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
771
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
772
 
773
  #: ../admin/social_sharing.php:920
774
+ #: ../admin/like_buttons.php:240
775
  #, fuzzy
776
  msgid "BuddyPress activity"
777
  msgstr "Aktivnost i grupe BuddyPress-a"
778
 
779
  #: ../admin/social_sharing.php:922
780
+ #: ../admin/like_buttons.php:243
781
  msgid "BuddyPress group (only at top of content)"
782
  msgstr ""
783
 
784
  #: ../admin/social_sharing.php:928
785
  #: ../admin/social_sharing.php:1346
786
+ #: ../admin/like_buttons.php:250
787
+ #: ../admin/like_buttons.php:528
788
  msgid "BBPress forum"
789
  msgstr "BBPress forum"
790
 
791
  #: ../admin/social_sharing.php:931
792
  #: ../admin/social_sharing.php:1349
793
+ #: ../admin/like_buttons.php:253
794
+ #: ../admin/like_buttons.php:531
795
  msgid "BBPress topic"
796
  msgstr "BBPress tema"
797
 
798
  #: ../admin/social_sharing.php:934
799
+ #: ../admin/like_buttons.php:256
800
  msgid "BBPress reply"
801
  msgstr "BBPress odgovor"
802
 
803
  #: ../admin/social_sharing.php:941
804
+ #: ../admin/like_buttons.php:262
805
  msgid "After individual product at WooCommerce Shop page"
806
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
807
 
808
  #: ../admin/social_sharing.php:944
809
+ #: ../admin/like_buttons.php:265
810
  msgid "WooCommerce Product Page"
811
  msgstr "WooCommerce stranica sa proizvodima"
812
 
813
  #: ../admin/social_sharing.php:947
814
+ #: ../admin/like_buttons.php:268
815
  msgid "WooCommerce Thankyou Page"
816
  msgstr "WooCommerce Thankyou (hvala) stranica "
817
 
901
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
902
 
903
  #: ../admin/social_sharing.php:1253
904
+ #: ../admin/like_buttons.php:436
905
  msgid "Left offset"
906
  msgstr "Levi offset"
907
 
911
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
912
 
913
  #: ../admin/social_sharing.php:1273
914
+ #: ../admin/like_buttons.php:456
915
  #, fuzzy
916
  msgid "Right offset"
917
  msgstr "Desni offset"
922
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
923
 
924
  #: ../admin/social_sharing.php:1292
925
+ #: ../admin/like_buttons.php:475
926
  msgid "Top offset"
927
  msgstr "Gornji offset"
928
 
931
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
932
 
933
  #: ../admin/social_sharing.php:1338
934
+ #: ../admin/like_buttons.php:521
935
  #, fuzzy
936
  msgid "BuddyPress group"
937
  msgstr "BuddyPress profilna stranica"
982
  msgstr ""
983
 
984
  #: ../admin/social_sharing.php:1506
985
+ #: ../admin/like_buttons.php:577
986
  #, fuzzy
987
  msgid "Url shortener"
988
  msgstr "Url skraćenica"
1000
  msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
1001
 
1002
  #: ../admin/social_sharing.php:1540
1003
+ #: ../admin/like_buttons.php:611
1004
  #, fuzzy
1005
  msgid "Master control to enable bit.ly url shortening for sharing"
1006
  msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
1007
 
1008
  #: ../admin/social_sharing.php:1548
1009
+ #: ../admin/like_buttons.php:619
1010
  msgid "bit.ly username"
1011
  msgstr "bit.ly korisničko ime"
1012
 
1013
  #: ../admin/social_sharing.php:1558
1014
+ #: ../admin/like_buttons.php:629
1015
  #, php-format
1016
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1017
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
1018
 
1019
  #: ../admin/social_sharing.php:1567
1020
+ #: ../admin/like_buttons.php:638
1021
  #, fuzzy
1022
  msgid "bit.ly API Key"
1023
  msgstr "bit.ly API ključ"
1024
 
1025
  #: ../admin/social_sharing.php:1577
1026
+ #: ../admin/like_buttons.php:648
1027
  #, fuzzy, php-format
1028
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1029
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
1030
 
1031
  #: ../admin/social_sharing.php:1586
1032
+ #: ../admin/like_buttons.php:657
1033
  msgid "Clear Bitly Cache"
1034
  msgstr ""
1035
 
1036
  #: ../admin/social_sharing.php:1590
1037
+ #: ../admin/like_buttons.php:661
1038
  #, fuzzy
1039
  msgid "ShortUrl cache cleared successfully."
1040
  msgstr "Nalog uspešno povezan"
1041
 
1042
  #: ../admin/social_sharing.php:1597
1043
+ #: ../admin/like_buttons.php:668
1044
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1045
  msgstr ""
1046
 
1072
  #: ../admin/social_sharing.php:1656
1073
  #: ../admin/social_sharing.php:1662
1074
  #: ../admin/social_commenting.php:311
1075
+ #: ../admin/like_buttons.php:677
1076
+ #: ../admin/like_buttons.php:683
1077
  msgid "Language"
1078
  msgstr "Jezik"
1079
 
1149
  msgstr ""
1150
 
1151
  #: ../admin/social_sharing.php:1773
1152
+ msgid "Why are Share Counts Not Updating?"
1153
+ msgstr ""
1154
+
1155
+ #: ../admin/social_sharing.php:1774
1156
+ #: ../admin/like_buttons.php:766
1157
+ msgid "Why is there so much space between like buttons?"
1158
  msgstr ""
1159
 
1160
  #: ../admin/social_commenting.php:13
1381
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1382
 
1383
  #: ../admin/social_login.php:35
1384
+ #: ../admin/social_login.php:46
1385
  msgid "Basic Configuration"
1386
  msgstr "Osnovna konfiguracija"
1387
 
1388
  #: ../admin/social_login.php:36
1389
+ #, fuzzy
1390
+ msgid "Advanced Configuration"
1391
+ msgstr "Osnovna konfiguracija"
1392
+
1393
+ #: ../admin/social_login.php:38
1394
+ #: ../admin/social_login.php:813
1395
+ msgid "XProfile Integration"
1396
+ msgstr ""
1397
 
1398
+ #: ../admin/social_login.php:53
1399
  msgid "Disable user registration via Social Login"
1400
  msgstr "Искључи регистрација корисника путем друштвених Логин"
1401
 
1402
+ #: ../admin/social_login.php:63
1403
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1404
  msgstr "Након омогућавања ову опцију, нови корисници неће моћи да се пријавите путем друштвене пријављивања. Само постојећи корисници ће моћи да друштвеног пријаву."
1405
 
1406
+ #: ../admin/social_login.php:72
1407
  #, fuzzy
1408
  msgid "Redirection url"
1409
  msgstr "Preusmerenje prijavljivanja"
1410
 
1411
+ #: ../admin/social_login.php:82
1412
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1413
  msgstr "Корисник ће бити преусмерени на ову страницу након неуспелог покушаја регистрације путем друштвених Логин. Можете да одредите УРЛ адресу регистрационог облику или странице на којој је приказан поруке у вези онемогућио регистрацију кроз социјални Логин."
1414
 
1415
+ #: ../admin/social_login.php:91
1416
  msgid "Select providers"
1417
  msgstr "Selektujte provajdere"
1418
 
1419
+ #: ../admin/social_login.php:96
1420
  msgid "Facebook"
1421
  msgstr "Facebook"
1422
 
1423
+ #: ../admin/social_login.php:100
1424
  msgid "Twitter"
1425
  msgstr "Twitter"
1426
 
1427
+ #: ../admin/social_login.php:104
1428
  msgid "LinkedIn"
1429
  msgstr "LinkedIn"
1430
 
1431
+ #: ../admin/social_login.php:108
1432
  msgid "Google+"
1433
  msgstr "Google+"
1434
 
1435
+ #: ../admin/social_login.php:112
1436
  msgid "Vkontakte"
1437
  msgstr "Vkontakte"
1438
 
1439
+ #: ../admin/social_login.php:116
1440
  msgid "Instagram"
1441
  msgstr "Instagram"
1442
 
1443
+ #: ../admin/social_login.php:120
1444
  msgid "Xing"
1445
  msgstr "Xing"
1446
 
1447
+ #: ../admin/social_login.php:124
1448
+ msgid "Steam"
1449
+ msgstr ""
1450
+
1451
+ #: ../admin/social_login.php:129
1452
+ #, fuzzy
1453
+ msgid "Twitch"
1454
+ msgstr "Twitter"
1455
+
1456
+ #: ../admin/social_login.php:137
1457
  msgid "Select Social ID provider to enable in Social Login"
1458
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1459
 
1460
+ #: ../admin/social_login.php:145
1461
  msgid "Facebook App ID"
1462
  msgstr "ID Facebook aplikacije"
1463
 
1464
+ #: ../admin/social_login.php:155
1465
  #, php-format
1466
  msgid "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"
1467
  msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1468
 
1469
+ #: ../admin/social_login.php:157
1470
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1471
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1472
 
1473
+ #: ../admin/social_login.php:167
1474
  #, fuzzy
1475
  msgid "Twitter API Key"
1476
  msgstr "Twitter API ključ"
1477
 
1478
+ #: ../admin/social_login.php:177
1479
  #, fuzzy, php-format
1480
  msgid "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"
1481
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1482
 
1483
+ #: ../admin/social_login.php:179
1484
+ #: ../admin/social_login.php:201
1485
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1486
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1487
 
1488
+ #: ../admin/social_login.php:189
1489
  #, fuzzy
1490
  msgid "Twitter API Secret"
1491
  msgstr "Tajna Twitter aplikacije"
1492
 
1493
+ #: ../admin/social_login.php:199
1494
  #, fuzzy, php-format
1495
  msgid "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"
1496
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1497
 
1498
+ #: ../admin/social_login.php:211
1499
  msgid "LinkedIn API Key"
1500
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1501
 
1502
+ #: ../admin/social_login.php:221
1503
  #, php-format
1504
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1505
  msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1506
 
1507
+ #: ../admin/social_login.php:223
1508
+ #: ../admin/social_login.php:289
1509
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1510
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1511
 
1512
+ #: ../admin/social_login.php:233
1513
  msgid "Google+ Client ID"
1514
  msgstr "Google+ Client ID"
1515
 
1516
+ #: ../admin/social_login.php:243
1517
  #, php-format
1518
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1519
  msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1520
 
1521
+ #: ../admin/social_login.php:245
1522
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1523
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1524
 
1525
+ #: ../admin/social_login.php:255
1526
  msgid "Vkontakte Application ID"
1527
  msgstr "Identifikacija Vkontakte aplikacije"
1528
 
1529
+ #: ../admin/social_login.php:265
1530
  #, php-format
1531
  msgid "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"
1532
  msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1533
 
1534
+ #: ../admin/social_login.php:267
1535
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1536
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1537
 
1538
+ #: ../admin/social_login.php:277
1539
  msgid "Instagram Client ID"
1540
  msgstr "Identifikacija klijenata Instagram-a"
1541
 
1542
+ #: ../admin/social_login.php:287
1543
  #, php-format
1544
  msgid "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"
1545
  msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1546
 
1547
+ #: ../admin/social_login.php:299
1548
  msgid "Xing Consumer Key"
1549
  msgstr "Ključ za korisnike Xing-a"
1550
 
1551
+ #: ../admin/social_login.php:309
1552
  #, fuzzy, php-format
1553
  msgid "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"
1554
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1555
 
1556
+ #: ../admin/social_login.php:311
1557
+ #: ../admin/social_login.php:333
1558
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1559
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1560
 
1561
+ #: ../admin/social_login.php:321
1562
  msgid "Xing Consumer Secret"
1563
  msgstr "Tajna korisnika Xing-a"
1564
 
1565
+ #: ../admin/social_login.php:331
1566
  #, fuzzy, php-format
1567
  msgid "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"
1568
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1569
 
1570
+ #: ../admin/social_login.php:343
1571
+ #, fuzzy
1572
+ msgid "Twitch Client ID"
1573
+ msgstr "Identifikacija klijenata Instagram-a"
1574
 
1575
  #: ../admin/social_login.php:353
1576
+ #, fuzzy, php-format
1577
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1578
+ msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1579
+
1580
+ #: ../admin/social_login.php:355
1581
+ #, fuzzy
1582
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1583
+ msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1584
+
1585
+ #: ../admin/social_login.php:371
1586
+ #, fuzzy
1587
+ msgid "Social Login Options"
1588
+ msgstr "Prijavljivanje na društvene mreže"
1589
+
1590
+ #: ../admin/social_login.php:387
1591
  msgid "Text to display above the Social Login interface"
1592
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1593
 
1594
+ #: ../admin/social_login.php:396
1595
  msgid "Enable at login page"
1596
  msgstr "Omogućiti na stranici za prijavljivanje"
1597
 
1598
+ #: ../admin/social_login.php:406
1599
  msgid "Social Login interface will get enabled at the login page of your website"
1600
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1601
 
1602
+ #: ../admin/social_login.php:414
1603
  msgid "Enable at register page"
1604
  msgstr "Omogućiti na stranici za registraciju"
1605
 
1606
+ #: ../admin/social_login.php:424
1607
  #, fuzzy
1608
  msgid "Social Login interface will get enabled at the registration page of your website"
1609
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1610
 
1611
+ #: ../admin/social_login.php:432
1612
  msgid "Enable at comment form"
1613
  msgstr "Omogućiti u formi komentara"
1614
 
1615
+ #: ../admin/social_login.php:442
1616
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1617
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1618
 
1619
+ #: ../admin/social_login.php:456
1620
  msgid "Enable before WooCommerce Customer Login Form"
1621
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1622
 
1623
+ #: ../admin/social_login.php:466
1624
  #, fuzzy
1625
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1626
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1627
 
1628
+ #: ../admin/social_login.php:474
1629
  msgid "Enable after WooCommerce Customer Login Form"
1630
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1631
 
1632
+ #: ../admin/social_login.php:484
1633
  #, fuzzy
1634
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1635
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1636
 
1637
+ #: ../admin/social_login.php:492
1638
  #, fuzzy
1639
  msgid "Enable at WooCommerce checkout page"
1640
  msgstr "Omogućiti na stranici za registraciju"
1641
 
1642
+ #: ../admin/social_login.php:502
1643
  #, fuzzy
1644
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1645
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1646
 
1647
+ #: ../admin/social_login.php:513
1648
  msgid "Auto-approve comments made by Social Login users"
1649
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1650
 
1651
+ #: ../admin/social_login.php:523
1652
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1653
  msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1654
 
1655
+ #: ../admin/social_login.php:524
1656
  msgid "Note: This is not related to Facebook comments"
1657
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1658
 
1659
+ #: ../admin/social_login.php:534
1660
  msgid "Enable social avatar"
1661
  msgstr "Omogućite društvenog avatara"
1662
 
1663
+ #: ../admin/social_login.php:544
1664
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1665
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1666
 
1667
+ #: ../admin/social_login.php:554
1668
  msgid "Avatar quality"
1669
  msgstr "Kvalitet avatara"
1670
 
1671
+ #: ../admin/social_login.php:557
1672
  msgid "Average"
1673
  msgstr "Prosek"
1674
 
1675
+ #: ../admin/social_login.php:558
1676
  msgid "Best"
1677
  msgstr "најбољи"
1678
 
1679
+ #: ../admin/social_login.php:565
1680
  msgid "Choose avatar quality"
1681
  msgstr "Odaberite kvalitet avatara"
1682
 
1683
+ #: ../admin/social_login.php:574
1684
  #, fuzzy
1685
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1686
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1687
 
1688
+ #: ../admin/social_login.php:584
1689
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1690
  msgstr ""
1691
 
1692
+ #: ../admin/social_login.php:605
1693
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1694
  msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1695
 
1696
+ #: ../admin/social_login.php:614
1697
  msgid "Send username-password after user registration"
1698
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1699
 
1700
+ #: ../admin/social_login.php:624
1701
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1702
  msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1703
 
1704
+ #: ../admin/social_login.php:633
1705
  msgid "Enable social account linking at BuddyPress profile page"
1706
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1707
 
1708
+ #: ../admin/social_login.php:643
1709
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1710
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1711
 
1712
+ #: ../admin/social_login.php:652
1713
  msgid "Login redirection"
1714
  msgstr "Preusmerenje prijavljivanja"
1715
 
1716
+ #: ../admin/social_login.php:656
1717
  msgid "Same page where user logged in"
1718
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1719
 
1720
+ #: ../admin/social_login.php:660
1721
+ #: ../admin/social_login.php:690
1722
  msgid "Account dashboard"
1723
  msgstr "Komandna tabla naloga"
1724
 
1725
+ #: ../admin/social_login.php:663
1726
+ #: ../admin/social_login.php:693
1727
  msgid "BuddyPress profile page"
1728
  msgstr "BuddyPress profilna stranica"
1729
 
1730
+ #: ../admin/social_login.php:666
1731
+ #: ../admin/social_login.php:696
1732
  msgid "Custom Url"
1733
  msgstr "Uobičajeni URL"
1734
 
1735
+ #: ../admin/social_login.php:674
1736
  msgid "User will be redirected to the selected page after Social Login"
1737
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1738
 
1739
+ #: ../admin/social_login.php:682
1740
  msgid "Registration redirection"
1741
  msgstr "Preusmerenje registracije"
1742
 
1743
+ #: ../admin/social_login.php:686
1744
  #, fuzzy
1745
  msgid "Same page from where user registered"
1746
  msgstr "Ista stranica odakle je korisnik registrovan "
1747
 
1748
+ #: ../admin/social_login.php:704
1749
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1750
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1751
 
1752
+ #: ../admin/social_login.php:712
1753
  msgid "Email popup options"
1754
  msgstr "Popup opcije za email"
1755
 
1756
+ #: ../admin/social_login.php:718
1757
  msgid "Text on 'Email required' popup"
1758
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1759
 
1760
+ #: ../admin/social_login.php:728
1761
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1762
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1763
 
1764
+ #: ../admin/social_login.php:737
1765
  msgid "Error message for 'Email required' popup"
1766
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1767
 
1768
+ #: ../admin/social_login.php:747
1769
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1770
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1771
 
1772
+ #: ../admin/social_login.php:756
1773
  msgid "Email popup height"
1774
  msgstr "Visina email popup-a"
1775
 
1776
+ #: ../admin/social_login.php:766
1777
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1778
  msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1779
 
1780
+ #: ../admin/social_login.php:774
1781
  msgid "Enable email verification"
1782
  msgstr "Omogućite verifikaciju email-a"
1783
 
1784
+ #: ../admin/social_login.php:784
1785
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1786
  msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1787
 
1788
+ #: ../admin/social_login.php:863
1789
  #, fuzzy
1790
  msgid "Social Login Shortcode & Widget"
1791
  msgstr "Kratki kod & vidžet"
1792
 
1793
+ #: ../admin/social_login.php:864
1794
  msgid "Social Linking Shortcode"
1795
  msgstr "Kratki kod za povezivanje na društvene mreže"
1796
 
1839
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1840
  msgstr "Master kontrola za tastere “sviđa mi se”. Mora se proveriti radi omogućavanja funkcionalnosti tastera za “sviđa mi se”"
1841
 
1842
+ #: ../admin/like_buttons.php:48
1843
  #, fuzzy
1844
  msgid "Standard Interface Options"
1845
  msgstr "Opcije horizontalnog interfejsa"
1846
 
1847
+ #: ../admin/like_buttons.php:54
1848
  #, fuzzy
1849
  msgid "Enable standard interface"
1850
  msgstr "Omogućite horizontalni interfejs"
1851
 
1852
+ #: ../admin/like_buttons.php:64
1853
  #, fuzzy
1854
  msgid "Master control to enable horizontal like buttons"
1855
  msgstr "Master kontrola za omogućavanje horizontalnih tastera za “sviđa mi se”"
1856
 
1857
+ #: ../admin/like_buttons.php:89
1858
+ #: ../admin/like_buttons.php:337
1859
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1860
  msgstr "Url za “sviđa mi se”/share-ovanje/tvitovanje i prikazivanje brojanja “sviđa mi se”/share-ovanja/tvitova"
1861
 
1862
+ #: ../admin/like_buttons.php:107
1863
  #, fuzzy
1864
  msgid "The text to display above the interface"
1865
  msgstr "Tekst koji će biti prikazan iznad interfejsa"
1866
 
1867
+ #: ../admin/like_buttons.php:115
1868
+ #: ../admin/like_buttons.php:345
1869
  #, fuzzy
1870
  msgid "Select and rearrange providers"
1871
  msgstr "Selektujte i preuredite dobavljače"
1872
 
1873
+ #: ../admin/like_buttons.php:159
1874
+ #: ../admin/like_buttons.php:388
1875
  #, fuzzy
1876
  msgid "Select the providers for interface. Drag them to rearrange."
1877
  msgstr "Selektujte dobavljače za interfejs. Prevucite ih radi preuređenja."
1878
 
1879
+ #: ../admin/like_buttons.php:181
1880
+ #: ../admin/like_buttons.php:427
1881
  #, fuzzy
1882
  msgid "Horizontal alignment of the interface"
1883
  msgstr "Horizontalno svrstavanje interfejsa"
1884
 
1885
+ #: ../admin/like_buttons.php:202
1886
  #, fuzzy
1887
  msgid "Specify position of the interface with respect to the content"
1888
  msgstr "Specifikujte poziciju interfejsa u odnosu na sadržaj"
1889
 
1890
+ #: ../admin/like_buttons.php:210
1891
+ #: ../admin/like_buttons.php:493
1892
  #, fuzzy
1893
  msgid "Interface location"
1894
  msgstr "Lokacija interfejsa"
1895
 
1896
+ #: ../admin/like_buttons.php:220
1897
+ #: ../admin/like_buttons.php:503
1898
  msgid "Excerpts"
1899
  msgstr "Izvodi"
1900
 
1901
+ #: ../admin/like_buttons.php:279
1902
  #, fuzzy
1903
  msgid "Specify the pages where you want to enable interface"
1904
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1905
 
1906
+ #: ../admin/like_buttons.php:296
1907
  #, fuzzy
1908
  msgid "Vertical (Floating) like buttons Options"
1909
  msgstr "Opcije za vertikalne (plutajuće) tastere za “sviđa mi se”"
1910
 
1911
+ #: ../admin/like_buttons.php:302
1912
  #, fuzzy
1913
  msgid "Enable floating like buttons"
1914
  msgstr "Omogućite vertikalne (plutajuće) tastere za “sviđa mi se”"
1915
 
1916
+ #: ../admin/like_buttons.php:312
1917
  #, fuzzy
1918
  msgid "Master control to enable vertical (floating) counter widget"
1919
  msgstr "Master kontrola radi omogućavanja vidžeta vertikalnog (plutajućeg) brojača"
1920
 
1921
+ #: ../admin/like_buttons.php:406
1922
  #, fuzzy
1923
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1924
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog interfejsa. Ostavite prazno za transparentnu. Hex kod za traženu boju možete dobiti preko <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1925
 
1926
+ #: ../admin/like_buttons.php:446
1927
  #, fuzzy
1928
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1929
  msgstr "Specifikujte broj. Povećanje u broju će pomeriti interfejs u desno, a smanjenje u levo. Broj može biti i negativan."
1930
 
1931
+ #: ../admin/like_buttons.php:466
1932
  #, fuzzy
1933
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1934
  msgstr "Specifikujte broj. Povećanje u broju može pomeriti interfejs u levo, a smanjenje u desno. Broj može biti i negativan."
1935
 
1936
+ #: ../admin/like_buttons.php:485
1937
  #, fuzzy
1938
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1939
  msgstr "Specifikujte broj. Povećanje u broju će interfejs pomeriti prema dnu, a smanjenje prema vrhu."
1940
 
1941
+ #: ../admin/like_buttons.php:541
1942
  #, fuzzy
1943
  msgid "Specify the pages where you want to enable vertical interface"
1944
  msgstr "Specifikujte stranice gde želite da omogućite vertikalni interfejs"
1945
 
1946
+ #: ../admin/like_buttons.php:549
1947
  msgid "Hide like buttons on mobile devices"
1948
  msgstr "Sakrite tastere za “sviđa mi se” na mobilnim uređajima"
1949
 
1950
+ #: ../admin/like_buttons.php:559
1951
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1952
  msgstr "Ukoliko su omogućeni, vertikalni tasteri za “sviđa mi se” se neće pojaviti na mobilnim uređajima"
1953
 
1954
+ #: ../admin/like_buttons.php:583
1955
  msgid "Use shortlinks already installed, for tweet button"
1956
  msgstr "Koristite kratke linkove koji su već instalirani za taster za tvitovanje"
1957
 
1958
+ #: ../admin/like_buttons.php:593
1959
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1960
  msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
1961
 
1962
+ #: ../admin/like_buttons.php:601
1963
  msgid "Enable bit.ly url shortener for tweet button"
1964
  msgstr "Omogućite skraćenicu za bit.ly url za taster za tvitovanje"
1965
 
1966
+ #: ../admin/like_buttons.php:693
1967
  #, fuzzy, php-format
1968
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1969
  msgstr "Unesite kod jezika koji želite da koristite za vraćanje brojača. Jezičke kodove možete naći na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1970
 
1971
+ #: ../admin/like_buttons.php:702
1972
  #, fuzzy
1973
  msgid "Twitter Username"
1974
  msgstr "Korisničko ime na Twitter-u kod share-ovanja"
1975
 
1976
+ #: ../admin/like_buttons.php:708
1977
  #, fuzzy
1978
  msgid "Twitter username for Tweet (without @)"
1979
  msgstr "Korisničko ime na Twitter-u (bez @)"
1980
 
1981
+ #: ../admin/like_buttons.php:718
1982
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1983
  msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1984
 
1985
+ #: ../admin/like_buttons.php:727
1986
  #, fuzzy
1987
  msgid "Twitter username for Buffer sharing (without @)"
1988
  msgstr "Korisničko ime na Twitter-u (bez @)"
1989
 
1990
+ #: ../admin/like_buttons.php:737
1991
  #, fuzzy
1992
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1993
  msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1994
 
1995
+ #: ../admin/like_buttons.php:754
1996
  #, fuzzy
1997
  msgid "Like Buttons Shortcode & Widget"
1998
  msgstr "Kratki kod & vidžet"
2002
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2003
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
2004
 
2005
+ #: ../inc/social_sharing.php:710
2006
  msgid "Invalid request"
2007
  msgstr "Nevažeći zahtev"
2008
 
2009
+ #: ../inc/social_sharing.php:717
2010
  msgid "Providers not selected"
2011
  msgstr "Dobavljači nisu selektovani"
2012
 
2013
+ #: ../inc/social_login.php:261
2014
  #, php-format
2015
  msgid "Username: %s"
2016
  msgstr ""
2017
 
2018
+ #: ../inc/social_login.php:262
2019
  #, php-format
2020
  msgid "Password: %s"
2021
  msgstr ""
2022
 
2023
+ #: ../inc/social_login.php:265
2024
  #, php-format
2025
  msgid "[%s] Your username and password"
2026
  msgstr ""
2154
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2155
  msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Socializer > Like Buttons\" stranice."
2156
 
2157
+ #~ msgid "Login options"
2158
+ #~ msgstr "Opcije prijavljivanja"
2159
+
2160
  #, fuzzy
2161
  #~ msgid "Horizontal sharing"
2162
  #~ msgstr "Horizontalno share-ovanje"
languages/Super-Socializer-zh_CN.mo ADDED
Binary file
languages/Super-Socializer-zh_CN.po ADDED
@@ -0,0 +1,2015 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Super Socializer\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:33+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:33+0530\n"
7
+ "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
+ "Language-Team: Heateor <hello@heateor.com>\n"
9
+ "Language: zh_CN\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Generator: Poedit 1.8.3\n"
16
+ "Plural-Forms: nplurals=1; plural=0;\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../super_socializer.php:324
20
+ #, php-format
21
+ msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
+ msgstr "在Twitter 应用程序的选项中输入准确的<strong>网站</strong>和<strong>回调 Url</strong> 的url地址 (请参阅步骤 3 %s)"
23
+
24
+ #: ../super_socializer.php:327
25
+ msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
+ msgstr "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
27
+
28
+ #: ../super_socializer.php:497
29
+ msgid "Please verify your email address to login."
30
+ msgstr "请验证您的电子邮件地址以便登录。"
31
+
32
+ #: ../super_socializer.php:497
33
+ msgid "Your email has been verified. Now you can login to your account"
34
+ msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
35
+
36
+ #: ../super_socializer.php:501
37
+ msgid "Notification"
38
+ msgstr "通知"
39
+
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
+ msgid "Email required"
43
+ msgstr "邮件地址(比选)"
44
+
45
+ #: ../super_socializer.php:522
46
+ msgid "Please check your email inbox to complete the registration."
47
+ msgstr "请检查您的电子邮件收件箱以完成注册。"
48
+
49
+ #: ../super_socializer.php:539
50
+ msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
+ msgstr "在 GooglePlus 的应用程序配置页跟随步骤 11 和 12 来打开 "
52
+
53
+ #: ../super_socializer.php:626
54
+ msgid "Leave a reply"
55
+ msgstr "回复"
56
+
57
+ #: ../super_socializer.php:815
58
+ msgid "Super Socializer - General Options"
59
+ msgstr "Super Socializer-常规选项"
60
+
61
+ #: ../super_socializer.php:815
62
+ #: ../admin/general_options.php:11
63
+ #: ../admin/social_commenting.php:42
64
+ msgid "General Options"
65
+ msgstr "常规选项"
66
+
67
+ #: ../super_socializer.php:876
68
+ msgid "Super Socializer - Social Avatar"
69
+ msgstr "Super Socializer -社会化头像"
70
+
71
+ #: ../super_socializer.php:879
72
+ msgid "Small Avatar Url"
73
+ msgstr "小头像 Url"
74
+
75
+ #: ../super_socializer.php:884
76
+ msgid "Large Avatar Url"
77
+ msgstr "大头像 Url"
78
+
79
+ #: ../super_socializer.php:951
80
+ msgid "Email you entered is already registered or invalid"
81
+ msgstr "您输入的电子邮件已经注册或无效"
82
+
83
+ #: ../super_socializer.php:955
84
+ msgid "Please enter a valid email address. You might be required to verify it"
85
+ msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
86
+
87
+ #: ../helper.php:8
88
+ msgid "Settings saved"
89
+ msgstr "设置已保存"
90
+
91
+ #: ../helper.php:8
92
+ msgid "Dismiss this notice"
93
+ msgstr "关闭该通知"
94
+
95
+ #: ../helper.php:155
96
+ msgid "Click to show help"
97
+ msgstr "单击以显示帮助"
98
+
99
+ #: ../helper.php:155
100
+ msgid "Click to hide help"
101
+ msgstr "单击隐藏帮助"
102
+
103
+ #: ../helper.php:249
104
+ msgid "Settings"
105
+ msgstr "设置"
106
+
107
+ #: ../helper.php:572
108
+ msgid "Account linked successfully"
109
+ msgstr "成功关联帐户"
110
+
111
+ #: ../helper.php:576
112
+ msgid "Account already exists or linked"
113
+ msgstr "帐户已经存在或被链接"
114
+
115
+ #: ../helper.php:585
116
+ msgid "You are already connected with"
117
+ msgstr "你已经连接"
118
+
119
+ #: ../helper.php:585
120
+ msgid "as primary social network"
121
+ msgstr "作为主要的社交网络"
122
+
123
+ #: ../helper.php:600
124
+ msgid "Link your social account to login to your account at this website"
125
+ msgstr "链接你的社会化媒体帐户登录您本站账号"
126
+
127
+ #: ../helper.php:637
128
+ msgid "Currently"
129
+ msgstr "目前:"
130
+
131
+ #: ../helper.php:637
132
+ msgid "Remove"
133
+ msgstr "删除"
134
+
135
+ #: ../helper.php:738
136
+ msgid "Disable Standard Social Sharing on this "
137
+ msgstr "在此禁用社会化共享"
138
+
139
+ #: ../helper.php:743
140
+ msgid "Disable Floating Social Sharing on this "
141
+ msgstr "在此禁用社会共享的浮动效果"
142
+
143
+ #: ../helper.php:748
144
+ msgid "Disable Standard like buttons on this "
145
+ msgstr "在此禁用喜欢按钮"
146
+
147
+ #: ../helper.php:753
148
+ msgid "Disable Floating like buttons on this "
149
+ msgstr "在此禁用喜欢按钮的浮动效果"
150
+
151
+ #: ../helper.php:758
152
+ msgid "Disable Social Commenting on this "
153
+ msgstr "在此禁用社会化评论"
154
+
155
+ #: ../helper.php:767
156
+ msgid "Standard Sharing Interface"
157
+ msgstr "标准共享界面"
158
+
159
+ #: ../helper.php:773
160
+ #: ../helper.php:792
161
+ msgid "Starting share count for "
162
+ msgstr "开始共享计数"
163
+
164
+ #: ../helper.php:786
165
+ msgid "Floating Sharing Interface"
166
+ msgstr "浮动共享界面"
167
+
168
+ #: ../helper.php:879
169
+ msgid "Social Avatar"
170
+ msgstr "社会化头像"
171
+
172
+ #: ../helper.php:882
173
+ msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
174
+ msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
175
+
176
+ #: ../helper.php:883
177
+ msgid "Update social avatar, next time I Social Login"
178
+ msgstr "更新社会化头像,下次社会化登录"
179
+
180
+ #: ../helper.php:886
181
+ msgid "Small Avatar"
182
+ msgstr "小头像"
183
+
184
+ #: ../helper.php:890
185
+ msgid "Large Avatar"
186
+ msgstr "大头像"
187
+
188
+ #: ../helper.php:894
189
+ #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1785
191
+ #: ../admin/social_commenting.php:464
192
+ #: ../admin/social_login.php:875
193
+ #: ../admin/like_buttons.php:778
194
+ msgid "Save Changes"
195
+ msgstr "保存更改"
196
+
197
+ #: ../admin/general_options.php:17
198
+ msgid "Include Javascript in website footer"
199
+ msgstr "在网站页脚中包含 Javascript"
200
+
201
+ #: ../admin/general_options.php:27
202
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
203
+ msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
204
+
205
+ #: ../admin/general_options.php:35
206
+ msgid "Load all Javascript files in single file"
207
+ msgstr "在单个文件中加载所有的Javascript 文件"
208
+
209
+ #: ../admin/general_options.php:45
210
+ msgid "Loads Javascript in single request."
211
+ msgstr "在单个请求中加载 Javascript。"
212
+
213
+ #: ../admin/general_options.php:53
214
+ msgid "Delete all the options on plugin deletion"
215
+ msgstr "插件删除时删除所有选项"
216
+
217
+ #: ../admin/general_options.php:63
218
+ msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
219
+ msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
220
+
221
+ #: ../admin/general_options.php:71
222
+ msgid "Custom CSS"
223
+ msgstr "自定义CSS"
224
+
225
+ #: ../admin/general_options.php:81
226
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
227
+ msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
228
+
229
+ #: ../admin/help.php:4
230
+ msgid "About"
231
+ msgstr "关于"
232
+
233
+ #: ../admin/help.php:4
234
+ msgid "Version"
235
+ msgstr "版本"
236
+
237
+ #: ../admin/help.php:6
238
+ msgid "by"
239
+ msgstr "作者"
240
+
241
+ #: ../admin/help.php:7
242
+ msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
243
+ msgstr "我们是有独特想法与用心在服务的创意团队。我们热爱我们所做的。更多的信息请访问"
244
+
245
+ #: ../admin/help.php:17
246
+ msgid "Donate"
247
+ msgstr "捐赠"
248
+
249
+ #: ../admin/help.php:19
250
+ msgid "You can help us continue the development of this free plugin by donating"
251
+ msgstr "通过捐赠你能帮助我们不断发展的这个免费的插件"
252
+
253
+ #: ../admin/help.php:20
254
+ msgid "Donate Now"
255
+ msgstr "现在捐赠"
256
+
257
+ #: ../admin/help.php:26
258
+ msgid "Plugin Demo"
259
+ msgstr "插件演示"
260
+
261
+ #: ../admin/help.php:32
262
+ msgid "Integrate with Google Analytics"
263
+ msgstr "谷歌分析与集成"
264
+
265
+ #: ../admin/help.php:38
266
+ msgid "Boost sharing by awarding points"
267
+ msgstr "通过授予积分刺激共享"
268
+
269
+ #: ../admin/help.php:44
270
+ msgid "Award points for Social Login"
271
+ msgstr "为社会登录授予积分"
272
+
273
+ #: ../admin/help.php:50
274
+ msgid "Other Add-ons"
275
+ msgstr "其他加载项"
276
+
277
+ #: ../admin/help.php:55
278
+ msgid "Need Help?"
279
+ msgstr "需要帮助?"
280
+
281
+ #: ../admin/help.php:57
282
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
283
+ msgstr "如果您<strong>有任何疑问</strong>,需要关于<strong>插件安装</strong>的帮助,想要插件的<strong>特色功能</strong>或者有<strong>任何建议</strong>来改善该插件,只需发电子邮件<a href=“mailto:support@heateor.com”>support@heateor.com</a>"
284
+
285
+ #: ../admin/help.php:62
286
+ msgid "Support Us"
287
+ msgstr "支持我们"
288
+
289
+ #: ../admin/help.php:65
290
+ #: ../admin/help.php:68
291
+ #: ../admin/help.php:69
292
+ #: ../admin/help.php:70
293
+ #: ../admin/help.php:71
294
+ #: ../admin/help.php:72
295
+ msgid "Rate 5-star"
296
+ msgstr "5-星评价"
297
+
298
+ #: ../admin/social_sharing.php:9
299
+ #: ../admin/social_commenting.php:8
300
+ #: ../admin/social_login.php:8
301
+ #: ../admin/like_buttons.php:10
302
+ msgid "Master Control"
303
+ msgstr "主控制"
304
+
305
+ #: ../admin/social_sharing.php:14
306
+ msgid "Enable Social Sharing"
307
+ msgstr "启用社交共享"
308
+
309
+ #: ../admin/social_sharing.php:23
310
+ msgid "Master control to enable Social Sharing"
311
+ msgstr "主控件,以使社会共享"
312
+
313
+ #: ../admin/social_sharing.php:35
314
+ msgid "Theme Selection"
315
+ msgstr "主题选择"
316
+
317
+ #: ../admin/social_sharing.php:36
318
+ #: ../admin/like_buttons.php:37
319
+ msgid "Standard Interface"
320
+ msgstr "标准接口"
321
+
322
+ #: ../admin/social_sharing.php:37
323
+ #: ../admin/like_buttons.php:38
324
+ msgid "Floating Interface"
325
+ msgstr "浮动接口"
326
+
327
+ #: ../admin/social_sharing.php:38
328
+ #: ../admin/like_buttons.php:39
329
+ msgid "Miscellaneous"
330
+ msgstr "其他"
331
+
332
+ #: ../admin/social_sharing.php:39
333
+ #: ../admin/social_sharing.php:1731
334
+ #: ../admin/social_sharing.php:1733
335
+ #: ../admin/social_login.php:40
336
+ #: ../admin/social_login.php:861
337
+ #: ../admin/like_buttons.php:40
338
+ #: ../admin/like_buttons.php:752
339
+ msgid "Shortcode & Widget"
340
+ msgstr "簡碼和小工具"
341
+
342
+ #: ../admin/social_sharing.php:40
343
+ msgid "Troubleshooter"
344
+ msgstr "排错"
345
+
346
+ #: ../admin/social_sharing.php:41
347
+ #: ../admin/social_sharing.php:1762
348
+ #: ../admin/social_commenting.php:36
349
+ #: ../admin/social_commenting.php:452
350
+ #: ../admin/like_buttons.php:41
351
+ #: ../admin/like_buttons.php:764
352
+ msgid "FAQ"
353
+ msgstr "常见问题解答"
354
+
355
+ #: ../admin/social_sharing.php:48
356
+ msgid "Standard interface theme"
357
+ msgstr "标准接口主题"
358
+
359
+ #: ../admin/social_sharing.php:53
360
+ #: ../admin/social_sharing.php:360
361
+ msgid "Icon Preview"
362
+ msgstr "图标预览"
363
+
364
+ #: ../admin/social_sharing.php:125
365
+ #: ../admin/social_sharing.php:433
366
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
367
+ msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
368
+
369
+ #: ../admin/social_sharing.php:132
370
+ #: ../admin/social_sharing.php:440
371
+ msgid "Shape"
372
+ msgstr "形状"
373
+
374
+ #: ../admin/social_sharing.php:136
375
+ #: ../admin/social_sharing.php:444
376
+ msgid "Round"
377
+ msgstr "圆"
378
+
379
+ #: ../admin/social_sharing.php:138
380
+ #: ../admin/social_sharing.php:446
381
+ msgid "Square"
382
+ msgstr "正方形"
383
+
384
+ #: ../admin/social_sharing.php:140
385
+ #: ../admin/social_sharing.php:448
386
+ msgid "Rectangle"
387
+ msgstr "矩形"
388
+
389
+ #: ../admin/social_sharing.php:147
390
+ #: ../admin/social_sharing.php:455
391
+ msgid "Shape of the sharing icons"
392
+ msgstr "共享图标的形状"
393
+
394
+ #: ../admin/social_sharing.php:156
395
+ #: ../admin/social_sharing.php:464
396
+ msgid "Size (in pixels)"
397
+ msgstr "大小 (以像素为单位)"
398
+
399
+ #: ../admin/social_sharing.php:172
400
+ #: ../admin/social_sharing.php:480
401
+ msgid "Size of the sharing icons"
402
+ msgstr "共享图标的大小"
403
+
404
+ #: ../admin/social_sharing.php:182
405
+ #: ../admin/social_sharing.php:490
406
+ msgid "Width (in pixels)"
407
+ msgstr "宽度(px)"
408
+
409
+ #: ../admin/social_sharing.php:198
410
+ #: ../admin/social_sharing.php:506
411
+ msgid "Width of the sharing icons"
412
+ msgstr "共享图标宽度"
413
+
414
+ #: ../admin/social_sharing.php:206
415
+ #: ../admin/social_sharing.php:514
416
+ msgid "Height (in pixels)"
417
+ msgstr "高度(像素)"
418
+
419
+ #: ../admin/social_sharing.php:222
420
+ #: ../admin/social_sharing.php:530
421
+ msgid "Height of the sharing icons"
422
+ msgstr "共享图标高度"
423
+
424
+ #: ../admin/social_sharing.php:232
425
+ #: ../admin/social_sharing.php:540
426
+ msgid "Border radius (in pixels)"
427
+ msgstr "(以像素为单位) 的边界半径"
428
+
429
+ #: ../admin/social_sharing.php:242
430
+ #: ../admin/social_sharing.php:550
431
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
432
+ msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
433
+
434
+ #: ../admin/social_sharing.php:251
435
+ #: ../admin/social_sharing.php:559
436
+ msgid "Logo Color"
437
+ msgstr "logo颜色"
438
+
439
+ #: ../admin/social_sharing.php:255
440
+ #: ../admin/social_sharing.php:276
441
+ #: ../admin/social_sharing.php:296
442
+ #: ../admin/social_sharing.php:563
443
+ #: ../admin/social_sharing.php:584
444
+ #: ../admin/social_sharing.php:603
445
+ msgid "Default"
446
+ msgstr "默认"
447
+
448
+ #: ../admin/social_sharing.php:257
449
+ #: ../admin/social_sharing.php:277
450
+ #: ../admin/social_sharing.php:301
451
+ #: ../admin/social_sharing.php:565
452
+ #: ../admin/social_sharing.php:585
453
+ #: ../admin/social_sharing.php:608
454
+ msgid "On Hover"
455
+ msgstr "鼠标悬停"
456
+
457
+ #: ../admin/social_sharing.php:265
458
+ #: ../admin/social_sharing.php:573
459
+ msgid "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
460
+ msgstr "为logo指定颜色或徽标的十六进制代码 (例如 #cc78e0)。留空为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色的十六进制代码"
461
+
462
+ #: ../admin/social_sharing.php:273
463
+ #: ../admin/social_sharing.php:581
464
+ #: ../admin/social_sharing.php:1213
465
+ #: ../admin/like_buttons.php:396
466
+ msgid "Background Color"
467
+ msgstr "背景颜色"
468
+
469
+ #: ../admin/social_sharing.php:284
470
+ #: ../admin/social_sharing.php:592
471
+ msgid "Specify the color or hex code (example #cc78e0) for icon background. Save \"transparent\" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
472
+ msgstr "指定的颜色或图标背景的十六进制代码 (例如 #cc78e0)。保存”透明”为透明背景。留空为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色的十六进制代码"
473
+
474
+ #: ../admin/social_sharing.php:292
475
+ #: ../admin/social_sharing.php:600
476
+ msgid "Border"
477
+ msgstr "边框"
478
+
479
+ #: ../admin/social_sharing.php:298
480
+ #: ../admin/social_sharing.php:303
481
+ #: ../admin/social_sharing.php:605
482
+ #: ../admin/social_sharing.php:610
483
+ msgid "Border Width"
484
+ msgstr "边框宽度"
485
+
486
+ #: ../admin/social_sharing.php:299
487
+ #: ../admin/social_sharing.php:304
488
+ #: ../admin/social_sharing.php:606
489
+ #: ../admin/social_sharing.php:611
490
+ msgid "Border Color"
491
+ msgstr "边框颜色"
492
+
493
+ #: ../admin/social_sharing.php:311
494
+ #: ../admin/social_sharing.php:618
495
+ msgid "Icon border"
496
+ msgstr "图标边框"
497
+
498
+ #: ../admin/social_sharing.php:319
499
+ #: ../admin/social_sharing.php:626
500
+ msgid "Counter Position"
501
+ msgstr "计数器的位置"
502
+
503
+ #: ../admin/social_sharing.php:319
504
+ #: ../admin/social_sharing.php:626
505
+ msgid "(applies, if counter enabled)"
506
+ msgstr "(适用,如果启用计数器)"
507
+
508
+ #: ../admin/social_sharing.php:323
509
+ #: ../admin/social_sharing.php:630
510
+ #: ../admin/social_sharing.php:851
511
+ #: ../admin/social_sharing.php:1235
512
+ #: ../admin/like_buttons.php:171
513
+ #: ../admin/like_buttons.php:418
514
+ msgid "Left"
515
+ msgstr "左边"
516
+
517
+ #: ../admin/social_sharing.php:325
518
+ #: ../admin/social_sharing.php:632
519
+ msgid "Top"
520
+ msgstr "顶部"
521
+
522
+ #: ../admin/social_sharing.php:327
523
+ #: ../admin/social_sharing.php:634
524
+ #: ../admin/social_sharing.php:853
525
+ #: ../admin/social_sharing.php:1236
526
+ #: ../admin/like_buttons.php:173
527
+ #: ../admin/like_buttons.php:419
528
+ msgid "Right"
529
+ msgstr "右侧"
530
+
531
+ #: ../admin/social_sharing.php:329
532
+ #: ../admin/social_sharing.php:636
533
+ msgid "Bottom"
534
+ msgstr "居下"
535
+
536
+ #: ../admin/social_sharing.php:331
537
+ #: ../admin/social_sharing.php:638
538
+ msgid "Inner Left"
539
+ msgstr "内左"
540
+
541
+ #: ../admin/social_sharing.php:333
542
+ #: ../admin/social_sharing.php:640
543
+ msgid "Inner Top"
544
+ msgstr "内顶"
545
+
546
+ #: ../admin/social_sharing.php:335
547
+ #: ../admin/social_sharing.php:642
548
+ msgid "Inner Right"
549
+ msgstr "内右"
550
+
551
+ #: ../admin/social_sharing.php:337
552
+ #: ../admin/social_sharing.php:644
553
+ msgid "Inner Bottom"
554
+ msgstr "内底"
555
+
556
+ #: ../admin/social_sharing.php:345
557
+ #: ../admin/social_sharing.php:652
558
+ msgid "Position of share counter"
559
+ msgstr "共享计数器的位置"
560
+
561
+ #: ../admin/social_sharing.php:355
562
+ msgid "Floating interface theme"
563
+ msgstr "浮动的界面主题"
564
+
565
+ #: ../admin/social_sharing.php:667
566
+ msgid "Standard Sharing Interface Options"
567
+ msgstr "标准共享界面选项"
568
+
569
+ #: ../admin/social_sharing.php:673
570
+ msgid "Enable Standard sharing interface"
571
+ msgstr "启用共享接口标准"
572
+
573
+ #: ../admin/social_sharing.php:683
574
+ msgid "Master control to enable standard sharing"
575
+ msgstr "主控件以启用标准共享"
576
+
577
+ #: ../admin/social_sharing.php:693
578
+ #: ../admin/social_sharing.php:1081
579
+ #: ../admin/like_buttons.php:74
580
+ #: ../admin/like_buttons.php:322
581
+ msgid "Target Url"
582
+ msgstr "目标URL"
583
+
584
+ #: ../admin/social_sharing.php:697
585
+ #: ../admin/social_sharing.php:1085
586
+ #: ../admin/like_buttons.php:78
587
+ #: ../admin/like_buttons.php:326
588
+ msgid "Url of the webpage where icons are located (default)"
589
+ msgstr "图标所在网页的Url (默认值)"
590
+
591
+ #: ../admin/social_sharing.php:699
592
+ #: ../admin/social_sharing.php:1087
593
+ #: ../admin/like_buttons.php:80
594
+ #: ../admin/like_buttons.php:328
595
+ msgid "Url of the homepage of your website"
596
+ msgstr "您网站的主页的 Url"
597
+
598
+ #: ../admin/social_sharing.php:701
599
+ #: ../admin/social_sharing.php:1089
600
+ #: ../admin/like_buttons.php:82
601
+ #: ../admin/like_buttons.php:330
602
+ msgid "Custom url"
603
+ msgstr "自定义 URL"
604
+
605
+ #: ../admin/social_sharing.php:708
606
+ #: ../admin/social_sharing.php:1096
607
+ msgid "Url to share"
608
+ msgstr "要分享的网址"
609
+
610
+ #: ../admin/social_sharing.php:716
611
+ #: ../admin/social_login.php:377
612
+ #: ../admin/like_buttons.php:97
613
+ msgid "Title"
614
+ msgstr "标题"
615
+
616
+ #: ../admin/social_sharing.php:726
617
+ msgid "The text to display above the sharing interface"
618
+ msgstr "要共享界面上方显示的文本"
619
+
620
+ #: ../admin/social_sharing.php:738
621
+ #: ../admin/social_sharing.php:1104
622
+ msgid "Rearrange icons"
623
+ msgstr "重新排列图标"
624
+
625
+ #: ../admin/social_sharing.php:797
626
+ #: ../admin/social_sharing.php:1163
627
+ msgid "Drag the icons to rearrange in desired order"
628
+ msgstr "按所需顺序拖动要重新排列的图标"
629
+
630
+ #: ../admin/social_sharing.php:805
631
+ #: ../admin/social_sharing.php:1171
632
+ msgid "Select Sharing Services"
633
+ msgstr "选择共享服务"
634
+
635
+ #: ../admin/social_sharing.php:812
636
+ #: ../admin/social_sharing.php:1178
637
+ msgid "Select sharing services to show in social share bar"
638
+ msgstr "请选择要在社会共享栏中显示的共享服务"
639
+
640
+ #: ../admin/social_sharing.php:847
641
+ #: ../admin/social_sharing.php:1231
642
+ #: ../admin/like_buttons.php:167
643
+ #: ../admin/like_buttons.php:414
644
+ msgid "Horizontal alignment"
645
+ msgstr "水平对齐"
646
+
647
+ #: ../admin/social_sharing.php:852
648
+ #: ../admin/like_buttons.php:172
649
+ msgid "Center"
650
+ msgstr "居中"
651
+
652
+ #: ../admin/social_sharing.php:861
653
+ #: ../admin/social_sharing.php:1244
654
+ msgid "Horizontal alignment of the sharing interface"
655
+ msgstr "共享界面水平对齐方式"
656
+
657
+ #: ../admin/social_sharing.php:869
658
+ #: ../admin/like_buttons.php:189
659
+ msgid "Position with respect to content"
660
+ msgstr "相对于内容的位置"
661
+
662
+ #: ../admin/social_sharing.php:873
663
+ #: ../admin/like_buttons.php:193
664
+ msgid "Top of the content"
665
+ msgstr "内容的顶部"
666
+
667
+ #: ../admin/social_sharing.php:875
668
+ #: ../admin/like_buttons.php:195
669
+ msgid "Bottom of the content"
670
+ msgstr "内容的底部"
671
+
672
+ #: ../admin/social_sharing.php:882
673
+ msgid "Specify position of the sharing interface with respect to the content"
674
+ msgstr "指定相对于内容而言共享界面的位置"
675
+
676
+ #: ../admin/social_sharing.php:890
677
+ #: ../admin/social_sharing.php:1310
678
+ msgid "Placement"
679
+ msgstr "放置"
680
+
681
+ #: ../admin/social_sharing.php:894
682
+ #: ../admin/social_sharing.php:1314
683
+ #: ../admin/social_login.php:658
684
+ #: ../admin/social_login.php:688
685
+ #: ../admin/like_buttons.php:214
686
+ #: ../admin/like_buttons.php:497
687
+ msgid "Homepage"
688
+ msgstr "主页"
689
+
690
+ #: ../admin/social_sharing.php:896
691
+ #: ../admin/social_sharing.php:1316
692
+ #: ../admin/like_buttons.php:216
693
+ #: ../admin/like_buttons.php:499
694
+ msgid "Posts"
695
+ msgstr "文章"
696
+
697
+ #: ../admin/social_sharing.php:898
698
+ #: ../admin/social_sharing.php:1318
699
+ #: ../admin/like_buttons.php:218
700
+ #: ../admin/like_buttons.php:501
701
+ msgid "Pages"
702
+ msgstr "页面"
703
+
704
+ #: ../admin/social_sharing.php:900
705
+ #: ../admin/social_sharing.php:1320
706
+ msgid "Excerpts (at Homepage)"
707
+ msgstr "摘录 (在主页)"
708
+
709
+ #: ../admin/social_sharing.php:902
710
+ #: ../admin/social_sharing.php:1322
711
+ #: ../admin/like_buttons.php:222
712
+ #: ../admin/like_buttons.php:505
713
+ msgid "Category Archives"
714
+ msgstr "目录类别"
715
+
716
+ #: ../admin/social_sharing.php:904
717
+ #: ../admin/social_sharing.php:1324
718
+ #: ../admin/like_buttons.php:224
719
+ #: ../admin/like_buttons.php:507
720
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
721
+ msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
722
+
723
+ #: ../admin/social_sharing.php:920
724
+ #: ../admin/like_buttons.php:240
725
+ msgid "BuddyPress activity"
726
+ msgstr "BuddyPress 活动"
727
+
728
+ #: ../admin/social_sharing.php:922
729
+ #: ../admin/like_buttons.php:243
730
+ msgid "BuddyPress group (only at top of content)"
731
+ msgstr "BuddyPress 组 (只有顶部的内容)"
732
+
733
+ #: ../admin/social_sharing.php:928
734
+ #: ../admin/social_sharing.php:1346
735
+ #: ../admin/like_buttons.php:250
736
+ #: ../admin/like_buttons.php:528
737
+ msgid "BBPress forum"
738
+ msgstr "BBPress 论坛"
739
+
740
+ #: ../admin/social_sharing.php:931
741
+ #: ../admin/social_sharing.php:1349
742
+ #: ../admin/like_buttons.php:253
743
+ #: ../admin/like_buttons.php:531
744
+ msgid "BBPress topic"
745
+ msgstr "BBPress 主题"
746
+
747
+ #: ../admin/social_sharing.php:934
748
+ #: ../admin/like_buttons.php:256
749
+ msgid "BBPress reply"
750
+ msgstr "BBPress 答复"
751
+
752
+ #: ../admin/social_sharing.php:941
753
+ #: ../admin/like_buttons.php:262
754
+ msgid "After individual product at WooCommerce Shop page"
755
+ msgstr "在Woocommerce購物頁面的单一产品之后"
756
+
757
+ #: ../admin/social_sharing.php:944
758
+ #: ../admin/like_buttons.php:265
759
+ msgid "WooCommerce Product Page"
760
+ msgstr "Woocommerce產品頁面"
761
+
762
+ #: ../admin/social_sharing.php:947
763
+ #: ../admin/like_buttons.php:268
764
+ msgid "WooCommerce Thankyou Page"
765
+ msgstr "WooCommerce 致谢页面"
766
+
767
+ #: ../admin/social_sharing.php:958
768
+ msgid "Specify the pages where you want to enable Sharing interface"
769
+ msgstr "指定要启用共享界面的页面"
770
+
771
+ #: ../admin/social_sharing.php:966
772
+ #: ../admin/social_sharing.php:1367
773
+ msgid "Show share counts"
774
+ msgstr "显示共享计数"
775
+
776
+ #: ../admin/social_sharing.php:971
777
+ #: ../admin/social_sharing.php:1372
778
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
779
+ msgstr "官方共享计数支持Facebook,Linkedin,GooglePlus、 Delicious、Buffe、 Reddit、 Pinterest,Stumbleupon 和 Vkontakte "
780
+
781
+ #: ../admin/social_sharing.php:988
782
+ #: ../admin/social_sharing.php:1380
783
+ #, php-format
784
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
785
+ msgstr "使用<a href=“%s” target=“_blank”>NewShareCounts</a>来显示 Twitter 共享计数"
786
+
787
+ #: ../admin/social_sharing.php:990
788
+ #: ../admin/social_sharing.php:1382
789
+ #, php-format
790
+ msgid "For this to work, you have to enter your website url %s and sign in using Twitter at <a href=\"%s\" target=\"_blank\">their website</a>"
791
+ msgstr "对这项工作,你必须输入网站 url %s,并在使用 Twitter在<a href=“%s” target=“_blank”> 登录他们的网站</a>"
792
+
793
+ #: ../admin/social_sharing.php:992
794
+ #: ../admin/social_sharing.php:1384
795
+ #, php-format
796
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
797
+ msgstr "使用<a href=“%s” target=“_blank”>OpenShareCount</a>来显示 Twitter 共享计数"
798
+
799
+ #: ../admin/social_sharing.php:994
800
+ #: ../admin/social_sharing.php:1386
801
+ #, php-format
802
+ msgid "For this to work, you have to sign up and register your website url %s at <a href=\"%s\" target=\"_blank\">their website</a>"
803
+ msgstr "这项工作,你必须在<a href=“%s” target=“_blank”>他们的网站</a>注册和登记您的网址%s "
804
+
805
+ #: ../admin/social_sharing.php:1001
806
+ #: ../admin/social_sharing.php:1393
807
+ msgid "If enabled, share counts are displayed above sharing icons."
808
+ msgstr "如果启用,共享计数在共享图标上面显示。"
809
+
810
+ #: ../admin/social_sharing.php:1010
811
+ #: ../admin/social_sharing.php:1402
812
+ msgid "Show total shares"
813
+ msgstr "分享总数"
814
+
815
+ #: ../admin/social_sharing.php:1020
816
+ #: ../admin/social_sharing.php:1412
817
+ msgid "If enabled, total shares will be displayed with sharing icons"
818
+ msgstr "如果启用,共享计数在共享图标上面显示。"
819
+
820
+ #: ../admin/social_sharing.php:1029
821
+ #: ../admin/social_sharing.php:1421
822
+ msgid "Enable 'More' icon"
823
+ msgstr "启用“更多”图标"
824
+
825
+ #: ../admin/social_sharing.php:1039
826
+ #: ../admin/social_sharing.php:1431
827
+ msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
828
+ msgstr "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
829
+
830
+ #: ../admin/social_sharing.php:1055
831
+ msgid "Floating Sharing Interface Options"
832
+ msgstr "浮动共享界面选项"
833
+
834
+ #: ../admin/social_sharing.php:1061
835
+ msgid "Enable Floating sharing interface"
836
+ msgstr "启用共享接口标准"
837
+
838
+ #: ../admin/social_sharing.php:1071
839
+ msgid "Master control to enable floating sharing widget"
840
+ msgstr "主控,使共享浮动部件"
841
+
842
+ #: ../admin/social_sharing.php:1223
843
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
844
+ msgstr "指定垂直界面的背景的颜色或十六进制代码 (例如 #cc78e0)。留空为透明。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色的十六进制代码"
845
+
846
+ #: ../admin/social_sharing.php:1253
847
+ #: ../admin/like_buttons.php:436
848
+ msgid "Left offset"
849
+ msgstr "左偏移"
850
+
851
+ #: ../admin/social_sharing.php:1263
852
+ msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
853
+ msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
854
+
855
+ #: ../admin/social_sharing.php:1273
856
+ #: ../admin/like_buttons.php:456
857
+ msgid "Right offset"
858
+ msgstr "右偏移"
859
+
860
+ #: ../admin/social_sharing.php:1283
861
+ msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
862
+ msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
863
+
864
+ #: ../admin/social_sharing.php:1292
865
+ #: ../admin/like_buttons.php:475
866
+ msgid "Top offset"
867
+ msgstr "顶部偏移"
868
+
869
+ #: ../admin/social_sharing.php:1302
870
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
871
+ msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
872
+
873
+ #: ../admin/social_sharing.php:1338
874
+ #: ../admin/like_buttons.php:521
875
+ msgid "BuddyPress group"
876
+ msgstr "BuddyPress 组"
877
+
878
+ #: ../admin/social_sharing.php:1359
879
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
880
+ msgstr "指定要实现垂直共享界面的网页"
881
+
882
+ #: ../admin/social_sharing.php:1439
883
+ msgid "Vertical floating bar responsiveness"
884
+ msgstr "立式浮栏响应能力"
885
+
886
+ #: ../admin/social_sharing.php:1442
887
+ #, php-format
888
+ msgid "Display vertical interface only when screen is wider than %s pixels"
889
+ msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
890
+
891
+ #: ../admin/social_sharing.php:1449
892
+ msgid "Display vertical interface only when screen is wider than the width specified."
893
+ msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
894
+
895
+ #: ../admin/social_sharing.php:1457
896
+ msgid "Horizontal floating bar responsiveness"
897
+ msgstr "水平浮动栏响应"
898
+
899
+ #: ../admin/social_sharing.php:1460
900
+ #, php-format
901
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
902
+ msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
903
+
904
+ #: ../admin/social_sharing.php:1467
905
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
906
+ msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
907
+
908
+ #: ../admin/social_sharing.php:1477
909
+ msgid "Horizontal floating bar position"
910
+ msgstr "水平浮动栏位置"
911
+
912
+ #: ../admin/social_sharing.php:1480
913
+ #, php-format
914
+ msgid "%s pixels from %s"
915
+ msgstr "%s像素来自%s"
916
+
917
+ #: ../admin/social_sharing.php:1487
918
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
919
+ msgstr "对齐方式的水平浮动界面。数值可以为负。"
920
+
921
+ #: ../admin/social_sharing.php:1506
922
+ #: ../admin/like_buttons.php:577
923
+ msgid "Url shortener"
924
+ msgstr "短网址"
925
+
926
+ #: ../admin/social_sharing.php:1512
927
+ msgid "Use shortlinks already installed"
928
+ msgstr "短网址已安装,发推按钮"
929
+
930
+ #: ../admin/social_sharing.php:1522
931
+ msgid "Uses default short url permalinks without using any additional plugin"
932
+ msgstr ""
933
+
934
+ #: ../admin/social_sharing.php:1530
935
+ msgid "Enable bit.ly url shortener for sharing"
936
+ msgstr "用于使用bit.ly url短链共享"
937
+
938
+ #: ../admin/social_sharing.php:1540
939
+ #: ../admin/like_buttons.php:611
940
+ msgid "Master control to enable bit.ly url shortening for sharing"
941
+ msgstr "主控件以启用 bit.ly url 短链共享"
942
+
943
+ #: ../admin/social_sharing.php:1548
944
+ #: ../admin/like_buttons.php:619
945
+ msgid "bit.ly username"
946
+ msgstr "Bit.ly 帳號"
947
+
948
+ #: ../admin/social_sharing.php:1558
949
+ #: ../admin/like_buttons.php:629
950
+ #, php-format
951
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
952
+ msgstr "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 bit.ly 用户名"
953
+
954
+ #: ../admin/social_sharing.php:1567
955
+ #: ../admin/like_buttons.php:638
956
+ msgid "bit.ly API Key"
957
+ msgstr "bit.ly API 密钥"
958
+
959
+ #: ../admin/social_sharing.php:1577
960
+ #: ../admin/like_buttons.php:648
961
+ #, php-format
962
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
963
+ msgstr "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关您的 API 密钥"
964
+
965
+ #: ../admin/social_sharing.php:1586
966
+ #: ../admin/like_buttons.php:657
967
+ msgid "Clear Bitly Cache"
968
+ msgstr ""
969
+
970
+ #: ../admin/social_sharing.php:1590
971
+ #: ../admin/like_buttons.php:661
972
+ msgid "ShortUrl cache cleared successfully."
973
+ msgstr "ShortUrl 缓存成功清除。"
974
+
975
+ #: ../admin/social_sharing.php:1597
976
+ #: ../admin/like_buttons.php:668
977
+ msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
978
+ msgstr "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址仍为旧网址,手动处理。"
979
+
980
+ #: ../admin/social_sharing.php:1606
981
+ msgid "Share Count Cache"
982
+ msgstr ""
983
+
984
+ #: ../admin/social_sharing.php:1612
985
+ msgid "Refresh Share Count cache every"
986
+ msgstr ""
987
+
988
+ #: ../admin/social_sharing.php:1628
989
+ msgid "Frequent cache refreshing results in slower loading of pages with share counts enabled"
990
+ msgstr ""
991
+
992
+ #: ../admin/social_sharing.php:1636
993
+ msgid "Clear Share Counts Cache"
994
+ msgstr ""
995
+
996
+ #: ../admin/social_sharing.php:1640
997
+ #, fuzzy
998
+ msgid "Share Counts cache cleared successfully."
999
+ msgstr "ShortUrl 缓存成功清除。"
1000
+
1001
+ #: ../admin/social_sharing.php:1647
1002
+ msgid "Use this to clear cached share counts"
1003
+ msgstr ""
1004
+
1005
+ #: ../admin/social_sharing.php:1656
1006
+ #: ../admin/social_sharing.php:1662
1007
+ #: ../admin/social_commenting.php:311
1008
+ #: ../admin/like_buttons.php:677
1009
+ #: ../admin/like_buttons.php:683
1010
+ msgid "Language"
1011
+ msgstr "语言"
1012
+
1013
+ #: ../admin/social_sharing.php:1672
1014
+ #, php-format
1015
+ msgid "Enter the code of the language you want to use for like buttons. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1016
+ msgstr "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个链接</a>找到语言代码。留空为默认 (英语)"
1017
+
1018
+ #: ../admin/social_sharing.php:1681
1019
+ msgid "Username in sharing"
1020
+ msgstr "共享的用户名"
1021
+
1022
+ #: ../admin/social_sharing.php:1687
1023
+ msgid "Twitter username (without @)"
1024
+ msgstr "Twitter账号(无@)"
1025
+
1026
+ #: ../admin/social_sharing.php:1697
1027
+ #: ../admin/social_sharing.php:1716
1028
+ msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
1029
+ msgstr "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,请留空。"
1030
+
1031
+ #: ../admin/social_sharing.php:1706
1032
+ msgid "Buffer username (without @)"
1033
+ msgstr "缓冲用户名 (无 @)"
1034
+
1035
+ #: ../admin/social_sharing.php:1743
1036
+ msgid "Facebook Sharing Troubleshooter"
1037
+ msgstr "Facebook 分享疑难解答"
1038
+
1039
+ #: ../admin/social_sharing.php:1748
1040
+ msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
1041
+ msgstr "如果 Facebook 分享不工作,请单击下面的链接,在文本中输入您的网站的疑难 url (指 Facebook 分享工作不正常的地址):"
1042
+
1043
+ #: ../admin/social_sharing.php:1764
1044
+ msgid "How can I show share counts of my website rather than of individual pages/posts?"
1045
+ msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1046
+
1047
+ #: ../admin/social_sharing.php:1765
1048
+ msgid "How can I disable sharing on particular page/post?"
1049
+ msgstr "如何在特定的页面文章上禁用共享?"
1050
+
1051
+ #: ../admin/social_sharing.php:1766
1052
+ msgid "How can I specify minimum sharing count for sharing networks?"
1053
+ msgstr "如何为共享网络共享指定最少数目?"
1054
+
1055
+ #: ../admin/social_sharing.php:1767
1056
+ msgid "How to share specific page?"
1057
+ msgstr "如何共享特定页面?"
1058
+
1059
+ #: ../admin/social_sharing.php:1768
1060
+ msgid "How to integrate Google Analytics with sharing?"
1061
+ msgstr "谷歌分析与集成"
1062
+
1063
+ #: ../admin/social_sharing.php:1769
1064
+ msgid "How to customize the look of total share counts?"
1065
+ msgstr "如何自定义总共享计数的外观?"
1066
+
1067
+ #: ../admin/social_sharing.php:1770
1068
+ msgid "How to customize the look of individual share counts?"
1069
+ msgstr "如何自定义个人共享计数的外观?"
1070
+
1071
+ #: ../admin/social_sharing.php:1771
1072
+ msgid "How to show Whatsapp icon only on mobile devices?"
1073
+ msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1074
+
1075
+ #: ../admin/social_sharing.php:1772
1076
+ msgid "How to hide arrow after floating sharing bar?"
1077
+ msgstr ""
1078
+
1079
+ #: ../admin/social_sharing.php:1773
1080
+ msgid "Why are Share Counts Not Updating?"
1081
+ msgstr ""
1082
+
1083
+ #: ../admin/social_sharing.php:1774
1084
+ #: ../admin/like_buttons.php:766
1085
+ msgid "Why is there so much space between like buttons?"
1086
+ msgstr ""
1087
+
1088
+ #: ../admin/social_commenting.php:13
1089
+ msgid "Enable Social Commenting"
1090
+ msgstr "启用社会化评论"
1091
+
1092
+ #: ../admin/social_commenting.php:23
1093
+ msgid "Master control to enable Social Commenting"
1094
+ msgstr "主控件,以使社会共享"
1095
+
1096
+ #: ../admin/social_commenting.php:34
1097
+ msgid "Social Commenting"
1098
+ msgstr "社会评论"
1099
+
1100
+ #: ../admin/social_commenting.php:35
1101
+ #: ../admin/social_commenting.php:440
1102
+ msgid "Shortcode"
1103
+ msgstr "短码"
1104
+
1105
+ #: ../admin/social_commenting.php:48
1106
+ msgid "Order of tabs in commenting interface"
1107
+ msgstr "在评论界面选项卡的顺序"
1108
+
1109
+ #: ../admin/social_commenting.php:58
1110
+ msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1111
+ msgstr "在社会评论界面中显示的选项卡的顺序。默认值为 wordpress,facebook,googleplus,disqus"
1112
+
1113
+ #: ../admin/social_commenting.php:66
1114
+ msgid "Comment area label"
1115
+ msgstr "评论区标签"
1116
+
1117
+ #: ../admin/social_commenting.php:76
1118
+ msgid "Label for comment area"
1119
+ msgstr "在评论表单启用"
1120
+
1121
+ #: ../admin/social_commenting.php:89
1122
+ msgid "Enable Social Commenting at"
1123
+ msgstr "在此禁用社会化评论"
1124
+
1125
+ #: ../admin/social_commenting.php:108
1126
+ msgid "Specify the page/post groups where you want to enable Social Commenting"
1127
+ msgstr "指定要启用社会评论的页面/文章组"
1128
+
1129
+ #: ../admin/social_commenting.php:119
1130
+ msgid "HTML ID of comment form container"
1131
+ msgstr "评论表单容器的HTML ID"
1132
+
1133
+ #: ../admin/social_commenting.php:129
1134
+ msgid "HTML ID of container element of the default comment form at front end. Leave empty for default ID - \"respond\". You need to specify it if default comment form is appearing and Social Commenting is not getting enabled at front-end of your website."
1135
+ msgstr "在前端默认评论表单的HTML ID 的容器元素。留空为默认 ID-“respond”。如果在您网站的前端出现默认评论形式和社会评论无法启用,您需要指定它。"
1136
+
1137
+ #: ../admin/social_commenting.php:139
1138
+ msgid "Labels"
1139
+ msgstr "标签"
1140
+
1141
+ #: ../admin/social_commenting.php:144
1142
+ msgid "Label for WordPress Commenting tab"
1143
+ msgstr "WordPress 评论选项卡的标签"
1144
+
1145
+ #: ../admin/social_commenting.php:153
1146
+ msgid "Label for Facebook Commenting tab"
1147
+ msgstr "Facebook 评论选项卡的标签"
1148
+
1149
+ #: ../admin/social_commenting.php:162
1150
+ msgid "Label for G+ Commenting tab"
1151
+ msgstr "G+ 评论选项卡的标签"
1152
+
1153
+ #: ../admin/social_commenting.php:171
1154
+ msgid "Label for Disqus Commenting tab"
1155
+ msgstr "Disqus 评论选项卡的标签"
1156
+
1157
+ #: ../admin/social_commenting.php:182
1158
+ msgid "Facebook Commenting Options"
1159
+ msgstr "Facebook 评论选项"
1160
+
1161
+ #: ../admin/social_commenting.php:188
1162
+ msgid "Enable Facebook Comments notification and moderation"
1163
+ msgstr "启用 Facebook 评论通知和调节"
1164
+
1165
+ #: ../admin/social_commenting.php:196
1166
+ #: ../admin/social_commenting.php:206
1167
+ msgid "Enable Facebook Commenting"
1168
+ msgstr "启用Facebook评论"
1169
+
1170
+ #: ../admin/social_commenting.php:214
1171
+ #: ../admin/social_commenting.php:372
1172
+ msgid "Url to comment on"
1173
+ msgstr "评论上的 Url"
1174
+
1175
+ #: ../admin/social_commenting.php:224
1176
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1177
+ msgstr "以评论的绝对 URL 将与永久关联。在 Facebook 上关于已评论的事件,将链接到此 URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1178
+
1179
+ #: ../admin/social_commenting.php:232
1180
+ #: ../admin/social_commenting.php:354
1181
+ msgid "Width"
1182
+ msgstr "宽度"
1183
+
1184
+ #: ../admin/social_commenting.php:242
1185
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1186
+ msgstr "请留空以自动调整宽度。评论块的宽度 (以像素为单位)。"
1187
+
1188
+ #: ../admin/social_commenting.php:250
1189
+ msgid "Color Scheme"
1190
+ msgstr "配色方案"
1191
+
1192
+ #: ../admin/social_commenting.php:254
1193
+ msgid "Light"
1194
+ msgstr "亮度"
1195
+
1196
+ #: ../admin/social_commenting.php:255
1197
+ msgid "Dark"
1198
+ msgstr "暗度"
1199
+
1200
+ #: ../admin/social_commenting.php:263
1201
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1202
+ msgstr "该插件所使用的颜色方案。可以是”明亮”或”暗淡”。"
1203
+
1204
+ #: ../admin/social_commenting.php:271
1205
+ msgid "Number of comments"
1206
+ msgstr "评论数量"
1207
+
1208
+ #: ../admin/social_commenting.php:281
1209
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1210
+ msgstr "要在默认情况下显示的评论数目。最小值是 1。默认值为 10"
1211
+
1212
+ #: ../admin/social_commenting.php:289
1213
+ msgid "Order by"
1214
+ msgstr "排序规则"
1215
+
1216
+ #: ../admin/social_commenting.php:293
1217
+ msgid "Social"
1218
+ msgstr "社交"
1219
+
1220
+ #: ../admin/social_commenting.php:294
1221
+ msgid "Reverse Time"
1222
+ msgstr "反转时间"
1223
+
1224
+ #: ../admin/social_commenting.php:295
1225
+ msgid "Time"
1226
+ msgstr "时间"
1227
+
1228
+ #: ../admin/social_commenting.php:303
1229
+ msgid "The order to use when displaying comments."
1230
+ msgstr "显示评论时的顺序。"
1231
+
1232
+ #: ../admin/social_commenting.php:321
1233
+ #, php-format
1234
+ msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1235
+ msgstr "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个链接</a>找到语言代码。留空为默认 (英语)"
1236
+
1237
+ #: ../admin/social_commenting.php:330
1238
+ msgid "Google Plus Commenting Options"
1239
+ msgstr "Google + 评论选项"
1240
+
1241
+ #: ../admin/social_commenting.php:336
1242
+ #: ../admin/social_commenting.php:346
1243
+ msgid "Enable Google Plus Commenting"
1244
+ msgstr "启用 Google + 评论"
1245
+
1246
+ #: ../admin/social_commenting.php:364
1247
+ msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1248
+ msgstr "GooglePlus 评论界面的宽度。留空自动调整"
1249
+
1250
+ #: ../admin/social_commenting.php:382
1251
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1252
+ msgstr "已发评论的绝对 URL 将与之永久关联。在 Facebook 上关于已评论的事件将链接到此 URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1253
+
1254
+ #: ../admin/social_commenting.php:391
1255
+ msgid "Disqus Commenting Options"
1256
+ msgstr "Disqus 评论选项"
1257
+
1258
+ #: ../admin/social_commenting.php:397
1259
+ #: ../admin/social_commenting.php:407
1260
+ msgid "Enable Disqus Commenting"
1261
+ msgstr "启用 Disqus 评论"
1262
+
1263
+ #: ../admin/social_commenting.php:415
1264
+ msgid "Disqus Shortname"
1265
+ msgstr "Disqus 短名称"
1266
+
1267
+ #: ../admin/social_commenting.php:425
1268
+ msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1269
+ msgstr "<strong>要求使用 Disqus 评论。</strong>关于短名称的更多信息,请访问下面链接。"
1270
+
1271
+ #: ../admin/social_commenting.php:442
1272
+ msgid "Social Commenting Shortcode"
1273
+ msgstr "社会化评论简码"
1274
+
1275
+ #: ../admin/social_commenting.php:454
1276
+ msgid "How can I disable Social Commenting at individual page/post?"
1277
+ msgstr "如何在独立页/文章上禁用社会评论?"
1278
+
1279
+ #: ../admin/social_commenting.php:455
1280
+ msgid "How to disable default comment form from Social Commenting?"
1281
+ msgstr "如何从社会评论禁用默认评论表单?"
1282
+
1283
+ #: ../admin/social_login.php:14
1284
+ msgid "Enable Social Login"
1285
+ msgstr "启用社交登录"
1286
+
1287
+ #: ../admin/social_login.php:24
1288
+ msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1289
+ msgstr "社会化登录的主控。为使用社会登录功能必须验证它。"
1290
+
1291
+ #: ../admin/social_login.php:35
1292
+ #: ../admin/social_login.php:46
1293
+ msgid "Basic Configuration"
1294
+ msgstr "基本配置"
1295
+
1296
+ #: ../admin/social_login.php:36
1297
+ #, fuzzy
1298
+ msgid "Advanced Configuration"
1299
+ msgstr "基本配置"
1300
+
1301
+ #: ../admin/social_login.php:38
1302
+ #: ../admin/social_login.php:813
1303
+ msgid "XProfile Integration"
1304
+ msgstr ""
1305
+
1306
+ #: ../admin/social_login.php:53
1307
+ msgid "Disable user registration via Social Login"
1308
+ msgstr "禁用社会登录用户注册"
1309
+
1310
+ #: ../admin/social_login.php:63
1311
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1312
+ msgstr "启用此选项之后,新用户不能够通过社交登录了。只有现有的用户将能够社交登录。"
1313
+
1314
+ #: ../admin/social_login.php:72
1315
+ msgid "Redirection url"
1316
+ msgstr "重定向 url"
1317
+
1318
+ #: ../admin/social_login.php:82
1319
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1320
+ msgstr "通过社会化登录成功的用户将重定向到此页后。您可以指定 url 的注册表单或显示有关禁止通过社交登录注册消息的页面"
1321
+
1322
+ #: ../admin/social_login.php:91
1323
+ msgid "Select providers"
1324
+ msgstr "选择提供商"
1325
+
1326
+ #: ../admin/social_login.php:96
1327
+ msgid "Facebook"
1328
+ msgstr "Facebook"
1329
+
1330
+ #: ../admin/social_login.php:100
1331
+ msgid "Twitter"
1332
+ msgstr "Twitter"
1333
+
1334
+ #: ../admin/social_login.php:104
1335
+ msgid "LinkedIn"
1336
+ msgstr "LinkedIn"
1337
+
1338
+ #: ../admin/social_login.php:108
1339
+ msgid "Google+"
1340
+ msgstr "Google+"
1341
+
1342
+ #: ../admin/social_login.php:112
1343
+ msgid "Vkontakte"
1344
+ msgstr "Vkontakte"
1345
+
1346
+ #: ../admin/social_login.php:116
1347
+ msgid "Instagram"
1348
+ msgstr "Instagram"
1349
+
1350
+ #: ../admin/social_login.php:120
1351
+ msgid "Xing"
1352
+ msgstr "Xing社交网站"
1353
+
1354
+ #: ../admin/social_login.php:124
1355
+ msgid "Steam"
1356
+ msgstr ""
1357
+
1358
+ #: ../admin/social_login.php:129
1359
+ #, fuzzy
1360
+ msgid "Twitch"
1361
+ msgstr "Twitter"
1362
+
1363
+ #: ../admin/social_login.php:137
1364
+ msgid "Select Social ID provider to enable in Social Login"
1365
+ msgstr "选择社会ID提供商以启用社会化登录"
1366
+
1367
+ #: ../admin/social_login.php:145
1368
+ msgid "Facebook App ID"
1369
+ msgstr "Facebook 应用 ID"
1370
+
1371
+ #: ../admin/social_login.php:155
1372
+ #, php-format
1373
+ msgid "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"
1374
+ msgstr "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到Facebook的应用程序ID"
1375
+
1376
+ #: ../admin/social_login.php:157
1377
+ msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1378
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1379
+
1380
+ #: ../admin/social_login.php:167
1381
+ msgid "Twitter API Key"
1382
+ msgstr "Twitter API密钥"
1383
+
1384
+ #: ../admin/social_login.php:177
1385
+ #, php-format
1386
+ msgid "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"
1387
+ msgstr "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到Twitter的API密钥"
1388
+
1389
+ #: ../admin/social_login.php:179
1390
+ #: ../admin/social_login.php:201
1391
+ msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1392
+ msgstr "在提到的链接,粘贴以下url <strong>网站</strong> 以及<strong>回调 URL</strong> 的选项"
1393
+
1394
+ #: ../admin/social_login.php:189
1395
+ msgid "Twitter API Secret"
1396
+ msgstr "Twitter API Secret"
1397
+
1398
+ #: ../admin/social_login.php:199
1399
+ #, php-format
1400
+ msgid "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"
1401
+ msgstr "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到Twitter的API密钥"
1402
+
1403
+ #: ../admin/social_login.php:211
1404
+ msgid "LinkedIn API Key"
1405
+ msgstr "LlinkedIn App 的 API 密钥:"
1406
+
1407
+ #: ../admin/social_login.php:221
1408
+ #, php-format
1409
+ msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1410
+ msgstr "需要LinkedIn社交登录。请按照文件在<a href=“%s” target=“_blank”>这个链接</a>得到LinkedIn的API密钥"
1411
+
1412
+ #: ../admin/social_login.php:223
1413
+ #: ../admin/social_login.php:289
1414
+ msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1415
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1416
+
1417
+ #: ../admin/social_login.php:233
1418
+ msgid "Google+ Client ID"
1419
+ msgstr "Google+ 客户端ID"
1420
+
1421
+ #: ../admin/social_login.php:243
1422
+ #, php-format
1423
+ msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1424
+ msgstr "需要GOOGLEPLUS社会登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链接</a>得到GOOGLEPLUS客户端ID"
1425
+
1426
+ #: ../admin/social_login.php:245
1427
+ msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1428
+ msgstr "在<strong>授权的JAVASCRIPT ORIGINS</strong> 和 <strong>授权的重定向URI</strong>选项里(该选项在链接里提到),粘贴以下url网址"
1429
+
1430
+ #: ../admin/social_login.php:255
1431
+ msgid "Vkontakte Application ID"
1432
+ msgstr "VKontakte应用程序ID"
1433
+
1434
+ #: ../admin/social_login.php:265
1435
+ #, php-format
1436
+ msgid "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"
1437
+ msgstr "要求Vkontakte社会登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到的Vkontakte应用程序ID"
1438
+
1439
+ #: ../admin/social_login.php:267
1440
+ msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1441
+ msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1442
+
1443
+ #: ../admin/social_login.php:277
1444
+ msgid "Instagram Client ID"
1445
+ msgstr "Instagram客户端ID"
1446
+
1447
+ #: ../admin/social_login.php:287
1448
+ #, php-format
1449
+ msgid "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"
1450
+ msgstr "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到的Instagram客户端ID"
1451
+
1452
+ #: ../admin/social_login.php:299
1453
+ msgid "Xing Consumer Key"
1454
+ msgstr "Xing Consumer Key"
1455
+
1456
+ #: ../admin/social_login.php:309
1457
+ #, php-format
1458
+ msgid "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"
1459
+ msgstr "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到消费者邢重点"
1460
+
1461
+ #: ../admin/social_login.php:311
1462
+ #: ../admin/social_login.php:333
1463
+ msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1464
+ msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
1465
+
1466
+ #: ../admin/social_login.php:321
1467
+ msgid "Xing Consumer Secret"
1468
+ msgstr "Xing Consumer Secret"
1469
+
1470
+ #: ../admin/social_login.php:331
1471
+ #, php-format
1472
+ msgid "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"
1473
+ msgstr "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到xing Consumer Secret"
1474
+
1475
+ #: ../admin/social_login.php:343
1476
+ #, fuzzy
1477
+ msgid "Twitch Client ID"
1478
+ msgstr "Instagram客户端ID"
1479
+
1480
+ #: ../admin/social_login.php:353
1481
+ #, fuzzy, php-format
1482
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1483
+ msgstr "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到Twitter的API密钥"
1484
+
1485
+ #: ../admin/social_login.php:355
1486
+ #, fuzzy
1487
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1488
+ msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1489
+
1490
+ #: ../admin/social_login.php:371
1491
+ #, fuzzy
1492
+ msgid "Social Login Options"
1493
+ msgstr "社交账户登陆"
1494
+
1495
+ #: ../admin/social_login.php:387
1496
+ msgid "Text to display above the Social Login interface"
1497
+ msgstr "文本显示社会登录界面的上方"
1498
+
1499
+ #: ../admin/social_login.php:396
1500
+ msgid "Enable at login page"
1501
+ msgstr "在登录页面启用"
1502
+
1503
+ #: ../admin/social_login.php:406
1504
+ msgid "Social Login interface will get enabled at the login page of your website"
1505
+ msgstr "社会登录界面会在你的网站的登录页面启用"
1506
+
1507
+ #: ../admin/social_login.php:414
1508
+ msgid "Enable at register page"
1509
+ msgstr "在注册页面启用"
1510
+
1511
+ #: ../admin/social_login.php:424
1512
+ msgid "Social Login interface will get enabled at the registration page of your website"
1513
+ msgstr "社会登录界面会在你的网站的注册页面启用"
1514
+
1515
+ #: ../admin/social_login.php:432
1516
+ msgid "Enable at comment form"
1517
+ msgstr "在评论表单启用"
1518
+
1519
+ #: ../admin/social_login.php:442
1520
+ msgid "Social Login interface will get enabled at your Wordpress Comment form"
1521
+ msgstr "社会登录界面会在您的WordPress评论的表单启用"
1522
+
1523
+ #: ../admin/social_login.php:456
1524
+ msgid "Enable before WooCommerce Customer Login Form"
1525
+ msgstr "WooCommerce客户登录表单前启用"
1526
+
1527
+ #: ../admin/social_login.php:466
1528
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1529
+ msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
1530
+
1531
+ #: ../admin/social_login.php:474
1532
+ msgid "Enable after WooCommerce Customer Login Form"
1533
+ msgstr "在WooCommerce客户登录表单后启用"
1534
+
1535
+ #: ../admin/social_login.php:484
1536
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1537
+ msgstr "社会登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
1538
+
1539
+ #: ../admin/social_login.php:492
1540
+ msgid "Enable at WooCommerce checkout page"
1541
+ msgstr "在WooCommerce “结算”页面启用"
1542
+
1543
+ #: ../admin/social_login.php:502
1544
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1545
+ msgstr "社会登录界面将在WooCommerce结帐页面启用"
1546
+
1547
+ #: ../admin/social_login.php:513
1548
+ msgid "Auto-approve comments made by Social Login users"
1549
+ msgstr "自动批准社会登录用户评论"
1550
+
1551
+ #: ../admin/social_login.php:523
1552
+ msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1553
+ msgstr "如果启用该选项,已经WordPress评论由社会登录用户发出,评论将会在不需要批准的情况下立即批准。"
1554
+
1555
+ #: ../admin/social_login.php:524
1556
+ msgid "Note: This is not related to Facebook comments"
1557
+ msgstr "注:这Facebook的评论无关"
1558
+
1559
+ #: ../admin/social_login.php:534
1560
+ msgid "Enable social avatar"
1561
+ msgstr "启用社交头像"
1562
+
1563
+ #: ../admin/social_login.php:544
1564
+ msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1565
+ msgstr "登录用户的社交资料图片将显示为个人头像"
1566
+
1567
+ #: ../admin/social_login.php:554
1568
+ msgid "Avatar quality"
1569
+ msgstr "头像质量"
1570
+
1571
+ #: ../admin/social_login.php:557
1572
+ msgid "Average"
1573
+ msgstr "一般"
1574
+
1575
+ #: ../admin/social_login.php:558
1576
+ msgid "Best"
1577
+ msgstr "最好"
1578
+
1579
+ #: ../admin/social_login.php:565
1580
+ msgid "Choose avatar quality"
1581
+ msgstr "选择头像质量"
1582
+
1583
+ #: ../admin/social_login.php:574
1584
+ msgid "Show option for users to update social avatar at BuddyPress profile page"
1585
+ msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
1586
+
1587
+ #: ../admin/social_login.php:584
1588
+ msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1589
+ msgstr "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化头像"
1590
+
1591
+ #: ../admin/social_login.php:605
1592
+ msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1593
+ msgstr "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
1594
+
1595
+ #: ../admin/social_login.php:614
1596
+ msgid "Send username-password after user registration"
1597
+ msgstr "用户注册后发送的用户名,密码"
1598
+
1599
+ #: ../admin/social_login.php:624
1600
+ msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1601
+ msgstr "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据(用户名,密码,能够通过传统的登录表单登录)"
1602
+
1603
+ #: ../admin/social_login.php:633
1604
+ msgid "Enable social account linking at BuddyPress profile page"
1605
+ msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
1606
+
1607
+ #: ../admin/social_login.php:643
1608
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1609
+ msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
1610
+
1611
+ #: ../admin/social_login.php:652
1612
+ msgid "Login redirection"
1613
+ msgstr "登录重定向"
1614
+
1615
+ #: ../admin/social_login.php:656
1616
+ msgid "Same page where user logged in"
1617
+ msgstr "用户登录同样的页面"
1618
+
1619
+ #: ../admin/social_login.php:660
1620
+ #: ../admin/social_login.php:690
1621
+ msgid "Account dashboard"
1622
+ msgstr "帐户信息中心"
1623
+
1624
+ #: ../admin/social_login.php:663
1625
+ #: ../admin/social_login.php:693
1626
+ msgid "BuddyPress profile page"
1627
+ msgstr "BuddyPress 档案"
1628
+
1629
+ #: ../admin/social_login.php:666
1630
+ #: ../admin/social_login.php:696
1631
+ msgid "Custom Url"
1632
+ msgstr "自定义 URL"
1633
+
1634
+ #: ../admin/social_login.php:674
1635
+ msgid "User will be redirected to the selected page after Social Login"
1636
+ msgstr "用户社会登录后会被重定向到选择的页面"
1637
+
1638
+ #: ../admin/social_login.php:682
1639
+ msgid "Registration redirection"
1640
+ msgstr "注册重定向"
1641
+
1642
+ #: ../admin/social_login.php:686
1643
+ msgid "Same page from where user registered"
1644
+ msgstr "用户注册同样的页面"
1645
+
1646
+ #: ../admin/social_login.php:704
1647
+ msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1648
+ msgstr "注册之后,通过社会化登录(第一个社会化登录)后,用户将被重定向到所选择的页面"
1649
+
1650
+ #: ../admin/social_login.php:712
1651
+ msgid "Email popup options"
1652
+ msgstr "电子邮件弹出选项"
1653
+
1654
+ #: ../admin/social_login.php:718
1655
+ msgid "Text on 'Email required' popup"
1656
+ msgstr "在“电子邮件必填”弹出口显示的文本"
1657
+
1658
+ #: ../admin/social_login.php:728
1659
+ msgid "This text will be displayed on email required popup. Leave empty if not required."
1660
+ msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
1661
+
1662
+ #: ../admin/social_login.php:737
1663
+ msgid "Error message for 'Email required' popup"
1664
+ msgstr "“电子邮件必填”弹出口的错误信息"
1665
+
1666
+ #: ../admin/social_login.php:747
1667
+ msgid "This message will be displayed to user if it provides invalid or already registered email"
1668
+ msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
1669
+
1670
+ #: ../admin/social_login.php:756
1671
+ msgid "Email popup height"
1672
+ msgstr "电子邮件弹出口高度"
1673
+
1674
+ #: ../admin/social_login.php:766
1675
+ msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1676
+ msgstr "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出的高度。留空为默认。"
1677
+
1678
+ #: ../admin/social_login.php:774
1679
+ msgid "Enable email verification"
1680
+ msgstr "启用电子邮件验证"
1681
+
1682
+ #: ../admin/social_login.php:784
1683
+ msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1684
+ msgstr "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登录。"
1685
+
1686
+ #: ../admin/social_login.php:863
1687
+ msgid "Social Login Shortcode & Widget"
1688
+ msgstr "社会化登录简码&小工具"
1689
+
1690
+ #: ../admin/social_login.php:864
1691
+ msgid "Social Linking Shortcode"
1692
+ msgstr "社会链接简码"
1693
+
1694
+ #: ../admin/admin.php:8
1695
+ msgid "Welcome"
1696
+ msgstr "欢迎"
1697
+
1698
+ #: ../admin/admin.php:10
1699
+ msgid "You are ready to Socialize your website."
1700
+ msgstr "你准备好将你的网站社会化。"
1701
+
1702
+ #: ../admin/admin.php:11
1703
+ msgid "Getting Started"
1704
+ msgstr "开始"
1705
+
1706
+ #: ../admin/admin.php:12
1707
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1708
+ msgstr "在左侧边栏<strong> Super Socializer</strong>菜单下面区域开始配置选项。 <strong>社会共享</strong>在您的网站上默认启用。"
1709
+
1710
+ #: ../admin/admin.php:13
1711
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1712
+ msgstr "在<strong>社交评论</strong>部分,您可以配置社会化评论。"
1713
+
1714
+ #: ../admin/admin.php:14
1715
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1716
+ msgstr "在<strong>社会化登录</strong>部分中,您可以选择社会ID 提供商和配置社会登录选项。"
1717
+
1718
+ #: ../admin/admin.php:15
1719
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1720
+ msgstr "在<strong>社会化共享</strong>部分,您可以选择社交网络,并配置共享选项。"
1721
+
1722
+ #: ../admin/admin.php:16
1723
+ msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1724
+ msgstr "在<strong>喜欢按钮</strong>部分,您可以选择喜欢/ +1按钮,以及配置一致的选项 "
1725
+
1726
+ #: ../admin/like_buttons.php:16
1727
+ msgid "Enable Like Buttons"
1728
+ msgstr "启用喜欢按钮"
1729
+
1730
+ #: ../admin/like_buttons.php:26
1731
+ msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1732
+ msgstr "喜欢按钮的主控。它必须被检查,以启用喜欢按钮功能"
1733
+
1734
+ #: ../admin/like_buttons.php:48
1735
+ msgid "Standard Interface Options"
1736
+ msgstr "标准界面选项"
1737
+
1738
+ #: ../admin/like_buttons.php:54
1739
+ msgid "Enable standard interface"
1740
+ msgstr "启用标准界面"
1741
+
1742
+ #: ../admin/like_buttons.php:64
1743
+ msgid "Master control to enable horizontal like buttons"
1744
+ msgstr "水平喜欢按钮的主控件"
1745
+
1746
+ #: ../admin/like_buttons.php:89
1747
+ #: ../admin/like_buttons.php:337
1748
+ msgid "Url to like/share/tweet and display like/share/tweet counts"
1749
+ msgstr "喜欢/共享/tweet的网址Url和显示喜欢/共享/tweet计数"
1750
+
1751
+ #: ../admin/like_buttons.php:107
1752
+ msgid "The text to display above the interface"
1753
+ msgstr "在界面上方要显示的文本"
1754
+
1755
+ #: ../admin/like_buttons.php:115
1756
+ #: ../admin/like_buttons.php:345
1757
+ msgid "Select and rearrange providers"
1758
+ msgstr "选择和排列提供商"
1759
+
1760
+ #: ../admin/like_buttons.php:159
1761
+ #: ../admin/like_buttons.php:388
1762
+ msgid "Select the providers for interface. Drag them to rearrange."
1763
+ msgstr "选择接口提供商。拖动对其进行重新排列。"
1764
+
1765
+ #: ../admin/like_buttons.php:181
1766
+ #: ../admin/like_buttons.php:427
1767
+ msgid "Horizontal alignment of the interface"
1768
+ msgstr "接口的水平对齐方式"
1769
+
1770
+ #: ../admin/like_buttons.php:202
1771
+ msgid "Specify position of the interface with respect to the content"
1772
+ msgstr "相对于内容的的界面位置"
1773
+
1774
+ #: ../admin/like_buttons.php:210
1775
+ #: ../admin/like_buttons.php:493
1776
+ msgid "Interface location"
1777
+ msgstr "界面位置"
1778
+
1779
+ #: ../admin/like_buttons.php:220
1780
+ #: ../admin/like_buttons.php:503
1781
+ msgid "Excerpts"
1782
+ msgstr "摘要"
1783
+
1784
+ #: ../admin/like_buttons.php:279
1785
+ msgid "Specify the pages where you want to enable interface"
1786
+ msgstr "指定要启用界面的页面"
1787
+
1788
+ #: ../admin/like_buttons.php:296
1789
+ msgid "Vertical (Floating) like buttons Options"
1790
+ msgstr "垂直 (浮动) 喜欢按钮选项"
1791
+
1792
+ #: ../admin/like_buttons.php:302
1793
+ msgid "Enable floating like buttons"
1794
+ msgstr "启用浮动喜欢按钮"
1795
+
1796
+ #: ../admin/like_buttons.php:312
1797
+ msgid "Master control to enable vertical (floating) counter widget"
1798
+ msgstr "启用垂直 (浮动) 计数器部件的主控件"
1799
+
1800
+ #: ../admin/like_buttons.php:406
1801
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1802
+ msgstr "指定垂直界面的背景的颜色或十六进制代码 (例如 #cc78e0)。留空为透明。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色的十六进制代码"
1803
+
1804
+ #: ../admin/like_buttons.php:446
1805
+ msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1806
+ msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1807
+
1808
+ #: ../admin/like_buttons.php:466
1809
+ msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1810
+ msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1811
+
1812
+ #: ../admin/like_buttons.php:485
1813
+ msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1814
+ msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1815
+
1816
+ #: ../admin/like_buttons.php:541
1817
+ msgid "Specify the pages where you want to enable vertical interface"
1818
+ msgstr "指定要启用垂直界面的页面"
1819
+
1820
+ #: ../admin/like_buttons.php:549
1821
+ msgid "Hide like buttons on mobile devices"
1822
+ msgstr "隐藏在移动设备上的按喜欢钮"
1823
+
1824
+ #: ../admin/like_buttons.php:559
1825
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1826
+ msgstr "如果启用,垂直头像按钮不会显示在移动设备上"
1827
+
1828
+ #: ../admin/like_buttons.php:583
1829
+ msgid "Use shortlinks already installed, for tweet button"
1830
+ msgstr "短网址已安装,发推按钮"
1831
+
1832
+ #: ../admin/like_buttons.php:593
1833
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1834
+ msgstr "如果安装了一个用于缩短url的插件时,允许使用短链接用于内容共享"
1835
+
1836
+ #: ../admin/like_buttons.php:601
1837
+ msgid "Enable bit.ly url shortener for tweet button"
1838
+ msgstr "为Tween按钮启用 bit.ly 缩短网址"
1839
+
1840
+ #: ../admin/like_buttons.php:693
1841
+ #, php-format
1842
+ msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1843
+ msgstr "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个链接</a>找到语言代码。留空为默认 (英语)"
1844
+
1845
+ #: ../admin/like_buttons.php:702
1846
+ msgid "Twitter Username"
1847
+ msgstr "Twitter用户名"
1848
+
1849
+ #: ../admin/like_buttons.php:708
1850
+ msgid "Twitter username for Tweet (without @)"
1851
+ msgstr "Twitter用户名 (没有 @)"
1852
+
1853
+ #: ../admin/like_buttons.php:718
1854
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1855
+ msgstr "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用户名为空。"
1856
+
1857
+ #: ../admin/like_buttons.php:727
1858
+ msgid "Twitter username for Buffer sharing (without @)"
1859
+ msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
1860
+
1861
+ #: ../admin/like_buttons.php:737
1862
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1863
+ msgstr "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户名为空。"
1864
+
1865
+ #: ../admin/like_buttons.php:754
1866
+ msgid "Like Buttons Shortcode & Widget"
1867
+ msgstr "喜欢按钮简码 & 小部件"
1868
+
1869
+ #: ../inc/shortcode.php:245
1870
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1871
+ msgstr "在管理员控制面板中的”Super Socializer > 社会登录”页,从”基本配置”启用社会化登录。"
1872
+
1873
+ #: ../inc/social_sharing.php:710
1874
+ msgid "Invalid request"
1875
+ msgstr "无效请求。"
1876
+
1877
+ #: ../inc/social_sharing.php:717
1878
+ msgid "Providers not selected"
1879
+ msgstr "未选定的供应商"
1880
+
1881
+ #: ../inc/social_login.php:261
1882
+ #, php-format
1883
+ msgid "Username: %s"
1884
+ msgstr "用户名: %s"
1885
+
1886
+ #: ../inc/social_login.php:262
1887
+ #, php-format
1888
+ msgid "Password: %s"
1889
+ msgstr "密码:%s"
1890
+
1891
+ #: ../inc/social_login.php:265
1892
+ #, php-format
1893
+ msgid "[%s] Your username and password"
1894
+ msgstr "[%s] 您的用户名和密码信息"
1895
+
1896
+ #: ../inc/widget.php:11
1897
+ msgid "Super Socializer - Login"
1898
+ msgstr "Super Socializer-登录"
1899
+
1900
+ #: ../inc/widget.php:13
1901
+ msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1902
+ msgstr "让您的网站用户使用他们最喜欢的社会化 ID ,例如 Facebook,Twitter,Google +,LinkedIn 登录/注册"
1903
+
1904
+ #: ../inc/widget.php:47
1905
+ msgid "Log Out"
1906
+ msgstr "注销"
1907
+
1908
+ #: ../inc/widget.php:78
1909
+ msgid "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
1910
+ msgstr "请确保在”Super Socializer > 社会登录”页上启用社会登录。"
1911
+
1912
+ #: ../inc/widget.php:79
1913
+ #: ../inc/widget.php:219
1914
+ #: ../inc/widget.php:524
1915
+ msgid "Title:"
1916
+ msgstr "标题:"
1917
+
1918
+ #: ../inc/widget.php:81
1919
+ #: ../inc/widget.php:233
1920
+ #: ../inc/widget.php:534
1921
+ msgid "Before widget content:"
1922
+ msgstr "小工具内容之前:"
1923
+
1924
+ #: ../inc/widget.php:83
1925
+ #: ../inc/widget.php:235
1926
+ #: ../inc/widget.php:536
1927
+ msgid "After widget content:"
1928
+ msgstr "小工具内容之后:"
1929
+
1930
+ #: ../inc/widget.php:86
1931
+ #: ../inc/widget.php:237
1932
+ #: ../inc/widget.php:401
1933
+ #: ../inc/widget.php:538
1934
+ #: ../inc/widget.php:688
1935
+ msgid "Hide for logged in users:"
1936
+ msgstr "隐藏登入客戶"
1937
+
1938
+ #: ../inc/widget.php:105
1939
+ msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1940
+ msgstr "水平浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,Google + 和更多的网站上共享内容"
1941
+
1942
+ #: ../inc/widget.php:218
1943
+ msgid "Make sure \"Horizontal Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1944
+ msgstr "请确保在”Super Socializer > 社会共享”页面,启用了”水平社会共享”。"
1945
+
1946
+ #: ../inc/widget.php:221
1947
+ #: ../inc/widget.php:370
1948
+ msgid "Show individual share counts:"
1949
+ msgstr "显示单个共享计数:"
1950
+
1951
+ #: ../inc/widget.php:223
1952
+ #: ../inc/widget.php:372
1953
+ msgid "Show total shares:"
1954
+ msgstr "分享总数"
1955
+
1956
+ #: ../inc/widget.php:225
1957
+ #: ../inc/widget.php:374
1958
+ #: ../inc/widget.php:526
1959
+ #: ../inc/widget.php:661
1960
+ msgid "Target Url:"
1961
+ msgstr "目标URL"
1962
+
1963
+ #: ../inc/widget.php:227
1964
+ #: ../inc/widget.php:376
1965
+ #: ../inc/widget.php:528
1966
+ #: ../inc/widget.php:663
1967
+ msgid "Select"
1968
+ msgstr "选择"
1969
+
1970
+ #: ../inc/widget.php:256
1971
+ msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1972
+ msgstr "立式浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,Google + 和更多的网站上共享内容"
1973
+
1974
+ #: ../inc/widget.php:369
1975
+ msgid "Make sure \"Vertical Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1976
+ msgstr "请确保在”Super Socializer > 社会共享”页面,启用了”垂直社会共享”。"
1977
+
1978
+ #: ../inc/widget.php:382
1979
+ #: ../inc/widget.php:669
1980
+ msgid "Alignment"
1981
+ msgstr "对齐"
1982
+
1983
+ #: ../inc/widget.php:388
1984
+ #: ../inc/widget.php:675
1985
+ msgid "Left Offset"
1986
+ msgstr "左偏移"
1987
+
1988
+ #: ../inc/widget.php:392
1989
+ #: ../inc/widget.php:679
1990
+ msgid "Right Offset"
1991
+ msgstr "右偏移"
1992
+
1993
+ #: ../inc/widget.php:395
1994
+ #: ../inc/widget.php:682
1995
+ msgid "Top Offset"
1996
+ msgstr "顶部偏移"
1997
+
1998
+ #: ../inc/widget.php:420
1999
+ msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
2000
+ msgstr "水平浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,Google + 和更多的网站上使用共享/喜欢内容"
2001
+
2002
+ #: ../inc/widget.php:523
2003
+ msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2004
+ msgstr "请确保”水平喜欢按钮”在”Super Socializer > 喜欢按钮”页已经启动。"
2005
+
2006
+ #: ../inc/widget.php:557
2007
+ msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
2008
+ msgstr "立式浮动喜欢按钮小工具。让您的网站用户在社交网络,像 Facebook,Twitter,Google + 和更多的网站上共享/喜欢"
2009
+
2010
+ #: ../inc/widget.php:660
2011
+ msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2012
+ msgstr "确保垂直“喜欢按钮”从“Super Socializer“>喜欢按钮”页面启用。"
2013
+
2014
+ #~ msgid "Login options"
2015
+ #~ msgstr "登陸選項"
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: 2016-02-05 18:29+0530\n"
6
- "PO-Revision-Date: 2016-02-05 18:29+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
@@ -16,71 +16,71 @@ msgstr ""
16
  "X-Poedit-Country: India\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr ""
35
 
36
- #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr ""
39
 
40
- #: ../super_socializer.php:417
41
- #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr ""
44
 
45
- #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr ""
48
 
49
- #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr ""
52
 
53
- #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr ""
56
 
57
- #: ../super_socializer.php:711
58
  msgid "Super Socializer - General Options"
59
  msgstr ""
60
 
61
- #: ../super_socializer.php:711
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  msgid "General Options"
65
  msgstr ""
66
 
67
- #: ../super_socializer.php:772
68
  msgid "Super Socializer - Social Avatar"
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:775
72
  msgid "Small Avatar Url"
73
  msgstr ""
74
 
75
- #: ../super_socializer.php:780
76
  msgid "Large Avatar Url"
77
  msgstr ""
78
 
79
- #: ../super_socializer.php:847
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr ""
82
 
83
- #: ../super_socializer.php:851
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr ""
86
 
@@ -187,10 +187,10 @@ msgstr ""
187
 
188
  #: ../helper.php:894
189
  #: ../admin/general_options.php:89
190
- #: ../admin/social_sharing.php:1784
191
  #: ../admin/social_commenting.php:464
192
- #: ../admin/social_login.php:778
193
- #: ../admin/like_buttons.php:764
194
  msgid "Save Changes"
195
  msgstr ""
196
 
@@ -332,10 +332,10 @@ msgstr ""
332
  #: ../admin/social_sharing.php:39
333
  #: ../admin/social_sharing.php:1731
334
  #: ../admin/social_sharing.php:1733
335
- #: ../admin/social_login.php:37
336
- #: ../admin/social_login.php:764
337
  #: ../admin/like_buttons.php:40
338
- #: ../admin/like_buttons.php:751
339
  msgid "Shortcode & Widget"
340
  msgstr ""
341
 
@@ -347,6 +347,8 @@ msgstr ""
347
  #: ../admin/social_sharing.php:1762
348
  #: ../admin/social_commenting.php:36
349
  #: ../admin/social_commenting.php:452
 
 
350
  msgid "FAQ"
351
  msgstr ""
352
 
@@ -460,7 +462,7 @@ msgstr ""
460
  #: ../admin/social_sharing.php:273
461
  #: ../admin/social_sharing.php:581
462
  #: ../admin/social_sharing.php:1213
463
- #: ../admin/like_buttons.php:395
464
  msgid "Background Color"
465
  msgstr ""
466
 
@@ -507,8 +509,8 @@ msgstr ""
507
  #: ../admin/social_sharing.php:630
508
  #: ../admin/social_sharing.php:851
509
  #: ../admin/social_sharing.php:1235
510
- #: ../admin/like_buttons.php:170
511
- #: ../admin/like_buttons.php:417
512
  msgid "Left"
513
  msgstr ""
514
 
@@ -521,8 +523,8 @@ msgstr ""
521
  #: ../admin/social_sharing.php:634
522
  #: ../admin/social_sharing.php:853
523
  #: ../admin/social_sharing.php:1236
524
- #: ../admin/like_buttons.php:172
525
- #: ../admin/like_buttons.php:418
526
  msgid "Right"
527
  msgstr ""
528
 
@@ -574,29 +576,29 @@ msgstr ""
574
 
575
  #: ../admin/social_sharing.php:693
576
  #: ../admin/social_sharing.php:1081
577
- #: ../admin/like_buttons.php:73
578
- #: ../admin/like_buttons.php:321
579
  msgid "Target Url"
580
  msgstr ""
581
 
582
  #: ../admin/social_sharing.php:697
583
  #: ../admin/social_sharing.php:1085
584
- #: ../admin/like_buttons.php:77
585
- #: ../admin/like_buttons.php:325
586
  msgid "Url of the webpage where icons are located (default)"
587
  msgstr ""
588
 
589
  #: ../admin/social_sharing.php:699
590
  #: ../admin/social_sharing.php:1087
591
- #: ../admin/like_buttons.php:79
592
- #: ../admin/like_buttons.php:327
593
  msgid "Url of the homepage of your website"
594
  msgstr ""
595
 
596
  #: ../admin/social_sharing.php:701
597
  #: ../admin/social_sharing.php:1089
598
- #: ../admin/like_buttons.php:81
599
- #: ../admin/like_buttons.php:329
600
  msgid "Custom url"
601
  msgstr ""
602
 
@@ -606,8 +608,8 @@ msgid "Url to share"
606
  msgstr ""
607
 
608
  #: ../admin/social_sharing.php:716
609
- #: ../admin/social_login.php:343
610
- #: ../admin/like_buttons.php:96
611
  msgid "Title"
612
  msgstr ""
613
 
@@ -637,13 +639,13 @@ msgstr ""
637
 
638
  #: ../admin/social_sharing.php:847
639
  #: ../admin/social_sharing.php:1231
640
- #: ../admin/like_buttons.php:166
641
- #: ../admin/like_buttons.php:413
642
  msgid "Horizontal alignment"
643
  msgstr ""
644
 
645
  #: ../admin/social_sharing.php:852
646
- #: ../admin/like_buttons.php:171
647
  msgid "Center"
648
  msgstr ""
649
 
@@ -653,17 +655,17 @@ msgid "Horizontal alignment of the sharing interface"
653
  msgstr ""
654
 
655
  #: ../admin/social_sharing.php:869
656
- #: ../admin/like_buttons.php:188
657
  msgid "Position with respect to content"
658
  msgstr ""
659
 
660
  #: ../admin/social_sharing.php:873
661
- #: ../admin/like_buttons.php:192
662
  msgid "Top of the content"
663
  msgstr ""
664
 
665
  #: ../admin/social_sharing.php:875
666
- #: ../admin/like_buttons.php:194
667
  msgid "Bottom of the content"
668
  msgstr ""
669
 
@@ -678,24 +680,24 @@ msgstr ""
678
 
679
  #: ../admin/social_sharing.php:894
680
  #: ../admin/social_sharing.php:1314
681
- #: ../admin/social_login.php:624
682
- #: ../admin/social_login.php:654
683
- #: ../admin/like_buttons.php:213
684
- #: ../admin/like_buttons.php:496
685
  msgid "Homepage"
686
  msgstr ""
687
 
688
  #: ../admin/social_sharing.php:896
689
  #: ../admin/social_sharing.php:1316
690
- #: ../admin/like_buttons.php:215
691
- #: ../admin/like_buttons.php:498
692
  msgid "Posts"
693
  msgstr ""
694
 
695
  #: ../admin/social_sharing.php:898
696
  #: ../admin/social_sharing.php:1318
697
- #: ../admin/like_buttons.php:217
698
- #: ../admin/like_buttons.php:500
699
  msgid "Pages"
700
  msgstr ""
701
 
@@ -706,59 +708,59 @@ msgstr ""
706
 
707
  #: ../admin/social_sharing.php:902
708
  #: ../admin/social_sharing.php:1322
709
- #: ../admin/like_buttons.php:221
710
- #: ../admin/like_buttons.php:504
711
  msgid "Category Archives"
712
  msgstr ""
713
 
714
  #: ../admin/social_sharing.php:904
715
  #: ../admin/social_sharing.php:1324
716
- #: ../admin/like_buttons.php:223
717
- #: ../admin/like_buttons.php:506
718
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
719
  msgstr ""
720
 
721
  #: ../admin/social_sharing.php:920
722
- #: ../admin/like_buttons.php:239
723
  msgid "BuddyPress activity"
724
  msgstr ""
725
 
726
  #: ../admin/social_sharing.php:922
727
- #: ../admin/like_buttons.php:242
728
  msgid "BuddyPress group (only at top of content)"
729
  msgstr ""
730
 
731
  #: ../admin/social_sharing.php:928
732
  #: ../admin/social_sharing.php:1346
733
- #: ../admin/like_buttons.php:249
734
- #: ../admin/like_buttons.php:527
735
  msgid "BBPress forum"
736
  msgstr ""
737
 
738
  #: ../admin/social_sharing.php:931
739
  #: ../admin/social_sharing.php:1349
740
- #: ../admin/like_buttons.php:252
741
- #: ../admin/like_buttons.php:530
742
  msgid "BBPress topic"
743
  msgstr ""
744
 
745
  #: ../admin/social_sharing.php:934
746
- #: ../admin/like_buttons.php:255
747
  msgid "BBPress reply"
748
  msgstr ""
749
 
750
  #: ../admin/social_sharing.php:941
751
- #: ../admin/like_buttons.php:261
752
  msgid "After individual product at WooCommerce Shop page"
753
  msgstr ""
754
 
755
  #: ../admin/social_sharing.php:944
756
- #: ../admin/like_buttons.php:264
757
  msgid "WooCommerce Product Page"
758
  msgstr ""
759
 
760
  #: ../admin/social_sharing.php:947
761
- #: ../admin/like_buttons.php:267
762
  msgid "WooCommerce Thankyou Page"
763
  msgstr ""
764
 
@@ -842,7 +844,7 @@ msgid "Specify the color or hex code (example #cc78e0) for the background of ver
842
  msgstr ""
843
 
844
  #: ../admin/social_sharing.php:1253
845
- #: ../admin/like_buttons.php:435
846
  msgid "Left offset"
847
  msgstr ""
848
 
@@ -851,7 +853,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
851
  msgstr ""
852
 
853
  #: ../admin/social_sharing.php:1273
854
- #: ../admin/like_buttons.php:455
855
  msgid "Right offset"
856
  msgstr ""
857
 
@@ -860,7 +862,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
860
  msgstr ""
861
 
862
  #: ../admin/social_sharing.php:1292
863
- #: ../admin/like_buttons.php:474
864
  msgid "Top offset"
865
  msgstr ""
866
 
@@ -869,7 +871,7 @@ msgid "Specify a number. Increase in number will shift sharing interface towards
869
  msgstr ""
870
 
871
  #: ../admin/social_sharing.php:1338
872
- #: ../admin/like_buttons.php:520
873
  msgid "BuddyPress group"
874
  msgstr ""
875
 
@@ -917,7 +919,7 @@ msgid "Alignment of horizontal floating interface. Number can be negative too."
917
  msgstr ""
918
 
919
  #: ../admin/social_sharing.php:1506
920
- #: ../admin/like_buttons.php:576
921
  msgid "Url shortener"
922
  msgstr ""
923
 
@@ -934,44 +936,44 @@ msgid "Enable bit.ly url shortener for sharing"
934
  msgstr ""
935
 
936
  #: ../admin/social_sharing.php:1540
937
- #: ../admin/like_buttons.php:610
938
  msgid "Master control to enable bit.ly url shortening for sharing"
939
  msgstr ""
940
 
941
  #: ../admin/social_sharing.php:1548
942
- #: ../admin/like_buttons.php:618
943
  msgid "bit.ly username"
944
  msgstr ""
945
 
946
  #: ../admin/social_sharing.php:1558
947
- #: ../admin/like_buttons.php:628
948
  #, php-format
949
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
950
  msgstr ""
951
 
952
  #: ../admin/social_sharing.php:1567
953
- #: ../admin/like_buttons.php:637
954
  msgid "bit.ly API Key"
955
  msgstr ""
956
 
957
  #: ../admin/social_sharing.php:1577
958
- #: ../admin/like_buttons.php:647
959
  #, php-format
960
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
961
  msgstr ""
962
 
963
  #: ../admin/social_sharing.php:1586
964
- #: ../admin/like_buttons.php:656
965
  msgid "Clear Bitly Cache"
966
  msgstr ""
967
 
968
  #: ../admin/social_sharing.php:1590
969
- #: ../admin/like_buttons.php:660
970
  msgid "ShortUrl cache cleared successfully."
971
  msgstr ""
972
 
973
  #: ../admin/social_sharing.php:1597
974
- #: ../admin/like_buttons.php:667
975
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
976
  msgstr ""
977
 
@@ -1002,8 +1004,8 @@ msgstr ""
1002
  #: ../admin/social_sharing.php:1656
1003
  #: ../admin/social_sharing.php:1662
1004
  #: ../admin/social_commenting.php:311
1005
- #: ../admin/like_buttons.php:676
1006
- #: ../admin/like_buttons.php:682
1007
  msgid "Language"
1008
  msgstr ""
1009
 
@@ -1074,7 +1076,12 @@ msgid "How to hide arrow after floating sharing bar?"
1074
  msgstr ""
1075
 
1076
  #: ../admin/social_sharing.php:1773
1077
- msgid "Why Is Share Count Not Getting Updated?"
 
 
 
 
 
1078
  msgstr ""
1079
 
1080
  #: ../admin/social_commenting.php:13
@@ -1281,374 +1288,400 @@ msgid "Master control for Social Login. It must be checked to enable Social Logi
1281
  msgstr ""
1282
 
1283
  #: ../admin/social_login.php:35
1284
- #: ../admin/social_login.php:43
1285
  msgid "Basic Configuration"
1286
  msgstr ""
1287
 
1288
  #: ../admin/social_login.php:36
1289
- msgid "Social Login"
1290
  msgstr ""
1291
 
1292
- #: ../admin/social_login.php:50
 
 
 
 
 
1293
  msgid "Disable user registration via Social Login"
1294
  msgstr ""
1295
 
1296
- #: ../admin/social_login.php:60
1297
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1298
  msgstr ""
1299
 
1300
- #: ../admin/social_login.php:69
1301
  msgid "Redirection url"
1302
  msgstr ""
1303
 
1304
- #: ../admin/social_login.php:79
1305
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1306
  msgstr ""
1307
 
1308
- #: ../admin/social_login.php:88
1309
  msgid "Select providers"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_login.php:93
1313
  msgid "Facebook"
1314
  msgstr ""
1315
 
1316
- #: ../admin/social_login.php:97
1317
  msgid "Twitter"
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_login.php:101
1321
  msgid "LinkedIn"
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_login.php:105
1325
  msgid "Google+"
1326
  msgstr ""
1327
 
1328
- #: ../admin/social_login.php:109
1329
  msgid "Vkontakte"
1330
  msgstr ""
1331
 
1332
- #: ../admin/social_login.php:113
1333
  msgid "Instagram"
1334
  msgstr ""
1335
 
1336
- #: ../admin/social_login.php:117
1337
  msgid "Xing"
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_login.php:125
 
 
 
 
 
 
 
 
1341
  msgid "Select Social ID provider to enable in Social Login"
1342
  msgstr ""
1343
 
1344
- #: ../admin/social_login.php:133
1345
  msgid "Facebook App ID"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_login.php:143
1349
  #, php-format
1350
  msgid "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"
1351
  msgstr ""
1352
 
1353
- #: ../admin/social_login.php:145
1354
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1355
  msgstr ""
1356
 
1357
- #: ../admin/social_login.php:155
1358
  msgid "Twitter API Key"
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_login.php:165
1362
  #, php-format
1363
  msgid "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"
1364
  msgstr ""
1365
 
1366
- #: ../admin/social_login.php:167
1367
- #: ../admin/social_login.php:189
1368
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1369
  msgstr ""
1370
 
1371
- #: ../admin/social_login.php:177
1372
  msgid "Twitter API Secret"
1373
  msgstr ""
1374
 
1375
- #: ../admin/social_login.php:187
1376
  #, php-format
1377
  msgid "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"
1378
  msgstr ""
1379
 
1380
- #: ../admin/social_login.php:199
1381
  msgid "LinkedIn API Key"
1382
  msgstr ""
1383
 
1384
- #: ../admin/social_login.php:209
1385
  #, php-format
1386
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1387
  msgstr ""
1388
 
1389
- #: ../admin/social_login.php:211
1390
- #: ../admin/social_login.php:277
1391
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_login.php:221
1395
  msgid "Google+ Client ID"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_login.php:231
1399
  #, php-format
1400
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1401
  msgstr ""
1402
 
1403
- #: ../admin/social_login.php:233
1404
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1405
  msgstr ""
1406
 
1407
- #: ../admin/social_login.php:243
1408
  msgid "Vkontakte Application ID"
1409
  msgstr ""
1410
 
1411
- #: ../admin/social_login.php:253
1412
  #, php-format
1413
  msgid "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"
1414
  msgstr ""
1415
 
1416
- #: ../admin/social_login.php:255
1417
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1418
  msgstr ""
1419
 
1420
- #: ../admin/social_login.php:265
1421
  msgid "Instagram Client ID"
1422
  msgstr ""
1423
 
1424
- #: ../admin/social_login.php:275
1425
  #, php-format
1426
  msgid "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"
1427
  msgstr ""
1428
 
1429
- #: ../admin/social_login.php:287
1430
  msgid "Xing Consumer Key"
1431
  msgstr ""
1432
 
1433
- #: ../admin/social_login.php:297
1434
  #, php-format
1435
  msgid "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"
1436
  msgstr ""
1437
 
1438
- #: ../admin/social_login.php:299
1439
- #: ../admin/social_login.php:321
1440
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1441
  msgstr ""
1442
 
1443
- #: ../admin/social_login.php:309
1444
  msgid "Xing Consumer Secret"
1445
  msgstr ""
1446
 
1447
- #: ../admin/social_login.php:319
1448
  #, php-format
1449
  msgid "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"
1450
  msgstr ""
1451
 
1452
- #: ../admin/social_login.php:337
1453
- msgid "Login options"
1454
  msgstr ""
1455
 
1456
  #: ../admin/social_login.php:353
 
 
 
 
 
 
 
 
 
 
 
 
 
1457
  msgid "Text to display above the Social Login interface"
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_login.php:362
1461
  msgid "Enable at login page"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_login.php:372
1465
  msgid "Social Login interface will get enabled at the login page of your website"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_login.php:380
1469
  msgid "Enable at register page"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_login.php:390
1473
  msgid "Social Login interface will get enabled at the registration page of your website"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_login.php:398
1477
  msgid "Enable at comment form"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_login.php:408
1481
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1482
  msgstr ""
1483
 
1484
- #: ../admin/social_login.php:422
1485
  msgid "Enable before WooCommerce Customer Login Form"
1486
  msgstr ""
1487
 
1488
- #: ../admin/social_login.php:432
1489
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1490
  msgstr ""
1491
 
1492
- #: ../admin/social_login.php:440
1493
  msgid "Enable after WooCommerce Customer Login Form"
1494
  msgstr ""
1495
 
1496
- #: ../admin/social_login.php:450
1497
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1498
  msgstr ""
1499
 
1500
- #: ../admin/social_login.php:458
1501
  msgid "Enable at WooCommerce checkout page"
1502
  msgstr ""
1503
 
1504
- #: ../admin/social_login.php:468
1505
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1506
  msgstr ""
1507
 
1508
- #: ../admin/social_login.php:479
1509
  msgid "Auto-approve comments made by Social Login users"
1510
  msgstr ""
1511
 
1512
- #: ../admin/social_login.php:489
1513
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1514
  msgstr ""
1515
 
1516
- #: ../admin/social_login.php:490
1517
  msgid "Note: This is not related to Facebook comments"
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_login.php:500
1521
  msgid "Enable social avatar"
1522
  msgstr ""
1523
 
1524
- #: ../admin/social_login.php:510
1525
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1526
  msgstr ""
1527
 
1528
- #: ../admin/social_login.php:520
1529
  msgid "Avatar quality"
1530
  msgstr ""
1531
 
1532
- #: ../admin/social_login.php:523
1533
  msgid "Average"
1534
  msgstr ""
1535
 
1536
- #: ../admin/social_login.php:524
1537
  msgid "Best"
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_login.php:531
1541
  msgid "Choose avatar quality"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_login.php:540
1545
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_login.php:550
1549
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1550
  msgstr ""
1551
 
1552
- #: ../admin/social_login.php:571
1553
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1554
  msgstr ""
1555
 
1556
- #: ../admin/social_login.php:580
1557
  msgid "Send username-password after user registration"
1558
  msgstr ""
1559
 
1560
- #: ../admin/social_login.php:590
1561
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1562
  msgstr ""
1563
 
1564
- #: ../admin/social_login.php:599
1565
  msgid "Enable social account linking at BuddyPress profile page"
1566
  msgstr ""
1567
 
1568
- #: ../admin/social_login.php:609
1569
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1570
  msgstr ""
1571
 
1572
- #: ../admin/social_login.php:618
1573
  msgid "Login redirection"
1574
  msgstr ""
1575
 
1576
- #: ../admin/social_login.php:622
1577
  msgid "Same page where user logged in"
1578
  msgstr ""
1579
 
1580
- #: ../admin/social_login.php:626
1581
- #: ../admin/social_login.php:656
1582
  msgid "Account dashboard"
1583
  msgstr ""
1584
 
1585
- #: ../admin/social_login.php:629
1586
- #: ../admin/social_login.php:659
1587
  msgid "BuddyPress profile page"
1588
  msgstr ""
1589
 
1590
- #: ../admin/social_login.php:632
1591
- #: ../admin/social_login.php:662
1592
  msgid "Custom Url"
1593
  msgstr ""
1594
 
1595
- #: ../admin/social_login.php:640
1596
  msgid "User will be redirected to the selected page after Social Login"
1597
  msgstr ""
1598
 
1599
- #: ../admin/social_login.php:648
1600
  msgid "Registration redirection"
1601
  msgstr ""
1602
 
1603
- #: ../admin/social_login.php:652
1604
  msgid "Same page from where user registered"
1605
  msgstr ""
1606
 
1607
- #: ../admin/social_login.php:670
1608
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1609
  msgstr ""
1610
 
1611
- #: ../admin/social_login.php:678
1612
  msgid "Email popup options"
1613
  msgstr ""
1614
 
1615
- #: ../admin/social_login.php:684
1616
  msgid "Text on 'Email required' popup"
1617
  msgstr ""
1618
 
1619
- #: ../admin/social_login.php:694
1620
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1621
  msgstr ""
1622
 
1623
- #: ../admin/social_login.php:703
1624
  msgid "Error message for 'Email required' popup"
1625
  msgstr ""
1626
 
1627
- #: ../admin/social_login.php:713
1628
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1629
  msgstr ""
1630
 
1631
- #: ../admin/social_login.php:722
1632
  msgid "Email popup height"
1633
  msgstr ""
1634
 
1635
- #: ../admin/social_login.php:732
1636
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1637
  msgstr ""
1638
 
1639
- #: ../admin/social_login.php:740
1640
  msgid "Enable email verification"
1641
  msgstr ""
1642
 
1643
- #: ../admin/social_login.php:750
1644
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1645
  msgstr ""
1646
 
1647
- #: ../admin/social_login.php:766
1648
  msgid "Social Login Shortcode & Widget"
1649
  msgstr ""
1650
 
1651
- #: ../admin/social_login.php:767
1652
  msgid "Social Linking Shortcode"
1653
  msgstr ""
1654
 
@@ -1692,138 +1725,138 @@ msgstr ""
1692
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1693
  msgstr ""
1694
 
1695
- #: ../admin/like_buttons.php:47
1696
  msgid "Standard Interface Options"
1697
  msgstr ""
1698
 
1699
- #: ../admin/like_buttons.php:53
1700
  msgid "Enable standard interface"
1701
  msgstr ""
1702
 
1703
- #: ../admin/like_buttons.php:63
1704
  msgid "Master control to enable horizontal like buttons"
1705
  msgstr ""
1706
 
1707
- #: ../admin/like_buttons.php:88
1708
- #: ../admin/like_buttons.php:336
1709
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1710
  msgstr ""
1711
 
1712
- #: ../admin/like_buttons.php:106
1713
  msgid "The text to display above the interface"
1714
  msgstr ""
1715
 
1716
- #: ../admin/like_buttons.php:114
1717
- #: ../admin/like_buttons.php:344
1718
  msgid "Select and rearrange providers"
1719
  msgstr ""
1720
 
1721
- #: ../admin/like_buttons.php:158
1722
- #: ../admin/like_buttons.php:387
1723
  msgid "Select the providers for interface. Drag them to rearrange."
1724
  msgstr ""
1725
 
1726
- #: ../admin/like_buttons.php:180
1727
- #: ../admin/like_buttons.php:426
1728
  msgid "Horizontal alignment of the interface"
1729
  msgstr ""
1730
 
1731
- #: ../admin/like_buttons.php:201
1732
  msgid "Specify position of the interface with respect to the content"
1733
  msgstr ""
1734
 
1735
- #: ../admin/like_buttons.php:209
1736
- #: ../admin/like_buttons.php:492
1737
  msgid "Interface location"
1738
  msgstr ""
1739
 
1740
- #: ../admin/like_buttons.php:219
1741
- #: ../admin/like_buttons.php:502
1742
  msgid "Excerpts"
1743
  msgstr ""
1744
 
1745
- #: ../admin/like_buttons.php:278
1746
  msgid "Specify the pages where you want to enable interface"
1747
  msgstr ""
1748
 
1749
- #: ../admin/like_buttons.php:295
1750
  msgid "Vertical (Floating) like buttons Options"
1751
  msgstr ""
1752
 
1753
- #: ../admin/like_buttons.php:301
1754
  msgid "Enable floating like buttons"
1755
  msgstr ""
1756
 
1757
- #: ../admin/like_buttons.php:311
1758
  msgid "Master control to enable vertical (floating) counter widget"
1759
  msgstr ""
1760
 
1761
- #: ../admin/like_buttons.php:405
1762
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1763
  msgstr ""
1764
 
1765
- #: ../admin/like_buttons.php:445
1766
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1767
  msgstr ""
1768
 
1769
- #: ../admin/like_buttons.php:465
1770
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1771
  msgstr ""
1772
 
1773
- #: ../admin/like_buttons.php:484
1774
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1775
  msgstr ""
1776
 
1777
- #: ../admin/like_buttons.php:540
1778
  msgid "Specify the pages where you want to enable vertical interface"
1779
  msgstr ""
1780
 
1781
- #: ../admin/like_buttons.php:548
1782
  msgid "Hide like buttons on mobile devices"
1783
  msgstr ""
1784
 
1785
- #: ../admin/like_buttons.php:558
1786
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1787
  msgstr ""
1788
 
1789
- #: ../admin/like_buttons.php:582
1790
  msgid "Use shortlinks already installed, for tweet button"
1791
  msgstr ""
1792
 
1793
- #: ../admin/like_buttons.php:592
1794
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1795
  msgstr ""
1796
 
1797
- #: ../admin/like_buttons.php:600
1798
  msgid "Enable bit.ly url shortener for tweet button"
1799
  msgstr ""
1800
 
1801
- #: ../admin/like_buttons.php:692
1802
  #, php-format
1803
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1804
  msgstr ""
1805
 
1806
- #: ../admin/like_buttons.php:701
1807
  msgid "Twitter Username"
1808
  msgstr ""
1809
 
1810
- #: ../admin/like_buttons.php:707
1811
  msgid "Twitter username for Tweet (without @)"
1812
  msgstr ""
1813
 
1814
- #: ../admin/like_buttons.php:717
1815
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1816
  msgstr ""
1817
 
1818
- #: ../admin/like_buttons.php:726
1819
  msgid "Twitter username for Buffer sharing (without @)"
1820
  msgstr ""
1821
 
1822
- #: ../admin/like_buttons.php:736
1823
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1824
  msgstr ""
1825
 
1826
- #: ../admin/like_buttons.php:753
1827
  msgid "Like Buttons Shortcode & Widget"
1828
  msgstr ""
1829
 
@@ -1831,25 +1864,25 @@ msgstr ""
1831
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1832
  msgstr ""
1833
 
1834
- #: ../inc/social_sharing.php:709
1835
  msgid "Invalid request"
1836
  msgstr ""
1837
 
1838
- #: ../inc/social_sharing.php:716
1839
  msgid "Providers not selected"
1840
  msgstr ""
1841
 
1842
- #: ../inc/social_login.php:232
1843
  #, php-format
1844
  msgid "Username: %s"
1845
  msgstr ""
1846
 
1847
- #: ../inc/social_login.php:233
1848
  #, php-format
1849
  msgid "Password: %s"
1850
  msgstr ""
1851
 
1852
- #: ../inc/social_login.php:236
1853
  #, php-format
1854
  msgid "[%s] Your username and password"
1855
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-02-22 04:35+0530\n"
6
+ "PO-Revision-Date: 2016-02-22 04:35+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
16
  "X-Poedit-Country: India\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:324
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:327
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:497
29
  msgid "Please verify your email address to login."
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:497
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr ""
35
 
36
+ #: ../super_socializer.php:501
37
  msgid "Notification"
38
  msgstr ""
39
 
40
+ #: ../super_socializer.php:519
41
+ #: ../admin/social_login.php:595
42
  msgid "Email required"
43
  msgstr ""
44
 
45
+ #: ../super_socializer.php:522
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr ""
48
 
49
+ #: ../super_socializer.php:539
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr ""
52
 
53
+ #: ../super_socializer.php:626
54
  msgid "Leave a reply"
55
  msgstr ""
56
 
57
+ #: ../super_socializer.php:815
58
  msgid "Super Socializer - General Options"
59
  msgstr ""
60
 
61
+ #: ../super_socializer.php:815
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  msgid "General Options"
65
  msgstr ""
66
 
67
+ #: ../super_socializer.php:876
68
  msgid "Super Socializer - Social Avatar"
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:879
72
  msgid "Small Avatar Url"
73
  msgstr ""
74
 
75
+ #: ../super_socializer.php:884
76
  msgid "Large Avatar Url"
77
  msgstr ""
78
 
79
+ #: ../super_socializer.php:951
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr ""
82
 
83
+ #: ../super_socializer.php:955
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr ""
86
 
187
 
188
  #: ../helper.php:894
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1785
191
  #: ../admin/social_commenting.php:464
192
+ #: ../admin/social_login.php:875
193
+ #: ../admin/like_buttons.php:778
194
  msgid "Save Changes"
195
  msgstr ""
196
 
332
  #: ../admin/social_sharing.php:39
333
  #: ../admin/social_sharing.php:1731
334
  #: ../admin/social_sharing.php:1733
335
+ #: ../admin/social_login.php:40
336
+ #: ../admin/social_login.php:861
337
  #: ../admin/like_buttons.php:40
338
+ #: ../admin/like_buttons.php:752
339
  msgid "Shortcode & Widget"
340
  msgstr ""
341
 
347
  #: ../admin/social_sharing.php:1762
348
  #: ../admin/social_commenting.php:36
349
  #: ../admin/social_commenting.php:452
350
+ #: ../admin/like_buttons.php:41
351
+ #: ../admin/like_buttons.php:764
352
  msgid "FAQ"
353
  msgstr ""
354
 
462
  #: ../admin/social_sharing.php:273
463
  #: ../admin/social_sharing.php:581
464
  #: ../admin/social_sharing.php:1213
465
+ #: ../admin/like_buttons.php:396
466
  msgid "Background Color"
467
  msgstr ""
468
 
509
  #: ../admin/social_sharing.php:630
510
  #: ../admin/social_sharing.php:851
511
  #: ../admin/social_sharing.php:1235
512
+ #: ../admin/like_buttons.php:171
513
+ #: ../admin/like_buttons.php:418
514
  msgid "Left"
515
  msgstr ""
516
 
523
  #: ../admin/social_sharing.php:634
524
  #: ../admin/social_sharing.php:853
525
  #: ../admin/social_sharing.php:1236
526
+ #: ../admin/like_buttons.php:173
527
+ #: ../admin/like_buttons.php:419
528
  msgid "Right"
529
  msgstr ""
530
 
576
 
577
  #: ../admin/social_sharing.php:693
578
  #: ../admin/social_sharing.php:1081
579
+ #: ../admin/like_buttons.php:74
580
+ #: ../admin/like_buttons.php:322
581
  msgid "Target Url"
582
  msgstr ""
583
 
584
  #: ../admin/social_sharing.php:697
585
  #: ../admin/social_sharing.php:1085
586
+ #: ../admin/like_buttons.php:78
587
+ #: ../admin/like_buttons.php:326
588
  msgid "Url of the webpage where icons are located (default)"
589
  msgstr ""
590
 
591
  #: ../admin/social_sharing.php:699
592
  #: ../admin/social_sharing.php:1087
593
+ #: ../admin/like_buttons.php:80
594
+ #: ../admin/like_buttons.php:328
595
  msgid "Url of the homepage of your website"
596
  msgstr ""
597
 
598
  #: ../admin/social_sharing.php:701
599
  #: ../admin/social_sharing.php:1089
600
+ #: ../admin/like_buttons.php:82
601
+ #: ../admin/like_buttons.php:330
602
  msgid "Custom url"
603
  msgstr ""
604
 
608
  msgstr ""
609
 
610
  #: ../admin/social_sharing.php:716
611
+ #: ../admin/social_login.php:377
612
+ #: ../admin/like_buttons.php:97
613
  msgid "Title"
614
  msgstr ""
615
 
639
 
640
  #: ../admin/social_sharing.php:847
641
  #: ../admin/social_sharing.php:1231
642
+ #: ../admin/like_buttons.php:167
643
+ #: ../admin/like_buttons.php:414
644
  msgid "Horizontal alignment"
645
  msgstr ""
646
 
647
  #: ../admin/social_sharing.php:852
648
+ #: ../admin/like_buttons.php:172
649
  msgid "Center"
650
  msgstr ""
651
 
655
  msgstr ""
656
 
657
  #: ../admin/social_sharing.php:869
658
+ #: ../admin/like_buttons.php:189
659
  msgid "Position with respect to content"
660
  msgstr ""
661
 
662
  #: ../admin/social_sharing.php:873
663
+ #: ../admin/like_buttons.php:193
664
  msgid "Top of the content"
665
  msgstr ""
666
 
667
  #: ../admin/social_sharing.php:875
668
+ #: ../admin/like_buttons.php:195
669
  msgid "Bottom of the content"
670
  msgstr ""
671
 
680
 
681
  #: ../admin/social_sharing.php:894
682
  #: ../admin/social_sharing.php:1314
683
+ #: ../admin/social_login.php:658
684
+ #: ../admin/social_login.php:688
685
+ #: ../admin/like_buttons.php:214
686
+ #: ../admin/like_buttons.php:497
687
  msgid "Homepage"
688
  msgstr ""
689
 
690
  #: ../admin/social_sharing.php:896
691
  #: ../admin/social_sharing.php:1316
692
+ #: ../admin/like_buttons.php:216
693
+ #: ../admin/like_buttons.php:499
694
  msgid "Posts"
695
  msgstr ""
696
 
697
  #: ../admin/social_sharing.php:898
698
  #: ../admin/social_sharing.php:1318
699
+ #: ../admin/like_buttons.php:218
700
+ #: ../admin/like_buttons.php:501
701
  msgid "Pages"
702
  msgstr ""
703
 
708
 
709
  #: ../admin/social_sharing.php:902
710
  #: ../admin/social_sharing.php:1322
711
+ #: ../admin/like_buttons.php:222
712
+ #: ../admin/like_buttons.php:505
713
  msgid "Category Archives"
714
  msgstr ""
715
 
716
  #: ../admin/social_sharing.php:904
717
  #: ../admin/social_sharing.php:1324
718
+ #: ../admin/like_buttons.php:224
719
+ #: ../admin/like_buttons.php:507
720
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
721
  msgstr ""
722
 
723
  #: ../admin/social_sharing.php:920
724
+ #: ../admin/like_buttons.php:240
725
  msgid "BuddyPress activity"
726
  msgstr ""
727
 
728
  #: ../admin/social_sharing.php:922
729
+ #: ../admin/like_buttons.php:243
730
  msgid "BuddyPress group (only at top of content)"
731
  msgstr ""
732
 
733
  #: ../admin/social_sharing.php:928
734
  #: ../admin/social_sharing.php:1346
735
+ #: ../admin/like_buttons.php:250
736
+ #: ../admin/like_buttons.php:528
737
  msgid "BBPress forum"
738
  msgstr ""
739
 
740
  #: ../admin/social_sharing.php:931
741
  #: ../admin/social_sharing.php:1349
742
+ #: ../admin/like_buttons.php:253
743
+ #: ../admin/like_buttons.php:531
744
  msgid "BBPress topic"
745
  msgstr ""
746
 
747
  #: ../admin/social_sharing.php:934
748
+ #: ../admin/like_buttons.php:256
749
  msgid "BBPress reply"
750
  msgstr ""
751
 
752
  #: ../admin/social_sharing.php:941
753
+ #: ../admin/like_buttons.php:262
754
  msgid "After individual product at WooCommerce Shop page"
755
  msgstr ""
756
 
757
  #: ../admin/social_sharing.php:944
758
+ #: ../admin/like_buttons.php:265
759
  msgid "WooCommerce Product Page"
760
  msgstr ""
761
 
762
  #: ../admin/social_sharing.php:947
763
+ #: ../admin/like_buttons.php:268
764
  msgid "WooCommerce Thankyou Page"
765
  msgstr ""
766
 
844
  msgstr ""
845
 
846
  #: ../admin/social_sharing.php:1253
847
+ #: ../admin/like_buttons.php:436
848
  msgid "Left offset"
849
  msgstr ""
850
 
853
  msgstr ""
854
 
855
  #: ../admin/social_sharing.php:1273
856
+ #: ../admin/like_buttons.php:456
857
  msgid "Right offset"
858
  msgstr ""
859
 
862
  msgstr ""
863
 
864
  #: ../admin/social_sharing.php:1292
865
+ #: ../admin/like_buttons.php:475
866
  msgid "Top offset"
867
  msgstr ""
868
 
871
  msgstr ""
872
 
873
  #: ../admin/social_sharing.php:1338
874
+ #: ../admin/like_buttons.php:521
875
  msgid "BuddyPress group"
876
  msgstr ""
877
 
919
  msgstr ""
920
 
921
  #: ../admin/social_sharing.php:1506
922
+ #: ../admin/like_buttons.php:577
923
  msgid "Url shortener"
924
  msgstr ""
925
 
936
  msgstr ""
937
 
938
  #: ../admin/social_sharing.php:1540
939
+ #: ../admin/like_buttons.php:611
940
  msgid "Master control to enable bit.ly url shortening for sharing"
941
  msgstr ""
942
 
943
  #: ../admin/social_sharing.php:1548
944
+ #: ../admin/like_buttons.php:619
945
  msgid "bit.ly username"
946
  msgstr ""
947
 
948
  #: ../admin/social_sharing.php:1558
949
+ #: ../admin/like_buttons.php:629
950
  #, php-format
951
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
952
  msgstr ""
953
 
954
  #: ../admin/social_sharing.php:1567
955
+ #: ../admin/like_buttons.php:638
956
  msgid "bit.ly API Key"
957
  msgstr ""
958
 
959
  #: ../admin/social_sharing.php:1577
960
+ #: ../admin/like_buttons.php:648
961
  #, php-format
962
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
963
  msgstr ""
964
 
965
  #: ../admin/social_sharing.php:1586
966
+ #: ../admin/like_buttons.php:657
967
  msgid "Clear Bitly Cache"
968
  msgstr ""
969
 
970
  #: ../admin/social_sharing.php:1590
971
+ #: ../admin/like_buttons.php:661
972
  msgid "ShortUrl cache cleared successfully."
973
  msgstr ""
974
 
975
  #: ../admin/social_sharing.php:1597
976
+ #: ../admin/like_buttons.php:668
977
  msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
978
  msgstr ""
979
 
1004
  #: ../admin/social_sharing.php:1656
1005
  #: ../admin/social_sharing.php:1662
1006
  #: ../admin/social_commenting.php:311
1007
+ #: ../admin/like_buttons.php:677
1008
+ #: ../admin/like_buttons.php:683
1009
  msgid "Language"
1010
  msgstr ""
1011
 
1076
  msgstr ""
1077
 
1078
  #: ../admin/social_sharing.php:1773
1079
+ msgid "Why are Share Counts Not Updating?"
1080
+ msgstr ""
1081
+
1082
+ #: ../admin/social_sharing.php:1774
1083
+ #: ../admin/like_buttons.php:766
1084
+ msgid "Why is there so much space between like buttons?"
1085
  msgstr ""
1086
 
1087
  #: ../admin/social_commenting.php:13
1288
  msgstr ""
1289
 
1290
  #: ../admin/social_login.php:35
1291
+ #: ../admin/social_login.php:46
1292
  msgid "Basic Configuration"
1293
  msgstr ""
1294
 
1295
  #: ../admin/social_login.php:36
1296
+ msgid "Advanced Configuration"
1297
  msgstr ""
1298
 
1299
+ #: ../admin/social_login.php:38
1300
+ #: ../admin/social_login.php:813
1301
+ msgid "XProfile Integration"
1302
+ msgstr ""
1303
+
1304
+ #: ../admin/social_login.php:53
1305
  msgid "Disable user registration via Social Login"
1306
  msgstr ""
1307
 
1308
+ #: ../admin/social_login.php:63
1309
  msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1310
  msgstr ""
1311
 
1312
+ #: ../admin/social_login.php:72
1313
  msgid "Redirection url"
1314
  msgstr ""
1315
 
1316
+ #: ../admin/social_login.php:82
1317
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_login.php:91
1321
  msgid "Select providers"
1322
  msgstr ""
1323
 
1324
+ #: ../admin/social_login.php:96
1325
  msgid "Facebook"
1326
  msgstr ""
1327
 
1328
+ #: ../admin/social_login.php:100
1329
  msgid "Twitter"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/social_login.php:104
1333
  msgid "LinkedIn"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/social_login.php:108
1337
  msgid "Google+"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/social_login.php:112
1341
  msgid "Vkontakte"
1342
  msgstr ""
1343
 
1344
+ #: ../admin/social_login.php:116
1345
  msgid "Instagram"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_login.php:120
1349
  msgid "Xing"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_login.php:124
1353
+ msgid "Steam"
1354
+ msgstr ""
1355
+
1356
+ #: ../admin/social_login.php:129
1357
+ msgid "Twitch"
1358
+ msgstr ""
1359
+
1360
+ #: ../admin/social_login.php:137
1361
  msgid "Select Social ID provider to enable in Social Login"
1362
  msgstr ""
1363
 
1364
+ #: ../admin/social_login.php:145
1365
  msgid "Facebook App ID"
1366
  msgstr ""
1367
 
1368
+ #: ../admin/social_login.php:155
1369
  #, php-format
1370
  msgid "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"
1371
  msgstr ""
1372
 
1373
+ #: ../admin/social_login.php:157
1374
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1375
  msgstr ""
1376
 
1377
+ #: ../admin/social_login.php:167
1378
  msgid "Twitter API Key"
1379
  msgstr ""
1380
 
1381
+ #: ../admin/social_login.php:177
1382
  #, php-format
1383
  msgid "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"
1384
  msgstr ""
1385
 
1386
+ #: ../admin/social_login.php:179
1387
+ #: ../admin/social_login.php:201
1388
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1389
  msgstr ""
1390
 
1391
+ #: ../admin/social_login.php:189
1392
  msgid "Twitter API Secret"
1393
  msgstr ""
1394
 
1395
+ #: ../admin/social_login.php:199
1396
  #, php-format
1397
  msgid "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"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_login.php:211
1401
  msgid "LinkedIn API Key"
1402
  msgstr ""
1403
 
1404
+ #: ../admin/social_login.php:221
1405
  #, php-format
1406
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_login.php:223
1410
+ #: ../admin/social_login.php:289
1411
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_login.php:233
1415
  msgid "Google+ Client ID"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_login.php:243
1419
  #, php-format
1420
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1421
  msgstr ""
1422
 
1423
+ #: ../admin/social_login.php:245
1424
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1425
  msgstr ""
1426
 
1427
+ #: ../admin/social_login.php:255
1428
  msgid "Vkontakte Application ID"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_login.php:265
1432
  #, php-format
1433
  msgid "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"
1434
  msgstr ""
1435
 
1436
+ #: ../admin/social_login.php:267
1437
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1438
  msgstr ""
1439
 
1440
+ #: ../admin/social_login.php:277
1441
  msgid "Instagram Client ID"
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_login.php:287
1445
  #, php-format
1446
  msgid "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"
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_login.php:299
1450
  msgid "Xing Consumer Key"
1451
  msgstr ""
1452
 
1453
+ #: ../admin/social_login.php:309
1454
  #, php-format
1455
  msgid "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"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_login.php:311
1459
+ #: ../admin/social_login.php:333
1460
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/social_login.php:321
1464
  msgid "Xing Consumer Secret"
1465
  msgstr ""
1466
 
1467
+ #: ../admin/social_login.php:331
1468
  #, php-format
1469
  msgid "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"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_login.php:343
1473
+ msgid "Twitch Client ID"
1474
  msgstr ""
1475
 
1476
  #: ../admin/social_login.php:353
1477
+ #, php-format
1478
+ msgid "Required for Twitch Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1479
+ msgstr ""
1480
+
1481
+ #: ../admin/social_login.php:355
1482
+ msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1483
+ msgstr ""
1484
+
1485
+ #: ../admin/social_login.php:371
1486
+ msgid "Social Login Options"
1487
+ msgstr ""
1488
+
1489
+ #: ../admin/social_login.php:387
1490
  msgid "Text to display above the Social Login interface"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_login.php:396
1494
  msgid "Enable at login page"
1495
  msgstr ""
1496
 
1497
+ #: ../admin/social_login.php:406
1498
  msgid "Social Login interface will get enabled at the login page of your website"
1499
  msgstr ""
1500
 
1501
+ #: ../admin/social_login.php:414
1502
  msgid "Enable at register page"
1503
  msgstr ""
1504
 
1505
+ #: ../admin/social_login.php:424
1506
  msgid "Social Login interface will get enabled at the registration page of your website"
1507
  msgstr ""
1508
 
1509
+ #: ../admin/social_login.php:432
1510
  msgid "Enable at comment form"
1511
  msgstr ""
1512
 
1513
+ #: ../admin/social_login.php:442
1514
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1515
  msgstr ""
1516
 
1517
+ #: ../admin/social_login.php:456
1518
  msgid "Enable before WooCommerce Customer Login Form"
1519
  msgstr ""
1520
 
1521
+ #: ../admin/social_login.php:466
1522
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1523
  msgstr ""
1524
 
1525
+ #: ../admin/social_login.php:474
1526
  msgid "Enable after WooCommerce Customer Login Form"
1527
  msgstr ""
1528
 
1529
+ #: ../admin/social_login.php:484
1530
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1531
  msgstr ""
1532
 
1533
+ #: ../admin/social_login.php:492
1534
  msgid "Enable at WooCommerce checkout page"
1535
  msgstr ""
1536
 
1537
+ #: ../admin/social_login.php:502
1538
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1539
  msgstr ""
1540
 
1541
+ #: ../admin/social_login.php:513
1542
  msgid "Auto-approve comments made by Social Login users"
1543
  msgstr ""
1544
 
1545
+ #: ../admin/social_login.php:523
1546
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_login.php:524
1550
  msgid "Note: This is not related to Facebook comments"
1551
  msgstr ""
1552
 
1553
+ #: ../admin/social_login.php:534
1554
  msgid "Enable social avatar"
1555
  msgstr ""
1556
 
1557
+ #: ../admin/social_login.php:544
1558
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1559
  msgstr ""
1560
 
1561
+ #: ../admin/social_login.php:554
1562
  msgid "Avatar quality"
1563
  msgstr ""
1564
 
1565
+ #: ../admin/social_login.php:557
1566
  msgid "Average"
1567
  msgstr ""
1568
 
1569
+ #: ../admin/social_login.php:558
1570
  msgid "Best"
1571
  msgstr ""
1572
 
1573
+ #: ../admin/social_login.php:565
1574
  msgid "Choose avatar quality"
1575
  msgstr ""
1576
 
1577
+ #: ../admin/social_login.php:574
1578
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/social_login.php:584
1582
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1583
  msgstr ""
1584
 
1585
+ #: ../admin/social_login.php:605
1586
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/social_login.php:614
1590
  msgid "Send username-password after user registration"
1591
  msgstr ""
1592
 
1593
+ #: ../admin/social_login.php:624
1594
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1595
  msgstr ""
1596
 
1597
+ #: ../admin/social_login.php:633
1598
  msgid "Enable social account linking at BuddyPress profile page"
1599
  msgstr ""
1600
 
1601
+ #: ../admin/social_login.php:643
1602
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1603
  msgstr ""
1604
 
1605
+ #: ../admin/social_login.php:652
1606
  msgid "Login redirection"
1607
  msgstr ""
1608
 
1609
+ #: ../admin/social_login.php:656
1610
  msgid "Same page where user logged in"
1611
  msgstr ""
1612
 
1613
+ #: ../admin/social_login.php:660
1614
+ #: ../admin/social_login.php:690
1615
  msgid "Account dashboard"
1616
  msgstr ""
1617
 
1618
+ #: ../admin/social_login.php:663
1619
+ #: ../admin/social_login.php:693
1620
  msgid "BuddyPress profile page"
1621
  msgstr ""
1622
 
1623
+ #: ../admin/social_login.php:666
1624
+ #: ../admin/social_login.php:696
1625
  msgid "Custom Url"
1626
  msgstr ""
1627
 
1628
+ #: ../admin/social_login.php:674
1629
  msgid "User will be redirected to the selected page after Social Login"
1630
  msgstr ""
1631
 
1632
+ #: ../admin/social_login.php:682
1633
  msgid "Registration redirection"
1634
  msgstr ""
1635
 
1636
+ #: ../admin/social_login.php:686
1637
  msgid "Same page from where user registered"
1638
  msgstr ""
1639
 
1640
+ #: ../admin/social_login.php:704
1641
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1642
  msgstr ""
1643
 
1644
+ #: ../admin/social_login.php:712
1645
  msgid "Email popup options"
1646
  msgstr ""
1647
 
1648
+ #: ../admin/social_login.php:718
1649
  msgid "Text on 'Email required' popup"
1650
  msgstr ""
1651
 
1652
+ #: ../admin/social_login.php:728
1653
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1654
  msgstr ""
1655
 
1656
+ #: ../admin/social_login.php:737
1657
  msgid "Error message for 'Email required' popup"
1658
  msgstr ""
1659
 
1660
+ #: ../admin/social_login.php:747
1661
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1662
  msgstr ""
1663
 
1664
+ #: ../admin/social_login.php:756
1665
  msgid "Email popup height"
1666
  msgstr ""
1667
 
1668
+ #: ../admin/social_login.php:766
1669
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1670
  msgstr ""
1671
 
1672
+ #: ../admin/social_login.php:774
1673
  msgid "Enable email verification"
1674
  msgstr ""
1675
 
1676
+ #: ../admin/social_login.php:784
1677
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1678
  msgstr ""
1679
 
1680
+ #: ../admin/social_login.php:863
1681
  msgid "Social Login Shortcode & Widget"
1682
  msgstr ""
1683
 
1684
+ #: ../admin/social_login.php:864
1685
  msgid "Social Linking Shortcode"
1686
  msgstr ""
1687
 
1725
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1726
  msgstr ""
1727
 
1728
+ #: ../admin/like_buttons.php:48
1729
  msgid "Standard Interface Options"
1730
  msgstr ""
1731
 
1732
+ #: ../admin/like_buttons.php:54
1733
  msgid "Enable standard interface"
1734
  msgstr ""
1735
 
1736
+ #: ../admin/like_buttons.php:64
1737
  msgid "Master control to enable horizontal like buttons"
1738
  msgstr ""
1739
 
1740
+ #: ../admin/like_buttons.php:89
1741
+ #: ../admin/like_buttons.php:337
1742
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1743
  msgstr ""
1744
 
1745
+ #: ../admin/like_buttons.php:107
1746
  msgid "The text to display above the interface"
1747
  msgstr ""
1748
 
1749
+ #: ../admin/like_buttons.php:115
1750
+ #: ../admin/like_buttons.php:345
1751
  msgid "Select and rearrange providers"
1752
  msgstr ""
1753
 
1754
+ #: ../admin/like_buttons.php:159
1755
+ #: ../admin/like_buttons.php:388
1756
  msgid "Select the providers for interface. Drag them to rearrange."
1757
  msgstr ""
1758
 
1759
+ #: ../admin/like_buttons.php:181
1760
+ #: ../admin/like_buttons.php:427
1761
  msgid "Horizontal alignment of the interface"
1762
  msgstr ""
1763
 
1764
+ #: ../admin/like_buttons.php:202
1765
  msgid "Specify position of the interface with respect to the content"
1766
  msgstr ""
1767
 
1768
+ #: ../admin/like_buttons.php:210
1769
+ #: ../admin/like_buttons.php:493
1770
  msgid "Interface location"
1771
  msgstr ""
1772
 
1773
+ #: ../admin/like_buttons.php:220
1774
+ #: ../admin/like_buttons.php:503
1775
  msgid "Excerpts"
1776
  msgstr ""
1777
 
1778
+ #: ../admin/like_buttons.php:279
1779
  msgid "Specify the pages where you want to enable interface"
1780
  msgstr ""
1781
 
1782
+ #: ../admin/like_buttons.php:296
1783
  msgid "Vertical (Floating) like buttons Options"
1784
  msgstr ""
1785
 
1786
+ #: ../admin/like_buttons.php:302
1787
  msgid "Enable floating like buttons"
1788
  msgstr ""
1789
 
1790
+ #: ../admin/like_buttons.php:312
1791
  msgid "Master control to enable vertical (floating) counter widget"
1792
  msgstr ""
1793
 
1794
+ #: ../admin/like_buttons.php:406
1795
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1796
  msgstr ""
1797
 
1798
+ #: ../admin/like_buttons.php:446
1799
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1800
  msgstr ""
1801
 
1802
+ #: ../admin/like_buttons.php:466
1803
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1804
  msgstr ""
1805
 
1806
+ #: ../admin/like_buttons.php:485
1807
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1808
  msgstr ""
1809
 
1810
+ #: ../admin/like_buttons.php:541
1811
  msgid "Specify the pages where you want to enable vertical interface"
1812
  msgstr ""
1813
 
1814
+ #: ../admin/like_buttons.php:549
1815
  msgid "Hide like buttons on mobile devices"
1816
  msgstr ""
1817
 
1818
+ #: ../admin/like_buttons.php:559
1819
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1820
  msgstr ""
1821
 
1822
+ #: ../admin/like_buttons.php:583
1823
  msgid "Use shortlinks already installed, for tweet button"
1824
  msgstr ""
1825
 
1826
+ #: ../admin/like_buttons.php:593
1827
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1828
  msgstr ""
1829
 
1830
+ #: ../admin/like_buttons.php:601
1831
  msgid "Enable bit.ly url shortener for tweet button"
1832
  msgstr ""
1833
 
1834
+ #: ../admin/like_buttons.php:693
1835
  #, php-format
1836
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1837
  msgstr ""
1838
 
1839
+ #: ../admin/like_buttons.php:702
1840
  msgid "Twitter Username"
1841
  msgstr ""
1842
 
1843
+ #: ../admin/like_buttons.php:708
1844
  msgid "Twitter username for Tweet (without @)"
1845
  msgstr ""
1846
 
1847
+ #: ../admin/like_buttons.php:718
1848
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1849
  msgstr ""
1850
 
1851
+ #: ../admin/like_buttons.php:727
1852
  msgid "Twitter username for Buffer sharing (without @)"
1853
  msgstr ""
1854
 
1855
+ #: ../admin/like_buttons.php:737
1856
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1857
  msgstr ""
1858
 
1859
+ #: ../admin/like_buttons.php:754
1860
  msgid "Like Buttons Shortcode & Widget"
1861
  msgstr ""
1862
 
1864
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1865
  msgstr ""
1866
 
1867
+ #: ../inc/social_sharing.php:710
1868
  msgid "Invalid request"
1869
  msgstr ""
1870
 
1871
+ #: ../inc/social_sharing.php:717
1872
  msgid "Providers not selected"
1873
  msgstr ""
1874
 
1875
+ #: ../inc/social_login.php:261
1876
  #, php-format
1877
  msgid "Username: %s"
1878
  msgstr ""
1879
 
1880
+ #: ../inc/social_login.php:262
1881
  #, php-format
1882
  msgid "Password: %s"
1883
  msgstr ""
1884
 
1885
+ #: ../inc/social_login.php:265
1886
  #, php-format
1887
  msgid "[%s] Your username and password"
1888
  msgstr ""
library/SteamLogin/SteamLogin.php ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ //namespace Ehesp\SteamLogin;
3
+
4
+ //use Exception;
5
+ require 'SteamLoginInterface.php';
6
+
7
+ class SteamLogin implements SteamLoginInterface
8
+ {
9
+ /**
10
+ * Steam Community OpenID URL
11
+ *
12
+ * @var string
13
+ */
14
+ private static $openId = 'https://steamcommunity.com/openid/login';
15
+
16
+ /**
17
+ * Validates a given URL, ensuring it contains the http or https URI Scheme
18
+ *
19
+ * @param string $url
20
+ * @return bool
21
+ */
22
+ private function validateUrl($url)
23
+ {
24
+ if (!filter_var($url, FILTER_VALIDATE_URL)) {
25
+ return false;
26
+ }
27
+ return true;
28
+ }
29
+
30
+ /**
31
+ * Build the Steam login URL
32
+ *
33
+ * @param string $return A custom return to URL
34
+ * @return string
35
+ */
36
+ public function url($return = null)
37
+ {
38
+ if (!is_null($return)) {
39
+ if (!$this->validateUrl($return)) {
40
+ throw new Exception('The return URL must be a valid URL with a URI Scheme or http or https.');
41
+ }
42
+ }
43
+ else {
44
+ $return = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME'];
45
+ }
46
+
47
+ $params = array(
48
+ 'openid.ns' => 'http://specs.openid.net/auth/2.0',
49
+ 'openid.mode' => 'checkid_setup',
50
+ 'openid.return_to' => $return,
51
+ 'openid.realm' => (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'],
52
+ 'openid.identity' => 'http://specs.openid.net/auth/2.0/identifier_select',
53
+ 'openid.claimed_id' => 'http://specs.openid.net/auth/2.0/identifier_select'
54
+ );
55
+
56
+ return self::$openId . '?' . http_build_query($params);
57
+ }
58
+
59
+ /**
60
+ * Validates a Steam login request and returns the users Steam Community ID
61
+ *
62
+ * @return string
63
+ */
64
+ public function validate($timeout = 30)
65
+ {
66
+ $response = null;
67
+
68
+ try {
69
+ $params = array(
70
+ 'openid.assoc_handle' => $_GET['openid_assoc_handle'],
71
+ 'openid.signed' => $_GET['openid_signed'],
72
+ 'openid.sig' => $_GET['openid_sig'],
73
+ 'openid.ns' => 'http://specs.openid.net/auth/2.0',
74
+ );
75
+
76
+ $signed = explode(',', $_GET['openid_signed']);
77
+
78
+ foreach ($signed as $item) {
79
+ $val = $_GET['openid_' . str_replace('.', '_', $item)];
80
+ $params['openid.' . $item] = get_magic_quotes_gpc() ? stripslashes($val) : $val;
81
+ }
82
+
83
+ $params['openid.mode'] = 'check_authentication';
84
+
85
+ $data = http_build_query($params);
86
+
87
+ $context = @stream_context_create(array(
88
+ 'http' => array(
89
+ 'method' => 'POST',
90
+ 'header' =>
91
+ "Accept-language: en\r\n".
92
+ "Content-type: application/x-www-form-urlencoded\r\n" .
93
+ "Content-Length: " . strlen($data) . "\r\n",
94
+ 'content' => $data,
95
+ ),
96
+ 'timeout' => $timeout
97
+ ));
98
+
99
+ $result = file_get_contents(self::$openId, false, $context);
100
+
101
+ preg_match("#^http://steamcommunity.com/openid/id/([0-9]{17,25})#", $_GET['openid_claimed_id'], $matches);
102
+
103
+ $steamID64 = is_numeric($matches[1]) ? $matches[1] : 0;
104
+
105
+ $response = preg_match("#is_valid\s*:\s*true#i", $result) == 1 ? $steamID64 : null;
106
+ } catch (Exception $e) {
107
+ $response = null;
108
+ }
109
+
110
+ if (is_null($response)) {
111
+ throw new Exception('The Steam login request timed out or was invalid');
112
+ }
113
+
114
+ return $response;
115
+ }
116
+ }
library/SteamLogin/SteamLoginInterface.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?php
2
+ //namespace Ehesp\SteamLogin;
3
+
4
+ interface SteamLoginInterface
5
+ {
6
+ public function url($return);
7
+ public function validate();
8
+ }
readme.txt CHANGED
@@ -1,16 +1,16 @@
1
  === Super Socializer ===
2
- Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Italian Translator: Maurizio https://freedomsgate.org, Spanish translator: Ignacio Iglesias http://trespies.com, Arabic Translator: http://www.ArabsSM.com, Russian Translator: Nicholas Lagunov http://tobehip.com.ua
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.4.2
7
- Stable tag: 7.2.1
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
11
 
12
  == Description ==
13
- **Spanish, French, Hungarian, Italian, Arabic, Russian and Serbo-Croatian translations included**
14
 
15
  = Feature list =
16
  * Social Sharing from around 100 social networks
@@ -198,6 +198,19 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  = 7.2.1 =
202
  * [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
203
  * [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
@@ -788,4 +801,17 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
788
 
789
  = 7.2.1 =
790
  * [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
791
- * [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  === Super Socializer ===
2
+ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Portuguese Translator: Paulo Purkyt https://www.linkedin.com/in/ppurkyt, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Italian Translator: Maurizio https://freedomsgate.org, Spanish translator: Ignacio Iglesias http://trespies.com, Arabic Translator: http://www.ArabsSM.com, Russian Translator: Nicholas Lagunov http://tobehip.com.ua
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.4.2
7
+ Stable tag: 7.4.1
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
11
 
12
  == Description ==
13
+ **Spanish, French, Hungarian, Portuguese, Chinese, Italian, Arabic, Russian and Serbo-Croatian translations included**
14
 
15
  = Feature list =
16
  * Social Sharing from around 100 social networks
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
201
+ = 7.4.1 =
202
+ * [Bugfix] Url passed in Facebook sharer was not being encoded and querystring variables after '&' were not appearing in the url being shared
203
+ * [Bugfix] Sharing icons were not appearing if posts page was a page other than homepage
204
+ * [Bugfix] "failed to open stream" PHP warning was being generated in a few cases
205
+ * [Bugfix] CSS of default login page was getting affected
206
+ * [Bugfix] Google +1 and GooglePlus Share buttons were vertically misaligned
207
+ * [Bugfix] Fixed "theChampFBKey not defined" and "theChampFBLang not defined" Javascript errors generated when "Load all Javascript files in single file" option was enabled
208
+ * [New] Added option to sync social profile data with BuddyPress XProfile fields
209
+ * [New] Included Twitch and Steam Open ID in Social Login networks
210
+ * [New] Included Chinese translation
211
+ * [New] Included Portuguese translation
212
+ * [Improvement] Improved Spanish translation
213
+
214
  = 7.2.1 =
215
  * [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
216
  * [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
801
 
802
  = 7.2.1 =
803
  * [Bugfix] Vkontakte share count was appearing in the form of VK.Share.count(0, 0)
804
+ * [Bugfix] Reddit badge was not appearing on webpages having ssl enabled
805
+
806
+ = 7.4.1 =
807
+ * [Bugfix] Url passed in Facebook sharer was not being encoded and querystring variables after '&' were not appearing in the url being shared
808
+ * [Bugfix] Sharing icons were not appearing if posts page was a page other than homepage
809
+ * [Bugfix] "failed to open stream" PHP warning was being generated in a few cases
810
+ * [Bugfix] CSS of default login page was getting affected
811
+ * [Bugfix] Google +1 and GooglePlus Share buttons were vertically misaligned
812
+ * [Bugfix] Fixed "theChampFBKey not defined" and "theChampFBLang not defined" Javascript errors generated when "Load all Javascript files in single file" option was enabled
813
+ * [New] Added option to sync social profile data with BuddyPress XProfile fields
814
+ * [New] Included Twitch and Steam Open ID in Social Login networks
815
+ * [New] Included Chinese translation
816
+ * [New] Included Portuguese translation
817
+ * [Improvement] Improved Spanish translation
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://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 and more.
6
- Version: 7.2.1
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.2.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -22,6 +22,10 @@ if(isset($theChampLoginOptions['providers']) && in_array('xing', $theChampLoginO
22
  require 'library/http.php';
23
  require 'library/oauth_client.php';
24
  }
 
 
 
 
25
 
26
  $theChampFacebookOptions = get_option('the_champ_facebook');
27
  $theChampSharingOptions = get_option('the_champ_sharing');
@@ -51,9 +55,11 @@ function the_champ_init(){
51
  add_action('wp_enqueue_scripts', 'the_champ_load_event');
52
  add_action('wp_enqueue_scripts', 'the_champ_frontend_scripts');
53
  add_action('wp_enqueue_scripts', 'the_champ_frontend_styles');
54
- add_action('login_head', 'wp_enqueue_scripts', 1);
 
 
55
  add_action('parse_request', 'the_champ_connect');
56
- load_plugin_textdomain( 'Super-Socializer', false, dirname(plugin_basename(__FILE__)).'/languages/' );
57
  if(the_champ_ss_woocom_is_active()){
58
  add_action('the_champ_user_successfully_created', 'the_champ_sync_woocom_profile', 10, 3);
59
  }
@@ -147,6 +153,102 @@ function the_champ_connect(){
147
  }
148
  }
149
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
150
 
151
  // send request to Xing
152
  if((isset($_GET['SuperSocializerAuth']) && $_GET['SuperSocializerAuth'] == 'Xing')){
@@ -419,8 +521,10 @@ function the_champ_frontend_scripts(){
419
  $emailPopupUniqueId = isset($_GET['par']) ? trim(esc_attr($_GET['par'])) : '';
420
  $emailPopupVerifyMessage = __('Please check your email inbox to complete the registration.', 'Super-Socializer');
421
  }
 
 
422
  ?>
423
- <script> var theChampFacebookScope = 'public_profile,email', theChampFBKey = '<?php echo $fbKey ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])))); ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : '' ?> </script>
424
  <?php
425
  if(!$combinedScript){
426
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
@@ -953,17 +1057,28 @@ function the_champ_default_options(){
953
  }
954
  register_activation_hook(__FILE__, 'the_champ_default_options');
955
 
956
- function the_champ_ssmi_update_notification(){
957
- if(current_user_can('manage_options') && defined('HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION') && version_compare('1.2', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION) > 0){
958
- ?>
959
- <div class="error notice">
960
- <h3>Social Sharing - myCRED Integration</h3>
961
- <p>Update "Social Sharing myCRED Integration" add-on for maximum compatibility with current version of Super Socialzer</p>
962
- </div>
963
- <?php
 
 
 
 
 
 
 
 
 
 
 
964
  }
965
  }
966
- add_action('admin_notices', 'the_champ_ssmi_update_notification');
967
 
968
  function the_champ_update_db_check(){
969
  $currentVersion = get_option('the_champ_ss_version');
@@ -1124,7 +1239,7 @@ add_action('plugins_loaded', 'the_champ_update_db_check');
1124
  * Updates SVG CSS file according to chosen logo color
1125
  */
1126
  function the_champ_update_svg_css( $colorToBeReplaced, $cssFile ) {
1127
- $path = plugin_dir_url( __FILE__ ) . '/css/' . $cssFile . '.css';
1128
  $content = file( $path );
1129
  if ( $content !== false ) {
1130
  $handle = fopen( dirname( __FILE__ ) . '/css/' . $cssFile . '.css','w' );
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://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 and more.
6
+ Version: 7.4.1
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.4.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
22
  require 'library/http.php';
23
  require 'library/oauth_client.php';
24
  }
25
+ if(isset($theChampLoginOptions['providers']) && in_array('steam', $theChampLoginOptions['providers'])){
26
+ require 'library/SteamLogin/SteamLogin.php';
27
+ $theChampSteamLogin = new SteamLogin();
28
+ }
29
 
30
  $theChampFacebookOptions = get_option('the_champ_facebook');
31
  $theChampSharingOptions = get_option('the_champ_sharing');
55
  add_action('wp_enqueue_scripts', 'the_champ_load_event');
56
  add_action('wp_enqueue_scripts', 'the_champ_frontend_scripts');
57
  add_action('wp_enqueue_scripts', 'the_champ_frontend_styles');
58
+ add_action('login_enqueue_scripts', 'the_champ_load_event');
59
+ add_action('login_enqueue_scripts', 'the_champ_frontend_scripts');
60
+ add_action('login_enqueue_scripts', 'the_champ_frontend_styles');
61
  add_action('parse_request', 'the_champ_connect');
62
+ load_plugin_textdomain('Super-Socializer', false, dirname(plugin_basename(__FILE__)).'/languages/');
63
  if(the_champ_ss_woocom_is_active()){
64
  add_action('the_champ_user_successfully_created', 'the_champ_sync_woocom_profile', 10, 3);
65
  }
153
  }
154
  }
155
  }
156
+
157
+ // Twitch auth
158
+ if((isset($_GET['SuperSocializerAuth']) && $_GET['SuperSocializerAuth'] == 'Twitch')){
159
+ if(isset($_GET['SuperSocializerData'])){
160
+ $body = explode('&&', urldecode($_GET['SuperSocializerData']));
161
+ $profileData = array();
162
+ foreach($body as $dataField){
163
+ $keyValue = explode('=', $dataField);
164
+ $profileData[$keyValue[0]] = $keyValue[1];
165
+ }
166
+ if(isset($profileData['_id']) && $profileData['_id'] != ''){
167
+ $redirection = isset($_GET['super_socializer_redirect_to']) && $_GET['super_socializer_redirect_to'] != '' ? esc_attr($_GET['super_socializer_redirect_to']) : '';
168
+ $response = the_champ_user_auth($profileData, 'twitch', $redirection);
169
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
170
+ $redirectTo = esc_attr(the_champ_get_login_redirection_url($redirection, true));
171
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
172
+ $redirectTo = $redirection . (strpos($redirection, '?') !== false ? '&' : '?') . 'linked=1';
173
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
174
+ $redirectTo = $redirection . (strpos($redirection, '?') !== false ? '&' : '?') . 'linked=0';
175
+ }elseif(isset($response['url']) && $response['url'] != ''){
176
+ $redirectTo = $response['url'];
177
+ }else{
178
+ $redirectTo = esc_attr(the_champ_get_login_redirection_url($redirection));
179
+ }
180
+ the_champ_close_login_popup($redirectTo);
181
+ }
182
+ } elseif(isset($theChampLoginOptions['twitch_client_id']) && $theChampLoginOptions['twitch_client_id'] != '') {
183
+ ?>
184
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
185
+ <script src="https://ttv-api.s3.amazonaws.com/twitch.min.js"></script>
186
+ <script>
187
+ theChampSerialize = function(obj, prefix) {
188
+ var str = [];
189
+ for(var p in obj) {
190
+ if (obj.hasOwnProperty(p)) {
191
+ var k = prefix ? prefix + "[" + p + "]" : p, v = obj[p];
192
+ str.push(typeof v == "object" ?
193
+ theChampSerialize(v, k) :
194
+ encodeURIComponent(k) + "=" + encodeURIComponent(v));
195
+ }
196
+ }
197
+ return str.join("&&");
198
+ }
199
+ jQuery(function(){
200
+ Twitch.init({clientId: '<?php echo $theChampLoginOptions['twitch_client_id'] ?>'}, function(error, status) {
201
+ // the sdk is now loaded
202
+ console.log(error);
203
+ console.log(status);
204
+ if( !status.authenticated ){
205
+ Twitch.login({
206
+ scope: ['user_read', 'channel_read']
207
+ });
208
+ } else {
209
+ Twitch.api({method: 'user'}, function(error, user) {
210
+ if(user._id && user._id != null){
211
+ window.opener.theChampAjaxUserAuth(user, 'twitch');
212
+ window.opener.location.href = '<?php echo site_url() ?>?SuperSocializerAuth=Twitch&super_socializer_redirect_to='+window.opener.theChampTwitterRedirect+'&SuperSocializerData=' + encodeURIComponent(theChampSerialize(user));
213
+ window.close();
214
+ }
215
+ });
216
+ }
217
+ });
218
+ });
219
+ </script>
220
+ <?php
221
+ }
222
+ die;
223
+ }
224
+
225
+ // Steam auth
226
+ if(isset($_GET['SuperSocializerSteamAuth']) && $_GET['SuperSocializerSteamAuth'] != ''){
227
+ global $theChampSteamLogin;
228
+ $theChampSteamId = $theChampSteamLogin->validate();
229
+ $result = wp_remote_get( "http://steamcommunity.com/profiles/$theChampSteamId/?xml=1", array( 'timeout' => 15 ) );
230
+ if( ! is_wp_error( $result ) && isset( $result['response']['code'] ) && 200 === $result['response']['code'] ){
231
+ $body = wp_remote_retrieve_body( $result );
232
+ $xml = simplexml_load_string( $body, null, LIBXML_NOCDATA );
233
+ if( $xml && isset( $xml->steamID64 ) && $xml->steamID64 ) {
234
+ $steamRedirect = esc_url($_GET['SuperSocializerSteamAuth']);
235
+ $response = the_champ_user_auth($xml, 'steam', $steamRedirect);
236
+ if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
237
+ $redirectTo = esc_attr(the_champ_get_login_redirection_url($steamRedirect, true));
238
+ }elseif(isset($response['message']) && $response['message'] == 'linked'){
239
+ $redirectTo = $steamRedirect . (strpos($steamRedirect, '?') !== false ? '&' : '?') . 'linked=1';
240
+ }elseif(isset($response['message']) && $response['message'] == 'not linked'){
241
+ $redirectTo = $steamRedirect . (strpos($steamRedirect, '?') !== false ? '&' : '?') . 'linked=0';
242
+ }elseif(isset($response['url']) && $response['url'] != ''){
243
+ $redirectTo = $response['url'];
244
+ }else{
245
+ $redirectTo = esc_attr(the_champ_get_login_redirection_url($steamRedirect));
246
+ }
247
+ the_champ_close_login_popup($redirectTo);
248
+ }
249
+ }
250
+ die;
251
+ }
252
 
253
  // send request to Xing
254
  if((isset($_GET['SuperSocializerAuth']) && $_GET['SuperSocializerAuth'] == 'Xing')){
521
  $emailPopupUniqueId = isset($_GET['par']) ? trim(esc_attr($_GET['par'])) : '';
522
  $emailPopupVerifyMessage = __('Please check your email inbox to complete the registration.', 'Super-Socializer');
523
  }
524
+ global $theChampSteamLogin;
525
+ $twitterRedirect = urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]))));
526
  ?>
527
+ <script> var theChampFacebookScope = 'public_profile,email', theChampFBKey = '<?php echo $fbKey ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( site_url() . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : '' ?> </script>
528
  <?php
529
  if(!$combinedScript){
530
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
1057
  }
1058
  register_activation_hook(__FILE__, 'the_champ_default_options');
1059
 
1060
+ function the_champ_addon_update_notification(){
1061
+ if(current_user_can('manage_options')){
1062
+ if(defined('HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION') && version_compare('1.2', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION) > 0){
1063
+ ?>
1064
+ <div class="error notice">
1065
+ <h3>Social Sharing - myCRED Integration</h3>
1066
+ <p>Update "Social Sharing myCRED Integration" add-on for maximum compatibility with current version of Super Socialzer</p>
1067
+ </div>
1068
+ <?php
1069
+ }
1070
+
1071
+ if(defined('HEATEOR_SOCIAL_LOGIN_MYCRED_INTEGRATION_VERSION') && version_compare('1.2.1', HEATEOR_SOCIAL_LOGIN_MYCRED_INTEGRATION_VERSION) > 0){
1072
+ ?>
1073
+ <div class="error notice">
1074
+ <h3>Social Login - myCRED Integration</h3>
1075
+ <p>Update "Social Login myCRED Integration" add-on for maximum compatibility with current version of Super Socialzer</p>
1076
+ </div>
1077
+ <?php
1078
+ }
1079
  }
1080
  }
1081
+ add_action('admin_notices', 'the_champ_addon_update_notification');
1082
 
1083
  function the_champ_update_db_check(){
1084
  $currentVersion = get_option('the_champ_ss_version');
1239
  * Updates SVG CSS file according to chosen logo color
1240
  */
1241
  function the_champ_update_svg_css( $colorToBeReplaced, $cssFile ) {
1242
+ $path = plugin_dir_url( __FILE__ ) . 'css/' . $cssFile . '.css';
1243
  $content = file( $path );
1244
  if ( $content !== false ) {
1245
  $handle = fopen( dirname( __FILE__ ) . '/css/' . $cssFile . '.css','w' );