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

Version Description

  • [New] Added option to enable/disable sharing and like buttons at BuddyPress Group page
  • [New] Added option to show/hide options for website users to update social avatar at BuddyPress profile page
  • [New] Made changes to make plugin compatible with "Share Analytics" add-on
  • [Bugfix] Horizontal sharing interface was appearing aligned vertically in some cases
Download this release

Release Info

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

Code changes from version 6.5 to 6.6

admin/help.php CHANGED
@@ -21,7 +21,25 @@
21
 
22
  <div style="margin-bottom: 21px">
23
  <div class="inside" style="padding-top:10px">
24
- <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/add-ons"><input type="button" class="ss_demo" value="<?php _e('Add-ons', 'Super-Socializer') ?>" /></a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  </div>
26
  </div>
27
 
21
 
22
  <div style="margin-bottom: 21px">
23
  <div class="inside" style="padding-top:10px">
24
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-analytics-sharing"><input type="button" class="ss_demo" value="<?php _e('Integrate Social Sharing with Google Analytics', 'Super-Socializer') ?>" /></a>
25
+ </div>
26
+ </div>
27
+
28
+ <div style="margin-bottom: 21px">
29
+ <div class="inside" style="padding-top:10px">
30
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-share-mycred"><input type="button" class="ss_demo" value="<?php _e('Boost sharing by awarding points', 'Super-Socializer') ?>" /></a>
31
+ </div>
32
+ </div>
33
+
34
+ <div style="margin-bottom: 21px">
35
+ <div class="inside" style="padding-top:10px">
36
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-login-mycred-integration"><input type="button" class="ss_demo" value="<?php _e('Award points for Social Login', 'Super-Socializer') ?>" /></a>
37
+ </div>
38
+ </div>
39
+
40
+ <div style="margin-bottom: 21px">
41
+ <div class="inside" style="padding-top:10px">
42
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/add-ons"><input type="button" class="ss_demo" value="<?php _e('Other Add-ons', 'Super-Socializer') ?>" /></a>
43
  </div>
44
  </div>
45
 
admin/like_buttons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
 
3
  <div id="fb-root"></div>
4
- <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-share-mycred"><input type="button" class="ss_demo" style="width: auto;padding: 8px 17px;font-size: 18px;margin-top: 20px;margin-left: 15px;" value="<?php _e('Boost sharing by awarding points', 'Super-Socializer') ?>" /></a>
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <div class="menu_div" id="tabs">
7
  <form action="options.php" method="post">
@@ -390,7 +390,10 @@
390
  ?>
391
  <br/>
392
  <input id="the_champ_counter_bp_activity" name="the_champ_counter[bp_activity]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
393
- <label for="the_champ_counter_bp_activity"><?php _e('BuddyPress activity and groups', 'Super-Socializer') ?></label>
 
 
 
394
  <?php
395
  }
396
  if(function_exists('is_bbpress')){
@@ -657,7 +660,13 @@
657
  <?php
658
  }
659
  }
660
-
 
 
 
 
 
 
661
  if(function_exists('is_bbpress')){
662
  ?>
663
  <br/>
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
 
3
  <div id="fb-root"></div>
4
+
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <div class="menu_div" id="tabs">
7
  <form action="options.php" method="post">
390
  ?>
391
  <br/>
392
  <input id="the_champ_counter_bp_activity" name="the_champ_counter[bp_activity]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
393
+ <label for="the_champ_counter_bp_activity"><?php _e('BuddyPress activity', 'Super-Socializer') ?></label>
394
+ <br/>
395
+ <input id="the_champ_counter_bp_group" name="the_champ_counter[bp_group]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_group']) ? 'checked = "checked"' : '';?> value="1" />
396
+ <label for="the_champ_counter_bp_group"><?php _e('BuddyPress group (only at top of content)', 'Super-Socializer') ?></label>
397
  <?php
398
  }
399
  if(function_exists('is_bbpress')){
660
  <?php
661
  }
662
  }
663
+ if($theChampIsBpActive){
664
+ ?>
665
+ <br/>
666
+ <input id="the_champ_counter_vertical_bp_group" name="the_champ_counter[vertical_bp_group]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bp_group']) ? 'checked = "checked"' : '';?> value="1" />
667
+ <label for="the_champ_counter_vertical_bp_group"><?php _e('BuddyPress group', 'Super-Socializer') ?></label>
668
+ <?php
669
+ }
670
  if(function_exists('is_bbpress')){
671
  ?>
672
  <br/>
admin/social_login.php CHANGED
@@ -1,6 +1,5 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
- <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-login-mycred-integration"><input type="button" class="ss_demo" style="width: auto;padding: 8px 17px;font-size: 18px;margin-top: 20px;margin-left: 15px;" value="<?php _e('Award points for Social Login', 'Super-Socializer') ?>" /></a>
4
  <div class="metabox-holder">
5
  <div class="menu_div" id="tabs">
6
  <form action="options.php" method="post">
@@ -542,6 +541,27 @@
542
  </div>
543
  </td>
544
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
545
  </tbody>
546
 
547
  <tr>
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
 
3
  <div class="metabox-holder">
4
  <div class="menu_div" id="tabs">
5
  <form action="options.php" method="post">
541
  </div>
542
  </td>
543
  </tr>
544
+
545
+ <?php if($theChampIsBpActive){ ?>
546
+ <tr>
547
+ <th>
548
+ <img id="the_champ_sl_avatar_options_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
549
+ <label for="the_champ_sl_avatar_options"><?php _e("Show option for users to update social avatar at BuddyPress profile page", 'Super-Socializer'); ?></label>
550
+ </th>
551
+ <td>
552
+ <input id="the_champ_sl_avatar_options" name="the_champ_login[avatar_options]" type="checkbox" <?php echo isset($theChampLoginOptions['avatar_options']) ? 'checked = "checked"' : '';?> value="1" />
553
+ </td>
554
+ </tr>
555
+
556
+ <tr class="the_champ_help_content" id="the_champ_sl_avatar_options_help_cont">
557
+ <td colspan="2">
558
+ <div>
559
+ <?php _e('If enabled, users would be able to update their social avatar from "Profile photo" section in BuddyPress profile at front-end', 'Super-Socializer') ?>
560
+ </div>
561
+ </td>
562
+ </tr>
563
+ <?php } ?>
564
+
565
  </tbody>
566
 
567
  <tr>
admin/social_sharing.php CHANGED
@@ -2,7 +2,6 @@
2
 
3
  <div id="fb-root"></div>
4
 
5
- <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-share-mycred"><input type="button" class="ss_demo" style="width: auto;padding: 8px 17px;font-size: 18px;margin-top: 20px;margin-left: 15px;" value="<?php _e('Boost sharing by awarding points', 'Super-Socializer') ?>" /></a>
6
  <div class="metabox-holder columns-2" id="post-body">
7
  <div class="menu_div" id="tabs">
8
  <form id="the_champ_sharing_form" action="options.php" method="post">
@@ -654,7 +653,9 @@
654
  if($theChampIsBpActive){
655
  ?>
656
  <input id="the_champ_sharing_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset($theChampSharingOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
657
- <label for="the_champ_sharing_bp_activity"><?php _e('BuddyPress activity and groups', 'Super-Socializer') ?></label><br/>
 
 
658
  <?php
659
  }
660
  if(function_exists('is_bbpress')){
@@ -1078,6 +1079,13 @@
1078
  }
1079
  }
1080
 
 
 
 
 
 
 
 
1081
  if(function_exists('is_bbpress')){
1082
  ?>
1083
  <br/>
2
 
3
  <div id="fb-root"></div>
4
 
 
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <div class="menu_div" id="tabs">
7
  <form id="the_champ_sharing_form" action="options.php" method="post">
653
  if($theChampIsBpActive){
654
  ?>
655
  <input id="the_champ_sharing_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset($theChampSharingOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
656
+ <label for="the_champ_sharing_bp_activity"><?php _e('BuddyPress activity', 'Super-Socializer') ?></label><br/>
657
+ <input id="the_champ_sharing_bp_group" name="the_champ_sharing[bp_group]" type="checkbox" <?php echo isset($theChampSharingOptions['bp_group']) ? 'checked = "checked"' : '';?> value="1" />
658
+ <label for="the_champ_sharing_bp_group"><?php _e('BuddyPress group (only at top of content)', 'Super-Socializer') ?></label><br/>
659
  <?php
660
  }
661
  if(function_exists('is_bbpress')){
1079
  }
1080
  }
1081
 
1082
+ if($theChampIsBpActive){
1083
+ ?>
1084
+ <input id="the_champ_sharing_vertical_bp_group" name="the_champ_sharing[vertical_bp_group]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_bp_group']) ? 'checked = "checked"' : '';?> value="1" />
1085
+ <label for="the_champ_sharing_vertical_bp_group"><?php _e('BuddyPress group', 'Super-Socializer') ?></label><br/>
1086
+ <?php
1087
+ }
1088
+
1089
  if(function_exists('is_bbpress')){
1090
  ?>
1091
  <br/>
css/front.css CHANGED
@@ -1 +1 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important}#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{background:0 0!important;float:left;width:33.3333%;text-align:left!important}#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:92%;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:#58B8F8;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:14px;height:auto;line-height:20px;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}.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{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;color:#fff;text-align:center;font-weight:bolder;font-family:sans-serif;line-height:1.8em}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}li.the_champ_facebook_like{width:110px}li.the_champ_facebook_recommend{width:145px}li.the_champ_twitter_tweet{width:95px}li.the_champ_linkedin_share{width:117px}li.the_champ_google_plusone{width:74px}li.the_champ_buffer{width:81px;}li.the_champ_reddit{width:130px}li.the_champ_yummly{width:81px}li.the_champ_gp_share{width:95px}li.the_champ_pinterest_pin{width:76px}li.the_champ_xing{width:98px}.the_champ_stumble{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}.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,.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;}@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%}.the_champ_hide_sharing{display:none}.the_champ_bottom_sharing{width:auto!important;bottom:-10px!important;top:auto!important;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}.the_champ_bottom_sharing .the_champ_square_count{display: block;line-height: inherit;}}
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}#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{background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#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:92%;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:#58B8F8;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:14px;height:auto;line-height:20px;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}.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{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;color:#fff;text-align:center;font-weight:bolder;font-family:sans-serif;line-height:1.8em}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}li.the_champ_facebook_like{width:110px}li.the_champ_facebook_recommend{width:145px}li.the_champ_twitter_tweet{width:95px}li.the_champ_linkedin_share{width:117px}li.the_champ_google_plusone{width:74px}li.the_champ_buffer{width:81px;}li.the_champ_reddit{width:130px}li.the_champ_yummly{width:81px}li.the_champ_gp_share{width:95px}li.the_champ_pinterest_pin{width:76px}li.the_champ_xing{width:98px}.the_champ_stumble{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}.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,.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;}div.the_champ_horizontal_sharing li{width:auto !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%}.the_champ_hide_sharing{display:none}.the_champ_bottom_sharing{width:auto!important;bottom:-10px!important;top:auto!important;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}.the_champ_bottom_sharing .the_champ_square_count{display: block;line-height: inherit;}}
helper.php CHANGED
@@ -798,43 +798,45 @@ add_filter('sanitize_user', 'the_champ_sanitize_user', 10, 3);
798
  * Show options to update social avatar at BuddyPress "Change Avatar" page
799
  */
800
  function the_champ_social_avatar_options(){
801
- global $user_ID;
802
- if(isset($_POST['ss_dontupdate_avatar'])){
803
- $dontUpdateAvatar = $_POST['ss_dontupdate_avatar'];
804
- update_user_meta( $user_ID, 'thechamp_dontupdate_avatar', $dontUpdateAvatar );
805
- }else{
806
- $dontUpdateAvatar = get_user_meta($user_ID, 'thechamp_dontupdate_avatar', true);
807
- }
808
- if(isset($_POST['ss_small_avatar'])){
809
- $updatedSmallAvatar = esc_url( str_replace( 'http://', '//', $_POST['ss_small_avatar']) );
810
- update_user_meta( $user_ID, 'thechamp_avatar', $updatedSmallAvatar );
811
- }
812
- if(isset($_POST['ss_large_avatar'])){
813
- $updatedLargeAvatar = esc_url( str_replace( 'http://', '//', $_POST['ss_large_avatar']) );
814
- update_user_meta( $user_ID, 'thechamp_large_avatar', $updatedLargeAvatar );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
815
  }
816
- ?>
817
- <div class="profile" style="margin-bottom:20px">
818
- <form action="" method="post" class="standard-form base">
819
- <h4>Social Avatar</h4>
820
- <div class="clear"></div>
821
- <div class="editfield field_name visibility-public field_type_textbox">
822
- <label for="ss_dontupdate_avatar_1"><input id="ss_dontupdate_avatar_1" style="margin-right:5px" type="radio" name="ss_dontupdate_avatar" value="1" <?php echo $dontUpdateAvatar ? 'checked' : '' ?> />Do not fetch and update social avatar from my profile, next time I Social Login</label>
823
- <label for="ss_dontupdate_avatar_0"><input id="ss_dontupdate_avatar_0" style="margin-right:5px" type="radio" name="ss_dontupdate_avatar" value="0" <?php echo ! $dontUpdateAvatar ? 'checked' : '' ?> />Update social avatar, next time I Social Login</label>
824
- </div>
825
- <div class="editfield field_name visibility-public field_type_textbox">
826
- <label for="ss_small_avatar">Small Avatar</label>
827
- <input id="ss_small_avatar" type="text" name="ss_small_avatar" value="<?php echo isset($updatedSmallAvatar) ? $updatedSmallAvatar : get_user_meta($user_ID, 'thechamp_avatar', true) ?>" />
828
- </div>
829
- <div class="editfield field_name visibility-public field_type_textbox">
830
- <label for="ss_large_avatar">Large Avatar</label>
831
- <input id="ss_large_avatar" type="text" name="ss_large_avatar" value="<?php echo isset($updatedLargeAvatar) ? $updatedLargeAvatar : get_user_meta($user_ID, 'thechamp_large_avatar', true) ?>" />
832
- </div>
833
- <div class="submit">
834
- <input type="submit" value="Save Changes" />
835
- </div>
836
- </form>
837
- </div>
838
- <?php
839
  }
840
  add_action('bp_before_profile_avatar_upload_content', 'the_champ_social_avatar_options');
798
  * Show options to update social avatar at BuddyPress "Change Avatar" page
799
  */
800
  function the_champ_social_avatar_options(){
801
+ global $user_ID, $theChampLoginOptions;
802
+ if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar']) && isset($theChampLoginOptions['avatar_options'])){
803
+ if(isset($_POST['ss_dontupdate_avatar'])){
804
+ $dontUpdateAvatar = $_POST['ss_dontupdate_avatar'];
805
+ update_user_meta( $user_ID, 'thechamp_dontupdate_avatar', $dontUpdateAvatar );
806
+ }else{
807
+ $dontUpdateAvatar = get_user_meta($user_ID, 'thechamp_dontupdate_avatar', true);
808
+ }
809
+ if(isset($_POST['ss_small_avatar'])){
810
+ $updatedSmallAvatar = esc_url( str_replace( 'http://', '//', $_POST['ss_small_avatar']) );
811
+ update_user_meta( $user_ID, 'thechamp_avatar', $updatedSmallAvatar );
812
+ }
813
+ if(isset($_POST['ss_large_avatar'])){
814
+ $updatedLargeAvatar = esc_url( str_replace( 'http://', '//', $_POST['ss_large_avatar']) );
815
+ update_user_meta( $user_ID, 'thechamp_large_avatar', $updatedLargeAvatar );
816
+ }
817
+ ?>
818
+ <div class="profile" style="margin-bottom:20px">
819
+ <form action="" method="post" class="standard-form base">
820
+ <h4><?php _e('Social Avatar', 'Super-Socializer') ?></h4>
821
+ <div class="clear"></div>
822
+ <div class="editfield field_name visibility-public field_type_textbox">
823
+ <label for="ss_dontupdate_avatar_1"><input id="ss_dontupdate_avatar_1" style="margin-right:5px" type="radio" name="ss_dontupdate_avatar" value="1" <?php echo $dontUpdateAvatar ? 'checked' : '' ?> /><?php _e('Do not fetch and update social avatar from my profile, next time I Social Login', 'Super-Socializer') ?></label>
824
+ <label for="ss_dontupdate_avatar_0"><input id="ss_dontupdate_avatar_0" style="margin-right:5px" type="radio" name="ss_dontupdate_avatar" value="0" <?php echo ! $dontUpdateAvatar ? 'checked' : '' ?> /><?php _e('Update social avatar, next time I Social Login', 'Super-Socializer') ?></label>
825
+ </div>
826
+ <div class="editfield field_name visibility-public field_type_textbox">
827
+ <label for="ss_small_avatar"><?php _e('Small Avatar', 'Super-Socializer') ?></label>
828
+ <input id="ss_small_avatar" type="text" name="ss_small_avatar" value="<?php echo isset($updatedSmallAvatar) ? $updatedSmallAvatar : get_user_meta($user_ID, 'thechamp_avatar', true) ?>" />
829
+ </div>
830
+ <div class="editfield field_name visibility-public field_type_textbox">
831
+ <label for="ss_large_avatar"><?php _e('Large Avatar', 'Super-Socializer') ?></label>
832
+ <input id="ss_large_avatar" type="text" name="ss_large_avatar" value="<?php echo isset($updatedLargeAvatar) ? $updatedLargeAvatar : get_user_meta($user_ID, 'thechamp_large_avatar', true) ?>" />
833
+ </div>
834
+ <div class="submit">
835
+ <input type="submit" value="<?php _e('Save Changes', 'Super-Socializer') ?>" />
836
+ </div>
837
+ </form>
838
+ </div>
839
+ <?php
840
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
841
  }
842
  add_action('bp_before_profile_avatar_upload_content', 'the_champ_social_avatar_options');
inc/social_sharing.php CHANGED
@@ -263,6 +263,9 @@ function the_champ_render_sharing($content){
263
  }elseif(isset($theChampCounterOptions['horizontal_target_url'])){
264
  if($theChampCounterOptions['horizontal_target_url'] == 'default'){
265
  $counterPostUrl = get_permalink($post->ID);
 
 
 
266
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'home'){
267
  $counterPostUrl = site_url();
268
  $postId = 0;
@@ -301,8 +304,8 @@ function the_champ_render_sharing($content){
301
  echo $horizontalDiv;
302
  }
303
  // show horizontal counter
304
- if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || (isset( $theChampCounterOptions['archive']) && is_archive()) || ( isset( $theChampCounterOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampCounterOptions['bb_forum'] ) && (isset( $theChampCounterOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampCounterOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampCounterOptions['bb_topic'] ) && (isset( $theChampCounterOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampCounterOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampCounterOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampCounterOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampCounterOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') ) {
305
- if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum','woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou') ) ){
306
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
307
  }else{
308
  if(isset($theChampCounterOptions['top'] ) && isset($theChampCounterOptions['bottom'])){
@@ -336,6 +339,9 @@ function the_champ_render_sharing($content){
336
  if(isset($theChampCounterOptions['vertical_target_url'])){
337
  if($theChampCounterOptions['vertical_target_url'] == 'default'){
338
  $counterPostUrl = get_permalink($post->ID);
 
 
 
339
  }elseif($theChampCounterOptions['vertical_target_url'] == 'home'){
340
  $counterPostUrl = site_url();
341
  $postId = 0;
@@ -362,8 +368,8 @@ function the_champ_render_sharing($content){
362
  $offset = (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) ? $theChampCounterOptions['alignment'].': '. ( $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] == '' ? 0 : $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] ) .'px;' : '').(isset($theChampCounterOptions['top_offset']) ? 'top: '. ( $theChampCounterOptions['top_offset'] == '' ? 0 : $theChampCounterOptions['top_offset'] ) .'px;' : '');
363
  $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
364
  // show vertical counter
365
- if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || (isset( $theChampCounterOptions['vertical_archive']) && is_archive()) || ( isset( $theChampCounterOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampCounterOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) ){
366
- if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
367
  echo $verticalDiv;
368
  }else{
369
  if(is_front_page()){
@@ -417,6 +423,9 @@ function the_champ_render_sharing($content){
417
  }elseif(isset($theChampSharingOptions['horizontal_target_url'])){
418
  if($theChampSharingOptions['horizontal_target_url'] == 'default'){
419
  $postUrl = get_permalink($post->ID);
 
 
 
420
  }elseif($theChampSharingOptions['horizontal_target_url'] == 'home'){
421
  $postUrl = site_url();
422
  $postId = 0;
@@ -455,8 +464,8 @@ function the_champ_render_sharing($content){
455
  echo $horizontalDiv;
456
  }
457
  // show horizontal sharing
458
- if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || (isset( $theChampSharingOptions['archive']) && is_archive()) || ( isset( $theChampSharingOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampSharingOptions['bb_forum'] ) && (isset( $theChampSharingOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampSharingOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampSharingOptions['bb_topic'] ) && (isset( $theChampSharingOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampSharingOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampSharingOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampSharingOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampSharingOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') ) {
459
- if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum', 'woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou') ) ){
460
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
461
  }else{
462
  if(isset($theChampSharingOptions['top'] ) && isset($theChampSharingOptions['bottom'])){
@@ -490,6 +499,9 @@ function the_champ_render_sharing($content){
490
  if(isset($theChampSharingOptions['vertical_target_url'])){
491
  if($theChampSharingOptions['vertical_target_url'] == 'default'){
492
  $postUrl = get_permalink($post->ID);
 
 
 
493
  }elseif($theChampSharingOptions['vertical_target_url'] == 'home'){
494
  $postUrl = site_url();
495
  $postId = 0;
@@ -516,8 +528,8 @@ function the_champ_render_sharing($content){
516
  $offset = (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions['alignment'].': '.$theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'].'px;' : '').(isset($theChampSharingOptions['top_offset']) && $theChampSharingOptions['top_offset'] != '' ? 'top: '.$theChampSharingOptions['top_offset'].'px;' : '');
517
  $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . "' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='".$postUrl."'>".$sharingDiv."</div>";
518
  // show vertical sharing
519
- if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || (isset( $theChampSharingOptions['vertical_archive']) && is_archive()) || ( isset( $theChampSharingOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampSharingOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')))) {
520
- if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
521
  echo $verticalDiv;
522
  }else{
523
  if(is_front_page()){
@@ -567,6 +579,9 @@ add_filter('get_the_excerpt', 'the_champ_render_sharing');
567
  if(isset($theChampSharingOptions['bp_activity']) || isset($theChampCounterOptions['bp_activity'])){
568
  add_action('bp_activity_entry_meta', 'the_champ_render_sharing', 999);
569
  }
 
 
 
570
  add_filter('bbp_get_reply_content', 'the_champ_render_sharing');
571
  add_filter( 'bbp_template_before_single_forum', 'the_champ_render_sharing' );
572
  add_filter( 'bbp_template_before_single_topic', 'the_champ_render_sharing' );
263
  }elseif(isset($theChampCounterOptions['horizontal_target_url'])){
264
  if($theChampCounterOptions['horizontal_target_url'] == 'default'){
265
  $counterPostUrl = get_permalink($post->ID);
266
+ if($counterPostUrl == ''){
267
+ $counterPostUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
268
+ }
269
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'home'){
270
  $counterPostUrl = site_url();
271
  $postId = 0;
304
  echo $horizontalDiv;
305
  }
306
  // show horizontal counter
307
+ if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || (isset( $theChampCounterOptions['archive']) && is_archive()) || ( isset( $theChampCounterOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampCounterOptions['bb_forum'] ) && (isset( $theChampCounterOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampCounterOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampCounterOptions['bb_topic'] ) && (isset( $theChampCounterOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampCounterOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampCounterOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampCounterOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampCounterOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['bp_group'])) ) {
308
+ if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum','woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header') ) ){
309
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
310
  }else{
311
  if(isset($theChampCounterOptions['top'] ) && isset($theChampCounterOptions['bottom'])){
339
  if(isset($theChampCounterOptions['vertical_target_url'])){
340
  if($theChampCounterOptions['vertical_target_url'] == 'default'){
341
  $counterPostUrl = get_permalink($post->ID);
342
+ if($counterPostUrl == ''){
343
+ $counterPostUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
344
+ }
345
  }elseif($theChampCounterOptions['vertical_target_url'] == 'home'){
346
  $counterPostUrl = site_url();
347
  $postId = 0;
368
  $offset = (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) ? $theChampCounterOptions['alignment'].': '. ( $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] == '' ? 0 : $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] ) .'px;' : '').(isset($theChampCounterOptions['top_offset']) ? 'top: '. ( $theChampCounterOptions['top_offset'] == '' ? 0 : $theChampCounterOptions['top_offset'] ) .'px;' : '');
369
  $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
370
  // show vertical counter
371
+ if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || (isset( $theChampCounterOptions['vertical_archive']) && is_archive()) || ( isset( $theChampCounterOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampCounterOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampCounterOptions['vertical_bp_group'])) ){
372
+ if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header') ) ){
373
  echo $verticalDiv;
374
  }else{
375
  if(is_front_page()){
423
  }elseif(isset($theChampSharingOptions['horizontal_target_url'])){
424
  if($theChampSharingOptions['horizontal_target_url'] == 'default'){
425
  $postUrl = get_permalink($post->ID);
426
+ if($postUrl == ''){
427
+ $postUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
428
+ }
429
  }elseif($theChampSharingOptions['horizontal_target_url'] == 'home'){
430
  $postUrl = site_url();
431
  $postId = 0;
464
  echo $horizontalDiv;
465
  }
466
  // show horizontal sharing
467
+ if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || (isset( $theChampSharingOptions['archive']) && is_archive()) || ( isset( $theChampSharingOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampSharingOptions['bb_forum'] ) && (isset( $theChampSharingOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampSharingOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampSharingOptions['bb_topic'] ) && (isset( $theChampSharingOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampSharingOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampSharingOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampSharingOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampSharingOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['bp_group'])) ) {
468
+ if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum', 'woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou', 'bp_before_group_header') ) ){
469
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
470
  }else{
471
  if(isset($theChampSharingOptions['top'] ) && isset($theChampSharingOptions['bottom'])){
499
  if(isset($theChampSharingOptions['vertical_target_url'])){
500
  if($theChampSharingOptions['vertical_target_url'] == 'default'){
501
  $postUrl = get_permalink($post->ID);
502
+ if($postUrl == ''){
503
+ $postUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
504
+ }
505
  }elseif($theChampSharingOptions['vertical_target_url'] == 'home'){
506
  $postUrl = site_url();
507
  $postId = 0;
528
  $offset = (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions['alignment'].': '.$theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'].'px;' : '').(isset($theChampSharingOptions['top_offset']) && $theChampSharingOptions['top_offset'] != '' ? 'top: '.$theChampSharingOptions['top_offset'].'px;' : '');
529
  $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . "' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='".$postUrl."'>".$sharingDiv."</div>";
530
  // show vertical sharing
531
+ if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || (isset( $theChampSharingOptions['vertical_archive']) && is_archive()) || ( isset( $theChampSharingOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampSharingOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) || (current_filter() == 'bp_before_group_header' && isset($theChampSharingOptions['vertical_bp_group']))) {
532
+ if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bp_before_group_header') ) ){
533
  echo $verticalDiv;
534
  }else{
535
  if(is_front_page()){
579
  if(isset($theChampSharingOptions['bp_activity']) || isset($theChampCounterOptions['bp_activity'])){
580
  add_action('bp_activity_entry_meta', 'the_champ_render_sharing', 999);
581
  }
582
+ if(isset($theChampSharingOptions['bp_group']) || isset($theChampSharingOptions['vertical_bp_group']) || isset($theChampCounterOptions['bp_group']) || isset($theChampCounterOptions['vertical_bp_group'])){
583
+ add_action('bp_before_group_header', 'the_champ_render_sharing');
584
+ }
585
  add_filter('bbp_get_reply_content', 'the_champ_render_sharing');
586
  add_filter( 'bbp_template_before_single_forum', 'the_champ_render_sharing' );
587
  add_filter( 'bbp_template_before_single_topic', 'the_champ_render_sharing' );
js/front/facebook/sdk.js CHANGED
@@ -1 +1 @@
1
- function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v2.4"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),theChampCommentNotification&&FB.Event.subscribe("comment.create",function(e){e.commentID&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(){}})}),theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||(t=e.createElement("script"),t.id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document);
1
+ function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v2.4"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),theChampCommentNotification&&FB.Event.subscribe("comment.create",function(e){e.commentID&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(){}})}),theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e?e:"","Minus point(s) for undoing Facebook like-recommend")})),theChampSsga&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e?e:"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e?e:"")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||(t=e.createElement("script"),t.id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document);
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-08 05:26+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -37,7 +37,7 @@ msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
  #: ../super_socializer.php:422
40
- #: ../admin/social_login.php:550
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
@@ -158,6 +158,38 @@ msgstr "بدء العد حصة ل"
158
  msgid "Vertical sharing"
159
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  #: ../admin/help.php:4
162
  #, fuzzy
163
  msgid "About"
@@ -184,759 +216,770 @@ msgid "Plugin Demo"
184
  msgstr "دعم البرنامج المساعد | Plugin Support"
185
 
186
  #: ../admin/help.php:24
187
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  msgstr "إضافات"
189
 
190
- #: ../admin/help.php:29
191
  msgid "Need Help?"
192
  msgstr "احتاج مساعدة؟"
193
 
194
- #: ../admin/help.php:31
195
  #, fuzzy
196
  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>"
197
  msgstr "إذا كنت تريد ميزات مخصصة في البرنامج المساعد، مجرد قطره رسالة بالبريد إلكتروني في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
198
 
199
- #: ../admin/help.php:36
200
  #, fuzzy
201
  msgid "Support Us"
202
  msgstr "الدعم | Support"
203
 
204
- #: ../admin/help.php:39
205
- #: ../admin/help.php:42
206
- #: ../admin/help.php:43
207
- #: ../admin/help.php:44
208
- #: ../admin/help.php:45
209
- #: ../admin/help.php:46
210
  #, fuzzy
211
  msgid "Rate 5-star"
212
  msgstr "يرجى تقييم البرنامج المساعد"
213
 
214
- #: ../admin/help.php:54
215
- #: ../admin/social_sharing.php:438
216
- #: ../admin/social_sharing.php:813
217
- #: ../admin/social_login.php:85
218
  msgid "Facebook"
219
  msgstr "الفيسبوك"
220
 
221
- #: ../admin/social_sharing.php:5
222
- #: ../admin/like_buttons.php:4
223
- msgid "Boost sharing by awarding points"
224
- msgstr "تعزيز تقاسم بمنح نقاط"
225
-
226
- #: ../admin/social_sharing.php:12
227
- #: ../admin/social_sharing.php:23
228
- #: ../admin/social_login.php:10
229
- #: ../admin/social_login.php:18
230
  #: ../admin/like_buttons.php:11
231
  #: ../admin/like_buttons.php:19
232
  #, fuzzy
233
  msgid "Basic Configuration"
234
  msgstr "إنشاء ملف الإعدادات"
235
 
236
- #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Interface"
239
  msgstr "المشاركات الأفقي"
240
 
241
- #: ../admin/social_sharing.php:14
242
  #, fuzzy
243
  msgid "Sharing Options"
244
  msgstr "المشاركات الأفقي"
245
 
246
- #: ../admin/social_sharing.php:15
247
- #: ../admin/social_sharing.php:1206
248
- #: ../admin/social_login.php:12
249
- #: ../admin/social_login.php:753
250
  #: ../admin/like_buttons.php:13
251
- #: ../admin/like_buttons.php:712
252
  #, fuzzy
253
  msgid "Shortcode & Widget"
254
  msgstr "استخدم كود مختصر | Include the shortcode"
255
 
256
- #: ../admin/social_sharing.php:16
257
  #, fuzzy
258
  msgid "Troubleshooter"
259
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
260
 
261
- #: ../admin/social_sharing.php:17
262
- #: ../admin/social_sharing.php:1237
263
  #: ../admin/social_commenting.php:12
264
  #: ../admin/social_commenting.php:446
265
  #, fuzzy
266
  msgid "FAQ"
267
  msgstr "الأسئلة الشائعة "
268
 
269
- #: ../admin/social_sharing.php:29
270
  #, fuzzy
271
  msgid "Enable Social Sharing"
272
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
273
 
274
- #: ../admin/social_sharing.php:39
275
  #, fuzzy
276
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
277
  msgstr "عنصر التحكم الرئيسي \"المشاركة الاجتماعية\". يجب إيداعه لتمكين وظيفة \"المشاركة الاجتماعية\""
278
 
279
- #: ../admin/social_sharing.php:47
280
  #, fuzzy
281
  msgid "Delete all the options on plugin deletion"
282
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
283
 
284
- #: ../admin/social_sharing.php:57
285
  #, fuzzy
286
  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."
287
  msgstr "إذا تم تمكين، سيتم الحصول على حذف خيارات البرنامج المساعد عندما البرنامج المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم بتثبيت البرنامج المساعد في المرة القادمة."
288
 
289
- #: ../admin/social_sharing.php:72
290
  #, fuzzy
291
  msgid "Horizontal interface options"
292
  msgstr "المشاركات الأفقي"
293
 
294
- #: ../admin/social_sharing.php:78
295
- #: ../admin/social_sharing.php:156
296
  #, fuzzy
297
  msgid "Shape"
298
  msgstr "شكل"
299
 
300
- #: ../admin/social_sharing.php:86
301
- #: ../admin/social_sharing.php:164
302
  #, fuzzy
303
  msgid "Round"
304
  msgstr "مستدير"
305
 
306
- #: ../admin/social_sharing.php:88
307
- #: ../admin/social_sharing.php:166
308
  #, fuzzy
309
  msgid "Square"
310
  msgstr "مربع"
311
 
312
- #: ../admin/social_sharing.php:95
313
- #: ../admin/social_sharing.php:173
314
  #, fuzzy
315
  msgid "Shape of the sharing icons"
316
  msgstr "المشاركات الأفقي"
317
 
318
- #: ../admin/social_sharing.php:103
319
- #: ../admin/social_sharing.php:181
320
  #, fuzzy
321
  msgid "Size (in pixels)"
322
  msgstr "حجم"
323
 
324
- #: ../admin/social_sharing.php:121
325
- #: ../admin/social_sharing.php:199
326
  #, fuzzy
327
  msgid "Size of the sharing icons"
328
  msgstr "المشاركات الأفقي"
329
 
330
- #: ../admin/social_sharing.php:128
331
- #: ../admin/social_sharing.php:206
332
  msgid "Icon Preview"
333
  msgstr "الرمز معاينة"
334
 
335
- #: ../admin/social_sharing.php:142
336
- #: ../admin/social_sharing.php:220
337
  #, fuzzy
338
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
339
  msgstr "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
340
 
341
- #: ../admin/social_sharing.php:150
342
  #, fuzzy
343
  msgid "Vertical interface options"
344
  msgstr "مسافة عمودية"
345
 
346
- #: ../admin/social_sharing.php:234
347
  msgid "Modernizr"
348
  msgstr "Modernizr"
349
 
350
- #: ../admin/social_sharing.php:240
351
  msgid "Do not load Modernizr JS"
352
  msgstr "لا تقم بتحميل Modernizr JS"
353
 
354
- #: ../admin/social_sharing.php:250
355
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
356
  msgstr "إذا وجدت المساعد كسر الموضوع الخاص بك، يمكنك محاولة تمكين هذا الخيار"
357
 
358
- #: ../admin/social_sharing.php:259
359
  #: ../admin/like_buttons.php:51
360
  #, fuzzy
361
  msgid "Url shortener"
362
  msgstr "عنوان Url للقيام بالتعليق على"
363
 
364
- #: ../admin/social_sharing.php:265
365
  #, fuzzy
366
  msgid "Use shortlinks already installed"
367
  msgstr "تمّ التنصيب مسبقاً"
368
 
369
- #: ../admin/social_sharing.php:275
370
  #: ../admin/like_buttons.php:67
371
  #, fuzzy
372
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
373
  msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
374
 
375
- #: ../admin/social_sharing.php:283
376
  #, fuzzy
377
  msgid "Enable bit.ly url shortener for sharing"
378
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
379
 
380
- #: ../admin/social_sharing.php:293
381
  #: ../admin/like_buttons.php:85
382
  #, fuzzy
383
  msgid "Master control to enable bit.ly url shortening for sharing"
384
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
385
 
386
- #: ../admin/social_sharing.php:301
387
  #: ../admin/like_buttons.php:93
388
  #, fuzzy
389
  msgid "bit.ly username"
390
  msgstr "إسم المستخدم الألكتروني:"
391
 
392
- #: ../admin/social_sharing.php:311
393
  #: ../admin/like_buttons.php:103
394
  #, fuzzy, php-format
395
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
396
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
397
 
398
- #: ../admin/social_sharing.php:320
399
  #: ../admin/like_buttons.php:112
400
  #, fuzzy
401
  msgid "bit.ly API Key"
402
  msgstr "مفتاح API الخاص | API Private Key"
403
 
404
- #: ../admin/social_sharing.php:330
405
  #: ../admin/like_buttons.php:122
406
  #, fuzzy, php-format
407
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
408
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
409
 
410
- #: ../admin/social_sharing.php:340
411
  #, fuzzy
412
  msgid "Twitter username in sharing"
413
  msgstr "شارك الأخرين عبر تويتر"
414
 
415
- #: ../admin/social_sharing.php:346
416
  #, fuzzy
417
  msgid "Twitter username (without @)"
418
  msgstr "قالب بدون %1$s"
419
 
420
- #: ../admin/social_sharing.php:356
421
  #, fuzzy
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 "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
424
 
425
- #: ../admin/social_sharing.php:366
426
  #, fuzzy
427
  msgid "Horizontal Sharing Interface Options"
428
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
429
 
430
- #: ../admin/social_sharing.php:372
431
  #, fuzzy
432
  msgid "Enable horizontal sharing interface"
433
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
434
 
435
- #: ../admin/social_sharing.php:382
436
  #, fuzzy
437
  msgid "Master control to enable horizontal sharing"
438
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
439
 
440
- #: ../admin/social_sharing.php:392
441
- #: ../admin/social_sharing.php:785
442
  #: ../admin/like_buttons.php:227
443
- #: ../admin/like_buttons.php:465
444
  #, fuzzy
445
  msgid "Target Url"
446
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
447
 
448
- #: ../admin/social_sharing.php:396
449
- #: ../admin/social_sharing.php:789
450
  #: ../admin/like_buttons.php:231
451
- #: ../admin/like_buttons.php:469
452
  #, fuzzy
453
  msgid "Url of the webpage where icons are located (default)"
454
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
455
 
456
- #: ../admin/social_sharing.php:398
457
- #: ../admin/social_sharing.php:791
458
  #: ../admin/like_buttons.php:233
459
- #: ../admin/like_buttons.php:471
460
  #, fuzzy
461
  msgid "Url of the homepage of your website"
462
  msgstr "URL لعملاء الموقع (اختياري)"
463
 
464
- #: ../admin/social_sharing.php:400
465
- #: ../admin/social_sharing.php:793
466
  #: ../admin/like_buttons.php:235
467
- #: ../admin/like_buttons.php:473
468
  #, fuzzy
469
  msgid "Custom url"
470
  msgstr "رابط (URL) مخصّص"
471
 
472
- #: ../admin/social_sharing.php:407
473
- #: ../admin/social_sharing.php:800
474
  #, fuzzy
475
  msgid "Url to share"
476
  msgstr " شارك الآخرين بهذة الفقرة"
477
 
478
- #: ../admin/social_sharing.php:415
479
- #: ../admin/social_login.php:353
480
  #: ../admin/like_buttons.php:250
481
  #, fuzzy
482
  msgid "Title"
483
  msgstr "العنوان"
484
 
485
- #: ../admin/social_sharing.php:425
486
  #, fuzzy
487
  msgid "The text to display above the sharing interface"
488
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
489
 
490
- #: ../admin/social_sharing.php:433
491
- #: ../admin/social_sharing.php:808
492
- #: ../admin/social_login.php:80
493
  #, fuzzy
494
  msgid "Select providers"
495
  msgstr "أختر ..."
496
 
497
- #: ../admin/social_sharing.php:443
498
- #: ../admin/social_sharing.php:818
499
- #: ../admin/social_login.php:89
500
  #, fuzzy
501
  msgid "Twitter"
502
  msgstr "شارك الأخرين عبر تويتر"
503
 
504
- #: ../admin/social_sharing.php:448
505
- #: ../admin/social_sharing.php:823
506
- #: ../admin/social_login.php:93
507
  #, fuzzy
508
  msgid "LinkedIn"
509
  msgstr "شارك الأخرين عبر لنكيدان"
510
 
511
- #: ../admin/social_sharing.php:453
512
- #: ../admin/social_sharing.php:828
513
- #: ../admin/social_login.php:97
514
  #, fuzzy
515
  msgid "Google+"
516
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
517
 
518
- #: ../admin/social_sharing.php:458
519
- #: ../admin/social_sharing.php:833
520
  #, fuzzy
521
  msgid "Print"
522
  msgstr "طباعة"
523
 
524
- #: ../admin/social_sharing.php:463
525
- #: ../admin/social_sharing.php:838
526
  #, fuzzy
527
  msgid "Email"
528
  msgstr "البريد الإلكتروني"
529
 
530
- #: ../admin/social_sharing.php:468
531
- #: ../admin/social_sharing.php:843
532
  #, fuzzy
533
  msgid "Yahoo"
534
  msgstr "ياهو ماسنجر"
535
 
536
- #: ../admin/social_sharing.php:473
537
- #: ../admin/social_sharing.php:848
538
  #, fuzzy
539
  msgid "Reddit"
540
  msgstr "ريديت"
541
 
542
- #: ../admin/social_sharing.php:478
543
- #: ../admin/social_sharing.php:853
544
  #, fuzzy
545
  msgid "Digg"
546
  msgstr "ديق"
547
 
548
- #: ../admin/social_sharing.php:483
549
- #: ../admin/social_sharing.php:858
550
  #, fuzzy
551
  msgid "Delicious"
552
  msgstr "لذيذ"
553
 
554
- #: ../admin/social_sharing.php:488
555
- #: ../admin/social_sharing.php:863
556
  #, fuzzy
557
  msgid "StumbleUpon"
558
  msgstr "ستامبل أبون"
559
 
560
- #: ../admin/social_sharing.php:493
561
- #: ../admin/social_sharing.php:868
562
  #, fuzzy
563
  msgid "Float it"
564
  msgstr "تطفو عليه"
565
 
566
- #: ../admin/social_sharing.php:498
567
- #: ../admin/social_sharing.php:873
568
  #, fuzzy
569
  msgid "Tumblr"
570
  msgstr "شارك الأخرين عبر تمبلير"
571
 
572
- #: ../admin/social_sharing.php:503
573
- #: ../admin/social_sharing.php:878
574
- #: ../admin/social_login.php:101
575
  #, fuzzy
576
  msgid "Vkontakte"
577
  msgstr "انشر عبر VKontakte"
578
 
579
- #: ../admin/social_sharing.php:508
580
- #: ../admin/social_sharing.php:883
581
  #, fuzzy
582
  msgid "Pinterest"
583
  msgstr "شارك الأخرين عبر بينتريست"
584
 
585
- #: ../admin/social_sharing.php:513
586
- #: ../admin/social_sharing.php:888
587
- #: ../admin/social_login.php:109
588
  #, fuzzy
589
  msgid "Xing"
590
  msgstr "شينغ"
591
 
592
- #: ../admin/social_sharing.php:518
593
- #: ../admin/social_sharing.php:893
594
  #, fuzzy
595
  msgid "Whatsapp"
596
  msgstr "واتس آب"
597
 
598
- #: ../admin/social_sharing.php:523
599
- #: ../admin/social_sharing.php:898
600
  msgid "Yummly"
601
  msgstr "Yummly"
602
 
603
- #: ../admin/social_sharing.php:528
604
- #: ../admin/social_sharing.php:903
605
  msgid "Buffer"
606
  msgstr "Buffer"
607
 
608
- #: ../admin/social_sharing.php:536
609
- #: ../admin/social_sharing.php:911
610
  #, fuzzy
611
  msgid "Select the providers for sharing interface"
612
  msgstr "تحديد موفري لتقاسم واجهة"
613
 
614
- #: ../admin/social_sharing.php:544
615
- #: ../admin/social_sharing.php:919
616
  #, fuzzy
617
  msgid "Rearrange icons"
618
  msgstr "إعادة ترتيب الرموز"
619
 
620
- #: ../admin/social_sharing.php:576
621
- #: ../admin/social_sharing.php:951
622
  #, fuzzy
623
  msgid "Drag the icons to rearrange in desired order"
624
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
625
 
626
- #: ../admin/social_sharing.php:584
627
- #: ../admin/social_sharing.php:977
628
  #: ../admin/like_buttons.php:320
629
- #: ../admin/like_buttons.php:557
630
  #, fuzzy
631
  msgid "Horizontal alignment"
632
  msgstr "بلا محاذاة"
633
 
634
- #: ../admin/social_sharing.php:588
635
- #: ../admin/social_sharing.php:981
636
  #: ../admin/like_buttons.php:324
637
- #: ../admin/like_buttons.php:561
638
  #, fuzzy
639
  msgid "Left"
640
  msgstr "يسار"
641
 
642
- #: ../admin/social_sharing.php:589
643
  #: ../admin/like_buttons.php:325
644
  #, fuzzy
645
  msgid "Center"
646
  msgstr "وسط"
647
 
648
- #: ../admin/social_sharing.php:590
649
- #: ../admin/social_sharing.php:982
650
  #: ../admin/like_buttons.php:326
651
- #: ../admin/like_buttons.php:562
652
  #, fuzzy
653
  msgid "Right"
654
  msgstr "يمين"
655
 
656
- #: ../admin/social_sharing.php:598
657
- #: ../admin/social_sharing.php:990
658
  #, fuzzy
659
  msgid "Horizontal alignment of the sharing interface"
660
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
661
 
662
- #: ../admin/social_sharing.php:606
663
  #: ../admin/like_buttons.php:342
664
  #, fuzzy
665
  msgid "Position with respect to content"
666
  msgstr "موضع الخلفية"
667
 
668
- #: ../admin/social_sharing.php:610
669
  #: ../admin/like_buttons.php:346
670
  #, fuzzy
671
  msgid "Top of the content"
672
  msgstr "أعلى"
673
 
674
- #: ../admin/social_sharing.php:612
675
  #: ../admin/like_buttons.php:348
676
  #, fuzzy
677
  msgid "Bottom of the content"
678
  msgstr "أسفل"
679
 
680
- #: ../admin/social_sharing.php:619
681
  #, fuzzy
682
  msgid "Specify position of the sharing interface with respect to the content"
683
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
684
 
685
- #: ../admin/social_sharing.php:627
686
- #: ../admin/social_sharing.php:1056
687
  #, fuzzy
688
  msgid "Sharing location"
689
  msgstr "المشاركات الأفقي"
690
 
691
- #: ../admin/social_sharing.php:631
692
- #: ../admin/social_sharing.php:1060
693
- #: ../admin/social_login.php:613
694
- #: ../admin/social_login.php:643
695
  #: ../admin/like_buttons.php:367
696
- #: ../admin/like_buttons.php:640
697
  #, fuzzy
698
  msgid "Homepage"
699
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
700
 
701
- #: ../admin/social_sharing.php:633
702
- #: ../admin/social_sharing.php:1062
703
  #: ../admin/like_buttons.php:369
704
- #: ../admin/like_buttons.php:642
705
  #, fuzzy
706
  msgid "Posts"
707
  msgstr "مقالات"
708
 
709
- #: ../admin/social_sharing.php:635
710
- #: ../admin/social_sharing.php:1064
711
  #: ../admin/like_buttons.php:371
712
- #: ../admin/like_buttons.php:644
713
  #, fuzzy
714
  msgid "Pages"
715
  msgstr "صفحات"
716
 
717
- #: ../admin/social_sharing.php:637
718
- #: ../admin/social_sharing.php:1066
719
  msgid "Excerpts (at Homepage)"
720
  msgstr ""
721
 
722
- #: ../admin/social_sharing.php:639
723
- #: ../admin/social_sharing.php:1068
724
  #: ../admin/like_buttons.php:375
725
- #: ../admin/like_buttons.php:648
726
  #, fuzzy
727
  msgid "Category Archives"
728
  msgstr "الأرشيف"
729
 
730
- #: ../admin/social_sharing.php:641
731
- #: ../admin/social_sharing.php:1070
732
  #: ../admin/like_buttons.php:377
733
- #: ../admin/like_buttons.php:650
734
  #, fuzzy
735
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
736
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
737
 
738
- #: ../admin/social_sharing.php:657
739
  #: ../admin/like_buttons.php:393
740
  #, fuzzy
741
- msgid "BuddyPress activity and groups"
742
  msgstr "النشاط BuddyPress والمجموعات"
743
 
744
- #: ../admin/social_sharing.php:663
745
- #: ../admin/social_sharing.php:1085
746
- #: ../admin/like_buttons.php:400
747
- #: ../admin/like_buttons.php:665
 
 
 
 
 
748
  #, fuzzy
749
  msgid "BBPress forum"
750
  msgstr "المنتدى المستعمل | User Forum"
751
 
752
- #: ../admin/social_sharing.php:666
753
- #: ../admin/social_sharing.php:1088
754
- #: ../admin/like_buttons.php:403
755
- #: ../admin/like_buttons.php:668
756
  #, fuzzy
757
  msgid "BBPress topic"
758
  msgstr "إضافات الموضوع"
759
 
760
- #: ../admin/social_sharing.php:669
761
- #: ../admin/like_buttons.php:406
762
  #, fuzzy
763
  msgid "BBPress reply"
764
  msgstr "رد"
765
 
766
- #: ../admin/social_sharing.php:676
767
- #: ../admin/like_buttons.php:412
768
  msgid "After individual product at WooCommerce Shop page"
769
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
770
 
771
- #: ../admin/social_sharing.php:679
772
- #: ../admin/like_buttons.php:415
773
  msgid "WooCommerce Product Page"
774
  msgstr "WooCommerce صفحة المنتج"
775
 
776
- #: ../admin/social_sharing.php:682
777
- #: ../admin/like_buttons.php:418
778
  msgid "WooCommerce Thankyou Page"
779
  msgstr "WooCommerce الشكر الصفحة"
780
 
781
- #: ../admin/social_sharing.php:693
782
  #, fuzzy
783
  msgid "Specify the pages where you want to enable Sharing interface"
784
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
785
 
786
- #: ../admin/social_sharing.php:701
787
- #: ../admin/social_sharing.php:1106
788
  #, fuzzy
789
  msgid "Show share counts"
790
  msgstr "عرض عدد المقالات"
791
 
792
- #: ../admin/social_sharing.php:711
793
- #: ../admin/social_sharing.php:1116
794
  #, fuzzy
795
  msgid "If enabled, share counts are displayed above sharing icons."
796
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
797
 
798
- #: ../admin/social_sharing.php:720
799
- #: ../admin/social_sharing.php:1125
800
  #, fuzzy
801
  msgid "Show total shares"
802
  msgstr "عرض عدد المقالات"
803
 
804
- #: ../admin/social_sharing.php:730
805
- #: ../admin/social_sharing.php:1135
806
  #, fuzzy
807
  msgid "If enabled, total shares will be displayed with sharing icons"
808
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
809
 
810
- #: ../admin/social_sharing.php:739
811
- #: ../admin/social_sharing.php:1144
812
  #, fuzzy
813
  msgid "Enable 'More' icon"
814
  msgstr "الرمز معاينة"
815
 
816
- #: ../admin/social_sharing.php:749
817
- #: ../admin/social_sharing.php:1154
818
  #, fuzzy
819
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
820
  msgstr "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات مشاركة إضافية في المنبثقة"
821
 
822
- #: ../admin/social_sharing.php:759
823
  #, fuzzy
824
  msgid "Vertical (Floating) Sharing Interface Options"
825
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
826
 
827
- #: ../admin/social_sharing.php:765
828
  #, fuzzy
829
  msgid "Enable vertical (floating) sharing interface"
830
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
831
 
832
- #: ../admin/social_sharing.php:775
833
  #, fuzzy
834
  msgid "Master control to enable vertical (floating) sharing widget"
835
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
836
 
837
- #: ../admin/social_sharing.php:959
838
- #: ../admin/like_buttons.php:539
839
  #, fuzzy
840
  msgid "Background Color"
841
  msgstr "لون الخلفية"
842
 
843
- #: ../admin/social_sharing.php:969
844
  #, fuzzy
845
  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>"
846
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
847
 
848
- #: ../admin/social_sharing.php:999
849
- #: ../admin/like_buttons.php:579
850
  #, fuzzy
851
  msgid "Left offset"
852
  msgstr "يسار"
853
 
854
- #: ../admin/social_sharing.php:1009
855
  #, fuzzy
856
  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."
857
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
858
 
859
- #: ../admin/social_sharing.php:1019
860
- #: ../admin/like_buttons.php:599
861
  #, fuzzy
862
  msgid "Right offset"
863
  msgstr "يمين"
864
 
865
- #: ../admin/social_sharing.php:1029
866
  #, fuzzy
867
  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."
868
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
869
 
870
- #: ../admin/social_sharing.php:1038
871
- #: ../admin/like_buttons.php:618
872
  #, fuzzy
873
  msgid "Top offset"
874
  msgstr "أعلى"
875
 
876
- #: ../admin/social_sharing.php:1048
877
  #, fuzzy
878
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
879
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
880
 
881
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
882
  #, fuzzy
883
  msgid "Specify the pages where you want to enable vertical Sharing interface"
884
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
885
 
886
- #: ../admin/social_sharing.php:1162
887
  #, fuzzy
888
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
889
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
890
 
891
- #: ../admin/social_sharing.php:1172
892
  #, fuzzy
893
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
894
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
895
 
896
- #: ../admin/social_sharing.php:1181
897
  msgid "Hide sharing on mobile devices"
898
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
899
 
900
- #: ../admin/social_sharing.php:1191
901
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
902
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
903
 
904
- #: ../admin/social_sharing.php:1208
905
  #, fuzzy
906
  msgid "Social Sharing Shortcode & Widget"
907
  msgstr "استخدم كود مختصر | Include the shortcode"
908
 
909
- #: ../admin/social_sharing.php:1218
910
  msgid "Facebook Sharing Troubleshooter"
911
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
912
 
913
- #: ../admin/social_sharing.php:1223
914
  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:"
915
  msgstr "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
916
 
917
- #: ../admin/social_sharing.php:1239
918
  #, fuzzy
919
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
920
  msgstr "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/الوظائف؟"
921
 
922
- #: ../admin/social_sharing.php:1240
923
  #, fuzzy
924
  msgid "How can I disable sharing on particular page/post?"
925
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
926
 
927
- #: ../admin/social_sharing.php:1241
928
  #, fuzzy
929
  msgid "How can I specify minimum sharing count for sharing networks?"
930
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
931
 
932
- #: ../admin/social_sharing.php:1251
933
- #: ../admin/social_commenting.php:457
934
- #: ../admin/social_login.php:765
935
- #: ../admin/like_buttons.php:723
936
- #, fuzzy
937
- msgid "Save Changes"
938
- msgstr "حفظ"
939
-
940
  #: ../admin/social_commenting.php:10
941
  #, fuzzy
942
  msgid "Social Commenting"
@@ -1182,418 +1225,423 @@ msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\"
1182
  msgid "How to disable default comment form from Social Commenting?"
1183
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1184
 
1185
- #: ../admin/social_login.php:3
1186
- msgid "Award points for Social Login"
1187
- msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
1188
-
1189
- #: ../admin/social_login.php:11
1190
  #, fuzzy
1191
  msgid "Social Login"
1192
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1193
 
1194
- #: ../admin/social_login.php:24
1195
  #, fuzzy
1196
  msgid "Enable Social Login"
1197
  msgstr "تسجيل الدخول"
1198
 
1199
- #: ../admin/social_login.php:34
1200
  #, fuzzy
1201
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1202
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1203
 
1204
- #: ../admin/social_login.php:42
1205
  msgid "Disable user registration via Social Login"
1206
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1207
 
1208
- #: ../admin/social_login.php:52
1209
  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."
1210
  msgstr "بعد تمكين هذا الخيار، وسيكون للمستخدمين الجديد لن يكون قادرا على تسجيل الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون قادرة على الدخول الاجتماعي."
1211
 
1212
- #: ../admin/social_login.php:61
1213
  #, fuzzy
1214
  msgid "Redirection url"
1215
  msgstr "تسجيل الدخول"
1216
 
1217
- #: ../admin/social_login.php:71
1218
  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."
1219
  msgstr "سيتم إعادة توجيه المستخدم إلى هذه الصفحة بعد محاولة فاشلة التسجيل عن طريق الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1220
 
1221
- #: ../admin/social_login.php:105
1222
  #, fuzzy
1223
  msgid "Instagram"
1224
  msgstr "إنستاجرام"
1225
 
1226
- #: ../admin/social_login.php:117
1227
  #, fuzzy
1228
  msgid "Select Social ID provider to enable in Social Login"
1229
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1230
 
1231
- #: ../admin/social_login.php:125
1232
  #, fuzzy
1233
  msgid "Facebook App ID"
1234
  msgstr "رقم التعريف الخالص بك | ID"
1235
 
1236
- #: ../admin/social_login.php:135
1237
  #, fuzzy, php-format
1238
  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"
1239
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1240
 
1241
- #: ../admin/social_login.php:137
1242
  #, fuzzy
1243
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1244
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1245
 
1246
- #: ../admin/social_login.php:147
1247
  #, fuzzy
1248
  msgid "Twitter API Key"
1249
  msgstr "مفتاح API الخاص | API Private Key"
1250
 
1251
- #: ../admin/social_login.php:157
1252
  #, fuzzy, php-format
1253
  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"
1254
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1255
 
1256
- #: ../admin/social_login.php:159
1257
- #: ../admin/social_login.php:181
1258
  #, fuzzy
1259
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1260
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1261
 
1262
- #: ../admin/social_login.php:169
1263
  #, fuzzy
1264
  msgid "Twitter API Secret"
1265
  msgstr "شارك الأخرين عبر تويتر"
1266
 
1267
- #: ../admin/social_login.php:179
1268
  #, fuzzy, php-format
1269
  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"
1270
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1271
 
1272
- #: ../admin/social_login.php:191
1273
  #, fuzzy
1274
  msgid "LinkedIn API Key"
1275
  msgstr "مفتاح API الخاص | API Private Key"
1276
 
1277
- #: ../admin/social_login.php:201
1278
  #, fuzzy, php-format
1279
  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"
1280
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1281
 
1282
- #: ../admin/social_login.php:203
1283
- #: ../admin/social_login.php:269
1284
  #, fuzzy
1285
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1286
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1287
 
1288
- #: ../admin/social_login.php:213
1289
  #, fuzzy
1290
  msgid "Google+ Client ID"
1291
  msgstr "شارك الأخرين عبر جوجل"
1292
 
1293
- #: ../admin/social_login.php:223
1294
  #, fuzzy, php-format
1295
  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"
1296
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1297
 
1298
- #: ../admin/social_login.php:225
1299
  #, fuzzy
1300
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1301
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1302
 
1303
- #: ../admin/social_login.php:235
1304
  #, fuzzy
1305
  msgid "Vkontakte Application ID"
1306
  msgstr "انشر عبر VKontakte"
1307
 
1308
- #: ../admin/social_login.php:245
1309
  #, fuzzy, php-format
1310
  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"
1311
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1312
 
1313
- #: ../admin/social_login.php:247
1314
  #, fuzzy
1315
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1316
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1317
 
1318
- #: ../admin/social_login.php:257
1319
  #, fuzzy
1320
  msgid "Instagram Client ID"
1321
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1322
 
1323
- #: ../admin/social_login.php:267
1324
  #, fuzzy, php-format
1325
  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"
1326
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1327
 
1328
- #: ../admin/social_login.php:279
1329
  #, fuzzy
1330
  msgid "Xing Consumer Key"
1331
  msgstr "مفتاح التفعيل:"
1332
 
1333
- #: ../admin/social_login.php:289
1334
  #, fuzzy, php-format
1335
  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"
1336
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1337
 
1338
- #: ../admin/social_login.php:291
1339
- #: ../admin/social_login.php:313
1340
  #, fuzzy
1341
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1342
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1343
 
1344
- #: ../admin/social_login.php:301
1345
  #, fuzzy
1346
  msgid "Xing Consumer Secret"
1347
  msgstr "كلمة السر | Secret Word"
1348
 
1349
- #: ../admin/social_login.php:311
1350
  #, fuzzy, php-format
1351
  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"
1352
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1353
 
1354
- #: ../admin/social_login.php:323
1355
  #, fuzzy
1356
  msgid "Include Javascript in website footer"
1357
  msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
1358
 
1359
- #: ../admin/social_login.php:333
1360
  #, fuzzy
1361
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1362
  msgstr "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع الويب الخاص بك."
1363
 
1364
- #: ../admin/social_login.php:347
1365
  #, fuzzy
1366
  msgid "Login options"
1367
  msgstr "الخيارات"
1368
 
1369
- #: ../admin/social_login.php:363
1370
  #, fuzzy
1371
  msgid "Text to display above the Social Login interface"
1372
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1373
 
1374
- #: ../admin/social_login.php:372
1375
  #, fuzzy
1376
  msgid "Enable at login page"
1377
  msgstr "صفحة"
1378
 
1379
- #: ../admin/social_login.php:382
1380
  #, fuzzy
1381
  msgid "Social Login interface will get enabled at the login page of your website"
1382
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1383
 
1384
- #: ../admin/social_login.php:390
1385
  #, fuzzy
1386
  msgid "Enable at register page"
1387
  msgstr "التسجيل العام"
1388
 
1389
- #: ../admin/social_login.php:400
1390
  #, fuzzy
1391
  msgid "Social Login interface will get enabled at the registration page of your website"
1392
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1393
 
1394
- #: ../admin/social_login.php:408
1395
  msgid "Enable at comment form"
1396
  msgstr "تمكين هذا الشكل من تعليق"
1397
 
1398
- #: ../admin/social_login.php:418
1399
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1400
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1401
 
1402
- #: ../admin/social_login.php:432
1403
  msgid "Enable before WooCommerce Customer Login Form"
1404
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1405
 
1406
- #: ../admin/social_login.php:442
1407
  #, fuzzy
1408
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1409
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1410
 
1411
- #: ../admin/social_login.php:450
1412
  msgid "Enable after WooCommerce Customer Login Form"
1413
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1414
 
1415
- #: ../admin/social_login.php:460
1416
  #, fuzzy
1417
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1418
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1419
 
1420
- #: ../admin/social_login.php:468
1421
  #, fuzzy
1422
  msgid "Enable at WooCommerce checkout page"
1423
  msgstr "التسجيل العام"
1424
 
1425
- #: ../admin/social_login.php:478
1426
  #, fuzzy
1427
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1428
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1429
 
1430
- #: ../admin/social_login.php:489
1431
  #, fuzzy
1432
  msgid "Auto-approve comments made by Social Login users"
1433
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1434
 
1435
- #: ../admin/social_login.php:499
1436
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1437
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1438
 
1439
- #: ../admin/social_login.php:500
1440
  #, fuzzy
1441
  msgid "Note: This is not related to Facebook comments"
1442
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1443
 
1444
- #: ../admin/social_login.php:510
1445
  #, fuzzy
1446
  msgid "Enable social avatar"
1447
  msgstr "خدمة الشبكة الاجتماعية"
1448
 
1449
- #: ../admin/social_login.php:520
1450
  #, fuzzy
1451
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1452
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1453
 
1454
- #: ../admin/social_login.php:530
1455
  #, fuzzy
1456
  msgid "Avatar quality"
1457
  msgstr "نوعية الصورة الرمزية"
1458
 
1459
- #: ../admin/social_login.php:533
1460
  #, fuzzy
1461
  msgid "Average"
1462
  msgstr "المعدل"
1463
 
1464
- #: ../admin/social_login.php:534
1465
  msgid "Best"
1466
  msgstr "أفضل"
1467
 
1468
- #: ../admin/social_login.php:541
1469
  #, fuzzy
1470
  msgid "Choose avatar quality"
1471
  msgstr "إختيار ملف"
1472
 
1473
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1474
  #, fuzzy
1475
  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"
1476
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1477
 
1478
- #: ../admin/social_login.php:569
1479
  #, fuzzy
1480
  msgid "Send username-password after user registration"
1481
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1482
 
1483
- #: ../admin/social_login.php:579
1484
  #, fuzzy
1485
  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)"
1486
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1487
 
1488
- #: ../admin/social_login.php:588
1489
  #, fuzzy
1490
  msgid "Enable social account linking at BuddyPress profile page"
1491
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1492
 
1493
- #: ../admin/social_login.php:598
1494
  #, fuzzy
1495
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1496
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1497
 
1498
- #: ../admin/social_login.php:607
1499
  #, fuzzy
1500
  msgid "Login redirection"
1501
  msgstr "تسجيل الدخول"
1502
 
1503
- #: ../admin/social_login.php:611
1504
  #, fuzzy
1505
  msgid "Same page where user logged in"
1506
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1507
 
1508
- #: ../admin/social_login.php:615
1509
- #: ../admin/social_login.php:645
1510
  #, fuzzy
1511
  msgid "Account dashboard"
1512
  msgstr " لوحتك الخاصة بالتحكم"
1513
 
1514
- #: ../admin/social_login.php:618
1515
- #: ../admin/social_login.php:648
1516
  #, fuzzy
1517
  msgid "BuddyPress profile page"
1518
  msgstr "تحرير ملفي الشخصي"
1519
 
1520
- #: ../admin/social_login.php:621
1521
- #: ../admin/social_login.php:651
1522
  #, fuzzy
1523
  msgid "Custom Url"
1524
  msgstr "رابط (URL) مخصّص"
1525
 
1526
- #: ../admin/social_login.php:629
1527
  #, fuzzy
1528
  msgid "User will be redirected to the selected page after Social Login"
1529
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1530
 
1531
- #: ../admin/social_login.php:637
1532
  #, fuzzy
1533
  msgid "Registration redirection"
1534
  msgstr "نموذج التسجيل"
1535
 
1536
- #: ../admin/social_login.php:641
1537
  #, fuzzy
1538
  msgid "Same page from where user registered"
1539
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1540
 
1541
- #: ../admin/social_login.php:659
1542
  #, fuzzy
1543
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1544
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1545
 
1546
- #: ../admin/social_login.php:667
1547
  #, fuzzy
1548
  msgid "Email popup options"
1549
  msgstr "الخيارات"
1550
 
1551
- #: ../admin/social_login.php:673
1552
  #, fuzzy
1553
  msgid "Text on 'Email required' popup"
1554
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1555
 
1556
- #: ../admin/social_login.php:683
1557
  #, fuzzy
1558
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1559
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1560
 
1561
- #: ../admin/social_login.php:692
1562
  #, fuzzy
1563
  msgid "Error message for 'Email required' popup"
1564
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1565
 
1566
- #: ../admin/social_login.php:702
1567
  #, fuzzy
1568
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1569
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1570
 
1571
- #: ../admin/social_login.php:711
1572
  #, fuzzy
1573
  msgid "Email popup height"
1574
  msgstr "ارتفاع"
1575
 
1576
- #: ../admin/social_login.php:721
1577
  #, fuzzy
1578
  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."
1579
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1580
 
1581
- #: ../admin/social_login.php:729
1582
  #, fuzzy
1583
  msgid "Enable email verification"
1584
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1585
 
1586
- #: ../admin/social_login.php:739
1587
  #, fuzzy
1588
  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"
1589
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1590
 
1591
- #: ../admin/social_login.php:755
1592
  #, fuzzy
1593
  msgid "Social Login Shortcode & Widget"
1594
  msgstr "استخدم كود مختصر | Include the shortcode"
1595
 
1596
- #: ../admin/social_login.php:756
1597
  msgid "Social Linking Shortcode"
1598
  msgstr "الربط الاجتماعي رمز قصير"
1599
 
@@ -1708,7 +1756,7 @@ msgid "Master control to enable horizontal like buttons"
1708
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
1709
 
1710
  #: ../admin/like_buttons.php:242
1711
- #: ../admin/like_buttons.php:480
1712
  #, fuzzy
1713
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1714
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
@@ -1719,19 +1767,19 @@ msgid "The text to display above the interface"
1719
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
1720
 
1721
  #: ../admin/like_buttons.php:268
1722
- #: ../admin/like_buttons.php:488
1723
  #, fuzzy
1724
  msgid "Select and rearrange providers"
1725
  msgstr "اختر مقالة"
1726
 
1727
  #: ../admin/like_buttons.php:312
1728
- #: ../admin/like_buttons.php:531
1729
  #, fuzzy
1730
  msgid "Select the providers for interface. Drag them to rearrange."
1731
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
1732
 
1733
  #: ../admin/like_buttons.php:334
1734
- #: ../admin/like_buttons.php:570
1735
  #, fuzzy
1736
  msgid "Horizontal alignment of the interface"
1737
  msgstr "بلا محاذاة"
@@ -1742,71 +1790,71 @@ msgid "Specify position of the interface with respect to the content"
1742
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
1743
 
1744
  #: ../admin/like_buttons.php:363
1745
- #: ../admin/like_buttons.php:636
1746
  #, fuzzy
1747
  msgid "Interface location"
1748
  msgstr "واجهة الموقع"
1749
 
1750
  #: ../admin/like_buttons.php:373
1751
- #: ../admin/like_buttons.php:646
1752
  #, fuzzy
1753
  msgid "Excerpts"
1754
  msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
1755
 
1756
- #: ../admin/like_buttons.php:429
1757
  #, fuzzy
1758
  msgid "Specify the pages where you want to enable interface"
1759
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1760
 
1761
- #: ../admin/like_buttons.php:439
1762
  #, fuzzy
1763
  msgid "Vertical (Floating) like buttons Options"
1764
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1765
 
1766
- #: ../admin/like_buttons.php:445
1767
  #, fuzzy
1768
  msgid "Enable vertical (floating) like buttons"
1769
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1770
 
1771
- #: ../admin/like_buttons.php:455
1772
  #, fuzzy
1773
  msgid "Master control to enable vertical (floating) counter widget"
1774
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
1775
 
1776
- #: ../admin/like_buttons.php:549
1777
  #, fuzzy
1778
  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>"
1779
  msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1780
 
1781
- #: ../admin/like_buttons.php:589
1782
  #, fuzzy
1783
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1784
  msgstr "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
1785
 
1786
- #: ../admin/like_buttons.php:609
1787
  #, fuzzy
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:628
1792
  #, fuzzy
1793
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1794
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
1795
 
1796
- #: ../admin/like_buttons.php:678
1797
  #, fuzzy
1798
  msgid "Specify the pages where you want to enable vertical interface"
1799
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
1800
 
1801
- #: ../admin/like_buttons.php:686
1802
  msgid "Hide like buttons on mobile devices"
1803
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
1804
 
1805
- #: ../admin/like_buttons.php:696
1806
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1807
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
1808
 
1809
- #: ../admin/like_buttons.php:714
1810
  #, fuzzy
1811
  msgid "Like Buttons Shortcode & Widget"
1812
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -1816,12 +1864,12 @@ msgstr "استخدم كود مختصر | Include the shortcode"
1816
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1817
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
1818
 
1819
- #: ../inc/social_sharing.php:598
1820
  #, fuzzy
1821
  msgid "Invalid request"
1822
  msgstr "طلب غير صحيح"
1823
 
1824
- #: ../inc/social_sharing.php:605
1825
  #, fuzzy
1826
  msgid "Providers not selected"
1827
  msgstr "محدد | selected"
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"
37
  msgstr "تنبيهات"
38
 
39
  #: ../super_socializer.php:422
40
+ #: ../admin/social_login.php:570
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
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"
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"
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
 
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 للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
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 "بلا محاذاة"
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
  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"
languages/Super-Socializer-de_DE.mo CHANGED
Binary file
languages/Super-Socializer-de_DE.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-08 05:30+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:33+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Bitte geben Sie eine g&uuml;ltige E-Mail Adresse an."
44
 
@@ -165,6 +165,37 @@ msgstr "conteos muestran acciones"
165
  msgid "Vertical sharing"
166
  msgstr "Social Sharing"
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  #: ../admin/help.php:4
169
  msgid "About"
170
  msgstr "über"
@@ -186,670 +217,682 @@ msgid "Plugin Demo"
186
  msgstr "Plugin Demo"
187
 
188
  #: ../admin/help.php:24
189
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
190
  msgstr ""
191
 
192
- #: ../admin/help.php:29
193
  msgid "Need Help?"
194
  msgstr "Brauche Hilfe?"
195
 
196
- #: ../admin/help.php:31
197
  #, fuzzy
198
  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>"
199
  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>"
200
 
201
- #: ../admin/help.php:36
202
  #, fuzzy
203
  msgid "Support Us"
204
  msgstr "Unterstützung"
205
 
206
- #: ../admin/help.php:39
207
- #: ../admin/help.php:42
208
- #: ../admin/help.php:43
209
- #: ../admin/help.php:44
210
- #: ../admin/help.php:45
211
- #: ../admin/help.php:46
212
  msgid "Rate 5-star"
213
  msgstr "Bewerten Sie 5-Sterne-"
214
 
215
- #: ../admin/help.php:54
216
- #: ../admin/social_sharing.php:438
217
- #: ../admin/social_sharing.php:813
218
- #: ../admin/social_login.php:85
219
  msgid "Facebook"
220
  msgstr ""
221
 
222
- #: ../admin/social_sharing.php:5
223
- #: ../admin/like_buttons.php:4
224
- msgid "Boost sharing by awarding points"
225
- msgstr "Steigern Sharing durch die Vergabe von Punkten"
226
-
227
- #: ../admin/social_sharing.php:12
228
- #: ../admin/social_sharing.php:23
229
- #: ../admin/social_login.php:10
230
- #: ../admin/social_login.php:18
231
  #: ../admin/like_buttons.php:11
232
  #: ../admin/like_buttons.php:19
233
  msgid "Basic Configuration"
234
  msgstr "Allgemeine Einstellungen"
235
 
236
- #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Interface"
239
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
240
 
241
- #: ../admin/social_sharing.php:14
242
  #, fuzzy
243
  msgid "Sharing Options"
244
  msgstr "Position der Leiste"
245
 
246
- #: ../admin/social_sharing.php:15
247
- #: ../admin/social_sharing.php:1206
248
- #: ../admin/social_login.php:12
249
- #: ../admin/social_login.php:753
250
  #: ../admin/like_buttons.php:13
251
- #: ../admin/like_buttons.php:712
252
  msgid "Shortcode & Widget"
253
  msgstr "Widgets und shortcodes"
254
 
255
- #: ../admin/social_sharing.php:16
256
  msgid "Troubleshooter"
257
  msgstr "Störungssucher"
258
 
259
- #: ../admin/social_sharing.php:17
260
- #: ../admin/social_sharing.php:1237
261
  #: ../admin/social_commenting.php:12
262
  #: ../admin/social_commenting.php:446
263
  msgid "FAQ"
264
  msgstr "FAQ"
265
 
266
- #: ../admin/social_sharing.php:29
267
  msgid "Enable Social Sharing"
268
  msgstr "Soziales Teilen aktivieren"
269
 
270
- #: ../admin/social_sharing.php:39
271
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
272
  msgstr "Soziales Teilen aktivieren"
273
 
274
- #: ../admin/social_sharing.php:47
275
  msgid "Delete all the options on plugin deletion"
276
  msgstr "Löschen Sie alle Optionen auf Plugin Löschen"
277
 
278
- #: ../admin/social_sharing.php:57
279
  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."
280
  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."
281
 
282
- #: ../admin/social_sharing.php:72
283
  #, fuzzy
284
  msgid "Horizontal interface options"
285
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
286
 
287
- #: ../admin/social_sharing.php:78
288
- #: ../admin/social_sharing.php:156
289
  msgid "Shape"
290
  msgstr "Form"
291
 
292
- #: ../admin/social_sharing.php:86
293
- #: ../admin/social_sharing.php:164
294
  msgid "Round"
295
  msgstr "Runde"
296
 
297
- #: ../admin/social_sharing.php:88
298
- #: ../admin/social_sharing.php:166
299
  msgid "Square"
300
  msgstr "Quadrat"
301
 
302
- #: ../admin/social_sharing.php:95
303
- #: ../admin/social_sharing.php:173
304
  #, fuzzy
305
  msgid "Shape of the sharing icons"
306
  msgstr "conteos muestran acciones"
307
 
308
- #: ../admin/social_sharing.php:103
309
- #: ../admin/social_sharing.php:181
310
  msgid "Size (in pixels)"
311
  msgstr "Größe (in Pixel)"
312
 
313
- #: ../admin/social_sharing.php:121
314
- #: ../admin/social_sharing.php:199
315
  #, fuzzy
316
  msgid "Size of the sharing icons"
317
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
318
 
319
- #: ../admin/social_sharing.php:128
320
- #: ../admin/social_sharing.php:206
321
  msgid "Icon Preview"
322
  msgstr "Icon Vorschau"
323
 
324
- #: ../admin/social_sharing.php:142
325
- #: ../admin/social_sharing.php:220
326
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
327
  msgstr "Vergessen Sie nicht, die Konfiguration nach Änderungen durch Klicken auf die Schaltfläche Speichern unter speichern"
328
 
329
- #: ../admin/social_sharing.php:150
330
  #, fuzzy
331
  msgid "Vertical interface options"
332
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
333
 
334
- #: ../admin/social_sharing.php:234
335
  msgid "Modernizr"
336
  msgstr ""
337
 
338
- #: ../admin/social_sharing.php:240
339
  msgid "Do not load Modernizr JS"
340
  msgstr "Modernizr JS nicht geladen"
341
 
342
- #: ../admin/social_sharing.php:250
343
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
344
  msgstr "Wenn Sie das Plugin finden, brechen Sie Ihr Thema, können Sie versuchen, diese Option aktivieren"
345
 
346
- #: ../admin/social_sharing.php:259
347
  #: ../admin/like_buttons.php:51
348
  #, fuzzy
349
  msgid "Url shortener"
350
  msgstr "bit.ly url acortador"
351
 
352
- #: ../admin/social_sharing.php:265
353
  msgid "Use shortlinks already installed"
354
  msgstr "Verwenden Short bereits installiert"
355
 
356
- #: ../admin/social_sharing.php:275
357
  #: ../admin/like_buttons.php:67
358
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
359
  msgstr "Ermöglicht verkürzte URLs beim Teilen von Inhalten, wenn eine Verkürzung Plugin installiert ist, um verwendet werden"
360
 
361
- #: ../admin/social_sharing.php:283
362
  msgid "Enable bit.ly url shortener for sharing"
363
  msgstr "Aktivieren bit.ly URL Shortener für die gemeinsame Nutzung"
364
 
365
- #: ../admin/social_sharing.php:293
366
  #: ../admin/like_buttons.php:85
367
  msgid "Master control to enable bit.ly url shortening for sharing"
368
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
369
 
370
- #: ../admin/social_sharing.php:301
371
  #: ../admin/like_buttons.php:93
372
  msgid "bit.ly username"
373
  msgstr "bit.ly Benutzername"
374
 
375
- #: ../admin/social_sharing.php:311
376
  #: ../admin/like_buttons.php:103
377
  #, php-format
378
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
379
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
380
 
381
- #: ../admin/social_sharing.php:320
382
  #: ../admin/like_buttons.php:112
383
  msgid "bit.ly API Key"
384
  msgstr "bit.ly API Key"
385
 
386
- #: ../admin/social_sharing.php:330
387
  #: ../admin/like_buttons.php:122
388
  #, php-format
389
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
390
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
391
 
392
- #: ../admin/social_sharing.php:340
393
  msgid "Twitter username in sharing"
394
  msgstr "Twitter Benutzername in Sharing"
395
 
396
- #: ../admin/social_sharing.php:346
397
  msgid "Twitter username (without @)"
398
  msgstr "Twitter Benutzername (ohne @)"
399
 
400
- #: ../admin/social_sharing.php:356
401
  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."
402
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
403
 
404
- #: ../admin/social_sharing.php:366
405
  msgid "Horizontal Sharing Interface Options"
406
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
407
 
408
- #: ../admin/social_sharing.php:372
409
  msgid "Enable horizontal sharing interface"
410
  msgstr "Aktivieren Sie horizontal Sharing-Schnittstelle"
411
 
412
- #: ../admin/social_sharing.php:382
413
  msgid "Master control to enable horizontal sharing"
414
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
415
 
416
- #: ../admin/social_sharing.php:392
417
- #: ../admin/social_sharing.php:785
418
  #: ../admin/like_buttons.php:227
419
- #: ../admin/like_buttons.php:465
420
  msgid "Target Url"
421
  msgstr "Ziel-URL"
422
 
423
- #: ../admin/social_sharing.php:396
424
- #: ../admin/social_sharing.php:789
425
  #: ../admin/like_buttons.php:231
426
- #: ../admin/like_buttons.php:469
427
  msgid "Url of the webpage where icons are located (default)"
428
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
429
 
430
- #: ../admin/social_sharing.php:398
431
- #: ../admin/social_sharing.php:791
432
  #: ../admin/like_buttons.php:233
433
- #: ../admin/like_buttons.php:471
434
  msgid "Url of the homepage of your website"
435
  msgstr "URL der Homepage Ihrer Website"
436
 
437
- #: ../admin/social_sharing.php:400
438
- #: ../admin/social_sharing.php:793
439
  #: ../admin/like_buttons.php:235
440
- #: ../admin/like_buttons.php:473
441
  msgid "Custom url"
442
  msgstr "Spezielle URL"
443
 
444
- #: ../admin/social_sharing.php:407
445
- #: ../admin/social_sharing.php:800
446
  msgid "Url to share"
447
  msgstr "URL zu teilen"
448
 
449
- #: ../admin/social_sharing.php:415
450
- #: ../admin/social_login.php:353
451
  #: ../admin/like_buttons.php:250
452
  msgid "Title"
453
  msgstr "Titel"
454
 
455
- #: ../admin/social_sharing.php:425
456
  msgid "The text to display above the sharing interface"
457
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
458
 
459
- #: ../admin/social_sharing.php:433
460
- #: ../admin/social_sharing.php:808
461
- #: ../admin/social_login.php:80
462
  msgid "Select providers"
463
  msgstr "Anbieter ausw&auml;hlen"
464
 
465
- #: ../admin/social_sharing.php:443
466
- #: ../admin/social_sharing.php:818
467
- #: ../admin/social_login.php:89
468
  msgid "Twitter"
469
  msgstr ""
470
 
471
- #: ../admin/social_sharing.php:448
472
- #: ../admin/social_sharing.php:823
473
- #: ../admin/social_login.php:93
474
  msgid "LinkedIn"
475
  msgstr ""
476
 
477
- #: ../admin/social_sharing.php:453
478
- #: ../admin/social_sharing.php:828
479
- #: ../admin/social_login.php:97
480
  msgid "Google+"
481
  msgstr ""
482
 
483
- #: ../admin/social_sharing.php:458
484
- #: ../admin/social_sharing.php:833
485
  msgid "Print"
486
  msgstr "Druck"
487
 
488
- #: ../admin/social_sharing.php:463
489
- #: ../admin/social_sharing.php:838
490
  msgid "Email"
491
  msgstr ""
492
 
493
- #: ../admin/social_sharing.php:468
494
- #: ../admin/social_sharing.php:843
495
  msgid "Yahoo"
496
  msgstr ""
497
 
498
- #: ../admin/social_sharing.php:473
499
- #: ../admin/social_sharing.php:848
500
  msgid "Reddit"
501
  msgstr ""
502
 
503
- #: ../admin/social_sharing.php:478
504
- #: ../admin/social_sharing.php:853
505
  msgid "Digg"
506
  msgstr ""
507
 
508
- #: ../admin/social_sharing.php:483
509
- #: ../admin/social_sharing.php:858
510
  msgid "Delicious"
511
  msgstr ""
512
 
513
- #: ../admin/social_sharing.php:488
514
- #: ../admin/social_sharing.php:863
515
  msgid "StumbleUpon"
516
  msgstr ""
517
 
518
- #: ../admin/social_sharing.php:493
519
- #: ../admin/social_sharing.php:868
520
  msgid "Float it"
521
  msgstr ""
522
 
523
- #: ../admin/social_sharing.php:498
524
- #: ../admin/social_sharing.php:873
525
  msgid "Tumblr"
526
  msgstr ""
527
 
528
- #: ../admin/social_sharing.php:503
529
- #: ../admin/social_sharing.php:878
530
- #: ../admin/social_login.php:101
531
  msgid "Vkontakte"
532
  msgstr ""
533
 
534
- #: ../admin/social_sharing.php:508
535
- #: ../admin/social_sharing.php:883
536
  msgid "Pinterest"
537
  msgstr ""
538
 
539
- #: ../admin/social_sharing.php:513
540
- #: ../admin/social_sharing.php:888
541
- #: ../admin/social_login.php:109
542
  msgid "Xing"
543
  msgstr ""
544
 
545
- #: ../admin/social_sharing.php:518
546
- #: ../admin/social_sharing.php:893
547
  msgid "Whatsapp"
548
  msgstr ""
549
 
550
- #: ../admin/social_sharing.php:523
551
- #: ../admin/social_sharing.php:898
552
  msgid "Yummly"
553
  msgstr ""
554
 
555
- #: ../admin/social_sharing.php:528
556
- #: ../admin/social_sharing.php:903
557
  msgid "Buffer"
558
  msgstr ""
559
 
560
- #: ../admin/social_sharing.php:536
561
- #: ../admin/social_sharing.php:911
562
  msgid "Select the providers for sharing interface"
563
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
564
 
565
- #: ../admin/social_sharing.php:544
566
- #: ../admin/social_sharing.php:919
567
  msgid "Rearrange icons"
568
  msgstr "Reihenfolge der Icons &auml;ndern"
569
 
570
- #: ../admin/social_sharing.php:576
571
- #: ../admin/social_sharing.php:951
572
  msgid "Drag the icons to rearrange in desired order"
573
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
574
 
575
- #: ../admin/social_sharing.php:584
576
- #: ../admin/social_sharing.php:977
577
  #: ../admin/like_buttons.php:320
578
- #: ../admin/like_buttons.php:557
579
  msgid "Horizontal alignment"
580
  msgstr "Horizontale Anzeige"
581
 
582
- #: ../admin/social_sharing.php:588
583
- #: ../admin/social_sharing.php:981
584
  #: ../admin/like_buttons.php:324
585
- #: ../admin/like_buttons.php:561
586
  msgid "Left"
587
  msgstr "izquierda"
588
 
589
- #: ../admin/social_sharing.php:589
590
  #: ../admin/like_buttons.php:325
591
  msgid "Center"
592
  msgstr "Zentrum"
593
 
594
- #: ../admin/social_sharing.php:590
595
- #: ../admin/social_sharing.php:982
596
  #: ../admin/like_buttons.php:326
597
- #: ../admin/like_buttons.php:562
598
  msgid "Right"
599
  msgstr "rechts"
600
 
601
- #: ../admin/social_sharing.php:598
602
- #: ../admin/social_sharing.php:990
603
  msgid "Horizontal alignment of the sharing interface"
604
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
605
 
606
- #: ../admin/social_sharing.php:606
607
  #: ../admin/like_buttons.php:342
608
  msgid "Position with respect to content"
609
  msgstr "Relative Position zum Inhalt"
610
 
611
- #: ../admin/social_sharing.php:610
612
  #: ../admin/like_buttons.php:346
613
  msgid "Top of the content"
614
  msgstr "&Uuml;ber dem Inhalt"
615
 
616
- #: ../admin/social_sharing.php:612
617
  #: ../admin/like_buttons.php:348
618
  msgid "Bottom of the content"
619
  msgstr "Unter dem Inhalt"
620
 
621
- #: ../admin/social_sharing.php:619
622
  msgid "Specify position of the sharing interface with respect to the content"
623
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
624
 
625
- #: ../admin/social_sharing.php:627
626
- #: ../admin/social_sharing.php:1056
627
  msgid "Sharing location"
628
  msgstr "Position der Leiste"
629
 
630
- #: ../admin/social_sharing.php:631
631
- #: ../admin/social_sharing.php:1060
632
- #: ../admin/social_login.php:613
633
- #: ../admin/social_login.php:643
634
  #: ../admin/like_buttons.php:367
635
- #: ../admin/like_buttons.php:640
636
  msgid "Homepage"
637
  msgstr "Startseite"
638
 
639
- #: ../admin/social_sharing.php:633
640
- #: ../admin/social_sharing.php:1062
641
  #: ../admin/like_buttons.php:369
642
- #: ../admin/like_buttons.php:642
643
  msgid "Posts"
644
  msgstr "Beitrag"
645
 
646
- #: ../admin/social_sharing.php:635
647
- #: ../admin/social_sharing.php:1064
648
  #: ../admin/like_buttons.php:371
649
- #: ../admin/like_buttons.php:644
650
  msgid "Pages"
651
  msgstr "Seite"
652
 
653
- #: ../admin/social_sharing.php:637
654
- #: ../admin/social_sharing.php:1066
655
  msgid "Excerpts (at Homepage)"
656
  msgstr ""
657
 
658
- #: ../admin/social_sharing.php:639
659
- #: ../admin/social_sharing.php:1068
660
  #: ../admin/like_buttons.php:375
661
- #: ../admin/like_buttons.php:648
662
  msgid "Category Archives"
663
  msgstr "Archivos de la categoría"
664
 
665
- #: ../admin/social_sharing.php:641
666
- #: ../admin/social_sharing.php:1070
667
  #: ../admin/like_buttons.php:377
668
- #: ../admin/like_buttons.php:650
669
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
670
  msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
671
 
672
- #: ../admin/social_sharing.php:657
673
  #: ../admin/like_buttons.php:393
674
- msgid "BuddyPress activity and groups"
 
675
  msgstr "Buddypress Aktivität und Gruppen"
676
 
677
- #: ../admin/social_sharing.php:663
678
- #: ../admin/social_sharing.php:1085
679
- #: ../admin/like_buttons.php:400
680
- #: ../admin/like_buttons.php:665
 
 
 
 
 
681
  msgid "BBPress forum"
682
  msgstr "BBPress Forum"
683
 
684
- #: ../admin/social_sharing.php:666
685
- #: ../admin/social_sharing.php:1088
686
- #: ../admin/like_buttons.php:403
687
- #: ../admin/like_buttons.php:668
688
  msgid "BBPress topic"
689
  msgstr "BBPress topic"
690
 
691
- #: ../admin/social_sharing.php:669
692
- #: ../admin/like_buttons.php:406
693
  msgid "BBPress reply"
694
  msgstr "BBPress reply"
695
 
696
- #: ../admin/social_sharing.php:676
697
- #: ../admin/like_buttons.php:412
698
  msgid "After individual product at WooCommerce Shop page"
699
  msgstr "Nach einzelnen Produkt WooCommerce Shop-Seite"
700
 
701
- #: ../admin/social_sharing.php:679
702
- #: ../admin/like_buttons.php:415
703
  msgid "WooCommerce Product Page"
704
  msgstr "WooCommerce Product Page"
705
 
706
- #: ../admin/social_sharing.php:682
707
- #: ../admin/like_buttons.php:418
708
  msgid "WooCommerce Thankyou Page"
709
  msgstr "WooCommerce Thankyou Seite"
710
 
711
- #: ../admin/social_sharing.php:693
712
  msgid "Specify the pages where you want to enable Sharing interface"
713
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
714
 
715
- #: ../admin/social_sharing.php:701
716
- #: ../admin/social_sharing.php:1106
717
  msgid "Show share counts"
718
  msgstr "conteos muestran acciones"
719
 
720
- #: ../admin/social_sharing.php:711
721
- #: ../admin/social_sharing.php:1116
722
  msgid "If enabled, share counts are displayed above sharing icons."
723
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
724
 
725
- #: ../admin/social_sharing.php:720
726
- #: ../admin/social_sharing.php:1125
727
  #, fuzzy
728
  msgid "Show total shares"
729
  msgstr "conteos muestran acciones"
730
 
731
- #: ../admin/social_sharing.php:730
732
- #: ../admin/social_sharing.php:1135
733
  #, fuzzy
734
  msgid "If enabled, total shares will be displayed with sharing icons"
735
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
736
 
737
- #: ../admin/social_sharing.php:739
738
- #: ../admin/social_sharing.php:1144
739
  #, fuzzy
740
  msgid "Enable 'More' icon"
741
  msgstr "Email Verifizierung aktivieren"
742
 
743
- #: ../admin/social_sharing.php:749
744
- #: ../admin/social_sharing.php:1154
745
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
746
  msgstr "Falls aktiviert, wird Symbol \"More \" nach ausgewählten Sharing Symbole angezeigt werden, die zusätzliche Tauschbörsen im Popup zeigt"
747
 
748
- #: ../admin/social_sharing.php:759
749
  msgid "Vertical (Floating) Sharing Interface Options"
750
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
751
 
752
- #: ../admin/social_sharing.php:765
753
  msgid "Enable vertical (floating) sharing interface"
754
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
755
 
756
- #: ../admin/social_sharing.php:775
757
  msgid "Master control to enable vertical (floating) sharing widget"
758
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
759
 
760
- #: ../admin/social_sharing.php:959
761
- #: ../admin/like_buttons.php:539
762
  msgid "Background Color"
763
  msgstr "color de fondo"
764
 
765
- #: ../admin/social_sharing.php:969
766
  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>"
767
  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"
768
 
769
- #: ../admin/social_sharing.php:999
770
- #: ../admin/like_buttons.php:579
771
  msgid "Left offset"
772
  msgstr "desplazamiento izquierda"
773
 
774
- #: ../admin/social_sharing.php:1009
775
  #, fuzzy
776
  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."
777
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
778
 
779
- #: ../admin/social_sharing.php:1019
780
- #: ../admin/like_buttons.php:599
781
  msgid "Right offset"
782
  msgstr "Versatz nach rechts"
783
 
784
- #: ../admin/social_sharing.php:1029
785
  #, fuzzy
786
  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."
787
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
788
 
789
- #: ../admin/social_sharing.php:1038
790
- #: ../admin/like_buttons.php:618
791
  msgid "Top offset"
792
  msgstr "superior compensar"
793
 
794
- #: ../admin/social_sharing.php:1048
795
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
796
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
797
 
798
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
799
  msgid "Specify the pages where you want to enable vertical Sharing interface"
800
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
801
 
802
- #: ../admin/social_sharing.php:1162
803
  #, fuzzy
804
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
805
  msgstr "Ausblenden teilen auf mobilen Geräten"
806
 
807
- #: ../admin/social_sharing.php:1172
808
  #, fuzzy
809
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
810
  msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
811
 
812
- #: ../admin/social_sharing.php:1181
813
  msgid "Hide sharing on mobile devices"
814
  msgstr "Ausblenden teilen auf mobilen Geräten"
815
 
816
- #: ../admin/social_sharing.php:1191
817
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
818
  msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
819
 
820
- #: ../admin/social_sharing.php:1208
821
  #, fuzzy
822
  msgid "Social Sharing Shortcode & Widget"
823
  msgstr "Widgets und shortcodes"
824
 
825
- #: ../admin/social_sharing.php:1218
826
  msgid "Facebook Sharing Troubleshooter"
827
  msgstr "Facebook Sharing-Ratgeber"
828
 
829
- #: ../admin/social_sharing.php:1223
830
  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:"
831
  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:"
832
 
833
- #: ../admin/social_sharing.php:1239
834
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
835
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
836
 
837
- #: ../admin/social_sharing.php:1240
838
  #, fuzzy
839
  msgid "How can I disable sharing on particular page/post?"
840
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
841
 
842
- #: ../admin/social_sharing.php:1241
843
  msgid "How can I specify minimum sharing count for sharing networks?"
844
  msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
845
 
846
- #: ../admin/social_sharing.php:1251
847
- #: ../admin/social_commenting.php:457
848
- #: ../admin/social_login.php:765
849
- #: ../admin/like_buttons.php:723
850
- msgid "Save Changes"
851
- msgstr "&Auml;nderungen speichern"
852
-
853
  #: ../admin/social_commenting.php:10
854
  #, fuzzy
855
  msgid "Social Commenting"
@@ -1075,361 +1118,366 @@ msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten
1075
  msgid "How to disable default comment form from Social Commenting?"
1076
  msgstr "Wie kann man von Social kommentierte deaktivieren Standardkommentar?"
1077
 
1078
- #: ../admin/social_login.php:3
1079
- msgid "Award points for Social Login"
1080
- msgstr "Auszeichnung Punkte für Sozial Anmelden"
1081
-
1082
- #: ../admin/social_login.php:11
1083
  msgid "Social Login"
1084
  msgstr "Soziale Netzwerke Login"
1085
 
1086
- #: ../admin/social_login.php:24
1087
  msgid "Enable Social Login"
1088
  msgstr "Login &uuml;ber soziale Netzwerke aktivieren"
1089
 
1090
- #: ../admin/social_login.php:34
1091
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1092
  msgstr "Aktivierung des sozialen Logins. Dies muss aktiviert sein, damit der soziale Login funktioniert."
1093
 
1094
- #: ../admin/social_login.php:42
1095
  msgid "Disable user registration via Social Login"
1096
  msgstr "Deaktivieren Sie die Benutzerregistrierung über Social Anmelden"
1097
 
1098
- #: ../admin/social_login.php:52
1099
  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."
1100
  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."
1101
 
1102
- #: ../admin/social_login.php:61
1103
  #, fuzzy
1104
  msgid "Redirection url"
1105
  msgstr "Login Weiterleitung"
1106
 
1107
- #: ../admin/social_login.php:71
1108
  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."
1109
  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."
1110
 
1111
- #: ../admin/social_login.php:105
1112
  msgid "Instagram"
1113
  msgstr ""
1114
 
1115
- #: ../admin/social_login.php:117
1116
  msgid "Select Social ID provider to enable in Social Login"
1117
  msgstr "W&auml;hlen Sie die sozialen Netzwerke aus, &uuml;ber die ein Login m&ouml;glich sein soll."
1118
 
1119
- #: ../admin/social_login.php:125
1120
  msgid "Facebook App ID"
1121
  msgstr "Facebook App ID"
1122
 
1123
- #: ../admin/social_login.php:135
1124
  #, php-format
1125
  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"
1126
  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."
1127
 
1128
- #: ../admin/social_login.php:137
1129
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1130
  msgstr "Fügen Sie den URL in <strong> Site URL </ strong> Option in der genannten Verbindung"
1131
 
1132
- #: ../admin/social_login.php:147
1133
  msgid "Twitter API Key"
1134
  msgstr "Twitter API Schl&uuml;ssel"
1135
 
1136
- #: ../admin/social_login.php:157
1137
  #, php-format
1138
  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"
1139
  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."
1140
 
1141
- #: ../admin/social_login.php:159
1142
- #: ../admin/social_login.php:181
1143
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1144
  msgstr "Fügen Sie den URL in <strong> Website </ strong> und <strong> Callback URL </ strong> Angebot im Link aufgeführt"
1145
 
1146
- #: ../admin/social_login.php:169
1147
  msgid "Twitter API Secret"
1148
  msgstr "Geheimer Twitter Schl&uuml;ssel"
1149
 
1150
- #: ../admin/social_login.php:179
1151
  #, php-format
1152
  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"
1153
  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> "
1154
 
1155
- #: ../admin/social_login.php:191
1156
  msgid "LinkedIn API Key"
1157
  msgstr "LinkedIn API Schl&uuml;ssel"
1158
 
1159
- #: ../admin/social_login.php:201
1160
  #, php-format
1161
  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"
1162
  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"
1163
 
1164
- #: ../admin/social_login.php:203
1165
- #: ../admin/social_login.php:269
1166
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1167
  msgstr "Fügen Sie den URL in <strong> Website URL </ strong> Option im Link aufgeführt"
1168
 
1169
- #: ../admin/social_login.php:213
1170
  msgid "Google+ Client ID"
1171
  msgstr "Google+ Client ID"
1172
 
1173
- #: ../admin/social_login.php:223
1174
  #, php-format
1175
  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"
1176
  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"
1177
 
1178
- #: ../admin/social_login.php:225
1179
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1180
  msgstr "Fügen Sie den URL in <strong> AUTORISIERT JAVASCRIPT ORIGINS </ strong> und <strong>AUTHORIZED REDIRECT URI </ strong> Angebot im Link aufgeführt"
1181
 
1182
- #: ../admin/social_login.php:235
1183
  msgid "Vkontakte Application ID"
1184
  msgstr "Vkontakte Application ID"
1185
 
1186
- #: ../admin/social_login.php:245
1187
  #, php-format
1188
  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"
1189
  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"
1190
 
1191
- #: ../admin/social_login.php:247
1192
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1193
  msgstr "Fügen Sie den URL in <strong> Site-Adresse </ strong> Option im Link aufgeführt"
1194
 
1195
- #: ../admin/social_login.php:257
1196
  msgid "Instagram Client ID"
1197
  msgstr "Instagram Client ID"
1198
 
1199
- #: ../admin/social_login.php:267
1200
  #, php-format
1201
  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"
1202
  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"
1203
 
1204
- #: ../admin/social_login.php:279
1205
  msgid "Xing Consumer Key"
1206
  msgstr ""
1207
 
1208
- #: ../admin/social_login.php:289
1209
  #, php-format
1210
  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"
1211
  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"
1212
 
1213
- #: ../admin/social_login.php:291
1214
- #: ../admin/social_login.php:313
1215
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1216
  msgstr "Fügen Sie den URL in <strong> Callback Domain </ strong> Option im Link aufgeführt"
1217
 
1218
- #: ../admin/social_login.php:301
1219
  msgid "Xing Consumer Secret"
1220
  msgstr ""
1221
 
1222
- #: ../admin/social_login.php:311
1223
  #, php-format
1224
  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"
1225
  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"
1226
 
1227
- #: ../admin/social_login.php:323
1228
  msgid "Include Javascript in website footer"
1229
  msgstr "Javascript im Footer der Website einbinden"
1230
 
1231
- #: ../admin/social_login.php:333
1232
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1233
  msgstr "Wenn aktiviert (empfohlen), werden JavaScript-Dateien in der Fußzeile Ihrer Website aufgenommen werden."
1234
 
1235
- #: ../admin/social_login.php:347
1236
  msgid "Login options"
1237
  msgstr "Login Einstellungen"
1238
 
1239
- #: ../admin/social_login.php:363
1240
  msgid "Text to display above the Social Login interface"
1241
  msgstr "Text, der &uuml;ber dem sozialen Loginformular angezeigt werden soll"
1242
 
1243
- #: ../admin/social_login.php:372
1244
  msgid "Enable at login page"
1245
  msgstr "Auf der Login Seite aktivieren"
1246
 
1247
- #: ../admin/social_login.php:382
1248
  msgid "Social Login interface will get enabled at the login page of your website"
1249
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1250
 
1251
- #: ../admin/social_login.php:390
1252
  msgid "Enable at register page"
1253
  msgstr "Auf der Registerseite aktivieren"
1254
 
1255
- #: ../admin/social_login.php:400
1256
  msgid "Social Login interface will get enabled at the registration page of your website"
1257
  msgstr "Das soziale Login Interface wird f&uuml;r die Registrierung ihrer Website aktiviert."
1258
 
1259
- #: ../admin/social_login.php:408
1260
  msgid "Enable at comment form"
1261
  msgstr "F&uuml;r das Kommentarformular aktivieren"
1262
 
1263
- #: ../admin/social_login.php:418
1264
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1265
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1266
 
1267
- #: ../admin/social_login.php:432
1268
  msgid "Enable before WooCommerce Customer Login Form"
1269
  msgstr "Vor WooCommerce Kunden-Log-Formular aktivieren"
1270
 
1271
- #: ../admin/social_login.php:442
1272
  #, fuzzy
1273
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1274
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1275
 
1276
- #: ../admin/social_login.php:450
1277
  msgid "Enable after WooCommerce Customer Login Form"
1278
  msgstr "Aktivieren Sie nach WooCommerce Kunden Login Form"
1279
 
1280
- #: ../admin/social_login.php:460
1281
  #, fuzzy
1282
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1283
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1284
 
1285
- #: ../admin/social_login.php:468
1286
  #, fuzzy
1287
  msgid "Enable at WooCommerce checkout page"
1288
  msgstr "Auf der Registerseite aktivieren"
1289
 
1290
- #: ../admin/social_login.php:478
1291
  #, fuzzy
1292
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1293
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1294
 
1295
- #: ../admin/social_login.php:489
1296
  msgid "Auto-approve comments made by Social Login users"
1297
  msgstr "Automatisch genehmigen Kommentare von Social-Login Benutzer gemacht"
1298
 
1299
- #: ../admin/social_login.php:499
1300
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1301
  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."
1302
 
1303
- #: ../admin/social_login.php:500
1304
  msgid "Note: This is not related to Facebook comments"
1305
  msgstr "Hinweis: Diese ist nicht auf Facebook Kommentare bezogenen"
1306
 
1307
- #: ../admin/social_login.php:510
1308
  msgid "Enable social avatar"
1309
  msgstr "Soziales Profilbild aktivieren"
1310
 
1311
- #: ../admin/social_login.php:520
1312
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1313
  msgstr "Profilbilder der angemeldeten Nutzer wrrden als Avatar angezeigt"
1314
 
1315
- #: ../admin/social_login.php:530
1316
  msgid "Avatar quality"
1317
  msgstr "Avatar Qualität"
1318
 
1319
- #: ../admin/social_login.php:533
1320
  msgid "Average"
1321
  msgstr "Durchschnitt"
1322
 
1323
- #: ../admin/social_login.php:534
1324
  msgid "Best"
1325
  msgstr "beste"
1326
 
1327
- #: ../admin/social_login.php:541
1328
  msgid "Choose avatar quality"
1329
  msgstr "Wählen avatar Qualität"
1330
 
1331
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1332
  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"
1333
  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."
1334
 
1335
- #: ../admin/social_login.php:569
1336
  msgid "Send username-password after user registration"
1337
  msgstr "Benutzername und Passwort nach der Registrierung versenden"
1338
 
1339
- #: ../admin/social_login.php:579
1340
  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)"
1341
  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."
1342
 
1343
- #: ../admin/social_login.php:588
1344
  msgid "Enable social account linking at BuddyPress profile page"
1345
  msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1346
 
1347
- #: ../admin/social_login.php:598
1348
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1349
  msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1350
 
1351
- #: ../admin/social_login.php:607
1352
  msgid "Login redirection"
1353
  msgstr "Login Weiterleitung"
1354
 
1355
- #: ../admin/social_login.php:611
1356
  msgid "Same page where user logged in"
1357
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1358
 
1359
- #: ../admin/social_login.php:615
1360
- #: ../admin/social_login.php:645
1361
  msgid "Account dashboard"
1362
  msgstr "Account Dashboard"
1363
 
1364
- #: ../admin/social_login.php:618
1365
- #: ../admin/social_login.php:648
1366
  msgid "BuddyPress profile page"
1367
  msgstr "Buddypress Profilseite"
1368
 
1369
- #: ../admin/social_login.php:621
1370
- #: ../admin/social_login.php:651
1371
  msgid "Custom Url"
1372
  msgstr "Spezielle URL"
1373
 
1374
- #: ../admin/social_login.php:629
1375
  msgid "User will be redirected to the selected page after Social Login"
1376
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1377
 
1378
- #: ../admin/social_login.php:637
1379
  msgid "Registration redirection"
1380
  msgstr "Registrierung Umleitung"
1381
 
1382
- #: ../admin/social_login.php:641
1383
  #, fuzzy
1384
  msgid "Same page from where user registered"
1385
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1386
 
1387
- #: ../admin/social_login.php:659
1388
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1389
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1390
 
1391
- #: ../admin/social_login.php:667
1392
  msgid "Email popup options"
1393
  msgstr "Email Popup-Optionen"
1394
 
1395
- #: ../admin/social_login.php:673
1396
  msgid "Text on 'Email required' popup"
1397
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1398
 
1399
- #: ../admin/social_login.php:683
1400
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1401
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1402
 
1403
- #: ../admin/social_login.php:692
1404
  msgid "Error message for 'Email required' popup"
1405
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1406
 
1407
- #: ../admin/social_login.php:702
1408
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1409
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1410
 
1411
- #: ../admin/social_login.php:711
1412
  msgid "Email popup height"
1413
  msgstr "Email Popup Höhe"
1414
 
1415
- #: ../admin/social_login.php:721
1416
  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."
1417
  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."
1418
 
1419
- #: ../admin/social_login.php:729
1420
  msgid "Enable email verification"
1421
  msgstr "Email Verifizierung aktivieren"
1422
 
1423
- #: ../admin/social_login.php:739
1424
  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"
1425
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1426
 
1427
- #: ../admin/social_login.php:755
1428
  #, fuzzy
1429
  msgid "Social Login Shortcode & Widget"
1430
  msgstr "Widgets und shortcodes"
1431
 
1432
- #: ../admin/social_login.php:756
1433
  msgid "Social Linking Shortcode"
1434
  msgstr ""
1435
 
@@ -1535,7 +1583,7 @@ msgid "Master control to enable horizontal like buttons"
1535
  msgstr "Master-Regler auf Horizontalzähler aktivieren"
1536
 
1537
  #: ../admin/like_buttons.php:242
1538
- #: ../admin/like_buttons.php:480
1539
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1540
  msgstr "URL zu mögen / share / Tweet und Display wie / share / tweet zählt"
1541
 
@@ -1545,18 +1593,18 @@ msgid "The text to display above the interface"
1545
  msgstr "Der Text, über den Ladentisch-Oberfläche angezeigt"
1546
 
1547
  #: ../admin/like_buttons.php:268
1548
- #: ../admin/like_buttons.php:488
1549
  msgid "Select and rearrange providers"
1550
  msgstr "Wählen und ordnen Anbieter"
1551
 
1552
  #: ../admin/like_buttons.php:312
1553
- #: ../admin/like_buttons.php:531
1554
  #, fuzzy
1555
  msgid "Select the providers for interface. Drag them to rearrange."
1556
  msgstr "Wählen Sie die Anbieter für den Zähler-Schnittstelle. Ziehen Sie sie neu anzuordnen."
1557
 
1558
  #: ../admin/like_buttons.php:334
1559
- #: ../admin/like_buttons.php:570
1560
  #, fuzzy
1561
  msgid "Horizontal alignment of the interface"
1562
  msgstr "Horizontale Ausrichtung des Gegen Schnittstelle"
@@ -1567,69 +1615,69 @@ msgid "Specify position of the interface with respect to the content"
1567
  msgstr "Angeben Position des Gegen Schnittstelle mit Bezug auf den Gehalt"
1568
 
1569
  #: ../admin/like_buttons.php:363
1570
- #: ../admin/like_buttons.php:636
1571
  #, fuzzy
1572
  msgid "Interface location"
1573
  msgstr "Gegen Lage"
1574
 
1575
  #: ../admin/like_buttons.php:373
1576
- #: ../admin/like_buttons.php:646
1577
  msgid "Excerpts"
1578
  msgstr "Vorschau"
1579
 
1580
- #: ../admin/like_buttons.php:429
1581
  #, fuzzy
1582
  msgid "Specify the pages where you want to enable interface"
1583
  msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
1584
 
1585
- #: ../admin/like_buttons.php:439
1586
  #, fuzzy
1587
  msgid "Vertical (Floating) like buttons Options"
1588
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
1589
 
1590
- #: ../admin/like_buttons.php:445
1591
  #, fuzzy
1592
  msgid "Enable vertical (floating) like buttons"
1593
  msgstr "Aktivieren Vertikal (floating) Zähler-Schnittstelle"
1594
 
1595
- #: ../admin/like_buttons.php:455
1596
  msgid "Master control to enable vertical (floating) counter widget"
1597
  msgstr "Master-Regler auf Vertikal (schwimmenden) Gegen Widget aktivieren"
1598
 
1599
- #: ../admin/like_buttons.php:549
1600
  #, fuzzy
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 "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>"
1603
 
1604
- #: ../admin/like_buttons.php:589
1605
  #, fuzzy
1606
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1607
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
1608
 
1609
- #: ../admin/like_buttons.php:609
1610
  #, fuzzy
1611
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1612
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach links verschieben und Abnahme wird es nach rechts zu verschieben."
1613
 
1614
- #: ../admin/like_buttons.php:628
1615
  #, fuzzy
1616
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1617
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle zum Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
1618
 
1619
- #: ../admin/like_buttons.php:678
1620
  #, fuzzy
1621
  msgid "Specify the pages where you want to enable vertical interface"
1622
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Zähler-Schnittstelle aktiviert werden soll"
1623
 
1624
- #: ../admin/like_buttons.php:686
1625
  msgid "Hide like buttons on mobile devices"
1626
  msgstr "Verstecke wie Schaltflächen auf mobilen Geräten"
1627
 
1628
- #: ../admin/like_buttons.php:696
1629
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1630
  msgstr "Wenn aktiviert, werden vertikale wie Knöpfe nicht auf mobilen Geräten angezeigt werden"
1631
 
1632
- #: ../admin/like_buttons.php:714
1633
  #, fuzzy
1634
  msgid "Like Buttons Shortcode & Widget"
1635
  msgstr "Widgets und shortcodes"
@@ -1639,11 +1687,11 @@ msgstr "Widgets und shortcodes"
1639
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1640
  msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1641
 
1642
- #: ../inc/social_sharing.php:598
1643
  msgid "Invalid request"
1644
  msgstr "Ungültige Anforderung"
1645
 
1646
- #: ../inc/social_sharing.php:605
1647
  msgid "Providers not selected"
1648
  msgstr "Provider nicht aktiviert"
1649
 
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"
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
 
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"
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"
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
 
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
 
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"
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"
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
 
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-08 05:33+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:35+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Notificación"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
@@ -166,6 +166,37 @@ msgstr "conteos muestran acciones"
166
  msgid "Vertical sharing"
167
  msgstr "Social Sharing"
168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #: ../admin/help.php:4
170
  msgid "About"
171
  msgstr "Acerca de"
@@ -187,677 +218,690 @@ msgid "Plugin Demo"
187
  msgstr "Demostración Plugin"
188
 
189
  #: ../admin/help.php:24
190
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  msgstr "Complementos"
192
 
193
- #: ../admin/help.php:29
194
  msgid "Need Help?"
195
  msgstr "Necesitas Ayuda?"
196
 
197
- #: ../admin/help.php:31
198
  #, fuzzy
199
  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>"
200
  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"
201
 
202
- #: ../admin/help.php:36
203
  #, fuzzy
204
  msgid "Support Us"
205
  msgstr "Soporte"
206
 
207
- #: ../admin/help.php:39
208
- #: ../admin/help.php:42
209
- #: ../admin/help.php:43
210
- #: ../admin/help.php:44
211
- #: ../admin/help.php:45
212
- #: ../admin/help.php:46
213
  msgid "Rate 5-star"
214
  msgstr "Tasa de 5 estrellas"
215
 
216
- #: ../admin/help.php:54
217
- #: ../admin/social_sharing.php:438
218
- #: ../admin/social_sharing.php:813
219
- #: ../admin/social_login.php:85
220
  msgid "Facebook"
221
  msgstr ""
222
 
223
- #: ../admin/social_sharing.php:5
224
- #: ../admin/like_buttons.php:4
225
- msgid "Boost sharing by awarding points"
226
- msgstr "Impulsar el intercambio mediante la concesión de puntos"
227
-
228
- #: ../admin/social_sharing.php:12
229
- #: ../admin/social_sharing.php:23
230
- #: ../admin/social_login.php:10
231
- #: ../admin/social_login.php:18
232
  #: ../admin/like_buttons.php:11
233
  #: ../admin/like_buttons.php:19
234
  msgid "Basic Configuration"
235
  msgstr "Configuración Básica"
236
 
237
- #: ../admin/social_sharing.php:13
238
  #, fuzzy
239
  msgid "Sharing Interface"
240
  msgstr "Horizontales Opciones para compartir la interfaz de"
241
 
242
- #: ../admin/social_sharing.php:14
243
  #, fuzzy
244
  msgid "Sharing Options"
245
  msgstr "Ubicación de uso compartido"
246
 
247
- #: ../admin/social_sharing.php:15
248
- #: ../admin/social_sharing.php:1206
249
- #: ../admin/social_login.php:12
250
- #: ../admin/social_login.php:753
251
  #: ../admin/like_buttons.php:13
252
- #: ../admin/like_buttons.php:712
253
  msgid "Shortcode & Widget"
254
  msgstr "Widgets y shortcodes"
255
 
256
- #: ../admin/social_sharing.php:16
257
  msgid "Troubleshooter"
258
  msgstr "Solucionador de problemas"
259
 
260
- #: ../admin/social_sharing.php:17
261
- #: ../admin/social_sharing.php:1237
262
  #: ../admin/social_commenting.php:12
263
  #: ../admin/social_commenting.php:446
264
  msgid "FAQ"
265
  msgstr ""
266
 
267
- #: ../admin/social_sharing.php:29
268
  msgid "Enable Social Sharing"
269
  msgstr "Habilitar Social Sharing"
270
 
271
- #: ../admin/social_sharing.php:39
272
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
273
  msgstr "Control maestro para compartir en redes sociales. Esto debe estar marcado para habilitar la funcionalidad de Social Sharing "
274
 
275
- #: ../admin/social_sharing.php:47
276
  msgid "Delete all the options on plugin deletion"
277
  msgstr "Eliminar todas las opciones de plugin de eliminación"
278
 
279
- #: ../admin/social_sharing.php:57
280
  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."
281
  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."
282
 
283
- #: ../admin/social_sharing.php:72
284
  #, fuzzy
285
  msgid "Horizontal interface options"
286
  msgstr "Horizontales Opciones para compartir la interfaz de"
287
 
288
- #: ../admin/social_sharing.php:78
289
- #: ../admin/social_sharing.php:156
290
  msgid "Shape"
291
  msgstr "Forma"
292
 
293
- #: ../admin/social_sharing.php:86
294
- #: ../admin/social_sharing.php:164
295
  msgid "Round"
296
  msgstr "Ronda"
297
 
298
- #: ../admin/social_sharing.php:88
299
- #: ../admin/social_sharing.php:166
300
  msgid "Square"
301
  msgstr "Cuadrado"
302
 
303
- #: ../admin/social_sharing.php:95
304
- #: ../admin/social_sharing.php:173
305
  #, fuzzy
306
  msgid "Shape of the sharing icons"
307
  msgstr "conteos muestran acciones"
308
 
309
- #: ../admin/social_sharing.php:103
310
- #: ../admin/social_sharing.php:181
311
  msgid "Size (in pixels)"
312
  msgstr "Tamaño (en píxeles)"
313
 
314
- #: ../admin/social_sharing.php:121
315
- #: ../admin/social_sharing.php:199
316
  #, fuzzy
317
  msgid "Size of the sharing icons"
318
  msgstr "Habilitar interfaz de intercambio horizontal"
319
 
320
- #: ../admin/social_sharing.php:128
321
- #: ../admin/social_sharing.php:206
322
  msgid "Icon Preview"
323
  msgstr "Icono Vista previa"
324
 
325
- #: ../admin/social_sharing.php:142
326
- #: ../admin/social_sharing.php:220
327
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
328
  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"
329
 
330
- #: ../admin/social_sharing.php:150
331
  #, fuzzy
332
  msgid "Vertical interface options"
333
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
334
 
335
- #: ../admin/social_sharing.php:234
336
  msgid "Modernizr"
337
  msgstr ""
338
 
339
- #: ../admin/social_sharing.php:240
340
  msgid "Do not load Modernizr JS"
341
  msgstr "No cargue Modernizr JS"
342
 
343
- #: ../admin/social_sharing.php:250
344
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
345
  msgstr "Si usted encuentra el plugin romper su tema, puede intentar activar esta opción"
346
 
347
- #: ../admin/social_sharing.php:259
348
  #: ../admin/like_buttons.php:51
349
  #, fuzzy
350
  msgid "Url shortener"
351
  msgstr "bit.ly url acortador"
352
 
353
- #: ../admin/social_sharing.php:265
354
  msgid "Use shortlinks already installed"
355
  msgstr "Use shortlinks ya instalados"
356
 
357
- #: ../admin/social_sharing.php:275
358
  #: ../admin/like_buttons.php:67
359
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
360
  msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
361
 
362
- #: ../admin/social_sharing.php:283
363
  msgid "Enable bit.ly url shortener for sharing"
364
  msgstr "Habilitar acortador de url bit.ly para compartir"
365
 
366
- #: ../admin/social_sharing.php:293
367
  #: ../admin/like_buttons.php:85
368
  #, fuzzy
369
  msgid "Master control to enable bit.ly url shortening for sharing"
370
  msgstr "Control maestro para permitir el intercambio horizontal"
371
 
372
- #: ../admin/social_sharing.php:301
373
  #: ../admin/like_buttons.php:93
374
  msgid "bit.ly username"
375
  msgstr "bit.ly nombre de usuario"
376
 
377
- #: ../admin/social_sharing.php:311
378
  #: ../admin/like_buttons.php:103
379
  #, fuzzy, php-format
380
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
381
  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"
382
 
383
- #: ../admin/social_sharing.php:320
384
  #: ../admin/like_buttons.php:112
385
  #, fuzzy
386
  msgid "bit.ly API Key"
387
  msgstr "Clave Consumidor Twitter"
388
 
389
- #: ../admin/social_sharing.php:330
390
  #: ../admin/like_buttons.php:122
391
  #, fuzzy, php-format
392
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
393
  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"
394
 
395
- #: ../admin/social_sharing.php:340
396
  msgid "Twitter username in sharing"
397
  msgstr "Twitter nombre de usuario en el intercambio"
398
 
399
- #: ../admin/social_sharing.php:346
400
  msgid "Twitter username (without @)"
401
  msgstr "Twitter nombre de usuario (sin @)"
402
 
403
- #: ../admin/social_sharing.php:356
404
  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."
405
  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."
406
 
407
- #: ../admin/social_sharing.php:366
408
  msgid "Horizontal Sharing Interface Options"
409
  msgstr "Horizontales Opciones para compartir la interfaz de"
410
 
411
- #: ../admin/social_sharing.php:372
412
  msgid "Enable horizontal sharing interface"
413
  msgstr "Habilitar interfaz de intercambio horizontal"
414
 
415
- #: ../admin/social_sharing.php:382
416
  msgid "Master control to enable horizontal sharing"
417
  msgstr "Control maestro para permitir el intercambio horizontal"
418
 
419
- #: ../admin/social_sharing.php:392
420
- #: ../admin/social_sharing.php:785
421
  #: ../admin/like_buttons.php:227
422
- #: ../admin/like_buttons.php:465
423
  msgid "Target Url"
424
  msgstr "Target Url"
425
 
426
- #: ../admin/social_sharing.php:396
427
- #: ../admin/social_sharing.php:789
428
  #: ../admin/like_buttons.php:231
429
- #: ../admin/like_buttons.php:469
430
  msgid "Url of the webpage where icons are located (default)"
431
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
432
 
433
- #: ../admin/social_sharing.php:398
434
- #: ../admin/social_sharing.php:791
435
  #: ../admin/like_buttons.php:233
436
- #: ../admin/like_buttons.php:471
437
  msgid "Url of the homepage of your website"
438
  msgstr "Url de la página principal de su sitio web"
439
 
440
- #: ../admin/social_sharing.php:400
441
- #: ../admin/social_sharing.php:793
442
  #: ../admin/like_buttons.php:235
443
- #: ../admin/like_buttons.php:473
444
  #, fuzzy
445
  msgid "Custom url"
446
  msgstr "Url personalizada"
447
 
448
- #: ../admin/social_sharing.php:407
449
- #: ../admin/social_sharing.php:800
450
  msgid "Url to share"
451
  msgstr "Url compartir"
452
 
453
- #: ../admin/social_sharing.php:415
454
- #: ../admin/social_login.php:353
455
  #: ../admin/like_buttons.php:250
456
  msgid "Title"
457
  msgstr "Titulo"
458
 
459
- #: ../admin/social_sharing.php:425
460
  msgid "The text to display above the sharing interface"
461
  msgstr "El texto que se muestra por encima de la interfaz compartida "
462
 
463
- #: ../admin/social_sharing.php:433
464
- #: ../admin/social_sharing.php:808
465
- #: ../admin/social_login.php:80
466
  msgid "Select providers"
467
  msgstr "Seleccionar proveedores"
468
 
469
- #: ../admin/social_sharing.php:443
470
- #: ../admin/social_sharing.php:818
471
- #: ../admin/social_login.php:89
472
  msgid "Twitter"
473
  msgstr ""
474
 
475
- #: ../admin/social_sharing.php:448
476
- #: ../admin/social_sharing.php:823
477
- #: ../admin/social_login.php:93
478
  msgid "LinkedIn"
479
  msgstr ""
480
 
481
- #: ../admin/social_sharing.php:453
482
- #: ../admin/social_sharing.php:828
483
- #: ../admin/social_login.php:97
484
  msgid "Google+"
485
  msgstr ""
486
 
487
- #: ../admin/social_sharing.php:458
488
- #: ../admin/social_sharing.php:833
489
  msgid "Print"
490
  msgstr "Impresión"
491
 
492
- #: ../admin/social_sharing.php:463
493
- #: ../admin/social_sharing.php:838
494
  msgid "Email"
495
  msgstr ""
496
 
497
- #: ../admin/social_sharing.php:468
498
- #: ../admin/social_sharing.php:843
499
  msgid "Yahoo"
500
  msgstr ""
501
 
502
- #: ../admin/social_sharing.php:473
503
- #: ../admin/social_sharing.php:848
504
  msgid "Reddit"
505
  msgstr ""
506
 
507
- #: ../admin/social_sharing.php:478
508
- #: ../admin/social_sharing.php:853
509
  msgid "Digg"
510
  msgstr ""
511
 
512
- #: ../admin/social_sharing.php:483
513
- #: ../admin/social_sharing.php:858
514
  msgid "Delicious"
515
  msgstr ""
516
 
517
- #: ../admin/social_sharing.php:488
518
- #: ../admin/social_sharing.php:863
519
  msgid "StumbleUpon"
520
  msgstr ""
521
 
522
- #: ../admin/social_sharing.php:493
523
- #: ../admin/social_sharing.php:868
524
  msgid "Float it"
525
  msgstr ""
526
 
527
- #: ../admin/social_sharing.php:498
528
- #: ../admin/social_sharing.php:873
529
  msgid "Tumblr"
530
  msgstr ""
531
 
532
- #: ../admin/social_sharing.php:503
533
- #: ../admin/social_sharing.php:878
534
- #: ../admin/social_login.php:101
535
  msgid "Vkontakte"
536
  msgstr ""
537
 
538
- #: ../admin/social_sharing.php:508
539
- #: ../admin/social_sharing.php:883
540
  msgid "Pinterest"
541
  msgstr ""
542
 
543
- #: ../admin/social_sharing.php:513
544
- #: ../admin/social_sharing.php:888
545
- #: ../admin/social_login.php:109
546
  msgid "Xing"
547
  msgstr ""
548
 
549
- #: ../admin/social_sharing.php:518
550
- #: ../admin/social_sharing.php:893
551
  msgid "Whatsapp"
552
  msgstr ""
553
 
554
- #: ../admin/social_sharing.php:523
555
- #: ../admin/social_sharing.php:898
556
  msgid "Yummly"
557
  msgstr ""
558
 
559
- #: ../admin/social_sharing.php:528
560
- #: ../admin/social_sharing.php:903
561
  msgid "Buffer"
562
  msgstr ""
563
 
564
- #: ../admin/social_sharing.php:536
565
- #: ../admin/social_sharing.php:911
566
  msgid "Select the providers for sharing interface"
567
  msgstr "Seleccione los proveedores para compartir la interfaz"
568
 
569
- #: ../admin/social_sharing.php:544
570
- #: ../admin/social_sharing.php:919
571
  msgid "Rearrange icons"
572
  msgstr "Reorganizar iconos"
573
 
574
- #: ../admin/social_sharing.php:576
575
- #: ../admin/social_sharing.php:951
576
  msgid "Drag the icons to rearrange in desired order"
577
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
578
 
579
- #: ../admin/social_sharing.php:584
580
- #: ../admin/social_sharing.php:977
581
  #: ../admin/like_buttons.php:320
582
- #: ../admin/like_buttons.php:557
583
  #, fuzzy
584
  msgid "Horizontal alignment"
585
  msgstr "Horizontales Opciones para compartir la interfaz de"
586
 
587
- #: ../admin/social_sharing.php:588
588
- #: ../admin/social_sharing.php:981
589
  #: ../admin/like_buttons.php:324
590
- #: ../admin/like_buttons.php:561
591
  msgid "Left"
592
  msgstr "izquierda"
593
 
594
- #: ../admin/social_sharing.php:589
595
  #: ../admin/like_buttons.php:325
596
  msgid "Center"
597
  msgstr "centro"
598
 
599
- #: ../admin/social_sharing.php:590
600
- #: ../admin/social_sharing.php:982
601
  #: ../admin/like_buttons.php:326
602
- #: ../admin/like_buttons.php:562
603
  #, fuzzy
604
  msgid "Right"
605
  msgstr "Claro"
606
 
607
- #: ../admin/social_sharing.php:598
608
- #: ../admin/social_sharing.php:990
609
  #, fuzzy
610
  msgid "Horizontal alignment of the sharing interface"
611
  msgstr "Habilitar interfaz de intercambio horizontal"
612
 
613
- #: ../admin/social_sharing.php:606
614
  #: ../admin/like_buttons.php:342
615
  msgid "Position with respect to content"
616
  msgstr "Posición con respecto al contenido"
617
 
618
- #: ../admin/social_sharing.php:610
619
  #: ../admin/like_buttons.php:346
620
  msgid "Top of the content"
621
  msgstr "Parte superior del contenido"
622
 
623
- #: ../admin/social_sharing.php:612
624
  #: ../admin/like_buttons.php:348
625
  msgid "Bottom of the content"
626
  msgstr "Parte inferior del contenido"
627
 
628
- #: ../admin/social_sharing.php:619
629
  msgid "Specify position of the sharing interface with respect to the content"
630
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
631
 
632
- #: ../admin/social_sharing.php:627
633
- #: ../admin/social_sharing.php:1056
634
  msgid "Sharing location"
635
  msgstr "Ubicación de uso compartido"
636
 
637
- #: ../admin/social_sharing.php:631
638
- #: ../admin/social_sharing.php:1060
639
- #: ../admin/social_login.php:613
640
- #: ../admin/social_login.php:643
641
  #: ../admin/like_buttons.php:367
642
- #: ../admin/like_buttons.php:640
643
  msgid "Homepage"
644
  msgstr "Página de inicio"
645
 
646
- #: ../admin/social_sharing.php:633
647
- #: ../admin/social_sharing.php:1062
648
  #: ../admin/like_buttons.php:369
649
- #: ../admin/like_buttons.php:642
650
  msgid "Posts"
651
  msgstr "Publicaciones"
652
 
653
- #: ../admin/social_sharing.php:635
654
- #: ../admin/social_sharing.php:1064
655
  #: ../admin/like_buttons.php:371
656
- #: ../admin/like_buttons.php:644
657
  msgid "Pages"
658
  msgstr "Páginas"
659
 
660
- #: ../admin/social_sharing.php:637
661
- #: ../admin/social_sharing.php:1066
662
  msgid "Excerpts (at Homepage)"
663
  msgstr ""
664
 
665
- #: ../admin/social_sharing.php:639
666
- #: ../admin/social_sharing.php:1068
667
  #: ../admin/like_buttons.php:375
668
- #: ../admin/like_buttons.php:648
669
  msgid "Category Archives"
670
  msgstr "Archivos de la categoría"
671
 
672
- #: ../admin/social_sharing.php:641
673
- #: ../admin/social_sharing.php:1070
674
  #: ../admin/like_buttons.php:377
675
- #: ../admin/like_buttons.php:650
676
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
677
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
678
 
679
- #: ../admin/social_sharing.php:657
680
  #: ../admin/like_buttons.php:393
681
- msgid "BuddyPress activity and groups"
 
682
  msgstr "Actividad y grupos BuddyPress"
683
 
684
- #: ../admin/social_sharing.php:663
685
- #: ../admin/social_sharing.php:1085
686
- #: ../admin/like_buttons.php:400
687
- #: ../admin/like_buttons.php:665
 
 
 
 
 
688
  msgid "BBPress forum"
689
  msgstr "foro BBPress"
690
 
691
- #: ../admin/social_sharing.php:666
692
- #: ../admin/social_sharing.php:1088
693
- #: ../admin/like_buttons.php:403
694
- #: ../admin/like_buttons.php:668
695
  msgid "BBPress topic"
696
  msgstr "tema BBPress"
697
 
698
- #: ../admin/social_sharing.php:669
699
- #: ../admin/like_buttons.php:406
700
  msgid "BBPress reply"
701
  msgstr "BBPress respuesta"
702
 
703
- #: ../admin/social_sharing.php:676
704
- #: ../admin/like_buttons.php:412
705
  msgid "After individual product at WooCommerce Shop page"
706
  msgstr "Después de cada producto en la página WooCommerce Shop"
707
 
708
- #: ../admin/social_sharing.php:679
709
- #: ../admin/like_buttons.php:415
710
  msgid "WooCommerce Product Page"
711
  msgstr "WooCommerce Product Page"
712
 
713
- #: ../admin/social_sharing.php:682
714
- #: ../admin/like_buttons.php:418
715
  msgid "WooCommerce Thankyou Page"
716
  msgstr "WooCommerce Gracias Página"
717
 
718
- #: ../admin/social_sharing.php:693
719
  msgid "Specify the pages where you want to enable Sharing interface"
720
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
721
 
722
- #: ../admin/social_sharing.php:701
723
- #: ../admin/social_sharing.php:1106
724
  msgid "Show share counts"
725
  msgstr "conteos muestran acciones"
726
 
727
- #: ../admin/social_sharing.php:711
728
- #: ../admin/social_sharing.php:1116
729
  msgid "If enabled, share counts are displayed above sharing icons."
730
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
731
 
732
- #: ../admin/social_sharing.php:720
733
- #: ../admin/social_sharing.php:1125
734
  #, fuzzy
735
  msgid "Show total shares"
736
  msgstr "conteos muestran acciones"
737
 
738
- #: ../admin/social_sharing.php:730
739
- #: ../admin/social_sharing.php:1135
740
  #, fuzzy
741
  msgid "If enabled, total shares will be displayed with sharing icons"
742
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
743
 
744
- #: ../admin/social_sharing.php:739
745
- #: ../admin/social_sharing.php:1144
746
  #, fuzzy
747
  msgid "Enable 'More' icon"
748
  msgstr "Habilitar verificación de correo electrónico"
749
 
750
- #: ../admin/social_sharing.php:749
751
- #: ../admin/social_sharing.php:1154
752
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
753
  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"
754
 
755
- #: ../admin/social_sharing.php:759
756
  msgid "Vertical (Floating) Sharing Interface Options"
757
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
758
 
759
- #: ../admin/social_sharing.php:765
760
  msgid "Enable vertical (floating) sharing interface"
761
  msgstr "Habilitar vertical (flotante) interfaz compartida"
762
 
763
- #: ../admin/social_sharing.php:775
764
  msgid "Master control to enable vertical (floating) sharing widget"
765
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
766
 
767
- #: ../admin/social_sharing.php:959
768
- #: ../admin/like_buttons.php:539
769
  msgid "Background Color"
770
  msgstr "color de fondo"
771
 
772
- #: ../admin/social_sharing.php:969
773
  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>"
774
  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>"
775
 
776
- #: ../admin/social_sharing.php:999
777
- #: ../admin/like_buttons.php:579
778
  msgid "Left offset"
779
  msgstr "desplazamiento izquierda"
780
 
781
- #: ../admin/social_sharing.php:1009
782
  #, fuzzy
783
  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."
784
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
785
 
786
- #: ../admin/social_sharing.php:1019
787
- #: ../admin/like_buttons.php:599
788
  #, fuzzy
789
  msgid "Right offset"
790
  msgstr "desplazamiento izquierda"
791
 
792
- #: ../admin/social_sharing.php:1029
793
  #, fuzzy
794
  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."
795
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
796
 
797
- #: ../admin/social_sharing.php:1038
798
- #: ../admin/like_buttons.php:618
799
  msgid "Top offset"
800
  msgstr "superior compensar"
801
 
802
- #: ../admin/social_sharing.php:1048
803
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
804
  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."
805
 
806
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
807
  msgid "Specify the pages where you want to enable vertical Sharing interface"
808
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
809
 
810
- #: ../admin/social_sharing.php:1162
811
  #, fuzzy
812
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
813
  msgstr "Ocultar compartir en dispositivos móviles"
814
 
815
- #: ../admin/social_sharing.php:1172
816
  #, fuzzy
817
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
818
  msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
819
 
820
- #: ../admin/social_sharing.php:1181
821
  msgid "Hide sharing on mobile devices"
822
  msgstr "Ocultar compartir en dispositivos móviles"
823
 
824
- #: ../admin/social_sharing.php:1191
825
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
826
  msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
827
 
828
- #: ../admin/social_sharing.php:1208
829
  #, fuzzy
830
  msgid "Social Sharing Shortcode & Widget"
831
  msgstr "Widgets y shortcodes"
832
 
833
- #: ../admin/social_sharing.php:1218
834
  msgid "Facebook Sharing Troubleshooter"
835
  msgstr "Facebook Sharing Solucionador de problemas"
836
 
837
- #: ../admin/social_sharing.php:1223
838
  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:"
839
  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:"
840
 
841
- #: ../admin/social_sharing.php:1239
842
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
843
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
844
 
845
- #: ../admin/social_sharing.php:1240
846
  #, fuzzy
847
  msgid "How can I disable sharing on particular page/post?"
848
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
849
 
850
- #: ../admin/social_sharing.php:1241
851
  msgid "How can I specify minimum sharing count for sharing networks?"
852
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
853
 
854
- #: ../admin/social_sharing.php:1251
855
- #: ../admin/social_commenting.php:457
856
- #: ../admin/social_login.php:765
857
- #: ../admin/like_buttons.php:723
858
- msgid "Save Changes"
859
- msgstr "Guardar cambios"
860
-
861
  #: ../admin/social_commenting.php:10
862
  #, fuzzy
863
  msgid "Social Commenting"
@@ -1084,366 +1128,371 @@ msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas
1084
  msgid "How to disable default comment form from Social Commenting?"
1085
  msgstr "Cómo desactivar la forma de comentario por defecto desde Comentando Social?"
1086
 
1087
- #: ../admin/social_login.php:3
1088
- msgid "Award points for Social Login"
1089
- msgstr "Otorgar puntos para Social Login"
1090
-
1091
- #: ../admin/social_login.php:11
1092
  msgid "Social Login"
1093
  msgstr "Social Login"
1094
 
1095
- #: ../admin/social_login.php:24
1096
  msgid "Enable Social Login"
1097
  msgstr "Habilitar Social Login"
1098
 
1099
- #: ../admin/social_login.php:34
1100
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1101
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1102
 
1103
- #: ../admin/social_login.php:42
1104
  msgid "Disable user registration via Social Login"
1105
  msgstr "Registro de usuario Desactivar través Social Login"
1106
 
1107
- #: ../admin/social_login.php:52
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 "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."
1110
 
1111
- #: ../admin/social_login.php:61
1112
  #, fuzzy
1113
  msgid "Redirection url"
1114
  msgstr "Redireccionamiento de inicio de sesión"
1115
 
1116
- #: ../admin/social_login.php:71
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 "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."
1119
 
1120
- #: ../admin/social_login.php:105
1121
  msgid "Instagram"
1122
  msgstr ""
1123
 
1124
- #: ../admin/social_login.php:117
1125
  msgid "Select Social ID provider to enable in Social Login"
1126
  msgstr "Seleccione un proveedor de Identificación Social para habilitarse en Social Login"
1127
 
1128
- #: ../admin/social_login.php:125
1129
  msgid "Facebook App ID"
1130
  msgstr "ID de App. Facebook"
1131
 
1132
- #: ../admin/social_login.php:135
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 "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"
1136
 
1137
- #: ../admin/social_login.php:137
1138
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1139
  msgstr "Pegue siguiente url en <strong>Site URL</ strong> en el enlace mencionado"
1140
 
1141
- #: ../admin/social_login.php:147
1142
  #, fuzzy
1143
  msgid "Twitter API Key"
1144
  msgstr "Clave Consumidor Twitter"
1145
 
1146
- #: ../admin/social_login.php:157
1147
  #, fuzzy, php-format
1148
  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"
1149
  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"
1150
 
1151
- #: ../admin/social_login.php:159
1152
- #: ../admin/social_login.php:181
1153
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1154
  msgstr "Pegue siguiente url en <strong>Website</strong> y <strong>Callback URL</ strong> Opciones en el enlace mencionado"
1155
 
1156
- #: ../admin/social_login.php:169
1157
  #, fuzzy
1158
  msgid "Twitter API Secret"
1159
  msgstr "Twitter Secreto del Consumidor"
1160
 
1161
- #: ../admin/social_login.php:179
1162
  #, fuzzy, php-format
1163
  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"
1164
  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"
1165
 
1166
- #: ../admin/social_login.php:191
1167
  msgid "LinkedIn API Key"
1168
  msgstr "Clave LinkedIn API"
1169
 
1170
- #: ../admin/social_login.php:201
1171
  #, php-format
1172
  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"
1173
  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"
1174
 
1175
- #: ../admin/social_login.php:203
1176
- #: ../admin/social_login.php:269
1177
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1178
  msgstr "Pegar siguiente url en <strong>Website URL</strong> en el enlace mencionado"
1179
 
1180
- #: ../admin/social_login.php:213
1181
  msgid "Google+ Client ID"
1182
  msgstr "ID Cliente Google+"
1183
 
1184
- #: ../admin/social_login.php:223
1185
  #, php-format
1186
  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"
1187
  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"
1188
 
1189
- #: ../admin/social_login.php:225
1190
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1191
  msgstr "Pegar siguiente url en <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</ strong> Opciones en el enlace mencionado"
1192
 
1193
- #: ../admin/social_login.php:235
1194
  msgid "Vkontakte Application ID"
1195
  msgstr "ID de App. Vkontakte"
1196
 
1197
- #: ../admin/social_login.php:245
1198
  #, php-format
1199
  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"
1200
  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"
1201
 
1202
- #: ../admin/social_login.php:247
1203
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1204
  msgstr "Pegar siguiente url en <strong>Site address</ strong> en el enlace mencionado"
1205
 
1206
- #: ../admin/social_login.php:257
1207
  msgid "Instagram Client ID"
1208
  msgstr "ID Cliente Instagram"
1209
 
1210
- #: ../admin/social_login.php:267
1211
  #, php-format
1212
  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"
1213
  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"
1214
 
1215
- #: ../admin/social_login.php:279
1216
  msgid "Xing Consumer Key"
1217
  msgstr ""
1218
 
1219
- #: ../admin/social_login.php:289
1220
  #, fuzzy, php-format
1221
  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"
1222
  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"
1223
 
1224
- #: ../admin/social_login.php:291
1225
- #: ../admin/social_login.php:313
1226
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1227
  msgstr "Pegar siguiente url en el dominio de devolución de llamada <strong>Callback domain</ strong> en el enlace mencionado"
1228
 
1229
- #: ../admin/social_login.php:301
1230
  msgid "Xing Consumer Secret"
1231
  msgstr ""
1232
 
1233
- #: ../admin/social_login.php:311
1234
  #, fuzzy, php-format
1235
  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"
1236
  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"
1237
 
1238
- #: ../admin/social_login.php:323
1239
  msgid "Include Javascript in website footer"
1240
  msgstr "Incluir Javascript en el pie de página del sitio web"
1241
 
1242
- #: ../admin/social_login.php:333
1243
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1244
  msgstr "Si está activado (recomendado), archivos Javascript se incluirán en el pie de página de su sitio web."
1245
 
1246
- #: ../admin/social_login.php:347
1247
  msgid "Login options"
1248
  msgstr "Opciones Inicio de Sesión"
1249
 
1250
- #: ../admin/social_login.php:363
1251
  msgid "Text to display above the Social Login interface"
1252
  msgstr "Texto para mostrar por encima de la interfaz Social Login"
1253
 
1254
- #: ../admin/social_login.php:372
1255
  msgid "Enable at login page"
1256
  msgstr "Activar en la página de inicio de sesión"
1257
 
1258
- #: ../admin/social_login.php:382
1259
  #, fuzzy
1260
  msgid "Social Login interface will get enabled at the login page of your website"
1261
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1262
 
1263
- #: ../admin/social_login.php:390
1264
  msgid "Enable at register page"
1265
  msgstr "Habilitar en página de registro"
1266
 
1267
- #: ../admin/social_login.php:400
1268
  #, fuzzy
1269
  msgid "Social Login interface will get enabled at the registration page of your website"
1270
  msgstr "La interfaz Social Login se habilitará en su página de registro Wordpress"
1271
 
1272
- #: ../admin/social_login.php:408
1273
  msgid "Enable at comment form"
1274
  msgstr "Habilitar en formulario de Comentario"
1275
 
1276
- #: ../admin/social_login.php:418
1277
  #, fuzzy
1278
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1279
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1280
 
1281
- #: ../admin/social_login.php:432
1282
  msgid "Enable before WooCommerce Customer Login Form"
1283
  msgstr "Habilitar antes WooCommerce Formulario Cliente Login"
1284
 
1285
- #: ../admin/social_login.php:442
1286
  #, fuzzy
1287
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1288
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1289
 
1290
- #: ../admin/social_login.php:450
1291
  msgid "Enable after WooCommerce Customer Login Form"
1292
  msgstr "Activar después WooCommerce Formulario Cliente Login"
1293
 
1294
- #: ../admin/social_login.php:460
1295
  #, fuzzy
1296
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1297
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1298
 
1299
- #: ../admin/social_login.php:468
1300
  #, fuzzy
1301
  msgid "Enable at WooCommerce checkout page"
1302
  msgstr "Habilitar en página de registro"
1303
 
1304
- #: ../admin/social_login.php:478
1305
  #, fuzzy
1306
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1307
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1308
 
1309
- #: ../admin/social_login.php:489
1310
  msgid "Auto-approve comments made by Social Login users"
1311
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1312
 
1313
- #: ../admin/social_login.php:499
1314
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1315
  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."
1316
 
1317
- #: ../admin/social_login.php:500
1318
  msgid "Note: This is not related to Facebook comments"
1319
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1320
 
1321
- #: ../admin/social_login.php:510
1322
  msgid "Enable social avatar"
1323
  msgstr "Habilitar avatar Social"
1324
 
1325
- #: ../admin/social_login.php:520
1326
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1327
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1328
 
1329
- #: ../admin/social_login.php:530
1330
  msgid "Avatar quality"
1331
  msgstr "Avatar calidad"
1332
 
1333
- #: ../admin/social_login.php:533
1334
  msgid "Average"
1335
  msgstr "promedio"
1336
 
1337
- #: ../admin/social_login.php:534
1338
  msgid "Best"
1339
  msgstr "Mejor"
1340
 
1341
- #: ../admin/social_login.php:541
1342
  msgid "Choose avatar quality"
1343
  msgstr "Elija la calidad avatar"
1344
 
1345
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1346
  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"
1347
  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á"
1348
 
1349
- #: ../admin/social_login.php:569
1350
  msgid "Send username-password after user registration"
1351
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1352
 
1353
- #: ../admin/social_login.php:579
1354
  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)"
1355
  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)"
1356
 
1357
- #: ../admin/social_login.php:588
1358
  msgid "Enable social account linking at BuddyPress profile page"
1359
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1360
 
1361
- #: ../admin/social_login.php:598
1362
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1363
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1364
 
1365
- #: ../admin/social_login.php:607
1366
  msgid "Login redirection"
1367
  msgstr "Redireccionamiento de inicio de sesión"
1368
 
1369
- #: ../admin/social_login.php:611
1370
  msgid "Same page where user logged in"
1371
  msgstr "La misma página donde el usuario ha iniciado sesión"
1372
 
1373
- #: ../admin/social_login.php:615
1374
- #: ../admin/social_login.php:645
1375
  msgid "Account dashboard"
1376
  msgstr "Panel de cuenta"
1377
 
1378
- #: ../admin/social_login.php:618
1379
- #: ../admin/social_login.php:648
1380
  msgid "BuddyPress profile page"
1381
  msgstr "Página de perfil BuddyPress"
1382
 
1383
- #: ../admin/social_login.php:621
1384
- #: ../admin/social_login.php:651
1385
  msgid "Custom Url"
1386
  msgstr "Url personalizada"
1387
 
1388
- #: ../admin/social_login.php:629
1389
  msgid "User will be redirected to the selected page after Social Login"
1390
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1391
 
1392
- #: ../admin/social_login.php:637
1393
  msgid "Registration redirection"
1394
  msgstr "redirección de registro"
1395
 
1396
- #: ../admin/social_login.php:641
1397
  #, fuzzy
1398
  msgid "Same page from where user registered"
1399
  msgstr "La misma página donde el usuario ha iniciado sesión"
1400
 
1401
- #: ../admin/social_login.php:659
1402
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1403
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1404
 
1405
- #: ../admin/social_login.php:667
1406
  msgid "Email popup options"
1407
  msgstr "opciones emergentes de correo electrónico"
1408
 
1409
- #: ../admin/social_login.php:673
1410
  msgid "Text on 'Email required' popup"
1411
  msgstr "Texto en 'Email required' popup"
1412
 
1413
- #: ../admin/social_login.php:683
1414
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1415
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1416
 
1417
- #: ../admin/social_login.php:692
1418
  msgid "Error message for 'Email required' popup"
1419
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1420
 
1421
- #: ../admin/social_login.php:702
1422
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1423
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1424
 
1425
- #: ../admin/social_login.php:711
1426
  msgid "Email popup height"
1427
  msgstr "email altura popup"
1428
 
1429
- #: ../admin/social_login.php:721
1430
  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."
1431
  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."
1432
 
1433
- #: ../admin/social_login.php:729
1434
  msgid "Enable email verification"
1435
  msgstr "Habilitar verificación de correo electrónico"
1436
 
1437
- #: ../admin/social_login.php:739
1438
  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"
1439
  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"
1440
 
1441
- #: ../admin/social_login.php:755
1442
  #, fuzzy
1443
  msgid "Social Login Shortcode & Widget"
1444
  msgstr "Widgets y shortcodes"
1445
 
1446
- #: ../admin/social_login.php:756
1447
  msgid "Social Linking Shortcode"
1448
  msgstr ""
1449
 
@@ -1549,7 +1598,7 @@ msgid "Master control to enable horizontal like buttons"
1549
  msgstr "Control maestro para permitir el intercambio horizontal"
1550
 
1551
  #: ../admin/like_buttons.php:242
1552
- #: ../admin/like_buttons.php:480
1553
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1554
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
1555
 
@@ -1559,19 +1608,19 @@ msgid "The text to display above the interface"
1559
  msgstr "El texto que se muestra por encima de la interfaz compartida "
1560
 
1561
  #: ../admin/like_buttons.php:268
1562
- #: ../admin/like_buttons.php:488
1563
  #, fuzzy
1564
  msgid "Select and rearrange providers"
1565
  msgstr "Seleccionar proveedores"
1566
 
1567
  #: ../admin/like_buttons.php:312
1568
- #: ../admin/like_buttons.php:531
1569
  #, fuzzy
1570
  msgid "Select the providers for interface. Drag them to rearrange."
1571
  msgstr "Seleccione los proveedores para compartir la interfaz"
1572
 
1573
  #: ../admin/like_buttons.php:334
1574
- #: ../admin/like_buttons.php:570
1575
  #, fuzzy
1576
  msgid "Horizontal alignment of the interface"
1577
  msgstr "Habilitar interfaz de intercambio horizontal"
@@ -1582,70 +1631,70 @@ msgid "Specify position of the interface with respect to the content"
1582
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
1583
 
1584
  #: ../admin/like_buttons.php:363
1585
- #: ../admin/like_buttons.php:636
1586
  #, fuzzy
1587
  msgid "Interface location"
1588
  msgstr "Ubicación de uso compartido"
1589
 
1590
  #: ../admin/like_buttons.php:373
1591
- #: ../admin/like_buttons.php:646
1592
  msgid "Excerpts"
1593
  msgstr "Extractos"
1594
 
1595
- #: ../admin/like_buttons.php:429
1596
  #, fuzzy
1597
  msgid "Specify the pages where you want to enable interface"
1598
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1599
 
1600
- #: ../admin/like_buttons.php:439
1601
  #, fuzzy
1602
  msgid "Vertical (Floating) like buttons Options"
1603
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
1604
 
1605
- #: ../admin/like_buttons.php:445
1606
  #, fuzzy
1607
  msgid "Enable vertical (floating) like buttons"
1608
  msgstr "Habilitar vertical (flotante) interfaz compartida"
1609
 
1610
- #: ../admin/like_buttons.php:455
1611
  #, fuzzy
1612
  msgid "Master control to enable vertical (floating) counter widget"
1613
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
1614
 
1615
- #: ../admin/like_buttons.php:549
1616
  #, fuzzy
1617
  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>"
1618
  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>"
1619
 
1620
- #: ../admin/like_buttons.php:589
1621
  #, fuzzy
1622
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1623
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1624
 
1625
- #: ../admin/like_buttons.php:609
1626
  #, fuzzy
1627
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1628
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1629
 
1630
- #: ../admin/like_buttons.php:628
1631
  #, fuzzy
1632
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1633
  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."
1634
 
1635
- #: ../admin/like_buttons.php:678
1636
  #, fuzzy
1637
  msgid "Specify the pages where you want to enable vertical interface"
1638
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
1639
 
1640
- #: ../admin/like_buttons.php:686
1641
  msgid "Hide like buttons on mobile devices"
1642
  msgstr "Ocultar como botones en dispositivos móviles"
1643
 
1644
- #: ../admin/like_buttons.php:696
1645
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1646
  msgstr "Si está activado, los botones verticales como no van a aparecer en dispositivos móviles"
1647
 
1648
- #: ../admin/like_buttons.php:714
1649
  #, fuzzy
1650
  msgid "Like Buttons Shortcode & Widget"
1651
  msgstr "Widgets y shortcodes"
@@ -1655,11 +1704,11 @@ msgstr "Widgets y shortcodes"
1655
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1656
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1657
 
1658
- #: ../inc/social_sharing.php:598
1659
  msgid "Invalid request"
1660
  msgstr "petición no válida"
1661
 
1662
- #: ../inc/social_sharing.php:605
1663
  msgid "Providers not selected"
1664
  msgstr "Los proveedores no seleccionados"
1665
 
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"
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
 
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"
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"
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
 
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
 
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"
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
  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
 
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-08 05:35+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:36+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Notification"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
@@ -166,6 +166,37 @@ msgstr "Afficher le compteur des partages"
166
  msgid "Vertical sharing"
167
  msgstr "Partage social"
168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #: ../admin/help.php:4
170
  msgid "About"
171
  msgstr "A propos"
@@ -187,671 +218,684 @@ msgid "Plugin Demo"
187
  msgstr "Demonstration du plugin"
188
 
189
  #: ../admin/help.php:24
190
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  msgstr "Add-ons"
192
 
193
- #: ../admin/help.php:29
194
  msgid "Need Help?"
195
  msgstr "Besoin D'Aide?"
196
 
197
- #: ../admin/help.php:31
198
  #, fuzzy
199
  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>"
200
  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>."
201
 
202
- #: ../admin/help.php:36
203
  #, fuzzy
204
  msgid "Support Us"
205
  msgstr "Aide"
206
 
207
- #: ../admin/help.php:39
208
- #: ../admin/help.php:42
209
- #: ../admin/help.php:43
210
- #: ../admin/help.php:44
211
- #: ../admin/help.php:45
212
- #: ../admin/help.php:46
213
  msgid "Rate 5-star"
214
  msgstr "Avis 5 étoiles"
215
 
216
- #: ../admin/help.php:54
217
- #: ../admin/social_sharing.php:438
218
- #: ../admin/social_sharing.php:813
219
- #: ../admin/social_login.php:85
220
  msgid "Facebook"
221
  msgstr "Facebook"
222
 
223
- #: ../admin/social_sharing.php:5
224
- #: ../admin/like_buttons.php:4
225
- msgid "Boost sharing by awarding points"
226
- msgstr "Boostez partage en attribuant des points"
227
-
228
- #: ../admin/social_sharing.php:12
229
- #: ../admin/social_sharing.php:23
230
- #: ../admin/social_login.php:10
231
- #: ../admin/social_login.php:18
232
  #: ../admin/like_buttons.php:11
233
  #: ../admin/like_buttons.php:19
234
  msgid "Basic Configuration"
235
  msgstr "Configuration basique"
236
 
237
- #: ../admin/social_sharing.php:13
238
  #, fuzzy
239
  msgid "Sharing Interface"
240
  msgstr "Paramètres pour l'interface de partage horizontal"
241
 
242
- #: ../admin/social_sharing.php:14
243
  #, fuzzy
244
  msgid "Sharing Options"
245
  msgstr "Position de partage"
246
 
247
- #: ../admin/social_sharing.php:15
248
- #: ../admin/social_sharing.php:1206
249
- #: ../admin/social_login.php:12
250
- #: ../admin/social_login.php:753
251
  #: ../admin/like_buttons.php:13
252
- #: ../admin/like_buttons.php:712
253
  msgid "Shortcode & Widget"
254
  msgstr "Widgets et shortcodes"
255
 
256
- #: ../admin/social_sharing.php:16
257
  msgid "Troubleshooter"
258
  msgstr "Résolution de problèmes"
259
 
260
- #: ../admin/social_sharing.php:17
261
- #: ../admin/social_sharing.php:1237
262
  #: ../admin/social_commenting.php:12
263
  #: ../admin/social_commenting.php:446
264
  msgid "FAQ"
265
  msgstr "FAQ"
266
 
267
- #: ../admin/social_sharing.php:29
268
  msgid "Enable Social Sharing"
269
  msgstr "Activer le partage social"
270
 
271
- #: ../admin/social_sharing.php:39
272
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
273
  msgstr "Control maître pour le partage social. Cela doit être active afin d'activer cette fonctionnalité."
274
 
275
- #: ../admin/social_sharing.php:47
276
  msgid "Delete all the options on plugin deletion"
277
  msgstr "Supprimer toutes les paramètres lors de la suppression du plugin"
278
 
279
- #: ../admin/social_sharing.php:57
280
  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."
281
  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."
282
 
283
- #: ../admin/social_sharing.php:72
284
  #, fuzzy
285
  msgid "Horizontal interface options"
286
  msgstr "Paramètres pour l'interface de partage horizontal"
287
 
288
- #: ../admin/social_sharing.php:78
289
- #: ../admin/social_sharing.php:156
290
  msgid "Shape"
291
  msgstr "forme"
292
 
293
- #: ../admin/social_sharing.php:86
294
- #: ../admin/social_sharing.php:164
295
  msgid "Round"
296
  msgstr "tour"
297
 
298
- #: ../admin/social_sharing.php:88
299
- #: ../admin/social_sharing.php:166
300
  msgid "Square"
301
  msgstr "carré"
302
 
303
- #: ../admin/social_sharing.php:95
304
- #: ../admin/social_sharing.php:173
305
  #, fuzzy
306
  msgid "Shape of the sharing icons"
307
  msgstr "Afficher le compteur des partages"
308
 
309
- #: ../admin/social_sharing.php:103
310
- #: ../admin/social_sharing.php:181
311
  msgid "Size (in pixels)"
312
  msgstr "Taille (en pixels)"
313
 
314
- #: ../admin/social_sharing.php:121
315
- #: ../admin/social_sharing.php:199
316
  #, fuzzy
317
  msgid "Size of the sharing icons"
318
  msgstr "Alignement horizontal des boutons de partage"
319
 
320
- #: ../admin/social_sharing.php:128
321
- #: ../admin/social_sharing.php:206
322
  msgid "Icon Preview"
323
  msgstr "Aperçu d'icône"
324
 
325
- #: ../admin/social_sharing.php:142
326
- #: ../admin/social_sharing.php:220
327
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
328
  msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des changements en cliquant sur le bouton ci-dessous sauver"
329
 
330
- #: ../admin/social_sharing.php:150
331
  #, fuzzy
332
  msgid "Vertical interface options"
333
  msgstr "Paramètres du compteur vertical (flotant)"
334
 
335
- #: ../admin/social_sharing.php:234
336
  msgid "Modernizr"
337
  msgstr ""
338
 
339
- #: ../admin/social_sharing.php:240
340
  msgid "Do not load Modernizr JS"
341
  msgstr "Ne chargez pas Modernizr JS"
342
 
343
- #: ../admin/social_sharing.php:250
344
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
345
  msgstr "Si vous trouvez le plugin casser votre thème, vous pouvez essayer d'activer cette option"
346
 
347
- #: ../admin/social_sharing.php:259
348
  #: ../admin/like_buttons.php:51
349
  #, fuzzy
350
  msgid "Url shortener"
351
  msgstr "bit.ly raccourcisseur d'URL"
352
 
353
- #: ../admin/social_sharing.php:265
354
  msgid "Use shortlinks already installed"
355
  msgstr "Utilisez shortlinks déjà installés"
356
 
357
- #: ../admin/social_sharing.php:275
358
  #: ../admin/like_buttons.php:67
359
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
360
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
361
 
362
- #: ../admin/social_sharing.php:283
363
  msgid "Enable bit.ly url shortener for sharing"
364
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
365
 
366
- #: ../admin/social_sharing.php:293
367
  #: ../admin/like_buttons.php:85
368
  msgid "Master control to enable bit.ly url shortening for sharing"
369
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
370
 
371
- #: ../admin/social_sharing.php:301
372
  #: ../admin/like_buttons.php:93
373
  msgid "bit.ly username"
374
  msgstr "Psuedo bit.ly"
375
 
376
- #: ../admin/social_sharing.php:311
377
  #: ../admin/like_buttons.php:103
378
  #, php-format
379
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
380
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
381
 
382
- #: ../admin/social_sharing.php:320
383
  #: ../admin/like_buttons.php:112
384
  msgid "bit.ly API Key"
385
  msgstr "Clé API bit.ly"
386
 
387
- #: ../admin/social_sharing.php:330
388
  #: ../admin/like_buttons.php:122
389
  #, php-format
390
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
391
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
392
 
393
- #: ../admin/social_sharing.php:340
394
  msgid "Twitter username in sharing"
395
  msgstr "Psuedo Twitter dans le partage des liens"
396
 
397
- #: ../admin/social_sharing.php:346
398
  msgid "Twitter username (without @)"
399
  msgstr "Psuedo Twitter (sans @)"
400
 
401
- #: ../admin/social_sharing.php:356
402
  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."
403
  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."
404
 
405
- #: ../admin/social_sharing.php:366
406
  msgid "Horizontal Sharing Interface Options"
407
  msgstr "Paramètres pour l'interface de partage horizontal"
408
 
409
- #: ../admin/social_sharing.php:372
410
  msgid "Enable horizontal sharing interface"
411
  msgstr "Activer le partage horizontal"
412
 
413
- #: ../admin/social_sharing.php:382
414
  msgid "Master control to enable horizontal sharing"
415
  msgstr "Control maître pour activer le partage horizontal"
416
 
417
- #: ../admin/social_sharing.php:392
418
- #: ../admin/social_sharing.php:785
419
  #: ../admin/like_buttons.php:227
420
- #: ../admin/like_buttons.php:465
421
  msgid "Target Url"
422
  msgstr "Cible Url"
423
 
424
- #: ../admin/social_sharing.php:396
425
- #: ../admin/social_sharing.php:789
426
  #: ../admin/like_buttons.php:231
427
- #: ../admin/like_buttons.php:469
428
  msgid "Url of the webpage where icons are located (default)"
429
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
430
 
431
- #: ../admin/social_sharing.php:398
432
- #: ../admin/social_sharing.php:791
433
  #: ../admin/like_buttons.php:233
434
- #: ../admin/like_buttons.php:471
435
  msgid "Url of the homepage of your website"
436
  msgstr "Url de la page d'accueil de votre site Web"
437
 
438
- #: ../admin/social_sharing.php:400
439
- #: ../admin/social_sharing.php:793
440
  #: ../admin/like_buttons.php:235
441
- #: ../admin/like_buttons.php:473
442
  #, fuzzy
443
  msgid "Custom url"
444
  msgstr "URL personnalisé"
445
 
446
- #: ../admin/social_sharing.php:407
447
- #: ../admin/social_sharing.php:800
448
  msgid "Url to share"
449
  msgstr "URL pour partager"
450
 
451
- #: ../admin/social_sharing.php:415
452
- #: ../admin/social_login.php:353
453
  #: ../admin/like_buttons.php:250
454
  msgid "Title"
455
  msgstr "Titre"
456
 
457
- #: ../admin/social_sharing.php:425
458
  msgid "The text to display above the sharing interface"
459
  msgstr "Le texte à afficher au-dessus des boutons de partage"
460
 
461
- #: ../admin/social_sharing.php:433
462
- #: ../admin/social_sharing.php:808
463
- #: ../admin/social_login.php:80
464
  msgid "Select providers"
465
  msgstr "Selectionner les réseaux sociaux"
466
 
467
- #: ../admin/social_sharing.php:443
468
- #: ../admin/social_sharing.php:818
469
- #: ../admin/social_login.php:89
470
  msgid "Twitter"
471
  msgstr "Twitter"
472
 
473
- #: ../admin/social_sharing.php:448
474
- #: ../admin/social_sharing.php:823
475
- #: ../admin/social_login.php:93
476
  msgid "LinkedIn"
477
  msgstr "LinkedIn"
478
 
479
- #: ../admin/social_sharing.php:453
480
- #: ../admin/social_sharing.php:828
481
- #: ../admin/social_login.php:97
482
  msgid "Google+"
483
  msgstr "Google+"
484
 
485
- #: ../admin/social_sharing.php:458
486
- #: ../admin/social_sharing.php:833
487
  msgid "Print"
488
  msgstr "Imprimer"
489
 
490
- #: ../admin/social_sharing.php:463
491
- #: ../admin/social_sharing.php:838
492
  msgid "Email"
493
  msgstr "E-mail"
494
 
495
- #: ../admin/social_sharing.php:468
496
- #: ../admin/social_sharing.php:843
497
  msgid "Yahoo"
498
  msgstr "Yahoo!"
499
 
500
- #: ../admin/social_sharing.php:473
501
- #: ../admin/social_sharing.php:848
502
  msgid "Reddit"
503
  msgstr "Reddit"
504
 
505
- #: ../admin/social_sharing.php:478
506
- #: ../admin/social_sharing.php:853
507
  msgid "Digg"
508
  msgstr "Digg"
509
 
510
- #: ../admin/social_sharing.php:483
511
- #: ../admin/social_sharing.php:858
512
  msgid "Delicious"
513
  msgstr "Delicious"
514
 
515
- #: ../admin/social_sharing.php:488
516
- #: ../admin/social_sharing.php:863
517
  msgid "StumbleUpon"
518
  msgstr "StumbleUpon"
519
 
520
- #: ../admin/social_sharing.php:493
521
- #: ../admin/social_sharing.php:868
522
  msgid "Float it"
523
  msgstr "Float it"
524
 
525
- #: ../admin/social_sharing.php:498
526
- #: ../admin/social_sharing.php:873
527
  msgid "Tumblr"
528
  msgstr "Tumblr"
529
 
530
- #: ../admin/social_sharing.php:503
531
- #: ../admin/social_sharing.php:878
532
- #: ../admin/social_login.php:101
533
  msgid "Vkontakte"
534
  msgstr "Vkontakte"
535
 
536
- #: ../admin/social_sharing.php:508
537
- #: ../admin/social_sharing.php:883
538
  msgid "Pinterest"
539
  msgstr "Pinterest"
540
 
541
- #: ../admin/social_sharing.php:513
542
- #: ../admin/social_sharing.php:888
543
- #: ../admin/social_login.php:109
544
  msgid "Xing"
545
  msgstr ""
546
 
547
- #: ../admin/social_sharing.php:518
548
- #: ../admin/social_sharing.php:893
549
  msgid "Whatsapp"
550
  msgstr ""
551
 
552
- #: ../admin/social_sharing.php:523
553
- #: ../admin/social_sharing.php:898
554
  msgid "Yummly"
555
  msgstr ""
556
 
557
- #: ../admin/social_sharing.php:528
558
- #: ../admin/social_sharing.php:903
559
  msgid "Buffer"
560
  msgstr ""
561
 
562
- #: ../admin/social_sharing.php:536
563
- #: ../admin/social_sharing.php:911
564
  msgid "Select the providers for sharing interface"
565
  msgstr "Selectionner les réseaux sociaux à inclure"
566
 
567
- #: ../admin/social_sharing.php:544
568
- #: ../admin/social_sharing.php:919
569
  msgid "Rearrange icons"
570
  msgstr "Repositionner les icônes"
571
 
572
- #: ../admin/social_sharing.php:576
573
- #: ../admin/social_sharing.php:951
574
  msgid "Drag the icons to rearrange in desired order"
575
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
576
 
577
- #: ../admin/social_sharing.php:584
578
- #: ../admin/social_sharing.php:977
579
  #: ../admin/like_buttons.php:320
580
- #: ../admin/like_buttons.php:557
581
  msgid "Horizontal alignment"
582
  msgstr "Alignement horizontal"
583
 
584
- #: ../admin/social_sharing.php:588
585
- #: ../admin/social_sharing.php:981
586
  #: ../admin/like_buttons.php:324
587
- #: ../admin/like_buttons.php:561
588
  msgid "Left"
589
  msgstr "Gauche"
590
 
591
- #: ../admin/social_sharing.php:589
592
  #: ../admin/like_buttons.php:325
593
  msgid "Center"
594
  msgstr "centre"
595
 
596
- #: ../admin/social_sharing.php:590
597
- #: ../admin/social_sharing.php:982
598
  #: ../admin/like_buttons.php:326
599
- #: ../admin/like_buttons.php:562
600
  msgid "Right"
601
  msgstr "Droite"
602
 
603
- #: ../admin/social_sharing.php:598
604
- #: ../admin/social_sharing.php:990
605
  msgid "Horizontal alignment of the sharing interface"
606
  msgstr "Alignement horizontal des boutons de partage"
607
 
608
- #: ../admin/social_sharing.php:606
609
  #: ../admin/like_buttons.php:342
610
  msgid "Position with respect to content"
611
  msgstr "Position par rapport au contenu"
612
 
613
- #: ../admin/social_sharing.php:610
614
  #: ../admin/like_buttons.php:346
615
  msgid "Top of the content"
616
  msgstr "Au-dessus du contenu"
617
 
618
- #: ../admin/social_sharing.php:612
619
  #: ../admin/like_buttons.php:348
620
  msgid "Bottom of the content"
621
  msgstr "En-dessous du contenu"
622
 
623
- #: ../admin/social_sharing.php:619
624
  msgid "Specify position of the sharing interface with respect to the content"
625
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
626
 
627
- #: ../admin/social_sharing.php:627
628
- #: ../admin/social_sharing.php:1056
629
  msgid "Sharing location"
630
  msgstr "Position de partage"
631
 
632
- #: ../admin/social_sharing.php:631
633
- #: ../admin/social_sharing.php:1060
634
- #: ../admin/social_login.php:613
635
- #: ../admin/social_login.php:643
636
  #: ../admin/like_buttons.php:367
637
- #: ../admin/like_buttons.php:640
638
  msgid "Homepage"
639
  msgstr "Page d'accueil"
640
 
641
- #: ../admin/social_sharing.php:633
642
- #: ../admin/social_sharing.php:1062
643
  #: ../admin/like_buttons.php:369
644
- #: ../admin/like_buttons.php:642
645
  msgid "Posts"
646
  msgstr "Publications"
647
 
648
- #: ../admin/social_sharing.php:635
649
- #: ../admin/social_sharing.php:1064
650
  #: ../admin/like_buttons.php:371
651
- #: ../admin/like_buttons.php:644
652
  msgid "Pages"
653
  msgstr "Pages"
654
 
655
- #: ../admin/social_sharing.php:637
656
- #: ../admin/social_sharing.php:1066
657
  msgid "Excerpts (at Homepage)"
658
  msgstr ""
659
 
660
- #: ../admin/social_sharing.php:639
661
- #: ../admin/social_sharing.php:1068
662
  #: ../admin/like_buttons.php:375
663
- #: ../admin/like_buttons.php:648
664
  msgid "Category Archives"
665
  msgstr "Archives des catégories"
666
 
667
- #: ../admin/social_sharing.php:641
668
- #: ../admin/social_sharing.php:1070
669
  #: ../admin/like_buttons.php:377
670
- #: ../admin/like_buttons.php:650
671
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
672
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
673
 
674
- #: ../admin/social_sharing.php:657
675
  #: ../admin/like_buttons.php:393
676
- msgid "BuddyPress activity and groups"
 
677
  msgstr "L'activité et les groupes BuddyPress"
678
 
679
- #: ../admin/social_sharing.php:663
680
- #: ../admin/social_sharing.php:1085
681
- #: ../admin/like_buttons.php:400
682
- #: ../admin/like_buttons.php:665
683
- msgid "BBPress forum"
684
  msgstr ""
685
 
686
- #: ../admin/social_sharing.php:666
687
- #: ../admin/social_sharing.php:1088
688
  #: ../admin/like_buttons.php:403
689
- #: ../admin/like_buttons.php:668
 
 
 
 
 
 
 
690
  msgid "BBPress topic"
691
  msgstr "sujet BBPress"
692
 
693
- #: ../admin/social_sharing.php:669
694
- #: ../admin/like_buttons.php:406
695
  msgid "BBPress reply"
696
  msgstr "BBPress réponse"
697
 
698
- #: ../admin/social_sharing.php:676
699
- #: ../admin/like_buttons.php:412
700
  msgid "After individual product at WooCommerce Shop page"
701
  msgstr "Après produit individuel à la page WooCommerce Boutique"
702
 
703
- #: ../admin/social_sharing.php:679
704
- #: ../admin/like_buttons.php:415
705
  msgid "WooCommerce Product Page"
706
  msgstr "WooCommerce page produit"
707
 
708
- #: ../admin/social_sharing.php:682
709
- #: ../admin/like_buttons.php:418
710
  msgid "WooCommerce Thankyou Page"
711
  msgstr "Merci WooCommerce page"
712
 
713
- #: ../admin/social_sharing.php:693
714
  msgid "Specify the pages where you want to enable Sharing interface"
715
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
716
 
717
- #: ../admin/social_sharing.php:701
718
- #: ../admin/social_sharing.php:1106
719
  msgid "Show share counts"
720
  msgstr "Afficher le compteur des partages"
721
 
722
- #: ../admin/social_sharing.php:711
723
- #: ../admin/social_sharing.php:1116
724
  msgid "If enabled, share counts are displayed above sharing icons."
725
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
726
 
727
- #: ../admin/social_sharing.php:720
728
- #: ../admin/social_sharing.php:1125
729
  #, fuzzy
730
  msgid "Show total shares"
731
  msgstr "Afficher le compteur des partages"
732
 
733
- #: ../admin/social_sharing.php:730
734
- #: ../admin/social_sharing.php:1135
735
  #, fuzzy
736
  msgid "If enabled, total shares will be displayed with sharing icons"
737
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
738
 
739
- #: ../admin/social_sharing.php:739
740
- #: ../admin/social_sharing.php:1144
741
  #, fuzzy
742
  msgid "Enable 'More' icon"
743
  msgstr "Activer la verification de l'adresse e-mail"
744
 
745
- #: ../admin/social_sharing.php:749
746
- #: ../admin/social_sharing.php:1154
747
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
748
  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"
749
 
750
- #: ../admin/social_sharing.php:759
751
  msgid "Vertical (Floating) Sharing Interface Options"
752
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
753
 
754
- #: ../admin/social_sharing.php:765
755
  msgid "Enable vertical (floating) sharing interface"
756
  msgstr "Activer les boutons de partage verticaux (flotants)"
757
 
758
- #: ../admin/social_sharing.php:775
759
  msgid "Master control to enable vertical (floating) sharing widget"
760
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
761
 
762
- #: ../admin/social_sharing.php:959
763
- #: ../admin/like_buttons.php:539
764
  msgid "Background Color"
765
  msgstr "Couleur de fond"
766
 
767
- #: ../admin/social_sharing.php:969
768
  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>"
769
  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>"
770
 
771
- #: ../admin/social_sharing.php:999
772
- #: ../admin/like_buttons.php:579
773
  msgid "Left offset"
774
  msgstr "Marge à gauche"
775
 
776
- #: ../admin/social_sharing.php:1009
777
  #, fuzzy
778
  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."
779
  msgstr "Définir la taille de la marge à gauche (en pixels)."
780
 
781
- #: ../admin/social_sharing.php:1019
782
- #: ../admin/like_buttons.php:599
783
  msgid "Right offset"
784
  msgstr "Marge à droite"
785
 
786
- #: ../admin/social_sharing.php:1029
787
  #, fuzzy
788
  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."
789
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
790
 
791
- #: ../admin/social_sharing.php:1038
792
- #: ../admin/like_buttons.php:618
793
  msgid "Top offset"
794
  msgstr "Marge au-dessus"
795
 
796
- #: ../admin/social_sharing.php:1048
797
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
798
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
799
 
800
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
801
  msgid "Specify the pages where you want to enable vertical Sharing interface"
802
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
803
 
804
- #: ../admin/social_sharing.php:1162
805
  #, fuzzy
806
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
807
  msgstr "Cacher le partage sur appareils mobiles"
808
 
809
- #: ../admin/social_sharing.php:1172
810
  #, fuzzy
811
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
812
  msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
813
 
814
- #: ../admin/social_sharing.php:1181
815
  msgid "Hide sharing on mobile devices"
816
  msgstr "Cacher le partage sur appareils mobiles"
817
 
818
- #: ../admin/social_sharing.php:1191
819
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
820
  msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
821
 
822
- #: ../admin/social_sharing.php:1208
823
  #, fuzzy
824
  msgid "Social Sharing Shortcode & Widget"
825
  msgstr "Widgets et shortcodes"
826
 
827
- #: ../admin/social_sharing.php:1218
828
  msgid "Facebook Sharing Troubleshooter"
829
  msgstr "Résoudre les problems Facebook"
830
 
831
- #: ../admin/social_sharing.php:1223
832
  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:"
833
  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."
834
 
835
- #: ../admin/social_sharing.php:1239
836
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
837
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
838
 
839
- #: ../admin/social_sharing.php:1240
840
  #, fuzzy
841
  msgid "How can I disable sharing on particular page/post?"
842
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
843
 
844
- #: ../admin/social_sharing.php:1241
845
  msgid "How can I specify minimum sharing count for sharing networks?"
846
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
847
 
848
- #: ../admin/social_sharing.php:1251
849
- #: ../admin/social_commenting.php:457
850
- #: ../admin/social_login.php:765
851
- #: ../admin/like_buttons.php:723
852
- msgid "Save Changes"
853
- msgstr "Sauvegarder"
854
-
855
  #: ../admin/social_commenting.php:10
856
  #, fuzzy
857
  msgid "Social Commenting"
@@ -1077,361 +1121,366 @@ msgstr "Comment je peux afficher le compte des partages de mon site, et non des
1077
  msgid "How to disable default comment form from Social Commenting?"
1078
  msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1079
 
1080
- #: ../admin/social_login.php:3
1081
- msgid "Award points for Social Login"
1082
- msgstr "Attribuer des points pour la connexion sociale"
1083
-
1084
- #: ../admin/social_login.php:11
1085
  msgid "Social Login"
1086
  msgstr "Connection par les réseaux sociaux"
1087
 
1088
- #: ../admin/social_login.php:24
1089
  msgid "Enable Social Login"
1090
  msgstr "Activer la connection par les réseaux sociaux"
1091
 
1092
- #: ../admin/social_login.php:34
1093
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1094
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1095
 
1096
- #: ../admin/social_login.php:42
1097
  msgid "Disable user registration via Social Login"
1098
  msgstr "Désactiver l'enregistrement de l'utilisateur via Login social"
1099
 
1100
- #: ../admin/social_login.php:52
1101
  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."
1102
  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."
1103
 
1104
- #: ../admin/social_login.php:61
1105
  #, fuzzy
1106
  msgid "Redirection url"
1107
  msgstr "Rediriger la page après la connection"
1108
 
1109
- #: ../admin/social_login.php:71
1110
  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."
1111
  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."
1112
 
1113
- #: ../admin/social_login.php:105
1114
  msgid "Instagram"
1115
  msgstr "Instagram"
1116
 
1117
- #: ../admin/social_login.php:117
1118
  msgid "Select Social ID provider to enable in Social Login"
1119
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1120
 
1121
- #: ../admin/social_login.php:125
1122
  msgid "Facebook App ID"
1123
  msgstr "Facebook App ID"
1124
 
1125
- #: ../admin/social_login.php:135
1126
  #, php-format
1127
  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"
1128
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1129
 
1130
- #: ../admin/social_login.php:137
1131
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1132
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1133
 
1134
- #: ../admin/social_login.php:147
1135
  msgid "Twitter API Key"
1136
  msgstr "Clé API Twitter"
1137
 
1138
- #: ../admin/social_login.php:157
1139
  #, php-format
1140
  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"
1141
  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."
1142
 
1143
- #: ../admin/social_login.php:159
1144
- #: ../admin/social_login.php:181
1145
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1146
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1147
 
1148
- #: ../admin/social_login.php:169
1149
  msgid "Twitter API Secret"
1150
  msgstr "Code secret API Twitter"
1151
 
1152
- #: ../admin/social_login.php:179
1153
  #, php-format
1154
  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"
1155
  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."
1156
 
1157
- #: ../admin/social_login.php:191
1158
  msgid "LinkedIn API Key"
1159
  msgstr "LinkedIn clé API"
1160
 
1161
- #: ../admin/social_login.php:201
1162
  #, php-format
1163
  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"
1164
  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."
1165
 
1166
- #: ../admin/social_login.php:203
1167
- #: ../admin/social_login.php:269
1168
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1169
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1170
 
1171
- #: ../admin/social_login.php:213
1172
  msgid "Google+ Client ID"
1173
  msgstr "Google+ Client ID"
1174
 
1175
- #: ../admin/social_login.php:223
1176
  #, php-format
1177
  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"
1178
  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\"."
1179
 
1180
- #: ../admin/social_login.php:225
1181
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1182
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1183
 
1184
- #: ../admin/social_login.php:235
1185
  msgid "Vkontakte Application ID"
1186
  msgstr "Vkontakte Application ID"
1187
 
1188
- #: ../admin/social_login.php:245
1189
  #, php-format
1190
  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"
1191
  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\"."
1192
 
1193
- #: ../admin/social_login.php:247
1194
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1195
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1196
 
1197
- #: ../admin/social_login.php:257
1198
  msgid "Instagram Client ID"
1199
  msgstr "Instagram Client ID"
1200
 
1201
- #: ../admin/social_login.php:267
1202
  #, php-format
1203
  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"
1204
  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\"."
1205
 
1206
- #: ../admin/social_login.php:279
1207
  msgid "Xing Consumer Key"
1208
  msgstr ""
1209
 
1210
- #: ../admin/social_login.php:289
1211
  #, fuzzy, php-format
1212
  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"
1213
  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."
1214
 
1215
- #: ../admin/social_login.php:291
1216
- #: ../admin/social_login.php:313
1217
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1218
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1219
 
1220
- #: ../admin/social_login.php:301
1221
  msgid "Xing Consumer Secret"
1222
  msgstr ""
1223
 
1224
- #: ../admin/social_login.php:311
1225
  #, fuzzy, php-format
1226
  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"
1227
  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."
1228
 
1229
- #: ../admin/social_login.php:323
1230
  msgid "Include Javascript in website footer"
1231
  msgstr "Inclure le javascript dans le footer de votre site"
1232
 
1233
- #: ../admin/social_login.php:333
1234
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1235
  msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
1236
 
1237
- #: ../admin/social_login.php:347
1238
  msgid "Login options"
1239
  msgstr "Paramètres de connection"
1240
 
1241
- #: ../admin/social_login.php:363
1242
  msgid "Text to display above the Social Login interface"
1243
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1244
 
1245
- #: ../admin/social_login.php:372
1246
  msgid "Enable at login page"
1247
  msgstr "Activer sur la page de connection"
1248
 
1249
- #: ../admin/social_login.php:382
1250
  msgid "Social Login interface will get enabled at the login page of your website"
1251
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1252
 
1253
- #: ../admin/social_login.php:390
1254
  msgid "Enable at register page"
1255
  msgstr "Activer sur la page de création de compte"
1256
 
1257
- #: ../admin/social_login.php:400
1258
  msgid "Social Login interface will get enabled at the registration page of your website"
1259
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1260
 
1261
- #: ../admin/social_login.php:408
1262
  msgid "Enable at comment form"
1263
  msgstr "Activer dans les commentaires"
1264
 
1265
- #: ../admin/social_login.php:418
1266
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1267
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1268
 
1269
- #: ../admin/social_login.php:432
1270
  msgid "Enable before WooCommerce Customer Login Form"
1271
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1272
 
1273
- #: ../admin/social_login.php:442
1274
  #, fuzzy
1275
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1276
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1277
 
1278
- #: ../admin/social_login.php:450
1279
  msgid "Enable after WooCommerce Customer Login Form"
1280
  msgstr "Activer après WooCommerce formulaire Connexion client"
1281
 
1282
- #: ../admin/social_login.php:460
1283
  #, fuzzy
1284
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1285
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1286
 
1287
- #: ../admin/social_login.php:468
1288
  #, fuzzy
1289
  msgid "Enable at WooCommerce checkout page"
1290
  msgstr "Activer sur la page de création de compte"
1291
 
1292
- #: ../admin/social_login.php:478
1293
  #, fuzzy
1294
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1295
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1296
 
1297
- #: ../admin/social_login.php:489
1298
  msgid "Auto-approve comments made by Social Login users"
1299
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1300
 
1301
- #: ../admin/social_login.php:499
1302
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1303
  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."
1304
 
1305
- #: ../admin/social_login.php:500
1306
  msgid "Note: This is not related to Facebook comments"
1307
  msgstr "NB : Cela est différent des commentaires Facebook"
1308
 
1309
- #: ../admin/social_login.php:510
1310
  msgid "Enable social avatar"
1311
  msgstr "Activer la photo social"
1312
 
1313
- #: ../admin/social_login.php:520
1314
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1315
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1316
 
1317
- #: ../admin/social_login.php:530
1318
  msgid "Avatar quality"
1319
  msgstr "qualité Avatar"
1320
 
1321
- #: ../admin/social_login.php:533
1322
  msgid "Average"
1323
  msgstr "moyenne"
1324
 
1325
- #: ../admin/social_login.php:534
1326
  msgid "Best"
1327
  msgstr "Meilleur"
1328
 
1329
- #: ../admin/social_login.php:541
1330
  msgid "Choose avatar quality"
1331
  msgstr "Choisissez la qualité avatar"
1332
 
1333
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1334
  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"
1335
  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."
1336
 
1337
- #: ../admin/social_login.php:569
1338
  msgid "Send username-password after user registration"
1339
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1340
 
1341
- #: ../admin/social_login.php:579
1342
  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)"
1343
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1344
 
1345
- #: ../admin/social_login.php:588
1346
  msgid "Enable social account linking at BuddyPress profile page"
1347
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1348
 
1349
- #: ../admin/social_login.php:598
1350
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1351
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1352
 
1353
- #: ../admin/social_login.php:607
1354
  msgid "Login redirection"
1355
  msgstr "Rediriger la page après la connection"
1356
 
1357
- #: ../admin/social_login.php:611
1358
  msgid "Same page where user logged in"
1359
  msgstr "La même page ou l'utilisateur s'est connecté"
1360
 
1361
- #: ../admin/social_login.php:615
1362
- #: ../admin/social_login.php:645
1363
  msgid "Account dashboard"
1364
  msgstr "Leur compte"
1365
 
1366
- #: ../admin/social_login.php:618
1367
- #: ../admin/social_login.php:648
1368
  msgid "BuddyPress profile page"
1369
  msgstr "BuddyPress page de profil"
1370
 
1371
- #: ../admin/social_login.php:621
1372
- #: ../admin/social_login.php:651
1373
  msgid "Custom Url"
1374
  msgstr "URL personnalisé"
1375
 
1376
- #: ../admin/social_login.php:629
1377
  msgid "User will be redirected to the selected page after Social Login"
1378
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1379
 
1380
- #: ../admin/social_login.php:637
1381
  msgid "Registration redirection"
1382
  msgstr "Redirection après la création de compte"
1383
 
1384
- #: ../admin/social_login.php:641
1385
  #, fuzzy
1386
  msgid "Same page from where user registered"
1387
  msgstr "La même page ou l'utilisateur s'est connecté"
1388
 
1389
- #: ../admin/social_login.php:659
1390
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1391
  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)"
1392
 
1393
- #: ../admin/social_login.php:667
1394
  msgid "Email popup options"
1395
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1396
 
1397
- #: ../admin/social_login.php:673
1398
  msgid "Text on 'Email required' popup"
1399
  msgstr "Texte dans le popup \"E-mail requis\""
1400
 
1401
- #: ../admin/social_login.php:683
1402
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1403
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1404
 
1405
- #: ../admin/social_login.php:692
1406
  msgid "Error message for 'Email required' popup"
1407
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1408
 
1409
- #: ../admin/social_login.php:702
1410
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1411
  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."
1412
 
1413
- #: ../admin/social_login.php:711
1414
  msgid "Email popup height"
1415
  msgstr "Hauteur du popup e-mail"
1416
 
1417
- #: ../admin/social_login.php:721
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 "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."
1420
 
1421
- #: ../admin/social_login.php:729
1422
  msgid "Enable email verification"
1423
  msgstr "Activer la verification de l'adresse e-mail"
1424
 
1425
- #: ../admin/social_login.php:739
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 "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."
1428
 
1429
- #: ../admin/social_login.php:755
1430
  #, fuzzy
1431
  msgid "Social Login Shortcode & Widget"
1432
  msgstr "Widgets et shortcodes"
1433
 
1434
- #: ../admin/social_login.php:756
1435
  msgid "Social Linking Shortcode"
1436
  msgstr ""
1437
 
@@ -1537,7 +1586,7 @@ msgid "Master control to enable horizontal like buttons"
1537
  msgstr "Control maître pour activer le compteur horizontal"
1538
 
1539
  #: ../admin/like_buttons.php:242
1540
- #: ../admin/like_buttons.php:480
1541
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1542
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1543
 
@@ -1547,18 +1596,18 @@ msgid "The text to display above the interface"
1547
  msgstr "La texte à afficher au-dessus du compteur"
1548
 
1549
  #: ../admin/like_buttons.php:268
1550
- #: ../admin/like_buttons.php:488
1551
  msgid "Select and rearrange providers"
1552
  msgstr "Selectionner et repositionner les réseaux sociaux"
1553
 
1554
  #: ../admin/like_buttons.php:312
1555
- #: ../admin/like_buttons.php:531
1556
  #, fuzzy
1557
  msgid "Select the providers for interface. Drag them to rearrange."
1558
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1559
 
1560
  #: ../admin/like_buttons.php:334
1561
- #: ../admin/like_buttons.php:570
1562
  #, fuzzy
1563
  msgid "Horizontal alignment of the interface"
1564
  msgstr "Alignement horizontal du compteur"
@@ -1569,69 +1618,69 @@ msgid "Specify position of the interface with respect to the content"
1569
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1570
 
1571
  #: ../admin/like_buttons.php:363
1572
- #: ../admin/like_buttons.php:636
1573
  #, fuzzy
1574
  msgid "Interface location"
1575
  msgstr "Position du compteur"
1576
 
1577
  #: ../admin/like_buttons.php:373
1578
- #: ../admin/like_buttons.php:646
1579
  msgid "Excerpts"
1580
  msgstr "Extraits"
1581
 
1582
- #: ../admin/like_buttons.php:429
1583
  #, fuzzy
1584
  msgid "Specify the pages where you want to enable interface"
1585
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1586
 
1587
- #: ../admin/like_buttons.php:439
1588
  #, fuzzy
1589
  msgid "Vertical (Floating) like buttons Options"
1590
  msgstr "Paramètres du compteur vertical (flotant)"
1591
 
1592
- #: ../admin/like_buttons.php:445
1593
  #, fuzzy
1594
  msgid "Enable vertical (floating) like buttons"
1595
  msgstr "Activer le compteur vertical (flotant)"
1596
 
1597
- #: ../admin/like_buttons.php:455
1598
  msgid "Master control to enable vertical (floating) counter widget"
1599
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1600
 
1601
- #: ../admin/like_buttons.php:549
1602
  #, fuzzy
1603
  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>"
1604
  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>"
1605
 
1606
- #: ../admin/like_buttons.php:589
1607
  #, fuzzy
1608
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1609
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1610
 
1611
- #: ../admin/like_buttons.php:609
1612
  #, fuzzy
1613
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1614
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1615
 
1616
- #: ../admin/like_buttons.php:628
1617
  #, fuzzy
1618
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1619
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1620
 
1621
- #: ../admin/like_buttons.php:678
1622
  #, fuzzy
1623
  msgid "Specify the pages where you want to enable vertical interface"
1624
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1625
 
1626
- #: ../admin/like_buttons.php:686
1627
  msgid "Hide like buttons on mobile devices"
1628
  msgstr "Cachez comme des boutons sur les appareils mobiles"
1629
 
1630
- #: ../admin/like_buttons.php:696
1631
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1632
  msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1633
 
1634
- #: ../admin/like_buttons.php:714
1635
  #, fuzzy
1636
  msgid "Like Buttons Shortcode & Widget"
1637
  msgstr "Widgets et shortcodes"
@@ -1641,11 +1690,11 @@ msgstr "Widgets et shortcodes"
1641
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1642
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1643
 
1644
- #: ../inc/social_sharing.php:598
1645
  msgid "Invalid request"
1646
  msgstr "Demande non-valable !"
1647
 
1648
- #: ../inc/social_sharing.php:605
1649
  msgid "Providers not selected"
1650
  msgstr "Réseaux sociaux non-selectionnés !"
1651
 
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"
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
 
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"
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"
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
 
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
 
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"
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
  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
 
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-08 05:37+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:38+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
@@ -158,6 +158,37 @@ msgstr "Megosztás számok kezdése ehhez"
158
  msgid "Vertical sharing"
159
  msgstr "Függőleges Megosztás"
160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  #: ../admin/help.php:4
162
  msgid "About"
163
  msgstr "Impresszum"
@@ -179,659 +210,672 @@ msgid "Plugin Demo"
179
  msgstr "Plugin Demo"
180
 
181
  #: ../admin/help.php:24
182
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
183
  msgstr "A kiegészítőket"
184
 
185
- #: ../admin/help.php:29
186
  msgid "Need Help?"
187
  msgstr "Kell Segítség?"
188
 
189
- #: ../admin/help.php:31
190
  #, fuzzy
191
  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>"
192
  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"
193
 
194
- #: ../admin/help.php:36
195
  #, fuzzy
196
  msgid "Support Us"
197
  msgstr "Támogatás"
198
 
199
- #: ../admin/help.php:39
200
- #: ../admin/help.php:42
201
- #: ../admin/help.php:43
202
- #: ../admin/help.php:44
203
- #: ../admin/help.php:45
204
- #: ../admin/help.php:46
205
  msgid "Rate 5-star"
206
  msgstr "Osztályozz 5-ösre"
207
 
208
- #: ../admin/help.php:54
209
- #: ../admin/social_sharing.php:438
210
- #: ../admin/social_sharing.php:813
211
- #: ../admin/social_login.php:85
212
  msgid "Facebook"
213
  msgstr "Facebook"
214
 
215
- #: ../admin/social_sharing.php:5
216
- #: ../admin/like_buttons.php:4
217
- msgid "Boost sharing by awarding points"
218
- msgstr "Növelje megosztása odaítélésével pont"
219
-
220
- #: ../admin/social_sharing.php:12
221
- #: ../admin/social_sharing.php:23
222
- #: ../admin/social_login.php:10
223
- #: ../admin/social_login.php:18
224
  #: ../admin/like_buttons.php:11
225
  #: ../admin/like_buttons.php:19
226
  msgid "Basic Configuration"
227
  msgstr "Alap Beállítások"
228
 
229
- #: ../admin/social_sharing.php:13
230
  msgid "Sharing Interface"
231
  msgstr "Megosztási Felület"
232
 
233
- #: ../admin/social_sharing.php:14
234
  msgid "Sharing Options"
235
  msgstr "Megosztási beállítások"
236
 
237
- #: ../admin/social_sharing.php:15
238
- #: ../admin/social_sharing.php:1206
239
- #: ../admin/social_login.php:12
240
- #: ../admin/social_login.php:753
241
  #: ../admin/like_buttons.php:13
242
- #: ../admin/like_buttons.php:712
243
  msgid "Shortcode & Widget"
244
  msgstr "Shortcode és Widget"
245
 
246
- #: ../admin/social_sharing.php:16
247
  msgid "Troubleshooter"
248
  msgstr "Hibamegoldó"
249
 
250
- #: ../admin/social_sharing.php:17
251
- #: ../admin/social_sharing.php:1237
252
  #: ../admin/social_commenting.php:12
253
  #: ../admin/social_commenting.php:446
254
  msgid "FAQ"
255
  msgstr "GYIK"
256
 
257
- #: ../admin/social_sharing.php:29
258
  msgid "Enable Social Sharing"
259
  msgstr "Közösségi Megosztás Bekapcsolás"
260
 
261
- #: ../admin/social_sharing.php:39
262
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
263
  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"
264
 
265
- #: ../admin/social_sharing.php:47
266
  msgid "Delete all the options on plugin deletion"
267
  msgstr "Minden beállítás törlése a plugin törlésekor"
268
 
269
- #: ../admin/social_sharing.php:57
270
  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."
271
  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."
272
 
273
- #: ../admin/social_sharing.php:72
274
  msgid "Horizontal interface options"
275
  msgstr "Vízszintes Felület Beállítások"
276
 
277
- #: ../admin/social_sharing.php:78
278
- #: ../admin/social_sharing.php:156
279
  msgid "Shape"
280
  msgstr "alak"
281
 
282
- #: ../admin/social_sharing.php:86
283
- #: ../admin/social_sharing.php:164
284
  msgid "Round"
285
  msgstr "kerek"
286
 
287
- #: ../admin/social_sharing.php:88
288
- #: ../admin/social_sharing.php:166
289
  msgid "Square"
290
  msgstr "szögletes"
291
 
292
- #: ../admin/social_sharing.php:95
293
- #: ../admin/social_sharing.php:173
294
  msgid "Shape of the sharing icons"
295
  msgstr "Megosztás ikonok formája"
296
 
297
- #: ../admin/social_sharing.php:103
298
- #: ../admin/social_sharing.php:181
299
  msgid "Size (in pixels)"
300
  msgstr "Méret (pixel)"
301
 
302
- #: ../admin/social_sharing.php:121
303
- #: ../admin/social_sharing.php:199
304
  msgid "Size of the sharing icons"
305
  msgstr "Megosztási ikonok mérete"
306
 
307
- #: ../admin/social_sharing.php:128
308
- #: ../admin/social_sharing.php:206
309
  msgid "Icon Preview"
310
  msgstr "icon Preview"
311
 
312
- #: ../admin/social_sharing.php:142
313
- #: ../admin/social_sharing.php:220
314
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
315
  msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
316
 
317
- #: ../admin/social_sharing.php:150
318
  msgid "Vertical interface options"
319
  msgstr "Függőleges (lebegő) Felület Beállítások"
320
 
321
- #: ../admin/social_sharing.php:234
322
  msgid "Modernizr"
323
  msgstr ""
324
 
325
- #: ../admin/social_sharing.php:240
326
  msgid "Do not load Modernizr JS"
327
  msgstr "Ne töltsön Modernizr JS"
328
 
329
- #: ../admin/social_sharing.php:250
330
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
331
  msgstr "Ha úgy találja, a plugin elszakadna a téma, akkor próbáljon meg az opció engedélyezése"
332
 
333
- #: ../admin/social_sharing.php:259
334
  #: ../admin/like_buttons.php:51
335
  msgid "Url shortener"
336
  msgstr "Url rövidítő"
337
 
338
- #: ../admin/social_sharing.php:265
339
  msgid "Use shortlinks already installed"
340
  msgstr "Használja shortlinks már telepítve"
341
 
342
- #: ../admin/social_sharing.php:275
343
  #: ../admin/like_buttons.php:67
344
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
345
  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"
346
 
347
- #: ../admin/social_sharing.php:283
348
  msgid "Enable bit.ly url shortener for sharing"
349
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
350
 
351
- #: ../admin/social_sharing.php:293
352
  #: ../admin/like_buttons.php:85
353
  msgid "Master control to enable bit.ly url shortening for sharing"
354
  msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
355
 
356
- #: ../admin/social_sharing.php:301
357
  #: ../admin/like_buttons.php:93
358
  msgid "bit.ly username"
359
  msgstr "bit.ly felhasználónév"
360
 
361
- #: ../admin/social_sharing.php:311
362
  #: ../admin/like_buttons.php:103
363
  #, php-format
364
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
365
  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"
366
 
367
- #: ../admin/social_sharing.php:320
368
  #: ../admin/like_buttons.php:112
369
  msgid "bit.ly API Key"
370
  msgstr "bit.ly API Key"
371
 
372
- #: ../admin/social_sharing.php:330
373
  #: ../admin/like_buttons.php:122
374
  #, php-format
375
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
376
  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"
377
 
378
- #: ../admin/social_sharing.php:340
379
  msgid "Twitter username in sharing"
380
  msgstr "Twitter felhasználónév a megosztásban"
381
 
382
- #: ../admin/social_sharing.php:346
383
  msgid "Twitter username (without @)"
384
  msgstr "Twitter felhasználónév (@ nélkül)"
385
 
386
- #: ../admin/social_sharing.php:356
387
  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."
388
  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."
389
 
390
- #: ../admin/social_sharing.php:366
391
  msgid "Horizontal Sharing Interface Options"
392
  msgstr "Vízszintes Megosztási Felület Beállítások"
393
 
394
- #: ../admin/social_sharing.php:372
395
  msgid "Enable horizontal sharing interface"
396
  msgstr "Vízszintes megosztási felület bekapcsolása"
397
 
398
- #: ../admin/social_sharing.php:382
399
  msgid "Master control to enable horizontal sharing"
400
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
401
 
402
- #: ../admin/social_sharing.php:392
403
- #: ../admin/social_sharing.php:785
404
  #: ../admin/like_buttons.php:227
405
- #: ../admin/like_buttons.php:465
406
  msgid "Target Url"
407
  msgstr "Cél Url"
408
 
409
- #: ../admin/social_sharing.php:396
410
- #: ../admin/social_sharing.php:789
411
  #: ../admin/like_buttons.php:231
412
- #: ../admin/like_buttons.php:469
413
  msgid "Url of the webpage where icons are located (default)"
414
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
415
 
416
- #: ../admin/social_sharing.php:398
417
- #: ../admin/social_sharing.php:791
418
  #: ../admin/like_buttons.php:233
419
- #: ../admin/like_buttons.php:471
420
  msgid "Url of the homepage of your website"
421
  msgstr "A főoldalad Url-je"
422
 
423
- #: ../admin/social_sharing.php:400
424
- #: ../admin/social_sharing.php:793
425
  #: ../admin/like_buttons.php:235
426
- #: ../admin/like_buttons.php:473
427
  msgid "Custom url"
428
  msgstr "Egyedi URL"
429
 
430
- #: ../admin/social_sharing.php:407
431
- #: ../admin/social_sharing.php:800
432
  msgid "Url to share"
433
  msgstr "Megosztás Url-je"
434
 
435
- #: ../admin/social_sharing.php:415
436
- #: ../admin/social_login.php:353
437
  #: ../admin/like_buttons.php:250
438
  msgid "Title"
439
  msgstr "Cím"
440
 
441
- #: ../admin/social_sharing.php:425
442
  msgid "The text to display above the sharing interface"
443
  msgstr "Szöveg a megosztási felület fölött"
444
 
445
- #: ../admin/social_sharing.php:433
446
- #: ../admin/social_sharing.php:808
447
- #: ../admin/social_login.php:80
448
  msgid "Select providers"
449
  msgstr "Válassz szolgáltatókat"
450
 
451
- #: ../admin/social_sharing.php:443
452
- #: ../admin/social_sharing.php:818
453
- #: ../admin/social_login.php:89
454
  msgid "Twitter"
455
  msgstr "Twitter"
456
 
457
- #: ../admin/social_sharing.php:448
458
- #: ../admin/social_sharing.php:823
459
- #: ../admin/social_login.php:93
460
  msgid "LinkedIn"
461
  msgstr "LinkedIn"
462
 
463
- #: ../admin/social_sharing.php:453
464
- #: ../admin/social_sharing.php:828
465
- #: ../admin/social_login.php:97
466
  msgid "Google+"
467
  msgstr "Google+"
468
 
469
- #: ../admin/social_sharing.php:458
470
- #: ../admin/social_sharing.php:833
471
  msgid "Print"
472
  msgstr "Nyomtatás"
473
 
474
- #: ../admin/social_sharing.php:463
475
- #: ../admin/social_sharing.php:838
476
  msgid "Email"
477
  msgstr "Email"
478
 
479
- #: ../admin/social_sharing.php:468
480
- #: ../admin/social_sharing.php:843
481
  msgid "Yahoo"
482
  msgstr "Yahoo"
483
 
484
- #: ../admin/social_sharing.php:473
485
- #: ../admin/social_sharing.php:848
486
  msgid "Reddit"
487
  msgstr "Reddit"
488
 
489
- #: ../admin/social_sharing.php:478
490
- #: ../admin/social_sharing.php:853
491
  msgid "Digg"
492
  msgstr "Digg"
493
 
494
- #: ../admin/social_sharing.php:483
495
- #: ../admin/social_sharing.php:858
496
  msgid "Delicious"
497
  msgstr "Delicious"
498
 
499
- #: ../admin/social_sharing.php:488
500
- #: ../admin/social_sharing.php:863
501
  msgid "StumbleUpon"
502
  msgstr "StumbleUpon"
503
 
504
- #: ../admin/social_sharing.php:493
505
- #: ../admin/social_sharing.php:868
506
  msgid "Float it"
507
  msgstr "Float it"
508
 
509
- #: ../admin/social_sharing.php:498
510
- #: ../admin/social_sharing.php:873
511
  msgid "Tumblr"
512
  msgstr "Tumblr"
513
 
514
- #: ../admin/social_sharing.php:503
515
- #: ../admin/social_sharing.php:878
516
- #: ../admin/social_login.php:101
517
  msgid "Vkontakte"
518
  msgstr "Vkontakte"
519
 
520
- #: ../admin/social_sharing.php:508
521
- #: ../admin/social_sharing.php:883
522
  msgid "Pinterest"
523
  msgstr "Pinterest"
524
 
525
- #: ../admin/social_sharing.php:513
526
- #: ../admin/social_sharing.php:888
527
- #: ../admin/social_login.php:109
528
  msgid "Xing"
529
  msgstr "Xing"
530
 
531
- #: ../admin/social_sharing.php:518
532
- #: ../admin/social_sharing.php:893
533
  msgid "Whatsapp"
534
  msgstr "Whatsapp"
535
 
536
- #: ../admin/social_sharing.php:523
537
- #: ../admin/social_sharing.php:898
538
  msgid "Yummly"
539
  msgstr ""
540
 
541
- #: ../admin/social_sharing.php:528
542
- #: ../admin/social_sharing.php:903
543
  msgid "Buffer"
544
  msgstr ""
545
 
546
- #: ../admin/social_sharing.php:536
547
- #: ../admin/social_sharing.php:911
548
  msgid "Select the providers for sharing interface"
549
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
550
 
551
- #: ../admin/social_sharing.php:544
552
- #: ../admin/social_sharing.php:919
553
  msgid "Rearrange icons"
554
  msgstr "Ikonsorrend beállítás"
555
 
556
- #: ../admin/social_sharing.php:576
557
- #: ../admin/social_sharing.php:951
558
  msgid "Drag the icons to rearrange in desired order"
559
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
560
 
561
- #: ../admin/social_sharing.php:584
562
- #: ../admin/social_sharing.php:977
563
  #: ../admin/like_buttons.php:320
564
- #: ../admin/like_buttons.php:557
565
  msgid "Horizontal alignment"
566
  msgstr "Függőleges igazítás"
567
 
568
- #: ../admin/social_sharing.php:588
569
- #: ../admin/social_sharing.php:981
570
  #: ../admin/like_buttons.php:324
571
- #: ../admin/like_buttons.php:561
572
  msgid "Left"
573
  msgstr "Bal"
574
 
575
- #: ../admin/social_sharing.php:589
576
  #: ../admin/like_buttons.php:325
577
  msgid "Center"
578
  msgstr "Középen"
579
 
580
- #: ../admin/social_sharing.php:590
581
- #: ../admin/social_sharing.php:982
582
  #: ../admin/like_buttons.php:326
583
- #: ../admin/like_buttons.php:562
584
  msgid "Right"
585
  msgstr "Jobb"
586
 
587
- #: ../admin/social_sharing.php:598
588
- #: ../admin/social_sharing.php:990
589
  msgid "Horizontal alignment of the sharing interface"
590
  msgstr "A megosztási felület függőleges igazítása"
591
 
592
- #: ../admin/social_sharing.php:606
593
  #: ../admin/like_buttons.php:342
594
  msgid "Position with respect to content"
595
  msgstr "Elhelyezés a tartalomhoz képest"
596
 
597
- #: ../admin/social_sharing.php:610
598
  #: ../admin/like_buttons.php:346
599
  msgid "Top of the content"
600
  msgstr "Tartalom felett"
601
 
602
- #: ../admin/social_sharing.php:612
603
  #: ../admin/like_buttons.php:348
604
  msgid "Bottom of the content"
605
  msgstr "Tartalom alatt"
606
 
607
- #: ../admin/social_sharing.php:619
608
  msgid "Specify position of the sharing interface with respect to the content"
609
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
610
 
611
- #: ../admin/social_sharing.php:627
612
- #: ../admin/social_sharing.php:1056
613
  msgid "Sharing location"
614
  msgstr "Megosztási helyek"
615
 
616
- #: ../admin/social_sharing.php:631
617
- #: ../admin/social_sharing.php:1060
618
- #: ../admin/social_login.php:613
619
- #: ../admin/social_login.php:643
620
  #: ../admin/like_buttons.php:367
621
- #: ../admin/like_buttons.php:640
622
  msgid "Homepage"
623
  msgstr "Kezdő oldal"
624
 
625
- #: ../admin/social_sharing.php:633
626
- #: ../admin/social_sharing.php:1062
627
  #: ../admin/like_buttons.php:369
628
- #: ../admin/like_buttons.php:642
629
  msgid "Posts"
630
  msgstr "Bejegyzések"
631
 
632
- #: ../admin/social_sharing.php:635
633
- #: ../admin/social_sharing.php:1064
634
  #: ../admin/like_buttons.php:371
635
- #: ../admin/like_buttons.php:644
636
  msgid "Pages"
637
  msgstr "Oldalak"
638
 
639
- #: ../admin/social_sharing.php:637
640
- #: ../admin/social_sharing.php:1066
641
  msgid "Excerpts (at Homepage)"
642
  msgstr ""
643
 
644
- #: ../admin/social_sharing.php:639
645
- #: ../admin/social_sharing.php:1068
646
  #: ../admin/like_buttons.php:375
647
- #: ../admin/like_buttons.php:648
648
  msgid "Category Archives"
649
  msgstr "Kategória Archívum"
650
 
651
- #: ../admin/social_sharing.php:641
652
- #: ../admin/social_sharing.php:1070
653
  #: ../admin/like_buttons.php:377
654
- #: ../admin/like_buttons.php:650
655
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
656
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
657
 
658
- #: ../admin/social_sharing.php:657
659
  #: ../admin/like_buttons.php:393
660
- msgid "BuddyPress activity and groups"
 
661
  msgstr "BuddyPress tevékenység és csoportok"
662
 
663
- #: ../admin/social_sharing.php:663
664
- #: ../admin/social_sharing.php:1085
665
- #: ../admin/like_buttons.php:400
666
- #: ../admin/like_buttons.php:665
 
 
 
 
 
667
  msgid "BBPress forum"
668
  msgstr "BBPress fórum"
669
 
670
- #: ../admin/social_sharing.php:666
671
- #: ../admin/social_sharing.php:1088
672
- #: ../admin/like_buttons.php:403
673
- #: ../admin/like_buttons.php:668
674
  msgid "BBPress topic"
675
  msgstr "BBPress téma"
676
 
677
- #: ../admin/social_sharing.php:669
678
- #: ../admin/like_buttons.php:406
679
  msgid "BBPress reply"
680
  msgstr "BBPress válasz"
681
 
682
- #: ../admin/social_sharing.php:676
683
- #: ../admin/like_buttons.php:412
684
  msgid "After individual product at WooCommerce Shop page"
685
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
686
 
687
- #: ../admin/social_sharing.php:679
688
- #: ../admin/like_buttons.php:415
689
  msgid "WooCommerce Product Page"
690
  msgstr "WooCommerce Termékek"
691
 
692
- #: ../admin/social_sharing.php:682
693
- #: ../admin/like_buttons.php:418
694
  msgid "WooCommerce Thankyou Page"
695
  msgstr "WooCommerce Thankyou oldal"
696
 
697
- #: ../admin/social_sharing.php:693
698
  msgid "Specify the pages where you want to enable Sharing interface"
699
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
700
 
701
- #: ../admin/social_sharing.php:701
702
- #: ../admin/social_sharing.php:1106
703
  msgid "Show share counts"
704
  msgstr "Megosztás számok mutatása"
705
 
706
- #: ../admin/social_sharing.php:711
707
- #: ../admin/social_sharing.php:1116
708
  msgid "If enabled, share counts are displayed above sharing icons."
709
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
710
 
711
- #: ../admin/social_sharing.php:720
712
- #: ../admin/social_sharing.php:1125
713
  #, fuzzy
714
  msgid "Show total shares"
715
  msgstr "Megosztás számok mutatása"
716
 
717
- #: ../admin/social_sharing.php:730
718
- #: ../admin/social_sharing.php:1135
719
  #, fuzzy
720
  msgid "If enabled, total shares will be displayed with sharing icons"
721
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
722
 
723
- #: ../admin/social_sharing.php:739
724
- #: ../admin/social_sharing.php:1144
725
  msgid "Enable 'More' icon"
726
  msgstr "'Még több' ikon bekapcsolása"
727
 
728
- #: ../admin/social_sharing.php:749
729
- #: ../admin/social_sharing.php:1154
730
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
731
  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"
732
 
733
- #: ../admin/social_sharing.php:759
734
  msgid "Vertical (Floating) Sharing Interface Options"
735
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
736
 
737
- #: ../admin/social_sharing.php:765
738
  msgid "Enable vertical (floating) sharing interface"
739
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
740
 
741
- #: ../admin/social_sharing.php:775
742
  msgid "Master control to enable vertical (floating) sharing widget"
743
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
744
 
745
- #: ../admin/social_sharing.php:959
746
- #: ../admin/like_buttons.php:539
747
  msgid "Background Color"
748
  msgstr "Háttér Szín"
749
 
750
- #: ../admin/social_sharing.php:969
751
  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>"
752
  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 "
753
 
754
- #: ../admin/social_sharing.php:999
755
- #: ../admin/like_buttons.php:579
756
  msgid "Left offset"
757
  msgstr "Bal margó"
758
 
759
- #: ../admin/social_sharing.php:1009
760
  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."
761
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
762
 
763
- #: ../admin/social_sharing.php:1019
764
- #: ../admin/like_buttons.php:599
765
  msgid "Right offset"
766
  msgstr "Jobb margó"
767
 
768
- #: ../admin/social_sharing.php:1029
769
  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."
770
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
771
 
772
- #: ../admin/social_sharing.php:1038
773
- #: ../admin/like_buttons.php:618
774
  msgid "Top offset"
775
  msgstr "Felső margó"
776
 
777
- #: ../admin/social_sharing.php:1048
778
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
779
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
780
 
781
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
782
  msgid "Specify the pages where you want to enable vertical Sharing interface"
783
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
784
 
785
- #: ../admin/social_sharing.php:1162
786
  #, fuzzy
787
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
788
  msgstr "Hide megosztása mobil eszközökön"
789
 
790
- #: ../admin/social_sharing.php:1172
791
  #, fuzzy
792
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
793
  msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
794
 
795
- #: ../admin/social_sharing.php:1181
796
  msgid "Hide sharing on mobile devices"
797
  msgstr "Hide megosztása mobil eszközökön"
798
 
799
- #: ../admin/social_sharing.php:1191
800
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
801
  msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
802
 
803
- #: ../admin/social_sharing.php:1208
804
  #, fuzzy
805
  msgid "Social Sharing Shortcode & Widget"
806
  msgstr "Shortcode és Widget"
807
 
808
- #: ../admin/social_sharing.php:1218
809
  msgid "Facebook Sharing Troubleshooter"
810
  msgstr "Facebook Megosztás Hibaelhárító"
811
 
812
- #: ../admin/social_sharing.php:1223
813
  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:"
814
  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:"
815
 
816
- #: ../admin/social_sharing.php:1239
817
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
818
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
819
 
820
- #: ../admin/social_sharing.php:1240
821
  msgid "How can I disable sharing on particular page/post?"
822
  msgstr "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
823
 
824
- #: ../admin/social_sharing.php:1241
825
  msgid "How can I specify minimum sharing count for sharing networks?"
826
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
827
 
828
- #: ../admin/social_sharing.php:1251
829
- #: ../admin/social_commenting.php:457
830
- #: ../admin/social_login.php:765
831
- #: ../admin/like_buttons.php:723
832
- msgid "Save Changes"
833
- msgstr "Változások Mentése"
834
-
835
  #: ../admin/social_commenting.php:10
836
  msgid "Social Commenting"
837
  msgstr "Közösségi Hozzászólás"
@@ -1044,360 +1088,365 @@ msgstr "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/b
1044
  msgid "How to disable default comment form from Social Commenting?"
1045
  msgstr "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social kommentálva?"
1046
 
1047
- #: ../admin/social_login.php:3
1048
- msgid "Award points for Social Login"
1049
- msgstr "Díjat pontokat Szociális Belépés"
1050
-
1051
- #: ../admin/social_login.php:11
1052
  msgid "Social Login"
1053
  msgstr "Social Login"
1054
 
1055
- #: ../admin/social_login.php:24
1056
  msgid "Enable Social Login"
1057
  msgstr "Közösségi Belépés Belkapcsolása"
1058
 
1059
- #: ../admin/social_login.php:34
1060
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1061
  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 "
1062
 
1063
- #: ../admin/social_login.php:42
1064
  msgid "Disable user registration via Social Login"
1065
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1066
 
1067
- #: ../admin/social_login.php:52
1068
  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."
1069
  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."
1070
 
1071
- #: ../admin/social_login.php:61
1072
  #, fuzzy
1073
  msgid "Redirection url"
1074
  msgstr "Átirányítás Belépés után"
1075
 
1076
- #: ../admin/social_login.php:71
1077
  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."
1078
  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."
1079
 
1080
- #: ../admin/social_login.php:105
1081
  msgid "Instagram"
1082
  msgstr "Instagram"
1083
 
1084
- #: ../admin/social_login.php:117
1085
  msgid "Select Social ID provider to enable in Social Login"
1086
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1087
 
1088
- #: ../admin/social_login.php:125
1089
  msgid "Facebook App ID"
1090
  msgstr "Facebook App ID"
1091
 
1092
- #: ../admin/social_login.php:135
1093
  #, php-format
1094
  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"
1095
  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"
1096
 
1097
- #: ../admin/social_login.php:137
1098
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1099
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1100
 
1101
- #: ../admin/social_login.php:147
1102
  msgid "Twitter API Key"
1103
  msgstr "Twitter API Key"
1104
 
1105
- #: ../admin/social_login.php:157
1106
  #, php-format
1107
  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"
1108
  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"
1109
 
1110
- #: ../admin/social_login.php:159
1111
- #: ../admin/social_login.php:181
1112
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1113
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1114
 
1115
- #: ../admin/social_login.php:169
1116
  msgid "Twitter API Secret"
1117
  msgstr "Twitter API Secret"
1118
 
1119
- #: ../admin/social_login.php:179
1120
  #, php-format
1121
  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"
1122
  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"
1123
 
1124
- #: ../admin/social_login.php:191
1125
  msgid "LinkedIn API Key"
1126
  msgstr "LinkedIn API Key"
1127
 
1128
- #: ../admin/social_login.php:201
1129
  #, php-format
1130
  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"
1131
  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"
1132
 
1133
- #: ../admin/social_login.php:203
1134
- #: ../admin/social_login.php:269
1135
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1136
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1137
 
1138
- #: ../admin/social_login.php:213
1139
  msgid "Google+ Client ID"
1140
  msgstr "Google+ Client ID"
1141
 
1142
- #: ../admin/social_login.php:223
1143
  #, php-format
1144
  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"
1145
  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"
1146
 
1147
- #: ../admin/social_login.php:225
1148
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1149
  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"
1150
 
1151
- #: ../admin/social_login.php:235
1152
  msgid "Vkontakte Application ID"
1153
  msgstr "Vkontakte Application ID"
1154
 
1155
- #: ../admin/social_login.php:245
1156
  #, php-format
1157
  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"
1158
  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"
1159
 
1160
- #: ../admin/social_login.php:247
1161
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1162
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1163
 
1164
- #: ../admin/social_login.php:257
1165
  msgid "Instagram Client ID"
1166
  msgstr "Instagram Client ID"
1167
 
1168
- #: ../admin/social_login.php:267
1169
  #, php-format
1170
  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"
1171
  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"
1172
 
1173
- #: ../admin/social_login.php:279
1174
  msgid "Xing Consumer Key"
1175
  msgstr "Xing Consumer Key"
1176
 
1177
- #: ../admin/social_login.php:289
1178
  #, php-format
1179
  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"
1180
  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"
1181
 
1182
- #: ../admin/social_login.php:291
1183
- #: ../admin/social_login.php:313
1184
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1185
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1186
 
1187
- #: ../admin/social_login.php:301
1188
  msgid "Xing Consumer Secret"
1189
  msgstr "Xing Consumer Secret"
1190
 
1191
- #: ../admin/social_login.php:311
1192
  #, php-format
1193
  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"
1194
  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"
1195
 
1196
- #: ../admin/social_login.php:323
1197
  msgid "Include Javascript in website footer"
1198
  msgstr "Include Javascript in website footer"
1199
 
1200
- #: ../admin/social_login.php:333
1201
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1202
  msgstr "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön honlapján."
1203
 
1204
- #: ../admin/social_login.php:347
1205
  msgid "Login options"
1206
  msgstr "Belépési beállítások"
1207
 
1208
- #: ../admin/social_login.php:363
1209
  msgid "Text to display above the Social Login interface"
1210
  msgstr "Szöveg a Közösségi Belépés felett"
1211
 
1212
- #: ../admin/social_login.php:372
1213
  msgid "Enable at login page"
1214
  msgstr "Bekapcsolás a belépés oldalon"
1215
 
1216
- #: ../admin/social_login.php:382
1217
  msgid "Social Login interface will get enabled at the login page of your website"
1218
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1219
 
1220
- #: ../admin/social_login.php:390
1221
  msgid "Enable at register page"
1222
  msgstr "Bekapcsolás a regisztráció oldalon"
1223
 
1224
- #: ../admin/social_login.php:400
1225
  msgid "Social Login interface will get enabled at the registration page of your website"
1226
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1227
 
1228
- #: ../admin/social_login.php:408
1229
  msgid "Enable at comment form"
1230
  msgstr "Bekapcsolás a hozászólásoknál"
1231
 
1232
- #: ../admin/social_login.php:418
1233
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1234
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1235
 
1236
- #: ../admin/social_login.php:432
1237
  msgid "Enable before WooCommerce Customer Login Form"
1238
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1239
 
1240
- #: ../admin/social_login.php:442
1241
  #, fuzzy
1242
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1243
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1244
 
1245
- #: ../admin/social_login.php:450
1246
  msgid "Enable after WooCommerce Customer Login Form"
1247
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1248
 
1249
- #: ../admin/social_login.php:460
1250
  #, fuzzy
1251
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1252
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1253
 
1254
- #: ../admin/social_login.php:468
1255
  #, fuzzy
1256
  msgid "Enable at WooCommerce checkout page"
1257
  msgstr "Bekapcsolás a regisztráció oldalon"
1258
 
1259
- #: ../admin/social_login.php:478
1260
  #, fuzzy
1261
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1262
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1263
 
1264
- #: ../admin/social_login.php:489
1265
  msgid "Auto-approve comments made by Social Login users"
1266
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1267
 
1268
- #: ../admin/social_login.php:499
1269
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1270
  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."
1271
 
1272
- #: ../admin/social_login.php:500
1273
  msgid "Note: This is not related to Facebook comments"
1274
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1275
 
1276
- #: ../admin/social_login.php:510
1277
  msgid "Enable social avatar"
1278
  msgstr "Közösségi avatar bekapcsolás"
1279
 
1280
- #: ../admin/social_login.php:520
1281
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1282
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1283
 
1284
- #: ../admin/social_login.php:530
1285
  msgid "Avatar quality"
1286
  msgstr " Avatar képminőség"
1287
 
1288
- #: ../admin/social_login.php:533
1289
  msgid "Average"
1290
  msgstr "Átlagos"
1291
 
1292
- #: ../admin/social_login.php:534
1293
  msgid "Best"
1294
  msgstr "legjobb"
1295
 
1296
- #: ../admin/social_login.php:541
1297
  msgid "Choose avatar quality"
1298
  msgstr "Válassz Avatar képminőséget"
1299
 
1300
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1301
  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"
1302
  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"
1303
 
1304
- #: ../admin/social_login.php:569
1305
  msgid "Send username-password after user registration"
1306
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1307
 
1308
- #: ../admin/social_login.php:579
1309
  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)"
1310
  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."
1311
 
1312
- #: ../admin/social_login.php:588
1313
  msgid "Enable social account linking at BuddyPress profile page"
1314
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1315
 
1316
- #: ../admin/social_login.php:598
1317
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1318
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1319
 
1320
- #: ../admin/social_login.php:607
1321
  msgid "Login redirection"
1322
  msgstr "Átirányítás Belépés után"
1323
 
1324
- #: ../admin/social_login.php:611
1325
  msgid "Same page where user logged in"
1326
  msgstr "Az az oldal, ahol a felhasználó belépett"
1327
 
1328
- #: ../admin/social_login.php:615
1329
- #: ../admin/social_login.php:645
1330
  msgid "Account dashboard"
1331
  msgstr "Felhasználói Irányítópult"
1332
 
1333
- #: ../admin/social_login.php:618
1334
- #: ../admin/social_login.php:648
1335
  msgid "BuddyPress profile page"
1336
  msgstr "BuddyPress profil oldal"
1337
 
1338
- #: ../admin/social_login.php:621
1339
- #: ../admin/social_login.php:651
1340
  msgid "Custom Url"
1341
  msgstr "Egyedi URL"
1342
 
1343
- #: ../admin/social_login.php:629
1344
  msgid "User will be redirected to the selected page after Social Login"
1345
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1346
 
1347
- #: ../admin/social_login.php:637
1348
  msgid "Registration redirection"
1349
  msgstr "Átirányítás Regisztráció után"
1350
 
1351
- #: ../admin/social_login.php:641
1352
  msgid "Same page from where user registered"
1353
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1354
 
1355
- #: ../admin/social_login.php:659
1356
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1357
  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"
1358
 
1359
- #: ../admin/social_login.php:667
1360
  msgid "Email popup options"
1361
  msgstr "Email felugró ablak beállítások"
1362
 
1363
- #: ../admin/social_login.php:673
1364
  msgid "Text on 'Email required' popup"
1365
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1366
 
1367
- #: ../admin/social_login.php:683
1368
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1369
  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."
1370
 
1371
- #: ../admin/social_login.php:692
1372
  msgid "Error message for 'Email required' popup"
1373
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1374
 
1375
- #: ../admin/social_login.php:702
1376
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1377
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1378
 
1379
- #: ../admin/social_login.php:711
1380
  msgid "Email popup height"
1381
  msgstr "Email felugró ablak magassága"
1382
 
1383
- #: ../admin/social_login.php:721
1384
  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."
1385
  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ó."
1386
 
1387
- #: ../admin/social_login.php:729
1388
  msgid "Enable email verification"
1389
  msgstr "E-mail ellenőrzés bekapcsolása"
1390
 
1391
- #: ../admin/social_login.php:739
1392
  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"
1393
  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 "
1394
 
1395
- #: ../admin/social_login.php:755
1396
  #, fuzzy
1397
  msgid "Social Login Shortcode & Widget"
1398
  msgstr "Shortcode és Widget"
1399
 
1400
- #: ../admin/social_login.php:756
1401
  msgid "Social Linking Shortcode"
1402
  msgstr ""
1403
 
@@ -1495,7 +1544,7 @@ msgid "Master control to enable horizontal like buttons"
1495
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
1496
 
1497
  #: ../admin/like_buttons.php:242
1498
- #: ../admin/like_buttons.php:480
1499
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1500
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1501
 
@@ -1504,17 +1553,17 @@ msgid "The text to display above the interface"
1504
  msgstr "Szöveg a megosztási felület fölött"
1505
 
1506
  #: ../admin/like_buttons.php:268
1507
- #: ../admin/like_buttons.php:488
1508
  msgid "Select and rearrange providers"
1509
  msgstr "Válassz és rendezz sorba szolgáltatókat"
1510
 
1511
  #: ../admin/like_buttons.php:312
1512
- #: ../admin/like_buttons.php:531
1513
  msgid "Select the providers for interface. Drag them to rearrange."
1514
  msgstr "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend változtatáshoz."
1515
 
1516
  #: ../admin/like_buttons.php:334
1517
- #: ../admin/like_buttons.php:570
1518
  msgid "Horizontal alignment of the interface"
1519
  msgstr "A megosztási felület vízszintes igazítása"
1520
 
@@ -1523,60 +1572,60 @@ msgid "Specify position of the interface with respect to the content"
1523
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1524
 
1525
  #: ../admin/like_buttons.php:363
1526
- #: ../admin/like_buttons.php:636
1527
  msgid "Interface location"
1528
  msgstr "Megosztási helyek"
1529
 
1530
  #: ../admin/like_buttons.php:373
1531
- #: ../admin/like_buttons.php:646
1532
  msgid "Excerpts"
1533
  msgstr "Kivonatok"
1534
 
1535
- #: ../admin/like_buttons.php:429
1536
  msgid "Specify the pages where you want to enable interface"
1537
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1538
 
1539
- #: ../admin/like_buttons.php:439
1540
  msgid "Vertical (Floating) like buttons Options"
1541
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1542
 
1543
- #: ../admin/like_buttons.php:445
1544
  msgid "Enable vertical (floating) like buttons"
1545
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1546
 
1547
- #: ../admin/like_buttons.php:455
1548
  msgid "Master control to enable vertical (floating) counter widget"
1549
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1550
 
1551
- #: ../admin/like_buttons.php:549
1552
  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>"
1553
  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"
1554
 
1555
- #: ../admin/like_buttons.php:589
1556
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1557
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1558
 
1559
- #: ../admin/like_buttons.php:609
1560
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1561
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Negatív értéket is megadhatsz."
1562
 
1563
- #: ../admin/like_buttons.php:628
1564
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1565
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1566
 
1567
- #: ../admin/like_buttons.php:678
1568
  msgid "Specify the pages where you want to enable vertical interface"
1569
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
1570
 
1571
- #: ../admin/like_buttons.php:686
1572
  msgid "Hide like buttons on mobile devices"
1573
  msgstr "Elbújni, mint a gombok a mobil eszközök"
1574
 
1575
- #: ../admin/like_buttons.php:696
1576
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1577
  msgstr "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a mobileszközökön"
1578
 
1579
- #: ../admin/like_buttons.php:714
1580
  #, fuzzy
1581
  msgid "Like Buttons Shortcode & Widget"
1582
  msgstr "Shortcode és Widget"
@@ -1586,11 +1635,11 @@ msgstr "Shortcode és Widget"
1586
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1587
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1588
 
1589
- #: ../inc/social_sharing.php:598
1590
  msgid "Invalid request"
1591
  msgstr "Hibás kérés"
1592
 
1593
- #: ../inc/social_sharing.php:605
1594
  msgid "Providers not selected"
1595
  msgstr "Nincs kiválasztott szolgáltató"
1596
 
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"
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
 
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"
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"
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
 
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
 
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
 
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
  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
 
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-08 05:38+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:39+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"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Notifiche"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Email Obbligatoria"
44
 
@@ -155,6 +155,37 @@ msgstr "Avvio share count per"
155
  msgid "Vertical sharing"
156
  msgstr "Vertical sharing"
157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  #: ../admin/help.php:4
159
  msgid "About"
160
  msgstr "Chi Siamo"
@@ -176,652 +207,665 @@ msgid "Plugin Demo"
176
  msgstr "Dimostrazione del Plugin"
177
 
178
  #: ../admin/help.php:24
179
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  msgstr "Add-ons"
181
 
182
- #: ../admin/help.php:29
183
  msgid "Need Help?"
184
  msgstr "Hai Bisogno di Aiuto?"
185
 
186
- #: ../admin/help.php:31
187
  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>"
188
  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>"
189
 
190
- #: ../admin/help.php:36
191
  msgid "Support Us"
192
  msgstr "Supportaci"
193
 
194
- #: ../admin/help.php:39
195
- #: ../admin/help.php:42
196
- #: ../admin/help.php:43
197
- #: ../admin/help.php:44
198
- #: ../admin/help.php:45
199
- #: ../admin/help.php:46
200
  msgid "Rate 5-star"
201
  msgstr "Rate 5-star"
202
 
203
- #: ../admin/help.php:54
204
- #: ../admin/social_sharing.php:438
205
- #: ../admin/social_sharing.php:813
206
- #: ../admin/social_login.php:85
207
  msgid "Facebook"
208
  msgstr "Facebook"
209
 
210
- #: ../admin/social_sharing.php:5
211
- #: ../admin/like_buttons.php:4
212
- msgid "Boost sharing by awarding points"
213
- msgstr "Boost condivisione per l'attribuzione di punti"
214
-
215
- #: ../admin/social_sharing.php:12
216
- #: ../admin/social_sharing.php:23
217
- #: ../admin/social_login.php:10
218
- #: ../admin/social_login.php:18
219
  #: ../admin/like_buttons.php:11
220
  #: ../admin/like_buttons.php:19
221
  msgid "Basic Configuration"
222
  msgstr "Configurazione di Base"
223
 
224
- #: ../admin/social_sharing.php:13
225
  msgid "Sharing Interface"
226
  msgstr "Interfaccia"
227
 
228
- #: ../admin/social_sharing.php:14
229
  msgid "Sharing Options"
230
  msgstr "Opzioni"
231
 
232
- #: ../admin/social_sharing.php:15
233
- #: ../admin/social_sharing.php:1206
234
- #: ../admin/social_login.php:12
235
- #: ../admin/social_login.php:753
236
  #: ../admin/like_buttons.php:13
237
- #: ../admin/like_buttons.php:712
238
  msgid "Shortcode & Widget"
239
  msgstr "Shortcode & Widget"
240
 
241
- #: ../admin/social_sharing.php:16
242
  msgid "Troubleshooter"
243
  msgstr "Risoluzione dei problemi"
244
 
245
- #: ../admin/social_sharing.php:17
246
- #: ../admin/social_sharing.php:1237
247
  #: ../admin/social_commenting.php:12
248
  #: ../admin/social_commenting.php:446
249
  msgid "FAQ"
250
  msgstr "FAQ"
251
 
252
- #: ../admin/social_sharing.php:29
253
  msgid "Enable Social Sharing"
254
  msgstr "Abilita Social Sharing"
255
 
256
- #: ../admin/social_sharing.php:39
257
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
258
  msgstr "Controllo Principale per Social Sharing. Dev'essere abilitato per attivare le funzionalitá Social Sharing"
259
 
260
- #: ../admin/social_sharing.php:47
261
  msgid "Delete all the options on plugin deletion"
262
  msgstr "Elimina tutte le opzioni quando si cancella il plugin"
263
 
264
- #: ../admin/social_sharing.php:57
265
  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."
266
  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."
267
 
268
- #: ../admin/social_sharing.php:72
269
  msgid "Horizontal interface options"
270
  msgstr "Opzioni Interfaccia Orizzontale"
271
 
272
- #: ../admin/social_sharing.php:78
273
- #: ../admin/social_sharing.php:156
274
  msgid "Shape"
275
  msgstr "Forma"
276
 
277
- #: ../admin/social_sharing.php:86
278
- #: ../admin/social_sharing.php:164
279
  msgid "Round"
280
  msgstr "Arrotondata"
281
 
282
- #: ../admin/social_sharing.php:88
283
- #: ../admin/social_sharing.php:166
284
  msgid "Square"
285
  msgstr "Quadrata"
286
 
287
- #: ../admin/social_sharing.php:95
288
- #: ../admin/social_sharing.php:173
289
  msgid "Shape of the sharing icons"
290
  msgstr "Forma delle icone"
291
 
292
- #: ../admin/social_sharing.php:103
293
- #: ../admin/social_sharing.php:181
294
  msgid "Size (in pixels)"
295
  msgstr "Dimensioni (in pixel)"
296
 
297
- #: ../admin/social_sharing.php:121
298
- #: ../admin/social_sharing.php:199
299
  msgid "Size of the sharing icons"
300
  msgstr "Dimensione delle icone"
301
 
302
- #: ../admin/social_sharing.php:128
303
- #: ../admin/social_sharing.php:206
304
  msgid "Icon Preview"
305
  msgstr "Anteprima Icona"
306
 
307
- #: ../admin/social_sharing.php:142
308
- #: ../admin/social_sharing.php:220
309
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
310
  msgstr "Dopo aver apportato le modifiche, non dimenticate di salvare la configurazione, fare clic sul pulsante Salva in basso"
311
 
312
- #: ../admin/social_sharing.php:150
313
  msgid "Vertical interface options"
314
  msgstr "Opzioni Interfaccia Verticale"
315
 
316
- #: ../admin/social_sharing.php:234
317
  msgid "Modernizr"
318
  msgstr ""
319
 
320
- #: ../admin/social_sharing.php:240
321
  msgid "Do not load Modernizr JS"
322
  msgstr "Non usare Modernizr JS"
323
 
324
- #: ../admin/social_sharing.php:250
325
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
326
  msgstr "Se il plugin compromette il vostro tema, si può provare ad abilitare questa opzione"
327
 
328
- #: ../admin/social_sharing.php:259
329
  #: ../admin/like_buttons.php:51
330
  msgid "Url shortener"
331
  msgstr "Url shortener"
332
 
333
- #: ../admin/social_sharing.php:265
334
  msgid "Use shortlinks already installed"
335
  msgstr "Utilizza shortlinks già installati"
336
 
337
- #: ../admin/social_sharing.php:275
338
  #: ../admin/like_buttons.php:67
339
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
340
  msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno plugin shortening"
341
 
342
- #: ../admin/social_sharing.php:283
343
  msgid "Enable bit.ly url shortener for sharing"
344
  msgstr "Abilita bit.ly url shortener per lo sharing"
345
 
346
- #: ../admin/social_sharing.php:293
347
  #: ../admin/like_buttons.php:85
348
  msgid "Master control to enable bit.ly url shortening for sharing"
349
  msgstr "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
350
 
351
- #: ../admin/social_sharing.php:301
352
  #: ../admin/like_buttons.php:93
353
  msgid "bit.ly username"
354
  msgstr "bit.ly username"
355
 
356
- #: ../admin/social_sharing.php:311
357
  #: ../admin/like_buttons.php:103
358
  #, php-format
359
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
360
  msgstr "Per ottenere il vostro username accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
361
 
362
- #: ../admin/social_sharing.php:320
363
  #: ../admin/like_buttons.php:112
364
  msgid "bit.ly API Key"
365
  msgstr "bit.ly API Key"
366
 
367
- #: ../admin/social_sharing.php:330
368
  #: ../admin/like_buttons.php:122
369
  #, php-format
370
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
371
  msgstr "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
372
 
373
- #: ../admin/social_sharing.php:340
374
  msgid "Twitter username in sharing"
375
  msgstr "Username Twitter in sharing"
376
 
377
- #: ../admin/social_sharing.php:346
378
  msgid "Twitter username (without @)"
379
  msgstr "Username Twitter (senza @)"
380
 
381
- #: ../admin/social_sharing.php:356
382
  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."
383
  msgstr "La username fornita viene aggiunta dopo il contenuto condiviso come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
384
 
385
- #: ../admin/social_sharing.php:366
386
  msgid "Horizontal Sharing Interface Options"
387
  msgstr "Opzioni Interfaccia Orizzontale"
388
 
389
- #: ../admin/social_sharing.php:372
390
  msgid "Enable horizontal sharing interface"
391
  msgstr "Abilita l'interfaccia orizzontale"
392
 
393
- #: ../admin/social_sharing.php:382
394
  msgid "Master control to enable horizontal sharing"
395
  msgstr "Controllo Principale per abilitare l'interfaccia orizzontale"
396
 
397
- #: ../admin/social_sharing.php:392
398
- #: ../admin/social_sharing.php:785
399
  #: ../admin/like_buttons.php:227
400
- #: ../admin/like_buttons.php:465
401
  msgid "Target Url"
402
  msgstr "URL di destinazione"
403
 
404
- #: ../admin/social_sharing.php:396
405
- #: ../admin/social_sharing.php:789
406
  #: ../admin/like_buttons.php:231
407
- #: ../admin/like_buttons.php:469
408
  msgid "Url of the webpage where icons are located (default)"
409
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
410
 
411
- #: ../admin/social_sharing.php:398
412
- #: ../admin/social_sharing.php:791
413
  #: ../admin/like_buttons.php:233
414
- #: ../admin/like_buttons.php:471
415
  msgid "Url of the homepage of your website"
416
  msgstr "Url della homepage del tuo sito web"
417
 
418
- #: ../admin/social_sharing.php:400
419
- #: ../admin/social_sharing.php:793
420
  #: ../admin/like_buttons.php:235
421
- #: ../admin/like_buttons.php:473
422
  msgid "Custom url"
423
  msgstr "Url personalizzata"
424
 
425
- #: ../admin/social_sharing.php:407
426
- #: ../admin/social_sharing.php:800
427
  msgid "Url to share"
428
  msgstr "Url per condividere"
429
 
430
- #: ../admin/social_sharing.php:415
431
- #: ../admin/social_login.php:353
432
  #: ../admin/like_buttons.php:250
433
  msgid "Title"
434
  msgstr "Titolo"
435
 
436
- #: ../admin/social_sharing.php:425
437
  msgid "The text to display above the sharing interface"
438
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
439
 
440
- #: ../admin/social_sharing.php:433
441
- #: ../admin/social_sharing.php:808
442
- #: ../admin/social_login.php:80
443
  msgid "Select providers"
444
  msgstr "Scelta Providers"
445
 
446
- #: ../admin/social_sharing.php:443
447
- #: ../admin/social_sharing.php:818
448
- #: ../admin/social_login.php:89
449
  msgid "Twitter"
450
  msgstr "Twitter"
451
 
452
- #: ../admin/social_sharing.php:448
453
- #: ../admin/social_sharing.php:823
454
- #: ../admin/social_login.php:93
455
  msgid "LinkedIn"
456
  msgstr "LinkedIn"
457
 
458
- #: ../admin/social_sharing.php:453
459
- #: ../admin/social_sharing.php:828
460
- #: ../admin/social_login.php:97
461
  msgid "Google+"
462
  msgstr "Google+"
463
 
464
- #: ../admin/social_sharing.php:458
465
- #: ../admin/social_sharing.php:833
466
  msgid "Print"
467
  msgstr "Stampa"
468
 
469
- #: ../admin/social_sharing.php:463
470
- #: ../admin/social_sharing.php:838
471
  msgid "Email"
472
  msgstr "Email"
473
 
474
- #: ../admin/social_sharing.php:468
475
- #: ../admin/social_sharing.php:843
476
  msgid "Yahoo"
477
  msgstr "Yahoo"
478
 
479
- #: ../admin/social_sharing.php:473
480
- #: ../admin/social_sharing.php:848
481
  msgid "Reddit"
482
  msgstr "Reddit"
483
 
484
- #: ../admin/social_sharing.php:478
485
- #: ../admin/social_sharing.php:853
486
  msgid "Digg"
487
  msgstr "Digg"
488
 
489
- #: ../admin/social_sharing.php:483
490
- #: ../admin/social_sharing.php:858
491
  msgid "Delicious"
492
  msgstr "Delicious"
493
 
494
- #: ../admin/social_sharing.php:488
495
- #: ../admin/social_sharing.php:863
496
  msgid "StumbleUpon"
497
  msgstr "StumbleUpon"
498
 
499
- #: ../admin/social_sharing.php:493
500
- #: ../admin/social_sharing.php:868
501
  msgid "Float it"
502
  msgstr "Float it"
503
 
504
- #: ../admin/social_sharing.php:498
505
- #: ../admin/social_sharing.php:873
506
  msgid "Tumblr"
507
  msgstr "Tumblr"
508
 
509
- #: ../admin/social_sharing.php:503
510
- #: ../admin/social_sharing.php:878
511
- #: ../admin/social_login.php:101
512
  msgid "Vkontakte"
513
  msgstr "Vkontakte"
514
 
515
- #: ../admin/social_sharing.php:508
516
- #: ../admin/social_sharing.php:883
517
  msgid "Pinterest"
518
  msgstr "Pinterest"
519
 
520
- #: ../admin/social_sharing.php:513
521
- #: ../admin/social_sharing.php:888
522
- #: ../admin/social_login.php:109
523
  msgid "Xing"
524
  msgstr ""
525
 
526
- #: ../admin/social_sharing.php:518
527
- #: ../admin/social_sharing.php:893
528
  msgid "Whatsapp"
529
  msgstr ""
530
 
531
- #: ../admin/social_sharing.php:523
532
- #: ../admin/social_sharing.php:898
533
  msgid "Yummly"
534
  msgstr ""
535
 
536
- #: ../admin/social_sharing.php:528
537
- #: ../admin/social_sharing.php:903
538
  msgid "Buffer"
539
  msgstr ""
540
 
541
- #: ../admin/social_sharing.php:536
542
- #: ../admin/social_sharing.php:911
543
  msgid "Select the providers for sharing interface"
544
  msgstr "Seleziona i provider per la interfaccia sharing"
545
 
546
- #: ../admin/social_sharing.php:544
547
- #: ../admin/social_sharing.php:919
548
  msgid "Rearrange icons"
549
  msgstr "Riorganizza le icone"
550
 
551
- #: ../admin/social_sharing.php:576
552
- #: ../admin/social_sharing.php:951
553
  msgid "Drag the icons to rearrange in desired order"
554
  msgstr "Trascina le icone per riordinare"
555
 
556
- #: ../admin/social_sharing.php:584
557
- #: ../admin/social_sharing.php:977
558
  #: ../admin/like_buttons.php:320
559
- #: ../admin/like_buttons.php:557
560
  msgid "Horizontal alignment"
561
  msgstr "Allineamento orizzontale"
562
 
563
- #: ../admin/social_sharing.php:588
564
- #: ../admin/social_sharing.php:981
565
  #: ../admin/like_buttons.php:324
566
- #: ../admin/like_buttons.php:561
567
  msgid "Left"
568
  msgstr "Sinistra"
569
 
570
- #: ../admin/social_sharing.php:589
571
  #: ../admin/like_buttons.php:325
572
  msgid "Center"
573
  msgstr "centro"
574
 
575
- #: ../admin/social_sharing.php:590
576
- #: ../admin/social_sharing.php:982
577
  #: ../admin/like_buttons.php:326
578
- #: ../admin/like_buttons.php:562
579
  msgid "Right"
580
  msgstr "Destra"
581
 
582
- #: ../admin/social_sharing.php:598
583
- #: ../admin/social_sharing.php:990
584
  msgid "Horizontal alignment of the sharing interface"
585
  msgstr "Allineamento orizzontale della interfaccia sharing"
586
 
587
- #: ../admin/social_sharing.php:606
588
  #: ../admin/like_buttons.php:342
589
  msgid "Position with respect to content"
590
  msgstr "Posizione rispetto al contenuto"
591
 
592
- #: ../admin/social_sharing.php:610
593
  #: ../admin/like_buttons.php:346
594
  msgid "Top of the content"
595
  msgstr "Parte superiore del contenuto"
596
 
597
- #: ../admin/social_sharing.php:612
598
  #: ../admin/like_buttons.php:348
599
  msgid "Bottom of the content"
600
  msgstr "Parte inferiore del contenuto"
601
 
602
- #: ../admin/social_sharing.php:619
603
  msgid "Specify position of the sharing interface with respect to the content"
604
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
605
 
606
- #: ../admin/social_sharing.php:627
607
- #: ../admin/social_sharing.php:1056
608
  msgid "Sharing location"
609
  msgstr "Abilita su:"
610
 
611
- #: ../admin/social_sharing.php:631
612
- #: ../admin/social_sharing.php:1060
613
- #: ../admin/social_login.php:613
614
- #: ../admin/social_login.php:643
615
  #: ../admin/like_buttons.php:367
616
- #: ../admin/like_buttons.php:640
617
  msgid "Homepage"
618
  msgstr "Homepage"
619
 
620
- #: ../admin/social_sharing.php:633
621
- #: ../admin/social_sharing.php:1062
622
  #: ../admin/like_buttons.php:369
623
- #: ../admin/like_buttons.php:642
624
  msgid "Posts"
625
  msgstr "Post"
626
 
627
- #: ../admin/social_sharing.php:635
628
- #: ../admin/social_sharing.php:1064
629
  #: ../admin/like_buttons.php:371
630
- #: ../admin/like_buttons.php:644
631
  msgid "Pages"
632
  msgstr "Pagine"
633
 
634
- #: ../admin/social_sharing.php:637
635
- #: ../admin/social_sharing.php:1066
636
  msgid "Excerpts (at Homepage)"
637
  msgstr "Estratti (in homepage)"
638
 
639
- #: ../admin/social_sharing.php:639
640
- #: ../admin/social_sharing.php:1068
641
  #: ../admin/like_buttons.php:375
642
- #: ../admin/like_buttons.php:648
643
  msgid "Category Archives"
644
  msgstr "Archivi di categorie"
645
 
646
- #: ../admin/social_sharing.php:641
647
- #: ../admin/social_sharing.php:1070
648
  #: ../admin/like_buttons.php:377
649
- #: ../admin/like_buttons.php:650
650
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
651
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
652
 
653
- #: ../admin/social_sharing.php:657
654
  #: ../admin/like_buttons.php:393
655
- msgid "BuddyPress activity and groups"
 
656
  msgstr "Attività BuddyPress e gruppi"
657
 
658
- #: ../admin/social_sharing.php:663
659
- #: ../admin/social_sharing.php:1085
660
- #: ../admin/like_buttons.php:400
661
- #: ../admin/like_buttons.php:665
662
- msgid "BBPress forum"
663
  msgstr ""
664
 
665
- #: ../admin/social_sharing.php:666
666
- #: ../admin/social_sharing.php:1088
667
  #: ../admin/like_buttons.php:403
668
- #: ../admin/like_buttons.php:668
 
 
 
 
 
 
 
669
  msgid "BBPress topic"
670
  msgstr "Argomento BBPress"
671
 
672
- #: ../admin/social_sharing.php:669
673
- #: ../admin/like_buttons.php:406
674
  msgid "BBPress reply"
675
  msgstr "Risposta BBPress"
676
 
677
- #: ../admin/social_sharing.php:676
678
- #: ../admin/like_buttons.php:412
679
  msgid "After individual product at WooCommerce Shop page"
680
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
681
 
682
- #: ../admin/social_sharing.php:679
683
- #: ../admin/like_buttons.php:415
684
  msgid "WooCommerce Product Page"
685
  msgstr "WooCommerce Pagina Prodotto"
686
 
687
- #: ../admin/social_sharing.php:682
688
- #: ../admin/like_buttons.php:418
689
  msgid "WooCommerce Thankyou Page"
690
  msgstr "WooCommerce Pagina Thankyou"
691
 
692
- #: ../admin/social_sharing.php:693
693
  msgid "Specify the pages where you want to enable Sharing interface"
694
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
695
 
696
- #: ../admin/social_sharing.php:701
697
- #: ../admin/social_sharing.php:1106
698
  msgid "Show share counts"
699
  msgstr "Mostra quantitá di condivisioni"
700
 
701
- #: ../admin/social_sharing.php:711
702
- #: ../admin/social_sharing.php:1116
703
  msgid "If enabled, share counts are displayed above sharing icons."
704
  msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato sopra le icone condivise"
705
 
706
- #: ../admin/social_sharing.php:720
707
- #: ../admin/social_sharing.php:1125
708
  msgid "Show total shares"
709
  msgstr "Mostra totale condivisioni"
710
 
711
- #: ../admin/social_sharing.php:730
712
- #: ../admin/social_sharing.php:1135
713
  msgid "If enabled, total shares will be displayed with sharing icons"
714
  msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con le icone condivise"
715
 
716
- #: ../admin/social_sharing.php:739
717
- #: ../admin/social_sharing.php:1144
718
  msgid "Enable 'More' icon"
719
  msgstr "Abilita icona 'More'"
720
 
721
- #: ../admin/social_sharing.php:749
722
- #: ../admin/social_sharing.php:1154
723
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
724
  msgstr "Se questa opzione è abilitata, l'icona \"More\" sarà visualizzata dopo le icone sharing selezionate e mostrerà in un popup altri sharing networks disponibili"
725
 
726
- #: ../admin/social_sharing.php:759
727
  msgid "Vertical (Floating) Sharing Interface Options"
728
  msgstr "Opzioni Interfaccia Verticale (Floating)"
729
 
730
- #: ../admin/social_sharing.php:765
731
  msgid "Enable vertical (floating) sharing interface"
732
  msgstr "Abilita interfaccia verticale (floating)"
733
 
734
- #: ../admin/social_sharing.php:775
735
  msgid "Master control to enable vertical (floating) sharing widget"
736
  msgstr "Controllo Principale per abilitare lo sharing widget verticale (floating)"
737
 
738
- #: ../admin/social_sharing.php:959
739
- #: ../admin/like_buttons.php:539
740
  msgid "Background Color"
741
  msgstr "Colore Background"
742
 
743
- #: ../admin/social_sharing.php:969
744
  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>"
745
  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>"
746
 
747
- #: ../admin/social_sharing.php:999
748
- #: ../admin/like_buttons.php:579
749
  msgid "Left offset"
750
  msgstr "Left offset"
751
 
752
- #: ../admin/social_sharing.php:1009
753
  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."
754
  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."
755
 
756
- #: ../admin/social_sharing.php:1019
757
- #: ../admin/like_buttons.php:599
758
  msgid "Right offset"
759
  msgstr "Right offset"
760
 
761
- #: ../admin/social_sharing.php:1029
762
  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."
763
  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."
764
 
765
- #: ../admin/social_sharing.php:1038
766
- #: ../admin/like_buttons.php:618
767
  msgid "Top offset"
768
  msgstr "Top offset"
769
 
770
- #: ../admin/social_sharing.php:1048
771
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
772
  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."
773
 
774
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
775
  msgid "Specify the pages where you want to enable vertical Sharing interface"
776
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
777
 
778
- #: ../admin/social_sharing.php:1162
779
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
780
  msgstr "Sui dispositivi mobili, incolla la sharing bar in basso e in orizzontale"
781
 
782
- #: ../admin/social_sharing.php:1172
783
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
784
  msgstr "Sui dispositivi mobili, l'interfaccia di condivisione verticale, si attacca in basso orizzontalmente"
785
 
786
- #: ../admin/social_sharing.php:1181
787
  msgid "Hide sharing on mobile devices"
788
  msgstr "Nascondi la condivisione sui dispositivi mobili"
789
 
790
- #: ../admin/social_sharing.php:1191
791
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
792
  msgstr "Se questa opzione è abilitata, l'interfaccia di condivisione verticale non apparirà sui dispositivi mobili"
793
 
794
- #: ../admin/social_sharing.php:1208
795
  msgid "Social Sharing Shortcode & Widget"
796
  msgstr "Shortcode & Widget"
797
 
798
- #: ../admin/social_sharing.php:1218
799
  msgid "Facebook Sharing Troubleshooter"
800
  msgstr "Risoluzione dei problemi Facebook Sharing"
801
 
802
- #: ../admin/social_sharing.php:1223
803
  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:"
804
  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):"
805
 
806
- #: ../admin/social_sharing.php:1239
807
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
808
  msgstr "Come posso mostrare conteggi del mio sito web, piuttosto che di singole pagine/post?"
809
 
810
- #: ../admin/social_sharing.php:1240
811
  msgid "How can I disable sharing on particular page/post?"
812
  msgstr "Come è possibile disattivare la condivisione di una pagina/post in particolare?"
813
 
814
- #: ../admin/social_sharing.php:1241
815
  msgid "How can I specify minimum sharing count for sharing networks?"
816
  msgstr "Come faccio a specificare il conteggio minimo di sharing per la condivisione di reti?"
817
 
818
- #: ../admin/social_sharing.php:1251
819
- #: ../admin/social_commenting.php:457
820
- #: ../admin/social_login.php:765
821
- #: ../admin/like_buttons.php:723
822
- msgid "Save Changes"
823
- msgstr "Salva le modifiche"
824
-
825
  #: ../admin/social_commenting.php:10
826
  msgid "Social Commenting"
827
  msgstr "Social Commenting"
@@ -1027,355 +1071,360 @@ msgstr "Come è possibile disattivare Social Commenting in una singola pagina/po
1027
  msgid "How to disable default comment form from Social Commenting?"
1028
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1029
 
1030
- #: ../admin/social_login.php:3
1031
- msgid "Award points for Social Login"
1032
- msgstr "Punti Premio per il Social Accedi"
1033
-
1034
- #: ../admin/social_login.php:11
1035
  msgid "Social Login"
1036
  msgstr "Social Login"
1037
 
1038
- #: ../admin/social_login.php:24
1039
  msgid "Enable Social Login"
1040
  msgstr "Abilita \"Social Login\""
1041
 
1042
- #: ../admin/social_login.php:34
1043
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1044
  msgstr "Controllo Principale per Social Login. Dev'essere abilitato per attivare le funzionalitá di Social Login"
1045
 
1046
- #: ../admin/social_login.php:42
1047
  msgid "Disable user registration via Social Login"
1048
  msgstr "Disabilitare la registrazione degli utenti attraverso i social login"
1049
 
1050
- #: ../admin/social_login.php:52
1051
  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."
1052
  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."
1053
 
1054
- #: ../admin/social_login.php:61
1055
  #, fuzzy
1056
  msgid "Redirection url"
1057
  msgstr "Reindirizzamento Login"
1058
 
1059
- #: ../admin/social_login.php:71
1060
  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."
1061
  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."
1062
 
1063
- #: ../admin/social_login.php:105
1064
  msgid "Instagram"
1065
  msgstr "Instagram"
1066
 
1067
- #: ../admin/social_login.php:117
1068
  msgid "Select Social ID provider to enable in Social Login"
1069
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1070
 
1071
- #: ../admin/social_login.php:125
1072
  msgid "Facebook App ID"
1073
  msgstr "Facebook App ID"
1074
 
1075
- #: ../admin/social_login.php:135
1076
  #, php-format
1077
  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"
1078
  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>"
1079
 
1080
- #: ../admin/social_login.php:137
1081
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1082
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1083
 
1084
- #: ../admin/social_login.php:147
1085
  msgid "Twitter API Key"
1086
  msgstr "Twitter API Key"
1087
 
1088
- #: ../admin/social_login.php:157
1089
  #, php-format
1090
  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"
1091
  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>"
1092
 
1093
- #: ../admin/social_login.php:159
1094
- #: ../admin/social_login.php:181
1095
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1096
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> al link indicato"
1097
 
1098
- #: ../admin/social_login.php:169
1099
  msgid "Twitter API Secret"
1100
  msgstr "Twitter API Secret"
1101
 
1102
- #: ../admin/social_login.php:179
1103
  #, php-format
1104
  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"
1105
  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>"
1106
 
1107
- #: ../admin/social_login.php:191
1108
  msgid "LinkedIn API Key"
1109
  msgstr "LinkedIn API Key"
1110
 
1111
- #: ../admin/social_login.php:201
1112
  #, php-format
1113
  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"
1114
  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>"
1115
 
1116
- #: ../admin/social_login.php:203
1117
- #: ../admin/social_login.php:269
1118
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1119
  msgstr "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1120
 
1121
- #: ../admin/social_login.php:213
1122
  msgid "Google+ Client ID"
1123
  msgstr "Google+ Client ID"
1124
 
1125
- #: ../admin/social_login.php:223
1126
  #, php-format
1127
  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"
1128
  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>"
1129
 
1130
- #: ../admin/social_login.php:225
1131
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1132
  msgstr "Incolla la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1133
 
1134
- #: ../admin/social_login.php:235
1135
  msgid "Vkontakte Application ID"
1136
  msgstr "Vkontakte App ID"
1137
 
1138
- #: ../admin/social_login.php:245
1139
  #, php-format
1140
  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"
1141
  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>"
1142
 
1143
- #: ../admin/social_login.php:247
1144
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1145
  msgstr "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1146
 
1147
- #: ../admin/social_login.php:257
1148
  msgid "Instagram Client ID"
1149
  msgstr "Instagram Client ID"
1150
 
1151
- #: ../admin/social_login.php:267
1152
  #, php-format
1153
  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"
1154
  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>"
1155
 
1156
- #: ../admin/social_login.php:279
1157
  msgid "Xing Consumer Key"
1158
  msgstr ""
1159
 
1160
- #: ../admin/social_login.php:289
1161
  #, php-format
1162
  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"
1163
  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>"
1164
 
1165
- #: ../admin/social_login.php:291
1166
- #: ../admin/social_login.php:313
1167
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1168
  msgstr "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1169
 
1170
- #: ../admin/social_login.php:301
1171
  msgid "Xing Consumer Secret"
1172
  msgstr ""
1173
 
1174
- #: ../admin/social_login.php:311
1175
  #, php-format
1176
  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"
1177
  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>"
1178
 
1179
- #: ../admin/social_login.php:323
1180
  msgid "Include Javascript in website footer"
1181
  msgstr "Includi Javascript nel footer del sito web"
1182
 
1183
- #: ../admin/social_login.php:333
1184
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1185
  msgstr "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi nel footer del tuo sito web."
1186
 
1187
- #: ../admin/social_login.php:347
1188
  msgid "Login options"
1189
  msgstr "Opzioni di Login"
1190
 
1191
- #: ../admin/social_login.php:363
1192
  msgid "Text to display above the Social Login interface"
1193
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1194
 
1195
- #: ../admin/social_login.php:372
1196
  msgid "Enable at login page"
1197
  msgstr "Attiva nella pagina di Login"
1198
 
1199
- #: ../admin/social_login.php:382
1200
  msgid "Social Login interface will get enabled at the login page of your website"
1201
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1202
 
1203
- #: ../admin/social_login.php:390
1204
  msgid "Enable at register page"
1205
  msgstr "Abilita nella pagina di registrazione"
1206
 
1207
- #: ../admin/social_login.php:400
1208
  msgid "Social Login interface will get enabled at the registration page of your website"
1209
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1210
 
1211
- #: ../admin/social_login.php:408
1212
  msgid "Enable at comment form"
1213
  msgstr "Attiva nel form dei commenti"
1214
 
1215
- #: ../admin/social_login.php:418
1216
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1217
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1218
 
1219
- #: ../admin/social_login.php:432
1220
  msgid "Enable before WooCommerce Customer Login Form"
1221
  msgstr "Abilita prima del form Customer Login di WooCommerce"
1222
 
1223
- #: ../admin/social_login.php:442
1224
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1225
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, prima del Form di Login."
1226
 
1227
- #: ../admin/social_login.php:450
1228
  msgid "Enable after WooCommerce Customer Login Form"
1229
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
1230
 
1231
- #: ../admin/social_login.php:460
1232
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1233
  msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, dopo il Form di Login."
1234
 
1235
- #: ../admin/social_login.php:468
1236
  msgid "Enable at WooCommerce checkout page"
1237
  msgstr "Abilita nella pagina checkout di WooCommerce"
1238
 
1239
- #: ../admin/social_login.php:478
1240
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1241
  msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1242
 
1243
- #: ../admin/social_login.php:489
1244
  msgid "Auto-approve comments made by Social Login users"
1245
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1246
 
1247
- #: ../admin/social_login.php:499
1248
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1249
  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."
1250
 
1251
- #: ../admin/social_login.php:500
1252
  msgid "Note: This is not related to Facebook comments"
1253
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
1254
 
1255
- #: ../admin/social_login.php:510
1256
  msgid "Enable social avatar"
1257
  msgstr "Abilita Avatar"
1258
 
1259
- #: ../admin/social_login.php:520
1260
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1261
  msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1262
 
1263
- #: ../admin/social_login.php:530
1264
  msgid "Avatar quality"
1265
  msgstr "Qualità Avatar"
1266
 
1267
- #: ../admin/social_login.php:533
1268
  msgid "Average"
1269
  msgstr "Media"
1270
 
1271
- #: ../admin/social_login.php:534
1272
  msgid "Best"
1273
  msgstr "Migliore"
1274
 
1275
- #: ../admin/social_login.php:541
1276
  msgid "Choose avatar quality"
1277
  msgstr "Scelta qualità Avatar"
1278
 
1279
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1280
  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"
1281
  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"
1282
 
1283
- #: ../admin/social_login.php:569
1284
  msgid "Send username-password after user registration"
1285
  msgstr "Invia username-password dopo la registrazione dell'utente"
1286
 
1287
- #: ../admin/social_login.php:579
1288
  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)"
1289
  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)"
1290
 
1291
- #: ../admin/social_login.php:588
1292
  msgid "Enable social account linking at BuddyPress profile page"
1293
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
1294
 
1295
- #: ../admin/social_login.php:598
1296
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1297
  msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1298
 
1299
- #: ../admin/social_login.php:607
1300
  msgid "Login redirection"
1301
  msgstr "Reindirizzamento Login"
1302
 
1303
- #: ../admin/social_login.php:611
1304
  msgid "Same page where user logged in"
1305
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1306
 
1307
- #: ../admin/social_login.php:615
1308
- #: ../admin/social_login.php:645
1309
  msgid "Account dashboard"
1310
  msgstr "Pannello Account"
1311
 
1312
- #: ../admin/social_login.php:618
1313
- #: ../admin/social_login.php:648
1314
  msgid "BuddyPress profile page"
1315
  msgstr "Pagina di profilo BuddyPress"
1316
 
1317
- #: ../admin/social_login.php:621
1318
- #: ../admin/social_login.php:651
1319
  msgid "Custom Url"
1320
  msgstr "Url personalizzata"
1321
 
1322
- #: ../admin/social_login.php:629
1323
  msgid "User will be redirected to the selected page after Social Login"
1324
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1325
 
1326
- #: ../admin/social_login.php:637
1327
  msgid "Registration redirection"
1328
  msgstr "Reindirizzamento Registratione"
1329
 
1330
- #: ../admin/social_login.php:641
1331
  msgid "Same page from where user registered"
1332
  msgstr "La stessa pagina dove l'utente si è registrato"
1333
 
1334
- #: ../admin/social_login.php:659
1335
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1336
  msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1337
 
1338
- #: ../admin/social_login.php:667
1339
  msgid "Email popup options"
1340
  msgstr "Opzioni del popup 'Email Obbligatoria'"
1341
 
1342
- #: ../admin/social_login.php:673
1343
  msgid "Text on 'Email required' popup"
1344
  msgstr "Testo del pop-up"
1345
 
1346
- #: ../admin/social_login.php:683
1347
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1348
  msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1349
 
1350
- #: ../admin/social_login.php:692
1351
  msgid "Error message for 'Email required' popup"
1352
  msgstr "Messaggio d'errore"
1353
 
1354
- #: ../admin/social_login.php:702
1355
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1356
  msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1357
 
1358
- #: ../admin/social_login.php:711
1359
  msgid "Email popup height"
1360
  msgstr "Altezza pop-up Email"
1361
 
1362
- #: ../admin/social_login.php:721
1363
  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."
1364
  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."
1365
 
1366
- #: ../admin/social_login.php:729
1367
  msgid "Enable email verification"
1368
  msgstr "Abilita verifica email"
1369
 
1370
- #: ../admin/social_login.php:739
1371
  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"
1372
  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."
1373
 
1374
- #: ../admin/social_login.php:755
1375
  msgid "Social Login Shortcode & Widget"
1376
  msgstr "Shortcode & Widget"
1377
 
1378
- #: ../admin/social_login.php:756
1379
  msgid "Social Linking Shortcode"
1380
  msgstr ""
1381
 
@@ -1469,7 +1518,7 @@ msgid "Master control to enable horizontal like buttons"
1469
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
1470
 
1471
  #: ../admin/like_buttons.php:242
1472
- #: ../admin/like_buttons.php:480
1473
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1474
  msgstr "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
1475
 
@@ -1478,17 +1527,17 @@ msgid "The text to display above the interface"
1478
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1479
 
1480
  #: ../admin/like_buttons.php:268
1481
- #: ../admin/like_buttons.php:488
1482
  msgid "Select and rearrange providers"
1483
  msgstr "Seleziona e riorganizza i provider"
1484
 
1485
  #: ../admin/like_buttons.php:312
1486
- #: ../admin/like_buttons.php:531
1487
  msgid "Select the providers for interface. Drag them to rearrange."
1488
  msgstr "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
1489
 
1490
  #: ../admin/like_buttons.php:334
1491
- #: ../admin/like_buttons.php:570
1492
  msgid "Horizontal alignment of the interface"
1493
  msgstr "Allineamento orizzontale dell'interfaccia"
1494
 
@@ -1497,60 +1546,60 @@ msgid "Specify position of the interface with respect to the content"
1497
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1498
 
1499
  #: ../admin/like_buttons.php:363
1500
- #: ../admin/like_buttons.php:636
1501
  msgid "Interface location"
1502
  msgstr "Posizione Interfaccia"
1503
 
1504
  #: ../admin/like_buttons.php:373
1505
- #: ../admin/like_buttons.php:646
1506
  msgid "Excerpts"
1507
  msgstr "Estratti"
1508
 
1509
- #: ../admin/like_buttons.php:429
1510
  msgid "Specify the pages where you want to enable interface"
1511
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1512
 
1513
- #: ../admin/like_buttons.php:439
1514
  msgid "Vertical (Floating) like buttons Options"
1515
  msgstr "Opzioni Pulsanti Verticali (Floating)"
1516
 
1517
- #: ../admin/like_buttons.php:445
1518
  msgid "Enable vertical (floating) like buttons"
1519
  msgstr "Abilita pulsanti verticali Mi-Piace (floating)"
1520
 
1521
- #: ../admin/like_buttons.php:455
1522
  msgid "Master control to enable vertical (floating) counter widget"
1523
  msgstr "Controllo Principale per abilitare il counter widget verticale (floating)"
1524
 
1525
- #: ../admin/like_buttons.php:549
1526
  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>"
1527
  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>"
1528
 
1529
- #: ../admin/like_buttons.php:589
1530
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1531
  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."
1532
 
1533
- #: ../admin/like_buttons.php:609
1534
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1535
  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."
1536
 
1537
- #: ../admin/like_buttons.php:628
1538
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1539
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1540
 
1541
- #: ../admin/like_buttons.php:678
1542
  msgid "Specify the pages where you want to enable vertical interface"
1543
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
1544
 
1545
- #: ../admin/like_buttons.php:686
1546
  msgid "Hide like buttons on mobile devices"
1547
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
1548
 
1549
- #: ../admin/like_buttons.php:696
1550
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1551
  msgstr "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno sui dispositivi mobili"
1552
 
1553
- #: ../admin/like_buttons.php:714
1554
  msgid "Like Buttons Shortcode & Widget"
1555
  msgstr "Pulsanti Shortcode & Widget"
1556
 
@@ -1558,11 +1607,11 @@ msgstr "Pulsanti Shortcode & Widget"
1558
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1559
  msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1560
 
1561
- #: ../inc/social_sharing.php:598
1562
  msgid "Invalid request"
1563
  msgstr "Domanda non valida"
1564
 
1565
- #: ../inc/social_sharing.php:605
1566
  msgid "Providers not selected"
1567
  msgstr "Providers non selezionati"
1568
 
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"
38
  msgstr "Notifiche"
39
 
40
  #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "Email Obbligatoria"
44
 
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"
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"
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
 
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
 
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
 
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
  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
 
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-08 05:39+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:41+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"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
@@ -156,6 +156,37 @@ msgstr "Запустить счетчик поделиться для"
156
  msgid "Vertical sharing"
157
  msgstr "Вертикальное поделиться"
158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  #: ../admin/help.php:4
160
  msgid "About"
161
  msgstr "О проекте"
@@ -177,654 +208,667 @@ msgid "Plugin Demo"
177
  msgstr "Демо плагина"
178
 
179
  #: ../admin/help.php:24
180
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  msgstr "Дополнения"
182
 
183
- #: ../admin/help.php:29
184
  msgid "Need Help?"
185
  msgstr "Требуется помощь?"
186
 
187
- #: ../admin/help.php:31
188
  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>"
189
  msgstr "Если у вас <strong>есть какой-то вопрос</strong>, вы нуждаетесь в помощи <strong>установки плагина</strong>, хотите <strong>кастомные опции</strong> в плагине или <strong>имеете какие-то пожелания</strong> которые необходимо внести в плагин, напишите нам на почту<a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
190
 
191
- #: ../admin/help.php:36
192
  msgid "Support Us"
193
  msgstr "Поддержите нас"
194
 
195
- #: ../admin/help.php:39
196
- #: ../admin/help.php:42
197
- #: ../admin/help.php:43
198
- #: ../admin/help.php:44
199
- #: ../admin/help.php:45
200
- #: ../admin/help.php:46
201
  msgid "Rate 5-star"
202
  msgstr "Оценить 5-бальной шкале"
203
 
204
- #: ../admin/help.php:54
205
- #: ../admin/social_sharing.php:438
206
- #: ../admin/social_sharing.php:813
207
- #: ../admin/social_login.php:85
208
  msgid "Facebook"
209
  msgstr "Facebook"
210
 
211
- #: ../admin/social_sharing.php:5
212
- #: ../admin/like_buttons.php:4
213
- msgid "Boost sharing by awarding points"
214
- msgstr "Повысьте обмен, наградив точек"
215
-
216
- #: ../admin/social_sharing.php:12
217
- #: ../admin/social_sharing.php:23
218
- #: ../admin/social_login.php:10
219
- #: ../admin/social_login.php:18
220
  #: ../admin/like_buttons.php:11
221
  #: ../admin/like_buttons.php:19
222
  msgid "Basic Configuration"
223
  msgstr "Основные настройки"
224
 
225
- #: ../admin/social_sharing.php:13
226
  msgid "Sharing Interface"
227
  msgstr "Интерфейс Поделиться"
228
 
229
- #: ../admin/social_sharing.php:14
230
  msgid "Sharing Options"
231
  msgstr "Настройки Поделиться"
232
 
233
- #: ../admin/social_sharing.php:15
234
- #: ../admin/social_sharing.php:1206
235
- #: ../admin/social_login.php:12
236
- #: ../admin/social_login.php:753
237
  #: ../admin/like_buttons.php:13
238
- #: ../admin/like_buttons.php:712
239
  msgid "Shortcode & Widget"
240
  msgstr "Шорткод и виджет"
241
 
242
- #: ../admin/social_sharing.php:16
243
  msgid "Troubleshooter"
244
  msgstr "Устранение неисправностей"
245
 
246
- #: ../admin/social_sharing.php:17
247
- #: ../admin/social_sharing.php:1237
248
  #: ../admin/social_commenting.php:12
249
  #: ../admin/social_commenting.php:446
250
  msgid "FAQ"
251
  msgstr "Часто задаваемые вопросы (FAQ)"
252
 
253
- #: ../admin/social_sharing.php:29
254
  msgid "Enable Social Sharing"
255
  msgstr "Активировать Поделиться в социальных сетях"
256
 
257
- #: ../admin/social_sharing.php:39
258
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
259
  msgstr "Мастер управления Поделиться через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
260
 
261
- #: ../admin/social_sharing.php:47
262
  msgid "Delete all the options on plugin deletion"
263
  msgstr "Удалить все настройки при удалении плагина"
264
 
265
- #: ../admin/social_sharing.php:57
266
  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."
267
  msgstr "Если включено, параметры плагина будет удаляются, когда плагин будет удален /переустановлен, и вы должны будете перенастроить параметры при установке плагина в следующий раз."
268
 
269
- #: ../admin/social_sharing.php:72
270
  msgid "Horizontal interface options"
271
  msgstr "Настройки горизонтального показа Поделиться"
272
 
273
- #: ../admin/social_sharing.php:78
274
- #: ../admin/social_sharing.php:156
275
  msgid "Shape"
276
  msgstr "Форма"
277
 
278
- #: ../admin/social_sharing.php:86
279
- #: ../admin/social_sharing.php:164
280
  msgid "Round"
281
  msgstr "Круглая"
282
 
283
- #: ../admin/social_sharing.php:88
284
- #: ../admin/social_sharing.php:166
285
  msgid "Square"
286
  msgstr "Квадратная"
287
 
288
- #: ../admin/social_sharing.php:95
289
- #: ../admin/social_sharing.php:173
290
  msgid "Shape of the sharing icons"
291
  msgstr "Форма кнопок Поделиться"
292
 
293
- #: ../admin/social_sharing.php:103
294
- #: ../admin/social_sharing.php:181
295
  msgid "Size (in pixels)"
296
  msgstr "Размер (в пикселях)"
297
 
298
- #: ../admin/social_sharing.php:121
299
- #: ../admin/social_sharing.php:199
300
  msgid "Size of the sharing icons"
301
  msgstr "Размер кнопок Поделиться"
302
 
303
- #: ../admin/social_sharing.php:128
304
- #: ../admin/social_sharing.php:206
305
  msgid "Icon Preview"
306
  msgstr "Превью иконок"
307
 
308
- #: ../admin/social_sharing.php:142
309
- #: ../admin/social_sharing.php:220
310
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
311
  msgstr "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже кнопку сохранить"
312
 
313
- #: ../admin/social_sharing.php:150
314
  msgid "Vertical interface options"
315
  msgstr "Настройки вертикального показа Поделиться"
316
 
317
- #: ../admin/social_sharing.php:234
318
  msgid "Modernizr"
319
  msgstr "Modernizr"
320
 
321
- #: ../admin/social_sharing.php:240
322
  msgid "Do not load Modernizr JS"
323
  msgstr "Не загружать Modernizr JS"
324
 
325
- #: ../admin/social_sharing.php:250
326
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
327
  msgstr "Если плагин ломает вашу тему, вы можете попробовать включить эту опцию"
328
 
329
- #: ../admin/social_sharing.php:259
330
  #: ../admin/like_buttons.php:51
331
  msgid "Url shortener"
332
  msgstr "Укорачивание URL"
333
 
334
- #: ../admin/social_sharing.php:265
335
  msgid "Use shortlinks already installed"
336
  msgstr "Использование коротких ссылок уже установлено"
337
 
338
- #: ../admin/social_sharing.php:275
339
  #: ../admin/like_buttons.php:67
340
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
341
  msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
342
 
343
- #: ../admin/social_sharing.php:283
344
  msgid "Enable bit.ly url shortener for sharing"
345
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
346
 
347
- #: ../admin/social_sharing.php:293
348
  #: ../admin/like_buttons.php:85
349
  msgid "Master control to enable bit.ly url shortening for sharing"
350
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
351
 
352
- #: ../admin/social_sharing.php:301
353
  #: ../admin/like_buttons.php:93
354
  msgid "bit.ly username"
355
  msgstr "bit.ly пользователя"
356
 
357
- #: ../admin/social_sharing.php:311
358
  #: ../admin/like_buttons.php:103
359
  #, php-format
360
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
361
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
362
 
363
- #: ../admin/social_sharing.php:320
364
  #: ../admin/like_buttons.php:112
365
  msgid "bit.ly API Key"
366
  msgstr "bit.ly ключ приложения"
367
 
368
- #: ../admin/social_sharing.php:330
369
  #: ../admin/like_buttons.php:122
370
  #, php-format
371
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
372
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
373
 
374
- #: ../admin/social_sharing.php:340
375
  msgid "Twitter username in sharing"
376
  msgstr "Имя пользователя Twitter чтобы Поделиться"
377
 
378
- #: ../admin/social_sharing.php:346
379
  msgid "Twitter username (without @)"
380
  msgstr "Twitter имя пользователя (без @)"
381
 
382
- #: ../admin/social_sharing.php:356
383
  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."
384
  msgstr "Добавляет имя пользователя после того как контент будет расшарен с помощью \"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
385
 
386
- #: ../admin/social_sharing.php:366
387
  msgid "Horizontal Sharing Interface Options"
388
  msgstr "Интерфейс настроек горизонтальных кнопок Поделиться"
389
 
390
- #: ../admin/social_sharing.php:372
391
  msgid "Enable horizontal sharing interface"
392
  msgstr "Включить интерфейс горизонтальных кнопок Поделиться"
393
 
394
- #: ../admin/social_sharing.php:382
395
  msgid "Master control to enable horizontal sharing"
396
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
397
 
398
- #: ../admin/social_sharing.php:392
399
- #: ../admin/social_sharing.php:785
400
  #: ../admin/like_buttons.php:227
401
- #: ../admin/like_buttons.php:465
402
  msgid "Target Url"
403
  msgstr "Целевой URL:"
404
 
405
- #: ../admin/social_sharing.php:396
406
- #: ../admin/social_sharing.php:789
407
  #: ../admin/like_buttons.php:231
408
- #: ../admin/like_buttons.php:469
409
  msgid "Url of the webpage where icons are located (default)"
410
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
411
 
412
- #: ../admin/social_sharing.php:398
413
- #: ../admin/social_sharing.php:791
414
  #: ../admin/like_buttons.php:233
415
- #: ../admin/like_buttons.php:471
416
  msgid "Url of the homepage of your website"
417
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
418
 
419
- #: ../admin/social_sharing.php:400
420
- #: ../admin/social_sharing.php:793
421
  #: ../admin/like_buttons.php:235
422
- #: ../admin/like_buttons.php:473
423
  msgid "Custom url"
424
  msgstr "Пользовательская ссылка"
425
 
426
- #: ../admin/social_sharing.php:407
427
- #: ../admin/social_sharing.php:800
428
  msgid "Url to share"
429
  msgstr "Ссылка чтобы Поделиться"
430
 
431
- #: ../admin/social_sharing.php:415
432
- #: ../admin/social_login.php:353
433
  #: ../admin/like_buttons.php:250
434
  msgid "Title"
435
  msgstr "Заголовок"
436
 
437
- #: ../admin/social_sharing.php:425
438
  msgid "The text to display above the sharing interface"
439
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
440
 
441
- #: ../admin/social_sharing.php:433
442
- #: ../admin/social_sharing.php:808
443
- #: ../admin/social_login.php:80
444
  msgid "Select providers"
445
  msgstr "Выберите сервисы"
446
 
447
- #: ../admin/social_sharing.php:443
448
- #: ../admin/social_sharing.php:818
449
- #: ../admin/social_login.php:89
450
  msgid "Twitter"
451
  msgstr "Twitter"
452
 
453
- #: ../admin/social_sharing.php:448
454
- #: ../admin/social_sharing.php:823
455
- #: ../admin/social_login.php:93
456
  msgid "LinkedIn"
457
  msgstr "LinkedIn"
458
 
459
- #: ../admin/social_sharing.php:453
460
- #: ../admin/social_sharing.php:828
461
- #: ../admin/social_login.php:97
462
  msgid "Google+"
463
  msgstr "Google+"
464
 
465
- #: ../admin/social_sharing.php:458
466
- #: ../admin/social_sharing.php:833
467
  msgid "Print"
468
  msgstr "Печать"
469
 
470
- #: ../admin/social_sharing.php:463
471
- #: ../admin/social_sharing.php:838
472
  msgid "Email"
473
  msgstr "Email"
474
 
475
- #: ../admin/social_sharing.php:468
476
- #: ../admin/social_sharing.php:843
477
  msgid "Yahoo"
478
  msgstr "Yahoo"
479
 
480
- #: ../admin/social_sharing.php:473
481
- #: ../admin/social_sharing.php:848
482
  msgid "Reddit"
483
  msgstr "Reddit"
484
 
485
- #: ../admin/social_sharing.php:478
486
- #: ../admin/social_sharing.php:853
487
  msgid "Digg"
488
  msgstr "Digg"
489
 
490
- #: ../admin/social_sharing.php:483
491
- #: ../admin/social_sharing.php:858
492
  msgid "Delicious"
493
  msgstr "Delicious"
494
 
495
- #: ../admin/social_sharing.php:488
496
- #: ../admin/social_sharing.php:863
497
  msgid "StumbleUpon"
498
  msgstr "StumbleUpon"
499
 
500
- #: ../admin/social_sharing.php:493
501
- #: ../admin/social_sharing.php:868
502
  msgid "Float it"
503
  msgstr "Float it"
504
 
505
- #: ../admin/social_sharing.php:498
506
- #: ../admin/social_sharing.php:873
507
  msgid "Tumblr"
508
  msgstr "Tumblr"
509
 
510
- #: ../admin/social_sharing.php:503
511
- #: ../admin/social_sharing.php:878
512
- #: ../admin/social_login.php:101
513
  msgid "Vkontakte"
514
  msgstr "Вконтакте"
515
 
516
- #: ../admin/social_sharing.php:508
517
- #: ../admin/social_sharing.php:883
518
  msgid "Pinterest"
519
  msgstr "Pinterest"
520
 
521
- #: ../admin/social_sharing.php:513
522
- #: ../admin/social_sharing.php:888
523
- #: ../admin/social_login.php:109
524
  msgid "Xing"
525
  msgstr "Xing"
526
 
527
- #: ../admin/social_sharing.php:518
528
- #: ../admin/social_sharing.php:893
529
  msgid "Whatsapp"
530
  msgstr "WhatsApp"
531
 
532
- #: ../admin/social_sharing.php:523
533
- #: ../admin/social_sharing.php:898
534
  msgid "Yummly"
535
  msgstr "Yummly"
536
 
537
- #: ../admin/social_sharing.php:528
538
- #: ../admin/social_sharing.php:903
539
  msgid "Buffer"
540
  msgstr "Buffer"
541
 
542
- #: ../admin/social_sharing.php:536
543
- #: ../admin/social_sharing.php:911
544
  msgid "Select the providers for sharing interface"
545
  msgstr "Выберите сервисы для интерфейса горизонтальных кнопок Поделиться"
546
 
547
- #: ../admin/social_sharing.php:544
548
- #: ../admin/social_sharing.php:919
549
  msgid "Rearrange icons"
550
  msgstr "Переставить иконы"
551
 
552
- #: ../admin/social_sharing.php:576
553
- #: ../admin/social_sharing.php:951
554
  msgid "Drag the icons to rearrange in desired order"
555
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
556
 
557
- #: ../admin/social_sharing.php:584
558
- #: ../admin/social_sharing.php:977
559
  #: ../admin/like_buttons.php:320
560
- #: ../admin/like_buttons.php:557
561
  msgid "Horizontal alignment"
562
  msgstr "Горизонтальное выравнивание"
563
 
564
- #: ../admin/social_sharing.php:588
565
- #: ../admin/social_sharing.php:981
566
  #: ../admin/like_buttons.php:324
567
- #: ../admin/like_buttons.php:561
568
  msgid "Left"
569
  msgstr "Слева"
570
 
571
- #: ../admin/social_sharing.php:589
572
  #: ../admin/like_buttons.php:325
573
  msgid "Center"
574
  msgstr "Центр"
575
 
576
- #: ../admin/social_sharing.php:590
577
- #: ../admin/social_sharing.php:982
578
  #: ../admin/like_buttons.php:326
579
- #: ../admin/like_buttons.php:562
580
  msgid "Right"
581
  msgstr "Справа"
582
 
583
- #: ../admin/social_sharing.php:598
584
- #: ../admin/social_sharing.php:990
585
  msgid "Horizontal alignment of the sharing interface"
586
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
587
 
588
- #: ../admin/social_sharing.php:606
589
  #: ../admin/like_buttons.php:342
590
  msgid "Position with respect to content"
591
  msgstr "Позиция относительно контента"
592
 
593
- #: ../admin/social_sharing.php:610
594
  #: ../admin/like_buttons.php:346
595
  msgid "Top of the content"
596
  msgstr "Над содержимым"
597
 
598
- #: ../admin/social_sharing.php:612
599
  #: ../admin/like_buttons.php:348
600
  msgid "Bottom of the content"
601
  msgstr "Под содержимым"
602
 
603
- #: ../admin/social_sharing.php:619
604
  msgid "Specify position of the sharing interface with respect to the content"
605
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
606
 
607
- #: ../admin/social_sharing.php:627
608
- #: ../admin/social_sharing.php:1056
609
  msgid "Sharing location"
610
  msgstr "Расположение кнопок Поделиться"
611
 
612
- #: ../admin/social_sharing.php:631
613
- #: ../admin/social_sharing.php:1060
614
- #: ../admin/social_login.php:613
615
- #: ../admin/social_login.php:643
616
  #: ../admin/like_buttons.php:367
617
- #: ../admin/like_buttons.php:640
618
  msgid "Homepage"
619
  msgstr "Главная"
620
 
621
- #: ../admin/social_sharing.php:633
622
- #: ../admin/social_sharing.php:1062
623
  #: ../admin/like_buttons.php:369
624
- #: ../admin/like_buttons.php:642
625
  msgid "Posts"
626
  msgstr "Записи"
627
 
628
- #: ../admin/social_sharing.php:635
629
- #: ../admin/social_sharing.php:1064
630
  #: ../admin/like_buttons.php:371
631
- #: ../admin/like_buttons.php:644
632
  msgid "Pages"
633
  msgstr "Страницы"
634
 
635
- #: ../admin/social_sharing.php:637
636
- #: ../admin/social_sharing.php:1066
637
  msgid "Excerpts (at Homepage)"
638
  msgstr "Выдержки (на страницы)"
639
 
640
- #: ../admin/social_sharing.php:639
641
- #: ../admin/social_sharing.php:1068
642
  #: ../admin/like_buttons.php:375
643
- #: ../admin/like_buttons.php:648
644
  msgid "Category Archives"
645
  msgstr "Архивы категорий"
646
 
647
- #: ../admin/social_sharing.php:641
648
- #: ../admin/social_sharing.php:1070
649
  #: ../admin/like_buttons.php:377
650
- #: ../admin/like_buttons.php:650
651
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
652
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
653
 
654
- #: ../admin/social_sharing.php:657
655
  #: ../admin/like_buttons.php:393
656
- msgid "BuddyPress activity and groups"
 
657
  msgstr "BuddyPress активность и группы"
658
 
659
- #: ../admin/social_sharing.php:663
660
- #: ../admin/social_sharing.php:1085
661
- #: ../admin/like_buttons.php:400
662
- #: ../admin/like_buttons.php:665
 
 
 
 
 
663
  msgid "BBPress forum"
664
  msgstr "BBPress форум"
665
 
666
- #: ../admin/social_sharing.php:666
667
- #: ../admin/social_sharing.php:1088
668
- #: ../admin/like_buttons.php:403
669
- #: ../admin/like_buttons.php:668
670
  msgid "BBPress topic"
671
  msgstr "BBPress тема"
672
 
673
- #: ../admin/social_sharing.php:669
674
- #: ../admin/like_buttons.php:406
675
  msgid "BBPress reply"
676
  msgstr "BBPress ответ"
677
 
678
- #: ../admin/social_sharing.php:676
679
- #: ../admin/like_buttons.php:412
680
  msgid "After individual product at WooCommerce Shop page"
681
  msgstr "После индивидуального продукта на странице магазина"
682
 
683
- #: ../admin/social_sharing.php:679
684
- #: ../admin/like_buttons.php:415
685
  msgid "WooCommerce Product Page"
686
  msgstr "Продукт Woocommerce"
687
 
688
- #: ../admin/social_sharing.php:682
689
- #: ../admin/like_buttons.php:418
690
  msgid "WooCommerce Thankyou Page"
691
  msgstr "WooCommerce страница благодарности"
692
 
693
- #: ../admin/social_sharing.php:693
694
  msgid "Specify the pages where you want to enable Sharing interface"
695
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
696
 
697
- #: ../admin/social_sharing.php:701
698
- #: ../admin/social_sharing.php:1106
699
  msgid "Show share counts"
700
  msgstr "Показать счетчик кнопок Поделиться"
701
 
702
- #: ../admin/social_sharing.php:711
703
- #: ../admin/social_sharing.php:1116
704
  msgid "If enabled, share counts are displayed above sharing icons."
705
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
706
 
707
- #: ../admin/social_sharing.php:720
708
- #: ../admin/social_sharing.php:1125
709
  msgid "Show total shares"
710
  msgstr "Включить общее количество Поделиться"
711
 
712
- #: ../admin/social_sharing.php:730
713
- #: ../admin/social_sharing.php:1135
714
  msgid "If enabled, total shares will be displayed with sharing icons"
715
  msgstr "Если включено, то общее количество Поделиться будет отображаться с кнопками Поделиться"
716
 
717
- #: ../admin/social_sharing.php:739
718
- #: ../admin/social_sharing.php:1144
719
  msgid "Enable 'More' icon"
720
  msgstr "Включить значок «Больше»"
721
 
722
- #: ../admin/social_sharing.php:749
723
- #: ../admin/social_sharing.php:1154
724
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
725
  msgstr "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая показывает дополнительные сервисы в всплывающем окне"
726
 
727
- #: ../admin/social_sharing.php:759
728
  msgid "Vertical (Floating) Sharing Interface Options"
729
  msgstr "Интерфейс настроек вертикальных(плавающих) кнопок Поделиться"
730
 
731
- #: ../admin/social_sharing.php:765
732
  msgid "Enable vertical (floating) sharing interface"
733
  msgstr "Включить интерфейс вертикальных(плавающих) кнопок Поделиться"
734
 
735
- #: ../admin/social_sharing.php:775
736
  msgid "Master control to enable vertical (floating) sharing widget"
737
  msgstr "Мастер управления для включения вертикального (плавающего) виджета Поделиться"
738
 
739
- #: ../admin/social_sharing.php:959
740
- #: ../admin/like_buttons.php:539
741
  msgid "Background Color"
742
  msgstr "Цвет фона"
743
 
744
- #: ../admin/social_sharing.php:969
745
  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>"
746
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
747
 
748
- #: ../admin/social_sharing.php:999
749
- #: ../admin/like_buttons.php:579
750
  msgid "Left offset"
751
  msgstr "Смещение влево"
752
 
753
- #: ../admin/social_sharing.php:1009
754
  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."
755
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
756
 
757
- #: ../admin/social_sharing.php:1019
758
- #: ../admin/like_buttons.php:599
759
  msgid "Right offset"
760
  msgstr "Смещение вправо"
761
 
762
- #: ../admin/social_sharing.php:1029
763
  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."
764
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
765
 
766
- #: ../admin/social_sharing.php:1038
767
- #: ../admin/like_buttons.php:618
768
  msgid "Top offset"
769
  msgstr "Верхний отступ"
770
 
771
- #: ../admin/social_sharing.php:1048
772
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
773
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
774
 
775
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
776
  msgid "Specify the pages where you want to enable vertical Sharing interface"
777
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
778
 
779
- #: ../admin/social_sharing.php:1162
780
  #, fuzzy
781
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
782
  msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
783
 
784
- #: ../admin/social_sharing.php:1172
785
  #, fuzzy
786
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
787
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
788
 
789
- #: ../admin/social_sharing.php:1181
790
  msgid "Hide sharing on mobile devices"
791
  msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
792
 
793
- #: ../admin/social_sharing.php:1191
794
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
795
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
796
 
797
- #: ../admin/social_sharing.php:1208
798
  msgid "Social Sharing Shortcode & Widget"
799
  msgstr "Поделиться шорткод и виджет"
800
 
801
- #: ../admin/social_sharing.php:1218
802
  msgid "Facebook Sharing Troubleshooter"
803
  msgstr "Устранение неисправностей Поделиться от Facebook"
804
 
805
- #: ../admin/social_sharing.php:1223
806
  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:"
807
  msgstr "Если Поделиться от Facebook не работает нормально, нажмите на следующую ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не работает должным образом) вашего сайта в текстовом поле:"
808
 
809
- #: ../admin/social_sharing.php:1239
810
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
811
  msgstr "Как мне отобразить общее количество Поделиться основанное на страницах/постах?"
812
 
813
- #: ../admin/social_sharing.php:1240
814
  msgid "How can I disable sharing on particular page/post?"
815
  msgstr "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
816
 
817
- #: ../admin/social_sharing.php:1241
818
  msgid "How can I specify minimum sharing count for sharing networks?"
819
  msgstr "Как мне указать минимальное количество для Поделиться"
820
 
821
- #: ../admin/social_sharing.php:1251
822
- #: ../admin/social_commenting.php:457
823
- #: ../admin/social_login.php:765
824
- #: ../admin/like_buttons.php:723
825
- msgid "Save Changes"
826
- msgstr "Сохранить изменения"
827
-
828
  #: ../admin/social_commenting.php:10
829
  msgid "Social Commenting"
830
  msgstr "Комментирование через социальные сети"
@@ -1033,355 +1077,360 @@ msgstr "Как мне отключить комментирование чере
1033
  msgid "How to disable default comment form from Social Commenting?"
1034
  msgstr "Как мне деактивировать определенную форму из комментирования через социальные сети?"
1035
 
1036
- #: ../admin/social_login.php:3
1037
- msgid "Award points for Social Login"
1038
- msgstr "Премии пунктов для социального Логин"
1039
-
1040
- #: ../admin/social_login.php:11
1041
  msgid "Social Login"
1042
  msgstr "Вход через социальные сети"
1043
 
1044
- #: ../admin/social_login.php:24
1045
  msgid "Enable Social Login"
1046
  msgstr "Активироват вход через социальные сети"
1047
 
1048
- #: ../admin/social_login.php:34
1049
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1050
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1051
 
1052
- #: ../admin/social_login.php:42
1053
  msgid "Disable user registration via Social Login"
1054
  msgstr "Регистрация Отключить пользователя через социального Логин"
1055
 
1056
- #: ../admin/social_login.php:52
1057
  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."
1058
  msgstr "После включения этой опции, новые пользователи не смогут войти в через социальные входе в систему. Только существующие пользователи смогут социальной входе в систему."
1059
 
1060
- #: ../admin/social_login.php:61
1061
  #, fuzzy
1062
  msgid "Redirection url"
1063
  msgstr "Перенаправления входа"
1064
 
1065
- #: ../admin/social_login.php:71
1066
  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."
1067
  msgstr "Пользователь будет перенаправлен на этой странице после неудачной попытки регистрации через социальные Логин. Вы можете указать URL регистрационной формы или страница, показывающая сообщения о отключить регистрацию через систему социального Логин."
1068
 
1069
- #: ../admin/social_login.php:105
1070
  msgid "Instagram"
1071
  msgstr "Instagram"
1072
 
1073
- #: ../admin/social_login.php:117
1074
  msgid "Select Social ID provider to enable in Social Login"
1075
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1076
 
1077
- #: ../admin/social_login.php:125
1078
  msgid "Facebook App ID"
1079
  msgstr "Facebook App ID"
1080
 
1081
- #: ../admin/social_login.php:135
1082
  #, php-format
1083
  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"
1084
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1085
 
1086
- #: ../admin/social_login.php:137
1087
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1088
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1089
 
1090
- #: ../admin/social_login.php:147
1091
  msgid "Twitter API Key"
1092
  msgstr "Twitter API ключ"
1093
 
1094
- #: ../admin/social_login.php:157
1095
  #, php-format
1096
  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"
1097
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1098
 
1099
- #: ../admin/social_login.php:159
1100
- #: ../admin/social_login.php:181
1101
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1102
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1103
 
1104
- #: ../admin/social_login.php:169
1105
  msgid "Twitter API Secret"
1106
  msgstr "Twitter API секретный ключ"
1107
 
1108
- #: ../admin/social_login.php:179
1109
  #, php-format
1110
  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"
1111
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1112
 
1113
- #: ../admin/social_login.php:191
1114
  msgid "LinkedIn API Key"
1115
  msgstr "Секретный ключ приложения LinkedIn"
1116
 
1117
- #: ../admin/social_login.php:201
1118
  #, php-format
1119
  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"
1120
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1121
 
1122
- #: ../admin/social_login.php:203
1123
- #: ../admin/social_login.php:269
1124
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1125
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1126
 
1127
- #: ../admin/social_login.php:213
1128
  msgid "Google+ Client ID"
1129
  msgstr "Google+ ID клиента"
1130
 
1131
- #: ../admin/social_login.php:223
1132
  #, php-format
1133
  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"
1134
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1135
 
1136
- #: ../admin/social_login.php:225
1137
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1138
  msgstr "JavaScript для авторизации"
1139
 
1140
- #: ../admin/social_login.php:235
1141
  msgid "Vkontakte Application ID"
1142
  msgstr " ID приложения Vkontakte"
1143
 
1144
- #: ../admin/social_login.php:245
1145
  #, php-format
1146
  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"
1147
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1148
 
1149
- #: ../admin/social_login.php:247
1150
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1151
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1152
 
1153
- #: ../admin/social_login.php:257
1154
  msgid "Instagram Client ID"
1155
  msgstr "Instagram ID клиента"
1156
 
1157
- #: ../admin/social_login.php:267
1158
  #, php-format
1159
  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"
1160
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1161
 
1162
- #: ../admin/social_login.php:279
1163
  msgid "Xing Consumer Key"
1164
  msgstr "Ключ потребителя Xing"
1165
 
1166
- #: ../admin/social_login.php:289
1167
  #, php-format
1168
  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"
1169
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1170
 
1171
- #: ../admin/social_login.php:291
1172
- #: ../admin/social_login.php:313
1173
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1174
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1175
 
1176
- #: ../admin/social_login.php:301
1177
  msgid "Xing Consumer Secret"
1178
  msgstr "Секретный ключ потребителя Xing"
1179
 
1180
- #: ../admin/social_login.php:311
1181
  #, php-format
1182
  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"
1183
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1184
 
1185
- #: ../admin/social_login.php:323
1186
  msgid "Include Javascript in website footer"
1187
  msgstr "Включить Javascriptв подвале(футере) сайта"
1188
 
1189
- #: ../admin/social_login.php:333
1190
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1191
  msgstr "Если этот параметр включен (рекомендуется), Javascript файлы будут включены в нижней части вашего сайта."
1192
 
1193
- #: ../admin/social_login.php:347
1194
  msgid "Login options"
1195
  msgstr "Опции входа"
1196
 
1197
- #: ../admin/social_login.php:363
1198
  msgid "Text to display above the Social Login interface"
1199
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1200
 
1201
- #: ../admin/social_login.php:372
1202
  msgid "Enable at login page"
1203
  msgstr "Включить страницу входа"
1204
 
1205
- #: ../admin/social_login.php:382
1206
  msgid "Social Login interface will get enabled at the login page of your website"
1207
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1208
 
1209
- #: ../admin/social_login.php:390
1210
  msgid "Enable at register page"
1211
  msgstr "Включить на странице регистрации"
1212
 
1213
- #: ../admin/social_login.php:400
1214
  msgid "Social Login interface will get enabled at the registration page of your website"
1215
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1216
 
1217
- #: ../admin/social_login.php:408
1218
  msgid "Enable at comment form"
1219
  msgstr "Включить в форму комментирования"
1220
 
1221
- #: ../admin/social_login.php:418
1222
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1223
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1224
 
1225
- #: ../admin/social_login.php:432
1226
  msgid "Enable before WooCommerce Customer Login Form"
1227
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1228
 
1229
- #: ../admin/social_login.php:442
1230
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1231
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1232
 
1233
- #: ../admin/social_login.php:450
1234
  msgid "Enable after WooCommerce Customer Login Form"
1235
  msgstr "Включить после формы входа клиента WooCommerce"
1236
 
1237
- #: ../admin/social_login.php:460
1238
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1239
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1240
 
1241
- #: ../admin/social_login.php:468
1242
  msgid "Enable at WooCommerce checkout page"
1243
  msgstr "Включить на странице оформления заказа WooCommerce"
1244
 
1245
- #: ../admin/social_login.php:478
1246
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1247
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1248
 
1249
- #: ../admin/social_login.php:489
1250
  msgid "Auto-approve comments made by Social Login users"
1251
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1252
 
1253
- #: ../admin/social_login.php:499
1254
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1255
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1256
 
1257
- #: ../admin/social_login.php:500
1258
  msgid "Note: This is not related to Facebook comments"
1259
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1260
 
1261
- #: ../admin/social_login.php:510
1262
  msgid "Enable social avatar"
1263
  msgstr "Включение социальных аватар"
1264
 
1265
- #: ../admin/social_login.php:520
1266
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1267
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1268
 
1269
- #: ../admin/social_login.php:530
1270
  msgid "Avatar quality"
1271
  msgstr "Качество аватары"
1272
 
1273
- #: ../admin/social_login.php:533
1274
  msgid "Average"
1275
  msgstr "Среднее"
1276
 
1277
- #: ../admin/social_login.php:534
1278
  msgid "Best"
1279
  msgstr "лучший"
1280
 
1281
- #: ../admin/social_login.php:541
1282
  msgid "Choose avatar quality"
1283
  msgstr "Выберите качество аватара"
1284
 
1285
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1286
  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"
1287
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1288
 
1289
- #: ../admin/social_login.php:569
1290
  msgid "Send username-password after user registration"
1291
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1292
 
1293
- #: ../admin/social_login.php:579
1294
  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)"
1295
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1296
 
1297
- #: ../admin/social_login.php:588
1298
  msgid "Enable social account linking at BuddyPress profile page"
1299
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1300
 
1301
- #: ../admin/social_login.php:598
1302
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1303
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1304
 
1305
- #: ../admin/social_login.php:607
1306
  msgid "Login redirection"
1307
  msgstr "Перенаправления входа"
1308
 
1309
- #: ../admin/social_login.php:611
1310
  msgid "Same page where user logged in"
1311
  msgstr "Та же страница, на которой пользователь произвел вход "
1312
 
1313
- #: ../admin/social_login.php:615
1314
- #: ../admin/social_login.php:645
1315
  msgid "Account dashboard"
1316
  msgstr "Страница управления моим аккаунтом"
1317
 
1318
- #: ../admin/social_login.php:618
1319
- #: ../admin/social_login.php:648
1320
  msgid "BuddyPress profile page"
1321
  msgstr "Страница профиля BuddyPress"
1322
 
1323
- #: ../admin/social_login.php:621
1324
- #: ../admin/social_login.php:651
1325
  msgid "Custom Url"
1326
  msgstr "Пользовательская ссылка"
1327
 
1328
- #: ../admin/social_login.php:629
1329
  msgid "User will be redirected to the selected page after Social Login"
1330
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1331
 
1332
- #: ../admin/social_login.php:637
1333
  msgid "Registration redirection"
1334
  msgstr "Перенаправлении регистрации"
1335
 
1336
- #: ../admin/social_login.php:641
1337
  msgid "Same page from where user registered"
1338
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1339
 
1340
- #: ../admin/social_login.php:659
1341
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1342
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1343
 
1344
- #: ../admin/social_login.php:667
1345
  msgid "Email popup options"
1346
  msgstr "Параметры всплывающей электронной Почты"
1347
 
1348
- #: ../admin/social_login.php:673
1349
  msgid "Text on 'Email required' popup"
1350
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1351
 
1352
- #: ../admin/social_login.php:683
1353
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1354
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1355
 
1356
- #: ../admin/social_login.php:692
1357
  msgid "Error message for 'Email required' popup"
1358
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1359
 
1360
- #: ../admin/social_login.php:702
1361
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1362
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1363
 
1364
- #: ../admin/social_login.php:711
1365
  msgid "Email popup height"
1366
  msgstr "Высота высплывающего окна"
1367
 
1368
- #: ../admin/social_login.php:721
1369
  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."
1370
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1371
 
1372
- #: ../admin/social_login.php:729
1373
  msgid "Enable email verification"
1374
  msgstr "Включить проверку электронной почты"
1375
 
1376
- #: ../admin/social_login.php:739
1377
  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"
1378
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1379
 
1380
- #: ../admin/social_login.php:755
1381
  msgid "Social Login Shortcode & Widget"
1382
  msgstr "Шорткод и виджет для входа через социальные сети "
1383
 
1384
- #: ../admin/social_login.php:756
1385
  msgid "Social Linking Shortcode"
1386
  msgstr "Шорткод социальных ссылок"
1387
 
@@ -1475,7 +1524,7 @@ msgid "Master control to enable horizontal like buttons"
1475
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
1476
 
1477
  #: ../admin/like_buttons.php:242
1478
- #: ../admin/like_buttons.php:480
1479
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1480
  msgstr "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/Твитнуть"
1481
 
@@ -1484,17 +1533,17 @@ msgid "The text to display above the interface"
1484
  msgstr "Текст, отображаемый над интерфейсом"
1485
 
1486
  #: ../admin/like_buttons.php:268
1487
- #: ../admin/like_buttons.php:488
1488
  msgid "Select and rearrange providers"
1489
  msgstr "Выберите и переставьте сервисы"
1490
 
1491
  #: ../admin/like_buttons.php:312
1492
- #: ../admin/like_buttons.php:531
1493
  msgid "Select the providers for interface. Drag them to rearrange."
1494
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
1495
 
1496
  #: ../admin/like_buttons.php:334
1497
- #: ../admin/like_buttons.php:570
1498
  msgid "Horizontal alignment of the interface"
1499
  msgstr "Горизонтальное выравнивание интерфейса"
1500
 
@@ -1503,60 +1552,60 @@ msgid "Specify position of the interface with respect to the content"
1503
  msgstr "Укажите положение интерфейса в отношении содержания"
1504
 
1505
  #: ../admin/like_buttons.php:363
1506
- #: ../admin/like_buttons.php:636
1507
  msgid "Interface location"
1508
  msgstr "Расположение интерфейса"
1509
 
1510
  #: ../admin/like_buttons.php:373
1511
- #: ../admin/like_buttons.php:646
1512
  msgid "Excerpts"
1513
  msgstr "Цитаты"
1514
 
1515
- #: ../admin/like_buttons.php:429
1516
  msgid "Specify the pages where you want to enable interface"
1517
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
1518
 
1519
- #: ../admin/like_buttons.php:439
1520
  msgid "Vertical (Floating) like buttons Options"
1521
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
1522
 
1523
- #: ../admin/like_buttons.php:445
1524
  msgid "Enable vertical (floating) like buttons"
1525
  msgstr "Активировать вертикальные (плавающие) кнопки Нравится"
1526
 
1527
- #: ../admin/like_buttons.php:455
1528
  msgid "Master control to enable vertical (floating) counter widget"
1529
  msgstr "Мастер управления для включения вертикального (плавающего) счетчика виджета "
1530
 
1531
- #: ../admin/like_buttons.php:549
1532
  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>"
1533
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикального интерфейса. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
1534
 
1535
- #: ../admin/like_buttons.php:589
1536
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1537
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1538
 
1539
- #: ../admin/like_buttons.php:609
1540
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1541
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
1542
 
1543
- #: ../admin/like_buttons.php:628
1544
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1545
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу и уменьшать по отношению к верху. "
1546
 
1547
- #: ../admin/like_buttons.php:678
1548
  msgid "Specify the pages where you want to enable vertical interface"
1549
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
1550
 
1551
- #: ../admin/like_buttons.php:686
1552
  msgid "Hide like buttons on mobile devices"
1553
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
1554
 
1555
- #: ../admin/like_buttons.php:696
1556
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1557
  msgstr "Если включено, то вертикальный интерфейс Нравится не будет отображаться на мобильных устройствах"
1558
 
1559
- #: ../admin/like_buttons.php:714
1560
  msgid "Like Buttons Shortcode & Widget"
1561
  msgstr "Шорткод и виджет Нравится"
1562
 
@@ -1564,11 +1613,11 @@ msgstr "Шорткод и виджет Нравится"
1564
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1565
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1566
 
1567
- #: ../inc/social_sharing.php:598
1568
  msgid "Invalid request"
1569
  msgstr "Неверный Запрос!"
1570
 
1571
- #: ../inc/social_sharing.php:605
1572
  msgid "Providers not selected"
1573
  msgstr "Сервисы не выбраны"
1574
 
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"
38
  msgstr "Уведомления"
39
 
40
  #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:570
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
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 "О проекте"
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 "Комментирование через социальные сети"
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
 
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
 
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
 
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
  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
 
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-08 05:41+0530\n"
6
- "PO-Revision-Date: 2015-10-08 05:44+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -38,7 +38,7 @@ msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
  #: ../super_socializer.php:422
41
- #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
@@ -166,6 +166,37 @@ msgstr "Počni brojanje share-ovanja za"
166
  msgid "Vertical sharing"
167
  msgstr "Vertikalno share-ovanje"
168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #: ../admin/help.php:4
170
  msgid "About"
171
  msgstr "O"
@@ -187,677 +218,690 @@ msgid "Plugin Demo"
187
  msgstr "Plugin Demo-u"
188
 
189
  #: ../admin/help.php:24
190
- msgid "Add-ons"
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  msgstr "Dodaci"
192
 
193
- #: ../admin/help.php:29
194
  msgid "Need Help?"
195
  msgstr "Potrebna vam je pomoć?"
196
 
197
- #: ../admin/help.php:31
198
  #, fuzzy
199
  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>"
200
  msgstr "Ukoliko želite uobičajene funkcije u plugin-u, samo napišite email na <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
201
 
202
- #: ../admin/help.php:36
203
  #, fuzzy
204
  msgid "Support Us"
205
  msgstr "Podrška"
206
 
207
- #: ../admin/help.php:39
208
- #: ../admin/help.php:42
209
- #: ../admin/help.php:43
210
- #: ../admin/help.php:44
211
- #: ../admin/help.php:45
212
- #: ../admin/help.php:46
213
  msgid "Rate 5-star"
214
  msgstr "Ocenite 5 zvezdica"
215
 
216
- #: ../admin/help.php:54
217
- #: ../admin/social_sharing.php:438
218
- #: ../admin/social_sharing.php:813
219
- #: ../admin/social_login.php:85
220
  msgid "Facebook"
221
  msgstr "Facebook"
222
 
223
- #: ../admin/social_sharing.php:5
224
- #: ../admin/like_buttons.php:4
225
- msgid "Boost sharing by awarding points"
226
- msgstr "Повысьте обмен, наградив точек"
227
-
228
- #: ../admin/social_sharing.php:12
229
- #: ../admin/social_sharing.php:23
230
- #: ../admin/social_login.php:10
231
- #: ../admin/social_login.php:18
232
  #: ../admin/like_buttons.php:11
233
  #: ../admin/like_buttons.php:19
234
  msgid "Basic Configuration"
235
  msgstr "Osnovna konfiguracija"
236
 
237
- #: ../admin/social_sharing.php:13
238
  #, fuzzy
239
  msgid "Sharing Interface"
240
  msgstr "Interfejs za share-ovanje"
241
 
242
- #: ../admin/social_sharing.php:14
243
  #, fuzzy
244
  msgid "Sharing Options"
245
  msgstr "Opcije za share-ovanje"
246
 
247
- #: ../admin/social_sharing.php:15
248
- #: ../admin/social_sharing.php:1206
249
- #: ../admin/social_login.php:12
250
- #: ../admin/social_login.php:753
251
  #: ../admin/like_buttons.php:13
252
- #: ../admin/like_buttons.php:712
253
  msgid "Shortcode & Widget"
254
  msgstr "Kratki kod & vidžet"
255
 
256
- #: ../admin/social_sharing.php:16
257
  msgid "Troubleshooter"
258
  msgstr "Sređivanje problema"
259
 
260
- #: ../admin/social_sharing.php:17
261
- #: ../admin/social_sharing.php:1237
262
  #: ../admin/social_commenting.php:12
263
  #: ../admin/social_commenting.php:446
264
  msgid "FAQ"
265
  msgstr "FAQ"
266
 
267
- #: ../admin/social_sharing.php:29
268
  msgid "Enable Social Sharing"
269
  msgstr "Omogući društveno share-ovanje"
270
 
271
- #: ../admin/social_sharing.php:39
272
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
273
  msgstr "Master kontrola za društveno share-ovanje. Mora se proveriti radi omogućavanja funkcionalnosti Društvenog share-ovanja"
274
 
275
- #: ../admin/social_sharing.php:47
276
  msgid "Delete all the options on plugin deletion"
277
  msgstr "Obrišite sve opcije na brisanju plugin-a"
278
 
279
- #: ../admin/social_sharing.php:57
280
  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."
281
  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."
282
 
283
- #: ../admin/social_sharing.php:72
284
  #, fuzzy
285
  msgid "Horizontal interface options"
286
  msgstr "Horizontalne opcije interfejsa"
287
 
288
- #: ../admin/social_sharing.php:78
289
- #: ../admin/social_sharing.php:156
290
  msgid "Shape"
291
  msgstr "Oblik"
292
 
293
- #: ../admin/social_sharing.php:86
294
- #: ../admin/social_sharing.php:164
295
  msgid "Round"
296
  msgstr "Krug"
297
 
298
- #: ../admin/social_sharing.php:88
299
- #: ../admin/social_sharing.php:166
300
  msgid "Square"
301
  msgstr "Kvadrat"
302
 
303
- #: ../admin/social_sharing.php:95
304
- #: ../admin/social_sharing.php:173
305
  #, fuzzy
306
  msgid "Shape of the sharing icons"
307
  msgstr "Oblik ikonica za share-ovanje"
308
 
309
- #: ../admin/social_sharing.php:103
310
- #: ../admin/social_sharing.php:181
311
  msgid "Size (in pixels)"
312
  msgstr "Veličina (u pikselima)"
313
 
314
- #: ../admin/social_sharing.php:121
315
- #: ../admin/social_sharing.php:199
316
  #, fuzzy
317
  msgid "Size of the sharing icons"
318
  msgstr "Oblik ikonica za share-ovanje"
319
 
320
- #: ../admin/social_sharing.php:128
321
- #: ../admin/social_sharing.php:206
322
  msgid "Icon Preview"
323
  msgstr "Pregled ikonica"
324
 
325
- #: ../admin/social_sharing.php:142
326
- #: ../admin/social_sharing.php:220
327
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
328
  msgstr "Ne zaboravite da sačuvate konfiguraciju nakon što napravite promene tako što ste kliknuli na taster “save” (sačuvaj) ispod"
329
 
330
- #: ../admin/social_sharing.php:150
331
  #, fuzzy
332
  msgid "Vertical interface options"
333
  msgstr "Vertikalne opcije interfejsa"
334
 
335
- #: ../admin/social_sharing.php:234
336
  msgid "Modernizr"
337
  msgstr "Modernizr"
338
 
339
- #: ../admin/social_sharing.php:240
340
  msgid "Do not load Modernizr JS"
341
  msgstr "Nemojte učitavati Modernizr JS"
342
 
343
- #: ../admin/social_sharing.php:250
344
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
345
  msgstr "Ukoliko smatrate da vam plugin prekida temu, možete probati da osposobite ovu opciju"
346
 
347
- #: ../admin/social_sharing.php:259
348
  #: ../admin/like_buttons.php:51
349
  #, fuzzy
350
  msgid "Url shortener"
351
  msgstr "Url skraćenica"
352
 
353
- #: ../admin/social_sharing.php:265
354
  msgid "Use shortlinks already installed"
355
  msgstr "Koristite kratke linkove koji su već instalirani"
356
 
357
- #: ../admin/social_sharing.php:275
358
  #: ../admin/like_buttons.php:67
359
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
360
  msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
361
 
362
- #: ../admin/social_sharing.php:283
363
  msgid "Enable bit.ly url shortener for sharing"
364
  msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
365
 
366
- #: ../admin/social_sharing.php:293
367
  #: ../admin/like_buttons.php:85
368
  #, fuzzy
369
  msgid "Master control to enable bit.ly url shortening for sharing"
370
  msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
371
 
372
- #: ../admin/social_sharing.php:301
373
  #: ../admin/like_buttons.php:93
374
  msgid "bit.ly username"
375
  msgstr "bit.ly korisničko ime"
376
 
377
- #: ../admin/social_sharing.php:311
378
  #: ../admin/like_buttons.php:103
379
  #, php-format
380
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
381
  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"
382
 
383
- #: ../admin/social_sharing.php:320
384
  #: ../admin/like_buttons.php:112
385
  #, fuzzy
386
  msgid "bit.ly API Key"
387
  msgstr "bit.ly API ključ"
388
 
389
- #: ../admin/social_sharing.php:330
390
  #: ../admin/like_buttons.php:122
391
  #, fuzzy, php-format
392
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
393
  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č"
394
 
395
- #: ../admin/social_sharing.php:340
396
  msgid "Twitter username in sharing"
397
  msgstr "Korisničko ime na Twitter-u kod share-ovanja"
398
 
399
- #: ../admin/social_sharing.php:346
400
  msgid "Twitter username (without @)"
401
  msgstr "Korisničko ime na Twitter-u (bez @)"
402
 
403
- #: ../admin/social_sharing.php:356
404
  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."
405
  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."
406
 
407
- #: ../admin/social_sharing.php:366
408
  msgid "Horizontal Sharing Interface Options"
409
  msgstr "Opcije interfejsa horizontalnog share-ovanja"
410
 
411
- #: ../admin/social_sharing.php:372
412
  msgid "Enable horizontal sharing interface"
413
  msgstr "Omogućite interfejs horizontalnog share-ovanja"
414
 
415
- #: ../admin/social_sharing.php:382
416
  msgid "Master control to enable horizontal sharing"
417
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
418
 
419
- #: ../admin/social_sharing.php:392
420
- #: ../admin/social_sharing.php:785
421
  #: ../admin/like_buttons.php:227
422
- #: ../admin/like_buttons.php:465
423
  msgid "Target Url"
424
  msgstr "Ciljni Url"
425
 
426
- #: ../admin/social_sharing.php:396
427
- #: ../admin/social_sharing.php:789
428
  #: ../admin/like_buttons.php:231
429
- #: ../admin/like_buttons.php:469
430
  msgid "Url of the webpage where icons are located (default)"
431
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
432
 
433
- #: ../admin/social_sharing.php:398
434
- #: ../admin/social_sharing.php:791
435
  #: ../admin/like_buttons.php:233
436
- #: ../admin/like_buttons.php:471
437
  msgid "Url of the homepage of your website"
438
  msgstr "Url početne strane vašeg vebsajta"
439
 
440
- #: ../admin/social_sharing.php:400
441
- #: ../admin/social_sharing.php:793
442
  #: ../admin/like_buttons.php:235
443
- #: ../admin/like_buttons.php:473
444
  #, fuzzy
445
  msgid "Custom url"
446
  msgstr "Uobičajeni url"
447
 
448
- #: ../admin/social_sharing.php:407
449
- #: ../admin/social_sharing.php:800
450
  msgid "Url to share"
451
  msgstr "Url za share-ovanje"
452
 
453
- #: ../admin/social_sharing.php:415
454
- #: ../admin/social_login.php:353
455
  #: ../admin/like_buttons.php:250
456
  msgid "Title"
457
  msgstr "Naslov"
458
 
459
- #: ../admin/social_sharing.php:425
460
  msgid "The text to display above the sharing interface"
461
  msgstr "Tekst koji će se prikazati iznad za share-ovanje interfejsa"
462
 
463
- #: ../admin/social_sharing.php:433
464
- #: ../admin/social_sharing.php:808
465
- #: ../admin/social_login.php:80
466
  msgid "Select providers"
467
  msgstr "Selektujte provajdere"
468
 
469
- #: ../admin/social_sharing.php:443
470
- #: ../admin/social_sharing.php:818
471
- #: ../admin/social_login.php:89
472
  msgid "Twitter"
473
  msgstr "Twitter"
474
 
475
- #: ../admin/social_sharing.php:448
476
- #: ../admin/social_sharing.php:823
477
- #: ../admin/social_login.php:93
478
  msgid "LinkedIn"
479
  msgstr "LinkedIn"
480
 
481
- #: ../admin/social_sharing.php:453
482
- #: ../admin/social_sharing.php:828
483
- #: ../admin/social_login.php:97
484
  msgid "Google+"
485
  msgstr "Google+"
486
 
487
- #: ../admin/social_sharing.php:458
488
- #: ../admin/social_sharing.php:833
489
  msgid "Print"
490
  msgstr "Print"
491
 
492
- #: ../admin/social_sharing.php:463
493
- #: ../admin/social_sharing.php:838
494
  msgid "Email"
495
  msgstr "Email"
496
 
497
- #: ../admin/social_sharing.php:468
498
- #: ../admin/social_sharing.php:843
499
  msgid "Yahoo"
500
  msgstr "Yahoo"
501
 
502
- #: ../admin/social_sharing.php:473
503
- #: ../admin/social_sharing.php:848
504
  msgid "Reddit"
505
  msgstr "Reddit"
506
 
507
- #: ../admin/social_sharing.php:478
508
- #: ../admin/social_sharing.php:853
509
  msgid "Digg"
510
  msgstr "Digg"
511
 
512
- #: ../admin/social_sharing.php:483
513
- #: ../admin/social_sharing.php:858
514
  msgid "Delicious"
515
  msgstr "Delicious"
516
 
517
- #: ../admin/social_sharing.php:488
518
- #: ../admin/social_sharing.php:863
519
  msgid "StumbleUpon"
520
  msgstr "StumbleUpon"
521
 
522
- #: ../admin/social_sharing.php:493
523
- #: ../admin/social_sharing.php:868
524
  msgid "Float it"
525
  msgstr "Float it"
526
 
527
- #: ../admin/social_sharing.php:498
528
- #: ../admin/social_sharing.php:873
529
  msgid "Tumblr"
530
  msgstr "Tumblr"
531
 
532
- #: ../admin/social_sharing.php:503
533
- #: ../admin/social_sharing.php:878
534
- #: ../admin/social_login.php:101
535
  msgid "Vkontakte"
536
  msgstr "Vkontakte"
537
 
538
- #: ../admin/social_sharing.php:508
539
- #: ../admin/social_sharing.php:883
540
  msgid "Pinterest"
541
  msgstr "Pinterest"
542
 
543
- #: ../admin/social_sharing.php:513
544
- #: ../admin/social_sharing.php:888
545
- #: ../admin/social_login.php:109
546
  msgid "Xing"
547
  msgstr "Xing"
548
 
549
- #: ../admin/social_sharing.php:518
550
- #: ../admin/social_sharing.php:893
551
  msgid "Whatsapp"
552
  msgstr "Whatsapp"
553
 
554
- #: ../admin/social_sharing.php:523
555
- #: ../admin/social_sharing.php:898
556
  msgid "Yummly"
557
  msgstr "Yummly"
558
 
559
- #: ../admin/social_sharing.php:528
560
- #: ../admin/social_sharing.php:903
561
  msgid "Buffer"
562
  msgstr "Buffer"
563
 
564
- #: ../admin/social_sharing.php:536
565
- #: ../admin/social_sharing.php:911
566
  msgid "Select the providers for sharing interface"
567
  msgstr "Selektujte provajdere za share-ovanje interfejsa"
568
 
569
- #: ../admin/social_sharing.php:544
570
- #: ../admin/social_sharing.php:919
571
  msgid "Rearrange icons"
572
  msgstr "Preuredite ikonice"
573
 
574
- #: ../admin/social_sharing.php:576
575
- #: ../admin/social_sharing.php:951
576
  msgid "Drag the icons to rearrange in desired order"
577
  msgstr "Prevucite ikonice da biste ih preuredili po želejnom rasporedu"
578
 
579
- #: ../admin/social_sharing.php:584
580
- #: ../admin/social_sharing.php:977
581
  #: ../admin/like_buttons.php:320
582
- #: ../admin/like_buttons.php:557
583
  #, fuzzy
584
  msgid "Horizontal alignment"
585
  msgstr "Horizontalno svrstavanje"
586
 
587
- #: ../admin/social_sharing.php:588
588
- #: ../admin/social_sharing.php:981
589
  #: ../admin/like_buttons.php:324
590
- #: ../admin/like_buttons.php:561
591
  msgid "Left"
592
  msgstr "Levo"
593
 
594
- #: ../admin/social_sharing.php:589
595
  #: ../admin/like_buttons.php:325
596
  msgid "Center"
597
  msgstr "Centar"
598
 
599
- #: ../admin/social_sharing.php:590
600
- #: ../admin/social_sharing.php:982
601
  #: ../admin/like_buttons.php:326
602
- #: ../admin/like_buttons.php:562
603
  #, fuzzy
604
  msgid "Right"
605
  msgstr "Desno"
606
 
607
- #: ../admin/social_sharing.php:598
608
- #: ../admin/social_sharing.php:990
609
  #, fuzzy
610
  msgid "Horizontal alignment of the sharing interface"
611
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
612
 
613
- #: ../admin/social_sharing.php:606
614
  #: ../admin/like_buttons.php:342
615
  msgid "Position with respect to content"
616
  msgstr "Pozicija u odnosu na sadržaj"
617
 
618
- #: ../admin/social_sharing.php:610
619
  #: ../admin/like_buttons.php:346
620
  msgid "Top of the content"
621
  msgstr "Vrh sadržaja"
622
 
623
- #: ../admin/social_sharing.php:612
624
  #: ../admin/like_buttons.php:348
625
  msgid "Bottom of the content"
626
  msgstr "Dno sadržaja"
627
 
628
- #: ../admin/social_sharing.php:619
629
  msgid "Specify position of the sharing interface with respect to the content"
630
  msgstr "Speciikujte poziciju share-ovanja interfejsa u odnosu na sadržaj"
631
 
632
- #: ../admin/social_sharing.php:627
633
- #: ../admin/social_sharing.php:1056
634
  msgid "Sharing location"
635
  msgstr "Share-ovanje lokacije"
636
 
637
- #: ../admin/social_sharing.php:631
638
- #: ../admin/social_sharing.php:1060
639
- #: ../admin/social_login.php:613
640
- #: ../admin/social_login.php:643
641
  #: ../admin/like_buttons.php:367
642
- #: ../admin/like_buttons.php:640
643
  msgid "Homepage"
644
  msgstr "Početna strana"
645
 
646
- #: ../admin/social_sharing.php:633
647
- #: ../admin/social_sharing.php:1062
648
  #: ../admin/like_buttons.php:369
649
- #: ../admin/like_buttons.php:642
650
  msgid "Posts"
651
  msgstr "Postovi"
652
 
653
- #: ../admin/social_sharing.php:635
654
- #: ../admin/social_sharing.php:1064
655
  #: ../admin/like_buttons.php:371
656
- #: ../admin/like_buttons.php:644
657
  msgid "Pages"
658
  msgstr "Stranice"
659
 
660
- #: ../admin/social_sharing.php:637
661
- #: ../admin/social_sharing.php:1066
662
  msgid "Excerpts (at Homepage)"
663
  msgstr ""
664
 
665
- #: ../admin/social_sharing.php:639
666
- #: ../admin/social_sharing.php:1068
667
  #: ../admin/like_buttons.php:375
668
- #: ../admin/like_buttons.php:648
669
  msgid "Category Archives"
670
  msgstr "Arhive kategorija"
671
 
672
- #: ../admin/social_sharing.php:641
673
- #: ../admin/social_sharing.php:1070
674
  #: ../admin/like_buttons.php:377
675
- #: ../admin/like_buttons.php:650
676
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
677
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
678
 
679
- #: ../admin/social_sharing.php:657
680
  #: ../admin/like_buttons.php:393
681
- msgid "BuddyPress activity and groups"
 
682
  msgstr "Aktivnost i grupe BuddyPress-a"
683
 
684
- #: ../admin/social_sharing.php:663
685
- #: ../admin/social_sharing.php:1085
686
- #: ../admin/like_buttons.php:400
687
- #: ../admin/like_buttons.php:665
 
 
 
 
 
688
  msgid "BBPress forum"
689
  msgstr "BBPress forum"
690
 
691
- #: ../admin/social_sharing.php:666
692
- #: ../admin/social_sharing.php:1088
693
- #: ../admin/like_buttons.php:403
694
- #: ../admin/like_buttons.php:668
695
  msgid "BBPress topic"
696
  msgstr "BBPress tema"
697
 
698
- #: ../admin/social_sharing.php:669
699
- #: ../admin/like_buttons.php:406
700
  msgid "BBPress reply"
701
  msgstr "BBPress odgovor"
702
 
703
- #: ../admin/social_sharing.php:676
704
- #: ../admin/like_buttons.php:412
705
  msgid "After individual product at WooCommerce Shop page"
706
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
707
 
708
- #: ../admin/social_sharing.php:679
709
- #: ../admin/like_buttons.php:415
710
  msgid "WooCommerce Product Page"
711
  msgstr "WooCommerce stranica sa proizvodima"
712
 
713
- #: ../admin/social_sharing.php:682
714
- #: ../admin/like_buttons.php:418
715
  msgid "WooCommerce Thankyou Page"
716
  msgstr "WooCommerce Thankyou (hvala) stranica "
717
 
718
- #: ../admin/social_sharing.php:693
719
  msgid "Specify the pages where you want to enable Sharing interface"
720
  msgstr "Specifikujte stranice gde želite da omogućite Share-ovanje interfejsa"
721
 
722
- #: ../admin/social_sharing.php:701
723
- #: ../admin/social_sharing.php:1106
724
  msgid "Show share counts"
725
  msgstr "Prikažite brojanje share-ovanja"
726
 
727
- #: ../admin/social_sharing.php:711
728
- #: ../admin/social_sharing.php:1116
729
  msgid "If enabled, share counts are displayed above sharing icons."
730
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
731
 
732
- #: ../admin/social_sharing.php:720
733
- #: ../admin/social_sharing.php:1125
734
  #, fuzzy
735
  msgid "Show total shares"
736
  msgstr "Prikažite brojanje share-ovanja"
737
 
738
- #: ../admin/social_sharing.php:730
739
- #: ../admin/social_sharing.php:1135
740
  #, fuzzy
741
  msgid "If enabled, total shares will be displayed with sharing icons"
742
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
743
 
744
- #: ../admin/social_sharing.php:739
745
- #: ../admin/social_sharing.php:1144
746
  #, fuzzy
747
  msgid "Enable 'More' icon"
748
  msgstr "Omogućite ikonicu ‘More’ (više)"
749
 
750
- #: ../admin/social_sharing.php:749
751
- #: ../admin/social_sharing.php:1154
752
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
753
  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"
754
 
755
- #: ../admin/social_sharing.php:759
756
  msgid "Vertical (Floating) Sharing Interface Options"
757
  msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
758
 
759
- #: ../admin/social_sharing.php:765
760
  msgid "Enable vertical (floating) sharing interface"
761
  msgstr "Omogućite interfejs vertikalnog (plutajućeg) share-ovanja"
762
 
763
- #: ../admin/social_sharing.php:775
764
  msgid "Master control to enable vertical (floating) sharing widget"
765
  msgstr "Master kontrola za omogućavanje vidžeta vertikalnog (plutajućeg) share-ovanja"
766
 
767
- #: ../admin/social_sharing.php:959
768
- #: ../admin/like_buttons.php:539
769
  msgid "Background Color"
770
  msgstr "Boja pozadine"
771
 
772
- #: ../admin/social_sharing.php:969
773
  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>"
774
  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>"
775
 
776
- #: ../admin/social_sharing.php:999
777
- #: ../admin/like_buttons.php:579
778
  msgid "Left offset"
779
  msgstr "Levi offset"
780
 
781
- #: ../admin/social_sharing.php:1009
782
  #, fuzzy
783
  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."
784
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
785
 
786
- #: ../admin/social_sharing.php:1019
787
- #: ../admin/like_buttons.php:599
788
  #, fuzzy
789
  msgid "Right offset"
790
  msgstr "Desni offset"
791
 
792
- #: ../admin/social_sharing.php:1029
793
  #, fuzzy
794
  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."
795
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
796
 
797
- #: ../admin/social_sharing.php:1038
798
- #: ../admin/like_buttons.php:618
799
  msgid "Top offset"
800
  msgstr "Gornji offset"
801
 
802
- #: ../admin/social_sharing.php:1048
803
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
804
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
805
 
806
- #: ../admin/social_sharing.php:1098
 
 
 
 
 
 
807
  msgid "Specify the pages where you want to enable vertical Sharing interface"
808
  msgstr "Specifikujte stranice gde želite da omogućite interfejs vertikalnog share-ovanja"
809
 
810
- #: ../admin/social_sharing.php:1162
811
  #, fuzzy
812
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
813
  msgstr "Sakrite share-ovanje na mobilnim uređajima"
814
 
815
- #: ../admin/social_sharing.php:1172
816
  #, fuzzy
817
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
818
  msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
819
 
820
- #: ../admin/social_sharing.php:1181
821
  msgid "Hide sharing on mobile devices"
822
  msgstr "Sakrite share-ovanje na mobilnim uređajima"
823
 
824
- #: ../admin/social_sharing.php:1191
825
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
826
  msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
827
 
828
- #: ../admin/social_sharing.php:1208
829
  #, fuzzy
830
  msgid "Social Sharing Shortcode & Widget"
831
  msgstr "Kratki kod & vidžet"
832
 
833
- #: ../admin/social_sharing.php:1218
834
  msgid "Facebook Sharing Troubleshooter"
835
  msgstr "Sređivanje problema kod share-ovanja na Facebook-u"
836
 
837
- #: ../admin/social_sharing.php:1223
838
  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:"
839
  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:"
840
 
841
- #: ../admin/social_sharing.php:1239
842
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
843
  msgstr "Kako mogu da prikažem brojanje share-ovanja mog vebsajta pre nego individualne stranice/postove?"
844
 
845
- #: ../admin/social_sharing.php:1240
846
  #, fuzzy
847
  msgid "How can I disable sharing on particular page/post?"
848
  msgstr "Kako mogu da onemogućim share-ovanje na određenoj stranici/postu?"
849
 
850
- #: ../admin/social_sharing.php:1241
851
  msgid "How can I specify minimum sharing count for sharing networks?"
852
  msgstr "Kako mogu da specifikujem minimalno brojanje share-ovanja za mreže za share-ovanje?"
853
 
854
- #: ../admin/social_sharing.php:1251
855
- #: ../admin/social_commenting.php:457
856
- #: ../admin/social_login.php:765
857
- #: ../admin/like_buttons.php:723
858
- msgid "Save Changes"
859
- msgstr "Sačuvajte izmene"
860
-
861
  #: ../admin/social_commenting.php:10
862
  #, fuzzy
863
  msgid "Social Commenting"
@@ -1084,364 +1128,369 @@ msgstr "Kako mogu da onemogućim Društveno komentarisanje kod individualnih str
1084
  msgid "How to disable default comment form from Social Commenting?"
1085
  msgstr "Kako onemogućiti uobičajenu formu komentara iz Komentara na društvenim mrežama?"
1086
 
1087
- #: ../admin/social_login.php:3
1088
- msgid "Award points for Social Login"
1089
- msgstr "Премии пунктов для социального Логин"
1090
-
1091
- #: ../admin/social_login.php:11
1092
  msgid "Social Login"
1093
  msgstr "Prijavljivanje na društvene mreže"
1094
 
1095
- #: ../admin/social_login.php:24
1096
  msgid "Enable Social Login"
1097
  msgstr "Omogućite prijavljivanje na društvene mreže"
1098
 
1099
- #: ../admin/social_login.php:34
1100
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1101
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1102
 
1103
- #: ../admin/social_login.php:42
1104
  msgid "Disable user registration via Social Login"
1105
  msgstr "Искључи регистрација корисника путем друштвених Логин"
1106
 
1107
- #: ../admin/social_login.php:52
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 "Након омогућавања ову опцију, нови корисници неће моћи да се пријавите путем друштвене пријављивања. Само постојећи корисници ће моћи да друштвеног пријаву."
1110
 
1111
- #: ../admin/social_login.php:61
1112
  #, fuzzy
1113
  msgid "Redirection url"
1114
  msgstr "Preusmerenje prijavljivanja"
1115
 
1116
- #: ../admin/social_login.php:71
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 "Корисник ће бити преусмерени на ову страницу након неуспелог покушаја регистрације путем друштвених Логин. Можете да одредите УРЛ адресу регистрационог облику или странице на којој је приказан поруке у вези онемогућио регистрацију кроз социјални Логин."
1119
 
1120
- #: ../admin/social_login.php:105
1121
  msgid "Instagram"
1122
  msgstr "Instagram"
1123
 
1124
- #: ../admin/social_login.php:117
1125
  msgid "Select Social ID provider to enable in Social Login"
1126
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1127
 
1128
- #: ../admin/social_login.php:125
1129
  msgid "Facebook App ID"
1130
  msgstr "ID Facebook aplikacije"
1131
 
1132
- #: ../admin/social_login.php:135
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 "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"
1136
 
1137
- #: ../admin/social_login.php:137
1138
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1139
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1140
 
1141
- #: ../admin/social_login.php:147
1142
  #, fuzzy
1143
  msgid "Twitter API Key"
1144
  msgstr "Twitter API ključ"
1145
 
1146
- #: ../admin/social_login.php:157
1147
  #, fuzzy, php-format
1148
  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"
1149
  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č)"
1150
 
1151
- #: ../admin/social_login.php:159
1152
- #: ../admin/social_login.php:181
1153
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1154
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1155
 
1156
- #: ../admin/social_login.php:169
1157
  #, fuzzy
1158
  msgid "Twitter API Secret"
1159
  msgstr "Tajna Twitter aplikacije"
1160
 
1161
- #: ../admin/social_login.php:179
1162
  #, fuzzy, php-format
1163
  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"
1164
  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>"
1165
 
1166
- #: ../admin/social_login.php:191
1167
  msgid "LinkedIn API Key"
1168
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1169
 
1170
- #: ../admin/social_login.php:201
1171
  #, php-format
1172
  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"
1173
  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č)"
1174
 
1175
- #: ../admin/social_login.php:203
1176
- #: ../admin/social_login.php:269
1177
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1178
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1179
 
1180
- #: ../admin/social_login.php:213
1181
  msgid "Google+ Client ID"
1182
  msgstr "Google+ Client ID"
1183
 
1184
- #: ../admin/social_login.php:223
1185
  #, php-format
1186
  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"
1187
  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"
1188
 
1189
- #: ../admin/social_login.php:225
1190
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1191
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1192
 
1193
- #: ../admin/social_login.php:235
1194
  msgid "Vkontakte Application ID"
1195
  msgstr "Identifikacija Vkontakte aplikacije"
1196
 
1197
- #: ../admin/social_login.php:245
1198
  #, php-format
1199
  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"
1200
  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"
1201
 
1202
- #: ../admin/social_login.php:247
1203
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1204
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1205
 
1206
- #: ../admin/social_login.php:257
1207
  msgid "Instagram Client ID"
1208
  msgstr "Identifikacija klijenata Instagram-a"
1209
 
1210
- #: ../admin/social_login.php:267
1211
  #, php-format
1212
  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"
1213
  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"
1214
 
1215
- #: ../admin/social_login.php:279
1216
  msgid "Xing Consumer Key"
1217
  msgstr "Ključ za korisnike Xing-a"
1218
 
1219
- #: ../admin/social_login.php:289
1220
  #, fuzzy, php-format
1221
  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"
1222
  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"
1223
 
1224
- #: ../admin/social_login.php:291
1225
- #: ../admin/social_login.php:313
1226
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1227
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1228
 
1229
- #: ../admin/social_login.php:301
1230
  msgid "Xing Consumer Secret"
1231
  msgstr "Tajna korisnika Xing-a"
1232
 
1233
- #: ../admin/social_login.php:311
1234
  #, fuzzy, php-format
1235
  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"
1236
  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"
1237
 
1238
- #: ../admin/social_login.php:323
1239
  msgid "Include Javascript in website footer"
1240
  msgstr "Ukjlučite Javascript u zaglavlje vebsajta"
1241
 
1242
- #: ../admin/social_login.php:333
1243
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1244
  msgstr "Ukoliko su omogućeni (preporučuje se), Javascript fajlovi će biti uključeni u zaglavlje vašeg vebsajta"
1245
 
1246
- #: ../admin/social_login.php:347
1247
  msgid "Login options"
1248
  msgstr "Opcije prijavljivanja"
1249
 
1250
- #: ../admin/social_login.php:363
1251
  msgid "Text to display above the Social Login interface"
1252
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1253
 
1254
- #: ../admin/social_login.php:372
1255
  msgid "Enable at login page"
1256
  msgstr "Omogućiti na stranici za prijavljivanje"
1257
 
1258
- #: ../admin/social_login.php:382
1259
  msgid "Social Login interface will get enabled at the login page of your website"
1260
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1261
 
1262
- #: ../admin/social_login.php:390
1263
  msgid "Enable at register page"
1264
  msgstr "Omogućiti na stranici za registraciju"
1265
 
1266
- #: ../admin/social_login.php:400
1267
  #, fuzzy
1268
  msgid "Social Login interface will get enabled at the registration page of your website"
1269
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1270
 
1271
- #: ../admin/social_login.php:408
1272
  msgid "Enable at comment form"
1273
  msgstr "Omogućiti u formi komentara"
1274
 
1275
- #: ../admin/social_login.php:418
1276
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1277
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1278
 
1279
- #: ../admin/social_login.php:432
1280
  msgid "Enable before WooCommerce Customer Login Form"
1281
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1282
 
1283
- #: ../admin/social_login.php:442
1284
  #, fuzzy
1285
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1286
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1287
 
1288
- #: ../admin/social_login.php:450
1289
  msgid "Enable after WooCommerce Customer Login Form"
1290
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1291
 
1292
- #: ../admin/social_login.php:460
1293
  #, fuzzy
1294
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1295
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1296
 
1297
- #: ../admin/social_login.php:468
1298
  #, fuzzy
1299
  msgid "Enable at WooCommerce checkout page"
1300
  msgstr "Omogućiti na stranici za registraciju"
1301
 
1302
- #: ../admin/social_login.php:478
1303
  #, fuzzy
1304
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1305
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1306
 
1307
- #: ../admin/social_login.php:489
1308
  msgid "Auto-approve comments made by Social Login users"
1309
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1310
 
1311
- #: ../admin/social_login.php:499
1312
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1313
  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."
1314
 
1315
- #: ../admin/social_login.php:500
1316
  msgid "Note: This is not related to Facebook comments"
1317
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1318
 
1319
- #: ../admin/social_login.php:510
1320
  msgid "Enable social avatar"
1321
  msgstr "Omogućite društvenog avatara"
1322
 
1323
- #: ../admin/social_login.php:520
1324
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1325
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1326
 
1327
- #: ../admin/social_login.php:530
1328
  msgid "Avatar quality"
1329
  msgstr "Kvalitet avatara"
1330
 
1331
- #: ../admin/social_login.php:533
1332
  msgid "Average"
1333
  msgstr "Prosek"
1334
 
1335
- #: ../admin/social_login.php:534
1336
  msgid "Best"
1337
  msgstr "најбољи"
1338
 
1339
- #: ../admin/social_login.php:541
1340
  msgid "Choose avatar quality"
1341
  msgstr "Odaberite kvalitet avatara"
1342
 
1343
- #: ../admin/social_login.php:560
 
 
 
 
 
 
 
 
 
1344
  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"
1345
  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 "
1346
 
1347
- #: ../admin/social_login.php:569
1348
  msgid "Send username-password after user registration"
1349
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1350
 
1351
- #: ../admin/social_login.php:579
1352
  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)"
1353
  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)"
1354
 
1355
- #: ../admin/social_login.php:588
1356
  msgid "Enable social account linking at BuddyPress profile page"
1357
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1358
 
1359
- #: ../admin/social_login.php:598
1360
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1361
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1362
 
1363
- #: ../admin/social_login.php:607
1364
  msgid "Login redirection"
1365
  msgstr "Preusmerenje prijavljivanja"
1366
 
1367
- #: ../admin/social_login.php:611
1368
  msgid "Same page where user logged in"
1369
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1370
 
1371
- #: ../admin/social_login.php:615
1372
- #: ../admin/social_login.php:645
1373
  msgid "Account dashboard"
1374
  msgstr "Komandna tabla naloga"
1375
 
1376
- #: ../admin/social_login.php:618
1377
- #: ../admin/social_login.php:648
1378
  msgid "BuddyPress profile page"
1379
  msgstr "BuddyPress profilna stranica"
1380
 
1381
- #: ../admin/social_login.php:621
1382
- #: ../admin/social_login.php:651
1383
  msgid "Custom Url"
1384
  msgstr "Uobičajeni URL"
1385
 
1386
- #: ../admin/social_login.php:629
1387
  msgid "User will be redirected to the selected page after Social Login"
1388
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1389
 
1390
- #: ../admin/social_login.php:637
1391
  msgid "Registration redirection"
1392
  msgstr "Preusmerenje registracije"
1393
 
1394
- #: ../admin/social_login.php:641
1395
  #, fuzzy
1396
  msgid "Same page from where user registered"
1397
  msgstr "Ista stranica odakle je korisnik registrovan "
1398
 
1399
- #: ../admin/social_login.php:659
1400
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1401
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1402
 
1403
- #: ../admin/social_login.php:667
1404
  msgid "Email popup options"
1405
  msgstr "Popup opcije za email"
1406
 
1407
- #: ../admin/social_login.php:673
1408
  msgid "Text on 'Email required' popup"
1409
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1410
 
1411
- #: ../admin/social_login.php:683
1412
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1413
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1414
 
1415
- #: ../admin/social_login.php:692
1416
  msgid "Error message for 'Email required' popup"
1417
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1418
 
1419
- #: ../admin/social_login.php:702
1420
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1421
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1422
 
1423
- #: ../admin/social_login.php:711
1424
  msgid "Email popup height"
1425
  msgstr "Visina email popup-a"
1426
 
1427
- #: ../admin/social_login.php:721
1428
  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."
1429
  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."
1430
 
1431
- #: ../admin/social_login.php:729
1432
  msgid "Enable email verification"
1433
  msgstr "Omogućite verifikaciju email-a"
1434
 
1435
- #: ../admin/social_login.php:739
1436
  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"
1437
  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 "
1438
 
1439
- #: ../admin/social_login.php:755
1440
  #, fuzzy
1441
  msgid "Social Login Shortcode & Widget"
1442
  msgstr "Kratki kod & vidžet"
1443
 
1444
- #: ../admin/social_login.php:756
1445
  msgid "Social Linking Shortcode"
1446
  msgstr "Kratki kod za povezivanje na društvene mreže"
1447
 
@@ -1547,7 +1596,7 @@ msgid "Master control to enable horizontal like buttons"
1547
  msgstr "Master kontrola za omogućavanje horizontalnih tastera za “sviđa mi se”"
1548
 
1549
  #: ../admin/like_buttons.php:242
1550
- #: ../admin/like_buttons.php:480
1551
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1552
  msgstr "Url za “sviđa mi se”/share-ovanje/tvitovanje i prikazivanje brojanja “sviđa mi se”/share-ovanja/tvitova"
1553
 
@@ -1557,19 +1606,19 @@ msgid "The text to display above the interface"
1557
  msgstr "Tekst koji će biti prikazan iznad interfejsa"
1558
 
1559
  #: ../admin/like_buttons.php:268
1560
- #: ../admin/like_buttons.php:488
1561
  #, fuzzy
1562
  msgid "Select and rearrange providers"
1563
  msgstr "Selektujte i preuredite dobavljače"
1564
 
1565
  #: ../admin/like_buttons.php:312
1566
- #: ../admin/like_buttons.php:531
1567
  #, fuzzy
1568
  msgid "Select the providers for interface. Drag them to rearrange."
1569
  msgstr "Selektujte dobavljače za interfejs. Prevucite ih radi preuređenja."
1570
 
1571
  #: ../admin/like_buttons.php:334
1572
- #: ../admin/like_buttons.php:570
1573
  #, fuzzy
1574
  msgid "Horizontal alignment of the interface"
1575
  msgstr "Horizontalno svrstavanje interfejsa"
@@ -1580,70 +1629,70 @@ msgid "Specify position of the interface with respect to the content"
1580
  msgstr "Specifikujte poziciju interfejsa u odnosu na sadržaj"
1581
 
1582
  #: ../admin/like_buttons.php:363
1583
- #: ../admin/like_buttons.php:636
1584
  #, fuzzy
1585
  msgid "Interface location"
1586
  msgstr "Lokacija interfejsa"
1587
 
1588
  #: ../admin/like_buttons.php:373
1589
- #: ../admin/like_buttons.php:646
1590
  msgid "Excerpts"
1591
  msgstr "Izvodi"
1592
 
1593
- #: ../admin/like_buttons.php:429
1594
  #, fuzzy
1595
  msgid "Specify the pages where you want to enable interface"
1596
  msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1597
 
1598
- #: ../admin/like_buttons.php:439
1599
  #, fuzzy
1600
  msgid "Vertical (Floating) like buttons Options"
1601
  msgstr "Opcije za vertikalne (plutajuće) tastere za “sviđa mi se”"
1602
 
1603
- #: ../admin/like_buttons.php:445
1604
  #, fuzzy
1605
  msgid "Enable vertical (floating) like buttons"
1606
  msgstr "Omogućite vertikalne (plutajuće) tastere za “sviđa mi se”"
1607
 
1608
- #: ../admin/like_buttons.php:455
1609
  #, fuzzy
1610
  msgid "Master control to enable vertical (floating) counter widget"
1611
  msgstr "Master kontrola radi omogućavanja vidžeta vertikalnog (plutajućeg) brojača"
1612
 
1613
- #: ../admin/like_buttons.php:549
1614
  #, fuzzy
1615
  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>"
1616
  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>"
1617
 
1618
- #: ../admin/like_buttons.php:589
1619
  #, fuzzy
1620
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1621
  msgstr "Specifikujte broj. Povećanje u broju će pomeriti interfejs u desno, a smanjenje u levo. Broj može biti i negativan."
1622
 
1623
- #: ../admin/like_buttons.php:609
1624
  #, fuzzy
1625
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1626
  msgstr "Specifikujte broj. Povećanje u broju može pomeriti interfejs u levo, a smanjenje u desno. Broj može biti i negativan."
1627
 
1628
- #: ../admin/like_buttons.php:628
1629
  #, fuzzy
1630
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1631
  msgstr "Specifikujte broj. Povećanje u broju će interfejs pomeriti prema dnu, a smanjenje prema vrhu."
1632
 
1633
- #: ../admin/like_buttons.php:678
1634
  #, fuzzy
1635
  msgid "Specify the pages where you want to enable vertical interface"
1636
  msgstr "Specifikujte stranice gde želite da omogućite vertikalni interfejs"
1637
 
1638
- #: ../admin/like_buttons.php:686
1639
  msgid "Hide like buttons on mobile devices"
1640
  msgstr "Sakrite tastere za “sviđa mi se” na mobilnim uređajima"
1641
 
1642
- #: ../admin/like_buttons.php:696
1643
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
1644
  msgstr "Ukoliko su omogućeni, vertikalni tasteri za “sviđa mi se” se neće pojaviti na mobilnim uređajima"
1645
 
1646
- #: ../admin/like_buttons.php:714
1647
  #, fuzzy
1648
  msgid "Like Buttons Shortcode & Widget"
1649
  msgstr "Kratki kod & vidžet"
@@ -1653,11 +1702,11 @@ msgstr "Kratki kod & vidžet"
1653
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1654
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1655
 
1656
- #: ../inc/social_sharing.php:598
1657
  msgid "Invalid request"
1658
  msgstr "Nevažeći zahtev"
1659
 
1660
- #: ../inc/social_sharing.php:605
1661
  msgid "Providers not selected"
1662
  msgstr "Dobavljači nisu selektovani"
1663
 
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"
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
 
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"
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"
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
 
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
 
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"
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
  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
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/add-ons
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.3.1
7
- Stable tag: 6.5
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
@@ -196,6 +196,12 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
196
  8. **Social Commenting**: Disqus Commenting selected
197
 
198
  == Changelog ==
 
 
 
 
 
 
199
  = 6.5 =
200
  * [Improvement] Updated GooglePlus logo
201
  * [New] Added option in Social Commenting to specify the HTML ID of container element of default comment form
@@ -672,4 +678,10 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
672
  = 6.5 =
673
  * [Improvement] Updated GooglePlus logo
674
  * [New] Added option in Social Commenting to specify the HTML ID of container element of default comment form
675
- * [Bugfix] Users were getting redirected to 404 page after email verification in few cases
 
 
 
 
 
 
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.3.1
7
+ Stable tag: 6.6
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
196
  8. **Social Commenting**: Disqus Commenting selected
197
 
198
  == Changelog ==
199
+ = 6.6 =
200
+ * [New] Added option to enable/disable sharing and like buttons at BuddyPress Group page
201
+ * [New] Added option to show/hide options for website users to update social avatar at BuddyPress profile page
202
+ * [New] Made changes to make plugin compatible with "Share Analytics" add-on
203
+ * [Bugfix] Horizontal sharing interface was appearing aligned vertically in some cases
204
+
205
  = 6.5 =
206
  * [Improvement] Updated GooglePlus logo
207
  * [New] Added option in Social Commenting to specify the HTML ID of container element of default comment form
678
  = 6.5 =
679
  * [Improvement] Updated GooglePlus logo
680
  * [New] Added option in Social Commenting to specify the HTML ID of container element of default comment form
681
+ * [Bugfix] Users were getting redirected to 404 page after email verification in few cases
682
+
683
+ = 6.6 =
684
+ * [New] Added option to enable/disable sharing and like buttons at BuddyPress Group page
685
+ * [New] Added option to show/hide options for website users to update social avatar at BuddyPress profile page
686
+ * [New] Made changes to make plugin compatible with "Share Analytics" add-on
687
+ * [Bugfix] Horizontal sharing interface was appearing aligned vertically in some cases
super_socializer.php CHANGED
@@ -3,15 +3,15 @@
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: 6.5
7
- Author: Heateor Team
8
  Author URI: http://www.heateor.com
9
  Text Domain: Super-Socializer
10
  Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '6.5');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -469,7 +469,7 @@ function the_champ_frontend_scripts(){
469
  if(the_champ_facebook_plugin_enabled()){
470
  global $heateor_fcn_options;
471
  ?>
472
- <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampFBLang = '<?php echo (isset($theChampFacebookOptions["comment_lang"]) && $theChampFacebookOptions["comment_lang"] != '') ? $theChampFacebookOptions["comment_lang"] : "en_US" ?>', theChampFbLikeMycred = <?php echo defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && the_champ_facebook_like_rec_enabled() ? 1 : 0 ?>, theChampCommentNotification = <?php echo isset($heateor_fcn_options) || function_exists('heateor_ss_check_querystring') || function_exists('the_champ_check_querystring') ? 1 : 0; ?>, theChampFbIosLogin = <?php echo !is_user_logged_in() && isset($_GET['code']) && esc_attr($_GET['code']) != '' ? 1 : 0; ?>; </script>
473
  <?php
474
  add_action('wp_footer', 'the_champ_fb_root_div');
475
  wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
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: 6.6
7
+ Author: Team Heateor
8
  Author URI: http://www.heateor.com
9
  Text Domain: Super-Socializer
10
  Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '6.6');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
469
  if(the_champ_facebook_plugin_enabled()){
470
  global $heateor_fcn_options;
471
  ?>
472
+ <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampFBLang = '<?php echo (isset($theChampFacebookOptions["comment_lang"]) && $theChampFacebookOptions["comment_lang"] != '') ? $theChampFacebookOptions["comment_lang"] : "en_US" ?>', theChampFbLikeMycred = <?php echo defined( 'HEATEOR_SOCIAL_SHARE_MYCRED_INTEGRATION_VERSION' ) && the_champ_facebook_like_rec_enabled() ? 1 : 0 ?>, theChampSsga = <?php echo defined( 'HEATEOR_SHARING_GOOGLE_ANALYTICS_VERSION' ) ? 1 : 0 ?>, theChampCommentNotification = <?php echo isset($heateor_fcn_options) || function_exists('heateor_ss_check_querystring') || function_exists('the_champ_check_querystring') ? 1 : 0; ?>, theChampFbIosLogin = <?php echo !is_user_logged_in() && isset($_GET['code']) && esc_attr($_GET['code']) != '' ? 1 : 0; ?>; </script>
473
  <?php
474
  add_action('wp_footer', 'the_champ_fb_root_div');
475
  wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);