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

Version Description

  • [Bugfix] Sharing title was appearing in open graph meta tags content, thereby in the webpage description in sharing window, in some cases
  • [Bugfix] Twitter sharing was not working if there was double quote in the title of webpage
  • [Improvement] Removed French translation due to poor feedback
Download this release

Release Info

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

Code changes from version 7.5.3 to 7.5.4

admin/like_buttons.php CHANGED
@@ -217,7 +217,7 @@
217
  <input id="the_champ_counter_page" name="the_champ_counter[page]" type="checkbox" <?php echo isset($theChampCounterOptions['page']) ? 'checked = "checked"' : '';?> value="1" />
218
  <label for="the_champ_counter_page"><?php _e('Pages', 'Super-Socializer') ?></label><br/>
219
  <input id="the_champ_counter_excerpt" name="the_champ_counter[excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
220
- <label for="the_champ_counter_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
221
  <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
222
  <label for="the_champ_counter_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
223
  <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
@@ -501,7 +501,7 @@
501
  <input id="the_champ_counter_vertical_page" name="the_champ_counter[vertical_page]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_page']) ? 'checked = "checked"' : '';?> value="1" />
502
  <label for="the_champ_counter_vertical_page"><?php _e('Pages', 'Super-Socializer') ?></label><br/>
503
  <input id="the_champ_counter_vertical_excerpt" name="the_champ_counter[vertical_excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
504
- <label for="the_champ_counter_vertical_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
505
  <input id="the_champ_counter_vertical_category" name="the_champ_counter[vertical_category]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_category']) ? 'checked = "checked"' : '';?> value="1" />
506
  <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
507
  <input id="the_champ_counter_vertical_archive" name="the_champ_counter[vertical_archive]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_archive']) ? 'checked = "checked"' : '';?> value="1" />
@@ -765,6 +765,7 @@
765
  <h3><label><?php _e('FAQ', 'Super-Socializer' ) ?></label></h3>
766
  <div class="inside faq">
767
  <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>
 
768
  </div>
769
  </div>
770
 
217
  <input id="the_champ_counter_page" name="the_champ_counter[page]" type="checkbox" <?php echo isset($theChampCounterOptions['page']) ? 'checked = "checked"' : '';?> value="1" />
218
  <label for="the_champ_counter_page"><?php _e('Pages', 'Super-Socializer') ?></label><br/>
219
  <input id="the_champ_counter_excerpt" name="the_champ_counter[excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
220
+ <label for="the_champ_counter_excerpt"><?php _e('Excerpts and Posts page', 'Super-Socializer') ?></label><br/>
221
  <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
222
  <label for="the_champ_counter_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
223
  <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
501
  <input id="the_champ_counter_vertical_page" name="the_champ_counter[vertical_page]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_page']) ? 'checked = "checked"' : '';?> value="1" />
502
  <label for="the_champ_counter_vertical_page"><?php _e('Pages', 'Super-Socializer') ?></label><br/>
503
  <input id="the_champ_counter_vertical_excerpt" name="the_champ_counter[vertical_excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
504
+ <label for="the_champ_counter_vertical_excerpt"><?php _e('Excerpts and Posts page', 'Super-Socializer') ?></label><br/>
505
  <input id="the_champ_counter_vertical_category" name="the_champ_counter[vertical_category]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_category']) ? 'checked = "checked"' : '';?> value="1" />
506
  <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
507
  <input id="the_champ_counter_vertical_archive" name="the_champ_counter[vertical_archive]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_archive']) ? 'checked = "checked"' : '';?> value="1" />
765
  <h3><label><?php _e('FAQ', 'Super-Socializer' ) ?></label></h3>
766
  <div class="inside faq">
767
  <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>
768
+ <p><a href="http://support.heateor.com/why-is-floating-share-like-button-not-appearing-at-homepage" target="_blank"><?php _e( 'Why are floating sharing/like buttons not appearing at homepage?', 'Super-Socializer' ) ?></a></p>
769
  </div>
770
  </div>
771
 
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', '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', '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" />
@@ -1772,6 +1772,7 @@
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
 
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 and Posts page', '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 and Posts page', '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" />
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
+ <p><a href="http://support.heateor.com/why-is-floating-share-like-button-not-appearing-at-homepage" target="_blank"><?php _e( 'Why are floating sharing/like buttons not appearing at homepage?', 'Super-Socializer' ) ?></a></p>
1776
  </div>
1777
  </div>
1778
 
helper.php CHANGED
@@ -928,7 +928,7 @@ function the_champ_ask_reason_to_deactivate(){
928
  if(!get_option('the_champ_feedback_submitted') && 'plugins.php' === $pagenow){
929
  ?>
930
  <style type="text/css">
931
- #the_champ_sharing_more_providers{position:fixed;top:45%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:394px}#the_champ_popup_bg{background:url(<?php echo plugins_url('images/transparent_bg.png', __FILE__) ?>);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:#EC1B23!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_content .form-table td{padding:4px 0;}#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:388px;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:#EC1B23!important;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}#heateor_ss_feedback_skip{background-color: #777;color:#fff;border: none;padding: 4px 28px;border-radius: 5px;cursor: pointer;}#heateor_ss_feedback_submit{color:#fff;background-color: #EC1B23; margin-right: 20px;border: none;padding: 4px 28px;border-radius: 5px;font-weight: bold;cursor: pointer}
932
  @media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}
933
  </style>
934
  <script type="text/javascript">
@@ -940,7 +940,7 @@ function the_champ_ask_reason_to_deactivate(){
940
  event.preventDefault();
941
 
942
  var theChampMoreSharingServicesHtml = '<h3 class="title ui-drag-handle"><?php _e('Please help us make the plugin better', 'Super-Socializer') ?></h3><button id="the_champ_sharing_popup_close" class="close-button separated"><img src="<?php echo plugins_url('images/close.png', __FILE__) ?>" /></button><div id="the_champ_sharing_more_content"><div class="all-services">';
943
- theChampMoreSharingServicesHtml += '<div class="metabox-holder columns-2" id="post-body" style="width:100%"><div class="stuffbox" style="margin-bottom:0"><h3><label><?php _e('I am deactivating the plugin because', 'Super-Socializer');?></label></h3><div class="inside"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table"><tr><td colspan="2"><label for="heateor_ss_reason_1"><input id="heateor_ss_reason_1" name="heateor_ss_deactivate_reason" type="radio" value="1" /><?php _e("I no longer need the plugin", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_2"><input id="heateor_ss_reason_2" name="heateor_ss_deactivate_reason" type="radio" value="2" /><?php _e("I found a better plugin", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_3"><input id="heateor_ss_reason_3" name="heateor_ss_deactivate_reason" type="radio" value="3" /><?php _e("I only needed the plugin for a short period", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_4" name="heateor_ss_deactivate_reason" type="radio" value="4" /><label for="heateor_ss_reason_4"><?php _e("The plugin broke my site", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_5" name="heateor_ss_deactivate_reason" type="radio" value="5" /><label for="heateor_ss_reason_5"><?php _e("The plugin suddenly stopped working", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_6"><input id="heateor_ss_reason_6" name="heateor_ss_deactivate_reason" type="radio" value="6" /><?php _e("I couldn\'t understand how to make it work", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_7"><input id="heateor_ss_reason_7" name="heateor_ss_deactivate_reason" type="radio" value="7" /><?php _e("The plugin is great, but I need specific feature that you don\'t support", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_8" name="heateor_ss_deactivate_reason" type="radio" value="8" /><label for="heateor_ss_reason_8"><?php _e("The plugin is not working", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_9"><input id="heateor_ss_reason_9" name="heateor_ss_deactivate_reason" type="radio" value="9" /><?php _e("It\'s not what I was looking for", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_10"><input id="heateor_ss_reason_10" name="heateor_ss_deactivate_reason" type="radio" value="10" /><?php _e("The plugin didn\'t work as expected", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_11" name="heateor_ss_deactivate_reason" type="radio" value="11" /><label for="heateor_ss_reason_11"><?php _e("Other", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input type="button" id="heateor_ss_feedback_submit" value="Submit" /><input type="button" id="heateor_ss_feedback_skip" value="Skip" /></td><td class="heateor_ss_loading"></td></tr></table></div></div></div>';
944
  var mainDiv = document.createElement('div');
945
  mainDiv.innerHTML = theChampMoreSharingServicesHtml + '</div><div class="footer-panel"><p></p></div></div>';
946
  mainDiv.setAttribute('id', 'the_champ_sharing_more_providers');
928
  if(!get_option('the_champ_feedback_submitted') && 'plugins.php' === $pagenow){
929
  ?>
930
  <style type="text/css">
931
+ #the_champ_sharing_more_providers{position:fixed;top:40%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:394px}#the_champ_popup_bg{background:url(<?php echo plugins_url('images/transparent_bg.png', __FILE__) ?>);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:#EC1B23!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_content .form-table td{padding:4px 0;}#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:421px;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:#EC1B23!important;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}#heateor_ss_feedback_skip{background-color: #777;color:#fff;border: none;padding: 4px 28px;border-radius: 5px;cursor: pointer;}#heateor_ss_feedback_submit{color:#fff;background-color: #EC1B23; margin-right: 20px;border: none;padding: 4px 28px;border-radius: 5px;font-weight: bold;cursor: pointer}
932
  @media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}}
933
  </style>
934
  <script type="text/javascript">
940
  event.preventDefault();
941
 
942
  var theChampMoreSharingServicesHtml = '<h3 class="title ui-drag-handle"><?php _e('Please help us make the plugin better', 'Super-Socializer') ?></h3><button id="the_champ_sharing_popup_close" class="close-button separated"><img src="<?php echo plugins_url('images/close.png', __FILE__) ?>" /></button><div id="the_champ_sharing_more_content"><div class="all-services">';
943
+ theChampMoreSharingServicesHtml += '<div class="metabox-holder columns-2" id="post-body" style="width:100%"><div class="stuffbox" style="margin-bottom:0"><h3><label><?php echo sprintf(__('Please take a look at our <a href="%s" target="_blank">support documentation</a> before deactivating the plugin', 'Super-Socializer'), 'http:\/\/support.heateor.com');?></label></h3><h3><label><?php _e('I am deactivating the plugin because', 'Super-Socializer');?></label></h3><div class="inside"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table"><tr><td colspan="2"><label for="heateor_ss_reason_1"><input id="heateor_ss_reason_1" name="heateor_ss_deactivate_reason" type="radio" value="1" /><?php _e("I no longer need the plugin", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_2"><input id="heateor_ss_reason_2" name="heateor_ss_deactivate_reason" type="radio" value="2" /><?php _e("I found a better plugin", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_3"><input id="heateor_ss_reason_3" name="heateor_ss_deactivate_reason" type="radio" value="3" /><?php _e("I only needed the plugin for a short period", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_4" name="heateor_ss_deactivate_reason" type="radio" value="4" /><label for="heateor_ss_reason_4"><?php _e("The plugin broke my site", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_5" name="heateor_ss_deactivate_reason" type="radio" value="5" /><label for="heateor_ss_reason_5"><?php _e("The plugin suddenly stopped working", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_6"><input id="heateor_ss_reason_6" name="heateor_ss_deactivate_reason" type="radio" value="6" /><?php _e("I couldn\'t understand how to make it work", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_7"><input id="heateor_ss_reason_7" name="heateor_ss_deactivate_reason" type="radio" value="7" /><?php _e("The plugin is great, but I need specific feature that you don\'t support", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_8" name="heateor_ss_deactivate_reason" type="radio" value="8" /><label for="heateor_ss_reason_8"><?php _e("The plugin is not working", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_9"><input id="heateor_ss_reason_9" name="heateor_ss_deactivate_reason" type="radio" value="9" /><?php _e("It\'s not what I was looking for", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><label for="heateor_ss_reason_10"><input id="heateor_ss_reason_10" name="heateor_ss_deactivate_reason" type="radio" value="10" /><?php _e("The plugin didn\'t work as expected", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input id="heateor_ss_reason_11" name="heateor_ss_deactivate_reason" type="radio" value="11" /><label for="heateor_ss_reason_11"><?php _e("Other", 'Super-Socializer'); ?></label></td></tr><tr><td colspan="2"><input type="button" id="heateor_ss_feedback_submit" value="Submit" /><input type="button" id="heateor_ss_feedback_skip" value="Skip" /></td><td class="heateor_ss_loading"></td></tr></table></div></div></div>';
944
  var mainDiv = document.createElement('div');
945
  mainDiv.innerHTML = theChampMoreSharingServicesHtml + '</div><div class="footer-panel"><p></p></div></div>';
946
  mainDiv.setAttribute('id', 'the_champ_sharing_more_providers');
inc/social_sharing.php CHANGED
@@ -18,7 +18,7 @@ function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal',
18
  }
19
  $postTitle = html_entity_decode( $postTitle, ENT_QUOTES, 'UTF-8' );
20
  $postTitle = urlencode( $postTitle );
21
- $postTitle = str_replace( array('#', '%27', '%22'), array('%23', "'", '"'), $postTitle );
22
  $postTitle = esc_html( $postTitle );
23
 
24
  $output = apply_filters( 'the_champ_sharing_interface_filter', '', $postUrl, $sharingType, $theChampSharingOptions, $post, $displayCount, $totalShares );
