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

Version Description

  • [Bugfix] Plugin functionality was breaking in a few cases when "Load all Javascript files in single file" option was enabled
  • [Improvement] Improved bit.ly short url cache resulting in reduced page load time
  • [Improvement] Specified "the_champ_sharing_title" class name for the div containing title of sharing interface
  • [Improvement] Removed German translation due to poor feedback
  • [New] Option to clear bit.ly shorturl cache
Download this release

Release Info

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

Code changes from version 7.0.1 to 7.1

admin/like_buttons.php CHANGED
@@ -649,6 +649,25 @@
649
  </div>
650
  </td>
651
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
652
  </table>
653
  </div>
654
  </div>
649
  </div>
650
  </td>
651
  </tr>
652
+
653
+ <tr>
654
+ <th>
655
+ <img id="the_champ_clear_shorturl_cache_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
656
+ <input type="button" class="button-primary" value="<?php _e('Clear Bitly Cache', 'Super-Socializer') ?>" onclick="theChampClearShorturlCache()" />
657
+ </th>
658
+ <td>
659
+ <img src="<?php echo plugins_url('../images/ajax_loader.gif', __FILE__) ?>" id="shorturl_cache_loading" style="display:none" />
660
+ <div id="the_champ_cache_clear_message" style="color:green;display:none;"><?php _e('ShortUrl cache cleared successfully.', 'Super-Socializer' ); ?></div>
661
+ </td>
662
+ </tr>
663
+
664
+ <tr class="the_champ_help_content" id="the_champ_clear_shorturl_cache_help_cont">
665
+ <td colspan="2">
666
+ <div>
667
+ <?php _e('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.', 'Super-Socializer' ) ?>
668
+ </div>
669
+ </td>
670
+ </tr>
671
  </table>
672
  </div>
673
  </div>
admin/social_sharing.php CHANGED
@@ -1579,6 +1579,25 @@
1579
  </div>
1580
  </td>
1581
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1582
  </table>
1583
  </div>
1584
  </div>
1579
  </div>
1580
  </td>
1581
  </tr>
1582
+
1583
+ <tr>
1584
+ <th>
1585
+ <img id="the_champ_clear_shorturl_cache_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1586
+ <input type="button" class="button-primary" value="<?php _e('Clear Bitly Cache', 'Super-Socializer') ?>" onclick="theChampClearShorturlCache()" />
1587
+ </th>
1588
+ <td>
1589
+ <img src="<?php echo plugins_url('../images/ajax_loader.gif', __FILE__) ?>" id="shorturl_cache_loading" style="display:none" />
1590
+ <div id="the_champ_cache_clear_message" style="color:green;display:none;"><?php _e('ShortUrl cache cleared successfully.', 'Super-Socializer' ); ?></div>
1591
+ </td>
1592
+ </tr>
1593
+
1594
+ <tr class="the_champ_help_content" id="the_champ_clear_shorturl_cache_help_cont">
1595
+ <td colspan="2">
1596
+ <div>
1597
+ <?php _e('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.', 'Super-Socializer' ) ?>
1598
+ </div>
1599
+ </td>
1600
+ </tr>
1601
  </table>
1602
  </div>
1603
  </div>
css/admin.css CHANGED
@@ -1,4 +1,4 @@
1
- @charset "utf-8";.clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:pointer;vertical-align:middle}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:72%!important}.the_champ_right_column{float:left;width:26.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingButton{display:block;background:url(../images/sharing/sharing.png) no-repeat}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.ss_demo{background-color:#1D9AFC;padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer}.ss_demo:hover{background-color:#5BACEC};
2
  .theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampDeliciousBackground{background-color:#53BEEE}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampGoogleplusoneBackground{width:35px!important;}.theChampGoogleplusshareBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampStumbleuponbadgeBackground{width:79px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampStumbleuponbadgeSvg{background:url(../images/sharing/stumbleupon_badge.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusshareSvg{background:url(../images/sharing/google_plus_share.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusoneSvg{background:url(../images/sharing/google_plusone.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
3
  .theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
4
  .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #fff}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}
1
+ @charset "utf-8";.clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}.the_champ_master_control h2,.the_champ_master_control input{float: left;}.the_champ_master_control h2{margin:0 10px 0 0}.the_champ_master_control input{margin-top:2px}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{font-size: 11px;width:165px;float:left;margin-bottom: 4px}.theChampHorizontalSharingProviderContainer input,.theChampVerticalSharingProviderContainer input{margin-top: 0;float: left;}.theChampHorizontalSharingProviderContainer label,.theChampVerticalSharingProviderContainer label{float: left;margin:0 1px;}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:pointer;vertical-align:middle}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:72%!important}.the_champ_right_column{float:left;width:26.5%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.ss_demo{background-color:#1D9AFC;padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer}.ss_demo:hover{background-color:#5BACEC};
2
  .theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampDeliciousBackground{background-color:#53BEEE}.theChampWhatsappBackground{background-color:#55EB4C}.theChampLinkedinshareBackground{width:66px!important;}.theChampFacebookrecommendBackground{width:95px!important;}.theChampFacebooklikeBackground{width:50px!important;}.theChampTwittertweetBackground{width:57px!important;}.theChampGoogleplusoneBackground{width:35px!important;}.theChampGoogleplusshareBackground{width:57px!important;}.theChampPinterestpinBackground{width:44px!important;}.theChampBuffershareBackground{width:58px!important;}.theChampXingshareBackground{width:63px!important;}.theChampRedditbadgeBackground{width:124px!important;}.theChampStumbleuponbadgeBackground{width:79px!important;}.theChampSharingSvg{width:100%;height:100%}.theChampLinkedinshareSvg{background:url(../images/sharing/linkedin_share.png) left no-repeat;border-radius: 0!important}.theChampFacebooklikeSvg{background:url(../images/sharing/facebook_like.png) left no-repeat;border-radius: 0!important}.theChampStumbleuponbadgeSvg{background:url(../images/sharing/stumbleupon_badge.png) left no-repeat;border-radius: 0!important}.theChampRedditbadgeSvg{background:url(../images/sharing/reddit_badge.png) left no-repeat;border-radius: 0!important}.theChampYummlyshareSvg{background:url(../images/sharing/yummly_share.png) left no-repeat;border-radius: 0!important}.theChampBuffershareSvg{background:url(../images/sharing/buffer_share.png) left no-repeat;border-radius: 0!important}.theChampXingshareSvg{background:url(../images/sharing/xing_share.png) left no-repeat;border-radius: 0!important}.theChampPinterestpinSvg{background:url(../images/sharing/pinterest_pin.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusshareSvg{background:url(../images/sharing/google_plus_share.png) left no-repeat;border-radius: 0!important}.theChampGoogleplusoneSvg{background:url(../images/sharing/google_plusone.png) left no-repeat;border-radius: 0!important}.theChampTwittertweetSvg{background:url(../images/sharing/twitter_tweet.png) left no-repeat;border-radius: 0!important}.theChampFacebookrecommendSvg{background:url(../images/sharing/facebook_recommend.png) left no-repeat;border-radius:0!important;}
3
  .theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
4
  .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #fff}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}.theChampYummlyshareBackground{width: 43px!important}.faq a{text-decoration: none;}.theChampCounterPreviewLeft,.theChampCounterVerticalPreviewLeft,.theChampCounterVerticalPreviewRight,.theChampCounterPreviewRight{float:left;text-align: center;font-family:sans-serif;width:30px;visibility: hidden;}.theChampCounterVerticalPreviewTop,.theChampCounterVerticalPreviewBottom,.theChampCounterPreviewTop,.theChampCounterPreviewBottom{text-align: center;line-height: 30px;height: 30px;visibility: hidden;clear: both}.theChampCounterVerticalPreviewInnerleft,.theChampCounterVerticalPreviewInnerright,.theChampCounterPreviewInnerleft,.theChampCounterPreviewInnerright{float: left;display: none;height: 100%;width:50%;text-align:center}.theChampCounterVerticalPreviewInnertop,.theChampCounterVerticalPreviewInnerbottom,.theChampCounterPreviewInnertop,.theChampCounterPreviewInnerbottom{clear: both;text-align:center;display: none;width:100%;height:30%}h2.nav-tab-wrapper{border-bottom: 1px solid #ccc;padding-bottom: 0;padding-left: 10px;}
css/front.css CHANGED
@@ -1,2 +1,2 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}.the_champ_sharing_service{display:block;background:url(../images/sharing/more_sprite.png) no-repeat;margin-right:3px;float:left}.the_champ_sharing_service_amazon{background-position:0 0;width:20px;height:20px}.the_champ_sharing_service_aol{background-position:-20px 0;width:20px;height:20px}.the_champ_sharing_service_arto{background-position:-40px 0;width:20px;height:20px}.the_champ_sharing_service_bebo{background-position:-60px 0;width:20px;height:20px}.the_champ_sharing_service_bitly{background-position:-80px 0;width:20px;height:20px}.the_champ_sharing_service_blogger{background-position:-100px 0;width:20px;height:20px}.the_champ_sharing_service_box{background-position:-120px 0;width:20px;height:20px}.the_champ_sharing_service_boxee{background-position:0 -20px;width:20px;height:20px}.the_champ_sharing_service_buffer{background-position:-20px -20px;width:20px;height:20px}.the_champ_sharing_service_buzzster{background-position:-40px -20px;width:20px;height:20px}.the_champ_sharing_service_delicious{background-position:-60px -20px;width:20px;height:20px}.the_champ_sharing_service_digg{background-position:-80px -20px;width:20px;height:20px}.the_champ_sharing_service_diigo{background-position:-100px -20px;width:20px;height:20px}.the_champ_sharing_service_diigolet{background-position:-120px -20px;width:20px;height:20px}.the_champ_sharing_service_email{background-position:0 -40px;width:20px;height:20px}.the_champ_sharing_service_evernote{background-position:-20px -40px;width:20px;height:20px}.the_champ_sharing_service_facebook{background-position:-40px -40px;width:20px;height:20px}.the_champ_sharing_service_fancy{background-position:-60px -40px;width:20px;height:20px}.the_champ_sharing_service_fark{background-position:-80px -40px;width:20px;height:20px}.the_champ_sharing_service_flipboard{background-position:-100px -40px;width:20px;height:20px}.the_champ_sharing_service_google{background-position:-120px -40px;width:20px;height:20px}.the_champ_sharing_service_google-apps{background-position:0 -60px;width:20px;height:20px}.the_champ_sharing_service_google-bookmark{background-position:-20px -60px;width:20px;height:20px}.the_champ_sharing_service_google-mail{background-position:-40px -60px;width:20px;height:20px}.the_champ_sharing_service_heart{background-position:-60px -60px;width:20px;height:20px}.the_champ_sharing_service_hootsuite{background-position:-80px -60px;width:20px;height:20px}.the_champ_sharing_service_hotmail{background-position:-100px -60px;width:20px;height:20px}.the_champ_sharing_service_identica{background-position:-120px -60px;width:20px;height:20px}.the_champ_sharing_service_inbound{background-position:0 -80px;width:20px;height:20px}.the_champ_sharing_service_instapaper{background-position:-20px -80px;width:20px;height:20px}.the_champ_sharing_service_izeby{background-position:-40px -80px;width:20px;height:20px}.the_champ_sharing_service_kaboodle{background-position:-60px -80px;width:20px;height:20px}.the_champ_sharing_service_linkedin{background-position:-80px -80px;width:20px;height:20px}.the_champ_sharing_service_mister-wong{background-position:-100px -80px;width:20px;height:20px}.the_champ_sharing_service_msdn{background-position:-120px -80px;width:20px;height:20px}.the_champ_sharing_service_ning{background-position:0 -100px;width:20px;height:20px}.the_champ_sharing_service_orkut{background-position:-20px -100px;width:20px;height:20px}.the_champ_sharing_service_pinboard{background-position:-40px -100px;width:20px;height:20px}.the_champ_sharing_service_pinterest{background-position:-60px -100px;width:20px;height:20px}.the_champ_sharing_service_plurk{background-position:-80px -100px;width:20px;height:20px}.the_champ_sharing_service_pocket{background-position:-100px -100px;width:20px;height:20px}.the_champ_sharing_service_print-friendly{background-position:-120px -100px;width:20px;height:20px}.the_champ_sharing_service_quora{background-position:0 -120px;width:20px;height:20px}.the_champ_sharing_service_read-later{background-position:-20px -120px;width:20px;height:20px}.the_champ_sharing_service_reddit{background-position:-40px -120px;width:20px;height:20px}.the_champ_sharing_service_soup{background-position:-60px -120px;width:20px;height:20px}.the_champ_sharing_service_springpad{background-position:-80px -120px;width:20px;height:20px}.the_champ_sharing_service_stumbleupon{background-position:-100px -120px;width:20px;height:20px}.the_champ_sharing_service_stumpedia{background-position:-120px -120px;width:20px;height:20px}.the_champ_sharing_service_techmeme{background-position:0 -140px;width:20px;height:20px}.the_champ_sharing_service_tinyurl{background-position:-20px -140px;width:20px;height:20px}.the_champ_sharing_service_tumblr{background-position:-40px -140px;width:20px;height:20px}.the_champ_sharing_service_twitter{background-position:-60px -140px;width:20px;height:20px}.the_champ_sharing_service_typepad{background-position:-80px -140px;width:20px;height:20px}.the_champ_sharing_service_viadeo{background-position:-100px -140px;width:20px;height:20px}.the_champ_sharing_service_vkontakte{background-position:-120px -140px;width:20px;height:20px}.the_champ_sharing_service_wanelo{background-position:0 -160px;width:20px;height:20px}.the_champ_sharing_service_windows-live{background-position:-20px -160px;width:20px;height:20px}.the_champ_sharing_service_wordpress{background-position:-40px -160px;width:20px;height:20px}.the_champ_sharing_service_yahoo{background-position:-60px -160px;width:20px;height:20px}.the_champ_sharing_service_yammer{background-position:-80px -160px;width:20px;height:20px}.the_champ_sharing_service_yc-hacker{background-position:-100px -160px;width:20px;height:20px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing,.theChampSharingButton{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingButton{background:url(../images/sharing/sharing.png) no-repeat;float:left;border:none}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone{width:74px}div.the_champ_horizontal_sharing li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_gp_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_sharing li.the_champ_xing{width:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPushInPng{background:url(../images/sharing/pushin.png) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPullOutPng{background:url(../images/sharing/pullout.png) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
2
  .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #fff}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}i.theChampWhatsappBackground a{display: inline!important}i.theChampLineBackground a{display: inline!important;}.the_champ_sharing_container a{box-shadow:none!important;border:none!important}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone{width:74px}div.the_champ_horizontal_sharing li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_gp_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_sharing li.the_champ_xing{width:98px}div.the_champ_horizontal_sharing .the_champ_stumbleupon{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPushInPng{background:url(../images/sharing/pushin.png) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPullOutPng{background:url(../images/sharing/pullout.png) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #fff}.theChampAmazonWishListBackground{background-color: #fff}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #fff}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #fff}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #fff}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #2E3436}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDZoneBackground{background-color: #fff}.theChampEvernoteBackground{background-color: #8BE056}.theChampFarkBackground{background-color: #555}
2
  .theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #fff}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #FFF}.theChampLineBackground{background-color: #00C300}.theChampLiveJournalBackground{background-color: #EDEDED}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #fff}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fff}.theChampOutlookcomBackground{background-color: #fff}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #fff}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fff}.theChampSinaWeiboBackground{background-color: #fff}.theChampSiteJotBackground{background-color: #fff}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #FAFAFA}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}i.theChampWhatsappBackground a{display: inline!important}i.theChampLineBackground a{display: inline!important;}.the_champ_sharing_container a{box-shadow:none!important;border:none!important}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}
helper.php CHANGED
@@ -168,6 +168,9 @@ function the_champ_fb_sdk_script(){
168
  * Include javascript files in admin sharing page.
169
  */
170
  function the_champ_admin_sharing_scripts(){
 
 
 
171
  wp_enqueue_script('the_champ_sharing', plugins_url('js/admin/sharing/admin.js', __FILE__), array('jquery', 'jquery-ui-sortable'), THE_CHAMP_SS_VERSION);
172
  }
173
 
@@ -175,6 +178,9 @@ function the_champ_admin_sharing_scripts(){
175
  * Include javascript files in admin counter page.
176
  */
177
  function the_champ_admin_counter_scripts(){
 
 
 
178
  wp_enqueue_script('the_champ_counter', plugins_url('js/admin/counter/admin.js', __FILE__), array('jquery', 'jquery-ui-sortable'), THE_CHAMP_SS_VERSION);
179
  }
180
 
@@ -891,4 +897,11 @@ function the_champ_social_avatar_options(){
891
  <?php
892
  }
893
  }
894
- add_action('bp_before_profile_avatar_upload_content', 'the_champ_social_avatar_options');
 
 
 
 
 
 
 
168
  * Include javascript files in admin sharing page.
169
  */
170
  function the_champ_admin_sharing_scripts(){
171
+ ?>
172
+ <script type="text/javascript"> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php';</script>
173
+ <?php
174
  wp_enqueue_script('the_champ_sharing', plugins_url('js/admin/sharing/admin.js', __FILE__), array('jquery', 'jquery-ui-sortable'), THE_CHAMP_SS_VERSION);
175
  }
176
 
178
  * Include javascript files in admin counter page.
179
  */
180
  function the_champ_admin_counter_scripts(){
181
+ ?>
182
+ <script type="text/javascript"> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php';</script>
183
+ <?php
184
  wp_enqueue_script('the_champ_counter', plugins_url('js/admin/counter/admin.js', __FILE__), array('jquery', 'jquery-ui-sortable'), THE_CHAMP_SS_VERSION);
185
  }
186
 
897
  <?php
898
  }
899
  }
900
+ add_action('bp_before_profile_avatar_upload_content', 'the_champ_social_avatar_options');
901
+
902
+ function the_champ_clear_shorturl_cache(){
903
+ global $wpdb;
904
+ $wpdb->query("DELETE FROM $wpdb->postmeta WHERE meta_key = '_the_champ_ss_bitly_url'");
905
+ die;
906
+ }
907
+ add_action('wp_ajax_the_champ_clear_shorturl_cache', 'the_champ_clear_shorturl_cache');
inc/social_sharing.php CHANGED
@@ -229,22 +229,36 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
229
 
230
  function the_champ_generate_sharing_bitly_url($url, $postId = 0){
231
  global $theChampSharingOptions;
232
- //generate the URL
233
- $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampSharingOptions['bitly_username'] .'&apiKey='. $theChampSharingOptions['bitly_key'] .'&longUrl='.urlencode($url);
234
- $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
235
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
236
- return trim(wp_remote_retrieve_body( $response ));
 
 
 
 
 
 
 
237
  }
238
  return false;
239
  }
240
 
241
  function the_champ_generate_counter_bitly_url($url, $postId = 0){
242
  global $theChampCounterOptions;
243
- //generate the URL
244
- $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampCounterOptions['bitly_username'] .'&apiKey='. $theChampCounterOptions['bitly_key'] .'&longUrl='.urlencode($url);
245
- $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
246
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
247
- return trim(wp_remote_retrieve_body( $response ));
 
 
 
 
 
 
 
248
  }
249
  return false;
250
  }
@@ -484,7 +498,7 @@ function the_champ_render_sharing($content){
484
  $sharingTitleStyle = 'style="font-weight: bold;list-style: none;position: relative;left: 50%;"';
485
  }
486
  }
487
- $horizontalDiv = "<div style='clear: both'></div><div ". $sharingContainerStyle ." class='the_champ_sharing_container the_champ_horizontal_sharing' super-socializer-data-href='".$postUrl."'><div ". $sharingTitleStyle ." >".ucfirst($theChampSharingOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
488
  if($sharingBpActivity){
489
  echo $horizontalDiv;
490
  }
229
 
230
  function the_champ_generate_sharing_bitly_url($url, $postId = 0){
231
  global $theChampSharingOptions;
232
+ $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
233
+ if($bitlyUrl){
234
+ return $bitlyUrl;
235
+ }else{
236
+ //generate the URL
237
+ $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampSharingOptions['bitly_username'] .'&apiKey='. $theChampSharingOptions['bitly_key'] .'&longUrl='.urlencode($url);
238
+ $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
239
+ if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
240
+ $shortUrl = trim(wp_remote_retrieve_body( $response ));
241
+ update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
242
+ return $shortUrl;
243
+ }
244
  }
245
  return false;
246
  }
247
 
248
  function the_champ_generate_counter_bitly_url($url, $postId = 0){
249
  global $theChampCounterOptions;
250
+ $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
251
+ if($bitlyUrl){
252
+ return $bitlyUrl;
253
+ }else{
254
+ //generate the URL
255
+ $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampCounterOptions['bitly_username'] .'&apiKey='. $theChampCounterOptions['bitly_key'] .'&longUrl='.urlencode($url);
256
+ $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
257
+ if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
258
+ $shortUrl = trim(wp_remote_retrieve_body( $response ));
259
+ update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
260
+ return $shortUrl;
261
+ }
262
  }
263
  return false;
264
  }
498
  $sharingTitleStyle = 'style="font-weight: bold;list-style: none;position: relative;left: 50%;"';
499
  }
500
  }
501
+ $horizontalDiv = "<div style='clear: both'></div><div ". $sharingContainerStyle ." class='the_champ_sharing_container the_champ_horizontal_sharing' super-socializer-data-href='".$postUrl."'><div class='the_champ_sharing_title' ". $sharingTitleStyle ." >".ucfirst($theChampSharingOptions['title'])."</div>".$sharingDiv."</div><div style='clear: both'></div>";
502
  if($sharingBpActivity){
503
  echo $horizontalDiv;
504
  }
js/admin/counter/admin.js CHANGED
@@ -1 +1,38 @@
1
- function theChampHorizontalCounterOptionsToggle(t){jQuery(t).is(":checked")?jQuery("#the_champ_horizontal_counter_options").css("display","table-row-group"):jQuery("#the_champ_horizontal_counter_options").css("display","none")}function theChampVerticalCounterOptionsToggle(t){jQuery(t).is(":checked")?jQuery("#the_champ_vertical_counter_options").css("display","table-row-group"):jQuery("#the_champ_vertical_counter_options").css("display","none")}function theChampToggleOffset(t){var e="left"==t?"right":"left";jQuery("#the_champ_sc_"+t+"_offset_rows").css("display","table-row-group"),jQuery("#the_champ_sc_"+e+"_offset_rows").css("display","none")}"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}),jQuery(document).ready(function(){jQuery("#the_champ_sc_rearrange, #the_champ_sc_vertical_rearrange").sortable(),jQuery("#the_champ_target_url_column").find("input[type=radio]").click(function(){jQuery(this).attr("id")&&"the_champ_target_url_custom"==jQuery(this).attr("id")?jQuery("#the_champ_target_url_custom_url").css("display","block"):jQuery("#the_champ_target_url_custom_url").css("display","none")}),jQuery("#the_champ_vertical_target_url_column").find("input[type=radio]").click(function(){jQuery(this).attr("id")&&"the_champ_vertical_target_url_custom"==jQuery(this).attr("id")?jQuery("#the_champ_vertical_target_url_custom_url").css("display","block"):jQuery("#the_champ_vertical_target_url_custom_url").css("display","none")}),jQuery("#the_champ_target_url_custom").is(":checked")?jQuery("#the_champ_target_url_custom_url").css("display","block"):jQuery("#the_champ_target_url_custom_url").css("display","none"),jQuery("#the_champ_vertical_target_url_custom").is(":checked")?jQuery("#the_champ_vertical_target_url_custom_url").css("display","block"):jQuery("#the_champ_vertical_target_url_custom_url").css("display","none")});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function theChampHorizontalCounterOptionsToggle(t) {
2
+ jQuery(t).is(":checked") ? jQuery("#the_champ_horizontal_counter_options").css("display", "table-row-group") : jQuery("#the_champ_horizontal_counter_options").css("display", "none")
3
+ }
4
+
5
+ function theChampVerticalCounterOptionsToggle(t) {
6
+ jQuery(t).is(":checked") ? jQuery("#the_champ_vertical_counter_options").css("display", "table-row-group") : jQuery("#the_champ_vertical_counter_options").css("display", "none")
7
+ }
8
+
9
+ function theChampToggleOffset(t) {
10
+ var e = "left" == t ? "right" : "left";
11
+ jQuery("#the_champ_sc_" + t + "_offset_rows").css("display", "table-row-group"), jQuery("#the_champ_sc_" + e + "_offset_rows").css("display", "none")
12
+ }
13
+
14
+ function theChampClearShorturlCache(){
15
+ jQuery('#shorturl_cache_loading').css('display', 'block');
16
+ jQuery.ajax({
17
+ type: 'GET',
18
+ dataType: 'json',
19
+ url: theChampSharingAjaxUrl,
20
+ data: {
21
+ action: 'the_champ_clear_shorturl_cache'
22
+ },
23
+ success: function(data, textStatus, XMLHttpRequest){
24
+ jQuery('#shorturl_cache_loading').css('display', 'none');
25
+ jQuery('#the_champ_cache_clear_message').css('display', 'block');
26
+ }
27
+ });
28
+ }
29
+
30
+ "function" != typeof String.prototype.trim && (String.prototype.trim = function() {
31
+ return this.replace(/^\s+|\s+$/g, "")
32
+ }), jQuery(document).ready(function() {
33
+ jQuery("#the_champ_sc_rearrange, #the_champ_sc_vertical_rearrange").sortable(), jQuery("#the_champ_target_url_column").find("input[type=radio]").click(function() {
34
+ jQuery(this).attr("id") && "the_champ_target_url_custom" == jQuery(this).attr("id") ? jQuery("#the_champ_target_url_custom_url").css("display", "block") : jQuery("#the_champ_target_url_custom_url").css("display", "none")
35
+ }), jQuery("#the_champ_vertical_target_url_column").find("input[type=radio]").click(function() {
36
+ jQuery(this).attr("id") && "the_champ_vertical_target_url_custom" == jQuery(this).attr("id") ? jQuery("#the_champ_vertical_target_url_custom_url").css("display", "block") : jQuery("#the_champ_vertical_target_url_custom_url").css("display", "none")
37
+ }), jQuery("#the_champ_target_url_custom").is(":checked") ? jQuery("#the_champ_target_url_custom_url").css("display", "block") : jQuery("#the_champ_target_url_custom_url").css("display", "none"), jQuery("#the_champ_vertical_target_url_custom").is(":checked") ? jQuery("#the_champ_vertical_target_url_custom_url").css("display", "block") : jQuery("#the_champ_vertical_target_url_custom_url").css("display", "none")
38
+ });
js/admin/sharing/admin.js CHANGED
@@ -20,6 +20,22 @@ function theChampSharingSizeValidate(e) {
20
  t > 35 ? e.value = 35 : 16 > t && (e.value = 16)
21
  }
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  function theChampIncrement(e, t, r, a, i) {
24
  var h, s, c = !1,
25
  _ = a;
20
  t > 35 ? e.value = 35 : 16 > t && (e.value = 16)
21
  }
22
 
23
+ function theChampClearShorturlCache(){
24
+ jQuery('#shorturl_cache_loading').css('display', 'block');
25
+ jQuery.ajax({
26
+ type: 'GET',
27
+ dataType: 'json',
28
+ url: theChampSharingAjaxUrl,
29
+ data: {
30
+ action: 'the_champ_clear_shorturl_cache'
31
+ },
32
+ success: function(data, textStatus, XMLHttpRequest){
33
+ jQuery('#shorturl_cache_loading').css('display', 'none');
34
+ jQuery('#the_champ_cache_clear_message').css('display', 'block');
35
+ }
36
+ });
37
+ }
38
+
39
  function theChampIncrement(e, t, r, a, i) {
40
  var h, s, c = !1,
41
  _ = a;
js/front/combined.js CHANGED
@@ -15,7 +15,7 @@ function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theCh
15
  // facebook.js
16
  function theChampAuthUserFB(){FB.getLoginStatus(theChampFBCheckLoginStatus)}function theChampFBCheckLoginStatus(response){if(response&&response.status=='connected'){theChampLoadingIcon();theChampFBLoginUser()}else{FB.login(theChampFBLoginUser,{scope:theChampFacebookScope})}}function theChampFBLoginUser(){FB.api('/me?fields=id,name,bio,about,link,email,first_name,last_name',function(response){if(!response.id){return}theChampCallAjax(function(){theChampAjaxUserAuth(response,'facebook')})})}
17
  // commenting.js
18
- function theChampRenderFBCommenting(){var e=document.getElementById(theChampCommentingId);if(e){var t=[],a=[],m=[];t.wordpress='<div style="clear:both"></div>'+e.innerHTML,theChampFBCommentingContent='<div class="fb-comments" data-href="'+theChampFBCommentUrl+'"',""!=theChampFBCommentColor&&(theChampFBCommentingContent+=' data-colorscheme="'+theChampFBCommentColor+'"'),""!=theChampFBCommentNumPosts&&(theChampFBCommentingContent+=' data-numposts="'+theChampFBCommentNumPosts+'"'),theChampFBCommentingContent+=' data-width="'+theChampFBCommentWidth+'"',""!=theChampFBCommentOrderby&&(theChampFBCommentingContent+=' data-order-by="'+theChampFBCommentOrderby+'"'),theChampFBCommentingContent+=" ></div>",t.fb=theChampFBCommentingContent,a.fb="theChampInitiateFB();",t.googleplus="<div class='g-comments' data-href='"+theChampGpCommentsUrl+"' "+(theChampGpCommentsWidth?"data-width='"+theChampGpCommentsWidth+"'":"")+" data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>",a.googleplus=" ",m.googleplus="//apis.google.com/js/plusone.js",t.disqus='<div class="embed-container clearfix" id="disqus_thread">'+(""!=theChampDisqusShortname?theChampDisqusShortname:'<div style="font-size: 14px;clear: both;">Specify a Disqus shortname in Super Socializer &gt; Social Commenting section in admin panel</div>')+"</div>",a.disqus="var disqus_shortname = '"+theChampDisqusShortname+"';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);";var h='<div class="theChampCommentingTabs"><h3 id="theChampReplyTitle" style="margin-bottom:15px" class="comment-reply-title">'+theChampScLabel+"</h3><ul>";theChampScEnabledTabs=theChampScEnabledTabs.split(",");for(var n=0;n<theChampScEnabledTabs.length;n++){h+='<li id="theChampTabs-'+n+'-li" onclick="',h+="this.setAttribute('class', 'theChampSelectedTab');document.getElementById('theChampTabs-"+n+"').style.display='block';","fb"==theChampScEnabledTabs[n]&&(h+="theChampInitiateFB();");for(var s=0;s<theChampScEnabledTabs.length;s++)s!=n&&(h+="document.getElementById('theChampTabs-"+s+"-li').setAttribute('class', '');document.getElementById('theChampTabs-"+s+"').style.display='none';");h+='">',h+=theChampScTabLabels[theChampScEnabledTabs[n]],h+="</li>"}h+="</ul>";for(var n=0;n<theChampScEnabledTabs.length;n++)h+='<div id="theChampTabs-'+n+'" ><div style="clear: both"></div>'+t[theChampScEnabledTabs[n]]+"</div>";h+="</div>",e.innerHTML=h;var d=document.getElementById("reply-title");d&&d.remove();for(var n=0;n<theChampScEnabledTabs.length;n++)if(a[theChampScEnabledTabs[n]]){var o=document.createElement("script");m[theChampScEnabledTabs[n]]&&o.setAttribute("src",m[theChampScEnabledTabs[n]]),o.innerHTML=a[theChampScEnabledTabs[n]],document.getElementById("theChampTabs-"+n).appendChild(o)}document.getElementById("theChampTabs-0-li").setAttribute("class","theChampSelectedTab");for(var n=1;n<theChampScEnabledTabs.length;n++)document.getElementById("theChampTabs-"+n).style.display="none"}}theChampLoadEvent(function(){theChampRenderFBCommenting()});
19
  // sharing.js
20
  /**
21
  * Show more sharing services popup
@@ -523,8 +523,13 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle){
523
  bgDiv.parentNode.removeChild(bgDiv);
524
  }
525
  }
526
-
527
- if(theChampHorizontalSharingCountEnable || theChampVerticalSharingCountEnable){
 
 
 
 
 
528
  // get sharing counts on window load
529
  theChampLoadEvent(
530
  function(){
@@ -584,9 +589,8 @@ function theChampGetSharingCounts(horizontalCounts, verticalCounts){
584
  }
585
 
586
  for(var j in data.message[i]){
587
- if(j == 'google'){
588
- var sharingCount = data.message[i][j].match( /"(.*?)"/ )[1];
589
- sharingCount = parseInt(sharingCount) || 0;
590
  }else if(j == 'vkontakte'){
591
  var sharingCount = parseInt(data.message[i][j].replace('VK.Share.count(0, ', '').replace(');', ''));
592
  }else{
@@ -600,26 +604,19 @@ function theChampGetSharingCounts(horizontalCounts, verticalCounts){
600
  }
601
  totalCount += parseInt(sharingCount);
602
  if(sharingCount < 1){ continue; }
603
- var countNWidth = theChampCalculateCountWidth(sharingCount) . split(',');
604
-
605
- if(!jQuery(targetElement).hasClass('the_champ_square_count')){
606
- jQuery(targetElement).css('width', countNWidth[1]);
607
- }else{
608
- var parent = jQuery(targetElement).parents('.the_champ_vertical_sharing');
609
- if(jQuery(parent).hasClass('the_champ_bottom_sharing')){
610
- var parentWidth = parseInt(jQuery(targetElement).parent().css('width')) * 30/100;
611
- }else{
612
- var parentWidth = parseInt(jQuery(parent).css('width')) * 24/100;
613
- }
614
- jQuery(targetElement).css('fontSize', (parentWidth) + 'px');
615
  }
616
- jQuery(targetElement).html(countNWidth[0]).css({'visibility': 'visible', 'display': 'block'});
617
  }
618
- var totalCountNWidth = theChampCalculateCountWidth(totalCount) . split(',');
619
  var totalCountContainer = jQuery(sharingContainer).find('.theChampTCBackground');
620
  jQuery(totalCountContainer).each(function(){
621
- var containerWidth = jQuery(this).css('width');
622
- jQuery(this).html('<div class="theChampTotalShareCount" style="font-size: '+ (parseInt(containerWidth) * 62/100) +'px">' + totalCountNWidth[0] + '</div><div class="theChampTotalShareText" style="font-size: '+ (parseInt(containerWidth) * 38/100) +'px">Share' + (totalCount > 1 ? 's' : '' ) + '</div>');
623
  });
624
  }
625
  }
@@ -628,25 +625,16 @@ function theChampGetSharingCounts(horizontalCounts, verticalCounts){
628
  }
629
 
630
  function theChampCalculateCountWidth(sharingCount){
631
- var width = '12px';
632
- if(sharingCount > 9 && sharingCount < 100){
633
- width = '12px';
634
- }else if(sharingCount > 99 && sharingCount < 1000){
635
- width = '20px';
636
- }else if(sharingCount > 999 && sharingCount < 10000){
637
- sharingCount = Math.floor(sharingCount/1000) + 'K+';
638
- width = '20px';
639
  }else if(sharingCount > 9999 && sharingCount < 100000){
640
- sharingCount = Math.floor(sharingCount/1000) + 'K+';
641
- width = '30px';
642
  }else if(sharingCount > 99999 && sharingCount < 1000000){
643
- sharingCount = Math.floor(sharingCount/1000) + 'K+';
644
- width = '42px';
645
  }else if(sharingCount > 999999){
646
- sharingCount = Math.floor(sharingCount/1000000) + 'M+';
647
- width = '30px';
648
  }
649
- return sharingCount + "," + width;
650
  }
651
 
652
  function theChampCapitaliseFirstLetter(e) {
15
  // facebook.js
16
  function theChampAuthUserFB(){FB.getLoginStatus(theChampFBCheckLoginStatus)}function theChampFBCheckLoginStatus(response){if(response&&response.status=='connected'){theChampLoadingIcon();theChampFBLoginUser()}else{FB.login(theChampFBLoginUser,{scope:theChampFacebookScope})}}function theChampFBLoginUser(){FB.api('/me?fields=id,name,bio,about,link,email,first_name,last_name',function(response){if(!response.id){return}theChampCallAjax(function(){theChampAjaxUserAuth(response,'facebook')})})}
17
  // commenting.js
18
+ function theChampRenderFBCommenting(){var e='';if(typeof theChampCommentingId != 'undefined'){e=document.getElementById(theChampCommentingId);}if(e){var t=[],a=[],m=[];t.wordpress='<div style="clear:both"></div>'+e.innerHTML,theChampFBCommentingContent='<div class="fb-comments" data-href="'+theChampFBCommentUrl+'"',""!=theChampFBCommentColor&&(theChampFBCommentingContent+=' data-colorscheme="'+theChampFBCommentColor+'"'),""!=theChampFBCommentNumPosts&&(theChampFBCommentingContent+=' data-numposts="'+theChampFBCommentNumPosts+'"'),theChampFBCommentingContent+=' data-width="'+theChampFBCommentWidth+'"',""!=theChampFBCommentOrderby&&(theChampFBCommentingContent+=' data-order-by="'+theChampFBCommentOrderby+'"'),theChampFBCommentingContent+=" ></div>",t.fb=theChampFBCommentingContent,a.fb="theChampInitiateFB();",t.googleplus="<div class='g-comments' data-href='"+theChampGpCommentsUrl+"' "+(theChampGpCommentsWidth?"data-width='"+theChampGpCommentsWidth+"'":"")+" data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>",a.googleplus=" ",m.googleplus="//apis.google.com/js/plusone.js",t.disqus='<div class="embed-container clearfix" id="disqus_thread">'+(""!=theChampDisqusShortname?theChampDisqusShortname:'<div style="font-size: 14px;clear: both;">Specify a Disqus shortname in Super Socializer &gt; Social Commenting section in admin panel</div>')+"</div>",a.disqus="var disqus_shortname = '"+theChampDisqusShortname+"';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);";var h='<div class="theChampCommentingTabs"><h3 id="theChampReplyTitle" style="margin-bottom:15px" class="comment-reply-title">'+theChampScLabel+"</h3><ul>";theChampScEnabledTabs=theChampScEnabledTabs.split(",");for(var n=0;n<theChampScEnabledTabs.length;n++){h+='<li id="theChampTabs-'+n+'-li" onclick="',h+="this.setAttribute('class', 'theChampSelectedTab');document.getElementById('theChampTabs-"+n+"').style.display='block';","fb"==theChampScEnabledTabs[n]&&(h+="theChampInitiateFB();");for(var s=0;s<theChampScEnabledTabs.length;s++)s!=n&&(h+="document.getElementById('theChampTabs-"+s+"-li').setAttribute('class', '');document.getElementById('theChampTabs-"+s+"').style.display='none';");h+='">',h+=theChampScTabLabels[theChampScEnabledTabs[n]],h+="</li>"}h+="</ul>";for(var n=0;n<theChampScEnabledTabs.length;n++)h+='<div id="theChampTabs-'+n+'" ><div style="clear: both"></div>'+t[theChampScEnabledTabs[n]]+"</div>";h+="</div>",e.innerHTML=h;var d=document.getElementById("reply-title");d&&d.remove();for(var n=0;n<theChampScEnabledTabs.length;n++)if(a[theChampScEnabledTabs[n]]){var o=document.createElement("script");m[theChampScEnabledTabs[n]]&&o.setAttribute("src",m[theChampScEnabledTabs[n]]),o.innerHTML=a[theChampScEnabledTabs[n]],document.getElementById("theChampTabs-"+n).appendChild(o)}document.getElementById("theChampTabs-0-li").setAttribute("class","theChampSelectedTab");for(var n=1;n<theChampScEnabledTabs.length;n++)document.getElementById("theChampTabs-"+n).style.display="none"}}theChampLoadEvent(function(){theChampRenderFBCommenting()});
19
  // sharing.js
20
  /**
21
  * Show more sharing services popup
523
  bgDiv.parentNode.removeChild(bgDiv);
524
  }
525
  }
526
+ if(typeof theChampHorizontalSharingCountEnable == 'undefined'){
527
+ var theChampHorizontalSharingCountEnable = 0;
528
+ }
529
+ if(typeof theChampVerticalSharingCountEnable == 'undefined'){
530
+ var theChampVerticalSharingCountEnable = 0;
531
+ }
532
+ if( theChampHorizontalSharingCountEnable || theChampVerticalSharingCountEnable ){
533
  // get sharing counts on window load
534
  theChampLoadEvent(
535
  function(){
589
  }
590
 
591
  for(var j in data.message[i]){
592
+ if(j == 'google_plus'){
593
+ var sharingCount = parseInt(data.message[i][j]) || 0;
 
594
  }else if(j == 'vkontakte'){
595
  var sharingCount = parseInt(data.message[i][j].replace('VK.Share.count(0, ', '').replace(');', ''));
596
  }else{
604
  }
605
  totalCount += parseInt(sharingCount);
606
  if(sharingCount < 1){ continue; }
607
+ jQuery(targetElement).html(theChampCalculateCountWidth(sharingCount)).css({'visibility': 'visible', 'display': 'block'});
608
+
609
+ if ( ( typeof theChampReduceHorizontalSvgWidth != 'undefined' && jQuery(sharingContainer).hasClass('the_champ_horizontal_sharing') ) || ( typeof theChampReduceVerticalSvgWidth != 'undefined' && jQuery(sharingContainer).hasClass('the_champ_vertical_sharing') ) ) {
610
+ jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('float', 'left');
611
+ }
612
+ if ( ( typeof theChampReduceHorizontalSvgHeight != 'undefined' && jQuery(sharingContainer).hasClass('the_champ_horizontal_sharing') ) || ( typeof theChampReduceVerticalSvgHeight != 'undefined' && jQuery(sharingContainer).hasClass('the_champ_vertical_sharing') ) ) {
613
+ jQuery(targetElement).parents('li').find('.theChampSharingSvg').css('marginTop', '0');
 
 
 
 
 
614
  }
 
615
  }
 
616
  var totalCountContainer = jQuery(sharingContainer).find('.theChampTCBackground');
617
  jQuery(totalCountContainer).each(function(){
618
+ var containerHeight = jQuery(this).css('height');
619
+ jQuery(this).html('<div class="theChampTotalShareCount" style="font-size: '+ (parseInt(containerHeight) * 62/100) +'px">' + theChampCalculateCountWidth(totalCount) + '</div><div class="theChampTotalShareText" style="font-size: '+ (parseInt(containerHeight) * 38/100) +'px">Shares</div>').css('visibility', 'visible');
620
  });
621
  }
622
  }
625
  }
626
 
627
  function theChampCalculateCountWidth(sharingCount){
628
+ if(sharingCount > 999 && sharingCount < 10000){
629
+ sharingCount = Math.round(sharingCount/1000) + 'K';
 
 
 
 
 
 
630
  }else if(sharingCount > 9999 && sharingCount < 100000){
631
+ sharingCount = Math.round(sharingCount/1000) + 'K';
 
632
  }else if(sharingCount > 99999 && sharingCount < 1000000){
633
+ sharingCount = Math.round(sharingCount/1000) + 'K';
 
634
  }else if(sharingCount > 999999){
635
+ sharingCount = Math.round(sharingCount/1000000) + 'M';
 
636
  }
637
+ return sharingCount;
638
  }
639
 
640
  function theChampCapitaliseFirstLetter(e) {
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: 2015-10-17 10:41+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:41+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,63 +15,75 @@ msgstr ""
15
  "X-Generator: Poedit 1.8.1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:226
19
  #, php-format
20
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
  msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
 
23
- #: ../super_socializer.php:229
24
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
  msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
- #: ../super_socializer.php:399
28
  msgid "Please verify your email address to login."
29
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
 
31
- #: ../super_socializer.php:399
32
  msgid "Your email has been verified. Now you can login to your account"
33
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
 
35
- #: ../super_socializer.php:403
36
  msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
- #: ../super_socializer.php:422
40
- #: ../admin/social_login.php:570
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
44
- #: ../super_socializer.php:425
45
  msgid "Please check your email inbox to complete the registration."
46
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
 
48
- #: ../super_socializer.php:438
49
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
  msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
 
52
- #: ../super_socializer.php:515
53
  msgid "Leave a reply"
54
  msgstr "اترك رد"
55
 
56
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
 
57
  #, fuzzy
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "آخر تسجيل دخول | Last Login"
60
 
61
- #: ../super_socializer.php:609
62
  msgid "Small Avatar Url"
63
  msgstr "صغير الرمزية رابط"
64
 
65
- #: ../super_socializer.php:614
66
  #, fuzzy
67
  msgid "Large Avatar Url"
68
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
69
 
70
- #: ../super_socializer.php:647
71
  msgid "Email you entered is already registered or invalid"
72
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
73
 
74
- #: ../super_socializer.php:651
75
  msgid "Please enter a valid email address. You might be required to verify it"
76
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
77
 
@@ -84,112 +96,155 @@ msgstr "الإعدادات"
84
  msgid "Dismiss this notice"
85
  msgstr "إقالة هذا الإشعار"
86
 
87
- #: ../helper.php:150
88
  msgid "Click to show help"
89
  msgstr "إضغط للمزيد من المساعدة"
90
 
91
- #: ../helper.php:150
92
  msgid "Click to hide help"
93
  msgstr "إضغط لإخفاء المساعدة "
94
 
95
- #: ../helper.php:190
96
  msgid "Settings"
97
  msgstr "الإعدادات"
98
 
99
- #: ../helper.php:514
100
  msgid "Account linked successfully"
101
  msgstr "تم ربط حسابك بنجاح"
102
 
103
- #: ../helper.php:518
104
  msgid "Account already exists or linked"
105
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
106
 
107
- #: ../helper.php:527
108
  msgid "You are already connected with"
109
  msgstr "أنت مرتبط بالفعل مع"
110
 
111
- #: ../helper.php:527
112
  msgid "as primary social network"
113
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
114
 
115
- #: ../helper.php:542
116
  msgid "Link your social account to login to your account at this website"
117
  msgstr "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى حسابك في هذا الموقع"
118
 
119
- #: ../helper.php:579
120
  msgid "Currently"
121
  msgstr "في الوقت الحاضر"
122
 
123
- #: ../helper.php:579
124
  msgid "Remove"
125
  msgstr "إزالة"
126
 
127
- #: ../helper.php:680
128
- msgid "Disable Horizontal Social Sharing on this "
129
- msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
130
-
131
- #: ../helper.php:685
132
- msgid "Disable Vertical Social Sharing on this "
133
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
134
 
135
- #: ../helper.php:690
136
- msgid "Disable Horizontal like buttons on this "
137
- msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
 
138
 
139
- #: ../helper.php:695
140
- msgid "Disable Vertical like buttons on this "
 
141
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
142
 
143
- #: ../helper.php:700
 
 
 
 
 
144
  msgid "Disable Social Commenting on this "
145
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
146
 
147
- #: ../helper.php:709
148
- msgid "Horizontal sharing"
 
149
  msgstr "المشاركات الأفقي"
150
 
151
- #: ../helper.php:715
152
- #: ../helper.php:734
153
  msgid "Starting share count for "
154
  msgstr "بدء العد حصة ل"
155
 
156
- #: ../helper.php:728
157
  #, fuzzy
158
- msgid "Vertical sharing"
159
- msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
160
 
161
- #: ../helper.php:820
162
  #, fuzzy
163
  msgid "Social Avatar"
164
  msgstr "صغير الرمزية رابط"
165
 
166
- #: ../helper.php:823
167
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
168
  msgstr ""
169
 
170
- #: ../helper.php:824
171
  msgid "Update social avatar, next time I Social Login"
172
  msgstr ""
173
 
174
- #: ../helper.php:827
175
  #, fuzzy
176
  msgid "Small Avatar"
177
  msgstr "صغير الرمزية رابط"
178
 
179
- #: ../helper.php:831
180
  #, fuzzy
181
  msgid "Large Avatar"
182
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
183
 
184
- #: ../helper.php:835
185
- #: ../admin/social_sharing.php:1259
186
- #: ../admin/social_commenting.php:457
187
- #: ../admin/social_login.php:785
188
- #: ../admin/like_buttons.php:732
 
189
  #, fuzzy
190
  msgid "Save Changes"
191
  msgstr "حفظ"
192
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  #: ../admin/help.php:4
194
  #, fuzzy
195
  msgid "About"
@@ -210,1438 +265,1589 @@ msgstr "كتب بواسطة"
210
  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"
211
  msgstr "نحن فريق إبداعية مع أفكار فريدة من نوعها في العقل والخدمة في القلب. نحن نحب ما نقوم به. لمزيد من المعلومات انضم إلينا في"
212
 
213
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
214
  #, fuzzy
215
  msgid "Plugin Demo"
216
  msgstr "دعم البرنامج المساعد | Plugin Support"
217
 
218
- #: ../admin/help.php:24
219
- msgid "Integrate Social Sharing with Google Analytics"
220
  msgstr ""
221
 
222
- #: ../admin/help.php:30
223
  msgid "Boost sharing by awarding points"
224
  msgstr "تعزيز تقاسم بمنح نقاط"
225
 
226
- #: ../admin/help.php:36
227
  msgid "Award points for Social Login"
228
  msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
229
 
230
- #: ../admin/help.php:42
231
  #, fuzzy
232
  msgid "Other Add-ons"
233
  msgstr "إضافات"
234
 
235
- #: ../admin/help.php:47
236
  msgid "Need Help?"
237
  msgstr "احتاج مساعدة؟"
238
 
239
- #: ../admin/help.php:49
240
  #, fuzzy
241
  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>"
242
  msgstr "إذا كنت تريد ميزات مخصصة في البرنامج المساعد، مجرد قطره رسالة بالبريد إلكتروني في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
243
 
244
- #: ../admin/help.php:54
245
  #, fuzzy
246
  msgid "Support Us"
247
  msgstr "الدعم | Support"
248
 
249
- #: ../admin/help.php:57
250
- #: ../admin/help.php:60
251
- #: ../admin/help.php:61
252
- #: ../admin/help.php:62
253
- #: ../admin/help.php:63
254
- #: ../admin/help.php:64
255
  #, fuzzy
256
  msgid "Rate 5-star"
257
  msgstr "يرجى تقييم البرنامج المساعد"
258
 
259
- #: ../admin/help.php:72
260
- #: ../admin/social_sharing.php:437
261
- #: ../admin/social_sharing.php:814
262
- #: ../admin/social_login.php:84
263
- msgid "Facebook"
264
- msgstr "الفيسبوك"
265
 
266
- #: ../admin/social_sharing.php:11
267
- #: ../admin/social_sharing.php:22
268
- #: ../admin/social_login.php:9
269
- #: ../admin/social_login.php:17
270
- #: ../admin/like_buttons.php:11
271
- #: ../admin/like_buttons.php:19
272
  #, fuzzy
273
- msgid "Basic Configuration"
274
- msgstr "إنشاء ملف الإعدادات"
275
 
276
- #: ../admin/social_sharing.php:12
277
  #, fuzzy
278
- msgid "Sharing Interface"
 
 
 
 
 
 
 
 
 
 
279
  msgstr "المشاركات الأفقي"
280
 
281
- #: ../admin/social_sharing.php:13
 
282
  #, fuzzy
283
- msgid "Sharing Options"
284
  msgstr "المشاركات الأفقي"
285
 
286
- #: ../admin/social_sharing.php:14
287
- #: ../admin/social_sharing.php:1214
288
- #: ../admin/social_login.php:11
289
- #: ../admin/social_login.php:773
290
- #: ../admin/like_buttons.php:13
291
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
292
  #, fuzzy
293
  msgid "Shortcode & Widget"
294
  msgstr "استخدم كود مختصر | Include the shortcode"
295
 
296
- #: ../admin/social_sharing.php:15
297
  #, fuzzy
298
  msgid "Troubleshooter"
299
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
300
 
301
- #: ../admin/social_sharing.php:16
302
- #: ../admin/social_sharing.php:1245
303
- #: ../admin/social_commenting.php:12
304
- #: ../admin/social_commenting.php:446
305
  #, fuzzy
306
  msgid "FAQ"
307
  msgstr "الأسئلة الشائعة "
308
 
309
- #: ../admin/social_sharing.php:28
310
- #, fuzzy
311
- msgid "Enable Social Sharing"
312
- msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
313
-
314
- #: ../admin/social_sharing.php:38
315
- #, fuzzy
316
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
317
- msgstr "عنصر التحكم الرئيسي \"المشاركة الاجتماعية\". يجب إيداعه لتمكين وظيفة \"المشاركة الاجتماعية\""
318
-
319
- #: ../admin/social_sharing.php:46
320
- #, fuzzy
321
- msgid "Delete all the options on plugin deletion"
322
- msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
323
 
324
- #: ../admin/social_sharing.php:56
325
- #, fuzzy
326
- 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."
327
- msgstr "إذا تم تمكين، سيتم الحصول على حذف خيارات البرنامج المساعد عندما البرنامج المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم بتثبيت البرنامج المساعد في المرة القادمة."
328
 
329
- #: ../admin/social_sharing.php:71
 
330
  #, fuzzy
331
- msgid "Horizontal interface options"
332
- msgstr "المشاركات الأفقي"
333
 
334
- #: ../admin/social_sharing.php:77
335
- #: ../admin/social_sharing.php:155
336
  #, fuzzy
337
  msgid "Shape"
338
  msgstr "شكل"
339
 
340
- #: ../admin/social_sharing.php:85
341
- #: ../admin/social_sharing.php:163
342
  #, fuzzy
343
  msgid "Round"
344
  msgstr "مستدير"
345
 
346
- #: ../admin/social_sharing.php:87
347
- #: ../admin/social_sharing.php:165
348
  #, fuzzy
349
  msgid "Square"
350
  msgstr "مربع"
351
 
352
- #: ../admin/social_sharing.php:94
353
- #: ../admin/social_sharing.php:172
 
 
 
 
 
354
  #, fuzzy
355
  msgid "Shape of the sharing icons"
356
  msgstr "المشاركات الأفقي"
357
 
358
- #: ../admin/social_sharing.php:102
359
- #: ../admin/social_sharing.php:180
360
  #, fuzzy
361
  msgid "Size (in pixels)"
362
  msgstr "حجم"
363
 
364
- #: ../admin/social_sharing.php:120
365
- #: ../admin/social_sharing.php:198
366
  #, fuzzy
367
  msgid "Size of the sharing icons"
368
  msgstr "المشاركات الأفقي"
369
 
370
- #: ../admin/social_sharing.php:127
371
- #: ../admin/social_sharing.php:205
372
- msgid "Icon Preview"
373
- msgstr "الرمز معاينة"
 
374
 
375
- #: ../admin/social_sharing.php:141
376
- #: ../admin/social_sharing.php:219
377
  #, fuzzy
378
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
379
- msgstr "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
380
 
381
- #: ../admin/social_sharing.php:149
 
382
  #, fuzzy
383
- msgid "Vertical interface options"
384
- msgstr "مسافة عمودية"
385
 
386
- #: ../admin/social_sharing.php:233
387
- msgid "Modernizr"
388
- msgstr "Modernizr"
 
 
389
 
390
- #: ../admin/social_sharing.php:239
391
- msgid "Do not load Modernizr JS"
392
- msgstr "لا تقم بتحميل Modernizr JS"
 
 
393
 
394
- #: ../admin/social_sharing.php:249
395
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
396
- msgstr "إذا وجدت المساعد كسر الموضوع الخاص بك، يمكنك محاولة تمكين هذا الخيار"
 
397
 
398
- #: ../admin/social_sharing.php:258
399
- #: ../admin/like_buttons.php:51
400
  #, fuzzy
401
- msgid "Url shortener"
402
- msgstr "عنوان Url للقيام بالتعليق على"
 
 
 
 
 
 
 
 
 
403
 
404
- #: ../admin/social_sharing.php:264
 
 
 
 
 
 
 
 
 
 
405
  #, fuzzy
406
- msgid "Use shortlinks already installed"
407
- msgstr "تمّ التنصيب مسبقاً"
408
 
409
- #: ../admin/social_sharing.php:274
410
- #: ../admin/like_buttons.php:67
 
 
411
  #, fuzzy
412
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
413
- msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
414
 
415
- #: ../admin/social_sharing.php:282
 
416
  #, fuzzy
417
- msgid "Enable bit.ly url shortener for sharing"
418
- msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
419
 
420
  #: ../admin/social_sharing.php:292
421
- #: ../admin/like_buttons.php:85
 
 
 
 
 
 
 
422
  #, fuzzy
423
- msgid "Master control to enable bit.ly url shortening for sharing"
424
- msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
425
 
426
- #: ../admin/social_sharing.php:300
427
- #: ../admin/like_buttons.php:93
 
 
428
  #, fuzzy
429
- msgid "bit.ly username"
430
- msgstr "إسم المستخدم الألكتروني:"
431
 
432
- #: ../admin/social_sharing.php:310
433
- #: ../admin/like_buttons.php:103
434
- #, fuzzy, php-format
435
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
436
- msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
437
 
438
  #: ../admin/social_sharing.php:319
439
- #: ../admin/like_buttons.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
440
  #, fuzzy
441
- msgid "bit.ly API Key"
442
- msgstr "مفتاح API الخاص | API Private Key"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
 
444
  #: ../admin/social_sharing.php:329
445
- #: ../admin/like_buttons.php:122
446
- #, fuzzy, php-format
447
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
448
- msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
 
 
 
 
 
 
 
 
 
449
 
450
- #: ../admin/social_sharing.php:339
 
451
  #, fuzzy
452
- msgid "Twitter username in sharing"
453
- msgstr "شارك الأخرين عبر تويتر"
 
 
 
 
 
454
 
455
  #: ../admin/social_sharing.php:345
 
456
  #, fuzzy
457
- msgid "Twitter username (without @)"
458
- msgstr "قالب بدون %1$s"
459
 
460
  #: ../admin/social_sharing.php:355
461
  #, fuzzy
462
- 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."
463
- msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
464
 
465
- #: ../admin/social_sharing.php:365
466
  #, fuzzy
467
- msgid "Horizontal Sharing Interface Options"
468
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
469
 
470
- #: ../admin/social_sharing.php:371
471
  #, fuzzy
472
- msgid "Enable horizontal sharing interface"
473
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
474
 
475
- #: ../admin/social_sharing.php:381
476
  #, fuzzy
477
- msgid "Master control to enable horizontal sharing"
478
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
479
 
480
- #: ../admin/social_sharing.php:391
481
- #: ../admin/social_sharing.php:786
482
- #: ../admin/like_buttons.php:227
483
- #: ../admin/like_buttons.php:468
484
  #, fuzzy
485
  msgid "Target Url"
486
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
487
 
488
- #: ../admin/social_sharing.php:395
489
- #: ../admin/social_sharing.php:790
490
- #: ../admin/like_buttons.php:231
491
- #: ../admin/like_buttons.php:472
492
  #, fuzzy
493
  msgid "Url of the webpage where icons are located (default)"
494
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
495
 
496
- #: ../admin/social_sharing.php:397
497
- #: ../admin/social_sharing.php:792
498
- #: ../admin/like_buttons.php:233
499
- #: ../admin/like_buttons.php:474
500
  #, fuzzy
501
  msgid "Url of the homepage of your website"
502
  msgstr "URL لعملاء الموقع (اختياري)"
503
 
504
- #: ../admin/social_sharing.php:399
505
- #: ../admin/social_sharing.php:794
506
- #: ../admin/like_buttons.php:235
507
- #: ../admin/like_buttons.php:476
508
  #, fuzzy
509
  msgid "Custom url"
510
  msgstr "رابط (URL) مخصّص"
511
 
512
- #: ../admin/social_sharing.php:406
513
- #: ../admin/social_sharing.php:801
514
  #, fuzzy
515
  msgid "Url to share"
516
  msgstr " شارك الآخرين بهذة الفقرة"
517
 
518
- #: ../admin/social_sharing.php:414
519
- #: ../admin/social_login.php:352
520
- #: ../admin/like_buttons.php:250
521
  #, fuzzy
522
  msgid "Title"
523
  msgstr "العنوان"
524
 
525
- #: ../admin/social_sharing.php:424
526
  #, fuzzy
527
  msgid "The text to display above the sharing interface"
528
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
529
 
530
- #: ../admin/social_sharing.php:432
531
- #: ../admin/social_sharing.php:809
532
- #: ../admin/social_login.php:79
533
- #, fuzzy
534
- msgid "Select providers"
535
- msgstr "أختر ..."
536
-
537
- #: ../admin/social_sharing.php:442
538
- #: ../admin/social_sharing.php:819
539
- #: ../admin/social_login.php:88
540
- #, fuzzy
541
- msgid "Twitter"
542
- msgstr "شارك الأخرين عبر تويتر"
543
-
544
- #: ../admin/social_sharing.php:447
545
- #: ../admin/social_sharing.php:824
546
- #: ../admin/social_login.php:92
547
- #, fuzzy
548
- msgid "LinkedIn"
549
- msgstr "شارك الأخرين عبر لنكيدان"
550
-
551
- #: ../admin/social_sharing.php:452
552
- #: ../admin/social_sharing.php:829
553
- #: ../admin/social_login.php:96
554
- #, fuzzy
555
- msgid "Google+"
556
- msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
557
-
558
- #: ../admin/social_sharing.php:457
559
- #: ../admin/social_sharing.php:834
560
- #, fuzzy
561
- msgid "Print"
562
- msgstr "طباعة"
563
-
564
- #: ../admin/social_sharing.php:462
565
- #: ../admin/social_sharing.php:839
566
- #, fuzzy
567
- msgid "Email"
568
- msgstr "البريد الإلكتروني"
569
-
570
- #: ../admin/social_sharing.php:467
571
- #: ../admin/social_sharing.php:844
572
- #, fuzzy
573
- msgid "Yahoo"
574
- msgstr "ياهو ماسنجر"
575
-
576
- #: ../admin/social_sharing.php:472
577
- #: ../admin/social_sharing.php:849
578
- #, fuzzy
579
- msgid "Reddit"
580
- msgstr "ريديت"
581
-
582
- #: ../admin/social_sharing.php:477
583
- #: ../admin/social_sharing.php:854
584
- #, fuzzy
585
- msgid "Digg"
586
- msgstr "ديق"
587
-
588
- #: ../admin/social_sharing.php:482
589
- #: ../admin/social_sharing.php:859
590
- #, fuzzy
591
- msgid "Delicious"
592
- msgstr "لذيذ"
593
-
594
- #: ../admin/social_sharing.php:487
595
- #: ../admin/social_sharing.php:864
596
- #, fuzzy
597
- msgid "StumbleUpon"
598
- msgstr "ستامبل أبون"
599
-
600
- #: ../admin/social_sharing.php:492
601
- #: ../admin/social_sharing.php:869
602
- #, fuzzy
603
- msgid "Float it"
604
- msgstr "تطفو عليه"
605
-
606
- #: ../admin/social_sharing.php:497
607
- #: ../admin/social_sharing.php:874
608
- #, fuzzy
609
- msgid "Tumblr"
610
- msgstr "شارك الأخرين عبر تمبلير"
611
-
612
- #: ../admin/social_sharing.php:502
613
- #: ../admin/social_sharing.php:879
614
- #: ../admin/social_login.php:100
615
- #, fuzzy
616
- msgid "Vkontakte"
617
- msgstr "انشر عبر VKontakte"
618
-
619
- #: ../admin/social_sharing.php:507
620
- #: ../admin/social_sharing.php:884
621
- #, fuzzy
622
- msgid "Pinterest"
623
- msgstr "شارك الأخرين عبر بينتريست"
624
-
625
- #: ../admin/social_sharing.php:512
626
- #: ../admin/social_sharing.php:889
627
- #: ../admin/social_login.php:108
628
- #, fuzzy
629
- msgid "Xing"
630
- msgstr "شينغ"
631
-
632
- #: ../admin/social_sharing.php:517
633
- #: ../admin/social_sharing.php:894
634
- #, fuzzy
635
- msgid "Whatsapp"
636
- msgstr "واتس آب"
637
-
638
- #: ../admin/social_sharing.php:522
639
- #: ../admin/social_sharing.php:899
640
- msgid "Yummly"
641
- msgstr "Yummly"
642
-
643
- #: ../admin/social_sharing.php:527
644
- #: ../admin/social_sharing.php:904
645
- msgid "Buffer"
646
- msgstr "Buffer"
647
-
648
- #: ../admin/social_sharing.php:535
649
- #: ../admin/social_sharing.php:912
650
- #, fuzzy
651
- msgid "Select the providers for sharing interface"
652
- msgstr "تحديد موفري لتقاسم واجهة"
653
-
654
- #: ../admin/social_sharing.php:543
655
- #: ../admin/social_sharing.php:920
656
  #, fuzzy
657
  msgid "Rearrange icons"
658
  msgstr "إعادة ترتيب الرموز"
659
 
660
- #: ../admin/social_sharing.php:575
661
- #: ../admin/social_sharing.php:952
662
  #, fuzzy
663
  msgid "Drag the icons to rearrange in desired order"
664
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
665
 
666
- #: ../admin/social_sharing.php:583
667
- #: ../admin/social_sharing.php:978
668
- #: ../admin/like_buttons.php:320
669
- #: ../admin/like_buttons.php:560
670
  #, fuzzy
671
- msgid "Horizontal alignment"
672
- msgstr "بلا محاذاة"
673
 
674
- #: ../admin/social_sharing.php:587
675
- #: ../admin/social_sharing.php:982
676
- #: ../admin/like_buttons.php:324
677
- #: ../admin/like_buttons.php:564
 
 
 
 
 
678
  #, fuzzy
679
- msgid "Left"
680
- msgstr "يسار"
681
 
682
- #: ../admin/social_sharing.php:588
683
- #: ../admin/like_buttons.php:325
684
  #, fuzzy
685
  msgid "Center"
686
  msgstr "وسط"
687
 
688
- #: ../admin/social_sharing.php:589
689
- #: ../admin/social_sharing.php:983
690
- #: ../admin/like_buttons.php:326
691
- #: ../admin/like_buttons.php:565
692
- #, fuzzy
693
- msgid "Right"
694
- msgstr "يمين"
695
-
696
- #: ../admin/social_sharing.php:597
697
- #: ../admin/social_sharing.php:991
698
  #, fuzzy
699
  msgid "Horizontal alignment of the sharing interface"
700
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
701
 
702
- #: ../admin/social_sharing.php:605
703
- #: ../admin/like_buttons.php:342
704
  #, fuzzy
705
  msgid "Position with respect to content"
706
  msgstr "موضع الخلفية"
707
 
708
- #: ../admin/social_sharing.php:609
709
- #: ../admin/like_buttons.php:346
710
  #, fuzzy
711
  msgid "Top of the content"
712
  msgstr "أعلى"
713
 
714
- #: ../admin/social_sharing.php:611
715
- #: ../admin/like_buttons.php:348
716
  #, fuzzy
717
  msgid "Bottom of the content"
718
  msgstr "أسفل"
719
 
720
- #: ../admin/social_sharing.php:618
721
  #, fuzzy
722
  msgid "Specify position of the sharing interface with respect to the content"
723
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
724
 
725
- #: ../admin/social_sharing.php:626
726
- #: ../admin/social_sharing.php:1057
727
- #, fuzzy
728
- msgid "Sharing location"
729
- msgstr "المشاركات الأفقي"
730
 
731
- #: ../admin/social_sharing.php:630
732
- #: ../admin/social_sharing.php:1061
733
- #: ../admin/social_login.php:633
734
- #: ../admin/social_login.php:663
735
- #: ../admin/like_buttons.php:367
736
- #: ../admin/like_buttons.php:643
737
  #, fuzzy
738
  msgid "Homepage"
739
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
740
 
741
- #: ../admin/social_sharing.php:632
742
- #: ../admin/social_sharing.php:1063
743
- #: ../admin/like_buttons.php:369
744
- #: ../admin/like_buttons.php:645
745
  #, fuzzy
746
  msgid "Posts"
747
  msgstr "مقالات"
748
 
749
- #: ../admin/social_sharing.php:634
750
- #: ../admin/social_sharing.php:1065
751
- #: ../admin/like_buttons.php:371
752
- #: ../admin/like_buttons.php:647
753
  #, fuzzy
754
  msgid "Pages"
755
  msgstr "صفحات"
756
 
757
- #: ../admin/social_sharing.php:636
758
- #: ../admin/social_sharing.php:1067
759
  msgid "Excerpts (at Homepage)"
760
  msgstr ""
761
 
762
- #: ../admin/social_sharing.php:638
763
- #: ../admin/social_sharing.php:1069
764
- #: ../admin/like_buttons.php:375
765
- #: ../admin/like_buttons.php:651
766
  #, fuzzy
767
  msgid "Category Archives"
768
  msgstr "الأرشيف"
769
 
770
- #: ../admin/social_sharing.php:640
771
- #: ../admin/social_sharing.php:1071
772
- #: ../admin/like_buttons.php:377
773
- #: ../admin/like_buttons.php:653
774
  #, fuzzy
775
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
776
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
777
 
778
- #: ../admin/social_sharing.php:656
779
- #: ../admin/like_buttons.php:393
780
  #, fuzzy
781
  msgid "BuddyPress activity"
782
  msgstr "النشاط BuddyPress والمجموعات"
783
 
784
- #: ../admin/social_sharing.php:658
785
- #: ../admin/like_buttons.php:396
786
  msgid "BuddyPress group (only at top of content)"
787
  msgstr ""
788
 
789
- #: ../admin/social_sharing.php:664
790
- #: ../admin/social_sharing.php:1093
791
- #: ../admin/like_buttons.php:403
792
- #: ../admin/like_buttons.php:674
793
  #, fuzzy
794
  msgid "BBPress forum"
795
  msgstr "المنتدى المستعمل | User Forum"
796
 
797
- #: ../admin/social_sharing.php:667
798
- #: ../admin/social_sharing.php:1096
799
- #: ../admin/like_buttons.php:406
800
- #: ../admin/like_buttons.php:677
801
  #, fuzzy
802
  msgid "BBPress topic"
803
  msgstr "إضافات الموضوع"
804
 
805
- #: ../admin/social_sharing.php:670
806
- #: ../admin/like_buttons.php:409
807
  #, fuzzy
808
  msgid "BBPress reply"
809
  msgstr "رد"
810
 
811
- #: ../admin/social_sharing.php:677
812
- #: ../admin/like_buttons.php:415
813
  msgid "After individual product at WooCommerce Shop page"
814
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
815
 
816
- #: ../admin/social_sharing.php:680
817
- #: ../admin/like_buttons.php:418
818
  msgid "WooCommerce Product Page"
819
  msgstr "WooCommerce صفحة المنتج"
820
 
821
- #: ../admin/social_sharing.php:683
822
- #: ../admin/like_buttons.php:421
823
  msgid "WooCommerce Thankyou Page"
824
  msgstr "WooCommerce الشكر الصفحة"
825
 
826
- #: ../admin/social_sharing.php:694
827
  #, fuzzy
828
  msgid "Specify the pages where you want to enable Sharing interface"
829
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
830
 
831
- #: ../admin/social_sharing.php:702
832
- #: ../admin/social_sharing.php:1114
833
  #, fuzzy
834
  msgid "Show share counts"
835
  msgstr "عرض عدد المقالات"
836
 
837
- #: ../admin/social_sharing.php:712
838
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
839
  #, fuzzy
840
  msgid "If enabled, share counts are displayed above sharing icons."
841
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
842
 
843
- #: ../admin/social_sharing.php:721
844
- #: ../admin/social_sharing.php:1133
845
  #, fuzzy
846
  msgid "Show total shares"
847
  msgstr "عرض عدد المقالات"
848
 
849
- #: ../admin/social_sharing.php:731
850
- #: ../admin/social_sharing.php:1143
851
  #, fuzzy
852
  msgid "If enabled, total shares will be displayed with sharing icons"
853
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
854
 
855
- #: ../admin/social_sharing.php:740
856
- #: ../admin/social_sharing.php:1152
857
  #, fuzzy
858
  msgid "Enable 'More' icon"
859
  msgstr "الرمز معاينة"
860
 
861
- #: ../admin/social_sharing.php:750
862
- #: ../admin/social_sharing.php:1162
863
  #, fuzzy
864
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
865
  msgstr "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات مشاركة إضافية في المنبثقة"
866
 
867
- #: ../admin/social_sharing.php:760
868
  #, fuzzy
869
- msgid "Vertical (Floating) Sharing Interface Options"
870
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
871
 
872
- #: ../admin/social_sharing.php:766
873
  #, fuzzy
874
- msgid "Enable vertical (floating) sharing interface"
875
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
876
 
877
- #: ../admin/social_sharing.php:776
878
  #, fuzzy
879
- msgid "Master control to enable vertical (floating) sharing widget"
880
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
881
 
882
- #: ../admin/social_sharing.php:960
883
- #: ../admin/like_buttons.php:542
884
- #, fuzzy
885
- msgid "Background Color"
886
- msgstr "لون الخلفية"
887
-
888
- #: ../admin/social_sharing.php:970
889
  #, fuzzy
890
  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>"
891
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
892
 
893
- #: ../admin/social_sharing.php:1000
894
- #: ../admin/like_buttons.php:582
895
  #, fuzzy
896
  msgid "Left offset"
897
  msgstr "يسار"
898
 
899
- #: ../admin/social_sharing.php:1010
900
  #, fuzzy
901
  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."
902
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
903
 
904
- #: ../admin/social_sharing.php:1020
905
- #: ../admin/like_buttons.php:602
906
  #, fuzzy
907
  msgid "Right offset"
908
  msgstr "يمين"
909
 
910
- #: ../admin/social_sharing.php:1030
911
  #, fuzzy
912
  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."
913
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
914
 
915
- #: ../admin/social_sharing.php:1039
916
- #: ../admin/like_buttons.php:621
917
  #, fuzzy
918
  msgid "Top offset"
919
  msgstr "أعلى"
920
 
921
- #: ../admin/social_sharing.php:1049
922
  #, fuzzy
923
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
924
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
925
 
926
- #: ../admin/social_sharing.php:1085
927
- #: ../admin/like_buttons.php:667
928
  #, fuzzy
929
  msgid "BuddyPress group"
930
  msgstr "تحرير ملفي الشخصي"
931
 
932
- #: ../admin/social_sharing.php:1106
933
- #, fuzzy
934
- msgid "Specify the pages where you want to enable vertical Sharing interface"
935
- msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
936
 
937
- #: ../admin/social_sharing.php:1170
 
 
 
 
938
  #, fuzzy
939
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
940
- msgstr "إخفاء تقاسم على الأجهزة النقالة"
941
 
942
- #: ../admin/social_sharing.php:1180
 
 
 
 
 
943
  #, fuzzy
944
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
945
- msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
946
 
947
- #: ../admin/social_sharing.php:1189
948
- msgid "Hide sharing on mobile devices"
949
- msgstr "إخفاء تقاسم على الأجهزة النقالة"
 
950
 
951
- #: ../admin/social_sharing.php:1199
952
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
953
- msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
 
 
954
 
955
- #: ../admin/social_sharing.php:1216
956
  #, fuzzy
957
- msgid "Social Sharing Shortcode & Widget"
958
- msgstr "استخدم كود مختصر | Include the shortcode"
959
 
960
- #: ../admin/social_sharing.php:1226
961
  msgid "Facebook Sharing Troubleshooter"
962
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
963
 
964
- #: ../admin/social_sharing.php:1231
965
  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:"
966
  msgstr "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
967
 
968
- #: ../admin/social_sharing.php:1247
969
  #, fuzzy
970
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
971
  msgstr "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/الوظائف؟"
972
 
973
- #: ../admin/social_sharing.php:1248
974
  #, fuzzy
975
  msgid "How can I disable sharing on particular page/post?"
976
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
977
 
978
- #: ../admin/social_sharing.php:1249
979
  #, fuzzy
980
  msgid "How can I specify minimum sharing count for sharing networks?"
981
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
982
 
983
- #: ../admin/social_commenting.php:10
984
- #, fuzzy
985
- msgid "Social Commenting"
986
- msgstr "تعطيل تعليقا الاجتماعي على هذا"
 
 
 
 
 
 
 
987
 
988
- #: ../admin/social_commenting.php:11
989
- #: ../admin/social_commenting.php:434
990
  #, fuzzy
991
- msgid "Shortcode"
992
- msgstr "استخدم كود مختصر | Include the shortcode"
993
 
994
- #: ../admin/social_commenting.php:18
995
  #, fuzzy
996
- msgid "General Options"
997
- msgstr "المشاركات الأفقي"
998
 
999
- #: ../admin/social_commenting.php:24
1000
  #, fuzzy
1001
  msgid "Enable Social Commenting"
1002
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1003
 
1004
- #: ../admin/social_commenting.php:34
1005
  #, fuzzy
1006
  msgid "Master control to enable Social Commenting"
1007
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
1008
 
1009
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
 
 
1010
  #, fuzzy
1011
  msgid "Order of tabs in commenting interface"
1012
  msgstr "ترتيب علامات التبويب في واجهة التعليق"
1013
 
1014
- #: ../admin/social_commenting.php:52
1015
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1016
  msgstr "ترتيب علامات التبويب تظهر في الواجهة التعليق الاجتماعي. افتراضات إلى ووردبريس، فيسبوك، googleplus، من هارد"
1017
 
1018
- #: ../admin/social_commenting.php:60
1019
  msgid "Comment area label"
1020
  msgstr "تسمية منطقة التعليق"
1021
 
1022
- #: ../admin/social_commenting.php:70
1023
  #, fuzzy
1024
  msgid "Label for comment area"
1025
  msgstr "التسمية للتبويب تعليقاً G+"
1026
 
1027
- #: ../admin/social_commenting.php:83
1028
  #, fuzzy
1029
  msgid "Enable Social Commenting at"
1030
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1031
 
1032
- #: ../admin/social_commenting.php:102
1033
  #, fuzzy
1034
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1035
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1036
 
1037
- #: ../admin/social_commenting.php:113
1038
  msgid "HTML ID of comment form container"
1039
  msgstr "ID HTML التعليق حاوية شكل"
1040
 
1041
- #: ../admin/social_commenting.php:123
1042
  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."
1043
  msgstr "ID HTML من عنصر حاوية من شكل تعليق الافتراضي في الواجهة الأمامية. ترك فارغا لمعرف الافتراضي - \"الرد \". تحتاج إلى تحديد ما اذا شكل تعليق الافتراضي هو الظهور وليس الحصول على تمكين في الواجهة الأمامية من موقع الويب الخاص بك وتعليقا الاجتماعية."
1044
 
1045
- #: ../admin/social_commenting.php:133
1046
  #, fuzzy
1047
  msgid "Labels"
1048
  msgstr "وسوم"
1049
 
1050
- #: ../admin/social_commenting.php:138
1051
  #, fuzzy
1052
  msgid "Label for WordPress Commenting tab"
1053
  msgstr "تعليقات فيسبوكيه"
1054
 
1055
- #: ../admin/social_commenting.php:147
1056
  msgid "Label for Facebook Commenting tab"
1057
  msgstr "تعليقات فيسبوكيه"
1058
 
1059
- #: ../admin/social_commenting.php:156
1060
  msgid "Label for G+ Commenting tab"
1061
  msgstr "التسمية للتبويب تعليقاً G+"
1062
 
1063
- #: ../admin/social_commenting.php:165
1064
  #, fuzzy
1065
  msgid "Label for Disqus Commenting tab"
1066
  msgstr "التسمية للتبويب تعليقاً G+"
1067
 
1068
- #: ../admin/social_commenting.php:176
1069
  #, fuzzy
1070
  msgid "Facebook Commenting Options"
1071
  msgstr "تعليقات فيسبوكيه"
1072
 
1073
- #: ../admin/social_commenting.php:182
1074
  #, fuzzy
1075
  msgid "Enable Facebook Comments notification and moderation"
1076
  msgstr "تعليقات فيسبوكيه"
1077
 
1078
- #: ../admin/social_commenting.php:190
1079
- #: ../admin/social_commenting.php:200
1080
  #, fuzzy
1081
  msgid "Enable Facebook Commenting"
1082
  msgstr "تعليقات فيسبوكيه"
1083
 
1084
- #: ../admin/social_commenting.php:208
1085
- #: ../admin/social_commenting.php:366
1086
  msgid "Url to comment on"
1087
  msgstr "عنوان Url للقيام بالتعليق على"
1088
 
1089
- #: ../admin/social_commenting.php:218
1090
  #, fuzzy
1091
  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."
1092
  msgstr "سوف يكون عنوان URL المطلق الذي نشرت تعليقات المقترنة بشكل دائم. سيتم ربط القصص على ألفيس بوك حول التعليقات المنشورة، إلى URL هذا.<br>إذا ترك فارغاً <strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم تمكين."
1093
 
1094
- #: ../admin/social_commenting.php:226
1095
- #: ../admin/social_commenting.php:348
1096
  #, fuzzy
1097
  msgid "Width"
1098
  msgstr "عرض"
1099
 
1100
- #: ../admin/social_commenting.php:236
1101
  #, fuzzy
1102
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1103
  msgstr "ترك فارغاً لصناعة السيارات في ضبط العرض. العرض (بالبكسل) كتلة التعليقات."
1104
 
1105
- #: ../admin/social_commenting.php:244
1106
  #, fuzzy
1107
  msgid "Color Scheme"
1108
  msgstr "بلا لون"
1109
 
1110
- #: ../admin/social_commenting.php:248
1111
  #, fuzzy
1112
  msgid "Light"
1113
  msgstr "الفاتح"
1114
 
1115
- #: ../admin/social_commenting.php:249
1116
  #, fuzzy
1117
  msgid "Dark"
1118
  msgstr "داكن"
1119
 
1120
- #: ../admin/social_commenting.php:257
1121
  #, fuzzy
1122
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1123
  msgstr "نظام الألوان المستخدمة من قبل البرنامج المساعد. يمكن أن يكون \"الخفيفة\" أو \"الظلام\"."
1124
 
1125
- #: ../admin/social_commenting.php:265
1126
  #, fuzzy
1127
  msgid "Number of comments"
1128
  msgstr "عدد التعليقات:"
1129
 
1130
- #: ../admin/social_commenting.php:275
1131
  #, fuzzy
1132
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1133
  msgstr "عدد التعليقات تظهر بشكل افتراضي. قيمة الحد الأدنى هو 1. افتراضات إلى 10"
1134
 
1135
- #: ../admin/social_commenting.php:283
1136
  #, fuzzy
1137
  msgid "Order by"
1138
  msgstr "طلب | Order"
1139
 
1140
- #: ../admin/social_commenting.php:287
1141
  #, fuzzy
1142
  msgid "Social"
1143
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1144
 
1145
- #: ../admin/social_commenting.php:288
1146
  #, fuzzy
1147
  msgid "Reverse Time"
1148
  msgstr "اعكس الترتيب"
1149
 
1150
- #: ../admin/social_commenting.php:289
1151
  #, fuzzy
1152
  msgid "Time"
1153
  msgstr "إدراج التاريخ/الوقت"
1154
 
1155
- #: ../admin/social_commenting.php:297
1156
  #, fuzzy
1157
  msgid "The order to use when displaying comments."
1158
  msgstr "الترتيب استخدامها عند عرض التعليقات."
1159
 
1160
- #: ../admin/social_commenting.php:305
1161
- #: ../admin/like_buttons.php:132
1162
- #: ../admin/like_buttons.php:138
1163
- #, fuzzy
1164
- msgid "Language"
1165
- msgstr "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> والخصائص التالية: %s"
1166
-
1167
- #: ../admin/social_commenting.php:315
1168
  #, fuzzy, php-format
1169
  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)"
1170
  msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض التعليق. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
1171
 
1172
- #: ../admin/social_commenting.php:324
1173
  #, fuzzy
1174
  msgid "Google Plus Commenting Options"
1175
  msgstr "جوجل بالإضافة إلى خيارات التعليق"
1176
 
1177
- #: ../admin/social_commenting.php:330
1178
- #: ../admin/social_commenting.php:340
1179
  #, fuzzy
1180
  msgid "Enable Google Plus Commenting"
1181
  msgstr "تمكين المشاركة عبر Google."
1182
 
1183
- #: ../admin/social_commenting.php:358
1184
  #, fuzzy
1185
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1186
  msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1187
 
1188
- #: ../admin/social_commenting.php:376
1189
  #, fuzzy
1190
  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."
1191
  msgstr "سوف يكون عنوان URL المطلق الذي نشرت تعليقات المقترنة بشكل دائم. قصص عن جوجل بلس حول التعليقات المنشورة، سيربط بعنوان URL هذا.<br>إذا ترك فارغاً <strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم تمكين."
1192
 
1193
- #: ../admin/social_commenting.php:385
1194
  #, fuzzy
1195
  msgid "Disqus Commenting Options"
1196
  msgstr "الخيارات"
1197
 
1198
- #: ../admin/social_commenting.php:391
1199
- #: ../admin/social_commenting.php:401
1200
  #, fuzzy
1201
  msgid "Enable Disqus Commenting"
1202
  msgstr "إتاحة التعليق من هارد"
1203
 
1204
- #: ../admin/social_commenting.php:409
1205
  #, fuzzy
1206
  msgid "Disqus Shortname"
1207
  msgstr "هارد Shortname"
1208
 
1209
- #: ../admin/social_commenting.php:419
1210
  #, fuzzy
1211
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1212
  msgstr "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول shortname، قم بزيارة الوصلة التالية."
1213
 
1214
- #: ../admin/social_commenting.php:436
1215
  #, fuzzy
1216
  msgid "Social Commenting Shortcode"
1217
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1218
 
1219
- #: ../admin/social_commenting.php:448
1220
  #, fuzzy
1221
  msgid "How can I disable Social Commenting at individual page/post?"
1222
  msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1223
 
1224
- #: ../admin/social_commenting.php:449
1225
  msgid "How to disable default comment form from Social Commenting?"
1226
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1227
 
1228
- #: ../admin/social_login.php:10
1229
- #, fuzzy
1230
- msgid "Social Login"
1231
- msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1232
-
1233
- #: ../admin/social_login.php:23
1234
  #, fuzzy
1235
  msgid "Enable Social Login"
1236
  msgstr "تسجيل الدخول"
1237
 
1238
- #: ../admin/social_login.php:33
1239
  #, fuzzy
1240
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1241
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1242
 
1243
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
 
 
1244
  msgid "Disable user registration via Social Login"
1245
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1246
 
1247
- #: ../admin/social_login.php:51
1248
  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."
1249
  msgstr "بعد تمكين هذا الخيار، وسيكون للمستخدمين الجديد لن يكون قادرا على تسجيل الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على الدخول الاجتماعي."
1250
 
1251
- #: ../admin/social_login.php:60
1252
  #, fuzzy
1253
  msgid "Redirection url"
1254
  msgstr "تسجيل الدخول"
1255
 
1256
- #: ../admin/social_login.php:70
1257
  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."
1258
  msgstr "سيتم إعادة توجيه المستخدم إلى هذه الصفحة بعد محاولة فاشلة التسجيل عن طريق الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1259
 
1260
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1261
  #, fuzzy
1262
  msgid "Instagram"
1263
  msgstr "إنستاجرام"
1264
 
1265
- #: ../admin/social_login.php:116
 
 
 
 
 
1266
  #, fuzzy
1267
  msgid "Select Social ID provider to enable in Social Login"
1268
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1269
 
1270
- #: ../admin/social_login.php:124
1271
  #, fuzzy
1272
  msgid "Facebook App ID"
1273
  msgstr "رقم التعريف الخالص بك | ID"
1274
 
1275
- #: ../admin/social_login.php:134
1276
  #, fuzzy, php-format
1277
  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"
1278
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1279
 
1280
- #: ../admin/social_login.php:136
1281
  #, fuzzy
1282
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1283
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1284
 
1285
- #: ../admin/social_login.php:146
1286
  #, fuzzy
1287
  msgid "Twitter API Key"
1288
  msgstr "مفتاح API الخاص | API Private Key"
1289
 
1290
- #: ../admin/social_login.php:156
1291
  #, fuzzy, php-format
1292
  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"
1293
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1294
 
1295
- #: ../admin/social_login.php:158
1296
- #: ../admin/social_login.php:180
1297
  #, fuzzy
1298
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1299
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1300
 
1301
- #: ../admin/social_login.php:168
1302
  #, fuzzy
1303
  msgid "Twitter API Secret"
1304
  msgstr "شارك الأخرين عبر تويتر"
1305
 
1306
- #: ../admin/social_login.php:178
1307
  #, fuzzy, php-format
1308
  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"
1309
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1310
 
1311
- #: ../admin/social_login.php:190
1312
  #, fuzzy
1313
  msgid "LinkedIn API Key"
1314
  msgstr "مفتاح API الخاص | API Private Key"
1315
 
1316
- #: ../admin/social_login.php:200
1317
  #, fuzzy, php-format
1318
  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"
1319
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1320
 
1321
- #: ../admin/social_login.php:202
1322
- #: ../admin/social_login.php:268
1323
  #, fuzzy
1324
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1325
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1326
 
1327
- #: ../admin/social_login.php:212
1328
  #, fuzzy
1329
  msgid "Google+ Client ID"
1330
  msgstr "شارك الأخرين عبر جوجل"
1331
 
1332
- #: ../admin/social_login.php:222
1333
  #, fuzzy, php-format
1334
  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"
1335
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1336
 
1337
- #: ../admin/social_login.php:224
1338
  #, fuzzy
1339
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1340
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1341
 
1342
- #: ../admin/social_login.php:234
1343
  #, fuzzy
1344
  msgid "Vkontakte Application ID"
1345
  msgstr "انشر عبر VKontakte"
1346
 
1347
- #: ../admin/social_login.php:244
1348
  #, fuzzy, php-format
1349
  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"
1350
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1351
 
1352
- #: ../admin/social_login.php:246
1353
  #, fuzzy
1354
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1355
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1356
 
1357
- #: ../admin/social_login.php:256
1358
  #, fuzzy
1359
  msgid "Instagram Client ID"
1360
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1361
 
1362
- #: ../admin/social_login.php:266
1363
  #, fuzzy, php-format
1364
  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"
1365
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1366
 
1367
- #: ../admin/social_login.php:278
1368
  #, fuzzy
1369
  msgid "Xing Consumer Key"
1370
  msgstr "مفتاح التفعيل:"
1371
 
1372
- #: ../admin/social_login.php:288
1373
  #, fuzzy, php-format
1374
  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"
1375
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1376
 
1377
- #: ../admin/social_login.php:290
1378
- #: ../admin/social_login.php:312
1379
  #, fuzzy
1380
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1381
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1382
 
1383
- #: ../admin/social_login.php:300
1384
  #, fuzzy
1385
  msgid "Xing Consumer Secret"
1386
  msgstr "كلمة السر | Secret Word"
1387
 
1388
- #: ../admin/social_login.php:310
1389
  #, fuzzy, php-format
1390
  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"
1391
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1392
 
1393
- #: ../admin/social_login.php:322
1394
- #, fuzzy
1395
- msgid "Include Javascript in website footer"
1396
- msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
1397
-
1398
- #: ../admin/social_login.php:332
1399
- #, fuzzy
1400
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1401
- msgstr "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع الويب الخاص بك."
1402
-
1403
- #: ../admin/social_login.php:346
1404
  #, fuzzy
1405
  msgid "Login options"
1406
  msgstr "الخيارات"
1407
 
1408
- #: ../admin/social_login.php:362
1409
  #, fuzzy
1410
  msgid "Text to display above the Social Login interface"
1411
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1412
 
1413
- #: ../admin/social_login.php:371
1414
  #, fuzzy
1415
  msgid "Enable at login page"
1416
  msgstr "صفحة"
1417
 
1418
- #: ../admin/social_login.php:381
1419
  #, fuzzy
1420
  msgid "Social Login interface will get enabled at the login page of your website"
1421
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1422
 
1423
- #: ../admin/social_login.php:389
1424
  #, fuzzy
1425
  msgid "Enable at register page"
1426
  msgstr "التسجيل العام"
1427
 
1428
- #: ../admin/social_login.php:399
1429
  #, fuzzy
1430
  msgid "Social Login interface will get enabled at the registration page of your website"
1431
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1432
 
1433
- #: ../admin/social_login.php:407
1434
  msgid "Enable at comment form"
1435
  msgstr "تمكين هذا الشكل من تعليق"
1436
 
1437
- #: ../admin/social_login.php:417
1438
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1439
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1440
 
1441
- #: ../admin/social_login.php:431
1442
  msgid "Enable before WooCommerce Customer Login Form"
1443
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1444
 
1445
- #: ../admin/social_login.php:441
1446
  #, fuzzy
1447
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1448
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1449
 
1450
- #: ../admin/social_login.php:449
1451
  msgid "Enable after WooCommerce Customer Login Form"
1452
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1453
 
1454
- #: ../admin/social_login.php:459
1455
  #, fuzzy
1456
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1457
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1458
 
1459
- #: ../admin/social_login.php:467
1460
  #, fuzzy
1461
  msgid "Enable at WooCommerce checkout page"
1462
  msgstr "التسجيل العام"
1463
 
1464
- #: ../admin/social_login.php:477
1465
  #, fuzzy
1466
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1467
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1468
 
1469
- #: ../admin/social_login.php:488
1470
  #, fuzzy
1471
  msgid "Auto-approve comments made by Social Login users"
1472
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1473
 
1474
- #: ../admin/social_login.php:498
1475
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1476
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1477
 
1478
- #: ../admin/social_login.php:499
1479
  #, fuzzy
1480
  msgid "Note: This is not related to Facebook comments"
1481
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1482
 
1483
- #: ../admin/social_login.php:509
1484
  #, fuzzy
1485
  msgid "Enable social avatar"
1486
  msgstr "خدمة الشبكة الاجتماعية"
1487
 
1488
- #: ../admin/social_login.php:519
1489
  #, fuzzy
1490
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1491
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1492
 
1493
- #: ../admin/social_login.php:529
1494
  #, fuzzy
1495
  msgid "Avatar quality"
1496
  msgstr "نوعية الصورة الرمزية"
1497
 
1498
- #: ../admin/social_login.php:532
1499
  #, fuzzy
1500
  msgid "Average"
1501
  msgstr "المعدل"
1502
 
1503
- #: ../admin/social_login.php:533
1504
  msgid "Best"
1505
  msgstr "أفضل"
1506
 
1507
- #: ../admin/social_login.php:540
1508
  #, fuzzy
1509
  msgid "Choose avatar quality"
1510
  msgstr "إختيار ملف"
1511
 
1512
- #: ../admin/social_login.php:549
1513
  #, fuzzy
1514
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1515
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1516
 
1517
- #: ../admin/social_login.php:559
1518
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1519
  msgstr ""
1520
 
1521
- #: ../admin/social_login.php:580
1522
  #, fuzzy
1523
  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"
1524
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1525
 
1526
- #: ../admin/social_login.php:589
1527
  #, fuzzy
1528
  msgid "Send username-password after user registration"
1529
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1530
 
1531
- #: ../admin/social_login.php:599
1532
  #, fuzzy
1533
  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)"
1534
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1535
 
1536
- #: ../admin/social_login.php:608
1537
  #, fuzzy
1538
  msgid "Enable social account linking at BuddyPress profile page"
1539
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1540
 
1541
- #: ../admin/social_login.php:618
1542
  #, fuzzy
1543
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1544
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1545
 
1546
- #: ../admin/social_login.php:627
1547
  #, fuzzy
1548
  msgid "Login redirection"
1549
  msgstr "تسجيل الدخول"
1550
 
1551
- #: ../admin/social_login.php:631
1552
  #, fuzzy
1553
  msgid "Same page where user logged in"
1554
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1555
 
1556
- #: ../admin/social_login.php:635
1557
- #: ../admin/social_login.php:665
1558
  #, fuzzy
1559
  msgid "Account dashboard"
1560
  msgstr " لوحتك الخاصة بالتحكم"
1561
 
1562
- #: ../admin/social_login.php:638
1563
- #: ../admin/social_login.php:668
1564
  #, fuzzy
1565
  msgid "BuddyPress profile page"
1566
  msgstr "تحرير ملفي الشخصي"
1567
 
1568
- #: ../admin/social_login.php:641
1569
- #: ../admin/social_login.php:671
1570
  #, fuzzy
1571
  msgid "Custom Url"
1572
  msgstr "رابط (URL) مخصّص"
1573
 
1574
- #: ../admin/social_login.php:649
1575
  #, fuzzy
1576
  msgid "User will be redirected to the selected page after Social Login"
1577
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1578
 
1579
- #: ../admin/social_login.php:657
1580
  #, fuzzy
1581
  msgid "Registration redirection"
1582
  msgstr "نموذج التسجيل"
1583
 
1584
- #: ../admin/social_login.php:661
1585
  #, fuzzy
1586
  msgid "Same page from where user registered"
1587
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1588
 
1589
- #: ../admin/social_login.php:679
1590
  #, fuzzy
1591
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1592
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1593
 
1594
- #: ../admin/social_login.php:687
1595
  #, fuzzy
1596
  msgid "Email popup options"
1597
  msgstr "الخيارات"
1598
 
1599
- #: ../admin/social_login.php:693
1600
  #, fuzzy
1601
  msgid "Text on 'Email required' popup"
1602
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1603
 
1604
- #: ../admin/social_login.php:703
1605
  #, fuzzy
1606
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1607
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1608
 
1609
- #: ../admin/social_login.php:712
1610
  #, fuzzy
1611
  msgid "Error message for 'Email required' popup"
1612
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1613
 
1614
- #: ../admin/social_login.php:722
1615
  #, fuzzy
1616
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1617
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1618
 
1619
- #: ../admin/social_login.php:731
1620
  #, fuzzy
1621
  msgid "Email popup height"
1622
  msgstr "ارتفاع"
1623
 
1624
- #: ../admin/social_login.php:741
1625
  #, fuzzy
1626
  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."
1627
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1628
 
1629
- #: ../admin/social_login.php:749
1630
  #, fuzzy
1631
  msgid "Enable email verification"
1632
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1633
 
1634
- #: ../admin/social_login.php:759
1635
  #, fuzzy
1636
  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"
1637
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1638
 
1639
- #: ../admin/social_login.php:775
1640
  #, fuzzy
1641
  msgid "Social Login Shortcode & Widget"
1642
  msgstr "استخدم كود مختصر | Include the shortcode"
1643
 
1644
- #: ../admin/social_login.php:776
1645
  msgid "Social Linking Shortcode"
1646
  msgstr "الربط الاجتماعي رمز قصير"
1647
 
@@ -1685,176 +1891,171 @@ msgstr "في مقطع <strong>مشاركة اجتماعية</strong> ، يمكن
1685
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1686
  msgstr "في المقطع <strong>مثل الأزرار</strong> ، يمكنك أن تختار ما شابه/+ 1 أزرار وتكوين خيارات لنفسه"
1687
 
1688
- #: ../admin/like_buttons.php:12
1689
- #, fuzzy
1690
- msgid "Like Buttons"
1691
- msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1692
-
1693
- #: ../admin/like_buttons.php:25
1694
  #, fuzzy
1695
  msgid "Enable Like Buttons"
1696
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1697
 
1698
- #: ../admin/like_buttons.php:35
1699
  #, fuzzy
1700
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1701
  msgstr "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
1702
 
1703
- #: ../admin/like_buttons.php:57
1704
- #, fuzzy
1705
- msgid "Use shortlinks already installed, for tweet button"
1706
- msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
1707
-
1708
- #: ../admin/like_buttons.php:75
1709
- #, fuzzy
1710
- msgid "Enable bit.ly url shortener for tweet button"
1711
- msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
1712
-
1713
- #: ../admin/like_buttons.php:148
1714
- #, fuzzy, php-format
1715
- 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)"
1716
- msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض عدادات. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
1717
-
1718
- #: ../admin/like_buttons.php:157
1719
- #, fuzzy
1720
- msgid "Twitter Username"
1721
- msgstr "شارك الأخرين عبر تويتر"
1722
-
1723
- #: ../admin/like_buttons.php:163
1724
- #, fuzzy
1725
- msgid "Twitter username for Tweet (without @)"
1726
- msgstr "قالب بدون %1$s"
1727
-
1728
- #: ../admin/like_buttons.php:173
1729
- #, fuzzy
1730
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1731
- msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
1732
-
1733
- #: ../admin/like_buttons.php:182
1734
- #, fuzzy
1735
- msgid "Twitter username for Buffer sharing (without @)"
1736
- msgstr "قالب بدون %1$s"
1737
-
1738
- #: ../admin/like_buttons.php:192
1739
- #, fuzzy
1740
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1741
- msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
1742
-
1743
- #: ../admin/like_buttons.php:201
1744
  #, fuzzy
1745
- msgid "Horizontal Interface Options"
1746
  msgstr "المشاركات الأفقي"
1747
 
1748
- #: ../admin/like_buttons.php:207
1749
  #, fuzzy
1750
- msgid "Enable horizontal interface"
1751
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1752
 
1753
- #: ../admin/like_buttons.php:217
1754
  #, fuzzy
1755
  msgid "Master control to enable horizontal like buttons"
1756
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
1757
 
1758
- #: ../admin/like_buttons.php:242
1759
- #: ../admin/like_buttons.php:483
1760
  #, fuzzy
1761
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1762
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
1763
 
1764
- #: ../admin/like_buttons.php:260
1765
  #, fuzzy
1766
  msgid "The text to display above the interface"
1767
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
1768
 
1769
- #: ../admin/like_buttons.php:268
1770
- #: ../admin/like_buttons.php:491
1771
  #, fuzzy
1772
  msgid "Select and rearrange providers"
1773
  msgstr "اختر مقالة"
1774
 
1775
- #: ../admin/like_buttons.php:312
1776
- #: ../admin/like_buttons.php:534
1777
  #, fuzzy
1778
  msgid "Select the providers for interface. Drag them to rearrange."
1779
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
1780
 
1781
- #: ../admin/like_buttons.php:334
1782
- #: ../admin/like_buttons.php:573
1783
  #, fuzzy
1784
  msgid "Horizontal alignment of the interface"
1785
  msgstr "بلا محاذاة"
1786
 
1787
- #: ../admin/like_buttons.php:355
1788
  #, fuzzy
1789
  msgid "Specify position of the interface with respect to the content"
1790
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
1791
 
1792
- #: ../admin/like_buttons.php:363
1793
- #: ../admin/like_buttons.php:639
1794
  #, fuzzy
1795
  msgid "Interface location"
1796
  msgstr "واجهة الموقع"
1797
 
1798
- #: ../admin/like_buttons.php:373
1799
- #: ../admin/like_buttons.php:649
1800
  #, fuzzy
1801
  msgid "Excerpts"
1802
  msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
1803
 
1804
- #: ../admin/like_buttons.php:432
1805
  #, fuzzy
1806
  msgid "Specify the pages where you want to enable interface"
1807
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1808
 
1809
- #: ../admin/like_buttons.php:442
1810
  #, fuzzy
1811
  msgid "Vertical (Floating) like buttons Options"
1812
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1813
 
1814
- #: ../admin/like_buttons.php:448
1815
  #, fuzzy
1816
- msgid "Enable vertical (floating) like buttons"
1817
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1818
 
1819
- #: ../admin/like_buttons.php:458
1820
  #, fuzzy
1821
  msgid "Master control to enable vertical (floating) counter widget"
1822
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
1823
 
1824
- #: ../admin/like_buttons.php:552
1825
  #, fuzzy
1826
  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>"
1827
  msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1828
 
1829
- #: ../admin/like_buttons.php:592
1830
  #, fuzzy
1831
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1832
  msgstr "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
1833
 
1834
- #: ../admin/like_buttons.php:612
1835
  #, fuzzy
1836
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1837
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
1838
 
1839
- #: ../admin/like_buttons.php:631
1840
  #, fuzzy
1841
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1842
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
1843
 
1844
- #: ../admin/like_buttons.php:687
1845
  #, fuzzy
1846
  msgid "Specify the pages where you want to enable vertical interface"
1847
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
1848
 
1849
- #: ../admin/like_buttons.php:695
1850
  msgid "Hide like buttons on mobile devices"
1851
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
1852
 
1853
- #: ../admin/like_buttons.php:705
1854
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1855
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
1856
 
1857
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1858
  #, fuzzy
1859
  msgid "Like Buttons Shortcode & Widget"
1860
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -1864,12 +2065,12 @@ msgstr "استخدم كود مختصر | Include the shortcode"
1864
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1865
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
1866
 
1867
- #: ../inc/social_sharing.php:613
1868
  #, fuzzy
1869
  msgid "Invalid request"
1870
  msgstr "طلب غير صحيح"
1871
 
1872
- #: ../inc/social_sharing.php:620
1873
  #, fuzzy
1874
  msgid "Providers not selected"
1875
  msgstr "محدد | selected"
@@ -2031,6 +2232,119 @@ msgstr "العائم الرأسي مثل أزرار القطعة. السماح
2031
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2032
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
2033
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2034
  #~ msgid "Options saved successfully"
2035
  #~ msgstr "خيارات تم حفظها بنجاح"
2036
 
@@ -2088,10 +2402,6 @@ msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة
2088
  #~ "version or not."
2089
  #~ msgstr "قيمة منطقية تحدد ما إذا كان سيتم عرض النسخة المحسنة للجوال أم لا."
2090
 
2091
- #, fuzzy
2092
- #~ msgid "Sortcode & Widget"
2093
- #~ msgstr "أضف ودجت"
2094
-
2095
  #, fuzzy
2096
  #~ msgid "Twitter username in tweet button"
2097
  #~ msgstr "تويتر اسم المستخدم في زر سقسقة"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:39+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:39+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.8.1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:222
19
  #, php-format
20
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
  msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
 
23
+ #: ../super_socializer.php:225
24
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
  msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
+ #: ../super_socializer.php:395
28
  msgid "Please verify your email address to login."
29
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
 
31
+ #: ../super_socializer.php:395
32
  msgid "Your email has been verified. Now you can login to your account"
33
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
 
35
+ #: ../super_socializer.php:399
36
  msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
+ #: ../super_socializer.php:417
40
+ #: ../admin/social_login.php:561
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
44
+ #: ../super_socializer.php:420
45
  msgid "Please check your email inbox to complete the registration."
46
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
 
48
+ #: ../super_socializer.php:435
49
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
  msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
 
52
+ #: ../super_socializer.php:522
53
  msgid "Leave a reply"
54
  msgstr "اترك رد"
55
 
56
+ #: ../super_socializer.php:711
57
+ #, fuzzy
58
+ msgid "Super Socializer - General Options"
59
+ msgstr "آخر تسجيل دخول | Last Login"
60
+
61
+ #: ../super_socializer.php:711
62
+ #: ../admin/general_options.php:11
63
+ #: ../admin/social_commenting.php:42
64
+ #, fuzzy
65
+ msgid "General Options"
66
+ msgstr "المشاركات الأفقي"
67
+
68
+ #: ../super_socializer.php:772
69
  #, fuzzy
70
  msgid "Super Socializer - Social Avatar"
71
  msgstr "آخر تسجيل دخول | Last Login"
72
 
73
+ #: ../super_socializer.php:775
74
  msgid "Small Avatar Url"
75
  msgstr "صغير الرمزية رابط"
76
 
77
+ #: ../super_socializer.php:780
78
  #, fuzzy
79
  msgid "Large Avatar Url"
80
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
81
 
82
+ #: ../super_socializer.php:848
83
  msgid "Email you entered is already registered or invalid"
84
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
85
 
86
+ #: ../super_socializer.php:852
87
  msgid "Please enter a valid email address. You might be required to verify it"
88
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
89
 
96
  msgid "Dismiss this notice"
97
  msgstr "إقالة هذا الإشعار"
98
 
99
+ #: ../helper.php:155
100
  msgid "Click to show help"
101
  msgstr "إضغط للمزيد من المساعدة"
102
 
103
+ #: ../helper.php:155
104
  msgid "Click to hide help"
105
  msgstr "إضغط لإخفاء المساعدة "
106
 
107
+ #: ../helper.php:249
108
  msgid "Settings"
109
  msgstr "الإعدادات"
110
 
111
+ #: ../helper.php:572
112
  msgid "Account linked successfully"
113
  msgstr "تم ربط حسابك بنجاح"
114
 
115
+ #: ../helper.php:576
116
  msgid "Account already exists or linked"
117
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
118
 
119
+ #: ../helper.php:585
120
  msgid "You are already connected with"
121
  msgstr "أنت مرتبط بالفعل مع"
122
 
123
+ #: ../helper.php:585
124
  msgid "as primary social network"
125
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
126
 
127
+ #: ../helper.php:600
128
  msgid "Link your social account to login to your account at this website"
129
  msgstr "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى حسابك في هذا الموقع"
130
 
131
+ #: ../helper.php:637
132
  msgid "Currently"
133
  msgstr "في الوقت الحاضر"
134
 
135
+ #: ../helper.php:637
136
  msgid "Remove"
137
  msgstr "إزالة"
138
 
139
+ #: ../helper.php:738
140
+ #, fuzzy
141
+ msgid "Disable Standard Social Sharing on this "
 
 
 
142
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
143
 
144
+ #: ../helper.php:743
145
+ #, fuzzy
146
+ msgid "Disable Floating Social Sharing on this "
147
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
148
 
149
+ #: ../helper.php:748
150
+ #, fuzzy
151
+ msgid "Disable Standard like buttons on this "
152
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
153
 
154
+ #: ../helper.php:753
155
+ #, fuzzy
156
+ msgid "Disable Floating like buttons on this "
157
+ msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
158
+
159
+ #: ../helper.php:758
160
  msgid "Disable Social Commenting on this "
161
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
162
 
163
+ #: ../helper.php:767
164
+ #, fuzzy
165
+ msgid "Standard Sharing Interface"
166
  msgstr "المشاركات الأفقي"
167
 
168
+ #: ../helper.php:773
169
+ #: ../helper.php:792
170
  msgid "Starting share count for "
171
  msgstr "بدء العد حصة ل"
172
 
173
+ #: ../helper.php:786
174
  #, fuzzy
175
+ msgid "Floating Sharing Interface"
176
+ msgstr "المشاركات الأفقي"
177
 
178
+ #: ../helper.php:878
179
  #, fuzzy
180
  msgid "Social Avatar"
181
  msgstr "صغير الرمزية رابط"
182
 
183
+ #: ../helper.php:881
184
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
185
  msgstr ""
186
 
187
+ #: ../helper.php:882
188
  msgid "Update social avatar, next time I Social Login"
189
  msgstr ""
190
 
191
+ #: ../helper.php:885
192
  #, fuzzy
193
  msgid "Small Avatar"
194
  msgstr "صغير الرمزية رابط"
195
 
196
+ #: ../helper.php:889
197
  #, fuzzy
198
  msgid "Large Avatar"
199
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
200
 
201
+ #: ../helper.php:893
202
+ #: ../admin/general_options.php:89
203
+ #: ../admin/social_sharing.php:1732
204
+ #: ../admin/social_commenting.php:464
205
+ #: ../admin/social_login.php:778
206
+ #: ../admin/like_buttons.php:764
207
  #, fuzzy
208
  msgid "Save Changes"
209
  msgstr "حفظ"
210
 
211
+ #: ../admin/general_options.php:17
212
+ #, fuzzy
213
+ msgid "Include Javascript in website footer"
214
+ msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
215
+
216
+ #: ../admin/general_options.php:27
217
+ #, fuzzy
218
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
219
+ msgstr "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع الويب الخاص بك."
220
+
221
+ #: ../admin/general_options.php:35
222
+ msgid "Load all Javascript files in single file"
223
+ msgstr ""
224
+
225
+ #: ../admin/general_options.php:45
226
+ msgid "Loads Javascript in single request."
227
+ msgstr ""
228
+
229
+ #: ../admin/general_options.php:53
230
+ #, fuzzy
231
+ msgid "Delete all the options on plugin deletion"
232
+ msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
233
+
234
+ #: ../admin/general_options.php:63
235
+ #, fuzzy
236
+ 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."
237
+ msgstr "إذا تم تمكين، سيتم الحصول على حذف خيارات البرنامج المساعد عندما البرنامج المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم بتثبيت البرنامج المساعد في المرة القادمة."
238
+
239
+ #: ../admin/general_options.php:71
240
+ #, fuzzy
241
+ msgid "Custom CSS"
242
+ msgstr "رابط (URL) مخصّص"
243
+
244
+ #: ../admin/general_options.php:81
245
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
246
+ msgstr ""
247
+
248
  #: ../admin/help.php:4
249
  #, fuzzy
250
  msgid "About"
265
  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"
266
  msgstr "نحن فريق إبداعية مع أفكار فريدة من نوعها في العقل والخدمة في القلب. نحن نحب ما نقوم به. لمزيد من المعلومات انضم إلينا في"
267
 
268
+ #: ../admin/help.php:17
269
+ msgid "Donate"
270
+ msgstr ""
271
+
272
+ #: ../admin/help.php:19
273
+ msgid "You can help us continue the development of this free plugin by donating"
274
+ msgstr ""
275
+
276
+ #: ../admin/help.php:20
277
+ msgid "Donate Now"
278
+ msgstr ""
279
+
280
+ #: ../admin/help.php:26
281
  #, fuzzy
282
  msgid "Plugin Demo"
283
  msgstr "دعم البرنامج المساعد | Plugin Support"
284
 
285
+ #: ../admin/help.php:32
286
+ msgid "Integrate with Google Analytics"
287
  msgstr ""
288
 
289
+ #: ../admin/help.php:38
290
  msgid "Boost sharing by awarding points"
291
  msgstr "تعزيز تقاسم بمنح نقاط"
292
 
293
+ #: ../admin/help.php:44
294
  msgid "Award points for Social Login"
295
  msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
296
 
297
+ #: ../admin/help.php:50
298
  #, fuzzy
299
  msgid "Other Add-ons"
300
  msgstr "إضافات"
301
 
302
+ #: ../admin/help.php:55
303
  msgid "Need Help?"
304
  msgstr "احتاج مساعدة؟"
305
 
306
+ #: ../admin/help.php:57
307
  #, fuzzy
308
  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>"
309
  msgstr "إذا كنت تريد ميزات مخصصة في البرنامج المساعد، مجرد قطره رسالة بالبريد إلكتروني في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
310
 
311
+ #: ../admin/help.php:62
312
  #, fuzzy
313
  msgid "Support Us"
314
  msgstr "الدعم | Support"
315
 
316
+ #: ../admin/help.php:65
317
+ #: ../admin/help.php:68
318
+ #: ../admin/help.php:69
319
+ #: ../admin/help.php:70
320
+ #: ../admin/help.php:71
321
+ #: ../admin/help.php:72
322
  #, fuzzy
323
  msgid "Rate 5-star"
324
  msgstr "يرجى تقييم البرنامج المساعد"
325
 
326
+ #: ../admin/social_sharing.php:9
327
+ #: ../admin/social_commenting.php:8
328
+ #: ../admin/social_login.php:8
329
+ #: ../admin/like_buttons.php:10
330
+ msgid "Master Control"
331
+ msgstr ""
332
 
333
+ #: ../admin/social_sharing.php:14
 
 
 
 
 
334
  #, fuzzy
335
+ msgid "Enable Social Sharing"
336
+ msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
337
 
338
+ #: ../admin/social_sharing.php:23
339
  #, fuzzy
340
+ msgid "Master control to enable Social Sharing"
341
+ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
342
+
343
+ #: ../admin/social_sharing.php:35
344
+ msgid "Theme Selection"
345
+ msgstr ""
346
+
347
+ #: ../admin/social_sharing.php:36
348
+ #: ../admin/like_buttons.php:37
349
+ #, fuzzy
350
+ msgid "Standard Interface"
351
  msgstr "المشاركات الأفقي"
352
 
353
+ #: ../admin/social_sharing.php:37
354
+ #: ../admin/like_buttons.php:38
355
  #, fuzzy
356
+ msgid "Floating Interface"
357
  msgstr "المشاركات الأفقي"
358
 
359
+ #: ../admin/social_sharing.php:38
360
+ #: ../admin/like_buttons.php:39
361
+ msgid "Miscellaneous"
362
+ msgstr ""
363
+
364
+ #: ../admin/social_sharing.php:39
365
+ #: ../admin/social_sharing.php:1681
366
+ #: ../admin/social_sharing.php:1683
367
+ #: ../admin/social_login.php:37
368
+ #: ../admin/social_login.php:764
369
+ #: ../admin/like_buttons.php:40
370
+ #: ../admin/like_buttons.php:751
371
  #, fuzzy
372
  msgid "Shortcode & Widget"
373
  msgstr "استخدم كود مختصر | Include the shortcode"
374
 
375
+ #: ../admin/social_sharing.php:40
376
  #, fuzzy
377
  msgid "Troubleshooter"
378
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
379
 
380
+ #: ../admin/social_sharing.php:41
381
+ #: ../admin/social_sharing.php:1712
382
+ #: ../admin/social_commenting.php:36
383
+ #: ../admin/social_commenting.php:452
384
  #, fuzzy
385
  msgid "FAQ"
386
  msgstr "الأسئلة الشائعة "
387
 
388
+ #: ../admin/social_sharing.php:48
389
+ msgid "Standard interface theme"
390
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
391
 
392
+ #: ../admin/social_sharing.php:53
393
+ #: ../admin/social_sharing.php:360
394
+ msgid "Icon Preview"
395
+ msgstr "الرمز معاينة"
396
 
397
+ #: ../admin/social_sharing.php:125
398
+ #: ../admin/social_sharing.php:433
399
  #, fuzzy
400
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
401
+ msgstr "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
402
 
403
+ #: ../admin/social_sharing.php:132
404
+ #: ../admin/social_sharing.php:440
405
  #, fuzzy
406
  msgid "Shape"
407
  msgstr "شكل"
408
 
409
+ #: ../admin/social_sharing.php:136
410
+ #: ../admin/social_sharing.php:444
411
  #, fuzzy
412
  msgid "Round"
413
  msgstr "مستدير"
414
 
415
+ #: ../admin/social_sharing.php:138
416
+ #: ../admin/social_sharing.php:446
417
  #, fuzzy
418
  msgid "Square"
419
  msgstr "مربع"
420
 
421
+ #: ../admin/social_sharing.php:140
422
+ #: ../admin/social_sharing.php:448
423
+ msgid "Rectangle"
424
+ msgstr ""
425
+
426
+ #: ../admin/social_sharing.php:147
427
+ #: ../admin/social_sharing.php:455
428
  #, fuzzy
429
  msgid "Shape of the sharing icons"
430
  msgstr "المشاركات الأفقي"
431
 
432
+ #: ../admin/social_sharing.php:156
433
+ #: ../admin/social_sharing.php:464
434
  #, fuzzy
435
  msgid "Size (in pixels)"
436
  msgstr "حجم"
437
 
438
+ #: ../admin/social_sharing.php:172
439
+ #: ../admin/social_sharing.php:480
440
  #, fuzzy
441
  msgid "Size of the sharing icons"
442
  msgstr "المشاركات الأفقي"
443
 
444
+ #: ../admin/social_sharing.php:182
445
+ #: ../admin/social_sharing.php:490
446
+ #, fuzzy
447
+ msgid "Width (in pixels)"
448
+ msgstr "حجم"
449
 
450
+ #: ../admin/social_sharing.php:198
451
+ #: ../admin/social_sharing.php:506
452
  #, fuzzy
453
+ msgid "Width of the sharing icons"
454
+ msgstr "المشاركات الأفقي"
455
 
456
+ #: ../admin/social_sharing.php:206
457
+ #: ../admin/social_sharing.php:514
458
  #, fuzzy
459
+ msgid "Height (in pixels)"
460
+ msgstr "حجم"
461
 
462
+ #: ../admin/social_sharing.php:222
463
+ #: ../admin/social_sharing.php:530
464
+ #, fuzzy
465
+ msgid "Height of the sharing icons"
466
+ msgstr "المشاركات الأفقي"
467
 
468
+ #: ../admin/social_sharing.php:232
469
+ #: ../admin/social_sharing.php:540
470
+ #, fuzzy
471
+ msgid "Border radius (in pixels)"
472
+ msgstr "حجم"
473
 
474
+ #: ../admin/social_sharing.php:242
475
+ #: ../admin/social_sharing.php:550
476
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
477
+ msgstr ""
478
 
479
+ #: ../admin/social_sharing.php:251
480
+ #: ../admin/social_sharing.php:559
481
  #, fuzzy
482
+ msgid "Logo Color"
483
+ msgstr "لون الخلفية"
484
+
485
+ #: ../admin/social_sharing.php:255
486
+ #: ../admin/social_sharing.php:276
487
+ #: ../admin/social_sharing.php:296
488
+ #: ../admin/social_sharing.php:563
489
+ #: ../admin/social_sharing.php:584
490
+ #: ../admin/social_sharing.php:603
491
+ msgid "Default"
492
+ msgstr ""
493
 
494
+ #: ../admin/social_sharing.php:257
495
+ #: ../admin/social_sharing.php:277
496
+ #: ../admin/social_sharing.php:301
497
+ #: ../admin/social_sharing.php:565
498
+ #: ../admin/social_sharing.php:585
499
+ #: ../admin/social_sharing.php:608
500
+ msgid "On Hover"
501
+ msgstr ""
502
+
503
+ #: ../admin/social_sharing.php:265
504
+ #: ../admin/social_sharing.php:573
505
  #, fuzzy
506
+ 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>"
507
+ msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
508
 
509
+ #: ../admin/social_sharing.php:273
510
+ #: ../admin/social_sharing.php:581
511
+ #: ../admin/social_sharing.php:1213
512
+ #: ../admin/like_buttons.php:395
513
  #, fuzzy
514
+ msgid "Background Color"
515
+ msgstr "لون الخلفية"
516
 
517
+ #: ../admin/social_sharing.php:284
518
+ #: ../admin/social_sharing.php:592
519
  #, fuzzy
520
+ 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>"
521
+ msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
522
 
523
  #: ../admin/social_sharing.php:292
524
+ #: ../admin/social_sharing.php:600
525
+ msgid "Border"
526
+ msgstr ""
527
+
528
+ #: ../admin/social_sharing.php:298
529
+ #: ../admin/social_sharing.php:303
530
+ #: ../admin/social_sharing.php:605
531
+ #: ../admin/social_sharing.php:610
532
  #, fuzzy
533
+ msgid "Border Width"
534
+ msgstr "أضف ودجت"
535
 
536
+ #: ../admin/social_sharing.php:299
537
+ #: ../admin/social_sharing.php:304
538
+ #: ../admin/social_sharing.php:606
539
+ #: ../admin/social_sharing.php:611
540
  #, fuzzy
541
+ msgid "Border Color"
542
+ msgstr "لون الخلفية"
543
 
544
+ #: ../admin/social_sharing.php:311
545
+ #: ../admin/social_sharing.php:618
546
+ #, fuzzy
547
+ msgid "Icon border"
548
+ msgstr "الرمز معاينة"
549
 
550
  #: ../admin/social_sharing.php:319
551
+ #: ../admin/social_sharing.php:626
552
+ msgid "Counter Position"
553
+ msgstr ""
554
+
555
+ #: ../admin/social_sharing.php:319
556
+ #: ../admin/social_sharing.php:626
557
+ msgid "(applies, if counter enabled)"
558
+ msgstr ""
559
+
560
+ #: ../admin/social_sharing.php:323
561
+ #: ../admin/social_sharing.php:630
562
+ #: ../admin/social_sharing.php:851
563
+ #: ../admin/social_sharing.php:1235
564
+ #: ../admin/like_buttons.php:170
565
+ #: ../admin/like_buttons.php:417
566
  #, fuzzy
567
+ msgid "Left"
568
+ msgstr "يسار"
569
+
570
+ #: ../admin/social_sharing.php:325
571
+ #: ../admin/social_sharing.php:632
572
+ msgid "Top"
573
+ msgstr ""
574
+
575
+ #: ../admin/social_sharing.php:327
576
+ #: ../admin/social_sharing.php:634
577
+ #: ../admin/social_sharing.php:853
578
+ #: ../admin/social_sharing.php:1236
579
+ #: ../admin/like_buttons.php:172
580
+ #: ../admin/like_buttons.php:418
581
+ #, fuzzy
582
+ msgid "Right"
583
+ msgstr "يمين"
584
 
585
  #: ../admin/social_sharing.php:329
586
+ #: ../admin/social_sharing.php:636
587
+ msgid "Bottom"
588
+ msgstr ""
589
+
590
+ #: ../admin/social_sharing.php:331
591
+ #: ../admin/social_sharing.php:638
592
+ msgid "Inner Left"
593
+ msgstr ""
594
+
595
+ #: ../admin/social_sharing.php:333
596
+ #: ../admin/social_sharing.php:640
597
+ msgid "Inner Top"
598
+ msgstr ""
599
 
600
+ #: ../admin/social_sharing.php:335
601
+ #: ../admin/social_sharing.php:642
602
  #, fuzzy
603
+ msgid "Inner Right"
604
+ msgstr "يمين"
605
+
606
+ #: ../admin/social_sharing.php:337
607
+ #: ../admin/social_sharing.php:644
608
+ msgid "Inner Bottom"
609
+ msgstr ""
610
 
611
  #: ../admin/social_sharing.php:345
612
+ #: ../admin/social_sharing.php:652
613
  #, fuzzy
614
+ msgid "Position of share counter"
615
+ msgstr "أسفل"
616
 
617
  #: ../admin/social_sharing.php:355
618
  #, fuzzy
619
+ msgid "Floating interface theme"
620
+ msgstr "المشاركات الأفقي"
621
 
622
+ #: ../admin/social_sharing.php:667
623
  #, fuzzy
624
+ msgid "Standard Sharing Interface Options"
625
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
626
 
627
+ #: ../admin/social_sharing.php:673
628
  #, fuzzy
629
+ msgid "Enable Standard sharing interface"
630
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
631
 
632
+ #: ../admin/social_sharing.php:683
633
  #, fuzzy
634
+ msgid "Master control to enable standard sharing"
635
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
636
 
637
+ #: ../admin/social_sharing.php:693
638
+ #: ../admin/social_sharing.php:1081
639
+ #: ../admin/like_buttons.php:73
640
+ #: ../admin/like_buttons.php:321
641
  #, fuzzy
642
  msgid "Target Url"
643
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
644
 
645
+ #: ../admin/social_sharing.php:697
646
+ #: ../admin/social_sharing.php:1085
647
+ #: ../admin/like_buttons.php:77
648
+ #: ../admin/like_buttons.php:325
649
  #, fuzzy
650
  msgid "Url of the webpage where icons are located (default)"
651
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
652
 
653
+ #: ../admin/social_sharing.php:699
654
+ #: ../admin/social_sharing.php:1087
655
+ #: ../admin/like_buttons.php:79
656
+ #: ../admin/like_buttons.php:327
657
  #, fuzzy
658
  msgid "Url of the homepage of your website"
659
  msgstr "URL لعملاء الموقع (اختياري)"
660
 
661
+ #: ../admin/social_sharing.php:701
662
+ #: ../admin/social_sharing.php:1089
663
+ #: ../admin/like_buttons.php:81
664
+ #: ../admin/like_buttons.php:329
665
  #, fuzzy
666
  msgid "Custom url"
667
  msgstr "رابط (URL) مخصّص"
668
 
669
+ #: ../admin/social_sharing.php:708
670
+ #: ../admin/social_sharing.php:1096
671
  #, fuzzy
672
  msgid "Url to share"
673
  msgstr " شارك الآخرين بهذة الفقرة"
674
 
675
+ #: ../admin/social_sharing.php:716
676
+ #: ../admin/social_login.php:343
677
+ #: ../admin/like_buttons.php:96
678
  #, fuzzy
679
  msgid "Title"
680
  msgstr "العنوان"
681
 
682
+ #: ../admin/social_sharing.php:726
683
  #, fuzzy
684
  msgid "The text to display above the sharing interface"
685
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
686
 
687
+ #: ../admin/social_sharing.php:738
688
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  #, fuzzy
690
  msgid "Rearrange icons"
691
  msgstr "إعادة ترتيب الرموز"
692
 
693
+ #: ../admin/social_sharing.php:797
694
+ #: ../admin/social_sharing.php:1163
695
  #, fuzzy
696
  msgid "Drag the icons to rearrange in desired order"
697
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
698
 
699
+ #: ../admin/social_sharing.php:805
700
+ #: ../admin/social_sharing.php:1171
 
 
701
  #, fuzzy
702
+ msgid "Select Sharing Services"
703
+ msgstr "اختر مقالة"
704
 
705
+ #: ../admin/social_sharing.php:812
706
+ #: ../admin/social_sharing.php:1178
707
+ msgid "Select sharing services to show in social share bar"
708
+ msgstr ""
709
+
710
+ #: ../admin/social_sharing.php:847
711
+ #: ../admin/social_sharing.php:1231
712
+ #: ../admin/like_buttons.php:166
713
+ #: ../admin/like_buttons.php:413
714
  #, fuzzy
715
+ msgid "Horizontal alignment"
716
+ msgstr "بلا محاذاة"
717
 
718
+ #: ../admin/social_sharing.php:852
719
+ #: ../admin/like_buttons.php:171
720
  #, fuzzy
721
  msgid "Center"
722
  msgstr "وسط"
723
 
724
+ #: ../admin/social_sharing.php:861
725
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
 
726
  #, fuzzy
727
  msgid "Horizontal alignment of the sharing interface"
728
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
729
 
730
+ #: ../admin/social_sharing.php:869
731
+ #: ../admin/like_buttons.php:188
732
  #, fuzzy
733
  msgid "Position with respect to content"
734
  msgstr "موضع الخلفية"
735
 
736
+ #: ../admin/social_sharing.php:873
737
+ #: ../admin/like_buttons.php:192
738
  #, fuzzy
739
  msgid "Top of the content"
740
  msgstr "أعلى"
741
 
742
+ #: ../admin/social_sharing.php:875
743
+ #: ../admin/like_buttons.php:194
744
  #, fuzzy
745
  msgid "Bottom of the content"
746
  msgstr "أسفل"
747
 
748
+ #: ../admin/social_sharing.php:882
749
  #, fuzzy
750
  msgid "Specify position of the sharing interface with respect to the content"
751
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
752
 
753
+ #: ../admin/social_sharing.php:890
754
+ #: ../admin/social_sharing.php:1310
755
+ msgid "Placement"
756
+ msgstr ""
 
757
 
758
+ #: ../admin/social_sharing.php:894
759
+ #: ../admin/social_sharing.php:1314
760
+ #: ../admin/social_login.php:624
761
+ #: ../admin/social_login.php:654
762
+ #: ../admin/like_buttons.php:213
763
+ #: ../admin/like_buttons.php:496
764
  #, fuzzy
765
  msgid "Homepage"
766
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
767
 
768
+ #: ../admin/social_sharing.php:896
769
+ #: ../admin/social_sharing.php:1316
770
+ #: ../admin/like_buttons.php:215
771
+ #: ../admin/like_buttons.php:498
772
  #, fuzzy
773
  msgid "Posts"
774
  msgstr "مقالات"
775
 
776
+ #: ../admin/social_sharing.php:898
777
+ #: ../admin/social_sharing.php:1318
778
+ #: ../admin/like_buttons.php:217
779
+ #: ../admin/like_buttons.php:500
780
  #, fuzzy
781
  msgid "Pages"
782
  msgstr "صفحات"
783
 
784
+ #: ../admin/social_sharing.php:900
785
+ #: ../admin/social_sharing.php:1320
786
  msgid "Excerpts (at Homepage)"
787
  msgstr ""
788
 
789
+ #: ../admin/social_sharing.php:902
790
+ #: ../admin/social_sharing.php:1322
791
+ #: ../admin/like_buttons.php:221
792
+ #: ../admin/like_buttons.php:504
793
  #, fuzzy
794
  msgid "Category Archives"
795
  msgstr "الأرشيف"
796
 
797
+ #: ../admin/social_sharing.php:904
798
+ #: ../admin/social_sharing.php:1324
799
+ #: ../admin/like_buttons.php:223
800
+ #: ../admin/like_buttons.php:506
801
  #, fuzzy
802
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
803
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
804
 
805
+ #: ../admin/social_sharing.php:920
806
+ #: ../admin/like_buttons.php:239
807
  #, fuzzy
808
  msgid "BuddyPress activity"
809
  msgstr "النشاط BuddyPress والمجموعات"
810
 
811
+ #: ../admin/social_sharing.php:922
812
+ #: ../admin/like_buttons.php:242
813
  msgid "BuddyPress group (only at top of content)"
814
  msgstr ""
815
 
816
+ #: ../admin/social_sharing.php:928
817
+ #: ../admin/social_sharing.php:1346
818
+ #: ../admin/like_buttons.php:249
819
+ #: ../admin/like_buttons.php:527
820
  #, fuzzy
821
  msgid "BBPress forum"
822
  msgstr "المنتدى المستعمل | User Forum"
823
 
824
+ #: ../admin/social_sharing.php:931
825
+ #: ../admin/social_sharing.php:1349
826
+ #: ../admin/like_buttons.php:252
827
+ #: ../admin/like_buttons.php:530
828
  #, fuzzy
829
  msgid "BBPress topic"
830
  msgstr "إضافات الموضوع"
831
 
832
+ #: ../admin/social_sharing.php:934
833
+ #: ../admin/like_buttons.php:255
834
  #, fuzzy
835
  msgid "BBPress reply"
836
  msgstr "رد"
837
 
838
+ #: ../admin/social_sharing.php:941
839
+ #: ../admin/like_buttons.php:261
840
  msgid "After individual product at WooCommerce Shop page"
841
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
842
 
843
+ #: ../admin/social_sharing.php:944
844
+ #: ../admin/like_buttons.php:264
845
  msgid "WooCommerce Product Page"
846
  msgstr "WooCommerce صفحة المنتج"
847
 
848
+ #: ../admin/social_sharing.php:947
849
+ #: ../admin/like_buttons.php:267
850
  msgid "WooCommerce Thankyou Page"
851
  msgstr "WooCommerce الشكر الصفحة"
852
 
853
+ #: ../admin/social_sharing.php:958
854
  #, fuzzy
855
  msgid "Specify the pages where you want to enable Sharing interface"
856
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
857
 
858
+ #: ../admin/social_sharing.php:966
859
+ #: ../admin/social_sharing.php:1367
860
  #, fuzzy
861
  msgid "Show share counts"
862
  msgstr "عرض عدد المقالات"
863
 
864
+ #: ../admin/social_sharing.php:971
865
+ #: ../admin/social_sharing.php:1372
866
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
867
+ msgstr ""
868
+
869
+ #: ../admin/social_sharing.php:988
870
+ #: ../admin/social_sharing.php:1380
871
+ #, php-format
872
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
873
+ msgstr ""
874
+
875
+ #: ../admin/social_sharing.php:990
876
+ #: ../admin/social_sharing.php:1382
877
+ #, php-format
878
+ 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>"
879
+ msgstr ""
880
+
881
+ #: ../admin/social_sharing.php:992
882
+ #: ../admin/social_sharing.php:1384
883
+ #, php-format
884
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
885
+ msgstr ""
886
+
887
+ #: ../admin/social_sharing.php:994
888
+ #: ../admin/social_sharing.php:1386
889
+ #, php-format
890
+ 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>"
891
+ msgstr ""
892
+
893
+ #: ../admin/social_sharing.php:1001
894
+ #: ../admin/social_sharing.php:1393
895
  #, fuzzy
896
  msgid "If enabled, share counts are displayed above sharing icons."
897
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
898
 
899
+ #: ../admin/social_sharing.php:1010
900
+ #: ../admin/social_sharing.php:1402
901
  #, fuzzy
902
  msgid "Show total shares"
903
  msgstr "عرض عدد المقالات"
904
 
905
+ #: ../admin/social_sharing.php:1020
906
+ #: ../admin/social_sharing.php:1412
907
  #, fuzzy
908
  msgid "If enabled, total shares will be displayed with sharing icons"
909
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
910
 
911
+ #: ../admin/social_sharing.php:1029
912
+ #: ../admin/social_sharing.php:1421
913
  #, fuzzy
914
  msgid "Enable 'More' icon"
915
  msgstr "الرمز معاينة"
916
 
917
+ #: ../admin/social_sharing.php:1039
918
+ #: ../admin/social_sharing.php:1431
919
  #, fuzzy
920
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
921
  msgstr "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات مشاركة إضافية في المنبثقة"
922
 
923
+ #: ../admin/social_sharing.php:1055
924
  #, fuzzy
925
+ msgid "Floating Sharing Interface Options"
926
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
927
 
928
+ #: ../admin/social_sharing.php:1061
929
  #, fuzzy
930
+ msgid "Enable Floating sharing interface"
931
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
932
 
933
+ #: ../admin/social_sharing.php:1071
934
  #, fuzzy
935
+ msgid "Master control to enable floating sharing widget"
936
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
937
 
938
+ #: ../admin/social_sharing.php:1223
 
 
 
 
 
 
939
  #, fuzzy
940
  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>"
941
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
942
 
943
+ #: ../admin/social_sharing.php:1253
944
+ #: ../admin/like_buttons.php:435
945
  #, fuzzy
946
  msgid "Left offset"
947
  msgstr "يسار"
948
 
949
+ #: ../admin/social_sharing.php:1263
950
  #, fuzzy
951
  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."
952
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
953
 
954
+ #: ../admin/social_sharing.php:1273
955
+ #: ../admin/like_buttons.php:455
956
  #, fuzzy
957
  msgid "Right offset"
958
  msgstr "يمين"
959
 
960
+ #: ../admin/social_sharing.php:1283
961
  #, fuzzy
962
  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."
963
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
964
 
965
+ #: ../admin/social_sharing.php:1292
966
+ #: ../admin/like_buttons.php:474
967
  #, fuzzy
968
  msgid "Top offset"
969
  msgstr "أعلى"
970
 
971
+ #: ../admin/social_sharing.php:1302
972
  #, fuzzy
973
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
974
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
975
 
976
+ #: ../admin/social_sharing.php:1338
977
+ #: ../admin/like_buttons.php:520
978
  #, fuzzy
979
  msgid "BuddyPress group"
980
  msgstr "تحرير ملفي الشخصي"
981
 
982
+ #: ../admin/social_sharing.php:1359
983
+ #, fuzzy
984
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
985
+ msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
986
+
987
+ #: ../admin/social_sharing.php:1439
988
+ #, fuzzy
989
+ msgid "Vertical floating bar responsiveness"
990
+ msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
991
+
992
+ #: ../admin/social_sharing.php:1442
993
+ #, php-format
994
+ msgid "Display vertical interface only when screen is wider than %s pixels"
995
+ msgstr ""
996
+
997
+ #: ../admin/social_sharing.php:1449
998
+ msgid "Display vertical interface only when screen is wider than the width specified."
999
+ msgstr ""
1000
+
1001
+ #: ../admin/social_sharing.php:1457
1002
+ msgid "Horizontal floating bar responsiveness"
1003
+ msgstr ""
1004
+
1005
+ #: ../admin/social_sharing.php:1460
1006
+ #, fuzzy, php-format
1007
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
1008
+ msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1009
+
1010
+ #: ../admin/social_sharing.php:1467
1011
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
1012
+ msgstr ""
1013
+
1014
+ #: ../admin/social_sharing.php:1477
1015
+ #, fuzzy
1016
+ msgid "Horizontal floating bar position"
1017
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1018
+
1019
+ #: ../admin/social_sharing.php:1480
1020
+ #, php-format
1021
+ msgid "%s pixels from %s"
1022
+ msgstr ""
1023
+
1024
+ #: ../admin/social_sharing.php:1487
1025
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
1026
+ msgstr ""
1027
+
1028
+ #: ../admin/social_sharing.php:1506
1029
+ #: ../admin/like_buttons.php:576
1030
+ #, fuzzy
1031
+ msgid "Url shortener"
1032
+ msgstr "عنوان Url للقيام بالتعليق على"
1033
+
1034
+ #: ../admin/social_sharing.php:1512
1035
+ #, fuzzy
1036
+ msgid "Use shortlinks already installed"
1037
+ msgstr "تمّ التنصيب مسبقاً"
1038
+
1039
+ #: ../admin/social_sharing.php:1522
1040
+ #: ../admin/like_buttons.php:592
1041
+ #, fuzzy
1042
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
1043
+ msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
1044
+
1045
+ #: ../admin/social_sharing.php:1530
1046
+ #, fuzzy
1047
+ msgid "Enable bit.ly url shortener for sharing"
1048
+ msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1049
+
1050
+ #: ../admin/social_sharing.php:1540
1051
+ #: ../admin/like_buttons.php:610
1052
+ #, fuzzy
1053
+ msgid "Master control to enable bit.ly url shortening for sharing"
1054
+ msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1055
+
1056
+ #: ../admin/social_sharing.php:1548
1057
+ #: ../admin/like_buttons.php:618
1058
+ #, fuzzy
1059
+ msgid "bit.ly username"
1060
+ msgstr "إسم المستخدم الألكتروني:"
1061
+
1062
+ #: ../admin/social_sharing.php:1558
1063
+ #: ../admin/like_buttons.php:628
1064
+ #, fuzzy, php-format
1065
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1066
+ msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
1067
+
1068
+ #: ../admin/social_sharing.php:1567
1069
+ #: ../admin/like_buttons.php:637
1070
+ #, fuzzy
1071
+ msgid "bit.ly API Key"
1072
+ msgstr "مفتاح API الخاص | API Private Key"
1073
+
1074
+ #: ../admin/social_sharing.php:1577
1075
+ #: ../admin/like_buttons.php:647
1076
+ #, fuzzy, php-format
1077
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1078
+ msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
1079
+
1080
+ #: ../admin/social_sharing.php:1590
1081
+ #: ../admin/like_buttons.php:660
1082
+ #, fuzzy
1083
+ msgid "ShortUrl cache cleared successfully."
1084
+ msgstr "تم ربط حسابك بنجاح"
1085
+
1086
+ #: ../admin/social_sharing.php:1597
1087
+ #: ../admin/like_buttons.php:667
1088
+ 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."
1089
+ msgstr ""
1090
 
1091
+ #: ../admin/social_sharing.php:1606
1092
+ #: ../admin/social_sharing.php:1612
1093
+ #: ../admin/social_commenting.php:311
1094
+ #: ../admin/like_buttons.php:676
1095
+ #: ../admin/like_buttons.php:682
1096
  #, fuzzy
1097
+ msgid "Language"
1098
+ msgstr "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> والخصائص التالية: %s"
1099
 
1100
+ #: ../admin/social_sharing.php:1622
1101
+ #, fuzzy, php-format
1102
+ 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)"
1103
+ msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض عدادات. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
1104
+
1105
+ #: ../admin/social_sharing.php:1631
1106
  #, fuzzy
1107
+ msgid "Username in sharing"
1108
+ msgstr "شارك الأخرين عبر تويتر"
1109
 
1110
+ #: ../admin/social_sharing.php:1637
1111
+ #, fuzzy
1112
+ msgid "Twitter username (without @)"
1113
+ msgstr "قالب بدون %1$s"
1114
 
1115
+ #: ../admin/social_sharing.php:1647
1116
+ #: ../admin/social_sharing.php:1666
1117
+ #, fuzzy
1118
+ 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."
1119
+ msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1120
 
1121
+ #: ../admin/social_sharing.php:1656
1122
  #, fuzzy
1123
+ msgid "Buffer username (without @)"
1124
+ msgstr "قالب بدون %1$s"
1125
 
1126
+ #: ../admin/social_sharing.php:1693
1127
  msgid "Facebook Sharing Troubleshooter"
1128
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1129
 
1130
+ #: ../admin/social_sharing.php:1698
1131
  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:"
1132
  msgstr "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1133
 
1134
+ #: ../admin/social_sharing.php:1714
1135
  #, fuzzy
1136
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1137
  msgstr "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/الوظائف؟"
1138
 
1139
+ #: ../admin/social_sharing.php:1715
1140
  #, fuzzy
1141
  msgid "How can I disable sharing on particular page/post?"
1142
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1143
 
1144
+ #: ../admin/social_sharing.php:1716
1145
  #, fuzzy
1146
  msgid "How can I specify minimum sharing count for sharing networks?"
1147
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1148
 
1149
+ #: ../admin/social_sharing.php:1717
1150
+ msgid "How to share specific page?"
1151
+ msgstr ""
1152
+
1153
+ #: ../admin/social_sharing.php:1718
1154
+ msgid "How to integrate Google Analytics with sharing?"
1155
+ msgstr ""
1156
+
1157
+ #: ../admin/social_sharing.php:1719
1158
+ msgid "How to customize the look of total share counts?"
1159
+ msgstr ""
1160
 
1161
+ #: ../admin/social_sharing.php:1720
 
1162
  #, fuzzy
1163
+ msgid "How to customize the look of individual share counts?"
1164
+ msgstr "عرض عدد المقالات"
1165
 
1166
+ #: ../admin/social_sharing.php:1721
1167
  #, fuzzy
1168
+ msgid "How to show Whatsapp icon only on mobile devices?"
1169
+ msgstr "إخفاء تقاسم على الأجهزة النقالة"
1170
 
1171
+ #: ../admin/social_commenting.php:13
1172
  #, fuzzy
1173
  msgid "Enable Social Commenting"
1174
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1175
 
1176
+ #: ../admin/social_commenting.php:23
1177
  #, fuzzy
1178
  msgid "Master control to enable Social Commenting"
1179
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
1180
 
1181
+ #: ../admin/social_commenting.php:34
1182
+ #, fuzzy
1183
+ msgid "Social Commenting"
1184
+ msgstr "تعطيل تعليقا الاجتماعي على هذا"
1185
+
1186
+ #: ../admin/social_commenting.php:35
1187
+ #: ../admin/social_commenting.php:440
1188
+ #, fuzzy
1189
+ msgid "Shortcode"
1190
+ msgstr "استخدم كود مختصر | Include the shortcode"
1191
+
1192
+ #: ../admin/social_commenting.php:48
1193
  #, fuzzy
1194
  msgid "Order of tabs in commenting interface"
1195
  msgstr "ترتيب علامات التبويب في واجهة التعليق"
1196
 
1197
+ #: ../admin/social_commenting.php:58
1198
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1199
  msgstr "ترتيب علامات التبويب تظهر في الواجهة التعليق الاجتماعي. افتراضات إلى ووردبريس، فيسبوك، googleplus، من هارد"
1200
 
1201
+ #: ../admin/social_commenting.php:66
1202
  msgid "Comment area label"
1203
  msgstr "تسمية منطقة التعليق"
1204
 
1205
+ #: ../admin/social_commenting.php:76
1206
  #, fuzzy
1207
  msgid "Label for comment area"
1208
  msgstr "التسمية للتبويب تعليقاً G+"
1209
 
1210
+ #: ../admin/social_commenting.php:89
1211
  #, fuzzy
1212
  msgid "Enable Social Commenting at"
1213
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1214
 
1215
+ #: ../admin/social_commenting.php:108
1216
  #, fuzzy
1217
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1218
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1219
 
1220
+ #: ../admin/social_commenting.php:119
1221
  msgid "HTML ID of comment form container"
1222
  msgstr "ID HTML التعليق حاوية شكل"
1223
 
1224
+ #: ../admin/social_commenting.php:129
1225
  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."
1226
  msgstr "ID HTML من عنصر حاوية من شكل تعليق الافتراضي في الواجهة الأمامية. ترك فارغا لمعرف الافتراضي - \"الرد \". تحتاج إلى تحديد ما اذا شكل تعليق الافتراضي هو الظهور وليس الحصول على تمكين في الواجهة الأمامية من موقع الويب الخاص بك وتعليقا الاجتماعية."
1227
 
1228
+ #: ../admin/social_commenting.php:139
1229
  #, fuzzy
1230
  msgid "Labels"
1231
  msgstr "وسوم"
1232
 
1233
+ #: ../admin/social_commenting.php:144
1234
  #, fuzzy
1235
  msgid "Label for WordPress Commenting tab"
1236
  msgstr "تعليقات فيسبوكيه"
1237
 
1238
+ #: ../admin/social_commenting.php:153
1239
  msgid "Label for Facebook Commenting tab"
1240
  msgstr "تعليقات فيسبوكيه"
1241
 
1242
+ #: ../admin/social_commenting.php:162
1243
  msgid "Label for G+ Commenting tab"
1244
  msgstr "التسمية للتبويب تعليقاً G+"
1245
 
1246
+ #: ../admin/social_commenting.php:171
1247
  #, fuzzy
1248
  msgid "Label for Disqus Commenting tab"
1249
  msgstr "التسمية للتبويب تعليقاً G+"
1250
 
1251
+ #: ../admin/social_commenting.php:182
1252
  #, fuzzy
1253
  msgid "Facebook Commenting Options"
1254
  msgstr "تعليقات فيسبوكيه"
1255
 
1256
+ #: ../admin/social_commenting.php:188
1257
  #, fuzzy
1258
  msgid "Enable Facebook Comments notification and moderation"
1259
  msgstr "تعليقات فيسبوكيه"
1260
 
1261
+ #: ../admin/social_commenting.php:196
1262
+ #: ../admin/social_commenting.php:206
1263
  #, fuzzy
1264
  msgid "Enable Facebook Commenting"
1265
  msgstr "تعليقات فيسبوكيه"
1266
 
1267
+ #: ../admin/social_commenting.php:214
1268
+ #: ../admin/social_commenting.php:372
1269
  msgid "Url to comment on"
1270
  msgstr "عنوان Url للقيام بالتعليق على"
1271
 
1272
+ #: ../admin/social_commenting.php:224
1273
  #, fuzzy
1274
  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."
1275
  msgstr "سوف يكون عنوان URL المطلق الذي نشرت تعليقات المقترنة بشكل دائم. سيتم ربط القصص على ألفيس بوك حول التعليقات المنشورة، إلى URL هذا.<br>إذا ترك فارغاً <strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم تمكين."
1276
 
1277
+ #: ../admin/social_commenting.php:232
1278
+ #: ../admin/social_commenting.php:354
1279
  #, fuzzy
1280
  msgid "Width"
1281
  msgstr "عرض"
1282
 
1283
+ #: ../admin/social_commenting.php:242
1284
  #, fuzzy
1285
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1286
  msgstr "ترك فارغاً لصناعة السيارات في ضبط العرض. العرض (بالبكسل) كتلة التعليقات."
1287
 
1288
+ #: ../admin/social_commenting.php:250
1289
  #, fuzzy
1290
  msgid "Color Scheme"
1291
  msgstr "بلا لون"
1292
 
1293
+ #: ../admin/social_commenting.php:254
1294
  #, fuzzy
1295
  msgid "Light"
1296
  msgstr "الفاتح"
1297
 
1298
+ #: ../admin/social_commenting.php:255
1299
  #, fuzzy
1300
  msgid "Dark"
1301
  msgstr "داكن"
1302
 
1303
+ #: ../admin/social_commenting.php:263
1304
  #, fuzzy
1305
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1306
  msgstr "نظام الألوان المستخدمة من قبل البرنامج المساعد. يمكن أن يكون \"الخفيفة\" أو \"الظلام\"."
1307
 
1308
+ #: ../admin/social_commenting.php:271
1309
  #, fuzzy
1310
  msgid "Number of comments"
1311
  msgstr "عدد التعليقات:"
1312
 
1313
+ #: ../admin/social_commenting.php:281
1314
  #, fuzzy
1315
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1316
  msgstr "عدد التعليقات تظهر بشكل افتراضي. قيمة الحد الأدنى هو 1. افتراضات إلى 10"
1317
 
1318
+ #: ../admin/social_commenting.php:289
1319
  #, fuzzy
1320
  msgid "Order by"
1321
  msgstr "طلب | Order"
1322
 
1323
+ #: ../admin/social_commenting.php:293
1324
  #, fuzzy
1325
  msgid "Social"
1326
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1327
 
1328
+ #: ../admin/social_commenting.php:294
1329
  #, fuzzy
1330
  msgid "Reverse Time"
1331
  msgstr "اعكس الترتيب"
1332
 
1333
+ #: ../admin/social_commenting.php:295
1334
  #, fuzzy
1335
  msgid "Time"
1336
  msgstr "إدراج التاريخ/الوقت"
1337
 
1338
+ #: ../admin/social_commenting.php:303
1339
  #, fuzzy
1340
  msgid "The order to use when displaying comments."
1341
  msgstr "الترتيب استخدامها عند عرض التعليقات."
1342
 
1343
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
 
1344
  #, fuzzy, php-format
1345
  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)"
1346
  msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض التعليق. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
1347
 
1348
+ #: ../admin/social_commenting.php:330
1349
  #, fuzzy
1350
  msgid "Google Plus Commenting Options"
1351
  msgstr "جوجل بالإضافة إلى خيارات التعليق"
1352
 
1353
+ #: ../admin/social_commenting.php:336
1354
+ #: ../admin/social_commenting.php:346
1355
  #, fuzzy
1356
  msgid "Enable Google Plus Commenting"
1357
  msgstr "تمكين المشاركة عبر Google."
1358
 
1359
+ #: ../admin/social_commenting.php:364
1360
  #, fuzzy
1361
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1362
  msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1363
 
1364
+ #: ../admin/social_commenting.php:382
1365
  #, fuzzy
1366
  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."
1367
  msgstr "سوف يكون عنوان URL المطلق الذي نشرت تعليقات المقترنة بشكل دائم. قصص عن جوجل بلس حول التعليقات المنشورة، سيربط بعنوان URL هذا.<br>إذا ترك فارغاً <strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم تمكين."
1368
 
1369
+ #: ../admin/social_commenting.php:391
1370
  #, fuzzy
1371
  msgid "Disqus Commenting Options"
1372
  msgstr "الخيارات"
1373
 
1374
+ #: ../admin/social_commenting.php:397
1375
+ #: ../admin/social_commenting.php:407
1376
  #, fuzzy
1377
  msgid "Enable Disqus Commenting"
1378
  msgstr "إتاحة التعليق من هارد"
1379
 
1380
+ #: ../admin/social_commenting.php:415
1381
  #, fuzzy
1382
  msgid "Disqus Shortname"
1383
  msgstr "هارد Shortname"
1384
 
1385
+ #: ../admin/social_commenting.php:425
1386
  #, fuzzy
1387
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1388
  msgstr "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول shortname، قم بزيارة الوصلة التالية."
1389
 
1390
+ #: ../admin/social_commenting.php:442
1391
  #, fuzzy
1392
  msgid "Social Commenting Shortcode"
1393
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1394
 
1395
+ #: ../admin/social_commenting.php:454
1396
  #, fuzzy
1397
  msgid "How can I disable Social Commenting at individual page/post?"
1398
  msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1399
 
1400
+ #: ../admin/social_commenting.php:455
1401
  msgid "How to disable default comment form from Social Commenting?"
1402
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1403
 
1404
+ #: ../admin/social_login.php:14
 
 
 
 
 
1405
  #, fuzzy
1406
  msgid "Enable Social Login"
1407
  msgstr "تسجيل الدخول"
1408
 
1409
+ #: ../admin/social_login.php:24
1410
  #, fuzzy
1411
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1412
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1413
 
1414
+ #: ../admin/social_login.php:35
1415
+ #: ../admin/social_login.php:43
1416
+ #, fuzzy
1417
+ msgid "Basic Configuration"
1418
+ msgstr "إنشاء ملف الإعدادات"
1419
+
1420
+ #: ../admin/social_login.php:36
1421
+ #, fuzzy
1422
+ msgid "Social Login"
1423
+ msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1424
+
1425
+ #: ../admin/social_login.php:50
1426
  msgid "Disable user registration via Social Login"
1427
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1428
 
1429
+ #: ../admin/social_login.php:60
1430
  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."
1431
  msgstr "بعد تمكين هذا الخيار، وسيكون للمستخدمين الجديد لن يكون قادرا على تسجيل الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على الدخول الاجتماعي."
1432
 
1433
+ #: ../admin/social_login.php:69
1434
  #, fuzzy
1435
  msgid "Redirection url"
1436
  msgstr "تسجيل الدخول"
1437
 
1438
+ #: ../admin/social_login.php:79
1439
  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."
1440
  msgstr "سيتم إعادة توجيه المستخدم إلى هذه الصفحة بعد محاولة فاشلة التسجيل عن طريق الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1441
 
1442
+ #: ../admin/social_login.php:88
1443
+ #, fuzzy
1444
+ msgid "Select providers"
1445
+ msgstr "أختر ..."
1446
+
1447
+ #: ../admin/social_login.php:93
1448
+ msgid "Facebook"
1449
+ msgstr "الفيسبوك"
1450
+
1451
+ #: ../admin/social_login.php:97
1452
+ #, fuzzy
1453
+ msgid "Twitter"
1454
+ msgstr "شارك الأخرين عبر تويتر"
1455
+
1456
+ #: ../admin/social_login.php:101
1457
+ #, fuzzy
1458
+ msgid "LinkedIn"
1459
+ msgstr "شارك الأخرين عبر لنكيدان"
1460
+
1461
+ #: ../admin/social_login.php:105
1462
+ #, fuzzy
1463
+ msgid "Google+"
1464
+ msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
1465
+
1466
+ #: ../admin/social_login.php:109
1467
+ #, fuzzy
1468
+ msgid "Vkontakte"
1469
+ msgstr "انشر عبر VKontakte"
1470
+
1471
+ #: ../admin/social_login.php:113
1472
  #, fuzzy
1473
  msgid "Instagram"
1474
  msgstr "إنستاجرام"
1475
 
1476
+ #: ../admin/social_login.php:117
1477
+ #, fuzzy
1478
+ msgid "Xing"
1479
+ msgstr "شينغ"
1480
+
1481
+ #: ../admin/social_login.php:125
1482
  #, fuzzy
1483
  msgid "Select Social ID provider to enable in Social Login"
1484
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1485
 
1486
+ #: ../admin/social_login.php:133
1487
  #, fuzzy
1488
  msgid "Facebook App ID"
1489
  msgstr "رقم التعريف الخالص بك | ID"
1490
 
1491
+ #: ../admin/social_login.php:143
1492
  #, fuzzy, php-format
1493
  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"
1494
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1495
 
1496
+ #: ../admin/social_login.php:145
1497
  #, fuzzy
1498
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1499
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1500
 
1501
+ #: ../admin/social_login.php:155
1502
  #, fuzzy
1503
  msgid "Twitter API Key"
1504
  msgstr "مفتاح API الخاص | API Private Key"
1505
 
1506
+ #: ../admin/social_login.php:165
1507
  #, fuzzy, php-format
1508
  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"
1509
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1510
 
1511
+ #: ../admin/social_login.php:167
1512
+ #: ../admin/social_login.php:189
1513
  #, fuzzy
1514
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1515
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1516
 
1517
+ #: ../admin/social_login.php:177
1518
  #, fuzzy
1519
  msgid "Twitter API Secret"
1520
  msgstr "شارك الأخرين عبر تويتر"
1521
 
1522
+ #: ../admin/social_login.php:187
1523
  #, fuzzy, php-format
1524
  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"
1525
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1526
 
1527
+ #: ../admin/social_login.php:199
1528
  #, fuzzy
1529
  msgid "LinkedIn API Key"
1530
  msgstr "مفتاح API الخاص | API Private Key"
1531
 
1532
+ #: ../admin/social_login.php:209
1533
  #, fuzzy, php-format
1534
  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"
1535
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1536
 
1537
+ #: ../admin/social_login.php:211
1538
+ #: ../admin/social_login.php:277
1539
  #, fuzzy
1540
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1541
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1542
 
1543
+ #: ../admin/social_login.php:221
1544
  #, fuzzy
1545
  msgid "Google+ Client ID"
1546
  msgstr "شارك الأخرين عبر جوجل"
1547
 
1548
+ #: ../admin/social_login.php:231
1549
  #, fuzzy, php-format
1550
  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"
1551
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1552
 
1553
+ #: ../admin/social_login.php:233
1554
  #, fuzzy
1555
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1556
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1557
 
1558
+ #: ../admin/social_login.php:243
1559
  #, fuzzy
1560
  msgid "Vkontakte Application ID"
1561
  msgstr "انشر عبر VKontakte"
1562
 
1563
+ #: ../admin/social_login.php:253
1564
  #, fuzzy, php-format
1565
  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"
1566
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1567
 
1568
+ #: ../admin/social_login.php:255
1569
  #, fuzzy
1570
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1571
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1572
 
1573
+ #: ../admin/social_login.php:265
1574
  #, fuzzy
1575
  msgid "Instagram Client ID"
1576
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1577
 
1578
+ #: ../admin/social_login.php:275
1579
  #, fuzzy, php-format
1580
  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"
1581
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1582
 
1583
+ #: ../admin/social_login.php:287
1584
  #, fuzzy
1585
  msgid "Xing Consumer Key"
1586
  msgstr "مفتاح التفعيل:"
1587
 
1588
+ #: ../admin/social_login.php:297
1589
  #, fuzzy, php-format
1590
  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"
1591
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1592
 
1593
+ #: ../admin/social_login.php:299
1594
+ #: ../admin/social_login.php:321
1595
  #, fuzzy
1596
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1597
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1598
 
1599
+ #: ../admin/social_login.php:309
1600
  #, fuzzy
1601
  msgid "Xing Consumer Secret"
1602
  msgstr "كلمة السر | Secret Word"
1603
 
1604
+ #: ../admin/social_login.php:319
1605
  #, fuzzy, php-format
1606
  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"
1607
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1608
 
1609
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
 
 
1610
  #, fuzzy
1611
  msgid "Login options"
1612
  msgstr "الخيارات"
1613
 
1614
+ #: ../admin/social_login.php:353
1615
  #, fuzzy
1616
  msgid "Text to display above the Social Login interface"
1617
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1618
 
1619
+ #: ../admin/social_login.php:362
1620
  #, fuzzy
1621
  msgid "Enable at login page"
1622
  msgstr "صفحة"
1623
 
1624
+ #: ../admin/social_login.php:372
1625
  #, fuzzy
1626
  msgid "Social Login interface will get enabled at the login page of your website"
1627
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1628
 
1629
+ #: ../admin/social_login.php:380
1630
  #, fuzzy
1631
  msgid "Enable at register page"
1632
  msgstr "التسجيل العام"
1633
 
1634
+ #: ../admin/social_login.php:390
1635
  #, fuzzy
1636
  msgid "Social Login interface will get enabled at the registration page of your website"
1637
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1638
 
1639
+ #: ../admin/social_login.php:398
1640
  msgid "Enable at comment form"
1641
  msgstr "تمكين هذا الشكل من تعليق"
1642
 
1643
+ #: ../admin/social_login.php:408
1644
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1645
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1646
 
1647
+ #: ../admin/social_login.php:422
1648
  msgid "Enable before WooCommerce Customer Login Form"
1649
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1650
 
1651
+ #: ../admin/social_login.php:432
1652
  #, fuzzy
1653
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1654
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1655
 
1656
+ #: ../admin/social_login.php:440
1657
  msgid "Enable after WooCommerce Customer Login Form"
1658
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1659
 
1660
+ #: ../admin/social_login.php:450
1661
  #, fuzzy
1662
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1663
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1664
 
1665
+ #: ../admin/social_login.php:458
1666
  #, fuzzy
1667
  msgid "Enable at WooCommerce checkout page"
1668
  msgstr "التسجيل العام"
1669
 
1670
+ #: ../admin/social_login.php:468
1671
  #, fuzzy
1672
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1673
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1674
 
1675
+ #: ../admin/social_login.php:479
1676
  #, fuzzy
1677
  msgid "Auto-approve comments made by Social Login users"
1678
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1679
 
1680
+ #: ../admin/social_login.php:489
1681
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1682
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1683
 
1684
+ #: ../admin/social_login.php:490
1685
  #, fuzzy
1686
  msgid "Note: This is not related to Facebook comments"
1687
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1688
 
1689
+ #: ../admin/social_login.php:500
1690
  #, fuzzy
1691
  msgid "Enable social avatar"
1692
  msgstr "خدمة الشبكة الاجتماعية"
1693
 
1694
+ #: ../admin/social_login.php:510
1695
  #, fuzzy
1696
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1697
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1698
 
1699
+ #: ../admin/social_login.php:520
1700
  #, fuzzy
1701
  msgid "Avatar quality"
1702
  msgstr "نوعية الصورة الرمزية"
1703
 
1704
+ #: ../admin/social_login.php:523
1705
  #, fuzzy
1706
  msgid "Average"
1707
  msgstr "المعدل"
1708
 
1709
+ #: ../admin/social_login.php:524
1710
  msgid "Best"
1711
  msgstr "أفضل"
1712
 
1713
+ #: ../admin/social_login.php:531
1714
  #, fuzzy
1715
  msgid "Choose avatar quality"
1716
  msgstr "إختيار ملف"
1717
 
1718
+ #: ../admin/social_login.php:540
1719
  #, fuzzy
1720
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1721
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1722
 
1723
+ #: ../admin/social_login.php:550
1724
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1725
  msgstr ""
1726
 
1727
+ #: ../admin/social_login.php:571
1728
  #, fuzzy
1729
  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"
1730
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1731
 
1732
+ #: ../admin/social_login.php:580
1733
  #, fuzzy
1734
  msgid "Send username-password after user registration"
1735
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1736
 
1737
+ #: ../admin/social_login.php:590
1738
  #, fuzzy
1739
  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)"
1740
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1741
 
1742
+ #: ../admin/social_login.php:599
1743
  #, fuzzy
1744
  msgid "Enable social account linking at BuddyPress profile page"
1745
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1746
 
1747
+ #: ../admin/social_login.php:609
1748
  #, fuzzy
1749
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1750
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1751
 
1752
+ #: ../admin/social_login.php:618
1753
  #, fuzzy
1754
  msgid "Login redirection"
1755
  msgstr "تسجيل الدخول"
1756
 
1757
+ #: ../admin/social_login.php:622
1758
  #, fuzzy
1759
  msgid "Same page where user logged in"
1760
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1761
 
1762
+ #: ../admin/social_login.php:626
1763
+ #: ../admin/social_login.php:656
1764
  #, fuzzy
1765
  msgid "Account dashboard"
1766
  msgstr " لوحتك الخاصة بالتحكم"
1767
 
1768
+ #: ../admin/social_login.php:629
1769
+ #: ../admin/social_login.php:659
1770
  #, fuzzy
1771
  msgid "BuddyPress profile page"
1772
  msgstr "تحرير ملفي الشخصي"
1773
 
1774
+ #: ../admin/social_login.php:632
1775
+ #: ../admin/social_login.php:662
1776
  #, fuzzy
1777
  msgid "Custom Url"
1778
  msgstr "رابط (URL) مخصّص"
1779
 
1780
+ #: ../admin/social_login.php:640
1781
  #, fuzzy
1782
  msgid "User will be redirected to the selected page after Social Login"
1783
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1784
 
1785
+ #: ../admin/social_login.php:648
1786
  #, fuzzy
1787
  msgid "Registration redirection"
1788
  msgstr "نموذج التسجيل"
1789
 
1790
+ #: ../admin/social_login.php:652
1791
  #, fuzzy
1792
  msgid "Same page from where user registered"
1793
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1794
 
1795
+ #: ../admin/social_login.php:670
1796
  #, fuzzy
1797
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1798
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1799
 
1800
+ #: ../admin/social_login.php:678
1801
  #, fuzzy
1802
  msgid "Email popup options"
1803
  msgstr "الخيارات"
1804
 
1805
+ #: ../admin/social_login.php:684
1806
  #, fuzzy
1807
  msgid "Text on 'Email required' popup"
1808
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1809
 
1810
+ #: ../admin/social_login.php:694
1811
  #, fuzzy
1812
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1813
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1814
 
1815
+ #: ../admin/social_login.php:703
1816
  #, fuzzy
1817
  msgid "Error message for 'Email required' popup"
1818
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1819
 
1820
+ #: ../admin/social_login.php:713
1821
  #, fuzzy
1822
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1823
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1824
 
1825
+ #: ../admin/social_login.php:722
1826
  #, fuzzy
1827
  msgid "Email popup height"
1828
  msgstr "ارتفاع"
1829
 
1830
+ #: ../admin/social_login.php:732
1831
  #, fuzzy
1832
  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."
1833
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1834
 
1835
+ #: ../admin/social_login.php:740
1836
  #, fuzzy
1837
  msgid "Enable email verification"
1838
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1839
 
1840
+ #: ../admin/social_login.php:750
1841
  #, fuzzy
1842
  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"
1843
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1844
 
1845
+ #: ../admin/social_login.php:766
1846
  #, fuzzy
1847
  msgid "Social Login Shortcode & Widget"
1848
  msgstr "استخدم كود مختصر | Include the shortcode"
1849
 
1850
+ #: ../admin/social_login.php:767
1851
  msgid "Social Linking Shortcode"
1852
  msgstr "الربط الاجتماعي رمز قصير"
1853
 
1891
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1892
  msgstr "في المقطع <strong>مثل الأزرار</strong> ، يمكنك أن تختار ما شابه/+ 1 أزرار وتكوين خيارات لنفسه"
1893
 
1894
+ #: ../admin/like_buttons.php:16
 
 
 
 
 
1895
  #, fuzzy
1896
  msgid "Enable Like Buttons"
1897
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1898
 
1899
+ #: ../admin/like_buttons.php:26
1900
  #, fuzzy
1901
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1902
  msgstr "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
1903
 
1904
+ #: ../admin/like_buttons.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1905
  #, fuzzy
1906
+ msgid "Standard Interface Options"
1907
  msgstr "المشاركات الأفقي"
1908
 
1909
+ #: ../admin/like_buttons.php:53
1910
  #, fuzzy
1911
+ msgid "Enable standard interface"
1912
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1913
 
1914
+ #: ../admin/like_buttons.php:63
1915
  #, fuzzy
1916
  msgid "Master control to enable horizontal like buttons"
1917
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
1918
 
1919
+ #: ../admin/like_buttons.php:88
1920
+ #: ../admin/like_buttons.php:336
1921
  #, fuzzy
1922
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1923
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
1924
 
1925
+ #: ../admin/like_buttons.php:106
1926
  #, fuzzy
1927
  msgid "The text to display above the interface"
1928
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
1929
 
1930
+ #: ../admin/like_buttons.php:114
1931
+ #: ../admin/like_buttons.php:344
1932
  #, fuzzy
1933
  msgid "Select and rearrange providers"
1934
  msgstr "اختر مقالة"
1935
 
1936
+ #: ../admin/like_buttons.php:158
1937
+ #: ../admin/like_buttons.php:387
1938
  #, fuzzy
1939
  msgid "Select the providers for interface. Drag them to rearrange."
1940
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
1941
 
1942
+ #: ../admin/like_buttons.php:180
1943
+ #: ../admin/like_buttons.php:426
1944
  #, fuzzy
1945
  msgid "Horizontal alignment of the interface"
1946
  msgstr "بلا محاذاة"
1947
 
1948
+ #: ../admin/like_buttons.php:201
1949
  #, fuzzy
1950
  msgid "Specify position of the interface with respect to the content"
1951
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
1952
 
1953
+ #: ../admin/like_buttons.php:209
1954
+ #: ../admin/like_buttons.php:492
1955
  #, fuzzy
1956
  msgid "Interface location"
1957
  msgstr "واجهة الموقع"
1958
 
1959
+ #: ../admin/like_buttons.php:219
1960
+ #: ../admin/like_buttons.php:502
1961
  #, fuzzy
1962
  msgid "Excerpts"
1963
  msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
1964
 
1965
+ #: ../admin/like_buttons.php:278
1966
  #, fuzzy
1967
  msgid "Specify the pages where you want to enable interface"
1968
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1969
 
1970
+ #: ../admin/like_buttons.php:295
1971
  #, fuzzy
1972
  msgid "Vertical (Floating) like buttons Options"
1973
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1974
 
1975
+ #: ../admin/like_buttons.php:301
1976
  #, fuzzy
1977
+ msgid "Enable floating like buttons"
1978
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1979
 
1980
+ #: ../admin/like_buttons.php:311
1981
  #, fuzzy
1982
  msgid "Master control to enable vertical (floating) counter widget"
1983
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
1984
 
1985
+ #: ../admin/like_buttons.php:405
1986
  #, fuzzy
1987
  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>"
1988
  msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1989
 
1990
+ #: ../admin/like_buttons.php:445
1991
  #, fuzzy
1992
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1993
  msgstr "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
1994
 
1995
+ #: ../admin/like_buttons.php:465
1996
  #, fuzzy
1997
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1998
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
1999
 
2000
+ #: ../admin/like_buttons.php:484
2001
  #, fuzzy
2002
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
2003
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
2004
 
2005
+ #: ../admin/like_buttons.php:540
2006
  #, fuzzy
2007
  msgid "Specify the pages where you want to enable vertical interface"
2008
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
2009
 
2010
+ #: ../admin/like_buttons.php:548
2011
  msgid "Hide like buttons on mobile devices"
2012
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
2013
 
2014
+ #: ../admin/like_buttons.php:558
2015
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2016
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
2017
 
2018
+ #: ../admin/like_buttons.php:582
2019
+ #, fuzzy
2020
+ msgid "Use shortlinks already installed, for tweet button"
2021
+ msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
2022
+
2023
+ #: ../admin/like_buttons.php:600
2024
+ #, fuzzy
2025
+ msgid "Enable bit.ly url shortener for tweet button"
2026
+ msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2027
+
2028
+ #: ../admin/like_buttons.php:692
2029
+ #, fuzzy, php-format
2030
+ 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)"
2031
+ msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض عدادات. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
2032
+
2033
+ #: ../admin/like_buttons.php:701
2034
+ #, fuzzy
2035
+ msgid "Twitter Username"
2036
+ msgstr "شارك الأخرين عبر تويتر"
2037
+
2038
+ #: ../admin/like_buttons.php:707
2039
+ #, fuzzy
2040
+ msgid "Twitter username for Tweet (without @)"
2041
+ msgstr "قالب بدون %1$s"
2042
+
2043
+ #: ../admin/like_buttons.php:717
2044
+ #, fuzzy
2045
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
2046
+ msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2047
+
2048
+ #: ../admin/like_buttons.php:726
2049
+ #, fuzzy
2050
+ msgid "Twitter username for Buffer sharing (without @)"
2051
+ msgstr "قالب بدون %1$s"
2052
+
2053
+ #: ../admin/like_buttons.php:736
2054
+ #, fuzzy
2055
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
2056
+ msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2057
+
2058
+ #: ../admin/like_buttons.php:753
2059
  #, fuzzy
2060
  msgid "Like Buttons Shortcode & Widget"
2061
  msgstr "استخدم كود مختصر | Include the shortcode"
2065
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
2066
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
2067
 
2068
+ #: ../inc/social_sharing.php:652
2069
  #, fuzzy
2070
  msgid "Invalid request"
2071
  msgstr "طلب غير صحيح"
2072
 
2073
+ #: ../inc/social_sharing.php:659
2074
  #, fuzzy
2075
  msgid "Providers not selected"
2076
  msgstr "محدد | selected"
2232
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2233
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
2234
 
2235
+ #~ msgid "Horizontal sharing"
2236
+ #~ msgstr "المشاركات الأفقي"
2237
+
2238
+ #, fuzzy
2239
+ #~ msgid "Vertical sharing"
2240
+ #~ msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
2241
+
2242
+ #, fuzzy
2243
+ #~ msgid "Sharing Options"
2244
+ #~ msgstr "المشاركات الأفقي"
2245
+
2246
+ #, fuzzy
2247
+ #~ msgid ""
2248
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
2249
+ #~ "Sharing functionality"
2250
+ #~ msgstr ""
2251
+ #~ "عنصر التحكم الرئيسي \"المشاركة الاجتماعية\". يجب إيداعه لتمكين وظيفة "
2252
+ #~ "\"المشاركة الاجتماعية\""
2253
+
2254
+ #, fuzzy
2255
+ #~ msgid "Horizontal interface options"
2256
+ #~ msgstr "المشاركات الأفقي"
2257
+
2258
+ #, fuzzy
2259
+ #~ msgid "Vertical interface options"
2260
+ #~ msgstr "مسافة عمودية"
2261
+
2262
+ #~ msgid "Modernizr"
2263
+ #~ msgstr "Modernizr"
2264
+
2265
+ #~ msgid "Do not load Modernizr JS"
2266
+ #~ msgstr "لا تقم بتحميل Modernizr JS"
2267
+
2268
+ #~ msgid ""
2269
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2270
+ #~ "option"
2271
+ #~ msgstr ""
2272
+ #~ "إذا وجدت المساعد كسر الموضوع الخاص بك، يمكنك محاولة تمكين هذا الخيار"
2273
+
2274
+ #, fuzzy
2275
+ #~ msgid "Print"
2276
+ #~ msgstr "طباعة"
2277
+
2278
+ #, fuzzy
2279
+ #~ msgid "Email"
2280
+ #~ msgstr "البريد الإلكتروني"
2281
+
2282
+ #, fuzzy
2283
+ #~ msgid "Yahoo"
2284
+ #~ msgstr "ياهو ماسنجر"
2285
+
2286
+ #, fuzzy
2287
+ #~ msgid "Reddit"
2288
+ #~ msgstr "ريديت"
2289
+
2290
+ #, fuzzy
2291
+ #~ msgid "Digg"
2292
+ #~ msgstr "ديق"
2293
+
2294
+ #, fuzzy
2295
+ #~ msgid "Delicious"
2296
+ #~ msgstr "لذيذ"
2297
+
2298
+ #, fuzzy
2299
+ #~ msgid "StumbleUpon"
2300
+ #~ msgstr "ستامبل أبون"
2301
+
2302
+ #, fuzzy
2303
+ #~ msgid "Float it"
2304
+ #~ msgstr "تطفو عليه"
2305
+
2306
+ #, fuzzy
2307
+ #~ msgid "Tumblr"
2308
+ #~ msgstr "شارك الأخرين عبر تمبلير"
2309
+
2310
+ #, fuzzy
2311
+ #~ msgid "Pinterest"
2312
+ #~ msgstr "شارك الأخرين عبر بينتريست"
2313
+
2314
+ #, fuzzy
2315
+ #~ msgid "Whatsapp"
2316
+ #~ msgstr "واتس آب"
2317
+
2318
+ #~ msgid "Yummly"
2319
+ #~ msgstr "Yummly"
2320
+
2321
+ #~ msgid "Buffer"
2322
+ #~ msgstr "Buffer"
2323
+
2324
+ #, fuzzy
2325
+ #~ msgid "Select the providers for sharing interface"
2326
+ #~ msgstr "تحديد موفري لتقاسم واجهة"
2327
+
2328
+ #, fuzzy
2329
+ #~ msgid "Sharing location"
2330
+ #~ msgstr "المشاركات الأفقي"
2331
+
2332
+ #, fuzzy
2333
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2334
+ #~ msgstr "إخفاء تقاسم على الأجهزة النقالة"
2335
+
2336
+ #~ msgid ""
2337
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2338
+ #~ msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
2339
+
2340
+ #, fuzzy
2341
+ #~ msgid "Social Sharing Shortcode & Widget"
2342
+ #~ msgstr "استخدم كود مختصر | Include the shortcode"
2343
+
2344
+ #, fuzzy
2345
+ #~ msgid "Like Buttons"
2346
+ #~ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2347
+
2348
  #~ msgid "Options saved successfully"
2349
  #~ msgstr "خيارات تم حفظها بنجاح"
2350
 
2402
  #~ "version or not."
2403
  #~ msgstr "قيمة منطقية تحدد ما إذا كان سيتم عرض النسخة المحسنة للجوال أم لا."
2404
 
 
 
 
 
2405
  #, fuzzy
2406
  #~ msgid "Twitter username in tweet button"
2407
  #~ msgstr "تويتر اسم المستخدم في زر سقسقة"
languages/Super-Socializer-de_DE.mo DELETED
Binary file
languages/Super-Socializer-de_DE.po DELETED
@@ -1,2479 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Super Socializer\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-17 10:41+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:41+0530\n"
7
- "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
- "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
- "Language: es\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.5\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:226
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 "Geben Sie genau die folgende URL in <strong> Webseite </ strong> und <strong> Callback URL </ strong> Optionen in der Twitter-App (siehe Schritt 3% s)"
23
-
24
- #: ../super_socializer.php:229
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 "Stellen Sie sicher, cURL auf Ihre Website-Server aktiviert. Möglicherweise müssen Sie den Server-Administrator Ihrer Website kontaktieren, um dies zu überprüfen"
27
-
28
- #: ../super_socializer.php:399
29
- msgid "Please verify your email address to login."
30
- msgstr "Bitte best&auml;tigen Sie ihre E-Mail Adresse, um sich einzuloggen"
31
-
32
- #: ../super_socializer.php:399
33
- msgid "Your email has been verified. Now you can login to your account"
34
- msgstr "Ihre E-Mail Adresse wurde erfolgreich best&auml;tigt. Sie k&ouml;nnen sich nun einloggen."
35
-
36
- #: ../super_socializer.php:403
37
- msgid "Notification"
38
- msgstr "Benachrichtigung"
39
-
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
- msgid "Email required"
43
- msgstr "Bitte geben Sie eine g&uuml;ltige E-Mail Adresse an."
44
-
45
- #: ../super_socializer.php:425
46
- msgid "Please check your email inbox to complete the registration."
47
- msgstr "&Uuml;berpr&uuml;fen Sie ihren Posteingang, um die Registrierung zu vollenden."
48
-
49
- #: ../super_socializer.php:438
50
- msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
- msgstr "Führen Sie die Schritte 11 und 12 bei Google App-Konfigurationsseite, um zu öffnen"
52
-
53
- #: ../super_socializer.php:515
54
- msgid "Leave a reply"
55
- msgstr "Hinterlasse eine Antwort"
56
-
57
- #: ../super_socializer.php:606
58
- #, fuzzy
59
- msgid "Super Socializer - Social Avatar"
60
- msgstr "Super Socializer - Login"
61
-
62
- #: ../super_socializer.php:609
63
- msgid "Small Avatar Url"
64
- msgstr "Kleine Avatar Url"
65
-
66
- #: ../super_socializer.php:614
67
- #, fuzzy
68
- msgid "Large Avatar Url"
69
- msgstr "Ziel-URL"
70
-
71
- #: ../super_socializer.php:647
72
- msgid "Email you entered is already registered or invalid"
73
- msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
74
-
75
- #: ../super_socializer.php:651
76
- msgid "Please enter a valid email address. You might be required to verify it"
77
- msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
78
-
79
- #: ../helper.php:8
80
- #, fuzzy
81
- msgid "Settings saved"
82
- msgstr "Configuración"
83
-
84
- #: ../helper.php:8
85
- msgid "Dismiss this notice"
86
- msgstr "Entlassen Sie diese Mitteilung"
87
-
88
- #: ../helper.php:150
89
- msgid "Click to show help"
90
- msgstr "Für Hilfe zeigen"
91
-
92
- #: ../helper.php:150
93
- msgid "Click to hide help"
94
- msgstr "Für Hilfe verbergen"
95
-
96
- #: ../helper.php:190
97
- msgid "Settings"
98
- msgstr "Configuración"
99
-
100
- #: ../helper.php:514
101
- msgid "Account linked successfully"
102
- msgstr "Konto erfolgreich verbunden"
103
-
104
- #: ../helper.php:518
105
- msgid "Account already exists or linked"
106
- msgstr "Konto bereits vorhanden oder verknüpft"
107
-
108
- #: ../helper.php:527
109
- #, fuzzy
110
- msgid "You are already connected with"
111
- msgstr "Sie sind bereit, ihre Website so sozialisieren"
112
-
113
- #: ../helper.php:527
114
- msgid "as primary social network"
115
- msgstr "als primäre soziale Netz"
116
-
117
- #: ../helper.php:542
118
- msgid "Link your social account to login to your account at this website"
119
- msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
120
-
121
- #: ../helper.php:579
122
- msgid "Currently"
123
- msgstr "zur Zeit"
124
-
125
- #: ../helper.php:579
126
- msgid "Remove"
127
- msgstr "entfernen"
128
-
129
- #: ../helper.php:680
130
- msgid "Disable Horizontal Social Sharing on this "
131
- msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
132
-
133
- #: ../helper.php:685
134
- msgid "Disable Vertical Social Sharing on this "
135
- msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
136
-
137
- #: ../helper.php:690
138
- #, fuzzy
139
- msgid "Disable Horizontal like buttons on this "
140
- msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
141
-
142
- #: ../helper.php:695
143
- #, fuzzy
144
- msgid "Disable Vertical like buttons on this "
145
- msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
146
-
147
- #: ../helper.php:700
148
- #, fuzzy
149
- msgid "Disable Social Commenting on this "
150
- msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
151
-
152
- #: ../helper.php:709
153
- #, fuzzy
154
- msgid "Horizontal sharing"
155
- msgstr "Horizontale Anzeige"
156
-
157
- #: ../helper.php:715
158
- #: ../helper.php:734
159
- #, fuzzy
160
- msgid "Starting share count for "
161
- msgstr "conteos muestran acciones"
162
-
163
- #: ../helper.php:728
164
- #, fuzzy
165
- msgid "Vertical sharing"
166
- msgstr "Social Sharing"
167
-
168
- #: ../helper.php:820
169
- #, fuzzy
170
- msgid "Social Avatar"
171
- msgstr "Kleine Avatar Url"
172
-
173
- #: ../helper.php:823
174
- msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
175
- msgstr ""
176
-
177
- #: ../helper.php:824
178
- msgid "Update social avatar, next time I Social Login"
179
- msgstr ""
180
-
181
- #: ../helper.php:827
182
- #, fuzzy
183
- msgid "Small Avatar"
184
- msgstr "Kleine Avatar Url"
185
-
186
- #: ../helper.php:831
187
- #, fuzzy
188
- msgid "Large Avatar"
189
- msgstr "Ziel-URL"
190
-
191
- #: ../helper.php:835
192
- #: ../admin/social_sharing.php:1259
193
- #: ../admin/social_commenting.php:457
194
- #: ../admin/social_login.php:785
195
- #: ../admin/like_buttons.php:732
196
- msgid "Save Changes"
197
- msgstr "&Auml;nderungen speichern"
198
-
199
- #: ../admin/help.php:4
200
- msgid "About"
201
- msgstr "über"
202
-
203
- #: ../admin/help.php:4
204
- msgid "Version"
205
- msgstr "Version"
206
-
207
- #: ../admin/help.php:6
208
- msgid "by"
209
- msgstr "von"
210
-
211
- #: ../admin/help.php:7
212
- 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"
213
- msgstr "Wir sind ein kreatives Team mit einzigartigen Ideen im Kopf und Service im Herzen. Wir lieben, was wir tun. Für mehr Informationen besuchen Sie uns auf"
214
-
215
- #: ../admin/help.php:18
216
- msgid "Plugin Demo"
217
- msgstr "Plugin Demo"
218
-
219
- #: ../admin/help.php:24
220
- msgid "Integrate Social Sharing with Google Analytics"
221
- msgstr ""
222
-
223
- #: ../admin/help.php:30
224
- msgid "Boost sharing by awarding points"
225
- msgstr "Steigern Sharing durch die Vergabe von Punkten"
226
-
227
- #: ../admin/help.php:36
228
- msgid "Award points for Social Login"
229
- msgstr "Auszeichnung Punkte für Sozial Anmelden"
230
-
231
- #: ../admin/help.php:42
232
- msgid "Other Add-ons"
233
- msgstr ""
234
-
235
- #: ../admin/help.php:47
236
- msgid "Need Help?"
237
- msgstr "Brauche Hilfe?"
238
-
239
- #: ../admin/help.php:49
240
- #, fuzzy
241
- 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>"
242
- msgstr "Wenn Sie benutzerdefinierte Funktionen im Plugin möchten, kann ich für Sie tun. Schreiben Sie mir einfach eine E-Mail an <a href=\"mailto:lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a>"
243
-
244
- #: ../admin/help.php:54
245
- #, fuzzy
246
- msgid "Support Us"
247
- msgstr "Unterstützung"
248
-
249
- #: ../admin/help.php:57
250
- #: ../admin/help.php:60
251
- #: ../admin/help.php:61
252
- #: ../admin/help.php:62
253
- #: ../admin/help.php:63
254
- #: ../admin/help.php:64
255
- msgid "Rate 5-star"
256
- msgstr "Bewerten Sie 5-Sterne-"
257
-
258
- #: ../admin/help.php:72
259
- #: ../admin/social_sharing.php:437
260
- #: ../admin/social_sharing.php:814
261
- #: ../admin/social_login.php:84
262
- msgid "Facebook"
263
- msgstr ""
264
-
265
- #: ../admin/social_sharing.php:11
266
- #: ../admin/social_sharing.php:22
267
- #: ../admin/social_login.php:9
268
- #: ../admin/social_login.php:17
269
- #: ../admin/like_buttons.php:11
270
- #: ../admin/like_buttons.php:19
271
- msgid "Basic Configuration"
272
- msgstr "Allgemeine Einstellungen"
273
-
274
- #: ../admin/social_sharing.php:12
275
- #, fuzzy
276
- msgid "Sharing Interface"
277
- msgstr "Horizontale Freigabe Schnittstellenoptionen"
278
-
279
- #: ../admin/social_sharing.php:13
280
- #, fuzzy
281
- msgid "Sharing Options"
282
- msgstr "Position der Leiste"
283
-
284
- #: ../admin/social_sharing.php:14
285
- #: ../admin/social_sharing.php:1214
286
- #: ../admin/social_login.php:11
287
- #: ../admin/social_login.php:773
288
- #: ../admin/like_buttons.php:13
289
- #: ../admin/like_buttons.php:721
290
- msgid "Shortcode & Widget"
291
- msgstr "Widgets und shortcodes"
292
-
293
- #: ../admin/social_sharing.php:15
294
- msgid "Troubleshooter"
295
- msgstr "Störungssucher"
296
-
297
- #: ../admin/social_sharing.php:16
298
- #: ../admin/social_sharing.php:1245
299
- #: ../admin/social_commenting.php:12
300
- #: ../admin/social_commenting.php:446
301
- msgid "FAQ"
302
- msgstr "FAQ"
303
-
304
- #: ../admin/social_sharing.php:28
305
- msgid "Enable Social Sharing"
306
- msgstr "Soziales Teilen aktivieren"
307
-
308
- #: ../admin/social_sharing.php:38
309
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
310
- msgstr "Soziales Teilen aktivieren"
311
-
312
- #: ../admin/social_sharing.php:46
313
- msgid "Delete all the options on plugin deletion"
314
- msgstr "Löschen Sie alle Optionen auf Plugin Löschen"
315
-
316
- #: ../admin/social_sharing.php:56
317
- 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."
318
- msgstr "Falls aktiviert, wird Plugin-Optionen gelöscht, wenn Plugin gelöscht / deinstalliert, und Sie müssen, um die Optionen neu konfigurieren, wenn Sie das nächste Mal Plugin installieren."
319
-
320
- #: ../admin/social_sharing.php:71
321
- #, fuzzy
322
- msgid "Horizontal interface options"
323
- msgstr "Horizontale Freigabe Schnittstellenoptionen"
324
-
325
- #: ../admin/social_sharing.php:77
326
- #: ../admin/social_sharing.php:155
327
- msgid "Shape"
328
- msgstr "Form"
329
-
330
- #: ../admin/social_sharing.php:85
331
- #: ../admin/social_sharing.php:163
332
- msgid "Round"
333
- msgstr "Runde"
334
-
335
- #: ../admin/social_sharing.php:87
336
- #: ../admin/social_sharing.php:165
337
- msgid "Square"
338
- msgstr "Quadrat"
339
-
340
- #: ../admin/social_sharing.php:94
341
- #: ../admin/social_sharing.php:172
342
- #, fuzzy
343
- msgid "Shape of the sharing icons"
344
- msgstr "conteos muestran acciones"
345
-
346
- #: ../admin/social_sharing.php:102
347
- #: ../admin/social_sharing.php:180
348
- msgid "Size (in pixels)"
349
- msgstr "Größe (in Pixel)"
350
-
351
- #: ../admin/social_sharing.php:120
352
- #: ../admin/social_sharing.php:198
353
- #, fuzzy
354
- msgid "Size of the sharing icons"
355
- msgstr "Horizontale Anzeige des \"Teilen\" Elements"
356
-
357
- #: ../admin/social_sharing.php:127
358
- #: ../admin/social_sharing.php:205
359
- msgid "Icon Preview"
360
- msgstr "Icon Vorschau"
361
-
362
- #: ../admin/social_sharing.php:141
363
- #: ../admin/social_sharing.php:219
364
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
365
- msgstr "Vergessen Sie nicht, die Konfiguration nach Änderungen durch Klicken auf die Schaltfläche Speichern unter speichern"
366
-
367
- #: ../admin/social_sharing.php:149
368
- #, fuzzy
369
- msgid "Vertical interface options"
370
- msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
371
-
372
- #: ../admin/social_sharing.php:233
373
- msgid "Modernizr"
374
- msgstr ""
375
-
376
- #: ../admin/social_sharing.php:239
377
- msgid "Do not load Modernizr JS"
378
- msgstr "Modernizr JS nicht geladen"
379
-
380
- #: ../admin/social_sharing.php:249
381
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
382
- msgstr "Wenn Sie das Plugin finden, brechen Sie Ihr Thema, können Sie versuchen, diese Option aktivieren"
383
-
384
- #: ../admin/social_sharing.php:258
385
- #: ../admin/like_buttons.php:51
386
- #, fuzzy
387
- msgid "Url shortener"
388
- msgstr "bit.ly url acortador"
389
-
390
- #: ../admin/social_sharing.php:264
391
- msgid "Use shortlinks already installed"
392
- msgstr "Verwenden Short bereits installiert"
393
-
394
- #: ../admin/social_sharing.php:274
395
- #: ../admin/like_buttons.php:67
396
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
397
- msgstr "Ermöglicht verkürzte URLs beim Teilen von Inhalten, wenn eine Verkürzung Plugin installiert ist, um verwendet werden"
398
-
399
- #: ../admin/social_sharing.php:282
400
- msgid "Enable bit.ly url shortener for sharing"
401
- msgstr "Aktivieren bit.ly URL Shortener für die gemeinsame Nutzung"
402
-
403
- #: ../admin/social_sharing.php:292
404
- #: ../admin/like_buttons.php:85
405
- msgid "Master control to enable bit.ly url shortening for sharing"
406
- msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
407
-
408
- #: ../admin/social_sharing.php:300
409
- #: ../admin/like_buttons.php:93
410
- msgid "bit.ly username"
411
- msgstr "bit.ly Benutzername"
412
-
413
- #: ../admin/social_sharing.php:310
414
- #: ../admin/like_buttons.php:103
415
- #, php-format
416
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
417
- msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
418
-
419
- #: ../admin/social_sharing.php:319
420
- #: ../admin/like_buttons.php:112
421
- msgid "bit.ly API Key"
422
- msgstr "bit.ly API Key"
423
-
424
- #: ../admin/social_sharing.php:329
425
- #: ../admin/like_buttons.php:122
426
- #, php-format
427
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
428
- msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
429
-
430
- #: ../admin/social_sharing.php:339
431
- msgid "Twitter username in sharing"
432
- msgstr "Twitter Benutzername in Sharing"
433
-
434
- #: ../admin/social_sharing.php:345
435
- msgid "Twitter username (without @)"
436
- msgstr "Twitter Benutzername (ohne @)"
437
-
438
- #: ../admin/social_sharing.php:355
439
- 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."
440
- msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
441
-
442
- #: ../admin/social_sharing.php:365
443
- msgid "Horizontal Sharing Interface Options"
444
- msgstr "Horizontale Freigabe Schnittstellenoptionen"
445
-
446
- #: ../admin/social_sharing.php:371
447
- msgid "Enable horizontal sharing interface"
448
- msgstr "Aktivieren Sie horizontal Sharing-Schnittstelle"
449
-
450
- #: ../admin/social_sharing.php:381
451
- msgid "Master control to enable horizontal sharing"
452
- msgstr "Master-Regler auf horizontale Freigabe aktivieren"
453
-
454
- #: ../admin/social_sharing.php:391
455
- #: ../admin/social_sharing.php:786
456
- #: ../admin/like_buttons.php:227
457
- #: ../admin/like_buttons.php:468
458
- msgid "Target Url"
459
- msgstr "Ziel-URL"
460
-
461
- #: ../admin/social_sharing.php:395
462
- #: ../admin/social_sharing.php:790
463
- #: ../admin/like_buttons.php:231
464
- #: ../admin/like_buttons.php:472
465
- msgid "Url of the webpage where icons are located (default)"
466
- msgstr "URL der Webseite an, Symbolen befinden (Standard)"
467
-
468
- #: ../admin/social_sharing.php:397
469
- #: ../admin/social_sharing.php:792
470
- #: ../admin/like_buttons.php:233
471
- #: ../admin/like_buttons.php:474
472
- msgid "Url of the homepage of your website"
473
- msgstr "URL der Homepage Ihrer Website"
474
-
475
- #: ../admin/social_sharing.php:399
476
- #: ../admin/social_sharing.php:794
477
- #: ../admin/like_buttons.php:235
478
- #: ../admin/like_buttons.php:476
479
- msgid "Custom url"
480
- msgstr "Spezielle URL"
481
-
482
- #: ../admin/social_sharing.php:406
483
- #: ../admin/social_sharing.php:801
484
- msgid "Url to share"
485
- msgstr "URL zu teilen"
486
-
487
- #: ../admin/social_sharing.php:414
488
- #: ../admin/social_login.php:352
489
- #: ../admin/like_buttons.php:250
490
- msgid "Title"
491
- msgstr "Titel"
492
-
493
- #: ../admin/social_sharing.php:424
494
- msgid "The text to display above the sharing interface"
495
- msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
496
-
497
- #: ../admin/social_sharing.php:432
498
- #: ../admin/social_sharing.php:809
499
- #: ../admin/social_login.php:79
500
- msgid "Select providers"
501
- msgstr "Anbieter ausw&auml;hlen"
502
-
503
- #: ../admin/social_sharing.php:442
504
- #: ../admin/social_sharing.php:819
505
- #: ../admin/social_login.php:88
506
- msgid "Twitter"
507
- msgstr ""
508
-
509
- #: ../admin/social_sharing.php:447
510
- #: ../admin/social_sharing.php:824
511
- #: ../admin/social_login.php:92
512
- msgid "LinkedIn"
513
- msgstr ""
514
-
515
- #: ../admin/social_sharing.php:452
516
- #: ../admin/social_sharing.php:829
517
- #: ../admin/social_login.php:96
518
- msgid "Google+"
519
- msgstr ""
520
-
521
- #: ../admin/social_sharing.php:457
522
- #: ../admin/social_sharing.php:834
523
- msgid "Print"
524
- msgstr "Druck"
525
-
526
- #: ../admin/social_sharing.php:462
527
- #: ../admin/social_sharing.php:839
528
- msgid "Email"
529
- msgstr ""
530
-
531
- #: ../admin/social_sharing.php:467
532
- #: ../admin/social_sharing.php:844
533
- msgid "Yahoo"
534
- msgstr ""
535
-
536
- #: ../admin/social_sharing.php:472
537
- #: ../admin/social_sharing.php:849
538
- msgid "Reddit"
539
- msgstr ""
540
-
541
- #: ../admin/social_sharing.php:477
542
- #: ../admin/social_sharing.php:854
543
- msgid "Digg"
544
- msgstr ""
545
-
546
- #: ../admin/social_sharing.php:482
547
- #: ../admin/social_sharing.php:859
548
- msgid "Delicious"
549
- msgstr ""
550
-
551
- #: ../admin/social_sharing.php:487
552
- #: ../admin/social_sharing.php:864
553
- msgid "StumbleUpon"
554
- msgstr ""
555
-
556
- #: ../admin/social_sharing.php:492
557
- #: ../admin/social_sharing.php:869
558
- msgid "Float it"
559
- msgstr ""
560
-
561
- #: ../admin/social_sharing.php:497
562
- #: ../admin/social_sharing.php:874
563
- msgid "Tumblr"
564
- msgstr ""
565
-
566
- #: ../admin/social_sharing.php:502
567
- #: ../admin/social_sharing.php:879
568
- #: ../admin/social_login.php:100
569
- msgid "Vkontakte"
570
- msgstr ""
571
-
572
- #: ../admin/social_sharing.php:507
573
- #: ../admin/social_sharing.php:884
574
- msgid "Pinterest"
575
- msgstr ""
576
-
577
- #: ../admin/social_sharing.php:512
578
- #: ../admin/social_sharing.php:889
579
- #: ../admin/social_login.php:108
580
- msgid "Xing"
581
- msgstr ""
582
-
583
- #: ../admin/social_sharing.php:517
584
- #: ../admin/social_sharing.php:894
585
- msgid "Whatsapp"
586
- msgstr ""
587
-
588
- #: ../admin/social_sharing.php:522
589
- #: ../admin/social_sharing.php:899
590
- msgid "Yummly"
591
- msgstr ""
592
-
593
- #: ../admin/social_sharing.php:527
594
- #: ../admin/social_sharing.php:904
595
- msgid "Buffer"
596
- msgstr ""
597
-
598
- #: ../admin/social_sharing.php:535
599
- #: ../admin/social_sharing.php:912
600
- msgid "Select the providers for sharing interface"
601
- msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
602
-
603
- #: ../admin/social_sharing.php:543
604
- #: ../admin/social_sharing.php:920
605
- msgid "Rearrange icons"
606
- msgstr "Reihenfolge der Icons &auml;ndern"
607
-
608
- #: ../admin/social_sharing.php:575
609
- #: ../admin/social_sharing.php:952
610
- msgid "Drag the icons to rearrange in desired order"
611
- msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
612
-
613
- #: ../admin/social_sharing.php:583
614
- #: ../admin/social_sharing.php:978
615
- #: ../admin/like_buttons.php:320
616
- #: ../admin/like_buttons.php:560
617
- msgid "Horizontal alignment"
618
- msgstr "Horizontale Anzeige"
619
-
620
- #: ../admin/social_sharing.php:587
621
- #: ../admin/social_sharing.php:982
622
- #: ../admin/like_buttons.php:324
623
- #: ../admin/like_buttons.php:564
624
- msgid "Left"
625
- msgstr "izquierda"
626
-
627
- #: ../admin/social_sharing.php:588
628
- #: ../admin/like_buttons.php:325
629
- msgid "Center"
630
- msgstr "Zentrum"
631
-
632
- #: ../admin/social_sharing.php:589
633
- #: ../admin/social_sharing.php:983
634
- #: ../admin/like_buttons.php:326
635
- #: ../admin/like_buttons.php:565
636
- msgid "Right"
637
- msgstr "rechts"
638
-
639
- #: ../admin/social_sharing.php:597
640
- #: ../admin/social_sharing.php:991
641
- msgid "Horizontal alignment of the sharing interface"
642
- msgstr "Horizontale Anzeige des \"Teilen\" Elements"
643
-
644
- #: ../admin/social_sharing.php:605
645
- #: ../admin/like_buttons.php:342
646
- msgid "Position with respect to content"
647
- msgstr "Relative Position zum Inhalt"
648
-
649
- #: ../admin/social_sharing.php:609
650
- #: ../admin/like_buttons.php:346
651
- msgid "Top of the content"
652
- msgstr "&Uuml;ber dem Inhalt"
653
-
654
- #: ../admin/social_sharing.php:611
655
- #: ../admin/like_buttons.php:348
656
- msgid "Bottom of the content"
657
- msgstr "Unter dem Inhalt"
658
-
659
- #: ../admin/social_sharing.php:618
660
- msgid "Specify position of the sharing interface with respect to the content"
661
- msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
662
-
663
- #: ../admin/social_sharing.php:626
664
- #: ../admin/social_sharing.php:1057
665
- msgid "Sharing location"
666
- msgstr "Position der Leiste"
667
-
668
- #: ../admin/social_sharing.php:630
669
- #: ../admin/social_sharing.php:1061
670
- #: ../admin/social_login.php:633
671
- #: ../admin/social_login.php:663
672
- #: ../admin/like_buttons.php:367
673
- #: ../admin/like_buttons.php:643
674
- msgid "Homepage"
675
- msgstr "Startseite"
676
-
677
- #: ../admin/social_sharing.php:632
678
- #: ../admin/social_sharing.php:1063
679
- #: ../admin/like_buttons.php:369
680
- #: ../admin/like_buttons.php:645
681
- msgid "Posts"
682
- msgstr "Beitrag"
683
-
684
- #: ../admin/social_sharing.php:634
685
- #: ../admin/social_sharing.php:1065
686
- #: ../admin/like_buttons.php:371
687
- #: ../admin/like_buttons.php:647
688
- msgid "Pages"
689
- msgstr "Seite"
690
-
691
- #: ../admin/social_sharing.php:636
692
- #: ../admin/social_sharing.php:1067
693
- msgid "Excerpts (at Homepage)"
694
- msgstr ""
695
-
696
- #: ../admin/social_sharing.php:638
697
- #: ../admin/social_sharing.php:1069
698
- #: ../admin/like_buttons.php:375
699
- #: ../admin/like_buttons.php:651
700
- msgid "Category Archives"
701
- msgstr "Archivos de la categoría"
702
-
703
- #: ../admin/social_sharing.php:640
704
- #: ../admin/social_sharing.php:1071
705
- #: ../admin/like_buttons.php:377
706
- #: ../admin/like_buttons.php:653
707
- msgid "Archive Pages (Category, Tag, Author or Date based pages)"
708
- msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
709
-
710
- #: ../admin/social_sharing.php:656
711
- #: ../admin/like_buttons.php:393
712
- #, fuzzy
713
- msgid "BuddyPress activity"
714
- msgstr "Buddypress Aktivität und Gruppen"
715
-
716
- #: ../admin/social_sharing.php:658
717
- #: ../admin/like_buttons.php:396
718
- msgid "BuddyPress group (only at top of content)"
719
- msgstr ""
720
-
721
- #: ../admin/social_sharing.php:664
722
- #: ../admin/social_sharing.php:1093
723
- #: ../admin/like_buttons.php:403
724
- #: ../admin/like_buttons.php:674
725
- msgid "BBPress forum"
726
- msgstr "BBPress Forum"
727
-
728
- #: ../admin/social_sharing.php:667
729
- #: ../admin/social_sharing.php:1096
730
- #: ../admin/like_buttons.php:406
731
- #: ../admin/like_buttons.php:677
732
- msgid "BBPress topic"
733
- msgstr "BBPress topic"
734
-
735
- #: ../admin/social_sharing.php:670
736
- #: ../admin/like_buttons.php:409
737
- msgid "BBPress reply"
738
- msgstr "BBPress reply"
739
-
740
- #: ../admin/social_sharing.php:677
741
- #: ../admin/like_buttons.php:415
742
- msgid "After individual product at WooCommerce Shop page"
743
- msgstr "Nach einzelnen Produkt WooCommerce Shop-Seite"
744
-
745
- #: ../admin/social_sharing.php:680
746
- #: ../admin/like_buttons.php:418
747
- msgid "WooCommerce Product Page"
748
- msgstr "WooCommerce Product Page"
749
-
750
- #: ../admin/social_sharing.php:683
751
- #: ../admin/like_buttons.php:421
752
- msgid "WooCommerce Thankyou Page"
753
- msgstr "WooCommerce Thankyou Seite"
754
-
755
- #: ../admin/social_sharing.php:694
756
- msgid "Specify the pages where you want to enable Sharing interface"
757
- msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
758
-
759
- #: ../admin/social_sharing.php:702
760
- #: ../admin/social_sharing.php:1114
761
- msgid "Show share counts"
762
- msgstr "conteos muestran acciones"
763
-
764
- #: ../admin/social_sharing.php:712
765
- #: ../admin/social_sharing.php:1124
766
- msgid "If enabled, share counts are displayed above sharing icons."
767
- msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
768
-
769
- #: ../admin/social_sharing.php:721
770
- #: ../admin/social_sharing.php:1133
771
- #, fuzzy
772
- msgid "Show total shares"
773
- msgstr "conteos muestran acciones"
774
-
775
- #: ../admin/social_sharing.php:731
776
- #: ../admin/social_sharing.php:1143
777
- #, fuzzy
778
- msgid "If enabled, total shares will be displayed with sharing icons"
779
- msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
780
-
781
- #: ../admin/social_sharing.php:740
782
- #: ../admin/social_sharing.php:1152
783
- #, fuzzy
784
- msgid "Enable 'More' icon"
785
- msgstr "Email Verifizierung aktivieren"
786
-
787
- #: ../admin/social_sharing.php:750
788
- #: ../admin/social_sharing.php:1162
789
- msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
790
- msgstr "Falls aktiviert, wird Symbol \"More \" nach ausgewählten Sharing Symbole angezeigt werden, die zusätzliche Tauschbörsen im Popup zeigt"
791
-
792
- #: ../admin/social_sharing.php:760
793
- msgid "Vertical (Floating) Sharing Interface Options"
794
- msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
795
-
796
- #: ../admin/social_sharing.php:766
797
- msgid "Enable vertical (floating) sharing interface"
798
- msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
799
-
800
- #: ../admin/social_sharing.php:776
801
- msgid "Master control to enable vertical (floating) sharing widget"
802
- msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
803
-
804
- #: ../admin/social_sharing.php:960
805
- #: ../admin/like_buttons.php:542
806
- msgid "Background Color"
807
- msgstr "color de fondo"
808
-
809
- #: ../admin/social_sharing.php:970
810
- 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>"
811
- msgstr "Geben Sie die Farbe oder Hex-Code (zB # cc78e0) für den Hintergrund der vertikalen Austausch bar. Leer lassen für transparent. Sie können den Hex-Code des gewünschten Farbe von <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> diesen Link </a> erhalten"
812
-
813
- #: ../admin/social_sharing.php:1000
814
- #: ../admin/like_buttons.php:582
815
- msgid "Left offset"
816
- msgstr "desplazamiento izquierda"
817
-
818
- #: ../admin/social_sharing.php:1010
819
- #, fuzzy
820
- 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."
821
- msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
822
-
823
- #: ../admin/social_sharing.php:1020
824
- #: ../admin/like_buttons.php:602
825
- msgid "Right offset"
826
- msgstr "Versatz nach rechts"
827
-
828
- #: ../admin/social_sharing.php:1030
829
- #, fuzzy
830
- 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."
831
- msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
832
-
833
- #: ../admin/social_sharing.php:1039
834
- #: ../admin/like_buttons.php:621
835
- msgid "Top offset"
836
- msgstr "superior compensar"
837
-
838
- #: ../admin/social_sharing.php:1049
839
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
840
- msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
841
-
842
- #: ../admin/social_sharing.php:1085
843
- #: ../admin/like_buttons.php:667
844
- #, fuzzy
845
- msgid "BuddyPress group"
846
- msgstr "Buddypress Profilseite"
847
-
848
- #: ../admin/social_sharing.php:1106
849
- msgid "Specify the pages where you want to enable vertical Sharing interface"
850
- msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
851
-
852
- #: ../admin/social_sharing.php:1170
853
- #, fuzzy
854
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
855
- msgstr "Ausblenden teilen auf mobilen Geräten"
856
-
857
- #: ../admin/social_sharing.php:1180
858
- #, fuzzy
859
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
860
- msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
861
-
862
- #: ../admin/social_sharing.php:1189
863
- msgid "Hide sharing on mobile devices"
864
- msgstr "Ausblenden teilen auf mobilen Geräten"
865
-
866
- #: ../admin/social_sharing.php:1199
867
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
868
- msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
869
-
870
- #: ../admin/social_sharing.php:1216
871
- #, fuzzy
872
- msgid "Social Sharing Shortcode & Widget"
873
- msgstr "Widgets und shortcodes"
874
-
875
- #: ../admin/social_sharing.php:1226
876
- msgid "Facebook Sharing Troubleshooter"
877
- msgstr "Facebook Sharing-Ratgeber"
878
-
879
- #: ../admin/social_sharing.php:1231
880
- 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:"
881
- msgstr "Wenn Facebook-Sharing ist nicht gut arbeiten, klicken Sie auf den folgenden Link, und geben Sie den problematischen url (wo Facebook-Sharing funktioniert nicht richtig) Ihrer Website in das Textfeld ein:"
882
-
883
- #: ../admin/social_sharing.php:1247
884
- msgid "How can I show share counts of my website rather than of individual pages/posts?"
885
- msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
886
-
887
- #: ../admin/social_sharing.php:1248
888
- #, fuzzy
889
- msgid "How can I disable sharing on particular page/post?"
890
- msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
891
-
892
- #: ../admin/social_sharing.php:1249
893
- msgid "How can I specify minimum sharing count for sharing networks?"
894
- msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
895
-
896
- #: ../admin/social_commenting.php:10
897
- #, fuzzy
898
- msgid "Social Commenting"
899
- msgstr "Comentarios Facebook"
900
-
901
- #: ../admin/social_commenting.php:11
902
- #: ../admin/social_commenting.php:434
903
- msgid "Shortcode"
904
- msgstr "Shortcodes"
905
-
906
- #: ../admin/social_commenting.php:18
907
- #, fuzzy
908
- msgid "General Options"
909
- msgstr "Position der Leiste"
910
-
911
- #: ../admin/social_commenting.php:24
912
- #, fuzzy
913
- msgid "Enable Social Commenting"
914
- msgstr "Aktivieren Social Counter"
915
-
916
- #: ../admin/social_commenting.php:34
917
- #, fuzzy
918
- msgid "Master control to enable Social Commenting"
919
- msgstr "Master-Regler auf horizontale Freigabe aktivieren"
920
-
921
- #: ../admin/social_commenting.php:42
922
- msgid "Order of tabs in commenting interface"
923
- msgstr "Reihenfolge der Registerkarten in kommentieren Schnittstelle"
924
-
925
- #: ../admin/social_commenting.php:52
926
- msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
927
- msgstr "Bestellung der im sozialen kommentieren Schnittstelle gezeigt Registerkarten. Der Standardwert ist wordpress,facebook,googleplus,disqus"
928
-
929
- #: ../admin/social_commenting.php:60
930
- msgid "Comment area label"
931
- msgstr "Kommentarbereich Label"
932
-
933
- #: ../admin/social_commenting.php:70
934
- #, fuzzy
935
- msgid "Label for comment area"
936
- msgstr "Facebook kommentiert"
937
-
938
- #: ../admin/social_commenting.php:83
939
- #, fuzzy
940
- msgid "Enable Social Commenting at"
941
- msgstr "Aktivieren Social Counter"
942
-
943
- #: ../admin/social_commenting.php:102
944
- #, fuzzy
945
- msgid "Specify the page/post groups where you want to enable Social Commenting"
946
- msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
947
-
948
- #: ../admin/social_commenting.php:113
949
- msgid "HTML ID of comment form container"
950
- msgstr "HTML ID des Kommentarformulars Behälter"
951
-
952
- #: ../admin/social_commenting.php:123
953
- 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."
954
- msgstr "HTML-ID des Container-Element des Standardkommentarformular Frontend. Leer lassen für Standard-ID - \"respond\". Sie müssen sie angeben, ob Standard-Kommentarfunktion ist erscheinen und Sozial kommentierte ist nicht immer am Front-End Ihrer Website aktiviert."
955
-
956
- #: ../admin/social_commenting.php:133
957
- msgid "Labels"
958
- msgstr ""
959
-
960
- #: ../admin/social_commenting.php:138
961
- #, fuzzy
962
- msgid "Label for WordPress Commenting tab"
963
- msgstr "WordPress Comentarios"
964
-
965
- #: ../admin/social_commenting.php:147
966
- #, fuzzy
967
- msgid "Label for Facebook Commenting tab"
968
- msgstr "Facebook Kommentarfunktion aktivieren"
969
-
970
- #: ../admin/social_commenting.php:156
971
- #, fuzzy
972
- msgid "Label for G+ Commenting tab"
973
- msgstr "Facebook kommentiert"
974
-
975
- #: ../admin/social_commenting.php:165
976
- msgid "Label for Disqus Commenting tab"
977
- msgstr "Label für kommentierte Registerkarte Disqus"
978
-
979
- #: ../admin/social_commenting.php:176
980
- msgid "Facebook Commenting Options"
981
- msgstr "Einstellungen der Facebook Kommentarfunktion"
982
-
983
- #: ../admin/social_commenting.php:182
984
- #, fuzzy
985
- msgid "Enable Facebook Comments notification and moderation"
986
- msgstr "Facebook Kommentarfunktion aktivieren"
987
-
988
- #: ../admin/social_commenting.php:190
989
- #: ../admin/social_commenting.php:200
990
- msgid "Enable Facebook Commenting"
991
- msgstr "Facebook Kommentarfunktion aktivieren"
992
-
993
- #: ../admin/social_commenting.php:208
994
- #: ../admin/social_commenting.php:366
995
- msgid "Url to comment on"
996
- msgstr "URL, die kommentiert werden soll"
997
-
998
- #: ../admin/social_commenting.php:218
999
- 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."
1000
- msgstr "Die absolute URL, die Kommentare vorhanden dauerhaft zugeordnet werden. Geschichten auf Facebook über Kommentare vorhanden, wird auf diese URL zu verknüpfen. <br/> Wenn leer <strong> (empfohlen) </ strong>, URL der Webseite verwendet, bei der Kommentierung aktiviert ist."
1001
-
1002
- #: ../admin/social_commenting.php:226
1003
- #: ../admin/social_commenting.php:348
1004
- msgid "Width"
1005
- msgstr "Breite"
1006
-
1007
- #: ../admin/social_commenting.php:236
1008
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1009
- msgstr "Leer lassen, um die automatische Einstellung der Breite. Die Breite (in Pixel) der Kommentare Block."
1010
-
1011
- #: ../admin/social_commenting.php:244
1012
- msgid "Color Scheme"
1013
- msgstr "Farbschema"
1014
-
1015
- #: ../admin/social_commenting.php:248
1016
- msgid "Light"
1017
- msgstr "Hell"
1018
-
1019
- #: ../admin/social_commenting.php:249
1020
- msgid "Dark"
1021
- msgstr "Dunkel"
1022
-
1023
- #: ../admin/social_commenting.php:257
1024
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1025
- msgstr "Das Farbschema, was vom Plugin verwendet werden soll (\"light\" oder \"dark\")"
1026
-
1027
- #: ../admin/social_commenting.php:265
1028
- #, fuzzy
1029
- msgid "Number of comments"
1030
- msgstr "Anzahl Beitr&auml;ge"
1031
-
1032
- #: ../admin/social_commenting.php:275
1033
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1034
- msgstr "Anzahl anzuzeigender Kommentare. Min. 1. Der Standardwert ist 10."
1035
-
1036
- #: ../admin/social_commenting.php:283
1037
- msgid "Order by"
1038
- msgstr "Sortieren nach"
1039
-
1040
- #: ../admin/social_commenting.php:287
1041
- msgid "Social"
1042
- msgstr "Sozial"
1043
-
1044
- #: ../admin/social_commenting.php:288
1045
- msgid "Reverse Time"
1046
- msgstr "Umkehrzeit"
1047
-
1048
- #: ../admin/social_commenting.php:289
1049
- msgid "Time"
1050
- msgstr "Zeit"
1051
-
1052
- #: ../admin/social_commenting.php:297
1053
- msgid "The order to use when displaying comments."
1054
- msgstr "Kommentare sortieren nach"
1055
-
1056
- #: ../admin/social_commenting.php:305
1057
- #: ../admin/like_buttons.php:132
1058
- #: ../admin/like_buttons.php:138
1059
- msgid "Language"
1060
- msgstr "Sprache"
1061
-
1062
- #: ../admin/social_commenting.php:315
1063
- #, php-format
1064
- 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)"
1065
- msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1066
-
1067
- #: ../admin/social_commenting.php:324
1068
- #, fuzzy
1069
- msgid "Google Plus Commenting Options"
1070
- msgstr "Einstellungen der Facebook Kommentarfunktion"
1071
-
1072
- #: ../admin/social_commenting.php:330
1073
- #: ../admin/social_commenting.php:340
1074
- #, fuzzy
1075
- msgid "Enable Google Plus Commenting"
1076
- msgstr "Facebook Kommentarfunktion aktivieren"
1077
-
1078
- #: ../admin/social_commenting.php:358
1079
- msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1080
- msgstr "Breite Google kommentierte Schnittstelle. Leer lassen für Auto-Einstellung"
1081
-
1082
- #: ../admin/social_commenting.php:376
1083
- #, fuzzy
1084
- 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."
1085
- msgstr "Die absolute URL, die Kommentare vorhanden dauerhaft zugeordnet werden. Geschichten auf Facebook über Kommentare vorhanden, wird auf diese URL zu verknüpfen. <br/> Wenn leer <strong> (empfohlen) </ strong>, URL der Webseite verwendet, bei der Kommentierung aktiviert ist."
1086
-
1087
- #: ../admin/social_commenting.php:385
1088
- #, fuzzy
1089
- msgid "Disqus Commenting Options"
1090
- msgstr "Einstellungen der Facebook Kommentarfunktion"
1091
-
1092
- #: ../admin/social_commenting.php:391
1093
- #: ../admin/social_commenting.php:401
1094
- #, fuzzy
1095
- msgid "Enable Disqus Commenting"
1096
- msgstr "Facebook Kommentarfunktion aktivieren"
1097
-
1098
- #: ../admin/social_commenting.php:409
1099
- msgid "Disqus Shortname"
1100
- msgstr ""
1101
-
1102
- #: ../admin/social_commenting.php:419
1103
- #, fuzzy
1104
- msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1105
- msgstr "<strong>Notwendige zu bedienen Disqus kommentieren.</strong> Sie können es in Ihrem Disqus Plugin-Einstellungen Abschnitt zu finden, wie in der Abbildung unten gezeigt,"
1106
-
1107
- #: ../admin/social_commenting.php:436
1108
- #, fuzzy
1109
- msgid "Social Commenting Shortcode"
1110
- msgstr "Comentarios Facebook"
1111
-
1112
- #: ../admin/social_commenting.php:448
1113
- #, fuzzy
1114
- msgid "How can I disable Social Commenting at individual page/post?"
1115
- msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
1116
-
1117
- #: ../admin/social_commenting.php:449
1118
- msgid "How to disable default comment form from Social Commenting?"
1119
- msgstr "Wie kann man von Social kommentierte deaktivieren Standardkommentar?"
1120
-
1121
- #: ../admin/social_login.php:10
1122
- msgid "Social Login"
1123
- msgstr "Soziale Netzwerke Login"
1124
-
1125
- #: ../admin/social_login.php:23
1126
- msgid "Enable Social Login"
1127
- msgstr "Login &uuml;ber soziale Netzwerke aktivieren"
1128
-
1129
- #: ../admin/social_login.php:33
1130
- msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1131
- msgstr "Aktivierung des sozialen Logins. Dies muss aktiviert sein, damit der soziale Login funktioniert."
1132
-
1133
- #: ../admin/social_login.php:41
1134
- msgid "Disable user registration via Social Login"
1135
- msgstr "Deaktivieren Sie die Benutzerregistrierung über Social Anmelden"
1136
-
1137
- #: ../admin/social_login.php:51
1138
- 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."
1139
- msgstr "Nachdem Sie diese Option aktivieren, werden neue Benutzer nicht in der Lage, durch Social Login anmelden können. Nur vorhandene Benutzer in der Lage, soziale Anmeldung."
1140
-
1141
- #: ../admin/social_login.php:60
1142
- #, fuzzy
1143
- msgid "Redirection url"
1144
- msgstr "Login Weiterleitung"
1145
-
1146
- #: ../admin/social_login.php:70
1147
- 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."
1148
- msgstr "Der Benutzer wird auf dieser Seite nach erfolglosen Anmeldeversuch via Social Anmeldung umgeleitet werden. Sie können die URL der Anmeldeformular oder einer Seite Anzeigen Nachricht zur Anmeldung deaktiviert durch Social Anmeldung angeben."
1149
-
1150
- #: ../admin/social_login.php:104
1151
- msgid "Instagram"
1152
- msgstr ""
1153
-
1154
- #: ../admin/social_login.php:116
1155
- msgid "Select Social ID provider to enable in Social Login"
1156
- msgstr "W&auml;hlen Sie die sozialen Netzwerke aus, &uuml;ber die ein Login m&ouml;glich sein soll."
1157
-
1158
- #: ../admin/social_login.php:124
1159
- msgid "Facebook App ID"
1160
- msgstr "Facebook App ID"
1161
-
1162
- #: ../admin/social_login.php:134
1163
- #, php-format
1164
- 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"
1165
- msgstr "Notwendig, damit der Facebook Login funktioniert. Folgen Sie der Anleitung unter <a href=\"%s\" target=\"_blank\">dem Link</a>, um eine Facebook App ID zu erstellen."
1166
-
1167
- #: ../admin/social_login.php:136
1168
- msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1169
- msgstr "Fügen Sie den URL in <strong> Site URL </ strong> Option in der genannten Verbindung"
1170
-
1171
- #: ../admin/social_login.php:146
1172
- msgid "Twitter API Key"
1173
- msgstr "Twitter API Schl&uuml;ssel"
1174
-
1175
- #: ../admin/social_login.php:156
1176
- #, php-format
1177
- 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"
1178
- msgstr "Notwendig, damit der Login &uuml;ber Twitter funktioniert. Folgen Sie der Anleitung unter <a href=\"%s\" target=\"_blank\">dem Link</a>, um einen Consumer Key zu erstellen."
1179
-
1180
- #: ../admin/social_login.php:158
1181
- #: ../admin/social_login.php:180
1182
- msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1183
- msgstr "Fügen Sie den URL in <strong> Website </ strong> und <strong> Callback URL </ strong> Angebot im Link aufgeführt"
1184
-
1185
- #: ../admin/social_login.php:168
1186
- msgid "Twitter API Secret"
1187
- msgstr "Geheimer Twitter Schl&uuml;ssel"
1188
-
1189
- #: ../admin/social_login.php:178
1190
- #, php-format
1191
- 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"
1192
- msgstr "Wird f&uuml;r den Twitter Login ben&ouml;tigt. Lesen Sie die Dokumentation, um ihren Twitter API Schl&uuml;ssel u beantragen: <a href=\"%s\" target=\"_blank\">this link</a> "
1193
-
1194
- #: ../admin/social_login.php:190
1195
- msgid "LinkedIn API Key"
1196
- msgstr "LinkedIn API Schl&uuml;ssel"
1197
-
1198
- #: ../admin/social_login.php:200
1199
- #, php-format
1200
- 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"
1201
- msgstr "Notwendig, damit der LinkedIn Login funktioniert. Folgen Sie <a href=\"%s\" target=\"_blank\">dem Link</a> unter der Anleitung, um einen LinkedIn API Schl&uuml;ssel zu erstellen"
1202
-
1203
- #: ../admin/social_login.php:202
1204
- #: ../admin/social_login.php:268
1205
- msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1206
- msgstr "Fügen Sie den URL in <strong> Website URL </ strong> Option im Link aufgeführt"
1207
-
1208
- #: ../admin/social_login.php:212
1209
- msgid "Google+ Client ID"
1210
- msgstr "Google+ Client ID"
1211
-
1212
- #: ../admin/social_login.php:222
1213
- #, php-format
1214
- 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"
1215
- msgstr "Notwendig, damit der Twitter Login funktioniert. Folgen Sie <a href=\"%s\" target=\"_blank\">dem Link</a> unter der Anleitung, um eine Client ID zu erstellen"
1216
-
1217
- #: ../admin/social_login.php:224
1218
- msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1219
- msgstr "Fügen Sie den URL in <strong> AUTORISIERT JAVASCRIPT ORIGINS </ strong> und <strong>AUTHORIZED REDIRECT URI </ strong> Angebot im Link aufgeführt"
1220
-
1221
- #: ../admin/social_login.php:234
1222
- msgid "Vkontakte Application ID"
1223
- msgstr "Vkontakte Application ID"
1224
-
1225
- #: ../admin/social_login.php:244
1226
- #, php-format
1227
- 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"
1228
- msgstr "Erforderlich für Vkontakte Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Vkontakte Anwendungs-ID zu erhalten"
1229
-
1230
- #: ../admin/social_login.php:246
1231
- msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1232
- msgstr "Fügen Sie den URL in <strong> Site-Adresse </ strong> Option im Link aufgeführt"
1233
-
1234
- #: ../admin/social_login.php:256
1235
- msgid "Instagram Client ID"
1236
- msgstr "Instagram Client ID"
1237
-
1238
- #: ../admin/social_login.php:266
1239
- #, php-format
1240
- 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"
1241
- msgstr "Erforderlich für Instagram Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Instagram-Client-ID zu erhalten"
1242
-
1243
- #: ../admin/social_login.php:278
1244
- msgid "Xing Consumer Key"
1245
- msgstr ""
1246
-
1247
- #: ../admin/social_login.php:288
1248
- #, php-format
1249
- 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"
1250
- msgstr "Erforderlich für Xing Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Xing Consumer Key"
1251
-
1252
- #: ../admin/social_login.php:290
1253
- #: ../admin/social_login.php:312
1254
- msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1255
- msgstr "Fügen Sie den URL in <strong> Callback Domain </ strong> Option im Link aufgeführt"
1256
-
1257
- #: ../admin/social_login.php:300
1258
- msgid "Xing Consumer Secret"
1259
- msgstr ""
1260
-
1261
- #: ../admin/social_login.php:310
1262
- #, php-format
1263
- 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"
1264
- msgstr "Erforderlich für Xing Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Xing Konsumentengeheimnis erhalten"
1265
-
1266
- #: ../admin/social_login.php:322
1267
- msgid "Include Javascript in website footer"
1268
- msgstr "Javascript im Footer der Website einbinden"
1269
-
1270
- #: ../admin/social_login.php:332
1271
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1272
- msgstr "Wenn aktiviert (empfohlen), werden JavaScript-Dateien in der Fußzeile Ihrer Website aufgenommen werden."
1273
-
1274
- #: ../admin/social_login.php:346
1275
- msgid "Login options"
1276
- msgstr "Login Einstellungen"
1277
-
1278
- #: ../admin/social_login.php:362
1279
- msgid "Text to display above the Social Login interface"
1280
- msgstr "Text, der &uuml;ber dem sozialen Loginformular angezeigt werden soll"
1281
-
1282
- #: ../admin/social_login.php:371
1283
- msgid "Enable at login page"
1284
- msgstr "Auf der Login Seite aktivieren"
1285
-
1286
- #: ../admin/social_login.php:381
1287
- msgid "Social Login interface will get enabled at the login page of your website"
1288
- msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1289
-
1290
- #: ../admin/social_login.php:389
1291
- msgid "Enable at register page"
1292
- msgstr "Auf der Registerseite aktivieren"
1293
-
1294
- #: ../admin/social_login.php:399
1295
- msgid "Social Login interface will get enabled at the registration page of your website"
1296
- msgstr "Das soziale Login Interface wird f&uuml;r die Registrierung ihrer Website aktiviert."
1297
-
1298
- #: ../admin/social_login.php:407
1299
- msgid "Enable at comment form"
1300
- msgstr "F&uuml;r das Kommentarformular aktivieren"
1301
-
1302
- #: ../admin/social_login.php:417
1303
- msgid "Social Login interface will get enabled at your Wordpress Comment form"
1304
- msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1305
-
1306
- #: ../admin/social_login.php:431
1307
- msgid "Enable before WooCommerce Customer Login Form"
1308
- msgstr "Vor WooCommerce Kunden-Log-Formular aktivieren"
1309
-
1310
- #: ../admin/social_login.php:441
1311
- #, fuzzy
1312
- msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1313
- msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1314
-
1315
- #: ../admin/social_login.php:449
1316
- msgid "Enable after WooCommerce Customer Login Form"
1317
- msgstr "Aktivieren Sie nach WooCommerce Kunden Login Form"
1318
-
1319
- #: ../admin/social_login.php:459
1320
- #, fuzzy
1321
- msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1322
- msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1323
-
1324
- #: ../admin/social_login.php:467
1325
- #, fuzzy
1326
- msgid "Enable at WooCommerce checkout page"
1327
- msgstr "Auf der Registerseite aktivieren"
1328
-
1329
- #: ../admin/social_login.php:477
1330
- #, fuzzy
1331
- msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1332
- msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1333
-
1334
- #: ../admin/social_login.php:488
1335
- msgid "Auto-approve comments made by Social Login users"
1336
- msgstr "Automatisch genehmigen Kommentare von Social-Login Benutzer gemacht"
1337
-
1338
- #: ../admin/social_login.php:498
1339
- msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1340
- msgstr "Wenn diese Option aktiviert ist, und Wordpress Kommentar wird von Social-Login Benutzer vorgenommen werden Kommentar sofort ohne zu halten in Maßen genehmigt zu bekommen."
1341
-
1342
- #: ../admin/social_login.php:499
1343
- msgid "Note: This is not related to Facebook comments"
1344
- msgstr "Hinweis: Diese ist nicht auf Facebook Kommentare bezogenen"
1345
-
1346
- #: ../admin/social_login.php:509
1347
- msgid "Enable social avatar"
1348
- msgstr "Soziales Profilbild aktivieren"
1349
-
1350
- #: ../admin/social_login.php:519
1351
- msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1352
- msgstr "Profilbilder der angemeldeten Nutzer wrrden als Avatar angezeigt"
1353
-
1354
- #: ../admin/social_login.php:529
1355
- msgid "Avatar quality"
1356
- msgstr "Avatar Qualität"
1357
-
1358
- #: ../admin/social_login.php:532
1359
- msgid "Average"
1360
- msgstr "Durchschnitt"
1361
-
1362
- #: ../admin/social_login.php:533
1363
- msgid "Best"
1364
- msgstr "beste"
1365
-
1366
- #: ../admin/social_login.php:540
1367
- msgid "Choose avatar quality"
1368
- msgstr "Wählen avatar Qualität"
1369
-
1370
- #: ../admin/social_login.php:549
1371
- #, fuzzy
1372
- msgid "Show option for users to update social avatar at BuddyPress profile page"
1373
- msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1374
-
1375
- #: ../admin/social_login.php:559
1376
- msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1377
- msgstr ""
1378
-
1379
- #: ../admin/social_login.php:580
1380
- 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"
1381
- msgstr "Wenn diese Funktion aktiviert ist und das soziale Netzwerk die E-Mail nicht bekanntgibt, wird der Benutzer aufgefordert, seine Email anzugeben. Andernfalls wird eine Dummy-Email generiert."
1382
-
1383
- #: ../admin/social_login.php:589
1384
- msgid "Send username-password after user registration"
1385
- msgstr "Benutzername und Passwort nach der Registrierung versenden"
1386
-
1387
- #: ../admin/social_login.php:599
1388
- 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)"
1389
- msgstr "Bei Aktivierung wird dem Benutzer nach dem Login &uuml;ber ein soziales Netzwerk eine E-Mail mit eigenen Daten zugesandt, sodass der Nutzer sich mit den Daten &uuml;ber das normale Wordpress Login anmelden kann."
1390
-
1391
- #: ../admin/social_login.php:608
1392
- msgid "Enable social account linking at BuddyPress profile page"
1393
- msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1394
-
1395
- #: ../admin/social_login.php:618
1396
- msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1397
- msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1398
-
1399
- #: ../admin/social_login.php:627
1400
- msgid "Login redirection"
1401
- msgstr "Login Weiterleitung"
1402
-
1403
- #: ../admin/social_login.php:631
1404
- msgid "Same page where user logged in"
1405
- msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1406
-
1407
- #: ../admin/social_login.php:635
1408
- #: ../admin/social_login.php:665
1409
- msgid "Account dashboard"
1410
- msgstr "Account Dashboard"
1411
-
1412
- #: ../admin/social_login.php:638
1413
- #: ../admin/social_login.php:668
1414
- msgid "BuddyPress profile page"
1415
- msgstr "Buddypress Profilseite"
1416
-
1417
- #: ../admin/social_login.php:641
1418
- #: ../admin/social_login.php:671
1419
- msgid "Custom Url"
1420
- msgstr "Spezielle URL"
1421
-
1422
- #: ../admin/social_login.php:649
1423
- msgid "User will be redirected to the selected page after Social Login"
1424
- msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1425
-
1426
- #: ../admin/social_login.php:657
1427
- msgid "Registration redirection"
1428
- msgstr "Registrierung Umleitung"
1429
-
1430
- #: ../admin/social_login.php:661
1431
- #, fuzzy
1432
- msgid "Same page from where user registered"
1433
- msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1434
-
1435
- #: ../admin/social_login.php:679
1436
- msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1437
- msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1438
-
1439
- #: ../admin/social_login.php:687
1440
- msgid "Email popup options"
1441
- msgstr "Email Popup-Optionen"
1442
-
1443
- #: ../admin/social_login.php:693
1444
- msgid "Text on 'Email required' popup"
1445
- msgstr "Text auf der 'E-Mail erforderlich 'popup"
1446
-
1447
- #: ../admin/social_login.php:703
1448
- msgid "This text will be displayed on email required popup. Leave empty if not required."
1449
- msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1450
-
1451
- #: ../admin/social_login.php:712
1452
- msgid "Error message for 'Email required' popup"
1453
- msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1454
-
1455
- #: ../admin/social_login.php:722
1456
- msgid "This message will be displayed to user if it provides invalid or already registered email"
1457
- msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1458
-
1459
- #: ../admin/social_login.php:731
1460
- msgid "Email popup height"
1461
- msgstr "Email Popup Höhe"
1462
-
1463
- #: ../admin/social_login.php:741
1464
- 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."
1465
- msgstr "Wenn Sie sehen vertikale Bildlaufleiste in der \"Email erforderlich\" Popup können Sie die Höhe des Popup, indem Sie in dieser Option erhöhen. Leer lassen für Standard."
1466
-
1467
- #: ../admin/social_login.php:749
1468
- msgid "Enable email verification"
1469
- msgstr "Email Verifizierung aktivieren"
1470
-
1471
- #: ../admin/social_login.php:759
1472
- 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"
1473
- msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1474
-
1475
- #: ../admin/social_login.php:775
1476
- #, fuzzy
1477
- msgid "Social Login Shortcode & Widget"
1478
- msgstr "Widgets und shortcodes"
1479
-
1480
- #: ../admin/social_login.php:776
1481
- msgid "Social Linking Shortcode"
1482
- msgstr ""
1483
-
1484
- #: ../admin/admin.php:8
1485
- msgid "Welcome"
1486
- msgstr "Willkommen"
1487
-
1488
- #: ../admin/admin.php:10
1489
- msgid "You are ready to Socialize your website."
1490
- msgstr "Sie sind bereit, ihre Website so sozialisieren"
1491
-
1492
- #: ../admin/admin.php:11
1493
- msgid "Getting Started"
1494
- msgstr "Beginnen Sie"
1495
-
1496
- #: ../admin/admin.php:12
1497
- #, fuzzy
1498
- 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."
1499
- msgstr "Richten Sie das Sozializer Plugin ein, indem sie in der linken Menu&uuml;leiste unter dem Plugin Men&uuml;punkt die Einstellungen vornehmen. Die \"Teilen\" Funktion ist f ihrer Website standardm&auml;&szlig;ig aktiviert."
1500
-
1501
- #: ../admin/admin.php:13
1502
- #, fuzzy
1503
- msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1504
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die Facebook Kommentarfunktion und den Feed konfigurieren."
1505
-
1506
- #: ../admin/admin.php:14
1507
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1508
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die Facebook Kommentarfunktion und den Feed konfigurieren."
1509
-
1510
- #: ../admin/admin.php:15
1511
- #, fuzzy
1512
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1513
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die sozialen Netzwerke ausw&auml;hlen und konfigurieren."
1514
-
1515
- #: ../admin/admin.php:16
1516
- #, fuzzy
1517
- msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1518
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die sozialen Netzwerke ausw&auml;hlen und konfigurieren."
1519
-
1520
- #: ../admin/like_buttons.php:12
1521
- msgid "Like Buttons"
1522
- msgstr "wie Buttons"
1523
-
1524
- #: ../admin/like_buttons.php:25
1525
- msgid "Enable Like Buttons"
1526
- msgstr "Aktivieren Sie wie Knöpfe"
1527
-
1528
- #: ../admin/like_buttons.php:35
1529
- #, fuzzy
1530
- msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1531
- msgstr "Aktivierung des sozialen Logins. Dies muss aktiviert sein, damit der soziale Login funktioniert."
1532
-
1533
- #: ../admin/like_buttons.php:57
1534
- msgid "Use shortlinks already installed, for tweet button"
1535
- msgstr "Verwenden Short bereits installiert ist, für tweet Taste"
1536
-
1537
- #: ../admin/like_buttons.php:75
1538
- msgid "Enable bit.ly url shortener for tweet button"
1539
- msgstr "Aktivieren bit.ly URL Shortener für tweet Taste"
1540
-
1541
- #: ../admin/like_buttons.php:148
1542
- #, php-format
1543
- 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)"
1544
- msgstr "Geben Sie den Code der Sprache, die Sie verwenden, um Zähler machen wollen. Sie können die Sprachcodes unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> finden. Leer lassen für Standardsprache (Englisch)"
1545
-
1546
- #: ../admin/like_buttons.php:157
1547
- #, fuzzy
1548
- msgid "Twitter Username"
1549
- msgstr "Twitter Benutzername in Sharing"
1550
-
1551
- #: ../admin/like_buttons.php:163
1552
- #, fuzzy
1553
- msgid "Twitter username for Tweet (without @)"
1554
- msgstr "Twitter Benutzername (ohne @)"
1555
-
1556
- #: ../admin/like_buttons.php:173
1557
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1558
- msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
1559
-
1560
- #: ../admin/like_buttons.php:182
1561
- #, fuzzy
1562
- msgid "Twitter username for Buffer sharing (without @)"
1563
- msgstr "Twitter Benutzername (ohne @)"
1564
-
1565
- #: ../admin/like_buttons.php:192
1566
- #, fuzzy
1567
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1568
- msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
1569
-
1570
- #: ../admin/like_buttons.php:201
1571
- #, fuzzy
1572
- msgid "Horizontal Interface Options"
1573
- msgstr "Horizontale Zähler Schnittstellenoptionen"
1574
-
1575
- #: ../admin/like_buttons.php:207
1576
- #, fuzzy
1577
- msgid "Enable horizontal interface"
1578
- msgstr "Aktivieren Horizontalzähler Schnittstelle"
1579
-
1580
- #: ../admin/like_buttons.php:217
1581
- #, fuzzy
1582
- msgid "Master control to enable horizontal like buttons"
1583
- msgstr "Master-Regler auf Horizontalzähler aktivieren"
1584
-
1585
- #: ../admin/like_buttons.php:242
1586
- #: ../admin/like_buttons.php:483
1587
- msgid "Url to like/share/tweet and display like/share/tweet counts"
1588
- msgstr "URL zu mögen / share / Tweet und Display wie / share / tweet zählt"
1589
-
1590
- #: ../admin/like_buttons.php:260
1591
- #, fuzzy
1592
- msgid "The text to display above the interface"
1593
- msgstr "Der Text, über den Ladentisch-Oberfläche angezeigt"
1594
-
1595
- #: ../admin/like_buttons.php:268
1596
- #: ../admin/like_buttons.php:491
1597
- msgid "Select and rearrange providers"
1598
- msgstr "Wählen und ordnen Anbieter"
1599
-
1600
- #: ../admin/like_buttons.php:312
1601
- #: ../admin/like_buttons.php:534
1602
- #, fuzzy
1603
- msgid "Select the providers for interface. Drag them to rearrange."
1604
- msgstr "Wählen Sie die Anbieter für den Zähler-Schnittstelle. Ziehen Sie sie neu anzuordnen."
1605
-
1606
- #: ../admin/like_buttons.php:334
1607
- #: ../admin/like_buttons.php:573
1608
- #, fuzzy
1609
- msgid "Horizontal alignment of the interface"
1610
- msgstr "Horizontale Ausrichtung des Gegen Schnittstelle"
1611
-
1612
- #: ../admin/like_buttons.php:355
1613
- #, fuzzy
1614
- msgid "Specify position of the interface with respect to the content"
1615
- msgstr "Angeben Position des Gegen Schnittstelle mit Bezug auf den Gehalt"
1616
-
1617
- #: ../admin/like_buttons.php:363
1618
- #: ../admin/like_buttons.php:639
1619
- #, fuzzy
1620
- msgid "Interface location"
1621
- msgstr "Gegen Lage"
1622
-
1623
- #: ../admin/like_buttons.php:373
1624
- #: ../admin/like_buttons.php:649
1625
- msgid "Excerpts"
1626
- msgstr "Vorschau"
1627
-
1628
- #: ../admin/like_buttons.php:432
1629
- #, fuzzy
1630
- msgid "Specify the pages where you want to enable interface"
1631
- msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
1632
-
1633
- #: ../admin/like_buttons.php:442
1634
- #, fuzzy
1635
- msgid "Vertical (Floating) like buttons Options"
1636
- msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
1637
-
1638
- #: ../admin/like_buttons.php:448
1639
- #, fuzzy
1640
- msgid "Enable vertical (floating) like buttons"
1641
- msgstr "Aktivieren Vertikal (floating) Zähler-Schnittstelle"
1642
-
1643
- #: ../admin/like_buttons.php:458
1644
- msgid "Master control to enable vertical (floating) counter widget"
1645
- msgstr "Master-Regler auf Vertikal (schwimmenden) Gegen Widget aktivieren"
1646
-
1647
- #: ../admin/like_buttons.php:552
1648
- #, fuzzy
1649
- 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>"
1650
- msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1651
-
1652
- #: ../admin/like_buttons.php:592
1653
- #, fuzzy
1654
- msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1655
- msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
1656
-
1657
- #: ../admin/like_buttons.php:612
1658
- #, fuzzy
1659
- msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1660
- msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach links verschieben und Abnahme wird es nach rechts zu verschieben."
1661
-
1662
- #: ../admin/like_buttons.php:631
1663
- #, fuzzy
1664
- msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1665
- msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle zum Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
1666
-
1667
- #: ../admin/like_buttons.php:687
1668
- #, fuzzy
1669
- msgid "Specify the pages where you want to enable vertical interface"
1670
- msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Zähler-Schnittstelle aktiviert werden soll"
1671
-
1672
- #: ../admin/like_buttons.php:695
1673
- msgid "Hide like buttons on mobile devices"
1674
- msgstr "Verstecke wie Schaltflächen auf mobilen Geräten"
1675
-
1676
- #: ../admin/like_buttons.php:705
1677
- msgid "If enabled, vertical like buttons will not appear on mobile devices"
1678
- msgstr "Wenn aktiviert, werden vertikale wie Knöpfe nicht auf mobilen Geräten angezeigt werden"
1679
-
1680
- #: ../admin/like_buttons.php:723
1681
- #, fuzzy
1682
- msgid "Like Buttons Shortcode & Widget"
1683
- msgstr "Widgets und shortcodes"
1684
-
1685
- #: ../inc/shortcode.php:245
1686
- #, fuzzy
1687
- msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1688
- msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1689
-
1690
- #: ../inc/social_sharing.php:613
1691
- msgid "Invalid request"
1692
- msgstr "Ungültige Anforderung"
1693
-
1694
- #: ../inc/social_sharing.php:620
1695
- msgid "Providers not selected"
1696
- msgstr "Provider nicht aktiviert"
1697
-
1698
- #: ../inc/social_login.php:232
1699
- #, php-format
1700
- msgid "Username: %s"
1701
- msgstr ""
1702
-
1703
- #: ../inc/social_login.php:233
1704
- #, php-format
1705
- msgid "Password: %s"
1706
- msgstr ""
1707
-
1708
- #: ../inc/social_login.php:236
1709
- #, php-format
1710
- msgid "[%s] Your username and password"
1711
- msgstr ""
1712
-
1713
- #: ../inc/widget.php:11
1714
- msgid "Super Socializer - Login"
1715
- msgstr "Super Socializer - Login"
1716
-
1717
- #: ../inc/widget.php:13
1718
- msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1719
- msgstr "Bieten Sie ihren Besuchern die M&ouml;glichkeit, sich &uuml;ber ihr bevorzugtes soziales Netzwerk wie Facebook, Twitter, Google+ oder LinkedIn einzuloggen oder sich zu registrieren."
1720
-
1721
- #: ../inc/widget.php:47
1722
- msgid "Log Out"
1723
- msgstr "Logout"
1724
-
1725
- #: ../inc/widget.php:78
1726
- #, fuzzy
1727
- msgid "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
1728
- msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1729
-
1730
- #: ../inc/widget.php:79
1731
- #: ../inc/widget.php:219
1732
- #: ../inc/widget.php:524
1733
- msgid "Title:"
1734
- msgstr "Titel:"
1735
-
1736
- #: ../inc/widget.php:81
1737
- #: ../inc/widget.php:233
1738
- #: ../inc/widget.php:534
1739
- msgid "Before widget content:"
1740
- msgstr "Vor dem Widget-Inhalt"
1741
-
1742
- #: ../inc/widget.php:83
1743
- #: ../inc/widget.php:235
1744
- #: ../inc/widget.php:536
1745
- msgid "After widget content:"
1746
- msgstr "Nach dem Widget Inhalt"
1747
-
1748
- #: ../inc/widget.php:86
1749
- #: ../inc/widget.php:237
1750
- #: ../inc/widget.php:401
1751
- #: ../inc/widget.php:538
1752
- #: ../inc/widget.php:688
1753
- msgid "Hide for logged in users:"
1754
- msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1755
-
1756
- #: ../inc/widget.php:105
1757
- msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1758
- msgstr "Bieten Sie ihren Besuchern die M&ouml;glichkeit, Inhalte &uuml;ber soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ usw. zu teilen"
1759
-
1760
- #: ../inc/widget.php:218
1761
- #, fuzzy
1762
- msgid "Make sure \"Horizontal Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1763
- msgstr "Stellen Sie sicher, \"Horizontal Social Sharing\" aus \"Super-Socializer > Social Sharing\" Seite aktiviert."
1764
-
1765
- #: ../inc/widget.php:221
1766
- #: ../inc/widget.php:370
1767
- #, fuzzy
1768
- msgid "Show individual share counts:"
1769
- msgstr "Zeigen Aktie zählt:"
1770
-
1771
- #: ../inc/widget.php:223
1772
- #: ../inc/widget.php:372
1773
- #, fuzzy
1774
- msgid "Show total shares:"
1775
- msgstr "Zeigen Aktie zählt:"
1776
-
1777
- #: ../inc/widget.php:225
1778
- #: ../inc/widget.php:374
1779
- #: ../inc/widget.php:526
1780
- #: ../inc/widget.php:661
1781
- msgid "Target Url:"
1782
- msgstr "Ziel-URL:"
1783
-
1784
- #: ../inc/widget.php:227
1785
- #: ../inc/widget.php:376
1786
- #: ../inc/widget.php:528
1787
- #: ../inc/widget.php:663
1788
- msgid "Select"
1789
- msgstr "wählen"
1790
-
1791
- #: ../inc/widget.php:256
1792
- msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1793
- msgstr "Vertikale Floating-Sharing-Widget. Lassen Sie Ihre Website-Nutzer teilen Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ und viele mehr"
1794
-
1795
- #: ../inc/widget.php:369
1796
- #, fuzzy
1797
- msgid "Make sure \"Vertical Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1798
- msgstr "Stellen Sie sicher, \"Vertical Social Sharing\" aus \"Super-Socializer > Social Sharing\" Seite aktiviert."
1799
-
1800
- #: ../inc/widget.php:382
1801
- #: ../inc/widget.php:669
1802
- msgid "Alignment"
1803
- msgstr "Ausrichtung"
1804
-
1805
- #: ../inc/widget.php:388
1806
- #: ../inc/widget.php:675
1807
- msgid "Left Offset"
1808
- msgstr "Left Offset"
1809
-
1810
- #: ../inc/widget.php:392
1811
- #: ../inc/widget.php:679
1812
- msgid "Right Offset"
1813
- msgstr "Rechter Offset"
1814
-
1815
- #: ../inc/widget.php:395
1816
- #: ../inc/widget.php:682
1817
- msgid "Top Offset"
1818
- msgstr "Top Offset"
1819
-
1820
- #: ../inc/widget.php:420
1821
- #, fuzzy
1822
- msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1823
- msgstr "Horizontalzähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1824
-
1825
- #: ../inc/widget.php:523
1826
- msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1827
- msgstr "Stellen Sie sicher, \"Horizontale wie Knöpfe \" aus \"Super-Socializer wie Buttons\" Seite aktiviert."
1828
-
1829
- #: ../inc/widget.php:557
1830
- #, fuzzy
1831
- msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1832
- msgstr "Vertikale schwimm Zähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1833
-
1834
- #: ../inc/widget.php:660
1835
- msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1836
- msgstr "Stellen Sie sicher, \"Vertical wie Knöpfe\" aus \"Super-Socializer wie Buttons\" Seite aktiviert."
1837
-
1838
- #~ msgid "Options saved successfully"
1839
- #~ msgstr "&Auml;nderungen gespeichert"
1840
-
1841
- #~ msgid "Better"
1842
- #~ msgstr "besser"
1843
-
1844
- #~ msgid "You can see the plugin in action at following link"
1845
- #~ msgstr "Sie können das Plugin in Aktion auf folgendem Link zu sehen"
1846
-
1847
- #, fuzzy
1848
- #~ msgid ""
1849
- #~ "If you like the plugin or have any query, drop an email at <a href="
1850
- #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1851
- #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1852
- #~ msgstr ""
1853
- #~ "Wenn Sie mein Plugin oder haben jede mögliche Frage, können Sie mir eine "
1854
- #~ "E-Mail an <a href=\"mailto:lordofthechamps@gmail.com\"> "
1855
- #~ "lordofthechamps@gmail.com </a> fallen lassen, wie mein <strong> Facebook "
1856
- #~ "</ strong>, Seiten und folge mir auf <strong> Twitter </ strong>."
1857
-
1858
- #~ msgid "Want plugin customization?"
1859
- #~ msgstr "Willst Plugin Kundenbezogenheit?"
1860
-
1861
- #~ msgid ""
1862
- #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1863
- #~ "Facebook Comments notification and moderation."
1864
- #~ msgstr ""
1865
- #~ "<strong>Hinweis:</strong> Schreiben Sie uns eine E-Mail an "
1866
- #~ "support@heateor.com Book Kommentare Benachrichtigung und Zurückhaltung zu "
1867
- #~ "ermöglichen."
1868
-
1869
- #~ msgid "Mobile"
1870
- #~ msgstr "Mobile"
1871
-
1872
- #~ msgid "Auto Detect"
1873
- #~ msgstr "Automatische Erkennung"
1874
-
1875
- #~ msgid "True"
1876
- #~ msgstr "Ja"
1877
-
1878
- #~ msgid "False"
1879
- #~ msgstr "Nein"
1880
-
1881
- #~ msgid ""
1882
- #~ "A boolean value that specifies whether to show the mobile-optimized "
1883
- #~ "version or not."
1884
- #~ msgstr ""
1885
- #~ "Der Boolean legt fest, ob die f&uuml;r Mobilger&auml;te optimierte "
1886
- #~ "Version angezeigt werden soll oder nicht"
1887
-
1888
- #, fuzzy
1889
- #~ msgid "Sortcode & Widget"
1890
- #~ msgstr "Widgets und shortcodes"
1891
-
1892
- #~ msgid "Twitter username in tweet button"
1893
- #~ msgstr "Twitter Benutzername in tweet Taste"
1894
-
1895
- #~ msgid ""
1896
- #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1897
- #~ "redirect_uri</strong> options at the link mentioned"
1898
- #~ msgstr ""
1899
- #~ "Fügen Sie den URL in <strong> Webseite </ strong> und <strong> OAuth "
1900
- #~ "redirect_uri </ strong> Angebot im Link aufgeführt"
1901
-
1902
- #~ msgid ""
1903
- #~ "I am a tech enthusiast. I like to play with code and build great stuff "
1904
- #~ "(and like to call myself - The Champ....:) ). You can connect with me "
1905
- #~ "(and my upcoming work) via:"
1906
- #~ msgstr ""
1907
- #~ "Ich bin ein Tech-Enthusiasten. Ich mag mit Code zu spielen und bauen "
1908
- #~ "tolle Sachen (und mich gerne nennen - Der Champ .... :)). Sie können mit "
1909
- #~ "mir (und meine bevorstehende Arbeit) über eine Verbindung:"
1910
-
1911
- #~ msgid "Plugin Fan Page"
1912
- #~ msgstr "Plugin Fan Page"
1913
-
1914
- #~ msgid "My Fan Page"
1915
- #~ msgstr "Mein Fan Page"
1916
-
1917
- #~ msgid "Social Counter"
1918
- #~ msgstr "Social Counter"
1919
-
1920
- #~ msgid ""
1921
- #~ "Master control for Social Counter. It must be checked to enable Social "
1922
- #~ "Counter functionality"
1923
- #~ msgstr ""
1924
- #~ "Master-Regler für soziale Zähler. Es ist zu prüfen, um Social Zähler "
1925
- #~ "Funktionalität zu ermöglichen"
1926
-
1927
- #~ msgid ""
1928
- #~ "<strong>Note:</strong> To disable counter on particular page/post, edit "
1929
- #~ "that page/post and check the options at the bottom in <strong>\"Super "
1930
- #~ "Socializer\"</strong> section"
1931
- #~ msgstr ""
1932
- #~ "<strong> Hinweis: </ strong> So deaktivieren Sie die Marke auf bestimmte "
1933
- #~ "Seite/Post, bearbeiten diese Seite / Post und überprüfen Sie die Optionen "
1934
- #~ "unten im <strong>\"Super-Socializer \" </ strong>"
1935
-
1936
- #~ msgid ""
1937
- #~ "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content "
1938
- #~ "of required page/post where you want to display Social Counter interface."
1939
- #~ msgstr ""
1940
- #~ "Sie können mit <strong> [TheChamp-Counter] </ strong> Kurzwahl in den "
1941
- #~ "Inhalt der erforderlichen Seite / Post, wo Sie Social Zähler-"
1942
- #~ "Schnittstelle anzeigen möchten."
1943
-
1944
- #~ msgid "Example"
1945
- #~ msgstr "ejemplo"
1946
-
1947
- #~ msgid "You can use following attributes in the Shortcode"
1948
- #~ msgstr "Puede utilizar los atributos siguientes en el Código corto"
1949
-
1950
- #~ msgid ""
1951
- #~ "Use <strong>style</strong> attribute to style the rendered Social Counter "
1952
- #~ "interface"
1953
- #~ msgstr ""
1954
- #~ "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social "
1955
- #~ "Zähler-Schnittstelle"
1956
-
1957
- #, fuzzy
1958
- #~ msgid ""
1959
- #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1960
- #~ "or \"vertical\") of Social Counter interface. Default type is \"horizontal"
1961
- #~ "\"."
1962
- #~ msgstr ""
1963
- #~ "Verwenden Sie <strong> type </ strong> Attribut, um den Typ (\"horizontal"
1964
- #~ "\" oder \"vertical \") für Sozialstatistik Schnittstelle. Standardtyp ist "
1965
- #~ "\"horizontal\"."
1966
-
1967
- #~ msgid "Left (Works with \"Vertical\" type interface only)"
1968
- #~ msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
1969
-
1970
- #~ msgid ""
1971
- #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1972
- #~ "form the left side of the screen) of Social Counter interface."
1973
- #~ msgstr ""
1974
- #~ "Verwenden Sie <strong>left</ strong> Attribut angeben, das linke Offset "
1975
- #~ "(Abstand von der linken Seite des Bildschirms) für Sozialstatistik "
1976
- #~ "Schnittstelle."
1977
-
1978
- #~ msgid "Top (Works with \"Vertical\" type interface only)"
1979
- #~ msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
1980
-
1981
- #~ msgid ""
1982
- #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1983
- #~ "form the top of the screen) of Social Counter interface."
1984
- #~ msgstr ""
1985
- #~ "Verwenden Sie <strong>top</ strong> Attribut, um den oberen Offset von "
1986
- #~ "Social Zähler Schnittstelle festlegen (Abstand von der oben auf dem "
1987
- #~ "Bildschirm)."
1988
-
1989
- #, fuzzy
1990
- #~ msgid "Use <strong>url</strong> attribute to specify the url to be liked"
1991
- #~ msgstr ""
1992
- #~ "Verwenden Sie <strong> num_posts </ strong> der Attribut Stil gemacht "
1993
- #~ "Social Zähler-Schnittstelle"
1994
-
1995
- #~ msgid "You can use shortcode in PHP file as following"
1996
- #~ msgstr "In PHP Scripts k&ouml;nnen sie Shortcodes benutzen:"
1997
-
1998
- #~ msgid ""
1999
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2000
- #~ "shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]"
2001
- #~ "</strong>, so the final code looks like following"
2002
- #~ msgstr ""
2003
- #~ "Ersetzen Sie <strong> SHORT </ strong> in obigen Code mit der gewünschten "
2004
- #~ "Kurzwahlnummer wie <strong> [TheChamp-Counter style=\"background-color:"
2005
- #~ "#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
2006
-
2007
- #~ msgid "Widget"
2008
- #~ msgstr "Widget"
2009
-
2010
- #~ msgid ""
2011
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2012
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2013
- #~ "Counter (Horizontal Widget)</strong> and <strong>Super Socializer - "
2014
- #~ "Counter (Vertical Floating Widget)</strong> widgets in the required area."
2015
- #~ msgstr ""
2016
- #~ "Sie können mit dem <strong> Darstellung navigieren </ strong>> <strong> "
2017
- #~ "Widgets </ strong> in der linken Wanne und ziehen <strong> Super "
2018
- #~ "Socializer - Zähler (Horizontale Widget) </ strong> und <strong> Super "
2019
- #~ "Socializer - Zähler (Vertical Schwimm Widget) </ strong> Widgets in den "
2020
- #~ "gewünschten Bereich."
2021
-
2022
- #, fuzzy
2023
- #~ msgid ""
2024
- #~ "How can I show like counts of my website rather than of individual pages/"
2025
- #~ "posts?"
2026
- #~ msgstr ""
2027
- #~ "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / "
2028
- #~ "Beiträge?"
2029
-
2030
- #, fuzzy
2031
- #~ msgid ""
2032
- #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
2033
- #~ msgstr ""
2034
- #~ "Wählen Sie die Option \"URL der Homepage Ihrer Website \" in Option "
2035
- #~ "\"Ziel-URL \" und aktivieren \"Aktie zählt Show \""
2036
-
2037
- #, fuzzy
2038
- #~ msgid "How can I disable social counter on particular page/post?"
2039
- #~ msgstr ""
2040
- #~ "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / "
2041
- #~ "Beiträge?"
2042
-
2043
- #, fuzzy
2044
- #~ msgid ""
2045
- #~ "Edit that page/post and check the options at the bottom in \"Super "
2046
- #~ "Socializer\" section"
2047
- #~ msgstr ""
2048
- #~ "Bearbeiten Sie diese Seite/Post und aktivieren Sie die Option "
2049
- #~ "\"deaktivieren Facebook Kommentare zu diesem Beitrag / Seite \" am "
2050
- #~ "unteren Rand in Abschnitt \"Super-Socializer \""
2051
-
2052
- #~ msgid "Social Sharing"
2053
- #~ msgstr "Social Sharing"
2054
-
2055
- #, fuzzy
2056
- #~ msgid ""
2057
- #~ "<strong>Note:</strong> To disable sharing and specify minimum share "
2058
- #~ "counts per social network on particular page/post, edit that page/post "
2059
- #~ "and check the options at the bottom in <strong>\"Super Socializer\"</"
2060
- #~ "strong> section"
2061
- #~ msgstr ""
2062
- #~ "<strong>Hinweis:</strong> Um das Teilen auf bestimmten Seiten / "
2063
- #~ "Beitr&auml;gen zu verhindern,editieren Sie diese/n und &auml;ndern Sie "
2064
- #~ "die Checkbox unter <strong>\"Super Socializer\"</strong> section"
2065
-
2066
- #~ msgid ""
2067
- #~ "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content "
2068
- #~ "of required page/post where you want to display Social Sharing interface."
2069
- #~ msgstr ""
2070
- #~ "Sie können mit <strong> [TheChamp-Sharing] </ strong> Kurzwahl in den "
2071
- #~ "Inhalt der erforderlichen Seite / Post, wo Sie Social-Sharing-"
2072
- #~ "Schnittstelle anzeigen möchten."
2073
-
2074
- #~ msgid ""
2075
- #~ "Use <strong>style</strong> attribute to style the rendered Social Sharing "
2076
- #~ "interface"
2077
- #~ msgstr ""
2078
- #~ "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social "
2079
- #~ "Sharing-Schnittstelle"
2080
-
2081
- #~ msgid ""
2082
- #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
2083
- #~ "or \"vertical\") of Social Sharing interface. Default type is \"horizontal"
2084
- #~ "\"."
2085
- #~ msgstr ""
2086
- #~ "Verwenden Sie <strong>type</ strong> Attribut, um den Typ (\"horizontal\" "
2087
- #~ "oder \"vertical \") der Social-Sharing-Schnittstelle angeben. Standardtyp "
2088
- #~ "ist \"horizontal\"."
2089
-
2090
- #, fuzzy
2091
- #~ msgid ""
2092
- #~ "Use <strong>count</strong> attribute to enable the share counts on Social "
2093
- #~ "Sharing interface"
2094
- #~ msgstr ""
2095
- #~ "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social "
2096
- #~ "Sharing-Schnittstelle"
2097
-
2098
- #, fuzzy
2099
- #~ msgid "left (Works with \"Vertical\" type interface only)"
2100
- #~ msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
2101
-
2102
- #~ msgid ""
2103
- #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
2104
- #~ "form the left side of the screen) of Social Sharing interface."
2105
- #~ msgstr ""
2106
- #~ "Verwenden Sie <strong>left</ strong> Attribut angeben, das linke Offset "
2107
- #~ "(Abstand von der linken Seite des Bildschirms) von Social Sharing-"
2108
- #~ "Schnittstelle."
2109
-
2110
- #, fuzzy
2111
- #~ msgid "top (Works with \"Vertical\" type interface only)"
2112
- #~ msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
2113
-
2114
- #~ msgid ""
2115
- #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
2116
- #~ "form the top of the screen) of Social Sharing interface."
2117
- #~ msgstr ""
2118
- #~ "Verwenden Sie <strong> top </ strong> Attribut, um den oberen Offset von "
2119
- #~ "Social Sharing-Schnittstelle festlegen (Abstand von der oben auf dem "
2120
- #~ "Bildschirm)."
2121
-
2122
- #, fuzzy
2123
- #~ msgid "Use <strong>url</strong> attribute to specify the url to be shared"
2124
- #~ msgstr ""
2125
- #~ "Verwenden Sie <strong> num_posts </ strong> der Attribut Stil gemacht "
2126
- #~ "Social Zähler-Schnittstelle"
2127
-
2128
- #~ msgid ""
2129
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2130
- #~ "shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]"
2131
- #~ "</strong>, so the final code looks like following"
2132
- #~ msgstr ""
2133
- #~ "Ersetzen Sie <strong> SHORTCODE </ strong> in obigen Code mit der "
2134
- #~ "gewünschten Kurzwahlnummer wie <strong> [TheChamp-Sharing style="
2135
- #~ "\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht "
2136
- #~ "wie folgt aus"
2137
-
2138
- #~ msgid ""
2139
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2140
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2141
- #~ "Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - "
2142
- #~ "Sharing (Vertical Floating Widget)</strong> widgets in the required area."
2143
- #~ msgstr ""
2144
- #~ "Sie können mit dem <strong> Appearance </ strong>> <strong> Widgets </ "
2145
- #~ "strong> in der linken Wanne und ziehen <strong> Super Socializer - "
2146
- #~ "Sharing (Horizontale Widget) </ strong> und <strong> Super Socializer - "
2147
- #~ "Sharing (Vertical Floating Widget) </ strong> Widgets in den gewünschten "
2148
- #~ "Bereich."
2149
-
2150
- #~ msgid ""
2151
- #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option "
2152
- #~ "and enable \"Show share counts\" option"
2153
- #~ msgstr ""
2154
- #~ "Wählen Sie die Option \"URL der Homepage Ihrer Website \" in Option "
2155
- #~ "\"Ziel-URL \" und aktivieren \"Aktie zählt Show \""
2156
-
2157
- #, fuzzy
2158
- #~ msgid ""
2159
- #~ "After enabling this option, Facebook commenting will appear before "
2160
- #~ "Wordpress comment form at your website"
2161
- #~ msgstr ""
2162
- #~ "Nach dem Aktivieren wird das Wordpress Kommentarfeld durch die Facebook "
2163
- #~ "Kommentarfunktion ersetzt."
2164
-
2165
- #~ msgid "Keep only Facebook Commenting"
2166
- #~ msgstr "Consérvese únicamente Facebook Comentando"
2167
-
2168
- #, fuzzy
2169
- #~ msgid ""
2170
- #~ "If enabled, only Facebook commenting would be visible without default "
2171
- #~ "comment form"
2172
- #~ msgstr ""
2173
- #~ "Si está habilitado, sólo Facebook comentando estarán allí sin la opción "
2174
- #~ "de cambiar a WordPress comentar"
2175
-
2176
- #, fuzzy
2177
- #~ msgid ""
2178
- #~ "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the "
2179
- #~ "content of required page/post where you want to display Facebook "
2180
- #~ "Commenting interface."
2181
- #~ msgstr ""
2182
- #~ "Sie können mit <strong> [TheChamp-Counter] </ strong> Kurzwahl in den "
2183
- #~ "Inhalt der erforderlichen Seite / Post, wo Sie Social Zähler-"
2184
- #~ "Schnittstelle anzeigen möchten."
2185
-
2186
- #~ msgid ""
2187
- #~ "Use <strong>style</strong> attribute to style the rendered commenting "
2188
- #~ "interface"
2189
- #~ msgstr ""
2190
- #~ "Verwenden Sie <strong> style </ strong> der Attribut Stil gemacht Social "
2191
- #~ "Sharing-Schnittstelle"
2192
-
2193
- #~ msgid ""
2194
- #~ "Use <strong>url</strong> attribute to specify the target url for "
2195
- #~ "comments. This defaults to the page where shortcode is used."
2196
- #~ msgstr ""
2197
- #~ "Verwenden Sie <strong> url </ strong> Attribut angeben, das linke Offset "
2198
- #~ "(Abstand von der linken Seite des Bildschirms) für Sozialstatistik "
2199
- #~ "Schnittstelle."
2200
-
2201
- #~ msgid ""
2202
- #~ "Use <strong>num_posts</strong> attribute to specify the number of "
2203
- #~ "comments to display."
2204
- #~ msgstr ""
2205
- #~ "Verwenden Sie <strong> num_posts </ strong> der Attribut Stil gemacht "
2206
- #~ "Social Zähler-Schnittstelle"
2207
-
2208
- #, fuzzy
2209
- #~ msgid "width"
2210
- #~ msgstr "Breite"
2211
-
2212
- #~ msgid ""
2213
- #~ "Use <strong>width</strong> attribute to specify the width of commenting "
2214
- #~ "interface. Omit it for fluid width"
2215
- #~ msgstr ""
2216
- #~ "Verwenden Sie <strong> width </ strong> Attribut, um den oberen Offset "
2217
- #~ "von Social Sharing-Schnittstelle festlegen (Abstand von der oben auf dem "
2218
- #~ "Bildschirm)."
2219
-
2220
- #~ msgid ""
2221
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2222
- #~ "shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:"
2223
- #~ "#000;\"]</strong>, so the final code looks like following"
2224
- #~ msgstr ""
2225
- #~ "Ersetzen Sie <strong> SHORT </ strong> in obigen Code mit der gewünschten "
2226
- #~ "Kurzwahlnummer wie <strong> [TheChamp-FB-Comments style=\"background-"
2227
- #~ "color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
2228
-
2229
- #~ msgid ""
2230
- #~ "Edit that page/post and check the option \"Disable Facebook Comments on "
2231
- #~ "this post/page\" at the bottom in \"Super Socializer\" section"
2232
- #~ msgstr ""
2233
- #~ "Bearbeiten Sie diese Seite/Post und aktivieren Sie die Option "
2234
- #~ "\"deaktivieren Facebook Kommentare zu diesem Beitrag / Seite \" am "
2235
- #~ "unteren Rand in Abschnitt \"Super-Socializer \""
2236
-
2237
- #~ msgid ""
2238
- #~ "How to enable only Facebook Comments without enabling default comment "
2239
- #~ "form?"
2240
- #~ msgstr ""
2241
- #~ "Wie nur Facebook Kommentare ohne Aktivierung Standardkommentarfunktion "
2242
- #~ "aktivieren?"
2243
-
2244
- #~ msgid ""
2245
- #~ "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting"
2246
- #~ "\" section."
2247
- #~ msgstr ""
2248
- #~ "Aktivieren \"Keep nur Facebook kommentierte\" Option \"Facebook "
2249
- #~ "kommentierte\" Abschnitt."
2250
-
2251
- #~ msgid ""
2252
- #~ "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of "
2253
- #~ "required page/post where you want to display Social Login interface."
2254
- #~ msgstr ""
2255
- #~ "Verwenden Sie <strong> [TheChamp-Login] </strong> Kurzwahl in den Inhalt "
2256
- #~ "der erforderlichen Seite / Post, wo Sie Social-Login-Schnittstelle "
2257
- #~ "anzeigen möchten."
2258
-
2259
- #~ msgid ""
2260
- #~ "You can use \"style\" attribute in the Shortcode to style the rendered "
2261
- #~ "Social Login interface."
2262
- #~ msgstr ""
2263
- #~ "Sie k&ouml;nnen das \"style\" Attribut in den Shortcodes benutzen, um die "
2264
- #~ "Darstellung des sozialen Logins anzupassen"
2265
-
2266
- #~ msgid ""
2267
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2268
- #~ "shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</"
2269
- #~ "strong>, so the final code looks like following"
2270
- #~ msgstr ""
2271
- #~ "Ersetzen Sie <strong> SHORTCODE</ strong> in obigen Code mit der "
2272
- #~ "gewünschten Kurzwahlnummer wie <strong> [TheChamp-Login style="
2273
- #~ "\"background-color:#000;\"]</ strong>, so dass der endgültige Code sieht "
2274
- #~ "wie folgt aus"
2275
-
2276
- #~ msgid ""
2277
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2278
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2279
- #~ "Login</strong> widget in the required area."
2280
- #~ msgstr ""
2281
- #~ "Sie können mit dem <strong>Appearance</ strong> > <strong>Widgets</ "
2282
- #~ "strong> in der linken Wanne und ziehen <strong> Super Socializer - Login "
2283
- #~ "</ strong> Widget in den gewünschten Bereich."
2284
-
2285
- #~ msgid ""
2286
- #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
2287
- #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
2288
- #~ "\">lordofthechamps@gmail.com</a>"
2289
- #~ msgstr ""
2290
- #~ "Die Plugin Kredit Links (\"Super-Socializer von The Champ \") in nur 15 $ "
2291
- #~ "zu entfernen. Interessiert? Bitte schicken Sie mir: <a href=\"mailto:"
2292
- #~ "lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a>"
2293
-
2294
- #~ msgid "Feed"
2295
- #~ msgstr "Feed"
2296
-
2297
- #~ msgid "Important note"
2298
- #~ msgstr "wichtiger Hinweis"
2299
-
2300
- #~ msgid ""
2301
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2302
- #~ "\"_blank\">this link</a>"
2303
- #~ msgstr ""
2304
- #~ "Um diese Funktion zu benutzen, lesen Sie bitte die Hinweise auf <a href="
2305
- #~ "\"%s\" target=\"_blank\">dieser Seite </a>"
2306
-
2307
- #~ msgid "Publish feed on user's timeline on Facebook login"
2308
- #~ msgstr "Feed auf der Chronik des Facebook Benutzers posten"
2309
-
2310
- #~ msgid ""
2311
- #~ "If enabled, a post will be published on the timeline of the user logging "
2312
- #~ "in"
2313
- #~ msgstr ""
2314
- #~ "Wenn Sie dies aktivieren, wird nach dem Login ein Beitrag auf der Chronik "
2315
- #~ "des Nutzers gepostet"
2316
-
2317
- #~ msgid "Facebook Feed Options"
2318
- #~ msgstr "Facebook Feed Einstellungen"
2319
-
2320
- #~ msgid "Message"
2321
- #~ msgstr "Nachricht"
2322
-
2323
- #~ msgid ""
2324
- #~ "Message for the feed post. %website-name% will be replaced with your "
2325
- #~ "website name in actual message."
2326
- #~ msgstr "Nachrichten"
2327
-
2328
- #~ msgid "Link (required)"
2329
- #~ msgstr "Link (notwendig)"
2330
-
2331
- #~ msgid ""
2332
- #~ "The link attached to this feed (required parameter for this functionality "
2333
- #~ "to work)"
2334
- #~ msgstr ""
2335
- #~ "Link zu diesem Beitrag (Notwendiger Parameter f&uuml;r diese Funktion)"
2336
-
2337
- #~ msgid "Picture"
2338
- #~ msgstr "Bild"
2339
-
2340
- #~ msgid ""
2341
- #~ "The URL of a picture attached to this post. The picture must be at least "
2342
- #~ "200px by 200px. (if this url is not specified, image from the url "
2343
- #~ "specified in Link parameter will be displayed in the post)"
2344
- #~ msgstr ""
2345
- #~ "URL zu einem Bild dieses Beitrags. Das Bild muss mindestens 200 x 200 "
2346
- #~ "Pixel gro&szlig; sein. Wird kein Wert angegeben, wird das Bild von der "
2347
- #~ "URL verwendet, die unter dem Link Parameter angeben wurde."
2348
-
2349
- #~ msgid "Source"
2350
- #~ msgstr "Quelle"
2351
-
2352
- #~ msgid ""
2353
- #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
2354
- #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
2355
- #~ "a thumbnail for the video."
2356
- #~ msgstr ""
2357
- #~ "URL zu einem Medium (SWF oder MP3), das zum Beitrag geh&ouml;rt. (Bei SWF "
2358
- #~ "Dateien m&uuml;ssen Sie ein unter \"Bild\" ein Bild angeben, damit ein "
2359
- #~ "Vorschaubild (Thumbnail) f&uuml;r das Video angezeigt werden kann."
2360
-
2361
- #~ msgid "Name"
2362
- #~ msgstr "Name"
2363
-
2364
- #~ msgid "The name of the link attachment"
2365
- #~ msgstr "Name des Link Anhangs"
2366
-
2367
- #~ msgid "Caption"
2368
- #~ msgstr "Bildunterschrift"
2369
-
2370
- #~ msgid ""
2371
- #~ "The caption of the link (appears beneath the link name). If not "
2372
- #~ "specified, this field is automatically populated with the URL of the link."
2373
- #~ msgstr ""
2374
- #~ "Die Beschreibung des Links (Erscheint neben dem Linknamen). Wenn Sie "
2375
- #~ "dieses Feld leer lassen, wird automatisch die URL angezeigt"
2376
-
2377
- #~ msgid "Description"
2378
- #~ msgstr "Beschreibung"
2379
-
2380
- #~ msgid ""
2381
- #~ "The description of the link (appears beneath the link caption). If not "
2382
- #~ "specified, this field is automatically populated by information scraped "
2383
- #~ "from the link, typically the title of the page."
2384
- #~ msgstr "Beschreibung des Links (wird neben"
2385
-
2386
- #~ msgid ""
2387
- #~ "If enabled (recommended), all the Javascript code will be included in the "
2388
- #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
2389
- #~ "hooks should be there in your Wordpress theme for this to work, if you "
2390
- #~ "are not sure about this, keep this option unchecked.</strong>"
2391
- #~ msgstr ""
2392
- #~ "Wenn sie diese Funktion aktivieren (empfohlen), wird der gesamte "
2393
- #~ "Javascript Code in den Footer ausgelagert. Hinweis: Dies kann die "
2394
- #~ "Funktionalit&auml;t des Plugins beeintr&auml;chtigen. Sollte es Probleme "
2395
- #~ "geben, deaktivieren Sie diese Funktion wieder."
2396
-
2397
- #~ msgid ""
2398
- #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
2399
- #~ "Comments block. The mobile version of the Comments block ignores the "
2400
- #~ "width parameter, and instead has a fluid width of 100%."
2401
- #~ msgstr ""
2402
- #~ "Lassen Sie dieses Feld leer, damit die Breite automatisch angepasst wird. "
2403
- #~ "Die Breite (in Pixeln) der Kommentar-Box. Die mobile Version ignoriert "
2404
- #~ "diesen Wert und verwendet standardm&auml;&szlig;ig eine Breite von 100%"
2405
-
2406
- #~ msgid ""
2407
- #~ "Navigate to Appearance > Widgets section in the admin panel of your "
2408
- #~ "website and activate \"Super Socializer - Sharing\" widget in the desired "
2409
- #~ "area. This will display the sharing counts of the home/index page of your "
2410
- #~ "website. Do not forget to turn on the sharing counts in widget options."
2411
- #~ msgstr ""
2412
- #~ "Navigieren Sie Darstellung> Widgets Abschnitt in der Admin-Panel Ihrer "
2413
- #~ "Website und aktivieren \"Super-Socializer - Freigabe \" Widget in den "
2414
- #~ "gewünschten Bereich. Dies wird die gemeinsame Nutzung zählt der home / "
2415
- #~ "Index-Seite Ihrer Website angezeigt werden. Vergessen Sie nicht, auf den "
2416
- #~ "Austausch zählt in Widget-Optionen aktivieren."
2417
-
2418
- #~ msgid "Donate"
2419
- #~ msgstr "Spenden"
2420
-
2421
- #~ msgid ""
2422
- #~ "If you like the plugin, want to get it improved and want to see it at the "
2423
- #~ "top of other plugins, please consider making a donation."
2424
- #~ msgstr ""
2425
- #~ "Wenn ihnen dieses Plugin gef&auml;llt und Sie eine Weiterentwicklung "
2426
- #~ "unterstützen möchten, denken "
2427
-
2428
- #~ msgid "Load first"
2429
- #~ msgstr "Cargue primero"
2430
-
2431
- #~ msgid "Selected commenting will be loaded first on the page"
2432
- #~ msgstr "Comentando seleccionado se cargará primero en la página de"
2433
-
2434
- #~ msgid "Text on \"Switch to WordPress Commenting\" button"
2435
- #~ msgstr "Botón Texto de \"Cambiar a WordPress Comentando\""
2436
-
2437
- #, fuzzy
2438
- #~ msgid ""
2439
- #~ "This text will be display on the button to switch to WordPress comments"
2440
- #~ msgstr ""
2441
- #~ "Si está habilitado, sólo Facebook comentando estarán allí sin la opción "
2442
- #~ "de cambiar a WordPress comentar"
2443
-
2444
- #, fuzzy
2445
- #~ msgid "Text on \"Switch to Facebook Commenting\" button"
2446
- #~ msgstr "Consérvese únicamente Facebook Comentando"
2447
-
2448
- #, fuzzy
2449
- #~ msgid ""
2450
- #~ "This text will be displayed on the button to switch to Facebook comments"
2451
- #~ msgstr ""
2452
- #~ "Este texto se muestra en el botón para cambiar a los comentarios de "
2453
- #~ "Facebook"
2454
-
2455
- #~ msgid "Specify a title for commenting"
2456
- #~ msgstr "Especificar un título para comentarios"
2457
-
2458
- #~ msgid ""
2459
- #~ "Note: Twitter Social Login requires \"cURL support = enabled\" in your "
2460
- #~ "php.ini file."
2461
- #~ msgstr ""
2462
- #~ "Nota: Twitter Sociales Ingresar requiere \"soporte cURL = habilitado\" en "
2463
- #~ "su archivo php.ini."
2464
-
2465
- #~ msgid "How can I show combined share counts?"
2466
- #~ msgstr "¿Cómo muestro combinado conteos compartir?"
2467
-
2468
- #, fuzzy
2469
- #~ msgid "Facebook Comments"
2470
- #~ msgstr "Comentarios Facebook"
2471
-
2472
- #~ msgid ""
2473
- #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
2474
- #~ "><strong>Note: Social Login at comment form of your website will not get "
2475
- #~ "enabled if Facebook commenting is enabled.</strong>"
2476
- #~ msgstr ""
2477
- #~ "La interfaz Social Login se activará en tu formulario de Comentario "
2478
- #~ "Wordpress Nota: Social Login en el formulario de comentarios de su sitio "
2479
- #~ "web no se habilitará si Comentario Facebook está habilitado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-17 10:42+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:42+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -16,63 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:226
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 "Introduzca exactamente la siguiente url en <strong> Website </ strong> y <strong> Callback URL </ strong> opciones en su aplicación de Twitter (ver paso 3 %s)"
23
 
24
- #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrese CURL está activado en tu servidor web. Puede que tenga que ponerse en contacto con el administrador del servidor de su sitio web para comprobar esto"
27
 
28
- #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Verifique por favor su dirección de correo electrónico para iniciar sesión"
31
 
32
- #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Su email ha sido verificado. Ahora puede acceder a su cuenta"
35
 
36
- #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
- #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revise su bandeja de entrada de correo electrónico para completar el registro"
48
 
49
- #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Siga los pasos 11 y 12 en la página de configuración de aplicación de Google Plus, a punto de abrir"
52
 
53
- #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Deja una Respuesta"
56
 
57
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
 
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Pequeño Avatar Url"
65
 
66
- #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Target Url"
70
 
71
- #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Enviar que ha introducido ya está registrado o no válido"
74
 
75
- #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
78
 
@@ -85,118 +97,154 @@ msgstr "Configuración"
85
  msgid "Dismiss this notice"
86
  msgstr "Descartar este aviso"
87
 
88
- #: ../helper.php:150
89
  msgid "Click to show help"
90
  msgstr "Haga clic para mostrar ayuda"
91
 
92
- #: ../helper.php:150
93
  msgid "Click to hide help"
94
  msgstr "Haga clic para ocultar ayuda"
95
 
96
- #: ../helper.php:190
97
  msgid "Settings"
98
  msgstr "Configuración"
99
 
100
- #: ../helper.php:514
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Opciones guardadas correctamente"
104
 
105
- #: ../helper.php:518
106
  msgid "Account already exists or linked"
107
  msgstr "Cuenta ya existe o vinculado"
108
 
109
- #: ../helper.php:527
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Usted está listo para Socializar su sitio web."
113
 
114
- #: ../helper.php:527
115
  msgid "as primary social network"
116
  msgstr "como red social primaria"
117
 
118
- #: ../helper.php:542
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
121
 
122
- #: ../helper.php:579
123
  msgid "Currently"
124
  msgstr "actualmente"
125
 
126
- #: ../helper.php:579
127
  msgid "Remove"
128
  msgstr "quitar"
129
 
130
- #: ../helper.php:680
131
- msgid "Disable Horizontal Social Sharing on this "
132
- msgstr "Desactivar Horizontal Intercambio Social en esta"
133
-
134
- #: ../helper.php:685
135
- msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Desactivar Vertical Intercambio Social en esta"
137
 
138
- #: ../helper.php:690
139
  #, fuzzy
140
- msgid "Disable Horizontal like buttons on this "
141
  msgstr "Desactivar Horizontal Intercambio Social en esta"
142
 
143
- #: ../helper.php:695
144
  #, fuzzy
145
- msgid "Disable Vertical like buttons on this "
146
  msgstr "Desactivar Vertical Intercambio Social en esta"
147
 
148
- #: ../helper.php:700
 
 
 
 
 
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Habilitar Comentarios Facebook"
152
 
153
- #: ../helper.php:709
154
  #, fuzzy
155
- msgid "Horizontal sharing"
156
  msgstr "Horizontales Opciones para compartir la interfaz de"
157
 
158
- #: ../helper.php:715
159
- #: ../helper.php:734
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "conteos muestran acciones"
163
 
164
- #: ../helper.php:728
165
  #, fuzzy
166
- msgid "Vertical sharing"
167
- msgstr "Social Sharing"
168
 
169
- #: ../helper.php:820
170
  #, fuzzy
171
  msgid "Social Avatar"
172
  msgstr "Pequeño Avatar Url"
173
 
174
- #: ../helper.php:823
175
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
176
  msgstr ""
177
 
178
- #: ../helper.php:824
179
  msgid "Update social avatar, next time I Social Login"
180
  msgstr ""
181
 
182
- #: ../helper.php:827
183
  #, fuzzy
184
  msgid "Small Avatar"
185
  msgstr "Pequeño Avatar Url"
186
 
187
- #: ../helper.php:831
188
  #, fuzzy
189
  msgid "Large Avatar"
190
  msgstr "Target Url"
191
 
192
- #: ../helper.php:835
193
- #: ../admin/social_sharing.php:1259
194
- #: ../admin/social_commenting.php:457
195
- #: ../admin/social_login.php:785
196
- #: ../admin/like_buttons.php:732
 
197
  msgid "Save Changes"
198
  msgstr "Guardar cambios"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #: ../admin/help.php:4
201
  msgid "About"
202
  msgstr "Acerca de"
@@ -213,1286 +261,1463 @@ msgstr "por"
213
  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"
214
  msgstr "Somos un equipo creativo con ideas únicas en la mente y el servicio en el corazón. Nos encanta lo que hacemos. Para obtener más información, únase a nosotros en"
215
 
216
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Plugin Demo"
218
  msgstr "Demostración Plugin"
219
 
220
- #: ../admin/help.php:24
221
- msgid "Integrate Social Sharing with Google Analytics"
222
  msgstr ""
223
 
224
- #: ../admin/help.php:30
225
  msgid "Boost sharing by awarding points"
226
  msgstr "Impulsar el intercambio mediante la concesión de puntos"
227
 
228
- #: ../admin/help.php:36
229
  msgid "Award points for Social Login"
230
  msgstr "Otorgar puntos para Social Login"
231
 
232
- #: ../admin/help.php:42
233
  #, fuzzy
234
  msgid "Other Add-ons"
235
  msgstr "Complementos"
236
 
237
- #: ../admin/help.php:47
238
  msgid "Need Help?"
239
  msgstr "Necesitas Ayuda?"
240
 
241
- #: ../admin/help.php:49
242
  #, fuzzy
243
  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>"
244
  msgstr "Si quieres características personalizadas en el plugin, lo que puedo hacer por usted. Simplemente envíeme un correo electrónico a lordofthechamps@gmail.com"
245
 
246
- #: ../admin/help.php:54
247
  #, fuzzy
248
  msgid "Support Us"
249
  msgstr "Soporte"
250
 
251
- #: ../admin/help.php:57
252
- #: ../admin/help.php:60
253
- #: ../admin/help.php:61
254
- #: ../admin/help.php:62
255
- #: ../admin/help.php:63
256
- #: ../admin/help.php:64
257
  msgid "Rate 5-star"
258
  msgstr "Tasa de 5 estrellas"
259
 
260
- #: ../admin/help.php:72
261
- #: ../admin/social_sharing.php:437
262
- #: ../admin/social_sharing.php:814
263
- #: ../admin/social_login.php:84
264
- msgid "Facebook"
265
  msgstr ""
266
 
267
- #: ../admin/social_sharing.php:11
268
- #: ../admin/social_sharing.php:22
269
- #: ../admin/social_login.php:9
270
- #: ../admin/social_login.php:17
271
- #: ../admin/like_buttons.php:11
272
- #: ../admin/like_buttons.php:19
273
- msgid "Basic Configuration"
274
- msgstr "Configuración Básica"
275
 
276
- #: ../admin/social_sharing.php:12
277
  #, fuzzy
278
- msgid "Sharing Interface"
 
 
 
 
 
 
 
 
 
 
279
  msgstr "Horizontales Opciones para compartir la interfaz de"
280
 
281
- #: ../admin/social_sharing.php:13
 
282
  #, fuzzy
283
- msgid "Sharing Options"
284
- msgstr "Ubicación de uso compartido"
285
 
286
- #: ../admin/social_sharing.php:14
287
- #: ../admin/social_sharing.php:1214
288
- #: ../admin/social_login.php:11
289
- #: ../admin/social_login.php:773
290
- #: ../admin/like_buttons.php:13
291
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
292
  msgid "Shortcode & Widget"
293
  msgstr "Widgets y shortcodes"
294
 
295
- #: ../admin/social_sharing.php:15
296
  msgid "Troubleshooter"
297
  msgstr "Solucionador de problemas"
298
 
299
- #: ../admin/social_sharing.php:16
300
- #: ../admin/social_sharing.php:1245
301
- #: ../admin/social_commenting.php:12
302
- #: ../admin/social_commenting.php:446
303
  msgid "FAQ"
304
  msgstr ""
305
 
306
- #: ../admin/social_sharing.php:28
307
- msgid "Enable Social Sharing"
308
- msgstr "Habilitar Social Sharing"
309
-
310
- #: ../admin/social_sharing.php:38
311
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
312
- msgstr "Control maestro para compartir en redes sociales. Esto debe estar marcado para habilitar la funcionalidad de Social Sharing "
313
-
314
- #: ../admin/social_sharing.php:46
315
- msgid "Delete all the options on plugin deletion"
316
- msgstr "Eliminar todas las opciones de plugin de eliminación"
317
 
318
- #: ../admin/social_sharing.php:56
319
- 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."
320
- msgstr "Si se activa, las opciones del plugin será borrado cuando se elimina el plugin / desinstalado y tendrá que volver a configurar las opciones al instalar el plugin próxima vez."
 
321
 
322
- #: ../admin/social_sharing.php:71
323
- #, fuzzy
324
- msgid "Horizontal interface options"
325
- msgstr "Horizontales Opciones para compartir la interfaz de"
326
 
327
- #: ../admin/social_sharing.php:77
328
- #: ../admin/social_sharing.php:155
329
  msgid "Shape"
330
  msgstr "Forma"
331
 
332
- #: ../admin/social_sharing.php:85
333
- #: ../admin/social_sharing.php:163
334
  msgid "Round"
335
  msgstr "Ronda"
336
 
337
- #: ../admin/social_sharing.php:87
338
- #: ../admin/social_sharing.php:165
339
  msgid "Square"
340
  msgstr "Cuadrado"
341
 
342
- #: ../admin/social_sharing.php:94
343
- #: ../admin/social_sharing.php:172
 
 
 
 
 
344
  #, fuzzy
345
  msgid "Shape of the sharing icons"
346
  msgstr "conteos muestran acciones"
347
 
348
- #: ../admin/social_sharing.php:102
349
- #: ../admin/social_sharing.php:180
350
  msgid "Size (in pixels)"
351
  msgstr "Tamaño (en píxeles)"
352
 
353
- #: ../admin/social_sharing.php:120
354
- #: ../admin/social_sharing.php:198
355
  #, fuzzy
356
  msgid "Size of the sharing icons"
357
  msgstr "Habilitar interfaz de intercambio horizontal"
358
 
359
- #: ../admin/social_sharing.php:127
360
- #: ../admin/social_sharing.php:205
361
- msgid "Icon Preview"
362
- msgstr "Icono Vista previa"
 
363
 
364
- #: ../admin/social_sharing.php:141
365
- #: ../admin/social_sharing.php:219
366
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
367
- msgstr "No se olvide de guardar la configuración después de realizar cambios haciendo clic en el botón de guardar a continuación"
 
368
 
369
- #: ../admin/social_sharing.php:149
 
370
  #, fuzzy
371
- msgid "Vertical interface options"
372
- msgstr "Vertical (flotante) Opciones de interfaz compartir"
373
 
374
- #: ../admin/social_sharing.php:233
375
- msgid "Modernizr"
376
- msgstr ""
 
 
377
 
378
- #: ../admin/social_sharing.php:239
379
- msgid "Do not load Modernizr JS"
380
- msgstr "No cargue Modernizr JS"
 
 
381
 
382
- #: ../admin/social_sharing.php:249
383
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
384
- msgstr "Si usted encuentra el plugin romper su tema, puede intentar activar esta opción"
 
385
 
386
- #: ../admin/social_sharing.php:258
387
- #: ../admin/like_buttons.php:51
388
  #, fuzzy
389
- msgid "Url shortener"
390
- msgstr "bit.ly url acortador"
391
 
392
- #: ../admin/social_sharing.php:264
393
- msgid "Use shortlinks already installed"
394
- msgstr "Use shortlinks ya instalados"
 
 
 
 
 
395
 
396
- #: ../admin/social_sharing.php:274
397
- #: ../admin/like_buttons.php:67
398
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
399
- msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
 
 
 
 
400
 
401
- #: ../admin/social_sharing.php:282
402
- msgid "Enable bit.ly url shortener for sharing"
403
- msgstr "Habilitar acortador de url bit.ly para compartir"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
 
405
  #: ../admin/social_sharing.php:292
406
- #: ../admin/like_buttons.php:85
 
 
 
 
 
 
 
407
  #, fuzzy
408
- msgid "Master control to enable bit.ly url shortening for sharing"
409
- msgstr "Control maestro para permitir el intercambio horizontal"
410
 
411
- #: ../admin/social_sharing.php:300
412
- #: ../admin/like_buttons.php:93
413
- msgid "bit.ly username"
414
- msgstr "bit.ly nombre de usuario"
 
 
 
415
 
416
- #: ../admin/social_sharing.php:310
417
- #: ../admin/like_buttons.php:103
418
- #, fuzzy, php-format
419
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
420
- msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
 
 
 
 
 
421
 
422
  #: ../admin/social_sharing.php:319
423
- #: ../admin/like_buttons.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  #, fuzzy
425
- msgid "bit.ly API Key"
426
- msgstr "Clave Consumidor Twitter"
427
 
428
  #: ../admin/social_sharing.php:329
429
- #: ../admin/like_buttons.php:122
430
- #, fuzzy, php-format
431
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
432
- msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
433
 
434
- #: ../admin/social_sharing.php:339
435
- msgid "Twitter username in sharing"
436
- msgstr "Twitter nombre de usuario en el intercambio"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
 
438
  #: ../admin/social_sharing.php:345
439
- msgid "Twitter username (without @)"
440
- msgstr "Twitter nombre de usuario (sin @)"
 
 
441
 
442
  #: ../admin/social_sharing.php:355
443
- 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."
444
- msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se comparte como \"a travésUSERNAME\". Dejar vacío si no desea que cualquier nombre de usuario en el contenido que se comparte."
 
445
 
446
- #: ../admin/social_sharing.php:365
447
- msgid "Horizontal Sharing Interface Options"
 
448
  msgstr "Horizontales Opciones para compartir la interfaz de"
449
 
450
- #: ../admin/social_sharing.php:371
451
- msgid "Enable horizontal sharing interface"
 
452
  msgstr "Habilitar interfaz de intercambio horizontal"
453
 
454
- #: ../admin/social_sharing.php:381
455
- msgid "Master control to enable horizontal sharing"
 
456
  msgstr "Control maestro para permitir el intercambio horizontal"
457
 
458
- #: ../admin/social_sharing.php:391
459
- #: ../admin/social_sharing.php:786
460
- #: ../admin/like_buttons.php:227
461
- #: ../admin/like_buttons.php:468
462
  msgid "Target Url"
463
  msgstr "Target Url"
464
 
465
- #: ../admin/social_sharing.php:395
466
- #: ../admin/social_sharing.php:790
467
- #: ../admin/like_buttons.php:231
468
- #: ../admin/like_buttons.php:472
469
  msgid "Url of the webpage where icons are located (default)"
470
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
471
 
472
- #: ../admin/social_sharing.php:397
473
- #: ../admin/social_sharing.php:792
474
- #: ../admin/like_buttons.php:233
475
- #: ../admin/like_buttons.php:474
476
  msgid "Url of the homepage of your website"
477
  msgstr "Url de la página principal de su sitio web"
478
 
479
- #: ../admin/social_sharing.php:399
480
- #: ../admin/social_sharing.php:794
481
- #: ../admin/like_buttons.php:235
482
- #: ../admin/like_buttons.php:476
483
  #, fuzzy
484
  msgid "Custom url"
485
  msgstr "Url personalizada"
486
 
487
- #: ../admin/social_sharing.php:406
488
- #: ../admin/social_sharing.php:801
489
  msgid "Url to share"
490
  msgstr "Url compartir"
491
 
492
- #: ../admin/social_sharing.php:414
493
- #: ../admin/social_login.php:352
494
- #: ../admin/like_buttons.php:250
495
  msgid "Title"
496
  msgstr "Titulo"
497
 
498
- #: ../admin/social_sharing.php:424
499
  msgid "The text to display above the sharing interface"
500
  msgstr "El texto que se muestra por encima de la interfaz compartida "
501
 
502
- #: ../admin/social_sharing.php:432
503
- #: ../admin/social_sharing.php:809
504
- #: ../admin/social_login.php:79
505
- msgid "Select providers"
506
- msgstr "Seleccionar proveedores"
507
-
508
- #: ../admin/social_sharing.php:442
509
- #: ../admin/social_sharing.php:819
510
- #: ../admin/social_login.php:88
511
- msgid "Twitter"
512
- msgstr ""
513
-
514
- #: ../admin/social_sharing.php:447
515
- #: ../admin/social_sharing.php:824
516
- #: ../admin/social_login.php:92
517
- msgid "LinkedIn"
518
- msgstr ""
519
-
520
- #: ../admin/social_sharing.php:452
521
- #: ../admin/social_sharing.php:829
522
- #: ../admin/social_login.php:96
523
- msgid "Google+"
524
- msgstr ""
525
-
526
- #: ../admin/social_sharing.php:457
527
- #: ../admin/social_sharing.php:834
528
- msgid "Print"
529
- msgstr "Impresión"
530
-
531
- #: ../admin/social_sharing.php:462
532
- #: ../admin/social_sharing.php:839
533
- msgid "Email"
534
- msgstr ""
535
-
536
- #: ../admin/social_sharing.php:467
537
- #: ../admin/social_sharing.php:844
538
- msgid "Yahoo"
539
- msgstr ""
540
-
541
- #: ../admin/social_sharing.php:472
542
- #: ../admin/social_sharing.php:849
543
- msgid "Reddit"
544
- msgstr ""
545
-
546
- #: ../admin/social_sharing.php:477
547
- #: ../admin/social_sharing.php:854
548
- msgid "Digg"
549
- msgstr ""
550
-
551
- #: ../admin/social_sharing.php:482
552
- #: ../admin/social_sharing.php:859
553
- msgid "Delicious"
554
- msgstr ""
555
-
556
- #: ../admin/social_sharing.php:487
557
- #: ../admin/social_sharing.php:864
558
- msgid "StumbleUpon"
559
- msgstr ""
560
-
561
- #: ../admin/social_sharing.php:492
562
- #: ../admin/social_sharing.php:869
563
- msgid "Float it"
564
- msgstr ""
565
-
566
- #: ../admin/social_sharing.php:497
567
- #: ../admin/social_sharing.php:874
568
- msgid "Tumblr"
569
- msgstr ""
570
-
571
- #: ../admin/social_sharing.php:502
572
- #: ../admin/social_sharing.php:879
573
- #: ../admin/social_login.php:100
574
- msgid "Vkontakte"
575
- msgstr ""
576
-
577
- #: ../admin/social_sharing.php:507
578
- #: ../admin/social_sharing.php:884
579
- msgid "Pinterest"
580
- msgstr ""
581
-
582
- #: ../admin/social_sharing.php:512
583
- #: ../admin/social_sharing.php:889
584
- #: ../admin/social_login.php:108
585
- msgid "Xing"
586
- msgstr ""
587
-
588
- #: ../admin/social_sharing.php:517
589
- #: ../admin/social_sharing.php:894
590
- msgid "Whatsapp"
591
- msgstr ""
592
-
593
- #: ../admin/social_sharing.php:522
594
- #: ../admin/social_sharing.php:899
595
- msgid "Yummly"
596
- msgstr ""
597
-
598
- #: ../admin/social_sharing.php:527
599
- #: ../admin/social_sharing.php:904
600
- msgid "Buffer"
601
- msgstr ""
602
-
603
- #: ../admin/social_sharing.php:535
604
- #: ../admin/social_sharing.php:912
605
- msgid "Select the providers for sharing interface"
606
- msgstr "Seleccione los proveedores para compartir la interfaz"
607
-
608
- #: ../admin/social_sharing.php:543
609
- #: ../admin/social_sharing.php:920
610
  msgid "Rearrange icons"
611
  msgstr "Reorganizar iconos"
612
 
613
- #: ../admin/social_sharing.php:575
614
- #: ../admin/social_sharing.php:952
615
  msgid "Drag the icons to rearrange in desired order"
616
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
617
 
618
- #: ../admin/social_sharing.php:583
619
- #: ../admin/social_sharing.php:978
620
- #: ../admin/like_buttons.php:320
621
- #: ../admin/like_buttons.php:560
 
 
 
 
 
 
 
 
 
 
 
622
  #, fuzzy
623
  msgid "Horizontal alignment"
624
  msgstr "Horizontales Opciones para compartir la interfaz de"
625
 
626
- #: ../admin/social_sharing.php:587
627
- #: ../admin/social_sharing.php:982
628
- #: ../admin/like_buttons.php:324
629
- #: ../admin/like_buttons.php:564
630
- msgid "Left"
631
- msgstr "izquierda"
632
-
633
- #: ../admin/social_sharing.php:588
634
- #: ../admin/like_buttons.php:325
635
  msgid "Center"
636
  msgstr "centro"
637
 
638
- #: ../admin/social_sharing.php:589
639
- #: ../admin/social_sharing.php:983
640
- #: ../admin/like_buttons.php:326
641
- #: ../admin/like_buttons.php:565
642
- #, fuzzy
643
- msgid "Right"
644
- msgstr "Claro"
645
-
646
- #: ../admin/social_sharing.php:597
647
- #: ../admin/social_sharing.php:991
648
  #, fuzzy
649
  msgid "Horizontal alignment of the sharing interface"
650
  msgstr "Habilitar interfaz de intercambio horizontal"
651
 
652
- #: ../admin/social_sharing.php:605
653
- #: ../admin/like_buttons.php:342
654
  msgid "Position with respect to content"
655
  msgstr "Posición con respecto al contenido"
656
 
657
- #: ../admin/social_sharing.php:609
658
- #: ../admin/like_buttons.php:346
659
  msgid "Top of the content"
660
  msgstr "Parte superior del contenido"
661
 
662
- #: ../admin/social_sharing.php:611
663
- #: ../admin/like_buttons.php:348
664
  msgid "Bottom of the content"
665
  msgstr "Parte inferior del contenido"
666
 
667
- #: ../admin/social_sharing.php:618
668
  msgid "Specify position of the sharing interface with respect to the content"
669
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
670
 
671
- #: ../admin/social_sharing.php:626
672
- #: ../admin/social_sharing.php:1057
673
- msgid "Sharing location"
674
- msgstr "Ubicación de uso compartido"
675
 
676
- #: ../admin/social_sharing.php:630
677
- #: ../admin/social_sharing.php:1061
678
- #: ../admin/social_login.php:633
679
- #: ../admin/social_login.php:663
680
- #: ../admin/like_buttons.php:367
681
- #: ../admin/like_buttons.php:643
682
  msgid "Homepage"
683
  msgstr "Página de inicio"
684
 
685
- #: ../admin/social_sharing.php:632
686
- #: ../admin/social_sharing.php:1063
687
- #: ../admin/like_buttons.php:369
688
- #: ../admin/like_buttons.php:645
689
  msgid "Posts"
690
  msgstr "Publicaciones"
691
 
692
- #: ../admin/social_sharing.php:634
693
- #: ../admin/social_sharing.php:1065
694
- #: ../admin/like_buttons.php:371
695
- #: ../admin/like_buttons.php:647
696
  msgid "Pages"
697
  msgstr "Páginas"
698
 
699
- #: ../admin/social_sharing.php:636
700
- #: ../admin/social_sharing.php:1067
701
  msgid "Excerpts (at Homepage)"
702
  msgstr ""
703
 
704
- #: ../admin/social_sharing.php:638
705
- #: ../admin/social_sharing.php:1069
706
- #: ../admin/like_buttons.php:375
707
- #: ../admin/like_buttons.php:651
708
  msgid "Category Archives"
709
  msgstr "Archivos de la categoría"
710
 
711
- #: ../admin/social_sharing.php:640
712
- #: ../admin/social_sharing.php:1071
713
- #: ../admin/like_buttons.php:377
714
- #: ../admin/like_buttons.php:653
715
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
716
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
717
 
718
- #: ../admin/social_sharing.php:656
719
- #: ../admin/like_buttons.php:393
720
  #, fuzzy
721
  msgid "BuddyPress activity"
722
  msgstr "Actividad y grupos BuddyPress"
723
 
724
- #: ../admin/social_sharing.php:658
725
- #: ../admin/like_buttons.php:396
726
  msgid "BuddyPress group (only at top of content)"
727
  msgstr ""
728
 
729
- #: ../admin/social_sharing.php:664
730
- #: ../admin/social_sharing.php:1093
731
- #: ../admin/like_buttons.php:403
732
- #: ../admin/like_buttons.php:674
733
  msgid "BBPress forum"
734
  msgstr "foro BBPress"
735
 
736
- #: ../admin/social_sharing.php:667
737
- #: ../admin/social_sharing.php:1096
738
- #: ../admin/like_buttons.php:406
739
- #: ../admin/like_buttons.php:677
740
  msgid "BBPress topic"
741
  msgstr "tema BBPress"
742
 
743
- #: ../admin/social_sharing.php:670
744
- #: ../admin/like_buttons.php:409
745
  msgid "BBPress reply"
746
  msgstr "BBPress respuesta"
747
 
748
- #: ../admin/social_sharing.php:677
749
- #: ../admin/like_buttons.php:415
750
  msgid "After individual product at WooCommerce Shop page"
751
  msgstr "Después de cada producto en la página WooCommerce Shop"
752
 
753
- #: ../admin/social_sharing.php:680
754
- #: ../admin/like_buttons.php:418
755
  msgid "WooCommerce Product Page"
756
  msgstr "WooCommerce Product Page"
757
 
758
- #: ../admin/social_sharing.php:683
759
- #: ../admin/like_buttons.php:421
760
  msgid "WooCommerce Thankyou Page"
761
  msgstr "WooCommerce Gracias Página"
762
 
763
- #: ../admin/social_sharing.php:694
764
  msgid "Specify the pages where you want to enable Sharing interface"
765
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
766
 
767
- #: ../admin/social_sharing.php:702
768
- #: ../admin/social_sharing.php:1114
769
  msgid "Show share counts"
770
  msgstr "conteos muestran acciones"
771
 
772
- #: ../admin/social_sharing.php:712
773
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
774
  msgid "If enabled, share counts are displayed above sharing icons."
775
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
776
 
777
- #: ../admin/social_sharing.php:721
778
- #: ../admin/social_sharing.php:1133
779
  #, fuzzy
780
  msgid "Show total shares"
781
  msgstr "conteos muestran acciones"
782
 
783
- #: ../admin/social_sharing.php:731
784
- #: ../admin/social_sharing.php:1143
785
  #, fuzzy
786
  msgid "If enabled, total shares will be displayed with sharing icons"
787
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
788
 
789
- #: ../admin/social_sharing.php:740
790
- #: ../admin/social_sharing.php:1152
791
  #, fuzzy
792
  msgid "Enable 'More' icon"
793
  msgstr "Habilitar verificación de correo electrónico"
794
 
795
- #: ../admin/social_sharing.php:750
796
- #: ../admin/social_sharing.php:1162
797
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
798
  msgstr "Si se activa, icono \"Más\" se mostrará iconos de intercambio después de seleccionados que muestra las redes de intercambio adicionales en popup"
799
 
800
- #: ../admin/social_sharing.php:760
801
- msgid "Vertical (Floating) Sharing Interface Options"
 
802
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
803
 
804
- #: ../admin/social_sharing.php:766
805
- msgid "Enable vertical (floating) sharing interface"
 
806
  msgstr "Habilitar vertical (flotante) interfaz compartida"
807
 
808
- #: ../admin/social_sharing.php:776
809
- msgid "Master control to enable vertical (floating) sharing widget"
 
810
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
811
 
812
- #: ../admin/social_sharing.php:960
813
- #: ../admin/like_buttons.php:542
814
- msgid "Background Color"
815
- msgstr "color de fondo"
816
-
817
- #: ../admin/social_sharing.php:970
818
  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>"
819
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
820
 
821
- #: ../admin/social_sharing.php:1000
822
- #: ../admin/like_buttons.php:582
823
- msgid "Left offset"
824
- msgstr "desplazamiento izquierda"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
825
 
826
- #: ../admin/social_sharing.php:1010
 
827
  #, fuzzy
828
- 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."
829
- msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
830
 
831
- #: ../admin/social_sharing.php:1020
832
- #: ../admin/like_buttons.php:602
833
- #, fuzzy
834
- msgid "Right offset"
835
- msgstr "desplazamiento izquierda"
 
 
 
 
 
836
 
837
- #: ../admin/social_sharing.php:1030
 
838
  #, fuzzy
839
- 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."
840
- msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
841
 
842
- #: ../admin/social_sharing.php:1039
843
- #: ../admin/like_buttons.php:621
844
- msgid "Top offset"
845
- msgstr "superior compensar"
 
846
 
847
- #: ../admin/social_sharing.php:1049
848
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
849
- msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
 
 
850
 
851
- #: ../admin/social_sharing.php:1085
852
  #: ../admin/like_buttons.php:667
853
- #, fuzzy
854
- msgid "BuddyPress group"
855
- msgstr "Página de perfil BuddyPress"
856
 
857
- #: ../admin/social_sharing.php:1106
858
- msgid "Specify the pages where you want to enable vertical Sharing interface"
859
- msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
 
 
 
 
860
 
861
- #: ../admin/social_sharing.php:1170
862
- #, fuzzy
863
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
864
- msgstr "Ocultar compartir en dispositivos móviles"
865
 
866
- #: ../admin/social_sharing.php:1180
867
  #, fuzzy
868
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
869
- msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
870
 
871
- #: ../admin/social_sharing.php:1189
872
- msgid "Hide sharing on mobile devices"
873
- msgstr "Ocultar compartir en dispositivos móviles"
874
 
875
- #: ../admin/social_sharing.php:1199
876
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
877
- msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
 
878
 
879
- #: ../admin/social_sharing.php:1216
880
  #, fuzzy
881
- msgid "Social Sharing Shortcode & Widget"
882
- msgstr "Widgets y shortcodes"
883
 
884
- #: ../admin/social_sharing.php:1226
885
  msgid "Facebook Sharing Troubleshooter"
886
  msgstr "Facebook Sharing Solucionador de problemas"
887
 
888
- #: ../admin/social_sharing.php:1231
889
  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:"
890
  msgstr "Si Facebook compartir no está funcionando bien, haga clic en el siguiente enlace e introduzca la url problemático (donde compartir en Facebook no funciona correctamente) de su sitio web en el campo de texto:"
891
 
892
- #: ../admin/social_sharing.php:1247
893
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
894
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
895
 
896
- #: ../admin/social_sharing.php:1248
897
  #, fuzzy
898
  msgid "How can I disable sharing on particular page/post?"
899
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
900
 
901
- #: ../admin/social_sharing.php:1249
902
  msgid "How can I specify minimum sharing count for sharing networks?"
903
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
904
 
905
- #: ../admin/social_commenting.php:10
906
- #, fuzzy
907
- msgid "Social Commenting"
908
- msgstr "Comentarios Facebook"
909
 
910
- #: ../admin/social_commenting.php:11
911
- #: ../admin/social_commenting.php:434
912
- msgid "Shortcode"
913
- msgstr "Shortcodes"
 
 
 
914
 
915
- #: ../admin/social_commenting.php:18
916
  #, fuzzy
917
- msgid "General Options"
918
- msgstr "Ubicación de uso compartido"
 
 
 
 
 
919
 
920
- #: ../admin/social_commenting.php:24
921
  #, fuzzy
922
  msgid "Enable Social Commenting"
923
  msgstr "Habilitar Social Login"
924
 
925
- #: ../admin/social_commenting.php:34
926
  #, fuzzy
927
  msgid "Master control to enable Social Commenting"
928
  msgstr "Control maestro para permitir el intercambio horizontal"
929
 
930
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
 
931
  msgid "Order of tabs in commenting interface"
932
  msgstr "Orden de pestañas en la interfaz comentar"
933
 
934
- #: ../admin/social_commenting.php:52
935
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
936
  msgstr "Orden de las pestañas que se muestran en la interfaz comentando social. Por defecto es wordpress,facebook,googleplus,disqus"
937
 
938
- #: ../admin/social_commenting.php:60
939
  msgid "Comment area label"
940
  msgstr "Etiqueta área Comentario"
941
 
942
- #: ../admin/social_commenting.php:70
943
  #, fuzzy
944
  msgid "Label for comment area"
945
  msgstr "Comentarios Facebook"
946
 
947
- #: ../admin/social_commenting.php:83
948
  #, fuzzy
949
  msgid "Enable Social Commenting at"
950
  msgstr "Habilitar Social Login"
951
 
952
- #: ../admin/social_commenting.php:102
953
  #, fuzzy
954
  msgid "Specify the page/post groups where you want to enable Social Commenting"
955
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
956
 
957
- #: ../admin/social_commenting.php:113
958
  msgid "HTML ID of comment form container"
959
  msgstr "Identificación HTML del formulario de comentarios de contenedores"
960
 
961
- #: ../admin/social_commenting.php:123
962
  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."
963
  msgstr "Identificación HTML del elemento contenedor de la forma de comentario por defecto en el extremo delantero. Dejar en blanco para el ID por defecto - \"responder\". Es necesario especificar si el formulario de comentarios por defecto está apareciendo y comentar Social no está consiguiendo permitido al front-end de su sitio web."
964
 
965
- #: ../admin/social_commenting.php:133
966
  msgid "Labels"
967
  msgstr "Etiquetas"
968
 
969
- #: ../admin/social_commenting.php:138
970
  #, fuzzy
971
  msgid "Label for WordPress Commenting tab"
972
  msgstr "WordPress Comentarios"
973
 
974
- #: ../admin/social_commenting.php:147
975
  #, fuzzy
976
  msgid "Label for Facebook Commenting tab"
977
  msgstr "Habilitar Comentarios Facebook"
978
 
979
- #: ../admin/social_commenting.php:156
980
  #, fuzzy
981
  msgid "Label for G+ Commenting tab"
982
  msgstr "Comentarios Facebook"
983
 
984
- #: ../admin/social_commenting.php:165
985
  msgid "Label for Disqus Commenting tab"
986
  msgstr "Etiqueta para pestaña Comentando Disqus"
987
 
988
- #: ../admin/social_commenting.php:176
989
  msgid "Facebook Commenting Options"
990
  msgstr "Opciones de Comentarios Facebook"
991
 
992
- #: ../admin/social_commenting.php:182
993
  #, fuzzy
994
  msgid "Enable Facebook Comments notification and moderation"
995
  msgstr "Habilitar Comentarios Facebook"
996
 
997
- #: ../admin/social_commenting.php:190
998
- #: ../admin/social_commenting.php:200
999
  msgid "Enable Facebook Commenting"
1000
  msgstr "Habilitar Comentarios Facebook"
1001
 
1002
- #: ../admin/social_commenting.php:208
1003
- #: ../admin/social_commenting.php:366
1004
  msgid "Url to comment on"
1005
  msgstr "URL donde comentar"
1006
 
1007
- #: ../admin/social_commenting.php:218
1008
  #, fuzzy
1009
  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."
1010
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
1011
 
1012
- #: ../admin/social_commenting.php:226
1013
- #: ../admin/social_commenting.php:348
1014
  msgid "Width"
1015
  msgstr "Ancho"
1016
 
1017
- #: ../admin/social_commenting.php:236
1018
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1019
  msgstr "Dejar en blanco para la auto-ajustar el ancho. El ancho (en píxeles) del bloque de comentarios."
1020
 
1021
- #: ../admin/social_commenting.php:244
1022
  msgid "Color Scheme"
1023
  msgstr "Esquema de colores"
1024
 
1025
- #: ../admin/social_commenting.php:248
1026
  msgid "Light"
1027
  msgstr "Claro"
1028
 
1029
- #: ../admin/social_commenting.php:249
1030
  msgid "Dark"
1031
  msgstr "Obscuro"
1032
 
1033
- #: ../admin/social_commenting.php:257
1034
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1035
  msgstr "El esquema de color usado por el plugin. Puede ser \"\"claro\"\" u \"\"obscuro\"\"."
1036
 
1037
- #: ../admin/social_commenting.php:265
1038
  #, fuzzy
1039
  msgid "Number of comments"
1040
  msgstr "Número de publicaciones"
1041
 
1042
- #: ../admin/social_commenting.php:275
1043
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1044
  msgstr "El número de comentarios para mostrar por defecto. El valor mínimo es 1. El valor predeterminado es 10"
1045
 
1046
- #: ../admin/social_commenting.php:283
1047
  msgid "Order by"
1048
  msgstr "Ordenar por"
1049
 
1050
- #: ../admin/social_commenting.php:287
1051
  msgid "Social"
1052
  msgstr "Social"
1053
 
1054
- #: ../admin/social_commenting.php:288
1055
  msgid "Reverse Time"
1056
  msgstr "Revertir tiempo"
1057
 
1058
- #: ../admin/social_commenting.php:289
1059
  msgid "Time"
1060
  msgstr "Tiempo"
1061
 
1062
- #: ../admin/social_commenting.php:297
1063
  msgid "The order to use when displaying comments."
1064
  msgstr "El orden a utilizar cuando se muestran los comentarios."
1065
 
1066
- #: ../admin/social_commenting.php:305
1067
- #: ../admin/like_buttons.php:132
1068
- #: ../admin/like_buttons.php:138
1069
- msgid "Language"
1070
- msgstr "Idioma"
1071
-
1072
- #: ../admin/social_commenting.php:315
1073
  #, php-format
1074
  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)"
1075
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1076
 
1077
- #: ../admin/social_commenting.php:324
1078
  #, fuzzy
1079
  msgid "Google Plus Commenting Options"
1080
  msgstr "Opciones de Comentarios Facebook"
1081
 
1082
- #: ../admin/social_commenting.php:330
1083
- #: ../admin/social_commenting.php:340
1084
  #, fuzzy
1085
  msgid "Enable Google Plus Commenting"
1086
  msgstr "Habilitar Comentarios Facebook"
1087
 
1088
- #: ../admin/social_commenting.php:358
1089
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1090
  msgstr "Ancho de la interfaz Comentando GooglePlus. Dejar en blanco para el ajuste automático"
1091
 
1092
- #: ../admin/social_commenting.php:376
1093
  #, fuzzy
1094
  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."
1095
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
1096
 
1097
- #: ../admin/social_commenting.php:385
1098
  #, fuzzy
1099
  msgid "Disqus Commenting Options"
1100
  msgstr "Opciones de Comentarios Facebook"
1101
 
1102
- #: ../admin/social_commenting.php:391
1103
- #: ../admin/social_commenting.php:401
1104
  #, fuzzy
1105
  msgid "Enable Disqus Commenting"
1106
  msgstr "Habilitar Comentarios Facebook"
1107
 
1108
- #: ../admin/social_commenting.php:409
1109
  msgid "Disqus Shortname"
1110
  msgstr ""
1111
 
1112
- #: ../admin/social_commenting.php:419
1113
  #, fuzzy
1114
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1115
  msgstr "<strong>Necesario para utilizar Disqus comentar.</strong> Lo puedes encontrar en la sección de configuración del plugin Disqus como se muestra en la siguiente imagen"
1116
 
1117
- #: ../admin/social_commenting.php:436
1118
  #, fuzzy
1119
  msgid "Social Commenting Shortcode"
1120
  msgstr "Comentarios Facebook"
1121
 
1122
- #: ../admin/social_commenting.php:448
1123
  #, fuzzy
1124
  msgid "How can I disable Social Commenting at individual page/post?"
1125
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1126
 
1127
- #: ../admin/social_commenting.php:449
1128
  msgid "How to disable default comment form from Social Commenting?"
1129
  msgstr "Cómo desactivar la forma de comentario por defecto desde Comentando Social?"
1130
 
1131
- #: ../admin/social_login.php:10
1132
- msgid "Social Login"
1133
- msgstr "Social Login"
1134
-
1135
- #: ../admin/social_login.php:23
1136
  msgid "Enable Social Login"
1137
  msgstr "Habilitar Social Login"
1138
 
1139
- #: ../admin/social_login.php:33
1140
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1141
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1142
 
1143
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
1144
  msgid "Disable user registration via Social Login"
1145
  msgstr "Registro de usuario Desactivar través Social Login"
1146
 
1147
- #: ../admin/social_login.php:51
1148
  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."
1149
  msgstr "Después de habilitar esta opción, los nuevos usuarios no podrán acceder a través de conexión social. Sólo los usuarios existentes podrán entrada social."
1150
 
1151
- #: ../admin/social_login.php:60
1152
  #, fuzzy
1153
  msgid "Redirection url"
1154
  msgstr "Redireccionamiento de inicio de sesión"
1155
 
1156
- #: ../admin/social_login.php:70
1157
  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."
1158
  msgstr "Usuario será redirigido a esta página después de intento de registro sin éxito a través de Social Login. Puede especificar la url del formulario de registro o de un mensaje de la página que muestra con respecto al registro discapacitados a través de Social Login."
1159
 
1160
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1161
  msgid "Instagram"
1162
  msgstr ""
1163
 
1164
- #: ../admin/social_login.php:116
 
 
 
 
1165
  msgid "Select Social ID provider to enable in Social Login"
1166
  msgstr "Seleccione un proveedor de Identificación Social para habilitarse en Social Login"
1167
 
1168
- #: ../admin/social_login.php:124
1169
  msgid "Facebook App ID"
1170
  msgstr "ID de App. Facebook"
1171
 
1172
- #: ../admin/social_login.php:134
1173
  #, php-format
1174
  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"
1175
  msgstr "Necesario para que funcione Facebook Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de App. Facebook"
1176
 
1177
- #: ../admin/social_login.php:136
1178
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1179
  msgstr "Pegue siguiente url en <strong>Site URL</ strong> en el enlace mencionado"
1180
 
1181
- #: ../admin/social_login.php:146
1182
  #, fuzzy
1183
  msgid "Twitter API Key"
1184
  msgstr "Clave Consumidor Twitter"
1185
 
1186
- #: ../admin/social_login.php:156
1187
  #, fuzzy, php-format
1188
  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"
1189
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
1190
 
1191
- #: ../admin/social_login.php:158
1192
- #: ../admin/social_login.php:180
1193
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1194
  msgstr "Pegue siguiente url en <strong>Website</strong> y <strong>Callback URL</ strong> Opciones en el enlace mencionado"
1195
 
1196
- #: ../admin/social_login.php:168
1197
  #, fuzzy
1198
  msgid "Twitter API Secret"
1199
  msgstr "Twitter Secreto del Consumidor"
1200
 
1201
- #: ../admin/social_login.php:178
1202
  #, fuzzy, php-format
1203
  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"
1204
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1205
 
1206
- #: ../admin/social_login.php:190
1207
  msgid "LinkedIn API Key"
1208
  msgstr "Clave LinkedIn API"
1209
 
1210
- #: ../admin/social_login.php:200
1211
  #, php-format
1212
  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"
1213
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1214
 
1215
- #: ../admin/social_login.php:202
1216
- #: ../admin/social_login.php:268
1217
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1218
  msgstr "Pegar siguiente url en <strong>Website URL</strong> en el enlace mencionado"
1219
 
1220
- #: ../admin/social_login.php:212
1221
  msgid "Google+ Client ID"
1222
  msgstr "ID Cliente Google+"
1223
 
1224
- #: ../admin/social_login.php:222
1225
  #, php-format
1226
  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"
1227
  msgstr "Requerida para que funcione GooglePlus Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente GooglePlus"
1228
 
1229
- #: ../admin/social_login.php:224
1230
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1231
  msgstr "Pegar siguiente url en <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</ strong> Opciones en el enlace mencionado"
1232
 
1233
- #: ../admin/social_login.php:234
1234
  msgid "Vkontakte Application ID"
1235
  msgstr "ID de App. Vkontakte"
1236
 
1237
- #: ../admin/social_login.php:244
1238
  #, php-format
1239
  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"
1240
  msgstr "Requerida para que funcione Vkontakte Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de app Vkontakte"
1241
 
1242
- #: ../admin/social_login.php:246
1243
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1244
  msgstr "Pegar siguiente url en <strong>Site address</ strong> en el enlace mencionado"
1245
 
1246
- #: ../admin/social_login.php:256
1247
  msgid "Instagram Client ID"
1248
  msgstr "ID Cliente Instagram"
1249
 
1250
- #: ../admin/social_login.php:266
1251
  #, php-format
1252
  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"
1253
  msgstr "Requerida para que funcione Instagram Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente Instagram"
1254
 
1255
- #: ../admin/social_login.php:278
1256
  msgid "Xing Consumer Key"
1257
  msgstr ""
1258
 
1259
- #: ../admin/social_login.php:288
1260
  #, fuzzy, php-format
1261
  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"
1262
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1263
 
1264
- #: ../admin/social_login.php:290
1265
- #: ../admin/social_login.php:312
1266
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1267
  msgstr "Pegar siguiente url en el dominio de devolución de llamada <strong>Callback domain</ strong> en el enlace mencionado"
1268
 
1269
- #: ../admin/social_login.php:300
1270
  msgid "Xing Consumer Secret"
1271
  msgstr ""
1272
 
1273
- #: ../admin/social_login.php:310
1274
  #, fuzzy, php-format
1275
  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"
1276
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1277
 
1278
- #: ../admin/social_login.php:322
1279
- msgid "Include Javascript in website footer"
1280
- msgstr "Incluir Javascript en el pie de página del sitio web"
1281
-
1282
- #: ../admin/social_login.php:332
1283
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1284
- msgstr "Si está activado (recomendado), archivos Javascript se incluirán en el pie de página de su sitio web."
1285
-
1286
- #: ../admin/social_login.php:346
1287
  msgid "Login options"
1288
  msgstr "Opciones Inicio de Sesión"
1289
 
1290
- #: ../admin/social_login.php:362
1291
  msgid "Text to display above the Social Login interface"
1292
  msgstr "Texto para mostrar por encima de la interfaz Social Login"
1293
 
1294
- #: ../admin/social_login.php:371
1295
  msgid "Enable at login page"
1296
  msgstr "Activar en la página de inicio de sesión"
1297
 
1298
- #: ../admin/social_login.php:381
1299
  #, fuzzy
1300
  msgid "Social Login interface will get enabled at the login page of your website"
1301
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1302
 
1303
- #: ../admin/social_login.php:389
1304
  msgid "Enable at register page"
1305
  msgstr "Habilitar en página de registro"
1306
 
1307
- #: ../admin/social_login.php:399
1308
  #, fuzzy
1309
  msgid "Social Login interface will get enabled at the registration page of your website"
1310
  msgstr "La interfaz Social Login se habilitará en su página de registro Wordpress"
1311
 
1312
- #: ../admin/social_login.php:407
1313
  msgid "Enable at comment form"
1314
  msgstr "Habilitar en formulario de Comentario"
1315
 
1316
- #: ../admin/social_login.php:417
1317
  #, fuzzy
1318
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1319
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1320
 
1321
- #: ../admin/social_login.php:431
1322
  msgid "Enable before WooCommerce Customer Login Form"
1323
  msgstr "Habilitar antes WooCommerce Formulario Cliente Login"
1324
 
1325
- #: ../admin/social_login.php:441
1326
  #, fuzzy
1327
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1328
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1329
 
1330
- #: ../admin/social_login.php:449
1331
  msgid "Enable after WooCommerce Customer Login Form"
1332
  msgstr "Activar después WooCommerce Formulario Cliente Login"
1333
 
1334
- #: ../admin/social_login.php:459
1335
  #, fuzzy
1336
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1337
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1338
 
1339
- #: ../admin/social_login.php:467
1340
  #, fuzzy
1341
  msgid "Enable at WooCommerce checkout page"
1342
  msgstr "Habilitar en página de registro"
1343
 
1344
- #: ../admin/social_login.php:477
1345
  #, fuzzy
1346
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1347
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1348
 
1349
- #: ../admin/social_login.php:488
1350
  msgid "Auto-approve comments made by Social Login users"
1351
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1352
 
1353
- #: ../admin/social_login.php:498
1354
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1355
  msgstr "Si esta opción está activada, y WordPress comentario es hecho por Social Login usuario, comentario será aprobado inmediatamente sin tener en moderación."
1356
 
1357
- #: ../admin/social_login.php:499
1358
  msgid "Note: This is not related to Facebook comments"
1359
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1360
 
1361
- #: ../admin/social_login.php:509
1362
  msgid "Enable social avatar"
1363
  msgstr "Habilitar avatar Social"
1364
 
1365
- #: ../admin/social_login.php:519
1366
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1367
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1368
 
1369
- #: ../admin/social_login.php:529
1370
  msgid "Avatar quality"
1371
  msgstr "Avatar calidad"
1372
 
1373
- #: ../admin/social_login.php:532
1374
  msgid "Average"
1375
  msgstr "promedio"
1376
 
1377
- #: ../admin/social_login.php:533
1378
  msgid "Best"
1379
  msgstr "Mejor"
1380
 
1381
- #: ../admin/social_login.php:540
1382
  msgid "Choose avatar quality"
1383
  msgstr "Elija la calidad avatar"
1384
 
1385
- #: ../admin/social_login.php:549
1386
  #, fuzzy
1387
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1388
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1389
 
1390
- #: ../admin/social_login.php:559
1391
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_login.php:580
1395
  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"
1396
  msgstr "Si lo habilita y el proveedor de Identificación Social no proporciona dirección de correo electrónico del usuario al iniciar sesión, se le pedirá al usuario proporcionar su dirección de correo electrónico De lo contrario, un correo electrónico ficticio, se generará"
1397
 
1398
- #: ../admin/social_login.php:589
1399
  msgid "Send username-password after user registration"
1400
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1401
 
1402
- #: ../admin/social_login.php:599
1403
  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)"
1404
  msgstr "Si está habilitada, un correo electrónico será enviado al usuario después del registro a través de Social Login, con respecto a su / sus credenciales de inicio de sesión (nombre de usuario-contraseña para poder ingresar a través del formulario de inicio de sesión tradicional)"
1405
 
1406
- #: ../admin/social_login.php:608
1407
  msgid "Enable social account linking at BuddyPress profile page"
1408
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1409
 
1410
- #: ../admin/social_login.php:618
1411
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1412
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1413
 
1414
- #: ../admin/social_login.php:627
1415
  msgid "Login redirection"
1416
  msgstr "Redireccionamiento de inicio de sesión"
1417
 
1418
- #: ../admin/social_login.php:631
1419
  msgid "Same page where user logged in"
1420
  msgstr "La misma página donde el usuario ha iniciado sesión"
1421
 
1422
- #: ../admin/social_login.php:635
1423
- #: ../admin/social_login.php:665
1424
  msgid "Account dashboard"
1425
  msgstr "Panel de cuenta"
1426
 
1427
- #: ../admin/social_login.php:638
1428
- #: ../admin/social_login.php:668
1429
  msgid "BuddyPress profile page"
1430
  msgstr "Página de perfil BuddyPress"
1431
 
1432
- #: ../admin/social_login.php:641
1433
- #: ../admin/social_login.php:671
1434
  msgid "Custom Url"
1435
  msgstr "Url personalizada"
1436
 
1437
- #: ../admin/social_login.php:649
1438
  msgid "User will be redirected to the selected page after Social Login"
1439
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1440
 
1441
- #: ../admin/social_login.php:657
1442
  msgid "Registration redirection"
1443
  msgstr "redirección de registro"
1444
 
1445
- #: ../admin/social_login.php:661
1446
  #, fuzzy
1447
  msgid "Same page from where user registered"
1448
  msgstr "La misma página donde el usuario ha iniciado sesión"
1449
 
1450
- #: ../admin/social_login.php:679
1451
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1452
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1453
 
1454
- #: ../admin/social_login.php:687
1455
  msgid "Email popup options"
1456
  msgstr "opciones emergentes de correo electrónico"
1457
 
1458
- #: ../admin/social_login.php:693
1459
  msgid "Text on 'Email required' popup"
1460
  msgstr "Texto en 'Email required' popup"
1461
 
1462
- #: ../admin/social_login.php:703
1463
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1464
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1465
 
1466
- #: ../admin/social_login.php:712
1467
  msgid "Error message for 'Email required' popup"
1468
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1469
 
1470
- #: ../admin/social_login.php:722
1471
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1472
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1473
 
1474
- #: ../admin/social_login.php:731
1475
  msgid "Email popup height"
1476
  msgstr "email altura popup"
1477
 
1478
- #: ../admin/social_login.php:741
1479
  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."
1480
  msgstr "Si usted está viendo la barra de desplazamiento vertical en el \"Correo electrónico requerido\" emergente, puede aumentar la altura del elemento emergente mediante la especificación de esta opción. Dejar en blanco para el defecto."
1481
 
1482
- #: ../admin/social_login.php:749
1483
  msgid "Enable email verification"
1484
  msgstr "Habilitar verificación de correo electrónico"
1485
 
1486
- #: ../admin/social_login.php:759
1487
  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"
1488
  msgstr "Si está activado, el correo electrónico proporcionado por el usuario se verificará mediante el envío de un enlace de confirmación a ese correo electrónico. El usuario no podrá iniciar sesión sin verificar su email"
1489
 
1490
- #: ../admin/social_login.php:775
1491
  #, fuzzy
1492
  msgid "Social Login Shortcode & Widget"
1493
  msgstr "Widgets y shortcodes"
1494
 
1495
- #: ../admin/social_login.php:776
1496
  msgid "Social Linking Shortcode"
1497
  msgstr ""
1498
 
@@ -1532,169 +1757,165 @@ msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales pa
1532
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1533
  msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales para compartir y configurar los opciones para compartir."
1534
 
1535
- #: ../admin/like_buttons.php:12
1536
- msgid "Like Buttons"
1537
- msgstr "Como Botones"
1538
-
1539
- #: ../admin/like_buttons.php:25
1540
  msgid "Enable Like Buttons"
1541
  msgstr "Habilitar como botones"
1542
 
1543
- #: ../admin/like_buttons.php:35
1544
  #, fuzzy
1545
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1546
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1547
 
1548
- #: ../admin/like_buttons.php:57
1549
- msgid "Use shortlinks already installed, for tweet button"
1550
- msgstr "Utilice shortlinks ya instalados, para botón de Tweet"
1551
-
1552
- #: ../admin/like_buttons.php:75
1553
- msgid "Enable bit.ly url shortener for tweet button"
1554
- msgstr "Habilitar acortador de url bit.ly para el botón de Twitter"
1555
-
1556
- #: ../admin/like_buttons.php:148
1557
- #, fuzzy, php-format
1558
- 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)"
1559
- msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1560
-
1561
- #: ../admin/like_buttons.php:157
1562
- #, fuzzy
1563
- msgid "Twitter Username"
1564
- msgstr "Twitter nombre de usuario en el intercambio"
1565
-
1566
- #: ../admin/like_buttons.php:163
1567
- #, fuzzy
1568
- msgid "Twitter username for Tweet (without @)"
1569
- msgstr "Twitter nombre de usuario (sin @)"
1570
-
1571
- #: ../admin/like_buttons.php:173
1572
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1573
- msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1574
-
1575
- #: ../admin/like_buttons.php:182
1576
- #, fuzzy
1577
- msgid "Twitter username for Buffer sharing (without @)"
1578
- msgstr "Twitter nombre de usuario (sin @)"
1579
-
1580
- #: ../admin/like_buttons.php:192
1581
- #, fuzzy
1582
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1583
- msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1584
-
1585
- #: ../admin/like_buttons.php:201
1586
  #, fuzzy
1587
- msgid "Horizontal Interface Options"
1588
  msgstr "Horizontales Opciones para compartir la interfaz de"
1589
 
1590
- #: ../admin/like_buttons.php:207
1591
  #, fuzzy
1592
- msgid "Enable horizontal interface"
1593
  msgstr "Habilitar interfaz de intercambio horizontal"
1594
 
1595
- #: ../admin/like_buttons.php:217
1596
  #, fuzzy
1597
  msgid "Master control to enable horizontal like buttons"
1598
  msgstr "Control maestro para permitir el intercambio horizontal"
1599
 
1600
- #: ../admin/like_buttons.php:242
1601
- #: ../admin/like_buttons.php:483
1602
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1603
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
1604
 
1605
- #: ../admin/like_buttons.php:260
1606
  #, fuzzy
1607
  msgid "The text to display above the interface"
1608
  msgstr "El texto que se muestra por encima de la interfaz compartida "
1609
 
1610
- #: ../admin/like_buttons.php:268
1611
- #: ../admin/like_buttons.php:491
1612
  #, fuzzy
1613
  msgid "Select and rearrange providers"
1614
  msgstr "Seleccionar proveedores"
1615
 
1616
- #: ../admin/like_buttons.php:312
1617
- #: ../admin/like_buttons.php:534
1618
  #, fuzzy
1619
  msgid "Select the providers for interface. Drag them to rearrange."
1620
  msgstr "Seleccione los proveedores para compartir la interfaz"
1621
 
1622
- #: ../admin/like_buttons.php:334
1623
- #: ../admin/like_buttons.php:573
1624
  #, fuzzy
1625
  msgid "Horizontal alignment of the interface"
1626
  msgstr "Habilitar interfaz de intercambio horizontal"
1627
 
1628
- #: ../admin/like_buttons.php:355
1629
  #, fuzzy
1630
  msgid "Specify position of the interface with respect to the content"
1631
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
1632
 
1633
- #: ../admin/like_buttons.php:363
1634
- #: ../admin/like_buttons.php:639
1635
  #, fuzzy
1636
  msgid "Interface location"
1637
  msgstr "Ubicación de uso compartido"
1638
 
1639
- #: ../admin/like_buttons.php:373
1640
- #: ../admin/like_buttons.php:649
1641
  msgid "Excerpts"
1642
  msgstr "Extractos"
1643
 
1644
- #: ../admin/like_buttons.php:432
1645
  #, fuzzy
1646
  msgid "Specify the pages where you want to enable interface"
1647
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1648
 
1649
- #: ../admin/like_buttons.php:442
1650
  #, fuzzy
1651
  msgid "Vertical (Floating) like buttons Options"
1652
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
1653
 
1654
- #: ../admin/like_buttons.php:448
1655
  #, fuzzy
1656
- msgid "Enable vertical (floating) like buttons"
1657
  msgstr "Habilitar vertical (flotante) interfaz compartida"
1658
 
1659
- #: ../admin/like_buttons.php:458
1660
  #, fuzzy
1661
  msgid "Master control to enable vertical (floating) counter widget"
1662
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
1663
 
1664
- #: ../admin/like_buttons.php:552
1665
  #, fuzzy
1666
  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>"
1667
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1668
 
1669
- #: ../admin/like_buttons.php:592
1670
  #, fuzzy
1671
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1672
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1673
 
1674
- #: ../admin/like_buttons.php:612
1675
  #, fuzzy
1676
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1677
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1678
 
1679
- #: ../admin/like_buttons.php:631
1680
  #, fuzzy
1681
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1682
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
1683
 
1684
- #: ../admin/like_buttons.php:687
1685
  #, fuzzy
1686
  msgid "Specify the pages where you want to enable vertical interface"
1687
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
1688
 
1689
- #: ../admin/like_buttons.php:695
1690
  msgid "Hide like buttons on mobile devices"
1691
  msgstr "Ocultar como botones en dispositivos móviles"
1692
 
1693
- #: ../admin/like_buttons.php:705
1694
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1695
  msgstr "Si está activado, los botones verticales como no van a aparecer en dispositivos móviles"
1696
 
1697
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1698
  #, fuzzy
1699
  msgid "Like Buttons Shortcode & Widget"
1700
  msgstr "Widgets y shortcodes"
@@ -1704,11 +1925,11 @@ msgstr "Widgets y shortcodes"
1704
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1705
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1706
 
1707
- #: ../inc/social_sharing.php:613
1708
  msgid "Invalid request"
1709
  msgstr "petición no válida"
1710
 
1711
- #: ../inc/social_sharing.php:620
1712
  msgid "Providers not selected"
1713
  msgstr "Los proveedores no seleccionados"
1714
 
@@ -1857,6 +2078,69 @@ msgstr "Widget de flotación vertical. ​​Deje que sus usuarios del website c
1857
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1858
  msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"Super Socializer > Como Botones\" página."
1859
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1860
  #~ msgid "Options saved successfully"
1861
  #~ msgstr "Opciones guardadas correctamente"
1862
 
@@ -1905,10 +2189,6 @@ msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"
1905
  #~ "Un valor booleano que especifica si se mostrará la versión optimizada "
1906
  #~ "para móviles o no. "
1907
 
1908
- #, fuzzy
1909
- #~ msgid "Sortcode & Widget"
1910
- #~ msgstr "Widgets y shortcodes"
1911
-
1912
  #~ msgid "Twitter username in tweet button"
1913
  #~ msgstr "Twitter nombre de usuario en el botón de Twitter"
1914
 
@@ -2328,14 +2608,6 @@ msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"
2328
  #~ msgid "Important note"
2329
  #~ msgstr "nota importante"
2330
 
2331
- #, fuzzy
2332
- #~ msgid ""
2333
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2334
- #~ "\"_blank\">this link</a>"
2335
- #~ msgstr ""
2336
- #~ "Para utilizar esta función, siga los pasos mencionados en <a href=\"%s\" "
2337
- #~ "target=\"_blank\">este enlace</ a>"
2338
-
2339
  #~ msgid "Publish feed on user's timeline on Facebook login"
2340
  #~ msgstr ""
2341
  #~ "Publicar alimentación en la línea de tiempo del usuario al ingresar a "
@@ -2460,9 +2732,6 @@ msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"
2460
  #~ "cuenta con de página \"Compartir redes sociales \" en el panel de "
2461
  #~ "administración."
2462
 
2463
- #~ msgid "Donate"
2464
- #~ msgstr "Donar"
2465
-
2466
  #~ msgid ""
2467
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2468
  #~ "top of other plugins, please consider making a donation."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:39+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:39+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Introduzca exactamente la siguiente url en <strong> Website </ strong> y <strong> Callback URL </ strong> opciones en su aplicación de Twitter (ver paso 3 %s)"
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrese CURL está activado en tu servidor web. Puede que tenga que ponerse en contacto con el administrador del servidor de su sitio web para comprobar esto"
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Verifique por favor su dirección de correo electrónico para iniciar sesión"
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Su email ha sido verificado. Ahora puede acceder a su cuenta"
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
+ #: ../super_socializer.php:417
41
+ #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revise su bandeja de entrada de correo electrónico para completar el registro"
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Siga los pasos 11 y 12 en la página de configuración de aplicación de Google Plus, a punto de abrir"
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Deja una Respuesta"
56
 
57
+ #: ../super_socializer.php:711
58
+ #, fuzzy
59
+ msgid "Super Socializer - General Options"
60
+ msgstr "Super Socializer - Login"
61
+
62
+ #: ../super_socializer.php:711
63
+ #: ../admin/general_options.php:11
64
+ #: ../admin/social_commenting.php:42
65
+ #, fuzzy
66
+ msgid "General Options"
67
+ msgstr "Ubicación de uso compartido"
68
+
69
+ #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Login"
73
 
74
+ #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Pequeño Avatar Url"
77
 
78
+ #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Target Url"
82
 
83
+ #: ../super_socializer.php:848
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Enviar que ha introducido ya está registrado o no válido"
86
 
87
+ #: ../super_socializer.php:852
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
90
 
97
  msgid "Dismiss this notice"
98
  msgstr "Descartar este aviso"
99
 
100
+ #: ../helper.php:155
101
  msgid "Click to show help"
102
  msgstr "Haga clic para mostrar ayuda"
103
 
104
+ #: ../helper.php:155
105
  msgid "Click to hide help"
106
  msgstr "Haga clic para ocultar ayuda"
107
 
108
+ #: ../helper.php:249
109
  msgid "Settings"
110
  msgstr "Configuración"
111
 
112
+ #: ../helper.php:572
113
  #, fuzzy
114
  msgid "Account linked successfully"
115
  msgstr "Opciones guardadas correctamente"
116
 
117
+ #: ../helper.php:576
118
  msgid "Account already exists or linked"
119
  msgstr "Cuenta ya existe o vinculado"
120
 
121
+ #: ../helper.php:585
122
  #, fuzzy
123
  msgid "You are already connected with"
124
  msgstr "Usted está listo para Socializar su sitio web."
125
 
126
+ #: ../helper.php:585
127
  msgid "as primary social network"
128
  msgstr "como red social primaria"
129
 
130
+ #: ../helper.php:600
131
  msgid "Link your social account to login to your account at this website"
132
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
133
 
134
+ #: ../helper.php:637
135
  msgid "Currently"
136
  msgstr "actualmente"
137
 
138
+ #: ../helper.php:637
139
  msgid "Remove"
140
  msgstr "quitar"
141
 
142
+ #: ../helper.php:738
143
+ #, fuzzy
144
+ msgid "Disable Standard Social Sharing on this "
 
 
 
145
  msgstr "Desactivar Vertical Intercambio Social en esta"
146
 
147
+ #: ../helper.php:743
148
  #, fuzzy
149
+ msgid "Disable Floating Social Sharing on this "
150
  msgstr "Desactivar Horizontal Intercambio Social en esta"
151
 
152
+ #: ../helper.php:748
153
  #, fuzzy
154
+ msgid "Disable Standard like buttons on this "
155
  msgstr "Desactivar Vertical Intercambio Social en esta"
156
 
157
+ #: ../helper.php:753
158
+ #, fuzzy
159
+ msgid "Disable Floating like buttons on this "
160
+ msgstr "Desactivar Horizontal Intercambio Social en esta"
161
+
162
+ #: ../helper.php:758
163
  #, fuzzy
164
  msgid "Disable Social Commenting on this "
165
  msgstr "Habilitar Comentarios Facebook"
166
 
167
+ #: ../helper.php:767
168
  #, fuzzy
169
+ msgid "Standard Sharing Interface"
170
  msgstr "Horizontales Opciones para compartir la interfaz de"
171
 
172
+ #: ../helper.php:773
173
+ #: ../helper.php:792
174
  #, fuzzy
175
  msgid "Starting share count for "
176
  msgstr "conteos muestran acciones"
177
 
178
+ #: ../helper.php:786
179
  #, fuzzy
180
+ msgid "Floating Sharing Interface"
181
+ msgstr "Horizontales Opciones para compartir la interfaz de"
182
 
183
+ #: ../helper.php:878
184
  #, fuzzy
185
  msgid "Social Avatar"
186
  msgstr "Pequeño Avatar Url"
187
 
188
+ #: ../helper.php:881
189
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
190
  msgstr ""
191
 
192
+ #: ../helper.php:882
193
  msgid "Update social avatar, next time I Social Login"
194
  msgstr ""
195
 
196
+ #: ../helper.php:885
197
  #, fuzzy
198
  msgid "Small Avatar"
199
  msgstr "Pequeño Avatar Url"
200
 
201
+ #: ../helper.php:889
202
  #, fuzzy
203
  msgid "Large Avatar"
204
  msgstr "Target Url"
205
 
206
+ #: ../helper.php:893
207
+ #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1732
209
+ #: ../admin/social_commenting.php:464
210
+ #: ../admin/social_login.php:778
211
+ #: ../admin/like_buttons.php:764
212
  msgid "Save Changes"
213
  msgstr "Guardar cambios"
214
 
215
+ #: ../admin/general_options.php:17
216
+ msgid "Include Javascript in website footer"
217
+ msgstr "Incluir Javascript en el pie de página del sitio web"
218
+
219
+ #: ../admin/general_options.php:27
220
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
221
+ msgstr "Si está activado (recomendado), archivos Javascript se incluirán en el pie de página de su sitio web."
222
+
223
+ #: ../admin/general_options.php:35
224
+ msgid "Load all Javascript files in single file"
225
+ msgstr ""
226
+
227
+ #: ../admin/general_options.php:45
228
+ msgid "Loads Javascript in single request."
229
+ msgstr ""
230
+
231
+ #: ../admin/general_options.php:53
232
+ msgid "Delete all the options on plugin deletion"
233
+ msgstr "Eliminar todas las opciones de plugin de eliminación"
234
+
235
+ #: ../admin/general_options.php:63
236
+ 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."
237
+ msgstr "Si se activa, las opciones del plugin será borrado cuando se elimina el plugin / desinstalado y tendrá que volver a configurar las opciones al instalar el plugin próxima vez."
238
+
239
+ #: ../admin/general_options.php:71
240
+ #, fuzzy
241
+ msgid "Custom CSS"
242
+ msgstr "Url personalizada"
243
+
244
+ #: ../admin/general_options.php:81
245
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
246
+ msgstr ""
247
+
248
  #: ../admin/help.php:4
249
  msgid "About"
250
  msgstr "Acerca de"
261
  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"
262
  msgstr "Somos un equipo creativo con ideas únicas en la mente y el servicio en el corazón. Nos encanta lo que hacemos. Para obtener más información, únase a nosotros en"
263
 
264
+ #: ../admin/help.php:17
265
+ msgid "Donate"
266
+ msgstr "Donar"
267
+
268
+ #: ../admin/help.php:19
269
+ msgid "You can help us continue the development of this free plugin by donating"
270
+ msgstr ""
271
+
272
+ #: ../admin/help.php:20
273
+ #, fuzzy
274
+ msgid "Donate Now"
275
+ msgstr "Donar"
276
+
277
+ #: ../admin/help.php:26
278
  msgid "Plugin Demo"
279
  msgstr "Demostración Plugin"
280
 
281
+ #: ../admin/help.php:32
282
+ msgid "Integrate with Google Analytics"
283
  msgstr ""
284
 
285
+ #: ../admin/help.php:38
286
  msgid "Boost sharing by awarding points"
287
  msgstr "Impulsar el intercambio mediante la concesión de puntos"
288
 
289
+ #: ../admin/help.php:44
290
  msgid "Award points for Social Login"
291
  msgstr "Otorgar puntos para Social Login"
292
 
293
+ #: ../admin/help.php:50
294
  #, fuzzy
295
  msgid "Other Add-ons"
296
  msgstr "Complementos"
297
 
298
+ #: ../admin/help.php:55
299
  msgid "Need Help?"
300
  msgstr "Necesitas Ayuda?"
301
 
302
+ #: ../admin/help.php:57
303
  #, fuzzy
304
  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>"
305
  msgstr "Si quieres características personalizadas en el plugin, lo que puedo hacer por usted. Simplemente envíeme un correo electrónico a lordofthechamps@gmail.com"
306
 
307
+ #: ../admin/help.php:62
308
  #, fuzzy
309
  msgid "Support Us"
310
  msgstr "Soporte"
311
 
312
+ #: ../admin/help.php:65
313
+ #: ../admin/help.php:68
314
+ #: ../admin/help.php:69
315
+ #: ../admin/help.php:70
316
+ #: ../admin/help.php:71
317
+ #: ../admin/help.php:72
318
  msgid "Rate 5-star"
319
  msgstr "Tasa de 5 estrellas"
320
 
321
+ #: ../admin/social_sharing.php:9
322
+ #: ../admin/social_commenting.php:8
323
+ #: ../admin/social_login.php:8
324
+ #: ../admin/like_buttons.php:10
325
+ msgid "Master Control"
326
  msgstr ""
327
 
328
+ #: ../admin/social_sharing.php:14
329
+ msgid "Enable Social Sharing"
330
+ msgstr "Habilitar Social Sharing"
 
 
 
 
 
331
 
332
+ #: ../admin/social_sharing.php:23
333
  #, fuzzy
334
+ msgid "Master control to enable Social Sharing"
335
+ msgstr "Control maestro para permitir el intercambio horizontal"
336
+
337
+ #: ../admin/social_sharing.php:35
338
+ msgid "Theme Selection"
339
+ msgstr ""
340
+
341
+ #: ../admin/social_sharing.php:36
342
+ #: ../admin/like_buttons.php:37
343
+ #, fuzzy
344
+ msgid "Standard Interface"
345
  msgstr "Horizontales Opciones para compartir la interfaz de"
346
 
347
+ #: ../admin/social_sharing.php:37
348
+ #: ../admin/like_buttons.php:38
349
  #, fuzzy
350
+ msgid "Floating Interface"
351
+ msgstr "Horizontales Opciones para compartir la interfaz de"
352
 
353
+ #: ../admin/social_sharing.php:38
354
+ #: ../admin/like_buttons.php:39
355
+ msgid "Miscellaneous"
356
+ msgstr ""
357
+
358
+ #: ../admin/social_sharing.php:39
359
+ #: ../admin/social_sharing.php:1681
360
+ #: ../admin/social_sharing.php:1683
361
+ #: ../admin/social_login.php:37
362
+ #: ../admin/social_login.php:764
363
+ #: ../admin/like_buttons.php:40
364
+ #: ../admin/like_buttons.php:751
365
  msgid "Shortcode & Widget"
366
  msgstr "Widgets y shortcodes"
367
 
368
+ #: ../admin/social_sharing.php:40
369
  msgid "Troubleshooter"
370
  msgstr "Solucionador de problemas"
371
 
372
+ #: ../admin/social_sharing.php:41
373
+ #: ../admin/social_sharing.php:1712
374
+ #: ../admin/social_commenting.php:36
375
+ #: ../admin/social_commenting.php:452
376
  msgid "FAQ"
377
  msgstr ""
378
 
379
+ #: ../admin/social_sharing.php:48
380
+ msgid "Standard interface theme"
381
+ msgstr ""
 
 
 
 
 
 
 
 
382
 
383
+ #: ../admin/social_sharing.php:53
384
+ #: ../admin/social_sharing.php:360
385
+ msgid "Icon Preview"
386
+ msgstr "Icono Vista previa"
387
 
388
+ #: ../admin/social_sharing.php:125
389
+ #: ../admin/social_sharing.php:433
390
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
391
+ msgstr "No se olvide de guardar la configuración después de realizar cambios haciendo clic en el botón de guardar a continuación"
392
 
393
+ #: ../admin/social_sharing.php:132
394
+ #: ../admin/social_sharing.php:440
395
  msgid "Shape"
396
  msgstr "Forma"
397
 
398
+ #: ../admin/social_sharing.php:136
399
+ #: ../admin/social_sharing.php:444
400
  msgid "Round"
401
  msgstr "Ronda"
402
 
403
+ #: ../admin/social_sharing.php:138
404
+ #: ../admin/social_sharing.php:446
405
  msgid "Square"
406
  msgstr "Cuadrado"
407
 
408
+ #: ../admin/social_sharing.php:140
409
+ #: ../admin/social_sharing.php:448
410
+ msgid "Rectangle"
411
+ msgstr ""
412
+
413
+ #: ../admin/social_sharing.php:147
414
+ #: ../admin/social_sharing.php:455
415
  #, fuzzy
416
  msgid "Shape of the sharing icons"
417
  msgstr "conteos muestran acciones"
418
 
419
+ #: ../admin/social_sharing.php:156
420
+ #: ../admin/social_sharing.php:464
421
  msgid "Size (in pixels)"
422
  msgstr "Tamaño (en píxeles)"
423
 
424
+ #: ../admin/social_sharing.php:172
425
+ #: ../admin/social_sharing.php:480
426
  #, fuzzy
427
  msgid "Size of the sharing icons"
428
  msgstr "Habilitar interfaz de intercambio horizontal"
429
 
430
+ #: ../admin/social_sharing.php:182
431
+ #: ../admin/social_sharing.php:490
432
+ #, fuzzy
433
+ msgid "Width (in pixels)"
434
+ msgstr "Tamaño (en píxeles)"
435
 
436
+ #: ../admin/social_sharing.php:198
437
+ #: ../admin/social_sharing.php:506
438
+ #, fuzzy
439
+ msgid "Width of the sharing icons"
440
+ msgstr "Habilitar interfaz de intercambio horizontal"
441
 
442
+ #: ../admin/social_sharing.php:206
443
+ #: ../admin/social_sharing.php:514
444
  #, fuzzy
445
+ msgid "Height (in pixels)"
446
+ msgstr "Tamaño (en píxeles)"
447
 
448
+ #: ../admin/social_sharing.php:222
449
+ #: ../admin/social_sharing.php:530
450
+ #, fuzzy
451
+ msgid "Height of the sharing icons"
452
+ msgstr "Habilitar interfaz de intercambio horizontal"
453
 
454
+ #: ../admin/social_sharing.php:232
455
+ #: ../admin/social_sharing.php:540
456
+ #, fuzzy
457
+ msgid "Border radius (in pixels)"
458
+ msgstr "Tamaño (en píxeles)"
459
 
460
+ #: ../admin/social_sharing.php:242
461
+ #: ../admin/social_sharing.php:550
462
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
463
+ msgstr ""
464
 
465
+ #: ../admin/social_sharing.php:251
466
+ #: ../admin/social_sharing.php:559
467
  #, fuzzy
468
+ msgid "Logo Color"
469
+ msgstr "color de fondo"
470
 
471
+ #: ../admin/social_sharing.php:255
472
+ #: ../admin/social_sharing.php:276
473
+ #: ../admin/social_sharing.php:296
474
+ #: ../admin/social_sharing.php:563
475
+ #: ../admin/social_sharing.php:584
476
+ #: ../admin/social_sharing.php:603
477
+ msgid "Default"
478
+ msgstr ""
479
 
480
+ #: ../admin/social_sharing.php:257
481
+ #: ../admin/social_sharing.php:277
482
+ #: ../admin/social_sharing.php:301
483
+ #: ../admin/social_sharing.php:565
484
+ #: ../admin/social_sharing.php:585
485
+ #: ../admin/social_sharing.php:608
486
+ msgid "On Hover"
487
+ msgstr ""
488
 
489
+ #: ../admin/social_sharing.php:265
490
+ #: ../admin/social_sharing.php:573
491
+ #, fuzzy
492
+ 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>"
493
+ msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
494
+
495
+ #: ../admin/social_sharing.php:273
496
+ #: ../admin/social_sharing.php:581
497
+ #: ../admin/social_sharing.php:1213
498
+ #: ../admin/like_buttons.php:395
499
+ msgid "Background Color"
500
+ msgstr "color de fondo"
501
+
502
+ #: ../admin/social_sharing.php:284
503
+ #: ../admin/social_sharing.php:592
504
+ #, fuzzy
505
+ 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>"
506
+ msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
507
 
508
  #: ../admin/social_sharing.php:292
509
+ #: ../admin/social_sharing.php:600
510
+ msgid "Border"
511
+ msgstr ""
512
+
513
+ #: ../admin/social_sharing.php:298
514
+ #: ../admin/social_sharing.php:303
515
+ #: ../admin/social_sharing.php:605
516
+ #: ../admin/social_sharing.php:610
517
  #, fuzzy
518
+ msgid "Border Width"
519
+ msgstr "Widgets y shortcodes"
520
 
521
+ #: ../admin/social_sharing.php:299
522
+ #: ../admin/social_sharing.php:304
523
+ #: ../admin/social_sharing.php:606
524
+ #: ../admin/social_sharing.php:611
525
+ #, fuzzy
526
+ msgid "Border Color"
527
+ msgstr "color de fondo"
528
 
529
+ #: ../admin/social_sharing.php:311
530
+ #: ../admin/social_sharing.php:618
531
+ #, fuzzy
532
+ msgid "Icon border"
533
+ msgstr "Icono Vista previa"
534
+
535
+ #: ../admin/social_sharing.php:319
536
+ #: ../admin/social_sharing.php:626
537
+ msgid "Counter Position"
538
+ msgstr ""
539
 
540
  #: ../admin/social_sharing.php:319
541
+ #: ../admin/social_sharing.php:626
542
+ msgid "(applies, if counter enabled)"
543
+ msgstr ""
544
+
545
+ #: ../admin/social_sharing.php:323
546
+ #: ../admin/social_sharing.php:630
547
+ #: ../admin/social_sharing.php:851
548
+ #: ../admin/social_sharing.php:1235
549
+ #: ../admin/like_buttons.php:170
550
+ #: ../admin/like_buttons.php:417
551
+ msgid "Left"
552
+ msgstr "izquierda"
553
+
554
+ #: ../admin/social_sharing.php:325
555
+ #: ../admin/social_sharing.php:632
556
+ msgid "Top"
557
+ msgstr ""
558
+
559
+ #: ../admin/social_sharing.php:327
560
+ #: ../admin/social_sharing.php:634
561
+ #: ../admin/social_sharing.php:853
562
+ #: ../admin/social_sharing.php:1236
563
+ #: ../admin/like_buttons.php:172
564
+ #: ../admin/like_buttons.php:418
565
  #, fuzzy
566
+ msgid "Right"
567
+ msgstr "Claro"
568
 
569
  #: ../admin/social_sharing.php:329
570
+ #: ../admin/social_sharing.php:636
571
+ msgid "Bottom"
572
+ msgstr ""
 
573
 
574
+ #: ../admin/social_sharing.php:331
575
+ #: ../admin/social_sharing.php:638
576
+ msgid "Inner Left"
577
+ msgstr ""
578
+
579
+ #: ../admin/social_sharing.php:333
580
+ #: ../admin/social_sharing.php:640
581
+ msgid "Inner Top"
582
+ msgstr ""
583
+
584
+ #: ../admin/social_sharing.php:335
585
+ #: ../admin/social_sharing.php:642
586
+ #, fuzzy
587
+ msgid "Inner Right"
588
+ msgstr "Claro"
589
+
590
+ #: ../admin/social_sharing.php:337
591
+ #: ../admin/social_sharing.php:644
592
+ msgid "Inner Bottom"
593
+ msgstr ""
594
 
595
  #: ../admin/social_sharing.php:345
596
+ #: ../admin/social_sharing.php:652
597
+ #, fuzzy
598
+ msgid "Position of share counter"
599
+ msgstr "Parte inferior del contenido"
600
 
601
  #: ../admin/social_sharing.php:355
602
+ #, fuzzy
603
+ msgid "Floating interface theme"
604
+ msgstr "Horizontales Opciones para compartir la interfaz de"
605
 
606
+ #: ../admin/social_sharing.php:667
607
+ #, fuzzy
608
+ msgid "Standard Sharing Interface Options"
609
  msgstr "Horizontales Opciones para compartir la interfaz de"
610
 
611
+ #: ../admin/social_sharing.php:673
612
+ #, fuzzy
613
+ msgid "Enable Standard sharing interface"
614
  msgstr "Habilitar interfaz de intercambio horizontal"
615
 
616
+ #: ../admin/social_sharing.php:683
617
+ #, fuzzy
618
+ msgid "Master control to enable standard sharing"
619
  msgstr "Control maestro para permitir el intercambio horizontal"
620
 
621
+ #: ../admin/social_sharing.php:693
622
+ #: ../admin/social_sharing.php:1081
623
+ #: ../admin/like_buttons.php:73
624
+ #: ../admin/like_buttons.php:321
625
  msgid "Target Url"
626
  msgstr "Target Url"
627
 
628
+ #: ../admin/social_sharing.php:697
629
+ #: ../admin/social_sharing.php:1085
630
+ #: ../admin/like_buttons.php:77
631
+ #: ../admin/like_buttons.php:325
632
  msgid "Url of the webpage where icons are located (default)"
633
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
634
 
635
+ #: ../admin/social_sharing.php:699
636
+ #: ../admin/social_sharing.php:1087
637
+ #: ../admin/like_buttons.php:79
638
+ #: ../admin/like_buttons.php:327
639
  msgid "Url of the homepage of your website"
640
  msgstr "Url de la página principal de su sitio web"
641
 
642
+ #: ../admin/social_sharing.php:701
643
+ #: ../admin/social_sharing.php:1089
644
+ #: ../admin/like_buttons.php:81
645
+ #: ../admin/like_buttons.php:329
646
  #, fuzzy
647
  msgid "Custom url"
648
  msgstr "Url personalizada"
649
 
650
+ #: ../admin/social_sharing.php:708
651
+ #: ../admin/social_sharing.php:1096
652
  msgid "Url to share"
653
  msgstr "Url compartir"
654
 
655
+ #: ../admin/social_sharing.php:716
656
+ #: ../admin/social_login.php:343
657
+ #: ../admin/like_buttons.php:96
658
  msgid "Title"
659
  msgstr "Titulo"
660
 
661
+ #: ../admin/social_sharing.php:726
662
  msgid "The text to display above the sharing interface"
663
  msgstr "El texto que se muestra por encima de la interfaz compartida "
664
 
665
+ #: ../admin/social_sharing.php:738
666
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  msgid "Rearrange icons"
668
  msgstr "Reorganizar iconos"
669
 
670
+ #: ../admin/social_sharing.php:797
671
+ #: ../admin/social_sharing.php:1163
672
  msgid "Drag the icons to rearrange in desired order"
673
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
674
 
675
+ #: ../admin/social_sharing.php:805
676
+ #: ../admin/social_sharing.php:1171
677
+ #, fuzzy
678
+ msgid "Select Sharing Services"
679
+ msgstr "Seleccionar proveedores"
680
+
681
+ #: ../admin/social_sharing.php:812
682
+ #: ../admin/social_sharing.php:1178
683
+ msgid "Select sharing services to show in social share bar"
684
+ msgstr ""
685
+
686
+ #: ../admin/social_sharing.php:847
687
+ #: ../admin/social_sharing.php:1231
688
+ #: ../admin/like_buttons.php:166
689
+ #: ../admin/like_buttons.php:413
690
  #, fuzzy
691
  msgid "Horizontal alignment"
692
  msgstr "Horizontales Opciones para compartir la interfaz de"
693
 
694
+ #: ../admin/social_sharing.php:852
695
+ #: ../admin/like_buttons.php:171
 
 
 
 
 
 
 
696
  msgid "Center"
697
  msgstr "centro"
698
 
699
+ #: ../admin/social_sharing.php:861
700
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
 
701
  #, fuzzy
702
  msgid "Horizontal alignment of the sharing interface"
703
  msgstr "Habilitar interfaz de intercambio horizontal"
704
 
705
+ #: ../admin/social_sharing.php:869
706
+ #: ../admin/like_buttons.php:188
707
  msgid "Position with respect to content"
708
  msgstr "Posición con respecto al contenido"
709
 
710
+ #: ../admin/social_sharing.php:873
711
+ #: ../admin/like_buttons.php:192
712
  msgid "Top of the content"
713
  msgstr "Parte superior del contenido"
714
 
715
+ #: ../admin/social_sharing.php:875
716
+ #: ../admin/like_buttons.php:194
717
  msgid "Bottom of the content"
718
  msgstr "Parte inferior del contenido"
719
 
720
+ #: ../admin/social_sharing.php:882
721
  msgid "Specify position of the sharing interface with respect to the content"
722
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
723
 
724
+ #: ../admin/social_sharing.php:890
725
+ #: ../admin/social_sharing.php:1310
726
+ msgid "Placement"
727
+ msgstr ""
728
 
729
+ #: ../admin/social_sharing.php:894
730
+ #: ../admin/social_sharing.php:1314
731
+ #: ../admin/social_login.php:624
732
+ #: ../admin/social_login.php:654
733
+ #: ../admin/like_buttons.php:213
734
+ #: ../admin/like_buttons.php:496
735
  msgid "Homepage"
736
  msgstr "Página de inicio"
737
 
738
+ #: ../admin/social_sharing.php:896
739
+ #: ../admin/social_sharing.php:1316
740
+ #: ../admin/like_buttons.php:215
741
+ #: ../admin/like_buttons.php:498
742
  msgid "Posts"
743
  msgstr "Publicaciones"
744
 
745
+ #: ../admin/social_sharing.php:898
746
+ #: ../admin/social_sharing.php:1318
747
+ #: ../admin/like_buttons.php:217
748
+ #: ../admin/like_buttons.php:500
749
  msgid "Pages"
750
  msgstr "Páginas"
751
 
752
+ #: ../admin/social_sharing.php:900
753
+ #: ../admin/social_sharing.php:1320
754
  msgid "Excerpts (at Homepage)"
755
  msgstr ""
756
 
757
+ #: ../admin/social_sharing.php:902
758
+ #: ../admin/social_sharing.php:1322
759
+ #: ../admin/like_buttons.php:221
760
+ #: ../admin/like_buttons.php:504
761
  msgid "Category Archives"
762
  msgstr "Archivos de la categoría"
763
 
764
+ #: ../admin/social_sharing.php:904
765
+ #: ../admin/social_sharing.php:1324
766
+ #: ../admin/like_buttons.php:223
767
+ #: ../admin/like_buttons.php:506
768
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
769
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
770
 
771
+ #: ../admin/social_sharing.php:920
772
+ #: ../admin/like_buttons.php:239
773
  #, fuzzy
774
  msgid "BuddyPress activity"
775
  msgstr "Actividad y grupos BuddyPress"
776
 
777
+ #: ../admin/social_sharing.php:922
778
+ #: ../admin/like_buttons.php:242
779
  msgid "BuddyPress group (only at top of content)"
780
  msgstr ""
781
 
782
+ #: ../admin/social_sharing.php:928
783
+ #: ../admin/social_sharing.php:1346
784
+ #: ../admin/like_buttons.php:249
785
+ #: ../admin/like_buttons.php:527
786
  msgid "BBPress forum"
787
  msgstr "foro BBPress"
788
 
789
+ #: ../admin/social_sharing.php:931
790
+ #: ../admin/social_sharing.php:1349
791
+ #: ../admin/like_buttons.php:252
792
+ #: ../admin/like_buttons.php:530
793
  msgid "BBPress topic"
794
  msgstr "tema BBPress"
795
 
796
+ #: ../admin/social_sharing.php:934
797
+ #: ../admin/like_buttons.php:255
798
  msgid "BBPress reply"
799
  msgstr "BBPress respuesta"
800
 
801
+ #: ../admin/social_sharing.php:941
802
+ #: ../admin/like_buttons.php:261
803
  msgid "After individual product at WooCommerce Shop page"
804
  msgstr "Después de cada producto en la página WooCommerce Shop"
805
 
806
+ #: ../admin/social_sharing.php:944
807
+ #: ../admin/like_buttons.php:264
808
  msgid "WooCommerce Product Page"
809
  msgstr "WooCommerce Product Page"
810
 
811
+ #: ../admin/social_sharing.php:947
812
+ #: ../admin/like_buttons.php:267
813
  msgid "WooCommerce Thankyou Page"
814
  msgstr "WooCommerce Gracias Página"
815
 
816
+ #: ../admin/social_sharing.php:958
817
  msgid "Specify the pages where you want to enable Sharing interface"
818
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
819
 
820
+ #: ../admin/social_sharing.php:966
821
+ #: ../admin/social_sharing.php:1367
822
  msgid "Show share counts"
823
  msgstr "conteos muestran acciones"
824
 
825
+ #: ../admin/social_sharing.php:971
826
+ #: ../admin/social_sharing.php:1372
827
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
828
+ msgstr ""
829
+
830
+ #: ../admin/social_sharing.php:988
831
+ #: ../admin/social_sharing.php:1380
832
+ #, php-format
833
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
834
+ msgstr ""
835
+
836
+ #: ../admin/social_sharing.php:990
837
+ #: ../admin/social_sharing.php:1382
838
+ #, fuzzy, php-format
839
+ 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>"
840
+ msgstr "Para utilizar esta función, siga los pasos mencionados en <a href=\"%s\" target=\"_blank\">este enlace</ a>"
841
+
842
+ #: ../admin/social_sharing.php:992
843
+ #: ../admin/social_sharing.php:1384
844
+ #, php-format
845
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
846
+ msgstr ""
847
+
848
+ #: ../admin/social_sharing.php:994
849
+ #: ../admin/social_sharing.php:1386
850
+ #, fuzzy, php-format
851
+ 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>"
852
+ msgstr "Para utilizar esta función, siga los pasos mencionados en <a href=\"%s\" target=\"_blank\">este enlace</ a>"
853
+
854
+ #: ../admin/social_sharing.php:1001
855
+ #: ../admin/social_sharing.php:1393
856
  msgid "If enabled, share counts are displayed above sharing icons."
857
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
858
 
859
+ #: ../admin/social_sharing.php:1010
860
+ #: ../admin/social_sharing.php:1402
861
  #, fuzzy
862
  msgid "Show total shares"
863
  msgstr "conteos muestran acciones"
864
 
865
+ #: ../admin/social_sharing.php:1020
866
+ #: ../admin/social_sharing.php:1412
867
  #, fuzzy
868
  msgid "If enabled, total shares will be displayed with sharing icons"
869
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
870
 
871
+ #: ../admin/social_sharing.php:1029
872
+ #: ../admin/social_sharing.php:1421
873
  #, fuzzy
874
  msgid "Enable 'More' icon"
875
  msgstr "Habilitar verificación de correo electrónico"
876
 
877
+ #: ../admin/social_sharing.php:1039
878
+ #: ../admin/social_sharing.php:1431
879
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
880
  msgstr "Si se activa, icono \"Más\" se mostrará iconos de intercambio después de seleccionados que muestra las redes de intercambio adicionales en popup"
881
 
882
+ #: ../admin/social_sharing.php:1055
883
+ #, fuzzy
884
+ msgid "Floating Sharing Interface Options"
885
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
886
 
887
+ #: ../admin/social_sharing.php:1061
888
+ #, fuzzy
889
+ msgid "Enable Floating sharing interface"
890
  msgstr "Habilitar vertical (flotante) interfaz compartida"
891
 
892
+ #: ../admin/social_sharing.php:1071
893
+ #, fuzzy
894
+ msgid "Master control to enable floating sharing widget"
895
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
896
 
897
+ #: ../admin/social_sharing.php:1223
 
 
 
 
 
898
  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>"
899
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
900
 
901
+ #: ../admin/social_sharing.php:1253
902
+ #: ../admin/like_buttons.php:435
903
+ msgid "Left offset"
904
+ msgstr "desplazamiento izquierda"
905
+
906
+ #: ../admin/social_sharing.php:1263
907
+ #, fuzzy
908
+ 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."
909
+ msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
910
+
911
+ #: ../admin/social_sharing.php:1273
912
+ #: ../admin/like_buttons.php:455
913
+ #, fuzzy
914
+ msgid "Right offset"
915
+ msgstr "desplazamiento izquierda"
916
+
917
+ #: ../admin/social_sharing.php:1283
918
+ #, fuzzy
919
+ 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."
920
+ msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
921
+
922
+ #: ../admin/social_sharing.php:1292
923
+ #: ../admin/like_buttons.php:474
924
+ msgid "Top offset"
925
+ msgstr "superior compensar"
926
+
927
+ #: ../admin/social_sharing.php:1302
928
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
929
+ msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
930
+
931
+ #: ../admin/social_sharing.php:1338
932
+ #: ../admin/like_buttons.php:520
933
+ #, fuzzy
934
+ msgid "BuddyPress group"
935
+ msgstr "Página de perfil BuddyPress"
936
+
937
+ #: ../admin/social_sharing.php:1359
938
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
939
+ msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
940
+
941
+ #: ../admin/social_sharing.php:1439
942
+ #, fuzzy
943
+ msgid "Vertical floating bar responsiveness"
944
+ msgstr "Vertical (flotante) Opciones de interfaz compartir"
945
+
946
+ #: ../admin/social_sharing.php:1442
947
+ #, php-format
948
+ msgid "Display vertical interface only when screen is wider than %s pixels"
949
+ msgstr ""
950
+
951
+ #: ../admin/social_sharing.php:1449
952
+ msgid "Display vertical interface only when screen is wider than the width specified."
953
+ msgstr ""
954
+
955
+ #: ../admin/social_sharing.php:1457
956
+ msgid "Horizontal floating bar responsiveness"
957
+ msgstr ""
958
+
959
+ #: ../admin/social_sharing.php:1460
960
+ #, fuzzy, php-format
961
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
962
+ msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
963
+
964
+ #: ../admin/social_sharing.php:1467
965
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
966
+ msgstr ""
967
+
968
+ #: ../admin/social_sharing.php:1477
969
+ #, fuzzy
970
+ msgid "Horizontal floating bar position"
971
+ msgstr "Horizontales Opciones para compartir la interfaz de"
972
+
973
+ #: ../admin/social_sharing.php:1480
974
+ #, php-format
975
+ msgid "%s pixels from %s"
976
+ msgstr ""
977
+
978
+ #: ../admin/social_sharing.php:1487
979
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
980
+ msgstr ""
981
+
982
+ #: ../admin/social_sharing.php:1506
983
+ #: ../admin/like_buttons.php:576
984
+ #, fuzzy
985
+ msgid "Url shortener"
986
+ msgstr "bit.ly url acortador"
987
+
988
+ #: ../admin/social_sharing.php:1512
989
+ msgid "Use shortlinks already installed"
990
+ msgstr "Use shortlinks ya instalados"
991
+
992
+ #: ../admin/social_sharing.php:1522
993
+ #: ../admin/like_buttons.php:592
994
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
995
+ msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
996
+
997
+ #: ../admin/social_sharing.php:1530
998
+ msgid "Enable bit.ly url shortener for sharing"
999
+ msgstr "Habilitar acortador de url bit.ly para compartir"
1000
 
1001
+ #: ../admin/social_sharing.php:1540
1002
+ #: ../admin/like_buttons.php:610
1003
  #, fuzzy
1004
+ msgid "Master control to enable bit.ly url shortening for sharing"
1005
+ msgstr "Control maestro para permitir el intercambio horizontal"
1006
 
1007
+ #: ../admin/social_sharing.php:1548
1008
+ #: ../admin/like_buttons.php:618
1009
+ msgid "bit.ly username"
1010
+ msgstr "bit.ly nombre de usuario"
1011
+
1012
+ #: ../admin/social_sharing.php:1558
1013
+ #: ../admin/like_buttons.php:628
1014
+ #, fuzzy, php-format
1015
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1016
+ msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1017
 
1018
+ #: ../admin/social_sharing.php:1567
1019
+ #: ../admin/like_buttons.php:637
1020
  #, fuzzy
1021
+ msgid "bit.ly API Key"
1022
+ msgstr "Clave Consumidor Twitter"
1023
 
1024
+ #: ../admin/social_sharing.php:1577
1025
+ #: ../admin/like_buttons.php:647
1026
+ #, fuzzy, php-format
1027
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1028
+ msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
1029
 
1030
+ #: ../admin/social_sharing.php:1590
1031
+ #: ../admin/like_buttons.php:660
1032
+ #, fuzzy
1033
+ msgid "ShortUrl cache cleared successfully."
1034
+ msgstr "Opciones guardadas correctamente"
1035
 
1036
+ #: ../admin/social_sharing.php:1597
1037
  #: ../admin/like_buttons.php:667
1038
+ msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1039
+ msgstr ""
 
1040
 
1041
+ #: ../admin/social_sharing.php:1606
1042
+ #: ../admin/social_sharing.php:1612
1043
+ #: ../admin/social_commenting.php:311
1044
+ #: ../admin/like_buttons.php:676
1045
+ #: ../admin/like_buttons.php:682
1046
+ msgid "Language"
1047
+ msgstr "Idioma"
1048
 
1049
+ #: ../admin/social_sharing.php:1622
1050
+ #, fuzzy, php-format
1051
+ 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)"
1052
+ msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1053
 
1054
+ #: ../admin/social_sharing.php:1631
1055
  #, fuzzy
1056
+ msgid "Username in sharing"
1057
+ msgstr "Twitter nombre de usuario en el intercambio"
1058
 
1059
+ #: ../admin/social_sharing.php:1637
1060
+ msgid "Twitter username (without @)"
1061
+ msgstr "Twitter nombre de usuario (sin @)"
1062
 
1063
+ #: ../admin/social_sharing.php:1647
1064
+ #: ../admin/social_sharing.php:1666
1065
+ 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."
1066
+ msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se comparte como \"a travésUSERNAME\". Dejar vacío si no desea que cualquier nombre de usuario en el contenido que se comparte."
1067
 
1068
+ #: ../admin/social_sharing.php:1656
1069
  #, fuzzy
1070
+ msgid "Buffer username (without @)"
1071
+ msgstr "Twitter nombre de usuario (sin @)"
1072
 
1073
+ #: ../admin/social_sharing.php:1693
1074
  msgid "Facebook Sharing Troubleshooter"
1075
  msgstr "Facebook Sharing Solucionador de problemas"
1076
 
1077
+ #: ../admin/social_sharing.php:1698
1078
  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:"
1079
  msgstr "Si Facebook compartir no está funcionando bien, haga clic en el siguiente enlace e introduzca la url problemático (donde compartir en Facebook no funciona correctamente) de su sitio web en el campo de texto:"
1080
 
1081
+ #: ../admin/social_sharing.php:1714
1082
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1083
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1084
 
1085
+ #: ../admin/social_sharing.php:1715
1086
  #, fuzzy
1087
  msgid "How can I disable sharing on particular page/post?"
1088
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1089
 
1090
+ #: ../admin/social_sharing.php:1716
1091
  msgid "How can I specify minimum sharing count for sharing networks?"
1092
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
1093
 
1094
+ #: ../admin/social_sharing.php:1717
1095
+ msgid "How to share specific page?"
1096
+ msgstr ""
 
1097
 
1098
+ #: ../admin/social_sharing.php:1718
1099
+ msgid "How to integrate Google Analytics with sharing?"
1100
+ msgstr ""
1101
+
1102
+ #: ../admin/social_sharing.php:1719
1103
+ msgid "How to customize the look of total share counts?"
1104
+ msgstr ""
1105
 
1106
+ #: ../admin/social_sharing.php:1720
1107
  #, fuzzy
1108
+ msgid "How to customize the look of individual share counts?"
1109
+ msgstr "conteos muestran acciones"
1110
+
1111
+ #: ../admin/social_sharing.php:1721
1112
+ #, fuzzy
1113
+ msgid "How to show Whatsapp icon only on mobile devices?"
1114
+ msgstr "Ocultar compartir en dispositivos móviles"
1115
 
1116
+ #: ../admin/social_commenting.php:13
1117
  #, fuzzy
1118
  msgid "Enable Social Commenting"
1119
  msgstr "Habilitar Social Login"
1120
 
1121
+ #: ../admin/social_commenting.php:23
1122
  #, fuzzy
1123
  msgid "Master control to enable Social Commenting"
1124
  msgstr "Control maestro para permitir el intercambio horizontal"
1125
 
1126
+ #: ../admin/social_commenting.php:34
1127
+ #, fuzzy
1128
+ msgid "Social Commenting"
1129
+ msgstr "Comentarios Facebook"
1130
+
1131
+ #: ../admin/social_commenting.php:35
1132
+ #: ../admin/social_commenting.php:440
1133
+ msgid "Shortcode"
1134
+ msgstr "Shortcodes"
1135
+
1136
+ #: ../admin/social_commenting.php:48
1137
  msgid "Order of tabs in commenting interface"
1138
  msgstr "Orden de pestañas en la interfaz comentar"
1139
 
1140
+ #: ../admin/social_commenting.php:58
1141
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1142
  msgstr "Orden de las pestañas que se muestran en la interfaz comentando social. Por defecto es wordpress,facebook,googleplus,disqus"
1143
 
1144
+ #: ../admin/social_commenting.php:66
1145
  msgid "Comment area label"
1146
  msgstr "Etiqueta área Comentario"
1147
 
1148
+ #: ../admin/social_commenting.php:76
1149
  #, fuzzy
1150
  msgid "Label for comment area"
1151
  msgstr "Comentarios Facebook"
1152
 
1153
+ #: ../admin/social_commenting.php:89
1154
  #, fuzzy
1155
  msgid "Enable Social Commenting at"
1156
  msgstr "Habilitar Social Login"
1157
 
1158
+ #: ../admin/social_commenting.php:108
1159
  #, fuzzy
1160
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1161
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1162
 
1163
+ #: ../admin/social_commenting.php:119
1164
  msgid "HTML ID of comment form container"
1165
  msgstr "Identificación HTML del formulario de comentarios de contenedores"
1166
 
1167
+ #: ../admin/social_commenting.php:129
1168
  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."
1169
  msgstr "Identificación HTML del elemento contenedor de la forma de comentario por defecto en el extremo delantero. Dejar en blanco para el ID por defecto - \"responder\". Es necesario especificar si el formulario de comentarios por defecto está apareciendo y comentar Social no está consiguiendo permitido al front-end de su sitio web."
1170
 
1171
+ #: ../admin/social_commenting.php:139
1172
  msgid "Labels"
1173
  msgstr "Etiquetas"
1174
 
1175
+ #: ../admin/social_commenting.php:144
1176
  #, fuzzy
1177
  msgid "Label for WordPress Commenting tab"
1178
  msgstr "WordPress Comentarios"
1179
 
1180
+ #: ../admin/social_commenting.php:153
1181
  #, fuzzy
1182
  msgid "Label for Facebook Commenting tab"
1183
  msgstr "Habilitar Comentarios Facebook"
1184
 
1185
+ #: ../admin/social_commenting.php:162
1186
  #, fuzzy
1187
  msgid "Label for G+ Commenting tab"
1188
  msgstr "Comentarios Facebook"
1189
 
1190
+ #: ../admin/social_commenting.php:171
1191
  msgid "Label for Disqus Commenting tab"
1192
  msgstr "Etiqueta para pestaña Comentando Disqus"
1193
 
1194
+ #: ../admin/social_commenting.php:182
1195
  msgid "Facebook Commenting Options"
1196
  msgstr "Opciones de Comentarios Facebook"
1197
 
1198
+ #: ../admin/social_commenting.php:188
1199
  #, fuzzy
1200
  msgid "Enable Facebook Comments notification and moderation"
1201
  msgstr "Habilitar Comentarios Facebook"
1202
 
1203
+ #: ../admin/social_commenting.php:196
1204
+ #: ../admin/social_commenting.php:206
1205
  msgid "Enable Facebook Commenting"
1206
  msgstr "Habilitar Comentarios Facebook"
1207
 
1208
+ #: ../admin/social_commenting.php:214
1209
+ #: ../admin/social_commenting.php:372
1210
  msgid "Url to comment on"
1211
  msgstr "URL donde comentar"
1212
 
1213
+ #: ../admin/social_commenting.php:224
1214
  #, fuzzy
1215
  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."
1216
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
1217
 
1218
+ #: ../admin/social_commenting.php:232
1219
+ #: ../admin/social_commenting.php:354
1220
  msgid "Width"
1221
  msgstr "Ancho"
1222
 
1223
+ #: ../admin/social_commenting.php:242
1224
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1225
  msgstr "Dejar en blanco para la auto-ajustar el ancho. El ancho (en píxeles) del bloque de comentarios."
1226
 
1227
+ #: ../admin/social_commenting.php:250
1228
  msgid "Color Scheme"
1229
  msgstr "Esquema de colores"
1230
 
1231
+ #: ../admin/social_commenting.php:254
1232
  msgid "Light"
1233
  msgstr "Claro"
1234
 
1235
+ #: ../admin/social_commenting.php:255
1236
  msgid "Dark"
1237
  msgstr "Obscuro"
1238
 
1239
+ #: ../admin/social_commenting.php:263
1240
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1241
  msgstr "El esquema de color usado por el plugin. Puede ser \"\"claro\"\" u \"\"obscuro\"\"."
1242
 
1243
+ #: ../admin/social_commenting.php:271
1244
  #, fuzzy
1245
  msgid "Number of comments"
1246
  msgstr "Número de publicaciones"
1247
 
1248
+ #: ../admin/social_commenting.php:281
1249
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1250
  msgstr "El número de comentarios para mostrar por defecto. El valor mínimo es 1. El valor predeterminado es 10"
1251
 
1252
+ #: ../admin/social_commenting.php:289
1253
  msgid "Order by"
1254
  msgstr "Ordenar por"
1255
 
1256
+ #: ../admin/social_commenting.php:293
1257
  msgid "Social"
1258
  msgstr "Social"
1259
 
1260
+ #: ../admin/social_commenting.php:294
1261
  msgid "Reverse Time"
1262
  msgstr "Revertir tiempo"
1263
 
1264
+ #: ../admin/social_commenting.php:295
1265
  msgid "Time"
1266
  msgstr "Tiempo"
1267
 
1268
+ #: ../admin/social_commenting.php:303
1269
  msgid "The order to use when displaying comments."
1270
  msgstr "El orden a utilizar cuando se muestran los comentarios."
1271
 
1272
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
1273
  #, php-format
1274
  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)"
1275
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1276
 
1277
+ #: ../admin/social_commenting.php:330
1278
  #, fuzzy
1279
  msgid "Google Plus Commenting Options"
1280
  msgstr "Opciones de Comentarios Facebook"
1281
 
1282
+ #: ../admin/social_commenting.php:336
1283
+ #: ../admin/social_commenting.php:346
1284
  #, fuzzy
1285
  msgid "Enable Google Plus Commenting"
1286
  msgstr "Habilitar Comentarios Facebook"
1287
 
1288
+ #: ../admin/social_commenting.php:364
1289
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1290
  msgstr "Ancho de la interfaz Comentando GooglePlus. Dejar en blanco para el ajuste automático"
1291
 
1292
+ #: ../admin/social_commenting.php:382
1293
  #, fuzzy
1294
  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."
1295
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
1296
 
1297
+ #: ../admin/social_commenting.php:391
1298
  #, fuzzy
1299
  msgid "Disqus Commenting Options"
1300
  msgstr "Opciones de Comentarios Facebook"
1301
 
1302
+ #: ../admin/social_commenting.php:397
1303
+ #: ../admin/social_commenting.php:407
1304
  #, fuzzy
1305
  msgid "Enable Disqus Commenting"
1306
  msgstr "Habilitar Comentarios Facebook"
1307
 
1308
+ #: ../admin/social_commenting.php:415
1309
  msgid "Disqus Shortname"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/social_commenting.php:425
1313
  #, fuzzy
1314
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1315
  msgstr "<strong>Necesario para utilizar Disqus comentar.</strong> Lo puedes encontrar en la sección de configuración del plugin Disqus como se muestra en la siguiente imagen"
1316
 
1317
+ #: ../admin/social_commenting.php:442
1318
  #, fuzzy
1319
  msgid "Social Commenting Shortcode"
1320
  msgstr "Comentarios Facebook"
1321
 
1322
+ #: ../admin/social_commenting.php:454
1323
  #, fuzzy
1324
  msgid "How can I disable Social Commenting at individual page/post?"
1325
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1326
 
1327
+ #: ../admin/social_commenting.php:455
1328
  msgid "How to disable default comment form from Social Commenting?"
1329
  msgstr "Cómo desactivar la forma de comentario por defecto desde Comentando Social?"
1330
 
1331
+ #: ../admin/social_login.php:14
 
 
 
 
1332
  msgid "Enable Social Login"
1333
  msgstr "Habilitar Social Login"
1334
 
1335
+ #: ../admin/social_login.php:24
1336
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1337
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1338
 
1339
+ #: ../admin/social_login.php:35
1340
+ #: ../admin/social_login.php:43
1341
+ msgid "Basic Configuration"
1342
+ msgstr "Configuración Básica"
1343
+
1344
+ #: ../admin/social_login.php:36
1345
+ msgid "Social Login"
1346
+ msgstr "Social Login"
1347
+
1348
+ #: ../admin/social_login.php:50
1349
  msgid "Disable user registration via Social Login"
1350
  msgstr "Registro de usuario Desactivar través Social Login"
1351
 
1352
+ #: ../admin/social_login.php:60
1353
  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."
1354
  msgstr "Después de habilitar esta opción, los nuevos usuarios no podrán acceder a través de conexión social. Sólo los usuarios existentes podrán entrada social."
1355
 
1356
+ #: ../admin/social_login.php:69
1357
  #, fuzzy
1358
  msgid "Redirection url"
1359
  msgstr "Redireccionamiento de inicio de sesión"
1360
 
1361
+ #: ../admin/social_login.php:79
1362
  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."
1363
  msgstr "Usuario será redirigido a esta página después de intento de registro sin éxito a través de Social Login. Puede especificar la url del formulario de registro o de un mensaje de la página que muestra con respecto al registro discapacitados a través de Social Login."
1364
 
1365
+ #: ../admin/social_login.php:88
1366
+ msgid "Select providers"
1367
+ msgstr "Seleccionar proveedores"
1368
+
1369
+ #: ../admin/social_login.php:93
1370
+ msgid "Facebook"
1371
+ msgstr ""
1372
+
1373
+ #: ../admin/social_login.php:97
1374
+ msgid "Twitter"
1375
+ msgstr ""
1376
+
1377
+ #: ../admin/social_login.php:101
1378
+ msgid "LinkedIn"
1379
+ msgstr ""
1380
+
1381
+ #: ../admin/social_login.php:105
1382
+ msgid "Google+"
1383
+ msgstr ""
1384
+
1385
+ #: ../admin/social_login.php:109
1386
+ msgid "Vkontakte"
1387
+ msgstr ""
1388
+
1389
+ #: ../admin/social_login.php:113
1390
  msgid "Instagram"
1391
  msgstr ""
1392
 
1393
+ #: ../admin/social_login.php:117
1394
+ msgid "Xing"
1395
+ msgstr ""
1396
+
1397
+ #: ../admin/social_login.php:125
1398
  msgid "Select Social ID provider to enable in Social Login"
1399
  msgstr "Seleccione un proveedor de Identificación Social para habilitarse en Social Login"
1400
 
1401
+ #: ../admin/social_login.php:133
1402
  msgid "Facebook App ID"
1403
  msgstr "ID de App. Facebook"
1404
 
1405
+ #: ../admin/social_login.php:143
1406
  #, php-format
1407
  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"
1408
  msgstr "Necesario para que funcione Facebook Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de App. Facebook"
1409
 
1410
+ #: ../admin/social_login.php:145
1411
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1412
  msgstr "Pegue siguiente url en <strong>Site URL</ strong> en el enlace mencionado"
1413
 
1414
+ #: ../admin/social_login.php:155
1415
  #, fuzzy
1416
  msgid "Twitter API Key"
1417
  msgstr "Clave Consumidor Twitter"
1418
 
1419
+ #: ../admin/social_login.php:165
1420
  #, fuzzy, php-format
1421
  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"
1422
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
1423
 
1424
+ #: ../admin/social_login.php:167
1425
+ #: ../admin/social_login.php:189
1426
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1427
  msgstr "Pegue siguiente url en <strong>Website</strong> y <strong>Callback URL</ strong> Opciones en el enlace mencionado"
1428
 
1429
+ #: ../admin/social_login.php:177
1430
  #, fuzzy
1431
  msgid "Twitter API Secret"
1432
  msgstr "Twitter Secreto del Consumidor"
1433
 
1434
+ #: ../admin/social_login.php:187
1435
  #, fuzzy, php-format
1436
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1437
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1438
 
1439
+ #: ../admin/social_login.php:199
1440
  msgid "LinkedIn API Key"
1441
  msgstr "Clave LinkedIn API"
1442
 
1443
+ #: ../admin/social_login.php:209
1444
  #, php-format
1445
  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"
1446
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1447
 
1448
+ #: ../admin/social_login.php:211
1449
+ #: ../admin/social_login.php:277
1450
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1451
  msgstr "Pegar siguiente url en <strong>Website URL</strong> en el enlace mencionado"
1452
 
1453
+ #: ../admin/social_login.php:221
1454
  msgid "Google+ Client ID"
1455
  msgstr "ID Cliente Google+"
1456
 
1457
+ #: ../admin/social_login.php:231
1458
  #, php-format
1459
  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"
1460
  msgstr "Requerida para que funcione GooglePlus Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente GooglePlus"
1461
 
1462
+ #: ../admin/social_login.php:233
1463
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1464
  msgstr "Pegar siguiente url en <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</ strong> Opciones en el enlace mencionado"
1465
 
1466
+ #: ../admin/social_login.php:243
1467
  msgid "Vkontakte Application ID"
1468
  msgstr "ID de App. Vkontakte"
1469
 
1470
+ #: ../admin/social_login.php:253
1471
  #, php-format
1472
  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"
1473
  msgstr "Requerida para que funcione Vkontakte Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de app Vkontakte"
1474
 
1475
+ #: ../admin/social_login.php:255
1476
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1477
  msgstr "Pegar siguiente url en <strong>Site address</ strong> en el enlace mencionado"
1478
 
1479
+ #: ../admin/social_login.php:265
1480
  msgid "Instagram Client ID"
1481
  msgstr "ID Cliente Instagram"
1482
 
1483
+ #: ../admin/social_login.php:275
1484
  #, php-format
1485
  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"
1486
  msgstr "Requerida para que funcione Instagram Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente Instagram"
1487
 
1488
+ #: ../admin/social_login.php:287
1489
  msgid "Xing Consumer Key"
1490
  msgstr ""
1491
 
1492
+ #: ../admin/social_login.php:297
1493
  #, fuzzy, php-format
1494
  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"
1495
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1496
 
1497
+ #: ../admin/social_login.php:299
1498
+ #: ../admin/social_login.php:321
1499
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1500
  msgstr "Pegar siguiente url en el dominio de devolución de llamada <strong>Callback domain</ strong> en el enlace mencionado"
1501
 
1502
+ #: ../admin/social_login.php:309
1503
  msgid "Xing Consumer Secret"
1504
  msgstr ""
1505
 
1506
+ #: ../admin/social_login.php:319
1507
  #, fuzzy, php-format
1508
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1509
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1510
 
1511
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
1512
  msgid "Login options"
1513
  msgstr "Opciones Inicio de Sesión"
1514
 
1515
+ #: ../admin/social_login.php:353
1516
  msgid "Text to display above the Social Login interface"
1517
  msgstr "Texto para mostrar por encima de la interfaz Social Login"
1518
 
1519
+ #: ../admin/social_login.php:362
1520
  msgid "Enable at login page"
1521
  msgstr "Activar en la página de inicio de sesión"
1522
 
1523
+ #: ../admin/social_login.php:372
1524
  #, fuzzy
1525
  msgid "Social Login interface will get enabled at the login page of your website"
1526
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1527
 
1528
+ #: ../admin/social_login.php:380
1529
  msgid "Enable at register page"
1530
  msgstr "Habilitar en página de registro"
1531
 
1532
+ #: ../admin/social_login.php:390
1533
  #, fuzzy
1534
  msgid "Social Login interface will get enabled at the registration page of your website"
1535
  msgstr "La interfaz Social Login se habilitará en su página de registro Wordpress"
1536
 
1537
+ #: ../admin/social_login.php:398
1538
  msgid "Enable at comment form"
1539
  msgstr "Habilitar en formulario de Comentario"
1540
 
1541
+ #: ../admin/social_login.php:408
1542
  #, fuzzy
1543
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1544
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1545
 
1546
+ #: ../admin/social_login.php:422
1547
  msgid "Enable before WooCommerce Customer Login Form"
1548
  msgstr "Habilitar antes WooCommerce Formulario Cliente Login"
1549
 
1550
+ #: ../admin/social_login.php:432
1551
  #, fuzzy
1552
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1553
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1554
 
1555
+ #: ../admin/social_login.php:440
1556
  msgid "Enable after WooCommerce Customer Login Form"
1557
  msgstr "Activar después WooCommerce Formulario Cliente Login"
1558
 
1559
+ #: ../admin/social_login.php:450
1560
  #, fuzzy
1561
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1562
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1563
 
1564
+ #: ../admin/social_login.php:458
1565
  #, fuzzy
1566
  msgid "Enable at WooCommerce checkout page"
1567
  msgstr "Habilitar en página de registro"
1568
 
1569
+ #: ../admin/social_login.php:468
1570
  #, fuzzy
1571
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1572
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1573
 
1574
+ #: ../admin/social_login.php:479
1575
  msgid "Auto-approve comments made by Social Login users"
1576
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1577
 
1578
+ #: ../admin/social_login.php:489
1579
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1580
  msgstr "Si esta opción está activada, y WordPress comentario es hecho por Social Login usuario, comentario será aprobado inmediatamente sin tener en moderación."
1581
 
1582
+ #: ../admin/social_login.php:490
1583
  msgid "Note: This is not related to Facebook comments"
1584
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1585
 
1586
+ #: ../admin/social_login.php:500
1587
  msgid "Enable social avatar"
1588
  msgstr "Habilitar avatar Social"
1589
 
1590
+ #: ../admin/social_login.php:510
1591
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1592
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1593
 
1594
+ #: ../admin/social_login.php:520
1595
  msgid "Avatar quality"
1596
  msgstr "Avatar calidad"
1597
 
1598
+ #: ../admin/social_login.php:523
1599
  msgid "Average"
1600
  msgstr "promedio"
1601
 
1602
+ #: ../admin/social_login.php:524
1603
  msgid "Best"
1604
  msgstr "Mejor"
1605
 
1606
+ #: ../admin/social_login.php:531
1607
  msgid "Choose avatar quality"
1608
  msgstr "Elija la calidad avatar"
1609
 
1610
+ #: ../admin/social_login.php:540
1611
  #, fuzzy
1612
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1613
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1614
 
1615
+ #: ../admin/social_login.php:550
1616
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1617
  msgstr ""
1618
 
1619
+ #: ../admin/social_login.php:571
1620
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1621
  msgstr "Si lo habilita y el proveedor de Identificación Social no proporciona dirección de correo electrónico del usuario al iniciar sesión, se le pedirá al usuario proporcionar su dirección de correo electrónico De lo contrario, un correo electrónico ficticio, se generará"
1622
 
1623
+ #: ../admin/social_login.php:580
1624
  msgid "Send username-password after user registration"
1625
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1626
 
1627
+ #: ../admin/social_login.php:590
1628
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1629
  msgstr "Si está habilitada, un correo electrónico será enviado al usuario después del registro a través de Social Login, con respecto a su / sus credenciales de inicio de sesión (nombre de usuario-contraseña para poder ingresar a través del formulario de inicio de sesión tradicional)"
1630
 
1631
+ #: ../admin/social_login.php:599
1632
  msgid "Enable social account linking at BuddyPress profile page"
1633
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1634
 
1635
+ #: ../admin/social_login.php:609
1636
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1637
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1638
 
1639
+ #: ../admin/social_login.php:618
1640
  msgid "Login redirection"
1641
  msgstr "Redireccionamiento de inicio de sesión"
1642
 
1643
+ #: ../admin/social_login.php:622
1644
  msgid "Same page where user logged in"
1645
  msgstr "La misma página donde el usuario ha iniciado sesión"
1646
 
1647
+ #: ../admin/social_login.php:626
1648
+ #: ../admin/social_login.php:656
1649
  msgid "Account dashboard"
1650
  msgstr "Panel de cuenta"
1651
 
1652
+ #: ../admin/social_login.php:629
1653
+ #: ../admin/social_login.php:659
1654
  msgid "BuddyPress profile page"
1655
  msgstr "Página de perfil BuddyPress"
1656
 
1657
+ #: ../admin/social_login.php:632
1658
+ #: ../admin/social_login.php:662
1659
  msgid "Custom Url"
1660
  msgstr "Url personalizada"
1661
 
1662
+ #: ../admin/social_login.php:640
1663
  msgid "User will be redirected to the selected page after Social Login"
1664
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1665
 
1666
+ #: ../admin/social_login.php:648
1667
  msgid "Registration redirection"
1668
  msgstr "redirección de registro"
1669
 
1670
+ #: ../admin/social_login.php:652
1671
  #, fuzzy
1672
  msgid "Same page from where user registered"
1673
  msgstr "La misma página donde el usuario ha iniciado sesión"
1674
 
1675
+ #: ../admin/social_login.php:670
1676
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1677
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1678
 
1679
+ #: ../admin/social_login.php:678
1680
  msgid "Email popup options"
1681
  msgstr "opciones emergentes de correo electrónico"
1682
 
1683
+ #: ../admin/social_login.php:684
1684
  msgid "Text on 'Email required' popup"
1685
  msgstr "Texto en 'Email required' popup"
1686
 
1687
+ #: ../admin/social_login.php:694
1688
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1689
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1690
 
1691
+ #: ../admin/social_login.php:703
1692
  msgid "Error message for 'Email required' popup"
1693
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1694
 
1695
+ #: ../admin/social_login.php:713
1696
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1697
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1698
 
1699
+ #: ../admin/social_login.php:722
1700
  msgid "Email popup height"
1701
  msgstr "email altura popup"
1702
 
1703
+ #: ../admin/social_login.php:732
1704
  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."
1705
  msgstr "Si usted está viendo la barra de desplazamiento vertical en el \"Correo electrónico requerido\" emergente, puede aumentar la altura del elemento emergente mediante la especificación de esta opción. Dejar en blanco para el defecto."
1706
 
1707
+ #: ../admin/social_login.php:740
1708
  msgid "Enable email verification"
1709
  msgstr "Habilitar verificación de correo electrónico"
1710
 
1711
+ #: ../admin/social_login.php:750
1712
  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"
1713
  msgstr "Si está activado, el correo electrónico proporcionado por el usuario se verificará mediante el envío de un enlace de confirmación a ese correo electrónico. El usuario no podrá iniciar sesión sin verificar su email"
1714
 
1715
+ #: ../admin/social_login.php:766
1716
  #, fuzzy
1717
  msgid "Social Login Shortcode & Widget"
1718
  msgstr "Widgets y shortcodes"
1719
 
1720
+ #: ../admin/social_login.php:767
1721
  msgid "Social Linking Shortcode"
1722
  msgstr ""
1723
 
1757
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1758
  msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales para compartir y configurar los opciones para compartir."
1759
 
1760
+ #: ../admin/like_buttons.php:16
 
 
 
 
1761
  msgid "Enable Like Buttons"
1762
  msgstr "Habilitar como botones"
1763
 
1764
+ #: ../admin/like_buttons.php:26
1765
  #, fuzzy
1766
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1767
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1768
 
1769
+ #: ../admin/like_buttons.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1770
  #, fuzzy
1771
+ msgid "Standard Interface Options"
1772
  msgstr "Horizontales Opciones para compartir la interfaz de"
1773
 
1774
+ #: ../admin/like_buttons.php:53
1775
  #, fuzzy
1776
+ msgid "Enable standard interface"
1777
  msgstr "Habilitar interfaz de intercambio horizontal"
1778
 
1779
+ #: ../admin/like_buttons.php:63
1780
  #, fuzzy
1781
  msgid "Master control to enable horizontal like buttons"
1782
  msgstr "Control maestro para permitir el intercambio horizontal"
1783
 
1784
+ #: ../admin/like_buttons.php:88
1785
+ #: ../admin/like_buttons.php:336
1786
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1787
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
1788
 
1789
+ #: ../admin/like_buttons.php:106
1790
  #, fuzzy
1791
  msgid "The text to display above the interface"
1792
  msgstr "El texto que se muestra por encima de la interfaz compartida "
1793
 
1794
+ #: ../admin/like_buttons.php:114
1795
+ #: ../admin/like_buttons.php:344
1796
  #, fuzzy
1797
  msgid "Select and rearrange providers"
1798
  msgstr "Seleccionar proveedores"
1799
 
1800
+ #: ../admin/like_buttons.php:158
1801
+ #: ../admin/like_buttons.php:387
1802
  #, fuzzy
1803
  msgid "Select the providers for interface. Drag them to rearrange."
1804
  msgstr "Seleccione los proveedores para compartir la interfaz"
1805
 
1806
+ #: ../admin/like_buttons.php:180
1807
+ #: ../admin/like_buttons.php:426
1808
  #, fuzzy
1809
  msgid "Horizontal alignment of the interface"
1810
  msgstr "Habilitar interfaz de intercambio horizontal"
1811
 
1812
+ #: ../admin/like_buttons.php:201
1813
  #, fuzzy
1814
  msgid "Specify position of the interface with respect to the content"
1815
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
1816
 
1817
+ #: ../admin/like_buttons.php:209
1818
+ #: ../admin/like_buttons.php:492
1819
  #, fuzzy
1820
  msgid "Interface location"
1821
  msgstr "Ubicación de uso compartido"
1822
 
1823
+ #: ../admin/like_buttons.php:219
1824
+ #: ../admin/like_buttons.php:502
1825
  msgid "Excerpts"
1826
  msgstr "Extractos"
1827
 
1828
+ #: ../admin/like_buttons.php:278
1829
  #, fuzzy
1830
  msgid "Specify the pages where you want to enable interface"
1831
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1832
 
1833
+ #: ../admin/like_buttons.php:295
1834
  #, fuzzy
1835
  msgid "Vertical (Floating) like buttons Options"
1836
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
1837
 
1838
+ #: ../admin/like_buttons.php:301
1839
  #, fuzzy
1840
+ msgid "Enable floating like buttons"
1841
  msgstr "Habilitar vertical (flotante) interfaz compartida"
1842
 
1843
+ #: ../admin/like_buttons.php:311
1844
  #, fuzzy
1845
  msgid "Master control to enable vertical (floating) counter widget"
1846
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
1847
 
1848
+ #: ../admin/like_buttons.php:405
1849
  #, fuzzy
1850
  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>"
1851
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1852
 
1853
+ #: ../admin/like_buttons.php:445
1854
  #, fuzzy
1855
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1856
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1857
 
1858
+ #: ../admin/like_buttons.php:465
1859
  #, fuzzy
1860
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1861
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1862
 
1863
+ #: ../admin/like_buttons.php:484
1864
  #, fuzzy
1865
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1866
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
1867
 
1868
+ #: ../admin/like_buttons.php:540
1869
  #, fuzzy
1870
  msgid "Specify the pages where you want to enable vertical interface"
1871
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
1872
 
1873
+ #: ../admin/like_buttons.php:548
1874
  msgid "Hide like buttons on mobile devices"
1875
  msgstr "Ocultar como botones en dispositivos móviles"
1876
 
1877
+ #: ../admin/like_buttons.php:558
1878
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1879
  msgstr "Si está activado, los botones verticales como no van a aparecer en dispositivos móviles"
1880
 
1881
+ #: ../admin/like_buttons.php:582
1882
+ msgid "Use shortlinks already installed, for tweet button"
1883
+ msgstr "Utilice shortlinks ya instalados, para botón de Tweet"
1884
+
1885
+ #: ../admin/like_buttons.php:600
1886
+ msgid "Enable bit.ly url shortener for tweet button"
1887
+ msgstr "Habilitar acortador de url bit.ly para el botón de Twitter"
1888
+
1889
+ #: ../admin/like_buttons.php:692
1890
+ #, fuzzy, php-format
1891
+ 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)"
1892
+ msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1893
+
1894
+ #: ../admin/like_buttons.php:701
1895
+ #, fuzzy
1896
+ msgid "Twitter Username"
1897
+ msgstr "Twitter nombre de usuario en el intercambio"
1898
+
1899
+ #: ../admin/like_buttons.php:707
1900
+ #, fuzzy
1901
+ msgid "Twitter username for Tweet (without @)"
1902
+ msgstr "Twitter nombre de usuario (sin @)"
1903
+
1904
+ #: ../admin/like_buttons.php:717
1905
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1906
+ msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1907
+
1908
+ #: ../admin/like_buttons.php:726
1909
+ #, fuzzy
1910
+ msgid "Twitter username for Buffer sharing (without @)"
1911
+ msgstr "Twitter nombre de usuario (sin @)"
1912
+
1913
+ #: ../admin/like_buttons.php:736
1914
+ #, fuzzy
1915
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1916
+ msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1917
+
1918
+ #: ../admin/like_buttons.php:753
1919
  #, fuzzy
1920
  msgid "Like Buttons Shortcode & Widget"
1921
  msgstr "Widgets y shortcodes"
1925
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1926
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1927
 
1928
+ #: ../inc/social_sharing.php:652
1929
  msgid "Invalid request"
1930
  msgstr "petición no válida"
1931
 
1932
+ #: ../inc/social_sharing.php:659
1933
  msgid "Providers not selected"
1934
  msgstr "Los proveedores no seleccionados"
1935
 
2078
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2079
  msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"Super Socializer > Como Botones\" página."
2080
 
2081
+ #, fuzzy
2082
+ #~ msgid "Horizontal sharing"
2083
+ #~ msgstr "Horizontales Opciones para compartir la interfaz de"
2084
+
2085
+ #, fuzzy
2086
+ #~ msgid "Vertical sharing"
2087
+ #~ msgstr "Social Sharing"
2088
+
2089
+ #, fuzzy
2090
+ #~ msgid "Sharing Options"
2091
+ #~ msgstr "Ubicación de uso compartido"
2092
+
2093
+ #~ msgid ""
2094
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
2095
+ #~ "Sharing functionality"
2096
+ #~ msgstr ""
2097
+ #~ "Control maestro para compartir en redes sociales. Esto debe estar marcado "
2098
+ #~ "para habilitar la funcionalidad de Social Sharing "
2099
+
2100
+ #, fuzzy
2101
+ #~ msgid "Horizontal interface options"
2102
+ #~ msgstr "Horizontales Opciones para compartir la interfaz de"
2103
+
2104
+ #, fuzzy
2105
+ #~ msgid "Vertical interface options"
2106
+ #~ msgstr "Vertical (flotante) Opciones de interfaz compartir"
2107
+
2108
+ #~ msgid "Do not load Modernizr JS"
2109
+ #~ msgstr "No cargue Modernizr JS"
2110
+
2111
+ #~ msgid ""
2112
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2113
+ #~ "option"
2114
+ #~ msgstr ""
2115
+ #~ "Si usted encuentra el plugin romper su tema, puede intentar activar esta "
2116
+ #~ "opción"
2117
+
2118
+ #~ msgid "Print"
2119
+ #~ msgstr "Impresión"
2120
+
2121
+ #~ msgid "Select the providers for sharing interface"
2122
+ #~ msgstr "Seleccione los proveedores para compartir la interfaz"
2123
+
2124
+ #~ msgid "Sharing location"
2125
+ #~ msgstr "Ubicación de uso compartido"
2126
+
2127
+ #, fuzzy
2128
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2129
+ #~ msgstr "Ocultar compartir en dispositivos móviles"
2130
+
2131
+ #~ msgid ""
2132
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2133
+ #~ msgstr ""
2134
+ #~ "Si se activa, la interfaz de intercambio vertical no aparecerá en los "
2135
+ #~ "dispositivos móviles"
2136
+
2137
+ #, fuzzy
2138
+ #~ msgid "Social Sharing Shortcode & Widget"
2139
+ #~ msgstr "Widgets y shortcodes"
2140
+
2141
+ #~ msgid "Like Buttons"
2142
+ #~ msgstr "Como Botones"
2143
+
2144
  #~ msgid "Options saved successfully"
2145
  #~ msgstr "Opciones guardadas correctamente"
2146
 
2189
  #~ "Un valor booleano que especifica si se mostrará la versión optimizada "
2190
  #~ "para móviles o no. "
2191
 
 
 
 
 
2192
  #~ msgid "Twitter username in tweet button"
2193
  #~ msgstr "Twitter nombre de usuario en el botón de Twitter"
2194
 
2608
  #~ msgid "Important note"
2609
  #~ msgstr "nota importante"
2610
 
 
 
 
 
 
 
 
 
2611
  #~ msgid "Publish feed on user's timeline on Facebook login"
2612
  #~ msgstr ""
2613
  #~ "Publicar alimentación en la línea de tiempo del usuario al ingresar a "
2732
  #~ "cuenta con de página \"Compartir redes sociales \" en el panel de "
2733
  #~ "administración."
2734
 
 
 
 
2735
  #~ msgid ""
2736
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2737
  #~ "top of other plugins, please consider making a donation."
languages/Super-Socializer-fr_FR.mo CHANGED
Binary file
languages/Super-Socializer-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-17 10:42+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:42+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -16,63 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:226
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:229
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:399
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:399
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:403
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
- #: ../super_socializer.php:425
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:438
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:515
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
 
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Petit Avatar Url"
65
 
66
- #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Cible Url"
70
 
71
- #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
74
 
75
- #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
78
 
@@ -85,118 +97,154 @@ msgstr "Paramètres"
85
  msgid "Dismiss this notice"
86
  msgstr "Rejeter cet avis"
87
 
88
- #: ../helper.php:150
89
  msgid "Click to show help"
90
  msgstr "Cliquez pour afficher l'aide"
91
 
92
- #: ../helper.php:150
93
  msgid "Click to hide help"
94
  msgstr "Cliquez sur pour cacher l'aide"
95
 
96
- #: ../helper.php:190
97
  msgid "Settings"
98
  msgstr "Paramètres"
99
 
100
- #: ../helper.php:514
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Paramètres enregistrées avec succès"
104
 
105
- #: ../helper.php:518
106
  msgid "Account already exists or linked"
107
  msgstr "Compte existe déjà ou liée"
108
 
109
- #: ../helper.php:527
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Vous êtes prêt à Socialiser votre site web."
113
 
114
- #: ../helper.php:527
115
  msgid "as primary social network"
116
  msgstr "comme réseau social primaire"
117
 
118
- #: ../helper.php:542
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
121
 
122
- #: ../helper.php:579
123
  msgid "Currently"
124
  msgstr "actuellement"
125
 
126
- #: ../helper.php:579
127
  msgid "Remove"
128
  msgstr "supprimer"
129
 
130
- #: ../helper.php:680
131
- msgid "Disable Horizontal Social Sharing on this "
132
- msgstr "Désactiver les boutons de partage horizontaux sur cette page"
133
-
134
- #: ../helper.php:685
135
- msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Désactiver les boutons de partage verticaux sur cette page"
137
 
138
- #: ../helper.php:690
139
  #, fuzzy
140
- msgid "Disable Horizontal like buttons on this "
141
- msgstr "Désactiver le compteur social horizontal sur cette page"
142
 
143
- #: ../helper.php:695
144
  #, fuzzy
145
- msgid "Disable Vertical like buttons on this "
146
  msgstr "Désactiver le compteur social vertical sur cette page"
147
 
148
- #: ../helper.php:700
 
 
 
 
 
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Activer les commentaires Facebook"
152
 
153
- #: ../helper.php:709
154
  #, fuzzy
155
- msgid "Horizontal sharing"
156
- msgstr "Alignement horizontal"
157
 
158
- #: ../helper.php:715
159
- #: ../helper.php:734
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "Afficher le compteur des partages"
163
 
164
- #: ../helper.php:728
165
  #, fuzzy
166
- msgid "Vertical sharing"
167
- msgstr "Partage social"
168
 
169
- #: ../helper.php:820
170
  #, fuzzy
171
  msgid "Social Avatar"
172
  msgstr "Petit Avatar Url"
173
 
174
- #: ../helper.php:823
175
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
176
  msgstr ""
177
 
178
- #: ../helper.php:824
179
  msgid "Update social avatar, next time I Social Login"
180
  msgstr ""
181
 
182
- #: ../helper.php:827
183
  #, fuzzy
184
  msgid "Small Avatar"
185
  msgstr "Petit Avatar Url"
186
 
187
- #: ../helper.php:831
188
  #, fuzzy
189
  msgid "Large Avatar"
190
  msgstr "Cible Url"
191
 
192
- #: ../helper.php:835
193
- #: ../admin/social_sharing.php:1259
194
- #: ../admin/social_commenting.php:457
195
- #: ../admin/social_login.php:785
196
- #: ../admin/like_buttons.php:732
 
197
  msgid "Save Changes"
198
  msgstr "Sauvegarder"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #: ../admin/help.php:4
201
  msgid "About"
202
  msgstr "A propos"
@@ -213,1274 +261,1451 @@ msgstr "pour"
213
  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"
214
  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"
215
 
216
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Plugin Demo"
218
  msgstr "Demonstration du plugin"
219
 
220
- #: ../admin/help.php:24
221
- msgid "Integrate Social Sharing with Google Analytics"
222
  msgstr ""
223
 
224
- #: ../admin/help.php:30
225
  msgid "Boost sharing by awarding points"
226
  msgstr "Boostez partage en attribuant des points"
227
 
228
- #: ../admin/help.php:36
229
  msgid "Award points for Social Login"
230
  msgstr "Attribuer des points pour la connexion sociale"
231
 
232
- #: ../admin/help.php:42
233
  #, fuzzy
234
  msgid "Other Add-ons"
235
  msgstr "Add-ons"
236
 
237
- #: ../admin/help.php:47
238
  msgid "Need Help?"
239
  msgstr "Besoin D'Aide?"
240
 
241
- #: ../admin/help.php:49
242
  #, fuzzy
243
  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>"
244
  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>."
245
 
246
- #: ../admin/help.php:54
247
  #, fuzzy
248
  msgid "Support Us"
249
  msgstr "Aide"
250
 
251
- #: ../admin/help.php:57
252
- #: ../admin/help.php:60
253
- #: ../admin/help.php:61
254
- #: ../admin/help.php:62
255
- #: ../admin/help.php:63
256
- #: ../admin/help.php:64
257
  msgid "Rate 5-star"
258
  msgstr "Avis 5 étoiles"
259
 
260
- #: ../admin/help.php:72
261
- #: ../admin/social_sharing.php:437
262
- #: ../admin/social_sharing.php:814
263
- #: ../admin/social_login.php:84
264
- msgid "Facebook"
265
- msgstr "Facebook"
266
 
267
- #: ../admin/social_sharing.php:11
268
- #: ../admin/social_sharing.php:22
269
- #: ../admin/social_login.php:9
270
- #: ../admin/social_login.php:17
271
- #: ../admin/like_buttons.php:11
272
- #: ../admin/like_buttons.php:19
273
- msgid "Basic Configuration"
274
- msgstr "Configuration basique"
275
 
276
- #: ../admin/social_sharing.php:12
277
  #, fuzzy
278
- msgid "Sharing Interface"
 
 
 
 
 
 
 
 
 
 
279
  msgstr "Paramètres pour l'interface de partage horizontal"
280
 
281
- #: ../admin/social_sharing.php:13
 
282
  #, fuzzy
283
- msgid "Sharing Options"
284
- msgstr "Position de partage"
285
 
286
- #: ../admin/social_sharing.php:14
287
- #: ../admin/social_sharing.php:1214
288
- #: ../admin/social_login.php:11
289
- #: ../admin/social_login.php:773
290
- #: ../admin/like_buttons.php:13
291
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
292
  msgid "Shortcode & Widget"
293
  msgstr "Widgets et shortcodes"
294
 
295
- #: ../admin/social_sharing.php:15
296
  msgid "Troubleshooter"
297
  msgstr "Résolution de problèmes"
298
 
299
- #: ../admin/social_sharing.php:16
300
- #: ../admin/social_sharing.php:1245
301
- #: ../admin/social_commenting.php:12
302
- #: ../admin/social_commenting.php:446
303
  msgid "FAQ"
304
  msgstr "FAQ"
305
 
306
- #: ../admin/social_sharing.php:28
307
- msgid "Enable Social Sharing"
308
- msgstr "Activer le partage social"
309
-
310
- #: ../admin/social_sharing.php:38
311
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
312
- msgstr "Control maître pour le partage social. Cela doit être active afin d'activer cette fonctionnalité."
313
-
314
- #: ../admin/social_sharing.php:46
315
- msgid "Delete all the options on plugin deletion"
316
- msgstr "Supprimer toutes les paramètres lors de la suppression du plugin"
317
 
318
- #: ../admin/social_sharing.php:56
319
- 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."
320
- 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."
 
321
 
322
- #: ../admin/social_sharing.php:71
323
- #, fuzzy
324
- msgid "Horizontal interface options"
325
- msgstr "Paramètres pour l'interface de partage horizontal"
326
 
327
- #: ../admin/social_sharing.php:77
328
- #: ../admin/social_sharing.php:155
329
  msgid "Shape"
330
  msgstr "forme"
331
 
332
- #: ../admin/social_sharing.php:85
333
- #: ../admin/social_sharing.php:163
334
  msgid "Round"
335
  msgstr "tour"
336
 
337
- #: ../admin/social_sharing.php:87
338
- #: ../admin/social_sharing.php:165
339
  msgid "Square"
340
  msgstr "carré"
341
 
342
- #: ../admin/social_sharing.php:94
343
- #: ../admin/social_sharing.php:172
 
 
 
 
 
344
  #, fuzzy
345
  msgid "Shape of the sharing icons"
346
  msgstr "Afficher le compteur des partages"
347
 
348
- #: ../admin/social_sharing.php:102
349
- #: ../admin/social_sharing.php:180
350
  msgid "Size (in pixels)"
351
  msgstr "Taille (en pixels)"
352
 
353
- #: ../admin/social_sharing.php:120
354
- #: ../admin/social_sharing.php:198
355
  #, fuzzy
356
  msgid "Size of the sharing icons"
357
  msgstr "Alignement horizontal des boutons de partage"
358
 
359
- #: ../admin/social_sharing.php:127
360
- #: ../admin/social_sharing.php:205
361
- msgid "Icon Preview"
362
- msgstr "Aperçu d'icône"
 
363
 
364
- #: ../admin/social_sharing.php:141
365
- #: ../admin/social_sharing.php:219
366
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
367
- msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des changements en cliquant sur le bouton ci-dessous sauver"
 
368
 
369
- #: ../admin/social_sharing.php:149
 
370
  #, fuzzy
371
- msgid "Vertical interface options"
372
- msgstr "Paramètres du compteur vertical (flotant)"
373
 
374
- #: ../admin/social_sharing.php:233
375
- msgid "Modernizr"
376
- msgstr ""
 
 
377
 
378
- #: ../admin/social_sharing.php:239
379
- msgid "Do not load Modernizr JS"
380
- msgstr "Ne chargez pas Modernizr JS"
 
 
381
 
382
- #: ../admin/social_sharing.php:249
383
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
384
- msgstr "Si vous trouvez le plugin casser votre thème, vous pouvez essayer d'activer cette option"
 
385
 
386
- #: ../admin/social_sharing.php:258
387
- #: ../admin/like_buttons.php:51
388
  #, fuzzy
389
- msgid "Url shortener"
390
- msgstr "bit.ly raccourcisseur d'URL"
391
 
392
- #: ../admin/social_sharing.php:264
393
- msgid "Use shortlinks already installed"
394
- msgstr "Utilisez shortlinks déjà installés"
 
 
 
 
 
395
 
396
- #: ../admin/social_sharing.php:274
397
- #: ../admin/like_buttons.php:67
398
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
399
- msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
 
 
 
 
400
 
401
- #: ../admin/social_sharing.php:282
402
- msgid "Enable bit.ly url shortener for sharing"
403
- msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
 
405
  #: ../admin/social_sharing.php:292
406
- #: ../admin/like_buttons.php:85
407
- msgid "Master control to enable bit.ly url shortening for sharing"
408
- msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
409
 
410
- #: ../admin/social_sharing.php:300
411
- #: ../admin/like_buttons.php:93
412
- msgid "bit.ly username"
413
- msgstr "Psuedo bit.ly"
 
 
 
414
 
415
- #: ../admin/social_sharing.php:310
416
- #: ../admin/like_buttons.php:103
417
- #, php-format
418
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
419
- msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
 
 
 
 
 
 
 
 
420
 
421
  #: ../admin/social_sharing.php:319
422
- #: ../admin/like_buttons.php:112
423
- msgid "bit.ly API Key"
424
- msgstr "Clé API bit.ly"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
425
 
426
  #: ../admin/social_sharing.php:329
427
- #: ../admin/like_buttons.php:122
428
- #, php-format
429
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
430
- msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
431
 
432
- #: ../admin/social_sharing.php:339
433
- msgid "Twitter username in sharing"
434
- msgstr "Psuedo Twitter dans le partage des liens"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
435
 
436
  #: ../admin/social_sharing.php:345
437
- msgid "Twitter username (without @)"
438
- msgstr "Psuedo Twitter (sans @)"
 
 
439
 
440
  #: ../admin/social_sharing.php:355
441
- 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."
442
- 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."
 
443
 
444
- #: ../admin/social_sharing.php:365
445
- msgid "Horizontal Sharing Interface Options"
 
446
  msgstr "Paramètres pour l'interface de partage horizontal"
447
 
448
- #: ../admin/social_sharing.php:371
449
- msgid "Enable horizontal sharing interface"
 
450
  msgstr "Activer le partage horizontal"
451
 
452
- #: ../admin/social_sharing.php:381
453
- msgid "Master control to enable horizontal sharing"
 
454
  msgstr "Control maître pour activer le partage horizontal"
455
 
456
- #: ../admin/social_sharing.php:391
457
- #: ../admin/social_sharing.php:786
458
- #: ../admin/like_buttons.php:227
459
- #: ../admin/like_buttons.php:468
460
  msgid "Target Url"
461
  msgstr "Cible Url"
462
 
463
- #: ../admin/social_sharing.php:395
464
- #: ../admin/social_sharing.php:790
465
- #: ../admin/like_buttons.php:231
466
- #: ../admin/like_buttons.php:472
467
  msgid "Url of the webpage where icons are located (default)"
468
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
469
 
470
- #: ../admin/social_sharing.php:397
471
- #: ../admin/social_sharing.php:792
472
- #: ../admin/like_buttons.php:233
473
- #: ../admin/like_buttons.php:474
474
  msgid "Url of the homepage of your website"
475
  msgstr "Url de la page d'accueil de votre site Web"
476
 
477
- #: ../admin/social_sharing.php:399
478
- #: ../admin/social_sharing.php:794
479
- #: ../admin/like_buttons.php:235
480
- #: ../admin/like_buttons.php:476
481
  #, fuzzy
482
  msgid "Custom url"
483
  msgstr "URL personnalisé"
484
 
485
- #: ../admin/social_sharing.php:406
486
- #: ../admin/social_sharing.php:801
487
  msgid "Url to share"
488
  msgstr "URL pour partager"
489
 
490
- #: ../admin/social_sharing.php:414
491
- #: ../admin/social_login.php:352
492
- #: ../admin/like_buttons.php:250
493
  msgid "Title"
494
  msgstr "Titre"
495
 
496
- #: ../admin/social_sharing.php:424
497
  msgid "The text to display above the sharing interface"
498
  msgstr "Le texte à afficher au-dessus des boutons de partage"
499
 
500
- #: ../admin/social_sharing.php:432
501
- #: ../admin/social_sharing.php:809
502
- #: ../admin/social_login.php:79
503
- msgid "Select providers"
504
- msgstr "Selectionner les réseaux sociaux"
505
-
506
- #: ../admin/social_sharing.php:442
507
- #: ../admin/social_sharing.php:819
508
- #: ../admin/social_login.php:88
509
- msgid "Twitter"
510
- msgstr "Twitter"
511
-
512
- #: ../admin/social_sharing.php:447
513
- #: ../admin/social_sharing.php:824
514
- #: ../admin/social_login.php:92
515
- msgid "LinkedIn"
516
- msgstr "LinkedIn"
517
-
518
- #: ../admin/social_sharing.php:452
519
- #: ../admin/social_sharing.php:829
520
- #: ../admin/social_login.php:96
521
- msgid "Google+"
522
- msgstr "Google+"
523
-
524
- #: ../admin/social_sharing.php:457
525
- #: ../admin/social_sharing.php:834
526
- msgid "Print"
527
- msgstr "Imprimer"
528
-
529
- #: ../admin/social_sharing.php:462
530
- #: ../admin/social_sharing.php:839
531
- msgid "Email"
532
- msgstr "E-mail"
533
-
534
- #: ../admin/social_sharing.php:467
535
- #: ../admin/social_sharing.php:844
536
- msgid "Yahoo"
537
- msgstr "Yahoo!"
538
-
539
- #: ../admin/social_sharing.php:472
540
- #: ../admin/social_sharing.php:849
541
- msgid "Reddit"
542
- msgstr "Reddit"
543
-
544
- #: ../admin/social_sharing.php:477
545
- #: ../admin/social_sharing.php:854
546
- msgid "Digg"
547
- msgstr "Digg"
548
-
549
- #: ../admin/social_sharing.php:482
550
- #: ../admin/social_sharing.php:859
551
- msgid "Delicious"
552
- msgstr "Delicious"
553
-
554
- #: ../admin/social_sharing.php:487
555
- #: ../admin/social_sharing.php:864
556
- msgid "StumbleUpon"
557
- msgstr "StumbleUpon"
558
-
559
- #: ../admin/social_sharing.php:492
560
- #: ../admin/social_sharing.php:869
561
- msgid "Float it"
562
- msgstr "Float it"
563
-
564
- #: ../admin/social_sharing.php:497
565
- #: ../admin/social_sharing.php:874
566
- msgid "Tumblr"
567
- msgstr "Tumblr"
568
-
569
- #: ../admin/social_sharing.php:502
570
- #: ../admin/social_sharing.php:879
571
- #: ../admin/social_login.php:100
572
- msgid "Vkontakte"
573
- msgstr "Vkontakte"
574
-
575
- #: ../admin/social_sharing.php:507
576
- #: ../admin/social_sharing.php:884
577
- msgid "Pinterest"
578
- msgstr "Pinterest"
579
-
580
- #: ../admin/social_sharing.php:512
581
- #: ../admin/social_sharing.php:889
582
- #: ../admin/social_login.php:108
583
- msgid "Xing"
584
- msgstr ""
585
-
586
- #: ../admin/social_sharing.php:517
587
- #: ../admin/social_sharing.php:894
588
- msgid "Whatsapp"
589
- msgstr ""
590
-
591
- #: ../admin/social_sharing.php:522
592
- #: ../admin/social_sharing.php:899
593
- msgid "Yummly"
594
- msgstr ""
595
-
596
- #: ../admin/social_sharing.php:527
597
- #: ../admin/social_sharing.php:904
598
- msgid "Buffer"
599
- msgstr ""
600
-
601
- #: ../admin/social_sharing.php:535
602
- #: ../admin/social_sharing.php:912
603
- msgid "Select the providers for sharing interface"
604
- msgstr "Selectionner les réseaux sociaux à inclure"
605
-
606
- #: ../admin/social_sharing.php:543
607
- #: ../admin/social_sharing.php:920
608
  msgid "Rearrange icons"
609
  msgstr "Repositionner les icônes"
610
 
611
- #: ../admin/social_sharing.php:575
612
- #: ../admin/social_sharing.php:952
613
  msgid "Drag the icons to rearrange in desired order"
614
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
615
 
616
- #: ../admin/social_sharing.php:583
617
- #: ../admin/social_sharing.php:978
618
- #: ../admin/like_buttons.php:320
619
- #: ../admin/like_buttons.php:560
 
 
 
 
 
 
 
 
 
 
 
620
  msgid "Horizontal alignment"
621
  msgstr "Alignement horizontal"
622
 
623
- #: ../admin/social_sharing.php:587
624
- #: ../admin/social_sharing.php:982
625
- #: ../admin/like_buttons.php:324
626
- #: ../admin/like_buttons.php:564
627
- msgid "Left"
628
- msgstr "Gauche"
629
-
630
- #: ../admin/social_sharing.php:588
631
- #: ../admin/like_buttons.php:325
632
  msgid "Center"
633
  msgstr "centre"
634
 
635
- #: ../admin/social_sharing.php:589
636
- #: ../admin/social_sharing.php:983
637
- #: ../admin/like_buttons.php:326
638
- #: ../admin/like_buttons.php:565
639
- msgid "Right"
640
- msgstr "Droite"
641
-
642
- #: ../admin/social_sharing.php:597
643
- #: ../admin/social_sharing.php:991
644
  msgid "Horizontal alignment of the sharing interface"
645
  msgstr "Alignement horizontal des boutons de partage"
646
 
647
- #: ../admin/social_sharing.php:605
648
- #: ../admin/like_buttons.php:342
649
  msgid "Position with respect to content"
650
  msgstr "Position par rapport au contenu"
651
 
652
- #: ../admin/social_sharing.php:609
653
- #: ../admin/like_buttons.php:346
654
  msgid "Top of the content"
655
  msgstr "Au-dessus du contenu"
656
 
657
- #: ../admin/social_sharing.php:611
658
- #: ../admin/like_buttons.php:348
659
  msgid "Bottom of the content"
660
  msgstr "En-dessous du contenu"
661
 
662
- #: ../admin/social_sharing.php:618
663
  msgid "Specify position of the sharing interface with respect to the content"
664
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
665
 
666
- #: ../admin/social_sharing.php:626
667
- #: ../admin/social_sharing.php:1057
668
- msgid "Sharing location"
669
- msgstr "Position de partage"
670
 
671
- #: ../admin/social_sharing.php:630
672
- #: ../admin/social_sharing.php:1061
673
- #: ../admin/social_login.php:633
674
- #: ../admin/social_login.php:663
675
- #: ../admin/like_buttons.php:367
676
- #: ../admin/like_buttons.php:643
677
  msgid "Homepage"
678
  msgstr "Page d'accueil"
679
 
680
- #: ../admin/social_sharing.php:632
681
- #: ../admin/social_sharing.php:1063
682
- #: ../admin/like_buttons.php:369
683
- #: ../admin/like_buttons.php:645
684
  msgid "Posts"
685
  msgstr "Publications"
686
 
687
- #: ../admin/social_sharing.php:634
688
- #: ../admin/social_sharing.php:1065
689
- #: ../admin/like_buttons.php:371
690
- #: ../admin/like_buttons.php:647
691
  msgid "Pages"
692
  msgstr "Pages"
693
 
694
- #: ../admin/social_sharing.php:636
695
- #: ../admin/social_sharing.php:1067
696
  msgid "Excerpts (at Homepage)"
697
  msgstr ""
698
 
699
- #: ../admin/social_sharing.php:638
700
- #: ../admin/social_sharing.php:1069
701
- #: ../admin/like_buttons.php:375
702
- #: ../admin/like_buttons.php:651
703
  msgid "Category Archives"
704
  msgstr "Archives des catégories"
705
 
706
- #: ../admin/social_sharing.php:640
707
- #: ../admin/social_sharing.php:1071
708
- #: ../admin/like_buttons.php:377
709
- #: ../admin/like_buttons.php:653
710
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
711
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
712
 
713
- #: ../admin/social_sharing.php:656
714
- #: ../admin/like_buttons.php:393
715
  #, fuzzy
716
  msgid "BuddyPress activity"
717
  msgstr "L'activité et les groupes BuddyPress"
718
 
719
- #: ../admin/social_sharing.php:658
720
- #: ../admin/like_buttons.php:396
721
  msgid "BuddyPress group (only at top of content)"
722
  msgstr ""
723
 
724
- #: ../admin/social_sharing.php:664
725
- #: ../admin/social_sharing.php:1093
726
- #: ../admin/like_buttons.php:403
727
- #: ../admin/like_buttons.php:674
728
  msgid "BBPress forum"
729
  msgstr ""
730
 
731
- #: ../admin/social_sharing.php:667
732
- #: ../admin/social_sharing.php:1096
733
- #: ../admin/like_buttons.php:406
734
- #: ../admin/like_buttons.php:677
735
  msgid "BBPress topic"
736
  msgstr "sujet BBPress"
737
 
738
- #: ../admin/social_sharing.php:670
739
- #: ../admin/like_buttons.php:409
740
  msgid "BBPress reply"
741
  msgstr "BBPress réponse"
742
 
743
- #: ../admin/social_sharing.php:677
744
- #: ../admin/like_buttons.php:415
745
  msgid "After individual product at WooCommerce Shop page"
746
  msgstr "Après produit individuel à la page WooCommerce Boutique"
747
 
748
- #: ../admin/social_sharing.php:680
749
- #: ../admin/like_buttons.php:418
750
  msgid "WooCommerce Product Page"
751
  msgstr "WooCommerce page produit"
752
 
753
- #: ../admin/social_sharing.php:683
754
- #: ../admin/like_buttons.php:421
755
  msgid "WooCommerce Thankyou Page"
756
  msgstr "Merci WooCommerce page"
757
 
758
- #: ../admin/social_sharing.php:694
759
  msgid "Specify the pages where you want to enable Sharing interface"
760
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
761
 
762
- #: ../admin/social_sharing.php:702
763
- #: ../admin/social_sharing.php:1114
764
  msgid "Show share counts"
765
  msgstr "Afficher le compteur des partages"
766
 
767
- #: ../admin/social_sharing.php:712
768
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
  msgid "If enabled, share counts are displayed above sharing icons."
770
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
771
 
772
- #: ../admin/social_sharing.php:721
773
- #: ../admin/social_sharing.php:1133
774
  #, fuzzy
775
  msgid "Show total shares"
776
  msgstr "Afficher le compteur des partages"
777
 
778
- #: ../admin/social_sharing.php:731
779
- #: ../admin/social_sharing.php:1143
780
  #, fuzzy
781
  msgid "If enabled, total shares will be displayed with sharing icons"
782
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
783
 
784
- #: ../admin/social_sharing.php:740
785
- #: ../admin/social_sharing.php:1152
786
  #, fuzzy
787
  msgid "Enable 'More' icon"
788
  msgstr "Activer la verification de l'adresse e-mail"
789
 
790
- #: ../admin/social_sharing.php:750
791
- #: ../admin/social_sharing.php:1162
792
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
793
  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"
794
 
795
- #: ../admin/social_sharing.php:760
796
- msgid "Vertical (Floating) Sharing Interface Options"
 
797
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
798
 
799
- #: ../admin/social_sharing.php:766
800
- msgid "Enable vertical (floating) sharing interface"
 
801
  msgstr "Activer les boutons de partage verticaux (flotants)"
802
 
803
- #: ../admin/social_sharing.php:776
804
- msgid "Master control to enable vertical (floating) sharing widget"
 
805
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
806
 
807
- #: ../admin/social_sharing.php:960
808
- #: ../admin/like_buttons.php:542
809
- msgid "Background Color"
810
- msgstr "Couleur de fond"
811
-
812
- #: ../admin/social_sharing.php:970
813
  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>"
814
  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>"
815
 
816
- #: ../admin/social_sharing.php:1000
817
- #: ../admin/like_buttons.php:582
818
  msgid "Left offset"
819
  msgstr "Marge à gauche"
820
 
821
- #: ../admin/social_sharing.php:1010
822
- #, fuzzy
823
- 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."
824
- msgstr "Définir la taille de la marge à gauche (en pixels)."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
825
 
826
- #: ../admin/social_sharing.php:1020
827
- #: ../admin/like_buttons.php:602
828
- msgid "Right offset"
829
- msgstr "Marge à droite"
 
830
 
831
- #: ../admin/social_sharing.php:1030
832
- #, fuzzy
833
- 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."
834
- msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
835
 
836
- #: ../admin/social_sharing.php:1039
837
- #: ../admin/like_buttons.php:621
838
- msgid "Top offset"
839
- msgstr "Marge au-dessus"
 
840
 
841
- #: ../admin/social_sharing.php:1049
842
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
843
- msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
 
 
844
 
845
- #: ../admin/social_sharing.php:1085
846
  #: ../admin/like_buttons.php:667
847
- #, fuzzy
848
- msgid "BuddyPress group"
849
- msgstr "BuddyPress page de profil"
850
 
851
- #: ../admin/social_sharing.php:1106
852
- msgid "Specify the pages where you want to enable vertical Sharing interface"
853
- msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
 
 
 
 
854
 
855
- #: ../admin/social_sharing.php:1170
856
- #, fuzzy
857
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
858
- msgstr "Cacher le partage sur appareils mobiles"
859
 
860
- #: ../admin/social_sharing.php:1180
861
  #, fuzzy
862
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
863
- msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
864
 
865
- #: ../admin/social_sharing.php:1189
866
- msgid "Hide sharing on mobile devices"
867
- msgstr "Cacher le partage sur appareils mobiles"
868
 
869
- #: ../admin/social_sharing.php:1199
870
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
871
- msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
 
872
 
873
- #: ../admin/social_sharing.php:1216
874
  #, fuzzy
875
- msgid "Social Sharing Shortcode & Widget"
876
- msgstr "Widgets et shortcodes"
877
 
878
- #: ../admin/social_sharing.php:1226
879
  msgid "Facebook Sharing Troubleshooter"
880
  msgstr "Résoudre les problems Facebook"
881
 
882
- #: ../admin/social_sharing.php:1231
883
  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:"
884
  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."
885
 
886
- #: ../admin/social_sharing.php:1247
887
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
888
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
889
 
890
- #: ../admin/social_sharing.php:1248
891
  #, fuzzy
892
  msgid "How can I disable sharing on particular page/post?"
893
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
894
 
895
- #: ../admin/social_sharing.php:1249
896
  msgid "How can I specify minimum sharing count for sharing networks?"
897
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
898
 
899
- #: ../admin/social_commenting.php:10
900
- #, fuzzy
901
- msgid "Social Commenting"
902
- msgstr "Commentaires par défaut"
903
 
904
- #: ../admin/social_commenting.php:11
905
- #: ../admin/social_commenting.php:434
906
- msgid "Shortcode"
907
- msgstr "Shortcode"
 
 
 
908
 
909
- #: ../admin/social_commenting.php:18
910
  #, fuzzy
911
- msgid "General Options"
912
- msgstr "Position de partage"
 
 
 
 
 
913
 
914
- #: ../admin/social_commenting.php:24
915
  #, fuzzy
916
  msgid "Enable Social Commenting"
917
  msgstr "Activer le Compteur Social"
918
 
919
- #: ../admin/social_commenting.php:34
920
  #, fuzzy
921
  msgid "Master control to enable Social Commenting"
922
  msgstr "Control maître pour activer le partage horizontal"
923
 
924
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
 
925
  msgid "Order of tabs in commenting interface"
926
  msgstr "Ordre des onglets dans l'interface commentant"
927
 
928
- #: ../admin/social_commenting.php:52
929
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
930
  msgstr "Ordre des onglets affichés dans l'interface commentant sociale. Par défaut, wordpress, facebook, googleplus, Disqus"
931
 
932
- #: ../admin/social_commenting.php:60
933
  msgid "Comment area label"
934
  msgstr "Commentaire étiquette de la zone"
935
 
936
- #: ../admin/social_commenting.php:70
937
  #, fuzzy
938
  msgid "Label for comment area"
939
  msgstr "Commentaires Facebook"
940
 
941
- #: ../admin/social_commenting.php:83
942
  #, fuzzy
943
  msgid "Enable Social Commenting at"
944
  msgstr "Activer le Compteur Social"
945
 
946
- #: ../admin/social_commenting.php:102
947
  #, fuzzy
948
  msgid "Specify the page/post groups where you want to enable Social Commenting"
949
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
950
 
951
- #: ../admin/social_commenting.php:113
952
  msgid "HTML ID of comment form container"
953
  msgstr "ID HTML du formulaire commentaire récipient"
954
 
955
- #: ../admin/social_commenting.php:123
956
  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."
957
  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."
958
 
959
- #: ../admin/social_commenting.php:133
960
  msgid "Labels"
961
  msgstr "étiquettes"
962
 
963
- #: ../admin/social_commenting.php:138
964
  #, fuzzy
965
  msgid "Label for WordPress Commenting tab"
966
  msgstr "WordPress Comentarios"
967
 
968
- #: ../admin/social_commenting.php:147
969
  #, fuzzy
970
  msgid "Label for Facebook Commenting tab"
971
  msgstr "Activer les commentaires Facebook"
972
 
973
- #: ../admin/social_commenting.php:156
974
  #, fuzzy
975
  msgid "Label for G+ Commenting tab"
976
  msgstr "Commentaires Facebook"
977
 
978
- #: ../admin/social_commenting.php:165
979
  msgid "Label for Disqus Commenting tab"
980
  msgstr "Étiquette pour onglet Commentant Disqus"
981
 
982
- #: ../admin/social_commenting.php:176
983
  msgid "Facebook Commenting Options"
984
  msgstr "Paramètres des commentaires Facebook"
985
 
986
- #: ../admin/social_commenting.php:182
987
  #, fuzzy
988
  msgid "Enable Facebook Comments notification and moderation"
989
  msgstr "Activer les commentaires Facebook"
990
 
991
- #: ../admin/social_commenting.php:190
992
- #: ../admin/social_commenting.php:200
993
  msgid "Enable Facebook Commenting"
994
  msgstr "Activer les commentaires Facebook"
995
 
996
- #: ../admin/social_commenting.php:208
997
- #: ../admin/social_commenting.php:366
998
  msgid "Url to comment on"
999
  msgstr "URL à commenter"
1000
 
1001
- #: ../admin/social_commenting.php:218
1002
  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."
1003
  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é."
1004
 
1005
- #: ../admin/social_commenting.php:226
1006
- #: ../admin/social_commenting.php:348
1007
  msgid "Width"
1008
  msgstr "Largeur"
1009
 
1010
- #: ../admin/social_commenting.php:236
1011
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1012
  msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
1013
 
1014
- #: ../admin/social_commenting.php:244
1015
  msgid "Color Scheme"
1016
  msgstr "Schéma de couleurs"
1017
 
1018
- #: ../admin/social_commenting.php:248
1019
  msgid "Light"
1020
  msgstr "Clair"
1021
 
1022
- #: ../admin/social_commenting.php:249
1023
  msgid "Dark"
1024
  msgstr "Sombre"
1025
 
1026
- #: ../admin/social_commenting.php:257
1027
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1028
  msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
1029
 
1030
- #: ../admin/social_commenting.php:265
1031
  #, fuzzy
1032
  msgid "Number of comments"
1033
  msgstr "Le nombre de publications"
1034
 
1035
- #: ../admin/social_commenting.php:275
1036
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1037
  msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
1038
 
1039
- #: ../admin/social_commenting.php:283
1040
  msgid "Order by"
1041
  msgstr "Trier par"
1042
 
1043
- #: ../admin/social_commenting.php:287
1044
  msgid "Social"
1045
  msgstr "Social"
1046
 
1047
- #: ../admin/social_commenting.php:288
1048
  msgid "Reverse Time"
1049
  msgstr "Anachronique"
1050
 
1051
- #: ../admin/social_commenting.php:289
1052
  msgid "Time"
1053
  msgstr "Heure"
1054
 
1055
- #: ../admin/social_commenting.php:297
1056
  msgid "The order to use when displaying comments."
1057
  msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
1058
 
1059
- #: ../admin/social_commenting.php:305
1060
- #: ../admin/like_buttons.php:132
1061
- #: ../admin/like_buttons.php:138
1062
- msgid "Language"
1063
- msgstr "Langue"
1064
-
1065
- #: ../admin/social_commenting.php:315
1066
  #, php-format
1067
  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)"
1068
  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."
1069
 
1070
- #: ../admin/social_commenting.php:324
1071
  #, fuzzy
1072
  msgid "Google Plus Commenting Options"
1073
  msgstr "Paramètres des commentaires Facebook"
1074
 
1075
- #: ../admin/social_commenting.php:330
1076
- #: ../admin/social_commenting.php:340
1077
  #, fuzzy
1078
  msgid "Enable Google Plus Commenting"
1079
  msgstr "Activer les commentaires Facebook"
1080
 
1081
- #: ../admin/social_commenting.php:358
1082
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1083
  msgstr "Largeur de l'interface Commentant GooglePlus. Laissez vide pour Auto Adjust"
1084
 
1085
- #: ../admin/social_commenting.php:376
1086
  #, fuzzy
1087
  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."
1088
  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é."
1089
 
1090
- #: ../admin/social_commenting.php:385
1091
  #, fuzzy
1092
  msgid "Disqus Commenting Options"
1093
  msgstr "Paramètres des commentaires Facebook"
1094
 
1095
- #: ../admin/social_commenting.php:391
1096
- #: ../admin/social_commenting.php:401
1097
  #, fuzzy
1098
  msgid "Enable Disqus Commenting"
1099
  msgstr "Activer les commentaires Facebook"
1100
 
1101
- #: ../admin/social_commenting.php:409
1102
  msgid "Disqus Shortname"
1103
  msgstr ""
1104
 
1105
- #: ../admin/social_commenting.php:419
1106
  #, fuzzy
1107
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1108
  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"
1109
 
1110
- #: ../admin/social_commenting.php:436
1111
  #, fuzzy
1112
  msgid "Social Commenting Shortcode"
1113
  msgstr "Commentaires par défaut"
1114
 
1115
- #: ../admin/social_commenting.php:448
1116
  #, fuzzy
1117
  msgid "How can I disable Social Commenting at individual page/post?"
1118
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1119
 
1120
- #: ../admin/social_commenting.php:449
1121
  msgid "How to disable default comment form from Social Commenting?"
1122
  msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1123
 
1124
- #: ../admin/social_login.php:10
1125
- msgid "Social Login"
1126
- msgstr "Connection par les réseaux sociaux"
1127
-
1128
- #: ../admin/social_login.php:23
1129
  msgid "Enable Social Login"
1130
  msgstr "Activer la connection par les réseaux sociaux"
1131
 
1132
- #: ../admin/social_login.php:33
1133
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1134
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1135
 
1136
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
1137
  msgid "Disable user registration via Social Login"
1138
  msgstr "Désactiver l'enregistrement de l'utilisateur via Login social"
1139
 
1140
- #: ../admin/social_login.php:51
1141
  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."
1142
  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."
1143
 
1144
- #: ../admin/social_login.php:60
1145
  #, fuzzy
1146
  msgid "Redirection url"
1147
  msgstr "Rediriger la page après la connection"
1148
 
1149
- #: ../admin/social_login.php:70
1150
  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."
1151
  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."
1152
 
1153
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1154
  msgid "Instagram"
1155
  msgstr "Instagram"
1156
 
1157
- #: ../admin/social_login.php:116
 
 
 
 
1158
  msgid "Select Social ID provider to enable in Social Login"
1159
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1160
 
1161
- #: ../admin/social_login.php:124
1162
  msgid "Facebook App ID"
1163
  msgstr "Facebook App ID"
1164
 
1165
- #: ../admin/social_login.php:134
1166
  #, php-format
1167
  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"
1168
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1169
 
1170
- #: ../admin/social_login.php:136
1171
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1172
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1173
 
1174
- #: ../admin/social_login.php:146
1175
  msgid "Twitter API Key"
1176
  msgstr "Clé API Twitter"
1177
 
1178
- #: ../admin/social_login.php:156
1179
  #, php-format
1180
  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"
1181
  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."
1182
 
1183
- #: ../admin/social_login.php:158
1184
- #: ../admin/social_login.php:180
1185
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1186
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1187
 
1188
- #: ../admin/social_login.php:168
1189
  msgid "Twitter API Secret"
1190
  msgstr "Code secret API Twitter"
1191
 
1192
- #: ../admin/social_login.php:178
1193
  #, php-format
1194
  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"
1195
  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."
1196
 
1197
- #: ../admin/social_login.php:190
1198
  msgid "LinkedIn API Key"
1199
  msgstr "LinkedIn clé API"
1200
 
1201
- #: ../admin/social_login.php:200
1202
  #, php-format
1203
  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"
1204
  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."
1205
 
1206
- #: ../admin/social_login.php:202
1207
- #: ../admin/social_login.php:268
1208
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1209
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1210
 
1211
- #: ../admin/social_login.php:212
1212
  msgid "Google+ Client ID"
1213
  msgstr "Google+ Client ID"
1214
 
1215
- #: ../admin/social_login.php:222
1216
  #, php-format
1217
  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"
1218
  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\"."
1219
 
1220
- #: ../admin/social_login.php:224
1221
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1222
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1223
 
1224
- #: ../admin/social_login.php:234
1225
  msgid "Vkontakte Application ID"
1226
  msgstr "Vkontakte Application ID"
1227
 
1228
- #: ../admin/social_login.php:244
1229
  #, php-format
1230
  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"
1231
  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\"."
1232
 
1233
- #: ../admin/social_login.php:246
1234
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1235
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1236
 
1237
- #: ../admin/social_login.php:256
1238
  msgid "Instagram Client ID"
1239
  msgstr "Instagram Client ID"
1240
 
1241
- #: ../admin/social_login.php:266
1242
  #, php-format
1243
  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"
1244
  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\"."
1245
 
1246
- #: ../admin/social_login.php:278
1247
  msgid "Xing Consumer Key"
1248
  msgstr ""
1249
 
1250
- #: ../admin/social_login.php:288
1251
  #, fuzzy, php-format
1252
  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"
1253
  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."
1254
 
1255
- #: ../admin/social_login.php:290
1256
- #: ../admin/social_login.php:312
1257
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1258
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1259
 
1260
- #: ../admin/social_login.php:300
1261
  msgid "Xing Consumer Secret"
1262
  msgstr ""
1263
 
1264
- #: ../admin/social_login.php:310
1265
  #, fuzzy, php-format
1266
  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"
1267
  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."
1268
 
1269
- #: ../admin/social_login.php:322
1270
- msgid "Include Javascript in website footer"
1271
- msgstr "Inclure le javascript dans le footer de votre site"
1272
-
1273
- #: ../admin/social_login.php:332
1274
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1275
- msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
1276
-
1277
- #: ../admin/social_login.php:346
1278
  msgid "Login options"
1279
  msgstr "Paramètres de connection"
1280
 
1281
- #: ../admin/social_login.php:362
1282
  msgid "Text to display above the Social Login interface"
1283
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1284
 
1285
- #: ../admin/social_login.php:371
1286
  msgid "Enable at login page"
1287
  msgstr "Activer sur la page de connection"
1288
 
1289
- #: ../admin/social_login.php:381
1290
  msgid "Social Login interface will get enabled at the login page of your website"
1291
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1292
 
1293
- #: ../admin/social_login.php:389
1294
  msgid "Enable at register page"
1295
  msgstr "Activer sur la page de création de compte"
1296
 
1297
- #: ../admin/social_login.php:399
1298
  msgid "Social Login interface will get enabled at the registration page of your website"
1299
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1300
 
1301
- #: ../admin/social_login.php:407
1302
  msgid "Enable at comment form"
1303
  msgstr "Activer dans les commentaires"
1304
 
1305
- #: ../admin/social_login.php:417
1306
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1307
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1308
 
1309
- #: ../admin/social_login.php:431
1310
  msgid "Enable before WooCommerce Customer Login Form"
1311
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1312
 
1313
- #: ../admin/social_login.php:441
1314
  #, fuzzy
1315
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1316
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1317
 
1318
- #: ../admin/social_login.php:449
1319
  msgid "Enable after WooCommerce Customer Login Form"
1320
  msgstr "Activer après WooCommerce formulaire Connexion client"
1321
 
1322
- #: ../admin/social_login.php:459
1323
  #, fuzzy
1324
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1325
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1326
 
1327
- #: ../admin/social_login.php:467
1328
  #, fuzzy
1329
  msgid "Enable at WooCommerce checkout page"
1330
  msgstr "Activer sur la page de création de compte"
1331
 
1332
- #: ../admin/social_login.php:477
1333
  #, fuzzy
1334
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1335
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1336
 
1337
- #: ../admin/social_login.php:488
1338
  msgid "Auto-approve comments made by Social Login users"
1339
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1340
 
1341
- #: ../admin/social_login.php:498
1342
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1343
  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."
1344
 
1345
- #: ../admin/social_login.php:499
1346
  msgid "Note: This is not related to Facebook comments"
1347
  msgstr "NB : Cela est différent des commentaires Facebook"
1348
 
1349
- #: ../admin/social_login.php:509
1350
  msgid "Enable social avatar"
1351
  msgstr "Activer la photo social"
1352
 
1353
- #: ../admin/social_login.php:519
1354
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1355
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1356
 
1357
- #: ../admin/social_login.php:529
1358
  msgid "Avatar quality"
1359
  msgstr "qualité Avatar"
1360
 
1361
- #: ../admin/social_login.php:532
1362
  msgid "Average"
1363
  msgstr "moyenne"
1364
 
1365
- #: ../admin/social_login.php:533
1366
  msgid "Best"
1367
  msgstr "Meilleur"
1368
 
1369
- #: ../admin/social_login.php:540
1370
  msgid "Choose avatar quality"
1371
  msgstr "Choisissez la qualité avatar"
1372
 
1373
- #: ../admin/social_login.php:549
1374
  #, fuzzy
1375
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1376
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1377
 
1378
- #: ../admin/social_login.php:559
1379
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1380
  msgstr ""
1381
 
1382
- #: ../admin/social_login.php:580
1383
  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"
1384
  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."
1385
 
1386
- #: ../admin/social_login.php:589
1387
  msgid "Send username-password after user registration"
1388
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1389
 
1390
- #: ../admin/social_login.php:599
1391
  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)"
1392
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1393
 
1394
- #: ../admin/social_login.php:608
1395
  msgid "Enable social account linking at BuddyPress profile page"
1396
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1397
 
1398
- #: ../admin/social_login.php:618
1399
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1400
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1401
 
1402
- #: ../admin/social_login.php:627
1403
  msgid "Login redirection"
1404
  msgstr "Rediriger la page après la connection"
1405
 
1406
- #: ../admin/social_login.php:631
1407
  msgid "Same page where user logged in"
1408
  msgstr "La même page ou l'utilisateur s'est connecté"
1409
 
1410
- #: ../admin/social_login.php:635
1411
- #: ../admin/social_login.php:665
1412
  msgid "Account dashboard"
1413
  msgstr "Leur compte"
1414
 
1415
- #: ../admin/social_login.php:638
1416
- #: ../admin/social_login.php:668
1417
  msgid "BuddyPress profile page"
1418
  msgstr "BuddyPress page de profil"
1419
 
1420
- #: ../admin/social_login.php:641
1421
- #: ../admin/social_login.php:671
1422
  msgid "Custom Url"
1423
  msgstr "URL personnalisé"
1424
 
1425
- #: ../admin/social_login.php:649
1426
  msgid "User will be redirected to the selected page after Social Login"
1427
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1428
 
1429
- #: ../admin/social_login.php:657
1430
  msgid "Registration redirection"
1431
  msgstr "Redirection après la création de compte"
1432
 
1433
- #: ../admin/social_login.php:661
1434
  #, fuzzy
1435
  msgid "Same page from where user registered"
1436
  msgstr "La même page ou l'utilisateur s'est connecté"
1437
 
1438
- #: ../admin/social_login.php:679
1439
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1440
  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)"
1441
 
1442
- #: ../admin/social_login.php:687
1443
  msgid "Email popup options"
1444
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1445
 
1446
- #: ../admin/social_login.php:693
1447
  msgid "Text on 'Email required' popup"
1448
  msgstr "Texte dans le popup \"E-mail requis\""
1449
 
1450
- #: ../admin/social_login.php:703
1451
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1452
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1453
 
1454
- #: ../admin/social_login.php:712
1455
  msgid "Error message for 'Email required' popup"
1456
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1457
 
1458
- #: ../admin/social_login.php:722
1459
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1460
  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."
1461
 
1462
- #: ../admin/social_login.php:731
1463
  msgid "Email popup height"
1464
  msgstr "Hauteur du popup e-mail"
1465
 
1466
- #: ../admin/social_login.php:741
1467
  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."
1468
  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."
1469
 
1470
- #: ../admin/social_login.php:749
1471
  msgid "Enable email verification"
1472
  msgstr "Activer la verification de l'adresse e-mail"
1473
 
1474
- #: ../admin/social_login.php:759
1475
  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"
1476
  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."
1477
 
1478
- #: ../admin/social_login.php:775
1479
  #, fuzzy
1480
  msgid "Social Login Shortcode & Widget"
1481
  msgstr "Widgets et shortcodes"
1482
 
1483
- #: ../admin/social_login.php:776
1484
  msgid "Social Linking Shortcode"
1485
  msgstr ""
1486
 
@@ -1520,167 +1745,163 @@ msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux
1520
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1521
  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."
1522
 
1523
- #: ../admin/like_buttons.php:12
1524
- msgid "Like Buttons"
1525
- msgstr "comme Boutons"
1526
-
1527
- #: ../admin/like_buttons.php:25
1528
  msgid "Enable Like Buttons"
1529
  msgstr "Activer comme des boutons"
1530
 
1531
- #: ../admin/like_buttons.php:35
1532
  #, fuzzy
1533
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1534
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1535
 
1536
- #: ../admin/like_buttons.php:57
1537
- msgid "Use shortlinks already installed, for tweet button"
1538
- msgstr "Utilisez shortlinks déjà installés, pour le bouton tweet"
1539
-
1540
- #: ../admin/like_buttons.php:75
1541
- msgid "Enable bit.ly url shortener for tweet button"
1542
- msgstr "Activer le raccourcisseur d'URL bit.ly"
1543
-
1544
- #: ../admin/like_buttons.php:148
1545
- #, fuzzy, php-format
1546
- 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)"
1547
- 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."
1548
-
1549
- #: ../admin/like_buttons.php:157
1550
- #, fuzzy
1551
- msgid "Twitter Username"
1552
- msgstr "Psuedo Twitter dans le partage des liens"
1553
-
1554
- #: ../admin/like_buttons.php:163
1555
- #, fuzzy
1556
- msgid "Twitter username for Tweet (without @)"
1557
- msgstr "Psuedo Twitter (sans @)"
1558
-
1559
- #: ../admin/like_buttons.php:173
1560
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1561
- 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."
1562
-
1563
- #: ../admin/like_buttons.php:182
1564
- #, fuzzy
1565
- msgid "Twitter username for Buffer sharing (without @)"
1566
- msgstr "Psuedo Twitter (sans @)"
1567
-
1568
- #: ../admin/like_buttons.php:192
1569
- #, fuzzy
1570
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1571
- 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."
1572
-
1573
- #: ../admin/like_buttons.php:201
1574
  #, fuzzy
1575
- msgid "Horizontal Interface Options"
1576
  msgstr "Paramètres du compteur horizontal"
1577
 
1578
- #: ../admin/like_buttons.php:207
1579
  #, fuzzy
1580
- msgid "Enable horizontal interface"
1581
  msgstr "Activer le compteur horizontal"
1582
 
1583
- #: ../admin/like_buttons.php:217
1584
  #, fuzzy
1585
  msgid "Master control to enable horizontal like buttons"
1586
  msgstr "Control maître pour activer le compteur horizontal"
1587
 
1588
- #: ../admin/like_buttons.php:242
1589
- #: ../admin/like_buttons.php:483
1590
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1591
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1592
 
1593
- #: ../admin/like_buttons.php:260
1594
  #, fuzzy
1595
  msgid "The text to display above the interface"
1596
  msgstr "La texte à afficher au-dessus du compteur"
1597
 
1598
- #: ../admin/like_buttons.php:268
1599
- #: ../admin/like_buttons.php:491
1600
  msgid "Select and rearrange providers"
1601
  msgstr "Selectionner et repositionner les réseaux sociaux"
1602
 
1603
- #: ../admin/like_buttons.php:312
1604
- #: ../admin/like_buttons.php:534
1605
  #, fuzzy
1606
  msgid "Select the providers for interface. Drag them to rearrange."
1607
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1608
 
1609
- #: ../admin/like_buttons.php:334
1610
- #: ../admin/like_buttons.php:573
1611
  #, fuzzy
1612
  msgid "Horizontal alignment of the interface"
1613
  msgstr "Alignement horizontal du compteur"
1614
 
1615
- #: ../admin/like_buttons.php:355
1616
  #, fuzzy
1617
  msgid "Specify position of the interface with respect to the content"
1618
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1619
 
1620
- #: ../admin/like_buttons.php:363
1621
- #: ../admin/like_buttons.php:639
1622
  #, fuzzy
1623
  msgid "Interface location"
1624
  msgstr "Position du compteur"
1625
 
1626
- #: ../admin/like_buttons.php:373
1627
- #: ../admin/like_buttons.php:649
1628
  msgid "Excerpts"
1629
  msgstr "Extraits"
1630
 
1631
- #: ../admin/like_buttons.php:432
1632
  #, fuzzy
1633
  msgid "Specify the pages where you want to enable interface"
1634
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1635
 
1636
- #: ../admin/like_buttons.php:442
1637
  #, fuzzy
1638
  msgid "Vertical (Floating) like buttons Options"
1639
  msgstr "Paramètres du compteur vertical (flotant)"
1640
 
1641
- #: ../admin/like_buttons.php:448
1642
  #, fuzzy
1643
- msgid "Enable vertical (floating) like buttons"
1644
  msgstr "Activer le compteur vertical (flotant)"
1645
 
1646
- #: ../admin/like_buttons.php:458
1647
  msgid "Master control to enable vertical (floating) counter widget"
1648
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1649
 
1650
- #: ../admin/like_buttons.php:552
1651
  #, fuzzy
1652
  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>"
1653
  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>"
1654
 
1655
- #: ../admin/like_buttons.php:592
1656
  #, fuzzy
1657
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1658
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1659
 
1660
- #: ../admin/like_buttons.php:612
1661
  #, fuzzy
1662
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1663
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1664
 
1665
- #: ../admin/like_buttons.php:631
1666
  #, fuzzy
1667
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1668
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1669
 
1670
- #: ../admin/like_buttons.php:687
1671
  #, fuzzy
1672
  msgid "Specify the pages where you want to enable vertical interface"
1673
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1674
 
1675
- #: ../admin/like_buttons.php:695
1676
  msgid "Hide like buttons on mobile devices"
1677
  msgstr "Cachez comme des boutons sur les appareils mobiles"
1678
 
1679
- #: ../admin/like_buttons.php:705
1680
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1681
  msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1682
 
1683
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1684
  #, fuzzy
1685
  msgid "Like Buttons Shortcode & Widget"
1686
  msgstr "Widgets et shortcodes"
@@ -1690,11 +1911,11 @@ msgstr "Widgets et shortcodes"
1690
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1691
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1692
 
1693
- #: ../inc/social_sharing.php:613
1694
  msgid "Invalid request"
1695
  msgstr "Demande non-valable !"
1696
 
1697
- #: ../inc/social_sharing.php:620
1698
  msgid "Providers not selected"
1699
  msgstr "Réseaux sociaux non-selectionnés !"
1700
 
@@ -1838,6 +2059,96 @@ msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" v
1838
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1839
  msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
1840
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1841
  #~ msgid "Options saved successfully"
1842
  #~ msgstr "Paramètres enregistrées avec succès"
1843
 
@@ -1887,10 +2198,6 @@ msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir
1887
  #~ msgstr ""
1888
  #~ "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
1889
 
1890
- #, fuzzy
1891
- #~ msgid "Sortcode & Widget"
1892
- #~ msgstr "Widgets et shortcodes"
1893
-
1894
  #~ msgid "Twitter username in tweet button"
1895
  #~ msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
1896
 
@@ -2299,13 +2606,6 @@ msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir
2299
  #~ msgid "Important note"
2300
  #~ msgstr "Mot important"
2301
 
2302
- #~ msgid ""
2303
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2304
- #~ "\"_blank\">this link</a>"
2305
- #~ msgstr ""
2306
- #~ "Afin de se server de cette fonctionnalité, veuillez suivre les étapes "
2307
- #~ "indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
2308
-
2309
  #~ msgid "Publish feed on user's timeline on Facebook login"
2310
  #~ msgstr ""
2311
  #~ "Publier le flux sur le profil de l'utilisateur s'il s'est connecté avec "
@@ -2425,9 +2725,6 @@ msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir
2425
  #~ "site. N'oubliez pas d'activer le compte des partages sur la page "
2426
  #~ "\"Partage social\"."
2427
 
2428
- #~ msgid "Donate"
2429
- #~ msgstr "Donner"
2430
-
2431
  #~ msgid ""
2432
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2433
  #~ "top of other plugins, please consider making a donation."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:39+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:39+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 3 %s)"
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
+ #: ../super_socializer.php:417
41
+ #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
+ #: ../super_socializer.php:711
58
+ #, fuzzy
59
+ msgid "Super Socializer - General Options"
60
+ msgstr "Super Socializer - Login"
61
+
62
+ #: ../super_socializer.php:711
63
+ #: ../admin/general_options.php:11
64
+ #: ../admin/social_commenting.php:42
65
+ #, fuzzy
66
+ msgid "General Options"
67
+ msgstr "Position de partage"
68
+
69
+ #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Login"
73
 
74
+ #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Petit Avatar Url"
77
 
78
+ #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Cible Url"
82
 
83
+ #: ../super_socializer.php:848
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:852
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
 
97
  msgid "Dismiss this notice"
98
  msgstr "Rejeter cet avis"
99
 
100
+ #: ../helper.php:155
101
  msgid "Click to show help"
102
  msgstr "Cliquez pour afficher l'aide"
103
 
104
+ #: ../helper.php:155
105
  msgid "Click to hide help"
106
  msgstr "Cliquez sur pour cacher l'aide"
107
 
108
+ #: ../helper.php:249
109
  msgid "Settings"
110
  msgstr "Paramètres"
111
 
112
+ #: ../helper.php:572
113
  #, fuzzy
114
  msgid "Account linked successfully"
115
  msgstr "Paramètres enregistrées avec succès"
116
 
117
+ #: ../helper.php:576
118
  msgid "Account already exists or linked"
119
  msgstr "Compte existe déjà ou liée"
120
 
121
+ #: ../helper.php:585
122
  #, fuzzy
123
  msgid "You are already connected with"
124
  msgstr "Vous êtes prêt à Socialiser votre site web."
125
 
126
+ #: ../helper.php:585
127
  msgid "as primary social network"
128
  msgstr "comme réseau social primaire"
129
 
130
+ #: ../helper.php:600
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:637
135
  msgid "Currently"
136
  msgstr "actuellement"
137
 
138
+ #: ../helper.php:637
139
  msgid "Remove"
140
  msgstr "supprimer"
141
 
142
+ #: ../helper.php:738
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:743
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:748
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:753
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:758
163
  #, fuzzy
164
  msgid "Disable Social Commenting on this "
165
  msgstr "Activer les commentaires Facebook"
166
 
167
+ #: ../helper.php:767
168
  #, fuzzy
169
+ msgid "Standard Sharing Interface"
170
+ msgstr "Paramètres pour l'interface de partage horizontal"
171
 
172
+ #: ../helper.php:773
173
+ #: ../helper.php:792
174
  #, fuzzy
175
  msgid "Starting share count for "
176
  msgstr "Afficher le compteur des partages"
177
 
178
+ #: ../helper.php:786
179
  #, fuzzy
180
+ msgid "Floating Sharing Interface"
181
+ msgstr "Paramètres pour l'interface de partage horizontal"
182
 
183
+ #: ../helper.php:878
184
  #, fuzzy
185
  msgid "Social Avatar"
186
  msgstr "Petit Avatar Url"
187
 
188
+ #: ../helper.php:881
189
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
190
  msgstr ""
191
 
192
+ #: ../helper.php:882
193
  msgid "Update social avatar, next time I Social Login"
194
  msgstr ""
195
 
196
+ #: ../helper.php:885
197
  #, fuzzy
198
  msgid "Small Avatar"
199
  msgstr "Petit Avatar Url"
200
 
201
+ #: ../helper.php:889
202
  #, fuzzy
203
  msgid "Large Avatar"
204
  msgstr "Cible Url"
205
 
206
+ #: ../helper.php:893
207
+ #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1732
209
+ #: ../admin/social_commenting.php:464
210
+ #: ../admin/social_login.php:778
211
+ #: ../admin/like_buttons.php:764
212
  msgid "Save Changes"
213
  msgstr "Sauvegarder"
214
 
215
+ #: ../admin/general_options.php:17
216
+ msgid "Include Javascript in website footer"
217
+ msgstr "Inclure le javascript dans le footer de votre site"
218
+
219
+ #: ../admin/general_options.php:27
220
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
221
+ msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
222
+
223
+ #: ../admin/general_options.php:35
224
+ msgid "Load all Javascript files in single file"
225
+ msgstr ""
226
+
227
+ #: ../admin/general_options.php:45
228
+ msgid "Loads Javascript in single request."
229
+ msgstr ""
230
+
231
+ #: ../admin/general_options.php:53
232
+ msgid "Delete all the options on plugin deletion"
233
+ msgstr "Supprimer toutes les paramètres lors de la suppression du plugin"
234
+
235
+ #: ../admin/general_options.php:63
236
+ 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."
237
+ 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."
238
+
239
+ #: ../admin/general_options.php:71
240
+ #, fuzzy
241
+ msgid "Custom CSS"
242
+ msgstr "URL personnalisé"
243
+
244
+ #: ../admin/general_options.php:81
245
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
246
+ msgstr ""
247
+
248
  #: ../admin/help.php:4
249
  msgid "About"
250
  msgstr "A propos"
261
  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"
262
  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"
263
 
264
+ #: ../admin/help.php:17
265
+ msgid "Donate"
266
+ msgstr "Donner"
267
+
268
+ #: ../admin/help.php:19
269
+ msgid "You can help us continue the development of this free plugin by donating"
270
+ msgstr ""
271
+
272
+ #: ../admin/help.php:20
273
+ #, fuzzy
274
+ msgid "Donate Now"
275
+ msgstr "Donner"
276
+
277
+ #: ../admin/help.php:26
278
  msgid "Plugin Demo"
279
  msgstr "Demonstration du plugin"
280
 
281
+ #: ../admin/help.php:32
282
+ msgid "Integrate with Google Analytics"
283
  msgstr ""
284
 
285
+ #: ../admin/help.php:38
286
  msgid "Boost sharing by awarding points"
287
  msgstr "Boostez partage en attribuant des points"
288
 
289
+ #: ../admin/help.php:44
290
  msgid "Award points for Social Login"
291
  msgstr "Attribuer des points pour la connexion sociale"
292
 
293
+ #: ../admin/help.php:50
294
  #, fuzzy
295
  msgid "Other Add-ons"
296
  msgstr "Add-ons"
297
 
298
+ #: ../admin/help.php:55
299
  msgid "Need Help?"
300
  msgstr "Besoin D'Aide?"
301
 
302
+ #: ../admin/help.php:57
303
  #, fuzzy
304
  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>"
305
  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>."
306
 
307
+ #: ../admin/help.php:62
308
  #, fuzzy
309
  msgid "Support Us"
310
  msgstr "Aide"
311
 
312
+ #: ../admin/help.php:65
313
+ #: ../admin/help.php:68
314
+ #: ../admin/help.php:69
315
+ #: ../admin/help.php:70
316
+ #: ../admin/help.php:71
317
+ #: ../admin/help.php:72
318
  msgid "Rate 5-star"
319
  msgstr "Avis 5 étoiles"
320
 
321
+ #: ../admin/social_sharing.php:9
322
+ #: ../admin/social_commenting.php:8
323
+ #: ../admin/social_login.php:8
324
+ #: ../admin/like_buttons.php:10
325
+ msgid "Master Control"
326
+ msgstr ""
327
 
328
+ #: ../admin/social_sharing.php:14
329
+ msgid "Enable Social Sharing"
330
+ msgstr "Activer le partage social"
 
 
 
 
 
331
 
332
+ #: ../admin/social_sharing.php:23
333
  #, fuzzy
334
+ msgid "Master control to enable Social Sharing"
335
+ msgstr "Control maître pour activer le partage horizontal"
336
+
337
+ #: ../admin/social_sharing.php:35
338
+ msgid "Theme Selection"
339
+ msgstr ""
340
+
341
+ #: ../admin/social_sharing.php:36
342
+ #: ../admin/like_buttons.php:37
343
+ #, fuzzy
344
+ msgid "Standard Interface"
345
  msgstr "Paramètres pour l'interface de partage horizontal"
346
 
347
+ #: ../admin/social_sharing.php:37
348
+ #: ../admin/like_buttons.php:38
349
  #, fuzzy
350
+ msgid "Floating Interface"
351
+ msgstr "Paramètres pour l'interface de partage horizontal"
352
 
353
+ #: ../admin/social_sharing.php:38
354
+ #: ../admin/like_buttons.php:39
355
+ msgid "Miscellaneous"
356
+ msgstr ""
357
+
358
+ #: ../admin/social_sharing.php:39
359
+ #: ../admin/social_sharing.php:1681
360
+ #: ../admin/social_sharing.php:1683
361
+ #: ../admin/social_login.php:37
362
+ #: ../admin/social_login.php:764
363
+ #: ../admin/like_buttons.php:40
364
+ #: ../admin/like_buttons.php:751
365
  msgid "Shortcode & Widget"
366
  msgstr "Widgets et shortcodes"
367
 
368
+ #: ../admin/social_sharing.php:40
369
  msgid "Troubleshooter"
370
  msgstr "Résolution de problèmes"
371
 
372
+ #: ../admin/social_sharing.php:41
373
+ #: ../admin/social_sharing.php:1712
374
+ #: ../admin/social_commenting.php:36
375
+ #: ../admin/social_commenting.php:452
376
  msgid "FAQ"
377
  msgstr "FAQ"
378
 
379
+ #: ../admin/social_sharing.php:48
380
+ msgid "Standard interface theme"
381
+ msgstr ""
 
 
 
 
 
 
 
 
382
 
383
+ #: ../admin/social_sharing.php:53
384
+ #: ../admin/social_sharing.php:360
385
+ msgid "Icon Preview"
386
+ msgstr "Aperçu d'icône"
387
 
388
+ #: ../admin/social_sharing.php:125
389
+ #: ../admin/social_sharing.php:433
390
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
391
+ msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des changements en cliquant sur le bouton ci-dessous sauver"
392
 
393
+ #: ../admin/social_sharing.php:132
394
+ #: ../admin/social_sharing.php:440
395
  msgid "Shape"
396
  msgstr "forme"
397
 
398
+ #: ../admin/social_sharing.php:136
399
+ #: ../admin/social_sharing.php:444
400
  msgid "Round"
401
  msgstr "tour"
402
 
403
+ #: ../admin/social_sharing.php:138
404
+ #: ../admin/social_sharing.php:446
405
  msgid "Square"
406
  msgstr "carré"
407
 
408
+ #: ../admin/social_sharing.php:140
409
+ #: ../admin/social_sharing.php:448
410
+ msgid "Rectangle"
411
+ msgstr ""
412
+
413
+ #: ../admin/social_sharing.php:147
414
+ #: ../admin/social_sharing.php:455
415
  #, fuzzy
416
  msgid "Shape of the sharing icons"
417
  msgstr "Afficher le compteur des partages"
418
 
419
+ #: ../admin/social_sharing.php:156
420
+ #: ../admin/social_sharing.php:464
421
  msgid "Size (in pixels)"
422
  msgstr "Taille (en pixels)"
423
 
424
+ #: ../admin/social_sharing.php:172
425
+ #: ../admin/social_sharing.php:480
426
  #, fuzzy
427
  msgid "Size of the sharing icons"
428
  msgstr "Alignement horizontal des boutons de partage"
429
 
430
+ #: ../admin/social_sharing.php:182
431
+ #: ../admin/social_sharing.php:490
432
+ #, fuzzy
433
+ msgid "Width (in pixels)"
434
+ msgstr "Taille (en pixels)"
435
 
436
+ #: ../admin/social_sharing.php:198
437
+ #: ../admin/social_sharing.php:506
438
+ #, fuzzy
439
+ msgid "Width of the sharing icons"
440
+ msgstr "Alignement horizontal des boutons de partage"
441
 
442
+ #: ../admin/social_sharing.php:206
443
+ #: ../admin/social_sharing.php:514
444
  #, fuzzy
445
+ msgid "Height (in pixels)"
446
+ msgstr "Taille (en pixels)"
447
 
448
+ #: ../admin/social_sharing.php:222
449
+ #: ../admin/social_sharing.php:530
450
+ #, fuzzy
451
+ msgid "Height of the sharing icons"
452
+ msgstr "Alignement horizontal des boutons de partage"
453
 
454
+ #: ../admin/social_sharing.php:232
455
+ #: ../admin/social_sharing.php:540
456
+ #, fuzzy
457
+ msgid "Border radius (in pixels)"
458
+ msgstr "Taille (en pixels)"
459
 
460
+ #: ../admin/social_sharing.php:242
461
+ #: ../admin/social_sharing.php:550
462
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
463
+ msgstr ""
464
 
465
+ #: ../admin/social_sharing.php:251
466
+ #: ../admin/social_sharing.php:559
467
  #, fuzzy
468
+ msgid "Logo Color"
469
+ msgstr "Couleur de fond"
470
 
471
+ #: ../admin/social_sharing.php:255
472
+ #: ../admin/social_sharing.php:276
473
+ #: ../admin/social_sharing.php:296
474
+ #: ../admin/social_sharing.php:563
475
+ #: ../admin/social_sharing.php:584
476
+ #: ../admin/social_sharing.php:603
477
+ msgid "Default"
478
+ msgstr ""
479
 
480
+ #: ../admin/social_sharing.php:257
481
+ #: ../admin/social_sharing.php:277
482
+ #: ../admin/social_sharing.php:301
483
+ #: ../admin/social_sharing.php:565
484
+ #: ../admin/social_sharing.php:585
485
+ #: ../admin/social_sharing.php:608
486
+ msgid "On Hover"
487
+ msgstr ""
488
 
489
+ #: ../admin/social_sharing.php:265
490
+ #: ../admin/social_sharing.php:573
491
+ #, fuzzy
492
+ 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>"
493
+ 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>"
494
+
495
+ #: ../admin/social_sharing.php:273
496
+ #: ../admin/social_sharing.php:581
497
+ #: ../admin/social_sharing.php:1213
498
+ #: ../admin/like_buttons.php:395
499
+ msgid "Background Color"
500
+ msgstr "Couleur de fond"
501
+
502
+ #: ../admin/social_sharing.php:284
503
+ #: ../admin/social_sharing.php:592
504
+ #, fuzzy
505
+ 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>"
506
+ 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>"
507
 
508
  #: ../admin/social_sharing.php:292
509
+ #: ../admin/social_sharing.php:600
510
+ msgid "Border"
511
+ msgstr ""
512
 
513
+ #: ../admin/social_sharing.php:298
514
+ #: ../admin/social_sharing.php:303
515
+ #: ../admin/social_sharing.php:605
516
+ #: ../admin/social_sharing.php:610
517
+ #, fuzzy
518
+ msgid "Border Width"
519
+ msgstr "Widgets et shortcodes"
520
 
521
+ #: ../admin/social_sharing.php:299
522
+ #: ../admin/social_sharing.php:304
523
+ #: ../admin/social_sharing.php:606
524
+ #: ../admin/social_sharing.php:611
525
+ #, fuzzy
526
+ msgid "Border Color"
527
+ msgstr "Couleur de fond"
528
+
529
+ #: ../admin/social_sharing.php:311
530
+ #: ../admin/social_sharing.php:618
531
+ #, fuzzy
532
+ msgid "Icon border"
533
+ msgstr "Aperçu d'icône"
534
 
535
  #: ../admin/social_sharing.php:319
536
+ #: ../admin/social_sharing.php:626
537
+ msgid "Counter Position"
538
+ msgstr ""
539
+
540
+ #: ../admin/social_sharing.php:319
541
+ #: ../admin/social_sharing.php:626
542
+ msgid "(applies, if counter enabled)"
543
+ msgstr ""
544
+
545
+ #: ../admin/social_sharing.php:323
546
+ #: ../admin/social_sharing.php:630
547
+ #: ../admin/social_sharing.php:851
548
+ #: ../admin/social_sharing.php:1235
549
+ #: ../admin/like_buttons.php:170
550
+ #: ../admin/like_buttons.php:417
551
+ msgid "Left"
552
+ msgstr "Gauche"
553
+
554
+ #: ../admin/social_sharing.php:325
555
+ #: ../admin/social_sharing.php:632
556
+ msgid "Top"
557
+ msgstr ""
558
+
559
+ #: ../admin/social_sharing.php:327
560
+ #: ../admin/social_sharing.php:634
561
+ #: ../admin/social_sharing.php:853
562
+ #: ../admin/social_sharing.php:1236
563
+ #: ../admin/like_buttons.php:172
564
+ #: ../admin/like_buttons.php:418
565
+ msgid "Right"
566
+ msgstr "Droite"
567
 
568
  #: ../admin/social_sharing.php:329
569
+ #: ../admin/social_sharing.php:636
570
+ msgid "Bottom"
571
+ msgstr ""
 
572
 
573
+ #: ../admin/social_sharing.php:331
574
+ #: ../admin/social_sharing.php:638
575
+ msgid "Inner Left"
576
+ msgstr ""
577
+
578
+ #: ../admin/social_sharing.php:333
579
+ #: ../admin/social_sharing.php:640
580
+ msgid "Inner Top"
581
+ msgstr ""
582
+
583
+ #: ../admin/social_sharing.php:335
584
+ #: ../admin/social_sharing.php:642
585
+ #, fuzzy
586
+ msgid "Inner Right"
587
+ msgstr "Droite"
588
+
589
+ #: ../admin/social_sharing.php:337
590
+ #: ../admin/social_sharing.php:644
591
+ msgid "Inner Bottom"
592
+ msgstr ""
593
 
594
  #: ../admin/social_sharing.php:345
595
+ #: ../admin/social_sharing.php:652
596
+ #, fuzzy
597
+ msgid "Position of share counter"
598
+ msgstr "En-dessous du contenu"
599
 
600
  #: ../admin/social_sharing.php:355
601
+ #, fuzzy
602
+ msgid "Floating interface theme"
603
+ msgstr "Paramètres pour l'interface de partage horizontal"
604
 
605
+ #: ../admin/social_sharing.php:667
606
+ #, fuzzy
607
+ msgid "Standard Sharing Interface Options"
608
  msgstr "Paramètres pour l'interface de partage horizontal"
609
 
610
+ #: ../admin/social_sharing.php:673
611
+ #, fuzzy
612
+ msgid "Enable Standard sharing interface"
613
  msgstr "Activer le partage horizontal"
614
 
615
+ #: ../admin/social_sharing.php:683
616
+ #, fuzzy
617
+ msgid "Master control to enable standard sharing"
618
  msgstr "Control maître pour activer le partage horizontal"
619
 
620
+ #: ../admin/social_sharing.php:693
621
+ #: ../admin/social_sharing.php:1081
622
+ #: ../admin/like_buttons.php:73
623
+ #: ../admin/like_buttons.php:321
624
  msgid "Target Url"
625
  msgstr "Cible Url"
626
 
627
+ #: ../admin/social_sharing.php:697
628
+ #: ../admin/social_sharing.php:1085
629
+ #: ../admin/like_buttons.php:77
630
+ #: ../admin/like_buttons.php:325
631
  msgid "Url of the webpage where icons are located (default)"
632
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
633
 
634
+ #: ../admin/social_sharing.php:699
635
+ #: ../admin/social_sharing.php:1087
636
+ #: ../admin/like_buttons.php:79
637
+ #: ../admin/like_buttons.php:327
638
  msgid "Url of the homepage of your website"
639
  msgstr "Url de la page d'accueil de votre site Web"
640
 
641
+ #: ../admin/social_sharing.php:701
642
+ #: ../admin/social_sharing.php:1089
643
+ #: ../admin/like_buttons.php:81
644
+ #: ../admin/like_buttons.php:329
645
  #, fuzzy
646
  msgid "Custom url"
647
  msgstr "URL personnalisé"
648
 
649
+ #: ../admin/social_sharing.php:708
650
+ #: ../admin/social_sharing.php:1096
651
  msgid "Url to share"
652
  msgstr "URL pour partager"
653
 
654
+ #: ../admin/social_sharing.php:716
655
+ #: ../admin/social_login.php:343
656
+ #: ../admin/like_buttons.php:96
657
  msgid "Title"
658
  msgstr "Titre"
659
 
660
+ #: ../admin/social_sharing.php:726
661
  msgid "The text to display above the sharing interface"
662
  msgstr "Le texte à afficher au-dessus des boutons de partage"
663
 
664
+ #: ../admin/social_sharing.php:738
665
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
666
  msgid "Rearrange icons"
667
  msgstr "Repositionner les icônes"
668
 
669
+ #: ../admin/social_sharing.php:797
670
+ #: ../admin/social_sharing.php:1163
671
  msgid "Drag the icons to rearrange in desired order"
672
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
673
 
674
+ #: ../admin/social_sharing.php:805
675
+ #: ../admin/social_sharing.php:1171
676
+ #, fuzzy
677
+ msgid "Select Sharing Services"
678
+ msgstr "Selectionner et repositionner les réseaux sociaux"
679
+
680
+ #: ../admin/social_sharing.php:812
681
+ #: ../admin/social_sharing.php:1178
682
+ msgid "Select sharing services to show in social share bar"
683
+ msgstr ""
684
+
685
+ #: ../admin/social_sharing.php:847
686
+ #: ../admin/social_sharing.php:1231
687
+ #: ../admin/like_buttons.php:166
688
+ #: ../admin/like_buttons.php:413
689
  msgid "Horizontal alignment"
690
  msgstr "Alignement horizontal"
691
 
692
+ #: ../admin/social_sharing.php:852
693
+ #: ../admin/like_buttons.php:171
 
 
 
 
 
 
 
694
  msgid "Center"
695
  msgstr "centre"
696
 
697
+ #: ../admin/social_sharing.php:861
698
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
699
  msgid "Horizontal alignment of the sharing interface"
700
  msgstr "Alignement horizontal des boutons de partage"
701
 
702
+ #: ../admin/social_sharing.php:869
703
+ #: ../admin/like_buttons.php:188
704
  msgid "Position with respect to content"
705
  msgstr "Position par rapport au contenu"
706
 
707
+ #: ../admin/social_sharing.php:873
708
+ #: ../admin/like_buttons.php:192
709
  msgid "Top of the content"
710
  msgstr "Au-dessus du contenu"
711
 
712
+ #: ../admin/social_sharing.php:875
713
+ #: ../admin/like_buttons.php:194
714
  msgid "Bottom of the content"
715
  msgstr "En-dessous du contenu"
716
 
717
+ #: ../admin/social_sharing.php:882
718
  msgid "Specify position of the sharing interface with respect to the content"
719
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
720
 
721
+ #: ../admin/social_sharing.php:890
722
+ #: ../admin/social_sharing.php:1310
723
+ msgid "Placement"
724
+ msgstr ""
725
 
726
+ #: ../admin/social_sharing.php:894
727
+ #: ../admin/social_sharing.php:1314
728
+ #: ../admin/social_login.php:624
729
+ #: ../admin/social_login.php:654
730
+ #: ../admin/like_buttons.php:213
731
+ #: ../admin/like_buttons.php:496
732
  msgid "Homepage"
733
  msgstr "Page d'accueil"
734
 
735
+ #: ../admin/social_sharing.php:896
736
+ #: ../admin/social_sharing.php:1316
737
+ #: ../admin/like_buttons.php:215
738
+ #: ../admin/like_buttons.php:498
739
  msgid "Posts"
740
  msgstr "Publications"
741
 
742
+ #: ../admin/social_sharing.php:898
743
+ #: ../admin/social_sharing.php:1318
744
+ #: ../admin/like_buttons.php:217
745
+ #: ../admin/like_buttons.php:500
746
  msgid "Pages"
747
  msgstr "Pages"
748
 
749
+ #: ../admin/social_sharing.php:900
750
+ #: ../admin/social_sharing.php:1320
751
  msgid "Excerpts (at Homepage)"
752
  msgstr ""
753
 
754
+ #: ../admin/social_sharing.php:902
755
+ #: ../admin/social_sharing.php:1322
756
+ #: ../admin/like_buttons.php:221
757
+ #: ../admin/like_buttons.php:504
758
  msgid "Category Archives"
759
  msgstr "Archives des catégories"
760
 
761
+ #: ../admin/social_sharing.php:904
762
+ #: ../admin/social_sharing.php:1324
763
+ #: ../admin/like_buttons.php:223
764
+ #: ../admin/like_buttons.php:506
765
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
766
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
767
 
768
+ #: ../admin/social_sharing.php:920
769
+ #: ../admin/like_buttons.php:239
770
  #, fuzzy
771
  msgid "BuddyPress activity"
772
  msgstr "L'activité et les groupes BuddyPress"
773
 
774
+ #: ../admin/social_sharing.php:922
775
+ #: ../admin/like_buttons.php:242
776
  msgid "BuddyPress group (only at top of content)"
777
  msgstr ""
778
 
779
+ #: ../admin/social_sharing.php:928
780
+ #: ../admin/social_sharing.php:1346
781
+ #: ../admin/like_buttons.php:249
782
+ #: ../admin/like_buttons.php:527
783
  msgid "BBPress forum"
784
  msgstr ""
785
 
786
+ #: ../admin/social_sharing.php:931
787
+ #: ../admin/social_sharing.php:1349
788
+ #: ../admin/like_buttons.php:252
789
+ #: ../admin/like_buttons.php:530
790
  msgid "BBPress topic"
791
  msgstr "sujet BBPress"
792
 
793
+ #: ../admin/social_sharing.php:934
794
+ #: ../admin/like_buttons.php:255
795
  msgid "BBPress reply"
796
  msgstr "BBPress réponse"
797
 
798
+ #: ../admin/social_sharing.php:941
799
+ #: ../admin/like_buttons.php:261
800
  msgid "After individual product at WooCommerce Shop page"
801
  msgstr "Après produit individuel à la page WooCommerce Boutique"
802
 
803
+ #: ../admin/social_sharing.php:944
804
+ #: ../admin/like_buttons.php:264
805
  msgid "WooCommerce Product Page"
806
  msgstr "WooCommerce page produit"
807
 
808
+ #: ../admin/social_sharing.php:947
809
+ #: ../admin/like_buttons.php:267
810
  msgid "WooCommerce Thankyou Page"
811
  msgstr "Merci WooCommerce page"
812
 
813
+ #: ../admin/social_sharing.php:958
814
  msgid "Specify the pages where you want to enable Sharing interface"
815
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
816
 
817
+ #: ../admin/social_sharing.php:966
818
+ #: ../admin/social_sharing.php:1367
819
  msgid "Show share counts"
820
  msgstr "Afficher le compteur des partages"
821
 
822
+ #: ../admin/social_sharing.php:971
823
+ #: ../admin/social_sharing.php:1372
824
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
825
+ msgstr ""
826
+
827
+ #: ../admin/social_sharing.php:988
828
+ #: ../admin/social_sharing.php:1380
829
+ #, php-format
830
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
831
+ msgstr ""
832
+
833
+ #: ../admin/social_sharing.php:990
834
+ #: ../admin/social_sharing.php:1382
835
+ #, fuzzy, php-format
836
+ 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>"
837
+ msgstr "Afin de se server de cette fonctionnalité, veuillez suivre les étapes indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
838
+
839
+ #: ../admin/social_sharing.php:992
840
+ #: ../admin/social_sharing.php:1384
841
+ #, php-format
842
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
843
+ msgstr ""
844
+
845
+ #: ../admin/social_sharing.php:994
846
+ #: ../admin/social_sharing.php:1386
847
+ #, fuzzy, php-format
848
+ 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>"
849
+ msgstr "Afin de se server de cette fonctionnalité, veuillez suivre les étapes indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
850
+
851
+ #: ../admin/social_sharing.php:1001
852
+ #: ../admin/social_sharing.php:1393
853
  msgid "If enabled, share counts are displayed above sharing icons."
854
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
855
 
856
+ #: ../admin/social_sharing.php:1010
857
+ #: ../admin/social_sharing.php:1402
858
  #, fuzzy
859
  msgid "Show total shares"
860
  msgstr "Afficher le compteur des partages"
861
 
862
+ #: ../admin/social_sharing.php:1020
863
+ #: ../admin/social_sharing.php:1412
864
  #, fuzzy
865
  msgid "If enabled, total shares will be displayed with sharing icons"
866
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
867
 
868
+ #: ../admin/social_sharing.php:1029
869
+ #: ../admin/social_sharing.php:1421
870
  #, fuzzy
871
  msgid "Enable 'More' icon"
872
  msgstr "Activer la verification de l'adresse e-mail"
873
 
874
+ #: ../admin/social_sharing.php:1039
875
+ #: ../admin/social_sharing.php:1431
876
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
877
  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"
878
 
879
+ #: ../admin/social_sharing.php:1055
880
+ #, fuzzy
881
+ msgid "Floating Sharing Interface Options"
882
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
883
 
884
+ #: ../admin/social_sharing.php:1061
885
+ #, fuzzy
886
+ msgid "Enable Floating sharing interface"
887
  msgstr "Activer les boutons de partage verticaux (flotants)"
888
 
889
+ #: ../admin/social_sharing.php:1071
890
+ #, fuzzy
891
+ msgid "Master control to enable floating sharing widget"
892
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
893
 
894
+ #: ../admin/social_sharing.php:1223
 
 
 
 
 
895
  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>"
896
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
897
 
898
+ #: ../admin/social_sharing.php:1253
899
+ #: ../admin/like_buttons.php:435
900
  msgid "Left offset"
901
  msgstr "Marge à gauche"
902
 
903
+ #: ../admin/social_sharing.php:1263
904
+ #, fuzzy
905
+ 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."
906
+ msgstr "Définir la taille de la marge à gauche (en pixels)."
907
+
908
+ #: ../admin/social_sharing.php:1273
909
+ #: ../admin/like_buttons.php:455
910
+ msgid "Right offset"
911
+ msgstr "Marge à droite"
912
+
913
+ #: ../admin/social_sharing.php:1283
914
+ #, fuzzy
915
+ 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."
916
+ msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
917
+
918
+ #: ../admin/social_sharing.php:1292
919
+ #: ../admin/like_buttons.php:474
920
+ msgid "Top offset"
921
+ msgstr "Marge au-dessus"
922
+
923
+ #: ../admin/social_sharing.php:1302
924
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
925
+ msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
926
+
927
+ #: ../admin/social_sharing.php:1338
928
+ #: ../admin/like_buttons.php:520
929
+ #, fuzzy
930
+ msgid "BuddyPress group"
931
+ msgstr "BuddyPress page de profil"
932
+
933
+ #: ../admin/social_sharing.php:1359
934
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
935
+ msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
936
+
937
+ #: ../admin/social_sharing.php:1439
938
+ #, fuzzy
939
+ msgid "Vertical floating bar responsiveness"
940
+ msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
941
+
942
+ #: ../admin/social_sharing.php:1442
943
+ #, php-format
944
+ msgid "Display vertical interface only when screen is wider than %s pixels"
945
+ msgstr ""
946
+
947
+ #: ../admin/social_sharing.php:1449
948
+ msgid "Display vertical interface only when screen is wider than the width specified."
949
+ msgstr ""
950
+
951
+ #: ../admin/social_sharing.php:1457
952
+ msgid "Horizontal floating bar responsiveness"
953
+ msgstr ""
954
+
955
+ #: ../admin/social_sharing.php:1460
956
+ #, fuzzy, php-format
957
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
958
+ msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
959
+
960
+ #: ../admin/social_sharing.php:1467
961
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
962
+ msgstr ""
963
+
964
+ #: ../admin/social_sharing.php:1477
965
+ #, fuzzy
966
+ msgid "Horizontal floating bar position"
967
+ msgstr "Paramètres pour l'interface de partage horizontal"
968
+
969
+ #: ../admin/social_sharing.php:1480
970
+ #, php-format
971
+ msgid "%s pixels from %s"
972
+ msgstr ""
973
+
974
+ #: ../admin/social_sharing.php:1487
975
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
976
+ msgstr ""
977
+
978
+ #: ../admin/social_sharing.php:1506
979
+ #: ../admin/like_buttons.php:576
980
+ #, fuzzy
981
+ msgid "Url shortener"
982
+ msgstr "bit.ly raccourcisseur d'URL"
983
+
984
+ #: ../admin/social_sharing.php:1512
985
+ msgid "Use shortlinks already installed"
986
+ msgstr "Utilisez shortlinks déjà installés"
987
+
988
+ #: ../admin/social_sharing.php:1522
989
+ #: ../admin/like_buttons.php:592
990
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
991
+ msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
992
+
993
+ #: ../admin/social_sharing.php:1530
994
+ msgid "Enable bit.ly url shortener for sharing"
995
+ msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
996
+
997
+ #: ../admin/social_sharing.php:1540
998
+ #: ../admin/like_buttons.php:610
999
+ msgid "Master control to enable bit.ly url shortening for sharing"
1000
+ msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
1001
+
1002
+ #: ../admin/social_sharing.php:1548
1003
+ #: ../admin/like_buttons.php:618
1004
+ msgid "bit.ly username"
1005
+ msgstr "Psuedo bit.ly"
1006
 
1007
+ #: ../admin/social_sharing.php:1558
1008
+ #: ../admin/like_buttons.php:628
1009
+ #, php-format
1010
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1011
+ msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
1012
 
1013
+ #: ../admin/social_sharing.php:1567
1014
+ #: ../admin/like_buttons.php:637
1015
+ msgid "bit.ly API Key"
1016
+ msgstr "Clé API bit.ly"
1017
 
1018
+ #: ../admin/social_sharing.php:1577
1019
+ #: ../admin/like_buttons.php:647
1020
+ #, php-format
1021
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1022
+ msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
1023
 
1024
+ #: ../admin/social_sharing.php:1590
1025
+ #: ../admin/like_buttons.php:660
1026
+ #, fuzzy
1027
+ msgid "ShortUrl cache cleared successfully."
1028
+ msgstr "Paramètres enregistrées avec succès"
1029
 
1030
+ #: ../admin/social_sharing.php:1597
1031
  #: ../admin/like_buttons.php:667
1032
+ 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."
1033
+ msgstr ""
 
1034
 
1035
+ #: ../admin/social_sharing.php:1606
1036
+ #: ../admin/social_sharing.php:1612
1037
+ #: ../admin/social_commenting.php:311
1038
+ #: ../admin/like_buttons.php:676
1039
+ #: ../admin/like_buttons.php:682
1040
+ msgid "Language"
1041
+ msgstr "Langue"
1042
 
1043
+ #: ../admin/social_sharing.php:1622
1044
+ #, fuzzy, php-format
1045
+ 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)"
1046
+ 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."
1047
 
1048
+ #: ../admin/social_sharing.php:1631
1049
  #, fuzzy
1050
+ msgid "Username in sharing"
1051
+ msgstr "Psuedo Twitter dans le partage des liens"
1052
 
1053
+ #: ../admin/social_sharing.php:1637
1054
+ msgid "Twitter username (without @)"
1055
+ msgstr "Psuedo Twitter (sans @)"
1056
 
1057
+ #: ../admin/social_sharing.php:1647
1058
+ #: ../admin/social_sharing.php:1666
1059
+ 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."
1060
+ 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."
1061
 
1062
+ #: ../admin/social_sharing.php:1656
1063
  #, fuzzy
1064
+ msgid "Buffer username (without @)"
1065
+ msgstr "Psuedo Twitter (sans @)"
1066
 
1067
+ #: ../admin/social_sharing.php:1693
1068
  msgid "Facebook Sharing Troubleshooter"
1069
  msgstr "Résoudre les problems Facebook"
1070
 
1071
+ #: ../admin/social_sharing.php:1698
1072
  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:"
1073
  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."
1074
 
1075
+ #: ../admin/social_sharing.php:1714
1076
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1077
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1078
 
1079
+ #: ../admin/social_sharing.php:1715
1080
  #, fuzzy
1081
  msgid "How can I disable sharing on particular page/post?"
1082
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1083
 
1084
+ #: ../admin/social_sharing.php:1716
1085
  msgid "How can I specify minimum sharing count for sharing networks?"
1086
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
1087
 
1088
+ #: ../admin/social_sharing.php:1717
1089
+ msgid "How to share specific page?"
1090
+ msgstr ""
 
1091
 
1092
+ #: ../admin/social_sharing.php:1718
1093
+ msgid "How to integrate Google Analytics with sharing?"
1094
+ msgstr ""
1095
+
1096
+ #: ../admin/social_sharing.php:1719
1097
+ msgid "How to customize the look of total share counts?"
1098
+ msgstr ""
1099
 
1100
+ #: ../admin/social_sharing.php:1720
1101
  #, fuzzy
1102
+ msgid "How to customize the look of individual share counts?"
1103
+ msgstr "Afficher le compteur des partages"
1104
+
1105
+ #: ../admin/social_sharing.php:1721
1106
+ #, fuzzy
1107
+ msgid "How to show Whatsapp icon only on mobile devices?"
1108
+ msgstr "Cacher le partage sur appareils mobiles"
1109
 
1110
+ #: ../admin/social_commenting.php:13
1111
  #, fuzzy
1112
  msgid "Enable Social Commenting"
1113
  msgstr "Activer le Compteur Social"
1114
 
1115
+ #: ../admin/social_commenting.php:23
1116
  #, fuzzy
1117
  msgid "Master control to enable Social Commenting"
1118
  msgstr "Control maître pour activer le partage horizontal"
1119
 
1120
+ #: ../admin/social_commenting.php:34
1121
+ #, fuzzy
1122
+ msgid "Social Commenting"
1123
+ msgstr "Commentaires par défaut"
1124
+
1125
+ #: ../admin/social_commenting.php:35
1126
+ #: ../admin/social_commenting.php:440
1127
+ msgid "Shortcode"
1128
+ msgstr "Shortcode"
1129
+
1130
+ #: ../admin/social_commenting.php:48
1131
  msgid "Order of tabs in commenting interface"
1132
  msgstr "Ordre des onglets dans l'interface commentant"
1133
 
1134
+ #: ../admin/social_commenting.php:58
1135
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1136
  msgstr "Ordre des onglets affichés dans l'interface commentant sociale. Par défaut, wordpress, facebook, googleplus, Disqus"
1137
 
1138
+ #: ../admin/social_commenting.php:66
1139
  msgid "Comment area label"
1140
  msgstr "Commentaire étiquette de la zone"
1141
 
1142
+ #: ../admin/social_commenting.php:76
1143
  #, fuzzy
1144
  msgid "Label for comment area"
1145
  msgstr "Commentaires Facebook"
1146
 
1147
+ #: ../admin/social_commenting.php:89
1148
  #, fuzzy
1149
  msgid "Enable Social Commenting at"
1150
  msgstr "Activer le Compteur Social"
1151
 
1152
+ #: ../admin/social_commenting.php:108
1153
  #, fuzzy
1154
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1155
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1156
 
1157
+ #: ../admin/social_commenting.php:119
1158
  msgid "HTML ID of comment form container"
1159
  msgstr "ID HTML du formulaire commentaire récipient"
1160
 
1161
+ #: ../admin/social_commenting.php:129
1162
  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."
1163
  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."
1164
 
1165
+ #: ../admin/social_commenting.php:139
1166
  msgid "Labels"
1167
  msgstr "étiquettes"
1168
 
1169
+ #: ../admin/social_commenting.php:144
1170
  #, fuzzy
1171
  msgid "Label for WordPress Commenting tab"
1172
  msgstr "WordPress Comentarios"
1173
 
1174
+ #: ../admin/social_commenting.php:153
1175
  #, fuzzy
1176
  msgid "Label for Facebook Commenting tab"
1177
  msgstr "Activer les commentaires Facebook"
1178
 
1179
+ #: ../admin/social_commenting.php:162
1180
  #, fuzzy
1181
  msgid "Label for G+ Commenting tab"
1182
  msgstr "Commentaires Facebook"
1183
 
1184
+ #: ../admin/social_commenting.php:171
1185
  msgid "Label for Disqus Commenting tab"
1186
  msgstr "Étiquette pour onglet Commentant Disqus"
1187
 
1188
+ #: ../admin/social_commenting.php:182
1189
  msgid "Facebook Commenting Options"
1190
  msgstr "Paramètres des commentaires Facebook"
1191
 
1192
+ #: ../admin/social_commenting.php:188
1193
  #, fuzzy
1194
  msgid "Enable Facebook Comments notification and moderation"
1195
  msgstr "Activer les commentaires Facebook"
1196
 
1197
+ #: ../admin/social_commenting.php:196
1198
+ #: ../admin/social_commenting.php:206
1199
  msgid "Enable Facebook Commenting"
1200
  msgstr "Activer les commentaires Facebook"
1201
 
1202
+ #: ../admin/social_commenting.php:214
1203
+ #: ../admin/social_commenting.php:372
1204
  msgid "Url to comment on"
1205
  msgstr "URL à commenter"
1206
 
1207
+ #: ../admin/social_commenting.php:224
1208
  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."
1209
  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é."
1210
 
1211
+ #: ../admin/social_commenting.php:232
1212
+ #: ../admin/social_commenting.php:354
1213
  msgid "Width"
1214
  msgstr "Largeur"
1215
 
1216
+ #: ../admin/social_commenting.php:242
1217
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1218
  msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
1219
 
1220
+ #: ../admin/social_commenting.php:250
1221
  msgid "Color Scheme"
1222
  msgstr "Schéma de couleurs"
1223
 
1224
+ #: ../admin/social_commenting.php:254
1225
  msgid "Light"
1226
  msgstr "Clair"
1227
 
1228
+ #: ../admin/social_commenting.php:255
1229
  msgid "Dark"
1230
  msgstr "Sombre"
1231
 
1232
+ #: ../admin/social_commenting.php:263
1233
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1234
  msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
1235
 
1236
+ #: ../admin/social_commenting.php:271
1237
  #, fuzzy
1238
  msgid "Number of comments"
1239
  msgstr "Le nombre de publications"
1240
 
1241
+ #: ../admin/social_commenting.php:281
1242
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1243
  msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
1244
 
1245
+ #: ../admin/social_commenting.php:289
1246
  msgid "Order by"
1247
  msgstr "Trier par"
1248
 
1249
+ #: ../admin/social_commenting.php:293
1250
  msgid "Social"
1251
  msgstr "Social"
1252
 
1253
+ #: ../admin/social_commenting.php:294
1254
  msgid "Reverse Time"
1255
  msgstr "Anachronique"
1256
 
1257
+ #: ../admin/social_commenting.php:295
1258
  msgid "Time"
1259
  msgstr "Heure"
1260
 
1261
+ #: ../admin/social_commenting.php:303
1262
  msgid "The order to use when displaying comments."
1263
  msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
1264
 
1265
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
1266
  #, php-format
1267
  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)"
1268
  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."
1269
 
1270
+ #: ../admin/social_commenting.php:330
1271
  #, fuzzy
1272
  msgid "Google Plus Commenting Options"
1273
  msgstr "Paramètres des commentaires Facebook"
1274
 
1275
+ #: ../admin/social_commenting.php:336
1276
+ #: ../admin/social_commenting.php:346
1277
  #, fuzzy
1278
  msgid "Enable Google Plus Commenting"
1279
  msgstr "Activer les commentaires Facebook"
1280
 
1281
+ #: ../admin/social_commenting.php:364
1282
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1283
  msgstr "Largeur de l'interface Commentant GooglePlus. Laissez vide pour Auto Adjust"
1284
 
1285
+ #: ../admin/social_commenting.php:382
1286
  #, fuzzy
1287
  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."
1288
  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é."
1289
 
1290
+ #: ../admin/social_commenting.php:391
1291
  #, fuzzy
1292
  msgid "Disqus Commenting Options"
1293
  msgstr "Paramètres des commentaires Facebook"
1294
 
1295
+ #: ../admin/social_commenting.php:397
1296
+ #: ../admin/social_commenting.php:407
1297
  #, fuzzy
1298
  msgid "Enable Disqus Commenting"
1299
  msgstr "Activer les commentaires Facebook"
1300
 
1301
+ #: ../admin/social_commenting.php:415
1302
  msgid "Disqus Shortname"
1303
  msgstr ""
1304
 
1305
+ #: ../admin/social_commenting.php:425
1306
  #, fuzzy
1307
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1308
  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"
1309
 
1310
+ #: ../admin/social_commenting.php:442
1311
  #, fuzzy
1312
  msgid "Social Commenting Shortcode"
1313
  msgstr "Commentaires par défaut"
1314
 
1315
+ #: ../admin/social_commenting.php:454
1316
  #, fuzzy
1317
  msgid "How can I disable Social Commenting at individual page/post?"
1318
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1319
 
1320
+ #: ../admin/social_commenting.php:455
1321
  msgid "How to disable default comment form from Social Commenting?"
1322
  msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1323
 
1324
+ #: ../admin/social_login.php:14
 
 
 
 
1325
  msgid "Enable Social Login"
1326
  msgstr "Activer la connection par les réseaux sociaux"
1327
 
1328
+ #: ../admin/social_login.php:24
1329
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1330
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1331
 
1332
+ #: ../admin/social_login.php:35
1333
+ #: ../admin/social_login.php:43
1334
+ msgid "Basic Configuration"
1335
+ msgstr "Configuration basique"
1336
+
1337
+ #: ../admin/social_login.php:36
1338
+ msgid "Social Login"
1339
+ msgstr "Connection par les réseaux sociaux"
1340
+
1341
+ #: ../admin/social_login.php:50
1342
  msgid "Disable user registration via Social Login"
1343
  msgstr "Désactiver l'enregistrement de l'utilisateur via Login social"
1344
 
1345
+ #: ../admin/social_login.php:60
1346
  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."
1347
  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."
1348
 
1349
+ #: ../admin/social_login.php:69
1350
  #, fuzzy
1351
  msgid "Redirection url"
1352
  msgstr "Rediriger la page après la connection"
1353
 
1354
+ #: ../admin/social_login.php:79
1355
  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."
1356
  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."
1357
 
1358
+ #: ../admin/social_login.php:88
1359
+ msgid "Select providers"
1360
+ msgstr "Selectionner les réseaux sociaux"
1361
+
1362
+ #: ../admin/social_login.php:93
1363
+ msgid "Facebook"
1364
+ msgstr "Facebook"
1365
+
1366
+ #: ../admin/social_login.php:97
1367
+ msgid "Twitter"
1368
+ msgstr "Twitter"
1369
+
1370
+ #: ../admin/social_login.php:101
1371
+ msgid "LinkedIn"
1372
+ msgstr "LinkedIn"
1373
+
1374
+ #: ../admin/social_login.php:105
1375
+ msgid "Google+"
1376
+ msgstr "Google+"
1377
+
1378
+ #: ../admin/social_login.php:109
1379
+ msgid "Vkontakte"
1380
+ msgstr "Vkontakte"
1381
+
1382
+ #: ../admin/social_login.php:113
1383
  msgid "Instagram"
1384
  msgstr "Instagram"
1385
 
1386
+ #: ../admin/social_login.php:117
1387
+ msgid "Xing"
1388
+ msgstr ""
1389
+
1390
+ #: ../admin/social_login.php:125
1391
  msgid "Select Social ID provider to enable in Social Login"
1392
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1393
 
1394
+ #: ../admin/social_login.php:133
1395
  msgid "Facebook App ID"
1396
  msgstr "Facebook App ID"
1397
 
1398
+ #: ../admin/social_login.php:143
1399
  #, php-format
1400
  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"
1401
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1402
 
1403
+ #: ../admin/social_login.php:145
1404
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1405
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1406
 
1407
+ #: ../admin/social_login.php:155
1408
  msgid "Twitter API Key"
1409
  msgstr "Clé API Twitter"
1410
 
1411
+ #: ../admin/social_login.php:165
1412
  #, php-format
1413
  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"
1414
  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."
1415
 
1416
+ #: ../admin/social_login.php:167
1417
+ #: ../admin/social_login.php:189
1418
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1419
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1420
 
1421
+ #: ../admin/social_login.php:177
1422
  msgid "Twitter API Secret"
1423
  msgstr "Code secret API Twitter"
1424
 
1425
+ #: ../admin/social_login.php:187
1426
  #, php-format
1427
  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"
1428
  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."
1429
 
1430
+ #: ../admin/social_login.php:199
1431
  msgid "LinkedIn API Key"
1432
  msgstr "LinkedIn clé API"
1433
 
1434
+ #: ../admin/social_login.php:209
1435
  #, php-format
1436
  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"
1437
  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."
1438
 
1439
+ #: ../admin/social_login.php:211
1440
+ #: ../admin/social_login.php:277
1441
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1442
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1443
 
1444
+ #: ../admin/social_login.php:221
1445
  msgid "Google+ Client ID"
1446
  msgstr "Google+ Client ID"
1447
 
1448
+ #: ../admin/social_login.php:231
1449
  #, php-format
1450
  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"
1451
  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\"."
1452
 
1453
+ #: ../admin/social_login.php:233
1454
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1455
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1456
 
1457
+ #: ../admin/social_login.php:243
1458
  msgid "Vkontakte Application ID"
1459
  msgstr "Vkontakte Application ID"
1460
 
1461
+ #: ../admin/social_login.php:253
1462
  #, php-format
1463
  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"
1464
  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\"."
1465
 
1466
+ #: ../admin/social_login.php:255
1467
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1468
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1469
 
1470
+ #: ../admin/social_login.php:265
1471
  msgid "Instagram Client ID"
1472
  msgstr "Instagram Client ID"
1473
 
1474
+ #: ../admin/social_login.php:275
1475
  #, php-format
1476
  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"
1477
  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\"."
1478
 
1479
+ #: ../admin/social_login.php:287
1480
  msgid "Xing Consumer Key"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_login.php:297
1484
  #, fuzzy, php-format
1485
  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"
1486
  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."
1487
 
1488
+ #: ../admin/social_login.php:299
1489
+ #: ../admin/social_login.php:321
1490
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1491
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1492
 
1493
+ #: ../admin/social_login.php:309
1494
  msgid "Xing Consumer Secret"
1495
  msgstr ""
1496
 
1497
+ #: ../admin/social_login.php:319
1498
  #, fuzzy, php-format
1499
  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"
1500
  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."
1501
 
1502
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
1503
  msgid "Login options"
1504
  msgstr "Paramètres de connection"
1505
 
1506
+ #: ../admin/social_login.php:353
1507
  msgid "Text to display above the Social Login interface"
1508
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1509
 
1510
+ #: ../admin/social_login.php:362
1511
  msgid "Enable at login page"
1512
  msgstr "Activer sur la page de connection"
1513
 
1514
+ #: ../admin/social_login.php:372
1515
  msgid "Social Login interface will get enabled at the login page of your website"
1516
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1517
 
1518
+ #: ../admin/social_login.php:380
1519
  msgid "Enable at register page"
1520
  msgstr "Activer sur la page de création de compte"
1521
 
1522
+ #: ../admin/social_login.php:390
1523
  msgid "Social Login interface will get enabled at the registration page of your website"
1524
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1525
 
1526
+ #: ../admin/social_login.php:398
1527
  msgid "Enable at comment form"
1528
  msgstr "Activer dans les commentaires"
1529
 
1530
+ #: ../admin/social_login.php:408
1531
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1532
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1533
 
1534
+ #: ../admin/social_login.php:422
1535
  msgid "Enable before WooCommerce Customer Login Form"
1536
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1537
 
1538
+ #: ../admin/social_login.php:432
1539
  #, fuzzy
1540
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1541
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1542
 
1543
+ #: ../admin/social_login.php:440
1544
  msgid "Enable after WooCommerce Customer Login Form"
1545
  msgstr "Activer après WooCommerce formulaire Connexion client"
1546
 
1547
+ #: ../admin/social_login.php:450
1548
  #, fuzzy
1549
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1550
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1551
 
1552
+ #: ../admin/social_login.php:458
1553
  #, fuzzy
1554
  msgid "Enable at WooCommerce checkout page"
1555
  msgstr "Activer sur la page de création de compte"
1556
 
1557
+ #: ../admin/social_login.php:468
1558
  #, fuzzy
1559
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1560
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1561
 
1562
+ #: ../admin/social_login.php:479
1563
  msgid "Auto-approve comments made by Social Login users"
1564
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1565
 
1566
+ #: ../admin/social_login.php:489
1567
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1568
  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."
1569
 
1570
+ #: ../admin/social_login.php:490
1571
  msgid "Note: This is not related to Facebook comments"
1572
  msgstr "NB : Cela est différent des commentaires Facebook"
1573
 
1574
+ #: ../admin/social_login.php:500
1575
  msgid "Enable social avatar"
1576
  msgstr "Activer la photo social"
1577
 
1578
+ #: ../admin/social_login.php:510
1579
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1580
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1581
 
1582
+ #: ../admin/social_login.php:520
1583
  msgid "Avatar quality"
1584
  msgstr "qualité Avatar"
1585
 
1586
+ #: ../admin/social_login.php:523
1587
  msgid "Average"
1588
  msgstr "moyenne"
1589
 
1590
+ #: ../admin/social_login.php:524
1591
  msgid "Best"
1592
  msgstr "Meilleur"
1593
 
1594
+ #: ../admin/social_login.php:531
1595
  msgid "Choose avatar quality"
1596
  msgstr "Choisissez la qualité avatar"
1597
 
1598
+ #: ../admin/social_login.php:540
1599
  #, fuzzy
1600
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1601
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1602
 
1603
+ #: ../admin/social_login.php:550
1604
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1605
  msgstr ""
1606
 
1607
+ #: ../admin/social_login.php:571
1608
  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"
1609
  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."
1610
 
1611
+ #: ../admin/social_login.php:580
1612
  msgid "Send username-password after user registration"
1613
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1614
 
1615
+ #: ../admin/social_login.php:590
1616
  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)"
1617
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1618
 
1619
+ #: ../admin/social_login.php:599
1620
  msgid "Enable social account linking at BuddyPress profile page"
1621
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1622
 
1623
+ #: ../admin/social_login.php:609
1624
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1625
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1626
 
1627
+ #: ../admin/social_login.php:618
1628
  msgid "Login redirection"
1629
  msgstr "Rediriger la page après la connection"
1630
 
1631
+ #: ../admin/social_login.php:622
1632
  msgid "Same page where user logged in"
1633
  msgstr "La même page ou l'utilisateur s'est connecté"
1634
 
1635
+ #: ../admin/social_login.php:626
1636
+ #: ../admin/social_login.php:656
1637
  msgid "Account dashboard"
1638
  msgstr "Leur compte"
1639
 
1640
+ #: ../admin/social_login.php:629
1641
+ #: ../admin/social_login.php:659
1642
  msgid "BuddyPress profile page"
1643
  msgstr "BuddyPress page de profil"
1644
 
1645
+ #: ../admin/social_login.php:632
1646
+ #: ../admin/social_login.php:662
1647
  msgid "Custom Url"
1648
  msgstr "URL personnalisé"
1649
 
1650
+ #: ../admin/social_login.php:640
1651
  msgid "User will be redirected to the selected page after Social Login"
1652
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1653
 
1654
+ #: ../admin/social_login.php:648
1655
  msgid "Registration redirection"
1656
  msgstr "Redirection après la création de compte"
1657
 
1658
+ #: ../admin/social_login.php:652
1659
  #, fuzzy
1660
  msgid "Same page from where user registered"
1661
  msgstr "La même page ou l'utilisateur s'est connecté"
1662
 
1663
+ #: ../admin/social_login.php:670
1664
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1665
  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)"
1666
 
1667
+ #: ../admin/social_login.php:678
1668
  msgid "Email popup options"
1669
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1670
 
1671
+ #: ../admin/social_login.php:684
1672
  msgid "Text on 'Email required' popup"
1673
  msgstr "Texte dans le popup \"E-mail requis\""
1674
 
1675
+ #: ../admin/social_login.php:694
1676
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1677
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1678
 
1679
+ #: ../admin/social_login.php:703
1680
  msgid "Error message for 'Email required' popup"
1681
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1682
 
1683
+ #: ../admin/social_login.php:713
1684
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1685
  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."
1686
 
1687
+ #: ../admin/social_login.php:722
1688
  msgid "Email popup height"
1689
  msgstr "Hauteur du popup e-mail"
1690
 
1691
+ #: ../admin/social_login.php:732
1692
  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."
1693
  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."
1694
 
1695
+ #: ../admin/social_login.php:740
1696
  msgid "Enable email verification"
1697
  msgstr "Activer la verification de l'adresse e-mail"
1698
 
1699
+ #: ../admin/social_login.php:750
1700
  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"
1701
  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."
1702
 
1703
+ #: ../admin/social_login.php:766
1704
  #, fuzzy
1705
  msgid "Social Login Shortcode & Widget"
1706
  msgstr "Widgets et shortcodes"
1707
 
1708
+ #: ../admin/social_login.php:767
1709
  msgid "Social Linking Shortcode"
1710
  msgstr ""
1711
 
1745
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1746
  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."
1747
 
1748
+ #: ../admin/like_buttons.php:16
 
 
 
 
1749
  msgid "Enable Like Buttons"
1750
  msgstr "Activer comme des boutons"
1751
 
1752
+ #: ../admin/like_buttons.php:26
1753
  #, fuzzy
1754
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1755
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1756
 
1757
+ #: ../admin/like_buttons.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1758
  #, fuzzy
1759
+ msgid "Standard Interface Options"
1760
  msgstr "Paramètres du compteur horizontal"
1761
 
1762
+ #: ../admin/like_buttons.php:53
1763
  #, fuzzy
1764
+ msgid "Enable standard interface"
1765
  msgstr "Activer le compteur horizontal"
1766
 
1767
+ #: ../admin/like_buttons.php:63
1768
  #, fuzzy
1769
  msgid "Master control to enable horizontal like buttons"
1770
  msgstr "Control maître pour activer le compteur horizontal"
1771
 
1772
+ #: ../admin/like_buttons.php:88
1773
+ #: ../admin/like_buttons.php:336
1774
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1775
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1776
 
1777
+ #: ../admin/like_buttons.php:106
1778
  #, fuzzy
1779
  msgid "The text to display above the interface"
1780
  msgstr "La texte à afficher au-dessus du compteur"
1781
 
1782
+ #: ../admin/like_buttons.php:114
1783
+ #: ../admin/like_buttons.php:344
1784
  msgid "Select and rearrange providers"
1785
  msgstr "Selectionner et repositionner les réseaux sociaux"
1786
 
1787
+ #: ../admin/like_buttons.php:158
1788
+ #: ../admin/like_buttons.php:387
1789
  #, fuzzy
1790
  msgid "Select the providers for interface. Drag them to rearrange."
1791
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1792
 
1793
+ #: ../admin/like_buttons.php:180
1794
+ #: ../admin/like_buttons.php:426
1795
  #, fuzzy
1796
  msgid "Horizontal alignment of the interface"
1797
  msgstr "Alignement horizontal du compteur"
1798
 
1799
+ #: ../admin/like_buttons.php:201
1800
  #, fuzzy
1801
  msgid "Specify position of the interface with respect to the content"
1802
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1803
 
1804
+ #: ../admin/like_buttons.php:209
1805
+ #: ../admin/like_buttons.php:492
1806
  #, fuzzy
1807
  msgid "Interface location"
1808
  msgstr "Position du compteur"
1809
 
1810
+ #: ../admin/like_buttons.php:219
1811
+ #: ../admin/like_buttons.php:502
1812
  msgid "Excerpts"
1813
  msgstr "Extraits"
1814
 
1815
+ #: ../admin/like_buttons.php:278
1816
  #, fuzzy
1817
  msgid "Specify the pages where you want to enable interface"
1818
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1819
 
1820
+ #: ../admin/like_buttons.php:295
1821
  #, fuzzy
1822
  msgid "Vertical (Floating) like buttons Options"
1823
  msgstr "Paramètres du compteur vertical (flotant)"
1824
 
1825
+ #: ../admin/like_buttons.php:301
1826
  #, fuzzy
1827
+ msgid "Enable floating like buttons"
1828
  msgstr "Activer le compteur vertical (flotant)"
1829
 
1830
+ #: ../admin/like_buttons.php:311
1831
  msgid "Master control to enable vertical (floating) counter widget"
1832
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1833
 
1834
+ #: ../admin/like_buttons.php:405
1835
  #, fuzzy
1836
  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>"
1837
  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>"
1838
 
1839
+ #: ../admin/like_buttons.php:445
1840
  #, fuzzy
1841
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1842
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1843
 
1844
+ #: ../admin/like_buttons.php:465
1845
  #, fuzzy
1846
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1847
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1848
 
1849
+ #: ../admin/like_buttons.php:484
1850
  #, fuzzy
1851
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1852
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1853
 
1854
+ #: ../admin/like_buttons.php:540
1855
  #, fuzzy
1856
  msgid "Specify the pages where you want to enable vertical interface"
1857
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1858
 
1859
+ #: ../admin/like_buttons.php:548
1860
  msgid "Hide like buttons on mobile devices"
1861
  msgstr "Cachez comme des boutons sur les appareils mobiles"
1862
 
1863
+ #: ../admin/like_buttons.php:558
1864
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1865
  msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1866
 
1867
+ #: ../admin/like_buttons.php:582
1868
+ msgid "Use shortlinks already installed, for tweet button"
1869
+ msgstr "Utilisez shortlinks déjà installés, pour le bouton tweet"
1870
+
1871
+ #: ../admin/like_buttons.php:600
1872
+ msgid "Enable bit.ly url shortener for tweet button"
1873
+ msgstr "Activer le raccourcisseur d'URL bit.ly"
1874
+
1875
+ #: ../admin/like_buttons.php:692
1876
+ #, fuzzy, php-format
1877
+ 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)"
1878
+ 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."
1879
+
1880
+ #: ../admin/like_buttons.php:701
1881
+ #, fuzzy
1882
+ msgid "Twitter Username"
1883
+ msgstr "Psuedo Twitter dans le partage des liens"
1884
+
1885
+ #: ../admin/like_buttons.php:707
1886
+ #, fuzzy
1887
+ msgid "Twitter username for Tweet (without @)"
1888
+ msgstr "Psuedo Twitter (sans @)"
1889
+
1890
+ #: ../admin/like_buttons.php:717
1891
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1892
+ 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."
1893
+
1894
+ #: ../admin/like_buttons.php:726
1895
+ #, fuzzy
1896
+ msgid "Twitter username for Buffer sharing (without @)"
1897
+ msgstr "Psuedo Twitter (sans @)"
1898
+
1899
+ #: ../admin/like_buttons.php:736
1900
+ #, fuzzy
1901
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1902
+ 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."
1903
+
1904
+ #: ../admin/like_buttons.php:753
1905
  #, fuzzy
1906
  msgid "Like Buttons Shortcode & Widget"
1907
  msgstr "Widgets et shortcodes"
1911
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1912
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1913
 
1914
+ #: ../inc/social_sharing.php:652
1915
  msgid "Invalid request"
1916
  msgstr "Demande non-valable !"
1917
 
1918
+ #: ../inc/social_sharing.php:659
1919
  msgid "Providers not selected"
1920
  msgstr "Réseaux sociaux non-selectionnés !"
1921
 
2059
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2060
  msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
2061
 
2062
+ #, fuzzy
2063
+ #~ msgid "Horizontal sharing"
2064
+ #~ msgstr "Alignement horizontal"
2065
+
2066
+ #, fuzzy
2067
+ #~ msgid "Vertical sharing"
2068
+ #~ msgstr "Partage social"
2069
+
2070
+ #, fuzzy
2071
+ #~ msgid "Sharing Options"
2072
+ #~ msgstr "Position de partage"
2073
+
2074
+ #~ msgid ""
2075
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
2076
+ #~ "Sharing functionality"
2077
+ #~ msgstr ""
2078
+ #~ "Control maître pour le partage social. Cela doit être active afin "
2079
+ #~ "d'activer cette fonctionnalité."
2080
+
2081
+ #, fuzzy
2082
+ #~ msgid "Horizontal interface options"
2083
+ #~ msgstr "Paramètres pour l'interface de partage horizontal"
2084
+
2085
+ #, fuzzy
2086
+ #~ msgid "Vertical interface options"
2087
+ #~ msgstr "Paramètres du compteur vertical (flotant)"
2088
+
2089
+ #~ msgid "Do not load Modernizr JS"
2090
+ #~ msgstr "Ne chargez pas Modernizr JS"
2091
+
2092
+ #~ msgid ""
2093
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2094
+ #~ "option"
2095
+ #~ msgstr ""
2096
+ #~ "Si vous trouvez le plugin casser votre thème, vous pouvez essayer "
2097
+ #~ "d'activer cette option"
2098
+
2099
+ #~ msgid "Print"
2100
+ #~ msgstr "Imprimer"
2101
+
2102
+ #~ msgid "Email"
2103
+ #~ msgstr "E-mail"
2104
+
2105
+ #~ msgid "Yahoo"
2106
+ #~ msgstr "Yahoo!"
2107
+
2108
+ #~ msgid "Reddit"
2109
+ #~ msgstr "Reddit"
2110
+
2111
+ #~ msgid "Digg"
2112
+ #~ msgstr "Digg"
2113
+
2114
+ #~ msgid "Delicious"
2115
+ #~ msgstr "Delicious"
2116
+
2117
+ #~ msgid "StumbleUpon"
2118
+ #~ msgstr "StumbleUpon"
2119
+
2120
+ #~ msgid "Float it"
2121
+ #~ msgstr "Float it"
2122
+
2123
+ #~ msgid "Tumblr"
2124
+ #~ msgstr "Tumblr"
2125
+
2126
+ #~ msgid "Pinterest"
2127
+ #~ msgstr "Pinterest"
2128
+
2129
+ #~ msgid "Select the providers for sharing interface"
2130
+ #~ msgstr "Selectionner les réseaux sociaux à inclure"
2131
+
2132
+ #~ msgid "Sharing location"
2133
+ #~ msgstr "Position de partage"
2134
+
2135
+ #, fuzzy
2136
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2137
+ #~ msgstr "Cacher le partage sur appareils mobiles"
2138
+
2139
+ #~ msgid ""
2140
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2141
+ #~ msgstr ""
2142
+ #~ "Si elle est activée, l'interface de partage vertical ne sera pas "
2143
+ #~ "apparaître sur les appareils mobiles"
2144
+
2145
+ #, fuzzy
2146
+ #~ msgid "Social Sharing Shortcode & Widget"
2147
+ #~ msgstr "Widgets et shortcodes"
2148
+
2149
+ #~ msgid "Like Buttons"
2150
+ #~ msgstr "comme Boutons"
2151
+
2152
  #~ msgid "Options saved successfully"
2153
  #~ msgstr "Paramètres enregistrées avec succès"
2154
 
2198
  #~ msgstr ""
2199
  #~ "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
2200
 
 
 
 
 
2201
  #~ msgid "Twitter username in tweet button"
2202
  #~ msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
2203
 
2606
  #~ msgid "Important note"
2607
  #~ msgstr "Mot important"
2608
 
 
 
 
 
 
 
 
2609
  #~ msgid "Publish feed on user's timeline on Facebook login"
2610
  #~ msgstr ""
2611
  #~ "Publier le flux sur le profil de l'utilisateur s'il s'est connecté avec "
2725
  #~ "site. N'oubliez pas d'activer le compte des partages sur la page "
2726
  #~ "\"Partage social\"."
2727
 
 
 
 
2728
  #~ msgid ""
2729
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2730
  #~ "top of other plugins, please consider making a donation."
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: 2015-10-17 10:42+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:42+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,63 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
- #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
- #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
- #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
- #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
- #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
- #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
- #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
 
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Belépés"
61
 
62
- #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Kis Avatar URL"
65
 
66
- #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Cél Url"
70
 
71
- #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
74
 
75
- #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
78
 
@@ -85,110 +97,150 @@ msgstr "Beállítások"
85
  msgid "Dismiss this notice"
86
  msgstr "Utasítsa el ezt az értesítést"
87
 
88
- #: ../helper.php:150
89
  msgid "Click to show help"
90
  msgstr "Kattintson megmutatni segítség"
91
 
92
- #: ../helper.php:150
93
  msgid "Click to hide help"
94
  msgstr "Elrejtéséhez kattintson segítség"
95
 
96
- #: ../helper.php:190
97
  msgid "Settings"
98
  msgstr "Beállítások"
99
 
100
- #: ../helper.php:514
101
  msgid "Account linked successfully"
102
  msgstr "Fiók kapcsolása sikeres"
103
 
104
- #: ../helper.php:518
105
  msgid "Account already exists or linked"
106
  msgstr "Fiók már létezik, vagy össze van kötve"
107
 
108
- #: ../helper.php:527
109
  msgid "You are already connected with"
110
  msgstr "Már kapcsolódtál ezzel"
111
 
112
- #: ../helper.php:527
113
  msgid "as primary social network"
114
  msgstr "elsődleges szociális háló"
115
 
116
- #: ../helper.php:542
117
  msgid "Link your social account to login to your account at this website"
118
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
119
 
120
- #: ../helper.php:579
121
  msgid "Currently"
122
  msgstr "Jelenleg"
123
 
124
- #: ../helper.php:579
125
  msgid "Remove"
126
  msgstr "Eltávolítás"
127
 
128
- #: ../helper.php:680
129
- msgid "Disable Horizontal Social Sharing on this "
130
- msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
131
-
132
- #: ../helper.php:685
133
- msgid "Disable Vertical Social Sharing on this "
134
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
135
 
136
- #: ../helper.php:690
137
- msgid "Disable Horizontal like buttons on this "
138
- msgstr "Vízszintes Közösségi Gombok kikapcsolása"
 
139
 
140
- #: ../helper.php:695
141
- msgid "Disable Vertical like buttons on this "
 
142
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
143
 
144
- #: ../helper.php:700
 
 
 
 
 
145
  msgid "Disable Social Commenting on this "
146
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
147
 
148
- #: ../helper.php:709
149
- msgid "Horizontal sharing"
150
- msgstr "Vízszintes megosztás"
 
151
 
152
- #: ../helper.php:715
153
- #: ../helper.php:734
154
  msgid "Starting share count for "
155
  msgstr "Megosztás számok kezdése ehhez"
156
 
157
- #: ../helper.php:728
158
- msgid "Vertical sharing"
159
- msgstr "Függőleges Megosztás"
 
160
 
161
- #: ../helper.php:820
162
  #, fuzzy
163
  msgid "Social Avatar"
164
  msgstr "Kis Avatar URL"
165
 
166
- #: ../helper.php:823
167
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
168
  msgstr ""
169
 
170
- #: ../helper.php:824
171
  msgid "Update social avatar, next time I Social Login"
172
  msgstr ""
173
 
174
- #: ../helper.php:827
175
  #, fuzzy
176
  msgid "Small Avatar"
177
  msgstr "Kis Avatar URL"
178
 
179
- #: ../helper.php:831
180
  #, fuzzy
181
  msgid "Large Avatar"
182
  msgstr "Cél Url"
183
 
184
- #: ../helper.php:835
185
- #: ../admin/social_sharing.php:1259
186
- #: ../admin/social_commenting.php:457
187
- #: ../admin/social_login.php:785
188
- #: ../admin/like_buttons.php:732
 
189
  msgid "Save Changes"
190
  msgstr "Változások Mentése"
191
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  #: ../admin/help.php:4
193
  msgid "About"
194
  msgstr "Impresszum"
@@ -205,1248 +257,1429 @@ msgstr "készítette"
205
  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"
206
  msgstr "Mi egy kreatív csapat, egyedi elképzeléseit szem előtt tartva és a szolgáltatás szívében. Szeretjük, amit csinálunk. További info csatlakozzon hozzánk"
207
 
208
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  msgid "Plugin Demo"
210
  msgstr "Plugin Demo"
211
 
212
- #: ../admin/help.php:24
213
- msgid "Integrate Social Sharing with Google Analytics"
214
  msgstr ""
215
 
216
- #: ../admin/help.php:30
217
  msgid "Boost sharing by awarding points"
218
  msgstr "Növelje megosztása odaítélésével pont"
219
 
220
- #: ../admin/help.php:36
221
  msgid "Award points for Social Login"
222
  msgstr "Díjat pontokat Szociális Belépés"
223
 
224
- #: ../admin/help.php:42
225
  #, fuzzy
226
  msgid "Other Add-ons"
227
  msgstr "A kiegészítőket"
228
 
229
- #: ../admin/help.php:47
230
  msgid "Need Help?"
231
  msgstr "Kell Segítség?"
232
 
233
- #: ../admin/help.php:49
234
  #, fuzzy
235
  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>"
236
  msgstr "Ha egyedi funkciót szeretnél a plugin-ba, el tudom neked készíteni. Írj nekem egy e-mailt (angolul) a <a href=\"mailto:support@heateor.com\">support@heateor.com</a> címre"
237
 
238
- #: ../admin/help.php:54
239
  #, fuzzy
240
  msgid "Support Us"
241
  msgstr "Támogatás"
242
 
243
- #: ../admin/help.php:57
244
- #: ../admin/help.php:60
245
- #: ../admin/help.php:61
246
- #: ../admin/help.php:62
247
- #: ../admin/help.php:63
248
- #: ../admin/help.php:64
249
  msgid "Rate 5-star"
250
  msgstr "Osztályozz 5-ösre"
251
 
252
- #: ../admin/help.php:72
253
- #: ../admin/social_sharing.php:437
254
- #: ../admin/social_sharing.php:814
255
- #: ../admin/social_login.php:84
256
- msgid "Facebook"
257
- msgstr "Facebook"
258
 
259
- #: ../admin/social_sharing.php:11
260
- #: ../admin/social_sharing.php:22
261
- #: ../admin/social_login.php:9
262
- #: ../admin/social_login.php:17
263
- #: ../admin/like_buttons.php:11
264
- #: ../admin/like_buttons.php:19
265
- msgid "Basic Configuration"
266
- msgstr "Alap Beállítások"
 
 
 
 
267
 
268
- #: ../admin/social_sharing.php:12
269
- msgid "Sharing Interface"
 
 
270
  msgstr "Megosztási Felület"
271
 
272
- #: ../admin/social_sharing.php:13
273
- msgid "Sharing Options"
274
- msgstr "Megosztási beállítások"
 
 
275
 
276
- #: ../admin/social_sharing.php:14
277
- #: ../admin/social_sharing.php:1214
278
- #: ../admin/social_login.php:11
279
- #: ../admin/social_login.php:773
280
- #: ../admin/like_buttons.php:13
281
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
282
  msgid "Shortcode & Widget"
283
  msgstr "Shortcode és Widget"
284
 
285
- #: ../admin/social_sharing.php:15
286
  msgid "Troubleshooter"
287
  msgstr "Hibamegoldó"
288
 
289
- #: ../admin/social_sharing.php:16
290
- #: ../admin/social_sharing.php:1245
291
- #: ../admin/social_commenting.php:12
292
- #: ../admin/social_commenting.php:446
293
  msgid "FAQ"
294
  msgstr "GYIK"
295
 
296
- #: ../admin/social_sharing.php:28
297
- msgid "Enable Social Sharing"
298
- msgstr "Közösségi Megosztás Bekapcsolás"
299
-
300
- #: ../admin/social_sharing.php:38
301
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
302
- msgstr "Központi beállítás a Közösségi Megosztáshoz. Be kell kapcsolnod a Közösségi Megosztás funkció működéséhez"
303
-
304
- #: ../admin/social_sharing.php:46
305
- msgid "Delete all the options on plugin deletion"
306
- msgstr "Minden beállítás törlése a plugin törlésekor"
307
 
308
- #: ../admin/social_sharing.php:56
309
- 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."
310
- msgstr "Bekapcsolva a plugin beállítások törlődnek a plugin törlésekor/eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted azt."
 
311
 
312
- #: ../admin/social_sharing.php:71
313
- msgid "Horizontal interface options"
314
- msgstr "Vízszintes Felület Beállítások"
 
315
 
316
- #: ../admin/social_sharing.php:77
317
- #: ../admin/social_sharing.php:155
318
  msgid "Shape"
319
  msgstr "alak"
320
 
321
- #: ../admin/social_sharing.php:85
322
- #: ../admin/social_sharing.php:163
323
  msgid "Round"
324
  msgstr "kerek"
325
 
326
- #: ../admin/social_sharing.php:87
327
- #: ../admin/social_sharing.php:165
328
  msgid "Square"
329
  msgstr "szögletes"
330
 
331
- #: ../admin/social_sharing.php:94
332
- #: ../admin/social_sharing.php:172
 
 
 
 
 
333
  msgid "Shape of the sharing icons"
334
  msgstr "Megosztás ikonok formája"
335
 
336
- #: ../admin/social_sharing.php:102
337
- #: ../admin/social_sharing.php:180
338
  msgid "Size (in pixels)"
339
  msgstr "Méret (pixel)"
340
 
341
- #: ../admin/social_sharing.php:120
342
- #: ../admin/social_sharing.php:198
343
  msgid "Size of the sharing icons"
344
  msgstr "Megosztási ikonok mérete"
345
 
346
- #: ../admin/social_sharing.php:127
347
- #: ../admin/social_sharing.php:205
348
- msgid "Icon Preview"
349
- msgstr "icon Preview"
 
350
 
351
- #: ../admin/social_sharing.php:141
352
- #: ../admin/social_sharing.php:219
353
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
354
- msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
 
 
 
 
 
 
 
 
 
 
 
 
 
355
 
356
- #: ../admin/social_sharing.php:149
357
- msgid "Vertical interface options"
358
- msgstr "Függőleges (lebegő) Felület Beállítások"
 
 
359
 
360
- #: ../admin/social_sharing.php:233
361
- msgid "Modernizr"
 
362
  msgstr ""
363
 
364
- #: ../admin/social_sharing.php:239
365
- msgid "Do not load Modernizr JS"
366
- msgstr "Ne töltsön Modernizr JS"
 
 
367
 
368
- #: ../admin/social_sharing.php:249
369
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
370
- msgstr "Ha úgy találja, a plugin elszakadna a téma, akkor próbáljon meg az opció engedélyezése"
 
 
 
 
 
371
 
372
- #: ../admin/social_sharing.php:258
373
- #: ../admin/like_buttons.php:51
374
- msgid "Url shortener"
375
- msgstr "Url rövidítő"
 
 
 
 
376
 
377
- #: ../admin/social_sharing.php:264
378
- msgid "Use shortlinks already installed"
379
- msgstr "Használja shortlinks már telepítve"
 
 
380
 
381
- #: ../admin/social_sharing.php:274
382
- #: ../admin/like_buttons.php:67
383
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
384
- msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
 
 
385
 
386
- #: ../admin/social_sharing.php:282
387
- msgid "Enable bit.ly url shortener for sharing"
388
- msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
 
 
389
 
390
  #: ../admin/social_sharing.php:292
391
- #: ../admin/like_buttons.php:85
392
- msgid "Master control to enable bit.ly url shortening for sharing"
393
- msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
394
 
395
- #: ../admin/social_sharing.php:300
396
- #: ../admin/like_buttons.php:93
397
- msgid "bit.ly username"
398
- msgstr "bit.ly felhasználónév"
 
 
 
399
 
400
- #: ../admin/social_sharing.php:310
401
- #: ../admin/like_buttons.php:103
402
- #, php-format
403
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
404
- msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
 
 
 
 
 
 
 
 
405
 
406
  #: ../admin/social_sharing.php:319
407
- #: ../admin/like_buttons.php:112
408
- msgid "bit.ly API Key"
409
- msgstr "bit.ly API Key"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
410
 
411
  #: ../admin/social_sharing.php:329
412
- #: ../admin/like_buttons.php:122
413
- #, php-format
414
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
415
- msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
416
 
417
- #: ../admin/social_sharing.php:339
418
- msgid "Twitter username in sharing"
419
- msgstr "Twitter felhasználónév a megosztásban"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
 
421
  #: ../admin/social_sharing.php:345
422
- msgid "Twitter username (without @)"
423
- msgstr "Twitter felhasználónév (@ nélkül)"
 
 
424
 
425
  #: ../admin/social_sharing.php:355
426
- 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."
427
- msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
 
428
 
429
- #: ../admin/social_sharing.php:365
430
- msgid "Horizontal Sharing Interface Options"
 
431
  msgstr "Vízszintes Megosztási Felület Beállítások"
432
 
433
- #: ../admin/social_sharing.php:371
434
- msgid "Enable horizontal sharing interface"
 
435
  msgstr "Vízszintes megosztási felület bekapcsolása"
436
 
437
- #: ../admin/social_sharing.php:381
438
- msgid "Master control to enable horizontal sharing"
 
439
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
440
 
441
- #: ../admin/social_sharing.php:391
442
- #: ../admin/social_sharing.php:786
443
- #: ../admin/like_buttons.php:227
444
- #: ../admin/like_buttons.php:468
445
  msgid "Target Url"
446
  msgstr "Cél Url"
447
 
448
- #: ../admin/social_sharing.php:395
449
- #: ../admin/social_sharing.php:790
450
- #: ../admin/like_buttons.php:231
451
- #: ../admin/like_buttons.php:472
452
  msgid "Url of the webpage where icons are located (default)"
453
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
454
 
455
- #: ../admin/social_sharing.php:397
456
- #: ../admin/social_sharing.php:792
457
- #: ../admin/like_buttons.php:233
458
- #: ../admin/like_buttons.php:474
459
  msgid "Url of the homepage of your website"
460
  msgstr "A főoldalad Url-je"
461
 
462
- #: ../admin/social_sharing.php:399
463
- #: ../admin/social_sharing.php:794
464
- #: ../admin/like_buttons.php:235
465
- #: ../admin/like_buttons.php:476
466
  msgid "Custom url"
467
  msgstr "Egyedi URL"
468
 
469
- #: ../admin/social_sharing.php:406
470
- #: ../admin/social_sharing.php:801
471
  msgid "Url to share"
472
  msgstr "Megosztás Url-je"
473
 
474
- #: ../admin/social_sharing.php:414
475
- #: ../admin/social_login.php:352
476
- #: ../admin/like_buttons.php:250
477
  msgid "Title"
478
  msgstr "Cím"
479
 
480
- #: ../admin/social_sharing.php:424
481
  msgid "The text to display above the sharing interface"
482
  msgstr "Szöveg a megosztási felület fölött"
483
 
484
- #: ../admin/social_sharing.php:432
485
- #: ../admin/social_sharing.php:809
486
- #: ../admin/social_login.php:79
487
- msgid "Select providers"
488
- msgstr "Válassz szolgáltatókat"
489
-
490
- #: ../admin/social_sharing.php:442
491
- #: ../admin/social_sharing.php:819
492
- #: ../admin/social_login.php:88
493
- msgid "Twitter"
494
- msgstr "Twitter"
495
-
496
- #: ../admin/social_sharing.php:447
497
- #: ../admin/social_sharing.php:824
498
- #: ../admin/social_login.php:92
499
- msgid "LinkedIn"
500
- msgstr "LinkedIn"
501
-
502
- #: ../admin/social_sharing.php:452
503
- #: ../admin/social_sharing.php:829
504
- #: ../admin/social_login.php:96
505
- msgid "Google+"
506
- msgstr "Google+"
507
-
508
- #: ../admin/social_sharing.php:457
509
- #: ../admin/social_sharing.php:834
510
- msgid "Print"
511
- msgstr "Nyomtatás"
512
-
513
- #: ../admin/social_sharing.php:462
514
- #: ../admin/social_sharing.php:839
515
- msgid "Email"
516
- msgstr "Email"
517
-
518
- #: ../admin/social_sharing.php:467
519
- #: ../admin/social_sharing.php:844
520
- msgid "Yahoo"
521
- msgstr "Yahoo"
522
-
523
- #: ../admin/social_sharing.php:472
524
- #: ../admin/social_sharing.php:849
525
- msgid "Reddit"
526
- msgstr "Reddit"
527
-
528
- #: ../admin/social_sharing.php:477
529
- #: ../admin/social_sharing.php:854
530
- msgid "Digg"
531
- msgstr "Digg"
532
-
533
- #: ../admin/social_sharing.php:482
534
- #: ../admin/social_sharing.php:859
535
- msgid "Delicious"
536
- msgstr "Delicious"
537
-
538
- #: ../admin/social_sharing.php:487
539
- #: ../admin/social_sharing.php:864
540
- msgid "StumbleUpon"
541
- msgstr "StumbleUpon"
542
-
543
- #: ../admin/social_sharing.php:492
544
- #: ../admin/social_sharing.php:869
545
- msgid "Float it"
546
- msgstr "Float it"
547
-
548
- #: ../admin/social_sharing.php:497
549
- #: ../admin/social_sharing.php:874
550
- msgid "Tumblr"
551
- msgstr "Tumblr"
552
-
553
- #: ../admin/social_sharing.php:502
554
- #: ../admin/social_sharing.php:879
555
- #: ../admin/social_login.php:100
556
- msgid "Vkontakte"
557
- msgstr "Vkontakte"
558
-
559
- #: ../admin/social_sharing.php:507
560
- #: ../admin/social_sharing.php:884
561
- msgid "Pinterest"
562
- msgstr "Pinterest"
563
-
564
- #: ../admin/social_sharing.php:512
565
- #: ../admin/social_sharing.php:889
566
- #: ../admin/social_login.php:108
567
- msgid "Xing"
568
- msgstr "Xing"
569
-
570
- #: ../admin/social_sharing.php:517
571
- #: ../admin/social_sharing.php:894
572
- msgid "Whatsapp"
573
- msgstr "Whatsapp"
574
-
575
- #: ../admin/social_sharing.php:522
576
- #: ../admin/social_sharing.php:899
577
- msgid "Yummly"
578
- msgstr ""
579
-
580
- #: ../admin/social_sharing.php:527
581
- #: ../admin/social_sharing.php:904
582
- msgid "Buffer"
583
- msgstr ""
584
-
585
- #: ../admin/social_sharing.php:535
586
- #: ../admin/social_sharing.php:912
587
- msgid "Select the providers for sharing interface"
588
- msgstr "Válassz szolgáltatókat a megosztási felülethez"
589
-
590
- #: ../admin/social_sharing.php:543
591
- #: ../admin/social_sharing.php:920
592
  msgid "Rearrange icons"
593
  msgstr "Ikonsorrend beállítás"
594
 
595
- #: ../admin/social_sharing.php:575
596
- #: ../admin/social_sharing.php:952
597
  msgid "Drag the icons to rearrange in desired order"
598
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
599
 
600
- #: ../admin/social_sharing.php:583
601
- #: ../admin/social_sharing.php:978
602
- #: ../admin/like_buttons.php:320
603
- #: ../admin/like_buttons.php:560
 
 
 
 
 
 
 
 
 
 
 
604
  msgid "Horizontal alignment"
605
  msgstr "Függőleges igazítás"
606
 
607
- #: ../admin/social_sharing.php:587
608
- #: ../admin/social_sharing.php:982
609
- #: ../admin/like_buttons.php:324
610
- #: ../admin/like_buttons.php:564
611
- msgid "Left"
612
- msgstr "Bal"
613
-
614
- #: ../admin/social_sharing.php:588
615
- #: ../admin/like_buttons.php:325
616
  msgid "Center"
617
  msgstr "Középen"
618
 
619
- #: ../admin/social_sharing.php:589
620
- #: ../admin/social_sharing.php:983
621
- #: ../admin/like_buttons.php:326
622
- #: ../admin/like_buttons.php:565
623
- msgid "Right"
624
- msgstr "Jobb"
625
-
626
- #: ../admin/social_sharing.php:597
627
- #: ../admin/social_sharing.php:991
628
  msgid "Horizontal alignment of the sharing interface"
629
  msgstr "A megosztási felület függőleges igazítása"
630
 
631
- #: ../admin/social_sharing.php:605
632
- #: ../admin/like_buttons.php:342
633
  msgid "Position with respect to content"
634
  msgstr "Elhelyezés a tartalomhoz képest"
635
 
636
- #: ../admin/social_sharing.php:609
637
- #: ../admin/like_buttons.php:346
638
  msgid "Top of the content"
639
  msgstr "Tartalom felett"
640
 
641
- #: ../admin/social_sharing.php:611
642
- #: ../admin/like_buttons.php:348
643
  msgid "Bottom of the content"
644
  msgstr "Tartalom alatt"
645
 
646
- #: ../admin/social_sharing.php:618
647
  msgid "Specify position of the sharing interface with respect to the content"
648
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
649
 
650
- #: ../admin/social_sharing.php:626
651
- #: ../admin/social_sharing.php:1057
652
- msgid "Sharing location"
653
- msgstr "Megosztási helyek"
654
 
655
- #: ../admin/social_sharing.php:630
656
- #: ../admin/social_sharing.php:1061
657
- #: ../admin/social_login.php:633
658
- #: ../admin/social_login.php:663
659
- #: ../admin/like_buttons.php:367
660
- #: ../admin/like_buttons.php:643
661
  msgid "Homepage"
662
  msgstr "Kezdő oldal"
663
 
664
- #: ../admin/social_sharing.php:632
665
- #: ../admin/social_sharing.php:1063
666
- #: ../admin/like_buttons.php:369
667
- #: ../admin/like_buttons.php:645
668
  msgid "Posts"
669
  msgstr "Bejegyzések"
670
 
671
- #: ../admin/social_sharing.php:634
672
- #: ../admin/social_sharing.php:1065
673
- #: ../admin/like_buttons.php:371
674
- #: ../admin/like_buttons.php:647
675
  msgid "Pages"
676
  msgstr "Oldalak"
677
 
678
- #: ../admin/social_sharing.php:636
679
- #: ../admin/social_sharing.php:1067
680
  msgid "Excerpts (at Homepage)"
681
  msgstr ""
682
 
683
- #: ../admin/social_sharing.php:638
684
- #: ../admin/social_sharing.php:1069
685
- #: ../admin/like_buttons.php:375
686
- #: ../admin/like_buttons.php:651
687
  msgid "Category Archives"
688
  msgstr "Kategória Archívum"
689
 
690
- #: ../admin/social_sharing.php:640
691
- #: ../admin/social_sharing.php:1071
692
- #: ../admin/like_buttons.php:377
693
- #: ../admin/like_buttons.php:653
694
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
695
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
696
 
697
- #: ../admin/social_sharing.php:656
698
- #: ../admin/like_buttons.php:393
699
  #, fuzzy
700
  msgid "BuddyPress activity"
701
  msgstr "BuddyPress tevékenység és csoportok"
702
 
703
- #: ../admin/social_sharing.php:658
704
- #: ../admin/like_buttons.php:396
705
  msgid "BuddyPress group (only at top of content)"
706
  msgstr ""
707
 
708
- #: ../admin/social_sharing.php:664
709
- #: ../admin/social_sharing.php:1093
710
- #: ../admin/like_buttons.php:403
711
- #: ../admin/like_buttons.php:674
712
  msgid "BBPress forum"
713
  msgstr "BBPress fórum"
714
 
715
- #: ../admin/social_sharing.php:667
716
- #: ../admin/social_sharing.php:1096
717
- #: ../admin/like_buttons.php:406
718
- #: ../admin/like_buttons.php:677
719
  msgid "BBPress topic"
720
  msgstr "BBPress téma"
721
 
722
- #: ../admin/social_sharing.php:670
723
- #: ../admin/like_buttons.php:409
724
  msgid "BBPress reply"
725
  msgstr "BBPress válasz"
726
 
727
- #: ../admin/social_sharing.php:677
728
- #: ../admin/like_buttons.php:415
729
  msgid "After individual product at WooCommerce Shop page"
730
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
731
 
732
- #: ../admin/social_sharing.php:680
733
- #: ../admin/like_buttons.php:418
734
  msgid "WooCommerce Product Page"
735
  msgstr "WooCommerce Termékek"
736
 
737
- #: ../admin/social_sharing.php:683
738
- #: ../admin/like_buttons.php:421
739
  msgid "WooCommerce Thankyou Page"
740
  msgstr "WooCommerce Thankyou oldal"
741
 
742
- #: ../admin/social_sharing.php:694
743
  msgid "Specify the pages where you want to enable Sharing interface"
744
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
745
 
746
- #: ../admin/social_sharing.php:702
747
- #: ../admin/social_sharing.php:1114
748
  msgid "Show share counts"
749
  msgstr "Megosztás számok mutatása"
750
 
751
- #: ../admin/social_sharing.php:712
752
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
753
  msgid "If enabled, share counts are displayed above sharing icons."
754
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
755
 
756
- #: ../admin/social_sharing.php:721
757
- #: ../admin/social_sharing.php:1133
758
  #, fuzzy
759
  msgid "Show total shares"
760
  msgstr "Megosztás számok mutatása"
761
 
762
- #: ../admin/social_sharing.php:731
763
- #: ../admin/social_sharing.php:1143
764
  #, fuzzy
765
  msgid "If enabled, total shares will be displayed with sharing icons"
766
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
767
 
768
- #: ../admin/social_sharing.php:740
769
- #: ../admin/social_sharing.php:1152
770
  msgid "Enable 'More' icon"
771
  msgstr "'Még több' ikon bekapcsolása"
772
 
773
- #: ../admin/social_sharing.php:750
774
- #: ../admin/social_sharing.php:1162
775
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
776
  msgstr "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
777
 
778
- #: ../admin/social_sharing.php:760
779
- msgid "Vertical (Floating) Sharing Interface Options"
 
780
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
781
 
782
- #: ../admin/social_sharing.php:766
783
- msgid "Enable vertical (floating) sharing interface"
 
784
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
785
 
786
- #: ../admin/social_sharing.php:776
787
- msgid "Master control to enable vertical (floating) sharing widget"
 
788
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
789
 
790
- #: ../admin/social_sharing.php:960
791
- #: ../admin/like_buttons.php:542
792
- msgid "Background Color"
793
- msgstr "Háttér Szín"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
794
 
795
- #: ../admin/social_sharing.php:970
796
- 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>"
797
- msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
798
 
799
- #: ../admin/social_sharing.php:1000
800
- #: ../admin/like_buttons.php:582
801
- msgid "Left offset"
802
- msgstr "Bal margó"
803
 
804
- #: ../admin/social_sharing.php:1010
805
- 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."
806
- msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
 
807
 
808
- #: ../admin/social_sharing.php:1020
809
- #: ../admin/like_buttons.php:602
810
- msgid "Right offset"
811
- msgstr "Jobb margó"
 
812
 
813
- #: ../admin/social_sharing.php:1030
814
- 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."
815
- msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
 
816
 
817
- #: ../admin/social_sharing.php:1039
818
- #: ../admin/like_buttons.php:621
819
- msgid "Top offset"
820
- msgstr "Felső margó"
 
821
 
822
- #: ../admin/social_sharing.php:1049
823
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
824
- msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
 
 
825
 
826
- #: ../admin/social_sharing.php:1085
827
  #: ../admin/like_buttons.php:667
828
- #, fuzzy
829
- msgid "BuddyPress group"
830
- msgstr "BuddyPress profil oldal"
831
 
832
- #: ../admin/social_sharing.php:1106
833
- msgid "Specify the pages where you want to enable vertical Sharing interface"
834
- msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
 
 
 
 
835
 
836
- #: ../admin/social_sharing.php:1170
837
- #, fuzzy
838
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
839
- msgstr "Hide megosztása mobil eszközökön"
840
 
841
- #: ../admin/social_sharing.php:1180
842
  #, fuzzy
843
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
844
- msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
845
 
846
- #: ../admin/social_sharing.php:1189
847
- msgid "Hide sharing on mobile devices"
848
- msgstr "Hide megosztása mobil eszközökön"
849
 
850
- #: ../admin/social_sharing.php:1199
851
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
852
- msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
 
853
 
854
- #: ../admin/social_sharing.php:1216
855
  #, fuzzy
856
- msgid "Social Sharing Shortcode & Widget"
857
- msgstr "Shortcode és Widget"
858
 
859
- #: ../admin/social_sharing.php:1226
860
  msgid "Facebook Sharing Troubleshooter"
861
  msgstr "Facebook Megosztás Hibaelhárító"
862
 
863
- #: ../admin/social_sharing.php:1231
864
  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:"
865
  msgstr "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, és add meg a problémás url-t (ahol a Facebook megosztás nem működik tökéletesen) a szöveges mezőben:"
866
 
867
- #: ../admin/social_sharing.php:1247
868
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
869
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
870
 
871
- #: ../admin/social_sharing.php:1248
872
  msgid "How can I disable sharing on particular page/post?"
873
  msgstr "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
874
 
875
- #: ../admin/social_sharing.php:1249
876
  msgid "How can I specify minimum sharing count for sharing networks?"
877
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
878
 
879
- #: ../admin/social_commenting.php:10
880
- msgid "Social Commenting"
881
- msgstr "Közösségi Hozzászólás"
882
 
883
- #: ../admin/social_commenting.php:11
884
- #: ../admin/social_commenting.php:434
885
- msgid "Shortcode"
886
- msgstr "Shortcode"
 
 
 
887
 
888
- #: ../admin/social_commenting.php:18
889
  #, fuzzy
890
- msgid "General Options"
891
- msgstr "Megosztási beállítások"
892
 
893
- #: ../admin/social_commenting.php:24
 
 
 
 
 
894
  msgid "Enable Social Commenting"
895
  msgstr "Közösségi Hozzászólás Belkapcsolása"
896
 
897
- #: ../admin/social_commenting.php:34
898
  #, fuzzy
899
  msgid "Master control to enable Social Commenting"
900
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
901
 
902
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
903
  msgid "Order of tabs in commenting interface"
904
  msgstr "A fülek sorrendje a hozzászólás felületen"
905
 
906
- #: ../admin/social_commenting.php:52
907
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
908
  msgstr "Lapjainak sorrendjét mutatja szociális kommentálva interfész. Alapértékek wordpress,facebook,googleplus,disqus"
909
 
910
- #: ../admin/social_commenting.php:60
911
  msgid "Comment area label"
912
  msgstr "Megjegyzés felület címe"
913
 
914
- #: ../admin/social_commenting.php:70
915
  #, fuzzy
916
  msgid "Label for comment area"
917
  msgstr "Google+ hozzászólás fül címe"
918
 
919
- #: ../admin/social_commenting.php:83
920
  #, fuzzy
921
  msgid "Enable Social Commenting at"
922
  msgstr "Közösségi Hozzászólás Belkapcsolása"
923
 
924
- #: ../admin/social_commenting.php:102
925
  #, fuzzy
926
  msgid "Specify the page/post groups where you want to enable Social Commenting"
927
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
928
 
929
- #: ../admin/social_commenting.php:113
930
  msgid "HTML ID of comment form container"
931
  msgstr "HTML ID komment formájában konténer"
932
 
933
- #: ../admin/social_commenting.php:123
934
  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."
935
  msgstr "HTML ID konténer eleme az alapértelmezett megjegyzés formájában a front end. Hagyja üresen az alapértelmezett ID - \"válaszadás\". Meg kell adnod, ha az alapértelmezett megjegyzést formában megjelenő és Szociális kommentálva nem kapok engedélyezve front-end weboldalán."
936
 
937
- #: ../admin/social_commenting.php:133
938
  msgid "Labels"
939
  msgstr "címkék"
940
 
941
- #: ../admin/social_commenting.php:138
942
  msgid "Label for WordPress Commenting tab"
943
  msgstr "WordPress hozzászólás fül címe"
944
 
945
- #: ../admin/social_commenting.php:147
946
  msgid "Label for Facebook Commenting tab"
947
  msgstr "Facebook hozzászólás fül címe"
948
 
949
- #: ../admin/social_commenting.php:156
950
  msgid "Label for G+ Commenting tab"
951
  msgstr "Google+ hozzászólás fül címe"
952
 
953
- #: ../admin/social_commenting.php:165
954
  msgid "Label for Disqus Commenting tab"
955
  msgstr "Disqus hozzászólás fül címe"
956
 
957
- #: ../admin/social_commenting.php:176
958
  msgid "Facebook Commenting Options"
959
  msgstr "Facebook Hozzászólás Beállítások"
960
 
961
- #: ../admin/social_commenting.php:182
962
  #, fuzzy
963
  msgid "Enable Facebook Comments notification and moderation"
964
  msgstr "Facebook Hozzászólás Bekapcsolás"
965
 
966
- #: ../admin/social_commenting.php:190
967
- #: ../admin/social_commenting.php:200
968
  msgid "Enable Facebook Commenting"
969
  msgstr "Facebook Hozzászólás Bekapcsolás"
970
 
971
- #: ../admin/social_commenting.php:208
972
- #: ../admin/social_commenting.php:366
973
  msgid "Url to comment on"
974
  msgstr "A hozzászólás URL"
975
 
976
- #: ../admin/social_commenting.php:218
977
  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."
978
  msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. 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."
979
 
980
- #: ../admin/social_commenting.php:226
981
- #: ../admin/social_commenting.php:348
982
  msgid "Width"
983
  msgstr "Szélesség"
984
 
985
- #: ../admin/social_commenting.php:236
986
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
987
  msgstr "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a hozzászólások blokk."
988
 
989
- #: ../admin/social_commenting.php:244
990
  msgid "Color Scheme"
991
  msgstr "Szín Sablon"
992
 
993
- #: ../admin/social_commenting.php:248
994
  msgid "Light"
995
  msgstr "Világos"
996
 
997
- #: ../admin/social_commenting.php:249
998
  msgid "Dark"
999
  msgstr "Sötét"
1000
 
1001
- #: ../admin/social_commenting.php:257
1002
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1003
  msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
1004
 
1005
- #: ../admin/social_commenting.php:265
1006
  msgid "Number of comments"
1007
  msgstr "Hozzászólások száma"
1008
 
1009
- #: ../admin/social_commenting.php:275
1010
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1011
  msgstr "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
1012
 
1013
- #: ../admin/social_commenting.php:283
1014
  msgid "Order by"
1015
  msgstr "Rendezés"
1016
 
1017
- #: ../admin/social_commenting.php:287
1018
  msgid "Social"
1019
  msgstr "Közösségi"
1020
 
1021
- #: ../admin/social_commenting.php:288
1022
  msgid "Reverse Time"
1023
  msgstr "Fordított Sorrend"
1024
 
1025
- #: ../admin/social_commenting.php:289
1026
  msgid "Time"
1027
  msgstr "Időrend"
1028
 
1029
- #: ../admin/social_commenting.php:297
1030
  msgid "The order to use when displaying comments."
1031
  msgstr "A hozzászólás megjelenésének sorrendje."
1032
 
1033
- #: ../admin/social_commenting.php:305
1034
- #: ../admin/like_buttons.php:132
1035
- #: ../admin/like_buttons.php:138
1036
- msgid "Language"
1037
- msgstr "Nyelv"
1038
-
1039
- #: ../admin/social_commenting.php:315
1040
  #, php-format
1041
  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)"
1042
  msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához "
1043
 
1044
- #: ../admin/social_commenting.php:324
1045
  msgid "Google Plus Commenting Options"
1046
  msgstr "Google+ Hozzászólás Beállítások"
1047
 
1048
- #: ../admin/social_commenting.php:330
1049
- #: ../admin/social_commenting.php:340
1050
  msgid "Enable Google Plus Commenting"
1051
  msgstr "Google+ Hozzászólás Bekapcsolása"
1052
 
1053
- #: ../admin/social_commenting.php:358
1054
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1055
  msgstr "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus beállításhoz"
1056
 
1057
- #: ../admin/social_commenting.php:376
1058
  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."
1059
  msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. A Google Plus-on lévő hozzászólások is ehhez az URL-hez kapcsolódnak majd.<br/>Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t használjuk, melyhez a hozzászólás érkezett."
1060
 
1061
- #: ../admin/social_commenting.php:385
1062
  msgid "Disqus Commenting Options"
1063
  msgstr "Disqus Hozzászólás Beállítások"
1064
 
1065
- #: ../admin/social_commenting.php:391
1066
- #: ../admin/social_commenting.php:401
1067
  msgid "Enable Disqus Commenting"
1068
  msgstr "Disqus Hozzászólás Bekapcsolása"
1069
 
1070
- #: ../admin/social_commenting.php:409
1071
  msgid "Disqus Shortname"
1072
  msgstr "Disqus Shortname"
1073
 
1074
- #: ../admin/social_commenting.php:419
1075
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1076
  msgstr "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További információkért nézd meg ezt a linket."
1077
 
1078
- #: ../admin/social_commenting.php:436
1079
  #, fuzzy
1080
  msgid "Social Commenting Shortcode"
1081
  msgstr "Közösségi Hozzászólás"
1082
 
1083
- #: ../admin/social_commenting.php:448
1084
  msgid "How can I disable Social Commenting at individual page/post?"
1085
  msgstr "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések esetében?"
1086
 
1087
- #: ../admin/social_commenting.php:449
1088
  msgid "How to disable default comment form from Social Commenting?"
1089
  msgstr "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social kommentálva?"
1090
 
1091
- #: ../admin/social_login.php:10
1092
- msgid "Social Login"
1093
- msgstr "Social Login"
1094
-
1095
- #: ../admin/social_login.php:23
1096
  msgid "Enable Social Login"
1097
  msgstr "Közösségi Belépés Belkapcsolása"
1098
 
1099
- #: ../admin/social_login.php:33
1100
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1101
  msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1102
 
1103
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
1104
  msgid "Disable user registration via Social Login"
1105
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1106
 
1107
- #: ../admin/social_login.php:51
1108
  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."
1109
  msgstr "Miután ezt az opciót, az új felhasználók nem lesznek képesek bejelentkezni a szociális bejelentkezést. Csak meglévő felhasználók képesek lesznek a társadalmi bejelentkezést."
1110
 
1111
- #: ../admin/social_login.php:60
1112
  #, fuzzy
1113
  msgid "Redirection url"
1114
  msgstr "Átirányítás Belépés után"
1115
 
1116
- #: ../admin/social_login.php:70
1117
  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."
1118
  msgstr "Felhasználót átirányítja erre az oldalra, miután sikertelen regisztrációs kísérlet útján Szociális Belépés. Megadhatja a url regisztrációs űrlapot, vagy egy oldal bemutatását üzenetet a regisztráció kikapcsolásra keresztül Szociális Belépés."
1119
 
1120
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1121
  msgid "Instagram"
1122
  msgstr "Instagram"
1123
 
1124
- #: ../admin/social_login.php:116
 
 
 
 
1125
  msgid "Select Social ID provider to enable in Social Login"
1126
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1127
 
1128
- #: ../admin/social_login.php:124
1129
  msgid "Facebook App ID"
1130
  msgstr "Facebook App ID"
1131
 
1132
- #: ../admin/social_login.php:134
1133
  #, php-format
1134
  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"
1135
  msgstr "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook App ID beszerzéshez"
1136
 
1137
- #: ../admin/social_login.php:136
1138
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1139
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1140
 
1141
- #: ../admin/social_login.php:146
1142
  msgid "Twitter API Key"
1143
  msgstr "Twitter API Key"
1144
 
1145
- #: ../admin/social_login.php:156
1146
  #, php-format
1147
  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"
1148
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1149
 
1150
- #: ../admin/social_login.php:158
1151
- #: ../admin/social_login.php:180
1152
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1153
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1154
 
1155
- #: ../admin/social_login.php:168
1156
  msgid "Twitter API Secret"
1157
  msgstr "Twitter API Secret"
1158
 
1159
- #: ../admin/social_login.php:178
1160
  #, php-format
1161
  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"
1162
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1163
 
1164
- #: ../admin/social_login.php:190
1165
  msgid "LinkedIn API Key"
1166
  msgstr "LinkedIn API Key"
1167
 
1168
- #: ../admin/social_login.php:200
1169
  #, php-format
1170
  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"
1171
  msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1172
 
1173
- #: ../admin/social_login.php:202
1174
- #: ../admin/social_login.php:268
1175
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1176
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1177
 
1178
- #: ../admin/social_login.php:212
1179
  msgid "Google+ Client ID"
1180
  msgstr "Google+ Client ID"
1181
 
1182
- #: ../admin/social_login.php:222
1183
  #, php-format
1184
  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"
1185
  msgstr "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a GooglePlus Client ID beszerzéshez"
1186
 
1187
- #: ../admin/social_login.php:224
1188
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1189
  msgstr "Illeszd be a következő url-t a <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> és a <strong>AUTHORIZED REDIRECT URI</strong> mezőbe a fenti linken"
1190
 
1191
- #: ../admin/social_login.php:234
1192
  msgid "Vkontakte Application ID"
1193
  msgstr "Vkontakte Application ID"
1194
 
1195
- #: ../admin/social_login.php:244
1196
  #, php-format
1197
  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"
1198
  msgstr "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte Application ID beszerzéshez"
1199
 
1200
- #: ../admin/social_login.php:246
1201
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1202
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1203
 
1204
- #: ../admin/social_login.php:256
1205
  msgid "Instagram Client ID"
1206
  msgstr "Instagram Client ID"
1207
 
1208
- #: ../admin/social_login.php:266
1209
  #, php-format
1210
  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"
1211
  msgstr "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az Instagram Client ID beszerzéshez"
1212
 
1213
- #: ../admin/social_login.php:278
1214
  msgid "Xing Consumer Key"
1215
  msgstr "Xing Consumer Key"
1216
 
1217
- #: ../admin/social_login.php:288
1218
  #, php-format
1219
  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"
1220
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1221
 
1222
- #: ../admin/social_login.php:290
1223
- #: ../admin/social_login.php:312
1224
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1225
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1226
 
1227
- #: ../admin/social_login.php:300
1228
  msgid "Xing Consumer Secret"
1229
  msgstr "Xing Consumer Secret"
1230
 
1231
- #: ../admin/social_login.php:310
1232
  #, php-format
1233
  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"
1234
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1235
 
1236
- #: ../admin/social_login.php:322
1237
- msgid "Include Javascript in website footer"
1238
- msgstr "Include Javascript in website footer"
1239
-
1240
- #: ../admin/social_login.php:332
1241
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1242
- msgstr "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön honlapján."
1243
-
1244
- #: ../admin/social_login.php:346
1245
  msgid "Login options"
1246
  msgstr "Belépési beállítások"
1247
 
1248
- #: ../admin/social_login.php:362
1249
  msgid "Text to display above the Social Login interface"
1250
  msgstr "Szöveg a Közösségi Belépés felett"
1251
 
1252
- #: ../admin/social_login.php:371
1253
  msgid "Enable at login page"
1254
  msgstr "Bekapcsolás a belépés oldalon"
1255
 
1256
- #: ../admin/social_login.php:381
1257
  msgid "Social Login interface will get enabled at the login page of your website"
1258
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1259
 
1260
- #: ../admin/social_login.php:389
1261
  msgid "Enable at register page"
1262
  msgstr "Bekapcsolás a regisztráció oldalon"
1263
 
1264
- #: ../admin/social_login.php:399
1265
  msgid "Social Login interface will get enabled at the registration page of your website"
1266
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1267
 
1268
- #: ../admin/social_login.php:407
1269
  msgid "Enable at comment form"
1270
  msgstr "Bekapcsolás a hozászólásoknál"
1271
 
1272
- #: ../admin/social_login.php:417
1273
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1274
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1275
 
1276
- #: ../admin/social_login.php:431
1277
  msgid "Enable before WooCommerce Customer Login Form"
1278
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1279
 
1280
- #: ../admin/social_login.php:441
1281
  #, fuzzy
1282
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1283
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1284
 
1285
- #: ../admin/social_login.php:449
1286
  msgid "Enable after WooCommerce Customer Login Form"
1287
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1288
 
1289
- #: ../admin/social_login.php:459
1290
  #, fuzzy
1291
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1292
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1293
 
1294
- #: ../admin/social_login.php:467
1295
  #, fuzzy
1296
  msgid "Enable at WooCommerce checkout page"
1297
  msgstr "Bekapcsolás a regisztráció oldalon"
1298
 
1299
- #: ../admin/social_login.php:477
1300
  #, fuzzy
1301
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1302
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1303
 
1304
- #: ../admin/social_login.php:488
1305
  msgid "Auto-approve comments made by Social Login users"
1306
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1307
 
1308
- #: ../admin/social_login.php:498
1309
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1310
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1311
 
1312
- #: ../admin/social_login.php:499
1313
  msgid "Note: This is not related to Facebook comments"
1314
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1315
 
1316
- #: ../admin/social_login.php:509
1317
  msgid "Enable social avatar"
1318
  msgstr "Közösségi avatar bekapcsolás"
1319
 
1320
- #: ../admin/social_login.php:519
1321
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1322
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1323
 
1324
- #: ../admin/social_login.php:529
1325
  msgid "Avatar quality"
1326
  msgstr " Avatar képminőség"
1327
 
1328
- #: ../admin/social_login.php:532
1329
  msgid "Average"
1330
  msgstr "Átlagos"
1331
 
1332
- #: ../admin/social_login.php:533
1333
  msgid "Best"
1334
  msgstr "legjobb"
1335
 
1336
- #: ../admin/social_login.php:540
1337
  msgid "Choose avatar quality"
1338
  msgstr "Válassz Avatar képminőséget"
1339
 
1340
- #: ../admin/social_login.php:549
1341
  #, fuzzy
1342
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1343
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1344
 
1345
- #: ../admin/social_login.php:559
1346
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1347
  msgstr ""
1348
 
1349
- #: ../admin/social_login.php:580
1350
  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"
1351
  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"
1352
 
1353
- #: ../admin/social_login.php:589
1354
  msgid "Send username-password after user registration"
1355
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1356
 
1357
- #: ../admin/social_login.php:599
1358
  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)"
1359
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1360
 
1361
- #: ../admin/social_login.php:608
1362
  msgid "Enable social account linking at BuddyPress profile page"
1363
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1364
 
1365
- #: ../admin/social_login.php:618
1366
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1367
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1368
 
1369
- #: ../admin/social_login.php:627
1370
  msgid "Login redirection"
1371
  msgstr "Átirányítás Belépés után"
1372
 
1373
- #: ../admin/social_login.php:631
1374
  msgid "Same page where user logged in"
1375
  msgstr "Az az oldal, ahol a felhasználó belépett"
1376
 
1377
- #: ../admin/social_login.php:635
1378
- #: ../admin/social_login.php:665
1379
  msgid "Account dashboard"
1380
  msgstr "Felhasználói Irányítópult"
1381
 
1382
- #: ../admin/social_login.php:638
1383
- #: ../admin/social_login.php:668
1384
  msgid "BuddyPress profile page"
1385
  msgstr "BuddyPress profil oldal"
1386
 
1387
- #: ../admin/social_login.php:641
1388
- #: ../admin/social_login.php:671
1389
  msgid "Custom Url"
1390
  msgstr "Egyedi URL"
1391
 
1392
- #: ../admin/social_login.php:649
1393
  msgid "User will be redirected to the selected page after Social Login"
1394
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1395
 
1396
- #: ../admin/social_login.php:657
1397
  msgid "Registration redirection"
1398
  msgstr "Átirányítás Regisztráció után"
1399
 
1400
- #: ../admin/social_login.php:661
1401
  msgid "Same page from where user registered"
1402
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1403
 
1404
- #: ../admin/social_login.php:679
1405
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1406
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1407
 
1408
- #: ../admin/social_login.php:687
1409
  msgid "Email popup options"
1410
  msgstr "Email felugró ablak beállítások"
1411
 
1412
- #: ../admin/social_login.php:693
1413
  msgid "Text on 'Email required' popup"
1414
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1415
 
1416
- #: ../admin/social_login.php:703
1417
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1418
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1419
 
1420
- #: ../admin/social_login.php:712
1421
  msgid "Error message for 'Email required' popup"
1422
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1423
 
1424
- #: ../admin/social_login.php:722
1425
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1426
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1427
 
1428
- #: ../admin/social_login.php:731
1429
  msgid "Email popup height"
1430
  msgstr "Email felugró ablak magassága"
1431
 
1432
- #: ../admin/social_login.php:741
1433
  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."
1434
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1435
 
1436
- #: ../admin/social_login.php:749
1437
  msgid "Enable email verification"
1438
  msgstr "E-mail ellenőrzés bekapcsolása"
1439
 
1440
- #: ../admin/social_login.php:759
1441
  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"
1442
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1443
 
1444
- #: ../admin/social_login.php:775
1445
  #, fuzzy
1446
  msgid "Social Login Shortcode & Widget"
1447
  msgstr "Shortcode és Widget"
1448
 
1449
- #: ../admin/social_login.php:776
1450
  msgid "Social Linking Shortcode"
1451
  msgstr ""
1452
 
@@ -1482,150 +1715,149 @@ msgstr "A <strong>Közösségi Megosztás</strong> részben, kiválaszthatod, me
1482
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1483
  msgstr "A <strong>Közösségi Gombok</strong> részben, kiválaszthatod, a Like és +1 gombokat, és elvégezheted beállításukat."
1484
 
1485
- #: ../admin/like_buttons.php:12
1486
- msgid "Like Buttons"
1487
- msgstr "Like gombok"
1488
-
1489
- #: ../admin/like_buttons.php:25
1490
  msgid "Enable Like Buttons"
1491
  msgstr "Engedélyezze Like gombok"
1492
 
1493
- #: ../admin/like_buttons.php:35
1494
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1495
  msgstr "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok használatához "
1496
 
1497
- #: ../admin/like_buttons.php:57
1498
- msgid "Use shortlinks already installed, for tweet button"
1499
- msgstr "Használja shortlinks már telepítve van, a tweet gomb"
1500
-
1501
- #: ../admin/like_buttons.php:75
1502
- msgid "Enable bit.ly url shortener for tweet button"
1503
- msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
1504
-
1505
- #: ../admin/like_buttons.php:148
1506
- #, php-format
1507
- 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)"
1508
- msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához"
1509
-
1510
- #: ../admin/like_buttons.php:157
1511
  #, fuzzy
1512
- msgid "Twitter Username"
1513
- msgstr "Twitter felhasználónév a megosztásban"
1514
-
1515
- #: ../admin/like_buttons.php:163
1516
- #, fuzzy
1517
- msgid "Twitter username for Tweet (without @)"
1518
- msgstr "Twitter felhasználónév (@ nélkül)"
1519
-
1520
- #: ../admin/like_buttons.php:173
1521
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1522
- msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1523
-
1524
- #: ../admin/like_buttons.php:182
1525
- #, fuzzy
1526
- msgid "Twitter username for Buffer sharing (without @)"
1527
- msgstr "Twitter felhasználónév (@ nélkül)"
1528
-
1529
- #: ../admin/like_buttons.php:192
1530
- #, fuzzy
1531
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1532
- msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1533
-
1534
- #: ../admin/like_buttons.php:201
1535
- msgid "Horizontal Interface Options"
1536
  msgstr "Vízszintes Megosztási Felület Beállítások"
1537
 
1538
- #: ../admin/like_buttons.php:207
1539
- msgid "Enable horizontal interface"
 
1540
  msgstr "Vízszintes megosztási felület bekapcsolása"
1541
 
1542
- #: ../admin/like_buttons.php:217
1543
  msgid "Master control to enable horizontal like buttons"
1544
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
1545
 
1546
- #: ../admin/like_buttons.php:242
1547
- #: ../admin/like_buttons.php:483
1548
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1549
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1550
 
1551
- #: ../admin/like_buttons.php:260
1552
  msgid "The text to display above the interface"
1553
  msgstr "Szöveg a megosztási felület fölött"
1554
 
1555
- #: ../admin/like_buttons.php:268
1556
- #: ../admin/like_buttons.php:491
1557
  msgid "Select and rearrange providers"
1558
  msgstr "Válassz és rendezz sorba szolgáltatókat"
1559
 
1560
- #: ../admin/like_buttons.php:312
1561
- #: ../admin/like_buttons.php:534
1562
  msgid "Select the providers for interface. Drag them to rearrange."
1563
  msgstr "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend változtatáshoz."
1564
 
1565
- #: ../admin/like_buttons.php:334
1566
- #: ../admin/like_buttons.php:573
1567
  msgid "Horizontal alignment of the interface"
1568
  msgstr "A megosztási felület vízszintes igazítása"
1569
 
1570
- #: ../admin/like_buttons.php:355
1571
  msgid "Specify position of the interface with respect to the content"
1572
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1573
 
1574
- #: ../admin/like_buttons.php:363
1575
- #: ../admin/like_buttons.php:639
1576
  msgid "Interface location"
1577
  msgstr "Megosztási helyek"
1578
 
1579
- #: ../admin/like_buttons.php:373
1580
- #: ../admin/like_buttons.php:649
1581
  msgid "Excerpts"
1582
  msgstr "Kivonatok"
1583
 
1584
- #: ../admin/like_buttons.php:432
1585
  msgid "Specify the pages where you want to enable interface"
1586
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1587
 
1588
- #: ../admin/like_buttons.php:442
1589
  msgid "Vertical (Floating) like buttons Options"
1590
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1591
 
1592
- #: ../admin/like_buttons.php:448
1593
- msgid "Enable vertical (floating) like buttons"
 
1594
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1595
 
1596
- #: ../admin/like_buttons.php:458
1597
  msgid "Master control to enable vertical (floating) counter widget"
1598
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1599
 
1600
- #: ../admin/like_buttons.php:552
1601
  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>"
1602
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
1603
 
1604
- #: ../admin/like_buttons.php:592
1605
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1606
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1607
 
1608
- #: ../admin/like_buttons.php:612
1609
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1610
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Negatív értéket is megadhatsz."
1611
 
1612
- #: ../admin/like_buttons.php:631
1613
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1614
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1615
 
1616
- #: ../admin/like_buttons.php:687
1617
  msgid "Specify the pages where you want to enable vertical interface"
1618
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
1619
 
1620
- #: ../admin/like_buttons.php:695
1621
  msgid "Hide like buttons on mobile devices"
1622
  msgstr "Elbújni, mint a gombok a mobil eszközök"
1623
 
1624
- #: ../admin/like_buttons.php:705
1625
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1626
  msgstr "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a mobileszközökön"
1627
 
1628
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1629
  #, fuzzy
1630
  msgid "Like Buttons Shortcode & Widget"
1631
  msgstr "Shortcode és Widget"
@@ -1635,11 +1867,11 @@ msgstr "Shortcode és Widget"
1635
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1636
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1637
 
1638
- #: ../inc/social_sharing.php:613
1639
  msgid "Invalid request"
1640
  msgstr "Hibás kérés"
1641
 
1642
- #: ../inc/social_sharing.php:620
1643
  msgid "Providers not selected"
1644
  msgstr "Nincs kiválasztott szolgáltató"
1645
 
@@ -1781,6 +2013,94 @@ msgstr "Függőleges lebegő közösségi gomb widget. Legyen látogatóidnak eg
1781
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1782
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1784
  #~ msgid "Options saved successfully"
1785
  #~ msgstr "A beállítások mentése sikeres"
1786
 
@@ -1833,9 +2153,6 @@ msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Sup
1833
  #~ "Logikai érték, mely meghatározza, hogy mobilra optimalizált legyen-e a "
1834
  #~ "megjelenés."
1835
 
1836
- #~ msgid "Sortcode & Widget"
1837
- #~ msgstr "Shortcode és Widget"
1838
-
1839
  #~ msgid ""
1840
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1841
  #~ "redirect_uri</strong> options at the link mentioned"
@@ -2252,13 +2569,6 @@ msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Sup
2252
  #~ msgid "Important note"
2253
  #~ msgstr "Fontos megjegyzés"
2254
 
2255
- #~ msgid ""
2256
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2257
- #~ "\"_blank\">this link</a>"
2258
- #~ msgstr ""
2259
- #~ "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen "
2260
- #~ "leírás</a> lépéseit"
2261
-
2262
  #~ msgid "Publish feed on user's timeline on Facebook login"
2263
  #~ msgstr ""
2264
  #~ "Esemény közzététele a felhasználó Facebook hírfolyamán bejelentkezéskor "
@@ -2374,9 +2684,6 @@ msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Sup
2374
  #~ "megjeleníti a megosztások számát. Ne felejtsd el a widget beállításnál "
2375
  #~ "bekapcsolni a számláló megjelenítést."
2376
 
2377
- #~ msgid "Donate"
2378
- #~ msgstr "Adakozás"
2379
-
2380
  #~ msgid ""
2381
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2382
  #~ "top of other plugins, please consider making a donation."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:40+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:40+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
+ #: ../super_socializer.php:417
41
+ #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
+ #: ../super_socializer.php:711
58
+ #, fuzzy
59
+ msgid "Super Socializer - General Options"
60
+ msgstr "Super Socializer - Belépés"
61
+
62
+ #: ../super_socializer.php:711
63
+ #: ../admin/general_options.php:11
64
+ #: ../admin/social_commenting.php:42
65
+ #, fuzzy
66
+ msgid "General Options"
67
+ msgstr "Megosztási beállítások"
68
+
69
+ #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - Belépés"
73
 
74
+ #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Kis Avatar URL"
77
 
78
+ #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Cél Url"
82
 
83
+ #: ../super_socializer.php:848
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
86
 
87
+ #: ../super_socializer.php:852
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
90
 
97
  msgid "Dismiss this notice"
98
  msgstr "Utasítsa el ezt az értesítést"
99
 
100
+ #: ../helper.php:155
101
  msgid "Click to show help"
102
  msgstr "Kattintson megmutatni segítség"
103
 
104
+ #: ../helper.php:155
105
  msgid "Click to hide help"
106
  msgstr "Elrejtéséhez kattintson segítség"
107
 
108
+ #: ../helper.php:249
109
  msgid "Settings"
110
  msgstr "Beállítások"
111
 
112
+ #: ../helper.php:572
113
  msgid "Account linked successfully"
114
  msgstr "Fiók kapcsolása sikeres"
115
 
116
+ #: ../helper.php:576
117
  msgid "Account already exists or linked"
118
  msgstr "Fiók már létezik, vagy össze van kötve"
119
 
120
+ #: ../helper.php:585
121
  msgid "You are already connected with"
122
  msgstr "Már kapcsolódtál ezzel"
123
 
124
+ #: ../helper.php:585
125
  msgid "as primary social network"
126
  msgstr "elsődleges szociális háló"
127
 
128
+ #: ../helper.php:600
129
  msgid "Link your social account to login to your account at this website"
130
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
131
 
132
+ #: ../helper.php:637
133
  msgid "Currently"
134
  msgstr "Jelenleg"
135
 
136
+ #: ../helper.php:637
137
  msgid "Remove"
138
  msgstr "Eltávolítás"
139
 
140
+ #: ../helper.php:738
141
+ #, fuzzy
142
+ msgid "Disable Standard Social Sharing on this "
 
 
 
143
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
144
 
145
+ #: ../helper.php:743
146
+ #, fuzzy
147
+ msgid "Disable Floating Social Sharing on this "
148
+ msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
149
 
150
+ #: ../helper.php:748
151
+ #, fuzzy
152
+ msgid "Disable Standard like buttons on this "
153
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
154
 
155
+ #: ../helper.php:753
156
+ #, fuzzy
157
+ msgid "Disable Floating like buttons on this "
158
+ msgstr "Vízszintes Közösségi Gombok kikapcsolása"
159
+
160
+ #: ../helper.php:758
161
  msgid "Disable Social Commenting on this "
162
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
163
 
164
+ #: ../helper.php:767
165
+ #, fuzzy
166
+ msgid "Standard Sharing Interface"
167
+ msgstr "Megosztási Felület"
168
 
169
+ #: ../helper.php:773
170
+ #: ../helper.php:792
171
  msgid "Starting share count for "
172
  msgstr "Megosztás számok kezdése ehhez"
173
 
174
+ #: ../helper.php:786
175
+ #, fuzzy
176
+ msgid "Floating Sharing Interface"
177
+ msgstr "Megosztási Felület"
178
 
179
+ #: ../helper.php:878
180
  #, fuzzy
181
  msgid "Social Avatar"
182
  msgstr "Kis Avatar URL"
183
 
184
+ #: ../helper.php:881
185
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
186
  msgstr ""
187
 
188
+ #: ../helper.php:882
189
  msgid "Update social avatar, next time I Social Login"
190
  msgstr ""
191
 
192
+ #: ../helper.php:885
193
  #, fuzzy
194
  msgid "Small Avatar"
195
  msgstr "Kis Avatar URL"
196
 
197
+ #: ../helper.php:889
198
  #, fuzzy
199
  msgid "Large Avatar"
200
  msgstr "Cél Url"
201
 
202
+ #: ../helper.php:893
203
+ #: ../admin/general_options.php:89
204
+ #: ../admin/social_sharing.php:1732
205
+ #: ../admin/social_commenting.php:464
206
+ #: ../admin/social_login.php:778
207
+ #: ../admin/like_buttons.php:764
208
  msgid "Save Changes"
209
  msgstr "Változások Mentése"
210
 
211
+ #: ../admin/general_options.php:17
212
+ msgid "Include Javascript in website footer"
213
+ msgstr "Include Javascript in website footer"
214
+
215
+ #: ../admin/general_options.php:27
216
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
217
+ msgstr "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön honlapján."
218
+
219
+ #: ../admin/general_options.php:35
220
+ msgid "Load all Javascript files in single file"
221
+ msgstr ""
222
+
223
+ #: ../admin/general_options.php:45
224
+ msgid "Loads Javascript in single request."
225
+ msgstr ""
226
+
227
+ #: ../admin/general_options.php:53
228
+ msgid "Delete all the options on plugin deletion"
229
+ msgstr "Minden beállítás törlése a plugin törlésekor"
230
+
231
+ #: ../admin/general_options.php:63
232
+ 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."
233
+ msgstr "Bekapcsolva a plugin beállítások törlődnek a plugin törlésekor/eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted azt."
234
+
235
+ #: ../admin/general_options.php:71
236
+ #, fuzzy
237
+ msgid "Custom CSS"
238
+ msgstr "Egyedi URL"
239
+
240
+ #: ../admin/general_options.php:81
241
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
242
+ msgstr ""
243
+
244
  #: ../admin/help.php:4
245
  msgid "About"
246
  msgstr "Impresszum"
257
  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"
258
  msgstr "Mi egy kreatív csapat, egyedi elképzeléseit szem előtt tartva és a szolgáltatás szívében. Szeretjük, amit csinálunk. További info csatlakozzon hozzánk"
259
 
260
+ #: ../admin/help.php:17
261
+ msgid "Donate"
262
+ msgstr "Adakozás"
263
+
264
+ #: ../admin/help.php:19
265
+ msgid "You can help us continue the development of this free plugin by donating"
266
+ msgstr ""
267
+
268
+ #: ../admin/help.php:20
269
+ #, fuzzy
270
+ msgid "Donate Now"
271
+ msgstr "Adakozás"
272
+
273
+ #: ../admin/help.php:26
274
  msgid "Plugin Demo"
275
  msgstr "Plugin Demo"
276
 
277
+ #: ../admin/help.php:32
278
+ msgid "Integrate with Google Analytics"
279
  msgstr ""
280
 
281
+ #: ../admin/help.php:38
282
  msgid "Boost sharing by awarding points"
283
  msgstr "Növelje megosztása odaítélésével pont"
284
 
285
+ #: ../admin/help.php:44
286
  msgid "Award points for Social Login"
287
  msgstr "Díjat pontokat Szociális Belépés"
288
 
289
+ #: ../admin/help.php:50
290
  #, fuzzy
291
  msgid "Other Add-ons"
292
  msgstr "A kiegészítőket"
293
 
294
+ #: ../admin/help.php:55
295
  msgid "Need Help?"
296
  msgstr "Kell Segítség?"
297
 
298
+ #: ../admin/help.php:57
299
  #, fuzzy
300
  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>"
301
  msgstr "Ha egyedi funkciót szeretnél a plugin-ba, el tudom neked készíteni. Írj nekem egy e-mailt (angolul) a <a href=\"mailto:support@heateor.com\">support@heateor.com</a> címre"
302
 
303
+ #: ../admin/help.php:62
304
  #, fuzzy
305
  msgid "Support Us"
306
  msgstr "Támogatás"
307
 
308
+ #: ../admin/help.php:65
309
+ #: ../admin/help.php:68
310
+ #: ../admin/help.php:69
311
+ #: ../admin/help.php:70
312
+ #: ../admin/help.php:71
313
+ #: ../admin/help.php:72
314
  msgid "Rate 5-star"
315
  msgstr "Osztályozz 5-ösre"
316
 
317
+ #: ../admin/social_sharing.php:9
318
+ #: ../admin/social_commenting.php:8
319
+ #: ../admin/social_login.php:8
320
+ #: ../admin/like_buttons.php:10
321
+ msgid "Master Control"
322
+ msgstr ""
323
 
324
+ #: ../admin/social_sharing.php:14
325
+ msgid "Enable Social Sharing"
326
+ msgstr "Közösségi Megosztás Bekapcsolás"
327
+
328
+ #: ../admin/social_sharing.php:23
329
+ #, fuzzy
330
+ msgid "Master control to enable Social Sharing"
331
+ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
332
+
333
+ #: ../admin/social_sharing.php:35
334
+ msgid "Theme Selection"
335
+ msgstr ""
336
 
337
+ #: ../admin/social_sharing.php:36
338
+ #: ../admin/like_buttons.php:37
339
+ #, fuzzy
340
+ msgid "Standard Interface"
341
  msgstr "Megosztási Felület"
342
 
343
+ #: ../admin/social_sharing.php:37
344
+ #: ../admin/like_buttons.php:38
345
+ #, fuzzy
346
+ msgid "Floating Interface"
347
+ msgstr "Megosztási Felület"
348
 
349
+ #: ../admin/social_sharing.php:38
350
+ #: ../admin/like_buttons.php:39
351
+ msgid "Miscellaneous"
352
+ msgstr ""
353
+
354
+ #: ../admin/social_sharing.php:39
355
+ #: ../admin/social_sharing.php:1681
356
+ #: ../admin/social_sharing.php:1683
357
+ #: ../admin/social_login.php:37
358
+ #: ../admin/social_login.php:764
359
+ #: ../admin/like_buttons.php:40
360
+ #: ../admin/like_buttons.php:751
361
  msgid "Shortcode & Widget"
362
  msgstr "Shortcode és Widget"
363
 
364
+ #: ../admin/social_sharing.php:40
365
  msgid "Troubleshooter"
366
  msgstr "Hibamegoldó"
367
 
368
+ #: ../admin/social_sharing.php:41
369
+ #: ../admin/social_sharing.php:1712
370
+ #: ../admin/social_commenting.php:36
371
+ #: ../admin/social_commenting.php:452
372
  msgid "FAQ"
373
  msgstr "GYIK"
374
 
375
+ #: ../admin/social_sharing.php:48
376
+ msgid "Standard interface theme"
377
+ msgstr ""
 
 
 
 
 
 
 
 
378
 
379
+ #: ../admin/social_sharing.php:53
380
+ #: ../admin/social_sharing.php:360
381
+ msgid "Icon Preview"
382
+ msgstr "icon Preview"
383
 
384
+ #: ../admin/social_sharing.php:125
385
+ #: ../admin/social_sharing.php:433
386
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
387
+ msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
388
 
389
+ #: ../admin/social_sharing.php:132
390
+ #: ../admin/social_sharing.php:440
391
  msgid "Shape"
392
  msgstr "alak"
393
 
394
+ #: ../admin/social_sharing.php:136
395
+ #: ../admin/social_sharing.php:444
396
  msgid "Round"
397
  msgstr "kerek"
398
 
399
+ #: ../admin/social_sharing.php:138
400
+ #: ../admin/social_sharing.php:446
401
  msgid "Square"
402
  msgstr "szögletes"
403
 
404
+ #: ../admin/social_sharing.php:140
405
+ #: ../admin/social_sharing.php:448
406
+ msgid "Rectangle"
407
+ msgstr ""
408
+
409
+ #: ../admin/social_sharing.php:147
410
+ #: ../admin/social_sharing.php:455
411
  msgid "Shape of the sharing icons"
412
  msgstr "Megosztás ikonok formája"
413
 
414
+ #: ../admin/social_sharing.php:156
415
+ #: ../admin/social_sharing.php:464
416
  msgid "Size (in pixels)"
417
  msgstr "Méret (pixel)"
418
 
419
+ #: ../admin/social_sharing.php:172
420
+ #: ../admin/social_sharing.php:480
421
  msgid "Size of the sharing icons"
422
  msgstr "Megosztási ikonok mérete"
423
 
424
+ #: ../admin/social_sharing.php:182
425
+ #: ../admin/social_sharing.php:490
426
+ #, fuzzy
427
+ msgid "Width (in pixels)"
428
+ msgstr "Méret (pixel)"
429
 
430
+ #: ../admin/social_sharing.php:198
431
+ #: ../admin/social_sharing.php:506
432
+ #, fuzzy
433
+ msgid "Width of the sharing icons"
434
+ msgstr "Megosztási ikonok mérete"
435
+
436
+ #: ../admin/social_sharing.php:206
437
+ #: ../admin/social_sharing.php:514
438
+ #, fuzzy
439
+ msgid "Height (in pixels)"
440
+ msgstr "Méret (pixel)"
441
+
442
+ #: ../admin/social_sharing.php:222
443
+ #: ../admin/social_sharing.php:530
444
+ #, fuzzy
445
+ msgid "Height of the sharing icons"
446
+ msgstr "Megosztási ikonok mérete"
447
 
448
+ #: ../admin/social_sharing.php:232
449
+ #: ../admin/social_sharing.php:540
450
+ #, fuzzy
451
+ msgid "Border radius (in pixels)"
452
+ msgstr "Méret (pixel)"
453
 
454
+ #: ../admin/social_sharing.php:242
455
+ #: ../admin/social_sharing.php:550
456
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
457
  msgstr ""
458
 
459
+ #: ../admin/social_sharing.php:251
460
+ #: ../admin/social_sharing.php:559
461
+ #, fuzzy
462
+ msgid "Logo Color"
463
+ msgstr "Háttér Szín"
464
 
465
+ #: ../admin/social_sharing.php:255
466
+ #: ../admin/social_sharing.php:276
467
+ #: ../admin/social_sharing.php:296
468
+ #: ../admin/social_sharing.php:563
469
+ #: ../admin/social_sharing.php:584
470
+ #: ../admin/social_sharing.php:603
471
+ msgid "Default"
472
+ msgstr ""
473
 
474
+ #: ../admin/social_sharing.php:257
475
+ #: ../admin/social_sharing.php:277
476
+ #: ../admin/social_sharing.php:301
477
+ #: ../admin/social_sharing.php:565
478
+ #: ../admin/social_sharing.php:585
479
+ #: ../admin/social_sharing.php:608
480
+ msgid "On Hover"
481
+ msgstr ""
482
 
483
+ #: ../admin/social_sharing.php:265
484
+ #: ../admin/social_sharing.php:573
485
+ #, fuzzy
486
+ 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>"
487
+ msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
488
 
489
+ #: ../admin/social_sharing.php:273
490
+ #: ../admin/social_sharing.php:581
491
+ #: ../admin/social_sharing.php:1213
492
+ #: ../admin/like_buttons.php:395
493
+ msgid "Background Color"
494
+ msgstr "Háttér Szín"
495
 
496
+ #: ../admin/social_sharing.php:284
497
+ #: ../admin/social_sharing.php:592
498
+ #, fuzzy
499
+ 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>"
500
+ msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
501
 
502
  #: ../admin/social_sharing.php:292
503
+ #: ../admin/social_sharing.php:600
504
+ msgid "Border"
505
+ msgstr ""
506
 
507
+ #: ../admin/social_sharing.php:298
508
+ #: ../admin/social_sharing.php:303
509
+ #: ../admin/social_sharing.php:605
510
+ #: ../admin/social_sharing.php:610
511
+ #, fuzzy
512
+ msgid "Border Width"
513
+ msgstr "Shortcode és Widget"
514
 
515
+ #: ../admin/social_sharing.php:299
516
+ #: ../admin/social_sharing.php:304
517
+ #: ../admin/social_sharing.php:606
518
+ #: ../admin/social_sharing.php:611
519
+ #, fuzzy
520
+ msgid "Border Color"
521
+ msgstr "Háttér Szín"
522
+
523
+ #: ../admin/social_sharing.php:311
524
+ #: ../admin/social_sharing.php:618
525
+ #, fuzzy
526
+ msgid "Icon border"
527
+ msgstr "icon Preview"
528
 
529
  #: ../admin/social_sharing.php:319
530
+ #: ../admin/social_sharing.php:626
531
+ msgid "Counter Position"
532
+ msgstr ""
533
+
534
+ #: ../admin/social_sharing.php:319
535
+ #: ../admin/social_sharing.php:626
536
+ msgid "(applies, if counter enabled)"
537
+ msgstr ""
538
+
539
+ #: ../admin/social_sharing.php:323
540
+ #: ../admin/social_sharing.php:630
541
+ #: ../admin/social_sharing.php:851
542
+ #: ../admin/social_sharing.php:1235
543
+ #: ../admin/like_buttons.php:170
544
+ #: ../admin/like_buttons.php:417
545
+ msgid "Left"
546
+ msgstr "Bal"
547
+
548
+ #: ../admin/social_sharing.php:325
549
+ #: ../admin/social_sharing.php:632
550
+ msgid "Top"
551
+ msgstr ""
552
+
553
+ #: ../admin/social_sharing.php:327
554
+ #: ../admin/social_sharing.php:634
555
+ #: ../admin/social_sharing.php:853
556
+ #: ../admin/social_sharing.php:1236
557
+ #: ../admin/like_buttons.php:172
558
+ #: ../admin/like_buttons.php:418
559
+ msgid "Right"
560
+ msgstr "Jobb"
561
 
562
  #: ../admin/social_sharing.php:329
563
+ #: ../admin/social_sharing.php:636
564
+ msgid "Bottom"
565
+ msgstr ""
 
566
 
567
+ #: ../admin/social_sharing.php:331
568
+ #: ../admin/social_sharing.php:638
569
+ msgid "Inner Left"
570
+ msgstr ""
571
+
572
+ #: ../admin/social_sharing.php:333
573
+ #: ../admin/social_sharing.php:640
574
+ msgid "Inner Top"
575
+ msgstr ""
576
+
577
+ #: ../admin/social_sharing.php:335
578
+ #: ../admin/social_sharing.php:642
579
+ #, fuzzy
580
+ msgid "Inner Right"
581
+ msgstr "Jobb"
582
+
583
+ #: ../admin/social_sharing.php:337
584
+ #: ../admin/social_sharing.php:644
585
+ msgid "Inner Bottom"
586
+ msgstr ""
587
 
588
  #: ../admin/social_sharing.php:345
589
+ #: ../admin/social_sharing.php:652
590
+ #, fuzzy
591
+ msgid "Position of share counter"
592
+ msgstr "Tartalom alatt"
593
 
594
  #: ../admin/social_sharing.php:355
595
+ #, fuzzy
596
+ msgid "Floating interface theme"
597
+ msgstr "Megosztási Felület"
598
 
599
+ #: ../admin/social_sharing.php:667
600
+ #, fuzzy
601
+ msgid "Standard Sharing Interface Options"
602
  msgstr "Vízszintes Megosztási Felület Beállítások"
603
 
604
+ #: ../admin/social_sharing.php:673
605
+ #, fuzzy
606
+ msgid "Enable Standard sharing interface"
607
  msgstr "Vízszintes megosztási felület bekapcsolása"
608
 
609
+ #: ../admin/social_sharing.php:683
610
+ #, fuzzy
611
+ msgid "Master control to enable standard sharing"
612
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
613
 
614
+ #: ../admin/social_sharing.php:693
615
+ #: ../admin/social_sharing.php:1081
616
+ #: ../admin/like_buttons.php:73
617
+ #: ../admin/like_buttons.php:321
618
  msgid "Target Url"
619
  msgstr "Cél Url"
620
 
621
+ #: ../admin/social_sharing.php:697
622
+ #: ../admin/social_sharing.php:1085
623
+ #: ../admin/like_buttons.php:77
624
+ #: ../admin/like_buttons.php:325
625
  msgid "Url of the webpage where icons are located (default)"
626
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
627
 
628
+ #: ../admin/social_sharing.php:699
629
+ #: ../admin/social_sharing.php:1087
630
+ #: ../admin/like_buttons.php:79
631
+ #: ../admin/like_buttons.php:327
632
  msgid "Url of the homepage of your website"
633
  msgstr "A főoldalad Url-je"
634
 
635
+ #: ../admin/social_sharing.php:701
636
+ #: ../admin/social_sharing.php:1089
637
+ #: ../admin/like_buttons.php:81
638
+ #: ../admin/like_buttons.php:329
639
  msgid "Custom url"
640
  msgstr "Egyedi URL"
641
 
642
+ #: ../admin/social_sharing.php:708
643
+ #: ../admin/social_sharing.php:1096
644
  msgid "Url to share"
645
  msgstr "Megosztás Url-je"
646
 
647
+ #: ../admin/social_sharing.php:716
648
+ #: ../admin/social_login.php:343
649
+ #: ../admin/like_buttons.php:96
650
  msgid "Title"
651
  msgstr "Cím"
652
 
653
+ #: ../admin/social_sharing.php:726
654
  msgid "The text to display above the sharing interface"
655
  msgstr "Szöveg a megosztási felület fölött"
656
 
657
+ #: ../admin/social_sharing.php:738
658
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
659
  msgid "Rearrange icons"
660
  msgstr "Ikonsorrend beállítás"
661
 
662
+ #: ../admin/social_sharing.php:797
663
+ #: ../admin/social_sharing.php:1163
664
  msgid "Drag the icons to rearrange in desired order"
665
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
666
 
667
+ #: ../admin/social_sharing.php:805
668
+ #: ../admin/social_sharing.php:1171
669
+ #, fuzzy
670
+ msgid "Select Sharing Services"
671
+ msgstr "Válassz és rendezz sorba szolgáltatókat"
672
+
673
+ #: ../admin/social_sharing.php:812
674
+ #: ../admin/social_sharing.php:1178
675
+ msgid "Select sharing services to show in social share bar"
676
+ msgstr ""
677
+
678
+ #: ../admin/social_sharing.php:847
679
+ #: ../admin/social_sharing.php:1231
680
+ #: ../admin/like_buttons.php:166
681
+ #: ../admin/like_buttons.php:413
682
  msgid "Horizontal alignment"
683
  msgstr "Függőleges igazítás"
684
 
685
+ #: ../admin/social_sharing.php:852
686
+ #: ../admin/like_buttons.php:171
 
 
 
 
 
 
 
687
  msgid "Center"
688
  msgstr "Középen"
689
 
690
+ #: ../admin/social_sharing.php:861
691
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
692
  msgid "Horizontal alignment of the sharing interface"
693
  msgstr "A megosztási felület függőleges igazítása"
694
 
695
+ #: ../admin/social_sharing.php:869
696
+ #: ../admin/like_buttons.php:188
697
  msgid "Position with respect to content"
698
  msgstr "Elhelyezés a tartalomhoz képest"
699
 
700
+ #: ../admin/social_sharing.php:873
701
+ #: ../admin/like_buttons.php:192
702
  msgid "Top of the content"
703
  msgstr "Tartalom felett"
704
 
705
+ #: ../admin/social_sharing.php:875
706
+ #: ../admin/like_buttons.php:194
707
  msgid "Bottom of the content"
708
  msgstr "Tartalom alatt"
709
 
710
+ #: ../admin/social_sharing.php:882
711
  msgid "Specify position of the sharing interface with respect to the content"
712
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
713
 
714
+ #: ../admin/social_sharing.php:890
715
+ #: ../admin/social_sharing.php:1310
716
+ msgid "Placement"
717
+ msgstr ""
718
 
719
+ #: ../admin/social_sharing.php:894
720
+ #: ../admin/social_sharing.php:1314
721
+ #: ../admin/social_login.php:624
722
+ #: ../admin/social_login.php:654
723
+ #: ../admin/like_buttons.php:213
724
+ #: ../admin/like_buttons.php:496
725
  msgid "Homepage"
726
  msgstr "Kezdő oldal"
727
 
728
+ #: ../admin/social_sharing.php:896
729
+ #: ../admin/social_sharing.php:1316
730
+ #: ../admin/like_buttons.php:215
731
+ #: ../admin/like_buttons.php:498
732
  msgid "Posts"
733
  msgstr "Bejegyzések"
734
 
735
+ #: ../admin/social_sharing.php:898
736
+ #: ../admin/social_sharing.php:1318
737
+ #: ../admin/like_buttons.php:217
738
+ #: ../admin/like_buttons.php:500
739
  msgid "Pages"
740
  msgstr "Oldalak"
741
 
742
+ #: ../admin/social_sharing.php:900
743
+ #: ../admin/social_sharing.php:1320
744
  msgid "Excerpts (at Homepage)"
745
  msgstr ""
746
 
747
+ #: ../admin/social_sharing.php:902
748
+ #: ../admin/social_sharing.php:1322
749
+ #: ../admin/like_buttons.php:221
750
+ #: ../admin/like_buttons.php:504
751
  msgid "Category Archives"
752
  msgstr "Kategória Archívum"
753
 
754
+ #: ../admin/social_sharing.php:904
755
+ #: ../admin/social_sharing.php:1324
756
+ #: ../admin/like_buttons.php:223
757
+ #: ../admin/like_buttons.php:506
758
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
759
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
760
 
761
+ #: ../admin/social_sharing.php:920
762
+ #: ../admin/like_buttons.php:239
763
  #, fuzzy
764
  msgid "BuddyPress activity"
765
  msgstr "BuddyPress tevékenység és csoportok"
766
 
767
+ #: ../admin/social_sharing.php:922
768
+ #: ../admin/like_buttons.php:242
769
  msgid "BuddyPress group (only at top of content)"
770
  msgstr ""
771
 
772
+ #: ../admin/social_sharing.php:928
773
+ #: ../admin/social_sharing.php:1346
774
+ #: ../admin/like_buttons.php:249
775
+ #: ../admin/like_buttons.php:527
776
  msgid "BBPress forum"
777
  msgstr "BBPress fórum"
778
 
779
+ #: ../admin/social_sharing.php:931
780
+ #: ../admin/social_sharing.php:1349
781
+ #: ../admin/like_buttons.php:252
782
+ #: ../admin/like_buttons.php:530
783
  msgid "BBPress topic"
784
  msgstr "BBPress téma"
785
 
786
+ #: ../admin/social_sharing.php:934
787
+ #: ../admin/like_buttons.php:255
788
  msgid "BBPress reply"
789
  msgstr "BBPress válasz"
790
 
791
+ #: ../admin/social_sharing.php:941
792
+ #: ../admin/like_buttons.php:261
793
  msgid "After individual product at WooCommerce Shop page"
794
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
795
 
796
+ #: ../admin/social_sharing.php:944
797
+ #: ../admin/like_buttons.php:264
798
  msgid "WooCommerce Product Page"
799
  msgstr "WooCommerce Termékek"
800
 
801
+ #: ../admin/social_sharing.php:947
802
+ #: ../admin/like_buttons.php:267
803
  msgid "WooCommerce Thankyou Page"
804
  msgstr "WooCommerce Thankyou oldal"
805
 
806
+ #: ../admin/social_sharing.php:958
807
  msgid "Specify the pages where you want to enable Sharing interface"
808
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
809
 
810
+ #: ../admin/social_sharing.php:966
811
+ #: ../admin/social_sharing.php:1367
812
  msgid "Show share counts"
813
  msgstr "Megosztás számok mutatása"
814
 
815
+ #: ../admin/social_sharing.php:971
816
+ #: ../admin/social_sharing.php:1372
817
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
818
+ msgstr ""
819
+
820
+ #: ../admin/social_sharing.php:988
821
+ #: ../admin/social_sharing.php:1380
822
+ #, php-format
823
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
824
+ msgstr ""
825
+
826
+ #: ../admin/social_sharing.php:990
827
+ #: ../admin/social_sharing.php:1382
828
+ #, fuzzy, php-format
829
+ 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>"
830
+ msgstr "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen leírás</a> lépéseit"
831
+
832
+ #: ../admin/social_sharing.php:992
833
+ #: ../admin/social_sharing.php:1384
834
+ #, php-format
835
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
836
+ msgstr ""
837
+
838
+ #: ../admin/social_sharing.php:994
839
+ #: ../admin/social_sharing.php:1386
840
+ #, fuzzy, php-format
841
+ 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>"
842
+ msgstr "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen leírás</a> lépéseit"
843
+
844
+ #: ../admin/social_sharing.php:1001
845
+ #: ../admin/social_sharing.php:1393
846
  msgid "If enabled, share counts are displayed above sharing icons."
847
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
848
 
849
+ #: ../admin/social_sharing.php:1010
850
+ #: ../admin/social_sharing.php:1402
851
  #, fuzzy
852
  msgid "Show total shares"
853
  msgstr "Megosztás számok mutatása"
854
 
855
+ #: ../admin/social_sharing.php:1020
856
+ #: ../admin/social_sharing.php:1412
857
  #, fuzzy
858
  msgid "If enabled, total shares will be displayed with sharing icons"
859
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
860
 
861
+ #: ../admin/social_sharing.php:1029
862
+ #: ../admin/social_sharing.php:1421
863
  msgid "Enable 'More' icon"
864
  msgstr "'Még több' ikon bekapcsolása"
865
 
866
+ #: ../admin/social_sharing.php:1039
867
+ #: ../admin/social_sharing.php:1431
868
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
869
  msgstr "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
870
 
871
+ #: ../admin/social_sharing.php:1055
872
+ #, fuzzy
873
+ msgid "Floating Sharing Interface Options"
874
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
875
 
876
+ #: ../admin/social_sharing.php:1061
877
+ #, fuzzy
878
+ msgid "Enable Floating sharing interface"
879
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
880
 
881
+ #: ../admin/social_sharing.php:1071
882
+ #, fuzzy
883
+ msgid "Master control to enable floating sharing widget"
884
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
885
 
886
+ #: ../admin/social_sharing.php:1223
887
+ 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>"
888
+ msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
889
+
890
+ #: ../admin/social_sharing.php:1253
891
+ #: ../admin/like_buttons.php:435
892
+ msgid "Left offset"
893
+ msgstr "Bal margó"
894
+
895
+ #: ../admin/social_sharing.php:1263
896
+ 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."
897
+ msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
898
+
899
+ #: ../admin/social_sharing.php:1273
900
+ #: ../admin/like_buttons.php:455
901
+ msgid "Right offset"
902
+ msgstr "Jobb margó"
903
+
904
+ #: ../admin/social_sharing.php:1283
905
+ 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."
906
+ msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
907
+
908
+ #: ../admin/social_sharing.php:1292
909
+ #: ../admin/like_buttons.php:474
910
+ msgid "Top offset"
911
+ msgstr "Felső margó"
912
+
913
+ #: ../admin/social_sharing.php:1302
914
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
915
+ msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
916
+
917
+ #: ../admin/social_sharing.php:1338
918
+ #: ../admin/like_buttons.php:520
919
+ #, fuzzy
920
+ msgid "BuddyPress group"
921
+ msgstr "BuddyPress profil oldal"
922
+
923
+ #: ../admin/social_sharing.php:1359
924
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
925
+ msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
926
+
927
+ #: ../admin/social_sharing.php:1439
928
+ #, fuzzy
929
+ msgid "Vertical floating bar responsiveness"
930
+ msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
931
+
932
+ #: ../admin/social_sharing.php:1442
933
+ #, php-format
934
+ msgid "Display vertical interface only when screen is wider than %s pixels"
935
+ msgstr ""
936
+
937
+ #: ../admin/social_sharing.php:1449
938
+ msgid "Display vertical interface only when screen is wider than the width specified."
939
+ msgstr ""
940
+
941
+ #: ../admin/social_sharing.php:1457
942
+ msgid "Horizontal floating bar responsiveness"
943
+ msgstr ""
944
+
945
+ #: ../admin/social_sharing.php:1460
946
+ #, fuzzy, php-format
947
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
948
+ msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
949
+
950
+ #: ../admin/social_sharing.php:1467
951
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
952
+ msgstr ""
953
+
954
+ #: ../admin/social_sharing.php:1477
955
+ #, fuzzy
956
+ msgid "Horizontal floating bar position"
957
+ msgstr "Vízszintes Megosztási Felület Beállítások"
958
+
959
+ #: ../admin/social_sharing.php:1480
960
+ #, php-format
961
+ msgid "%s pixels from %s"
962
+ msgstr ""
963
+
964
+ #: ../admin/social_sharing.php:1487
965
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
966
+ msgstr ""
967
+
968
+ #: ../admin/social_sharing.php:1506
969
+ #: ../admin/like_buttons.php:576
970
+ msgid "Url shortener"
971
+ msgstr "Url rövidítő"
972
+
973
+ #: ../admin/social_sharing.php:1512
974
+ msgid "Use shortlinks already installed"
975
+ msgstr "Használja shortlinks már telepítve"
976
+
977
+ #: ../admin/social_sharing.php:1522
978
+ #: ../admin/like_buttons.php:592
979
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
980
+ msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
981
 
982
+ #: ../admin/social_sharing.php:1530
983
+ msgid "Enable bit.ly url shortener for sharing"
984
+ msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
985
 
986
+ #: ../admin/social_sharing.php:1540
987
+ #: ../admin/like_buttons.php:610
988
+ msgid "Master control to enable bit.ly url shortening for sharing"
989
+ msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
990
 
991
+ #: ../admin/social_sharing.php:1548
992
+ #: ../admin/like_buttons.php:618
993
+ msgid "bit.ly username"
994
+ msgstr "bit.ly felhasználónév"
995
 
996
+ #: ../admin/social_sharing.php:1558
997
+ #: ../admin/like_buttons.php:628
998
+ #, php-format
999
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1000
+ msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
1001
 
1002
+ #: ../admin/social_sharing.php:1567
1003
+ #: ../admin/like_buttons.php:637
1004
+ msgid "bit.ly API Key"
1005
+ msgstr "bit.ly API Key"
1006
 
1007
+ #: ../admin/social_sharing.php:1577
1008
+ #: ../admin/like_buttons.php:647
1009
+ #, php-format
1010
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1011
+ msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
1012
 
1013
+ #: ../admin/social_sharing.php:1590
1014
+ #: ../admin/like_buttons.php:660
1015
+ #, fuzzy
1016
+ msgid "ShortUrl cache cleared successfully."
1017
+ msgstr "Fiók kapcsolása sikeres"
1018
 
1019
+ #: ../admin/social_sharing.php:1597
1020
  #: ../admin/like_buttons.php:667
1021
+ 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."
1022
+ msgstr ""
 
1023
 
1024
+ #: ../admin/social_sharing.php:1606
1025
+ #: ../admin/social_sharing.php:1612
1026
+ #: ../admin/social_commenting.php:311
1027
+ #: ../admin/like_buttons.php:676
1028
+ #: ../admin/like_buttons.php:682
1029
+ msgid "Language"
1030
+ msgstr "Nyelv"
1031
 
1032
+ #: ../admin/social_sharing.php:1622
1033
+ #, fuzzy, php-format
1034
+ 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)"
1035
+ msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához"
1036
 
1037
+ #: ../admin/social_sharing.php:1631
1038
  #, fuzzy
1039
+ msgid "Username in sharing"
1040
+ msgstr "Twitter felhasználónév a megosztásban"
1041
 
1042
+ #: ../admin/social_sharing.php:1637
1043
+ msgid "Twitter username (without @)"
1044
+ msgstr "Twitter felhasználónév (@ nélkül)"
1045
 
1046
+ #: ../admin/social_sharing.php:1647
1047
+ #: ../admin/social_sharing.php:1666
1048
+ 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."
1049
+ msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1050
 
1051
+ #: ../admin/social_sharing.php:1656
1052
  #, fuzzy
1053
+ msgid "Buffer username (without @)"
1054
+ msgstr "Twitter felhasználónév (@ nélkül)"
1055
 
1056
+ #: ../admin/social_sharing.php:1693
1057
  msgid "Facebook Sharing Troubleshooter"
1058
  msgstr "Facebook Megosztás Hibaelhárító"
1059
 
1060
+ #: ../admin/social_sharing.php:1698
1061
  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:"
1062
  msgstr "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, és add meg a problémás url-t (ahol a Facebook megosztás nem működik tökéletesen) a szöveges mezőben:"
1063
 
1064
+ #: ../admin/social_sharing.php:1714
1065
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1066
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
1067
 
1068
+ #: ../admin/social_sharing.php:1715
1069
  msgid "How can I disable sharing on particular page/post?"
1070
  msgstr "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1071
 
1072
+ #: ../admin/social_sharing.php:1716
1073
  msgid "How can I specify minimum sharing count for sharing networks?"
1074
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1075
 
1076
+ #: ../admin/social_sharing.php:1717
1077
+ msgid "How to share specific page?"
1078
+ msgstr ""
1079
 
1080
+ #: ../admin/social_sharing.php:1718
1081
+ msgid "How to integrate Google Analytics with sharing?"
1082
+ msgstr ""
1083
+
1084
+ #: ../admin/social_sharing.php:1719
1085
+ msgid "How to customize the look of total share counts?"
1086
+ msgstr ""
1087
 
1088
+ #: ../admin/social_sharing.php:1720
1089
  #, fuzzy
1090
+ msgid "How to customize the look of individual share counts?"
1091
+ msgstr "Megosztás számok mutatása:"
1092
 
1093
+ #: ../admin/social_sharing.php:1721
1094
+ #, fuzzy
1095
+ msgid "How to show Whatsapp icon only on mobile devices?"
1096
+ msgstr "Hide megosztása mobil eszközökön"
1097
+
1098
+ #: ../admin/social_commenting.php:13
1099
  msgid "Enable Social Commenting"
1100
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1101
 
1102
+ #: ../admin/social_commenting.php:23
1103
  #, fuzzy
1104
  msgid "Master control to enable Social Commenting"
1105
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
1106
 
1107
+ #: ../admin/social_commenting.php:34
1108
+ msgid "Social Commenting"
1109
+ msgstr "Közösségi Hozzászólás"
1110
+
1111
+ #: ../admin/social_commenting.php:35
1112
+ #: ../admin/social_commenting.php:440
1113
+ msgid "Shortcode"
1114
+ msgstr "Shortcode"
1115
+
1116
+ #: ../admin/social_commenting.php:48
1117
  msgid "Order of tabs in commenting interface"
1118
  msgstr "A fülek sorrendje a hozzászólás felületen"
1119
 
1120
+ #: ../admin/social_commenting.php:58
1121
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1122
  msgstr "Lapjainak sorrendjét mutatja szociális kommentálva interfész. Alapértékek wordpress,facebook,googleplus,disqus"
1123
 
1124
+ #: ../admin/social_commenting.php:66
1125
  msgid "Comment area label"
1126
  msgstr "Megjegyzés felület címe"
1127
 
1128
+ #: ../admin/social_commenting.php:76
1129
  #, fuzzy
1130
  msgid "Label for comment area"
1131
  msgstr "Google+ hozzászólás fül címe"
1132
 
1133
+ #: ../admin/social_commenting.php:89
1134
  #, fuzzy
1135
  msgid "Enable Social Commenting at"
1136
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1137
 
1138
+ #: ../admin/social_commenting.php:108
1139
  #, fuzzy
1140
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1141
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1142
 
1143
+ #: ../admin/social_commenting.php:119
1144
  msgid "HTML ID of comment form container"
1145
  msgstr "HTML ID komment formájában konténer"
1146
 
1147
+ #: ../admin/social_commenting.php:129
1148
  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."
1149
  msgstr "HTML ID konténer eleme az alapértelmezett megjegyzés formájában a front end. Hagyja üresen az alapértelmezett ID - \"válaszadás\". Meg kell adnod, ha az alapértelmezett megjegyzést formában megjelenő és Szociális kommentálva nem kapok engedélyezve front-end weboldalán."
1150
 
1151
+ #: ../admin/social_commenting.php:139
1152
  msgid "Labels"
1153
  msgstr "címkék"
1154
 
1155
+ #: ../admin/social_commenting.php:144
1156
  msgid "Label for WordPress Commenting tab"
1157
  msgstr "WordPress hozzászólás fül címe"
1158
 
1159
+ #: ../admin/social_commenting.php:153
1160
  msgid "Label for Facebook Commenting tab"
1161
  msgstr "Facebook hozzászólás fül címe"
1162
 
1163
+ #: ../admin/social_commenting.php:162
1164
  msgid "Label for G+ Commenting tab"
1165
  msgstr "Google+ hozzászólás fül címe"
1166
 
1167
+ #: ../admin/social_commenting.php:171
1168
  msgid "Label for Disqus Commenting tab"
1169
  msgstr "Disqus hozzászólás fül címe"
1170
 
1171
+ #: ../admin/social_commenting.php:182
1172
  msgid "Facebook Commenting Options"
1173
  msgstr "Facebook Hozzászólás Beállítások"
1174
 
1175
+ #: ../admin/social_commenting.php:188
1176
  #, fuzzy
1177
  msgid "Enable Facebook Comments notification and moderation"
1178
  msgstr "Facebook Hozzászólás Bekapcsolás"
1179
 
1180
+ #: ../admin/social_commenting.php:196
1181
+ #: ../admin/social_commenting.php:206
1182
  msgid "Enable Facebook Commenting"
1183
  msgstr "Facebook Hozzászólás Bekapcsolás"
1184
 
1185
+ #: ../admin/social_commenting.php:214
1186
+ #: ../admin/social_commenting.php:372
1187
  msgid "Url to comment on"
1188
  msgstr "A hozzászólás URL"
1189
 
1190
+ #: ../admin/social_commenting.php:224
1191
  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."
1192
  msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. 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."
1193
 
1194
+ #: ../admin/social_commenting.php:232
1195
+ #: ../admin/social_commenting.php:354
1196
  msgid "Width"
1197
  msgstr "Szélesség"
1198
 
1199
+ #: ../admin/social_commenting.php:242
1200
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1201
  msgstr "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a hozzászólások blokk."
1202
 
1203
+ #: ../admin/social_commenting.php:250
1204
  msgid "Color Scheme"
1205
  msgstr "Szín Sablon"
1206
 
1207
+ #: ../admin/social_commenting.php:254
1208
  msgid "Light"
1209
  msgstr "Világos"
1210
 
1211
+ #: ../admin/social_commenting.php:255
1212
  msgid "Dark"
1213
  msgstr "Sötét"
1214
 
1215
+ #: ../admin/social_commenting.php:263
1216
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1217
  msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
1218
 
1219
+ #: ../admin/social_commenting.php:271
1220
  msgid "Number of comments"
1221
  msgstr "Hozzászólások száma"
1222
 
1223
+ #: ../admin/social_commenting.php:281
1224
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1225
  msgstr "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
1226
 
1227
+ #: ../admin/social_commenting.php:289
1228
  msgid "Order by"
1229
  msgstr "Rendezés"
1230
 
1231
+ #: ../admin/social_commenting.php:293
1232
  msgid "Social"
1233
  msgstr "Közösségi"
1234
 
1235
+ #: ../admin/social_commenting.php:294
1236
  msgid "Reverse Time"
1237
  msgstr "Fordított Sorrend"
1238
 
1239
+ #: ../admin/social_commenting.php:295
1240
  msgid "Time"
1241
  msgstr "Időrend"
1242
 
1243
+ #: ../admin/social_commenting.php:303
1244
  msgid "The order to use when displaying comments."
1245
  msgstr "A hozzászólás megjelenésének sorrendje."
1246
 
1247
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
1248
  #, php-format
1249
  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)"
1250
  msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához "
1251
 
1252
+ #: ../admin/social_commenting.php:330
1253
  msgid "Google Plus Commenting Options"
1254
  msgstr "Google+ Hozzászólás Beállítások"
1255
 
1256
+ #: ../admin/social_commenting.php:336
1257
+ #: ../admin/social_commenting.php:346
1258
  msgid "Enable Google Plus Commenting"
1259
  msgstr "Google+ Hozzászólás Bekapcsolása"
1260
 
1261
+ #: ../admin/social_commenting.php:364
1262
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1263
  msgstr "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus beállításhoz"
1264
 
1265
+ #: ../admin/social_commenting.php:382
1266
  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."
1267
  msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. A Google Plus-on lévő hozzászólások is ehhez az URL-hez kapcsolódnak majd.<br/>Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t használjuk, melyhez a hozzászólás érkezett."
1268
 
1269
+ #: ../admin/social_commenting.php:391
1270
  msgid "Disqus Commenting Options"
1271
  msgstr "Disqus Hozzászólás Beállítások"
1272
 
1273
+ #: ../admin/social_commenting.php:397
1274
+ #: ../admin/social_commenting.php:407
1275
  msgid "Enable Disqus Commenting"
1276
  msgstr "Disqus Hozzászólás Bekapcsolása"
1277
 
1278
+ #: ../admin/social_commenting.php:415
1279
  msgid "Disqus Shortname"
1280
  msgstr "Disqus Shortname"
1281
 
1282
+ #: ../admin/social_commenting.php:425
1283
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1284
  msgstr "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További információkért nézd meg ezt a linket."
1285
 
1286
+ #: ../admin/social_commenting.php:442
1287
  #, fuzzy
1288
  msgid "Social Commenting Shortcode"
1289
  msgstr "Közösségi Hozzászólás"
1290
 
1291
+ #: ../admin/social_commenting.php:454
1292
  msgid "How can I disable Social Commenting at individual page/post?"
1293
  msgstr "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések esetében?"
1294
 
1295
+ #: ../admin/social_commenting.php:455
1296
  msgid "How to disable default comment form from Social Commenting?"
1297
  msgstr "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social kommentálva?"
1298
 
1299
+ #: ../admin/social_login.php:14
 
 
 
 
1300
  msgid "Enable Social Login"
1301
  msgstr "Közösségi Belépés Belkapcsolása"
1302
 
1303
+ #: ../admin/social_login.php:24
1304
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1305
  msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1306
 
1307
+ #: ../admin/social_login.php:35
1308
+ #: ../admin/social_login.php:43
1309
+ msgid "Basic Configuration"
1310
+ msgstr "Alap Beállítások"
1311
+
1312
+ #: ../admin/social_login.php:36
1313
+ msgid "Social Login"
1314
+ msgstr "Social Login"
1315
+
1316
+ #: ../admin/social_login.php:50
1317
  msgid "Disable user registration via Social Login"
1318
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1319
 
1320
+ #: ../admin/social_login.php:60
1321
  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."
1322
  msgstr "Miután ezt az opciót, az új felhasználók nem lesznek képesek bejelentkezni a szociális bejelentkezést. Csak meglévő felhasználók képesek lesznek a társadalmi bejelentkezést."
1323
 
1324
+ #: ../admin/social_login.php:69
1325
  #, fuzzy
1326
  msgid "Redirection url"
1327
  msgstr "Átirányítás Belépés után"
1328
 
1329
+ #: ../admin/social_login.php:79
1330
  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."
1331
  msgstr "Felhasználót átirányítja erre az oldalra, miután sikertelen regisztrációs kísérlet útján Szociális Belépés. Megadhatja a url regisztrációs űrlapot, vagy egy oldal bemutatását üzenetet a regisztráció kikapcsolásra keresztül Szociális Belépés."
1332
 
1333
+ #: ../admin/social_login.php:88
1334
+ msgid "Select providers"
1335
+ msgstr "Válassz szolgáltatókat"
1336
+
1337
+ #: ../admin/social_login.php:93
1338
+ msgid "Facebook"
1339
+ msgstr "Facebook"
1340
+
1341
+ #: ../admin/social_login.php:97
1342
+ msgid "Twitter"
1343
+ msgstr "Twitter"
1344
+
1345
+ #: ../admin/social_login.php:101
1346
+ msgid "LinkedIn"
1347
+ msgstr "LinkedIn"
1348
+
1349
+ #: ../admin/social_login.php:105
1350
+ msgid "Google+"
1351
+ msgstr "Google+"
1352
+
1353
+ #: ../admin/social_login.php:109
1354
+ msgid "Vkontakte"
1355
+ msgstr "Vkontakte"
1356
+
1357
+ #: ../admin/social_login.php:113
1358
  msgid "Instagram"
1359
  msgstr "Instagram"
1360
 
1361
+ #: ../admin/social_login.php:117
1362
+ msgid "Xing"
1363
+ msgstr "Xing"
1364
+
1365
+ #: ../admin/social_login.php:125
1366
  msgid "Select Social ID provider to enable in Social Login"
1367
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1368
 
1369
+ #: ../admin/social_login.php:133
1370
  msgid "Facebook App ID"
1371
  msgstr "Facebook App ID"
1372
 
1373
+ #: ../admin/social_login.php:143
1374
  #, php-format
1375
  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"
1376
  msgstr "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook App ID beszerzéshez"
1377
 
1378
+ #: ../admin/social_login.php:145
1379
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1380
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1381
 
1382
+ #: ../admin/social_login.php:155
1383
  msgid "Twitter API Key"
1384
  msgstr "Twitter API Key"
1385
 
1386
+ #: ../admin/social_login.php:165
1387
  #, php-format
1388
  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"
1389
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1390
 
1391
+ #: ../admin/social_login.php:167
1392
+ #: ../admin/social_login.php:189
1393
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1394
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1395
 
1396
+ #: ../admin/social_login.php:177
1397
  msgid "Twitter API Secret"
1398
  msgstr "Twitter API Secret"
1399
 
1400
+ #: ../admin/social_login.php:187
1401
  #, php-format
1402
  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"
1403
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1404
 
1405
+ #: ../admin/social_login.php:199
1406
  msgid "LinkedIn API Key"
1407
  msgstr "LinkedIn API Key"
1408
 
1409
+ #: ../admin/social_login.php:209
1410
  #, php-format
1411
  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"
1412
  msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1413
 
1414
+ #: ../admin/social_login.php:211
1415
+ #: ../admin/social_login.php:277
1416
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1417
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1418
 
1419
+ #: ../admin/social_login.php:221
1420
  msgid "Google+ Client ID"
1421
  msgstr "Google+ Client ID"
1422
 
1423
+ #: ../admin/social_login.php:231
1424
  #, php-format
1425
  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"
1426
  msgstr "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a GooglePlus Client ID beszerzéshez"
1427
 
1428
+ #: ../admin/social_login.php:233
1429
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1430
  msgstr "Illeszd be a következő url-t a <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> és a <strong>AUTHORIZED REDIRECT URI</strong> mezőbe a fenti linken"
1431
 
1432
+ #: ../admin/social_login.php:243
1433
  msgid "Vkontakte Application ID"
1434
  msgstr "Vkontakte Application ID"
1435
 
1436
+ #: ../admin/social_login.php:253
1437
  #, php-format
1438
  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"
1439
  msgstr "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte Application ID beszerzéshez"
1440
 
1441
+ #: ../admin/social_login.php:255
1442
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1443
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1444
 
1445
+ #: ../admin/social_login.php:265
1446
  msgid "Instagram Client ID"
1447
  msgstr "Instagram Client ID"
1448
 
1449
+ #: ../admin/social_login.php:275
1450
  #, php-format
1451
  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"
1452
  msgstr "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az Instagram Client ID beszerzéshez"
1453
 
1454
+ #: ../admin/social_login.php:287
1455
  msgid "Xing Consumer Key"
1456
  msgstr "Xing Consumer Key"
1457
 
1458
+ #: ../admin/social_login.php:297
1459
  #, php-format
1460
  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"
1461
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1462
 
1463
+ #: ../admin/social_login.php:299
1464
+ #: ../admin/social_login.php:321
1465
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1466
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1467
 
1468
+ #: ../admin/social_login.php:309
1469
  msgid "Xing Consumer Secret"
1470
  msgstr "Xing Consumer Secret"
1471
 
1472
+ #: ../admin/social_login.php:319
1473
  #, php-format
1474
  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"
1475
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1476
 
1477
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
1478
  msgid "Login options"
1479
  msgstr "Belépési beállítások"
1480
 
1481
+ #: ../admin/social_login.php:353
1482
  msgid "Text to display above the Social Login interface"
1483
  msgstr "Szöveg a Közösségi Belépés felett"
1484
 
1485
+ #: ../admin/social_login.php:362
1486
  msgid "Enable at login page"
1487
  msgstr "Bekapcsolás a belépés oldalon"
1488
 
1489
+ #: ../admin/social_login.php:372
1490
  msgid "Social Login interface will get enabled at the login page of your website"
1491
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1492
 
1493
+ #: ../admin/social_login.php:380
1494
  msgid "Enable at register page"
1495
  msgstr "Bekapcsolás a regisztráció oldalon"
1496
 
1497
+ #: ../admin/social_login.php:390
1498
  msgid "Social Login interface will get enabled at the registration page of your website"
1499
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1500
 
1501
+ #: ../admin/social_login.php:398
1502
  msgid "Enable at comment form"
1503
  msgstr "Bekapcsolás a hozászólásoknál"
1504
 
1505
+ #: ../admin/social_login.php:408
1506
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1507
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1508
 
1509
+ #: ../admin/social_login.php:422
1510
  msgid "Enable before WooCommerce Customer Login Form"
1511
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1512
 
1513
+ #: ../admin/social_login.php:432
1514
  #, fuzzy
1515
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1516
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1517
 
1518
+ #: ../admin/social_login.php:440
1519
  msgid "Enable after WooCommerce Customer Login Form"
1520
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1521
 
1522
+ #: ../admin/social_login.php:450
1523
  #, fuzzy
1524
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1525
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1526
 
1527
+ #: ../admin/social_login.php:458
1528
  #, fuzzy
1529
  msgid "Enable at WooCommerce checkout page"
1530
  msgstr "Bekapcsolás a regisztráció oldalon"
1531
 
1532
+ #: ../admin/social_login.php:468
1533
  #, fuzzy
1534
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1535
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1536
 
1537
+ #: ../admin/social_login.php:479
1538
  msgid "Auto-approve comments made by Social Login users"
1539
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1540
 
1541
+ #: ../admin/social_login.php:489
1542
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1543
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1544
 
1545
+ #: ../admin/social_login.php:490
1546
  msgid "Note: This is not related to Facebook comments"
1547
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1548
 
1549
+ #: ../admin/social_login.php:500
1550
  msgid "Enable social avatar"
1551
  msgstr "Közösségi avatar bekapcsolás"
1552
 
1553
+ #: ../admin/social_login.php:510
1554
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1555
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1556
 
1557
+ #: ../admin/social_login.php:520
1558
  msgid "Avatar quality"
1559
  msgstr " Avatar képminőség"
1560
 
1561
+ #: ../admin/social_login.php:523
1562
  msgid "Average"
1563
  msgstr "Átlagos"
1564
 
1565
+ #: ../admin/social_login.php:524
1566
  msgid "Best"
1567
  msgstr "legjobb"
1568
 
1569
+ #: ../admin/social_login.php:531
1570
  msgid "Choose avatar quality"
1571
  msgstr "Válassz Avatar képminőséget"
1572
 
1573
+ #: ../admin/social_login.php:540
1574
  #, fuzzy
1575
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1576
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1577
 
1578
+ #: ../admin/social_login.php:550
1579
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1580
  msgstr ""
1581
 
1582
+ #: ../admin/social_login.php:571
1583
  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"
1584
  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"
1585
 
1586
+ #: ../admin/social_login.php:580
1587
  msgid "Send username-password after user registration"
1588
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1589
 
1590
+ #: ../admin/social_login.php:590
1591
  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)"
1592
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1593
 
1594
+ #: ../admin/social_login.php:599
1595
  msgid "Enable social account linking at BuddyPress profile page"
1596
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1597
 
1598
+ #: ../admin/social_login.php:609
1599
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1600
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1601
 
1602
+ #: ../admin/social_login.php:618
1603
  msgid "Login redirection"
1604
  msgstr "Átirányítás Belépés után"
1605
 
1606
+ #: ../admin/social_login.php:622
1607
  msgid "Same page where user logged in"
1608
  msgstr "Az az oldal, ahol a felhasználó belépett"
1609
 
1610
+ #: ../admin/social_login.php:626
1611
+ #: ../admin/social_login.php:656
1612
  msgid "Account dashboard"
1613
  msgstr "Felhasználói Irányítópult"
1614
 
1615
+ #: ../admin/social_login.php:629
1616
+ #: ../admin/social_login.php:659
1617
  msgid "BuddyPress profile page"
1618
  msgstr "BuddyPress profil oldal"
1619
 
1620
+ #: ../admin/social_login.php:632
1621
+ #: ../admin/social_login.php:662
1622
  msgid "Custom Url"
1623
  msgstr "Egyedi URL"
1624
 
1625
+ #: ../admin/social_login.php:640
1626
  msgid "User will be redirected to the selected page after Social Login"
1627
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1628
 
1629
+ #: ../admin/social_login.php:648
1630
  msgid "Registration redirection"
1631
  msgstr "Átirányítás Regisztráció után"
1632
 
1633
+ #: ../admin/social_login.php:652
1634
  msgid "Same page from where user registered"
1635
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1636
 
1637
+ #: ../admin/social_login.php:670
1638
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1639
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1640
 
1641
+ #: ../admin/social_login.php:678
1642
  msgid "Email popup options"
1643
  msgstr "Email felugró ablak beállítások"
1644
 
1645
+ #: ../admin/social_login.php:684
1646
  msgid "Text on 'Email required' popup"
1647
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1648
 
1649
+ #: ../admin/social_login.php:694
1650
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1651
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1652
 
1653
+ #: ../admin/social_login.php:703
1654
  msgid "Error message for 'Email required' popup"
1655
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1656
 
1657
+ #: ../admin/social_login.php:713
1658
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1659
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1660
 
1661
+ #: ../admin/social_login.php:722
1662
  msgid "Email popup height"
1663
  msgstr "Email felugró ablak magassága"
1664
 
1665
+ #: ../admin/social_login.php:732
1666
  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."
1667
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1668
 
1669
+ #: ../admin/social_login.php:740
1670
  msgid "Enable email verification"
1671
  msgstr "E-mail ellenőrzés bekapcsolása"
1672
 
1673
+ #: ../admin/social_login.php:750
1674
  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"
1675
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1676
 
1677
+ #: ../admin/social_login.php:766
1678
  #, fuzzy
1679
  msgid "Social Login Shortcode & Widget"
1680
  msgstr "Shortcode és Widget"
1681
 
1682
+ #: ../admin/social_login.php:767
1683
  msgid "Social Linking Shortcode"
1684
  msgstr ""
1685
 
1715
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1716
  msgstr "A <strong>Közösségi Gombok</strong> részben, kiválaszthatod, a Like és +1 gombokat, és elvégezheted beállításukat."
1717
 
1718
+ #: ../admin/like_buttons.php:16
 
 
 
 
1719
  msgid "Enable Like Buttons"
1720
  msgstr "Engedélyezze Like gombok"
1721
 
1722
+ #: ../admin/like_buttons.php:26
1723
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1724
  msgstr "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok használatához "
1725
 
1726
+ #: ../admin/like_buttons.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
1727
  #, fuzzy
1728
+ msgid "Standard Interface Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1729
  msgstr "Vízszintes Megosztási Felület Beállítások"
1730
 
1731
+ #: ../admin/like_buttons.php:53
1732
+ #, fuzzy
1733
+ msgid "Enable standard interface"
1734
  msgstr "Vízszintes megosztási felület bekapcsolása"
1735
 
1736
+ #: ../admin/like_buttons.php:63
1737
  msgid "Master control to enable horizontal like buttons"
1738
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
1739
 
1740
+ #: ../admin/like_buttons.php:88
1741
+ #: ../admin/like_buttons.php:336
1742
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1743
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1744
 
1745
+ #: ../admin/like_buttons.php:106
1746
  msgid "The text to display above the interface"
1747
  msgstr "Szöveg a megosztási felület fölött"
1748
 
1749
+ #: ../admin/like_buttons.php:114
1750
+ #: ../admin/like_buttons.php:344
1751
  msgid "Select and rearrange providers"
1752
  msgstr "Válassz és rendezz sorba szolgáltatókat"
1753
 
1754
+ #: ../admin/like_buttons.php:158
1755
+ #: ../admin/like_buttons.php:387
1756
  msgid "Select the providers for interface. Drag them to rearrange."
1757
  msgstr "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend változtatáshoz."
1758
 
1759
+ #: ../admin/like_buttons.php:180
1760
+ #: ../admin/like_buttons.php:426
1761
  msgid "Horizontal alignment of the interface"
1762
  msgstr "A megosztási felület vízszintes igazítása"
1763
 
1764
+ #: ../admin/like_buttons.php:201
1765
  msgid "Specify position of the interface with respect to the content"
1766
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1767
 
1768
+ #: ../admin/like_buttons.php:209
1769
+ #: ../admin/like_buttons.php:492
1770
  msgid "Interface location"
1771
  msgstr "Megosztási helyek"
1772
 
1773
+ #: ../admin/like_buttons.php:219
1774
+ #: ../admin/like_buttons.php:502
1775
  msgid "Excerpts"
1776
  msgstr "Kivonatok"
1777
 
1778
+ #: ../admin/like_buttons.php:278
1779
  msgid "Specify the pages where you want to enable interface"
1780
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1781
 
1782
+ #: ../admin/like_buttons.php:295
1783
  msgid "Vertical (Floating) like buttons Options"
1784
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1785
 
1786
+ #: ../admin/like_buttons.php:301
1787
+ #, fuzzy
1788
+ msgid "Enable floating like buttons"
1789
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1790
 
1791
+ #: ../admin/like_buttons.php:311
1792
  msgid "Master control to enable vertical (floating) counter widget"
1793
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1794
 
1795
+ #: ../admin/like_buttons.php:405
1796
  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>"
1797
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
1798
 
1799
+ #: ../admin/like_buttons.php:445
1800
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1801
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1802
 
1803
+ #: ../admin/like_buttons.php:465
1804
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1805
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Negatív értéket is megadhatsz."
1806
 
1807
+ #: ../admin/like_buttons.php:484
1808
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1809
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1810
 
1811
+ #: ../admin/like_buttons.php:540
1812
  msgid "Specify the pages where you want to enable vertical interface"
1813
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
1814
 
1815
+ #: ../admin/like_buttons.php:548
1816
  msgid "Hide like buttons on mobile devices"
1817
  msgstr "Elbújni, mint a gombok a mobil eszközök"
1818
 
1819
+ #: ../admin/like_buttons.php:558
1820
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1821
  msgstr "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a mobileszközökön"
1822
 
1823
+ #: ../admin/like_buttons.php:582
1824
+ msgid "Use shortlinks already installed, for tweet button"
1825
+ msgstr "Használja shortlinks már telepítve van, a tweet gomb"
1826
+
1827
+ #: ../admin/like_buttons.php:600
1828
+ msgid "Enable bit.ly url shortener for tweet button"
1829
+ msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
1830
+
1831
+ #: ../admin/like_buttons.php:692
1832
+ #, php-format
1833
+ 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)"
1834
+ msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához"
1835
+
1836
+ #: ../admin/like_buttons.php:701
1837
+ #, fuzzy
1838
+ msgid "Twitter Username"
1839
+ msgstr "Twitter felhasználónév a megosztásban"
1840
+
1841
+ #: ../admin/like_buttons.php:707
1842
+ #, fuzzy
1843
+ msgid "Twitter username for Tweet (without @)"
1844
+ msgstr "Twitter felhasználónév (@ nélkül)"
1845
+
1846
+ #: ../admin/like_buttons.php:717
1847
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1848
+ msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1849
+
1850
+ #: ../admin/like_buttons.php:726
1851
+ #, fuzzy
1852
+ msgid "Twitter username for Buffer sharing (without @)"
1853
+ msgstr "Twitter felhasználónév (@ nélkül)"
1854
+
1855
+ #: ../admin/like_buttons.php:736
1856
+ #, fuzzy
1857
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1858
+ msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1859
+
1860
+ #: ../admin/like_buttons.php:753
1861
  #, fuzzy
1862
  msgid "Like Buttons Shortcode & Widget"
1863
  msgstr "Shortcode és Widget"
1867
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1868
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1869
 
1870
+ #: ../inc/social_sharing.php:652
1871
  msgid "Invalid request"
1872
  msgstr "Hibás kérés"
1873
 
1874
+ #: ../inc/social_sharing.php:659
1875
  msgid "Providers not selected"
1876
  msgstr "Nincs kiválasztott szolgáltató"
1877
 
2013
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2014
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
2015
 
2016
+ #~ msgid "Horizontal sharing"
2017
+ #~ msgstr "Vízszintes megosztás"
2018
+
2019
+ #~ msgid "Vertical sharing"
2020
+ #~ msgstr "Függőleges Megosztás"
2021
+
2022
+ #~ msgid "Sharing Options"
2023
+ #~ msgstr "Megosztási beállítások"
2024
+
2025
+ #~ msgid ""
2026
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
2027
+ #~ "Sharing functionality"
2028
+ #~ msgstr ""
2029
+ #~ "Központi beállítás a Közösségi Megosztáshoz. Be kell kapcsolnod a "
2030
+ #~ "Közösségi Megosztás funkció működéséhez"
2031
+
2032
+ #~ msgid "Horizontal interface options"
2033
+ #~ msgstr "Vízszintes Felület Beállítások"
2034
+
2035
+ #~ msgid "Vertical interface options"
2036
+ #~ msgstr "Függőleges (lebegő) Felület Beállítások"
2037
+
2038
+ #~ msgid "Do not load Modernizr JS"
2039
+ #~ msgstr "Ne töltsön Modernizr JS"
2040
+
2041
+ #~ msgid ""
2042
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2043
+ #~ "option"
2044
+ #~ msgstr ""
2045
+ #~ "Ha úgy találja, a plugin elszakadna a téma, akkor próbáljon meg az opció "
2046
+ #~ "engedélyezése"
2047
+
2048
+ #~ msgid "Print"
2049
+ #~ msgstr "Nyomtatás"
2050
+
2051
+ #~ msgid "Email"
2052
+ #~ msgstr "Email"
2053
+
2054
+ #~ msgid "Yahoo"
2055
+ #~ msgstr "Yahoo"
2056
+
2057
+ #~ msgid "Reddit"
2058
+ #~ msgstr "Reddit"
2059
+
2060
+ #~ msgid "Digg"
2061
+ #~ msgstr "Digg"
2062
+
2063
+ #~ msgid "Delicious"
2064
+ #~ msgstr "Delicious"
2065
+
2066
+ #~ msgid "StumbleUpon"
2067
+ #~ msgstr "StumbleUpon"
2068
+
2069
+ #~ msgid "Float it"
2070
+ #~ msgstr "Float it"
2071
+
2072
+ #~ msgid "Tumblr"
2073
+ #~ msgstr "Tumblr"
2074
+
2075
+ #~ msgid "Pinterest"
2076
+ #~ msgstr "Pinterest"
2077
+
2078
+ #~ msgid "Whatsapp"
2079
+ #~ msgstr "Whatsapp"
2080
+
2081
+ #~ msgid "Select the providers for sharing interface"
2082
+ #~ msgstr "Válassz szolgáltatókat a megosztási felülethez"
2083
+
2084
+ #~ msgid "Sharing location"
2085
+ #~ msgstr "Megosztási helyek"
2086
+
2087
+ #, fuzzy
2088
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2089
+ #~ msgstr "Hide megosztása mobil eszközökön"
2090
+
2091
+ #~ msgid ""
2092
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2093
+ #~ msgstr ""
2094
+ #~ "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
2095
+ #~ "eszközök"
2096
+
2097
+ #, fuzzy
2098
+ #~ msgid "Social Sharing Shortcode & Widget"
2099
+ #~ msgstr "Shortcode és Widget"
2100
+
2101
+ #~ msgid "Like Buttons"
2102
+ #~ msgstr "Like gombok"
2103
+
2104
  #~ msgid "Options saved successfully"
2105
  #~ msgstr "A beállítások mentése sikeres"
2106
 
2153
  #~ "Logikai érték, mely meghatározza, hogy mobilra optimalizált legyen-e a "
2154
  #~ "megjelenés."
2155
 
 
 
 
2156
  #~ msgid ""
2157
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
2158
  #~ "redirect_uri</strong> options at the link mentioned"
2569
  #~ msgid "Important note"
2570
  #~ msgstr "Fontos megjegyzés"
2571
 
 
 
 
 
 
 
 
2572
  #~ msgid "Publish feed on user's timeline on Facebook login"
2573
  #~ msgstr ""
2574
  #~ "Esemény közzététele a felhasználó Facebook hírfolyamán bejelentkezéskor "
2684
  #~ "megjeleníti a megosztások számát. Ne felejtsd el a widget beállításnál "
2685
  #~ "bekapcsolni a számláló megjelenítést."
2686
 
 
 
 
2687
  #~ msgid ""
2688
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2689
  #~ "top of other plugins, please consider making a donation."
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: 2015-10-17 10:42+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:42+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -16,61 +16,72 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Immetti esattamente il seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto 3 %s)"
23
 
24
- #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare questo, potrebbe essere necessario contattare l'amministratore del server."
27
 
28
- #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
31
 
32
- #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo account"
35
 
36
- #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Notifiche"
39
 
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "Email Obbligatoria"
44
 
45
- #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Per favore, per completare la registrazione, controlla la tua casella di posta elettronica."
48
 
49
- #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, per aprire"
52
 
53
- #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Lascia un commento"
56
 
57
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "Super Socializer - Social Avatar"
60
 
61
- #: ../super_socializer.php:609
62
  msgid "Small Avatar Url"
63
  msgstr "Url Avatar Piccolo"
64
 
65
- #: ../super_socializer.php:614
66
  msgid "Large Avatar Url"
67
  msgstr "URL Avatar Grande"
68
 
69
- #: ../super_socializer.php:647
70
  msgid "Email you entered is already registered or invalid"
71
  msgstr "La email inserita è già registrata o non è valida"
72
 
73
- #: ../super_socializer.php:651
74
  msgid "Please enter a valid email address. You might be required to verify it"
75
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
76
 
@@ -82,110 +93,150 @@ msgstr "Impostazioni salvate"
82
  msgid "Dismiss this notice"
83
  msgstr "Rimuovi questo annuncio"
84
 
85
- #: ../helper.php:150
86
  msgid "Click to show help"
87
  msgstr "Clicca per vedere l'aiuto"
88
 
89
- #: ../helper.php:150
90
  msgid "Click to hide help"
91
  msgstr "Clicca per nascondere l'aiuto"
92
 
93
- #: ../helper.php:190
94
  msgid "Settings"
95
  msgstr "Configurazioni"
96
 
97
- #: ../helper.php:514
98
  msgid "Account linked successfully"
99
  msgstr "Account collegato correttamente"
100
 
101
- #: ../helper.php:518
102
  msgid "Account already exists or linked"
103
  msgstr "Account esistente o già collegato"
104
 
105
- #: ../helper.php:527
106
  msgid "You are already connected with"
107
  msgstr "Si è già connessi con"
108
 
109
- #: ../helper.php:527
110
  msgid "as primary social network"
111
  msgstr "come rete sociale primaria"
112
 
113
- #: ../helper.php:542
114
  msgid "Link your social account to login to your account at this website"
115
  msgstr "Collega il tuo social account per accedere al tuo account su questo sito"
116
 
117
- #: ../helper.php:579
118
  msgid "Currently"
119
  msgstr "Attualmente"
120
 
121
- #: ../helper.php:579
122
  msgid "Remove"
123
  msgstr "rimuovere"
124
 
125
- #: ../helper.php:680
126
- msgid "Disable Horizontal Social Sharing on this "
127
- msgstr "Disabilita Social Sharing Orizzontale"
128
-
129
- #: ../helper.php:685
130
- msgid "Disable Vertical Social Sharing on this "
131
  msgstr "Disabilita Social Sharing Verticale"
132
 
133
- #: ../helper.php:690
134
- msgid "Disable Horizontal like buttons on this "
135
- msgstr "Disabilita i pulsanti orizzontali Mi-piace"
 
136
 
137
- #: ../helper.php:695
138
- msgid "Disable Vertical like buttons on this "
 
139
  msgstr "Disabilita i pulsanti verticali Mi-piace"
140
 
141
- #: ../helper.php:700
 
 
 
 
 
142
  msgid "Disable Social Commenting on this "
143
  msgstr "Disabilita Social Commenting"
144
 
145
- #: ../helper.php:709
146
- msgid "Horizontal sharing"
147
- msgstr "Sharing Orizzontale"
 
148
 
149
- #: ../helper.php:715
150
- #: ../helper.php:734
151
  msgid "Starting share count for "
152
  msgstr "Avvio share count per"
153
 
154
- #: ../helper.php:728
155
- msgid "Vertical sharing"
156
- msgstr "Vertical sharing"
 
157
 
158
- #: ../helper.php:820
159
  #, fuzzy
160
  msgid "Social Avatar"
161
  msgstr "Url Avatar Piccolo"
162
 
163
- #: ../helper.php:823
164
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
165
  msgstr ""
166
 
167
- #: ../helper.php:824
168
  msgid "Update social avatar, next time I Social Login"
169
  msgstr ""
170
 
171
- #: ../helper.php:827
172
  #, fuzzy
173
  msgid "Small Avatar"
174
  msgstr "Url Avatar Piccolo"
175
 
176
- #: ../helper.php:831
177
  #, fuzzy
178
  msgid "Large Avatar"
179
  msgstr "URL Avatar Grande"
180
 
181
- #: ../helper.php:835
182
- #: ../admin/social_sharing.php:1259
183
- #: ../admin/social_commenting.php:457
184
- #: ../admin/social_login.php:785
185
- #: ../admin/like_buttons.php:732
 
186
  msgid "Save Changes"
187
  msgstr "Salva le modifiche"
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  #: ../admin/help.php:4
190
  msgid "About"
191
  msgstr "Chi Siamo"
@@ -202,1229 +253,1414 @@ msgstr "da"
202
  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"
203
  msgstr "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo quello che facciamo. Per maggiori informazioni unisciti a noi su"
204
 
205
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  msgid "Plugin Demo"
207
  msgstr "Dimostrazione del Plugin"
208
 
209
- #: ../admin/help.php:24
210
- msgid "Integrate Social Sharing with Google Analytics"
211
  msgstr ""
212
 
213
- #: ../admin/help.php:30
214
  msgid "Boost sharing by awarding points"
215
  msgstr "Boost condivisione per l'attribuzione di punti"
216
 
217
- #: ../admin/help.php:36
218
  msgid "Award points for Social Login"
219
  msgstr "Punti Premio per il Social Accedi"
220
 
221
- #: ../admin/help.php:42
222
  #, fuzzy
223
  msgid "Other Add-ons"
224
  msgstr "Add-ons"
225
 
226
- #: ../admin/help.php:47
227
  msgid "Need Help?"
228
  msgstr "Hai Bisogno di Aiuto?"
229
 
230
- #: ../admin/help.php:49
231
  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>"
232
  msgstr "Se hai suggerimenti, domande. Se vuoi funzioni personalizzate per il plugin, posso realizzarle per te. Basta scrivermi via email a <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
233
 
234
- #: ../admin/help.php:54
235
  msgid "Support Us"
236
  msgstr "Supportaci"
237
 
238
- #: ../admin/help.php:57
239
- #: ../admin/help.php:60
240
- #: ../admin/help.php:61
241
- #: ../admin/help.php:62
242
- #: ../admin/help.php:63
243
- #: ../admin/help.php:64
244
  msgid "Rate 5-star"
245
  msgstr "Rate 5-star"
246
 
247
- #: ../admin/help.php:72
248
- #: ../admin/social_sharing.php:437
249
- #: ../admin/social_sharing.php:814
250
- #: ../admin/social_login.php:84
251
- msgid "Facebook"
252
- msgstr "Facebook"
253
 
254
- #: ../admin/social_sharing.php:11
255
- #: ../admin/social_sharing.php:22
256
- #: ../admin/social_login.php:9
257
- #: ../admin/social_login.php:17
258
- #: ../admin/like_buttons.php:11
259
- #: ../admin/like_buttons.php:19
260
- msgid "Basic Configuration"
261
- msgstr "Configurazione di Base"
262
 
263
- #: ../admin/social_sharing.php:12
264
- msgid "Sharing Interface"
 
 
 
 
 
 
 
 
 
 
 
265
  msgstr "Interfaccia"
266
 
267
- #: ../admin/social_sharing.php:13
268
- msgid "Sharing Options"
269
- msgstr "Opzioni"
 
 
270
 
271
- #: ../admin/social_sharing.php:14
272
- #: ../admin/social_sharing.php:1214
273
- #: ../admin/social_login.php:11
274
- #: ../admin/social_login.php:773
275
- #: ../admin/like_buttons.php:13
276
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
277
  msgid "Shortcode & Widget"
278
  msgstr "Shortcode & Widget"
279
 
280
- #: ../admin/social_sharing.php:15
281
  msgid "Troubleshooter"
282
  msgstr "Risoluzione dei problemi"
283
 
284
- #: ../admin/social_sharing.php:16
285
- #: ../admin/social_sharing.php:1245
286
- #: ../admin/social_commenting.php:12
287
- #: ../admin/social_commenting.php:446
288
  msgid "FAQ"
289
  msgstr "FAQ"
290
 
291
- #: ../admin/social_sharing.php:28
292
- msgid "Enable Social Sharing"
293
- msgstr "Abilita Social Sharing"
294
-
295
- #: ../admin/social_sharing.php:38
296
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
297
- msgstr "Controllo Principale per Social Sharing. Dev'essere abilitato per attivare le funzionalitá Social Sharing"
298
-
299
- #: ../admin/social_sharing.php:46
300
- msgid "Delete all the options on plugin deletion"
301
- msgstr "Elimina tutte le opzioni quando si cancella il plugin"
302
 
303
- #: ../admin/social_sharing.php:56
304
- 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."
305
- msgstr "Se questa opzione è abilitata, quando si cancella il plugin, le configurazioni saranno eliminate e, nel caso di una nuova istallazione, si dovranno riconfigurare di nuovo."
 
306
 
307
- #: ../admin/social_sharing.php:71
308
- msgid "Horizontal interface options"
309
- msgstr "Opzioni Interfaccia Orizzontale"
 
310
 
311
- #: ../admin/social_sharing.php:77
312
- #: ../admin/social_sharing.php:155
313
  msgid "Shape"
314
  msgstr "Forma"
315
 
316
- #: ../admin/social_sharing.php:85
317
- #: ../admin/social_sharing.php:163
318
  msgid "Round"
319
  msgstr "Arrotondata"
320
 
321
- #: ../admin/social_sharing.php:87
322
- #: ../admin/social_sharing.php:165
323
  msgid "Square"
324
  msgstr "Quadrata"
325
 
326
- #: ../admin/social_sharing.php:94
327
- #: ../admin/social_sharing.php:172
 
 
 
 
 
328
  msgid "Shape of the sharing icons"
329
  msgstr "Forma delle icone"
330
 
331
- #: ../admin/social_sharing.php:102
332
- #: ../admin/social_sharing.php:180
333
  msgid "Size (in pixels)"
334
  msgstr "Dimensioni (in pixel)"
335
 
336
- #: ../admin/social_sharing.php:120
337
- #: ../admin/social_sharing.php:198
338
  msgid "Size of the sharing icons"
339
  msgstr "Dimensione delle icone"
340
 
341
- #: ../admin/social_sharing.php:127
342
- #: ../admin/social_sharing.php:205
343
- msgid "Icon Preview"
344
- msgstr "Anteprima Icona"
 
345
 
346
- #: ../admin/social_sharing.php:141
347
- #: ../admin/social_sharing.php:219
348
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
349
- msgstr "Dopo aver apportato le modifiche, non dimenticate di salvare la configurazione, fare clic sul pulsante Salva in basso"
 
350
 
351
- #: ../admin/social_sharing.php:149
352
- msgid "Vertical interface options"
353
- msgstr "Opzioni Interfaccia Verticale"
 
 
354
 
355
- #: ../admin/social_sharing.php:233
356
- msgid "Modernizr"
 
 
 
 
 
 
 
 
 
 
 
 
 
357
  msgstr ""
358
 
359
- #: ../admin/social_sharing.php:239
360
- msgid "Do not load Modernizr JS"
361
- msgstr "Non usare Modernizr JS"
 
 
362
 
363
- #: ../admin/social_sharing.php:249
364
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
365
- msgstr "Se il plugin compromette il vostro tema, si può provare ad abilitare questa opzione"
 
 
 
 
 
366
 
367
- #: ../admin/social_sharing.php:258
368
- #: ../admin/like_buttons.php:51
369
- msgid "Url shortener"
370
- msgstr "Url shortener"
 
 
 
 
371
 
372
- #: ../admin/social_sharing.php:264
373
- msgid "Use shortlinks already installed"
374
- msgstr "Utilizza shortlinks già installati"
 
 
375
 
376
- #: ../admin/social_sharing.php:274
377
- #: ../admin/like_buttons.php:67
378
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
379
- msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno plugin shortening"
 
 
380
 
381
- #: ../admin/social_sharing.php:282
382
- msgid "Enable bit.ly url shortener for sharing"
383
- msgstr "Abilita bit.ly url shortener per lo sharing"
 
 
384
 
385
  #: ../admin/social_sharing.php:292
386
- #: ../admin/like_buttons.php:85
387
- msgid "Master control to enable bit.ly url shortening for sharing"
388
- msgstr "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
389
 
390
- #: ../admin/social_sharing.php:300
391
- #: ../admin/like_buttons.php:93
392
- msgid "bit.ly username"
393
- msgstr "bit.ly username"
 
 
 
394
 
395
- #: ../admin/social_sharing.php:310
396
- #: ../admin/like_buttons.php:103
397
- #, php-format
398
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
399
- msgstr "Per ottenere il vostro username accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
 
 
 
 
 
 
 
 
400
 
401
  #: ../admin/social_sharing.php:319
402
- #: ../admin/like_buttons.php:112
403
- msgid "bit.ly API Key"
404
- msgstr "bit.ly API Key"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
 
406
  #: ../admin/social_sharing.php:329
407
- #: ../admin/like_buttons.php:122
408
- #, php-format
409
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
410
- msgstr "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
411
 
412
- #: ../admin/social_sharing.php:339
413
- msgid "Twitter username in sharing"
414
- msgstr "Username Twitter in sharing"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
 
416
  #: ../admin/social_sharing.php:345
417
- msgid "Twitter username (without @)"
418
- msgstr "Username Twitter (senza @)"
 
 
419
 
420
  #: ../admin/social_sharing.php:355
421
- 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."
422
- msgstr "La username fornita viene aggiunta dopo il contenuto condiviso come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
 
423
 
424
- #: ../admin/social_sharing.php:365
425
- msgid "Horizontal Sharing Interface Options"
 
426
  msgstr "Opzioni Interfaccia Orizzontale"
427
 
428
- #: ../admin/social_sharing.php:371
429
- msgid "Enable horizontal sharing interface"
 
430
  msgstr "Abilita l'interfaccia orizzontale"
431
 
432
- #: ../admin/social_sharing.php:381
433
- msgid "Master control to enable horizontal sharing"
 
434
  msgstr "Controllo Principale per abilitare l'interfaccia orizzontale"
435
 
436
- #: ../admin/social_sharing.php:391
437
- #: ../admin/social_sharing.php:786
438
- #: ../admin/like_buttons.php:227
439
- #: ../admin/like_buttons.php:468
440
  msgid "Target Url"
441
  msgstr "URL di destinazione"
442
 
443
- #: ../admin/social_sharing.php:395
444
- #: ../admin/social_sharing.php:790
445
- #: ../admin/like_buttons.php:231
446
- #: ../admin/like_buttons.php:472
447
  msgid "Url of the webpage where icons are located (default)"
448
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
449
 
450
- #: ../admin/social_sharing.php:397
451
- #: ../admin/social_sharing.php:792
452
- #: ../admin/like_buttons.php:233
453
- #: ../admin/like_buttons.php:474
454
  msgid "Url of the homepage of your website"
455
  msgstr "Url della homepage del tuo sito web"
456
 
457
- #: ../admin/social_sharing.php:399
458
- #: ../admin/social_sharing.php:794
459
- #: ../admin/like_buttons.php:235
460
- #: ../admin/like_buttons.php:476
461
  msgid "Custom url"
462
  msgstr "Url personalizzata"
463
 
464
- #: ../admin/social_sharing.php:406
465
- #: ../admin/social_sharing.php:801
466
  msgid "Url to share"
467
  msgstr "Url per condividere"
468
 
469
- #: ../admin/social_sharing.php:414
470
- #: ../admin/social_login.php:352
471
- #: ../admin/like_buttons.php:250
472
  msgid "Title"
473
  msgstr "Titolo"
474
 
475
- #: ../admin/social_sharing.php:424
476
  msgid "The text to display above the sharing interface"
477
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
478
 
479
- #: ../admin/social_sharing.php:432
480
- #: ../admin/social_sharing.php:809
481
- #: ../admin/social_login.php:79
482
- msgid "Select providers"
483
- msgstr "Scelta Providers"
484
-
485
- #: ../admin/social_sharing.php:442
486
- #: ../admin/social_sharing.php:819
487
- #: ../admin/social_login.php:88
488
- msgid "Twitter"
489
- msgstr "Twitter"
490
-
491
- #: ../admin/social_sharing.php:447
492
- #: ../admin/social_sharing.php:824
493
- #: ../admin/social_login.php:92
494
- msgid "LinkedIn"
495
- msgstr "LinkedIn"
496
-
497
- #: ../admin/social_sharing.php:452
498
- #: ../admin/social_sharing.php:829
499
- #: ../admin/social_login.php:96
500
- msgid "Google+"
501
- msgstr "Google+"
502
-
503
- #: ../admin/social_sharing.php:457
504
- #: ../admin/social_sharing.php:834
505
- msgid "Print"
506
- msgstr "Stampa"
507
-
508
- #: ../admin/social_sharing.php:462
509
- #: ../admin/social_sharing.php:839
510
- msgid "Email"
511
- msgstr "Email"
512
-
513
- #: ../admin/social_sharing.php:467
514
- #: ../admin/social_sharing.php:844
515
- msgid "Yahoo"
516
- msgstr "Yahoo"
517
-
518
- #: ../admin/social_sharing.php:472
519
- #: ../admin/social_sharing.php:849
520
- msgid "Reddit"
521
- msgstr "Reddit"
522
-
523
- #: ../admin/social_sharing.php:477
524
- #: ../admin/social_sharing.php:854
525
- msgid "Digg"
526
- msgstr "Digg"
527
-
528
- #: ../admin/social_sharing.php:482
529
- #: ../admin/social_sharing.php:859
530
- msgid "Delicious"
531
- msgstr "Delicious"
532
-
533
- #: ../admin/social_sharing.php:487
534
- #: ../admin/social_sharing.php:864
535
- msgid "StumbleUpon"
536
- msgstr "StumbleUpon"
537
-
538
- #: ../admin/social_sharing.php:492
539
- #: ../admin/social_sharing.php:869
540
- msgid "Float it"
541
- msgstr "Float it"
542
-
543
- #: ../admin/social_sharing.php:497
544
- #: ../admin/social_sharing.php:874
545
- msgid "Tumblr"
546
- msgstr "Tumblr"
547
-
548
- #: ../admin/social_sharing.php:502
549
- #: ../admin/social_sharing.php:879
550
- #: ../admin/social_login.php:100
551
- msgid "Vkontakte"
552
- msgstr "Vkontakte"
553
-
554
- #: ../admin/social_sharing.php:507
555
- #: ../admin/social_sharing.php:884
556
- msgid "Pinterest"
557
- msgstr "Pinterest"
558
-
559
- #: ../admin/social_sharing.php:512
560
- #: ../admin/social_sharing.php:889
561
- #: ../admin/social_login.php:108
562
- msgid "Xing"
563
- msgstr ""
564
-
565
- #: ../admin/social_sharing.php:517
566
- #: ../admin/social_sharing.php:894
567
- msgid "Whatsapp"
568
- msgstr ""
569
-
570
- #: ../admin/social_sharing.php:522
571
- #: ../admin/social_sharing.php:899
572
- msgid "Yummly"
573
- msgstr ""
574
-
575
- #: ../admin/social_sharing.php:527
576
- #: ../admin/social_sharing.php:904
577
- msgid "Buffer"
578
- msgstr ""
579
-
580
- #: ../admin/social_sharing.php:535
581
- #: ../admin/social_sharing.php:912
582
- msgid "Select the providers for sharing interface"
583
- msgstr "Seleziona i provider per la interfaccia sharing"
584
-
585
- #: ../admin/social_sharing.php:543
586
- #: ../admin/social_sharing.php:920
587
  msgid "Rearrange icons"
588
  msgstr "Riorganizza le icone"
589
 
590
- #: ../admin/social_sharing.php:575
591
- #: ../admin/social_sharing.php:952
592
  msgid "Drag the icons to rearrange in desired order"
593
  msgstr "Trascina le icone per riordinare"
594
 
595
- #: ../admin/social_sharing.php:583
596
- #: ../admin/social_sharing.php:978
597
- #: ../admin/like_buttons.php:320
598
- #: ../admin/like_buttons.php:560
 
 
 
 
 
 
 
 
 
 
 
599
  msgid "Horizontal alignment"
600
  msgstr "Allineamento orizzontale"
601
 
602
- #: ../admin/social_sharing.php:587
603
- #: ../admin/social_sharing.php:982
604
- #: ../admin/like_buttons.php:324
605
- #: ../admin/like_buttons.php:564
606
- msgid "Left"
607
- msgstr "Sinistra"
608
-
609
- #: ../admin/social_sharing.php:588
610
- #: ../admin/like_buttons.php:325
611
  msgid "Center"
612
  msgstr "centro"
613
 
614
- #: ../admin/social_sharing.php:589
615
- #: ../admin/social_sharing.php:983
616
- #: ../admin/like_buttons.php:326
617
- #: ../admin/like_buttons.php:565
618
- msgid "Right"
619
- msgstr "Destra"
620
-
621
- #: ../admin/social_sharing.php:597
622
- #: ../admin/social_sharing.php:991
623
  msgid "Horizontal alignment of the sharing interface"
624
  msgstr "Allineamento orizzontale della interfaccia sharing"
625
 
626
- #: ../admin/social_sharing.php:605
627
- #: ../admin/like_buttons.php:342
628
  msgid "Position with respect to content"
629
  msgstr "Posizione rispetto al contenuto"
630
 
631
- #: ../admin/social_sharing.php:609
632
- #: ../admin/like_buttons.php:346
633
  msgid "Top of the content"
634
  msgstr "Parte superiore del contenuto"
635
 
636
- #: ../admin/social_sharing.php:611
637
- #: ../admin/like_buttons.php:348
638
  msgid "Bottom of the content"
639
  msgstr "Parte inferiore del contenuto"
640
 
641
- #: ../admin/social_sharing.php:618
642
  msgid "Specify position of the sharing interface with respect to the content"
643
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
644
 
645
- #: ../admin/social_sharing.php:626
646
- #: ../admin/social_sharing.php:1057
647
- msgid "Sharing location"
648
- msgstr "Abilita su:"
649
 
650
- #: ../admin/social_sharing.php:630
651
- #: ../admin/social_sharing.php:1061
652
- #: ../admin/social_login.php:633
653
- #: ../admin/social_login.php:663
654
- #: ../admin/like_buttons.php:367
655
- #: ../admin/like_buttons.php:643
656
  msgid "Homepage"
657
  msgstr "Homepage"
658
 
659
- #: ../admin/social_sharing.php:632
660
- #: ../admin/social_sharing.php:1063
661
- #: ../admin/like_buttons.php:369
662
- #: ../admin/like_buttons.php:645
663
  msgid "Posts"
664
  msgstr "Post"
665
 
666
- #: ../admin/social_sharing.php:634
667
- #: ../admin/social_sharing.php:1065
668
- #: ../admin/like_buttons.php:371
669
- #: ../admin/like_buttons.php:647
670
  msgid "Pages"
671
  msgstr "Pagine"
672
 
673
- #: ../admin/social_sharing.php:636
674
- #: ../admin/social_sharing.php:1067
675
  msgid "Excerpts (at Homepage)"
676
  msgstr "Estratti (in homepage)"
677
 
678
- #: ../admin/social_sharing.php:638
679
- #: ../admin/social_sharing.php:1069
680
- #: ../admin/like_buttons.php:375
681
- #: ../admin/like_buttons.php:651
682
  msgid "Category Archives"
683
  msgstr "Archivi di categorie"
684
 
685
- #: ../admin/social_sharing.php:640
686
- #: ../admin/social_sharing.php:1071
687
- #: ../admin/like_buttons.php:377
688
- #: ../admin/like_buttons.php:653
689
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
690
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
691
 
692
- #: ../admin/social_sharing.php:656
693
- #: ../admin/like_buttons.php:393
694
  #, fuzzy
695
  msgid "BuddyPress activity"
696
  msgstr "Attività BuddyPress e gruppi"
697
 
698
- #: ../admin/social_sharing.php:658
699
- #: ../admin/like_buttons.php:396
700
  msgid "BuddyPress group (only at top of content)"
701
  msgstr ""
702
 
703
- #: ../admin/social_sharing.php:664
704
- #: ../admin/social_sharing.php:1093
705
- #: ../admin/like_buttons.php:403
706
- #: ../admin/like_buttons.php:674
707
  msgid "BBPress forum"
708
  msgstr ""
709
 
710
- #: ../admin/social_sharing.php:667
711
- #: ../admin/social_sharing.php:1096
712
- #: ../admin/like_buttons.php:406
713
- #: ../admin/like_buttons.php:677
714
  msgid "BBPress topic"
715
  msgstr "Argomento BBPress"
716
 
717
- #: ../admin/social_sharing.php:670
718
- #: ../admin/like_buttons.php:409
719
  msgid "BBPress reply"
720
  msgstr "Risposta BBPress"
721
 
722
- #: ../admin/social_sharing.php:677
723
- #: ../admin/like_buttons.php:415
724
  msgid "After individual product at WooCommerce Shop page"
725
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
726
 
727
- #: ../admin/social_sharing.php:680
728
- #: ../admin/like_buttons.php:418
729
  msgid "WooCommerce Product Page"
730
  msgstr "WooCommerce Pagina Prodotto"
731
 
732
- #: ../admin/social_sharing.php:683
733
- #: ../admin/like_buttons.php:421
734
  msgid "WooCommerce Thankyou Page"
735
  msgstr "WooCommerce Pagina Thankyou"
736
 
737
- #: ../admin/social_sharing.php:694
738
  msgid "Specify the pages where you want to enable Sharing interface"
739
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
740
 
741
- #: ../admin/social_sharing.php:702
742
- #: ../admin/social_sharing.php:1114
743
  msgid "Show share counts"
744
  msgstr "Mostra quantitá di condivisioni"
745
 
746
- #: ../admin/social_sharing.php:712
747
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
  msgid "If enabled, share counts are displayed above sharing icons."
749
  msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato sopra le icone condivise"
750
 
751
- #: ../admin/social_sharing.php:721
752
- #: ../admin/social_sharing.php:1133
753
  msgid "Show total shares"
754
  msgstr "Mostra totale condivisioni"
755
 
756
- #: ../admin/social_sharing.php:731
757
- #: ../admin/social_sharing.php:1143
758
  msgid "If enabled, total shares will be displayed with sharing icons"
759
  msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con le icone condivise"
760
 
761
- #: ../admin/social_sharing.php:740
762
- #: ../admin/social_sharing.php:1152
763
  msgid "Enable 'More' icon"
764
  msgstr "Abilita icona 'More'"
765
 
766
- #: ../admin/social_sharing.php:750
767
- #: ../admin/social_sharing.php:1162
768
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
769
  msgstr "Se questa opzione è abilitata, l'icona \"More\" sarà visualizzata dopo le icone sharing selezionate e mostrerà in un popup altri sharing networks disponibili"
770
 
771
- #: ../admin/social_sharing.php:760
772
- msgid "Vertical (Floating) Sharing Interface Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
773
  msgstr "Opzioni Interfaccia Verticale (Floating)"
774
 
775
- #: ../admin/social_sharing.php:766
776
- msgid "Enable vertical (floating) sharing interface"
777
- msgstr "Abilita interfaccia verticale (floating)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
778
 
779
- #: ../admin/social_sharing.php:776
780
- msgid "Master control to enable vertical (floating) sharing widget"
781
- msgstr "Controllo Principale per abilitare lo sharing widget verticale (floating)"
782
 
783
- #: ../admin/social_sharing.php:960
784
- #: ../admin/like_buttons.php:542
785
- msgid "Background Color"
786
- msgstr "Colore Background"
787
 
788
- #: ../admin/social_sharing.php:970
789
- 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>"
790
- msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
791
 
792
- #: ../admin/social_sharing.php:1000
793
- #: ../admin/like_buttons.php:582
794
- msgid "Left offset"
795
- msgstr "Left offset"
796
 
797
- #: ../admin/social_sharing.php:1010
798
- 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."
799
- msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra. Il Numero può anche essere negativo."
 
800
 
801
- #: ../admin/social_sharing.php:1020
802
- #: ../admin/like_buttons.php:602
803
- msgid "Right offset"
804
- msgstr "Right offset"
 
805
 
806
- #: ../admin/social_sharing.php:1030
807
- 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."
808
- msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra.Il Numero può anche essere negativo."
 
809
 
810
- #: ../admin/social_sharing.php:1039
811
- #: ../admin/like_buttons.php:621
812
- msgid "Top offset"
813
- msgstr "Top offset"
 
814
 
815
- #: ../admin/social_sharing.php:1049
816
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
817
- msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
 
 
818
 
819
- #: ../admin/social_sharing.php:1085
820
  #: ../admin/like_buttons.php:667
821
- #, fuzzy
822
- msgid "BuddyPress group"
823
- msgstr "Pagina di profilo BuddyPress"
824
 
825
- #: ../admin/social_sharing.php:1106
826
- msgid "Specify the pages where you want to enable vertical Sharing interface"
827
- msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
 
 
 
 
828
 
829
- #: ../admin/social_sharing.php:1170
830
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
831
- msgstr "Sui dispositivi mobili, incolla la sharing bar in basso e in orizzontale"
 
832
 
833
- #: ../admin/social_sharing.php:1180
834
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
835
- msgstr "Sui dispositivi mobili, l'interfaccia di condivisione verticale, si attacca in basso orizzontalmente"
 
836
 
837
- #: ../admin/social_sharing.php:1189
838
- msgid "Hide sharing on mobile devices"
839
- msgstr "Nascondi la condivisione sui dispositivi mobili"
840
 
841
- #: ../admin/social_sharing.php:1199
842
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
843
- msgstr "Se questa opzione è abilitata, l'interfaccia di condivisione verticale non apparirà sui dispositivi mobili"
 
844
 
845
- #: ../admin/social_sharing.php:1216
846
- msgid "Social Sharing Shortcode & Widget"
847
- msgstr "Shortcode & Widget"
 
848
 
849
- #: ../admin/social_sharing.php:1226
850
  msgid "Facebook Sharing Troubleshooter"
851
  msgstr "Risoluzione dei problemi Facebook Sharing"
852
 
853
- #: ../admin/social_sharing.php:1231
854
  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:"
855
  msgstr "Se la condivisione di Facebook non funziona bene, fai un clic sul collegamento che segue e inserisci nell'area di testo la url del tuo sito web che ti ha dato i problemi (dove quindi la condivisione di Facebook non ha funzionato bene):"
856
 
857
- #: ../admin/social_sharing.php:1247
858
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
859
  msgstr "Come posso mostrare conteggi del mio sito web, piuttosto che di singole pagine/post?"
860
 
861
- #: ../admin/social_sharing.php:1248
862
  msgid "How can I disable sharing on particular page/post?"
863
  msgstr "Come è possibile disattivare la condivisione di una pagina/post in particolare?"
864
 
865
- #: ../admin/social_sharing.php:1249
866
  msgid "How can I specify minimum sharing count for sharing networks?"
867
  msgstr "Come faccio a specificare il conteggio minimo di sharing per la condivisione di reti?"
868
 
869
- #: ../admin/social_commenting.php:10
870
- msgid "Social Commenting"
871
- msgstr "Social Commenting"
872
 
873
- #: ../admin/social_commenting.php:11
874
- #: ../admin/social_commenting.php:434
875
- msgid "Shortcode"
876
- msgstr "Shortcode"
877
 
878
- #: ../admin/social_commenting.php:18
879
- msgid "General Options"
880
- msgstr "Opzioni Generali"
 
 
 
 
 
 
 
 
 
 
881
 
882
- #: ../admin/social_commenting.php:24
883
  msgid "Enable Social Commenting"
884
  msgstr "Abilita Social Commenting"
885
 
886
- #: ../admin/social_commenting.php:34
887
  msgid "Master control to enable Social Commenting"
888
  msgstr "Controllo Principale per abilitare Social Commenting"
889
 
890
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
891
  msgid "Order of tabs in commenting interface"
892
  msgstr "Ordine delle schede nell'interfaccia commenti"
893
 
894
- #: ../admin/social_commenting.php:52
895
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
896
  msgstr "Ordine delle schede mostrate nell'interfaccia commenti. Il valore predefinito è wordpress,facebook,googleplus,disqus"
897
 
898
- #: ../admin/social_commenting.php:60
899
  msgid "Comment area label"
900
  msgstr "Etichetta Commento"
901
 
902
- #: ../admin/social_commenting.php:70
903
  msgid "Label for comment area"
904
  msgstr "Etichetta per Area Commenti"
905
 
906
- #: ../admin/social_commenting.php:83
907
  msgid "Enable Social Commenting at"
908
  msgstr "Abilita Social Commenting su"
909
 
910
- #: ../admin/social_commenting.php:102
911
  msgid "Specify the page/post groups where you want to enable Social Commenting"
912
  msgstr "Specificare i gruppi pagina/post in cui si desidera abilitare Social Commenting"
913
 
914
- #: ../admin/social_commenting.php:113
915
  msgid "HTML ID of comment form container"
916
  msgstr "ID HTML del modulo dei commenti container"
917
 
918
- #: ../admin/social_commenting.php:123
919
  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."
920
  msgstr "ID HTML di elemento contenitore del modulo commento predefinito al front-end. Lasciare vuoto per ID predefinito - \"rispondere\". È necessario specificare se commento forma di default viene visualizzato e Commentando sociale non sta ottenendo abilitata front-end del tuo sito web."
921
 
922
- #: ../admin/social_commenting.php:133
923
  msgid "Labels"
924
  msgstr "Etichette"
925
 
926
- #: ../admin/social_commenting.php:138
927
  msgid "Label for WordPress Commenting tab"
928
  msgstr "Etichetta per WordPress Commenting"
929
 
930
- #: ../admin/social_commenting.php:147
931
  msgid "Label for Facebook Commenting tab"
932
  msgstr "Etichetta per Facebook Commenting"
933
 
934
- #: ../admin/social_commenting.php:156
935
  msgid "Label for G+ Commenting tab"
936
  msgstr "Etichetta per G+ Commenting"
937
 
938
- #: ../admin/social_commenting.php:165
939
  msgid "Label for Disqus Commenting tab"
940
  msgstr "Etichetta per Disqus Commenting"
941
 
942
- #: ../admin/social_commenting.php:176
943
  msgid "Facebook Commenting Options"
944
  msgstr "Opzioni Facebook Commenting"
945
 
946
- #: ../admin/social_commenting.php:182
947
  msgid "Enable Facebook Comments notification and moderation"
948
  msgstr "Commenti Facebook - notifiche e moderazione"
949
 
950
- #: ../admin/social_commenting.php:190
951
- #: ../admin/social_commenting.php:200
952
  msgid "Enable Facebook Commenting"
953
  msgstr "Abilita Facebook Commenting"
954
 
955
- #: ../admin/social_commenting.php:208
956
- #: ../admin/social_commenting.php:366
957
  msgid "Url to comment on"
958
  msgstr "Url per commenti"
959
 
960
- #: ../admin/social_commenting.php:218
961
  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."
962
  msgstr "La URL assoluta a la quale i commentii pubblicati saranno associati permanentemente. Discussioni su Facebook relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(Consigliato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
963
 
964
- #: ../admin/social_commenting.php:226
965
- #: ../admin/social_commenting.php:348
966
  msgid "Width"
967
  msgstr "Larghezza"
968
 
969
- #: ../admin/social_commenting.php:236
970
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
971
  msgstr "La larghezza (in pixel) del Blocco Commenti. Lasciare vuoto per auto-regolare la dimensione."
972
 
973
- #: ../admin/social_commenting.php:244
974
  msgid "Color Scheme"
975
  msgstr "Combinazione di colori"
976
 
977
- #: ../admin/social_commenting.php:248
978
  msgid "Light"
979
  msgstr "Chiaro"
980
 
981
- #: ../admin/social_commenting.php:249
982
  msgid "Dark"
983
  msgstr "Scuro"
984
 
985
- #: ../admin/social_commenting.php:257
986
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
987
  msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
988
 
989
- #: ../admin/social_commenting.php:265
990
  msgid "Number of comments"
991
  msgstr "Numero di commenti"
992
 
993
- #: ../admin/social_commenting.php:275
994
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
995
  msgstr "Numero di commenti mostrati. Il valore minimo é 1. Il valore Predefinito é 10"
996
 
997
- #: ../admin/social_commenting.php:283
998
  msgid "Order by"
999
  msgstr "Ordina per"
1000
 
1001
- #: ../admin/social_commenting.php:287
1002
  msgid "Social"
1003
  msgstr "Social"
1004
 
1005
- #: ../admin/social_commenting.php:288
1006
  msgid "Reverse Time"
1007
  msgstr "Tempo Invertito"
1008
 
1009
- #: ../admin/social_commenting.php:289
1010
  msgid "Time"
1011
  msgstr "Tempo"
1012
 
1013
- #: ../admin/social_commenting.php:297
1014
  msgid "The order to use when displaying comments."
1015
  msgstr "L'ordine da usare quando si mostrano i commenti."
1016
 
1017
- #: ../admin/social_commenting.php:305
1018
- #: ../admin/like_buttons.php:132
1019
- #: ../admin/like_buttons.php:138
1020
- msgid "Language"
1021
- msgstr "Lingua"
1022
-
1023
- #: ../admin/social_commenting.php:315
1024
  #, php-format
1025
  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)"
1026
  msgstr "Inserire il codice della lingua che si vuole usare per mostrare i commenti. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1027
 
1028
- #: ../admin/social_commenting.php:324
1029
  msgid "Google Plus Commenting Options"
1030
  msgstr "Opzioni Google Plus Commenting"
1031
 
1032
- #: ../admin/social_commenting.php:330
1033
- #: ../admin/social_commenting.php:340
1034
  msgid "Enable Google Plus Commenting"
1035
  msgstr "Abilita Google+ Commenting"
1036
 
1037
- #: ../admin/social_commenting.php:358
1038
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1039
  msgstr "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una regolazione automatica"
1040
 
1041
- #: ../admin/social_commenting.php:376
1042
  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."
1043
  msgstr "La URL assoluta alla quale i commenti pubblicati saranno associati permanentemente. Discussioni su Google+ relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
1044
 
1045
- #: ../admin/social_commenting.php:385
1046
  msgid "Disqus Commenting Options"
1047
  msgstr "Opzioni Disqus Commenting"
1048
 
1049
- #: ../admin/social_commenting.php:391
1050
- #: ../admin/social_commenting.php:401
1051
  msgid "Enable Disqus Commenting"
1052
  msgstr "Abilita Disqus Commenting"
1053
 
1054
- #: ../admin/social_commenting.php:409
1055
  msgid "Disqus Shortname"
1056
  msgstr ""
1057
 
1058
- #: ../admin/social_commenting.php:419
1059
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1060
  msgstr "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori informazioni, visitare il seguente link."
1061
 
1062
- #: ../admin/social_commenting.php:436
1063
  msgid "Social Commenting Shortcode"
1064
  msgstr "Social Commenting Shortcode"
1065
 
1066
- #: ../admin/social_commenting.php:448
1067
  msgid "How can I disable Social Commenting at individual page/post?"
1068
  msgstr "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1069
 
1070
- #: ../admin/social_commenting.php:449
1071
  msgid "How to disable default comment form from Social Commenting?"
1072
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1073
 
1074
- #: ../admin/social_login.php:10
1075
- msgid "Social Login"
1076
- msgstr "Social Login"
1077
-
1078
- #: ../admin/social_login.php:23
1079
  msgid "Enable Social Login"
1080
  msgstr "Abilita \"Social Login\""
1081
 
1082
- #: ../admin/social_login.php:33
1083
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1084
  msgstr "Controllo Principale per Social Login. Dev'essere abilitato per attivare le funzionalitá di Social Login"
1085
 
1086
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
1087
  msgid "Disable user registration via Social Login"
1088
  msgstr "Disabilitare la registrazione degli utenti attraverso i social login"
1089
 
1090
- #: ../admin/social_login.php:51
1091
  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."
1092
  msgstr "Dopo l'attivazione di questa opzione, i nuovi utenti non saranno in grado di accedere tramite login sociale. Solo gli utenti esistenti potranno login sociale."
1093
 
1094
- #: ../admin/social_login.php:60
1095
  #, fuzzy
1096
  msgid "Redirection url"
1097
  msgstr "Reindirizzamento Login"
1098
 
1099
- #: ../admin/social_login.php:70
1100
  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."
1101
  msgstr "Utente verrà reindirizzato a questa pagina dopo tentativo di registrazione infruttuoso via Sociale Login. È possibile specificare l'URL del modulo di registrazione o di un messaggio di pagina che mostra in materia di registrazione disabile attraverso Sociale Login."
1102
 
1103
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1104
  msgid "Instagram"
1105
  msgstr "Instagram"
1106
 
1107
- #: ../admin/social_login.php:116
 
 
 
 
1108
  msgid "Select Social ID provider to enable in Social Login"
1109
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1110
 
1111
- #: ../admin/social_login.php:124
1112
  msgid "Facebook App ID"
1113
  msgstr "Facebook App ID"
1114
 
1115
- #: ../admin/social_login.php:134
1116
  #, php-format
1117
  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"
1118
  msgstr "Necessario per far funzionare Facebook Social Login. Per ottenere la Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1119
 
1120
- #: ../admin/social_login.php:136
1121
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1122
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1123
 
1124
- #: ../admin/social_login.php:146
1125
  msgid "Twitter API Key"
1126
  msgstr "Twitter API Key"
1127
 
1128
- #: ../admin/social_login.php:156
1129
  #, php-format
1130
  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"
1131
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a>"
1132
 
1133
- #: ../admin/social_login.php:158
1134
- #: ../admin/social_login.php:180
1135
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1136
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> al link indicato"
1137
 
1138
- #: ../admin/social_login.php:168
1139
  msgid "Twitter API Secret"
1140
  msgstr "Twitter API Secret"
1141
 
1142
- #: ../admin/social_login.php:178
1143
  #, php-format
1144
  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"
1145
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1146
 
1147
- #: ../admin/social_login.php:190
1148
  msgid "LinkedIn API Key"
1149
  msgstr "LinkedIn API Key"
1150
 
1151
- #: ../admin/social_login.php:200
1152
  #, php-format
1153
  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"
1154
  msgstr "Necessario per far funzionare LinkedIn Social Login. Per ottenere la LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1155
 
1156
- #: ../admin/social_login.php:202
1157
- #: ../admin/social_login.php:268
1158
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1159
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1160
 
1161
- #: ../admin/social_login.php:212
1162
  msgid "Google+ Client ID"
1163
  msgstr "Google+ Client ID"
1164
 
1165
- #: ../admin/social_login.php:222
1166
  #, php-format
1167
  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"
1168
  msgstr "Necessario per far funzionare GooglePlus Social Login. Per ottenere il GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1169
 
1170
- #: ../admin/social_login.php:224
1171
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1172
  msgstr "Incolla la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1173
 
1174
- #: ../admin/social_login.php:234
1175
  msgid "Vkontakte Application ID"
1176
  msgstr "Vkontakte App ID"
1177
 
1178
- #: ../admin/social_login.php:244
1179
  #, php-format
1180
  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"
1181
  msgstr "Necessario per far funzionare Vkontakte Social Login. Per ottenere la Vkontakte Application ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1182
 
1183
- #: ../admin/social_login.php:246
1184
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1185
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1186
 
1187
- #: ../admin/social_login.php:256
1188
  msgid "Instagram Client ID"
1189
  msgstr "Instagram Client ID"
1190
 
1191
- #: ../admin/social_login.php:266
1192
  #, php-format
1193
  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"
1194
  msgstr "Necessario per far funzionare Instagram Social Login. Per ottenere l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1195
 
1196
- #: ../admin/social_login.php:278
1197
  msgid "Xing Consumer Key"
1198
  msgstr ""
1199
 
1200
- #: ../admin/social_login.php:288
1201
  #, php-format
1202
  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"
1203
  msgstr "Necessario per far funzionare Xing Social Login. Per ottenere la Xing Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1204
 
1205
- #: ../admin/social_login.php:290
1206
- #: ../admin/social_login.php:312
1207
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1208
  msgstr "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1209
 
1210
- #: ../admin/social_login.php:300
1211
  msgid "Xing Consumer Secret"
1212
  msgstr ""
1213
 
1214
- #: ../admin/social_login.php:310
1215
  #, php-format
1216
  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"
1217
  msgstr "Necessario per far funzionare Xing Social Login to work. per ottenere la Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1218
 
1219
- #: ../admin/social_login.php:322
1220
- msgid "Include Javascript in website footer"
1221
- msgstr "Includi Javascript nel footer del sito web"
1222
-
1223
- #: ../admin/social_login.php:332
1224
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1225
- msgstr "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi nel footer del tuo sito web."
1226
-
1227
- #: ../admin/social_login.php:346
1228
  msgid "Login options"
1229
  msgstr "Opzioni di Login"
1230
 
1231
- #: ../admin/social_login.php:362
1232
  msgid "Text to display above the Social Login interface"
1233
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1234
 
1235
- #: ../admin/social_login.php:371
1236
  msgid "Enable at login page"
1237
  msgstr "Attiva nella pagina di Login"
1238
 
1239
- #: ../admin/social_login.php:381
1240
  msgid "Social Login interface will get enabled at the login page of your website"
1241
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1242
 
1243
- #: ../admin/social_login.php:389
1244
  msgid "Enable at register page"
1245
  msgstr "Abilita nella pagina di registrazione"
1246
 
1247
- #: ../admin/social_login.php:399
1248
  msgid "Social Login interface will get enabled at the registration page of your website"
1249
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1250
 
1251
- #: ../admin/social_login.php:407
1252
  msgid "Enable at comment form"
1253
  msgstr "Attiva nel form dei commenti"
1254
 
1255
- #: ../admin/social_login.php:417
1256
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1257
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1258
 
1259
- #: ../admin/social_login.php:431
1260
  msgid "Enable before WooCommerce Customer Login Form"
1261
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1262
 
1263
- #: ../admin/social_login.php:441
1264
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1265
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, prima del Form di Login."
1266
 
1267
- #: ../admin/social_login.php:449
1268
  msgid "Enable after WooCommerce Customer Login Form"
1269
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
1270
 
1271
- #: ../admin/social_login.php:459
1272
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1273
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, dopo il Form di Login."
1274
 
1275
- #: ../admin/social_login.php:467
1276
  msgid "Enable at WooCommerce checkout page"
1277
  msgstr "Abilita nella pagina checkout di WooCommerce"
1278
 
1279
- #: ../admin/social_login.php:477
1280
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1281
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1282
 
1283
- #: ../admin/social_login.php:488
1284
  msgid "Auto-approve comments made by Social Login users"
1285
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1286
 
1287
- #: ../admin/social_login.php:498
1288
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1289
  msgstr "Se questa opzione é attivata, e i commenti WordPress sono fatti da utenti che hanno avuto accesso tramite Social Login, il commento sará approvato immediatamente senza nessuna possibilitá di moderazione."
1290
 
1291
- #: ../admin/social_login.php:499
1292
  msgid "Note: This is not related to Facebook comments"
1293
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
1294
 
1295
- #: ../admin/social_login.php:509
1296
  msgid "Enable social avatar"
1297
  msgstr "Abilita Avatar"
1298
 
1299
- #: ../admin/social_login.php:519
1300
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1301
  msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1302
 
1303
- #: ../admin/social_login.php:529
1304
  msgid "Avatar quality"
1305
  msgstr "Qualità Avatar"
1306
 
1307
- #: ../admin/social_login.php:532
1308
  msgid "Average"
1309
  msgstr "Media"
1310
 
1311
- #: ../admin/social_login.php:533
1312
  msgid "Best"
1313
  msgstr "Migliore"
1314
 
1315
- #: ../admin/social_login.php:540
1316
  msgid "Choose avatar quality"
1317
  msgstr "Scelta qualità Avatar"
1318
 
1319
- #: ../admin/social_login.php:549
1320
  #, fuzzy
1321
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1322
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1323
 
1324
- #: ../admin/social_login.php:559
1325
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1326
  msgstr ""
1327
 
1328
- #: ../admin/social_login.php:580
1329
  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"
1330
  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"
1331
 
1332
- #: ../admin/social_login.php:589
1333
  msgid "Send username-password after user registration"
1334
  msgstr "Invia username-password dopo la registrazione dell'utente"
1335
 
1336
- #: ../admin/social_login.php:599
1337
  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)"
1338
  msgstr "Se questa opzione è abilitata, dopo la registrazione attraverso Social Login, sará inviata all'utente una email con le informazioni necessarie per accedere attraverso il metodo tradizionale (codice d'accesso e password)"
1339
 
1340
- #: ../admin/social_login.php:608
1341
  msgid "Enable social account linking at BuddyPress profile page"
1342
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
1343
 
1344
- #: ../admin/social_login.php:618
1345
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1346
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1347
 
1348
- #: ../admin/social_login.php:627
1349
  msgid "Login redirection"
1350
  msgstr "Reindirizzamento Login"
1351
 
1352
- #: ../admin/social_login.php:631
1353
  msgid "Same page where user logged in"
1354
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1355
 
1356
- #: ../admin/social_login.php:635
1357
- #: ../admin/social_login.php:665
1358
  msgid "Account dashboard"
1359
  msgstr "Pannello Account"
1360
 
1361
- #: ../admin/social_login.php:638
1362
- #: ../admin/social_login.php:668
1363
  msgid "BuddyPress profile page"
1364
  msgstr "Pagina di profilo BuddyPress"
1365
 
1366
- #: ../admin/social_login.php:641
1367
- #: ../admin/social_login.php:671
1368
  msgid "Custom Url"
1369
  msgstr "Url personalizzata"
1370
 
1371
- #: ../admin/social_login.php:649
1372
  msgid "User will be redirected to the selected page after Social Login"
1373
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1374
 
1375
- #: ../admin/social_login.php:657
1376
  msgid "Registration redirection"
1377
  msgstr "Reindirizzamento Registratione"
1378
 
1379
- #: ../admin/social_login.php:661
1380
  msgid "Same page from where user registered"
1381
  msgstr "La stessa pagina dove l'utente si è registrato"
1382
 
1383
- #: ../admin/social_login.php:679
1384
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1385
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1386
 
1387
- #: ../admin/social_login.php:687
1388
  msgid "Email popup options"
1389
  msgstr "Opzioni del popup 'Email Obbligatoria'"
1390
 
1391
- #: ../admin/social_login.php:693
1392
  msgid "Text on 'Email required' popup"
1393
  msgstr "Testo del pop-up"
1394
 
1395
- #: ../admin/social_login.php:703
1396
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1397
  msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1398
 
1399
- #: ../admin/social_login.php:712
1400
  msgid "Error message for 'Email required' popup"
1401
  msgstr "Messaggio d'errore"
1402
 
1403
- #: ../admin/social_login.php:722
1404
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1405
  msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1406
 
1407
- #: ../admin/social_login.php:731
1408
  msgid "Email popup height"
1409
  msgstr "Altezza pop-up Email"
1410
 
1411
- #: ../admin/social_login.php:741
1412
  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."
1413
  msgstr "Se state vedendo la barra di scorrimento verticale nel pop-up \"Email Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in questa opzione. Lasciare vuoto per l'impostazione predefinita."
1414
 
1415
- #: ../admin/social_login.php:749
1416
  msgid "Enable email verification"
1417
  msgstr "Abilita verifica email"
1418
 
1419
- #: ../admin/social_login.php:759
1420
  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"
1421
  msgstr "Se questa opzione è abilitata, l'indirizzo e-mail fornito dall'utente varrà verificato mediante l'invio di un link all' indirizzo e-mail specificato. L'utente non potrà accedere senza aver effettuato la procedura di verifica."
1422
 
1423
- #: ../admin/social_login.php:775
1424
  msgid "Social Login Shortcode & Widget"
1425
  msgstr "Shortcode & Widget"
1426
 
1427
- #: ../admin/social_login.php:776
1428
  msgid "Social Linking Shortcode"
1429
  msgstr ""
1430
 
@@ -1460,146 +1696,145 @@ msgstr "Nella sezione <strong>Social Sharing</strong>, puoi scegliere i Social N
1460
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1461
  msgstr "Nella sezione <strong>Pulsanti Mi-Piace</strong>, puoi scegliere i pulsanti Mi-Piace/+1 e configurarne le opzioni"
1462
 
1463
- #: ../admin/like_buttons.php:12
1464
- msgid "Like Buttons"
1465
- msgstr "Pulsanti Mi-Piace"
1466
-
1467
- #: ../admin/like_buttons.php:25
1468
  msgid "Enable Like Buttons"
1469
  msgstr "Attiva Pulsanti Mi-Piace"
1470
 
1471
- #: ../admin/like_buttons.php:35
1472
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1473
  msgstr "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per attivare le funzionalitá dei pulsanti Mi-Piace"
1474
 
1475
- #: ../admin/like_buttons.php:57
1476
- msgid "Use shortlinks already installed, for tweet button"
1477
- msgstr "Per pulsante Tweet, utilizza shortlinks già installati."
1478
-
1479
- #: ../admin/like_buttons.php:75
1480
- msgid "Enable bit.ly url shortener for tweet button"
1481
- msgstr "Abilita bit.ly url shortener per pulsante Tweet"
1482
-
1483
- #: ../admin/like_buttons.php:148
1484
- #, php-format
1485
- 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)"
1486
- msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1487
-
1488
- #: ../admin/like_buttons.php:157
1489
- msgid "Twitter Username"
1490
- msgstr "Twitter Username"
1491
-
1492
- #: ../admin/like_buttons.php:163
1493
- msgid "Twitter username for Tweet (without @)"
1494
- msgstr "Username Twitter per Tweet (senza @)"
1495
-
1496
- #: ../admin/like_buttons.php:173
1497
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1498
- msgstr "La username fornita viene aggiunta dopo il contenuto del tweet come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1499
-
1500
- #: ../admin/like_buttons.php:182
1501
- msgid "Twitter username for Buffer sharing (without @)"
1502
- msgstr "Username Twitter per Buffer sharing (senza @)"
1503
-
1504
- #: ../admin/like_buttons.php:192
1505
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1506
- msgstr "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1507
-
1508
- #: ../admin/like_buttons.php:201
1509
- msgid "Horizontal Interface Options"
1510
  msgstr "Opzioni Interfaccia Orizzontale"
1511
 
1512
- #: ../admin/like_buttons.php:207
1513
- msgid "Enable horizontal interface"
 
1514
  msgstr "Abilita interfaccia orizzontale"
1515
 
1516
- #: ../admin/like_buttons.php:217
1517
  msgid "Master control to enable horizontal like buttons"
1518
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
1519
 
1520
- #: ../admin/like_buttons.php:242
1521
- #: ../admin/like_buttons.php:483
1522
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1523
  msgstr "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
1524
 
1525
- #: ../admin/like_buttons.php:260
1526
  msgid "The text to display above the interface"
1527
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1528
 
1529
- #: ../admin/like_buttons.php:268
1530
- #: ../admin/like_buttons.php:491
1531
  msgid "Select and rearrange providers"
1532
  msgstr "Seleziona e riorganizza i provider"
1533
 
1534
- #: ../admin/like_buttons.php:312
1535
- #: ../admin/like_buttons.php:534
1536
  msgid "Select the providers for interface. Drag them to rearrange."
1537
  msgstr "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
1538
 
1539
- #: ../admin/like_buttons.php:334
1540
- #: ../admin/like_buttons.php:573
1541
  msgid "Horizontal alignment of the interface"
1542
  msgstr "Allineamento orizzontale dell'interfaccia"
1543
 
1544
- #: ../admin/like_buttons.php:355
1545
  msgid "Specify position of the interface with respect to the content"
1546
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1547
 
1548
- #: ../admin/like_buttons.php:363
1549
- #: ../admin/like_buttons.php:639
1550
  msgid "Interface location"
1551
  msgstr "Posizione Interfaccia"
1552
 
1553
- #: ../admin/like_buttons.php:373
1554
- #: ../admin/like_buttons.php:649
1555
  msgid "Excerpts"
1556
  msgstr "Estratti"
1557
 
1558
- #: ../admin/like_buttons.php:432
1559
  msgid "Specify the pages where you want to enable interface"
1560
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1561
 
1562
- #: ../admin/like_buttons.php:442
1563
  msgid "Vertical (Floating) like buttons Options"
1564
  msgstr "Opzioni Pulsanti Verticali (Floating)"
1565
 
1566
- #: ../admin/like_buttons.php:448
1567
- msgid "Enable vertical (floating) like buttons"
 
1568
  msgstr "Abilita pulsanti verticali Mi-Piace (floating)"
1569
 
1570
- #: ../admin/like_buttons.php:458
1571
  msgid "Master control to enable vertical (floating) counter widget"
1572
  msgstr "Controllo Principale per abilitare il counter widget verticale (floating)"
1573
 
1574
- #: ../admin/like_buttons.php:552
1575
  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>"
1576
  msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1577
 
1578
- #: ../admin/like_buttons.php:592
1579
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1580
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può anche essere negativo."
1581
 
1582
- #: ../admin/like_buttons.php:612
1583
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1584
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può anche essere negativo."
1585
 
1586
- #: ../admin/like_buttons.php:631
1587
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1588
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1589
 
1590
- #: ../admin/like_buttons.php:687
1591
  msgid "Specify the pages where you want to enable vertical interface"
1592
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
1593
 
1594
- #: ../admin/like_buttons.php:695
1595
  msgid "Hide like buttons on mobile devices"
1596
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
1597
 
1598
- #: ../admin/like_buttons.php:705
1599
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1600
  msgstr "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno sui dispositivi mobili"
1601
 
1602
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1603
  msgid "Like Buttons Shortcode & Widget"
1604
  msgstr "Pulsanti Shortcode & Widget"
1605
 
@@ -1607,11 +1842,11 @@ msgstr "Pulsanti Shortcode & Widget"
1607
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1608
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1609
 
1610
- #: ../inc/social_sharing.php:613
1611
  msgid "Invalid request"
1612
  msgstr "Domanda non valida"
1613
 
1614
- #: ../inc/social_sharing.php:620
1615
  msgid "Providers not selected"
1616
  msgstr "Providers non selezionati"
1617
 
@@ -1748,6 +1983,90 @@ msgstr "Vertical floating like buttons widget. Lascia condividire/like agli uten
1748
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1749
  msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
1750
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1751
  #~ msgid "Better"
1752
  #~ msgstr "Migliore"
1753
 
@@ -1818,10 +2137,6 @@ msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella p
1818
  #~ "Un valore booleano che specifica se si mostrará la versione ottimizata "
1819
  #~ "per cellulari o no. "
1820
 
1821
- #, fuzzy
1822
- #~ msgid "Sortcode & Widget"
1823
- #~ msgstr "Codice Corto & Widget"
1824
-
1825
  #~ msgid "Twitter username in tweet button"
1826
  #~ msgstr "Il nome d'utente di Twitter nel bottone Twitter"
1827
 
@@ -2241,13 +2556,6 @@ msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella p
2241
  #~ msgid "Important note"
2242
  #~ msgstr "Nota importante"
2243
 
2244
- #~ msgid ""
2245
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2246
- #~ "\"_blank\">this link</a>"
2247
- #~ msgstr ""
2248
- #~ "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" "
2249
- #~ "target=\"_blank\">questo collegamento</a>"
2250
-
2251
  #~ msgid "Publish feed on user's timeline on Facebook login"
2252
  #~ msgstr ""
2253
  #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
@@ -2375,9 +2683,6 @@ msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella p
2375
  #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2376
  #~ "amministrazione."
2377
 
2378
- #~ msgid "Donate"
2379
- #~ msgstr "Donare"
2380
-
2381
  #~ msgid ""
2382
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2383
  #~ "top of other plugins, please consider making a donation."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:40+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:40+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Immetti esattamente il seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto 3 %s)"
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare questo, potrebbe essere necessario contattare l'amministratore del server."
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo account"
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Notifiche"
39
 
40
+ #: ../super_socializer.php:417
41
+ #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Email Obbligatoria"
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Per favore, per completare la registrazione, controlla la tua casella di posta elettronica."
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, per aprire"
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Lascia un commento"
56
 
57
+ #: ../super_socializer.php:711
58
+ #, fuzzy
59
+ msgid "Super Socializer - General Options"
60
+ msgstr "Super Socializer - Login"
61
+
62
+ #: ../super_socializer.php:711
63
+ #: ../admin/general_options.php:11
64
+ #: ../admin/social_commenting.php:42
65
+ msgid "General Options"
66
+ msgstr "Opzioni Generali"
67
+
68
+ #: ../super_socializer.php:772
69
  msgid "Super Socializer - Social Avatar"
70
  msgstr "Super Socializer - Social Avatar"
71
 
72
+ #: ../super_socializer.php:775
73
  msgid "Small Avatar Url"
74
  msgstr "Url Avatar Piccolo"
75
 
76
+ #: ../super_socializer.php:780
77
  msgid "Large Avatar Url"
78
  msgstr "URL Avatar Grande"
79
 
80
+ #: ../super_socializer.php:848
81
  msgid "Email you entered is already registered or invalid"
82
  msgstr "La email inserita è già registrata o non è valida"
83
 
84
+ #: ../super_socializer.php:852
85
  msgid "Please enter a valid email address. You might be required to verify it"
86
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
87
 
93
  msgid "Dismiss this notice"
94
  msgstr "Rimuovi questo annuncio"
95
 
96
+ #: ../helper.php:155
97
  msgid "Click to show help"
98
  msgstr "Clicca per vedere l'aiuto"
99
 
100
+ #: ../helper.php:155
101
  msgid "Click to hide help"
102
  msgstr "Clicca per nascondere l'aiuto"
103
 
104
+ #: ../helper.php:249
105
  msgid "Settings"
106
  msgstr "Configurazioni"
107
 
108
+ #: ../helper.php:572
109
  msgid "Account linked successfully"
110
  msgstr "Account collegato correttamente"
111
 
112
+ #: ../helper.php:576
113
  msgid "Account already exists or linked"
114
  msgstr "Account esistente o già collegato"
115
 
116
+ #: ../helper.php:585
117
  msgid "You are already connected with"
118
  msgstr "Si è già connessi con"
119
 
120
+ #: ../helper.php:585
121
  msgid "as primary social network"
122
  msgstr "come rete sociale primaria"
123
 
124
+ #: ../helper.php:600
125
  msgid "Link your social account to login to your account at this website"
126
  msgstr "Collega il tuo social account per accedere al tuo account su questo sito"
127
 
128
+ #: ../helper.php:637
129
  msgid "Currently"
130
  msgstr "Attualmente"
131
 
132
+ #: ../helper.php:637
133
  msgid "Remove"
134
  msgstr "rimuovere"
135
 
136
+ #: ../helper.php:738
137
+ #, fuzzy
138
+ msgid "Disable Standard Social Sharing on this "
 
 
 
139
  msgstr "Disabilita Social Sharing Verticale"
140
 
141
+ #: ../helper.php:743
142
+ #, fuzzy
143
+ msgid "Disable Floating Social Sharing on this "
144
+ msgstr "Disabilita Social Sharing Orizzontale"
145
 
146
+ #: ../helper.php:748
147
+ #, fuzzy
148
+ msgid "Disable Standard like buttons on this "
149
  msgstr "Disabilita i pulsanti verticali Mi-piace"
150
 
151
+ #: ../helper.php:753
152
+ #, fuzzy
153
+ msgid "Disable Floating like buttons on this "
154
+ msgstr "Disabilita i pulsanti orizzontali Mi-piace"
155
+
156
+ #: ../helper.php:758
157
  msgid "Disable Social Commenting on this "
158
  msgstr "Disabilita Social Commenting"
159
 
160
+ #: ../helper.php:767
161
+ #, fuzzy
162
+ msgid "Standard Sharing Interface"
163
+ msgstr "Interfaccia"
164
 
165
+ #: ../helper.php:773
166
+ #: ../helper.php:792
167
  msgid "Starting share count for "
168
  msgstr "Avvio share count per"
169
 
170
+ #: ../helper.php:786
171
+ #, fuzzy
172
+ msgid "Floating Sharing Interface"
173
+ msgstr "Interfaccia"
174
 
175
+ #: ../helper.php:878
176
  #, fuzzy
177
  msgid "Social Avatar"
178
  msgstr "Url Avatar Piccolo"
179
 
180
+ #: ../helper.php:881
181
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
182
  msgstr ""
183
 
184
+ #: ../helper.php:882
185
  msgid "Update social avatar, next time I Social Login"
186
  msgstr ""
187
 
188
+ #: ../helper.php:885
189
  #, fuzzy
190
  msgid "Small Avatar"
191
  msgstr "Url Avatar Piccolo"
192
 
193
+ #: ../helper.php:889
194
  #, fuzzy
195
  msgid "Large Avatar"
196
  msgstr "URL Avatar Grande"
197
 
198
+ #: ../helper.php:893
199
+ #: ../admin/general_options.php:89
200
+ #: ../admin/social_sharing.php:1732
201
+ #: ../admin/social_commenting.php:464
202
+ #: ../admin/social_login.php:778
203
+ #: ../admin/like_buttons.php:764
204
  msgid "Save Changes"
205
  msgstr "Salva le modifiche"
206
 
207
+ #: ../admin/general_options.php:17
208
+ msgid "Include Javascript in website footer"
209
+ msgstr "Includi Javascript nel footer del sito web"
210
+
211
+ #: ../admin/general_options.php:27
212
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
213
+ msgstr "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi nel footer del tuo sito web."
214
+
215
+ #: ../admin/general_options.php:35
216
+ msgid "Load all Javascript files in single file"
217
+ msgstr ""
218
+
219
+ #: ../admin/general_options.php:45
220
+ msgid "Loads Javascript in single request."
221
+ msgstr ""
222
+
223
+ #: ../admin/general_options.php:53
224
+ msgid "Delete all the options on plugin deletion"
225
+ msgstr "Elimina tutte le opzioni quando si cancella il plugin"
226
+
227
+ #: ../admin/general_options.php:63
228
+ 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."
229
+ msgstr "Se questa opzione è abilitata, quando si cancella il plugin, le configurazioni saranno eliminate e, nel caso di una nuova istallazione, si dovranno riconfigurare di nuovo."
230
+
231
+ #: ../admin/general_options.php:71
232
+ #, fuzzy
233
+ msgid "Custom CSS"
234
+ msgstr "Url personalizzata"
235
+
236
+ #: ../admin/general_options.php:81
237
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
238
+ msgstr ""
239
+
240
  #: ../admin/help.php:4
241
  msgid "About"
242
  msgstr "Chi Siamo"
253
  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"
254
  msgstr "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo quello che facciamo. Per maggiori informazioni unisciti a noi su"
255
 
256
+ #: ../admin/help.php:17
257
+ msgid "Donate"
258
+ msgstr "Donare"
259
+
260
+ #: ../admin/help.php:19
261
+ msgid "You can help us continue the development of this free plugin by donating"
262
+ msgstr ""
263
+
264
+ #: ../admin/help.php:20
265
+ #, fuzzy
266
+ msgid "Donate Now"
267
+ msgstr "Donare"
268
+
269
+ #: ../admin/help.php:26
270
  msgid "Plugin Demo"
271
  msgstr "Dimostrazione del Plugin"
272
 
273
+ #: ../admin/help.php:32
274
+ msgid "Integrate with Google Analytics"
275
  msgstr ""
276
 
277
+ #: ../admin/help.php:38
278
  msgid "Boost sharing by awarding points"
279
  msgstr "Boost condivisione per l'attribuzione di punti"
280
 
281
+ #: ../admin/help.php:44
282
  msgid "Award points for Social Login"
283
  msgstr "Punti Premio per il Social Accedi"
284
 
285
+ #: ../admin/help.php:50
286
  #, fuzzy
287
  msgid "Other Add-ons"
288
  msgstr "Add-ons"
289
 
290
+ #: ../admin/help.php:55
291
  msgid "Need Help?"
292
  msgstr "Hai Bisogno di Aiuto?"
293
 
294
+ #: ../admin/help.php:57
295
  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>"
296
  msgstr "Se hai suggerimenti, domande. Se vuoi funzioni personalizzate per il plugin, posso realizzarle per te. Basta scrivermi via email a <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
297
 
298
+ #: ../admin/help.php:62
299
  msgid "Support Us"
300
  msgstr "Supportaci"
301
 
302
+ #: ../admin/help.php:65
303
+ #: ../admin/help.php:68
304
+ #: ../admin/help.php:69
305
+ #: ../admin/help.php:70
306
+ #: ../admin/help.php:71
307
+ #: ../admin/help.php:72
308
  msgid "Rate 5-star"
309
  msgstr "Rate 5-star"
310
 
311
+ #: ../admin/social_sharing.php:9
312
+ #: ../admin/social_commenting.php:8
313
+ #: ../admin/social_login.php:8
314
+ #: ../admin/like_buttons.php:10
315
+ msgid "Master Control"
316
+ msgstr ""
317
 
318
+ #: ../admin/social_sharing.php:14
319
+ msgid "Enable Social Sharing"
320
+ msgstr "Abilita Social Sharing"
 
 
 
 
 
321
 
322
+ #: ../admin/social_sharing.php:23
323
+ #, fuzzy
324
+ msgid "Master control to enable Social Sharing"
325
+ msgstr "Controllo Principale per abilitare l'interfaccia orizzontale"
326
+
327
+ #: ../admin/social_sharing.php:35
328
+ msgid "Theme Selection"
329
+ msgstr ""
330
+
331
+ #: ../admin/social_sharing.php:36
332
+ #: ../admin/like_buttons.php:37
333
+ #, fuzzy
334
+ msgid "Standard Interface"
335
  msgstr "Interfaccia"
336
 
337
+ #: ../admin/social_sharing.php:37
338
+ #: ../admin/like_buttons.php:38
339
+ #, fuzzy
340
+ msgid "Floating Interface"
341
+ msgstr "Interfaccia"
342
 
343
+ #: ../admin/social_sharing.php:38
344
+ #: ../admin/like_buttons.php:39
345
+ msgid "Miscellaneous"
346
+ msgstr ""
347
+
348
+ #: ../admin/social_sharing.php:39
349
+ #: ../admin/social_sharing.php:1681
350
+ #: ../admin/social_sharing.php:1683
351
+ #: ../admin/social_login.php:37
352
+ #: ../admin/social_login.php:764
353
+ #: ../admin/like_buttons.php:40
354
+ #: ../admin/like_buttons.php:751
355
  msgid "Shortcode & Widget"
356
  msgstr "Shortcode & Widget"
357
 
358
+ #: ../admin/social_sharing.php:40
359
  msgid "Troubleshooter"
360
  msgstr "Risoluzione dei problemi"
361
 
362
+ #: ../admin/social_sharing.php:41
363
+ #: ../admin/social_sharing.php:1712
364
+ #: ../admin/social_commenting.php:36
365
+ #: ../admin/social_commenting.php:452
366
  msgid "FAQ"
367
  msgstr "FAQ"
368
 
369
+ #: ../admin/social_sharing.php:48
370
+ msgid "Standard interface theme"
371
+ msgstr ""
 
 
 
 
 
 
 
 
372
 
373
+ #: ../admin/social_sharing.php:53
374
+ #: ../admin/social_sharing.php:360
375
+ msgid "Icon Preview"
376
+ msgstr "Anteprima Icona"
377
 
378
+ #: ../admin/social_sharing.php:125
379
+ #: ../admin/social_sharing.php:433
380
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
381
+ msgstr "Dopo aver apportato le modifiche, non dimenticate di salvare la configurazione, fare clic sul pulsante Salva in basso"
382
 
383
+ #: ../admin/social_sharing.php:132
384
+ #: ../admin/social_sharing.php:440
385
  msgid "Shape"
386
  msgstr "Forma"
387
 
388
+ #: ../admin/social_sharing.php:136
389
+ #: ../admin/social_sharing.php:444
390
  msgid "Round"
391
  msgstr "Arrotondata"
392
 
393
+ #: ../admin/social_sharing.php:138
394
+ #: ../admin/social_sharing.php:446
395
  msgid "Square"
396
  msgstr "Quadrata"
397
 
398
+ #: ../admin/social_sharing.php:140
399
+ #: ../admin/social_sharing.php:448
400
+ msgid "Rectangle"
401
+ msgstr ""
402
+
403
+ #: ../admin/social_sharing.php:147
404
+ #: ../admin/social_sharing.php:455
405
  msgid "Shape of the sharing icons"
406
  msgstr "Forma delle icone"
407
 
408
+ #: ../admin/social_sharing.php:156
409
+ #: ../admin/social_sharing.php:464
410
  msgid "Size (in pixels)"
411
  msgstr "Dimensioni (in pixel)"
412
 
413
+ #: ../admin/social_sharing.php:172
414
+ #: ../admin/social_sharing.php:480
415
  msgid "Size of the sharing icons"
416
  msgstr "Dimensione delle icone"
417
 
418
+ #: ../admin/social_sharing.php:182
419
+ #: ../admin/social_sharing.php:490
420
+ #, fuzzy
421
+ msgid "Width (in pixels)"
422
+ msgstr "Dimensioni (in pixel)"
423
 
424
+ #: ../admin/social_sharing.php:198
425
+ #: ../admin/social_sharing.php:506
426
+ #, fuzzy
427
+ msgid "Width of the sharing icons"
428
+ msgstr "Dimensione delle icone"
429
 
430
+ #: ../admin/social_sharing.php:206
431
+ #: ../admin/social_sharing.php:514
432
+ #, fuzzy
433
+ msgid "Height (in pixels)"
434
+ msgstr "Dimensioni (in pixel)"
435
 
436
+ #: ../admin/social_sharing.php:222
437
+ #: ../admin/social_sharing.php:530
438
+ #, fuzzy
439
+ msgid "Height of the sharing icons"
440
+ msgstr "Dimensione delle icone"
441
+
442
+ #: ../admin/social_sharing.php:232
443
+ #: ../admin/social_sharing.php:540
444
+ #, fuzzy
445
+ msgid "Border radius (in pixels)"
446
+ msgstr "Dimensioni (in pixel)"
447
+
448
+ #: ../admin/social_sharing.php:242
449
+ #: ../admin/social_sharing.php:550
450
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
451
  msgstr ""
452
 
453
+ #: ../admin/social_sharing.php:251
454
+ #: ../admin/social_sharing.php:559
455
+ #, fuzzy
456
+ msgid "Logo Color"
457
+ msgstr "Colore Background"
458
 
459
+ #: ../admin/social_sharing.php:255
460
+ #: ../admin/social_sharing.php:276
461
+ #: ../admin/social_sharing.php:296
462
+ #: ../admin/social_sharing.php:563
463
+ #: ../admin/social_sharing.php:584
464
+ #: ../admin/social_sharing.php:603
465
+ msgid "Default"
466
+ msgstr ""
467
 
468
+ #: ../admin/social_sharing.php:257
469
+ #: ../admin/social_sharing.php:277
470
+ #: ../admin/social_sharing.php:301
471
+ #: ../admin/social_sharing.php:565
472
+ #: ../admin/social_sharing.php:585
473
+ #: ../admin/social_sharing.php:608
474
+ msgid "On Hover"
475
+ msgstr ""
476
 
477
+ #: ../admin/social_sharing.php:265
478
+ #: ../admin/social_sharing.php:573
479
+ #, fuzzy
480
+ 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>"
481
+ msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
482
 
483
+ #: ../admin/social_sharing.php:273
484
+ #: ../admin/social_sharing.php:581
485
+ #: ../admin/social_sharing.php:1213
486
+ #: ../admin/like_buttons.php:395
487
+ msgid "Background Color"
488
+ msgstr "Colore Background"
489
 
490
+ #: ../admin/social_sharing.php:284
491
+ #: ../admin/social_sharing.php:592
492
+ #, fuzzy
493
+ 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>"
494
+ msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
495
 
496
  #: ../admin/social_sharing.php:292
497
+ #: ../admin/social_sharing.php:600
498
+ msgid "Border"
499
+ msgstr ""
500
 
501
+ #: ../admin/social_sharing.php:298
502
+ #: ../admin/social_sharing.php:303
503
+ #: ../admin/social_sharing.php:605
504
+ #: ../admin/social_sharing.php:610
505
+ #, fuzzy
506
+ msgid "Border Width"
507
+ msgstr "Codice Corto & Widget"
508
 
509
+ #: ../admin/social_sharing.php:299
510
+ #: ../admin/social_sharing.php:304
511
+ #: ../admin/social_sharing.php:606
512
+ #: ../admin/social_sharing.php:611
513
+ #, fuzzy
514
+ msgid "Border Color"
515
+ msgstr "Colore Background"
516
+
517
+ #: ../admin/social_sharing.php:311
518
+ #: ../admin/social_sharing.php:618
519
+ #, fuzzy
520
+ msgid "Icon border"
521
+ msgstr "Anteprima Icona"
522
 
523
  #: ../admin/social_sharing.php:319
524
+ #: ../admin/social_sharing.php:626
525
+ msgid "Counter Position"
526
+ msgstr ""
527
+
528
+ #: ../admin/social_sharing.php:319
529
+ #: ../admin/social_sharing.php:626
530
+ msgid "(applies, if counter enabled)"
531
+ msgstr ""
532
+
533
+ #: ../admin/social_sharing.php:323
534
+ #: ../admin/social_sharing.php:630
535
+ #: ../admin/social_sharing.php:851
536
+ #: ../admin/social_sharing.php:1235
537
+ #: ../admin/like_buttons.php:170
538
+ #: ../admin/like_buttons.php:417
539
+ msgid "Left"
540
+ msgstr "Sinistra"
541
+
542
+ #: ../admin/social_sharing.php:325
543
+ #: ../admin/social_sharing.php:632
544
+ msgid "Top"
545
+ msgstr ""
546
+
547
+ #: ../admin/social_sharing.php:327
548
+ #: ../admin/social_sharing.php:634
549
+ #: ../admin/social_sharing.php:853
550
+ #: ../admin/social_sharing.php:1236
551
+ #: ../admin/like_buttons.php:172
552
+ #: ../admin/like_buttons.php:418
553
+ msgid "Right"
554
+ msgstr "Destra"
555
 
556
  #: ../admin/social_sharing.php:329
557
+ #: ../admin/social_sharing.php:636
558
+ msgid "Bottom"
559
+ msgstr ""
 
560
 
561
+ #: ../admin/social_sharing.php:331
562
+ #: ../admin/social_sharing.php:638
563
+ msgid "Inner Left"
564
+ msgstr ""
565
+
566
+ #: ../admin/social_sharing.php:333
567
+ #: ../admin/social_sharing.php:640
568
+ msgid "Inner Top"
569
+ msgstr ""
570
+
571
+ #: ../admin/social_sharing.php:335
572
+ #: ../admin/social_sharing.php:642
573
+ #, fuzzy
574
+ msgid "Inner Right"
575
+ msgstr "Destra"
576
+
577
+ #: ../admin/social_sharing.php:337
578
+ #: ../admin/social_sharing.php:644
579
+ msgid "Inner Bottom"
580
+ msgstr ""
581
 
582
  #: ../admin/social_sharing.php:345
583
+ #: ../admin/social_sharing.php:652
584
+ #, fuzzy
585
+ msgid "Position of share counter"
586
+ msgstr "Parte inferiore del contenuto"
587
 
588
  #: ../admin/social_sharing.php:355
589
+ #, fuzzy
590
+ msgid "Floating interface theme"
591
+ msgstr "Interfaccia"
592
 
593
+ #: ../admin/social_sharing.php:667
594
+ #, fuzzy
595
+ msgid "Standard Sharing Interface Options"
596
  msgstr "Opzioni Interfaccia Orizzontale"
597
 
598
+ #: ../admin/social_sharing.php:673
599
+ #, fuzzy
600
+ msgid "Enable Standard sharing interface"
601
  msgstr "Abilita l'interfaccia orizzontale"
602
 
603
+ #: ../admin/social_sharing.php:683
604
+ #, fuzzy
605
+ msgid "Master control to enable standard sharing"
606
  msgstr "Controllo Principale per abilitare l'interfaccia orizzontale"
607
 
608
+ #: ../admin/social_sharing.php:693
609
+ #: ../admin/social_sharing.php:1081
610
+ #: ../admin/like_buttons.php:73
611
+ #: ../admin/like_buttons.php:321
612
  msgid "Target Url"
613
  msgstr "URL di destinazione"
614
 
615
+ #: ../admin/social_sharing.php:697
616
+ #: ../admin/social_sharing.php:1085
617
+ #: ../admin/like_buttons.php:77
618
+ #: ../admin/like_buttons.php:325
619
  msgid "Url of the webpage where icons are located (default)"
620
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
621
 
622
+ #: ../admin/social_sharing.php:699
623
+ #: ../admin/social_sharing.php:1087
624
+ #: ../admin/like_buttons.php:79
625
+ #: ../admin/like_buttons.php:327
626
  msgid "Url of the homepage of your website"
627
  msgstr "Url della homepage del tuo sito web"
628
 
629
+ #: ../admin/social_sharing.php:701
630
+ #: ../admin/social_sharing.php:1089
631
+ #: ../admin/like_buttons.php:81
632
+ #: ../admin/like_buttons.php:329
633
  msgid "Custom url"
634
  msgstr "Url personalizzata"
635
 
636
+ #: ../admin/social_sharing.php:708
637
+ #: ../admin/social_sharing.php:1096
638
  msgid "Url to share"
639
  msgstr "Url per condividere"
640
 
641
+ #: ../admin/social_sharing.php:716
642
+ #: ../admin/social_login.php:343
643
+ #: ../admin/like_buttons.php:96
644
  msgid "Title"
645
  msgstr "Titolo"
646
 
647
+ #: ../admin/social_sharing.php:726
648
  msgid "The text to display above the sharing interface"
649
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
650
 
651
+ #: ../admin/social_sharing.php:738
652
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
653
  msgid "Rearrange icons"
654
  msgstr "Riorganizza le icone"
655
 
656
+ #: ../admin/social_sharing.php:797
657
+ #: ../admin/social_sharing.php:1163
658
  msgid "Drag the icons to rearrange in desired order"
659
  msgstr "Trascina le icone per riordinare"
660
 
661
+ #: ../admin/social_sharing.php:805
662
+ #: ../admin/social_sharing.php:1171
663
+ #, fuzzy
664
+ msgid "Select Sharing Services"
665
+ msgstr "Seleziona e riorganizza i provider"
666
+
667
+ #: ../admin/social_sharing.php:812
668
+ #: ../admin/social_sharing.php:1178
669
+ msgid "Select sharing services to show in social share bar"
670
+ msgstr ""
671
+
672
+ #: ../admin/social_sharing.php:847
673
+ #: ../admin/social_sharing.php:1231
674
+ #: ../admin/like_buttons.php:166
675
+ #: ../admin/like_buttons.php:413
676
  msgid "Horizontal alignment"
677
  msgstr "Allineamento orizzontale"
678
 
679
+ #: ../admin/social_sharing.php:852
680
+ #: ../admin/like_buttons.php:171
 
 
 
 
 
 
 
681
  msgid "Center"
682
  msgstr "centro"
683
 
684
+ #: ../admin/social_sharing.php:861
685
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
686
  msgid "Horizontal alignment of the sharing interface"
687
  msgstr "Allineamento orizzontale della interfaccia sharing"
688
 
689
+ #: ../admin/social_sharing.php:869
690
+ #: ../admin/like_buttons.php:188
691
  msgid "Position with respect to content"
692
  msgstr "Posizione rispetto al contenuto"
693
 
694
+ #: ../admin/social_sharing.php:873
695
+ #: ../admin/like_buttons.php:192
696
  msgid "Top of the content"
697
  msgstr "Parte superiore del contenuto"
698
 
699
+ #: ../admin/social_sharing.php:875
700
+ #: ../admin/like_buttons.php:194
701
  msgid "Bottom of the content"
702
  msgstr "Parte inferiore del contenuto"
703
 
704
+ #: ../admin/social_sharing.php:882
705
  msgid "Specify position of the sharing interface with respect to the content"
706
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
707
 
708
+ #: ../admin/social_sharing.php:890
709
+ #: ../admin/social_sharing.php:1310
710
+ msgid "Placement"
711
+ msgstr ""
712
 
713
+ #: ../admin/social_sharing.php:894
714
+ #: ../admin/social_sharing.php:1314
715
+ #: ../admin/social_login.php:624
716
+ #: ../admin/social_login.php:654
717
+ #: ../admin/like_buttons.php:213
718
+ #: ../admin/like_buttons.php:496
719
  msgid "Homepage"
720
  msgstr "Homepage"
721
 
722
+ #: ../admin/social_sharing.php:896
723
+ #: ../admin/social_sharing.php:1316
724
+ #: ../admin/like_buttons.php:215
725
+ #: ../admin/like_buttons.php:498
726
  msgid "Posts"
727
  msgstr "Post"
728
 
729
+ #: ../admin/social_sharing.php:898
730
+ #: ../admin/social_sharing.php:1318
731
+ #: ../admin/like_buttons.php:217
732
+ #: ../admin/like_buttons.php:500
733
  msgid "Pages"
734
  msgstr "Pagine"
735
 
736
+ #: ../admin/social_sharing.php:900
737
+ #: ../admin/social_sharing.php:1320
738
  msgid "Excerpts (at Homepage)"
739
  msgstr "Estratti (in homepage)"
740
 
741
+ #: ../admin/social_sharing.php:902
742
+ #: ../admin/social_sharing.php:1322
743
+ #: ../admin/like_buttons.php:221
744
+ #: ../admin/like_buttons.php:504
745
  msgid "Category Archives"
746
  msgstr "Archivi di categorie"
747
 
748
+ #: ../admin/social_sharing.php:904
749
+ #: ../admin/social_sharing.php:1324
750
+ #: ../admin/like_buttons.php:223
751
+ #: ../admin/like_buttons.php:506
752
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
753
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
754
 
755
+ #: ../admin/social_sharing.php:920
756
+ #: ../admin/like_buttons.php:239
757
  #, fuzzy
758
  msgid "BuddyPress activity"
759
  msgstr "Attività BuddyPress e gruppi"
760
 
761
+ #: ../admin/social_sharing.php:922
762
+ #: ../admin/like_buttons.php:242
763
  msgid "BuddyPress group (only at top of content)"
764
  msgstr ""
765
 
766
+ #: ../admin/social_sharing.php:928
767
+ #: ../admin/social_sharing.php:1346
768
+ #: ../admin/like_buttons.php:249
769
+ #: ../admin/like_buttons.php:527
770
  msgid "BBPress forum"
771
  msgstr ""
772
 
773
+ #: ../admin/social_sharing.php:931
774
+ #: ../admin/social_sharing.php:1349
775
+ #: ../admin/like_buttons.php:252
776
+ #: ../admin/like_buttons.php:530
777
  msgid "BBPress topic"
778
  msgstr "Argomento BBPress"
779
 
780
+ #: ../admin/social_sharing.php:934
781
+ #: ../admin/like_buttons.php:255
782
  msgid "BBPress reply"
783
  msgstr "Risposta BBPress"
784
 
785
+ #: ../admin/social_sharing.php:941
786
+ #: ../admin/like_buttons.php:261
787
  msgid "After individual product at WooCommerce Shop page"
788
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
789
 
790
+ #: ../admin/social_sharing.php:944
791
+ #: ../admin/like_buttons.php:264
792
  msgid "WooCommerce Product Page"
793
  msgstr "WooCommerce Pagina Prodotto"
794
 
795
+ #: ../admin/social_sharing.php:947
796
+ #: ../admin/like_buttons.php:267
797
  msgid "WooCommerce Thankyou Page"
798
  msgstr "WooCommerce Pagina Thankyou"
799
 
800
+ #: ../admin/social_sharing.php:958
801
  msgid "Specify the pages where you want to enable Sharing interface"
802
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
803
 
804
+ #: ../admin/social_sharing.php:966
805
+ #: ../admin/social_sharing.php:1367
806
  msgid "Show share counts"
807
  msgstr "Mostra quantitá di condivisioni"
808
 
809
+ #: ../admin/social_sharing.php:971
810
+ #: ../admin/social_sharing.php:1372
811
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
812
+ msgstr ""
813
+
814
+ #: ../admin/social_sharing.php:988
815
+ #: ../admin/social_sharing.php:1380
816
+ #, php-format
817
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
818
+ msgstr ""
819
+
820
+ #: ../admin/social_sharing.php:990
821
+ #: ../admin/social_sharing.php:1382
822
+ #, fuzzy, php-format
823
+ 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>"
824
+ msgstr "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
825
+
826
+ #: ../admin/social_sharing.php:992
827
+ #: ../admin/social_sharing.php:1384
828
+ #, php-format
829
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
830
+ msgstr ""
831
+
832
+ #: ../admin/social_sharing.php:994
833
+ #: ../admin/social_sharing.php:1386
834
+ #, fuzzy, php-format
835
+ 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>"
836
+ msgstr "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
837
+
838
+ #: ../admin/social_sharing.php:1001
839
+ #: ../admin/social_sharing.php:1393
840
  msgid "If enabled, share counts are displayed above sharing icons."
841
  msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato sopra le icone condivise"
842
 
843
+ #: ../admin/social_sharing.php:1010
844
+ #: ../admin/social_sharing.php:1402
845
  msgid "Show total shares"
846
  msgstr "Mostra totale condivisioni"
847
 
848
+ #: ../admin/social_sharing.php:1020
849
+ #: ../admin/social_sharing.php:1412
850
  msgid "If enabled, total shares will be displayed with sharing icons"
851
  msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con le icone condivise"
852
 
853
+ #: ../admin/social_sharing.php:1029
854
+ #: ../admin/social_sharing.php:1421
855
  msgid "Enable 'More' icon"
856
  msgstr "Abilita icona 'More'"
857
 
858
+ #: ../admin/social_sharing.php:1039
859
+ #: ../admin/social_sharing.php:1431
860
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
861
  msgstr "Se questa opzione è abilitata, l'icona \"More\" sarà visualizzata dopo le icone sharing selezionate e mostrerà in un popup altri sharing networks disponibili"
862
 
863
+ #: ../admin/social_sharing.php:1055
864
+ #, fuzzy
865
+ msgid "Floating Sharing Interface Options"
866
+ msgstr "Opzioni Interfaccia Verticale (Floating)"
867
+
868
+ #: ../admin/social_sharing.php:1061
869
+ #, fuzzy
870
+ msgid "Enable Floating sharing interface"
871
+ msgstr "Abilita interfaccia verticale (floating)"
872
+
873
+ #: ../admin/social_sharing.php:1071
874
+ #, fuzzy
875
+ msgid "Master control to enable floating sharing widget"
876
+ msgstr "Controllo Principale per abilitare lo sharing widget verticale (floating)"
877
+
878
+ #: ../admin/social_sharing.php:1223
879
+ 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>"
880
+ msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
881
+
882
+ #: ../admin/social_sharing.php:1253
883
+ #: ../admin/like_buttons.php:435
884
+ msgid "Left offset"
885
+ msgstr "Left offset"
886
+
887
+ #: ../admin/social_sharing.php:1263
888
+ 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."
889
+ msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra. Il Numero può anche essere negativo."
890
+
891
+ #: ../admin/social_sharing.php:1273
892
+ #: ../admin/like_buttons.php:455
893
+ msgid "Right offset"
894
+ msgstr "Right offset"
895
+
896
+ #: ../admin/social_sharing.php:1283
897
+ 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."
898
+ msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra.Il Numero può anche essere negativo."
899
+
900
+ #: ../admin/social_sharing.php:1292
901
+ #: ../admin/like_buttons.php:474
902
+ msgid "Top offset"
903
+ msgstr "Top offset"
904
+
905
+ #: ../admin/social_sharing.php:1302
906
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
907
+ msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
908
+
909
+ #: ../admin/social_sharing.php:1338
910
+ #: ../admin/like_buttons.php:520
911
+ #, fuzzy
912
+ msgid "BuddyPress group"
913
+ msgstr "Pagina di profilo BuddyPress"
914
+
915
+ #: ../admin/social_sharing.php:1359
916
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
917
+ msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
918
+
919
+ #: ../admin/social_sharing.php:1439
920
+ #, fuzzy
921
+ msgid "Vertical floating bar responsiveness"
922
  msgstr "Opzioni Interfaccia Verticale (Floating)"
923
 
924
+ #: ../admin/social_sharing.php:1442
925
+ #, php-format
926
+ msgid "Display vertical interface only when screen is wider than %s pixels"
927
+ msgstr ""
928
+
929
+ #: ../admin/social_sharing.php:1449
930
+ msgid "Display vertical interface only when screen is wider than the width specified."
931
+ msgstr ""
932
+
933
+ #: ../admin/social_sharing.php:1457
934
+ msgid "Horizontal floating bar responsiveness"
935
+ msgstr ""
936
+
937
+ #: ../admin/social_sharing.php:1460
938
+ #, fuzzy, php-format
939
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
940
+ msgstr "Sui dispositivi mobili, l'interfaccia di condivisione verticale, si attacca in basso orizzontalmente"
941
+
942
+ #: ../admin/social_sharing.php:1467
943
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
944
+ msgstr ""
945
+
946
+ #: ../admin/social_sharing.php:1477
947
+ #, fuzzy
948
+ msgid "Horizontal floating bar position"
949
+ msgstr "Opzioni Interfaccia Orizzontale"
950
+
951
+ #: ../admin/social_sharing.php:1480
952
+ #, php-format
953
+ msgid "%s pixels from %s"
954
+ msgstr ""
955
+
956
+ #: ../admin/social_sharing.php:1487
957
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
958
+ msgstr ""
959
+
960
+ #: ../admin/social_sharing.php:1506
961
+ #: ../admin/like_buttons.php:576
962
+ msgid "Url shortener"
963
+ msgstr "Url shortener"
964
 
965
+ #: ../admin/social_sharing.php:1512
966
+ msgid "Use shortlinks already installed"
967
+ msgstr "Utilizza shortlinks già installati"
968
 
969
+ #: ../admin/social_sharing.php:1522
970
+ #: ../admin/like_buttons.php:592
971
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
972
+ msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno plugin shortening"
973
 
974
+ #: ../admin/social_sharing.php:1530
975
+ msgid "Enable bit.ly url shortener for sharing"
976
+ msgstr "Abilita bit.ly url shortener per lo sharing"
977
 
978
+ #: ../admin/social_sharing.php:1540
979
+ #: ../admin/like_buttons.php:610
980
+ msgid "Master control to enable bit.ly url shortening for sharing"
981
+ msgstr "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
982
 
983
+ #: ../admin/social_sharing.php:1548
984
+ #: ../admin/like_buttons.php:618
985
+ msgid "bit.ly username"
986
+ msgstr "bit.ly username"
987
 
988
+ #: ../admin/social_sharing.php:1558
989
+ #: ../admin/like_buttons.php:628
990
+ #, php-format
991
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
992
+ msgstr "Per ottenere il vostro username accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
993
 
994
+ #: ../admin/social_sharing.php:1567
995
+ #: ../admin/like_buttons.php:637
996
+ msgid "bit.ly API Key"
997
+ msgstr "bit.ly API Key"
998
 
999
+ #: ../admin/social_sharing.php:1577
1000
+ #: ../admin/like_buttons.php:647
1001
+ #, php-format
1002
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1003
+ msgstr "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
1004
 
1005
+ #: ../admin/social_sharing.php:1590
1006
+ #: ../admin/like_buttons.php:660
1007
+ #, fuzzy
1008
+ msgid "ShortUrl cache cleared successfully."
1009
+ msgstr "Account collegato correttamente"
1010
 
1011
+ #: ../admin/social_sharing.php:1597
1012
  #: ../admin/like_buttons.php:667
1013
+ 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."
1014
+ msgstr ""
 
1015
 
1016
+ #: ../admin/social_sharing.php:1606
1017
+ #: ../admin/social_sharing.php:1612
1018
+ #: ../admin/social_commenting.php:311
1019
+ #: ../admin/like_buttons.php:676
1020
+ #: ../admin/like_buttons.php:682
1021
+ msgid "Language"
1022
+ msgstr "Lingua"
1023
 
1024
+ #: ../admin/social_sharing.php:1622
1025
+ #, fuzzy, php-format
1026
+ 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)"
1027
+ msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1028
 
1029
+ #: ../admin/social_sharing.php:1631
1030
+ #, fuzzy
1031
+ msgid "Username in sharing"
1032
+ msgstr "Username Twitter in sharing"
1033
 
1034
+ #: ../admin/social_sharing.php:1637
1035
+ msgid "Twitter username (without @)"
1036
+ msgstr "Username Twitter (senza @)"
1037
 
1038
+ #: ../admin/social_sharing.php:1647
1039
+ #: ../admin/social_sharing.php:1666
1040
+ 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."
1041
+ msgstr "La username fornita viene aggiunta dopo il contenuto condiviso come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1042
 
1043
+ #: ../admin/social_sharing.php:1656
1044
+ #, fuzzy
1045
+ msgid "Buffer username (without @)"
1046
+ msgstr "Username Twitter (senza @)"
1047
 
1048
+ #: ../admin/social_sharing.php:1693
1049
  msgid "Facebook Sharing Troubleshooter"
1050
  msgstr "Risoluzione dei problemi Facebook Sharing"
1051
 
1052
+ #: ../admin/social_sharing.php:1698
1053
  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:"
1054
  msgstr "Se la condivisione di Facebook non funziona bene, fai un clic sul collegamento che segue e inserisci nell'area di testo la url del tuo sito web che ti ha dato i problemi (dove quindi la condivisione di Facebook non ha funzionato bene):"
1055
 
1056
+ #: ../admin/social_sharing.php:1714
1057
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1058
  msgstr "Come posso mostrare conteggi del mio sito web, piuttosto che di singole pagine/post?"
1059
 
1060
+ #: ../admin/social_sharing.php:1715
1061
  msgid "How can I disable sharing on particular page/post?"
1062
  msgstr "Come è possibile disattivare la condivisione di una pagina/post in particolare?"
1063
 
1064
+ #: ../admin/social_sharing.php:1716
1065
  msgid "How can I specify minimum sharing count for sharing networks?"
1066
  msgstr "Come faccio a specificare il conteggio minimo di sharing per la condivisione di reti?"
1067
 
1068
+ #: ../admin/social_sharing.php:1717
1069
+ msgid "How to share specific page?"
1070
+ msgstr ""
1071
 
1072
+ #: ../admin/social_sharing.php:1718
1073
+ msgid "How to integrate Google Analytics with sharing?"
1074
+ msgstr ""
 
1075
 
1076
+ #: ../admin/social_sharing.php:1719
1077
+ msgid "How to customize the look of total share counts?"
1078
+ msgstr ""
1079
+
1080
+ #: ../admin/social_sharing.php:1720
1081
+ #, fuzzy
1082
+ msgid "How to customize the look of individual share counts?"
1083
+ msgstr "Mostra conteggi condivisioni individuali:"
1084
+
1085
+ #: ../admin/social_sharing.php:1721
1086
+ #, fuzzy
1087
+ msgid "How to show Whatsapp icon only on mobile devices?"
1088
+ msgstr "Nascondi la condivisione sui dispositivi mobili"
1089
 
1090
+ #: ../admin/social_commenting.php:13
1091
  msgid "Enable Social Commenting"
1092
  msgstr "Abilita Social Commenting"
1093
 
1094
+ #: ../admin/social_commenting.php:23
1095
  msgid "Master control to enable Social Commenting"
1096
  msgstr "Controllo Principale per abilitare Social Commenting"
1097
 
1098
+ #: ../admin/social_commenting.php:34
1099
+ msgid "Social Commenting"
1100
+ msgstr "Social Commenting"
1101
+
1102
+ #: ../admin/social_commenting.php:35
1103
+ #: ../admin/social_commenting.php:440
1104
+ msgid "Shortcode"
1105
+ msgstr "Shortcode"
1106
+
1107
+ #: ../admin/social_commenting.php:48
1108
  msgid "Order of tabs in commenting interface"
1109
  msgstr "Ordine delle schede nell'interfaccia commenti"
1110
 
1111
+ #: ../admin/social_commenting.php:58
1112
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1113
  msgstr "Ordine delle schede mostrate nell'interfaccia commenti. Il valore predefinito è wordpress,facebook,googleplus,disqus"
1114
 
1115
+ #: ../admin/social_commenting.php:66
1116
  msgid "Comment area label"
1117
  msgstr "Etichetta Commento"
1118
 
1119
+ #: ../admin/social_commenting.php:76
1120
  msgid "Label for comment area"
1121
  msgstr "Etichetta per Area Commenti"
1122
 
1123
+ #: ../admin/social_commenting.php:89
1124
  msgid "Enable Social Commenting at"
1125
  msgstr "Abilita Social Commenting su"
1126
 
1127
+ #: ../admin/social_commenting.php:108
1128
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1129
  msgstr "Specificare i gruppi pagina/post in cui si desidera abilitare Social Commenting"
1130
 
1131
+ #: ../admin/social_commenting.php:119
1132
  msgid "HTML ID of comment form container"
1133
  msgstr "ID HTML del modulo dei commenti container"
1134
 
1135
+ #: ../admin/social_commenting.php:129
1136
  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."
1137
  msgstr "ID HTML di elemento contenitore del modulo commento predefinito al front-end. Lasciare vuoto per ID predefinito - \"rispondere\". È necessario specificare se commento forma di default viene visualizzato e Commentando sociale non sta ottenendo abilitata front-end del tuo sito web."
1138
 
1139
+ #: ../admin/social_commenting.php:139
1140
  msgid "Labels"
1141
  msgstr "Etichette"
1142
 
1143
+ #: ../admin/social_commenting.php:144
1144
  msgid "Label for WordPress Commenting tab"
1145
  msgstr "Etichetta per WordPress Commenting"
1146
 
1147
+ #: ../admin/social_commenting.php:153
1148
  msgid "Label for Facebook Commenting tab"
1149
  msgstr "Etichetta per Facebook Commenting"
1150
 
1151
+ #: ../admin/social_commenting.php:162
1152
  msgid "Label for G+ Commenting tab"
1153
  msgstr "Etichetta per G+ Commenting"
1154
 
1155
+ #: ../admin/social_commenting.php:171
1156
  msgid "Label for Disqus Commenting tab"
1157
  msgstr "Etichetta per Disqus Commenting"
1158
 
1159
+ #: ../admin/social_commenting.php:182
1160
  msgid "Facebook Commenting Options"
1161
  msgstr "Opzioni Facebook Commenting"
1162
 
1163
+ #: ../admin/social_commenting.php:188
1164
  msgid "Enable Facebook Comments notification and moderation"
1165
  msgstr "Commenti Facebook - notifiche e moderazione"
1166
 
1167
+ #: ../admin/social_commenting.php:196
1168
+ #: ../admin/social_commenting.php:206
1169
  msgid "Enable Facebook Commenting"
1170
  msgstr "Abilita Facebook Commenting"
1171
 
1172
+ #: ../admin/social_commenting.php:214
1173
+ #: ../admin/social_commenting.php:372
1174
  msgid "Url to comment on"
1175
  msgstr "Url per commenti"
1176
 
1177
+ #: ../admin/social_commenting.php:224
1178
  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."
1179
  msgstr "La URL assoluta a la quale i commentii pubblicati saranno associati permanentemente. Discussioni su Facebook relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(Consigliato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
1180
 
1181
+ #: ../admin/social_commenting.php:232
1182
+ #: ../admin/social_commenting.php:354
1183
  msgid "Width"
1184
  msgstr "Larghezza"
1185
 
1186
+ #: ../admin/social_commenting.php:242
1187
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1188
  msgstr "La larghezza (in pixel) del Blocco Commenti. Lasciare vuoto per auto-regolare la dimensione."
1189
 
1190
+ #: ../admin/social_commenting.php:250
1191
  msgid "Color Scheme"
1192
  msgstr "Combinazione di colori"
1193
 
1194
+ #: ../admin/social_commenting.php:254
1195
  msgid "Light"
1196
  msgstr "Chiaro"
1197
 
1198
+ #: ../admin/social_commenting.php:255
1199
  msgid "Dark"
1200
  msgstr "Scuro"
1201
 
1202
+ #: ../admin/social_commenting.php:263
1203
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1204
  msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
1205
 
1206
+ #: ../admin/social_commenting.php:271
1207
  msgid "Number of comments"
1208
  msgstr "Numero di commenti"
1209
 
1210
+ #: ../admin/social_commenting.php:281
1211
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1212
  msgstr "Numero di commenti mostrati. Il valore minimo é 1. Il valore Predefinito é 10"
1213
 
1214
+ #: ../admin/social_commenting.php:289
1215
  msgid "Order by"
1216
  msgstr "Ordina per"
1217
 
1218
+ #: ../admin/social_commenting.php:293
1219
  msgid "Social"
1220
  msgstr "Social"
1221
 
1222
+ #: ../admin/social_commenting.php:294
1223
  msgid "Reverse Time"
1224
  msgstr "Tempo Invertito"
1225
 
1226
+ #: ../admin/social_commenting.php:295
1227
  msgid "Time"
1228
  msgstr "Tempo"
1229
 
1230
+ #: ../admin/social_commenting.php:303
1231
  msgid "The order to use when displaying comments."
1232
  msgstr "L'ordine da usare quando si mostrano i commenti."
1233
 
1234
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
1235
  #, php-format
1236
  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)"
1237
  msgstr "Inserire il codice della lingua che si vuole usare per mostrare i commenti. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1238
 
1239
+ #: ../admin/social_commenting.php:330
1240
  msgid "Google Plus Commenting Options"
1241
  msgstr "Opzioni Google Plus Commenting"
1242
 
1243
+ #: ../admin/social_commenting.php:336
1244
+ #: ../admin/social_commenting.php:346
1245
  msgid "Enable Google Plus Commenting"
1246
  msgstr "Abilita Google+ Commenting"
1247
 
1248
+ #: ../admin/social_commenting.php:364
1249
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1250
  msgstr "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una regolazione automatica"
1251
 
1252
+ #: ../admin/social_commenting.php:382
1253
  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."
1254
  msgstr "La URL assoluta alla quale i commenti pubblicati saranno associati permanentemente. Discussioni su Google+ relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
1255
 
1256
+ #: ../admin/social_commenting.php:391
1257
  msgid "Disqus Commenting Options"
1258
  msgstr "Opzioni Disqus Commenting"
1259
 
1260
+ #: ../admin/social_commenting.php:397
1261
+ #: ../admin/social_commenting.php:407
1262
  msgid "Enable Disqus Commenting"
1263
  msgstr "Abilita Disqus Commenting"
1264
 
1265
+ #: ../admin/social_commenting.php:415
1266
  msgid "Disqus Shortname"
1267
  msgstr ""
1268
 
1269
+ #: ../admin/social_commenting.php:425
1270
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1271
  msgstr "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori informazioni, visitare il seguente link."
1272
 
1273
+ #: ../admin/social_commenting.php:442
1274
  msgid "Social Commenting Shortcode"
1275
  msgstr "Social Commenting Shortcode"
1276
 
1277
+ #: ../admin/social_commenting.php:454
1278
  msgid "How can I disable Social Commenting at individual page/post?"
1279
  msgstr "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1280
 
1281
+ #: ../admin/social_commenting.php:455
1282
  msgid "How to disable default comment form from Social Commenting?"
1283
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1284
 
1285
+ #: ../admin/social_login.php:14
 
 
 
 
1286
  msgid "Enable Social Login"
1287
  msgstr "Abilita \"Social Login\""
1288
 
1289
+ #: ../admin/social_login.php:24
1290
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1291
  msgstr "Controllo Principale per Social Login. Dev'essere abilitato per attivare le funzionalitá di Social Login"
1292
 
1293
+ #: ../admin/social_login.php:35
1294
+ #: ../admin/social_login.php:43
1295
+ msgid "Basic Configuration"
1296
+ msgstr "Configurazione di Base"
1297
+
1298
+ #: ../admin/social_login.php:36
1299
+ msgid "Social Login"
1300
+ msgstr "Social Login"
1301
+
1302
+ #: ../admin/social_login.php:50
1303
  msgid "Disable user registration via Social Login"
1304
  msgstr "Disabilitare la registrazione degli utenti attraverso i social login"
1305
 
1306
+ #: ../admin/social_login.php:60
1307
  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."
1308
  msgstr "Dopo l'attivazione di questa opzione, i nuovi utenti non saranno in grado di accedere tramite login sociale. Solo gli utenti esistenti potranno login sociale."
1309
 
1310
+ #: ../admin/social_login.php:69
1311
  #, fuzzy
1312
  msgid "Redirection url"
1313
  msgstr "Reindirizzamento Login"
1314
 
1315
+ #: ../admin/social_login.php:79
1316
  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."
1317
  msgstr "Utente verrà reindirizzato a questa pagina dopo tentativo di registrazione infruttuoso via Sociale Login. È possibile specificare l'URL del modulo di registrazione o di un messaggio di pagina che mostra in materia di registrazione disabile attraverso Sociale Login."
1318
 
1319
+ #: ../admin/social_login.php:88
1320
+ msgid "Select providers"
1321
+ msgstr "Scelta Providers"
1322
+
1323
+ #: ../admin/social_login.php:93
1324
+ msgid "Facebook"
1325
+ msgstr "Facebook"
1326
+
1327
+ #: ../admin/social_login.php:97
1328
+ msgid "Twitter"
1329
+ msgstr "Twitter"
1330
+
1331
+ #: ../admin/social_login.php:101
1332
+ msgid "LinkedIn"
1333
+ msgstr "LinkedIn"
1334
+
1335
+ #: ../admin/social_login.php:105
1336
+ msgid "Google+"
1337
+ msgstr "Google+"
1338
+
1339
+ #: ../admin/social_login.php:109
1340
+ msgid "Vkontakte"
1341
+ msgstr "Vkontakte"
1342
+
1343
+ #: ../admin/social_login.php:113
1344
  msgid "Instagram"
1345
  msgstr "Instagram"
1346
 
1347
+ #: ../admin/social_login.php:117
1348
+ msgid "Xing"
1349
+ msgstr ""
1350
+
1351
+ #: ../admin/social_login.php:125
1352
  msgid "Select Social ID provider to enable in Social Login"
1353
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1354
 
1355
+ #: ../admin/social_login.php:133
1356
  msgid "Facebook App ID"
1357
  msgstr "Facebook App ID"
1358
 
1359
+ #: ../admin/social_login.php:143
1360
  #, php-format
1361
  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"
1362
  msgstr "Necessario per far funzionare Facebook Social Login. Per ottenere la Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1363
 
1364
+ #: ../admin/social_login.php:145
1365
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1366
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1367
 
1368
+ #: ../admin/social_login.php:155
1369
  msgid "Twitter API Key"
1370
  msgstr "Twitter API Key"
1371
 
1372
+ #: ../admin/social_login.php:165
1373
  #, php-format
1374
  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"
1375
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a>"
1376
 
1377
+ #: ../admin/social_login.php:167
1378
+ #: ../admin/social_login.php:189
1379
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1380
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> al link indicato"
1381
 
1382
+ #: ../admin/social_login.php:177
1383
  msgid "Twitter API Secret"
1384
  msgstr "Twitter API Secret"
1385
 
1386
+ #: ../admin/social_login.php:187
1387
  #, php-format
1388
  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"
1389
  msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1390
 
1391
+ #: ../admin/social_login.php:199
1392
  msgid "LinkedIn API Key"
1393
  msgstr "LinkedIn API Key"
1394
 
1395
+ #: ../admin/social_login.php:209
1396
  #, php-format
1397
  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"
1398
  msgstr "Necessario per far funzionare LinkedIn Social Login. Per ottenere la LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1399
 
1400
+ #: ../admin/social_login.php:211
1401
+ #: ../admin/social_login.php:277
1402
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1403
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1404
 
1405
+ #: ../admin/social_login.php:221
1406
  msgid "Google+ Client ID"
1407
  msgstr "Google+ Client ID"
1408
 
1409
+ #: ../admin/social_login.php:231
1410
  #, php-format
1411
  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"
1412
  msgstr "Necessario per far funzionare GooglePlus Social Login. Per ottenere il GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1413
 
1414
+ #: ../admin/social_login.php:233
1415
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1416
  msgstr "Incolla la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1417
 
1418
+ #: ../admin/social_login.php:243
1419
  msgid "Vkontakte Application ID"
1420
  msgstr "Vkontakte App ID"
1421
 
1422
+ #: ../admin/social_login.php:253
1423
  #, php-format
1424
  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"
1425
  msgstr "Necessario per far funzionare Vkontakte Social Login. Per ottenere la Vkontakte Application ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1426
 
1427
+ #: ../admin/social_login.php:255
1428
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1429
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1430
 
1431
+ #: ../admin/social_login.php:265
1432
  msgid "Instagram Client ID"
1433
  msgstr "Instagram Client ID"
1434
 
1435
+ #: ../admin/social_login.php:275
1436
  #, php-format
1437
  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"
1438
  msgstr "Necessario per far funzionare Instagram Social Login. Per ottenere l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1439
 
1440
+ #: ../admin/social_login.php:287
1441
  msgid "Xing Consumer Key"
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_login.php:297
1445
  #, php-format
1446
  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"
1447
  msgstr "Necessario per far funzionare Xing Social Login. Per ottenere la Xing Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1448
 
1449
+ #: ../admin/social_login.php:299
1450
+ #: ../admin/social_login.php:321
1451
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1452
  msgstr "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1453
 
1454
+ #: ../admin/social_login.php:309
1455
  msgid "Xing Consumer Secret"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_login.php:319
1459
  #, php-format
1460
  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"
1461
  msgstr "Necessario per far funzionare Xing Social Login to work. per ottenere la Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1462
 
1463
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
1464
  msgid "Login options"
1465
  msgstr "Opzioni di Login"
1466
 
1467
+ #: ../admin/social_login.php:353
1468
  msgid "Text to display above the Social Login interface"
1469
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1470
 
1471
+ #: ../admin/social_login.php:362
1472
  msgid "Enable at login page"
1473
  msgstr "Attiva nella pagina di Login"
1474
 
1475
+ #: ../admin/social_login.php:372
1476
  msgid "Social Login interface will get enabled at the login page of your website"
1477
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1478
 
1479
+ #: ../admin/social_login.php:380
1480
  msgid "Enable at register page"
1481
  msgstr "Abilita nella pagina di registrazione"
1482
 
1483
+ #: ../admin/social_login.php:390
1484
  msgid "Social Login interface will get enabled at the registration page of your website"
1485
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1486
 
1487
+ #: ../admin/social_login.php:398
1488
  msgid "Enable at comment form"
1489
  msgstr "Attiva nel form dei commenti"
1490
 
1491
+ #: ../admin/social_login.php:408
1492
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1493
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1494
 
1495
+ #: ../admin/social_login.php:422
1496
  msgid "Enable before WooCommerce Customer Login Form"
1497
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1498
 
1499
+ #: ../admin/social_login.php:432
1500
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1501
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, prima del Form di Login."
1502
 
1503
+ #: ../admin/social_login.php:440
1504
  msgid "Enable after WooCommerce Customer Login Form"
1505
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
1506
 
1507
+ #: ../admin/social_login.php:450
1508
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1509
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, dopo il Form di Login."
1510
 
1511
+ #: ../admin/social_login.php:458
1512
  msgid "Enable at WooCommerce checkout page"
1513
  msgstr "Abilita nella pagina checkout di WooCommerce"
1514
 
1515
+ #: ../admin/social_login.php:468
1516
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1517
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1518
 
1519
+ #: ../admin/social_login.php:479
1520
  msgid "Auto-approve comments made by Social Login users"
1521
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1522
 
1523
+ #: ../admin/social_login.php:489
1524
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1525
  msgstr "Se questa opzione é attivata, e i commenti WordPress sono fatti da utenti che hanno avuto accesso tramite Social Login, il commento sará approvato immediatamente senza nessuna possibilitá di moderazione."
1526
 
1527
+ #: ../admin/social_login.php:490
1528
  msgid "Note: This is not related to Facebook comments"
1529
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
1530
 
1531
+ #: ../admin/social_login.php:500
1532
  msgid "Enable social avatar"
1533
  msgstr "Abilita Avatar"
1534
 
1535
+ #: ../admin/social_login.php:510
1536
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1537
  msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1538
 
1539
+ #: ../admin/social_login.php:520
1540
  msgid "Avatar quality"
1541
  msgstr "Qualità Avatar"
1542
 
1543
+ #: ../admin/social_login.php:523
1544
  msgid "Average"
1545
  msgstr "Media"
1546
 
1547
+ #: ../admin/social_login.php:524
1548
  msgid "Best"
1549
  msgstr "Migliore"
1550
 
1551
+ #: ../admin/social_login.php:531
1552
  msgid "Choose avatar quality"
1553
  msgstr "Scelta qualità Avatar"
1554
 
1555
+ #: ../admin/social_login.php:540
1556
  #, fuzzy
1557
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1558
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1559
 
1560
+ #: ../admin/social_login.php:550
1561
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1562
  msgstr ""
1563
 
1564
+ #: ../admin/social_login.php:571
1565
  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"
1566
  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"
1567
 
1568
+ #: ../admin/social_login.php:580
1569
  msgid "Send username-password after user registration"
1570
  msgstr "Invia username-password dopo la registrazione dell'utente"
1571
 
1572
+ #: ../admin/social_login.php:590
1573
  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)"
1574
  msgstr "Se questa opzione è abilitata, dopo la registrazione attraverso Social Login, sará inviata all'utente una email con le informazioni necessarie per accedere attraverso il metodo tradizionale (codice d'accesso e password)"
1575
 
1576
+ #: ../admin/social_login.php:599
1577
  msgid "Enable social account linking at BuddyPress profile page"
1578
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
1579
 
1580
+ #: ../admin/social_login.php:609
1581
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1582
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1583
 
1584
+ #: ../admin/social_login.php:618
1585
  msgid "Login redirection"
1586
  msgstr "Reindirizzamento Login"
1587
 
1588
+ #: ../admin/social_login.php:622
1589
  msgid "Same page where user logged in"
1590
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1591
 
1592
+ #: ../admin/social_login.php:626
1593
+ #: ../admin/social_login.php:656
1594
  msgid "Account dashboard"
1595
  msgstr "Pannello Account"
1596
 
1597
+ #: ../admin/social_login.php:629
1598
+ #: ../admin/social_login.php:659
1599
  msgid "BuddyPress profile page"
1600
  msgstr "Pagina di profilo BuddyPress"
1601
 
1602
+ #: ../admin/social_login.php:632
1603
+ #: ../admin/social_login.php:662
1604
  msgid "Custom Url"
1605
  msgstr "Url personalizzata"
1606
 
1607
+ #: ../admin/social_login.php:640
1608
  msgid "User will be redirected to the selected page after Social Login"
1609
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1610
 
1611
+ #: ../admin/social_login.php:648
1612
  msgid "Registration redirection"
1613
  msgstr "Reindirizzamento Registratione"
1614
 
1615
+ #: ../admin/social_login.php:652
1616
  msgid "Same page from where user registered"
1617
  msgstr "La stessa pagina dove l'utente si è registrato"
1618
 
1619
+ #: ../admin/social_login.php:670
1620
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1621
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1622
 
1623
+ #: ../admin/social_login.php:678
1624
  msgid "Email popup options"
1625
  msgstr "Opzioni del popup 'Email Obbligatoria'"
1626
 
1627
+ #: ../admin/social_login.php:684
1628
  msgid "Text on 'Email required' popup"
1629
  msgstr "Testo del pop-up"
1630
 
1631
+ #: ../admin/social_login.php:694
1632
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1633
  msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1634
 
1635
+ #: ../admin/social_login.php:703
1636
  msgid "Error message for 'Email required' popup"
1637
  msgstr "Messaggio d'errore"
1638
 
1639
+ #: ../admin/social_login.php:713
1640
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1641
  msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1642
 
1643
+ #: ../admin/social_login.php:722
1644
  msgid "Email popup height"
1645
  msgstr "Altezza pop-up Email"
1646
 
1647
+ #: ../admin/social_login.php:732
1648
  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."
1649
  msgstr "Se state vedendo la barra di scorrimento verticale nel pop-up \"Email Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in questa opzione. Lasciare vuoto per l'impostazione predefinita."
1650
 
1651
+ #: ../admin/social_login.php:740
1652
  msgid "Enable email verification"
1653
  msgstr "Abilita verifica email"
1654
 
1655
+ #: ../admin/social_login.php:750
1656
  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"
1657
  msgstr "Se questa opzione è abilitata, l'indirizzo e-mail fornito dall'utente varrà verificato mediante l'invio di un link all' indirizzo e-mail specificato. L'utente non potrà accedere senza aver effettuato la procedura di verifica."
1658
 
1659
+ #: ../admin/social_login.php:766
1660
  msgid "Social Login Shortcode & Widget"
1661
  msgstr "Shortcode & Widget"
1662
 
1663
+ #: ../admin/social_login.php:767
1664
  msgid "Social Linking Shortcode"
1665
  msgstr ""
1666
 
1696
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1697
  msgstr "Nella sezione <strong>Pulsanti Mi-Piace</strong>, puoi scegliere i pulsanti Mi-Piace/+1 e configurarne le opzioni"
1698
 
1699
+ #: ../admin/like_buttons.php:16
 
 
 
 
1700
  msgid "Enable Like Buttons"
1701
  msgstr "Attiva Pulsanti Mi-Piace"
1702
 
1703
+ #: ../admin/like_buttons.php:26
1704
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1705
  msgstr "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per attivare le funzionalitá dei pulsanti Mi-Piace"
1706
 
1707
+ #: ../admin/like_buttons.php:47
1708
+ #, fuzzy
1709
+ msgid "Standard Interface Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1710
  msgstr "Opzioni Interfaccia Orizzontale"
1711
 
1712
+ #: ../admin/like_buttons.php:53
1713
+ #, fuzzy
1714
+ msgid "Enable standard interface"
1715
  msgstr "Abilita interfaccia orizzontale"
1716
 
1717
+ #: ../admin/like_buttons.php:63
1718
  msgid "Master control to enable horizontal like buttons"
1719
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
1720
 
1721
+ #: ../admin/like_buttons.php:88
1722
+ #: ../admin/like_buttons.php:336
1723
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1724
  msgstr "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
1725
 
1726
+ #: ../admin/like_buttons.php:106
1727
  msgid "The text to display above the interface"
1728
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1729
 
1730
+ #: ../admin/like_buttons.php:114
1731
+ #: ../admin/like_buttons.php:344
1732
  msgid "Select and rearrange providers"
1733
  msgstr "Seleziona e riorganizza i provider"
1734
 
1735
+ #: ../admin/like_buttons.php:158
1736
+ #: ../admin/like_buttons.php:387
1737
  msgid "Select the providers for interface. Drag them to rearrange."
1738
  msgstr "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
1739
 
1740
+ #: ../admin/like_buttons.php:180
1741
+ #: ../admin/like_buttons.php:426
1742
  msgid "Horizontal alignment of the interface"
1743
  msgstr "Allineamento orizzontale dell'interfaccia"
1744
 
1745
+ #: ../admin/like_buttons.php:201
1746
  msgid "Specify position of the interface with respect to the content"
1747
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1748
 
1749
+ #: ../admin/like_buttons.php:209
1750
+ #: ../admin/like_buttons.php:492
1751
  msgid "Interface location"
1752
  msgstr "Posizione Interfaccia"
1753
 
1754
+ #: ../admin/like_buttons.php:219
1755
+ #: ../admin/like_buttons.php:502
1756
  msgid "Excerpts"
1757
  msgstr "Estratti"
1758
 
1759
+ #: ../admin/like_buttons.php:278
1760
  msgid "Specify the pages where you want to enable interface"
1761
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1762
 
1763
+ #: ../admin/like_buttons.php:295
1764
  msgid "Vertical (Floating) like buttons Options"
1765
  msgstr "Opzioni Pulsanti Verticali (Floating)"
1766
 
1767
+ #: ../admin/like_buttons.php:301
1768
+ #, fuzzy
1769
+ msgid "Enable floating like buttons"
1770
  msgstr "Abilita pulsanti verticali Mi-Piace (floating)"
1771
 
1772
+ #: ../admin/like_buttons.php:311
1773
  msgid "Master control to enable vertical (floating) counter widget"
1774
  msgstr "Controllo Principale per abilitare il counter widget verticale (floating)"
1775
 
1776
+ #: ../admin/like_buttons.php:405
1777
  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>"
1778
  msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1779
 
1780
+ #: ../admin/like_buttons.php:445
1781
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1782
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può anche essere negativo."
1783
 
1784
+ #: ../admin/like_buttons.php:465
1785
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1786
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può anche essere negativo."
1787
 
1788
+ #: ../admin/like_buttons.php:484
1789
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1790
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1791
 
1792
+ #: ../admin/like_buttons.php:540
1793
  msgid "Specify the pages where you want to enable vertical interface"
1794
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
1795
 
1796
+ #: ../admin/like_buttons.php:548
1797
  msgid "Hide like buttons on mobile devices"
1798
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
1799
 
1800
+ #: ../admin/like_buttons.php:558
1801
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1802
  msgstr "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno sui dispositivi mobili"
1803
 
1804
+ #: ../admin/like_buttons.php:582
1805
+ msgid "Use shortlinks already installed, for tweet button"
1806
+ msgstr "Per pulsante Tweet, utilizza shortlinks già installati."
1807
+
1808
+ #: ../admin/like_buttons.php:600
1809
+ msgid "Enable bit.ly url shortener for tweet button"
1810
+ msgstr "Abilita bit.ly url shortener per pulsante Tweet"
1811
+
1812
+ #: ../admin/like_buttons.php:692
1813
+ #, php-format
1814
+ 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)"
1815
+ msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1816
+
1817
+ #: ../admin/like_buttons.php:701
1818
+ msgid "Twitter Username"
1819
+ msgstr "Twitter Username"
1820
+
1821
+ #: ../admin/like_buttons.php:707
1822
+ msgid "Twitter username for Tweet (without @)"
1823
+ msgstr "Username Twitter per Tweet (senza @)"
1824
+
1825
+ #: ../admin/like_buttons.php:717
1826
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1827
+ msgstr "La username fornita viene aggiunta dopo il contenuto del tweet come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1828
+
1829
+ #: ../admin/like_buttons.php:726
1830
+ msgid "Twitter username for Buffer sharing (without @)"
1831
+ msgstr "Username Twitter per Buffer sharing (senza @)"
1832
+
1833
+ #: ../admin/like_buttons.php:736
1834
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1835
+ msgstr "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1836
+
1837
+ #: ../admin/like_buttons.php:753
1838
  msgid "Like Buttons Shortcode & Widget"
1839
  msgstr "Pulsanti Shortcode & Widget"
1840
 
1842
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1843
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1844
 
1845
+ #: ../inc/social_sharing.php:652
1846
  msgid "Invalid request"
1847
  msgstr "Domanda non valida"
1848
 
1849
+ #: ../inc/social_sharing.php:659
1850
  msgid "Providers not selected"
1851
  msgstr "Providers non selezionati"
1852
 
1983
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1984
  msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
1985
 
1986
+ #~ msgid "Horizontal sharing"
1987
+ #~ msgstr "Sharing Orizzontale"
1988
+
1989
+ #~ msgid "Vertical sharing"
1990
+ #~ msgstr "Vertical sharing"
1991
+
1992
+ #~ msgid "Sharing Options"
1993
+ #~ msgstr "Opzioni"
1994
+
1995
+ #~ msgid ""
1996
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
1997
+ #~ "Sharing functionality"
1998
+ #~ msgstr ""
1999
+ #~ "Controllo Principale per Social Sharing. Dev'essere abilitato per "
2000
+ #~ "attivare le funzionalitá Social Sharing"
2001
+
2002
+ #~ msgid "Horizontal interface options"
2003
+ #~ msgstr "Opzioni Interfaccia Orizzontale"
2004
+
2005
+ #~ msgid "Vertical interface options"
2006
+ #~ msgstr "Opzioni Interfaccia Verticale"
2007
+
2008
+ #~ msgid "Do not load Modernizr JS"
2009
+ #~ msgstr "Non usare Modernizr JS"
2010
+
2011
+ #~ msgid ""
2012
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2013
+ #~ "option"
2014
+ #~ msgstr ""
2015
+ #~ "Se il plugin compromette il vostro tema, si può provare ad abilitare "
2016
+ #~ "questa opzione"
2017
+
2018
+ #~ msgid "Print"
2019
+ #~ msgstr "Stampa"
2020
+
2021
+ #~ msgid "Email"
2022
+ #~ msgstr "Email"
2023
+
2024
+ #~ msgid "Yahoo"
2025
+ #~ msgstr "Yahoo"
2026
+
2027
+ #~ msgid "Reddit"
2028
+ #~ msgstr "Reddit"
2029
+
2030
+ #~ msgid "Digg"
2031
+ #~ msgstr "Digg"
2032
+
2033
+ #~ msgid "Delicious"
2034
+ #~ msgstr "Delicious"
2035
+
2036
+ #~ msgid "StumbleUpon"
2037
+ #~ msgstr "StumbleUpon"
2038
+
2039
+ #~ msgid "Float it"
2040
+ #~ msgstr "Float it"
2041
+
2042
+ #~ msgid "Tumblr"
2043
+ #~ msgstr "Tumblr"
2044
+
2045
+ #~ msgid "Pinterest"
2046
+ #~ msgstr "Pinterest"
2047
+
2048
+ #~ msgid "Select the providers for sharing interface"
2049
+ #~ msgstr "Seleziona i provider per la interfaccia sharing"
2050
+
2051
+ #~ msgid "Sharing location"
2052
+ #~ msgstr "Abilita su:"
2053
+
2054
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2055
+ #~ msgstr ""
2056
+ #~ "Sui dispositivi mobili, incolla la sharing bar in basso e in orizzontale"
2057
+
2058
+ #~ msgid ""
2059
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2060
+ #~ msgstr ""
2061
+ #~ "Se questa opzione è abilitata, l'interfaccia di condivisione verticale "
2062
+ #~ "non apparirà sui dispositivi mobili"
2063
+
2064
+ #~ msgid "Social Sharing Shortcode & Widget"
2065
+ #~ msgstr "Shortcode & Widget"
2066
+
2067
+ #~ msgid "Like Buttons"
2068
+ #~ msgstr "Pulsanti Mi-Piace"
2069
+
2070
  #~ msgid "Better"
2071
  #~ msgstr "Migliore"
2072
 
2137
  #~ "Un valore booleano che specifica se si mostrará la versione ottimizata "
2138
  #~ "per cellulari o no. "
2139
 
 
 
 
 
2140
  #~ msgid "Twitter username in tweet button"
2141
  #~ msgstr "Il nome d'utente di Twitter nel bottone Twitter"
2142
 
2556
  #~ msgid "Important note"
2557
  #~ msgstr "Nota importante"
2558
 
 
 
 
 
 
 
 
2559
  #~ msgid "Publish feed on user's timeline on Facebook login"
2560
  #~ msgstr ""
2561
  #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
2683
  #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2684
  #~ "amministrazione."
2685
 
 
 
 
2686
  #~ msgid ""
2687
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2688
  #~ "top of other plugins, please consider making a donation."
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: 2015-10-17 10:42+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:42+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
@@ -16,61 +16,73 @@ msgstr ""
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
23
 
24
- #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
27
 
28
- #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
31
 
32
- #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
35
 
36
- #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
45
- #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
48
 
49
- #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, чтобы открыть"
52
 
53
- #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Оставить ответ"
56
 
57
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
 
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "Super Socializer - Социальный Аватар"
60
 
61
- #: ../super_socializer.php:609
62
  msgid "Small Avatar Url"
63
  msgstr "Ссылка для маленького аватара"
64
 
65
- #: ../super_socializer.php:614
66
  msgid "Large Avatar Url"
67
  msgstr "Ссылка для большого аватара"
68
 
69
- #: ../super_socializer.php:647
70
  msgid "Email you entered is already registered or invalid"
71
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
72
 
73
- #: ../super_socializer.php:651
74
  msgid "Please enter a valid email address. You might be required to verify it"
75
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
76
 
@@ -83,110 +95,150 @@ msgstr "Настройки"
83
  msgid "Dismiss this notice"
84
  msgstr "Закрыть это уведомление"
85
 
86
- #: ../helper.php:150
87
  msgid "Click to show help"
88
  msgstr "Нажмите, чтобы получить помощь"
89
 
90
- #: ../helper.php:150
91
  msgid "Click to hide help"
92
  msgstr "Нажмите, чтобы скрыть помощь"
93
 
94
- #: ../helper.php:190
95
  msgid "Settings"
96
  msgstr "Настройки"
97
 
98
- #: ../helper.php:514
99
  msgid "Account linked successfully"
100
  msgstr "Аккаунт успешно связан"
101
 
102
- #: ../helper.php:518
103
  msgid "Account already exists or linked"
104
  msgstr "Аккаунт уже существует или связан"
105
 
106
- #: ../helper.php:527
107
  msgid "You are already connected with"
108
  msgstr "Вы уже связаны с"
109
 
110
- #: ../helper.php:527
111
  msgid "as primary social network"
112
  msgstr "в качестве основной социальной сети"
113
 
114
- #: ../helper.php:542
115
  msgid "Link your social account to login to your account at this website"
116
  msgstr "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на этом сайте"
117
 
118
- #: ../helper.php:579
119
  msgid "Currently"
120
  msgstr "На данный момент"
121
 
122
- #: ../helper.php:579
123
  msgid "Remove"
124
  msgstr "Удалить"
125
 
126
- #: ../helper.php:680
127
- msgid "Disable Horizontal Social Sharing on this "
128
- msgstr "Деактивировать горизонтальные кнопки Поделиться"
129
-
130
- #: ../helper.php:685
131
- msgid "Disable Vertical Social Sharing on this "
132
  msgstr "Деактивироватьвертикальные кнопки Поделиться"
133
 
134
- #: ../helper.php:690
135
- msgid "Disable Horizontal like buttons on this "
136
- msgstr "Деактивировать горизонтальные кнопки Нравится"
 
137
 
138
- #: ../helper.php:695
139
- msgid "Disable Vertical like buttons on this "
 
140
  msgstr "Деактивировать вертикальные кнопки Нравится"
141
 
142
- #: ../helper.php:700
 
 
 
 
 
143
  msgid "Disable Social Commenting on this "
144
  msgstr "Деактивировать социальное комментироване"
145
 
146
- #: ../helper.php:709
147
- msgid "Horizontal sharing"
148
- msgstr "Горизонтальное Поделиться"
 
149
 
150
- #: ../helper.php:715
151
- #: ../helper.php:734
152
  msgid "Starting share count for "
153
  msgstr "Запустить счетчик поделиться для"
154
 
155
- #: ../helper.php:728
156
- msgid "Vertical sharing"
157
- msgstr "Вертикальное поделиться"
 
158
 
159
- #: ../helper.php:820
160
  #, fuzzy
161
  msgid "Social Avatar"
162
  msgstr "Ссылка для маленького аватара"
163
 
164
- #: ../helper.php:823
165
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
166
  msgstr ""
167
 
168
- #: ../helper.php:824
169
  msgid "Update social avatar, next time I Social Login"
170
  msgstr ""
171
 
172
- #: ../helper.php:827
173
  #, fuzzy
174
  msgid "Small Avatar"
175
  msgstr "Ссылка для маленького аватара"
176
 
177
- #: ../helper.php:831
178
  #, fuzzy
179
  msgid "Large Avatar"
180
  msgstr "Ссылка для большого аватара"
181
 
182
- #: ../helper.php:835
183
- #: ../admin/social_sharing.php:1259
184
- #: ../admin/social_commenting.php:457
185
- #: ../admin/social_login.php:785
186
- #: ../admin/like_buttons.php:732
 
187
  msgid "Save Changes"
188
  msgstr "Сохранить изменения"
189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  #: ../admin/help.php:4
191
  msgid "About"
192
  msgstr "О проекте"
@@ -203,1234 +255,1415 @@ msgstr "от"
203
  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"
204
  msgstr "Мы являемся творческим коллективом с уникальными идеями в голове и обслуживанием в сердце. Мы любим то, что мы делаем. Для получения дополнительной информации присоединиться к нам на"
205
 
206
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
207
  msgid "Plugin Demo"
208
  msgstr "Демо плагина"
209
 
210
- #: ../admin/help.php:24
211
- msgid "Integrate Social Sharing with Google Analytics"
212
  msgstr ""
213
 
214
- #: ../admin/help.php:30
215
  msgid "Boost sharing by awarding points"
216
  msgstr "Повысьте обмен, наградив точек"
217
 
218
- #: ../admin/help.php:36
219
  msgid "Award points for Social Login"
220
  msgstr "Премии пунктов для социального Логин"
221
 
222
- #: ../admin/help.php:42
223
  #, fuzzy
224
  msgid "Other Add-ons"
225
  msgstr "Дополнения"
226
 
227
- #: ../admin/help.php:47
228
  msgid "Need Help?"
229
  msgstr "Требуется помощь?"
230
 
231
- #: ../admin/help.php:49
232
  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>"
233
  msgstr "Если у вас <strong>есть какой-то вопрос</strong>, вы нуждаетесь в помощи <strong>установки плагина</strong>, хотите <strong>кастомные опции</strong> в плагине или <strong>имеете какие-то пожелания</strong> которые необходимо внести в плагин, напишите нам на почту<a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
234
 
235
- #: ../admin/help.php:54
236
  msgid "Support Us"
237
  msgstr "Поддержите нас"
238
 
239
- #: ../admin/help.php:57
240
- #: ../admin/help.php:60
241
- #: ../admin/help.php:61
242
- #: ../admin/help.php:62
243
- #: ../admin/help.php:63
244
- #: ../admin/help.php:64
245
  msgid "Rate 5-star"
246
  msgstr "Оценить 5-бальной шкале"
247
 
248
- #: ../admin/help.php:72
249
- #: ../admin/social_sharing.php:437
250
- #: ../admin/social_sharing.php:814
251
- #: ../admin/social_login.php:84
252
- msgid "Facebook"
253
- msgstr "Facebook"
254
 
255
- #: ../admin/social_sharing.php:11
256
- #: ../admin/social_sharing.php:22
257
- #: ../admin/social_login.php:9
258
- #: ../admin/social_login.php:17
259
- #: ../admin/like_buttons.php:11
260
- #: ../admin/like_buttons.php:19
261
- msgid "Basic Configuration"
262
- msgstr "Основные настройки"
263
 
264
- #: ../admin/social_sharing.php:12
265
- msgid "Sharing Interface"
 
 
 
 
 
 
 
 
 
 
 
266
  msgstr "Интерфейс Поделиться"
267
 
268
- #: ../admin/social_sharing.php:13
269
- msgid "Sharing Options"
270
- msgstr "Настройки Поделиться"
 
 
271
 
272
- #: ../admin/social_sharing.php:14
273
- #: ../admin/social_sharing.php:1214
274
- #: ../admin/social_login.php:11
275
- #: ../admin/social_login.php:773
276
- #: ../admin/like_buttons.php:13
277
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
278
  msgid "Shortcode & Widget"
279
  msgstr "Шорткод и виджет"
280
 
281
- #: ../admin/social_sharing.php:15
282
  msgid "Troubleshooter"
283
  msgstr "Устранение неисправностей"
284
 
285
- #: ../admin/social_sharing.php:16
286
- #: ../admin/social_sharing.php:1245
287
- #: ../admin/social_commenting.php:12
288
- #: ../admin/social_commenting.php:446
289
  msgid "FAQ"
290
  msgstr "Часто задаваемые вопросы (FAQ)"
291
 
292
- #: ../admin/social_sharing.php:28
293
- msgid "Enable Social Sharing"
294
- msgstr "Активировать Поделиться в социальных сетях"
295
-
296
- #: ../admin/social_sharing.php:38
297
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
298
- msgstr "Мастер управления Поделиться через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
299
-
300
- #: ../admin/social_sharing.php:46
301
- msgid "Delete all the options on plugin deletion"
302
- msgstr "Удалить все настройки при удалении плагина"
303
 
304
- #: ../admin/social_sharing.php:56
305
- 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."
306
- msgstr "Если включено, параметры плагина будет удаляются, когда плагин будет удален /переустановлен, и вы должны будете перенастроить параметры при установке плагина в следующий раз."
 
307
 
308
- #: ../admin/social_sharing.php:71
309
- msgid "Horizontal interface options"
310
- msgstr "Настройки горизонтального показа Поделиться"
 
311
 
312
- #: ../admin/social_sharing.php:77
313
- #: ../admin/social_sharing.php:155
314
  msgid "Shape"
315
  msgstr "Форма"
316
 
317
- #: ../admin/social_sharing.php:85
318
- #: ../admin/social_sharing.php:163
319
  msgid "Round"
320
  msgstr "Круглая"
321
 
322
- #: ../admin/social_sharing.php:87
323
- #: ../admin/social_sharing.php:165
324
  msgid "Square"
325
  msgstr "Квадратная"
326
 
327
- #: ../admin/social_sharing.php:94
328
- #: ../admin/social_sharing.php:172
 
 
 
 
 
329
  msgid "Shape of the sharing icons"
330
  msgstr "Форма кнопок Поделиться"
331
 
332
- #: ../admin/social_sharing.php:102
333
- #: ../admin/social_sharing.php:180
334
  msgid "Size (in pixels)"
335
  msgstr "Размер (в пикселях)"
336
 
337
- #: ../admin/social_sharing.php:120
338
- #: ../admin/social_sharing.php:198
339
  msgid "Size of the sharing icons"
340
  msgstr "Размер кнопок Поделиться"
341
 
342
- #: ../admin/social_sharing.php:127
343
- #: ../admin/social_sharing.php:205
344
- msgid "Icon Preview"
345
- msgstr "Превью иконок"
 
346
 
347
- #: ../admin/social_sharing.php:141
348
- #: ../admin/social_sharing.php:219
349
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
350
- msgstr "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже кнопку сохранить"
 
351
 
352
- #: ../admin/social_sharing.php:149
353
- msgid "Vertical interface options"
354
- msgstr "Настройки вертикального показа Поделиться"
 
 
355
 
356
- #: ../admin/social_sharing.php:233
357
- msgid "Modernizr"
358
- msgstr "Modernizr"
 
 
359
 
360
- #: ../admin/social_sharing.php:239
361
- msgid "Do not load Modernizr JS"
362
- msgstr "Не загружать Modernizr JS"
 
 
363
 
364
- #: ../admin/social_sharing.php:249
365
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
366
- msgstr "Если плагин ломает вашу тему, вы можете попробовать включить эту опцию"
 
367
 
368
- #: ../admin/social_sharing.php:258
369
- #: ../admin/like_buttons.php:51
370
- msgid "Url shortener"
371
- msgstr "Укорачивание URL"
 
372
 
373
- #: ../admin/social_sharing.php:264
374
- msgid "Use shortlinks already installed"
375
- msgstr "Использование коротких ссылок уже установлено"
 
 
 
 
 
376
 
377
- #: ../admin/social_sharing.php:274
378
- #: ../admin/like_buttons.php:67
379
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
380
- msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
 
 
 
 
381
 
382
- #: ../admin/social_sharing.php:282
383
- msgid "Enable bit.ly url shortener for sharing"
384
- msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
 
386
  #: ../admin/social_sharing.php:292
387
- #: ../admin/like_buttons.php:85
388
- msgid "Master control to enable bit.ly url shortening for sharing"
389
- msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
390
 
391
- #: ../admin/social_sharing.php:300
392
- #: ../admin/like_buttons.php:93
393
- msgid "bit.ly username"
394
- msgstr "bit.ly пользователя"
 
 
 
395
 
396
- #: ../admin/social_sharing.php:310
397
- #: ../admin/like_buttons.php:103
398
- #, php-format
399
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
400
- msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
 
 
 
 
 
 
 
 
401
 
402
  #: ../admin/social_sharing.php:319
403
- #: ../admin/like_buttons.php:112
404
- msgid "bit.ly API Key"
405
- msgstr "bit.ly ключ приложения"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
 
407
  #: ../admin/social_sharing.php:329
408
- #: ../admin/like_buttons.php:122
409
- #, php-format
410
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
411
- msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
412
 
413
- #: ../admin/social_sharing.php:339
414
- msgid "Twitter username in sharing"
415
- msgstr "Имя пользователя Twitter чтобы Поделиться"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
 
417
  #: ../admin/social_sharing.php:345
418
- msgid "Twitter username (without @)"
419
- msgstr "Twitter имя пользователя (без @)"
 
 
420
 
421
  #: ../admin/social_sharing.php:355
422
- 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."
423
- msgstr "Добавляет имя пользователя после того как контент будет расшарен с помощью \"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
 
424
 
425
- #: ../admin/social_sharing.php:365
426
- msgid "Horizontal Sharing Interface Options"
 
427
  msgstr "Интерфейс настроек горизонтальных кнопок Поделиться"
428
 
429
- #: ../admin/social_sharing.php:371
430
- msgid "Enable horizontal sharing interface"
 
431
  msgstr "Включить интерфейс горизонтальных кнопок Поделиться"
432
 
433
- #: ../admin/social_sharing.php:381
434
- msgid "Master control to enable horizontal sharing"
 
435
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
436
 
437
- #: ../admin/social_sharing.php:391
438
- #: ../admin/social_sharing.php:786
439
- #: ../admin/like_buttons.php:227
440
- #: ../admin/like_buttons.php:468
441
  msgid "Target Url"
442
  msgstr "Целевой URL:"
443
 
444
- #: ../admin/social_sharing.php:395
445
- #: ../admin/social_sharing.php:790
446
- #: ../admin/like_buttons.php:231
447
- #: ../admin/like_buttons.php:472
448
  msgid "Url of the webpage where icons are located (default)"
449
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
450
 
451
- #: ../admin/social_sharing.php:397
452
- #: ../admin/social_sharing.php:792
453
- #: ../admin/like_buttons.php:233
454
- #: ../admin/like_buttons.php:474
455
  msgid "Url of the homepage of your website"
456
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
457
 
458
- #: ../admin/social_sharing.php:399
459
- #: ../admin/social_sharing.php:794
460
- #: ../admin/like_buttons.php:235
461
- #: ../admin/like_buttons.php:476
462
  msgid "Custom url"
463
  msgstr "Пользовательская ссылка"
464
 
465
- #: ../admin/social_sharing.php:406
466
- #: ../admin/social_sharing.php:801
467
  msgid "Url to share"
468
  msgstr "Ссылка чтобы Поделиться"
469
 
470
- #: ../admin/social_sharing.php:414
471
- #: ../admin/social_login.php:352
472
- #: ../admin/like_buttons.php:250
473
  msgid "Title"
474
  msgstr "Заголовок"
475
 
476
- #: ../admin/social_sharing.php:424
477
  msgid "The text to display above the sharing interface"
478
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
479
 
480
- #: ../admin/social_sharing.php:432
481
- #: ../admin/social_sharing.php:809
482
- #: ../admin/social_login.php:79
483
- msgid "Select providers"
484
- msgstr "Выберите сервисы"
485
-
486
- #: ../admin/social_sharing.php:442
487
- #: ../admin/social_sharing.php:819
488
- #: ../admin/social_login.php:88
489
- msgid "Twitter"
490
- msgstr "Twitter"
491
-
492
- #: ../admin/social_sharing.php:447
493
- #: ../admin/social_sharing.php:824
494
- #: ../admin/social_login.php:92
495
- msgid "LinkedIn"
496
- msgstr "LinkedIn"
497
-
498
- #: ../admin/social_sharing.php:452
499
- #: ../admin/social_sharing.php:829
500
- #: ../admin/social_login.php:96
501
- msgid "Google+"
502
- msgstr "Google+"
503
-
504
- #: ../admin/social_sharing.php:457
505
- #: ../admin/social_sharing.php:834
506
- msgid "Print"
507
- msgstr "Печать"
508
-
509
- #: ../admin/social_sharing.php:462
510
- #: ../admin/social_sharing.php:839
511
- msgid "Email"
512
- msgstr "Email"
513
-
514
- #: ../admin/social_sharing.php:467
515
- #: ../admin/social_sharing.php:844
516
- msgid "Yahoo"
517
- msgstr "Yahoo"
518
-
519
- #: ../admin/social_sharing.php:472
520
- #: ../admin/social_sharing.php:849
521
- msgid "Reddit"
522
- msgstr "Reddit"
523
-
524
- #: ../admin/social_sharing.php:477
525
- #: ../admin/social_sharing.php:854
526
- msgid "Digg"
527
- msgstr "Digg"
528
-
529
- #: ../admin/social_sharing.php:482
530
- #: ../admin/social_sharing.php:859
531
- msgid "Delicious"
532
- msgstr "Delicious"
533
-
534
- #: ../admin/social_sharing.php:487
535
- #: ../admin/social_sharing.php:864
536
- msgid "StumbleUpon"
537
- msgstr "StumbleUpon"
538
-
539
- #: ../admin/social_sharing.php:492
540
- #: ../admin/social_sharing.php:869
541
- msgid "Float it"
542
- msgstr "Float it"
543
-
544
- #: ../admin/social_sharing.php:497
545
- #: ../admin/social_sharing.php:874
546
- msgid "Tumblr"
547
- msgstr "Tumblr"
548
-
549
- #: ../admin/social_sharing.php:502
550
- #: ../admin/social_sharing.php:879
551
- #: ../admin/social_login.php:100
552
- msgid "Vkontakte"
553
- msgstr "Вконтакте"
554
-
555
- #: ../admin/social_sharing.php:507
556
- #: ../admin/social_sharing.php:884
557
- msgid "Pinterest"
558
- msgstr "Pinterest"
559
-
560
- #: ../admin/social_sharing.php:512
561
- #: ../admin/social_sharing.php:889
562
- #: ../admin/social_login.php:108
563
- msgid "Xing"
564
- msgstr "Xing"
565
-
566
- #: ../admin/social_sharing.php:517
567
- #: ../admin/social_sharing.php:894
568
- msgid "Whatsapp"
569
- msgstr "WhatsApp"
570
-
571
- #: ../admin/social_sharing.php:522
572
- #: ../admin/social_sharing.php:899
573
- msgid "Yummly"
574
- msgstr "Yummly"
575
-
576
- #: ../admin/social_sharing.php:527
577
- #: ../admin/social_sharing.php:904
578
- msgid "Buffer"
579
- msgstr "Buffer"
580
-
581
- #: ../admin/social_sharing.php:535
582
- #: ../admin/social_sharing.php:912
583
- msgid "Select the providers for sharing interface"
584
- msgstr "Выберите сервисы для интерфейса горизонтальных кнопок Поделиться"
585
-
586
- #: ../admin/social_sharing.php:543
587
- #: ../admin/social_sharing.php:920
588
  msgid "Rearrange icons"
589
  msgstr "Переставить иконы"
590
 
591
- #: ../admin/social_sharing.php:575
592
- #: ../admin/social_sharing.php:952
593
  msgid "Drag the icons to rearrange in desired order"
594
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
595
 
596
- #: ../admin/social_sharing.php:583
597
- #: ../admin/social_sharing.php:978
598
- #: ../admin/like_buttons.php:320
599
- #: ../admin/like_buttons.php:560
 
 
 
 
 
 
 
 
 
 
 
600
  msgid "Horizontal alignment"
601
  msgstr "Горизонтальное выравнивание"
602
 
603
- #: ../admin/social_sharing.php:587
604
- #: ../admin/social_sharing.php:982
605
- #: ../admin/like_buttons.php:324
606
- #: ../admin/like_buttons.php:564
607
- msgid "Left"
608
- msgstr "Слева"
609
-
610
- #: ../admin/social_sharing.php:588
611
- #: ../admin/like_buttons.php:325
612
  msgid "Center"
613
  msgstr "Центр"
614
 
615
- #: ../admin/social_sharing.php:589
616
- #: ../admin/social_sharing.php:983
617
- #: ../admin/like_buttons.php:326
618
- #: ../admin/like_buttons.php:565
619
- msgid "Right"
620
- msgstr "Справа"
621
-
622
- #: ../admin/social_sharing.php:597
623
- #: ../admin/social_sharing.php:991
624
  msgid "Horizontal alignment of the sharing interface"
625
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
626
 
627
- #: ../admin/social_sharing.php:605
628
- #: ../admin/like_buttons.php:342
629
  msgid "Position with respect to content"
630
  msgstr "Позиция относительно контента"
631
 
632
- #: ../admin/social_sharing.php:609
633
- #: ../admin/like_buttons.php:346
634
  msgid "Top of the content"
635
  msgstr "Над содержимым"
636
 
637
- #: ../admin/social_sharing.php:611
638
- #: ../admin/like_buttons.php:348
639
  msgid "Bottom of the content"
640
  msgstr "Под содержимым"
641
 
642
- #: ../admin/social_sharing.php:618
643
  msgid "Specify position of the sharing interface with respect to the content"
644
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
645
 
646
- #: ../admin/social_sharing.php:626
647
- #: ../admin/social_sharing.php:1057
648
- msgid "Sharing location"
649
- msgstr "Расположение кнопок Поделиться"
650
 
651
- #: ../admin/social_sharing.php:630
652
- #: ../admin/social_sharing.php:1061
653
- #: ../admin/social_login.php:633
654
- #: ../admin/social_login.php:663
655
- #: ../admin/like_buttons.php:367
656
- #: ../admin/like_buttons.php:643
657
  msgid "Homepage"
658
  msgstr "Главная"
659
 
660
- #: ../admin/social_sharing.php:632
661
- #: ../admin/social_sharing.php:1063
662
- #: ../admin/like_buttons.php:369
663
- #: ../admin/like_buttons.php:645
664
  msgid "Posts"
665
  msgstr "Записи"
666
 
667
- #: ../admin/social_sharing.php:634
668
- #: ../admin/social_sharing.php:1065
669
- #: ../admin/like_buttons.php:371
670
- #: ../admin/like_buttons.php:647
671
  msgid "Pages"
672
  msgstr "Страницы"
673
 
674
- #: ../admin/social_sharing.php:636
675
- #: ../admin/social_sharing.php:1067
676
  msgid "Excerpts (at Homepage)"
677
  msgstr "Выдержки (на страницы)"
678
 
679
- #: ../admin/social_sharing.php:638
680
- #: ../admin/social_sharing.php:1069
681
- #: ../admin/like_buttons.php:375
682
- #: ../admin/like_buttons.php:651
683
  msgid "Category Archives"
684
  msgstr "Архивы категорий"
685
 
686
- #: ../admin/social_sharing.php:640
687
- #: ../admin/social_sharing.php:1071
688
- #: ../admin/like_buttons.php:377
689
- #: ../admin/like_buttons.php:653
690
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
691
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
692
 
693
- #: ../admin/social_sharing.php:656
694
- #: ../admin/like_buttons.php:393
695
  #, fuzzy
696
  msgid "BuddyPress activity"
697
  msgstr "BuddyPress активность и группы"
698
 
699
- #: ../admin/social_sharing.php:658
700
- #: ../admin/like_buttons.php:396
701
  msgid "BuddyPress group (only at top of content)"
702
  msgstr ""
703
 
704
- #: ../admin/social_sharing.php:664
705
- #: ../admin/social_sharing.php:1093
706
- #: ../admin/like_buttons.php:403
707
- #: ../admin/like_buttons.php:674
708
  msgid "BBPress forum"
709
  msgstr "BBPress форум"
710
 
711
- #: ../admin/social_sharing.php:667
712
- #: ../admin/social_sharing.php:1096
713
- #: ../admin/like_buttons.php:406
714
- #: ../admin/like_buttons.php:677
715
  msgid "BBPress topic"
716
  msgstr "BBPress тема"
717
 
718
- #: ../admin/social_sharing.php:670
719
- #: ../admin/like_buttons.php:409
720
  msgid "BBPress reply"
721
  msgstr "BBPress ответ"
722
 
723
- #: ../admin/social_sharing.php:677
724
- #: ../admin/like_buttons.php:415
725
  msgid "After individual product at WooCommerce Shop page"
726
  msgstr "После индивидуального продукта на странице магазина"
727
 
728
- #: ../admin/social_sharing.php:680
729
- #: ../admin/like_buttons.php:418
730
  msgid "WooCommerce Product Page"
731
  msgstr "Продукт Woocommerce"
732
 
733
- #: ../admin/social_sharing.php:683
734
- #: ../admin/like_buttons.php:421
735
  msgid "WooCommerce Thankyou Page"
736
  msgstr "WooCommerce страница благодарности"
737
 
738
- #: ../admin/social_sharing.php:694
739
  msgid "Specify the pages where you want to enable Sharing interface"
740
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
741
 
742
- #: ../admin/social_sharing.php:702
743
- #: ../admin/social_sharing.php:1114
744
  msgid "Show share counts"
745
  msgstr "Показать счетчик кнопок Поделиться"
746
 
747
- #: ../admin/social_sharing.php:712
748
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
749
  msgid "If enabled, share counts are displayed above sharing icons."
750
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
751
 
752
- #: ../admin/social_sharing.php:721
753
- #: ../admin/social_sharing.php:1133
754
  msgid "Show total shares"
755
  msgstr "Включить общее количество Поделиться"
756
 
757
- #: ../admin/social_sharing.php:731
758
- #: ../admin/social_sharing.php:1143
759
  msgid "If enabled, total shares will be displayed with sharing icons"
760
  msgstr "Если включено, то общее количество Поделиться будет отображаться с кнопками Поделиться"
761
 
762
- #: ../admin/social_sharing.php:740
763
- #: ../admin/social_sharing.php:1152
764
  msgid "Enable 'More' icon"
765
  msgstr "Включить значок «Больше»"
766
 
767
- #: ../admin/social_sharing.php:750
768
- #: ../admin/social_sharing.php:1162
769
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
770
  msgstr "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая показывает дополнительные сервисы в всплывающем окне"
771
 
772
- #: ../admin/social_sharing.php:760
773
- msgid "Vertical (Floating) Sharing Interface Options"
 
774
  msgstr "Интерфейс настроек вертикальных(плавающих) кнопок Поделиться"
775
 
776
- #: ../admin/social_sharing.php:766
777
- msgid "Enable vertical (floating) sharing interface"
 
778
  msgstr "Включить интерфейс вертикальных(плавающих) кнопок Поделиться"
779
 
780
- #: ../admin/social_sharing.php:776
781
- msgid "Master control to enable vertical (floating) sharing widget"
 
782
  msgstr "Мастер управления для включения вертикального (плавающего) виджета Поделиться"
783
 
784
- #: ../admin/social_sharing.php:960
785
- #: ../admin/like_buttons.php:542
786
- msgid "Background Color"
787
- msgstr "Цвет фона"
788
-
789
- #: ../admin/social_sharing.php:970
790
  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>"
791
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
792
 
793
- #: ../admin/social_sharing.php:1000
794
- #: ../admin/like_buttons.php:582
795
  msgid "Left offset"
796
  msgstr "Смещение влево"
797
 
798
- #: ../admin/social_sharing.php:1010
799
  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."
800
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
801
 
802
- #: ../admin/social_sharing.php:1020
803
- #: ../admin/like_buttons.php:602
804
  msgid "Right offset"
805
  msgstr "Смещение вправо"
806
 
807
- #: ../admin/social_sharing.php:1030
808
  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."
809
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
810
 
811
- #: ../admin/social_sharing.php:1039
812
- #: ../admin/like_buttons.php:621
813
  msgid "Top offset"
814
  msgstr "Верхний отступ"
815
 
816
- #: ../admin/social_sharing.php:1049
817
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
818
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
819
 
820
- #: ../admin/social_sharing.php:1085
821
- #: ../admin/like_buttons.php:667
822
  #, fuzzy
823
  msgid "BuddyPress group"
824
  msgstr "Страница профиля BuddyPress"
825
 
826
- #: ../admin/social_sharing.php:1106
827
  msgid "Specify the pages where you want to enable vertical Sharing interface"
828
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
829
 
830
- #: ../admin/social_sharing.php:1170
831
  #, fuzzy
832
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
833
- msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
834
 
835
- #: ../admin/social_sharing.php:1180
836
- #, fuzzy
837
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
838
- msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
839
 
840
- #: ../admin/social_sharing.php:1189
841
- msgid "Hide sharing on mobile devices"
842
- msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
843
 
844
- #: ../admin/social_sharing.php:1199
845
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
 
 
 
 
 
846
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
847
 
848
- #: ../admin/social_sharing.php:1216
849
- msgid "Social Sharing Shortcode & Widget"
850
- msgstr "Поделиться шорткод и виджет"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
851
 
852
- #: ../admin/social_sharing.php:1226
853
  msgid "Facebook Sharing Troubleshooter"
854
  msgstr "Устранение неисправностей Поделиться от Facebook"
855
 
856
- #: ../admin/social_sharing.php:1231
857
  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:"
858
  msgstr "Если Поделиться от Facebook не работает нормально, нажмите на следующую ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не работает должным образом) вашего сайта в текстовом поле:"
859
 
860
- #: ../admin/social_sharing.php:1247
861
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
862
  msgstr "Как мне отобразить общее количество Поделиться основанное на страницах/постах?"
863
 
864
- #: ../admin/social_sharing.php:1248
865
  msgid "How can I disable sharing on particular page/post?"
866
  msgstr "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
867
 
868
- #: ../admin/social_sharing.php:1249
869
  msgid "How can I specify minimum sharing count for sharing networks?"
870
  msgstr "Как мне указать минимальное количество для Поделиться"
871
 
872
- #: ../admin/social_commenting.php:10
873
- msgid "Social Commenting"
874
- msgstr "Комментирование через социальные сети"
875
 
876
- #: ../admin/social_commenting.php:11
877
- #: ../admin/social_commenting.php:434
878
- msgid "Shortcode"
879
- msgstr "Шорткод"
880
 
881
- #: ../admin/social_commenting.php:18
 
 
 
 
882
  #, fuzzy
883
- msgid "General Options"
884
- msgstr "Настройки Поделиться"
 
 
 
 
 
885
 
886
- #: ../admin/social_commenting.php:24
887
  msgid "Enable Social Commenting"
888
  msgstr "Включить комментирование через социальные сети"
889
 
890
- #: ../admin/social_commenting.php:34
891
  msgid "Master control to enable Social Commenting"
892
  msgstr "Мастер настройки комментрирования через социальные сети"
893
 
894
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
895
  msgid "Order of tabs in commenting interface"
896
  msgstr "Последовательность вкладок в комментировании через социальные сети"
897
 
898
- #: ../admin/social_commenting.php:52
899
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
900
  msgstr "Порядок отображения вкладок в интерфейсе комментирования через социальные сети. По умолчанию - wordpress,facebook,googleplus,disqus"
901
 
902
- #: ../admin/social_commenting.php:60
903
  msgid "Comment area label"
904
  msgstr "Поле для обозначения комментирования"
905
 
906
- #: ../admin/social_commenting.php:70
907
  msgid "Label for comment area"
908
  msgstr "Поле для области комментария"
909
 
910
- #: ../admin/social_commenting.php:83
911
  #, fuzzy
912
  msgid "Enable Social Commenting at"
913
  msgstr "Включить комментирование через социальные сети"
914
 
915
- #: ../admin/social_commenting.php:102
916
  #, fuzzy
917
  msgid "Specify the page/post groups where you want to enable Social Commenting"
918
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
919
 
920
- #: ../admin/social_commenting.php:113
921
  msgid "HTML ID of comment form container"
922
  msgstr "HTML-идентификатор форма комментария контейнер"
923
 
924
- #: ../admin/social_commenting.php:123
925
  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."
926
  msgstr "HTML-идентификатор элемента контейнера формы комментария по умолчанию на передней части. Оставьте пустым для умолчанию ID - \"ответить\". Вы должны указать, если по умолчанию комментирование появляться и социального Комментируя не получение включен в переднем конце вашего сайта."
927
 
928
- #: ../admin/social_commenting.php:133
929
  msgid "Labels"
930
  msgstr "Поля"
931
 
932
- #: ../admin/social_commenting.php:138
933
  msgid "Label for WordPress Commenting tab"
934
  msgstr "Поле для комментирование через Wordpress"
935
 
936
- #: ../admin/social_commenting.php:147
937
  msgid "Label for Facebook Commenting tab"
938
  msgstr "Поле для комментирования через Facebook"
939
 
940
- #: ../admin/social_commenting.php:156
941
  msgid "Label for G+ Commenting tab"
942
  msgstr "Поле для комментирования через Google+"
943
 
944
- #: ../admin/social_commenting.php:165
945
  msgid "Label for Disqus Commenting tab"
946
  msgstr "Поле для комментирования через Disqus"
947
 
948
- #: ../admin/social_commenting.php:176
949
  msgid "Facebook Commenting Options"
950
  msgstr "Настройки комментирования через Facebook"
951
 
952
- #: ../admin/social_commenting.php:182
953
  msgid "Enable Facebook Comments notification and moderation"
954
  msgstr "Активировать уведомления и модерацию для комментариев через Facebook"
955
 
956
- #: ../admin/social_commenting.php:190
957
- #: ../admin/social_commenting.php:200
958
  msgid "Enable Facebook Commenting"
959
  msgstr "Активировать комментирование через Facebook"
960
 
961
- #: ../admin/social_commenting.php:208
962
- #: ../admin/social_commenting.php:366
963
  msgid "Url to comment on"
964
  msgstr "Ссылка для комментария"
965
 
966
- #: ../admin/social_commenting.php:218
967
  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."
968
  msgstr "Абсолютная ссылка для комментариев, которые будут связаны с . В постах на Facebook о комментариях, которые будут опубликованы, будет ссылка на этот адрес.<br/>Если оставить поле пустым <strong>(Рекомендуется)</strong>, будет использоваться адрес страницы, на которой включено комментирование через социальные ссылки."
969
 
970
- #: ../admin/social_commenting.php:226
971
- #: ../admin/social_commenting.php:348
972
  msgid "Width"
973
  msgstr "Ширина"
974
 
975
- #: ../admin/social_commenting.php:236
976
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
977
  msgstr "Оставьте поле пустым чтобы был автоподбор ширины. Ширина (в пикселях) для блока комментариев."
978
 
979
- #: ../admin/social_commenting.php:244
980
  msgid "Color Scheme"
981
  msgstr "Цветовая схема"
982
 
983
- #: ../admin/social_commenting.php:248
984
  msgid "Light"
985
  msgstr "Светлая"
986
 
987
- #: ../admin/social_commenting.php:249
988
  msgid "Dark"
989
  msgstr "Темная"
990
 
991
- #: ../admin/social_commenting.php:257
992
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
993
  msgstr "Использовать светлый или темный скин"
994
 
995
- #: ../admin/social_commenting.php:265
996
  msgid "Number of comments"
997
  msgstr "Количество комментариев"
998
 
999
- #: ../admin/social_commenting.php:275
1000
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1001
  msgstr "Количество комментариев для отображения по умолчанию. Минимальное значение равно 1. По умолчанию составляет 10"
1002
 
1003
- #: ../admin/social_commenting.php:283
1004
  msgid "Order by"
1005
  msgstr "Порядок сортировки:"
1006
 
1007
- #: ../admin/social_commenting.php:287
1008
  msgid "Social"
1009
  msgstr "По умолчанию"
1010
 
1011
- #: ../admin/social_commenting.php:288
1012
  msgid "Reverse Time"
1013
  msgstr "Обратному времени"
1014
 
1015
- #: ../admin/social_commenting.php:289
1016
  msgid "Time"
1017
  msgstr "Время"
1018
 
1019
- #: ../admin/social_commenting.php:297
1020
  msgid "The order to use when displaying comments."
1021
  msgstr "Этот порядок используется в отображении комментариев."
1022
 
1023
- #: ../admin/social_commenting.php:305
1024
- #: ../admin/like_buttons.php:132
1025
- #: ../admin/like_buttons.php:138
1026
- msgid "Language"
1027
- msgstr "Язык"
1028
-
1029
- #: ../admin/social_commenting.php:315
1030
  #, php-format
1031
  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)"
1032
  msgstr "Введите код на языке вы хотите использовать для отображения комментариев. Вы можете найти языковые коды на <a href=\"%s\" target=\"_blank\">эту ссылку</a> . Оставьте его пустым для языка по умолчанию (английский)"
1033
 
1034
- #: ../admin/social_commenting.php:324
1035
  msgid "Google Plus Commenting Options"
1036
  msgstr "Настройки комментирования через Google+"
1037
 
1038
- #: ../admin/social_commenting.php:330
1039
- #: ../admin/social_commenting.php:340
1040
  msgid "Enable Google Plus Commenting"
1041
  msgstr "Включить комментирование"
1042
 
1043
- #: ../admin/social_commenting.php:358
1044
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1045
  msgstr "Ширина вкладки комментирования через Google+. Оставьте пустым для автоподбора."
1046
 
1047
- #: ../admin/social_commenting.php:376
1048
  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."
1049
  msgstr "Абсолютная ссылка для комментариев, которые будут связаны с . В постах на Google Plus о комментариях, которые будут опубликованы, будет ссылка на этот адрес.<br/>Если оставить поле пустым <strong>(Рекомендуется)</strong>, будет использоваться адрес страницы, на которой включено комментирование через социальные ссылки."
1050
 
1051
- #: ../admin/social_commenting.php:385
1052
  msgid "Disqus Commenting Options"
1053
  msgstr "Настройки комментирования через Disqus"
1054
 
1055
- #: ../admin/social_commenting.php:391
1056
- #: ../admin/social_commenting.php:401
1057
  msgid "Enable Disqus Commenting"
1058
  msgstr "Активировать комментирование через Disqus"
1059
 
1060
- #: ../admin/social_commenting.php:409
1061
  msgid "Disqus Shortname"
1062
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1063
 
1064
- #: ../admin/social_commenting.php:419
1065
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1066
  msgstr "<strong>Необходимо для использования комментирования через Disqus.</strong> Для большей информации посетите соответствующую ссылку"
1067
 
1068
- #: ../admin/social_commenting.php:436
1069
  msgid "Social Commenting Shortcode"
1070
  msgstr "Шорткод комментирования через социальные сети"
1071
 
1072
- #: ../admin/social_commenting.php:448
1073
  msgid "How can I disable Social Commenting at individual page/post?"
1074
  msgstr "Как мне отключить комментирование через социальные сети на определенных страница/постах?"
1075
 
1076
- #: ../admin/social_commenting.php:449
1077
  msgid "How to disable default comment form from Social Commenting?"
1078
  msgstr "Как мне деактивировать определенную форму из комментирования через социальные сети?"
1079
 
1080
- #: ../admin/social_login.php:10
1081
- msgid "Social Login"
1082
- msgstr "Вход через социальные сети"
1083
-
1084
- #: ../admin/social_login.php:23
1085
  msgid "Enable Social Login"
1086
  msgstr "Активироват вход через социальные сети"
1087
 
1088
- #: ../admin/social_login.php:33
1089
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1090
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1091
 
1092
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
1093
  msgid "Disable user registration via Social Login"
1094
  msgstr "Регистрация Отключить пользователя через социального Логин"
1095
 
1096
- #: ../admin/social_login.php:51
1097
  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."
1098
  msgstr "После включения этой опции, новые пользователи не смогут войти в через социальные входе в систему. Только существующие пользователи смогут социальной входе в систему."
1099
 
1100
- #: ../admin/social_login.php:60
1101
  #, fuzzy
1102
  msgid "Redirection url"
1103
  msgstr "Перенаправления входа"
1104
 
1105
- #: ../admin/social_login.php:70
1106
  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."
1107
  msgstr "Пользователь будет перенаправлен на этой странице после неудачной попытки регистрации через социальные Логин. Вы можете указать URL регистрационной формы или страница, показывающая сообщения о отключить регистрацию через систему социального Логин."
1108
 
1109
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1110
  msgid "Instagram"
1111
  msgstr "Instagram"
1112
 
1113
- #: ../admin/social_login.php:116
 
 
 
 
1114
  msgid "Select Social ID provider to enable in Social Login"
1115
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1116
 
1117
- #: ../admin/social_login.php:124
1118
  msgid "Facebook App ID"
1119
  msgstr "Facebook App ID"
1120
 
1121
- #: ../admin/social_login.php:134
1122
  #, php-format
1123
  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"
1124
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1125
 
1126
- #: ../admin/social_login.php:136
1127
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1128
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1129
 
1130
- #: ../admin/social_login.php:146
1131
  msgid "Twitter API Key"
1132
  msgstr "Twitter API ключ"
1133
 
1134
- #: ../admin/social_login.php:156
1135
  #, php-format
1136
  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"
1137
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1138
 
1139
- #: ../admin/social_login.php:158
1140
- #: ../admin/social_login.php:180
1141
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1142
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1143
 
1144
- #: ../admin/social_login.php:168
1145
  msgid "Twitter API Secret"
1146
  msgstr "Twitter API секретный ключ"
1147
 
1148
- #: ../admin/social_login.php:178
1149
  #, php-format
1150
  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"
1151
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1152
 
1153
- #: ../admin/social_login.php:190
1154
  msgid "LinkedIn API Key"
1155
  msgstr "Секретный ключ приложения LinkedIn"
1156
 
1157
- #: ../admin/social_login.php:200
1158
  #, php-format
1159
  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"
1160
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1161
 
1162
- #: ../admin/social_login.php:202
1163
- #: ../admin/social_login.php:268
1164
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1165
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1166
 
1167
- #: ../admin/social_login.php:212
1168
  msgid "Google+ Client ID"
1169
  msgstr "Google+ ID клиента"
1170
 
1171
- #: ../admin/social_login.php:222
1172
  #, php-format
1173
  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"
1174
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1175
 
1176
- #: ../admin/social_login.php:224
1177
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1178
  msgstr "JavaScript для авторизации"
1179
 
1180
- #: ../admin/social_login.php:234
1181
  msgid "Vkontakte Application ID"
1182
  msgstr " ID приложения Vkontakte"
1183
 
1184
- #: ../admin/social_login.php:244
1185
  #, php-format
1186
  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"
1187
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1188
 
1189
- #: ../admin/social_login.php:246
1190
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1191
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1192
 
1193
- #: ../admin/social_login.php:256
1194
  msgid "Instagram Client ID"
1195
  msgstr "Instagram ID клиента"
1196
 
1197
- #: ../admin/social_login.php:266
1198
  #, php-format
1199
  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"
1200
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1201
 
1202
- #: ../admin/social_login.php:278
1203
  msgid "Xing Consumer Key"
1204
  msgstr "Ключ потребителя Xing"
1205
 
1206
- #: ../admin/social_login.php:288
1207
  #, php-format
1208
  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"
1209
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1210
 
1211
- #: ../admin/social_login.php:290
1212
- #: ../admin/social_login.php:312
1213
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1214
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1215
 
1216
- #: ../admin/social_login.php:300
1217
  msgid "Xing Consumer Secret"
1218
  msgstr "Секретный ключ потребителя Xing"
1219
 
1220
- #: ../admin/social_login.php:310
1221
  #, php-format
1222
  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"
1223
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1224
 
1225
- #: ../admin/social_login.php:322
1226
- msgid "Include Javascript in website footer"
1227
- msgstr "Включить Javascriptв подвале(футере) сайта"
1228
-
1229
- #: ../admin/social_login.php:332
1230
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1231
- msgstr "Если этот параметр включен (рекомендуется), Javascript файлы будут включены в нижней части вашего сайта."
1232
-
1233
- #: ../admin/social_login.php:346
1234
  msgid "Login options"
1235
  msgstr "Опции входа"
1236
 
1237
- #: ../admin/social_login.php:362
1238
  msgid "Text to display above the Social Login interface"
1239
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1240
 
1241
- #: ../admin/social_login.php:371
1242
  msgid "Enable at login page"
1243
  msgstr "Включить страницу входа"
1244
 
1245
- #: ../admin/social_login.php:381
1246
  msgid "Social Login interface will get enabled at the login page of your website"
1247
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1248
 
1249
- #: ../admin/social_login.php:389
1250
  msgid "Enable at register page"
1251
  msgstr "Включить на странице регистрации"
1252
 
1253
- #: ../admin/social_login.php:399
1254
  msgid "Social Login interface will get enabled at the registration page of your website"
1255
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1256
 
1257
- #: ../admin/social_login.php:407
1258
  msgid "Enable at comment form"
1259
  msgstr "Включить в форму комментирования"
1260
 
1261
- #: ../admin/social_login.php:417
1262
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1263
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1264
 
1265
- #: ../admin/social_login.php:431
1266
  msgid "Enable before WooCommerce Customer Login Form"
1267
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1268
 
1269
- #: ../admin/social_login.php:441
1270
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1271
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1272
 
1273
- #: ../admin/social_login.php:449
1274
  msgid "Enable after WooCommerce Customer Login Form"
1275
  msgstr "Включить после формы входа клиента WooCommerce"
1276
 
1277
- #: ../admin/social_login.php:459
1278
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1279
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1280
 
1281
- #: ../admin/social_login.php:467
1282
  msgid "Enable at WooCommerce checkout page"
1283
  msgstr "Включить на странице оформления заказа WooCommerce"
1284
 
1285
- #: ../admin/social_login.php:477
1286
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1287
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1288
 
1289
- #: ../admin/social_login.php:488
1290
  msgid "Auto-approve comments made by Social Login users"
1291
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1292
 
1293
- #: ../admin/social_login.php:498
1294
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1295
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1296
 
1297
- #: ../admin/social_login.php:499
1298
  msgid "Note: This is not related to Facebook comments"
1299
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1300
 
1301
- #: ../admin/social_login.php:509
1302
  msgid "Enable social avatar"
1303
  msgstr "Включение социальных аватар"
1304
 
1305
- #: ../admin/social_login.php:519
1306
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1307
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1308
 
1309
- #: ../admin/social_login.php:529
1310
  msgid "Avatar quality"
1311
  msgstr "Качество аватары"
1312
 
1313
- #: ../admin/social_login.php:532
1314
  msgid "Average"
1315
  msgstr "Среднее"
1316
 
1317
- #: ../admin/social_login.php:533
1318
  msgid "Best"
1319
  msgstr "лучший"
1320
 
1321
- #: ../admin/social_login.php:540
1322
  msgid "Choose avatar quality"
1323
  msgstr "Выберите качество аватара"
1324
 
1325
- #: ../admin/social_login.php:549
1326
  #, fuzzy
1327
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1328
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1329
 
1330
- #: ../admin/social_login.php:559
1331
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_login.php:580
1335
  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"
1336
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1337
 
1338
- #: ../admin/social_login.php:589
1339
  msgid "Send username-password after user registration"
1340
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1341
 
1342
- #: ../admin/social_login.php:599
1343
  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)"
1344
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1345
 
1346
- #: ../admin/social_login.php:608
1347
  msgid "Enable social account linking at BuddyPress profile page"
1348
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1349
 
1350
- #: ../admin/social_login.php:618
1351
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1352
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1353
 
1354
- #: ../admin/social_login.php:627
1355
  msgid "Login redirection"
1356
  msgstr "Перенаправления входа"
1357
 
1358
- #: ../admin/social_login.php:631
1359
  msgid "Same page where user logged in"
1360
  msgstr "Та же страница, на которой пользователь произвел вход "
1361
 
1362
- #: ../admin/social_login.php:635
1363
- #: ../admin/social_login.php:665
1364
  msgid "Account dashboard"
1365
  msgstr "Страница управления моим аккаунтом"
1366
 
1367
- #: ../admin/social_login.php:638
1368
- #: ../admin/social_login.php:668
1369
  msgid "BuddyPress profile page"
1370
  msgstr "Страница профиля BuddyPress"
1371
 
1372
- #: ../admin/social_login.php:641
1373
- #: ../admin/social_login.php:671
1374
  msgid "Custom Url"
1375
  msgstr "Пользовательская ссылка"
1376
 
1377
- #: ../admin/social_login.php:649
1378
  msgid "User will be redirected to the selected page after Social Login"
1379
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1380
 
1381
- #: ../admin/social_login.php:657
1382
  msgid "Registration redirection"
1383
  msgstr "Перенаправлении регистрации"
1384
 
1385
- #: ../admin/social_login.php:661
1386
  msgid "Same page from where user registered"
1387
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1388
 
1389
- #: ../admin/social_login.php:679
1390
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1391
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1392
 
1393
- #: ../admin/social_login.php:687
1394
  msgid "Email popup options"
1395
  msgstr "Параметры всплывающей электронной Почты"
1396
 
1397
- #: ../admin/social_login.php:693
1398
  msgid "Text on 'Email required' popup"
1399
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1400
 
1401
- #: ../admin/social_login.php:703
1402
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1403
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1404
 
1405
- #: ../admin/social_login.php:712
1406
  msgid "Error message for 'Email required' popup"
1407
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1408
 
1409
- #: ../admin/social_login.php:722
1410
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1411
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1412
 
1413
- #: ../admin/social_login.php:731
1414
  msgid "Email popup height"
1415
  msgstr "Высота высплывающего окна"
1416
 
1417
- #: ../admin/social_login.php:741
1418
  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."
1419
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1420
 
1421
- #: ../admin/social_login.php:749
1422
  msgid "Enable email verification"
1423
  msgstr "Включить проверку электронной почты"
1424
 
1425
- #: ../admin/social_login.php:759
1426
  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"
1427
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1428
 
1429
- #: ../admin/social_login.php:775
1430
  msgid "Social Login Shortcode & Widget"
1431
  msgstr "Шорткод и виджет для входа через социальные сети "
1432
 
1433
- #: ../admin/social_login.php:776
1434
  msgid "Social Linking Shortcode"
1435
  msgstr "Шорткод социальных ссылок"
1436
 
@@ -1466,146 +1699,145 @@ msgstr "В разделе <strong>Поделиться в социальных
1466
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1467
  msgstr "В разделе <strong>Нравится</strong> вы можете выбрать нравится/+1 и настроить таким же образом как и поделиться с друзьями."
1468
 
1469
- #: ../admin/like_buttons.php:12
1470
- msgid "Like Buttons"
1471
- msgstr "Кнопки Нравится"
1472
-
1473
- #: ../admin/like_buttons.php:25
1474
  msgid "Enable Like Buttons"
1475
  msgstr "Активировать Кнопки Нравится"
1476
 
1477
- #: ../admin/like_buttons.php:35
1478
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1479
  msgstr "Панель управления кнопками Нравится. Должно быть включено чтобы активировать кнопки Нравится"
1480
 
1481
- #: ../admin/like_buttons.php:57
1482
- msgid "Use shortlinks already installed, for tweet button"
1483
- msgstr "Эти короткие ссылки уже установлены, для кнопки Твитнуть"
1484
-
1485
- #: ../admin/like_buttons.php:75
1486
- msgid "Enable bit.ly url shortener for tweet button"
1487
- msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
1488
-
1489
- #: ../admin/like_buttons.php:148
1490
- #, php-format
1491
- 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)"
1492
- msgstr "Введите код языка если хотите использовать свой язык для показа счетчиков. Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1493
-
1494
- #: ../admin/like_buttons.php:157
1495
- msgid "Twitter Username"
1496
- msgstr "Имя в Твитере "
1497
-
1498
- #: ../admin/like_buttons.php:163
1499
- msgid "Twitter username for Tweet (without @)"
1500
- msgstr "Имя в Твитере для Твитнуть (без @)"
1501
-
1502
- #: ../admin/like_buttons.php:173
1503
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1504
- msgstr "Используемое имя пользователя будет показано после твита как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1505
-
1506
- #: ../admin/like_buttons.php:182
1507
- msgid "Twitter username for Buffer sharing (without @)"
1508
- msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
1509
-
1510
- #: ../admin/like_buttons.php:192
1511
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1512
- msgstr "Используемое имя пользователя будет показано в Buffer после Поделиться как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1513
-
1514
- #: ../admin/like_buttons.php:201
1515
- msgid "Horizontal Interface Options"
1516
  msgstr "Интерфейс горизонтальных кнопок Поделиться"
1517
 
1518
- #: ../admin/like_buttons.php:207
1519
- msgid "Enable horizontal interface"
 
1520
  msgstr "Активировать интерфейс горизонтальных кнопок Поделиться"
1521
 
1522
- #: ../admin/like_buttons.php:217
1523
  msgid "Master control to enable horizontal like buttons"
1524
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
1525
 
1526
- #: ../admin/like_buttons.php:242
1527
- #: ../admin/like_buttons.php:483
1528
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1529
  msgstr "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/Твитнуть"
1530
 
1531
- #: ../admin/like_buttons.php:260
1532
  msgid "The text to display above the interface"
1533
  msgstr "Текст, отображаемый над интерфейсом"
1534
 
1535
- #: ../admin/like_buttons.php:268
1536
- #: ../admin/like_buttons.php:491
1537
  msgid "Select and rearrange providers"
1538
  msgstr "Выберите и переставьте сервисы"
1539
 
1540
- #: ../admin/like_buttons.php:312
1541
- #: ../admin/like_buttons.php:534
1542
  msgid "Select the providers for interface. Drag them to rearrange."
1543
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
1544
 
1545
- #: ../admin/like_buttons.php:334
1546
- #: ../admin/like_buttons.php:573
1547
  msgid "Horizontal alignment of the interface"
1548
  msgstr "Горизонтальное выравнивание интерфейса"
1549
 
1550
- #: ../admin/like_buttons.php:355
1551
  msgid "Specify position of the interface with respect to the content"
1552
  msgstr "Укажите положение интерфейса в отношении содержания"
1553
 
1554
- #: ../admin/like_buttons.php:363
1555
- #: ../admin/like_buttons.php:639
1556
  msgid "Interface location"
1557
  msgstr "Расположение интерфейса"
1558
 
1559
- #: ../admin/like_buttons.php:373
1560
- #: ../admin/like_buttons.php:649
1561
  msgid "Excerpts"
1562
  msgstr "Цитаты"
1563
 
1564
- #: ../admin/like_buttons.php:432
1565
  msgid "Specify the pages where you want to enable interface"
1566
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
1567
 
1568
- #: ../admin/like_buttons.php:442
1569
  msgid "Vertical (Floating) like buttons Options"
1570
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
1571
 
1572
- #: ../admin/like_buttons.php:448
1573
- msgid "Enable vertical (floating) like buttons"
 
1574
  msgstr "Активировать вертикальные (плавающие) кнопки Нравится"
1575
 
1576
- #: ../admin/like_buttons.php:458
1577
  msgid "Master control to enable vertical (floating) counter widget"
1578
  msgstr "Мастер управления для включения вертикального (плавающего) счетчика виджета "
1579
 
1580
- #: ../admin/like_buttons.php:552
1581
  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>"
1582
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикального интерфейса. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
1583
 
1584
- #: ../admin/like_buttons.php:592
1585
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1586
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1587
 
1588
- #: ../admin/like_buttons.php:612
1589
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1590
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1591
 
1592
- #: ../admin/like_buttons.php:631
1593
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1594
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу и уменьшать по отношению к верху. "
1595
 
1596
- #: ../admin/like_buttons.php:687
1597
  msgid "Specify the pages where you want to enable vertical interface"
1598
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
1599
 
1600
- #: ../admin/like_buttons.php:695
1601
  msgid "Hide like buttons on mobile devices"
1602
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
1603
 
1604
- #: ../admin/like_buttons.php:705
1605
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1606
  msgstr "Если включено, то вертикальный интерфейс Нравится не будет отображаться на мобильных устройствах"
1607
 
1608
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1609
  msgid "Like Buttons Shortcode & Widget"
1610
  msgstr "Шорткод и виджет Нравится"
1611
 
@@ -1613,11 +1845,11 @@ msgstr "Шорткод и виджет Нравится"
1613
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1614
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1615
 
1616
- #: ../inc/social_sharing.php:613
1617
  msgid "Invalid request"
1618
  msgstr "Неверный Запрос!"
1619
 
1620
- #: ../inc/social_sharing.php:620
1621
  msgid "Providers not selected"
1622
  msgstr "Сервисы не выбраны"
1623
 
@@ -1757,6 +1989,101 @@ msgstr "Вертикальный плавающий виджет Нравитс
1757
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1758
  msgstr "Убедитесь что \"Вертикальные Кнопки Нравится\" включены на странице \"Super Socializer > Нравится\""
1759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1760
  #~ msgid "Options saved successfully"
1761
  #~ msgstr "Настройки успешно сохранены."
1762
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:40+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:40+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
+ #: ../super_socializer.php:417
41
+ #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, чтобы открыть"
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Оставить ответ"
56
 
57
+ #: ../super_socializer.php:711
58
+ #, fuzzy
59
+ msgid "Super Socializer - General Options"
60
+ msgstr "Super Socializer - Вход"
61
+
62
+ #: ../super_socializer.php:711
63
+ #: ../admin/general_options.php:11
64
+ #: ../admin/social_commenting.php:42
65
+ #, fuzzy
66
+ msgid "General Options"
67
+ msgstr "Настройки Поделиться"
68
+
69
+ #: ../super_socializer.php:772
70
  msgid "Super Socializer - Social Avatar"
71
  msgstr "Super Socializer - Социальный Аватар"
72
 
73
+ #: ../super_socializer.php:775
74
  msgid "Small Avatar Url"
75
  msgstr "Ссылка для маленького аватара"
76
 
77
+ #: ../super_socializer.php:780
78
  msgid "Large Avatar Url"
79
  msgstr "Ссылка для большого аватара"
80
 
81
+ #: ../super_socializer.php:848
82
  msgid "Email you entered is already registered or invalid"
83
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
84
 
85
+ #: ../super_socializer.php:852
86
  msgid "Please enter a valid email address. You might be required to verify it"
87
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
88
 
95
  msgid "Dismiss this notice"
96
  msgstr "Закрыть это уведомление"
97
 
98
+ #: ../helper.php:155
99
  msgid "Click to show help"
100
  msgstr "Нажмите, чтобы получить помощь"
101
 
102
+ #: ../helper.php:155
103
  msgid "Click to hide help"
104
  msgstr "Нажмите, чтобы скрыть помощь"
105
 
106
+ #: ../helper.php:249
107
  msgid "Settings"
108
  msgstr "Настройки"
109
 
110
+ #: ../helper.php:572
111
  msgid "Account linked successfully"
112
  msgstr "Аккаунт успешно связан"
113
 
114
+ #: ../helper.php:576
115
  msgid "Account already exists or linked"
116
  msgstr "Аккаунт уже существует или связан"
117
 
118
+ #: ../helper.php:585
119
  msgid "You are already connected with"
120
  msgstr "Вы уже связаны с"
121
 
122
+ #: ../helper.php:585
123
  msgid "as primary social network"
124
  msgstr "в качестве основной социальной сети"
125
 
126
+ #: ../helper.php:600
127
  msgid "Link your social account to login to your account at this website"
128
  msgstr "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на этом сайте"
129
 
130
+ #: ../helper.php:637
131
  msgid "Currently"
132
  msgstr "На данный момент"
133
 
134
+ #: ../helper.php:637
135
  msgid "Remove"
136
  msgstr "Удалить"
137
 
138
+ #: ../helper.php:738
139
+ #, fuzzy
140
+ msgid "Disable Standard Social Sharing on this "
 
 
 
141
  msgstr "Деактивироватьвертикальные кнопки Поделиться"
142
 
143
+ #: ../helper.php:743
144
+ #, fuzzy
145
+ msgid "Disable Floating Social Sharing on this "
146
+ msgstr "Деактивировать горизонтальные кнопки Поделиться"
147
 
148
+ #: ../helper.php:748
149
+ #, fuzzy
150
+ msgid "Disable Standard like buttons on this "
151
  msgstr "Деактивировать вертикальные кнопки Нравится"
152
 
153
+ #: ../helper.php:753
154
+ #, fuzzy
155
+ msgid "Disable Floating like buttons on this "
156
+ msgstr "Деактивировать горизонтальные кнопки Нравится"
157
+
158
+ #: ../helper.php:758
159
  msgid "Disable Social Commenting on this "
160
  msgstr "Деактивировать социальное комментироване"
161
 
162
+ #: ../helper.php:767
163
+ #, fuzzy
164
+ msgid "Standard Sharing Interface"
165
+ msgstr "Интерфейс Поделиться"
166
 
167
+ #: ../helper.php:773
168
+ #: ../helper.php:792
169
  msgid "Starting share count for "
170
  msgstr "Запустить счетчик поделиться для"
171
 
172
+ #: ../helper.php:786
173
+ #, fuzzy
174
+ msgid "Floating Sharing Interface"
175
+ msgstr "Интерфейс Поделиться"
176
 
177
+ #: ../helper.php:878
178
  #, fuzzy
179
  msgid "Social Avatar"
180
  msgstr "Ссылка для маленького аватара"
181
 
182
+ #: ../helper.php:881
183
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
184
  msgstr ""
185
 
186
+ #: ../helper.php:882
187
  msgid "Update social avatar, next time I Social Login"
188
  msgstr ""
189
 
190
+ #: ../helper.php:885
191
  #, fuzzy
192
  msgid "Small Avatar"
193
  msgstr "Ссылка для маленького аватара"
194
 
195
+ #: ../helper.php:889
196
  #, fuzzy
197
  msgid "Large Avatar"
198
  msgstr "Ссылка для большого аватара"
199
 
200
+ #: ../helper.php:893
201
+ #: ../admin/general_options.php:89
202
+ #: ../admin/social_sharing.php:1732
203
+ #: ../admin/social_commenting.php:464
204
+ #: ../admin/social_login.php:778
205
+ #: ../admin/like_buttons.php:764
206
  msgid "Save Changes"
207
  msgstr "Сохранить изменения"
208
 
209
+ #: ../admin/general_options.php:17
210
+ msgid "Include Javascript in website footer"
211
+ msgstr "Включить Javascriptв подвале(футере) сайта"
212
+
213
+ #: ../admin/general_options.php:27
214
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
215
+ msgstr "Если этот параметр включен (рекомендуется), Javascript файлы будут включены в нижней части вашего сайта."
216
+
217
+ #: ../admin/general_options.php:35
218
+ msgid "Load all Javascript files in single file"
219
+ msgstr ""
220
+
221
+ #: ../admin/general_options.php:45
222
+ msgid "Loads Javascript in single request."
223
+ msgstr ""
224
+
225
+ #: ../admin/general_options.php:53
226
+ msgid "Delete all the options on plugin deletion"
227
+ msgstr "Удалить все настройки при удалении плагина"
228
+
229
+ #: ../admin/general_options.php:63
230
+ 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."
231
+ msgstr "Если включено, параметры плагина будет удаляются, когда плагин будет удален /переустановлен, и вы должны будете перенастроить параметры при установке плагина в следующий раз."
232
+
233
+ #: ../admin/general_options.php:71
234
+ #, fuzzy
235
+ msgid "Custom CSS"
236
+ msgstr "Пользовательская ссылка"
237
+
238
+ #: ../admin/general_options.php:81
239
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
240
+ msgstr ""
241
+
242
  #: ../admin/help.php:4
243
  msgid "About"
244
  msgstr "О проекте"
255
  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"
256
  msgstr "Мы являемся творческим коллективом с уникальными идеями в голове и обслуживанием в сердце. Мы любим то, что мы делаем. Для получения дополнительной информации присоединиться к нам на"
257
 
258
+ #: ../admin/help.php:17
259
+ msgid "Donate"
260
+ msgstr ""
261
+
262
+ #: ../admin/help.php:19
263
+ msgid "You can help us continue the development of this free plugin by donating"
264
+ msgstr ""
265
+
266
+ #: ../admin/help.php:20
267
+ msgid "Donate Now"
268
+ msgstr ""
269
+
270
+ #: ../admin/help.php:26
271
  msgid "Plugin Demo"
272
  msgstr "Демо плагина"
273
 
274
+ #: ../admin/help.php:32
275
+ msgid "Integrate with Google Analytics"
276
  msgstr ""
277
 
278
+ #: ../admin/help.php:38
279
  msgid "Boost sharing by awarding points"
280
  msgstr "Повысьте обмен, наградив точек"
281
 
282
+ #: ../admin/help.php:44
283
  msgid "Award points for Social Login"
284
  msgstr "Премии пунктов для социального Логин"
285
 
286
+ #: ../admin/help.php:50
287
  #, fuzzy
288
  msgid "Other Add-ons"
289
  msgstr "Дополнения"
290
 
291
+ #: ../admin/help.php:55
292
  msgid "Need Help?"
293
  msgstr "Требуется помощь?"
294
 
295
+ #: ../admin/help.php:57
296
  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>"
297
  msgstr "Если у вас <strong>есть какой-то вопрос</strong>, вы нуждаетесь в помощи <strong>установки плагина</strong>, хотите <strong>кастомные опции</strong> в плагине или <strong>имеете какие-то пожелания</strong> которые необходимо внести в плагин, напишите нам на почту<a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
298
 
299
+ #: ../admin/help.php:62
300
  msgid "Support Us"
301
  msgstr "Поддержите нас"
302
 
303
+ #: ../admin/help.php:65
304
+ #: ../admin/help.php:68
305
+ #: ../admin/help.php:69
306
+ #: ../admin/help.php:70
307
+ #: ../admin/help.php:71
308
+ #: ../admin/help.php:72
309
  msgid "Rate 5-star"
310
  msgstr "Оценить 5-бальной шкале"
311
 
312
+ #: ../admin/social_sharing.php:9
313
+ #: ../admin/social_commenting.php:8
314
+ #: ../admin/social_login.php:8
315
+ #: ../admin/like_buttons.php:10
316
+ msgid "Master Control"
317
+ msgstr ""
318
 
319
+ #: ../admin/social_sharing.php:14
320
+ msgid "Enable Social Sharing"
321
+ msgstr "Активировать Поделиться в социальных сетях"
 
 
 
 
 
322
 
323
+ #: ../admin/social_sharing.php:23
324
+ #, fuzzy
325
+ msgid "Master control to enable Social Sharing"
326
+ msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
327
+
328
+ #: ../admin/social_sharing.php:35
329
+ msgid "Theme Selection"
330
+ msgstr ""
331
+
332
+ #: ../admin/social_sharing.php:36
333
+ #: ../admin/like_buttons.php:37
334
+ #, fuzzy
335
+ msgid "Standard Interface"
336
  msgstr "Интерфейс Поделиться"
337
 
338
+ #: ../admin/social_sharing.php:37
339
+ #: ../admin/like_buttons.php:38
340
+ #, fuzzy
341
+ msgid "Floating Interface"
342
+ msgstr "Интерфейс Поделиться"
343
 
344
+ #: ../admin/social_sharing.php:38
345
+ #: ../admin/like_buttons.php:39
346
+ msgid "Miscellaneous"
347
+ msgstr ""
348
+
349
+ #: ../admin/social_sharing.php:39
350
+ #: ../admin/social_sharing.php:1681
351
+ #: ../admin/social_sharing.php:1683
352
+ #: ../admin/social_login.php:37
353
+ #: ../admin/social_login.php:764
354
+ #: ../admin/like_buttons.php:40
355
+ #: ../admin/like_buttons.php:751
356
  msgid "Shortcode & Widget"
357
  msgstr "Шорткод и виджет"
358
 
359
+ #: ../admin/social_sharing.php:40
360
  msgid "Troubleshooter"
361
  msgstr "Устранение неисправностей"
362
 
363
+ #: ../admin/social_sharing.php:41
364
+ #: ../admin/social_sharing.php:1712
365
+ #: ../admin/social_commenting.php:36
366
+ #: ../admin/social_commenting.php:452
367
  msgid "FAQ"
368
  msgstr "Часто задаваемые вопросы (FAQ)"
369
 
370
+ #: ../admin/social_sharing.php:48
371
+ msgid "Standard interface theme"
372
+ msgstr ""
 
 
 
 
 
 
 
 
373
 
374
+ #: ../admin/social_sharing.php:53
375
+ #: ../admin/social_sharing.php:360
376
+ msgid "Icon Preview"
377
+ msgstr "Превью иконок"
378
 
379
+ #: ../admin/social_sharing.php:125
380
+ #: ../admin/social_sharing.php:433
381
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
382
+ msgstr "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже кнопку сохранить"
383
 
384
+ #: ../admin/social_sharing.php:132
385
+ #: ../admin/social_sharing.php:440
386
  msgid "Shape"
387
  msgstr "Форма"
388
 
389
+ #: ../admin/social_sharing.php:136
390
+ #: ../admin/social_sharing.php:444
391
  msgid "Round"
392
  msgstr "Круглая"
393
 
394
+ #: ../admin/social_sharing.php:138
395
+ #: ../admin/social_sharing.php:446
396
  msgid "Square"
397
  msgstr "Квадратная"
398
 
399
+ #: ../admin/social_sharing.php:140
400
+ #: ../admin/social_sharing.php:448
401
+ msgid "Rectangle"
402
+ msgstr ""
403
+
404
+ #: ../admin/social_sharing.php:147
405
+ #: ../admin/social_sharing.php:455
406
  msgid "Shape of the sharing icons"
407
  msgstr "Форма кнопок Поделиться"
408
 
409
+ #: ../admin/social_sharing.php:156
410
+ #: ../admin/social_sharing.php:464
411
  msgid "Size (in pixels)"
412
  msgstr "Размер (в пикселях)"
413
 
414
+ #: ../admin/social_sharing.php:172
415
+ #: ../admin/social_sharing.php:480
416
  msgid "Size of the sharing icons"
417
  msgstr "Размер кнопок Поделиться"
418
 
419
+ #: ../admin/social_sharing.php:182
420
+ #: ../admin/social_sharing.php:490
421
+ #, fuzzy
422
+ msgid "Width (in pixels)"
423
+ msgstr "Размер (в пикселях)"
424
 
425
+ #: ../admin/social_sharing.php:198
426
+ #: ../admin/social_sharing.php:506
427
+ #, fuzzy
428
+ msgid "Width of the sharing icons"
429
+ msgstr "Размер кнопок Поделиться"
430
 
431
+ #: ../admin/social_sharing.php:206
432
+ #: ../admin/social_sharing.php:514
433
+ #, fuzzy
434
+ msgid "Height (in pixels)"
435
+ msgstr "Размер (в пикселях)"
436
 
437
+ #: ../admin/social_sharing.php:222
438
+ #: ../admin/social_sharing.php:530
439
+ #, fuzzy
440
+ msgid "Height of the sharing icons"
441
+ msgstr "Размер кнопок Поделиться"
442
 
443
+ #: ../admin/social_sharing.php:232
444
+ #: ../admin/social_sharing.php:540
445
+ #, fuzzy
446
+ msgid "Border radius (in pixels)"
447
+ msgstr "Размер (в пикселях)"
448
 
449
+ #: ../admin/social_sharing.php:242
450
+ #: ../admin/social_sharing.php:550
451
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
452
+ msgstr ""
453
 
454
+ #: ../admin/social_sharing.php:251
455
+ #: ../admin/social_sharing.php:559
456
+ #, fuzzy
457
+ msgid "Logo Color"
458
+ msgstr "Цвет фона"
459
 
460
+ #: ../admin/social_sharing.php:255
461
+ #: ../admin/social_sharing.php:276
462
+ #: ../admin/social_sharing.php:296
463
+ #: ../admin/social_sharing.php:563
464
+ #: ../admin/social_sharing.php:584
465
+ #: ../admin/social_sharing.php:603
466
+ msgid "Default"
467
+ msgstr ""
468
 
469
+ #: ../admin/social_sharing.php:257
470
+ #: ../admin/social_sharing.php:277
471
+ #: ../admin/social_sharing.php:301
472
+ #: ../admin/social_sharing.php:565
473
+ #: ../admin/social_sharing.php:585
474
+ #: ../admin/social_sharing.php:608
475
+ msgid "On Hover"
476
+ msgstr ""
477
 
478
+ #: ../admin/social_sharing.php:265
479
+ #: ../admin/social_sharing.php:573
480
+ #, fuzzy
481
+ 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>"
482
+ msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикального интерфейса. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
483
+
484
+ #: ../admin/social_sharing.php:273
485
+ #: ../admin/social_sharing.php:581
486
+ #: ../admin/social_sharing.php:1213
487
+ #: ../admin/like_buttons.php:395
488
+ msgid "Background Color"
489
+ msgstr "Цвет фона"
490
+
491
+ #: ../admin/social_sharing.php:284
492
+ #: ../admin/social_sharing.php:592
493
+ #, fuzzy
494
+ 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>"
495
+ msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
496
 
497
  #: ../admin/social_sharing.php:292
498
+ #: ../admin/social_sharing.php:600
499
+ msgid "Border"
500
+ msgstr ""
501
 
502
+ #: ../admin/social_sharing.php:298
503
+ #: ../admin/social_sharing.php:303
504
+ #: ../admin/social_sharing.php:605
505
+ #: ../admin/social_sharing.php:610
506
+ #, fuzzy
507
+ msgid "Border Width"
508
+ msgstr "Шорткод и виджет"
509
 
510
+ #: ../admin/social_sharing.php:299
511
+ #: ../admin/social_sharing.php:304
512
+ #: ../admin/social_sharing.php:606
513
+ #: ../admin/social_sharing.php:611
514
+ #, fuzzy
515
+ msgid "Border Color"
516
+ msgstr "Цвет фона"
517
+
518
+ #: ../admin/social_sharing.php:311
519
+ #: ../admin/social_sharing.php:618
520
+ #, fuzzy
521
+ msgid "Icon border"
522
+ msgstr "Превью иконок"
523
 
524
  #: ../admin/social_sharing.php:319
525
+ #: ../admin/social_sharing.php:626
526
+ msgid "Counter Position"
527
+ msgstr ""
528
+
529
+ #: ../admin/social_sharing.php:319
530
+ #: ../admin/social_sharing.php:626
531
+ msgid "(applies, if counter enabled)"
532
+ msgstr ""
533
+
534
+ #: ../admin/social_sharing.php:323
535
+ #: ../admin/social_sharing.php:630
536
+ #: ../admin/social_sharing.php:851
537
+ #: ../admin/social_sharing.php:1235
538
+ #: ../admin/like_buttons.php:170
539
+ #: ../admin/like_buttons.php:417
540
+ msgid "Left"
541
+ msgstr "Слева"
542
+
543
+ #: ../admin/social_sharing.php:325
544
+ #: ../admin/social_sharing.php:632
545
+ msgid "Top"
546
+ msgstr ""
547
+
548
+ #: ../admin/social_sharing.php:327
549
+ #: ../admin/social_sharing.php:634
550
+ #: ../admin/social_sharing.php:853
551
+ #: ../admin/social_sharing.php:1236
552
+ #: ../admin/like_buttons.php:172
553
+ #: ../admin/like_buttons.php:418
554
+ msgid "Right"
555
+ msgstr "Справа"
556
 
557
  #: ../admin/social_sharing.php:329
558
+ #: ../admin/social_sharing.php:636
559
+ msgid "Bottom"
560
+ msgstr ""
 
561
 
562
+ #: ../admin/social_sharing.php:331
563
+ #: ../admin/social_sharing.php:638
564
+ msgid "Inner Left"
565
+ msgstr ""
566
+
567
+ #: ../admin/social_sharing.php:333
568
+ #: ../admin/social_sharing.php:640
569
+ msgid "Inner Top"
570
+ msgstr ""
571
+
572
+ #: ../admin/social_sharing.php:335
573
+ #: ../admin/social_sharing.php:642
574
+ #, fuzzy
575
+ msgid "Inner Right"
576
+ msgstr "Справа"
577
+
578
+ #: ../admin/social_sharing.php:337
579
+ #: ../admin/social_sharing.php:644
580
+ msgid "Inner Bottom"
581
+ msgstr ""
582
 
583
  #: ../admin/social_sharing.php:345
584
+ #: ../admin/social_sharing.php:652
585
+ #, fuzzy
586
+ msgid "Position of share counter"
587
+ msgstr "Под содержимым"
588
 
589
  #: ../admin/social_sharing.php:355
590
+ #, fuzzy
591
+ msgid "Floating interface theme"
592
+ msgstr "Интерфейс Поделиться"
593
 
594
+ #: ../admin/social_sharing.php:667
595
+ #, fuzzy
596
+ msgid "Standard Sharing Interface Options"
597
  msgstr "Интерфейс настроек горизонтальных кнопок Поделиться"
598
 
599
+ #: ../admin/social_sharing.php:673
600
+ #, fuzzy
601
+ msgid "Enable Standard sharing interface"
602
  msgstr "Включить интерфейс горизонтальных кнопок Поделиться"
603
 
604
+ #: ../admin/social_sharing.php:683
605
+ #, fuzzy
606
+ msgid "Master control to enable standard sharing"
607
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
608
 
609
+ #: ../admin/social_sharing.php:693
610
+ #: ../admin/social_sharing.php:1081
611
+ #: ../admin/like_buttons.php:73
612
+ #: ../admin/like_buttons.php:321
613
  msgid "Target Url"
614
  msgstr "Целевой URL:"
615
 
616
+ #: ../admin/social_sharing.php:697
617
+ #: ../admin/social_sharing.php:1085
618
+ #: ../admin/like_buttons.php:77
619
+ #: ../admin/like_buttons.php:325
620
  msgid "Url of the webpage where icons are located (default)"
621
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
622
 
623
+ #: ../admin/social_sharing.php:699
624
+ #: ../admin/social_sharing.php:1087
625
+ #: ../admin/like_buttons.php:79
626
+ #: ../admin/like_buttons.php:327
627
  msgid "Url of the homepage of your website"
628
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
629
 
630
+ #: ../admin/social_sharing.php:701
631
+ #: ../admin/social_sharing.php:1089
632
+ #: ../admin/like_buttons.php:81
633
+ #: ../admin/like_buttons.php:329
634
  msgid "Custom url"
635
  msgstr "Пользовательская ссылка"
636
 
637
+ #: ../admin/social_sharing.php:708
638
+ #: ../admin/social_sharing.php:1096
639
  msgid "Url to share"
640
  msgstr "Ссылка чтобы Поделиться"
641
 
642
+ #: ../admin/social_sharing.php:716
643
+ #: ../admin/social_login.php:343
644
+ #: ../admin/like_buttons.php:96
645
  msgid "Title"
646
  msgstr "Заголовок"
647
 
648
+ #: ../admin/social_sharing.php:726
649
  msgid "The text to display above the sharing interface"
650
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
651
 
652
+ #: ../admin/social_sharing.php:738
653
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
654
  msgid "Rearrange icons"
655
  msgstr "Переставить иконы"
656
 
657
+ #: ../admin/social_sharing.php:797
658
+ #: ../admin/social_sharing.php:1163
659
  msgid "Drag the icons to rearrange in desired order"
660
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
661
 
662
+ #: ../admin/social_sharing.php:805
663
+ #: ../admin/social_sharing.php:1171
664
+ #, fuzzy
665
+ msgid "Select Sharing Services"
666
+ msgstr "Выберите и переставьте сервисы"
667
+
668
+ #: ../admin/social_sharing.php:812
669
+ #: ../admin/social_sharing.php:1178
670
+ msgid "Select sharing services to show in social share bar"
671
+ msgstr ""
672
+
673
+ #: ../admin/social_sharing.php:847
674
+ #: ../admin/social_sharing.php:1231
675
+ #: ../admin/like_buttons.php:166
676
+ #: ../admin/like_buttons.php:413
677
  msgid "Horizontal alignment"
678
  msgstr "Горизонтальное выравнивание"
679
 
680
+ #: ../admin/social_sharing.php:852
681
+ #: ../admin/like_buttons.php:171
 
 
 
 
 
 
 
682
  msgid "Center"
683
  msgstr "Центр"
684
 
685
+ #: ../admin/social_sharing.php:861
686
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
687
  msgid "Horizontal alignment of the sharing interface"
688
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
689
 
690
+ #: ../admin/social_sharing.php:869
691
+ #: ../admin/like_buttons.php:188
692
  msgid "Position with respect to content"
693
  msgstr "Позиция относительно контента"
694
 
695
+ #: ../admin/social_sharing.php:873
696
+ #: ../admin/like_buttons.php:192
697
  msgid "Top of the content"
698
  msgstr "Над содержимым"
699
 
700
+ #: ../admin/social_sharing.php:875
701
+ #: ../admin/like_buttons.php:194
702
  msgid "Bottom of the content"
703
  msgstr "Под содержимым"
704
 
705
+ #: ../admin/social_sharing.php:882
706
  msgid "Specify position of the sharing interface with respect to the content"
707
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
708
 
709
+ #: ../admin/social_sharing.php:890
710
+ #: ../admin/social_sharing.php:1310
711
+ msgid "Placement"
712
+ msgstr ""
713
 
714
+ #: ../admin/social_sharing.php:894
715
+ #: ../admin/social_sharing.php:1314
716
+ #: ../admin/social_login.php:624
717
+ #: ../admin/social_login.php:654
718
+ #: ../admin/like_buttons.php:213
719
+ #: ../admin/like_buttons.php:496
720
  msgid "Homepage"
721
  msgstr "Главная"
722
 
723
+ #: ../admin/social_sharing.php:896
724
+ #: ../admin/social_sharing.php:1316
725
+ #: ../admin/like_buttons.php:215
726
+ #: ../admin/like_buttons.php:498
727
  msgid "Posts"
728
  msgstr "Записи"
729
 
730
+ #: ../admin/social_sharing.php:898
731
+ #: ../admin/social_sharing.php:1318
732
+ #: ../admin/like_buttons.php:217
733
+ #: ../admin/like_buttons.php:500
734
  msgid "Pages"
735
  msgstr "Страницы"
736
 
737
+ #: ../admin/social_sharing.php:900
738
+ #: ../admin/social_sharing.php:1320
739
  msgid "Excerpts (at Homepage)"
740
  msgstr "Выдержки (на страницы)"
741
 
742
+ #: ../admin/social_sharing.php:902
743
+ #: ../admin/social_sharing.php:1322
744
+ #: ../admin/like_buttons.php:221
745
+ #: ../admin/like_buttons.php:504
746
  msgid "Category Archives"
747
  msgstr "Архивы категорий"
748
 
749
+ #: ../admin/social_sharing.php:904
750
+ #: ../admin/social_sharing.php:1324
751
+ #: ../admin/like_buttons.php:223
752
+ #: ../admin/like_buttons.php:506
753
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
754
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
755
 
756
+ #: ../admin/social_sharing.php:920
757
+ #: ../admin/like_buttons.php:239
758
  #, fuzzy
759
  msgid "BuddyPress activity"
760
  msgstr "BuddyPress активность и группы"
761
 
762
+ #: ../admin/social_sharing.php:922
763
+ #: ../admin/like_buttons.php:242
764
  msgid "BuddyPress group (only at top of content)"
765
  msgstr ""
766
 
767
+ #: ../admin/social_sharing.php:928
768
+ #: ../admin/social_sharing.php:1346
769
+ #: ../admin/like_buttons.php:249
770
+ #: ../admin/like_buttons.php:527
771
  msgid "BBPress forum"
772
  msgstr "BBPress форум"
773
 
774
+ #: ../admin/social_sharing.php:931
775
+ #: ../admin/social_sharing.php:1349
776
+ #: ../admin/like_buttons.php:252
777
+ #: ../admin/like_buttons.php:530
778
  msgid "BBPress topic"
779
  msgstr "BBPress тема"
780
 
781
+ #: ../admin/social_sharing.php:934
782
+ #: ../admin/like_buttons.php:255
783
  msgid "BBPress reply"
784
  msgstr "BBPress ответ"
785
 
786
+ #: ../admin/social_sharing.php:941
787
+ #: ../admin/like_buttons.php:261
788
  msgid "After individual product at WooCommerce Shop page"
789
  msgstr "После индивидуального продукта на странице магазина"
790
 
791
+ #: ../admin/social_sharing.php:944
792
+ #: ../admin/like_buttons.php:264
793
  msgid "WooCommerce Product Page"
794
  msgstr "Продукт Woocommerce"
795
 
796
+ #: ../admin/social_sharing.php:947
797
+ #: ../admin/like_buttons.php:267
798
  msgid "WooCommerce Thankyou Page"
799
  msgstr "WooCommerce страница благодарности"
800
 
801
+ #: ../admin/social_sharing.php:958
802
  msgid "Specify the pages where you want to enable Sharing interface"
803
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
804
 
805
+ #: ../admin/social_sharing.php:966
806
+ #: ../admin/social_sharing.php:1367
807
  msgid "Show share counts"
808
  msgstr "Показать счетчик кнопок Поделиться"
809
 
810
+ #: ../admin/social_sharing.php:971
811
+ #: ../admin/social_sharing.php:1372
812
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
813
+ msgstr ""
814
+
815
+ #: ../admin/social_sharing.php:988
816
+ #: ../admin/social_sharing.php:1380
817
+ #, php-format
818
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
819
+ msgstr ""
820
+
821
+ #: ../admin/social_sharing.php:990
822
+ #: ../admin/social_sharing.php:1382
823
+ #, php-format
824
+ 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>"
825
+ msgstr ""
826
+
827
+ #: ../admin/social_sharing.php:992
828
+ #: ../admin/social_sharing.php:1384
829
+ #, php-format
830
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
831
+ msgstr ""
832
+
833
+ #: ../admin/social_sharing.php:994
834
+ #: ../admin/social_sharing.php:1386
835
+ #, php-format
836
+ 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>"
837
+ msgstr ""
838
+
839
+ #: ../admin/social_sharing.php:1001
840
+ #: ../admin/social_sharing.php:1393
841
  msgid "If enabled, share counts are displayed above sharing icons."
842
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
843
 
844
+ #: ../admin/social_sharing.php:1010
845
+ #: ../admin/social_sharing.php:1402
846
  msgid "Show total shares"
847
  msgstr "Включить общее количество Поделиться"
848
 
849
+ #: ../admin/social_sharing.php:1020
850
+ #: ../admin/social_sharing.php:1412
851
  msgid "If enabled, total shares will be displayed with sharing icons"
852
  msgstr "Если включено, то общее количество Поделиться будет отображаться с кнопками Поделиться"
853
 
854
+ #: ../admin/social_sharing.php:1029
855
+ #: ../admin/social_sharing.php:1421
856
  msgid "Enable 'More' icon"
857
  msgstr "Включить значок «Больше»"
858
 
859
+ #: ../admin/social_sharing.php:1039
860
+ #: ../admin/social_sharing.php:1431
861
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
862
  msgstr "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая показывает дополнительные сервисы в всплывающем окне"
863
 
864
+ #: ../admin/social_sharing.php:1055
865
+ #, fuzzy
866
+ msgid "Floating Sharing Interface Options"
867
  msgstr "Интерфейс настроек вертикальных(плавающих) кнопок Поделиться"
868
 
869
+ #: ../admin/social_sharing.php:1061
870
+ #, fuzzy
871
+ msgid "Enable Floating sharing interface"
872
  msgstr "Включить интерфейс вертикальных(плавающих) кнопок Поделиться"
873
 
874
+ #: ../admin/social_sharing.php:1071
875
+ #, fuzzy
876
+ msgid "Master control to enable floating sharing widget"
877
  msgstr "Мастер управления для включения вертикального (плавающего) виджета Поделиться"
878
 
879
+ #: ../admin/social_sharing.php:1223
 
 
 
 
 
880
  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>"
881
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
882
 
883
+ #: ../admin/social_sharing.php:1253
884
+ #: ../admin/like_buttons.php:435
885
  msgid "Left offset"
886
  msgstr "Смещение влево"
887
 
888
+ #: ../admin/social_sharing.php:1263
889
  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."
890
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
891
 
892
+ #: ../admin/social_sharing.php:1273
893
+ #: ../admin/like_buttons.php:455
894
  msgid "Right offset"
895
  msgstr "Смещение вправо"
896
 
897
+ #: ../admin/social_sharing.php:1283
898
  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."
899
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
900
 
901
+ #: ../admin/social_sharing.php:1292
902
+ #: ../admin/like_buttons.php:474
903
  msgid "Top offset"
904
  msgstr "Верхний отступ"
905
 
906
+ #: ../admin/social_sharing.php:1302
907
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
908
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
909
 
910
+ #: ../admin/social_sharing.php:1338
911
+ #: ../admin/like_buttons.php:520
912
  #, fuzzy
913
  msgid "BuddyPress group"
914
  msgstr "Страница профиля BuddyPress"
915
 
916
+ #: ../admin/social_sharing.php:1359
917
  msgid "Specify the pages where you want to enable vertical Sharing interface"
918
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
919
 
920
+ #: ../admin/social_sharing.php:1439
921
  #, fuzzy
922
+ msgid "Vertical floating bar responsiveness"
923
+ msgstr "Интерфейс настроек вертикальных(плавающих) кнопок Поделиться"
924
 
925
+ #: ../admin/social_sharing.php:1442
926
+ #, php-format
927
+ msgid "Display vertical interface only when screen is wider than %s pixels"
928
+ msgstr ""
929
 
930
+ #: ../admin/social_sharing.php:1449
931
+ msgid "Display vertical interface only when screen is wider than the width specified."
932
+ msgstr ""
933
 
934
+ #: ../admin/social_sharing.php:1457
935
+ msgid "Horizontal floating bar responsiveness"
936
+ msgstr ""
937
+
938
+ #: ../admin/social_sharing.php:1460
939
+ #, fuzzy, php-format
940
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
941
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
942
 
943
+ #: ../admin/social_sharing.php:1467
944
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
945
+ msgstr ""
946
+
947
+ #: ../admin/social_sharing.php:1477
948
+ #, fuzzy
949
+ msgid "Horizontal floating bar position"
950
+ msgstr "Интерфейс настроек горизонтальных кнопок Поделиться"
951
+
952
+ #: ../admin/social_sharing.php:1480
953
+ #, php-format
954
+ msgid "%s pixels from %s"
955
+ msgstr ""
956
+
957
+ #: ../admin/social_sharing.php:1487
958
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
959
+ msgstr ""
960
+
961
+ #: ../admin/social_sharing.php:1506
962
+ #: ../admin/like_buttons.php:576
963
+ msgid "Url shortener"
964
+ msgstr "Укорачивание URL"
965
+
966
+ #: ../admin/social_sharing.php:1512
967
+ msgid "Use shortlinks already installed"
968
+ msgstr "Использование коротких ссылок уже установлено"
969
+
970
+ #: ../admin/social_sharing.php:1522
971
+ #: ../admin/like_buttons.php:592
972
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
973
+ msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
974
+
975
+ #: ../admin/social_sharing.php:1530
976
+ msgid "Enable bit.ly url shortener for sharing"
977
+ msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
978
+
979
+ #: ../admin/social_sharing.php:1540
980
+ #: ../admin/like_buttons.php:610
981
+ msgid "Master control to enable bit.ly url shortening for sharing"
982
+ msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
983
+
984
+ #: ../admin/social_sharing.php:1548
985
+ #: ../admin/like_buttons.php:618
986
+ msgid "bit.ly username"
987
+ msgstr "bit.ly пользователя"
988
+
989
+ #: ../admin/social_sharing.php:1558
990
+ #: ../admin/like_buttons.php:628
991
+ #, php-format
992
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
993
+ msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
994
+
995
+ #: ../admin/social_sharing.php:1567
996
+ #: ../admin/like_buttons.php:637
997
+ msgid "bit.ly API Key"
998
+ msgstr "bit.ly ключ приложения"
999
+
1000
+ #: ../admin/social_sharing.php:1577
1001
+ #: ../admin/like_buttons.php:647
1002
+ #, php-format
1003
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1004
+ msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
1005
+
1006
+ #: ../admin/social_sharing.php:1590
1007
+ #: ../admin/like_buttons.php:660
1008
+ #, fuzzy
1009
+ msgid "ShortUrl cache cleared successfully."
1010
+ msgstr "Аккаунт успешно связан"
1011
+
1012
+ #: ../admin/social_sharing.php:1597
1013
+ #: ../admin/like_buttons.php:667
1014
+ 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."
1015
+ msgstr ""
1016
+
1017
+ #: ../admin/social_sharing.php:1606
1018
+ #: ../admin/social_sharing.php:1612
1019
+ #: ../admin/social_commenting.php:311
1020
+ #: ../admin/like_buttons.php:676
1021
+ #: ../admin/like_buttons.php:682
1022
+ msgid "Language"
1023
+ msgstr "Язык"
1024
+
1025
+ #: ../admin/social_sharing.php:1622
1026
+ #, fuzzy, php-format
1027
+ 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)"
1028
+ msgstr "Введите код языка если хотите использовать свой язык для показа счетчиков. Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1029
+
1030
+ #: ../admin/social_sharing.php:1631
1031
+ #, fuzzy
1032
+ msgid "Username in sharing"
1033
+ msgstr "Имя пользователя Twitter чтобы Поделиться"
1034
+
1035
+ #: ../admin/social_sharing.php:1637
1036
+ msgid "Twitter username (without @)"
1037
+ msgstr "Twitter имя пользователя (без @)"
1038
+
1039
+ #: ../admin/social_sharing.php:1647
1040
+ #: ../admin/social_sharing.php:1666
1041
+ 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."
1042
+ msgstr "Добавляет имя пользователя после того как контент будет расшарен с помощью \"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1043
+
1044
+ #: ../admin/social_sharing.php:1656
1045
+ #, fuzzy
1046
+ msgid "Buffer username (without @)"
1047
+ msgstr "Twitter имя пользователя (без @)"
1048
 
1049
+ #: ../admin/social_sharing.php:1693
1050
  msgid "Facebook Sharing Troubleshooter"
1051
  msgstr "Устранение неисправностей Поделиться от Facebook"
1052
 
1053
+ #: ../admin/social_sharing.php:1698
1054
  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:"
1055
  msgstr "Если Поделиться от Facebook не работает нормально, нажмите на следующую ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не работает должным образом) вашего сайта в текстовом поле:"
1056
 
1057
+ #: ../admin/social_sharing.php:1714
1058
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1059
  msgstr "Как мне отобразить общее количество Поделиться основанное на страницах/постах?"
1060
 
1061
+ #: ../admin/social_sharing.php:1715
1062
  msgid "How can I disable sharing on particular page/post?"
1063
  msgstr "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1064
 
1065
+ #: ../admin/social_sharing.php:1716
1066
  msgid "How can I specify minimum sharing count for sharing networks?"
1067
  msgstr "Как мне указать минимальное количество для Поделиться"
1068
 
1069
+ #: ../admin/social_sharing.php:1717
1070
+ msgid "How to share specific page?"
1071
+ msgstr ""
1072
 
1073
+ #: ../admin/social_sharing.php:1718
1074
+ msgid "How to integrate Google Analytics with sharing?"
1075
+ msgstr ""
 
1076
 
1077
+ #: ../admin/social_sharing.php:1719
1078
+ msgid "How to customize the look of total share counts?"
1079
+ msgstr ""
1080
+
1081
+ #: ../admin/social_sharing.php:1720
1082
  #, fuzzy
1083
+ msgid "How to customize the look of individual share counts?"
1084
+ msgstr "Показать индвидуальные счетчики Поделиться"
1085
+
1086
+ #: ../admin/social_sharing.php:1721
1087
+ #, fuzzy
1088
+ msgid "How to show Whatsapp icon only on mobile devices?"
1089
+ msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
1090
 
1091
+ #: ../admin/social_commenting.php:13
1092
  msgid "Enable Social Commenting"
1093
  msgstr "Включить комментирование через социальные сети"
1094
 
1095
+ #: ../admin/social_commenting.php:23
1096
  msgid "Master control to enable Social Commenting"
1097
  msgstr "Мастер настройки комментрирования через социальные сети"
1098
 
1099
+ #: ../admin/social_commenting.php:34
1100
+ msgid "Social Commenting"
1101
+ msgstr "Комментирование через социальные сети"
1102
+
1103
+ #: ../admin/social_commenting.php:35
1104
+ #: ../admin/social_commenting.php:440
1105
+ msgid "Shortcode"
1106
+ msgstr "Шорткод"
1107
+
1108
+ #: ../admin/social_commenting.php:48
1109
  msgid "Order of tabs in commenting interface"
1110
  msgstr "Последовательность вкладок в комментировании через социальные сети"
1111
 
1112
+ #: ../admin/social_commenting.php:58
1113
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1114
  msgstr "Порядок отображения вкладок в интерфейсе комментирования через социальные сети. По умолчанию - wordpress,facebook,googleplus,disqus"
1115
 
1116
+ #: ../admin/social_commenting.php:66
1117
  msgid "Comment area label"
1118
  msgstr "Поле для обозначения комментирования"
1119
 
1120
+ #: ../admin/social_commenting.php:76
1121
  msgid "Label for comment area"
1122
  msgstr "Поле для области комментария"
1123
 
1124
+ #: ../admin/social_commenting.php:89
1125
  #, fuzzy
1126
  msgid "Enable Social Commenting at"
1127
  msgstr "Включить комментирование через социальные сети"
1128
 
1129
+ #: ../admin/social_commenting.php:108
1130
  #, fuzzy
1131
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1132
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
1133
 
1134
+ #: ../admin/social_commenting.php:119
1135
  msgid "HTML ID of comment form container"
1136
  msgstr "HTML-идентификатор форма комментария контейнер"
1137
 
1138
+ #: ../admin/social_commenting.php:129
1139
  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."
1140
  msgstr "HTML-идентификатор элемента контейнера формы комментария по умолчанию на передней части. Оставьте пустым для умолчанию ID - \"ответить\". Вы должны указать, если по умолчанию комментирование появляться и социального Комментируя не получение включен в переднем конце вашего сайта."
1141
 
1142
+ #: ../admin/social_commenting.php:139
1143
  msgid "Labels"
1144
  msgstr "Поля"
1145
 
1146
+ #: ../admin/social_commenting.php:144
1147
  msgid "Label for WordPress Commenting tab"
1148
  msgstr "Поле для комментирование через Wordpress"
1149
 
1150
+ #: ../admin/social_commenting.php:153
1151
  msgid "Label for Facebook Commenting tab"
1152
  msgstr "Поле для комментирования через Facebook"
1153
 
1154
+ #: ../admin/social_commenting.php:162
1155
  msgid "Label for G+ Commenting tab"
1156
  msgstr "Поле для комментирования через Google+"
1157
 
1158
+ #: ../admin/social_commenting.php:171
1159
  msgid "Label for Disqus Commenting tab"
1160
  msgstr "Поле для комментирования через Disqus"
1161
 
1162
+ #: ../admin/social_commenting.php:182
1163
  msgid "Facebook Commenting Options"
1164
  msgstr "Настройки комментирования через Facebook"
1165
 
1166
+ #: ../admin/social_commenting.php:188
1167
  msgid "Enable Facebook Comments notification and moderation"
1168
  msgstr "Активировать уведомления и модерацию для комментариев через Facebook"
1169
 
1170
+ #: ../admin/social_commenting.php:196
1171
+ #: ../admin/social_commenting.php:206
1172
  msgid "Enable Facebook Commenting"
1173
  msgstr "Активировать комментирование через Facebook"
1174
 
1175
+ #: ../admin/social_commenting.php:214
1176
+ #: ../admin/social_commenting.php:372
1177
  msgid "Url to comment on"
1178
  msgstr "Ссылка для комментария"
1179
 
1180
+ #: ../admin/social_commenting.php:224
1181
  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."
1182
  msgstr "Абсолютная ссылка для комментариев, которые будут связаны с . В постах на Facebook о комментариях, которые будут опубликованы, будет ссылка на этот адрес.<br/>Если оставить поле пустым <strong>(Рекомендуется)</strong>, будет использоваться адрес страницы, на которой включено комментирование через социальные ссылки."
1183
 
1184
+ #: ../admin/social_commenting.php:232
1185
+ #: ../admin/social_commenting.php:354
1186
  msgid "Width"
1187
  msgstr "Ширина"
1188
 
1189
+ #: ../admin/social_commenting.php:242
1190
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1191
  msgstr "Оставьте поле пустым чтобы был автоподбор ширины. Ширина (в пикселях) для блока комментариев."
1192
 
1193
+ #: ../admin/social_commenting.php:250
1194
  msgid "Color Scheme"
1195
  msgstr "Цветовая схема"
1196
 
1197
+ #: ../admin/social_commenting.php:254
1198
  msgid "Light"
1199
  msgstr "Светлая"
1200
 
1201
+ #: ../admin/social_commenting.php:255
1202
  msgid "Dark"
1203
  msgstr "Темная"
1204
 
1205
+ #: ../admin/social_commenting.php:263
1206
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1207
  msgstr "Использовать светлый или темный скин"
1208
 
1209
+ #: ../admin/social_commenting.php:271
1210
  msgid "Number of comments"
1211
  msgstr "Количество комментариев"
1212
 
1213
+ #: ../admin/social_commenting.php:281
1214
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1215
  msgstr "Количество комментариев для отображения по умолчанию. Минимальное значение равно 1. По умолчанию составляет 10"
1216
 
1217
+ #: ../admin/social_commenting.php:289
1218
  msgid "Order by"
1219
  msgstr "Порядок сортировки:"
1220
 
1221
+ #: ../admin/social_commenting.php:293
1222
  msgid "Social"
1223
  msgstr "По умолчанию"
1224
 
1225
+ #: ../admin/social_commenting.php:294
1226
  msgid "Reverse Time"
1227
  msgstr "Обратному времени"
1228
 
1229
+ #: ../admin/social_commenting.php:295
1230
  msgid "Time"
1231
  msgstr "Время"
1232
 
1233
+ #: ../admin/social_commenting.php:303
1234
  msgid "The order to use when displaying comments."
1235
  msgstr "Этот порядок используется в отображении комментариев."
1236
 
1237
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
1238
  #, php-format
1239
  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)"
1240
  msgstr "Введите код на языке вы хотите использовать для отображения комментариев. Вы можете найти языковые коды на <a href=\"%s\" target=\"_blank\">эту ссылку</a> . Оставьте его пустым для языка по умолчанию (английский)"
1241
 
1242
+ #: ../admin/social_commenting.php:330
1243
  msgid "Google Plus Commenting Options"
1244
  msgstr "Настройки комментирования через Google+"
1245
 
1246
+ #: ../admin/social_commenting.php:336
1247
+ #: ../admin/social_commenting.php:346
1248
  msgid "Enable Google Plus Commenting"
1249
  msgstr "Включить комментирование"
1250
 
1251
+ #: ../admin/social_commenting.php:364
1252
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1253
  msgstr "Ширина вкладки комментирования через Google+. Оставьте пустым для автоподбора."
1254
 
1255
+ #: ../admin/social_commenting.php:382
1256
  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."
1257
  msgstr "Абсолютная ссылка для комментариев, которые будут связаны с . В постах на Google Plus о комментариях, которые будут опубликованы, будет ссылка на этот адрес.<br/>Если оставить поле пустым <strong>(Рекомендуется)</strong>, будет использоваться адрес страницы, на которой включено комментирование через социальные ссылки."
1258
 
1259
+ #: ../admin/social_commenting.php:391
1260
  msgid "Disqus Commenting Options"
1261
  msgstr "Настройки комментирования через Disqus"
1262
 
1263
+ #: ../admin/social_commenting.php:397
1264
+ #: ../admin/social_commenting.php:407
1265
  msgid "Enable Disqus Commenting"
1266
  msgstr "Активировать комментирование через Disqus"
1267
 
1268
+ #: ../admin/social_commenting.php:415
1269
  msgid "Disqus Shortname"
1270
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1271
 
1272
+ #: ../admin/social_commenting.php:425
1273
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1274
  msgstr "<strong>Необходимо для использования комментирования через Disqus.</strong> Для большей информации посетите соответствующую ссылку"
1275
 
1276
+ #: ../admin/social_commenting.php:442
1277
  msgid "Social Commenting Shortcode"
1278
  msgstr "Шорткод комментирования через социальные сети"
1279
 
1280
+ #: ../admin/social_commenting.php:454
1281
  msgid "How can I disable Social Commenting at individual page/post?"
1282
  msgstr "Как мне отключить комментирование через социальные сети на определенных страница/постах?"
1283
 
1284
+ #: ../admin/social_commenting.php:455
1285
  msgid "How to disable default comment form from Social Commenting?"
1286
  msgstr "Как мне деактивировать определенную форму из комментирования через социальные сети?"
1287
 
1288
+ #: ../admin/social_login.php:14
 
 
 
 
1289
  msgid "Enable Social Login"
1290
  msgstr "Активироват вход через социальные сети"
1291
 
1292
+ #: ../admin/social_login.php:24
1293
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1294
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1295
 
1296
+ #: ../admin/social_login.php:35
1297
+ #: ../admin/social_login.php:43
1298
+ msgid "Basic Configuration"
1299
+ msgstr "Основные настройки"
1300
+
1301
+ #: ../admin/social_login.php:36
1302
+ msgid "Social Login"
1303
+ msgstr "Вход через социальные сети"
1304
+
1305
+ #: ../admin/social_login.php:50
1306
  msgid "Disable user registration via Social Login"
1307
  msgstr "Регистрация Отключить пользователя через социального Логин"
1308
 
1309
+ #: ../admin/social_login.php:60
1310
  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."
1311
  msgstr "После включения этой опции, новые пользователи не смогут войти в через социальные входе в систему. Только существующие пользователи смогут социальной входе в систему."
1312
 
1313
+ #: ../admin/social_login.php:69
1314
  #, fuzzy
1315
  msgid "Redirection url"
1316
  msgstr "Перенаправления входа"
1317
 
1318
+ #: ../admin/social_login.php:79
1319
  msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1320
  msgstr "Пользователь будет перенаправлен на этой странице после неудачной попытки регистрации через социальные Логин. Вы можете указать URL регистрационной формы или страница, показывающая сообщения о отключить регистрацию через систему социального Логин."
1321
 
1322
+ #: ../admin/social_login.php:88
1323
+ msgid "Select providers"
1324
+ msgstr "Выберите сервисы"
1325
+
1326
+ #: ../admin/social_login.php:93
1327
+ msgid "Facebook"
1328
+ msgstr "Facebook"
1329
+
1330
+ #: ../admin/social_login.php:97
1331
+ msgid "Twitter"
1332
+ msgstr "Twitter"
1333
+
1334
+ #: ../admin/social_login.php:101
1335
+ msgid "LinkedIn"
1336
+ msgstr "LinkedIn"
1337
+
1338
+ #: ../admin/social_login.php:105
1339
+ msgid "Google+"
1340
+ msgstr "Google+"
1341
+
1342
+ #: ../admin/social_login.php:109
1343
+ msgid "Vkontakte"
1344
+ msgstr "Вконтакте"
1345
+
1346
+ #: ../admin/social_login.php:113
1347
  msgid "Instagram"
1348
  msgstr "Instagram"
1349
 
1350
+ #: ../admin/social_login.php:117
1351
+ msgid "Xing"
1352
+ msgstr "Xing"
1353
+
1354
+ #: ../admin/social_login.php:125
1355
  msgid "Select Social ID provider to enable in Social Login"
1356
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1357
 
1358
+ #: ../admin/social_login.php:133
1359
  msgid "Facebook App ID"
1360
  msgstr "Facebook App ID"
1361
 
1362
+ #: ../admin/social_login.php:143
1363
  #, php-format
1364
  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"
1365
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1366
 
1367
+ #: ../admin/social_login.php:145
1368
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1369
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1370
 
1371
+ #: ../admin/social_login.php:155
1372
  msgid "Twitter API Key"
1373
  msgstr "Twitter API ключ"
1374
 
1375
+ #: ../admin/social_login.php:165
1376
  #, php-format
1377
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1378
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1379
 
1380
+ #: ../admin/social_login.php:167
1381
+ #: ../admin/social_login.php:189
1382
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1383
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1384
 
1385
+ #: ../admin/social_login.php:177
1386
  msgid "Twitter API Secret"
1387
  msgstr "Twitter API секретный ключ"
1388
 
1389
+ #: ../admin/social_login.php:187
1390
  #, php-format
1391
  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"
1392
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1393
 
1394
+ #: ../admin/social_login.php:199
1395
  msgid "LinkedIn API Key"
1396
  msgstr "Секретный ключ приложения LinkedIn"
1397
 
1398
+ #: ../admin/social_login.php:209
1399
  #, php-format
1400
  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"
1401
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1402
 
1403
+ #: ../admin/social_login.php:211
1404
+ #: ../admin/social_login.php:277
1405
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1406
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1407
 
1408
+ #: ../admin/social_login.php:221
1409
  msgid "Google+ Client ID"
1410
  msgstr "Google+ ID клиента"
1411
 
1412
+ #: ../admin/social_login.php:231
1413
  #, php-format
1414
  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"
1415
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1416
 
1417
+ #: ../admin/social_login.php:233
1418
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1419
  msgstr "JavaScript для авторизации"
1420
 
1421
+ #: ../admin/social_login.php:243
1422
  msgid "Vkontakte Application ID"
1423
  msgstr " ID приложения Vkontakte"
1424
 
1425
+ #: ../admin/social_login.php:253
1426
  #, php-format
1427
  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"
1428
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1429
 
1430
+ #: ../admin/social_login.php:255
1431
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1432
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1433
 
1434
+ #: ../admin/social_login.php:265
1435
  msgid "Instagram Client ID"
1436
  msgstr "Instagram ID клиента"
1437
 
1438
+ #: ../admin/social_login.php:275
1439
  #, php-format
1440
  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"
1441
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1442
 
1443
+ #: ../admin/social_login.php:287
1444
  msgid "Xing Consumer Key"
1445
  msgstr "Ключ потребителя Xing"
1446
 
1447
+ #: ../admin/social_login.php:297
1448
  #, php-format
1449
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1450
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1451
 
1452
+ #: ../admin/social_login.php:299
1453
+ #: ../admin/social_login.php:321
1454
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1455
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1456
 
1457
+ #: ../admin/social_login.php:309
1458
  msgid "Xing Consumer Secret"
1459
  msgstr "Секретный ключ потребителя Xing"
1460
 
1461
+ #: ../admin/social_login.php:319
1462
  #, php-format
1463
  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"
1464
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1465
 
1466
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
1467
  msgid "Login options"
1468
  msgstr "Опции входа"
1469
 
1470
+ #: ../admin/social_login.php:353
1471
  msgid "Text to display above the Social Login interface"
1472
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1473
 
1474
+ #: ../admin/social_login.php:362
1475
  msgid "Enable at login page"
1476
  msgstr "Включить страницу входа"
1477
 
1478
+ #: ../admin/social_login.php:372
1479
  msgid "Social Login interface will get enabled at the login page of your website"
1480
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1481
 
1482
+ #: ../admin/social_login.php:380
1483
  msgid "Enable at register page"
1484
  msgstr "Включить на странице регистрации"
1485
 
1486
+ #: ../admin/social_login.php:390
1487
  msgid "Social Login interface will get enabled at the registration page of your website"
1488
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1489
 
1490
+ #: ../admin/social_login.php:398
1491
  msgid "Enable at comment form"
1492
  msgstr "Включить в форму комментирования"
1493
 
1494
+ #: ../admin/social_login.php:408
1495
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1496
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1497
 
1498
+ #: ../admin/social_login.php:422
1499
  msgid "Enable before WooCommerce Customer Login Form"
1500
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1501
 
1502
+ #: ../admin/social_login.php:432
1503
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1504
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1505
 
1506
+ #: ../admin/social_login.php:440
1507
  msgid "Enable after WooCommerce Customer Login Form"
1508
  msgstr "Включить после формы входа клиента WooCommerce"
1509
 
1510
+ #: ../admin/social_login.php:450
1511
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1512
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1513
 
1514
+ #: ../admin/social_login.php:458
1515
  msgid "Enable at WooCommerce checkout page"
1516
  msgstr "Включить на странице оформления заказа WooCommerce"
1517
 
1518
+ #: ../admin/social_login.php:468
1519
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1520
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1521
 
1522
+ #: ../admin/social_login.php:479
1523
  msgid "Auto-approve comments made by Social Login users"
1524
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1525
 
1526
+ #: ../admin/social_login.php:489
1527
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1528
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1529
 
1530
+ #: ../admin/social_login.php:490
1531
  msgid "Note: This is not related to Facebook comments"
1532
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1533
 
1534
+ #: ../admin/social_login.php:500
1535
  msgid "Enable social avatar"
1536
  msgstr "Включение социальных аватар"
1537
 
1538
+ #: ../admin/social_login.php:510
1539
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1540
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1541
 
1542
+ #: ../admin/social_login.php:520
1543
  msgid "Avatar quality"
1544
  msgstr "Качество аватары"
1545
 
1546
+ #: ../admin/social_login.php:523
1547
  msgid "Average"
1548
  msgstr "Среднее"
1549
 
1550
+ #: ../admin/social_login.php:524
1551
  msgid "Best"
1552
  msgstr "лучший"
1553
 
1554
+ #: ../admin/social_login.php:531
1555
  msgid "Choose avatar quality"
1556
  msgstr "Выберите качество аватара"
1557
 
1558
+ #: ../admin/social_login.php:540
1559
  #, fuzzy
1560
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1561
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1562
 
1563
+ #: ../admin/social_login.php:550
1564
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1565
  msgstr ""
1566
 
1567
+ #: ../admin/social_login.php:571
1568
  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"
1569
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1570
 
1571
+ #: ../admin/social_login.php:580
1572
  msgid "Send username-password after user registration"
1573
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1574
 
1575
+ #: ../admin/social_login.php:590
1576
  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)"
1577
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1578
 
1579
+ #: ../admin/social_login.php:599
1580
  msgid "Enable social account linking at BuddyPress profile page"
1581
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1582
 
1583
+ #: ../admin/social_login.php:609
1584
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1585
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1586
 
1587
+ #: ../admin/social_login.php:618
1588
  msgid "Login redirection"
1589
  msgstr "Перенаправления входа"
1590
 
1591
+ #: ../admin/social_login.php:622
1592
  msgid "Same page where user logged in"
1593
  msgstr "Та же страница, на которой пользователь произвел вход "
1594
 
1595
+ #: ../admin/social_login.php:626
1596
+ #: ../admin/social_login.php:656
1597
  msgid "Account dashboard"
1598
  msgstr "Страница управления моим аккаунтом"
1599
 
1600
+ #: ../admin/social_login.php:629
1601
+ #: ../admin/social_login.php:659
1602
  msgid "BuddyPress profile page"
1603
  msgstr "Страница профиля BuddyPress"
1604
 
1605
+ #: ../admin/social_login.php:632
1606
+ #: ../admin/social_login.php:662
1607
  msgid "Custom Url"
1608
  msgstr "Пользовательская ссылка"
1609
 
1610
+ #: ../admin/social_login.php:640
1611
  msgid "User will be redirected to the selected page after Social Login"
1612
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1613
 
1614
+ #: ../admin/social_login.php:648
1615
  msgid "Registration redirection"
1616
  msgstr "Перенаправлении регистрации"
1617
 
1618
+ #: ../admin/social_login.php:652
1619
  msgid "Same page from where user registered"
1620
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1621
 
1622
+ #: ../admin/social_login.php:670
1623
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1624
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1625
 
1626
+ #: ../admin/social_login.php:678
1627
  msgid "Email popup options"
1628
  msgstr "Параметры всплывающей электронной Почты"
1629
 
1630
+ #: ../admin/social_login.php:684
1631
  msgid "Text on 'Email required' popup"
1632
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1633
 
1634
+ #: ../admin/social_login.php:694
1635
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1636
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1637
 
1638
+ #: ../admin/social_login.php:703
1639
  msgid "Error message for 'Email required' popup"
1640
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1641
 
1642
+ #: ../admin/social_login.php:713
1643
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1644
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1645
 
1646
+ #: ../admin/social_login.php:722
1647
  msgid "Email popup height"
1648
  msgstr "Высота высплывающего окна"
1649
 
1650
+ #: ../admin/social_login.php:732
1651
  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."
1652
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1653
 
1654
+ #: ../admin/social_login.php:740
1655
  msgid "Enable email verification"
1656
  msgstr "Включить проверку электронной почты"
1657
 
1658
+ #: ../admin/social_login.php:750
1659
  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"
1660
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1661
 
1662
+ #: ../admin/social_login.php:766
1663
  msgid "Social Login Shortcode & Widget"
1664
  msgstr "Шорткод и виджет для входа через социальные сети "
1665
 
1666
+ #: ../admin/social_login.php:767
1667
  msgid "Social Linking Shortcode"
1668
  msgstr "Шорткод социальных ссылок"
1669
 
1699
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1700
  msgstr "В разделе <strong>Нравится</strong> вы можете выбрать нравится/+1 и настроить таким же образом как и поделиться с друзьями."
1701
 
1702
+ #: ../admin/like_buttons.php:16
 
 
 
 
1703
  msgid "Enable Like Buttons"
1704
  msgstr "Активировать Кнопки Нравится"
1705
 
1706
+ #: ../admin/like_buttons.php:26
1707
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1708
  msgstr "Панель управления кнопками Нравится. Должно быть включено чтобы активировать кнопки Нравится"
1709
 
1710
+ #: ../admin/like_buttons.php:47
1711
+ #, fuzzy
1712
+ msgid "Standard Interface Options"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1713
  msgstr "Интерфейс горизонтальных кнопок Поделиться"
1714
 
1715
+ #: ../admin/like_buttons.php:53
1716
+ #, fuzzy
1717
+ msgid "Enable standard interface"
1718
  msgstr "Активировать интерфейс горизонтальных кнопок Поделиться"
1719
 
1720
+ #: ../admin/like_buttons.php:63
1721
  msgid "Master control to enable horizontal like buttons"
1722
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
1723
 
1724
+ #: ../admin/like_buttons.php:88
1725
+ #: ../admin/like_buttons.php:336
1726
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1727
  msgstr "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/Твитнуть"
1728
 
1729
+ #: ../admin/like_buttons.php:106
1730
  msgid "The text to display above the interface"
1731
  msgstr "Текст, отображаемый над интерфейсом"
1732
 
1733
+ #: ../admin/like_buttons.php:114
1734
+ #: ../admin/like_buttons.php:344
1735
  msgid "Select and rearrange providers"
1736
  msgstr "Выберите и переставьте сервисы"
1737
 
1738
+ #: ../admin/like_buttons.php:158
1739
+ #: ../admin/like_buttons.php:387
1740
  msgid "Select the providers for interface. Drag them to rearrange."
1741
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
1742
 
1743
+ #: ../admin/like_buttons.php:180
1744
+ #: ../admin/like_buttons.php:426
1745
  msgid "Horizontal alignment of the interface"
1746
  msgstr "Горизонтальное выравнивание интерфейса"
1747
 
1748
+ #: ../admin/like_buttons.php:201
1749
  msgid "Specify position of the interface with respect to the content"
1750
  msgstr "Укажите положение интерфейса в отношении содержания"
1751
 
1752
+ #: ../admin/like_buttons.php:209
1753
+ #: ../admin/like_buttons.php:492
1754
  msgid "Interface location"
1755
  msgstr "Расположение интерфейса"
1756
 
1757
+ #: ../admin/like_buttons.php:219
1758
+ #: ../admin/like_buttons.php:502
1759
  msgid "Excerpts"
1760
  msgstr "Цитаты"
1761
 
1762
+ #: ../admin/like_buttons.php:278
1763
  msgid "Specify the pages where you want to enable interface"
1764
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
1765
 
1766
+ #: ../admin/like_buttons.php:295
1767
  msgid "Vertical (Floating) like buttons Options"
1768
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
1769
 
1770
+ #: ../admin/like_buttons.php:301
1771
+ #, fuzzy
1772
+ msgid "Enable floating like buttons"
1773
  msgstr "Активировать вертикальные (плавающие) кнопки Нравится"
1774
 
1775
+ #: ../admin/like_buttons.php:311
1776
  msgid "Master control to enable vertical (floating) counter widget"
1777
  msgstr "Мастер управления для включения вертикального (плавающего) счетчика виджета "
1778
 
1779
+ #: ../admin/like_buttons.php:405
1780
  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>"
1781
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикального интерфейса. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
1782
 
1783
+ #: ../admin/like_buttons.php:445
1784
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1785
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1786
 
1787
+ #: ../admin/like_buttons.php:465
1788
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1789
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1790
 
1791
+ #: ../admin/like_buttons.php:484
1792
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1793
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу и уменьшать по отношению к верху. "
1794
 
1795
+ #: ../admin/like_buttons.php:540
1796
  msgid "Specify the pages where you want to enable vertical interface"
1797
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
1798
 
1799
+ #: ../admin/like_buttons.php:548
1800
  msgid "Hide like buttons on mobile devices"
1801
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
1802
 
1803
+ #: ../admin/like_buttons.php:558
1804
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1805
  msgstr "Если включено, то вертикальный интерфейс Нравится не будет отображаться на мобильных устройствах"
1806
 
1807
+ #: ../admin/like_buttons.php:582
1808
+ msgid "Use shortlinks already installed, for tweet button"
1809
+ msgstr "Эти короткие ссылки уже установлены, для кнопки Твитнуть"
1810
+
1811
+ #: ../admin/like_buttons.php:600
1812
+ msgid "Enable bit.ly url shortener for tweet button"
1813
+ msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
1814
+
1815
+ #: ../admin/like_buttons.php:692
1816
+ #, php-format
1817
+ 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)"
1818
+ msgstr "Введите код языка если хотите использовать свой язык для показа счетчиков. Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1819
+
1820
+ #: ../admin/like_buttons.php:701
1821
+ msgid "Twitter Username"
1822
+ msgstr "Имя в Твитере "
1823
+
1824
+ #: ../admin/like_buttons.php:707
1825
+ msgid "Twitter username for Tweet (without @)"
1826
+ msgstr "Имя в Твитере для Твитнуть (без @)"
1827
+
1828
+ #: ../admin/like_buttons.php:717
1829
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1830
+ msgstr "Используемое имя пользователя будет показано после твита как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1831
+
1832
+ #: ../admin/like_buttons.php:726
1833
+ msgid "Twitter username for Buffer sharing (without @)"
1834
+ msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
1835
+
1836
+ #: ../admin/like_buttons.php:736
1837
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1838
+ msgstr "Используемое имя пользователя будет показано в Buffer после Поделиться как \"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
1839
+
1840
+ #: ../admin/like_buttons.php:753
1841
  msgid "Like Buttons Shortcode & Widget"
1842
  msgstr "Шорткод и виджет Нравится"
1843
 
1845
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1846
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1847
 
1848
+ #: ../inc/social_sharing.php:652
1849
  msgid "Invalid request"
1850
  msgstr "Неверный Запрос!"
1851
 
1852
+ #: ../inc/social_sharing.php:659
1853
  msgid "Providers not selected"
1854
  msgstr "Сервисы не выбраны"
1855
 
1989
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1990
  msgstr "Убедитесь что \"Вертикальные Кнопки Нравится\" включены на странице \"Super Socializer > Нравится\""
1991
 
1992
+ #~ msgid "Horizontal sharing"
1993
+ #~ msgstr "Горизонтальное Поделиться"
1994
+
1995
+ #~ msgid "Vertical sharing"
1996
+ #~ msgstr "Вертикальное поделиться"
1997
+
1998
+ #~ msgid "Sharing Options"
1999
+ #~ msgstr "Настройки Поделиться"
2000
+
2001
+ #~ msgid ""
2002
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
2003
+ #~ "Sharing functionality"
2004
+ #~ msgstr ""
2005
+ #~ "Мастер управления Поделиться через социальные сети. Должно быть включено "
2006
+ #~ "чтобы активировать вход через социальные сети."
2007
+
2008
+ #~ msgid "Horizontal interface options"
2009
+ #~ msgstr "Настройки горизонтального показа Поделиться"
2010
+
2011
+ #~ msgid "Vertical interface options"
2012
+ #~ msgstr "Настройки вертикального показа Поделиться"
2013
+
2014
+ #~ msgid "Modernizr"
2015
+ #~ msgstr "Modernizr"
2016
+
2017
+ #~ msgid "Do not load Modernizr JS"
2018
+ #~ msgstr "Не загружать Modernizr JS"
2019
+
2020
+ #~ msgid ""
2021
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2022
+ #~ "option"
2023
+ #~ msgstr ""
2024
+ #~ "Если плагин ломает вашу тему, вы можете попробовать включить эту опцию"
2025
+
2026
+ #~ msgid "Print"
2027
+ #~ msgstr "Печать"
2028
+
2029
+ #~ msgid "Email"
2030
+ #~ msgstr "Email"
2031
+
2032
+ #~ msgid "Yahoo"
2033
+ #~ msgstr "Yahoo"
2034
+
2035
+ #~ msgid "Reddit"
2036
+ #~ msgstr "Reddit"
2037
+
2038
+ #~ msgid "Digg"
2039
+ #~ msgstr "Digg"
2040
+
2041
+ #~ msgid "Delicious"
2042
+ #~ msgstr "Delicious"
2043
+
2044
+ #~ msgid "StumbleUpon"
2045
+ #~ msgstr "StumbleUpon"
2046
+
2047
+ #~ msgid "Float it"
2048
+ #~ msgstr "Float it"
2049
+
2050
+ #~ msgid "Tumblr"
2051
+ #~ msgstr "Tumblr"
2052
+
2053
+ #~ msgid "Pinterest"
2054
+ #~ msgstr "Pinterest"
2055
+
2056
+ #~ msgid "Whatsapp"
2057
+ #~ msgstr "WhatsApp"
2058
+
2059
+ #~ msgid "Yummly"
2060
+ #~ msgstr "Yummly"
2061
+
2062
+ #~ msgid "Buffer"
2063
+ #~ msgstr "Buffer"
2064
+
2065
+ #~ msgid "Select the providers for sharing interface"
2066
+ #~ msgstr "Выберите сервисы для интерфейса горизонтальных кнопок Поделиться"
2067
+
2068
+ #~ msgid "Sharing location"
2069
+ #~ msgstr "Расположение кнопок Поделиться"
2070
+
2071
+ #, fuzzy
2072
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2073
+ #~ msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
2074
+
2075
+ #~ msgid ""
2076
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2077
+ #~ msgstr ""
2078
+ #~ "Если включено, то вертикальный интерфейс Поделиться не будет отображаться "
2079
+ #~ "на мобильных устройствах"
2080
+
2081
+ #~ msgid "Social Sharing Shortcode & Widget"
2082
+ #~ msgstr "Поделиться шорткод и виджет"
2083
+
2084
+ #~ msgid "Like Buttons"
2085
+ #~ msgstr "Кнопки Нравится"
2086
+
2087
  #~ msgid "Options saved successfully"
2088
  #~ msgstr "Настройки успешно сохранены."
2089
 
languages/Super-Socializer-sr_RS.mo CHANGED
Binary file
languages/Super-Socializer-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-10-17 10:43+0530\n"
6
- "PO-Revision-Date: 2015-10-17 10:43+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -16,63 +16,75 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
 
24
- #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
 
28
- #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
 
32
- #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
 
36
- #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
- #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
45
- #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
 
49
- #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
 
53
- #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Ostavite odgovor"
56
 
57
- #: ../super_socializer.php:606
 
 
 
 
 
 
 
 
 
 
 
 
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - prijavljivanje"
61
 
62
- #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Mali Avatar Url"
65
 
66
- #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Ciljni Url"
70
 
71
- #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
74
 
75
- #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
78
 
@@ -85,118 +97,154 @@ msgstr "Podešavanja"
85
  msgid "Dismiss this notice"
86
  msgstr "Одбаци ово обавештење"
87
 
88
- #: ../helper.php:150
89
  msgid "Click to show help"
90
  msgstr "Kliknite da pomoć bude prikazana"
91
 
92
- #: ../helper.php:150
93
  msgid "Click to hide help"
94
  msgstr "Kliknite da pomoć bude sakrivena"
95
 
96
- #: ../helper.php:190
97
  msgid "Settings"
98
  msgstr "Podešavanja"
99
 
100
- #: ../helper.php:514
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Nalog uspešno povezan"
104
 
105
- #: ../helper.php:518
106
  msgid "Account already exists or linked"
107
  msgstr "Nalog već postoji ili je povezan"
108
 
109
- #: ../helper.php:527
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Već ste konektovani sa"
113
 
114
- #: ../helper.php:527
115
  msgid "as primary social network"
116
  msgstr "kao primarna mreža"
117
 
118
- #: ../helper.php:542
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Povežite vaš društveni nalog da biste se ulogovali na vaš nalog na ovom vebsajtu"
121
 
122
- #: ../helper.php:579
123
  msgid "Currently"
124
  msgstr "Tekući"
125
 
126
- #: ../helper.php:579
127
  msgid "Remove"
128
  msgstr "rimuove"
129
 
130
- #: ../helper.php:680
131
- msgid "Disable Horizontal Social Sharing on this "
 
132
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
133
 
134
- #: ../helper.php:685
135
- msgid "Disable Vertical Social Sharing on this "
 
136
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
137
 
138
- #: ../helper.php:690
139
  #, fuzzy
140
- msgid "Disable Horizontal like buttons on this "
141
- msgstr "Onemogući Horizontalne tastere za “sviđa mi se” na ovome"
142
 
143
- #: ../helper.php:695
144
  #, fuzzy
145
- msgid "Disable Vertical like buttons on this "
146
- msgstr "Onemogući Vertikalne tastere za “sviđa mi se” na ovome"
147
 
148
- #: ../helper.php:700
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Onemogući Društveno komentarisanje na ovome"
152
 
153
- #: ../helper.php:709
154
  #, fuzzy
155
- msgid "Horizontal sharing"
156
- msgstr "Horizontalno share-ovanje"
157
 
158
- #: ../helper.php:715
159
- #: ../helper.php:734
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "Počni brojanje share-ovanja za"
163
 
164
- #: ../helper.php:728
165
  #, fuzzy
166
- msgid "Vertical sharing"
167
- msgstr "Vertikalno share-ovanje"
168
 
169
- #: ../helper.php:820
170
  #, fuzzy
171
  msgid "Social Avatar"
172
  msgstr "Mali Avatar Url"
173
 
174
- #: ../helper.php:823
175
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
176
  msgstr ""
177
 
178
- #: ../helper.php:824
179
  msgid "Update social avatar, next time I Social Login"
180
  msgstr ""
181
 
182
- #: ../helper.php:827
183
  #, fuzzy
184
  msgid "Small Avatar"
185
  msgstr "Mali Avatar Url"
186
 
187
- #: ../helper.php:831
188
  #, fuzzy
189
  msgid "Large Avatar"
190
  msgstr "Ciljni Url"
191
 
192
- #: ../helper.php:835
193
- #: ../admin/social_sharing.php:1259
194
- #: ../admin/social_commenting.php:457
195
- #: ../admin/social_login.php:785
196
- #: ../admin/like_buttons.php:732
 
197
  msgid "Save Changes"
198
  msgstr "Sačuvajte izmene"
199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  #: ../admin/help.php:4
201
  msgid "About"
202
  msgstr "O"
@@ -213,1284 +261,1461 @@ msgstr "od"
213
  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"
214
  msgstr "Mi smo kreativni tim sa jedinstvenim idejama na umu i uslugom u srcu. Mi volimo to što radimo. Za više informacija nam se pridružite na "
215
 
216
- #: ../admin/help.php:18
 
 
 
 
 
 
 
 
 
 
 
 
 
217
  msgid "Plugin Demo"
218
  msgstr "Plugin Demo-u"
219
 
220
- #: ../admin/help.php:24
221
- msgid "Integrate Social Sharing with Google Analytics"
222
  msgstr ""
223
 
224
- #: ../admin/help.php:30
225
  msgid "Boost sharing by awarding points"
226
  msgstr "Повысьте обмен, наградив точек"
227
 
228
- #: ../admin/help.php:36
229
  msgid "Award points for Social Login"
230
  msgstr "Премии пунктов для социального Логин"
231
 
232
- #: ../admin/help.php:42
233
  #, fuzzy
234
  msgid "Other Add-ons"
235
  msgstr "Dodaci"
236
 
237
- #: ../admin/help.php:47
238
  msgid "Need Help?"
239
  msgstr "Potrebna vam je pomoć?"
240
 
241
- #: ../admin/help.php:49
242
  #, fuzzy
243
  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>"
244
  msgstr "Ukoliko želite uobičajene funkcije u plugin-u, samo napišite email na <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
245
 
246
- #: ../admin/help.php:54
247
  #, fuzzy
248
  msgid "Support Us"
249
  msgstr "Podrška"
250
 
251
- #: ../admin/help.php:57
252
- #: ../admin/help.php:60
253
- #: ../admin/help.php:61
254
- #: ../admin/help.php:62
255
- #: ../admin/help.php:63
256
- #: ../admin/help.php:64
257
  msgid "Rate 5-star"
258
  msgstr "Ocenite 5 zvezdica"
259
 
260
- #: ../admin/help.php:72
261
- #: ../admin/social_sharing.php:437
262
- #: ../admin/social_sharing.php:814
263
- #: ../admin/social_login.php:84
264
- msgid "Facebook"
265
- msgstr "Facebook"
266
 
267
- #: ../admin/social_sharing.php:11
268
- #: ../admin/social_sharing.php:22
269
- #: ../admin/social_login.php:9
270
- #: ../admin/social_login.php:17
271
- #: ../admin/like_buttons.php:11
272
- #: ../admin/like_buttons.php:19
273
- msgid "Basic Configuration"
274
- msgstr "Osnovna konfiguracija"
275
 
276
- #: ../admin/social_sharing.php:12
277
  #, fuzzy
278
- msgid "Sharing Interface"
 
 
 
 
 
 
 
 
 
 
279
  msgstr "Interfejs za share-ovanje"
280
 
281
- #: ../admin/social_sharing.php:13
 
282
  #, fuzzy
283
- msgid "Sharing Options"
284
- msgstr "Opcije za share-ovanje"
285
 
286
- #: ../admin/social_sharing.php:14
287
- #: ../admin/social_sharing.php:1214
288
- #: ../admin/social_login.php:11
289
- #: ../admin/social_login.php:773
290
- #: ../admin/like_buttons.php:13
291
- #: ../admin/like_buttons.php:721
 
 
 
 
 
 
292
  msgid "Shortcode & Widget"
293
  msgstr "Kratki kod & vidžet"
294
 
295
- #: ../admin/social_sharing.php:15
296
  msgid "Troubleshooter"
297
  msgstr "Sređivanje problema"
298
 
299
- #: ../admin/social_sharing.php:16
300
- #: ../admin/social_sharing.php:1245
301
- #: ../admin/social_commenting.php:12
302
- #: ../admin/social_commenting.php:446
303
  msgid "FAQ"
304
  msgstr "FAQ"
305
 
306
- #: ../admin/social_sharing.php:28
307
- msgid "Enable Social Sharing"
308
- msgstr "Omogući društveno share-ovanje"
309
-
310
- #: ../admin/social_sharing.php:38
311
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
312
- msgstr "Master kontrola za društveno share-ovanje. Mora se proveriti radi omogućavanja funkcionalnosti Društvenog share-ovanja"
313
-
314
- #: ../admin/social_sharing.php:46
315
- msgid "Delete all the options on plugin deletion"
316
- msgstr "Obrišite sve opcije na brisanju plugin-a"
317
 
318
- #: ../admin/social_sharing.php:56
319
- 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."
320
- msgstr "Ukoliko su omogućene, opcije plugin-a će biti obrisane kada plugin bude obrisan/deinstaliran i biće potrebno da ponovo konfigurišete opcije kada sledeći put instalirate plugin."
 
321
 
322
- #: ../admin/social_sharing.php:71
323
- #, fuzzy
324
- msgid "Horizontal interface options"
325
- msgstr "Horizontalne opcije interfejsa"
326
 
327
- #: ../admin/social_sharing.php:77
328
- #: ../admin/social_sharing.php:155
329
  msgid "Shape"
330
  msgstr "Oblik"
331
 
332
- #: ../admin/social_sharing.php:85
333
- #: ../admin/social_sharing.php:163
334
  msgid "Round"
335
  msgstr "Krug"
336
 
337
- #: ../admin/social_sharing.php:87
338
- #: ../admin/social_sharing.php:165
339
  msgid "Square"
340
  msgstr "Kvadrat"
341
 
342
- #: ../admin/social_sharing.php:94
343
- #: ../admin/social_sharing.php:172
 
 
 
 
 
344
  #, fuzzy
345
  msgid "Shape of the sharing icons"
346
  msgstr "Oblik ikonica za share-ovanje"
347
 
348
- #: ../admin/social_sharing.php:102
349
- #: ../admin/social_sharing.php:180
350
  msgid "Size (in pixels)"
351
  msgstr "Veličina (u pikselima)"
352
 
353
- #: ../admin/social_sharing.php:120
354
- #: ../admin/social_sharing.php:198
355
  #, fuzzy
356
  msgid "Size of the sharing icons"
357
  msgstr "Oblik ikonica za share-ovanje"
358
 
359
- #: ../admin/social_sharing.php:127
360
- #: ../admin/social_sharing.php:205
361
- msgid "Icon Preview"
362
- msgstr "Pregled ikonica"
 
363
 
364
- #: ../admin/social_sharing.php:141
365
- #: ../admin/social_sharing.php:219
366
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
367
- msgstr "Ne zaboravite da sačuvate konfiguraciju nakon što napravite promene tako što ste kliknuli na taster “save” (sačuvaj) ispod"
 
368
 
369
- #: ../admin/social_sharing.php:149
 
370
  #, fuzzy
371
- msgid "Vertical interface options"
372
- msgstr "Vertikalne opcije interfejsa"
373
 
374
- #: ../admin/social_sharing.php:233
375
- msgid "Modernizr"
376
- msgstr "Modernizr"
 
 
377
 
378
- #: ../admin/social_sharing.php:239
379
- msgid "Do not load Modernizr JS"
380
- msgstr "Nemojte učitavati Modernizr JS"
 
 
381
 
382
- #: ../admin/social_sharing.php:249
383
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
384
- msgstr "Ukoliko smatrate da vam plugin prekida temu, možete probati da osposobite ovu opciju"
 
385
 
386
- #: ../admin/social_sharing.php:258
387
- #: ../admin/like_buttons.php:51
388
  #, fuzzy
389
- msgid "Url shortener"
390
- msgstr "Url skraćenica"
391
 
392
- #: ../admin/social_sharing.php:264
393
- msgid "Use shortlinks already installed"
394
- msgstr "Koristite kratke linkove koji su već instalirani"
 
 
 
 
 
395
 
396
- #: ../admin/social_sharing.php:274
397
- #: ../admin/like_buttons.php:67
398
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
399
- msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
 
 
 
 
400
 
401
- #: ../admin/social_sharing.php:282
402
- msgid "Enable bit.ly url shortener for sharing"
403
- msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
 
405
  #: ../admin/social_sharing.php:292
406
- #: ../admin/like_buttons.php:85
 
 
 
 
 
 
 
407
  #, fuzzy
408
- msgid "Master control to enable bit.ly url shortening for sharing"
409
- msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
410
 
411
- #: ../admin/social_sharing.php:300
412
- #: ../admin/like_buttons.php:93
413
- msgid "bit.ly username"
414
- msgstr "bit.ly korisničko ime"
 
 
 
415
 
416
- #: ../admin/social_sharing.php:310
417
- #: ../admin/like_buttons.php:103
418
- #, php-format
419
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
420
- msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
 
 
 
 
 
421
 
422
  #: ../admin/social_sharing.php:319
423
- #: ../admin/like_buttons.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
424
  #, fuzzy
425
- msgid "bit.ly API Key"
426
- msgstr "bit.ly API ključ"
427
 
428
  #: ../admin/social_sharing.php:329
429
- #: ../admin/like_buttons.php:122
430
- #, fuzzy, php-format
431
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
432
- msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
433
 
434
- #: ../admin/social_sharing.php:339
435
- msgid "Twitter username in sharing"
436
- msgstr "Korisničko ime na Twitter-u kod share-ovanja"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
 
438
  #: ../admin/social_sharing.php:345
439
- msgid "Twitter username (without @)"
440
- msgstr "Korisničko ime na Twitter-u (bez @)"
 
 
441
 
442
  #: ../admin/social_sharing.php:355
443
- 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."
444
- msgstr "Dostavljeno korisničko ime će biti okačeno nakon što je sadržaj share-ovan kao \"via @USERNAME\". Ostavite prazno ukoliko ne želite nikakvo korisničko ime u sadržaju koji se share-uje."
 
445
 
446
- #: ../admin/social_sharing.php:365
447
- msgid "Horizontal Sharing Interface Options"
 
448
  msgstr "Opcije interfejsa horizontalnog share-ovanja"
449
 
450
- #: ../admin/social_sharing.php:371
451
- msgid "Enable horizontal sharing interface"
 
452
  msgstr "Omogućite interfejs horizontalnog share-ovanja"
453
 
454
- #: ../admin/social_sharing.php:381
455
- msgid "Master control to enable horizontal sharing"
 
456
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
457
 
458
- #: ../admin/social_sharing.php:391
459
- #: ../admin/social_sharing.php:786
460
- #: ../admin/like_buttons.php:227
461
- #: ../admin/like_buttons.php:468
462
  msgid "Target Url"
463
  msgstr "Ciljni Url"
464
 
465
- #: ../admin/social_sharing.php:395
466
- #: ../admin/social_sharing.php:790
467
- #: ../admin/like_buttons.php:231
468
- #: ../admin/like_buttons.php:472
469
  msgid "Url of the webpage where icons are located (default)"
470
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
471
 
472
- #: ../admin/social_sharing.php:397
473
- #: ../admin/social_sharing.php:792
474
- #: ../admin/like_buttons.php:233
475
- #: ../admin/like_buttons.php:474
476
  msgid "Url of the homepage of your website"
477
  msgstr "Url početne strane vašeg vebsajta"
478
 
479
- #: ../admin/social_sharing.php:399
480
- #: ../admin/social_sharing.php:794
481
- #: ../admin/like_buttons.php:235
482
- #: ../admin/like_buttons.php:476
483
  #, fuzzy
484
  msgid "Custom url"
485
  msgstr "Uobičajeni url"
486
 
487
- #: ../admin/social_sharing.php:406
488
- #: ../admin/social_sharing.php:801
489
  msgid "Url to share"
490
  msgstr "Url za share-ovanje"
491
 
492
- #: ../admin/social_sharing.php:414
493
- #: ../admin/social_login.php:352
494
- #: ../admin/like_buttons.php:250
495
  msgid "Title"
496
  msgstr "Naslov"
497
 
498
- #: ../admin/social_sharing.php:424
499
  msgid "The text to display above the sharing interface"
500
  msgstr "Tekst koji će se prikazati iznad za share-ovanje interfejsa"
501
 
502
- #: ../admin/social_sharing.php:432
503
- #: ../admin/social_sharing.php:809
504
- #: ../admin/social_login.php:79
505
- msgid "Select providers"
506
- msgstr "Selektujte provajdere"
507
-
508
- #: ../admin/social_sharing.php:442
509
- #: ../admin/social_sharing.php:819
510
- #: ../admin/social_login.php:88
511
- msgid "Twitter"
512
- msgstr "Twitter"
513
-
514
- #: ../admin/social_sharing.php:447
515
- #: ../admin/social_sharing.php:824
516
- #: ../admin/social_login.php:92
517
- msgid "LinkedIn"
518
- msgstr "LinkedIn"
519
-
520
- #: ../admin/social_sharing.php:452
521
- #: ../admin/social_sharing.php:829
522
- #: ../admin/social_login.php:96
523
- msgid "Google+"
524
- msgstr "Google+"
525
-
526
- #: ../admin/social_sharing.php:457
527
- #: ../admin/social_sharing.php:834
528
- msgid "Print"
529
- msgstr "Print"
530
-
531
- #: ../admin/social_sharing.php:462
532
- #: ../admin/social_sharing.php:839
533
- msgid "Email"
534
- msgstr "Email"
535
-
536
- #: ../admin/social_sharing.php:467
537
- #: ../admin/social_sharing.php:844
538
- msgid "Yahoo"
539
- msgstr "Yahoo"
540
-
541
- #: ../admin/social_sharing.php:472
542
- #: ../admin/social_sharing.php:849
543
- msgid "Reddit"
544
- msgstr "Reddit"
545
-
546
- #: ../admin/social_sharing.php:477
547
- #: ../admin/social_sharing.php:854
548
- msgid "Digg"
549
- msgstr "Digg"
550
-
551
- #: ../admin/social_sharing.php:482
552
- #: ../admin/social_sharing.php:859
553
- msgid "Delicious"
554
- msgstr "Delicious"
555
-
556
- #: ../admin/social_sharing.php:487
557
- #: ../admin/social_sharing.php:864
558
- msgid "StumbleUpon"
559
- msgstr "StumbleUpon"
560
-
561
- #: ../admin/social_sharing.php:492
562
- #: ../admin/social_sharing.php:869
563
- msgid "Float it"
564
- msgstr "Float it"
565
-
566
- #: ../admin/social_sharing.php:497
567
- #: ../admin/social_sharing.php:874
568
- msgid "Tumblr"
569
- msgstr "Tumblr"
570
-
571
- #: ../admin/social_sharing.php:502
572
- #: ../admin/social_sharing.php:879
573
- #: ../admin/social_login.php:100
574
- msgid "Vkontakte"
575
- msgstr "Vkontakte"
576
-
577
- #: ../admin/social_sharing.php:507
578
- #: ../admin/social_sharing.php:884
579
- msgid "Pinterest"
580
- msgstr "Pinterest"
581
-
582
- #: ../admin/social_sharing.php:512
583
- #: ../admin/social_sharing.php:889
584
- #: ../admin/social_login.php:108
585
- msgid "Xing"
586
- msgstr "Xing"
587
-
588
- #: ../admin/social_sharing.php:517
589
- #: ../admin/social_sharing.php:894
590
- msgid "Whatsapp"
591
- msgstr "Whatsapp"
592
-
593
- #: ../admin/social_sharing.php:522
594
- #: ../admin/social_sharing.php:899
595
- msgid "Yummly"
596
- msgstr "Yummly"
597
-
598
- #: ../admin/social_sharing.php:527
599
- #: ../admin/social_sharing.php:904
600
- msgid "Buffer"
601
- msgstr "Buffer"
602
-
603
- #: ../admin/social_sharing.php:535
604
- #: ../admin/social_sharing.php:912
605
- msgid "Select the providers for sharing interface"
606
- msgstr "Selektujte provajdere za share-ovanje interfejsa"
607
-
608
- #: ../admin/social_sharing.php:543
609
- #: ../admin/social_sharing.php:920
610
  msgid "Rearrange icons"
611
  msgstr "Preuredite ikonice"
612
 
613
- #: ../admin/social_sharing.php:575
614
- #: ../admin/social_sharing.php:952
615
  msgid "Drag the icons to rearrange in desired order"
616
  msgstr "Prevucite ikonice da biste ih preuredili po želejnom rasporedu"
617
 
618
- #: ../admin/social_sharing.php:583
619
- #: ../admin/social_sharing.php:978
620
- #: ../admin/like_buttons.php:320
621
- #: ../admin/like_buttons.php:560
 
 
 
 
 
 
 
 
 
 
 
622
  #, fuzzy
623
  msgid "Horizontal alignment"
624
  msgstr "Horizontalno svrstavanje"
625
 
626
- #: ../admin/social_sharing.php:587
627
- #: ../admin/social_sharing.php:982
628
- #: ../admin/like_buttons.php:324
629
- #: ../admin/like_buttons.php:564
630
- msgid "Left"
631
- msgstr "Levo"
632
-
633
- #: ../admin/social_sharing.php:588
634
- #: ../admin/like_buttons.php:325
635
  msgid "Center"
636
  msgstr "Centar"
637
 
638
- #: ../admin/social_sharing.php:589
639
- #: ../admin/social_sharing.php:983
640
- #: ../admin/like_buttons.php:326
641
- #: ../admin/like_buttons.php:565
642
- #, fuzzy
643
- msgid "Right"
644
- msgstr "Desno"
645
-
646
- #: ../admin/social_sharing.php:597
647
- #: ../admin/social_sharing.php:991
648
  #, fuzzy
649
  msgid "Horizontal alignment of the sharing interface"
650
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
651
 
652
- #: ../admin/social_sharing.php:605
653
- #: ../admin/like_buttons.php:342
654
  msgid "Position with respect to content"
655
  msgstr "Pozicija u odnosu na sadržaj"
656
 
657
- #: ../admin/social_sharing.php:609
658
- #: ../admin/like_buttons.php:346
659
  msgid "Top of the content"
660
  msgstr "Vrh sadržaja"
661
 
662
- #: ../admin/social_sharing.php:611
663
- #: ../admin/like_buttons.php:348
664
  msgid "Bottom of the content"
665
  msgstr "Dno sadržaja"
666
 
667
- #: ../admin/social_sharing.php:618
668
  msgid "Specify position of the sharing interface with respect to the content"
669
  msgstr "Speciikujte poziciju share-ovanja interfejsa u odnosu na sadržaj"
670
 
671
- #: ../admin/social_sharing.php:626
672
- #: ../admin/social_sharing.php:1057
673
- msgid "Sharing location"
674
- msgstr "Share-ovanje lokacije"
675
 
676
- #: ../admin/social_sharing.php:630
677
- #: ../admin/social_sharing.php:1061
678
- #: ../admin/social_login.php:633
679
- #: ../admin/social_login.php:663
680
- #: ../admin/like_buttons.php:367
681
- #: ../admin/like_buttons.php:643
682
  msgid "Homepage"
683
  msgstr "Početna strana"
684
 
685
- #: ../admin/social_sharing.php:632
686
- #: ../admin/social_sharing.php:1063
687
- #: ../admin/like_buttons.php:369
688
- #: ../admin/like_buttons.php:645
689
  msgid "Posts"
690
  msgstr "Postovi"
691
 
692
- #: ../admin/social_sharing.php:634
693
- #: ../admin/social_sharing.php:1065
694
- #: ../admin/like_buttons.php:371
695
- #: ../admin/like_buttons.php:647
696
  msgid "Pages"
697
  msgstr "Stranice"
698
 
699
- #: ../admin/social_sharing.php:636
700
- #: ../admin/social_sharing.php:1067
701
  msgid "Excerpts (at Homepage)"
702
  msgstr ""
703
 
704
- #: ../admin/social_sharing.php:638
705
- #: ../admin/social_sharing.php:1069
706
- #: ../admin/like_buttons.php:375
707
- #: ../admin/like_buttons.php:651
708
  msgid "Category Archives"
709
  msgstr "Arhive kategorija"
710
 
711
- #: ../admin/social_sharing.php:640
712
- #: ../admin/social_sharing.php:1071
713
- #: ../admin/like_buttons.php:377
714
- #: ../admin/like_buttons.php:653
715
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
716
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
717
 
718
- #: ../admin/social_sharing.php:656
719
- #: ../admin/like_buttons.php:393
720
  #, fuzzy
721
  msgid "BuddyPress activity"
722
  msgstr "Aktivnost i grupe BuddyPress-a"
723
 
724
- #: ../admin/social_sharing.php:658
725
- #: ../admin/like_buttons.php:396
726
  msgid "BuddyPress group (only at top of content)"
727
  msgstr ""
728
 
729
- #: ../admin/social_sharing.php:664
730
- #: ../admin/social_sharing.php:1093
731
- #: ../admin/like_buttons.php:403
732
- #: ../admin/like_buttons.php:674
733
  msgid "BBPress forum"
734
  msgstr "BBPress forum"
735
 
736
- #: ../admin/social_sharing.php:667
737
- #: ../admin/social_sharing.php:1096
738
- #: ../admin/like_buttons.php:406
739
- #: ../admin/like_buttons.php:677
740
  msgid "BBPress topic"
741
  msgstr "BBPress tema"
742
 
743
- #: ../admin/social_sharing.php:670
744
- #: ../admin/like_buttons.php:409
745
  msgid "BBPress reply"
746
  msgstr "BBPress odgovor"
747
 
748
- #: ../admin/social_sharing.php:677
749
- #: ../admin/like_buttons.php:415
750
  msgid "After individual product at WooCommerce Shop page"
751
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
752
 
753
- #: ../admin/social_sharing.php:680
754
- #: ../admin/like_buttons.php:418
755
  msgid "WooCommerce Product Page"
756
  msgstr "WooCommerce stranica sa proizvodima"
757
 
758
- #: ../admin/social_sharing.php:683
759
- #: ../admin/like_buttons.php:421
760
  msgid "WooCommerce Thankyou Page"
761
  msgstr "WooCommerce Thankyou (hvala) stranica "
762
 
763
- #: ../admin/social_sharing.php:694
764
  msgid "Specify the pages where you want to enable Sharing interface"
765
  msgstr "Specifikujte stranice gde želite da omogućite Share-ovanje interfejsa"
766
 
767
- #: ../admin/social_sharing.php:702
768
- #: ../admin/social_sharing.php:1114
769
  msgid "Show share counts"
770
  msgstr "Prikažite brojanje share-ovanja"
771
 
772
- #: ../admin/social_sharing.php:712
773
- #: ../admin/social_sharing.php:1124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
774
  msgid "If enabled, share counts are displayed above sharing icons."
775
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
776
 
777
- #: ../admin/social_sharing.php:721
778
- #: ../admin/social_sharing.php:1133
779
  #, fuzzy
780
  msgid "Show total shares"
781
  msgstr "Prikažite brojanje share-ovanja"
782
 
783
- #: ../admin/social_sharing.php:731
784
- #: ../admin/social_sharing.php:1143
785
  #, fuzzy
786
  msgid "If enabled, total shares will be displayed with sharing icons"
787
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
788
 
789
- #: ../admin/social_sharing.php:740
790
- #: ../admin/social_sharing.php:1152
791
  #, fuzzy
792
  msgid "Enable 'More' icon"
793
  msgstr "Omogućite ikonicu ‘More’ (više)"
794
 
795
- #: ../admin/social_sharing.php:750
796
- #: ../admin/social_sharing.php:1162
797
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
798
  msgstr "Ukoliko je omogućena, ikonica \"More\" će se prikazati nakon selektovanja ikonica za share-ovanje koje pokazuju dodatne mreže za share-ovanje u popup-u"
799
 
800
- #: ../admin/social_sharing.php:760
801
- msgid "Vertical (Floating) Sharing Interface Options"
 
802
  msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
803
 
804
- #: ../admin/social_sharing.php:766
805
- msgid "Enable vertical (floating) sharing interface"
 
806
  msgstr "Omogućite interfejs vertikalnog (plutajućeg) share-ovanja"
807
 
808
- #: ../admin/social_sharing.php:776
809
- msgid "Master control to enable vertical (floating) sharing widget"
 
810
  msgstr "Master kontrola za omogućavanje vidžeta vertikalnog (plutajućeg) share-ovanja"
811
 
812
- #: ../admin/social_sharing.php:960
813
- #: ../admin/like_buttons.php:542
814
- msgid "Background Color"
815
- msgstr "Boja pozadine"
816
-
817
- #: ../admin/social_sharing.php:970
818
  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>"
819
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
820
 
821
- #: ../admin/social_sharing.php:1000
822
- #: ../admin/like_buttons.php:582
823
  msgid "Left offset"
824
  msgstr "Levi offset"
825
 
826
- #: ../admin/social_sharing.php:1010
827
  #, fuzzy
828
  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."
829
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
830
 
831
- #: ../admin/social_sharing.php:1020
832
- #: ../admin/like_buttons.php:602
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
833
  #, fuzzy
834
- msgid "Right offset"
835
- msgstr "Desni offset"
 
 
 
 
 
836
 
837
- #: ../admin/social_sharing.php:1030
 
 
 
 
 
 
 
838
  #, fuzzy
839
- 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."
840
- msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
841
 
842
- #: ../admin/social_sharing.php:1039
843
- #: ../admin/like_buttons.php:621
844
- msgid "Top offset"
845
- msgstr "Gornji offset"
 
846
 
847
- #: ../admin/social_sharing.php:1049
848
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
849
- msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
 
 
850
 
851
- #: ../admin/social_sharing.php:1085
852
  #: ../admin/like_buttons.php:667
853
- #, fuzzy
854
- msgid "BuddyPress group"
855
- msgstr "BuddyPress profilna stranica"
856
 
857
- #: ../admin/social_sharing.php:1106
858
- msgid "Specify the pages where you want to enable vertical Sharing interface"
859
- msgstr "Specifikujte stranice gde želite da omogućite interfejs vertikalnog share-ovanja"
 
 
 
 
860
 
861
- #: ../admin/social_sharing.php:1170
862
- #, fuzzy
863
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
864
- msgstr "Sakrite share-ovanje na mobilnim uređajima"
865
 
866
- #: ../admin/social_sharing.php:1180
867
  #, fuzzy
868
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
869
- msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
870
 
871
- #: ../admin/social_sharing.php:1189
872
- msgid "Hide sharing on mobile devices"
873
- msgstr "Sakrite share-ovanje na mobilnim uređajima"
874
 
875
- #: ../admin/social_sharing.php:1199
876
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
877
- msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
 
878
 
879
- #: ../admin/social_sharing.php:1216
880
  #, fuzzy
881
- msgid "Social Sharing Shortcode & Widget"
882
- msgstr "Kratki kod & vidžet"
883
 
884
- #: ../admin/social_sharing.php:1226
885
  msgid "Facebook Sharing Troubleshooter"
886
  msgstr "Sređivanje problema kod share-ovanja na Facebook-u"
887
 
888
- #: ../admin/social_sharing.php:1231
889
  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:"
890
  msgstr "Ukoliko share-ovanje na Facebook-u ne radi dobro, kliknite na link koji sledi i unesite problematični url (gde share-ovanje na Facebook-u ne radi kako treba) vašeg vebsajta u polje za tekst:"
891
 
892
- #: ../admin/social_sharing.php:1247
893
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
894
  msgstr "Kako mogu da prikažem brojanje share-ovanja mog vebsajta pre nego individualne stranice/postove?"
895
 
896
- #: ../admin/social_sharing.php:1248
897
  #, fuzzy
898
  msgid "How can I disable sharing on particular page/post?"
899
  msgstr "Kako mogu da onemogućim share-ovanje na određenoj stranici/postu?"
900
 
901
- #: ../admin/social_sharing.php:1249
902
  msgid "How can I specify minimum sharing count for sharing networks?"
903
  msgstr "Kako mogu da specifikujem minimalno brojanje share-ovanja za mreže za share-ovanje?"
904
 
905
- #: ../admin/social_commenting.php:10
906
- #, fuzzy
907
- msgid "Social Commenting"
908
- msgstr "Društveno komentarisanje"
909
 
910
- #: ../admin/social_commenting.php:11
911
- #: ../admin/social_commenting.php:434
912
- msgid "Shortcode"
913
- msgstr "Kratki kod"
 
 
 
914
 
915
- #: ../admin/social_commenting.php:18
916
  #, fuzzy
917
- msgid "General Options"
918
- msgstr "Opcije za share-ovanje"
 
 
 
 
 
919
 
920
- #: ../admin/social_commenting.php:24
921
  #, fuzzy
922
  msgid "Enable Social Commenting"
923
  msgstr "Omogućite društveno komentarisanje"
924
 
925
- #: ../admin/social_commenting.php:34
926
  #, fuzzy
927
  msgid "Master control to enable Social Commenting"
928
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
929
 
930
- #: ../admin/social_commenting.php:42
 
 
 
 
 
 
 
 
 
 
931
  msgid "Order of tabs in commenting interface"
932
  msgstr "Redosled tab-ova u komentarisanju interfejsa"
933
 
934
- #: ../admin/social_commenting.php:52
935
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
936
  msgstr "Redosled tab-ova prikazan kod interfejsa komentarisanja na društvenim mrežama. Uobičajeno za wordpress,facebook,googleplus,disqus"
937
 
938
- #: ../admin/social_commenting.php:60
939
  msgid "Comment area label"
940
  msgstr "Oznaka za oblast komentarisanja"
941
 
942
- #: ../admin/social_commenting.php:70
943
  #, fuzzy
944
  msgid "Label for comment area"
945
  msgstr "Oznaka za tab za komentarisanje G+-a"
946
 
947
- #: ../admin/social_commenting.php:83
948
  #, fuzzy
949
  msgid "Enable Social Commenting at"
950
  msgstr "Omogućite društveno komentarisanje"
951
 
952
- #: ../admin/social_commenting.php:102
953
  #, fuzzy
954
  msgid "Specify the page/post groups where you want to enable Social Commenting"
955
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
956
 
957
- #: ../admin/social_commenting.php:113
958
  msgid "HTML ID of comment form container"
959
  msgstr "ХТМЛ-ИД коментар облика посуде"
960
 
961
- #: ../admin/social_commenting.php:123
962
  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."
963
  msgstr "ХТМЛ-ИД контејнера елемент коментар форме подразумевани на предњем крају. Оставите празно за подразумевани ИД - \"одговорити\". Потребно је да га наведете да подразумевани коментар облик појављује и социјална Коментаришући не узимајући омогућен на предњем крају вашег сајта."
964
 
965
- #: ../admin/social_commenting.php:133
966
  msgid "Labels"
967
  msgstr "Oznake"
968
 
969
- #: ../admin/social_commenting.php:138
970
  #, fuzzy
971
  msgid "Label for WordPress Commenting tab"
972
  msgstr "Oznaka za tab za komentarisanje WordPress-a"
973
 
974
- #: ../admin/social_commenting.php:147
975
  #, fuzzy
976
  msgid "Label for Facebook Commenting tab"
977
  msgstr "Oznaka za tab za komentarisanja Facebook-a"
978
 
979
- #: ../admin/social_commenting.php:156
980
  #, fuzzy
981
  msgid "Label for G+ Commenting tab"
982
  msgstr "Oznaka za tab za komentarisanje G+-a"
983
 
984
- #: ../admin/social_commenting.php:165
985
  msgid "Label for Disqus Commenting tab"
986
  msgstr "Oznaka za tab za komentarisanje Disqus-a"
987
 
988
- #: ../admin/social_commenting.php:176
989
  msgid "Facebook Commenting Options"
990
  msgstr "Opcije za komentarisanje na Facebook-u"
991
 
992
- #: ../admin/social_commenting.php:182
993
  #, fuzzy
994
  msgid "Enable Facebook Comments notification and moderation"
995
  msgstr "Omogućite komentarisanje na Facebook-u"
996
 
997
- #: ../admin/social_commenting.php:190
998
- #: ../admin/social_commenting.php:200
999
  msgid "Enable Facebook Commenting"
1000
  msgstr "Omogućite komentarisanje na Facebook-u"
1001
 
1002
- #: ../admin/social_commenting.php:208
1003
- #: ../admin/social_commenting.php:366
1004
  msgid "Url to comment on"
1005
  msgstr "Url za komentarisanje na"
1006
 
1007
- #: ../admin/social_commenting.php:218
1008
  #, fuzzy
1009
  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."
1010
  msgstr "Apsolutni URL kome će postovani komentari biti trajno pridruženi. Priče na Facebook-u o postovanim komentarima će biti povezane na ovaj URL.<br/>Ako je prazno <strong>(Recommended)</strong>, url veb stranice će se koristiti na onoj na kojoj je komentarisanje omogućeno."
1011
 
1012
- #: ../admin/social_commenting.php:226
1013
- #: ../admin/social_commenting.php:348
1014
  msgid "Width"
1015
  msgstr "Širina"
1016
 
1017
- #: ../admin/social_commenting.php:236
1018
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1019
  msgstr "Ostavite prazno za automatsko prilagođavanje širine. Širina (u pikselima) Bloka za komentare"
1020
 
1021
- #: ../admin/social_commenting.php:244
1022
  msgid "Color Scheme"
1023
  msgstr "Šema boja"
1024
 
1025
- #: ../admin/social_commenting.php:248
1026
  msgid "Light"
1027
  msgstr "Svetle"
1028
 
1029
- #: ../admin/social_commenting.php:249
1030
  msgid "Dark"
1031
  msgstr "Tamne"
1032
 
1033
- #: ../admin/social_commenting.php:257
1034
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1035
  msgstr "Šema boja koju koristi plugin. Može biti \"light\" ili\"dark\"."
1036
 
1037
- #: ../admin/social_commenting.php:265
1038
  #, fuzzy
1039
  msgid "Number of comments"
1040
  msgstr "Broj komentara"
1041
 
1042
- #: ../admin/social_commenting.php:275
1043
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1044
  msgstr "Broj komentara koji će biti prikazani po default-u. Minimalna vrednost je 1. Uobičajeno je do 10"
1045
 
1046
- #: ../admin/social_commenting.php:283
1047
  msgid "Order by"
1048
  msgstr "Redosled prema"
1049
 
1050
- #: ../admin/social_commenting.php:287
1051
  msgid "Social"
1052
  msgstr "Društveno"
1053
 
1054
- #: ../admin/social_commenting.php:288
1055
  msgid "Reverse Time"
1056
  msgstr "Vreme unazad"
1057
 
1058
- #: ../admin/social_commenting.php:289
1059
  msgid "Time"
1060
  msgstr "Vreme"
1061
 
1062
- #: ../admin/social_commenting.php:297
1063
  msgid "The order to use when displaying comments."
1064
  msgstr "Redosled koji se koristi prilikom prikazivanja komentara."
1065
 
1066
- #: ../admin/social_commenting.php:305
1067
- #: ../admin/like_buttons.php:132
1068
- #: ../admin/like_buttons.php:138
1069
- msgid "Language"
1070
- msgstr "Jezik"
1071
-
1072
- #: ../admin/social_commenting.php:315
1073
  #, php-format
1074
  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)"
1075
  msgstr "Unesite kod jezika koji želite da koristite za prikazivanje komentara. Možete naći kodove jezika na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1076
 
1077
- #: ../admin/social_commenting.php:324
1078
  #, fuzzy
1079
  msgid "Google Plus Commenting Options"
1080
  msgstr "Opcije za komentarisanje na Google Plus-u"
1081
 
1082
- #: ../admin/social_commenting.php:330
1083
- #: ../admin/social_commenting.php:340
1084
  #, fuzzy
1085
  msgid "Enable Google Plus Commenting"
1086
  msgstr "Omogućite komentarisanje na Google Plus-u"
1087
 
1088
- #: ../admin/social_commenting.php:358
1089
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1090
  msgstr "Širina interfejsa za komentarisanje na Google Plus-u. Ostavite prazno za automatsko prilagođavanje"
1091
 
1092
- #: ../admin/social_commenting.php:376
1093
  #, fuzzy
1094
  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."
1095
  msgstr "Apsolutno URL kome će postovani komentari biti trajno pridruženi. Priče na Google Plus-u o postavljenim komentarima će biti povezane na ovaj URL. <br/>Ako je levo prazno <strong>(Recommended)</strong>, url veb stranice će se koristiti na onoj na kojoj je komentarisanje omogućeno."
1096
 
1097
- #: ../admin/social_commenting.php:385
1098
  #, fuzzy
1099
  msgid "Disqus Commenting Options"
1100
  msgstr "Opcije komentarisanja na Disqus-u"
1101
 
1102
- #: ../admin/social_commenting.php:391
1103
- #: ../admin/social_commenting.php:401
1104
  #, fuzzy
1105
  msgid "Enable Disqus Commenting"
1106
  msgstr "Omogućite komentarisanje na Disqus-u"
1107
 
1108
- #: ../admin/social_commenting.php:409
1109
  msgid "Disqus Shortname"
1110
  msgstr "Skraćenica za Disqus"
1111
 
1112
- #: ../admin/social_commenting.php:419
1113
  #, fuzzy
1114
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1115
  msgstr "<strong>Traženo korišćenje komentarisanja na Disqus-u.<strong>Za više informacija o skraćenici, posetite link koji sledi."
1116
 
1117
- #: ../admin/social_commenting.php:436
1118
  #, fuzzy
1119
  msgid "Social Commenting Shortcode"
1120
  msgstr "Društveno komentarisanje"
1121
 
1122
- #: ../admin/social_commenting.php:448
1123
  #, fuzzy
1124
  msgid "How can I disable Social Commenting at individual page/post?"
1125
  msgstr "Kako mogu da onemogućim Društveno komentarisanje kod individualnih stranica/postova?"
1126
 
1127
- #: ../admin/social_commenting.php:449
1128
  msgid "How to disable default comment form from Social Commenting?"
1129
  msgstr "Kako onemogućiti uobičajenu formu komentara iz Komentara na društvenim mrežama?"
1130
 
1131
- #: ../admin/social_login.php:10
1132
- msgid "Social Login"
1133
- msgstr "Prijavljivanje na društvene mreže"
1134
-
1135
- #: ../admin/social_login.php:23
1136
  msgid "Enable Social Login"
1137
  msgstr "Omogućite prijavljivanje na društvene mreže"
1138
 
1139
- #: ../admin/social_login.php:33
1140
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1141
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1142
 
1143
- #: ../admin/social_login.php:41
 
 
 
 
 
 
 
 
 
1144
  msgid "Disable user registration via Social Login"
1145
  msgstr "Искључи регистрација корисника путем друштвених Логин"
1146
 
1147
- #: ../admin/social_login.php:51
1148
  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."
1149
  msgstr "Након омогућавања ову опцију, нови корисници неће моћи да се пријавите путем друштвене пријављивања. Само постојећи корисници ће моћи да друштвеног пријаву."
1150
 
1151
- #: ../admin/social_login.php:60
1152
  #, fuzzy
1153
  msgid "Redirection url"
1154
  msgstr "Preusmerenje prijavljivanja"
1155
 
1156
- #: ../admin/social_login.php:70
1157
  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."
1158
  msgstr "Корисник ће бити преусмерени на ову страницу након неуспелог покушаја регистрације путем друштвених Логин. Можете да одредите УРЛ адресу регистрационог облику или странице на којој је приказан поруке у вези онемогућио регистрацију кроз социјални Логин."
1159
 
1160
- #: ../admin/social_login.php:104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1161
  msgid "Instagram"
1162
  msgstr "Instagram"
1163
 
1164
- #: ../admin/social_login.php:116
 
 
 
 
1165
  msgid "Select Social ID provider to enable in Social Login"
1166
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1167
 
1168
- #: ../admin/social_login.php:124
1169
  msgid "Facebook App ID"
1170
  msgstr "ID Facebook aplikacije"
1171
 
1172
- #: ../admin/social_login.php:134
1173
  #, php-format
1174
  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"
1175
  msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1176
 
1177
- #: ../admin/social_login.php:136
1178
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1179
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1180
 
1181
- #: ../admin/social_login.php:146
1182
  #, fuzzy
1183
  msgid "Twitter API Key"
1184
  msgstr "Twitter API ključ"
1185
 
1186
- #: ../admin/social_login.php:156
1187
  #, fuzzy, php-format
1188
  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"
1189
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1190
 
1191
- #: ../admin/social_login.php:158
1192
- #: ../admin/social_login.php:180
1193
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1194
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1195
 
1196
- #: ../admin/social_login.php:168
1197
  #, fuzzy
1198
  msgid "Twitter API Secret"
1199
  msgstr "Tajna Twitter aplikacije"
1200
 
1201
- #: ../admin/social_login.php:178
1202
  #, fuzzy, php-format
1203
  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"
1204
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1205
 
1206
- #: ../admin/social_login.php:190
1207
  msgid "LinkedIn API Key"
1208
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1209
 
1210
- #: ../admin/social_login.php:200
1211
  #, php-format
1212
  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"
1213
  msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1214
 
1215
- #: ../admin/social_login.php:202
1216
- #: ../admin/social_login.php:268
1217
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1218
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1219
 
1220
- #: ../admin/social_login.php:212
1221
  msgid "Google+ Client ID"
1222
  msgstr "Google+ Client ID"
1223
 
1224
- #: ../admin/social_login.php:222
1225
  #, php-format
1226
  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"
1227
  msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1228
 
1229
- #: ../admin/social_login.php:224
1230
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1231
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1232
 
1233
- #: ../admin/social_login.php:234
1234
  msgid "Vkontakte Application ID"
1235
  msgstr "Identifikacija Vkontakte aplikacije"
1236
 
1237
- #: ../admin/social_login.php:244
1238
  #, php-format
1239
  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"
1240
  msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1241
 
1242
- #: ../admin/social_login.php:246
1243
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1244
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1245
 
1246
- #: ../admin/social_login.php:256
1247
  msgid "Instagram Client ID"
1248
  msgstr "Identifikacija klijenata Instagram-a"
1249
 
1250
- #: ../admin/social_login.php:266
1251
  #, php-format
1252
  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"
1253
  msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1254
 
1255
- #: ../admin/social_login.php:278
1256
  msgid "Xing Consumer Key"
1257
  msgstr "Ključ za korisnike Xing-a"
1258
 
1259
- #: ../admin/social_login.php:288
1260
  #, fuzzy, php-format
1261
  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"
1262
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1263
 
1264
- #: ../admin/social_login.php:290
1265
- #: ../admin/social_login.php:312
1266
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1267
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1268
 
1269
- #: ../admin/social_login.php:300
1270
  msgid "Xing Consumer Secret"
1271
  msgstr "Tajna korisnika Xing-a"
1272
 
1273
- #: ../admin/social_login.php:310
1274
  #, fuzzy, php-format
1275
  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"
1276
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1277
 
1278
- #: ../admin/social_login.php:322
1279
- msgid "Include Javascript in website footer"
1280
- msgstr "Ukjlučite Javascript u zaglavlje vebsajta"
1281
-
1282
- #: ../admin/social_login.php:332
1283
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1284
- msgstr "Ukoliko su omogućeni (preporučuje se), Javascript fajlovi će biti uključeni u zaglavlje vašeg vebsajta"
1285
-
1286
- #: ../admin/social_login.php:346
1287
  msgid "Login options"
1288
  msgstr "Opcije prijavljivanja"
1289
 
1290
- #: ../admin/social_login.php:362
1291
  msgid "Text to display above the Social Login interface"
1292
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1293
 
1294
- #: ../admin/social_login.php:371
1295
  msgid "Enable at login page"
1296
  msgstr "Omogućiti na stranici za prijavljivanje"
1297
 
1298
- #: ../admin/social_login.php:381
1299
  msgid "Social Login interface will get enabled at the login page of your website"
1300
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1301
 
1302
- #: ../admin/social_login.php:389
1303
  msgid "Enable at register page"
1304
  msgstr "Omogućiti na stranici za registraciju"
1305
 
1306
- #: ../admin/social_login.php:399
1307
  #, fuzzy
1308
  msgid "Social Login interface will get enabled at the registration page of your website"
1309
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1310
 
1311
- #: ../admin/social_login.php:407
1312
  msgid "Enable at comment form"
1313
  msgstr "Omogućiti u formi komentara"
1314
 
1315
- #: ../admin/social_login.php:417
1316
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1317
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1318
 
1319
- #: ../admin/social_login.php:431
1320
  msgid "Enable before WooCommerce Customer Login Form"
1321
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1322
 
1323
- #: ../admin/social_login.php:441
1324
  #, fuzzy
1325
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1326
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1327
 
1328
- #: ../admin/social_login.php:449
1329
  msgid "Enable after WooCommerce Customer Login Form"
1330
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1331
 
1332
- #: ../admin/social_login.php:459
1333
  #, fuzzy
1334
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1335
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1336
 
1337
- #: ../admin/social_login.php:467
1338
  #, fuzzy
1339
  msgid "Enable at WooCommerce checkout page"
1340
  msgstr "Omogućiti na stranici za registraciju"
1341
 
1342
- #: ../admin/social_login.php:477
1343
  #, fuzzy
1344
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1345
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1346
 
1347
- #: ../admin/social_login.php:488
1348
  msgid "Auto-approve comments made by Social Login users"
1349
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1350
 
1351
- #: ../admin/social_login.php:498
1352
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1353
  msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1354
 
1355
- #: ../admin/social_login.php:499
1356
  msgid "Note: This is not related to Facebook comments"
1357
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1358
 
1359
- #: ../admin/social_login.php:509
1360
  msgid "Enable social avatar"
1361
  msgstr "Omogućite društvenog avatara"
1362
 
1363
- #: ../admin/social_login.php:519
1364
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1365
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1366
 
1367
- #: ../admin/social_login.php:529
1368
  msgid "Avatar quality"
1369
  msgstr "Kvalitet avatara"
1370
 
1371
- #: ../admin/social_login.php:532
1372
  msgid "Average"
1373
  msgstr "Prosek"
1374
 
1375
- #: ../admin/social_login.php:533
1376
  msgid "Best"
1377
  msgstr "најбољи"
1378
 
1379
- #: ../admin/social_login.php:540
1380
  msgid "Choose avatar quality"
1381
  msgstr "Odaberite kvalitet avatara"
1382
 
1383
- #: ../admin/social_login.php:549
1384
  #, fuzzy
1385
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1386
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1387
 
1388
- #: ../admin/social_login.php:559
1389
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1390
  msgstr ""
1391
 
1392
- #: ../admin/social_login.php:580
1393
  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"
1394
  msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1395
 
1396
- #: ../admin/social_login.php:589
1397
  msgid "Send username-password after user registration"
1398
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1399
 
1400
- #: ../admin/social_login.php:599
1401
  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)"
1402
  msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1403
 
1404
- #: ../admin/social_login.php:608
1405
  msgid "Enable social account linking at BuddyPress profile page"
1406
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1407
 
1408
- #: ../admin/social_login.php:618
1409
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1410
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1411
 
1412
- #: ../admin/social_login.php:627
1413
  msgid "Login redirection"
1414
  msgstr "Preusmerenje prijavljivanja"
1415
 
1416
- #: ../admin/social_login.php:631
1417
  msgid "Same page where user logged in"
1418
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1419
 
1420
- #: ../admin/social_login.php:635
1421
- #: ../admin/social_login.php:665
1422
  msgid "Account dashboard"
1423
  msgstr "Komandna tabla naloga"
1424
 
1425
- #: ../admin/social_login.php:638
1426
- #: ../admin/social_login.php:668
1427
  msgid "BuddyPress profile page"
1428
  msgstr "BuddyPress profilna stranica"
1429
 
1430
- #: ../admin/social_login.php:641
1431
- #: ../admin/social_login.php:671
1432
  msgid "Custom Url"
1433
  msgstr "Uobičajeni URL"
1434
 
1435
- #: ../admin/social_login.php:649
1436
  msgid "User will be redirected to the selected page after Social Login"
1437
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1438
 
1439
- #: ../admin/social_login.php:657
1440
  msgid "Registration redirection"
1441
  msgstr "Preusmerenje registracije"
1442
 
1443
- #: ../admin/social_login.php:661
1444
  #, fuzzy
1445
  msgid "Same page from where user registered"
1446
  msgstr "Ista stranica odakle je korisnik registrovan "
1447
 
1448
- #: ../admin/social_login.php:679
1449
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1450
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1451
 
1452
- #: ../admin/social_login.php:687
1453
  msgid "Email popup options"
1454
  msgstr "Popup opcije za email"
1455
 
1456
- #: ../admin/social_login.php:693
1457
  msgid "Text on 'Email required' popup"
1458
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1459
 
1460
- #: ../admin/social_login.php:703
1461
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1462
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1463
 
1464
- #: ../admin/social_login.php:712
1465
  msgid "Error message for 'Email required' popup"
1466
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1467
 
1468
- #: ../admin/social_login.php:722
1469
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1470
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1471
 
1472
- #: ../admin/social_login.php:731
1473
  msgid "Email popup height"
1474
  msgstr "Visina email popup-a"
1475
 
1476
- #: ../admin/social_login.php:741
1477
  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."
1478
  msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1479
 
1480
- #: ../admin/social_login.php:749
1481
  msgid "Enable email verification"
1482
  msgstr "Omogućite verifikaciju email-a"
1483
 
1484
- #: ../admin/social_login.php:759
1485
  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"
1486
  msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1487
 
1488
- #: ../admin/social_login.php:775
1489
  #, fuzzy
1490
  msgid "Social Login Shortcode & Widget"
1491
  msgstr "Kratki kod & vidžet"
1492
 
1493
- #: ../admin/social_login.php:776
1494
  msgid "Social Linking Shortcode"
1495
  msgstr "Kratki kod za povezivanje na društvene mreže"
1496
 
@@ -1530,169 +1755,165 @@ msgstr "U sekciji <strong>Social Sharing</strong>, možete odabrati društvene m
1530
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1531
  msgstr "U sekciji <strong>Like Buttons</strong>, možete odabrati tastere “sviđa mi se”/+1 i konfigurisati opcije za isto"
1532
 
1533
- #: ../admin/like_buttons.php:12
1534
- msgid "Like Buttons"
1535
- msgstr "Tasteri za “sviđa mi se”"
1536
-
1537
- #: ../admin/like_buttons.php:25
1538
  msgid "Enable Like Buttons"
1539
  msgstr "Omogućite tastere za “sviđa mi se”"
1540
 
1541
- #: ../admin/like_buttons.php:35
1542
  #, fuzzy
1543
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1544
  msgstr "Master kontrola za tastere “sviđa mi se”. Mora se proveriti radi omogućavanja funkcionalnosti tastera za “sviđa mi se”"
1545
 
1546
- #: ../admin/like_buttons.php:57
1547
- msgid "Use shortlinks already installed, for tweet button"
1548
- msgstr "Koristite kratke linkove koji su već instalirani za taster za tvitovanje"
1549
-
1550
- #: ../admin/like_buttons.php:75
1551
- msgid "Enable bit.ly url shortener for tweet button"
1552
- msgstr "Omogućite skraćenicu za bit.ly url za taster za tvitovanje"
1553
-
1554
- #: ../admin/like_buttons.php:148
1555
- #, fuzzy, php-format
1556
- 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)"
1557
- msgstr "Unesite kod jezika koji želite da koristite za vraćanje brojača. Jezičke kodove možete naći na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1558
-
1559
- #: ../admin/like_buttons.php:157
1560
- #, fuzzy
1561
- msgid "Twitter Username"
1562
- msgstr "Korisničko ime na Twitter-u kod share-ovanja"
1563
-
1564
- #: ../admin/like_buttons.php:163
1565
- #, fuzzy
1566
- msgid "Twitter username for Tweet (without @)"
1567
- msgstr "Korisničko ime na Twitter-u (bez @)"
1568
-
1569
- #: ../admin/like_buttons.php:173
1570
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1571
- msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1572
-
1573
- #: ../admin/like_buttons.php:182
1574
- #, fuzzy
1575
- msgid "Twitter username for Buffer sharing (without @)"
1576
- msgstr "Korisničko ime na Twitter-u (bez @)"
1577
-
1578
- #: ../admin/like_buttons.php:192
1579
  #, fuzzy
1580
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1581
- msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1582
-
1583
- #: ../admin/like_buttons.php:201
1584
- #, fuzzy
1585
- msgid "Horizontal Interface Options"
1586
  msgstr "Opcije horizontalnog interfejsa"
1587
 
1588
- #: ../admin/like_buttons.php:207
1589
  #, fuzzy
1590
- msgid "Enable horizontal interface"
1591
  msgstr "Omogućite horizontalni interfejs"
1592
 
1593
- #: ../admin/like_buttons.php:217
1594
  #, fuzzy
1595
  msgid "Master control to enable horizontal like buttons"
1596
  msgstr "Master kontrola za omogućavanje horizontalnih tastera za “sviđa mi se”"
1597
 
1598
- #: ../admin/like_buttons.php:242
1599
- #: ../admin/like_buttons.php:483
1600
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1601
  msgstr "Url za “sviđa mi se”/share-ovanje/tvitovanje i prikazivanje brojanja “sviđa mi se”/share-ovanja/tvitova"
1602
 
1603
- #: ../admin/like_buttons.php:260
1604
  #, fuzzy
1605
  msgid "The text to display above the interface"
1606
  msgstr "Tekst koji će biti prikazan iznad interfejsa"
1607
 
1608
- #: ../admin/like_buttons.php:268
1609
- #: ../admin/like_buttons.php:491
1610
  #, fuzzy
1611
  msgid "Select and rearrange providers"
1612
  msgstr "Selektujte i preuredite dobavljače"
1613
 
1614
- #: ../admin/like_buttons.php:312
1615
- #: ../admin/like_buttons.php:534
1616
  #, fuzzy
1617
  msgid "Select the providers for interface. Drag them to rearrange."
1618
  msgstr "Selektujte dobavljače za interfejs. Prevucite ih radi preuređenja."
1619
 
1620
- #: ../admin/like_buttons.php:334
1621
- #: ../admin/like_buttons.php:573
1622
  #, fuzzy
1623
  msgid "Horizontal alignment of the interface"
1624
  msgstr "Horizontalno svrstavanje interfejsa"
1625
 
1626
- #: ../admin/like_buttons.php:355
1627
  #, fuzzy
1628
  msgid "Specify position of the interface with respect to the content"
1629
  msgstr "Specifikujte poziciju interfejsa u odnosu na sadržaj"
1630
 
1631
- #: ../admin/like_buttons.php:363
1632
- #: ../admin/like_buttons.php:639
1633
  #, fuzzy
1634
  msgid "Interface location"
1635
  msgstr "Lokacija interfejsa"
1636
 
1637
- #: ../admin/like_buttons.php:373
1638
- #: ../admin/like_buttons.php:649
1639
  msgid "Excerpts"
1640
  msgstr "Izvodi"
1641
 
1642
- #: ../admin/like_buttons.php:432
1643
  #, fuzzy
1644
  msgid "Specify the pages where you want to enable interface"
1645
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1646
 
1647
- #: ../admin/like_buttons.php:442
1648
  #, fuzzy
1649
  msgid "Vertical (Floating) like buttons Options"
1650
  msgstr "Opcije za vertikalne (plutajuće) tastere za “sviđa mi se”"
1651
 
1652
- #: ../admin/like_buttons.php:448
1653
  #, fuzzy
1654
- msgid "Enable vertical (floating) like buttons"
1655
  msgstr "Omogućite vertikalne (plutajuće) tastere za “sviđa mi se”"
1656
 
1657
- #: ../admin/like_buttons.php:458
1658
  #, fuzzy
1659
  msgid "Master control to enable vertical (floating) counter widget"
1660
  msgstr "Master kontrola radi omogućavanja vidžeta vertikalnog (plutajućeg) brojača"
1661
 
1662
- #: ../admin/like_buttons.php:552
1663
  #, fuzzy
1664
  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>"
1665
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog interfejsa. Ostavite prazno za transparentnu. Hex kod za traženu boju možete dobiti preko <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1666
 
1667
- #: ../admin/like_buttons.php:592
1668
  #, fuzzy
1669
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1670
  msgstr "Specifikujte broj. Povećanje u broju će pomeriti interfejs u desno, a smanjenje u levo. Broj može biti i negativan."
1671
 
1672
- #: ../admin/like_buttons.php:612
1673
  #, fuzzy
1674
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1675
  msgstr "Specifikujte broj. Povećanje u broju može pomeriti interfejs u levo, a smanjenje u desno. Broj može biti i negativan."
1676
 
1677
- #: ../admin/like_buttons.php:631
1678
  #, fuzzy
1679
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1680
  msgstr "Specifikujte broj. Povećanje u broju će interfejs pomeriti prema dnu, a smanjenje prema vrhu."
1681
 
1682
- #: ../admin/like_buttons.php:687
1683
  #, fuzzy
1684
  msgid "Specify the pages where you want to enable vertical interface"
1685
  msgstr "Specifikujte stranice gde želite da omogućite vertikalni interfejs"
1686
 
1687
- #: ../admin/like_buttons.php:695
1688
  msgid "Hide like buttons on mobile devices"
1689
  msgstr "Sakrite tastere za “sviđa mi se” na mobilnim uređajima"
1690
 
1691
- #: ../admin/like_buttons.php:705
1692
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1693
  msgstr "Ukoliko su omogućeni, vertikalni tasteri za “sviđa mi se” se neće pojaviti na mobilnim uređajima"
1694
 
1695
- #: ../admin/like_buttons.php:723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1696
  #, fuzzy
1697
  msgid "Like Buttons Shortcode & Widget"
1698
  msgstr "Kratki kod & vidžet"
@@ -1702,11 +1923,11 @@ msgstr "Kratki kod & vidžet"
1702
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1703
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1704
 
1705
- #: ../inc/social_sharing.php:613
1706
  msgid "Invalid request"
1707
  msgstr "Nevažeći zahtev"
1708
 
1709
- #: ../inc/social_sharing.php:620
1710
  msgid "Providers not selected"
1711
  msgstr "Dobavljači nisu selektovani"
1712
 
@@ -1854,6 +2075,108 @@ msgstr "Vidžet za vertikalne plutajuće tastere za “sviđa mi se”. Dopustit
1854
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1855
  msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Socializer > Like Buttons\" stranice."
1856
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1857
  #~ msgid "Options saved successfully"
1858
  #~ msgstr "Opcije uspešno sačuvane"
1859
 
@@ -1902,10 +2225,6 @@ msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Social
1902
  #~ "version or not."
1903
  #~ msgstr "Translation:"
1904
 
1905
- #, fuzzy
1906
- #~ msgid "Sortcode & Widget"
1907
- #~ msgstr "Kratki kod & vidžet"
1908
-
1909
  #~ msgid "Twitter username in tweet button"
1910
  #~ msgstr "Korisničko ime na Twitter-u na tasteru za tvitovanje"
1911
 
@@ -2326,13 +2645,6 @@ msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Social
2326
  #~ msgid "Important note"
2327
  #~ msgstr "Nota importante"
2328
 
2329
- #~ msgid ""
2330
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2331
- #~ "\"_blank\">this link</a>"
2332
- #~ msgstr ""
2333
- #~ "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" "
2334
- #~ "target=\"_blank\">questo collegamento</a>"
2335
-
2336
  #~ msgid "Publish feed on user's timeline on Facebook login"
2337
  #~ msgstr ""
2338
  #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
@@ -2460,9 +2772,6 @@ msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Social
2460
  #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2461
  #~ "amministrazione."
2462
 
2463
- #~ msgid "Donate"
2464
- #~ msgstr "Donare"
2465
-
2466
  #~ msgid ""
2467
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2468
  #~ "top of other plugins, please consider making a donation."
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:40+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:40+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
+ #: ../super_socializer.php:417
41
+ #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr "Ostavite odgovor"
56
 
57
+ #: ../super_socializer.php:711
58
+ #, fuzzy
59
+ msgid "Super Socializer - General Options"
60
+ msgstr "Super Socializer - prijavljivanje"
61
+
62
+ #: ../super_socializer.php:711
63
+ #: ../admin/general_options.php:11
64
+ #: ../admin/social_commenting.php:42
65
+ #, fuzzy
66
+ msgid "General Options"
67
+ msgstr "Opcije za share-ovanje"
68
+
69
+ #: ../super_socializer.php:772
70
  #, fuzzy
71
  msgid "Super Socializer - Social Avatar"
72
  msgstr "Super Socializer - prijavljivanje"
73
 
74
+ #: ../super_socializer.php:775
75
  msgid "Small Avatar Url"
76
  msgstr "Mali Avatar Url"
77
 
78
+ #: ../super_socializer.php:780
79
  #, fuzzy
80
  msgid "Large Avatar Url"
81
  msgstr "Ciljni Url"
82
 
83
+ #: ../super_socializer.php:848
84
  msgid "Email you entered is already registered or invalid"
85
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
86
 
87
+ #: ../super_socializer.php:852
88
  msgid "Please enter a valid email address. You might be required to verify it"
89
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
90
 
97
  msgid "Dismiss this notice"
98
  msgstr "Одбаци ово обавештење"
99
 
100
+ #: ../helper.php:155
101
  msgid "Click to show help"
102
  msgstr "Kliknite da pomoć bude prikazana"
103
 
104
+ #: ../helper.php:155
105
  msgid "Click to hide help"
106
  msgstr "Kliknite da pomoć bude sakrivena"
107
 
108
+ #: ../helper.php:249
109
  msgid "Settings"
110
  msgstr "Podešavanja"
111
 
112
+ #: ../helper.php:572
113
  #, fuzzy
114
  msgid "Account linked successfully"
115
  msgstr "Nalog uspešno povezan"
116
 
117
+ #: ../helper.php:576
118
  msgid "Account already exists or linked"
119
  msgstr "Nalog već postoji ili je povezan"
120
 
121
+ #: ../helper.php:585
122
  #, fuzzy
123
  msgid "You are already connected with"
124
  msgstr "Već ste konektovani sa"
125
 
126
+ #: ../helper.php:585
127
  msgid "as primary social network"
128
  msgstr "kao primarna mreža"
129
 
130
+ #: ../helper.php:600
131
  msgid "Link your social account to login to your account at this website"
132
  msgstr "Povežite vaš društveni nalog da biste se ulogovali na vaš nalog na ovom vebsajtu"
133
 
134
+ #: ../helper.php:637
135
  msgid "Currently"
136
  msgstr "Tekući"
137
 
138
+ #: ../helper.php:637
139
  msgid "Remove"
140
  msgstr "rimuove"
141
 
142
+ #: ../helper.php:738
143
+ #, fuzzy
144
+ msgid "Disable Standard Social Sharing on this "
145
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
146
 
147
+ #: ../helper.php:743
148
+ #, fuzzy
149
+ msgid "Disable Floating Social Sharing on this "
150
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
151
 
152
+ #: ../helper.php:748
153
  #, fuzzy
154
+ msgid "Disable Standard like buttons on this "
155
+ msgstr "Onemogući Vertikalne tastere za “sviđa mi se” na ovome"
156
 
157
+ #: ../helper.php:753
158
  #, fuzzy
159
+ msgid "Disable Floating like buttons on this "
160
+ msgstr "Onemogući Horizontalne tastere za “sviđa mi se” na ovome"
161
 
162
+ #: ../helper.php:758
163
  #, fuzzy
164
  msgid "Disable Social Commenting on this "
165
  msgstr "Onemogući Društveno komentarisanje na ovome"
166
 
167
+ #: ../helper.php:767
168
  #, fuzzy
169
+ msgid "Standard Sharing Interface"
170
+ msgstr "Interfejs za share-ovanje"
171
 
172
+ #: ../helper.php:773
173
+ #: ../helper.php:792
174
  #, fuzzy
175
  msgid "Starting share count for "
176
  msgstr "Počni brojanje share-ovanja za"
177
 
178
+ #: ../helper.php:786
179
  #, fuzzy
180
+ msgid "Floating Sharing Interface"
181
+ msgstr "Interfejs za share-ovanje"
182
 
183
+ #: ../helper.php:878
184
  #, fuzzy
185
  msgid "Social Avatar"
186
  msgstr "Mali Avatar Url"
187
 
188
+ #: ../helper.php:881
189
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
190
  msgstr ""
191
 
192
+ #: ../helper.php:882
193
  msgid "Update social avatar, next time I Social Login"
194
  msgstr ""
195
 
196
+ #: ../helper.php:885
197
  #, fuzzy
198
  msgid "Small Avatar"
199
  msgstr "Mali Avatar Url"
200
 
201
+ #: ../helper.php:889
202
  #, fuzzy
203
  msgid "Large Avatar"
204
  msgstr "Ciljni Url"
205
 
206
+ #: ../helper.php:893
207
+ #: ../admin/general_options.php:89
208
+ #: ../admin/social_sharing.php:1732
209
+ #: ../admin/social_commenting.php:464
210
+ #: ../admin/social_login.php:778
211
+ #: ../admin/like_buttons.php:764
212
  msgid "Save Changes"
213
  msgstr "Sačuvajte izmene"
214
 
215
+ #: ../admin/general_options.php:17
216
+ msgid "Include Javascript in website footer"
217
+ msgstr "Ukjlučite Javascript u zaglavlje vebsajta"
218
+
219
+ #: ../admin/general_options.php:27
220
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
221
+ msgstr "Ukoliko su omogućeni (preporučuje se), Javascript fajlovi će biti uključeni u zaglavlje vašeg vebsajta"
222
+
223
+ #: ../admin/general_options.php:35
224
+ msgid "Load all Javascript files in single file"
225
+ msgstr ""
226
+
227
+ #: ../admin/general_options.php:45
228
+ msgid "Loads Javascript in single request."
229
+ msgstr ""
230
+
231
+ #: ../admin/general_options.php:53
232
+ msgid "Delete all the options on plugin deletion"
233
+ msgstr "Obrišite sve opcije na brisanju plugin-a"
234
+
235
+ #: ../admin/general_options.php:63
236
+ 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."
237
+ msgstr "Ukoliko su omogućene, opcije plugin-a će biti obrisane kada plugin bude obrisan/deinstaliran i biće potrebno da ponovo konfigurišete opcije kada sledeći put instalirate plugin."
238
+
239
+ #: ../admin/general_options.php:71
240
+ #, fuzzy
241
+ msgid "Custom CSS"
242
+ msgstr "Uobičajeni url"
243
+
244
+ #: ../admin/general_options.php:81
245
+ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
246
+ msgstr ""
247
+
248
  #: ../admin/help.php:4
249
  msgid "About"
250
  msgstr "O"
261
  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"
262
  msgstr "Mi smo kreativni tim sa jedinstvenim idejama na umu i uslugom u srcu. Mi volimo to što radimo. Za više informacija nam se pridružite na "
263
 
264
+ #: ../admin/help.php:17
265
+ msgid "Donate"
266
+ msgstr "Donare"
267
+
268
+ #: ../admin/help.php:19
269
+ msgid "You can help us continue the development of this free plugin by donating"
270
+ msgstr ""
271
+
272
+ #: ../admin/help.php:20
273
+ #, fuzzy
274
+ msgid "Donate Now"
275
+ msgstr "Donare"
276
+
277
+ #: ../admin/help.php:26
278
  msgid "Plugin Demo"
279
  msgstr "Plugin Demo-u"
280
 
281
+ #: ../admin/help.php:32
282
+ msgid "Integrate with Google Analytics"
283
  msgstr ""
284
 
285
+ #: ../admin/help.php:38
286
  msgid "Boost sharing by awarding points"
287
  msgstr "Повысьте обмен, наградив точек"
288
 
289
+ #: ../admin/help.php:44
290
  msgid "Award points for Social Login"
291
  msgstr "Премии пунктов для социального Логин"
292
 
293
+ #: ../admin/help.php:50
294
  #, fuzzy
295
  msgid "Other Add-ons"
296
  msgstr "Dodaci"
297
 
298
+ #: ../admin/help.php:55
299
  msgid "Need Help?"
300
  msgstr "Potrebna vam je pomoć?"
301
 
302
+ #: ../admin/help.php:57
303
  #, fuzzy
304
  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>"
305
  msgstr "Ukoliko želite uobičajene funkcije u plugin-u, samo napišite email na <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
306
 
307
+ #: ../admin/help.php:62
308
  #, fuzzy
309
  msgid "Support Us"
310
  msgstr "Podrška"
311
 
312
+ #: ../admin/help.php:65
313
+ #: ../admin/help.php:68
314
+ #: ../admin/help.php:69
315
+ #: ../admin/help.php:70
316
+ #: ../admin/help.php:71
317
+ #: ../admin/help.php:72
318
  msgid "Rate 5-star"
319
  msgstr "Ocenite 5 zvezdica"
320
 
321
+ #: ../admin/social_sharing.php:9
322
+ #: ../admin/social_commenting.php:8
323
+ #: ../admin/social_login.php:8
324
+ #: ../admin/like_buttons.php:10
325
+ msgid "Master Control"
326
+ msgstr ""
327
 
328
+ #: ../admin/social_sharing.php:14
329
+ msgid "Enable Social Sharing"
330
+ msgstr "Omogući društveno share-ovanje"
 
 
 
 
 
331
 
332
+ #: ../admin/social_sharing.php:23
333
  #, fuzzy
334
+ msgid "Master control to enable Social Sharing"
335
+ msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
336
+
337
+ #: ../admin/social_sharing.php:35
338
+ msgid "Theme Selection"
339
+ msgstr ""
340
+
341
+ #: ../admin/social_sharing.php:36
342
+ #: ../admin/like_buttons.php:37
343
+ #, fuzzy
344
+ msgid "Standard Interface"
345
  msgstr "Interfejs za share-ovanje"
346
 
347
+ #: ../admin/social_sharing.php:37
348
+ #: ../admin/like_buttons.php:38
349
  #, fuzzy
350
+ msgid "Floating Interface"
351
+ msgstr "Interfejs za share-ovanje"
352
 
353
+ #: ../admin/social_sharing.php:38
354
+ #: ../admin/like_buttons.php:39
355
+ msgid "Miscellaneous"
356
+ msgstr ""
357
+
358
+ #: ../admin/social_sharing.php:39
359
+ #: ../admin/social_sharing.php:1681
360
+ #: ../admin/social_sharing.php:1683
361
+ #: ../admin/social_login.php:37
362
+ #: ../admin/social_login.php:764
363
+ #: ../admin/like_buttons.php:40
364
+ #: ../admin/like_buttons.php:751
365
  msgid "Shortcode & Widget"
366
  msgstr "Kratki kod & vidžet"
367
 
368
+ #: ../admin/social_sharing.php:40
369
  msgid "Troubleshooter"
370
  msgstr "Sređivanje problema"
371
 
372
+ #: ../admin/social_sharing.php:41
373
+ #: ../admin/social_sharing.php:1712
374
+ #: ../admin/social_commenting.php:36
375
+ #: ../admin/social_commenting.php:452
376
  msgid "FAQ"
377
  msgstr "FAQ"
378
 
379
+ #: ../admin/social_sharing.php:48
380
+ msgid "Standard interface theme"
381
+ msgstr ""
 
 
 
 
 
 
 
 
382
 
383
+ #: ../admin/social_sharing.php:53
384
+ #: ../admin/social_sharing.php:360
385
+ msgid "Icon Preview"
386
+ msgstr "Pregled ikonica"
387
 
388
+ #: ../admin/social_sharing.php:125
389
+ #: ../admin/social_sharing.php:433
390
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
391
+ msgstr "Ne zaboravite da sačuvate konfiguraciju nakon što napravite promene tako što ste kliknuli na taster “save” (sačuvaj) ispod"
392
 
393
+ #: ../admin/social_sharing.php:132
394
+ #: ../admin/social_sharing.php:440
395
  msgid "Shape"
396
  msgstr "Oblik"
397
 
398
+ #: ../admin/social_sharing.php:136
399
+ #: ../admin/social_sharing.php:444
400
  msgid "Round"
401
  msgstr "Krug"
402
 
403
+ #: ../admin/social_sharing.php:138
404
+ #: ../admin/social_sharing.php:446
405
  msgid "Square"
406
  msgstr "Kvadrat"
407
 
408
+ #: ../admin/social_sharing.php:140
409
+ #: ../admin/social_sharing.php:448
410
+ msgid "Rectangle"
411
+ msgstr ""
412
+
413
+ #: ../admin/social_sharing.php:147
414
+ #: ../admin/social_sharing.php:455
415
  #, fuzzy
416
  msgid "Shape of the sharing icons"
417
  msgstr "Oblik ikonica za share-ovanje"
418
 
419
+ #: ../admin/social_sharing.php:156
420
+ #: ../admin/social_sharing.php:464
421
  msgid "Size (in pixels)"
422
  msgstr "Veličina (u pikselima)"
423
 
424
+ #: ../admin/social_sharing.php:172
425
+ #: ../admin/social_sharing.php:480
426
  #, fuzzy
427
  msgid "Size of the sharing icons"
428
  msgstr "Oblik ikonica za share-ovanje"
429
 
430
+ #: ../admin/social_sharing.php:182
431
+ #: ../admin/social_sharing.php:490
432
+ #, fuzzy
433
+ msgid "Width (in pixels)"
434
+ msgstr "Veličina (u pikselima)"
435
 
436
+ #: ../admin/social_sharing.php:198
437
+ #: ../admin/social_sharing.php:506
438
+ #, fuzzy
439
+ msgid "Width of the sharing icons"
440
+ msgstr "Oblik ikonica za share-ovanje"
441
 
442
+ #: ../admin/social_sharing.php:206
443
+ #: ../admin/social_sharing.php:514
444
  #, fuzzy
445
+ msgid "Height (in pixels)"
446
+ msgstr "Veličina (u pikselima)"
447
 
448
+ #: ../admin/social_sharing.php:222
449
+ #: ../admin/social_sharing.php:530
450
+ #, fuzzy
451
+ msgid "Height of the sharing icons"
452
+ msgstr "Oblik ikonica za share-ovanje"
453
 
454
+ #: ../admin/social_sharing.php:232
455
+ #: ../admin/social_sharing.php:540
456
+ #, fuzzy
457
+ msgid "Border radius (in pixels)"
458
+ msgstr "Veličina (u pikselima)"
459
 
460
+ #: ../admin/social_sharing.php:242
461
+ #: ../admin/social_sharing.php:550
462
+ msgid "Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners."
463
+ msgstr ""
464
 
465
+ #: ../admin/social_sharing.php:251
466
+ #: ../admin/social_sharing.php:559
467
  #, fuzzy
468
+ msgid "Logo Color"
469
+ msgstr "Boja pozadine"
470
 
471
+ #: ../admin/social_sharing.php:255
472
+ #: ../admin/social_sharing.php:276
473
+ #: ../admin/social_sharing.php:296
474
+ #: ../admin/social_sharing.php:563
475
+ #: ../admin/social_sharing.php:584
476
+ #: ../admin/social_sharing.php:603
477
+ msgid "Default"
478
+ msgstr ""
479
 
480
+ #: ../admin/social_sharing.php:257
481
+ #: ../admin/social_sharing.php:277
482
+ #: ../admin/social_sharing.php:301
483
+ #: ../admin/social_sharing.php:565
484
+ #: ../admin/social_sharing.php:585
485
+ #: ../admin/social_sharing.php:608
486
+ msgid "On Hover"
487
+ msgstr ""
488
 
489
+ #: ../admin/social_sharing.php:265
490
+ #: ../admin/social_sharing.php:573
491
+ #, fuzzy
492
+ 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>"
493
+ msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog interfejsa. Ostavite prazno za transparentnu. Hex kod za traženu boju možete dobiti preko <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
494
+
495
+ #: ../admin/social_sharing.php:273
496
+ #: ../admin/social_sharing.php:581
497
+ #: ../admin/social_sharing.php:1213
498
+ #: ../admin/like_buttons.php:395
499
+ msgid "Background Color"
500
+ msgstr "Boja pozadine"
501
+
502
+ #: ../admin/social_sharing.php:284
503
+ #: ../admin/social_sharing.php:592
504
+ #, fuzzy
505
+ 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>"
506
+ msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
507
 
508
  #: ../admin/social_sharing.php:292
509
+ #: ../admin/social_sharing.php:600
510
+ msgid "Border"
511
+ msgstr ""
512
+
513
+ #: ../admin/social_sharing.php:298
514
+ #: ../admin/social_sharing.php:303
515
+ #: ../admin/social_sharing.php:605
516
+ #: ../admin/social_sharing.php:610
517
  #, fuzzy
518
+ msgid "Border Width"
519
+ msgstr "Kratki kod & vidžet"
520
 
521
+ #: ../admin/social_sharing.php:299
522
+ #: ../admin/social_sharing.php:304
523
+ #: ../admin/social_sharing.php:606
524
+ #: ../admin/social_sharing.php:611
525
+ #, fuzzy
526
+ msgid "Border Color"
527
+ msgstr "Boja pozadine"
528
 
529
+ #: ../admin/social_sharing.php:311
530
+ #: ../admin/social_sharing.php:618
531
+ #, fuzzy
532
+ msgid "Icon border"
533
+ msgstr "Pregled ikonica"
534
+
535
+ #: ../admin/social_sharing.php:319
536
+ #: ../admin/social_sharing.php:626
537
+ msgid "Counter Position"
538
+ msgstr ""
539
 
540
  #: ../admin/social_sharing.php:319
541
+ #: ../admin/social_sharing.php:626
542
+ msgid "(applies, if counter enabled)"
543
+ msgstr ""
544
+
545
+ #: ../admin/social_sharing.php:323
546
+ #: ../admin/social_sharing.php:630
547
+ #: ../admin/social_sharing.php:851
548
+ #: ../admin/social_sharing.php:1235
549
+ #: ../admin/like_buttons.php:170
550
+ #: ../admin/like_buttons.php:417
551
+ msgid "Left"
552
+ msgstr "Levo"
553
+
554
+ #: ../admin/social_sharing.php:325
555
+ #: ../admin/social_sharing.php:632
556
+ msgid "Top"
557
+ msgstr ""
558
+
559
+ #: ../admin/social_sharing.php:327
560
+ #: ../admin/social_sharing.php:634
561
+ #: ../admin/social_sharing.php:853
562
+ #: ../admin/social_sharing.php:1236
563
+ #: ../admin/like_buttons.php:172
564
+ #: ../admin/like_buttons.php:418
565
  #, fuzzy
566
+ msgid "Right"
567
+ msgstr "Desno"
568
 
569
  #: ../admin/social_sharing.php:329
570
+ #: ../admin/social_sharing.php:636
571
+ msgid "Bottom"
572
+ msgstr ""
 
573
 
574
+ #: ../admin/social_sharing.php:331
575
+ #: ../admin/social_sharing.php:638
576
+ msgid "Inner Left"
577
+ msgstr ""
578
+
579
+ #: ../admin/social_sharing.php:333
580
+ #: ../admin/social_sharing.php:640
581
+ msgid "Inner Top"
582
+ msgstr ""
583
+
584
+ #: ../admin/social_sharing.php:335
585
+ #: ../admin/social_sharing.php:642
586
+ #, fuzzy
587
+ msgid "Inner Right"
588
+ msgstr "Desno"
589
+
590
+ #: ../admin/social_sharing.php:337
591
+ #: ../admin/social_sharing.php:644
592
+ msgid "Inner Bottom"
593
+ msgstr ""
594
 
595
  #: ../admin/social_sharing.php:345
596
+ #: ../admin/social_sharing.php:652
597
+ #, fuzzy
598
+ msgid "Position of share counter"
599
+ msgstr "Dno sadržaja"
600
 
601
  #: ../admin/social_sharing.php:355
602
+ #, fuzzy
603
+ msgid "Floating interface theme"
604
+ msgstr "Interfejs za share-ovanje"
605
 
606
+ #: ../admin/social_sharing.php:667
607
+ #, fuzzy
608
+ msgid "Standard Sharing Interface Options"
609
  msgstr "Opcije interfejsa horizontalnog share-ovanja"
610
 
611
+ #: ../admin/social_sharing.php:673
612
+ #, fuzzy
613
+ msgid "Enable Standard sharing interface"
614
  msgstr "Omogućite interfejs horizontalnog share-ovanja"
615
 
616
+ #: ../admin/social_sharing.php:683
617
+ #, fuzzy
618
+ msgid "Master control to enable standard sharing"
619
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
620
 
621
+ #: ../admin/social_sharing.php:693
622
+ #: ../admin/social_sharing.php:1081
623
+ #: ../admin/like_buttons.php:73
624
+ #: ../admin/like_buttons.php:321
625
  msgid "Target Url"
626
  msgstr "Ciljni Url"
627
 
628
+ #: ../admin/social_sharing.php:697
629
+ #: ../admin/social_sharing.php:1085
630
+ #: ../admin/like_buttons.php:77
631
+ #: ../admin/like_buttons.php:325
632
  msgid "Url of the webpage where icons are located (default)"
633
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
634
 
635
+ #: ../admin/social_sharing.php:699
636
+ #: ../admin/social_sharing.php:1087
637
+ #: ../admin/like_buttons.php:79
638
+ #: ../admin/like_buttons.php:327
639
  msgid "Url of the homepage of your website"
640
  msgstr "Url početne strane vašeg vebsajta"
641
 
642
+ #: ../admin/social_sharing.php:701
643
+ #: ../admin/social_sharing.php:1089
644
+ #: ../admin/like_buttons.php:81
645
+ #: ../admin/like_buttons.php:329
646
  #, fuzzy
647
  msgid "Custom url"
648
  msgstr "Uobičajeni url"
649
 
650
+ #: ../admin/social_sharing.php:708
651
+ #: ../admin/social_sharing.php:1096
652
  msgid "Url to share"
653
  msgstr "Url za share-ovanje"
654
 
655
+ #: ../admin/social_sharing.php:716
656
+ #: ../admin/social_login.php:343
657
+ #: ../admin/like_buttons.php:96
658
  msgid "Title"
659
  msgstr "Naslov"
660
 
661
+ #: ../admin/social_sharing.php:726
662
  msgid "The text to display above the sharing interface"
663
  msgstr "Tekst koji će se prikazati iznad za share-ovanje interfejsa"
664
 
665
+ #: ../admin/social_sharing.php:738
666
+ #: ../admin/social_sharing.php:1104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  msgid "Rearrange icons"
668
  msgstr "Preuredite ikonice"
669
 
670
+ #: ../admin/social_sharing.php:797
671
+ #: ../admin/social_sharing.php:1163
672
  msgid "Drag the icons to rearrange in desired order"
673
  msgstr "Prevucite ikonice da biste ih preuredili po želejnom rasporedu"
674
 
675
+ #: ../admin/social_sharing.php:805
676
+ #: ../admin/social_sharing.php:1171
677
+ #, fuzzy
678
+ msgid "Select Sharing Services"
679
+ msgstr "Selektujte i preuredite dobavljače"
680
+
681
+ #: ../admin/social_sharing.php:812
682
+ #: ../admin/social_sharing.php:1178
683
+ msgid "Select sharing services to show in social share bar"
684
+ msgstr ""
685
+
686
+ #: ../admin/social_sharing.php:847
687
+ #: ../admin/social_sharing.php:1231
688
+ #: ../admin/like_buttons.php:166
689
+ #: ../admin/like_buttons.php:413
690
  #, fuzzy
691
  msgid "Horizontal alignment"
692
  msgstr "Horizontalno svrstavanje"
693
 
694
+ #: ../admin/social_sharing.php:852
695
+ #: ../admin/like_buttons.php:171
 
 
 
 
 
 
 
696
  msgid "Center"
697
  msgstr "Centar"
698
 
699
+ #: ../admin/social_sharing.php:861
700
+ #: ../admin/social_sharing.php:1244
 
 
 
 
 
 
 
 
701
  #, fuzzy
702
  msgid "Horizontal alignment of the sharing interface"
703
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
704
 
705
+ #: ../admin/social_sharing.php:869
706
+ #: ../admin/like_buttons.php:188
707
  msgid "Position with respect to content"
708
  msgstr "Pozicija u odnosu na sadržaj"
709
 
710
+ #: ../admin/social_sharing.php:873
711
+ #: ../admin/like_buttons.php:192
712
  msgid "Top of the content"
713
  msgstr "Vrh sadržaja"
714
 
715
+ #: ../admin/social_sharing.php:875
716
+ #: ../admin/like_buttons.php:194
717
  msgid "Bottom of the content"
718
  msgstr "Dno sadržaja"
719
 
720
+ #: ../admin/social_sharing.php:882
721
  msgid "Specify position of the sharing interface with respect to the content"
722
  msgstr "Speciikujte poziciju share-ovanja interfejsa u odnosu na sadržaj"
723
 
724
+ #: ../admin/social_sharing.php:890
725
+ #: ../admin/social_sharing.php:1310
726
+ msgid "Placement"
727
+ msgstr ""
728
 
729
+ #: ../admin/social_sharing.php:894
730
+ #: ../admin/social_sharing.php:1314
731
+ #: ../admin/social_login.php:624
732
+ #: ../admin/social_login.php:654
733
+ #: ../admin/like_buttons.php:213
734
+ #: ../admin/like_buttons.php:496
735
  msgid "Homepage"
736
  msgstr "Početna strana"
737
 
738
+ #: ../admin/social_sharing.php:896
739
+ #: ../admin/social_sharing.php:1316
740
+ #: ../admin/like_buttons.php:215
741
+ #: ../admin/like_buttons.php:498
742
  msgid "Posts"
743
  msgstr "Postovi"
744
 
745
+ #: ../admin/social_sharing.php:898
746
+ #: ../admin/social_sharing.php:1318
747
+ #: ../admin/like_buttons.php:217
748
+ #: ../admin/like_buttons.php:500
749
  msgid "Pages"
750
  msgstr "Stranice"
751
 
752
+ #: ../admin/social_sharing.php:900
753
+ #: ../admin/social_sharing.php:1320
754
  msgid "Excerpts (at Homepage)"
755
  msgstr ""
756
 
757
+ #: ../admin/social_sharing.php:902
758
+ #: ../admin/social_sharing.php:1322
759
+ #: ../admin/like_buttons.php:221
760
+ #: ../admin/like_buttons.php:504
761
  msgid "Category Archives"
762
  msgstr "Arhive kategorija"
763
 
764
+ #: ../admin/social_sharing.php:904
765
+ #: ../admin/social_sharing.php:1324
766
+ #: ../admin/like_buttons.php:223
767
+ #: ../admin/like_buttons.php:506
768
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
769
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
770
 
771
+ #: ../admin/social_sharing.php:920
772
+ #: ../admin/like_buttons.php:239
773
  #, fuzzy
774
  msgid "BuddyPress activity"
775
  msgstr "Aktivnost i grupe BuddyPress-a"
776
 
777
+ #: ../admin/social_sharing.php:922
778
+ #: ../admin/like_buttons.php:242
779
  msgid "BuddyPress group (only at top of content)"
780
  msgstr ""
781
 
782
+ #: ../admin/social_sharing.php:928
783
+ #: ../admin/social_sharing.php:1346
784
+ #: ../admin/like_buttons.php:249
785
+ #: ../admin/like_buttons.php:527
786
  msgid "BBPress forum"
787
  msgstr "BBPress forum"
788
 
789
+ #: ../admin/social_sharing.php:931
790
+ #: ../admin/social_sharing.php:1349
791
+ #: ../admin/like_buttons.php:252
792
+ #: ../admin/like_buttons.php:530
793
  msgid "BBPress topic"
794
  msgstr "BBPress tema"
795
 
796
+ #: ../admin/social_sharing.php:934
797
+ #: ../admin/like_buttons.php:255
798
  msgid "BBPress reply"
799
  msgstr "BBPress odgovor"
800
 
801
+ #: ../admin/social_sharing.php:941
802
+ #: ../admin/like_buttons.php:261
803
  msgid "After individual product at WooCommerce Shop page"
804
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
805
 
806
+ #: ../admin/social_sharing.php:944
807
+ #: ../admin/like_buttons.php:264
808
  msgid "WooCommerce Product Page"
809
  msgstr "WooCommerce stranica sa proizvodima"
810
 
811
+ #: ../admin/social_sharing.php:947
812
+ #: ../admin/like_buttons.php:267
813
  msgid "WooCommerce Thankyou Page"
814
  msgstr "WooCommerce Thankyou (hvala) stranica "
815
 
816
+ #: ../admin/social_sharing.php:958
817
  msgid "Specify the pages where you want to enable Sharing interface"
818
  msgstr "Specifikujte stranice gde želite da omogućite Share-ovanje interfejsa"
819
 
820
+ #: ../admin/social_sharing.php:966
821
+ #: ../admin/social_sharing.php:1367
822
  msgid "Show share counts"
823
  msgstr "Prikažite brojanje share-ovanja"
824
 
825
+ #: ../admin/social_sharing.php:971
826
+ #: ../admin/social_sharing.php:1372
827
+ msgid "Official share counts are supported for Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon and Vkontakte"
828
+ msgstr ""
829
+
830
+ #: ../admin/social_sharing.php:988
831
+ #: ../admin/social_sharing.php:1380
832
+ #, php-format
833
+ msgid "Use <a href=\"%s\" target=\"_blank\">NewShareCounts</a> to show Twitter share counts"
834
+ msgstr ""
835
+
836
+ #: ../admin/social_sharing.php:990
837
+ #: ../admin/social_sharing.php:1382
838
+ #, fuzzy, php-format
839
+ 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>"
840
+ msgstr "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
841
+
842
+ #: ../admin/social_sharing.php:992
843
+ #: ../admin/social_sharing.php:1384
844
+ #, php-format
845
+ msgid "Use <a href=\"%s\" target=\"_blank\">OpenShareCount</a> to show Twitter share counts"
846
+ msgstr ""
847
+
848
+ #: ../admin/social_sharing.php:994
849
+ #: ../admin/social_sharing.php:1386
850
+ #, fuzzy, php-format
851
+ 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>"
852
+ msgstr "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
853
+
854
+ #: ../admin/social_sharing.php:1001
855
+ #: ../admin/social_sharing.php:1393
856
  msgid "If enabled, share counts are displayed above sharing icons."
857
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
858
 
859
+ #: ../admin/social_sharing.php:1010
860
+ #: ../admin/social_sharing.php:1402
861
  #, fuzzy
862
  msgid "Show total shares"
863
  msgstr "Prikažite brojanje share-ovanja"
864
 
865
+ #: ../admin/social_sharing.php:1020
866
+ #: ../admin/social_sharing.php:1412
867
  #, fuzzy
868
  msgid "If enabled, total shares will be displayed with sharing icons"
869
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
870
 
871
+ #: ../admin/social_sharing.php:1029
872
+ #: ../admin/social_sharing.php:1421
873
  #, fuzzy
874
  msgid "Enable 'More' icon"
875
  msgstr "Omogućite ikonicu ‘More’ (više)"
876
 
877
+ #: ../admin/social_sharing.php:1039
878
+ #: ../admin/social_sharing.php:1431
879
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
880
  msgstr "Ukoliko je omogućena, ikonica \"More\" će se prikazati nakon selektovanja ikonica za share-ovanje koje pokazuju dodatne mreže za share-ovanje u popup-u"
881
 
882
+ #: ../admin/social_sharing.php:1055
883
+ #, fuzzy
884
+ msgid "Floating Sharing Interface Options"
885
  msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
886
 
887
+ #: ../admin/social_sharing.php:1061
888
+ #, fuzzy
889
+ msgid "Enable Floating sharing interface"
890
  msgstr "Omogućite interfejs vertikalnog (plutajućeg) share-ovanja"
891
 
892
+ #: ../admin/social_sharing.php:1071
893
+ #, fuzzy
894
+ msgid "Master control to enable floating sharing widget"
895
  msgstr "Master kontrola za omogućavanje vidžeta vertikalnog (plutajućeg) share-ovanja"
896
 
897
+ #: ../admin/social_sharing.php:1223
 
 
 
 
 
898
  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>"
899
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
900
 
901
+ #: ../admin/social_sharing.php:1253
902
+ #: ../admin/like_buttons.php:435
903
  msgid "Left offset"
904
  msgstr "Levi offset"
905
 
906
+ #: ../admin/social_sharing.php:1263
907
  #, fuzzy
908
  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."
909
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
910
 
911
+ #: ../admin/social_sharing.php:1273
912
+ #: ../admin/like_buttons.php:455
913
+ #, fuzzy
914
+ msgid "Right offset"
915
+ msgstr "Desni offset"
916
+
917
+ #: ../admin/social_sharing.php:1283
918
+ #, fuzzy
919
+ 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."
920
+ msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
921
+
922
+ #: ../admin/social_sharing.php:1292
923
+ #: ../admin/like_buttons.php:474
924
+ msgid "Top offset"
925
+ msgstr "Gornji offset"
926
+
927
+ #: ../admin/social_sharing.php:1302
928
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
929
+ msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
930
+
931
+ #: ../admin/social_sharing.php:1338
932
+ #: ../admin/like_buttons.php:520
933
+ #, fuzzy
934
+ msgid "BuddyPress group"
935
+ msgstr "BuddyPress profilna stranica"
936
+
937
+ #: ../admin/social_sharing.php:1359
938
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
939
+ msgstr "Specifikujte stranice gde želite da omogućite interfejs vertikalnog share-ovanja"
940
+
941
+ #: ../admin/social_sharing.php:1439
942
+ #, fuzzy
943
+ msgid "Vertical floating bar responsiveness"
944
+ msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
945
+
946
+ #: ../admin/social_sharing.php:1442
947
+ #, php-format
948
+ msgid "Display vertical interface only when screen is wider than %s pixels"
949
+ msgstr ""
950
+
951
+ #: ../admin/social_sharing.php:1449
952
+ msgid "Display vertical interface only when screen is wider than the width specified."
953
+ msgstr ""
954
+
955
+ #: ../admin/social_sharing.php:1457
956
+ msgid "Horizontal floating bar responsiveness"
957
+ msgstr ""
958
+
959
+ #: ../admin/social_sharing.php:1460
960
+ #, fuzzy, php-format
961
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels"
962
+ msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
963
+
964
+ #: ../admin/social_sharing.php:1467
965
+ msgid "Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified"
966
+ msgstr ""
967
+
968
+ #: ../admin/social_sharing.php:1477
969
+ #, fuzzy
970
+ msgid "Horizontal floating bar position"
971
+ msgstr "Opcije interfejsa horizontalnog share-ovanja"
972
+
973
+ #: ../admin/social_sharing.php:1480
974
+ #, php-format
975
+ msgid "%s pixels from %s"
976
+ msgstr ""
977
+
978
+ #: ../admin/social_sharing.php:1487
979
+ msgid "Alignment of horizontal floating interface. Number can be negative too."
980
+ msgstr ""
981
+
982
+ #: ../admin/social_sharing.php:1506
983
+ #: ../admin/like_buttons.php:576
984
+ #, fuzzy
985
+ msgid "Url shortener"
986
+ msgstr "Url skraćenica"
987
+
988
+ #: ../admin/social_sharing.php:1512
989
+ msgid "Use shortlinks already installed"
990
+ msgstr "Koristite kratke linkove koji su već instalirani"
991
+
992
+ #: ../admin/social_sharing.php:1522
993
+ #: ../admin/like_buttons.php:592
994
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
995
+ msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
996
+
997
+ #: ../admin/social_sharing.php:1530
998
+ msgid "Enable bit.ly url shortener for sharing"
999
+ msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
1000
+
1001
+ #: ../admin/social_sharing.php:1540
1002
+ #: ../admin/like_buttons.php:610
1003
  #, fuzzy
1004
+ msgid "Master control to enable bit.ly url shortening for sharing"
1005
+ msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
1006
+
1007
+ #: ../admin/social_sharing.php:1548
1008
+ #: ../admin/like_buttons.php:618
1009
+ msgid "bit.ly username"
1010
+ msgstr "bit.ly korisničko ime"
1011
 
1012
+ #: ../admin/social_sharing.php:1558
1013
+ #: ../admin/like_buttons.php:628
1014
+ #, php-format
1015
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
1016
+ msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
1017
+
1018
+ #: ../admin/social_sharing.php:1567
1019
+ #: ../admin/like_buttons.php:637
1020
  #, fuzzy
1021
+ msgid "bit.ly API Key"
1022
+ msgstr "bit.ly API ključ"
1023
 
1024
+ #: ../admin/social_sharing.php:1577
1025
+ #: ../admin/like_buttons.php:647
1026
+ #, fuzzy, php-format
1027
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
1028
+ msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
1029
 
1030
+ #: ../admin/social_sharing.php:1590
1031
+ #: ../admin/like_buttons.php:660
1032
+ #, fuzzy
1033
+ msgid "ShortUrl cache cleared successfully."
1034
+ msgstr "Nalog uspešno povezan"
1035
 
1036
+ #: ../admin/social_sharing.php:1597
1037
  #: ../admin/like_buttons.php:667
1038
+ msgid "Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls."
1039
+ msgstr ""
 
1040
 
1041
+ #: ../admin/social_sharing.php:1606
1042
+ #: ../admin/social_sharing.php:1612
1043
+ #: ../admin/social_commenting.php:311
1044
+ #: ../admin/like_buttons.php:676
1045
+ #: ../admin/like_buttons.php:682
1046
+ msgid "Language"
1047
+ msgstr "Jezik"
1048
 
1049
+ #: ../admin/social_sharing.php:1622
1050
+ #, fuzzy, php-format
1051
+ 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)"
1052
+ msgstr "Unesite kod jezika koji želite da koristite za vraćanje brojača. Jezičke kodove možete naći na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1053
 
1054
+ #: ../admin/social_sharing.php:1631
1055
  #, fuzzy
1056
+ msgid "Username in sharing"
1057
+ msgstr "Korisničko ime na Twitter-u kod share-ovanja"
1058
 
1059
+ #: ../admin/social_sharing.php:1637
1060
+ msgid "Twitter username (without @)"
1061
+ msgstr "Korisničko ime na Twitter-u (bez @)"
1062
 
1063
+ #: ../admin/social_sharing.php:1647
1064
+ #: ../admin/social_sharing.php:1666
1065
+ 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."
1066
+ msgstr "Dostavljeno korisničko ime će biti okačeno nakon što je sadržaj share-ovan kao \"via @USERNAME\". Ostavite prazno ukoliko ne želite nikakvo korisničko ime u sadržaju koji se share-uje."
1067
 
1068
+ #: ../admin/social_sharing.php:1656
1069
  #, fuzzy
1070
+ msgid "Buffer username (without @)"
1071
+ msgstr "Korisničko ime na Twitter-u (bez @)"
1072
 
1073
+ #: ../admin/social_sharing.php:1693
1074
  msgid "Facebook Sharing Troubleshooter"
1075
  msgstr "Sređivanje problema kod share-ovanja na Facebook-u"
1076
 
1077
+ #: ../admin/social_sharing.php:1698
1078
  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:"
1079
  msgstr "Ukoliko share-ovanje na Facebook-u ne radi dobro, kliknite na link koji sledi i unesite problematični url (gde share-ovanje na Facebook-u ne radi kako treba) vašeg vebsajta u polje za tekst:"
1080
 
1081
+ #: ../admin/social_sharing.php:1714
1082
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1083
  msgstr "Kako mogu da prikažem brojanje share-ovanja mog vebsajta pre nego individualne stranice/postove?"
1084
 
1085
+ #: ../admin/social_sharing.php:1715
1086
  #, fuzzy
1087
  msgid "How can I disable sharing on particular page/post?"
1088
  msgstr "Kako mogu da onemogućim share-ovanje na određenoj stranici/postu?"
1089
 
1090
+ #: ../admin/social_sharing.php:1716
1091
  msgid "How can I specify minimum sharing count for sharing networks?"
1092
  msgstr "Kako mogu da specifikujem minimalno brojanje share-ovanja za mreže za share-ovanje?"
1093
 
1094
+ #: ../admin/social_sharing.php:1717
1095
+ msgid "How to share specific page?"
1096
+ msgstr ""
 
1097
 
1098
+ #: ../admin/social_sharing.php:1718
1099
+ msgid "How to integrate Google Analytics with sharing?"
1100
+ msgstr ""
1101
+
1102
+ #: ../admin/social_sharing.php:1719
1103
+ msgid "How to customize the look of total share counts?"
1104
+ msgstr ""
1105
 
1106
+ #: ../admin/social_sharing.php:1720
1107
  #, fuzzy
1108
+ msgid "How to customize the look of individual share counts?"
1109
+ msgstr "Prikazati brojače share-ovanja:"
1110
+
1111
+ #: ../admin/social_sharing.php:1721
1112
+ #, fuzzy
1113
+ msgid "How to show Whatsapp icon only on mobile devices?"
1114
+ msgstr "Sakrite share-ovanje na mobilnim uređajima"
1115
 
1116
+ #: ../admin/social_commenting.php:13
1117
  #, fuzzy
1118
  msgid "Enable Social Commenting"
1119
  msgstr "Omogućite društveno komentarisanje"
1120
 
1121
+ #: ../admin/social_commenting.php:23
1122
  #, fuzzy
1123
  msgid "Master control to enable Social Commenting"
1124
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
1125
 
1126
+ #: ../admin/social_commenting.php:34
1127
+ #, fuzzy
1128
+ msgid "Social Commenting"
1129
+ msgstr "Društveno komentarisanje"
1130
+
1131
+ #: ../admin/social_commenting.php:35
1132
+ #: ../admin/social_commenting.php:440
1133
+ msgid "Shortcode"
1134
+ msgstr "Kratki kod"
1135
+
1136
+ #: ../admin/social_commenting.php:48
1137
  msgid "Order of tabs in commenting interface"
1138
  msgstr "Redosled tab-ova u komentarisanju interfejsa"
1139
 
1140
+ #: ../admin/social_commenting.php:58
1141
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
1142
  msgstr "Redosled tab-ova prikazan kod interfejsa komentarisanja na društvenim mrežama. Uobičajeno za wordpress,facebook,googleplus,disqus"
1143
 
1144
+ #: ../admin/social_commenting.php:66
1145
  msgid "Comment area label"
1146
  msgstr "Oznaka za oblast komentarisanja"
1147
 
1148
+ #: ../admin/social_commenting.php:76
1149
  #, fuzzy
1150
  msgid "Label for comment area"
1151
  msgstr "Oznaka za tab za komentarisanje G+-a"
1152
 
1153
+ #: ../admin/social_commenting.php:89
1154
  #, fuzzy
1155
  msgid "Enable Social Commenting at"
1156
  msgstr "Omogućite društveno komentarisanje"
1157
 
1158
+ #: ../admin/social_commenting.php:108
1159
  #, fuzzy
1160
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1161
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1162
 
1163
+ #: ../admin/social_commenting.php:119
1164
  msgid "HTML ID of comment form container"
1165
  msgstr "ХТМЛ-ИД коментар облика посуде"
1166
 
1167
+ #: ../admin/social_commenting.php:129
1168
  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."
1169
  msgstr "ХТМЛ-ИД контејнера елемент коментар форме подразумевани на предњем крају. Оставите празно за подразумевани ИД - \"одговорити\". Потребно је да га наведете да подразумевани коментар облик појављује и социјална Коментаришући не узимајући омогућен на предњем крају вашег сајта."
1170
 
1171
+ #: ../admin/social_commenting.php:139
1172
  msgid "Labels"
1173
  msgstr "Oznake"
1174
 
1175
+ #: ../admin/social_commenting.php:144
1176
  #, fuzzy
1177
  msgid "Label for WordPress Commenting tab"
1178
  msgstr "Oznaka za tab za komentarisanje WordPress-a"
1179
 
1180
+ #: ../admin/social_commenting.php:153
1181
  #, fuzzy
1182
  msgid "Label for Facebook Commenting tab"
1183
  msgstr "Oznaka za tab za komentarisanja Facebook-a"
1184
 
1185
+ #: ../admin/social_commenting.php:162
1186
  #, fuzzy
1187
  msgid "Label for G+ Commenting tab"
1188
  msgstr "Oznaka za tab za komentarisanje G+-a"
1189
 
1190
+ #: ../admin/social_commenting.php:171
1191
  msgid "Label for Disqus Commenting tab"
1192
  msgstr "Oznaka za tab za komentarisanje Disqus-a"
1193
 
1194
+ #: ../admin/social_commenting.php:182
1195
  msgid "Facebook Commenting Options"
1196
  msgstr "Opcije za komentarisanje na Facebook-u"
1197
 
1198
+ #: ../admin/social_commenting.php:188
1199
  #, fuzzy
1200
  msgid "Enable Facebook Comments notification and moderation"
1201
  msgstr "Omogućite komentarisanje na Facebook-u"
1202
 
1203
+ #: ../admin/social_commenting.php:196
1204
+ #: ../admin/social_commenting.php:206
1205
  msgid "Enable Facebook Commenting"
1206
  msgstr "Omogućite komentarisanje na Facebook-u"
1207
 
1208
+ #: ../admin/social_commenting.php:214
1209
+ #: ../admin/social_commenting.php:372
1210
  msgid "Url to comment on"
1211
  msgstr "Url za komentarisanje na"
1212
 
1213
+ #: ../admin/social_commenting.php:224
1214
  #, fuzzy
1215
  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."
1216
  msgstr "Apsolutni URL kome će postovani komentari biti trajno pridruženi. Priče na Facebook-u o postovanim komentarima će biti povezane na ovaj URL.<br/>Ako je prazno <strong>(Recommended)</strong>, url veb stranice će se koristiti na onoj na kojoj je komentarisanje omogućeno."
1217
 
1218
+ #: ../admin/social_commenting.php:232
1219
+ #: ../admin/social_commenting.php:354
1220
  msgid "Width"
1221
  msgstr "Širina"
1222
 
1223
+ #: ../admin/social_commenting.php:242
1224
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1225
  msgstr "Ostavite prazno za automatsko prilagođavanje širine. Širina (u pikselima) Bloka za komentare"
1226
 
1227
+ #: ../admin/social_commenting.php:250
1228
  msgid "Color Scheme"
1229
  msgstr "Šema boja"
1230
 
1231
+ #: ../admin/social_commenting.php:254
1232
  msgid "Light"
1233
  msgstr "Svetle"
1234
 
1235
+ #: ../admin/social_commenting.php:255
1236
  msgid "Dark"
1237
  msgstr "Tamne"
1238
 
1239
+ #: ../admin/social_commenting.php:263
1240
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1241
  msgstr "Šema boja koju koristi plugin. Može biti \"light\" ili\"dark\"."
1242
 
1243
+ #: ../admin/social_commenting.php:271
1244
  #, fuzzy
1245
  msgid "Number of comments"
1246
  msgstr "Broj komentara"
1247
 
1248
+ #: ../admin/social_commenting.php:281
1249
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1250
  msgstr "Broj komentara koji će biti prikazani po default-u. Minimalna vrednost je 1. Uobičajeno je do 10"
1251
 
1252
+ #: ../admin/social_commenting.php:289
1253
  msgid "Order by"
1254
  msgstr "Redosled prema"
1255
 
1256
+ #: ../admin/social_commenting.php:293
1257
  msgid "Social"
1258
  msgstr "Društveno"
1259
 
1260
+ #: ../admin/social_commenting.php:294
1261
  msgid "Reverse Time"
1262
  msgstr "Vreme unazad"
1263
 
1264
+ #: ../admin/social_commenting.php:295
1265
  msgid "Time"
1266
  msgstr "Vreme"
1267
 
1268
+ #: ../admin/social_commenting.php:303
1269
  msgid "The order to use when displaying comments."
1270
  msgstr "Redosled koji se koristi prilikom prikazivanja komentara."
1271
 
1272
+ #: ../admin/social_commenting.php:321
 
 
 
 
 
 
1273
  #, php-format
1274
  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)"
1275
  msgstr "Unesite kod jezika koji želite da koristite za prikazivanje komentara. Možete naći kodove jezika na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1276
 
1277
+ #: ../admin/social_commenting.php:330
1278
  #, fuzzy
1279
  msgid "Google Plus Commenting Options"
1280
  msgstr "Opcije za komentarisanje na Google Plus-u"
1281
 
1282
+ #: ../admin/social_commenting.php:336
1283
+ #: ../admin/social_commenting.php:346
1284
  #, fuzzy
1285
  msgid "Enable Google Plus Commenting"
1286
  msgstr "Omogućite komentarisanje na Google Plus-u"
1287
 
1288
+ #: ../admin/social_commenting.php:364
1289
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1290
  msgstr "Širina interfejsa za komentarisanje na Google Plus-u. Ostavite prazno za automatsko prilagođavanje"
1291
 
1292
+ #: ../admin/social_commenting.php:382
1293
  #, fuzzy
1294
  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."
1295
  msgstr "Apsolutno URL kome će postovani komentari biti trajno pridruženi. Priče na Google Plus-u o postavljenim komentarima će biti povezane na ovaj URL. <br/>Ako je levo prazno <strong>(Recommended)</strong>, url veb stranice će se koristiti na onoj na kojoj je komentarisanje omogućeno."
1296
 
1297
+ #: ../admin/social_commenting.php:391
1298
  #, fuzzy
1299
  msgid "Disqus Commenting Options"
1300
  msgstr "Opcije komentarisanja na Disqus-u"
1301
 
1302
+ #: ../admin/social_commenting.php:397
1303
+ #: ../admin/social_commenting.php:407
1304
  #, fuzzy
1305
  msgid "Enable Disqus Commenting"
1306
  msgstr "Omogućite komentarisanje na Disqus-u"
1307
 
1308
+ #: ../admin/social_commenting.php:415
1309
  msgid "Disqus Shortname"
1310
  msgstr "Skraćenica za Disqus"
1311
 
1312
+ #: ../admin/social_commenting.php:425
1313
  #, fuzzy
1314
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1315
  msgstr "<strong>Traženo korišćenje komentarisanja na Disqus-u.<strong>Za više informacija o skraćenici, posetite link koji sledi."
1316
 
1317
+ #: ../admin/social_commenting.php:442
1318
  #, fuzzy
1319
  msgid "Social Commenting Shortcode"
1320
  msgstr "Društveno komentarisanje"
1321
 
1322
+ #: ../admin/social_commenting.php:454
1323
  #, fuzzy
1324
  msgid "How can I disable Social Commenting at individual page/post?"
1325
  msgstr "Kako mogu da onemogućim Društveno komentarisanje kod individualnih stranica/postova?"
1326
 
1327
+ #: ../admin/social_commenting.php:455
1328
  msgid "How to disable default comment form from Social Commenting?"
1329
  msgstr "Kako onemogućiti uobičajenu formu komentara iz Komentara na društvenim mrežama?"
1330
 
1331
+ #: ../admin/social_login.php:14
 
 
 
 
1332
  msgid "Enable Social Login"
1333
  msgstr "Omogućite prijavljivanje na društvene mreže"
1334
 
1335
+ #: ../admin/social_login.php:24
1336
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1337
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1338
 
1339
+ #: ../admin/social_login.php:35
1340
+ #: ../admin/social_login.php:43
1341
+ msgid "Basic Configuration"
1342
+ msgstr "Osnovna konfiguracija"
1343
+
1344
+ #: ../admin/social_login.php:36
1345
+ msgid "Social Login"
1346
+ msgstr "Prijavljivanje na društvene mreže"
1347
+
1348
+ #: ../admin/social_login.php:50
1349
  msgid "Disable user registration via Social Login"
1350
  msgstr "Искључи регистрација корисника путем друштвених Логин"
1351
 
1352
+ #: ../admin/social_login.php:60
1353
  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."
1354
  msgstr "Након омогућавања ову опцију, нови корисници неће моћи да се пријавите путем друштвене пријављивања. Само постојећи корисници ће моћи да друштвеног пријаву."
1355
 
1356
+ #: ../admin/social_login.php:69
1357
  #, fuzzy
1358
  msgid "Redirection url"
1359
  msgstr "Preusmerenje prijavljivanja"
1360
 
1361
+ #: ../admin/social_login.php:79
1362
  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."
1363
  msgstr "Корисник ће бити преусмерени на ову страницу након неуспелог покушаја регистрације путем друштвених Логин. Можете да одредите УРЛ адресу регистрационог облику или странице на којој је приказан поруке у вези онемогућио регистрацију кроз социјални Логин."
1364
 
1365
+ #: ../admin/social_login.php:88
1366
+ msgid "Select providers"
1367
+ msgstr "Selektujte provajdere"
1368
+
1369
+ #: ../admin/social_login.php:93
1370
+ msgid "Facebook"
1371
+ msgstr "Facebook"
1372
+
1373
+ #: ../admin/social_login.php:97
1374
+ msgid "Twitter"
1375
+ msgstr "Twitter"
1376
+
1377
+ #: ../admin/social_login.php:101
1378
+ msgid "LinkedIn"
1379
+ msgstr "LinkedIn"
1380
+
1381
+ #: ../admin/social_login.php:105
1382
+ msgid "Google+"
1383
+ msgstr "Google+"
1384
+
1385
+ #: ../admin/social_login.php:109
1386
+ msgid "Vkontakte"
1387
+ msgstr "Vkontakte"
1388
+
1389
+ #: ../admin/social_login.php:113
1390
  msgid "Instagram"
1391
  msgstr "Instagram"
1392
 
1393
+ #: ../admin/social_login.php:117
1394
+ msgid "Xing"
1395
+ msgstr "Xing"
1396
+
1397
+ #: ../admin/social_login.php:125
1398
  msgid "Select Social ID provider to enable in Social Login"
1399
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1400
 
1401
+ #: ../admin/social_login.php:133
1402
  msgid "Facebook App ID"
1403
  msgstr "ID Facebook aplikacije"
1404
 
1405
+ #: ../admin/social_login.php:143
1406
  #, php-format
1407
  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"
1408
  msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1409
 
1410
+ #: ../admin/social_login.php:145
1411
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1412
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1413
 
1414
+ #: ../admin/social_login.php:155
1415
  #, fuzzy
1416
  msgid "Twitter API Key"
1417
  msgstr "Twitter API ključ"
1418
 
1419
+ #: ../admin/social_login.php:165
1420
  #, fuzzy, php-format
1421
  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"
1422
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1423
 
1424
+ #: ../admin/social_login.php:167
1425
+ #: ../admin/social_login.php:189
1426
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1427
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1428
 
1429
+ #: ../admin/social_login.php:177
1430
  #, fuzzy
1431
  msgid "Twitter API Secret"
1432
  msgstr "Tajna Twitter aplikacije"
1433
 
1434
+ #: ../admin/social_login.php:187
1435
  #, fuzzy, php-format
1436
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1437
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1438
 
1439
+ #: ../admin/social_login.php:199
1440
  msgid "LinkedIn API Key"
1441
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1442
 
1443
+ #: ../admin/social_login.php:209
1444
  #, php-format
1445
  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"
1446
  msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1447
 
1448
+ #: ../admin/social_login.php:211
1449
+ #: ../admin/social_login.php:277
1450
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1451
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1452
 
1453
+ #: ../admin/social_login.php:221
1454
  msgid "Google+ Client ID"
1455
  msgstr "Google+ Client ID"
1456
 
1457
+ #: ../admin/social_login.php:231
1458
  #, php-format
1459
  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"
1460
  msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1461
 
1462
+ #: ../admin/social_login.php:233
1463
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1464
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1465
 
1466
+ #: ../admin/social_login.php:243
1467
  msgid "Vkontakte Application ID"
1468
  msgstr "Identifikacija Vkontakte aplikacije"
1469
 
1470
+ #: ../admin/social_login.php:253
1471
  #, php-format
1472
  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"
1473
  msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1474
 
1475
+ #: ../admin/social_login.php:255
1476
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1477
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1478
 
1479
+ #: ../admin/social_login.php:265
1480
  msgid "Instagram Client ID"
1481
  msgstr "Identifikacija klijenata Instagram-a"
1482
 
1483
+ #: ../admin/social_login.php:275
1484
  #, php-format
1485
  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"
1486
  msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1487
 
1488
+ #: ../admin/social_login.php:287
1489
  msgid "Xing Consumer Key"
1490
  msgstr "Ključ za korisnike Xing-a"
1491
 
1492
+ #: ../admin/social_login.php:297
1493
  #, fuzzy, php-format
1494
  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"
1495
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1496
 
1497
+ #: ../admin/social_login.php:299
1498
+ #: ../admin/social_login.php:321
1499
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1500
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1501
 
1502
+ #: ../admin/social_login.php:309
1503
  msgid "Xing Consumer Secret"
1504
  msgstr "Tajna korisnika Xing-a"
1505
 
1506
+ #: ../admin/social_login.php:319
1507
  #, fuzzy, php-format
1508
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1509
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1510
 
1511
+ #: ../admin/social_login.php:337
 
 
 
 
 
 
 
 
1512
  msgid "Login options"
1513
  msgstr "Opcije prijavljivanja"
1514
 
1515
+ #: ../admin/social_login.php:353
1516
  msgid "Text to display above the Social Login interface"
1517
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1518
 
1519
+ #: ../admin/social_login.php:362
1520
  msgid "Enable at login page"
1521
  msgstr "Omogućiti na stranici za prijavljivanje"
1522
 
1523
+ #: ../admin/social_login.php:372
1524
  msgid "Social Login interface will get enabled at the login page of your website"
1525
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1526
 
1527
+ #: ../admin/social_login.php:380
1528
  msgid "Enable at register page"
1529
  msgstr "Omogućiti na stranici za registraciju"
1530
 
1531
+ #: ../admin/social_login.php:390
1532
  #, fuzzy
1533
  msgid "Social Login interface will get enabled at the registration page of your website"
1534
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1535
 
1536
+ #: ../admin/social_login.php:398
1537
  msgid "Enable at comment form"
1538
  msgstr "Omogućiti u formi komentara"
1539
 
1540
+ #: ../admin/social_login.php:408
1541
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1542
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1543
 
1544
+ #: ../admin/social_login.php:422
1545
  msgid "Enable before WooCommerce Customer Login Form"
1546
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1547
 
1548
+ #: ../admin/social_login.php:432
1549
  #, fuzzy
1550
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1551
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1552
 
1553
+ #: ../admin/social_login.php:440
1554
  msgid "Enable after WooCommerce Customer Login Form"
1555
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1556
 
1557
+ #: ../admin/social_login.php:450
1558
  #, fuzzy
1559
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1560
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1561
 
1562
+ #: ../admin/social_login.php:458
1563
  #, fuzzy
1564
  msgid "Enable at WooCommerce checkout page"
1565
  msgstr "Omogućiti na stranici za registraciju"
1566
 
1567
+ #: ../admin/social_login.php:468
1568
  #, fuzzy
1569
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1570
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1571
 
1572
+ #: ../admin/social_login.php:479
1573
  msgid "Auto-approve comments made by Social Login users"
1574
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1575
 
1576
+ #: ../admin/social_login.php:489
1577
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1578
  msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1579
 
1580
+ #: ../admin/social_login.php:490
1581
  msgid "Note: This is not related to Facebook comments"
1582
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1583
 
1584
+ #: ../admin/social_login.php:500
1585
  msgid "Enable social avatar"
1586
  msgstr "Omogućite društvenog avatara"
1587
 
1588
+ #: ../admin/social_login.php:510
1589
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1590
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1591
 
1592
+ #: ../admin/social_login.php:520
1593
  msgid "Avatar quality"
1594
  msgstr "Kvalitet avatara"
1595
 
1596
+ #: ../admin/social_login.php:523
1597
  msgid "Average"
1598
  msgstr "Prosek"
1599
 
1600
+ #: ../admin/social_login.php:524
1601
  msgid "Best"
1602
  msgstr "најбољи"
1603
 
1604
+ #: ../admin/social_login.php:531
1605
  msgid "Choose avatar quality"
1606
  msgstr "Odaberite kvalitet avatara"
1607
 
1608
+ #: ../admin/social_login.php:540
1609
  #, fuzzy
1610
  msgid "Show option for users to update social avatar at BuddyPress profile page"
1611
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1612
 
1613
+ #: ../admin/social_login.php:550
1614
  msgid "If enabled, users would be able to update their social avatar from \"Profile photo\" section in BuddyPress profile at front-end"
1615
  msgstr ""
1616
 
1617
+ #: ../admin/social_login.php:571
1618
  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"
1619
  msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1620
 
1621
+ #: ../admin/social_login.php:580
1622
  msgid "Send username-password after user registration"
1623
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1624
 
1625
+ #: ../admin/social_login.php:590
1626
  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)"
1627
  msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1628
 
1629
+ #: ../admin/social_login.php:599
1630
  msgid "Enable social account linking at BuddyPress profile page"
1631
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1632
 
1633
+ #: ../admin/social_login.php:609
1634
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1635
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1636
 
1637
+ #: ../admin/social_login.php:618
1638
  msgid "Login redirection"
1639
  msgstr "Preusmerenje prijavljivanja"
1640
 
1641
+ #: ../admin/social_login.php:622
1642
  msgid "Same page where user logged in"
1643
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1644
 
1645
+ #: ../admin/social_login.php:626
1646
+ #: ../admin/social_login.php:656
1647
  msgid "Account dashboard"
1648
  msgstr "Komandna tabla naloga"
1649
 
1650
+ #: ../admin/social_login.php:629
1651
+ #: ../admin/social_login.php:659
1652
  msgid "BuddyPress profile page"
1653
  msgstr "BuddyPress profilna stranica"
1654
 
1655
+ #: ../admin/social_login.php:632
1656
+ #: ../admin/social_login.php:662
1657
  msgid "Custom Url"
1658
  msgstr "Uobičajeni URL"
1659
 
1660
+ #: ../admin/social_login.php:640
1661
  msgid "User will be redirected to the selected page after Social Login"
1662
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1663
 
1664
+ #: ../admin/social_login.php:648
1665
  msgid "Registration redirection"
1666
  msgstr "Preusmerenje registracije"
1667
 
1668
+ #: ../admin/social_login.php:652
1669
  #, fuzzy
1670
  msgid "Same page from where user registered"
1671
  msgstr "Ista stranica odakle je korisnik registrovan "
1672
 
1673
+ #: ../admin/social_login.php:670
1674
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1675
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1676
 
1677
+ #: ../admin/social_login.php:678
1678
  msgid "Email popup options"
1679
  msgstr "Popup opcije za email"
1680
 
1681
+ #: ../admin/social_login.php:684
1682
  msgid "Text on 'Email required' popup"
1683
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1684
 
1685
+ #: ../admin/social_login.php:694
1686
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1687
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1688
 
1689
+ #: ../admin/social_login.php:703
1690
  msgid "Error message for 'Email required' popup"
1691
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1692
 
1693
+ #: ../admin/social_login.php:713
1694
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1695
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1696
 
1697
+ #: ../admin/social_login.php:722
1698
  msgid "Email popup height"
1699
  msgstr "Visina email popup-a"
1700
 
1701
+ #: ../admin/social_login.php:732
1702
  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."
1703
  msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1704
 
1705
+ #: ../admin/social_login.php:740
1706
  msgid "Enable email verification"
1707
  msgstr "Omogućite verifikaciju email-a"
1708
 
1709
+ #: ../admin/social_login.php:750
1710
  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"
1711
  msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1712
 
1713
+ #: ../admin/social_login.php:766
1714
  #, fuzzy
1715
  msgid "Social Login Shortcode & Widget"
1716
  msgstr "Kratki kod & vidžet"
1717
 
1718
+ #: ../admin/social_login.php:767
1719
  msgid "Social Linking Shortcode"
1720
  msgstr "Kratki kod za povezivanje na društvene mreže"
1721
 
1755
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1756
  msgstr "U sekciji <strong>Like Buttons</strong>, možete odabrati tastere “sviđa mi se”/+1 i konfigurisati opcije za isto"
1757
 
1758
+ #: ../admin/like_buttons.php:16
 
 
 
 
1759
  msgid "Enable Like Buttons"
1760
  msgstr "Omogućite tastere za “sviđa mi se”"
1761
 
1762
+ #: ../admin/like_buttons.php:26
1763
  #, fuzzy
1764
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1765
  msgstr "Master kontrola za tastere “sviđa mi se”. Mora se proveriti radi omogućavanja funkcionalnosti tastera za “sviđa mi se”"
1766
 
1767
+ #: ../admin/like_buttons.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1768
  #, fuzzy
1769
+ msgid "Standard Interface Options"
 
 
 
 
 
1770
  msgstr "Opcije horizontalnog interfejsa"
1771
 
1772
+ #: ../admin/like_buttons.php:53
1773
  #, fuzzy
1774
+ msgid "Enable standard interface"
1775
  msgstr "Omogućite horizontalni interfejs"
1776
 
1777
+ #: ../admin/like_buttons.php:63
1778
  #, fuzzy
1779
  msgid "Master control to enable horizontal like buttons"
1780
  msgstr "Master kontrola za omogućavanje horizontalnih tastera za “sviđa mi se”"
1781
 
1782
+ #: ../admin/like_buttons.php:88
1783
+ #: ../admin/like_buttons.php:336
1784
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1785
  msgstr "Url za “sviđa mi se”/share-ovanje/tvitovanje i prikazivanje brojanja “sviđa mi se”/share-ovanja/tvitova"
1786
 
1787
+ #: ../admin/like_buttons.php:106
1788
  #, fuzzy
1789
  msgid "The text to display above the interface"
1790
  msgstr "Tekst koji će biti prikazan iznad interfejsa"
1791
 
1792
+ #: ../admin/like_buttons.php:114
1793
+ #: ../admin/like_buttons.php:344
1794
  #, fuzzy
1795
  msgid "Select and rearrange providers"
1796
  msgstr "Selektujte i preuredite dobavljače"
1797
 
1798
+ #: ../admin/like_buttons.php:158
1799
+ #: ../admin/like_buttons.php:387
1800
  #, fuzzy
1801
  msgid "Select the providers for interface. Drag them to rearrange."
1802
  msgstr "Selektujte dobavljače za interfejs. Prevucite ih radi preuređenja."
1803
 
1804
+ #: ../admin/like_buttons.php:180
1805
+ #: ../admin/like_buttons.php:426
1806
  #, fuzzy
1807
  msgid "Horizontal alignment of the interface"
1808
  msgstr "Horizontalno svrstavanje interfejsa"
1809
 
1810
+ #: ../admin/like_buttons.php:201
1811
  #, fuzzy
1812
  msgid "Specify position of the interface with respect to the content"
1813
  msgstr "Specifikujte poziciju interfejsa u odnosu na sadržaj"
1814
 
1815
+ #: ../admin/like_buttons.php:209
1816
+ #: ../admin/like_buttons.php:492
1817
  #, fuzzy
1818
  msgid "Interface location"
1819
  msgstr "Lokacija interfejsa"
1820
 
1821
+ #: ../admin/like_buttons.php:219
1822
+ #: ../admin/like_buttons.php:502
1823
  msgid "Excerpts"
1824
  msgstr "Izvodi"
1825
 
1826
+ #: ../admin/like_buttons.php:278
1827
  #, fuzzy
1828
  msgid "Specify the pages where you want to enable interface"
1829
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1830
 
1831
+ #: ../admin/like_buttons.php:295
1832
  #, fuzzy
1833
  msgid "Vertical (Floating) like buttons Options"
1834
  msgstr "Opcije za vertikalne (plutajuće) tastere za “sviđa mi se”"
1835
 
1836
+ #: ../admin/like_buttons.php:301
1837
  #, fuzzy
1838
+ msgid "Enable floating like buttons"
1839
  msgstr "Omogućite vertikalne (plutajuće) tastere za “sviđa mi se”"
1840
 
1841
+ #: ../admin/like_buttons.php:311
1842
  #, fuzzy
1843
  msgid "Master control to enable vertical (floating) counter widget"
1844
  msgstr "Master kontrola radi omogućavanja vidžeta vertikalnog (plutajućeg) brojača"
1845
 
1846
+ #: ../admin/like_buttons.php:405
1847
  #, fuzzy
1848
  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>"
1849
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog interfejsa. Ostavite prazno za transparentnu. Hex kod za traženu boju možete dobiti preko <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1850
 
1851
+ #: ../admin/like_buttons.php:445
1852
  #, fuzzy
1853
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1854
  msgstr "Specifikujte broj. Povećanje u broju će pomeriti interfejs u desno, a smanjenje u levo. Broj može biti i negativan."
1855
 
1856
+ #: ../admin/like_buttons.php:465
1857
  #, fuzzy
1858
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1859
  msgstr "Specifikujte broj. Povećanje u broju može pomeriti interfejs u levo, a smanjenje u desno. Broj može biti i negativan."
1860
 
1861
+ #: ../admin/like_buttons.php:484
1862
  #, fuzzy
1863
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1864
  msgstr "Specifikujte broj. Povećanje u broju će interfejs pomeriti prema dnu, a smanjenje prema vrhu."
1865
 
1866
+ #: ../admin/like_buttons.php:540
1867
  #, fuzzy
1868
  msgid "Specify the pages where you want to enable vertical interface"
1869
  msgstr "Specifikujte stranice gde želite da omogućite vertikalni interfejs"
1870
 
1871
+ #: ../admin/like_buttons.php:548
1872
  msgid "Hide like buttons on mobile devices"
1873
  msgstr "Sakrite tastere za “sviđa mi se” na mobilnim uređajima"
1874
 
1875
+ #: ../admin/like_buttons.php:558
1876
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1877
  msgstr "Ukoliko su omogućeni, vertikalni tasteri za “sviđa mi se” se neće pojaviti na mobilnim uređajima"
1878
 
1879
+ #: ../admin/like_buttons.php:582
1880
+ msgid "Use shortlinks already installed, for tweet button"
1881
+ msgstr "Koristite kratke linkove koji su već instalirani za taster za tvitovanje"
1882
+
1883
+ #: ../admin/like_buttons.php:600
1884
+ msgid "Enable bit.ly url shortener for tweet button"
1885
+ msgstr "Omogućite skraćenicu za bit.ly url za taster za tvitovanje"
1886
+
1887
+ #: ../admin/like_buttons.php:692
1888
+ #, fuzzy, php-format
1889
+ 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)"
1890
+ msgstr "Unesite kod jezika koji želite da koristite za vraćanje brojača. Jezičke kodove možete naći na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1891
+
1892
+ #: ../admin/like_buttons.php:701
1893
+ #, fuzzy
1894
+ msgid "Twitter Username"
1895
+ msgstr "Korisničko ime na Twitter-u kod share-ovanja"
1896
+
1897
+ #: ../admin/like_buttons.php:707
1898
+ #, fuzzy
1899
+ msgid "Twitter username for Tweet (without @)"
1900
+ msgstr "Korisničko ime na Twitter-u (bez @)"
1901
+
1902
+ #: ../admin/like_buttons.php:717
1903
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1904
+ msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1905
+
1906
+ #: ../admin/like_buttons.php:726
1907
+ #, fuzzy
1908
+ msgid "Twitter username for Buffer sharing (without @)"
1909
+ msgstr "Korisničko ime na Twitter-u (bez @)"
1910
+
1911
+ #: ../admin/like_buttons.php:736
1912
+ #, fuzzy
1913
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1914
+ msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1915
+
1916
+ #: ../admin/like_buttons.php:753
1917
  #, fuzzy
1918
  msgid "Like Buttons Shortcode & Widget"
1919
  msgstr "Kratki kod & vidžet"
1923
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1924
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1925
 
1926
+ #: ../inc/social_sharing.php:652
1927
  msgid "Invalid request"
1928
  msgstr "Nevažeći zahtev"
1929
 
1930
+ #: ../inc/social_sharing.php:659
1931
  msgid "Providers not selected"
1932
  msgstr "Dobavljači nisu selektovani"
1933
 
2075
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
2076
  msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Socializer > Like Buttons\" stranice."
2077
 
2078
+ #, fuzzy
2079
+ #~ msgid "Horizontal sharing"
2080
+ #~ msgstr "Horizontalno share-ovanje"
2081
+
2082
+ #, fuzzy
2083
+ #~ msgid "Vertical sharing"
2084
+ #~ msgstr "Vertikalno share-ovanje"
2085
+
2086
+ #, fuzzy
2087
+ #~ msgid "Sharing Options"
2088
+ #~ msgstr "Opcije za share-ovanje"
2089
+
2090
+ #~ msgid ""
2091
+ #~ "Master control for Social Sharing. It must be checked to enable Social "
2092
+ #~ "Sharing functionality"
2093
+ #~ msgstr ""
2094
+ #~ "Master kontrola za društveno share-ovanje. Mora se proveriti radi "
2095
+ #~ "omogućavanja funkcionalnosti Društvenog share-ovanja"
2096
+
2097
+ #, fuzzy
2098
+ #~ msgid "Horizontal interface options"
2099
+ #~ msgstr "Horizontalne opcije interfejsa"
2100
+
2101
+ #, fuzzy
2102
+ #~ msgid "Vertical interface options"
2103
+ #~ msgstr "Vertikalne opcije interfejsa"
2104
+
2105
+ #~ msgid "Modernizr"
2106
+ #~ msgstr "Modernizr"
2107
+
2108
+ #~ msgid "Do not load Modernizr JS"
2109
+ #~ msgstr "Nemojte učitavati Modernizr JS"
2110
+
2111
+ #~ msgid ""
2112
+ #~ "If you find the plugin breaking your theme, you can try enabling this "
2113
+ #~ "option"
2114
+ #~ msgstr ""
2115
+ #~ "Ukoliko smatrate da vam plugin prekida temu, možete probati da osposobite "
2116
+ #~ "ovu opciju"
2117
+
2118
+ #~ msgid "Print"
2119
+ #~ msgstr "Print"
2120
+
2121
+ #~ msgid "Email"
2122
+ #~ msgstr "Email"
2123
+
2124
+ #~ msgid "Yahoo"
2125
+ #~ msgstr "Yahoo"
2126
+
2127
+ #~ msgid "Reddit"
2128
+ #~ msgstr "Reddit"
2129
+
2130
+ #~ msgid "Digg"
2131
+ #~ msgstr "Digg"
2132
+
2133
+ #~ msgid "Delicious"
2134
+ #~ msgstr "Delicious"
2135
+
2136
+ #~ msgid "StumbleUpon"
2137
+ #~ msgstr "StumbleUpon"
2138
+
2139
+ #~ msgid "Float it"
2140
+ #~ msgstr "Float it"
2141
+
2142
+ #~ msgid "Tumblr"
2143
+ #~ msgstr "Tumblr"
2144
+
2145
+ #~ msgid "Pinterest"
2146
+ #~ msgstr "Pinterest"
2147
+
2148
+ #~ msgid "Whatsapp"
2149
+ #~ msgstr "Whatsapp"
2150
+
2151
+ #~ msgid "Yummly"
2152
+ #~ msgstr "Yummly"
2153
+
2154
+ #~ msgid "Buffer"
2155
+ #~ msgstr "Buffer"
2156
+
2157
+ #~ msgid "Select the providers for sharing interface"
2158
+ #~ msgstr "Selektujte provajdere za share-ovanje interfejsa"
2159
+
2160
+ #~ msgid "Sharing location"
2161
+ #~ msgstr "Share-ovanje lokacije"
2162
+
2163
+ #, fuzzy
2164
+ #~ msgid "Stick sharing bar horizontally at bottom on mobile devices"
2165
+ #~ msgstr "Sakrite share-ovanje na mobilnim uređajima"
2166
+
2167
+ #~ msgid ""
2168
+ #~ "If enabled, vertical sharing interface will not appear on mobile devices"
2169
+ #~ msgstr ""
2170
+ #~ "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće "
2171
+ #~ "pojaviti na mobilnim uređajima"
2172
+
2173
+ #, fuzzy
2174
+ #~ msgid "Social Sharing Shortcode & Widget"
2175
+ #~ msgstr "Kratki kod & vidžet"
2176
+
2177
+ #~ msgid "Like Buttons"
2178
+ #~ msgstr "Tasteri za “sviđa mi se”"
2179
+
2180
  #~ msgid "Options saved successfully"
2181
  #~ msgstr "Opcije uspešno sačuvane"
2182
 
2225
  #~ "version or not."
2226
  #~ msgstr "Translation:"
2227
 
 
 
 
 
2228
  #~ msgid "Twitter username in tweet button"
2229
  #~ msgstr "Korisničko ime na Twitter-u na tasteru za tvitovanje"
2230
 
2645
  #~ msgid "Important note"
2646
  #~ msgstr "Nota importante"
2647
 
 
 
 
 
 
 
 
2648
  #~ msgid "Publish feed on user's timeline on Facebook login"
2649
  #~ msgstr ""
2650
  #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
2772
  #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2773
  #~ "amministrazione."
2774
 
 
 
 
2775
  #~ msgid ""
2776
  #~ "If you like the plugin, want to get it improved and want to see it at the "
2777
  #~ "top of other plugins, please consider making a donation."
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-01-02 08:23+0530\n"
6
- "PO-Revision-Date: 2016-01-02 08:23+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
@@ -16,71 +16,71 @@ msgstr ""
16
  "X-Poedit-Country: India\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:225
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:228
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:398
29
  msgid "Please verify your email address to login."
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:398
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr ""
35
 
36
- #: ../super_socializer.php:402
37
  msgid "Notification"
38
  msgstr ""
39
 
40
- #: ../super_socializer.php:420
41
  #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr ""
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr ""
48
 
49
- #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr ""
52
 
53
- #: ../super_socializer.php:525
54
  msgid "Leave a reply"
55
  msgstr ""
56
 
57
- #: ../super_socializer.php:714
58
  msgid "Super Socializer - General Options"
59
  msgstr ""
60
 
61
- #: ../super_socializer.php:714
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  msgid "General Options"
65
  msgstr ""
66
 
67
- #: ../super_socializer.php:775
68
  msgid "Super Socializer - Social Avatar"
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:778
72
  msgid "Small Avatar Url"
73
  msgstr ""
74
 
75
- #: ../super_socializer.php:783
76
  msgid "Large Avatar Url"
77
  msgstr ""
78
 
79
- #: ../super_socializer.php:971
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr ""
82
 
83
- #: ../super_socializer.php:975
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr ""
86
 
@@ -100,97 +100,97 @@ msgstr ""
100
  msgid "Click to hide help"
101
  msgstr ""
102
 
103
- #: ../helper.php:242
104
  msgid "Settings"
105
  msgstr ""
106
 
107
- #: ../helper.php:565
108
  msgid "Account linked successfully"
109
  msgstr ""
110
 
111
- #: ../helper.php:569
112
  msgid "Account already exists or linked"
113
  msgstr ""
114
 
115
- #: ../helper.php:578
116
  msgid "You are already connected with"
117
  msgstr ""
118
 
119
- #: ../helper.php:578
120
  msgid "as primary social network"
121
  msgstr ""
122
 
123
- #: ../helper.php:593
124
  msgid "Link your social account to login to your account at this website"
125
  msgstr ""
126
 
127
- #: ../helper.php:630
128
  msgid "Currently"
129
  msgstr ""
130
 
131
- #: ../helper.php:630
132
  msgid "Remove"
133
  msgstr ""
134
 
135
- #: ../helper.php:731
136
  msgid "Disable Standard Social Sharing on this "
137
  msgstr ""
138
 
139
- #: ../helper.php:736
140
  msgid "Disable Floating Social Sharing on this "
141
  msgstr ""
142
 
143
- #: ../helper.php:741
144
  msgid "Disable Standard like buttons on this "
145
  msgstr ""
146
 
147
- #: ../helper.php:746
148
  msgid "Disable Floating like buttons on this "
149
  msgstr ""
150
 
151
- #: ../helper.php:751
152
  msgid "Disable Social Commenting on this "
153
  msgstr ""
154
 
155
- #: ../helper.php:760
156
  msgid "Standard Sharing Interface"
157
  msgstr ""
158
 
159
- #: ../helper.php:766
160
- #: ../helper.php:785
161
  msgid "Starting share count for "
162
  msgstr ""
163
 
164
- #: ../helper.php:779
165
  msgid "Floating Sharing Interface"
166
  msgstr ""
167
 
168
- #: ../helper.php:871
169
  msgid "Social Avatar"
170
  msgstr ""
171
 
172
- #: ../helper.php:874
173
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
174
  msgstr ""
175
 
176
- #: ../helper.php:875
177
  msgid "Update social avatar, next time I Social Login"
178
  msgstr ""
179
 
180
- #: ../helper.php:878
181
  msgid "Small Avatar"
182
  msgstr ""
183
 
184
- #: ../helper.php:882
185
  msgid "Large Avatar"
186
  msgstr ""
187
 
188
- #: ../helper.php:886
189
  #: ../admin/general_options.php:89
190
- #: ../admin/social_sharing.php:1713
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:778
193
- #: ../admin/like_buttons.php:745
194
  msgid "Save Changes"
195
  msgstr ""
196
 
@@ -330,12 +330,12 @@ msgid "Miscellaneous"
330
  msgstr ""
331
 
332
  #: ../admin/social_sharing.php:39
333
- #: ../admin/social_sharing.php:1662
334
- #: ../admin/social_sharing.php:1664
335
  #: ../admin/social_login.php:37
336
  #: ../admin/social_login.php:764
337
  #: ../admin/like_buttons.php:40
338
- #: ../admin/like_buttons.php:732
339
  msgid "Shortcode & Widget"
340
  msgstr ""
341
 
@@ -344,7 +344,7 @@ msgid "Troubleshooter"
344
  msgstr ""
345
 
346
  #: ../admin/social_sharing.php:41
347
- #: ../admin/social_sharing.php:1693
348
  #: ../admin/social_commenting.php:36
349
  #: ../admin/social_commenting.php:452
350
  msgid "FAQ"
@@ -961,73 +961,83 @@ msgstr ""
961
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
962
  msgstr ""
963
 
964
- #: ../admin/social_sharing.php:1587
965
- #: ../admin/social_sharing.php:1593
 
 
 
 
 
 
 
 
 
 
966
  #: ../admin/social_commenting.php:311
967
- #: ../admin/like_buttons.php:657
968
- #: ../admin/like_buttons.php:663
969
  msgid "Language"
970
  msgstr ""
971
 
972
- #: ../admin/social_sharing.php:1603
973
  #, php-format
974
  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)"
975
  msgstr ""
976
 
977
- #: ../admin/social_sharing.php:1612
978
  msgid "Username in sharing"
979
  msgstr ""
980
 
981
- #: ../admin/social_sharing.php:1618
982
  msgid "Twitter username (without @)"
983
  msgstr ""
984
 
985
- #: ../admin/social_sharing.php:1628
986
  #: ../admin/social_sharing.php:1647
 
987
  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."
988
  msgstr ""
989
 
990
- #: ../admin/social_sharing.php:1637
991
  msgid "Buffer username (without @)"
992
  msgstr ""
993
 
994
- #: ../admin/social_sharing.php:1674
995
  msgid "Facebook Sharing Troubleshooter"
996
  msgstr ""
997
 
998
- #: ../admin/social_sharing.php:1679
999
  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:"
1000
  msgstr ""
1001
 
1002
- #: ../admin/social_sharing.php:1695
1003
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1004
  msgstr ""
1005
 
1006
- #: ../admin/social_sharing.php:1696
1007
  msgid "How can I disable sharing on particular page/post?"
1008
  msgstr ""
1009
 
1010
- #: ../admin/social_sharing.php:1697
1011
  msgid "How can I specify minimum sharing count for sharing networks?"
1012
  msgstr ""
1013
 
1014
- #: ../admin/social_sharing.php:1698
1015
  msgid "How to share specific page?"
1016
  msgstr ""
1017
 
1018
- #: ../admin/social_sharing.php:1699
1019
  msgid "How to integrate Google Analytics with sharing?"
1020
  msgstr ""
1021
 
1022
- #: ../admin/social_sharing.php:1700
1023
  msgid "How to customize the look of total share counts?"
1024
  msgstr ""
1025
 
1026
- #: ../admin/social_sharing.php:1701
1027
  msgid "How to customize the look of individual share counts?"
1028
  msgstr ""
1029
 
1030
- #: ../admin/social_sharing.php:1702
1031
  msgid "How to show Whatsapp icon only on mobile devices?"
1032
  msgstr ""
1033
 
@@ -1606,6 +1616,38 @@ msgstr ""
1606
  msgid "Social Linking Shortcode"
1607
  msgstr ""
1608
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1609
  #: ../admin/like_buttons.php:16
1610
  msgid "Enable Like Buttons"
1611
  msgstr ""
@@ -1716,32 +1758,32 @@ msgstr ""
1716
  msgid "Enable bit.ly url shortener for tweet button"
1717
  msgstr ""
1718
 
1719
- #: ../admin/like_buttons.php:673
1720
  #, php-format
1721
  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)"
1722
  msgstr ""
1723
 
1724
- #: ../admin/like_buttons.php:682
1725
  msgid "Twitter Username"
1726
  msgstr ""
1727
 
1728
- #: ../admin/like_buttons.php:688
1729
  msgid "Twitter username for Tweet (without @)"
1730
  msgstr ""
1731
 
1732
- #: ../admin/like_buttons.php:698
1733
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1734
  msgstr ""
1735
 
1736
- #: ../admin/like_buttons.php:707
1737
  msgid "Twitter username for Buffer sharing (without @)"
1738
  msgstr ""
1739
 
1740
- #: ../admin/like_buttons.php:717
1741
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1742
  msgstr ""
1743
 
1744
- #: ../admin/like_buttons.php:734
1745
  msgid "Like Buttons Shortcode & Widget"
1746
  msgstr ""
1747
 
@@ -1749,11 +1791,11 @@ msgstr ""
1749
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1750
  msgstr ""
1751
 
1752
- #: ../inc/social_sharing.php:638
1753
  msgid "Invalid request"
1754
  msgstr ""
1755
 
1756
- #: ../inc/social_sharing.php:645
1757
  msgid "Providers not selected"
1758
  msgstr ""
1759
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2016-01-08 07:39+0530\n"
6
+ "PO-Revision-Date: 2016-01-08 07:39+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: \n"
16
  "X-Poedit-Country: India\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:222
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:225
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:395
29
  msgid "Please verify your email address to login."
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:395
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr ""
35
 
36
+ #: ../super_socializer.php:399
37
  msgid "Notification"
38
  msgstr ""
39
 
40
+ #: ../super_socializer.php:417
41
  #: ../admin/social_login.php:561
42
  msgid "Email required"
43
  msgstr ""
44
 
45
+ #: ../super_socializer.php:420
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr ""
48
 
49
+ #: ../super_socializer.php:435
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr ""
52
 
53
+ #: ../super_socializer.php:522
54
  msgid "Leave a reply"
55
  msgstr ""
56
 
57
+ #: ../super_socializer.php:711
58
  msgid "Super Socializer - General Options"
59
  msgstr ""
60
 
61
+ #: ../super_socializer.php:711
62
  #: ../admin/general_options.php:11
63
  #: ../admin/social_commenting.php:42
64
  msgid "General Options"
65
  msgstr ""
66
 
67
+ #: ../super_socializer.php:772
68
  msgid "Super Socializer - Social Avatar"
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:775
72
  msgid "Small Avatar Url"
73
  msgstr ""
74
 
75
+ #: ../super_socializer.php:780
76
  msgid "Large Avatar Url"
77
  msgstr ""
78
 
79
+ #: ../super_socializer.php:848
80
  msgid "Email you entered is already registered or invalid"
81
  msgstr ""
82
 
83
+ #: ../super_socializer.php:852
84
  msgid "Please enter a valid email address. You might be required to verify it"
85
  msgstr ""
86
 
100
  msgid "Click to hide help"
101
  msgstr ""
102
 
103
+ #: ../helper.php:249
104
  msgid "Settings"
105
  msgstr ""
106
 
107
+ #: ../helper.php:572
108
  msgid "Account linked successfully"
109
  msgstr ""
110
 
111
+ #: ../helper.php:576
112
  msgid "Account already exists or linked"
113
  msgstr ""
114
 
115
+ #: ../helper.php:585
116
  msgid "You are already connected with"
117
  msgstr ""
118
 
119
+ #: ../helper.php:585
120
  msgid "as primary social network"
121
  msgstr ""
122
 
123
+ #: ../helper.php:600
124
  msgid "Link your social account to login to your account at this website"
125
  msgstr ""
126
 
127
+ #: ../helper.php:637
128
  msgid "Currently"
129
  msgstr ""
130
 
131
+ #: ../helper.php:637
132
  msgid "Remove"
133
  msgstr ""
134
 
135
+ #: ../helper.php:738
136
  msgid "Disable Standard Social Sharing on this "
137
  msgstr ""
138
 
139
+ #: ../helper.php:743
140
  msgid "Disable Floating Social Sharing on this "
141
  msgstr ""
142
 
143
+ #: ../helper.php:748
144
  msgid "Disable Standard like buttons on this "
145
  msgstr ""
146
 
147
+ #: ../helper.php:753
148
  msgid "Disable Floating like buttons on this "
149
  msgstr ""
150
 
151
+ #: ../helper.php:758
152
  msgid "Disable Social Commenting on this "
153
  msgstr ""
154
 
155
+ #: ../helper.php:767
156
  msgid "Standard Sharing Interface"
157
  msgstr ""
158
 
159
+ #: ../helper.php:773
160
+ #: ../helper.php:792
161
  msgid "Starting share count for "
162
  msgstr ""
163
 
164
+ #: ../helper.php:786
165
  msgid "Floating Sharing Interface"
166
  msgstr ""
167
 
168
+ #: ../helper.php:878
169
  msgid "Social Avatar"
170
  msgstr ""
171
 
172
+ #: ../helper.php:881
173
  msgid "Do not fetch and update social avatar from my profile, next time I Social Login"
174
  msgstr ""
175
 
176
+ #: ../helper.php:882
177
  msgid "Update social avatar, next time I Social Login"
178
  msgstr ""
179
 
180
+ #: ../helper.php:885
181
  msgid "Small Avatar"
182
  msgstr ""
183
 
184
+ #: ../helper.php:889
185
  msgid "Large Avatar"
186
  msgstr ""
187
 
188
+ #: ../helper.php:893
189
  #: ../admin/general_options.php:89
190
+ #: ../admin/social_sharing.php:1732
191
  #: ../admin/social_commenting.php:464
192
  #: ../admin/social_login.php:778
193
+ #: ../admin/like_buttons.php:764
194
  msgid "Save Changes"
195
  msgstr ""
196
 
330
  msgstr ""
331
 
332
  #: ../admin/social_sharing.php:39
333
+ #: ../admin/social_sharing.php:1681
334
+ #: ../admin/social_sharing.php:1683
335
  #: ../admin/social_login.php:37
336
  #: ../admin/social_login.php:764
337
  #: ../admin/like_buttons.php:40
338
+ #: ../admin/like_buttons.php:751
339
  msgid "Shortcode & Widget"
340
  msgstr ""
341
 
344
  msgstr ""
345
 
346
  #: ../admin/social_sharing.php:41
347
+ #: ../admin/social_sharing.php:1712
348
  #: ../admin/social_commenting.php:36
349
  #: ../admin/social_commenting.php:452
350
  msgid "FAQ"
961
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
962
  msgstr ""
963
 
964
+ #: ../admin/social_sharing.php:1590
965
+ #: ../admin/like_buttons.php:660
966
+ msgid "ShortUrl cache cleared successfully."
967
+ msgstr ""
968
+
969
+ #: ../admin/social_sharing.php:1597
970
+ #: ../admin/like_buttons.php:667
971
+ 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."
972
+ msgstr ""
973
+
974
+ #: ../admin/social_sharing.php:1606
975
+ #: ../admin/social_sharing.php:1612
976
  #: ../admin/social_commenting.php:311
977
+ #: ../admin/like_buttons.php:676
978
+ #: ../admin/like_buttons.php:682
979
  msgid "Language"
980
  msgstr ""
981
 
982
+ #: ../admin/social_sharing.php:1622
983
  #, php-format
984
  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)"
985
  msgstr ""
986
 
987
+ #: ../admin/social_sharing.php:1631
988
  msgid "Username in sharing"
989
  msgstr ""
990
 
991
+ #: ../admin/social_sharing.php:1637
992
  msgid "Twitter username (without @)"
993
  msgstr ""
994
 
 
995
  #: ../admin/social_sharing.php:1647
996
+ #: ../admin/social_sharing.php:1666
997
  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."
998
  msgstr ""
999
 
1000
+ #: ../admin/social_sharing.php:1656
1001
  msgid "Buffer username (without @)"
1002
  msgstr ""
1003
 
1004
+ #: ../admin/social_sharing.php:1693
1005
  msgid "Facebook Sharing Troubleshooter"
1006
  msgstr ""
1007
 
1008
+ #: ../admin/social_sharing.php:1698
1009
  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:"
1010
  msgstr ""
1011
 
1012
+ #: ../admin/social_sharing.php:1714
1013
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1014
  msgstr ""
1015
 
1016
+ #: ../admin/social_sharing.php:1715
1017
  msgid "How can I disable sharing on particular page/post?"
1018
  msgstr ""
1019
 
1020
+ #: ../admin/social_sharing.php:1716
1021
  msgid "How can I specify minimum sharing count for sharing networks?"
1022
  msgstr ""
1023
 
1024
+ #: ../admin/social_sharing.php:1717
1025
  msgid "How to share specific page?"
1026
  msgstr ""
1027
 
1028
+ #: ../admin/social_sharing.php:1718
1029
  msgid "How to integrate Google Analytics with sharing?"
1030
  msgstr ""
1031
 
1032
+ #: ../admin/social_sharing.php:1719
1033
  msgid "How to customize the look of total share counts?"
1034
  msgstr ""
1035
 
1036
+ #: ../admin/social_sharing.php:1720
1037
  msgid "How to customize the look of individual share counts?"
1038
  msgstr ""
1039
 
1040
+ #: ../admin/social_sharing.php:1721
1041
  msgid "How to show Whatsapp icon only on mobile devices?"
1042
  msgstr ""
1043
 
1616
  msgid "Social Linking Shortcode"
1617
  msgstr ""
1618
 
1619
+ #: ../admin/admin.php:8
1620
+ msgid "Welcome"
1621
+ msgstr ""
1622
+
1623
+ #: ../admin/admin.php:10
1624
+ msgid "You are ready to Socialize your website."
1625
+ msgstr ""
1626
+
1627
+ #: ../admin/admin.php:11
1628
+ msgid "Getting Started"
1629
+ msgstr ""
1630
+
1631
+ #: ../admin/admin.php:12
1632
+ 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."
1633
+ msgstr ""
1634
+
1635
+ #: ../admin/admin.php:13
1636
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1637
+ msgstr ""
1638
+
1639
+ #: ../admin/admin.php:14
1640
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1641
+ msgstr ""
1642
+
1643
+ #: ../admin/admin.php:15
1644
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1645
+ msgstr ""
1646
+
1647
+ #: ../admin/admin.php:16
1648
+ msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1649
+ msgstr ""
1650
+
1651
  #: ../admin/like_buttons.php:16
1652
  msgid "Enable Like Buttons"
1653
  msgstr ""
1758
  msgid "Enable bit.ly url shortener for tweet button"
1759
  msgstr ""
1760
 
1761
+ #: ../admin/like_buttons.php:692
1762
  #, php-format
1763
  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)"
1764
  msgstr ""
1765
 
1766
+ #: ../admin/like_buttons.php:701
1767
  msgid "Twitter Username"
1768
  msgstr ""
1769
 
1770
+ #: ../admin/like_buttons.php:707
1771
  msgid "Twitter username for Tweet (without @)"
1772
  msgstr ""
1773
 
1774
+ #: ../admin/like_buttons.php:717
1775
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1776
  msgstr ""
1777
 
1778
+ #: ../admin/like_buttons.php:726
1779
  msgid "Twitter username for Buffer sharing (without @)"
1780
  msgstr ""
1781
 
1782
+ #: ../admin/like_buttons.php:736
1783
  msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1784
  msgstr ""
1785
 
1786
+ #: ../admin/like_buttons.php:753
1787
  msgid "Like Buttons Shortcode & Widget"
1788
  msgstr ""
1789
 
1791
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1792
  msgstr ""
1793
 
1794
+ #: ../inc/social_sharing.php:652
1795
  msgid "Invalid request"
1796
  msgstr ""
1797
 
1798
+ #: ../inc/social_sharing.php:659
1799
  msgid "Providers not selected"
1800
  msgstr ""
1801
 
readme.txt CHANGED
@@ -1,16 +1,16 @@
1
  === Super Socializer ===
2
- Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Italian Translator: Maurizio https://freedomsgate.org, Spanish translator: Andrew Kurtis http://webhostinghub.com, German Translator: Maximilian Kops http://maxkops.de, Arabic Translator: http://www.ArabsSM.com, Russian Translator: Nicholas Lagunov http://tobehip.com.ua
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
- Tested up to: 4.4
7
- Stable tag: 7.0.1
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
11
 
12
  == Description ==
13
- **Spanish, German, French, Hungarian, Italian, Arabic, Russian and Serbo-Croatian translations included**
14
 
15
  = Feature list =
16
  * Social Sharing from around 100 social networks
@@ -198,6 +198,13 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
 
 
 
 
 
 
 
201
  = 7.0.1 =
202
  * [Bugfix] 'array_replace' function was causing fatal error at the websites running on PHP version < 5.3. Introduced fallback function for
203
 
@@ -750,4 +757,11 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
750
  * [Improvement] Compatible with PHP 7 (Still, we recommend to check it first on your development environment before moving to production)
751
 
752
  = 7.0.1 =
753
- * [Bugfix] 'array_replace' function was causing fatal error at the websites running on PHP version < 5.3. Introduced fallback function for this.
 
 
 
 
 
 
 
1
  === Super Socializer ===
2
+ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Italian Translator: Maurizio https://freedomsgate.org, Spanish translator: Andrew Kurtis http://webhostinghub.com, Arabic Translator: http://www.ArabsSM.com, Russian Translator: Nicholas Lagunov http://tobehip.com.ua
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
+ Tested up to: 4.4.1
7
+ Stable tag: 7.1
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
11
 
12
  == Description ==
13
+ **Spanish, French, Hungarian, Italian, Arabic, Russian and Serbo-Croatian translations included**
14
 
15
  = Feature list =
16
  * Social Sharing from around 100 social networks
198
  8. **Social Commenting**: Disqus Commenting selected
199
 
200
  == Changelog ==
201
+ = 7.1 =
202
+ * [Bugfix] Plugin functionality was breaking in a few cases when "Load all Javascript files in single file" option was enabled
203
+ * [Improvement] Improved bit.ly short url cache resulting in reduced page load time
204
+ * [Improvement] Specified "the_champ_sharing_title" class name for the div containing title of sharing interface
205
+ * [Improvement] Removed German translation due to poor feedback
206
+ * [New] Option to clear bit.ly shorturl cache
207
+
208
  = 7.0.1 =
209
  * [Bugfix] 'array_replace' function was causing fatal error at the websites running on PHP version < 5.3. Introduced fallback function for
210
 
757
  * [Improvement] Compatible with PHP 7 (Still, we recommend to check it first on your development environment before moving to production)
758
 
759
  = 7.0.1 =
760
+ * [Bugfix] 'array_replace' function was causing fatal error at the websites running on PHP version < 5.3. Introduced fallback function for this.
761
+
762
+ = 7.1 =
763
+ * [Bugfix] Plugin functionality was breaking in a few cases when "Load all Javascript files in single file" option was enabled
764
+ * [Improvement] Improved bit.ly short url cache resulting in reduced page load time
765
+ * [Improvement] Specified "the_champ_sharing_title" class name for the div containing title of sharing interface
766
+ * [Improvement] Removed German translation due to poor feedback
767
+ * [New] Option to clear bit.ly shorturl cache
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.0.1
7
  Author: Team Heateor
8
  Author URI: http://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.0.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -834,8 +834,6 @@ function the_champ_replace_array_value($array, $value, $replacement){
834
  * Default options when plugin is installed
835
  */
836
  function the_champ_default_options(){
837
- $currentVersion = get_option('the_champ_ss_version');
838
-
839
  // general options
840
  add_option('the_champ_general', array(
841
  'footer_script' => '1',
@@ -949,26 +947,11 @@ function the_champ_default_options(){
949
  ));
950
 
951
  add_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
952
-
953
- $theChampSharingOptions = get_option('the_champ_sharing');
954
-
955
- if ( $theChampSharingOptions['horizontal_sharing_replace_color'] != '#fff' ) {
956
- the_champ_update_svg_css( $theChampSharingOptions['horizontal_sharing_replace_color'], 'share-default-svg-horizontal' );
957
- }
958
- if ( $theChampSharingOptions['horizontal_sharing_replace_color_hover'] != '#fff' ) {
959
- the_champ_update_svg_css( $theChampSharingOptions['horizontal_sharing_replace_color_hover'], 'share-hover-svg-horizontal' );
960
- }
961
- if ( $theChampSharingOptions['vertical_sharing_replace_color'] != '#fff' ) {
962
- the_champ_update_svg_css( $theChampSharingOptions['vertical_sharing_replace_color'], 'share-default-svg-vertical' );
963
- }
964
- if ( $theChampSharingOptions['vertical_sharing_replace_color_hover'] != '#fff' ) {
965
- the_champ_update_svg_css( $theChampSharingOptions['vertical_sharing_replace_color_hover'], 'share-hover-svg-vertical' );
966
- }
967
  }
968
  register_activation_hook(__FILE__, 'the_champ_default_options');
969
 
970
  function the_champ_ssmi_update_notification(){
971
- if(current_user_can('manage_options') && defined('HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION') && version_compare('1.2', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION)){
972
  ?>
973
  <div class="error notice">
974
  <h3>Social Sharing - myCRED Integration</h3>
@@ -984,14 +967,14 @@ function the_champ_update_db_check(){
984
 
985
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
986
 
987
- if(version_compare("6.0", $currentVersion)){
988
  global $theChampFacebookOptions;
989
  $theChampFacebookOptions['enable_post'] = '1';
990
  $theChampFacebookOptions['enable_page'] = '1';
991
  update_option('the_champ_facebook', $theChampFacebookOptions);
992
  }
993
 
994
- if(version_compare('7.0', $currentVersion)){
995
  global $theChampSharingOptions, $theChampLoginOptions, $theChampGeneralOptions;
996
 
997
  $theChampSharingOptions['horizontal_re_providers'] = the_champ_replace_array_value($theChampSharingOptions['horizontal_re_providers'], 'google', 'google_plus');
@@ -1105,22 +1088,24 @@ function the_champ_update_db_check(){
1105
 
1106
  update_option('the_champ_sharing', $theChampSharingOptions);
1107
  update_option('the_champ_general', $theChampGeneralOptions);
 
1108
 
1109
- /*
 
1110
  if ( $theChampSharingOptions['horizontal_sharing_replace_color'] != '#fff' ) {
1111
- the_champ_update_svg_css( $theChampSharingOptions['horizontal_sharing_replace_color'], 'sassy-social-share-default-svg-horizontal' );
1112
  }
1113
- if ( $theChampSharingOptions['horizontal_font_color_hover'] != '#fff' ) {
1114
- the_champ_update_svg_css( $theChampSharingOptions['horizontal_font_color_hover'], 'sassy-social-share-hover-svg-horizontal' );
1115
  }
1116
- if ( $theChampSharingOptions['vertical_font_color_default'] != '#fff' ) {
1117
- the_champ_update_svg_css( $theChampSharingOptions['vertical_font_color_default'], 'sassy-social-share-default-svg-vertical' );
1118
  }
1119
- if ( $theChampSharingOptions['vertical_font_color_hover'] != '#fff' ) {
1120
- the_champ_update_svg_css( $theChampSharingOptions['vertical_font_color_hover'], 'sassy-social-share-hover-svg-vertical' );
1121
  }
1122
- */
1123
  }
 
1124
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
1125
  }
1126
  }
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.1
7
  Author: Team Heateor
8
  Author URI: http://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.1');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
834
  * Default options when plugin is installed
835
  */
836
  function the_champ_default_options(){
 
 
837
  // general options
838
  add_option('the_champ_general', array(
839
  'footer_script' => '1',
947
  ));
948
 
949
  add_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
950
  }
951
  register_activation_hook(__FILE__, 'the_champ_default_options');
952
 
953
  function the_champ_ssmi_update_notification(){
954
+ if(current_user_can('manage_options') && defined('HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION') && version_compare('1.2', HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION) > 0){
955
  ?>
956
  <div class="error notice">
957
  <h3>Social Sharing - myCRED Integration</h3>
967
 
968
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
969
 
970
+ if(version_compare("6.0", $currentVersion) > 0){
971
  global $theChampFacebookOptions;
972
  $theChampFacebookOptions['enable_post'] = '1';
973
  $theChampFacebookOptions['enable_page'] = '1';
974
  update_option('the_champ_facebook', $theChampFacebookOptions);
975
  }
976
 
977
+ if(version_compare('7.0', $currentVersion) > 0){
978
  global $theChampSharingOptions, $theChampLoginOptions, $theChampGeneralOptions;
979
 
980
  $theChampSharingOptions['horizontal_re_providers'] = the_champ_replace_array_value($theChampSharingOptions['horizontal_re_providers'], 'google', 'google_plus');
1088
 
1089
  update_option('the_champ_sharing', $theChampSharingOptions);
1090
  update_option('the_champ_general', $theChampGeneralOptions);
1091
+ }
1092
 
1093
+ if(version_compare($currentVersion, '6.9') > 0){
1094
+ global $theChampSharingOptions;
1095
  if ( $theChampSharingOptions['horizontal_sharing_replace_color'] != '#fff' ) {
1096
+ the_champ_update_svg_css( $theChampSharingOptions['horizontal_sharing_replace_color'], 'share-default-svg-horizontal' );
1097
  }
1098
+ if ( $theChampSharingOptions['horizontal_sharing_replace_color_hover'] != '#fff' ) {
1099
+ the_champ_update_svg_css( $theChampSharingOptions['horizontal_sharing_replace_color_hover'], 'share-hover-svg-horizontal' );
1100
  }
1101
+ if ( $theChampSharingOptions['vertical_sharing_replace_color'] != '#fff' ) {
1102
+ the_champ_update_svg_css( $theChampSharingOptions['vertical_sharing_replace_color'], 'share-default-svg-vertical' );
1103
  }
1104
+ if ( $theChampSharingOptions['vertical_sharing_replace_color_hover'] != '#fff' ) {
1105
+ the_champ_update_svg_css( $theChampSharingOptions['vertical_sharing_replace_color_hover'], 'share-hover-svg-vertical' );
1106
  }
 
1107
  }
1108
+
1109
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
1110
  }
1111
  }