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

Version Description

  • [Bugfix] Facebook share count was not working 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 7.12.25
Comparing to
See all releases

Code changes from version 7.12.24 to 7.12.25

admin/social_sharing.php CHANGED
@@ -37,6 +37,10 @@
37
  <a href="https://www.heateor.com/recover-social-share-counts" target="_blank"><input type="button" value="<?php _e('Recover Social Share Counts Lost After Moving to SSL/Https', 'super-socializer') ?> >>>" class="ss_demo" style="width:55%" /></a>
38
  </div>
39
  <div style="clear:both"></div>
 
 
 
 
40
 
41
  <div class="menu_div" id="tabs" <?php echo isset($theChampSharingOptions['enable']) ? '' : 'style="display:none"' ?>>
42
 
@@ -1039,11 +1043,11 @@
1039
  </div>
1040
  </td>
1041
  </tr>
1042
-
1043
  <tr>
1044
  <th>
1045
  <img id="the_champ_count_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1046
- <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer' ); ?></label>
1047
  </th>
1048
  <td>
1049
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSsHorizontalShares = true;}else{heateorSsHorizontalShares = false;} heateorSsToggleFbShareCountOptions()" />
@@ -1081,59 +1085,6 @@
1081
  </td>
1082
  </tr>
1083
 
1084
- <?php
1085
- $facebookAppId = '';
1086
- if($theChampSharingOptions['fb_key']){
1087
- $facebookAppId = $theChampSharingOptions['fb_key'];
1088
- }elseif($theChampSharingOptions['vertical_fb_key']){
1089
- $facebookAppId = $theChampSharingOptions['vertical_fb_key'];
1090
- }
1091
-
1092
- $facebookAppSecret = '';
1093
- if($theChampSharingOptions['fb_secret']){
1094
- $facebookAppSecret = $theChampSharingOptions['fb_secret'];
1095
- }elseif($theChampSharingOptions['vertical_fb_secret']){
1096
- $facebookAppSecret = $theChampSharingOptions['vertical_fb_secret'];
1097
- }
1098
- ?>
1099
- <tbody id="heateor_ss_fb_share_count_options" <?php echo (isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) || !(in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))) ? 'style = "display: none"' : '';?> >
1100
- <tr>
1101
- <th>
1102
- <img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1103
- <label for="the_champ_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label>
1104
- </th>
1105
- <td>
1106
- <input id="the_champ_fb_key" name="the_champ_sharing[fb_key]" type="text" value="<?php echo $facebookAppId ?>" />
1107
- </td>
1108
- </tr>
1109
-
1110
- <tr class="the_champ_help_content" id="the_champ_fb_key_help_cont">
1111
- <td colspan="2">
1112
- <div>
1113
- <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1114
- </div>
1115
- </td>
1116
- </tr>
1117
-
1118
- <tr>
1119
- <th>
1120
- <img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1121
- <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label>
1122
- </th>
1123
- <td>
1124
- <input id="the_champ_fblogin_secret" name="the_champ_sharing[fb_secret]" type="text" value="<?php echo $facebookAppSecret ?>" />
1125
- </td>
1126
- </tr>
1127
-
1128
- <tr class="the_champ_help_content" id="the_champ_fb_secret_help_cont">
1129
- <td colspan="2">
1130
- <div>
1131
- <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1132
- </div>
1133
- </td>
1134
- </tr>
1135
- </tbody>
1136
-
1137
  <tr>
1138
  <th>
1139
  <img id="the_champ_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -1556,51 +1507,13 @@
1556
  </td>
1557
  </tr>
1558
 
1559
- <tbody id="heateor_ss_fb_vertical_share_count_options" <?php echo (isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) || !(in_array('facebook', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))) ? 'style = "display: none"' : '';?> >
1560
- <tr>
1561
- <th>
1562
- <img id="the_champ_vertical_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1563
- <label for="the_champ_vertical_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label>
1564
- </th>
1565
- <td>
1566
- <input id="the_champ_vertical_fb_key" name="the_champ_sharing[vertical_fb_key]" type="text" value="<?php echo $facebookAppId ?>" />
1567
- </td>
1568
- </tr>
1569
-
1570
- <tr class="the_champ_help_content" id="the_champ_vertical_fb_key_help_cont">
1571
- <td colspan="2">
1572
- <div>
1573
- <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1574
- </div>
1575
- </td>
1576
- </tr>
1577
-
1578
- <tr>
1579
- <th>
1580
- <img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1581
- <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label>
1582
- </th>
1583
- <td>
1584
- <input id="the_champ_fblogin_secret" name="the_champ_sharing[vertical_fb_secret]" type="text" value="<?php echo $facebookAppSecret ?>" />
1585
- </td>
1586
- </tr>
1587
-
1588
- <tr class="the_champ_help_content" id="the_champ_fb_secret_help_cont">
1589
- <td colspan="2">
1590
- <div>
1591
- <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1592
- </div>
1593
- </td>
1594
- </tr>
1595
- </tbody>
1596
-
1597
  <tr>
1598
  <th>
1599
  <img id="the_champ_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1600
  <label for="the_champ_vmore"><?php _e("Enable 'More' icon", 'super-socializer' ); ?></label>
1601
  </th>
1602
  <td>
1603
- <input id="the_champ_vmore" name="the_champ_sharing[vertical_more]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_more'] ) ? 'checked = "checked"' : '';?> value="1" />
1604
  </td>
1605
  </tr>
1606
 
@@ -1700,15 +1613,58 @@
1700
  <div class="menu_containt_div" id="tabs-4">
1701
  <div class="clear"></div>
1702
  <div class="the_champ_left_column">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1703
 
1704
  <div class="stuffbox">
1705
- <h3><label><?php _e('Url shortener', 'super-socializer' );?></label></h3>
1706
  <div class="inside">
1707
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1708
  <tr>
1709
  <th>
1710
  <img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1711
- <label for="the_champ_surl_enable"><?php _e("Use shortlinks already installed", 'super-socializer' ); ?></label>
1712
  </th>
1713
  <td>
1714
  <input id="the_champ_surl_enable" name="the_champ_sharing[use_shortlinks]" type="checkbox" <?php echo isset( $theChampSharingOptions['use_shortlinks'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -2019,6 +1975,8 @@
2019
  <div class="inside faq" style="padding-left:8px">
2020
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
2021
  <p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e('Why is sharer not showing the correct image, title and other meta tags content?', 'super-socializer') ?></a></p>
 
 
2022
  <p>
2023
  <a href="javascript:void(0)"><?php _e('Why is Instagram icon redirecting to Instagram website?', 'super-socializer'); ?></a>
2024
  <div><?php _e('Instagram icon is there to send website visitors to the Instagram page of your choice. You can save the desired Instagram handle in "Instagram Username" option in "Standard Interface" and "Floating Interface" sections.', 'super-socializer'); ?></div>
37
  <a href="https://www.heateor.com/recover-social-share-counts" target="_blank"><input type="button" value="<?php _e('Recover Social Share Counts Lost After Moving to SSL/Https', 'super-socializer') ?> >>>" class="ss_demo" style="width:55%" /></a>
38
  </div>
39
  <div style="clear:both"></div>
40
+
41
+ <div id="setting-error-settings_updated" class="error settings-error notice is-dismissible below-h2" <?php echo !(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) && (((in_array('facebook', $theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']))) || (in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares'])))) && (!$theChampSharingOptions['fb_key'] || !$theChampSharingOptions['fb_secret'])) ? '' : 'style = "display: none"';?>>
42
+ <?php echo '<p><strong>' . __('Save Facebook App Id and Secret in the "Miscellaneous" section for Facebook share count to work', 'super-socializer') . '</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">' . __('Dismiss this notice', 'super-socializer') . '</span></button>'; ?>
43
+ </div>
44
 
45
  <div class="menu_div" id="tabs" <?php echo isset($theChampSharingOptions['enable']) ? '' : 'style="display:none"' ?>>
46
 
1043
  </div>
1044
  </td>
1045
  </tr>
1046
+
1047
  <tr>
1048
  <th>
1049
  <img id="the_champ_count_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1050
+ <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer'); ?></label>
1051
  </th>
1052
  <td>
1053
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" onclick="if(this.checked){heateorSsHorizontalShares = true;}else{heateorSsHorizontalShares = false;} heateorSsToggleFbShareCountOptions()" />
1085
  </td>
1086
  </tr>
1087
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1088
  <tr>
1089
  <th>
1090
  <img id="the_champ_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1507
  </td>
1508
  </tr>
1509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1510
  <tr>
1511
  <th>
1512
  <img id="the_champ_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1513
  <label for="the_champ_vmore"><?php _e("Enable 'More' icon", 'super-socializer' ); ?></label>
1514
  </th>
1515
  <td>
1516
+ <input id="the_champ_vmore" name="the_champ_sharing[vertical_more]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_more']) ? 'checked = "checked"' : '';?> value="1" />
1517
  </td>
1518
  </tr>
1519
 
1613
  <div class="menu_containt_div" id="tabs-4">
1614
  <div class="clear"></div>
1615
  <div class="the_champ_left_column">
1616
+
1617
+ <div class="stuffbox" id="heateor_ss_fb_share_count_options" <?php echo (isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])) || !(in_array('facebook', $theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']))) ? 'style = "display: none"' : '';?>>
1618
+ <h3><label><?php _e('Facebook Share Count', 'super-socializer');?></label></h3>
1619
+ <div class="inside">
1620
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1621
+ <tr>
1622
+ <th>
1623
+ <img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1624
+ <label for="the_champ_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label>
1625
+ </th>
1626
+ <td>
1627
+ <input id="the_champ_fb_key" name="the_champ_sharing[fb_key]" type="text" value="<?php echo $theChampSharingOptions['fb_key'] ?>" />
1628
+ </td>
1629
+ </tr>
1630
+
1631
+ <tr class="the_champ_help_content" id="the_champ_fb_key_help_cont">
1632
+ <td colspan="2">
1633
+ <div>
1634
+ <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1635
+ </div>
1636
+ </td>
1637
+ </tr>
1638
+
1639
+ <tr>
1640
+ <th>
1641
+ <img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1642
+ <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label>
1643
+ </th>
1644
+ <td>
1645
+ <input id="the_champ_fblogin_secret" name="the_champ_sharing[fb_secret]" type="text" value="<?php echo $theChampSharingOptions['fb_secret'] ?>" />
1646
+ </td>
1647
+ </tr>
1648
+
1649
+ <tr class="the_champ_help_content" id="the_champ_fb_secret_help_cont">
1650
+ <td colspan="2">
1651
+ <div>
1652
+ <?php echo sprintf(__('Required for Facebook share count to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
1653
+ </div>
1654
+ </td>
1655
+ </tr>
1656
+ </table>
1657
+ </div>
1658
+ </div>
1659
 
1660
  <div class="stuffbox">
1661
+ <h3><label><?php _e('Url shortener', 'super-socializer');?></label></h3>
1662
  <div class="inside">
1663
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1664
  <tr>
1665
  <th>
1666
  <img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1667
+ <label for="the_champ_surl_enable"><?php _e("Use shortlinks already installed", 'super-socializer'); ?></label>
1668
  </th>
1669
  <td>
1670
  <input id="the_champ_surl_enable" name="the_champ_sharing[use_shortlinks]" type="checkbox" <?php echo isset( $theChampSharingOptions['use_shortlinks'] ) ? 'checked = "checked"' : '';?> value="1" />
1975
  <div class="inside faq" style="padding-left:8px">
1976
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1977
  <p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e('Why is sharer not showing the correct image, title and other meta tags content?', 'super-socializer') ?></a></p>
1978
+ <a href="javascript:void(0)"><?php _e('Why is Facebook share count not working?', 'super-socializer'); ?></a>
1979
+ <div><?php _e('Save Facebook App Id and Secret in the "Miscellaneous" section for Facebook share count to work', 'super-socializer'); ?></div>
1980
  <p>
1981
  <a href="javascript:void(0)"><?php _e('Why is Instagram icon redirecting to Instagram website?', 'super-socializer'); ?></a>
1982
  <div><?php _e('Instagram icon is there to send website visitors to the Instagram page of your choice. You can save the desired Instagram handle in "Instagram Username" option in "Standard Interface" and "Floating Interface" sections.', 'super-socializer'); ?></div>
inc/social_sharing.php CHANGED
@@ -256,31 +256,15 @@ function heateor_ss_fetch_fb_access_token(){
256
  global $theChampSharingOptions, $theChampLoginOptions;
257
  $fbAppId = '';
258
  $fbAppSecret = '';
259
- $fbAccessToken = get_option('heateor_ss_fb_access_token');
260
- if($fbAccessToken){
261
- return $fbAccessToken;
262
- }elseif(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])){
263
  $fbAppId = $theChampLoginOptions['fb_key'];
264
  $fbAppSecret = $theChampLoginOptions['fb_secret'];
265
- }else{
266
- if($theChampSharingOptions['fb_key'] && $theChampSharingOptions['fb_secret']){
267
- $fbAppId = $theChampSharingOptions['fb_key'];
268
- $fbAppSecret = $theChampSharingOptions['fb_secret'];
269
- }elseif($theChampSharingOptions['vertical_fb_key'] && $theChampSharingOptions['vertical_fb_secret']){
270
- $fbAppId = $theChampSharingOptions['vertical_fb_key'];
271
- $fbAppSecret = $theChampSharingOptions['vertical_fb_secret'];
272
- }
273
  }
274
  if($fbAppId && $fbAppSecret){
275
- $url = "https://graph.facebook.com/oauth/access_token?client_id=" . $fbAppId . "&client_secret=" . $fbAppSecret . "&grant_type=client_credentials";
276
- $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
277
- if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
278
- $body = json_decode(wp_remote_retrieve_body( $response ));
279
- if(isset($body->access_token)){
280
- update_option('heateor_ss_fb_access_token', $body->access_token);
281
- return $body->access_token;
282
- }
283
- }
284
  }
285
 
286
  return false;
@@ -969,10 +953,9 @@ function the_champ_sharing_count(){
969
  foreach($sharingNetworks as $provider){
970
  switch($provider){
971
  case 'facebook':
 
972
  $fbAccessToken = heateor_ss_fetch_fb_access_token();
973
- if($fbAccessToken === false || $fbAccessToken == ''){
974
- $url = '';
975
- }else{
976
  $url = "https://graph.facebook.com/?access_token=". $fbAccessToken ."&fields=engagement&id=". $targetUrl;
977
  }
978
  break;
@@ -1005,27 +988,7 @@ function the_champ_sharing_count(){
1005
  }
1006
  if($url == ''){ continue; }
1007
  $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
1008
- if($provider == 'facebook' && isset($response['response']['code']) && 400 === $response['response']['code']){
1009
- $body = json_decode(wp_remote_retrieve_body($response));
1010
- if(isset($body->error) && isset($body->error->code) && $body->error->code == 190){
1011
- delete_option('heateor_ss_fb_access_token');
1012
- $fbAccessToken = heateor_ss_fetch_fb_access_token();
1013
- if($fbAccessToken){
1014
- $url = "https://graph.facebook.com/?access_token=". $fbAccessToken ."&fields=engagement&id=". $targetUrl;
1015
- $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
1016
- if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
1017
- $body = wp_remote_retrieve_body($response);
1018
- if(!empty($body->engagement) && isset($body->engagement->share_count)){
1019
- $shareCountTransient['facebook'] = $body->engagement->share_count;
1020
- }else{
1021
- $shareCountTransient['facebook'] = 0;
1022
- }
1023
- }else{
1024
- $shareCountTransient['facebook'] = 0;
1025
- }
1026
- }
1027
- }
1028
- }
1029
  if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
1030
  $body = wp_remote_retrieve_body($response);
1031
  if($provider == 'pinterest'){
256
  global $theChampSharingOptions, $theChampLoginOptions;
257
  $fbAppId = '';
258
  $fbAppSecret = '';
259
+ if(isset($theChampLoginOptions['enable']) && $theChampLoginOptions['fb_key'] && $theChampLoginOptions['fb_secret'] && in_array('facebook', $theChampLoginOptions['providers'])){
 
 
 
260
  $fbAppId = $theChampLoginOptions['fb_key'];
261
  $fbAppSecret = $theChampLoginOptions['fb_secret'];
262
+ }elseif($theChampSharingOptions['fb_key'] && $theChampSharingOptions['fb_secret']){
263
+ $fbAppId = $theChampSharingOptions['fb_key'];
264
+ $fbAppSecret = $theChampSharingOptions['fb_secret'];
 
 
 
 
 
265
  }
266
  if($fbAppId && $fbAppSecret){
267
+ return $fbAppId .'|'. $fbAppSecret;
 
 
 
 
 
 
 
 
268
  }
269
 
270
  return false;
953
  foreach($sharingNetworks as $provider){
954
  switch($provider){
955
  case 'facebook':
956
+ $url = '';
957
  $fbAccessToken = heateor_ss_fetch_fb_access_token();
958
+ if($fbAccessToken){
 
 
959
  $url = "https://graph.facebook.com/?access_token=". $fbAccessToken ."&fields=engagement&id=". $targetUrl;
960
  }
961
  break;
988
  }
989
  if($url == ''){ continue; }
990
  $response = wp_remote_get($url, array('timeout' => 15, 'user-agent' => 'Super-Socializer'));
991
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
992
  if(!is_wp_error($response) && isset($response['response']['code']) && 200 === $response['response']['code']){
993
  $body = wp_remote_retrieve_body($response);
994
  if($provider == 'pinterest'){
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:55+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -307,10 +307,12 @@ msgid "Dismiss"
307
  msgstr ""
308
 
309
  #: ../super_socializer.php:2013
 
310
  msgid ""
311
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
312
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
313
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
314
  msgstr ""
315
 
316
  #: ../super_socializer.php:2039
@@ -328,7 +330,7 @@ msgstr ""
328
  msgid "Settings saved"
329
  msgstr "الإعدادات"
330
 
331
- #: ../helper.php:8
332
  msgid "Dismiss this notice"
333
  msgstr "إقالة هذا الإشعار"
334
 
@@ -427,7 +429,7 @@ msgid "Large Avatar"
427
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
428
 
429
  #: ../helper.php:913 ../admin/general_options.php:132
430
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
431
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
432
  #, fuzzy
433
  msgid "Save Changes"
@@ -451,7 +453,7 @@ msgid "Something bad happened"
451
  msgstr ""
452
 
453
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
454
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
455
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
456
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
457
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -532,14 +534,14 @@ msgstr "رابط (URL) مخصّص"
532
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
533
  msgstr ""
534
 
535
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
536
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
537
  #: ../admin/like_buttons.php:836
538
  #, fuzzy
539
  msgid "Instagram Shoutout"
540
  msgstr "إنستاجرام"
541
 
542
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
543
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
544
  #: ../admin/like_buttons.php:838
545
  msgid ""
@@ -548,7 +550,7 @@ msgid ""
548
  "hashtags and people to mention in the Instagram post."
549
  msgstr ""
550
 
551
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
552
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
553
  #: ../admin/like_buttons.php:839
554
  msgid ""
@@ -559,7 +561,7 @@ msgid ""
559
  "time."
560
  msgstr ""
561
 
562
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
563
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
564
  #: ../admin/like_buttons.php:840
565
  msgid ""
@@ -682,42 +684,48 @@ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقي
682
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
683
  msgstr ""
684
 
685
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
686
  msgid "Theme Selection"
687
  msgstr ""
688
 
689
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
690
  #, fuzzy
691
  msgid "Standard Interface"
692
  msgstr "المشاركات الأفقي"
693
 
694
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
695
  #, fuzzy
696
  msgid "Floating Interface"
697
  msgstr "المشاركات الأفقي"
698
 
699
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
700
  msgid "Miscellaneous"
701
  msgstr ""
702
 
703
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
704
  msgid "3rd Party Integration"
705
  msgstr ""
706
 
707
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
708
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
709
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
710
  #: ../admin/like_buttons.php:797
711
  #, fuzzy
712
  msgid "Shortcode & Widget"
713
  msgstr "استخدم كود مختصر | Include the shortcode"
714
 
715
- #: ../admin/social_sharing.php:57
716
  #, fuzzy
717
  msgid "Troubleshooter"
718
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
719
 
720
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
721
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
722
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
723
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
@@ -725,15 +733,15 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
725
  msgid "FAQ"
726
  msgstr "الأسئلة الشائعة "
727
 
728
- #: ../admin/social_sharing.php:66
729
  msgid "Standard interface theme"
730
  msgstr ""
731
 
732
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
733
  msgid "Icon Preview"
734
  msgstr "الرمز معاينة"
735
 
736
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
737
  #, fuzzy
738
  msgid ""
739
  "Do not forget to save the configuration after making changes by clicking the "
@@ -741,91 +749,91 @@ msgid ""
741
  msgstr ""
742
  "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
743
 
744
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
745
  #, fuzzy
746
  msgid "Shape"
747
  msgstr "شكل"
748
 
749
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
750
- #: ../inc/widget.php:947
751
  #, fuzzy
752
  msgid "Round"
753
  msgstr "مستدير"
754
 
755
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
756
- #: ../inc/widget.php:948
757
  #, fuzzy
758
  msgid "Square"
759
  msgstr "مربع"
760
 
761
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
762
  msgid "Rectangle"
763
  msgstr ""
764
 
765
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
766
  #, fuzzy
767
  msgid "Shape of the sharing icons"
768
  msgstr "المشاركات الأفقي"
769
 
770
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
771
  #, fuzzy
772
  msgid "Size (in pixels)"
773
  msgstr "حجم"
774
 
775
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
776
  #, fuzzy
777
  msgid "Size of the sharing icons"
778
  msgstr "المشاركات الأفقي"
779
 
780
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
781
  #, fuzzy
782
  msgid "Width (in pixels)"
783
  msgstr "حجم"
784
 
785
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
786
  #, fuzzy
787
  msgid "Width of the sharing icons"
788
  msgstr "المشاركات الأفقي"
789
 
790
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
791
  #, fuzzy
792
  msgid "Height (in pixels)"
793
  msgstr "حجم"
794
 
795
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
796
  #, fuzzy
797
  msgid "Height of the sharing icons"
798
  msgstr "المشاركات الأفقي"
799
 
800
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
801
  #, fuzzy
802
  msgid "Border radius (in pixels)"
803
  msgstr "حجم"
804
 
805
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
806
  msgid ""
807
  "Specify a value for rounded corners. More the value, more rounded will the "
808
  "corners be. Leave empty for sharp corners."
809
  msgstr ""
810
 
811
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
812
  #, fuzzy
813
  msgid "Logo Color"
814
  msgstr "لون الخلفية"
815
 
816
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
817
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
818
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
819
  msgid "Default"
820
  msgstr ""
821
 
822
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
823
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
824
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
825
  msgid "On Hover"
826
  msgstr ""
827
 
828
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
829
  #, fuzzy
830
  msgid ""
831
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -836,14 +844,14 @@ msgstr ""
836
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
837
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
838
 
839
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
840
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
841
  #: ../inc/widget.php:460 ../inc/widget.php:772
842
  #, fuzzy
843
  msgid "Background Color"
844
  msgstr "لون الخلفية"
845
 
846
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
847
  #, fuzzy
848
  msgid ""
849
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -855,319 +863,319 @@ msgstr ""
855
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
856
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
857
 
858
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
859
  msgid "Border"
860
  msgstr ""
861
 
862
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
863
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
864
  #, fuzzy
865
  msgid "Border Width"
866
  msgstr "أضف ودجت"
867
 
868
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
869
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
870
  #, fuzzy
871
  msgid "Border Color"
872
  msgstr "لون الخلفية"
873
 
874
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
875
  #, fuzzy
876
  msgid "Icon border"
877
  msgstr "الرمز معاينة"
878
 
879
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
880
  msgid "Counter Position"
881
  msgstr ""
882
 
883
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
884
  msgid "(applies, if counter enabled)"
885
  msgstr ""
886
 
887
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
888
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
889
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
890
  #: ../inc/widget.php:446 ../inc/widget.php:758
891
  #, fuzzy
892
  msgid "Left"
893
  msgstr "يسار"
894
 
895
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
896
  msgid "Top"
897
  msgstr ""
898
 
899
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
900
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
901
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
902
  #: ../inc/widget.php:447 ../inc/widget.php:759
903
  #, fuzzy
904
  msgid "Right"
905
  msgstr "يمين"
906
 
907
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
908
  msgid "Bottom"
909
  msgstr ""
910
 
911
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
912
  msgid "Inner Left"
913
  msgstr ""
914
 
915
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
916
  msgid "Inner Top"
917
  msgstr ""
918
 
919
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
920
  #, fuzzy
921
  msgid "Inner Right"
922
  msgstr "يمين"
923
 
924
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
925
  msgid "Inner Bottom"
926
  msgstr ""
927
 
928
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
929
  #, fuzzy
930
  msgid "Position of share counter"
931
  msgstr "أسفل"
932
 
933
- #: ../admin/social_sharing.php:373
934
  #, fuzzy
935
  msgid "Floating interface theme"
936
  msgstr "المشاركات الأفقي"
937
 
938
- #: ../admin/social_sharing.php:686
939
  #, fuzzy
940
  msgid "Standard Sharing Interface Options"
941
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
942
 
943
- #: ../admin/social_sharing.php:692
944
  #, fuzzy
945
  msgid "Enable Standard sharing interface"
946
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
947
 
948
- #: ../admin/social_sharing.php:702
949
  #, fuzzy
950
  msgid "Master control to enable standard sharing"
951
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
952
 
953
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
954
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
955
  #, fuzzy
956
  msgid "Target Url"
957
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
958
 
959
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
960
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
961
  #, fuzzy
962
  msgid "Url of the webpage where icons are located (default)"
963
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
964
 
965
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
966
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
967
  #, fuzzy
968
  msgid "Url of the homepage of your website"
969
  msgstr "URL لعملاء الموقع (اختياري)"
970
 
971
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
972
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
973
  #, fuzzy
974
  msgid "Custom url"
975
  msgstr "رابط (URL) مخصّص"
976
 
977
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
978
  #, fuzzy
979
  msgid "Url to share"
980
  msgstr " شارك الآخرين بهذة الفقرة"
981
 
982
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
983
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
984
- #: ../inc/widget.php:941
985
  #, fuzzy
986
  msgid "Title"
987
  msgstr "العنوان"
988
 
989
- #: ../admin/social_sharing.php:745
990
  #, fuzzy
991
  msgid "The text to display above the sharing interface"
992
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
993
 
994
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
995
  #, fuzzy
996
  msgid "Instagram username"
997
  msgstr "إنستاجرام"
998
 
999
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
1000
  msgid ""
1001
  "Username of the Instagram account you want to redirect users to, on clicking "
1002
  "the icon"
1003
  msgstr ""
1004
 
1005
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
1006
  #, fuzzy
1007
  msgid "HTML ID of container element of comment form"
1008
  msgstr "ID HTML التعليق حاوية شكل"
1009
 
1010
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
1011
  msgid ""
1012
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
1013
  "icon."
1014
  msgstr ""
1015
 
1016
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
1017
  #, fuzzy
1018
  msgid "Rearrange icons"
1019
  msgstr "إعادة ترتيب الرموز"
1020
 
1021
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
1022
  #, fuzzy
1023
  msgid "Drag the icons to rearrange in desired order"
1024
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
1025
 
1026
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
1027
  #, fuzzy
1028
  msgid "Select Sharing Services"
1029
  msgstr "اختر مقالة"
1030
 
1031
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
1032
  msgid "Select sharing services to show in social share bar"
1033
  msgstr ""
1034
 
1035
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
1036
  #, fuzzy
1037
  msgid "Search social network"
1038
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1039
 
1040
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1041
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1042
  #, fuzzy
1043
  msgid "Horizontal alignment"
1044
  msgstr "بلا محاذاة"
1045
 
1046
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1047
  #, fuzzy
1048
  msgid "Center"
1049
  msgstr "وسط"
1050
 
1051
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1052
  #, fuzzy
1053
  msgid "Horizontal alignment of the sharing interface"
1054
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1055
 
1056
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1057
  #, fuzzy
1058
  msgid "Position with respect to content"
1059
  msgstr "موضع الخلفية"
1060
 
1061
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1062
  #, fuzzy
1063
  msgid "Top of the content"
1064
  msgstr "أعلى"
1065
 
1066
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1067
  #, fuzzy
1068
  msgid "Bottom of the content"
1069
  msgstr "أسفل"
1070
 
1071
- #: ../admin/social_sharing.php:962
1072
  #, fuzzy
1073
  msgid "Specify position of the sharing interface with respect to the content"
1074
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1075
 
1076
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1077
  msgid "Placement"
1078
  msgstr ""
1079
 
1080
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1081
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1082
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1083
  #, fuzzy
1084
  msgid "Homepage"
1085
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1086
 
1087
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1088
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1089
  #, fuzzy
1090
  msgid "Posts"
1091
  msgstr "مقالات"
1092
 
1093
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1094
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1095
  #, fuzzy
1096
  msgid "Pages"
1097
  msgstr "صفحات"
1098
 
1099
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1100
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1101
  msgid "Excerpts and Posts page"
1102
  msgstr ""
1103
 
1104
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1105
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1106
  #, fuzzy
1107
  msgid "Category Archives"
1108
  msgstr "الأرشيف"
1109
 
1110
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1111
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1112
  #, fuzzy
1113
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1114
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
1115
 
1116
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1117
  #, fuzzy
1118
  msgid "BuddyPress activity"
1119
  msgstr "النشاط BuddyPress والمجموعات"
1120
 
1121
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1122
  msgid "BuddyPress group (only at top of content)"
1123
  msgstr ""
1124
 
1125
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1126
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1127
  #, fuzzy
1128
  msgid "BBPress forum"
1129
  msgstr "المنتدى المستعمل | User Forum"
1130
 
1131
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1132
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1133
  #, fuzzy
1134
  msgid "BBPress topic"
1135
  msgstr "إضافات الموضوع"
1136
 
1137
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1138
  #, fuzzy
1139
  msgid "BBPress reply"
1140
  msgstr "رد"
1141
 
1142
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1143
  msgid "After individual product at WooCommerce Shop page"
1144
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
1145
 
1146
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1147
  msgid "WooCommerce Product Page"
1148
  msgstr "WooCommerce صفحة المنتج"
1149
 
1150
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1151
  msgid "WooCommerce Thankyou Page"
1152
  msgstr "WooCommerce الشكر الصفحة"
1153
 
1154
- #: ../admin/social_sharing.php:1038
1155
  #, fuzzy
1156
  msgid "Specify the pages where you want to enable Sharing interface"
1157
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1158
 
1159
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1160
  #, fuzzy
1161
  msgid "Show share counts"
1162
  msgstr "عرض عدد المقالات"
1163
 
1164
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1165
  msgid ""
1166
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1167
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1168
  msgstr ""
1169
 
1170
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1171
  #, php-format
1172
  msgid ""
1173
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1176,59 +1184,27 @@ msgid ""
1176
  "their website."
1177
  msgstr ""
1178
 
1179
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1180
  #, fuzzy
1181
  msgid "If enabled, share counts are displayed above sharing icons."
1182
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1183
 
1184
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1185
  #, fuzzy
1186
  msgid "Show total shares"
1187
  msgstr "عرض عدد المقالات"
1188
 
1189
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1190
  #, fuzzy
1191
  msgid "If enabled, total shares will be displayed with sharing icons"
1192
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1193
 
1194
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1195
- #: ../admin/social_login.php:161
1196
- #, fuzzy
1197
- msgid "Facebook App ID"
1198
- msgstr "رقم التعريف الخالص بك | ID"
1199
-
1200
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1201
- #, fuzzy, php-format
1202
- msgid ""
1203
- "Required for Facebook share count to work. Please follow the documentation "
1204
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1205
- msgstr ""
1206
- "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
1207
- "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1208
- "فيسبوك"
1209
-
1210
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1211
- #: ../admin/social_login.php:183
1212
- #, fuzzy
1213
- msgid "Facebook App Secret"
1214
- msgstr "رقم التعريف الخالص بك | ID"
1215
-
1216
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1217
- #, fuzzy, php-format
1218
- msgid ""
1219
- "Required for Facebook share count to work. Please follow the documentation "
1220
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1221
- msgstr ""
1222
- "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
1223
- "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1224
- "فيسبوك"
1225
-
1226
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1227
  #, fuzzy
1228
  msgid "Enable 'More' icon"
1229
  msgstr "الرمز معاينة"
1230
 
1231
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1232
  #, fuzzy
1233
  msgid ""
1234
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -1237,22 +1213,22 @@ msgstr ""
1237
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1238
  "مشاركة إضافية في المنبثقة"
1239
 
1240
- #: ../admin/social_sharing.php:1167
1241
  #, fuzzy
1242
  msgid "Floating Sharing Interface Options"
1243
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1244
 
1245
- #: ../admin/social_sharing.php:1173
1246
  #, fuzzy
1247
  msgid "Enable Floating sharing interface"
1248
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1249
 
1250
- #: ../admin/social_sharing.php:1183
1251
  #, fuzzy
1252
  msgid "Master control to enable floating sharing widget"
1253
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1254
 
1255
- #: ../admin/social_sharing.php:1377
1256
  #, fuzzy
1257
  msgid ""
1258
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -1264,12 +1240,12 @@ msgstr ""
1264
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1265
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1266
 
1267
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1268
  #, fuzzy
1269
  msgid "Left offset"
1270
  msgstr "يسار"
1271
 
1272
- #: ../admin/social_sharing.php:1417
1273
  #, fuzzy
1274
  msgid ""
1275
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1278,12 +1254,12 @@ msgstr ""
1278
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1279
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1280
 
1281
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1282
  #, fuzzy
1283
  msgid "Right offset"
1284
  msgstr "يمين"
1285
 
1286
- #: ../admin/social_sharing.php:1437
1287
  #, fuzzy
1288
  msgid ""
1289
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1292,12 +1268,12 @@ msgstr ""
1292
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1293
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1294
 
1295
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1296
  #, fuzzy
1297
  msgid "Top offset"
1298
  msgstr "أعلى"
1299
 
1300
- #: ../admin/social_sharing.php:1456
1301
  #, fuzzy
1302
  msgid ""
1303
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1306,107 +1282,142 @@ msgstr ""
1306
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1307
  "الأعلى."
1308
 
1309
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1310
  #, fuzzy
1311
  msgid "BuddyPress group"
1312
  msgstr "تحرير ملفي الشخصي"
1313
 
1314
- #: ../admin/social_sharing.php:1513
1315
  #, fuzzy
1316
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1317
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1318
 
1319
- #: ../admin/social_sharing.php:1618
1320
  #, fuzzy
1321
  msgid "Hide floating slider"
1322
  msgstr ""
1323
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
1324
  "out Users"
1325
 
1326
- #: ../admin/social_sharing.php:1628
1327
  msgid "Hides the slider arrow present below the floating share bar"
1328
  msgstr ""
1329
 
1330
- #: ../admin/social_sharing.php:1636
1331
  #, fuzzy
1332
  msgid "Vertical floating bar responsiveness"
1333
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1334
 
1335
- #: ../admin/social_sharing.php:1639
1336
  #, php-format
1337
  msgid "Display vertical interface only when screen is wider than %s pixels"
1338
  msgstr ""
1339
 
1340
- #: ../admin/social_sharing.php:1646
1341
  msgid ""
1342
  "Display vertical interface only when screen is wider than the width "
1343
  "specified."
1344
  msgstr ""
1345
 
1346
- #: ../admin/social_sharing.php:1654
1347
  msgid "Horizontal floating bar responsiveness"
1348
  msgstr ""
1349
 
1350
- #: ../admin/social_sharing.php:1657
1351
  #, fuzzy, php-format
1352
  msgid ""
1353
  "Stick vertical floating interface horizontally at bottom only when screen is "
1354
  "narrower than %s pixels"
1355
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1356
 
1357
- #: ../admin/social_sharing.php:1664
1358
  msgid ""
1359
  "Stick vertical floating interface horizontally at bottom only when screen is "
1360
  "narrower than the width specified"
1361
  msgstr ""
1362
 
1363
- #: ../admin/social_sharing.php:1674
1364
  #, fuzzy
1365
  msgid "Horizontal floating bar position"
1366
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1367
 
1368
- #: ../admin/social_sharing.php:1677
1369
  #, php-format
1370
  msgid "%s pixels from %s"
1371
  msgstr ""
1372
 
1373
- #: ../admin/social_sharing.php:1678
1374
  msgid "Auto-adjust according to screen width (responsive)"
1375
  msgstr ""
1376
 
1377
- #: ../admin/social_sharing.php:1685
1378
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1379
  msgstr ""
1380
 
1381
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1382
  #, fuzzy
1383
  msgid "Url shortener"
1384
  msgstr "عنوان Url للقيام بالتعليق على"
1385
 
1386
- #: ../admin/social_sharing.php:1711
1387
  #, fuzzy
1388
  msgid "Use shortlinks already installed"
1389
  msgstr "تمّ التنصيب مسبقاً"
1390
 
1391
- #: ../admin/social_sharing.php:1721
1392
  msgid "Uses default short url permalinks without using any additional plugin"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1729
1396
  #, fuzzy
1397
  msgid "Enable bit.ly url shortener for sharing"
1398
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1399
 
1400
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1401
  #, fuzzy
1402
  msgid "Master control to enable bit.ly url shortening for sharing"
1403
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1404
 
1405
- #: ../admin/social_sharing.php:1747
1406
  msgid "bit.ly Login"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1410
  #, fuzzy, php-format
1411
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1412
  msgstr ""
@@ -1414,52 +1425,52 @@ msgstr ""
1414
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1415
  "\"مفتاح API التغريد\""
1416
 
1417
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1418
  #, fuzzy
1419
  msgid "bit.ly API Key"
1420
  msgstr "مفتاح API الخاص | API Private Key"
1421
 
1422
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1423
  msgid "Clear Bitly Cache"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1427
  #, fuzzy
1428
  msgid "ShortUrl cache cleared successfully."
1429
  msgstr "تم ربط حسابك بنجاح"
1430
 
1431
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1432
  msgid ""
1433
  "Use this to delete short urls saved in database. Handy, if urls of your "
1434
  "website have been changed but short urls are still being generated for old "
1435
  "urls."
1436
  msgstr ""
1437
 
1438
- #: ../admin/social_sharing.php:1805
1439
  msgid "Share Count Cache"
1440
  msgstr ""
1441
 
1442
- #: ../admin/social_sharing.php:1811
1443
  msgid "Refresh Share Count cache every"
1444
  msgstr ""
1445
 
1446
- #: ../admin/social_sharing.php:1816
1447
  msgid "Second(s)"
1448
  msgstr ""
1449
 
1450
- #: ../admin/social_sharing.php:1817
1451
  msgid "Minute(s)"
1452
  msgstr ""
1453
 
1454
- #: ../admin/social_sharing.php:1818
1455
  msgid "Hour(s)"
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1819
1459
  msgid "Day(s)"
1460
  msgstr ""
1461
 
1462
- #: ../admin/social_sharing.php:1827
1463
  #, php-format
1464
  msgid ""
1465
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1467,20 +1478,20 @@ msgid ""
1467
  "target=\"_blank\">here</a>"
1468
  msgstr ""
1469
 
1470
- #: ../admin/social_sharing.php:1835
1471
  msgid "Clear Share Counts Cache"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1839
1475
  #, fuzzy
1476
  msgid "Share Counts cache cleared successfully."
1477
  msgstr "تم ربط حسابك بنجاح"
1478
 
1479
- #: ../admin/social_sharing.php:1846
1480
  msgid "Use this to clear cached share counts"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1484
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1485
  #: ../admin/like_buttons.php:698
1486
  #, fuzzy
@@ -1489,7 +1500,7 @@ msgstr ""
1489
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1490
  "والخصائص التالية: %s"
1491
 
1492
- #: ../admin/social_sharing.php:1871
1493
  #, fuzzy, php-format
1494
  msgid ""
1495
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1500,17 +1511,17 @@ msgstr ""
1500
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1501
  "فارغاً ل language(English) الافتراضي"
1502
 
1503
- #: ../admin/social_sharing.php:1880
1504
  #, fuzzy
1505
  msgid "Username in sharing"
1506
  msgstr "شارك الأخرين عبر تويتر"
1507
 
1508
- #: ../admin/social_sharing.php:1886
1509
  #, fuzzy
1510
  msgid "Twitter username (without @)"
1511
  msgstr "قالب بدون %1$s"
1512
 
1513
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1514
  #, fuzzy
1515
  msgid ""
1516
  "Provided username will be appended after the content being shared as \"via "
@@ -1520,37 +1531,37 @@ msgstr ""
1520
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1521
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1522
 
1523
- #: ../admin/social_sharing.php:1905
1524
  #, fuzzy
1525
  msgid "Buffer username (without @)"
1526
  msgstr "قالب بدون %1$s"
1527
 
1528
- #: ../admin/social_sharing.php:1924
1529
  msgid "AMP"
1530
  msgstr ""
1531
 
1532
- #: ../admin/social_sharing.php:1930
1533
  #, fuzzy
1534
  msgid "Enable sharing on AMP pages"
1535
  msgstr "صفحة"
1536
 
1537
- #: ../admin/social_sharing.php:1940
1538
  msgid "Enable this option to render sharing icons on AMP pages"
1539
  msgstr ""
1540
 
1541
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1542
  msgid "myCRED"
1543
  msgstr ""
1544
 
1545
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1546
  msgid "Append myCRED referral ID to the urls being shared"
1547
  msgstr ""
1548
 
1549
- #: ../admin/social_sharing.php:1998
1550
  msgid "Facebook Sharing Troubleshooter"
1551
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1552
 
1553
- #: ../admin/social_sharing.php:2003
1554
  #, fuzzy
1555
  msgid ""
1556
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1561,24 +1572,28 @@ msgstr ""
1561
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1562
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1563
 
1564
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1565
  #: ../admin/social_login.php:1241
1566
  msgid ""
1567
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1568
  "an online website for the plugin to function properly."
1569
  msgstr ""
1570
 
1571
- #: ../admin/social_sharing.php:2021
1572
  msgid ""
1573
  "Why is sharer not showing the correct image, title and other meta tags "
1574
  "content?"
1575
  msgstr ""
1576
 
1577
- #: ../admin/social_sharing.php:2023
 
 
 
 
1578
  msgid "Why is Instagram icon redirecting to Instagram website?"
1579
  msgstr ""
1580
 
1581
- #: ../admin/social_sharing.php:2024
1582
  msgid ""
1583
  "Instagram icon is there to send website visitors to the Instagram page of "
1584
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1586,46 +1601,46 @@ msgid ""
1586
  "sections."
1587
  msgstr ""
1588
 
1589
- #: ../admin/social_sharing.php:2027
1590
  #, fuzzy
1591
  msgid "How to customize the url being shared?"
1592
  msgstr "عرض عدد المقالات"
1593
 
1594
- #: ../admin/social_sharing.php:2028
1595
  msgid ""
1596
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1597
  msgstr ""
1598
 
1599
- #: ../admin/social_sharing.php:2029
1600
  msgid ""
1601
  "It takes some time for their service to track the shares made on Twitter "
1602
  "from your website. If you still feel it's taking too long you can contact "
1603
  "their support directly from their website."
1604
  msgstr ""
1605
 
1606
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1607
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1608
  msgstr ""
1609
 
1610
- #: ../admin/social_sharing.php:2032
1611
  msgid ""
1612
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1613
  msgstr ""
1614
 
1615
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1616
  #: ../admin/social_login.php:1248
1617
  msgid "Why is my browser blocking some features of the plugin?"
1618
  msgstr ""
1619
 
1620
- #: ../admin/social_sharing.php:2034
1621
  msgid "Why the color of share icons is not being updated?"
1622
  msgstr ""
1623
 
1624
- #: ../admin/social_sharing.php:2035
1625
  msgid "Why Facebook share counts are not appearing?"
1626
  msgstr ""
1627
 
1628
- #: ../admin/social_sharing.php:2036
1629
  #, fuzzy
1630
  msgid ""
1631
  "How can I show share counts of my website rather than of individual pages/"
@@ -1634,51 +1649,51 @@ msgstr ""
1634
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1635
  "الوظائف؟"
1636
 
1637
- #: ../admin/social_sharing.php:2037
1638
  #, fuzzy
1639
  msgid "How can I disable sharing on particular page/post?"
1640
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1641
 
1642
- #: ../admin/social_sharing.php:2038
1643
  #, fuzzy
1644
  msgid "How can I specify minimum sharing count for sharing networks?"
1645
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1646
 
1647
- #: ../admin/social_sharing.php:2039
1648
  msgid "How to share specific page?"
1649
  msgstr ""
1650
 
1651
- #: ../admin/social_sharing.php:2040
1652
  msgid "How to integrate Google Analytics with sharing?"
1653
  msgstr ""
1654
 
1655
- #: ../admin/social_sharing.php:2041
1656
  msgid "How to customize the look of total share counts?"
1657
  msgstr ""
1658
 
1659
- #: ../admin/social_sharing.php:2042
1660
  #, fuzzy
1661
  msgid "How to customize the look of individual share counts?"
1662
  msgstr "عرض عدد المقالات"
1663
 
1664
- #: ../admin/social_sharing.php:2043
1665
  #, fuzzy
1666
  msgid "How to show Whatsapp icon only on mobile devices?"
1667
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1668
 
1669
- #: ../admin/social_sharing.php:2044
1670
  msgid "How to hide arrow after floating sharing bar?"
1671
  msgstr ""
1672
 
1673
- #: ../admin/social_sharing.php:2045
1674
  msgid "Why is share count not getting updated?"
1675
  msgstr ""
1676
 
1677
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1678
  msgid "Why is there so much space between like buttons?"
1679
  msgstr ""
1680
 
1681
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1682
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1683
  msgstr ""
1684
 
@@ -3147,13 +3162,13 @@ msgid "Title (after login):"
3147
  msgstr ""
3148
 
3149
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
3150
- #: ../inc/widget.php:939
3151
  #, fuzzy
3152
  msgid "Before widget content:"
3153
  msgstr "المحتوى "
3154
 
3155
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
3156
- #: ../inc/widget.php:1013
3157
  #, fuzzy
3158
  msgid "After widget content:"
3159
  msgstr "أضف ودجت"
@@ -3285,108 +3300,113 @@ msgstr "آخر تسجيل دخول | Last Login"
3285
  msgid "These icons link to your Social Media accounts"
3286
  msgstr ""
3287
 
3288
- #: ../inc/widget.php:943
3289
  #, fuzzy
3290
  msgid "Size of icons"
3291
  msgstr "المشاركات الأفقي"
3292
 
3293
- #: ../inc/widget.php:945
3294
  #, fuzzy
3295
  msgid "Icon Shape"
3296
  msgstr "شكل"
3297
 
3298
- #: ../inc/widget.php:950
3299
  #, fuzzy
3300
  msgid "Facebook URL:"
3301
  msgstr "رقم التعريف الخالص بك | ID"
3302
 
3303
- #: ../inc/widget.php:953
3304
  #, fuzzy
3305
  msgid "Twitter URL:"
3306
  msgstr "شارك الأخرين عبر تويتر"
3307
 
3308
- #: ../inc/widget.php:956
3309
  #, fuzzy
3310
  msgid "Instagram URL:"
3311
  msgstr "إنستاجرام"
3312
 
3313
- #: ../inc/widget.php:959
3314
  #, fuzzy
3315
  msgid "Pinterest URL:"
3316
  msgstr "شارك الأخرين عبر بينتريست"
3317
 
3318
- #: ../inc/widget.php:962
3319
  msgid "Behance URL:"
3320
  msgstr ""
3321
 
3322
- #: ../inc/widget.php:965
3323
  msgid "Flickr URL:"
3324
  msgstr ""
3325
 
3326
- #: ../inc/widget.php:968
3327
  msgid "Foursquare URL:"
3328
  msgstr ""
3329
 
3330
- #: ../inc/widget.php:971
3331
  msgid "Github URL:"
3332
  msgstr ""
3333
 
3334
- #: ../inc/widget.php:974
3335
  #, fuzzy
3336
  msgid "LinkedIn URL:"
3337
  msgstr "شارك الأخرين عبر لنكيدان"
3338
 
3339
- #: ../inc/widget.php:977
3340
  #, fuzzy
3341
  msgid "LinkedIn Company URL:"
3342
  msgstr "شارك الأخرين عبر لنكيدان"
3343
 
3344
- #: ../inc/widget.php:980
3345
  #, fuzzy
3346
  msgid "Medium URL:"
3347
  msgstr "شارك الأخرين عبر تمبلير"
3348
 
3349
- #: ../inc/widget.php:983
3350
  #, fuzzy
3351
  msgid "MeWe URL:"
3352
  msgstr "شارك الأخرين عبر تمبلير"
3353
 
3354
- #: ../inc/widget.php:986
3355
  msgid "Odnoklassniki URL:"
3356
  msgstr ""
3357
 
3358
- #: ../inc/widget.php:989
3359
  msgid "Snapchat URL:"
3360
  msgstr ""
3361
 
3362
- #: ../inc/widget.php:992
 
 
 
 
 
3363
  #, fuzzy
3364
  msgid "Tumblr URL:"
3365
  msgstr "شارك الأخرين عبر تمبلير"
3366
 
3367
- #: ../inc/widget.php:995
3368
  msgid "Vimeo URL:"
3369
  msgstr ""
3370
 
3371
- #: ../inc/widget.php:998
3372
  #, fuzzy
3373
  msgid "Vkontakte URL:"
3374
  msgstr "انشر عبر VKontakte"
3375
 
3376
- #: ../inc/widget.php:1001
3377
  #, fuzzy
3378
  msgid "Xing URL:"
3379
  msgstr "شارك الأخرين عبر لنكيدان"
3380
 
3381
- #: ../inc/widget.php:1004
3382
  msgid "Youtube URL:"
3383
  msgstr ""
3384
 
3385
- #: ../inc/widget.php:1007
3386
  msgid "Youtube Channel URL:"
3387
  msgstr ""
3388
 
3389
- #: ../inc/widget.php:1010
3390
  msgid "RSS Feed URL:"
3391
  msgstr ""
3392
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:47+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
307
  msgstr ""
308
 
309
  #: ../super_socializer.php:2013
310
+ #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
313
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
314
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
315
+ "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
  #: ../super_socializer.php:2039
330
  msgid "Settings saved"
331
  msgstr "الإعدادات"
332
 
333
+ #: ../helper.php:8 ../admin/social_sharing.php:42
334
  msgid "Dismiss this notice"
335
  msgstr "إقالة هذا الإشعار"
336
 
429
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
430
 
431
  #: ../helper.php:913 ../admin/general_options.php:132
432
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
433
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
434
  #, fuzzy
435
  msgid "Save Changes"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
534
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
535
  msgstr ""
536
 
537
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
538
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
539
  #: ../admin/like_buttons.php:836
540
  #, fuzzy
541
  msgid "Instagram Shoutout"
542
  msgstr "إنستاجرام"
543
 
544
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
545
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
546
  #: ../admin/like_buttons.php:838
547
  msgid ""
550
  "hashtags and people to mention in the Instagram post."
551
  msgstr ""
552
 
553
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
554
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
555
  #: ../admin/like_buttons.php:839
556
  msgid ""
561
  "time."
562
  msgstr ""
563
 
564
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
565
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
566
  #: ../admin/like_buttons.php:840
567
  msgid ""
684
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
685
  msgstr ""
686
 
687
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
688
+ msgid ""
689
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
690
+ "Facebook share count to work"
691
+ msgstr ""
692
+
693
+ #: ../admin/social_sharing.php:49
694
  msgid "Theme Selection"
695
  msgstr ""
696
 
697
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
698
  #, fuzzy
699
  msgid "Standard Interface"
700
  msgstr "المشاركات الأفقي"
701
 
702
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
703
  #, fuzzy
704
  msgid "Floating Interface"
705
  msgstr "المشاركات الأفقي"
706
 
707
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
708
  msgid "Miscellaneous"
709
  msgstr ""
710
 
711
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
712
  msgid "3rd Party Integration"
713
  msgstr ""
714
 
715
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
716
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
717
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
718
  #: ../admin/like_buttons.php:797
719
  #, fuzzy
720
  msgid "Shortcode & Widget"
721
  msgstr "استخدم كود مختصر | Include the shortcode"
722
 
723
+ #: ../admin/social_sharing.php:61
724
  #, fuzzy
725
  msgid "Troubleshooter"
726
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
727
 
728
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
729
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
730
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
731
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
733
  msgid "FAQ"
734
  msgstr "الأسئلة الشائعة "
735
 
736
+ #: ../admin/social_sharing.php:70
737
  msgid "Standard interface theme"
738
  msgstr ""
739
 
740
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
741
  msgid "Icon Preview"
742
  msgstr "الرمز معاينة"
743
 
744
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
745
  #, fuzzy
746
  msgid ""
747
  "Do not forget to save the configuration after making changes by clicking the "
749
  msgstr ""
750
  "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
751
 
752
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
753
  #, fuzzy
754
  msgid "Shape"
755
  msgstr "شكل"
756
 
757
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
758
+ #: ../inc/widget.php:951
759
  #, fuzzy
760
  msgid "Round"
761
  msgstr "مستدير"
762
 
763
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
764
+ #: ../inc/widget.php:952
765
  #, fuzzy
766
  msgid "Square"
767
  msgstr "مربع"
768
 
769
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
770
  msgid "Rectangle"
771
  msgstr ""
772
 
773
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
774
  #, fuzzy
775
  msgid "Shape of the sharing icons"
776
  msgstr "المشاركات الأفقي"
777
 
778
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
779
  #, fuzzy
780
  msgid "Size (in pixels)"
781
  msgstr "حجم"
782
 
783
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
784
  #, fuzzy
785
  msgid "Size of the sharing icons"
786
  msgstr "المشاركات الأفقي"
787
 
788
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
789
  #, fuzzy
790
  msgid "Width (in pixels)"
791
  msgstr "حجم"
792
 
793
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
794
  #, fuzzy
795
  msgid "Width of the sharing icons"
796
  msgstr "المشاركات الأفقي"
797
 
798
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
799
  #, fuzzy
800
  msgid "Height (in pixels)"
801
  msgstr "حجم"
802
 
803
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
804
  #, fuzzy
805
  msgid "Height of the sharing icons"
806
  msgstr "المشاركات الأفقي"
807
 
808
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
809
  #, fuzzy
810
  msgid "Border radius (in pixels)"
811
  msgstr "حجم"
812
 
813
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
814
  msgid ""
815
  "Specify a value for rounded corners. More the value, more rounded will the "
816
  "corners be. Leave empty for sharp corners."
817
  msgstr ""
818
 
819
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
820
  #, fuzzy
821
  msgid "Logo Color"
822
  msgstr "لون الخلفية"
823
 
824
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
825
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
826
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
827
  msgid "Default"
828
  msgstr ""
829
 
830
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
831
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
832
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
833
  msgid "On Hover"
834
  msgstr ""
835
 
836
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
837
  #, fuzzy
838
  msgid ""
839
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
844
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
845
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
846
 
847
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
848
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
849
  #: ../inc/widget.php:460 ../inc/widget.php:772
850
  #, fuzzy
851
  msgid "Background Color"
852
  msgstr "لون الخلفية"
853
 
854
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
855
  #, fuzzy
856
  msgid ""
857
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
863
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
864
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
865
 
866
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
867
  msgid "Border"
868
  msgstr ""
869
 
870
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
871
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
872
  #, fuzzy
873
  msgid "Border Width"
874
  msgstr "أضف ودجت"
875
 
876
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
877
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
878
  #, fuzzy
879
  msgid "Border Color"
880
  msgstr "لون الخلفية"
881
 
882
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
883
  #, fuzzy
884
  msgid "Icon border"
885
  msgstr "الرمز معاينة"
886
 
887
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
888
  msgid "Counter Position"
889
  msgstr ""
890
 
891
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
892
  msgid "(applies, if counter enabled)"
893
  msgstr ""
894
 
895
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
896
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
897
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
898
  #: ../inc/widget.php:446 ../inc/widget.php:758
899
  #, fuzzy
900
  msgid "Left"
901
  msgstr "يسار"
902
 
903
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
904
  msgid "Top"
905
  msgstr ""
906
 
907
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
908
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
909
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
910
  #: ../inc/widget.php:447 ../inc/widget.php:759
911
  #, fuzzy
912
  msgid "Right"
913
  msgstr "يمين"
914
 
915
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
916
  msgid "Bottom"
917
  msgstr ""
918
 
919
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
920
  msgid "Inner Left"
921
  msgstr ""
922
 
923
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
924
  msgid "Inner Top"
925
  msgstr ""
926
 
927
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
928
  #, fuzzy
929
  msgid "Inner Right"
930
  msgstr "يمين"
931
 
932
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
933
  msgid "Inner Bottom"
934
  msgstr ""
935
 
936
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
937
  #, fuzzy
938
  msgid "Position of share counter"
939
  msgstr "أسفل"
940
 
941
+ #: ../admin/social_sharing.php:377
942
  #, fuzzy
943
  msgid "Floating interface theme"
944
  msgstr "المشاركات الأفقي"
945
 
946
+ #: ../admin/social_sharing.php:690
947
  #, fuzzy
948
  msgid "Standard Sharing Interface Options"
949
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
950
 
951
+ #: ../admin/social_sharing.php:696
952
  #, fuzzy
953
  msgid "Enable Standard sharing interface"
954
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
955
 
956
+ #: ../admin/social_sharing.php:706
957
  #, fuzzy
958
  msgid "Master control to enable standard sharing"
959
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
960
 
961
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
962
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
963
  #, fuzzy
964
  msgid "Target Url"
965
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
966
 
967
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
968
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
969
  #, fuzzy
970
  msgid "Url of the webpage where icons are located (default)"
971
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
972
 
973
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
974
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
975
  #, fuzzy
976
  msgid "Url of the homepage of your website"
977
  msgstr "URL لعملاء الموقع (اختياري)"
978
 
979
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
980
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
981
  #, fuzzy
982
  msgid "Custom url"
983
  msgstr "رابط (URL) مخصّص"
984
 
985
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
986
  #, fuzzy
987
  msgid "Url to share"
988
  msgstr " شارك الآخرين بهذة الفقرة"
989
 
990
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
991
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
992
+ #: ../inc/widget.php:945
993
  #, fuzzy
994
  msgid "Title"
995
  msgstr "العنوان"
996
 
997
+ #: ../admin/social_sharing.php:749
998
  #, fuzzy
999
  msgid "The text to display above the sharing interface"
1000
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
1001
 
1002
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
1003
  #, fuzzy
1004
  msgid "Instagram username"
1005
  msgstr "إنستاجرام"
1006
 
1007
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
1008
  msgid ""
1009
  "Username of the Instagram account you want to redirect users to, on clicking "
1010
  "the icon"
1011
  msgstr ""
1012
 
1013
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
1014
  #, fuzzy
1015
  msgid "HTML ID of container element of comment form"
1016
  msgstr "ID HTML التعليق حاوية شكل"
1017
 
1018
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
1019
  msgid ""
1020
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
1021
  "icon."
1022
  msgstr ""
1023
 
1024
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
1025
  #, fuzzy
1026
  msgid "Rearrange icons"
1027
  msgstr "إعادة ترتيب الرموز"
1028
 
1029
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
1030
  #, fuzzy
1031
  msgid "Drag the icons to rearrange in desired order"
1032
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
1033
 
1034
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
1035
  #, fuzzy
1036
  msgid "Select Sharing Services"
1037
  msgstr "اختر مقالة"
1038
 
1039
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
1040
  msgid "Select sharing services to show in social share bar"
1041
  msgstr ""
1042
 
1043
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
1044
  #, fuzzy
1045
  msgid "Search social network"
1046
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1047
 
1048
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
1049
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1050
  #, fuzzy
1051
  msgid "Horizontal alignment"
1052
  msgstr "بلا محاذاة"
1053
 
1054
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
1055
  #, fuzzy
1056
  msgid "Center"
1057
  msgstr "وسط"
1058
 
1059
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1060
  #, fuzzy
1061
  msgid "Horizontal alignment of the sharing interface"
1062
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1063
 
1064
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1065
  #, fuzzy
1066
  msgid "Position with respect to content"
1067
  msgstr "موضع الخلفية"
1068
 
1069
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1070
  #, fuzzy
1071
  msgid "Top of the content"
1072
  msgstr "أعلى"
1073
 
1074
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1075
  #, fuzzy
1076
  msgid "Bottom of the content"
1077
  msgstr "أسفل"
1078
 
1079
+ #: ../admin/social_sharing.php:966
1080
  #, fuzzy
1081
  msgid "Specify position of the sharing interface with respect to the content"
1082
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1083
 
1084
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1085
  msgid "Placement"
1086
  msgstr ""
1087
 
1088
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1089
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1090
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1091
  #, fuzzy
1092
  msgid "Homepage"
1093
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1094
 
1095
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1096
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1097
  #, fuzzy
1098
  msgid "Posts"
1099
  msgstr "مقالات"
1100
 
1101
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1102
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1103
  #, fuzzy
1104
  msgid "Pages"
1105
  msgstr "صفحات"
1106
 
1107
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1108
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1109
  msgid "Excerpts and Posts page"
1110
  msgstr ""
1111
 
1112
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1113
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1114
  #, fuzzy
1115
  msgid "Category Archives"
1116
  msgstr "الأرشيف"
1117
 
1118
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1119
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1120
  #, fuzzy
1121
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1122
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
1123
 
1124
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1125
  #, fuzzy
1126
  msgid "BuddyPress activity"
1127
  msgstr "النشاط BuddyPress والمجموعات"
1128
 
1129
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1130
  msgid "BuddyPress group (only at top of content)"
1131
  msgstr ""
1132
 
1133
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1134
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1135
  #, fuzzy
1136
  msgid "BBPress forum"
1137
  msgstr "المنتدى المستعمل | User Forum"
1138
 
1139
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1140
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1141
  #, fuzzy
1142
  msgid "BBPress topic"
1143
  msgstr "إضافات الموضوع"
1144
 
1145
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1146
  #, fuzzy
1147
  msgid "BBPress reply"
1148
  msgstr "رد"
1149
 
1150
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1151
  msgid "After individual product at WooCommerce Shop page"
1152
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
1153
 
1154
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1155
  msgid "WooCommerce Product Page"
1156
  msgstr "WooCommerce صفحة المنتج"
1157
 
1158
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1159
  msgid "WooCommerce Thankyou Page"
1160
  msgstr "WooCommerce الشكر الصفحة"
1161
 
1162
+ #: ../admin/social_sharing.php:1042
1163
  #, fuzzy
1164
  msgid "Specify the pages where you want to enable Sharing interface"
1165
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1166
 
1167
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1168
  #, fuzzy
1169
  msgid "Show share counts"
1170
  msgstr "عرض عدد المقالات"
1171
 
1172
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1173
  msgid ""
1174
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1175
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1176
  msgstr ""
1177
 
1178
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1179
  #, php-format
1180
  msgid ""
1181
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1184
  "their website."
1185
  msgstr ""
1186
 
1187
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1188
  #, fuzzy
1189
  msgid "If enabled, share counts are displayed above sharing icons."
1190
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1191
 
1192
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1193
  #, fuzzy
1194
  msgid "Show total shares"
1195
  msgstr "عرض عدد المقالات"
1196
 
1197
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1198
  #, fuzzy
1199
  msgid "If enabled, total shares will be displayed with sharing icons"
1200
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1201
 
1202
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1203
  #, fuzzy
1204
  msgid "Enable 'More' icon"
1205
  msgstr "الرمز معاينة"
1206
 
1207
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1208
  #, fuzzy
1209
  msgid ""
1210
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1213
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1214
  "مشاركة إضافية في المنبثقة"
1215
 
1216
+ #: ../admin/social_sharing.php:1118
1217
  #, fuzzy
1218
  msgid "Floating Sharing Interface Options"
1219
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1220
 
1221
+ #: ../admin/social_sharing.php:1124
1222
  #, fuzzy
1223
  msgid "Enable Floating sharing interface"
1224
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1225
 
1226
+ #: ../admin/social_sharing.php:1134
1227
  #, fuzzy
1228
  msgid "Master control to enable floating sharing widget"
1229
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1230
 
1231
+ #: ../admin/social_sharing.php:1328
1232
  #, fuzzy
1233
  msgid ""
1234
  "Specify the color or hex code (example #cc78e0) for the background of "
1240
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1241
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1242
 
1243
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1244
  #, fuzzy
1245
  msgid "Left offset"
1246
  msgstr "يسار"
1247
 
1248
+ #: ../admin/social_sharing.php:1368
1249
  #, fuzzy
1250
  msgid ""
1251
  "Specify a number. Increase in number will shift sharing interface towards "
1254
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1255
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1256
 
1257
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1258
  #, fuzzy
1259
  msgid "Right offset"
1260
  msgstr "يمين"
1261
 
1262
+ #: ../admin/social_sharing.php:1388
1263
  #, fuzzy
1264
  msgid ""
1265
  "Specify a number. Increase in number will shift sharing interface towards "
1268
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1269
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1270
 
1271
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1272
  #, fuzzy
1273
  msgid "Top offset"
1274
  msgstr "أعلى"
1275
 
1276
+ #: ../admin/social_sharing.php:1407
1277
  #, fuzzy
1278
  msgid ""
1279
  "Specify a number. Increase in number will shift sharing interface towards "
1282
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1283
  "الأعلى."
1284
 
1285
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1286
  #, fuzzy
1287
  msgid "BuddyPress group"
1288
  msgstr "تحرير ملفي الشخصي"
1289
 
1290
+ #: ../admin/social_sharing.php:1464
1291
  #, fuzzy
1292
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1293
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1294
 
1295
+ #: ../admin/social_sharing.php:1531
1296
  #, fuzzy
1297
  msgid "Hide floating slider"
1298
  msgstr ""
1299
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
1300
  "out Users"
1301
 
1302
+ #: ../admin/social_sharing.php:1541
1303
  msgid "Hides the slider arrow present below the floating share bar"
1304
  msgstr ""
1305
 
1306
+ #: ../admin/social_sharing.php:1549
1307
  #, fuzzy
1308
  msgid "Vertical floating bar responsiveness"
1309
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1310
 
1311
+ #: ../admin/social_sharing.php:1552
1312
  #, php-format
1313
  msgid "Display vertical interface only when screen is wider than %s pixels"
1314
  msgstr ""
1315
 
1316
+ #: ../admin/social_sharing.php:1559
1317
  msgid ""
1318
  "Display vertical interface only when screen is wider than the width "
1319
  "specified."
1320
  msgstr ""
1321
 
1322
+ #: ../admin/social_sharing.php:1567
1323
  msgid "Horizontal floating bar responsiveness"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/social_sharing.php:1570
1327
  #, fuzzy, php-format
1328
  msgid ""
1329
  "Stick vertical floating interface horizontally at bottom only when screen is "
1330
  "narrower than %s pixels"
1331
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1332
 
1333
+ #: ../admin/social_sharing.php:1577
1334
  msgid ""
1335
  "Stick vertical floating interface horizontally at bottom only when screen is "
1336
  "narrower than the width specified"
1337
  msgstr ""
1338
 
1339
+ #: ../admin/social_sharing.php:1587
1340
  #, fuzzy
1341
  msgid "Horizontal floating bar position"
1342
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1343
 
1344
+ #: ../admin/social_sharing.php:1590
1345
  #, php-format
1346
  msgid "%s pixels from %s"
1347
  msgstr ""
1348
 
1349
+ #: ../admin/social_sharing.php:1591
1350
  msgid "Auto-adjust according to screen width (responsive)"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/social_sharing.php:1598
1354
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1355
  msgstr ""
1356
 
1357
+ #: ../admin/social_sharing.php:1618
1358
+ #, fuzzy
1359
+ msgid "Facebook Share Count"
1360
+ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1361
+
1362
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1363
+ #, fuzzy
1364
+ msgid "Facebook App ID"
1365
+ msgstr "رقم التعريف الخالص بك | ID"
1366
+
1367
+ #: ../admin/social_sharing.php:1634
1368
+ #, fuzzy, php-format
1369
+ msgid ""
1370
+ "Required for Facebook share count to work. Please follow the documentation "
1371
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1372
+ msgstr ""
1373
+ "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
1374
+ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1375
+ "فيسبوك"
1376
+
1377
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1378
+ #, fuzzy
1379
+ msgid "Facebook App Secret"
1380
+ msgstr "رقم التعريف الخالص بك | ID"
1381
+
1382
+ #: ../admin/social_sharing.php:1652
1383
+ #, fuzzy, php-format
1384
+ msgid ""
1385
+ "Required for Facebook share count to work. Please follow the documentation "
1386
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1387
+ msgstr ""
1388
+ "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة "
1389
+ "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
1390
+ "فيسبوك"
1391
+
1392
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1393
  #, fuzzy
1394
  msgid "Url shortener"
1395
  msgstr "عنوان Url للقيام بالتعليق على"
1396
 
1397
+ #: ../admin/social_sharing.php:1667
1398
  #, fuzzy
1399
  msgid "Use shortlinks already installed"
1400
  msgstr "تمّ التنصيب مسبقاً"
1401
 
1402
+ #: ../admin/social_sharing.php:1677
1403
  msgid "Uses default short url permalinks without using any additional plugin"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1685
1407
  #, fuzzy
1408
  msgid "Enable bit.ly url shortener for sharing"
1409
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1410
 
1411
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1412
  #, fuzzy
1413
  msgid "Master control to enable bit.ly url shortening for sharing"
1414
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1415
 
1416
+ #: ../admin/social_sharing.php:1703
1417
  msgid "bit.ly Login"
1418
  msgstr ""
1419
 
1420
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1421
  #, fuzzy, php-format
1422
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1423
  msgstr ""
1425
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1426
  "\"مفتاح API التغريد\""
1427
 
1428
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1429
  #, fuzzy
1430
  msgid "bit.ly API Key"
1431
  msgstr "مفتاح API الخاص | API Private Key"
1432
 
1433
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1434
  msgid "Clear Bitly Cache"
1435
  msgstr ""
1436
 
1437
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1438
  #, fuzzy
1439
  msgid "ShortUrl cache cleared successfully."
1440
  msgstr "تم ربط حسابك بنجاح"
1441
 
1442
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1443
  msgid ""
1444
  "Use this to delete short urls saved in database. Handy, if urls of your "
1445
  "website have been changed but short urls are still being generated for old "
1446
  "urls."
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_sharing.php:1761
1450
  msgid "Share Count Cache"
1451
  msgstr ""
1452
 
1453
+ #: ../admin/social_sharing.php:1767
1454
  msgid "Refresh Share Count cache every"
1455
  msgstr ""
1456
 
1457
+ #: ../admin/social_sharing.php:1772
1458
  msgid "Second(s)"
1459
  msgstr ""
1460
 
1461
+ #: ../admin/social_sharing.php:1773
1462
  msgid "Minute(s)"
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1774
1466
  msgid "Hour(s)"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1775
1470
  msgid "Day(s)"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1783
1474
  #, php-format
1475
  msgid ""
1476
  "Frequent cache refreshing results in slower loading of pages with share "
1478
  "target=\"_blank\">here</a>"
1479
  msgstr ""
1480
 
1481
+ #: ../admin/social_sharing.php:1791
1482
  msgid "Clear Share Counts Cache"
1483
  msgstr ""
1484
 
1485
+ #: ../admin/social_sharing.php:1795
1486
  #, fuzzy
1487
  msgid "Share Counts cache cleared successfully."
1488
  msgstr "تم ربط حسابك بنجاح"
1489
 
1490
+ #: ../admin/social_sharing.php:1802
1491
  msgid "Use this to clear cached share counts"
1492
  msgstr ""
1493
 
1494
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1495
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1496
  #: ../admin/like_buttons.php:698
1497
  #, fuzzy
1500
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1501
  "والخصائص التالية: %s"
1502
 
1503
+ #: ../admin/social_sharing.php:1827
1504
  #, fuzzy, php-format
1505
  msgid ""
1506
  "Enter the code of the language you want to use for like buttons. You can "
1511
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1512
  "فارغاً ل language(English) الافتراضي"
1513
 
1514
+ #: ../admin/social_sharing.php:1836
1515
  #, fuzzy
1516
  msgid "Username in sharing"
1517
  msgstr "شارك الأخرين عبر تويتر"
1518
 
1519
+ #: ../admin/social_sharing.php:1842
1520
  #, fuzzy
1521
  msgid "Twitter username (without @)"
1522
  msgstr "قالب بدون %1$s"
1523
 
1524
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1525
  #, fuzzy
1526
  msgid ""
1527
  "Provided username will be appended after the content being shared as \"via "
1531
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1532
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1533
 
1534
+ #: ../admin/social_sharing.php:1861
1535
  #, fuzzy
1536
  msgid "Buffer username (without @)"
1537
  msgstr "قالب بدون %1$s"
1538
 
1539
+ #: ../admin/social_sharing.php:1880
1540
  msgid "AMP"
1541
  msgstr ""
1542
 
1543
+ #: ../admin/social_sharing.php:1886
1544
  #, fuzzy
1545
  msgid "Enable sharing on AMP pages"
1546
  msgstr "صفحة"
1547
 
1548
+ #: ../admin/social_sharing.php:1896
1549
  msgid "Enable this option to render sharing icons on AMP pages"
1550
  msgstr ""
1551
 
1552
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1553
  msgid "myCRED"
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1557
  msgid "Append myCRED referral ID to the urls being shared"
1558
  msgstr ""
1559
 
1560
+ #: ../admin/social_sharing.php:1954
1561
  msgid "Facebook Sharing Troubleshooter"
1562
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1563
 
1564
+ #: ../admin/social_sharing.php:1959
1565
  #, fuzzy
1566
  msgid ""
1567
  "If Facebook sharing is not working fine, click at the following link and "
1572
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1573
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1574
 
1575
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1576
  #: ../admin/social_login.php:1241
1577
  msgid ""
1578
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1579
  "an online website for the plugin to function properly."
1580
  msgstr ""
1581
 
1582
+ #: ../admin/social_sharing.php:1977
1583
  msgid ""
1584
  "Why is sharer not showing the correct image, title and other meta tags "
1585
  "content?"
1586
  msgstr ""
1587
 
1588
+ #: ../admin/social_sharing.php:1978
1589
+ msgid "Why is Facebook share count not working?"
1590
+ msgstr ""
1591
+
1592
+ #: ../admin/social_sharing.php:1981
1593
  msgid "Why is Instagram icon redirecting to Instagram website?"
1594
  msgstr ""
1595
 
1596
+ #: ../admin/social_sharing.php:1982
1597
  msgid ""
1598
  "Instagram icon is there to send website visitors to the Instagram page of "
1599
  "your choice. You can save the desired Instagram handle in \"Instagram "
1601
  "sections."
1602
  msgstr ""
1603
 
1604
+ #: ../admin/social_sharing.php:1985
1605
  #, fuzzy
1606
  msgid "How to customize the url being shared?"
1607
  msgstr "عرض عدد المقالات"
1608
 
1609
+ #: ../admin/social_sharing.php:1986
1610
  msgid ""
1611
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1612
  msgstr ""
1613
 
1614
+ #: ../admin/social_sharing.php:1987
1615
  msgid ""
1616
  "It takes some time for their service to track the shares made on Twitter "
1617
  "from your website. If you still feel it's taking too long you can contact "
1618
  "their support directly from their website."
1619
  msgstr ""
1620
 
1621
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1622
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1623
  msgstr ""
1624
 
1625
+ #: ../admin/social_sharing.php:1990
1626
  msgid ""
1627
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1628
  msgstr ""
1629
 
1630
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1631
  #: ../admin/social_login.php:1248
1632
  msgid "Why is my browser blocking some features of the plugin?"
1633
  msgstr ""
1634
 
1635
+ #: ../admin/social_sharing.php:1992
1636
  msgid "Why the color of share icons is not being updated?"
1637
  msgstr ""
1638
 
1639
+ #: ../admin/social_sharing.php:1993
1640
  msgid "Why Facebook share counts are not appearing?"
1641
  msgstr ""
1642
 
1643
+ #: ../admin/social_sharing.php:1994
1644
  #, fuzzy
1645
  msgid ""
1646
  "How can I show share counts of my website rather than of individual pages/"
1649
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1650
  "الوظائف؟"
1651
 
1652
+ #: ../admin/social_sharing.php:1995
1653
  #, fuzzy
1654
  msgid "How can I disable sharing on particular page/post?"
1655
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1656
 
1657
+ #: ../admin/social_sharing.php:1996
1658
  #, fuzzy
1659
  msgid "How can I specify minimum sharing count for sharing networks?"
1660
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1661
 
1662
+ #: ../admin/social_sharing.php:1997
1663
  msgid "How to share specific page?"
1664
  msgstr ""
1665
 
1666
+ #: ../admin/social_sharing.php:1998
1667
  msgid "How to integrate Google Analytics with sharing?"
1668
  msgstr ""
1669
 
1670
+ #: ../admin/social_sharing.php:1999
1671
  msgid "How to customize the look of total share counts?"
1672
  msgstr ""
1673
 
1674
+ #: ../admin/social_sharing.php:2000
1675
  #, fuzzy
1676
  msgid "How to customize the look of individual share counts?"
1677
  msgstr "عرض عدد المقالات"
1678
 
1679
+ #: ../admin/social_sharing.php:2001
1680
  #, fuzzy
1681
  msgid "How to show Whatsapp icon only on mobile devices?"
1682
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1683
 
1684
+ #: ../admin/social_sharing.php:2002
1685
  msgid "How to hide arrow after floating sharing bar?"
1686
  msgstr ""
1687
 
1688
+ #: ../admin/social_sharing.php:2003
1689
  msgid "Why is share count not getting updated?"
1690
  msgstr ""
1691
 
1692
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1693
  msgid "Why is there so much space between like buttons?"
1694
  msgstr ""
1695
 
1696
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1697
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1698
  msgstr ""
1699
 
3162
  msgstr ""
3163
 
3164
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
3165
+ #: ../inc/widget.php:943
3166
  #, fuzzy
3167
  msgid "Before widget content:"
3168
  msgstr "المحتوى "
3169
 
3170
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
3171
+ #: ../inc/widget.php:1020
3172
  #, fuzzy
3173
  msgid "After widget content:"
3174
  msgstr "أضف ودجت"
3300
  msgid "These icons link to your Social Media accounts"
3301
  msgstr ""
3302
 
3303
+ #: ../inc/widget.php:947
3304
  #, fuzzy
3305
  msgid "Size of icons"
3306
  msgstr "المشاركات الأفقي"
3307
 
3308
+ #: ../inc/widget.php:949
3309
  #, fuzzy
3310
  msgid "Icon Shape"
3311
  msgstr "شكل"
3312
 
3313
+ #: ../inc/widget.php:954
3314
  #, fuzzy
3315
  msgid "Facebook URL:"
3316
  msgstr "رقم التعريف الخالص بك | ID"
3317
 
3318
+ #: ../inc/widget.php:957
3319
  #, fuzzy
3320
  msgid "Twitter URL:"
3321
  msgstr "شارك الأخرين عبر تويتر"
3322
 
3323
+ #: ../inc/widget.php:960
3324
  #, fuzzy
3325
  msgid "Instagram URL:"
3326
  msgstr "إنستاجرام"
3327
 
3328
+ #: ../inc/widget.php:963
3329
  #, fuzzy
3330
  msgid "Pinterest URL:"
3331
  msgstr "شارك الأخرين عبر بينتريست"
3332
 
3333
+ #: ../inc/widget.php:966
3334
  msgid "Behance URL:"
3335
  msgstr ""
3336
 
3337
+ #: ../inc/widget.php:969
3338
  msgid "Flickr URL:"
3339
  msgstr ""
3340
 
3341
+ #: ../inc/widget.php:972
3342
  msgid "Foursquare URL:"
3343
  msgstr ""
3344
 
3345
+ #: ../inc/widget.php:975
3346
  msgid "Github URL:"
3347
  msgstr ""
3348
 
3349
+ #: ../inc/widget.php:978
3350
  #, fuzzy
3351
  msgid "LinkedIn URL:"
3352
  msgstr "شارك الأخرين عبر لنكيدان"
3353
 
3354
+ #: ../inc/widget.php:981
3355
  #, fuzzy
3356
  msgid "LinkedIn Company URL:"
3357
  msgstr "شارك الأخرين عبر لنكيدان"
3358
 
3359
+ #: ../inc/widget.php:984
3360
  #, fuzzy
3361
  msgid "Medium URL:"
3362
  msgstr "شارك الأخرين عبر تمبلير"
3363
 
3364
+ #: ../inc/widget.php:987
3365
  #, fuzzy
3366
  msgid "MeWe URL:"
3367
  msgstr "شارك الأخرين عبر تمبلير"
3368
 
3369
+ #: ../inc/widget.php:990
3370
  msgid "Odnoklassniki URL:"
3371
  msgstr ""
3372
 
3373
+ #: ../inc/widget.php:993
3374
  msgid "Snapchat URL:"
3375
  msgstr ""
3376
 
3377
+ #: ../inc/widget.php:996
3378
+ #, fuzzy
3379
+ msgid "Telegram URL:"
3380
+ msgstr "إنستاجرام"
3381
+
3382
+ #: ../inc/widget.php:999
3383
  #, fuzzy
3384
  msgid "Tumblr URL:"
3385
  msgstr "شارك الأخرين عبر تمبلير"
3386
 
3387
+ #: ../inc/widget.php:1002
3388
  msgid "Vimeo URL:"
3389
  msgstr ""
3390
 
3391
+ #: ../inc/widget.php:1005
3392
  #, fuzzy
3393
  msgid "Vkontakte URL:"
3394
  msgstr "انشر عبر VKontakte"
3395
 
3396
+ #: ../inc/widget.php:1008
3397
  #, fuzzy
3398
  msgid "Xing URL:"
3399
  msgstr "شارك الأخرين عبر لنكيدان"
3400
 
3401
+ #: ../inc/widget.php:1011
3402
  msgid "Youtube URL:"
3403
  msgstr ""
3404
 
3405
+ #: ../inc/widget.php:1014
3406
  msgid "Youtube Channel URL:"
3407
  msgstr ""
3408
 
3409
+ #: ../inc/widget.php:1017
3410
  msgid "RSS Feed URL:"
3411
  msgstr ""
3412
 
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:55+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -312,10 +312,12 @@ msgid "Dismiss"
312
  msgstr ""
313
 
314
  #: ../super_socializer.php:2013
 
315
  msgid ""
316
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
317
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
318
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
319
  msgstr ""
320
 
321
  #: ../super_socializer.php:2039
@@ -332,7 +334,7 @@ msgstr ""
332
  msgid "Settings saved"
333
  msgstr "Ajustes guardados"
334
 
335
- #: ../helper.php:8
336
  msgid "Dismiss this notice"
337
  msgstr "No volver a mostrar este aviso"
338
 
@@ -423,7 +425,7 @@ msgid "Large Avatar"
423
  msgstr "Avatar Grande"
424
 
425
  #: ../helper.php:913 ../admin/general_options.php:132
426
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
427
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
428
  msgid "Save Changes"
429
  msgstr "Guardar Cambios"
@@ -446,7 +448,7 @@ msgid "Something bad happened"
446
  msgstr ""
447
 
448
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
449
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
450
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
451
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
452
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -524,14 +526,14 @@ msgstr ""
524
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
525
  "style&gt;)"
526
 
527
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
528
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
529
  #: ../admin/like_buttons.php:836
530
  #, fuzzy
531
  msgid "Instagram Shoutout"
532
  msgstr "Instagram"
533
 
534
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
535
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
536
  #: ../admin/like_buttons.php:838
537
  msgid ""
@@ -540,7 +542,7 @@ msgid ""
540
  "hashtags and people to mention in the Instagram post."
541
  msgstr ""
542
 
543
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
544
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
545
  #: ../admin/like_buttons.php:839
546
  msgid ""
@@ -551,7 +553,7 @@ msgid ""
551
  "time."
552
  msgstr ""
553
 
554
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
555
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
556
  #: ../admin/like_buttons.php:840
557
  msgid ""
@@ -664,53 +666,59 @@ msgstr "Control Maestro para permitir Compartir en redes sociales"
664
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
665
  msgstr ""
666
 
667
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
668
  msgid "Theme Selection"
669
  msgstr "Selección de Temas"
670
 
671
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
672
  msgid "Standard Interface"
673
  msgstr "Interfaz Estándar"
674
 
675
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
676
  msgid "Floating Interface"
677
  msgstr "Interfaz Flotante"
678
 
679
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
680
  msgid "Miscellaneous"
681
  msgstr "Miscelánea"
682
 
683
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
684
  msgid "3rd Party Integration"
685
  msgstr ""
686
 
687
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
688
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
689
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
690
  #: ../admin/like_buttons.php:797
691
  msgid "Shortcode & Widget"
692
  msgstr "Widgets y Shortcodes"
693
 
694
- #: ../admin/social_sharing.php:57
695
  msgid "Troubleshooter"
696
  msgstr "Resolución de problmas"
697
 
698
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
699
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
700
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
701
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
702
  msgid "FAQ"
703
  msgstr "FAQ"
704
 
705
- #: ../admin/social_sharing.php:66
706
  msgid "Standard interface theme"
707
  msgstr "Tema de la Interfaz Estándar"
708
 
709
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
710
  msgid "Icon Preview"
711
  msgstr "Vista previa de Icono"
712
 
713
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
714
  msgid ""
715
  "Do not forget to save the configuration after making changes by clicking the "
716
  "save button below"
@@ -718,57 +726,57 @@ msgstr ""
718
  "No olvides guardar la configuración después de hacer cambios clickando en el "
719
  "botón \"Guardar\" de abajo"
720
 
721
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
722
  msgid "Shape"
723
  msgstr "Forma"
724
 
725
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
726
- #: ../inc/widget.php:947
727
  msgid "Round"
728
  msgstr "Redondeado"
729
 
730
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
731
- #: ../inc/widget.php:948
732
  msgid "Square"
733
  msgstr "Cuadrado"
734
 
735
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
736
  msgid "Rectangle"
737
  msgstr "Rectángulo"
738
 
739
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
740
  msgid "Shape of the sharing icons"
741
  msgstr "Forma de los iconos de compartir"
742
 
743
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
744
  msgid "Size (in pixels)"
745
  msgstr "Tamaño (en pixels)"
746
 
747
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
748
  msgid "Size of the sharing icons"
749
  msgstr "Tamaño de los iconos de Compartir"
750
 
751
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
752
  msgid "Width (in pixels)"
753
  msgstr "Anchura (en pixels)"
754
 
755
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
756
  msgid "Width of the sharing icons"
757
  msgstr "Anchura de los iconos de Compartir"
758
 
759
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
760
  msgid "Height (in pixels)"
761
  msgstr "Altura (en pixels)"
762
 
763
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
764
  msgid "Height of the sharing icons"
765
  msgstr "Altura de los iconos de Compartir"
766
 
767
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
768
  msgid "Border radius (in pixels)"
769
  msgstr "Borde del radio (en pixels)"
770
 
771
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
772
  msgid ""
773
  "Specify a value for rounded corners. More the value, more rounded will the "
774
  "corners be. Leave empty for sharp corners."
@@ -777,23 +785,23 @@ msgstr ""
777
  "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
778
  "esquinas cuaadradas."
779
 
780
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
781
  msgid "Logo Color"
782
  msgstr "Color del Logo"
783
 
784
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
785
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
786
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
787
  msgid "Default"
788
  msgstr "Por defecto "
789
 
790
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
791
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
792
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
793
  msgid "On Hover"
794
  msgstr "Con el puntero encima "
795
 
796
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
797
  msgid ""
798
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
799
  "empty for default. You can get the hex code of the required color from <a "
@@ -804,13 +812,13 @@ msgstr ""
804
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
805
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
806
 
807
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
808
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
809
  #: ../inc/widget.php:460 ../inc/widget.php:772
810
  msgid "Background Color"
811
  msgstr "Color del fondo"
812
 
813
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
814
  msgid ""
815
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
816
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -823,281 +831,281 @@ msgstr ""
823
  "código hexadecimal del color que desees en <a href=\"http://www.colorpicker."
824
  "com/\" target=\"_blank\">este enlace</a>"
825
 
826
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
827
  msgid "Border"
828
  msgstr "Borde"
829
 
830
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
831
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
832
  msgid "Border Width"
833
  msgstr "Anchura del borde "
834
 
835
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
836
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
837
  msgid "Border Color"
838
  msgstr "Color del borde "
839
 
840
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
841
  msgid "Icon border"
842
  msgstr "Borde del icono"
843
 
844
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
845
  msgid "Counter Position"
846
  msgstr "Posición del Contador"
847
 
848
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
849
  msgid "(applies, if counter enabled)"
850
  msgstr "(aplicable si el contador está activo)"
851
 
852
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
853
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
854
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
855
  #: ../inc/widget.php:446 ../inc/widget.php:758
856
  msgid "Left"
857
  msgstr "Izquierda"
858
 
859
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
860
  msgid "Top"
861
  msgstr "Arriba"
862
 
863
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
864
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
865
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
866
  #: ../inc/widget.php:447 ../inc/widget.php:759
867
  msgid "Right"
868
  msgstr "Derecha"
869
 
870
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
871
  msgid "Bottom"
872
  msgstr "Abajo"
873
 
874
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
875
  msgid "Inner Left"
876
  msgstr "Izquierda Interior"
877
 
878
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
879
  msgid "Inner Top"
880
  msgstr "Arriba Interior"
881
 
882
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
883
  msgid "Inner Right"
884
  msgstr "Derecha Interior"
885
 
886
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
887
  msgid "Inner Bottom"
888
  msgstr "Abajo Interior"
889
 
890
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
891
  msgid "Position of share counter"
892
  msgstr "Posición del contador de veces compartidas"
893
 
894
- #: ../admin/social_sharing.php:373
895
  msgid "Floating interface theme"
896
  msgstr "Tema de la Interfaz Flotante"
897
 
898
- #: ../admin/social_sharing.php:686
899
  msgid "Standard Sharing Interface Options"
900
  msgstr "Opciones de la interfaz estándar de Compartir"
901
 
902
- #: ../admin/social_sharing.php:692
903
  msgid "Enable Standard sharing interface"
904
  msgstr "Permitir Interfaz Estándar de Compartir"
905
 
906
- #: ../admin/social_sharing.php:702
907
  msgid "Master control to enable standard sharing"
908
  msgstr "Control Maestro para permitir Compartir estándar"
909
 
910
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
911
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
912
  msgid "Target Url"
913
  msgstr "Target Url"
914
 
915
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
916
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
917
  msgid "Url of the webpage where icons are located (default)"
918
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
919
 
920
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
921
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
922
  msgid "Url of the homepage of your website"
923
  msgstr "Url de la página de inicio de tu sitio web"
924
 
925
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
926
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
927
  msgid "Custom url"
928
  msgstr "Url personalizada"
929
 
930
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
931
  msgid "Url to share"
932
  msgstr "Url para compartir"
933
 
934
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
935
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
936
- #: ../inc/widget.php:941
937
  msgid "Title"
938
  msgstr "Título"
939
 
940
- #: ../admin/social_sharing.php:745
941
  msgid "The text to display above the sharing interface"
942
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
943
 
944
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
945
  #, fuzzy
946
  msgid "Instagram username"
947
  msgstr "Instagram"
948
 
949
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
950
  msgid ""
951
  "Username of the Instagram account you want to redirect users to, on clicking "
952
  "the icon"
953
  msgstr ""
954
 
955
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
956
  #, fuzzy
957
  msgid "HTML ID of container element of comment form"
958
  msgstr "HTML ID del contenedor del formulario de comentario"
959
 
960
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
961
  msgid ""
962
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
963
  "icon."
964
  msgstr ""
965
 
966
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
967
  msgid "Rearrange icons"
968
  msgstr "Reorganizar iconos"
969
 
970
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
971
  msgid "Drag the icons to rearrange in desired order"
972
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
973
 
974
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
975
  msgid "Select Sharing Services"
976
  msgstr "Selecciona los Servicios para Compartir"
977
 
978
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
979
  msgid "Select sharing services to show in social share bar"
980
  msgstr ""
981
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
982
  "sociales"
983
 
984
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
985
  #, fuzzy
986
  msgid "Search social network"
987
  msgstr "como red social primaria"
988
 
989
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
990
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
991
  msgid "Horizontal alignment"
992
  msgstr "Alineación horizontal"
993
 
994
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
995
  msgid "Center"
996
  msgstr "Centrar"
997
 
998
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
999
  msgid "Horizontal alignment of the sharing interface"
1000
  msgstr "Alineación horizontal de la interfaz de Compartir"
1001
 
1002
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1003
  msgid "Position with respect to content"
1004
  msgstr "Posición respecto al contenido"
1005
 
1006
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1007
  msgid "Top of the content"
1008
  msgstr "Encima del contenido"
1009
 
1010
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1011
  msgid "Bottom of the content"
1012
  msgstr "Debajo del contenido"
1013
 
1014
- #: ../admin/social_sharing.php:962
1015
  msgid "Specify position of the sharing interface with respect to the content"
1016
  msgstr ""
1017
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
1018
 
1019
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1020
  msgid "Placement"
1021
  msgstr "Ubicación"
1022
 
1023
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1024
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1025
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1026
  msgid "Homepage"
1027
  msgstr "Página de Inicio"
1028
 
1029
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1030
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1031
  msgid "Posts"
1032
  msgstr "Entradas"
1033
 
1034
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1035
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1036
  msgid "Pages"
1037
  msgstr "Páginas"
1038
 
1039
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1040
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1041
  #, fuzzy
1042
  msgid "Excerpts and Posts page"
1043
  msgstr "Extractos (en la Página de Inicio)"
1044
 
1045
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1046
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1047
  msgid "Category Archives"
1048
  msgstr "Archivos por Categoría"
1049
 
1050
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1051
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1052
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1053
  msgstr ""
1054
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
1055
  "Fecha)"
1056
 
1057
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1058
  msgid "BuddyPress activity"
1059
  msgstr "Actividad en BuddyPress"
1060
 
1061
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1062
  msgid "BuddyPress group (only at top of content)"
1063
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1064
 
1065
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1066
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1067
  msgid "BBPress forum"
1068
  msgstr "Foro BBPress"
1069
 
1070
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1071
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1072
  msgid "BBPress topic"
1073
  msgstr "Tema BBPress"
1074
 
1075
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1076
  msgid "BBPress reply"
1077
  msgstr "Respuesta BBPress"
1078
 
1079
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1080
  msgid "After individual product at WooCommerce Shop page"
1081
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
1082
 
1083
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1084
  msgid "WooCommerce Product Page"
1085
  msgstr "Página de Producto WooCommerce"
1086
 
1087
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1088
  msgid "WooCommerce Thankyou Page"
1089
  msgstr "Página de Agradecimiento WooCommerce"
1090
 
1091
- #: ../admin/social_sharing.php:1038
1092
  msgid "Specify the pages where you want to enable Sharing interface"
1093
  msgstr ""
1094
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1095
 
1096
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1097
  msgid "Show share counts"
1098
  msgstr "Mostrar contadores de las veces compartidas"
1099
 
1100
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1101
  #, fuzzy
1102
  msgid ""
1103
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1107,7 +1115,7 @@ msgstr ""
1107
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1108
  "Stumbleupon, Odnoklassniki y Vkontakte"
1109
 
1110
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1111
  #, php-format
1112
  msgid ""
1113
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1116,58 +1124,27 @@ msgid ""
1116
  "their website."
1117
  msgstr ""
1118
 
1119
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1120
  msgid "If enabled, share counts are displayed above sharing icons."
1121
  msgstr ""
1122
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1123
  "iconos de compartir."
1124
 
1125
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1126
  msgid "Show total shares"
1127
  msgstr "Mostrar número total de veces compartidas"
1128
 
1129
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1130
  msgid "If enabled, total shares will be displayed with sharing icons"
1131
  msgstr ""
1132
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1133
  "de compartir."
1134
 
1135
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1136
- #: ../admin/social_login.php:161
1137
- msgid "Facebook App ID"
1138
- msgstr "Facebook App ID"
1139
-
1140
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1141
- #, fuzzy, php-format
1142
- msgid ""
1143
- "Required for Facebook share count to work. Please follow the documentation "
1144
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1145
- msgstr ""
1146
- "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
1147
- "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1148
- "para conseguir tu Facebook App ID"
1149
-
1150
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1151
- #: ../admin/social_login.php:183
1152
- #, fuzzy
1153
- msgid "Facebook App Secret"
1154
- msgstr "Facebook App ID"
1155
-
1156
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1157
- #, fuzzy, php-format
1158
- msgid ""
1159
- "Required for Facebook share count to work. Please follow the documentation "
1160
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1161
- msgstr ""
1162
- "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
1163
- "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1164
- "para conseguir tu Facebook App ID"
1165
-
1166
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1167
  msgid "Enable 'More' icon"
1168
  msgstr "Permitir el icono 'Más'"
1169
 
1170
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1171
  msgid ""
1172
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1173
  "which shows additional sharing networks in popup"
@@ -1175,19 +1152,19 @@ msgstr ""
1175
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1176
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1177
 
1178
- #: ../admin/social_sharing.php:1167
1179
  msgid "Floating Sharing Interface Options"
1180
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1181
 
1182
- #: ../admin/social_sharing.php:1173
1183
  msgid "Enable Floating sharing interface"
1184
  msgstr "Permitir la Interfaz Flotante de Compartir"
1185
 
1186
- #: ../admin/social_sharing.php:1183
1187
  msgid "Master control to enable floating sharing widget"
1188
  msgstr "Control maestro para permitir el widget flotante de compartir"
1189
 
1190
- #: ../admin/social_sharing.php:1377
1191
  msgid ""
1192
  "Specify the color or hex code (example #cc78e0) for the background of "
1193
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1199,11 +1176,11 @@ msgstr ""
1199
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1200
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1201
 
1202
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1203
  msgid "Left offset"
1204
  msgstr "Desplazamiento a la izquierda"
1205
 
1206
- #: ../admin/social_sharing.php:1417
1207
  msgid ""
1208
  "Specify a number. Increase in number will shift sharing interface towards "
1209
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1212,11 +1189,11 @@ msgstr ""
1212
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1213
  "la izquierda. El número puede ser negativo también."
1214
 
1215
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1216
  msgid "Right offset"
1217
  msgstr "Desplazamiento a la derecha"
1218
 
1219
- #: ../admin/social_sharing.php:1437
1220
  msgid ""
1221
  "Specify a number. Increase in number will shift sharing interface towards "
1222
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1225,11 +1202,11 @@ msgstr ""
1225
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1226
  "hacia la derecha. El número puede ser negativo también."
1227
 
1228
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1229
  msgid "Top offset"
1230
  msgstr "Desplazamiento hacia arriba"
1231
 
1232
- #: ../admin/social_sharing.php:1456
1233
  msgid ""
1234
  "Specify a number. Increase in number will shift sharing interface towards "
1235
  "bottom and decrease will shift it towards top."
@@ -1238,37 +1215,37 @@ msgstr ""
1238
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1239
  "abajo."
1240
 
1241
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1242
  msgid "BuddyPress group"
1243
  msgstr "grupo BuddyPress"
1244
 
1245
- #: ../admin/social_sharing.php:1513
1246
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1247
  msgstr ""
1248
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1249
  "Compartir"
1250
 
1251
- #: ../admin/social_sharing.php:1618
1252
  #, fuzzy
1253
  msgid "Hide floating slider"
1254
  msgstr "Ocultar para usuarios conectados:"
1255
 
1256
- #: ../admin/social_sharing.php:1628
1257
  msgid "Hides the slider arrow present below the floating share bar"
1258
  msgstr ""
1259
 
1260
- #: ../admin/social_sharing.php:1636
1261
  msgid "Vertical floating bar responsiveness"
1262
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1263
 
1264
- #: ../admin/social_sharing.php:1639
1265
  #, php-format
1266
  msgid "Display vertical interface only when screen is wider than %s pixels"
1267
  msgstr ""
1268
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1269
  "pixels"
1270
 
1271
- #: ../admin/social_sharing.php:1646
1272
  msgid ""
1273
  "Display vertical interface only when screen is wider than the width "
1274
  "specified."
@@ -1276,11 +1253,11 @@ msgstr ""
1276
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1277
  "ancho especificado."
1278
 
1279
- #: ../admin/social_sharing.php:1654
1280
  msgid "Horizontal floating bar responsiveness"
1281
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1282
 
1283
- #: ../admin/social_sharing.php:1657
1284
  #, php-format
1285
  msgid ""
1286
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1289,7 +1266,7 @@ msgstr ""
1289
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1290
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1291
 
1292
- #: ../admin/social_sharing.php:1664
1293
  msgid ""
1294
  "Stick vertical floating interface horizontally at bottom only when screen is "
1295
  "narrower than the width specified"
@@ -1297,52 +1274,86 @@ msgstr ""
1297
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1298
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1299
 
1300
- #: ../admin/social_sharing.php:1674
1301
  msgid "Horizontal floating bar position"
1302
  msgstr "Posición de la barra flotante horizontal"
1303
 
1304
- #: ../admin/social_sharing.php:1677
1305
  #, php-format
1306
  msgid "%s pixels from %s"
1307
  msgstr "%s pixels de %s"
1308
 
1309
- #: ../admin/social_sharing.php:1678
1310
  msgid "Auto-adjust according to screen width (responsive)"
1311
  msgstr ""
1312
 
1313
- #: ../admin/social_sharing.php:1685
1314
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1315
  msgstr ""
1316
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1317
  "también."
1318
 
1319
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1320
  msgid "Url shortener"
1321
  msgstr "Acortador de Url"
1322
 
1323
- #: ../admin/social_sharing.php:1711
1324
  msgid "Use shortlinks already installed"
1325
  msgstr "Utiliza los shortlinks ya instalados"
1326
 
1327
- #: ../admin/social_sharing.php:1721
1328
  msgid "Uses default short url permalinks without using any additional plugin"
1329
  msgstr ""
1330
 
1331
- #: ../admin/social_sharing.php:1729
1332
  msgid "Enable bit.ly url shortener for sharing"
1333
  msgstr "Habilitar acortador de url bit.ly para compartir"
1334
 
1335
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1336
  msgid "Master control to enable bit.ly url shortening for sharing"
1337
  msgstr ""
1338
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1339
 
1340
- #: ../admin/social_sharing.php:1747
1341
  #, fuzzy
1342
  msgid "bit.ly Login"
1343
  msgstr "Ingreso a través de redes sociales"
1344
 
1345
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1346
  #, fuzzy, php-format
1347
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1348
  msgstr ""
@@ -1350,19 +1361,19 @@ msgstr ""
1350
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1351
  "conseguir tu Twitter Key"
1352
 
1353
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1354
  msgid "bit.ly API Key"
1355
  msgstr "bit.ly API Key"
1356
 
1357
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1358
  msgid "Clear Bitly Cache"
1359
  msgstr ""
1360
 
1361
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1362
  msgid "ShortUrl cache cleared successfully."
1363
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1364
 
1365
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1366
  msgid ""
1367
  "Use this to delete short urls saved in database. Handy, if urls of your "
1368
  "website have been changed but short urls are still being generated for old "
@@ -1372,31 +1383,31 @@ msgstr ""
1372
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1373
  "url cortas todavía se están generando para viejas url."
1374
 
1375
- #: ../admin/social_sharing.php:1805
1376
  msgid "Share Count Cache"
1377
  msgstr ""
1378
 
1379
- #: ../admin/social_sharing.php:1811
1380
  msgid "Refresh Share Count cache every"
1381
  msgstr ""
1382
 
1383
- #: ../admin/social_sharing.php:1816
1384
  msgid "Second(s)"
1385
  msgstr ""
1386
 
1387
- #: ../admin/social_sharing.php:1817
1388
  msgid "Minute(s)"
1389
  msgstr ""
1390
 
1391
- #: ../admin/social_sharing.php:1818
1392
  msgid "Hour(s)"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1819
1396
  msgid "Day(s)"
1397
  msgstr ""
1398
 
1399
- #: ../admin/social_sharing.php:1827
1400
  #, php-format
1401
  msgid ""
1402
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1404,26 +1415,26 @@ msgid ""
1404
  "target=\"_blank\">here</a>"
1405
  msgstr ""
1406
 
1407
- #: ../admin/social_sharing.php:1835
1408
  msgid "Clear Share Counts Cache"
1409
  msgstr ""
1410
 
1411
- #: ../admin/social_sharing.php:1839
1412
  #, fuzzy
1413
  msgid "Share Counts cache cleared successfully."
1414
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1415
 
1416
- #: ../admin/social_sharing.php:1846
1417
  msgid "Use this to clear cached share counts"
1418
  msgstr ""
1419
 
1420
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1421
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1422
  #: ../admin/like_buttons.php:698
1423
  msgid "Language"
1424
  msgstr "Idioma"
1425
 
1426
- #: ../admin/social_sharing.php:1871
1427
  #, php-format
1428
  msgid ""
1429
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1434,15 +1445,15 @@ msgstr ""
1434
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1435
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1436
 
1437
- #: ../admin/social_sharing.php:1880
1438
  msgid "Username in sharing"
1439
  msgstr "Nombre de usuario en Compartir"
1440
 
1441
- #: ../admin/social_sharing.php:1886
1442
  msgid "Twitter username (without @)"
1443
  msgstr "Nombre de usuario de Twitter (sin @)"
1444
 
1445
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1446
  msgid ""
1447
  "Provided username will be appended after the content being shared as \"via "
1448
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1452,36 +1463,36 @@ msgstr ""
1452
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1453
  "nombre de usuario en el contenido compartido."
1454
 
1455
- #: ../admin/social_sharing.php:1905
1456
  msgid "Buffer username (without @)"
1457
  msgstr "Nombre de usuario de Buffer (sin @)"
1458
 
1459
- #: ../admin/social_sharing.php:1924
1460
  msgid "AMP"
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1930
1464
  #, fuzzy
1465
  msgid "Enable sharing on AMP pages"
1466
  msgstr "Permitir Página de Ingreso"
1467
 
1468
- #: ../admin/social_sharing.php:1940
1469
  msgid "Enable this option to render sharing icons on AMP pages"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1473
  msgid "myCRED"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1477
  msgid "Append myCRED referral ID to the urls being shared"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1998
1481
  msgid "Facebook Sharing Troubleshooter"
1482
  msgstr "Resolución de problemas al Compartir en Facebook"
1483
 
1484
- #: ../admin/social_sharing.php:2003
1485
  #, fuzzy
1486
  msgid ""
1487
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1493,24 +1504,28 @@ msgstr ""
1493
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1494
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1495
 
1496
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1497
  #: ../admin/social_login.php:1241
1498
  msgid ""
1499
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1500
  "an online website for the plugin to function properly."
1501
  msgstr ""
1502
 
1503
- #: ../admin/social_sharing.php:2021
1504
  msgid ""
1505
  "Why is sharer not showing the correct image, title and other meta tags "
1506
  "content?"
1507
  msgstr ""
1508
 
1509
- #: ../admin/social_sharing.php:2023
 
 
 
 
1510
  msgid "Why is Instagram icon redirecting to Instagram website?"
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:2024
1514
  msgid ""
1515
  "Instagram icon is there to send website visitors to the Instagram page of "
1516
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1518,48 +1533,48 @@ msgid ""
1518
  "sections."
1519
  msgstr ""
1520
 
1521
- #: ../admin/social_sharing.php:2027
1522
  #, fuzzy
1523
  msgid "How to customize the url being shared?"
1524
  msgstr ""
1525
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1526
  "compartidas?"
1527
 
1528
- #: ../admin/social_sharing.php:2028
1529
  msgid ""
1530
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1531
  msgstr ""
1532
 
1533
- #: ../admin/social_sharing.php:2029
1534
  msgid ""
1535
  "It takes some time for their service to track the shares made on Twitter "
1536
  "from your website. If you still feel it's taking too long you can contact "
1537
  "their support directly from their website."
1538
  msgstr ""
1539
 
1540
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1541
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:2032
1545
  msgid ""
1546
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1547
  msgstr ""
1548
 
1549
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1550
  #: ../admin/social_login.php:1248
1551
  msgid "Why is my browser blocking some features of the plugin?"
1552
  msgstr ""
1553
 
1554
- #: ../admin/social_sharing.php:2034
1555
  msgid "Why the color of share icons is not being updated?"
1556
  msgstr ""
1557
 
1558
- #: ../admin/social_sharing.php:2035
1559
  msgid "Why Facebook share counts are not appearing?"
1560
  msgstr ""
1561
 
1562
- #: ../admin/social_sharing.php:2036
1563
  msgid ""
1564
  "How can I show share counts of my website rather than of individual pages/"
1565
  "posts?"
@@ -1567,54 +1582,54 @@ msgstr ""
1567
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1568
  "lugar de páginas individuales o entradas?"
1569
 
1570
- #: ../admin/social_sharing.php:2037
1571
  msgid "How can I disable sharing on particular page/post?"
1572
  msgstr ""
1573
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1574
  "entrada?"
1575
 
1576
- #: ../admin/social_sharing.php:2038
1577
  msgid "How can I specify minimum sharing count for sharing networks?"
1578
  msgstr ""
1579
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1580
  "sociales?"
1581
 
1582
- #: ../admin/social_sharing.php:2039
1583
  msgid "How to share specific page?"
1584
  msgstr "¿Cómo compartir una página específica?"
1585
 
1586
- #: ../admin/social_sharing.php:2040
1587
  msgid "How to integrate Google Analytics with sharing?"
1588
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1589
 
1590
- #: ../admin/social_sharing.php:2041
1591
  msgid "How to customize the look of total share counts?"
1592
  msgstr ""
1593
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1594
 
1595
- #: ../admin/social_sharing.php:2042
1596
  msgid "How to customize the look of individual share counts?"
1597
  msgstr ""
1598
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1599
  "compartidas?"
1600
 
1601
- #: ../admin/social_sharing.php:2043
1602
  msgid "How to show Whatsapp icon only on mobile devices?"
1603
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1604
 
1605
- #: ../admin/social_sharing.php:2044
1606
  msgid "How to hide arrow after floating sharing bar?"
1607
  msgstr ""
1608
 
1609
- #: ../admin/social_sharing.php:2045
1610
  msgid "Why is share count not getting updated?"
1611
  msgstr ""
1612
 
1613
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1614
  msgid "Why is there so much space between like buttons?"
1615
  msgstr ""
1616
 
1617
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1618
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1619
  msgstr ""
1620
 
@@ -2979,12 +2994,12 @@ msgid "Title (after login):"
2979
  msgstr ""
2980
 
2981
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2982
- #: ../inc/widget.php:939
2983
  msgid "Before widget content:"
2984
  msgstr "Contenido antes del widget:"
2985
 
2986
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2987
- #: ../inc/widget.php:1013
2988
  msgid "After widget content:"
2989
  msgstr "Contenido después del widget:"
2990
 
@@ -3111,104 +3126,109 @@ msgstr "Super Socializer - Ingreso"
3111
  msgid "These icons link to your Social Media accounts"
3112
  msgstr ""
3113
 
3114
- #: ../inc/widget.php:943
3115
  #, fuzzy
3116
  msgid "Size of icons"
3117
  msgstr "Tamaño de los iconos de Compartir"
3118
 
3119
- #: ../inc/widget.php:945
3120
  #, fuzzy
3121
  msgid "Icon Shape"
3122
  msgstr "Forma"
3123
 
3124
- #: ../inc/widget.php:950
3125
  #, fuzzy
3126
  msgid "Facebook URL:"
3127
  msgstr "Facebook App ID"
3128
 
3129
- #: ../inc/widget.php:953
3130
  #, fuzzy
3131
  msgid "Twitter URL:"
3132
  msgstr "Twitter"
3133
 
3134
- #: ../inc/widget.php:956
3135
  #, fuzzy
3136
  msgid "Instagram URL:"
3137
  msgstr "Instagram"
3138
 
3139
- #: ../inc/widget.php:959
3140
  msgid "Pinterest URL:"
3141
  msgstr ""
3142
 
3143
- #: ../inc/widget.php:962
3144
  msgid "Behance URL:"
3145
  msgstr ""
3146
 
3147
- #: ../inc/widget.php:965
3148
  msgid "Flickr URL:"
3149
  msgstr ""
3150
 
3151
- #: ../inc/widget.php:968
3152
  msgid "Foursquare URL:"
3153
  msgstr ""
3154
 
3155
- #: ../inc/widget.php:971
3156
  msgid "Github URL:"
3157
  msgstr ""
3158
 
3159
- #: ../inc/widget.php:974
3160
  #, fuzzy
3161
  msgid "LinkedIn URL:"
3162
  msgstr "LinkedIn"
3163
 
3164
- #: ../inc/widget.php:977
3165
  #, fuzzy
3166
  msgid "LinkedIn Company URL:"
3167
  msgstr "LinkedIn"
3168
 
3169
- #: ../inc/widget.php:980
3170
  msgid "Medium URL:"
3171
  msgstr ""
3172
 
3173
- #: ../inc/widget.php:983
3174
  msgid "MeWe URL:"
3175
  msgstr ""
3176
 
3177
- #: ../inc/widget.php:986
3178
  msgid "Odnoklassniki URL:"
3179
  msgstr ""
3180
 
3181
- #: ../inc/widget.php:989
3182
  msgid "Snapchat URL:"
3183
  msgstr ""
3184
 
3185
- #: ../inc/widget.php:992
 
 
 
 
 
3186
  msgid "Tumblr URL:"
3187
  msgstr ""
3188
 
3189
- #: ../inc/widget.php:995
3190
  msgid "Vimeo URL:"
3191
  msgstr ""
3192
 
3193
- #: ../inc/widget.php:998
3194
  #, fuzzy
3195
  msgid "Vkontakte URL:"
3196
  msgstr "Vkontakte"
3197
 
3198
- #: ../inc/widget.php:1001
3199
  #, fuzzy
3200
  msgid "Xing URL:"
3201
  msgstr "LinkedIn"
3202
 
3203
- #: ../inc/widget.php:1004
3204
  msgid "Youtube URL:"
3205
  msgstr ""
3206
 
3207
- #: ../inc/widget.php:1007
3208
  msgid "Youtube Channel URL:"
3209
  msgstr ""
3210
 
3211
- #: ../inc/widget.php:1010
3212
  msgid "RSS Feed URL:"
3213
  msgstr ""
3214
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:23+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
312
  msgstr ""
313
 
314
  #: ../super_socializer.php:2013
315
+ #, php-format
316
  msgid ""
317
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
318
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
319
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
320
+ "that, clear share counts cache from \"Miscellaneous\" section"
321
  msgstr ""
322
 
323
  #: ../super_socializer.php:2039
334
  msgid "Settings saved"
335
  msgstr "Ajustes guardados"
336
 
337
+ #: ../helper.php:8 ../admin/social_sharing.php:42
338
  msgid "Dismiss this notice"
339
  msgstr "No volver a mostrar este aviso"
340
 
425
  msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Guardar Cambios"
448
  msgstr ""
449
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
526
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
527
  "style&gt;)"
528
 
529
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
530
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
531
  #: ../admin/like_buttons.php:836
532
  #, fuzzy
533
  msgid "Instagram Shoutout"
534
  msgstr "Instagram"
535
 
536
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
537
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
538
  #: ../admin/like_buttons.php:838
539
  msgid ""
542
  "hashtags and people to mention in the Instagram post."
543
  msgstr ""
544
 
545
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
546
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
547
  #: ../admin/like_buttons.php:839
548
  msgid ""
553
  "time."
554
  msgstr ""
555
 
556
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
557
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
558
  #: ../admin/like_buttons.php:840
559
  msgid ""
666
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
667
  msgstr ""
668
 
669
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
670
+ msgid ""
671
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
672
+ "Facebook share count to work"
673
+ msgstr ""
674
+
675
+ #: ../admin/social_sharing.php:49
676
  msgid "Theme Selection"
677
  msgstr "Selección de Temas"
678
 
679
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
680
  msgid "Standard Interface"
681
  msgstr "Interfaz Estándar"
682
 
683
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
684
  msgid "Floating Interface"
685
  msgstr "Interfaz Flotante"
686
 
687
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
688
  msgid "Miscellaneous"
689
  msgstr "Miscelánea"
690
 
691
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
692
  msgid "3rd Party Integration"
693
  msgstr ""
694
 
695
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
696
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
697
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
698
  #: ../admin/like_buttons.php:797
699
  msgid "Shortcode & Widget"
700
  msgstr "Widgets y Shortcodes"
701
 
702
+ #: ../admin/social_sharing.php:61
703
  msgid "Troubleshooter"
704
  msgstr "Resolución de problmas"
705
 
706
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
707
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
708
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
709
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
710
  msgid "FAQ"
711
  msgstr "FAQ"
712
 
713
+ #: ../admin/social_sharing.php:70
714
  msgid "Standard interface theme"
715
  msgstr "Tema de la Interfaz Estándar"
716
 
717
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
718
  msgid "Icon Preview"
719
  msgstr "Vista previa de Icono"
720
 
721
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
722
  msgid ""
723
  "Do not forget to save the configuration after making changes by clicking the "
724
  "save button below"
726
  "No olvides guardar la configuración después de hacer cambios clickando en el "
727
  "botón \"Guardar\" de abajo"
728
 
729
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
730
  msgid "Shape"
731
  msgstr "Forma"
732
 
733
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
734
+ #: ../inc/widget.php:951
735
  msgid "Round"
736
  msgstr "Redondeado"
737
 
738
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
739
+ #: ../inc/widget.php:952
740
  msgid "Square"
741
  msgstr "Cuadrado"
742
 
743
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
744
  msgid "Rectangle"
745
  msgstr "Rectángulo"
746
 
747
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
748
  msgid "Shape of the sharing icons"
749
  msgstr "Forma de los iconos de compartir"
750
 
751
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
752
  msgid "Size (in pixels)"
753
  msgstr "Tamaño (en pixels)"
754
 
755
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
756
  msgid "Size of the sharing icons"
757
  msgstr "Tamaño de los iconos de Compartir"
758
 
759
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
760
  msgid "Width (in pixels)"
761
  msgstr "Anchura (en pixels)"
762
 
763
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
764
  msgid "Width of the sharing icons"
765
  msgstr "Anchura de los iconos de Compartir"
766
 
767
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
768
  msgid "Height (in pixels)"
769
  msgstr "Altura (en pixels)"
770
 
771
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
772
  msgid "Height of the sharing icons"
773
  msgstr "Altura de los iconos de Compartir"
774
 
775
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
776
  msgid "Border radius (in pixels)"
777
  msgstr "Borde del radio (en pixels)"
778
 
779
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
780
  msgid ""
781
  "Specify a value for rounded corners. More the value, more rounded will the "
782
  "corners be. Leave empty for sharp corners."
785
  "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
786
  "esquinas cuaadradas."
787
 
788
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
789
  msgid "Logo Color"
790
  msgstr "Color del Logo"
791
 
792
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
793
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
794
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
795
  msgid "Default"
796
  msgstr "Por defecto "
797
 
798
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
799
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
800
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
801
  msgid "On Hover"
802
  msgstr "Con el puntero encima "
803
 
804
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
805
  msgid ""
806
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
807
  "empty for default. You can get the hex code of the required color from <a "
812
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
813
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
814
 
815
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
816
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
817
  #: ../inc/widget.php:460 ../inc/widget.php:772
818
  msgid "Background Color"
819
  msgstr "Color del fondo"
820
 
821
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
822
  msgid ""
823
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
824
  "\"transparent\" for transparent background. Leave empty for default. You can "
831
  "código hexadecimal del color que desees en <a href=\"http://www.colorpicker."
832
  "com/\" target=\"_blank\">este enlace</a>"
833
 
834
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
835
  msgid "Border"
836
  msgstr "Borde"
837
 
838
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
839
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
840
  msgid "Border Width"
841
  msgstr "Anchura del borde "
842
 
843
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
844
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
845
  msgid "Border Color"
846
  msgstr "Color del borde "
847
 
848
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
849
  msgid "Icon border"
850
  msgstr "Borde del icono"
851
 
852
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
853
  msgid "Counter Position"
854
  msgstr "Posición del Contador"
855
 
856
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
857
  msgid "(applies, if counter enabled)"
858
  msgstr "(aplicable si el contador está activo)"
859
 
860
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
861
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
862
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
863
  #: ../inc/widget.php:446 ../inc/widget.php:758
864
  msgid "Left"
865
  msgstr "Izquierda"
866
 
867
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
868
  msgid "Top"
869
  msgstr "Arriba"
870
 
871
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
872
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
873
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
874
  #: ../inc/widget.php:447 ../inc/widget.php:759
875
  msgid "Right"
876
  msgstr "Derecha"
877
 
878
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
879
  msgid "Bottom"
880
  msgstr "Abajo"
881
 
882
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
883
  msgid "Inner Left"
884
  msgstr "Izquierda Interior"
885
 
886
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
887
  msgid "Inner Top"
888
  msgstr "Arriba Interior"
889
 
890
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
891
  msgid "Inner Right"
892
  msgstr "Derecha Interior"
893
 
894
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
895
  msgid "Inner Bottom"
896
  msgstr "Abajo Interior"
897
 
898
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
899
  msgid "Position of share counter"
900
  msgstr "Posición del contador de veces compartidas"
901
 
902
+ #: ../admin/social_sharing.php:377
903
  msgid "Floating interface theme"
904
  msgstr "Tema de la Interfaz Flotante"
905
 
906
+ #: ../admin/social_sharing.php:690
907
  msgid "Standard Sharing Interface Options"
908
  msgstr "Opciones de la interfaz estándar de Compartir"
909
 
910
+ #: ../admin/social_sharing.php:696
911
  msgid "Enable Standard sharing interface"
912
  msgstr "Permitir Interfaz Estándar de Compartir"
913
 
914
+ #: ../admin/social_sharing.php:706
915
  msgid "Master control to enable standard sharing"
916
  msgstr "Control Maestro para permitir Compartir estándar"
917
 
918
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
919
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
920
  msgid "Target Url"
921
  msgstr "Target Url"
922
 
923
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
924
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
925
  msgid "Url of the webpage where icons are located (default)"
926
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
927
 
928
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
929
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
930
  msgid "Url of the homepage of your website"
931
  msgstr "Url de la página de inicio de tu sitio web"
932
 
933
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
934
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
935
  msgid "Custom url"
936
  msgstr "Url personalizada"
937
 
938
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
939
  msgid "Url to share"
940
  msgstr "Url para compartir"
941
 
942
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
943
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
944
+ #: ../inc/widget.php:945
945
  msgid "Title"
946
  msgstr "Título"
947
 
948
+ #: ../admin/social_sharing.php:749
949
  msgid "The text to display above the sharing interface"
950
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
951
 
952
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
953
  #, fuzzy
954
  msgid "Instagram username"
955
  msgstr "Instagram"
956
 
957
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
958
  msgid ""
959
  "Username of the Instagram account you want to redirect users to, on clicking "
960
  "the icon"
961
  msgstr ""
962
 
963
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
964
  #, fuzzy
965
  msgid "HTML ID of container element of comment form"
966
  msgstr "HTML ID del contenedor del formulario de comentario"
967
 
968
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
969
  msgid ""
970
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
971
  "icon."
972
  msgstr ""
973
 
974
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
975
  msgid "Rearrange icons"
976
  msgstr "Reorganizar iconos"
977
 
978
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
979
  msgid "Drag the icons to rearrange in desired order"
980
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
981
 
982
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
983
  msgid "Select Sharing Services"
984
  msgstr "Selecciona los Servicios para Compartir"
985
 
986
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
987
  msgid "Select sharing services to show in social share bar"
988
  msgstr ""
989
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
990
  "sociales"
991
 
992
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
993
  #, fuzzy
994
  msgid "Search social network"
995
  msgstr "como red social primaria"
996
 
997
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
998
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
999
  msgid "Horizontal alignment"
1000
  msgstr "Alineación horizontal"
1001
 
1002
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
1003
  msgid "Center"
1004
  msgstr "Centrar"
1005
 
1006
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1007
  msgid "Horizontal alignment of the sharing interface"
1008
  msgstr "Alineación horizontal de la interfaz de Compartir"
1009
 
1010
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1011
  msgid "Position with respect to content"
1012
  msgstr "Posición respecto al contenido"
1013
 
1014
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1015
  msgid "Top of the content"
1016
  msgstr "Encima del contenido"
1017
 
1018
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1019
  msgid "Bottom of the content"
1020
  msgstr "Debajo del contenido"
1021
 
1022
+ #: ../admin/social_sharing.php:966
1023
  msgid "Specify position of the sharing interface with respect to the content"
1024
  msgstr ""
1025
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
1026
 
1027
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1028
  msgid "Placement"
1029
  msgstr "Ubicación"
1030
 
1031
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1032
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1033
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1034
  msgid "Homepage"
1035
  msgstr "Página de Inicio"
1036
 
1037
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1038
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1039
  msgid "Posts"
1040
  msgstr "Entradas"
1041
 
1042
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1043
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1044
  msgid "Pages"
1045
  msgstr "Páginas"
1046
 
1047
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1048
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1049
  #, fuzzy
1050
  msgid "Excerpts and Posts page"
1051
  msgstr "Extractos (en la Página de Inicio)"
1052
 
1053
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1054
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1055
  msgid "Category Archives"
1056
  msgstr "Archivos por Categoría"
1057
 
1058
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1059
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1060
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1061
  msgstr ""
1062
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
1063
  "Fecha)"
1064
 
1065
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1066
  msgid "BuddyPress activity"
1067
  msgstr "Actividad en BuddyPress"
1068
 
1069
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1070
  msgid "BuddyPress group (only at top of content)"
1071
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1072
 
1073
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1074
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1075
  msgid "BBPress forum"
1076
  msgstr "Foro BBPress"
1077
 
1078
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1079
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1080
  msgid "BBPress topic"
1081
  msgstr "Tema BBPress"
1082
 
1083
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1084
  msgid "BBPress reply"
1085
  msgstr "Respuesta BBPress"
1086
 
1087
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1088
  msgid "After individual product at WooCommerce Shop page"
1089
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
1090
 
1091
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1092
  msgid "WooCommerce Product Page"
1093
  msgstr "Página de Producto WooCommerce"
1094
 
1095
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1096
  msgid "WooCommerce Thankyou Page"
1097
  msgstr "Página de Agradecimiento WooCommerce"
1098
 
1099
+ #: ../admin/social_sharing.php:1042
1100
  msgid "Specify the pages where you want to enable Sharing interface"
1101
  msgstr ""
1102
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1103
 
1104
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1105
  msgid "Show share counts"
1106
  msgstr "Mostrar contadores de las veces compartidas"
1107
 
1108
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1109
  #, fuzzy
1110
  msgid ""
1111
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1115
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1116
  "Stumbleupon, Odnoklassniki y Vkontakte"
1117
 
1118
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1119
  #, php-format
1120
  msgid ""
1121
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1124
  "their website."
1125
  msgstr ""
1126
 
1127
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1128
  msgid "If enabled, share counts are displayed above sharing icons."
1129
  msgstr ""
1130
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1131
  "iconos de compartir."
1132
 
1133
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1134
  msgid "Show total shares"
1135
  msgstr "Mostrar número total de veces compartidas"
1136
 
1137
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1138
  msgid "If enabled, total shares will be displayed with sharing icons"
1139
  msgstr ""
1140
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1141
  "de compartir."
1142
 
1143
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1144
  msgid "Enable 'More' icon"
1145
  msgstr "Permitir el icono 'Más'"
1146
 
1147
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1148
  msgid ""
1149
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1150
  "which shows additional sharing networks in popup"
1152
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1153
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1154
 
1155
+ #: ../admin/social_sharing.php:1118
1156
  msgid "Floating Sharing Interface Options"
1157
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1158
 
1159
+ #: ../admin/social_sharing.php:1124
1160
  msgid "Enable Floating sharing interface"
1161
  msgstr "Permitir la Interfaz Flotante de Compartir"
1162
 
1163
+ #: ../admin/social_sharing.php:1134
1164
  msgid "Master control to enable floating sharing widget"
1165
  msgstr "Control maestro para permitir el widget flotante de compartir"
1166
 
1167
+ #: ../admin/social_sharing.php:1328
1168
  msgid ""
1169
  "Specify the color or hex code (example #cc78e0) for the background of "
1170
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1176
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1177
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1178
 
1179
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1180
  msgid "Left offset"
1181
  msgstr "Desplazamiento a la izquierda"
1182
 
1183
+ #: ../admin/social_sharing.php:1368
1184
  msgid ""
1185
  "Specify a number. Increase in number will shift sharing interface towards "
1186
  "right and decrease will shift it towards left. Number can be negative too."
1189
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1190
  "la izquierda. El número puede ser negativo también."
1191
 
1192
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1193
  msgid "Right offset"
1194
  msgstr "Desplazamiento a la derecha"
1195
 
1196
+ #: ../admin/social_sharing.php:1388
1197
  msgid ""
1198
  "Specify a number. Increase in number will shift sharing interface towards "
1199
  "left and decrease will shift it towards right. Number can be negative too."
1202
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1203
  "hacia la derecha. El número puede ser negativo también."
1204
 
1205
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1206
  msgid "Top offset"
1207
  msgstr "Desplazamiento hacia arriba"
1208
 
1209
+ #: ../admin/social_sharing.php:1407
1210
  msgid ""
1211
  "Specify a number. Increase in number will shift sharing interface towards "
1212
  "bottom and decrease will shift it towards top."
1215
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1216
  "abajo."
1217
 
1218
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1219
  msgid "BuddyPress group"
1220
  msgstr "grupo BuddyPress"
1221
 
1222
+ #: ../admin/social_sharing.php:1464
1223
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1224
  msgstr ""
1225
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1226
  "Compartir"
1227
 
1228
+ #: ../admin/social_sharing.php:1531
1229
  #, fuzzy
1230
  msgid "Hide floating slider"
1231
  msgstr "Ocultar para usuarios conectados:"
1232
 
1233
+ #: ../admin/social_sharing.php:1541
1234
  msgid "Hides the slider arrow present below the floating share bar"
1235
  msgstr ""
1236
 
1237
+ #: ../admin/social_sharing.php:1549
1238
  msgid "Vertical floating bar responsiveness"
1239
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1240
 
1241
+ #: ../admin/social_sharing.php:1552
1242
  #, php-format
1243
  msgid "Display vertical interface only when screen is wider than %s pixels"
1244
  msgstr ""
1245
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1246
  "pixels"
1247
 
1248
+ #: ../admin/social_sharing.php:1559
1249
  msgid ""
1250
  "Display vertical interface only when screen is wider than the width "
1251
  "specified."
1253
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1254
  "ancho especificado."
1255
 
1256
+ #: ../admin/social_sharing.php:1567
1257
  msgid "Horizontal floating bar responsiveness"
1258
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1259
 
1260
+ #: ../admin/social_sharing.php:1570
1261
  #, php-format
1262
  msgid ""
1263
  "Stick vertical floating interface horizontally at bottom only when screen is "
1266
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1267
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1268
 
1269
+ #: ../admin/social_sharing.php:1577
1270
  msgid ""
1271
  "Stick vertical floating interface horizontally at bottom only when screen is "
1272
  "narrower than the width specified"
1274
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1275
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1276
 
1277
+ #: ../admin/social_sharing.php:1587
1278
  msgid "Horizontal floating bar position"
1279
  msgstr "Posición de la barra flotante horizontal"
1280
 
1281
+ #: ../admin/social_sharing.php:1590
1282
  #, php-format
1283
  msgid "%s pixels from %s"
1284
  msgstr "%s pixels de %s"
1285
 
1286
+ #: ../admin/social_sharing.php:1591
1287
  msgid "Auto-adjust according to screen width (responsive)"
1288
  msgstr ""
1289
 
1290
+ #: ../admin/social_sharing.php:1598
1291
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1292
  msgstr ""
1293
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1294
  "también."
1295
 
1296
+ #: ../admin/social_sharing.php:1618
1297
+ #, fuzzy
1298
+ msgid "Facebook Share Count"
1299
+ msgstr "Resolución de problemas al Compartir en Facebook"
1300
+
1301
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1302
+ msgid "Facebook App ID"
1303
+ msgstr "Facebook App ID"
1304
+
1305
+ #: ../admin/social_sharing.php:1634
1306
+ #, fuzzy, php-format
1307
+ msgid ""
1308
+ "Required for Facebook share count to work. Please follow the documentation "
1309
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1310
+ msgstr ""
1311
+ "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
1312
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1313
+ "para conseguir tu Facebook App ID"
1314
+
1315
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1316
+ #, fuzzy
1317
+ msgid "Facebook App Secret"
1318
+ msgstr "Facebook App ID"
1319
+
1320
+ #: ../admin/social_sharing.php:1652
1321
+ #, fuzzy, php-format
1322
+ msgid ""
1323
+ "Required for Facebook share count to work. Please follow the documentation "
1324
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1325
+ msgstr ""
1326
+ "Requerido para que funcione el ingreso a través de Facebook. Por favor, "
1327
+ "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1328
+ "para conseguir tu Facebook App ID"
1329
+
1330
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1331
  msgid "Url shortener"
1332
  msgstr "Acortador de Url"
1333
 
1334
+ #: ../admin/social_sharing.php:1667
1335
  msgid "Use shortlinks already installed"
1336
  msgstr "Utiliza los shortlinks ya instalados"
1337
 
1338
+ #: ../admin/social_sharing.php:1677
1339
  msgid "Uses default short url permalinks without using any additional plugin"
1340
  msgstr ""
1341
 
1342
+ #: ../admin/social_sharing.php:1685
1343
  msgid "Enable bit.ly url shortener for sharing"
1344
  msgstr "Habilitar acortador de url bit.ly para compartir"
1345
 
1346
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1347
  msgid "Master control to enable bit.ly url shortening for sharing"
1348
  msgstr ""
1349
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1350
 
1351
+ #: ../admin/social_sharing.php:1703
1352
  #, fuzzy
1353
  msgid "bit.ly Login"
1354
  msgstr "Ingreso a través de redes sociales"
1355
 
1356
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1357
  #, fuzzy, php-format
1358
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1359
  msgstr ""
1361
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1362
  "conseguir tu Twitter Key"
1363
 
1364
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1365
  msgid "bit.ly API Key"
1366
  msgstr "bit.ly API Key"
1367
 
1368
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1369
  msgid "Clear Bitly Cache"
1370
  msgstr ""
1371
 
1372
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1373
  msgid "ShortUrl cache cleared successfully."
1374
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1375
 
1376
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1377
  msgid ""
1378
  "Use this to delete short urls saved in database. Handy, if urls of your "
1379
  "website have been changed but short urls are still being generated for old "
1383
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1384
  "url cortas todavía se están generando para viejas url."
1385
 
1386
+ #: ../admin/social_sharing.php:1761
1387
  msgid "Share Count Cache"
1388
  msgstr ""
1389
 
1390
+ #: ../admin/social_sharing.php:1767
1391
  msgid "Refresh Share Count cache every"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/social_sharing.php:1772
1395
  msgid "Second(s)"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1773
1399
  msgid "Minute(s)"
1400
  msgstr ""
1401
 
1402
+ #: ../admin/social_sharing.php:1774
1403
  msgid "Hour(s)"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1775
1407
  msgid "Day(s)"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1783
1411
  #, php-format
1412
  msgid ""
1413
  "Frequent cache refreshing results in slower loading of pages with share "
1415
  "target=\"_blank\">here</a>"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1791
1419
  msgid "Clear Share Counts Cache"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1795
1423
  #, fuzzy
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1426
 
1427
+ #: ../admin/social_sharing.php:1802
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Idioma"
1436
 
1437
+ #: ../admin/social_sharing.php:1827
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
1445
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1446
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1447
 
1448
+ #: ../admin/social_sharing.php:1836
1449
  msgid "Username in sharing"
1450
  msgstr "Nombre de usuario en Compartir"
1451
 
1452
+ #: ../admin/social_sharing.php:1842
1453
  msgid "Twitter username (without @)"
1454
  msgstr "Nombre de usuario de Twitter (sin @)"
1455
 
1456
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1457
  msgid ""
1458
  "Provided username will be appended after the content being shared as \"via "
1459
  "@USERNAME\". Leave empty if you do not want any username in the content "
1463
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1464
  "nombre de usuario en el contenido compartido."
1465
 
1466
+ #: ../admin/social_sharing.php:1861
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Nombre de usuario de Buffer (sin @)"
1469
 
1470
+ #: ../admin/social_sharing.php:1880
1471
  msgid "AMP"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:1886
1475
  #, fuzzy
1476
  msgid "Enable sharing on AMP pages"
1477
  msgstr "Permitir Página de Ingreso"
1478
 
1479
+ #: ../admin/social_sharing.php:1896
1480
  msgid "Enable this option to render sharing icons on AMP pages"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1484
  msgid "myCRED"
1485
  msgstr ""
1486
 
1487
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1488
  msgid "Append myCRED referral ID to the urls being shared"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1954
1492
  msgid "Facebook Sharing Troubleshooter"
1493
  msgstr "Resolución de problemas al Compartir en Facebook"
1494
 
1495
+ #: ../admin/social_sharing.php:1959
1496
  #, fuzzy
1497
  msgid ""
1498
  "If Facebook sharing is not working fine, click at the following link and "
1504
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1505
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1506
 
1507
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1508
  #: ../admin/social_login.php:1241
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_sharing.php:1977
1515
  msgid ""
1516
  "Why is sharer not showing the correct image, title and other meta tags "
1517
  "content?"
1518
  msgstr ""
1519
 
1520
+ #: ../admin/social_sharing.php:1978
1521
+ msgid "Why is Facebook share count not working?"
1522
+ msgstr ""
1523
+
1524
+ #: ../admin/social_sharing.php:1981
1525
  msgid "Why is Instagram icon redirecting to Instagram website?"
1526
  msgstr ""
1527
 
1528
+ #: ../admin/social_sharing.php:1982
1529
  msgid ""
1530
  "Instagram icon is there to send website visitors to the Instagram page of "
1531
  "your choice. You can save the desired Instagram handle in \"Instagram "
1533
  "sections."
1534
  msgstr ""
1535
 
1536
+ #: ../admin/social_sharing.php:1985
1537
  #, fuzzy
1538
  msgid "How to customize the url being shared?"
1539
  msgstr ""
1540
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1541
  "compartidas?"
1542
 
1543
+ #: ../admin/social_sharing.php:1986
1544
  msgid ""
1545
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1987
1549
  msgid ""
1550
  "It takes some time for their service to track the shares made on Twitter "
1551
  "from your website. If you still feel it's taking too long you can contact "
1552
  "their support directly from their website."
1553
  msgstr ""
1554
 
1555
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1556
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1557
  msgstr ""
1558
 
1559
+ #: ../admin/social_sharing.php:1990
1560
  msgid ""
1561
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1562
  msgstr ""
1563
 
1564
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1565
  #: ../admin/social_login.php:1248
1566
  msgid "Why is my browser blocking some features of the plugin?"
1567
  msgstr ""
1568
 
1569
+ #: ../admin/social_sharing.php:1992
1570
  msgid "Why the color of share icons is not being updated?"
1571
  msgstr ""
1572
 
1573
+ #: ../admin/social_sharing.php:1993
1574
  msgid "Why Facebook share counts are not appearing?"
1575
  msgstr ""
1576
 
1577
+ #: ../admin/social_sharing.php:1994
1578
  msgid ""
1579
  "How can I show share counts of my website rather than of individual pages/"
1580
  "posts?"
1582
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1583
  "lugar de páginas individuales o entradas?"
1584
 
1585
+ #: ../admin/social_sharing.php:1995
1586
  msgid "How can I disable sharing on particular page/post?"
1587
  msgstr ""
1588
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1589
  "entrada?"
1590
 
1591
+ #: ../admin/social_sharing.php:1996
1592
  msgid "How can I specify minimum sharing count for sharing networks?"
1593
  msgstr ""
1594
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1595
  "sociales?"
1596
 
1597
+ #: ../admin/social_sharing.php:1997
1598
  msgid "How to share specific page?"
1599
  msgstr "¿Cómo compartir una página específica?"
1600
 
1601
+ #: ../admin/social_sharing.php:1998
1602
  msgid "How to integrate Google Analytics with sharing?"
1603
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1604
 
1605
+ #: ../admin/social_sharing.php:1999
1606
  msgid "How to customize the look of total share counts?"
1607
  msgstr ""
1608
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1609
 
1610
+ #: ../admin/social_sharing.php:2000
1611
  msgid "How to customize the look of individual share counts?"
1612
  msgstr ""
1613
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1614
  "compartidas?"
1615
 
1616
+ #: ../admin/social_sharing.php:2001
1617
  msgid "How to show Whatsapp icon only on mobile devices?"
1618
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1619
 
1620
+ #: ../admin/social_sharing.php:2002
1621
  msgid "How to hide arrow after floating sharing bar?"
1622
  msgstr ""
1623
 
1624
+ #: ../admin/social_sharing.php:2003
1625
  msgid "Why is share count not getting updated?"
1626
  msgstr ""
1627
 
1628
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1629
  msgid "Why is there so much space between like buttons?"
1630
  msgstr ""
1631
 
1632
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1633
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1634
  msgstr ""
1635
 
2994
  msgstr ""
2995
 
2996
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2997
+ #: ../inc/widget.php:943
2998
  msgid "Before widget content:"
2999
  msgstr "Contenido antes del widget:"
3000
 
3001
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
3002
+ #: ../inc/widget.php:1020
3003
  msgid "After widget content:"
3004
  msgstr "Contenido después del widget:"
3005
 
3126
  msgid "These icons link to your Social Media accounts"
3127
  msgstr ""
3128
 
3129
+ #: ../inc/widget.php:947
3130
  #, fuzzy
3131
  msgid "Size of icons"
3132
  msgstr "Tamaño de los iconos de Compartir"
3133
 
3134
+ #: ../inc/widget.php:949
3135
  #, fuzzy
3136
  msgid "Icon Shape"
3137
  msgstr "Forma"
3138
 
3139
+ #: ../inc/widget.php:954
3140
  #, fuzzy
3141
  msgid "Facebook URL:"
3142
  msgstr "Facebook App ID"
3143
 
3144
+ #: ../inc/widget.php:957
3145
  #, fuzzy
3146
  msgid "Twitter URL:"
3147
  msgstr "Twitter"
3148
 
3149
+ #: ../inc/widget.php:960
3150
  #, fuzzy
3151
  msgid "Instagram URL:"
3152
  msgstr "Instagram"
3153
 
3154
+ #: ../inc/widget.php:963
3155
  msgid "Pinterest URL:"
3156
  msgstr ""
3157
 
3158
+ #: ../inc/widget.php:966
3159
  msgid "Behance URL:"
3160
  msgstr ""
3161
 
3162
+ #: ../inc/widget.php:969
3163
  msgid "Flickr URL:"
3164
  msgstr ""
3165
 
3166
+ #: ../inc/widget.php:972
3167
  msgid "Foursquare URL:"
3168
  msgstr ""
3169
 
3170
+ #: ../inc/widget.php:975
3171
  msgid "Github URL:"
3172
  msgstr ""
3173
 
3174
+ #: ../inc/widget.php:978
3175
  #, fuzzy
3176
  msgid "LinkedIn URL:"
3177
  msgstr "LinkedIn"
3178
 
3179
+ #: ../inc/widget.php:981
3180
  #, fuzzy
3181
  msgid "LinkedIn Company URL:"
3182
  msgstr "LinkedIn"
3183
 
3184
+ #: ../inc/widget.php:984
3185
  msgid "Medium URL:"
3186
  msgstr ""
3187
 
3188
+ #: ../inc/widget.php:987
3189
  msgid "MeWe URL:"
3190
  msgstr ""
3191
 
3192
+ #: ../inc/widget.php:990
3193
  msgid "Odnoklassniki URL:"
3194
  msgstr ""
3195
 
3196
+ #: ../inc/widget.php:993
3197
  msgid "Snapchat URL:"
3198
  msgstr ""
3199
 
3200
+ #: ../inc/widget.php:996
3201
+ #, fuzzy
3202
+ msgid "Telegram URL:"
3203
+ msgstr "Instagram"
3204
+
3205
+ #: ../inc/widget.php:999
3206
  msgid "Tumblr URL:"
3207
  msgstr ""
3208
 
3209
+ #: ../inc/widget.php:1002
3210
  msgid "Vimeo URL:"
3211
  msgstr ""
3212
 
3213
+ #: ../inc/widget.php:1005
3214
  #, fuzzy
3215
  msgid "Vkontakte URL:"
3216
  msgstr "Vkontakte"
3217
 
3218
+ #: ../inc/widget.php:1008
3219
  #, fuzzy
3220
  msgid "Xing URL:"
3221
  msgstr "LinkedIn"
3222
 
3223
+ #: ../inc/widget.php:1011
3224
  msgid "Youtube URL:"
3225
  msgstr ""
3226
 
3227
+ #: ../inc/widget.php:1014
3228
  msgid "Youtube Channel URL:"
3229
  msgstr ""
3230
 
3231
+ #: ../inc/widget.php:1017
3232
  msgid "RSS Feed URL:"
3233
  msgstr ""
3234
 
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:55+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -308,10 +308,12 @@ msgid "Dismiss"
308
  msgstr ""
309
 
310
  #: ../super_socializer.php:2013
 
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
313
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
314
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
315
  msgstr ""
316
 
317
  #: ../super_socializer.php:2039
@@ -329,7 +331,7 @@ msgstr ""
329
  msgid "Settings saved"
330
  msgstr "Beállítások"
331
 
332
- #: ../helper.php:8
333
  msgid "Dismiss this notice"
334
  msgstr "Utasítsa el ezt az értesítést"
335
 
@@ -428,7 +430,7 @@ msgid "Large Avatar"
428
  msgstr "Cél Url"
429
 
430
  #: ../helper.php:913 ../admin/general_options.php:132
431
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
432
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
433
  msgid "Save Changes"
434
  msgstr "Változások Mentése"
@@ -451,7 +453,7 @@ msgid "Something bad happened"
451
  msgstr ""
452
 
453
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
454
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
455
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
456
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
457
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -528,14 +530,14 @@ msgstr "Egyedi URL"
528
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
529
  msgstr ""
530
 
531
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
532
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
533
  #: ../admin/like_buttons.php:836
534
  #, fuzzy
535
  msgid "Instagram Shoutout"
536
  msgstr "Instagram"
537
 
538
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
539
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
540
  #: ../admin/like_buttons.php:838
541
  msgid ""
@@ -544,7 +546,7 @@ msgid ""
544
  "hashtags and people to mention in the Instagram post."
545
  msgstr ""
546
 
547
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
548
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
549
  #: ../admin/like_buttons.php:839
550
  msgid ""
@@ -555,7 +557,7 @@ msgid ""
555
  "time."
556
  msgstr ""
557
 
558
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
559
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
560
  #: ../admin/like_buttons.php:840
561
  msgid ""
@@ -671,55 +673,61 @@ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásá
671
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
672
  msgstr ""
673
 
674
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
675
  msgid "Theme Selection"
676
  msgstr ""
677
 
678
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
679
  #, fuzzy
680
  msgid "Standard Interface"
681
  msgstr "Megosztási Felület"
682
 
683
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
684
  #, fuzzy
685
  msgid "Floating Interface"
686
  msgstr "Megosztási Felület"
687
 
688
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
689
  msgid "Miscellaneous"
690
  msgstr ""
691
 
692
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
693
  msgid "3rd Party Integration"
694
  msgstr ""
695
 
696
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
697
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
698
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
699
  #: ../admin/like_buttons.php:797
700
  msgid "Shortcode & Widget"
701
  msgstr "Shortcode és Widget"
702
 
703
- #: ../admin/social_sharing.php:57
704
  msgid "Troubleshooter"
705
  msgstr "Hibamegoldó"
706
 
707
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
708
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
709
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
710
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
711
  msgid "FAQ"
712
  msgstr "GYIK"
713
 
714
- #: ../admin/social_sharing.php:66
715
  msgid "Standard interface theme"
716
  msgstr ""
717
 
718
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
719
  msgid "Icon Preview"
720
  msgstr "icon Preview"
721
 
722
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
723
  msgid ""
724
  "Do not forget to save the configuration after making changes by clicking the "
725
  "save button below"
@@ -727,85 +735,85 @@ msgstr ""
727
  "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a "
728
  "Mentés gombra"
729
 
730
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
731
  msgid "Shape"
732
  msgstr "alak"
733
 
734
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
735
- #: ../inc/widget.php:947
736
  msgid "Round"
737
  msgstr "kerek"
738
 
739
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
740
- #: ../inc/widget.php:948
741
  msgid "Square"
742
  msgstr "szögletes"
743
 
744
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
745
  msgid "Rectangle"
746
  msgstr ""
747
 
748
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
749
  msgid "Shape of the sharing icons"
750
  msgstr "Megosztás ikonok formája"
751
 
752
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
753
  msgid "Size (in pixels)"
754
  msgstr "Méret (pixel)"
755
 
756
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
757
  msgid "Size of the sharing icons"
758
  msgstr "Megosztási ikonok mérete"
759
 
760
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
761
  #, fuzzy
762
  msgid "Width (in pixels)"
763
  msgstr "Méret (pixel)"
764
 
765
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
766
  #, fuzzy
767
  msgid "Width of the sharing icons"
768
  msgstr "Megosztási ikonok mérete"
769
 
770
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
771
  #, fuzzy
772
  msgid "Height (in pixels)"
773
  msgstr "Méret (pixel)"
774
 
775
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
776
  #, fuzzy
777
  msgid "Height of the sharing icons"
778
  msgstr "Megosztási ikonok mérete"
779
 
780
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
781
  #, fuzzy
782
  msgid "Border radius (in pixels)"
783
  msgstr "Méret (pixel)"
784
 
785
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
786
  msgid ""
787
  "Specify a value for rounded corners. More the value, more rounded will the "
788
  "corners be. Leave empty for sharp corners."
789
  msgstr ""
790
 
791
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
792
  #, fuzzy
793
  msgid "Logo Color"
794
  msgstr "Háttér Szín"
795
 
796
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
797
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
798
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
799
  msgid "Default"
800
  msgstr ""
801
 
802
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
803
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
804
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
805
  msgid "On Hover"
806
  msgstr ""
807
 
808
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
809
  #, fuzzy
810
  msgid ""
811
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -816,13 +824,13 @@ msgstr ""
816
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
817
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
818
 
819
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
820
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
821
  #: ../inc/widget.php:460 ../inc/widget.php:772
822
  msgid "Background Color"
823
  msgstr "Háttér Szín"
824
 
825
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
826
  #, fuzzy
827
  msgid ""
828
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -834,292 +842,292 @@ msgstr ""
834
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
835
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
836
 
837
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
838
  msgid "Border"
839
  msgstr ""
840
 
841
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
842
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
843
  #, fuzzy
844
  msgid "Border Width"
845
  msgstr "Shortcode és Widget"
846
 
847
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
848
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
849
  #, fuzzy
850
  msgid "Border Color"
851
  msgstr "Háttér Szín"
852
 
853
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
854
  #, fuzzy
855
  msgid "Icon border"
856
  msgstr "icon Preview"
857
 
858
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
859
  msgid "Counter Position"
860
  msgstr ""
861
 
862
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
863
  msgid "(applies, if counter enabled)"
864
  msgstr ""
865
 
866
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
867
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
868
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
869
  #: ../inc/widget.php:446 ../inc/widget.php:758
870
  msgid "Left"
871
  msgstr "Bal"
872
 
873
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
874
  msgid "Top"
875
  msgstr ""
876
 
877
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
878
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
879
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
880
  #: ../inc/widget.php:447 ../inc/widget.php:759
881
  msgid "Right"
882
  msgstr "Jobb"
883
 
884
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
885
  msgid "Bottom"
886
  msgstr ""
887
 
888
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
889
  msgid "Inner Left"
890
  msgstr ""
891
 
892
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
893
  msgid "Inner Top"
894
  msgstr ""
895
 
896
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
897
  #, fuzzy
898
  msgid "Inner Right"
899
  msgstr "Jobb"
900
 
901
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
902
  msgid "Inner Bottom"
903
  msgstr ""
904
 
905
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
906
  #, fuzzy
907
  msgid "Position of share counter"
908
  msgstr "Tartalom alatt"
909
 
910
- #: ../admin/social_sharing.php:373
911
  #, fuzzy
912
  msgid "Floating interface theme"
913
  msgstr "Megosztási Felület"
914
 
915
- #: ../admin/social_sharing.php:686
916
  #, fuzzy
917
  msgid "Standard Sharing Interface Options"
918
  msgstr "Vízszintes Megosztási Felület Beállítások"
919
 
920
- #: ../admin/social_sharing.php:692
921
  #, fuzzy
922
  msgid "Enable Standard sharing interface"
923
  msgstr "Vízszintes megosztási felület bekapcsolása"
924
 
925
- #: ../admin/social_sharing.php:702
926
  #, fuzzy
927
  msgid "Master control to enable standard sharing"
928
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
929
 
930
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
931
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
932
  msgid "Target Url"
933
  msgstr "Cél Url"
934
 
935
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
936
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
937
  msgid "Url of the webpage where icons are located (default)"
938
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
939
 
940
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
941
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
942
  msgid "Url of the homepage of your website"
943
  msgstr "A főoldalad Url-je"
944
 
945
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
946
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
947
  msgid "Custom url"
948
  msgstr "Egyedi URL"
949
 
950
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
951
  msgid "Url to share"
952
  msgstr "Megosztás Url-je"
953
 
954
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
955
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
956
- #: ../inc/widget.php:941
957
  msgid "Title"
958
  msgstr "Cím"
959
 
960
- #: ../admin/social_sharing.php:745
961
  msgid "The text to display above the sharing interface"
962
  msgstr "Szöveg a megosztási felület fölött"
963
 
964
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
965
  #, fuzzy
966
  msgid "Instagram username"
967
  msgstr "Instagram"
968
 
969
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
970
  msgid ""
971
  "Username of the Instagram account you want to redirect users to, on clicking "
972
  "the icon"
973
  msgstr ""
974
 
975
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
976
  #, fuzzy
977
  msgid "HTML ID of container element of comment form"
978
  msgstr "HTML ID komment formájában konténer"
979
 
980
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
981
  msgid ""
982
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
983
  "icon."
984
  msgstr ""
985
 
986
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
987
  msgid "Rearrange icons"
988
  msgstr "Ikonsorrend beállítás"
989
 
990
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
991
  msgid "Drag the icons to rearrange in desired order"
992
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
993
 
994
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
995
  #, fuzzy
996
  msgid "Select Sharing Services"
997
  msgstr "Válassz és rendezz sorba szolgáltatókat"
998
 
999
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
1000
  msgid "Select sharing services to show in social share bar"
1001
  msgstr ""
1002
 
1003
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
1004
  #, fuzzy
1005
  msgid "Search social network"
1006
  msgstr "elsődleges szociális háló"
1007
 
1008
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1009
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1010
  msgid "Horizontal alignment"
1011
  msgstr "Függőleges igazítás"
1012
 
1013
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1014
  msgid "Center"
1015
  msgstr "Középen"
1016
 
1017
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1018
  msgid "Horizontal alignment of the sharing interface"
1019
  msgstr "A megosztási felület függőleges igazítása"
1020
 
1021
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1022
  msgid "Position with respect to content"
1023
  msgstr "Elhelyezés a tartalomhoz képest"
1024
 
1025
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1026
  msgid "Top of the content"
1027
  msgstr "Tartalom felett"
1028
 
1029
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1030
  msgid "Bottom of the content"
1031
  msgstr "Tartalom alatt"
1032
 
1033
- #: ../admin/social_sharing.php:962
1034
  msgid "Specify position of the sharing interface with respect to the content"
1035
  msgstr ""
1036
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1037
 
1038
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1039
  msgid "Placement"
1040
  msgstr ""
1041
 
1042
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1043
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1044
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1045
  msgid "Homepage"
1046
  msgstr "Kezdő oldal"
1047
 
1048
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1049
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1050
  msgid "Posts"
1051
  msgstr "Bejegyzések"
1052
 
1053
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1054
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1055
  msgid "Pages"
1056
  msgstr "Oldalak"
1057
 
1058
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1059
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1060
  msgid "Excerpts and Posts page"
1061
  msgstr ""
1062
 
1063
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1064
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1065
  msgid "Category Archives"
1066
  msgstr "Kategória Archívum"
1067
 
1068
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1069
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1070
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1071
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1072
 
1073
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1074
  #, fuzzy
1075
  msgid "BuddyPress activity"
1076
  msgstr "BuddyPress tevékenység és csoportok"
1077
 
1078
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1079
  msgid "BuddyPress group (only at top of content)"
1080
  msgstr ""
1081
 
1082
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1083
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1084
  msgid "BBPress forum"
1085
  msgstr "BBPress fórum"
1086
 
1087
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1088
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1089
  msgid "BBPress topic"
1090
  msgstr "BBPress téma"
1091
 
1092
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1093
  msgid "BBPress reply"
1094
  msgstr "BBPress válasz"
1095
 
1096
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1097
  msgid "After individual product at WooCommerce Shop page"
1098
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
1099
 
1100
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1101
  msgid "WooCommerce Product Page"
1102
  msgstr "WooCommerce Termékek"
1103
 
1104
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1105
  msgid "WooCommerce Thankyou Page"
1106
  msgstr "WooCommerce Thankyou oldal"
1107
 
1108
- #: ../admin/social_sharing.php:1038
1109
  msgid "Specify the pages where you want to enable Sharing interface"
1110
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1111
 
1112
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1113
  msgid "Show share counts"
1114
  msgstr "Megosztás számok mutatása"
1115
 
1116
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1117
  msgid ""
1118
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1119
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1120
  msgstr ""
1121
 
1122
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1123
  #, php-format
1124
  msgid ""
1125
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1128,56 +1136,25 @@ msgid ""
1128
  "their website."
1129
  msgstr ""
1130
 
1131
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1132
  msgid "If enabled, share counts are displayed above sharing icons."
1133
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1134
 
1135
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1136
  #, fuzzy
1137
  msgid "Show total shares"
1138
  msgstr "Megosztás számok mutatása"
1139
 
1140
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1141
  #, fuzzy
1142
  msgid "If enabled, total shares will be displayed with sharing icons"
1143
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1144
 
1145
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1146
- #: ../admin/social_login.php:161
1147
- msgid "Facebook App ID"
1148
- msgstr "Facebook App ID"
1149
-
1150
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1151
- #, fuzzy, php-format
1152
- msgid ""
1153
- "Required for Facebook share count to work. Please follow the documentation "
1154
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1155
- msgstr ""
1156
- "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
1157
- "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1158
- "App ID beszerzéshez"
1159
-
1160
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1161
- #: ../admin/social_login.php:183
1162
- #, fuzzy
1163
- msgid "Facebook App Secret"
1164
- msgstr "Facebook App ID"
1165
-
1166
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1167
- #, fuzzy, php-format
1168
- msgid ""
1169
- "Required for Facebook share count to work. Please follow the documentation "
1170
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1171
- msgstr ""
1172
- "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
1173
- "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1174
- "App ID beszerzéshez"
1175
-
1176
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1177
  msgid "Enable 'More' icon"
1178
  msgstr "'Még több' ikon bekapcsolása"
1179
 
1180
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1181
  msgid ""
1182
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1183
  "which shows additional sharing networks in popup"
@@ -1185,23 +1162,23 @@ msgstr ""
1185
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1186
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1187
 
1188
- #: ../admin/social_sharing.php:1167
1189
  #, fuzzy
1190
  msgid "Floating Sharing Interface Options"
1191
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1192
 
1193
- #: ../admin/social_sharing.php:1173
1194
  #, fuzzy
1195
  msgid "Enable Floating sharing interface"
1196
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1197
 
1198
- #: ../admin/social_sharing.php:1183
1199
  #, fuzzy
1200
  msgid "Master control to enable floating sharing widget"
1201
  msgstr ""
1202
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1203
 
1204
- #: ../admin/social_sharing.php:1377
1205
  msgid ""
1206
  "Specify the color or hex code (example #cc78e0) for the background of "
1207
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1212,11 +1189,11 @@ msgstr ""
1212
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1213
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1214
 
1215
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1216
  msgid "Left offset"
1217
  msgstr "Bal margó"
1218
 
1219
- #: ../admin/social_sharing.php:1417
1220
  msgid ""
1221
  "Specify a number. Increase in number will shift sharing interface towards "
1222
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1224,11 +1201,11 @@ msgstr ""
1224
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1225
  "Megadhatsz negatív értéket is."
1226
 
1227
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1228
  msgid "Right offset"
1229
  msgstr "Jobb margó"
1230
 
1231
- #: ../admin/social_sharing.php:1437
1232
  msgid ""
1233
  "Specify a number. Increase in number will shift sharing interface towards "
1234
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1236,56 +1213,56 @@ msgstr ""
1236
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1237
  "Megadhatsz negatív értéket is."
1238
 
1239
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1240
  msgid "Top offset"
1241
  msgstr "Felső margó"
1242
 
1243
- #: ../admin/social_sharing.php:1456
1244
  msgid ""
1245
  "Specify a number. Increase in number will shift sharing interface towards "
1246
  "bottom and decrease will shift it towards top."
1247
  msgstr ""
1248
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1249
 
1250
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1251
  #, fuzzy
1252
  msgid "BuddyPress group"
1253
  msgstr "BuddyPress profil oldal"
1254
 
1255
- #: ../admin/social_sharing.php:1513
1256
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1257
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1258
 
1259
- #: ../admin/social_sharing.php:1618
1260
  #, fuzzy
1261
  msgid "Hide floating slider"
1262
  msgstr "Bejelentkezettek számára elrejtve:"
1263
 
1264
- #: ../admin/social_sharing.php:1628
1265
  msgid "Hides the slider arrow present below the floating share bar"
1266
  msgstr ""
1267
 
1268
- #: ../admin/social_sharing.php:1636
1269
  #, fuzzy
1270
  msgid "Vertical floating bar responsiveness"
1271
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1272
 
1273
- #: ../admin/social_sharing.php:1639
1274
  #, php-format
1275
  msgid "Display vertical interface only when screen is wider than %s pixels"
1276
  msgstr ""
1277
 
1278
- #: ../admin/social_sharing.php:1646
1279
  msgid ""
1280
  "Display vertical interface only when screen is wider than the width "
1281
  "specified."
1282
  msgstr ""
1283
 
1284
- #: ../admin/social_sharing.php:1654
1285
  msgid "Horizontal floating bar responsiveness"
1286
  msgstr ""
1287
 
1288
- #: ../admin/social_sharing.php:1657
1289
  #, fuzzy, php-format
1290
  msgid ""
1291
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1294,56 +1271,90 @@ msgstr ""
1294
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1295
  "eszközök"
1296
 
1297
- #: ../admin/social_sharing.php:1664
1298
  msgid ""
1299
  "Stick vertical floating interface horizontally at bottom only when screen is "
1300
  "narrower than the width specified"
1301
  msgstr ""
1302
 
1303
- #: ../admin/social_sharing.php:1674
1304
  #, fuzzy
1305
  msgid "Horizontal floating bar position"
1306
  msgstr "Vízszintes Megosztási Felület Beállítások"
1307
 
1308
- #: ../admin/social_sharing.php:1677
1309
  #, php-format
1310
  msgid "%s pixels from %s"
1311
  msgstr ""
1312
 
1313
- #: ../admin/social_sharing.php:1678
1314
  msgid "Auto-adjust according to screen width (responsive)"
1315
  msgstr ""
1316
 
1317
- #: ../admin/social_sharing.php:1685
1318
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1319
  msgstr ""
1320
 
1321
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1322
  msgid "Url shortener"
1323
  msgstr "Url rövidítő"
1324
 
1325
- #: ../admin/social_sharing.php:1711
1326
  msgid "Use shortlinks already installed"
1327
  msgstr "Használja shortlinks már telepítve"
1328
 
1329
- #: ../admin/social_sharing.php:1721
1330
  msgid "Uses default short url permalinks without using any additional plugin"
1331
  msgstr ""
1332
 
1333
- #: ../admin/social_sharing.php:1729
1334
  msgid "Enable bit.ly url shortener for sharing"
1335
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1336
 
1337
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1338
  msgid "Master control to enable bit.ly url shortening for sharing"
1339
  msgstr ""
1340
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1341
 
1342
- #: ../admin/social_sharing.php:1747
1343
  msgid "bit.ly Login"
1344
  msgstr ""
1345
 
1346
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1347
  #, fuzzy, php-format
1348
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1349
  msgstr ""
@@ -1351,51 +1362,51 @@ msgstr ""
1351
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1352
  "API Key beszerzéshez"
1353
 
1354
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1355
  msgid "bit.ly API Key"
1356
  msgstr "bit.ly API Key"
1357
 
1358
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1359
  msgid "Clear Bitly Cache"
1360
  msgstr ""
1361
 
1362
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1363
  #, fuzzy
1364
  msgid "ShortUrl cache cleared successfully."
1365
  msgstr "Fiók kapcsolása sikeres"
1366
 
1367
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1368
  msgid ""
1369
  "Use this to delete short urls saved in database. Handy, if urls of your "
1370
  "website have been changed but short urls are still being generated for old "
1371
  "urls."
1372
  msgstr ""
1373
 
1374
- #: ../admin/social_sharing.php:1805
1375
  msgid "Share Count Cache"
1376
  msgstr ""
1377
 
1378
- #: ../admin/social_sharing.php:1811
1379
  msgid "Refresh Share Count cache every"
1380
  msgstr ""
1381
 
1382
- #: ../admin/social_sharing.php:1816
1383
  msgid "Second(s)"
1384
  msgstr ""
1385
 
1386
- #: ../admin/social_sharing.php:1817
1387
  msgid "Minute(s)"
1388
  msgstr ""
1389
 
1390
- #: ../admin/social_sharing.php:1818
1391
  msgid "Hour(s)"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1819
1395
  msgid "Day(s)"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1827
1399
  #, php-format
1400
  msgid ""
1401
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1403,26 +1414,26 @@ msgid ""
1403
  "target=\"_blank\">here</a>"
1404
  msgstr ""
1405
 
1406
- #: ../admin/social_sharing.php:1835
1407
  msgid "Clear Share Counts Cache"
1408
  msgstr ""
1409
 
1410
- #: ../admin/social_sharing.php:1839
1411
  #, fuzzy
1412
  msgid "Share Counts cache cleared successfully."
1413
  msgstr "Fiók kapcsolása sikeres"
1414
 
1415
- #: ../admin/social_sharing.php:1846
1416
  msgid "Use this to clear cached share counts"
1417
  msgstr ""
1418
 
1419
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1420
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1421
  #: ../admin/like_buttons.php:698
1422
  msgid "Language"
1423
  msgstr "Nyelv"
1424
 
1425
- #: ../admin/social_sharing.php:1871
1426
  #, fuzzy, php-format
1427
  msgid ""
1428
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1433,16 +1444,16 @@ msgstr ""
1433
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1434
  "az alapértelmezett (angol) nyelv használatához"
1435
 
1436
- #: ../admin/social_sharing.php:1880
1437
  #, fuzzy
1438
  msgid "Username in sharing"
1439
  msgstr "Twitter felhasználónév a megosztásban"
1440
 
1441
- #: ../admin/social_sharing.php:1886
1442
  msgid "Twitter username (without @)"
1443
  msgstr "Twitter felhasználónév (@ nélkül)"
1444
 
1445
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1446
  msgid ""
1447
  "Provided username will be appended after the content being shared as \"via "
1448
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1451,37 +1462,37 @@ msgstr ""
1451
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1452
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1453
 
1454
- #: ../admin/social_sharing.php:1905
1455
  #, fuzzy
1456
  msgid "Buffer username (without @)"
1457
  msgstr "Twitter felhasználónév (@ nélkül)"
1458
 
1459
- #: ../admin/social_sharing.php:1924
1460
  msgid "AMP"
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1930
1464
  #, fuzzy
1465
  msgid "Enable sharing on AMP pages"
1466
  msgstr "Bekapcsolás a belépés oldalon"
1467
 
1468
- #: ../admin/social_sharing.php:1940
1469
  msgid "Enable this option to render sharing icons on AMP pages"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1473
  msgid "myCRED"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1477
  msgid "Append myCRED referral ID to the urls being shared"
1478
  msgstr ""
1479
 
1480
- #: ../admin/social_sharing.php:1998
1481
  msgid "Facebook Sharing Troubleshooter"
1482
  msgstr "Facebook Megosztás Hibaelhárító"
1483
 
1484
- #: ../admin/social_sharing.php:2003
1485
  #, fuzzy
1486
  msgid ""
1487
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1493,24 +1504,28 @@ msgstr ""
1493
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1494
  "tökéletesen) a szöveges mezőben:"
1495
 
1496
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1497
  #: ../admin/social_login.php:1241
1498
  msgid ""
1499
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1500
  "an online website for the plugin to function properly."
1501
  msgstr ""
1502
 
1503
- #: ../admin/social_sharing.php:2021
1504
  msgid ""
1505
  "Why is sharer not showing the correct image, title and other meta tags "
1506
  "content?"
1507
  msgstr ""
1508
 
1509
- #: ../admin/social_sharing.php:2023
 
 
 
 
1510
  msgid "Why is Instagram icon redirecting to Instagram website?"
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:2024
1514
  msgid ""
1515
  "Instagram icon is there to send website visitors to the Instagram page of "
1516
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1518,46 +1533,46 @@ msgid ""
1518
  "sections."
1519
  msgstr ""
1520
 
1521
- #: ../admin/social_sharing.php:2027
1522
  #, fuzzy
1523
  msgid "How to customize the url being shared?"
1524
  msgstr "Megosztás számok mutatása:"
1525
 
1526
- #: ../admin/social_sharing.php:2028
1527
  msgid ""
1528
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1529
  msgstr ""
1530
 
1531
- #: ../admin/social_sharing.php:2029
1532
  msgid ""
1533
  "It takes some time for their service to track the shares made on Twitter "
1534
  "from your website. If you still feel it's taking too long you can contact "
1535
  "their support directly from their website."
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1539
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1540
  msgstr ""
1541
 
1542
- #: ../admin/social_sharing.php:2032
1543
  msgid ""
1544
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1545
  msgstr ""
1546
 
1547
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1548
  #: ../admin/social_login.php:1248
1549
  msgid "Why is my browser blocking some features of the plugin?"
1550
  msgstr ""
1551
 
1552
- #: ../admin/social_sharing.php:2034
1553
  msgid "Why the color of share icons is not being updated?"
1554
  msgstr ""
1555
 
1556
- #: ../admin/social_sharing.php:2035
1557
  msgid "Why Facebook share counts are not appearing?"
1558
  msgstr ""
1559
 
1560
- #: ../admin/social_sharing.php:2036
1561
  msgid ""
1562
  "How can I show share counts of my website rather than of individual pages/"
1563
  "posts?"
@@ -1565,50 +1580,50 @@ msgstr ""
1565
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1566
  "kívül is?"
1567
 
1568
- #: ../admin/social_sharing.php:2037
1569
  msgid "How can I disable sharing on particular page/post?"
1570
  msgstr ""
1571
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1572
 
1573
- #: ../admin/social_sharing.php:2038
1574
  msgid "How can I specify minimum sharing count for sharing networks?"
1575
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1576
 
1577
- #: ../admin/social_sharing.php:2039
1578
  msgid "How to share specific page?"
1579
  msgstr ""
1580
 
1581
- #: ../admin/social_sharing.php:2040
1582
  msgid "How to integrate Google Analytics with sharing?"
1583
  msgstr ""
1584
 
1585
- #: ../admin/social_sharing.php:2041
1586
  msgid "How to customize the look of total share counts?"
1587
  msgstr ""
1588
 
1589
- #: ../admin/social_sharing.php:2042
1590
  #, fuzzy
1591
  msgid "How to customize the look of individual share counts?"
1592
  msgstr "Megosztás számok mutatása:"
1593
 
1594
- #: ../admin/social_sharing.php:2043
1595
  #, fuzzy
1596
  msgid "How to show Whatsapp icon only on mobile devices?"
1597
  msgstr "Hide megosztása mobil eszközökön"
1598
 
1599
- #: ../admin/social_sharing.php:2044
1600
  msgid "How to hide arrow after floating sharing bar?"
1601
  msgstr ""
1602
 
1603
- #: ../admin/social_sharing.php:2045
1604
  msgid "Why is share count not getting updated?"
1605
  msgstr ""
1606
 
1607
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1608
  msgid "Why is there so much space between like buttons?"
1609
  msgstr ""
1610
 
1611
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1612
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1613
  msgstr ""
1614
 
@@ -2960,12 +2975,12 @@ msgid "Title (after login):"
2960
  msgstr ""
2961
 
2962
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2963
- #: ../inc/widget.php:939
2964
  msgid "Before widget content:"
2965
  msgstr "Widget tartalom előtt:"
2966
 
2967
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2968
- #: ../inc/widget.php:1013
2969
  msgid "After widget content:"
2970
  msgstr "Widget tartalom után:"
2971
 
@@ -3091,108 +3106,113 @@ msgstr "Super Socializer - Belépés"
3091
  msgid "These icons link to your Social Media accounts"
3092
  msgstr ""
3093
 
3094
- #: ../inc/widget.php:943
3095
  #, fuzzy
3096
  msgid "Size of icons"
3097
  msgstr "Megosztási ikonok mérete"
3098
 
3099
- #: ../inc/widget.php:945
3100
  #, fuzzy
3101
  msgid "Icon Shape"
3102
  msgstr "alak"
3103
 
3104
- #: ../inc/widget.php:950
3105
  #, fuzzy
3106
  msgid "Facebook URL:"
3107
  msgstr "Facebook App ID"
3108
 
3109
- #: ../inc/widget.php:953
3110
  #, fuzzy
3111
  msgid "Twitter URL:"
3112
  msgstr "Twitter"
3113
 
3114
- #: ../inc/widget.php:956
3115
  #, fuzzy
3116
  msgid "Instagram URL:"
3117
  msgstr "Instagram"
3118
 
3119
- #: ../inc/widget.php:959
3120
  #, fuzzy
3121
  msgid "Pinterest URL:"
3122
  msgstr "Pinterest"
3123
 
3124
- #: ../inc/widget.php:962
3125
  msgid "Behance URL:"
3126
  msgstr ""
3127
 
3128
- #: ../inc/widget.php:965
3129
  msgid "Flickr URL:"
3130
  msgstr ""
3131
 
3132
- #: ../inc/widget.php:968
3133
  msgid "Foursquare URL:"
3134
  msgstr ""
3135
 
3136
- #: ../inc/widget.php:971
3137
  msgid "Github URL:"
3138
  msgstr ""
3139
 
3140
- #: ../inc/widget.php:974
3141
  #, fuzzy
3142
  msgid "LinkedIn URL:"
3143
  msgstr "LinkedIn"
3144
 
3145
- #: ../inc/widget.php:977
3146
  #, fuzzy
3147
  msgid "LinkedIn Company URL:"
3148
  msgstr "LinkedIn"
3149
 
3150
- #: ../inc/widget.php:980
3151
  #, fuzzy
3152
  msgid "Medium URL:"
3153
  msgstr "Tumblr"
3154
 
3155
- #: ../inc/widget.php:983
3156
  #, fuzzy
3157
  msgid "MeWe URL:"
3158
  msgstr "Tumblr"
3159
 
3160
- #: ../inc/widget.php:986
3161
  msgid "Odnoklassniki URL:"
3162
  msgstr ""
3163
 
3164
- #: ../inc/widget.php:989
3165
  msgid "Snapchat URL:"
3166
  msgstr ""
3167
 
3168
- #: ../inc/widget.php:992
 
 
 
 
 
3169
  #, fuzzy
3170
  msgid "Tumblr URL:"
3171
  msgstr "Tumblr"
3172
 
3173
- #: ../inc/widget.php:995
3174
  msgid "Vimeo URL:"
3175
  msgstr ""
3176
 
3177
- #: ../inc/widget.php:998
3178
  #, fuzzy
3179
  msgid "Vkontakte URL:"
3180
  msgstr "Vkontakte"
3181
 
3182
- #: ../inc/widget.php:1001
3183
  #, fuzzy
3184
  msgid "Xing URL:"
3185
  msgstr "LinkedIn"
3186
 
3187
- #: ../inc/widget.php:1004
3188
  msgid "Youtube URL:"
3189
  msgstr ""
3190
 
3191
- #: ../inc/widget.php:1007
3192
  msgid "Youtube Channel URL:"
3193
  msgstr ""
3194
 
3195
- #: ../inc/widget.php:1010
3196
  msgid "RSS Feed URL:"
3197
  msgstr ""
3198
 
@@ -4046,10 +4066,6 @@ msgstr ""
4046
  #~ msgid "Specify a title for commenting"
4047
  #~ msgstr "Egyedi cím a hozzászólásokhoz"
4048
 
4049
- #, fuzzy
4050
- #~ msgid "Facebook Comments"
4051
- #~ msgstr "Comentarios Facebook"
4052
-
4053
  #~ msgid ""
4054
  #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
4055
  #~ "><strong>Note: Social Login at comment form of your website will not get "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:23+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
308
  msgstr ""
309
 
310
  #: ../super_socializer.php:2013
311
+ #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
314
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
315
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
316
+ "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
  #: ../super_socializer.php:2039
331
  msgid "Settings saved"
332
  msgstr "Beállítások"
333
 
334
+ #: ../helper.php:8 ../admin/social_sharing.php:42
335
  msgid "Dismiss this notice"
336
  msgstr "Utasítsa el ezt az értesítést"
337
 
430
  msgstr "Cél Url"
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
434
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Változások Mentése"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
530
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
531
  msgstr ""
532
 
533
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
534
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
535
  #: ../admin/like_buttons.php:836
536
  #, fuzzy
537
  msgid "Instagram Shoutout"
538
  msgstr "Instagram"
539
 
540
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
541
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
542
  #: ../admin/like_buttons.php:838
543
  msgid ""
546
  "hashtags and people to mention in the Instagram post."
547
  msgstr ""
548
 
549
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
550
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
551
  #: ../admin/like_buttons.php:839
552
  msgid ""
557
  "time."
558
  msgstr ""
559
 
560
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
561
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
562
  #: ../admin/like_buttons.php:840
563
  msgid ""
673
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
674
  msgstr ""
675
 
676
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
677
+ msgid ""
678
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
679
+ "Facebook share count to work"
680
+ msgstr ""
681
+
682
+ #: ../admin/social_sharing.php:49
683
  msgid "Theme Selection"
684
  msgstr ""
685
 
686
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
687
  #, fuzzy
688
  msgid "Standard Interface"
689
  msgstr "Megosztási Felület"
690
 
691
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
692
  #, fuzzy
693
  msgid "Floating Interface"
694
  msgstr "Megosztási Felület"
695
 
696
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
697
  msgid "Miscellaneous"
698
  msgstr ""
699
 
700
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
701
  msgid "3rd Party Integration"
702
  msgstr ""
703
 
704
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
705
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
706
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
707
  #: ../admin/like_buttons.php:797
708
  msgid "Shortcode & Widget"
709
  msgstr "Shortcode és Widget"
710
 
711
+ #: ../admin/social_sharing.php:61
712
  msgid "Troubleshooter"
713
  msgstr "Hibamegoldó"
714
 
715
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
716
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
717
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
718
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
719
  msgid "FAQ"
720
  msgstr "GYIK"
721
 
722
+ #: ../admin/social_sharing.php:70
723
  msgid "Standard interface theme"
724
  msgstr ""
725
 
726
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
727
  msgid "Icon Preview"
728
  msgstr "icon Preview"
729
 
730
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
731
  msgid ""
732
  "Do not forget to save the configuration after making changes by clicking the "
733
  "save button below"
735
  "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a "
736
  "Mentés gombra"
737
 
738
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
739
  msgid "Shape"
740
  msgstr "alak"
741
 
742
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
743
+ #: ../inc/widget.php:951
744
  msgid "Round"
745
  msgstr "kerek"
746
 
747
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
748
+ #: ../inc/widget.php:952
749
  msgid "Square"
750
  msgstr "szögletes"
751
 
752
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
753
  msgid "Rectangle"
754
  msgstr ""
755
 
756
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
757
  msgid "Shape of the sharing icons"
758
  msgstr "Megosztás ikonok formája"
759
 
760
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
761
  msgid "Size (in pixels)"
762
  msgstr "Méret (pixel)"
763
 
764
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
765
  msgid "Size of the sharing icons"
766
  msgstr "Megosztási ikonok mérete"
767
 
768
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
769
  #, fuzzy
770
  msgid "Width (in pixels)"
771
  msgstr "Méret (pixel)"
772
 
773
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
774
  #, fuzzy
775
  msgid "Width of the sharing icons"
776
  msgstr "Megosztási ikonok mérete"
777
 
778
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
779
  #, fuzzy
780
  msgid "Height (in pixels)"
781
  msgstr "Méret (pixel)"
782
 
783
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
784
  #, fuzzy
785
  msgid "Height of the sharing icons"
786
  msgstr "Megosztási ikonok mérete"
787
 
788
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
789
  #, fuzzy
790
  msgid "Border radius (in pixels)"
791
  msgstr "Méret (pixel)"
792
 
793
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
794
  msgid ""
795
  "Specify a value for rounded corners. More the value, more rounded will the "
796
  "corners be. Leave empty for sharp corners."
797
  msgstr ""
798
 
799
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
800
  #, fuzzy
801
  msgid "Logo Color"
802
  msgstr "Háttér Szín"
803
 
804
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
805
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
806
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
807
  msgid "Default"
808
  msgstr ""
809
 
810
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
811
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
812
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
813
  msgid "On Hover"
814
  msgstr ""
815
 
816
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
817
  #, fuzzy
818
  msgid ""
819
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
824
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
825
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
826
 
827
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
828
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
829
  #: ../inc/widget.php:460 ../inc/widget.php:772
830
  msgid "Background Color"
831
  msgstr "Háttér Szín"
832
 
833
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
834
  #, fuzzy
835
  msgid ""
836
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
842
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
843
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
844
 
845
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
846
  msgid "Border"
847
  msgstr ""
848
 
849
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
850
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
851
  #, fuzzy
852
  msgid "Border Width"
853
  msgstr "Shortcode és Widget"
854
 
855
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
856
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
857
  #, fuzzy
858
  msgid "Border Color"
859
  msgstr "Háttér Szín"
860
 
861
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
862
  #, fuzzy
863
  msgid "Icon border"
864
  msgstr "icon Preview"
865
 
866
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
867
  msgid "Counter Position"
868
  msgstr ""
869
 
870
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
871
  msgid "(applies, if counter enabled)"
872
  msgstr ""
873
 
874
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
875
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
876
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
877
  #: ../inc/widget.php:446 ../inc/widget.php:758
878
  msgid "Left"
879
  msgstr "Bal"
880
 
881
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
882
  msgid "Top"
883
  msgstr ""
884
 
885
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
886
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
887
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
888
  #: ../inc/widget.php:447 ../inc/widget.php:759
889
  msgid "Right"
890
  msgstr "Jobb"
891
 
892
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
893
  msgid "Bottom"
894
  msgstr ""
895
 
896
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
897
  msgid "Inner Left"
898
  msgstr ""
899
 
900
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
901
  msgid "Inner Top"
902
  msgstr ""
903
 
904
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
905
  #, fuzzy
906
  msgid "Inner Right"
907
  msgstr "Jobb"
908
 
909
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
910
  msgid "Inner Bottom"
911
  msgstr ""
912
 
913
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
914
  #, fuzzy
915
  msgid "Position of share counter"
916
  msgstr "Tartalom alatt"
917
 
918
+ #: ../admin/social_sharing.php:377
919
  #, fuzzy
920
  msgid "Floating interface theme"
921
  msgstr "Megosztási Felület"
922
 
923
+ #: ../admin/social_sharing.php:690
924
  #, fuzzy
925
  msgid "Standard Sharing Interface Options"
926
  msgstr "Vízszintes Megosztási Felület Beállítások"
927
 
928
+ #: ../admin/social_sharing.php:696
929
  #, fuzzy
930
  msgid "Enable Standard sharing interface"
931
  msgstr "Vízszintes megosztási felület bekapcsolása"
932
 
933
+ #: ../admin/social_sharing.php:706
934
  #, fuzzy
935
  msgid "Master control to enable standard sharing"
936
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
937
 
938
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
939
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
940
  msgid "Target Url"
941
  msgstr "Cél Url"
942
 
943
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
944
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
945
  msgid "Url of the webpage where icons are located (default)"
946
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
947
 
948
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
949
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
950
  msgid "Url of the homepage of your website"
951
  msgstr "A főoldalad Url-je"
952
 
953
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
954
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
955
  msgid "Custom url"
956
  msgstr "Egyedi URL"
957
 
958
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
959
  msgid "Url to share"
960
  msgstr "Megosztás Url-je"
961
 
962
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
963
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
964
+ #: ../inc/widget.php:945
965
  msgid "Title"
966
  msgstr "Cím"
967
 
968
+ #: ../admin/social_sharing.php:749
969
  msgid "The text to display above the sharing interface"
970
  msgstr "Szöveg a megosztási felület fölött"
971
 
972
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
973
  #, fuzzy
974
  msgid "Instagram username"
975
  msgstr "Instagram"
976
 
977
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
978
  msgid ""
979
  "Username of the Instagram account you want to redirect users to, on clicking "
980
  "the icon"
981
  msgstr ""
982
 
983
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
984
  #, fuzzy
985
  msgid "HTML ID of container element of comment form"
986
  msgstr "HTML ID komment formájában konténer"
987
 
988
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
989
  msgid ""
990
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
991
  "icon."
992
  msgstr ""
993
 
994
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
995
  msgid "Rearrange icons"
996
  msgstr "Ikonsorrend beállítás"
997
 
998
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
999
  msgid "Drag the icons to rearrange in desired order"
1000
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
1001
 
1002
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
1003
  #, fuzzy
1004
  msgid "Select Sharing Services"
1005
  msgstr "Válassz és rendezz sorba szolgáltatókat"
1006
 
1007
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
1008
  msgid "Select sharing services to show in social share bar"
1009
  msgstr ""
1010
 
1011
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
1012
  #, fuzzy
1013
  msgid "Search social network"
1014
  msgstr "elsődleges szociális háló"
1015
 
1016
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
1017
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1018
  msgid "Horizontal alignment"
1019
  msgstr "Függőleges igazítás"
1020
 
1021
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
1022
  msgid "Center"
1023
  msgstr "Középen"
1024
 
1025
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1026
  msgid "Horizontal alignment of the sharing interface"
1027
  msgstr "A megosztási felület függőleges igazítása"
1028
 
1029
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1030
  msgid "Position with respect to content"
1031
  msgstr "Elhelyezés a tartalomhoz képest"
1032
 
1033
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1034
  msgid "Top of the content"
1035
  msgstr "Tartalom felett"
1036
 
1037
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1038
  msgid "Bottom of the content"
1039
  msgstr "Tartalom alatt"
1040
 
1041
+ #: ../admin/social_sharing.php:966
1042
  msgid "Specify position of the sharing interface with respect to the content"
1043
  msgstr ""
1044
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1045
 
1046
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1047
  msgid "Placement"
1048
  msgstr ""
1049
 
1050
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1051
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1052
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1053
  msgid "Homepage"
1054
  msgstr "Kezdő oldal"
1055
 
1056
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1057
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1058
  msgid "Posts"
1059
  msgstr "Bejegyzések"
1060
 
1061
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1062
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1063
  msgid "Pages"
1064
  msgstr "Oldalak"
1065
 
1066
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1067
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1068
  msgid "Excerpts and Posts page"
1069
  msgstr ""
1070
 
1071
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1072
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1073
  msgid "Category Archives"
1074
  msgstr "Kategória Archívum"
1075
 
1076
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1077
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1078
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1079
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1080
 
1081
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1082
  #, fuzzy
1083
  msgid "BuddyPress activity"
1084
  msgstr "BuddyPress tevékenység és csoportok"
1085
 
1086
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1087
  msgid "BuddyPress group (only at top of content)"
1088
  msgstr ""
1089
 
1090
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1091
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1092
  msgid "BBPress forum"
1093
  msgstr "BBPress fórum"
1094
 
1095
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1096
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1097
  msgid "BBPress topic"
1098
  msgstr "BBPress téma"
1099
 
1100
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1101
  msgid "BBPress reply"
1102
  msgstr "BBPress válasz"
1103
 
1104
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1105
  msgid "After individual product at WooCommerce Shop page"
1106
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
1107
 
1108
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1109
  msgid "WooCommerce Product Page"
1110
  msgstr "WooCommerce Termékek"
1111
 
1112
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1113
  msgid "WooCommerce Thankyou Page"
1114
  msgstr "WooCommerce Thankyou oldal"
1115
 
1116
+ #: ../admin/social_sharing.php:1042
1117
  msgid "Specify the pages where you want to enable Sharing interface"
1118
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1119
 
1120
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1121
  msgid "Show share counts"
1122
  msgstr "Megosztás számok mutatása"
1123
 
1124
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1125
  msgid ""
1126
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1127
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1128
  msgstr ""
1129
 
1130
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1131
  #, php-format
1132
  msgid ""
1133
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1136
  "their website."
1137
  msgstr ""
1138
 
1139
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1140
  msgid "If enabled, share counts are displayed above sharing icons."
1141
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1142
 
1143
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1144
  #, fuzzy
1145
  msgid "Show total shares"
1146
  msgstr "Megosztás számok mutatása"
1147
 
1148
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1149
  #, fuzzy
1150
  msgid "If enabled, total shares will be displayed with sharing icons"
1151
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1152
 
1153
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1154
  msgid "Enable 'More' icon"
1155
  msgstr "'Még több' ikon bekapcsolása"
1156
 
1157
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1158
  msgid ""
1159
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1160
  "which shows additional sharing networks in popup"
1162
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1163
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1164
 
1165
+ #: ../admin/social_sharing.php:1118
1166
  #, fuzzy
1167
  msgid "Floating Sharing Interface Options"
1168
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1169
 
1170
+ #: ../admin/social_sharing.php:1124
1171
  #, fuzzy
1172
  msgid "Enable Floating sharing interface"
1173
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1174
 
1175
+ #: ../admin/social_sharing.php:1134
1176
  #, fuzzy
1177
  msgid "Master control to enable floating sharing widget"
1178
  msgstr ""
1179
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1180
 
1181
+ #: ../admin/social_sharing.php:1328
1182
  msgid ""
1183
  "Specify the color or hex code (example #cc78e0) for the background of "
1184
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1189
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1190
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1191
 
1192
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1193
  msgid "Left offset"
1194
  msgstr "Bal margó"
1195
 
1196
+ #: ../admin/social_sharing.php:1368
1197
  msgid ""
1198
  "Specify a number. Increase in number will shift sharing interface towards "
1199
  "right and decrease will shift it towards left. Number can be negative too."
1201
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1202
  "Megadhatsz negatív értéket is."
1203
 
1204
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1205
  msgid "Right offset"
1206
  msgstr "Jobb margó"
1207
 
1208
+ #: ../admin/social_sharing.php:1388
1209
  msgid ""
1210
  "Specify a number. Increase in number will shift sharing interface towards "
1211
  "left and decrease will shift it towards right. Number can be negative too."
1213
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1214
  "Megadhatsz negatív értéket is."
1215
 
1216
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1217
  msgid "Top offset"
1218
  msgstr "Felső margó"
1219
 
1220
+ #: ../admin/social_sharing.php:1407
1221
  msgid ""
1222
  "Specify a number. Increase in number will shift sharing interface towards "
1223
  "bottom and decrease will shift it towards top."
1224
  msgstr ""
1225
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1226
 
1227
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1228
  #, fuzzy
1229
  msgid "BuddyPress group"
1230
  msgstr "BuddyPress profil oldal"
1231
 
1232
+ #: ../admin/social_sharing.php:1464
1233
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1234
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1235
 
1236
+ #: ../admin/social_sharing.php:1531
1237
  #, fuzzy
1238
  msgid "Hide floating slider"
1239
  msgstr "Bejelentkezettek számára elrejtve:"
1240
 
1241
+ #: ../admin/social_sharing.php:1541
1242
  msgid "Hides the slider arrow present below the floating share bar"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/social_sharing.php:1549
1246
  #, fuzzy
1247
  msgid "Vertical floating bar responsiveness"
1248
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1249
 
1250
+ #: ../admin/social_sharing.php:1552
1251
  #, php-format
1252
  msgid "Display vertical interface only when screen is wider than %s pixels"
1253
  msgstr ""
1254
 
1255
+ #: ../admin/social_sharing.php:1559
1256
  msgid ""
1257
  "Display vertical interface only when screen is wider than the width "
1258
  "specified."
1259
  msgstr ""
1260
 
1261
+ #: ../admin/social_sharing.php:1567
1262
  msgid "Horizontal floating bar responsiveness"
1263
  msgstr ""
1264
 
1265
+ #: ../admin/social_sharing.php:1570
1266
  #, fuzzy, php-format
1267
  msgid ""
1268
  "Stick vertical floating interface horizontally at bottom only when screen is "
1271
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1272
  "eszközök"
1273
 
1274
+ #: ../admin/social_sharing.php:1577
1275
  msgid ""
1276
  "Stick vertical floating interface horizontally at bottom only when screen is "
1277
  "narrower than the width specified"
1278
  msgstr ""
1279
 
1280
+ #: ../admin/social_sharing.php:1587
1281
  #, fuzzy
1282
  msgid "Horizontal floating bar position"
1283
  msgstr "Vízszintes Megosztási Felület Beállítások"
1284
 
1285
+ #: ../admin/social_sharing.php:1590
1286
  #, php-format
1287
  msgid "%s pixels from %s"
1288
  msgstr ""
1289
 
1290
+ #: ../admin/social_sharing.php:1591
1291
  msgid "Auto-adjust according to screen width (responsive)"
1292
  msgstr ""
1293
 
1294
+ #: ../admin/social_sharing.php:1598
1295
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1296
  msgstr ""
1297
 
1298
+ #: ../admin/social_sharing.php:1618
1299
+ #, fuzzy
1300
+ msgid "Facebook Share Count"
1301
+ msgstr "Comentarios Facebook"
1302
+
1303
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1304
+ msgid "Facebook App ID"
1305
+ msgstr "Facebook App ID"
1306
+
1307
+ #: ../admin/social_sharing.php:1634
1308
+ #, fuzzy, php-format
1309
+ msgid ""
1310
+ "Required for Facebook share count to work. Please follow the documentation "
1311
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1312
+ msgstr ""
1313
+ "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
1314
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1315
+ "App ID beszerzéshez"
1316
+
1317
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1318
+ #, fuzzy
1319
+ msgid "Facebook App Secret"
1320
+ msgstr "Facebook App ID"
1321
+
1322
+ #: ../admin/social_sharing.php:1652
1323
+ #, fuzzy, php-format
1324
+ msgid ""
1325
+ "Required for Facebook share count to work. Please follow the documentation "
1326
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1327
+ msgstr ""
1328
+ "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a "
1329
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1330
+ "App ID beszerzéshez"
1331
+
1332
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1333
  msgid "Url shortener"
1334
  msgstr "Url rövidítő"
1335
 
1336
+ #: ../admin/social_sharing.php:1667
1337
  msgid "Use shortlinks already installed"
1338
  msgstr "Használja shortlinks már telepítve"
1339
 
1340
+ #: ../admin/social_sharing.php:1677
1341
  msgid "Uses default short url permalinks without using any additional plugin"
1342
  msgstr ""
1343
 
1344
+ #: ../admin/social_sharing.php:1685
1345
  msgid "Enable bit.ly url shortener for sharing"
1346
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1347
 
1348
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1349
  msgid "Master control to enable bit.ly url shortening for sharing"
1350
  msgstr ""
1351
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1352
 
1353
+ #: ../admin/social_sharing.php:1703
1354
  msgid "bit.ly Login"
1355
  msgstr ""
1356
 
1357
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1358
  #, fuzzy, php-format
1359
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1360
  msgstr ""
1362
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1363
  "API Key beszerzéshez"
1364
 
1365
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1366
  msgid "bit.ly API Key"
1367
  msgstr "bit.ly API Key"
1368
 
1369
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1370
  msgid "Clear Bitly Cache"
1371
  msgstr ""
1372
 
1373
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1374
  #, fuzzy
1375
  msgid "ShortUrl cache cleared successfully."
1376
  msgstr "Fiók kapcsolása sikeres"
1377
 
1378
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1379
  msgid ""
1380
  "Use this to delete short urls saved in database. Handy, if urls of your "
1381
  "website have been changed but short urls are still being generated for old "
1382
  "urls."
1383
  msgstr ""
1384
 
1385
+ #: ../admin/social_sharing.php:1761
1386
  msgid "Share Count Cache"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/social_sharing.php:1767
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr ""
1392
 
1393
+ #: ../admin/social_sharing.php:1772
1394
  msgid "Second(s)"
1395
  msgstr ""
1396
 
1397
+ #: ../admin/social_sharing.php:1773
1398
  msgid "Minute(s)"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/social_sharing.php:1774
1402
  msgid "Hour(s)"
1403
  msgstr ""
1404
 
1405
+ #: ../admin/social_sharing.php:1775
1406
  msgid "Day(s)"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1783
1410
  #, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
1414
  "target=\"_blank\">here</a>"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/social_sharing.php:1791
1418
  msgid "Clear Share Counts Cache"
1419
  msgstr ""
1420
 
1421
+ #: ../admin/social_sharing.php:1795
1422
  #, fuzzy
1423
  msgid "Share Counts cache cleared successfully."
1424
  msgstr "Fiók kapcsolása sikeres"
1425
 
1426
+ #: ../admin/social_sharing.php:1802
1427
  msgid "Use this to clear cached share counts"
1428
  msgstr ""
1429
 
1430
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1431
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1432
  #: ../admin/like_buttons.php:698
1433
  msgid "Language"
1434
  msgstr "Nyelv"
1435
 
1436
+ #: ../admin/social_sharing.php:1827
1437
  #, fuzzy, php-format
1438
  msgid ""
1439
  "Enter the code of the language you want to use for like buttons. You can "
1444
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1445
  "az alapértelmezett (angol) nyelv használatához"
1446
 
1447
+ #: ../admin/social_sharing.php:1836
1448
  #, fuzzy
1449
  msgid "Username in sharing"
1450
  msgstr "Twitter felhasználónév a megosztásban"
1451
 
1452
+ #: ../admin/social_sharing.php:1842
1453
  msgid "Twitter username (without @)"
1454
  msgstr "Twitter felhasználónév (@ nélkül)"
1455
 
1456
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1457
  msgid ""
1458
  "Provided username will be appended after the content being shared as \"via "
1459
  "@USERNAME\". Leave empty if you do not want any username in the content "
1462
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1463
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1464
 
1465
+ #: ../admin/social_sharing.php:1861
1466
  #, fuzzy
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Twitter felhasználónév (@ nélkül)"
1469
 
1470
+ #: ../admin/social_sharing.php:1880
1471
  msgid "AMP"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:1886
1475
  #, fuzzy
1476
  msgid "Enable sharing on AMP pages"
1477
  msgstr "Bekapcsolás a belépés oldalon"
1478
 
1479
+ #: ../admin/social_sharing.php:1896
1480
  msgid "Enable this option to render sharing icons on AMP pages"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1484
  msgid "myCRED"
1485
  msgstr ""
1486
 
1487
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1488
  msgid "Append myCRED referral ID to the urls being shared"
1489
  msgstr ""
1490
 
1491
+ #: ../admin/social_sharing.php:1954
1492
  msgid "Facebook Sharing Troubleshooter"
1493
  msgstr "Facebook Megosztás Hibaelhárító"
1494
 
1495
+ #: ../admin/social_sharing.php:1959
1496
  #, fuzzy
1497
  msgid ""
1498
  "If Facebook sharing is not working fine, click at the following link and "
1504
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1505
  "tökéletesen) a szöveges mezőben:"
1506
 
1507
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1508
  #: ../admin/social_login.php:1241
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_sharing.php:1977
1515
  msgid ""
1516
  "Why is sharer not showing the correct image, title and other meta tags "
1517
  "content?"
1518
  msgstr ""
1519
 
1520
+ #: ../admin/social_sharing.php:1978
1521
+ msgid "Why is Facebook share count not working?"
1522
+ msgstr ""
1523
+
1524
+ #: ../admin/social_sharing.php:1981
1525
  msgid "Why is Instagram icon redirecting to Instagram website?"
1526
  msgstr ""
1527
 
1528
+ #: ../admin/social_sharing.php:1982
1529
  msgid ""
1530
  "Instagram icon is there to send website visitors to the Instagram page of "
1531
  "your choice. You can save the desired Instagram handle in \"Instagram "
1533
  "sections."
1534
  msgstr ""
1535
 
1536
+ #: ../admin/social_sharing.php:1985
1537
  #, fuzzy
1538
  msgid "How to customize the url being shared?"
1539
  msgstr "Megosztás számok mutatása:"
1540
 
1541
+ #: ../admin/social_sharing.php:1986
1542
  msgid ""
1543
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1544
  msgstr ""
1545
 
1546
+ #: ../admin/social_sharing.php:1987
1547
  msgid ""
1548
  "It takes some time for their service to track the shares made on Twitter "
1549
  "from your website. If you still feel it's taking too long you can contact "
1550
  "their support directly from their website."
1551
  msgstr ""
1552
 
1553
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1554
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1555
  msgstr ""
1556
 
1557
+ #: ../admin/social_sharing.php:1990
1558
  msgid ""
1559
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1563
  #: ../admin/social_login.php:1248
1564
  msgid "Why is my browser blocking some features of the plugin?"
1565
  msgstr ""
1566
 
1567
+ #: ../admin/social_sharing.php:1992
1568
  msgid "Why the color of share icons is not being updated?"
1569
  msgstr ""
1570
 
1571
+ #: ../admin/social_sharing.php:1993
1572
  msgid "Why Facebook share counts are not appearing?"
1573
  msgstr ""
1574
 
1575
+ #: ../admin/social_sharing.php:1994
1576
  msgid ""
1577
  "How can I show share counts of my website rather than of individual pages/"
1578
  "posts?"
1580
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1581
  "kívül is?"
1582
 
1583
+ #: ../admin/social_sharing.php:1995
1584
  msgid "How can I disable sharing on particular page/post?"
1585
  msgstr ""
1586
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1587
 
1588
+ #: ../admin/social_sharing.php:1996
1589
  msgid "How can I specify minimum sharing count for sharing networks?"
1590
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1591
 
1592
+ #: ../admin/social_sharing.php:1997
1593
  msgid "How to share specific page?"
1594
  msgstr ""
1595
 
1596
+ #: ../admin/social_sharing.php:1998
1597
  msgid "How to integrate Google Analytics with sharing?"
1598
  msgstr ""
1599
 
1600
+ #: ../admin/social_sharing.php:1999
1601
  msgid "How to customize the look of total share counts?"
1602
  msgstr ""
1603
 
1604
+ #: ../admin/social_sharing.php:2000
1605
  #, fuzzy
1606
  msgid "How to customize the look of individual share counts?"
1607
  msgstr "Megosztás számok mutatása:"
1608
 
1609
+ #: ../admin/social_sharing.php:2001
1610
  #, fuzzy
1611
  msgid "How to show Whatsapp icon only on mobile devices?"
1612
  msgstr "Hide megosztása mobil eszközökön"
1613
 
1614
+ #: ../admin/social_sharing.php:2002
1615
  msgid "How to hide arrow after floating sharing bar?"
1616
  msgstr ""
1617
 
1618
+ #: ../admin/social_sharing.php:2003
1619
  msgid "Why is share count not getting updated?"
1620
  msgstr ""
1621
 
1622
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1623
  msgid "Why is there so much space between like buttons?"
1624
  msgstr ""
1625
 
1626
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1627
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1628
  msgstr ""
1629
 
2975
  msgstr ""
2976
 
2977
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2978
+ #: ../inc/widget.php:943
2979
  msgid "Before widget content:"
2980
  msgstr "Widget tartalom előtt:"
2981
 
2982
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2983
+ #: ../inc/widget.php:1020
2984
  msgid "After widget content:"
2985
  msgstr "Widget tartalom után:"
2986
 
3106
  msgid "These icons link to your Social Media accounts"
3107
  msgstr ""
3108
 
3109
+ #: ../inc/widget.php:947
3110
  #, fuzzy
3111
  msgid "Size of icons"
3112
  msgstr "Megosztási ikonok mérete"
3113
 
3114
+ #: ../inc/widget.php:949
3115
  #, fuzzy
3116
  msgid "Icon Shape"
3117
  msgstr "alak"
3118
 
3119
+ #: ../inc/widget.php:954
3120
  #, fuzzy
3121
  msgid "Facebook URL:"
3122
  msgstr "Facebook App ID"
3123
 
3124
+ #: ../inc/widget.php:957
3125
  #, fuzzy
3126
  msgid "Twitter URL:"
3127
  msgstr "Twitter"
3128
 
3129
+ #: ../inc/widget.php:960
3130
  #, fuzzy
3131
  msgid "Instagram URL:"
3132
  msgstr "Instagram"
3133
 
3134
+ #: ../inc/widget.php:963
3135
  #, fuzzy
3136
  msgid "Pinterest URL:"
3137
  msgstr "Pinterest"
3138
 
3139
+ #: ../inc/widget.php:966
3140
  msgid "Behance URL:"
3141
  msgstr ""
3142
 
3143
+ #: ../inc/widget.php:969
3144
  msgid "Flickr URL:"
3145
  msgstr ""
3146
 
3147
+ #: ../inc/widget.php:972
3148
  msgid "Foursquare URL:"
3149
  msgstr ""
3150
 
3151
+ #: ../inc/widget.php:975
3152
  msgid "Github URL:"
3153
  msgstr ""
3154
 
3155
+ #: ../inc/widget.php:978
3156
  #, fuzzy
3157
  msgid "LinkedIn URL:"
3158
  msgstr "LinkedIn"
3159
 
3160
+ #: ../inc/widget.php:981
3161
  #, fuzzy
3162
  msgid "LinkedIn Company URL:"
3163
  msgstr "LinkedIn"
3164
 
3165
+ #: ../inc/widget.php:984
3166
  #, fuzzy
3167
  msgid "Medium URL:"
3168
  msgstr "Tumblr"
3169
 
3170
+ #: ../inc/widget.php:987
3171
  #, fuzzy
3172
  msgid "MeWe URL:"
3173
  msgstr "Tumblr"
3174
 
3175
+ #: ../inc/widget.php:990
3176
  msgid "Odnoklassniki URL:"
3177
  msgstr ""
3178
 
3179
+ #: ../inc/widget.php:993
3180
  msgid "Snapchat URL:"
3181
  msgstr ""
3182
 
3183
+ #: ../inc/widget.php:996
3184
+ #, fuzzy
3185
+ msgid "Telegram URL:"
3186
+ msgstr "Instagram"
3187
+
3188
+ #: ../inc/widget.php:999
3189
  #, fuzzy
3190
  msgid "Tumblr URL:"
3191
  msgstr "Tumblr"
3192
 
3193
+ #: ../inc/widget.php:1002
3194
  msgid "Vimeo URL:"
3195
  msgstr ""
3196
 
3197
+ #: ../inc/widget.php:1005
3198
  #, fuzzy
3199
  msgid "Vkontakte URL:"
3200
  msgstr "Vkontakte"
3201
 
3202
+ #: ../inc/widget.php:1008
3203
  #, fuzzy
3204
  msgid "Xing URL:"
3205
  msgstr "LinkedIn"
3206
 
3207
+ #: ../inc/widget.php:1011
3208
  msgid "Youtube URL:"
3209
  msgstr ""
3210
 
3211
+ #: ../inc/widget.php:1014
3212
  msgid "Youtube Channel URL:"
3213
  msgstr ""
3214
 
3215
+ #: ../inc/widget.php:1017
3216
  msgid "RSS Feed URL:"
3217
  msgstr ""
3218
 
4066
  #~ msgid "Specify a title for commenting"
4067
  #~ msgstr "Egyedi cím a hozzászólásokhoz"
4068
 
 
 
 
 
4069
  #~ msgid ""
4070
  #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
4071
  #~ "><strong>Note: Social Login at comment form of your website will not get "
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:55+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -313,10 +313,12 @@ msgid "Dismiss"
313
  msgstr ""
314
 
315
  #: ../super_socializer.php:2013
 
316
  msgid ""
317
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
318
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
319
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
320
  msgstr ""
321
 
322
  #: ../super_socializer.php:2039
@@ -333,7 +335,7 @@ msgstr ""
333
  msgid "Settings saved"
334
  msgstr "Impostazioni salvate"
335
 
336
- #: ../helper.php:8
337
  msgid "Dismiss this notice"
338
  msgstr "Rimuovi questo annuncio"
339
 
@@ -423,7 +425,7 @@ msgid "Large Avatar"
423
  msgstr "Avatar Grande"
424
 
425
  #: ../helper.php:913 ../admin/general_options.php:132
426
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
427
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
428
  msgid "Save Changes"
429
  msgstr "Salva le modifiche"
@@ -446,7 +448,7 @@ msgid "Something bad happened"
446
  msgstr ""
447
 
448
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
449
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
450
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
451
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
452
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -523,14 +525,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
523
  msgstr ""
524
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
525
 
526
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
527
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
528
  #: ../admin/like_buttons.php:836
529
  #, fuzzy
530
  msgid "Instagram Shoutout"
531
  msgstr "Instagram"
532
 
533
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
534
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
535
  #: ../admin/like_buttons.php:838
536
  msgid ""
@@ -539,7 +541,7 @@ msgid ""
539
  "hashtags and people to mention in the Instagram post."
540
  msgstr ""
541
 
542
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
543
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
544
  #: ../admin/like_buttons.php:839
545
  msgid ""
@@ -550,7 +552,7 @@ msgid ""
550
  "time."
551
  msgstr ""
552
 
553
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
554
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
555
  #: ../admin/like_buttons.php:840
556
  msgid ""
@@ -661,54 +663,60 @@ msgstr "Controllo Principale per abilitare Social Sharing"
661
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
662
  msgstr ""
663
 
664
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
665
  msgid "Theme Selection"
666
  msgstr "Tema"
667
 
668
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
669
  msgid "Standard Interface"
670
  msgstr "Interfaccia Standard"
671
 
672
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
673
  msgid "Floating Interface"
674
  msgstr "Interfaccia Floating"
675
 
676
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
677
  msgid "Miscellaneous"
678
  msgstr "Miscellanea"
679
 
680
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
681
  #, fuzzy
682
  msgid "3rd Party Integration"
683
  msgstr "XProfile Integration"
684
 
685
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
686
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
687
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
688
  #: ../admin/like_buttons.php:797
689
  msgid "Shortcode & Widget"
690
  msgstr "Shortcode & Widget"
691
 
692
- #: ../admin/social_sharing.php:57
693
  msgid "Troubleshooter"
694
  msgstr "Risoluzione dei problemi"
695
 
696
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
697
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
698
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
699
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
700
  msgid "FAQ"
701
  msgstr "FAQ"
702
 
703
- #: ../admin/social_sharing.php:66
704
  msgid "Standard interface theme"
705
  msgstr "Tema Interfaccia Standard"
706
 
707
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
708
  msgid "Icon Preview"
709
  msgstr "Anteprima Icona"
710
 
711
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
712
  msgid ""
713
  "Do not forget to save the configuration after making changes by clicking the "
714
  "save button below"
@@ -716,59 +724,59 @@ msgstr ""
716
  "Dopo aver apportato le modifiche, non dimenticate di salvare la "
717
  "configurazione, fare clic sul pulsante Salva in basso"
718
 
719
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
720
  msgid "Shape"
721
  msgstr "Forma"
722
 
723
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
724
- #: ../inc/widget.php:947
725
  msgid "Round"
726
  msgstr "Arrotondata"
727
 
728
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
729
- #: ../inc/widget.php:948
730
  msgid "Square"
731
  msgstr "Quadrata"
732
 
733
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
734
  msgid "Rectangle"
735
  msgstr "Rettangolare"
736
 
737
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
738
  msgid "Shape of the sharing icons"
739
  msgstr "Forma delle icone"
740
 
741
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
742
  msgid "Size (in pixels)"
743
  msgstr "Dimensioni (in pixel)"
744
 
745
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
746
  msgid "Size of the sharing icons"
747
  msgstr "Dimensione delle icone"
748
 
749
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
750
  msgid "Width (in pixels)"
751
  msgstr "Larghezza (in pixel)"
752
 
753
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
754
  msgid "Width of the sharing icons"
755
  msgstr ""
756
  "Larghezza \n"
757
  "icone"
758
 
759
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
760
  msgid "Height (in pixels)"
761
  msgstr "Altezza (in pixel)"
762
 
763
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
764
  msgid "Height of the sharing icons"
765
  msgstr "Altezza delle icone"
766
 
767
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
768
  msgid "Border radius (in pixels)"
769
  msgstr "Raggio Bordo (in pixel)"
770
 
771
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
772
  msgid ""
773
  "Specify a value for rounded corners. More the value, more rounded will the "
774
  "corners be. Leave empty for sharp corners."
@@ -776,23 +784,23 @@ msgstr ""
776
  "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
777
  "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
778
 
779
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
780
  msgid "Logo Color"
781
  msgstr "Colore Logo"
782
 
783
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
784
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
785
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
786
  msgid "Default"
787
  msgstr "Predefinito"
788
 
789
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
790
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
791
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
792
  msgid "On Hover"
793
  msgstr "Al Passaggio del Mouse"
794
 
795
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
796
  msgid ""
797
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
798
  "empty for default. You can get the hex code of the required color from <a "
@@ -803,13 +811,13 @@ msgstr ""
803
  "ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target="
804
  "\"_blank\">questo collegamento</a>"
805
 
806
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
807
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
808
  #: ../inc/widget.php:460 ../inc/widget.php:772
809
  msgid "Background Color"
810
  msgstr "Colore Background"
811
 
812
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
813
  msgid ""
814
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
815
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -822,129 +830,129 @@ msgstr ""
822
  "<a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo "
823
  "collegamento</a>"
824
 
825
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
826
  msgid "Border"
827
  msgstr "Bordo"
828
 
829
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
830
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
831
  msgid "Border Width"
832
  msgstr "Larghezza"
833
 
834
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
835
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
836
  msgid "Border Color"
837
  msgstr "Colore"
838
 
839
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
840
  msgid "Icon border"
841
  msgstr "Bordo Icona"
842
 
843
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
844
  msgid "Counter Position"
845
  msgstr "Posizione Counter"
846
 
847
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
848
  msgid "(applies, if counter enabled)"
849
  msgstr "(Si applica, se il Counter è abilitato)"
850
 
851
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
852
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
853
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
854
  #: ../inc/widget.php:446 ../inc/widget.php:758
855
  msgid "Left"
856
  msgstr "Sinistra"
857
 
858
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
859
  msgid "Top"
860
  msgstr "Top"
861
 
862
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
863
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
864
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
865
  #: ../inc/widget.php:447 ../inc/widget.php:759
866
  msgid "Right"
867
  msgstr "Destra"
868
 
869
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
870
  msgid "Bottom"
871
  msgstr "Parte inferiore"
872
 
873
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
874
  msgid "Inner Left"
875
  msgstr "Interno Sinistra"
876
 
877
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
878
  msgid "Inner Top"
879
  msgstr "Interno Superiore"
880
 
881
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
882
  msgid "Inner Right"
883
  msgstr "Interno Destra"
884
 
885
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
886
  msgid "Inner Bottom"
887
  msgstr "Interno Fonfo"
888
 
889
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
890
  msgid "Position of share counter"
891
  msgstr "Posizione dello share counter"
892
 
893
- #: ../admin/social_sharing.php:373
894
  msgid "Floating interface theme"
895
  msgstr "Tema Interfaccia Floating"
896
 
897
- #: ../admin/social_sharing.php:686
898
  msgid "Standard Sharing Interface Options"
899
  msgstr "Opzioni Interfaccia Sharing Standard"
900
 
901
- #: ../admin/social_sharing.php:692
902
  msgid "Enable Standard sharing interface"
903
  msgstr "Abilita interfaccia standard"
904
 
905
- #: ../admin/social_sharing.php:702
906
  msgid "Master control to enable standard sharing"
907
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
908
 
909
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
910
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
911
  msgid "Target Url"
912
  msgstr "URL di destinazione"
913
 
914
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
915
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
916
  msgid "Url of the webpage where icons are located (default)"
917
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
918
 
919
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
920
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
921
  msgid "Url of the homepage of your website"
922
  msgstr "Url della homepage del tuo sito web"
923
 
924
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
925
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
926
  msgid "Custom url"
927
  msgstr "Url personalizzata"
928
 
929
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
930
  msgid "Url to share"
931
  msgstr "Url da condividere"
932
 
933
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
934
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
935
- #: ../inc/widget.php:941
936
  msgid "Title"
937
  msgstr "Titolo"
938
 
939
- #: ../admin/social_sharing.php:745
940
  msgid "The text to display above the sharing interface"
941
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
942
 
943
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
944
  msgid "Instagram username"
945
  msgstr "Username Instagram"
946
 
947
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
948
  msgid ""
949
  "Username of the Instagram account you want to redirect users to, on clicking "
950
  "the icon"
@@ -952,145 +960,145 @@ msgstr ""
952
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
953
  "utenti facendo clic sull'icona"
954
 
955
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
956
  #, fuzzy
957
  msgid "HTML ID of container element of comment form"
958
  msgstr "ID HTML del modulo dei commenti container"
959
 
960
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
961
  msgid ""
962
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
963
  "icon."
964
  msgstr ""
965
 
966
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
967
  msgid "Rearrange icons"
968
  msgstr "Riorganizza le icone"
969
 
970
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
971
  msgid "Drag the icons to rearrange in desired order"
972
  msgstr "Trascina le icone per riordinare"
973
 
974
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
975
  msgid "Select Sharing Services"
976
  msgstr "Seleziona i Service"
977
 
978
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
979
  msgid "Select sharing services to show in social share bar"
980
  msgstr "Seleziona i servizi di sharing da mostrare"
981
 
982
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
983
  #, fuzzy
984
  msgid "Search social network"
985
  msgstr "come rete sociale primaria"
986
 
987
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
988
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
989
  msgid "Horizontal alignment"
990
  msgstr "Allineamento orizzontale"
991
 
992
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
993
  msgid "Center"
994
  msgstr "centro"
995
 
996
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
997
  msgid "Horizontal alignment of the sharing interface"
998
  msgstr "Allineamento orizzontale della interfaccia sharing"
999
 
1000
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1001
  msgid "Position with respect to content"
1002
  msgstr "Posizione"
1003
 
1004
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1005
  msgid "Top of the content"
1006
  msgstr "Parte superiore del contenuto"
1007
 
1008
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1009
  msgid "Bottom of the content"
1010
  msgstr "Parte inferiore del contenuto"
1011
 
1012
- #: ../admin/social_sharing.php:962
1013
  msgid "Specify position of the sharing interface with respect to the content"
1014
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
1015
 
1016
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1017
  msgid "Placement"
1018
  msgstr "Collocazione"
1019
 
1020
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1021
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1022
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1023
  msgid "Homepage"
1024
  msgstr "Homepage"
1025
 
1026
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1027
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1028
  msgid "Posts"
1029
  msgstr "Post"
1030
 
1031
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1032
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1033
  msgid "Pages"
1034
  msgstr "Pagine"
1035
 
1036
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1037
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1038
  msgid "Excerpts and Posts page"
1039
  msgstr "Pagine di Estratti ed Articoli"
1040
 
1041
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1042
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1043
  msgid "Category Archives"
1044
  msgstr "Archivi di categorie"
1045
 
1046
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1047
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1048
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1049
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1050
 
1051
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1052
  msgid "BuddyPress activity"
1053
  msgstr "Attività BuddyPress"
1054
 
1055
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1056
  msgid "BuddyPress group (only at top of content)"
1057
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1058
 
1059
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1060
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1061
  msgid "BBPress forum"
1062
  msgstr "BBPress forum"
1063
 
1064
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1065
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1066
  msgid "BBPress topic"
1067
  msgstr "Argomento BBPress"
1068
 
1069
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1070
  msgid "BBPress reply"
1071
  msgstr "Risposta BBPress"
1072
 
1073
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1074
  msgid "After individual product at WooCommerce Shop page"
1075
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
1076
 
1077
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1078
  msgid "WooCommerce Product Page"
1079
  msgstr "WooCommerce Pagina Prodotto"
1080
 
1081
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1082
  msgid "WooCommerce Thankyou Page"
1083
  msgstr "WooCommerce Pagina Thankyou"
1084
 
1085
- #: ../admin/social_sharing.php:1038
1086
  msgid "Specify the pages where you want to enable Sharing interface"
1087
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1088
 
1089
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1090
  msgid "Show share counts"
1091
  msgstr "Mostra quantità"
1092
 
1093
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1094
  #, fuzzy
1095
  msgid ""
1096
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1099,7 +1107,7 @@ msgstr ""
1099
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1100
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1101
 
1102
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1103
  #, php-format
1104
  msgid ""
1105
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1108,58 +1116,27 @@ msgid ""
1108
  "their website."
1109
  msgstr ""
1110
 
1111
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1112
  msgid "If enabled, share counts are displayed above sharing icons."
1113
  msgstr ""
1114
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1115
  "sopra le icone condivise"
1116
 
1117
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1118
  msgid "Show total shares"
1119
  msgstr "Mostra totale"
1120
 
1121
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1122
  msgid "If enabled, total shares will be displayed with sharing icons"
1123
  msgstr ""
1124
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1125
  "le icone condivise"
1126
 
1127
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1128
- #: ../admin/social_login.php:161
1129
- msgid "Facebook App ID"
1130
- msgstr "Facebook App ID"
1131
-
1132
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1133
- #, fuzzy, php-format
1134
- msgid ""
1135
- "Required for Facebook share count to work. Please follow the documentation "
1136
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1137
- msgstr ""
1138
- "Necessario per far funzionare Facebook Social Login. Per ottenere la "
1139
- "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1140
- "target=\"_blank\">questo collegamento</a>"
1141
-
1142
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1143
- #: ../admin/social_login.php:183
1144
- #, fuzzy
1145
- msgid "Facebook App Secret"
1146
- msgstr "Facebook App ID"
1147
-
1148
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1149
- #, fuzzy, php-format
1150
- msgid ""
1151
- "Required for Facebook share count to work. Please follow the documentation "
1152
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1153
- msgstr ""
1154
- "Necessario per far funzionare Facebook Social Login. Per ottenere la "
1155
- "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1156
- "target=\"_blank\">questo collegamento</a>"
1157
-
1158
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1159
  msgid "Enable 'More' icon"
1160
  msgstr "Abilita icona 'More'"
1161
 
1162
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1163
  msgid ""
1164
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1165
  "which shows additional sharing networks in popup"
@@ -1168,19 +1145,19 @@ msgstr ""
1168
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1169
  "disponibili"
1170
 
1171
- #: ../admin/social_sharing.php:1167
1172
  msgid "Floating Sharing Interface Options"
1173
  msgstr "Opzioni"
1174
 
1175
- #: ../admin/social_sharing.php:1173
1176
  msgid "Enable Floating sharing interface"
1177
  msgstr "Abilita Interfaccia Floating"
1178
 
1179
- #: ../admin/social_sharing.php:1183
1180
  msgid "Master control to enable floating sharing widget"
1181
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1182
 
1183
- #: ../admin/social_sharing.php:1377
1184
  msgid ""
1185
  "Specify the color or hex code (example #cc78e0) for the background of "
1186
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1191,11 +1168,11 @@ msgstr ""
1191
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1192
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1193
 
1194
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1195
  msgid "Left offset"
1196
  msgstr "Left offset"
1197
 
1198
- #: ../admin/social_sharing.php:1417
1199
  msgid ""
1200
  "Specify a number. Increase in number will shift sharing interface towards "
1201
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1204,11 +1181,11 @@ msgstr ""
1204
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1205
  "essere negativo."
1206
 
1207
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1208
  msgid "Right offset"
1209
  msgstr "Right offset"
1210
 
1211
- #: ../admin/social_sharing.php:1437
1212
  msgid ""
1213
  "Specify a number. Increase in number will shift sharing interface towards "
1214
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1217,11 +1194,11 @@ msgstr ""
1217
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1218
  "essere negativo."
1219
 
1220
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1221
  msgid "Top offset"
1222
  msgstr "Top offset"
1223
 
1224
- #: ../admin/social_sharing.php:1456
1225
  msgid ""
1226
  "Specify a number. Increase in number will shift sharing interface towards "
1227
  "bottom and decrease will shift it towards top."
@@ -1229,36 +1206,36 @@ msgstr ""
1229
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1230
  "verso il basso e un numero minore lo muove verso l'alto."
1231
 
1232
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1233
  msgid "BuddyPress group"
1234
  msgstr "BuddyPress group"
1235
 
1236
- #: ../admin/social_sharing.php:1513
1237
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1238
  msgstr ""
1239
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1240
 
1241
- #: ../admin/social_sharing.php:1618
1242
  #, fuzzy
1243
  msgid "Hide floating slider"
1244
  msgstr "Nascondi per gli utenti loggati:"
1245
 
1246
- #: ../admin/social_sharing.php:1628
1247
  #, fuzzy
1248
  msgid "Hides the slider arrow present below the floating share bar"
1249
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1250
 
1251
- #: ../admin/social_sharing.php:1636
1252
  msgid "Vertical floating bar responsiveness"
1253
  msgstr "Responsiveness Vertical"
1254
 
1255
- #: ../admin/social_sharing.php:1639
1256
  #, php-format
1257
  msgid "Display vertical interface only when screen is wider than %s pixels"
1258
  msgstr ""
1259
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1260
 
1261
- #: ../admin/social_sharing.php:1646
1262
  msgid ""
1263
  "Display vertical interface only when screen is wider than the width "
1264
  "specified."
@@ -1266,11 +1243,11 @@ msgstr ""
1266
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1267
  "alla larghezza specificata."
1268
 
1269
- #: ../admin/social_sharing.php:1654
1270
  msgid "Horizontal floating bar responsiveness"
1271
  msgstr "Responsiveness Horizontal"
1272
 
1273
- #: ../admin/social_sharing.php:1657
1274
  #, php-format
1275
  msgid ""
1276
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1279,7 +1256,7 @@ msgstr ""
1279
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1280
  "quando lo schermo è più stretto di %s pixel"
1281
 
1282
- #: ../admin/social_sharing.php:1664
1283
  msgid ""
1284
  "Stick vertical floating interface horizontally at bottom only when screen is "
1285
  "narrower than the width specified"
@@ -1287,53 +1264,87 @@ msgstr ""
1287
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1288
  "schermo è più stretto della larghezza specificata"
1289
 
1290
- #: ../admin/social_sharing.php:1674
1291
  msgid "Horizontal floating bar position"
1292
  msgstr "Posizione Horizontal floating bar"
1293
 
1294
- #: ../admin/social_sharing.php:1677
1295
  #, php-format
1296
  msgid "%s pixels from %s"
1297
  msgstr "%s pixels da %s"
1298
 
1299
- #: ../admin/social_sharing.php:1678
1300
  msgid "Auto-adjust according to screen width (responsive)"
1301
  msgstr ""
1302
 
1303
- #: ../admin/social_sharing.php:1685
1304
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1305
  msgstr ""
1306
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1307
  "essere anche negativo."
1308
 
1309
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1310
  msgid "Url shortener"
1311
  msgstr "Url shortener"
1312
 
1313
- #: ../admin/social_sharing.php:1711
1314
  msgid "Use shortlinks already installed"
1315
  msgstr "Utilizza shortlinks installati"
1316
 
1317
- #: ../admin/social_sharing.php:1721
1318
  msgid "Uses default short url permalinks without using any additional plugin"
1319
  msgstr ""
1320
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1321
  "plugin aggiuntivo"
1322
 
1323
- #: ../admin/social_sharing.php:1729
1324
  msgid "Enable bit.ly url shortener for sharing"
1325
  msgstr "Abilita bit.ly url shortener"
1326
 
1327
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1328
  msgid "Master control to enable bit.ly url shortening for sharing"
1329
  msgstr ""
1330
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1331
 
1332
- #: ../admin/social_sharing.php:1747
1333
  msgid "bit.ly Login"
1334
  msgstr "bit.ly Login"
1335
 
1336
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1337
  #, fuzzy, php-format
1338
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1339
  msgstr ""
@@ -1341,19 +1352,19 @@ msgstr ""
1341
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1342
  "\"_blank\">questa pagina</a>"
1343
 
1344
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1345
  msgid "bit.ly API Key"
1346
  msgstr "bit.ly API Key"
1347
 
1348
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1349
  msgid "Clear Bitly Cache"
1350
  msgstr "Cancella Bitly Cache"
1351
 
1352
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1353
  msgid "ShortUrl cache cleared successfully."
1354
  msgstr "ShortUrl cache cancellata correttamente"
1355
 
1356
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1357
  msgid ""
1358
  "Use this to delete short urls saved in database. Handy, if urls of your "
1359
  "website have been changed but short urls are still being generated for old "
@@ -1363,31 +1374,31 @@ msgstr ""
1363
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1364
  "sono ancora in uso per i vecchi URL."
1365
 
1366
- #: ../admin/social_sharing.php:1805
1367
  msgid "Share Count Cache"
1368
  msgstr "Share Count Cache"
1369
 
1370
- #: ../admin/social_sharing.php:1811
1371
  msgid "Refresh Share Count cache every"
1372
  msgstr "Aggiorna cache ogni"
1373
 
1374
- #: ../admin/social_sharing.php:1816
1375
  msgid "Second(s)"
1376
  msgstr "Secondo(i)"
1377
 
1378
- #: ../admin/social_sharing.php:1817
1379
  msgid "Minute(s)"
1380
  msgstr "Minuto(i)"
1381
 
1382
- #: ../admin/social_sharing.php:1818
1383
  msgid "Hour(s)"
1384
  msgstr "Ora(e)"
1385
 
1386
- #: ../admin/social_sharing.php:1819
1387
  msgid "Day(s)"
1388
  msgstr "Giorno(i)"
1389
 
1390
- #: ../admin/social_sharing.php:1827
1391
  #, fuzzy, php-format
1392
  msgid ""
1393
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1397,25 +1408,25 @@ msgstr ""
1397
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1398
  "rallentare il caricamento delle pagine."
1399
 
1400
- #: ../admin/social_sharing.php:1835
1401
  msgid "Clear Share Counts Cache"
1402
  msgstr "Cancella Share Counts Cache"
1403
 
1404
- #: ../admin/social_sharing.php:1839
1405
  msgid "Share Counts cache cleared successfully."
1406
  msgstr "Share Counts cache cancellata correttamente"
1407
 
1408
- #: ../admin/social_sharing.php:1846
1409
  msgid "Use this to clear cached share counts"
1410
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1411
 
1412
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1413
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1414
  #: ../admin/like_buttons.php:698
1415
  msgid "Language"
1416
  msgstr "Lingua"
1417
 
1418
- #: ../admin/social_sharing.php:1871
1419
  #, php-format
1420
  msgid ""
1421
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1427,15 +1438,15 @@ msgstr ""
1427
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1428
  "predefinita"
1429
 
1430
- #: ../admin/social_sharing.php:1880
1431
  msgid "Username in sharing"
1432
  msgstr "Username in sharing"
1433
 
1434
- #: ../admin/social_sharing.php:1886
1435
  msgid "Twitter username (without @)"
1436
  msgstr "Username Twitter (senza @)"
1437
 
1438
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1439
  msgid ""
1440
  "Provided username will be appended after the content being shared as \"via "
1441
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1444,36 +1455,36 @@ msgstr ""
1444
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1445
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1446
 
1447
- #: ../admin/social_sharing.php:1905
1448
  msgid "Buffer username (without @)"
1449
  msgstr "Username Buffer (senza @)"
1450
 
1451
- #: ../admin/social_sharing.php:1924
1452
  msgid "AMP"
1453
  msgstr "AMP"
1454
 
1455
- #: ../admin/social_sharing.php:1930
1456
  msgid "Enable sharing on AMP pages"
1457
  msgstr "Abilita sharing nelle pagine di AMP"
1458
 
1459
- #: ../admin/social_sharing.php:1940
1460
  msgid "Enable this option to render sharing icons on AMP pages"
1461
  msgstr ""
1462
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1463
 
1464
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1465
  msgid "myCRED"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1469
  msgid "Append myCRED referral ID to the urls being shared"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_sharing.php:1998
1473
  msgid "Facebook Sharing Troubleshooter"
1474
  msgstr "Risoluzione dei problemi Facebook Sharing"
1475
 
1476
- #: ../admin/social_sharing.php:2003
1477
  msgid ""
1478
  "If Facebook sharing is not working fine, click at the following link and "
1479
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1485,14 +1496,14 @@ msgstr ""
1485
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1486
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1487
 
1488
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1489
  #: ../admin/social_login.php:1241
1490
  msgid ""
1491
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1492
  "an online website for the plugin to function properly."
1493
  msgstr ""
1494
 
1495
- #: ../admin/social_sharing.php:2021
1496
  msgid ""
1497
  "Why is sharer not showing the correct image, title and other meta tags "
1498
  "content?"
@@ -1500,11 +1511,16 @@ msgstr ""
1500
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1501
  "altri contenuti meta tag?"
1502
 
1503
- #: ../admin/social_sharing.php:2023
 
 
 
 
 
1504
  msgid "Why is Instagram icon redirecting to Instagram website?"
1505
  msgstr ""
1506
 
1507
- #: ../admin/social_sharing.php:2024
1508
  msgid ""
1509
  "Instagram icon is there to send website visitors to the Instagram page of "
1510
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1512,48 +1528,48 @@ msgid ""
1512
  "sections."
1513
  msgstr ""
1514
 
1515
- #: ../admin/social_sharing.php:2027
1516
  #, fuzzy
1517
  msgid "How to customize the url being shared?"
1518
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1519
 
1520
- #: ../admin/social_sharing.php:2028
1521
  msgid ""
1522
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1523
  msgstr ""
1524
 
1525
- #: ../admin/social_sharing.php:2029
1526
  msgid ""
1527
  "It takes some time for their service to track the shares made on Twitter "
1528
  "from your website. If you still feel it's taking too long you can contact "
1529
  "their support directly from their website."
1530
  msgstr ""
1531
 
1532
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1533
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1534
  msgstr ""
1535
 
1536
- #: ../admin/social_sharing.php:2032
1537
  msgid ""
1538
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1539
  msgstr ""
1540
 
1541
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1542
  #: ../admin/social_login.php:1248
1543
  msgid "Why is my browser blocking some features of the plugin?"
1544
  msgstr ""
1545
 
1546
- #: ../admin/social_sharing.php:2034
1547
  #, fuzzy
1548
  msgid "Why the color of share icons is not being updated?"
1549
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1550
 
1551
- #: ../admin/social_sharing.php:2035
1552
  #, fuzzy
1553
  msgid "Why Facebook share counts are not appearing?"
1554
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1555
 
1556
- #: ../admin/social_sharing.php:2036
1557
  msgid ""
1558
  "How can I show share counts of my website rather than of individual pages/"
1559
  "posts?"
@@ -1561,52 +1577,52 @@ msgstr ""
1561
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1562
  "pagine/post?"
1563
 
1564
- #: ../admin/social_sharing.php:2037
1565
  msgid "How can I disable sharing on particular page/post?"
1566
  msgstr ""
1567
  "Come è possibile disattivare la condivisione di una pagina/post in "
1568
  "particolare?"
1569
 
1570
- #: ../admin/social_sharing.php:2038
1571
  msgid "How can I specify minimum sharing count for sharing networks?"
1572
  msgstr ""
1573
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1574
  "di reti?"
1575
 
1576
- #: ../admin/social_sharing.php:2039
1577
  msgid "How to share specific page?"
1578
  msgstr "Come posso condividere la pagina specifica?"
1579
 
1580
- #: ../admin/social_sharing.php:2040
1581
  msgid "How to integrate Google Analytics with sharing?"
1582
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1583
 
1584
- #: ../admin/social_sharing.php:2041
1585
  msgid "How to customize the look of total share counts?"
1586
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1587
 
1588
- #: ../admin/social_sharing.php:2042
1589
  msgid "How to customize the look of individual share counts?"
1590
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1591
 
1592
- #: ../admin/social_sharing.php:2043
1593
  msgid "How to show Whatsapp icon only on mobile devices?"
1594
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1595
 
1596
- #: ../admin/social_sharing.php:2044
1597
  msgid "How to hide arrow after floating sharing bar?"
1598
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1599
 
1600
- #: ../admin/social_sharing.php:2045
1601
  #, fuzzy
1602
  msgid "Why is share count not getting updated?"
1603
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1604
 
1605
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1606
  msgid "Why is there so much space between like buttons?"
1607
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1608
 
1609
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1610
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1611
  msgstr ""
1612
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
@@ -2957,12 +2973,12 @@ msgid "Title (after login):"
2957
  msgstr ""
2958
 
2959
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2960
- #: ../inc/widget.php:939
2961
  msgid "Before widget content:"
2962
  msgstr "Prima del contenuto del widget:"
2963
 
2964
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2965
- #: ../inc/widget.php:1013
2966
  msgid "After widget content:"
2967
  msgstr "Dopo il contenuto del widget:"
2968
 
@@ -3086,108 +3102,113 @@ msgstr "Super Socializer - Login"
3086
  msgid "These icons link to your Social Media accounts"
3087
  msgstr "Login con il tuo Account Social"
3088
 
3089
- #: ../inc/widget.php:943
3090
  #, fuzzy
3091
  msgid "Size of icons"
3092
  msgstr "Dimensione delle icone"
3093
 
3094
- #: ../inc/widget.php:945
3095
  #, fuzzy
3096
  msgid "Icon Shape"
3097
  msgstr "Forma"
3098
 
3099
- #: ../inc/widget.php:950
3100
  #, fuzzy
3101
  msgid "Facebook URL:"
3102
  msgstr "Facebook App ID"
3103
 
3104
- #: ../inc/widget.php:953
3105
  #, fuzzy
3106
  msgid "Twitter URL:"
3107
  msgstr "Twitter"
3108
 
3109
- #: ../inc/widget.php:956
3110
  #, fuzzy
3111
  msgid "Instagram URL:"
3112
  msgstr "Instagram"
3113
 
3114
- #: ../inc/widget.php:959
3115
  #, fuzzy
3116
  msgid "Pinterest URL:"
3117
  msgstr "Pinterest"
3118
 
3119
- #: ../inc/widget.php:962
3120
  msgid "Behance URL:"
3121
  msgstr ""
3122
 
3123
- #: ../inc/widget.php:965
3124
  msgid "Flickr URL:"
3125
  msgstr ""
3126
 
3127
- #: ../inc/widget.php:968
3128
  msgid "Foursquare URL:"
3129
  msgstr ""
3130
 
3131
- #: ../inc/widget.php:971
3132
  msgid "Github URL:"
3133
  msgstr ""
3134
 
3135
- #: ../inc/widget.php:974
3136
  #, fuzzy
3137
  msgid "LinkedIn URL:"
3138
  msgstr "LinkedIn"
3139
 
3140
- #: ../inc/widget.php:977
3141
  #, fuzzy
3142
  msgid "LinkedIn Company URL:"
3143
  msgstr "LinkedIn"
3144
 
3145
- #: ../inc/widget.php:980
3146
  #, fuzzy
3147
  msgid "Medium URL:"
3148
  msgstr "Tumblr"
3149
 
3150
- #: ../inc/widget.php:983
3151
  #, fuzzy
3152
  msgid "MeWe URL:"
3153
  msgstr "Tumblr"
3154
 
3155
- #: ../inc/widget.php:986
3156
  msgid "Odnoklassniki URL:"
3157
  msgstr ""
3158
 
3159
- #: ../inc/widget.php:989
3160
  msgid "Snapchat URL:"
3161
  msgstr ""
3162
 
3163
- #: ../inc/widget.php:992
 
 
 
 
 
3164
  #, fuzzy
3165
  msgid "Tumblr URL:"
3166
  msgstr "Tumblr"
3167
 
3168
- #: ../inc/widget.php:995
3169
  msgid "Vimeo URL:"
3170
  msgstr ""
3171
 
3172
- #: ../inc/widget.php:998
3173
  #, fuzzy
3174
  msgid "Vkontakte URL:"
3175
  msgstr "Vkontakte"
3176
 
3177
- #: ../inc/widget.php:1001
3178
  #, fuzzy
3179
  msgid "Xing URL:"
3180
  msgstr "LinkedIn"
3181
 
3182
- #: ../inc/widget.php:1004
3183
  msgid "Youtube URL:"
3184
  msgstr ""
3185
 
3186
- #: ../inc/widget.php:1007
3187
  msgid "Youtube Channel URL:"
3188
  msgstr ""
3189
 
3190
- #: ../inc/widget.php:1010
3191
  msgid "RSS Feed URL:"
3192
  msgstr ""
3193
 
@@ -4115,10 +4136,6 @@ msgstr ""
4115
  #~ msgid "How can I show combined share counts?"
4116
  #~ msgstr "¿Cómo muestro combinado conteos compartir?"
4117
 
4118
- #, fuzzy
4119
- #~ msgid "Facebook Comments"
4120
- #~ msgstr "Comentarios Facebook"
4121
-
4122
  #~ msgid ""
4123
  #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
4124
  #~ "><strong>Note: Social Login at comment form of your website will not get "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:23+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
313
  msgstr ""
314
 
315
  #: ../super_socializer.php:2013
316
+ #, php-format
317
  msgid ""
318
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
319
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
320
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
321
+ "that, clear share counts cache from \"Miscellaneous\" section"
322
  msgstr ""
323
 
324
  #: ../super_socializer.php:2039
335
  msgid "Settings saved"
336
  msgstr "Impostazioni salvate"
337
 
338
+ #: ../helper.php:8 ../admin/social_sharing.php:42
339
  msgid "Dismiss this notice"
340
  msgstr "Rimuovi questo annuncio"
341
 
425
  msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
429
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Salva le modifiche"
448
  msgstr ""
449
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
525
  msgstr ""
526
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
527
 
528
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
529
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
530
  #: ../admin/like_buttons.php:836
531
  #, fuzzy
532
  msgid "Instagram Shoutout"
533
  msgstr "Instagram"
534
 
535
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
536
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
537
  #: ../admin/like_buttons.php:838
538
  msgid ""
541
  "hashtags and people to mention in the Instagram post."
542
  msgstr ""
543
 
544
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
545
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
546
  #: ../admin/like_buttons.php:839
547
  msgid ""
552
  "time."
553
  msgstr ""
554
 
555
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
556
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
557
  #: ../admin/like_buttons.php:840
558
  msgid ""
663
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
664
  msgstr ""
665
 
666
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
667
+ msgid ""
668
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
669
+ "Facebook share count to work"
670
+ msgstr ""
671
+
672
+ #: ../admin/social_sharing.php:49
673
  msgid "Theme Selection"
674
  msgstr "Tema"
675
 
676
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
677
  msgid "Standard Interface"
678
  msgstr "Interfaccia Standard"
679
 
680
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
681
  msgid "Floating Interface"
682
  msgstr "Interfaccia Floating"
683
 
684
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
685
  msgid "Miscellaneous"
686
  msgstr "Miscellanea"
687
 
688
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
689
  #, fuzzy
690
  msgid "3rd Party Integration"
691
  msgstr "XProfile Integration"
692
 
693
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
694
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
695
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
696
  #: ../admin/like_buttons.php:797
697
  msgid "Shortcode & Widget"
698
  msgstr "Shortcode & Widget"
699
 
700
+ #: ../admin/social_sharing.php:61
701
  msgid "Troubleshooter"
702
  msgstr "Risoluzione dei problemi"
703
 
704
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
705
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
706
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
707
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
708
  msgid "FAQ"
709
  msgstr "FAQ"
710
 
711
+ #: ../admin/social_sharing.php:70
712
  msgid "Standard interface theme"
713
  msgstr "Tema Interfaccia Standard"
714
 
715
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
716
  msgid "Icon Preview"
717
  msgstr "Anteprima Icona"
718
 
719
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
720
  msgid ""
721
  "Do not forget to save the configuration after making changes by clicking the "
722
  "save button below"
724
  "Dopo aver apportato le modifiche, non dimenticate di salvare la "
725
  "configurazione, fare clic sul pulsante Salva in basso"
726
 
727
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
728
  msgid "Shape"
729
  msgstr "Forma"
730
 
731
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
732
+ #: ../inc/widget.php:951
733
  msgid "Round"
734
  msgstr "Arrotondata"
735
 
736
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
737
+ #: ../inc/widget.php:952
738
  msgid "Square"
739
  msgstr "Quadrata"
740
 
741
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
742
  msgid "Rectangle"
743
  msgstr "Rettangolare"
744
 
745
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
746
  msgid "Shape of the sharing icons"
747
  msgstr "Forma delle icone"
748
 
749
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
750
  msgid "Size (in pixels)"
751
  msgstr "Dimensioni (in pixel)"
752
 
753
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
754
  msgid "Size of the sharing icons"
755
  msgstr "Dimensione delle icone"
756
 
757
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
758
  msgid "Width (in pixels)"
759
  msgstr "Larghezza (in pixel)"
760
 
761
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
762
  msgid "Width of the sharing icons"
763
  msgstr ""
764
  "Larghezza \n"
765
  "icone"
766
 
767
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
768
  msgid "Height (in pixels)"
769
  msgstr "Altezza (in pixel)"
770
 
771
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
772
  msgid "Height of the sharing icons"
773
  msgstr "Altezza delle icone"
774
 
775
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
776
  msgid "Border radius (in pixels)"
777
  msgstr "Raggio Bordo (in pixel)"
778
 
779
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
780
  msgid ""
781
  "Specify a value for rounded corners. More the value, more rounded will the "
782
  "corners be. Leave empty for sharp corners."
784
  "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
785
  "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
786
 
787
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
788
  msgid "Logo Color"
789
  msgstr "Colore Logo"
790
 
791
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
792
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
793
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
794
  msgid "Default"
795
  msgstr "Predefinito"
796
 
797
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
798
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
799
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
800
  msgid "On Hover"
801
  msgstr "Al Passaggio del Mouse"
802
 
803
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
804
  msgid ""
805
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
806
  "empty for default. You can get the hex code of the required color from <a "
811
  "ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target="
812
  "\"_blank\">questo collegamento</a>"
813
 
814
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
815
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
816
  #: ../inc/widget.php:460 ../inc/widget.php:772
817
  msgid "Background Color"
818
  msgstr "Colore Background"
819
 
820
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
821
  msgid ""
822
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
823
  "\"transparent\" for transparent background. Leave empty for default. You can "
830
  "<a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo "
831
  "collegamento</a>"
832
 
833
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
834
  msgid "Border"
835
  msgstr "Bordo"
836
 
837
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
838
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
839
  msgid "Border Width"
840
  msgstr "Larghezza"
841
 
842
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
843
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
844
  msgid "Border Color"
845
  msgstr "Colore"
846
 
847
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
848
  msgid "Icon border"
849
  msgstr "Bordo Icona"
850
 
851
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
852
  msgid "Counter Position"
853
  msgstr "Posizione Counter"
854
 
855
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
856
  msgid "(applies, if counter enabled)"
857
  msgstr "(Si applica, se il Counter è abilitato)"
858
 
859
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
860
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
861
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
862
  #: ../inc/widget.php:446 ../inc/widget.php:758
863
  msgid "Left"
864
  msgstr "Sinistra"
865
 
866
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
867
  msgid "Top"
868
  msgstr "Top"
869
 
870
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
871
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
872
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
873
  #: ../inc/widget.php:447 ../inc/widget.php:759
874
  msgid "Right"
875
  msgstr "Destra"
876
 
877
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
878
  msgid "Bottom"
879
  msgstr "Parte inferiore"
880
 
881
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
882
  msgid "Inner Left"
883
  msgstr "Interno Sinistra"
884
 
885
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
886
  msgid "Inner Top"
887
  msgstr "Interno Superiore"
888
 
889
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
890
  msgid "Inner Right"
891
  msgstr "Interno Destra"
892
 
893
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
894
  msgid "Inner Bottom"
895
  msgstr "Interno Fonfo"
896
 
897
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
898
  msgid "Position of share counter"
899
  msgstr "Posizione dello share counter"
900
 
901
+ #: ../admin/social_sharing.php:377
902
  msgid "Floating interface theme"
903
  msgstr "Tema Interfaccia Floating"
904
 
905
+ #: ../admin/social_sharing.php:690
906
  msgid "Standard Sharing Interface Options"
907
  msgstr "Opzioni Interfaccia Sharing Standard"
908
 
909
+ #: ../admin/social_sharing.php:696
910
  msgid "Enable Standard sharing interface"
911
  msgstr "Abilita interfaccia standard"
912
 
913
+ #: ../admin/social_sharing.php:706
914
  msgid "Master control to enable standard sharing"
915
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
916
 
917
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
918
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
919
  msgid "Target Url"
920
  msgstr "URL di destinazione"
921
 
922
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
923
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
924
  msgid "Url of the webpage where icons are located (default)"
925
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
926
 
927
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
928
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
929
  msgid "Url of the homepage of your website"
930
  msgstr "Url della homepage del tuo sito web"
931
 
932
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
933
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
934
  msgid "Custom url"
935
  msgstr "Url personalizzata"
936
 
937
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
938
  msgid "Url to share"
939
  msgstr "Url da condividere"
940
 
941
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
942
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
943
+ #: ../inc/widget.php:945
944
  msgid "Title"
945
  msgstr "Titolo"
946
 
947
+ #: ../admin/social_sharing.php:749
948
  msgid "The text to display above the sharing interface"
949
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
950
 
951
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
952
  msgid "Instagram username"
953
  msgstr "Username Instagram"
954
 
955
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
956
  msgid ""
957
  "Username of the Instagram account you want to redirect users to, on clicking "
958
  "the icon"
960
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
961
  "utenti facendo clic sull'icona"
962
 
963
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
964
  #, fuzzy
965
  msgid "HTML ID of container element of comment form"
966
  msgstr "ID HTML del modulo dei commenti container"
967
 
968
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
969
  msgid ""
970
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
971
  "icon."
972
  msgstr ""
973
 
974
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
975
  msgid "Rearrange icons"
976
  msgstr "Riorganizza le icone"
977
 
978
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
979
  msgid "Drag the icons to rearrange in desired order"
980
  msgstr "Trascina le icone per riordinare"
981
 
982
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
983
  msgid "Select Sharing Services"
984
  msgstr "Seleziona i Service"
985
 
986
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
987
  msgid "Select sharing services to show in social share bar"
988
  msgstr "Seleziona i servizi di sharing da mostrare"
989
 
990
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
991
  #, fuzzy
992
  msgid "Search social network"
993
  msgstr "come rete sociale primaria"
994
 
995
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
996
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
997
  msgid "Horizontal alignment"
998
  msgstr "Allineamento orizzontale"
999
 
1000
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
1001
  msgid "Center"
1002
  msgstr "centro"
1003
 
1004
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1005
  msgid "Horizontal alignment of the sharing interface"
1006
  msgstr "Allineamento orizzontale della interfaccia sharing"
1007
 
1008
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1009
  msgid "Position with respect to content"
1010
  msgstr "Posizione"
1011
 
1012
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1013
  msgid "Top of the content"
1014
  msgstr "Parte superiore del contenuto"
1015
 
1016
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1017
  msgid "Bottom of the content"
1018
  msgstr "Parte inferiore del contenuto"
1019
 
1020
+ #: ../admin/social_sharing.php:966
1021
  msgid "Specify position of the sharing interface with respect to the content"
1022
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
1023
 
1024
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1025
  msgid "Placement"
1026
  msgstr "Collocazione"
1027
 
1028
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1029
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1030
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1031
  msgid "Homepage"
1032
  msgstr "Homepage"
1033
 
1034
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1035
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1036
  msgid "Posts"
1037
  msgstr "Post"
1038
 
1039
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1040
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1041
  msgid "Pages"
1042
  msgstr "Pagine"
1043
 
1044
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1045
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1046
  msgid "Excerpts and Posts page"
1047
  msgstr "Pagine di Estratti ed Articoli"
1048
 
1049
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1050
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1051
  msgid "Category Archives"
1052
  msgstr "Archivi di categorie"
1053
 
1054
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1055
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1056
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1057
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1058
 
1059
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1060
  msgid "BuddyPress activity"
1061
  msgstr "Attività BuddyPress"
1062
 
1063
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1064
  msgid "BuddyPress group (only at top of content)"
1065
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1066
 
1067
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1068
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1069
  msgid "BBPress forum"
1070
  msgstr "BBPress forum"
1071
 
1072
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1073
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1074
  msgid "BBPress topic"
1075
  msgstr "Argomento BBPress"
1076
 
1077
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1078
  msgid "BBPress reply"
1079
  msgstr "Risposta BBPress"
1080
 
1081
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1082
  msgid "After individual product at WooCommerce Shop page"
1083
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
1084
 
1085
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1086
  msgid "WooCommerce Product Page"
1087
  msgstr "WooCommerce Pagina Prodotto"
1088
 
1089
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1090
  msgid "WooCommerce Thankyou Page"
1091
  msgstr "WooCommerce Pagina Thankyou"
1092
 
1093
+ #: ../admin/social_sharing.php:1042
1094
  msgid "Specify the pages where you want to enable Sharing interface"
1095
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1096
 
1097
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1098
  msgid "Show share counts"
1099
  msgstr "Mostra quantità"
1100
 
1101
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1102
  #, fuzzy
1103
  msgid ""
1104
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1107
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1108
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1109
 
1110
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1111
  #, php-format
1112
  msgid ""
1113
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1116
  "their website."
1117
  msgstr ""
1118
 
1119
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1120
  msgid "If enabled, share counts are displayed above sharing icons."
1121
  msgstr ""
1122
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1123
  "sopra le icone condivise"
1124
 
1125
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1126
  msgid "Show total shares"
1127
  msgstr "Mostra totale"
1128
 
1129
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1130
  msgid "If enabled, total shares will be displayed with sharing icons"
1131
  msgstr ""
1132
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1133
  "le icone condivise"
1134
 
1135
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1136
  msgid "Enable 'More' icon"
1137
  msgstr "Abilita icona 'More'"
1138
 
1139
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1140
  msgid ""
1141
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1142
  "which shows additional sharing networks in popup"
1145
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1146
  "disponibili"
1147
 
1148
+ #: ../admin/social_sharing.php:1118
1149
  msgid "Floating Sharing Interface Options"
1150
  msgstr "Opzioni"
1151
 
1152
+ #: ../admin/social_sharing.php:1124
1153
  msgid "Enable Floating sharing interface"
1154
  msgstr "Abilita Interfaccia Floating"
1155
 
1156
+ #: ../admin/social_sharing.php:1134
1157
  msgid "Master control to enable floating sharing widget"
1158
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1159
 
1160
+ #: ../admin/social_sharing.php:1328
1161
  msgid ""
1162
  "Specify the color or hex code (example #cc78e0) for the background of "
1163
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1168
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1169
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1170
 
1171
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1172
  msgid "Left offset"
1173
  msgstr "Left offset"
1174
 
1175
+ #: ../admin/social_sharing.php:1368
1176
  msgid ""
1177
  "Specify a number. Increase in number will shift sharing interface towards "
1178
  "right and decrease will shift it towards left. Number can be negative too."
1181
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1182
  "essere negativo."
1183
 
1184
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1185
  msgid "Right offset"
1186
  msgstr "Right offset"
1187
 
1188
+ #: ../admin/social_sharing.php:1388
1189
  msgid ""
1190
  "Specify a number. Increase in number will shift sharing interface towards "
1191
  "left and decrease will shift it towards right. Number can be negative too."
1194
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1195
  "essere negativo."
1196
 
1197
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1198
  msgid "Top offset"
1199
  msgstr "Top offset"
1200
 
1201
+ #: ../admin/social_sharing.php:1407
1202
  msgid ""
1203
  "Specify a number. Increase in number will shift sharing interface towards "
1204
  "bottom and decrease will shift it towards top."
1206
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1207
  "verso il basso e un numero minore lo muove verso l'alto."
1208
 
1209
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1210
  msgid "BuddyPress group"
1211
  msgstr "BuddyPress group"
1212
 
1213
+ #: ../admin/social_sharing.php:1464
1214
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1215
  msgstr ""
1216
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1217
 
1218
+ #: ../admin/social_sharing.php:1531
1219
  #, fuzzy
1220
  msgid "Hide floating slider"
1221
  msgstr "Nascondi per gli utenti loggati:"
1222
 
1223
+ #: ../admin/social_sharing.php:1541
1224
  #, fuzzy
1225
  msgid "Hides the slider arrow present below the floating share bar"
1226
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1227
 
1228
+ #: ../admin/social_sharing.php:1549
1229
  msgid "Vertical floating bar responsiveness"
1230
  msgstr "Responsiveness Vertical"
1231
 
1232
+ #: ../admin/social_sharing.php:1552
1233
  #, php-format
1234
  msgid "Display vertical interface only when screen is wider than %s pixels"
1235
  msgstr ""
1236
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1237
 
1238
+ #: ../admin/social_sharing.php:1559
1239
  msgid ""
1240
  "Display vertical interface only when screen is wider than the width "
1241
  "specified."
1243
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1244
  "alla larghezza specificata."
1245
 
1246
+ #: ../admin/social_sharing.php:1567
1247
  msgid "Horizontal floating bar responsiveness"
1248
  msgstr "Responsiveness Horizontal"
1249
 
1250
+ #: ../admin/social_sharing.php:1570
1251
  #, php-format
1252
  msgid ""
1253
  "Stick vertical floating interface horizontally at bottom only when screen is "
1256
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1257
  "quando lo schermo è più stretto di %s pixel"
1258
 
1259
+ #: ../admin/social_sharing.php:1577
1260
  msgid ""
1261
  "Stick vertical floating interface horizontally at bottom only when screen is "
1262
  "narrower than the width specified"
1264
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1265
  "schermo è più stretto della larghezza specificata"
1266
 
1267
+ #: ../admin/social_sharing.php:1587
1268
  msgid "Horizontal floating bar position"
1269
  msgstr "Posizione Horizontal floating bar"
1270
 
1271
+ #: ../admin/social_sharing.php:1590
1272
  #, php-format
1273
  msgid "%s pixels from %s"
1274
  msgstr "%s pixels da %s"
1275
 
1276
+ #: ../admin/social_sharing.php:1591
1277
  msgid "Auto-adjust according to screen width (responsive)"
1278
  msgstr ""
1279
 
1280
+ #: ../admin/social_sharing.php:1598
1281
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1282
  msgstr ""
1283
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1284
  "essere anche negativo."
1285
 
1286
+ #: ../admin/social_sharing.php:1618
1287
+ #, fuzzy
1288
+ msgid "Facebook Share Count"
1289
+ msgstr "Comentarios Facebook"
1290
+
1291
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1292
+ msgid "Facebook App ID"
1293
+ msgstr "Facebook App ID"
1294
+
1295
+ #: ../admin/social_sharing.php:1634
1296
+ #, fuzzy, php-format
1297
+ msgid ""
1298
+ "Required for Facebook share count to work. Please follow the documentation "
1299
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1300
+ msgstr ""
1301
+ "Necessario per far funzionare Facebook Social Login. Per ottenere la "
1302
+ "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1303
+ "target=\"_blank\">questo collegamento</a>"
1304
+
1305
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1306
+ #, fuzzy
1307
+ msgid "Facebook App Secret"
1308
+ msgstr "Facebook App ID"
1309
+
1310
+ #: ../admin/social_sharing.php:1652
1311
+ #, fuzzy, php-format
1312
+ msgid ""
1313
+ "Required for Facebook share count to work. Please follow the documentation "
1314
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1315
+ msgstr ""
1316
+ "Necessario per far funzionare Facebook Social Login. Per ottenere la "
1317
+ "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1318
+ "target=\"_blank\">questo collegamento</a>"
1319
+
1320
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1321
  msgid "Url shortener"
1322
  msgstr "Url shortener"
1323
 
1324
+ #: ../admin/social_sharing.php:1667
1325
  msgid "Use shortlinks already installed"
1326
  msgstr "Utilizza shortlinks installati"
1327
 
1328
+ #: ../admin/social_sharing.php:1677
1329
  msgid "Uses default short url permalinks without using any additional plugin"
1330
  msgstr ""
1331
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1332
  "plugin aggiuntivo"
1333
 
1334
+ #: ../admin/social_sharing.php:1685
1335
  msgid "Enable bit.ly url shortener for sharing"
1336
  msgstr "Abilita bit.ly url shortener"
1337
 
1338
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1339
  msgid "Master control to enable bit.ly url shortening for sharing"
1340
  msgstr ""
1341
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1342
 
1343
+ #: ../admin/social_sharing.php:1703
1344
  msgid "bit.ly Login"
1345
  msgstr "bit.ly Login"
1346
 
1347
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1348
  #, fuzzy, php-format
1349
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1350
  msgstr ""
1352
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1353
  "\"_blank\">questa pagina</a>"
1354
 
1355
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1356
  msgid "bit.ly API Key"
1357
  msgstr "bit.ly API Key"
1358
 
1359
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1360
  msgid "Clear Bitly Cache"
1361
  msgstr "Cancella Bitly Cache"
1362
 
1363
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1364
  msgid "ShortUrl cache cleared successfully."
1365
  msgstr "ShortUrl cache cancellata correttamente"
1366
 
1367
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1368
  msgid ""
1369
  "Use this to delete short urls saved in database. Handy, if urls of your "
1370
  "website have been changed but short urls are still being generated for old "
1374
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1375
  "sono ancora in uso per i vecchi URL."
1376
 
1377
+ #: ../admin/social_sharing.php:1761
1378
  msgid "Share Count Cache"
1379
  msgstr "Share Count Cache"
1380
 
1381
+ #: ../admin/social_sharing.php:1767
1382
  msgid "Refresh Share Count cache every"
1383
  msgstr "Aggiorna cache ogni"
1384
 
1385
+ #: ../admin/social_sharing.php:1772
1386
  msgid "Second(s)"
1387
  msgstr "Secondo(i)"
1388
 
1389
+ #: ../admin/social_sharing.php:1773
1390
  msgid "Minute(s)"
1391
  msgstr "Minuto(i)"
1392
 
1393
+ #: ../admin/social_sharing.php:1774
1394
  msgid "Hour(s)"
1395
  msgstr "Ora(e)"
1396
 
1397
+ #: ../admin/social_sharing.php:1775
1398
  msgid "Day(s)"
1399
  msgstr "Giorno(i)"
1400
 
1401
+ #: ../admin/social_sharing.php:1783
1402
  #, fuzzy, php-format
1403
  msgid ""
1404
  "Frequent cache refreshing results in slower loading of pages with share "
1408
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1409
  "rallentare il caricamento delle pagine."
1410
 
1411
+ #: ../admin/social_sharing.php:1791
1412
  msgid "Clear Share Counts Cache"
1413
  msgstr "Cancella Share Counts Cache"
1414
 
1415
+ #: ../admin/social_sharing.php:1795
1416
  msgid "Share Counts cache cleared successfully."
1417
  msgstr "Share Counts cache cancellata correttamente"
1418
 
1419
+ #: ../admin/social_sharing.php:1802
1420
  msgid "Use this to clear cached share counts"
1421
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1422
 
1423
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1424
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1425
  #: ../admin/like_buttons.php:698
1426
  msgid "Language"
1427
  msgstr "Lingua"
1428
 
1429
+ #: ../admin/social_sharing.php:1827
1430
  #, php-format
1431
  msgid ""
1432
  "Enter the code of the language you want to use for like buttons. You can "
1438
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1439
  "predefinita"
1440
 
1441
+ #: ../admin/social_sharing.php:1836
1442
  msgid "Username in sharing"
1443
  msgstr "Username in sharing"
1444
 
1445
+ #: ../admin/social_sharing.php:1842
1446
  msgid "Twitter username (without @)"
1447
  msgstr "Username Twitter (senza @)"
1448
 
1449
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1450
  msgid ""
1451
  "Provided username will be appended after the content being shared as \"via "
1452
  "@USERNAME\". Leave empty if you do not want any username in the content "
1455
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1456
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1457
 
1458
+ #: ../admin/social_sharing.php:1861
1459
  msgid "Buffer username (without @)"
1460
  msgstr "Username Buffer (senza @)"
1461
 
1462
+ #: ../admin/social_sharing.php:1880
1463
  msgid "AMP"
1464
  msgstr "AMP"
1465
 
1466
+ #: ../admin/social_sharing.php:1886
1467
  msgid "Enable sharing on AMP pages"
1468
  msgstr "Abilita sharing nelle pagine di AMP"
1469
 
1470
+ #: ../admin/social_sharing.php:1896
1471
  msgid "Enable this option to render sharing icons on AMP pages"
1472
  msgstr ""
1473
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1474
 
1475
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1476
  msgid "myCRED"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1480
  msgid "Append myCRED referral ID to the urls being shared"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1954
1484
  msgid "Facebook Sharing Troubleshooter"
1485
  msgstr "Risoluzione dei problemi Facebook Sharing"
1486
 
1487
+ #: ../admin/social_sharing.php:1959
1488
  msgid ""
1489
  "If Facebook sharing is not working fine, click at the following link and "
1490
  "enter the problematic url (where Facebook sharing is not working properly) "
1496
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1497
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1498
 
1499
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1500
  #: ../admin/social_login.php:1241
1501
  msgid ""
1502
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1503
  "an online website for the plugin to function properly."
1504
  msgstr ""
1505
 
1506
+ #: ../admin/social_sharing.php:1977
1507
  msgid ""
1508
  "Why is sharer not showing the correct image, title and other meta tags "
1509
  "content?"
1511
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1512
  "altri contenuti meta tag?"
1513
 
1514
+ #: ../admin/social_sharing.php:1978
1515
+ #, fuzzy
1516
+ msgid "Why is Facebook share count not working?"
1517
+ msgstr "Perché gli Share Counts non vengono aggiornati?"
1518
+
1519
+ #: ../admin/social_sharing.php:1981
1520
  msgid "Why is Instagram icon redirecting to Instagram website?"
1521
  msgstr ""
1522
 
1523
+ #: ../admin/social_sharing.php:1982
1524
  msgid ""
1525
  "Instagram icon is there to send website visitors to the Instagram page of "
1526
  "your choice. You can save the desired Instagram handle in \"Instagram "
1528
  "sections."
1529
  msgstr ""
1530
 
1531
+ #: ../admin/social_sharing.php:1985
1532
  #, fuzzy
1533
  msgid "How to customize the url being shared?"
1534
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1535
 
1536
+ #: ../admin/social_sharing.php:1986
1537
  msgid ""
1538
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1539
  msgstr ""
1540
 
1541
+ #: ../admin/social_sharing.php:1987
1542
  msgid ""
1543
  "It takes some time for their service to track the shares made on Twitter "
1544
  "from your website. If you still feel it's taking too long you can contact "
1545
  "their support directly from their website."
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1549
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1550
  msgstr ""
1551
 
1552
+ #: ../admin/social_sharing.php:1990
1553
  msgid ""
1554
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1555
  msgstr ""
1556
 
1557
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1558
  #: ../admin/social_login.php:1248
1559
  msgid "Why is my browser blocking some features of the plugin?"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:1992
1563
  #, fuzzy
1564
  msgid "Why the color of share icons is not being updated?"
1565
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1566
 
1567
+ #: ../admin/social_sharing.php:1993
1568
  #, fuzzy
1569
  msgid "Why Facebook share counts are not appearing?"
1570
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1571
 
1572
+ #: ../admin/social_sharing.php:1994
1573
  msgid ""
1574
  "How can I show share counts of my website rather than of individual pages/"
1575
  "posts?"
1577
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1578
  "pagine/post?"
1579
 
1580
+ #: ../admin/social_sharing.php:1995
1581
  msgid "How can I disable sharing on particular page/post?"
1582
  msgstr ""
1583
  "Come è possibile disattivare la condivisione di una pagina/post in "
1584
  "particolare?"
1585
 
1586
+ #: ../admin/social_sharing.php:1996
1587
  msgid "How can I specify minimum sharing count for sharing networks?"
1588
  msgstr ""
1589
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1590
  "di reti?"
1591
 
1592
+ #: ../admin/social_sharing.php:1997
1593
  msgid "How to share specific page?"
1594
  msgstr "Come posso condividere la pagina specifica?"
1595
 
1596
+ #: ../admin/social_sharing.php:1998
1597
  msgid "How to integrate Google Analytics with sharing?"
1598
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1599
 
1600
+ #: ../admin/social_sharing.php:1999
1601
  msgid "How to customize the look of total share counts?"
1602
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1603
 
1604
+ #: ../admin/social_sharing.php:2000
1605
  msgid "How to customize the look of individual share counts?"
1606
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1607
 
1608
+ #: ../admin/social_sharing.php:2001
1609
  msgid "How to show Whatsapp icon only on mobile devices?"
1610
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1611
 
1612
+ #: ../admin/social_sharing.php:2002
1613
  msgid "How to hide arrow after floating sharing bar?"
1614
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1615
 
1616
+ #: ../admin/social_sharing.php:2003
1617
  #, fuzzy
1618
  msgid "Why is share count not getting updated?"
1619
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1620
 
1621
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1622
  msgid "Why is there so much space between like buttons?"
1623
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1624
 
1625
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1626
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1627
  msgstr ""
1628
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
2973
  msgstr ""
2974
 
2975
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2976
+ #: ../inc/widget.php:943
2977
  msgid "Before widget content:"
2978
  msgstr "Prima del contenuto del widget:"
2979
 
2980
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2981
+ #: ../inc/widget.php:1020
2982
  msgid "After widget content:"
2983
  msgstr "Dopo il contenuto del widget:"
2984
 
3102
  msgid "These icons link to your Social Media accounts"
3103
  msgstr "Login con il tuo Account Social"
3104
 
3105
+ #: ../inc/widget.php:947
3106
  #, fuzzy
3107
  msgid "Size of icons"
3108
  msgstr "Dimensione delle icone"
3109
 
3110
+ #: ../inc/widget.php:949
3111
  #, fuzzy
3112
  msgid "Icon Shape"
3113
  msgstr "Forma"
3114
 
3115
+ #: ../inc/widget.php:954
3116
  #, fuzzy
3117
  msgid "Facebook URL:"
3118
  msgstr "Facebook App ID"
3119
 
3120
+ #: ../inc/widget.php:957
3121
  #, fuzzy
3122
  msgid "Twitter URL:"
3123
  msgstr "Twitter"
3124
 
3125
+ #: ../inc/widget.php:960
3126
  #, fuzzy
3127
  msgid "Instagram URL:"
3128
  msgstr "Instagram"
3129
 
3130
+ #: ../inc/widget.php:963
3131
  #, fuzzy
3132
  msgid "Pinterest URL:"
3133
  msgstr "Pinterest"
3134
 
3135
+ #: ../inc/widget.php:966
3136
  msgid "Behance URL:"
3137
  msgstr ""
3138
 
3139
+ #: ../inc/widget.php:969
3140
  msgid "Flickr URL:"
3141
  msgstr ""
3142
 
3143
+ #: ../inc/widget.php:972
3144
  msgid "Foursquare URL:"
3145
  msgstr ""
3146
 
3147
+ #: ../inc/widget.php:975
3148
  msgid "Github URL:"
3149
  msgstr ""
3150
 
3151
+ #: ../inc/widget.php:978
3152
  #, fuzzy
3153
  msgid "LinkedIn URL:"
3154
  msgstr "LinkedIn"
3155
 
3156
+ #: ../inc/widget.php:981
3157
  #, fuzzy
3158
  msgid "LinkedIn Company URL:"
3159
  msgstr "LinkedIn"
3160
 
3161
+ #: ../inc/widget.php:984
3162
  #, fuzzy
3163
  msgid "Medium URL:"
3164
  msgstr "Tumblr"
3165
 
3166
+ #: ../inc/widget.php:987
3167
  #, fuzzy
3168
  msgid "MeWe URL:"
3169
  msgstr "Tumblr"
3170
 
3171
+ #: ../inc/widget.php:990
3172
  msgid "Odnoklassniki URL:"
3173
  msgstr ""
3174
 
3175
+ #: ../inc/widget.php:993
3176
  msgid "Snapchat URL:"
3177
  msgstr ""
3178
 
3179
+ #: ../inc/widget.php:996
3180
+ #, fuzzy
3181
+ msgid "Telegram URL:"
3182
+ msgstr "Instagram"
3183
+
3184
+ #: ../inc/widget.php:999
3185
  #, fuzzy
3186
  msgid "Tumblr URL:"
3187
  msgstr "Tumblr"
3188
 
3189
+ #: ../inc/widget.php:1002
3190
  msgid "Vimeo URL:"
3191
  msgstr ""
3192
 
3193
+ #: ../inc/widget.php:1005
3194
  #, fuzzy
3195
  msgid "Vkontakte URL:"
3196
  msgstr "Vkontakte"
3197
 
3198
+ #: ../inc/widget.php:1008
3199
  #, fuzzy
3200
  msgid "Xing URL:"
3201
  msgstr "LinkedIn"
3202
 
3203
+ #: ../inc/widget.php:1011
3204
  msgid "Youtube URL:"
3205
  msgstr ""
3206
 
3207
+ #: ../inc/widget.php:1014
3208
  msgid "Youtube Channel URL:"
3209
  msgstr ""
3210
 
3211
+ #: ../inc/widget.php:1017
3212
  msgid "RSS Feed URL:"
3213
  msgstr ""
3214
 
4136
  #~ msgid "How can I show combined share counts?"
4137
  #~ msgstr "¿Cómo muestro combinado conteos compartir?"
4138
 
 
 
 
 
4139
  #~ msgid ""
4140
  #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
4141
  #~ "><strong>Note: Social Login at comment form of your website will not get "
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:54+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -307,10 +307,12 @@ msgid "Dismiss"
307
  msgstr ""
308
 
309
  #: ../super_socializer.php:2013
 
310
  msgid ""
311
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
312
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
313
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
314
  msgstr ""
315
 
316
  #: ../super_socializer.php:2039
@@ -327,7 +329,7 @@ msgstr ""
327
  msgid "Settings saved"
328
  msgstr "Configurações salvas"
329
 
330
- #: ../helper.php:8
331
  msgid "Dismiss this notice"
332
  msgstr "Dispense este aviso"
333
 
@@ -418,7 +420,7 @@ msgid "Large Avatar"
418
  msgstr "Avatar Grande"
419
 
420
  #: ../helper.php:913 ../admin/general_options.php:132
421
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
422
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
423
  msgid "Save Changes"
424
  msgstr "Salvar Alterações"
@@ -441,7 +443,7 @@ msgid "Something bad happened"
441
  msgstr ""
442
 
443
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
444
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
445
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
446
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
447
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -519,14 +521,14 @@ msgstr ""
519
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
520
  "style&gt; )"
521
 
522
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
523
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
524
  #: ../admin/like_buttons.php:836
525
  #, fuzzy
526
  msgid "Instagram Shoutout"
527
  msgstr "Instagram"
528
 
529
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
530
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
531
  #: ../admin/like_buttons.php:838
532
  msgid ""
@@ -535,7 +537,7 @@ msgid ""
535
  "hashtags and people to mention in the Instagram post."
536
  msgstr ""
537
 
538
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
539
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
540
  #: ../admin/like_buttons.php:839
541
  msgid ""
@@ -546,7 +548,7 @@ msgid ""
546
  "time."
547
  msgstr ""
548
 
549
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
550
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
551
  #: ../admin/like_buttons.php:840
552
  msgid ""
@@ -659,53 +661,59 @@ msgstr "Controle mestre para habilitar o Compartilhamento Social"
659
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
660
  msgstr ""
661
 
662
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
663
  msgid "Theme Selection"
664
  msgstr "Escolha de Temas"
665
 
666
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
667
  msgid "Standard Interface"
668
  msgstr "Interface Padrão"
669
 
670
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
671
  msgid "Floating Interface"
672
  msgstr "Interface Flutuante"
673
 
674
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
675
  msgid "Miscellaneous"
676
  msgstr "Miscelânia"
677
 
678
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
679
  msgid "3rd Party Integration"
680
  msgstr ""
681
 
682
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
683
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
684
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
685
  #: ../admin/like_buttons.php:797
686
  msgid "Shortcode & Widget"
687
  msgstr "Shortcode & Widget"
688
 
689
- #: ../admin/social_sharing.php:57
690
  msgid "Troubleshooter"
691
  msgstr "Resolução de Problemas"
692
 
693
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
694
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
695
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
696
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
697
  msgid "FAQ"
698
  msgstr "P&R"
699
 
700
- #: ../admin/social_sharing.php:66
701
  msgid "Standard interface theme"
702
  msgstr "Tema padrão da interface"
703
 
704
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
705
  msgid "Icon Preview"
706
  msgstr "Visualização do Ícone"
707
 
708
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
709
  msgid ""
710
  "Do not forget to save the configuration after making changes by clicking the "
711
  "save button below"
@@ -713,57 +721,57 @@ msgstr ""
713
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
714
  "botão de salvar abaixo"
715
 
716
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
717
  msgid "Shape"
718
  msgstr "Forma"
719
 
720
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
721
- #: ../inc/widget.php:947
722
  msgid "Round"
723
  msgstr "Arredondada"
724
 
725
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
726
- #: ../inc/widget.php:948
727
  msgid "Square"
728
  msgstr "Quadrada"
729
 
730
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
731
  msgid "Rectangle"
732
  msgstr "Retangular"
733
 
734
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
735
  msgid "Shape of the sharing icons"
736
  msgstr "Forma dos ícones de compartilhameto"
737
 
738
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
739
  msgid "Size (in pixels)"
740
  msgstr "Tamanho (em pixels)"
741
 
742
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
743
  msgid "Size of the sharing icons"
744
  msgstr "Tamanho dos ícones de compartilhameto"
745
 
746
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
747
  msgid "Width (in pixels)"
748
  msgstr "Largura (em pixels)"
749
 
750
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
751
  msgid "Width of the sharing icons"
752
  msgstr "Largura dos ícones de compartilhameto"
753
 
754
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
755
  msgid "Height (in pixels)"
756
  msgstr "Altura (em pixels)"
757
 
758
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
759
  msgid "Height of the sharing icons"
760
  msgstr "Altura dos ícones de compartilhameto"
761
 
762
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
763
  msgid "Border radius (in pixels)"
764
  msgstr "Raio da borda (em pixels)"
765
 
766
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
767
  msgid ""
768
  "Specify a value for rounded corners. More the value, more rounded will the "
769
  "corners be. Leave empty for sharp corners."
@@ -771,23 +779,23 @@ msgstr ""
771
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
772
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
773
 
774
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
775
  msgid "Logo Color"
776
  msgstr "Cor do logo"
777
 
778
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
779
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
780
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
781
  msgid "Default"
782
  msgstr "Padrão"
783
 
784
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
785
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
786
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
787
  msgid "On Hover"
788
  msgstr "Em foco"
789
 
790
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
791
  msgid ""
792
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
793
  "empty for default. You can get the hex code of the required color from <a "
@@ -798,13 +806,13 @@ msgstr ""
798
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
799
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
800
 
801
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
802
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
803
  #: ../inc/widget.php:460 ../inc/widget.php:772
804
  msgid "Background Color"
805
  msgstr "Cor de Fundo"
806
 
807
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
808
  msgid ""
809
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
810
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -817,280 +825,280 @@ msgstr ""
817
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
818
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
819
 
820
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
821
  msgid "Border"
822
  msgstr "Borda"
823
 
824
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
825
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
826
  msgid "Border Width"
827
  msgstr "Largura da Borda"
828
 
829
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
830
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
831
  msgid "Border Color"
832
  msgstr "Cor da Borda"
833
 
834
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
835
  msgid "Icon border"
836
  msgstr "Ícone da borda"
837
 
838
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
839
  msgid "Counter Position"
840
  msgstr "Posição do Contador"
841
 
842
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
843
  msgid "(applies, if counter enabled)"
844
  msgstr "(aplica-se, caso o contador esteja habilitado)"
845
 
846
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
847
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
848
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
849
  #: ../inc/widget.php:446 ../inc/widget.php:758
850
  msgid "Left"
851
  msgstr "Esquerda"
852
 
853
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
854
  msgid "Top"
855
  msgstr "Acima"
856
 
857
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
858
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
859
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
860
  #: ../inc/widget.php:447 ../inc/widget.php:759
861
  msgid "Right"
862
  msgstr "Direita"
863
 
864
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
865
  msgid "Bottom"
866
  msgstr "Abaixo"
867
 
868
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
869
  msgid "Inner Left"
870
  msgstr "Inner a Esquerda"
871
 
872
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
873
  msgid "Inner Top"
874
  msgstr "Inner Acima"
875
 
876
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
877
  msgid "Inner Right"
878
  msgstr "Inner a Direita"
879
 
880
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
881
  msgid "Inner Bottom"
882
  msgstr "Inner a Baixo"
883
 
884
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
885
  msgid "Position of share counter"
886
  msgstr "Posição do contador de compartilhamento"
887
 
888
- #: ../admin/social_sharing.php:373
889
  msgid "Floating interface theme"
890
  msgstr "Tema da inteface flutuante"
891
 
892
- #: ../admin/social_sharing.php:686
893
  msgid "Standard Sharing Interface Options"
894
  msgstr "Opções de Interface de Compartilhamento Padrão"
895
 
896
- #: ../admin/social_sharing.php:692
897
  msgid "Enable Standard sharing interface"
898
  msgstr "Habilita interface de Compartilhamento padrão"
899
 
900
- #: ../admin/social_sharing.php:702
901
  msgid "Master control to enable standard sharing"
902
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
903
 
904
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
905
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
906
  msgid "Target Url"
907
  msgstr "Url Destino"
908
 
909
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
910
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
911
  msgid "Url of the webpage where icons are located (default)"
912
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
913
 
914
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
915
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
916
  msgid "Url of the homepage of your website"
917
  msgstr "Url da homepage do seu website"
918
 
919
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
920
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
921
  msgid "Custom url"
922
  msgstr "Url personalizada"
923
 
924
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
925
  msgid "Url to share"
926
  msgstr "Url para compartilhar"
927
 
928
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
929
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
930
- #: ../inc/widget.php:941
931
  msgid "Title"
932
  msgstr "Título"
933
 
934
- #: ../admin/social_sharing.php:745
935
  msgid "The text to display above the sharing interface"
936
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
937
 
938
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
939
  #, fuzzy
940
  msgid "Instagram username"
941
  msgstr "Instagram"
942
 
943
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
944
  msgid ""
945
  "Username of the Instagram account you want to redirect users to, on clicking "
946
  "the icon"
947
  msgstr ""
948
 
949
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
950
  #, fuzzy
951
  msgid "HTML ID of container element of comment form"
952
  msgstr "HTML ID do comentário do container"
953
 
954
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
955
  msgid ""
956
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
957
  "icon."
958
  msgstr ""
959
 
960
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
961
  msgid "Rearrange icons"
962
  msgstr "Rearranjar ícones"
963
 
964
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
965
  msgid "Drag the icons to rearrange in desired order"
966
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
967
 
968
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
969
  msgid "Select Sharing Services"
970
  msgstr "Selecione os Serviços Compartilhados"
971
 
972
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
973
  msgid "Select sharing services to show in social share bar"
974
  msgstr ""
975
  "Selecione os serviços compartilhados para exibir na barra de "
976
  "compartilhamento social"
977
 
978
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
979
  #, fuzzy
980
  msgid "Search social network"
981
  msgstr "como rede social primária"
982
 
983
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
984
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
985
  msgid "Horizontal alignment"
986
  msgstr "Alinhamento horizonal"
987
 
988
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
989
  msgid "Center"
990
  msgstr "Centro"
991
 
992
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
993
  msgid "Horizontal alignment of the sharing interface"
994
  msgstr "Alinhamento horizontal da interface de compartilhamento"
995
 
996
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
997
  msgid "Position with respect to content"
998
  msgstr "Posição em relação ao conteúdo"
999
 
1000
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1001
  msgid "Top of the content"
1002
  msgstr "Acima do conteúdo"
1003
 
1004
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1005
  msgid "Bottom of the content"
1006
  msgstr "Abaixo do conteúdo"
1007
 
1008
- #: ../admin/social_sharing.php:962
1009
  msgid "Specify position of the sharing interface with respect to the content"
1010
  msgstr ""
1011
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
1012
 
1013
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1014
  msgid "Placement"
1015
  msgstr "Localização"
1016
 
1017
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1018
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1019
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1020
  msgid "Homepage"
1021
  msgstr "Homepage"
1022
 
1023
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1024
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1025
  msgid "Posts"
1026
  msgstr "Posts"
1027
 
1028
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1029
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1030
  msgid "Pages"
1031
  msgstr "Páginas"
1032
 
1033
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1034
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1035
  #, fuzzy
1036
  msgid "Excerpts and Posts page"
1037
  msgstr "Pedaços (na Homepage)"
1038
 
1039
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1040
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1041
  msgid "Category Archives"
1042
  msgstr "Arquivos de Categorias"
1043
 
1044
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1045
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1046
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1047
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1048
 
1049
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1050
  msgid "BuddyPress activity"
1051
  msgstr "Atividade BuddyPress"
1052
 
1053
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1054
  msgid "BuddyPress group (only at top of content)"
1055
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1056
 
1057
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1058
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1059
  msgid "BBPress forum"
1060
  msgstr "Forum BBPress"
1061
 
1062
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1063
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1064
  msgid "BBPress topic"
1065
  msgstr "Tópico BBPress"
1066
 
1067
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1068
  msgid "BBPress reply"
1069
  msgstr "Responder BBPress"
1070
 
1071
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1072
  msgid "After individual product at WooCommerce Shop page"
1073
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
1074
 
1075
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1076
  msgid "WooCommerce Product Page"
1077
  msgstr "Página de Produtos WooCommerce"
1078
 
1079
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1080
  msgid "WooCommerce Thankyou Page"
1081
  msgstr "Página de Agradecimento WooCommerce"
1082
 
1083
- #: ../admin/social_sharing.php:1038
1084
  msgid "Specify the pages where you want to enable Sharing interface"
1085
  msgstr ""
1086
  "Especifique as páginas onde você deseja habilitar a interface de "
1087
  "compartilhamento"
1088
 
1089
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1090
  msgid "Show share counts"
1091
  msgstr "Exibir contadores de compartilhamento"
1092
 
1093
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1094
  #, fuzzy
1095
  msgid ""
1096
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1100,7 +1108,7 @@ msgstr ""
1100
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1101
  "Odnoklassniki e Vkontakte"
1102
 
1103
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1104
  #, php-format
1105
  msgid ""
1106
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1109,58 +1117,27 @@ msgid ""
1109
  "their website."
1110
  msgstr ""
1111
 
1112
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1113
  msgid "If enabled, share counts are displayed above sharing icons."
1114
  msgstr ""
1115
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1116
  "ícones de compartilhamento."
1117
 
1118
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1119
  msgid "Show total shares"
1120
  msgstr "Exibe total de compartilhamentos"
1121
 
1122
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1123
  msgid "If enabled, total shares will be displayed with sharing icons"
1124
  msgstr ""
1125
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1126
  "de compartilhamento"
1127
 
1128
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1129
- #: ../admin/social_login.php:161
1130
- msgid "Facebook App ID"
1131
- msgstr "Facebook App ID"
1132
-
1133
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1134
- #, fuzzy, php-format
1135
- msgid ""
1136
- "Required for Facebook share count to work. Please follow the documentation "
1137
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1138
- msgstr ""
1139
- "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
1140
- "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1141
- "para obter o Facebook App ID"
1142
-
1143
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1144
- #: ../admin/social_login.php:183
1145
- #, fuzzy
1146
- msgid "Facebook App Secret"
1147
- msgstr "Facebook App ID"
1148
-
1149
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1150
- #, fuzzy, php-format
1151
- msgid ""
1152
- "Required for Facebook share count to work. Please follow the documentation "
1153
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1154
- msgstr ""
1155
- "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
1156
- "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1157
- "para obter o Facebook App ID"
1158
-
1159
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1160
  msgid "Enable 'More' icon"
1161
  msgstr "Habilitar 'Mais' ícones"
1162
 
1163
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1164
  msgid ""
1165
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1166
  "which shows additional sharing networks in popup"
@@ -1169,19 +1146,19 @@ msgstr ""
1169
  "de compartilhamento com a exibição adicional das redes sociais "
1170
  "compartilhadas em um popup"
1171
 
1172
- #: ../admin/social_sharing.php:1167
1173
  msgid "Floating Sharing Interface Options"
1174
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1175
 
1176
- #: ../admin/social_sharing.php:1173
1177
  msgid "Enable Floating sharing interface"
1178
  msgstr "Habilita interface de compartilhamento flutuante"
1179
 
1180
- #: ../admin/social_sharing.php:1183
1181
  msgid "Master control to enable floating sharing widget"
1182
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1183
 
1184
- #: ../admin/social_sharing.php:1377
1185
  msgid ""
1186
  "Specify the color or hex code (example #cc78e0) for the background of "
1187
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1193,11 +1170,11 @@ msgstr ""
1193
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1194
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1195
 
1196
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1197
  msgid "Left offset"
1198
  msgstr "Ajuste à esquerda"
1199
 
1200
- #: ../admin/social_sharing.php:1417
1201
  msgid ""
1202
  "Specify a number. Increase in number will shift sharing interface towards "
1203
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1207,11 +1184,11 @@ msgstr ""
1207
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1208
  "negativos."
1209
 
1210
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1211
  msgid "Right offset"
1212
  msgstr "Ajuste à direita"
1213
 
1214
- #: ../admin/social_sharing.php:1437
1215
  msgid ""
1216
  "Specify a number. Increase in number will shift sharing interface towards "
1217
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1221,11 +1198,11 @@ msgstr ""
1221
  "interface de compartilhamento para a direita. Os números podem também ser "
1222
  "negativos."
1223
 
1224
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1225
  msgid "Top offset"
1226
  msgstr "Ajuste acima"
1227
 
1228
- #: ../admin/social_sharing.php:1456
1229
  msgid ""
1230
  "Specify a number. Increase in number will shift sharing interface towards "
1231
  "bottom and decrease will shift it towards top."
@@ -1234,37 +1211,37 @@ msgstr ""
1234
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1235
  "interface de compartilhamento para cima."
1236
 
1237
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1238
  msgid "BuddyPress group"
1239
  msgstr "Grupo BuddyPress"
1240
 
1241
- #: ../admin/social_sharing.php:1513
1242
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1243
  msgstr ""
1244
  "Especifique as páginas onde você deseja habilitar a interface de "
1245
  "compartilhamento vertical"
1246
 
1247
- #: ../admin/social_sharing.php:1618
1248
  #, fuzzy
1249
  msgid "Hide floating slider"
1250
  msgstr "Escondido para usuários autenticados:"
1251
 
1252
- #: ../admin/social_sharing.php:1628
1253
  #, fuzzy
1254
  msgid "Hides the slider arrow present below the floating share bar"
1255
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1256
 
1257
- #: ../admin/social_sharing.php:1636
1258
  msgid "Vertical floating bar responsiveness"
1259
  msgstr "Sensibilidade da barra flutuante vertical"
1260
 
1261
- #: ../admin/social_sharing.php:1639
1262
  #, php-format
1263
  msgid "Display vertical interface only when screen is wider than %s pixels"
1264
  msgstr ""
1265
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1266
 
1267
- #: ../admin/social_sharing.php:1646
1268
  msgid ""
1269
  "Display vertical interface only when screen is wider than the width "
1270
  "specified."
@@ -1272,11 +1249,11 @@ msgstr ""
1272
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1273
  "especificada."
1274
 
1275
- #: ../admin/social_sharing.php:1654
1276
  msgid "Horizontal floating bar responsiveness"
1277
  msgstr "Sensibilidade da barra flutuante horizontal"
1278
 
1279
- #: ../admin/social_sharing.php:1657
1280
  #, php-format
1281
  msgid ""
1282
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1285,7 +1262,7 @@ msgstr ""
1285
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1286
  "quando a tela é mais estreita do que %s pixels"
1287
 
1288
- #: ../admin/social_sharing.php:1664
1289
  msgid ""
1290
  "Stick vertical floating interface horizontally at bottom only when screen is "
1291
  "narrower than the width specified"
@@ -1293,52 +1270,86 @@ msgstr ""
1293
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1294
  "quando a tela é mais estreita do que a largura especificada"
1295
 
1296
- #: ../admin/social_sharing.php:1674
1297
  msgid "Horizontal floating bar position"
1298
  msgstr "Posição da barra de flutuação horizontal"
1299
 
1300
- #: ../admin/social_sharing.php:1677
1301
  #, php-format
1302
  msgid "%s pixels from %s"
1303
  msgstr "%s pixels de %s"
1304
 
1305
- #: ../admin/social_sharing.php:1678
1306
  msgid "Auto-adjust according to screen width (responsive)"
1307
  msgstr ""
1308
 
1309
- #: ../admin/social_sharing.php:1685
1310
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1311
  msgstr ""
1312
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1313
  "também."
1314
 
1315
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1316
  msgid "Url shortener"
1317
  msgstr "Encurtador de Url"
1318
 
1319
- #: ../admin/social_sharing.php:1711
1320
  msgid "Use shortlinks already installed"
1321
  msgstr "Use shortlinks já instalados"
1322
 
1323
- #: ../admin/social_sharing.php:1721
1324
  msgid "Uses default short url permalinks without using any additional plugin"
1325
  msgstr ""
1326
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1327
 
1328
- #: ../admin/social_sharing.php:1729
1329
  msgid "Enable bit.ly url shortener for sharing"
1330
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1331
 
1332
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1333
  msgid "Master control to enable bit.ly url shortening for sharing"
1334
  msgstr ""
1335
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1336
 
1337
- #: ../admin/social_sharing.php:1747
1338
  msgid "bit.ly Login"
1339
  msgstr ""
1340
 
1341
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1342
  #, fuzzy, php-format
1343
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1344
  msgstr ""
@@ -1346,19 +1357,19 @@ msgstr ""
1346
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1347
  "para obter Twitter API Key"
1348
 
1349
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1350
  msgid "bit.ly API Key"
1351
  msgstr "bit.ly API Key"
1352
 
1353
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1354
  msgid "Clear Bitly Cache"
1355
  msgstr "Limpar o Cache Bitly"
1356
 
1357
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1358
  msgid "ShortUrl cache cleared successfully."
1359
  msgstr "Cache ShortUrl limpo com sucesso."
1360
 
1361
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1362
  msgid ""
1363
  "Use this to delete short urls saved in database. Handy, if urls of your "
1364
  "website have been changed but short urls are still being generated for old "
@@ -1368,31 +1379,31 @@ msgstr ""
1368
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1369
  "geradas para suas urls antigas."
1370
 
1371
- #: ../admin/social_sharing.php:1805
1372
  msgid "Share Count Cache"
1373
  msgstr "Cache de Contador de Compartilhamento"
1374
 
1375
- #: ../admin/social_sharing.php:1811
1376
  msgid "Refresh Share Count cache every"
1377
  msgstr "Atualizar o contador de compartilhamento a cada"
1378
 
1379
- #: ../admin/social_sharing.php:1816
1380
  msgid "Second(s)"
1381
  msgstr ""
1382
 
1383
- #: ../admin/social_sharing.php:1817
1384
  msgid "Minute(s)"
1385
  msgstr ""
1386
 
1387
- #: ../admin/social_sharing.php:1818
1388
  msgid "Hour(s)"
1389
  msgstr ""
1390
 
1391
- #: ../admin/social_sharing.php:1819
1392
  msgid "Day(s)"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1827
1396
  #, fuzzy, php-format
1397
  msgid ""
1398
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1402,25 +1413,25 @@ msgstr ""
1402
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1403
  "páginas com os contadores de compartilhamento habilitados"
1404
 
1405
- #: ../admin/social_sharing.php:1835
1406
  msgid "Clear Share Counts Cache"
1407
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1408
 
1409
- #: ../admin/social_sharing.php:1839
1410
  msgid "Share Counts cache cleared successfully."
1411
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1412
 
1413
- #: ../admin/social_sharing.php:1846
1414
  msgid "Use this to clear cached share counts"
1415
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1416
 
1417
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1418
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1419
  #: ../admin/like_buttons.php:698
1420
  msgid "Language"
1421
  msgstr "Languagem"
1422
 
1423
- #: ../admin/social_sharing.php:1871
1424
  #, php-format
1425
  msgid ""
1426
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1431,15 +1442,15 @@ msgstr ""
1431
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1432
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1433
 
1434
- #: ../admin/social_sharing.php:1880
1435
  msgid "Username in sharing"
1436
  msgstr "Username no compartilhamento"
1437
 
1438
- #: ../admin/social_sharing.php:1886
1439
  msgid "Twitter username (without @)"
1440
  msgstr "Username do Twitter (sem @)"
1441
 
1442
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1443
  msgid ""
1444
  "Provided username will be appended after the content being shared as \"via "
1445
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1449,36 +1460,36 @@ msgstr ""
1449
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1450
  "no conteúdo sendo compartilhado."
1451
 
1452
- #: ../admin/social_sharing.php:1905
1453
  msgid "Buffer username (without @)"
1454
  msgstr "Username do Buffer (sem @)"
1455
 
1456
- #: ../admin/social_sharing.php:1924
1457
  msgid "AMP"
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_sharing.php:1930
1461
  #, fuzzy
1462
  msgid "Enable sharing on AMP pages"
1463
  msgstr "Habilia a página de autenticação"
1464
 
1465
- #: ../admin/social_sharing.php:1940
1466
  msgid "Enable this option to render sharing icons on AMP pages"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1470
  msgid "myCRED"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1474
  msgid "Append myCRED referral ID to the urls being shared"
1475
  msgstr ""
1476
 
1477
- #: ../admin/social_sharing.php:1998
1478
  msgid "Facebook Sharing Troubleshooter"
1479
  msgstr "Solução de problema no compartilhamento com o Facebook"
1480
 
1481
- #: ../admin/social_sharing.php:2003
1482
  #, fuzzy
1483
  msgid ""
1484
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1491,24 +1502,29 @@ msgstr ""
1491
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1492
  "website:"
1493
 
1494
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1495
  #: ../admin/social_login.php:1241
1496
  msgid ""
1497
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1498
  "an online website for the plugin to function properly."
1499
  msgstr ""
1500
 
1501
- #: ../admin/social_sharing.php:2021
1502
  msgid ""
1503
  "Why is sharer not showing the correct image, title and other meta tags "
1504
  "content?"
1505
  msgstr ""
1506
 
1507
- #: ../admin/social_sharing.php:2023
 
 
 
 
 
1508
  msgid "Why is Instagram icon redirecting to Instagram website?"
1509
  msgstr ""
1510
 
1511
- #: ../admin/social_sharing.php:2024
1512
  msgid ""
1513
  "Instagram icon is there to send website visitors to the Instagram page of "
1514
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1516,49 +1532,49 @@ msgid ""
1516
  "sections."
1517
  msgstr ""
1518
 
1519
- #: ../admin/social_sharing.php:2027
1520
  #, fuzzy
1521
  msgid "How to customize the url being shared?"
1522
  msgstr ""
1523
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1524
 
1525
- #: ../admin/social_sharing.php:2028
1526
  msgid ""
1527
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1528
  msgstr ""
1529
 
1530
- #: ../admin/social_sharing.php:2029
1531
  msgid ""
1532
  "It takes some time for their service to track the shares made on Twitter "
1533
  "from your website. If you still feel it's taking too long you can contact "
1534
  "their support directly from their website."
1535
  msgstr ""
1536
 
1537
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1538
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1539
  msgstr ""
1540
 
1541
- #: ../admin/social_sharing.php:2032
1542
  msgid ""
1543
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1544
  msgstr ""
1545
 
1546
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1547
  #: ../admin/social_login.php:1248
1548
  msgid "Why is my browser blocking some features of the plugin?"
1549
  msgstr ""
1550
 
1551
- #: ../admin/social_sharing.php:2034
1552
  #, fuzzy
1553
  msgid "Why the color of share icons is not being updated?"
1554
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1555
 
1556
- #: ../admin/social_sharing.php:2035
1557
  #, fuzzy
1558
  msgid "Why Facebook share counts are not appearing?"
1559
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1560
 
1561
- #: ../admin/social_sharing.php:2036
1562
  msgid ""
1563
  "How can I show share counts of my website rather than of individual pages/"
1564
  "posts?"
@@ -1566,53 +1582,53 @@ msgstr ""
1566
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1567
  "das páginas/posts individuais?"
1568
 
1569
- #: ../admin/social_sharing.php:2037
1570
  msgid "How can I disable sharing on particular page/post?"
1571
  msgstr ""
1572
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1573
 
1574
- #: ../admin/social_sharing.php:2038
1575
  msgid "How can I specify minimum sharing count for sharing networks?"
1576
  msgstr ""
1577
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1578
  "sociais?"
1579
 
1580
- #: ../admin/social_sharing.php:2039
1581
  msgid "How to share specific page?"
1582
  msgstr "Como compartilhar página específica?"
1583
 
1584
- #: ../admin/social_sharing.php:2040
1585
  msgid "How to integrate Google Analytics with sharing?"
1586
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1587
 
1588
- #: ../admin/social_sharing.php:2041
1589
  msgid "How to customize the look of total share counts?"
1590
  msgstr ""
1591
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1592
 
1593
- #: ../admin/social_sharing.php:2042
1594
  msgid "How to customize the look of individual share counts?"
1595
  msgstr ""
1596
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1597
 
1598
- #: ../admin/social_sharing.php:2043
1599
  msgid "How to show Whatsapp icon only on mobile devices?"
1600
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1601
 
1602
- #: ../admin/social_sharing.php:2044
1603
  msgid "How to hide arrow after floating sharing bar?"
1604
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1605
 
1606
- #: ../admin/social_sharing.php:2045
1607
  #, fuzzy
1608
  msgid "Why is share count not getting updated?"
1609
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1610
 
1611
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1612
  msgid "Why is there so much space between like buttons?"
1613
  msgstr ""
1614
 
1615
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1616
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1617
  msgstr ""
1618
 
@@ -2960,12 +2976,12 @@ msgid "Title (after login):"
2960
  msgstr ""
2961
 
2962
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2963
- #: ../inc/widget.php:939
2964
  msgid "Before widget content:"
2965
  msgstr "Antes do conteúdo do widget:"
2966
 
2967
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2968
- #: ../inc/widget.php:1013
2969
  msgid "After widget content:"
2970
  msgstr "Depois do conteúdo do widget:"
2971
 
@@ -3092,104 +3108,109 @@ msgstr "Super Socializer - Autenticação"
3092
  msgid "These icons link to your Social Media accounts"
3093
  msgstr ""
3094
 
3095
- #: ../inc/widget.php:943
3096
  #, fuzzy
3097
  msgid "Size of icons"
3098
  msgstr "Tamanho dos ícones de compartilhameto"
3099
 
3100
- #: ../inc/widget.php:945
3101
  #, fuzzy
3102
  msgid "Icon Shape"
3103
  msgstr "Forma"
3104
 
3105
- #: ../inc/widget.php:950
3106
  #, fuzzy
3107
  msgid "Facebook URL:"
3108
  msgstr "Facebook App ID"
3109
 
3110
- #: ../inc/widget.php:953
3111
  #, fuzzy
3112
  msgid "Twitter URL:"
3113
  msgstr "Twitter"
3114
 
3115
- #: ../inc/widget.php:956
3116
  #, fuzzy
3117
  msgid "Instagram URL:"
3118
  msgstr "Instagram"
3119
 
3120
- #: ../inc/widget.php:959
3121
  msgid "Pinterest URL:"
3122
  msgstr ""
3123
 
3124
- #: ../inc/widget.php:962
3125
  msgid "Behance URL:"
3126
  msgstr ""
3127
 
3128
- #: ../inc/widget.php:965
3129
  msgid "Flickr URL:"
3130
  msgstr ""
3131
 
3132
- #: ../inc/widget.php:968
3133
  msgid "Foursquare URL:"
3134
  msgstr ""
3135
 
3136
- #: ../inc/widget.php:971
3137
  msgid "Github URL:"
3138
  msgstr ""
3139
 
3140
- #: ../inc/widget.php:974
3141
  #, fuzzy
3142
  msgid "LinkedIn URL:"
3143
  msgstr "LinkedIn"
3144
 
3145
- #: ../inc/widget.php:977
3146
  #, fuzzy
3147
  msgid "LinkedIn Company URL:"
3148
  msgstr "LinkedIn"
3149
 
3150
- #: ../inc/widget.php:980
3151
  msgid "Medium URL:"
3152
  msgstr ""
3153
 
3154
- #: ../inc/widget.php:983
3155
  msgid "MeWe URL:"
3156
  msgstr ""
3157
 
3158
- #: ../inc/widget.php:986
3159
  msgid "Odnoklassniki URL:"
3160
  msgstr ""
3161
 
3162
- #: ../inc/widget.php:989
3163
  msgid "Snapchat URL:"
3164
  msgstr ""
3165
 
3166
- #: ../inc/widget.php:992
 
 
 
 
 
3167
  msgid "Tumblr URL:"
3168
  msgstr ""
3169
 
3170
- #: ../inc/widget.php:995
3171
  msgid "Vimeo URL:"
3172
  msgstr ""
3173
 
3174
- #: ../inc/widget.php:998
3175
  #, fuzzy
3176
  msgid "Vkontakte URL:"
3177
  msgstr "Vkontakte"
3178
 
3179
- #: ../inc/widget.php:1001
3180
  #, fuzzy
3181
  msgid "Xing URL:"
3182
  msgstr "LinkedIn"
3183
 
3184
- #: ../inc/widget.php:1004
3185
  msgid "Youtube URL:"
3186
  msgstr ""
3187
 
3188
- #: ../inc/widget.php:1007
3189
  msgid "Youtube Channel URL:"
3190
  msgstr ""
3191
 
3192
- #: ../inc/widget.php:1010
3193
  msgid "RSS Feed URL:"
3194
  msgstr ""
3195
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:23+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:23+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
307
  msgstr ""
308
 
309
  #: ../super_socializer.php:2013
310
+ #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
313
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
314
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
315
+ "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
  #: ../super_socializer.php:2039
329
  msgid "Settings saved"
330
  msgstr "Configurações salvas"
331
 
332
+ #: ../helper.php:8 ../admin/social_sharing.php:42
333
  msgid "Dismiss this notice"
334
  msgstr "Dispense este aviso"
335
 
420
  msgstr "Avatar Grande"
421
 
422
  #: ../helper.php:913 ../admin/general_options.php:132
423
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
424
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
425
  msgid "Save Changes"
426
  msgstr "Salvar Alterações"
443
  msgstr ""
444
 
445
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
446
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
447
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
448
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
449
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
521
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
522
  "style&gt; )"
523
 
524
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
525
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
526
  #: ../admin/like_buttons.php:836
527
  #, fuzzy
528
  msgid "Instagram Shoutout"
529
  msgstr "Instagram"
530
 
531
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
532
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
533
  #: ../admin/like_buttons.php:838
534
  msgid ""
537
  "hashtags and people to mention in the Instagram post."
538
  msgstr ""
539
 
540
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
541
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
542
  #: ../admin/like_buttons.php:839
543
  msgid ""
548
  "time."
549
  msgstr ""
550
 
551
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
552
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
553
  #: ../admin/like_buttons.php:840
554
  msgid ""
661
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
665
+ msgid ""
666
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
667
+ "Facebook share count to work"
668
+ msgstr ""
669
+
670
+ #: ../admin/social_sharing.php:49
671
  msgid "Theme Selection"
672
  msgstr "Escolha de Temas"
673
 
674
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
675
  msgid "Standard Interface"
676
  msgstr "Interface Padrão"
677
 
678
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
679
  msgid "Floating Interface"
680
  msgstr "Interface Flutuante"
681
 
682
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
683
  msgid "Miscellaneous"
684
  msgstr "Miscelânia"
685
 
686
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
687
  msgid "3rd Party Integration"
688
  msgstr ""
689
 
690
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
691
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
692
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
693
  #: ../admin/like_buttons.php:797
694
  msgid "Shortcode & Widget"
695
  msgstr "Shortcode & Widget"
696
 
697
+ #: ../admin/social_sharing.php:61
698
  msgid "Troubleshooter"
699
  msgstr "Resolução de Problemas"
700
 
701
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
702
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
703
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
704
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
705
  msgid "FAQ"
706
  msgstr "P&R"
707
 
708
+ #: ../admin/social_sharing.php:70
709
  msgid "Standard interface theme"
710
  msgstr "Tema padrão da interface"
711
 
712
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
713
  msgid "Icon Preview"
714
  msgstr "Visualização do Ícone"
715
 
716
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
717
  msgid ""
718
  "Do not forget to save the configuration after making changes by clicking the "
719
  "save button below"
721
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
722
  "botão de salvar abaixo"
723
 
724
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
725
  msgid "Shape"
726
  msgstr "Forma"
727
 
728
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
729
+ #: ../inc/widget.php:951
730
  msgid "Round"
731
  msgstr "Arredondada"
732
 
733
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
734
+ #: ../inc/widget.php:952
735
  msgid "Square"
736
  msgstr "Quadrada"
737
 
738
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
739
  msgid "Rectangle"
740
  msgstr "Retangular"
741
 
742
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
743
  msgid "Shape of the sharing icons"
744
  msgstr "Forma dos ícones de compartilhameto"
745
 
746
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
747
  msgid "Size (in pixels)"
748
  msgstr "Tamanho (em pixels)"
749
 
750
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
751
  msgid "Size of the sharing icons"
752
  msgstr "Tamanho dos ícones de compartilhameto"
753
 
754
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
755
  msgid "Width (in pixels)"
756
  msgstr "Largura (em pixels)"
757
 
758
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
759
  msgid "Width of the sharing icons"
760
  msgstr "Largura dos ícones de compartilhameto"
761
 
762
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
763
  msgid "Height (in pixels)"
764
  msgstr "Altura (em pixels)"
765
 
766
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
767
  msgid "Height of the sharing icons"
768
  msgstr "Altura dos ícones de compartilhameto"
769
 
770
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
771
  msgid "Border radius (in pixels)"
772
  msgstr "Raio da borda (em pixels)"
773
 
774
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
775
  msgid ""
776
  "Specify a value for rounded corners. More the value, more rounded will the "
777
  "corners be. Leave empty for sharp corners."
779
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
780
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
781
 
782
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
783
  msgid "Logo Color"
784
  msgstr "Cor do logo"
785
 
786
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
787
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
788
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
789
  msgid "Default"
790
  msgstr "Padrão"
791
 
792
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
793
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
794
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
795
  msgid "On Hover"
796
  msgstr "Em foco"
797
 
798
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
799
  msgid ""
800
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
801
  "empty for default. You can get the hex code of the required color from <a "
806
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
807
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
808
 
809
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
810
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
811
  #: ../inc/widget.php:460 ../inc/widget.php:772
812
  msgid "Background Color"
813
  msgstr "Cor de Fundo"
814
 
815
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
816
  msgid ""
817
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
818
  "\"transparent\" for transparent background. Leave empty for default. You can "
825
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
826
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
827
 
828
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
829
  msgid "Border"
830
  msgstr "Borda"
831
 
832
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
833
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
834
  msgid "Border Width"
835
  msgstr "Largura da Borda"
836
 
837
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
838
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
839
  msgid "Border Color"
840
  msgstr "Cor da Borda"
841
 
842
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
843
  msgid "Icon border"
844
  msgstr "Ícone da borda"
845
 
846
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
847
  msgid "Counter Position"
848
  msgstr "Posição do Contador"
849
 
850
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
851
  msgid "(applies, if counter enabled)"
852
  msgstr "(aplica-se, caso o contador esteja habilitado)"
853
 
854
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
855
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
856
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
857
  #: ../inc/widget.php:446 ../inc/widget.php:758
858
  msgid "Left"
859
  msgstr "Esquerda"
860
 
861
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
862
  msgid "Top"
863
  msgstr "Acima"
864
 
865
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
866
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
867
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
868
  #: ../inc/widget.php:447 ../inc/widget.php:759
869
  msgid "Right"
870
  msgstr "Direita"
871
 
872
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
873
  msgid "Bottom"
874
  msgstr "Abaixo"
875
 
876
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
877
  msgid "Inner Left"
878
  msgstr "Inner a Esquerda"
879
 
880
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
881
  msgid "Inner Top"
882
  msgstr "Inner Acima"
883
 
884
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
885
  msgid "Inner Right"
886
  msgstr "Inner a Direita"
887
 
888
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
889
  msgid "Inner Bottom"
890
  msgstr "Inner a Baixo"
891
 
892
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
893
  msgid "Position of share counter"
894
  msgstr "Posição do contador de compartilhamento"
895
 
896
+ #: ../admin/social_sharing.php:377
897
  msgid "Floating interface theme"
898
  msgstr "Tema da inteface flutuante"
899
 
900
+ #: ../admin/social_sharing.php:690
901
  msgid "Standard Sharing Interface Options"
902
  msgstr "Opções de Interface de Compartilhamento Padrão"
903
 
904
+ #: ../admin/social_sharing.php:696
905
  msgid "Enable Standard sharing interface"
906
  msgstr "Habilita interface de Compartilhamento padrão"
907
 
908
+ #: ../admin/social_sharing.php:706
909
  msgid "Master control to enable standard sharing"
910
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
911
 
912
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
913
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
914
  msgid "Target Url"
915
  msgstr "Url Destino"
916
 
917
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
918
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
919
  msgid "Url of the webpage where icons are located (default)"
920
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
921
 
922
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
923
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
924
  msgid "Url of the homepage of your website"
925
  msgstr "Url da homepage do seu website"
926
 
927
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
928
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
929
  msgid "Custom url"
930
  msgstr "Url personalizada"
931
 
932
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
933
  msgid "Url to share"
934
  msgstr "Url para compartilhar"
935
 
936
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
937
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
938
+ #: ../inc/widget.php:945
939
  msgid "Title"
940
  msgstr "Título"
941
 
942
+ #: ../admin/social_sharing.php:749
943
  msgid "The text to display above the sharing interface"
944
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
945
 
946
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
947
  #, fuzzy
948
  msgid "Instagram username"
949
  msgstr "Instagram"
950
 
951
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
952
  msgid ""
953
  "Username of the Instagram account you want to redirect users to, on clicking "
954
  "the icon"
955
  msgstr ""
956
 
957
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
958
  #, fuzzy
959
  msgid "HTML ID of container element of comment form"
960
  msgstr "HTML ID do comentário do container"
961
 
962
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
963
  msgid ""
964
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
965
  "icon."
966
  msgstr ""
967
 
968
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
969
  msgid "Rearrange icons"
970
  msgstr "Rearranjar ícones"
971
 
972
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
973
  msgid "Drag the icons to rearrange in desired order"
974
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
975
 
976
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
977
  msgid "Select Sharing Services"
978
  msgstr "Selecione os Serviços Compartilhados"
979
 
980
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
981
  msgid "Select sharing services to show in social share bar"
982
  msgstr ""
983
  "Selecione os serviços compartilhados para exibir na barra de "
984
  "compartilhamento social"
985
 
986
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
987
  #, fuzzy
988
  msgid "Search social network"
989
  msgstr "como rede social primária"
990
 
991
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
992
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
993
  msgid "Horizontal alignment"
994
  msgstr "Alinhamento horizonal"
995
 
996
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
997
  msgid "Center"
998
  msgstr "Centro"
999
 
1000
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1001
  msgid "Horizontal alignment of the sharing interface"
1002
  msgstr "Alinhamento horizontal da interface de compartilhamento"
1003
 
1004
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1005
  msgid "Position with respect to content"
1006
  msgstr "Posição em relação ao conteúdo"
1007
 
1008
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1009
  msgid "Top of the content"
1010
  msgstr "Acima do conteúdo"
1011
 
1012
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1013
  msgid "Bottom of the content"
1014
  msgstr "Abaixo do conteúdo"
1015
 
1016
+ #: ../admin/social_sharing.php:966
1017
  msgid "Specify position of the sharing interface with respect to the content"
1018
  msgstr ""
1019
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
1020
 
1021
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1022
  msgid "Placement"
1023
  msgstr "Localização"
1024
 
1025
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1026
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1027
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1028
  msgid "Homepage"
1029
  msgstr "Homepage"
1030
 
1031
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1032
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1033
  msgid "Posts"
1034
  msgstr "Posts"
1035
 
1036
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1037
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1038
  msgid "Pages"
1039
  msgstr "Páginas"
1040
 
1041
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1042
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1043
  #, fuzzy
1044
  msgid "Excerpts and Posts page"
1045
  msgstr "Pedaços (na Homepage)"
1046
 
1047
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1048
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1049
  msgid "Category Archives"
1050
  msgstr "Arquivos de Categorias"
1051
 
1052
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1053
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1054
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1055
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1056
 
1057
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1058
  msgid "BuddyPress activity"
1059
  msgstr "Atividade BuddyPress"
1060
 
1061
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1062
  msgid "BuddyPress group (only at top of content)"
1063
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1064
 
1065
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1066
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1067
  msgid "BBPress forum"
1068
  msgstr "Forum BBPress"
1069
 
1070
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1071
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1072
  msgid "BBPress topic"
1073
  msgstr "Tópico BBPress"
1074
 
1075
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1076
  msgid "BBPress reply"
1077
  msgstr "Responder BBPress"
1078
 
1079
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1080
  msgid "After individual product at WooCommerce Shop page"
1081
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
1082
 
1083
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1084
  msgid "WooCommerce Product Page"
1085
  msgstr "Página de Produtos WooCommerce"
1086
 
1087
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1088
  msgid "WooCommerce Thankyou Page"
1089
  msgstr "Página de Agradecimento WooCommerce"
1090
 
1091
+ #: ../admin/social_sharing.php:1042
1092
  msgid "Specify the pages where you want to enable Sharing interface"
1093
  msgstr ""
1094
  "Especifique as páginas onde você deseja habilitar a interface de "
1095
  "compartilhamento"
1096
 
1097
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1098
  msgid "Show share counts"
1099
  msgstr "Exibir contadores de compartilhamento"
1100
 
1101
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1102
  #, fuzzy
1103
  msgid ""
1104
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1108
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1109
  "Odnoklassniki e Vkontakte"
1110
 
1111
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1112
  #, php-format
1113
  msgid ""
1114
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1117
  "their website."
1118
  msgstr ""
1119
 
1120
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1121
  msgid "If enabled, share counts are displayed above sharing icons."
1122
  msgstr ""
1123
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1124
  "ícones de compartilhamento."
1125
 
1126
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1127
  msgid "Show total shares"
1128
  msgstr "Exibe total de compartilhamentos"
1129
 
1130
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1131
  msgid "If enabled, total shares will be displayed with sharing icons"
1132
  msgstr ""
1133
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1134
  "de compartilhamento"
1135
 
1136
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1137
  msgid "Enable 'More' icon"
1138
  msgstr "Habilitar 'Mais' ícones"
1139
 
1140
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1141
  msgid ""
1142
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1143
  "which shows additional sharing networks in popup"
1146
  "de compartilhamento com a exibição adicional das redes sociais "
1147
  "compartilhadas em um popup"
1148
 
1149
+ #: ../admin/social_sharing.php:1118
1150
  msgid "Floating Sharing Interface Options"
1151
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1152
 
1153
+ #: ../admin/social_sharing.php:1124
1154
  msgid "Enable Floating sharing interface"
1155
  msgstr "Habilita interface de compartilhamento flutuante"
1156
 
1157
+ #: ../admin/social_sharing.php:1134
1158
  msgid "Master control to enable floating sharing widget"
1159
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1160
 
1161
+ #: ../admin/social_sharing.php:1328
1162
  msgid ""
1163
  "Specify the color or hex code (example #cc78e0) for the background of "
1164
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1170
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1171
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1172
 
1173
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1174
  msgid "Left offset"
1175
  msgstr "Ajuste à esquerda"
1176
 
1177
+ #: ../admin/social_sharing.php:1368
1178
  msgid ""
1179
  "Specify a number. Increase in number will shift sharing interface towards "
1180
  "right and decrease will shift it towards left. Number can be negative too."
1184
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1185
  "negativos."
1186
 
1187
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1188
  msgid "Right offset"
1189
  msgstr "Ajuste à direita"
1190
 
1191
+ #: ../admin/social_sharing.php:1388
1192
  msgid ""
1193
  "Specify a number. Increase in number will shift sharing interface towards "
1194
  "left and decrease will shift it towards right. Number can be negative too."
1198
  "interface de compartilhamento para a direita. Os números podem também ser "
1199
  "negativos."
1200
 
1201
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1202
  msgid "Top offset"
1203
  msgstr "Ajuste acima"
1204
 
1205
+ #: ../admin/social_sharing.php:1407
1206
  msgid ""
1207
  "Specify a number. Increase in number will shift sharing interface towards "
1208
  "bottom and decrease will shift it towards top."
1211
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1212
  "interface de compartilhamento para cima."
1213
 
1214
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1215
  msgid "BuddyPress group"
1216
  msgstr "Grupo BuddyPress"
1217
 
1218
+ #: ../admin/social_sharing.php:1464
1219
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1220
  msgstr ""
1221
  "Especifique as páginas onde você deseja habilitar a interface de "
1222
  "compartilhamento vertical"
1223
 
1224
+ #: ../admin/social_sharing.php:1531
1225
  #, fuzzy
1226
  msgid "Hide floating slider"
1227
  msgstr "Escondido para usuários autenticados:"
1228
 
1229
+ #: ../admin/social_sharing.php:1541
1230
  #, fuzzy
1231
  msgid "Hides the slider arrow present below the floating share bar"
1232
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1233
 
1234
+ #: ../admin/social_sharing.php:1549
1235
  msgid "Vertical floating bar responsiveness"
1236
  msgstr "Sensibilidade da barra flutuante vertical"
1237
 
1238
+ #: ../admin/social_sharing.php:1552
1239
  #, php-format
1240
  msgid "Display vertical interface only when screen is wider than %s pixels"
1241
  msgstr ""
1242
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1243
 
1244
+ #: ../admin/social_sharing.php:1559
1245
  msgid ""
1246
  "Display vertical interface only when screen is wider than the width "
1247
  "specified."
1249
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1250
  "especificada."
1251
 
1252
+ #: ../admin/social_sharing.php:1567
1253
  msgid "Horizontal floating bar responsiveness"
1254
  msgstr "Sensibilidade da barra flutuante horizontal"
1255
 
1256
+ #: ../admin/social_sharing.php:1570
1257
  #, php-format
1258
  msgid ""
1259
  "Stick vertical floating interface horizontally at bottom only when screen is "
1262
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1263
  "quando a tela é mais estreita do que %s pixels"
1264
 
1265
+ #: ../admin/social_sharing.php:1577
1266
  msgid ""
1267
  "Stick vertical floating interface horizontally at bottom only when screen is "
1268
  "narrower than the width specified"
1270
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1271
  "quando a tela é mais estreita do que a largura especificada"
1272
 
1273
+ #: ../admin/social_sharing.php:1587
1274
  msgid "Horizontal floating bar position"
1275
  msgstr "Posição da barra de flutuação horizontal"
1276
 
1277
+ #: ../admin/social_sharing.php:1590
1278
  #, php-format
1279
  msgid "%s pixels from %s"
1280
  msgstr "%s pixels de %s"
1281
 
1282
+ #: ../admin/social_sharing.php:1591
1283
  msgid "Auto-adjust according to screen width (responsive)"
1284
  msgstr ""
1285
 
1286
+ #: ../admin/social_sharing.php:1598
1287
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1288
  msgstr ""
1289
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1290
  "também."
1291
 
1292
+ #: ../admin/social_sharing.php:1618
1293
+ #, fuzzy
1294
+ msgid "Facebook Share Count"
1295
+ msgstr "Solução de problema no compartilhamento com o Facebook"
1296
+
1297
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1298
+ msgid "Facebook App ID"
1299
+ msgstr "Facebook App ID"
1300
+
1301
+ #: ../admin/social_sharing.php:1634
1302
+ #, fuzzy, php-format
1303
+ msgid ""
1304
+ "Required for Facebook share count to work. Please follow the documentation "
1305
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1306
+ msgstr ""
1307
+ "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
1308
+ "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1309
+ "para obter o Facebook App ID"
1310
+
1311
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1312
+ #, fuzzy
1313
+ msgid "Facebook App Secret"
1314
+ msgstr "Facebook App ID"
1315
+
1316
+ #: ../admin/social_sharing.php:1652
1317
+ #, fuzzy, php-format
1318
+ msgid ""
1319
+ "Required for Facebook share count to work. Please follow the documentation "
1320
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1321
+ msgstr ""
1322
+ "Requerido para a Autenticação Social do Facebook funcionar. Por favor, siga "
1323
+ "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1324
+ "para obter o Facebook App ID"
1325
+
1326
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1327
  msgid "Url shortener"
1328
  msgstr "Encurtador de Url"
1329
 
1330
+ #: ../admin/social_sharing.php:1667
1331
  msgid "Use shortlinks already installed"
1332
  msgstr "Use shortlinks já instalados"
1333
 
1334
+ #: ../admin/social_sharing.php:1677
1335
  msgid "Uses default short url permalinks without using any additional plugin"
1336
  msgstr ""
1337
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1338
 
1339
+ #: ../admin/social_sharing.php:1685
1340
  msgid "Enable bit.ly url shortener for sharing"
1341
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1342
 
1343
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1344
  msgid "Master control to enable bit.ly url shortening for sharing"
1345
  msgstr ""
1346
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1347
 
1348
+ #: ../admin/social_sharing.php:1703
1349
  msgid "bit.ly Login"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1353
  #, fuzzy, php-format
1354
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1355
  msgstr ""
1357
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1358
  "para obter Twitter API Key"
1359
 
1360
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1361
  msgid "bit.ly API Key"
1362
  msgstr "bit.ly API Key"
1363
 
1364
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1365
  msgid "Clear Bitly Cache"
1366
  msgstr "Limpar o Cache Bitly"
1367
 
1368
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1369
  msgid "ShortUrl cache cleared successfully."
1370
  msgstr "Cache ShortUrl limpo com sucesso."
1371
 
1372
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1373
  msgid ""
1374
  "Use this to delete short urls saved in database. Handy, if urls of your "
1375
  "website have been changed but short urls are still being generated for old "
1379
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1380
  "geradas para suas urls antigas."
1381
 
1382
+ #: ../admin/social_sharing.php:1761
1383
  msgid "Share Count Cache"
1384
  msgstr "Cache de Contador de Compartilhamento"
1385
 
1386
+ #: ../admin/social_sharing.php:1767
1387
  msgid "Refresh Share Count cache every"
1388
  msgstr "Atualizar o contador de compartilhamento a cada"
1389
 
1390
+ #: ../admin/social_sharing.php:1772
1391
  msgid "Second(s)"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/social_sharing.php:1773
1395
  msgid "Minute(s)"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1774
1399
  msgid "Hour(s)"
1400
  msgstr ""
1401
 
1402
+ #: ../admin/social_sharing.php:1775
1403
  msgid "Day(s)"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1783
1407
  #, fuzzy, php-format
1408
  msgid ""
1409
  "Frequent cache refreshing results in slower loading of pages with share "
1413
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1414
  "páginas com os contadores de compartilhamento habilitados"
1415
 
1416
+ #: ../admin/social_sharing.php:1791
1417
  msgid "Clear Share Counts Cache"
1418
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1419
 
1420
+ #: ../admin/social_sharing.php:1795
1421
  msgid "Share Counts cache cleared successfully."
1422
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1423
 
1424
+ #: ../admin/social_sharing.php:1802
1425
  msgid "Use this to clear cached share counts"
1426
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1427
 
1428
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1429
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1430
  #: ../admin/like_buttons.php:698
1431
  msgid "Language"
1432
  msgstr "Languagem"
1433
 
1434
+ #: ../admin/social_sharing.php:1827
1435
  #, php-format
1436
  msgid ""
1437
  "Enter the code of the language you want to use for like buttons. You can "
1442
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1443
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1444
 
1445
+ #: ../admin/social_sharing.php:1836
1446
  msgid "Username in sharing"
1447
  msgstr "Username no compartilhamento"
1448
 
1449
+ #: ../admin/social_sharing.php:1842
1450
  msgid "Twitter username (without @)"
1451
  msgstr "Username do Twitter (sem @)"
1452
 
1453
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1454
  msgid ""
1455
  "Provided username will be appended after the content being shared as \"via "
1456
  "@USERNAME\". Leave empty if you do not want any username in the content "
1460
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1461
  "no conteúdo sendo compartilhado."
1462
 
1463
+ #: ../admin/social_sharing.php:1861
1464
  msgid "Buffer username (without @)"
1465
  msgstr "Username do Buffer (sem @)"
1466
 
1467
+ #: ../admin/social_sharing.php:1880
1468
  msgid "AMP"
1469
  msgstr ""
1470
 
1471
+ #: ../admin/social_sharing.php:1886
1472
  #, fuzzy
1473
  msgid "Enable sharing on AMP pages"
1474
  msgstr "Habilia a página de autenticação"
1475
 
1476
+ #: ../admin/social_sharing.php:1896
1477
  msgid "Enable this option to render sharing icons on AMP pages"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1481
  msgid "myCRED"
1482
  msgstr ""
1483
 
1484
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1485
  msgid "Append myCRED referral ID to the urls being shared"
1486
  msgstr ""
1487
 
1488
+ #: ../admin/social_sharing.php:1954
1489
  msgid "Facebook Sharing Troubleshooter"
1490
  msgstr "Solução de problema no compartilhamento com o Facebook"
1491
 
1492
+ #: ../admin/social_sharing.php:1959
1493
  #, fuzzy
1494
  msgid ""
1495
  "If Facebook sharing is not working fine, click at the following link and "
1502
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1503
  "website:"
1504
 
1505
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1506
  #: ../admin/social_login.php:1241
1507
  msgid ""
1508
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1509
  "an online website for the plugin to function properly."
1510
  msgstr ""
1511
 
1512
+ #: ../admin/social_sharing.php:1977
1513
  msgid ""
1514
  "Why is sharer not showing the correct image, title and other meta tags "
1515
  "content?"
1516
  msgstr ""
1517
 
1518
+ #: ../admin/social_sharing.php:1978
1519
+ #, fuzzy
1520
+ msgid "Why is Facebook share count not working?"
1521
+ msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1522
+
1523
+ #: ../admin/social_sharing.php:1981
1524
  msgid "Why is Instagram icon redirecting to Instagram website?"
1525
  msgstr ""
1526
 
1527
+ #: ../admin/social_sharing.php:1982
1528
  msgid ""
1529
  "Instagram icon is there to send website visitors to the Instagram page of "
1530
  "your choice. You can save the desired Instagram handle in \"Instagram "
1532
  "sections."
1533
  msgstr ""
1534
 
1535
+ #: ../admin/social_sharing.php:1985
1536
  #, fuzzy
1537
  msgid "How to customize the url being shared?"
1538
  msgstr ""
1539
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1540
 
1541
+ #: ../admin/social_sharing.php:1986
1542
  msgid ""
1543
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1544
  msgstr ""
1545
 
1546
+ #: ../admin/social_sharing.php:1987
1547
  msgid ""
1548
  "It takes some time for their service to track the shares made on Twitter "
1549
  "from your website. If you still feel it's taking too long you can contact "
1550
  "their support directly from their website."
1551
  msgstr ""
1552
 
1553
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1554
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1555
  msgstr ""
1556
 
1557
+ #: ../admin/social_sharing.php:1990
1558
  msgid ""
1559
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1563
  #: ../admin/social_login.php:1248
1564
  msgid "Why is my browser blocking some features of the plugin?"
1565
  msgstr ""
1566
 
1567
+ #: ../admin/social_sharing.php:1992
1568
  #, fuzzy
1569
  msgid "Why the color of share icons is not being updated?"
1570
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1571
 
1572
+ #: ../admin/social_sharing.php:1993
1573
  #, fuzzy
1574
  msgid "Why Facebook share counts are not appearing?"
1575
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1576
 
1577
+ #: ../admin/social_sharing.php:1994
1578
  msgid ""
1579
  "How can I show share counts of my website rather than of individual pages/"
1580
  "posts?"
1582
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1583
  "das páginas/posts individuais?"
1584
 
1585
+ #: ../admin/social_sharing.php:1995
1586
  msgid "How can I disable sharing on particular page/post?"
1587
  msgstr ""
1588
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1589
 
1590
+ #: ../admin/social_sharing.php:1996
1591
  msgid "How can I specify minimum sharing count for sharing networks?"
1592
  msgstr ""
1593
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1594
  "sociais?"
1595
 
1596
+ #: ../admin/social_sharing.php:1997
1597
  msgid "How to share specific page?"
1598
  msgstr "Como compartilhar página específica?"
1599
 
1600
+ #: ../admin/social_sharing.php:1998
1601
  msgid "How to integrate Google Analytics with sharing?"
1602
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1603
 
1604
+ #: ../admin/social_sharing.php:1999
1605
  msgid "How to customize the look of total share counts?"
1606
  msgstr ""
1607
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1608
 
1609
+ #: ../admin/social_sharing.php:2000
1610
  msgid "How to customize the look of individual share counts?"
1611
  msgstr ""
1612
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1613
 
1614
+ #: ../admin/social_sharing.php:2001
1615
  msgid "How to show Whatsapp icon only on mobile devices?"
1616
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1617
 
1618
+ #: ../admin/social_sharing.php:2002
1619
  msgid "How to hide arrow after floating sharing bar?"
1620
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1621
 
1622
+ #: ../admin/social_sharing.php:2003
1623
  #, fuzzy
1624
  msgid "Why is share count not getting updated?"
1625
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1626
 
1627
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1628
  msgid "Why is there so much space between like buttons?"
1629
  msgstr ""
1630
 
1631
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1632
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1633
  msgstr ""
1634
 
2976
  msgstr ""
2977
 
2978
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2979
+ #: ../inc/widget.php:943
2980
  msgid "Before widget content:"
2981
  msgstr "Antes do conteúdo do widget:"
2982
 
2983
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2984
+ #: ../inc/widget.php:1020
2985
  msgid "After widget content:"
2986
  msgstr "Depois do conteúdo do widget:"
2987
 
3108
  msgid "These icons link to your Social Media accounts"
3109
  msgstr ""
3110
 
3111
+ #: ../inc/widget.php:947
3112
  #, fuzzy
3113
  msgid "Size of icons"
3114
  msgstr "Tamanho dos ícones de compartilhameto"
3115
 
3116
+ #: ../inc/widget.php:949
3117
  #, fuzzy
3118
  msgid "Icon Shape"
3119
  msgstr "Forma"
3120
 
3121
+ #: ../inc/widget.php:954
3122
  #, fuzzy
3123
  msgid "Facebook URL:"
3124
  msgstr "Facebook App ID"
3125
 
3126
+ #: ../inc/widget.php:957
3127
  #, fuzzy
3128
  msgid "Twitter URL:"
3129
  msgstr "Twitter"
3130
 
3131
+ #: ../inc/widget.php:960
3132
  #, fuzzy
3133
  msgid "Instagram URL:"
3134
  msgstr "Instagram"
3135
 
3136
+ #: ../inc/widget.php:963
3137
  msgid "Pinterest URL:"
3138
  msgstr ""
3139
 
3140
+ #: ../inc/widget.php:966
3141
  msgid "Behance URL:"
3142
  msgstr ""
3143
 
3144
+ #: ../inc/widget.php:969
3145
  msgid "Flickr URL:"
3146
  msgstr ""
3147
 
3148
+ #: ../inc/widget.php:972
3149
  msgid "Foursquare URL:"
3150
  msgstr ""
3151
 
3152
+ #: ../inc/widget.php:975
3153
  msgid "Github URL:"
3154
  msgstr ""
3155
 
3156
+ #: ../inc/widget.php:978
3157
  #, fuzzy
3158
  msgid "LinkedIn URL:"
3159
  msgstr "LinkedIn"
3160
 
3161
+ #: ../inc/widget.php:981
3162
  #, fuzzy
3163
  msgid "LinkedIn Company URL:"
3164
  msgstr "LinkedIn"
3165
 
3166
+ #: ../inc/widget.php:984
3167
  msgid "Medium URL:"
3168
  msgstr ""
3169
 
3170
+ #: ../inc/widget.php:987
3171
  msgid "MeWe URL:"
3172
  msgstr ""
3173
 
3174
+ #: ../inc/widget.php:990
3175
  msgid "Odnoklassniki URL:"
3176
  msgstr ""
3177
 
3178
+ #: ../inc/widget.php:993
3179
  msgid "Snapchat URL:"
3180
  msgstr ""
3181
 
3182
+ #: ../inc/widget.php:996
3183
+ #, fuzzy
3184
+ msgid "Telegram URL:"
3185
+ msgstr "Instagram"
3186
+
3187
+ #: ../inc/widget.php:999
3188
  msgid "Tumblr URL:"
3189
  msgstr ""
3190
 
3191
+ #: ../inc/widget.php:1002
3192
  msgid "Vimeo URL:"
3193
  msgstr ""
3194
 
3195
+ #: ../inc/widget.php:1005
3196
  #, fuzzy
3197
  msgid "Vkontakte URL:"
3198
  msgstr "Vkontakte"
3199
 
3200
+ #: ../inc/widget.php:1008
3201
  #, fuzzy
3202
  msgid "Xing URL:"
3203
  msgstr "LinkedIn"
3204
 
3205
+ #: ../inc/widget.php:1011
3206
  msgid "Youtube URL:"
3207
  msgstr ""
3208
 
3209
+ #: ../inc/widget.php:1014
3210
  msgid "Youtube Channel URL:"
3211
  msgstr ""
3212
 
3213
+ #: ../inc/widget.php:1017
3214
  msgid "RSS Feed URL:"
3215
  msgstr ""
3216
 
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:54+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -315,10 +315,12 @@ msgid "Dismiss"
315
  msgstr ""
316
 
317
  #: ../super_socializer.php:2013
 
318
  msgid ""
319
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
320
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
321
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
322
  msgstr ""
323
 
324
  #: ../super_socializer.php:2039
@@ -341,7 +343,7 @@ msgstr ""
341
  msgid "Settings saved"
342
  msgstr "Параметры сохранены"
343
 
344
- #: ../helper.php:8
345
  msgid "Dismiss this notice"
346
  msgstr "Закрыть это уведомление"
347
 
@@ -430,7 +432,7 @@ msgid "Large Avatar"
430
  msgstr "Большой аватар"
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
434
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Сохранить изменения"
@@ -453,7 +455,7 @@ msgid "Something bad happened"
453
  msgstr ""
454
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -538,14 +540,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
538
  msgstr ""
539
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
540
 
541
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
542
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
543
  #: ../admin/like_buttons.php:836
544
  #, fuzzy
545
  msgid "Instagram Shoutout"
546
  msgstr "Instagram"
547
 
548
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
549
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
550
  #: ../admin/like_buttons.php:838
551
  msgid ""
@@ -554,7 +556,7 @@ msgid ""
554
  "hashtags and people to mention in the Instagram post."
555
  msgstr ""
556
 
557
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
558
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
559
  #: ../admin/like_buttons.php:839
560
  msgid ""
@@ -565,7 +567,7 @@ msgid ""
565
  "time."
566
  msgstr ""
567
 
568
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
569
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
570
  #: ../admin/like_buttons.php:840
571
  msgid ""
@@ -677,54 +679,60 @@ msgstr "Мастер настройки включения горизонтал
677
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
678
  msgstr ""
679
 
680
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
681
  msgid "Theme Selection"
682
  msgstr "Выбор тем"
683
 
684
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
685
  msgid "Standard Interface"
686
  msgstr "Стандартный интерфейс"
687
 
688
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
689
  msgid "Floating Interface"
690
  msgstr "Плавающий интерфейс"
691
 
692
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
693
  msgid "Miscellaneous"
694
  msgstr "Разное"
695
 
696
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
697
  #, fuzzy
698
  msgid "3rd Party Integration"
699
  msgstr "XProfile интеграция"
700
 
701
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
702
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
703
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
704
  #: ../admin/like_buttons.php:797
705
  msgid "Shortcode & Widget"
706
  msgstr "Шорткод и виджет"
707
 
708
- #: ../admin/social_sharing.php:57
709
  msgid "Troubleshooter"
710
  msgstr "Устранение неисправностей"
711
 
712
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
713
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
714
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
715
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
716
  msgid "FAQ"
717
  msgstr "Часто задаваемые вопросы (FAQ)"
718
 
719
- #: ../admin/social_sharing.php:66
720
  msgid "Standard interface theme"
721
  msgstr "Стандартный интерфейс"
722
 
723
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
724
  msgid "Icon Preview"
725
  msgstr "Превью иконок"
726
 
727
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
728
  msgid ""
729
  "Do not forget to save the configuration after making changes by clicking the "
730
  "save button below"
@@ -732,57 +740,57 @@ msgstr ""
732
  "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже "
733
  "кнопку сохранить"
734
 
735
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
736
  msgid "Shape"
737
  msgstr "Форма"
738
 
739
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
740
- #: ../inc/widget.php:947
741
  msgid "Round"
742
  msgstr "Круглая"
743
 
744
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
745
- #: ../inc/widget.php:948
746
  msgid "Square"
747
  msgstr "Квадратная"
748
 
749
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
750
  msgid "Rectangle"
751
  msgstr "Прямоугольник"
752
 
753
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
754
  msgid "Shape of the sharing icons"
755
  msgstr "Форма кнопок Поделиться"
756
 
757
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
758
  msgid "Size (in pixels)"
759
  msgstr "Размер (в пикселях)"
760
 
761
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
762
  msgid "Size of the sharing icons"
763
  msgstr "Размер кнопок Поделиться"
764
 
765
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
766
  msgid "Width (in pixels)"
767
  msgstr "Ширина (в пикселях)"
768
 
769
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
770
  msgid "Width of the sharing icons"
771
  msgstr "Ширина иконок поделиться"
772
 
773
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
774
  msgid "Height (in pixels)"
775
  msgstr "Высота (в пикселях)"
776
 
777
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
778
  msgid "Height of the sharing icons"
779
  msgstr "Высота кнопок Поделиться"
780
 
781
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
782
  msgid "Border radius (in pixels)"
783
  msgstr "Радиус рамки (в пикселях)"
784
 
785
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
786
  msgid ""
787
  "Specify a value for rounded corners. More the value, more rounded will the "
788
  "corners be. Leave empty for sharp corners."
@@ -790,23 +798,23 @@ msgstr ""
790
  "Укажите значение для закругленных углов. Чем больше значение параметра, "
791
  "более округлыми будут углы. Оставьте пустым для прямых углов."
792
 
793
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
794
  msgid "Logo Color"
795
  msgstr "Цвет логотипа"
796
 
797
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
798
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
799
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
800
  msgid "Default"
801
  msgstr "По умолчанию"
802
 
803
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
804
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
805
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
806
  msgid "On Hover"
807
  msgstr "При наведении"
808
 
809
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
810
  msgid ""
811
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
812
  "empty for default. You can get the hex code of the required color from <a "
@@ -817,13 +825,13 @@ msgstr ""
817
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
818
  "\">здесь</a>"
819
 
820
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
821
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
822
  #: ../inc/widget.php:460 ../inc/widget.php:772
823
  msgid "Background Color"
824
  msgstr "Цвет фона"
825
 
826
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
827
  msgid ""
828
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
829
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -835,129 +843,129 @@ msgstr ""
835
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
836
  "\">здесь</a>"
837
 
838
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
839
  msgid "Border"
840
  msgstr "Рамка"
841
 
842
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
843
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
844
  msgid "Border Width"
845
  msgstr "Ширина рамки"
846
 
847
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
848
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
849
  msgid "Border Color"
850
  msgstr "Цвет рамки"
851
 
852
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
853
  msgid "Icon border"
854
  msgstr "Иконка рамки"
855
 
856
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
857
  msgid "Counter Position"
858
  msgstr "Позиция счетчика"
859
 
860
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
861
  msgid "(applies, if counter enabled)"
862
  msgstr "(применяется, если счетчик включен)"
863
 
864
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
865
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
866
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
867
  #: ../inc/widget.php:446 ../inc/widget.php:758
868
  msgid "Left"
869
  msgstr "Слева"
870
 
871
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
872
  msgid "Top"
873
  msgstr "Сверху"
874
 
875
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
876
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
877
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
878
  #: ../inc/widget.php:447 ../inc/widget.php:759
879
  msgid "Right"
880
  msgstr "Справа"
881
 
882
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
883
  msgid "Bottom"
884
  msgstr "Снизу"
885
 
886
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
887
  msgid "Inner Left"
888
  msgstr "Отступ слева"
889
 
890
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
891
  msgid "Inner Top"
892
  msgstr "Верхний отступ"
893
 
894
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
895
  msgid "Inner Right"
896
  msgstr "Внутренний отступ справа"
897
 
898
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
899
  msgid "Inner Bottom"
900
  msgstr "Нижний отступ"
901
 
902
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
903
  msgid "Position of share counter"
904
  msgstr "Положение счетчика Поделиться"
905
 
906
- #: ../admin/social_sharing.php:373
907
  msgid "Floating interface theme"
908
  msgstr "Плавающий интерфейс Поделиться"
909
 
910
- #: ../admin/social_sharing.php:686
911
  msgid "Standard Sharing Interface Options"
912
  msgstr "Стандартные параметры интерфейса"
913
 
914
- #: ../admin/social_sharing.php:692
915
  msgid "Enable Standard sharing interface"
916
  msgstr "Включить стандартный интерфейс Поделиться"
917
 
918
- #: ../admin/social_sharing.php:702
919
  msgid "Master control to enable standard sharing"
920
  msgstr "Мастер настройки включения стандартных опций Поделиться"
921
 
922
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
923
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
924
  msgid "Target Url"
925
  msgstr "Целевой URL:"
926
 
927
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
928
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
929
  msgid "Url of the webpage where icons are located (default)"
930
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
931
 
932
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
933
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
934
  msgid "Url of the homepage of your website"
935
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
936
 
937
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
938
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
939
  msgid "Custom url"
940
  msgstr "Пользовательская ссылка"
941
 
942
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
943
  msgid "Url to share"
944
  msgstr "Ссылка чтобы Поделиться"
945
 
946
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
947
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
948
- #: ../inc/widget.php:941
949
  msgid "Title"
950
  msgstr "Заголовок"
951
 
952
- #: ../admin/social_sharing.php:745
953
  msgid "The text to display above the sharing interface"
954
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
955
 
956
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
957
  msgid "Instagram username"
958
  msgstr "Введите имя пользователя Instagram."
959
 
960
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
961
  msgid ""
962
  "Username of the Instagram account you want to redirect users to, on clicking "
963
  "the icon"
@@ -965,144 +973,144 @@ msgstr ""
965
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
966
  "перенаправить пользователей, по нажатию на иконку"
967
 
968
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
969
  #, fuzzy
970
  msgid "HTML ID of container element of comment form"
971
  msgstr "HTML-идентификатор форма комментария контейнер"
972
 
973
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
974
  msgid ""
975
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
976
  "icon."
977
  msgstr ""
978
 
979
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
980
  msgid "Rearrange icons"
981
  msgstr "Переставить иконы"
982
 
983
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
984
  msgid "Drag the icons to rearrange in desired order"
985
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
986
 
987
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
988
  msgid "Select Sharing Services"
989
  msgstr "Выберите сервисы Поделиться"
990
 
991
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
992
  msgid "Select sharing services to show in social share bar"
993
  msgstr "Выберите сервисы для показа в панели шейринга"
994
 
995
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
996
  msgid "Search social network"
997
  msgstr ""
998
 
999
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1000
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1001
  msgid "Horizontal alignment"
1002
  msgstr "Горизонтальное выравнивание"
1003
 
1004
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1005
  msgid "Center"
1006
  msgstr "Центр"
1007
 
1008
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1009
  msgid "Horizontal alignment of the sharing interface"
1010
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
1011
 
1012
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1013
  msgid "Position with respect to content"
1014
  msgstr "Позиция относительно контента"
1015
 
1016
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1017
  msgid "Top of the content"
1018
  msgstr "Над содержимым"
1019
 
1020
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1021
  msgid "Bottom of the content"
1022
  msgstr "Под содержимым"
1023
 
1024
- #: ../admin/social_sharing.php:962
1025
  msgid "Specify position of the sharing interface with respect to the content"
1026
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
1027
 
1028
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1029
  msgid "Placement"
1030
  msgstr "Размещение"
1031
 
1032
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1033
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1034
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1035
  msgid "Homepage"
1036
  msgstr "Главная"
1037
 
1038
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1039
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1040
  msgid "Posts"
1041
  msgstr "Записи"
1042
 
1043
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1044
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1045
  msgid "Pages"
1046
  msgstr "Страницы"
1047
 
1048
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1049
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1050
  msgid "Excerpts and Posts page"
1051
  msgstr "Страницы анонсов и страниц"
1052
 
1053
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1054
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1055
  msgid "Category Archives"
1056
  msgstr "Архивы категорий"
1057
 
1058
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1059
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1060
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1061
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1062
 
1063
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1064
  msgid "BuddyPress activity"
1065
  msgstr "BuddyPress активность"
1066
 
1067
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1068
  msgid "BuddyPress group (only at top of content)"
1069
  msgstr "BuddyPress группы (только в верхней части контента)"
1070
 
1071
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1072
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1073
  msgid "BBPress forum"
1074
  msgstr "BBPress форум"
1075
 
1076
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1077
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1078
  msgid "BBPress topic"
1079
  msgstr "BBPress тема"
1080
 
1081
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1082
  msgid "BBPress reply"
1083
  msgstr "BBPress ответ"
1084
 
1085
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1086
  msgid "After individual product at WooCommerce Shop page"
1087
  msgstr "После индивидуального продукта на странице магазина"
1088
 
1089
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1090
  msgid "WooCommerce Product Page"
1091
  msgstr "Продукт Woocommerce"
1092
 
1093
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1094
  msgid "WooCommerce Thankyou Page"
1095
  msgstr "WooCommerce страница благодарности"
1096
 
1097
- #: ../admin/social_sharing.php:1038
1098
  msgid "Specify the pages where you want to enable Sharing interface"
1099
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1100
 
1101
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1102
  msgid "Show share counts"
1103
  msgstr "Показать счетчик кнопок Поделиться"
1104
 
1105
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1106
  #, fuzzy
1107
  msgid ""
1108
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1111,7 +1119,7 @@ msgstr ""
1111
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1112
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1113
 
1114
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1115
  #, php-format
1116
  msgid ""
1117
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1120,54 +1128,25 @@ msgid ""
1120
  "their website."
1121
  msgstr ""
1122
 
1123
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1124
  msgid "If enabled, share counts are displayed above sharing icons."
1125
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1126
 
1127
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1128
  msgid "Show total shares"
1129
  msgstr "Включить общее количество Поделиться"
1130
 
1131
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1132
  msgid "If enabled, total shares will be displayed with sharing icons"
1133
  msgstr ""
1134
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1135
  "Поделиться"
1136
 
1137
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1138
- #: ../admin/social_login.php:161
1139
- msgid "Facebook App ID"
1140
- msgstr "Facebook App ID"
1141
-
1142
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1143
- #, fuzzy, php-format
1144
- msgid ""
1145
- "Required for Facebook share count to work. Please follow the documentation "
1146
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1147
- msgstr ""
1148
- "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1149
- "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1150
-
1151
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1152
- #: ../admin/social_login.php:183
1153
- #, fuzzy
1154
- msgid "Facebook App Secret"
1155
- msgstr "Facebook App ID"
1156
-
1157
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1158
- #, fuzzy, php-format
1159
- msgid ""
1160
- "Required for Facebook share count to work. Please follow the documentation "
1161
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1162
- msgstr ""
1163
- "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1164
- "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1165
-
1166
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1167
  msgid "Enable 'More' icon"
1168
  msgstr "Включить значок «Больше»"
1169
 
1170
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1171
  msgid ""
1172
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1173
  "which shows additional sharing networks in popup"
@@ -1175,19 +1154,19 @@ msgstr ""
1175
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1176
  "показывает дополнительные сервисы в всплывающем окне"
1177
 
1178
- #: ../admin/social_sharing.php:1167
1179
  msgid "Floating Sharing Interface Options"
1180
  msgstr "Параметры плавающих кнопок Поделиться"
1181
 
1182
- #: ../admin/social_sharing.php:1173
1183
  msgid "Enable Floating sharing interface"
1184
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1185
 
1186
- #: ../admin/social_sharing.php:1183
1187
  msgid "Master control to enable floating sharing widget"
1188
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1189
 
1190
- #: ../admin/social_sharing.php:1377
1191
  msgid ""
1192
  "Specify the color or hex code (example #cc78e0) for the background of "
1193
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1199,11 +1178,11 @@ msgstr ""
1199
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1200
  "com/\" target=\"_blank\">здесь</a>"
1201
 
1202
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1203
  msgid "Left offset"
1204
  msgstr "Смещение влево"
1205
 
1206
- #: ../admin/social_sharing.php:1417
1207
  msgid ""
1208
  "Specify a number. Increase in number will shift sharing interface towards "
1209
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1212,11 +1191,11 @@ msgstr ""
1212
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1213
  "может быть отрицательным."
1214
 
1215
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1216
  msgid "Right offset"
1217
  msgstr "Смещение вправо"
1218
 
1219
- #: ../admin/social_sharing.php:1437
1220
  msgid ""
1221
  "Specify a number. Increase in number will shift sharing interface towards "
1222
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1225,11 +1204,11 @@ msgstr ""
1225
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1226
  "может быть отрицательным."
1227
 
1228
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1229
  msgid "Top offset"
1230
  msgstr "Верхний отступ"
1231
 
1232
- #: ../admin/social_sharing.php:1456
1233
  msgid ""
1234
  "Specify a number. Increase in number will shift sharing interface towards "
1235
  "bottom and decrease will shift it towards top."
@@ -1237,37 +1216,37 @@ msgstr ""
1237
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1238
  "отношению к низу и уменьшать по отношению к верху. "
1239
 
1240
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1241
  msgid "BuddyPress group"
1242
  msgstr "BuddyPress группа"
1243
 
1244
- #: ../admin/social_sharing.php:1513
1245
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1246
  msgstr ""
1247
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1248
 
1249
- #: ../admin/social_sharing.php:1618
1250
  #, fuzzy
1251
  msgid "Hide floating slider"
1252
  msgstr "Скрыть для зарегистрированных пользователей"
1253
 
1254
- #: ../admin/social_sharing.php:1628
1255
  #, fuzzy
1256
  msgid "Hides the slider arrow present below the floating share bar"
1257
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1258
 
1259
- #: ../admin/social_sharing.php:1636
1260
  msgid "Vertical floating bar responsiveness"
1261
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1262
 
1263
- #: ../admin/social_sharing.php:1639
1264
  #, php-format
1265
  msgid "Display vertical interface only when screen is wider than %s pixels"
1266
  msgstr ""
1267
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1268
  "пикселей."
1269
 
1270
- #: ../admin/social_sharing.php:1646
1271
  msgid ""
1272
  "Display vertical interface only when screen is wider than the width "
1273
  "specified."
@@ -1275,11 +1254,11 @@ msgstr ""
1275
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1276
  "ширина по умолчанию."
1277
 
1278
- #: ../admin/social_sharing.php:1654
1279
  msgid "Horizontal floating bar responsiveness"
1280
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1281
 
1282
- #: ../admin/social_sharing.php:1657
1283
  #, php-format
1284
  msgid ""
1285
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1288,7 +1267,7 @@ msgstr ""
1288
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1289
  "уже чем %s пикселей"
1290
 
1291
- #: ../admin/social_sharing.php:1664
1292
  msgid ""
1293
  "Stick vertical floating interface horizontally at bottom only when screen is "
1294
  "narrower than the width specified"
@@ -1296,52 +1275,84 @@ msgstr ""
1296
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1297
  "уже чем указанная ширина"
1298
 
1299
- #: ../admin/social_sharing.php:1674
1300
  msgid "Horizontal floating bar position"
1301
  msgstr "Расположение горизонтальной плавающей панели"
1302
 
1303
- #: ../admin/social_sharing.php:1677
1304
  #, php-format
1305
  msgid "%s pixels from %s"
1306
  msgstr "%s пикселей от %s"
1307
 
1308
- #: ../admin/social_sharing.php:1678
1309
  msgid "Auto-adjust according to screen width (responsive)"
1310
  msgstr ""
1311
 
1312
- #: ../admin/social_sharing.php:1685
1313
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1314
  msgstr ""
1315
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1316
  "отрицательным."
1317
 
1318
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1319
  msgid "Url shortener"
1320
  msgstr "Укорачивание URL"
1321
 
1322
- #: ../admin/social_sharing.php:1711
1323
  msgid "Use shortlinks already installed"
1324
  msgstr "Использование коротких ссылок уже установлено"
1325
 
1326
- #: ../admin/social_sharing.php:1721
1327
  msgid "Uses default short url permalinks without using any additional plugin"
1328
  msgstr ""
1329
  "Использует по умолчанию постоянные короткие url без использования каких-"
1330
  "либо дополнительных плагинов"
1331
 
1332
- #: ../admin/social_sharing.php:1729
1333
  msgid "Enable bit.ly url shortener for sharing"
1334
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1335
 
1336
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1337
  msgid "Master control to enable bit.ly url shortening for sharing"
1338
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1339
 
1340
- #: ../admin/social_sharing.php:1747
1341
  msgid "bit.ly Login"
1342
  msgstr "bit.ly логин"
1343
 
1344
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1345
  #, fuzzy, php-format
1346
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1347
  msgstr ""
@@ -1349,19 +1360,19 @@ msgstr ""
1349
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1350
  "Twitter."
1351
 
1352
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1353
  msgid "bit.ly API Key"
1354
  msgstr "bit.ly ключ приложения"
1355
 
1356
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1357
  msgid "Clear Bitly Cache"
1358
  msgstr "Очистить Bitly кэш"
1359
 
1360
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1361
  msgid "ShortUrl cache cleared successfully."
1362
  msgstr "ShortUrl кэш успешно очищен."
1363
 
1364
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1365
  msgid ""
1366
  "Use this to delete short urls saved in database. Handy, if urls of your "
1367
  "website have been changed but short urls are still being generated for old "
@@ -1371,31 +1382,31 @@ msgstr ""
1371
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1372
  "адреса по-прежнему создаются для старых URL-адресов."
1373
 
1374
- #: ../admin/social_sharing.php:1805
1375
  msgid "Share Count Cache"
1376
  msgstr "Кэш счетчиков поделиться"
1377
 
1378
- #: ../admin/social_sharing.php:1811
1379
  msgid "Refresh Share Count cache every"
1380
  msgstr "Обновить кэш счетчиков Поделиться"
1381
 
1382
- #: ../admin/social_sharing.php:1816
1383
  msgid "Second(s)"
1384
  msgstr "Секунд"
1385
 
1386
- #: ../admin/social_sharing.php:1817
1387
  msgid "Minute(s)"
1388
  msgstr "Минут"
1389
 
1390
- #: ../admin/social_sharing.php:1818
1391
  msgid "Hour(s)"
1392
  msgstr "Часов"
1393
 
1394
- #: ../admin/social_sharing.php:1819
1395
  msgid "Day(s)"
1396
  msgstr "Дней"
1397
 
1398
- #: ../admin/social_sharing.php:1827
1399
  #, fuzzy, php-format
1400
  msgid ""
1401
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1405,25 +1416,25 @@ msgstr ""
1405
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1406
  "включенными счетчиками Поделиться"
1407
 
1408
- #: ../admin/social_sharing.php:1835
1409
  msgid "Clear Share Counts Cache"
1410
  msgstr "Очистить кэш счетчиков Поделиться"
1411
 
1412
- #: ../admin/social_sharing.php:1839
1413
  msgid "Share Counts cache cleared successfully."
1414
  msgstr "Share Counts кэш успешно очищен."
1415
 
1416
- #: ../admin/social_sharing.php:1846
1417
  msgid "Use this to clear cached share counts"
1418
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1419
 
1420
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1421
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1422
  #: ../admin/like_buttons.php:698
1423
  msgid "Language"
1424
  msgstr "Язык"
1425
 
1426
- #: ../admin/social_sharing.php:1871
1427
  #, php-format
1428
  msgid ""
1429
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1434,15 +1445,15 @@ msgstr ""
1434
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1435
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1436
 
1437
- #: ../admin/social_sharing.php:1880
1438
  msgid "Username in sharing"
1439
  msgstr "Имя пользователя чтобы поделиться"
1440
 
1441
- #: ../admin/social_sharing.php:1886
1442
  msgid "Twitter username (without @)"
1443
  msgstr "Twitter имя пользователя (без @)"
1444
 
1445
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1446
  msgid ""
1447
  "Provided username will be appended after the content being shared as \"via "
1448
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1451,35 +1462,35 @@ msgstr ""
1451
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1452
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1453
 
1454
- #: ../admin/social_sharing.php:1905
1455
  msgid "Buffer username (without @)"
1456
  msgstr "Имя пользователя в Twitter (без @)"
1457
 
1458
- #: ../admin/social_sharing.php:1924
1459
  msgid "AMP"
1460
  msgstr "AMP"
1461
 
1462
- #: ../admin/social_sharing.php:1930
1463
  msgid "Enable sharing on AMP pages"
1464
  msgstr "Разрешить общий доступ на страницах AMP"
1465
 
1466
- #: ../admin/social_sharing.php:1940
1467
  msgid "Enable this option to render sharing icons on AMP pages"
1468
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1469
 
1470
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1471
  msgid "myCRED"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1475
  msgid "Append myCRED referral ID to the urls being shared"
1476
  msgstr ""
1477
 
1478
- #: ../admin/social_sharing.php:1998
1479
  msgid "Facebook Sharing Troubleshooter"
1480
  msgstr "Устранение неисправностей Поделиться от Facebook"
1481
 
1482
- #: ../admin/social_sharing.php:2003
1483
  msgid ""
1484
  "If Facebook sharing is not working fine, click at the following link and "
1485
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1491,14 +1502,14 @@ msgstr ""
1491
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1492
  "\"Получение информации о новой поломке\" ."
1493
 
1494
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1495
  #: ../admin/social_login.php:1241
1496
  msgid ""
1497
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1498
  "an online website for the plugin to function properly."
1499
  msgstr ""
1500
 
1501
- #: ../admin/social_sharing.php:2021
1502
  msgid ""
1503
  "Why is sharer not showing the correct image, title and other meta tags "
1504
  "content?"
@@ -1506,11 +1517,16 @@ msgstr ""
1506
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1507
  "мета данные контента? "
1508
 
1509
- #: ../admin/social_sharing.php:2023
 
 
 
 
 
1510
  msgid "Why is Instagram icon redirecting to Instagram website?"
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:2024
1514
  msgid ""
1515
  "Instagram icon is there to send website visitors to the Instagram page of "
1516
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1518,47 +1534,47 @@ msgid ""
1518
  "sections."
1519
  msgstr ""
1520
 
1521
- #: ../admin/social_sharing.php:2027
1522
  #, fuzzy
1523
  msgid "How to customize the url being shared?"
1524
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1525
 
1526
- #: ../admin/social_sharing.php:2028
1527
  msgid ""
1528
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1529
  msgstr ""
1530
 
1531
- #: ../admin/social_sharing.php:2029
1532
  msgid ""
1533
  "It takes some time for their service to track the shares made on Twitter "
1534
  "from your website. If you still feel it's taking too long you can contact "
1535
  "their support directly from their website."
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1539
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1540
  msgstr ""
1541
 
1542
- #: ../admin/social_sharing.php:2032
1543
  msgid ""
1544
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1545
  msgstr ""
1546
 
1547
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1548
  #: ../admin/social_login.php:1248
1549
  msgid "Why is my browser blocking some features of the plugin?"
1550
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1551
 
1552
- #: ../admin/social_sharing.php:2034
1553
  #, fuzzy
1554
  msgid "Why the color of share icons is not being updated?"
1555
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1556
 
1557
- #: ../admin/social_sharing.php:2035
1558
  msgid "Why Facebook share counts are not appearing?"
1559
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1560
 
1561
- #: ../admin/social_sharing.php:2036
1562
  msgid ""
1563
  "How can I show share counts of my website rather than of individual pages/"
1564
  "posts?"
@@ -1566,49 +1582,49 @@ msgstr ""
1566
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1567
  "постах?"
1568
 
1569
- #: ../admin/social_sharing.php:2037
1570
  msgid "How can I disable sharing on particular page/post?"
1571
  msgstr ""
1572
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1573
 
1574
- #: ../admin/social_sharing.php:2038
1575
  msgid "How can I specify minimum sharing count for sharing networks?"
1576
  msgstr "Как мне указать минимальное количество для Поделиться"
1577
 
1578
- #: ../admin/social_sharing.php:2039
1579
  msgid "How to share specific page?"
1580
  msgstr "Как поделиться определенной страницей?"
1581
 
1582
- #: ../admin/social_sharing.php:2040
1583
  msgid "How to integrate Google Analytics with sharing?"
1584
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1585
 
1586
- #: ../admin/social_sharing.php:2041
1587
  msgid "How to customize the look of total share counts?"
1588
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1589
 
1590
- #: ../admin/social_sharing.php:2042
1591
  msgid "How to customize the look of individual share counts?"
1592
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1593
 
1594
- #: ../admin/social_sharing.php:2043
1595
  msgid "How to show Whatsapp icon only on mobile devices?"
1596
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1597
 
1598
- #: ../admin/social_sharing.php:2044
1599
  msgid "How to hide arrow after floating sharing bar?"
1600
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1601
 
1602
- #: ../admin/social_sharing.php:2045
1603
  #, fuzzy
1604
  msgid "Why is share count not getting updated?"
1605
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1606
 
1607
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1608
  msgid "Why is there so much space between like buttons?"
1609
  msgstr "Почему существует так много места между кнопками?"
1610
 
1611
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1612
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1613
  msgstr ""
1614
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
@@ -2959,12 +2975,12 @@ msgid "Title (after login):"
2959
  msgstr "Название (после логина):"
2960
 
2961
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2962
- #: ../inc/widget.php:939
2963
  msgid "Before widget content:"
2964
  msgstr "Перед содержимым виджета"
2965
 
2966
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2967
- #: ../inc/widget.php:1013
2968
  msgid "After widget content:"
2969
  msgstr "После содержимого виджета"
2970
 
@@ -3089,104 +3105,109 @@ msgstr "Super Socializer - Вход"
3089
  msgid "These icons link to your Social Media accounts"
3090
  msgstr "Вход через соцсети"
3091
 
3092
- #: ../inc/widget.php:943
3093
  #, fuzzy
3094
  msgid "Size of icons"
3095
  msgstr "Размер кнопок Поделиться"
3096
 
3097
- #: ../inc/widget.php:945
3098
  #, fuzzy
3099
  msgid "Icon Shape"
3100
  msgstr "Форма"
3101
 
3102
- #: ../inc/widget.php:950
3103
  #, fuzzy
3104
  msgid "Facebook URL:"
3105
  msgstr "Facebook App ID"
3106
 
3107
- #: ../inc/widget.php:953
3108
  #, fuzzy
3109
  msgid "Twitter URL:"
3110
  msgstr "Twitter"
3111
 
3112
- #: ../inc/widget.php:956
3113
  #, fuzzy
3114
  msgid "Instagram URL:"
3115
  msgstr "Instagram"
3116
 
3117
- #: ../inc/widget.php:959
3118
  msgid "Pinterest URL:"
3119
  msgstr ""
3120
 
3121
- #: ../inc/widget.php:962
3122
  msgid "Behance URL:"
3123
  msgstr ""
3124
 
3125
- #: ../inc/widget.php:965
3126
  msgid "Flickr URL:"
3127
  msgstr ""
3128
 
3129
- #: ../inc/widget.php:968
3130
  msgid "Foursquare URL:"
3131
  msgstr ""
3132
 
3133
- #: ../inc/widget.php:971
3134
  msgid "Github URL:"
3135
  msgstr ""
3136
 
3137
- #: ../inc/widget.php:974
3138
  #, fuzzy
3139
  msgid "LinkedIn URL:"
3140
  msgstr "LinkedIn"
3141
 
3142
- #: ../inc/widget.php:977
3143
  #, fuzzy
3144
  msgid "LinkedIn Company URL:"
3145
  msgstr "LinkedIn"
3146
 
3147
- #: ../inc/widget.php:980
3148
  msgid "Medium URL:"
3149
  msgstr ""
3150
 
3151
- #: ../inc/widget.php:983
3152
  msgid "MeWe URL:"
3153
  msgstr ""
3154
 
3155
- #: ../inc/widget.php:986
3156
  msgid "Odnoklassniki URL:"
3157
  msgstr ""
3158
 
3159
- #: ../inc/widget.php:989
3160
  msgid "Snapchat URL:"
3161
  msgstr ""
3162
 
3163
- #: ../inc/widget.php:992
 
 
 
 
 
3164
  msgid "Tumblr URL:"
3165
  msgstr ""
3166
 
3167
- #: ../inc/widget.php:995
3168
  msgid "Vimeo URL:"
3169
  msgstr ""
3170
 
3171
- #: ../inc/widget.php:998
3172
  #, fuzzy
3173
  msgid "Vkontakte URL:"
3174
  msgstr "Вконтакте"
3175
 
3176
- #: ../inc/widget.php:1001
3177
  #, fuzzy
3178
  msgid "Xing URL:"
3179
  msgstr "LinkedIn"
3180
 
3181
- #: ../inc/widget.php:1004
3182
  msgid "Youtube URL:"
3183
  msgstr ""
3184
 
3185
- #: ../inc/widget.php:1007
3186
  msgid "Youtube Channel URL:"
3187
  msgstr ""
3188
 
3189
- #: ../inc/widget.php:1010
3190
  msgid "RSS Feed URL:"
3191
  msgstr ""
3192
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:22+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:22+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
315
  msgstr ""
316
 
317
  #: ../super_socializer.php:2013
318
+ #, php-format
319
  msgid ""
320
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
321
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
322
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
323
+ "that, clear share counts cache from \"Miscellaneous\" section"
324
  msgstr ""
325
 
326
  #: ../super_socializer.php:2039
343
  msgid "Settings saved"
344
  msgstr "Параметры сохранены"
345
 
346
+ #: ../helper.php:8 ../admin/social_sharing.php:42
347
  msgid "Dismiss this notice"
348
  msgstr "Закрыть это уведомление"
349
 
432
  msgstr "Большой аватар"
433
 
434
  #: ../helper.php:913 ../admin/general_options.php:132
435
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
436
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
437
  msgid "Save Changes"
438
  msgstr "Сохранить изменения"
455
  msgstr ""
456
 
457
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
458
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
459
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
460
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
461
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
540
  msgstr ""
541
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
542
 
543
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
544
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
545
  #: ../admin/like_buttons.php:836
546
  #, fuzzy
547
  msgid "Instagram Shoutout"
548
  msgstr "Instagram"
549
 
550
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
551
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
552
  #: ../admin/like_buttons.php:838
553
  msgid ""
556
  "hashtags and people to mention in the Instagram post."
557
  msgstr ""
558
 
559
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
560
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
561
  #: ../admin/like_buttons.php:839
562
  msgid ""
567
  "time."
568
  msgstr ""
569
 
570
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
571
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
572
  #: ../admin/like_buttons.php:840
573
  msgid ""
679
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
680
  msgstr ""
681
 
682
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
683
+ msgid ""
684
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
685
+ "Facebook share count to work"
686
+ msgstr ""
687
+
688
+ #: ../admin/social_sharing.php:49
689
  msgid "Theme Selection"
690
  msgstr "Выбор тем"
691
 
692
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
693
  msgid "Standard Interface"
694
  msgstr "Стандартный интерфейс"
695
 
696
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
697
  msgid "Floating Interface"
698
  msgstr "Плавающий интерфейс"
699
 
700
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
701
  msgid "Miscellaneous"
702
  msgstr "Разное"
703
 
704
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
705
  #, fuzzy
706
  msgid "3rd Party Integration"
707
  msgstr "XProfile интеграция"
708
 
709
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
710
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
711
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
712
  #: ../admin/like_buttons.php:797
713
  msgid "Shortcode & Widget"
714
  msgstr "Шорткод и виджет"
715
 
716
+ #: ../admin/social_sharing.php:61
717
  msgid "Troubleshooter"
718
  msgstr "Устранение неисправностей"
719
 
720
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
721
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
722
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
723
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
724
  msgid "FAQ"
725
  msgstr "Часто задаваемые вопросы (FAQ)"
726
 
727
+ #: ../admin/social_sharing.php:70
728
  msgid "Standard interface theme"
729
  msgstr "Стандартный интерфейс"
730
 
731
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
732
  msgid "Icon Preview"
733
  msgstr "Превью иконок"
734
 
735
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
736
  msgid ""
737
  "Do not forget to save the configuration after making changes by clicking the "
738
  "save button below"
740
  "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже "
741
  "кнопку сохранить"
742
 
743
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
744
  msgid "Shape"
745
  msgstr "Форма"
746
 
747
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
748
+ #: ../inc/widget.php:951
749
  msgid "Round"
750
  msgstr "Круглая"
751
 
752
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
753
+ #: ../inc/widget.php:952
754
  msgid "Square"
755
  msgstr "Квадратная"
756
 
757
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
758
  msgid "Rectangle"
759
  msgstr "Прямоугольник"
760
 
761
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
762
  msgid "Shape of the sharing icons"
763
  msgstr "Форма кнопок Поделиться"
764
 
765
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
766
  msgid "Size (in pixels)"
767
  msgstr "Размер (в пикселях)"
768
 
769
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
770
  msgid "Size of the sharing icons"
771
  msgstr "Размер кнопок Поделиться"
772
 
773
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
774
  msgid "Width (in pixels)"
775
  msgstr "Ширина (в пикселях)"
776
 
777
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
778
  msgid "Width of the sharing icons"
779
  msgstr "Ширина иконок поделиться"
780
 
781
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
782
  msgid "Height (in pixels)"
783
  msgstr "Высота (в пикселях)"
784
 
785
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
786
  msgid "Height of the sharing icons"
787
  msgstr "Высота кнопок Поделиться"
788
 
789
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
790
  msgid "Border radius (in pixels)"
791
  msgstr "Радиус рамки (в пикселях)"
792
 
793
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
794
  msgid ""
795
  "Specify a value for rounded corners. More the value, more rounded will the "
796
  "corners be. Leave empty for sharp corners."
798
  "Укажите значение для закругленных углов. Чем больше значение параметра, "
799
  "более округлыми будут углы. Оставьте пустым для прямых углов."
800
 
801
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
802
  msgid "Logo Color"
803
  msgstr "Цвет логотипа"
804
 
805
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
806
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
807
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
808
  msgid "Default"
809
  msgstr "По умолчанию"
810
 
811
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
812
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
813
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
814
  msgid "On Hover"
815
  msgstr "При наведении"
816
 
817
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
818
  msgid ""
819
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
820
  "empty for default. You can get the hex code of the required color from <a "
825
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
826
  "\">здесь</a>"
827
 
828
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
829
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
830
  #: ../inc/widget.php:460 ../inc/widget.php:772
831
  msgid "Background Color"
832
  msgstr "Цвет фона"
833
 
834
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
835
  msgid ""
836
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
837
  "\"transparent\" for transparent background. Leave empty for default. You can "
843
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
844
  "\">здесь</a>"
845
 
846
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
847
  msgid "Border"
848
  msgstr "Рамка"
849
 
850
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
851
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
852
  msgid "Border Width"
853
  msgstr "Ширина рамки"
854
 
855
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
856
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
857
  msgid "Border Color"
858
  msgstr "Цвет рамки"
859
 
860
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
861
  msgid "Icon border"
862
  msgstr "Иконка рамки"
863
 
864
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
865
  msgid "Counter Position"
866
  msgstr "Позиция счетчика"
867
 
868
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
869
  msgid "(applies, if counter enabled)"
870
  msgstr "(применяется, если счетчик включен)"
871
 
872
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
873
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
874
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
875
  #: ../inc/widget.php:446 ../inc/widget.php:758
876
  msgid "Left"
877
  msgstr "Слева"
878
 
879
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
880
  msgid "Top"
881
  msgstr "Сверху"
882
 
883
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
884
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
885
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
886
  #: ../inc/widget.php:447 ../inc/widget.php:759
887
  msgid "Right"
888
  msgstr "Справа"
889
 
890
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
891
  msgid "Bottom"
892
  msgstr "Снизу"
893
 
894
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
895
  msgid "Inner Left"
896
  msgstr "Отступ слева"
897
 
898
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
899
  msgid "Inner Top"
900
  msgstr "Верхний отступ"
901
 
902
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
903
  msgid "Inner Right"
904
  msgstr "Внутренний отступ справа"
905
 
906
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
907
  msgid "Inner Bottom"
908
  msgstr "Нижний отступ"
909
 
910
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
911
  msgid "Position of share counter"
912
  msgstr "Положение счетчика Поделиться"
913
 
914
+ #: ../admin/social_sharing.php:377
915
  msgid "Floating interface theme"
916
  msgstr "Плавающий интерфейс Поделиться"
917
 
918
+ #: ../admin/social_sharing.php:690
919
  msgid "Standard Sharing Interface Options"
920
  msgstr "Стандартные параметры интерфейса"
921
 
922
+ #: ../admin/social_sharing.php:696
923
  msgid "Enable Standard sharing interface"
924
  msgstr "Включить стандартный интерфейс Поделиться"
925
 
926
+ #: ../admin/social_sharing.php:706
927
  msgid "Master control to enable standard sharing"
928
  msgstr "Мастер настройки включения стандартных опций Поделиться"
929
 
930
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
931
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
932
  msgid "Target Url"
933
  msgstr "Целевой URL:"
934
 
935
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
936
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
937
  msgid "Url of the webpage where icons are located (default)"
938
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
939
 
940
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
941
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
942
  msgid "Url of the homepage of your website"
943
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
944
 
945
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
946
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
947
  msgid "Custom url"
948
  msgstr "Пользовательская ссылка"
949
 
950
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
951
  msgid "Url to share"
952
  msgstr "Ссылка чтобы Поделиться"
953
 
954
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
955
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
956
+ #: ../inc/widget.php:945
957
  msgid "Title"
958
  msgstr "Заголовок"
959
 
960
+ #: ../admin/social_sharing.php:749
961
  msgid "The text to display above the sharing interface"
962
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
963
 
964
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
965
  msgid "Instagram username"
966
  msgstr "Введите имя пользователя Instagram."
967
 
968
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
969
  msgid ""
970
  "Username of the Instagram account you want to redirect users to, on clicking "
971
  "the icon"
973
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
974
  "перенаправить пользователей, по нажатию на иконку"
975
 
976
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
977
  #, fuzzy
978
  msgid "HTML ID of container element of comment form"
979
  msgstr "HTML-идентификатор форма комментария контейнер"
980
 
981
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
982
  msgid ""
983
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
984
  "icon."
985
  msgstr ""
986
 
987
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
988
  msgid "Rearrange icons"
989
  msgstr "Переставить иконы"
990
 
991
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
992
  msgid "Drag the icons to rearrange in desired order"
993
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
994
 
995
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
996
  msgid "Select Sharing Services"
997
  msgstr "Выберите сервисы Поделиться"
998
 
999
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
1000
  msgid "Select sharing services to show in social share bar"
1001
  msgstr "Выберите сервисы для показа в панели шейринга"
1002
 
1003
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
1004
  msgid "Search social network"
1005
  msgstr ""
1006
 
1007
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
1008
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1009
  msgid "Horizontal alignment"
1010
  msgstr "Горизонтальное выравнивание"
1011
 
1012
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
1013
  msgid "Center"
1014
  msgstr "Центр"
1015
 
1016
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1017
  msgid "Horizontal alignment of the sharing interface"
1018
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
1019
 
1020
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1021
  msgid "Position with respect to content"
1022
  msgstr "Позиция относительно контента"
1023
 
1024
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1025
  msgid "Top of the content"
1026
  msgstr "Над содержимым"
1027
 
1028
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1029
  msgid "Bottom of the content"
1030
  msgstr "Под содержимым"
1031
 
1032
+ #: ../admin/social_sharing.php:966
1033
  msgid "Specify position of the sharing interface with respect to the content"
1034
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
1035
 
1036
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1037
  msgid "Placement"
1038
  msgstr "Размещение"
1039
 
1040
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1041
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1042
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1043
  msgid "Homepage"
1044
  msgstr "Главная"
1045
 
1046
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1047
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1048
  msgid "Posts"
1049
  msgstr "Записи"
1050
 
1051
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1052
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1053
  msgid "Pages"
1054
  msgstr "Страницы"
1055
 
1056
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1057
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1058
  msgid "Excerpts and Posts page"
1059
  msgstr "Страницы анонсов и страниц"
1060
 
1061
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1062
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1063
  msgid "Category Archives"
1064
  msgstr "Архивы категорий"
1065
 
1066
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1067
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1068
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1069
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1070
 
1071
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1072
  msgid "BuddyPress activity"
1073
  msgstr "BuddyPress активность"
1074
 
1075
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1076
  msgid "BuddyPress group (only at top of content)"
1077
  msgstr "BuddyPress группы (только в верхней части контента)"
1078
 
1079
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1080
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1081
  msgid "BBPress forum"
1082
  msgstr "BBPress форум"
1083
 
1084
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1085
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1086
  msgid "BBPress topic"
1087
  msgstr "BBPress тема"
1088
 
1089
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1090
  msgid "BBPress reply"
1091
  msgstr "BBPress ответ"
1092
 
1093
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1094
  msgid "After individual product at WooCommerce Shop page"
1095
  msgstr "После индивидуального продукта на странице магазина"
1096
 
1097
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1098
  msgid "WooCommerce Product Page"
1099
  msgstr "Продукт Woocommerce"
1100
 
1101
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1102
  msgid "WooCommerce Thankyou Page"
1103
  msgstr "WooCommerce страница благодарности"
1104
 
1105
+ #: ../admin/social_sharing.php:1042
1106
  msgid "Specify the pages where you want to enable Sharing interface"
1107
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1108
 
1109
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1110
  msgid "Show share counts"
1111
  msgstr "Показать счетчик кнопок Поделиться"
1112
 
1113
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1114
  #, fuzzy
1115
  msgid ""
1116
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1119
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1120
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1121
 
1122
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1123
  #, php-format
1124
  msgid ""
1125
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1128
  "their website."
1129
  msgstr ""
1130
 
1131
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1132
  msgid "If enabled, share counts are displayed above sharing icons."
1133
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1134
 
1135
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1136
  msgid "Show total shares"
1137
  msgstr "Включить общее количество Поделиться"
1138
 
1139
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1140
  msgid "If enabled, total shares will be displayed with sharing icons"
1141
  msgstr ""
1142
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1143
  "Поделиться"
1144
 
1145
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1146
  msgid "Enable 'More' icon"
1147
  msgstr "Включить значок «Больше»"
1148
 
1149
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1150
  msgid ""
1151
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1152
  "which shows additional sharing networks in popup"
1154
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1155
  "показывает дополнительные сервисы в всплывающем окне"
1156
 
1157
+ #: ../admin/social_sharing.php:1118
1158
  msgid "Floating Sharing Interface Options"
1159
  msgstr "Параметры плавающих кнопок Поделиться"
1160
 
1161
+ #: ../admin/social_sharing.php:1124
1162
  msgid "Enable Floating sharing interface"
1163
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1164
 
1165
+ #: ../admin/social_sharing.php:1134
1166
  msgid "Master control to enable floating sharing widget"
1167
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1168
 
1169
+ #: ../admin/social_sharing.php:1328
1170
  msgid ""
1171
  "Specify the color or hex code (example #cc78e0) for the background of "
1172
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1178
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1179
  "com/\" target=\"_blank\">здесь</a>"
1180
 
1181
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1182
  msgid "Left offset"
1183
  msgstr "Смещение влево"
1184
 
1185
+ #: ../admin/social_sharing.php:1368
1186
  msgid ""
1187
  "Specify a number. Increase in number will shift sharing interface towards "
1188
  "right and decrease will shift it towards left. Number can be negative too."
1191
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1192
  "может быть отрицательным."
1193
 
1194
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1195
  msgid "Right offset"
1196
  msgstr "Смещение вправо"
1197
 
1198
+ #: ../admin/social_sharing.php:1388
1199
  msgid ""
1200
  "Specify a number. Increase in number will shift sharing interface towards "
1201
  "left and decrease will shift it towards right. Number can be negative too."
1204
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1205
  "может быть отрицательным."
1206
 
1207
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1208
  msgid "Top offset"
1209
  msgstr "Верхний отступ"
1210
 
1211
+ #: ../admin/social_sharing.php:1407
1212
  msgid ""
1213
  "Specify a number. Increase in number will shift sharing interface towards "
1214
  "bottom and decrease will shift it towards top."
1216
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1217
  "отношению к низу и уменьшать по отношению к верху. "
1218
 
1219
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1220
  msgid "BuddyPress group"
1221
  msgstr "BuddyPress группа"
1222
 
1223
+ #: ../admin/social_sharing.php:1464
1224
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1225
  msgstr ""
1226
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1227
 
1228
+ #: ../admin/social_sharing.php:1531
1229
  #, fuzzy
1230
  msgid "Hide floating slider"
1231
  msgstr "Скрыть для зарегистрированных пользователей"
1232
 
1233
+ #: ../admin/social_sharing.php:1541
1234
  #, fuzzy
1235
  msgid "Hides the slider arrow present below the floating share bar"
1236
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1237
 
1238
+ #: ../admin/social_sharing.php:1549
1239
  msgid "Vertical floating bar responsiveness"
1240
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1241
 
1242
+ #: ../admin/social_sharing.php:1552
1243
  #, php-format
1244
  msgid "Display vertical interface only when screen is wider than %s pixels"
1245
  msgstr ""
1246
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1247
  "пикселей."
1248
 
1249
+ #: ../admin/social_sharing.php:1559
1250
  msgid ""
1251
  "Display vertical interface only when screen is wider than the width "
1252
  "specified."
1254
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1255
  "ширина по умолчанию."
1256
 
1257
+ #: ../admin/social_sharing.php:1567
1258
  msgid "Horizontal floating bar responsiveness"
1259
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1260
 
1261
+ #: ../admin/social_sharing.php:1570
1262
  #, php-format
1263
  msgid ""
1264
  "Stick vertical floating interface horizontally at bottom only when screen is "
1267
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1268
  "уже чем %s пикселей"
1269
 
1270
+ #: ../admin/social_sharing.php:1577
1271
  msgid ""
1272
  "Stick vertical floating interface horizontally at bottom only when screen is "
1273
  "narrower than the width specified"
1275
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1276
  "уже чем указанная ширина"
1277
 
1278
+ #: ../admin/social_sharing.php:1587
1279
  msgid "Horizontal floating bar position"
1280
  msgstr "Расположение горизонтальной плавающей панели"
1281
 
1282
+ #: ../admin/social_sharing.php:1590
1283
  #, php-format
1284
  msgid "%s pixels from %s"
1285
  msgstr "%s пикселей от %s"
1286
 
1287
+ #: ../admin/social_sharing.php:1591
1288
  msgid "Auto-adjust according to screen width (responsive)"
1289
  msgstr ""
1290
 
1291
+ #: ../admin/social_sharing.php:1598
1292
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1293
  msgstr ""
1294
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1295
  "отрицательным."
1296
 
1297
+ #: ../admin/social_sharing.php:1618
1298
+ #, fuzzy
1299
+ msgid "Facebook Share Count"
1300
+ msgstr "Устранение неисправностей Поделиться от Facebook"
1301
+
1302
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1303
+ msgid "Facebook App ID"
1304
+ msgstr "Facebook App ID"
1305
+
1306
+ #: ../admin/social_sharing.php:1634
1307
+ #, fuzzy, php-format
1308
+ msgid ""
1309
+ "Required for Facebook share count to work. Please follow the documentation "
1310
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1311
+ msgstr ""
1312
+ "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1313
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1314
+
1315
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1316
+ #, fuzzy
1317
+ msgid "Facebook App Secret"
1318
+ msgstr "Facebook App ID"
1319
+
1320
+ #: ../admin/social_sharing.php:1652
1321
+ #, fuzzy, php-format
1322
+ msgid ""
1323
+ "Required for Facebook share count to work. Please follow the documentation "
1324
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1325
+ msgstr ""
1326
+ "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1327
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1328
+
1329
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1330
  msgid "Url shortener"
1331
  msgstr "Укорачивание URL"
1332
 
1333
+ #: ../admin/social_sharing.php:1667
1334
  msgid "Use shortlinks already installed"
1335
  msgstr "Использование коротких ссылок уже установлено"
1336
 
1337
+ #: ../admin/social_sharing.php:1677
1338
  msgid "Uses default short url permalinks without using any additional plugin"
1339
  msgstr ""
1340
  "Использует по умолчанию постоянные короткие url без использования каких-"
1341
  "либо дополнительных плагинов"
1342
 
1343
+ #: ../admin/social_sharing.php:1685
1344
  msgid "Enable bit.ly url shortener for sharing"
1345
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1346
 
1347
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1348
  msgid "Master control to enable bit.ly url shortening for sharing"
1349
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1350
 
1351
+ #: ../admin/social_sharing.php:1703
1352
  msgid "bit.ly Login"
1353
  msgstr "bit.ly логин"
1354
 
1355
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1356
  #, fuzzy, php-format
1357
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1358
  msgstr ""
1360
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1361
  "Twitter."
1362
 
1363
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1364
  msgid "bit.ly API Key"
1365
  msgstr "bit.ly ключ приложения"
1366
 
1367
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1368
  msgid "Clear Bitly Cache"
1369
  msgstr "Очистить Bitly кэш"
1370
 
1371
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1372
  msgid "ShortUrl cache cleared successfully."
1373
  msgstr "ShortUrl кэш успешно очищен."
1374
 
1375
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1376
  msgid ""
1377
  "Use this to delete short urls saved in database. Handy, if urls of your "
1378
  "website have been changed but short urls are still being generated for old "
1382
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1383
  "адреса по-прежнему создаются для старых URL-адресов."
1384
 
1385
+ #: ../admin/social_sharing.php:1761
1386
  msgid "Share Count Cache"
1387
  msgstr "Кэш счетчиков поделиться"
1388
 
1389
+ #: ../admin/social_sharing.php:1767
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr "Обновить кэш счетчиков Поделиться"
1392
 
1393
+ #: ../admin/social_sharing.php:1772
1394
  msgid "Second(s)"
1395
  msgstr "Секунд"
1396
 
1397
+ #: ../admin/social_sharing.php:1773
1398
  msgid "Minute(s)"
1399
  msgstr "Минут"
1400
 
1401
+ #: ../admin/social_sharing.php:1774
1402
  msgid "Hour(s)"
1403
  msgstr "Часов"
1404
 
1405
+ #: ../admin/social_sharing.php:1775
1406
  msgid "Day(s)"
1407
  msgstr "Дней"
1408
 
1409
+ #: ../admin/social_sharing.php:1783
1410
  #, fuzzy, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
1416
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1417
  "включенными счетчиками Поделиться"
1418
 
1419
+ #: ../admin/social_sharing.php:1791
1420
  msgid "Clear Share Counts Cache"
1421
  msgstr "Очистить кэш счетчиков Поделиться"
1422
 
1423
+ #: ../admin/social_sharing.php:1795
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "Share Counts кэш успешно очищен."
1426
 
1427
+ #: ../admin/social_sharing.php:1802
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1430
 
1431
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Язык"
1436
 
1437
+ #: ../admin/social_sharing.php:1827
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
1445
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1446
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1447
 
1448
+ #: ../admin/social_sharing.php:1836
1449
  msgid "Username in sharing"
1450
  msgstr "Имя пользователя чтобы поделиться"
1451
 
1452
+ #: ../admin/social_sharing.php:1842
1453
  msgid "Twitter username (without @)"
1454
  msgstr "Twitter имя пользователя (без @)"
1455
 
1456
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1457
  msgid ""
1458
  "Provided username will be appended after the content being shared as \"via "
1459
  "@USERNAME\". Leave empty if you do not want any username in the content "
1462
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1463
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1464
 
1465
+ #: ../admin/social_sharing.php:1861
1466
  msgid "Buffer username (without @)"
1467
  msgstr "Имя пользователя в Twitter (без @)"
1468
 
1469
+ #: ../admin/social_sharing.php:1880
1470
  msgid "AMP"
1471
  msgstr "AMP"
1472
 
1473
+ #: ../admin/social_sharing.php:1886
1474
  msgid "Enable sharing on AMP pages"
1475
  msgstr "Разрешить общий доступ на страницах AMP"
1476
 
1477
+ #: ../admin/social_sharing.php:1896
1478
  msgid "Enable this option to render sharing icons on AMP pages"
1479
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1480
 
1481
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1482
  msgid "myCRED"
1483
  msgstr ""
1484
 
1485
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1486
  msgid "Append myCRED referral ID to the urls being shared"
1487
  msgstr ""
1488
 
1489
+ #: ../admin/social_sharing.php:1954
1490
  msgid "Facebook Sharing Troubleshooter"
1491
  msgstr "Устранение неисправностей Поделиться от Facebook"
1492
 
1493
+ #: ../admin/social_sharing.php:1959
1494
  msgid ""
1495
  "If Facebook sharing is not working fine, click at the following link and "
1496
  "enter the problematic url (where Facebook sharing is not working properly) "
1502
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1503
  "\"Получение информации о новой поломке\" ."
1504
 
1505
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1506
  #: ../admin/social_login.php:1241
1507
  msgid ""
1508
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1509
  "an online website for the plugin to function properly."
1510
  msgstr ""
1511
 
1512
+ #: ../admin/social_sharing.php:1977
1513
  msgid ""
1514
  "Why is sharer not showing the correct image, title and other meta tags "
1515
  "content?"
1517
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1518
  "мета данные контента? "
1519
 
1520
+ #: ../admin/social_sharing.php:1978
1521
+ #, fuzzy
1522
+ msgid "Why is Facebook share count not working?"
1523
+ msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1524
+
1525
+ #: ../admin/social_sharing.php:1981
1526
  msgid "Why is Instagram icon redirecting to Instagram website?"
1527
  msgstr ""
1528
 
1529
+ #: ../admin/social_sharing.php:1982
1530
  msgid ""
1531
  "Instagram icon is there to send website visitors to the Instagram page of "
1532
  "your choice. You can save the desired Instagram handle in \"Instagram "
1534
  "sections."
1535
  msgstr ""
1536
 
1537
+ #: ../admin/social_sharing.php:1985
1538
  #, fuzzy
1539
  msgid "How to customize the url being shared?"
1540
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1541
 
1542
+ #: ../admin/social_sharing.php:1986
1543
  msgid ""
1544
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1545
  msgstr ""
1546
 
1547
+ #: ../admin/social_sharing.php:1987
1548
  msgid ""
1549
  "It takes some time for their service to track the shares made on Twitter "
1550
  "from your website. If you still feel it's taking too long you can contact "
1551
  "their support directly from their website."
1552
  msgstr ""
1553
 
1554
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1555
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/social_sharing.php:1990
1559
  msgid ""
1560
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1561
  msgstr ""
1562
 
1563
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1564
  #: ../admin/social_login.php:1248
1565
  msgid "Why is my browser blocking some features of the plugin?"
1566
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1567
 
1568
+ #: ../admin/social_sharing.php:1992
1569
  #, fuzzy
1570
  msgid "Why the color of share icons is not being updated?"
1571
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1572
 
1573
+ #: ../admin/social_sharing.php:1993
1574
  msgid "Why Facebook share counts are not appearing?"
1575
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1576
 
1577
+ #: ../admin/social_sharing.php:1994
1578
  msgid ""
1579
  "How can I show share counts of my website rather than of individual pages/"
1580
  "posts?"
1582
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1583
  "постах?"
1584
 
1585
+ #: ../admin/social_sharing.php:1995
1586
  msgid "How can I disable sharing on particular page/post?"
1587
  msgstr ""
1588
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1589
 
1590
+ #: ../admin/social_sharing.php:1996
1591
  msgid "How can I specify minimum sharing count for sharing networks?"
1592
  msgstr "Как мне указать минимальное количество для Поделиться"
1593
 
1594
+ #: ../admin/social_sharing.php:1997
1595
  msgid "How to share specific page?"
1596
  msgstr "Как поделиться определенной страницей?"
1597
 
1598
+ #: ../admin/social_sharing.php:1998
1599
  msgid "How to integrate Google Analytics with sharing?"
1600
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1601
 
1602
+ #: ../admin/social_sharing.php:1999
1603
  msgid "How to customize the look of total share counts?"
1604
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1605
 
1606
+ #: ../admin/social_sharing.php:2000
1607
  msgid "How to customize the look of individual share counts?"
1608
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1609
 
1610
+ #: ../admin/social_sharing.php:2001
1611
  msgid "How to show Whatsapp icon only on mobile devices?"
1612
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1613
 
1614
+ #: ../admin/social_sharing.php:2002
1615
  msgid "How to hide arrow after floating sharing bar?"
1616
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1617
 
1618
+ #: ../admin/social_sharing.php:2003
1619
  #, fuzzy
1620
  msgid "Why is share count not getting updated?"
1621
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1622
 
1623
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1624
  msgid "Why is there so much space between like buttons?"
1625
  msgstr "Почему существует так много места между кнопками?"
1626
 
1627
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1628
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1629
  msgstr ""
1630
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
2975
  msgstr "Название (после логина):"
2976
 
2977
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2978
+ #: ../inc/widget.php:943
2979
  msgid "Before widget content:"
2980
  msgstr "Перед содержимым виджета"
2981
 
2982
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2983
+ #: ../inc/widget.php:1020
2984
  msgid "After widget content:"
2985
  msgstr "После содержимого виджета"
2986
 
3105
  msgid "These icons link to your Social Media accounts"
3106
  msgstr "Вход через соцсети"
3107
 
3108
+ #: ../inc/widget.php:947
3109
  #, fuzzy
3110
  msgid "Size of icons"
3111
  msgstr "Размер кнопок Поделиться"
3112
 
3113
+ #: ../inc/widget.php:949
3114
  #, fuzzy
3115
  msgid "Icon Shape"
3116
  msgstr "Форма"
3117
 
3118
+ #: ../inc/widget.php:954
3119
  #, fuzzy
3120
  msgid "Facebook URL:"
3121
  msgstr "Facebook App ID"
3122
 
3123
+ #: ../inc/widget.php:957
3124
  #, fuzzy
3125
  msgid "Twitter URL:"
3126
  msgstr "Twitter"
3127
 
3128
+ #: ../inc/widget.php:960
3129
  #, fuzzy
3130
  msgid "Instagram URL:"
3131
  msgstr "Instagram"
3132
 
3133
+ #: ../inc/widget.php:963
3134
  msgid "Pinterest URL:"
3135
  msgstr ""
3136
 
3137
+ #: ../inc/widget.php:966
3138
  msgid "Behance URL:"
3139
  msgstr ""
3140
 
3141
+ #: ../inc/widget.php:969
3142
  msgid "Flickr URL:"
3143
  msgstr ""
3144
 
3145
+ #: ../inc/widget.php:972
3146
  msgid "Foursquare URL:"
3147
  msgstr ""
3148
 
3149
+ #: ../inc/widget.php:975
3150
  msgid "Github URL:"
3151
  msgstr ""
3152
 
3153
+ #: ../inc/widget.php:978
3154
  #, fuzzy
3155
  msgid "LinkedIn URL:"
3156
  msgstr "LinkedIn"
3157
 
3158
+ #: ../inc/widget.php:981
3159
  #, fuzzy
3160
  msgid "LinkedIn Company URL:"
3161
  msgstr "LinkedIn"
3162
 
3163
+ #: ../inc/widget.php:984
3164
  msgid "Medium URL:"
3165
  msgstr ""
3166
 
3167
+ #: ../inc/widget.php:987
3168
  msgid "MeWe URL:"
3169
  msgstr ""
3170
 
3171
+ #: ../inc/widget.php:990
3172
  msgid "Odnoklassniki URL:"
3173
  msgstr ""
3174
 
3175
+ #: ../inc/widget.php:993
3176
  msgid "Snapchat URL:"
3177
  msgstr ""
3178
 
3179
+ #: ../inc/widget.php:996
3180
+ #, fuzzy
3181
+ msgid "Telegram URL:"
3182
+ msgstr "Instagram"
3183
+
3184
+ #: ../inc/widget.php:999
3185
  msgid "Tumblr URL:"
3186
  msgstr ""
3187
 
3188
+ #: ../inc/widget.php:1002
3189
  msgid "Vimeo URL:"
3190
  msgstr ""
3191
 
3192
+ #: ../inc/widget.php:1005
3193
  #, fuzzy
3194
  msgid "Vkontakte URL:"
3195
  msgstr "Вконтакте"
3196
 
3197
+ #: ../inc/widget.php:1008
3198
  #, fuzzy
3199
  msgid "Xing URL:"
3200
  msgstr "LinkedIn"
3201
 
3202
+ #: ../inc/widget.php:1011
3203
  msgid "Youtube URL:"
3204
  msgstr ""
3205
 
3206
+ #: ../inc/widget.php:1014
3207
  msgid "Youtube Channel URL:"
3208
  msgstr ""
3209
 
3210
+ #: ../inc/widget.php:1017
3211
  msgid "RSS Feed URL:"
3212
  msgstr ""
3213
 
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:54+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:54+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -317,10 +317,12 @@ msgid "Dismiss"
317
  msgstr ""
318
 
319
  #: ../super_socializer.php:2013
 
320
  msgid ""
321
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
322
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
323
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
324
  msgstr ""
325
 
326
  #: ../super_socializer.php:2039
@@ -343,7 +345,7 @@ msgstr ""
343
  msgid "Settings saved"
344
  msgstr "Налаштування збережені"
345
 
346
- #: ../helper.php:8
347
  msgid "Dismiss this notice"
348
  msgstr "Закрити це повідомлення"
349
 
@@ -432,7 +434,7 @@ msgid "Large Avatar"
432
  msgstr "Великий аватар"
433
 
434
  #: ../helper.php:913 ../admin/general_options.php:132
435
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
436
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
437
  msgid "Save Changes"
438
  msgstr "Зберегти налаштування"
@@ -455,7 +457,7 @@ msgid "Something bad happened"
455
  msgstr ""
456
 
457
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
458
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
459
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
460
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
461
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -539,14 +541,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
539
  msgstr ""
540
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
541
 
542
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
543
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
544
  #: ../admin/like_buttons.php:836
545
  #, fuzzy
546
  msgid "Instagram Shoutout"
547
  msgstr "Instagram"
548
 
549
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
550
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
551
  #: ../admin/like_buttons.php:838
552
  msgid ""
@@ -555,7 +557,7 @@ msgid ""
555
  "hashtags and people to mention in the Instagram post."
556
  msgstr ""
557
 
558
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
559
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
560
  #: ../admin/like_buttons.php:839
561
  msgid ""
@@ -566,7 +568,7 @@ msgid ""
566
  "time."
567
  msgstr ""
568
 
569
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
570
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
571
  #: ../admin/like_buttons.php:840
572
  msgid ""
@@ -678,54 +680,60 @@ msgstr "Майстер налаштування включення кнопок
678
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
679
  msgstr ""
680
 
681
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
682
  msgid "Theme Selection"
683
  msgstr "Вибір теми"
684
 
685
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
686
  msgid "Standard Interface"
687
  msgstr "Стандартний інтерфейс"
688
 
689
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
690
  msgid "Floating Interface"
691
  msgstr "Плаваючий інтерфейс"
692
 
693
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
694
  msgid "Miscellaneous"
695
  msgstr "Різне"
696
 
697
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
698
  #, fuzzy
699
  msgid "3rd Party Integration"
700
  msgstr "XProfile інтеграція"
701
 
702
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
703
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
704
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
705
  #: ../admin/like_buttons.php:797
706
  msgid "Shortcode & Widget"
707
  msgstr "Шорткод і віджет"
708
 
709
- #: ../admin/social_sharing.php:57
710
  msgid "Troubleshooter"
711
  msgstr "Усунення несправностей"
712
 
713
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
714
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
715
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
716
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
717
  msgid "FAQ"
718
  msgstr "Часті питання (FAQ)"
719
 
720
- #: ../admin/social_sharing.php:66
721
  msgid "Standard interface theme"
722
  msgstr "Стандартний інтерфейс"
723
 
724
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
725
  msgid "Icon Preview"
726
  msgstr "Прев'ю іконок"
727
 
728
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
729
  msgid ""
730
  "Do not forget to save the configuration after making changes by clicking the "
731
  "save button below"
@@ -733,57 +741,57 @@ msgstr ""
733
  "Не забудьте зберегти конфігурацію після внесення змін, натиснувши нижче "
734
  "кнопку зберегти"
735
 
736
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
737
  msgid "Shape"
738
  msgstr "Форма"
739
 
740
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
741
- #: ../inc/widget.php:947
742
  msgid "Round"
743
  msgstr "Кругла"
744
 
745
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
746
- #: ../inc/widget.php:948
747
  msgid "Square"
748
  msgstr "Квадратна"
749
 
750
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
751
  msgid "Rectangle"
752
  msgstr "Прямокутник"
753
 
754
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
755
  msgid "Shape of the sharing icons"
756
  msgstr "Форма кнопок Поділитися"
757
 
758
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
759
  msgid "Size (in pixels)"
760
  msgstr "Розмір (в пікселях)"
761
 
762
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
763
  msgid "Size of the sharing icons"
764
  msgstr "Розмір кнопок Поділитися"
765
 
766
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
767
  msgid "Width (in pixels)"
768
  msgstr "Ширина (в пікселях)"
769
 
770
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
771
  msgid "Width of the sharing icons"
772
  msgstr "Ширина іконок поділитися"
773
 
774
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
775
  msgid "Height (in pixels)"
776
  msgstr "Висота (в пікселях)"
777
 
778
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
779
  msgid "Height of the sharing icons"
780
  msgstr "Висота кнопок Поділитися"
781
 
782
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
783
  msgid "Border radius (in pixels)"
784
  msgstr "Радіус рамки (в пікселях)"
785
 
786
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
787
  msgid ""
788
  "Specify a value for rounded corners. More the value, more rounded will the "
789
  "corners be. Leave empty for sharp corners."
@@ -791,23 +799,23 @@ msgstr ""
791
  "Вкажіть значення для закруглених кутів. Чим більше значення параметра, більш "
792
  "округлими будуть кути. Залиште порожнім для прямих кутів."
793
 
794
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
795
  msgid "Logo Color"
796
  msgstr "Колір логотипу"
797
 
798
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
799
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
800
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
801
  msgid "Default"
802
  msgstr "За замовчуванням"
803
 
804
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
805
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
806
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
807
  msgid "On Hover"
808
  msgstr "При наведенні"
809
 
810
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
811
  msgid ""
812
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
813
  "empty for default. You can get the hex code of the required color from <a "
@@ -818,13 +826,13 @@ msgstr ""
818
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
819
  "\"> тут </a>"
820
 
821
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
822
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
823
  #: ../inc/widget.php:460 ../inc/widget.php:772
824
  msgid "Background Color"
825
  msgstr "Колір фону"
826
 
827
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
828
  msgid ""
829
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
830
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -836,129 +844,129 @@ msgstr ""
836
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
837
  "\"> тут </a>"
838
 
839
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
840
  msgid "Border"
841
  msgstr "Рамка"
842
 
843
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
844
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
845
  msgid "Border Width"
846
  msgstr "Ширина рамки"
847
 
848
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
849
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
850
  msgid "Border Color"
851
  msgstr "Колір рамки"
852
 
853
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
854
  msgid "Icon border"
855
  msgstr "Іконка рамки"
856
 
857
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
858
  msgid "Counter Position"
859
  msgstr "Позиція лічильника"
860
 
861
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
862
  msgid "(applies, if counter enabled)"
863
  msgstr "(застосовується, якщо лічильник включений)"
864
 
865
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
866
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
867
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
868
  #: ../inc/widget.php:446 ../inc/widget.php:758
869
  msgid "Left"
870
  msgstr "Зліва"
871
 
872
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
873
  msgid "Top"
874
  msgstr "Зверху"
875
 
876
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
877
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
878
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
879
  #: ../inc/widget.php:447 ../inc/widget.php:759
880
  msgid "Right"
881
  msgstr "Справа"
882
 
883
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
884
  msgid "Bottom"
885
  msgstr "Знизу"
886
 
887
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
888
  msgid "Inner Left"
889
  msgstr "Лівий відступ"
890
 
891
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
892
  msgid "Inner Top"
893
  msgstr "Верхній відступ"
894
 
895
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
896
  msgid "Inner Right"
897
  msgstr "Внутрішній відступ справа"
898
 
899
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
900
  msgid "Inner Bottom"
901
  msgstr "Нижній відступ"
902
 
903
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
904
  msgid "Position of share counter"
905
  msgstr "Положення лічильника Поділитися"
906
 
907
- #: ../admin/social_sharing.php:373
908
  msgid "Floating interface theme"
909
  msgstr "Плаваючий інтерфейс Поділитися"
910
 
911
- #: ../admin/social_sharing.php:686
912
  msgid "Standard Sharing Interface Options"
913
  msgstr "Стандартні параметри інтерфейсу"
914
 
915
- #: ../admin/social_sharing.php:692
916
  msgid "Enable Standard sharing interface"
917
  msgstr "Включити стандартний інтерфейс Поділитися"
918
 
919
- #: ../admin/social_sharing.php:702
920
  msgid "Master control to enable standard sharing"
921
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
922
 
923
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
924
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
925
  msgid "Target Url"
926
  msgstr "Цільова URL-адреса"
927
 
928
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
929
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
930
  msgid "Url of the webpage where icons are located (default)"
931
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
932
 
933
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
934
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
935
  msgid "Url of the homepage of your website"
936
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
937
 
938
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
939
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
940
  msgid "Custom url"
941
  msgstr "Користувальницьке посилання"
942
 
943
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
944
  msgid "Url to share"
945
  msgstr "Посилання щоб Поділитися"
946
 
947
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
948
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
949
- #: ../inc/widget.php:941
950
  msgid "Title"
951
  msgstr "Заголовок"
952
 
953
- #: ../admin/social_sharing.php:745
954
  msgid "The text to display above the sharing interface"
955
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
956
 
957
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
958
  msgid "Instagram username"
959
  msgstr "Введіть ім'я користувача Instagram."
960
 
961
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
962
  msgid ""
963
  "Username of the Instagram account you want to redirect users to, on clicking "
964
  "the icon"
@@ -966,144 +974,144 @@ msgstr ""
966
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
967
  "користувачів, якщо натиснути на іконку"
968
 
969
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
970
  #, fuzzy
971
  msgid "HTML ID of container element of comment form"
972
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
973
 
974
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
975
  msgid ""
976
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
977
  "icon."
978
  msgstr ""
979
 
980
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
981
  msgid "Rearrange icons"
982
  msgstr "Змінити порядок іконок"
983
 
984
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
985
  msgid "Drag the icons to rearrange in desired order"
986
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
987
 
988
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
989
  msgid "Select Sharing Services"
990
  msgstr "Виберіть сервіси Поділитися"
991
 
992
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
993
  msgid "Select sharing services to show in social share bar"
994
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
995
 
996
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
997
  msgid "Search social network"
998
  msgstr ""
999
 
1000
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
1001
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1002
  msgid "Horizontal alignment"
1003
  msgstr "Горизонтальне вирівнювання"
1004
 
1005
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
1006
  msgid "Center"
1007
  msgstr "Центр"
1008
 
1009
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
1010
  msgid "Horizontal alignment of the sharing interface"
1011
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
1012
 
1013
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
1014
  msgid "Position with respect to content"
1015
  msgstr "Позиція щодо контенту"
1016
 
1017
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
1018
  msgid "Top of the content"
1019
  msgstr "Над вмістом"
1020
 
1021
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
1022
  msgid "Bottom of the content"
1023
  msgstr "Під вмістом"
1024
 
1025
- #: ../admin/social_sharing.php:962
1026
  msgid "Specify position of the sharing interface with respect to the content"
1027
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
1028
 
1029
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
1030
  msgid "Placement"
1031
  msgstr "Розміщення"
1032
 
1033
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
1034
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1035
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1036
  msgid "Homepage"
1037
  msgstr "Головна"
1038
 
1039
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
1040
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1041
  msgid "Posts"
1042
  msgstr "Записи"
1043
 
1044
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
1045
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1046
  msgid "Pages"
1047
  msgstr "Сторінки"
1048
 
1049
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
1050
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1051
  msgid "Excerpts and Posts page"
1052
  msgstr "Сторінки анонсів і постів"
1053
 
1054
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
1055
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1056
  msgid "Category Archives"
1057
  msgstr "Архіви категорій"
1058
 
1059
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
1060
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1061
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1062
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1063
 
1064
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
1065
  msgid "BuddyPress activity"
1066
  msgstr "BuddyPress активність"
1067
 
1068
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
1069
  msgid "BuddyPress group (only at top of content)"
1070
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1071
 
1072
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1073
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1074
  msgid "BBPress forum"
1075
  msgstr "BBPress форум"
1076
 
1077
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1078
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1079
  msgid "BBPress topic"
1080
  msgstr "BBPress тема"
1081
 
1082
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1083
  msgid "BBPress reply"
1084
  msgstr "BBPress відповідь"
1085
 
1086
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1087
  msgid "After individual product at WooCommerce Shop page"
1088
  msgstr "Після індивідуального продукту на сторінці магазину"
1089
 
1090
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1091
  msgid "WooCommerce Product Page"
1092
  msgstr "Продукт Woocommerce"
1093
 
1094
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1095
  msgid "WooCommerce Thankyou Page"
1096
  msgstr "WooCommerce сторінка подяки"
1097
 
1098
- #: ../admin/social_sharing.php:1038
1099
  msgid "Specify the pages where you want to enable Sharing interface"
1100
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1101
 
1102
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1103
  msgid "Show share counts"
1104
  msgstr "Показати лічильники кнопки Поділитися"
1105
 
1106
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1107
  #, fuzzy
1108
  msgid ""
1109
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1112,7 +1120,7 @@ msgstr ""
1112
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1113
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1114
 
1115
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1116
  #, php-format
1117
  msgid ""
1118
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1121,54 +1129,25 @@ msgid ""
1121
  "their website."
1122
  msgstr ""
1123
 
1124
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1125
  msgid "If enabled, share counts are displayed above sharing icons."
1126
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1127
 
1128
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1129
  msgid "Show total shares"
1130
  msgstr "Включити загальну кількість Поділитися"
1131
 
1132
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1133
  msgid "If enabled, total shares will be displayed with sharing icons"
1134
  msgstr ""
1135
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1136
  "кнопками Поділитися"
1137
 
1138
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1139
- #: ../admin/social_login.php:161
1140
- msgid "Facebook App ID"
1141
- msgstr "Facebook App ID"
1142
-
1143
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1144
- #, fuzzy, php-format
1145
- msgid ""
1146
- "Required for Facebook share count to work. Please follow the documentation "
1147
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1148
- msgstr ""
1149
- "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1150
- "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1151
-
1152
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1153
- #: ../admin/social_login.php:183
1154
- #, fuzzy
1155
- msgid "Facebook App Secret"
1156
- msgstr "Facebook App ID"
1157
-
1158
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1159
- #, fuzzy, php-format
1160
- msgid ""
1161
- "Required for Facebook share count to work. Please follow the documentation "
1162
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1163
- msgstr ""
1164
- "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1165
- "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1166
-
1167
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1168
  msgid "Enable 'More' icon"
1169
  msgstr "Включити значок «Більше»"
1170
 
1171
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1172
  msgid ""
1173
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1174
  "which shows additional sharing networks in popup"
@@ -1176,19 +1155,19 @@ msgstr ""
1176
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1177
  "показує додаткові сервіси в спливаючому вікні"
1178
 
1179
- #: ../admin/social_sharing.php:1167
1180
  msgid "Floating Sharing Interface Options"
1181
  msgstr "Параметри плаваючих кнопок Поділитися"
1182
 
1183
- #: ../admin/social_sharing.php:1173
1184
  msgid "Enable Floating sharing interface"
1185
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1186
 
1187
- #: ../admin/social_sharing.php:1183
1188
  msgid "Master control to enable floating sharing widget"
1189
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1190
 
1191
- #: ../admin/social_sharing.php:1377
1192
  msgid ""
1193
  "Specify the color or hex code (example #cc78e0) for the background of "
1194
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1200,11 +1179,11 @@ msgstr ""
1200
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1201
  "target=\"_blank\"> тут </a>"
1202
 
1203
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1204
  msgid "Left offset"
1205
  msgstr "Зміщення вліво"
1206
 
1207
- #: ../admin/social_sharing.php:1417
1208
  msgid ""
1209
  "Specify a number. Increase in number will shift sharing interface towards "
1210
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1213,11 +1192,11 @@ msgstr ""
1213
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1214
  "негативним."
1215
 
1216
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1217
  msgid "Right offset"
1218
  msgstr "Зміщення вправо"
1219
 
1220
- #: ../admin/social_sharing.php:1437
1221
  msgid ""
1222
  "Specify a number. Increase in number will shift sharing interface towards "
1223
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1226,11 +1205,11 @@ msgstr ""
1226
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1227
  "негативним."
1228
 
1229
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1230
  msgid "Top offset"
1231
  msgstr "Верхній відступ"
1232
 
1233
- #: ../admin/social_sharing.php:1456
1234
  msgid ""
1235
  "Specify a number. Increase in number will shift sharing interface towards "
1236
  "bottom and decrease will shift it towards top."
@@ -1238,37 +1217,37 @@ msgstr ""
1238
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1239
  "низу і зменшувати по відношенню до верху."
1240
 
1241
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1242
  msgid "BuddyPress group"
1243
  msgstr "BuddyPress Група"
1244
 
1245
- #: ../admin/social_sharing.php:1513
1246
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1247
  msgstr ""
1248
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1249
 
1250
- #: ../admin/social_sharing.php:1618
1251
  #, fuzzy
1252
  msgid "Hide floating slider"
1253
  msgstr "Закрити для зареєстрованих користувачів"
1254
 
1255
- #: ../admin/social_sharing.php:1628
1256
  #, fuzzy
1257
  msgid "Hides the slider arrow present below the floating share bar"
1258
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1259
 
1260
- #: ../admin/social_sharing.php:1636
1261
  msgid "Vertical floating bar responsiveness"
1262
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1263
 
1264
- #: ../admin/social_sharing.php:1639
1265
  #, php-format
1266
  msgid "Display vertical interface only when screen is wider than %s pixels"
1267
  msgstr ""
1268
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1269
  "пікселів."
1270
 
1271
- #: ../admin/social_sharing.php:1646
1272
  msgid ""
1273
  "Display vertical interface only when screen is wider than the width "
1274
  "specified."
@@ -1276,11 +1255,11 @@ msgstr ""
1276
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1277
  "ширина за замовчуванням."
1278
 
1279
- #: ../admin/social_sharing.php:1654
1280
  msgid "Horizontal floating bar responsiveness"
1281
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1282
 
1283
- #: ../admin/social_sharing.php:1657
1284
  #, php-format
1285
  msgid ""
1286
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1289,7 +1268,7 @@ msgstr ""
1289
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1290
  "вужче ніж% s пікселів"
1291
 
1292
- #: ../admin/social_sharing.php:1664
1293
  msgid ""
1294
  "Stick vertical floating interface horizontally at bottom only when screen is "
1295
  "narrower than the width specified"
@@ -1297,71 +1276,103 @@ msgstr ""
1297
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1298
  "вужче чим зазначена ширина"
1299
 
1300
- #: ../admin/social_sharing.php:1674
1301
  msgid "Horizontal floating bar position"
1302
  msgstr "Розташування горизонтальної плаваючої панелі"
1303
 
1304
- #: ../admin/social_sharing.php:1677
1305
  #, php-format
1306
  msgid "%s pixels from %s"
1307
  msgstr "%s пікселів від %s"
1308
 
1309
- #: ../admin/social_sharing.php:1678
1310
  msgid "Auto-adjust according to screen width (responsive)"
1311
  msgstr ""
1312
 
1313
- #: ../admin/social_sharing.php:1685
1314
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1315
  msgstr ""
1316
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1317
  "негативним."
1318
 
1319
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1320
  msgid "Url shortener"
1321
  msgstr "Скорочення URL"
1322
 
1323
- #: ../admin/social_sharing.php:1711
1324
  msgid "Use shortlinks already installed"
1325
  msgstr "Використання коротких посилань вже встановлено"
1326
 
1327
- #: ../admin/social_sharing.php:1721
1328
  msgid "Uses default short url permalinks without using any additional plugin"
1329
  msgstr ""
1330
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1331
  "яких додаткових плагінів"
1332
 
1333
- #: ../admin/social_sharing.php:1729
1334
  msgid "Enable bit.ly url shortener for sharing"
1335
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1336
 
1337
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1338
  msgid "Master control to enable bit.ly url shortening for sharing"
1339
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1340
 
1341
- #: ../admin/social_sharing.php:1747
1342
  msgid "bit.ly Login"
1343
  msgstr "bit.ly Логін"
1344
 
1345
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1346
  #, fuzzy, php-format
1347
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1348
  msgstr ""
1349
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1350
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1351
 
1352
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1353
  msgid "bit.ly API Key"
1354
  msgstr "bit.ly ключ додатка"
1355
 
1356
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1357
  msgid "Clear Bitly Cache"
1358
  msgstr "Очистити Bitly кеш"
1359
 
1360
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1361
  msgid "ShortUrl cache cleared successfully."
1362
  msgstr "ShortUrl кеш успішно очищений."
1363
 
1364
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1365
  msgid ""
1366
  "Use this to delete short urls saved in database. Handy, if urls of your "
1367
  "website have been changed but short urls are still being generated for old "
@@ -1371,31 +1382,31 @@ msgstr ""
1371
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1372
  "адреси, як і раніше створюються для старих URL-адрес."
1373
 
1374
- #: ../admin/social_sharing.php:1805
1375
  msgid "Share Count Cache"
1376
  msgstr "Кеш лічильників Поділитися"
1377
 
1378
- #: ../admin/social_sharing.php:1811
1379
  msgid "Refresh Share Count cache every"
1380
  msgstr "Оновити кеш лічильників Поділитися"
1381
 
1382
- #: ../admin/social_sharing.php:1816
1383
  msgid "Second(s)"
1384
  msgstr "Секунд"
1385
 
1386
- #: ../admin/social_sharing.php:1817
1387
  msgid "Minute(s)"
1388
  msgstr "Хвилин"
1389
 
1390
- #: ../admin/social_sharing.php:1818
1391
  msgid "Hour(s)"
1392
  msgstr "Годин"
1393
 
1394
- #: ../admin/social_sharing.php:1819
1395
  msgid "Day(s)"
1396
  msgstr "Днів"
1397
 
1398
- #: ../admin/social_sharing.php:1827
1399
  #, fuzzy, php-format
1400
  msgid ""
1401
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1405,25 +1416,25 @@ msgstr ""
1405
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1406
  "включеними лічильниками Поділитися"
1407
 
1408
- #: ../admin/social_sharing.php:1835
1409
  msgid "Clear Share Counts Cache"
1410
  msgstr "Очистити кеш лічильників Поділитися"
1411
 
1412
- #: ../admin/social_sharing.php:1839
1413
  msgid "Share Counts cache cleared successfully."
1414
  msgstr "Кеш лічільників Поділитися успішно очищений."
1415
 
1416
- #: ../admin/social_sharing.php:1846
1417
  msgid "Use this to clear cached share counts"
1418
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1419
 
1420
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1421
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1422
  #: ../admin/like_buttons.php:698
1423
  msgid "Language"
1424
  msgstr "Мова"
1425
 
1426
- #: ../admin/social_sharing.php:1871
1427
  #, php-format
1428
  msgid ""
1429
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1435,15 +1446,15 @@ msgstr ""
1435
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1436
  "замовчуванням (Українська)."
1437
 
1438
- #: ../admin/social_sharing.php:1880
1439
  msgid "Username in sharing"
1440
  msgstr "Ім'я користувача щоб поділитися"
1441
 
1442
- #: ../admin/social_sharing.php:1886
1443
  msgid "Twitter username (without @)"
1444
  msgstr "Twitter ім'я користувача (без @)"
1445
 
1446
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1447
  msgid ""
1448
  "Provided username will be appended after the content being shared as \"via "
1449
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1452,35 +1463,35 @@ msgstr ""
1452
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1453
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1454
 
1455
- #: ../admin/social_sharing.php:1905
1456
  msgid "Buffer username (without @)"
1457
  msgstr "Ім'я користувача в Twitter (без @)"
1458
 
1459
- #: ../admin/social_sharing.php:1924
1460
  msgid "AMP"
1461
  msgstr "AMP"
1462
 
1463
- #: ../admin/social_sharing.php:1930
1464
  msgid "Enable sharing on AMP pages"
1465
  msgstr "Дозволити загальний доступ на сторінках AMP"
1466
 
1467
- #: ../admin/social_sharing.php:1940
1468
  msgid "Enable this option to render sharing icons on AMP pages"
1469
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1470
 
1471
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1472
  msgid "myCRED"
1473
  msgstr ""
1474
 
1475
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1476
  msgid "Append myCRED referral ID to the urls being shared"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1998
1480
  msgid "Facebook Sharing Troubleshooter"
1481
  msgstr "Усунення несправностей Поділитися від Facebook"
1482
 
1483
- #: ../admin/social_sharing.php:2003
1484
  msgid ""
1485
  "If Facebook sharing is not working fine, click at the following link and "
1486
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1492,14 +1503,14 @@ msgstr ""
1492
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1493
  "\"Отримання інформації про нову поломки \"."
1494
 
1495
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1496
  #: ../admin/social_login.php:1241
1497
  msgid ""
1498
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1499
  "an online website for the plugin to function properly."
1500
  msgstr ""
1501
 
1502
- #: ../admin/social_sharing.php:2021
1503
  msgid ""
1504
  "Why is sharer not showing the correct image, title and other meta tags "
1505
  "content?"
@@ -1507,11 +1518,16 @@ msgstr ""
1507
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1508
  "дані контенту?"
1509
 
1510
- #: ../admin/social_sharing.php:2023
 
 
 
 
 
1511
  msgid "Why is Instagram icon redirecting to Instagram website?"
1512
  msgstr ""
1513
 
1514
- #: ../admin/social_sharing.php:2024
1515
  msgid ""
1516
  "Instagram icon is there to send website visitors to the Instagram page of "
1517
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1519,47 +1535,47 @@ msgid ""
1519
  "sections."
1520
  msgstr ""
1521
 
1522
- #: ../admin/social_sharing.php:2027
1523
  #, fuzzy
1524
  msgid "How to customize the url being shared?"
1525
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1526
 
1527
- #: ../admin/social_sharing.php:2028
1528
  msgid ""
1529
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1530
  msgstr ""
1531
 
1532
- #: ../admin/social_sharing.php:2029
1533
  msgid ""
1534
  "It takes some time for their service to track the shares made on Twitter "
1535
  "from your website. If you still feel it's taking too long you can contact "
1536
  "their support directly from their website."
1537
  msgstr ""
1538
 
1539
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1540
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1541
  msgstr ""
1542
 
1543
- #: ../admin/social_sharing.php:2032
1544
  msgid ""
1545
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1549
  #: ../admin/social_login.php:1248
1550
  msgid "Why is my browser blocking some features of the plugin?"
1551
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1552
 
1553
- #: ../admin/social_sharing.php:2034
1554
  #, fuzzy
1555
  msgid "Why the color of share icons is not being updated?"
1556
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1557
 
1558
- #: ../admin/social_sharing.php:2035
1559
  msgid "Why Facebook share counts are not appearing?"
1560
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1561
 
1562
- #: ../admin/social_sharing.php:2036
1563
  msgid ""
1564
  "How can I show share counts of my website rather than of individual pages/"
1565
  "posts?"
@@ -1567,49 +1583,49 @@ msgstr ""
1567
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1568
  "постах?"
1569
 
1570
- #: ../admin/social_sharing.php:2037
1571
  msgid "How can I disable sharing on particular page/post?"
1572
  msgstr ""
1573
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1574
 
1575
- #: ../admin/social_sharing.php:2038
1576
  msgid "How can I specify minimum sharing count for sharing networks?"
1577
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1578
 
1579
- #: ../admin/social_sharing.php:2039
1580
  msgid "How to share specific page?"
1581
  msgstr "Як поділитися певною сторінкою?"
1582
 
1583
- #: ../admin/social_sharing.php:2040
1584
  msgid "How to integrate Google Analytics with sharing?"
1585
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1586
 
1587
- #: ../admin/social_sharing.php:2041
1588
  msgid "How to customize the look of total share counts?"
1589
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1590
 
1591
- #: ../admin/social_sharing.php:2042
1592
  msgid "How to customize the look of individual share counts?"
1593
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1594
 
1595
- #: ../admin/social_sharing.php:2043
1596
  msgid "How to show Whatsapp icon only on mobile devices?"
1597
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1598
 
1599
- #: ../admin/social_sharing.php:2044
1600
  msgid "How to hide arrow after floating sharing bar?"
1601
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1602
 
1603
- #: ../admin/social_sharing.php:2045
1604
  #, fuzzy
1605
  msgid "Why is share count not getting updated?"
1606
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1607
 
1608
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1609
  msgid "Why is there so much space between like buttons?"
1610
  msgstr "Чому існує так багато місця між кнопками?"
1611
 
1612
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1613
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1614
  msgstr ""
1615
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
@@ -2950,12 +2966,12 @@ msgid "Title (after login):"
2950
  msgstr "Назва (після логіна):"
2951
 
2952
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2953
- #: ../inc/widget.php:939
2954
  msgid "Before widget content:"
2955
  msgstr "Перед вмістом віджета"
2956
 
2957
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2958
- #: ../inc/widget.php:1013
2959
  msgid "After widget content:"
2960
  msgstr "Після вмісту віджета"
2961
 
@@ -3080,104 +3096,109 @@ msgstr "Super Socializer - Вхід"
3080
  msgid "These icons link to your Social Media accounts"
3081
  msgstr "Вхід через соцмережі"
3082
 
3083
- #: ../inc/widget.php:943
3084
  #, fuzzy
3085
  msgid "Size of icons"
3086
  msgstr "Розмір кнопок Поділитися"
3087
 
3088
- #: ../inc/widget.php:945
3089
  #, fuzzy
3090
  msgid "Icon Shape"
3091
  msgstr "Форма"
3092
 
3093
- #: ../inc/widget.php:950
3094
  #, fuzzy
3095
  msgid "Facebook URL:"
3096
  msgstr "Facebook App ID"
3097
 
3098
- #: ../inc/widget.php:953
3099
  #, fuzzy
3100
  msgid "Twitter URL:"
3101
  msgstr "Twitter"
3102
 
3103
- #: ../inc/widget.php:956
3104
  #, fuzzy
3105
  msgid "Instagram URL:"
3106
  msgstr "Instagram"
3107
 
3108
- #: ../inc/widget.php:959
3109
  msgid "Pinterest URL:"
3110
  msgstr ""
3111
 
3112
- #: ../inc/widget.php:962
3113
  msgid "Behance URL:"
3114
  msgstr ""
3115
 
3116
- #: ../inc/widget.php:965
3117
  msgid "Flickr URL:"
3118
  msgstr ""
3119
 
3120
- #: ../inc/widget.php:968
3121
  msgid "Foursquare URL:"
3122
  msgstr ""
3123
 
3124
- #: ../inc/widget.php:971
3125
  msgid "Github URL:"
3126
  msgstr ""
3127
 
3128
- #: ../inc/widget.php:974
3129
  #, fuzzy
3130
  msgid "LinkedIn URL:"
3131
  msgstr "LinkedIn"
3132
 
3133
- #: ../inc/widget.php:977
3134
  #, fuzzy
3135
  msgid "LinkedIn Company URL:"
3136
  msgstr "LinkedIn"
3137
 
3138
- #: ../inc/widget.php:980
3139
  msgid "Medium URL:"
3140
  msgstr ""
3141
 
3142
- #: ../inc/widget.php:983
3143
  msgid "MeWe URL:"
3144
  msgstr ""
3145
 
3146
- #: ../inc/widget.php:986
3147
  msgid "Odnoklassniki URL:"
3148
  msgstr ""
3149
 
3150
- #: ../inc/widget.php:989
3151
  msgid "Snapchat URL:"
3152
  msgstr ""
3153
 
3154
- #: ../inc/widget.php:992
 
 
 
 
 
3155
  msgid "Tumblr URL:"
3156
  msgstr ""
3157
 
3158
- #: ../inc/widget.php:995
3159
  msgid "Vimeo URL:"
3160
  msgstr ""
3161
 
3162
- #: ../inc/widget.php:998
3163
  #, fuzzy
3164
  msgid "Vkontakte URL:"
3165
  msgstr "Вконтакте"
3166
 
3167
- #: ../inc/widget.php:1001
3168
  #, fuzzy
3169
  msgid "Xing URL:"
3170
  msgstr "LinkedIn"
3171
 
3172
- #: ../inc/widget.php:1004
3173
  msgid "Youtube URL:"
3174
  msgstr ""
3175
 
3176
- #: ../inc/widget.php:1007
3177
  msgid "Youtube Channel URL:"
3178
  msgstr ""
3179
 
3180
- #: ../inc/widget.php:1010
3181
  msgid "RSS Feed URL:"
3182
  msgstr ""
3183
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:22+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:22+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
317
  msgstr ""
318
 
319
  #: ../super_socializer.php:2013
320
+ #, php-format
321
  msgid ""
322
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
323
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
324
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
325
+ "that, clear share counts cache from \"Miscellaneous\" section"
326
  msgstr ""
327
 
328
  #: ../super_socializer.php:2039
345
  msgid "Settings saved"
346
  msgstr "Налаштування збережені"
347
 
348
+ #: ../helper.php:8 ../admin/social_sharing.php:42
349
  msgid "Dismiss this notice"
350
  msgstr "Закрити це повідомлення"
351
 
434
  msgstr "Великий аватар"
435
 
436
  #: ../helper.php:913 ../admin/general_options.php:132
437
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
438
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
439
  msgid "Save Changes"
440
  msgstr "Зберегти налаштування"
457
  msgstr ""
458
 
459
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
460
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
461
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
462
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
463
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
541
  msgstr ""
542
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
543
 
544
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
545
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
546
  #: ../admin/like_buttons.php:836
547
  #, fuzzy
548
  msgid "Instagram Shoutout"
549
  msgstr "Instagram"
550
 
551
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
552
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
553
  #: ../admin/like_buttons.php:838
554
  msgid ""
557
  "hashtags and people to mention in the Instagram post."
558
  msgstr ""
559
 
560
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
561
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
562
  #: ../admin/like_buttons.php:839
563
  msgid ""
568
  "time."
569
  msgstr ""
570
 
571
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
572
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
573
  #: ../admin/like_buttons.php:840
574
  msgid ""
680
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
681
  msgstr ""
682
 
683
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
684
+ msgid ""
685
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
686
+ "Facebook share count to work"
687
+ msgstr ""
688
+
689
+ #: ../admin/social_sharing.php:49
690
  msgid "Theme Selection"
691
  msgstr "Вибір теми"
692
 
693
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
694
  msgid "Standard Interface"
695
  msgstr "Стандартний інтерфейс"
696
 
697
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
698
  msgid "Floating Interface"
699
  msgstr "Плаваючий інтерфейс"
700
 
701
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
702
  msgid "Miscellaneous"
703
  msgstr "Різне"
704
 
705
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
706
  #, fuzzy
707
  msgid "3rd Party Integration"
708
  msgstr "XProfile інтеграція"
709
 
710
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
711
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
712
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
713
  #: ../admin/like_buttons.php:797
714
  msgid "Shortcode & Widget"
715
  msgstr "Шорткод і віджет"
716
 
717
+ #: ../admin/social_sharing.php:61
718
  msgid "Troubleshooter"
719
  msgstr "Усунення несправностей"
720
 
721
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
722
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
723
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
724
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
725
  msgid "FAQ"
726
  msgstr "Часті питання (FAQ)"
727
 
728
+ #: ../admin/social_sharing.php:70
729
  msgid "Standard interface theme"
730
  msgstr "Стандартний інтерфейс"
731
 
732
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
733
  msgid "Icon Preview"
734
  msgstr "Прев'ю іконок"
735
 
736
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
737
  msgid ""
738
  "Do not forget to save the configuration after making changes by clicking the "
739
  "save button below"
741
  "Не забудьте зберегти конфігурацію після внесення змін, натиснувши нижче "
742
  "кнопку зберегти"
743
 
744
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
745
  msgid "Shape"
746
  msgstr "Форма"
747
 
748
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
749
+ #: ../inc/widget.php:951
750
  msgid "Round"
751
  msgstr "Кругла"
752
 
753
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
754
+ #: ../inc/widget.php:952
755
  msgid "Square"
756
  msgstr "Квадратна"
757
 
758
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
759
  msgid "Rectangle"
760
  msgstr "Прямокутник"
761
 
762
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
763
  msgid "Shape of the sharing icons"
764
  msgstr "Форма кнопок Поділитися"
765
 
766
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
767
  msgid "Size (in pixels)"
768
  msgstr "Розмір (в пікселях)"
769
 
770
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
771
  msgid "Size of the sharing icons"
772
  msgstr "Розмір кнопок Поділитися"
773
 
774
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
775
  msgid "Width (in pixels)"
776
  msgstr "Ширина (в пікселях)"
777
 
778
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
779
  msgid "Width of the sharing icons"
780
  msgstr "Ширина іконок поділитися"
781
 
782
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
783
  msgid "Height (in pixels)"
784
  msgstr "Висота (в пікселях)"
785
 
786
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
787
  msgid "Height of the sharing icons"
788
  msgstr "Висота кнопок Поділитися"
789
 
790
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
791
  msgid "Border radius (in pixels)"
792
  msgstr "Радіус рамки (в пікселях)"
793
 
794
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
795
  msgid ""
796
  "Specify a value for rounded corners. More the value, more rounded will the "
797
  "corners be. Leave empty for sharp corners."
799
  "Вкажіть значення для закруглених кутів. Чим більше значення параметра, більш "
800
  "округлими будуть кути. Залиште порожнім для прямих кутів."
801
 
802
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
803
  msgid "Logo Color"
804
  msgstr "Колір логотипу"
805
 
806
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
807
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
808
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
809
  msgid "Default"
810
  msgstr "За замовчуванням"
811
 
812
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
813
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
814
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
815
  msgid "On Hover"
816
  msgstr "При наведенні"
817
 
818
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
819
  msgid ""
820
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
821
  "empty for default. You can get the hex code of the required color from <a "
826
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
827
  "\"> тут </a>"
828
 
829
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
830
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
831
  #: ../inc/widget.php:460 ../inc/widget.php:772
832
  msgid "Background Color"
833
  msgstr "Колір фону"
834
 
835
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
836
  msgid ""
837
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
838
  "\"transparent\" for transparent background. Leave empty for default. You can "
844
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
845
  "\"> тут </a>"
846
 
847
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
848
  msgid "Border"
849
  msgstr "Рамка"
850
 
851
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
852
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
853
  msgid "Border Width"
854
  msgstr "Ширина рамки"
855
 
856
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
857
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
858
  msgid "Border Color"
859
  msgstr "Колір рамки"
860
 
861
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
862
  msgid "Icon border"
863
  msgstr "Іконка рамки"
864
 
865
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
866
  msgid "Counter Position"
867
  msgstr "Позиція лічильника"
868
 
869
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
870
  msgid "(applies, if counter enabled)"
871
  msgstr "(застосовується, якщо лічильник включений)"
872
 
873
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
874
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
875
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
876
  #: ../inc/widget.php:446 ../inc/widget.php:758
877
  msgid "Left"
878
  msgstr "Зліва"
879
 
880
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
881
  msgid "Top"
882
  msgstr "Зверху"
883
 
884
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
885
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
886
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
887
  #: ../inc/widget.php:447 ../inc/widget.php:759
888
  msgid "Right"
889
  msgstr "Справа"
890
 
891
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
892
  msgid "Bottom"
893
  msgstr "Знизу"
894
 
895
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
896
  msgid "Inner Left"
897
  msgstr "Лівий відступ"
898
 
899
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
900
  msgid "Inner Top"
901
  msgstr "Верхній відступ"
902
 
903
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
904
  msgid "Inner Right"
905
  msgstr "Внутрішній відступ справа"
906
 
907
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
908
  msgid "Inner Bottom"
909
  msgstr "Нижній відступ"
910
 
911
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
912
  msgid "Position of share counter"
913
  msgstr "Положення лічильника Поділитися"
914
 
915
+ #: ../admin/social_sharing.php:377
916
  msgid "Floating interface theme"
917
  msgstr "Плаваючий інтерфейс Поділитися"
918
 
919
+ #: ../admin/social_sharing.php:690
920
  msgid "Standard Sharing Interface Options"
921
  msgstr "Стандартні параметри інтерфейсу"
922
 
923
+ #: ../admin/social_sharing.php:696
924
  msgid "Enable Standard sharing interface"
925
  msgstr "Включити стандартний інтерфейс Поділитися"
926
 
927
+ #: ../admin/social_sharing.php:706
928
  msgid "Master control to enable standard sharing"
929
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
930
 
931
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
932
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
933
  msgid "Target Url"
934
  msgstr "Цільова URL-адреса"
935
 
936
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
937
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
938
  msgid "Url of the webpage where icons are located (default)"
939
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
940
 
941
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
942
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
943
  msgid "Url of the homepage of your website"
944
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
945
 
946
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
947
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
948
  msgid "Custom url"
949
  msgstr "Користувальницьке посилання"
950
 
951
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
952
  msgid "Url to share"
953
  msgstr "Посилання щоб Поділитися"
954
 
955
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
956
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
957
+ #: ../inc/widget.php:945
958
  msgid "Title"
959
  msgstr "Заголовок"
960
 
961
+ #: ../admin/social_sharing.php:749
962
  msgid "The text to display above the sharing interface"
963
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
964
 
965
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
966
  msgid "Instagram username"
967
  msgstr "Введіть ім'я користувача Instagram."
968
 
969
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
970
  msgid ""
971
  "Username of the Instagram account you want to redirect users to, on clicking "
972
  "the icon"
974
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
975
  "користувачів, якщо натиснути на іконку"
976
 
977
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
978
  #, fuzzy
979
  msgid "HTML ID of container element of comment form"
980
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
981
 
982
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
983
  msgid ""
984
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
985
  "icon."
986
  msgstr ""
987
 
988
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
989
  msgid "Rearrange icons"
990
  msgstr "Змінити порядок іконок"
991
 
992
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
993
  msgid "Drag the icons to rearrange in desired order"
994
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
995
 
996
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
997
  msgid "Select Sharing Services"
998
  msgstr "Виберіть сервіси Поділитися"
999
 
1000
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
1001
  msgid "Select sharing services to show in social share bar"
1002
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
1003
 
1004
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
1005
  msgid "Search social network"
1006
  msgstr ""
1007
 
1008
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
1009
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1010
  msgid "Horizontal alignment"
1011
  msgstr "Горизонтальне вирівнювання"
1012
 
1013
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
1014
  msgid "Center"
1015
  msgstr "Центр"
1016
 
1017
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
1018
  msgid "Horizontal alignment of the sharing interface"
1019
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
1020
 
1021
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
1022
  msgid "Position with respect to content"
1023
  msgstr "Позиція щодо контенту"
1024
 
1025
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
1026
  msgid "Top of the content"
1027
  msgstr "Над вмістом"
1028
 
1029
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
1030
  msgid "Bottom of the content"
1031
  msgstr "Під вмістом"
1032
 
1033
+ #: ../admin/social_sharing.php:966
1034
  msgid "Specify position of the sharing interface with respect to the content"
1035
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
1036
 
1037
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1038
  msgid "Placement"
1039
  msgstr "Розміщення"
1040
 
1041
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1042
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
1043
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1044
  msgid "Homepage"
1045
  msgstr "Головна"
1046
 
1047
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1048
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1049
  msgid "Posts"
1050
  msgstr "Записи"
1051
 
1052
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1053
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1054
  msgid "Pages"
1055
  msgstr "Сторінки"
1056
 
1057
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
1058
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1059
  msgid "Excerpts and Posts page"
1060
  msgstr "Сторінки анонсів і постів"
1061
 
1062
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
1063
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1064
  msgid "Category Archives"
1065
  msgstr "Архіви категорій"
1066
 
1067
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
1068
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1069
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1070
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1071
 
1072
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1073
  msgid "BuddyPress activity"
1074
  msgstr "BuddyPress активність"
1075
 
1076
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1077
  msgid "BuddyPress group (only at top of content)"
1078
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1079
 
1080
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1081
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1082
  msgid "BBPress forum"
1083
  msgstr "BBPress форум"
1084
 
1085
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1086
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1087
  msgid "BBPress topic"
1088
  msgstr "BBPress тема"
1089
 
1090
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1091
  msgid "BBPress reply"
1092
  msgstr "BBPress відповідь"
1093
 
1094
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1095
  msgid "After individual product at WooCommerce Shop page"
1096
  msgstr "Після індивідуального продукту на сторінці магазину"
1097
 
1098
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1099
  msgid "WooCommerce Product Page"
1100
  msgstr "Продукт Woocommerce"
1101
 
1102
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1103
  msgid "WooCommerce Thankyou Page"
1104
  msgstr "WooCommerce сторінка подяки"
1105
 
1106
+ #: ../admin/social_sharing.php:1042
1107
  msgid "Specify the pages where you want to enable Sharing interface"
1108
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1109
 
1110
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1111
  msgid "Show share counts"
1112
  msgstr "Показати лічильники кнопки Поділитися"
1113
 
1114
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1115
  #, fuzzy
1116
  msgid ""
1117
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1120
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1121
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1122
 
1123
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1124
  #, php-format
1125
  msgid ""
1126
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1129
  "their website."
1130
  msgstr ""
1131
 
1132
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1133
  msgid "If enabled, share counts are displayed above sharing icons."
1134
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1135
 
1136
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1137
  msgid "Show total shares"
1138
  msgstr "Включити загальну кількість Поділитися"
1139
 
1140
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1141
  msgid "If enabled, total shares will be displayed with sharing icons"
1142
  msgstr ""
1143
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1144
  "кнопками Поділитися"
1145
 
1146
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1147
  msgid "Enable 'More' icon"
1148
  msgstr "Включити значок «Більше»"
1149
 
1150
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1151
  msgid ""
1152
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1153
  "which shows additional sharing networks in popup"
1155
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1156
  "показує додаткові сервіси в спливаючому вікні"
1157
 
1158
+ #: ../admin/social_sharing.php:1118
1159
  msgid "Floating Sharing Interface Options"
1160
  msgstr "Параметри плаваючих кнопок Поділитися"
1161
 
1162
+ #: ../admin/social_sharing.php:1124
1163
  msgid "Enable Floating sharing interface"
1164
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1165
 
1166
+ #: ../admin/social_sharing.php:1134
1167
  msgid "Master control to enable floating sharing widget"
1168
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1169
 
1170
+ #: ../admin/social_sharing.php:1328
1171
  msgid ""
1172
  "Specify the color or hex code (example #cc78e0) for the background of "
1173
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1179
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1180
  "target=\"_blank\"> тут </a>"
1181
 
1182
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1183
  msgid "Left offset"
1184
  msgstr "Зміщення вліво"
1185
 
1186
+ #: ../admin/social_sharing.php:1368
1187
  msgid ""
1188
  "Specify a number. Increase in number will shift sharing interface towards "
1189
  "right and decrease will shift it towards left. Number can be negative too."
1192
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1193
  "негативним."
1194
 
1195
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1196
  msgid "Right offset"
1197
  msgstr "Зміщення вправо"
1198
 
1199
+ #: ../admin/social_sharing.php:1388
1200
  msgid ""
1201
  "Specify a number. Increase in number will shift sharing interface towards "
1202
  "left and decrease will shift it towards right. Number can be negative too."
1205
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1206
  "негативним."
1207
 
1208
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1209
  msgid "Top offset"
1210
  msgstr "Верхній відступ"
1211
 
1212
+ #: ../admin/social_sharing.php:1407
1213
  msgid ""
1214
  "Specify a number. Increase in number will shift sharing interface towards "
1215
  "bottom and decrease will shift it towards top."
1217
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1218
  "низу і зменшувати по відношенню до верху."
1219
 
1220
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1221
  msgid "BuddyPress group"
1222
  msgstr "BuddyPress Група"
1223
 
1224
+ #: ../admin/social_sharing.php:1464
1225
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1226
  msgstr ""
1227
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1228
 
1229
+ #: ../admin/social_sharing.php:1531
1230
  #, fuzzy
1231
  msgid "Hide floating slider"
1232
  msgstr "Закрити для зареєстрованих користувачів"
1233
 
1234
+ #: ../admin/social_sharing.php:1541
1235
  #, fuzzy
1236
  msgid "Hides the slider arrow present below the floating share bar"
1237
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1238
 
1239
+ #: ../admin/social_sharing.php:1549
1240
  msgid "Vertical floating bar responsiveness"
1241
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1242
 
1243
+ #: ../admin/social_sharing.php:1552
1244
  #, php-format
1245
  msgid "Display vertical interface only when screen is wider than %s pixels"
1246
  msgstr ""
1247
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1248
  "пікселів."
1249
 
1250
+ #: ../admin/social_sharing.php:1559
1251
  msgid ""
1252
  "Display vertical interface only when screen is wider than the width "
1253
  "specified."
1255
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1256
  "ширина за замовчуванням."
1257
 
1258
+ #: ../admin/social_sharing.php:1567
1259
  msgid "Horizontal floating bar responsiveness"
1260
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1261
 
1262
+ #: ../admin/social_sharing.php:1570
1263
  #, php-format
1264
  msgid ""
1265
  "Stick vertical floating interface horizontally at bottom only when screen is "
1268
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1269
  "вужче ніж% s пікселів"
1270
 
1271
+ #: ../admin/social_sharing.php:1577
1272
  msgid ""
1273
  "Stick vertical floating interface horizontally at bottom only when screen is "
1274
  "narrower than the width specified"
1276
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1277
  "вужче чим зазначена ширина"
1278
 
1279
+ #: ../admin/social_sharing.php:1587
1280
  msgid "Horizontal floating bar position"
1281
  msgstr "Розташування горизонтальної плаваючої панелі"
1282
 
1283
+ #: ../admin/social_sharing.php:1590
1284
  #, php-format
1285
  msgid "%s pixels from %s"
1286
  msgstr "%s пікселів від %s"
1287
 
1288
+ #: ../admin/social_sharing.php:1591
1289
  msgid "Auto-adjust according to screen width (responsive)"
1290
  msgstr ""
1291
 
1292
+ #: ../admin/social_sharing.php:1598
1293
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1294
  msgstr ""
1295
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1296
  "негативним."
1297
 
1298
+ #: ../admin/social_sharing.php:1618
1299
+ #, fuzzy
1300
+ msgid "Facebook Share Count"
1301
+ msgstr "Усунення несправностей Поділитися від Facebook"
1302
+
1303
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1304
+ msgid "Facebook App ID"
1305
+ msgstr "Facebook App ID"
1306
+
1307
+ #: ../admin/social_sharing.php:1634
1308
+ #, fuzzy, php-format
1309
+ msgid ""
1310
+ "Required for Facebook share count to work. Please follow the documentation "
1311
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1312
+ msgstr ""
1313
+ "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1314
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1315
+
1316
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1317
+ #, fuzzy
1318
+ msgid "Facebook App Secret"
1319
+ msgstr "Facebook App ID"
1320
+
1321
+ #: ../admin/social_sharing.php:1652
1322
+ #, fuzzy, php-format
1323
+ msgid ""
1324
+ "Required for Facebook share count to work. Please follow the documentation "
1325
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1326
+ msgstr ""
1327
+ "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1328
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1329
+
1330
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1331
  msgid "Url shortener"
1332
  msgstr "Скорочення URL"
1333
 
1334
+ #: ../admin/social_sharing.php:1667
1335
  msgid "Use shortlinks already installed"
1336
  msgstr "Використання коротких посилань вже встановлено"
1337
 
1338
+ #: ../admin/social_sharing.php:1677
1339
  msgid "Uses default short url permalinks without using any additional plugin"
1340
  msgstr ""
1341
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1342
  "яких додаткових плагінів"
1343
 
1344
+ #: ../admin/social_sharing.php:1685
1345
  msgid "Enable bit.ly url shortener for sharing"
1346
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1347
 
1348
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1349
  msgid "Master control to enable bit.ly url shortening for sharing"
1350
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1351
 
1352
+ #: ../admin/social_sharing.php:1703
1353
  msgid "bit.ly Login"
1354
  msgstr "bit.ly Логін"
1355
 
1356
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1357
  #, fuzzy, php-format
1358
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1359
  msgstr ""
1360
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1361
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1362
 
1363
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1364
  msgid "bit.ly API Key"
1365
  msgstr "bit.ly ключ додатка"
1366
 
1367
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1368
  msgid "Clear Bitly Cache"
1369
  msgstr "Очистити Bitly кеш"
1370
 
1371
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1372
  msgid "ShortUrl cache cleared successfully."
1373
  msgstr "ShortUrl кеш успішно очищений."
1374
 
1375
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1376
  msgid ""
1377
  "Use this to delete short urls saved in database. Handy, if urls of your "
1378
  "website have been changed but short urls are still being generated for old "
1382
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1383
  "адреси, як і раніше створюються для старих URL-адрес."
1384
 
1385
+ #: ../admin/social_sharing.php:1761
1386
  msgid "Share Count Cache"
1387
  msgstr "Кеш лічильників Поділитися"
1388
 
1389
+ #: ../admin/social_sharing.php:1767
1390
  msgid "Refresh Share Count cache every"
1391
  msgstr "Оновити кеш лічильників Поділитися"
1392
 
1393
+ #: ../admin/social_sharing.php:1772
1394
  msgid "Second(s)"
1395
  msgstr "Секунд"
1396
 
1397
+ #: ../admin/social_sharing.php:1773
1398
  msgid "Minute(s)"
1399
  msgstr "Хвилин"
1400
 
1401
+ #: ../admin/social_sharing.php:1774
1402
  msgid "Hour(s)"
1403
  msgstr "Годин"
1404
 
1405
+ #: ../admin/social_sharing.php:1775
1406
  msgid "Day(s)"
1407
  msgstr "Днів"
1408
 
1409
+ #: ../admin/social_sharing.php:1783
1410
  #, fuzzy, php-format
1411
  msgid ""
1412
  "Frequent cache refreshing results in slower loading of pages with share "
1416
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1417
  "включеними лічильниками Поділитися"
1418
 
1419
+ #: ../admin/social_sharing.php:1791
1420
  msgid "Clear Share Counts Cache"
1421
  msgstr "Очистити кеш лічильників Поділитися"
1422
 
1423
+ #: ../admin/social_sharing.php:1795
1424
  msgid "Share Counts cache cleared successfully."
1425
  msgstr "Кеш лічільників Поділитися успішно очищений."
1426
 
1427
+ #: ../admin/social_sharing.php:1802
1428
  msgid "Use this to clear cached share counts"
1429
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1430
 
1431
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1432
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1433
  #: ../admin/like_buttons.php:698
1434
  msgid "Language"
1435
  msgstr "Мова"
1436
 
1437
+ #: ../admin/social_sharing.php:1827
1438
  #, php-format
1439
  msgid ""
1440
  "Enter the code of the language you want to use for like buttons. You can "
1446
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1447
  "замовчуванням (Українська)."
1448
 
1449
+ #: ../admin/social_sharing.php:1836
1450
  msgid "Username in sharing"
1451
  msgstr "Ім'я користувача щоб поділитися"
1452
 
1453
+ #: ../admin/social_sharing.php:1842
1454
  msgid "Twitter username (without @)"
1455
  msgstr "Twitter ім'я користувача (без @)"
1456
 
1457
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1458
  msgid ""
1459
  "Provided username will be appended after the content being shared as \"via "
1460
  "@USERNAME\". Leave empty if you do not want any username in the content "
1463
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1464
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1465
 
1466
+ #: ../admin/social_sharing.php:1861
1467
  msgid "Buffer username (without @)"
1468
  msgstr "Ім'я користувача в Twitter (без @)"
1469
 
1470
+ #: ../admin/social_sharing.php:1880
1471
  msgid "AMP"
1472
  msgstr "AMP"
1473
 
1474
+ #: ../admin/social_sharing.php:1886
1475
  msgid "Enable sharing on AMP pages"
1476
  msgstr "Дозволити загальний доступ на сторінках AMP"
1477
 
1478
+ #: ../admin/social_sharing.php:1896
1479
  msgid "Enable this option to render sharing icons on AMP pages"
1480
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1481
 
1482
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1483
  msgid "myCRED"
1484
  msgstr ""
1485
 
1486
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1487
  msgid "Append myCRED referral ID to the urls being shared"
1488
  msgstr ""
1489
 
1490
+ #: ../admin/social_sharing.php:1954
1491
  msgid "Facebook Sharing Troubleshooter"
1492
  msgstr "Усунення несправностей Поділитися від Facebook"
1493
 
1494
+ #: ../admin/social_sharing.php:1959
1495
  msgid ""
1496
  "If Facebook sharing is not working fine, click at the following link and "
1497
  "enter the problematic url (where Facebook sharing is not working properly) "
1503
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1504
  "\"Отримання інформації про нову поломки \"."
1505
 
1506
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1507
  #: ../admin/social_login.php:1241
1508
  msgid ""
1509
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1510
  "an online website for the plugin to function properly."
1511
  msgstr ""
1512
 
1513
+ #: ../admin/social_sharing.php:1977
1514
  msgid ""
1515
  "Why is sharer not showing the correct image, title and other meta tags "
1516
  "content?"
1518
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1519
  "дані контенту?"
1520
 
1521
+ #: ../admin/social_sharing.php:1978
1522
+ #, fuzzy
1523
+ msgid "Why is Facebook share count not working?"
1524
+ msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1525
+
1526
+ #: ../admin/social_sharing.php:1981
1527
  msgid "Why is Instagram icon redirecting to Instagram website?"
1528
  msgstr ""
1529
 
1530
+ #: ../admin/social_sharing.php:1982
1531
  msgid ""
1532
  "Instagram icon is there to send website visitors to the Instagram page of "
1533
  "your choice. You can save the desired Instagram handle in \"Instagram "
1535
  "sections."
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:1985
1539
  #, fuzzy
1540
  msgid "How to customize the url being shared?"
1541
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1542
 
1543
+ #: ../admin/social_sharing.php:1986
1544
  msgid ""
1545
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1987
1549
  msgid ""
1550
  "It takes some time for their service to track the shares made on Twitter "
1551
  "from your website. If you still feel it's taking too long you can contact "
1552
  "their support directly from their website."
1553
  msgstr ""
1554
 
1555
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1556
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1557
  msgstr ""
1558
 
1559
+ #: ../admin/social_sharing.php:1990
1560
  msgid ""
1561
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1562
  msgstr ""
1563
 
1564
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1565
  #: ../admin/social_login.php:1248
1566
  msgid "Why is my browser blocking some features of the plugin?"
1567
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1568
 
1569
+ #: ../admin/social_sharing.php:1992
1570
  #, fuzzy
1571
  msgid "Why the color of share icons is not being updated?"
1572
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1573
 
1574
+ #: ../admin/social_sharing.php:1993
1575
  msgid "Why Facebook share counts are not appearing?"
1576
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1577
 
1578
+ #: ../admin/social_sharing.php:1994
1579
  msgid ""
1580
  "How can I show share counts of my website rather than of individual pages/"
1581
  "posts?"
1583
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1584
  "постах?"
1585
 
1586
+ #: ../admin/social_sharing.php:1995
1587
  msgid "How can I disable sharing on particular page/post?"
1588
  msgstr ""
1589
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1590
 
1591
+ #: ../admin/social_sharing.php:1996
1592
  msgid "How can I specify minimum sharing count for sharing networks?"
1593
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1594
 
1595
+ #: ../admin/social_sharing.php:1997
1596
  msgid "How to share specific page?"
1597
  msgstr "Як поділитися певною сторінкою?"
1598
 
1599
+ #: ../admin/social_sharing.php:1998
1600
  msgid "How to integrate Google Analytics with sharing?"
1601
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1602
 
1603
+ #: ../admin/social_sharing.php:1999
1604
  msgid "How to customize the look of total share counts?"
1605
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1606
 
1607
+ #: ../admin/social_sharing.php:2000
1608
  msgid "How to customize the look of individual share counts?"
1609
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1610
 
1611
+ #: ../admin/social_sharing.php:2001
1612
  msgid "How to show Whatsapp icon only on mobile devices?"
1613
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1614
 
1615
+ #: ../admin/social_sharing.php:2002
1616
  msgid "How to hide arrow after floating sharing bar?"
1617
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1618
 
1619
+ #: ../admin/social_sharing.php:2003
1620
  #, fuzzy
1621
  msgid "Why is share count not getting updated?"
1622
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1623
 
1624
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1625
  msgid "Why is there so much space between like buttons?"
1626
  msgstr "Чому існує так багато місця між кнопками?"
1627
 
1628
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1629
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1630
  msgstr ""
1631
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
2966
  msgstr "Назва (після логіна):"
2967
 
2968
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2969
+ #: ../inc/widget.php:943
2970
  msgid "Before widget content:"
2971
  msgstr "Перед вмістом віджета"
2972
 
2973
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2974
+ #: ../inc/widget.php:1020
2975
  msgid "After widget content:"
2976
  msgstr "Після вмісту віджета"
2977
 
3096
  msgid "These icons link to your Social Media accounts"
3097
  msgstr "Вхід через соцмережі"
3098
 
3099
+ #: ../inc/widget.php:947
3100
  #, fuzzy
3101
  msgid "Size of icons"
3102
  msgstr "Розмір кнопок Поділитися"
3103
 
3104
+ #: ../inc/widget.php:949
3105
  #, fuzzy
3106
  msgid "Icon Shape"
3107
  msgstr "Форма"
3108
 
3109
+ #: ../inc/widget.php:954
3110
  #, fuzzy
3111
  msgid "Facebook URL:"
3112
  msgstr "Facebook App ID"
3113
 
3114
+ #: ../inc/widget.php:957
3115
  #, fuzzy
3116
  msgid "Twitter URL:"
3117
  msgstr "Twitter"
3118
 
3119
+ #: ../inc/widget.php:960
3120
  #, fuzzy
3121
  msgid "Instagram URL:"
3122
  msgstr "Instagram"
3123
 
3124
+ #: ../inc/widget.php:963
3125
  msgid "Pinterest URL:"
3126
  msgstr ""
3127
 
3128
+ #: ../inc/widget.php:966
3129
  msgid "Behance URL:"
3130
  msgstr ""
3131
 
3132
+ #: ../inc/widget.php:969
3133
  msgid "Flickr URL:"
3134
  msgstr ""
3135
 
3136
+ #: ../inc/widget.php:972
3137
  msgid "Foursquare URL:"
3138
  msgstr ""
3139
 
3140
+ #: ../inc/widget.php:975
3141
  msgid "Github URL:"
3142
  msgstr ""
3143
 
3144
+ #: ../inc/widget.php:978
3145
  #, fuzzy
3146
  msgid "LinkedIn URL:"
3147
  msgstr "LinkedIn"
3148
 
3149
+ #: ../inc/widget.php:981
3150
  #, fuzzy
3151
  msgid "LinkedIn Company URL:"
3152
  msgstr "LinkedIn"
3153
 
3154
+ #: ../inc/widget.php:984
3155
  msgid "Medium URL:"
3156
  msgstr ""
3157
 
3158
+ #: ../inc/widget.php:987
3159
  msgid "MeWe URL:"
3160
  msgstr ""
3161
 
3162
+ #: ../inc/widget.php:990
3163
  msgid "Odnoklassniki URL:"
3164
  msgstr ""
3165
 
3166
+ #: ../inc/widget.php:993
3167
  msgid "Snapchat URL:"
3168
  msgstr ""
3169
 
3170
+ #: ../inc/widget.php:996
3171
+ #, fuzzy
3172
+ msgid "Telegram URL:"
3173
+ msgstr "Instagram"
3174
+
3175
+ #: ../inc/widget.php:999
3176
  msgid "Tumblr URL:"
3177
  msgstr ""
3178
 
3179
+ #: ../inc/widget.php:1002
3180
  msgid "Vimeo URL:"
3181
  msgstr ""
3182
 
3183
+ #: ../inc/widget.php:1005
3184
  #, fuzzy
3185
  msgid "Vkontakte URL:"
3186
  msgstr "Вконтакте"
3187
 
3188
+ #: ../inc/widget.php:1008
3189
  #, fuzzy
3190
  msgid "Xing URL:"
3191
  msgstr "LinkedIn"
3192
 
3193
+ #: ../inc/widget.php:1011
3194
  msgid "Youtube URL:"
3195
  msgstr ""
3196
 
3197
+ #: ../inc/widget.php:1014
3198
  msgid "Youtube Channel URL:"
3199
  msgstr ""
3200
 
3201
+ #: ../inc/widget.php:1017
3202
  msgid "RSS Feed URL:"
3203
  msgstr ""
3204
 
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2019-04-19 19:54+0530\n"
5
- "PO-Revision-Date: 2019-04-19 19:54+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -330,10 +330,12 @@ msgid "Dismiss"
330
  msgstr ""
331
 
332
  #: super_socializer.php:2013
 
333
  msgid ""
334
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
335
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
336
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
337
  msgstr ""
338
 
339
  #: super_socializer.php:2039
@@ -354,7 +356,7 @@ msgstr ""
354
  msgid "Settings saved"
355
  msgstr "设置已保存"
356
 
357
- #: helper.php:8
358
  msgid "Dismiss this notice"
359
  msgstr "关闭该通知"
360
 
@@ -442,7 +444,7 @@ msgstr "小头像"
442
  msgid "Large Avatar"
443
  msgstr "大头像"
444
 
445
- #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2058
446
  #: admin/social_commenting.php:413 admin/social_login.php:1259
447
  #: admin/like_buttons.php:826
448
  msgid "Save Changes"
@@ -465,7 +467,7 @@ msgid "Something bad happened"
465
  msgstr "发生了一些不好的事情"
466
 
467
  #: admin/general_options.php:7 admin/general_options.php:136
468
- #: admin/social_sharing.php:5 admin/social_sharing.php:2062
469
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
470
  #: admin/social_login.php:5 admin/social_login.php:1263
471
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
@@ -536,13 +538,13 @@ msgstr "自定义CSS"
536
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
537
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
538
 
539
- #: admin/general_options.php:147 admin/social_sharing.php:2068
540
  #: admin/social_commenting.php:423 admin/social_login.php:1269
541
  #: admin/like_buttons.php:836
542
  msgid "Instagram Shoutout"
543
  msgstr ""
544
 
545
- #: admin/general_options.php:149 admin/social_sharing.php:2070
546
  #: admin/social_commenting.php:425 admin/social_login.php:1271
547
  #: admin/like_buttons.php:838
548
  msgid ""
@@ -553,7 +555,7 @@ msgstr ""
553
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
554
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
555
 
556
- #: admin/general_options.php:150 admin/social_sharing.php:2071
557
  #: admin/social_commenting.php:426 admin/social_login.php:1272
558
  #: admin/like_buttons.php:839
559
  msgid ""
@@ -567,7 +569,7 @@ msgstr ""
567
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
568
  "常简单的方式精通自己选择的编程语言。"
569
 
570
- #: admin/general_options.php:151 admin/social_sharing.php:2072
571
  #: admin/social_commenting.php:427 admin/social_login.php:1273
572
  #: admin/like_buttons.php:840
573
  msgid ""
@@ -682,131 +684,137 @@ msgstr "主控件,以使社交共享"
682
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
683
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
684
 
685
- #: admin/social_sharing.php:45
 
 
 
 
 
 
686
  msgid "Theme Selection"
687
  msgstr "主题选择"
688
 
689
- #: admin/social_sharing.php:46 admin/like_buttons.php:41
690
  msgid "Standard Interface"
691
  msgstr "标准接口"
692
 
693
- #: admin/social_sharing.php:47 admin/like_buttons.php:42
694
  msgid "Floating Interface"
695
  msgstr "浮动接口"
696
 
697
- #: admin/social_sharing.php:48 admin/like_buttons.php:43
698
  msgid "Miscellaneous"
699
  msgstr "其他"
700
 
701
- #: admin/social_sharing.php:52 admin/like_buttons.php:47
702
  msgid "3rd Party Integration"
703
  msgstr "第三方集成"
704
 
705
- #: admin/social_sharing.php:56 admin/social_sharing.php:1985
706
- #: admin/social_sharing.php:1987 admin/social_login.php:46
707
  #: admin/social_login.php:1225 admin/like_buttons.php:51
708
  #: admin/like_buttons.php:797
709
  msgid "Shortcode & Widget"
710
  msgstr "简码&小工具"
711
 
712
- #: admin/social_sharing.php:57
713
  msgid "Troubleshooter"
714
  msgstr "排错"
715
 
716
- #: admin/social_sharing.php:58 admin/social_sharing.php:2018
717
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
718
  #: admin/social_login.php:47 admin/social_login.php:1239
719
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
720
  msgid "FAQ"
721
  msgstr "常见问题解答"
722
 
723
- #: admin/social_sharing.php:66
724
  msgid "Standard interface theme"
725
  msgstr "标准接口主题"
726
 
727
- #: admin/social_sharing.php:71 admin/social_sharing.php:378
728
  msgid "Icon Preview"
729
  msgstr "图标预览"
730
 
731
- #: admin/social_sharing.php:143 admin/social_sharing.php:451
732
  msgid ""
733
  "Do not forget to save the configuration after making changes by clicking the "
734
  "save button below"
735
  msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
736
 
737
- #: admin/social_sharing.php:150 admin/social_sharing.php:458
738
  msgid "Shape"
739
  msgstr "形状"
740
 
741
- #: admin/social_sharing.php:154 admin/social_sharing.php:462
742
- #: inc/widget.php:947
743
  msgid "Round"
744
  msgstr "圆"
745
 
746
- #: admin/social_sharing.php:156 admin/social_sharing.php:464
747
- #: inc/widget.php:948
748
  msgid "Square"
749
  msgstr "正方形"
750
 
751
- #: admin/social_sharing.php:158 admin/social_sharing.php:466
752
  msgid "Rectangle"
753
  msgstr "矩形"
754
 
755
- #: admin/social_sharing.php:165 admin/social_sharing.php:473
756
  msgid "Shape of the sharing icons"
757
  msgstr "共享图标的形状"
758
 
759
- #: admin/social_sharing.php:174 admin/social_sharing.php:482
760
  msgid "Size (in pixels)"
761
  msgstr "大小 (以像素为单位)"
762
 
763
- #: admin/social_sharing.php:190 admin/social_sharing.php:498
764
  msgid "Size of the sharing icons"
765
  msgstr "共享图标的大小"
766
 
767
- #: admin/social_sharing.php:200 admin/social_sharing.php:508
768
  msgid "Width (in pixels)"
769
  msgstr "宽度(px)"
770
 
771
- #: admin/social_sharing.php:216 admin/social_sharing.php:524
772
  msgid "Width of the sharing icons"
773
  msgstr "共享图标宽度"
774
 
775
- #: admin/social_sharing.php:224 admin/social_sharing.php:532
776
  msgid "Height (in pixels)"
777
  msgstr "高度(像素)"
778
 
779
- #: admin/social_sharing.php:240 admin/social_sharing.php:548
780
  msgid "Height of the sharing icons"
781
  msgstr "共享图标高度"
782
 
783
- #: admin/social_sharing.php:250 admin/social_sharing.php:558
784
  msgid "Border radius (in pixels)"
785
  msgstr "(以像素为单位) 的边界半径"
786
 
787
- #: admin/social_sharing.php:260 admin/social_sharing.php:568
788
  msgid ""
789
  "Specify a value for rounded corners. More the value, more rounded will the "
790
  "corners be. Leave empty for sharp corners."
791
  msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
792
 
793
- #: admin/social_sharing.php:269 admin/social_sharing.php:577
794
  msgid "Logo Color"
795
  msgstr "logo颜色"
796
 
797
- #: admin/social_sharing.php:273 admin/social_sharing.php:294
798
- #: admin/social_sharing.php:314 admin/social_sharing.php:581
799
- #: admin/social_sharing.php:602 admin/social_sharing.php:621
800
  msgid "Default"
801
  msgstr "默认"
802
 
803
- #: admin/social_sharing.php:275 admin/social_sharing.php:295
804
- #: admin/social_sharing.php:319 admin/social_sharing.php:583
805
- #: admin/social_sharing.php:603 admin/social_sharing.php:626
806
  msgid "On Hover"
807
  msgstr "鼠标悬停"
808
 
809
- #: admin/social_sharing.php:283 admin/social_sharing.php:591
810
  msgid ""
811
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
812
  "empty for default. You can get the hex code of the required color from <a "
@@ -816,13 +824,13 @@ msgstr ""
816
  "href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色"
817
  "的十六进制代码"
818
 
819
- #: admin/social_sharing.php:291 admin/social_sharing.php:599
820
- #: admin/social_sharing.php:1367 admin/like_buttons.php:410 inc/widget.php:460
821
  #: inc/widget.php:772
822
  msgid "Background Color"
823
  msgstr "背景颜色"
824
 
825
- #: admin/social_sharing.php:302 admin/social_sharing.php:610
826
  msgid ""
827
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
828
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -833,270 +841,270 @@ msgstr ""
833
  "为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链"
834
  "接</a>获得所需的颜色的十六进制代码"
835
 
836
- #: admin/social_sharing.php:310 admin/social_sharing.php:618
837
  msgid "Border"
838
  msgstr "边框"
839
 
840
- #: admin/social_sharing.php:316 admin/social_sharing.php:321
841
- #: admin/social_sharing.php:623 admin/social_sharing.php:628
842
  msgid "Border Width"
843
  msgstr "边框宽度"
844
 
845
- #: admin/social_sharing.php:317 admin/social_sharing.php:322
846
- #: admin/social_sharing.php:624 admin/social_sharing.php:629
847
  msgid "Border Color"
848
  msgstr "边框颜色"
849
 
850
- #: admin/social_sharing.php:329 admin/social_sharing.php:636
851
  msgid "Icon border"
852
  msgstr "图标边框"
853
 
854
- #: admin/social_sharing.php:337 admin/social_sharing.php:644
855
  msgid "Counter Position"
856
  msgstr "计数器的位置"
857
 
858
- #: admin/social_sharing.php:337 admin/social_sharing.php:644
859
  msgid "(applies, if counter enabled)"
860
  msgstr "(适用,如果启用计数器)"
861
 
862
- #: admin/social_sharing.php:341 admin/social_sharing.php:648
863
- #: admin/social_sharing.php:931 admin/social_sharing.php:1389
864
  #: admin/like_buttons.php:183 admin/like_buttons.php:432 inc/widget.php:446
865
  #: inc/widget.php:758
866
  msgid "Left"
867
  msgstr "左边"
868
 
869
- #: admin/social_sharing.php:343 admin/social_sharing.php:650
870
  msgid "Top"
871
  msgstr "顶部"
872
 
873
- #: admin/social_sharing.php:345 admin/social_sharing.php:652
874
- #: admin/social_sharing.php:933 admin/social_sharing.php:1390
875
  #: admin/like_buttons.php:185 admin/like_buttons.php:433 inc/widget.php:447
876
  #: inc/widget.php:759
877
  msgid "Right"
878
  msgstr "右侧"
879
 
880
- #: admin/social_sharing.php:347 admin/social_sharing.php:654
881
  msgid "Bottom"
882
  msgstr "居下"
883
 
884
- #: admin/social_sharing.php:349 admin/social_sharing.php:656
885
  msgid "Inner Left"
886
  msgstr "内左"
887
 
888
- #: admin/social_sharing.php:351 admin/social_sharing.php:658
889
  msgid "Inner Top"
890
  msgstr "内顶"
891
 
892
- #: admin/social_sharing.php:353 admin/social_sharing.php:660
893
  msgid "Inner Right"
894
  msgstr "内右"
895
 
896
- #: admin/social_sharing.php:355 admin/social_sharing.php:662
897
  msgid "Inner Bottom"
898
  msgstr "内底"
899
 
900
- #: admin/social_sharing.php:363 admin/social_sharing.php:670
901
  msgid "Position of share counter"
902
  msgstr "共享计数器的位置"
903
 
904
- #: admin/social_sharing.php:373
905
  msgid "Floating interface theme"
906
  msgstr "浮动的界面主题"
907
 
908
- #: admin/social_sharing.php:686
909
  msgid "Standard Sharing Interface Options"
910
  msgstr "标准共享界面选项"
911
 
912
- #: admin/social_sharing.php:692
913
  msgid "Enable Standard sharing interface"
914
  msgstr "启用共享接口标准"
915
 
916
- #: admin/social_sharing.php:702
917
  msgid "Master control to enable standard sharing"
918
  msgstr "主控件以启用标准共享"
919
 
920
- #: admin/social_sharing.php:712 admin/social_sharing.php:1193
921
  #: admin/like_buttons.php:86 admin/like_buttons.php:336
922
  msgid "Target Url"
923
  msgstr "目标URL"
924
 
925
- #: admin/social_sharing.php:716 admin/social_sharing.php:1197
926
  #: admin/like_buttons.php:90 admin/like_buttons.php:340
927
  msgid "Url of the webpage where icons are located (default)"
928
  msgstr "图标所在网页的Url (默认值)"
929
 
930
- #: admin/social_sharing.php:718 admin/social_sharing.php:1199
931
  #: admin/like_buttons.php:92 admin/like_buttons.php:342
932
  msgid "Url of the homepage of your website"
933
  msgstr "您网站的主页的 Url"
934
 
935
- #: admin/social_sharing.php:720 admin/social_sharing.php:1201
936
  #: admin/like_buttons.php:94 admin/like_buttons.php:344
937
  msgid "Custom url"
938
  msgstr "自定义 URL"
939
 
940
- #: admin/social_sharing.php:727 admin/social_sharing.php:1208
941
  msgid "Url to share"
942
  msgstr "要分享的网址"
943
 
944
- #: admin/social_sharing.php:735 admin/social_login.php:532
945
- #: admin/social_login.php:909 admin/like_buttons.php:109 inc/widget.php:941
946
  msgid "Title"
947
  msgstr "标题"
948
 
949
- #: admin/social_sharing.php:745
950
  msgid "The text to display above the sharing interface"
951
  msgstr "要共享界面上方显示的文本"
952
 
953
- #: admin/social_sharing.php:770 admin/social_sharing.php:1217
954
  msgid "Instagram username"
955
  msgstr ""
956
 
957
- #: admin/social_sharing.php:780 admin/social_sharing.php:1227
958
  msgid ""
959
  "Username of the Instagram account you want to redirect users to, on clicking "
960
  "the icon"
961
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
962
 
963
- #: admin/social_sharing.php:790 admin/social_sharing.php:1237
964
  msgid "HTML ID of container element of comment form"
965
  msgstr "注释表单的容器元素的HTML ID"
966
 
967
- #: admin/social_sharing.php:800 admin/social_sharing.php:1247
968
  msgid ""
969
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
970
  "icon."
971
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
972
 
973
- #: admin/social_sharing.php:814 admin/social_sharing.php:1256
974
  msgid "Rearrange icons"
975
  msgstr "重新排列图标"
976
 
977
- #: admin/social_sharing.php:875 admin/social_sharing.php:1315
978
  msgid "Drag the icons to rearrange in desired order"
979
  msgstr "按所需顺序拖动要重新排列的图标"
980
 
981
- #: admin/social_sharing.php:883 admin/social_sharing.php:1323
982
  msgid "Select Sharing Services"
983
  msgstr "选择共享服务"
984
 
985
- #: admin/social_sharing.php:890 admin/social_sharing.php:1330
986
  msgid "Select sharing services to show in social share bar"
987
  msgstr "请选择要在社交共享栏中显示的共享服务"
988
 
989
- #: admin/social_sharing.php:908 admin/social_sharing.php:1348
990
  msgid "Search social network"
991
  msgstr "搜索社交网络"
992
 
993
- #: admin/social_sharing.php:927 admin/social_sharing.php:1385
994
  #: admin/like_buttons.php:179 admin/like_buttons.php:428
995
  msgid "Horizontal alignment"
996
  msgstr "水平对齐"
997
 
998
- #: admin/social_sharing.php:932 admin/like_buttons.php:184
999
  msgid "Center"
1000
  msgstr "居中"
1001
 
1002
- #: admin/social_sharing.php:941 admin/social_sharing.php:1398
1003
  msgid "Horizontal alignment of the sharing interface"
1004
  msgstr "共享界面水平对齐方式"
1005
 
1006
- #: admin/social_sharing.php:949 admin/like_buttons.php:201
1007
  msgid "Position with respect to content"
1008
  msgstr "相对于内容的位置"
1009
 
1010
- #: admin/social_sharing.php:953 admin/like_buttons.php:205
1011
  msgid "Top of the content"
1012
  msgstr "内容的顶部"
1013
 
1014
- #: admin/social_sharing.php:955 admin/like_buttons.php:207
1015
  msgid "Bottom of the content"
1016
  msgstr "内容的底部"
1017
 
1018
- #: admin/social_sharing.php:962
1019
  msgid "Specify position of the sharing interface with respect to the content"
1020
  msgstr "指定相对于内容而言共享界面的位置"
1021
 
1022
- #: admin/social_sharing.php:970 admin/social_sharing.php:1464
1023
  msgid "Placement"
1024
  msgstr "放置"
1025
 
1026
- #: admin/social_sharing.php:974 admin/social_sharing.php:1468
1027
  #: admin/social_login.php:848 admin/social_login.php:878
1028
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1029
  msgid "Homepage"
1030
  msgstr "主页"
1031
 
1032
- #: admin/social_sharing.php:976 admin/social_sharing.php:1470
1033
  #: admin/like_buttons.php:228 admin/like_buttons.php:513
1034
  msgid "Posts"
1035
  msgstr "文章"
1036
 
1037
- #: admin/social_sharing.php:978 admin/social_sharing.php:1472
1038
  #: admin/like_buttons.php:230 admin/like_buttons.php:515
1039
  msgid "Pages"
1040
  msgstr "页面"
1041
 
1042
- #: admin/social_sharing.php:980 admin/social_sharing.php:1474
1043
  #: admin/like_buttons.php:232 admin/like_buttons.php:517
1044
  msgid "Excerpts and Posts page"
1045
  msgstr "摘录和帖子页面"
1046
 
1047
- #: admin/social_sharing.php:982 admin/social_sharing.php:1476
1048
  #: admin/like_buttons.php:234 admin/like_buttons.php:519
1049
  msgid "Category Archives"
1050
  msgstr "目录类别"
1051
 
1052
- #: admin/social_sharing.php:984 admin/social_sharing.php:1478
1053
  #: admin/like_buttons.php:236 admin/like_buttons.php:521
1054
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1055
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1056
 
1057
- #: admin/social_sharing.php:1000 admin/like_buttons.php:252
1058
  msgid "BuddyPress activity"
1059
  msgstr "BuddyPress 活动"
1060
 
1061
- #: admin/social_sharing.php:1002 admin/like_buttons.php:255
1062
  msgid "BuddyPress group (only at top of content)"
1063
  msgstr "BuddyPress 组 (只有顶部的内容)"
1064
 
1065
- #: admin/social_sharing.php:1008 admin/social_sharing.php:1500
1066
  #: admin/like_buttons.php:262 admin/like_buttons.php:542
1067
  msgid "BBPress forum"
1068
  msgstr "BBPress 论坛"
1069
 
1070
- #: admin/social_sharing.php:1011 admin/social_sharing.php:1503
1071
  #: admin/like_buttons.php:265 admin/like_buttons.php:545
1072
  msgid "BBPress topic"
1073
  msgstr "BBPress 主题"
1074
 
1075
- #: admin/social_sharing.php:1014 admin/like_buttons.php:268
1076
  msgid "BBPress reply"
1077
  msgstr "BBPress 答复"
1078
 
1079
- #: admin/social_sharing.php:1021 admin/like_buttons.php:275
1080
  msgid "After individual product at WooCommerce Shop page"
1081
  msgstr "在 WooCommerce 商店页面上单独的商品后"
1082
 
1083
- #: admin/social_sharing.php:1024 admin/like_buttons.php:278
1084
  msgid "WooCommerce Product Page"
1085
  msgstr "Woocommerce商品页"
1086
 
1087
- #: admin/social_sharing.php:1027 admin/like_buttons.php:281
1088
  msgid "WooCommerce Thankyou Page"
1089
  msgstr "WooCommerce 致谢页面"
1090
 
1091
- #: admin/social_sharing.php:1038
1092
  msgid "Specify the pages where you want to enable Sharing interface"
1093
  msgstr "指定要启用共享界面的页面"
1094
 
1095
- #: admin/social_sharing.php:1046 admin/social_sharing.php:1521
1096
  msgid "Show share counts"
1097
  msgstr "显示共享计数"
1098
 
1099
- #: admin/social_sharing.php:1051 admin/social_sharing.php:1526
1100
  #, fuzzy
1101
  msgid ""
1102
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1105,7 +1113,7 @@ msgstr ""
1105
  "支持Facebook、Twitter、LinkedIn、Buffer、Reddit、Pinterest、Odnoclassniki和"
1106
  "Vkontakte的分享计数"
1107
 
1108
- #: admin/social_sharing.php:1052 admin/social_sharing.php:1527
1109
  #, php-format
1110
  msgid ""
1111
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1114,70 +1122,42 @@ msgid ""
1114
  "their website."
1115
  msgstr ""
1116
 
1117
- #: admin/social_sharing.php:1059 admin/social_sharing.php:1534
1118
  msgid "If enabled, share counts are displayed above sharing icons."
1119
  msgstr "如果启用,共享计数在共享图标上面显示。"
1120
 
1121
- #: admin/social_sharing.php:1068 admin/social_sharing.php:1543
1122
  msgid "Show total shares"
1123
  msgstr "分享总数"
1124
 
1125
- #: admin/social_sharing.php:1078 admin/social_sharing.php:1553
1126
  msgid "If enabled, total shares will be displayed with sharing icons"
1127
  msgstr "如果启用,共享计数在共享图标上面显示。"
1128
 
1129
- #: admin/social_sharing.php:1103 admin/social_sharing.php:1563
1130
- #: admin/social_login.php:161
1131
- msgid "Facebook App ID"
1132
- msgstr "Facebook 应用 ID"
1133
-
1134
- #: admin/social_sharing.php:1113 admin/social_sharing.php:1573
1135
- #, fuzzy, php-format
1136
- msgid ""
1137
- "Required for Facebook share count to work. Please follow the documentation "
1138
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1139
- msgstr ""
1140
- "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1141
- "Facebook的应用程序ID"
1142
-
1143
- #: admin/social_sharing.php:1121 admin/social_sharing.php:1581
1144
- #: admin/social_login.php:183
1145
- msgid "Facebook App Secret"
1146
- msgstr "FacebookAPP密码"
1147
-
1148
- #: admin/social_sharing.php:1131 admin/social_sharing.php:1591
1149
- #, fuzzy, php-format
1150
- msgid ""
1151
- "Required for Facebook share count to work. Please follow the documentation "
1152
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1153
- msgstr ""
1154
- "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1155
- "> 此链接 </a>, 以获得 facebook 应用程序机密"
1156
-
1157
- #: admin/social_sharing.php:1140 admin/social_sharing.php:1600
1158
  msgid "Enable 'More' icon"
1159
  msgstr "启用“更多”图标"
1160
 
1161
- #: admin/social_sharing.php:1150 admin/social_sharing.php:1610
1162
  msgid ""
1163
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1164
  "which shows additional sharing networks in popup"
1165
  msgstr ""
1166
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1167
 
1168
- #: admin/social_sharing.php:1167
1169
  msgid "Floating Sharing Interface Options"
1170
  msgstr "浮动共享界面选项"
1171
 
1172
- #: admin/social_sharing.php:1173
1173
  msgid "Enable Floating sharing interface"
1174
  msgstr "启用共享接口标准"
1175
 
1176
- #: admin/social_sharing.php:1183
1177
  msgid "Master control to enable floating sharing widget"
1178
  msgstr "主控,使共享浮动部件"
1179
 
1180
- #: admin/social_sharing.php:1377
1181
  msgid ""
1182
  "Specify the color or hex code (example #cc78e0) for the background of "
1183
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1188,146 +1168,177 @@ msgstr ""
1188
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1189
  "颜色的十六进制代码"
1190
 
1191
- #: admin/social_sharing.php:1407 admin/like_buttons.php:450
1192
  msgid "Left offset"
1193
  msgstr "左偏移"
1194
 
1195
- #: admin/social_sharing.php:1417
1196
  msgid ""
1197
  "Specify a number. Increase in number will shift sharing interface towards "
1198
  "right and decrease will shift it towards left. Number can be negative too."
1199
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1200
 
1201
- #: admin/social_sharing.php:1427 admin/like_buttons.php:470
1202
  msgid "Right offset"
1203
  msgstr "右偏移"
1204
 
1205
- #: admin/social_sharing.php:1437
1206
  msgid ""
1207
  "Specify a number. Increase in number will shift sharing interface towards "
1208
  "left and decrease will shift it towards right. Number can be negative too."
1209
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1210
 
1211
- #: admin/social_sharing.php:1446 admin/like_buttons.php:489
1212
  msgid "Top offset"
1213
  msgstr "顶部偏移"
1214
 
1215
- #: admin/social_sharing.php:1456
1216
  msgid ""
1217
  "Specify a number. Increase in number will shift sharing interface towards "
1218
  "bottom and decrease will shift it towards top."
1219
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1220
 
1221
- #: admin/social_sharing.php:1492 admin/like_buttons.php:535
1222
  msgid "BuddyPress group"
1223
  msgstr "BuddyPress 组"
1224
 
1225
- #: admin/social_sharing.php:1513
1226
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1227
  msgstr "指定要实现垂直共享界面的网页"
1228
 
1229
- #: admin/social_sharing.php:1618
1230
  #, fuzzy
1231
  msgid "Hide floating slider"
1232
  msgstr "隐藏登入客戶"
1233
 
1234
- #: admin/social_sharing.php:1628
1235
  #, fuzzy
1236
  msgid "Hides the slider arrow present below the floating share bar"
1237
  msgstr "如何在浮动共享栏后隐藏箭头?"
1238
 
1239
- #: admin/social_sharing.php:1636
1240
  msgid "Vertical floating bar responsiveness"
1241
  msgstr "立式浮栏响应能力"
1242
 
1243
- #: admin/social_sharing.php:1639
1244
  #, php-format
1245
  msgid "Display vertical interface only when screen is wider than %s pixels"
1246
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1247
 
1248
- #: admin/social_sharing.php:1646
1249
  msgid ""
1250
  "Display vertical interface only when screen is wider than the width "
1251
  "specified."
1252
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1253
 
1254
- #: admin/social_sharing.php:1654
1255
  msgid "Horizontal floating bar responsiveness"
1256
  msgstr "水平浮动栏响应"
1257
 
1258
- #: admin/social_sharing.php:1657
1259
  #, php-format
1260
  msgid ""
1261
  "Stick vertical floating interface horizontally at bottom only when screen is "
1262
  "narrower than %s pixels"
1263
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1264
 
1265
- #: admin/social_sharing.php:1664
1266
  msgid ""
1267
  "Stick vertical floating interface horizontally at bottom only when screen is "
1268
  "narrower than the width specified"
1269
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1270
 
1271
- #: admin/social_sharing.php:1674
1272
  msgid "Horizontal floating bar position"
1273
  msgstr "水平浮动栏位置"
1274
 
1275
- #: admin/social_sharing.php:1677
1276
  #, php-format
1277
  msgid "%s pixels from %s"
1278
  msgstr "%s像素来自%s"
1279
 
1280
- #: admin/social_sharing.php:1678
1281
  msgid "Auto-adjust according to screen width (responsive)"
1282
  msgstr "根据屏幕宽度自动调整 (自响应)"
1283
 
1284
- #: admin/social_sharing.php:1685
1285
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1286
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1287
 
1288
- #: admin/social_sharing.php:1705 admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1289
  msgid "Url shortener"
1290
  msgstr "短网址"
1291
 
1292
- #: admin/social_sharing.php:1711
1293
  msgid "Use shortlinks already installed"
1294
  msgstr "短网址已安装,发推按钮"
1295
 
1296
- #: admin/social_sharing.php:1721
1297
  msgid "Uses default short url permalinks without using any additional plugin"
1298
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1299
 
1300
- #: admin/social_sharing.php:1729
1301
  msgid "Enable bit.ly url shortener for sharing"
1302
  msgstr "用于使用bit.ly url短链共享"
1303
 
1304
- #: admin/social_sharing.php:1739 admin/like_buttons.php:626
1305
  msgid "Master control to enable bit.ly url shortening for sharing"
1306
  msgstr "主控件以启用 bit.ly url 短链共享"
1307
 
1308
- #: admin/social_sharing.php:1747
1309
  msgid "bit.ly Login"
1310
  msgstr "bit.ly登录"
1311
 
1312
- #: admin/social_sharing.php:1757 admin/social_sharing.php:1776
1313
  #, php-format
1314
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1315
  msgstr ""
1316
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1317
 
1318
- #: admin/social_sharing.php:1766 admin/like_buttons.php:653
1319
  msgid "bit.ly API Key"
1320
  msgstr "bit.ly API 密钥"
1321
 
1322
- #: admin/social_sharing.php:1785 admin/like_buttons.php:672
1323
  msgid "Clear Bitly Cache"
1324
  msgstr "清除 Bitly 缓存"
1325
 
1326
- #: admin/social_sharing.php:1789 admin/like_buttons.php:676
1327
  msgid "ShortUrl cache cleared successfully."
1328
  msgstr "ShortUrl 缓存成功清除。"
1329
 
1330
- #: admin/social_sharing.php:1796 admin/like_buttons.php:683
1331
  msgid ""
1332
  "Use this to delete short urls saved in database. Handy, if urls of your "
1333
  "website have been changed but short urls are still being generated for old "
@@ -1336,31 +1347,31 @@ msgstr ""
1336
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1337
  "仍为旧网址,手动处理。"
1338
 
1339
- #: admin/social_sharing.php:1805
1340
  msgid "Share Count Cache"
1341
  msgstr "共享计数缓存"
1342
 
1343
- #: admin/social_sharing.php:1811
1344
  msgid "Refresh Share Count cache every"
1345
  msgstr "清空每个计数器缓存"
1346
 
1347
- #: admin/social_sharing.php:1816
1348
  msgid "Second(s)"
1349
  msgstr "秒(s)"
1350
 
1351
- #: admin/social_sharing.php:1817
1352
  msgid "Minute(s)"
1353
  msgstr "分钟"
1354
 
1355
- #: admin/social_sharing.php:1818
1356
  msgid "Hour(s)"
1357
  msgstr "小时"
1358
 
1359
- #: admin/social_sharing.php:1819
1360
  msgid "Day(s)"
1361
  msgstr "天"
1362
 
1363
- #: admin/social_sharing.php:1827
1364
  #, php-format
1365
  msgid ""
1366
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1370,25 +1381,25 @@ msgstr ""
1370
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1371
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1372
 
1373
- #: admin/social_sharing.php:1835
1374
  msgid "Clear Share Counts Cache"
1375
  msgstr "清除共享计数缓存"
1376
 
1377
- #: admin/social_sharing.php:1839
1378
  msgid "Share Counts cache cleared successfully."
1379
  msgstr "分享计数缓存成功清除。"
1380
 
1381
- #: admin/social_sharing.php:1846
1382
  msgid "Use this to clear cached share counts"
1383
  msgstr "使用这个清除计数的缓存"
1384
 
1385
- #: admin/social_sharing.php:1855 admin/social_sharing.php:1861
1386
  #: admin/social_commenting.php:315 admin/like_buttons.php:692
1387
  #: admin/like_buttons.php:698
1388
  msgid "Language"
1389
  msgstr "语言"
1390
 
1391
- #: admin/social_sharing.php:1871
1392
  #, php-format
1393
  msgid ""
1394
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1398,15 +1409,15 @@ msgstr ""
1398
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1399
  "链接</a>找到语言代码。留空为默认 (英语)"
1400
 
1401
- #: admin/social_sharing.php:1880
1402
  msgid "Username in sharing"
1403
  msgstr "共享的用户名"
1404
 
1405
- #: admin/social_sharing.php:1886
1406
  msgid "Twitter username (without @)"
1407
  msgstr "Twitter账号(无@)"
1408
 
1409
- #: admin/social_sharing.php:1896 admin/social_sharing.php:1915
1410
  msgid ""
1411
  "Provided username will be appended after the content being shared as \"via "
1412
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1415,35 +1426,35 @@ msgstr ""
1415
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1416
  "请留空。"
1417
 
1418
- #: admin/social_sharing.php:1905
1419
  msgid "Buffer username (without @)"
1420
  msgstr "缓冲用户名 (无 @)"
1421
 
1422
- #: admin/social_sharing.php:1924
1423
  msgid "AMP"
1424
  msgstr ""
1425
 
1426
- #: admin/social_sharing.php:1930
1427
  msgid "Enable sharing on AMP pages"
1428
  msgstr "在 AMP 页面上启用分享"
1429
 
1430
- #: admin/social_sharing.php:1940
1431
  msgid "Enable this option to render sharing icons on AMP pages"
1432
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1433
 
1434
- #: admin/social_sharing.php:1959 admin/like_buttons.php:771
1435
  msgid "myCRED"
1436
  msgstr "myCRED"
1437
 
1438
- #: admin/social_sharing.php:1965 admin/like_buttons.php:777
1439
  msgid "Append myCRED referral ID to the urls being shared"
1440
  msgstr "将myCRED推荐ID追加到分享的URL"
1441
 
1442
- #: admin/social_sharing.php:1998
1443
  msgid "Facebook Sharing Troubleshooter"
1444
  msgstr "Facebook 分享疑难解答"
1445
 
1446
- #: admin/social_sharing.php:2003
1447
  msgid ""
1448
  "If Facebook sharing is not working fine, click at the following link and "
1449
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1453,7 +1464,7 @@ msgstr ""
1453
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1454
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1455
 
1456
- #: admin/social_sharing.php:2020 admin/social_commenting.php:399
1457
  #: admin/social_login.php:1241
1458
  msgid ""
1459
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -1462,17 +1473,22 @@ msgstr ""
1462
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1463
  "使插件正常运行。"
1464
 
1465
- #: admin/social_sharing.php:2021
1466
  msgid ""
1467
  "Why is sharer not showing the correct image, title and other meta tags "
1468
  "content?"
1469
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1470
 
1471
- #: admin/social_sharing.php:2023
 
 
 
 
 
1472
  msgid "Why is Instagram icon redirecting to Instagram website?"
1473
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1474
 
1475
- #: admin/social_sharing.php:2024
1476
  msgid ""
1477
  "Instagram icon is there to send website visitors to the Instagram page of "
1478
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1482,92 +1498,92 @@ msgstr ""
1482
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1483
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1484
 
1485
- #: admin/social_sharing.php:2027
1486
  #, fuzzy
1487
  msgid "How to customize the url being shared?"
1488
  msgstr "如何自定义个人共享计数的外观?"
1489
 
1490
- #: admin/social_sharing.php:2028
1491
  msgid ""
1492
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1493
  msgstr ""
1494
 
1495
- #: admin/social_sharing.php:2029
1496
  msgid ""
1497
  "It takes some time for their service to track the shares made on Twitter "
1498
  "from your website. If you still feel it's taking too long you can contact "
1499
  "their support directly from their website."
1500
  msgstr ""
1501
 
1502
- #: admin/social_sharing.php:2031 admin/like_buttons.php:814
1503
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1504
  msgstr "如何在同一行中放置标题和社交分享图标?"
1505
 
1506
- #: admin/social_sharing.php:2032
1507
  msgid ""
1508
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1509
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1510
 
1511
- #: admin/social_sharing.php:2033 admin/social_commenting.php:402
1512
  #: admin/social_login.php:1248
1513
  msgid "Why is my browser blocking some features of the plugin?"
1514
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1515
 
1516
- #: admin/social_sharing.php:2034
1517
  msgid "Why the color of share icons is not being updated?"
1518
  msgstr "为什么分享图标的颜色未更新?"
1519
 
1520
- #: admin/social_sharing.php:2035
1521
  msgid "Why Facebook share counts are not appearing?"
1522
  msgstr "为什么Facebook 分享数量没有出现?"
1523
 
1524
- #: admin/social_sharing.php:2036
1525
  msgid ""
1526
  "How can I show share counts of my website rather than of individual pages/"
1527
  "posts?"
1528
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1529
 
1530
- #: admin/social_sharing.php:2037
1531
  msgid "How can I disable sharing on particular page/post?"
1532
  msgstr "如何在特定的页面文章上禁用共享?"
1533
 
1534
- #: admin/social_sharing.php:2038
1535
  msgid "How can I specify minimum sharing count for sharing networks?"
1536
  msgstr "如何为共享网络共享指定最少数目?"
1537
 
1538
- #: admin/social_sharing.php:2039
1539
  msgid "How to share specific page?"
1540
  msgstr "如何共享特定页面?"
1541
 
1542
- #: admin/social_sharing.php:2040
1543
  msgid "How to integrate Google Analytics with sharing?"
1544
  msgstr "谷歌分析与集成"
1545
 
1546
- #: admin/social_sharing.php:2041
1547
  msgid "How to customize the look of total share counts?"
1548
  msgstr "如何自定义总共享计数的外观?"
1549
 
1550
- #: admin/social_sharing.php:2042
1551
  msgid "How to customize the look of individual share counts?"
1552
  msgstr "如何自定义个人共享计数的外观?"
1553
 
1554
- #: admin/social_sharing.php:2043
1555
  msgid "How to show Whatsapp icon only on mobile devices?"
1556
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1557
 
1558
- #: admin/social_sharing.php:2044
1559
  msgid "How to hide arrow after floating sharing bar?"
1560
  msgstr "如何在浮动共享栏后隐藏箭头?"
1561
 
1562
- #: admin/social_sharing.php:2045
1563
  msgid "Why is share count not getting updated?"
1564
  msgstr "为什么共享计数没有得到更新?"
1565
 
1566
- #: admin/social_sharing.php:2046 admin/like_buttons.php:812
1567
  msgid "Why is there so much space between like buttons?"
1568
  msgstr "为什么像按钮之间有这么多的空间?"
1569
 
1570
- #: admin/social_sharing.php:2047 admin/like_buttons.php:813
1571
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1572
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1573
 
@@ -2787,11 +2803,11 @@ msgstr "标题 (登录前):"
2787
  msgid "Title (after login):"
2788
  msgstr "标题 (登录后):"
2789
 
2790
- #: inc/widget.php:87 inc/widget.php:266 inc/widget.php:608 inc/widget.php:939
2791
  msgid "Before widget content:"
2792
  msgstr "小工具内容之前:"
2793
 
2794
- #: inc/widget.php:89 inc/widget.php:268 inc/widget.php:610 inc/widget.php:1013
2795
  msgid "After widget content:"
2796
  msgstr "小工具内容之后:"
2797
 
@@ -2900,99 +2916,104 @@ msgstr ""
2900
  msgid "These icons link to your Social Media accounts"
2901
  msgstr "这些图标链接到您的社交媒体帐户"
2902
 
2903
- #: inc/widget.php:943
2904
  msgid "Size of icons"
2905
  msgstr "图标大小"
2906
 
2907
- #: inc/widget.php:945
2908
  msgid "Icon Shape"
2909
  msgstr "图标形状"
2910
 
2911
- #: inc/widget.php:950
2912
  msgid "Facebook URL:"
2913
  msgstr "Facebook URL:"
2914
 
2915
- #: inc/widget.php:953
2916
  msgid "Twitter URL:"
2917
  msgstr "Twitter URL:"
2918
 
2919
- #: inc/widget.php:956
2920
  msgid "Instagram URL:"
2921
  msgstr "Instagram URL:"
2922
 
2923
- #: inc/widget.php:959
2924
  msgid "Pinterest URL:"
2925
  msgstr "Pinterest网址:"
2926
 
2927
- #: inc/widget.php:962
2928
  msgid "Behance URL:"
2929
  msgstr "Behance链接:"
2930
 
2931
- #: inc/widget.php:965
2932
  msgid "Flickr URL:"
2933
  msgstr "Flickr URL:"
2934
 
2935
- #: inc/widget.php:968
2936
  msgid "Foursquare URL:"
2937
  msgstr "Foursquare链接:"
2938
 
2939
- #: inc/widget.php:971
2940
  msgid "Github URL:"
2941
  msgstr "Github 链接:"
2942
 
2943
- #: inc/widget.php:974
2944
  msgid "LinkedIn URL:"
2945
  msgstr "LinkedIn URL:"
2946
 
2947
- #: inc/widget.php:977
2948
  msgid "LinkedIn Company URL:"
2949
  msgstr "LinkedIn 公司链接:"
2950
 
2951
- #: inc/widget.php:980
2952
  #, fuzzy
2953
  msgid "Medium URL:"
2954
  msgstr "Vimeo网址:"
2955
 
2956
- #: inc/widget.php:983
2957
  #, fuzzy
2958
  msgid "MeWe URL:"
2959
  msgstr "Vimeo网址:"
2960
 
2961
- #: inc/widget.php:986
2962
  msgid "Odnoklassniki URL:"
2963
  msgstr ""
2964
 
2965
- #: inc/widget.php:989
2966
  msgid "Snapchat URL:"
2967
  msgstr "Snapchat URL:"
2968
 
2969
- #: inc/widget.php:992
 
 
 
 
 
2970
  msgid "Tumblr URL:"
2971
  msgstr "Tumblr网址:"
2972
 
2973
- #: inc/widget.php:995
2974
  msgid "Vimeo URL:"
2975
  msgstr "Vimeo网址:"
2976
 
2977
- #: inc/widget.php:998
2978
  #, fuzzy
2979
  msgid "Vkontakte URL:"
2980
  msgstr "Vkontakte"
2981
 
2982
- #: inc/widget.php:1001
2983
  #, fuzzy
2984
  msgid "Xing URL:"
2985
  msgstr "LinkedIn URL:"
2986
 
2987
- #: inc/widget.php:1004
2988
  msgid "Youtube URL:"
2989
  msgstr "Youtube网址:"
2990
 
2991
- #: inc/widget.php:1007
2992
  msgid "Youtube Channel URL:"
2993
  msgstr "YouTube频道网址:"
2994
 
2995
- #: inc/widget.php:1010
2996
  msgid "RSS Feed URL:"
2997
  msgstr "RSS 订阅链接:"
2998
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2019-05-16 13:22+0530\n"
5
+ "PO-Revision-Date: 2019-05-16 13:22+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
330
  msgstr ""
331
 
332
  #: super_socializer.php:2013
333
+ #, php-format
334
  msgid ""
335
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
336
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
337
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
338
+ "that, clear share counts cache from \"Miscellaneous\" section"
339
  msgstr ""
340
 
341
  #: super_socializer.php:2039
356
  msgid "Settings saved"
357
  msgstr "设置已保存"
358
 
359
+ #: helper.php:8 admin/social_sharing.php:42
360
  msgid "Dismiss this notice"
361
  msgstr "关闭该通知"
362
 
444
  msgid "Large Avatar"
445
  msgstr "大头像"
446
 
447
+ #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2016
448
  #: admin/social_commenting.php:413 admin/social_login.php:1259
449
  #: admin/like_buttons.php:826
450
  msgid "Save Changes"
467
  msgstr "发生了一些不好的事情"
468
 
469
  #: admin/general_options.php:7 admin/general_options.php:136
470
+ #: admin/social_sharing.php:5 admin/social_sharing.php:2020
471
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
472
  #: admin/social_login.php:5 admin/social_login.php:1263
473
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
538
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
539
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
540
 
541
+ #: admin/general_options.php:147 admin/social_sharing.php:2026
542
  #: admin/social_commenting.php:423 admin/social_login.php:1269
543
  #: admin/like_buttons.php:836
544
  msgid "Instagram Shoutout"
545
  msgstr ""
546
 
547
+ #: admin/general_options.php:149 admin/social_sharing.php:2028
548
  #: admin/social_commenting.php:425 admin/social_login.php:1271
549
  #: admin/like_buttons.php:838
550
  msgid ""
555
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
556
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
557
 
558
+ #: admin/general_options.php:150 admin/social_sharing.php:2029
559
  #: admin/social_commenting.php:426 admin/social_login.php:1272
560
  #: admin/like_buttons.php:839
561
  msgid ""
569
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
570
  "常简单的方式精通自己选择的编程语言。"
571
 
572
+ #: admin/general_options.php:151 admin/social_sharing.php:2030
573
  #: admin/social_commenting.php:427 admin/social_login.php:1273
574
  #: admin/like_buttons.php:840
575
  msgid ""
684
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
685
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
686
 
687
+ #: admin/social_sharing.php:42 admin/social_sharing.php:1979
688
+ msgid ""
689
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
690
+ "Facebook share count to work"
691
+ msgstr ""
692
+
693
+ #: admin/social_sharing.php:49
694
  msgid "Theme Selection"
695
  msgstr "主题选择"
696
 
697
+ #: admin/social_sharing.php:50 admin/like_buttons.php:41
698
  msgid "Standard Interface"
699
  msgstr "标准接口"
700
 
701
+ #: admin/social_sharing.php:51 admin/like_buttons.php:42
702
  msgid "Floating Interface"
703
  msgstr "浮动接口"
704
 
705
+ #: admin/social_sharing.php:52 admin/like_buttons.php:43
706
  msgid "Miscellaneous"
707
  msgstr "其他"
708
 
709
+ #: admin/social_sharing.php:56 admin/like_buttons.php:47
710
  msgid "3rd Party Integration"
711
  msgstr "第三方集成"
712
 
713
+ #: admin/social_sharing.php:60 admin/social_sharing.php:1941
714
+ #: admin/social_sharing.php:1943 admin/social_login.php:46
715
  #: admin/social_login.php:1225 admin/like_buttons.php:51
716
  #: admin/like_buttons.php:797
717
  msgid "Shortcode & Widget"
718
  msgstr "简码&小工具"
719
 
720
+ #: admin/social_sharing.php:61
721
  msgid "Troubleshooter"
722
  msgstr "排错"
723
 
724
+ #: admin/social_sharing.php:62 admin/social_sharing.php:1974
725
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
726
  #: admin/social_login.php:47 admin/social_login.php:1239
727
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
728
  msgid "FAQ"
729
  msgstr "常见问题解答"
730
 
731
+ #: admin/social_sharing.php:70
732
  msgid "Standard interface theme"
733
  msgstr "标准接口主题"
734
 
735
+ #: admin/social_sharing.php:75 admin/social_sharing.php:382
736
  msgid "Icon Preview"
737
  msgstr "图标预览"
738
 
739
+ #: admin/social_sharing.php:147 admin/social_sharing.php:455
740
  msgid ""
741
  "Do not forget to save the configuration after making changes by clicking the "
742
  "save button below"
743
  msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
744
 
745
+ #: admin/social_sharing.php:154 admin/social_sharing.php:462
746
  msgid "Shape"
747
  msgstr "形状"
748
 
749
+ #: admin/social_sharing.php:158 admin/social_sharing.php:466
750
+ #: inc/widget.php:951
751
  msgid "Round"
752
  msgstr "圆"
753
 
754
+ #: admin/social_sharing.php:160 admin/social_sharing.php:468
755
+ #: inc/widget.php:952
756
  msgid "Square"
757
  msgstr "正方形"
758
 
759
+ #: admin/social_sharing.php:162 admin/social_sharing.php:470
760
  msgid "Rectangle"
761
  msgstr "矩形"
762
 
763
+ #: admin/social_sharing.php:169 admin/social_sharing.php:477
764
  msgid "Shape of the sharing icons"
765
  msgstr "共享图标的形状"
766
 
767
+ #: admin/social_sharing.php:178 admin/social_sharing.php:486
768
  msgid "Size (in pixels)"
769
  msgstr "大小 (以像素为单位)"
770
 
771
+ #: admin/social_sharing.php:194 admin/social_sharing.php:502
772
  msgid "Size of the sharing icons"
773
  msgstr "共享图标的大小"
774
 
775
+ #: admin/social_sharing.php:204 admin/social_sharing.php:512
776
  msgid "Width (in pixels)"
777
  msgstr "宽度(px)"
778
 
779
+ #: admin/social_sharing.php:220 admin/social_sharing.php:528
780
  msgid "Width of the sharing icons"
781
  msgstr "共享图标宽度"
782
 
783
+ #: admin/social_sharing.php:228 admin/social_sharing.php:536
784
  msgid "Height (in pixels)"
785
  msgstr "高度(像素)"
786
 
787
+ #: admin/social_sharing.php:244 admin/social_sharing.php:552
788
  msgid "Height of the sharing icons"
789
  msgstr "共享图标高度"
790
 
791
+ #: admin/social_sharing.php:254 admin/social_sharing.php:562
792
  msgid "Border radius (in pixels)"
793
  msgstr "(以像素为单位) 的边界半径"
794
 
795
+ #: admin/social_sharing.php:264 admin/social_sharing.php:572
796
  msgid ""
797
  "Specify a value for rounded corners. More the value, more rounded will the "
798
  "corners be. Leave empty for sharp corners."
799
  msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
800
 
801
+ #: admin/social_sharing.php:273 admin/social_sharing.php:581
802
  msgid "Logo Color"
803
  msgstr "logo颜色"
804
 
805
+ #: admin/social_sharing.php:277 admin/social_sharing.php:298
806
+ #: admin/social_sharing.php:318 admin/social_sharing.php:585
807
+ #: admin/social_sharing.php:606 admin/social_sharing.php:625
808
  msgid "Default"
809
  msgstr "默认"
810
 
811
+ #: admin/social_sharing.php:279 admin/social_sharing.php:299
812
+ #: admin/social_sharing.php:323 admin/social_sharing.php:587
813
+ #: admin/social_sharing.php:607 admin/social_sharing.php:630
814
  msgid "On Hover"
815
  msgstr "鼠标悬停"
816
 
817
+ #: admin/social_sharing.php:287 admin/social_sharing.php:595
818
  msgid ""
819
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
820
  "empty for default. You can get the hex code of the required color from <a "
824
  "href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色"
825
  "的十六进制代码"
826
 
827
+ #: admin/social_sharing.php:295 admin/social_sharing.php:603
828
+ #: admin/social_sharing.php:1318 admin/like_buttons.php:410 inc/widget.php:460
829
  #: inc/widget.php:772
830
  msgid "Background Color"
831
  msgstr "背景颜色"
832
 
833
+ #: admin/social_sharing.php:306 admin/social_sharing.php:614
834
  msgid ""
835
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
836
  "\"transparent\" for transparent background. Leave empty for default. You can "
841
  "为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链"
842
  "接</a>获得所需的颜色的十六进制代码"
843
 
844
+ #: admin/social_sharing.php:314 admin/social_sharing.php:622
845
  msgid "Border"
846
  msgstr "边框"
847
 
848
+ #: admin/social_sharing.php:320 admin/social_sharing.php:325
849
+ #: admin/social_sharing.php:627 admin/social_sharing.php:632
850
  msgid "Border Width"
851
  msgstr "边框宽度"
852
 
853
+ #: admin/social_sharing.php:321 admin/social_sharing.php:326
854
+ #: admin/social_sharing.php:628 admin/social_sharing.php:633
855
  msgid "Border Color"
856
  msgstr "边框颜色"
857
 
858
+ #: admin/social_sharing.php:333 admin/social_sharing.php:640
859
  msgid "Icon border"
860
  msgstr "图标边框"
861
 
862
+ #: admin/social_sharing.php:341 admin/social_sharing.php:648
863
  msgid "Counter Position"
864
  msgstr "计数器的位置"
865
 
866
+ #: admin/social_sharing.php:341 admin/social_sharing.php:648
867
  msgid "(applies, if counter enabled)"
868
  msgstr "(适用,如果启用计数器)"
869
 
870
+ #: admin/social_sharing.php:345 admin/social_sharing.php:652
871
+ #: admin/social_sharing.php:935 admin/social_sharing.php:1340
872
  #: admin/like_buttons.php:183 admin/like_buttons.php:432 inc/widget.php:446
873
  #: inc/widget.php:758
874
  msgid "Left"
875
  msgstr "左边"
876
 
877
+ #: admin/social_sharing.php:347 admin/social_sharing.php:654
878
  msgid "Top"
879
  msgstr "顶部"
880
 
881
+ #: admin/social_sharing.php:349 admin/social_sharing.php:656
882
+ #: admin/social_sharing.php:937 admin/social_sharing.php:1341
883
  #: admin/like_buttons.php:185 admin/like_buttons.php:433 inc/widget.php:447
884
  #: inc/widget.php:759
885
  msgid "Right"
886
  msgstr "右侧"
887
 
888
+ #: admin/social_sharing.php:351 admin/social_sharing.php:658
889
  msgid "Bottom"
890
  msgstr "居下"
891
 
892
+ #: admin/social_sharing.php:353 admin/social_sharing.php:660
893
  msgid "Inner Left"
894
  msgstr "内左"
895
 
896
+ #: admin/social_sharing.php:355 admin/social_sharing.php:662
897
  msgid "Inner Top"
898
  msgstr "内顶"
899
 
900
+ #: admin/social_sharing.php:357 admin/social_sharing.php:664
901
  msgid "Inner Right"
902
  msgstr "内右"
903
 
904
+ #: admin/social_sharing.php:359 admin/social_sharing.php:666
905
  msgid "Inner Bottom"
906
  msgstr "内底"
907
 
908
+ #: admin/social_sharing.php:367 admin/social_sharing.php:674
909
  msgid "Position of share counter"
910
  msgstr "共享计数器的位置"
911
 
912
+ #: admin/social_sharing.php:377
913
  msgid "Floating interface theme"
914
  msgstr "浮动的界面主题"
915
 
916
+ #: admin/social_sharing.php:690
917
  msgid "Standard Sharing Interface Options"
918
  msgstr "标准共享界面选项"
919
 
920
+ #: admin/social_sharing.php:696
921
  msgid "Enable Standard sharing interface"
922
  msgstr "启用共享接口标准"
923
 
924
+ #: admin/social_sharing.php:706
925
  msgid "Master control to enable standard sharing"
926
  msgstr "主控件以启用标准共享"
927
 
928
+ #: admin/social_sharing.php:716 admin/social_sharing.php:1144
929
  #: admin/like_buttons.php:86 admin/like_buttons.php:336
930
  msgid "Target Url"
931
  msgstr "目标URL"
932
 
933
+ #: admin/social_sharing.php:720 admin/social_sharing.php:1148
934
  #: admin/like_buttons.php:90 admin/like_buttons.php:340
935
  msgid "Url of the webpage where icons are located (default)"
936
  msgstr "图标所在网页的Url (默认值)"
937
 
938
+ #: admin/social_sharing.php:722 admin/social_sharing.php:1150
939
  #: admin/like_buttons.php:92 admin/like_buttons.php:342
940
  msgid "Url of the homepage of your website"
941
  msgstr "您网站的主页的 Url"
942
 
943
+ #: admin/social_sharing.php:724 admin/social_sharing.php:1152
944
  #: admin/like_buttons.php:94 admin/like_buttons.php:344
945
  msgid "Custom url"
946
  msgstr "自定义 URL"
947
 
948
+ #: admin/social_sharing.php:731 admin/social_sharing.php:1159
949
  msgid "Url to share"
950
  msgstr "要分享的网址"
951
 
952
+ #: admin/social_sharing.php:739 admin/social_login.php:532
953
+ #: admin/social_login.php:909 admin/like_buttons.php:109 inc/widget.php:945
954
  msgid "Title"
955
  msgstr "标题"
956
 
957
+ #: admin/social_sharing.php:749
958
  msgid "The text to display above the sharing interface"
959
  msgstr "要共享界面上方显示的文本"
960
 
961
+ #: admin/social_sharing.php:774 admin/social_sharing.php:1168
962
  msgid "Instagram username"
963
  msgstr ""
964
 
965
+ #: admin/social_sharing.php:784 admin/social_sharing.php:1178
966
  msgid ""
967
  "Username of the Instagram account you want to redirect users to, on clicking "
968
  "the icon"
969
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
970
 
971
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1188
972
  msgid "HTML ID of container element of comment form"
973
  msgstr "注释表单的容器元素的HTML ID"
974
 
975
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1198
976
  msgid ""
977
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
978
  "icon."
979
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
980
 
981
+ #: admin/social_sharing.php:818 admin/social_sharing.php:1207
982
  msgid "Rearrange icons"
983
  msgstr "重新排列图标"
984
 
985
+ #: admin/social_sharing.php:879 admin/social_sharing.php:1266
986
  msgid "Drag the icons to rearrange in desired order"
987
  msgstr "按所需顺序拖动要重新排列的图标"
988
 
989
+ #: admin/social_sharing.php:887 admin/social_sharing.php:1274
990
  msgid "Select Sharing Services"
991
  msgstr "选择共享服务"
992
 
993
+ #: admin/social_sharing.php:894 admin/social_sharing.php:1281
994
  msgid "Select sharing services to show in social share bar"
995
  msgstr "请选择要在社交共享栏中显示的共享服务"
996
 
997
+ #: admin/social_sharing.php:912 admin/social_sharing.php:1299
998
  msgid "Search social network"
999
  msgstr "搜索社交网络"
1000
 
1001
+ #: admin/social_sharing.php:931 admin/social_sharing.php:1336
1002
  #: admin/like_buttons.php:179 admin/like_buttons.php:428
1003
  msgid "Horizontal alignment"
1004
  msgstr "水平对齐"
1005
 
1006
+ #: admin/social_sharing.php:936 admin/like_buttons.php:184
1007
  msgid "Center"
1008
  msgstr "居中"
1009
 
1010
+ #: admin/social_sharing.php:945 admin/social_sharing.php:1349
1011
  msgid "Horizontal alignment of the sharing interface"
1012
  msgstr "共享界面水平对齐方式"
1013
 
1014
+ #: admin/social_sharing.php:953 admin/like_buttons.php:201
1015
  msgid "Position with respect to content"
1016
  msgstr "相对于内容的位置"
1017
 
1018
+ #: admin/social_sharing.php:957 admin/like_buttons.php:205
1019
  msgid "Top of the content"
1020
  msgstr "内容的顶部"
1021
 
1022
+ #: admin/social_sharing.php:959 admin/like_buttons.php:207
1023
  msgid "Bottom of the content"
1024
  msgstr "内容的底部"
1025
 
1026
+ #: admin/social_sharing.php:966
1027
  msgid "Specify position of the sharing interface with respect to the content"
1028
  msgstr "指定相对于内容而言共享界面的位置"
1029
 
1030
+ #: admin/social_sharing.php:974 admin/social_sharing.php:1415
1031
  msgid "Placement"
1032
  msgstr "放置"
1033
 
1034
+ #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1035
  #: admin/social_login.php:848 admin/social_login.php:878
1036
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1037
  msgid "Homepage"
1038
  msgstr "主页"
1039
 
1040
+ #: admin/social_sharing.php:980 admin/social_sharing.php:1421
1041
  #: admin/like_buttons.php:228 admin/like_buttons.php:513
1042
  msgid "Posts"
1043
  msgstr "文章"
1044
 
1045
+ #: admin/social_sharing.php:982 admin/social_sharing.php:1423
1046
  #: admin/like_buttons.php:230 admin/like_buttons.php:515
1047
  msgid "Pages"
1048
  msgstr "页面"
1049
 
1050
+ #: admin/social_sharing.php:984 admin/social_sharing.php:1425
1051
  #: admin/like_buttons.php:232 admin/like_buttons.php:517
1052
  msgid "Excerpts and Posts page"
1053
  msgstr "摘录和帖子页面"
1054
 
1055
+ #: admin/social_sharing.php:986 admin/social_sharing.php:1427
1056
  #: admin/like_buttons.php:234 admin/like_buttons.php:519
1057
  msgid "Category Archives"
1058
  msgstr "目录类别"
1059
 
1060
+ #: admin/social_sharing.php:988 admin/social_sharing.php:1429
1061
  #: admin/like_buttons.php:236 admin/like_buttons.php:521
1062
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1063
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1064
 
1065
+ #: admin/social_sharing.php:1004 admin/like_buttons.php:252
1066
  msgid "BuddyPress activity"
1067
  msgstr "BuddyPress 活动"
1068
 
1069
+ #: admin/social_sharing.php:1006 admin/like_buttons.php:255
1070
  msgid "BuddyPress group (only at top of content)"
1071
  msgstr "BuddyPress 组 (只有顶部的内容)"
1072
 
1073
+ #: admin/social_sharing.php:1012 admin/social_sharing.php:1451
1074
  #: admin/like_buttons.php:262 admin/like_buttons.php:542
1075
  msgid "BBPress forum"
1076
  msgstr "BBPress 论坛"
1077
 
1078
+ #: admin/social_sharing.php:1015 admin/social_sharing.php:1454
1079
  #: admin/like_buttons.php:265 admin/like_buttons.php:545
1080
  msgid "BBPress topic"
1081
  msgstr "BBPress 主题"
1082
 
1083
+ #: admin/social_sharing.php:1018 admin/like_buttons.php:268
1084
  msgid "BBPress reply"
1085
  msgstr "BBPress 答复"
1086
 
1087
+ #: admin/social_sharing.php:1025 admin/like_buttons.php:275
1088
  msgid "After individual product at WooCommerce Shop page"
1089
  msgstr "在 WooCommerce 商店页面上单独的商品后"
1090
 
1091
+ #: admin/social_sharing.php:1028 admin/like_buttons.php:278
1092
  msgid "WooCommerce Product Page"
1093
  msgstr "Woocommerce商品页"
1094
 
1095
+ #: admin/social_sharing.php:1031 admin/like_buttons.php:281
1096
  msgid "WooCommerce Thankyou Page"
1097
  msgstr "WooCommerce 致谢页面"
1098
 
1099
+ #: admin/social_sharing.php:1042
1100
  msgid "Specify the pages where you want to enable Sharing interface"
1101
  msgstr "指定要启用共享界面的页面"
1102
 
1103
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1472
1104
  msgid "Show share counts"
1105
  msgstr "显示共享计数"
1106
 
1107
+ #: admin/social_sharing.php:1055 admin/social_sharing.php:1477
1108
  #, fuzzy
1109
  msgid ""
1110
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1113
  "支持Facebook、Twitter、LinkedIn、Buffer、Reddit、Pinterest、Odnoclassniki和"
1114
  "Vkontakte的分享计数"
1115
 
1116
+ #: admin/social_sharing.php:1056 admin/social_sharing.php:1478
1117
  #, php-format
1118
  msgid ""
1119
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1122
  "their website."
1123
  msgstr ""
1124
 
1125
+ #: admin/social_sharing.php:1063 admin/social_sharing.php:1485
1126
  msgid "If enabled, share counts are displayed above sharing icons."
1127
  msgstr "如果启用,共享计数在共享图标上面显示。"
1128
 
1129
+ #: admin/social_sharing.php:1072 admin/social_sharing.php:1494
1130
  msgid "Show total shares"
1131
  msgstr "分享总数"
1132
 
1133
+ #: admin/social_sharing.php:1082 admin/social_sharing.php:1504
1134
  msgid "If enabled, total shares will be displayed with sharing icons"
1135
  msgstr "如果启用,共享计数在共享图标上面显示。"
1136
 
1137
+ #: admin/social_sharing.php:1091 admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  msgid "Enable 'More' icon"
1139
  msgstr "启用“更多”图标"
1140
 
1141
+ #: admin/social_sharing.php:1101 admin/social_sharing.php:1523
1142
  msgid ""
1143
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1144
  "which shows additional sharing networks in popup"
1145
  msgstr ""
1146
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1147
 
1148
+ #: admin/social_sharing.php:1118
1149
  msgid "Floating Sharing Interface Options"
1150
  msgstr "浮动共享界面选项"
1151
 
1152
+ #: admin/social_sharing.php:1124
1153
  msgid "Enable Floating sharing interface"
1154
  msgstr "启用共享接口标准"
1155
 
1156
+ #: admin/social_sharing.php:1134
1157
  msgid "Master control to enable floating sharing widget"
1158
  msgstr "主控,使共享浮动部件"
1159
 
1160
+ #: admin/social_sharing.php:1328
1161
  msgid ""
1162
  "Specify the color or hex code (example #cc78e0) for the background of "
1163
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1168
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1169
  "颜色的十六进制代码"
1170
 
1171
+ #: admin/social_sharing.php:1358 admin/like_buttons.php:450
1172
  msgid "Left offset"
1173
  msgstr "左偏移"
1174
 
1175
+ #: admin/social_sharing.php:1368
1176
  msgid ""
1177
  "Specify a number. Increase in number will shift sharing interface towards "
1178
  "right and decrease will shift it towards left. Number can be negative too."
1179
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1180
 
1181
+ #: admin/social_sharing.php:1378 admin/like_buttons.php:470
1182
  msgid "Right offset"
1183
  msgstr "右偏移"
1184
 
1185
+ #: admin/social_sharing.php:1388
1186
  msgid ""
1187
  "Specify a number. Increase in number will shift sharing interface towards "
1188
  "left and decrease will shift it towards right. Number can be negative too."
1189
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1190
 
1191
+ #: admin/social_sharing.php:1397 admin/like_buttons.php:489
1192
  msgid "Top offset"
1193
  msgstr "顶部偏移"
1194
 
1195
+ #: admin/social_sharing.php:1407
1196
  msgid ""
1197
  "Specify a number. Increase in number will shift sharing interface towards "
1198
  "bottom and decrease will shift it towards top."
1199
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1200
 
1201
+ #: admin/social_sharing.php:1443 admin/like_buttons.php:535
1202
  msgid "BuddyPress group"
1203
  msgstr "BuddyPress 组"
1204
 
1205
+ #: admin/social_sharing.php:1464
1206
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1207
  msgstr "指定要实现垂直共享界面的网页"
1208
 
1209
+ #: admin/social_sharing.php:1531
1210
  #, fuzzy
1211
  msgid "Hide floating slider"
1212
  msgstr "隐藏登入客戶"
1213
 
1214
+ #: admin/social_sharing.php:1541
1215
  #, fuzzy
1216
  msgid "Hides the slider arrow present below the floating share bar"
1217
  msgstr "如何在浮动共享栏后隐藏箭头?"
1218
 
1219
+ #: admin/social_sharing.php:1549
1220
  msgid "Vertical floating bar responsiveness"
1221
  msgstr "立式浮栏响应能力"
1222
 
1223
+ #: admin/social_sharing.php:1552
1224
  #, php-format
1225
  msgid "Display vertical interface only when screen is wider than %s pixels"
1226
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1227
 
1228
+ #: admin/social_sharing.php:1559
1229
  msgid ""
1230
  "Display vertical interface only when screen is wider than the width "
1231
  "specified."
1232
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1233
 
1234
+ #: admin/social_sharing.php:1567
1235
  msgid "Horizontal floating bar responsiveness"
1236
  msgstr "水平浮动栏响应"
1237
 
1238
+ #: admin/social_sharing.php:1570
1239
  #, php-format
1240
  msgid ""
1241
  "Stick vertical floating interface horizontally at bottom only when screen is "
1242
  "narrower than %s pixels"
1243
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1244
 
1245
+ #: admin/social_sharing.php:1577
1246
  msgid ""
1247
  "Stick vertical floating interface horizontally at bottom only when screen is "
1248
  "narrower than the width specified"
1249
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1250
 
1251
+ #: admin/social_sharing.php:1587
1252
  msgid "Horizontal floating bar position"
1253
  msgstr "水平浮动栏位置"
1254
 
1255
+ #: admin/social_sharing.php:1590
1256
  #, php-format
1257
  msgid "%s pixels from %s"
1258
  msgstr "%s像素来自%s"
1259
 
1260
+ #: admin/social_sharing.php:1591
1261
  msgid "Auto-adjust according to screen width (responsive)"
1262
  msgstr "根据屏幕宽度自动调整 (自响应)"
1263
 
1264
+ #: admin/social_sharing.php:1598
1265
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1266
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1267
 
1268
+ #: admin/social_sharing.php:1618
1269
+ #, fuzzy
1270
+ msgid "Facebook Share Count"
1271
+ msgstr "Facebook 分享疑难解答"
1272
+
1273
+ #: admin/social_sharing.php:1624 admin/social_login.php:161
1274
+ msgid "Facebook App ID"
1275
+ msgstr "Facebook 应用 ID"
1276
+
1277
+ #: admin/social_sharing.php:1634
1278
+ #, fuzzy, php-format
1279
+ msgid ""
1280
+ "Required for Facebook share count to work. Please follow the documentation "
1281
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1282
+ msgstr ""
1283
+ "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1284
+ "Facebook的应用程序ID"
1285
+
1286
+ #: admin/social_sharing.php:1642 admin/social_login.php:183
1287
+ msgid "Facebook App Secret"
1288
+ msgstr "FacebookAPP密码"
1289
+
1290
+ #: admin/social_sharing.php:1652
1291
+ #, fuzzy, php-format
1292
+ msgid ""
1293
+ "Required for Facebook share count to work. Please follow the documentation "
1294
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1295
+ msgstr ""
1296
+ "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1297
+ "> 此链接 </a>, 以获得 facebook 应用程序机密"
1298
+
1299
+ #: admin/social_sharing.php:1661 admin/like_buttons.php:592
1300
  msgid "Url shortener"
1301
  msgstr "短网址"
1302
 
1303
+ #: admin/social_sharing.php:1667
1304
  msgid "Use shortlinks already installed"
1305
  msgstr "短网址已安装,发推按钮"
1306
 
1307
+ #: admin/social_sharing.php:1677
1308
  msgid "Uses default short url permalinks without using any additional plugin"
1309
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1310
 
1311
+ #: admin/social_sharing.php:1685
1312
  msgid "Enable bit.ly url shortener for sharing"
1313
  msgstr "用于使用bit.ly url短链共享"
1314
 
1315
+ #: admin/social_sharing.php:1695 admin/like_buttons.php:626
1316
  msgid "Master control to enable bit.ly url shortening for sharing"
1317
  msgstr "主控件以启用 bit.ly url 短链共享"
1318
 
1319
+ #: admin/social_sharing.php:1703
1320
  msgid "bit.ly Login"
1321
  msgstr "bit.ly登录"
1322
 
1323
+ #: admin/social_sharing.php:1713 admin/social_sharing.php:1732
1324
  #, php-format
1325
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1326
  msgstr ""
1327
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1328
 
1329
+ #: admin/social_sharing.php:1722 admin/like_buttons.php:653
1330
  msgid "bit.ly API Key"
1331
  msgstr "bit.ly API 密钥"
1332
 
1333
+ #: admin/social_sharing.php:1741 admin/like_buttons.php:672
1334
  msgid "Clear Bitly Cache"
1335
  msgstr "清除 Bitly 缓存"
1336
 
1337
+ #: admin/social_sharing.php:1745 admin/like_buttons.php:676
1338
  msgid "ShortUrl cache cleared successfully."
1339
  msgstr "ShortUrl 缓存成功清除。"
1340
 
1341
+ #: admin/social_sharing.php:1752 admin/like_buttons.php:683
1342
  msgid ""
1343
  "Use this to delete short urls saved in database. Handy, if urls of your "
1344
  "website have been changed but short urls are still being generated for old "
1347
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1348
  "仍为旧网址,手动处理。"
1349
 
1350
+ #: admin/social_sharing.php:1761
1351
  msgid "Share Count Cache"
1352
  msgstr "共享计数缓存"
1353
 
1354
+ #: admin/social_sharing.php:1767
1355
  msgid "Refresh Share Count cache every"
1356
  msgstr "清空每个计数器缓存"
1357
 
1358
+ #: admin/social_sharing.php:1772
1359
  msgid "Second(s)"
1360
  msgstr "秒(s)"
1361
 
1362
+ #: admin/social_sharing.php:1773
1363
  msgid "Minute(s)"
1364
  msgstr "分钟"
1365
 
1366
+ #: admin/social_sharing.php:1774
1367
  msgid "Hour(s)"
1368
  msgstr "小时"
1369
 
1370
+ #: admin/social_sharing.php:1775
1371
  msgid "Day(s)"
1372
  msgstr "天"
1373
 
1374
+ #: admin/social_sharing.php:1783
1375
  #, php-format
1376
  msgid ""
1377
  "Frequent cache refreshing results in slower loading of pages with share "
1381
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1382
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1383
 
1384
+ #: admin/social_sharing.php:1791
1385
  msgid "Clear Share Counts Cache"
1386
  msgstr "清除共享计数缓存"
1387
 
1388
+ #: admin/social_sharing.php:1795
1389
  msgid "Share Counts cache cleared successfully."
1390
  msgstr "分享计数缓存成功清除。"
1391
 
1392
+ #: admin/social_sharing.php:1802
1393
  msgid "Use this to clear cached share counts"
1394
  msgstr "使用这个清除计数的缓存"
1395
 
1396
+ #: admin/social_sharing.php:1811 admin/social_sharing.php:1817
1397
  #: admin/social_commenting.php:315 admin/like_buttons.php:692
1398
  #: admin/like_buttons.php:698
1399
  msgid "Language"
1400
  msgstr "语言"
1401
 
1402
+ #: admin/social_sharing.php:1827
1403
  #, php-format
1404
  msgid ""
1405
  "Enter the code of the language you want to use for like buttons. You can "
1409
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1410
  "链接</a>找到语言代码。留空为默认 (英语)"
1411
 
1412
+ #: admin/social_sharing.php:1836
1413
  msgid "Username in sharing"
1414
  msgstr "共享的用户名"
1415
 
1416
+ #: admin/social_sharing.php:1842
1417
  msgid "Twitter username (without @)"
1418
  msgstr "Twitter账号(无@)"
1419
 
1420
+ #: admin/social_sharing.php:1852 admin/social_sharing.php:1871
1421
  msgid ""
1422
  "Provided username will be appended after the content being shared as \"via "
1423
  "@USERNAME\". Leave empty if you do not want any username in the content "
1426
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1427
  "请留空。"
1428
 
1429
+ #: admin/social_sharing.php:1861
1430
  msgid "Buffer username (without @)"
1431
  msgstr "缓冲用户名 (无 @)"
1432
 
1433
+ #: admin/social_sharing.php:1880
1434
  msgid "AMP"
1435
  msgstr ""
1436
 
1437
+ #: admin/social_sharing.php:1886
1438
  msgid "Enable sharing on AMP pages"
1439
  msgstr "在 AMP 页面上启用分享"
1440
 
1441
+ #: admin/social_sharing.php:1896
1442
  msgid "Enable this option to render sharing icons on AMP pages"
1443
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1444
 
1445
+ #: admin/social_sharing.php:1915 admin/like_buttons.php:771
1446
  msgid "myCRED"
1447
  msgstr "myCRED"
1448
 
1449
+ #: admin/social_sharing.php:1921 admin/like_buttons.php:777
1450
  msgid "Append myCRED referral ID to the urls being shared"
1451
  msgstr "将myCRED推荐ID追加到分享的URL"
1452
 
1453
+ #: admin/social_sharing.php:1954
1454
  msgid "Facebook Sharing Troubleshooter"
1455
  msgstr "Facebook 分享疑难解答"
1456
 
1457
+ #: admin/social_sharing.php:1959
1458
  msgid ""
1459
  "If Facebook sharing is not working fine, click at the following link and "
1460
  "enter the problematic url (where Facebook sharing is not working properly) "
1464
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1465
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1466
 
1467
+ #: admin/social_sharing.php:1976 admin/social_commenting.php:399
1468
  #: admin/social_login.php:1241
1469
  msgid ""
1470
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1473
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1474
  "使插件正常运行。"
1475
 
1476
+ #: admin/social_sharing.php:1977
1477
  msgid ""
1478
  "Why is sharer not showing the correct image, title and other meta tags "
1479
  "content?"
1480
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1481
 
1482
+ #: admin/social_sharing.php:1978
1483
+ #, fuzzy
1484
+ msgid "Why is Facebook share count not working?"
1485
+ msgstr "为什么Facebook 分享数量没有出现?"
1486
+
1487
+ #: admin/social_sharing.php:1981
1488
  msgid "Why is Instagram icon redirecting to Instagram website?"
1489
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1490
 
1491
+ #: admin/social_sharing.php:1982
1492
  msgid ""
1493
  "Instagram icon is there to send website visitors to the Instagram page of "
1494
  "your choice. You can save the desired Instagram handle in \"Instagram "
1498
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1499
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1500
 
1501
+ #: admin/social_sharing.php:1985
1502
  #, fuzzy
1503
  msgid "How to customize the url being shared?"
1504
  msgstr "如何自定义个人共享计数的外观?"
1505
 
1506
+ #: admin/social_sharing.php:1986
1507
  msgid ""
1508
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1509
  msgstr ""
1510
 
1511
+ #: admin/social_sharing.php:1987
1512
  msgid ""
1513
  "It takes some time for their service to track the shares made on Twitter "
1514
  "from your website. If you still feel it's taking too long you can contact "
1515
  "their support directly from their website."
1516
  msgstr ""
1517
 
1518
+ #: admin/social_sharing.php:1989 admin/like_buttons.php:814
1519
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1520
  msgstr "如何在同一行中放置标题和社交分享图标?"
1521
 
1522
+ #: admin/social_sharing.php:1990
1523
  msgid ""
1524
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1525
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1526
 
1527
+ #: admin/social_sharing.php:1991 admin/social_commenting.php:402
1528
  #: admin/social_login.php:1248
1529
  msgid "Why is my browser blocking some features of the plugin?"
1530
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1531
 
1532
+ #: admin/social_sharing.php:1992
1533
  msgid "Why the color of share icons is not being updated?"
1534
  msgstr "为什么分享图标的颜色未更新?"
1535
 
1536
+ #: admin/social_sharing.php:1993
1537
  msgid "Why Facebook share counts are not appearing?"
1538
  msgstr "为什么Facebook 分享数量没有出现?"
1539
 
1540
+ #: admin/social_sharing.php:1994
1541
  msgid ""
1542
  "How can I show share counts of my website rather than of individual pages/"
1543
  "posts?"
1544
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1545
 
1546
+ #: admin/social_sharing.php:1995
1547
  msgid "How can I disable sharing on particular page/post?"
1548
  msgstr "如何在特定的页面文章上禁用共享?"
1549
 
1550
+ #: admin/social_sharing.php:1996
1551
  msgid "How can I specify minimum sharing count for sharing networks?"
1552
  msgstr "如何为共享网络共享指定最少数目?"
1553
 
1554
+ #: admin/social_sharing.php:1997
1555
  msgid "How to share specific page?"
1556
  msgstr "如何共享特定页面?"
1557
 
1558
+ #: admin/social_sharing.php:1998
1559
  msgid "How to integrate Google Analytics with sharing?"
1560
  msgstr "谷歌分析与集成"
1561
 
1562
+ #: admin/social_sharing.php:1999
1563
  msgid "How to customize the look of total share counts?"
1564
  msgstr "如何自定义总共享计数的外观?"
1565
 
1566
+ #: admin/social_sharing.php:2000
1567
  msgid "How to customize the look of individual share counts?"
1568
  msgstr "如何自定义个人共享计数的外观?"
1569
 
1570
+ #: admin/social_sharing.php:2001
1571
  msgid "How to show Whatsapp icon only on mobile devices?"
1572
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1573
 
1574
+ #: admin/social_sharing.php:2002
1575
  msgid "How to hide arrow after floating sharing bar?"
1576
  msgstr "如何在浮动共享栏后隐藏箭头?"
1577
 
1578
+ #: admin/social_sharing.php:2003
1579
  msgid "Why is share count not getting updated?"
1580
  msgstr "为什么共享计数没有得到更新?"
1581
 
1582
+ #: admin/social_sharing.php:2004 admin/like_buttons.php:812
1583
  msgid "Why is there so much space between like buttons?"
1584
  msgstr "为什么像按钮之间有这么多的空间?"
1585
 
1586
+ #: admin/social_sharing.php:2005 admin/like_buttons.php:813
1587
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1588
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1589
 
2803
  msgid "Title (after login):"
2804
  msgstr "标题 (登录后):"
2805
 
2806
+ #: inc/widget.php:87 inc/widget.php:266 inc/widget.php:608 inc/widget.php:943
2807
  msgid "Before widget content:"
2808
  msgstr "小工具内容之前:"
2809
 
2810
+ #: inc/widget.php:89 inc/widget.php:268 inc/widget.php:610 inc/widget.php:1020
2811
  msgid "After widget content:"
2812
  msgstr "小工具内容之后:"
2813
 
2916
  msgid "These icons link to your Social Media accounts"
2917
  msgstr "这些图标链接到您的社交媒体帐户"
2918
 
2919
+ #: inc/widget.php:947
2920
  msgid "Size of icons"
2921
  msgstr "图标大小"
2922
 
2923
+ #: inc/widget.php:949
2924
  msgid "Icon Shape"
2925
  msgstr "图标形状"
2926
 
2927
+ #: inc/widget.php:954
2928
  msgid "Facebook URL:"
2929
  msgstr "Facebook URL:"
2930
 
2931
+ #: inc/widget.php:957
2932
  msgid "Twitter URL:"
2933
  msgstr "Twitter URL:"
2934
 
2935
+ #: inc/widget.php:960
2936
  msgid "Instagram URL:"
2937
  msgstr "Instagram URL:"
2938
 
2939
+ #: inc/widget.php:963
2940
  msgid "Pinterest URL:"
2941
  msgstr "Pinterest网址:"
2942
 
2943
+ #: inc/widget.php:966
2944
  msgid "Behance URL:"
2945
  msgstr "Behance链接:"
2946
 
2947
+ #: inc/widget.php:969
2948
  msgid "Flickr URL:"
2949
  msgstr "Flickr URL:"
2950
 
2951
+ #: inc/widget.php:972
2952
  msgid "Foursquare URL:"
2953
  msgstr "Foursquare链接:"
2954
 
2955
+ #: inc/widget.php:975
2956
  msgid "Github URL:"
2957
  msgstr "Github 链接:"
2958
 
2959
+ #: inc/widget.php:978
2960
  msgid "LinkedIn URL:"
2961
  msgstr "LinkedIn URL:"
2962
 
2963
+ #: inc/widget.php:981
2964
  msgid "LinkedIn Company URL:"
2965
  msgstr "LinkedIn 公司链接:"
2966
 
2967
+ #: inc/widget.php:984
2968
  #, fuzzy
2969
  msgid "Medium URL:"
2970
  msgstr "Vimeo网址:"
2971
 
2972
+ #: inc/widget.php:987
2973
  #, fuzzy
2974
  msgid "MeWe URL:"
2975
  msgstr "Vimeo网址:"
2976
 
2977
+ #: inc/widget.php:990
2978
  msgid "Odnoklassniki URL:"
2979
  msgstr ""
2980
 
2981
+ #: inc/widget.php:993
2982
  msgid "Snapchat URL:"
2983
  msgstr "Snapchat URL:"
2984
 
2985
+ #: inc/widget.php:996
2986
+ #, fuzzy
2987
+ msgid "Telegram URL:"
2988
+ msgstr "Instagram URL:"
2989
+
2990
+ #: inc/widget.php:999
2991
  msgid "Tumblr URL:"
2992
  msgstr "Tumblr网址:"
2993
 
2994
+ #: inc/widget.php:1002
2995
  msgid "Vimeo URL:"
2996
  msgstr "Vimeo网址:"
2997
 
2998
+ #: inc/widget.php:1005
2999
  #, fuzzy
3000
  msgid "Vkontakte URL:"
3001
  msgstr "Vkontakte"
3002
 
3003
+ #: inc/widget.php:1008
3004
  #, fuzzy
3005
  msgid "Xing URL:"
3006
  msgstr "LinkedIn URL:"
3007
 
3008
+ #: inc/widget.php:1011
3009
  msgid "Youtube URL:"
3010
  msgstr "Youtube网址:"
3011
 
3012
+ #: inc/widget.php:1014
3013
  msgid "Youtube Channel URL:"
3014
  msgstr "YouTube频道网址:"
3015
 
3016
+ #: inc/widget.php:1017
3017
  msgid "RSS Feed URL:"
3018
  msgstr "RSS 订阅链接:"
3019
 
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-04-19 19:56+0530\n"
6
- "PO-Revision-Date: 2019-04-19 19:56+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -291,10 +291,12 @@ msgid "Dismiss"
291
  msgstr ""
292
 
293
  #: ../super_socializer.php:2013
 
294
  msgid ""
295
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
296
- "\"Floating Interface\" section(s) to fix the issue with Facebook share "
297
- "count. After that, clear share counts cache from \"Miscellaneous\" section."
 
298
  msgstr ""
299
 
300
  #: ../super_socializer.php:2039
@@ -311,7 +313,7 @@ msgstr ""
311
  msgid "Settings saved"
312
  msgstr ""
313
 
314
- #: ../helper.php:8
315
  msgid "Dismiss this notice"
316
  msgstr ""
317
 
@@ -400,7 +402,7 @@ msgid "Large Avatar"
400
  msgstr ""
401
 
402
  #: ../helper.php:913 ../admin/general_options.php:132
403
- #: ../admin/social_sharing.php:2058 ../admin/social_commenting.php:413
404
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
405
  msgid "Save Changes"
406
  msgstr ""
@@ -422,7 +424,7 @@ msgid "Something bad happened"
422
  msgstr ""
423
 
424
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
425
- #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2062
426
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
427
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
428
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
@@ -490,13 +492,13 @@ msgstr ""
490
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
491
  msgstr ""
492
 
493
- #: ../admin/general_options.php:147 ../admin/social_sharing.php:2068
494
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
495
  #: ../admin/like_buttons.php:836
496
  msgid "Instagram Shoutout"
497
  msgstr ""
498
 
499
- #: ../admin/general_options.php:149 ../admin/social_sharing.php:2070
500
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
501
  #: ../admin/like_buttons.php:838
502
  msgid ""
@@ -505,7 +507,7 @@ msgid ""
505
  "hashtags and people to mention in the Instagram post."
506
  msgstr ""
507
 
508
- #: ../admin/general_options.php:150 ../admin/social_sharing.php:2071
509
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
510
  #: ../admin/like_buttons.php:839
511
  msgid ""
@@ -516,7 +518,7 @@ msgid ""
516
  "time."
517
  msgstr ""
518
 
519
- #: ../admin/general_options.php:151 ../admin/social_sharing.php:2072
520
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
521
  #: ../admin/like_buttons.php:840
522
  msgid ""
@@ -622,144 +624,150 @@ msgstr ""
622
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
623
  msgstr ""
624
 
625
- #: ../admin/social_sharing.php:45
 
 
 
 
 
 
626
  msgid "Theme Selection"
627
  msgstr ""
628
 
629
- #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
630
  msgid "Standard Interface"
631
  msgstr ""
632
 
633
- #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
634
  msgid "Floating Interface"
635
  msgstr ""
636
 
637
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
638
  msgid "Miscellaneous"
639
  msgstr ""
640
 
641
- #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
642
  msgid "3rd Party Integration"
643
  msgstr ""
644
 
645
- #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1985
646
- #: ../admin/social_sharing.php:1987 ../admin/social_login.php:46
647
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
648
  #: ../admin/like_buttons.php:797
649
  msgid "Shortcode & Widget"
650
  msgstr ""
651
 
652
- #: ../admin/social_sharing.php:57
653
  msgid "Troubleshooter"
654
  msgstr ""
655
 
656
- #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:2018
657
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
658
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
659
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
660
  msgid "FAQ"
661
  msgstr ""
662
 
663
- #: ../admin/social_sharing.php:66
664
  msgid "Standard interface theme"
665
  msgstr ""
666
 
667
- #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
668
  msgid "Icon Preview"
669
  msgstr ""
670
 
671
- #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
672
  msgid ""
673
  "Do not forget to save the configuration after making changes by clicking the "
674
  "save button below"
675
  msgstr ""
676
 
677
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
678
  msgid "Shape"
679
  msgstr ""
680
 
681
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
682
- #: ../inc/widget.php:947
683
  msgid "Round"
684
  msgstr ""
685
 
686
- #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
687
- #: ../inc/widget.php:948
688
  msgid "Square"
689
  msgstr ""
690
 
691
- #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
692
  msgid "Rectangle"
693
  msgstr ""
694
 
695
- #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
696
  msgid "Shape of the sharing icons"
697
  msgstr ""
698
 
699
- #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
700
  msgid "Size (in pixels)"
701
  msgstr ""
702
 
703
- #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
704
  msgid "Size of the sharing icons"
705
  msgstr ""
706
 
707
- #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
708
  msgid "Width (in pixels)"
709
  msgstr ""
710
 
711
- #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
712
  msgid "Width of the sharing icons"
713
  msgstr ""
714
 
715
- #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
716
  msgid "Height (in pixels)"
717
  msgstr ""
718
 
719
- #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
720
  msgid "Height of the sharing icons"
721
  msgstr ""
722
 
723
- #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
724
  msgid "Border radius (in pixels)"
725
  msgstr ""
726
 
727
- #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
728
  msgid ""
729
  "Specify a value for rounded corners. More the value, more rounded will the "
730
  "corners be. Leave empty for sharp corners."
731
  msgstr ""
732
 
733
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
734
  msgid "Logo Color"
735
  msgstr ""
736
 
737
- #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
738
- #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
739
- #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
740
  msgid "Default"
741
  msgstr ""
742
 
743
- #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
744
- #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
745
- #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
746
  msgid "On Hover"
747
  msgstr ""
748
 
749
- #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
750
  msgid ""
751
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
752
  "empty for default. You can get the hex code of the required color from <a "
753
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
754
  msgstr ""
755
 
756
- #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
757
- #: ../admin/social_sharing.php:1367 ../admin/like_buttons.php:410
758
  #: ../inc/widget.php:460 ../inc/widget.php:772
759
  msgid "Background Color"
760
  msgstr ""
761
 
762
- #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
763
  msgid ""
764
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
765
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -767,277 +775,277 @@ msgid ""
767
  "com/\" target=\"_blank\">this link</a>"
768
  msgstr ""
769
 
770
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
771
  msgid "Border"
772
  msgstr ""
773
 
774
- #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
775
- #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
776
  msgid "Border Width"
777
  msgstr ""
778
 
779
- #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
780
- #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
781
  msgid "Border Color"
782
  msgstr ""
783
 
784
- #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
785
  msgid "Icon border"
786
  msgstr ""
787
 
788
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
789
  msgid "Counter Position"
790
  msgstr ""
791
 
792
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
793
  msgid "(applies, if counter enabled)"
794
  msgstr ""
795
 
796
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
797
- #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1389
798
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
799
  #: ../inc/widget.php:446 ../inc/widget.php:758
800
  msgid "Left"
801
  msgstr ""
802
 
803
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
804
  msgid "Top"
805
  msgstr ""
806
 
807
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
808
- #: ../admin/social_sharing.php:933 ../admin/social_sharing.php:1390
809
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
810
  #: ../inc/widget.php:447 ../inc/widget.php:759
811
  msgid "Right"
812
  msgstr ""
813
 
814
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
815
  msgid "Bottom"
816
  msgstr ""
817
 
818
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
819
  msgid "Inner Left"
820
  msgstr ""
821
 
822
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
823
  msgid "Inner Top"
824
  msgstr ""
825
 
826
- #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
827
  msgid "Inner Right"
828
  msgstr ""
829
 
830
- #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
831
  msgid "Inner Bottom"
832
  msgstr ""
833
 
834
- #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
835
  msgid "Position of share counter"
836
  msgstr ""
837
 
838
- #: ../admin/social_sharing.php:373
839
  msgid "Floating interface theme"
840
  msgstr ""
841
 
842
- #: ../admin/social_sharing.php:686
843
  msgid "Standard Sharing Interface Options"
844
  msgstr ""
845
 
846
- #: ../admin/social_sharing.php:692
847
  msgid "Enable Standard sharing interface"
848
  msgstr ""
849
 
850
- #: ../admin/social_sharing.php:702
851
  msgid "Master control to enable standard sharing"
852
  msgstr ""
853
 
854
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1193
855
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
856
  msgid "Target Url"
857
  msgstr ""
858
 
859
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1197
860
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
861
  msgid "Url of the webpage where icons are located (default)"
862
  msgstr ""
863
 
864
- #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1199
865
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
866
  msgid "Url of the homepage of your website"
867
  msgstr ""
868
 
869
- #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1201
870
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
871
  msgid "Custom url"
872
  msgstr ""
873
 
874
- #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1208
875
  msgid "Url to share"
876
  msgstr ""
877
 
878
- #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
879
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
880
- #: ../inc/widget.php:941
881
  msgid "Title"
882
  msgstr ""
883
 
884
- #: ../admin/social_sharing.php:745
885
  msgid "The text to display above the sharing interface"
886
  msgstr ""
887
 
888
- #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1217
889
  msgid "Instagram username"
890
  msgstr ""
891
 
892
- #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1227
893
  msgid ""
894
  "Username of the Instagram account you want to redirect users to, on clicking "
895
  "the icon"
896
  msgstr ""
897
 
898
- #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1237
899
  msgid "HTML ID of container element of comment form"
900
  msgstr ""
901
 
902
- #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1247
903
  msgid ""
904
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
905
  "icon."
906
  msgstr ""
907
 
908
- #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1256
909
  msgid "Rearrange icons"
910
  msgstr ""
911
 
912
- #: ../admin/social_sharing.php:875 ../admin/social_sharing.php:1315
913
  msgid "Drag the icons to rearrange in desired order"
914
  msgstr ""
915
 
916
- #: ../admin/social_sharing.php:883 ../admin/social_sharing.php:1323
917
  msgid "Select Sharing Services"
918
  msgstr ""
919
 
920
- #: ../admin/social_sharing.php:890 ../admin/social_sharing.php:1330
921
  msgid "Select sharing services to show in social share bar"
922
  msgstr ""
923
 
924
- #: ../admin/social_sharing.php:908 ../admin/social_sharing.php:1348
925
  msgid "Search social network"
926
  msgstr ""
927
 
928
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1385
929
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
930
  msgid "Horizontal alignment"
931
  msgstr ""
932
 
933
- #: ../admin/social_sharing.php:932 ../admin/like_buttons.php:184
934
  msgid "Center"
935
  msgstr ""
936
 
937
- #: ../admin/social_sharing.php:941 ../admin/social_sharing.php:1398
938
  msgid "Horizontal alignment of the sharing interface"
939
  msgstr ""
940
 
941
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:201
942
  msgid "Position with respect to content"
943
  msgstr ""
944
 
945
- #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:205
946
  msgid "Top of the content"
947
  msgstr ""
948
 
949
- #: ../admin/social_sharing.php:955 ../admin/like_buttons.php:207
950
  msgid "Bottom of the content"
951
  msgstr ""
952
 
953
- #: ../admin/social_sharing.php:962
954
  msgid "Specify position of the sharing interface with respect to the content"
955
  msgstr ""
956
 
957
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1464
958
  msgid "Placement"
959
  msgstr ""
960
 
961
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1468
962
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
963
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
964
  msgid "Homepage"
965
  msgstr ""
966
 
967
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1470
968
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
969
  msgid "Posts"
970
  msgstr ""
971
 
972
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1472
973
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
974
  msgid "Pages"
975
  msgstr ""
976
 
977
- #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1474
978
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
979
  msgid "Excerpts and Posts page"
980
  msgstr ""
981
 
982
- #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1476
983
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
984
  msgid "Category Archives"
985
  msgstr ""
986
 
987
- #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1478
988
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
989
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
990
  msgstr ""
991
 
992
- #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:252
993
  msgid "BuddyPress activity"
994
  msgstr ""
995
 
996
- #: ../admin/social_sharing.php:1002 ../admin/like_buttons.php:255
997
  msgid "BuddyPress group (only at top of content)"
998
  msgstr ""
999
 
1000
- #: ../admin/social_sharing.php:1008 ../admin/social_sharing.php:1500
1001
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1002
  msgid "BBPress forum"
1003
  msgstr ""
1004
 
1005
- #: ../admin/social_sharing.php:1011 ../admin/social_sharing.php:1503
1006
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1007
  msgid "BBPress topic"
1008
  msgstr ""
1009
 
1010
- #: ../admin/social_sharing.php:1014 ../admin/like_buttons.php:268
1011
  msgid "BBPress reply"
1012
  msgstr ""
1013
 
1014
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:275
1015
  msgid "After individual product at WooCommerce Shop page"
1016
  msgstr ""
1017
 
1018
- #: ../admin/social_sharing.php:1024 ../admin/like_buttons.php:278
1019
  msgid "WooCommerce Product Page"
1020
  msgstr ""
1021
 
1022
- #: ../admin/social_sharing.php:1027 ../admin/like_buttons.php:281
1023
  msgid "WooCommerce Thankyou Page"
1024
  msgstr ""
1025
 
1026
- #: ../admin/social_sharing.php:1038
1027
  msgid "Specify the pages where you want to enable Sharing interface"
1028
  msgstr ""
1029
 
1030
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1521
1031
  msgid "Show share counts"
1032
  msgstr ""
1033
 
1034
- #: ../admin/social_sharing.php:1051 ../admin/social_sharing.php:1526
1035
  msgid ""
1036
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1037
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1038
  msgstr ""
1039
 
1040
- #: ../admin/social_sharing.php:1052 ../admin/social_sharing.php:1527
1041
  #, php-format
1042
  msgid ""
1043
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1046,65 +1054,41 @@ msgid ""
1046
  "their website."
1047
  msgstr ""
1048
 
1049
- #: ../admin/social_sharing.php:1059 ../admin/social_sharing.php:1534
1050
  msgid "If enabled, share counts are displayed above sharing icons."
1051
  msgstr ""
1052
 
1053
- #: ../admin/social_sharing.php:1068 ../admin/social_sharing.php:1543
1054
  msgid "Show total shares"
1055
  msgstr ""
1056
 
1057
- #: ../admin/social_sharing.php:1078 ../admin/social_sharing.php:1553
1058
  msgid "If enabled, total shares will be displayed with sharing icons"
1059
  msgstr ""
1060
 
1061
- #: ../admin/social_sharing.php:1103 ../admin/social_sharing.php:1563
1062
- #: ../admin/social_login.php:161
1063
- msgid "Facebook App ID"
1064
- msgstr ""
1065
-
1066
- #: ../admin/social_sharing.php:1113 ../admin/social_sharing.php:1573
1067
- #, php-format
1068
- msgid ""
1069
- "Required for Facebook share count to work. Please follow the documentation "
1070
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1071
- msgstr ""
1072
-
1073
- #: ../admin/social_sharing.php:1121 ../admin/social_sharing.php:1581
1074
- #: ../admin/social_login.php:183
1075
- msgid "Facebook App Secret"
1076
- msgstr ""
1077
-
1078
- #: ../admin/social_sharing.php:1131 ../admin/social_sharing.php:1591
1079
- #, php-format
1080
- msgid ""
1081
- "Required for Facebook share count to work. Please follow the documentation "
1082
- "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1083
- msgstr ""
1084
-
1085
- #: ../admin/social_sharing.php:1140 ../admin/social_sharing.php:1600
1086
  msgid "Enable 'More' icon"
1087
  msgstr ""
1088
 
1089
- #: ../admin/social_sharing.php:1150 ../admin/social_sharing.php:1610
1090
  msgid ""
1091
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1092
  "which shows additional sharing networks in popup"
1093
  msgstr ""
1094
 
1095
- #: ../admin/social_sharing.php:1167
1096
  msgid "Floating Sharing Interface Options"
1097
  msgstr ""
1098
 
1099
- #: ../admin/social_sharing.php:1173
1100
  msgid "Enable Floating sharing interface"
1101
  msgstr ""
1102
 
1103
- #: ../admin/social_sharing.php:1183
1104
  msgid "Master control to enable floating sharing widget"
1105
  msgstr ""
1106
 
1107
- #: ../admin/social_sharing.php:1377
1108
  msgid ""
1109
  "Specify the color or hex code (example #cc78e0) for the background of "
1110
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1112,174 +1096,200 @@ msgid ""
1112
  "\"_blank\">this link</a>"
1113
  msgstr ""
1114
 
1115
- #: ../admin/social_sharing.php:1407 ../admin/like_buttons.php:450
1116
  msgid "Left offset"
1117
  msgstr ""
1118
 
1119
- #: ../admin/social_sharing.php:1417
1120
  msgid ""
1121
  "Specify a number. Increase in number will shift sharing interface towards "
1122
  "right and decrease will shift it towards left. Number can be negative too."
1123
  msgstr ""
1124
 
1125
- #: ../admin/social_sharing.php:1427 ../admin/like_buttons.php:470
1126
  msgid "Right offset"
1127
  msgstr ""
1128
 
1129
- #: ../admin/social_sharing.php:1437
1130
  msgid ""
1131
  "Specify a number. Increase in number will shift sharing interface towards "
1132
  "left and decrease will shift it towards right. Number can be negative too."
1133
  msgstr ""
1134
 
1135
- #: ../admin/social_sharing.php:1446 ../admin/like_buttons.php:489
1136
  msgid "Top offset"
1137
  msgstr ""
1138
 
1139
- #: ../admin/social_sharing.php:1456
1140
  msgid ""
1141
  "Specify a number. Increase in number will shift sharing interface towards "
1142
  "bottom and decrease will shift it towards top."
1143
  msgstr ""
1144
 
1145
- #: ../admin/social_sharing.php:1492 ../admin/like_buttons.php:535
1146
  msgid "BuddyPress group"
1147
  msgstr ""
1148
 
1149
- #: ../admin/social_sharing.php:1513
1150
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1151
  msgstr ""
1152
 
1153
- #: ../admin/social_sharing.php:1618
1154
  msgid "Hide floating slider"
1155
  msgstr ""
1156
 
1157
- #: ../admin/social_sharing.php:1628
1158
  msgid "Hides the slider arrow present below the floating share bar"
1159
  msgstr ""
1160
 
1161
- #: ../admin/social_sharing.php:1636
1162
  msgid "Vertical floating bar responsiveness"
1163
  msgstr ""
1164
 
1165
- #: ../admin/social_sharing.php:1639
1166
  #, php-format
1167
  msgid "Display vertical interface only when screen is wider than %s pixels"
1168
  msgstr ""
1169
 
1170
- #: ../admin/social_sharing.php:1646
1171
  msgid ""
1172
  "Display vertical interface only when screen is wider than the width "
1173
  "specified."
1174
  msgstr ""
1175
 
1176
- #: ../admin/social_sharing.php:1654
1177
  msgid "Horizontal floating bar responsiveness"
1178
  msgstr ""
1179
 
1180
- #: ../admin/social_sharing.php:1657
1181
  #, php-format
1182
  msgid ""
1183
  "Stick vertical floating interface horizontally at bottom only when screen is "
1184
  "narrower than %s pixels"
1185
  msgstr ""
1186
 
1187
- #: ../admin/social_sharing.php:1664
1188
  msgid ""
1189
  "Stick vertical floating interface horizontally at bottom only when screen is "
1190
  "narrower than the width specified"
1191
  msgstr ""
1192
 
1193
- #: ../admin/social_sharing.php:1674
1194
  msgid "Horizontal floating bar position"
1195
  msgstr ""
1196
 
1197
- #: ../admin/social_sharing.php:1677
1198
  #, php-format
1199
  msgid "%s pixels from %s"
1200
  msgstr ""
1201
 
1202
- #: ../admin/social_sharing.php:1678
1203
  msgid "Auto-adjust according to screen width (responsive)"
1204
  msgstr ""
1205
 
1206
- #: ../admin/social_sharing.php:1685
1207
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1208
  msgstr ""
1209
 
1210
- #: ../admin/social_sharing.php:1705 ../admin/like_buttons.php:592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1211
  msgid "Url shortener"
1212
  msgstr ""
1213
 
1214
- #: ../admin/social_sharing.php:1711
1215
  msgid "Use shortlinks already installed"
1216
  msgstr ""
1217
 
1218
- #: ../admin/social_sharing.php:1721
1219
  msgid "Uses default short url permalinks without using any additional plugin"
1220
  msgstr ""
1221
 
1222
- #: ../admin/social_sharing.php:1729
1223
  msgid "Enable bit.ly url shortener for sharing"
1224
  msgstr ""
1225
 
1226
- #: ../admin/social_sharing.php:1739 ../admin/like_buttons.php:626
1227
  msgid "Master control to enable bit.ly url shortening for sharing"
1228
  msgstr ""
1229
 
1230
- #: ../admin/social_sharing.php:1747
1231
  msgid "bit.ly Login"
1232
  msgstr ""
1233
 
1234
- #: ../admin/social_sharing.php:1757 ../admin/social_sharing.php:1776
1235
  #, php-format
1236
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1237
  msgstr ""
1238
 
1239
- #: ../admin/social_sharing.php:1766 ../admin/like_buttons.php:653
1240
  msgid "bit.ly API Key"
1241
  msgstr ""
1242
 
1243
- #: ../admin/social_sharing.php:1785 ../admin/like_buttons.php:672
1244
  msgid "Clear Bitly Cache"
1245
  msgstr ""
1246
 
1247
- #: ../admin/social_sharing.php:1789 ../admin/like_buttons.php:676
1248
  msgid "ShortUrl cache cleared successfully."
1249
  msgstr ""
1250
 
1251
- #: ../admin/social_sharing.php:1796 ../admin/like_buttons.php:683
1252
  msgid ""
1253
  "Use this to delete short urls saved in database. Handy, if urls of your "
1254
  "website have been changed but short urls are still being generated for old "
1255
  "urls."
1256
  msgstr ""
1257
 
1258
- #: ../admin/social_sharing.php:1805
1259
  msgid "Share Count Cache"
1260
  msgstr ""
1261
 
1262
- #: ../admin/social_sharing.php:1811
1263
  msgid "Refresh Share Count cache every"
1264
  msgstr ""
1265
 
1266
- #: ../admin/social_sharing.php:1816
1267
  msgid "Second(s)"
1268
  msgstr ""
1269
 
1270
- #: ../admin/social_sharing.php:1817
1271
  msgid "Minute(s)"
1272
  msgstr ""
1273
 
1274
- #: ../admin/social_sharing.php:1818
1275
  msgid "Hour(s)"
1276
  msgstr ""
1277
 
1278
- #: ../admin/social_sharing.php:1819
1279
  msgid "Day(s)"
1280
  msgstr ""
1281
 
1282
- #: ../admin/social_sharing.php:1827
1283
  #, php-format
1284
  msgid ""
1285
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1287,25 +1297,25 @@ msgid ""
1287
  "target=\"_blank\">here</a>"
1288
  msgstr ""
1289
 
1290
- #: ../admin/social_sharing.php:1835
1291
  msgid "Clear Share Counts Cache"
1292
  msgstr ""
1293
 
1294
- #: ../admin/social_sharing.php:1839
1295
  msgid "Share Counts cache cleared successfully."
1296
  msgstr ""
1297
 
1298
- #: ../admin/social_sharing.php:1846
1299
  msgid "Use this to clear cached share counts"
1300
  msgstr ""
1301
 
1302
- #: ../admin/social_sharing.php:1855 ../admin/social_sharing.php:1861
1303
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1304
  #: ../admin/like_buttons.php:698
1305
  msgid "Language"
1306
  msgstr ""
1307
 
1308
- #: ../admin/social_sharing.php:1871
1309
  #, php-format
1310
  msgid ""
1311
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1313,50 +1323,50 @@ msgid ""
1313
  "Leave it empty for default language(English)"
1314
  msgstr ""
1315
 
1316
- #: ../admin/social_sharing.php:1880
1317
  msgid "Username in sharing"
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1886
1321
  msgid "Twitter username (without @)"
1322
  msgstr ""
1323
 
1324
- #: ../admin/social_sharing.php:1896 ../admin/social_sharing.php:1915
1325
  msgid ""
1326
  "Provided username will be appended after the content being shared as \"via "
1327
  "@USERNAME\". Leave empty if you do not want any username in the content "
1328
  "being shared."
1329
  msgstr ""
1330
 
1331
- #: ../admin/social_sharing.php:1905
1332
  msgid "Buffer username (without @)"
1333
  msgstr ""
1334
 
1335
- #: ../admin/social_sharing.php:1924
1336
  msgid "AMP"
1337
  msgstr ""
1338
 
1339
- #: ../admin/social_sharing.php:1930
1340
  msgid "Enable sharing on AMP pages"
1341
  msgstr ""
1342
 
1343
- #: ../admin/social_sharing.php:1940
1344
  msgid "Enable this option to render sharing icons on AMP pages"
1345
  msgstr ""
1346
 
1347
- #: ../admin/social_sharing.php:1959 ../admin/like_buttons.php:771
1348
  msgid "myCRED"
1349
  msgstr ""
1350
 
1351
- #: ../admin/social_sharing.php:1965 ../admin/like_buttons.php:777
1352
  msgid "Append myCRED referral ID to the urls being shared"
1353
  msgstr ""
1354
 
1355
- #: ../admin/social_sharing.php:1998
1356
  msgid "Facebook Sharing Troubleshooter"
1357
  msgstr ""
1358
 
1359
- #: ../admin/social_sharing.php:2003
1360
  msgid ""
1361
  "If Facebook sharing is not working fine, click at the following link and "
1362
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1364,24 +1374,28 @@ msgid ""
1364
  "button."
1365
  msgstr ""
1366
 
1367
- #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:399
1368
  #: ../admin/social_login.php:1241
1369
  msgid ""
1370
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1371
  "an online website for the plugin to function properly."
1372
  msgstr ""
1373
 
1374
- #: ../admin/social_sharing.php:2021
1375
  msgid ""
1376
  "Why is sharer not showing the correct image, title and other meta tags "
1377
  "content?"
1378
  msgstr ""
1379
 
1380
- #: ../admin/social_sharing.php:2023
 
 
 
 
1381
  msgid "Why is Instagram icon redirecting to Instagram website?"
1382
  msgstr ""
1383
 
1384
- #: ../admin/social_sharing.php:2024
1385
  msgid ""
1386
  "Instagram icon is there to send website visitors to the Instagram page of "
1387
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1389,91 +1403,91 @@ msgid ""
1389
  "sections."
1390
  msgstr ""
1391
 
1392
- #: ../admin/social_sharing.php:2027
1393
  msgid "How to customize the url being shared?"
1394
  msgstr ""
1395
 
1396
- #: ../admin/social_sharing.php:2028
1397
  msgid ""
1398
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1399
  msgstr ""
1400
 
1401
- #: ../admin/social_sharing.php:2029
1402
  msgid ""
1403
  "It takes some time for their service to track the shares made on Twitter "
1404
  "from your website. If you still feel it's taking too long you can contact "
1405
  "their support directly from their website."
1406
  msgstr ""
1407
 
1408
- #: ../admin/social_sharing.php:2031 ../admin/like_buttons.php:814
1409
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1410
  msgstr ""
1411
 
1412
- #: ../admin/social_sharing.php:2032
1413
  msgid ""
1414
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1415
  msgstr ""
1416
 
1417
- #: ../admin/social_sharing.php:2033 ../admin/social_commenting.php:402
1418
  #: ../admin/social_login.php:1248
1419
  msgid "Why is my browser blocking some features of the plugin?"
1420
  msgstr ""
1421
 
1422
- #: ../admin/social_sharing.php:2034
1423
  msgid "Why the color of share icons is not being updated?"
1424
  msgstr ""
1425
 
1426
- #: ../admin/social_sharing.php:2035
1427
  msgid "Why Facebook share counts are not appearing?"
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:2036
1431
  msgid ""
1432
  "How can I show share counts of my website rather than of individual pages/"
1433
  "posts?"
1434
  msgstr ""
1435
 
1436
- #: ../admin/social_sharing.php:2037
1437
  msgid "How can I disable sharing on particular page/post?"
1438
  msgstr ""
1439
 
1440
- #: ../admin/social_sharing.php:2038
1441
  msgid "How can I specify minimum sharing count for sharing networks?"
1442
  msgstr ""
1443
 
1444
- #: ../admin/social_sharing.php:2039
1445
  msgid "How to share specific page?"
1446
  msgstr ""
1447
 
1448
- #: ../admin/social_sharing.php:2040
1449
  msgid "How to integrate Google Analytics with sharing?"
1450
  msgstr ""
1451
 
1452
- #: ../admin/social_sharing.php:2041
1453
  msgid "How to customize the look of total share counts?"
1454
  msgstr ""
1455
 
1456
- #: ../admin/social_sharing.php:2042
1457
  msgid "How to customize the look of individual share counts?"
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_sharing.php:2043
1461
  msgid "How to show Whatsapp icon only on mobile devices?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:2044
1465
  msgid "How to hide arrow after floating sharing bar?"
1466
  msgstr ""
1467
 
1468
- #: ../admin/social_sharing.php:2045
1469
  msgid "Why is share count not getting updated?"
1470
  msgstr ""
1471
 
1472
- #: ../admin/social_sharing.php:2046 ../admin/like_buttons.php:812
1473
  msgid "Why is there so much space between like buttons?"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:2047 ../admin/like_buttons.php:813
1477
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1478
  msgstr ""
1479
 
@@ -2599,12 +2613,12 @@ msgid "Title (after login):"
2599
  msgstr ""
2600
 
2601
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2602
- #: ../inc/widget.php:939
2603
  msgid "Before widget content:"
2604
  msgstr ""
2605
 
2606
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2607
- #: ../inc/widget.php:1013
2608
  msgid "After widget content:"
2609
  msgstr ""
2610
 
@@ -2702,94 +2716,98 @@ msgstr ""
2702
  msgid "These icons link to your Social Media accounts"
2703
  msgstr ""
2704
 
2705
- #: ../inc/widget.php:943
2706
  msgid "Size of icons"
2707
  msgstr ""
2708
 
2709
- #: ../inc/widget.php:945
2710
  msgid "Icon Shape"
2711
  msgstr ""
2712
 
2713
- #: ../inc/widget.php:950
2714
  msgid "Facebook URL:"
2715
  msgstr ""
2716
 
2717
- #: ../inc/widget.php:953
2718
  msgid "Twitter URL:"
2719
  msgstr ""
2720
 
2721
- #: ../inc/widget.php:956
2722
  msgid "Instagram URL:"
2723
  msgstr ""
2724
 
2725
- #: ../inc/widget.php:959
2726
  msgid "Pinterest URL:"
2727
  msgstr ""
2728
 
2729
- #: ../inc/widget.php:962
2730
  msgid "Behance URL:"
2731
  msgstr ""
2732
 
2733
- #: ../inc/widget.php:965
2734
  msgid "Flickr URL:"
2735
  msgstr ""
2736
 
2737
- #: ../inc/widget.php:968
2738
  msgid "Foursquare URL:"
2739
  msgstr ""
2740
 
2741
- #: ../inc/widget.php:971
2742
  msgid "Github URL:"
2743
  msgstr ""
2744
 
2745
- #: ../inc/widget.php:974
2746
  msgid "LinkedIn URL:"
2747
  msgstr ""
2748
 
2749
- #: ../inc/widget.php:977
2750
  msgid "LinkedIn Company URL:"
2751
  msgstr ""
2752
 
2753
- #: ../inc/widget.php:980
2754
  msgid "Medium URL:"
2755
  msgstr ""
2756
 
2757
- #: ../inc/widget.php:983
2758
  msgid "MeWe URL:"
2759
  msgstr ""
2760
 
2761
- #: ../inc/widget.php:986
2762
  msgid "Odnoklassniki URL:"
2763
  msgstr ""
2764
 
2765
- #: ../inc/widget.php:989
2766
  msgid "Snapchat URL:"
2767
  msgstr ""
2768
 
2769
- #: ../inc/widget.php:992
 
 
 
 
2770
  msgid "Tumblr URL:"
2771
  msgstr ""
2772
 
2773
- #: ../inc/widget.php:995
2774
  msgid "Vimeo URL:"
2775
  msgstr ""
2776
 
2777
- #: ../inc/widget.php:998
2778
  msgid "Vkontakte URL:"
2779
  msgstr ""
2780
 
2781
- #: ../inc/widget.php:1001
2782
  msgid "Xing URL:"
2783
  msgstr ""
2784
 
2785
- #: ../inc/widget.php:1004
2786
  msgid "Youtube URL:"
2787
  msgstr ""
2788
 
2789
- #: ../inc/widget.php:1007
2790
  msgid "Youtube Channel URL:"
2791
  msgstr ""
2792
 
2793
- #: ../inc/widget.php:1010
2794
  msgid "RSS Feed URL:"
2795
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-05-16 13:24+0530\n"
6
+ "PO-Revision-Date: 2019-05-16 13:24+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
291
  msgstr ""
292
 
293
  #: ../super_socializer.php:2013
294
+ #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
297
+ "\"Floating Interface\" section(s) at <a href=\"%s\">Super Socializer > "
298
+ "Social Sharing</a> page to fix the issue with Facebook share count. After "
299
+ "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
  #: ../super_socializer.php:2039
313
  msgid "Settings saved"
314
  msgstr ""
315
 
316
+ #: ../helper.php:8 ../admin/social_sharing.php:42
317
  msgid "Dismiss this notice"
318
  msgstr ""
319
 
402
  msgstr ""
403
 
404
  #: ../helper.php:913 ../admin/general_options.php:132
405
+ #: ../admin/social_sharing.php:2016 ../admin/social_commenting.php:413
406
  #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
407
  msgid "Save Changes"
408
  msgstr ""
424
  msgstr ""
425
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2020
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
429
  #: ../admin/social_login.php:5 ../admin/social_login.php:1263
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
492
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
493
  msgstr ""
494
 
495
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:2026
496
  #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
497
  #: ../admin/like_buttons.php:836
498
  msgid "Instagram Shoutout"
499
  msgstr ""
500
 
501
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:2028
502
  #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
503
  #: ../admin/like_buttons.php:838
504
  msgid ""
507
  "hashtags and people to mention in the Instagram post."
508
  msgstr ""
509
 
510
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:2029
511
  #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
512
  #: ../admin/like_buttons.php:839
513
  msgid ""
518
  "time."
519
  msgstr ""
520
 
521
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:2030
522
  #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
523
  #: ../admin/like_buttons.php:840
524
  msgid ""
624
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
625
  msgstr ""
626
 
627
+ #: ../admin/social_sharing.php:42 ../admin/social_sharing.php:1979
628
+ msgid ""
629
+ "Save Facebook App Id and Secret in the \"Miscellaneous\" section for "
630
+ "Facebook share count to work"
631
+ msgstr ""
632
+
633
+ #: ../admin/social_sharing.php:49
634
  msgid "Theme Selection"
635
  msgstr ""
636
 
637
+ #: ../admin/social_sharing.php:50 ../admin/like_buttons.php:41
638
  msgid "Standard Interface"
639
  msgstr ""
640
 
641
+ #: ../admin/social_sharing.php:51 ../admin/like_buttons.php:42
642
  msgid "Floating Interface"
643
  msgstr ""
644
 
645
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:43
646
  msgid "Miscellaneous"
647
  msgstr ""
648
 
649
+ #: ../admin/social_sharing.php:56 ../admin/like_buttons.php:47
650
  msgid "3rd Party Integration"
651
  msgstr ""
652
 
653
+ #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1941
654
+ #: ../admin/social_sharing.php:1943 ../admin/social_login.php:46
655
  #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
656
  #: ../admin/like_buttons.php:797
657
  msgid "Shortcode & Widget"
658
  msgstr ""
659
 
660
+ #: ../admin/social_sharing.php:61
661
  msgid "Troubleshooter"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1974
665
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
666
  #: ../admin/social_login.php:47 ../admin/social_login.php:1239
667
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
668
  msgid "FAQ"
669
  msgstr ""
670
 
671
+ #: ../admin/social_sharing.php:70
672
  msgid "Standard interface theme"
673
  msgstr ""
674
 
675
+ #: ../admin/social_sharing.php:75 ../admin/social_sharing.php:382
676
  msgid "Icon Preview"
677
  msgstr ""
678
 
679
+ #: ../admin/social_sharing.php:147 ../admin/social_sharing.php:455
680
  msgid ""
681
  "Do not forget to save the configuration after making changes by clicking the "
682
  "save button below"
683
  msgstr ""
684
 
685
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
686
  msgid "Shape"
687
  msgstr ""
688
 
689
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
690
+ #: ../inc/widget.php:951
691
  msgid "Round"
692
  msgstr ""
693
 
694
+ #: ../admin/social_sharing.php:160 ../admin/social_sharing.php:468
695
+ #: ../inc/widget.php:952
696
  msgid "Square"
697
  msgstr ""
698
 
699
+ #: ../admin/social_sharing.php:162 ../admin/social_sharing.php:470
700
  msgid "Rectangle"
701
  msgstr ""
702
 
703
+ #: ../admin/social_sharing.php:169 ../admin/social_sharing.php:477
704
  msgid "Shape of the sharing icons"
705
  msgstr ""
706
 
707
+ #: ../admin/social_sharing.php:178 ../admin/social_sharing.php:486
708
  msgid "Size (in pixels)"
709
  msgstr ""
710
 
711
+ #: ../admin/social_sharing.php:194 ../admin/social_sharing.php:502
712
  msgid "Size of the sharing icons"
713
  msgstr ""
714
 
715
+ #: ../admin/social_sharing.php:204 ../admin/social_sharing.php:512
716
  msgid "Width (in pixels)"
717
  msgstr ""
718
 
719
+ #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
720
  msgid "Width of the sharing icons"
721
  msgstr ""
722
 
723
+ #: ../admin/social_sharing.php:228 ../admin/social_sharing.php:536
724
  msgid "Height (in pixels)"
725
  msgstr ""
726
 
727
+ #: ../admin/social_sharing.php:244 ../admin/social_sharing.php:552
728
  msgid "Height of the sharing icons"
729
  msgstr ""
730
 
731
+ #: ../admin/social_sharing.php:254 ../admin/social_sharing.php:562
732
  msgid "Border radius (in pixels)"
733
  msgstr ""
734
 
735
+ #: ../admin/social_sharing.php:264 ../admin/social_sharing.php:572
736
  msgid ""
737
  "Specify a value for rounded corners. More the value, more rounded will the "
738
  "corners be. Leave empty for sharp corners."
739
  msgstr ""
740
 
741
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:581
742
  msgid "Logo Color"
743
  msgstr ""
744
 
745
+ #: ../admin/social_sharing.php:277 ../admin/social_sharing.php:298
746
+ #: ../admin/social_sharing.php:318 ../admin/social_sharing.php:585
747
+ #: ../admin/social_sharing.php:606 ../admin/social_sharing.php:625
748
  msgid "Default"
749
  msgstr ""
750
 
751
+ #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:299
752
+ #: ../admin/social_sharing.php:323 ../admin/social_sharing.php:587
753
+ #: ../admin/social_sharing.php:607 ../admin/social_sharing.php:630
754
  msgid "On Hover"
755
  msgstr ""
756
 
757
+ #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
758
  msgid ""
759
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
760
  "empty for default. You can get the hex code of the required color from <a "
761
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
762
  msgstr ""
763
 
764
+ #: ../admin/social_sharing.php:295 ../admin/social_sharing.php:603
765
+ #: ../admin/social_sharing.php:1318 ../admin/like_buttons.php:410
766
  #: ../inc/widget.php:460 ../inc/widget.php:772
767
  msgid "Background Color"
768
  msgstr ""
769
 
770
+ #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
771
  msgid ""
772
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
773
  "\"transparent\" for transparent background. Leave empty for default. You can "
775
  "com/\" target=\"_blank\">this link</a>"
776
  msgstr ""
777
 
778
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:622
779
  msgid "Border"
780
  msgstr ""
781
 
782
+ #: ../admin/social_sharing.php:320 ../admin/social_sharing.php:325
783
+ #: ../admin/social_sharing.php:627 ../admin/social_sharing.php:632
784
  msgid "Border Width"
785
  msgstr ""
786
 
787
+ #: ../admin/social_sharing.php:321 ../admin/social_sharing.php:326
788
+ #: ../admin/social_sharing.php:628 ../admin/social_sharing.php:633
789
  msgid "Border Color"
790
  msgstr ""
791
 
792
+ #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
793
  msgid "Icon border"
794
  msgstr ""
795
 
796
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
797
  msgid "Counter Position"
798
  msgstr ""
799
 
800
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
801
  msgid "(applies, if counter enabled)"
802
  msgstr ""
803
 
804
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
805
+ #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1340
806
  #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
807
  #: ../inc/widget.php:446 ../inc/widget.php:758
808
  msgid "Left"
809
  msgstr ""
810
 
811
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
812
  msgid "Top"
813
  msgstr ""
814
 
815
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
816
+ #: ../admin/social_sharing.php:937 ../admin/social_sharing.php:1341
817
  #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
818
  #: ../inc/widget.php:447 ../inc/widget.php:759
819
  msgid "Right"
820
  msgstr ""
821
 
822
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
823
  msgid "Bottom"
824
  msgstr ""
825
 
826
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
827
  msgid "Inner Left"
828
  msgstr ""
829
 
830
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
831
  msgid "Inner Top"
832
  msgstr ""
833
 
834
+ #: ../admin/social_sharing.php:357 ../admin/social_sharing.php:664
835
  msgid "Inner Right"
836
  msgstr ""
837
 
838
+ #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
839
  msgid "Inner Bottom"
840
  msgstr ""
841
 
842
+ #: ../admin/social_sharing.php:367 ../admin/social_sharing.php:674
843
  msgid "Position of share counter"
844
  msgstr ""
845
 
846
+ #: ../admin/social_sharing.php:377
847
  msgid "Floating interface theme"
848
  msgstr ""
849
 
850
+ #: ../admin/social_sharing.php:690
851
  msgid "Standard Sharing Interface Options"
852
  msgstr ""
853
 
854
+ #: ../admin/social_sharing.php:696
855
  msgid "Enable Standard sharing interface"
856
  msgstr ""
857
 
858
+ #: ../admin/social_sharing.php:706
859
  msgid "Master control to enable standard sharing"
860
  msgstr ""
861
 
862
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1144
863
  #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
864
  msgid "Target Url"
865
  msgstr ""
866
 
867
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1148
868
  #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
869
  msgid "Url of the webpage where icons are located (default)"
870
  msgstr ""
871
 
872
+ #: ../admin/social_sharing.php:722 ../admin/social_sharing.php:1150
873
  #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
874
  msgid "Url of the homepage of your website"
875
  msgstr ""
876
 
877
+ #: ../admin/social_sharing.php:724 ../admin/social_sharing.php:1152
878
  #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
879
  msgid "Custom url"
880
  msgstr ""
881
 
882
+ #: ../admin/social_sharing.php:731 ../admin/social_sharing.php:1159
883
  msgid "Url to share"
884
  msgstr ""
885
 
886
+ #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
887
  #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
888
+ #: ../inc/widget.php:945
889
  msgid "Title"
890
  msgstr ""
891
 
892
+ #: ../admin/social_sharing.php:749
893
  msgid "The text to display above the sharing interface"
894
  msgstr ""
895
 
896
+ #: ../admin/social_sharing.php:774 ../admin/social_sharing.php:1168
897
  msgid "Instagram username"
898
  msgstr ""
899
 
900
+ #: ../admin/social_sharing.php:784 ../admin/social_sharing.php:1178
901
  msgid ""
902
  "Username of the Instagram account you want to redirect users to, on clicking "
903
  "the icon"
904
  msgstr ""
905
 
906
+ #: ../admin/social_sharing.php:794 ../admin/social_sharing.php:1188
907
  msgid "HTML ID of container element of comment form"
908
  msgstr ""
909
 
910
+ #: ../admin/social_sharing.php:804 ../admin/social_sharing.php:1198
911
  msgid ""
912
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
913
  "icon."
914
  msgstr ""
915
 
916
+ #: ../admin/social_sharing.php:818 ../admin/social_sharing.php:1207
917
  msgid "Rearrange icons"
918
  msgstr ""
919
 
920
+ #: ../admin/social_sharing.php:879 ../admin/social_sharing.php:1266
921
  msgid "Drag the icons to rearrange in desired order"
922
  msgstr ""
923
 
924
+ #: ../admin/social_sharing.php:887 ../admin/social_sharing.php:1274
925
  msgid "Select Sharing Services"
926
  msgstr ""
927
 
928
+ #: ../admin/social_sharing.php:894 ../admin/social_sharing.php:1281
929
  msgid "Select sharing services to show in social share bar"
930
  msgstr ""
931
 
932
+ #: ../admin/social_sharing.php:912 ../admin/social_sharing.php:1299
933
  msgid "Search social network"
934
  msgstr ""
935
 
936
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1336
937
  #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
938
  msgid "Horizontal alignment"
939
  msgstr ""
940
 
941
+ #: ../admin/social_sharing.php:936 ../admin/like_buttons.php:184
942
  msgid "Center"
943
  msgstr ""
944
 
945
+ #: ../admin/social_sharing.php:945 ../admin/social_sharing.php:1349
946
  msgid "Horizontal alignment of the sharing interface"
947
  msgstr ""
948
 
949
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:201
950
  msgid "Position with respect to content"
951
  msgstr ""
952
 
953
+ #: ../admin/social_sharing.php:957 ../admin/like_buttons.php:205
954
  msgid "Top of the content"
955
  msgstr ""
956
 
957
+ #: ../admin/social_sharing.php:959 ../admin/like_buttons.php:207
958
  msgid "Bottom of the content"
959
  msgstr ""
960
 
961
+ #: ../admin/social_sharing.php:966
962
  msgid "Specify position of the sharing interface with respect to the content"
963
  msgstr ""
964
 
965
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
966
  msgid "Placement"
967
  msgstr ""
968
 
969
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
970
  #: ../admin/social_login.php:848 ../admin/social_login.php:878
971
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
972
  msgid "Homepage"
973
  msgstr ""
974
 
975
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
976
  #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
977
  msgid "Posts"
978
  msgstr ""
979
 
980
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
981
  #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
982
  msgid "Pages"
983
  msgstr ""
984
 
985
+ #: ../admin/social_sharing.php:984 ../admin/social_sharing.php:1425
986
  #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
987
  msgid "Excerpts and Posts page"
988
  msgstr ""
989
 
990
+ #: ../admin/social_sharing.php:986 ../admin/social_sharing.php:1427
991
  #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
992
  msgid "Category Archives"
993
  msgstr ""
994
 
995
+ #: ../admin/social_sharing.php:988 ../admin/social_sharing.php:1429
996
  #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
997
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
998
  msgstr ""
999
 
1000
+ #: ../admin/social_sharing.php:1004 ../admin/like_buttons.php:252
1001
  msgid "BuddyPress activity"
1002
  msgstr ""
1003
 
1004
+ #: ../admin/social_sharing.php:1006 ../admin/like_buttons.php:255
1005
  msgid "BuddyPress group (only at top of content)"
1006
  msgstr ""
1007
 
1008
+ #: ../admin/social_sharing.php:1012 ../admin/social_sharing.php:1451
1009
  #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1010
  msgid "BBPress forum"
1011
  msgstr ""
1012
 
1013
+ #: ../admin/social_sharing.php:1015 ../admin/social_sharing.php:1454
1014
  #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1015
  msgid "BBPress topic"
1016
  msgstr ""
1017
 
1018
+ #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:268
1019
  msgid "BBPress reply"
1020
  msgstr ""
1021
 
1022
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:275
1023
  msgid "After individual product at WooCommerce Shop page"
1024
  msgstr ""
1025
 
1026
+ #: ../admin/social_sharing.php:1028 ../admin/like_buttons.php:278
1027
  msgid "WooCommerce Product Page"
1028
  msgstr ""
1029
 
1030
+ #: ../admin/social_sharing.php:1031 ../admin/like_buttons.php:281
1031
  msgid "WooCommerce Thankyou Page"
1032
  msgstr ""
1033
 
1034
+ #: ../admin/social_sharing.php:1042
1035
  msgid "Specify the pages where you want to enable Sharing interface"
1036
  msgstr ""
1037
 
1038
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1039
  msgid "Show share counts"
1040
  msgstr ""
1041
 
1042
+ #: ../admin/social_sharing.php:1055 ../admin/social_sharing.php:1477
1043
  msgid ""
1044
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1045
  "Pinterest, Odnoklassniki, Fintel and Vkontakte"
1046
  msgstr ""
1047
 
1048
+ #: ../admin/social_sharing.php:1056 ../admin/social_sharing.php:1478
1049
  #, php-format
1050
  msgid ""
1051
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1054
  "their website."
1055
  msgstr ""
1056
 
1057
+ #: ../admin/social_sharing.php:1063 ../admin/social_sharing.php:1485
1058
  msgid "If enabled, share counts are displayed above sharing icons."
1059
  msgstr ""
1060
 
1061
+ #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1062
  msgid "Show total shares"
1063
  msgstr ""
1064
 
1065
+ #: ../admin/social_sharing.php:1082 ../admin/social_sharing.php:1504
1066
  msgid "If enabled, total shares will be displayed with sharing icons"
1067
  msgstr ""
1068
 
1069
+ #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1070
  msgid "Enable 'More' icon"
1071
  msgstr ""
1072
 
1073
+ #: ../admin/social_sharing.php:1101 ../admin/social_sharing.php:1523
1074
  msgid ""
1075
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1076
  "which shows additional sharing networks in popup"
1077
  msgstr ""
1078
 
1079
+ #: ../admin/social_sharing.php:1118
1080
  msgid "Floating Sharing Interface Options"
1081
  msgstr ""
1082
 
1083
+ #: ../admin/social_sharing.php:1124
1084
  msgid "Enable Floating sharing interface"
1085
  msgstr ""
1086
 
1087
+ #: ../admin/social_sharing.php:1134
1088
  msgid "Master control to enable floating sharing widget"
1089
  msgstr ""
1090
 
1091
+ #: ../admin/social_sharing.php:1328
1092
  msgid ""
1093
  "Specify the color or hex code (example #cc78e0) for the background of "
1094
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1096
  "\"_blank\">this link</a>"
1097
  msgstr ""
1098
 
1099
+ #: ../admin/social_sharing.php:1358 ../admin/like_buttons.php:450
1100
  msgid "Left offset"
1101
  msgstr ""
1102
 
1103
+ #: ../admin/social_sharing.php:1368
1104
  msgid ""
1105
  "Specify a number. Increase in number will shift sharing interface towards "
1106
  "right and decrease will shift it towards left. Number can be negative too."
1107
  msgstr ""
1108
 
1109
+ #: ../admin/social_sharing.php:1378 ../admin/like_buttons.php:470
1110
  msgid "Right offset"
1111
  msgstr ""
1112
 
1113
+ #: ../admin/social_sharing.php:1388
1114
  msgid ""
1115
  "Specify a number. Increase in number will shift sharing interface towards "
1116
  "left and decrease will shift it towards right. Number can be negative too."
1117
  msgstr ""
1118
 
1119
+ #: ../admin/social_sharing.php:1397 ../admin/like_buttons.php:489
1120
  msgid "Top offset"
1121
  msgstr ""
1122
 
1123
+ #: ../admin/social_sharing.php:1407
1124
  msgid ""
1125
  "Specify a number. Increase in number will shift sharing interface towards "
1126
  "bottom and decrease will shift it towards top."
1127
  msgstr ""
1128
 
1129
+ #: ../admin/social_sharing.php:1443 ../admin/like_buttons.php:535
1130
  msgid "BuddyPress group"
1131
  msgstr ""
1132
 
1133
+ #: ../admin/social_sharing.php:1464
1134
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1135
  msgstr ""
1136
 
1137
+ #: ../admin/social_sharing.php:1531
1138
  msgid "Hide floating slider"
1139
  msgstr ""
1140
 
1141
+ #: ../admin/social_sharing.php:1541
1142
  msgid "Hides the slider arrow present below the floating share bar"
1143
  msgstr ""
1144
 
1145
+ #: ../admin/social_sharing.php:1549
1146
  msgid "Vertical floating bar responsiveness"
1147
  msgstr ""
1148
 
1149
+ #: ../admin/social_sharing.php:1552
1150
  #, php-format
1151
  msgid "Display vertical interface only when screen is wider than %s pixels"
1152
  msgstr ""
1153
 
1154
+ #: ../admin/social_sharing.php:1559
1155
  msgid ""
1156
  "Display vertical interface only when screen is wider than the width "
1157
  "specified."
1158
  msgstr ""
1159
 
1160
+ #: ../admin/social_sharing.php:1567
1161
  msgid "Horizontal floating bar responsiveness"
1162
  msgstr ""
1163
 
1164
+ #: ../admin/social_sharing.php:1570
1165
  #, php-format
1166
  msgid ""
1167
  "Stick vertical floating interface horizontally at bottom only when screen is "
1168
  "narrower than %s pixels"
1169
  msgstr ""
1170
 
1171
+ #: ../admin/social_sharing.php:1577
1172
  msgid ""
1173
  "Stick vertical floating interface horizontally at bottom only when screen is "
1174
  "narrower than the width specified"
1175
  msgstr ""
1176
 
1177
+ #: ../admin/social_sharing.php:1587
1178
  msgid "Horizontal floating bar position"
1179
  msgstr ""
1180
 
1181
+ #: ../admin/social_sharing.php:1590
1182
  #, php-format
1183
  msgid "%s pixels from %s"
1184
  msgstr ""
1185
 
1186
+ #: ../admin/social_sharing.php:1591
1187
  msgid "Auto-adjust according to screen width (responsive)"
1188
  msgstr ""
1189
 
1190
+ #: ../admin/social_sharing.php:1598
1191
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1192
  msgstr ""
1193
 
1194
+ #: ../admin/social_sharing.php:1618
1195
+ msgid "Facebook Share Count"
1196
+ msgstr ""
1197
+
1198
+ #: ../admin/social_sharing.php:1624 ../admin/social_login.php:161
1199
+ msgid "Facebook App ID"
1200
+ msgstr ""
1201
+
1202
+ #: ../admin/social_sharing.php:1634
1203
+ #, php-format
1204
+ msgid ""
1205
+ "Required for Facebook share count to work. Please follow the documentation "
1206
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1207
+ msgstr ""
1208
+
1209
+ #: ../admin/social_sharing.php:1642 ../admin/social_login.php:183
1210
+ msgid "Facebook App Secret"
1211
+ msgstr ""
1212
+
1213
+ #: ../admin/social_sharing.php:1652
1214
+ #, php-format
1215
+ msgid ""
1216
+ "Required for Facebook share count to work. Please follow the documentation "
1217
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App Secret"
1218
+ msgstr ""
1219
+
1220
+ #: ../admin/social_sharing.php:1661 ../admin/like_buttons.php:592
1221
  msgid "Url shortener"
1222
  msgstr ""
1223
 
1224
+ #: ../admin/social_sharing.php:1667
1225
  msgid "Use shortlinks already installed"
1226
  msgstr ""
1227
 
1228
+ #: ../admin/social_sharing.php:1677
1229
  msgid "Uses default short url permalinks without using any additional plugin"
1230
  msgstr ""
1231
 
1232
+ #: ../admin/social_sharing.php:1685
1233
  msgid "Enable bit.ly url shortener for sharing"
1234
  msgstr ""
1235
 
1236
+ #: ../admin/social_sharing.php:1695 ../admin/like_buttons.php:626
1237
  msgid "Master control to enable bit.ly url shortening for sharing"
1238
  msgstr ""
1239
 
1240
+ #: ../admin/social_sharing.php:1703
1241
  msgid "bit.ly Login"
1242
  msgstr ""
1243
 
1244
+ #: ../admin/social_sharing.php:1713 ../admin/social_sharing.php:1732
1245
  #, php-format
1246
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1247
  msgstr ""
1248
 
1249
+ #: ../admin/social_sharing.php:1722 ../admin/like_buttons.php:653
1250
  msgid "bit.ly API Key"
1251
  msgstr ""
1252
 
1253
+ #: ../admin/social_sharing.php:1741 ../admin/like_buttons.php:672
1254
  msgid "Clear Bitly Cache"
1255
  msgstr ""
1256
 
1257
+ #: ../admin/social_sharing.php:1745 ../admin/like_buttons.php:676
1258
  msgid "ShortUrl cache cleared successfully."
1259
  msgstr ""
1260
 
1261
+ #: ../admin/social_sharing.php:1752 ../admin/like_buttons.php:683
1262
  msgid ""
1263
  "Use this to delete short urls saved in database. Handy, if urls of your "
1264
  "website have been changed but short urls are still being generated for old "
1265
  "urls."
1266
  msgstr ""
1267
 
1268
+ #: ../admin/social_sharing.php:1761
1269
  msgid "Share Count Cache"
1270
  msgstr ""
1271
 
1272
+ #: ../admin/social_sharing.php:1767
1273
  msgid "Refresh Share Count cache every"
1274
  msgstr ""
1275
 
1276
+ #: ../admin/social_sharing.php:1772
1277
  msgid "Second(s)"
1278
  msgstr ""
1279
 
1280
+ #: ../admin/social_sharing.php:1773
1281
  msgid "Minute(s)"
1282
  msgstr ""
1283
 
1284
+ #: ../admin/social_sharing.php:1774
1285
  msgid "Hour(s)"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/social_sharing.php:1775
1289
  msgid "Day(s)"
1290
  msgstr ""
1291
 
1292
+ #: ../admin/social_sharing.php:1783
1293
  #, php-format
1294
  msgid ""
1295
  "Frequent cache refreshing results in slower loading of pages with share "
1297
  "target=\"_blank\">here</a>"
1298
  msgstr ""
1299
 
1300
+ #: ../admin/social_sharing.php:1791
1301
  msgid "Clear Share Counts Cache"
1302
  msgstr ""
1303
 
1304
+ #: ../admin/social_sharing.php:1795
1305
  msgid "Share Counts cache cleared successfully."
1306
  msgstr ""
1307
 
1308
+ #: ../admin/social_sharing.php:1802
1309
  msgid "Use this to clear cached share counts"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/social_sharing.php:1811 ../admin/social_sharing.php:1817
1313
  #: ../admin/social_commenting.php:315 ../admin/like_buttons.php:692
1314
  #: ../admin/like_buttons.php:698
1315
  msgid "Language"
1316
  msgstr ""
1317
 
1318
+ #: ../admin/social_sharing.php:1827
1319
  #, php-format
1320
  msgid ""
1321
  "Enter the code of the language you want to use for like buttons. You can "
1323
  "Leave it empty for default language(English)"
1324
  msgstr ""
1325
 
1326
+ #: ../admin/social_sharing.php:1836
1327
  msgid "Username in sharing"
1328
  msgstr ""
1329
 
1330
+ #: ../admin/social_sharing.php:1842
1331
  msgid "Twitter username (without @)"
1332
  msgstr ""
1333
 
1334
+ #: ../admin/social_sharing.php:1852 ../admin/social_sharing.php:1871
1335
  msgid ""
1336
  "Provided username will be appended after the content being shared as \"via "
1337
  "@USERNAME\". Leave empty if you do not want any username in the content "
1338
  "being shared."
1339
  msgstr ""
1340
 
1341
+ #: ../admin/social_sharing.php:1861
1342
  msgid "Buffer username (without @)"
1343
  msgstr ""
1344
 
1345
+ #: ../admin/social_sharing.php:1880
1346
  msgid "AMP"
1347
  msgstr ""
1348
 
1349
+ #: ../admin/social_sharing.php:1886
1350
  msgid "Enable sharing on AMP pages"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/social_sharing.php:1896
1354
  msgid "Enable this option to render sharing icons on AMP pages"
1355
  msgstr ""
1356
 
1357
+ #: ../admin/social_sharing.php:1915 ../admin/like_buttons.php:771
1358
  msgid "myCRED"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/social_sharing.php:1921 ../admin/like_buttons.php:777
1362
  msgid "Append myCRED referral ID to the urls being shared"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/social_sharing.php:1954
1366
  msgid "Facebook Sharing Troubleshooter"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/social_sharing.php:1959
1370
  msgid ""
1371
  "If Facebook sharing is not working fine, click at the following link and "
1372
  "enter the problematic url (where Facebook sharing is not working properly) "
1374
  "button."
1375
  msgstr ""
1376
 
1377
+ #: ../admin/social_sharing.php:1976 ../admin/social_commenting.php:399
1378
  #: ../admin/social_login.php:1241
1379
  msgid ""
1380
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1381
  "an online website for the plugin to function properly."
1382
  msgstr ""
1383
 
1384
+ #: ../admin/social_sharing.php:1977
1385
  msgid ""
1386
  "Why is sharer not showing the correct image, title and other meta tags "
1387
  "content?"
1388
  msgstr ""
1389
 
1390
+ #: ../admin/social_sharing.php:1978
1391
+ msgid "Why is Facebook share count not working?"
1392
+ msgstr ""
1393
+
1394
+ #: ../admin/social_sharing.php:1981
1395
  msgid "Why is Instagram icon redirecting to Instagram website?"
1396
  msgstr ""
1397
 
1398
+ #: ../admin/social_sharing.php:1982
1399
  msgid ""
1400
  "Instagram icon is there to send website visitors to the Instagram page of "
1401
  "your choice. You can save the desired Instagram handle in \"Instagram "
1403
  "sections."
1404
  msgstr ""
1405
 
1406
+ #: ../admin/social_sharing.php:1985
1407
  msgid "How to customize the url being shared?"
1408
  msgstr ""
1409
 
1410
+ #: ../admin/social_sharing.php:1986
1411
  msgid ""
1412
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1413
  msgstr ""
1414
 
1415
+ #: ../admin/social_sharing.php:1987
1416
  msgid ""
1417
  "It takes some time for their service to track the shares made on Twitter "
1418
  "from your website. If you still feel it's taking too long you can contact "
1419
  "their support directly from their website."
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1989 ../admin/like_buttons.php:814
1423
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1424
  msgstr ""
1425
 
1426
+ #: ../admin/social_sharing.php:1990
1427
  msgid ""
1428
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1429
  msgstr ""
1430
 
1431
+ #: ../admin/social_sharing.php:1991 ../admin/social_commenting.php:402
1432
  #: ../admin/social_login.php:1248
1433
  msgid "Why is my browser blocking some features of the plugin?"
1434
  msgstr ""
1435
 
1436
+ #: ../admin/social_sharing.php:1992
1437
  msgid "Why the color of share icons is not being updated?"
1438
  msgstr ""
1439
 
1440
+ #: ../admin/social_sharing.php:1993
1441
  msgid "Why Facebook share counts are not appearing?"
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_sharing.php:1994
1445
  msgid ""
1446
  "How can I show share counts of my website rather than of individual pages/"
1447
  "posts?"
1448
  msgstr ""
1449
 
1450
+ #: ../admin/social_sharing.php:1995
1451
  msgid "How can I disable sharing on particular page/post?"
1452
  msgstr ""
1453
 
1454
+ #: ../admin/social_sharing.php:1996
1455
  msgid "How can I specify minimum sharing count for sharing networks?"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1997
1459
  msgid "How to share specific page?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1998
1463
  msgid "How to integrate Google Analytics with sharing?"
1464
  msgstr ""
1465
 
1466
+ #: ../admin/social_sharing.php:1999
1467
  msgid "How to customize the look of total share counts?"
1468
  msgstr ""
1469
 
1470
+ #: ../admin/social_sharing.php:2000
1471
  msgid "How to customize the look of individual share counts?"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:2001
1475
  msgid "How to show Whatsapp icon only on mobile devices?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:2002
1479
  msgid "How to hide arrow after floating sharing bar?"
1480
  msgstr ""
1481
 
1482
+ #: ../admin/social_sharing.php:2003
1483
  msgid "Why is share count not getting updated?"
1484
  msgstr ""
1485
 
1486
+ #: ../admin/social_sharing.php:2004 ../admin/like_buttons.php:812
1487
  msgid "Why is there so much space between like buttons?"
1488
  msgstr ""
1489
 
1490
+ #: ../admin/social_sharing.php:2005 ../admin/like_buttons.php:813
1491
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1492
  msgstr ""
1493
 
2613
  msgstr ""
2614
 
2615
  #: ../inc/widget.php:87 ../inc/widget.php:266 ../inc/widget.php:608
2616
+ #: ../inc/widget.php:943
2617
  msgid "Before widget content:"
2618
  msgstr ""
2619
 
2620
  #: ../inc/widget.php:89 ../inc/widget.php:268 ../inc/widget.php:610
2621
+ #: ../inc/widget.php:1020
2622
  msgid "After widget content:"
2623
  msgstr ""
2624
 
2716
  msgid "These icons link to your Social Media accounts"
2717
  msgstr ""
2718
 
2719
+ #: ../inc/widget.php:947
2720
  msgid "Size of icons"
2721
  msgstr ""
2722
 
2723
+ #: ../inc/widget.php:949
2724
  msgid "Icon Shape"
2725
  msgstr ""
2726
 
2727
+ #: ../inc/widget.php:954
2728
  msgid "Facebook URL:"
2729
  msgstr ""
2730
 
2731
+ #: ../inc/widget.php:957
2732
  msgid "Twitter URL:"
2733
  msgstr ""
2734
 
2735
+ #: ../inc/widget.php:960
2736
  msgid "Instagram URL:"
2737
  msgstr ""
2738
 
2739
+ #: ../inc/widget.php:963
2740
  msgid "Pinterest URL:"
2741
  msgstr ""
2742
 
2743
+ #: ../inc/widget.php:966
2744
  msgid "Behance URL:"
2745
  msgstr ""
2746
 
2747
+ #: ../inc/widget.php:969
2748
  msgid "Flickr URL:"
2749
  msgstr ""
2750
 
2751
+ #: ../inc/widget.php:972
2752
  msgid "Foursquare URL:"
2753
  msgstr ""
2754
 
2755
+ #: ../inc/widget.php:975
2756
  msgid "Github URL:"
2757
  msgstr ""
2758
 
2759
+ #: ../inc/widget.php:978
2760
  msgid "LinkedIn URL:"
2761
  msgstr ""
2762
 
2763
+ #: ../inc/widget.php:981
2764
  msgid "LinkedIn Company URL:"
2765
  msgstr ""
2766
 
2767
+ #: ../inc/widget.php:984
2768
  msgid "Medium URL:"
2769
  msgstr ""
2770
 
2771
+ #: ../inc/widget.php:987
2772
  msgid "MeWe URL:"
2773
  msgstr ""
2774
 
2775
+ #: ../inc/widget.php:990
2776
  msgid "Odnoklassniki URL:"
2777
  msgstr ""
2778
 
2779
+ #: ../inc/widget.php:993
2780
  msgid "Snapchat URL:"
2781
  msgstr ""
2782
 
2783
+ #: ../inc/widget.php:996
2784
+ msgid "Telegram URL:"
2785
+ msgstr ""
2786
+
2787
+ #: ../inc/widget.php:999
2788
  msgid "Tumblr URL:"
2789
  msgstr ""
2790
 
2791
+ #: ../inc/widget.php:1002
2792
  msgid "Vimeo URL:"
2793
  msgstr ""
2794
 
2795
+ #: ../inc/widget.php:1005
2796
  msgid "Vkontakte URL:"
2797
  msgstr ""
2798
 
2799
+ #: ../inc/widget.php:1008
2800
  msgid "Xing URL:"
2801
  msgstr ""
2802
 
2803
+ #: ../inc/widget.php:1011
2804
  msgid "Youtube URL:"
2805
  msgstr ""
2806
 
2807
+ #: ../inc/widget.php:1014
2808
  msgid "Youtube Channel URL:"
2809
  msgstr ""
2810
 
2811
+ #: ../inc/widget.php:1017
2812
  msgid "RSS Feed URL:"
2813
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.2
7
- Stable tag: 7.12.24
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -210,6 +210,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
 
 
 
213
  = 7.12.24 =
214
  * [New] Added Telegram in social media follow icons
215
  * [Bugfix] Performance improvement
@@ -1862,4 +1865,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1862
 
1863
  = 7.12.24 =
1864
  * [New] Added Telegram in social media follow icons
1865
- * [Bugfix] Performance improvement
 
 
 
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 5.2
7
+ Stable tag: 7.12.25
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
213
+ = 7.12.25 =
214
+ * [Bugfix] Facebook share count was not working in some cases
215
+
216
  = 7.12.24 =
217
  * [New] Added Telegram in social media follow icons
218
  * [Bugfix] Performance improvement
1865
 
1866
  = 7.12.24 =
1867
  * [New] Added Telegram in social media follow icons
1868
+ * [Bugfix] Performance improvement
1869
+
1870
+ = 7.12.25 =
1871
+ * [Bugfix] Facebook share count was not working in some cases
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.12.24
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.24');
15
 
16
  require 'helper.php';
17
 
@@ -1538,9 +1538,7 @@ function the_champ_save_default_options(){
1538
  'twitter_username' => '',
1539
  'buffer_username' => '',
1540
  'fb_key' => '',
1541
- 'fb_secret' => '',
1542
- 'vertical_fb_key' => '',
1543
- 'vertical_fb_secret' => ''
1544
  ));
1545
 
1546
  // counter options
@@ -2051,6 +2049,15 @@ function the_champ_update_db_check(){
2051
  $currentVersion = get_option('the_champ_ss_version');
2052
 
2053
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
 
 
 
 
 
 
 
 
 
2054
  if(version_compare("7.12.22", $currentVersion) > 0){
2055
  global $theChampSharingOptions;
2056
  $theChampSharingOptions['fb_key'] = '';
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.12.25
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.25');
15
 
16
  require 'helper.php';
17
 
1538
  'twitter_username' => '',
1539
  'buffer_username' => '',
1540
  'fb_key' => '',
1541
+ 'fb_secret' => ''
 
 
1542
  ));
1543
 
1544
  // counter options
2049
  $currentVersion = get_option('the_champ_ss_version');
2050
 
2051
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
2052
+ if(version_compare("7.12.25", $currentVersion) > 0){
2053
+ global $theChampSharingOptions;
2054
+ if(!$theChampSharingOptions['fb_key'] && !$theChampSharingOptions['fb_secret'] && $theChampSharingOptions['vertical_fb_key'] && $theChampSharingOptions['vertical_fb_secret']){
2055
+ $theChampSharingOptions['fb_key'] = $theChampSharingOptions['vertical_fb_key'];
2056
+ $theChampSharingOptions['fb_secret'] = $theChampSharingOptions['vertical_fb_secret'];
2057
+ }
2058
+ update_option('the_champ_sharing', $theChampSharingOptions);
2059
+ }
2060
+
2061
  if(version_compare("7.12.22", $currentVersion) > 0){
2062
  global $theChampSharingOptions;
2063
  $theChampSharingOptions['fb_key'] = '';