@@ -400,7 +400,7 @@ function the_champ_render_sharing($content){
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() == '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,7 +464,7 @@ function the_champ_render_sharing($content){
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() == '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{
@@ -561,7 +561,7 @@ function the_champ_render_sharing($content){
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() == '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,7 +626,7 @@ function the_champ_render_sharing($content){
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() == '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{
@@ -703,13 +703,23 @@ if(isset($theChampSharingOptions['woocom_thankyou']) || isset($theChampCounterOp
703
  * Remove render sharing action from Excerpts, as it gets nasty due to strip_tags()
704
  */
705
  function the_champ_remove_render_sharing($content){
706
- if(is_home()){
707
- remove_action('the_content', 'the_champ_render_sharing');
 
708
  }
709
  return $content;
710
  }
711
  add_filter('get_the_excerpt', 'the_champ_remove_render_sharing', 9);
712
 
 
 
 
 
 
 
 
 
 
713
  /**
714
  * Get sharing count for providers
715
  */
18
  }
19
  $postTitle = html_entity_decode( $postTitle, ENT_QUOTES, 'UTF-8' );
20
  $postTitle = urlencode( $postTitle );
21
+ $postTitle = str_replace( array('#', '%27', '%22'), array('%23', "'", '\"'), $postTitle );
22
  $postTitle = esc_html( $postTitle );
23
 
24
  $output = apply_filters( 'the_champ_sharing_interface_filter', '', $postUrl, $sharingType, $theChampSharingOptions, $post, $displayCount, $totalShares );
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() == '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() == '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{
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() == '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() == '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{
703
  * Remove render sharing action from Excerpts, as it gets nasty due to strip_tags()
704
  */
705
  function the_champ_remove_render_sharing($content){
706
+ remove_action('the_content', 'the_champ_render_sharing');
707
+ if(!is_home()){
708
+ add_filter('the_content', 'the_champ_render_sharing_next_time', 98);
709
  }
710
  return $content;
711
  }
712
  add_filter('get_the_excerpt', 'the_champ_remove_render_sharing', 9);
713
 
714
+ /**
715
+ * Apply the_content filter "next time"
716
+ */
717
+ function the_champ_render_sharing_next_time( $content ) {
718
+ add_filter('the_content', 'the_champ_render_sharing', 98);
719
+
720
+ return $content;
721
+ }
722
+
723
  /**
724
  * Get sharing count for providers
725
  */
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-28 01:36+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:36+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -200,7 +200,7 @@ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن
200
 
201
  #: ../helper.php:897
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:779
@@ -212,6 +212,11 @@ msgstr "حفظ"
212
  msgid "Please help us make the plugin better"
213
  msgstr ""
214
 
 
 
 
 
 
215
  #: ../helper.php:943
216
  msgid "I am deactivating the plugin because"
217
  msgstr ""
@@ -844,9 +849,8 @@ msgstr "صفحات"
844
  #: ../admin/social_sharing.php:1320
845
  #: ../admin/like_buttons.php:220
846
  #: ../admin/like_buttons.php:504
847
- #, fuzzy
848
- msgid "Excerpts"
849
- msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
850
 
851
  #: ../admin/social_sharing.php:902
852
  #: ../admin/social_sharing.php:1322
@@ -1271,6 +1275,10 @@ msgstr ""
1271
  msgid "Why is there so much space between like buttons?"
1272
  msgstr ""
1273
 
 
 
 
 
1274
  #: ../admin/social_commenting.php:13
1275
  #, fuzzy
1276
  msgid "Enable Social Commenting"
@@ -1862,9 +1870,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1862
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1863
 
1864
  #: ../admin/social_login.php:614
1865
- #, fuzzy
1866
- msgid "Send username-password after user registration"
1867
- msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1868
 
1869
  #: ../admin/social_login.php:624
1870
  #, fuzzy
@@ -2196,12 +2203,12 @@ msgstr "استخدم كود مختصر | Include the shortcode"
2196
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2197
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2198
 
2199
- #: ../inc/social_sharing.php:721
2200
  #, fuzzy
2201
  msgid "Invalid request"
2202
  msgstr "طلب غير صحيح"
2203
 
2204
- #: ../inc/social_sharing.php:728
2205
  #, fuzzy
2206
  msgid "Providers not selected"
2207
  msgstr "محدد | selected"
@@ -2363,6 +2370,14 @@ msgstr "العائم الرأسي مثل أزرار القطعة. السماح
2363
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2364
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
2365
 
 
 
 
 
 
 
 
 
2366
  #, fuzzy
2367
  #~ msgid "Login options"
2368
  #~ msgstr "الخيارات"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:22+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
200
 
201
  #: ../helper.php:897
202
  #: ../admin/general_options.php:89
203
+ #: ../admin/social_sharing.php:1786
204
  #: ../admin/social_commenting.php:464
205
  #: ../admin/social_login.php:875
206
  #: ../admin/like_buttons.php:779
212
  msgid "Please help us make the plugin better"
213
  msgstr ""
214
 
215
+ #: ../helper.php:943
216
+ #, php-format
217
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
218
+ msgstr ""
219
+
220
  #: ../helper.php:943
221
  msgid "I am deactivating the plugin because"
222
  msgstr ""
849
  #: ../admin/social_sharing.php:1320
850
  #: ../admin/like_buttons.php:220
851
  #: ../admin/like_buttons.php:504
852
+ msgid "Excerpts and Posts page"
853
+ msgstr ""
 
854
 
855
  #: ../admin/social_sharing.php:902
856
  #: ../admin/social_sharing.php:1322
1275
  msgid "Why is there so much space between like buttons?"
1276
  msgstr ""
1277
 
1278
+ #: ../admin/social_sharing.php:1775
1279
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1280
+ msgstr ""
1281
+
1282
  #: ../admin/social_commenting.php:13
1283
  #, fuzzy
1284
  msgid "Enable Social Commenting"
1870
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1871
 
1872
  #: ../admin/social_login.php:614
1873
+ msgid "Send post-registration email to set account password"
1874
+ msgstr ""
 
1875
 
1876
  #: ../admin/social_login.php:624
1877
  #, fuzzy
2203
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2204
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2205
 
2206
+ #: ../inc/social_sharing.php:733
2207
  #, fuzzy
2208
  msgid "Invalid request"
2209
  msgstr "طلب غير صحيح"
2210
 
2211
+ #: ../inc/social_sharing.php:740
2212
  #, fuzzy
2213
  msgid "Providers not selected"
2214
  msgstr "محدد | selected"
2370
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2371
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
2372
 
2373
+ #, fuzzy
2374
+ #~ msgid "Excerpts"
2375
+ #~ msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
2376
+
2377
+ #, fuzzy
2378
+ #~ msgid "Send username-password after user registration"
2379
+ #~ msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
2380
+
2381
  #, fuzzy
2382
  #~ msgid "Login options"
2383
  #~ msgstr "الخيارات"
languages/Super-Socializer-es_ES.mo CHANGED
Binary file
languages/Super-Socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-28 01:36+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:36+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -187,7 +187,7 @@ msgstr "Avatar Grande"
187
 
188
  #: ../helper.php:897
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:779
@@ -198,6 +198,11 @@ msgstr "Guardar Cambios"
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
 
 
 
 
 
201
  #: ../helper.php:943
202
  msgid "I am deactivating the plugin because"
203
  msgstr ""
@@ -762,8 +767,9 @@ msgstr "Páginas"
762
  #: ../admin/social_sharing.php:1320
763
  #: ../admin/like_buttons.php:220
764
  #: ../admin/like_buttons.php:504
765
- msgid "Excerpts"
766
- msgstr "Extractos"
 
767
 
768
  #: ../admin/social_sharing.php:902
769
  #: ../admin/social_sharing.php:1322
@@ -1144,6 +1150,10 @@ msgstr ""
1144
  msgid "Why is there so much space between like buttons?"
1145
  msgstr ""
1146
 
 
 
 
 
1147
  #: ../admin/social_commenting.php:13
1148
  msgid "Enable Social Commenting"
1149
  msgstr "Permitir Comentarios en redes sociales"
@@ -1652,8 +1662,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1652
  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"
1653
 
1654
  #: ../admin/social_login.php:614
1655
- msgid "Send username-password after user registration"
1656
- msgstr "Enviar nombre de usuario y contraseña después del registro del usuario"
1657
 
1658
  #: ../admin/social_login.php:624
1659
  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)"
@@ -1924,11 +1934,11 @@ msgstr "Shortcode y Widget Botones Me gusta"
1924
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1925
  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\""
1926
 
1927
- #: ../inc/social_sharing.php:721
1928
  msgid "Invalid request"
1929
  msgstr "Petición no válida"
1930
 
1931
- #: ../inc/social_sharing.php:728
1932
  msgid "Providers not selected"
1933
  msgstr "Redes sociales no seleccionadas"
1934
 
@@ -2065,8 +2075,12 @@ msgstr "Widget horizontal de botones Me gusta. Permite a los usuarios de tu siti
2065
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2066
  msgstr "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página \"Super Socializer > Like Buttons\"."
2067
 
2068
- #~ msgid "Excerpts (at Homepage)"
2069
- #~ msgstr "Extractos (en la Página de Inicio)"
 
 
 
 
2070
 
2071
  #~ msgid "Login options"
2072
  #~ msgstr "Opciones de Ingreso"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:23+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
187
 
188
  #: ../helper.php:897
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1786
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:875
193
  #: ../admin/like_buttons.php:779
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
201
+ #: ../helper.php:943
202
+ #, php-format
203
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
204
+ msgstr ""
205
+
206
  #: ../helper.php:943
207
  msgid "I am deactivating the plugin because"
208
  msgstr ""
767
  #: ../admin/social_sharing.php:1320
768
  #: ../admin/like_buttons.php:220
769
  #: ../admin/like_buttons.php:504
770
+ #, fuzzy
771
+ msgid "Excerpts and Posts page"
772
+ msgstr "Extractos (en la Página de Inicio)"
773
 
774
  #: ../admin/social_sharing.php:902
775
  #: ../admin/social_sharing.php:1322
1150
  msgid "Why is there so much space between like buttons?"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/social_sharing.php:1775
1154
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1155
+ msgstr ""
1156
+
1157
  #: ../admin/social_commenting.php:13
1158
  msgid "Enable Social Commenting"
1159
  msgstr "Permitir Comentarios en redes sociales"
1662
  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"
1663
 
1664
  #: ../admin/social_login.php:614
1665
+ msgid "Send post-registration email to set account password"
1666
+ msgstr ""
1667
 
1668
  #: ../admin/social_login.php:624
1669
  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)"
1934
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1935
  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\""
1936
 
1937
+ #: ../inc/social_sharing.php:733
1938
  msgid "Invalid request"
1939
  msgstr "Petición no válida"
1940
 
1941
+ #: ../inc/social_sharing.php:740
1942
  msgid "Providers not selected"
1943
  msgstr "Redes sociales no seleccionadas"
1944
 
2075
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2076
  msgstr "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página \"Super Socializer > Like Buttons\"."
2077
 
2078
+ #~ msgid "Excerpts"
2079
+ #~ msgstr "Extractos"
2080
+
2081
+ #~ msgid "Send username-password after user registration"
2082
+ #~ msgstr ""
2083
+ #~ "Enviar nombre de usuario y contraseña después del registro del usuario"
2084
 
2085
  #~ msgid "Login options"
2086
  #~ msgstr "Opciones de Ingreso"
languages/Super-Socializer-fr_FR.mo DELETED
Binary file
languages/Super-Socializer-fr_FR.po DELETED
@@ -1,2920 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Super Socializer\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-28 01:37+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:37+0530\n"
7
- "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
- "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
- "Language: fr\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.6.9\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=2; plural=(n > 1);\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
-
91
- #: ../helper.php:8
92
- #, fuzzy
93
- msgid "Settings saved"
94
- msgstr "Paramètres"
95
-
96
- #: ../helper.php:8
97
- msgid "Dismiss this notice"
98
- msgstr "Rejeter cet avis"
99
-
100
- #: ../helper.php:158
101
- msgid "Click to show help"
102
- msgstr "Cliquez pour afficher l'aide"
103
-
104
- #: ../helper.php:158
105
- msgid "Click to hide help"
106
- msgstr "Cliquez sur pour cacher l'aide"
107
-
108
- #: ../helper.php:252
109
- msgid "Settings"
110
- msgstr "Paramètres"
111
-
112
- #: ../helper.php:575
113
- #, fuzzy
114
- msgid "Account linked successfully"
115
- msgstr "Paramètres enregistrées avec succès"
116
-
117
- #: ../helper.php:579
118
- msgid "Account already exists or linked"
119
- msgstr "Compte existe déjà ou liée"
120
-
121
- #: ../helper.php:588
122
- #, fuzzy
123
- msgid "You are already connected with"
124
- msgstr "Vous êtes prêt à Socialiser votre site web."
125
-
126
- #: ../helper.php:588
127
- msgid "as primary social network"
128
- msgstr "comme réseau social primaire"
129
-
130
- #: ../helper.php:603
131
- msgid "Link your social account to login to your account at this website"
132
- msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
133
-
134
- #: ../helper.php:640
135
- msgid "Currently"
136
- msgstr "actuellement"
137
-
138
- #: ../helper.php:640
139
- msgid "Remove"
140
- msgstr "supprimer"
141
-
142
- #: ../helper.php:741
143
- #, fuzzy
144
- msgid "Disable Standard Social Sharing on this "
145
- msgstr "Désactiver les boutons de partage verticaux sur cette page"
146
-
147
- #: ../helper.php:746
148
- #, fuzzy
149
- msgid "Disable Floating Social Sharing on this "
150
- msgstr "Désactiver les boutons de partage horizontaux sur cette page"
151
-
152
- #: ../helper.php:751
153
- #, fuzzy
154
- msgid "Disable Standard like buttons on this "
155
- msgstr "Désactiver le compteur social vertical sur cette page"
156
-
157
- #: ../helper.php:756
158
- #, fuzzy
159
- msgid "Disable Floating like buttons on this "
160
- msgstr "Désactiver le compteur social horizontal sur cette page"
161
-
162
- #: ../helper.php:761
163
- #, fuzzy
164
- msgid "Disable Social Commenting on this "
165
- msgstr "Activer les commentaires Facebook"
166
-
167
- #: ../helper.php:770
168
- #, fuzzy
169
- msgid "Standard Sharing Interface"
170
- msgstr "Paramètres pour l'interface de partage horizontal"
171
-
172
- #: ../helper.php:776
173
- #: ../helper.php:795
174
- #, fuzzy
175
- msgid "Starting share count for "
176
- msgstr "Afficher le compteur des partages"
177
-
178
- #: ../helper.php:789
179
- #, fuzzy
180
- msgid "Floating Sharing Interface"
181
- msgstr "Paramètres pour l'interface de partage horizontal"
182
-
183
- #: ../helper.php:882
184
- #, fuzzy
185
- msgid "Social Avatar"
186
- msgstr "Petit Avatar Url"
187
-
188
- #: ../helper.php:885
189
- msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
190
- msgstr ""
191
-
192
- #: ../helper.php:886
193
- msgid "Update social avatar, next time I Social Login"
194
- msgstr ""
195
-
196
- #: ../helper.php:889
197
- #, fuzzy
198
- msgid "Small Avatar"
199
- msgstr "Petit Avatar Url"
200
-
201
- #: ../helper.php:893
202
- #, fuzzy
203
- msgid "Large Avatar"
204
- msgstr "Cible Url"
205
-
206
- #: ../helper.php:897
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:779
212
- msgid "Save Changes"
213
- msgstr "Sauvegarder"
214
-
215
- #: ../helper.php:942
216
- msgid "Please help us make the plugin better"
217
- msgstr ""
218
-
219
- #: ../helper.php:943
220
- msgid "I am deactivating the plugin because"
221
- msgstr ""
222
-
223
- #: ../helper.php:943
224
- msgid "I no longer need the plugin"
225
- msgstr ""
226
-
227
- #: ../helper.php:943
228
- msgid "I found a better plugin"
229
- msgstr ""
230
-
231
- #: ../helper.php:943
232
- msgid "I only needed the plugin for a short period"
233
- msgstr ""
234
-
235
- #: ../helper.php:943
236
- msgid "The plugin broke my site"
237
- msgstr ""
238
-
239
- #: ../helper.php:943
240
- msgid "The plugin suddenly stopped working"
241
- msgstr ""
242
-
243
- #: ../helper.php:943
244
- msgid "I couldn\\'t understand how to make it work"
245
- msgstr ""
246
-
247
- #: ../helper.php:943
248
- msgid "The plugin is great, but I need specific feature that you don\\'t support"
249
- msgstr ""
250
-
251
- #: ../helper.php:943
252
- msgid "The plugin is not working"
253
- msgstr ""
254
-
255
- #: ../helper.php:943
256
- msgid "It\\'s not what I was looking for"
257
- msgstr ""
258
-
259
- #: ../helper.php:943
260
- msgid "The plugin didn\\'t work as expected"
261
- msgstr ""
262
-
263
- #: ../helper.php:943
264
- msgid "Other"
265
- msgstr ""
266
-
267
- #: ../helper.php:966
268
- #, fuzzy
269
- msgid "Please specify a vaild reason"
270
- msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
271
-
272
- #: ../admin/general_options.php:17
273
- msgid "Include Javascript in website footer"
274
- msgstr "Inclure le javascript dans le footer de votre site"
275
-
276
- #: ../admin/general_options.php:27
277
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
278
- msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
279
-
280
- #: ../admin/general_options.php:35
281
- msgid "Load all Javascript files in single file"
282
- msgstr ""
283
-
284
- #: ../admin/general_options.php:45
285
- msgid "Loads Javascript in single request."
286
- msgstr ""
287
-
288
- #: ../admin/general_options.php:53
289
- msgid "Delete all the options on plugin deletion"
290
- msgstr "Supprimer toutes les paramètres lors de la suppression du plugin"
291
-
292
- #: ../admin/general_options.php:63
293
- 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."
294
- msgstr "Si activé, toutes les paramètres du plugin seront supprimées lors de sa suppression et vous devriez reconfigurer les paramètres si vous décidez de réinstaller le plugin."
295
-
296
- #: ../admin/general_options.php:71
297
- #, fuzzy
298
- msgid "Custom CSS"
299
- msgstr "URL personnalisé"
300
-
301
- #: ../admin/general_options.php:81
302
- msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
303
- msgstr ""
304
-
305
- #: ../admin/help.php:4
306
- msgid "About"
307
- msgstr "A propos"
308
-
309
- #: ../admin/help.php:4
310
- msgid "Version"
311
- msgstr "Version"
312
-
313
- #: ../admin/help.php:6
314
- msgid "by"
315
- msgstr "pour"
316
-
317
- #: ../admin/help.php:7
318
- 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"
319
- msgstr "Nous sommes une équipe créative avec des idées uniques dans l'esprit et le service à cœur. Nous aimons ce que nous faisons. Pour plus d'infos vous joindre à nous"
320
-
321
- #: ../admin/help.php:17
322
- msgid "Donate"
323
- msgstr "Donner"
324
-
325
- #: ../admin/help.php:19
326
- msgid "You can help us continue the development of this free plugin by donating"
327
- msgstr ""
328
-
329
- #: ../admin/help.php:20
330
- #, fuzzy
331
- msgid "Donate Now"
332
- msgstr "Donner"
333
-
334
- #: ../admin/help.php:26
335
- msgid "Plugin Demo"
336
- msgstr "Demonstration du plugin"
337
-
338
- #: ../admin/help.php:32
339
- msgid "Integrate with Google Analytics"
340
- msgstr ""
341
-
342
- #: ../admin/help.php:38
343
- msgid "Boost sharing by awarding points"
344
- msgstr "Boostez partage en attribuant des points"
345
-
346
- #: ../admin/help.php:44
347
- msgid "Award points for Social Login"
348
- msgstr "Attribuer des points pour la connexion sociale"
349
-
350
- #: ../admin/help.php:50
351
- #, fuzzy
352
- msgid "Other Add-ons"
353
- msgstr "Add-ons"
354
-
355
- #: ../admin/help.php:55
356
- msgid "Need Help?"
357
- msgstr "Besoin D'Aide?"
358
-
359
- #: ../admin/help.php:57
360
- #, fuzzy
361
- 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>"
362
- msgstr "Si vous souhaitez avoir des fonctionnalités personnalisés dans ce plugin, je peux le faire. Envoyez-moi un mail à <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>."
363
-
364
- #: ../admin/help.php:62
365
- #, fuzzy
366
- msgid "Support Us"
367
- msgstr "Aide"
368
-
369
- #: ../admin/help.php:65
370
- #: ../admin/help.php:68
371
- #: ../admin/help.php:69
372
- #: ../admin/help.php:70
373
- #: ../admin/help.php:71
374
- #: ../admin/help.php:72
375
- msgid "Rate 5-star"
376
- msgstr "Avis 5 étoiles"
377
-
378
- #: ../admin/social_sharing.php:9
379
- #: ../admin/social_commenting.php:8
380
- #: ../admin/social_login.php:8
381
- #: ../admin/like_buttons.php:10
382
- msgid "Master Control"
383
- msgstr ""
384
-
385
- #: ../admin/social_sharing.php:14
386
- msgid "Enable Social Sharing"
387
- msgstr "Activer le partage social"
388
-
389
- #: ../admin/social_sharing.php:23
390
- #, fuzzy
391
- msgid "Master control to enable Social Sharing"
392
- msgstr "Control maître pour activer le partage horizontal"
393
-
394
- #: ../admin/social_sharing.php:35
395
- msgid "Theme Selection"
396
- msgstr ""
397
-
398
- #: ../admin/social_sharing.php:36
399
- #: ../admin/like_buttons.php:37
400
- #, fuzzy
401
- msgid "Standard Interface"
402
- msgstr "Paramètres pour l'interface de partage horizontal"
403
-
404
- #: ../admin/social_sharing.php:37
405
- #: ../admin/like_buttons.php:38
406
- #, fuzzy
407
- msgid "Floating Interface"
408
- msgstr "Paramètres pour l'interface de partage horizontal"
409
-
410
- #: ../admin/social_sharing.php:38
411
- #: ../admin/like_buttons.php:39
412
- msgid "Miscellaneous"
413
- msgstr ""
414
-
415
- #: ../admin/social_sharing.php:39
416
- #: ../admin/social_sharing.php:1731
417
- #: ../admin/social_sharing.php:1733
418
- #: ../admin/social_login.php:40
419
- #: ../admin/social_login.php:861
420
- #: ../admin/like_buttons.php:40
421
- #: ../admin/like_buttons.php:753
422
- msgid "Shortcode & Widget"
423
- msgstr "Widgets et shortcodes"
424
-
425
- #: ../admin/social_sharing.php:40
426
- msgid "Troubleshooter"
427
- msgstr "Résolution de problèmes"
428
-
429
- #: ../admin/social_sharing.php:41
430
- #: ../admin/social_sharing.php:1762
431
- #: ../admin/social_commenting.php:36
432
- #: ../admin/social_commenting.php:452
433
- #: ../admin/like_buttons.php:41
434
- #: ../admin/like_buttons.php:765
435
- msgid "FAQ"
436
- msgstr "FAQ"
437
-
438
- #: ../admin/social_sharing.php:48
439
- msgid "Standard interface theme"
440
- msgstr ""
441
-
442
- #: ../admin/social_sharing.php:53
443
- #: ../admin/social_sharing.php:360
444
- msgid "Icon Preview"
445
- msgstr "Aperçu d'icône"
446
-
447
- #: ../admin/social_sharing.php:125
448
- #: ../admin/social_sharing.php:433
449
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
450
- msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des changements en cliquant sur le bouton ci-dessous sauver"
451
-
452
- #: ../admin/social_sharing.php:132
453
- #: ../admin/social_sharing.php:440
454
- msgid "Shape"
455
- msgstr "forme"
456
-
457
- #: ../admin/social_sharing.php:136
458
- #: ../admin/social_sharing.php:444
459
- msgid "Round"
460
- msgstr "tour"
461
-
462
- #: ../admin/social_sharing.php:138
463
- #: ../admin/social_sharing.php:446
464
- msgid "Square"
465
- msgstr "carré"
466
-
467
- #: ../admin/social_sharing.php:140
468
- #: ../admin/social_sharing.php:448
469
- msgid "Rectangle"
470
- msgstr ""
471
-
472
- #: ../admin/social_sharing.php:147
473
- #: ../admin/social_sharing.php:455
474
- #, fuzzy
475
- msgid "Shape of the sharing icons"
476
- msgstr "Afficher le compteur des partages"
477
-
478
- #: ../admin/social_sharing.php:156
479
- #: ../admin/social_sharing.php:464
480
- msgid "Size (in pixels)"
481
- msgstr "Taille (en pixels)"
482
-
483
- #: ../admin/social_sharing.php:172
484
- #: ../admin/social_sharing.php:480
485
- #, fuzzy
486
- msgid "Size of the sharing icons"
487
- msgstr "Alignement horizontal des boutons de partage"
488
-
489
- #: ../admin/social_sharing.php:182
490
- #: ../admin/social_sharing.php:490
491
- #, fuzzy
492
- msgid "Width (in pixels)"
493
- msgstr "Taille (en pixels)"
494
-
495
- #: ../admin/social_sharing.php:198
496
- #: ../admin/social_sharing.php:506
497
- #, fuzzy
498
- msgid "Width of the sharing icons"
499
- msgstr "Alignement horizontal des boutons de partage"
500
-
501
- #: ../admin/social_sharing.php:206
502
- #: ../admin/social_sharing.php:514
503
- #, fuzzy
504
- msgid "Height (in pixels)"
505
- msgstr "Taille (en pixels)"
506
-
507
- #: ../admin/social_sharing.php:222
508
- #: ../admin/social_sharing.php:530
509
- #, fuzzy
510
- msgid "Height of the sharing icons"
511
- msgstr "Alignement horizontal des boutons de partage"
512
-
513
- #: ../admin/social_sharing.php:232
514
- #: ../admin/social_sharing.php:540
515
- #, fuzzy
516
- msgid "Border radius (in pixels)"
517
- msgstr "Taille (en pixels)"
518
-
519
- #: ../admin/social_sharing.php:242
520
- #: ../admin/social_sharing.php:550
521
- msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
522
- msgstr ""
523
-
524
- #: ../admin/social_sharing.php:251
525
- #: ../admin/social_sharing.php:559
526
- #, fuzzy
527
- msgid "Logo Color"
528
- msgstr "Couleur de fond"
529
-
530
- #: ../admin/social_sharing.php:255
531
- #: ../admin/social_sharing.php:276
532
- #: ../admin/social_sharing.php:296
533
- #: ../admin/social_sharing.php:563
534
- #: ../admin/social_sharing.php:584
535
- #: ../admin/social_sharing.php:603
536
- msgid "Default"
537
- msgstr ""
538
-
539
- #: ../admin/social_sharing.php:257
540
- #: ../admin/social_sharing.php:277
541
- #: ../admin/social_sharing.php:301
542
- #: ../admin/social_sharing.php:565
543
- #: ../admin/social_sharing.php:585
544
- #: ../admin/social_sharing.php:608
545
- msgid "On Hover"
546
- msgstr ""
547
-
548
- #: ../admin/social_sharing.php:265
549
- #: ../admin/social_sharing.php:573
550
- #, fuzzy
551
- 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>"
552
- 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>"
553
-
554
- #: ../admin/social_sharing.php:273
555
- #: ../admin/social_sharing.php:581
556
- #: ../admin/social_sharing.php:1213
557
- #: ../admin/like_buttons.php:397
558
- msgid "Background Color"
559
- msgstr "Couleur de fond"
560
-
561
- #: ../admin/social_sharing.php:284
562
- #: ../admin/social_sharing.php:592
563
- #, fuzzy
564
- 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>"
565
- 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>"
566
-
567
- #: ../admin/social_sharing.php:292
568
- #: ../admin/social_sharing.php:600
569
- msgid "Border"
570
- msgstr ""
571
-
572
- #: ../admin/social_sharing.php:298
573
- #: ../admin/social_sharing.php:303
574
- #: ../admin/social_sharing.php:605
575
- #: ../admin/social_sharing.php:610
576
- #, fuzzy
577
- msgid "Border Width"
578
- msgstr "Widgets et shortcodes"
579
-
580
- #: ../admin/social_sharing.php:299
581
- #: ../admin/social_sharing.php:304
582
- #: ../admin/social_sharing.php:606
583
- #: ../admin/social_sharing.php:611
584
- #, fuzzy
585
- msgid "Border Color"
586
- msgstr "Couleur de fond"
587
-
588
- #: ../admin/social_sharing.php:311
589
- #: ../admin/social_sharing.php:618
590
- #, fuzzy
591
- msgid "Icon border"
592
- msgstr "Aperçu d'icône"
593
-
594
- #: ../admin/social_sharing.php:319
595
- #: ../admin/social_sharing.php:626
596
- msgid "Counter Position"
597
- msgstr ""
598
-
599
- #: ../admin/social_sharing.php:319
600
- #: ../admin/social_sharing.php:626
601
- msgid "(applies, if counter enabled)"
602
- msgstr ""
603
-
604
- #: ../admin/social_sharing.php:323
605
- #: ../admin/social_sharing.php:630
606
- #: ../admin/social_sharing.php:851
607
- #: ../admin/social_sharing.php:1235
608
- #: ../admin/like_buttons.php:171
609
- #: ../admin/like_buttons.php:419
610
- msgid "Left"
611
- msgstr "Gauche"
612
-
613
- #: ../admin/social_sharing.php:325
614
- #: ../admin/social_sharing.php:632
615
- msgid "Top"
616
- msgstr ""
617
-
618
- #: ../admin/social_sharing.php:327
619
- #: ../admin/social_sharing.php:634
620
- #: ../admin/social_sharing.php:853
621
- #: ../admin/social_sharing.php:1236
622
- #: ../admin/like_buttons.php:173
623
- #: ../admin/like_buttons.php:420
624
- msgid "Right"
625
- msgstr "Droite"
626
-
627
- #: ../admin/social_sharing.php:329
628
- #: ../admin/social_sharing.php:636
629
- msgid "Bottom"
630
- msgstr ""
631
-
632
- #: ../admin/social_sharing.php:331
633
- #: ../admin/social_sharing.php:638
634
- msgid "Inner Left"
635
- msgstr ""
636
-
637
- #: ../admin/social_sharing.php:333
638
- #: ../admin/social_sharing.php:640
639
- msgid "Inner Top"
640
- msgstr ""
641
-
642
- #: ../admin/social_sharing.php:335
643
- #: ../admin/social_sharing.php:642
644
- #, fuzzy
645
- msgid "Inner Right"
646
- msgstr "Droite"
647
-
648
- #: ../admin/social_sharing.php:337
649
- #: ../admin/social_sharing.php:644
650
- msgid "Inner Bottom"
651
- msgstr ""
652
-
653
- #: ../admin/social_sharing.php:345
654
- #: ../admin/social_sharing.php:652
655
- #, fuzzy
656
- msgid "Position of share counter"
657
- msgstr "En-dessous du contenu"
658
-
659
- #: ../admin/social_sharing.php:355
660
- #, fuzzy
661
- msgid "Floating interface theme"
662
- msgstr "Paramètres pour l'interface de partage horizontal"
663
-
664
- #: ../admin/social_sharing.php:667
665
- #, fuzzy
666
- msgid "Standard Sharing Interface Options"
667
- msgstr "Paramètres pour l'interface de partage horizontal"
668
-
669
- #: ../admin/social_sharing.php:673
670
- #, fuzzy
671
- msgid "Enable Standard sharing interface"
672
- msgstr "Activer le partage horizontal"
673
-
674
- #: ../admin/social_sharing.php:683
675
- #, fuzzy
676
- msgid "Master control to enable standard sharing"
677
- msgstr "Control maître pour activer le partage horizontal"
678
-
679
- #: ../admin/social_sharing.php:693
680
- #: ../admin/social_sharing.php:1081
681
- #: ../admin/like_buttons.php:74
682
- #: ../admin/like_buttons.php:323
683
- msgid "Target Url"
684
- msgstr "Cible Url"
685
-
686
- #: ../admin/social_sharing.php:697
687
- #: ../admin/social_sharing.php:1085
688
- #: ../admin/like_buttons.php:78
689
- #: ../admin/like_buttons.php:327
690
- msgid "Url of the webpage where icons are located (default)"
691
- msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
692
-
693
- #: ../admin/social_sharing.php:699
694
- #: ../admin/social_sharing.php:1087
695
- #: ../admin/like_buttons.php:80
696
- #: ../admin/like_buttons.php:329
697
- msgid "Url of the homepage of your website"
698
- msgstr "Url de la page d'accueil de votre site Web"
699
-
700
- #: ../admin/social_sharing.php:701
701
- #: ../admin/social_sharing.php:1089
702
- #: ../admin/like_buttons.php:82
703
- #: ../admin/like_buttons.php:331
704
- #, fuzzy
705
- msgid "Custom url"
706
- msgstr "URL personnalisé"
707
-
708
- #: ../admin/social_sharing.php:708
709
- #: ../admin/social_sharing.php:1096
710
- msgid "Url to share"
711
- msgstr "URL pour partager"
712
-
713
- #: ../admin/social_sharing.php:716
714
- #: ../admin/social_login.php:377
715
- #: ../admin/like_buttons.php:97
716
- msgid "Title"
717
- msgstr "Titre"
718
-
719
- #: ../admin/social_sharing.php:726
720
- msgid "The text to display above the sharing interface"
721
- msgstr "Le texte à afficher au-dessus des boutons de partage"
722
-
723
- #: ../admin/social_sharing.php:738
724
- #: ../admin/social_sharing.php:1104
725
- msgid "Rearrange icons"
726
- msgstr "Repositionner les icônes"
727
-
728
- #: ../admin/social_sharing.php:797
729
- #: ../admin/social_sharing.php:1163
730
- msgid "Drag the icons to rearrange in desired order"
731
- msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
732
-
733
- #: ../admin/social_sharing.php:805
734
- #: ../admin/social_sharing.php:1171
735
- #, fuzzy
736
- msgid "Select Sharing Services"
737
- msgstr "Selectionner et repositionner les réseaux sociaux"
738
-
739
- #: ../admin/social_sharing.php:812
740
- #: ../admin/social_sharing.php:1178
741
- msgid "Select sharing services to show in social share bar"
742
- msgstr ""
743
-
744
- #: ../admin/social_sharing.php:847
745
- #: ../admin/social_sharing.php:1231
746
- #: ../admin/like_buttons.php:167
747
- #: ../admin/like_buttons.php:415
748
- msgid "Horizontal alignment"
749
- msgstr "Alignement horizontal"
750
-
751
- #: ../admin/social_sharing.php:852
752
- #: ../admin/like_buttons.php:172
753
- msgid "Center"
754
- msgstr "centre"
755
-
756
- #: ../admin/social_sharing.php:861
757
- #: ../admin/social_sharing.php:1244
758
- msgid "Horizontal alignment of the sharing interface"
759
- msgstr "Alignement horizontal des boutons de partage"
760
-
761
- #: ../admin/social_sharing.php:869
762
- #: ../admin/like_buttons.php:189
763
- msgid "Position with respect to content"
764
- msgstr "Position par rapport au contenu"
765
-
766
- #: ../admin/social_sharing.php:873
767
- #: ../admin/like_buttons.php:193
768
- msgid "Top of the content"
769
- msgstr "Au-dessus du contenu"
770
-
771
- #: ../admin/social_sharing.php:875
772
- #: ../admin/like_buttons.php:195
773
- msgid "Bottom of the content"
774
- msgstr "En-dessous du contenu"
775
-
776
- #: ../admin/social_sharing.php:882
777
- msgid "Specify position of the sharing interface with respect to the content"
778
- msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
779
-
780
- #: ../admin/social_sharing.php:890
781
- #: ../admin/social_sharing.php:1310
782
- msgid "Placement"
783
- msgstr ""
784
-
785
- #: ../admin/social_sharing.php:894
786
- #: ../admin/social_sharing.php:1314
787
- #: ../admin/social_login.php:658
788
- #: ../admin/social_login.php:688
789
- #: ../admin/like_buttons.php:214
790
- #: ../admin/like_buttons.php:498
791
- msgid "Homepage"
792
- msgstr "Page d'accueil"
793
-
794
- #: ../admin/social_sharing.php:896
795
- #: ../admin/social_sharing.php:1316
796
- #: ../admin/like_buttons.php:216
797
- #: ../admin/like_buttons.php:500
798
- msgid "Posts"
799
- msgstr "Publications"
800
-
801
- #: ../admin/social_sharing.php:898
802
- #: ../admin/social_sharing.php:1318
803
- #: ../admin/like_buttons.php:218
804
- #: ../admin/like_buttons.php:502
805
- msgid "Pages"
806
- msgstr "Pages"
807
-
808
- #: ../admin/social_sharing.php:900
809
- #: ../admin/social_sharing.php:1320
810
- #: ../admin/like_buttons.php:220
811
- #: ../admin/like_buttons.php:504
812
- msgid "Excerpts"
813
- msgstr "Extraits"
814
-
815
- #: ../admin/social_sharing.php:902
816
- #: ../admin/social_sharing.php:1322
817
- #: ../admin/like_buttons.php:222
818
- #: ../admin/like_buttons.php:506
819
- msgid "Category Archives"
820
- msgstr "Archives des catégories"
821
-
822
- #: ../admin/social_sharing.php:904
823
- #: ../admin/social_sharing.php:1324
824
- #: ../admin/like_buttons.php:224
825
- #: ../admin/like_buttons.php:508
826
- msgid "Archive Pages (Category, Tag, Author or Date based pages)"
827
- msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
828
-
829
- #: ../admin/social_sharing.php:920
830
- #: ../admin/like_buttons.php:240
831
- #, fuzzy
832
- msgid "BuddyPress activity"
833
- msgstr "L'activité et les groupes BuddyPress"
834
-
835
- #: ../admin/social_sharing.php:922
836
- #: ../admin/like_buttons.php:243
837
- msgid "BuddyPress group (only at top of content)"
838
- msgstr ""
839
-
840
- #: ../admin/social_sharing.php:928
841
- #: ../admin/social_sharing.php:1346
842
- #: ../admin/like_buttons.php:250
843
- #: ../admin/like_buttons.php:529
844
- msgid "BBPress forum"
845
- msgstr ""
846
-
847
- #: ../admin/social_sharing.php:931
848
- #: ../admin/social_sharing.php:1349
849
- #: ../admin/like_buttons.php:253
850
- #: ../admin/like_buttons.php:532
851
- msgid "BBPress topic"
852
- msgstr "sujet BBPress"
853
-
854
- #: ../admin/social_sharing.php:934
855
- #: ../admin/like_buttons.php:256
856
- msgid "BBPress reply"
857
- msgstr "BBPress réponse"
858
-
859
- #: ../admin/social_sharing.php:941
860
- #: ../admin/like_buttons.php:263
861
- msgid "After individual product at WooCommerce Shop page"
862
- msgstr "Après produit individuel à la page WooCommerce Boutique"
863
-
864
- #: ../admin/social_sharing.php:944
865
- #: ../admin/like_buttons.php:266
866
- msgid "WooCommerce Product Page"
867
- msgstr "WooCommerce page produit"
868
-
869
- #: ../admin/social_sharing.php:947
870
- #: ../admin/like_buttons.php:269
871
- msgid "WooCommerce Thankyou Page"
872
- msgstr "Merci WooCommerce page"
873
-
874
- #: ../admin/social_sharing.php:958
875
- msgid "Specify the pages where you want to enable Sharing interface"
876
- msgstr "Définir les pages où vous souhaitez activer les boutons partage"
877
-
878
- #: ../admin/social_sharing.php:966
879
- #: ../admin/social_sharing.php:1367
880
- msgid "Show share counts"
881
- msgstr "Afficher le compteur des partages"
882
-
883
- #: ../admin/social_sharing.php:971
884
- #: ../admin/social_sharing.php:1372
885
- msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
886
- msgstr ""
887
-
888
- #: ../admin/social_sharing.php:988
889
- #: ../admin/social_sharing.php:1380
890
- #, php-format
891
- msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
892
- msgstr ""
893
-
894
- #: ../admin/social_sharing.php:990
895
- #: ../admin/social_sharing.php:1382
896
- #, fuzzy, php-format
897
- 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>"
898
- msgstr "Afin de se server de cette fonctionnalité, veuillez suivre les étapes indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
899
-
900
- #: ../admin/social_sharing.php:992
901
- #: ../admin/social_sharing.php:1384
902
- #, php-format
903
- msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
904
- msgstr ""
905
-
906
- #: ../admin/social_sharing.php:994
907
- #: ../admin/social_sharing.php:1386
908
- #, fuzzy, php-format
909
- 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>"
910
- msgstr "Afin de se server de cette fonctionnalité, veuillez suivre les étapes indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
911
-
912
- #: ../admin/social_sharing.php:1001
913
- #: ../admin/social_sharing.php:1393
914
- msgid "If enabled, share counts are displayed above sharing icons."
915
- msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
916
-
917
- #: ../admin/social_sharing.php:1010
918
- #: ../admin/social_sharing.php:1402
919
- #, fuzzy
920
- msgid "Show total shares"
921
- msgstr "Afficher le compteur des partages"
922
-
923
- #: ../admin/social_sharing.php:1020
924
- #: ../admin/social_sharing.php:1412
925
- #, fuzzy
926
- msgid "If enabled, total shares will be displayed with sharing icons"
927
- msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
928
-
929
- #: ../admin/social_sharing.php:1029
930
- #: ../admin/social_sharing.php:1421
931
- #, fuzzy
932
- msgid "Enable 'More' icon"
933
- msgstr "Activer la verification de l'adresse e-mail"
934
-
935
- #: ../admin/social_sharing.php:1039
936
- #: ../admin/social_sharing.php:1431
937
- msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
938
- msgstr "Si elle est activée, icône \"Plus de\" sera affiché icônes de partage sélectionnés après qui montre des réseaux de partage supplémentaires dans le popup"
939
-
940
- #: ../admin/social_sharing.php:1055
941
- #, fuzzy
942
- msgid "Floating Sharing Interface Options"
943
- msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
944
-
945
- #: ../admin/social_sharing.php:1061
946
- #, fuzzy
947
- msgid "Enable Floating sharing interface"
948
- msgstr "Activer les boutons de partage verticaux (flotants)"
949
-
950
- #: ../admin/social_sharing.php:1071
951
- #, fuzzy
952
- msgid "Master control to enable floating sharing widget"
953
- msgstr "Control maître pour les boutons de partage verticaux (flotants)"
954
-
955
- #: ../admin/social_sharing.php:1223
956
- 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>"
957
- 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>"
958
-
959
- #: ../admin/social_sharing.php:1253
960
- #: ../admin/like_buttons.php:437
961
- msgid "Left offset"
962
- msgstr "Marge à gauche"
963
-
964
- #: ../admin/social_sharing.php:1263
965
- #, fuzzy
966
- 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."
967
- msgstr "Définir la taille de la marge à gauche (en pixels)."
968
-
969
- #: ../admin/social_sharing.php:1273
970
- #: ../admin/like_buttons.php:457
971
- msgid "Right offset"
972
- msgstr "Marge à droite"
973
-
974
- #: ../admin/social_sharing.php:1283
975
- #, fuzzy
976
- 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."
977
- msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
978
-
979
- #: ../admin/social_sharing.php:1292
980
- #: ../admin/like_buttons.php:476
981
- msgid "Top offset"
982
- msgstr "Marge au-dessus"
983
-
984
- #: ../admin/social_sharing.php:1302
985
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
986
- msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
987
-
988
- #: ../admin/social_sharing.php:1338
989
- #: ../admin/like_buttons.php:522
990
- #, fuzzy
991
- msgid "BuddyPress group"
992
- msgstr "BuddyPress page de profil"
993
-
994
- #: ../admin/social_sharing.php:1359
995
- msgid "Specify the pages where you want to enable vertical Sharing interface"
996
- msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
997
-
998
- #: ../admin/social_sharing.php:1439
999
- #, fuzzy
1000
- msgid "Vertical floating bar responsiveness"
1001
- msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
1002
-
1003
- #: ../admin/social_sharing.php:1442
1004
- #, php-format
1005
- msgid "Display vertical interface only when screen is wider than %s pixels"
1006
- msgstr ""
1007
-
1008
- #: ../admin/social_sharing.php:1449
1009
- msgid "Display vertical interface only when screen is wider than the width specified."
1010
- msgstr ""
1011
-
1012
- #: ../admin/social_sharing.php:1457
1013
- msgid "Horizontal floating bar responsiveness"
1014
- msgstr ""
1015
-
1016
- #: ../admin/social_sharing.php:1460
1017
- #, fuzzy, php-format
1018
- msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
1019
- msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
1020
-
1021
- #: ../admin/social_sharing.php:1467
1022
- msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
1023
- msgstr ""
1024
-
1025
- #: ../admin/social_sharing.php:1477
1026
- #, fuzzy
1027
- msgid "Horizontal floating bar position"
1028
- msgstr "Paramètres pour l'interface de partage horizontal"
1029
-
1030
- #: ../admin/social_sharing.php:1480
1031
- #, php-format
1032
- msgid "%s pixels from %s"
1033
- msgstr ""
1034
-
1035
- #: ../admin/social_sharing.php:1487
1036
- msgid "Alignment of horizontal floating interface. Number can be negative too."
1037
- msgstr ""
1038
-
1039
- #: ../admin/social_sharing.php:1506
1040
- #: ../admin/like_buttons.php:578
1041
- #, fuzzy
1042
- msgid "Url shortener"
1043
- msgstr "bit.ly raccourcisseur d'URL"
1044
-
1045
- #: ../admin/social_sharing.php:1512
1046
- msgid "Use shortlinks already installed"
1047
- msgstr "Utilisez shortlinks déjà installés"
1048
-
1049
- #: ../admin/social_sharing.php:1522
1050
- msgid "Uses default short url permalinks without using any additional plugin"
1051
- msgstr ""
1052
-
1053
- #: ../admin/social_sharing.php:1530
1054
- msgid "Enable bit.ly url shortener for sharing"
1055
- msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
1056
-
1057
- #: ../admin/social_sharing.php:1540
1058
- #: ../admin/like_buttons.php:612
1059
- msgid "Master control to enable bit.ly url shortening for sharing"
1060
- msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
1061
-
1062
- #: ../admin/social_sharing.php:1548
1063
- #: ../admin/like_buttons.php:620
1064
- msgid "bit.ly username"
1065
- msgstr "Psuedo bit.ly"
1066
-
1067
- #: ../admin/social_sharing.php:1558
1068
- #: ../admin/like_buttons.php:630
1069
- #, php-format
1070
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1071
- msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
1072
-
1073
- #: ../admin/social_sharing.php:1567
1074
- #: ../admin/like_buttons.php:639
1075
- msgid "bit.ly API Key"
1076
- msgstr "Clé API bit.ly"
1077
-
1078
- #: ../admin/social_sharing.php:1577
1079
- #: ../admin/like_buttons.php:649
1080
- #, php-format
1081
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1082
- msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
1083
-
1084
- #: ../admin/social_sharing.php:1586
1085
- #: ../admin/like_buttons.php:658
1086
- msgid "Clear Bitly Cache"
1087
- msgstr ""
1088
-
1089
- #: ../admin/social_sharing.php:1590
1090
- #: ../admin/like_buttons.php:662
1091
- #, fuzzy
1092
- msgid "ShortUrl cache cleared successfully."
1093
- msgstr "Paramètres enregistrées avec succès"
1094
-
1095
- #: ../admin/social_sharing.php:1597
1096
- #: ../admin/like_buttons.php:669
1097
- 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."
1098
- msgstr ""
1099
-
1100
- #: ../admin/social_sharing.php:1606
1101
- msgid "Share Count Cache"
1102
- msgstr ""
1103
-
1104
- #: ../admin/social_sharing.php:1612
1105
- msgid "Refresh Share Count cache every"
1106
- msgstr ""
1107
-
1108
- #: ../admin/social_sharing.php:1628
1109
- msgid "Frequent cache refreshing results in slower loading of pages with share counts enabled"
1110
- msgstr ""
1111
-
1112
- #: ../admin/social_sharing.php:1636
1113
- msgid "Clear Share Counts Cache"
1114
- msgstr ""
1115
-
1116
- #: ../admin/social_sharing.php:1640
1117
- #, fuzzy
1118
- msgid "Share Counts cache cleared successfully."
1119
- msgstr "Paramètres enregistrées avec succès"
1120
-
1121
- #: ../admin/social_sharing.php:1647
1122
- msgid "Use this to clear cached share counts"
1123
- msgstr ""
1124
-
1125
- #: ../admin/social_sharing.php:1656
1126
- #: ../admin/social_sharing.php:1662
1127
- #: ../admin/social_commenting.php:311
1128
- #: ../admin/like_buttons.php:678
1129
- #: ../admin/like_buttons.php:684
1130
- msgid "Language"
1131
- msgstr "Langue"
1132
-
1133
- #: ../admin/social_sharing.php:1672
1134
- #, fuzzy, php-format
1135
- 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)"
1136
- 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."
1137
-
1138
- #: ../admin/social_sharing.php:1681
1139
- #, fuzzy
1140
- msgid "Username in sharing"
1141
- msgstr "Psuedo Twitter dans le partage des liens"
1142
-
1143
- #: ../admin/social_sharing.php:1687
1144
- msgid "Twitter username (without @)"
1145
- msgstr "Psuedo Twitter (sans @)"
1146
-
1147
- #: ../admin/social_sharing.php:1697
1148
- #: ../admin/social_sharing.php:1716
1149
- 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."
1150
- msgstr "Le pseudo défini sera rajouté à la fin du contenu du tweet en tant que \"via @PSUEDO\". Laissez vide si vous ne le souhaitez pas."
1151
-
1152
- #: ../admin/social_sharing.php:1706
1153
- #, fuzzy
1154
- msgid "Buffer username (without @)"
1155
- msgstr "Psuedo Twitter (sans @)"
1156
-
1157
- #: ../admin/social_sharing.php:1743
1158
- msgid "Facebook Sharing Troubleshooter"
1159
- msgstr "Résoudre les problems Facebook"
1160
-
1161
- #: ../admin/social_sharing.php:1748
1162
- 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:"
1163
- msgstr "Si le partage sur Facebook ne marche pas, cliquez sur le lien suivant et entrez le lien de la page ou le problème se produit."
1164
-
1165
- #: ../admin/social_sharing.php:1764
1166
- msgid "How can I show share counts of my website rather than of individual pages/posts?"
1167
- msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1168
-
1169
- #: ../admin/social_sharing.php:1765
1170
- #, fuzzy
1171
- msgid "How can I disable sharing on particular page/post?"
1172
- msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1173
-
1174
- #: ../admin/social_sharing.php:1766
1175
- msgid "How can I specify minimum sharing count for sharing networks?"
1176
- msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
1177
-
1178
- #: ../admin/social_sharing.php:1767
1179
- msgid "How to share specific page?"
1180
- msgstr ""
1181
-
1182
- #: ../admin/social_sharing.php:1768
1183
- msgid "How to integrate Google Analytics with sharing?"
1184
- msgstr ""
1185
-
1186
- #: ../admin/social_sharing.php:1769
1187
- msgid "How to customize the look of total share counts?"
1188
- msgstr ""
1189
-
1190
- #: ../admin/social_sharing.php:1770
1191
- #, fuzzy
1192
- msgid "How to customize the look of individual share counts?"
1193
- msgstr "Afficher le compteur des partages"
1194
-
1195
- #: ../admin/social_sharing.php:1771
1196
- #, fuzzy
1197
- msgid "How to show Whatsapp icon only on mobile devices?"
1198
- msgstr "Cacher le partage sur appareils mobiles"
1199
-
1200
- #: ../admin/social_sharing.php:1772
1201
- msgid "How to hide arrow after floating sharing bar?"
1202
- msgstr ""
1203
-
1204
- #: ../admin/social_sharing.php:1773
1205
- msgid "Why are Share Counts Not Updating?"
1206
- msgstr ""
1207
-
1208
- #: ../admin/social_sharing.php:1774
1209
- #: ../admin/like_buttons.php:767
1210
- msgid "Why is there so much space between like buttons?"
1211
- msgstr ""
1212
-
1213
- #: ../admin/social_commenting.php:13
1214
- #, fuzzy
1215
- msgid "Enable Social Commenting"
1216
- msgstr "Activer le Compteur Social"
1217
-
1218
- #: ../admin/social_commenting.php:23
1219
- #, fuzzy
1220
- msgid "Master control to enable Social Commenting"
1221
- msgstr "Control maître pour activer le partage horizontal"
1222
-
1223
- #: ../admin/social_commenting.php:34
1224
- #, fuzzy
1225
- msgid "Social Commenting"
1226
- msgstr "Commentaires par défaut"
1227
-
1228
- #: ../admin/social_commenting.php:35
1229
- #: ../admin/social_commenting.php:440
1230
- msgid "Shortcode"
1231
- msgstr "Shortcode"
1232
-
1233
- #: ../admin/social_commenting.php:48
1234
- msgid "Order of tabs in commenting interface"
1235
- msgstr "Ordre des onglets dans l'interface commentant"
1236
-
1237
- #: ../admin/social_commenting.php:58
1238
- msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1239
- msgstr "Ordre des onglets affichés dans l'interface commentant sociale. Par défaut, wordpress, facebook, googleplus, Disqus"
1240
-
1241
- #: ../admin/social_commenting.php:66
1242
- msgid "Comment area label"
1243
- msgstr "Commentaire étiquette de la zone"
1244
-
1245
- #: ../admin/social_commenting.php:76
1246
- #, fuzzy
1247
- msgid "Label for comment area"
1248
- msgstr "Commentaires Facebook"
1249
-
1250
- #: ../admin/social_commenting.php:89
1251
- #, fuzzy
1252
- msgid "Enable Social Commenting at"
1253
- msgstr "Activer le Compteur Social"
1254
-
1255
- #: ../admin/social_commenting.php:108
1256
- #, fuzzy
1257
- msgid "Specify the page/post groups where you want to enable Social Commenting"
1258
- msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1259
-
1260
- #: ../admin/social_commenting.php:119
1261
- msgid "HTML ID of comment form container"
1262
- msgstr "ID HTML du formulaire commentaire récipient"
1263
-
1264
- #: ../admin/social_commenting.php:129
1265
- 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."
1266
- msgstr "ID HTML de l'élément de conteneur du formulaire de commentaire par défaut à la fin de l'avant. Laissez vide pour ID par défaut - \"répondre\". Vous devez spécifier si le formulaire de commentaire par défaut comparaît et Commentant social est pas permis de se au frontal de votre site web."
1267
-
1268
- #: ../admin/social_commenting.php:139
1269
- msgid "Labels"
1270
- msgstr "étiquettes"
1271
-
1272
- #: ../admin/social_commenting.php:144
1273
- #, fuzzy
1274
- msgid "Label for WordPress Commenting tab"
1275
- msgstr "WordPress Comentarios"
1276
-
1277
- #: ../admin/social_commenting.php:153
1278
- #, fuzzy
1279
- msgid "Label for Facebook Commenting tab"
1280
- msgstr "Activer les commentaires Facebook"
1281
-
1282
- #: ../admin/social_commenting.php:162
1283
- #, fuzzy
1284
- msgid "Label for G+ Commenting tab"
1285
- msgstr "Commentaires Facebook"
1286
-
1287
- #: ../admin/social_commenting.php:171
1288
- msgid "Label for Disqus Commenting tab"
1289
- msgstr "Étiquette pour onglet Commentant Disqus"
1290
-
1291
- #: ../admin/social_commenting.php:182
1292
- msgid "Facebook Commenting Options"
1293
- msgstr "Paramètres des commentaires Facebook"
1294
-
1295
- #: ../admin/social_commenting.php:188
1296
- #, fuzzy
1297
- msgid "Enable Facebook Comments notification and moderation"
1298
- msgstr "Activer les commentaires Facebook"
1299
-
1300
- #: ../admin/social_commenting.php:196
1301
- #: ../admin/social_commenting.php:206
1302
- msgid "Enable Facebook Commenting"
1303
- msgstr "Activer les commentaires Facebook"
1304
-
1305
- #: ../admin/social_commenting.php:214
1306
- #: ../admin/social_commenting.php:372
1307
- msgid "Url to comment on"
1308
- msgstr "URL à commenter"
1309
-
1310
- #: ../admin/social_commenting.php:224
1311
- 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."
1312
- msgstr "L'URL absolu auquel les commentaires publiés seront associés de façon permanente. Les publications sur Facebook à propos des commentaires laissés sur votre site seront associés à ce lien. <br/>Si vous le laissez vide <strong>Recommandé</strong>, le lien de la page sera utilisé."
1313
-
1314
- #: ../admin/social_commenting.php:232
1315
- #: ../admin/social_commenting.php:354
1316
- msgid "Width"
1317
- msgstr "Largeur"
1318
-
1319
- #: ../admin/social_commenting.php:242
1320
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1321
- msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
1322
-
1323
- #: ../admin/social_commenting.php:250
1324
- msgid "Color Scheme"
1325
- msgstr "Schéma de couleurs"
1326
-
1327
- #: ../admin/social_commenting.php:254
1328
- msgid "Light"
1329
- msgstr "Clair"
1330
-
1331
- #: ../admin/social_commenting.php:255
1332
- msgid "Dark"
1333
- msgstr "Sombre"
1334
-
1335
- #: ../admin/social_commenting.php:263
1336
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1337
- msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
1338
-
1339
- #: ../admin/social_commenting.php:271
1340
- #, fuzzy
1341
- msgid "Number of comments"
1342
- msgstr "Le nombre de publications"
1343
-
1344
- #: ../admin/social_commenting.php:281
1345
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1346
- msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
1347
-
1348
- #: ../admin/social_commenting.php:289
1349
- msgid "Order by"
1350
- msgstr "Trier par"
1351
-
1352
- #: ../admin/social_commenting.php:293
1353
- msgid "Social"
1354
- msgstr "Social"
1355
-
1356
- #: ../admin/social_commenting.php:294
1357
- msgid "Reverse Time"
1358
- msgstr "Anachronique"
1359
-
1360
- #: ../admin/social_commenting.php:295
1361
- msgid "Time"
1362
- msgstr "Heure"
1363
-
1364
- #: ../admin/social_commenting.php:303
1365
- msgid "The order to use when displaying comments."
1366
- msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
1367
-
1368
- #: ../admin/social_commenting.php:321
1369
- #, php-format
1370
- 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)"
1371
- 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."
1372
-
1373
- #: ../admin/social_commenting.php:330
1374
- #, fuzzy
1375
- msgid "Google Plus Commenting Options"
1376
- msgstr "Paramètres des commentaires Facebook"
1377
-
1378
- #: ../admin/social_commenting.php:336
1379
- #: ../admin/social_commenting.php:346
1380
- #, fuzzy
1381
- msgid "Enable Google Plus Commenting"
1382
- msgstr "Activer les commentaires Facebook"
1383
-
1384
- #: ../admin/social_commenting.php:364
1385
- msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1386
- msgstr "Largeur de l'interface Commentant GooglePlus. Laissez vide pour Auto Adjust"
1387
-
1388
- #: ../admin/social_commenting.php:382
1389
- #, fuzzy
1390
- 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."
1391
- msgstr "L'URL absolu auquel les commentaires publiés seront associés de façon permanente. Les publications sur Facebook à propos des commentaires laissés sur votre site seront associés à ce lien. <br/>Si vous le laissez vide <strong>Recommandé</strong>, le lien de la page sera utilisé."
1392
-
1393
- #: ../admin/social_commenting.php:391
1394
- #, fuzzy
1395
- msgid "Disqus Commenting Options"
1396
- msgstr "Paramètres des commentaires Facebook"
1397
-
1398
- #: ../admin/social_commenting.php:397
1399
- #: ../admin/social_commenting.php:407
1400
- #, fuzzy
1401
- msgid "Enable Disqus Commenting"
1402
- msgstr "Activer les commentaires Facebook"
1403
-
1404
- #: ../admin/social_commenting.php:415
1405
- msgid "Disqus Shortname"
1406
- msgstr ""
1407
-
1408
- #: ../admin/social_commenting.php:425
1409
- #, fuzzy
1410
- msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1411
- msgstr "<strong>Nécessaire pour utiliser Disqus commentant.</strong> Vous pouvez le trouver dans votre section Disqus des paramètres de plug-in comme le montre la capture d'écran ci-dessous"
1412
-
1413
- #: ../admin/social_commenting.php:442
1414
- #, fuzzy
1415
- msgid "Social Commenting Shortcode"
1416
- msgstr "Commentaires par défaut"
1417
-
1418
- #: ../admin/social_commenting.php:454
1419
- #, fuzzy
1420
- msgid "How can I disable Social Commenting at individual page/post?"
1421
- msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1422
-
1423
- #: ../admin/social_commenting.php:455
1424
- msgid "How to disable default comment form from Social Commenting?"
1425
- msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1426
-
1427
- #: ../admin/social_login.php:14
1428
- msgid "Enable Social Login"
1429
- msgstr "Activer la connection par les réseaux sociaux"
1430
-
1431
- #: ../admin/social_login.php:24
1432
- msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1433
- msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1434
-
1435
- #: ../admin/social_login.php:35
1436
- #: ../admin/social_login.php:46
1437
- msgid "Basic Configuration"
1438
- msgstr "Configuration basique"
1439
-
1440
- #: ../admin/social_login.php:36
1441
- #, fuzzy
1442
- msgid "Advanced Configuration"
1443
- msgstr "Configuration basique"
1444
-
1445
- #: ../admin/social_login.php:38
1446
- #: ../admin/social_login.php:813
1447
- msgid "XProfile Integration"
1448
- msgstr ""
1449
-
1450
- #: ../admin/social_login.php:53
1451
- msgid "Disable user registration via Social Login"
1452
- msgstr "Désactiver l'enregistrement de l'utilisateur via Login social"
1453
-
1454
- #: ../admin/social_login.php:63
1455
- 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."
1456
- 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."
1457
-
1458
- #: ../admin/social_login.php:72
1459
- #, fuzzy
1460
- msgid "Redirection url"
1461
- msgstr "Rediriger la page après la connection"
1462
-
1463
- #: ../admin/social_login.php:82
1464
- 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."
1465
- 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."
1466
-
1467
- #: ../admin/social_login.php:91
1468
- msgid "Select providers"
1469
- msgstr "Selectionner les réseaux sociaux"
1470
-
1471
- #: ../admin/social_login.php:96
1472
- msgid "Facebook"
1473
- msgstr "Facebook"
1474
-
1475
- #: ../admin/social_login.php:100
1476
- msgid "Twitter"
1477
- msgstr "Twitter"
1478
-
1479
- #: ../admin/social_login.php:104
1480
- msgid "LinkedIn"
1481
- msgstr "LinkedIn"
1482
-
1483
- #: ../admin/social_login.php:108
1484
- msgid "Google+"
1485
- msgstr "Google+"
1486
-
1487
- #: ../admin/social_login.php:112
1488
- msgid "Vkontakte"
1489
- msgstr "Vkontakte"
1490
-
1491
- #: ../admin/social_login.php:116
1492
- msgid "Instagram"
1493
- msgstr "Instagram"
1494
-
1495
- #: ../admin/social_login.php:120
1496
- msgid "Xing"
1497
- msgstr ""
1498
-
1499
- #: ../admin/social_login.php:124
1500
- msgid "Steam"
1501
- msgstr ""
1502
-
1503
- #: ../admin/social_login.php:129
1504
- #, fuzzy
1505
- msgid "Twitch"
1506
- msgstr "Twitter"
1507
-
1508
- #: ../admin/social_login.php:137
1509
- msgid "Select Social ID provider to enable in Social Login"
1510
- msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1511
-
1512
- #: ../admin/social_login.php:145
1513
- msgid "Facebook App ID"
1514
- msgstr "Facebook App ID"
1515
-
1516
- #: ../admin/social_login.php:155
1517
- #, php-format
1518
- 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"
1519
- msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1520
-
1521
- #: ../admin/social_login.php:157
1522
- msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1523
- msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1524
-
1525
- #: ../admin/social_login.php:167
1526
- msgid "Twitter API Key"
1527
- msgstr "Clé API Twitter"
1528
-
1529
- #: ../admin/social_login.php:177
1530
- #, php-format
1531
- 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"
1532
- 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."
1533
-
1534
- #: ../admin/social_login.php:179
1535
- #: ../admin/social_login.php:201
1536
- msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1537
- msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1538
-
1539
- #: ../admin/social_login.php:189
1540
- msgid "Twitter API Secret"
1541
- msgstr "Code secret API Twitter"
1542
-
1543
- #: ../admin/social_login.php:199
1544
- #, php-format
1545
- 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"
1546
- 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."
1547
-
1548
- #: ../admin/social_login.php:211
1549
- msgid "LinkedIn API Key"
1550
- msgstr "LinkedIn clé API"
1551
-
1552
- #: ../admin/social_login.php:221
1553
- #, php-format
1554
- 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"
1555
- 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."
1556
-
1557
- #: ../admin/social_login.php:223
1558
- #: ../admin/social_login.php:289
1559
- msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1560
- msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1561
-
1562
- #: ../admin/social_login.php:233
1563
- msgid "Google+ Client ID"
1564
- msgstr "Google+ Client ID"
1565
-
1566
- #: ../admin/social_login.php:243
1567
- #, php-format
1568
- 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"
1569
- 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\"."
1570
-
1571
- #: ../admin/social_login.php:245
1572
- msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1573
- msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1574
-
1575
- #: ../admin/social_login.php:255
1576
- msgid "Vkontakte Application ID"
1577
- msgstr "Vkontakte Application ID"
1578
-
1579
- #: ../admin/social_login.php:265
1580
- #, php-format
1581
- 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"
1582
- 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\"."
1583
-
1584
- #: ../admin/social_login.php:267
1585
- msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1586
- msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1587
-
1588
- #: ../admin/social_login.php:277
1589
- msgid "Instagram Client ID"
1590
- msgstr "Instagram Client ID"
1591
-
1592
- #: ../admin/social_login.php:287
1593
- #, php-format
1594
- 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"
1595
- 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\"."
1596
-
1597
- #: ../admin/social_login.php:299
1598
- msgid "Xing Consumer Key"
1599
- msgstr ""
1600
-
1601
- #: ../admin/social_login.php:309
1602
- #, fuzzy, php-format
1603
- 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"
1604
- 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."
1605
-
1606
- #: ../admin/social_login.php:311
1607
- #: ../admin/social_login.php:333
1608
- msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1609
- msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1610
-
1611
- #: ../admin/social_login.php:321
1612
- msgid "Xing Consumer Secret"
1613
- msgstr ""
1614
-
1615
- #: ../admin/social_login.php:331
1616
- #, fuzzy, php-format
1617
- 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"
1618
- 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."
1619
-
1620
- #: ../admin/social_login.php:343
1621
- #, fuzzy
1622
- msgid "Twitch Client ID"
1623
- msgstr "Instagram Client ID"
1624
-
1625
- #: ../admin/social_login.php:353
1626
- #, fuzzy, php-format
1627
- 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"
1628
- 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."
1629
-
1630
- #: ../admin/social_login.php:355
1631
- #, fuzzy
1632
- msgid "Paste following url in <strong>Redirect URI</strong> option at the link mentioned"
1633
- msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1634
-
1635
- #: ../admin/social_login.php:371
1636
- #, fuzzy
1637
- msgid "Social Login Options"
1638
- msgstr "Connection par les réseaux sociaux"
1639
-
1640
- #: ../admin/social_login.php:387
1641
- msgid "Text to display above the Social Login interface"
1642
- msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1643
-
1644
- #: ../admin/social_login.php:396
1645
- msgid "Enable at login page"
1646
- msgstr "Activer sur la page de connection"
1647
-
1648
- #: ../admin/social_login.php:406
1649
- msgid "Social Login interface will get enabled at the login page of your website"
1650
- msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1651
-
1652
- #: ../admin/social_login.php:414
1653
- msgid "Enable at register page"
1654
- msgstr "Activer sur la page de création de compte"
1655
-
1656
- #: ../admin/social_login.php:424
1657
- msgid "Social Login interface will get enabled at the registration page of your website"
1658
- msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1659
-
1660
- #: ../admin/social_login.php:432
1661
- msgid "Enable at comment form"
1662
- msgstr "Activer dans les commentaires"
1663
-
1664
- #: ../admin/social_login.php:442
1665
- msgid "Social Login interface will get enabled at your Wordpress Comment form"
1666
- msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1667
-
1668
- #: ../admin/social_login.php:456
1669
- msgid "Enable before WooCommerce Customer Login Form"
1670
- msgstr "Activer avant WooCommerce formulaire Connexion client"
1671
-
1672
- #: ../admin/social_login.php:466
1673
- #, fuzzy
1674
- msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1675
- msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1676
-
1677
- #: ../admin/social_login.php:474
1678
- msgid "Enable after WooCommerce Customer Login Form"
1679
- msgstr "Activer après WooCommerce formulaire Connexion client"
1680
-
1681
- #: ../admin/social_login.php:484
1682
- #, fuzzy
1683
- msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1684
- msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1685
-
1686
- #: ../admin/social_login.php:492
1687
- #, fuzzy
1688
- msgid "Enable at WooCommerce checkout page"
1689
- msgstr "Activer sur la page de création de compte"
1690
-
1691
- #: ../admin/social_login.php:502
1692
- #, fuzzy
1693
- msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1694
- msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1695
-
1696
- #: ../admin/social_login.php:513
1697
- msgid "Auto-approve comments made by Social Login users"
1698
- msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1699
-
1700
- #: ../admin/social_login.php:523
1701
- msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1702
- 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."
1703
-
1704
- #: ../admin/social_login.php:524
1705
- msgid "Note: This is not related to Facebook comments"
1706
- msgstr "NB : Cela est différent des commentaires Facebook"
1707
-
1708
- #: ../admin/social_login.php:534
1709
- msgid "Enable social avatar"
1710
- msgstr "Activer la photo social"
1711
-
1712
- #: ../admin/social_login.php:544
1713
- msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1714
- msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1715
-
1716
- #: ../admin/social_login.php:554
1717
- msgid "Avatar quality"
1718
- msgstr "qualité Avatar"
1719
-
1720
- #: ../admin/social_login.php:557
1721
- msgid "Average"
1722
- msgstr "moyenne"
1723
-
1724
- #: ../admin/social_login.php:558
1725
- msgid "Best"
1726
- msgstr "Meilleur"
1727
-
1728
- #: ../admin/social_login.php:565
1729
- msgid "Choose avatar quality"
1730
- msgstr "Choisissez la qualité avatar"
1731
-
1732
- #: ../admin/social_login.php:574
1733
- #, fuzzy
1734
- msgid "Show option for users to update social avatar at BuddyPress profile page"
1735
- msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1736
-
1737
- #: ../admin/social_login.php:584
1738
- msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1739
- msgstr ""
1740
-
1741
- #: ../admin/social_login.php:605
1742
- 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"
1743
- 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."
1744
-
1745
- #: ../admin/social_login.php:614
1746
- msgid "Send username-password after user registration"
1747
- msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1748
-
1749
- #: ../admin/social_login.php:624
1750
- 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)"
1751
- msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1752
-
1753
- #: ../admin/social_login.php:633
1754
- msgid "Enable social account linking at BuddyPress profile page"
1755
- msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1756
-
1757
- #: ../admin/social_login.php:643
1758
- msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1759
- msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1760
-
1761
- #: ../admin/social_login.php:652
1762
- msgid "Login redirection"
1763
- msgstr "Rediriger la page après la connection"
1764
-
1765
- #: ../admin/social_login.php:656
1766
- msgid "Same page where user logged in"
1767
- msgstr "La même page ou l'utilisateur s'est connecté"
1768
-
1769
- #: ../admin/social_login.php:660
1770
- #: ../admin/social_login.php:690
1771
- msgid "Account dashboard"
1772
- msgstr "Leur compte"
1773
-
1774
- #: ../admin/social_login.php:663
1775
- #: ../admin/social_login.php:693
1776
- msgid "BuddyPress profile page"
1777
- msgstr "BuddyPress page de profil"
1778
-
1779
- #: ../admin/social_login.php:666
1780
- #: ../admin/social_login.php:696
1781
- msgid "Custom Url"
1782
- msgstr "URL personnalisé"
1783
-
1784
- #: ../admin/social_login.php:674
1785
- msgid "User will be redirected to the selected page after Social Login"
1786
- msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1787
-
1788
- #: ../admin/social_login.php:682
1789
- msgid "Registration redirection"
1790
- msgstr "Redirection après la création de compte"
1791
-
1792
- #: ../admin/social_login.php:686
1793
- #, fuzzy
1794
- msgid "Same page from where user registered"
1795
- msgstr "La même page ou l'utilisateur s'est connecté"
1796
-
1797
- #: ../admin/social_login.php:704
1798
- msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1799
- 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)"
1800
-
1801
- #: ../admin/social_login.php:712
1802
- msgid "Email popup options"
1803
- msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1804
-
1805
- #: ../admin/social_login.php:718
1806
- msgid "Text on 'Email required' popup"
1807
- msgstr "Texte dans le popup \"E-mail requis\""
1808
-
1809
- #: ../admin/social_login.php:728
1810
- msgid "This text will be displayed on email required popup. Leave empty if not required."
1811
- msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1812
-
1813
- #: ../admin/social_login.php:737
1814
- msgid "Error message for 'Email required' popup"
1815
- msgstr "Message d'erreur pour le popup \"E-mail requis\""
1816
-
1817
- #: ../admin/social_login.php:747
1818
- msgid "This message will be displayed to user if it provides invalid or already registered email"
1819
- 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."
1820
-
1821
- #: ../admin/social_login.php:756
1822
- msgid "Email popup height"
1823
- msgstr "Hauteur du popup e-mail"
1824
-
1825
- #: ../admin/social_login.php:766
1826
- 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."
1827
- 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."
1828
-
1829
- #: ../admin/social_login.php:774
1830
- msgid "Enable email verification"
1831
- msgstr "Activer la verification de l'adresse e-mail"
1832
-
1833
- #: ../admin/social_login.php:784
1834
- 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"
1835
- 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."
1836
-
1837
- #: ../admin/social_login.php:863
1838
- #, fuzzy
1839
- msgid "Social Login Shortcode & Widget"
1840
- msgstr "Widgets et shortcodes"
1841
-
1842
- #: ../admin/social_login.php:864
1843
- msgid "Social Linking Shortcode"
1844
- msgstr ""
1845
-
1846
- #: ../admin/admin.php:8
1847
- msgid "Welcome"
1848
- msgstr "Bienvenue"
1849
-
1850
- #: ../admin/admin.php:10
1851
- msgid "You are ready to Socialize your website."
1852
- msgstr "Vous êtes prêt à Socialiser votre site web."
1853
-
1854
- #: ../admin/admin.php:11
1855
- msgid "Getting Started"
1856
- msgstr "Pour commencer"
1857
-
1858
- #: ../admin/admin.php:12
1859
- #, fuzzy
1860
- 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."
1861
- msgstr "Commencez à changer les options dans les parties sous le menu <strong>Super Socializer</strong> à gauche. <strong>Partage social</strong> est active sur votre site par défaut."
1862
-
1863
- #: ../admin/admin.php:13
1864
- #, fuzzy
1865
- msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1866
- msgstr "Dans la section Facebook, vous pouvez configure les commentaires et flux Facebook."
1867
-
1868
- #: ../admin/admin.php:14
1869
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1870
- msgstr "Dans la section \"Connection par les réseaux sociaux\" vous pouvez selectionner les réseaux sociaux et configurer les paramètres."
1871
-
1872
- #: ../admin/admin.php:15
1873
- #, fuzzy
1874
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1875
- msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux sociaux pour le partage et configurer les paramètres des boutons de partage."
1876
-
1877
- #: ../admin/admin.php:16
1878
- #, fuzzy
1879
- msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1880
- msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux sociaux pour le partage et configurer les paramètres des boutons de partage."
1881
-
1882
- #: ../admin/like_buttons.php:16
1883
- msgid "Enable Like Buttons"
1884
- msgstr "Activer comme des boutons"
1885
-
1886
- #: ../admin/like_buttons.php:26
1887
- #, fuzzy
1888
- msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1889
- msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1890
-
1891
- #: ../admin/like_buttons.php:48
1892
- #, fuzzy
1893
- msgid "Standard Interface Options"
1894
- msgstr "Paramètres du compteur horizontal"
1895
-
1896
- #: ../admin/like_buttons.php:54
1897
- #, fuzzy
1898
- msgid "Enable standard interface"
1899
- msgstr "Activer le compteur horizontal"
1900
-
1901
- #: ../admin/like_buttons.php:64
1902
- #, fuzzy
1903
- msgid "Master control to enable horizontal like buttons"
1904
- msgstr "Control maître pour activer le compteur horizontal"
1905
-
1906
- #: ../admin/like_buttons.php:89
1907
- #: ../admin/like_buttons.php:338
1908
- msgid "Url to like/share/tweet and display like/share/tweet counts"
1909
- msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1910
-
1911
- #: ../admin/like_buttons.php:107
1912
- #, fuzzy
1913
- msgid "The text to display above the interface"
1914
- msgstr "La texte à afficher au-dessus du compteur"
1915
-
1916
- #: ../admin/like_buttons.php:115
1917
- #: ../admin/like_buttons.php:346
1918
- msgid "Select and rearrange providers"
1919
- msgstr "Selectionner et repositionner les réseaux sociaux"
1920
-
1921
- #: ../admin/like_buttons.php:159
1922
- #: ../admin/like_buttons.php:389
1923
- #, fuzzy
1924
- msgid "Select the providers for interface. Drag them to rearrange."
1925
- msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1926
-
1927
- #: ../admin/like_buttons.php:181
1928
- #: ../admin/like_buttons.php:428
1929
- #, fuzzy
1930
- msgid "Horizontal alignment of the interface"
1931
- msgstr "Alignement horizontal du compteur"
1932
-
1933
- #: ../admin/like_buttons.php:202
1934
- #, fuzzy
1935
- msgid "Specify position of the interface with respect to the content"
1936
- msgstr "Définir la position du compteur par rapport au contenu de la page"
1937
-
1938
- #: ../admin/like_buttons.php:210
1939
- #: ../admin/like_buttons.php:494
1940
- #, fuzzy
1941
- msgid "Interface location"
1942
- msgstr "Position du compteur"
1943
-
1944
- #: ../admin/like_buttons.php:280
1945
- #, fuzzy
1946
- msgid "Specify the pages where you want to enable interface"
1947
- msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1948
-
1949
- #: ../admin/like_buttons.php:297
1950
- #, fuzzy
1951
- msgid "Vertical (Floating) like buttons Options"
1952
- msgstr "Paramètres du compteur vertical (flotant)"
1953
-
1954
- #: ../admin/like_buttons.php:303
1955
- #, fuzzy
1956
- msgid "Enable floating like buttons"
1957
- msgstr "Activer le compteur vertical (flotant)"
1958
-
1959
- #: ../admin/like_buttons.php:313
1960
- msgid "Master control to enable vertical (floating) counter widget"
1961
- msgstr "Control maître pour activer le compteur vertical (flotant)"
1962
-
1963
- #: ../admin/like_buttons.php:407
1964
- #, fuzzy
1965
- 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>"
1966
- 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>"
1967
-
1968
- #: ../admin/like_buttons.php:447
1969
- #, fuzzy
1970
- msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1971
- msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1972
-
1973
- #: ../admin/like_buttons.php:467
1974
- #, fuzzy
1975
- msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1976
- msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1977
-
1978
- #: ../admin/like_buttons.php:486
1979
- #, fuzzy
1980
- msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1981
- msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1982
-
1983
- #: ../admin/like_buttons.php:542
1984
- #, fuzzy
1985
- msgid "Specify the pages where you want to enable vertical interface"
1986
- msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1987
-
1988
- #: ../admin/like_buttons.php:550
1989
- msgid "Hide like buttons on mobile devices"
1990
- msgstr "Cachez comme des boutons sur les appareils mobiles"
1991
-
1992
- #: ../admin/like_buttons.php:560
1993
- msgid "If enabled, vertical like buttons will not appear on mobile devices"
1994
- msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1995
-
1996
- #: ../admin/like_buttons.php:584
1997
- msgid "Use shortlinks already installed, for tweet button"
1998
- msgstr "Utilisez shortlinks déjà installés, pour le bouton tweet"
1999
-
2000
- #: ../admin/like_buttons.php:594
2001
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
2002
- msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
2003
-
2004
- #: ../admin/like_buttons.php:602
2005
- msgid "Enable bit.ly url shortener for tweet button"
2006
- msgstr "Activer le raccourcisseur d'URL bit.ly"
2007
-
2008
- #: ../admin/like_buttons.php:694
2009
- #, fuzzy, php-format
2010
- 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)"
2011
- 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."
2012
-
2013
- #: ../admin/like_buttons.php:703
2014
- #, fuzzy
2015
- msgid "Twitter Username"
2016
- msgstr "Psuedo Twitter dans le partage des liens"
2017
-
2018
- #: ../admin/like_buttons.php:709
2019
- #, fuzzy
2020
- msgid "Twitter username for Tweet (without @)"
2021
- msgstr "Psuedo Twitter (sans @)"
2022
-
2023
- #: ../admin/like_buttons.php:719
2024
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
2025
- 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."
2026
-
2027
- #: ../admin/like_buttons.php:728
2028
- #, fuzzy
2029
- msgid "Twitter username for Buffer sharing (without @)"
2030
- msgstr "Psuedo Twitter (sans @)"
2031
-
2032
- #: ../admin/like_buttons.php:738
2033
- #, fuzzy
2034
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
2035
- 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."
2036
-
2037
- #: ../admin/like_buttons.php:755
2038
- #, fuzzy
2039
- msgid "Like Buttons Shortcode & Widget"
2040
- msgstr "Widgets et shortcodes"
2041
-
2042
- #: ../inc/shortcode.php:245
2043
- #, fuzzy
2044
- msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2045
- msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
2046
-
2047
- #: ../inc/social_sharing.php:721
2048
- msgid "Invalid request"
2049
- msgstr "Demande non-valable !"
2050
-
2051
- #: ../inc/social_sharing.php:728
2052
- msgid "Providers not selected"
2053
- msgstr "Réseaux sociaux non-selectionnés !"
2054
-
2055
- #: ../inc/social_login.php:261
2056
- #, php-format
2057
- msgid "Username: %s"
2058
- msgstr ""
2059
-
2060
- #: ../inc/social_login.php:262
2061
- #, php-format
2062
- msgid "Password: %s"
2063
- msgstr ""
2064
-
2065
- #: ../inc/social_login.php:265
2066
- #, php-format
2067
- msgid "[%s] Your username and password"
2068
- msgstr ""
2069
-
2070
- #: ../inc/widget.php:11
2071
- msgid "Super Socializer - Login"
2072
- msgstr "Super Socializer - Login"
2073
-
2074
- #: ../inc/widget.php:13
2075
- msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
2076
- msgstr "Permettez à vos utilisateurs de se connecter et de créer un compte avec leur compte sur un réseau social comme Facebook, Twitter, Google+ ou LinkedIn"
2077
-
2078
- #: ../inc/widget.php:47
2079
- msgid "Log Out"
2080
- msgstr "Deconnexion"
2081
-
2082
- #: ../inc/widget.php:78
2083
- #, fuzzy
2084
- msgid "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
2085
- msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
2086
-
2087
- #: ../inc/widget.php:79
2088
- #: ../inc/widget.php:219
2089
- #: ../inc/widget.php:524
2090
- msgid "Title:"
2091
- msgstr "Titre :"
2092
-
2093
- #: ../inc/widget.php:81
2094
- #: ../inc/widget.php:233
2095
- #: ../inc/widget.php:534
2096
- msgid "Before widget content:"
2097
- msgstr "Avant le contenu du widget :"
2098
-
2099
- #: ../inc/widget.php:83
2100
- #: ../inc/widget.php:235
2101
- #: ../inc/widget.php:536
2102
- msgid "After widget content:"
2103
- msgstr "Après le contenu du widget :"
2104
-
2105
- #: ../inc/widget.php:86
2106
- #: ../inc/widget.php:237
2107
- #: ../inc/widget.php:401
2108
- #: ../inc/widget.php:538
2109
- #: ../inc/widget.php:688
2110
- msgid "Hide for logged in users:"
2111
- msgstr "Cacher pour les utilisateurs connectés :"
2112
-
2113
- #: ../inc/widget.php:105
2114
- msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2115
- msgstr "Boutons de partage horizontaux. Permettez à vos utilisateurs de partager votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
2116
-
2117
- #: ../inc/widget.php:218
2118
- #, fuzzy
2119
- msgid "Make sure \"Horizontal Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
2120
- msgstr "Assurez-vous que \"sociale horizontale partage\" est activée à partir de page \"super Socializer > Social Sharing\"."
2121
-
2122
- #: ../inc/widget.php:221
2123
- #: ../inc/widget.php:370
2124
- #, fuzzy
2125
- msgid "Show individual share counts:"
2126
- msgstr "Afficher le compteur des partages"
2127
-
2128
- #: ../inc/widget.php:223
2129
- #: ../inc/widget.php:372
2130
- #, fuzzy
2131
- msgid "Show total shares:"
2132
- msgstr "Afficher le compteur des partages"
2133
-
2134
- #: ../inc/widget.php:225
2135
- #: ../inc/widget.php:374
2136
- #: ../inc/widget.php:526
2137
- #: ../inc/widget.php:661
2138
- msgid "Target Url:"
2139
- msgstr "Cible Url:"
2140
-
2141
- #: ../inc/widget.php:227
2142
- #: ../inc/widget.php:376
2143
- #: ../inc/widget.php:528
2144
- #: ../inc/widget.php:663
2145
- msgid "Select"
2146
- msgstr "sélectionner"
2147
-
2148
- #: ../inc/widget.php:256
2149
- msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2150
- msgstr "Boutons de partage verticaux. Permettez à vos utilisateurs de partager votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
2151
-
2152
- #: ../inc/widget.php:369
2153
- #, fuzzy
2154
- msgid "Make sure \"Vertical Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
2155
- msgstr "Assurez-vous que \"Vertical Social Sharing\" est activée à partir de page \"super Socializer > Social Sharing\"."
2156
-
2157
- #: ../inc/widget.php:382
2158
- #: ../inc/widget.php:669
2159
- msgid "Alignment"
2160
- msgstr "Alignement"
2161
-
2162
- #: ../inc/widget.php:388
2163
- #: ../inc/widget.php:675
2164
- msgid "Left Offset"
2165
- msgstr "Marge gauche"
2166
-
2167
- #: ../inc/widget.php:392
2168
- #: ../inc/widget.php:679
2169
- msgid "Right Offset"
2170
- msgstr "Marge droite"
2171
-
2172
- #: ../inc/widget.php:395
2173
- #: ../inc/widget.php:682
2174
- msgid "Top Offset"
2175
- msgstr "Marge superieur"
2176
-
2177
- #: ../inc/widget.php:420
2178
- #, fuzzy
2179
- msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
2180
- msgstr "Compteur horizontal. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
2181
-
2182
- #: ../inc/widget.php:523
2183
- msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2184
- msgstr "Assurez-vous que \"Horizontal comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
2185
-
2186
- #: ../inc/widget.php:557
2187
- #, fuzzy
2188
- msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
2189
- msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
2190
-
2191
- #: ../inc/widget.php:660
2192
- msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2193
- msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
2194
-
2195
- #~ msgid "Login options"
2196
- #~ msgstr "Paramètres de connection"
2197
-
2198
- #, fuzzy
2199
- #~ msgid "Horizontal sharing"
2200
- #~ msgstr "Alignement horizontal"
2201
-
2202
- #, fuzzy
2203
- #~ msgid "Vertical sharing"
2204
- #~ msgstr "Partage social"
2205
-
2206
- #, fuzzy
2207
- #~ msgid "Sharing Options"
2208
- #~ msgstr "Position de partage"
2209
-
2210
- #~ msgid ""
2211
- #~ "Master control for Social Sharing. It must be checked to enable Social "
2212
- #~ "Sharing functionality"
2213
- #~ msgstr ""
2214
- #~ "Control maître pour le partage social. Cela doit être active afin "
2215
- #~ "d'activer cette fonctionnalité."
2216
-
2217
- #, fuzzy
2218
- #~ msgid "Horizontal interface options"
2219
- #~ msgstr "Paramètres pour l'interface de partage horizontal"
2220
-
2221
- #, fuzzy
2222
- #~ msgid "Vertical interface options"
2223
- #~ msgstr "Paramètres du compteur vertical (flotant)"
2224
-
2225
- #~ msgid "Do not load Modernizr JS"
2226
- #~ msgstr "Ne chargez pas Modernizr JS"
2227
-
2228
- #~ msgid ""
2229
- #~ "If you find the plugin breaking your theme, you can try enabling this "
2230
- #~ "option"
2231
- #~ msgstr ""
2232
- #~ "Si vous trouvez le plugin casser votre thème, vous pouvez essayer "
2233
- #~ "d'activer cette option"
2234
-
2235
- #~ msgid "Print"
2236
- #~ msgstr "Imprimer"
2237
-
2238
- #~ msgid "Email"
2239
- #~ msgstr "E-mail"
2240
-
2241
- #~ msgid "Yahoo"
2242
- #~ msgstr "Yahoo!"
2243
-
2244
- #~ msgid "Reddit"
2245
- #~ msgstr "Reddit"
2246
-
2247
- #~ msgid "Digg"
2248
- #~ msgstr "Digg"
2249
-
2250
- #~ msgid "Delicious"
2251
- #~ msgstr "Delicious"
2252
-
2253
- #~ msgid "StumbleUpon"
2254
- #~ msgstr "StumbleUpon"
2255
-
2256
- #~ msgid "Float it"
2257
- #~ msgstr "Float it"
2258
-
2259
- #~ msgid "Tumblr"
2260
- #~ msgstr "Tumblr"
2261
-
2262
- #~ msgid "Pinterest"
2263
- #~ msgstr "Pinterest"
2264
-
2265
- #~ msgid "Select the providers for sharing interface"
2266
- #~ msgstr "Selectionner les réseaux sociaux à inclure"
2267
-
2268
- #~ msgid "Sharing location"
2269
- #~ msgstr "Position de partage"
2270
-
2271
- #, fuzzy
2272
- #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2273
- #~ msgstr "Cacher le partage sur appareils mobiles"
2274
-
2275
- #~ msgid ""
2276
- #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2277
- #~ msgstr ""
2278
- #~ "Si elle est activée, l'interface de partage vertical ne sera pas "
2279
- #~ "apparaître sur les appareils mobiles"
2280
-
2281
- #, fuzzy
2282
- #~ msgid "Social Sharing Shortcode & Widget"
2283
- #~ msgstr "Widgets et shortcodes"
2284
-
2285
- #~ msgid "Like Buttons"
2286
- #~ msgstr "comme Boutons"
2287
-
2288
- #~ msgid "Options saved successfully"
2289
- #~ msgstr "Paramètres enregistrées avec succès"
2290
-
2291
- #, fuzzy
2292
- #~ msgid "Better"
2293
- #~ msgstr "Twitter"
2294
-
2295
- #~ msgid "You can see the plugin in action at following link"
2296
- #~ msgstr "Vous pouvez visualiser et tester le plugin ici"
2297
-
2298
- #, fuzzy
2299
- #~ msgid ""
2300
- #~ "If you like the plugin or have any query, drop an email at <a href="
2301
- #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
2302
- #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
2303
- #~ msgstr ""
2304
- #~ "Si vous aimez mon plugin ou si vous avez des questions, vous pouvez "
2305
- #~ "m'envoyer un mail à <a href=\"mailto:lordofthechamps@gmail.com"
2306
- #~ "\">lordofthechamps@gmail.com</a>, aimer ma page <strong>Facebook</strong> "
2307
- #~ "et me suivre sur <strong>Twitter</strong>."
2308
-
2309
- #~ msgid "Want plugin customization?"
2310
- #~ msgstr "Vous voulez un plugin personnalisé ?"
2311
-
2312
- #~ msgid ""
2313
- #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
2314
- #~ "Facebook Comments notification and moderation."
2315
- #~ msgstr ""
2316
- #~ "<strong>Note:</strong> Chute-nous un courriel à support@heateor.com pour "
2317
- #~ "permettre Facebook Commentaires notification et de modération."
2318
-
2319
- #~ msgid "Mobile"
2320
- #~ msgstr "Portable"
2321
-
2322
- #~ msgid "Auto Detect"
2323
- #~ msgstr "Detecter automatiquement"
2324
-
2325
- #~ msgid "True"
2326
- #~ msgstr "Vrai"
2327
-
2328
- #~ msgid "False"
2329
- #~ msgstr "Faux"
2330
-
2331
- #~ msgid ""
2332
- #~ "A boolean value that specifies whether to show the mobile-optimized "
2333
- #~ "version or not."
2334
- #~ msgstr ""
2335
- #~ "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
2336
-
2337
- #~ msgid "Twitter username in tweet button"
2338
- #~ msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
2339
-
2340
- #~ msgid ""
2341
- #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
2342
- #~ "redirect_uri</strong> options at the link mentioned"
2343
- #~ msgstr ""
2344
- #~ "Collez URL suivante dans <strong>Website</ strong> et <strong> OAuth "
2345
- #~ "redirect_uri </ strong>, l'établissement le lien mentionné"
2346
-
2347
- #~ msgid ""
2348
- #~ "I am a tech enthusiast. I like to play with code and build great stuff "
2349
- #~ "(and like to call myself - The Champ....:) ). You can connect with me "
2350
- #~ "(and my upcoming work) via:"
2351
- #~ msgstr ""
2352
- #~ "Je suis une enthusiaste de la technologie. J'aime jouer avec du code et "
2353
- #~ "créér des choses sympas (et j'aime m'appeler \"The Champ\"; le champion). "
2354
- #~ "Vous pouvez me suivre et être tenu au courant de mes derniers travaux "
2355
- #~ "sur :"
2356
-
2357
- #~ msgid "Plugin Fan Page"
2358
- #~ msgstr "Page pour les Fans du plugin"
2359
-
2360
- #~ msgid "My Fan Page"
2361
- #~ msgstr "Ma page perso"
2362
-
2363
- #~ msgid "Social Counter"
2364
- #~ msgstr "Compteur Social"
2365
-
2366
- #~ msgid ""
2367
- #~ "Master control for Social Counter. It must be checked to enable Social "
2368
- #~ "Counter functionality"
2369
- #~ msgstr ""
2370
- #~ "Control maître pour le Compteur Social. Il doit être coché pour active "
2371
- #~ "cette fonctionnalité"
2372
-
2373
- #~ msgid ""
2374
- #~ "<strong>Note:</strong> To disable counter on particular page/post, edit "
2375
- #~ "that page/post and check the options at the bottom in <strong>\"Super "
2376
- #~ "Socializer\"</strong> section"
2377
- #~ msgstr ""
2378
- #~ "<strong> NB: </ strong> Afin de désactiver le compteur sur une page/"
2379
- #~ "publication particulière, modifies la page ou publication en question et "
2380
- #~ "changez les paramètres dans la partie <strong > \"Super Socializer \" </ "
2381
- #~ "strong> en bas de la page."
2382
-
2383
- #~ msgid ""
2384
- #~ "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content "
2385
- #~ "of required page/post where you want to display Social Counter interface."
2386
- #~ msgstr ""
2387
- #~ "Vous pouvez utiliser le shortcode <strong> [TheChamp-Counter] </strong> "
2388
- #~ "dans le contenu d'une page ou publication si vous voulez y afficher les "
2389
- #~ "boutons de partage."
2390
-
2391
- #~ msgid "Example"
2392
- #~ msgstr "Exemple"
2393
-
2394
- #~ msgid "You can use following attributes in the Shortcode"
2395
- #~ msgstr "Vous pouvez utiliser les attributs suivants dans le shortcode"
2396
-
2397
- #~ msgid ""
2398
- #~ "Use <strong>style</strong> attribute to style the rendered Social Counter "
2399
- #~ "interface"
2400
- #~ msgstr ""
2401
- #~ "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les "
2402
- #~ "boutons de partage."
2403
-
2404
- #, fuzzy
2405
- #~ msgid ""
2406
- #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
2407
- #~ "or \"vertical\") of Social Counter interface. Default type is \"horizontal"
2408
- #~ "\"."
2409
- #~ msgstr ""
2410
- #~ "Utilisez l'attribut \"<strong>type</ strong>\" afin de définir le type "
2411
- #~ "(\"horizontal \" o \"vertical \") de Compteur Social à afficher. Par "
2412
- #~ "défaut, celui-ci est \"horizontal \"."
2413
-
2414
- #~ msgid "Left (Works with \"Vertical\" type interface only)"
2415
- #~ msgstr "Left (\"gauche\", ne fonctionne qu'avec l'interface vertical)"
2416
-
2417
- #~ msgid ""
2418
- #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
2419
- #~ "form the left side of the screen) of Social Counter interface."
2420
- #~ msgstr ""
2421
- #~ "Utilisez l'attribut <strong>left</strong> afin de définir la distance "
2422
- #~ "entre le compteur et le côté gauche de l'écran."
2423
-
2424
- #~ msgid "Top (Works with \"Vertical\" type interface only)"
2425
- #~ msgstr "Top (\"haut\", ne fonctionne qu'avec l'interface vertical)"
2426
-
2427
- #~ msgid ""
2428
- #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
2429
- #~ "form the top of the screen) of Social Counter interface."
2430
- #~ msgstr ""
2431
- #~ "Utilisez l'attribut <strong>top</strong> afin de définir la distance "
2432
- #~ "entre le compteur et le côté gauche de l'écran."
2433
-
2434
- #, fuzzy
2435
- #~ msgid "Use <strong>url</strong> attribute to specify the url to be liked"
2436
- #~ msgstr ""
2437
- #~ "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les "
2438
- #~ "boutons de partage."
2439
-
2440
- #~ msgid "You can use shortcode in PHP file as following"
2441
- #~ msgstr "Vous pouvez utilizer le shortcode dans un fichier PHP comme ceci :"
2442
-
2443
- #~ msgid ""
2444
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2445
- #~ "shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]"
2446
- #~ "</strong>, so the final code looks like following"
2447
- #~ msgstr ""
2448
- #~ "Remplacez <strong>SHORTCODE</ strong> dans le code ci-dessus avec le code "
2449
- #~ "nécessaire, comme <strong>[TheChamp-Login style=\"background-color: #000;"
2450
- #~ "\"]</ strong>, pour que le résultat soit ainsi :"
2451
-
2452
- #~ msgid "Widget"
2453
- #~ msgstr "Widget"
2454
-
2455
- #~ msgid ""
2456
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2457
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2458
- #~ "Counter (Horizontal Widget)</strong> and <strong>Super Socializer - "
2459
- #~ "Counter (Vertical Floating Widget)</strong> widgets in the required area."
2460
- #~ msgstr ""
2461
- #~ "Vous pouvez aller à <strong>Apparence</ strong > > <strong>Widgets</ "
2462
- #~ "strong> dans la partie gauche de votre écran et glisser <strong> Super "
2463
- #~ "Socializer - Compteur (Widget Horizontal) </ strong> et <strong> Super "
2464
- #~ "Socializer - Compteur (Widget Vertical Flotant) </ strong> dans les zones "
2465
- #~ "que vous voulez."
2466
-
2467
- #, fuzzy
2468
- #~ msgid ""
2469
- #~ "How can I show like counts of my website rather than of individual pages/"
2470
- #~ "posts?"
2471
- #~ msgstr ""
2472
- #~ "Comment je peux afficher le compte des partages de mon site, et non des "
2473
- #~ "pages/publications individuelles ?"
2474
-
2475
- #, fuzzy
2476
- #~ msgid ""
2477
- #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
2478
- #~ msgstr ""
2479
- #~ "Choisissez l'option \"Url de la page d'accueil de votre site Web \" dans "
2480
- #~ "option \"URL cible \" et \"Afficher activer part compte \""
2481
-
2482
- #, fuzzy
2483
- #~ msgid "How can I disable social counter on particular page/post?"
2484
- #~ msgstr ""
2485
- #~ "Comment je peux afficher le compte des partages de mon site, et non des "
2486
- #~ "pages/publications individuelles ?"
2487
-
2488
- #, fuzzy
2489
- #~ msgid ""
2490
- #~ "Edit that page/post and check the options at the bottom in \"Super "
2491
- #~ "Socializer\" section"
2492
- #~ msgstr ""
2493
- #~ "Modifier cette page / poste et cochez l'option \"Désactiver Facebook "
2494
- #~ "Commentaires sur ce post / la page \" au bas de section \"super "
2495
- #~ "Socializer \""
2496
-
2497
- #~ msgid "Social Sharing"
2498
- #~ msgstr "Partage social"
2499
-
2500
- #, fuzzy
2501
- #~ msgid ""
2502
- #~ "<strong>Note:</strong> To disable sharing and specify minimum share "
2503
- #~ "counts per social network on particular page/post, edit that page/post "
2504
- #~ "and check the options at the bottom in <strong>\"Super Socializer\"</"
2505
- #~ "strong> section"
2506
- #~ msgstr ""
2507
- #~ "<strong> NB: </ strong> Pour désactiver la partage sur une page ou "
2508
- #~ "publication particulière, modifiez la publication et cochez les cases "
2509
- #~ "correspondantes en bas de la page dans <strong > \"Super Socializer \" </ "
2510
- #~ "strong>"
2511
-
2512
- #~ msgid ""
2513
- #~ "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content "
2514
- #~ "of required page/post where you want to display Social Sharing interface."
2515
- #~ msgstr ""
2516
- #~ "Vous pouvez utiliser le shortcode <strong>[TheChamp-Sharing]</strong> "
2517
- #~ "dans le contenu d'une page/publication si vous souhaitez y afficher les "
2518
- #~ "boutons de partage."
2519
-
2520
- #~ msgid ""
2521
- #~ "Use <strong>style</strong> attribute to style the rendered Social Sharing "
2522
- #~ "interface"
2523
- #~ msgstr ""
2524
- #~ "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
2525
-
2526
- #~ msgid ""
2527
- #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
2528
- #~ "or \"vertical\") of Social Sharing interface. Default type is \"horizontal"
2529
- #~ "\"."
2530
- #~ msgstr ""
2531
- #~ "Utilisez l'attribut <strong>type</ strong> afin de définir quel type de "
2532
- #~ "boutons à afficher (\"horizontal\" ou \"vertical\"). \"horizontal\" par "
2533
- #~ "défaut."
2534
-
2535
- #, fuzzy
2536
- #~ msgid ""
2537
- #~ "Use <strong>count</strong> attribute to enable the share counts on Social "
2538
- #~ "Sharing interface"
2539
- #~ msgstr ""
2540
- #~ "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
2541
-
2542
- #, fuzzy
2543
- #~ msgid "left (Works with \"Vertical\" type interface only)"
2544
- #~ msgstr "Left (\"gauche\", ne fonctionne qu'avec l'interface vertical)"
2545
-
2546
- #~ msgid ""
2547
- #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
2548
- #~ "form the left side of the screen) of Social Sharing interface."
2549
- #~ msgstr ""
2550
- #~ "Utilisez l'attribut <strong>left</strong> afin de définir la marge à "
2551
- #~ "gauche des boutons."
2552
-
2553
- #, fuzzy
2554
- #~ msgid "top (Works with \"Vertical\" type interface only)"
2555
- #~ msgstr "Top (\"haut\", ne fonctionne qu'avec l'interface vertical)"
2556
-
2557
- #~ msgid ""
2558
- #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
2559
- #~ "form the top of the screen) of Social Sharing interface."
2560
- #~ msgstr ""
2561
- #~ "Utilisez l'attribut <strong>top</strong> afin de définir la marge en haut "
2562
- #~ "des boutons."
2563
-
2564
- #, fuzzy
2565
- #~ msgid "Use <strong>url</strong> attribute to specify the url to be shared"
2566
- #~ msgstr ""
2567
- #~ "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les "
2568
- #~ "boutons de partage."
2569
-
2570
- #~ msgid ""
2571
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2572
- #~ "shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]"
2573
- #~ "</strong>, so the final code looks like following"
2574
- #~ msgstr ""
2575
- #~ "Remplacez <strong>SHORTCODE</strong> dans le code ci-dessus avec le "
2576
- #~ "shortcode requis, par exemple <strong>[TheChamp-Sharing style="
2577
- #~ "\"background-color:#000;\"]</strong>, pour que le résultat ressemble à "
2578
- #~ "ceci"
2579
-
2580
- #~ msgid ""
2581
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2582
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2583
- #~ "Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - "
2584
- #~ "Sharing (Vertical Floating Widget)</strong> widgets in the required area."
2585
- #~ msgstr ""
2586
- #~ "Naviguez dans <strong>Apparence</strong> > <strong>Widgets</strong> à "
2587
- #~ "gauche et faites glisser le widget \"Super Socializer - Sharing "
2588
- #~ "(Horizontal Widget)\" ou \"Super Socializer - Sharing (Vertical "
2589
- #~ "Widget)\" dans le zone désiré."
2590
-
2591
- #~ msgid ""
2592
- #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option "
2593
- #~ "and enable \"Show share counts\" option"
2594
- #~ msgstr ""
2595
- #~ "Choisissez l'option \"Url de la page d'accueil de votre site Web \" dans "
2596
- #~ "option \"URL cible \" et \"Afficher activer part compte \""
2597
-
2598
- #, fuzzy
2599
- #~ msgid ""
2600
- #~ "After enabling this option, Facebook commenting will appear before "
2601
- #~ "Wordpress comment form at your website"
2602
- #~ msgstr ""
2603
- #~ "Après l'activation de cette fonctionnalité, les commentaires Facebook "
2604
- #~ "s'afficheront à la place des commentaires WordPress sur votre site"
2605
-
2606
- #~ msgid "Keep only Facebook Commenting"
2607
- #~ msgstr "Conserver seul les commentaires Facebook"
2608
-
2609
- #, fuzzy
2610
- #~ msgid ""
2611
- #~ "If enabled, only Facebook commenting would be visible without default "
2612
- #~ "comment form"
2613
- #~ msgstr ""
2614
- #~ "Une fois activé, seul les commentaires Facebook seront affichées, sans "
2615
- #~ "l'option de basculer sur les commentaires WordPress"
2616
-
2617
- #, fuzzy
2618
- #~ msgid ""
2619
- #~ "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the "
2620
- #~ "content of required page/post where you want to display Facebook "
2621
- #~ "Commenting interface."
2622
- #~ msgstr ""
2623
- #~ "Vous pouvez utiliser le shortcode <strong> [TheChamp-Counter] </strong> "
2624
- #~ "dans le contenu d'une page ou publication si vous voulez y afficher les "
2625
- #~ "boutons de partage."
2626
-
2627
- #, fuzzy
2628
- #~ msgid ""
2629
- #~ "Use <strong>style</strong> attribute to style the rendered commenting "
2630
- #~ "interface"
2631
- #~ msgstr ""
2632
- #~ "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
2633
-
2634
- #, fuzzy
2635
- #~ msgid ""
2636
- #~ "Use <strong>url</strong> attribute to specify the target url for "
2637
- #~ "comments. This defaults to the page where shortcode is used."
2638
- #~ msgstr ""
2639
- #~ "Utilisez l'attribut <strong>left</strong> afin de définir la distance "
2640
- #~ "entre le compteur et le côté gauche de l'écran."
2641
-
2642
- #, fuzzy
2643
- #~ msgid ""
2644
- #~ "Use <strong>num_posts</strong> attribute to specify the number of "
2645
- #~ "comments to display."
2646
- #~ msgstr ""
2647
- #~ "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les "
2648
- #~ "boutons de partage."
2649
-
2650
- #, fuzzy
2651
- #~ msgid "width"
2652
- #~ msgstr "Largeur"
2653
-
2654
- #, fuzzy
2655
- #~ msgid ""
2656
- #~ "Use <strong>width</strong> attribute to specify the width of commenting "
2657
- #~ "interface. Omit it for fluid width"
2658
- #~ msgstr ""
2659
- #~ "Utilisez l'attribut <strong>top</strong> afin de définir la marge en haut "
2660
- #~ "des boutons."
2661
-
2662
- #, fuzzy
2663
- #~ msgid ""
2664
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2665
- #~ "shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:"
2666
- #~ "#000;\"]</strong>, so the final code looks like following"
2667
- #~ msgstr ""
2668
- #~ "Remplacez <strong>SHORTCODE</ strong> dans le code ci-dessus avec le code "
2669
- #~ "nécessaire, comme <strong>[TheChamp-Login style=\"background-color: #000;"
2670
- #~ "\"]</ strong>, pour que le résultat soit ainsi :"
2671
-
2672
- #~ msgid ""
2673
- #~ "Edit that page/post and check the option \"Disable Facebook Comments on "
2674
- #~ "this post/page\" at the bottom in \"Super Socializer\" section"
2675
- #~ msgstr ""
2676
- #~ "Modifier cette page / poste et cochez l'option \"Désactiver Facebook "
2677
- #~ "Commentaires sur ce post / la page \" au bas de section \"super "
2678
- #~ "Socializer \""
2679
-
2680
- #~ msgid ""
2681
- #~ "How to enable only Facebook Comments without enabling default comment "
2682
- #~ "form?"
2683
- #~ msgstr ""
2684
- #~ "Comment activer uniquement Commentaires Facebook sans permettant "
2685
- #~ "commentaire formulaire par défaut?"
2686
-
2687
- #~ msgid ""
2688
- #~ "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting"
2689
- #~ "\" section."
2690
- #~ msgstr ""
2691
- #~ "Activer \"Conserver uniquement Facebook Commentant\" option section "
2692
- #~ "\"Facebook Commentant\"."
2693
-
2694
- #~ msgid ""
2695
- #~ "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of "
2696
- #~ "required page/post where you want to display Social Login interface."
2697
- #~ msgstr ""
2698
- #~ "Utilisez le shortcode <strong>[TheChamp-Login]</strong> dans le contenu "
2699
- #~ "de la page/publication où vous souhaitez faire apparaître le widget de "
2700
- #~ "connection par les réseaux sociaux."
2701
-
2702
- #~ msgid ""
2703
- #~ "You can use \"style\" attribute in the Shortcode to style the rendered "
2704
- #~ "Social Login interface."
2705
- #~ msgstr ""
2706
- #~ "Vous pouvez utiliser l'attribut \"style\" dans le shortcode afin de "
2707
- #~ "customizer le login social."
2708
-
2709
- #~ msgid ""
2710
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2711
- #~ "shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</"
2712
- #~ "strong>, so the final code looks like following"
2713
- #~ msgstr ""
2714
- #~ "Remplacez <strong>SHORTCODE</strong> dans le code ci-dessus avec le code "
2715
- #~ "désiré, par exemple <strong>[TheChamp-Login style=\"background-color:#000;"
2716
- #~ "\"]</strong> pour que le résultat ressemble à ceci"
2717
-
2718
- #~ msgid ""
2719
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2720
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2721
- #~ "Login</strong> widget in the required area."
2722
- #~ msgstr ""
2723
- #~ "Naviguez dans <strong>Apparence</strong> > <strong>Widgets</strong> à "
2724
- #~ "gauche et faites glisser le widget \"Super Socializer - Login\" dans le "
2725
- #~ "zone désiré."
2726
-
2727
- #~ msgid "White-Label"
2728
- #~ msgstr "Label-Blanche"
2729
-
2730
- #~ msgid ""
2731
- #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
2732
- #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
2733
- #~ "\">lordofthechamps@gmail.com</a>"
2734
- #~ msgstr ""
2735
- #~ "Supprimer l'attribution (\"Super Socializer by The Champ\") avec juste "
2736
- #~ "15$. Intéressé ? Envoyez-moi un mail : <a href=\"mailto:"
2737
- #~ "lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
2738
-
2739
- #~ msgid "Feed"
2740
- #~ msgstr "Flux"
2741
-
2742
- #~ msgid "Important note"
2743
- #~ msgstr "Mot important"
2744
-
2745
- #~ msgid "Publish feed on user's timeline on Facebook login"
2746
- #~ msgstr ""
2747
- #~ "Publier le flux sur le profil de l'utilisateur s'il s'est connecté avec "
2748
- #~ "Facebook"
2749
-
2750
- #~ msgid ""
2751
- #~ "If enabled, a post will be published on the timeline of the user logging "
2752
- #~ "in"
2753
- #~ msgstr ""
2754
- #~ "Une fois activée, une publication sera publié sur le mur de l'utilisateur "
2755
- #~ "qui se connecte"
2756
-
2757
- #~ msgid "Facebook Feed Options"
2758
- #~ msgstr "Paramètres du Flux Facebook"
2759
-
2760
- #~ msgid "Message"
2761
- #~ msgstr "Message"
2762
-
2763
- #~ msgid ""
2764
- #~ "Message for the feed post. %website-name% will be replaced with your "
2765
- #~ "website name in actual message."
2766
- #~ msgstr ""
2767
- #~ "Message pour la publication dans le fil d'actualité. %website-name% sera "
2768
- #~ "remplacé par le nom de votre site dans le vrai message."
2769
-
2770
- #~ msgid "Link (required)"
2771
- #~ msgstr "Lien (requis)"
2772
-
2773
- #~ msgid ""
2774
- #~ "The link attached to this feed (required parameter for this functionality "
2775
- #~ "to work)"
2776
- #~ msgstr "Le lien associé à ce flux (requis pour cette fonctionnalité)"
2777
-
2778
- #~ msgid "Picture"
2779
- #~ msgstr "Image"
2780
-
2781
- #~ msgid ""
2782
- #~ "The URL of a picture attached to this post. The picture must be at least "
2783
- #~ "200px by 200px. (if this url is not specified, image from the url "
2784
- #~ "specified in Link parameter will be displayed in the post)"
2785
- #~ msgstr ""
2786
- #~ "Le lien d'une image à joinder à la publication. L'image doit être de "
2787
- #~ "taille minimum 200px par 200px (si ce URL n'est pas défini, Facebook "
2788
- #~ "choisira une image)"
2789
-
2790
- #~ msgid "Source"
2791
- #~ msgstr "Source"
2792
-
2793
- #~ msgid ""
2794
- #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
2795
- #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
2796
- #~ "a thumbnail for the video."
2797
- #~ msgstr ""
2798
- #~ "Le lien vers le fichier (soit SWF ou MP3) joint à cette publication. Si "
2799
- #~ "c'est un fichier SWF, vous devez également définir une image (dans le "
2800
- #~ "parameter \"Image\") afin de fournir une vignette pour la vidéo."
2801
-
2802
- #~ msgid "Name"
2803
- #~ msgstr "Nom"
2804
-
2805
- #~ msgid "The name of the link attachment"
2806
- #~ msgstr "Le nom du lien joint à la publication"
2807
-
2808
- #~ msgid "Caption"
2809
- #~ msgstr "Légende"
2810
-
2811
- #~ msgid ""
2812
- #~ "The caption of the link (appears beneath the link name). If not "
2813
- #~ "specified, this field is automatically populated with the URL of the link."
2814
- #~ msgstr ""
2815
- #~ "La légende du lien (apparait sous le nom du lien). Si aucune légende est "
2816
- #~ "définie, ce champs affiche automatiquement le URL du lien."
2817
-
2818
- #~ msgid "Description"
2819
- #~ msgstr "Description"
2820
-
2821
- #~ msgid ""
2822
- #~ "The description of the link (appears beneath the link caption). If not "
2823
- #~ "specified, this field is automatically populated by information scraped "
2824
- #~ "from the link, typically the title of the page."
2825
- #~ msgstr ""
2826
- #~ "La description du lien (apparaît sous la légende). Si aucune description "
2827
- #~ "est définie, ce champs affiche automatiquement de l'information "
2828
- #~ "recueillie dans le lien, comme le titre de la page."
2829
-
2830
- #~ msgid ""
2831
- #~ "If enabled (recommended), all the Javascript code will be included in the "
2832
- #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
2833
- #~ "hooks should be there in your Wordpress theme for this to work, if you "
2834
- #~ "are not sure about this, keep this option unchecked.</strong>"
2835
- #~ msgstr ""
2836
- #~ "Si active (recommandé), tout le code javascript sera inclus dans le "
2837
- #~ "footer de votre site et donc sera chargé en dernier. <br/><strong>"
2838
- #~ "\"wp_footer\" et \"login_footer\" doivent être inclus dans votre theme "
2839
- #~ "Wordpress afin que cela fonctionne. Si vous avez une doute, ne cochez pas "
2840
- #~ "la case."
2841
-
2842
- #~ msgid ""
2843
- #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
2844
- #~ "Comments block. The mobile version of the Comments block ignores the "
2845
- #~ "width parameter, and instead has a fluid width of 100%."
2846
- #~ msgstr ""
2847
- #~ "Laisser vide afin d'ajuster la largeur automatiquement. <br/> La largeur "
2848
- #~ "(en pixels) des commentaires. La version mobile des commentaires ignore "
2849
- #~ "les paramètres de largeur, et donc s'étend à 100%."
2850
-
2851
- #, fuzzy
2852
- #~ msgid ""
2853
- #~ "Navigate to Appearance > Widgets section in the admin panel of your "
2854
- #~ "website and activate \"Super Socializer - Sharing\" widget in the desired "
2855
- #~ "area. This will display the sharing counts of the home/index page of your "
2856
- #~ "website. Do not forget to turn on the sharing counts in widget options."
2857
- #~ msgstr ""
2858
- #~ "Allez dans \"Apparence > Widgets\" dans les paramètres d'administration "
2859
- #~ "de votre site, et activez le widget \"Super Socializer - Sharing\". Cela "
2860
- #~ "affichera le compte des partages de la page d'accueil / index de votre "
2861
- #~ "site. N'oubliez pas d'activer le compte des partages sur la page "
2862
- #~ "\"Partage social\"."
2863
-
2864
- #~ msgid ""
2865
- #~ "If you like the plugin, want to get it improved and want to see it at the "
2866
- #~ "top of other plugins, please consider making a donation."
2867
- #~ msgstr ""
2868
- #~ "Si vous aimez ce plugin et vous aimeriez le voir s'améliorer et se "
2869
- #~ "developper, veuillez penser à faire un don."
2870
-
2871
- #~ msgid "Load first"
2872
- #~ msgstr "Charger en premier"
2873
-
2874
- #~ msgid "Selected commenting will be loaded first on the page"
2875
- #~ msgstr ""
2876
- #~ "Le mode de commentaires selectionné sera celui qui sera chargé en premier"
2877
-
2878
- #~ msgid "Text on \"Switch to WordPress Commenting\" button"
2879
- #~ msgstr "Le contenu du bouton \"Basculer sur les commentaires Wordpress\""
2880
-
2881
- #~ msgid ""
2882
- #~ "This text will be display on the button to switch to WordPress comments"
2883
- #~ msgstr ""
2884
- #~ "Ce texte s'affichera sur le bouton pour basculer sur les commentaires "
2885
- #~ "WordPress"
2886
-
2887
- #~ msgid "Text on \"Switch to Facebook Commenting\" button"
2888
- #~ msgstr "Le texte sur le bouton pour basculer sur les commentaires Facebook"
2889
-
2890
- #~ msgid ""
2891
- #~ "This text will be displayed on the button to switch to Facebook comments"
2892
- #~ msgstr ""
2893
- #~ "Ce texte s'affichera sur le bouton pour basculer sur les commentaires "
2894
- #~ "Facebook"
2895
-
2896
- #~ msgid "Specify a title for commenting"
2897
- #~ msgstr "Définir un titre pour la partie commentaires"
2898
-
2899
- #~ msgid ""
2900
- #~ "Note: Twitter Social Login requires \"cURL support = enabled\" in your "
2901
- #~ "php.ini file."
2902
- #~ msgstr ""
2903
- #~ "NB : Pour le login social via Twitter, le rajout de \"cURL support = "
2904
- #~ "enabled\" à votre fichier php.ini est requis."
2905
-
2906
- #~ msgid "How can I show combined share counts?"
2907
- #~ msgstr "¿Cómo muestro combinado conteos compartir?"
2908
-
2909
- #, fuzzy
2910
- #~ msgid "Facebook Comments"
2911
- #~ msgstr "Comentarios Facebook"
2912
-
2913
- #~ msgid ""
2914
- #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
2915
- #~ "><strong>Note: Social Login at comment form of your website will not get "
2916
- #~ "enabled if Facebook commenting is enabled.</strong>"
2917
- #~ msgstr ""
2918
- #~ "La interfaz Social Login se activará en tu formulario de Comentario "
2919
- #~ "Wordpress Nota: Social Login en el formulario de comentarios de su sitio "
2920
- #~ "web no se habilitará si Comentario Facebook está habilitado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-28 01:37+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:37+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -201,7 +201,7 @@ msgstr "Cél Url"
201
 
202
  #: ../helper.php:897
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:779
@@ -212,6 +212,11 @@ msgstr "Változások Mentése"
212
  msgid "Please help us make the plugin better"
213
  msgstr ""
214
 
 
 
 
 
 
215
  #: ../helper.php:943
216
  msgid "I am deactivating the plugin because"
217
  msgstr ""
@@ -802,8 +807,8 @@ msgstr "Oldalak"
802
  #: ../admin/social_sharing.php:1320
803
  #: ../admin/like_buttons.php:220
804
  #: ../admin/like_buttons.php:504
805
- msgid "Excerpts"
806
- msgstr "Kivonatok"
807
 
808
  #: ../admin/social_sharing.php:902
809
  #: ../admin/social_sharing.php:1322
@@ -1198,6 +1203,10 @@ msgstr ""
1198
  msgid "Why is there so much space between like buttons?"
1199
  msgstr ""
1200
 
 
 
 
 
1201
  #: ../admin/social_commenting.php:13
1202
  msgid "Enable Social Commenting"
1203
  msgstr "Közösségi Hozzászólás Belkapcsolása"
@@ -1718,8 +1727,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1718
  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"
1719
 
1720
  #: ../admin/social_login.php:614
1721
- msgid "Send username-password after user registration"
1722
- msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1723
 
1724
  #: ../admin/social_login.php:624
1725
  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)"
@@ -2000,11 +2009,11 @@ msgstr "Shortcode és Widget"
2000
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2001
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
2002
 
2003
- #: ../inc/social_sharing.php:721
2004
  msgid "Invalid request"
2005
  msgstr "Hibás kérés"
2006
 
2007
- #: ../inc/social_sharing.php:728
2008
  msgid "Providers not selected"
2009
  msgstr "Nincs kiválasztott szolgáltató"
2010
 
@@ -2146,6 +2155,12 @@ msgstr "Függőleges lebegő közösségi gomb widget. Legyen látogatóidnak eg
2146
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2147
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
2148
 
 
 
 
 
 
 
2149
  #~ msgid "Login options"
2150
  #~ msgstr "Belépési beállítások"
2151
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:23+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
201
 
202
  #: ../helper.php:897
203
  #: ../admin/general_options.php:89
204
+ #: ../admin/social_sharing.php:1786
205
  #: ../admin/social_commenting.php:464
206
  #: ../admin/social_login.php:875
207
  #: ../admin/like_buttons.php:779
212
  msgid "Please help us make the plugin better"
213
  msgstr ""
214
 
215
+ #: ../helper.php:943
216
+ #, php-format
217
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
218
+ msgstr ""
219
+
220
  #: ../helper.php:943
221
  msgid "I am deactivating the plugin because"
222
  msgstr ""
807
  #: ../admin/social_sharing.php:1320
808
  #: ../admin/like_buttons.php:220
809
  #: ../admin/like_buttons.php:504
810
+ msgid "Excerpts and Posts page"
811
+ msgstr ""
812
 
813
  #: ../admin/social_sharing.php:902
814
  #: ../admin/social_sharing.php:1322
1203
  msgid "Why is there so much space between like buttons?"
1204
  msgstr ""
1205
 
1206
+ #: ../admin/social_sharing.php:1775
1207
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1208
+ msgstr ""
1209
+
1210
  #: ../admin/social_commenting.php:13
1211
  msgid "Enable Social Commenting"
1212
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1727
  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"
1728
 
1729
  #: ../admin/social_login.php:614
1730
+ msgid "Send post-registration email to set account password"
1731
+ msgstr ""
1732
 
1733
  #: ../admin/social_login.php:624
1734
  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)"
2009
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2010
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
2011
 
2012
+ #: ../inc/social_sharing.php:733
2013
  msgid "Invalid request"
2014
  msgstr "Hibás kérés"
2015
 
2016
+ #: ../inc/social_sharing.php:740
2017
  msgid "Providers not selected"
2018
  msgstr "Nincs kiválasztott szolgáltató"
2019
 
2155
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2156
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
2157
 
2158
+ #~ msgid "Excerpts"
2159
+ #~ msgstr "Kivonatok"
2160
+
2161
+ #~ msgid "Send username-password after user registration"
2162
+ #~ msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
2163
+
2164
  #~ msgid "Login options"
2165
  #~ msgstr "Belépési beállítások"
2166
 
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-28 01:37+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:37+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"
@@ -197,7 +197,7 @@ msgstr "URL Avatar Grande"
197
 
198
  #: ../helper.php:897
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:779
@@ -208,6 +208,11 @@ msgstr "Salva le modifiche"
208
  msgid "Please help us make the plugin better"
209
  msgstr ""
210
 
 
 
 
 
 
211
  #: ../helper.php:943
212
  msgid "I am deactivating the plugin because"
213
  msgstr ""
@@ -796,8 +801,9 @@ msgstr "Pagine"
796
  #: ../admin/social_sharing.php:1320
797
  #: ../admin/like_buttons.php:220
798
  #: ../admin/like_buttons.php:504
799
- msgid "Excerpts"
800
- msgstr "Estratti"
 
801
 
802
  #: ../admin/social_sharing.php:902
803
  #: ../admin/social_sharing.php:1322
@@ -1190,6 +1196,10 @@ msgstr ""
1190
  msgid "Why is there so much space between like buttons?"
1191
  msgstr ""
1192
 
 
 
 
 
1193
  #: ../admin/social_commenting.php:13
1194
  msgid "Enable Social Commenting"
1195
  msgstr "Abilita Social Commenting"
@@ -1700,8 +1710,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1700
  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"
1701
 
1702
  #: ../admin/social_login.php:614
1703
- msgid "Send username-password after user registration"
1704
- msgstr "Invia username-password dopo la registrazione dell'utente"
1705
 
1706
  #: ../admin/social_login.php:624
1707
  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)"
@@ -1975,11 +1985,11 @@ msgstr "Pulsanti Shortcode & Widget"
1975
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1976
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1977
 
1978
- #: ../inc/social_sharing.php:721
1979
  msgid "Invalid request"
1980
  msgstr "Domanda non valida"
1981
 
1982
- #: ../inc/social_sharing.php:728
1983
  msgid "Providers not selected"
1984
  msgstr "Providers non selezionati"
1985
 
@@ -2116,8 +2126,11 @@ msgstr "Vertical floating like buttons widget. Lascia condividire/like agli uten
2116
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2117
  msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
2118
 
2119
- #~ msgid "Excerpts (at Homepage)"
2120
- #~ msgstr "Estratti (in homepage)"
 
 
 
2121
 
2122
  #~ msgid "Login options"
2123
  #~ msgstr "Opzioni di Login"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:23+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+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"
197
 
198
  #: ../helper.php:897
199
  #: ../admin/general_options.php:89
200
+ #: ../admin/social_sharing.php:1786
201
  #: ../admin/social_commenting.php:464
202
  #: ../admin/social_login.php:875
203
  #: ../admin/like_buttons.php:779
208
  msgid "Please help us make the plugin better"
209
  msgstr ""
210
 
211
+ #: ../helper.php:943
212
+ #, php-format
213
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
214
+ msgstr ""
215
+
216
  #: ../helper.php:943
217
  msgid "I am deactivating the plugin because"
218
  msgstr ""
801
  #: ../admin/social_sharing.php:1320
802
  #: ../admin/like_buttons.php:220
803
  #: ../admin/like_buttons.php:504
804
+ #, fuzzy
805
+ msgid "Excerpts and Posts page"
806
+ msgstr "Estratti (in homepage)"
807
 
808
  #: ../admin/social_sharing.php:902
809
  #: ../admin/social_sharing.php:1322
1196
  msgid "Why is there so much space between like buttons?"
1197
  msgstr ""
1198
 
1199
+ #: ../admin/social_sharing.php:1775
1200
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1201
+ msgstr ""
1202
+
1203
  #: ../admin/social_commenting.php:13
1204
  msgid "Enable Social Commenting"
1205
  msgstr "Abilita Social Commenting"
1710
  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"
1711
 
1712
  #: ../admin/social_login.php:614
1713
+ msgid "Send post-registration email to set account password"
1714
+ msgstr ""
1715
 
1716
  #: ../admin/social_login.php:624
1717
  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)"
1985
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1986
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1987
 
1988
+ #: ../inc/social_sharing.php:733
1989
  msgid "Invalid request"
1990
  msgstr "Domanda non valida"
1991
 
1992
+ #: ../inc/social_sharing.php:740
1993
  msgid "Providers not selected"
1994
  msgstr "Providers non selezionati"
1995
 
2126
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2127
  msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
2128
 
2129
+ #~ msgid "Excerpts"
2130
+ #~ msgstr "Estratti"
2131
+
2132
+ #~ msgid "Send username-password after user registration"
2133
+ #~ msgstr "Invia username-password dopo la registrazione dell'utente"
2134
 
2135
  #~ msgid "Login options"
2136
  #~ msgstr "Opzioni di Login"
languages/Super-Socializer-pt_BR.mo CHANGED
Binary file
languages/Super-Socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-28 01:37+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:37+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
@@ -187,7 +187,7 @@ msgstr "Avatar Grande"
187
 
188
  #: ../helper.php:897
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:779
@@ -198,6 +198,11 @@ msgstr "Salvar Alterações"
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
 
 
 
 
 
201
  #: ../helper.php:943
202
  msgid "I am deactivating the plugin because"
203
  msgstr ""
@@ -762,8 +767,9 @@ msgstr "Páginas"
762
  #: ../admin/social_sharing.php:1320
763
  #: ../admin/like_buttons.php:220
764
  #: ../admin/like_buttons.php:504
765
- msgid "Excerpts"
766
- msgstr "Pedaços"
 
767
 
768
  #: ../admin/social_sharing.php:902
769
  #: ../admin/social_sharing.php:1322
@@ -1144,6 +1150,10 @@ msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1144
  msgid "Why is there so much space between like buttons?"
1145
  msgstr ""
1146
 
 
 
 
 
1147
  #: ../admin/social_commenting.php:13
1148
  msgid "Enable Social Commenting"
1149
  msgstr "Habilitar Comentário Social"
@@ -1652,8 +1662,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1652
  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"
1653
 
1654
  #: ../admin/social_login.php:614
1655
- msgid "Send username-password after user registration"
1656
- msgstr "Envia username-senha após o registro do usuário"
1657
 
1658
  #: ../admin/social_login.php:624
1659
  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)"
@@ -1924,11 +1934,11 @@ msgstr "Botões Like Shortcode & Widget"
1924
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1925
  msgstr "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\\"Super Socializer > Autenticação Social\\\" da página no painal admin"
1926
 
1927
- #: ../inc/social_sharing.php:721
1928
  msgid "Invalid request"
1929
  msgstr "Requisição inválida"
1930
 
1931
- #: ../inc/social_sharing.php:728
1932
  msgid "Providers not selected"
1933
  msgstr "Provedor não selecionado"
1934
 
@@ -2065,8 +2075,11 @@ msgstr "Widget de botões like vertical flutuantes. Permita que seus usuários d
2065
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2066
  msgstr "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\\"Super Socializer > Botões Like\\\""
2067
 
2068
- #~ msgid "Excerpts (at Homepage)"
2069
- #~ msgstr "Pedaços (na Homepage)"
 
 
 
2070
 
2071
  #~ msgid "Login options"
2072
  #~ msgstr "Opções de autenticação"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:23+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
187
 
188
  #: ../helper.php:897
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1786
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:875
193
  #: ../admin/like_buttons.php:779
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
201
+ #: ../helper.php:943
202
+ #, php-format
203
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
204
+ msgstr ""
205
+
206
  #: ../helper.php:943
207
  msgid "I am deactivating the plugin because"
208
  msgstr ""
767
  #: ../admin/social_sharing.php:1320
768
  #: ../admin/like_buttons.php:220
769
  #: ../admin/like_buttons.php:504
770
+ #, fuzzy
771
+ msgid "Excerpts and Posts page"
772
+ msgstr "Pedaços (na Homepage)"
773
 
774
  #: ../admin/social_sharing.php:902
775
  #: ../admin/social_sharing.php:1322
1150
  msgid "Why is there so much space between like buttons?"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/social_sharing.php:1775
1154
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1155
+ msgstr ""
1156
+
1157
  #: ../admin/social_commenting.php:13
1158
  msgid "Enable Social Commenting"
1159
  msgstr "Habilitar Comentário Social"
1662
  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"
1663
 
1664
  #: ../admin/social_login.php:614
1665
+ msgid "Send post-registration email to set account password"
1666
+ msgstr ""
1667
 
1668
  #: ../admin/social_login.php:624
1669
  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)"
1934
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1935
  msgstr "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\\"Super Socializer > Autenticação Social\\\" da página no painal admin"
1936
 
1937
+ #: ../inc/social_sharing.php:733
1938
  msgid "Invalid request"
1939
  msgstr "Requisição inválida"
1940
 
1941
+ #: ../inc/social_sharing.php:740
1942
  msgid "Providers not selected"
1943
  msgstr "Provedor não selecionado"
1944
 
2075
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2076
  msgstr "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\\"Super Socializer > Botões Like\\\""
2077
 
2078
+ #~ msgid "Excerpts"
2079
+ #~ msgstr "Pedaços"
2080
+
2081
+ #~ msgid "Send username-password after user registration"
2082
+ #~ msgstr "Envia username-senha após o registro do usuário"
2083
 
2084
  #~ msgid "Login options"
2085
  #~ 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-28 01:37+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:37+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"
@@ -199,7 +199,7 @@ msgstr "Ссылка для большого аватара"
199
 
200
  #: ../helper.php:897
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:779
@@ -210,6 +210,11 @@ msgstr "Сохранить изменения"
210
  msgid "Please help us make the plugin better"
211
  msgstr ""
212
 
 
 
 
 
 
213
  #: ../helper.php:943
214
  msgid "I am deactivating the plugin because"
215
  msgstr ""
@@ -797,8 +802,9 @@ msgstr "Страницы"
797
  #: ../admin/social_sharing.php:1320
798
  #: ../admin/like_buttons.php:220
799
  #: ../admin/like_buttons.php:504
800
- msgid "Excerpts"
801
- msgstr "Цитаты"
 
802
 
803
  #: ../admin/social_sharing.php:902
804
  #: ../admin/social_sharing.php:1322
@@ -1191,6 +1197,10 @@ msgstr ""
1191
  msgid "Why is there so much space between like buttons?"
1192
  msgstr ""
1193
 
 
 
 
 
1194
  #: ../admin/social_commenting.php:13
1195
  msgid "Enable Social Commenting"
1196
  msgstr "Включить комментирование через социальные сети"
@@ -1703,8 +1713,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1703
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1704
 
1705
  #: ../admin/social_login.php:614
1706
- msgid "Send username-password after user registration"
1707
- msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1708
 
1709
  #: ../admin/social_login.php:624
1710
  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)"
@@ -1978,11 +1988,11 @@ msgstr "Шорткод и виджет Нравится"
1978
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1979
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1980
 
1981
- #: ../inc/social_sharing.php:721
1982
  msgid "Invalid request"
1983
  msgstr "Неверный Запрос!"
1984
 
1985
- #: ../inc/social_sharing.php:728
1986
  msgid "Providers not selected"
1987
  msgstr "Сервисы не выбраны"
1988
 
@@ -2122,8 +2132,11 @@ msgstr "Вертикальный плавающий виджет Нравитс
2122
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2123
  msgstr "Убедитесь что \"Вертикальные Кнопки Нравится\" включены на странице \"Super Socializer > Нравится\""
2124
 
2125
- #~ msgid "Excerpts (at Homepage)"
2126
- #~ msgstr "Выдержки (на страницы)"
 
 
 
2127
 
2128
  #~ msgid "Login options"
2129
  #~ msgstr "Опции входа"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:23+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+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"
199
 
200
  #: ../helper.php:897
201
  #: ../admin/general_options.php:89
202
+ #: ../admin/social_sharing.php:1786
203
  #: ../admin/social_commenting.php:464
204
  #: ../admin/social_login.php:875
205
  #: ../admin/like_buttons.php:779
210
  msgid "Please help us make the plugin better"
211
  msgstr ""
212
 
213
+ #: ../helper.php:943
214
+ #, php-format
215
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
216
+ msgstr ""
217
+
218
  #: ../helper.php:943
219
  msgid "I am deactivating the plugin because"
220
  msgstr ""
802
  #: ../admin/social_sharing.php:1320
803
  #: ../admin/like_buttons.php:220
804
  #: ../admin/like_buttons.php:504
805
+ #, fuzzy
806
+ msgid "Excerpts and Posts page"
807
+ msgstr "Выдержки (на страницы)"
808
 
809
  #: ../admin/social_sharing.php:902
810
  #: ../admin/social_sharing.php:1322
1197
  msgid "Why is there so much space between like buttons?"
1198
  msgstr ""
1199
 
1200
+ #: ../admin/social_sharing.php:1775
1201
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1202
+ msgstr ""
1203
+
1204
  #: ../admin/social_commenting.php:13
1205
  msgid "Enable Social Commenting"
1206
  msgstr "Включить комментирование через социальные сети"
1713
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1714
 
1715
  #: ../admin/social_login.php:614
1716
+ msgid "Send post-registration email to set account password"
1717
+ msgstr ""
1718
 
1719
  #: ../admin/social_login.php:624
1720
  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)"
1988
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1989
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1990
 
1991
+ #: ../inc/social_sharing.php:733
1992
  msgid "Invalid request"
1993
  msgstr "Неверный Запрос!"
1994
 
1995
+ #: ../inc/social_sharing.php:740
1996
  msgid "Providers not selected"
1997
  msgstr "Сервисы не выбраны"
1998
 
2132
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2133
  msgstr "Убедитесь что \"Вертикальные Кнопки Нравится\" включены на странице \"Super Socializer > Нравится\""
2134
 
2135
+ #~ msgid "Excerpts"
2136
+ #~ msgstr "Цитаты"
2137
+
2138
+ #~ msgid "Send username-password after user registration"
2139
+ #~ msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
2140
 
2141
  #~ msgid "Login options"
2142
  #~ msgstr "Опции входа"
languages/Super-Socializer-zh_CN.mo CHANGED
Binary file
languages/Super-Socializer-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-02-28 01:37+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:37+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
@@ -187,7 +187,7 @@ msgstr "大头像"
187
 
188
  #: ../helper.php:897
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:779
@@ -198,6 +198,11 @@ msgstr "保存更改"
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
 
 
 
 
 
201
  #: ../helper.php:943
202
  msgid "I am deactivating the plugin because"
203
  msgstr ""
@@ -762,8 +767,9 @@ msgstr "页面"
762
  #: ../admin/social_sharing.php:1320
763
  #: ../admin/like_buttons.php:220
764
  #: ../admin/like_buttons.php:504
765
- msgid "Excerpts"
766
- msgstr "摘要"
 
767
 
768
  #: ../admin/social_sharing.php:902
769
  #: ../admin/social_sharing.php:1322
@@ -1144,6 +1150,10 @@ msgstr ""
1144
  msgid "Why is there so much space between like buttons?"
1145
  msgstr ""
1146
 
 
 
 
 
1147
  #: ../admin/social_commenting.php:13
1148
  msgid "Enable Social Commenting"
1149
  msgstr "启用社会化评论"
@@ -1652,8 +1662,8 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1652
  msgstr "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
1653
 
1654
  #: ../admin/social_login.php:614
1655
- msgid "Send username-password after user registration"
1656
- msgstr "用户注册后发送的用户名,密码"
1657
 
1658
  #: ../admin/social_login.php:624
1659
  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)"
@@ -1924,11 +1934,11 @@ msgstr "喜欢按钮简码 & 小部件"
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:721
1928
  msgid "Invalid request"
1929
  msgstr "无效请求。"
1930
 
1931
- #: ../inc/social_sharing.php:728
1932
  msgid "Providers not selected"
1933
  msgstr "未选定的供应商"
1934
 
@@ -2065,8 +2075,11 @@ msgstr "立式浮动喜欢按钮小工具。让您的网站用户在社交网络
2065
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2066
  msgstr "确保垂直“喜欢按钮”从“Super Socializer“>喜欢按钮”页面启用。"
2067
 
2068
- #~ msgid "Excerpts (at Homepage)"
2069
- #~ msgstr "摘录 (在主页)"
 
 
 
2070
 
2071
  #~ msgid "Login options"
2072
  #~ msgstr "登陸選項"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:23+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:23+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
187
 
188
  #: ../helper.php:897
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1786
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:875
193
  #: ../admin/like_buttons.php:779
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
201
+ #: ../helper.php:943
202
+ #, php-format
203
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
204
+ msgstr ""
205
+
206
  #: ../helper.php:943
207
  msgid "I am deactivating the plugin because"
208
  msgstr ""
767
  #: ../admin/social_sharing.php:1320
768
  #: ../admin/like_buttons.php:220
769
  #: ../admin/like_buttons.php:504
770
+ #, fuzzy
771
+ msgid "Excerpts and Posts page"
772
+ msgstr "摘录 (在主页)"
773
 
774
  #: ../admin/social_sharing.php:902
775
  #: ../admin/social_sharing.php:1322
1150
  msgid "Why is there so much space between like buttons?"
1151
  msgstr ""
1152
 
1153
+ #: ../admin/social_sharing.php:1775
1154
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1155
+ msgstr ""
1156
+
1157
  #: ../admin/social_commenting.php:13
1158
  msgid "Enable Social Commenting"
1159
  msgstr "启用社会化评论"
1662
  msgstr "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
1663
 
1664
  #: ../admin/social_login.php:614
1665
+ msgid "Send post-registration email to set account password"
1666
+ msgstr ""
1667
 
1668
  #: ../admin/social_login.php:624
1669
  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)"
1934
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1935
  msgstr "在管理员控制面板中的”Super Socializer > 社会登录”页,从”基本配置”启用社会化登录。"
1936
 
1937
+ #: ../inc/social_sharing.php:733
1938
  msgid "Invalid request"
1939
  msgstr "无效请求。"
1940
 
1941
+ #: ../inc/social_sharing.php:740
1942
  msgid "Providers not selected"
1943
  msgstr "未选定的供应商"
1944
 
2075
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2076
  msgstr "确保垂直“喜欢按钮”从“Super Socializer“>喜欢按钮”页面启用。"
2077
 
2078
+ #~ msgid "Excerpts"
2079
+ #~ msgstr "摘要"
2080
+
2081
+ #~ msgid "Send username-password after user registration"
2082
+ #~ msgstr "用户注册后发送的用户名,密码"
2083
 
2084
  #~ msgid "Login options"
2085
  #~ 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-28 01:38+0530\n"
6
- "PO-Revision-Date: 2016-02-28 01:38+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
@@ -187,7 +187,7 @@ msgstr ""
187
 
188
  #: ../helper.php:897
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:779
@@ -198,6 +198,11 @@ msgstr ""
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
 
 
 
 
 
201
  #: ../helper.php:943
202
  msgid "I am deactivating the plugin because"
203
  msgstr ""
@@ -761,7 +766,7 @@ msgstr ""
761
  #: ../admin/social_sharing.php:1320
762
  #: ../admin/like_buttons.php:220
763
  #: ../admin/like_buttons.php:504
764
- msgid "Excerpts"
765
  msgstr ""
766
 
767
  #: ../admin/social_sharing.php:902
@@ -1142,6 +1147,10 @@ msgstr ""
1142
  msgid "Why is there so much space between like buttons?"
1143
  msgstr ""
1144
 
 
 
 
 
1145
  #: ../admin/social_commenting.php:13
1146
  msgid "Enable Social Commenting"
1147
  msgstr ""
@@ -1645,7 +1654,7 @@ msgid "If enabled and Social ID provider does not provide user's email address o
1645
  msgstr ""
1646
 
1647
  #: ../admin/social_login.php:614
1648
- msgid "Send username-password after user registration"
1649
  msgstr ""
1650
 
1651
  #: ../admin/social_login.php:624
@@ -1917,11 +1926,11 @@ msgstr ""
1917
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1918
  msgstr ""
1919
 
1920
- #: ../inc/social_sharing.php:721
1921
  msgid "Invalid request"
1922
  msgstr ""
1923
 
1924
- #: ../inc/social_sharing.php:728
1925
  msgid "Providers not selected"
1926
  msgstr ""
1927
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-03-04 15:21+0530\n"
6
+ "PO-Revision-Date: 2016-03-04 15:21+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
187
 
188
  #: ../helper.php:897
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1786
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:875
193
  #: ../admin/like_buttons.php:779
198
  msgid "Please help us make the plugin better"
199
  msgstr ""
200
 
201
+ #: ../helper.php:943
202
+ #, php-format
203
+ msgid "Please take a look at our <a href=\"%s\" target=\"_blank\">support documentation</a> before deactivating the plugin"
204
+ msgstr ""
205
+
206
  #: ../helper.php:943
207
  msgid "I am deactivating the plugin because"
208
  msgstr ""
766
  #: ../admin/social_sharing.php:1320
767
  #: ../admin/like_buttons.php:220
768
  #: ../admin/like_buttons.php:504
769
+ msgid "Excerpts and Posts page"
770
  msgstr ""
771
 
772
  #: ../admin/social_sharing.php:902
1147
  msgid "Why is there so much space between like buttons?"
1148
  msgstr ""
1149
 
1150
+ #: ../admin/social_sharing.php:1775
1151
+ msgid "Why is floating sharing bar/like buttons not appearing at homepage?"
1152
+ msgstr ""
1153
+
1154
  #: ../admin/social_commenting.php:13
1155
  msgid "Enable Social Commenting"
1156
  msgstr ""
1654
  msgstr ""
1655
 
1656
  #: ../admin/social_login.php:614
1657
+ msgid "Send post-registration email to set account password"
1658
  msgstr ""
1659
 
1660
  #: ../admin/social_login.php:624
1926
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1927
  msgstr ""
1928
 
1929
+ #: ../inc/social_sharing.php:733
1930
  msgid "Invalid request"
1931
  msgstr ""
1932
 
1933
+ #: ../inc/social_sharing.php:740
1934
  msgid "Providers not selected"
1935
  msgstr ""
1936
 
readme.txt CHANGED
@@ -4,13 +4,13 @@ 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.5.3
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
- **Available in English, Spanish, French, Hungarian, Portuguese, Chinese, Italian, Arabic and Russian languages**
14
 
15
  = Feature list =
16
  * Social Sharing from around 100 social networks
@@ -204,6 +204,11 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
 
 
 
 
 
207
  = 7.5.3 =
208
  * [Bugfix] Sharing icons disappeared from some pages after updating plugin to previous version
209
 
@@ -848,4 +853,9 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
848
  * Removed Serbo-Croatian translation
849
 
850
  = 7.5.3 =
851
- * [Bugfix] Sharing icons disappeared from some pages after updating plugin to previous version
 
 
 
 
 
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.5.4
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
+ **Available in English, Spanish, Hungarian, Portuguese, Chinese, Italian, Arabic and Russian languages**
14
 
15
  = Feature list =
16
  * Social Sharing from around 100 social networks
204
  8. **Social Commenting**: Disqus Commenting selected
205
 
206
  == Changelog ==
207
+ = 7.5.4 =
208
+ * [Bugfix] Sharing title was appearing in open graph meta tags content, thereby in the webpage description in sharing window, in some cases
209
+ * [Bugfix] Twitter sharing was not working if there was double quote in the title of webpage
210
+ * [Improvement] Removed French translation due to poor feedback
211
+
212
  = 7.5.3 =
213
  * [Bugfix] Sharing icons disappeared from some pages after updating plugin to previous version
214
 
853
  * Removed Serbo-Croatian translation
854
 
855
  = 7.5.3 =
856
+ * [Bugfix] Sharing icons disappeared from some pages after updating plugin to previous version
857
+
858
+ = 7.5.4 =
859
+ * [Bugfix] Sharing title was appearing in open graph meta tags content, thereby in the webpage description in sharing window, in some cases
860
+ * [Bugfix] Twitter sharing was not working if there was double quote in the title of webpage
861
+ * [Improvement] Removed French translation due to poor feedback
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.5.3
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.5.3');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
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.5.4
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.5.4');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){