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

Version Description

  • [New] Added Medium, Odnoklassniki and Vkontakte in social media follow icons widget
  • [Improvement] Added "aria-label" attribute in the hyperlinks for social media follow icons
  • [Improvement] Added rel="noopener" attribute in the hyperlink for Whatsapp share icon
  • [Improvement] Fixed some PHP notices being generated when enabling WordPress debugging
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.6
Comparing to
See all releases

Code changes from version 7.12.5 to 7.12.6

admin/general_options.php CHANGED
@@ -2,7 +2,11 @@
2
  defined('ABSPATH') or die("Cheating........Uh!!");
3
  ?>
4
  <div id="fb-root"></div>
5
-
 
 
 
 
6
  <div class="metabox-holder columns-2" id="post-body">
7
  <form action="options.php" method="post">
8
  <?php settings_fields('the_champ_general_options'); ?>
@@ -127,7 +131,11 @@ defined('ABSPATH') or die("Cheating........Uh!!");
127
  <p class="submit">
128
  <input id="the_champ_enable_fblike" style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
129
  </p>
130
-
 
 
 
 
131
  </div>
132
  </div>
133
 
2
  defined('ABSPATH') or die("Cheating........Uh!!");
3
  ?>
4
  <div id="fb-root"></div>
5
+ <div>
6
+ <?php
7
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
8
+ ?>
9
+ </div>
10
  <div class="metabox-holder columns-2" id="post-body">
11
  <form action="options.php" method="post">
12
  <?php settings_fields('the_champ_general_options'); ?>
131
  <p class="submit">
132
  <input id="the_champ_enable_fblike" style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
133
  </p>
134
+ <div>
135
+ <?php
136
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
137
+ ?>
138
+ </div>
139
  </div>
140
  </div>
141
 
admin/like_buttons.php CHANGED
@@ -1,7 +1,11 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
 
3
  <div id="fb-root"></div>
4
-
 
 
 
 
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <form action="options.php" method="post">
7
  <?php settings_fields('the_champ_counter_options'); ?>
@@ -821,6 +825,11 @@
821
  <p class="submit">
822
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
823
  </p>
 
 
 
 
 
824
  </form>
825
  <div class="clear"></div>
826
  <div class="stuffbox">
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
 
3
  <div id="fb-root"></div>
4
+ <div>
5
+ <?php
6
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
7
+ ?>
8
+ </div>
9
  <div class="metabox-holder columns-2" id="post-body">
10
  <form action="options.php" method="post">
11
  <?php settings_fields('the_champ_counter_options'); ?>
825
  <p class="submit">
826
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
827
  </p>
828
+ <div>
829
+ <?php
830
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
831
+ ?>
832
+ </div>
833
  </form>
834
  <div class="clear"></div>
835
  <div class="stuffbox">
admin/social_commenting.php CHANGED
@@ -1,6 +1,10 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
-
 
 
 
 
4
  <div class="metabox-holder columns-2" id="post-body">
5
  <form action="options.php" method="post">
6
  <?php settings_fields('the_champ_facebook_options'); ?>
@@ -478,6 +482,11 @@
478
  <p class="submit">
479
  <input id="the_champ_enable_fblike" style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
480
  </p>
 
 
 
 
 
481
  </form>
482
  <div class="clear"></div>
483
  <div class="stuffbox">
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
+ <div>
4
+ <?php
5
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
6
+ ?>
7
+ </div>
8
  <div class="metabox-holder columns-2" id="post-body">
9
  <form action="options.php" method="post">
10
  <?php settings_fields('the_champ_facebook_options'); ?>
482
  <p class="submit">
483
  <input id="the_champ_enable_fblike" style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
484
  </p>
485
+ <div>
486
+ <?php
487
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
488
+ ?>
489
+ </div>
490
  </form>
491
  <div class="clear"></div>
492
  <div class="stuffbox">
admin/social_login.php CHANGED
@@ -1,5 +1,10 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
 
 
 
 
 
3
  <div class="metabox-holder">
4
  <form action="options.php" method="post">
5
  <?php settings_fields('the_champ_login_options'); ?>
@@ -1216,6 +1221,11 @@
1216
  <p class="submit">
1217
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
1218
  </p>
 
 
 
 
 
1219
  </form>
1220
  <div class="clear"></div>
1221
  <div class="stuffbox">
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
+ <div>
4
+ <?php
5
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
6
+ ?>
7
+ </div>
8
  <div class="metabox-holder">
9
  <form action="options.php" method="post">
10
  <?php settings_fields('the_champ_login_options'); ?>
1221
  <p class="submit">
1222
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
1223
  </p>
1224
+ <p>
1225
+ <?php
1226
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
1227
+ ?>
1228
+ </p>
1229
  </form>
1230
  <div class="clear"></div>
1231
  <div class="stuffbox">
admin/social_sharing.php CHANGED
@@ -1,6 +1,10 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
-
 
 
 
 
4
  <div class="metabox-holder columns-2" style="padding-bottom:8px" id="post-body">
5
  <form id="the_champ_form" action="options.php" method="post">
6
  <?php settings_fields( 'the_champ_sharing_options' ); ?>
@@ -1903,6 +1907,7 @@
1903
  <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
1904
  <div class="inside faq">
1905
  <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>
 
1906
  <p>
1907
  <a href="javascript:void(0)"><?php _e('Why is Instagram icon redirecting to Instagram website?', 'super-socializer'); ?></a>
1908
  <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>
@@ -1915,7 +1920,6 @@
1915
  <p><a href="https://www.heateor.com/recover-social-share-counts/" target="_blank"><?php _e('How to restore Social Share counts lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
1916
  <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why is my browser blocking some features of the plugin?', 'super-socializer' ) ?></a></p>
1917
  <p><a href="http://support.heateor.com/color-share-icons-not-being-updated" target="_blank"><?php _e('Why the color of share icons is not being updated?', 'super-socializer') ?></a></p>
1918
- <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>
1919
  <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why Facebook share counts are not appearing?', 'super-socializer' ) ?></a></p>
1920
  <p><a href="http://support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'super-socializer' ) ?></a></p>
1921
  <p><a href="http://support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'super-socializer' ) ?></a></p>
@@ -1941,6 +1945,11 @@
1941
  <p class="submit">
1942
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer' ); ?>" />
1943
  </p>
 
 
 
 
 
1944
  </form>
1945
  <div class="clear"></div>
1946
  <div class="stuffbox">
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
+ <div>
4
+ <?php
5
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
6
+ ?>
7
+ </div>
8
  <div class="metabox-holder columns-2" style="padding-bottom:8px" id="post-body">
9
  <form id="the_champ_form" action="options.php" method="post">
10
  <?php settings_fields( 'the_champ_sharing_options' ); ?>
1907
  <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
1908
  <div class="inside faq">
1909
  <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>
1910
+ <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>
1911
  <p>
1912
  <a href="javascript:void(0)"><?php _e('Why is Instagram icon redirecting to Instagram website?', 'super-socializer'); ?></a>
1913
  <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>
1920
  <p><a href="https://www.heateor.com/recover-social-share-counts/" target="_blank"><?php _e('How to restore Social Share counts lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
1921
  <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why is my browser blocking some features of the plugin?', 'super-socializer' ) ?></a></p>
1922
  <p><a href="http://support.heateor.com/color-share-icons-not-being-updated" target="_blank"><?php _e('Why the color of share icons is not being updated?', 'super-socializer') ?></a></p>
 
1923
  <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why Facebook share counts are not appearing?', 'super-socializer' ) ?></a></p>
1924
  <p><a href="http://support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'super-socializer' ) ?></a></p>
1925
  <p><a href="http://support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'super-socializer' ) ?></a></p>
1945
  <p class="submit">
1946
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer' ); ?>" />
1947
  </p>
1948
+ <div>
1949
+ <?php
1950
+ echo sprintf(__('You can appreciate the effort put in this free plugin by rating it <a href="%s" target="_blank">here</a>', 'super-socializer'), 'https://wordpress.org/support/view/plugin-reviews/super-socializer');
1951
+ ?>
1952
+ </div>
1953
  </form>
1954
  <div class="clear"></div>
1955
  <div class="stuffbox">
css/front.css CHANGED
@@ -1 +1 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%201%2030%2030%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2031%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFacebookLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLiveJournalLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%2300B0EA%22%3E%3Cpath%20d%3D%22M16.76%205.53c-1.586%200-3.094.33-4.462.922l-2.47-2.465h-.005A11.268%2011.268%200%200%200%204%209.843l2.472%202.47a11.283%2011.283%200%200%201%205.823-5.86h.004l9.14%209.128h-.006a11.304%2011.304%200%200%200-5.823%205.86l-9.14-9.13c-.597%201.372-.952%202.865-.952%204.457%200%206.21%205.03%2011.24%2011.24%2011.24S28%2022.98%2028%2016.77c0-6.206-5.033-11.24-11.24-11.24zm1.95%2016.573a6.561%206.561%200%200%201%203.38-3.403l.887%204.285-4.268-.882z%22%2F%3E%3Cpath%20d%3D%22M22.092%2018.702l-.653-3.118h-.007a11.288%2011.288%200%200%200-5.822%205.858l3.097.66a6.58%206.58%200%200%201%203.38-3.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_browser_msg_close img,#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:65px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:98px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampTwitchBackground{background-color:#6441A5}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDeliciousSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #2319DC}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fdff88}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPolyvoreBackground{background-color: #2A2A2A}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fdff88}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%201%2030%2030%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLinkedinLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2031%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampTwitterLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%221%202%2030%2028%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M15.764%2022.223h1.315s.394-.044.6-.262c.184-.2.18-.574.18-.574s-.03-1.764.79-2.023c.81-.255%201.844%201.705%202.942%202.46.832.57%201.464.445%201.464.445l2.936-.04s1.538-.097.81-1.304c-.06-.1-.426-.894-2.186-2.526-1.843-1.71-1.594-1.434.624-4.39%201.353-1.804%201.893-2.902%201.724-3.374-.16-.45-1.153-.33-1.153-.33l-3.306.02s-.247-.034-.428.074c-.178.108-.293.356-.293.356s-.522%201.394-1.223%202.58c-1.47%202.5-2.06%202.633-2.3%202.476-.563-.36-.42-1.454-.42-2.23%200-2.423.365-3.435-.72-3.696-.357-.085-.623-.143-1.544-.15-1.182-.014-2.18.003-2.743.28-.378.185-.667.595-.49.62.218.027.713.13.975.49.34.46.33%201.496.33%201.496s.193%202.852-.46%203.206c-.442.245-1.056-.252-2.37-2.52-.67-1.163-1.18-2.446-1.18-2.446s-.1-.24-.273-.37c-.212-.155-.506-.204-.506-.204l-3.145.02s-.473.015-.647.22c-.154.183-.01.56-.01.56s2.46%205.757%205.245%208.657c2.553%202.66%205.454%202.485%205.454%202.485z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFacebookLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLiveJournalLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22%2300B0EA%22%3E%3Cpath%20d%3D%22M16.76%205.53c-1.586%200-3.094.33-4.462.922l-2.47-2.465h-.005A11.268%2011.268%200%200%200%204%209.843l2.472%202.47a11.283%2011.283%200%200%201%205.823-5.86h.004l9.14%209.128h-.006a11.304%2011.304%200%200%200-5.823%205.86l-9.14-9.13c-.597%201.372-.952%202.865-.952%204.457%200%206.21%205.03%2011.24%2011.24%2011.24S28%2022.98%2028%2016.77c0-6.206-5.033-11.24-11.24-11.24zm1.95%2016.573a6.561%206.561%200%200%201%203.38-3.403l.887%204.285-4.268-.882z%22%2F%3E%3Cpath%20d%3D%22M22.092%2018.702l-.653-3.118h-.007a11.288%2011.288%200%200%200-5.822%205.858l3.097.66a6.58%206.58%200%200%201%203.38-3.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0!important}#heateor_ss_browser_msg_close img,#heateor_ss_lj_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound,ul.heateor_ss_follow_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .8em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}ul.heateor_ss_follow_ul li,ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before,ul.heateor_ss_follow_ul li:before{content:none!important}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li{width:auto}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:120px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:110px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:145px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:95px}div.the_champ_horizontal_sharing li.the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:117px}div.the_champ_horizontal_sharing li.the_champ_google_plusone, div.the_champ_horizontal_counter li.the_champ_google_plusone{width:65px}div.the_champ_horizontal_sharing li.the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing li.the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:130px}div.the_champ_horizontal_sharing li.the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:81px}div.the_champ_horizontal_sharing li.the_champ_google_plus_share, div.the_champ_horizontal_counter li.the_champ_google_plus_share{width:95px}div.the_champ_horizontal_sharing li.the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:76px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing li.the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:98px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#527FA4}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#dd4b39}.theChampTwitchBackground{background-color:#6441A5}.theChampGoogleplusBackground{background-color:#dd4b39}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#55acee}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMixBackground{background-color:#ff8226}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}.theChampTCBackground{background-color:transparent!important;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDeliciousSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-12.5%20-12.5%2055%2055%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%220%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22fill%3A%23fff%3Bstroke%3A%23fff%22%3E%3C%2Frect%3E%3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%2215%22%20height%3D%2215%22%20style%3D%22stroke%3A%23fff%3Bfill%3Anone%3B%22%3E%3C%2Frect%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDiggSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2049%2049%22%3E%3Cpath%20d%3D%22M%206%2020%20h%2010%20c%200%20-14%20-9%20-14%20-9%200%20m%205%200%20v%207%20m%20-1%200%20v%20-7%20m%204%20-7%20h%204.5%20v%20-5%20h%208%20v%208%20h%20-8%20v%20-3%20m%208%200%20h%204%20v%205.5%20h%20-3%20v%2012%20h%20-4%20v%20-8%20m%200%208%20h%20-6.5%20v%20-12%20h%20-2%22%20stroke-width%3D%222%22%20stroke%3D%22%23fff%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3Cellipse%20cx%3D%2211.5%22%20cy%3D%2228.5%22%20rx%3D%224%22%20ry%3D%222%22%20style%3D%22fill%3A%23fff%3B%22%3E%3C%2Fellipse%3E%3C%2Fsvg%3E') no-repeat center center}.theChampEmailSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFloatitSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-3%20-3%2038%2038%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%203C8.814%203%203%208.814%203%2016s5.814%2013%2013%2013%2013-5.814%2013-13S23.187%203%2016%203zm0%2025.152c-6.712%200-12.153-5.44-12.153-12.152C3.847%209.288%209.287%203.848%2016%203.848S28.152%209.288%2028.152%2016c0%206.712-5.44%2012.152-12.152%2012.152z%22%2F%3E%3Cpath%20d%3D%22M22.406%2016A6.402%206.402%200%200%200%2016%209.593%206.402%206.402%200%200%200%209.593%2016%206.4%206.4%200%200%200%2016%2022.406%206.4%206.4%200%200%200%2022.406%2016zM16%2021.39A5.392%205.392%200%200%201%2010.61%2016%205.403%205.403%200%200%201%2016%2010.61%205.393%205.393%200%200%201%2021.39%2016%205.382%205.382%200%200%201%2016%2021.39z%22%2F%3E%3Cpath%20d%3D%22M13.763%209.187V4.864c-4.475.9-8%204.424-8.898%208.898h4.322a7.226%207.226%200%200%201%204.576-4.575zm9.05%204.576h4.32c-.896-4.475-4.422-8-8.896-8.898v4.322a7.224%207.224%200%200%201%204.575%204.576zm-4.576%209.052v4.322c4.475-.9%208-4.424%208.897-8.9h-4.322a7.232%207.232%200%200%201-4.575%204.578zm-9.05-4.578H4.863c.898%204.475%204.424%208%208.898%208.9v-4.323a7.233%207.233%200%200%201-4.574-4.577z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBkPSJNIDUxLjIyODc3NjYwNTc1NzA3IDM4LjE5MDgwNzcwMjE5NzA1IEEgMTcgMTcgMCAxIDAgNTYgNTAuMDAwMDAwMDAwMDAwMDEgaCAtMTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI4IiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSA2NSA0OSBoIDE4IG0gLTkgLTkgdiAxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjUiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampLinkedinSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMediumSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M7.8%2011a.8.8%200%200%200-.27-.7l-2-2.42v-.41h6.23L16.57%2018l4.24-10.53h5.94v.36L25%209.47a.5.5%200%200%200-.19.48v12.1a.5.5%200%200%200%20.19.48l1.68%201.64v.36h-8.4v-.36L20%2022.49c.18-.17.18-.22.18-.49v-9.77l-4.82%2012.26h-.65L9.09%2012.23v8.22a1.09%201.09%200%200%200%20.31.94l2.25%202.74v.36h-6.4v-.36l2.26-2.74a1.09%201.09%200%200%200%20.29-.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.theChampAIMBackground{background-color: #10ff00}.theChampAmazonWishListBackground{background-color: #ffe000}.theChampAOLMailBackground{background-color: #2A2A2A}.theChampAppnetBackground{background-color: #5D5D5D}.theChampBaiduBackground{background-color: #2319DC}.theChampBalatarinBackground{background-color: #fff}.theChampBibSonomyBackground{background-color: #000}.theChampBittyBrowserBackground{background-color: #EFEFEF}.theChampBlinklistBackground{background-color: #3D3C3B}.theChampBloggerPostBackground{background-color: #FDA352}.theChampDeliciousBackground{background-color:#53BEEE}.theChampBlogMarksBackground{background-color: #535353}.theChampBookmarksfrBackground{background-color: #E8EAD4}.theChampBoxnetBackground{background-color: #1A74B0}.theChampBuddyMarksBackground{background-color: #ffd400}.theChampCare2NewsBackground{background-color: #6EB43F}.theChampCopyLinkBackground{background-color: #FFC112}.theChampCommentBackground{background-color: #444}.theChampCiteULikeBackground{background-color: #2781CD}.theChampDiaryRuBackground{background-color: #E8D8C6}.theChampDiasporaBackground{background-color: #0166FF}.theChampDiHITTBackground{background-color: #FF6300}.theChampDiigoBackground{background-color: #4A8BCA}.theChampDoubanBackground{background-color: #497700}.theChampDraugiemBackground{background-color: #ffad66}.theChampDZoneBackground{background-color: #fff088}.theChampEvernoteBackground{background-color: #8BE056}.theChampFacebookMessengerBackground{background-color: #0084FF}.theChampFarkBackground{background-color: #555}.theChampFlipboardBackground{background-color: #CC0000}.theChampFolkdBackground{background-color: #0F70B2}.theChampGoogleClassroomBackground{background-color: #FFC112}.theChampGoogleBookmarksBackground{background-color: #CB0909}.theChampGoogleGmailBackground{background-color: #E5E5E5}.theChampHackerNewsBackground{background-color: #F60}.theChampHatenaBackground{background-color: #00A6DB}.theChampInstapaperBackground{background-color: #EDEDED}.theChampJamespotBackground{background-color: #FF9E2C}.theChampKakaoBackground{background-color: #FCB700}.theChampKindleItBackground{background-color: #2A2A2A}.theChampKikBackground{background-color: #2A2A2A}.theChampKnownBackground{background-color: #fff101}.theChampLineBackground{background-color: #00C300}.theChampMailRuBackground{background-color: #356FAC}.theChampMendeleyBackground{background-color: #A70805}.theChampMeneameBackground{background-color: #FF7D12}.theChampMixiBackground{background-color: #EDEDED}.theChampMySpaceBackground{background-color: #2A2A2A}.theChampNetlogBackground{background-color: #2A2A2A}.theChampNetvouzBackground{background-color: #c0ff00}.theChampNewsVineBackground{background-color: #055D00}.theChampNUjijBackground{background-color: #D40000}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampOknotizieBackground{background-color: #fdff88}.theChampOutlookcomBackground{background-color: #0072C6}.theChampPapalyBackground{background-color: #3AC0F6}.theChampPinboardBackground{background-color: #1341DE}.theChampPlurkBackground{background-color: #CF682F}.theChampPocketBackground{background-color: #f0f0f0}.theChampPolyvoreBackground{background-color: #2A2A2A}.theChampPrintFriendlyBackground{background-color: #61D1D5}.theChampProtopageBookmarksBackground{background-color: #413FFF}.theChampPushaBackground{background-color: #0072B8}.theChampQzoneBackground{background-color: #2B82D9}.theChampRefindBackground{background-color: #1492ef}.theChampRediffMyPageBackground{background-color: #D20000}.theChampRenrenBackground{background-color: #005EAC}.theChampSegnaloBackground{background-color: #fdff88}.theChampSinaWeiboBackground{background-color: #ff0}.theChampSiteJotBackground{background-color: #ffc800}.theChampSkypeBackground{background-color: #00AFF0}.theChampSMSBackground{background-color: #6ebe45}.theChampSlashdotBackground{background-color: #004242}.theChampStumpediaBackground{background-color: #EDEDED}.theChampSvejoBackground{background-color: #fa7aa3}.theChampSymbalooFeedsBackground{background-color: #6DA8F7}.theChampTelegramBackground{background-color: #3DA5f1}.theChampThreemaBackground{background-color:#2A2A2A}.theChampTrelloBackground{background-color: #1189CE}.theChampTuentiBackground{background-color: #0075C9}.theChampTwiddlaBackground{background-color: #EDEDED}.theChampTypePadPostBackground{background-color: #2A2A2A}.theChampViadeoBackground{background-color: #2A2A2A}.theChampViberBackground{background-color: #8B628F}.theChampWaneloBackground{background-color: #fff}.theChampWebnewsBackground{background-color: #CC2512}.theChampWordPressBackground{background-color: #464646}.theChampWykopBackground{background-color: #367DA9}.theChampYahooMailBackground{background-color: #400090}.theChampYahooMessengerBackground{background-color: #400090}.theChampYoolinkBackground{background-color: #A2C538}.theChampYouMobBackground{background-color: #3B599D}.theChampBehanceBackground{background-color: #053eff}.theChampFlickrBackground{background-color: #ff0084}.theChampFoursquareBackground{background-color: #f94877}.theChampGithubBackground{background-color: #2a2a2a}.theChampMediumBackground{background-color: #2a2a2a}.theChampOdnoklassnikiBackground{background-color: #F2720C}.theChampSnapchatBackground{background-color: #ffe900}.theChampVimeoBackground{background-color: #1ab7ea}.theChampYoutubeBackground{background-color: #ff0000}.theChampRSSBackground{background-color: #e3702d}.theChampGentleReaderBackground{background-color:#46aecf}.theChampBehanceSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20d%3D%22M3.862%208.136h5.66c1.377%200%203.19%200%204.13.566a3.705%203.705%200%200%201%201.837%203.26c0%201.66-.88%202.905-2.32%203.494v.042c1.924.397%202.97%201.838%202.97%203.76%200%202.297-1.636%204.483-4.743%204.483H3.86V8.14zm2.078%206.71h4.152c2.36%200%203.322-.856%203.322-2.493%200-2.16-1.53-2.468-3.322-2.468H5.94v4.96zm0%207.144h5.2c1.792%200%202.93-1.09%202.93-2.797%200-2.03-1.64-2.598-3.388-2.598H5.94v5.395zm22.017-1.833C27.453%2022.65%2025.663%2024%2023.127%2024c-3.607%200-5.31-2.49-5.422-5.944%200-3.386%202.23-5.878%205.31-5.878%204%200%205.225%203.74%205.116%206.47h-8.455c-.067%201.966%201.05%203.716%203.52%203.716%201.53%200%202.6-.742%202.928-2.206h1.838zm-1.793-3.15c-.088-1.77-1.42-3.19-3.256-3.19-1.946%200-3.106%201.466-3.236%203.19h6.492zM20.614%208h4.935v1.68h-4.94z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFlickrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2216%22%20r%3D%226%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFoursquareSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGithubSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSnapchatSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.177%2020.978c-2.867-.473-4.157-3.414-4.21-3.54l-.01-.02c-.153-.31-.187-.57-.1-.772.164-.39.774-.583%201.177-.71.113-.037.22-.07.306-.105.715-.28%201.073-.625%201.066-1.03-.006-.312-.252-.593-.642-.732a1.168%201.168%200%200%200-.44-.084.975.975%200%200%200-.405.083c-.34.16-.65.246-.91.258a.789.789%200%200%201-.357-.087l.027-.45.005-.062c.09-1.432.203-3.215-.266-4.264C20.03%206.34%2017.073%206.1%2016.2%206.1h-.052l-.363.003c-.87%200-3.818.243-5.208%203.36-.47%201.05-.357%202.833-.268%204.264l.03.513a.83.83%200%200%201-.41.09c-.276%200-.6-.087-.97-.26a.795.795%200%200%200-.335-.067c-.43%200-.946.282-1.026.704-.06.305.077.748%201.054%201.134.087.036.193.07.305.105.403.128%201.012.322%201.18.71.084.203.05.463-.103.773l-.01.022c-.054.125-1.344%203.068-4.21%203.54a.437.437%200%200%200-.366.455.6.6%200%200%200%20.048.196c.216.504%201.123.87%202.775%201.13.055.075.113.34.148.5.036.16.07.32.12.494.05.17.18.374.514.374.133%200%20.292-.03.475-.067.275-.053.652-.127%201.124-.127.26%200%20.532.022.805.067.532.09.985.41%201.51.78.75.53%201.6%201.132%202.894%201.132.034%200%20.07%200%20.105-.005.04.002.095.004.153.004%201.29%200%202.142-.6%202.892-1.132.526-.37.978-.69%201.51-.78.274-.045.545-.068.807-.068.45%200%20.805.056%201.123.12.2.037.36.057.476.057h.024c.246%200%20.42-.13.488-.365.05-.17.086-.327.12-.49.037-.16.094-.422.15-.496%201.65-.256%202.56-.624%202.773-1.125a.568.568%200%200%200%20.047-.196.433.433%200%200%200-.363-.458z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampTumblrSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.775%2021.962c-.37.177-1.08.33-1.61.345-1.598.043-1.907-1.122-1.92-1.968v-6.217h4.007V11.1H17.26V6.02h-2.925s-.132.044-.144.15c-.17%201.556-.895%204.287-3.923%205.378v2.578h2.02v6.522c0%202.232%201.647%205.404%205.994%205.33%201.467-.025%203.096-.64%203.456-1.17l-.96-2.846z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampVimeoSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2%20-2%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.926%2010.627c-.103%202.25-1.675%205.332-4.716%209.245C19.066%2023.957%2016.406%2026%2014.23%2026c-1.348%200-2.49-1.244-3.42-3.732l-1.867-6.844C8.25%2012.937%207.51%2011.69%206.715%2011.69c-.173%200-.778.365-1.815%201.09l-1.088-1.4a300.012%20300.012%200%200%200%203.374-3.01c1.522-1.315%202.666-2.007%203.427-2.076%201.8-.173%202.907%201.057%203.322%203.69.45%202.84.76%204.608.935%205.3.52%202.356%201.09%203.534%201.713%203.534.483%200%201.21-.764%202.18-2.294.97-1.528%201.488-2.692%201.558-3.49.14-1.32-.38-1.98-1.553-1.98-.554%200-1.125.126-1.712.378%201.137-3.722%203.308-5.53%206.513-5.426%202.378.068%203.498%201.61%203.36%204.62z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampRSSSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cellipse%20cx%3D%227.952%22%20cy%3D%2224.056%22%20rx%3D%222.952%22%20ry%3D%222.944%22%3E%3C%2Fellipse%3E%3Cpath%20d%3D%22M5.153%2016.625c2.73%200%205.295%201.064%207.22%202.996a10.2%2010.2%200%200%201%202.996%207.255h4.2c0-7.962-6.47-14.44-14.42-14.44v4.193zm.007-7.432c9.724%200%2017.636%207.932%2017.636%2017.682H27C27%2014.812%2017.203%205%205.16%205v4.193z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYoutubeSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.78%2011.6s-.215-1.515-.875-2.183c-.837-.876-1.774-.88-2.204-.932-3.075-.222-7.693-.222-7.693-.222h-.01s-4.618%200-7.697.222c-.43.05-1.368.056-2.205.932-.66.668-.874%202.184-.874%202.184S5%2013.386%205%2015.166v1.67c0%201.78.22%203.56.22%203.56s.215%201.516.874%202.184c.837.875%201.936.85%202.426.94%201.76.17%207.48.22%207.48.22s4.623-.007%207.7-.23c.43-.05%201.37-.056%202.205-.932.66-.668.875-2.184.875-2.184s.22-1.78.22-3.56v-1.67c0-1.78-.22-3.56-.22-3.56zm-13.052%207.254v-6.18l5.944%203.1-5.944%203.08z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleplusSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%20-1%2034%2034%22%3E%3Cpath%20d%3D%22M27%2015h-2v-2h-2v2h-2v2h2v2h2v-2h2m-15-2v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83C15.47%209.69%2013.89%209%2012%209c-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16H12z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampInstagramSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampWhatsappBackground a,i.theChampLineBackground a,i.theChampViberBackground a{display:inline!important}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}li.the_champ_google_plusone div, li.the_champ_google_plus_share div{display:block!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}
inc/social_login.php CHANGED
@@ -203,7 +203,7 @@ function the_champ_create_user($profileData, $verification = false){
203
  'first_name' => $firstName,
204
  'last_name' => $lastName,
205
  'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
206
- 'user_url' => isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
207
  'role' => get_option('default_role')
208
  );
209
  if(heateor_ss_is_plugin_active('theme-my-login/theme-my-login.php')){
@@ -220,7 +220,7 @@ function the_champ_create_user($profileData, $verification = false){
220
  'first_name' => $firstName,
221
  'last_name' => $lastName,
222
  'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
223
- 'user_url' => isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
224
  'role' => get_option('default_role')
225
  );
226
  }
203
  'first_name' => $firstName,
204
  'last_name' => $lastName,
205
  'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
206
+ 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
207
  'role' => get_option('default_role')
208
  );
209
  if(heateor_ss_is_plugin_active('theme-my-login/theme-my-login.php')){
220
  'first_name' => $firstName,
221
  'last_name' => $lastName,
222
  'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
223
+ 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
224
  'role' => get_option('default_role')
225
  );
226
  }
inc/social_sharing_networks.php CHANGED
@@ -34,7 +34,7 @@ function heateor_ss_fetch_sharing_networks(){
34
  'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://vkontakte.ru/share.php?&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
35
  'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
36
  'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.xing-share.com/social_plugins/share?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
37
- 'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" target="_blank"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
38
  'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" target="_blank"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
39
  'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
40
  'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://buffer.com/add?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
34
  'vkontakte' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://vkontakte.ru/share.php?&url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
35
  'pinterest' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick="javascript:void((function() {var e=document.createElement(\'script\' );e.setAttribute(\'type\',\'text/javascript\' );e.setAttribute(\'charset\',\'UTF-8\' );e.setAttribute(\'src\',\'//assets.pinterest.com/js/pinmarklet.js?r=\'+Math.random()*99999999);document.body.appendChild(e)})());"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
36
  'xing' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://www.xing-share.com/social_plugins/share?url=%encoded_post_url%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
37
+ 'whatsapp' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://api.whatsapp.com/send?text=%post_title% %encoded_post_url%" rel="nofollow noopener" target="_blank"><ss style="display:block" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
38
  'instagram' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background"><a href="https://www.instagram.com/'. ($theChampSharingOptions['instagram_username'] != '' ? $theChampSharingOptions['instagram_username'] : $theChampSharingOptions['vertical_instagram_username']) .'" target="_blank"><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></a></i></li>',
39
  'yummly' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("http://www.yummly.com/urb/verify?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
40
  'buffer' => '<li class="%li_class%"><i %style% alt="%title%" Title="%title%" class="theChampSharing theChamp%ucfirst_network%Background" onclick=\'theChampPopup("https://buffer.com/add?url=%encoded_post_url%&title=%post_title%")\'><ss style="%inner_style%" class="theChampSharingSvg theChamp%ucfirst_network%Svg"></ss></i></li>',
inc/widget.php CHANGED
@@ -122,7 +122,11 @@ class TheChampSharingWidget extends WP_Widget {
122
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
123
 
124
  global $theChampSharingOptions, $post;
125
- $postId = $post -> ID;
 
 
 
 
126
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
127
  if($customUrl){
128
  $sharingUrl = $customUrl;
@@ -288,7 +292,11 @@ class TheChampVerticalSharingWidget extends WP_Widget {
288
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
289
 
290
  global $theChampSharingOptions, $post;
291
- $postId = $post -> ID;
 
 
 
 
292
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
293
  if($customUrl){
294
  $sharingUrl = $customUrl;
@@ -797,55 +805,64 @@ class TheChampFollowWidget extends WP_Widget {
797
  $iconStyle = 'width:'. $instance['size'] .'px;height:'. $instance['size'] .'px;'. ( $instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '' );
798
  $html .= '<ul class="heateor_ss_follow_ul">';
799
  if ( $instance['facebook'] ) {
800
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Facebook" title="Facebook" class="theChampSharing theChampFacebookBackground"><a target="_blank" href="'. $instance['facebook'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampFacebookSvg"></ss></a></i></li>';
801
  }
802
  if ( $instance['twitter'] ) {
803
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Twitter" title="Twitter" class="theChampSharing theChampTwitterBackground"><a target="_blank" href="'. $instance['twitter'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampTwitterSvg"></ss></a></i></li>';
804
  }
805
  if ( $instance['instagram'] ) {
806
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Instagram" title="Instagram" class="theChampSharing theChampInstagramBackground"><a target="_blank" href="'. $instance['instagram'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampInstagramSvg"></ss></a></i></li>';
807
  }
808
  if ( $instance['pinterest'] ) {
809
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Pinterest" title="Pinterest" class="theChampSharing theChampPinterestBackground"><a target="_blank" href="'. $instance['pinterest'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampPinterestSvg"></ss></a></i></li>';
810
  }
811
  if ( $instance['behance'] ) {
812
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Behance" title="Behance" class="theChampSharing theChampBehanceBackground"><a target="_blank" href="'. $instance['behance'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampBehanceSvg"></ss></a></i></li>';
813
  }
814
  if ( $instance['flickr'] ) {
815
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Flickr" title="Flickr" class="theChampSharing theChampFlickrBackground"><a target="_blank" href="'. $instance['flickr'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampFlickrSvg"></ss></a></i></li>';
816
  }
817
  if ( $instance['foursquare'] ) {
818
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Foursquare" title="Foursquare" class="theChampSharing theChampFoursquareBackground"><a target="_blank" href="'. $instance['foursquare'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampFoursquareSvg"></ss></a></i></li>';
819
  }
820
  if ( $instance['github'] ) {
821
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Github" title="Github" class="theChampSharing theChampGithubBackground"><a target="_blank" href="'. $instance['github'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampGithubSvg"></ss></a></i></li>';
822
  }
823
  if ( $instance['google'] ) {
824
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Google+" title="Google+" class="theChampSharing theChampGoogleplusBackground"><a target="_blank" href="'. $instance['google'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampGoogleplusSvg"></ss></a></i></li>';
825
  }
826
  if ( $instance['linkedin'] ) {
827
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Linkedin" title="Linkedin" class="theChampSharing theChampLinkedinBackground"><a target="_blank" href="'. $instance['linkedin'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampLinkedinSvg"></ss></a></i></li>';
828
  }
829
  if ( $instance['linkedin_company'] ) {
830
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Linkedin Company" title="Linkedin Company" class="theChampSharing theChampLinkedinBackground"><a target="_blank" href="'. $instance['linkedin_company'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampLinkedinSvg"></ss></a></i></li>';
 
 
 
 
 
 
831
  }
832
  if ( $instance['snapchat'] ) {
833
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Snapchat" title="Snapchat" class="theChampSharing theChampSnapchatBackground"><a target="_blank" href="'. $instance['snapchat'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampSnapchatSvg"></ss></a></i></li>';
834
  }
835
  if ( $instance['tumblr'] ) {
836
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Tumblr" title="Tumblr" class="theChampSharing theChampTumblrBackground"><a target="_blank" href="'. $instance['tumblr'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampTumblrSvg"></ss></a></i></li>';
837
  }
838
  if ( $instance['vimeo'] ) {
839
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Vimeo" title="Vimeo" class="theChampSharing theChampVimeoBackground"><a target="_blank" href="'. $instance['vimeo'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampVimeoSvg"></ss></a></i></li>';
 
 
 
840
  }
841
  if ( $instance['youtube'] ) {
842
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Youtube" title="Youtube" class="theChampSharing theChampYoutubeBackground"><a target="_blank" href="'. $instance['youtube'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampYoutubeSvg"></ss></a></i></li>';
843
  }
844
  if ( $instance['youtube_channel'] ) {
845
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Youtube Channel" title="Youtube Channel" class="theChampSharing theChampYoutubeBackground"><a target="_blank" href="'. $instance['youtube_channel'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampYoutubeSvg"></ss></a></i></li>';
846
  }
847
  if ( $instance['rss_feed'] ) {
848
- $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="RSS Feed" title="RSS Feed" class="theChampSharing theChampRSSBackground"><a target="_blank" href="'. $instance['rss_feed'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampRSSSvg"></ss></a></i></li>';
849
  }
850
  $html = apply_filters( 'heateor_ss_follow_icons', $html, $instance, $iconStyle );
851
  $html .= '</ul>';
@@ -870,9 +887,12 @@ class TheChampFollowWidget extends WP_Widget {
870
  $instance['google'] = $new_instance['google'];
871
  $instance['linkedin'] = $new_instance['linkedin'];
872
  $instance['linkedin_company'] = $new_instance['linkedin_company'];
 
 
873
  $instance['snapchat'] = $new_instance['snapchat'];
874
  $instance['tumblr'] = $new_instance['tumblr'];
875
  $instance['vimeo'] = $new_instance['vimeo'];
 
876
  $instance['youtube'] = $new_instance['youtube'];
877
  $instance['youtube_channel'] = $new_instance['youtube_channel'];
878
  $instance['rss_feed'] = $new_instance['rss_feed'];
@@ -885,7 +905,7 @@ class TheChampFollowWidget extends WP_Widget {
885
  /** Widget options in admin panel */
886
  public function form( $instance ) {
887
  /* Set up default widget settings. */
888
- $defaults = array( 'title' => '', 'size' => '32', 'icon_shape' => 'round', 'facebook' => '', 'twitter' => '', 'instagram' => '', 'pinterest' => '', 'behance' => '', 'flickr' => '', 'foursquare' => '', 'github' => '', 'google' => '', 'linkedin' => '', 'linkedin_company' => '', 'snapchat' => '', 'tumblr' => '', 'vimeo' => '', 'youtube' => '', 'youtube_channel' => '', 'rss_feed' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
889
 
890
  foreach( $instance as $key => $value ) {
891
  if ( is_string( $value ) ) {
@@ -940,6 +960,12 @@ class TheChampFollowWidget extends WP_Widget {
940
  <label for="<?php echo $this->get_field_id( 'linkedin_company' ); ?>"><?php _e( 'LinkedIn Company URL:', 'super-socializer' ); ?></label>
941
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'linkedin_company' ); ?>" name="<?php echo $this->get_field_name( 'linkedin_company' ); ?>" type="text" value="<?php echo $instance['linkedin_company']; ?>" /><br/>
942
  <span>https://www.linkedin.com/company/ID</span><br/><br/>
 
 
 
 
 
 
943
  <label for="<?php echo $this->get_field_id( 'snapchat' ); ?>"><?php _e( 'Snapchat URL:', 'super-socializer' ); ?></label>
944
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'snapchat' ); ?>" name="<?php echo $this->get_field_name( 'snapchat' ); ?>" type="text" value="<?php echo $instance['snapchat']; ?>" /><br/>
945
  <span>https://www.snapchat.com/add/ID</span><br/><br/>
@@ -949,6 +975,9 @@ class TheChampFollowWidget extends WP_Widget {
949
  <label for="<?php echo $this->get_field_id( 'vimeo' ); ?>"><?php _e( 'Vimeo URL:', 'super-socializer' ); ?></label>
950
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vimeo' ); ?>" name="<?php echo $this->get_field_name( 'vimeo' ); ?>" type="text" value="<?php echo $instance['vimeo']; ?>" /><br/>
951
  <span>https://vimeo.com/ID</span><br/><br/>
 
 
 
952
  <label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'super-socializer' ); ?></label>
953
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'youtube' ); ?>" name="<?php echo $this->get_field_name( 'youtube' ); ?>" type="text" value="<?php echo $instance['youtube']; ?>" /><br/>
954
  <span>https://www.youtube.com/user/ID</span><br/><br/>
122
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
123
 
124
  global $theChampSharingOptions, $post;
125
+ if(NULL === $post){
126
+ $postId = 0;
127
+ }else{
128
+ $postId = $post->ID;
129
+ }
130
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
131
  if($customUrl){
132
  $sharingUrl = $customUrl;
292
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
293
 
294
  global $theChampSharingOptions, $post;
295
+ if(NULL === $post){
296
+ $postId = 0;
297
+ }else{
298
+ $postId = $post->ID;
299
+ }
300
  $customUrl = apply_filters('heateor_ss_custom_share_url', '', $post);
301
  if($customUrl){
302
  $sharingUrl = $customUrl;
805
  $iconStyle = 'width:'. $instance['size'] .'px;height:'. $instance['size'] .'px;'. ( $instance['icon_shape'] == 'round' ? 'border-radius:999px;' : '' );
806
  $html .= '<ul class="heateor_ss_follow_ul">';
807
  if ( $instance['facebook'] ) {
808
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Facebook" title="Facebook" class="theChampSharing theChampFacebookBackground"><a target="_blank" aria-label="Facebook" href="'. $instance['facebook'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampFacebookSvg"></ss></a></i></li>';
809
  }
810
  if ( $instance['twitter'] ) {
811
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Twitter" title="Twitter" class="theChampSharing theChampTwitterBackground"><a target="_blank" aria-label="Twitter" href="'. $instance['twitter'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampTwitterSvg"></ss></a></i></li>';
812
  }
813
  if ( $instance['instagram'] ) {
814
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Instagram" title="Instagram" class="theChampSharing theChampInstagramBackground"><a target="_blank" aria-label="Instagram" href="'. $instance['instagram'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampInstagramSvg"></ss></a></i></li>';
815
  }
816
  if ( $instance['pinterest'] ) {
817
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Pinterest" title="Pinterest" class="theChampSharing theChampPinterestBackground"><a target="_blank" aria-label="Pinterest" href="'. $instance['pinterest'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampPinterestSvg"></ss></a></i></li>';
818
  }
819
  if ( $instance['behance'] ) {
820
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Behance" title="Behance" class="theChampSharing theChampBehanceBackground"><a target="_blank" aria-label="Behance" href="'. $instance['behance'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampBehanceSvg"></ss></a></i></li>';
821
  }
822
  if ( $instance['flickr'] ) {
823
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Flickr" title="Flickr" class="theChampSharing theChampFlickrBackground"><a target="_blank" aria-label="Flickr" href="'. $instance['flickr'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampFlickrSvg"></ss></a></i></li>';
824
  }
825
  if ( $instance['foursquare'] ) {
826
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Foursquare" title="Foursquare" class="theChampSharing theChampFoursquareBackground"><a target="_blank" aria-label="Foursquare" href="'. $instance['foursquare'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampFoursquareSvg"></ss></a></i></li>';
827
  }
828
  if ( $instance['github'] ) {
829
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Github" title="Github" class="theChampSharing theChampGithubBackground"><a target="_blank" aria-label="Github" href="'. $instance['github'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampGithubSvg"></ss></a></i></li>';
830
  }
831
  if ( $instance['google'] ) {
832
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Google+" title="Google+" class="theChampSharing theChampGoogleplusBackground"><a target="_blank" aria-label="Google+" href="'. $instance['google'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampGoogleplusSvg"></ss></a></i></li>';
833
  }
834
  if ( $instance['linkedin'] ) {
835
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Linkedin" title="Linkedin" class="theChampSharing theChampLinkedinBackground"><a target="_blank" aria-label="Linkedin" href="'. $instance['linkedin'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampLinkedinSvg"></ss></a></i></li>';
836
  }
837
  if ( $instance['linkedin_company'] ) {
838
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Linkedin Company" title="Linkedin Company" class="theChampSharing theChampLinkedinBackground"><a target="_blank" aria-label="Linkedin Company" href="'. $instance['linkedin_company'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampLinkedinSvg"></ss></a></i></li>';
839
+ }
840
+ if ( $instance['medium'] ) {
841
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Medium" title="Medium" class="theChampSharing theChampMediumBackground"><a target="_blank" aria-label="Medium" href="'. $instance['medium'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampMediumSvg"></ss></a></i></li>';
842
+ }
843
+ if ( $instance['odnoklassniki'] ) {
844
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Odnoklassniki" title="Odnoklassniki" class="theChampSharing theChampOdnoklassnikiBackground"><a target="_blank" aria-label="Odnoklassniki" href="'. $instance['odnoklassniki'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampOdnoklassnikiSvg"></ss></a></i></li>';
845
  }
846
  if ( $instance['snapchat'] ) {
847
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Snapchat" title="Snapchat" class="theChampSharing theChampSnapchatBackground"><a target="_blank" aria-label="Snapchat" href="'. $instance['snapchat'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampSnapchatSvg"></ss></a></i></li>';
848
  }
849
  if ( $instance['tumblr'] ) {
850
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Tumblr" title="Tumblr" class="theChampSharing theChampTumblrBackground"><a target="_blank" aria-label="Tumblr" href="'. $instance['tumblr'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampTumblrSvg"></ss></a></i></li>';
851
  }
852
  if ( $instance['vimeo'] ) {
853
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Vimeo" title="Vimeo" class="theChampSharing theChampVimeoBackground"><a target="_blank" aria-label="Vimeo" href="'. $instance['vimeo'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampVimeoSvg"></ss></a></i></li>';
854
+ }
855
+ if ( $instance['vkontakte'] ) {
856
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Vkontakte" title="Vkontakte" class="theChampSharing theChampVkontakteBackground"><a target="_blank" aria-label="Vkontakte" href="'. $instance['vkontakte'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampVkontakteSvg"></ss></a></i></li>';
857
  }
858
  if ( $instance['youtube'] ) {
859
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Youtube" title="Youtube" class="theChampSharing theChampYoutubeBackground"><a target="_blank" aria-label="Youtube" href="'. $instance['youtube'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampYoutubeSvg"></ss></a></i></li>';
860
  }
861
  if ( $instance['youtube_channel'] ) {
862
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="Youtube Channel" title="Youtube Channel" class="theChampSharing theChampYoutubeBackground"><a target="_blank" aria-label="Youtube Channel" href="'. $instance['youtube_channel'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampYoutubeSvg"></ss></a></i></li>';
863
  }
864
  if ( $instance['rss_feed'] ) {
865
+ $html .= '<li class="theChampSharingRound"><i style="'. $iconStyle .'" alt="RSS Feed" title="RSS Feed" class="theChampSharing theChampRSSBackground"><a target="_blank" aria-label="RSS Feed" href="'. $instance['rss_feed'] .'" rel="noopener"><ss style="display:block" class="theChampSharingSvg theChampRSSSvg"></ss></a></i></li>';
866
  }
867
  $html = apply_filters( 'heateor_ss_follow_icons', $html, $instance, $iconStyle );
868
  $html .= '</ul>';
887
  $instance['google'] = $new_instance['google'];
888
  $instance['linkedin'] = $new_instance['linkedin'];
889
  $instance['linkedin_company'] = $new_instance['linkedin_company'];
890
+ $instance['medium'] = $new_instance['medium'];
891
+ $instance['odnoklassniki'] = $new_instance['odnoklassniki'];
892
  $instance['snapchat'] = $new_instance['snapchat'];
893
  $instance['tumblr'] = $new_instance['tumblr'];
894
  $instance['vimeo'] = $new_instance['vimeo'];
895
+ $instance['vkontakte'] = $new_instance['vkontakte'];
896
  $instance['youtube'] = $new_instance['youtube'];
897
  $instance['youtube_channel'] = $new_instance['youtube_channel'];
898
  $instance['rss_feed'] = $new_instance['rss_feed'];
905
  /** Widget options in admin panel */
906
  public function form( $instance ) {
907
  /* Set up default widget settings. */
908
+ $defaults = array( 'title' => '', 'size' => '32', 'icon_shape' => 'round', 'facebook' => '', 'twitter' => '', 'instagram' => '', 'pinterest' => '', 'behance' => '', 'flickr' => '', 'foursquare' => '', 'github' => '', 'google' => '', 'linkedin' => '', 'linkedin_company' => '', 'medium' => '', 'odnoklassniki' => '', 'snapchat' => '', 'tumblr' => '', 'vimeo' => '', 'vkontakte' => '', 'youtube' => '', 'youtube_channel' => '', 'rss_feed' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
909
 
910
  foreach( $instance as $key => $value ) {
911
  if ( is_string( $value ) ) {
960
  <label for="<?php echo $this->get_field_id( 'linkedin_company' ); ?>"><?php _e( 'LinkedIn Company URL:', 'super-socializer' ); ?></label>
961
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'linkedin_company' ); ?>" name="<?php echo $this->get_field_name( 'linkedin_company' ); ?>" type="text" value="<?php echo $instance['linkedin_company']; ?>" /><br/>
962
  <span>https://www.linkedin.com/company/ID</span><br/><br/>
963
+ <label for="<?php echo $this->get_field_id( 'medium' ); ?>"><?php _e( 'Medium URL:', 'super-socializer' ); ?></label>
964
+ <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'medium' ); ?>" name="<?php echo $this->get_field_name( 'medium' ); ?>" type="text" value="<?php echo $instance['medium']; ?>" /><br/>
965
+ <span>https://medium.com/@ID</span><br/><br/>
966
+ <label for="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>"><?php _e( 'Odnoklassniki URL:', 'super-socializer' ); ?></label>
967
+ <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'odnoklassniki' ); ?>" name="<?php echo $this->get_field_name( 'odnoklassniki' ); ?>" type="text" value="<?php echo $instance['odnoklassniki']; ?>" /><br/>
968
+ <span>https://ok.ru/profile/ID</span><br/><br/>
969
  <label for="<?php echo $this->get_field_id( 'snapchat' ); ?>"><?php _e( 'Snapchat URL:', 'super-socializer' ); ?></label>
970
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'snapchat' ); ?>" name="<?php echo $this->get_field_name( 'snapchat' ); ?>" type="text" value="<?php echo $instance['snapchat']; ?>" /><br/>
971
  <span>https://www.snapchat.com/add/ID</span><br/><br/>
975
  <label for="<?php echo $this->get_field_id( 'vimeo' ); ?>"><?php _e( 'Vimeo URL:', 'super-socializer' ); ?></label>
976
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vimeo' ); ?>" name="<?php echo $this->get_field_name( 'vimeo' ); ?>" type="text" value="<?php echo $instance['vimeo']; ?>" /><br/>
977
  <span>https://vimeo.com/ID</span><br/><br/>
978
+ <label for="<?php echo $this->get_field_id( 'vkontakte' ); ?>"><?php _e( 'Vkontakte URL:', 'super-socializer' ); ?></label>
979
+ <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'vkontakte' ); ?>" name="<?php echo $this->get_field_name( 'vkontakte' ); ?>" type="text" value="<?php echo $instance['vkontakte']; ?>" /><br/>
980
+ <span>https://vk.com/ID</span><br/><br/>
981
  <label for="<?php echo $this->get_field_id( 'youtube' ); ?>"><?php _e( 'Youtube URL:', 'super-socializer' ); ?></label>
982
  <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'youtube' ); ?>" name="<?php echo $this->get_field_name( 'youtube' ); ?>" type="text" value="<?php echo $instance['youtube']; ?>" /><br/>
983
  <span>https://www.youtube.com/user/ID</span><br/><br/>
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: 2018-12-01 11:43+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:44+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -68,7 +68,7 @@ msgid ""
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:872 ../helper.php:975
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
@@ -80,7 +80,7 @@ msgstr "تم التحقق من بريدك الإلكتروني. الآن يمك
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
- #: ../super_socializer.php:894 ../admin/social_login.php:746
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
@@ -114,13 +114,13 @@ msgstr "شارك الأخرين عبر لنكيدان"
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
118
- #: ../admin/social_commenting.php:43
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
- #: ../super_socializer.php:1296 ../helper.php:897
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
@@ -134,13 +134,13 @@ msgstr "صغير الرمزية رابط"
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
- #: ../super_socializer.php:1307 ../helper.php:900
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1311 ../helper.php:901
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
@@ -334,101 +334,115 @@ msgstr "تم ربط حسابك بنجاح"
334
  msgid "Account already exists or linked"
335
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
336
 
337
- #: ../helper.php:626 ../helper.php:632
338
  msgid "Currently"
339
  msgstr "في الوقت الحاضر"
340
 
341
- #: ../helper.php:626 ../helper.php:632
342
  msgid "Connected with"
343
  msgstr ""
344
 
345
- #: ../helper.php:626 ../helper.php:632
346
  msgid "Remove"
347
  msgstr "إزالة"
348
 
349
- #: ../helper.php:703
350
  #, fuzzy
351
  msgid "Social Account Linking"
352
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
353
 
354
- #: ../helper.php:753
355
  #, fuzzy
356
  msgid "Disable Standard Social Sharing on this "
357
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
358
 
359
- #: ../helper.php:758
360
  #, fuzzy
361
  msgid "Disable Floating Social Sharing on this "
362
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
363
 
364
- #: ../helper.php:763
365
  #, fuzzy
366
  msgid "Disable Standard like buttons on this "
367
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
368
 
369
- #: ../helper.php:768
370
  #, fuzzy
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
373
 
374
- #: ../helper.php:773
375
  msgid "Disable Social Commenting on this "
376
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
377
 
378
- #: ../helper.php:782
379
  #, fuzzy
380
  msgid "Standard Sharing Interface"
381
  msgstr "المشاركات الأفقي"
382
 
383
- #: ../helper.php:788 ../helper.php:807
384
  msgid "Starting share count for "
385
  msgstr "بدء العد حصة ل"
386
 
387
- #: ../helper.php:801
388
  #, fuzzy
389
  msgid "Floating Sharing Interface"
390
  msgstr "المشاركات الأفقي"
391
 
392
- #: ../helper.php:904
393
  #, fuzzy
394
  msgid "Small Avatar"
395
  msgstr "صغير الرمزية رابط"
396
 
397
- #: ../helper.php:908
398
  #, fuzzy
399
  msgid "Large Avatar"
400
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
401
 
402
- #: ../helper.php:912 ../admin/general_options.php:128
403
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
404
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
405
  #, fuzzy
406
  msgid "Save Changes"
407
  msgstr "حفظ"
408
 
409
- #: ../helper.php:1012
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
- #: ../helper.php:1041
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "الإعدادات"
417
 
418
- #: ../helper.php:1051
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
- #: ../helper.php:1053
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
426
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  #, fuzzy
428
  msgid "Include Javascript in website footer"
429
  msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
430
 
431
- #: ../admin/general_options.php:27
432
  #, fuzzy
433
  msgid ""
434
  "If enabled (recommended), Javascript files will be included in the footer of "
@@ -437,20 +451,20 @@ msgstr ""
437
  "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع "
438
  "الويب الخاص بك."
439
 
440
- #: ../admin/general_options.php:35
441
  msgid "Load all Javascript files in single file"
442
  msgstr ""
443
 
444
- #: ../admin/general_options.php:45
445
  msgid "Loads Javascript in single request."
446
  msgstr ""
447
 
448
- #: ../admin/general_options.php:53
449
  #, fuzzy
450
  msgid "Delete all the options on plugin deletion"
451
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
452
 
453
- #: ../admin/general_options.php:63
454
  #, fuzzy
455
  msgid ""
456
  "If enabled, plugin options will get deleted when plugin is deleted/"
@@ -461,55 +475,55 @@ msgstr ""
461
  "المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم "
462
  "بتثبيت البرنامج المساعد في المرة القادمة."
463
 
464
- #: ../admin/general_options.php:71
465
  msgid ""
466
  "Show popup notification to users if their browsers block the plugin features"
467
  msgstr ""
468
 
469
- #: ../admin/general_options.php:81
470
  msgid ""
471
  "If enabled, your website visitors will see a popup notification (only once) "
472
  "if their browsers block any of the features of the plugin so that they can "
473
  "change their browser settings to unblock these."
474
  msgstr ""
475
 
476
- #: ../admin/general_options.php:91
477
  msgid "Message to show in popup notification"
478
  msgstr ""
479
 
480
- #: ../admin/general_options.php:101
481
  msgid ""
482
  "Use {support_url} placeholder to show support documentation url in message"
483
  msgstr ""
484
 
485
- #: ../admin/general_options.php:110
486
  #, fuzzy
487
  msgid "Custom CSS"
488
  msgstr "رابط (URL) مخصّص"
489
 
490
- #: ../admin/general_options.php:120
491
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
492
  msgstr ""
493
 
494
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
495
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
496
- #: ../admin/like_buttons.php:827
497
  #, fuzzy
498
  msgid "Instagram Shoutout"
499
  msgstr "إنستاجرام"
500
 
501
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
502
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
503
- #: ../admin/like_buttons.php:829
504
  msgid ""
505
  "If you can send (to hello@heateor.com) how our plugin is helping your "
506
  "business, we can share it on Instagram. You can also send any relevant "
507
  "hashtags and people to mention in the Instagram post."
508
  msgstr ""
509
 
510
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
511
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
512
- #: ../admin/like_buttons.php:830
513
  msgid ""
514
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
515
  "language courses through their website. They have emerged as one of the most "
@@ -518,9 +532,9 @@ msgid ""
518
  "time."
519
  msgstr ""
520
 
521
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
522
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
523
- #: ../admin/like_buttons.php:831
524
  msgid ""
525
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
526
  "features at their website, such as - Social Login, Social Share and Social "
@@ -565,7 +579,7 @@ msgstr "دعم البرنامج المساعد | Plugin Support"
565
  msgid "Translate Plugin"
566
  msgstr ""
567
 
568
- #: ../admin/help.php:37 ../admin/social_login.php:53
569
  #, fuzzy
570
  msgid "Customize Social Login Icons"
571
  msgstr ""
@@ -631,77 +645,77 @@ msgstr "الدعم | Support"
631
  msgid "Rate 5-star"
632
  msgstr "يرجى تقييم البرنامج المساعد"
633
 
634
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
635
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
636
  msgid "Master Control"
637
  msgstr ""
638
 
639
- #: ../admin/social_sharing.php:14
640
  #, fuzzy
641
  msgid "Enable Social Sharing"
642
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
643
 
644
- #: ../admin/social_sharing.php:23
645
  #, fuzzy
646
  msgid "Master control to enable Social Sharing"
647
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
648
 
649
- #: ../admin/social_sharing.php:33
650
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
651
  msgstr ""
652
 
653
- #: ../admin/social_sharing.php:41
654
  msgid "Theme Selection"
655
  msgstr ""
656
 
657
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
658
  #, fuzzy
659
  msgid "Standard Interface"
660
  msgstr "المشاركات الأفقي"
661
 
662
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
663
  #, fuzzy
664
  msgid "Floating Interface"
665
  msgstr "المشاركات الأفقي"
666
 
667
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
668
  msgid "Miscellaneous"
669
  msgstr ""
670
 
671
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
672
  msgid "3rd Party Integration"
673
  msgstr ""
674
 
675
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
676
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
677
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
678
- #: ../admin/like_buttons.php:793
679
  #, fuzzy
680
  msgid "Shortcode & Widget"
681
  msgstr "استخدم كود مختصر | Include the shortcode"
682
 
683
- #: ../admin/social_sharing.php:53
684
  #, fuzzy
685
  msgid "Troubleshooter"
686
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
687
 
688
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
689
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
690
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
691
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
692
  #, fuzzy
693
  msgid "FAQ"
694
  msgstr "الأسئلة الشائعة "
695
 
696
- #: ../admin/social_sharing.php:62
697
  msgid "Standard interface theme"
698
  msgstr ""
699
 
700
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
701
  msgid "Icon Preview"
702
  msgstr "الرمز معاينة"
703
 
704
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
705
  #, fuzzy
706
  msgid ""
707
  "Do not forget to save the configuration after making changes by clicking the "
@@ -709,91 +723,91 @@ msgid ""
709
  msgstr ""
710
  "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
711
 
712
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
713
  #, fuzzy
714
  msgid "Shape"
715
  msgstr "شكل"
716
 
717
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
718
- #: ../inc/widget.php:907
719
  #, fuzzy
720
  msgid "Round"
721
  msgstr "مستدير"
722
 
723
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
724
- #: ../inc/widget.php:908
725
  #, fuzzy
726
  msgid "Square"
727
  msgstr "مربع"
728
 
729
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
730
  msgid "Rectangle"
731
  msgstr ""
732
 
733
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
734
  #, fuzzy
735
  msgid "Shape of the sharing icons"
736
  msgstr "المشاركات الأفقي"
737
 
738
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
739
  #, fuzzy
740
  msgid "Size (in pixels)"
741
  msgstr "حجم"
742
 
743
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
744
  #, fuzzy
745
  msgid "Size of the sharing icons"
746
  msgstr "المشاركات الأفقي"
747
 
748
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
749
  #, fuzzy
750
  msgid "Width (in pixels)"
751
  msgstr "حجم"
752
 
753
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
754
  #, fuzzy
755
  msgid "Width of the sharing icons"
756
  msgstr "المشاركات الأفقي"
757
 
758
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
759
  #, fuzzy
760
  msgid "Height (in pixels)"
761
  msgstr "حجم"
762
 
763
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
764
  #, fuzzy
765
  msgid "Height of the sharing icons"
766
  msgstr "المشاركات الأفقي"
767
 
768
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
769
  #, fuzzy
770
  msgid "Border radius (in pixels)"
771
  msgstr "حجم"
772
 
773
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
774
  msgid ""
775
  "Specify a value for rounded corners. More the value, more rounded will the "
776
  "corners be. Leave empty for sharp corners."
777
  msgstr ""
778
 
779
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
780
  #, fuzzy
781
  msgid "Logo Color"
782
  msgstr "لون الخلفية"
783
 
784
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
785
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
786
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
787
  msgid "Default"
788
  msgstr ""
789
 
790
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
791
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
792
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
793
  msgid "On Hover"
794
  msgstr ""
795
 
796
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
797
  #, fuzzy
798
  msgid ""
799
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -804,14 +818,14 @@ msgstr ""
804
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
805
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
806
 
807
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
808
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
809
- #: ../inc/widget.php:436 ../inc/widget.php:748
810
  #, fuzzy
811
  msgid "Background Color"
812
  msgstr "لون الخلفية"
813
 
814
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
815
  #, fuzzy
816
  msgid ""
817
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -823,319 +837,319 @@ msgstr ""
823
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
824
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
825
 
826
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
827
  msgid "Border"
828
  msgstr ""
829
 
830
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
831
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
832
  #, fuzzy
833
  msgid "Border Width"
834
  msgstr "أضف ودجت"
835
 
836
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
837
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
838
  #, fuzzy
839
  msgid "Border Color"
840
  msgstr "لون الخلفية"
841
 
842
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
843
  #, fuzzy
844
  msgid "Icon border"
845
  msgstr "الرمز معاينة"
846
 
847
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
848
  msgid "Counter Position"
849
  msgstr ""
850
 
851
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
852
  msgid "(applies, if counter enabled)"
853
  msgstr ""
854
 
855
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
856
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
857
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
858
- #: ../inc/widget.php:422 ../inc/widget.php:734
859
  #, fuzzy
860
  msgid "Left"
861
  msgstr "يسار"
862
 
863
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
864
  msgid "Top"
865
  msgstr ""
866
 
867
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
868
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
869
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
870
- #: ../inc/widget.php:423 ../inc/widget.php:735
871
  #, fuzzy
872
  msgid "Right"
873
  msgstr "يمين"
874
 
875
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
876
  msgid "Bottom"
877
  msgstr ""
878
 
879
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
880
  msgid "Inner Left"
881
  msgstr ""
882
 
883
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
884
  msgid "Inner Top"
885
  msgstr ""
886
 
887
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
888
  #, fuzzy
889
  msgid "Inner Right"
890
  msgstr "يمين"
891
 
892
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
893
  msgid "Inner Bottom"
894
  msgstr ""
895
 
896
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
897
  #, fuzzy
898
  msgid "Position of share counter"
899
  msgstr "أسفل"
900
 
901
- #: ../admin/social_sharing.php:369
902
  #, fuzzy
903
  msgid "Floating interface theme"
904
  msgstr "المشاركات الأفقي"
905
 
906
- #: ../admin/social_sharing.php:682
907
  #, fuzzy
908
  msgid "Standard Sharing Interface Options"
909
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
910
 
911
- #: ../admin/social_sharing.php:688
912
  #, fuzzy
913
  msgid "Enable Standard sharing interface"
914
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
915
 
916
- #: ../admin/social_sharing.php:698
917
  #, fuzzy
918
  msgid "Master control to enable standard sharing"
919
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
920
 
921
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
922
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
923
  #, fuzzy
924
  msgid "Target Url"
925
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
926
 
927
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
928
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
929
  #, fuzzy
930
  msgid "Url of the webpage where icons are located (default)"
931
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
932
 
933
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
934
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
935
  #, fuzzy
936
  msgid "Url of the homepage of your website"
937
  msgstr "URL لعملاء الموقع (اختياري)"
938
 
939
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
940
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
941
  #, fuzzy
942
  msgid "Custom url"
943
  msgstr "رابط (URL) مخصّص"
944
 
945
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
946
  #, fuzzy
947
  msgid "Url to share"
948
  msgstr " شارك الآخرين بهذة الفقرة"
949
 
950
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
951
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
952
- #: ../inc/widget.php:901
953
  #, fuzzy
954
  msgid "Title"
955
  msgstr "العنوان"
956
 
957
- #: ../admin/social_sharing.php:741
958
  #, fuzzy
959
  msgid "The text to display above the sharing interface"
960
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
961
 
962
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
963
  #, fuzzy
964
  msgid "Instagram username"
965
  msgstr "إنستاجرام"
966
 
967
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
968
  msgid ""
969
  "Username of the Instagram account you want to redirect users to, on clicking "
970
  "the icon"
971
  msgstr ""
972
 
973
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
974
  #, fuzzy
975
  msgid "HTML ID of container element of comment form"
976
  msgstr "ID HTML التعليق حاوية شكل"
977
 
978
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
979
  msgid ""
980
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
981
  "icon."
982
  msgstr ""
983
 
984
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
985
  #, fuzzy
986
  msgid "Rearrange icons"
987
  msgstr "إعادة ترتيب الرموز"
988
 
989
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
990
  #, fuzzy
991
  msgid "Drag the icons to rearrange in desired order"
992
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
993
 
994
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
995
  #, fuzzy
996
  msgid "Select Sharing Services"
997
  msgstr "اختر مقالة"
998
 
999
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
1000
  msgid "Select sharing services to show in social share bar"
1001
  msgstr ""
1002
 
1003
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
1004
  #, fuzzy
1005
  msgid "Search social network"
1006
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1007
 
1008
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
1009
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
1010
  #, fuzzy
1011
  msgid "Horizontal alignment"
1012
  msgstr "بلا محاذاة"
1013
 
1014
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
1015
  #, fuzzy
1016
  msgid "Center"
1017
  msgstr "وسط"
1018
 
1019
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
1020
  #, fuzzy
1021
  msgid "Horizontal alignment of the sharing interface"
1022
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1023
 
1024
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
1025
  #, fuzzy
1026
  msgid "Position with respect to content"
1027
  msgstr "موضع الخلفية"
1028
 
1029
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1030
  #, fuzzy
1031
  msgid "Top of the content"
1032
  msgstr "أعلى"
1033
 
1034
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
1035
  #, fuzzy
1036
  msgid "Bottom of the content"
1037
  msgstr "أسفل"
1038
 
1039
- #: ../admin/social_sharing.php:956
1040
  #, fuzzy
1041
  msgid "Specify position of the sharing interface with respect to the content"
1042
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1043
 
1044
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
1045
  msgid "Placement"
1046
  msgstr ""
1047
 
1048
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1049
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
1050
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1051
  #, fuzzy
1052
  msgid "Homepage"
1053
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1054
 
1055
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1056
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1057
  #, fuzzy
1058
  msgid "Posts"
1059
  msgstr "مقالات"
1060
 
1061
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1062
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1063
  #, fuzzy
1064
  msgid "Pages"
1065
  msgstr "صفحات"
1066
 
1067
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1068
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1069
  msgid "Excerpts and Posts page"
1070
  msgstr ""
1071
 
1072
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1073
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1074
  #, fuzzy
1075
  msgid "Category Archives"
1076
  msgstr "الأرشيف"
1077
 
1078
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1079
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1080
  #, fuzzy
1081
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1082
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
1083
 
1084
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1085
  #, fuzzy
1086
  msgid "BuddyPress activity"
1087
  msgstr "النشاط BuddyPress والمجموعات"
1088
 
1089
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1090
  msgid "BuddyPress group (only at top of content)"
1091
  msgstr ""
1092
 
1093
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1094
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1095
  #, fuzzy
1096
  msgid "BBPress forum"
1097
  msgstr "المنتدى المستعمل | User Forum"
1098
 
1099
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1100
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1101
  #, fuzzy
1102
  msgid "BBPress topic"
1103
  msgstr "إضافات الموضوع"
1104
 
1105
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1106
  #, fuzzy
1107
  msgid "BBPress reply"
1108
  msgstr "رد"
1109
 
1110
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1111
  msgid "After individual product at WooCommerce Shop page"
1112
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
1113
 
1114
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1115
  msgid "WooCommerce Product Page"
1116
  msgstr "WooCommerce صفحة المنتج"
1117
 
1118
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1119
  msgid "WooCommerce Thankyou Page"
1120
  msgstr "WooCommerce الشكر الصفحة"
1121
 
1122
- #: ../admin/social_sharing.php:1032
1123
  #, fuzzy
1124
  msgid "Specify the pages where you want to enable Sharing interface"
1125
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1126
 
1127
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1128
  #, fuzzy
1129
  msgid "Show share counts"
1130
  msgstr "عرض عدد المقالات"
1131
 
1132
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1133
  msgid ""
1134
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1135
  "Pinterest, Odnoklassniki and Vkontakte"
1136
  msgstr ""
1137
 
1138
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1139
  #, php-format
1140
  msgid ""
1141
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1144,27 +1158,27 @@ msgid ""
1144
  "their website."
1145
  msgstr ""
1146
 
1147
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1148
  #, fuzzy
1149
  msgid "If enabled, share counts are displayed above sharing icons."
1150
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1151
 
1152
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1153
  #, fuzzy
1154
  msgid "Show total shares"
1155
  msgstr "عرض عدد المقالات"
1156
 
1157
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1158
  #, fuzzy
1159
  msgid "If enabled, total shares will be displayed with sharing icons"
1160
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1161
 
1162
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1163
  #, fuzzy
1164
  msgid "Enable 'More' icon"
1165
  msgstr "الرمز معاينة"
1166
 
1167
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1168
  #, fuzzy
1169
  msgid ""
1170
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -1173,22 +1187,22 @@ msgstr ""
1173
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1174
  "مشاركة إضافية في المنبثقة"
1175
 
1176
- #: ../admin/social_sharing.php:1108
1177
  #, fuzzy
1178
  msgid "Floating Sharing Interface Options"
1179
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1180
 
1181
- #: ../admin/social_sharing.php:1114
1182
  #, fuzzy
1183
  msgid "Enable Floating sharing interface"
1184
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1185
 
1186
- #: ../admin/social_sharing.php:1124
1187
  #, fuzzy
1188
  msgid "Master control to enable floating sharing widget"
1189
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1190
 
1191
- #: ../admin/social_sharing.php:1318
1192
  #, fuzzy
1193
  msgid ""
1194
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -1200,12 +1214,12 @@ msgstr ""
1200
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1201
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1202
 
1203
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1204
  #, fuzzy
1205
  msgid "Left offset"
1206
  msgstr "يسار"
1207
 
1208
- #: ../admin/social_sharing.php:1358
1209
  #, fuzzy
1210
  msgid ""
1211
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1214,12 +1228,12 @@ msgstr ""
1214
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1215
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1216
 
1217
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1218
  #, fuzzy
1219
  msgid "Right offset"
1220
  msgstr "يمين"
1221
 
1222
- #: ../admin/social_sharing.php:1378
1223
  #, fuzzy
1224
  msgid ""
1225
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1228,12 +1242,12 @@ msgstr ""
1228
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1229
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1230
 
1231
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1232
  #, fuzzy
1233
  msgid "Top offset"
1234
  msgstr "أعلى"
1235
 
1236
- #: ../admin/social_sharing.php:1397
1237
  #, fuzzy
1238
  msgid ""
1239
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -1242,96 +1256,96 @@ msgstr ""
1242
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1243
  "الأعلى."
1244
 
1245
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1246
  #, fuzzy
1247
  msgid "BuddyPress group"
1248
  msgstr "تحرير ملفي الشخصي"
1249
 
1250
- #: ../admin/social_sharing.php:1454
1251
  #, fuzzy
1252
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1253
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1254
 
1255
- #: ../admin/social_sharing.php:1521
1256
  #, fuzzy
1257
  msgid "Vertical floating bar responsiveness"
1258
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1259
 
1260
- #: ../admin/social_sharing.php:1524
1261
  #, php-format
1262
  msgid "Display vertical interface only when screen is wider than %s pixels"
1263
  msgstr ""
1264
 
1265
- #: ../admin/social_sharing.php:1531
1266
  msgid ""
1267
  "Display vertical interface only when screen is wider than the width "
1268
  "specified."
1269
  msgstr ""
1270
 
1271
- #: ../admin/social_sharing.php:1539
1272
  msgid "Horizontal floating bar responsiveness"
1273
  msgstr ""
1274
 
1275
- #: ../admin/social_sharing.php:1542
1276
  #, fuzzy, php-format
1277
  msgid ""
1278
  "Stick vertical floating interface horizontally at bottom only when screen is "
1279
  "narrower than %s pixels"
1280
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1281
 
1282
- #: ../admin/social_sharing.php:1549
1283
  msgid ""
1284
  "Stick vertical floating interface horizontally at bottom only when screen is "
1285
  "narrower than the width specified"
1286
  msgstr ""
1287
 
1288
- #: ../admin/social_sharing.php:1559
1289
  #, fuzzy
1290
  msgid "Horizontal floating bar position"
1291
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1292
 
1293
- #: ../admin/social_sharing.php:1562
1294
  #, php-format
1295
  msgid "%s pixels from %s"
1296
  msgstr ""
1297
 
1298
- #: ../admin/social_sharing.php:1563
1299
  msgid "Auto-adjust according to screen width (responsive)"
1300
  msgstr ""
1301
 
1302
- #: ../admin/social_sharing.php:1570
1303
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1304
  msgstr ""
1305
 
1306
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1307
  #, fuzzy
1308
  msgid "Url shortener"
1309
  msgstr "عنوان Url للقيام بالتعليق على"
1310
 
1311
- #: ../admin/social_sharing.php:1596
1312
  #, fuzzy
1313
  msgid "Use shortlinks already installed"
1314
  msgstr "تمّ التنصيب مسبقاً"
1315
 
1316
- #: ../admin/social_sharing.php:1606
1317
  msgid "Uses default short url permalinks without using any additional plugin"
1318
  msgstr ""
1319
 
1320
- #: ../admin/social_sharing.php:1614
1321
  #, fuzzy
1322
  msgid "Enable bit.ly url shortener for sharing"
1323
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1324
 
1325
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1326
  #, fuzzy
1327
  msgid "Master control to enable bit.ly url shortening for sharing"
1328
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1329
 
1330
- #: ../admin/social_sharing.php:1632
1331
  msgid "bit.ly Login"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1335
  #, fuzzy, php-format
1336
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1337
  msgstr ""
@@ -1339,52 +1353,52 @@ msgstr ""
1339
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1340
  "\"مفتاح API التغريد\""
1341
 
1342
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1343
  #, fuzzy
1344
  msgid "bit.ly API Key"
1345
  msgstr "مفتاح API الخاص | API Private Key"
1346
 
1347
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1348
  msgid "Clear Bitly Cache"
1349
  msgstr ""
1350
 
1351
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1352
  #, fuzzy
1353
  msgid "ShortUrl cache cleared successfully."
1354
  msgstr "تم ربط حسابك بنجاح"
1355
 
1356
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
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 "
1360
  "urls."
1361
  msgstr ""
1362
 
1363
- #: ../admin/social_sharing.php:1690
1364
  msgid "Share Count Cache"
1365
  msgstr ""
1366
 
1367
- #: ../admin/social_sharing.php:1696
1368
  msgid "Refresh Share Count cache every"
1369
  msgstr ""
1370
 
1371
- #: ../admin/social_sharing.php:1701
1372
  msgid "Second(s)"
1373
  msgstr ""
1374
 
1375
- #: ../admin/social_sharing.php:1702
1376
  msgid "Minute(s)"
1377
  msgstr ""
1378
 
1379
- #: ../admin/social_sharing.php:1703
1380
  msgid "Hour(s)"
1381
  msgstr ""
1382
 
1383
- #: ../admin/social_sharing.php:1704
1384
  msgid "Day(s)"
1385
  msgstr ""
1386
 
1387
- #: ../admin/social_sharing.php:1712
1388
  #, php-format
1389
  msgid ""
1390
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1392,29 +1406,29 @@ msgid ""
1392
  "target=\"_blank\">here</a>"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1720
1396
  msgid "Clear Share Counts Cache"
1397
  msgstr ""
1398
 
1399
- #: ../admin/social_sharing.php:1724
1400
  #, fuzzy
1401
  msgid "Share Counts cache cleared successfully."
1402
  msgstr "تم ربط حسابك بنجاح"
1403
 
1404
- #: ../admin/social_sharing.php:1731
1405
  msgid "Use this to clear cached share counts"
1406
  msgstr ""
1407
 
1408
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1409
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1410
- #: ../admin/like_buttons.php:694
1411
  #, fuzzy
1412
  msgid "Language"
1413
  msgstr ""
1414
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1415
  "والخصائص التالية: %s"
1416
 
1417
- #: ../admin/social_sharing.php:1756
1418
  #, fuzzy, php-format
1419
  msgid ""
1420
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1425,17 +1439,17 @@ msgstr ""
1425
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1426
  "فارغاً ل language(English) الافتراضي"
1427
 
1428
- #: ../admin/social_sharing.php:1765
1429
  #, fuzzy
1430
  msgid "Username in sharing"
1431
  msgstr "شارك الأخرين عبر تويتر"
1432
 
1433
- #: ../admin/social_sharing.php:1771
1434
  #, fuzzy
1435
  msgid "Twitter username (without @)"
1436
  msgstr "قالب بدون %1$s"
1437
 
1438
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1439
  #, fuzzy
1440
  msgid ""
1441
  "Provided username will be appended after the content being shared as \"via "
@@ -1445,37 +1459,37 @@ msgstr ""
1445
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1446
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1447
 
1448
- #: ../admin/social_sharing.php:1790
1449
  #, fuzzy
1450
  msgid "Buffer username (without @)"
1451
  msgstr "قالب بدون %1$s"
1452
 
1453
- #: ../admin/social_sharing.php:1809
1454
  msgid "AMP"
1455
  msgstr ""
1456
 
1457
- #: ../admin/social_sharing.php:1815
1458
  #, fuzzy
1459
  msgid "Enable sharing on AMP pages"
1460
  msgstr "صفحة"
1461
 
1462
- #: ../admin/social_sharing.php:1825
1463
  msgid "Enable this option to render sharing icons on AMP pages"
1464
  msgstr ""
1465
 
1466
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1467
  msgid "myCRED"
1468
  msgstr ""
1469
 
1470
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1471
  msgid "Append myCRED referral ID to the urls being shared"
1472
  msgstr ""
1473
 
1474
- #: ../admin/social_sharing.php:1883
1475
  msgid "Facebook Sharing Troubleshooter"
1476
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1477
 
1478
- #: ../admin/social_sharing.php:1888
1479
  #, fuzzy
1480
  msgid ""
1481
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1486,18 +1500,18 @@ msgstr ""
1486
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1487
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1488
 
1489
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1490
- #: ../admin/social_login.php:1200
1491
  msgid ""
1492
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1493
  "an online website for the plugin to function properly."
1494
  msgstr ""
1495
 
1496
- #: ../admin/social_sharing.php:1907
1497
  msgid "Why is Instagram icon redirecting to Instagram website?"
1498
  msgstr ""
1499
 
1500
- #: ../admin/social_sharing.php:1908
1501
  msgid ""
1502
  "Instagram icon is there to send website visitors to the Instagram page of "
1503
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1505,47 +1519,47 @@ msgid ""
1505
  "sections."
1506
  msgstr ""
1507
 
1508
- #: ../admin/social_sharing.php:1911
1509
  msgid ""
1510
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1511
  msgstr ""
1512
 
1513
- #: ../admin/social_sharing.php:1912
1514
  msgid ""
1515
  "It takes some time for their service to track the shares made on Twitter "
1516
  "from your website. If you still feel it's taking too long you can contact "
1517
  "their support directly from their website."
1518
  msgstr ""
1519
 
1520
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1521
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1522
  msgstr ""
1523
 
1524
- #: ../admin/social_sharing.php:1915
1525
  msgid ""
1526
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1527
  msgstr ""
1528
 
1529
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1530
- #: ../admin/social_login.php:1206
1531
  msgid "Why is my browser blocking some features of the plugin?"
1532
  msgstr ""
1533
 
1534
- #: ../admin/social_sharing.php:1917
1535
  msgid "Why the color of share icons is not being updated?"
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_sharing.php:1918
1539
  msgid ""
1540
  "Why is sharer not showing the correct image, title and other meta tags "
1541
  "content?"
1542
  msgstr ""
1543
 
1544
- #: ../admin/social_sharing.php:1919
1545
  msgid "Why Facebook share counts are not appearing?"
1546
  msgstr ""
1547
 
1548
- #: ../admin/social_sharing.php:1920
1549
  #, fuzzy
1550
  msgid ""
1551
  "How can I show share counts of my website rather than of individual pages/"
@@ -1554,80 +1568,80 @@ msgstr ""
1554
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1555
  "الوظائف؟"
1556
 
1557
- #: ../admin/social_sharing.php:1921
1558
  #, fuzzy
1559
  msgid "How can I disable sharing on particular page/post?"
1560
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1561
 
1562
- #: ../admin/social_sharing.php:1922
1563
  #, fuzzy
1564
  msgid "How can I specify minimum sharing count for sharing networks?"
1565
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1566
 
1567
- #: ../admin/social_sharing.php:1923
1568
  msgid "How to share specific page?"
1569
  msgstr ""
1570
 
1571
- #: ../admin/social_sharing.php:1924
1572
  msgid "How to integrate Google Analytics with sharing?"
1573
  msgstr ""
1574
 
1575
- #: ../admin/social_sharing.php:1925
1576
  msgid "How to customize the look of total share counts?"
1577
  msgstr ""
1578
 
1579
- #: ../admin/social_sharing.php:1926
1580
  #, fuzzy
1581
  msgid "How to customize the look of individual share counts?"
1582
  msgstr "عرض عدد المقالات"
1583
 
1584
- #: ../admin/social_sharing.php:1927
1585
  #, fuzzy
1586
  msgid "How to show Whatsapp icon only on mobile devices?"
1587
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1588
 
1589
- #: ../admin/social_sharing.php:1928
1590
  msgid "How to hide arrow after floating sharing bar?"
1591
  msgstr ""
1592
 
1593
- #: ../admin/social_sharing.php:1929
1594
  msgid "Why is share count not getting updated?"
1595
  msgstr ""
1596
 
1597
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1598
  msgid "Why is there so much space between like buttons?"
1599
  msgstr ""
1600
 
1601
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1602
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1603
  msgstr ""
1604
 
1605
- #: ../admin/social_commenting.php:13
1606
  #, fuzzy
1607
  msgid "Enable Social Commenting"
1608
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1609
 
1610
- #: ../admin/social_commenting.php:23
1611
  #, fuzzy
1612
  msgid "Master control to enable Social Commenting"
1613
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
1614
 
1615
- #: ../admin/social_commenting.php:34
1616
  #, fuzzy
1617
  msgid "Social Commenting"
1618
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1619
 
1620
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1621
  #, fuzzy
1622
  msgid "Shortcode"
1623
  msgstr "استخدم كود مختصر | Include the shortcode"
1624
 
1625
- #: ../admin/social_commenting.php:49
1626
  #, fuzzy
1627
  msgid "Order of tabs in commenting interface"
1628
  msgstr "ترتيب علامات التبويب في واجهة التعليق"
1629
 
1630
- #: ../admin/social_commenting.php:59
1631
  msgid ""
1632
  "Order of the tabs shown in social commenting interface. Defaults to "
1633
  "wordpress,facebook,googleplus,disqus"
@@ -1635,30 +1649,30 @@ msgstr ""
1635
  "ترتيب علامات التبويب تظهر في الواجهة التعليق الاجتماعي. افتراضات إلى "
1636
  "ووردبريس، فيسبوك، googleplus، من هارد"
1637
 
1638
- #: ../admin/social_commenting.php:67
1639
  msgid "Comment area label"
1640
  msgstr "تسمية منطقة التعليق"
1641
 
1642
- #: ../admin/social_commenting.php:77
1643
  #, fuzzy
1644
  msgid "Label for comment area"
1645
  msgstr "التسمية للتبويب تعليقاً G+"
1646
 
1647
- #: ../admin/social_commenting.php:90
1648
  #, fuzzy
1649
  msgid "Enable Social Commenting at"
1650
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1651
 
1652
- #: ../admin/social_commenting.php:109
1653
  #, fuzzy
1654
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1655
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1656
 
1657
- #: ../admin/social_commenting.php:120
1658
  msgid "HTML ID of comment form container"
1659
  msgstr "ID HTML التعليق حاوية شكل"
1660
 
1661
- #: ../admin/social_commenting.php:130
1662
  msgid ""
1663
  "HTML ID of container element of the default comment form at front end. Leave "
1664
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1670,49 +1684,49 @@ msgstr ""
1670
  "الظهور وليس الحصول على تمكين في الواجهة الأمامية من موقع الويب الخاص بك "
1671
  "وتعليقا الاجتماعية."
1672
 
1673
- #: ../admin/social_commenting.php:140
1674
  #, fuzzy
1675
  msgid "Labels"
1676
  msgstr "وسوم"
1677
 
1678
- #: ../admin/social_commenting.php:145
1679
  #, fuzzy
1680
  msgid "Label for WordPress Commenting tab"
1681
  msgstr "تعليقات فيسبوكيه"
1682
 
1683
- #: ../admin/social_commenting.php:154
1684
  msgid "Label for Facebook Commenting tab"
1685
  msgstr "تعليقات فيسبوكيه"
1686
 
1687
- #: ../admin/social_commenting.php:163
1688
  msgid "Label for G+ Commenting tab"
1689
  msgstr "التسمية للتبويب تعليقاً G+"
1690
 
1691
- #: ../admin/social_commenting.php:172
1692
  #, fuzzy
1693
  msgid "Label for Disqus Commenting tab"
1694
  msgstr "التسمية للتبويب تعليقاً G+"
1695
 
1696
- #: ../admin/social_commenting.php:183
1697
  #, fuzzy
1698
  msgid "Facebook Commenting Options"
1699
  msgstr "تعليقات فيسبوكيه"
1700
 
1701
- #: ../admin/social_commenting.php:189
1702
  #, fuzzy
1703
  msgid "Enable Facebook Comments notification and moderation"
1704
  msgstr "تعليقات فيسبوكيه"
1705
 
1706
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1707
  #, fuzzy
1708
  msgid "Enable Facebook Commenting"
1709
  msgstr "تعليقات فيسبوكيه"
1710
 
1711
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1712
  msgid "Url to comment on"
1713
  msgstr "عنوان Url للقيام بالتعليق على"
1714
 
1715
- #: ../admin/social_commenting.php:225
1716
  #, fuzzy
1717
  msgid ""
1718
  "The absolute URL that comments posted will be permanently associated with. "
@@ -1725,17 +1739,17 @@ msgstr ""
1725
  "<strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم "
1726
  "تمكين."
1727
 
1728
- #: ../admin/social_commenting.php:233
1729
  #, fuzzy
1730
  msgid "Show Recent Facebook Comments in a Widget"
1731
  msgstr "تعليقات فيسبوكيه"
1732
 
1733
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1734
  #, fuzzy
1735
  msgid "Width"
1736
  msgstr "عرض"
1737
 
1738
- #: ../admin/social_commenting.php:251
1739
  #, fuzzy
1740
  msgid ""
1741
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
@@ -1743,34 +1757,34 @@ msgid ""
1743
  msgstr ""
1744
  "ترك فارغاً لصناعة السيارات في ضبط العرض. العرض (بالبكسل) كتلة التعليقات."
1745
 
1746
- #: ../admin/social_commenting.php:259
1747
  #, fuzzy
1748
  msgid "Color Scheme"
1749
  msgstr "بلا لون"
1750
 
1751
- #: ../admin/social_commenting.php:263
1752
  #, fuzzy
1753
  msgid "Light"
1754
  msgstr "الفاتح"
1755
 
1756
- #: ../admin/social_commenting.php:264
1757
  #, fuzzy
1758
  msgid "Dark"
1759
  msgstr "داكن"
1760
 
1761
- #: ../admin/social_commenting.php:272
1762
  #, fuzzy
1763
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1764
  msgstr ""
1765
  "نظام الألوان المستخدمة من قبل البرنامج المساعد. يمكن أن يكون \"الخفيفة\" أو "
1766
  "\"الظلام\"."
1767
 
1768
- #: ../admin/social_commenting.php:280
1769
  #, fuzzy
1770
  msgid "Number of comments"
1771
  msgstr "عدد التعليقات:"
1772
 
1773
- #: ../admin/social_commenting.php:290
1774
  #, fuzzy
1775
  msgid ""
1776
  "The number of comments to show by default. The minimum value is 1. Defaults "
@@ -1778,32 +1792,32 @@ msgid ""
1778
  msgstr ""
1779
  "عدد التعليقات تظهر بشكل افتراضي. قيمة الحد الأدنى هو 1. افتراضات إلى 10"
1780
 
1781
- #: ../admin/social_commenting.php:298
1782
  #, fuzzy
1783
  msgid "Order by"
1784
  msgstr "طلب | Order"
1785
 
1786
- #: ../admin/social_commenting.php:302
1787
  #, fuzzy
1788
  msgid "Social"
1789
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1790
 
1791
- #: ../admin/social_commenting.php:303
1792
  #, fuzzy
1793
  msgid "Reverse Time"
1794
  msgstr "اعكس الترتيب"
1795
 
1796
- #: ../admin/social_commenting.php:304
1797
  #, fuzzy
1798
  msgid "Time"
1799
  msgstr "إدراج التاريخ/الوقت"
1800
 
1801
- #: ../admin/social_commenting.php:312
1802
  #, fuzzy
1803
  msgid "The order to use when displaying comments."
1804
  msgstr "الترتيب استخدامها عند عرض التعليقات."
1805
 
1806
- #: ../admin/social_commenting.php:330
1807
  #, fuzzy, php-format
1808
  msgid ""
1809
  "Enter the code of the language you want to use to display commenting. You "
@@ -1814,22 +1828,22 @@ msgstr ""
1814
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1815
  "فارغاً ل language(English) الافتراضي"
1816
 
1817
- #: ../admin/social_commenting.php:339
1818
  #, fuzzy
1819
  msgid "Google Plus Commenting Options"
1820
  msgstr "جوجل بالإضافة إلى خيارات التعليق"
1821
 
1822
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1823
  #, fuzzy
1824
  msgid "Enable Google Plus Commenting"
1825
  msgstr "تمكين المشاركة عبر Google."
1826
 
1827
- #: ../admin/social_commenting.php:373
1828
  #, fuzzy
1829
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1830
  msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1831
 
1832
- #: ../admin/social_commenting.php:391
1833
  #, fuzzy
1834
  msgid ""
1835
  "The absolute URL that comments posted will be permanently associated with. "
@@ -1842,22 +1856,22 @@ msgstr ""
1842
  "<strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم "
1843
  "تمكين."
1844
 
1845
- #: ../admin/social_commenting.php:400
1846
  #, fuzzy
1847
  msgid "Disqus Commenting Options"
1848
  msgstr "الخيارات"
1849
 
1850
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1851
  #, fuzzy
1852
  msgid "Enable Disqus Commenting"
1853
  msgstr "إتاحة التعليق من هارد"
1854
 
1855
- #: ../admin/social_commenting.php:424
1856
  #, fuzzy
1857
  msgid "Disqus Shortname"
1858
  msgstr "هارد Shortname"
1859
 
1860
- #: ../admin/social_commenting.php:434
1861
  #, fuzzy
1862
  msgid ""
1863
  "<strong>Required to use Disqus commenting.</strong> For more info on "
@@ -1866,37 +1880,37 @@ msgstr ""
1866
  "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول "
1867
  "shortname، قم بزيارة الوصلة التالية."
1868
 
1869
- #: ../admin/social_commenting.php:452
1870
  #, fuzzy
1871
  msgid "Social Commenting Shortcode"
1872
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1873
 
1874
- #: ../admin/social_commenting.php:466
1875
  msgid ""
1876
  "How to show recent Facebook Comments from all over the website in a widget?"
1877
  msgstr ""
1878
 
1879
- #: ../admin/social_commenting.php:467
1880
  msgid ""
1881
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1882
  "Https?"
1883
  msgstr ""
1884
 
1885
- #: ../admin/social_commenting.php:469
1886
  #, fuzzy
1887
  msgid "How can I disable Social Commenting at individual page/post?"
1888
  msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1889
 
1890
- #: ../admin/social_commenting.php:470
1891
  msgid "How to disable default comment form from Social Commenting?"
1892
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1893
 
1894
- #: ../admin/social_login.php:14
1895
  #, fuzzy
1896
  msgid "Enable Social Login"
1897
  msgstr "تسجيل الدخول"
1898
 
1899
- #: ../admin/social_login.php:24
1900
  #, fuzzy
1901
  msgid ""
1902
  "Master control for Social Login. It must be checked to enable Social Login "
@@ -1905,29 +1919,29 @@ msgstr ""
1905
  "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل "
1906
  "الدخول الاجتماعي\""
1907
 
1908
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1909
  #, fuzzy
1910
  msgid "Basic Configuration"
1911
  msgstr "إنشاء ملف الإعدادات"
1912
 
1913
- #: ../admin/social_login.php:36
1914
  #, fuzzy
1915
  msgid "Advanced Configuration"
1916
  msgstr "إنشاء ملف الإعدادات"
1917
 
1918
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1919
  msgid "GDPR"
1920
  msgstr ""
1921
 
1922
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1923
  msgid "XProfile Integration"
1924
  msgstr ""
1925
 
1926
- #: ../admin/social_login.php:59
1927
  msgid "Disable user registration via Social Login"
1928
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1929
 
1930
- #: ../admin/social_login.php:69
1931
  msgid ""
1932
  "After enabling this option, new users will not be able to login through "
1933
  "social login. Only existing users will be able to social login."
@@ -1936,12 +1950,12 @@ msgstr ""
1936
  "الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون "
1937
  "قادرة على الدخول الاجتماعي."
1938
 
1939
- #: ../admin/social_login.php:78
1940
  #, fuzzy
1941
  msgid "Redirection url"
1942
  msgstr "تسجيل الدخول"
1943
 
1944
- #: ../admin/social_login.php:88
1945
  msgid ""
1946
  "User will be redirected to this page after unsuccessful registration attempt "
1947
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1951,69 +1965,69 @@ msgstr ""
1951
  "الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة "
1952
  "تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1953
 
1954
- #: ../admin/social_login.php:97
1955
  #, fuzzy
1956
  msgid "Select Social Networks"
1957
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1958
 
1959
- #: ../admin/social_login.php:102
1960
  msgid "Facebook"
1961
  msgstr "الفيسبوك"
1962
 
1963
- #: ../admin/social_login.php:106
1964
  #, fuzzy
1965
  msgid "Twitter"
1966
  msgstr "شارك الأخرين عبر تويتر"
1967
 
1968
- #: ../admin/social_login.php:110
1969
  #, fuzzy
1970
  msgid "LinkedIn"
1971
  msgstr "شارك الأخرين عبر لنكيدان"
1972
 
1973
- #: ../admin/social_login.php:114
1974
  #, fuzzy
1975
  msgid "Google+"
1976
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
1977
 
1978
- #: ../admin/social_login.php:118
1979
  #, fuzzy
1980
  msgid "Vkontakte"
1981
  msgstr "انشر عبر VKontakte"
1982
 
1983
- #: ../admin/social_login.php:122
1984
  #, fuzzy
1985
  msgid "Instagram"
1986
  msgstr "إنستاجرام"
1987
 
1988
- #: ../admin/social_login.php:126
1989
  #, fuzzy
1990
  msgid "Xing"
1991
  msgstr "شينغ"
1992
 
1993
- #: ../admin/social_login.php:130
1994
  msgid "Steam"
1995
  msgstr ""
1996
 
1997
- #: ../admin/social_login.php:135
1998
  #, fuzzy
1999
  msgid "Twitch"
2000
  msgstr "شارك الأخرين عبر تويتر"
2001
 
2002
- #: ../admin/social_login.php:140
2003
  msgid "LiveJournal"
2004
  msgstr ""
2005
 
2006
- #: ../admin/social_login.php:148
2007
  #, fuzzy
2008
  msgid "Select Social ID provider to enable in Social Login"
2009
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2010
 
2011
- #: ../admin/social_login.php:156
2012
  #, fuzzy
2013
  msgid "Facebook App ID"
2014
  msgstr "رقم التعريف الخالص بك | ID"
2015
 
2016
- #: ../admin/social_login.php:166
2017
  #, fuzzy, php-format
2018
  msgid ""
2019
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -2023,7 +2037,7 @@ msgstr ""
2023
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2024
  "فيسبوك"
2025
 
2026
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
2027
  #, fuzzy
2028
  msgid ""
2029
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
@@ -2031,12 +2045,12 @@ msgstr ""
2031
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2032
  "الوصلة المذكورة"
2033
 
2034
- #: ../admin/social_login.php:178
2035
  #, fuzzy
2036
  msgid "Facebook App Secret"
2037
  msgstr "رقم التعريف الخالص بك | ID"
2038
 
2039
- #: ../admin/social_login.php:188
2040
  #, fuzzy, php-format
2041
  msgid ""
2042
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -2046,12 +2060,12 @@ msgstr ""
2046
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2047
  "فيسبوك"
2048
 
2049
- #: ../admin/social_login.php:200
2050
  #, fuzzy
2051
  msgid "Twitter API Key"
2052
  msgstr "مفتاح API الخاص | API Private Key"
2053
 
2054
- #: ../admin/social_login.php:210
2055
  #, fuzzy, php-format
2056
  msgid ""
2057
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2061,13 +2075,13 @@ msgstr ""
2061
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2062
  "\"مفتاح API التغريد\""
2063
 
2064
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
2065
  #, fuzzy
2066
  msgid ""
2067
  "Paste following url in <strong>Website</strong> option at the link mentioned"
2068
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2069
 
2070
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
2071
  #, fuzzy
2072
  msgid ""
2073
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -2076,12 +2090,12 @@ msgstr ""
2076
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2077
  "المذكورة"
2078
 
2079
- #: ../admin/social_login.php:226
2080
  #, fuzzy
2081
  msgid "Twitter API Secret"
2082
  msgstr "شارك الأخرين عبر تويتر"
2083
 
2084
- #: ../admin/social_login.php:236
2085
  #, fuzzy, php-format
2086
  msgid ""
2087
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -2091,12 +2105,12 @@ msgstr ""
2091
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2092
  "\"سر API التغريد\""
2093
 
2094
- #: ../admin/social_login.php:252
2095
  #, fuzzy
2096
  msgid "LinkedIn Client ID"
2097
  msgstr "شارك الأخرين عبر لنكيدان"
2098
 
2099
- #: ../admin/social_login.php:262
2100
  #, fuzzy, php-format
2101
  msgid ""
2102
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2105,19 +2119,19 @@ msgstr ""
2105
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2106
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2107
 
2108
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
2109
- #: ../admin/social_login.php:396
2110
  #, fuzzy
2111
  msgid ""
2112
  "Paste following url in <strong>Website URL</strong> option at the link "
2113
  "mentioned"
2114
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2115
 
2116
- #: ../admin/social_login.php:274
2117
  msgid "LinkedIn Client Secret "
2118
  msgstr ""
2119
 
2120
- #: ../admin/social_login.php:284
2121
  #, fuzzy, php-format
2122
  msgid ""
2123
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2127,12 +2141,12 @@ msgstr ""
2127
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2128
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2129
 
2130
- #: ../admin/social_login.php:296
2131
  #, fuzzy
2132
  msgid "Google+ Client ID"
2133
  msgstr "شارك الأخرين عبر جوجل"
2134
 
2135
- #: ../admin/social_login.php:306
2136
  #, fuzzy, php-format
2137
  msgid ""
2138
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2143,7 +2157,7 @@ msgstr ""
2143
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2144
  "GooglePlus"
2145
 
2146
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2147
  #, fuzzy
2148
  msgid ""
2149
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2152,12 +2166,12 @@ msgstr ""
2152
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2153
  "الوصلة المذكورة"
2154
 
2155
- #: ../admin/social_login.php:318
2156
  #, fuzzy
2157
  msgid "Google+ Client Secret"
2158
  msgstr "شارك الأخرين عبر جوجل"
2159
 
2160
- #: ../admin/social_login.php:328
2161
  #, fuzzy, php-format
2162
  msgid ""
2163
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2168,12 +2182,12 @@ msgstr ""
2168
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2169
  "GooglePlus"
2170
 
2171
- #: ../admin/social_login.php:340
2172
  #, fuzzy
2173
  msgid "Vkontakte Application ID"
2174
  msgstr "انشر عبر VKontakte"
2175
 
2176
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2177
  #, fuzzy, php-format
2178
  msgid ""
2179
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2184,7 +2198,7 @@ msgstr ""
2184
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2185
  "Vkontakte"
2186
 
2187
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2188
  #, fuzzy
2189
  msgid ""
2190
  "Paste following url in <strong>Site address</strong> option at the link "
@@ -2192,17 +2206,17 @@ msgid ""
2192
  msgstr ""
2193
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2194
 
2195
- #: ../admin/social_login.php:362
2196
  #, fuzzy
2197
  msgid "Vkontakte Secure key"
2198
  msgstr "انشر عبر VKontakte"
2199
 
2200
- #: ../admin/social_login.php:384
2201
  #, fuzzy
2202
  msgid "Instagram Client ID"
2203
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2204
 
2205
- #: ../admin/social_login.php:394
2206
  #, fuzzy, php-format
2207
  msgid ""
2208
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2212,12 +2226,12 @@ msgstr ""
2212
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2213
  "Instagram"
2214
 
2215
- #: ../admin/social_login.php:406
2216
  #, fuzzy
2217
  msgid "Xing Consumer Key"
2218
  msgstr "مفتاح التفعيل:"
2219
 
2220
- #: ../admin/social_login.php:416
2221
  #, fuzzy, php-format
2222
  msgid ""
2223
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2227,7 +2241,7 @@ msgstr ""
2227
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
2228
  "شينغ\""
2229
 
2230
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2231
  #, fuzzy
2232
  msgid ""
2233
  "Paste following url in <strong>Callback domain</strong> option at the link "
@@ -2236,12 +2250,12 @@ msgstr ""
2236
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2237
  "المذكورة"
2238
 
2239
- #: ../admin/social_login.php:428
2240
  #, fuzzy
2241
  msgid "Xing Consumer Secret"
2242
  msgstr "كلمة السر | Secret Word"
2243
 
2244
- #: ../admin/social_login.php:438
2245
  #, fuzzy, php-format
2246
  msgid ""
2247
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2251,12 +2265,12 @@ msgstr ""
2251
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ"
2252
  "\""
2253
 
2254
- #: ../admin/social_login.php:450
2255
  #, fuzzy
2256
  msgid "Steam API Key"
2257
  msgstr "مفتاح API الخاص | API Private Key"
2258
 
2259
- #: ../admin/social_login.php:460
2260
  #, fuzzy, php-format
2261
  msgid ""
2262
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2266,19 +2280,19 @@ msgstr ""
2266
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2267
  "\"مفتاح API التغريد\""
2268
 
2269
- #: ../admin/social_login.php:461
2270
  #, fuzzy
2271
  msgid "Save following <strong>domain</strong> to get the key"
2272
  msgstr ""
2273
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2274
  "المذكورة"
2275
 
2276
- #: ../admin/social_login.php:470
2277
  #, fuzzy
2278
  msgid "Twitch Client ID"
2279
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2280
 
2281
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2282
  #, fuzzy, php-format
2283
  msgid ""
2284
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2288,7 +2302,7 @@ msgstr ""
2288
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2289
  "\"مفتاح API التغريد\""
2290
 
2291
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2292
  #, fuzzy
2293
  msgid ""
2294
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2297,12 +2311,12 @@ msgstr ""
2297
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2298
  "الوصلة المذكورة"
2299
 
2300
- #: ../admin/social_login.php:492
2301
  #, fuzzy
2302
  msgid "Twitch Client Secret"
2303
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2304
 
2305
- #: ../admin/social_login.php:521
2306
  #, fuzzy
2307
  msgid "Social Login Options"
2308
  msgstr ""
@@ -2310,17 +2324,17 @@ msgstr ""
2310
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2311
  "فورا دون موافقة المشرف على النظام."
2312
 
2313
- #: ../admin/social_login.php:537
2314
  #, fuzzy
2315
  msgid "Text to display above the Social Login interface"
2316
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2317
 
2318
- #: ../admin/social_login.php:546
2319
  #, fuzzy
2320
  msgid "Enable at login page"
2321
  msgstr "صفحة"
2322
 
2323
- #: ../admin/social_login.php:556
2324
  #, fuzzy
2325
  msgid ""
2326
  "Social Login interface will get enabled at the login page of your website"
@@ -2328,12 +2342,12 @@ msgstr ""
2328
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2329
  "التعليق"
2330
 
2331
- #: ../admin/social_login.php:564
2332
  #, fuzzy
2333
  msgid "Enable at register page"
2334
  msgstr "التسجيل العام"
2335
 
2336
- #: ../admin/social_login.php:574
2337
  #, fuzzy
2338
  msgid ""
2339
  "Social Login interface will get enabled at the registration page of your "
@@ -2342,21 +2356,21 @@ msgstr ""
2342
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2343
  "الخاص بك"
2344
 
2345
- #: ../admin/social_login.php:582
2346
  msgid "Enable at comment form"
2347
  msgstr "تمكين هذا الشكل من تعليق"
2348
 
2349
- #: ../admin/social_login.php:592
2350
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2351
  msgstr ""
2352
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2353
  "التعليق"
2354
 
2355
- #: ../admin/social_login.php:607
2356
  msgid "Enable before WooCommerce Customer Login Form"
2357
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2358
 
2359
- #: ../admin/social_login.php:617
2360
  #, fuzzy
2361
  msgid ""
2362
  "Social Login Interface will get enabled before the customer login form at "
@@ -2365,11 +2379,11 @@ msgstr ""
2365
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2366
  "التعليق"
2367
 
2368
- #: ../admin/social_login.php:625
2369
  msgid "Enable after WooCommerce Customer Login Form"
2370
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2371
 
2372
- #: ../admin/social_login.php:635
2373
  #, fuzzy
2374
  msgid ""
2375
  "Social Login Interface will get enabled after the customer login form at "
@@ -2378,26 +2392,26 @@ msgstr ""
2378
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2379
  "التعليق"
2380
 
2381
- #: ../admin/social_login.php:643
2382
  #, fuzzy
2383
  msgid "Enable at WooCommerce checkout page"
2384
  msgstr "التسجيل العام"
2385
 
2386
- #: ../admin/social_login.php:653
2387
  #, fuzzy
2388
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2389
  msgstr ""
2390
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2391
  "التعليق"
2392
 
2393
- #: ../admin/social_login.php:664
2394
  #, fuzzy
2395
  msgid "Auto-approve comments made by Social Login users"
2396
  msgstr ""
2397
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2398
  "الاجتماعي\""
2399
 
2400
- #: ../admin/social_login.php:674
2401
  msgid ""
2402
  "If this option is enabled, and WordPress comment is made by Social Login "
2403
  "user, comment will get approved immediately without keeping in moderation."
@@ -2406,17 +2420,17 @@ msgstr ""
2406
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2407
  "فورا دون موافقة المشرف على النظام."
2408
 
2409
- #: ../admin/social_login.php:675
2410
  #, fuzzy
2411
  msgid "Note: This is not related to Facebook comments"
2412
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2413
 
2414
- #: ../admin/social_login.php:685
2415
  #, fuzzy
2416
  msgid "Enable social avatar"
2417
  msgstr "خدمة الشبكة الاجتماعية"
2418
 
2419
- #: ../admin/social_login.php:695
2420
  #, fuzzy
2421
  msgid ""
2422
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2425,39 +2439,39 @@ msgstr ""
2425
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2426
  "الشخصية"
2427
 
2428
- #: ../admin/social_login.php:705
2429
  #, fuzzy
2430
  msgid "Avatar quality"
2431
  msgstr "نوعية الصورة الرمزية"
2432
 
2433
- #: ../admin/social_login.php:708
2434
  #, fuzzy
2435
  msgid "Average"
2436
  msgstr "المعدل"
2437
 
2438
- #: ../admin/social_login.php:709
2439
  msgid "Best"
2440
  msgstr "أفضل"
2441
 
2442
- #: ../admin/social_login.php:716
2443
  #, fuzzy
2444
  msgid "Choose avatar quality"
2445
  msgstr "إختيار ملف"
2446
 
2447
- #: ../admin/social_login.php:725
2448
  #, fuzzy
2449
  msgid ""
2450
  "Show option for users to update social avatar at BuddyPress profile page"
2451
  msgstr ""
2452
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2453
 
2454
- #: ../admin/social_login.php:735
2455
  msgid ""
2456
  "If enabled, users would be able to update their social avatar from \"Profile "
2457
  "photo\" section in BuddyPress profile at front-end"
2458
  msgstr ""
2459
 
2460
- #: ../admin/social_login.php:756
2461
  #, fuzzy
2462
  msgid ""
2463
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2468,11 +2482,11 @@ msgstr ""
2468
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2469
  "إنشاء بريد إلكتروني وهمية"
2470
 
2471
- #: ../admin/social_login.php:765
2472
  msgid "Send post-registration email to user to set account password"
2473
  msgstr ""
2474
 
2475
- #: ../admin/social_login.php:775
2476
  #, fuzzy
2477
  msgid ""
2478
  "If enabled, an email will be sent to user after registration through Social "
@@ -2484,12 +2498,12 @@ msgstr ""
2484
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2485
  "تسجيل الدخول التقليدية)"
2486
 
2487
- #: ../admin/social_login.php:783
2488
  #, fuzzy
2489
  msgid "Send new user registration notification email to admin"
2490
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2491
 
2492
- #: ../admin/social_login.php:793
2493
  #, fuzzy
2494
  msgid ""
2495
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2500,47 +2514,47 @@ msgstr ""
2500
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2501
  "تسجيل الدخول التقليدية)"
2502
 
2503
- #: ../admin/social_login.php:801
2504
  #, fuzzy
2505
  msgid "Login redirection"
2506
  msgstr "تسجيل الدخول"
2507
 
2508
- #: ../admin/social_login.php:805
2509
  #, fuzzy
2510
  msgid "Same page where user logged in"
2511
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2512
 
2513
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2514
  #, fuzzy
2515
  msgid "Account dashboard"
2516
  msgstr " لوحتك الخاصة بالتحكم"
2517
 
2518
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2519
  #, fuzzy
2520
  msgid "BuddyPress profile page"
2521
  msgstr "تحرير ملفي الشخصي"
2522
 
2523
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2524
  #, fuzzy
2525
  msgid "Custom Url"
2526
  msgstr "رابط (URL) مخصّص"
2527
 
2528
- #: ../admin/social_login.php:823
2529
  #, fuzzy
2530
  msgid "User will be redirected to the selected page after Social Login"
2531
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2532
 
2533
- #: ../admin/social_login.php:831
2534
  #, fuzzy
2535
  msgid "Registration redirection"
2536
  msgstr "نموذج التسجيل"
2537
 
2538
- #: ../admin/social_login.php:835
2539
  #, fuzzy
2540
  msgid "Same page from where user registered"
2541
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2542
 
2543
- #: ../admin/social_login.php:853
2544
  #, fuzzy
2545
  msgid ""
2546
  "User will be redirected to the selected page after registration (first "
@@ -2549,17 +2563,17 @@ msgstr ""
2549
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2550
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2551
 
2552
- #: ../admin/social_login.php:862
2553
  #, fuzzy
2554
  msgid "Social Account Linking Options"
2555
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2556
 
2557
- #: ../admin/social_login.php:878
2558
  #, fuzzy
2559
  msgid "Text to display above the Social Account Linking interface"
2560
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2561
 
2562
- #: ../admin/social_login.php:886
2563
  #, fuzzy
2564
  msgid ""
2565
  "Link social account to already existing account, if email address matches"
@@ -2567,7 +2581,7 @@ msgstr ""
2567
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2568
  "الى حسابك في هذا الموقع"
2569
 
2570
- #: ../admin/social_login.php:896
2571
  msgid ""
2572
  "If email address of the user's Social Account matches with an already "
2573
  "existing account at your website, that social account will be linked to "
@@ -2575,12 +2589,12 @@ msgid ""
2575
  "Linking interface at their profile page."
2576
  msgstr ""
2577
 
2578
- #: ../admin/social_login.php:905
2579
  #, fuzzy
2580
  msgid "Enable social account linking at BuddyPress profile page"
2581
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2582
 
2583
- #: ../admin/social_login.php:915
2584
  #, fuzzy
2585
  msgid ""
2586
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2588,17 +2602,17 @@ msgid ""
2588
  msgstr ""
2589
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2590
 
2591
- #: ../admin/social_login.php:926
2592
  #, fuzzy
2593
  msgid "Email popup options"
2594
  msgstr "الخيارات"
2595
 
2596
- #: ../admin/social_login.php:932
2597
  #, fuzzy
2598
  msgid "Text on 'Email required' popup"
2599
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2600
 
2601
- #: ../admin/social_login.php:942
2602
  #, fuzzy
2603
  msgid ""
2604
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2607,12 +2621,12 @@ msgstr ""
2607
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2608
  "غير مطلوب."
2609
 
2610
- #: ../admin/social_login.php:951
2611
  #, fuzzy
2612
  msgid "Error message for 'Email required' popup"
2613
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2614
 
2615
- #: ../admin/social_login.php:961
2616
  #, fuzzy
2617
  msgid ""
2618
  "This message will be displayed to user if it provides invalid or already "
@@ -2621,12 +2635,12 @@ msgstr ""
2621
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2622
  "المسجلة مسبقاً"
2623
 
2624
- #: ../admin/social_login.php:970
2625
  #, fuzzy
2626
  msgid "Email popup height"
2627
  msgstr "ارتفاع"
2628
 
2629
- #: ../admin/social_login.php:980
2630
  #, fuzzy
2631
  msgid ""
2632
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2636,12 +2650,12 @@ msgstr ""
2636
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2637
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2638
 
2639
- #: ../admin/social_login.php:988
2640
  #, fuzzy
2641
  msgid "Enable email verification"
2642
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2643
 
2644
- #: ../admin/social_login.php:998
2645
  #, fuzzy
2646
  msgid ""
2647
  "If enabled, email provided by the user will be verified by sending a "
@@ -2652,22 +2666,22 @@ msgstr ""
2652
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2653
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2654
 
2655
- #: ../admin/social_login.php:1019
2656
  #, fuzzy
2657
  msgid "Enable GDPR opt-in"
2658
  msgstr "إتاحة التعليق من هارد"
2659
 
2660
- #: ../admin/social_login.php:1029
2661
  msgid ""
2662
  "Enable it to show GDPR opt-in for social login and social account linking"
2663
  msgstr ""
2664
 
2665
- #: ../admin/social_login.php:1038
2666
  #, fuzzy
2667
  msgid "Placement of GDPR opt-in"
2668
  msgstr "إتاحة التعليق من هارد"
2669
 
2670
- #: ../admin/social_login.php:1042
2671
  #, fuzzy
2672
  msgid "Above Social Login icons"
2673
  msgstr ""
@@ -2675,7 +2689,7 @@ msgstr ""
2675
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2676
  "فورا دون موافقة المشرف على النظام."
2677
 
2678
- #: ../admin/social_login.php:1044
2679
  #, fuzzy
2680
  msgid "Below Social Login icons"
2681
  msgstr ""
@@ -2683,74 +2697,74 @@ msgstr ""
2683
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2684
  "فورا دون موافقة المشرف على النظام."
2685
 
2686
- #: ../admin/social_login.php:1050
2687
  #, fuzzy
2688
  msgid "Placement of GDPR opt-in above or below the social login icons"
2689
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2690
 
2691
- #: ../admin/social_login.php:1058
2692
  msgid "Opt-in text"
2693
  msgstr ""
2694
 
2695
- #: ../admin/social_login.php:1068
2696
  #, fuzzy
2697
  msgid "Text for the GDPR opt-in"
2698
  msgstr "إتاحة التعليق من هارد"
2699
 
2700
- #: ../admin/social_login.php:1076
2701
  msgid "Text to link to Privacy Policy page"
2702
  msgstr ""
2703
 
2704
- #: ../admin/social_login.php:1086
2705
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2706
  msgstr ""
2707
 
2708
- #: ../admin/social_login.php:1094
2709
  msgid "Privacy Policy Url"
2710
  msgstr ""
2711
 
2712
- #: ../admin/social_login.php:1104
2713
  #, fuzzy
2714
  msgid "Url of the privacy policy page of your website"
2715
  msgstr "URL لعملاء الموقع (اختياري)"
2716
 
2717
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2718
- #: ../inc/widget.php:578 ../inc/widget.php:726
2719
  #, fuzzy
2720
  msgid "Select"
2721
  msgstr "أختر ..."
2722
 
2723
- #: ../admin/social_login.php:1186
2724
  #, fuzzy
2725
  msgid "Social Login Shortcode & Widget"
2726
  msgstr "استخدم كود مختصر | Include the shortcode"
2727
 
2728
- #: ../admin/social_login.php:1187
2729
  msgid "Social Linking Shortcode"
2730
  msgstr "الربط الاجتماعي رمز قصير"
2731
 
2732
- #: ../admin/social_login.php:1202
2733
  msgid "Why is social login not working?"
2734
  msgstr ""
2735
 
2736
- #: ../admin/social_login.php:1203
2737
  msgid ""
2738
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2739
  "belong to the same app"
2740
  msgstr ""
2741
 
2742
- #: ../admin/social_login.php:1205
2743
  msgid ""
2744
  "Why the user is not appearing logged in even after Social Login until the "
2745
  "webpage is refreshed manually?"
2746
  msgstr ""
2747
 
2748
- #: ../admin/like_buttons.php:16
2749
  #, fuzzy
2750
  msgid "Enable Like Buttons"
2751
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2752
 
2753
- #: ../admin/like_buttons.php:26
2754
  #, fuzzy
2755
  msgid ""
2756
  "Master control for like buttons. It must be checked to enable like buttons "
@@ -2759,77 +2773,77 @@ msgstr ""
2759
  "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف "
2760
  "الأزرار"
2761
 
2762
- #: ../admin/like_buttons.php:56
2763
  #, fuzzy
2764
  msgid "Standard Interface Options"
2765
  msgstr "المشاركات الأفقي"
2766
 
2767
- #: ../admin/like_buttons.php:62
2768
  #, fuzzy
2769
  msgid "Enable standard interface"
2770
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2771
 
2772
- #: ../admin/like_buttons.php:72
2773
  #, fuzzy
2774
  msgid "Master control to enable horizontal like buttons"
2775
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
2776
 
2777
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2778
  #, fuzzy
2779
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2780
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
2781
 
2782
- #: ../admin/like_buttons.php:115
2783
  #, fuzzy
2784
  msgid "The text to display above the interface"
2785
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
2786
 
2787
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2788
  #, fuzzy
2789
  msgid "Select and rearrange providers"
2790
  msgstr "اختر مقالة"
2791
 
2792
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2793
  #, fuzzy
2794
  msgid "Select the providers for interface. Drag them to rearrange."
2795
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
2796
 
2797
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2798
  #, fuzzy
2799
  msgid "Horizontal alignment of the interface"
2800
  msgstr "بلا محاذاة"
2801
 
2802
- #: ../admin/like_buttons.php:210
2803
  #, fuzzy
2804
  msgid "Specify position of the interface with respect to the content"
2805
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
2806
 
2807
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2808
  #, fuzzy
2809
  msgid "Interface location"
2810
  msgstr "واجهة الموقع"
2811
 
2812
- #: ../admin/like_buttons.php:288
2813
  #, fuzzy
2814
  msgid "Specify the pages where you want to enable interface"
2815
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
2816
 
2817
- #: ../admin/like_buttons.php:306
2818
  #, fuzzy
2819
  msgid "Vertical (Floating) like buttons Options"
2820
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2821
 
2822
- #: ../admin/like_buttons.php:312
2823
  #, fuzzy
2824
  msgid "Enable floating like buttons"
2825
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2826
 
2827
- #: ../admin/like_buttons.php:322
2828
  #, fuzzy
2829
  msgid "Master control to enable vertical (floating) counter widget"
2830
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
2831
 
2832
- #: ../admin/like_buttons.php:416
2833
  #, fuzzy
2834
  msgid ""
2835
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -2841,7 +2855,7 @@ msgstr ""
2841
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2842
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2843
 
2844
- #: ../admin/like_buttons.php:456
2845
  #, fuzzy
2846
  msgid ""
2847
  "Specify a number. Increase in number will shift interface towards right and "
@@ -2850,7 +2864,7 @@ msgstr ""
2850
  "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. "
2851
  "يمكن أن يكون رقم سلبي جداً."
2852
 
2853
- #: ../admin/like_buttons.php:476
2854
  #, fuzzy
2855
  msgid ""
2856
  "Specify a number. Increase in number will shift interface towards left and "
@@ -2859,7 +2873,7 @@ msgstr ""
2859
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. "
2860
  "يمكن أن يكون رقم سلبي جداً."
2861
 
2862
- #: ../admin/like_buttons.php:495
2863
  #, fuzzy
2864
  msgid ""
2865
  "Specify a number. Increase in number will shift interface towards bottom and "
@@ -2867,25 +2881,25 @@ msgid ""
2867
  msgstr ""
2868
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
2869
 
2870
- #: ../admin/like_buttons.php:551
2871
  #, fuzzy
2872
  msgid "Specify the pages where you want to enable vertical interface"
2873
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
2874
 
2875
- #: ../admin/like_buttons.php:559
2876
  msgid "Hide like buttons on mobile devices"
2877
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
2878
 
2879
- #: ../admin/like_buttons.php:569
2880
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2881
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
2882
 
2883
- #: ../admin/like_buttons.php:594
2884
  #, fuzzy
2885
  msgid "Use shortlinks already installed, for tweet button"
2886
  msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
2887
 
2888
- #: ../admin/like_buttons.php:604
2889
  #, fuzzy
2890
  msgid ""
2891
  "Allows for shortened URLs to be used when sharing content if a shortening "
@@ -2894,17 +2908,17 @@ msgstr ""
2894
  "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت "
2895
  "البرنامج المساعد التقصير"
2896
 
2897
- #: ../admin/like_buttons.php:612
2898
  #, fuzzy
2899
  msgid "Enable bit.ly url shortener for tweet button"
2900
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2901
 
2902
- #: ../admin/like_buttons.php:630
2903
  #, fuzzy
2904
  msgid "bit.ly username"
2905
  msgstr "إسم المستخدم الألكتروني:"
2906
 
2907
- #: ../admin/like_buttons.php:640
2908
  #, fuzzy, php-format
2909
  msgid ""
2910
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2913,7 +2927,7 @@ msgstr ""
2913
  "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
2914
  "\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
2915
 
2916
- #: ../admin/like_buttons.php:659
2917
  #, fuzzy, php-format
2918
  msgid ""
2919
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2922,7 +2936,7 @@ msgstr ""
2922
  "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
2923
  "\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
2924
 
2925
- #: ../admin/like_buttons.php:704
2926
  #, fuzzy, php-format
2927
  msgid ""
2928
  "Enter the code of the language you want to use to render counters. You can "
@@ -2933,17 +2947,17 @@ msgstr ""
2933
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
2934
  "فارغاً ل language(English) الافتراضي"
2935
 
2936
- #: ../admin/like_buttons.php:713
2937
  #, fuzzy
2938
  msgid "Twitter Username"
2939
  msgstr "شارك الأخرين عبر تويتر"
2940
 
2941
- #: ../admin/like_buttons.php:719
2942
  #, fuzzy
2943
  msgid "Twitter username for Tweet (without @)"
2944
  msgstr "قالب بدون %1$s"
2945
 
2946
- #: ../admin/like_buttons.php:729
2947
  #, fuzzy
2948
  msgid ""
2949
  "Provided username will be appended after the content being tweeted as \"via "
@@ -2952,12 +2966,12 @@ msgstr ""
2952
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
2953
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2954
 
2955
- #: ../admin/like_buttons.php:738
2956
  #, fuzzy
2957
  msgid "Twitter username for Buffer sharing (without @)"
2958
  msgstr "قالب بدون %1$s"
2959
 
2960
- #: ../admin/like_buttons.php:748
2961
  #, fuzzy
2962
  msgid ""
2963
  "Provided username will be appended after the content in Buffer sharing as "
@@ -2966,7 +2980,7 @@ msgstr ""
2966
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
2967
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2968
 
2969
- #: ../admin/like_buttons.php:795
2970
  #, fuzzy
2971
  msgid "Like Buttons Shortcode & Widget"
2972
  msgstr "استخدم كود مختصر | Include the shortcode"
@@ -3006,29 +3020,29 @@ msgstr "طلب غير صحيح"
3006
  msgid "Providers not selected"
3007
  msgstr "محدد | selected"
3008
 
3009
- #: ../inc/social_login.php:720
3010
  #, fuzzy
3011
  msgid "Email"
3012
  msgstr "البريد الإلكتروني"
3013
 
3014
- #: ../inc/social_login.php:721
3015
  msgid "Confirm email"
3016
  msgstr ""
3017
 
3018
- #: ../inc/social_login.php:723
3019
  msgid "Save"
3020
  msgstr ""
3021
 
3022
- #: ../inc/social_login.php:724
3023
  msgid "Cancel"
3024
  msgstr ""
3025
 
3026
- #: ../inc/social_login.php:798
3027
  #, fuzzy
3028
  msgid "Email Verification"
3029
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3030
 
3031
- #: ../inc/social_login.php:800
3032
  msgid ""
3033
  "Please click on the following link or paste it in browser to verify your "
3034
  "email"
@@ -3069,20 +3083,20 @@ msgstr ""
3069
  msgid "Title (after login):"
3070
  msgstr ""
3071
 
3072
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
3073
- #: ../inc/widget.php:899
3074
  #, fuzzy
3075
  msgid "Before widget content:"
3076
  msgstr "المحتوى "
3077
 
3078
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
3079
- #: ../inc/widget.php:961
3080
  #, fuzzy
3081
  msgid "After widget content:"
3082
  msgstr "أضف ودجت"
3083
 
3084
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
3085
- #: ../inc/widget.php:588 ../inc/widget.php:751
3086
  #, fuzzy
3087
  msgid "Hide for logged in users:"
3088
  msgstr ""
@@ -3098,7 +3112,7 @@ msgstr ""
3098
  "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية "
3099
  "الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3100
 
3101
- #: ../inc/widget.php:239
3102
  #, fuzzy
3103
  msgid ""
3104
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3107,28 +3121,28 @@ msgstr ""
3107
  "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم "
3108
  "الاجتماعية\"."
3109
 
3110
- #: ../inc/widget.php:240 ../inc/widget.php:574
3111
  #, fuzzy
3112
  msgid "Title:"
3113
  msgstr "العنوان:"
3114
 
3115
- #: ../inc/widget.php:242 ../inc/widget.php:408
3116
  #, fuzzy
3117
  msgid "Show individual share counts:"
3118
  msgstr "عرض عدد المقالات"
3119
 
3120
- #: ../inc/widget.php:244 ../inc/widget.php:410
3121
  #, fuzzy
3122
  msgid "Show total shares:"
3123
  msgstr "عرض عدد المقالات"
3124
 
3125
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
3126
- #: ../inc/widget.php:724
3127
  #, fuzzy
3128
  msgid "Target Url:"
3129
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3130
 
3131
- #: ../inc/widget.php:277
3132
  #, fuzzy
3133
  msgid ""
3134
  "Floating sharing widget. Let your website users share content on popular "
@@ -3137,7 +3151,7 @@ msgstr ""
3137
  "القطعة تقاسم العائمة الرأسية. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في "
3138
  "شعبية الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3139
 
3140
- #: ../inc/widget.php:407
3141
  #, fuzzy
3142
  msgid ""
3143
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -3146,27 +3160,27 @@ msgstr ""
3146
  "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم "
3147
  "الاجتماعية\"."
3148
 
3149
- #: ../inc/widget.php:420 ../inc/widget.php:732
3150
  #, fuzzy
3151
  msgid "Alignment"
3152
  msgstr "محاذاة"
3153
 
3154
- #: ../inc/widget.php:426 ../inc/widget.php:738
3155
  #, fuzzy
3156
  msgid "Left Offset"
3157
  msgstr "يسار"
3158
 
3159
- #: ../inc/widget.php:430 ../inc/widget.php:742
3160
  #, fuzzy
3161
  msgid "Right Offset"
3162
  msgstr "يمين"
3163
 
3164
- #: ../inc/widget.php:433 ../inc/widget.php:745
3165
  #, fuzzy
3166
  msgid "Top Offset"
3167
  msgstr "أعلى"
3168
 
3169
- #: ../inc/widget.php:458
3170
  #, fuzzy
3171
  msgid ""
3172
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3175,14 +3189,14 @@ msgstr ""
3175
  "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية "
3176
  "الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3177
 
3178
- #: ../inc/widget.php:573
3179
  #, fuzzy
3180
  msgid ""
3181
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3182
  "Like Buttons\" page."
3183
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3184
 
3185
- #: ../inc/widget.php:607
3186
  #, fuzzy
3187
  msgid ""
3188
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3191,7 +3205,7 @@ msgstr ""
3191
  "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في "
3192
  "شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3193
 
3194
- #: ../inc/widget.php:723
3195
  #, fuzzy
3196
  msgid ""
3197
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3199,98 +3213,112 @@ msgid ""
3199
  msgstr ""
3200
  "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3201
 
3202
- #: ../inc/widget.php:767
3203
  #, fuzzy
3204
  msgid "Super Socializer - Follow Icons"
3205
  msgstr "آخر تسجيل دخول | Last Login"
3206
 
3207
- #: ../inc/widget.php:769
3208
  msgid "These icons link to your Social Media accounts"
3209
  msgstr ""
3210
 
3211
- #: ../inc/widget.php:903
3212
  #, fuzzy
3213
  msgid "Size of icons"
3214
  msgstr "المشاركات الأفقي"
3215
 
3216
- #: ../inc/widget.php:905
3217
  #, fuzzy
3218
  msgid "Icon Shape"
3219
  msgstr "شكل"
3220
 
3221
- #: ../inc/widget.php:910
3222
  #, fuzzy
3223
  msgid "Facebook URL:"
3224
  msgstr "رقم التعريف الخالص بك | ID"
3225
 
3226
- #: ../inc/widget.php:913
3227
  #, fuzzy
3228
  msgid "Twitter URL:"
3229
  msgstr "شارك الأخرين عبر تويتر"
3230
 
3231
- #: ../inc/widget.php:916
3232
  #, fuzzy
3233
  msgid "Instagram URL:"
3234
  msgstr "إنستاجرام"
3235
 
3236
- #: ../inc/widget.php:919
3237
  #, fuzzy
3238
  msgid "Pinterest URL:"
3239
  msgstr "شارك الأخرين عبر بينتريست"
3240
 
3241
- #: ../inc/widget.php:922
3242
  msgid "Behance URL:"
3243
  msgstr ""
3244
 
3245
- #: ../inc/widget.php:925
3246
  msgid "Flickr URL:"
3247
  msgstr ""
3248
 
3249
- #: ../inc/widget.php:928
3250
  msgid "Foursquare URL:"
3251
  msgstr ""
3252
 
3253
- #: ../inc/widget.php:931
3254
  msgid "Github URL:"
3255
  msgstr ""
3256
 
3257
- #: ../inc/widget.php:934
3258
  #, fuzzy
3259
  msgid "Google+ URL:"
3260
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
3261
 
3262
- #: ../inc/widget.php:937
3263
  #, fuzzy
3264
  msgid "LinkedIn URL:"
3265
  msgstr "شارك الأخرين عبر لنكيدان"
3266
 
3267
- #: ../inc/widget.php:940
3268
  #, fuzzy
3269
  msgid "LinkedIn Company URL:"
3270
  msgstr "شارك الأخرين عبر لنكيدان"
3271
 
3272
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
 
3273
  msgid "Snapchat URL:"
3274
  msgstr ""
3275
 
3276
- #: ../inc/widget.php:946
3277
  #, fuzzy
3278
  msgid "Tumblr URL:"
3279
  msgstr "شارك الأخرين عبر تمبلير"
3280
 
3281
- #: ../inc/widget.php:949
3282
  msgid "Vimeo URL:"
3283
  msgstr ""
3284
 
3285
- #: ../inc/widget.php:952
 
 
 
 
 
3286
  msgid "Youtube URL:"
3287
  msgstr ""
3288
 
3289
- #: ../inc/widget.php:955
3290
  msgid "Youtube Channel URL:"
3291
  msgstr ""
3292
 
3293
- #: ../inc/widget.php:958
3294
  msgid "RSS Feed URL:"
3295
  msgstr ""
3296
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:45+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:872 ../helper.php:976
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
118
+ #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
+ #: ../super_socializer.php:1296 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
+ #: ../super_socializer.php:1307 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1311 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
334
  msgid "Account already exists or linked"
335
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
336
 
337
+ #: ../helper.php:627 ../helper.php:633
338
  msgid "Currently"
339
  msgstr "في الوقت الحاضر"
340
 
341
+ #: ../helper.php:627 ../helper.php:633
342
  msgid "Connected with"
343
  msgstr ""
344
 
345
+ #: ../helper.php:627 ../helper.php:633
346
  msgid "Remove"
347
  msgstr "إزالة"
348
 
349
+ #: ../helper.php:704
350
  #, fuzzy
351
  msgid "Social Account Linking"
352
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
353
 
354
+ #: ../helper.php:754
355
  #, fuzzy
356
  msgid "Disable Standard Social Sharing on this "
357
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
358
 
359
+ #: ../helper.php:759
360
  #, fuzzy
361
  msgid "Disable Floating Social Sharing on this "
362
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
363
 
364
+ #: ../helper.php:764
365
  #, fuzzy
366
  msgid "Disable Standard like buttons on this "
367
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
368
 
369
+ #: ../helper.php:769
370
  #, fuzzy
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
373
 
374
+ #: ../helper.php:774
375
  msgid "Disable Social Commenting on this "
376
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
377
 
378
+ #: ../helper.php:783
379
  #, fuzzy
380
  msgid "Standard Sharing Interface"
381
  msgstr "المشاركات الأفقي"
382
 
383
+ #: ../helper.php:789 ../helper.php:808
384
  msgid "Starting share count for "
385
  msgstr "بدء العد حصة ل"
386
 
387
+ #: ../helper.php:802
388
  #, fuzzy
389
  msgid "Floating Sharing Interface"
390
  msgstr "المشاركات الأفقي"
391
 
392
+ #: ../helper.php:905
393
  #, fuzzy
394
  msgid "Small Avatar"
395
  msgstr "صغير الرمزية رابط"
396
 
397
+ #: ../helper.php:909
398
  #, fuzzy
399
  msgid "Large Avatar"
400
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
401
 
402
+ #: ../helper.php:913 ../admin/general_options.php:132
403
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
404
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
405
  #, fuzzy
406
  msgid "Save Changes"
407
  msgstr "حفظ"
408
 
409
+ #: ../helper.php:1013
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
+ #: ../helper.php:1042
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "الإعدادات"
417
 
418
+ #: ../helper.php:1052
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
+ #: ../helper.php:1054
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
426
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
428
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
429
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
430
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
431
+ #, fuzzy, php-format
432
+ msgid ""
433
+ "You can appreciate the effort put in this free plugin by rating it <a href="
434
+ "\"%s\" target=\"_blank\">here</a>"
435
+ msgstr ""
436
+ "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق "
437
+ "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
438
+ "\"مفتاح API التغريد\""
439
+
440
+ #: ../admin/general_options.php:21
441
  #, fuzzy
442
  msgid "Include Javascript in website footer"
443
  msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
444
 
445
+ #: ../admin/general_options.php:31
446
  #, fuzzy
447
  msgid ""
448
  "If enabled (recommended), Javascript files will be included in the footer of "
451
  "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع "
452
  "الويب الخاص بك."
453
 
454
+ #: ../admin/general_options.php:39
455
  msgid "Load all Javascript files in single file"
456
  msgstr ""
457
 
458
+ #: ../admin/general_options.php:49
459
  msgid "Loads Javascript in single request."
460
  msgstr ""
461
 
462
+ #: ../admin/general_options.php:57
463
  #, fuzzy
464
  msgid "Delete all the options on plugin deletion"
465
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
466
 
467
+ #: ../admin/general_options.php:67
468
  #, fuzzy
469
  msgid ""
470
  "If enabled, plugin options will get deleted when plugin is deleted/"
475
  "المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم "
476
  "بتثبيت البرنامج المساعد في المرة القادمة."
477
 
478
+ #: ../admin/general_options.php:75
479
  msgid ""
480
  "Show popup notification to users if their browsers block the plugin features"
481
  msgstr ""
482
 
483
+ #: ../admin/general_options.php:85
484
  msgid ""
485
  "If enabled, your website visitors will see a popup notification (only once) "
486
  "if their browsers block any of the features of the plugin so that they can "
487
  "change their browser settings to unblock these."
488
  msgstr ""
489
 
490
+ #: ../admin/general_options.php:95
491
  msgid "Message to show in popup notification"
492
  msgstr ""
493
 
494
+ #: ../admin/general_options.php:105
495
  msgid ""
496
  "Use {support_url} placeholder to show support documentation url in message"
497
  msgstr ""
498
 
499
+ #: ../admin/general_options.php:114
500
  #, fuzzy
501
  msgid "Custom CSS"
502
  msgstr "رابط (URL) مخصّص"
503
 
504
+ #: ../admin/general_options.php:124
505
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
506
  msgstr ""
507
 
508
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
509
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
510
+ #: ../admin/like_buttons.php:836
511
  #, fuzzy
512
  msgid "Instagram Shoutout"
513
  msgstr "إنستاجرام"
514
 
515
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
516
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
517
+ #: ../admin/like_buttons.php:838
518
  msgid ""
519
  "If you can send (to hello@heateor.com) how our plugin is helping your "
520
  "business, we can share it on Instagram. You can also send any relevant "
521
  "hashtags and people to mention in the Instagram post."
522
  msgstr ""
523
 
524
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
525
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
526
+ #: ../admin/like_buttons.php:839
527
  msgid ""
528
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
529
  "language courses through their website. They have emerged as one of the most "
532
  "time."
533
  msgstr ""
534
 
535
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
536
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
537
+ #: ../admin/like_buttons.php:840
538
  msgid ""
539
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
540
  "features at their website, such as - Social Login, Social Share and Social "
579
  msgid "Translate Plugin"
580
  msgstr ""
581
 
582
+ #: ../admin/help.php:37 ../admin/social_login.php:58
583
  #, fuzzy
584
  msgid "Customize Social Login Icons"
585
  msgstr ""
645
  msgid "Rate 5-star"
646
  msgstr "يرجى تقييم البرنامج المساعد"
647
 
648
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
649
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
650
  msgid "Master Control"
651
  msgstr ""
652
 
653
+ #: ../admin/social_sharing.php:18
654
  #, fuzzy
655
  msgid "Enable Social Sharing"
656
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
657
 
658
+ #: ../admin/social_sharing.php:27
659
  #, fuzzy
660
  msgid "Master control to enable Social Sharing"
661
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
662
 
663
+ #: ../admin/social_sharing.php:37
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 ""
670
 
671
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
672
  #, fuzzy
673
  msgid "Standard Interface"
674
  msgstr "المشاركات الأفقي"
675
 
676
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
677
  #, fuzzy
678
  msgid "Floating Interface"
679
  msgstr "المشاركات الأفقي"
680
 
681
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
682
  msgid "Miscellaneous"
683
  msgstr ""
684
 
685
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
686
  msgid "3rd Party Integration"
687
  msgstr ""
688
 
689
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
690
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
691
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
692
+ #: ../admin/like_buttons.php:797
693
  #, fuzzy
694
  msgid "Shortcode & Widget"
695
  msgstr "استخدم كود مختصر | Include the shortcode"
696
 
697
+ #: ../admin/social_sharing.php:57
698
  #, fuzzy
699
  msgid "Troubleshooter"
700
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
701
 
702
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
703
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
704
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
705
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
706
  #, fuzzy
707
  msgid "FAQ"
708
  msgstr "الأسئلة الشائعة "
709
 
710
+ #: ../admin/social_sharing.php:66
711
  msgid "Standard interface theme"
712
  msgstr ""
713
 
714
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
715
  msgid "Icon Preview"
716
  msgstr "الرمز معاينة"
717
 
718
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
719
  #, fuzzy
720
  msgid ""
721
  "Do not forget to save the configuration after making changes by clicking the "
723
  msgstr ""
724
  "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
725
 
726
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
727
  #, fuzzy
728
  msgid "Shape"
729
  msgstr "شكل"
730
 
731
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
732
+ #: ../inc/widget.php:927
733
  #, fuzzy
734
  msgid "Round"
735
  msgstr "مستدير"
736
 
737
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
738
+ #: ../inc/widget.php:928
739
  #, fuzzy
740
  msgid "Square"
741
  msgstr "مربع"
742
 
743
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
744
  msgid "Rectangle"
745
  msgstr ""
746
 
747
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
748
  #, fuzzy
749
  msgid "Shape of the sharing icons"
750
  msgstr "المشاركات الأفقي"
751
 
752
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
753
  #, fuzzy
754
  msgid "Size (in pixels)"
755
  msgstr "حجم"
756
 
757
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
758
  #, fuzzy
759
  msgid "Size of the sharing icons"
760
  msgstr "المشاركات الأفقي"
761
 
762
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
763
  #, fuzzy
764
  msgid "Width (in pixels)"
765
  msgstr "حجم"
766
 
767
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
768
  #, fuzzy
769
  msgid "Width of the sharing icons"
770
  msgstr "المشاركات الأفقي"
771
 
772
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
773
  #, fuzzy
774
  msgid "Height (in pixels)"
775
  msgstr "حجم"
776
 
777
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
778
  #, fuzzy
779
  msgid "Height of the sharing icons"
780
  msgstr "المشاركات الأفقي"
781
 
782
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
783
  #, fuzzy
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
  #, fuzzy
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
  #, fuzzy
812
  msgid ""
813
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
818
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
819
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
820
 
821
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
822
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
823
+ #: ../inc/widget.php:444 ../inc/widget.php:756
824
  #, fuzzy
825
  msgid "Background Color"
826
  msgstr "لون الخلفية"
827
 
828
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
829
  #, fuzzy
830
  msgid ""
831
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
837
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
838
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
839
 
840
+ #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
841
  msgid "Border"
842
  msgstr ""
843
 
844
+ #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
845
+ #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
846
  #, fuzzy
847
  msgid "Border Width"
848
  msgstr "أضف ودجت"
849
 
850
+ #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
851
+ #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
852
  #, fuzzy
853
  msgid "Border Color"
854
  msgstr "لون الخلفية"
855
 
856
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
857
  #, fuzzy
858
  msgid "Icon border"
859
  msgstr "الرمز معاينة"
860
 
861
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
862
  msgid "Counter Position"
863
  msgstr ""
864
 
865
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
866
  msgid "(applies, if counter enabled)"
867
  msgstr ""
868
 
869
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
870
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
871
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
872
+ #: ../inc/widget.php:430 ../inc/widget.php:742
873
  #, fuzzy
874
  msgid "Left"
875
  msgstr "يسار"
876
 
877
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
878
  msgid "Top"
879
  msgstr ""
880
 
881
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
882
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
883
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
884
+ #: ../inc/widget.php:431 ../inc/widget.php:743
885
  #, fuzzy
886
  msgid "Right"
887
  msgstr "يمين"
888
 
889
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
890
  msgid "Bottom"
891
  msgstr ""
892
 
893
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
894
  msgid "Inner Left"
895
  msgstr ""
896
 
897
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
898
  msgid "Inner Top"
899
  msgstr ""
900
 
901
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
902
  #, fuzzy
903
  msgid "Inner Right"
904
  msgstr "يمين"
905
 
906
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
907
  msgid "Inner Bottom"
908
  msgstr ""
909
 
910
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
911
  #, fuzzy
912
  msgid "Position of share counter"
913
  msgstr "أسفل"
914
 
915
+ #: ../admin/social_sharing.php:373
916
  #, fuzzy
917
  msgid "Floating interface theme"
918
  msgstr "المشاركات الأفقي"
919
 
920
+ #: ../admin/social_sharing.php:686
921
  #, fuzzy
922
  msgid "Standard Sharing Interface Options"
923
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
924
 
925
+ #: ../admin/social_sharing.php:692
926
  #, fuzzy
927
  msgid "Enable Standard sharing interface"
928
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
929
 
930
+ #: ../admin/social_sharing.php:702
931
  #, fuzzy
932
  msgid "Master control to enable standard sharing"
933
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
934
 
935
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
936
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
937
  #, fuzzy
938
  msgid "Target Url"
939
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
940
 
941
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
942
+ #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
943
  #, fuzzy
944
  msgid "Url of the webpage where icons are located (default)"
945
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
946
 
947
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
948
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
949
  #, fuzzy
950
  msgid "Url of the homepage of your website"
951
  msgstr "URL لعملاء الموقع (اختياري)"
952
 
953
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
954
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
955
  #, fuzzy
956
  msgid "Custom url"
957
  msgstr "رابط (URL) مخصّص"
958
 
959
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
960
  #, fuzzy
961
  msgid "Url to share"
962
  msgstr " شارك الآخرين بهذة الفقرة"
963
 
964
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
965
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
966
+ #: ../inc/widget.php:921
967
  #, fuzzy
968
  msgid "Title"
969
  msgstr "العنوان"
970
 
971
+ #: ../admin/social_sharing.php:745
972
  #, fuzzy
973
  msgid "The text to display above the sharing interface"
974
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
975
 
976
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
977
  #, fuzzy
978
  msgid "Instagram username"
979
  msgstr "إنستاجرام"
980
 
981
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
982
  msgid ""
983
  "Username of the Instagram account you want to redirect users to, on clicking "
984
  "the icon"
985
  msgstr ""
986
 
987
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
988
  #, fuzzy
989
  msgid "HTML ID of container element of comment form"
990
  msgstr "ID HTML التعليق حاوية شكل"
991
 
992
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
993
  msgid ""
994
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
995
  "icon."
996
  msgstr ""
997
 
998
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
999
  #, fuzzy
1000
  msgid "Rearrange icons"
1001
  msgstr "إعادة ترتيب الرموز"
1002
 
1003
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
1004
  #, fuzzy
1005
  msgid "Drag the icons to rearrange in desired order"
1006
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
1007
 
1008
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
1009
  #, fuzzy
1010
  msgid "Select Sharing Services"
1011
  msgstr "اختر مقالة"
1012
 
1013
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
1014
  msgid "Select sharing services to show in social share bar"
1015
  msgstr ""
1016
 
1017
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
1018
  #, fuzzy
1019
  msgid "Search social network"
1020
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1021
 
1022
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
1023
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
1024
  #, fuzzy
1025
  msgid "Horizontal alignment"
1026
  msgstr "بلا محاذاة"
1027
 
1028
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
1029
  #, fuzzy
1030
  msgid "Center"
1031
  msgstr "وسط"
1032
 
1033
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
1034
  #, fuzzy
1035
  msgid "Horizontal alignment of the sharing interface"
1036
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1037
 
1038
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1039
  #, fuzzy
1040
  msgid "Position with respect to content"
1041
  msgstr "موضع الخلفية"
1042
 
1043
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1044
  #, fuzzy
1045
  msgid "Top of the content"
1046
  msgstr "أعلى"
1047
 
1048
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1049
  #, fuzzy
1050
  msgid "Bottom of the content"
1051
  msgstr "أسفل"
1052
 
1053
+ #: ../admin/social_sharing.php:960
1054
  #, fuzzy
1055
  msgid "Specify position of the sharing interface with respect to the content"
1056
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
1057
 
1058
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1059
  msgid "Placement"
1060
  msgstr ""
1061
 
1062
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1063
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1064
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1065
  #, fuzzy
1066
  msgid "Homepage"
1067
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
1068
 
1069
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1070
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1071
  #, fuzzy
1072
  msgid "Posts"
1073
  msgstr "مقالات"
1074
 
1075
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1076
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1077
  #, fuzzy
1078
  msgid "Pages"
1079
  msgstr "صفحات"
1080
 
1081
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1082
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1083
  msgid "Excerpts and Posts page"
1084
  msgstr ""
1085
 
1086
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1087
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1088
  #, fuzzy
1089
  msgid "Category Archives"
1090
  msgstr "الأرشيف"
1091
 
1092
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1093
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1094
  #, fuzzy
1095
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1096
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
1097
 
1098
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1099
  #, fuzzy
1100
  msgid "BuddyPress activity"
1101
  msgstr "النشاط BuddyPress والمجموعات"
1102
 
1103
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1104
  msgid "BuddyPress group (only at top of content)"
1105
  msgstr ""
1106
 
1107
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1108
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1109
  #, fuzzy
1110
  msgid "BBPress forum"
1111
  msgstr "المنتدى المستعمل | User Forum"
1112
 
1113
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1114
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1115
  #, fuzzy
1116
  msgid "BBPress topic"
1117
  msgstr "إضافات الموضوع"
1118
 
1119
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1120
  #, fuzzy
1121
  msgid "BBPress reply"
1122
  msgstr "رد"
1123
 
1124
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1125
  msgid "After individual product at WooCommerce Shop page"
1126
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
1127
 
1128
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1129
  msgid "WooCommerce Product Page"
1130
  msgstr "WooCommerce صفحة المنتج"
1131
 
1132
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1133
  msgid "WooCommerce Thankyou Page"
1134
  msgstr "WooCommerce الشكر الصفحة"
1135
 
1136
+ #: ../admin/social_sharing.php:1036
1137
  #, fuzzy
1138
  msgid "Specify the pages where you want to enable Sharing interface"
1139
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
1140
 
1141
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1142
  #, fuzzy
1143
  msgid "Show share counts"
1144
  msgstr "عرض عدد المقالات"
1145
 
1146
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1147
  msgid ""
1148
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1149
  "Pinterest, Odnoklassniki and Vkontakte"
1150
  msgstr ""
1151
 
1152
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1153
  #, php-format
1154
  msgid ""
1155
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1158
  "their website."
1159
  msgstr ""
1160
 
1161
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1162
  #, fuzzy
1163
  msgid "If enabled, share counts are displayed above sharing icons."
1164
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1165
 
1166
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1167
  #, fuzzy
1168
  msgid "Show total shares"
1169
  msgstr "عرض عدد المقالات"
1170
 
1171
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1172
  #, fuzzy
1173
  msgid "If enabled, total shares will be displayed with sharing icons"
1174
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
1175
 
1176
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1177
  #, fuzzy
1178
  msgid "Enable 'More' icon"
1179
  msgstr "الرمز معاينة"
1180
 
1181
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1182
  #, fuzzy
1183
  msgid ""
1184
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1187
  "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات "
1188
  "مشاركة إضافية في المنبثقة"
1189
 
1190
+ #: ../admin/social_sharing.php:1112
1191
  #, fuzzy
1192
  msgid "Floating Sharing Interface Options"
1193
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1194
 
1195
+ #: ../admin/social_sharing.php:1118
1196
  #, fuzzy
1197
  msgid "Enable Floating sharing interface"
1198
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
1199
 
1200
+ #: ../admin/social_sharing.php:1128
1201
  #, fuzzy
1202
  msgid "Master control to enable floating sharing widget"
1203
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
1204
 
1205
+ #: ../admin/social_sharing.php:1322
1206
  #, fuzzy
1207
  msgid ""
1208
  "Specify the color or hex code (example #cc78e0) for the background of "
1214
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
1215
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1216
 
1217
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1218
  #, fuzzy
1219
  msgid "Left offset"
1220
  msgstr "يسار"
1221
 
1222
+ #: ../admin/social_sharing.php:1362
1223
  #, fuzzy
1224
  msgid ""
1225
  "Specify a number. Increase in number will shift sharing interface towards "
1228
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
1229
  "اليسار. يمكن أن يكون رقم سلبي جداً."
1230
 
1231
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1232
  #, fuzzy
1233
  msgid "Right offset"
1234
  msgstr "يمين"
1235
 
1236
+ #: ../admin/social_sharing.php:1382
1237
  #, fuzzy
1238
  msgid ""
1239
  "Specify a number. Increase in number will shift sharing interface towards "
1242
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
1243
  "اليمين. يمكن أن يكون رقم سلبي جداً."
1244
 
1245
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1246
  #, fuzzy
1247
  msgid "Top offset"
1248
  msgstr "أعلى"
1249
 
1250
+ #: ../admin/social_sharing.php:1401
1251
  #, fuzzy
1252
  msgid ""
1253
  "Specify a number. Increase in number will shift sharing interface towards "
1256
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
1257
  "الأعلى."
1258
 
1259
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1260
  #, fuzzy
1261
  msgid "BuddyPress group"
1262
  msgstr "تحرير ملفي الشخصي"
1263
 
1264
+ #: ../admin/social_sharing.php:1458
1265
  #, fuzzy
1266
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1267
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
1268
 
1269
+ #: ../admin/social_sharing.php:1525
1270
  #, fuzzy
1271
  msgid "Vertical floating bar responsiveness"
1272
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
1273
 
1274
+ #: ../admin/social_sharing.php:1528
1275
  #, php-format
1276
  msgid "Display vertical interface only when screen is wider than %s pixels"
1277
  msgstr ""
1278
 
1279
+ #: ../admin/social_sharing.php:1535
1280
  msgid ""
1281
  "Display vertical interface only when screen is wider than the width "
1282
  "specified."
1283
  msgstr ""
1284
 
1285
+ #: ../admin/social_sharing.php:1543
1286
  msgid "Horizontal floating bar responsiveness"
1287
  msgstr ""
1288
 
1289
+ #: ../admin/social_sharing.php:1546
1290
  #, fuzzy, php-format
1291
  msgid ""
1292
  "Stick vertical floating interface horizontally at bottom only when screen is "
1293
  "narrower than %s pixels"
1294
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
1295
 
1296
+ #: ../admin/social_sharing.php:1553
1297
  msgid ""
1298
  "Stick vertical floating interface horizontally at bottom only when screen is "
1299
  "narrower than the width specified"
1300
  msgstr ""
1301
 
1302
+ #: ../admin/social_sharing.php:1563
1303
  #, fuzzy
1304
  msgid "Horizontal floating bar position"
1305
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1306
 
1307
+ #: ../admin/social_sharing.php:1566
1308
  #, php-format
1309
  msgid "%s pixels from %s"
1310
  msgstr ""
1311
 
1312
+ #: ../admin/social_sharing.php:1567
1313
  msgid "Auto-adjust according to screen width (responsive)"
1314
  msgstr ""
1315
 
1316
+ #: ../admin/social_sharing.php:1574
1317
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1321
  #, fuzzy
1322
  msgid "Url shortener"
1323
  msgstr "عنوان Url للقيام بالتعليق على"
1324
 
1325
+ #: ../admin/social_sharing.php:1600
1326
  #, fuzzy
1327
  msgid "Use shortlinks already installed"
1328
  msgstr "تمّ التنصيب مسبقاً"
1329
 
1330
+ #: ../admin/social_sharing.php:1610
1331
  msgid "Uses default short url permalinks without using any additional plugin"
1332
  msgstr ""
1333
 
1334
+ #: ../admin/social_sharing.php:1618
1335
  #, fuzzy
1336
  msgid "Enable bit.ly url shortener for sharing"
1337
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
1338
 
1339
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1340
  #, fuzzy
1341
  msgid "Master control to enable bit.ly url shortening for sharing"
1342
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
1343
 
1344
+ #: ../admin/social_sharing.php:1636
1345
  msgid "bit.ly Login"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1349
  #, fuzzy, php-format
1350
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1351
  msgstr ""
1353
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
1354
  "\"مفتاح API التغريد\""
1355
 
1356
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1357
  #, fuzzy
1358
  msgid "bit.ly API Key"
1359
  msgstr "مفتاح API الخاص | API Private Key"
1360
 
1361
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1362
  msgid "Clear Bitly Cache"
1363
  msgstr ""
1364
 
1365
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1366
  #, fuzzy
1367
  msgid "ShortUrl cache cleared successfully."
1368
  msgstr "تم ربط حسابك بنجاح"
1369
 
1370
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1371
  msgid ""
1372
  "Use this to delete short urls saved in database. Handy, if urls of your "
1373
  "website have been changed but short urls are still being generated for old "
1374
  "urls."
1375
  msgstr ""
1376
 
1377
+ #: ../admin/social_sharing.php:1694
1378
  msgid "Share Count Cache"
1379
  msgstr ""
1380
 
1381
+ #: ../admin/social_sharing.php:1700
1382
  msgid "Refresh Share Count cache every"
1383
  msgstr ""
1384
 
1385
+ #: ../admin/social_sharing.php:1705
1386
  msgid "Second(s)"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/social_sharing.php:1706
1390
  msgid "Minute(s)"
1391
  msgstr ""
1392
 
1393
+ #: ../admin/social_sharing.php:1707
1394
  msgid "Hour(s)"
1395
  msgstr ""
1396
 
1397
+ #: ../admin/social_sharing.php:1708
1398
  msgid "Day(s)"
1399
  msgstr ""
1400
 
1401
+ #: ../admin/social_sharing.php:1716
1402
  #, php-format
1403
  msgid ""
1404
  "Frequent cache refreshing results in slower loading of pages with share "
1406
  "target=\"_blank\">here</a>"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1724
1410
  msgid "Clear Share Counts Cache"
1411
  msgstr ""
1412
 
1413
+ #: ../admin/social_sharing.php:1728
1414
  #, fuzzy
1415
  msgid "Share Counts cache cleared successfully."
1416
  msgstr "تم ربط حسابك بنجاح"
1417
 
1418
+ #: ../admin/social_sharing.php:1735
1419
  msgid "Use this to clear cached share counts"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1423
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1424
+ #: ../admin/like_buttons.php:698
1425
  #, fuzzy
1426
  msgid "Language"
1427
  msgstr ""
1428
  "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> "
1429
  "والخصائص التالية: %s"
1430
 
1431
+ #: ../admin/social_sharing.php:1760
1432
  #, fuzzy, php-format
1433
  msgid ""
1434
  "Enter the code of the language you want to use for like buttons. You can "
1439
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1440
  "فارغاً ل language(English) الافتراضي"
1441
 
1442
+ #: ../admin/social_sharing.php:1769
1443
  #, fuzzy
1444
  msgid "Username in sharing"
1445
  msgstr "شارك الأخرين عبر تويتر"
1446
 
1447
+ #: ../admin/social_sharing.php:1775
1448
  #, fuzzy
1449
  msgid "Twitter username (without @)"
1450
  msgstr "قالب بدون %1$s"
1451
 
1452
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1453
  #, fuzzy
1454
  msgid ""
1455
  "Provided username will be appended after the content being shared as \"via "
1459
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
1460
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
1461
 
1462
+ #: ../admin/social_sharing.php:1794
1463
  #, fuzzy
1464
  msgid "Buffer username (without @)"
1465
  msgstr "قالب بدون %1$s"
1466
 
1467
+ #: ../admin/social_sharing.php:1813
1468
  msgid "AMP"
1469
  msgstr ""
1470
 
1471
+ #: ../admin/social_sharing.php:1819
1472
  #, fuzzy
1473
  msgid "Enable sharing on AMP pages"
1474
  msgstr "صفحة"
1475
 
1476
+ #: ../admin/social_sharing.php:1829
1477
  msgid "Enable this option to render sharing icons on AMP pages"
1478
  msgstr ""
1479
 
1480
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1481
  msgid "myCRED"
1482
  msgstr ""
1483
 
1484
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1485
  msgid "Append myCRED referral ID to the urls being shared"
1486
  msgstr ""
1487
 
1488
+ #: ../admin/social_sharing.php:1887
1489
  msgid "Facebook Sharing Troubleshooter"
1490
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
1491
 
1492
+ #: ../admin/social_sharing.php:1892
1493
  #, fuzzy
1494
  msgid ""
1495
  "If Facebook sharing is not working fine, click at the following link and "
1500
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
1501
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1502
 
1503
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1504
+ #: ../admin/social_login.php:1205
1505
  msgid ""
1506
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1507
  "an online website for the plugin to function properly."
1508
  msgstr ""
1509
 
1510
+ #: ../admin/social_sharing.php:1911
1511
  msgid "Why is Instagram icon redirecting to Instagram website?"
1512
  msgstr ""
1513
 
1514
+ #: ../admin/social_sharing.php:1912
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
  "sections."
1520
  msgstr ""
1521
 
1522
+ #: ../admin/social_sharing.php:1915
1523
  msgid ""
1524
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1525
  msgstr ""
1526
 
1527
+ #: ../admin/social_sharing.php:1916
1528
  msgid ""
1529
  "It takes some time for their service to track the shares made on Twitter "
1530
  "from your website. If you still feel it's taking too long you can contact "
1531
  "their support directly from their website."
1532
  msgstr ""
1533
 
1534
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1535
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1536
  msgstr ""
1537
 
1538
+ #: ../admin/social_sharing.php:1919
1539
  msgid ""
1540
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1541
  msgstr ""
1542
 
1543
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1544
+ #: ../admin/social_login.php:1211
1545
  msgid "Why is my browser blocking some features of the plugin?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1921
1549
  msgid "Why the color of share icons is not being updated?"
1550
  msgstr ""
1551
 
1552
+ #: ../admin/social_sharing.php:1922
1553
  msgid ""
1554
  "Why is sharer not showing the correct image, title and other meta tags "
1555
  "content?"
1556
  msgstr ""
1557
 
1558
+ #: ../admin/social_sharing.php:1923
1559
  msgid "Why Facebook share counts are not appearing?"
1560
  msgstr ""
1561
 
1562
+ #: ../admin/social_sharing.php:1924
1563
  #, fuzzy
1564
  msgid ""
1565
  "How can I show share counts of my website rather than of individual pages/"
1568
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
1569
  "الوظائف؟"
1570
 
1571
+ #: ../admin/social_sharing.php:1925
1572
  #, fuzzy
1573
  msgid "How can I disable sharing on particular page/post?"
1574
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
1575
 
1576
+ #: ../admin/social_sharing.php:1926
1577
  #, fuzzy
1578
  msgid "How can I specify minimum sharing count for sharing networks?"
1579
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
1580
 
1581
+ #: ../admin/social_sharing.php:1927
1582
  msgid "How to share specific page?"
1583
  msgstr ""
1584
 
1585
+ #: ../admin/social_sharing.php:1928
1586
  msgid "How to integrate Google Analytics with sharing?"
1587
  msgstr ""
1588
 
1589
+ #: ../admin/social_sharing.php:1929
1590
  msgid "How to customize the look of total share counts?"
1591
  msgstr ""
1592
 
1593
+ #: ../admin/social_sharing.php:1930
1594
  #, fuzzy
1595
  msgid "How to customize the look of individual share counts?"
1596
  msgstr "عرض عدد المقالات"
1597
 
1598
+ #: ../admin/social_sharing.php:1931
1599
  #, fuzzy
1600
  msgid "How to show Whatsapp icon only on mobile devices?"
1601
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
1602
 
1603
+ #: ../admin/social_sharing.php:1932
1604
  msgid "How to hide arrow after floating sharing bar?"
1605
  msgstr ""
1606
 
1607
+ #: ../admin/social_sharing.php:1933
1608
  msgid "Why is share count not getting updated?"
1609
  msgstr ""
1610
 
1611
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1612
  msgid "Why is there so much space between like buttons?"
1613
  msgstr ""
1614
 
1615
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1616
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1617
  msgstr ""
1618
 
1619
+ #: ../admin/social_commenting.php:17
1620
  #, fuzzy
1621
  msgid "Enable Social Commenting"
1622
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1623
 
1624
+ #: ../admin/social_commenting.php:27
1625
  #, fuzzy
1626
  msgid "Master control to enable Social Commenting"
1627
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
1628
 
1629
+ #: ../admin/social_commenting.php:38
1630
  #, fuzzy
1631
  msgid "Social Commenting"
1632
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1633
 
1634
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1635
  #, fuzzy
1636
  msgid "Shortcode"
1637
  msgstr "استخدم كود مختصر | Include the shortcode"
1638
 
1639
+ #: ../admin/social_commenting.php:53
1640
  #, fuzzy
1641
  msgid "Order of tabs in commenting interface"
1642
  msgstr "ترتيب علامات التبويب في واجهة التعليق"
1643
 
1644
+ #: ../admin/social_commenting.php:63
1645
  msgid ""
1646
  "Order of the tabs shown in social commenting interface. Defaults to "
1647
  "wordpress,facebook,googleplus,disqus"
1649
  "ترتيب علامات التبويب تظهر في الواجهة التعليق الاجتماعي. افتراضات إلى "
1650
  "ووردبريس، فيسبوك، googleplus، من هارد"
1651
 
1652
+ #: ../admin/social_commenting.php:71
1653
  msgid "Comment area label"
1654
  msgstr "تسمية منطقة التعليق"
1655
 
1656
+ #: ../admin/social_commenting.php:81
1657
  #, fuzzy
1658
  msgid "Label for comment area"
1659
  msgstr "التسمية للتبويب تعليقاً G+"
1660
 
1661
+ #: ../admin/social_commenting.php:94
1662
  #, fuzzy
1663
  msgid "Enable Social Commenting at"
1664
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1665
 
1666
+ #: ../admin/social_commenting.php:113
1667
  #, fuzzy
1668
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1669
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1670
 
1671
+ #: ../admin/social_commenting.php:124
1672
  msgid "HTML ID of comment form container"
1673
  msgstr "ID HTML التعليق حاوية شكل"
1674
 
1675
+ #: ../admin/social_commenting.php:134
1676
  msgid ""
1677
  "HTML ID of container element of the default comment form at front end. Leave "
1678
  "empty for default ID - \"respond\". You need to specify it if default "
1684
  "الظهور وليس الحصول على تمكين في الواجهة الأمامية من موقع الويب الخاص بك "
1685
  "وتعليقا الاجتماعية."
1686
 
1687
+ #: ../admin/social_commenting.php:144
1688
  #, fuzzy
1689
  msgid "Labels"
1690
  msgstr "وسوم"
1691
 
1692
+ #: ../admin/social_commenting.php:149
1693
  #, fuzzy
1694
  msgid "Label for WordPress Commenting tab"
1695
  msgstr "تعليقات فيسبوكيه"
1696
 
1697
+ #: ../admin/social_commenting.php:158
1698
  msgid "Label for Facebook Commenting tab"
1699
  msgstr "تعليقات فيسبوكيه"
1700
 
1701
+ #: ../admin/social_commenting.php:167
1702
  msgid "Label for G+ Commenting tab"
1703
  msgstr "التسمية للتبويب تعليقاً G+"
1704
 
1705
+ #: ../admin/social_commenting.php:176
1706
  #, fuzzy
1707
  msgid "Label for Disqus Commenting tab"
1708
  msgstr "التسمية للتبويب تعليقاً G+"
1709
 
1710
+ #: ../admin/social_commenting.php:187
1711
  #, fuzzy
1712
  msgid "Facebook Commenting Options"
1713
  msgstr "تعليقات فيسبوكيه"
1714
 
1715
+ #: ../admin/social_commenting.php:193
1716
  #, fuzzy
1717
  msgid "Enable Facebook Comments notification and moderation"
1718
  msgstr "تعليقات فيسبوكيه"
1719
 
1720
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1721
  #, fuzzy
1722
  msgid "Enable Facebook Commenting"
1723
  msgstr "تعليقات فيسبوكيه"
1724
 
1725
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1726
  msgid "Url to comment on"
1727
  msgstr "عنوان Url للقيام بالتعليق على"
1728
 
1729
+ #: ../admin/social_commenting.php:229
1730
  #, fuzzy
1731
  msgid ""
1732
  "The absolute URL that comments posted will be permanently associated with. "
1739
  "<strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم "
1740
  "تمكين."
1741
 
1742
+ #: ../admin/social_commenting.php:237
1743
  #, fuzzy
1744
  msgid "Show Recent Facebook Comments in a Widget"
1745
  msgstr "تعليقات فيسبوكيه"
1746
 
1747
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1748
  #, fuzzy
1749
  msgid "Width"
1750
  msgstr "عرض"
1751
 
1752
+ #: ../admin/social_commenting.php:255
1753
  #, fuzzy
1754
  msgid ""
1755
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1757
  msgstr ""
1758
  "ترك فارغاً لصناعة السيارات في ضبط العرض. العرض (بالبكسل) كتلة التعليقات."
1759
 
1760
+ #: ../admin/social_commenting.php:263
1761
  #, fuzzy
1762
  msgid "Color Scheme"
1763
  msgstr "بلا لون"
1764
 
1765
+ #: ../admin/social_commenting.php:267
1766
  #, fuzzy
1767
  msgid "Light"
1768
  msgstr "الفاتح"
1769
 
1770
+ #: ../admin/social_commenting.php:268
1771
  #, fuzzy
1772
  msgid "Dark"
1773
  msgstr "داكن"
1774
 
1775
+ #: ../admin/social_commenting.php:276
1776
  #, fuzzy
1777
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1778
  msgstr ""
1779
  "نظام الألوان المستخدمة من قبل البرنامج المساعد. يمكن أن يكون \"الخفيفة\" أو "
1780
  "\"الظلام\"."
1781
 
1782
+ #: ../admin/social_commenting.php:284
1783
  #, fuzzy
1784
  msgid "Number of comments"
1785
  msgstr "عدد التعليقات:"
1786
 
1787
+ #: ../admin/social_commenting.php:294
1788
  #, fuzzy
1789
  msgid ""
1790
  "The number of comments to show by default. The minimum value is 1. Defaults "
1792
  msgstr ""
1793
  "عدد التعليقات تظهر بشكل افتراضي. قيمة الحد الأدنى هو 1. افتراضات إلى 10"
1794
 
1795
+ #: ../admin/social_commenting.php:302
1796
  #, fuzzy
1797
  msgid "Order by"
1798
  msgstr "طلب | Order"
1799
 
1800
+ #: ../admin/social_commenting.php:306
1801
  #, fuzzy
1802
  msgid "Social"
1803
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1804
 
1805
+ #: ../admin/social_commenting.php:307
1806
  #, fuzzy
1807
  msgid "Reverse Time"
1808
  msgstr "اعكس الترتيب"
1809
 
1810
+ #: ../admin/social_commenting.php:308
1811
  #, fuzzy
1812
  msgid "Time"
1813
  msgstr "إدراج التاريخ/الوقت"
1814
 
1815
+ #: ../admin/social_commenting.php:316
1816
  #, fuzzy
1817
  msgid "The order to use when displaying comments."
1818
  msgstr "الترتيب استخدامها عند عرض التعليقات."
1819
 
1820
+ #: ../admin/social_commenting.php:334
1821
  #, fuzzy, php-format
1822
  msgid ""
1823
  "Enter the code of the language you want to use to display commenting. You "
1828
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
1829
  "فارغاً ل language(English) الافتراضي"
1830
 
1831
+ #: ../admin/social_commenting.php:343
1832
  #, fuzzy
1833
  msgid "Google Plus Commenting Options"
1834
  msgstr "جوجل بالإضافة إلى خيارات التعليق"
1835
 
1836
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1837
  #, fuzzy
1838
  msgid "Enable Google Plus Commenting"
1839
  msgstr "تمكين المشاركة عبر Google."
1840
 
1841
+ #: ../admin/social_commenting.php:377
1842
  #, fuzzy
1843
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1844
  msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1845
 
1846
+ #: ../admin/social_commenting.php:395
1847
  #, fuzzy
1848
  msgid ""
1849
  "The absolute URL that comments posted will be permanently associated with. "
1856
  "<strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم "
1857
  "تمكين."
1858
 
1859
+ #: ../admin/social_commenting.php:404
1860
  #, fuzzy
1861
  msgid "Disqus Commenting Options"
1862
  msgstr "الخيارات"
1863
 
1864
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1865
  #, fuzzy
1866
  msgid "Enable Disqus Commenting"
1867
  msgstr "إتاحة التعليق من هارد"
1868
 
1869
+ #: ../admin/social_commenting.php:428
1870
  #, fuzzy
1871
  msgid "Disqus Shortname"
1872
  msgstr "هارد Shortname"
1873
 
1874
+ #: ../admin/social_commenting.php:438
1875
  #, fuzzy
1876
  msgid ""
1877
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1880
  "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول "
1881
  "shortname، قم بزيارة الوصلة التالية."
1882
 
1883
+ #: ../admin/social_commenting.php:456
1884
  #, fuzzy
1885
  msgid "Social Commenting Shortcode"
1886
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
1887
 
1888
+ #: ../admin/social_commenting.php:470
1889
  msgid ""
1890
  "How to show recent Facebook Comments from all over the website in a widget?"
1891
  msgstr ""
1892
 
1893
+ #: ../admin/social_commenting.php:471
1894
  msgid ""
1895
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1896
  "Https?"
1897
  msgstr ""
1898
 
1899
+ #: ../admin/social_commenting.php:473
1900
  #, fuzzy
1901
  msgid "How can I disable Social Commenting at individual page/post?"
1902
  msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1903
 
1904
+ #: ../admin/social_commenting.php:474
1905
  msgid "How to disable default comment form from Social Commenting?"
1906
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1907
 
1908
+ #: ../admin/social_login.php:19
1909
  #, fuzzy
1910
  msgid "Enable Social Login"
1911
  msgstr "تسجيل الدخول"
1912
 
1913
+ #: ../admin/social_login.php:29
1914
  #, fuzzy
1915
  msgid ""
1916
  "Master control for Social Login. It must be checked to enable Social Login "
1919
  "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل "
1920
  "الدخول الاجتماعي\""
1921
 
1922
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1923
  #, fuzzy
1924
  msgid "Basic Configuration"
1925
  msgstr "إنشاء ملف الإعدادات"
1926
 
1927
+ #: ../admin/social_login.php:41
1928
  #, fuzzy
1929
  msgid "Advanced Configuration"
1930
  msgstr "إنشاء ملف الإعدادات"
1931
 
1932
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1933
  msgid "GDPR"
1934
  msgstr ""
1935
 
1936
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1937
  msgid "XProfile Integration"
1938
  msgstr ""
1939
 
1940
+ #: ../admin/social_login.php:64
1941
  msgid "Disable user registration via Social Login"
1942
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
1943
 
1944
+ #: ../admin/social_login.php:74
1945
  msgid ""
1946
  "After enabling this option, new users will not be able to login through "
1947
  "social login. Only existing users will be able to social login."
1950
  "الدخول من خلال الدخول الاجتماعي. لن يؤدي إلا إلى المستخدمين الحاليين تكون "
1951
  "قادرة على الدخول الاجتماعي."
1952
 
1953
+ #: ../admin/social_login.php:83
1954
  #, fuzzy
1955
  msgid "Redirection url"
1956
  msgstr "تسجيل الدخول"
1957
 
1958
+ #: ../admin/social_login.php:93
1959
  msgid ""
1960
  "User will be redirected to this page after unsuccessful registration attempt "
1961
  "via Social Login. You can specify the url of registration form or of a page "
1965
  "الدخول الاجتماعي. يمكنك تحديد عنوان الموقع من استمارة التسجيل أو رسالة صفحة "
1966
  "تعرض فيما يتعلق بتسجيل المعاقين من خلال الدخول الاجتماعي."
1967
 
1968
+ #: ../admin/social_login.php:102
1969
  #, fuzzy
1970
  msgid "Select Social Networks"
1971
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
1972
 
1973
+ #: ../admin/social_login.php:107
1974
  msgid "Facebook"
1975
  msgstr "الفيسبوك"
1976
 
1977
+ #: ../admin/social_login.php:111
1978
  #, fuzzy
1979
  msgid "Twitter"
1980
  msgstr "شارك الأخرين عبر تويتر"
1981
 
1982
+ #: ../admin/social_login.php:115
1983
  #, fuzzy
1984
  msgid "LinkedIn"
1985
  msgstr "شارك الأخرين عبر لنكيدان"
1986
 
1987
+ #: ../admin/social_login.php:119
1988
  #, fuzzy
1989
  msgid "Google+"
1990
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
1991
 
1992
+ #: ../admin/social_login.php:123
1993
  #, fuzzy
1994
  msgid "Vkontakte"
1995
  msgstr "انشر عبر VKontakte"
1996
 
1997
+ #: ../admin/social_login.php:127
1998
  #, fuzzy
1999
  msgid "Instagram"
2000
  msgstr "إنستاجرام"
2001
 
2002
+ #: ../admin/social_login.php:131
2003
  #, fuzzy
2004
  msgid "Xing"
2005
  msgstr "شينغ"
2006
 
2007
+ #: ../admin/social_login.php:135
2008
  msgid "Steam"
2009
  msgstr ""
2010
 
2011
+ #: ../admin/social_login.php:140
2012
  #, fuzzy
2013
  msgid "Twitch"
2014
  msgstr "شارك الأخرين عبر تويتر"
2015
 
2016
+ #: ../admin/social_login.php:145
2017
  msgid "LiveJournal"
2018
  msgstr ""
2019
 
2020
+ #: ../admin/social_login.php:153
2021
  #, fuzzy
2022
  msgid "Select Social ID provider to enable in Social Login"
2023
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
2024
 
2025
+ #: ../admin/social_login.php:161
2026
  #, fuzzy
2027
  msgid "Facebook App ID"
2028
  msgstr "رقم التعريف الخالص بك | ID"
2029
 
2030
+ #: ../admin/social_login.php:171
2031
  #, fuzzy, php-format
2032
  msgid ""
2033
  "Required for Facebook Social Login to work. Please follow the documentation "
2037
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2038
  "فيسبوك"
2039
 
2040
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
2041
  #, fuzzy
2042
  msgid ""
2043
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
2045
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2046
  "الوصلة المذكورة"
2047
 
2048
+ #: ../admin/social_login.php:183
2049
  #, fuzzy
2050
  msgid "Facebook App Secret"
2051
  msgstr "رقم التعريف الخالص بك | ID"
2052
 
2053
+ #: ../admin/social_login.php:193
2054
  #, fuzzy, php-format
2055
  msgid ""
2056
  "Required for Facebook Social Login to work. Please follow the documentation "
2060
  "في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2061
  "فيسبوك"
2062
 
2063
+ #: ../admin/social_login.php:205
2064
  #, fuzzy
2065
  msgid "Twitter API Key"
2066
  msgstr "مفتاح API الخاص | API Private Key"
2067
 
2068
+ #: ../admin/social_login.php:215
2069
  #, fuzzy, php-format
2070
  msgid ""
2071
  "Required for Twitter Social Login to work. Please follow the documentation "
2075
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2076
  "\"مفتاح API التغريد\""
2077
 
2078
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
2079
  #, fuzzy
2080
  msgid ""
2081
  "Paste following url in <strong>Website</strong> option at the link mentioned"
2082
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2083
 
2084
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
2085
  #, fuzzy
2086
  msgid ""
2087
  "Paste following url in <strong>Callback URL</strong> option at the link "
2090
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2091
  "المذكورة"
2092
 
2093
+ #: ../admin/social_login.php:231
2094
  #, fuzzy
2095
  msgid "Twitter API Secret"
2096
  msgstr "شارك الأخرين عبر تويتر"
2097
 
2098
+ #: ../admin/social_login.php:241
2099
  #, fuzzy, php-format
2100
  msgid ""
2101
  "Required for Twitter Social Login to work. Please follow the documentation "
2105
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2106
  "\"سر API التغريد\""
2107
 
2108
+ #: ../admin/social_login.php:257
2109
  #, fuzzy
2110
  msgid "LinkedIn Client ID"
2111
  msgstr "شارك الأخرين عبر لنكيدان"
2112
 
2113
+ #: ../admin/social_login.php:267
2114
  #, fuzzy, php-format
2115
  msgid ""
2116
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2119
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2120
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2121
 
2122
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2123
+ #: ../admin/social_login.php:401
2124
  #, fuzzy
2125
  msgid ""
2126
  "Paste following url in <strong>Website URL</strong> option at the link "
2127
  "mentioned"
2128
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
2129
 
2130
+ #: ../admin/social_login.php:279
2131
  msgid "LinkedIn Client Secret "
2132
  msgstr ""
2133
 
2134
+ #: ../admin/social_login.php:289
2135
  #, fuzzy, php-format
2136
  msgid ""
2137
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2141
  "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a "
2142
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
2143
 
2144
+ #: ../admin/social_login.php:301
2145
  #, fuzzy
2146
  msgid "Google+ Client ID"
2147
  msgstr "شارك الأخرين عبر جوجل"
2148
 
2149
+ #: ../admin/social_login.php:311
2150
  #, fuzzy, php-format
2151
  msgid ""
2152
  "Required for GooglePlus Social Login to work. Please follow the "
2157
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2158
  "GooglePlus"
2159
 
2160
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2161
  #, fuzzy
2162
  msgid ""
2163
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2166
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2167
  "الوصلة المذكورة"
2168
 
2169
+ #: ../admin/social_login.php:323
2170
  #, fuzzy
2171
  msgid "Google+ Client Secret"
2172
  msgstr "شارك الأخرين عبر جوجل"
2173
 
2174
+ #: ../admin/social_login.php:333
2175
  #, fuzzy, php-format
2176
  msgid ""
2177
  "Required for GooglePlus Social Login to work. Please follow the "
2182
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2183
  "GooglePlus"
2184
 
2185
+ #: ../admin/social_login.php:345
2186
  #, fuzzy
2187
  msgid "Vkontakte Application ID"
2188
  msgstr "انشر عبر VKontakte"
2189
 
2190
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2191
  #, fuzzy, php-format
2192
  msgid ""
2193
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2198
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق "
2199
  "Vkontakte"
2200
 
2201
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2202
  #, fuzzy
2203
  msgid ""
2204
  "Paste following url in <strong>Site address</strong> option at the link "
2206
  msgstr ""
2207
  "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
2208
 
2209
+ #: ../admin/social_login.php:367
2210
  #, fuzzy
2211
  msgid "Vkontakte Secure key"
2212
  msgstr "انشر عبر VKontakte"
2213
 
2214
+ #: ../admin/social_login.php:389
2215
  #, fuzzy
2216
  msgid "Instagram Client ID"
2217
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2218
 
2219
+ #: ../admin/social_login.php:399
2220
  #, fuzzy, php-format
2221
  msgid ""
2222
  "Required for Instagram Social Login to work. Please follow the documentation "
2226
  "<a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل "
2227
  "Instagram"
2228
 
2229
+ #: ../admin/social_login.php:411
2230
  #, fuzzy
2231
  msgid "Xing Consumer Key"
2232
  msgstr "مفتاح التفعيل:"
2233
 
2234
+ #: ../admin/social_login.php:421
2235
  #, fuzzy, php-format
2236
  msgid ""
2237
  "Required for Xing Social Login to work. Please follow the documentation at "
2241
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك "
2242
  "شينغ\""
2243
 
2244
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2245
  #, fuzzy
2246
  msgid ""
2247
  "Paste following url in <strong>Callback domain</strong> option at the link "
2250
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2251
  "المذكورة"
2252
 
2253
+ #: ../admin/social_login.php:433
2254
  #, fuzzy
2255
  msgid "Xing Consumer Secret"
2256
  msgstr "كلمة السر | Secret Word"
2257
 
2258
+ #: ../admin/social_login.php:443
2259
  #, fuzzy, php-format
2260
  msgid ""
2261
  "Required for Xing Social Login to work. Please follow the documentation at "
2265
  "href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ"
2266
  "\""
2267
 
2268
+ #: ../admin/social_login.php:455
2269
  #, fuzzy
2270
  msgid "Steam API Key"
2271
  msgstr "مفتاح API الخاص | API Private Key"
2272
 
2273
+ #: ../admin/social_login.php:465
2274
  #, fuzzy, php-format
2275
  msgid ""
2276
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2280
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2281
  "\"مفتاح API التغريد\""
2282
 
2283
+ #: ../admin/social_login.php:466
2284
  #, fuzzy
2285
  msgid "Save following <strong>domain</strong> to get the key"
2286
  msgstr ""
2287
  "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة "
2288
  "المذكورة"
2289
 
2290
+ #: ../admin/social_login.php:475
2291
  #, fuzzy
2292
  msgid "Twitch Client ID"
2293
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2294
 
2295
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2296
  #, fuzzy, php-format
2297
  msgid ""
2298
  "Required for Twitch Social Login to work. Please follow the documentation at "
2302
  "الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على "
2303
  "\"مفتاح API التغريد\""
2304
 
2305
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2306
  #, fuzzy
2307
  msgid ""
2308
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2311
  "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في "
2312
  "الوصلة المذكورة"
2313
 
2314
+ #: ../admin/social_login.php:497
2315
  #, fuzzy
2316
  msgid "Twitch Client Secret"
2317
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
2318
 
2319
+ #: ../admin/social_login.php:526
2320
  #, fuzzy
2321
  msgid "Social Login Options"
2322
  msgstr ""
2324
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2325
  "فورا دون موافقة المشرف على النظام."
2326
 
2327
+ #: ../admin/social_login.php:542
2328
  #, fuzzy
2329
  msgid "Text to display above the Social Login interface"
2330
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2331
 
2332
+ #: ../admin/social_login.php:551
2333
  #, fuzzy
2334
  msgid "Enable at login page"
2335
  msgstr "صفحة"
2336
 
2337
+ #: ../admin/social_login.php:561
2338
  #, fuzzy
2339
  msgid ""
2340
  "Social Login interface will get enabled at the login page of your website"
2342
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2343
  "التعليق"
2344
 
2345
+ #: ../admin/social_login.php:569
2346
  #, fuzzy
2347
  msgid "Enable at register page"
2348
  msgstr "التسجيل العام"
2349
 
2350
+ #: ../admin/social_login.php:579
2351
  #, fuzzy
2352
  msgid ""
2353
  "Social Login interface will get enabled at the registration page of your "
2356
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2357
  "الخاص بك"
2358
 
2359
+ #: ../admin/social_login.php:587
2360
  msgid "Enable at comment form"
2361
  msgstr "تمكين هذا الشكل من تعليق"
2362
 
2363
+ #: ../admin/social_login.php:597
2364
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2365
  msgstr ""
2366
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2367
  "التعليق"
2368
 
2369
+ #: ../admin/social_login.php:612
2370
  msgid "Enable before WooCommerce Customer Login Form"
2371
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2372
 
2373
+ #: ../admin/social_login.php:622
2374
  #, fuzzy
2375
  msgid ""
2376
  "Social Login Interface will get enabled before the customer login form at "
2379
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2380
  "التعليق"
2381
 
2382
+ #: ../admin/social_login.php:630
2383
  msgid "Enable after WooCommerce Customer Login Form"
2384
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2385
 
2386
+ #: ../admin/social_login.php:640
2387
  #, fuzzy
2388
  msgid ""
2389
  "Social Login Interface will get enabled after the customer login form at "
2392
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2393
  "التعليق"
2394
 
2395
+ #: ../admin/social_login.php:648
2396
  #, fuzzy
2397
  msgid "Enable at WooCommerce checkout page"
2398
  msgstr "التسجيل العام"
2399
 
2400
+ #: ../admin/social_login.php:658
2401
  #, fuzzy
2402
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2403
  msgstr ""
2404
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2405
  "التعليق"
2406
 
2407
+ #: ../admin/social_login.php:669
2408
  #, fuzzy
2409
  msgid "Auto-approve comments made by Social Login users"
2410
  msgstr ""
2411
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2412
  "الاجتماعي\""
2413
 
2414
+ #: ../admin/social_login.php:679
2415
  msgid ""
2416
  "If this option is enabled, and WordPress comment is made by Social Login "
2417
  "user, comment will get approved immediately without keeping in moderation."
2420
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2421
  "فورا دون موافقة المشرف على النظام."
2422
 
2423
+ #: ../admin/social_login.php:680
2424
  #, fuzzy
2425
  msgid "Note: This is not related to Facebook comments"
2426
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2427
 
2428
+ #: ../admin/social_login.php:690
2429
  #, fuzzy
2430
  msgid "Enable social avatar"
2431
  msgstr "خدمة الشبكة الاجتماعية"
2432
 
2433
+ #: ../admin/social_login.php:700
2434
  #, fuzzy
2435
  msgid ""
2436
  "Social profile pictures of the logged in user will be displayed as profile "
2439
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2440
  "الشخصية"
2441
 
2442
+ #: ../admin/social_login.php:710
2443
  #, fuzzy
2444
  msgid "Avatar quality"
2445
  msgstr "نوعية الصورة الرمزية"
2446
 
2447
+ #: ../admin/social_login.php:713
2448
  #, fuzzy
2449
  msgid "Average"
2450
  msgstr "المعدل"
2451
 
2452
+ #: ../admin/social_login.php:714
2453
  msgid "Best"
2454
  msgstr "أفضل"
2455
 
2456
+ #: ../admin/social_login.php:721
2457
  #, fuzzy
2458
  msgid "Choose avatar quality"
2459
  msgstr "إختيار ملف"
2460
 
2461
+ #: ../admin/social_login.php:730
2462
  #, fuzzy
2463
  msgid ""
2464
  "Show option for users to update social avatar at BuddyPress profile page"
2465
  msgstr ""
2466
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2467
 
2468
+ #: ../admin/social_login.php:740
2469
  msgid ""
2470
  "If enabled, users would be able to update their social avatar from \"Profile "
2471
  "photo\" section in BuddyPress profile at front-end"
2472
  msgstr ""
2473
 
2474
+ #: ../admin/social_login.php:761
2475
  #, fuzzy
2476
  msgid ""
2477
  "If enabled and Social ID provider does not provide user's email address on "
2482
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2483
  "إنشاء بريد إلكتروني وهمية"
2484
 
2485
+ #: ../admin/social_login.php:770
2486
  msgid "Send post-registration email to user to set account password"
2487
  msgstr ""
2488
 
2489
+ #: ../admin/social_login.php:780
2490
  #, fuzzy
2491
  msgid ""
2492
  "If enabled, an email will be sent to user after registration through Social "
2498
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2499
  "تسجيل الدخول التقليدية)"
2500
 
2501
+ #: ../admin/social_login.php:788
2502
  #, fuzzy
2503
  msgid "Send new user registration notification email to admin"
2504
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2505
 
2506
+ #: ../admin/social_login.php:798
2507
  #, fuzzy
2508
  msgid ""
2509
  "If enabled, an email will be sent to admin after new user registers through "
2514
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2515
  "تسجيل الدخول التقليدية)"
2516
 
2517
+ #: ../admin/social_login.php:806
2518
  #, fuzzy
2519
  msgid "Login redirection"
2520
  msgstr "تسجيل الدخول"
2521
 
2522
+ #: ../admin/social_login.php:810
2523
  #, fuzzy
2524
  msgid "Same page where user logged in"
2525
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2526
 
2527
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2528
  #, fuzzy
2529
  msgid "Account dashboard"
2530
  msgstr " لوحتك الخاصة بالتحكم"
2531
 
2532
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2533
  #, fuzzy
2534
  msgid "BuddyPress profile page"
2535
  msgstr "تحرير ملفي الشخصي"
2536
 
2537
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2538
  #, fuzzy
2539
  msgid "Custom Url"
2540
  msgstr "رابط (URL) مخصّص"
2541
 
2542
+ #: ../admin/social_login.php:828
2543
  #, fuzzy
2544
  msgid "User will be redirected to the selected page after Social Login"
2545
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2546
 
2547
+ #: ../admin/social_login.php:836
2548
  #, fuzzy
2549
  msgid "Registration redirection"
2550
  msgstr "نموذج التسجيل"
2551
 
2552
+ #: ../admin/social_login.php:840
2553
  #, fuzzy
2554
  msgid "Same page from where user registered"
2555
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2556
 
2557
+ #: ../admin/social_login.php:858
2558
  #, fuzzy
2559
  msgid ""
2560
  "User will be redirected to the selected page after registration (first "
2563
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2564
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2565
 
2566
+ #: ../admin/social_login.php:867
2567
  #, fuzzy
2568
  msgid "Social Account Linking Options"
2569
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2570
 
2571
+ #: ../admin/social_login.php:883
2572
  #, fuzzy
2573
  msgid "Text to display above the Social Account Linking interface"
2574
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2575
 
2576
+ #: ../admin/social_login.php:891
2577
  #, fuzzy
2578
  msgid ""
2579
  "Link social account to already existing account, if email address matches"
2581
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2582
  "الى حسابك في هذا الموقع"
2583
 
2584
+ #: ../admin/social_login.php:901
2585
  msgid ""
2586
  "If email address of the user's Social Account matches with an already "
2587
  "existing account at your website, that social account will be linked to "
2589
  "Linking interface at their profile page."
2590
  msgstr ""
2591
 
2592
+ #: ../admin/social_login.php:910
2593
  #, fuzzy
2594
  msgid "Enable social account linking at BuddyPress profile page"
2595
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2596
 
2597
+ #: ../admin/social_login.php:920
2598
  #, fuzzy
2599
  msgid ""
2600
  "Enable this option to show social account linking interface at BuddyPress "
2602
  msgstr ""
2603
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2604
 
2605
+ #: ../admin/social_login.php:931
2606
  #, fuzzy
2607
  msgid "Email popup options"
2608
  msgstr "الخيارات"
2609
 
2610
+ #: ../admin/social_login.php:937
2611
  #, fuzzy
2612
  msgid "Text on 'Email required' popup"
2613
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2614
 
2615
+ #: ../admin/social_login.php:947
2616
  #, fuzzy
2617
  msgid ""
2618
  "This text will be displayed on email required popup. Leave empty if not "
2621
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2622
  "غير مطلوب."
2623
 
2624
+ #: ../admin/social_login.php:956
2625
  #, fuzzy
2626
  msgid "Error message for 'Email required' popup"
2627
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2628
 
2629
+ #: ../admin/social_login.php:966
2630
  #, fuzzy
2631
  msgid ""
2632
  "This message will be displayed to user if it provides invalid or already "
2635
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2636
  "المسجلة مسبقاً"
2637
 
2638
+ #: ../admin/social_login.php:975
2639
  #, fuzzy
2640
  msgid "Email popup height"
2641
  msgstr "ارتفاع"
2642
 
2643
+ #: ../admin/social_login.php:985
2644
  #, fuzzy
2645
  msgid ""
2646
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2650
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2651
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2652
 
2653
+ #: ../admin/social_login.php:993
2654
  #, fuzzy
2655
  msgid "Enable email verification"
2656
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2657
 
2658
+ #: ../admin/social_login.php:1003
2659
  #, fuzzy
2660
  msgid ""
2661
  "If enabled, email provided by the user will be verified by sending a "
2666
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2667
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2668
 
2669
+ #: ../admin/social_login.php:1024
2670
  #, fuzzy
2671
  msgid "Enable GDPR opt-in"
2672
  msgstr "إتاحة التعليق من هارد"
2673
 
2674
+ #: ../admin/social_login.php:1034
2675
  msgid ""
2676
  "Enable it to show GDPR opt-in for social login and social account linking"
2677
  msgstr ""
2678
 
2679
+ #: ../admin/social_login.php:1043
2680
  #, fuzzy
2681
  msgid "Placement of GDPR opt-in"
2682
  msgstr "إتاحة التعليق من هارد"
2683
 
2684
+ #: ../admin/social_login.php:1047
2685
  #, fuzzy
2686
  msgid "Above Social Login icons"
2687
  msgstr ""
2689
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2690
  "فورا دون موافقة المشرف على النظام."
2691
 
2692
+ #: ../admin/social_login.php:1049
2693
  #, fuzzy
2694
  msgid "Below Social Login icons"
2695
  msgstr ""
2697
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2698
  "فورا دون موافقة المشرف على النظام."
2699
 
2700
+ #: ../admin/social_login.php:1055
2701
  #, fuzzy
2702
  msgid "Placement of GDPR opt-in above or below the social login icons"
2703
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2704
 
2705
+ #: ../admin/social_login.php:1063
2706
  msgid "Opt-in text"
2707
  msgstr ""
2708
 
2709
+ #: ../admin/social_login.php:1073
2710
  #, fuzzy
2711
  msgid "Text for the GDPR opt-in"
2712
  msgstr "إتاحة التعليق من هارد"
2713
 
2714
+ #: ../admin/social_login.php:1081
2715
  msgid "Text to link to Privacy Policy page"
2716
  msgstr ""
2717
 
2718
+ #: ../admin/social_login.php:1091
2719
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2720
  msgstr ""
2721
 
2722
+ #: ../admin/social_login.php:1099
2723
  msgid "Privacy Policy Url"
2724
  msgstr ""
2725
 
2726
+ #: ../admin/social_login.php:1109
2727
  #, fuzzy
2728
  msgid "Url of the privacy policy page of your website"
2729
  msgstr "URL لعملاء الموقع (اختياري)"
2730
 
2731
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2732
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2733
  #, fuzzy
2734
  msgid "Select"
2735
  msgstr "أختر ..."
2736
 
2737
+ #: ../admin/social_login.php:1191
2738
  #, fuzzy
2739
  msgid "Social Login Shortcode & Widget"
2740
  msgstr "استخدم كود مختصر | Include the shortcode"
2741
 
2742
+ #: ../admin/social_login.php:1192
2743
  msgid "Social Linking Shortcode"
2744
  msgstr "الربط الاجتماعي رمز قصير"
2745
 
2746
+ #: ../admin/social_login.php:1207
2747
  msgid "Why is social login not working?"
2748
  msgstr ""
2749
 
2750
+ #: ../admin/social_login.php:1208
2751
  msgid ""
2752
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2753
  "belong to the same app"
2754
  msgstr ""
2755
 
2756
+ #: ../admin/social_login.php:1210
2757
  msgid ""
2758
  "Why the user is not appearing logged in even after Social Login until the "
2759
  "webpage is refreshed manually?"
2760
  msgstr ""
2761
 
2762
+ #: ../admin/like_buttons.php:20
2763
  #, fuzzy
2764
  msgid "Enable Like Buttons"
2765
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2766
 
2767
+ #: ../admin/like_buttons.php:30
2768
  #, fuzzy
2769
  msgid ""
2770
  "Master control for like buttons. It must be checked to enable like buttons "
2773
  "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف "
2774
  "الأزرار"
2775
 
2776
+ #: ../admin/like_buttons.php:60
2777
  #, fuzzy
2778
  msgid "Standard Interface Options"
2779
  msgstr "المشاركات الأفقي"
2780
 
2781
+ #: ../admin/like_buttons.php:66
2782
  #, fuzzy
2783
  msgid "Enable standard interface"
2784
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2785
 
2786
+ #: ../admin/like_buttons.php:76
2787
  #, fuzzy
2788
  msgid "Master control to enable horizontal like buttons"
2789
  msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
2790
 
2791
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2792
  #, fuzzy
2793
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2794
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
2795
 
2796
+ #: ../admin/like_buttons.php:119
2797
  #, fuzzy
2798
  msgid "The text to display above the interface"
2799
  msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
2800
 
2801
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2802
  #, fuzzy
2803
  msgid "Select and rearrange providers"
2804
  msgstr "اختر مقالة"
2805
 
2806
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2807
  #, fuzzy
2808
  msgid "Select the providers for interface. Drag them to rearrange."
2809
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
2810
 
2811
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2812
  #, fuzzy
2813
  msgid "Horizontal alignment of the interface"
2814
  msgstr "بلا محاذاة"
2815
 
2816
+ #: ../admin/like_buttons.php:214
2817
  #, fuzzy
2818
  msgid "Specify position of the interface with respect to the content"
2819
  msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
2820
 
2821
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2822
  #, fuzzy
2823
  msgid "Interface location"
2824
  msgstr "واجهة الموقع"
2825
 
2826
+ #: ../admin/like_buttons.php:292
2827
  #, fuzzy
2828
  msgid "Specify the pages where you want to enable interface"
2829
  msgstr "تحديد الصفحات التي تريد تمكين واجهة"
2830
 
2831
+ #: ../admin/like_buttons.php:310
2832
  #, fuzzy
2833
  msgid "Vertical (Floating) like buttons Options"
2834
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2835
 
2836
+ #: ../admin/like_buttons.php:316
2837
  #, fuzzy
2838
  msgid "Enable floating like buttons"
2839
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
2840
 
2841
+ #: ../admin/like_buttons.php:326
2842
  #, fuzzy
2843
  msgid "Master control to enable vertical (floating) counter widget"
2844
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
2845
 
2846
+ #: ../admin/like_buttons.php:420
2847
  #, fuzzy
2848
  msgid ""
2849
  "Specify the color or hex code (example #cc78e0) for the background of "
2855
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2856
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2857
 
2858
+ #: ../admin/like_buttons.php:460
2859
  #, fuzzy
2860
  msgid ""
2861
  "Specify a number. Increase in number will shift interface towards right and "
2864
  "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. "
2865
  "يمكن أن يكون رقم سلبي جداً."
2866
 
2867
+ #: ../admin/like_buttons.php:480
2868
  #, fuzzy
2869
  msgid ""
2870
  "Specify a number. Increase in number will shift interface towards left and "
2873
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. "
2874
  "يمكن أن يكون رقم سلبي جداً."
2875
 
2876
+ #: ../admin/like_buttons.php:499
2877
  #, fuzzy
2878
  msgid ""
2879
  "Specify a number. Increase in number will shift interface towards bottom and "
2881
  msgstr ""
2882
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
2883
 
2884
+ #: ../admin/like_buttons.php:555
2885
  #, fuzzy
2886
  msgid "Specify the pages where you want to enable vertical interface"
2887
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
2888
 
2889
+ #: ../admin/like_buttons.php:563
2890
  msgid "Hide like buttons on mobile devices"
2891
  msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
2892
 
2893
+ #: ../admin/like_buttons.php:573
2894
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2895
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
2896
 
2897
+ #: ../admin/like_buttons.php:598
2898
  #, fuzzy
2899
  msgid "Use shortlinks already installed, for tweet button"
2900
  msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
2901
 
2902
+ #: ../admin/like_buttons.php:608
2903
  #, fuzzy
2904
  msgid ""
2905
  "Allows for shortened URLs to be used when sharing content if a shortening "
2908
  "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت "
2909
  "البرنامج المساعد التقصير"
2910
 
2911
+ #: ../admin/like_buttons.php:616
2912
  #, fuzzy
2913
  msgid "Enable bit.ly url shortener for tweet button"
2914
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
2915
 
2916
+ #: ../admin/like_buttons.php:634
2917
  #, fuzzy
2918
  msgid "bit.ly username"
2919
  msgstr "إسم المستخدم الألكتروني:"
2920
 
2921
+ #: ../admin/like_buttons.php:644
2922
  #, fuzzy, php-format
2923
  msgid ""
2924
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2927
  "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
2928
  "\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
2929
 
2930
+ #: ../admin/like_buttons.php:663
2931
  #, fuzzy, php-format
2932
  msgid ""
2933
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2936
  "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target="
2937
  "\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
2938
 
2939
+ #: ../admin/like_buttons.php:708
2940
  #, fuzzy, php-format
2941
  msgid ""
2942
  "Enter the code of the language you want to use to render counters. You can "
2947
  "على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه "
2948
  "فارغاً ل language(English) الافتراضي"
2949
 
2950
+ #: ../admin/like_buttons.php:717
2951
  #, fuzzy
2952
  msgid "Twitter Username"
2953
  msgstr "شارك الأخرين عبر تويتر"
2954
 
2955
+ #: ../admin/like_buttons.php:723
2956
  #, fuzzy
2957
  msgid "Twitter username for Tweet (without @)"
2958
  msgstr "قالب بدون %1$s"
2959
 
2960
+ #: ../admin/like_buttons.php:733
2961
  #, fuzzy
2962
  msgid ""
2963
  "Provided username will be appended after the content being tweeted as \"via "
2966
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
2967
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2968
 
2969
+ #: ../admin/like_buttons.php:742
2970
  #, fuzzy
2971
  msgid "Twitter username for Buffer sharing (without @)"
2972
  msgstr "قالب بدون %1$s"
2973
 
2974
+ #: ../admin/like_buttons.php:752
2975
  #, fuzzy
2976
  msgid ""
2977
  "Provided username will be appended after the content in Buffer sharing as "
2980
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
2981
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
2982
 
2983
+ #: ../admin/like_buttons.php:799
2984
  #, fuzzy
2985
  msgid "Like Buttons Shortcode & Widget"
2986
  msgstr "استخدم كود مختصر | Include the shortcode"
3020
  msgid "Providers not selected"
3021
  msgstr "محدد | selected"
3022
 
3023
+ #: ../inc/social_login.php:721
3024
  #, fuzzy
3025
  msgid "Email"
3026
  msgstr "البريد الإلكتروني"
3027
 
3028
+ #: ../inc/social_login.php:722
3029
  msgid "Confirm email"
3030
  msgstr ""
3031
 
3032
+ #: ../inc/social_login.php:724
3033
  msgid "Save"
3034
  msgstr ""
3035
 
3036
+ #: ../inc/social_login.php:725
3037
  msgid "Cancel"
3038
  msgstr ""
3039
 
3040
+ #: ../inc/social_login.php:799
3041
  #, fuzzy
3042
  msgid "Email Verification"
3043
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3044
 
3045
+ #: ../inc/social_login.php:801
3046
  msgid ""
3047
  "Please click on the following link or paste it in browser to verify your "
3048
  "email"
3083
  msgid "Title (after login):"
3084
  msgstr ""
3085
 
3086
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
3087
+ #: ../inc/widget.php:919
3088
  #, fuzzy
3089
  msgid "Before widget content:"
3090
  msgstr "المحتوى "
3091
 
3092
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
3093
+ #: ../inc/widget.php:990
3094
  #, fuzzy
3095
  msgid "After widget content:"
3096
  msgstr "أضف ودجت"
3097
 
3098
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
3099
+ #: ../inc/widget.php:596 ../inc/widget.php:759
3100
  #, fuzzy
3101
  msgid "Hide for logged in users:"
3102
  msgstr ""
3112
  "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية "
3113
  "الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3114
 
3115
+ #: ../inc/widget.php:243
3116
  #, fuzzy
3117
  msgid ""
3118
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3121
  "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم "
3122
  "الاجتماعية\"."
3123
 
3124
+ #: ../inc/widget.php:244 ../inc/widget.php:582
3125
  #, fuzzy
3126
  msgid "Title:"
3127
  msgstr "العنوان:"
3128
 
3129
+ #: ../inc/widget.php:246 ../inc/widget.php:416
3130
  #, fuzzy
3131
  msgid "Show individual share counts:"
3132
  msgstr "عرض عدد المقالات"
3133
 
3134
+ #: ../inc/widget.php:248 ../inc/widget.php:418
3135
  #, fuzzy
3136
  msgid "Show total shares:"
3137
  msgstr "عرض عدد المقالات"
3138
 
3139
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
3140
+ #: ../inc/widget.php:732
3141
  #, fuzzy
3142
  msgid "Target Url:"
3143
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3144
 
3145
+ #: ../inc/widget.php:281
3146
  #, fuzzy
3147
  msgid ""
3148
  "Floating sharing widget. Let your website users share content on popular "
3151
  "القطعة تقاسم العائمة الرأسية. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في "
3152
  "شعبية الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3153
 
3154
+ #: ../inc/widget.php:415
3155
  #, fuzzy
3156
  msgid ""
3157
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
3160
  "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم "
3161
  "الاجتماعية\"."
3162
 
3163
+ #: ../inc/widget.php:428 ../inc/widget.php:740
3164
  #, fuzzy
3165
  msgid "Alignment"
3166
  msgstr "محاذاة"
3167
 
3168
+ #: ../inc/widget.php:434 ../inc/widget.php:746
3169
  #, fuzzy
3170
  msgid "Left Offset"
3171
  msgstr "يسار"
3172
 
3173
+ #: ../inc/widget.php:438 ../inc/widget.php:750
3174
  #, fuzzy
3175
  msgid "Right Offset"
3176
  msgstr "يمين"
3177
 
3178
+ #: ../inc/widget.php:441 ../inc/widget.php:753
3179
  #, fuzzy
3180
  msgid "Top Offset"
3181
  msgstr "أعلى"
3182
 
3183
+ #: ../inc/widget.php:466
3184
  #, fuzzy
3185
  msgid ""
3186
  "Standard like buttons widget. Let your website users share/like content on "
3189
  "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية "
3190
  "الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3191
 
3192
+ #: ../inc/widget.php:581
3193
  #, fuzzy
3194
  msgid ""
3195
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3196
  "Like Buttons\" page."
3197
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3198
 
3199
+ #: ../inc/widget.php:615
3200
  #, fuzzy
3201
  msgid ""
3202
  "Floating like buttons widget. Let your website users share/like content on "
3205
  "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في "
3206
  "شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3207
 
3208
+ #: ../inc/widget.php:731
3209
  #, fuzzy
3210
  msgid ""
3211
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3213
  msgstr ""
3214
  "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3215
 
3216
+ #: ../inc/widget.php:775
3217
  #, fuzzy
3218
  msgid "Super Socializer - Follow Icons"
3219
  msgstr "آخر تسجيل دخول | Last Login"
3220
 
3221
+ #: ../inc/widget.php:777
3222
  msgid "These icons link to your Social Media accounts"
3223
  msgstr ""
3224
 
3225
+ #: ../inc/widget.php:923
3226
  #, fuzzy
3227
  msgid "Size of icons"
3228
  msgstr "المشاركات الأفقي"
3229
 
3230
+ #: ../inc/widget.php:925
3231
  #, fuzzy
3232
  msgid "Icon Shape"
3233
  msgstr "شكل"
3234
 
3235
+ #: ../inc/widget.php:930
3236
  #, fuzzy
3237
  msgid "Facebook URL:"
3238
  msgstr "رقم التعريف الخالص بك | ID"
3239
 
3240
+ #: ../inc/widget.php:933
3241
  #, fuzzy
3242
  msgid "Twitter URL:"
3243
  msgstr "شارك الأخرين عبر تويتر"
3244
 
3245
+ #: ../inc/widget.php:936
3246
  #, fuzzy
3247
  msgid "Instagram URL:"
3248
  msgstr "إنستاجرام"
3249
 
3250
+ #: ../inc/widget.php:939
3251
  #, fuzzy
3252
  msgid "Pinterest URL:"
3253
  msgstr "شارك الأخرين عبر بينتريست"
3254
 
3255
+ #: ../inc/widget.php:942
3256
  msgid "Behance URL:"
3257
  msgstr ""
3258
 
3259
+ #: ../inc/widget.php:945
3260
  msgid "Flickr URL:"
3261
  msgstr ""
3262
 
3263
+ #: ../inc/widget.php:948
3264
  msgid "Foursquare URL:"
3265
  msgstr ""
3266
 
3267
+ #: ../inc/widget.php:951
3268
  msgid "Github URL:"
3269
  msgstr ""
3270
 
3271
+ #: ../inc/widget.php:954
3272
  #, fuzzy
3273
  msgid "Google+ URL:"
3274
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
3275
 
3276
+ #: ../inc/widget.php:957
3277
  #, fuzzy
3278
  msgid "LinkedIn URL:"
3279
  msgstr "شارك الأخرين عبر لنكيدان"
3280
 
3281
+ #: ../inc/widget.php:960
3282
  #, fuzzy
3283
  msgid "LinkedIn Company URL:"
3284
  msgstr "شارك الأخرين عبر لنكيدان"
3285
 
3286
+ #: ../inc/widget.php:963
3287
+ #, fuzzy
3288
+ msgid "Medium URL:"
3289
+ msgstr "شارك الأخرين عبر تمبلير"
3290
+
3291
+ #: ../inc/widget.php:966
3292
+ msgid "Odnoklassniki URL:"
3293
+ msgstr ""
3294
+
3295
+ #: ../inc/widget.php:969
3296
  msgid "Snapchat URL:"
3297
  msgstr ""
3298
 
3299
+ #: ../inc/widget.php:972
3300
  #, fuzzy
3301
  msgid "Tumblr URL:"
3302
  msgstr "شارك الأخرين عبر تمبلير"
3303
 
3304
+ #: ../inc/widget.php:975
3305
  msgid "Vimeo URL:"
3306
  msgstr ""
3307
 
3308
+ #: ../inc/widget.php:978
3309
+ #, fuzzy
3310
+ msgid "Vkontakte URL:"
3311
+ msgstr "انشر عبر VKontakte"
3312
+
3313
+ #: ../inc/widget.php:981
3314
  msgid "Youtube URL:"
3315
  msgstr ""
3316
 
3317
+ #: ../inc/widget.php:984
3318
  msgid "Youtube Channel URL:"
3319
  msgstr ""
3320
 
3321
+ #: ../inc/widget.php:987
3322
  msgid "RSS Feed URL:"
3323
  msgstr ""
3324
 
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: 2018-12-01 11:43+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:43+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -71,7 +71,7 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:872 ../helper.php:975
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
@@ -83,7 +83,7 @@ msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
- #: ../super_socializer.php:894 ../admin/social_login.php:746
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
@@ -118,12 +118,12 @@ msgstr "LinkedIn"
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
122
- #: ../admin/social_commenting.php:43
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
- #: ../super_socializer.php:1296 ../helper.php:897
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
@@ -135,7 +135,7 @@ msgstr "Url de Avatar Pequeño"
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
- #: ../super_socializer.php:1307 ../helper.php:900
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
@@ -143,7 +143,7 @@ msgstr ""
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
- #: ../super_socializer.php:1311 ../helper.php:901
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
@@ -338,91 +338,105 @@ msgstr "Cuenta enlazada con éxito"
338
  msgid "Account already exists or linked"
339
  msgstr "Esta cuenta ya existe o ha sido enlazada"
340
 
341
- #: ../helper.php:626 ../helper.php:632
342
  msgid "Currently"
343
  msgstr "Actualmente"
344
 
345
- #: ../helper.php:626 ../helper.php:632
346
  msgid "Connected with"
347
  msgstr ""
348
 
349
- #: ../helper.php:626 ../helper.php:632
350
  msgid "Remove"
351
  msgstr "Remover"
352
 
353
- #: ../helper.php:703
354
  #, fuzzy
355
  msgid "Social Account Linking"
356
  msgstr "Comentarios en redes sociales"
357
 
358
- #: ../helper.php:753
359
  msgid "Disable Standard Social Sharing on this "
360
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
361
 
362
- #: ../helper.php:758
363
  msgid "Disable Floating Social Sharing on this "
364
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
365
 
366
- #: ../helper.php:763
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Desactivar los botones Me gusta Estándares aquí"
369
 
370
- #: ../helper.php:768
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
373
 
374
- #: ../helper.php:773
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Desactivar Comentarios de redes sociales aquí"
377
 
378
- #: ../helper.php:782
379
  msgid "Standard Sharing Interface"
380
  msgstr "Interfaz Estándar para Compartir"
381
 
382
- #: ../helper.php:788 ../helper.php:807
383
  msgid "Starting share count for "
384
  msgstr "Comienzo del Contador de veces compartidas"
385
 
386
- #: ../helper.php:801
387
  msgid "Floating Sharing Interface"
388
  msgstr "Interfaz Flotante de botones Compartir"
389
 
390
- #: ../helper.php:904
391
  msgid "Small Avatar"
392
  msgstr "Avatar Pequeño"
393
 
394
- #: ../helper.php:908
395
  msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
- #: ../helper.php:912 ../admin/general_options.php:128
399
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
400
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
401
  msgid "Save Changes"
402
  msgstr "Guardar Cambios"
403
 
404
- #: ../helper.php:1012
405
  msgid "Click to delete social profile data"
406
  msgstr ""
407
 
408
- #: ../helper.php:1041
409
  #, fuzzy
410
  msgid "Deleting"
411
  msgstr "Ajustes"
412
 
413
- #: ../helper.php:1051
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
- #: ../helper.php:1053
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
421
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  msgid "Include Javascript in website footer"
423
  msgstr "Incluir JavaScript en el pie de página del sitio web"
424
 
425
- #: ../admin/general_options.php:27
426
  msgid ""
427
  "If enabled (recommended), Javascript files will be included in the footer of "
428
  "your website."
@@ -430,19 +444,19 @@ msgstr ""
430
  "Si está activo (recomendado), los archivos JavaScript serán incluidos en el "
431
  "pie de página de tu sitio web."
432
 
433
- #: ../admin/general_options.php:35
434
  msgid "Load all Javascript files in single file"
435
  msgstr "Cargar todos los archivos JavaScript en un solo archivo"
436
 
437
- #: ../admin/general_options.php:45
438
  msgid "Loads Javascript in single request."
439
  msgstr "Carga JavaScript en una única petición."
440
 
441
- #: ../admin/general_options.php:53
442
  msgid "Delete all the options on plugin deletion"
443
  msgstr "Eliminar todas las opciones al eliminar el Plugin"
444
 
445
- #: ../admin/general_options.php:63
446
  msgid ""
447
  "If enabled, plugin options will get deleted when plugin is deleted/"
448
  "uninstalled and you will need to reconfigure the options when you install "
@@ -452,56 +466,56 @@ msgstr ""
452
  "el plugin, de manera que tendrá que volver a configurarlas cuando vuelva a "
453
  "instalar el plugin."
454
 
455
- #: ../admin/general_options.php:71
456
  msgid ""
457
  "Show popup notification to users if their browsers block the plugin features"
458
  msgstr ""
459
 
460
- #: ../admin/general_options.php:81
461
  msgid ""
462
  "If enabled, your website visitors will see a popup notification (only once) "
463
  "if their browsers block any of the features of the plugin so that they can "
464
  "change their browser settings to unblock these."
465
  msgstr ""
466
 
467
- #: ../admin/general_options.php:91
468
  msgid "Message to show in popup notification"
469
  msgstr ""
470
 
471
- #: ../admin/general_options.php:101
472
  msgid ""
473
  "Use {support_url} placeholder to show support documentation url in message"
474
  msgstr ""
475
 
476
- #: ../admin/general_options.php:110
477
  msgid "Custom CSS"
478
  msgstr "CSS Personalizado"
479
 
480
- #: ../admin/general_options.php:120
481
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
482
  msgstr ""
483
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
484
  "style&gt;)"
485
 
486
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
487
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
488
- #: ../admin/like_buttons.php:827
489
  #, fuzzy
490
  msgid "Instagram Shoutout"
491
  msgstr "Instagram"
492
 
493
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
494
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
495
- #: ../admin/like_buttons.php:829
496
  msgid ""
497
  "If you can send (to hello@heateor.com) how our plugin is helping your "
498
  "business, we can share it on Instagram. You can also send any relevant "
499
  "hashtags and people to mention in the Instagram post."
500
  msgstr ""
501
 
502
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
503
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
504
- #: ../admin/like_buttons.php:830
505
  msgid ""
506
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
507
  "language courses through their website. They have emerged as one of the most "
@@ -510,9 +524,9 @@ msgid ""
510
  "time."
511
  msgstr ""
512
 
513
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
514
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
515
- #: ../admin/like_buttons.php:831
516
  msgid ""
517
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
518
  "features at their website, such as - Social Login, Social Share and Social "
@@ -553,7 +567,7 @@ msgstr "Demo del Plugin"
553
  msgid "Translate Plugin"
554
  msgstr ""
555
 
556
- #: ../admin/help.php:37 ../admin/social_login.php:53
557
  #, fuzzy
558
  msgid "Customize Social Login Icons"
559
  msgstr "Ingreso a través de redes sociales"
@@ -615,70 +629,70 @@ msgstr "Apóyanos"
615
  msgid "Rate 5-star"
616
  msgstr "Puntuar con 5 estrellas"
617
 
618
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
619
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
620
  msgid "Master Control"
621
  msgstr "Control Maestro"
622
 
623
- #: ../admin/social_sharing.php:14
624
  msgid "Enable Social Sharing"
625
  msgstr "Permitir Compartir en redes sociales"
626
 
627
- #: ../admin/social_sharing.php:23
628
  msgid "Master control to enable Social Sharing"
629
  msgstr "Control Maestro para permitir Compartir en redes sociales"
630
 
631
- #: ../admin/social_sharing.php:33
632
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
633
  msgstr ""
634
 
635
- #: ../admin/social_sharing.php:41
636
  msgid "Theme Selection"
637
  msgstr "Selección de Temas"
638
 
639
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
640
  msgid "Standard Interface"
641
  msgstr "Interfaz Estándar"
642
 
643
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
644
  msgid "Floating Interface"
645
  msgstr "Interfaz Flotante"
646
 
647
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
648
  msgid "Miscellaneous"
649
  msgstr "Miscelánea"
650
 
651
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
652
  msgid "3rd Party Integration"
653
  msgstr ""
654
 
655
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
656
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
657
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
658
- #: ../admin/like_buttons.php:793
659
  msgid "Shortcode & Widget"
660
  msgstr "Widgets y Shortcodes"
661
 
662
- #: ../admin/social_sharing.php:53
663
  msgid "Troubleshooter"
664
  msgstr "Resolución de problmas"
665
 
666
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
667
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
668
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
669
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
670
  msgid "FAQ"
671
  msgstr "FAQ"
672
 
673
- #: ../admin/social_sharing.php:62
674
  msgid "Standard interface theme"
675
  msgstr "Tema de la Interfaz Estándar"
676
 
677
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
678
  msgid "Icon Preview"
679
  msgstr "Vista previa de Icono"
680
 
681
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
682
  msgid ""
683
  "Do not forget to save the configuration after making changes by clicking the "
684
  "save button below"
@@ -686,57 +700,57 @@ msgstr ""
686
  "No olvides guardar la configuración después de hacer cambios clickando en el "
687
  "botón \"Guardar\" de abajo"
688
 
689
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
690
  msgid "Shape"
691
  msgstr "Forma"
692
 
693
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
694
- #: ../inc/widget.php:907
695
  msgid "Round"
696
  msgstr "Redondeado"
697
 
698
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
699
- #: ../inc/widget.php:908
700
  msgid "Square"
701
  msgstr "Cuadrado"
702
 
703
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
704
  msgid "Rectangle"
705
  msgstr "Rectángulo"
706
 
707
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
708
  msgid "Shape of the sharing icons"
709
  msgstr "Forma de los iconos de compartir"
710
 
711
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
712
  msgid "Size (in pixels)"
713
  msgstr "Tamaño (en pixels)"
714
 
715
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
716
  msgid "Size of the sharing icons"
717
  msgstr "Tamaño de los iconos de Compartir"
718
 
719
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
720
  msgid "Width (in pixels)"
721
  msgstr "Anchura (en pixels)"
722
 
723
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
724
  msgid "Width of the sharing icons"
725
  msgstr "Anchura de los iconos de Compartir"
726
 
727
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
728
  msgid "Height (in pixels)"
729
  msgstr "Altura (en pixels)"
730
 
731
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
732
  msgid "Height of the sharing icons"
733
  msgstr "Altura de los iconos de Compartir"
734
 
735
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
736
  msgid "Border radius (in pixels)"
737
  msgstr "Borde del radio (en pixels)"
738
 
739
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
740
  msgid ""
741
  "Specify a value for rounded corners. More the value, more rounded will the "
742
  "corners be. Leave empty for sharp corners."
@@ -745,23 +759,23 @@ msgstr ""
745
  "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
746
  "esquinas cuaadradas."
747
 
748
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
749
  msgid "Logo Color"
750
  msgstr "Color del Logo"
751
 
752
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
753
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
754
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
755
  msgid "Default"
756
  msgstr "Por defecto "
757
 
758
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
759
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
760
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
761
  msgid "On Hover"
762
  msgstr "Con el puntero encima "
763
 
764
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
765
  msgid ""
766
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
767
  "empty for default. You can get the hex code of the required color from <a "
@@ -772,13 +786,13 @@ msgstr ""
772
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
773
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
774
 
775
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
776
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
777
- #: ../inc/widget.php:436 ../inc/widget.php:748
778
  msgid "Background Color"
779
  msgstr "Color del fondo"
780
 
781
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
782
  msgid ""
783
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
784
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -791,281 +805,281 @@ msgstr ""
791
  "código hexadecimal del color que desees en <a href=\"http://www.colorpicker."
792
  "com/\" target=\"_blank\">este enlace</a>"
793
 
794
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
795
  msgid "Border"
796
  msgstr "Borde"
797
 
798
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
799
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
800
  msgid "Border Width"
801
  msgstr "Anchura del borde "
802
 
803
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
804
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
805
  msgid "Border Color"
806
  msgstr "Color del borde "
807
 
808
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
809
  msgid "Icon border"
810
  msgstr "Borde del icono"
811
 
812
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
813
  msgid "Counter Position"
814
  msgstr "Posición del Contador"
815
 
816
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
817
  msgid "(applies, if counter enabled)"
818
  msgstr "(aplicable si el contador está activo)"
819
 
820
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
821
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
822
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
823
- #: ../inc/widget.php:422 ../inc/widget.php:734
824
  msgid "Left"
825
  msgstr "Izquierda"
826
 
827
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
828
  msgid "Top"
829
  msgstr "Arriba"
830
 
831
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
832
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
833
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
834
- #: ../inc/widget.php:423 ../inc/widget.php:735
835
  msgid "Right"
836
  msgstr "Derecha"
837
 
838
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
839
  msgid "Bottom"
840
  msgstr "Abajo"
841
 
842
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
843
  msgid "Inner Left"
844
  msgstr "Izquierda Interior"
845
 
846
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
847
  msgid "Inner Top"
848
  msgstr "Arriba Interior"
849
 
850
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
851
  msgid "Inner Right"
852
  msgstr "Derecha Interior"
853
 
854
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
855
  msgid "Inner Bottom"
856
  msgstr "Abajo Interior"
857
 
858
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
859
  msgid "Position of share counter"
860
  msgstr "Posición del contador de veces compartidas"
861
 
862
- #: ../admin/social_sharing.php:369
863
  msgid "Floating interface theme"
864
  msgstr "Tema de la Interfaz Flotante"
865
 
866
- #: ../admin/social_sharing.php:682
867
  msgid "Standard Sharing Interface Options"
868
  msgstr "Opciones de la interfaz estándar de Compartir"
869
 
870
- #: ../admin/social_sharing.php:688
871
  msgid "Enable Standard sharing interface"
872
  msgstr "Permitir Interfaz Estándar de Compartir"
873
 
874
- #: ../admin/social_sharing.php:698
875
  msgid "Master control to enable standard sharing"
876
  msgstr "Control Maestro para permitir Compartir estándar"
877
 
878
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
879
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
880
  msgid "Target Url"
881
  msgstr "Target Url"
882
 
883
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
884
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
885
  msgid "Url of the webpage where icons are located (default)"
886
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
887
 
888
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
889
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
890
  msgid "Url of the homepage of your website"
891
  msgstr "Url de la página de inicio de tu sitio web"
892
 
893
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
894
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
895
  msgid "Custom url"
896
  msgstr "Url personalizada"
897
 
898
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
899
  msgid "Url to share"
900
  msgstr "Url para compartir"
901
 
902
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
903
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
904
- #: ../inc/widget.php:901
905
  msgid "Title"
906
  msgstr "Título"
907
 
908
- #: ../admin/social_sharing.php:741
909
  msgid "The text to display above the sharing interface"
910
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
911
 
912
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
913
  #, fuzzy
914
  msgid "Instagram username"
915
  msgstr "Instagram"
916
 
917
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
918
  msgid ""
919
  "Username of the Instagram account you want to redirect users to, on clicking "
920
  "the icon"
921
  msgstr ""
922
 
923
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
924
  #, fuzzy
925
  msgid "HTML ID of container element of comment form"
926
  msgstr "HTML ID del contenedor del formulario de comentario"
927
 
928
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
929
  msgid ""
930
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
931
  "icon."
932
  msgstr ""
933
 
934
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
935
  msgid "Rearrange icons"
936
  msgstr "Reorganizar iconos"
937
 
938
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
939
  msgid "Drag the icons to rearrange in desired order"
940
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
941
 
942
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
943
  msgid "Select Sharing Services"
944
  msgstr "Selecciona los Servicios para Compartir"
945
 
946
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
947
  msgid "Select sharing services to show in social share bar"
948
  msgstr ""
949
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
950
  "sociales"
951
 
952
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
953
  #, fuzzy
954
  msgid "Search social network"
955
  msgstr "como red social primaria"
956
 
957
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
958
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
959
  msgid "Horizontal alignment"
960
  msgstr "Alineación horizontal"
961
 
962
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
963
  msgid "Center"
964
  msgstr "Centrar"
965
 
966
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
967
  msgid "Horizontal alignment of the sharing interface"
968
  msgstr "Alineación horizontal de la interfaz de Compartir"
969
 
970
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
971
  msgid "Position with respect to content"
972
  msgstr "Posición respecto al contenido"
973
 
974
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
975
  msgid "Top of the content"
976
  msgstr "Encima del contenido"
977
 
978
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
979
  msgid "Bottom of the content"
980
  msgstr "Debajo del contenido"
981
 
982
- #: ../admin/social_sharing.php:956
983
  msgid "Specify position of the sharing interface with respect to the content"
984
  msgstr ""
985
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
986
 
987
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
988
  msgid "Placement"
989
  msgstr "Ubicación"
990
 
991
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
992
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
993
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
994
  msgid "Homepage"
995
  msgstr "Página de Inicio"
996
 
997
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
998
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
999
  msgid "Posts"
1000
  msgstr "Entradas"
1001
 
1002
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1003
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1004
  msgid "Pages"
1005
  msgstr "Páginas"
1006
 
1007
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1008
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1009
  #, fuzzy
1010
  msgid "Excerpts and Posts page"
1011
  msgstr "Extractos (en la Página de Inicio)"
1012
 
1013
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1014
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1015
  msgid "Category Archives"
1016
  msgstr "Archivos por Categoría"
1017
 
1018
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1019
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1020
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1021
  msgstr ""
1022
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
1023
  "Fecha)"
1024
 
1025
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1026
  msgid "BuddyPress activity"
1027
  msgstr "Actividad en BuddyPress"
1028
 
1029
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1030
  msgid "BuddyPress group (only at top of content)"
1031
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1032
 
1033
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1034
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1035
  msgid "BBPress forum"
1036
  msgstr "Foro BBPress"
1037
 
1038
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1039
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1040
  msgid "BBPress topic"
1041
  msgstr "Tema BBPress"
1042
 
1043
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1044
  msgid "BBPress reply"
1045
  msgstr "Respuesta BBPress"
1046
 
1047
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1048
  msgid "After individual product at WooCommerce Shop page"
1049
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
1050
 
1051
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1052
  msgid "WooCommerce Product Page"
1053
  msgstr "Página de Producto WooCommerce"
1054
 
1055
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1056
  msgid "WooCommerce Thankyou Page"
1057
  msgstr "Página de Agradecimiento WooCommerce"
1058
 
1059
- #: ../admin/social_sharing.php:1032
1060
  msgid "Specify the pages where you want to enable Sharing interface"
1061
  msgstr ""
1062
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1063
 
1064
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1065
  msgid "Show share counts"
1066
  msgstr "Mostrar contadores de las veces compartidas"
1067
 
1068
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1069
  #, fuzzy
1070
  msgid ""
1071
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1075,7 +1089,7 @@ msgstr ""
1075
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1076
  "Stumbleupon, Odnoklassniki y Vkontakte"
1077
 
1078
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1079
  #, php-format
1080
  msgid ""
1081
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1084,27 +1098,27 @@ msgid ""
1084
  "their website."
1085
  msgstr ""
1086
 
1087
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1088
  msgid "If enabled, share counts are displayed above sharing icons."
1089
  msgstr ""
1090
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1091
  "iconos de compartir."
1092
 
1093
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1094
  msgid "Show total shares"
1095
  msgstr "Mostrar número total de veces compartidas"
1096
 
1097
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1098
  msgid "If enabled, total shares will be displayed with sharing icons"
1099
  msgstr ""
1100
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1101
  "de compartir."
1102
 
1103
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1104
  msgid "Enable 'More' icon"
1105
  msgstr "Permitir el icono 'Más'"
1106
 
1107
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1108
  msgid ""
1109
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1110
  "which shows additional sharing networks in popup"
@@ -1112,19 +1126,19 @@ msgstr ""
1112
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1113
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1114
 
1115
- #: ../admin/social_sharing.php:1108
1116
  msgid "Floating Sharing Interface Options"
1117
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1118
 
1119
- #: ../admin/social_sharing.php:1114
1120
  msgid "Enable Floating sharing interface"
1121
  msgstr "Permitir la Interfaz Flotante de Compartir"
1122
 
1123
- #: ../admin/social_sharing.php:1124
1124
  msgid "Master control to enable floating sharing widget"
1125
  msgstr "Control maestro para permitir el widget flotante de compartir"
1126
 
1127
- #: ../admin/social_sharing.php:1318
1128
  msgid ""
1129
  "Specify the color or hex code (example #cc78e0) for the background of "
1130
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1136,11 +1150,11 @@ msgstr ""
1136
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1137
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1138
 
1139
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1140
  msgid "Left offset"
1141
  msgstr "Desplazamiento a la izquierda"
1142
 
1143
- #: ../admin/social_sharing.php:1358
1144
  msgid ""
1145
  "Specify a number. Increase in number will shift sharing interface towards "
1146
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1149,11 +1163,11 @@ msgstr ""
1149
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1150
  "la izquierda. El número puede ser negativo también."
1151
 
1152
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1153
  msgid "Right offset"
1154
  msgstr "Desplazamiento a la derecha"
1155
 
1156
- #: ../admin/social_sharing.php:1378
1157
  msgid ""
1158
  "Specify a number. Increase in number will shift sharing interface towards "
1159
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1162,11 +1176,11 @@ msgstr ""
1162
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1163
  "hacia la derecha. El número puede ser negativo también."
1164
 
1165
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1166
  msgid "Top offset"
1167
  msgstr "Desplazamiento hacia arriba"
1168
 
1169
- #: ../admin/social_sharing.php:1397
1170
  msgid ""
1171
  "Specify a number. Increase in number will shift sharing interface towards "
1172
  "bottom and decrease will shift it towards top."
@@ -1175,28 +1189,28 @@ msgstr ""
1175
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1176
  "abajo."
1177
 
1178
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1179
  msgid "BuddyPress group"
1180
  msgstr "grupo BuddyPress"
1181
 
1182
- #: ../admin/social_sharing.php:1454
1183
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1184
  msgstr ""
1185
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1186
  "Compartir"
1187
 
1188
- #: ../admin/social_sharing.php:1521
1189
  msgid "Vertical floating bar responsiveness"
1190
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1191
 
1192
- #: ../admin/social_sharing.php:1524
1193
  #, php-format
1194
  msgid "Display vertical interface only when screen is wider than %s pixels"
1195
  msgstr ""
1196
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1197
  "pixels"
1198
 
1199
- #: ../admin/social_sharing.php:1531
1200
  msgid ""
1201
  "Display vertical interface only when screen is wider than the width "
1202
  "specified."
@@ -1204,11 +1218,11 @@ msgstr ""
1204
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1205
  "ancho especificado."
1206
 
1207
- #: ../admin/social_sharing.php:1539
1208
  msgid "Horizontal floating bar responsiveness"
1209
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1210
 
1211
- #: ../admin/social_sharing.php:1542
1212
  #, php-format
1213
  msgid ""
1214
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1217,7 +1231,7 @@ msgstr ""
1217
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1218
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1219
 
1220
- #: ../admin/social_sharing.php:1549
1221
  msgid ""
1222
  "Stick vertical floating interface horizontally at bottom only when screen is "
1223
  "narrower than the width specified"
@@ -1225,52 +1239,52 @@ msgstr ""
1225
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1226
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1227
 
1228
- #: ../admin/social_sharing.php:1559
1229
  msgid "Horizontal floating bar position"
1230
  msgstr "Posición de la barra flotante horizontal"
1231
 
1232
- #: ../admin/social_sharing.php:1562
1233
  #, php-format
1234
  msgid "%s pixels from %s"
1235
  msgstr "%s pixels de %s"
1236
 
1237
- #: ../admin/social_sharing.php:1563
1238
  msgid "Auto-adjust according to screen width (responsive)"
1239
  msgstr ""
1240
 
1241
- #: ../admin/social_sharing.php:1570
1242
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1243
  msgstr ""
1244
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1245
  "también."
1246
 
1247
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1248
  msgid "Url shortener"
1249
  msgstr "Acortador de Url"
1250
 
1251
- #: ../admin/social_sharing.php:1596
1252
  msgid "Use shortlinks already installed"
1253
  msgstr "Utiliza los shortlinks ya instalados"
1254
 
1255
- #: ../admin/social_sharing.php:1606
1256
  msgid "Uses default short url permalinks without using any additional plugin"
1257
  msgstr ""
1258
 
1259
- #: ../admin/social_sharing.php:1614
1260
  msgid "Enable bit.ly url shortener for sharing"
1261
  msgstr "Habilitar acortador de url bit.ly para compartir"
1262
 
1263
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1264
  msgid "Master control to enable bit.ly url shortening for sharing"
1265
  msgstr ""
1266
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1267
 
1268
- #: ../admin/social_sharing.php:1632
1269
  #, fuzzy
1270
  msgid "bit.ly Login"
1271
  msgstr "Ingreso a través de redes sociales"
1272
 
1273
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1274
  #, fuzzy, php-format
1275
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1276
  msgstr ""
@@ -1278,19 +1292,19 @@ msgstr ""
1278
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1279
  "conseguir tu Twitter Key"
1280
 
1281
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1282
  msgid "bit.ly API Key"
1283
  msgstr "bit.ly API Key"
1284
 
1285
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1286
  msgid "Clear Bitly Cache"
1287
  msgstr ""
1288
 
1289
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1290
  msgid "ShortUrl cache cleared successfully."
1291
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1292
 
1293
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1294
  msgid ""
1295
  "Use this to delete short urls saved in database. Handy, if urls of your "
1296
  "website have been changed but short urls are still being generated for old "
@@ -1300,31 +1314,31 @@ msgstr ""
1300
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1301
  "url cortas todavía se están generando para viejas url."
1302
 
1303
- #: ../admin/social_sharing.php:1690
1304
  msgid "Share Count Cache"
1305
  msgstr ""
1306
 
1307
- #: ../admin/social_sharing.php:1696
1308
  msgid "Refresh Share Count cache every"
1309
  msgstr ""
1310
 
1311
- #: ../admin/social_sharing.php:1701
1312
  msgid "Second(s)"
1313
  msgstr ""
1314
 
1315
- #: ../admin/social_sharing.php:1702
1316
  msgid "Minute(s)"
1317
  msgstr ""
1318
 
1319
- #: ../admin/social_sharing.php:1703
1320
  msgid "Hour(s)"
1321
  msgstr ""
1322
 
1323
- #: ../admin/social_sharing.php:1704
1324
  msgid "Day(s)"
1325
  msgstr ""
1326
 
1327
- #: ../admin/social_sharing.php:1712
1328
  #, php-format
1329
  msgid ""
1330
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1332,26 +1346,26 @@ msgid ""
1332
  "target=\"_blank\">here</a>"
1333
  msgstr ""
1334
 
1335
- #: ../admin/social_sharing.php:1720
1336
  msgid "Clear Share Counts Cache"
1337
  msgstr ""
1338
 
1339
- #: ../admin/social_sharing.php:1724
1340
  #, fuzzy
1341
  msgid "Share Counts cache cleared successfully."
1342
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1343
 
1344
- #: ../admin/social_sharing.php:1731
1345
  msgid "Use this to clear cached share counts"
1346
  msgstr ""
1347
 
1348
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1349
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1350
- #: ../admin/like_buttons.php:694
1351
  msgid "Language"
1352
  msgstr "Idioma"
1353
 
1354
- #: ../admin/social_sharing.php:1756
1355
  #, php-format
1356
  msgid ""
1357
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1362,15 +1376,15 @@ msgstr ""
1362
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1363
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1364
 
1365
- #: ../admin/social_sharing.php:1765
1366
  msgid "Username in sharing"
1367
  msgstr "Nombre de usuario en Compartir"
1368
 
1369
- #: ../admin/social_sharing.php:1771
1370
  msgid "Twitter username (without @)"
1371
  msgstr "Nombre de usuario de Twitter (sin @)"
1372
 
1373
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1374
  msgid ""
1375
  "Provided username will be appended after the content being shared as \"via "
1376
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1380,36 +1394,36 @@ msgstr ""
1380
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1381
  "nombre de usuario en el contenido compartido."
1382
 
1383
- #: ../admin/social_sharing.php:1790
1384
  msgid "Buffer username (without @)"
1385
  msgstr "Nombre de usuario de Buffer (sin @)"
1386
 
1387
- #: ../admin/social_sharing.php:1809
1388
  msgid "AMP"
1389
  msgstr ""
1390
 
1391
- #: ../admin/social_sharing.php:1815
1392
  #, fuzzy
1393
  msgid "Enable sharing on AMP pages"
1394
  msgstr "Permitir Página de Ingreso"
1395
 
1396
- #: ../admin/social_sharing.php:1825
1397
  msgid "Enable this option to render sharing icons on AMP pages"
1398
  msgstr ""
1399
 
1400
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1401
  msgid "myCRED"
1402
  msgstr ""
1403
 
1404
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1405
  msgid "Append myCRED referral ID to the urls being shared"
1406
  msgstr ""
1407
 
1408
- #: ../admin/social_sharing.php:1883
1409
  msgid "Facebook Sharing Troubleshooter"
1410
  msgstr "Resolución de problemas al Compartir en Facebook"
1411
 
1412
- #: ../admin/social_sharing.php:1888
1413
  #, fuzzy
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1421,18 +1435,18 @@ msgstr ""
1421
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1422
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1423
 
1424
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1425
- #: ../admin/social_login.php:1200
1426
  msgid ""
1427
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1428
  "an online website for the plugin to function properly."
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1907
1432
  msgid "Why is Instagram icon redirecting to Instagram website?"
1433
  msgstr ""
1434
 
1435
- #: ../admin/social_sharing.php:1908
1436
  msgid ""
1437
  "Instagram icon is there to send website visitors to the Instagram page of "
1438
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1440,47 +1454,47 @@ msgid ""
1440
  "sections."
1441
  msgstr ""
1442
 
1443
- #: ../admin/social_sharing.php:1911
1444
  msgid ""
1445
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1446
  msgstr ""
1447
 
1448
- #: ../admin/social_sharing.php:1912
1449
  msgid ""
1450
  "It takes some time for their service to track the shares made on Twitter "
1451
  "from your website. If you still feel it's taking too long you can contact "
1452
  "their support directly from their website."
1453
  msgstr ""
1454
 
1455
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1456
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1457
  msgstr ""
1458
 
1459
- #: ../admin/social_sharing.php:1915
1460
  msgid ""
1461
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1465
- #: ../admin/social_login.php:1206
1466
  msgid "Why is my browser blocking some features of the plugin?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1917
1470
  msgid "Why the color of share icons is not being updated?"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1918
1474
  msgid ""
1475
  "Why is sharer not showing the correct image, title and other meta tags "
1476
  "content?"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1919
1480
  msgid "Why Facebook share counts are not appearing?"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1920
1484
  msgid ""
1485
  "How can I show share counts of my website rather than of individual pages/"
1486
  "posts?"
@@ -1488,78 +1502,78 @@ msgstr ""
1488
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1489
  "lugar de páginas individuales o entradas?"
1490
 
1491
- #: ../admin/social_sharing.php:1921
1492
  msgid "How can I disable sharing on particular page/post?"
1493
  msgstr ""
1494
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1495
  "entrada?"
1496
 
1497
- #: ../admin/social_sharing.php:1922
1498
  msgid "How can I specify minimum sharing count for sharing networks?"
1499
  msgstr ""
1500
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1501
  "sociales?"
1502
 
1503
- #: ../admin/social_sharing.php:1923
1504
  msgid "How to share specific page?"
1505
  msgstr "¿Cómo compartir una página específica?"
1506
 
1507
- #: ../admin/social_sharing.php:1924
1508
  msgid "How to integrate Google Analytics with sharing?"
1509
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1510
 
1511
- #: ../admin/social_sharing.php:1925
1512
  msgid "How to customize the look of total share counts?"
1513
  msgstr ""
1514
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1515
 
1516
- #: ../admin/social_sharing.php:1926
1517
  msgid "How to customize the look of individual share counts?"
1518
  msgstr ""
1519
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1520
  "compartidas?"
1521
 
1522
- #: ../admin/social_sharing.php:1927
1523
  msgid "How to show Whatsapp icon only on mobile devices?"
1524
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1525
 
1526
- #: ../admin/social_sharing.php:1928
1527
  msgid "How to hide arrow after floating sharing bar?"
1528
  msgstr ""
1529
 
1530
- #: ../admin/social_sharing.php:1929
1531
  msgid "Why is share count not getting updated?"
1532
  msgstr ""
1533
 
1534
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1535
  msgid "Why is there so much space between like buttons?"
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1539
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1540
  msgstr ""
1541
 
1542
- #: ../admin/social_commenting.php:13
1543
  msgid "Enable Social Commenting"
1544
  msgstr "Permitir Comentarios en redes sociales"
1545
 
1546
- #: ../admin/social_commenting.php:23
1547
  msgid "Master control to enable Social Commenting"
1548
  msgstr "Control maestro para permitir Comentarios en redes sociales"
1549
 
1550
- #: ../admin/social_commenting.php:34
1551
  msgid "Social Commenting"
1552
  msgstr "Comentarios en redes sociales"
1553
 
1554
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1555
  msgid "Shortcode"
1556
  msgstr "Shortcode"
1557
 
1558
- #: ../admin/social_commenting.php:49
1559
  msgid "Order of tabs in commenting interface"
1560
  msgstr "Orden de pestañas en la interfaz de comentarios"
1561
 
1562
- #: ../admin/social_commenting.php:59
1563
  msgid ""
1564
  "Order of the tabs shown in social commenting interface. Defaults to "
1565
  "wordpress,facebook,googleplus,disqus"
@@ -1567,29 +1581,29 @@ msgstr ""
1567
  "Orden de las pestañas mostradas en la interfaz de comentarios en redes "
1568
  "sociales. Por defecto es: wordpress, facebook, google plus, disqus"
1569
 
1570
- #: ../admin/social_commenting.php:67
1571
  msgid "Comment area label"
1572
  msgstr "Etiqueta del área de comentarios"
1573
 
1574
- #: ../admin/social_commenting.php:77
1575
  msgid "Label for comment area"
1576
  msgstr "Etiqueta para el área de comentarios"
1577
 
1578
- #: ../admin/social_commenting.php:90
1579
  msgid "Enable Social Commenting at"
1580
  msgstr "Permitir Comentarios Sociales en"
1581
 
1582
- #: ../admin/social_commenting.php:109
1583
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1584
  msgstr ""
1585
  "Especifica los grupos de páginas/entradas donde quieres permitir Comentarios "
1586
  "Sociales"
1587
 
1588
- #: ../admin/social_commenting.php:120
1589
  msgid "HTML ID of comment form container"
1590
  msgstr "HTML ID del contenedor del formulario de comentario"
1591
 
1592
- #: ../admin/social_commenting.php:130
1593
  msgid ""
1594
  "HTML ID of container element of the default comment form at front end. Leave "
1595
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1602,43 +1616,43 @@ msgstr ""
1602
  "defecto se muestra y si los Comentarios Sociales no están permitidos en la "
1603
  "vista del usuario de tu sitio web."
1604
 
1605
- #: ../admin/social_commenting.php:140
1606
  msgid "Labels"
1607
  msgstr "Etiquetas"
1608
 
1609
- #: ../admin/social_commenting.php:145
1610
  msgid "Label for WordPress Commenting tab"
1611
  msgstr "Etiqueta para la pestaña de Comentarios de WordPress"
1612
 
1613
- #: ../admin/social_commenting.php:154
1614
  msgid "Label for Facebook Commenting tab"
1615
  msgstr "Etiqueta para la pestaña de Comentarios de Facebook"
1616
 
1617
- #: ../admin/social_commenting.php:163
1618
  msgid "Label for G+ Commenting tab"
1619
  msgstr "Etiqueta para la pestaña de Comentarios de G+"
1620
 
1621
- #: ../admin/social_commenting.php:172
1622
  msgid "Label for Disqus Commenting tab"
1623
  msgstr "Etiqueta para la pestaña de Comentarios de Disqus"
1624
 
1625
- #: ../admin/social_commenting.php:183
1626
  msgid "Facebook Commenting Options"
1627
  msgstr "Opciones de Comentarios de Facebook"
1628
 
1629
- #: ../admin/social_commenting.php:189
1630
  msgid "Enable Facebook Comments notification and moderation"
1631
  msgstr "Permitir la notificación y moderación de Comentarios de Facebook"
1632
 
1633
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1634
  msgid "Enable Facebook Commenting"
1635
  msgstr "Permitir Comentarios de Facebook"
1636
 
1637
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1638
  msgid "Url to comment on"
1639
  msgstr "Url para comentar"
1640
 
1641
- #: ../admin/social_commenting.php:225
1642
  msgid ""
1643
  "The absolute URL that comments posted will be permanently associated with. "
1644
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1650,16 +1664,16 @@ msgstr ""
1650
  "vincularán a esta URL.<br/>Si se deja vacía <strong>(Recomendado)</ strong>, "
1651
  "se utilizará la url de la página web en la que los comentarios están activos."
1652
 
1653
- #: ../admin/social_commenting.php:233
1654
  #, fuzzy
1655
  msgid "Show Recent Facebook Comments in a Widget"
1656
  msgstr "Permitir Comentarios de Facebook"
1657
 
1658
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1659
  msgid "Width"
1660
  msgstr "Ancho"
1661
 
1662
- #: ../admin/social_commenting.php:251
1663
  msgid ""
1664
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1665
  "block."
@@ -1667,29 +1681,29 @@ msgstr ""
1667
  "Dejar en blanco para que el ancho se ajuste de manera automática. El ancho "
1668
  "(en píxeles) del Bloque de Comentarios."
1669
 
1670
- #: ../admin/social_commenting.php:259
1671
  msgid "Color Scheme"
1672
  msgstr "Esquema de Color"
1673
 
1674
- #: ../admin/social_commenting.php:263
1675
  msgid "Light"
1676
  msgstr "Claro"
1677
 
1678
- #: ../admin/social_commenting.php:264
1679
  msgid "Dark"
1680
  msgstr "Oscuro"
1681
 
1682
- #: ../admin/social_commenting.php:272
1683
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1684
  msgstr ""
1685
  "El esquema de color utilizado por el plugin. Puede ser \"claro\" o \"oscuro"
1686
  "\"."
1687
 
1688
- #: ../admin/social_commenting.php:280
1689
  msgid "Number of comments"
1690
  msgstr "Número de comentarios"
1691
 
1692
- #: ../admin/social_commenting.php:290
1693
  msgid ""
1694
  "The number of comments to show by default. The minimum value is 1. Defaults "
1695
  "to 10"
@@ -1697,27 +1711,27 @@ msgstr ""
1697
  "El número de comentarios que se mostrará de forma predeterminada. El valor "
1698
  "mínimo es 1. El valor predeterminado es 10"
1699
 
1700
- #: ../admin/social_commenting.php:298
1701
  msgid "Order by"
1702
  msgstr "Ordenar por"
1703
 
1704
- #: ../admin/social_commenting.php:302
1705
  msgid "Social"
1706
  msgstr "Social"
1707
 
1708
- #: ../admin/social_commenting.php:303
1709
  msgid "Reverse Time"
1710
  msgstr "Invertir Fecha"
1711
 
1712
- #: ../admin/social_commenting.php:304
1713
  msgid "Time"
1714
  msgstr "Fecha"
1715
 
1716
- #: ../admin/social_commenting.php:312
1717
  msgid "The order to use when displaying comments."
1718
  msgstr "El orden para usar cuando se muestren los comentarios."
1719
 
1720
- #: ../admin/social_commenting.php:330
1721
  #, php-format
1722
  msgid ""
1723
  "Enter the code of the language you want to use to display commenting. You "
@@ -1728,21 +1742,21 @@ msgstr ""
1728
  "comentarios. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1729
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1730
 
1731
- #: ../admin/social_commenting.php:339
1732
  msgid "Google Plus Commenting Options"
1733
  msgstr "Opciones de Comentarios de Google Plus"
1734
 
1735
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1736
  msgid "Enable Google Plus Commenting"
1737
  msgstr "Permitir Comentarios de Google Plus"
1738
 
1739
- #: ../admin/social_commenting.php:373
1740
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1741
  msgstr ""
1742
  "Ancho de la interfaz de los Comentarios de Google Plus. Déjalo vacío para "
1743
  "que se ajuste automáticamente."
1744
 
1745
- #: ../admin/social_commenting.php:391
1746
  msgid ""
1747
  "The absolute URL that comments posted will be permanently associated with. "
1748
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1754,19 +1768,19 @@ msgstr ""
1754
  "vincularán a esta URL.<br/>Si se deja vacía <strong>(Recomendado)</ strong>, "
1755
  "se utilizará la url de la página web en la que los comentarios están activos."
1756
 
1757
- #: ../admin/social_commenting.php:400
1758
  msgid "Disqus Commenting Options"
1759
  msgstr "Opciones de Comentarios de Disqus"
1760
 
1761
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1762
  msgid "Enable Disqus Commenting"
1763
  msgstr "Permitir Comentarios de Disqus"
1764
 
1765
- #: ../admin/social_commenting.php:424
1766
  msgid "Disqus Shortname"
1767
  msgstr "Shortname Disqus"
1768
 
1769
- #: ../admin/social_commenting.php:434
1770
  msgid ""
1771
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1772
  "shortname, visit following link."
@@ -1774,38 +1788,38 @@ msgstr ""
1774
  "<strong>Necesario para utilizar los Comentarios de Disqus.</ strong> Para "
1775
  "obtener más información sobre el shortname, visita el siguiente enlace."
1776
 
1777
- #: ../admin/social_commenting.php:452
1778
  msgid "Social Commenting Shortcode"
1779
  msgstr "Shortcode de Comentarios Sociales"
1780
 
1781
- #: ../admin/social_commenting.php:466
1782
  msgid ""
1783
  "How to show recent Facebook Comments from all over the website in a widget?"
1784
  msgstr ""
1785
 
1786
- #: ../admin/social_commenting.php:467
1787
  msgid ""
1788
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1789
  "Https?"
1790
  msgstr ""
1791
 
1792
- #: ../admin/social_commenting.php:469
1793
  msgid "How can I disable Social Commenting at individual page/post?"
1794
  msgstr ""
1795
  "¿Cómo puedo desactivar los Comentarios Sociales en páginas individuales o "
1796
  "entradas?"
1797
 
1798
- #: ../admin/social_commenting.php:470
1799
  msgid "How to disable default comment form from Social Commenting?"
1800
  msgstr ""
1801
  "¿Cómo desactivar el formulario de comentarios por defecto de los Comentarios "
1802
  "Sociales?"
1803
 
1804
- #: ../admin/social_login.php:14
1805
  msgid "Enable Social Login"
1806
  msgstr "Permitir el Ingreso a través de redes sociales"
1807
 
1808
- #: ../admin/social_login.php:24
1809
  msgid ""
1810
  "Master control for Social Login. It must be checked to enable Social Login "
1811
  "functionality"
@@ -1813,28 +1827,28 @@ msgstr ""
1813
  "Control Maestro para el Ingreso a través de redes sociales. Debe estar "
1814
  "activado para permitir esta funcionalidad"
1815
 
1816
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1817
  msgid "Basic Configuration"
1818
  msgstr "Configuración básica"
1819
 
1820
- #: ../admin/social_login.php:36
1821
  #, fuzzy
1822
  msgid "Advanced Configuration"
1823
  msgstr "Configuración básica"
1824
 
1825
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1826
  msgid "GDPR"
1827
  msgstr ""
1828
 
1829
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1830
  msgid "XProfile Integration"
1831
  msgstr ""
1832
 
1833
- #: ../admin/social_login.php:59
1834
  msgid "Disable user registration via Social Login"
1835
  msgstr "Desactivar el registro de usuario mediante redes sociales"
1836
 
1837
- #: ../admin/social_login.php:69
1838
  msgid ""
1839
  "After enabling this option, new users will not be able to login through "
1840
  "social login. Only existing users will be able to social login."
@@ -1842,11 +1856,11 @@ msgstr ""
1842
  "Después de activar esta opción, los nuevos usuarios no podrán acceder a "
1843
  "través de las redes sociales. Sólo los usuarios ya existentes podrán hacerlo."
1844
 
1845
- #: ../admin/social_login.php:78
1846
  msgid "Redirection url"
1847
  msgstr "Redirección de la url"
1848
 
1849
- #: ../admin/social_login.php:88
1850
  msgid ""
1851
  "User will be redirected to this page after unsuccessful registration attempt "
1852
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1857,63 +1871,63 @@ msgstr ""
1857
  "url del formulario de registro o de una página que muestre un mensaje "
1858
  "advirtiendo que el registro a través de redes sociales está desactivado."
1859
 
1860
- #: ../admin/social_login.php:97
1861
  #, fuzzy
1862
  msgid "Select Social Networks"
1863
  msgstr "como red social primaria"
1864
 
1865
- #: ../admin/social_login.php:102
1866
  msgid "Facebook"
1867
  msgstr "Facebook"
1868
 
1869
- #: ../admin/social_login.php:106
1870
  msgid "Twitter"
1871
  msgstr "Twitter"
1872
 
1873
- #: ../admin/social_login.php:110
1874
  msgid "LinkedIn"
1875
  msgstr "LinkedIn"
1876
 
1877
- #: ../admin/social_login.php:114
1878
  msgid "Google+"
1879
  msgstr "Google+"
1880
 
1881
- #: ../admin/social_login.php:118
1882
  msgid "Vkontakte"
1883
  msgstr "Vkontakte"
1884
 
1885
- #: ../admin/social_login.php:122
1886
  msgid "Instagram"
1887
  msgstr "Instagram"
1888
 
1889
- #: ../admin/social_login.php:126
1890
  msgid "Xing"
1891
  msgstr "Xing"
1892
 
1893
- #: ../admin/social_login.php:130
1894
  msgid "Steam"
1895
  msgstr ""
1896
 
1897
- #: ../admin/social_login.php:135
1898
  #, fuzzy
1899
  msgid "Twitch"
1900
  msgstr "Twitter"
1901
 
1902
- #: ../admin/social_login.php:140
1903
  msgid "LiveJournal"
1904
  msgstr ""
1905
 
1906
- #: ../admin/social_login.php:148
1907
  msgid "Select Social ID provider to enable in Social Login"
1908
  msgstr ""
1909
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1910
  "redes sociales"
1911
 
1912
- #: ../admin/social_login.php:156
1913
  msgid "Facebook App ID"
1914
  msgstr "Facebook App ID"
1915
 
1916
- #: ../admin/social_login.php:166
1917
  #, php-format
1918
  msgid ""
1919
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1923,19 +1937,19 @@ msgstr ""
1923
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1924
  "para conseguir tu Facebook App ID"
1925
 
1926
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1927
  msgid ""
1928
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1929
  msgstr ""
1930
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1931
  "mencionado"
1932
 
1933
- #: ../admin/social_login.php:178
1934
  #, fuzzy
1935
  msgid "Facebook App Secret"
1936
  msgstr "Facebook App ID"
1937
 
1938
- #: ../admin/social_login.php:188
1939
  #, fuzzy, php-format
1940
  msgid ""
1941
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1945,11 +1959,11 @@ msgstr ""
1945
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1946
  "para conseguir tu Facebook App ID"
1947
 
1948
- #: ../admin/social_login.php:200
1949
  msgid "Twitter API Key"
1950
  msgstr "Twitter API Key"
1951
 
1952
- #: ../admin/social_login.php:210
1953
  #, php-format
1954
  msgid ""
1955
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1959,7 +1973,7 @@ msgstr ""
1959
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1960
  "conseguir tu Twitter Key"
1961
 
1962
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Website</strong> option at the link mentioned"
@@ -1967,7 +1981,7 @@ msgstr ""
1967
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1968
  "enlace mencionado"
1969
 
1970
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1971
  #, fuzzy
1972
  msgid ""
1973
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -1976,11 +1990,11 @@ msgstr ""
1976
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1977
  "enlace mencionado"
1978
 
1979
- #: ../admin/social_login.php:226
1980
  msgid "Twitter API Secret"
1981
  msgstr "Twitter API Secret"
1982
 
1983
- #: ../admin/social_login.php:236
1984
  #, php-format
1985
  msgid ""
1986
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1990,12 +2004,12 @@ msgstr ""
1990
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1991
  "conseguir tu Twitter API Secret"
1992
 
1993
- #: ../admin/social_login.php:252
1994
  #, fuzzy
1995
  msgid "LinkedIn Client ID"
1996
  msgstr "LinkedIn"
1997
 
1998
- #: ../admin/social_login.php:262
1999
  #, fuzzy, php-format
2000
  msgid ""
2001
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2005,8 +2019,8 @@ msgstr ""
2005
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2006
  "para conseguir tu LinkedIn API Key"
2007
 
2008
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
2009
- #: ../admin/social_login.php:396
2010
  msgid ""
2011
  "Paste following url in <strong>Website URL</strong> option at the link "
2012
  "mentioned"
@@ -2014,11 +2028,11 @@ msgstr ""
2014
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2015
  "enlace mencionado"
2016
 
2017
- #: ../admin/social_login.php:274
2018
  msgid "LinkedIn Client Secret "
2019
  msgstr ""
2020
 
2021
- #: ../admin/social_login.php:284
2022
  #, fuzzy, php-format
2023
  msgid ""
2024
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2029,11 +2043,11 @@ msgstr ""
2029
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2030
  "para conseguir tu LinkedIn API Key"
2031
 
2032
- #: ../admin/social_login.php:296
2033
  msgid "Google+ Client ID"
2034
  msgstr "Google+ Client ID"
2035
 
2036
- #: ../admin/social_login.php:306
2037
  #, php-format
2038
  msgid ""
2039
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2044,7 +2058,7 @@ msgstr ""
2044
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2045
  "para conseguir tu GooglePlus Client ID"
2046
 
2047
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2048
  #, fuzzy
2049
  msgid ""
2050
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2053,12 +2067,12 @@ msgstr ""
2053
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2054
  "mencionado"
2055
 
2056
- #: ../admin/social_login.php:318
2057
  #, fuzzy
2058
  msgid "Google+ Client Secret"
2059
  msgstr "Google+ Client ID"
2060
 
2061
- #: ../admin/social_login.php:328
2062
  #, fuzzy, php-format
2063
  msgid ""
2064
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2069,11 +2083,11 @@ msgstr ""
2069
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2070
  "para conseguir tu GooglePlus Client ID"
2071
 
2072
- #: ../admin/social_login.php:340
2073
  msgid "Vkontakte Application ID"
2074
  msgstr "Vkontakte Application ID"
2075
 
2076
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2077
  #, php-format
2078
  msgid ""
2079
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2084,7 +2098,7 @@ msgstr ""
2084
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2085
  "para conseguir tu Vkontakte Application ID"
2086
 
2087
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2088
  msgid ""
2089
  "Paste following url in <strong>Site address</strong> option at the link "
2090
  "mentioned"
@@ -2092,16 +2106,16 @@ msgstr ""
2092
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2093
  "enlace mencionado"
2094
 
2095
- #: ../admin/social_login.php:362
2096
  #, fuzzy
2097
  msgid "Vkontakte Secure key"
2098
  msgstr "Vkontakte"
2099
 
2100
- #: ../admin/social_login.php:384
2101
  msgid "Instagram Client ID"
2102
  msgstr "Instagram Client ID"
2103
 
2104
- #: ../admin/social_login.php:394
2105
  #, php-format
2106
  msgid ""
2107
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2111,11 +2125,11 @@ msgstr ""
2111
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2112
  "para conseguir tu Instagram Client ID"
2113
 
2114
- #: ../admin/social_login.php:406
2115
  msgid "Xing Consumer Key"
2116
  msgstr "Xing Consumer Key"
2117
 
2118
- #: ../admin/social_login.php:416
2119
  #, php-format
2120
  msgid ""
2121
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2125,7 +2139,7 @@ msgstr ""
2125
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2126
  "conseguir tu Xing Consumer Key"
2127
 
2128
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2129
  msgid ""
2130
  "Paste following url in <strong>Callback domain</strong> option at the link "
2131
  "mentioned"
@@ -2133,11 +2147,11 @@ msgstr ""
2133
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2134
  "enlace mencionado"
2135
 
2136
- #: ../admin/social_login.php:428
2137
  msgid "Xing Consumer Secret"
2138
  msgstr "Xing Consumer Secret"
2139
 
2140
- #: ../admin/social_login.php:438
2141
  #, php-format
2142
  msgid ""
2143
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2147,12 +2161,12 @@ msgstr ""
2147
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2148
  "conseguir tu Xing Consumer Secret"
2149
 
2150
- #: ../admin/social_login.php:450
2151
  #, fuzzy
2152
  msgid "Steam API Key"
2153
  msgstr "Twitter API Key"
2154
 
2155
- #: ../admin/social_login.php:460
2156
  #, fuzzy, php-format
2157
  msgid ""
2158
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2162,19 +2176,19 @@ msgstr ""
2162
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2163
  "conseguir tu Twitter Key"
2164
 
2165
- #: ../admin/social_login.php:461
2166
  #, fuzzy
2167
  msgid "Save following <strong>domain</strong> to get the key"
2168
  msgstr ""
2169
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2170
  "enlace mencionado"
2171
 
2172
- #: ../admin/social_login.php:470
2173
  #, fuzzy
2174
  msgid "Twitch Client ID"
2175
  msgstr "Instagram Client ID"
2176
 
2177
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2178
  #, fuzzy, php-format
2179
  msgid ""
2180
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2184,7 +2198,7 @@ msgstr ""
2184
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2185
  "conseguir tu Twitter Key"
2186
 
2187
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2188
  #, fuzzy
2189
  msgid ""
2190
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2193,37 +2207,37 @@ msgstr ""
2193
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2194
  "mencionado"
2195
 
2196
- #: ../admin/social_login.php:492
2197
  #, fuzzy
2198
  msgid "Twitch Client Secret"
2199
  msgstr "Instagram Client ID"
2200
 
2201
- #: ../admin/social_login.php:521
2202
  #, fuzzy
2203
  msgid "Social Login Options"
2204
  msgstr "Ingreso a través de redes sociales"
2205
 
2206
- #: ../admin/social_login.php:537
2207
  msgid "Text to display above the Social Login interface"
2208
  msgstr ""
2209
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2210
 
2211
- #: ../admin/social_login.php:546
2212
  msgid "Enable at login page"
2213
  msgstr "Permitir Página de Ingreso"
2214
 
2215
- #: ../admin/social_login.php:556
2216
  msgid ""
2217
  "Social Login interface will get enabled at the login page of your website"
2218
  msgstr ""
2219
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2220
  "acceso de tu sitio web"
2221
 
2222
- #: ../admin/social_login.php:564
2223
  msgid "Enable at register page"
2224
  msgstr "Permitir Página de Registro"
2225
 
2226
- #: ../admin/social_login.php:574
2227
  msgid ""
2228
  "Social Login interface will get enabled at the registration page of your "
2229
  "website"
@@ -2231,21 +2245,21 @@ msgstr ""
2231
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2232
  "registro de tu sitio web"
2233
 
2234
- #: ../admin/social_login.php:582
2235
  msgid "Enable at comment form"
2236
  msgstr "Permitir el formulario de comentarios"
2237
 
2238
- #: ../admin/social_login.php:592
2239
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2240
  msgstr ""
2241
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2242
  "de Comentario de tu WordPress"
2243
 
2244
- #: ../admin/social_login.php:607
2245
  msgid "Enable before WooCommerce Customer Login Form"
2246
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2247
 
2248
- #: ../admin/social_login.php:617
2249
  msgid ""
2250
  "Social Login Interface will get enabled before the customer login form at "
2251
  "WooCommerce My Account page"
@@ -2253,11 +2267,11 @@ msgstr ""
2253
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2254
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2255
 
2256
- #: ../admin/social_login.php:625
2257
  msgid "Enable after WooCommerce Customer Login Form"
2258
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2259
 
2260
- #: ../admin/social_login.php:635
2261
  msgid ""
2262
  "Social Login Interface will get enabled after the customer login form at "
2263
  "WooCommerce My Account page"
@@ -2265,23 +2279,23 @@ msgstr ""
2265
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2266
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2267
 
2268
- #: ../admin/social_login.php:643
2269
  msgid "Enable at WooCommerce checkout page"
2270
  msgstr "Permitir en la página de checkout de WooCommerce"
2271
 
2272
- #: ../admin/social_login.php:653
2273
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2274
  msgstr ""
2275
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2276
  "checkout de WooCommerce"
2277
 
2278
- #: ../admin/social_login.php:664
2279
  msgid "Auto-approve comments made by Social Login users"
2280
  msgstr ""
2281
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2282
  "través de redes sociales"
2283
 
2284
- #: ../admin/social_login.php:674
2285
  msgid ""
2286
  "If this option is enabled, and WordPress comment is made by Social Login "
2287
  "user, comment will get approved immediately without keeping in moderation."
@@ -2290,15 +2304,15 @@ msgstr ""
2290
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2291
  "inmediato sin necesidad de moderación."
2292
 
2293
- #: ../admin/social_login.php:675
2294
  msgid "Note: This is not related to Facebook comments"
2295
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2296
 
2297
- #: ../admin/social_login.php:685
2298
  msgid "Enable social avatar"
2299
  msgstr "Permitir avatar social"
2300
 
2301
- #: ../admin/social_login.php:695
2302
  msgid ""
2303
  "Social profile pictures of the logged in user will be displayed as profile "
2304
  "avatar"
@@ -2306,30 +2320,30 @@ msgstr ""
2306
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2307
  "avatar de perfil"
2308
 
2309
- #: ../admin/social_login.php:705
2310
  msgid "Avatar quality"
2311
  msgstr "Calidad del avatar"
2312
 
2313
- #: ../admin/social_login.php:708
2314
  msgid "Average"
2315
  msgstr "Media"
2316
 
2317
- #: ../admin/social_login.php:709
2318
  msgid "Best"
2319
  msgstr "Alta"
2320
 
2321
- #: ../admin/social_login.php:716
2322
  msgid "Choose avatar quality"
2323
  msgstr "Elegir la calidad del avatar"
2324
 
2325
- #: ../admin/social_login.php:725
2326
  msgid ""
2327
  "Show option for users to update social avatar at BuddyPress profile page"
2328
  msgstr ""
2329
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2330
  "página de perfil de BuddyPress"
2331
 
2332
- #: ../admin/social_login.php:735
2333
  msgid ""
2334
  "If enabled, users would be able to update their social avatar from \"Profile "
2335
  "photo\" section in BuddyPress profile at front-end"
@@ -2337,7 +2351,7 @@ msgstr ""
2337
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2338
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2339
 
2340
- #: ../admin/social_login.php:756
2341
  msgid ""
2342
  "If enabled and Social ID provider does not provide user's email address on "
2343
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2347,11 +2361,11 @@ msgstr ""
2347
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2348
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2349
 
2350
- #: ../admin/social_login.php:765
2351
  msgid "Send post-registration email to user to set account password"
2352
  msgstr ""
2353
 
2354
- #: ../admin/social_login.php:775
2355
  msgid ""
2356
  "If enabled, an email will be sent to user after registration through Social "
2357
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2361,12 +2375,12 @@ msgstr ""
2361
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2362
  "poder iniciar sesión a través del formulario de acceso tradicional"
2363
 
2364
- #: ../admin/social_login.php:783
2365
  #, fuzzy
2366
  msgid "Send new user registration notification email to admin"
2367
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2368
 
2369
- #: ../admin/social_login.php:793
2370
  #, fuzzy
2371
  msgid ""
2372
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2376,40 +2390,40 @@ msgstr ""
2376
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2377
  "poder iniciar sesión a través del formulario de acceso tradicional"
2378
 
2379
- #: ../admin/social_login.php:801
2380
  msgid "Login redirection"
2381
  msgstr "Redirección de Ingreso"
2382
 
2383
- #: ../admin/social_login.php:805
2384
  msgid "Same page where user logged in"
2385
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2386
 
2387
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2388
  msgid "Account dashboard"
2389
  msgstr "Panel de cuenta de usuario"
2390
 
2391
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2392
  msgid "BuddyPress profile page"
2393
  msgstr "Página de perfil de BuddyPress"
2394
 
2395
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2396
  msgid "Custom Url"
2397
  msgstr "Url personalizada"
2398
 
2399
- #: ../admin/social_login.php:823
2400
  msgid "User will be redirected to the selected page after Social Login"
2401
  msgstr ""
2402
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2403
 
2404
- #: ../admin/social_login.php:831
2405
  msgid "Registration redirection"
2406
  msgstr "Redirección de Registro"
2407
 
2408
- #: ../admin/social_login.php:835
2409
  msgid "Same page from where user registered"
2410
  msgstr "La misma página en la que el usuario se ha registrado"
2411
 
2412
- #: ../admin/social_login.php:853
2413
  msgid ""
2414
  "User will be redirected to the selected page after registration (first "
2415
  "Social Login) through Social Login"
@@ -2417,18 +2431,18 @@ msgstr ""
2417
  "El usuario será redirigido a la página seleccionada después de su registro "
2418
  "(en su primer inicio de sesión) a través de la red social"
2419
 
2420
- #: ../admin/social_login.php:862
2421
  #, fuzzy
2422
  msgid "Social Account Linking Options"
2423
  msgstr "Comentarios en redes sociales"
2424
 
2425
- #: ../admin/social_login.php:878
2426
  #, fuzzy
2427
  msgid "Text to display above the Social Account Linking interface"
2428
  msgstr ""
2429
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2430
 
2431
- #: ../admin/social_login.php:886
2432
  #, fuzzy
2433
  msgid ""
2434
  "Link social account to already existing account, if email address matches"
@@ -2436,7 +2450,7 @@ msgstr ""
2436
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2437
  "web "
2438
 
2439
- #: ../admin/social_login.php:896
2440
  msgid ""
2441
  "If email address of the user's Social Account matches with an already "
2442
  "existing account at your website, that social account will be linked to "
@@ -2444,12 +2458,12 @@ msgid ""
2444
  "Linking interface at their profile page."
2445
  msgstr ""
2446
 
2447
- #: ../admin/social_login.php:905
2448
  msgid "Enable social account linking at BuddyPress profile page"
2449
  msgstr ""
2450
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2451
 
2452
- #: ../admin/social_login.php:915
2453
  msgid ""
2454
  "Enable this option to show social account linking interface at BuddyPress "
2455
  "profile page"
@@ -2457,15 +2471,15 @@ msgstr ""
2457
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2458
  "la página de perfil de BuddyPress"
2459
 
2460
- #: ../admin/social_login.php:926
2461
  msgid "Email popup options"
2462
  msgstr "Opciones de popup del Email"
2463
 
2464
- #: ../admin/social_login.php:932
2465
  msgid "Text on 'Email required' popup"
2466
  msgstr "Texto del popup 'Email requerido'"
2467
 
2468
- #: ../admin/social_login.php:942
2469
  msgid ""
2470
  "This text will be displayed on email required popup. Leave empty if not "
2471
  "required."
@@ -2473,11 +2487,11 @@ msgstr ""
2473
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2474
  "no es necesario."
2475
 
2476
- #: ../admin/social_login.php:951
2477
  msgid "Error message for 'Email required' popup"
2478
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2479
 
2480
- #: ../admin/social_login.php:961
2481
  msgid ""
2482
  "This message will be displayed to user if it provides invalid or already "
2483
  "registered email"
@@ -2485,11 +2499,11 @@ msgstr ""
2485
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2486
  "registrado"
2487
 
2488
- #: ../admin/social_login.php:970
2489
  msgid "Email popup height"
2490
  msgstr "Altura del popup del Email"
2491
 
2492
- #: ../admin/social_login.php:980
2493
  msgid ""
2494
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2495
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2499,11 +2513,11 @@ msgstr ""
2499
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2500
  "opción. Déjala en blanco para la altura por defecto."
2501
 
2502
- #: ../admin/social_login.php:988
2503
  msgid "Enable email verification"
2504
  msgstr "Activar verificación por email"
2505
 
2506
- #: ../admin/social_login.php:998
2507
  msgid ""
2508
  "If enabled, email provided by the user will be verified by sending a "
2509
  "confirmation link to that email. User would not be able to login without "
@@ -2513,97 +2527,97 @@ msgstr ""
2513
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2514
  "pulsar este enlace"
2515
 
2516
- #: ../admin/social_login.php:1019
2517
  #, fuzzy
2518
  msgid "Enable GDPR opt-in"
2519
  msgstr "Permitir Comentarios de Disqus"
2520
 
2521
- #: ../admin/social_login.php:1029
2522
  msgid ""
2523
  "Enable it to show GDPR opt-in for social login and social account linking"
2524
  msgstr ""
2525
 
2526
- #: ../admin/social_login.php:1038
2527
  #, fuzzy
2528
  msgid "Placement of GDPR opt-in"
2529
  msgstr "Permitir Comentarios de Disqus"
2530
 
2531
- #: ../admin/social_login.php:1042
2532
  #, fuzzy
2533
  msgid "Above Social Login icons"
2534
  msgstr "Ingreso a través de redes sociales"
2535
 
2536
- #: ../admin/social_login.php:1044
2537
  #, fuzzy
2538
  msgid "Below Social Login icons"
2539
  msgstr "Ingreso a través de redes sociales"
2540
 
2541
- #: ../admin/social_login.php:1050
2542
  #, fuzzy
2543
  msgid "Placement of GDPR opt-in above or below the social login icons"
2544
  msgstr ""
2545
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2546
 
2547
- #: ../admin/social_login.php:1058
2548
  msgid "Opt-in text"
2549
  msgstr ""
2550
 
2551
- #: ../admin/social_login.php:1068
2552
  #, fuzzy
2553
  msgid "Text for the GDPR opt-in"
2554
  msgstr "Permitir Comentarios de Disqus"
2555
 
2556
- #: ../admin/social_login.php:1076
2557
  msgid "Text to link to Privacy Policy page"
2558
  msgstr ""
2559
 
2560
- #: ../admin/social_login.php:1086
2561
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2562
  msgstr ""
2563
 
2564
- #: ../admin/social_login.php:1094
2565
  msgid "Privacy Policy Url"
2566
  msgstr ""
2567
 
2568
- #: ../admin/social_login.php:1104
2569
  #, fuzzy
2570
  msgid "Url of the privacy policy page of your website"
2571
  msgstr "Url de la página de inicio de tu sitio web"
2572
 
2573
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2574
- #: ../inc/widget.php:578 ../inc/widget.php:726
2575
  msgid "Select"
2576
  msgstr "Seleccionar"
2577
 
2578
- #: ../admin/social_login.php:1186
2579
  msgid "Social Login Shortcode & Widget"
2580
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2581
 
2582
- #: ../admin/social_login.php:1187
2583
  msgid "Social Linking Shortcode"
2584
  msgstr "Shortcode para enlace a través de redes sociales"
2585
 
2586
- #: ../admin/social_login.php:1202
2587
  msgid "Why is social login not working?"
2588
  msgstr ""
2589
 
2590
- #: ../admin/social_login.php:1203
2591
  msgid ""
2592
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2593
  "belong to the same app"
2594
  msgstr ""
2595
 
2596
- #: ../admin/social_login.php:1205
2597
  msgid ""
2598
  "Why the user is not appearing logged in even after Social Login until the "
2599
  "webpage is refreshed manually?"
2600
  msgstr ""
2601
 
2602
- #: ../admin/like_buttons.php:16
2603
  msgid "Enable Like Buttons"
2604
  msgstr "Permitir Botones Me gusta"
2605
 
2606
- #: ../admin/like_buttons.php:26
2607
  msgid ""
2608
  "Master control for like buttons. It must be checked to enable like buttons "
2609
  "functionality"
@@ -2611,65 +2625,65 @@ msgstr ""
2611
  "Control maestro para los botones Me gusta. Debes activarlo para permitir su "
2612
  "funcionalidad"
2613
 
2614
- #: ../admin/like_buttons.php:56
2615
  msgid "Standard Interface Options"
2616
  msgstr "Opciones de la Interfaz Estándar"
2617
 
2618
- #: ../admin/like_buttons.php:62
2619
  msgid "Enable standard interface"
2620
  msgstr "Permitir la interfaz estándar"
2621
 
2622
- #: ../admin/like_buttons.php:72
2623
  msgid "Master control to enable horizontal like buttons"
2624
  msgstr "Control maestro para permitir los botones Me gusta horizontales"
2625
 
2626
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2627
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2628
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
2629
 
2630
- #: ../admin/like_buttons.php:115
2631
  msgid "The text to display above the interface"
2632
  msgstr "Texto para mostrar sobre la interfaz"
2633
 
2634
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2635
  msgid "Select and rearrange providers"
2636
  msgstr "Seleccionar y reordenar redes sociales"
2637
 
2638
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2639
  msgid "Select the providers for interface. Drag them to rearrange."
2640
  msgstr ""
2641
  "Seleccionar las redes sociales para la interfaz. Arrástralas para "
2642
  "reordenarlas."
2643
 
2644
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2645
  msgid "Horizontal alignment of the interface"
2646
  msgstr "Alineación horizontal de la interfaz"
2647
 
2648
- #: ../admin/like_buttons.php:210
2649
  msgid "Specify position of the interface with respect to the content"
2650
  msgstr "Especificar la posición de la interfaz con respecto al contenido"
2651
 
2652
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2653
  msgid "Interface location"
2654
  msgstr "Posición de la interfaz"
2655
 
2656
- #: ../admin/like_buttons.php:288
2657
  msgid "Specify the pages where you want to enable interface"
2658
  msgstr "Especifica las páginas donde quieres permitir la interfaz"
2659
 
2660
- #: ../admin/like_buttons.php:306
2661
  msgid "Vertical (Floating) like buttons Options"
2662
  msgstr "Opciones de los botones Me gusta en Barra Vertical Flotante"
2663
 
2664
- #: ../admin/like_buttons.php:312
2665
  msgid "Enable floating like buttons"
2666
  msgstr "Permitir Barra Flotante de botones Me gusta"
2667
 
2668
- #: ../admin/like_buttons.php:322
2669
  msgid "Master control to enable vertical (floating) counter widget"
2670
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
2671
 
2672
- #: ../admin/like_buttons.php:416
2673
  msgid ""
2674
  "Specify the color or hex code (example #cc78e0) for the background of "
2675
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2681,7 +2695,7 @@ msgstr ""
2681
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
2682
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
2683
 
2684
- #: ../admin/like_buttons.php:456
2685
  msgid ""
2686
  "Specify a number. Increase in number will shift interface towards right and "
2687
  "decrease will shift it towards left. Number can be negative too."
@@ -2690,7 +2704,7 @@ msgstr ""
2690
  "la derecha y al disminuirlo se desplazará hacia la izquierda. El número "
2691
  "puede ser negativo también."
2692
 
2693
- #: ../admin/like_buttons.php:476
2694
  msgid ""
2695
  "Specify a number. Increase in number will shift interface towards left and "
2696
  "decrease will shift it towards right. Number can be negative too."
@@ -2699,7 +2713,7 @@ msgstr ""
2699
  "la izquierda y al disminuirlo se desplazará hacia la derecha. El número "
2700
  "puede ser negativo también."
2701
 
2702
- #: ../admin/like_buttons.php:495
2703
  msgid ""
2704
  "Specify a number. Increase in number will shift interface towards bottom and "
2705
  "decrease will shift it towards top."
@@ -2707,25 +2721,25 @@ msgstr ""
2707
  "Especifica un número. Al incrementar el número la interfaz se desplazará "
2708
  "hacia abajo y al disminuirlo se desplazará hacia arriba."
2709
 
2710
- #: ../admin/like_buttons.php:551
2711
  msgid "Specify the pages where you want to enable vertical interface"
2712
  msgstr "Especifica las páginas donde quieres permitir la interfaz vertical"
2713
 
2714
- #: ../admin/like_buttons.php:559
2715
  msgid "Hide like buttons on mobile devices"
2716
  msgstr "Ocultar botones Me gusta en dispositivos móviles "
2717
 
2718
- #: ../admin/like_buttons.php:569
2719
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2720
  msgstr ""
2721
  "Si se activa, la barra vertical de botones Me gusta no aparecerá en "
2722
  "dispositivos móviles"
2723
 
2724
- #: ../admin/like_buttons.php:594
2725
  msgid "Use shortlinks already installed, for tweet button"
2726
  msgstr "Usa los shortlinks ya instalados para el botón de twittear"
2727
 
2728
- #: ../admin/like_buttons.php:604
2729
  msgid ""
2730
  "Allows for shortened URLs to be used when sharing content if a shortening "
2731
  "plugin is installed"
@@ -2733,15 +2747,15 @@ msgstr ""
2733
  "Permite que las URLs abreviadas se usen al compartir contenido, si un plugin "
2734
  "de abreviatura está instalado"
2735
 
2736
- #: ../admin/like_buttons.php:612
2737
  msgid "Enable bit.ly url shortener for tweet button"
2738
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
2739
 
2740
- #: ../admin/like_buttons.php:630
2741
  msgid "bit.ly username"
2742
  msgstr "Nombre de usuario bit.ly"
2743
 
2744
- #: ../admin/like_buttons.php:640
2745
  #, php-format
2746
  msgid ""
2747
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2750,7 +2764,7 @@ msgstr ""
2750
  "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
2751
  "enlace</a> para obtener tu nombre de usuario bit.ly"
2752
 
2753
- #: ../admin/like_buttons.php:659
2754
  #, php-format
2755
  msgid ""
2756
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2759,7 +2773,7 @@ msgstr ""
2759
  "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
2760
  "enlace</a> para obtener tu API key"
2761
 
2762
- #: ../admin/like_buttons.php:704
2763
  #, php-format
2764
  msgid ""
2765
  "Enter the code of the language you want to use to render counters. You can "
@@ -2770,15 +2784,15 @@ msgstr ""
2770
  "contadores. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2771
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2772
 
2773
- #: ../admin/like_buttons.php:713
2774
  msgid "Twitter Username"
2775
  msgstr "Nombre de usuario de Twitter"
2776
 
2777
- #: ../admin/like_buttons.php:719
2778
  msgid "Twitter username for Tweet (without @)"
2779
  msgstr "Nombre de usuario para twittear (sin @)"
2780
 
2781
- #: ../admin/like_buttons.php:729
2782
  msgid ""
2783
  "Provided username will be appended after the content being tweeted as \"via "
2784
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2786,11 +2800,11 @@ msgstr ""
2786
  "El nombre de usuario introducido será añadido después del contenido twiteado "
2787
  "como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
2788
 
2789
- #: ../admin/like_buttons.php:738
2790
  msgid "Twitter username for Buffer sharing (without @)"
2791
  msgstr "Nombre de usuario de Twitter para compartir en Buffer (sin @)"
2792
 
2793
- #: ../admin/like_buttons.php:748
2794
  msgid ""
2795
  "Provided username will be appended after the content in Buffer sharing as "
2796
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2799,7 +2813,7 @@ msgstr ""
2799
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
2800
  "ningún nombre de usuario."
2801
 
2802
- #: ../admin/like_buttons.php:795
2803
  msgid "Like Buttons Shortcode & Widget"
2804
  msgstr "Shortcode y Widget Botones Me gusta"
2805
 
@@ -2835,28 +2849,28 @@ msgstr "Petición no válida"
2835
  msgid "Providers not selected"
2836
  msgstr "Redes sociales no seleccionadas"
2837
 
2838
- #: ../inc/social_login.php:720
2839
  msgid "Email"
2840
  msgstr ""
2841
 
2842
- #: ../inc/social_login.php:721
2843
  msgid "Confirm email"
2844
  msgstr ""
2845
 
2846
- #: ../inc/social_login.php:723
2847
  msgid "Save"
2848
  msgstr ""
2849
 
2850
- #: ../inc/social_login.php:724
2851
  msgid "Cancel"
2852
  msgstr ""
2853
 
2854
- #: ../inc/social_login.php:798
2855
  #, fuzzy
2856
  msgid "Email Verification"
2857
  msgstr "Activar verificación por email"
2858
 
2859
- #: ../inc/social_login.php:800
2860
  msgid ""
2861
  "Please click on the following link or paste it in browser to verify your "
2862
  "email"
@@ -2894,18 +2908,18 @@ msgstr ""
2894
  msgid "Title (after login):"
2895
  msgstr ""
2896
 
2897
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2898
- #: ../inc/widget.php:899
2899
  msgid "Before widget content:"
2900
  msgstr "Contenido antes del widget:"
2901
 
2902
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2903
- #: ../inc/widget.php:961
2904
  msgid "After widget content:"
2905
  msgstr "Contenido después del widget:"
2906
 
2907
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2908
- #: ../inc/widget.php:588 ../inc/widget.php:751
2909
  msgid "Hide for logged in users:"
2910
  msgstr "Ocultar para usuarios conectados:"
2911
 
@@ -2919,7 +2933,7 @@ msgstr ""
2919
  "sitio web compartir contenido en redes sociales populares como Facebook, "
2920
  "Twitter, Tumblr, Google+ y muchas más"
2921
 
2922
- #: ../inc/widget.php:239
2923
  #, fuzzy
2924
  msgid ""
2925
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -2928,24 +2942,24 @@ msgstr ""
2928
  "Asegúrate de que \"Compartir en redes sociales Vertical\" está permitido en "
2929
  "la página \"Super Socializer > Social Sharing\""
2930
 
2931
- #: ../inc/widget.php:240 ../inc/widget.php:574
2932
  msgid "Title:"
2933
  msgstr "Título:"
2934
 
2935
- #: ../inc/widget.php:242 ../inc/widget.php:408
2936
  msgid "Show individual share counts:"
2937
  msgstr "Mostrar cuentas de compartir individuales:"
2938
 
2939
- #: ../inc/widget.php:244 ../inc/widget.php:410
2940
  msgid "Show total shares:"
2941
  msgstr "Mostrar el total de publicaciones compartidas:"
2942
 
2943
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2944
- #: ../inc/widget.php:724
2945
  msgid "Target Url:"
2946
  msgstr "Target Url:"
2947
 
2948
- #: ../inc/widget.php:277
2949
  #, fuzzy
2950
  msgid ""
2951
  "Floating sharing widget. Let your website users share content on popular "
@@ -2955,7 +2969,7 @@ msgstr ""
2955
  "usuarios de tu sitio web compartir contenido en redes sociales populares "
2956
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
2957
 
2958
- #: ../inc/widget.php:407
2959
  #, fuzzy
2960
  msgid ""
2961
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -2964,23 +2978,23 @@ msgstr ""
2964
  "Asegúrate de que \"Compartir en redes sociales Horizontal\" está permitido "
2965
  "en la página \"Super Socializer > Social Sharing\""
2966
 
2967
- #: ../inc/widget.php:420 ../inc/widget.php:732
2968
  msgid "Alignment"
2969
  msgstr "Alineación"
2970
 
2971
- #: ../inc/widget.php:426 ../inc/widget.php:738
2972
  msgid "Left Offset"
2973
  msgstr "Desplazamiento a la izquierda"
2974
 
2975
- #: ../inc/widget.php:430 ../inc/widget.php:742
2976
  msgid "Right Offset"
2977
  msgstr "Desplazamiento a la derecha"
2978
 
2979
- #: ../inc/widget.php:433 ../inc/widget.php:745
2980
  msgid "Top Offset"
2981
  msgstr "Desplazamiento desde arriba"
2982
 
2983
- #: ../inc/widget.php:458
2984
  #, fuzzy
2985
  msgid ""
2986
  "Standard like buttons widget. Let your website users share/like content on "
@@ -2990,7 +3004,7 @@ msgstr ""
2990
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
2991
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
2992
 
2993
- #: ../inc/widget.php:573
2994
  #, fuzzy
2995
  msgid ""
2996
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -2999,7 +3013,7 @@ msgstr ""
2999
  "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página "
3000
  "\"Super Socializer > Like Buttons\"."
3001
 
3002
- #: ../inc/widget.php:607
3003
  #, fuzzy
3004
  msgid ""
3005
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3009,7 +3023,7 @@ msgstr ""
3009
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3010
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3011
 
3012
- #: ../inc/widget.php:723
3013
  #, fuzzy
3014
  msgid ""
3015
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3018,96 +3032,109 @@ msgstr ""
3018
  "Asegúrate de que \"Botones Me gusta Horizontal\" está permitido en la página "
3019
  "\"Super Socializer > Like Buttons\"."
3020
 
3021
- #: ../inc/widget.php:767
3022
  #, fuzzy
3023
  msgid "Super Socializer - Follow Icons"
3024
  msgstr "Super Socializer - Ingreso"
3025
 
3026
- #: ../inc/widget.php:769
3027
  msgid "These icons link to your Social Media accounts"
3028
  msgstr ""
3029
 
3030
- #: ../inc/widget.php:903
3031
  #, fuzzy
3032
  msgid "Size of icons"
3033
  msgstr "Tamaño de los iconos de Compartir"
3034
 
3035
- #: ../inc/widget.php:905
3036
  #, fuzzy
3037
  msgid "Icon Shape"
3038
  msgstr "Forma"
3039
 
3040
- #: ../inc/widget.php:910
3041
  #, fuzzy
3042
  msgid "Facebook URL:"
3043
  msgstr "Facebook App ID"
3044
 
3045
- #: ../inc/widget.php:913
3046
  #, fuzzy
3047
  msgid "Twitter URL:"
3048
  msgstr "Twitter"
3049
 
3050
- #: ../inc/widget.php:916
3051
  #, fuzzy
3052
  msgid "Instagram URL:"
3053
  msgstr "Instagram"
3054
 
3055
- #: ../inc/widget.php:919
3056
  msgid "Pinterest URL:"
3057
  msgstr ""
3058
 
3059
- #: ../inc/widget.php:922
3060
  msgid "Behance URL:"
3061
  msgstr ""
3062
 
3063
- #: ../inc/widget.php:925
3064
  msgid "Flickr URL:"
3065
  msgstr ""
3066
 
3067
- #: ../inc/widget.php:928
3068
  msgid "Foursquare URL:"
3069
  msgstr ""
3070
 
3071
- #: ../inc/widget.php:931
3072
  msgid "Github URL:"
3073
  msgstr ""
3074
 
3075
- #: ../inc/widget.php:934
3076
  #, fuzzy
3077
  msgid "Google+ URL:"
3078
  msgstr "Google+"
3079
 
3080
- #: ../inc/widget.php:937
3081
  #, fuzzy
3082
  msgid "LinkedIn URL:"
3083
  msgstr "LinkedIn"
3084
 
3085
- #: ../inc/widget.php:940
3086
  #, fuzzy
3087
  msgid "LinkedIn Company URL:"
3088
  msgstr "LinkedIn"
3089
 
3090
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
3091
  msgid "Snapchat URL:"
3092
  msgstr ""
3093
 
3094
- #: ../inc/widget.php:946
3095
  msgid "Tumblr URL:"
3096
  msgstr ""
3097
 
3098
- #: ../inc/widget.php:949
3099
  msgid "Vimeo URL:"
3100
  msgstr ""
3101
 
3102
- #: ../inc/widget.php:952
 
 
 
 
 
3103
  msgid "Youtube URL:"
3104
  msgstr ""
3105
 
3106
- #: ../inc/widget.php:955
3107
  msgid "Youtube Channel URL:"
3108
  msgstr ""
3109
 
3110
- #: ../inc/widget.php:958
3111
  msgid "RSS Feed URL:"
3112
  msgstr ""
3113
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:45+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
122
+ #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
+ #: ../super_socializer.php:1296 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
+ #: ../super_socializer.php:1307 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
+ #: ../super_socializer.php:1311 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
338
  msgid "Account already exists or linked"
339
  msgstr "Esta cuenta ya existe o ha sido enlazada"
340
 
341
+ #: ../helper.php:627 ../helper.php:633
342
  msgid "Currently"
343
  msgstr "Actualmente"
344
 
345
+ #: ../helper.php:627 ../helper.php:633
346
  msgid "Connected with"
347
  msgstr ""
348
 
349
+ #: ../helper.php:627 ../helper.php:633
350
  msgid "Remove"
351
  msgstr "Remover"
352
 
353
+ #: ../helper.php:704
354
  #, fuzzy
355
  msgid "Social Account Linking"
356
  msgstr "Comentarios en redes sociales"
357
 
358
+ #: ../helper.php:754
359
  msgid "Disable Standard Social Sharing on this "
360
  msgstr "Desactivar la Barra Estándar Compartir en redes sociales aquí"
361
 
362
+ #: ../helper.php:759
363
  msgid "Disable Floating Social Sharing on this "
364
  msgstr "Desactivar la Barra Flotante Compartir en redes sociales aquí"
365
 
366
+ #: ../helper.php:764
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Desactivar los botones Me gusta Estándares aquí"
369
 
370
+ #: ../helper.php:769
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Desactivar los botones Me gusta Flotantes aquí"
373
 
374
+ #: ../helper.php:774
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Desactivar Comentarios de redes sociales aquí"
377
 
378
+ #: ../helper.php:783
379
  msgid "Standard Sharing Interface"
380
  msgstr "Interfaz Estándar para Compartir"
381
 
382
+ #: ../helper.php:789 ../helper.php:808
383
  msgid "Starting share count for "
384
  msgstr "Comienzo del Contador de veces compartidas"
385
 
386
+ #: ../helper.php:802
387
  msgid "Floating Sharing Interface"
388
  msgstr "Interfaz Flotante de botones Compartir"
389
 
390
+ #: ../helper.php:905
391
  msgid "Small Avatar"
392
  msgstr "Avatar Pequeño"
393
 
394
+ #: ../helper.php:909
395
  msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
+ #: ../helper.php:913 ../admin/general_options.php:132
399
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
400
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
401
  msgid "Save Changes"
402
  msgstr "Guardar Cambios"
403
 
404
+ #: ../helper.php:1013
405
  msgid "Click to delete social profile data"
406
  msgstr ""
407
 
408
+ #: ../helper.php:1042
409
  #, fuzzy
410
  msgid "Deleting"
411
  msgstr "Ajustes"
412
 
413
+ #: ../helper.php:1052
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1054
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
421
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
422
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
423
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
424
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
425
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
426
+ #, fuzzy, php-format
427
+ msgid ""
428
+ "You can appreciate the effort put in this free plugin by rating it <a href="
429
+ "\"%s\" target=\"_blank\">here</a>"
430
+ msgstr ""
431
+ "Requerido para que funcione el ingreso a través de Twitter. Por favor, sigue "
432
+ "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
433
+ "conseguir tu Twitter Key"
434
+
435
+ #: ../admin/general_options.php:21
436
  msgid "Include Javascript in website footer"
437
  msgstr "Incluir JavaScript en el pie de página del sitio web"
438
 
439
+ #: ../admin/general_options.php:31
440
  msgid ""
441
  "If enabled (recommended), Javascript files will be included in the footer of "
442
  "your website."
444
  "Si está activo (recomendado), los archivos JavaScript serán incluidos en el "
445
  "pie de página de tu sitio web."
446
 
447
+ #: ../admin/general_options.php:39
448
  msgid "Load all Javascript files in single file"
449
  msgstr "Cargar todos los archivos JavaScript en un solo archivo"
450
 
451
+ #: ../admin/general_options.php:49
452
  msgid "Loads Javascript in single request."
453
  msgstr "Carga JavaScript en una única petición."
454
 
455
+ #: ../admin/general_options.php:57
456
  msgid "Delete all the options on plugin deletion"
457
  msgstr "Eliminar todas las opciones al eliminar el Plugin"
458
 
459
+ #: ../admin/general_options.php:67
460
  msgid ""
461
  "If enabled, plugin options will get deleted when plugin is deleted/"
462
  "uninstalled and you will need to reconfigure the options when you install "
466
  "el plugin, de manera que tendrá que volver a configurarlas cuando vuelva a "
467
  "instalar el plugin."
468
 
469
+ #: ../admin/general_options.php:75
470
  msgid ""
471
  "Show popup notification to users if their browsers block the plugin features"
472
  msgstr ""
473
 
474
+ #: ../admin/general_options.php:85
475
  msgid ""
476
  "If enabled, your website visitors will see a popup notification (only once) "
477
  "if their browsers block any of the features of the plugin so that they can "
478
  "change their browser settings to unblock these."
479
  msgstr ""
480
 
481
+ #: ../admin/general_options.php:95
482
  msgid "Message to show in popup notification"
483
  msgstr ""
484
 
485
+ #: ../admin/general_options.php:105
486
  msgid ""
487
  "Use {support_url} placeholder to show support documentation url in message"
488
  msgstr ""
489
 
490
+ #: ../admin/general_options.php:114
491
  msgid "Custom CSS"
492
  msgstr "CSS Personalizado"
493
 
494
+ #: ../admin/general_options.php:124
495
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr ""
497
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
498
  "style&gt;)"
499
 
500
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
501
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
502
+ #: ../admin/like_buttons.php:836
503
  #, fuzzy
504
  msgid "Instagram Shoutout"
505
  msgstr "Instagram"
506
 
507
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
508
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
509
+ #: ../admin/like_buttons.php:838
510
  msgid ""
511
  "If you can send (to hello@heateor.com) how our plugin is helping your "
512
  "business, we can share it on Instagram. You can also send any relevant "
513
  "hashtags and people to mention in the Instagram post."
514
  msgstr ""
515
 
516
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
517
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
518
+ #: ../admin/like_buttons.php:839
519
  msgid ""
520
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
521
  "language courses through their website. They have emerged as one of the most "
524
  "time."
525
  msgstr ""
526
 
527
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
528
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
529
+ #: ../admin/like_buttons.php:840
530
  msgid ""
531
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
532
  "features at their website, such as - Social Login, Social Share and Social "
567
  msgid "Translate Plugin"
568
  msgstr ""
569
 
570
+ #: ../admin/help.php:37 ../admin/social_login.php:58
571
  #, fuzzy
572
  msgid "Customize Social Login Icons"
573
  msgstr "Ingreso a través de redes sociales"
629
  msgid "Rate 5-star"
630
  msgstr "Puntuar con 5 estrellas"
631
 
632
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
633
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
634
  msgid "Master Control"
635
  msgstr "Control Maestro"
636
 
637
+ #: ../admin/social_sharing.php:18
638
  msgid "Enable Social Sharing"
639
  msgstr "Permitir Compartir en redes sociales"
640
 
641
+ #: ../admin/social_sharing.php:27
642
  msgid "Master control to enable Social Sharing"
643
  msgstr "Control Maestro para permitir Compartir en redes sociales"
644
 
645
+ #: ../admin/social_sharing.php:37
646
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
647
  msgstr ""
648
 
649
+ #: ../admin/social_sharing.php:45
650
  msgid "Theme Selection"
651
  msgstr "Selección de Temas"
652
 
653
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
654
  msgid "Standard Interface"
655
  msgstr "Interfaz Estándar"
656
 
657
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
658
  msgid "Floating Interface"
659
  msgstr "Interfaz Flotante"
660
 
661
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
662
  msgid "Miscellaneous"
663
  msgstr "Miscelánea"
664
 
665
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
666
  msgid "3rd Party Integration"
667
  msgstr ""
668
 
669
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
670
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
671
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
672
+ #: ../admin/like_buttons.php:797
673
  msgid "Shortcode & Widget"
674
  msgstr "Widgets y Shortcodes"
675
 
676
+ #: ../admin/social_sharing.php:57
677
  msgid "Troubleshooter"
678
  msgstr "Resolución de problmas"
679
 
680
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
681
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
682
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
683
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
684
  msgid "FAQ"
685
  msgstr "FAQ"
686
 
687
+ #: ../admin/social_sharing.php:66
688
  msgid "Standard interface theme"
689
  msgstr "Tema de la Interfaz Estándar"
690
 
691
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
692
  msgid "Icon Preview"
693
  msgstr "Vista previa de Icono"
694
 
695
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
696
  msgid ""
697
  "Do not forget to save the configuration after making changes by clicking the "
698
  "save button below"
700
  "No olvides guardar la configuración después de hacer cambios clickando en el "
701
  "botón \"Guardar\" de abajo"
702
 
703
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
704
  msgid "Shape"
705
  msgstr "Forma"
706
 
707
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
708
+ #: ../inc/widget.php:927
709
  msgid "Round"
710
  msgstr "Redondeado"
711
 
712
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
713
+ #: ../inc/widget.php:928
714
  msgid "Square"
715
  msgstr "Cuadrado"
716
 
717
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
718
  msgid "Rectangle"
719
  msgstr "Rectángulo"
720
 
721
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
722
  msgid "Shape of the sharing icons"
723
  msgstr "Forma de los iconos de compartir"
724
 
725
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
726
  msgid "Size (in pixels)"
727
  msgstr "Tamaño (en pixels)"
728
 
729
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
730
  msgid "Size of the sharing icons"
731
  msgstr "Tamaño de los iconos de Compartir"
732
 
733
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
734
  msgid "Width (in pixels)"
735
  msgstr "Anchura (en pixels)"
736
 
737
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
738
  msgid "Width of the sharing icons"
739
  msgstr "Anchura de los iconos de Compartir"
740
 
741
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
742
  msgid "Height (in pixels)"
743
  msgstr "Altura (en pixels)"
744
 
745
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
746
  msgid "Height of the sharing icons"
747
  msgstr "Altura de los iconos de Compartir"
748
 
749
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
750
  msgid "Border radius (in pixels)"
751
  msgstr "Borde del radio (en pixels)"
752
 
753
+ #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
754
  msgid ""
755
  "Specify a value for rounded corners. More the value, more rounded will the "
756
  "corners be. Leave empty for sharp corners."
759
  "valor, más redondeadas serán las esquinas. Déjalo vacío si prefieres las "
760
  "esquinas cuaadradas."
761
 
762
+ #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
763
  msgid "Logo Color"
764
  msgstr "Color del Logo"
765
 
766
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
767
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
768
+ #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
769
  msgid "Default"
770
  msgstr "Por defecto "
771
 
772
+ #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
773
+ #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
774
+ #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
775
  msgid "On Hover"
776
  msgstr "Con el puntero encima "
777
 
778
+ #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
779
  msgid ""
780
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
781
  "empty for default. You can get the hex code of the required color from <a "
786
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
787
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
788
 
789
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
790
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
791
+ #: ../inc/widget.php:444 ../inc/widget.php:756
792
  msgid "Background Color"
793
  msgstr "Color del fondo"
794
 
795
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
796
  msgid ""
797
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
798
  "\"transparent\" for transparent background. Leave empty for default. You can "
805
  "código hexadecimal del color que desees en <a href=\"http://www.colorpicker."
806
  "com/\" target=\"_blank\">este enlace</a>"
807
 
808
+ #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
809
  msgid "Border"
810
  msgstr "Borde"
811
 
812
+ #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
813
+ #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
814
  msgid "Border Width"
815
  msgstr "Anchura del borde "
816
 
817
+ #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
818
+ #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
819
  msgid "Border Color"
820
  msgstr "Color del borde "
821
 
822
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
823
  msgid "Icon border"
824
  msgstr "Borde del icono"
825
 
826
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
827
  msgid "Counter Position"
828
  msgstr "Posición del Contador"
829
 
830
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
831
  msgid "(applies, if counter enabled)"
832
  msgstr "(aplicable si el contador está activo)"
833
 
834
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
835
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
836
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
837
+ #: ../inc/widget.php:430 ../inc/widget.php:742
838
  msgid "Left"
839
  msgstr "Izquierda"
840
 
841
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
842
  msgid "Top"
843
  msgstr "Arriba"
844
 
845
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
846
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
847
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
848
+ #: ../inc/widget.php:431 ../inc/widget.php:743
849
  msgid "Right"
850
  msgstr "Derecha"
851
 
852
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
853
  msgid "Bottom"
854
  msgstr "Abajo"
855
 
856
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
857
  msgid "Inner Left"
858
  msgstr "Izquierda Interior"
859
 
860
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
861
  msgid "Inner Top"
862
  msgstr "Arriba Interior"
863
 
864
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
865
  msgid "Inner Right"
866
  msgstr "Derecha Interior"
867
 
868
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
869
  msgid "Inner Bottom"
870
  msgstr "Abajo Interior"
871
 
872
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
873
  msgid "Position of share counter"
874
  msgstr "Posición del contador de veces compartidas"
875
 
876
+ #: ../admin/social_sharing.php:373
877
  msgid "Floating interface theme"
878
  msgstr "Tema de la Interfaz Flotante"
879
 
880
+ #: ../admin/social_sharing.php:686
881
  msgid "Standard Sharing Interface Options"
882
  msgstr "Opciones de la interfaz estándar de Compartir"
883
 
884
+ #: ../admin/social_sharing.php:692
885
  msgid "Enable Standard sharing interface"
886
  msgstr "Permitir Interfaz Estándar de Compartir"
887
 
888
+ #: ../admin/social_sharing.php:702
889
  msgid "Master control to enable standard sharing"
890
  msgstr "Control Maestro para permitir Compartir estándar"
891
 
892
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
893
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
894
  msgid "Target Url"
895
  msgstr "Target Url"
896
 
897
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
898
+ #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
899
  msgid "Url of the webpage where icons are located (default)"
900
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
901
 
902
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
903
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
904
  msgid "Url of the homepage of your website"
905
  msgstr "Url de la página de inicio de tu sitio web"
906
 
907
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
908
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
909
  msgid "Custom url"
910
  msgstr "Url personalizada"
911
 
912
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
913
  msgid "Url to share"
914
  msgstr "Url para compartir"
915
 
916
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
917
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
918
+ #: ../inc/widget.php:921
919
  msgid "Title"
920
  msgstr "Título"
921
 
922
+ #: ../admin/social_sharing.php:745
923
  msgid "The text to display above the sharing interface"
924
  msgstr "El texto para mostrar sobre la interfaz de Compartir"
925
 
926
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
927
  #, fuzzy
928
  msgid "Instagram username"
929
  msgstr "Instagram"
930
 
931
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
932
  msgid ""
933
  "Username of the Instagram account you want to redirect users to, on clicking "
934
  "the icon"
935
  msgstr ""
936
 
937
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
938
  #, fuzzy
939
  msgid "HTML ID of container element of comment form"
940
  msgstr "HTML ID del contenedor del formulario de comentario"
941
 
942
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
943
  msgid ""
944
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
945
  "icon."
946
  msgstr ""
947
 
948
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
949
  msgid "Rearrange icons"
950
  msgstr "Reorganizar iconos"
951
 
952
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
953
  msgid "Drag the icons to rearrange in desired order"
954
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
955
 
956
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
957
  msgid "Select Sharing Services"
958
  msgstr "Selecciona los Servicios para Compartir"
959
 
960
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
961
  msgid "Select sharing services to show in social share bar"
962
  msgstr ""
963
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
964
  "sociales"
965
 
966
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
967
  #, fuzzy
968
  msgid "Search social network"
969
  msgstr "como red social primaria"
970
 
971
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
972
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
973
  msgid "Horizontal alignment"
974
  msgstr "Alineación horizontal"
975
 
976
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
977
  msgid "Center"
978
  msgstr "Centrar"
979
 
980
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
981
  msgid "Horizontal alignment of the sharing interface"
982
  msgstr "Alineación horizontal de la interfaz de Compartir"
983
 
984
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
985
  msgid "Position with respect to content"
986
  msgstr "Posición respecto al contenido"
987
 
988
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
989
  msgid "Top of the content"
990
  msgstr "Encima del contenido"
991
 
992
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
993
  msgid "Bottom of the content"
994
  msgstr "Debajo del contenido"
995
 
996
+ #: ../admin/social_sharing.php:960
997
  msgid "Specify position of the sharing interface with respect to the content"
998
  msgstr ""
999
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
1000
 
1001
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1002
  msgid "Placement"
1003
  msgstr "Ubicación"
1004
 
1005
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1006
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1007
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1008
  msgid "Homepage"
1009
  msgstr "Página de Inicio"
1010
 
1011
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1012
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1013
  msgid "Posts"
1014
  msgstr "Entradas"
1015
 
1016
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1017
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1018
  msgid "Pages"
1019
  msgstr "Páginas"
1020
 
1021
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1022
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1023
  #, fuzzy
1024
  msgid "Excerpts and Posts page"
1025
  msgstr "Extractos (en la Página de Inicio)"
1026
 
1027
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1028
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1029
  msgid "Category Archives"
1030
  msgstr "Archivos por Categoría"
1031
 
1032
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1033
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1034
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1035
  msgstr ""
1036
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
1037
  "Fecha)"
1038
 
1039
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1040
  msgid "BuddyPress activity"
1041
  msgstr "Actividad en BuddyPress"
1042
 
1043
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1044
  msgid "BuddyPress group (only at top of content)"
1045
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
1046
 
1047
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1048
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1049
  msgid "BBPress forum"
1050
  msgstr "Foro BBPress"
1051
 
1052
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1053
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1054
  msgid "BBPress topic"
1055
  msgstr "Tema BBPress"
1056
 
1057
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1058
  msgid "BBPress reply"
1059
  msgstr "Respuesta BBPress"
1060
 
1061
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1062
  msgid "After individual product at WooCommerce Shop page"
1063
  msgstr "Después de cada producto individual en página de Tienda WooCommerce"
1064
 
1065
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1066
  msgid "WooCommerce Product Page"
1067
  msgstr "Página de Producto WooCommerce"
1068
 
1069
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1070
  msgid "WooCommerce Thankyou Page"
1071
  msgstr "Página de Agradecimiento WooCommerce"
1072
 
1073
+ #: ../admin/social_sharing.php:1036
1074
  msgid "Specify the pages where you want to enable Sharing interface"
1075
  msgstr ""
1076
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
1077
 
1078
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1079
  msgid "Show share counts"
1080
  msgstr "Mostrar contadores de las veces compartidas"
1081
 
1082
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1083
  #, fuzzy
1084
  msgid ""
1085
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1089
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
1090
  "Stumbleupon, Odnoklassniki y Vkontakte"
1091
 
1092
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1093
  #, php-format
1094
  msgid ""
1095
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1098
  "their website."
1099
  msgstr ""
1100
 
1101
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1102
  msgid "If enabled, share counts are displayed above sharing icons."
1103
  msgstr ""
1104
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
1105
  "iconos de compartir."
1106
 
1107
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1108
  msgid "Show total shares"
1109
  msgstr "Mostrar número total de veces compartidas"
1110
 
1111
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1112
  msgid "If enabled, total shares will be displayed with sharing icons"
1113
  msgstr ""
1114
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
1115
  "de compartir."
1116
 
1117
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1118
  msgid "Enable 'More' icon"
1119
  msgstr "Permitir el icono 'Más'"
1120
 
1121
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1122
  msgid ""
1123
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1124
  "which shows additional sharing networks in popup"
1126
  "Si se activa, el icono \"Más\" aparecerá después de los iconos de compartir "
1127
  "seleccionados, y mostrará en un popup las redes adicionales para compartir"
1128
 
1129
+ #: ../admin/social_sharing.php:1112
1130
  msgid "Floating Sharing Interface Options"
1131
  msgstr "Opciones de la Interfaz Flotante de Compartir"
1132
 
1133
+ #: ../admin/social_sharing.php:1118
1134
  msgid "Enable Floating sharing interface"
1135
  msgstr "Permitir la Interfaz Flotante de Compartir"
1136
 
1137
+ #: ../admin/social_sharing.php:1128
1138
  msgid "Master control to enable floating sharing widget"
1139
  msgstr "Control maestro para permitir el widget flotante de compartir"
1140
 
1141
+ #: ../admin/social_sharing.php:1322
1142
  msgid ""
1143
  "Specify the color or hex code (example #cc78e0) for the background of "
1144
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1150
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
1151
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
1152
 
1153
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1154
  msgid "Left offset"
1155
  msgstr "Desplazamiento a la izquierda"
1156
 
1157
+ #: ../admin/social_sharing.php:1362
1158
  msgid ""
1159
  "Specify a number. Increase in number will shift sharing interface towards "
1160
  "right and decrease will shift it towards left. Number can be negative too."
1163
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
1164
  "la izquierda. El número puede ser negativo también."
1165
 
1166
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1167
  msgid "Right offset"
1168
  msgstr "Desplazamiento a la derecha"
1169
 
1170
+ #: ../admin/social_sharing.php:1382
1171
  msgid ""
1172
  "Specify a number. Increase in number will shift sharing interface towards "
1173
  "left and decrease will shift it towards right. Number can be negative too."
1176
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
1177
  "hacia la derecha. El número puede ser negativo también."
1178
 
1179
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1180
  msgid "Top offset"
1181
  msgstr "Desplazamiento hacia arriba"
1182
 
1183
+ #: ../admin/social_sharing.php:1401
1184
  msgid ""
1185
  "Specify a number. Increase in number will shift sharing interface towards "
1186
  "bottom and decrease will shift it towards top."
1189
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
1190
  "abajo."
1191
 
1192
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1193
  msgid "BuddyPress group"
1194
  msgstr "grupo BuddyPress"
1195
 
1196
+ #: ../admin/social_sharing.php:1458
1197
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1198
  msgstr ""
1199
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
1200
  "Compartir"
1201
 
1202
+ #: ../admin/social_sharing.php:1525
1203
  msgid "Vertical floating bar responsiveness"
1204
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1205
 
1206
+ #: ../admin/social_sharing.php:1528
1207
  #, php-format
1208
  msgid "Display vertical interface only when screen is wider than %s pixels"
1209
  msgstr ""
1210
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
1211
  "pixels"
1212
 
1213
+ #: ../admin/social_sharing.php:1535
1214
  msgid ""
1215
  "Display vertical interface only when screen is wider than the width "
1216
  "specified."
1218
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
1219
  "ancho especificado."
1220
 
1221
+ #: ../admin/social_sharing.php:1543
1222
  msgid "Horizontal floating bar responsiveness"
1223
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
1224
 
1225
+ #: ../admin/social_sharing.php:1546
1226
  #, php-format
1227
  msgid ""
1228
  "Stick vertical floating interface horizontally at bottom only when screen is "
1231
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1232
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
1233
 
1234
+ #: ../admin/social_sharing.php:1553
1235
  msgid ""
1236
  "Stick vertical floating interface horizontally at bottom only when screen is "
1237
  "narrower than the width specified"
1239
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
1240
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
1241
 
1242
+ #: ../admin/social_sharing.php:1563
1243
  msgid "Horizontal floating bar position"
1244
  msgstr "Posición de la barra flotante horizontal"
1245
 
1246
+ #: ../admin/social_sharing.php:1566
1247
  #, php-format
1248
  msgid "%s pixels from %s"
1249
  msgstr "%s pixels de %s"
1250
 
1251
+ #: ../admin/social_sharing.php:1567
1252
  msgid "Auto-adjust according to screen width (responsive)"
1253
  msgstr ""
1254
 
1255
+ #: ../admin/social_sharing.php:1574
1256
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1257
  msgstr ""
1258
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
1259
  "también."
1260
 
1261
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1262
  msgid "Url shortener"
1263
  msgstr "Acortador de Url"
1264
 
1265
+ #: ../admin/social_sharing.php:1600
1266
  msgid "Use shortlinks already installed"
1267
  msgstr "Utiliza los shortlinks ya instalados"
1268
 
1269
+ #: ../admin/social_sharing.php:1610
1270
  msgid "Uses default short url permalinks without using any additional plugin"
1271
  msgstr ""
1272
 
1273
+ #: ../admin/social_sharing.php:1618
1274
  msgid "Enable bit.ly url shortener for sharing"
1275
  msgstr "Habilitar acortador de url bit.ly para compartir"
1276
 
1277
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1278
  msgid "Master control to enable bit.ly url shortening for sharing"
1279
  msgstr ""
1280
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
1281
 
1282
+ #: ../admin/social_sharing.php:1636
1283
  #, fuzzy
1284
  msgid "bit.ly Login"
1285
  msgstr "Ingreso a través de redes sociales"
1286
 
1287
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1288
  #, fuzzy, php-format
1289
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1290
  msgstr ""
1292
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1293
  "conseguir tu Twitter Key"
1294
 
1295
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1296
  msgid "bit.ly API Key"
1297
  msgstr "bit.ly API Key"
1298
 
1299
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1300
  msgid "Clear Bitly Cache"
1301
  msgstr ""
1302
 
1303
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1304
  msgid "ShortUrl cache cleared successfully."
1305
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1306
 
1307
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1308
  msgid ""
1309
  "Use this to delete short urls saved in database. Handy, if urls of your "
1310
  "website have been changed but short urls are still being generated for old "
1314
  "datos. Esto es práctico, si las url de tu sitio web han cambiado, pero las "
1315
  "url cortas todavía se están generando para viejas url."
1316
 
1317
+ #: ../admin/social_sharing.php:1694
1318
  msgid "Share Count Cache"
1319
  msgstr ""
1320
 
1321
+ #: ../admin/social_sharing.php:1700
1322
  msgid "Refresh Share Count cache every"
1323
  msgstr ""
1324
 
1325
+ #: ../admin/social_sharing.php:1705
1326
  msgid "Second(s)"
1327
  msgstr ""
1328
 
1329
+ #: ../admin/social_sharing.php:1706
1330
  msgid "Minute(s)"
1331
  msgstr ""
1332
 
1333
+ #: ../admin/social_sharing.php:1707
1334
  msgid "Hour(s)"
1335
  msgstr ""
1336
 
1337
+ #: ../admin/social_sharing.php:1708
1338
  msgid "Day(s)"
1339
  msgstr ""
1340
 
1341
+ #: ../admin/social_sharing.php:1716
1342
  #, php-format
1343
  msgid ""
1344
  "Frequent cache refreshing results in slower loading of pages with share "
1346
  "target=\"_blank\">here</a>"
1347
  msgstr ""
1348
 
1349
+ #: ../admin/social_sharing.php:1724
1350
  msgid "Clear Share Counts Cache"
1351
  msgstr ""
1352
 
1353
+ #: ../admin/social_sharing.php:1728
1354
  #, fuzzy
1355
  msgid "Share Counts cache cleared successfully."
1356
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
1357
 
1358
+ #: ../admin/social_sharing.php:1735
1359
  msgid "Use this to clear cached share counts"
1360
  msgstr ""
1361
 
1362
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1363
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1364
+ #: ../admin/like_buttons.php:698
1365
  msgid "Language"
1366
  msgstr "Idioma"
1367
 
1368
+ #: ../admin/social_sharing.php:1760
1369
  #, php-format
1370
  msgid ""
1371
  "Enter the code of the language you want to use for like buttons. You can "
1376
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1377
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1378
 
1379
+ #: ../admin/social_sharing.php:1769
1380
  msgid "Username in sharing"
1381
  msgstr "Nombre de usuario en Compartir"
1382
 
1383
+ #: ../admin/social_sharing.php:1775
1384
  msgid "Twitter username (without @)"
1385
  msgstr "Nombre de usuario de Twitter (sin @)"
1386
 
1387
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1388
  msgid ""
1389
  "Provided username will be appended after the content being shared as \"via "
1390
  "@USERNAME\". Leave empty if you do not want any username in the content "
1394
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
1395
  "nombre de usuario en el contenido compartido."
1396
 
1397
+ #: ../admin/social_sharing.php:1794
1398
  msgid "Buffer username (without @)"
1399
  msgstr "Nombre de usuario de Buffer (sin @)"
1400
 
1401
+ #: ../admin/social_sharing.php:1813
1402
  msgid "AMP"
1403
  msgstr ""
1404
 
1405
+ #: ../admin/social_sharing.php:1819
1406
  #, fuzzy
1407
  msgid "Enable sharing on AMP pages"
1408
  msgstr "Permitir Página de Ingreso"
1409
 
1410
+ #: ../admin/social_sharing.php:1829
1411
  msgid "Enable this option to render sharing icons on AMP pages"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1415
  msgid "myCRED"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1419
  msgid "Append myCRED referral ID to the urls being shared"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1887
1423
  msgid "Facebook Sharing Troubleshooter"
1424
  msgstr "Resolución de problemas al Compartir en Facebook"
1425
 
1426
+ #: ../admin/social_sharing.php:1892
1427
  #, fuzzy
1428
  msgid ""
1429
  "If Facebook sharing is not working fine, click at the following link and "
1435
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
1436
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1437
 
1438
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1439
+ #: ../admin/social_login.php:1205
1440
  msgid ""
1441
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1442
  "an online website for the plugin to function properly."
1443
  msgstr ""
1444
 
1445
+ #: ../admin/social_sharing.php:1911
1446
  msgid "Why is Instagram icon redirecting to Instagram website?"
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_sharing.php:1912
1450
  msgid ""
1451
  "Instagram icon is there to send website visitors to the Instagram page of "
1452
  "your choice. You can save the desired Instagram handle in \"Instagram "
1454
  "sections."
1455
  msgstr ""
1456
 
1457
+ #: ../admin/social_sharing.php:1915
1458
  msgid ""
1459
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1916
1463
  msgid ""
1464
  "It takes some time for their service to track the shares made on Twitter "
1465
  "from your website. If you still feel it's taking too long you can contact "
1466
  "their support directly from their website."
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1470
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1919
1474
  msgid ""
1475
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1479
+ #: ../admin/social_login.php:1211
1480
  msgid "Why is my browser blocking some features of the plugin?"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1921
1484
  msgid "Why the color of share icons is not being updated?"
1485
  msgstr ""
1486
 
1487
+ #: ../admin/social_sharing.php:1922
1488
  msgid ""
1489
  "Why is sharer not showing the correct image, title and other meta tags "
1490
  "content?"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1923
1494
  msgid "Why Facebook share counts are not appearing?"
1495
  msgstr ""
1496
 
1497
+ #: ../admin/social_sharing.php:1924
1498
  msgid ""
1499
  "How can I show share counts of my website rather than of individual pages/"
1500
  "posts?"
1502
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
1503
  "lugar de páginas individuales o entradas?"
1504
 
1505
+ #: ../admin/social_sharing.php:1925
1506
  msgid "How can I disable sharing on particular page/post?"
1507
  msgstr ""
1508
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
1509
  "entrada?"
1510
 
1511
+ #: ../admin/social_sharing.php:1926
1512
  msgid "How can I specify minimum sharing count for sharing networks?"
1513
  msgstr ""
1514
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
1515
  "sociales?"
1516
 
1517
+ #: ../admin/social_sharing.php:1927
1518
  msgid "How to share specific page?"
1519
  msgstr "¿Cómo compartir una página específica?"
1520
 
1521
+ #: ../admin/social_sharing.php:1928
1522
  msgid "How to integrate Google Analytics with sharing?"
1523
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
1524
 
1525
+ #: ../admin/social_sharing.php:1929
1526
  msgid "How to customize the look of total share counts?"
1527
  msgstr ""
1528
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
1529
 
1530
+ #: ../admin/social_sharing.php:1930
1531
  msgid "How to customize the look of individual share counts?"
1532
  msgstr ""
1533
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
1534
  "compartidas?"
1535
 
1536
+ #: ../admin/social_sharing.php:1931
1537
  msgid "How to show Whatsapp icon only on mobile devices?"
1538
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
1539
 
1540
+ #: ../admin/social_sharing.php:1932
1541
  msgid "How to hide arrow after floating sharing bar?"
1542
  msgstr ""
1543
 
1544
+ #: ../admin/social_sharing.php:1933
1545
  msgid "Why is share count not getting updated?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1549
  msgid "Why is there so much space between like buttons?"
1550
  msgstr ""
1551
 
1552
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1553
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1554
  msgstr ""
1555
 
1556
+ #: ../admin/social_commenting.php:17
1557
  msgid "Enable Social Commenting"
1558
  msgstr "Permitir Comentarios en redes sociales"
1559
 
1560
+ #: ../admin/social_commenting.php:27
1561
  msgid "Master control to enable Social Commenting"
1562
  msgstr "Control maestro para permitir Comentarios en redes sociales"
1563
 
1564
+ #: ../admin/social_commenting.php:38
1565
  msgid "Social Commenting"
1566
  msgstr "Comentarios en redes sociales"
1567
 
1568
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1569
  msgid "Shortcode"
1570
  msgstr "Shortcode"
1571
 
1572
+ #: ../admin/social_commenting.php:53
1573
  msgid "Order of tabs in commenting interface"
1574
  msgstr "Orden de pestañas en la interfaz de comentarios"
1575
 
1576
+ #: ../admin/social_commenting.php:63
1577
  msgid ""
1578
  "Order of the tabs shown in social commenting interface. Defaults to "
1579
  "wordpress,facebook,googleplus,disqus"
1581
  "Orden de las pestañas mostradas en la interfaz de comentarios en redes "
1582
  "sociales. Por defecto es: wordpress, facebook, google plus, disqus"
1583
 
1584
+ #: ../admin/social_commenting.php:71
1585
  msgid "Comment area label"
1586
  msgstr "Etiqueta del área de comentarios"
1587
 
1588
+ #: ../admin/social_commenting.php:81
1589
  msgid "Label for comment area"
1590
  msgstr "Etiqueta para el área de comentarios"
1591
 
1592
+ #: ../admin/social_commenting.php:94
1593
  msgid "Enable Social Commenting at"
1594
  msgstr "Permitir Comentarios Sociales en"
1595
 
1596
+ #: ../admin/social_commenting.php:113
1597
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1598
  msgstr ""
1599
  "Especifica los grupos de páginas/entradas donde quieres permitir Comentarios "
1600
  "Sociales"
1601
 
1602
+ #: ../admin/social_commenting.php:124
1603
  msgid "HTML ID of comment form container"
1604
  msgstr "HTML ID del contenedor del formulario de comentario"
1605
 
1606
+ #: ../admin/social_commenting.php:134
1607
  msgid ""
1608
  "HTML ID of container element of the default comment form at front end. Leave "
1609
  "empty for default ID - \"respond\". You need to specify it if default "
1616
  "defecto se muestra y si los Comentarios Sociales no están permitidos en la "
1617
  "vista del usuario de tu sitio web."
1618
 
1619
+ #: ../admin/social_commenting.php:144
1620
  msgid "Labels"
1621
  msgstr "Etiquetas"
1622
 
1623
+ #: ../admin/social_commenting.php:149
1624
  msgid "Label for WordPress Commenting tab"
1625
  msgstr "Etiqueta para la pestaña de Comentarios de WordPress"
1626
 
1627
+ #: ../admin/social_commenting.php:158
1628
  msgid "Label for Facebook Commenting tab"
1629
  msgstr "Etiqueta para la pestaña de Comentarios de Facebook"
1630
 
1631
+ #: ../admin/social_commenting.php:167
1632
  msgid "Label for G+ Commenting tab"
1633
  msgstr "Etiqueta para la pestaña de Comentarios de G+"
1634
 
1635
+ #: ../admin/social_commenting.php:176
1636
  msgid "Label for Disqus Commenting tab"
1637
  msgstr "Etiqueta para la pestaña de Comentarios de Disqus"
1638
 
1639
+ #: ../admin/social_commenting.php:187
1640
  msgid "Facebook Commenting Options"
1641
  msgstr "Opciones de Comentarios de Facebook"
1642
 
1643
+ #: ../admin/social_commenting.php:193
1644
  msgid "Enable Facebook Comments notification and moderation"
1645
  msgstr "Permitir la notificación y moderación de Comentarios de Facebook"
1646
 
1647
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1648
  msgid "Enable Facebook Commenting"
1649
  msgstr "Permitir Comentarios de Facebook"
1650
 
1651
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1652
  msgid "Url to comment on"
1653
  msgstr "Url para comentar"
1654
 
1655
+ #: ../admin/social_commenting.php:229
1656
  msgid ""
1657
  "The absolute URL that comments posted will be permanently associated with. "
1658
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1664
  "vincularán a esta URL.<br/>Si se deja vacía <strong>(Recomendado)</ strong>, "
1665
  "se utilizará la url de la página web en la que los comentarios están activos."
1666
 
1667
+ #: ../admin/social_commenting.php:237
1668
  #, fuzzy
1669
  msgid "Show Recent Facebook Comments in a Widget"
1670
  msgstr "Permitir Comentarios de Facebook"
1671
 
1672
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1673
  msgid "Width"
1674
  msgstr "Ancho"
1675
 
1676
+ #: ../admin/social_commenting.php:255
1677
  msgid ""
1678
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1679
  "block."
1681
  "Dejar en blanco para que el ancho se ajuste de manera automática. El ancho "
1682
  "(en píxeles) del Bloque de Comentarios."
1683
 
1684
+ #: ../admin/social_commenting.php:263
1685
  msgid "Color Scheme"
1686
  msgstr "Esquema de Color"
1687
 
1688
+ #: ../admin/social_commenting.php:267
1689
  msgid "Light"
1690
  msgstr "Claro"
1691
 
1692
+ #: ../admin/social_commenting.php:268
1693
  msgid "Dark"
1694
  msgstr "Oscuro"
1695
 
1696
+ #: ../admin/social_commenting.php:276
1697
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1698
  msgstr ""
1699
  "El esquema de color utilizado por el plugin. Puede ser \"claro\" o \"oscuro"
1700
  "\"."
1701
 
1702
+ #: ../admin/social_commenting.php:284
1703
  msgid "Number of comments"
1704
  msgstr "Número de comentarios"
1705
 
1706
+ #: ../admin/social_commenting.php:294
1707
  msgid ""
1708
  "The number of comments to show by default. The minimum value is 1. Defaults "
1709
  "to 10"
1711
  "El número de comentarios que se mostrará de forma predeterminada. El valor "
1712
  "mínimo es 1. El valor predeterminado es 10"
1713
 
1714
+ #: ../admin/social_commenting.php:302
1715
  msgid "Order by"
1716
  msgstr "Ordenar por"
1717
 
1718
+ #: ../admin/social_commenting.php:306
1719
  msgid "Social"
1720
  msgstr "Social"
1721
 
1722
+ #: ../admin/social_commenting.php:307
1723
  msgid "Reverse Time"
1724
  msgstr "Invertir Fecha"
1725
 
1726
+ #: ../admin/social_commenting.php:308
1727
  msgid "Time"
1728
  msgstr "Fecha"
1729
 
1730
+ #: ../admin/social_commenting.php:316
1731
  msgid "The order to use when displaying comments."
1732
  msgstr "El orden para usar cuando se muestren los comentarios."
1733
 
1734
+ #: ../admin/social_commenting.php:334
1735
  #, php-format
1736
  msgid ""
1737
  "Enter the code of the language you want to use to display commenting. You "
1742
  "comentarios. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
1743
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
1744
 
1745
+ #: ../admin/social_commenting.php:343
1746
  msgid "Google Plus Commenting Options"
1747
  msgstr "Opciones de Comentarios de Google Plus"
1748
 
1749
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1750
  msgid "Enable Google Plus Commenting"
1751
  msgstr "Permitir Comentarios de Google Plus"
1752
 
1753
+ #: ../admin/social_commenting.php:377
1754
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1755
  msgstr ""
1756
  "Ancho de la interfaz de los Comentarios de Google Plus. Déjalo vacío para "
1757
  "que se ajuste automáticamente."
1758
 
1759
+ #: ../admin/social_commenting.php:395
1760
  msgid ""
1761
  "The absolute URL that comments posted will be permanently associated with. "
1762
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1768
  "vincularán a esta URL.<br/>Si se deja vacía <strong>(Recomendado)</ strong>, "
1769
  "se utilizará la url de la página web en la que los comentarios están activos."
1770
 
1771
+ #: ../admin/social_commenting.php:404
1772
  msgid "Disqus Commenting Options"
1773
  msgstr "Opciones de Comentarios de Disqus"
1774
 
1775
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1776
  msgid "Enable Disqus Commenting"
1777
  msgstr "Permitir Comentarios de Disqus"
1778
 
1779
+ #: ../admin/social_commenting.php:428
1780
  msgid "Disqus Shortname"
1781
  msgstr "Shortname Disqus"
1782
 
1783
+ #: ../admin/social_commenting.php:438
1784
  msgid ""
1785
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1786
  "shortname, visit following link."
1788
  "<strong>Necesario para utilizar los Comentarios de Disqus.</ strong> Para "
1789
  "obtener más información sobre el shortname, visita el siguiente enlace."
1790
 
1791
+ #: ../admin/social_commenting.php:456
1792
  msgid "Social Commenting Shortcode"
1793
  msgstr "Shortcode de Comentarios Sociales"
1794
 
1795
+ #: ../admin/social_commenting.php:470
1796
  msgid ""
1797
  "How to show recent Facebook Comments from all over the website in a widget?"
1798
  msgstr ""
1799
 
1800
+ #: ../admin/social_commenting.php:471
1801
  msgid ""
1802
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1803
  "Https?"
1804
  msgstr ""
1805
 
1806
+ #: ../admin/social_commenting.php:473
1807
  msgid "How can I disable Social Commenting at individual page/post?"
1808
  msgstr ""
1809
  "¿Cómo puedo desactivar los Comentarios Sociales en páginas individuales o "
1810
  "entradas?"
1811
 
1812
+ #: ../admin/social_commenting.php:474
1813
  msgid "How to disable default comment form from Social Commenting?"
1814
  msgstr ""
1815
  "¿Cómo desactivar el formulario de comentarios por defecto de los Comentarios "
1816
  "Sociales?"
1817
 
1818
+ #: ../admin/social_login.php:19
1819
  msgid "Enable Social Login"
1820
  msgstr "Permitir el Ingreso a través de redes sociales"
1821
 
1822
+ #: ../admin/social_login.php:29
1823
  msgid ""
1824
  "Master control for Social Login. It must be checked to enable Social Login "
1825
  "functionality"
1827
  "Control Maestro para el Ingreso a través de redes sociales. Debe estar "
1828
  "activado para permitir esta funcionalidad"
1829
 
1830
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1831
  msgid "Basic Configuration"
1832
  msgstr "Configuración básica"
1833
 
1834
+ #: ../admin/social_login.php:41
1835
  #, fuzzy
1836
  msgid "Advanced Configuration"
1837
  msgstr "Configuración básica"
1838
 
1839
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1840
  msgid "GDPR"
1841
  msgstr ""
1842
 
1843
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1844
  msgid "XProfile Integration"
1845
  msgstr ""
1846
 
1847
+ #: ../admin/social_login.php:64
1848
  msgid "Disable user registration via Social Login"
1849
  msgstr "Desactivar el registro de usuario mediante redes sociales"
1850
 
1851
+ #: ../admin/social_login.php:74
1852
  msgid ""
1853
  "After enabling this option, new users will not be able to login through "
1854
  "social login. Only existing users will be able to social login."
1856
  "Después de activar esta opción, los nuevos usuarios no podrán acceder a "
1857
  "través de las redes sociales. Sólo los usuarios ya existentes podrán hacerlo."
1858
 
1859
+ #: ../admin/social_login.php:83
1860
  msgid "Redirection url"
1861
  msgstr "Redirección de la url"
1862
 
1863
+ #: ../admin/social_login.php:93
1864
  msgid ""
1865
  "User will be redirected to this page after unsuccessful registration attempt "
1866
  "via Social Login. You can specify the url of registration form or of a page "
1871
  "url del formulario de registro o de una página que muestre un mensaje "
1872
  "advirtiendo que el registro a través de redes sociales está desactivado."
1873
 
1874
+ #: ../admin/social_login.php:102
1875
  #, fuzzy
1876
  msgid "Select Social Networks"
1877
  msgstr "como red social primaria"
1878
 
1879
+ #: ../admin/social_login.php:107
1880
  msgid "Facebook"
1881
  msgstr "Facebook"
1882
 
1883
+ #: ../admin/social_login.php:111
1884
  msgid "Twitter"
1885
  msgstr "Twitter"
1886
 
1887
+ #: ../admin/social_login.php:115
1888
  msgid "LinkedIn"
1889
  msgstr "LinkedIn"
1890
 
1891
+ #: ../admin/social_login.php:119
1892
  msgid "Google+"
1893
  msgstr "Google+"
1894
 
1895
+ #: ../admin/social_login.php:123
1896
  msgid "Vkontakte"
1897
  msgstr "Vkontakte"
1898
 
1899
+ #: ../admin/social_login.php:127
1900
  msgid "Instagram"
1901
  msgstr "Instagram"
1902
 
1903
+ #: ../admin/social_login.php:131
1904
  msgid "Xing"
1905
  msgstr "Xing"
1906
 
1907
+ #: ../admin/social_login.php:135
1908
  msgid "Steam"
1909
  msgstr ""
1910
 
1911
+ #: ../admin/social_login.php:140
1912
  #, fuzzy
1913
  msgid "Twitch"
1914
  msgstr "Twitter"
1915
 
1916
+ #: ../admin/social_login.php:145
1917
  msgid "LiveJournal"
1918
  msgstr ""
1919
 
1920
+ #: ../admin/social_login.php:153
1921
  msgid "Select Social ID provider to enable in Social Login"
1922
  msgstr ""
1923
  "Seleccionar un proveedor de Social ID para permitir el ingreso a través de "
1924
  "redes sociales"
1925
 
1926
+ #: ../admin/social_login.php:161
1927
  msgid "Facebook App ID"
1928
  msgstr "Facebook App ID"
1929
 
1930
+ #: ../admin/social_login.php:171
1931
  #, php-format
1932
  msgid ""
1933
  "Required for Facebook Social Login to work. Please follow the documentation "
1937
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1938
  "para conseguir tu Facebook App ID"
1939
 
1940
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
1941
  msgid ""
1942
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1943
  msgstr ""
1944
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
1945
  "mencionado"
1946
 
1947
+ #: ../admin/social_login.php:183
1948
  #, fuzzy
1949
  msgid "Facebook App Secret"
1950
  msgstr "Facebook App ID"
1951
 
1952
+ #: ../admin/social_login.php:193
1953
  #, fuzzy, php-format
1954
  msgid ""
1955
  "Required for Facebook Social Login to work. Please follow the documentation "
1959
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
1960
  "para conseguir tu Facebook App ID"
1961
 
1962
+ #: ../admin/social_login.php:205
1963
  msgid "Twitter API Key"
1964
  msgstr "Twitter API Key"
1965
 
1966
+ #: ../admin/social_login.php:215
1967
  #, php-format
1968
  msgid ""
1969
  "Required for Twitter Social Login to work. Please follow the documentation "
1973
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
1974
  "conseguir tu Twitter Key"
1975
 
1976
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
1977
  #, fuzzy
1978
  msgid ""
1979
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1981
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
1982
  "enlace mencionado"
1983
 
1984
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
1985
  #, fuzzy
1986
  msgid ""
1987
  "Paste following url in <strong>Callback URL</strong> option at the link "
1990
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
1991
  "enlace mencionado"
1992
 
1993
+ #: ../admin/social_login.php:231
1994
  msgid "Twitter API Secret"
1995
  msgstr "Twitter API Secret"
1996
 
1997
+ #: ../admin/social_login.php:241
1998
  #, php-format
1999
  msgid ""
2000
  "Required for Twitter Social Login to work. Please follow the documentation "
2004
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2005
  "conseguir tu Twitter API Secret"
2006
 
2007
+ #: ../admin/social_login.php:257
2008
  #, fuzzy
2009
  msgid "LinkedIn Client ID"
2010
  msgstr "LinkedIn"
2011
 
2012
+ #: ../admin/social_login.php:267
2013
  #, fuzzy, php-format
2014
  msgid ""
2015
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2019
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2020
  "para conseguir tu LinkedIn API Key"
2021
 
2022
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2023
+ #: ../admin/social_login.php:401
2024
  msgid ""
2025
  "Paste following url in <strong>Website URL</strong> option at the link "
2026
  "mentioned"
2028
  "Pega la siguiente url en la opción <strong>Website URL</ strong> en el "
2029
  "enlace mencionado"
2030
 
2031
+ #: ../admin/social_login.php:279
2032
  msgid "LinkedIn Client Secret "
2033
  msgstr ""
2034
 
2035
+ #: ../admin/social_login.php:289
2036
  #, fuzzy, php-format
2037
  msgid ""
2038
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2043
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2044
  "para conseguir tu LinkedIn API Key"
2045
 
2046
+ #: ../admin/social_login.php:301
2047
  msgid "Google+ Client ID"
2048
  msgstr "Google+ Client ID"
2049
 
2050
+ #: ../admin/social_login.php:311
2051
  #, php-format
2052
  msgid ""
2053
  "Required for GooglePlus Social Login to work. Please follow the "
2058
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2059
  "para conseguir tu GooglePlus Client ID"
2060
 
2061
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2062
  #, fuzzy
2063
  msgid ""
2064
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2067
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2068
  "mencionado"
2069
 
2070
+ #: ../admin/social_login.php:323
2071
  #, fuzzy
2072
  msgid "Google+ Client Secret"
2073
  msgstr "Google+ Client ID"
2074
 
2075
+ #: ../admin/social_login.php:333
2076
  #, fuzzy, php-format
2077
  msgid ""
2078
  "Required for GooglePlus Social Login to work. Please follow the "
2083
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2084
  "para conseguir tu GooglePlus Client ID"
2085
 
2086
+ #: ../admin/social_login.php:345
2087
  msgid "Vkontakte Application ID"
2088
  msgstr "Vkontakte Application ID"
2089
 
2090
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2091
  #, php-format
2092
  msgid ""
2093
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2098
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2099
  "para conseguir tu Vkontakte Application ID"
2100
 
2101
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2102
  msgid ""
2103
  "Paste following url in <strong>Site address</strong> option at the link "
2104
  "mentioned"
2106
  "Pega la siguiente url en la opción <strong>Site address</ strong> en el "
2107
  "enlace mencionado"
2108
 
2109
+ #: ../admin/social_login.php:367
2110
  #, fuzzy
2111
  msgid "Vkontakte Secure key"
2112
  msgstr "Vkontakte"
2113
 
2114
+ #: ../admin/social_login.php:389
2115
  msgid "Instagram Client ID"
2116
  msgstr "Instagram Client ID"
2117
 
2118
+ #: ../admin/social_login.php:399
2119
  #, php-format
2120
  msgid ""
2121
  "Required for Instagram Social Login to work. Please follow the documentation "
2125
  "sigue la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> "
2126
  "para conseguir tu Instagram Client ID"
2127
 
2128
+ #: ../admin/social_login.php:411
2129
  msgid "Xing Consumer Key"
2130
  msgstr "Xing Consumer Key"
2131
 
2132
+ #: ../admin/social_login.php:421
2133
  #, php-format
2134
  msgid ""
2135
  "Required for Xing Social Login to work. Please follow the documentation at "
2139
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2140
  "conseguir tu Xing Consumer Key"
2141
 
2142
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2143
  msgid ""
2144
  "Paste following url in <strong>Callback domain</strong> option at the link "
2145
  "mentioned"
2147
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2148
  "enlace mencionado"
2149
 
2150
+ #: ../admin/social_login.php:433
2151
  msgid "Xing Consumer Secret"
2152
  msgstr "Xing Consumer Secret"
2153
 
2154
+ #: ../admin/social_login.php:443
2155
  #, php-format
2156
  msgid ""
2157
  "Required for Xing Social Login to work. Please follow the documentation at "
2161
  "documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2162
  "conseguir tu Xing Consumer Secret"
2163
 
2164
+ #: ../admin/social_login.php:455
2165
  #, fuzzy
2166
  msgid "Steam API Key"
2167
  msgstr "Twitter API Key"
2168
 
2169
+ #: ../admin/social_login.php:465
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2176
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2177
  "conseguir tu Twitter Key"
2178
 
2179
+ #: ../admin/social_login.php:466
2180
  #, fuzzy
2181
  msgid "Save following <strong>domain</strong> to get the key"
2182
  msgstr ""
2183
  "Pega la siguiente url en la opción <strong>Callback domain</ strong> en el "
2184
  "enlace mencionado"
2185
 
2186
+ #: ../admin/social_login.php:475
2187
  #, fuzzy
2188
  msgid "Twitch Client ID"
2189
  msgstr "Instagram Client ID"
2190
 
2191
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2192
  #, fuzzy, php-format
2193
  msgid ""
2194
  "Required for Twitch Social Login to work. Please follow the documentation at "
2198
  "la documentación en <a href=\"%s\" target=\"_blank\">este enlace</a> para "
2199
  "conseguir tu Twitter Key"
2200
 
2201
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2202
  #, fuzzy
2203
  msgid ""
2204
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2207
  "Pega la siguiente url en la opción <strong>Site URL</ strong> en el enlace "
2208
  "mencionado"
2209
 
2210
+ #: ../admin/social_login.php:497
2211
  #, fuzzy
2212
  msgid "Twitch Client Secret"
2213
  msgstr "Instagram Client ID"
2214
 
2215
+ #: ../admin/social_login.php:526
2216
  #, fuzzy
2217
  msgid "Social Login Options"
2218
  msgstr "Ingreso a través de redes sociales"
2219
 
2220
+ #: ../admin/social_login.php:542
2221
  msgid "Text to display above the Social Login interface"
2222
  msgstr ""
2223
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2224
 
2225
+ #: ../admin/social_login.php:551
2226
  msgid "Enable at login page"
2227
  msgstr "Permitir Página de Ingreso"
2228
 
2229
+ #: ../admin/social_login.php:561
2230
  msgid ""
2231
  "Social Login interface will get enabled at the login page of your website"
2232
  msgstr ""
2233
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2234
  "acceso de tu sitio web"
2235
 
2236
+ #: ../admin/social_login.php:569
2237
  msgid "Enable at register page"
2238
  msgstr "Permitir Página de Registro"
2239
 
2240
+ #: ../admin/social_login.php:579
2241
  msgid ""
2242
  "Social Login interface will get enabled at the registration page of your "
2243
  "website"
2245
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2246
  "registro de tu sitio web"
2247
 
2248
+ #: ../admin/social_login.php:587
2249
  msgid "Enable at comment form"
2250
  msgstr "Permitir el formulario de comentarios"
2251
 
2252
+ #: ../admin/social_login.php:597
2253
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2254
  msgstr ""
2255
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2256
  "de Comentario de tu WordPress"
2257
 
2258
+ #: ../admin/social_login.php:612
2259
  msgid "Enable before WooCommerce Customer Login Form"
2260
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2261
 
2262
+ #: ../admin/social_login.php:622
2263
  msgid ""
2264
  "Social Login Interface will get enabled before the customer login form at "
2265
  "WooCommerce My Account page"
2267
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2268
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2269
 
2270
+ #: ../admin/social_login.php:630
2271
  msgid "Enable after WooCommerce Customer Login Form"
2272
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2273
 
2274
+ #: ../admin/social_login.php:640
2275
  msgid ""
2276
  "Social Login Interface will get enabled after the customer login form at "
2277
  "WooCommerce My Account page"
2279
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2280
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2281
 
2282
+ #: ../admin/social_login.php:648
2283
  msgid "Enable at WooCommerce checkout page"
2284
  msgstr "Permitir en la página de checkout de WooCommerce"
2285
 
2286
+ #: ../admin/social_login.php:658
2287
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2288
  msgstr ""
2289
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2290
  "checkout de WooCommerce"
2291
 
2292
+ #: ../admin/social_login.php:669
2293
  msgid "Auto-approve comments made by Social Login users"
2294
  msgstr ""
2295
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2296
  "través de redes sociales"
2297
 
2298
+ #: ../admin/social_login.php:679
2299
  msgid ""
2300
  "If this option is enabled, and WordPress comment is made by Social Login "
2301
  "user, comment will get approved immediately without keeping in moderation."
2304
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2305
  "inmediato sin necesidad de moderación."
2306
 
2307
+ #: ../admin/social_login.php:680
2308
  msgid "Note: This is not related to Facebook comments"
2309
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2310
 
2311
+ #: ../admin/social_login.php:690
2312
  msgid "Enable social avatar"
2313
  msgstr "Permitir avatar social"
2314
 
2315
+ #: ../admin/social_login.php:700
2316
  msgid ""
2317
  "Social profile pictures of the logged in user will be displayed as profile "
2318
  "avatar"
2320
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2321
  "avatar de perfil"
2322
 
2323
+ #: ../admin/social_login.php:710
2324
  msgid "Avatar quality"
2325
  msgstr "Calidad del avatar"
2326
 
2327
+ #: ../admin/social_login.php:713
2328
  msgid "Average"
2329
  msgstr "Media"
2330
 
2331
+ #: ../admin/social_login.php:714
2332
  msgid "Best"
2333
  msgstr "Alta"
2334
 
2335
+ #: ../admin/social_login.php:721
2336
  msgid "Choose avatar quality"
2337
  msgstr "Elegir la calidad del avatar"
2338
 
2339
+ #: ../admin/social_login.php:730
2340
  msgid ""
2341
  "Show option for users to update social avatar at BuddyPress profile page"
2342
  msgstr ""
2343
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2344
  "página de perfil de BuddyPress"
2345
 
2346
+ #: ../admin/social_login.php:740
2347
  msgid ""
2348
  "If enabled, users would be able to update their social avatar from \"Profile "
2349
  "photo\" section in BuddyPress profile at front-end"
2351
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2352
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2353
 
2354
+ #: ../admin/social_login.php:761
2355
  msgid ""
2356
  "If enabled and Social ID provider does not provide user's email address on "
2357
  "login, user will be asked to provide his/her email address. Otherwise, a "
2361
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2362
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2363
 
2364
+ #: ../admin/social_login.php:770
2365
  msgid "Send post-registration email to user to set account password"
2366
  msgstr ""
2367
 
2368
+ #: ../admin/social_login.php:780
2369
  msgid ""
2370
  "If enabled, an email will be sent to user after registration through Social "
2371
  "Login, regarding his/her login credentials (username-password to be able to "
2375
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2376
  "poder iniciar sesión a través del formulario de acceso tradicional"
2377
 
2378
+ #: ../admin/social_login.php:788
2379
  #, fuzzy
2380
  msgid "Send new user registration notification email to admin"
2381
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2382
 
2383
+ #: ../admin/social_login.php:798
2384
  #, fuzzy
2385
  msgid ""
2386
  "If enabled, an email will be sent to admin after new user registers through "
2390
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2391
  "poder iniciar sesión a través del formulario de acceso tradicional"
2392
 
2393
+ #: ../admin/social_login.php:806
2394
  msgid "Login redirection"
2395
  msgstr "Redirección de Ingreso"
2396
 
2397
+ #: ../admin/social_login.php:810
2398
  msgid "Same page where user logged in"
2399
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2400
 
2401
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2402
  msgid "Account dashboard"
2403
  msgstr "Panel de cuenta de usuario"
2404
 
2405
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2406
  msgid "BuddyPress profile page"
2407
  msgstr "Página de perfil de BuddyPress"
2408
 
2409
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2410
  msgid "Custom Url"
2411
  msgstr "Url personalizada"
2412
 
2413
+ #: ../admin/social_login.php:828
2414
  msgid "User will be redirected to the selected page after Social Login"
2415
  msgstr ""
2416
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2417
 
2418
+ #: ../admin/social_login.php:836
2419
  msgid "Registration redirection"
2420
  msgstr "Redirección de Registro"
2421
 
2422
+ #: ../admin/social_login.php:840
2423
  msgid "Same page from where user registered"
2424
  msgstr "La misma página en la que el usuario se ha registrado"
2425
 
2426
+ #: ../admin/social_login.php:858
2427
  msgid ""
2428
  "User will be redirected to the selected page after registration (first "
2429
  "Social Login) through Social Login"
2431
  "El usuario será redirigido a la página seleccionada después de su registro "
2432
  "(en su primer inicio de sesión) a través de la red social"
2433
 
2434
+ #: ../admin/social_login.php:867
2435
  #, fuzzy
2436
  msgid "Social Account Linking Options"
2437
  msgstr "Comentarios en redes sociales"
2438
 
2439
+ #: ../admin/social_login.php:883
2440
  #, fuzzy
2441
  msgid "Text to display above the Social Account Linking interface"
2442
  msgstr ""
2443
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2444
 
2445
+ #: ../admin/social_login.php:891
2446
  #, fuzzy
2447
  msgid ""
2448
  "Link social account to already existing account, if email address matches"
2450
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2451
  "web "
2452
 
2453
+ #: ../admin/social_login.php:901
2454
  msgid ""
2455
  "If email address of the user's Social Account matches with an already "
2456
  "existing account at your website, that social account will be linked to "
2458
  "Linking interface at their profile page."
2459
  msgstr ""
2460
 
2461
+ #: ../admin/social_login.php:910
2462
  msgid "Enable social account linking at BuddyPress profile page"
2463
  msgstr ""
2464
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2465
 
2466
+ #: ../admin/social_login.php:920
2467
  msgid ""
2468
  "Enable this option to show social account linking interface at BuddyPress "
2469
  "profile page"
2471
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2472
  "la página de perfil de BuddyPress"
2473
 
2474
+ #: ../admin/social_login.php:931
2475
  msgid "Email popup options"
2476
  msgstr "Opciones de popup del Email"
2477
 
2478
+ #: ../admin/social_login.php:937
2479
  msgid "Text on 'Email required' popup"
2480
  msgstr "Texto del popup 'Email requerido'"
2481
 
2482
+ #: ../admin/social_login.php:947
2483
  msgid ""
2484
  "This text will be displayed on email required popup. Leave empty if not "
2485
  "required."
2487
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2488
  "no es necesario."
2489
 
2490
+ #: ../admin/social_login.php:956
2491
  msgid "Error message for 'Email required' popup"
2492
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2493
 
2494
+ #: ../admin/social_login.php:966
2495
  msgid ""
2496
  "This message will be displayed to user if it provides invalid or already "
2497
  "registered email"
2499
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2500
  "registrado"
2501
 
2502
+ #: ../admin/social_login.php:975
2503
  msgid "Email popup height"
2504
  msgstr "Altura del popup del Email"
2505
 
2506
+ #: ../admin/social_login.php:985
2507
  msgid ""
2508
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2509
  "can increase the height of popup by specifying in this option. Leave empty "
2513
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2514
  "opción. Déjala en blanco para la altura por defecto."
2515
 
2516
+ #: ../admin/social_login.php:993
2517
  msgid "Enable email verification"
2518
  msgstr "Activar verificación por email"
2519
 
2520
+ #: ../admin/social_login.php:1003
2521
  msgid ""
2522
  "If enabled, email provided by the user will be verified by sending a "
2523
  "confirmation link to that email. User would not be able to login without "
2527
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2528
  "pulsar este enlace"
2529
 
2530
+ #: ../admin/social_login.php:1024
2531
  #, fuzzy
2532
  msgid "Enable GDPR opt-in"
2533
  msgstr "Permitir Comentarios de Disqus"
2534
 
2535
+ #: ../admin/social_login.php:1034
2536
  msgid ""
2537
  "Enable it to show GDPR opt-in for social login and social account linking"
2538
  msgstr ""
2539
 
2540
+ #: ../admin/social_login.php:1043
2541
  #, fuzzy
2542
  msgid "Placement of GDPR opt-in"
2543
  msgstr "Permitir Comentarios de Disqus"
2544
 
2545
+ #: ../admin/social_login.php:1047
2546
  #, fuzzy
2547
  msgid "Above Social Login icons"
2548
  msgstr "Ingreso a través de redes sociales"
2549
 
2550
+ #: ../admin/social_login.php:1049
2551
  #, fuzzy
2552
  msgid "Below Social Login icons"
2553
  msgstr "Ingreso a través de redes sociales"
2554
 
2555
+ #: ../admin/social_login.php:1055
2556
  #, fuzzy
2557
  msgid "Placement of GDPR opt-in above or below the social login icons"
2558
  msgstr ""
2559
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2560
 
2561
+ #: ../admin/social_login.php:1063
2562
  msgid "Opt-in text"
2563
  msgstr ""
2564
 
2565
+ #: ../admin/social_login.php:1073
2566
  #, fuzzy
2567
  msgid "Text for the GDPR opt-in"
2568
  msgstr "Permitir Comentarios de Disqus"
2569
 
2570
+ #: ../admin/social_login.php:1081
2571
  msgid "Text to link to Privacy Policy page"
2572
  msgstr ""
2573
 
2574
+ #: ../admin/social_login.php:1091
2575
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2576
  msgstr ""
2577
 
2578
+ #: ../admin/social_login.php:1099
2579
  msgid "Privacy Policy Url"
2580
  msgstr ""
2581
 
2582
+ #: ../admin/social_login.php:1109
2583
  #, fuzzy
2584
  msgid "Url of the privacy policy page of your website"
2585
  msgstr "Url de la página de inicio de tu sitio web"
2586
 
2587
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2588
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2589
  msgid "Select"
2590
  msgstr "Seleccionar"
2591
 
2592
+ #: ../admin/social_login.php:1191
2593
  msgid "Social Login Shortcode & Widget"
2594
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2595
 
2596
+ #: ../admin/social_login.php:1192
2597
  msgid "Social Linking Shortcode"
2598
  msgstr "Shortcode para enlace a través de redes sociales"
2599
 
2600
+ #: ../admin/social_login.php:1207
2601
  msgid "Why is social login not working?"
2602
  msgstr ""
2603
 
2604
+ #: ../admin/social_login.php:1208
2605
  msgid ""
2606
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2607
  "belong to the same app"
2608
  msgstr ""
2609
 
2610
+ #: ../admin/social_login.php:1210
2611
  msgid ""
2612
  "Why the user is not appearing logged in even after Social Login until the "
2613
  "webpage is refreshed manually?"
2614
  msgstr ""
2615
 
2616
+ #: ../admin/like_buttons.php:20
2617
  msgid "Enable Like Buttons"
2618
  msgstr "Permitir Botones Me gusta"
2619
 
2620
+ #: ../admin/like_buttons.php:30
2621
  msgid ""
2622
  "Master control for like buttons. It must be checked to enable like buttons "
2623
  "functionality"
2625
  "Control maestro para los botones Me gusta. Debes activarlo para permitir su "
2626
  "funcionalidad"
2627
 
2628
+ #: ../admin/like_buttons.php:60
2629
  msgid "Standard Interface Options"
2630
  msgstr "Opciones de la Interfaz Estándar"
2631
 
2632
+ #: ../admin/like_buttons.php:66
2633
  msgid "Enable standard interface"
2634
  msgstr "Permitir la interfaz estándar"
2635
 
2636
+ #: ../admin/like_buttons.php:76
2637
  msgid "Master control to enable horizontal like buttons"
2638
  msgstr "Control maestro para permitir los botones Me gusta horizontales"
2639
 
2640
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2641
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2642
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
2643
 
2644
+ #: ../admin/like_buttons.php:119
2645
  msgid "The text to display above the interface"
2646
  msgstr "Texto para mostrar sobre la interfaz"
2647
 
2648
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2649
  msgid "Select and rearrange providers"
2650
  msgstr "Seleccionar y reordenar redes sociales"
2651
 
2652
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2653
  msgid "Select the providers for interface. Drag them to rearrange."
2654
  msgstr ""
2655
  "Seleccionar las redes sociales para la interfaz. Arrástralas para "
2656
  "reordenarlas."
2657
 
2658
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2659
  msgid "Horizontal alignment of the interface"
2660
  msgstr "Alineación horizontal de la interfaz"
2661
 
2662
+ #: ../admin/like_buttons.php:214
2663
  msgid "Specify position of the interface with respect to the content"
2664
  msgstr "Especificar la posición de la interfaz con respecto al contenido"
2665
 
2666
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2667
  msgid "Interface location"
2668
  msgstr "Posición de la interfaz"
2669
 
2670
+ #: ../admin/like_buttons.php:292
2671
  msgid "Specify the pages where you want to enable interface"
2672
  msgstr "Especifica las páginas donde quieres permitir la interfaz"
2673
 
2674
+ #: ../admin/like_buttons.php:310
2675
  msgid "Vertical (Floating) like buttons Options"
2676
  msgstr "Opciones de los botones Me gusta en Barra Vertical Flotante"
2677
 
2678
+ #: ../admin/like_buttons.php:316
2679
  msgid "Enable floating like buttons"
2680
  msgstr "Permitir Barra Flotante de botones Me gusta"
2681
 
2682
+ #: ../admin/like_buttons.php:326
2683
  msgid "Master control to enable vertical (floating) counter widget"
2684
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
2685
 
2686
+ #: ../admin/like_buttons.php:420
2687
  msgid ""
2688
  "Specify the color or hex code (example #cc78e0) for the background of "
2689
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2695
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
2696
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
2697
 
2698
+ #: ../admin/like_buttons.php:460
2699
  msgid ""
2700
  "Specify a number. Increase in number will shift interface towards right and "
2701
  "decrease will shift it towards left. Number can be negative too."
2704
  "la derecha y al disminuirlo se desplazará hacia la izquierda. El número "
2705
  "puede ser negativo también."
2706
 
2707
+ #: ../admin/like_buttons.php:480
2708
  msgid ""
2709
  "Specify a number. Increase in number will shift interface towards left and "
2710
  "decrease will shift it towards right. Number can be negative too."
2713
  "la izquierda y al disminuirlo se desplazará hacia la derecha. El número "
2714
  "puede ser negativo también."
2715
 
2716
+ #: ../admin/like_buttons.php:499
2717
  msgid ""
2718
  "Specify a number. Increase in number will shift interface towards bottom and "
2719
  "decrease will shift it towards top."
2721
  "Especifica un número. Al incrementar el número la interfaz se desplazará "
2722
  "hacia abajo y al disminuirlo se desplazará hacia arriba."
2723
 
2724
+ #: ../admin/like_buttons.php:555
2725
  msgid "Specify the pages where you want to enable vertical interface"
2726
  msgstr "Especifica las páginas donde quieres permitir la interfaz vertical"
2727
 
2728
+ #: ../admin/like_buttons.php:563
2729
  msgid "Hide like buttons on mobile devices"
2730
  msgstr "Ocultar botones Me gusta en dispositivos móviles "
2731
 
2732
+ #: ../admin/like_buttons.php:573
2733
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2734
  msgstr ""
2735
  "Si se activa, la barra vertical de botones Me gusta no aparecerá en "
2736
  "dispositivos móviles"
2737
 
2738
+ #: ../admin/like_buttons.php:598
2739
  msgid "Use shortlinks already installed, for tweet button"
2740
  msgstr "Usa los shortlinks ya instalados para el botón de twittear"
2741
 
2742
+ #: ../admin/like_buttons.php:608
2743
  msgid ""
2744
  "Allows for shortened URLs to be used when sharing content if a shortening "
2745
  "plugin is installed"
2747
  "Permite que las URLs abreviadas se usen al compartir contenido, si un plugin "
2748
  "de abreviatura está instalado"
2749
 
2750
+ #: ../admin/like_buttons.php:616
2751
  msgid "Enable bit.ly url shortener for tweet button"
2752
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
2753
 
2754
+ #: ../admin/like_buttons.php:634
2755
  msgid "bit.ly username"
2756
  msgstr "Nombre de usuario bit.ly"
2757
 
2758
+ #: ../admin/like_buttons.php:644
2759
  #, php-format
2760
  msgid ""
2761
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2764
  "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
2765
  "enlace</a> para obtener tu nombre de usuario bit.ly"
2766
 
2767
+ #: ../admin/like_buttons.php:663
2768
  #, php-format
2769
  msgid ""
2770
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2773
  "Ingresa a tu cuenta bit.ly y ve a <a href=\"%s\" target=\"_blank\">este "
2774
  "enlace</a> para obtener tu API key"
2775
 
2776
+ #: ../admin/like_buttons.php:708
2777
  #, php-format
2778
  msgid ""
2779
  "Enter the code of the language you want to use to render counters. You can "
2784
  "contadores. Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2785
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2786
 
2787
+ #: ../admin/like_buttons.php:717
2788
  msgid "Twitter Username"
2789
  msgstr "Nombre de usuario de Twitter"
2790
 
2791
+ #: ../admin/like_buttons.php:723
2792
  msgid "Twitter username for Tweet (without @)"
2793
  msgstr "Nombre de usuario para twittear (sin @)"
2794
 
2795
+ #: ../admin/like_buttons.php:733
2796
  msgid ""
2797
  "Provided username will be appended after the content being tweeted as \"via "
2798
  "@USERNAME\". Leave empty if you do not want any username."
2800
  "El nombre de usuario introducido será añadido después del contenido twiteado "
2801
  "como \"via @USERNAME\". Déjalo vacío si no quieres ningún nombre de usuario."
2802
 
2803
+ #: ../admin/like_buttons.php:742
2804
  msgid "Twitter username for Buffer sharing (without @)"
2805
  msgstr "Nombre de usuario de Twitter para compartir en Buffer (sin @)"
2806
 
2807
+ #: ../admin/like_buttons.php:752
2808
  msgid ""
2809
  "Provided username will be appended after the content in Buffer sharing as "
2810
  "\"via @USERNAME\". Leave empty if you do not want any username."
2813
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
2814
  "ningún nombre de usuario."
2815
 
2816
+ #: ../admin/like_buttons.php:799
2817
  msgid "Like Buttons Shortcode & Widget"
2818
  msgstr "Shortcode y Widget Botones Me gusta"
2819
 
2849
  msgid "Providers not selected"
2850
  msgstr "Redes sociales no seleccionadas"
2851
 
2852
+ #: ../inc/social_login.php:721
2853
  msgid "Email"
2854
  msgstr ""
2855
 
2856
+ #: ../inc/social_login.php:722
2857
  msgid "Confirm email"
2858
  msgstr ""
2859
 
2860
+ #: ../inc/social_login.php:724
2861
  msgid "Save"
2862
  msgstr ""
2863
 
2864
+ #: ../inc/social_login.php:725
2865
  msgid "Cancel"
2866
  msgstr ""
2867
 
2868
+ #: ../inc/social_login.php:799
2869
  #, fuzzy
2870
  msgid "Email Verification"
2871
  msgstr "Activar verificación por email"
2872
 
2873
+ #: ../inc/social_login.php:801
2874
  msgid ""
2875
  "Please click on the following link or paste it in browser to verify your "
2876
  "email"
2908
  msgid "Title (after login):"
2909
  msgstr ""
2910
 
2911
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
2912
+ #: ../inc/widget.php:919
2913
  msgid "Before widget content:"
2914
  msgstr "Contenido antes del widget:"
2915
 
2916
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
2917
+ #: ../inc/widget.php:990
2918
  msgid "After widget content:"
2919
  msgstr "Contenido después del widget:"
2920
 
2921
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
2922
+ #: ../inc/widget.php:596 ../inc/widget.php:759
2923
  msgid "Hide for logged in users:"
2924
  msgstr "Ocultar para usuarios conectados:"
2925
 
2933
  "sitio web compartir contenido en redes sociales populares como Facebook, "
2934
  "Twitter, Tumblr, Google+ y muchas más"
2935
 
2936
+ #: ../inc/widget.php:243
2937
  #, fuzzy
2938
  msgid ""
2939
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2942
  "Asegúrate de que \"Compartir en redes sociales Vertical\" está permitido en "
2943
  "la página \"Super Socializer > Social Sharing\""
2944
 
2945
+ #: ../inc/widget.php:244 ../inc/widget.php:582
2946
  msgid "Title:"
2947
  msgstr "Título:"
2948
 
2949
+ #: ../inc/widget.php:246 ../inc/widget.php:416
2950
  msgid "Show individual share counts:"
2951
  msgstr "Mostrar cuentas de compartir individuales:"
2952
 
2953
+ #: ../inc/widget.php:248 ../inc/widget.php:418
2954
  msgid "Show total shares:"
2955
  msgstr "Mostrar el total de publicaciones compartidas:"
2956
 
2957
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
2958
+ #: ../inc/widget.php:732
2959
  msgid "Target Url:"
2960
  msgstr "Target Url:"
2961
 
2962
+ #: ../inc/widget.php:281
2963
  #, fuzzy
2964
  msgid ""
2965
  "Floating sharing widget. Let your website users share content on popular "
2969
  "usuarios de tu sitio web compartir contenido en redes sociales populares "
2970
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
2971
 
2972
+ #: ../inc/widget.php:415
2973
  #, fuzzy
2974
  msgid ""
2975
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2978
  "Asegúrate de que \"Compartir en redes sociales Horizontal\" está permitido "
2979
  "en la página \"Super Socializer > Social Sharing\""
2980
 
2981
+ #: ../inc/widget.php:428 ../inc/widget.php:740
2982
  msgid "Alignment"
2983
  msgstr "Alineación"
2984
 
2985
+ #: ../inc/widget.php:434 ../inc/widget.php:746
2986
  msgid "Left Offset"
2987
  msgstr "Desplazamiento a la izquierda"
2988
 
2989
+ #: ../inc/widget.php:438 ../inc/widget.php:750
2990
  msgid "Right Offset"
2991
  msgstr "Desplazamiento a la derecha"
2992
 
2993
+ #: ../inc/widget.php:441 ../inc/widget.php:753
2994
  msgid "Top Offset"
2995
  msgstr "Desplazamiento desde arriba"
2996
 
2997
+ #: ../inc/widget.php:466
2998
  #, fuzzy
2999
  msgid ""
3000
  "Standard like buttons widget. Let your website users share/like content on "
3004
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3005
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3006
 
3007
+ #: ../inc/widget.php:581
3008
  #, fuzzy
3009
  msgid ""
3010
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3013
  "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página "
3014
  "\"Super Socializer > Like Buttons\"."
3015
 
3016
+ #: ../inc/widget.php:615
3017
  #, fuzzy
3018
  msgid ""
3019
  "Floating like buttons widget. Let your website users share/like content on "
3023
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3024
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3025
 
3026
+ #: ../inc/widget.php:731
3027
  #, fuzzy
3028
  msgid ""
3029
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3032
  "Asegúrate de que \"Botones Me gusta Horizontal\" está permitido en la página "
3033
  "\"Super Socializer > Like Buttons\"."
3034
 
3035
+ #: ../inc/widget.php:775
3036
  #, fuzzy
3037
  msgid "Super Socializer - Follow Icons"
3038
  msgstr "Super Socializer - Ingreso"
3039
 
3040
+ #: ../inc/widget.php:777
3041
  msgid "These icons link to your Social Media accounts"
3042
  msgstr ""
3043
 
3044
+ #: ../inc/widget.php:923
3045
  #, fuzzy
3046
  msgid "Size of icons"
3047
  msgstr "Tamaño de los iconos de Compartir"
3048
 
3049
+ #: ../inc/widget.php:925
3050
  #, fuzzy
3051
  msgid "Icon Shape"
3052
  msgstr "Forma"
3053
 
3054
+ #: ../inc/widget.php:930
3055
  #, fuzzy
3056
  msgid "Facebook URL:"
3057
  msgstr "Facebook App ID"
3058
 
3059
+ #: ../inc/widget.php:933
3060
  #, fuzzy
3061
  msgid "Twitter URL:"
3062
  msgstr "Twitter"
3063
 
3064
+ #: ../inc/widget.php:936
3065
  #, fuzzy
3066
  msgid "Instagram URL:"
3067
  msgstr "Instagram"
3068
 
3069
+ #: ../inc/widget.php:939
3070
  msgid "Pinterest URL:"
3071
  msgstr ""
3072
 
3073
+ #: ../inc/widget.php:942
3074
  msgid "Behance URL:"
3075
  msgstr ""
3076
 
3077
+ #: ../inc/widget.php:945
3078
  msgid "Flickr URL:"
3079
  msgstr ""
3080
 
3081
+ #: ../inc/widget.php:948
3082
  msgid "Foursquare URL:"
3083
  msgstr ""
3084
 
3085
+ #: ../inc/widget.php:951
3086
  msgid "Github URL:"
3087
  msgstr ""
3088
 
3089
+ #: ../inc/widget.php:954
3090
  #, fuzzy
3091
  msgid "Google+ URL:"
3092
  msgstr "Google+"
3093
 
3094
+ #: ../inc/widget.php:957
3095
  #, fuzzy
3096
  msgid "LinkedIn URL:"
3097
  msgstr "LinkedIn"
3098
 
3099
+ #: ../inc/widget.php:960
3100
  #, fuzzy
3101
  msgid "LinkedIn Company URL:"
3102
  msgstr "LinkedIn"
3103
 
3104
+ #: ../inc/widget.php:963
3105
+ msgid "Medium URL:"
3106
+ msgstr ""
3107
+
3108
+ #: ../inc/widget.php:966
3109
+ msgid "Odnoklassniki URL:"
3110
+ msgstr ""
3111
+
3112
+ #: ../inc/widget.php:969
3113
  msgid "Snapchat URL:"
3114
  msgstr ""
3115
 
3116
+ #: ../inc/widget.php:972
3117
  msgid "Tumblr URL:"
3118
  msgstr ""
3119
 
3120
+ #: ../inc/widget.php:975
3121
  msgid "Vimeo URL:"
3122
  msgstr ""
3123
 
3124
+ #: ../inc/widget.php:978
3125
+ #, fuzzy
3126
+ msgid "Vkontakte URL:"
3127
+ msgstr "Vkontakte"
3128
+
3129
+ #: ../inc/widget.php:981
3130
  msgid "Youtube URL:"
3131
  msgstr ""
3132
 
3133
+ #: ../inc/widget.php:984
3134
  msgid "Youtube Channel URL:"
3135
  msgstr ""
3136
 
3137
+ #: ../inc/widget.php:987
3138
  msgid "RSS Feed URL:"
3139
  msgstr ""
3140
 
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: 2018-12-01 11:43+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:43+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -71,7 +71,7 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:872 ../helper.php:975
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
@@ -83,7 +83,7 @@ msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
- #: ../super_socializer.php:894 ../admin/social_login.php:746
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
@@ -117,13 +117,13 @@ msgstr "LinkedIn"
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
121
- #: ../admin/social_commenting.php:43
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
- #: ../super_socializer.php:1296 ../helper.php:897
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
@@ -137,13 +137,13 @@ msgstr "Kis Avatar URL"
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
- #: ../super_socializer.php:1307 ../helper.php:900
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1311 ../helper.php:901
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
@@ -335,99 +335,113 @@ msgstr "Fiók kapcsolása sikeres"
335
  msgid "Account already exists or linked"
336
  msgstr "Fiók már létezik, vagy össze van kötve"
337
 
338
- #: ../helper.php:626 ../helper.php:632
339
  msgid "Currently"
340
  msgstr "Jelenleg"
341
 
342
- #: ../helper.php:626 ../helper.php:632
343
  msgid "Connected with"
344
  msgstr ""
345
 
346
- #: ../helper.php:626 ../helper.php:632
347
  msgid "Remove"
348
  msgstr "Eltávolítás"
349
 
350
- #: ../helper.php:703
351
  #, fuzzy
352
  msgid "Social Account Linking"
353
  msgstr "Közösségi Hozzászólás"
354
 
355
- #: ../helper.php:753
356
  #, fuzzy
357
  msgid "Disable Standard Social Sharing on this "
358
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
359
 
360
- #: ../helper.php:758
361
  #, fuzzy
362
  msgid "Disable Floating Social Sharing on this "
363
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
364
 
365
- #: ../helper.php:763
366
  #, fuzzy
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
369
 
370
- #: ../helper.php:768
371
  #, fuzzy
372
  msgid "Disable Floating like buttons on this "
373
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
374
 
375
- #: ../helper.php:773
376
  msgid "Disable Social Commenting on this "
377
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
378
 
379
- #: ../helper.php:782
380
  #, fuzzy
381
  msgid "Standard Sharing Interface"
382
  msgstr "Megosztási Felület"
383
 
384
- #: ../helper.php:788 ../helper.php:807
385
  msgid "Starting share count for "
386
  msgstr "Megosztás számok kezdése ehhez"
387
 
388
- #: ../helper.php:801
389
  #, fuzzy
390
  msgid "Floating Sharing Interface"
391
  msgstr "Megosztási Felület"
392
 
393
- #: ../helper.php:904
394
  #, fuzzy
395
  msgid "Small Avatar"
396
  msgstr "Kis Avatar URL"
397
 
398
- #: ../helper.php:908
399
  #, fuzzy
400
  msgid "Large Avatar"
401
  msgstr "Cél Url"
402
 
403
- #: ../helper.php:912 ../admin/general_options.php:128
404
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
405
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
406
  msgid "Save Changes"
407
  msgstr "Változások Mentése"
408
 
409
- #: ../helper.php:1012
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
- #: ../helper.php:1041
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "Beállítások"
417
 
418
- #: ../helper.php:1051
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
- #: ../helper.php:1053
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
426
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  msgid "Include Javascript in website footer"
428
  msgstr "Include Javascript in website footer"
429
 
430
- #: ../admin/general_options.php:27
431
  msgid ""
432
  "If enabled (recommended), Javascript files will be included in the footer of "
433
  "your website."
@@ -435,19 +449,19 @@ msgstr ""
435
  "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön "
436
  "honlapján."
437
 
438
- #: ../admin/general_options.php:35
439
  msgid "Load all Javascript files in single file"
440
  msgstr ""
441
 
442
- #: ../admin/general_options.php:45
443
  msgid "Loads Javascript in single request."
444
  msgstr ""
445
 
446
- #: ../admin/general_options.php:53
447
  msgid "Delete all the options on plugin deletion"
448
  msgstr "Minden beállítás törlése a plugin törlésekor"
449
 
450
- #: ../admin/general_options.php:63
451
  msgid ""
452
  "If enabled, plugin options will get deleted when plugin is deleted/"
453
  "uninstalled and you will need to reconfigure the options when you install "
@@ -457,55 +471,55 @@ msgstr ""
457
  "eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted "
458
  "azt."
459
 
460
- #: ../admin/general_options.php:71
461
  msgid ""
462
  "Show popup notification to users if their browsers block the plugin features"
463
  msgstr ""
464
 
465
- #: ../admin/general_options.php:81
466
  msgid ""
467
  "If enabled, your website visitors will see a popup notification (only once) "
468
  "if their browsers block any of the features of the plugin so that they can "
469
  "change their browser settings to unblock these."
470
  msgstr ""
471
 
472
- #: ../admin/general_options.php:91
473
  msgid "Message to show in popup notification"
474
  msgstr ""
475
 
476
- #: ../admin/general_options.php:101
477
  msgid ""
478
  "Use {support_url} placeholder to show support documentation url in message"
479
  msgstr ""
480
 
481
- #: ../admin/general_options.php:110
482
  #, fuzzy
483
  msgid "Custom CSS"
484
  msgstr "Egyedi URL"
485
 
486
- #: ../admin/general_options.php:120
487
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
488
  msgstr ""
489
 
490
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
491
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
492
- #: ../admin/like_buttons.php:827
493
  #, fuzzy
494
  msgid "Instagram Shoutout"
495
  msgstr "Instagram"
496
 
497
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
498
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
499
- #: ../admin/like_buttons.php:829
500
  msgid ""
501
  "If you can send (to hello@heateor.com) how our plugin is helping your "
502
  "business, we can share it on Instagram. You can also send any relevant "
503
  "hashtags and people to mention in the Instagram post."
504
  msgstr ""
505
 
506
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
507
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
508
- #: ../admin/like_buttons.php:830
509
  msgid ""
510
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
511
  "language courses through their website. They have emerged as one of the most "
@@ -514,9 +528,9 @@ msgid ""
514
  "time."
515
  msgstr ""
516
 
517
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
518
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
519
- #: ../admin/like_buttons.php:831
520
  msgid ""
521
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
522
  "features at their website, such as - Social Login, Social Share and Social "
@@ -558,7 +572,7 @@ msgstr "Plugin Demo"
558
  msgid "Translate Plugin"
559
  msgstr ""
560
 
561
- #: ../admin/help.php:37 ../admin/social_login.php:53
562
  #, fuzzy
563
  msgid "Customize Social Login Icons"
564
  msgstr "Social Login"
@@ -621,73 +635,73 @@ msgstr "Támogatás"
621
  msgid "Rate 5-star"
622
  msgstr "Osztályozz 5-ösre"
623
 
624
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
625
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
626
  msgid "Master Control"
627
  msgstr ""
628
 
629
- #: ../admin/social_sharing.php:14
630
  msgid "Enable Social Sharing"
631
  msgstr "Közösségi Megosztás Bekapcsolás"
632
 
633
- #: ../admin/social_sharing.php:23
634
  #, fuzzy
635
  msgid "Master control to enable Social Sharing"
636
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
637
 
638
- #: ../admin/social_sharing.php:33
639
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
640
  msgstr ""
641
 
642
- #: ../admin/social_sharing.php:41
643
  msgid "Theme Selection"
644
  msgstr ""
645
 
646
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
647
  #, fuzzy
648
  msgid "Standard Interface"
649
  msgstr "Megosztási Felület"
650
 
651
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
652
  #, fuzzy
653
  msgid "Floating Interface"
654
  msgstr "Megosztási Felület"
655
 
656
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
657
  msgid "Miscellaneous"
658
  msgstr ""
659
 
660
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
661
  msgid "3rd Party Integration"
662
  msgstr ""
663
 
664
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
665
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
666
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
667
- #: ../admin/like_buttons.php:793
668
  msgid "Shortcode & Widget"
669
  msgstr "Shortcode és Widget"
670
 
671
- #: ../admin/social_sharing.php:53
672
  msgid "Troubleshooter"
673
  msgstr "Hibamegoldó"
674
 
675
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
676
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
677
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
678
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
679
  msgid "FAQ"
680
  msgstr "GYIK"
681
 
682
- #: ../admin/social_sharing.php:62
683
  msgid "Standard interface theme"
684
  msgstr ""
685
 
686
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
687
  msgid "Icon Preview"
688
  msgstr "icon Preview"
689
 
690
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
691
  msgid ""
692
  "Do not forget to save the configuration after making changes by clicking the "
693
  "save button below"
@@ -695,85 +709,85 @@ msgstr ""
695
  "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a "
696
  "Mentés gombra"
697
 
698
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
699
  msgid "Shape"
700
  msgstr "alak"
701
 
702
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
703
- #: ../inc/widget.php:907
704
  msgid "Round"
705
  msgstr "kerek"
706
 
707
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
708
- #: ../inc/widget.php:908
709
  msgid "Square"
710
  msgstr "szögletes"
711
 
712
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
713
  msgid "Rectangle"
714
  msgstr ""
715
 
716
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
717
  msgid "Shape of the sharing icons"
718
  msgstr "Megosztás ikonok formája"
719
 
720
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
721
  msgid "Size (in pixels)"
722
  msgstr "Méret (pixel)"
723
 
724
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
725
  msgid "Size of the sharing icons"
726
  msgstr "Megosztási ikonok mérete"
727
 
728
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
729
  #, fuzzy
730
  msgid "Width (in pixels)"
731
  msgstr "Méret (pixel)"
732
 
733
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
734
  #, fuzzy
735
  msgid "Width of the sharing icons"
736
  msgstr "Megosztási ikonok mérete"
737
 
738
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
739
  #, fuzzy
740
  msgid "Height (in pixels)"
741
  msgstr "Méret (pixel)"
742
 
743
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
744
  #, fuzzy
745
  msgid "Height of the sharing icons"
746
  msgstr "Megosztási ikonok mérete"
747
 
748
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
749
  #, fuzzy
750
  msgid "Border radius (in pixels)"
751
  msgstr "Méret (pixel)"
752
 
753
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
754
  msgid ""
755
  "Specify a value for rounded corners. More the value, more rounded will the "
756
  "corners be. Leave empty for sharp corners."
757
  msgstr ""
758
 
759
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
760
  #, fuzzy
761
  msgid "Logo Color"
762
  msgstr "Háttér Szín"
763
 
764
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
765
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
766
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
767
  msgid "Default"
768
  msgstr ""
769
 
770
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
771
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
772
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
773
  msgid "On Hover"
774
  msgstr ""
775
 
776
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
777
  #, fuzzy
778
  msgid ""
779
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
@@ -784,13 +798,13 @@ msgstr ""
784
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
785
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
786
 
787
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
788
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
789
- #: ../inc/widget.php:436 ../inc/widget.php:748
790
  msgid "Background Color"
791
  msgstr "Háttér Szín"
792
 
793
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
794
  #, fuzzy
795
  msgid ""
796
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
@@ -802,292 +816,292 @@ msgstr ""
802
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
803
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
804
 
805
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
806
  msgid "Border"
807
  msgstr ""
808
 
809
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
810
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
811
  #, fuzzy
812
  msgid "Border Width"
813
  msgstr "Shortcode és Widget"
814
 
815
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
816
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
817
  #, fuzzy
818
  msgid "Border Color"
819
  msgstr "Háttér Szín"
820
 
821
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
822
  #, fuzzy
823
  msgid "Icon border"
824
  msgstr "icon Preview"
825
 
826
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
827
  msgid "Counter Position"
828
  msgstr ""
829
 
830
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
831
  msgid "(applies, if counter enabled)"
832
  msgstr ""
833
 
834
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
835
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
836
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
837
- #: ../inc/widget.php:422 ../inc/widget.php:734
838
  msgid "Left"
839
  msgstr "Bal"
840
 
841
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
842
  msgid "Top"
843
  msgstr ""
844
 
845
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
846
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
847
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
848
- #: ../inc/widget.php:423 ../inc/widget.php:735
849
  msgid "Right"
850
  msgstr "Jobb"
851
 
852
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
853
  msgid "Bottom"
854
  msgstr ""
855
 
856
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
857
  msgid "Inner Left"
858
  msgstr ""
859
 
860
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
861
  msgid "Inner Top"
862
  msgstr ""
863
 
864
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
865
  #, fuzzy
866
  msgid "Inner Right"
867
  msgstr "Jobb"
868
 
869
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
870
  msgid "Inner Bottom"
871
  msgstr ""
872
 
873
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
874
  #, fuzzy
875
  msgid "Position of share counter"
876
  msgstr "Tartalom alatt"
877
 
878
- #: ../admin/social_sharing.php:369
879
  #, fuzzy
880
  msgid "Floating interface theme"
881
  msgstr "Megosztási Felület"
882
 
883
- #: ../admin/social_sharing.php:682
884
  #, fuzzy
885
  msgid "Standard Sharing Interface Options"
886
  msgstr "Vízszintes Megosztási Felület Beállítások"
887
 
888
- #: ../admin/social_sharing.php:688
889
  #, fuzzy
890
  msgid "Enable Standard sharing interface"
891
  msgstr "Vízszintes megosztási felület bekapcsolása"
892
 
893
- #: ../admin/social_sharing.php:698
894
  #, fuzzy
895
  msgid "Master control to enable standard sharing"
896
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
897
 
898
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
899
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
900
  msgid "Target Url"
901
  msgstr "Cél Url"
902
 
903
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
904
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
905
  msgid "Url of the webpage where icons are located (default)"
906
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
907
 
908
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
909
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
910
  msgid "Url of the homepage of your website"
911
  msgstr "A főoldalad Url-je"
912
 
913
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
914
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
915
  msgid "Custom url"
916
  msgstr "Egyedi URL"
917
 
918
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
919
  msgid "Url to share"
920
  msgstr "Megosztás Url-je"
921
 
922
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
923
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
924
- #: ../inc/widget.php:901
925
  msgid "Title"
926
  msgstr "Cím"
927
 
928
- #: ../admin/social_sharing.php:741
929
  msgid "The text to display above the sharing interface"
930
  msgstr "Szöveg a megosztási felület fölött"
931
 
932
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
933
  #, fuzzy
934
  msgid "Instagram username"
935
  msgstr "Instagram"
936
 
937
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
938
  msgid ""
939
  "Username of the Instagram account you want to redirect users to, on clicking "
940
  "the icon"
941
  msgstr ""
942
 
943
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
944
  #, fuzzy
945
  msgid "HTML ID of container element of comment form"
946
  msgstr "HTML ID komment formájában konténer"
947
 
948
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
949
  msgid ""
950
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
951
  "icon."
952
  msgstr ""
953
 
954
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
955
  msgid "Rearrange icons"
956
  msgstr "Ikonsorrend beállítás"
957
 
958
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
959
  msgid "Drag the icons to rearrange in desired order"
960
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
961
 
962
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
963
  #, fuzzy
964
  msgid "Select Sharing Services"
965
  msgstr "Válassz és rendezz sorba szolgáltatókat"
966
 
967
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
968
  msgid "Select sharing services to show in social share bar"
969
  msgstr ""
970
 
971
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
972
  #, fuzzy
973
  msgid "Search social network"
974
  msgstr "elsődleges szociális háló"
975
 
976
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
977
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
978
  msgid "Horizontal alignment"
979
  msgstr "Függőleges igazítás"
980
 
981
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
982
  msgid "Center"
983
  msgstr "Középen"
984
 
985
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
986
  msgid "Horizontal alignment of the sharing interface"
987
  msgstr "A megosztási felület függőleges igazítása"
988
 
989
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
990
  msgid "Position with respect to content"
991
  msgstr "Elhelyezés a tartalomhoz képest"
992
 
993
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
994
  msgid "Top of the content"
995
  msgstr "Tartalom felett"
996
 
997
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
998
  msgid "Bottom of the content"
999
  msgstr "Tartalom alatt"
1000
 
1001
- #: ../admin/social_sharing.php:956
1002
  msgid "Specify position of the sharing interface with respect to the content"
1003
  msgstr ""
1004
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1005
 
1006
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
1007
  msgid "Placement"
1008
  msgstr ""
1009
 
1010
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1011
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
1012
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1013
  msgid "Homepage"
1014
  msgstr "Kezdő oldal"
1015
 
1016
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1017
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1018
  msgid "Posts"
1019
  msgstr "Bejegyzések"
1020
 
1021
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1022
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1023
  msgid "Pages"
1024
  msgstr "Oldalak"
1025
 
1026
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1027
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1028
  msgid "Excerpts and Posts page"
1029
  msgstr ""
1030
 
1031
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1032
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1033
  msgid "Category Archives"
1034
  msgstr "Kategória Archívum"
1035
 
1036
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1037
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1038
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1039
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1040
 
1041
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1042
  #, fuzzy
1043
  msgid "BuddyPress activity"
1044
  msgstr "BuddyPress tevékenység és csoportok"
1045
 
1046
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1047
  msgid "BuddyPress group (only at top of content)"
1048
  msgstr ""
1049
 
1050
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1051
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1052
  msgid "BBPress forum"
1053
  msgstr "BBPress fórum"
1054
 
1055
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1056
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1057
  msgid "BBPress topic"
1058
  msgstr "BBPress téma"
1059
 
1060
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1061
  msgid "BBPress reply"
1062
  msgstr "BBPress válasz"
1063
 
1064
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1065
  msgid "After individual product at WooCommerce Shop page"
1066
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
1067
 
1068
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1069
  msgid "WooCommerce Product Page"
1070
  msgstr "WooCommerce Termékek"
1071
 
1072
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1073
  msgid "WooCommerce Thankyou Page"
1074
  msgstr "WooCommerce Thankyou oldal"
1075
 
1076
- #: ../admin/social_sharing.php:1032
1077
  msgid "Specify the pages where you want to enable Sharing interface"
1078
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1079
 
1080
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1081
  msgid "Show share counts"
1082
  msgstr "Megosztás számok mutatása"
1083
 
1084
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1085
  msgid ""
1086
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1087
  "Pinterest, Odnoklassniki and Vkontakte"
1088
  msgstr ""
1089
 
1090
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1091
  #, php-format
1092
  msgid ""
1093
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1096,25 +1110,25 @@ msgid ""
1096
  "their website."
1097
  msgstr ""
1098
 
1099
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1100
  msgid "If enabled, share counts are displayed above sharing icons."
1101
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1102
 
1103
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1104
  #, fuzzy
1105
  msgid "Show total shares"
1106
  msgstr "Megosztás számok mutatása"
1107
 
1108
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1109
  #, fuzzy
1110
  msgid "If enabled, total shares will be displayed with sharing icons"
1111
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1112
 
1113
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1114
  msgid "Enable 'More' icon"
1115
  msgstr "'Még több' ikon bekapcsolása"
1116
 
1117
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1118
  msgid ""
1119
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1120
  "which shows additional sharing networks in popup"
@@ -1122,23 +1136,23 @@ msgstr ""
1122
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1123
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1124
 
1125
- #: ../admin/social_sharing.php:1108
1126
  #, fuzzy
1127
  msgid "Floating Sharing Interface Options"
1128
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1129
 
1130
- #: ../admin/social_sharing.php:1114
1131
  #, fuzzy
1132
  msgid "Enable Floating sharing interface"
1133
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1134
 
1135
- #: ../admin/social_sharing.php:1124
1136
  #, fuzzy
1137
  msgid "Master control to enable floating sharing widget"
1138
  msgstr ""
1139
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1140
 
1141
- #: ../admin/social_sharing.php:1318
1142
  msgid ""
1143
  "Specify the color or hex code (example #cc78e0) for the background of "
1144
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1149,11 +1163,11 @@ msgstr ""
1149
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1150
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1151
 
1152
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1153
  msgid "Left offset"
1154
  msgstr "Bal margó"
1155
 
1156
- #: ../admin/social_sharing.php:1358
1157
  msgid ""
1158
  "Specify a number. Increase in number will shift sharing interface towards "
1159
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1161,11 +1175,11 @@ msgstr ""
1161
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1162
  "Megadhatsz negatív értéket is."
1163
 
1164
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1165
  msgid "Right offset"
1166
  msgstr "Jobb margó"
1167
 
1168
- #: ../admin/social_sharing.php:1378
1169
  msgid ""
1170
  "Specify a number. Increase in number will shift sharing interface towards "
1171
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1173,47 +1187,47 @@ msgstr ""
1173
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1174
  "Megadhatsz negatív értéket is."
1175
 
1176
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1177
  msgid "Top offset"
1178
  msgstr "Felső margó"
1179
 
1180
- #: ../admin/social_sharing.php:1397
1181
  msgid ""
1182
  "Specify a number. Increase in number will shift sharing interface towards "
1183
  "bottom and decrease will shift it towards top."
1184
  msgstr ""
1185
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1186
 
1187
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1188
  #, fuzzy
1189
  msgid "BuddyPress group"
1190
  msgstr "BuddyPress profil oldal"
1191
 
1192
- #: ../admin/social_sharing.php:1454
1193
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1194
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1195
 
1196
- #: ../admin/social_sharing.php:1521
1197
  #, fuzzy
1198
  msgid "Vertical floating bar responsiveness"
1199
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1200
 
1201
- #: ../admin/social_sharing.php:1524
1202
  #, php-format
1203
  msgid "Display vertical interface only when screen is wider than %s pixels"
1204
  msgstr ""
1205
 
1206
- #: ../admin/social_sharing.php:1531
1207
  msgid ""
1208
  "Display vertical interface only when screen is wider than the width "
1209
  "specified."
1210
  msgstr ""
1211
 
1212
- #: ../admin/social_sharing.php:1539
1213
  msgid "Horizontal floating bar responsiveness"
1214
  msgstr ""
1215
 
1216
- #: ../admin/social_sharing.php:1542
1217
  #, fuzzy, php-format
1218
  msgid ""
1219
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1222,56 +1236,56 @@ msgstr ""
1222
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1223
  "eszközök"
1224
 
1225
- #: ../admin/social_sharing.php:1549
1226
  msgid ""
1227
  "Stick vertical floating interface horizontally at bottom only when screen is "
1228
  "narrower than the width specified"
1229
  msgstr ""
1230
 
1231
- #: ../admin/social_sharing.php:1559
1232
  #, fuzzy
1233
  msgid "Horizontal floating bar position"
1234
  msgstr "Vízszintes Megosztási Felület Beállítások"
1235
 
1236
- #: ../admin/social_sharing.php:1562
1237
  #, php-format
1238
  msgid "%s pixels from %s"
1239
  msgstr ""
1240
 
1241
- #: ../admin/social_sharing.php:1563
1242
  msgid "Auto-adjust according to screen width (responsive)"
1243
  msgstr ""
1244
 
1245
- #: ../admin/social_sharing.php:1570
1246
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1247
  msgstr ""
1248
 
1249
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1250
  msgid "Url shortener"
1251
  msgstr "Url rövidítő"
1252
 
1253
- #: ../admin/social_sharing.php:1596
1254
  msgid "Use shortlinks already installed"
1255
  msgstr "Használja shortlinks már telepítve"
1256
 
1257
- #: ../admin/social_sharing.php:1606
1258
  msgid "Uses default short url permalinks without using any additional plugin"
1259
  msgstr ""
1260
 
1261
- #: ../admin/social_sharing.php:1614
1262
  msgid "Enable bit.ly url shortener for sharing"
1263
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1264
 
1265
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1266
  msgid "Master control to enable bit.ly url shortening for sharing"
1267
  msgstr ""
1268
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1269
 
1270
- #: ../admin/social_sharing.php:1632
1271
  msgid "bit.ly Login"
1272
  msgstr ""
1273
 
1274
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1275
  #, fuzzy, php-format
1276
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1277
  msgstr ""
@@ -1279,51 +1293,51 @@ msgstr ""
1279
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1280
  "API Key beszerzéshez"
1281
 
1282
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1283
  msgid "bit.ly API Key"
1284
  msgstr "bit.ly API Key"
1285
 
1286
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1287
  msgid "Clear Bitly Cache"
1288
  msgstr ""
1289
 
1290
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1291
  #, fuzzy
1292
  msgid "ShortUrl cache cleared successfully."
1293
  msgstr "Fiók kapcsolása sikeres"
1294
 
1295
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1296
  msgid ""
1297
  "Use this to delete short urls saved in database. Handy, if urls of your "
1298
  "website have been changed but short urls are still being generated for old "
1299
  "urls."
1300
  msgstr ""
1301
 
1302
- #: ../admin/social_sharing.php:1690
1303
  msgid "Share Count Cache"
1304
  msgstr ""
1305
 
1306
- #: ../admin/social_sharing.php:1696
1307
  msgid "Refresh Share Count cache every"
1308
  msgstr ""
1309
 
1310
- #: ../admin/social_sharing.php:1701
1311
  msgid "Second(s)"
1312
  msgstr ""
1313
 
1314
- #: ../admin/social_sharing.php:1702
1315
  msgid "Minute(s)"
1316
  msgstr ""
1317
 
1318
- #: ../admin/social_sharing.php:1703
1319
  msgid "Hour(s)"
1320
  msgstr ""
1321
 
1322
- #: ../admin/social_sharing.php:1704
1323
  msgid "Day(s)"
1324
  msgstr ""
1325
 
1326
- #: ../admin/social_sharing.php:1712
1327
  #, php-format
1328
  msgid ""
1329
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1331,26 +1345,26 @@ msgid ""
1331
  "target=\"_blank\">here</a>"
1332
  msgstr ""
1333
 
1334
- #: ../admin/social_sharing.php:1720
1335
  msgid "Clear Share Counts Cache"
1336
  msgstr ""
1337
 
1338
- #: ../admin/social_sharing.php:1724
1339
  #, fuzzy
1340
  msgid "Share Counts cache cleared successfully."
1341
  msgstr "Fiók kapcsolása sikeres"
1342
 
1343
- #: ../admin/social_sharing.php:1731
1344
  msgid "Use this to clear cached share counts"
1345
  msgstr ""
1346
 
1347
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1348
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1349
- #: ../admin/like_buttons.php:694
1350
  msgid "Language"
1351
  msgstr "Nyelv"
1352
 
1353
- #: ../admin/social_sharing.php:1756
1354
  #, fuzzy, php-format
1355
  msgid ""
1356
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1361,16 +1375,16 @@ msgstr ""
1361
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1362
  "az alapértelmezett (angol) nyelv használatához"
1363
 
1364
- #: ../admin/social_sharing.php:1765
1365
  #, fuzzy
1366
  msgid "Username in sharing"
1367
  msgstr "Twitter felhasználónév a megosztásban"
1368
 
1369
- #: ../admin/social_sharing.php:1771
1370
  msgid "Twitter username (without @)"
1371
  msgstr "Twitter felhasználónév (@ nélkül)"
1372
 
1373
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1374
  msgid ""
1375
  "Provided username will be appended after the content being shared as \"via "
1376
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1379,37 +1393,37 @@ msgstr ""
1379
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1380
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1381
 
1382
- #: ../admin/social_sharing.php:1790
1383
  #, fuzzy
1384
  msgid "Buffer username (without @)"
1385
  msgstr "Twitter felhasználónév (@ nélkül)"
1386
 
1387
- #: ../admin/social_sharing.php:1809
1388
  msgid "AMP"
1389
  msgstr ""
1390
 
1391
- #: ../admin/social_sharing.php:1815
1392
  #, fuzzy
1393
  msgid "Enable sharing on AMP pages"
1394
  msgstr "Bekapcsolás a belépés oldalon"
1395
 
1396
- #: ../admin/social_sharing.php:1825
1397
  msgid "Enable this option to render sharing icons on AMP pages"
1398
  msgstr ""
1399
 
1400
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1401
  msgid "myCRED"
1402
  msgstr ""
1403
 
1404
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1405
  msgid "Append myCRED referral ID to the urls being shared"
1406
  msgstr ""
1407
 
1408
- #: ../admin/social_sharing.php:1883
1409
  msgid "Facebook Sharing Troubleshooter"
1410
  msgstr "Facebook Megosztás Hibaelhárító"
1411
 
1412
- #: ../admin/social_sharing.php:1888
1413
  #, fuzzy
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1421,18 +1435,18 @@ msgstr ""
1421
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1422
  "tökéletesen) a szöveges mezőben:"
1423
 
1424
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1425
- #: ../admin/social_login.php:1200
1426
  msgid ""
1427
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1428
  "an online website for the plugin to function properly."
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1907
1432
  msgid "Why is Instagram icon redirecting to Instagram website?"
1433
  msgstr ""
1434
 
1435
- #: ../admin/social_sharing.php:1908
1436
  msgid ""
1437
  "Instagram icon is there to send website visitors to the Instagram page of "
1438
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1440,47 +1454,47 @@ msgid ""
1440
  "sections."
1441
  msgstr ""
1442
 
1443
- #: ../admin/social_sharing.php:1911
1444
  msgid ""
1445
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1446
  msgstr ""
1447
 
1448
- #: ../admin/social_sharing.php:1912
1449
  msgid ""
1450
  "It takes some time for their service to track the shares made on Twitter "
1451
  "from your website. If you still feel it's taking too long you can contact "
1452
  "their support directly from their website."
1453
  msgstr ""
1454
 
1455
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1456
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1457
  msgstr ""
1458
 
1459
- #: ../admin/social_sharing.php:1915
1460
  msgid ""
1461
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1462
  msgstr ""
1463
 
1464
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1465
- #: ../admin/social_login.php:1206
1466
  msgid "Why is my browser blocking some features of the plugin?"
1467
  msgstr ""
1468
 
1469
- #: ../admin/social_sharing.php:1917
1470
  msgid "Why the color of share icons is not being updated?"
1471
  msgstr ""
1472
 
1473
- #: ../admin/social_sharing.php:1918
1474
  msgid ""
1475
  "Why is sharer not showing the correct image, title and other meta tags "
1476
  "content?"
1477
  msgstr ""
1478
 
1479
- #: ../admin/social_sharing.php:1919
1480
  msgid "Why Facebook share counts are not appearing?"
1481
  msgstr ""
1482
 
1483
- #: ../admin/social_sharing.php:1920
1484
  msgid ""
1485
  "How can I show share counts of my website rather than of individual pages/"
1486
  "posts?"
@@ -1488,75 +1502,75 @@ msgstr ""
1488
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1489
  "kívül is?"
1490
 
1491
- #: ../admin/social_sharing.php:1921
1492
  msgid "How can I disable sharing on particular page/post?"
1493
  msgstr ""
1494
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1495
 
1496
- #: ../admin/social_sharing.php:1922
1497
  msgid "How can I specify minimum sharing count for sharing networks?"
1498
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1499
 
1500
- #: ../admin/social_sharing.php:1923
1501
  msgid "How to share specific page?"
1502
  msgstr ""
1503
 
1504
- #: ../admin/social_sharing.php:1924
1505
  msgid "How to integrate Google Analytics with sharing?"
1506
  msgstr ""
1507
 
1508
- #: ../admin/social_sharing.php:1925
1509
  msgid "How to customize the look of total share counts?"
1510
  msgstr ""
1511
 
1512
- #: ../admin/social_sharing.php:1926
1513
  #, fuzzy
1514
  msgid "How to customize the look of individual share counts?"
1515
  msgstr "Megosztás számok mutatása:"
1516
 
1517
- #: ../admin/social_sharing.php:1927
1518
  #, fuzzy
1519
  msgid "How to show Whatsapp icon only on mobile devices?"
1520
  msgstr "Hide megosztása mobil eszközökön"
1521
 
1522
- #: ../admin/social_sharing.php:1928
1523
  msgid "How to hide arrow after floating sharing bar?"
1524
  msgstr ""
1525
 
1526
- #: ../admin/social_sharing.php:1929
1527
  msgid "Why is share count not getting updated?"
1528
  msgstr ""
1529
 
1530
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1531
  msgid "Why is there so much space between like buttons?"
1532
  msgstr ""
1533
 
1534
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1535
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1536
  msgstr ""
1537
 
1538
- #: ../admin/social_commenting.php:13
1539
  msgid "Enable Social Commenting"
1540
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1541
 
1542
- #: ../admin/social_commenting.php:23
1543
  #, fuzzy
1544
  msgid "Master control to enable Social Commenting"
1545
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
1546
 
1547
- #: ../admin/social_commenting.php:34
1548
  msgid "Social Commenting"
1549
  msgstr "Közösségi Hozzászólás"
1550
 
1551
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1552
  msgid "Shortcode"
1553
  msgstr "Shortcode"
1554
 
1555
- #: ../admin/social_commenting.php:49
1556
  msgid "Order of tabs in commenting interface"
1557
  msgstr "A fülek sorrendje a hozzászólás felületen"
1558
 
1559
- #: ../admin/social_commenting.php:59
1560
  msgid ""
1561
  "Order of the tabs shown in social commenting interface. Defaults to "
1562
  "wordpress,facebook,googleplus,disqus"
@@ -1564,30 +1578,30 @@ msgstr ""
1564
  "Lapjainak sorrendjét mutatja szociális kommentálva interfész. Alapértékek "
1565
  "wordpress,facebook,googleplus,disqus"
1566
 
1567
- #: ../admin/social_commenting.php:67
1568
  msgid "Comment area label"
1569
  msgstr "Megjegyzés felület címe"
1570
 
1571
- #: ../admin/social_commenting.php:77
1572
  #, fuzzy
1573
  msgid "Label for comment area"
1574
  msgstr "Google+ hozzászólás fül címe"
1575
 
1576
- #: ../admin/social_commenting.php:90
1577
  #, fuzzy
1578
  msgid "Enable Social Commenting at"
1579
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1580
 
1581
- #: ../admin/social_commenting.php:109
1582
  #, fuzzy
1583
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1584
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1585
 
1586
- #: ../admin/social_commenting.php:120
1587
  msgid "HTML ID of comment form container"
1588
  msgstr "HTML ID komment formájában konténer"
1589
 
1590
- #: ../admin/social_commenting.php:130
1591
  msgid ""
1592
  "HTML ID of container element of the default comment form at front end. Leave "
1593
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1599,44 +1613,44 @@ msgstr ""
1599
  "alapértelmezett megjegyzést formában megjelenő és Szociális kommentálva nem "
1600
  "kapok engedélyezve front-end weboldalán."
1601
 
1602
- #: ../admin/social_commenting.php:140
1603
  msgid "Labels"
1604
  msgstr "címkék"
1605
 
1606
- #: ../admin/social_commenting.php:145
1607
  msgid "Label for WordPress Commenting tab"
1608
  msgstr "WordPress hozzászólás fül címe"
1609
 
1610
- #: ../admin/social_commenting.php:154
1611
  msgid "Label for Facebook Commenting tab"
1612
  msgstr "Facebook hozzászólás fül címe"
1613
 
1614
- #: ../admin/social_commenting.php:163
1615
  msgid "Label for G+ Commenting tab"
1616
  msgstr "Google+ hozzászólás fül címe"
1617
 
1618
- #: ../admin/social_commenting.php:172
1619
  msgid "Label for Disqus Commenting tab"
1620
  msgstr "Disqus hozzászólás fül címe"
1621
 
1622
- #: ../admin/social_commenting.php:183
1623
  msgid "Facebook Commenting Options"
1624
  msgstr "Facebook Hozzászólás Beállítások"
1625
 
1626
- #: ../admin/social_commenting.php:189
1627
  #, fuzzy
1628
  msgid "Enable Facebook Comments notification and moderation"
1629
  msgstr "Facebook Hozzászólás Bekapcsolás"
1630
 
1631
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1632
  msgid "Enable Facebook Commenting"
1633
  msgstr "Facebook Hozzászólás Bekapcsolás"
1634
 
1635
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1636
  msgid "Url to comment on"
1637
  msgstr "A hozzászólás URL"
1638
 
1639
- #: ../admin/social_commenting.php:225
1640
  msgid ""
1641
  "The absolute URL that comments posted will be permanently associated with. "
1642
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1648,16 +1662,16 @@ msgstr ""
1648
  "left empty <strong>(Recommended)</strong>, url of the webpage will be used "
1649
  "at which commenting is enabled."
1650
 
1651
- #: ../admin/social_commenting.php:233
1652
  #, fuzzy
1653
  msgid "Show Recent Facebook Comments in a Widget"
1654
  msgstr "Csak Facebook Hozzászólás legyen"
1655
 
1656
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1657
  msgid "Width"
1658
  msgstr "Szélesség"
1659
 
1660
- #: ../admin/social_commenting.php:251
1661
  msgid ""
1662
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1663
  "block."
@@ -1665,54 +1679,54 @@ msgstr ""
1665
  "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a "
1666
  "hozzászólások blokk."
1667
 
1668
- #: ../admin/social_commenting.php:259
1669
  msgid "Color Scheme"
1670
  msgstr "Szín Sablon"
1671
 
1672
- #: ../admin/social_commenting.php:263
1673
  msgid "Light"
1674
  msgstr "Világos"
1675
 
1676
- #: ../admin/social_commenting.php:264
1677
  msgid "Dark"
1678
  msgstr "Sötét"
1679
 
1680
- #: ../admin/social_commenting.php:272
1681
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1682
  msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
1683
 
1684
- #: ../admin/social_commenting.php:280
1685
  msgid "Number of comments"
1686
  msgstr "Hozzászólások száma"
1687
 
1688
- #: ../admin/social_commenting.php:290
1689
  msgid ""
1690
  "The number of comments to show by default. The minimum value is 1. Defaults "
1691
  "to 10"
1692
  msgstr ""
1693
  "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
1694
 
1695
- #: ../admin/social_commenting.php:298
1696
  msgid "Order by"
1697
  msgstr "Rendezés"
1698
 
1699
- #: ../admin/social_commenting.php:302
1700
  msgid "Social"
1701
  msgstr "Közösségi"
1702
 
1703
- #: ../admin/social_commenting.php:303
1704
  msgid "Reverse Time"
1705
  msgstr "Fordított Sorrend"
1706
 
1707
- #: ../admin/social_commenting.php:304
1708
  msgid "Time"
1709
  msgstr "Időrend"
1710
 
1711
- #: ../admin/social_commenting.php:312
1712
  msgid "The order to use when displaying comments."
1713
  msgstr "A hozzászólás megjelenésének sorrendje."
1714
 
1715
- #: ../admin/social_commenting.php:330
1716
  #, php-format
1717
  msgid ""
1718
  "Enter the code of the language you want to use to display commenting. You "
@@ -1723,21 +1737,21 @@ msgstr ""
1723
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1724
  "az alapértelmezett (angol) nyelv használatához "
1725
 
1726
- #: ../admin/social_commenting.php:339
1727
  msgid "Google Plus Commenting Options"
1728
  msgstr "Google+ Hozzászólás Beállítások"
1729
 
1730
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1731
  msgid "Enable Google Plus Commenting"
1732
  msgstr "Google+ Hozzászólás Bekapcsolása"
1733
 
1734
- #: ../admin/social_commenting.php:373
1735
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1736
  msgstr ""
1737
  "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus "
1738
  "beállításhoz"
1739
 
1740
- #: ../admin/social_commenting.php:391
1741
  msgid ""
1742
  "The absolute URL that comments posted will be permanently associated with. "
1743
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1749,19 +1763,19 @@ msgstr ""
1749
  ">Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t "
1750
  "használjuk, melyhez a hozzászólás érkezett."
1751
 
1752
- #: ../admin/social_commenting.php:400
1753
  msgid "Disqus Commenting Options"
1754
  msgstr "Disqus Hozzászólás Beállítások"
1755
 
1756
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1757
  msgid "Enable Disqus Commenting"
1758
  msgstr "Disqus Hozzászólás Bekapcsolása"
1759
 
1760
- #: ../admin/social_commenting.php:424
1761
  msgid "Disqus Shortname"
1762
  msgstr "Disqus Shortname"
1763
 
1764
- #: ../admin/social_commenting.php:434
1765
  msgid ""
1766
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1767
  "shortname, visit following link."
@@ -1769,39 +1783,39 @@ msgstr ""
1769
  "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További "
1770
  "információkért nézd meg ezt a linket."
1771
 
1772
- #: ../admin/social_commenting.php:452
1773
  #, fuzzy
1774
  msgid "Social Commenting Shortcode"
1775
  msgstr "Közösségi Hozzászólás"
1776
 
1777
- #: ../admin/social_commenting.php:466
1778
  msgid ""
1779
  "How to show recent Facebook Comments from all over the website in a widget?"
1780
  msgstr ""
1781
 
1782
- #: ../admin/social_commenting.php:467
1783
  msgid ""
1784
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1785
  "Https?"
1786
  msgstr ""
1787
 
1788
- #: ../admin/social_commenting.php:469
1789
  msgid "How can I disable Social Commenting at individual page/post?"
1790
  msgstr ""
1791
  "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések "
1792
  "esetében?"
1793
 
1794
- #: ../admin/social_commenting.php:470
1795
  msgid "How to disable default comment form from Social Commenting?"
1796
  msgstr ""
1797
  "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social "
1798
  "kommentálva?"
1799
 
1800
- #: ../admin/social_login.php:14
1801
  msgid "Enable Social Login"
1802
  msgstr "Közösségi Belépés Belkapcsolása"
1803
 
1804
- #: ../admin/social_login.php:24
1805
  msgid ""
1806
  "Master control for Social Login. It must be checked to enable Social Login "
1807
  "functionality"
@@ -1809,28 +1823,28 @@ msgstr ""
1809
  "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés "
1810
  "használatához "
1811
 
1812
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1813
  msgid "Basic Configuration"
1814
  msgstr "Alap Beállítások"
1815
 
1816
- #: ../admin/social_login.php:36
1817
  #, fuzzy
1818
  msgid "Advanced Configuration"
1819
  msgstr "Alap Beállítások"
1820
 
1821
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1822
  msgid "GDPR"
1823
  msgstr ""
1824
 
1825
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1826
  msgid "XProfile Integration"
1827
  msgstr ""
1828
 
1829
- #: ../admin/social_login.php:59
1830
  msgid "Disable user registration via Social Login"
1831
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1832
 
1833
- #: ../admin/social_login.php:69
1834
  msgid ""
1835
  "After enabling this option, new users will not be able to login through "
1836
  "social login. Only existing users will be able to social login."
@@ -1839,12 +1853,12 @@ msgstr ""
1839
  "szociális bejelentkezést. Csak meglévő felhasználók képesek lesznek a "
1840
  "társadalmi bejelentkezést."
1841
 
1842
- #: ../admin/social_login.php:78
1843
  #, fuzzy
1844
  msgid "Redirection url"
1845
  msgstr "Átirányítás Belépés után"
1846
 
1847
- #: ../admin/social_login.php:88
1848
  msgid ""
1849
  "User will be redirected to this page after unsuccessful registration attempt "
1850
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1855,61 +1869,61 @@ msgstr ""
1855
  "vagy egy oldal bemutatását üzenetet a regisztráció kikapcsolásra keresztül "
1856
  "Szociális Belépés."
1857
 
1858
- #: ../admin/social_login.php:97
1859
  #, fuzzy
1860
  msgid "Select Social Networks"
1861
  msgstr "elsődleges szociális háló"
1862
 
1863
- #: ../admin/social_login.php:102
1864
  msgid "Facebook"
1865
  msgstr "Facebook"
1866
 
1867
- #: ../admin/social_login.php:106
1868
  msgid "Twitter"
1869
  msgstr "Twitter"
1870
 
1871
- #: ../admin/social_login.php:110
1872
  msgid "LinkedIn"
1873
  msgstr "LinkedIn"
1874
 
1875
- #: ../admin/social_login.php:114
1876
  msgid "Google+"
1877
  msgstr "Google+"
1878
 
1879
- #: ../admin/social_login.php:118
1880
  msgid "Vkontakte"
1881
  msgstr "Vkontakte"
1882
 
1883
- #: ../admin/social_login.php:122
1884
  msgid "Instagram"
1885
  msgstr "Instagram"
1886
 
1887
- #: ../admin/social_login.php:126
1888
  msgid "Xing"
1889
  msgstr "Xing"
1890
 
1891
- #: ../admin/social_login.php:130
1892
  msgid "Steam"
1893
  msgstr ""
1894
 
1895
- #: ../admin/social_login.php:135
1896
  #, fuzzy
1897
  msgid "Twitch"
1898
  msgstr "Twitter"
1899
 
1900
- #: ../admin/social_login.php:140
1901
  msgid "LiveJournal"
1902
  msgstr ""
1903
 
1904
- #: ../admin/social_login.php:148
1905
  msgid "Select Social ID provider to enable in Social Login"
1906
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1907
 
1908
- #: ../admin/social_login.php:156
1909
  msgid "Facebook App ID"
1910
  msgstr "Facebook App ID"
1911
 
1912
- #: ../admin/social_login.php:166
1913
  #, php-format
1914
  msgid ""
1915
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1919,19 +1933,19 @@ msgstr ""
1919
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1920
  "App ID beszerzéshez"
1921
 
1922
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1923
  msgid ""
1924
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1925
  msgstr ""
1926
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1927
  "linken"
1928
 
1929
- #: ../admin/social_login.php:178
1930
  #, fuzzy
1931
  msgid "Facebook App Secret"
1932
  msgstr "Facebook App ID"
1933
 
1934
- #: ../admin/social_login.php:188
1935
  #, fuzzy, php-format
1936
  msgid ""
1937
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1941,11 +1955,11 @@ msgstr ""
1941
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1942
  "App ID beszerzéshez"
1943
 
1944
- #: ../admin/social_login.php:200
1945
  msgid "Twitter API Key"
1946
  msgstr "Twitter API Key"
1947
 
1948
- #: ../admin/social_login.php:210
1949
  #, php-format
1950
  msgid ""
1951
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1955,7 +1969,7 @@ msgstr ""
1955
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1956
  "API Key beszerzéshez"
1957
 
1958
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1959
  #, fuzzy
1960
  msgid ""
1961
  "Paste following url in <strong>Website</strong> option at the link mentioned"
@@ -1963,7 +1977,7 @@ msgstr ""
1963
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1964
  "linken"
1965
 
1966
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1967
  #, fuzzy
1968
  msgid ""
1969
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -1972,11 +1986,11 @@ msgstr ""
1972
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1973
  "fenti linken"
1974
 
1975
- #: ../admin/social_login.php:226
1976
  msgid "Twitter API Secret"
1977
  msgstr "Twitter API Secret"
1978
 
1979
- #: ../admin/social_login.php:236
1980
  #, php-format
1981
  msgid ""
1982
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1986,12 +2000,12 @@ msgstr ""
1986
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1987
  "API Secret beszerzéséhez"
1988
 
1989
- #: ../admin/social_login.php:252
1990
  #, fuzzy
1991
  msgid "LinkedIn Client ID"
1992
  msgstr "LinkedIn"
1993
 
1994
- #: ../admin/social_login.php:262
1995
  #, fuzzy, php-format
1996
  msgid ""
1997
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2001,8 +2015,8 @@ msgstr ""
2001
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2002
  "API Key beszerzéshez"
2003
 
2004
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
2005
- #: ../admin/social_login.php:396
2006
  msgid ""
2007
  "Paste following url in <strong>Website URL</strong> option at the link "
2008
  "mentioned"
@@ -2010,11 +2024,11 @@ msgstr ""
2010
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2011
  "linken"
2012
 
2013
- #: ../admin/social_login.php:274
2014
  msgid "LinkedIn Client Secret "
2015
  msgstr ""
2016
 
2017
- #: ../admin/social_login.php:284
2018
  #, fuzzy, php-format
2019
  msgid ""
2020
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2025,11 +2039,11 @@ msgstr ""
2025
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2026
  "API Key beszerzéshez"
2027
 
2028
- #: ../admin/social_login.php:296
2029
  msgid "Google+ Client ID"
2030
  msgstr "Google+ Client ID"
2031
 
2032
- #: ../admin/social_login.php:306
2033
  #, php-format
2034
  msgid ""
2035
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2040,7 +2054,7 @@ msgstr ""
2040
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2041
  "GooglePlus Client ID beszerzéshez"
2042
 
2043
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2044
  #, fuzzy
2045
  msgid ""
2046
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2049,12 +2063,12 @@ msgstr ""
2049
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2050
  "linken"
2051
 
2052
- #: ../admin/social_login.php:318
2053
  #, fuzzy
2054
  msgid "Google+ Client Secret"
2055
  msgstr "Google+ Client ID"
2056
 
2057
- #: ../admin/social_login.php:328
2058
  #, fuzzy, php-format
2059
  msgid ""
2060
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2065,11 +2079,11 @@ msgstr ""
2065
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2066
  "GooglePlus Client ID beszerzéshez"
2067
 
2068
- #: ../admin/social_login.php:340
2069
  msgid "Vkontakte Application ID"
2070
  msgstr "Vkontakte Application ID"
2071
 
2072
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2073
  #, php-format
2074
  msgid ""
2075
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2080,7 +2094,7 @@ msgstr ""
2080
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
2081
  "Application ID beszerzéshez"
2082
 
2083
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2084
  msgid ""
2085
  "Paste following url in <strong>Site address</strong> option at the link "
2086
  "mentioned"
@@ -2088,16 +2102,16 @@ msgstr ""
2088
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2089
  "linken"
2090
 
2091
- #: ../admin/social_login.php:362
2092
  #, fuzzy
2093
  msgid "Vkontakte Secure key"
2094
  msgstr "Vkontakte"
2095
 
2096
- #: ../admin/social_login.php:384
2097
  msgid "Instagram Client ID"
2098
  msgstr "Instagram Client ID"
2099
 
2100
- #: ../admin/social_login.php:394
2101
  #, php-format
2102
  msgid ""
2103
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2107,11 +2121,11 @@ msgstr ""
2107
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2108
  "Instagram Client ID beszerzéshez"
2109
 
2110
- #: ../admin/social_login.php:406
2111
  msgid "Xing Consumer Key"
2112
  msgstr "Xing Consumer Key"
2113
 
2114
- #: ../admin/social_login.php:416
2115
  #, php-format
2116
  msgid ""
2117
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2121,7 +2135,7 @@ msgstr ""
2121
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2122
  "Consumer Key beszerzéshez"
2123
 
2124
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2125
  msgid ""
2126
  "Paste following url in <strong>Callback domain</strong> option at the link "
2127
  "mentioned"
@@ -2129,11 +2143,11 @@ msgstr ""
2129
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2130
  "fenti linken"
2131
 
2132
- #: ../admin/social_login.php:428
2133
  msgid "Xing Consumer Secret"
2134
  msgstr "Xing Consumer Secret"
2135
 
2136
- #: ../admin/social_login.php:438
2137
  #, php-format
2138
  msgid ""
2139
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2143,12 +2157,12 @@ msgstr ""
2143
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2144
  "Consumer Secret beszerzéséhez"
2145
 
2146
- #: ../admin/social_login.php:450
2147
  #, fuzzy
2148
  msgid "Steam API Key"
2149
  msgstr "Twitter API Key"
2150
 
2151
- #: ../admin/social_login.php:460
2152
  #, fuzzy, php-format
2153
  msgid ""
2154
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2158,19 +2172,19 @@ msgstr ""
2158
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2159
  "API Key beszerzéshez"
2160
 
2161
- #: ../admin/social_login.php:461
2162
  #, fuzzy
2163
  msgid "Save following <strong>domain</strong> to get the key"
2164
  msgstr ""
2165
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2166
  "fenti linken"
2167
 
2168
- #: ../admin/social_login.php:470
2169
  #, fuzzy
2170
  msgid "Twitch Client ID"
2171
  msgstr "Instagram Client ID"
2172
 
2173
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2174
  #, fuzzy, php-format
2175
  msgid ""
2176
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2180,7 +2194,7 @@ msgstr ""
2180
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2181
  "API Key beszerzéshez"
2182
 
2183
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2184
  #, fuzzy
2185
  msgid ""
2186
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2189,84 +2203,84 @@ msgstr ""
2189
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2190
  "linken"
2191
 
2192
- #: ../admin/social_login.php:492
2193
  #, fuzzy
2194
  msgid "Twitch Client Secret"
2195
  msgstr "Instagram Client ID"
2196
 
2197
- #: ../admin/social_login.php:521
2198
  #, fuzzy
2199
  msgid "Social Login Options"
2200
  msgstr "Social Login"
2201
 
2202
- #: ../admin/social_login.php:537
2203
  msgid "Text to display above the Social Login interface"
2204
  msgstr "Szöveg a Közösségi Belépés felett"
2205
 
2206
- #: ../admin/social_login.php:546
2207
  msgid "Enable at login page"
2208
  msgstr "Bekapcsolás a belépés oldalon"
2209
 
2210
- #: ../admin/social_login.php:556
2211
  msgid ""
2212
  "Social Login interface will get enabled at the login page of your website"
2213
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2214
 
2215
- #: ../admin/social_login.php:564
2216
  msgid "Enable at register page"
2217
  msgstr "Bekapcsolás a regisztráció oldalon"
2218
 
2219
- #: ../admin/social_login.php:574
2220
  msgid ""
2221
  "Social Login interface will get enabled at the registration page of your "
2222
  "website"
2223
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2224
 
2225
- #: ../admin/social_login.php:582
2226
  msgid "Enable at comment form"
2227
  msgstr "Bekapcsolás a hozászólásoknál"
2228
 
2229
- #: ../admin/social_login.php:592
2230
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2231
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2232
 
2233
- #: ../admin/social_login.php:607
2234
  msgid "Enable before WooCommerce Customer Login Form"
2235
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2236
 
2237
- #: ../admin/social_login.php:617
2238
  #, fuzzy
2239
  msgid ""
2240
  "Social Login Interface will get enabled before the customer login form at "
2241
  "WooCommerce My Account page"
2242
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2243
 
2244
- #: ../admin/social_login.php:625
2245
  msgid "Enable after WooCommerce Customer Login Form"
2246
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2247
 
2248
- #: ../admin/social_login.php:635
2249
  #, fuzzy
2250
  msgid ""
2251
  "Social Login Interface will get enabled after the customer login form at "
2252
  "WooCommerce My Account page"
2253
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2254
 
2255
- #: ../admin/social_login.php:643
2256
  #, fuzzy
2257
  msgid "Enable at WooCommerce checkout page"
2258
  msgstr "Bekapcsolás a regisztráció oldalon"
2259
 
2260
- #: ../admin/social_login.php:653
2261
  #, fuzzy
2262
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2263
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2264
 
2265
- #: ../admin/social_login.php:664
2266
  msgid "Auto-approve comments made by Social Login users"
2267
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2268
 
2269
- #: ../admin/social_login.php:674
2270
  msgid ""
2271
  "If this option is enabled, and WordPress comment is made by Social Login "
2272
  "user, comment will get approved immediately without keeping in moderation."
@@ -2275,37 +2289,37 @@ msgstr ""
2275
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2276
  "megjelenik az oldalon."
2277
 
2278
- #: ../admin/social_login.php:675
2279
  msgid "Note: This is not related to Facebook comments"
2280
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2281
 
2282
- #: ../admin/social_login.php:685
2283
  msgid "Enable social avatar"
2284
  msgstr "Közösségi avatar bekapcsolás"
2285
 
2286
- #: ../admin/social_login.php:695
2287
  msgid ""
2288
  "Social profile pictures of the logged in user will be displayed as profile "
2289
  "avatar"
2290
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2291
 
2292
- #: ../admin/social_login.php:705
2293
  msgid "Avatar quality"
2294
  msgstr " Avatar képminőség"
2295
 
2296
- #: ../admin/social_login.php:708
2297
  msgid "Average"
2298
  msgstr "Átlagos"
2299
 
2300
- #: ../admin/social_login.php:709
2301
  msgid "Best"
2302
  msgstr "legjobb"
2303
 
2304
- #: ../admin/social_login.php:716
2305
  msgid "Choose avatar quality"
2306
  msgstr "Válassz Avatar képminőséget"
2307
 
2308
- #: ../admin/social_login.php:725
2309
  #, fuzzy
2310
  msgid ""
2311
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2313,13 +2327,13 @@ msgstr ""
2313
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2314
  "BuddyPress profil oldal"
2315
 
2316
- #: ../admin/social_login.php:735
2317
  msgid ""
2318
  "If enabled, users would be able to update their social avatar from \"Profile "
2319
  "photo\" section in BuddyPress profile at front-end"
2320
  msgstr ""
2321
 
2322
- #: ../admin/social_login.php:756
2323
  msgid ""
2324
  "If enabled and Social ID provider does not provide user's email address on "
2325
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2329,11 +2343,11 @@ msgstr ""
2329
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2330
  "véletlenszerű e-mail címet generálunk"
2331
 
2332
- #: ../admin/social_login.php:765
2333
  msgid "Send post-registration email to user to set account password"
2334
  msgstr ""
2335
 
2336
- #: ../admin/social_login.php:775
2337
  msgid ""
2338
  "If enabled, an email will be sent to user after registration through Social "
2339
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2344,12 +2358,12 @@ msgstr ""
2344
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2345
  "az oldalra."
2346
 
2347
- #: ../admin/social_login.php:783
2348
  #, fuzzy
2349
  msgid "Send new user registration notification email to admin"
2350
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2351
 
2352
- #: ../admin/social_login.php:793
2353
  #, fuzzy
2354
  msgid ""
2355
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2360,40 +2374,40 @@ msgstr ""
2360
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2361
  "az oldalra."
2362
 
2363
- #: ../admin/social_login.php:801
2364
  msgid "Login redirection"
2365
  msgstr "Átirányítás Belépés után"
2366
 
2367
- #: ../admin/social_login.php:805
2368
  msgid "Same page where user logged in"
2369
  msgstr "Az az oldal, ahol a felhasználó belépett"
2370
 
2371
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2372
  msgid "Account dashboard"
2373
  msgstr "Felhasználói Irányítópult"
2374
 
2375
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2376
  msgid "BuddyPress profile page"
2377
  msgstr "BuddyPress profil oldal"
2378
 
2379
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2380
  msgid "Custom Url"
2381
  msgstr "Egyedi URL"
2382
 
2383
- #: ../admin/social_login.php:823
2384
  msgid "User will be redirected to the selected page after Social Login"
2385
  msgstr ""
2386
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2387
 
2388
- #: ../admin/social_login.php:831
2389
  msgid "Registration redirection"
2390
  msgstr "Átirányítás Regisztráció után"
2391
 
2392
- #: ../admin/social_login.php:835
2393
  msgid "Same page from where user registered"
2394
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2395
 
2396
- #: ../admin/social_login.php:853
2397
  msgid ""
2398
  "User will be redirected to the selected page after registration (first "
2399
  "Social Login) through Social Login"
@@ -2401,23 +2415,23 @@ msgstr ""
2401
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2402
  "Közösségi belépés) után"
2403
 
2404
- #: ../admin/social_login.php:862
2405
  #, fuzzy
2406
  msgid "Social Account Linking Options"
2407
  msgstr "Közösségi Hozzászólás"
2408
 
2409
- #: ../admin/social_login.php:878
2410
  #, fuzzy
2411
  msgid "Text to display above the Social Account Linking interface"
2412
  msgstr "Szöveg a Közösségi Belépés felett"
2413
 
2414
- #: ../admin/social_login.php:886
2415
  #, fuzzy
2416
  msgid ""
2417
  "Link social account to already existing account, if email address matches"
2418
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2419
 
2420
- #: ../admin/social_login.php:896
2421
  msgid ""
2422
  "If email address of the user's Social Account matches with an already "
2423
  "existing account at your website, that social account will be linked to "
@@ -2425,12 +2439,12 @@ msgid ""
2425
  "Linking interface at their profile page."
2426
  msgstr ""
2427
 
2428
- #: ../admin/social_login.php:905
2429
  msgid "Enable social account linking at BuddyPress profile page"
2430
  msgstr ""
2431
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2432
 
2433
- #: ../admin/social_login.php:915
2434
  msgid ""
2435
  "Enable this option to show social account linking interface at BuddyPress "
2436
  "profile page"
@@ -2438,15 +2452,15 @@ msgstr ""
2438
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2439
  "BuddyPress profil oldal"
2440
 
2441
- #: ../admin/social_login.php:926
2442
  msgid "Email popup options"
2443
  msgstr "Email felugró ablak beállítások"
2444
 
2445
- #: ../admin/social_login.php:932
2446
  msgid "Text on 'Email required' popup"
2447
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2448
 
2449
- #: ../admin/social_login.php:942
2450
  msgid ""
2451
  "This text will be displayed on email required popup. Leave empty if not "
2452
  "required."
@@ -2454,11 +2468,11 @@ msgstr ""
2454
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2455
  "hagyhatod, ha nem kéred be az e-mail címet."
2456
 
2457
- #: ../admin/social_login.php:951
2458
  msgid "Error message for 'Email required' popup"
2459
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2460
 
2461
- #: ../admin/social_login.php:961
2462
  msgid ""
2463
  "This message will be displayed to user if it provides invalid or already "
2464
  "registered email"
@@ -2466,11 +2480,11 @@ msgstr ""
2466
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2467
  "mail címet ad meg "
2468
 
2469
- #: ../admin/social_login.php:970
2470
  msgid "Email popup height"
2471
  msgstr "Email felugró ablak magassága"
2472
 
2473
- #: ../admin/social_login.php:980
2474
  msgid ""
2475
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2476
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2479,11 +2493,11 @@ msgstr ""
2479
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2480
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2481
 
2482
- #: ../admin/social_login.php:988
2483
  msgid "Enable email verification"
2484
  msgstr "E-mail ellenőrzés bekapcsolása"
2485
 
2486
- #: ../admin/social_login.php:998
2487
  msgid ""
2488
  "If enabled, email provided by the user will be verified by sending a "
2489
  "confirmation link to that email. User would not be able to login without "
@@ -2493,97 +2507,97 @@ msgstr ""
2493
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2494
  "nem erősítette meg e-mailcímét "
2495
 
2496
- #: ../admin/social_login.php:1019
2497
  #, fuzzy
2498
  msgid "Enable GDPR opt-in"
2499
  msgstr "Disqus Hozzászólás Bekapcsolása"
2500
 
2501
- #: ../admin/social_login.php:1029
2502
  msgid ""
2503
  "Enable it to show GDPR opt-in for social login and social account linking"
2504
  msgstr ""
2505
 
2506
- #: ../admin/social_login.php:1038
2507
  #, fuzzy
2508
  msgid "Placement of GDPR opt-in"
2509
  msgstr "Disqus Hozzászólás Bekapcsolása"
2510
 
2511
- #: ../admin/social_login.php:1042
2512
  #, fuzzy
2513
  msgid "Above Social Login icons"
2514
  msgstr "Social Login"
2515
 
2516
- #: ../admin/social_login.php:1044
2517
  #, fuzzy
2518
  msgid "Below Social Login icons"
2519
  msgstr "Social Login"
2520
 
2521
- #: ../admin/social_login.php:1050
2522
  #, fuzzy
2523
  msgid "Placement of GDPR opt-in above or below the social login icons"
2524
  msgstr "Szöveg a Közösségi Belépés felett"
2525
 
2526
- #: ../admin/social_login.php:1058
2527
  msgid "Opt-in text"
2528
  msgstr ""
2529
 
2530
- #: ../admin/social_login.php:1068
2531
  #, fuzzy
2532
  msgid "Text for the GDPR opt-in"
2533
  msgstr "Disqus Hozzászólás Bekapcsolása"
2534
 
2535
- #: ../admin/social_login.php:1076
2536
  msgid "Text to link to Privacy Policy page"
2537
  msgstr ""
2538
 
2539
- #: ../admin/social_login.php:1086
2540
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2541
  msgstr ""
2542
 
2543
- #: ../admin/social_login.php:1094
2544
  msgid "Privacy Policy Url"
2545
  msgstr ""
2546
 
2547
- #: ../admin/social_login.php:1104
2548
  #, fuzzy
2549
  msgid "Url of the privacy policy page of your website"
2550
  msgstr "A főoldalad Url-je"
2551
 
2552
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2553
- #: ../inc/widget.php:578 ../inc/widget.php:726
2554
  msgid "Select"
2555
  msgstr "Válassz"
2556
 
2557
- #: ../admin/social_login.php:1186
2558
  #, fuzzy
2559
  msgid "Social Login Shortcode & Widget"
2560
  msgstr "Shortcode és Widget"
2561
 
2562
- #: ../admin/social_login.php:1187
2563
  msgid "Social Linking Shortcode"
2564
  msgstr ""
2565
 
2566
- #: ../admin/social_login.php:1202
2567
  msgid "Why is social login not working?"
2568
  msgstr ""
2569
 
2570
- #: ../admin/social_login.php:1203
2571
  msgid ""
2572
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2573
  "belong to the same app"
2574
  msgstr ""
2575
 
2576
- #: ../admin/social_login.php:1205
2577
  msgid ""
2578
  "Why the user is not appearing logged in even after Social Login until the "
2579
  "webpage is refreshed manually?"
2580
  msgstr ""
2581
 
2582
- #: ../admin/like_buttons.php:16
2583
  msgid "Enable Like Buttons"
2584
  msgstr "Engedélyezze Like gombok"
2585
 
2586
- #: ../admin/like_buttons.php:26
2587
  msgid ""
2588
  "Master control for like buttons. It must be checked to enable like buttons "
2589
  "functionality"
@@ -2591,71 +2605,71 @@ msgstr ""
2591
  "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok "
2592
  "használatához "
2593
 
2594
- #: ../admin/like_buttons.php:56
2595
  #, fuzzy
2596
  msgid "Standard Interface Options"
2597
  msgstr "Vízszintes Megosztási Felület Beállítások"
2598
 
2599
- #: ../admin/like_buttons.php:62
2600
  #, fuzzy
2601
  msgid "Enable standard interface"
2602
  msgstr "Vízszintes megosztási felület bekapcsolása"
2603
 
2604
- #: ../admin/like_buttons.php:72
2605
  msgid "Master control to enable horizontal like buttons"
2606
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
2607
 
2608
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2609
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2610
  msgstr ""
2611
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
2612
 
2613
- #: ../admin/like_buttons.php:115
2614
  msgid "The text to display above the interface"
2615
  msgstr "Szöveg a megosztási felület fölött"
2616
 
2617
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2618
  msgid "Select and rearrange providers"
2619
  msgstr "Válassz és rendezz sorba szolgáltatókat"
2620
 
2621
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2622
  msgid "Select the providers for interface. Drag them to rearrange."
2623
  msgstr ""
2624
  "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend "
2625
  "változtatáshoz."
2626
 
2627
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2628
  msgid "Horizontal alignment of the interface"
2629
  msgstr "A megosztási felület vízszintes igazítása"
2630
 
2631
- #: ../admin/like_buttons.php:210
2632
  msgid "Specify position of the interface with respect to the content"
2633
  msgstr ""
2634
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
2635
 
2636
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2637
  msgid "Interface location"
2638
  msgstr "Megosztási helyek"
2639
 
2640
- #: ../admin/like_buttons.php:288
2641
  msgid "Specify the pages where you want to enable interface"
2642
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
2643
 
2644
- #: ../admin/like_buttons.php:306
2645
  msgid "Vertical (Floating) like buttons Options"
2646
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2647
 
2648
- #: ../admin/like_buttons.php:312
2649
  #, fuzzy
2650
  msgid "Enable floating like buttons"
2651
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
2652
 
2653
- #: ../admin/like_buttons.php:322
2654
  msgid "Master control to enable vertical (floating) counter widget"
2655
  msgstr ""
2656
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
2657
 
2658
- #: ../admin/like_buttons.php:416
2659
  msgid ""
2660
  "Specify the color or hex code (example #cc78e0) for the background of "
2661
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2666,14 +2680,14 @@ msgstr ""
2666
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2667
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
2668
 
2669
- #: ../admin/like_buttons.php:456
2670
  msgid ""
2671
  "Specify a number. Increase in number will shift interface towards right and "
2672
  "decrease will shift it towards left. Number can be negative too."
2673
  msgstr ""
2674
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
2675
 
2676
- #: ../admin/like_buttons.php:476
2677
  msgid ""
2678
  "Specify a number. Increase in number will shift interface towards left and "
2679
  "decrease will shift it towards right. Number can be negative too."
@@ -2681,32 +2695,32 @@ msgstr ""
2681
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
2682
  "Negatív értéket is megadhatsz."
2683
 
2684
- #: ../admin/like_buttons.php:495
2685
  msgid ""
2686
  "Specify a number. Increase in number will shift interface towards bottom and "
2687
  "decrease will shift it towards top."
2688
  msgstr ""
2689
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
2690
 
2691
- #: ../admin/like_buttons.php:551
2692
  msgid "Specify the pages where you want to enable vertical interface"
2693
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
2694
 
2695
- #: ../admin/like_buttons.php:559
2696
  msgid "Hide like buttons on mobile devices"
2697
  msgstr "Elbújni, mint a gombok a mobil eszközök"
2698
 
2699
- #: ../admin/like_buttons.php:569
2700
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2701
  msgstr ""
2702
  "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a "
2703
  "mobileszközökön"
2704
 
2705
- #: ../admin/like_buttons.php:594
2706
  msgid "Use shortlinks already installed, for tweet button"
2707
  msgstr "Használja shortlinks már telepítve van, a tweet gomb"
2708
 
2709
- #: ../admin/like_buttons.php:604
2710
  msgid ""
2711
  "Allows for shortened URLs to be used when sharing content if a shortening "
2712
  "plugin is installed"
@@ -2714,15 +2728,15 @@ msgstr ""
2714
  "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék "
2715
  "bővítmény telepítése"
2716
 
2717
- #: ../admin/like_buttons.php:612
2718
  msgid "Enable bit.ly url shortener for tweet button"
2719
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
2720
 
2721
- #: ../admin/like_buttons.php:630
2722
  msgid "bit.ly username"
2723
  msgstr "bit.ly felhasználónév"
2724
 
2725
- #: ../admin/like_buttons.php:640
2726
  #, php-format
2727
  msgid ""
2728
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2731,7 +2745,7 @@ msgstr ""
2731
  "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank"
2732
  "\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
2733
 
2734
- #: ../admin/like_buttons.php:659
2735
  #, php-format
2736
  msgid ""
2737
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2740,7 +2754,7 @@ msgstr ""
2740
  "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank"
2741
  "\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
2742
 
2743
- #: ../admin/like_buttons.php:704
2744
  #, php-format
2745
  msgid ""
2746
  "Enter the code of the language you want to use to render counters. You can "
@@ -2751,17 +2765,17 @@ msgstr ""
2751
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2752
  "az alapértelmezett (angol) nyelv használatához"
2753
 
2754
- #: ../admin/like_buttons.php:713
2755
  #, fuzzy
2756
  msgid "Twitter Username"
2757
  msgstr "Twitter felhasználónév a megosztásban"
2758
 
2759
- #: ../admin/like_buttons.php:719
2760
  #, fuzzy
2761
  msgid "Twitter username for Tweet (without @)"
2762
  msgstr "Twitter felhasználónév (@ nélkül)"
2763
 
2764
- #: ../admin/like_buttons.php:729
2765
  msgid ""
2766
  "Provided username will be appended after the content being tweeted as \"via "
2767
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2769,12 +2783,12 @@ msgstr ""
2769
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2770
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2771
 
2772
- #: ../admin/like_buttons.php:738
2773
  #, fuzzy
2774
  msgid "Twitter username for Buffer sharing (without @)"
2775
  msgstr "Twitter felhasználónév (@ nélkül)"
2776
 
2777
- #: ../admin/like_buttons.php:748
2778
  #, fuzzy
2779
  msgid ""
2780
  "Provided username will be appended after the content in Buffer sharing as "
@@ -2783,7 +2797,7 @@ msgstr ""
2783
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2784
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2785
 
2786
- #: ../admin/like_buttons.php:795
2787
  #, fuzzy
2788
  msgid "Like Buttons Shortcode & Widget"
2789
  msgstr "Shortcode és Widget"
@@ -2820,28 +2834,28 @@ msgstr "Hibás kérés"
2820
  msgid "Providers not selected"
2821
  msgstr "Nincs kiválasztott szolgáltató"
2822
 
2823
- #: ../inc/social_login.php:720
2824
  msgid "Email"
2825
  msgstr "Email"
2826
 
2827
- #: ../inc/social_login.php:721
2828
  msgid "Confirm email"
2829
  msgstr ""
2830
 
2831
- #: ../inc/social_login.php:723
2832
  msgid "Save"
2833
  msgstr ""
2834
 
2835
- #: ../inc/social_login.php:724
2836
  msgid "Cancel"
2837
  msgstr ""
2838
 
2839
- #: ../inc/social_login.php:798
2840
  #, fuzzy
2841
  msgid "Email Verification"
2842
  msgstr "E-mail ellenőrzés bekapcsolása"
2843
 
2844
- #: ../inc/social_login.php:800
2845
  msgid ""
2846
  "Please click on the following link or paste it in browser to verify your "
2847
  "email"
@@ -2880,18 +2894,18 @@ msgstr ""
2880
  msgid "Title (after login):"
2881
  msgstr ""
2882
 
2883
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2884
- #: ../inc/widget.php:899
2885
  msgid "Before widget content:"
2886
  msgstr "Widget tartalom előtt:"
2887
 
2888
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2889
- #: ../inc/widget.php:961
2890
  msgid "After widget content:"
2891
  msgstr "Widget tartalom után:"
2892
 
2893
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2894
- #: ../inc/widget.php:588 ../inc/widget.php:751
2895
  msgid "Hide for logged in users:"
2896
  msgstr "Bejelentkezettek számára elrejtve:"
2897
 
@@ -2904,7 +2918,7 @@ msgstr ""
2904
  "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a "
2905
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
2906
 
2907
- #: ../inc/widget.php:239
2908
  #, fuzzy
2909
  msgid ""
2910
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -2913,26 +2927,26 @@ msgstr ""
2913
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
2914
  "\"Super Socializer > Social Sharing\" oldalon...."
2915
 
2916
- #: ../inc/widget.php:240 ../inc/widget.php:574
2917
  msgid "Title:"
2918
  msgstr "Cím:"
2919
 
2920
- #: ../inc/widget.php:242 ../inc/widget.php:408
2921
  #, fuzzy
2922
  msgid "Show individual share counts:"
2923
  msgstr "Megosztás számok mutatása:"
2924
 
2925
- #: ../inc/widget.php:244 ../inc/widget.php:410
2926
  #, fuzzy
2927
  msgid "Show total shares:"
2928
  msgstr "Megosztás számok mutatása:"
2929
 
2930
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2931
- #: ../inc/widget.php:724
2932
  msgid "Target Url:"
2933
  msgstr "Cél Url:"
2934
 
2935
- #: ../inc/widget.php:277
2936
  #, fuzzy
2937
  msgid ""
2938
  "Floating sharing widget. Let your website users share content on popular "
@@ -2941,7 +2955,7 @@ msgstr ""
2941
  "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a "
2942
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
2943
 
2944
- #: ../inc/widget.php:407
2945
  #, fuzzy
2946
  msgid ""
2947
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -2950,23 +2964,23 @@ msgstr ""
2950
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
2951
  "\"Super Socializer > Social Sharing\" oldalon."
2952
 
2953
- #: ../inc/widget.php:420 ../inc/widget.php:732
2954
  msgid "Alignment"
2955
  msgstr "Igazítás"
2956
 
2957
- #: ../inc/widget.php:426 ../inc/widget.php:738
2958
  msgid "Left Offset"
2959
  msgstr "Bal margó"
2960
 
2961
- #: ../inc/widget.php:430 ../inc/widget.php:742
2962
  msgid "Right Offset"
2963
  msgstr "Jobb margó"
2964
 
2965
- #: ../inc/widget.php:433 ../inc/widget.php:745
2966
  msgid "Top Offset"
2967
  msgstr "Felső margó"
2968
 
2969
- #: ../inc/widget.php:458
2970
  #, fuzzy
2971
  msgid ""
2972
  "Standard like buttons widget. Let your website users share/like content on "
@@ -2975,7 +2989,7 @@ msgstr ""
2975
  "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás "
2976
  "a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
2977
 
2978
- #: ../inc/widget.php:573
2979
  #, fuzzy
2980
  msgid ""
2981
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -2984,7 +2998,7 @@ msgstr ""
2984
  "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super "
2985
  "Socializer > Like gombok\" oldalon."
2986
 
2987
- #: ../inc/widget.php:607
2988
  #, fuzzy
2989
  msgid ""
2990
  "Floating like buttons widget. Let your website users share/like content on "
@@ -2994,7 +3008,7 @@ msgstr ""
2994
  "megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még "
2995
  "sok másik"
2996
 
2997
- #: ../inc/widget.php:723
2998
  #, fuzzy
2999
  msgid ""
3000
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3003,98 +3017,112 @@ msgstr ""
3003
  "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super "
3004
  "Socializer > Like gombok\" oldalon."
3005
 
3006
- #: ../inc/widget.php:767
3007
  #, fuzzy
3008
  msgid "Super Socializer - Follow Icons"
3009
  msgstr "Super Socializer - Belépés"
3010
 
3011
- #: ../inc/widget.php:769
3012
  msgid "These icons link to your Social Media accounts"
3013
  msgstr ""
3014
 
3015
- #: ../inc/widget.php:903
3016
  #, fuzzy
3017
  msgid "Size of icons"
3018
  msgstr "Megosztási ikonok mérete"
3019
 
3020
- #: ../inc/widget.php:905
3021
  #, fuzzy
3022
  msgid "Icon Shape"
3023
  msgstr "alak"
3024
 
3025
- #: ../inc/widget.php:910
3026
  #, fuzzy
3027
  msgid "Facebook URL:"
3028
  msgstr "Facebook App ID"
3029
 
3030
- #: ../inc/widget.php:913
3031
  #, fuzzy
3032
  msgid "Twitter URL:"
3033
  msgstr "Twitter"
3034
 
3035
- #: ../inc/widget.php:916
3036
  #, fuzzy
3037
  msgid "Instagram URL:"
3038
  msgstr "Instagram"
3039
 
3040
- #: ../inc/widget.php:919
3041
  #, fuzzy
3042
  msgid "Pinterest URL:"
3043
  msgstr "Pinterest"
3044
 
3045
- #: ../inc/widget.php:922
3046
  msgid "Behance URL:"
3047
  msgstr ""
3048
 
3049
- #: ../inc/widget.php:925
3050
  msgid "Flickr URL:"
3051
  msgstr ""
3052
 
3053
- #: ../inc/widget.php:928
3054
  msgid "Foursquare URL:"
3055
  msgstr ""
3056
 
3057
- #: ../inc/widget.php:931
3058
  msgid "Github URL:"
3059
  msgstr ""
3060
 
3061
- #: ../inc/widget.php:934
3062
  #, fuzzy
3063
  msgid "Google+ URL:"
3064
  msgstr "Google+"
3065
 
3066
- #: ../inc/widget.php:937
3067
  #, fuzzy
3068
  msgid "LinkedIn URL:"
3069
  msgstr "LinkedIn"
3070
 
3071
- #: ../inc/widget.php:940
3072
  #, fuzzy
3073
  msgid "LinkedIn Company URL:"
3074
  msgstr "LinkedIn"
3075
 
3076
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
 
3077
  msgid "Snapchat URL:"
3078
  msgstr ""
3079
 
3080
- #: ../inc/widget.php:946
3081
  #, fuzzy
3082
  msgid "Tumblr URL:"
3083
  msgstr "Tumblr"
3084
 
3085
- #: ../inc/widget.php:949
3086
  msgid "Vimeo URL:"
3087
  msgstr ""
3088
 
3089
- #: ../inc/widget.php:952
 
 
 
 
 
3090
  msgid "Youtube URL:"
3091
  msgstr ""
3092
 
3093
- #: ../inc/widget.php:955
3094
  msgid "Youtube Channel URL:"
3095
  msgstr ""
3096
 
3097
- #: ../inc/widget.php:958
3098
  msgid "RSS Feed URL:"
3099
  msgstr ""
3100
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:45+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
121
+ #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
+ #: ../super_socializer.php:1296 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
+ #: ../super_socializer.php:1307 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1311 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
335
  msgid "Account already exists or linked"
336
  msgstr "Fiók már létezik, vagy össze van kötve"
337
 
338
+ #: ../helper.php:627 ../helper.php:633
339
  msgid "Currently"
340
  msgstr "Jelenleg"
341
 
342
+ #: ../helper.php:627 ../helper.php:633
343
  msgid "Connected with"
344
  msgstr ""
345
 
346
+ #: ../helper.php:627 ../helper.php:633
347
  msgid "Remove"
348
  msgstr "Eltávolítás"
349
 
350
+ #: ../helper.php:704
351
  #, fuzzy
352
  msgid "Social Account Linking"
353
  msgstr "Közösségi Hozzászólás"
354
 
355
+ #: ../helper.php:754
356
  #, fuzzy
357
  msgid "Disable Standard Social Sharing on this "
358
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
359
 
360
+ #: ../helper.php:759
361
  #, fuzzy
362
  msgid "Disable Floating Social Sharing on this "
363
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
364
 
365
+ #: ../helper.php:764
366
  #, fuzzy
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
369
 
370
+ #: ../helper.php:769
371
  #, fuzzy
372
  msgid "Disable Floating like buttons on this "
373
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
374
 
375
+ #: ../helper.php:774
376
  msgid "Disable Social Commenting on this "
377
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
378
 
379
+ #: ../helper.php:783
380
  #, fuzzy
381
  msgid "Standard Sharing Interface"
382
  msgstr "Megosztási Felület"
383
 
384
+ #: ../helper.php:789 ../helper.php:808
385
  msgid "Starting share count for "
386
  msgstr "Megosztás számok kezdése ehhez"
387
 
388
+ #: ../helper.php:802
389
  #, fuzzy
390
  msgid "Floating Sharing Interface"
391
  msgstr "Megosztási Felület"
392
 
393
+ #: ../helper.php:905
394
  #, fuzzy
395
  msgid "Small Avatar"
396
  msgstr "Kis Avatar URL"
397
 
398
+ #: ../helper.php:909
399
  #, fuzzy
400
  msgid "Large Avatar"
401
  msgstr "Cél Url"
402
 
403
+ #: ../helper.php:913 ../admin/general_options.php:132
404
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
405
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
406
  msgid "Save Changes"
407
  msgstr "Változások Mentése"
408
 
409
+ #: ../helper.php:1013
410
  msgid "Click to delete social profile data"
411
  msgstr ""
412
 
413
+ #: ../helper.php:1042
414
  #, fuzzy
415
  msgid "Deleting"
416
  msgstr "Beállítások"
417
 
418
+ #: ../helper.php:1052
419
  msgid "Deleted"
420
  msgstr ""
421
 
422
+ #: ../helper.php:1054
423
  msgid "Something bad happened"
424
  msgstr ""
425
 
426
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
428
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
429
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
430
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
431
+ #, fuzzy, php-format
432
+ msgid ""
433
+ "You can appreciate the effort put in this free plugin by rating it <a href="
434
+ "\"%s\" target=\"_blank\">here</a>"
435
+ msgstr ""
436
+ "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a "
437
+ "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
438
+ "API Key beszerzéshez"
439
+
440
+ #: ../admin/general_options.php:21
441
  msgid "Include Javascript in website footer"
442
  msgstr "Include Javascript in website footer"
443
 
444
+ #: ../admin/general_options.php:31
445
  msgid ""
446
  "If enabled (recommended), Javascript files will be included in the footer of "
447
  "your website."
449
  "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön "
450
  "honlapján."
451
 
452
+ #: ../admin/general_options.php:39
453
  msgid "Load all Javascript files in single file"
454
  msgstr ""
455
 
456
+ #: ../admin/general_options.php:49
457
  msgid "Loads Javascript in single request."
458
  msgstr ""
459
 
460
+ #: ../admin/general_options.php:57
461
  msgid "Delete all the options on plugin deletion"
462
  msgstr "Minden beállítás törlése a plugin törlésekor"
463
 
464
+ #: ../admin/general_options.php:67
465
  msgid ""
466
  "If enabled, plugin options will get deleted when plugin is deleted/"
467
  "uninstalled and you will need to reconfigure the options when you install "
471
  "eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted "
472
  "azt."
473
 
474
+ #: ../admin/general_options.php:75
475
  msgid ""
476
  "Show popup notification to users if their browsers block the plugin features"
477
  msgstr ""
478
 
479
+ #: ../admin/general_options.php:85
480
  msgid ""
481
  "If enabled, your website visitors will see a popup notification (only once) "
482
  "if their browsers block any of the features of the plugin so that they can "
483
  "change their browser settings to unblock these."
484
  msgstr ""
485
 
486
+ #: ../admin/general_options.php:95
487
  msgid "Message to show in popup notification"
488
  msgstr ""
489
 
490
+ #: ../admin/general_options.php:105
491
  msgid ""
492
  "Use {support_url} placeholder to show support documentation url in message"
493
  msgstr ""
494
 
495
+ #: ../admin/general_options.php:114
496
  #, fuzzy
497
  msgid "Custom CSS"
498
  msgstr "Egyedi URL"
499
 
500
+ #: ../admin/general_options.php:124
501
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
502
  msgstr ""
503
 
504
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
505
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
506
+ #: ../admin/like_buttons.php:836
507
  #, fuzzy
508
  msgid "Instagram Shoutout"
509
  msgstr "Instagram"
510
 
511
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
512
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
513
+ #: ../admin/like_buttons.php:838
514
  msgid ""
515
  "If you can send (to hello@heateor.com) how our plugin is helping your "
516
  "business, we can share it on Instagram. You can also send any relevant "
517
  "hashtags and people to mention in the Instagram post."
518
  msgstr ""
519
 
520
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
521
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
522
+ #: ../admin/like_buttons.php:839
523
  msgid ""
524
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
525
  "language courses through their website. They have emerged as one of the most "
528
  "time."
529
  msgstr ""
530
 
531
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
532
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
533
+ #: ../admin/like_buttons.php:840
534
  msgid ""
535
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
536
  "features at their website, such as - Social Login, Social Share and Social "
572
  msgid "Translate Plugin"
573
  msgstr ""
574
 
575
+ #: ../admin/help.php:37 ../admin/social_login.php:58
576
  #, fuzzy
577
  msgid "Customize Social Login Icons"
578
  msgstr "Social Login"
635
  msgid "Rate 5-star"
636
  msgstr "Osztályozz 5-ösre"
637
 
638
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
639
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
640
  msgid "Master Control"
641
  msgstr ""
642
 
643
+ #: ../admin/social_sharing.php:18
644
  msgid "Enable Social Sharing"
645
  msgstr "Közösségi Megosztás Bekapcsolás"
646
 
647
+ #: ../admin/social_sharing.php:27
648
  #, fuzzy
649
  msgid "Master control to enable Social Sharing"
650
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
651
 
652
+ #: ../admin/social_sharing.php:37
653
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
654
  msgstr ""
655
 
656
+ #: ../admin/social_sharing.php:45
657
  msgid "Theme Selection"
658
  msgstr ""
659
 
660
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
661
  #, fuzzy
662
  msgid "Standard Interface"
663
  msgstr "Megosztási Felület"
664
 
665
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
666
  #, fuzzy
667
  msgid "Floating Interface"
668
  msgstr "Megosztási Felület"
669
 
670
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
671
  msgid "Miscellaneous"
672
  msgstr ""
673
 
674
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
675
  msgid "3rd Party Integration"
676
  msgstr ""
677
 
678
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
679
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
680
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
681
+ #: ../admin/like_buttons.php:797
682
  msgid "Shortcode & Widget"
683
  msgstr "Shortcode és Widget"
684
 
685
+ #: ../admin/social_sharing.php:57
686
  msgid "Troubleshooter"
687
  msgstr "Hibamegoldó"
688
 
689
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
690
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
691
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
692
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
693
  msgid "FAQ"
694
  msgstr "GYIK"
695
 
696
+ #: ../admin/social_sharing.php:66
697
  msgid "Standard interface theme"
698
  msgstr ""
699
 
700
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
701
  msgid "Icon Preview"
702
  msgstr "icon Preview"
703
 
704
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
705
  msgid ""
706
  "Do not forget to save the configuration after making changes by clicking the "
707
  "save button below"
709
  "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a "
710
  "Mentés gombra"
711
 
712
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
713
  msgid "Shape"
714
  msgstr "alak"
715
 
716
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
717
+ #: ../inc/widget.php:927
718
  msgid "Round"
719
  msgstr "kerek"
720
 
721
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
722
+ #: ../inc/widget.php:928
723
  msgid "Square"
724
  msgstr "szögletes"
725
 
726
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
727
  msgid "Rectangle"
728
  msgstr ""
729
 
730
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
731
  msgid "Shape of the sharing icons"
732
  msgstr "Megosztás ikonok formája"
733
 
734
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
735
  msgid "Size (in pixels)"
736
  msgstr "Méret (pixel)"
737
 
738
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
739
  msgid "Size of the sharing icons"
740
  msgstr "Megosztási ikonok mérete"
741
 
742
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
743
  #, fuzzy
744
  msgid "Width (in pixels)"
745
  msgstr "Méret (pixel)"
746
 
747
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
748
  #, fuzzy
749
  msgid "Width of the sharing icons"
750
  msgstr "Megosztási ikonok mérete"
751
 
752
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
753
  #, fuzzy
754
  msgid "Height (in pixels)"
755
  msgstr "Méret (pixel)"
756
 
757
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
758
  #, fuzzy
759
  msgid "Height of the sharing icons"
760
  msgstr "Megosztási ikonok mérete"
761
 
762
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
763
  #, fuzzy
764
  msgid "Border radius (in pixels)"
765
  msgstr "Méret (pixel)"
766
 
767
+ #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
768
  msgid ""
769
  "Specify a value for rounded corners. More the value, more rounded will the "
770
  "corners be. Leave empty for sharp corners."
771
  msgstr ""
772
 
773
+ #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
774
  #, fuzzy
775
  msgid "Logo Color"
776
  msgstr "Háttér Szín"
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 ""
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 ""
789
 
790
+ #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
791
  #, fuzzy
792
  msgid ""
793
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
798
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
799
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
800
 
801
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
802
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
803
+ #: ../inc/widget.php:444 ../inc/widget.php:756
804
  msgid "Background Color"
805
  msgstr "Háttér Szín"
806
 
807
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
808
  #, fuzzy
809
  msgid ""
810
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
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:310 ../admin/social_sharing.php:618
820
  msgid "Border"
821
  msgstr ""
822
 
823
+ #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
824
+ #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
825
  #, fuzzy
826
  msgid "Border Width"
827
  msgstr "Shortcode és Widget"
828
 
829
+ #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
830
+ #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
831
  #, fuzzy
832
  msgid "Border Color"
833
  msgstr "Háttér Szín"
834
 
835
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
836
  #, fuzzy
837
  msgid "Icon border"
838
  msgstr "icon Preview"
839
 
840
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
841
  msgid "Counter Position"
842
  msgstr ""
843
 
844
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
845
  msgid "(applies, if counter enabled)"
846
  msgstr ""
847
 
848
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
849
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
850
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
851
+ #: ../inc/widget.php:430 ../inc/widget.php:742
852
  msgid "Left"
853
  msgstr "Bal"
854
 
855
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
856
  msgid "Top"
857
  msgstr ""
858
 
859
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
860
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
861
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
862
+ #: ../inc/widget.php:431 ../inc/widget.php:743
863
  msgid "Right"
864
  msgstr "Jobb"
865
 
866
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
867
  msgid "Bottom"
868
  msgstr ""
869
 
870
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
871
  msgid "Inner Left"
872
  msgstr ""
873
 
874
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
875
  msgid "Inner Top"
876
  msgstr ""
877
 
878
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
879
  #, fuzzy
880
  msgid "Inner Right"
881
  msgstr "Jobb"
882
 
883
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
884
  msgid "Inner Bottom"
885
  msgstr ""
886
 
887
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
888
  #, fuzzy
889
  msgid "Position of share counter"
890
  msgstr "Tartalom alatt"
891
 
892
+ #: ../admin/social_sharing.php:373
893
  #, fuzzy
894
  msgid "Floating interface theme"
895
  msgstr "Megosztási Felület"
896
 
897
+ #: ../admin/social_sharing.php:686
898
  #, fuzzy
899
  msgid "Standard Sharing Interface Options"
900
  msgstr "Vízszintes Megosztási Felület Beállítások"
901
 
902
+ #: ../admin/social_sharing.php:692
903
  #, fuzzy
904
  msgid "Enable Standard sharing interface"
905
  msgstr "Vízszintes megosztási felület bekapcsolása"
906
 
907
+ #: ../admin/social_sharing.php:702
908
  #, fuzzy
909
  msgid "Master control to enable standard sharing"
910
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
911
 
912
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
913
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
914
  msgid "Target Url"
915
  msgstr "Cél Url"
916
 
917
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
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, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
921
 
922
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
923
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
924
  msgid "Url of the homepage of your website"
925
  msgstr "A főoldalad Url-je"
926
 
927
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
928
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
929
  msgid "Custom url"
930
  msgstr "Egyedi URL"
931
 
932
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
933
  msgid "Url to share"
934
  msgstr "Megosztás Url-je"
935
 
936
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
937
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
938
+ #: ../inc/widget.php:921
939
  msgid "Title"
940
  msgstr "Cím"
941
 
942
+ #: ../admin/social_sharing.php:745
943
  msgid "The text to display above the sharing interface"
944
  msgstr "Szöveg a megosztási felület fölött"
945
 
946
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
947
  #, fuzzy
948
  msgid "Instagram username"
949
  msgstr "Instagram"
950
 
951
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
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:790 ../admin/social_sharing.php:1182
958
  #, fuzzy
959
  msgid "HTML ID of container element of comment form"
960
  msgstr "HTML ID komment formájában konténer"
961
 
962
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
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:814 ../admin/social_sharing.php:1201
969
  msgid "Rearrange icons"
970
  msgstr "Ikonsorrend beállítás"
971
 
972
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
973
  msgid "Drag the icons to rearrange in desired order"
974
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
975
 
976
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
977
  #, fuzzy
978
  msgid "Select Sharing Services"
979
  msgstr "Válassz és rendezz sorba szolgáltatókat"
980
 
981
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
982
  msgid "Select sharing services to show in social share bar"
983
  msgstr ""
984
 
985
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
986
  #, fuzzy
987
  msgid "Search social network"
988
  msgstr "elsődleges szociális háló"
989
 
990
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
991
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
992
  msgid "Horizontal alignment"
993
  msgstr "Függőleges igazítás"
994
 
995
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
996
  msgid "Center"
997
  msgstr "Középen"
998
 
999
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
1000
  msgid "Horizontal alignment of the sharing interface"
1001
  msgstr "A megosztási felület függőleges igazítása"
1002
 
1003
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
1004
  msgid "Position with respect to content"
1005
  msgstr "Elhelyezés a tartalomhoz képest"
1006
 
1007
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1008
  msgid "Top of the content"
1009
  msgstr "Tartalom felett"
1010
 
1011
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1012
  msgid "Bottom of the content"
1013
  msgstr "Tartalom alatt"
1014
 
1015
+ #: ../admin/social_sharing.php:960
1016
  msgid "Specify position of the sharing interface with respect to the content"
1017
  msgstr ""
1018
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1019
 
1020
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1021
  msgid "Placement"
1022
  msgstr ""
1023
 
1024
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1025
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1026
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1027
  msgid "Homepage"
1028
  msgstr "Kezdő oldal"
1029
 
1030
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1031
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1032
  msgid "Posts"
1033
  msgstr "Bejegyzések"
1034
 
1035
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1036
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1037
  msgid "Pages"
1038
  msgstr "Oldalak"
1039
 
1040
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1041
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1042
  msgid "Excerpts and Posts page"
1043
  msgstr ""
1044
 
1045
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1046
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1047
  msgid "Category Archives"
1048
  msgstr "Kategória Archívum"
1049
 
1050
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1051
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1052
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1053
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
1054
 
1055
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1056
  #, fuzzy
1057
  msgid "BuddyPress activity"
1058
  msgstr "BuddyPress tevékenység és csoportok"
1059
 
1060
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1061
  msgid "BuddyPress group (only at top of content)"
1062
  msgstr ""
1063
 
1064
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1065
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1066
  msgid "BBPress forum"
1067
  msgstr "BBPress fórum"
1068
 
1069
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1070
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1071
  msgid "BBPress topic"
1072
  msgstr "BBPress téma"
1073
 
1074
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1075
  msgid "BBPress reply"
1076
  msgstr "BBPress válasz"
1077
 
1078
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1079
  msgid "After individual product at WooCommerce Shop page"
1080
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
1081
 
1082
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1083
  msgid "WooCommerce Product Page"
1084
  msgstr "WooCommerce Termékek"
1085
 
1086
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1087
  msgid "WooCommerce Thankyou Page"
1088
  msgstr "WooCommerce Thankyou oldal"
1089
 
1090
+ #: ../admin/social_sharing.php:1036
1091
  msgid "Specify the pages where you want to enable Sharing interface"
1092
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1093
 
1094
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1095
  msgid "Show share counts"
1096
  msgstr "Megosztás számok mutatása"
1097
 
1098
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1099
  msgid ""
1100
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1101
  "Pinterest, Odnoklassniki and Vkontakte"
1102
  msgstr ""
1103
 
1104
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1105
  #, php-format
1106
  msgid ""
1107
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1110
  "their website."
1111
  msgstr ""
1112
 
1113
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1114
  msgid "If enabled, share counts are displayed above sharing icons."
1115
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1116
 
1117
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1118
  #, fuzzy
1119
  msgid "Show total shares"
1120
  msgstr "Megosztás számok mutatása"
1121
 
1122
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1123
  #, fuzzy
1124
  msgid "If enabled, total shares will be displayed with sharing icons"
1125
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1126
 
1127
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1128
  msgid "Enable 'More' icon"
1129
  msgstr "'Még több' ikon bekapcsolása"
1130
 
1131
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1132
  msgid ""
1133
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1134
  "which shows additional sharing networks in popup"
1136
  "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott "
1137
  "megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
1138
 
1139
+ #: ../admin/social_sharing.php:1112
1140
  #, fuzzy
1141
  msgid "Floating Sharing Interface Options"
1142
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1143
 
1144
+ #: ../admin/social_sharing.php:1118
1145
  #, fuzzy
1146
  msgid "Enable Floating sharing interface"
1147
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1148
 
1149
+ #: ../admin/social_sharing.php:1128
1150
  #, fuzzy
1151
  msgid "Master control to enable floating sharing widget"
1152
  msgstr ""
1153
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1154
 
1155
+ #: ../admin/social_sharing.php:1322
1156
  msgid ""
1157
  "Specify the color or hex code (example #cc78e0) for the background of "
1158
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1163
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
1164
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1165
 
1166
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1167
  msgid "Left offset"
1168
  msgstr "Bal margó"
1169
 
1170
+ #: ../admin/social_sharing.php:1362
1171
  msgid ""
1172
  "Specify a number. Increase in number will shift sharing interface towards "
1173
  "right and decrease will shift it towards left. Number can be negative too."
1175
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
1176
  "Megadhatsz negatív értéket is."
1177
 
1178
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1179
  msgid "Right offset"
1180
  msgstr "Jobb margó"
1181
 
1182
+ #: ../admin/social_sharing.php:1382
1183
  msgid ""
1184
  "Specify a number. Increase in number will shift sharing interface towards "
1185
  "left and decrease will shift it towards right. Number can be negative too."
1187
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
1188
  "Megadhatsz negatív értéket is."
1189
 
1190
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1191
  msgid "Top offset"
1192
  msgstr "Felső margó"
1193
 
1194
+ #: ../admin/social_sharing.php:1401
1195
  msgid ""
1196
  "Specify a number. Increase in number will shift sharing interface towards "
1197
  "bottom and decrease will shift it towards top."
1198
  msgstr ""
1199
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1200
 
1201
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1202
  #, fuzzy
1203
  msgid "BuddyPress group"
1204
  msgstr "BuddyPress profil oldal"
1205
 
1206
+ #: ../admin/social_sharing.php:1458
1207
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1208
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1209
 
1210
+ #: ../admin/social_sharing.php:1525
1211
  #, fuzzy
1212
  msgid "Vertical floating bar responsiveness"
1213
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1214
 
1215
+ #: ../admin/social_sharing.php:1528
1216
  #, php-format
1217
  msgid "Display vertical interface only when screen is wider than %s pixels"
1218
  msgstr ""
1219
 
1220
+ #: ../admin/social_sharing.php:1535
1221
  msgid ""
1222
  "Display vertical interface only when screen is wider than the width "
1223
  "specified."
1224
  msgstr ""
1225
 
1226
+ #: ../admin/social_sharing.php:1543
1227
  msgid "Horizontal floating bar responsiveness"
1228
  msgstr ""
1229
 
1230
+ #: ../admin/social_sharing.php:1546
1231
  #, fuzzy, php-format
1232
  msgid ""
1233
  "Stick vertical floating interface horizontally at bottom only when screen is "
1236
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
1237
  "eszközök"
1238
 
1239
+ #: ../admin/social_sharing.php:1553
1240
  msgid ""
1241
  "Stick vertical floating interface horizontally at bottom only when screen is "
1242
  "narrower than the width specified"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/social_sharing.php:1563
1246
  #, fuzzy
1247
  msgid "Horizontal floating bar position"
1248
  msgstr "Vízszintes Megosztási Felület Beállítások"
1249
 
1250
+ #: ../admin/social_sharing.php:1566
1251
  #, php-format
1252
  msgid "%s pixels from %s"
1253
  msgstr ""
1254
 
1255
+ #: ../admin/social_sharing.php:1567
1256
  msgid "Auto-adjust according to screen width (responsive)"
1257
  msgstr ""
1258
 
1259
+ #: ../admin/social_sharing.php:1574
1260
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1261
  msgstr ""
1262
 
1263
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1264
  msgid "Url shortener"
1265
  msgstr "Url rövidítő"
1266
 
1267
+ #: ../admin/social_sharing.php:1600
1268
  msgid "Use shortlinks already installed"
1269
  msgstr "Használja shortlinks már telepítve"
1270
 
1271
+ #: ../admin/social_sharing.php:1610
1272
  msgid "Uses default short url permalinks without using any additional plugin"
1273
  msgstr ""
1274
 
1275
+ #: ../admin/social_sharing.php:1618
1276
  msgid "Enable bit.ly url shortener for sharing"
1277
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
1278
 
1279
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1280
  msgid "Master control to enable bit.ly url shortening for sharing"
1281
  msgstr ""
1282
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
1283
 
1284
+ #: ../admin/social_sharing.php:1636
1285
  msgid "bit.ly Login"
1286
  msgstr ""
1287
 
1288
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1289
  #, fuzzy, php-format
1290
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1291
  msgstr ""
1293
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1294
  "API Key beszerzéshez"
1295
 
1296
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1297
  msgid "bit.ly API Key"
1298
  msgstr "bit.ly API Key"
1299
 
1300
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1301
  msgid "Clear Bitly Cache"
1302
  msgstr ""
1303
 
1304
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1305
  #, fuzzy
1306
  msgid "ShortUrl cache cleared successfully."
1307
  msgstr "Fiók kapcsolása sikeres"
1308
 
1309
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1310
  msgid ""
1311
  "Use this to delete short urls saved in database. Handy, if urls of your "
1312
  "website have been changed but short urls are still being generated for old "
1313
  "urls."
1314
  msgstr ""
1315
 
1316
+ #: ../admin/social_sharing.php:1694
1317
  msgid "Share Count Cache"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_sharing.php:1700
1321
  msgid "Refresh Share Count cache every"
1322
  msgstr ""
1323
 
1324
+ #: ../admin/social_sharing.php:1705
1325
  msgid "Second(s)"
1326
  msgstr ""
1327
 
1328
+ #: ../admin/social_sharing.php:1706
1329
  msgid "Minute(s)"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/social_sharing.php:1707
1333
  msgid "Hour(s)"
1334
  msgstr ""
1335
 
1336
+ #: ../admin/social_sharing.php:1708
1337
  msgid "Day(s)"
1338
  msgstr ""
1339
 
1340
+ #: ../admin/social_sharing.php:1716
1341
  #, php-format
1342
  msgid ""
1343
  "Frequent cache refreshing results in slower loading of pages with share "
1345
  "target=\"_blank\">here</a>"
1346
  msgstr ""
1347
 
1348
+ #: ../admin/social_sharing.php:1724
1349
  msgid "Clear Share Counts Cache"
1350
  msgstr ""
1351
 
1352
+ #: ../admin/social_sharing.php:1728
1353
  #, fuzzy
1354
  msgid "Share Counts cache cleared successfully."
1355
  msgstr "Fiók kapcsolása sikeres"
1356
 
1357
+ #: ../admin/social_sharing.php:1735
1358
  msgid "Use this to clear cached share counts"
1359
  msgstr ""
1360
 
1361
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1362
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1363
+ #: ../admin/like_buttons.php:698
1364
  msgid "Language"
1365
  msgstr "Nyelv"
1366
 
1367
+ #: ../admin/social_sharing.php:1760
1368
  #, fuzzy, php-format
1369
  msgid ""
1370
  "Enter the code of the language you want to use for like buttons. You can "
1375
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1376
  "az alapértelmezett (angol) nyelv használatához"
1377
 
1378
+ #: ../admin/social_sharing.php:1769
1379
  #, fuzzy
1380
  msgid "Username in sharing"
1381
  msgstr "Twitter felhasználónév a megosztásban"
1382
 
1383
+ #: ../admin/social_sharing.php:1775
1384
  msgid "Twitter username (without @)"
1385
  msgstr "Twitter felhasználónév (@ nélkül)"
1386
 
1387
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1388
  msgid ""
1389
  "Provided username will be appended after the content being shared as \"via "
1390
  "@USERNAME\". Leave empty if you do not want any username in the content "
1393
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
1394
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1395
 
1396
+ #: ../admin/social_sharing.php:1794
1397
  #, fuzzy
1398
  msgid "Buffer username (without @)"
1399
  msgstr "Twitter felhasználónév (@ nélkül)"
1400
 
1401
+ #: ../admin/social_sharing.php:1813
1402
  msgid "AMP"
1403
  msgstr ""
1404
 
1405
+ #: ../admin/social_sharing.php:1819
1406
  #, fuzzy
1407
  msgid "Enable sharing on AMP pages"
1408
  msgstr "Bekapcsolás a belépés oldalon"
1409
 
1410
+ #: ../admin/social_sharing.php:1829
1411
  msgid "Enable this option to render sharing icons on AMP pages"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1415
  msgid "myCRED"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1419
  msgid "Append myCRED referral ID to the urls being shared"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1887
1423
  msgid "Facebook Sharing Troubleshooter"
1424
  msgstr "Facebook Megosztás Hibaelhárító"
1425
 
1426
+ #: ../admin/social_sharing.php:1892
1427
  #, fuzzy
1428
  msgid ""
1429
  "If Facebook sharing is not working fine, click at the following link and "
1435
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
1436
  "tökéletesen) a szöveges mezőben:"
1437
 
1438
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1439
+ #: ../admin/social_login.php:1205
1440
  msgid ""
1441
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1442
  "an online website for the plugin to function properly."
1443
  msgstr ""
1444
 
1445
+ #: ../admin/social_sharing.php:1911
1446
  msgid "Why is Instagram icon redirecting to Instagram website?"
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_sharing.php:1912
1450
  msgid ""
1451
  "Instagram icon is there to send website visitors to the Instagram page of "
1452
  "your choice. You can save the desired Instagram handle in \"Instagram "
1454
  "sections."
1455
  msgstr ""
1456
 
1457
+ #: ../admin/social_sharing.php:1915
1458
  msgid ""
1459
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1916
1463
  msgid ""
1464
  "It takes some time for their service to track the shares made on Twitter "
1465
  "from your website. If you still feel it's taking too long you can contact "
1466
  "their support directly from their website."
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1470
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1919
1474
  msgid ""
1475
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1479
+ #: ../admin/social_login.php:1211
1480
  msgid "Why is my browser blocking some features of the plugin?"
1481
  msgstr ""
1482
 
1483
+ #: ../admin/social_sharing.php:1921
1484
  msgid "Why the color of share icons is not being updated?"
1485
  msgstr ""
1486
 
1487
+ #: ../admin/social_sharing.php:1922
1488
  msgid ""
1489
  "Why is sharer not showing the correct image, title and other meta tags "
1490
  "content?"
1491
  msgstr ""
1492
 
1493
+ #: ../admin/social_sharing.php:1923
1494
  msgid "Why Facebook share counts are not appearing?"
1495
  msgstr ""
1496
 
1497
+ #: ../admin/social_sharing.php:1924
1498
  msgid ""
1499
  "How can I show share counts of my website rather than of individual pages/"
1500
  "posts?"
1502
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
1503
  "kívül is?"
1504
 
1505
+ #: ../admin/social_sharing.php:1925
1506
  msgid "How can I disable sharing on particular page/post?"
1507
  msgstr ""
1508
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
1509
 
1510
+ #: ../admin/social_sharing.php:1926
1511
  msgid "How can I specify minimum sharing count for sharing networks?"
1512
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
1513
 
1514
+ #: ../admin/social_sharing.php:1927
1515
  msgid "How to share specific page?"
1516
  msgstr ""
1517
 
1518
+ #: ../admin/social_sharing.php:1928
1519
  msgid "How to integrate Google Analytics with sharing?"
1520
  msgstr ""
1521
 
1522
+ #: ../admin/social_sharing.php:1929
1523
  msgid "How to customize the look of total share counts?"
1524
  msgstr ""
1525
 
1526
+ #: ../admin/social_sharing.php:1930
1527
  #, fuzzy
1528
  msgid "How to customize the look of individual share counts?"
1529
  msgstr "Megosztás számok mutatása:"
1530
 
1531
+ #: ../admin/social_sharing.php:1931
1532
  #, fuzzy
1533
  msgid "How to show Whatsapp icon only on mobile devices?"
1534
  msgstr "Hide megosztása mobil eszközökön"
1535
 
1536
+ #: ../admin/social_sharing.php:1932
1537
  msgid "How to hide arrow after floating sharing bar?"
1538
  msgstr ""
1539
 
1540
+ #: ../admin/social_sharing.php:1933
1541
  msgid "Why is share count not getting updated?"
1542
  msgstr ""
1543
 
1544
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1545
  msgid "Why is there so much space between like buttons?"
1546
  msgstr ""
1547
 
1548
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1549
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1550
  msgstr ""
1551
 
1552
+ #: ../admin/social_commenting.php:17
1553
  msgid "Enable Social Commenting"
1554
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1555
 
1556
+ #: ../admin/social_commenting.php:27
1557
  #, fuzzy
1558
  msgid "Master control to enable Social Commenting"
1559
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
1560
 
1561
+ #: ../admin/social_commenting.php:38
1562
  msgid "Social Commenting"
1563
  msgstr "Közösségi Hozzászólás"
1564
 
1565
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1566
  msgid "Shortcode"
1567
  msgstr "Shortcode"
1568
 
1569
+ #: ../admin/social_commenting.php:53
1570
  msgid "Order of tabs in commenting interface"
1571
  msgstr "A fülek sorrendje a hozzászólás felületen"
1572
 
1573
+ #: ../admin/social_commenting.php:63
1574
  msgid ""
1575
  "Order of the tabs shown in social commenting interface. Defaults to "
1576
  "wordpress,facebook,googleplus,disqus"
1578
  "Lapjainak sorrendjét mutatja szociális kommentálva interfész. Alapértékek "
1579
  "wordpress,facebook,googleplus,disqus"
1580
 
1581
+ #: ../admin/social_commenting.php:71
1582
  msgid "Comment area label"
1583
  msgstr "Megjegyzés felület címe"
1584
 
1585
+ #: ../admin/social_commenting.php:81
1586
  #, fuzzy
1587
  msgid "Label for comment area"
1588
  msgstr "Google+ hozzászólás fül címe"
1589
 
1590
+ #: ../admin/social_commenting.php:94
1591
  #, fuzzy
1592
  msgid "Enable Social Commenting at"
1593
  msgstr "Közösségi Hozzászólás Belkapcsolása"
1594
 
1595
+ #: ../admin/social_commenting.php:113
1596
  #, fuzzy
1597
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1598
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1599
 
1600
+ #: ../admin/social_commenting.php:124
1601
  msgid "HTML ID of comment form container"
1602
  msgstr "HTML ID komment formájában konténer"
1603
 
1604
+ #: ../admin/social_commenting.php:134
1605
  msgid ""
1606
  "HTML ID of container element of the default comment form at front end. Leave "
1607
  "empty for default ID - \"respond\". You need to specify it if default "
1613
  "alapértelmezett megjegyzést formában megjelenő és Szociális kommentálva nem "
1614
  "kapok engedélyezve front-end weboldalán."
1615
 
1616
+ #: ../admin/social_commenting.php:144
1617
  msgid "Labels"
1618
  msgstr "címkék"
1619
 
1620
+ #: ../admin/social_commenting.php:149
1621
  msgid "Label for WordPress Commenting tab"
1622
  msgstr "WordPress hozzászólás fül címe"
1623
 
1624
+ #: ../admin/social_commenting.php:158
1625
  msgid "Label for Facebook Commenting tab"
1626
  msgstr "Facebook hozzászólás fül címe"
1627
 
1628
+ #: ../admin/social_commenting.php:167
1629
  msgid "Label for G+ Commenting tab"
1630
  msgstr "Google+ hozzászólás fül címe"
1631
 
1632
+ #: ../admin/social_commenting.php:176
1633
  msgid "Label for Disqus Commenting tab"
1634
  msgstr "Disqus hozzászólás fül címe"
1635
 
1636
+ #: ../admin/social_commenting.php:187
1637
  msgid "Facebook Commenting Options"
1638
  msgstr "Facebook Hozzászólás Beállítások"
1639
 
1640
+ #: ../admin/social_commenting.php:193
1641
  #, fuzzy
1642
  msgid "Enable Facebook Comments notification and moderation"
1643
  msgstr "Facebook Hozzászólás Bekapcsolás"
1644
 
1645
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1646
  msgid "Enable Facebook Commenting"
1647
  msgstr "Facebook Hozzászólás Bekapcsolás"
1648
 
1649
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1650
  msgid "Url to comment on"
1651
  msgstr "A hozzászólás URL"
1652
 
1653
+ #: ../admin/social_commenting.php:229
1654
  msgid ""
1655
  "The absolute URL that comments posted will be permanently associated with. "
1656
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1662
  "left empty <strong>(Recommended)</strong>, url of the webpage will be used "
1663
  "at which commenting is enabled."
1664
 
1665
+ #: ../admin/social_commenting.php:237
1666
  #, fuzzy
1667
  msgid "Show Recent Facebook Comments in a Widget"
1668
  msgstr "Csak Facebook Hozzászólás legyen"
1669
 
1670
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1671
  msgid "Width"
1672
  msgstr "Szélesség"
1673
 
1674
+ #: ../admin/social_commenting.php:255
1675
  msgid ""
1676
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1677
  "block."
1679
  "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a "
1680
  "hozzászólások blokk."
1681
 
1682
+ #: ../admin/social_commenting.php:263
1683
  msgid "Color Scheme"
1684
  msgstr "Szín Sablon"
1685
 
1686
+ #: ../admin/social_commenting.php:267
1687
  msgid "Light"
1688
  msgstr "Világos"
1689
 
1690
+ #: ../admin/social_commenting.php:268
1691
  msgid "Dark"
1692
  msgstr "Sötét"
1693
 
1694
+ #: ../admin/social_commenting.php:276
1695
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1696
  msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
1697
 
1698
+ #: ../admin/social_commenting.php:284
1699
  msgid "Number of comments"
1700
  msgstr "Hozzászólások száma"
1701
 
1702
+ #: ../admin/social_commenting.php:294
1703
  msgid ""
1704
  "The number of comments to show by default. The minimum value is 1. Defaults "
1705
  "to 10"
1706
  msgstr ""
1707
  "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
1708
 
1709
+ #: ../admin/social_commenting.php:302
1710
  msgid "Order by"
1711
  msgstr "Rendezés"
1712
 
1713
+ #: ../admin/social_commenting.php:306
1714
  msgid "Social"
1715
  msgstr "Közösségi"
1716
 
1717
+ #: ../admin/social_commenting.php:307
1718
  msgid "Reverse Time"
1719
  msgstr "Fordított Sorrend"
1720
 
1721
+ #: ../admin/social_commenting.php:308
1722
  msgid "Time"
1723
  msgstr "Időrend"
1724
 
1725
+ #: ../admin/social_commenting.php:316
1726
  msgid "The order to use when displaying comments."
1727
  msgstr "A hozzászólás megjelenésének sorrendje."
1728
 
1729
+ #: ../admin/social_commenting.php:334
1730
  #, php-format
1731
  msgid ""
1732
  "Enter the code of the language you want to use to display commenting. You "
1737
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
1738
  "az alapértelmezett (angol) nyelv használatához "
1739
 
1740
+ #: ../admin/social_commenting.php:343
1741
  msgid "Google Plus Commenting Options"
1742
  msgstr "Google+ Hozzászólás Beállítások"
1743
 
1744
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1745
  msgid "Enable Google Plus Commenting"
1746
  msgstr "Google+ Hozzászólás Bekapcsolása"
1747
 
1748
+ #: ../admin/social_commenting.php:377
1749
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1750
  msgstr ""
1751
  "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus "
1752
  "beállításhoz"
1753
 
1754
+ #: ../admin/social_commenting.php:395
1755
  msgid ""
1756
  "The absolute URL that comments posted will be permanently associated with. "
1757
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1763
  ">Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t "
1764
  "használjuk, melyhez a hozzászólás érkezett."
1765
 
1766
+ #: ../admin/social_commenting.php:404
1767
  msgid "Disqus Commenting Options"
1768
  msgstr "Disqus Hozzászólás Beállítások"
1769
 
1770
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1771
  msgid "Enable Disqus Commenting"
1772
  msgstr "Disqus Hozzászólás Bekapcsolása"
1773
 
1774
+ #: ../admin/social_commenting.php:428
1775
  msgid "Disqus Shortname"
1776
  msgstr "Disqus Shortname"
1777
 
1778
+ #: ../admin/social_commenting.php:438
1779
  msgid ""
1780
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1781
  "shortname, visit following link."
1783
  "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További "
1784
  "információkért nézd meg ezt a linket."
1785
 
1786
+ #: ../admin/social_commenting.php:456
1787
  #, fuzzy
1788
  msgid "Social Commenting Shortcode"
1789
  msgstr "Közösségi Hozzászólás"
1790
 
1791
+ #: ../admin/social_commenting.php:470
1792
  msgid ""
1793
  "How to show recent Facebook Comments from all over the website in a widget?"
1794
  msgstr ""
1795
 
1796
+ #: ../admin/social_commenting.php:471
1797
  msgid ""
1798
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1799
  "Https?"
1800
  msgstr ""
1801
 
1802
+ #: ../admin/social_commenting.php:473
1803
  msgid "How can I disable Social Commenting at individual page/post?"
1804
  msgstr ""
1805
  "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések "
1806
  "esetében?"
1807
 
1808
+ #: ../admin/social_commenting.php:474
1809
  msgid "How to disable default comment form from Social Commenting?"
1810
  msgstr ""
1811
  "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social "
1812
  "kommentálva?"
1813
 
1814
+ #: ../admin/social_login.php:19
1815
  msgid "Enable Social Login"
1816
  msgstr "Közösségi Belépés Belkapcsolása"
1817
 
1818
+ #: ../admin/social_login.php:29
1819
  msgid ""
1820
  "Master control for Social Login. It must be checked to enable Social Login "
1821
  "functionality"
1823
  "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés "
1824
  "használatához "
1825
 
1826
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1827
  msgid "Basic Configuration"
1828
  msgstr "Alap Beállítások"
1829
 
1830
+ #: ../admin/social_login.php:41
1831
  #, fuzzy
1832
  msgid "Advanced Configuration"
1833
  msgstr "Alap Beállítások"
1834
 
1835
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1836
  msgid "GDPR"
1837
  msgstr ""
1838
 
1839
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1840
  msgid "XProfile Integration"
1841
  msgstr ""
1842
 
1843
+ #: ../admin/social_login.php:64
1844
  msgid "Disable user registration via Social Login"
1845
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
1846
 
1847
+ #: ../admin/social_login.php:74
1848
  msgid ""
1849
  "After enabling this option, new users will not be able to login through "
1850
  "social login. Only existing users will be able to social login."
1853
  "szociális bejelentkezést. Csak meglévő felhasználók képesek lesznek a "
1854
  "társadalmi bejelentkezést."
1855
 
1856
+ #: ../admin/social_login.php:83
1857
  #, fuzzy
1858
  msgid "Redirection url"
1859
  msgstr "Átirányítás Belépés után"
1860
 
1861
+ #: ../admin/social_login.php:93
1862
  msgid ""
1863
  "User will be redirected to this page after unsuccessful registration attempt "
1864
  "via Social Login. You can specify the url of registration form or of a page "
1869
  "vagy egy oldal bemutatását üzenetet a regisztráció kikapcsolásra keresztül "
1870
  "Szociális Belépés."
1871
 
1872
+ #: ../admin/social_login.php:102
1873
  #, fuzzy
1874
  msgid "Select Social Networks"
1875
  msgstr "elsődleges szociális háló"
1876
 
1877
+ #: ../admin/social_login.php:107
1878
  msgid "Facebook"
1879
  msgstr "Facebook"
1880
 
1881
+ #: ../admin/social_login.php:111
1882
  msgid "Twitter"
1883
  msgstr "Twitter"
1884
 
1885
+ #: ../admin/social_login.php:115
1886
  msgid "LinkedIn"
1887
  msgstr "LinkedIn"
1888
 
1889
+ #: ../admin/social_login.php:119
1890
  msgid "Google+"
1891
  msgstr "Google+"
1892
 
1893
+ #: ../admin/social_login.php:123
1894
  msgid "Vkontakte"
1895
  msgstr "Vkontakte"
1896
 
1897
+ #: ../admin/social_login.php:127
1898
  msgid "Instagram"
1899
  msgstr "Instagram"
1900
 
1901
+ #: ../admin/social_login.php:131
1902
  msgid "Xing"
1903
  msgstr "Xing"
1904
 
1905
+ #: ../admin/social_login.php:135
1906
  msgid "Steam"
1907
  msgstr ""
1908
 
1909
+ #: ../admin/social_login.php:140
1910
  #, fuzzy
1911
  msgid "Twitch"
1912
  msgstr "Twitter"
1913
 
1914
+ #: ../admin/social_login.php:145
1915
  msgid "LiveJournal"
1916
  msgstr ""
1917
 
1918
+ #: ../admin/social_login.php:153
1919
  msgid "Select Social ID provider to enable in Social Login"
1920
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1921
 
1922
+ #: ../admin/social_login.php:161
1923
  msgid "Facebook App ID"
1924
  msgstr "Facebook App ID"
1925
 
1926
+ #: ../admin/social_login.php:171
1927
  #, php-format
1928
  msgid ""
1929
  "Required for Facebook Social Login to work. Please follow the documentation "
1933
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1934
  "App ID beszerzéshez"
1935
 
1936
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
1937
  msgid ""
1938
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1939
  msgstr ""
1940
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
1941
  "linken"
1942
 
1943
+ #: ../admin/social_login.php:183
1944
  #, fuzzy
1945
  msgid "Facebook App Secret"
1946
  msgstr "Facebook App ID"
1947
 
1948
+ #: ../admin/social_login.php:193
1949
  #, fuzzy, php-format
1950
  msgid ""
1951
  "Required for Facebook Social Login to work. Please follow the documentation "
1955
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook "
1956
  "App ID beszerzéshez"
1957
 
1958
+ #: ../admin/social_login.php:205
1959
  msgid "Twitter API Key"
1960
  msgstr "Twitter API Key"
1961
 
1962
+ #: ../admin/social_login.php:215
1963
  #, php-format
1964
  msgid ""
1965
  "Required for Twitter Social Login to work. Please follow the documentation "
1969
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
1970
  "API Key beszerzéshez"
1971
 
1972
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
1973
  #, fuzzy
1974
  msgid ""
1975
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1977
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
1978
  "linken"
1979
 
1980
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
1981
  #, fuzzy
1982
  msgid ""
1983
  "Paste following url in <strong>Callback URL</strong> option at the link "
1986
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
1987
  "fenti linken"
1988
 
1989
+ #: ../admin/social_login.php:231
1990
  msgid "Twitter API Secret"
1991
  msgstr "Twitter API Secret"
1992
 
1993
+ #: ../admin/social_login.php:241
1994
  #, php-format
1995
  msgid ""
1996
  "Required for Twitter Social Login to work. Please follow the documentation "
2000
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2001
  "API Secret beszerzéséhez"
2002
 
2003
+ #: ../admin/social_login.php:257
2004
  #, fuzzy
2005
  msgid "LinkedIn Client ID"
2006
  msgstr "LinkedIn"
2007
 
2008
+ #: ../admin/social_login.php:267
2009
  #, fuzzy, php-format
2010
  msgid ""
2011
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2015
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2016
  "API Key beszerzéshez"
2017
 
2018
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2019
+ #: ../admin/social_login.php:401
2020
  msgid ""
2021
  "Paste following url in <strong>Website URL</strong> option at the link "
2022
  "mentioned"
2024
  "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti "
2025
  "linken"
2026
 
2027
+ #: ../admin/social_login.php:279
2028
  msgid "LinkedIn Client Secret "
2029
  msgstr ""
2030
 
2031
+ #: ../admin/social_login.php:289
2032
  #, fuzzy, php-format
2033
  msgid ""
2034
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2039
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn "
2040
  "API Key beszerzéshez"
2041
 
2042
+ #: ../admin/social_login.php:301
2043
  msgid "Google+ Client ID"
2044
  msgstr "Google+ Client ID"
2045
 
2046
+ #: ../admin/social_login.php:311
2047
  #, php-format
2048
  msgid ""
2049
  "Required for GooglePlus Social Login to work. Please follow the "
2054
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2055
  "GooglePlus Client ID beszerzéshez"
2056
 
2057
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2058
  #, fuzzy
2059
  msgid ""
2060
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2063
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2064
  "linken"
2065
 
2066
+ #: ../admin/social_login.php:323
2067
  #, fuzzy
2068
  msgid "Google+ Client Secret"
2069
  msgstr "Google+ Client ID"
2070
 
2071
+ #: ../admin/social_login.php:333
2072
  #, fuzzy, php-format
2073
  msgid ""
2074
  "Required for GooglePlus Social Login to work. Please follow the "
2079
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a "
2080
  "GooglePlus Client ID beszerzéshez"
2081
 
2082
+ #: ../admin/social_login.php:345
2083
  msgid "Vkontakte Application ID"
2084
  msgstr "Vkontakte Application ID"
2085
 
2086
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2087
  #, php-format
2088
  msgid ""
2089
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2094
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte "
2095
  "Application ID beszerzéshez"
2096
 
2097
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2098
  msgid ""
2099
  "Paste following url in <strong>Site address</strong> option at the link "
2100
  "mentioned"
2102
  "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti "
2103
  "linken"
2104
 
2105
+ #: ../admin/social_login.php:367
2106
  #, fuzzy
2107
  msgid "Vkontakte Secure key"
2108
  msgstr "Vkontakte"
2109
 
2110
+ #: ../admin/social_login.php:389
2111
  msgid "Instagram Client ID"
2112
  msgstr "Instagram Client ID"
2113
 
2114
+ #: ../admin/social_login.php:399
2115
  #, php-format
2116
  msgid ""
2117
  "Required for Instagram Social Login to work. Please follow the documentation "
2121
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az "
2122
  "Instagram Client ID beszerzéshez"
2123
 
2124
+ #: ../admin/social_login.php:411
2125
  msgid "Xing Consumer Key"
2126
  msgstr "Xing Consumer Key"
2127
 
2128
+ #: ../admin/social_login.php:421
2129
  #, php-format
2130
  msgid ""
2131
  "Required for Xing Social Login to work. Please follow the documentation at "
2135
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2136
  "Consumer Key beszerzéshez"
2137
 
2138
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2139
  msgid ""
2140
  "Paste following url in <strong>Callback domain</strong> option at the link "
2141
  "mentioned"
2143
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2144
  "fenti linken"
2145
 
2146
+ #: ../admin/social_login.php:433
2147
  msgid "Xing Consumer Secret"
2148
  msgstr "Xing Consumer Secret"
2149
 
2150
+ #: ../admin/social_login.php:443
2151
  #, php-format
2152
  msgid ""
2153
  "Required for Xing Social Login to work. Please follow the documentation at "
2157
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing "
2158
  "Consumer Secret beszerzéséhez"
2159
 
2160
+ #: ../admin/social_login.php:455
2161
  #, fuzzy
2162
  msgid "Steam API Key"
2163
  msgstr "Twitter API Key"
2164
 
2165
+ #: ../admin/social_login.php:465
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2172
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2173
  "API Key beszerzéshez"
2174
 
2175
+ #: ../admin/social_login.php:466
2176
  #, fuzzy
2177
  msgid "Save following <strong>domain</strong> to get the key"
2178
  msgstr ""
2179
  "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a "
2180
  "fenti linken"
2181
 
2182
+ #: ../admin/social_login.php:475
2183
  #, fuzzy
2184
  msgid "Twitch Client ID"
2185
  msgstr "Instagram Client ID"
2186
 
2187
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2188
  #, fuzzy, php-format
2189
  msgid ""
2190
  "Required for Twitch Social Login to work. Please follow the documentation at "
2194
  "dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter "
2195
  "API Key beszerzéshez"
2196
 
2197
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2198
  #, fuzzy
2199
  msgid ""
2200
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2203
  "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti "
2204
  "linken"
2205
 
2206
+ #: ../admin/social_login.php:497
2207
  #, fuzzy
2208
  msgid "Twitch Client Secret"
2209
  msgstr "Instagram Client ID"
2210
 
2211
+ #: ../admin/social_login.php:526
2212
  #, fuzzy
2213
  msgid "Social Login Options"
2214
  msgstr "Social Login"
2215
 
2216
+ #: ../admin/social_login.php:542
2217
  msgid "Text to display above the Social Login interface"
2218
  msgstr "Szöveg a Közösségi Belépés felett"
2219
 
2220
+ #: ../admin/social_login.php:551
2221
  msgid "Enable at login page"
2222
  msgstr "Bekapcsolás a belépés oldalon"
2223
 
2224
+ #: ../admin/social_login.php:561
2225
  msgid ""
2226
  "Social Login interface will get enabled at the login page of your website"
2227
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2228
 
2229
+ #: ../admin/social_login.php:569
2230
  msgid "Enable at register page"
2231
  msgstr "Bekapcsolás a regisztráció oldalon"
2232
 
2233
+ #: ../admin/social_login.php:579
2234
  msgid ""
2235
  "Social Login interface will get enabled at the registration page of your "
2236
  "website"
2237
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2238
 
2239
+ #: ../admin/social_login.php:587
2240
  msgid "Enable at comment form"
2241
  msgstr "Bekapcsolás a hozászólásoknál"
2242
 
2243
+ #: ../admin/social_login.php:597
2244
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2245
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2246
 
2247
+ #: ../admin/social_login.php:612
2248
  msgid "Enable before WooCommerce Customer Login Form"
2249
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2250
 
2251
+ #: ../admin/social_login.php:622
2252
  #, fuzzy
2253
  msgid ""
2254
  "Social Login Interface will get enabled before the customer login form at "
2255
  "WooCommerce My Account page"
2256
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2257
 
2258
+ #: ../admin/social_login.php:630
2259
  msgid "Enable after WooCommerce Customer Login Form"
2260
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2261
 
2262
+ #: ../admin/social_login.php:640
2263
  #, fuzzy
2264
  msgid ""
2265
  "Social Login Interface will get enabled after the customer login form at "
2266
  "WooCommerce My Account page"
2267
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2268
 
2269
+ #: ../admin/social_login.php:648
2270
  #, fuzzy
2271
  msgid "Enable at WooCommerce checkout page"
2272
  msgstr "Bekapcsolás a regisztráció oldalon"
2273
 
2274
+ #: ../admin/social_login.php:658
2275
  #, fuzzy
2276
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2277
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2278
 
2279
+ #: ../admin/social_login.php:669
2280
  msgid "Auto-approve comments made by Social Login users"
2281
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2282
 
2283
+ #: ../admin/social_login.php:679
2284
  msgid ""
2285
  "If this option is enabled, and WordPress comment is made by Social Login "
2286
  "user, comment will get approved immediately without keeping in moderation."
2289
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2290
  "megjelenik az oldalon."
2291
 
2292
+ #: ../admin/social_login.php:680
2293
  msgid "Note: This is not related to Facebook comments"
2294
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2295
 
2296
+ #: ../admin/social_login.php:690
2297
  msgid "Enable social avatar"
2298
  msgstr "Közösségi avatar bekapcsolás"
2299
 
2300
+ #: ../admin/social_login.php:700
2301
  msgid ""
2302
  "Social profile pictures of the logged in user will be displayed as profile "
2303
  "avatar"
2304
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2305
 
2306
+ #: ../admin/social_login.php:710
2307
  msgid "Avatar quality"
2308
  msgstr " Avatar képminőség"
2309
 
2310
+ #: ../admin/social_login.php:713
2311
  msgid "Average"
2312
  msgstr "Átlagos"
2313
 
2314
+ #: ../admin/social_login.php:714
2315
  msgid "Best"
2316
  msgstr "legjobb"
2317
 
2318
+ #: ../admin/social_login.php:721
2319
  msgid "Choose avatar quality"
2320
  msgstr "Válassz Avatar képminőséget"
2321
 
2322
+ #: ../admin/social_login.php:730
2323
  #, fuzzy
2324
  msgid ""
2325
  "Show option for users to update social avatar at BuddyPress profile page"
2327
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2328
  "BuddyPress profil oldal"
2329
 
2330
+ #: ../admin/social_login.php:740
2331
  msgid ""
2332
  "If enabled, users would be able to update their social avatar from \"Profile "
2333
  "photo\" section in BuddyPress profile at front-end"
2334
  msgstr ""
2335
 
2336
+ #: ../admin/social_login.php:761
2337
  msgid ""
2338
  "If enabled and Social ID provider does not provide user's email address on "
2339
  "login, user will be asked to provide his/her email address. Otherwise, a "
2343
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2344
  "véletlenszerű e-mail címet generálunk"
2345
 
2346
+ #: ../admin/social_login.php:770
2347
  msgid "Send post-registration email to user to set account password"
2348
  msgstr ""
2349
 
2350
+ #: ../admin/social_login.php:780
2351
  msgid ""
2352
  "If enabled, an email will be sent to user after registration through Social "
2353
  "Login, regarding his/her login credentials (username-password to be able to "
2358
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2359
  "az oldalra."
2360
 
2361
+ #: ../admin/social_login.php:788
2362
  #, fuzzy
2363
  msgid "Send new user registration notification email to admin"
2364
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2365
 
2366
+ #: ../admin/social_login.php:798
2367
  #, fuzzy
2368
  msgid ""
2369
  "If enabled, an email will be sent to admin after new user registers through "
2374
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2375
  "az oldalra."
2376
 
2377
+ #: ../admin/social_login.php:806
2378
  msgid "Login redirection"
2379
  msgstr "Átirányítás Belépés után"
2380
 
2381
+ #: ../admin/social_login.php:810
2382
  msgid "Same page where user logged in"
2383
  msgstr "Az az oldal, ahol a felhasználó belépett"
2384
 
2385
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2386
  msgid "Account dashboard"
2387
  msgstr "Felhasználói Irányítópult"
2388
 
2389
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2390
  msgid "BuddyPress profile page"
2391
  msgstr "BuddyPress profil oldal"
2392
 
2393
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2394
  msgid "Custom Url"
2395
  msgstr "Egyedi URL"
2396
 
2397
+ #: ../admin/social_login.php:828
2398
  msgid "User will be redirected to the selected page after Social Login"
2399
  msgstr ""
2400
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2401
 
2402
+ #: ../admin/social_login.php:836
2403
  msgid "Registration redirection"
2404
  msgstr "Átirányítás Regisztráció után"
2405
 
2406
+ #: ../admin/social_login.php:840
2407
  msgid "Same page from where user registered"
2408
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2409
 
2410
+ #: ../admin/social_login.php:858
2411
  msgid ""
2412
  "User will be redirected to the selected page after registration (first "
2413
  "Social Login) through Social Login"
2415
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2416
  "Közösségi belépés) után"
2417
 
2418
+ #: ../admin/social_login.php:867
2419
  #, fuzzy
2420
  msgid "Social Account Linking Options"
2421
  msgstr "Közösségi Hozzászólás"
2422
 
2423
+ #: ../admin/social_login.php:883
2424
  #, fuzzy
2425
  msgid "Text to display above the Social Account Linking interface"
2426
  msgstr "Szöveg a Közösségi Belépés felett"
2427
 
2428
+ #: ../admin/social_login.php:891
2429
  #, fuzzy
2430
  msgid ""
2431
  "Link social account to already existing account, if email address matches"
2432
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2433
 
2434
+ #: ../admin/social_login.php:901
2435
  msgid ""
2436
  "If email address of the user's Social Account matches with an already "
2437
  "existing account at your website, that social account will be linked to "
2439
  "Linking interface at their profile page."
2440
  msgstr ""
2441
 
2442
+ #: ../admin/social_login.php:910
2443
  msgid "Enable social account linking at BuddyPress profile page"
2444
  msgstr ""
2445
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2446
 
2447
+ #: ../admin/social_login.php:920
2448
  msgid ""
2449
  "Enable this option to show social account linking interface at BuddyPress "
2450
  "profile page"
2452
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2453
  "BuddyPress profil oldal"
2454
 
2455
+ #: ../admin/social_login.php:931
2456
  msgid "Email popup options"
2457
  msgstr "Email felugró ablak beállítások"
2458
 
2459
+ #: ../admin/social_login.php:937
2460
  msgid "Text on 'Email required' popup"
2461
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2462
 
2463
+ #: ../admin/social_login.php:947
2464
  msgid ""
2465
  "This text will be displayed on email required popup. Leave empty if not "
2466
  "required."
2468
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2469
  "hagyhatod, ha nem kéred be az e-mail címet."
2470
 
2471
+ #: ../admin/social_login.php:956
2472
  msgid "Error message for 'Email required' popup"
2473
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2474
 
2475
+ #: ../admin/social_login.php:966
2476
  msgid ""
2477
  "This message will be displayed to user if it provides invalid or already "
2478
  "registered email"
2480
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2481
  "mail címet ad meg "
2482
 
2483
+ #: ../admin/social_login.php:975
2484
  msgid "Email popup height"
2485
  msgstr "Email felugró ablak magassága"
2486
 
2487
+ #: ../admin/social_login.php:985
2488
  msgid ""
2489
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2490
  "can increase the height of popup by specifying in this option. Leave empty "
2493
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2494
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2495
 
2496
+ #: ../admin/social_login.php:993
2497
  msgid "Enable email verification"
2498
  msgstr "E-mail ellenőrzés bekapcsolása"
2499
 
2500
+ #: ../admin/social_login.php:1003
2501
  msgid ""
2502
  "If enabled, email provided by the user will be verified by sending a "
2503
  "confirmation link to that email. User would not be able to login without "
2507
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2508
  "nem erősítette meg e-mailcímét "
2509
 
2510
+ #: ../admin/social_login.php:1024
2511
  #, fuzzy
2512
  msgid "Enable GDPR opt-in"
2513
  msgstr "Disqus Hozzászólás Bekapcsolása"
2514
 
2515
+ #: ../admin/social_login.php:1034
2516
  msgid ""
2517
  "Enable it to show GDPR opt-in for social login and social account linking"
2518
  msgstr ""
2519
 
2520
+ #: ../admin/social_login.php:1043
2521
  #, fuzzy
2522
  msgid "Placement of GDPR opt-in"
2523
  msgstr "Disqus Hozzászólás Bekapcsolása"
2524
 
2525
+ #: ../admin/social_login.php:1047
2526
  #, fuzzy
2527
  msgid "Above Social Login icons"
2528
  msgstr "Social Login"
2529
 
2530
+ #: ../admin/social_login.php:1049
2531
  #, fuzzy
2532
  msgid "Below Social Login icons"
2533
  msgstr "Social Login"
2534
 
2535
+ #: ../admin/social_login.php:1055
2536
  #, fuzzy
2537
  msgid "Placement of GDPR opt-in above or below the social login icons"
2538
  msgstr "Szöveg a Közösségi Belépés felett"
2539
 
2540
+ #: ../admin/social_login.php:1063
2541
  msgid "Opt-in text"
2542
  msgstr ""
2543
 
2544
+ #: ../admin/social_login.php:1073
2545
  #, fuzzy
2546
  msgid "Text for the GDPR opt-in"
2547
  msgstr "Disqus Hozzászólás Bekapcsolása"
2548
 
2549
+ #: ../admin/social_login.php:1081
2550
  msgid "Text to link to Privacy Policy page"
2551
  msgstr ""
2552
 
2553
+ #: ../admin/social_login.php:1091
2554
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2555
  msgstr ""
2556
 
2557
+ #: ../admin/social_login.php:1099
2558
  msgid "Privacy Policy Url"
2559
  msgstr ""
2560
 
2561
+ #: ../admin/social_login.php:1109
2562
  #, fuzzy
2563
  msgid "Url of the privacy policy page of your website"
2564
  msgstr "A főoldalad Url-je"
2565
 
2566
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2567
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2568
  msgid "Select"
2569
  msgstr "Válassz"
2570
 
2571
+ #: ../admin/social_login.php:1191
2572
  #, fuzzy
2573
  msgid "Social Login Shortcode & Widget"
2574
  msgstr "Shortcode és Widget"
2575
 
2576
+ #: ../admin/social_login.php:1192
2577
  msgid "Social Linking Shortcode"
2578
  msgstr ""
2579
 
2580
+ #: ../admin/social_login.php:1207
2581
  msgid "Why is social login not working?"
2582
  msgstr ""
2583
 
2584
+ #: ../admin/social_login.php:1208
2585
  msgid ""
2586
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2587
  "belong to the same app"
2588
  msgstr ""
2589
 
2590
+ #: ../admin/social_login.php:1210
2591
  msgid ""
2592
  "Why the user is not appearing logged in even after Social Login until the "
2593
  "webpage is refreshed manually?"
2594
  msgstr ""
2595
 
2596
+ #: ../admin/like_buttons.php:20
2597
  msgid "Enable Like Buttons"
2598
  msgstr "Engedélyezze Like gombok"
2599
 
2600
+ #: ../admin/like_buttons.php:30
2601
  msgid ""
2602
  "Master control for like buttons. It must be checked to enable like buttons "
2603
  "functionality"
2605
  "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok "
2606
  "használatához "
2607
 
2608
+ #: ../admin/like_buttons.php:60
2609
  #, fuzzy
2610
  msgid "Standard Interface Options"
2611
  msgstr "Vízszintes Megosztási Felület Beállítások"
2612
 
2613
+ #: ../admin/like_buttons.php:66
2614
  #, fuzzy
2615
  msgid "Enable standard interface"
2616
  msgstr "Vízszintes megosztási felület bekapcsolása"
2617
 
2618
+ #: ../admin/like_buttons.php:76
2619
  msgid "Master control to enable horizontal like buttons"
2620
  msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
2621
 
2622
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2623
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2624
  msgstr ""
2625
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
2626
 
2627
+ #: ../admin/like_buttons.php:119
2628
  msgid "The text to display above the interface"
2629
  msgstr "Szöveg a megosztási felület fölött"
2630
 
2631
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2632
  msgid "Select and rearrange providers"
2633
  msgstr "Válassz és rendezz sorba szolgáltatókat"
2634
 
2635
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2636
  msgid "Select the providers for interface. Drag them to rearrange."
2637
  msgstr ""
2638
  "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend "
2639
  "változtatáshoz."
2640
 
2641
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2642
  msgid "Horizontal alignment of the interface"
2643
  msgstr "A megosztási felület vízszintes igazítása"
2644
 
2645
+ #: ../admin/like_buttons.php:214
2646
  msgid "Specify position of the interface with respect to the content"
2647
  msgstr ""
2648
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
2649
 
2650
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2651
  msgid "Interface location"
2652
  msgstr "Megosztási helyek"
2653
 
2654
+ #: ../admin/like_buttons.php:292
2655
  msgid "Specify the pages where you want to enable interface"
2656
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
2657
 
2658
+ #: ../admin/like_buttons.php:310
2659
  msgid "Vertical (Floating) like buttons Options"
2660
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2661
 
2662
+ #: ../admin/like_buttons.php:316
2663
  #, fuzzy
2664
  msgid "Enable floating like buttons"
2665
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
2666
 
2667
+ #: ../admin/like_buttons.php:326
2668
  msgid "Master control to enable vertical (floating) counter widget"
2669
  msgstr ""
2670
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
2671
 
2672
+ #: ../admin/like_buttons.php:420
2673
  msgid ""
2674
  "Specify the color or hex code (example #cc78e0) for the background of "
2675
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2680
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2681
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
2682
 
2683
+ #: ../admin/like_buttons.php:460
2684
  msgid ""
2685
  "Specify a number. Increase in number will shift interface towards right and "
2686
  "decrease will shift it towards left. Number can be negative too."
2687
  msgstr ""
2688
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
2689
 
2690
+ #: ../admin/like_buttons.php:480
2691
  msgid ""
2692
  "Specify a number. Increase in number will shift interface towards left and "
2693
  "decrease will shift it towards right. Number can be negative too."
2695
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
2696
  "Negatív értéket is megadhatsz."
2697
 
2698
+ #: ../admin/like_buttons.php:499
2699
  msgid ""
2700
  "Specify a number. Increase in number will shift interface towards bottom and "
2701
  "decrease will shift it towards top."
2702
  msgstr ""
2703
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
2704
 
2705
+ #: ../admin/like_buttons.php:555
2706
  msgid "Specify the pages where you want to enable vertical interface"
2707
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
2708
 
2709
+ #: ../admin/like_buttons.php:563
2710
  msgid "Hide like buttons on mobile devices"
2711
  msgstr "Elbújni, mint a gombok a mobil eszközök"
2712
 
2713
+ #: ../admin/like_buttons.php:573
2714
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2715
  msgstr ""
2716
  "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a "
2717
  "mobileszközökön"
2718
 
2719
+ #: ../admin/like_buttons.php:598
2720
  msgid "Use shortlinks already installed, for tweet button"
2721
  msgstr "Használja shortlinks már telepítve van, a tweet gomb"
2722
 
2723
+ #: ../admin/like_buttons.php:608
2724
  msgid ""
2725
  "Allows for shortened URLs to be used when sharing content if a shortening "
2726
  "plugin is installed"
2728
  "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék "
2729
  "bővítmény telepítése"
2730
 
2731
+ #: ../admin/like_buttons.php:616
2732
  msgid "Enable bit.ly url shortener for tweet button"
2733
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
2734
 
2735
+ #: ../admin/like_buttons.php:634
2736
  msgid "bit.ly username"
2737
  msgstr "bit.ly felhasználónév"
2738
 
2739
+ #: ../admin/like_buttons.php:644
2740
  #, php-format
2741
  msgid ""
2742
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2745
  "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank"
2746
  "\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
2747
 
2748
+ #: ../admin/like_buttons.php:663
2749
  #, php-format
2750
  msgid ""
2751
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2754
  "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank"
2755
  "\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
2756
 
2757
+ #: ../admin/like_buttons.php:708
2758
  #, php-format
2759
  msgid ""
2760
  "Enter the code of the language you want to use to render counters. You can "
2765
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2766
  "az alapértelmezett (angol) nyelv használatához"
2767
 
2768
+ #: ../admin/like_buttons.php:717
2769
  #, fuzzy
2770
  msgid "Twitter Username"
2771
  msgstr "Twitter felhasználónév a megosztásban"
2772
 
2773
+ #: ../admin/like_buttons.php:723
2774
  #, fuzzy
2775
  msgid "Twitter username for Tweet (without @)"
2776
  msgstr "Twitter felhasználónév (@ nélkül)"
2777
 
2778
+ #: ../admin/like_buttons.php:733
2779
  msgid ""
2780
  "Provided username will be appended after the content being tweeted as \"via "
2781
  "@USERNAME\". Leave empty if you do not want any username."
2783
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2784
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2785
 
2786
+ #: ../admin/like_buttons.php:742
2787
  #, fuzzy
2788
  msgid "Twitter username for Buffer sharing (without @)"
2789
  msgstr "Twitter felhasználónév (@ nélkül)"
2790
 
2791
+ #: ../admin/like_buttons.php:752
2792
  #, fuzzy
2793
  msgid ""
2794
  "Provided username will be appended after the content in Buffer sharing as "
2797
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2798
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2799
 
2800
+ #: ../admin/like_buttons.php:799
2801
  #, fuzzy
2802
  msgid "Like Buttons Shortcode & Widget"
2803
  msgstr "Shortcode és Widget"
2834
  msgid "Providers not selected"
2835
  msgstr "Nincs kiválasztott szolgáltató"
2836
 
2837
+ #: ../inc/social_login.php:721
2838
  msgid "Email"
2839
  msgstr "Email"
2840
 
2841
+ #: ../inc/social_login.php:722
2842
  msgid "Confirm email"
2843
  msgstr ""
2844
 
2845
+ #: ../inc/social_login.php:724
2846
  msgid "Save"
2847
  msgstr ""
2848
 
2849
+ #: ../inc/social_login.php:725
2850
  msgid "Cancel"
2851
  msgstr ""
2852
 
2853
+ #: ../inc/social_login.php:799
2854
  #, fuzzy
2855
  msgid "Email Verification"
2856
  msgstr "E-mail ellenőrzés bekapcsolása"
2857
 
2858
+ #: ../inc/social_login.php:801
2859
  msgid ""
2860
  "Please click on the following link or paste it in browser to verify your "
2861
  "email"
2894
  msgid "Title (after login):"
2895
  msgstr ""
2896
 
2897
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
2898
+ #: ../inc/widget.php:919
2899
  msgid "Before widget content:"
2900
  msgstr "Widget tartalom előtt:"
2901
 
2902
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
2903
+ #: ../inc/widget.php:990
2904
  msgid "After widget content:"
2905
  msgstr "Widget tartalom után:"
2906
 
2907
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
2908
+ #: ../inc/widget.php:596 ../inc/widget.php:759
2909
  msgid "Hide for logged in users:"
2910
  msgstr "Bejelentkezettek számára elrejtve:"
2911
 
2918
  "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a "
2919
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
2920
 
2921
+ #: ../inc/widget.php:243
2922
  #, fuzzy
2923
  msgid ""
2924
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2927
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
2928
  "\"Super Socializer > Social Sharing\" oldalon...."
2929
 
2930
+ #: ../inc/widget.php:244 ../inc/widget.php:582
2931
  msgid "Title:"
2932
  msgstr "Cím:"
2933
 
2934
+ #: ../inc/widget.php:246 ../inc/widget.php:416
2935
  #, fuzzy
2936
  msgid "Show individual share counts:"
2937
  msgstr "Megosztás számok mutatása:"
2938
 
2939
+ #: ../inc/widget.php:248 ../inc/widget.php:418
2940
  #, fuzzy
2941
  msgid "Show total shares:"
2942
  msgstr "Megosztás számok mutatása:"
2943
 
2944
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
2945
+ #: ../inc/widget.php:732
2946
  msgid "Target Url:"
2947
  msgstr "Cél Url:"
2948
 
2949
+ #: ../inc/widget.php:281
2950
  #, fuzzy
2951
  msgid ""
2952
  "Floating sharing widget. Let your website users share content on popular "
2955
  "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a "
2956
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
2957
 
2958
+ #: ../inc/widget.php:415
2959
  #, fuzzy
2960
  msgid ""
2961
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2964
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
2965
  "\"Super Socializer > Social Sharing\" oldalon."
2966
 
2967
+ #: ../inc/widget.php:428 ../inc/widget.php:740
2968
  msgid "Alignment"
2969
  msgstr "Igazítás"
2970
 
2971
+ #: ../inc/widget.php:434 ../inc/widget.php:746
2972
  msgid "Left Offset"
2973
  msgstr "Bal margó"
2974
 
2975
+ #: ../inc/widget.php:438 ../inc/widget.php:750
2976
  msgid "Right Offset"
2977
  msgstr "Jobb margó"
2978
 
2979
+ #: ../inc/widget.php:441 ../inc/widget.php:753
2980
  msgid "Top Offset"
2981
  msgstr "Felső margó"
2982
 
2983
+ #: ../inc/widget.php:466
2984
  #, fuzzy
2985
  msgid ""
2986
  "Standard like buttons widget. Let your website users share/like content on "
2989
  "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás "
2990
  "a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
2991
 
2992
+ #: ../inc/widget.php:581
2993
  #, fuzzy
2994
  msgid ""
2995
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2998
  "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super "
2999
  "Socializer > Like gombok\" oldalon."
3000
 
3001
+ #: ../inc/widget.php:615
3002
  #, fuzzy
3003
  msgid ""
3004
  "Floating like buttons widget. Let your website users share/like content on "
3008
  "megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még "
3009
  "sok másik"
3010
 
3011
+ #: ../inc/widget.php:731
3012
  #, fuzzy
3013
  msgid ""
3014
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3017
  "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super "
3018
  "Socializer > Like gombok\" oldalon."
3019
 
3020
+ #: ../inc/widget.php:775
3021
  #, fuzzy
3022
  msgid "Super Socializer - Follow Icons"
3023
  msgstr "Super Socializer - Belépés"
3024
 
3025
+ #: ../inc/widget.php:777
3026
  msgid "These icons link to your Social Media accounts"
3027
  msgstr ""
3028
 
3029
+ #: ../inc/widget.php:923
3030
  #, fuzzy
3031
  msgid "Size of icons"
3032
  msgstr "Megosztási ikonok mérete"
3033
 
3034
+ #: ../inc/widget.php:925
3035
  #, fuzzy
3036
  msgid "Icon Shape"
3037
  msgstr "alak"
3038
 
3039
+ #: ../inc/widget.php:930
3040
  #, fuzzy
3041
  msgid "Facebook URL:"
3042
  msgstr "Facebook App ID"
3043
 
3044
+ #: ../inc/widget.php:933
3045
  #, fuzzy
3046
  msgid "Twitter URL:"
3047
  msgstr "Twitter"
3048
 
3049
+ #: ../inc/widget.php:936
3050
  #, fuzzy
3051
  msgid "Instagram URL:"
3052
  msgstr "Instagram"
3053
 
3054
+ #: ../inc/widget.php:939
3055
  #, fuzzy
3056
  msgid "Pinterest URL:"
3057
  msgstr "Pinterest"
3058
 
3059
+ #: ../inc/widget.php:942
3060
  msgid "Behance URL:"
3061
  msgstr ""
3062
 
3063
+ #: ../inc/widget.php:945
3064
  msgid "Flickr URL:"
3065
  msgstr ""
3066
 
3067
+ #: ../inc/widget.php:948
3068
  msgid "Foursquare URL:"
3069
  msgstr ""
3070
 
3071
+ #: ../inc/widget.php:951
3072
  msgid "Github URL:"
3073
  msgstr ""
3074
 
3075
+ #: ../inc/widget.php:954
3076
  #, fuzzy
3077
  msgid "Google+ URL:"
3078
  msgstr "Google+"
3079
 
3080
+ #: ../inc/widget.php:957
3081
  #, fuzzy
3082
  msgid "LinkedIn URL:"
3083
  msgstr "LinkedIn"
3084
 
3085
+ #: ../inc/widget.php:960
3086
  #, fuzzy
3087
  msgid "LinkedIn Company URL:"
3088
  msgstr "LinkedIn"
3089
 
3090
+ #: ../inc/widget.php:963
3091
+ #, fuzzy
3092
+ msgid "Medium URL:"
3093
+ msgstr "Tumblr"
3094
+
3095
+ #: ../inc/widget.php:966
3096
+ msgid "Odnoklassniki URL:"
3097
+ msgstr ""
3098
+
3099
+ #: ../inc/widget.php:969
3100
  msgid "Snapchat URL:"
3101
  msgstr ""
3102
 
3103
+ #: ../inc/widget.php:972
3104
  #, fuzzy
3105
  msgid "Tumblr URL:"
3106
  msgstr "Tumblr"
3107
 
3108
+ #: ../inc/widget.php:975
3109
  msgid "Vimeo URL:"
3110
  msgstr ""
3111
 
3112
+ #: ../inc/widget.php:978
3113
+ #, fuzzy
3114
+ msgid "Vkontakte URL:"
3115
+ msgstr "Vkontakte"
3116
+
3117
+ #: ../inc/widget.php:981
3118
  msgid "Youtube URL:"
3119
  msgstr ""
3120
 
3121
+ #: ../inc/widget.php:984
3122
  msgid "Youtube Channel URL:"
3123
  msgstr ""
3124
 
3125
+ #: ../inc/widget.php:987
3126
  msgid "RSS Feed URL:"
3127
  msgstr ""
3128
 
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: 2018-12-01 11:43+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:43+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -71,7 +71,7 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:872 ../helper.php:975
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
@@ -85,7 +85,7 @@ msgstr ""
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
- #: ../super_socializer.php:894 ../admin/social_login.php:746
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
@@ -120,12 +120,12 @@ msgstr "LinkedIn"
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
124
- #: ../admin/social_commenting.php:43
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
- #: ../super_socializer.php:1296 ../helper.php:897
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
@@ -137,7 +137,7 @@ msgstr "Url Avatar Piccolo"
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
- #: ../super_socializer.php:1307 ../helper.php:900
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
@@ -145,7 +145,7 @@ msgstr ""
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
- #: ../super_socializer.php:1311 ../helper.php:901
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
@@ -339,90 +339,104 @@ msgstr "Account collegato correttamente"
339
  msgid "Account already exists or linked"
340
  msgstr "Account esistente o già collegato"
341
 
342
- #: ../helper.php:626 ../helper.php:632
343
  msgid "Currently"
344
  msgstr "Attualmente"
345
 
346
- #: ../helper.php:626 ../helper.php:632
347
  msgid "Connected with"
348
  msgstr "Connesso con"
349
 
350
- #: ../helper.php:626 ../helper.php:632
351
  msgid "Remove"
352
  msgstr "rimuovere"
353
 
354
- #: ../helper.php:703
355
  msgid "Social Account Linking"
356
  msgstr "Collegamento Social Account"
357
 
358
- #: ../helper.php:753
359
  msgid "Disable Standard Social Sharing on this "
360
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
361
 
362
- #: ../helper.php:758
363
  msgid "Disable Floating Social Sharing on this "
364
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
365
 
366
- #: ../helper.php:763
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
369
 
370
- #: ../helper.php:768
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
373
 
374
- #: ../helper.php:773
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Disabilita Social Commenting"
377
 
378
- #: ../helper.php:782
379
  msgid "Standard Sharing Interface"
380
  msgstr "Interfaccia Sharing Standard"
381
 
382
- #: ../helper.php:788 ../helper.php:807
383
  msgid "Starting share count for "
384
  msgstr "Avvio share count per"
385
 
386
- #: ../helper.php:801
387
  msgid "Floating Sharing Interface"
388
  msgstr "Interfaccia Sharing Floating"
389
 
390
- #: ../helper.php:904
391
  msgid "Small Avatar"
392
  msgstr "Avatar Piccolo"
393
 
394
- #: ../helper.php:908
395
  msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
- #: ../helper.php:912 ../admin/general_options.php:128
399
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
400
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
401
  msgid "Save Changes"
402
  msgstr "Salva le modifiche"
403
 
404
- #: ../helper.php:1012
405
  msgid "Click to delete social profile data"
406
  msgstr ""
407
 
408
- #: ../helper.php:1041
409
  #, fuzzy
410
  msgid "Deleting"
411
  msgstr "Configurazioni"
412
 
413
- #: ../helper.php:1051
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
- #: ../helper.php:1053
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
421
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  msgid "Include Javascript in website footer"
423
  msgstr "Includi Javascript nel footer del sito web"
424
 
425
- #: ../admin/general_options.php:27
426
  msgid ""
427
  "If enabled (recommended), Javascript files will be included in the footer of "
428
  "your website."
@@ -430,19 +444,19 @@ msgstr ""
430
  "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi "
431
  "nel footer del tuo sito web."
432
 
433
- #: ../admin/general_options.php:35
434
  msgid "Load all Javascript files in single file"
435
  msgstr "Carica tutti i file Javascript in un unico file"
436
 
437
- #: ../admin/general_options.php:45
438
  msgid "Loads Javascript in single request."
439
  msgstr "Carica Javascript in una singola richiesta."
440
 
441
- #: ../admin/general_options.php:53
442
  msgid "Delete all the options on plugin deletion"
443
  msgstr "Elimina tutte le opzioni quando si cancella il plugin"
444
 
445
- #: ../admin/general_options.php:63
446
  msgid ""
447
  "If enabled, plugin options will get deleted when plugin is deleted/"
448
  "uninstalled and you will need to reconfigure the options when you install "
@@ -452,55 +466,55 @@ msgstr ""
452
  "configurazioni saranno eliminate e, nel caso di una nuova istallazione, si "
453
  "dovranno riconfigurare di nuovo."
454
 
455
- #: ../admin/general_options.php:71
456
  msgid ""
457
  "Show popup notification to users if their browsers block the plugin features"
458
  msgstr ""
459
 
460
- #: ../admin/general_options.php:81
461
  msgid ""
462
  "If enabled, your website visitors will see a popup notification (only once) "
463
  "if their browsers block any of the features of the plugin so that they can "
464
  "change their browser settings to unblock these."
465
  msgstr ""
466
 
467
- #: ../admin/general_options.php:91
468
  msgid "Message to show in popup notification"
469
  msgstr ""
470
 
471
- #: ../admin/general_options.php:101
472
  msgid ""
473
  "Use {support_url} placeholder to show support documentation url in message"
474
  msgstr ""
475
 
476
- #: ../admin/general_options.php:110
477
  msgid "Custom CSS"
478
  msgstr "CSS personalizzato"
479
 
480
- #: ../admin/general_options.php:120
481
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
482
  msgstr ""
483
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
484
 
485
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
486
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
487
- #: ../admin/like_buttons.php:827
488
  #, fuzzy
489
  msgid "Instagram Shoutout"
490
  msgstr "Instagram"
491
 
492
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
493
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
494
- #: ../admin/like_buttons.php:829
495
  msgid ""
496
  "If you can send (to hello@heateor.com) how our plugin is helping your "
497
  "business, we can share it on Instagram. You can also send any relevant "
498
  "hashtags and people to mention in the Instagram post."
499
  msgstr ""
500
 
501
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
502
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
503
- #: ../admin/like_buttons.php:830
504
  msgid ""
505
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
506
  "language courses through their website. They have emerged as one of the most "
@@ -509,9 +523,9 @@ msgid ""
509
  "time."
510
  msgstr ""
511
 
512
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
513
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
514
- #: ../admin/like_buttons.php:831
515
  msgid ""
516
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
517
  "features at their website, such as - Social Login, Social Share and Social "
@@ -551,7 +565,7 @@ msgstr "Dimostrazione del Plugin"
551
  msgid "Translate Plugin"
552
  msgstr ""
553
 
554
- #: ../admin/help.php:37 ../admin/social_login.php:53
555
  #, fuzzy
556
  msgid "Customize Social Login Icons"
557
  msgstr "Opzioni"
@@ -611,71 +625,71 @@ msgstr "Supportaci"
611
  msgid "Rate 5-star"
612
  msgstr "Rate 5-star"
613
 
614
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
615
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
616
  msgid "Master Control"
617
  msgstr "Controllo Master"
618
 
619
- #: ../admin/social_sharing.php:14
620
  msgid "Enable Social Sharing"
621
  msgstr "Abilita Social Sharing"
622
 
623
- #: ../admin/social_sharing.php:23
624
  msgid "Master control to enable Social Sharing"
625
  msgstr "Controllo Principale per abilitare Social Sharing"
626
 
627
- #: ../admin/social_sharing.php:33
628
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
629
  msgstr ""
630
 
631
- #: ../admin/social_sharing.php:41
632
  msgid "Theme Selection"
633
  msgstr "Tema"
634
 
635
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
636
  msgid "Standard Interface"
637
  msgstr "Interfaccia Standard"
638
 
639
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
640
  msgid "Floating Interface"
641
  msgstr "Interfaccia Floating"
642
 
643
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
644
  msgid "Miscellaneous"
645
  msgstr "Miscellanea"
646
 
647
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
648
  #, fuzzy
649
  msgid "3rd Party Integration"
650
  msgstr "XProfile Integration"
651
 
652
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
653
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
654
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
655
- #: ../admin/like_buttons.php:793
656
  msgid "Shortcode & Widget"
657
  msgstr "Shortcode & Widget"
658
 
659
- #: ../admin/social_sharing.php:53
660
  msgid "Troubleshooter"
661
  msgstr "Risoluzione dei problemi"
662
 
663
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
664
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
665
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
666
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
667
  msgid "FAQ"
668
  msgstr "FAQ"
669
 
670
- #: ../admin/social_sharing.php:62
671
  msgid "Standard interface theme"
672
  msgstr "Tema Interfaccia Standard"
673
 
674
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
675
  msgid "Icon Preview"
676
  msgstr "Anteprima Icona"
677
 
678
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
679
  msgid ""
680
  "Do not forget to save the configuration after making changes by clicking the "
681
  "save button below"
@@ -683,59 +697,59 @@ msgstr ""
683
  "Dopo aver apportato le modifiche, non dimenticate di salvare la "
684
  "configurazione, fare clic sul pulsante Salva in basso"
685
 
686
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
687
  msgid "Shape"
688
  msgstr "Forma"
689
 
690
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
691
- #: ../inc/widget.php:907
692
  msgid "Round"
693
  msgstr "Arrotondata"
694
 
695
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
696
- #: ../inc/widget.php:908
697
  msgid "Square"
698
  msgstr "Quadrata"
699
 
700
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
701
  msgid "Rectangle"
702
  msgstr "Rettangolare"
703
 
704
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
705
  msgid "Shape of the sharing icons"
706
  msgstr "Forma delle icone"
707
 
708
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
709
  msgid "Size (in pixels)"
710
  msgstr "Dimensioni (in pixel)"
711
 
712
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
713
  msgid "Size of the sharing icons"
714
  msgstr "Dimensione delle icone"
715
 
716
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
717
  msgid "Width (in pixels)"
718
  msgstr "Larghezza (in pixel)"
719
 
720
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
721
  msgid "Width of the sharing icons"
722
  msgstr ""
723
  "Larghezza \n"
724
  "icone"
725
 
726
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
727
  msgid "Height (in pixels)"
728
  msgstr "Altezza (in pixel)"
729
 
730
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
731
  msgid "Height of the sharing icons"
732
  msgstr "Altezza delle icone"
733
 
734
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
735
  msgid "Border radius (in pixels)"
736
  msgstr "Raggio Bordo (in pixel)"
737
 
738
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
739
  msgid ""
740
  "Specify a value for rounded corners. More the value, more rounded will the "
741
  "corners be. Leave empty for sharp corners."
@@ -743,23 +757,23 @@ msgstr ""
743
  "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
744
  "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
745
 
746
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
747
  msgid "Logo Color"
748
  msgstr "Colore Logo"
749
 
750
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
751
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
752
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
753
  msgid "Default"
754
  msgstr "Predefinito"
755
 
756
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
757
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
758
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
759
  msgid "On Hover"
760
  msgstr "Al Passaggio del Mouse"
761
 
762
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
763
  msgid ""
764
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
765
  "empty for default. You can get the hex code of the required color from <a "
@@ -770,13 +784,13 @@ msgstr ""
770
  "ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target="
771
  "\"_blank\">questo collegamento</a>"
772
 
773
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
774
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
775
- #: ../inc/widget.php:436 ../inc/widget.php:748
776
  msgid "Background Color"
777
  msgstr "Colore Background"
778
 
779
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
780
  msgid ""
781
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
782
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -789,129 +803,129 @@ msgstr ""
789
  "<a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo "
790
  "collegamento</a>"
791
 
792
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
793
  msgid "Border"
794
  msgstr "Bordo"
795
 
796
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
797
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
798
  msgid "Border Width"
799
  msgstr "Larghezza"
800
 
801
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
802
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
803
  msgid "Border Color"
804
  msgstr "Colore"
805
 
806
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
807
  msgid "Icon border"
808
  msgstr "Bordo Icona"
809
 
810
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
811
  msgid "Counter Position"
812
  msgstr "Posizione Counter"
813
 
814
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
815
  msgid "(applies, if counter enabled)"
816
  msgstr "(Si applica, se il Counter è abilitato)"
817
 
818
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
819
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
820
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
821
- #: ../inc/widget.php:422 ../inc/widget.php:734
822
  msgid "Left"
823
  msgstr "Sinistra"
824
 
825
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
826
  msgid "Top"
827
  msgstr "Top"
828
 
829
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
830
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
831
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
832
- #: ../inc/widget.php:423 ../inc/widget.php:735
833
  msgid "Right"
834
  msgstr "Destra"
835
 
836
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
837
  msgid "Bottom"
838
  msgstr "Parte inferiore"
839
 
840
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
841
  msgid "Inner Left"
842
  msgstr "Interno Sinistra"
843
 
844
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
845
  msgid "Inner Top"
846
  msgstr "Interno Superiore"
847
 
848
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
849
  msgid "Inner Right"
850
  msgstr "Interno Destra"
851
 
852
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
853
  msgid "Inner Bottom"
854
  msgstr "Interno Fonfo"
855
 
856
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
857
  msgid "Position of share counter"
858
  msgstr "Posizione dello share counter"
859
 
860
- #: ../admin/social_sharing.php:369
861
  msgid "Floating interface theme"
862
  msgstr "Tema Interfaccia Floating"
863
 
864
- #: ../admin/social_sharing.php:682
865
  msgid "Standard Sharing Interface Options"
866
  msgstr "Opzioni Interfaccia Sharing Standard"
867
 
868
- #: ../admin/social_sharing.php:688
869
  msgid "Enable Standard sharing interface"
870
  msgstr "Abilita interfaccia standard"
871
 
872
- #: ../admin/social_sharing.php:698
873
  msgid "Master control to enable standard sharing"
874
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
875
 
876
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
877
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
878
  msgid "Target Url"
879
  msgstr "URL di destinazione"
880
 
881
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
882
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
883
  msgid "Url of the webpage where icons are located (default)"
884
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
885
 
886
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
887
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
888
  msgid "Url of the homepage of your website"
889
  msgstr "Url della homepage del tuo sito web"
890
 
891
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
892
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
893
  msgid "Custom url"
894
  msgstr "Url personalizzata"
895
 
896
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
897
  msgid "Url to share"
898
  msgstr "Url da condividere"
899
 
900
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
901
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
902
- #: ../inc/widget.php:901
903
  msgid "Title"
904
  msgstr "Titolo"
905
 
906
- #: ../admin/social_sharing.php:741
907
  msgid "The text to display above the sharing interface"
908
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
909
 
910
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
911
  msgid "Instagram username"
912
  msgstr "Username Instagram"
913
 
914
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
915
  msgid ""
916
  "Username of the Instagram account you want to redirect users to, on clicking "
917
  "the icon"
@@ -919,145 +933,145 @@ msgstr ""
919
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
920
  "utenti facendo clic sull'icona"
921
 
922
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
923
  #, fuzzy
924
  msgid "HTML ID of container element of comment form"
925
  msgstr "ID HTML del modulo dei commenti container"
926
 
927
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
928
  msgid ""
929
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
930
  "icon."
931
  msgstr ""
932
 
933
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
934
  msgid "Rearrange icons"
935
  msgstr "Riorganizza le icone"
936
 
937
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
938
  msgid "Drag the icons to rearrange in desired order"
939
  msgstr "Trascina le icone per riordinare"
940
 
941
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
942
  msgid "Select Sharing Services"
943
  msgstr "Seleziona i Service"
944
 
945
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
946
  msgid "Select sharing services to show in social share bar"
947
  msgstr "Seleziona i servizi di sharing da mostrare"
948
 
949
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
950
  #, fuzzy
951
  msgid "Search social network"
952
  msgstr "come rete sociale primaria"
953
 
954
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
955
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
956
  msgid "Horizontal alignment"
957
  msgstr "Allineamento orizzontale"
958
 
959
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
960
  msgid "Center"
961
  msgstr "centro"
962
 
963
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
964
  msgid "Horizontal alignment of the sharing interface"
965
  msgstr "Allineamento orizzontale della interfaccia sharing"
966
 
967
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
968
  msgid "Position with respect to content"
969
  msgstr "Posizione"
970
 
971
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
972
  msgid "Top of the content"
973
  msgstr "Parte superiore del contenuto"
974
 
975
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
976
  msgid "Bottom of the content"
977
  msgstr "Parte inferiore del contenuto"
978
 
979
- #: ../admin/social_sharing.php:956
980
  msgid "Specify position of the sharing interface with respect to the content"
981
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
982
 
983
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
984
  msgid "Placement"
985
  msgstr "Collocazione"
986
 
987
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
988
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
989
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
990
  msgid "Homepage"
991
  msgstr "Homepage"
992
 
993
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
994
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
995
  msgid "Posts"
996
  msgstr "Post"
997
 
998
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
999
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1000
  msgid "Pages"
1001
  msgstr "Pagine"
1002
 
1003
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1004
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1005
  msgid "Excerpts and Posts page"
1006
  msgstr "Pagine di Estratti ed Articoli"
1007
 
1008
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1009
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1010
  msgid "Category Archives"
1011
  msgstr "Archivi di categorie"
1012
 
1013
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1014
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1015
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1016
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1017
 
1018
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1019
  msgid "BuddyPress activity"
1020
  msgstr "Attività BuddyPress"
1021
 
1022
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1023
  msgid "BuddyPress group (only at top of content)"
1024
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1025
 
1026
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1027
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1028
  msgid "BBPress forum"
1029
  msgstr "BBPress forum"
1030
 
1031
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1032
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1033
  msgid "BBPress topic"
1034
  msgstr "Argomento BBPress"
1035
 
1036
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1037
  msgid "BBPress reply"
1038
  msgstr "Risposta BBPress"
1039
 
1040
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1041
  msgid "After individual product at WooCommerce Shop page"
1042
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
1043
 
1044
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1045
  msgid "WooCommerce Product Page"
1046
  msgstr "WooCommerce Pagina Prodotto"
1047
 
1048
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1049
  msgid "WooCommerce Thankyou Page"
1050
  msgstr "WooCommerce Pagina Thankyou"
1051
 
1052
- #: ../admin/social_sharing.php:1032
1053
  msgid "Specify the pages where you want to enable Sharing interface"
1054
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1055
 
1056
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1057
  msgid "Show share counts"
1058
  msgstr "Mostra quantità"
1059
 
1060
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1061
  #, fuzzy
1062
  msgid ""
1063
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1066,7 +1080,7 @@ msgstr ""
1066
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1067
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1068
 
1069
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1070
  #, php-format
1071
  msgid ""
1072
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1075,27 +1089,27 @@ msgid ""
1075
  "their website."
1076
  msgstr ""
1077
 
1078
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1079
  msgid "If enabled, share counts are displayed above sharing icons."
1080
  msgstr ""
1081
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1082
  "sopra le icone condivise"
1083
 
1084
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1085
  msgid "Show total shares"
1086
  msgstr "Mostra totale"
1087
 
1088
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1089
  msgid "If enabled, total shares will be displayed with sharing icons"
1090
  msgstr ""
1091
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1092
  "le icone condivise"
1093
 
1094
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1095
  msgid "Enable 'More' icon"
1096
  msgstr "Abilita icona 'More'"
1097
 
1098
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1099
  msgid ""
1100
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1101
  "which shows additional sharing networks in popup"
@@ -1104,19 +1118,19 @@ msgstr ""
1104
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1105
  "disponibili"
1106
 
1107
- #: ../admin/social_sharing.php:1108
1108
  msgid "Floating Sharing Interface Options"
1109
  msgstr "Opzioni"
1110
 
1111
- #: ../admin/social_sharing.php:1114
1112
  msgid "Enable Floating sharing interface"
1113
  msgstr "Abilita Interfaccia Floating"
1114
 
1115
- #: ../admin/social_sharing.php:1124
1116
  msgid "Master control to enable floating sharing widget"
1117
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1118
 
1119
- #: ../admin/social_sharing.php:1318
1120
  msgid ""
1121
  "Specify the color or hex code (example #cc78e0) for the background of "
1122
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1127,11 +1141,11 @@ msgstr ""
1127
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1128
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1129
 
1130
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1131
  msgid "Left offset"
1132
  msgstr "Left offset"
1133
 
1134
- #: ../admin/social_sharing.php:1358
1135
  msgid ""
1136
  "Specify a number. Increase in number will shift sharing interface towards "
1137
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1140,11 +1154,11 @@ msgstr ""
1140
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1141
  "essere negativo."
1142
 
1143
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1144
  msgid "Right offset"
1145
  msgstr "Right offset"
1146
 
1147
- #: ../admin/social_sharing.php:1378
1148
  msgid ""
1149
  "Specify a number. Increase in number will shift sharing interface towards "
1150
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1153,11 +1167,11 @@ msgstr ""
1153
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1154
  "essere negativo."
1155
 
1156
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1157
  msgid "Top offset"
1158
  msgstr "Top offset"
1159
 
1160
- #: ../admin/social_sharing.php:1397
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "bottom and decrease will shift it towards top."
@@ -1165,26 +1179,26 @@ msgstr ""
1165
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1166
  "verso il basso e un numero minore lo muove verso l'alto."
1167
 
1168
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1169
  msgid "BuddyPress group"
1170
  msgstr "BuddyPress group"
1171
 
1172
- #: ../admin/social_sharing.php:1454
1173
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1174
  msgstr ""
1175
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1176
 
1177
- #: ../admin/social_sharing.php:1521
1178
  msgid "Vertical floating bar responsiveness"
1179
  msgstr "Responsiveness Vertical"
1180
 
1181
- #: ../admin/social_sharing.php:1524
1182
  #, php-format
1183
  msgid "Display vertical interface only when screen is wider than %s pixels"
1184
  msgstr ""
1185
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1186
 
1187
- #: ../admin/social_sharing.php:1531
1188
  msgid ""
1189
  "Display vertical interface only when screen is wider than the width "
1190
  "specified."
@@ -1192,11 +1206,11 @@ msgstr ""
1192
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1193
  "alla larghezza specificata."
1194
 
1195
- #: ../admin/social_sharing.php:1539
1196
  msgid "Horizontal floating bar responsiveness"
1197
  msgstr "Responsiveness Horizontal"
1198
 
1199
- #: ../admin/social_sharing.php:1542
1200
  #, php-format
1201
  msgid ""
1202
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1205,7 +1219,7 @@ msgstr ""
1205
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1206
  "quando lo schermo è più stretto di %s pixel"
1207
 
1208
- #: ../admin/social_sharing.php:1549
1209
  msgid ""
1210
  "Stick vertical floating interface horizontally at bottom only when screen is "
1211
  "narrower than the width specified"
@@ -1213,53 +1227,53 @@ msgstr ""
1213
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1214
  "schermo è più stretto della larghezza specificata"
1215
 
1216
- #: ../admin/social_sharing.php:1559
1217
  msgid "Horizontal floating bar position"
1218
  msgstr "Posizione Horizontal floating bar"
1219
 
1220
- #: ../admin/social_sharing.php:1562
1221
  #, php-format
1222
  msgid "%s pixels from %s"
1223
  msgstr "%s pixels da %s"
1224
 
1225
- #: ../admin/social_sharing.php:1563
1226
  msgid "Auto-adjust according to screen width (responsive)"
1227
  msgstr ""
1228
 
1229
- #: ../admin/social_sharing.php:1570
1230
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1231
  msgstr ""
1232
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1233
  "essere anche negativo."
1234
 
1235
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1236
  msgid "Url shortener"
1237
  msgstr "Url shortener"
1238
 
1239
- #: ../admin/social_sharing.php:1596
1240
  msgid "Use shortlinks already installed"
1241
  msgstr "Utilizza shortlinks installati"
1242
 
1243
- #: ../admin/social_sharing.php:1606
1244
  msgid "Uses default short url permalinks without using any additional plugin"
1245
  msgstr ""
1246
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1247
  "plugin aggiuntivo"
1248
 
1249
- #: ../admin/social_sharing.php:1614
1250
  msgid "Enable bit.ly url shortener for sharing"
1251
  msgstr "Abilita bit.ly url shortener"
1252
 
1253
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1254
  msgid "Master control to enable bit.ly url shortening for sharing"
1255
  msgstr ""
1256
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1257
 
1258
- #: ../admin/social_sharing.php:1632
1259
  msgid "bit.ly Login"
1260
  msgstr "bit.ly Login"
1261
 
1262
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1263
  #, fuzzy, php-format
1264
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1265
  msgstr ""
@@ -1267,19 +1281,19 @@ msgstr ""
1267
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1268
  "\"_blank\">questa pagina</a>"
1269
 
1270
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1271
  msgid "bit.ly API Key"
1272
  msgstr "bit.ly API Key"
1273
 
1274
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1275
  msgid "Clear Bitly Cache"
1276
  msgstr "Cancella Bitly Cache"
1277
 
1278
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1279
  msgid "ShortUrl cache cleared successfully."
1280
  msgstr "ShortUrl cache cancellata correttamente"
1281
 
1282
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1283
  msgid ""
1284
  "Use this to delete short urls saved in database. Handy, if urls of your "
1285
  "website have been changed but short urls are still being generated for old "
@@ -1289,31 +1303,31 @@ msgstr ""
1289
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1290
  "sono ancora in uso per i vecchi URL."
1291
 
1292
- #: ../admin/social_sharing.php:1690
1293
  msgid "Share Count Cache"
1294
  msgstr "Share Count Cache"
1295
 
1296
- #: ../admin/social_sharing.php:1696
1297
  msgid "Refresh Share Count cache every"
1298
  msgstr "Aggiorna cache ogni"
1299
 
1300
- #: ../admin/social_sharing.php:1701
1301
  msgid "Second(s)"
1302
  msgstr "Secondo(i)"
1303
 
1304
- #: ../admin/social_sharing.php:1702
1305
  msgid "Minute(s)"
1306
  msgstr "Minuto(i)"
1307
 
1308
- #: ../admin/social_sharing.php:1703
1309
  msgid "Hour(s)"
1310
  msgstr "Ora(e)"
1311
 
1312
- #: ../admin/social_sharing.php:1704
1313
  msgid "Day(s)"
1314
  msgstr "Giorno(i)"
1315
 
1316
- #: ../admin/social_sharing.php:1712
1317
  #, fuzzy, php-format
1318
  msgid ""
1319
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1323,25 +1337,25 @@ msgstr ""
1323
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1324
  "rallentare il caricamento delle pagine."
1325
 
1326
- #: ../admin/social_sharing.php:1720
1327
  msgid "Clear Share Counts Cache"
1328
  msgstr "Cancella Share Counts Cache"
1329
 
1330
- #: ../admin/social_sharing.php:1724
1331
  msgid "Share Counts cache cleared successfully."
1332
  msgstr "Share Counts cache cancellata correttamente"
1333
 
1334
- #: ../admin/social_sharing.php:1731
1335
  msgid "Use this to clear cached share counts"
1336
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1337
 
1338
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1339
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1340
- #: ../admin/like_buttons.php:694
1341
  msgid "Language"
1342
  msgstr "Lingua"
1343
 
1344
- #: ../admin/social_sharing.php:1756
1345
  #, php-format
1346
  msgid ""
1347
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1353,15 +1367,15 @@ msgstr ""
1353
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1354
  "predefinita"
1355
 
1356
- #: ../admin/social_sharing.php:1765
1357
  msgid "Username in sharing"
1358
  msgstr "Username in sharing"
1359
 
1360
- #: ../admin/social_sharing.php:1771
1361
  msgid "Twitter username (without @)"
1362
  msgstr "Username Twitter (senza @)"
1363
 
1364
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1365
  msgid ""
1366
  "Provided username will be appended after the content being shared as \"via "
1367
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1370,36 +1384,36 @@ msgstr ""
1370
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1371
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1372
 
1373
- #: ../admin/social_sharing.php:1790
1374
  msgid "Buffer username (without @)"
1375
  msgstr "Username Buffer (senza @)"
1376
 
1377
- #: ../admin/social_sharing.php:1809
1378
  msgid "AMP"
1379
  msgstr "AMP"
1380
 
1381
- #: ../admin/social_sharing.php:1815
1382
  msgid "Enable sharing on AMP pages"
1383
  msgstr "Abilita sharing nelle pagine di AMP"
1384
 
1385
- #: ../admin/social_sharing.php:1825
1386
  msgid "Enable this option to render sharing icons on AMP pages"
1387
  msgstr ""
1388
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1389
 
1390
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1391
  msgid "myCRED"
1392
  msgstr ""
1393
 
1394
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1395
  msgid "Append myCRED referral ID to the urls being shared"
1396
  msgstr ""
1397
 
1398
- #: ../admin/social_sharing.php:1883
1399
  msgid "Facebook Sharing Troubleshooter"
1400
  msgstr "Risoluzione dei problemi Facebook Sharing"
1401
 
1402
- #: ../admin/social_sharing.php:1888
1403
  msgid ""
1404
  "If Facebook sharing is not working fine, click at the following link and "
1405
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1411,18 +1425,18 @@ msgstr ""
1411
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1412
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1413
 
1414
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1415
- #: ../admin/social_login.php:1200
1416
  msgid ""
1417
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1418
  "an online website for the plugin to function properly."
1419
  msgstr ""
1420
 
1421
- #: ../admin/social_sharing.php:1907
1422
  msgid "Why is Instagram icon redirecting to Instagram website?"
1423
  msgstr ""
1424
 
1425
- #: ../admin/social_sharing.php:1908
1426
  msgid ""
1427
  "Instagram icon is there to send website visitors to the Instagram page of "
1428
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1430,38 +1444,38 @@ msgid ""
1430
  "sections."
1431
  msgstr ""
1432
 
1433
- #: ../admin/social_sharing.php:1911
1434
  msgid ""
1435
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1436
  msgstr ""
1437
 
1438
- #: ../admin/social_sharing.php:1912
1439
  msgid ""
1440
  "It takes some time for their service to track the shares made on Twitter "
1441
  "from your website. If you still feel it's taking too long you can contact "
1442
  "their support directly from their website."
1443
  msgstr ""
1444
 
1445
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1446
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1447
  msgstr ""
1448
 
1449
- #: ../admin/social_sharing.php:1915
1450
  msgid ""
1451
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1452
  msgstr ""
1453
 
1454
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1455
- #: ../admin/social_login.php:1206
1456
  msgid "Why is my browser blocking some features of the plugin?"
1457
  msgstr ""
1458
 
1459
- #: ../admin/social_sharing.php:1917
1460
  #, fuzzy
1461
  msgid "Why the color of share icons is not being updated?"
1462
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1463
 
1464
- #: ../admin/social_sharing.php:1918
1465
  msgid ""
1466
  "Why is sharer not showing the correct image, title and other meta tags "
1467
  "content?"
@@ -1469,12 +1483,12 @@ msgstr ""
1469
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1470
  "altri contenuti meta tag?"
1471
 
1472
- #: ../admin/social_sharing.php:1919
1473
  #, fuzzy
1474
  msgid "Why Facebook share counts are not appearing?"
1475
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1476
 
1477
- #: ../admin/social_sharing.php:1920
1478
  msgid ""
1479
  "How can I show share counts of my website rather than of individual pages/"
1480
  "posts?"
@@ -1482,78 +1496,78 @@ msgstr ""
1482
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1483
  "pagine/post?"
1484
 
1485
- #: ../admin/social_sharing.php:1921
1486
  msgid "How can I disable sharing on particular page/post?"
1487
  msgstr ""
1488
  "Come è possibile disattivare la condivisione di una pagina/post in "
1489
  "particolare?"
1490
 
1491
- #: ../admin/social_sharing.php:1922
1492
  msgid "How can I specify minimum sharing count for sharing networks?"
1493
  msgstr ""
1494
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1495
  "di reti?"
1496
 
1497
- #: ../admin/social_sharing.php:1923
1498
  msgid "How to share specific page?"
1499
  msgstr "Come posso condividere la pagina specifica?"
1500
 
1501
- #: ../admin/social_sharing.php:1924
1502
  msgid "How to integrate Google Analytics with sharing?"
1503
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1504
 
1505
- #: ../admin/social_sharing.php:1925
1506
  msgid "How to customize the look of total share counts?"
1507
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1508
 
1509
- #: ../admin/social_sharing.php:1926
1510
  msgid "How to customize the look of individual share counts?"
1511
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1512
 
1513
- #: ../admin/social_sharing.php:1927
1514
  msgid "How to show Whatsapp icon only on mobile devices?"
1515
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1516
 
1517
- #: ../admin/social_sharing.php:1928
1518
  msgid "How to hide arrow after floating sharing bar?"
1519
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1520
 
1521
- #: ../admin/social_sharing.php:1929
1522
  #, fuzzy
1523
  msgid "Why is share count not getting updated?"
1524
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1525
 
1526
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1527
  msgid "Why is there so much space between like buttons?"
1528
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1529
 
1530
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1531
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1532
  msgstr ""
1533
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
1534
  "iniziale?"
1535
 
1536
- #: ../admin/social_commenting.php:13
1537
  msgid "Enable Social Commenting"
1538
  msgstr "Abilita Social Commenting"
1539
 
1540
- #: ../admin/social_commenting.php:23
1541
  msgid "Master control to enable Social Commenting"
1542
  msgstr "Controllo Principale per abilitare Social Commenting"
1543
 
1544
- #: ../admin/social_commenting.php:34
1545
  msgid "Social Commenting"
1546
  msgstr "Social Commenting"
1547
 
1548
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1549
  msgid "Shortcode"
1550
  msgstr "Shortcode"
1551
 
1552
- #: ../admin/social_commenting.php:49
1553
  msgid "Order of tabs in commenting interface"
1554
  msgstr "Ordine delle schede nell'interfaccia commenti"
1555
 
1556
- #: ../admin/social_commenting.php:59
1557
  msgid ""
1558
  "Order of the tabs shown in social commenting interface. Defaults to "
1559
  "wordpress,facebook,googleplus,disqus"
@@ -1561,29 +1575,29 @@ msgstr ""
1561
  "Ordine delle schede mostrate nell'interfaccia commenti. Il valore "
1562
  "predefinito è wordpress,facebook,googleplus,disqus"
1563
 
1564
- #: ../admin/social_commenting.php:67
1565
  msgid "Comment area label"
1566
  msgstr "Etichetta Commento"
1567
 
1568
- #: ../admin/social_commenting.php:77
1569
  msgid "Label for comment area"
1570
  msgstr "Etichetta per Area Commenti"
1571
 
1572
- #: ../admin/social_commenting.php:90
1573
  msgid "Enable Social Commenting at"
1574
  msgstr "Abilita Social Commenting su"
1575
 
1576
- #: ../admin/social_commenting.php:109
1577
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1578
  msgstr ""
1579
  "Specificare i gruppi pagina/post in cui si desidera abilitare Social "
1580
  "Commenting"
1581
 
1582
- #: ../admin/social_commenting.php:120
1583
  msgid "HTML ID of comment form container"
1584
  msgstr "ID HTML del modulo dei commenti container"
1585
 
1586
- #: ../admin/social_commenting.php:130
1587
  msgid ""
1588
  "HTML ID of container element of the default comment form at front end. Leave "
1589
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1595,43 +1609,43 @@ msgstr ""
1595
  "specificare se commento forma di default viene visualizzato e Commentando "
1596
  "sociale non sta ottenendo abilitata front-end del tuo sito web."
1597
 
1598
- #: ../admin/social_commenting.php:140
1599
  msgid "Labels"
1600
  msgstr "Etichette"
1601
 
1602
- #: ../admin/social_commenting.php:145
1603
  msgid "Label for WordPress Commenting tab"
1604
  msgstr "Etichetta per WordPress Commenting"
1605
 
1606
- #: ../admin/social_commenting.php:154
1607
  msgid "Label for Facebook Commenting tab"
1608
  msgstr "Etichetta per Facebook Commenting"
1609
 
1610
- #: ../admin/social_commenting.php:163
1611
  msgid "Label for G+ Commenting tab"
1612
  msgstr "Etichetta per G+ Commenting"
1613
 
1614
- #: ../admin/social_commenting.php:172
1615
  msgid "Label for Disqus Commenting tab"
1616
  msgstr "Etichetta per Disqus Commenting"
1617
 
1618
- #: ../admin/social_commenting.php:183
1619
  msgid "Facebook Commenting Options"
1620
  msgstr "Opzioni Facebook Commenting"
1621
 
1622
- #: ../admin/social_commenting.php:189
1623
  msgid "Enable Facebook Comments notification and moderation"
1624
  msgstr "Commenti Facebook - notifiche e moderazione"
1625
 
1626
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1627
  msgid "Enable Facebook Commenting"
1628
  msgstr "Abilita Facebook Commenting"
1629
 
1630
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1631
  msgid "Url to comment on"
1632
  msgstr "Url per commenti"
1633
 
1634
- #: ../admin/social_commenting.php:225
1635
  msgid ""
1636
  "The absolute URL that comments posted will be permanently associated with. "
1637
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1644,16 +1658,16 @@ msgstr ""
1644
  "<strong>(Consigliato)</strong>, si utilizzará la URL della página web nella "
1645
  "quale i commenti sono abilitati."
1646
 
1647
- #: ../admin/social_commenting.php:233
1648
  #, fuzzy
1649
  msgid "Show Recent Facebook Comments in a Widget"
1650
  msgstr "Conservare solo i Commenti di Facebook"
1651
 
1652
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1653
  msgid "Width"
1654
  msgstr "Larghezza"
1655
 
1656
- #: ../admin/social_commenting.php:251
1657
  msgid ""
1658
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1659
  "block."
@@ -1661,56 +1675,56 @@ msgstr ""
1661
  "La larghezza (in pixel) del Blocco Commenti. Lasciare vuoto per auto-"
1662
  "regolare la dimensione."
1663
 
1664
- #: ../admin/social_commenting.php:259
1665
  msgid "Color Scheme"
1666
  msgstr "Combinazione di colori"
1667
 
1668
- #: ../admin/social_commenting.php:263
1669
  msgid "Light"
1670
  msgstr "Chiaro"
1671
 
1672
- #: ../admin/social_commenting.php:264
1673
  msgid "Dark"
1674
  msgstr "Scuro"
1675
 
1676
- #: ../admin/social_commenting.php:272
1677
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1678
  msgstr ""
1679
  "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro"
1680
  "\"."
1681
 
1682
- #: ../admin/social_commenting.php:280
1683
  msgid "Number of comments"
1684
  msgstr "Numero di commenti"
1685
 
1686
- #: ../admin/social_commenting.php:290
1687
  msgid ""
1688
  "The number of comments to show by default. The minimum value is 1. Defaults "
1689
  "to 10"
1690
  msgstr ""
1691
  "Numero di commenti mostrati. Il valore minimo é 1. Il valore Predefinito é 10"
1692
 
1693
- #: ../admin/social_commenting.php:298
1694
  msgid "Order by"
1695
  msgstr "Ordina per"
1696
 
1697
- #: ../admin/social_commenting.php:302
1698
  msgid "Social"
1699
  msgstr "Social"
1700
 
1701
- #: ../admin/social_commenting.php:303
1702
  msgid "Reverse Time"
1703
  msgstr "Tempo Invertito"
1704
 
1705
- #: ../admin/social_commenting.php:304
1706
  msgid "Time"
1707
  msgstr "Tempo"
1708
 
1709
- #: ../admin/social_commenting.php:312
1710
  msgid "The order to use when displaying comments."
1711
  msgstr "L'ordine da usare quando si mostrano i commenti."
1712
 
1713
- #: ../admin/social_commenting.php:330
1714
  #, php-format
1715
  msgid ""
1716
  "Enter the code of the language you want to use to display commenting. You "
@@ -1722,21 +1736,21 @@ msgstr ""
1722
  "target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la "
1723
  "lingua predefinita"
1724
 
1725
- #: ../admin/social_commenting.php:339
1726
  msgid "Google Plus Commenting Options"
1727
  msgstr "Opzioni Google Plus Commenting"
1728
 
1729
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1730
  msgid "Enable Google Plus Commenting"
1731
  msgstr "Abilita Google+ Commenting"
1732
 
1733
- #: ../admin/social_commenting.php:373
1734
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1735
  msgstr ""
1736
  "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una "
1737
  "regolazione automatica"
1738
 
1739
- #: ../admin/social_commenting.php:391
1740
  msgid ""
1741
  "The absolute URL that comments posted will be permanently associated with. "
1742
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1749,19 +1763,19 @@ msgstr ""
1749
  "<strong>(raccomandato)</strong>, si utilizzará la URL della página web nella "
1750
  "quale i commenti sono abilitati."
1751
 
1752
- #: ../admin/social_commenting.php:400
1753
  msgid "Disqus Commenting Options"
1754
  msgstr "Opzioni Disqus Commenting"
1755
 
1756
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1757
  msgid "Enable Disqus Commenting"
1758
  msgstr "Abilita Disqus Commenting"
1759
 
1760
- #: ../admin/social_commenting.php:424
1761
  msgid "Disqus Shortname"
1762
  msgstr "Disqus Shortname"
1763
 
1764
- #: ../admin/social_commenting.php:434
1765
  msgid ""
1766
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1767
  "shortname, visit following link."
@@ -1769,35 +1783,35 @@ msgstr ""
1769
  "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori "
1770
  "informazioni, visitare il seguente link."
1771
 
1772
- #: ../admin/social_commenting.php:452
1773
  msgid "Social Commenting Shortcode"
1774
  msgstr "Social Commenting Shortcode"
1775
 
1776
- #: ../admin/social_commenting.php:466
1777
  msgid ""
1778
  "How to show recent Facebook Comments from all over the website in a widget?"
1779
  msgstr ""
1780
 
1781
- #: ../admin/social_commenting.php:467
1782
  msgid ""
1783
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1784
  "Https?"
1785
  msgstr ""
1786
 
1787
- #: ../admin/social_commenting.php:469
1788
  msgid "How can I disable Social Commenting at individual page/post?"
1789
  msgstr ""
1790
  "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1791
 
1792
- #: ../admin/social_commenting.php:470
1793
  msgid "How to disable default comment form from Social Commenting?"
1794
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1795
 
1796
- #: ../admin/social_login.php:14
1797
  msgid "Enable Social Login"
1798
  msgstr "Abilita \"Social Login\""
1799
 
1800
- #: ../admin/social_login.php:24
1801
  msgid ""
1802
  "Master control for Social Login. It must be checked to enable Social Login "
1803
  "functionality"
@@ -1805,27 +1819,27 @@ msgstr ""
1805
  "Controllo Principale per Social Login. Dev'essere abilitato per attivare le "
1806
  "funzionalitá di Social Login"
1807
 
1808
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1809
  msgid "Basic Configuration"
1810
  msgstr "Configurazione di Base"
1811
 
1812
- #: ../admin/social_login.php:36
1813
  msgid "Advanced Configuration"
1814
  msgstr "Configurazione Avanzata"
1815
 
1816
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1817
  msgid "GDPR"
1818
  msgstr ""
1819
 
1820
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1821
  msgid "XProfile Integration"
1822
  msgstr "XProfile Integration"
1823
 
1824
- #: ../admin/social_login.php:59
1825
  msgid "Disable user registration via Social Login"
1826
  msgstr "Disabilita la registrazione con Social Login"
1827
 
1828
- #: ../admin/social_login.php:69
1829
  msgid ""
1830
  "After enabling this option, new users will not be able to login through "
1831
  "social login. Only existing users will be able to social login."
@@ -1834,11 +1848,11 @@ msgstr ""
1834
  "accedere tramite login sociale. Solo gli utenti esistenti potranno usare il "
1835
  "social login."
1836
 
1837
- #: ../admin/social_login.php:78
1838
  msgid "Redirection url"
1839
  msgstr "Reindirizzamento url"
1840
 
1841
- #: ../admin/social_login.php:88
1842
  msgid ""
1843
  "User will be redirected to this page after unsuccessful registration attempt "
1844
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1849,60 +1863,60 @@ msgstr ""
1849
  "registrazione o di un messaggio di pagina che mostra in materia di "
1850
  "registrazione disabile attraverso Sociale Login."
1851
 
1852
- #: ../admin/social_login.php:97
1853
  #, fuzzy
1854
  msgid "Select Social Networks"
1855
  msgstr "come rete sociale primaria"
1856
 
1857
- #: ../admin/social_login.php:102
1858
  msgid "Facebook"
1859
  msgstr "Facebook"
1860
 
1861
- #: ../admin/social_login.php:106
1862
  msgid "Twitter"
1863
  msgstr "Twitter"
1864
 
1865
- #: ../admin/social_login.php:110
1866
  msgid "LinkedIn"
1867
  msgstr "LinkedIn"
1868
 
1869
- #: ../admin/social_login.php:114
1870
  msgid "Google+"
1871
  msgstr "Google+"
1872
 
1873
- #: ../admin/social_login.php:118
1874
  msgid "Vkontakte"
1875
  msgstr "Vkontakte"
1876
 
1877
- #: ../admin/social_login.php:122
1878
  msgid "Instagram"
1879
  msgstr "Instagram"
1880
 
1881
- #: ../admin/social_login.php:126
1882
  msgid "Xing"
1883
  msgstr "Xing"
1884
 
1885
- #: ../admin/social_login.php:130
1886
  msgid "Steam"
1887
  msgstr "Steam"
1888
 
1889
- #: ../admin/social_login.php:135
1890
  msgid "Twitch"
1891
  msgstr "Twitch"
1892
 
1893
- #: ../admin/social_login.php:140
1894
  msgid "LiveJournal"
1895
  msgstr ""
1896
 
1897
- #: ../admin/social_login.php:148
1898
  msgid "Select Social ID provider to enable in Social Login"
1899
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1900
 
1901
- #: ../admin/social_login.php:156
1902
  msgid "Facebook App ID"
1903
  msgstr "Facebook App ID"
1904
 
1905
- #: ../admin/social_login.php:166
1906
  #, php-format
1907
  msgid ""
1908
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1912,19 +1926,19 @@ msgstr ""
1912
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1913
  "target=\"_blank\">questo collegamento</a>"
1914
 
1915
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1916
  msgid ""
1917
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1918
  msgstr ""
1919
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1920
  "indicato"
1921
 
1922
- #: ../admin/social_login.php:178
1923
  #, fuzzy
1924
  msgid "Facebook App Secret"
1925
  msgstr "Facebook App ID"
1926
 
1927
- #: ../admin/social_login.php:188
1928
  #, fuzzy, php-format
1929
  msgid ""
1930
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1934,11 +1948,11 @@ msgstr ""
1934
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1935
  "target=\"_blank\">questo collegamento</a>"
1936
 
1937
- #: ../admin/social_login.php:200
1938
  msgid "Twitter API Key"
1939
  msgstr "Twitter API Key"
1940
 
1941
- #: ../admin/social_login.php:210
1942
  #, php-format
1943
  msgid ""
1944
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1948,7 +1962,7 @@ msgstr ""
1948
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1949
  "\"_blank\">questa pagina</a>"
1950
 
1951
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1952
  #, fuzzy
1953
  msgid ""
1954
  "Paste following url in <strong>Website</strong> option at the link mentioned"
@@ -1956,7 +1970,7 @@ msgstr ""
1956
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1957
  "indicato"
1958
 
1959
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1960
  #, fuzzy
1961
  msgid ""
1962
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -1965,11 +1979,11 @@ msgstr ""
1965
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1966
  "link indicato"
1967
 
1968
- #: ../admin/social_login.php:226
1969
  msgid "Twitter API Secret"
1970
  msgstr "Twitter API Secret"
1971
 
1972
- #: ../admin/social_login.php:236
1973
  #, php-format
1974
  msgid ""
1975
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1979,12 +1993,12 @@ msgstr ""
1979
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1980
  "\"_blank\">questo collegamento</a>"
1981
 
1982
- #: ../admin/social_login.php:252
1983
  #, fuzzy
1984
  msgid "LinkedIn Client ID"
1985
  msgstr "LinkedIn"
1986
 
1987
- #: ../admin/social_login.php:262
1988
  #, fuzzy, php-format
1989
  msgid ""
1990
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1994,8 +2008,8 @@ msgstr ""
1994
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
1995
  "target=\"_blank\">questo collegamento</a>"
1996
 
1997
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
1998
- #: ../admin/social_login.php:396
1999
  msgid ""
2000
  "Paste following url in <strong>Website URL</strong> option at the link "
2001
  "mentioned"
@@ -2003,11 +2017,11 @@ msgstr ""
2003
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2004
  "indicato"
2005
 
2006
- #: ../admin/social_login.php:274
2007
  msgid "LinkedIn Client Secret "
2008
  msgstr ""
2009
 
2010
- #: ../admin/social_login.php:284
2011
  #, fuzzy, php-format
2012
  msgid ""
2013
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2018,11 +2032,11 @@ msgstr ""
2018
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2019
  "target=\"_blank\">questo collegamento</a>"
2020
 
2021
- #: ../admin/social_login.php:296
2022
  msgid "Google+ Client ID"
2023
  msgstr "Google+ Client ID"
2024
 
2025
- #: ../admin/social_login.php:306
2026
  #, php-format
2027
  msgid ""
2028
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2033,7 +2047,7 @@ msgstr ""
2033
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2034
  "target=\"_blank\">questo collegamento</a>"
2035
 
2036
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2037
  #, fuzzy
2038
  msgid ""
2039
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2042,12 +2056,12 @@ msgstr ""
2042
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2043
  "indicato"
2044
 
2045
- #: ../admin/social_login.php:318
2046
  #, fuzzy
2047
  msgid "Google+ Client Secret"
2048
  msgstr "Google+ Client ID"
2049
 
2050
- #: ../admin/social_login.php:328
2051
  #, fuzzy, php-format
2052
  msgid ""
2053
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2058,11 +2072,11 @@ msgstr ""
2058
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2059
  "target=\"_blank\">questo collegamento</a>"
2060
 
2061
- #: ../admin/social_login.php:340
2062
  msgid "Vkontakte Application ID"
2063
  msgstr "Vkontakte App ID"
2064
 
2065
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2066
  #, php-format
2067
  msgid ""
2068
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2073,7 +2087,7 @@ msgstr ""
2073
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
2074
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2075
 
2076
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2077
  msgid ""
2078
  "Paste following url in <strong>Site address</strong> option at the link "
2079
  "mentioned"
@@ -2081,16 +2095,16 @@ msgstr ""
2081
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2082
  "indicato"
2083
 
2084
- #: ../admin/social_login.php:362
2085
  #, fuzzy
2086
  msgid "Vkontakte Secure key"
2087
  msgstr "Vkontakte"
2088
 
2089
- #: ../admin/social_login.php:384
2090
  msgid "Instagram Client ID"
2091
  msgstr "Instagram Client ID"
2092
 
2093
- #: ../admin/social_login.php:394
2094
  #, php-format
2095
  msgid ""
2096
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2100,11 +2114,11 @@ msgstr ""
2100
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2101
  "\" target=\"_blank\">questo collegamento</a>"
2102
 
2103
- #: ../admin/social_login.php:406
2104
  msgid "Xing Consumer Key"
2105
  msgstr "Xing Consumer Key"
2106
 
2107
- #: ../admin/social_login.php:416
2108
  #, php-format
2109
  msgid ""
2110
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2114,7 +2128,7 @@ msgstr ""
2114
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2115
  "\"_blank\">questo collegamento</a>"
2116
 
2117
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2118
  msgid ""
2119
  "Paste following url in <strong>Callback domain</strong> option at the link "
2120
  "mentioned"
@@ -2122,11 +2136,11 @@ msgstr ""
2122
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2123
  "link indicato"
2124
 
2125
- #: ../admin/social_login.php:428
2126
  msgid "Xing Consumer Secret"
2127
  msgstr "Xing Consumer Secret"
2128
 
2129
- #: ../admin/social_login.php:438
2130
  #, php-format
2131
  msgid ""
2132
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2136,12 +2150,12 @@ msgstr ""
2136
  "Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" "
2137
  "target=\"_blank\">questo collegamento</a>"
2138
 
2139
- #: ../admin/social_login.php:450
2140
  #, fuzzy
2141
  msgid "Steam API Key"
2142
  msgstr "Twitter API Key"
2143
 
2144
- #: ../admin/social_login.php:460
2145
  #, fuzzy, php-format
2146
  msgid ""
2147
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2151,18 +2165,18 @@ msgstr ""
2151
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2152
  "\"_blank\">questa pagina</a>"
2153
 
2154
- #: ../admin/social_login.php:461
2155
  #, fuzzy
2156
  msgid "Save following <strong>domain</strong> to get the key"
2157
  msgstr ""
2158
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2159
  "link indicato"
2160
 
2161
- #: ../admin/social_login.php:470
2162
  msgid "Twitch Client ID"
2163
  msgstr "Twitch Client ID"
2164
 
2165
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2166
  #, fuzzy, php-format
2167
  msgid ""
2168
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2172,7 +2186,7 @@ msgstr ""
2172
  "Client ID, consulta la documentazione che trovi su <a href=\"%s\" target="
2173
  "\"_blank\">questa pagina</a>"
2174
 
2175
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2176
  #, fuzzy
2177
  msgid ""
2178
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2181,34 +2195,34 @@ msgstr ""
2181
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2182
  "indicato"
2183
 
2184
- #: ../admin/social_login.php:492
2185
  #, fuzzy
2186
  msgid "Twitch Client Secret"
2187
  msgstr "Twitch Client ID"
2188
 
2189
- #: ../admin/social_login.php:521
2190
  msgid "Social Login Options"
2191
  msgstr "Opzioni"
2192
 
2193
- #: ../admin/social_login.php:537
2194
  msgid "Text to display above the Social Login interface"
2195
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2196
 
2197
- #: ../admin/social_login.php:546
2198
  msgid "Enable at login page"
2199
  msgstr "Attiva nella pagina di Login"
2200
 
2201
- #: ../admin/social_login.php:556
2202
  msgid ""
2203
  "Social Login interface will get enabled at the login page of your website"
2204
  msgstr ""
2205
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2206
 
2207
- #: ../admin/social_login.php:564
2208
  msgid "Enable at register page"
2209
  msgstr "Abilita nella pagina di registrazione"
2210
 
2211
- #: ../admin/social_login.php:574
2212
  msgid ""
2213
  "Social Login interface will get enabled at the registration page of your "
2214
  "website"
@@ -2216,19 +2230,19 @@ msgstr ""
2216
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2217
  "sito web"
2218
 
2219
- #: ../admin/social_login.php:582
2220
  msgid "Enable at comment form"
2221
  msgstr "Attiva nel form dei commenti"
2222
 
2223
- #: ../admin/social_login.php:592
2224
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2225
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2226
 
2227
- #: ../admin/social_login.php:607
2228
  msgid "Enable before WooCommerce Customer Login Form"
2229
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2230
 
2231
- #: ../admin/social_login.php:617
2232
  msgid ""
2233
  "Social Login Interface will get enabled before the customer login form at "
2234
  "WooCommerce My Account page"
@@ -2236,11 +2250,11 @@ msgstr ""
2236
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2237
  "Woocommerce, prima del Form di Login."
2238
 
2239
- #: ../admin/social_login.php:625
2240
  msgid "Enable after WooCommerce Customer Login Form"
2241
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2242
 
2243
- #: ../admin/social_login.php:635
2244
  msgid ""
2245
  "Social Login Interface will get enabled after the customer login form at "
2246
  "WooCommerce My Account page"
@@ -2248,21 +2262,21 @@ msgstr ""
2248
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2249
  "Woocommerce, dopo il Form di Login."
2250
 
2251
- #: ../admin/social_login.php:643
2252
  msgid "Enable at WooCommerce checkout page"
2253
  msgstr "Abilita nella pagina checkout di WooCommerce"
2254
 
2255
- #: ../admin/social_login.php:653
2256
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2257
  msgstr ""
2258
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2259
  "Woocommerce"
2260
 
2261
- #: ../admin/social_login.php:664
2262
  msgid "Auto-approve comments made by Social Login users"
2263
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2264
 
2265
- #: ../admin/social_login.php:674
2266
  msgid ""
2267
  "If this option is enabled, and WordPress comment is made by Social Login "
2268
  "user, comment will get approved immediately without keeping in moderation."
@@ -2271,15 +2285,15 @@ msgstr ""
2271
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2272
  "immediatamente senza nessuna possibilitá di moderazione."
2273
 
2274
- #: ../admin/social_login.php:675
2275
  msgid "Note: This is not related to Facebook comments"
2276
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2277
 
2278
- #: ../admin/social_login.php:685
2279
  msgid "Enable social avatar"
2280
  msgstr "Abilita Avatar"
2281
 
2282
- #: ../admin/social_login.php:695
2283
  msgid ""
2284
  "Social profile pictures of the logged in user will be displayed as profile "
2285
  "avatar"
@@ -2287,30 +2301,30 @@ msgstr ""
2287
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2288
  "avatar del profilo sul tuo sito"
2289
 
2290
- #: ../admin/social_login.php:705
2291
  msgid "Avatar quality"
2292
  msgstr "Qualità Avatar"
2293
 
2294
- #: ../admin/social_login.php:708
2295
  msgid "Average"
2296
  msgstr "Media"
2297
 
2298
- #: ../admin/social_login.php:709
2299
  msgid "Best"
2300
  msgstr "Migliore"
2301
 
2302
- #: ../admin/social_login.php:716
2303
  msgid "Choose avatar quality"
2304
  msgstr "Scelta qualità Avatar"
2305
 
2306
- #: ../admin/social_login.php:725
2307
  msgid ""
2308
  "Show option for users to update social avatar at BuddyPress profile page"
2309
  msgstr ""
2310
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2311
  "profilo BuddyPress"
2312
 
2313
- #: ../admin/social_login.php:735
2314
  msgid ""
2315
  "If enabled, users would be able to update their social avatar from \"Profile "
2316
  "photo\" section in BuddyPress profile at front-end"
@@ -2318,7 +2332,7 @@ msgstr ""
2318
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2319
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2320
 
2321
- #: ../admin/social_login.php:756
2322
  msgid ""
2323
  "If enabled and Social ID provider does not provide user's email address on "
2324
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2329,13 +2343,13 @@ msgstr ""
2329
  "completare questa informazione. In caso contrario, sará generata una email "
2330
  "fittizia"
2331
 
2332
- #: ../admin/social_login.php:765
2333
  msgid "Send post-registration email to user to set account password"
2334
  msgstr ""
2335
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2336
  "password"
2337
 
2338
- #: ../admin/social_login.php:775
2339
  msgid ""
2340
  "If enabled, an email will be sent to user after registration through Social "
2341
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2345,11 +2359,11 @@ msgstr ""
2345
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2346
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2347
 
2348
- #: ../admin/social_login.php:783
2349
  msgid "Send new user registration notification email to admin"
2350
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2351
 
2352
- #: ../admin/social_login.php:793
2353
  msgid ""
2354
  "If enabled, an email will be sent to admin after new user registers through "
2355
  "Social Login, notifying admin about the new user registration"
@@ -2358,40 +2372,40 @@ msgstr ""
2358
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2359
  "registrazione"
2360
 
2361
- #: ../admin/social_login.php:801
2362
  msgid "Login redirection"
2363
  msgstr "Reindirizzamento Login"
2364
 
2365
- #: ../admin/social_login.php:805
2366
  msgid "Same page where user logged in"
2367
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2368
 
2369
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2370
  msgid "Account dashboard"
2371
  msgstr "Pannello Account"
2372
 
2373
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2374
  msgid "BuddyPress profile page"
2375
  msgstr "Pagina di profilo BuddyPress"
2376
 
2377
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2378
  msgid "Custom Url"
2379
  msgstr "Url personalizzata"
2380
 
2381
- #: ../admin/social_login.php:823
2382
  msgid "User will be redirected to the selected page after Social Login"
2383
  msgstr ""
2384
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2385
 
2386
- #: ../admin/social_login.php:831
2387
  msgid "Registration redirection"
2388
  msgstr "Reindirizzamento Registratione"
2389
 
2390
- #: ../admin/social_login.php:835
2391
  msgid "Same page from where user registered"
2392
  msgstr "La stessa pagina dove l'utente si è registrato"
2393
 
2394
- #: ../admin/social_login.php:853
2395
  msgid ""
2396
  "User will be redirected to the selected page after registration (first "
2397
  "Social Login) through Social Login"
@@ -2399,24 +2413,24 @@ msgstr ""
2399
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2400
  "(il primo Social Login) tramite il Social Login"
2401
 
2402
- #: ../admin/social_login.php:862
2403
  #, fuzzy
2404
  msgid "Social Account Linking Options"
2405
  msgstr "Collegamento Social Account"
2406
 
2407
- #: ../admin/social_login.php:878
2408
  #, fuzzy
2409
  msgid "Text to display above the Social Account Linking interface"
2410
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2411
 
2412
- #: ../admin/social_login.php:886
2413
  #, fuzzy
2414
  msgid ""
2415
  "Link social account to already existing account, if email address matches"
2416
  msgstr ""
2417
  "Collega il tuo social account per accedere al tuo account su questo sito"
2418
 
2419
- #: ../admin/social_login.php:896
2420
  msgid ""
2421
  "If email address of the user's Social Account matches with an already "
2422
  "existing account at your website, that social account will be linked to "
@@ -2424,11 +2438,11 @@ msgid ""
2424
  "Linking interface at their profile page."
2425
  msgstr ""
2426
 
2427
- #: ../admin/social_login.php:905
2428
  msgid "Enable social account linking at BuddyPress profile page"
2429
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2430
 
2431
- #: ../admin/social_login.php:915
2432
  msgid ""
2433
  "Enable this option to show social account linking interface at BuddyPress "
2434
  "profile page"
@@ -2436,15 +2450,15 @@ msgstr ""
2436
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2437
  "nella pagina di profilo BuddyPress"
2438
 
2439
- #: ../admin/social_login.php:926
2440
  msgid "Email popup options"
2441
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2442
 
2443
- #: ../admin/social_login.php:932
2444
  msgid "Text on 'Email required' popup"
2445
  msgstr "Testo del pop-up"
2446
 
2447
- #: ../admin/social_login.php:942
2448
  msgid ""
2449
  "This text will be displayed on email required popup. Leave empty if not "
2450
  "required."
@@ -2452,11 +2466,11 @@ msgstr ""
2452
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2453
  "bianco se non si vuole utilizzare."
2454
 
2455
- #: ../admin/social_login.php:951
2456
  msgid "Error message for 'Email required' popup"
2457
  msgstr "Messaggio d'errore"
2458
 
2459
- #: ../admin/social_login.php:961
2460
  msgid ""
2461
  "This message will be displayed to user if it provides invalid or already "
2462
  "registered email"
@@ -2464,11 +2478,11 @@ msgstr ""
2464
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2465
  "indirizzo email non valido o già registrato."
2466
 
2467
- #: ../admin/social_login.php:970
2468
  msgid "Email popup height"
2469
  msgstr "Altezza pop-up Email"
2470
 
2471
- #: ../admin/social_login.php:980
2472
  msgid ""
2473
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2474
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2478,11 +2492,11 @@ msgstr ""
2478
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2479
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2480
 
2481
- #: ../admin/social_login.php:988
2482
  msgid "Enable email verification"
2483
  msgstr "Abilita verifica email"
2484
 
2485
- #: ../admin/social_login.php:998
2486
  msgid ""
2487
  "If enabled, email provided by the user will be verified by sending a "
2488
  "confirmation link to that email. User would not be able to login without "
@@ -2492,96 +2506,96 @@ msgstr ""
2492
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2493
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2494
 
2495
- #: ../admin/social_login.php:1019
2496
  #, fuzzy
2497
  msgid "Enable GDPR opt-in"
2498
  msgstr "Abilita Disqus Commenting"
2499
 
2500
- #: ../admin/social_login.php:1029
2501
  msgid ""
2502
  "Enable it to show GDPR opt-in for social login and social account linking"
2503
  msgstr ""
2504
 
2505
- #: ../admin/social_login.php:1038
2506
  #, fuzzy
2507
  msgid "Placement of GDPR opt-in"
2508
  msgstr "Abilita Disqus Commenting"
2509
 
2510
- #: ../admin/social_login.php:1042
2511
  #, fuzzy
2512
  msgid "Above Social Login icons"
2513
  msgstr "Opzioni"
2514
 
2515
- #: ../admin/social_login.php:1044
2516
  #, fuzzy
2517
  msgid "Below Social Login icons"
2518
  msgstr "Opzioni"
2519
 
2520
- #: ../admin/social_login.php:1050
2521
  #, fuzzy
2522
  msgid "Placement of GDPR opt-in above or below the social login icons"
2523
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2524
 
2525
- #: ../admin/social_login.php:1058
2526
  msgid "Opt-in text"
2527
  msgstr ""
2528
 
2529
- #: ../admin/social_login.php:1068
2530
  #, fuzzy
2531
  msgid "Text for the GDPR opt-in"
2532
  msgstr "Abilita Disqus Commenting"
2533
 
2534
- #: ../admin/social_login.php:1076
2535
  msgid "Text to link to Privacy Policy page"
2536
  msgstr ""
2537
 
2538
- #: ../admin/social_login.php:1086
2539
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2540
  msgstr ""
2541
 
2542
- #: ../admin/social_login.php:1094
2543
  msgid "Privacy Policy Url"
2544
  msgstr ""
2545
 
2546
- #: ../admin/social_login.php:1104
2547
  #, fuzzy
2548
  msgid "Url of the privacy policy page of your website"
2549
  msgstr "Url della homepage del tuo sito web"
2550
 
2551
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2552
- #: ../inc/widget.php:578 ../inc/widget.php:726
2553
  msgid "Select"
2554
  msgstr "Selezionare"
2555
 
2556
- #: ../admin/social_login.php:1186
2557
  msgid "Social Login Shortcode & Widget"
2558
  msgstr "Shortcode & Widget"
2559
 
2560
- #: ../admin/social_login.php:1187
2561
  msgid "Social Linking Shortcode"
2562
  msgstr "Social Linking Shortcode"
2563
 
2564
- #: ../admin/social_login.php:1202
2565
  msgid "Why is social login not working?"
2566
  msgstr ""
2567
 
2568
- #: ../admin/social_login.php:1203
2569
  msgid ""
2570
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2571
  "belong to the same app"
2572
  msgstr ""
2573
 
2574
- #: ../admin/social_login.php:1205
2575
  msgid ""
2576
  "Why the user is not appearing logged in even after Social Login until the "
2577
  "webpage is refreshed manually?"
2578
  msgstr ""
2579
 
2580
- #: ../admin/like_buttons.php:16
2581
  msgid "Enable Like Buttons"
2582
  msgstr "Attiva Pulsanti Mi-Piace"
2583
 
2584
- #: ../admin/like_buttons.php:26
2585
  msgid ""
2586
  "Master control for like buttons. It must be checked to enable like buttons "
2587
  "functionality"
@@ -2589,66 +2603,66 @@ msgstr ""
2589
  "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per "
2590
  "attivare le funzionalitá dei pulsanti Mi-Piace"
2591
 
2592
- #: ../admin/like_buttons.php:56
2593
  msgid "Standard Interface Options"
2594
  msgstr "Opzioni"
2595
 
2596
- #: ../admin/like_buttons.php:62
2597
  msgid "Enable standard interface"
2598
  msgstr "Abilita interfaccia standard"
2599
 
2600
- #: ../admin/like_buttons.php:72
2601
  msgid "Master control to enable horizontal like buttons"
2602
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
2603
 
2604
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2605
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2606
  msgstr ""
2607
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
2608
 
2609
- #: ../admin/like_buttons.php:115
2610
  msgid "The text to display above the interface"
2611
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
2612
 
2613
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2614
  msgid "Select and rearrange providers"
2615
  msgstr "Seleziona e riorganizza i provider"
2616
 
2617
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2618
  msgid "Select the providers for interface. Drag them to rearrange."
2619
  msgstr ""
2620
  "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
2621
 
2622
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2623
  msgid "Horizontal alignment of the interface"
2624
  msgstr "Allineamento orizzontale dell'interfaccia"
2625
 
2626
- #: ../admin/like_buttons.php:210
2627
  msgid "Specify position of the interface with respect to the content"
2628
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
2629
 
2630
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2631
  msgid "Interface location"
2632
  msgstr "Collocazione"
2633
 
2634
- #: ../admin/like_buttons.php:288
2635
  msgid "Specify the pages where you want to enable interface"
2636
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
2637
 
2638
- #: ../admin/like_buttons.php:306
2639
  msgid "Vertical (Floating) like buttons Options"
2640
  msgstr "Opzioni"
2641
 
2642
- #: ../admin/like_buttons.php:312
2643
  msgid "Enable floating like buttons"
2644
  msgstr "Abilita pulsanti"
2645
 
2646
- #: ../admin/like_buttons.php:322
2647
  msgid "Master control to enable vertical (floating) counter widget"
2648
  msgstr ""
2649
  "Controllo Principale per abilitare il counter widget verticale (floating)"
2650
 
2651
- #: ../admin/like_buttons.php:416
2652
  msgid ""
2653
  "Specify the color or hex code (example #cc78e0) for the background of "
2654
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2659,7 +2673,7 @@ msgstr ""
2659
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
2660
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
2661
 
2662
- #: ../admin/like_buttons.php:456
2663
  msgid ""
2664
  "Specify a number. Increase in number will shift interface towards right and "
2665
  "decrease will shift it towards left. Number can be negative too."
@@ -2668,7 +2682,7 @@ msgstr ""
2668
  "verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può "
2669
  "anche essere negativo."
2670
 
2671
- #: ../admin/like_buttons.php:476
2672
  msgid ""
2673
  "Specify a number. Increase in number will shift interface towards left and "
2674
  "decrease will shift it towards right. Number can be negative too."
@@ -2677,7 +2691,7 @@ msgstr ""
2677
  "verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può "
2678
  "anche essere negativo."
2679
 
2680
- #: ../admin/like_buttons.php:495
2681
  msgid ""
2682
  "Specify a number. Increase in number will shift interface towards bottom and "
2683
  "decrease will shift it towards top."
@@ -2685,25 +2699,25 @@ msgstr ""
2685
  "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore "
2686
  "verso il basso, un numero piú piccolo lo muove all'alto."
2687
 
2688
- #: ../admin/like_buttons.php:551
2689
  msgid "Specify the pages where you want to enable vertical interface"
2690
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
2691
 
2692
- #: ../admin/like_buttons.php:559
2693
  msgid "Hide like buttons on mobile devices"
2694
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
2695
 
2696
- #: ../admin/like_buttons.php:569
2697
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2698
  msgstr ""
2699
  "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno "
2700
  "sui dispositivi mobili"
2701
 
2702
- #: ../admin/like_buttons.php:594
2703
  msgid "Use shortlinks already installed, for tweet button"
2704
  msgstr "Utilizza shortlinks installati er pulsante Tweet"
2705
 
2706
- #: ../admin/like_buttons.php:604
2707
  msgid ""
2708
  "Allows for shortened URLs to be used when sharing content if a shortening "
2709
  "plugin is installed"
@@ -2711,15 +2725,15 @@ msgstr ""
2711
  "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e "
2712
  "se è installato uno plugin shortening"
2713
 
2714
- #: ../admin/like_buttons.php:612
2715
  msgid "Enable bit.ly url shortener for tweet button"
2716
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
2717
 
2718
- #: ../admin/like_buttons.php:630
2719
  msgid "bit.ly username"
2720
  msgstr "bit.ly username"
2721
 
2722
- #: ../admin/like_buttons.php:640
2723
  #, php-format
2724
  msgid ""
2725
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2728,7 +2742,7 @@ msgstr ""
2728
  "Per ottenere il vostro username accedete al vostro account bit.ly e andate a "
2729
  "<a href=\"%s\" target=\"_blank\">questo link</a>"
2730
 
2731
- #: ../admin/like_buttons.php:659
2732
  #, php-format
2733
  msgid ""
2734
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2737,7 +2751,7 @@ msgstr ""
2737
  "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a "
2738
  "<a href=\"%s\" target=\"_blank\">questo link</a>"
2739
 
2740
- #: ../admin/like_buttons.php:704
2741
  #, php-format
2742
  msgid ""
2743
  "Enter the code of the language you want to use to render counters. You can "
@@ -2749,15 +2763,15 @@ msgstr ""
2749
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2750
  "predefinita"
2751
 
2752
- #: ../admin/like_buttons.php:713
2753
  msgid "Twitter Username"
2754
  msgstr "Username Twitter"
2755
 
2756
- #: ../admin/like_buttons.php:719
2757
  msgid "Twitter username for Tweet (without @)"
2758
  msgstr "Username Twitter per Tweet (senza @)"
2759
 
2760
- #: ../admin/like_buttons.php:729
2761
  msgid ""
2762
  "Provided username will be appended after the content being tweeted as \"via "
2763
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2765,11 +2779,11 @@ msgstr ""
2765
  "La username fornita viene aggiunta dopo il contenuto del tweet come \"via "
2766
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2767
 
2768
- #: ../admin/like_buttons.php:738
2769
  msgid "Twitter username for Buffer sharing (without @)"
2770
  msgstr "Username Twitter per Buffer sharing (senza @)"
2771
 
2772
- #: ../admin/like_buttons.php:748
2773
  msgid ""
2774
  "Provided username will be appended after the content in Buffer sharing as "
2775
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2777,7 +2791,7 @@ msgstr ""
2777
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
2778
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2779
 
2780
- #: ../admin/like_buttons.php:795
2781
  msgid "Like Buttons Shortcode & Widget"
2782
  msgstr "Pulsanti Shortcode & Widget"
2783
 
@@ -2813,27 +2827,27 @@ msgstr "Domanda non valida"
2813
  msgid "Providers not selected"
2814
  msgstr "Providers non selezionati"
2815
 
2816
- #: ../inc/social_login.php:720
2817
  msgid "Email"
2818
  msgstr "Email"
2819
 
2820
- #: ../inc/social_login.php:721
2821
  msgid "Confirm email"
2822
  msgstr "Conferma email"
2823
 
2824
- #: ../inc/social_login.php:723
2825
  msgid "Save"
2826
  msgstr "Salva"
2827
 
2828
- #: ../inc/social_login.php:724
2829
  msgid "Cancel"
2830
  msgstr "Cancella"
2831
 
2832
- #: ../inc/social_login.php:798
2833
  msgid "Email Verification"
2834
  msgstr "Abilita verifica email"
2835
 
2836
- #: ../inc/social_login.php:800
2837
  msgid ""
2838
  "Please click on the following link or paste it in browser to verify your "
2839
  "email"
@@ -2873,18 +2887,18 @@ msgstr ""
2873
  msgid "Title (after login):"
2874
  msgstr ""
2875
 
2876
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2877
- #: ../inc/widget.php:899
2878
  msgid "Before widget content:"
2879
  msgstr "Prima del contenuto del widget:"
2880
 
2881
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2882
- #: ../inc/widget.php:961
2883
  msgid "After widget content:"
2884
  msgstr "Dopo il contenuto del widget:"
2885
 
2886
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2887
- #: ../inc/widget.php:588 ../inc/widget.php:751
2888
  msgid "Hide for logged in users:"
2889
  msgstr "Nascondi per gli utenti loggati:"
2890
 
@@ -2897,7 +2911,7 @@ msgstr ""
2897
  "sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ "
2898
  "e molti altri"
2899
 
2900
- #: ../inc/widget.php:239
2901
  msgid ""
2902
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2903
  "Social Sharing\" page."
@@ -2905,24 +2919,24 @@ msgstr ""
2905
  "Assicurati che \"Social Sharing Standard\" sia abilitato alla pagina \"Super "
2906
  "Socializer> Social Sharing\"."
2907
 
2908
- #: ../inc/widget.php:240 ../inc/widget.php:574
2909
  msgid "Title:"
2910
  msgstr "Titolo:"
2911
 
2912
- #: ../inc/widget.php:242 ../inc/widget.php:408
2913
  msgid "Show individual share counts:"
2914
  msgstr "Mostra conteggi condivisioni individuali:"
2915
 
2916
- #: ../inc/widget.php:244 ../inc/widget.php:410
2917
  msgid "Show total shares:"
2918
  msgstr "Mostra totale condivisioni:"
2919
 
2920
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2921
- #: ../inc/widget.php:724
2922
  msgid "Target Url:"
2923
  msgstr "URL di destinazione:"
2924
 
2925
- #: ../inc/widget.php:277
2926
  msgid ""
2927
  "Floating sharing widget. Let your website users share content on popular "
2928
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
@@ -2931,7 +2945,7 @@ msgstr ""
2931
  "sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, "
2932
  "Google+, e molti altri"
2933
 
2934
- #: ../inc/widget.php:407
2935
  msgid ""
2936
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2937
  "Social Sharing\" page."
@@ -2939,23 +2953,23 @@ msgstr ""
2939
  "Assicurati che \"Social Sharing Floating\" sia abilitato alla pagina \"Super "
2940
  "Socializer> Social Sharing\"."
2941
 
2942
- #: ../inc/widget.php:420 ../inc/widget.php:732
2943
  msgid "Alignment"
2944
  msgstr "Allineamento"
2945
 
2946
- #: ../inc/widget.php:426 ../inc/widget.php:738
2947
  msgid "Left Offset"
2948
  msgstr "Left Offset"
2949
 
2950
- #: ../inc/widget.php:430 ../inc/widget.php:742
2951
  msgid "Right Offset"
2952
  msgstr "Right Offset"
2953
 
2954
- #: ../inc/widget.php:433 ../inc/widget.php:745
2955
  msgid "Top Offset"
2956
  msgstr "Top Offset"
2957
 
2958
- #: ../inc/widget.php:458
2959
  msgid ""
2960
  "Standard like buttons widget. Let your website users share/like content on "
2961
  "popular Social networks like Facebook, Twitter, Google+ and many more"
@@ -2964,7 +2978,7 @@ msgstr ""
2964
  "mi piace per i contenuti del tuo sito web nelle reti popolari come Facebook, "
2965
  "Twitter, Tumblr, Google+, e molte altre."
2966
 
2967
- #: ../inc/widget.php:573
2968
  msgid ""
2969
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2970
  "Like Buttons\" page."
@@ -2972,7 +2986,7 @@ msgstr ""
2972
  "Assicurati che i \"Pulsanti Standard Mi-Piace\" siano abilitati nella pagina "
2973
  "\"Super Socializer > Like Buttons\"."
2974
 
2975
- #: ../inc/widget.php:607
2976
  msgid ""
2977
  "Floating like buttons widget. Let your website users share/like content on "
2978
  "popular Social networks like Facebook, Twitter, Google+ and many more"
@@ -2981,7 +2995,7 @@ msgstr ""
2981
  "contenuti del tuo sito web nei Social networks più popolari come Facebook, "
2982
  "Twitter, Tumblr, Google+, e molti altri"
2983
 
2984
- #: ../inc/widget.php:723
2985
  msgid ""
2986
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
2987
  "Like Buttons\" page."
@@ -2989,99 +3003,113 @@ msgstr ""
2989
  "Assicurati che i \"Pulsanti Floating Mi-Piace\" siano abilitati nella pagina "
2990
  "\"Super Socializer > Like Buttons\"."
2991
 
2992
- #: ../inc/widget.php:767
2993
  #, fuzzy
2994
  msgid "Super Socializer - Follow Icons"
2995
  msgstr "Super Socializer - Login"
2996
 
2997
- #: ../inc/widget.php:769
2998
  #, fuzzy
2999
  msgid "These icons link to your Social Media accounts"
3000
  msgstr "Login con il tuo Account Social"
3001
 
3002
- #: ../inc/widget.php:903
3003
  #, fuzzy
3004
  msgid "Size of icons"
3005
  msgstr "Dimensione delle icone"
3006
 
3007
- #: ../inc/widget.php:905
3008
  #, fuzzy
3009
  msgid "Icon Shape"
3010
  msgstr "Forma"
3011
 
3012
- #: ../inc/widget.php:910
3013
  #, fuzzy
3014
  msgid "Facebook URL:"
3015
  msgstr "Facebook App ID"
3016
 
3017
- #: ../inc/widget.php:913
3018
  #, fuzzy
3019
  msgid "Twitter URL:"
3020
  msgstr "Twitter"
3021
 
3022
- #: ../inc/widget.php:916
3023
  #, fuzzy
3024
  msgid "Instagram URL:"
3025
  msgstr "Instagram"
3026
 
3027
- #: ../inc/widget.php:919
3028
  #, fuzzy
3029
  msgid "Pinterest URL:"
3030
  msgstr "Pinterest"
3031
 
3032
- #: ../inc/widget.php:922
3033
  msgid "Behance URL:"
3034
  msgstr ""
3035
 
3036
- #: ../inc/widget.php:925
3037
  msgid "Flickr URL:"
3038
  msgstr ""
3039
 
3040
- #: ../inc/widget.php:928
3041
  msgid "Foursquare URL:"
3042
  msgstr ""
3043
 
3044
- #: ../inc/widget.php:931
3045
  msgid "Github URL:"
3046
  msgstr ""
3047
 
3048
- #: ../inc/widget.php:934
3049
  #, fuzzy
3050
  msgid "Google+ URL:"
3051
  msgstr "Google+"
3052
 
3053
- #: ../inc/widget.php:937
3054
  #, fuzzy
3055
  msgid "LinkedIn URL:"
3056
  msgstr "LinkedIn"
3057
 
3058
- #: ../inc/widget.php:940
3059
  #, fuzzy
3060
  msgid "LinkedIn Company URL:"
3061
  msgstr "LinkedIn"
3062
 
3063
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
 
3064
  msgid "Snapchat URL:"
3065
  msgstr ""
3066
 
3067
- #: ../inc/widget.php:946
3068
  #, fuzzy
3069
  msgid "Tumblr URL:"
3070
  msgstr "Tumblr"
3071
 
3072
- #: ../inc/widget.php:949
3073
  msgid "Vimeo URL:"
3074
  msgstr ""
3075
 
3076
- #: ../inc/widget.php:952
 
 
 
 
 
3077
  msgid "Youtube URL:"
3078
  msgstr ""
3079
 
3080
- #: ../inc/widget.php:955
3081
  msgid "Youtube Channel URL:"
3082
  msgstr ""
3083
 
3084
- #: ../inc/widget.php:958
3085
  msgid "RSS Feed URL:"
3086
  msgstr ""
3087
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:44+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
124
+ #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
+ #: ../super_socializer.php:1296 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
+ #: ../super_socializer.php:1307 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
+ #: ../super_socializer.php:1311 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
339
  msgid "Account already exists or linked"
340
  msgstr "Account esistente o già collegato"
341
 
342
+ #: ../helper.php:627 ../helper.php:633
343
  msgid "Currently"
344
  msgstr "Attualmente"
345
 
346
+ #: ../helper.php:627 ../helper.php:633
347
  msgid "Connected with"
348
  msgstr "Connesso con"
349
 
350
+ #: ../helper.php:627 ../helper.php:633
351
  msgid "Remove"
352
  msgstr "rimuovere"
353
 
354
+ #: ../helper.php:704
355
  msgid "Social Account Linking"
356
  msgstr "Collegamento Social Account"
357
 
358
+ #: ../helper.php:754
359
  msgid "Disable Standard Social Sharing on this "
360
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
361
 
362
+ #: ../helper.php:759
363
  msgid "Disable Floating Social Sharing on this "
364
  msgstr "Disabilita i pulsanti Floating Social Sharing su questo"
365
 
366
+ #: ../helper.php:764
367
  msgid "Disable Standard like buttons on this "
368
  msgstr "Disabilita i pulsanti Standard Mi-piace su questo"
369
 
370
+ #: ../helper.php:769
371
  msgid "Disable Floating like buttons on this "
372
  msgstr "Disabilita i pulsanti Floating Mi-piace su questo"
373
 
374
+ #: ../helper.php:774
375
  msgid "Disable Social Commenting on this "
376
  msgstr "Disabilita Social Commenting"
377
 
378
+ #: ../helper.php:783
379
  msgid "Standard Sharing Interface"
380
  msgstr "Interfaccia Sharing Standard"
381
 
382
+ #: ../helper.php:789 ../helper.php:808
383
  msgid "Starting share count for "
384
  msgstr "Avvio share count per"
385
 
386
+ #: ../helper.php:802
387
  msgid "Floating Sharing Interface"
388
  msgstr "Interfaccia Sharing Floating"
389
 
390
+ #: ../helper.php:905
391
  msgid "Small Avatar"
392
  msgstr "Avatar Piccolo"
393
 
394
+ #: ../helper.php:909
395
  msgid "Large Avatar"
396
  msgstr "Avatar Grande"
397
 
398
+ #: ../helper.php:913 ../admin/general_options.php:132
399
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
400
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
401
  msgid "Save Changes"
402
  msgstr "Salva le modifiche"
403
 
404
+ #: ../helper.php:1013
405
  msgid "Click to delete social profile data"
406
  msgstr ""
407
 
408
+ #: ../helper.php:1042
409
  #, fuzzy
410
  msgid "Deleting"
411
  msgstr "Configurazioni"
412
 
413
+ #: ../helper.php:1052
414
  msgid "Deleted"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1054
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
421
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
422
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
423
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
424
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
425
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
426
+ #, fuzzy, php-format
427
+ msgid ""
428
+ "You can appreciate the effort put in this free plugin by rating it <a href="
429
+ "\"%s\" target=\"_blank\">here</a>"
430
+ msgstr ""
431
+ "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter "
432
+ "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
433
+ "\"_blank\">questa pagina</a>"
434
+
435
+ #: ../admin/general_options.php:21
436
  msgid "Include Javascript in website footer"
437
  msgstr "Includi Javascript nel footer del sito web"
438
 
439
+ #: ../admin/general_options.php:31
440
  msgid ""
441
  "If enabled (recommended), Javascript files will be included in the footer of "
442
  "your website."
444
  "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi "
445
  "nel footer del tuo sito web."
446
 
447
+ #: ../admin/general_options.php:39
448
  msgid "Load all Javascript files in single file"
449
  msgstr "Carica tutti i file Javascript in un unico file"
450
 
451
+ #: ../admin/general_options.php:49
452
  msgid "Loads Javascript in single request."
453
  msgstr "Carica Javascript in una singola richiesta."
454
 
455
+ #: ../admin/general_options.php:57
456
  msgid "Delete all the options on plugin deletion"
457
  msgstr "Elimina tutte le opzioni quando si cancella il plugin"
458
 
459
+ #: ../admin/general_options.php:67
460
  msgid ""
461
  "If enabled, plugin options will get deleted when plugin is deleted/"
462
  "uninstalled and you will need to reconfigure the options when you install "
466
  "configurazioni saranno eliminate e, nel caso di una nuova istallazione, si "
467
  "dovranno riconfigurare di nuovo."
468
 
469
+ #: ../admin/general_options.php:75
470
  msgid ""
471
  "Show popup notification to users if their browsers block the plugin features"
472
  msgstr ""
473
 
474
+ #: ../admin/general_options.php:85
475
  msgid ""
476
  "If enabled, your website visitors will see a popup notification (only once) "
477
  "if their browsers block any of the features of the plugin so that they can "
478
  "change their browser settings to unblock these."
479
  msgstr ""
480
 
481
+ #: ../admin/general_options.php:95
482
  msgid "Message to show in popup notification"
483
  msgstr ""
484
 
485
+ #: ../admin/general_options.php:105
486
  msgid ""
487
  "Use {support_url} placeholder to show support documentation url in message"
488
  msgstr ""
489
 
490
+ #: ../admin/general_options.php:114
491
  msgid "Custom CSS"
492
  msgstr "CSS personalizzato"
493
 
494
+ #: ../admin/general_options.php:124
495
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr ""
497
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
498
 
499
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
500
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
501
+ #: ../admin/like_buttons.php:836
502
  #, fuzzy
503
  msgid "Instagram Shoutout"
504
  msgstr "Instagram"
505
 
506
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
507
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
508
+ #: ../admin/like_buttons.php:838
509
  msgid ""
510
  "If you can send (to hello@heateor.com) how our plugin is helping your "
511
  "business, we can share it on Instagram. You can also send any relevant "
512
  "hashtags and people to mention in the Instagram post."
513
  msgstr ""
514
 
515
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
516
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
517
+ #: ../admin/like_buttons.php:839
518
  msgid ""
519
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
520
  "language courses through their website. They have emerged as one of the most "
523
  "time."
524
  msgstr ""
525
 
526
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
527
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
528
+ #: ../admin/like_buttons.php:840
529
  msgid ""
530
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
531
  "features at their website, such as - Social Login, Social Share and Social "
565
  msgid "Translate Plugin"
566
  msgstr ""
567
 
568
+ #: ../admin/help.php:37 ../admin/social_login.php:58
569
  #, fuzzy
570
  msgid "Customize Social Login Icons"
571
  msgstr "Opzioni"
625
  msgid "Rate 5-star"
626
  msgstr "Rate 5-star"
627
 
628
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
629
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
630
  msgid "Master Control"
631
  msgstr "Controllo Master"
632
 
633
+ #: ../admin/social_sharing.php:18
634
  msgid "Enable Social Sharing"
635
  msgstr "Abilita Social Sharing"
636
 
637
+ #: ../admin/social_sharing.php:27
638
  msgid "Master control to enable Social Sharing"
639
  msgstr "Controllo Principale per abilitare Social Sharing"
640
 
641
+ #: ../admin/social_sharing.php:37
642
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
643
  msgstr ""
644
 
645
+ #: ../admin/social_sharing.php:45
646
  msgid "Theme Selection"
647
  msgstr "Tema"
648
 
649
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
650
  msgid "Standard Interface"
651
  msgstr "Interfaccia Standard"
652
 
653
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
654
  msgid "Floating Interface"
655
  msgstr "Interfaccia Floating"
656
 
657
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
658
  msgid "Miscellaneous"
659
  msgstr "Miscellanea"
660
 
661
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
662
  #, fuzzy
663
  msgid "3rd Party Integration"
664
  msgstr "XProfile Integration"
665
 
666
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
667
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
668
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
669
+ #: ../admin/like_buttons.php:797
670
  msgid "Shortcode & Widget"
671
  msgstr "Shortcode & Widget"
672
 
673
+ #: ../admin/social_sharing.php:57
674
  msgid "Troubleshooter"
675
  msgstr "Risoluzione dei problemi"
676
 
677
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
678
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
679
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
680
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
681
  msgid "FAQ"
682
  msgstr "FAQ"
683
 
684
+ #: ../admin/social_sharing.php:66
685
  msgid "Standard interface theme"
686
  msgstr "Tema Interfaccia Standard"
687
 
688
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
689
  msgid "Icon Preview"
690
  msgstr "Anteprima Icona"
691
 
692
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
693
  msgid ""
694
  "Do not forget to save the configuration after making changes by clicking the "
695
  "save button below"
697
  "Dopo aver apportato le modifiche, non dimenticate di salvare la "
698
  "configurazione, fare clic sul pulsante Salva in basso"
699
 
700
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
701
  msgid "Shape"
702
  msgstr "Forma"
703
 
704
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
705
+ #: ../inc/widget.php:927
706
  msgid "Round"
707
  msgstr "Arrotondata"
708
 
709
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
710
+ #: ../inc/widget.php:928
711
  msgid "Square"
712
  msgstr "Quadrata"
713
 
714
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
715
  msgid "Rectangle"
716
  msgstr "Rettangolare"
717
 
718
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
719
  msgid "Shape of the sharing icons"
720
  msgstr "Forma delle icone"
721
 
722
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
723
  msgid "Size (in pixels)"
724
  msgstr "Dimensioni (in pixel)"
725
 
726
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
727
  msgid "Size of the sharing icons"
728
  msgstr "Dimensione delle icone"
729
 
730
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
731
  msgid "Width (in pixels)"
732
  msgstr "Larghezza (in pixel)"
733
 
734
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
735
  msgid "Width of the sharing icons"
736
  msgstr ""
737
  "Larghezza \n"
738
  "icone"
739
 
740
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
741
  msgid "Height (in pixels)"
742
  msgstr "Altezza (in pixel)"
743
 
744
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
745
  msgid "Height of the sharing icons"
746
  msgstr "Altezza delle icone"
747
 
748
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
749
  msgid "Border radius (in pixels)"
750
  msgstr "Raggio Bordo (in pixel)"
751
 
752
+ #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
753
  msgid ""
754
  "Specify a value for rounded corners. More the value, more rounded will the "
755
  "corners be. Leave empty for sharp corners."
757
  "Specifica un valore per gli angoli arrotondati. Più alto sarà il valore, più "
758
  "arrotondati saranno gli angoli. Lascia vuoto per avere spigoli netti."
759
 
760
+ #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
761
  msgid "Logo Color"
762
  msgstr "Colore Logo"
763
 
764
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
765
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
766
+ #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
767
  msgid "Default"
768
  msgstr "Predefinito"
769
 
770
+ #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
771
+ #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
772
+ #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
773
  msgid "On Hover"
774
  msgstr "Al Passaggio del Mouse"
775
 
776
+ #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
777
  msgid ""
778
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
779
  "empty for default. You can get the hex code of the required color from <a "
784
  "ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target="
785
  "\"_blank\">questo collegamento</a>"
786
 
787
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
788
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
789
+ #: ../inc/widget.php:444 ../inc/widget.php:756
790
  msgid "Background Color"
791
  msgstr "Colore Background"
792
 
793
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
794
  msgid ""
795
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
796
  "\"transparent\" for transparent background. Leave empty for default. You can "
803
  "<a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo "
804
  "collegamento</a>"
805
 
806
+ #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
807
  msgid "Border"
808
  msgstr "Bordo"
809
 
810
+ #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
811
+ #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
812
  msgid "Border Width"
813
  msgstr "Larghezza"
814
 
815
+ #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
816
+ #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
817
  msgid "Border Color"
818
  msgstr "Colore"
819
 
820
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
821
  msgid "Icon border"
822
  msgstr "Bordo Icona"
823
 
824
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
825
  msgid "Counter Position"
826
  msgstr "Posizione Counter"
827
 
828
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
829
  msgid "(applies, if counter enabled)"
830
  msgstr "(Si applica, se il Counter è abilitato)"
831
 
832
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
833
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
834
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
835
+ #: ../inc/widget.php:430 ../inc/widget.php:742
836
  msgid "Left"
837
  msgstr "Sinistra"
838
 
839
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
840
  msgid "Top"
841
  msgstr "Top"
842
 
843
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
844
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
845
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
846
+ #: ../inc/widget.php:431 ../inc/widget.php:743
847
  msgid "Right"
848
  msgstr "Destra"
849
 
850
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
851
  msgid "Bottom"
852
  msgstr "Parte inferiore"
853
 
854
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
855
  msgid "Inner Left"
856
  msgstr "Interno Sinistra"
857
 
858
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
859
  msgid "Inner Top"
860
  msgstr "Interno Superiore"
861
 
862
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
863
  msgid "Inner Right"
864
  msgstr "Interno Destra"
865
 
866
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
867
  msgid "Inner Bottom"
868
  msgstr "Interno Fonfo"
869
 
870
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
871
  msgid "Position of share counter"
872
  msgstr "Posizione dello share counter"
873
 
874
+ #: ../admin/social_sharing.php:373
875
  msgid "Floating interface theme"
876
  msgstr "Tema Interfaccia Floating"
877
 
878
+ #: ../admin/social_sharing.php:686
879
  msgid "Standard Sharing Interface Options"
880
  msgstr "Opzioni Interfaccia Sharing Standard"
881
 
882
+ #: ../admin/social_sharing.php:692
883
  msgid "Enable Standard sharing interface"
884
  msgstr "Abilita interfaccia standard"
885
 
886
+ #: ../admin/social_sharing.php:702
887
  msgid "Master control to enable standard sharing"
888
  msgstr "Controllo Principale per abilitare l'interfaccia standard"
889
 
890
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
891
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
892
  msgid "Target Url"
893
  msgstr "URL di destinazione"
894
 
895
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
896
+ #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
897
  msgid "Url of the webpage where icons are located (default)"
898
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
899
 
900
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
901
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
902
  msgid "Url of the homepage of your website"
903
  msgstr "Url della homepage del tuo sito web"
904
 
905
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
906
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
907
  msgid "Custom url"
908
  msgstr "Url personalizzata"
909
 
910
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
911
  msgid "Url to share"
912
  msgstr "Url da condividere"
913
 
914
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
915
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
916
+ #: ../inc/widget.php:921
917
  msgid "Title"
918
  msgstr "Titolo"
919
 
920
+ #: ../admin/social_sharing.php:745
921
  msgid "The text to display above the sharing interface"
922
  msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
923
 
924
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
925
  msgid "Instagram username"
926
  msgstr "Username Instagram"
927
 
928
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
929
  msgid ""
930
  "Username of the Instagram account you want to redirect users to, on clicking "
931
  "the icon"
933
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
934
  "utenti facendo clic sull'icona"
935
 
936
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
937
  #, fuzzy
938
  msgid "HTML ID of container element of comment form"
939
  msgstr "ID HTML del modulo dei commenti container"
940
 
941
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
942
  msgid ""
943
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
944
  "icon."
945
  msgstr ""
946
 
947
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
948
  msgid "Rearrange icons"
949
  msgstr "Riorganizza le icone"
950
 
951
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
952
  msgid "Drag the icons to rearrange in desired order"
953
  msgstr "Trascina le icone per riordinare"
954
 
955
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
956
  msgid "Select Sharing Services"
957
  msgstr "Seleziona i Service"
958
 
959
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
960
  msgid "Select sharing services to show in social share bar"
961
  msgstr "Seleziona i servizi di sharing da mostrare"
962
 
963
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
964
  #, fuzzy
965
  msgid "Search social network"
966
  msgstr "come rete sociale primaria"
967
 
968
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
969
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
970
  msgid "Horizontal alignment"
971
  msgstr "Allineamento orizzontale"
972
 
973
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
974
  msgid "Center"
975
  msgstr "centro"
976
 
977
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
978
  msgid "Horizontal alignment of the sharing interface"
979
  msgstr "Allineamento orizzontale della interfaccia sharing"
980
 
981
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
982
  msgid "Position with respect to content"
983
  msgstr "Posizione"
984
 
985
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
986
  msgid "Top of the content"
987
  msgstr "Parte superiore del contenuto"
988
 
989
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
990
  msgid "Bottom of the content"
991
  msgstr "Parte inferiore del contenuto"
992
 
993
+ #: ../admin/social_sharing.php:960
994
  msgid "Specify position of the sharing interface with respect to the content"
995
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
996
 
997
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
998
  msgid "Placement"
999
  msgstr "Collocazione"
1000
 
1001
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1002
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1003
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1004
  msgid "Homepage"
1005
  msgstr "Homepage"
1006
 
1007
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1008
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1009
  msgid "Posts"
1010
  msgstr "Post"
1011
 
1012
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1013
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1014
  msgid "Pages"
1015
  msgstr "Pagine"
1016
 
1017
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1018
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1019
  msgid "Excerpts and Posts page"
1020
  msgstr "Pagine di Estratti ed Articoli"
1021
 
1022
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1023
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1024
  msgid "Category Archives"
1025
  msgstr "Archivi di categorie"
1026
 
1027
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1028
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1029
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1030
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
1031
 
1032
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1033
  msgid "BuddyPress activity"
1034
  msgstr "Attività BuddyPress"
1035
 
1036
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1037
  msgid "BuddyPress group (only at top of content)"
1038
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
1039
 
1040
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1041
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1042
  msgid "BBPress forum"
1043
  msgstr "BBPress forum"
1044
 
1045
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1046
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1047
  msgid "BBPress topic"
1048
  msgstr "Argomento BBPress"
1049
 
1050
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1051
  msgid "BBPress reply"
1052
  msgstr "Risposta BBPress"
1053
 
1054
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1055
  msgid "After individual product at WooCommerce Shop page"
1056
  msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
1057
 
1058
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1059
  msgid "WooCommerce Product Page"
1060
  msgstr "WooCommerce Pagina Prodotto"
1061
 
1062
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1063
  msgid "WooCommerce Thankyou Page"
1064
  msgstr "WooCommerce Pagina Thankyou"
1065
 
1066
+ #: ../admin/social_sharing.php:1036
1067
  msgid "Specify the pages where you want to enable Sharing interface"
1068
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
1069
 
1070
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1071
  msgid "Show share counts"
1072
  msgstr "Mostra quantità"
1073
 
1074
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1075
  #, fuzzy
1076
  msgid ""
1077
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1080
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
1081
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
1082
 
1083
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1084
  #, php-format
1085
  msgid ""
1086
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1089
  "their website."
1090
  msgstr ""
1091
 
1092
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1093
  msgid "If enabled, share counts are displayed above sharing icons."
1094
  msgstr ""
1095
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
1096
  "sopra le icone condivise"
1097
 
1098
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1099
  msgid "Show total shares"
1100
  msgstr "Mostra totale"
1101
 
1102
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1103
  msgid "If enabled, total shares will be displayed with sharing icons"
1104
  msgstr ""
1105
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
1106
  "le icone condivise"
1107
 
1108
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1109
  msgid "Enable 'More' icon"
1110
  msgstr "Abilita icona 'More'"
1111
 
1112
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1113
  msgid ""
1114
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1115
  "which shows additional sharing networks in popup"
1118
  "icone sharing selezionate e mostrerà in un popup altri sharing networks "
1119
  "disponibili"
1120
 
1121
+ #: ../admin/social_sharing.php:1112
1122
  msgid "Floating Sharing Interface Options"
1123
  msgstr "Opzioni"
1124
 
1125
+ #: ../admin/social_sharing.php:1118
1126
  msgid "Enable Floating sharing interface"
1127
  msgstr "Abilita Interfaccia Floating"
1128
 
1129
+ #: ../admin/social_sharing.php:1128
1130
  msgid "Master control to enable floating sharing widget"
1131
  msgstr "Controllo Principale per abilitare il floating sharing widget"
1132
 
1133
+ #: ../admin/social_sharing.php:1322
1134
  msgid ""
1135
  "Specify the color or hex code (example #cc78e0) for the background of "
1136
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1141
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
1142
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1143
 
1144
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1145
  msgid "Left offset"
1146
  msgstr "Left offset"
1147
 
1148
+ #: ../admin/social_sharing.php:1362
1149
  msgid ""
1150
  "Specify a number. Increase in number will shift sharing interface towards "
1151
  "right and decrease will shift it towards left. Number can be negative too."
1154
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
1155
  "essere negativo."
1156
 
1157
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1158
  msgid "Right offset"
1159
  msgstr "Right offset"
1160
 
1161
+ #: ../admin/social_sharing.php:1382
1162
  msgid ""
1163
  "Specify a number. Increase in number will shift sharing interface towards "
1164
  "left and decrease will shift it towards right. Number can be negative too."
1167
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
1168
  "essere negativo."
1169
 
1170
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1171
  msgid "Top offset"
1172
  msgstr "Top offset"
1173
 
1174
+ #: ../admin/social_sharing.php:1401
1175
  msgid ""
1176
  "Specify a number. Increase in number will shift sharing interface towards "
1177
  "bottom and decrease will shift it towards top."
1179
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
1180
  "verso il basso e un numero minore lo muove verso l'alto."
1181
 
1182
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1183
  msgid "BuddyPress group"
1184
  msgstr "BuddyPress group"
1185
 
1186
+ #: ../admin/social_sharing.php:1458
1187
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1188
  msgstr ""
1189
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
1190
 
1191
+ #: ../admin/social_sharing.php:1525
1192
  msgid "Vertical floating bar responsiveness"
1193
  msgstr "Responsiveness Vertical"
1194
 
1195
+ #: ../admin/social_sharing.php:1528
1196
  #, php-format
1197
  msgid "Display vertical interface only when screen is wider than %s pixels"
1198
  msgstr ""
1199
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
1200
 
1201
+ #: ../admin/social_sharing.php:1535
1202
  msgid ""
1203
  "Display vertical interface only when screen is wider than the width "
1204
  "specified."
1206
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
1207
  "alla larghezza specificata."
1208
 
1209
+ #: ../admin/social_sharing.php:1543
1210
  msgid "Horizontal floating bar responsiveness"
1211
  msgstr "Responsiveness Horizontal"
1212
 
1213
+ #: ../admin/social_sharing.php:1546
1214
  #, php-format
1215
  msgid ""
1216
  "Stick vertical floating interface horizontally at bottom only when screen is "
1219
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
1220
  "quando lo schermo è più stretto di %s pixel"
1221
 
1222
+ #: ../admin/social_sharing.php:1553
1223
  msgid ""
1224
  "Stick vertical floating interface horizontally at bottom only when screen is "
1225
  "narrower than the width specified"
1227
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
1228
  "schermo è più stretto della larghezza specificata"
1229
 
1230
+ #: ../admin/social_sharing.php:1563
1231
  msgid "Horizontal floating bar position"
1232
  msgstr "Posizione Horizontal floating bar"
1233
 
1234
+ #: ../admin/social_sharing.php:1566
1235
  #, php-format
1236
  msgid "%s pixels from %s"
1237
  msgstr "%s pixels da %s"
1238
 
1239
+ #: ../admin/social_sharing.php:1567
1240
  msgid "Auto-adjust according to screen width (responsive)"
1241
  msgstr ""
1242
 
1243
+ #: ../admin/social_sharing.php:1574
1244
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1245
  msgstr ""
1246
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
1247
  "essere anche negativo."
1248
 
1249
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1250
  msgid "Url shortener"
1251
  msgstr "Url shortener"
1252
 
1253
+ #: ../admin/social_sharing.php:1600
1254
  msgid "Use shortlinks already installed"
1255
  msgstr "Utilizza shortlinks installati"
1256
 
1257
+ #: ../admin/social_sharing.php:1610
1258
  msgid "Uses default short url permalinks without using any additional plugin"
1259
  msgstr ""
1260
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
1261
  "plugin aggiuntivo"
1262
 
1263
+ #: ../admin/social_sharing.php:1618
1264
  msgid "Enable bit.ly url shortener for sharing"
1265
  msgstr "Abilita bit.ly url shortener"
1266
 
1267
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1268
  msgid "Master control to enable bit.ly url shortening for sharing"
1269
  msgstr ""
1270
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
1271
 
1272
+ #: ../admin/social_sharing.php:1636
1273
  msgid "bit.ly Login"
1274
  msgstr "bit.ly Login"
1275
 
1276
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1277
  #, fuzzy, php-format
1278
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1279
  msgstr ""
1281
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1282
  "\"_blank\">questa pagina</a>"
1283
 
1284
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1285
  msgid "bit.ly API Key"
1286
  msgstr "bit.ly API Key"
1287
 
1288
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1289
  msgid "Clear Bitly Cache"
1290
  msgstr "Cancella Bitly Cache"
1291
 
1292
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1293
  msgid "ShortUrl cache cleared successfully."
1294
  msgstr "ShortUrl cache cancellata correttamente"
1295
 
1296
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1297
  msgid ""
1298
  "Use this to delete short urls saved in database. Handy, if urls of your "
1299
  "website have been changed but short urls are still being generated for old "
1303
  "Utile, se gli URL del tuo sito web sono stati modificatie ma gli short URL "
1304
  "sono ancora in uso per i vecchi URL."
1305
 
1306
+ #: ../admin/social_sharing.php:1694
1307
  msgid "Share Count Cache"
1308
  msgstr "Share Count Cache"
1309
 
1310
+ #: ../admin/social_sharing.php:1700
1311
  msgid "Refresh Share Count cache every"
1312
  msgstr "Aggiorna cache ogni"
1313
 
1314
+ #: ../admin/social_sharing.php:1705
1315
  msgid "Second(s)"
1316
  msgstr "Secondo(i)"
1317
 
1318
+ #: ../admin/social_sharing.php:1706
1319
  msgid "Minute(s)"
1320
  msgstr "Minuto(i)"
1321
 
1322
+ #: ../admin/social_sharing.php:1707
1323
  msgid "Hour(s)"
1324
  msgstr "Ora(e)"
1325
 
1326
+ #: ../admin/social_sharing.php:1708
1327
  msgid "Day(s)"
1328
  msgstr "Giorno(i)"
1329
 
1330
+ #: ../admin/social_sharing.php:1716
1331
  #, fuzzy, php-format
1332
  msgid ""
1333
  "Frequent cache refreshing results in slower loading of pages with share "
1337
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
1338
  "rallentare il caricamento delle pagine."
1339
 
1340
+ #: ../admin/social_sharing.php:1724
1341
  msgid "Clear Share Counts Cache"
1342
  msgstr "Cancella Share Counts Cache"
1343
 
1344
+ #: ../admin/social_sharing.php:1728
1345
  msgid "Share Counts cache cleared successfully."
1346
  msgstr "Share Counts cache cancellata correttamente"
1347
 
1348
+ #: ../admin/social_sharing.php:1735
1349
  msgid "Use this to clear cached share counts"
1350
  msgstr "Da utilizzare per cancellare la cache degli share counts"
1351
 
1352
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1353
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1354
+ #: ../admin/like_buttons.php:698
1355
  msgid "Language"
1356
  msgstr "Lingua"
1357
 
1358
+ #: ../admin/social_sharing.php:1760
1359
  #, php-format
1360
  msgid ""
1361
  "Enter the code of the language you want to use for like buttons. You can "
1367
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
1368
  "predefinita"
1369
 
1370
+ #: ../admin/social_sharing.php:1769
1371
  msgid "Username in sharing"
1372
  msgstr "Username in sharing"
1373
 
1374
+ #: ../admin/social_sharing.php:1775
1375
  msgid "Twitter username (without @)"
1376
  msgstr "Username Twitter (senza @)"
1377
 
1378
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1379
  msgid ""
1380
  "Provided username will be appended after the content being shared as \"via "
1381
  "@USERNAME\". Leave empty if you do not want any username in the content "
1384
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
1385
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1386
 
1387
+ #: ../admin/social_sharing.php:1794
1388
  msgid "Buffer username (without @)"
1389
  msgstr "Username Buffer (senza @)"
1390
 
1391
+ #: ../admin/social_sharing.php:1813
1392
  msgid "AMP"
1393
  msgstr "AMP"
1394
 
1395
+ #: ../admin/social_sharing.php:1819
1396
  msgid "Enable sharing on AMP pages"
1397
  msgstr "Abilita sharing nelle pagine di AMP"
1398
 
1399
+ #: ../admin/social_sharing.php:1829
1400
  msgid "Enable this option to render sharing icons on AMP pages"
1401
  msgstr ""
1402
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
1403
 
1404
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1405
  msgid "myCRED"
1406
  msgstr ""
1407
 
1408
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1409
  msgid "Append myCRED referral ID to the urls being shared"
1410
  msgstr ""
1411
 
1412
+ #: ../admin/social_sharing.php:1887
1413
  msgid "Facebook Sharing Troubleshooter"
1414
  msgstr "Risoluzione dei problemi Facebook Sharing"
1415
 
1416
+ #: ../admin/social_sharing.php:1892
1417
  msgid ""
1418
  "If Facebook sharing is not working fine, click at the following link and "
1419
  "enter the problematic url (where Facebook sharing is not working properly) "
1425
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
1426
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1427
 
1428
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1429
+ #: ../admin/social_login.php:1205
1430
  msgid ""
1431
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1432
  "an online website for the plugin to function properly."
1433
  msgstr ""
1434
 
1435
+ #: ../admin/social_sharing.php:1911
1436
  msgid "Why is Instagram icon redirecting to Instagram website?"
1437
  msgstr ""
1438
 
1439
+ #: ../admin/social_sharing.php:1912
1440
  msgid ""
1441
  "Instagram icon is there to send website visitors to the Instagram page of "
1442
  "your choice. You can save the desired Instagram handle in \"Instagram "
1444
  "sections."
1445
  msgstr ""
1446
 
1447
+ #: ../admin/social_sharing.php:1915
1448
  msgid ""
1449
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1450
  msgstr ""
1451
 
1452
+ #: ../admin/social_sharing.php:1916
1453
  msgid ""
1454
  "It takes some time for their service to track the shares made on Twitter "
1455
  "from your website. If you still feel it's taking too long you can contact "
1456
  "their support directly from their website."
1457
  msgstr ""
1458
 
1459
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1460
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1461
  msgstr ""
1462
 
1463
+ #: ../admin/social_sharing.php:1919
1464
  msgid ""
1465
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1466
  msgstr ""
1467
 
1468
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1469
+ #: ../admin/social_login.php:1211
1470
  msgid "Why is my browser blocking some features of the plugin?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1921
1474
  #, fuzzy
1475
  msgid "Why the color of share icons is not being updated?"
1476
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1477
 
1478
+ #: ../admin/social_sharing.php:1922
1479
  msgid ""
1480
  "Why is sharer not showing the correct image, title and other meta tags "
1481
  "content?"
1483
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
1484
  "altri contenuti meta tag?"
1485
 
1486
+ #: ../admin/social_sharing.php:1923
1487
  #, fuzzy
1488
  msgid "Why Facebook share counts are not appearing?"
1489
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1490
 
1491
+ #: ../admin/social_sharing.php:1924
1492
  msgid ""
1493
  "How can I show share counts of my website rather than of individual pages/"
1494
  "posts?"
1496
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
1497
  "pagine/post?"
1498
 
1499
+ #: ../admin/social_sharing.php:1925
1500
  msgid "How can I disable sharing on particular page/post?"
1501
  msgstr ""
1502
  "Come è possibile disattivare la condivisione di una pagina/post in "
1503
  "particolare?"
1504
 
1505
+ #: ../admin/social_sharing.php:1926
1506
  msgid "How can I specify minimum sharing count for sharing networks?"
1507
  msgstr ""
1508
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
1509
  "di reti?"
1510
 
1511
+ #: ../admin/social_sharing.php:1927
1512
  msgid "How to share specific page?"
1513
  msgstr "Come posso condividere la pagina specifica?"
1514
 
1515
+ #: ../admin/social_sharing.php:1928
1516
  msgid "How to integrate Google Analytics with sharing?"
1517
  msgstr "Come posso integrare Google Analytics con lo sharing?"
1518
 
1519
+ #: ../admin/social_sharing.php:1929
1520
  msgid "How to customize the look of total share counts?"
1521
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
1522
 
1523
+ #: ../admin/social_sharing.php:1930
1524
  msgid "How to customize the look of individual share counts?"
1525
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
1526
 
1527
+ #: ../admin/social_sharing.php:1931
1528
  msgid "How to show Whatsapp icon only on mobile devices?"
1529
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
1530
 
1531
+ #: ../admin/social_sharing.php:1932
1532
  msgid "How to hide arrow after floating sharing bar?"
1533
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
1534
 
1535
+ #: ../admin/social_sharing.php:1933
1536
  #, fuzzy
1537
  msgid "Why is share count not getting updated?"
1538
  msgstr "Perché gli Share Counts non vengono aggiornati?"
1539
 
1540
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1541
  msgid "Why is there so much space between like buttons?"
1542
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
1543
 
1544
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1545
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1546
  msgstr ""
1547
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
1548
  "iniziale?"
1549
 
1550
+ #: ../admin/social_commenting.php:17
1551
  msgid "Enable Social Commenting"
1552
  msgstr "Abilita Social Commenting"
1553
 
1554
+ #: ../admin/social_commenting.php:27
1555
  msgid "Master control to enable Social Commenting"
1556
  msgstr "Controllo Principale per abilitare Social Commenting"
1557
 
1558
+ #: ../admin/social_commenting.php:38
1559
  msgid "Social Commenting"
1560
  msgstr "Social Commenting"
1561
 
1562
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1563
  msgid "Shortcode"
1564
  msgstr "Shortcode"
1565
 
1566
+ #: ../admin/social_commenting.php:53
1567
  msgid "Order of tabs in commenting interface"
1568
  msgstr "Ordine delle schede nell'interfaccia commenti"
1569
 
1570
+ #: ../admin/social_commenting.php:63
1571
  msgid ""
1572
  "Order of the tabs shown in social commenting interface. Defaults to "
1573
  "wordpress,facebook,googleplus,disqus"
1575
  "Ordine delle schede mostrate nell'interfaccia commenti. Il valore "
1576
  "predefinito è wordpress,facebook,googleplus,disqus"
1577
 
1578
+ #: ../admin/social_commenting.php:71
1579
  msgid "Comment area label"
1580
  msgstr "Etichetta Commento"
1581
 
1582
+ #: ../admin/social_commenting.php:81
1583
  msgid "Label for comment area"
1584
  msgstr "Etichetta per Area Commenti"
1585
 
1586
+ #: ../admin/social_commenting.php:94
1587
  msgid "Enable Social Commenting at"
1588
  msgstr "Abilita Social Commenting su"
1589
 
1590
+ #: ../admin/social_commenting.php:113
1591
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1592
  msgstr ""
1593
  "Specificare i gruppi pagina/post in cui si desidera abilitare Social "
1594
  "Commenting"
1595
 
1596
+ #: ../admin/social_commenting.php:124
1597
  msgid "HTML ID of comment form container"
1598
  msgstr "ID HTML del modulo dei commenti container"
1599
 
1600
+ #: ../admin/social_commenting.php:134
1601
  msgid ""
1602
  "HTML ID of container element of the default comment form at front end. Leave "
1603
  "empty for default ID - \"respond\". You need to specify it if default "
1609
  "specificare se commento forma di default viene visualizzato e Commentando "
1610
  "sociale non sta ottenendo abilitata front-end del tuo sito web."
1611
 
1612
+ #: ../admin/social_commenting.php:144
1613
  msgid "Labels"
1614
  msgstr "Etichette"
1615
 
1616
+ #: ../admin/social_commenting.php:149
1617
  msgid "Label for WordPress Commenting tab"
1618
  msgstr "Etichetta per WordPress Commenting"
1619
 
1620
+ #: ../admin/social_commenting.php:158
1621
  msgid "Label for Facebook Commenting tab"
1622
  msgstr "Etichetta per Facebook Commenting"
1623
 
1624
+ #: ../admin/social_commenting.php:167
1625
  msgid "Label for G+ Commenting tab"
1626
  msgstr "Etichetta per G+ Commenting"
1627
 
1628
+ #: ../admin/social_commenting.php:176
1629
  msgid "Label for Disqus Commenting tab"
1630
  msgstr "Etichetta per Disqus Commenting"
1631
 
1632
+ #: ../admin/social_commenting.php:187
1633
  msgid "Facebook Commenting Options"
1634
  msgstr "Opzioni Facebook Commenting"
1635
 
1636
+ #: ../admin/social_commenting.php:193
1637
  msgid "Enable Facebook Comments notification and moderation"
1638
  msgstr "Commenti Facebook - notifiche e moderazione"
1639
 
1640
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1641
  msgid "Enable Facebook Commenting"
1642
  msgstr "Abilita Facebook Commenting"
1643
 
1644
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1645
  msgid "Url to comment on"
1646
  msgstr "Url per commenti"
1647
 
1648
+ #: ../admin/social_commenting.php:229
1649
  msgid ""
1650
  "The absolute URL that comments posted will be permanently associated with. "
1651
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1658
  "<strong>(Consigliato)</strong>, si utilizzará la URL della página web nella "
1659
  "quale i commenti sono abilitati."
1660
 
1661
+ #: ../admin/social_commenting.php:237
1662
  #, fuzzy
1663
  msgid "Show Recent Facebook Comments in a Widget"
1664
  msgstr "Conservare solo i Commenti di Facebook"
1665
 
1666
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1667
  msgid "Width"
1668
  msgstr "Larghezza"
1669
 
1670
+ #: ../admin/social_commenting.php:255
1671
  msgid ""
1672
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1673
  "block."
1675
  "La larghezza (in pixel) del Blocco Commenti. Lasciare vuoto per auto-"
1676
  "regolare la dimensione."
1677
 
1678
+ #: ../admin/social_commenting.php:263
1679
  msgid "Color Scheme"
1680
  msgstr "Combinazione di colori"
1681
 
1682
+ #: ../admin/social_commenting.php:267
1683
  msgid "Light"
1684
  msgstr "Chiaro"
1685
 
1686
+ #: ../admin/social_commenting.php:268
1687
  msgid "Dark"
1688
  msgstr "Scuro"
1689
 
1690
+ #: ../admin/social_commenting.php:276
1691
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1692
  msgstr ""
1693
  "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro"
1694
  "\"."
1695
 
1696
+ #: ../admin/social_commenting.php:284
1697
  msgid "Number of comments"
1698
  msgstr "Numero di commenti"
1699
 
1700
+ #: ../admin/social_commenting.php:294
1701
  msgid ""
1702
  "The number of comments to show by default. The minimum value is 1. Defaults "
1703
  "to 10"
1704
  msgstr ""
1705
  "Numero di commenti mostrati. Il valore minimo é 1. Il valore Predefinito é 10"
1706
 
1707
+ #: ../admin/social_commenting.php:302
1708
  msgid "Order by"
1709
  msgstr "Ordina per"
1710
 
1711
+ #: ../admin/social_commenting.php:306
1712
  msgid "Social"
1713
  msgstr "Social"
1714
 
1715
+ #: ../admin/social_commenting.php:307
1716
  msgid "Reverse Time"
1717
  msgstr "Tempo Invertito"
1718
 
1719
+ #: ../admin/social_commenting.php:308
1720
  msgid "Time"
1721
  msgstr "Tempo"
1722
 
1723
+ #: ../admin/social_commenting.php:316
1724
  msgid "The order to use when displaying comments."
1725
  msgstr "L'ordine da usare quando si mostrano i commenti."
1726
 
1727
+ #: ../admin/social_commenting.php:334
1728
  #, php-format
1729
  msgid ""
1730
  "Enter the code of the language you want to use to display commenting. You "
1736
  "target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la "
1737
  "lingua predefinita"
1738
 
1739
+ #: ../admin/social_commenting.php:343
1740
  msgid "Google Plus Commenting Options"
1741
  msgstr "Opzioni Google Plus Commenting"
1742
 
1743
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1744
  msgid "Enable Google Plus Commenting"
1745
  msgstr "Abilita Google+ Commenting"
1746
 
1747
+ #: ../admin/social_commenting.php:377
1748
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1749
  msgstr ""
1750
  "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una "
1751
  "regolazione automatica"
1752
 
1753
+ #: ../admin/social_commenting.php:395
1754
  msgid ""
1755
  "The absolute URL that comments posted will be permanently associated with. "
1756
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1763
  "<strong>(raccomandato)</strong>, si utilizzará la URL della página web nella "
1764
  "quale i commenti sono abilitati."
1765
 
1766
+ #: ../admin/social_commenting.php:404
1767
  msgid "Disqus Commenting Options"
1768
  msgstr "Opzioni Disqus Commenting"
1769
 
1770
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1771
  msgid "Enable Disqus Commenting"
1772
  msgstr "Abilita Disqus Commenting"
1773
 
1774
+ #: ../admin/social_commenting.php:428
1775
  msgid "Disqus Shortname"
1776
  msgstr "Disqus Shortname"
1777
 
1778
+ #: ../admin/social_commenting.php:438
1779
  msgid ""
1780
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1781
  "shortname, visit following link."
1783
  "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori "
1784
  "informazioni, visitare il seguente link."
1785
 
1786
+ #: ../admin/social_commenting.php:456
1787
  msgid "Social Commenting Shortcode"
1788
  msgstr "Social Commenting Shortcode"
1789
 
1790
+ #: ../admin/social_commenting.php:470
1791
  msgid ""
1792
  "How to show recent Facebook Comments from all over the website in a widget?"
1793
  msgstr ""
1794
 
1795
+ #: ../admin/social_commenting.php:471
1796
  msgid ""
1797
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1798
  "Https?"
1799
  msgstr ""
1800
 
1801
+ #: ../admin/social_commenting.php:473
1802
  msgid "How can I disable Social Commenting at individual page/post?"
1803
  msgstr ""
1804
  "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1805
 
1806
+ #: ../admin/social_commenting.php:474
1807
  msgid "How to disable default comment form from Social Commenting?"
1808
  msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1809
 
1810
+ #: ../admin/social_login.php:19
1811
  msgid "Enable Social Login"
1812
  msgstr "Abilita \"Social Login\""
1813
 
1814
+ #: ../admin/social_login.php:29
1815
  msgid ""
1816
  "Master control for Social Login. It must be checked to enable Social Login "
1817
  "functionality"
1819
  "Controllo Principale per Social Login. Dev'essere abilitato per attivare le "
1820
  "funzionalitá di Social Login"
1821
 
1822
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1823
  msgid "Basic Configuration"
1824
  msgstr "Configurazione di Base"
1825
 
1826
+ #: ../admin/social_login.php:41
1827
  msgid "Advanced Configuration"
1828
  msgstr "Configurazione Avanzata"
1829
 
1830
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1831
  msgid "GDPR"
1832
  msgstr ""
1833
 
1834
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1835
  msgid "XProfile Integration"
1836
  msgstr "XProfile Integration"
1837
 
1838
+ #: ../admin/social_login.php:64
1839
  msgid "Disable user registration via Social Login"
1840
  msgstr "Disabilita la registrazione con Social Login"
1841
 
1842
+ #: ../admin/social_login.php:74
1843
  msgid ""
1844
  "After enabling this option, new users will not be able to login through "
1845
  "social login. Only existing users will be able to social login."
1848
  "accedere tramite login sociale. Solo gli utenti esistenti potranno usare il "
1849
  "social login."
1850
 
1851
+ #: ../admin/social_login.php:83
1852
  msgid "Redirection url"
1853
  msgstr "Reindirizzamento url"
1854
 
1855
+ #: ../admin/social_login.php:93
1856
  msgid ""
1857
  "User will be redirected to this page after unsuccessful registration attempt "
1858
  "via Social Login. You can specify the url of registration form or of a page "
1863
  "registrazione o di un messaggio di pagina che mostra in materia di "
1864
  "registrazione disabile attraverso Sociale Login."
1865
 
1866
+ #: ../admin/social_login.php:102
1867
  #, fuzzy
1868
  msgid "Select Social Networks"
1869
  msgstr "come rete sociale primaria"
1870
 
1871
+ #: ../admin/social_login.php:107
1872
  msgid "Facebook"
1873
  msgstr "Facebook"
1874
 
1875
+ #: ../admin/social_login.php:111
1876
  msgid "Twitter"
1877
  msgstr "Twitter"
1878
 
1879
+ #: ../admin/social_login.php:115
1880
  msgid "LinkedIn"
1881
  msgstr "LinkedIn"
1882
 
1883
+ #: ../admin/social_login.php:119
1884
  msgid "Google+"
1885
  msgstr "Google+"
1886
 
1887
+ #: ../admin/social_login.php:123
1888
  msgid "Vkontakte"
1889
  msgstr "Vkontakte"
1890
 
1891
+ #: ../admin/social_login.php:127
1892
  msgid "Instagram"
1893
  msgstr "Instagram"
1894
 
1895
+ #: ../admin/social_login.php:131
1896
  msgid "Xing"
1897
  msgstr "Xing"
1898
 
1899
+ #: ../admin/social_login.php:135
1900
  msgid "Steam"
1901
  msgstr "Steam"
1902
 
1903
+ #: ../admin/social_login.php:140
1904
  msgid "Twitch"
1905
  msgstr "Twitch"
1906
 
1907
+ #: ../admin/social_login.php:145
1908
  msgid "LiveJournal"
1909
  msgstr ""
1910
 
1911
+ #: ../admin/social_login.php:153
1912
  msgid "Select Social ID provider to enable in Social Login"
1913
  msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1914
 
1915
+ #: ../admin/social_login.php:161
1916
  msgid "Facebook App ID"
1917
  msgstr "Facebook App ID"
1918
 
1919
+ #: ../admin/social_login.php:171
1920
  #, php-format
1921
  msgid ""
1922
  "Required for Facebook Social Login to work. Please follow the documentation "
1926
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1927
  "target=\"_blank\">questo collegamento</a>"
1928
 
1929
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
1930
  msgid ""
1931
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1932
  msgstr ""
1933
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
1934
  "indicato"
1935
 
1936
+ #: ../admin/social_login.php:183
1937
  #, fuzzy
1938
  msgid "Facebook App Secret"
1939
  msgstr "Facebook App ID"
1940
 
1941
+ #: ../admin/social_login.php:193
1942
  #, fuzzy, php-format
1943
  msgid ""
1944
  "Required for Facebook Social Login to work. Please follow the documentation "
1948
  "Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" "
1949
  "target=\"_blank\">questo collegamento</a>"
1950
 
1951
+ #: ../admin/social_login.php:205
1952
  msgid "Twitter API Key"
1953
  msgstr "Twitter API Key"
1954
 
1955
+ #: ../admin/social_login.php:215
1956
  #, php-format
1957
  msgid ""
1958
  "Required for Twitter Social Login to work. Please follow the documentation "
1962
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
1963
  "\"_blank\">questa pagina</a>"
1964
 
1965
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
1966
  #, fuzzy
1967
  msgid ""
1968
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1970
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
1971
  "indicato"
1972
 
1973
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
1974
  #, fuzzy
1975
  msgid ""
1976
  "Paste following url in <strong>Callback URL</strong> option at the link "
1979
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
1980
  "link indicato"
1981
 
1982
+ #: ../admin/social_login.php:231
1983
  msgid "Twitter API Secret"
1984
  msgstr "Twitter API Secret"
1985
 
1986
+ #: ../admin/social_login.php:241
1987
  #, php-format
1988
  msgid ""
1989
  "Required for Twitter Social Login to work. Please follow the documentation "
1993
  "API Secret, consulta la documentazione che trovi su <a href=\"%s\" target="
1994
  "\"_blank\">questo collegamento</a>"
1995
 
1996
+ #: ../admin/social_login.php:257
1997
  #, fuzzy
1998
  msgid "LinkedIn Client ID"
1999
  msgstr "LinkedIn"
2000
 
2001
+ #: ../admin/social_login.php:267
2002
  #, fuzzy, php-format
2003
  msgid ""
2004
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2008
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2009
  "target=\"_blank\">questo collegamento</a>"
2010
 
2011
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2012
+ #: ../admin/social_login.php:401
2013
  msgid ""
2014
  "Paste following url in <strong>Website URL</strong> option at the link "
2015
  "mentioned"
2017
  "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link "
2018
  "indicato"
2019
 
2020
+ #: ../admin/social_login.php:279
2021
  msgid "LinkedIn Client Secret "
2022
  msgstr ""
2023
 
2024
+ #: ../admin/social_login.php:289
2025
  #, fuzzy, php-format
2026
  msgid ""
2027
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2032
  "LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" "
2033
  "target=\"_blank\">questo collegamento</a>"
2034
 
2035
+ #: ../admin/social_login.php:301
2036
  msgid "Google+ Client ID"
2037
  msgstr "Google+ Client ID"
2038
 
2039
+ #: ../admin/social_login.php:311
2040
  #, php-format
2041
  msgid ""
2042
  "Required for GooglePlus Social Login to work. Please follow the "
2047
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2048
  "target=\"_blank\">questo collegamento</a>"
2049
 
2050
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2051
  #, fuzzy
2052
  msgid ""
2053
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2056
  "Incolla la seguente URL nelle opzioni <strong>Redirect URI</ strong> al link "
2057
  "indicato"
2058
 
2059
+ #: ../admin/social_login.php:323
2060
  #, fuzzy
2061
  msgid "Google+ Client Secret"
2062
  msgstr "Google+ Client ID"
2063
 
2064
+ #: ../admin/social_login.php:333
2065
  #, fuzzy, php-format
2066
  msgid ""
2067
  "Required for GooglePlus Social Login to work. Please follow the "
2072
  "GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" "
2073
  "target=\"_blank\">questo collegamento</a>"
2074
 
2075
+ #: ../admin/social_login.php:345
2076
  msgid "Vkontakte Application ID"
2077
  msgstr "Vkontakte App ID"
2078
 
2079
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2080
  #, php-format
2081
  msgid ""
2082
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2087
  "Vkontakte Application ID, consulta la documentazione che trovi su <a href="
2088
  "\"%s\" target=\"_blank\">questo collegamento</a>"
2089
 
2090
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2091
  msgid ""
2092
  "Paste following url in <strong>Site address</strong> option at the link "
2093
  "mentioned"
2095
  "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link "
2096
  "indicato"
2097
 
2098
+ #: ../admin/social_login.php:367
2099
  #, fuzzy
2100
  msgid "Vkontakte Secure key"
2101
  msgstr "Vkontakte"
2102
 
2103
+ #: ../admin/social_login.php:389
2104
  msgid "Instagram Client ID"
2105
  msgstr "Instagram Client ID"
2106
 
2107
+ #: ../admin/social_login.php:399
2108
  #, php-format
2109
  msgid ""
2110
  "Required for Instagram Social Login to work. Please follow the documentation "
2114
  "l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s"
2115
  "\" target=\"_blank\">questo collegamento</a>"
2116
 
2117
+ #: ../admin/social_login.php:411
2118
  msgid "Xing Consumer Key"
2119
  msgstr "Xing Consumer Key"
2120
 
2121
+ #: ../admin/social_login.php:421
2122
  #, php-format
2123
  msgid ""
2124
  "Required for Xing Social Login to work. Please follow the documentation at "
2128
  "Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2129
  "\"_blank\">questo collegamento</a>"
2130
 
2131
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2132
  msgid ""
2133
  "Paste following url in <strong>Callback domain</strong> option at the link "
2134
  "mentioned"
2136
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2137
  "link indicato"
2138
 
2139
+ #: ../admin/social_login.php:433
2140
  msgid "Xing Consumer Secret"
2141
  msgstr "Xing Consumer Secret"
2142
 
2143
+ #: ../admin/social_login.php:443
2144
  #, php-format
2145
  msgid ""
2146
  "Required for Xing Social Login to work. Please follow the documentation at "
2150
  "Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" "
2151
  "target=\"_blank\">questo collegamento</a>"
2152
 
2153
+ #: ../admin/social_login.php:455
2154
  #, fuzzy
2155
  msgid "Steam API Key"
2156
  msgstr "Twitter API Key"
2157
 
2158
+ #: ../admin/social_login.php:465
2159
  #, fuzzy, php-format
2160
  msgid ""
2161
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2165
  "API Key, consulta la documentazione che trovi su <a href=\"%s\" target="
2166
  "\"_blank\">questa pagina</a>"
2167
 
2168
+ #: ../admin/social_login.php:466
2169
  #, fuzzy
2170
  msgid "Save following <strong>domain</strong> to get the key"
2171
  msgstr ""
2172
  "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al "
2173
  "link indicato"
2174
 
2175
+ #: ../admin/social_login.php:475
2176
  msgid "Twitch Client ID"
2177
  msgstr "Twitch Client ID"
2178
 
2179
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2180
  #, fuzzy, php-format
2181
  msgid ""
2182
  "Required for Twitch Social Login to work. Please follow the documentation at "
2186
  "Client ID, consulta la documentazione che trovi su <a href=\"%s\" target="
2187
  "\"_blank\">questa pagina</a>"
2188
 
2189
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2190
  #, fuzzy
2191
  msgid ""
2192
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2195
  "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link "
2196
  "indicato"
2197
 
2198
+ #: ../admin/social_login.php:497
2199
  #, fuzzy
2200
  msgid "Twitch Client Secret"
2201
  msgstr "Twitch Client ID"
2202
 
2203
+ #: ../admin/social_login.php:526
2204
  msgid "Social Login Options"
2205
  msgstr "Opzioni"
2206
 
2207
+ #: ../admin/social_login.php:542
2208
  msgid "Text to display above the Social Login interface"
2209
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2210
 
2211
+ #: ../admin/social_login.php:551
2212
  msgid "Enable at login page"
2213
  msgstr "Attiva nella pagina di Login"
2214
 
2215
+ #: ../admin/social_login.php:561
2216
  msgid ""
2217
  "Social Login interface will get enabled at the login page of your website"
2218
  msgstr ""
2219
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2220
 
2221
+ #: ../admin/social_login.php:569
2222
  msgid "Enable at register page"
2223
  msgstr "Abilita nella pagina di registrazione"
2224
 
2225
+ #: ../admin/social_login.php:579
2226
  msgid ""
2227
  "Social Login interface will get enabled at the registration page of your "
2228
  "website"
2230
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2231
  "sito web"
2232
 
2233
+ #: ../admin/social_login.php:587
2234
  msgid "Enable at comment form"
2235
  msgstr "Attiva nel form dei commenti"
2236
 
2237
+ #: ../admin/social_login.php:597
2238
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2239
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2240
 
2241
+ #: ../admin/social_login.php:612
2242
  msgid "Enable before WooCommerce Customer Login Form"
2243
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2244
 
2245
+ #: ../admin/social_login.php:622
2246
  msgid ""
2247
  "Social Login Interface will get enabled before the customer login form at "
2248
  "WooCommerce My Account page"
2250
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2251
  "Woocommerce, prima del Form di Login."
2252
 
2253
+ #: ../admin/social_login.php:630
2254
  msgid "Enable after WooCommerce Customer Login Form"
2255
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2256
 
2257
+ #: ../admin/social_login.php:640
2258
  msgid ""
2259
  "Social Login Interface will get enabled after the customer login form at "
2260
  "WooCommerce My Account page"
2262
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2263
  "Woocommerce, dopo il Form di Login."
2264
 
2265
+ #: ../admin/social_login.php:648
2266
  msgid "Enable at WooCommerce checkout page"
2267
  msgstr "Abilita nella pagina checkout di WooCommerce"
2268
 
2269
+ #: ../admin/social_login.php:658
2270
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2271
  msgstr ""
2272
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2273
  "Woocommerce"
2274
 
2275
+ #: ../admin/social_login.php:669
2276
  msgid "Auto-approve comments made by Social Login users"
2277
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2278
 
2279
+ #: ../admin/social_login.php:679
2280
  msgid ""
2281
  "If this option is enabled, and WordPress comment is made by Social Login "
2282
  "user, comment will get approved immediately without keeping in moderation."
2285
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2286
  "immediatamente senza nessuna possibilitá di moderazione."
2287
 
2288
+ #: ../admin/social_login.php:680
2289
  msgid "Note: This is not related to Facebook comments"
2290
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2291
 
2292
+ #: ../admin/social_login.php:690
2293
  msgid "Enable social avatar"
2294
  msgstr "Abilita Avatar"
2295
 
2296
+ #: ../admin/social_login.php:700
2297
  msgid ""
2298
  "Social profile pictures of the logged in user will be displayed as profile "
2299
  "avatar"
2301
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2302
  "avatar del profilo sul tuo sito"
2303
 
2304
+ #: ../admin/social_login.php:710
2305
  msgid "Avatar quality"
2306
  msgstr "Qualità Avatar"
2307
 
2308
+ #: ../admin/social_login.php:713
2309
  msgid "Average"
2310
  msgstr "Media"
2311
 
2312
+ #: ../admin/social_login.php:714
2313
  msgid "Best"
2314
  msgstr "Migliore"
2315
 
2316
+ #: ../admin/social_login.php:721
2317
  msgid "Choose avatar quality"
2318
  msgstr "Scelta qualità Avatar"
2319
 
2320
+ #: ../admin/social_login.php:730
2321
  msgid ""
2322
  "Show option for users to update social avatar at BuddyPress profile page"
2323
  msgstr ""
2324
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2325
  "profilo BuddyPress"
2326
 
2327
+ #: ../admin/social_login.php:740
2328
  msgid ""
2329
  "If enabled, users would be able to update their social avatar from \"Profile "
2330
  "photo\" section in BuddyPress profile at front-end"
2332
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2333
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2334
 
2335
+ #: ../admin/social_login.php:761
2336
  msgid ""
2337
  "If enabled and Social ID provider does not provide user's email address on "
2338
  "login, user will be asked to provide his/her email address. Otherwise, a "
2343
  "completare questa informazione. In caso contrario, sará generata una email "
2344
  "fittizia"
2345
 
2346
+ #: ../admin/social_login.php:770
2347
  msgid "Send post-registration email to user to set account password"
2348
  msgstr ""
2349
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2350
  "password"
2351
 
2352
+ #: ../admin/social_login.php:780
2353
  msgid ""
2354
  "If enabled, an email will be sent to user after registration through Social "
2355
  "Login, regarding his/her login credentials (username-password to be able to "
2359
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2360
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2361
 
2362
+ #: ../admin/social_login.php:788
2363
  msgid "Send new user registration notification email to admin"
2364
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2365
 
2366
+ #: ../admin/social_login.php:798
2367
  msgid ""
2368
  "If enabled, an email will be sent to admin after new user registers through "
2369
  "Social Login, notifying admin about the new user registration"
2372
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2373
  "registrazione"
2374
 
2375
+ #: ../admin/social_login.php:806
2376
  msgid "Login redirection"
2377
  msgstr "Reindirizzamento Login"
2378
 
2379
+ #: ../admin/social_login.php:810
2380
  msgid "Same page where user logged in"
2381
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2382
 
2383
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2384
  msgid "Account dashboard"
2385
  msgstr "Pannello Account"
2386
 
2387
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2388
  msgid "BuddyPress profile page"
2389
  msgstr "Pagina di profilo BuddyPress"
2390
 
2391
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2392
  msgid "Custom Url"
2393
  msgstr "Url personalizzata"
2394
 
2395
+ #: ../admin/social_login.php:828
2396
  msgid "User will be redirected to the selected page after Social Login"
2397
  msgstr ""
2398
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2399
 
2400
+ #: ../admin/social_login.php:836
2401
  msgid "Registration redirection"
2402
  msgstr "Reindirizzamento Registratione"
2403
 
2404
+ #: ../admin/social_login.php:840
2405
  msgid "Same page from where user registered"
2406
  msgstr "La stessa pagina dove l'utente si è registrato"
2407
 
2408
+ #: ../admin/social_login.php:858
2409
  msgid ""
2410
  "User will be redirected to the selected page after registration (first "
2411
  "Social Login) through Social Login"
2413
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2414
  "(il primo Social Login) tramite il Social Login"
2415
 
2416
+ #: ../admin/social_login.php:867
2417
  #, fuzzy
2418
  msgid "Social Account Linking Options"
2419
  msgstr "Collegamento Social Account"
2420
 
2421
+ #: ../admin/social_login.php:883
2422
  #, fuzzy
2423
  msgid "Text to display above the Social Account Linking interface"
2424
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2425
 
2426
+ #: ../admin/social_login.php:891
2427
  #, fuzzy
2428
  msgid ""
2429
  "Link social account to already existing account, if email address matches"
2430
  msgstr ""
2431
  "Collega il tuo social account per accedere al tuo account su questo sito"
2432
 
2433
+ #: ../admin/social_login.php:901
2434
  msgid ""
2435
  "If email address of the user's Social Account matches with an already "
2436
  "existing account at your website, that social account will be linked to "
2438
  "Linking interface at their profile page."
2439
  msgstr ""
2440
 
2441
+ #: ../admin/social_login.php:910
2442
  msgid "Enable social account linking at BuddyPress profile page"
2443
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2444
 
2445
+ #: ../admin/social_login.php:920
2446
  msgid ""
2447
  "Enable this option to show social account linking interface at BuddyPress "
2448
  "profile page"
2450
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2451
  "nella pagina di profilo BuddyPress"
2452
 
2453
+ #: ../admin/social_login.php:931
2454
  msgid "Email popup options"
2455
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2456
 
2457
+ #: ../admin/social_login.php:937
2458
  msgid "Text on 'Email required' popup"
2459
  msgstr "Testo del pop-up"
2460
 
2461
+ #: ../admin/social_login.php:947
2462
  msgid ""
2463
  "This text will be displayed on email required popup. Leave empty if not "
2464
  "required."
2466
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2467
  "bianco se non si vuole utilizzare."
2468
 
2469
+ #: ../admin/social_login.php:956
2470
  msgid "Error message for 'Email required' popup"
2471
  msgstr "Messaggio d'errore"
2472
 
2473
+ #: ../admin/social_login.php:966
2474
  msgid ""
2475
  "This message will be displayed to user if it provides invalid or already "
2476
  "registered email"
2478
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2479
  "indirizzo email non valido o già registrato."
2480
 
2481
+ #: ../admin/social_login.php:975
2482
  msgid "Email popup height"
2483
  msgstr "Altezza pop-up Email"
2484
 
2485
+ #: ../admin/social_login.php:985
2486
  msgid ""
2487
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2488
  "can increase the height of popup by specifying in this option. Leave empty "
2492
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2493
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2494
 
2495
+ #: ../admin/social_login.php:993
2496
  msgid "Enable email verification"
2497
  msgstr "Abilita verifica email"
2498
 
2499
+ #: ../admin/social_login.php:1003
2500
  msgid ""
2501
  "If enabled, email provided by the user will be verified by sending a "
2502
  "confirmation link to that email. User would not be able to login without "
2506
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2507
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2508
 
2509
+ #: ../admin/social_login.php:1024
2510
  #, fuzzy
2511
  msgid "Enable GDPR opt-in"
2512
  msgstr "Abilita Disqus Commenting"
2513
 
2514
+ #: ../admin/social_login.php:1034
2515
  msgid ""
2516
  "Enable it to show GDPR opt-in for social login and social account linking"
2517
  msgstr ""
2518
 
2519
+ #: ../admin/social_login.php:1043
2520
  #, fuzzy
2521
  msgid "Placement of GDPR opt-in"
2522
  msgstr "Abilita Disqus Commenting"
2523
 
2524
+ #: ../admin/social_login.php:1047
2525
  #, fuzzy
2526
  msgid "Above Social Login icons"
2527
  msgstr "Opzioni"
2528
 
2529
+ #: ../admin/social_login.php:1049
2530
  #, fuzzy
2531
  msgid "Below Social Login icons"
2532
  msgstr "Opzioni"
2533
 
2534
+ #: ../admin/social_login.php:1055
2535
  #, fuzzy
2536
  msgid "Placement of GDPR opt-in above or below the social login icons"
2537
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2538
 
2539
+ #: ../admin/social_login.php:1063
2540
  msgid "Opt-in text"
2541
  msgstr ""
2542
 
2543
+ #: ../admin/social_login.php:1073
2544
  #, fuzzy
2545
  msgid "Text for the GDPR opt-in"
2546
  msgstr "Abilita Disqus Commenting"
2547
 
2548
+ #: ../admin/social_login.php:1081
2549
  msgid "Text to link to Privacy Policy page"
2550
  msgstr ""
2551
 
2552
+ #: ../admin/social_login.php:1091
2553
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2554
  msgstr ""
2555
 
2556
+ #: ../admin/social_login.php:1099
2557
  msgid "Privacy Policy Url"
2558
  msgstr ""
2559
 
2560
+ #: ../admin/social_login.php:1109
2561
  #, fuzzy
2562
  msgid "Url of the privacy policy page of your website"
2563
  msgstr "Url della homepage del tuo sito web"
2564
 
2565
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2566
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2567
  msgid "Select"
2568
  msgstr "Selezionare"
2569
 
2570
+ #: ../admin/social_login.php:1191
2571
  msgid "Social Login Shortcode & Widget"
2572
  msgstr "Shortcode & Widget"
2573
 
2574
+ #: ../admin/social_login.php:1192
2575
  msgid "Social Linking Shortcode"
2576
  msgstr "Social Linking Shortcode"
2577
 
2578
+ #: ../admin/social_login.php:1207
2579
  msgid "Why is social login not working?"
2580
  msgstr ""
2581
 
2582
+ #: ../admin/social_login.php:1208
2583
  msgid ""
2584
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2585
  "belong to the same app"
2586
  msgstr ""
2587
 
2588
+ #: ../admin/social_login.php:1210
2589
  msgid ""
2590
  "Why the user is not appearing logged in even after Social Login until the "
2591
  "webpage is refreshed manually?"
2592
  msgstr ""
2593
 
2594
+ #: ../admin/like_buttons.php:20
2595
  msgid "Enable Like Buttons"
2596
  msgstr "Attiva Pulsanti Mi-Piace"
2597
 
2598
+ #: ../admin/like_buttons.php:30
2599
  msgid ""
2600
  "Master control for like buttons. It must be checked to enable like buttons "
2601
  "functionality"
2603
  "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per "
2604
  "attivare le funzionalitá dei pulsanti Mi-Piace"
2605
 
2606
+ #: ../admin/like_buttons.php:60
2607
  msgid "Standard Interface Options"
2608
  msgstr "Opzioni"
2609
 
2610
+ #: ../admin/like_buttons.php:66
2611
  msgid "Enable standard interface"
2612
  msgstr "Abilita interfaccia standard"
2613
 
2614
+ #: ../admin/like_buttons.php:76
2615
  msgid "Master control to enable horizontal like buttons"
2616
  msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
2617
 
2618
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2619
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2620
  msgstr ""
2621
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
2622
 
2623
+ #: ../admin/like_buttons.php:119
2624
  msgid "The text to display above the interface"
2625
  msgstr "Il testo che sarà mostrato sopra l'interfaccia"
2626
 
2627
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2628
  msgid "Select and rearrange providers"
2629
  msgstr "Seleziona e riorganizza i provider"
2630
 
2631
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2632
  msgid "Select the providers for interface. Drag them to rearrange."
2633
  msgstr ""
2634
  "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
2635
 
2636
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2637
  msgid "Horizontal alignment of the interface"
2638
  msgstr "Allineamento orizzontale dell'interfaccia"
2639
 
2640
+ #: ../admin/like_buttons.php:214
2641
  msgid "Specify position of the interface with respect to the content"
2642
  msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
2643
 
2644
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2645
  msgid "Interface location"
2646
  msgstr "Collocazione"
2647
 
2648
+ #: ../admin/like_buttons.php:292
2649
  msgid "Specify the pages where you want to enable interface"
2650
  msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
2651
 
2652
+ #: ../admin/like_buttons.php:310
2653
  msgid "Vertical (Floating) like buttons Options"
2654
  msgstr "Opzioni"
2655
 
2656
+ #: ../admin/like_buttons.php:316
2657
  msgid "Enable floating like buttons"
2658
  msgstr "Abilita pulsanti"
2659
 
2660
+ #: ../admin/like_buttons.php:326
2661
  msgid "Master control to enable vertical (floating) counter widget"
2662
  msgstr ""
2663
  "Controllo Principale per abilitare il counter widget verticale (floating)"
2664
 
2665
+ #: ../admin/like_buttons.php:420
2666
  msgid ""
2667
  "Specify the color or hex code (example #cc78e0) for the background of "
2668
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2673
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
2674
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
2675
 
2676
+ #: ../admin/like_buttons.php:460
2677
  msgid ""
2678
  "Specify a number. Increase in number will shift interface towards right and "
2679
  "decrease will shift it towards left. Number can be negative too."
2682
  "verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può "
2683
  "anche essere negativo."
2684
 
2685
+ #: ../admin/like_buttons.php:480
2686
  msgid ""
2687
  "Specify a number. Increase in number will shift interface towards left and "
2688
  "decrease will shift it towards right. Number can be negative too."
2691
  "verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può "
2692
  "anche essere negativo."
2693
 
2694
+ #: ../admin/like_buttons.php:499
2695
  msgid ""
2696
  "Specify a number. Increase in number will shift interface towards bottom and "
2697
  "decrease will shift it towards top."
2699
  "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore "
2700
  "verso il basso, un numero piú piccolo lo muove all'alto."
2701
 
2702
+ #: ../admin/like_buttons.php:555
2703
  msgid "Specify the pages where you want to enable vertical interface"
2704
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
2705
 
2706
+ #: ../admin/like_buttons.php:563
2707
  msgid "Hide like buttons on mobile devices"
2708
  msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
2709
 
2710
+ #: ../admin/like_buttons.php:573
2711
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2712
  msgstr ""
2713
  "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno "
2714
  "sui dispositivi mobili"
2715
 
2716
+ #: ../admin/like_buttons.php:598
2717
  msgid "Use shortlinks already installed, for tweet button"
2718
  msgstr "Utilizza shortlinks installati er pulsante Tweet"
2719
 
2720
+ #: ../admin/like_buttons.php:608
2721
  msgid ""
2722
  "Allows for shortened URLs to be used when sharing content if a shortening "
2723
  "plugin is installed"
2725
  "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e "
2726
  "se è installato uno plugin shortening"
2727
 
2728
+ #: ../admin/like_buttons.php:616
2729
  msgid "Enable bit.ly url shortener for tweet button"
2730
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
2731
 
2732
+ #: ../admin/like_buttons.php:634
2733
  msgid "bit.ly username"
2734
  msgstr "bit.ly username"
2735
 
2736
+ #: ../admin/like_buttons.php:644
2737
  #, php-format
2738
  msgid ""
2739
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2742
  "Per ottenere il vostro username accedete al vostro account bit.ly e andate a "
2743
  "<a href=\"%s\" target=\"_blank\">questo link</a>"
2744
 
2745
+ #: ../admin/like_buttons.php:663
2746
  #, php-format
2747
  msgid ""
2748
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2751
  "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a "
2752
  "<a href=\"%s\" target=\"_blank\">questo link</a>"
2753
 
2754
+ #: ../admin/like_buttons.php:708
2755
  #, php-format
2756
  msgid ""
2757
  "Enter the code of the language you want to use to render counters. You can "
2763
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2764
  "predefinita"
2765
 
2766
+ #: ../admin/like_buttons.php:717
2767
  msgid "Twitter Username"
2768
  msgstr "Username Twitter"
2769
 
2770
+ #: ../admin/like_buttons.php:723
2771
  msgid "Twitter username for Tweet (without @)"
2772
  msgstr "Username Twitter per Tweet (senza @)"
2773
 
2774
+ #: ../admin/like_buttons.php:733
2775
  msgid ""
2776
  "Provided username will be appended after the content being tweeted as \"via "
2777
  "@USERNAME\". Leave empty if you do not want any username."
2779
  "La username fornita viene aggiunta dopo il contenuto del tweet come \"via "
2780
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2781
 
2782
+ #: ../admin/like_buttons.php:742
2783
  msgid "Twitter username for Buffer sharing (without @)"
2784
  msgstr "Username Twitter per Buffer sharing (senza @)"
2785
 
2786
+ #: ../admin/like_buttons.php:752
2787
  msgid ""
2788
  "Provided username will be appended after the content in Buffer sharing as "
2789
  "\"via @USERNAME\". Leave empty if you do not want any username."
2791
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
2792
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2793
 
2794
+ #: ../admin/like_buttons.php:799
2795
  msgid "Like Buttons Shortcode & Widget"
2796
  msgstr "Pulsanti Shortcode & Widget"
2797
 
2827
  msgid "Providers not selected"
2828
  msgstr "Providers non selezionati"
2829
 
2830
+ #: ../inc/social_login.php:721
2831
  msgid "Email"
2832
  msgstr "Email"
2833
 
2834
+ #: ../inc/social_login.php:722
2835
  msgid "Confirm email"
2836
  msgstr "Conferma email"
2837
 
2838
+ #: ../inc/social_login.php:724
2839
  msgid "Save"
2840
  msgstr "Salva"
2841
 
2842
+ #: ../inc/social_login.php:725
2843
  msgid "Cancel"
2844
  msgstr "Cancella"
2845
 
2846
+ #: ../inc/social_login.php:799
2847
  msgid "Email Verification"
2848
  msgstr "Abilita verifica email"
2849
 
2850
+ #: ../inc/social_login.php:801
2851
  msgid ""
2852
  "Please click on the following link or paste it in browser to verify your "
2853
  "email"
2887
  msgid "Title (after login):"
2888
  msgstr ""
2889
 
2890
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
2891
+ #: ../inc/widget.php:919
2892
  msgid "Before widget content:"
2893
  msgstr "Prima del contenuto del widget:"
2894
 
2895
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
2896
+ #: ../inc/widget.php:990
2897
  msgid "After widget content:"
2898
  msgstr "Dopo il contenuto del widget:"
2899
 
2900
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
2901
+ #: ../inc/widget.php:596 ../inc/widget.php:759
2902
  msgid "Hide for logged in users:"
2903
  msgstr "Nascondi per gli utenti loggati:"
2904
 
2911
  "sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ "
2912
  "e molti altri"
2913
 
2914
+ #: ../inc/widget.php:243
2915
  msgid ""
2916
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2917
  "Social Sharing\" page."
2919
  "Assicurati che \"Social Sharing Standard\" sia abilitato alla pagina \"Super "
2920
  "Socializer> Social Sharing\"."
2921
 
2922
+ #: ../inc/widget.php:244 ../inc/widget.php:582
2923
  msgid "Title:"
2924
  msgstr "Titolo:"
2925
 
2926
+ #: ../inc/widget.php:246 ../inc/widget.php:416
2927
  msgid "Show individual share counts:"
2928
  msgstr "Mostra conteggi condivisioni individuali:"
2929
 
2930
+ #: ../inc/widget.php:248 ../inc/widget.php:418
2931
  msgid "Show total shares:"
2932
  msgstr "Mostra totale condivisioni:"
2933
 
2934
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
2935
+ #: ../inc/widget.php:732
2936
  msgid "Target Url:"
2937
  msgstr "URL di destinazione:"
2938
 
2939
+ #: ../inc/widget.php:281
2940
  msgid ""
2941
  "Floating sharing widget. Let your website users share content on popular "
2942
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2945
  "sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, "
2946
  "Google+, e molti altri"
2947
 
2948
+ #: ../inc/widget.php:415
2949
  msgid ""
2950
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2951
  "Social Sharing\" page."
2953
  "Assicurati che \"Social Sharing Floating\" sia abilitato alla pagina \"Super "
2954
  "Socializer> Social Sharing\"."
2955
 
2956
+ #: ../inc/widget.php:428 ../inc/widget.php:740
2957
  msgid "Alignment"
2958
  msgstr "Allineamento"
2959
 
2960
+ #: ../inc/widget.php:434 ../inc/widget.php:746
2961
  msgid "Left Offset"
2962
  msgstr "Left Offset"
2963
 
2964
+ #: ../inc/widget.php:438 ../inc/widget.php:750
2965
  msgid "Right Offset"
2966
  msgstr "Right Offset"
2967
 
2968
+ #: ../inc/widget.php:441 ../inc/widget.php:753
2969
  msgid "Top Offset"
2970
  msgstr "Top Offset"
2971
 
2972
+ #: ../inc/widget.php:466
2973
  msgid ""
2974
  "Standard like buttons widget. Let your website users share/like content on "
2975
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2978
  "mi piace per i contenuti del tuo sito web nelle reti popolari come Facebook, "
2979
  "Twitter, Tumblr, Google+, e molte altre."
2980
 
2981
+ #: ../inc/widget.php:581
2982
  msgid ""
2983
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2984
  "Like Buttons\" page."
2986
  "Assicurati che i \"Pulsanti Standard Mi-Piace\" siano abilitati nella pagina "
2987
  "\"Super Socializer > Like Buttons\"."
2988
 
2989
+ #: ../inc/widget.php:615
2990
  msgid ""
2991
  "Floating like buttons widget. Let your website users share/like content on "
2992
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2995
  "contenuti del tuo sito web nei Social networks più popolari come Facebook, "
2996
  "Twitter, Tumblr, Google+, e molti altri"
2997
 
2998
+ #: ../inc/widget.php:731
2999
  msgid ""
3000
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3001
  "Like Buttons\" page."
3003
  "Assicurati che i \"Pulsanti Floating Mi-Piace\" siano abilitati nella pagina "
3004
  "\"Super Socializer > Like Buttons\"."
3005
 
3006
+ #: ../inc/widget.php:775
3007
  #, fuzzy
3008
  msgid "Super Socializer - Follow Icons"
3009
  msgstr "Super Socializer - Login"
3010
 
3011
+ #: ../inc/widget.php:777
3012
  #, fuzzy
3013
  msgid "These icons link to your Social Media accounts"
3014
  msgstr "Login con il tuo Account Social"
3015
 
3016
+ #: ../inc/widget.php:923
3017
  #, fuzzy
3018
  msgid "Size of icons"
3019
  msgstr "Dimensione delle icone"
3020
 
3021
+ #: ../inc/widget.php:925
3022
  #, fuzzy
3023
  msgid "Icon Shape"
3024
  msgstr "Forma"
3025
 
3026
+ #: ../inc/widget.php:930
3027
  #, fuzzy
3028
  msgid "Facebook URL:"
3029
  msgstr "Facebook App ID"
3030
 
3031
+ #: ../inc/widget.php:933
3032
  #, fuzzy
3033
  msgid "Twitter URL:"
3034
  msgstr "Twitter"
3035
 
3036
+ #: ../inc/widget.php:936
3037
  #, fuzzy
3038
  msgid "Instagram URL:"
3039
  msgstr "Instagram"
3040
 
3041
+ #: ../inc/widget.php:939
3042
  #, fuzzy
3043
  msgid "Pinterest URL:"
3044
  msgstr "Pinterest"
3045
 
3046
+ #: ../inc/widget.php:942
3047
  msgid "Behance URL:"
3048
  msgstr ""
3049
 
3050
+ #: ../inc/widget.php:945
3051
  msgid "Flickr URL:"
3052
  msgstr ""
3053
 
3054
+ #: ../inc/widget.php:948
3055
  msgid "Foursquare URL:"
3056
  msgstr ""
3057
 
3058
+ #: ../inc/widget.php:951
3059
  msgid "Github URL:"
3060
  msgstr ""
3061
 
3062
+ #: ../inc/widget.php:954
3063
  #, fuzzy
3064
  msgid "Google+ URL:"
3065
  msgstr "Google+"
3066
 
3067
+ #: ../inc/widget.php:957
3068
  #, fuzzy
3069
  msgid "LinkedIn URL:"
3070
  msgstr "LinkedIn"
3071
 
3072
+ #: ../inc/widget.php:960
3073
  #, fuzzy
3074
  msgid "LinkedIn Company URL:"
3075
  msgstr "LinkedIn"
3076
 
3077
+ #: ../inc/widget.php:963
3078
+ #, fuzzy
3079
+ msgid "Medium URL:"
3080
+ msgstr "Tumblr"
3081
+
3082
+ #: ../inc/widget.php:966
3083
+ msgid "Odnoklassniki URL:"
3084
+ msgstr ""
3085
+
3086
+ #: ../inc/widget.php:969
3087
  msgid "Snapchat URL:"
3088
  msgstr ""
3089
 
3090
+ #: ../inc/widget.php:972
3091
  #, fuzzy
3092
  msgid "Tumblr URL:"
3093
  msgstr "Tumblr"
3094
 
3095
+ #: ../inc/widget.php:975
3096
  msgid "Vimeo URL:"
3097
  msgstr ""
3098
 
3099
+ #: ../inc/widget.php:978
3100
+ #, fuzzy
3101
+ msgid "Vkontakte URL:"
3102
+ msgstr "Vkontakte"
3103
+
3104
+ #: ../inc/widget.php:981
3105
  msgid "Youtube URL:"
3106
  msgstr ""
3107
 
3108
+ #: ../inc/widget.php:984
3109
  msgid "Youtube Channel URL:"
3110
  msgstr ""
3111
 
3112
+ #: ../inc/widget.php:987
3113
  msgid "RSS Feed URL:"
3114
  msgstr ""
3115
 
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: 2018-12-01 11:42+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:42+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -70,7 +70,7 @@ msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
- #: ../super_socializer.php:872 ../helper.php:975
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
@@ -82,7 +82,7 @@ msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
- #: ../super_socializer.php:894 ../admin/social_login.php:746
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
@@ -115,12 +115,12 @@ msgstr "LinkedIn"
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
119
- #: ../admin/social_commenting.php:43
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
- #: ../super_socializer.php:1296 ../helper.php:897
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
@@ -132,7 +132,7 @@ msgstr "Url para Avatar pequeno"
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
- #: ../super_socializer.php:1307 ../helper.php:900
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
@@ -140,7 +140,7 @@ msgstr ""
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
- #: ../super_socializer.php:1311 ../helper.php:901
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
@@ -333,91 +333,105 @@ msgstr "Conta associada com sucesso"
333
  msgid "Account already exists or linked"
334
  msgstr "Conta já existente ou já está associada"
335
 
336
- #: ../helper.php:626 ../helper.php:632
337
  msgid "Currently"
338
  msgstr "Atualmente"
339
 
340
- #: ../helper.php:626 ../helper.php:632
341
  msgid "Connected with"
342
  msgstr ""
343
 
344
- #: ../helper.php:626 ../helper.php:632
345
  msgid "Remove"
346
  msgstr "Remover"
347
 
348
- #: ../helper.php:703
349
  #, fuzzy
350
  msgid "Social Account Linking"
351
  msgstr "Comentário Social"
352
 
353
- #: ../helper.php:753
354
  msgid "Disable Standard Social Sharing on this "
355
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
356
 
357
- #: ../helper.php:758
358
  msgid "Disable Floating Social Sharing on this "
359
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
360
 
361
- #: ../helper.php:763
362
  msgid "Disable Standard like buttons on this "
363
  msgstr "Desabilitar o botão de like padrão neste(a) "
364
 
365
- #: ../helper.php:768
366
  msgid "Disable Floating like buttons on this "
367
  msgstr "Desabilitar o botão flutuante de like neste(a) "
368
 
369
- #: ../helper.php:773
370
  msgid "Disable Social Commenting on this "
371
  msgstr "Desabilitar o Comentário Social neste(a) "
372
 
373
- #: ../helper.php:782
374
  msgid "Standard Sharing Interface"
375
  msgstr "Interface Padrão de Compartilhamento"
376
 
377
- #: ../helper.php:788 ../helper.php:807
378
  msgid "Starting share count for "
379
  msgstr "Iniciando contagem compartilhada para "
380
 
381
- #: ../helper.php:801
382
  msgid "Floating Sharing Interface"
383
  msgstr "Interface de Compartilhamento Flutuante"
384
 
385
- #: ../helper.php:904
386
  msgid "Small Avatar"
387
  msgstr "Avatar Pequeno"
388
 
389
- #: ../helper.php:908
390
  msgid "Large Avatar"
391
  msgstr "Avatar Grande"
392
 
393
- #: ../helper.php:912 ../admin/general_options.php:128
394
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
395
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
396
  msgid "Save Changes"
397
  msgstr "Salvar Alterações"
398
 
399
- #: ../helper.php:1012
400
  msgid "Click to delete social profile data"
401
  msgstr ""
402
 
403
- #: ../helper.php:1041
404
  #, fuzzy
405
  msgid "Deleting"
406
  msgstr "Configurações"
407
 
408
- #: ../helper.php:1051
409
  msgid "Deleted"
410
  msgstr ""
411
 
412
- #: ../helper.php:1053
413
  msgid "Something bad happened"
414
  msgstr ""
415
 
416
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
417
  msgid "Include Javascript in website footer"
418
  msgstr "Incluir Javascript no rodapé do website"
419
 
420
- #: ../admin/general_options.php:27
421
  msgid ""
422
  "If enabled (recommended), Javascript files will be included in the footer of "
423
  "your website."
@@ -425,19 +439,19 @@ msgstr ""
425
  "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
426
  "do seu website."
427
 
428
- #: ../admin/general_options.php:35
429
  msgid "Load all Javascript files in single file"
430
  msgstr "Consolide todos os Javascripts em um único arquivo"
431
 
432
- #: ../admin/general_options.php:45
433
  msgid "Loads Javascript in single request."
434
  msgstr "Carrega Javascript em uma única operação."
435
 
436
- #: ../admin/general_options.php:53
437
  msgid "Delete all the options on plugin deletion"
438
  msgstr "Remove todas as opções na remoção do pluguin"
439
 
440
- #: ../admin/general_options.php:63
441
  msgid ""
442
  "If enabled, plugin options will get deleted when plugin is deleted/"
443
  "uninstalled and you will need to reconfigure the options when you install "
@@ -447,56 +461,56 @@ msgstr ""
447
  "removido/desistalado e você necessitará reconfigurar as opções quando você "
448
  "instalar o plugin da próxima vez."
449
 
450
- #: ../admin/general_options.php:71
451
  msgid ""
452
  "Show popup notification to users if their browsers block the plugin features"
453
  msgstr ""
454
 
455
- #: ../admin/general_options.php:81
456
  msgid ""
457
  "If enabled, your website visitors will see a popup notification (only once) "
458
  "if their browsers block any of the features of the plugin so that they can "
459
  "change their browser settings to unblock these."
460
  msgstr ""
461
 
462
- #: ../admin/general_options.php:91
463
  msgid "Message to show in popup notification"
464
  msgstr ""
465
 
466
- #: ../admin/general_options.php:101
467
  msgid ""
468
  "Use {support_url} placeholder to show support documentation url in message"
469
  msgstr ""
470
 
471
- #: ../admin/general_options.php:110
472
  msgid "Custom CSS"
473
  msgstr "CSS Personalizado"
474
 
475
- #: ../admin/general_options.php:120
476
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
477
  msgstr ""
478
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
479
  "style&gt; )"
480
 
481
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
482
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
483
- #: ../admin/like_buttons.php:827
484
  #, fuzzy
485
  msgid "Instagram Shoutout"
486
  msgstr "Instagram"
487
 
488
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
489
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
490
- #: ../admin/like_buttons.php:829
491
  msgid ""
492
  "If you can send (to hello@heateor.com) how our plugin is helping your "
493
  "business, we can share it on Instagram. You can also send any relevant "
494
  "hashtags and people to mention in the Instagram post."
495
  msgstr ""
496
 
497
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
498
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
499
- #: ../admin/like_buttons.php:830
500
  msgid ""
501
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
502
  "language courses through their website. They have emerged as one of the most "
@@ -505,9 +519,9 @@ msgid ""
505
  "time."
506
  msgstr ""
507
 
508
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
509
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
510
- #: ../admin/like_buttons.php:831
511
  msgid ""
512
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
513
  "features at their website, such as - Social Login, Social Share and Social "
@@ -547,7 +561,7 @@ msgstr "Plugin Demo"
547
  msgid "Translate Plugin"
548
  msgstr ""
549
 
550
- #: ../admin/help.php:37 ../admin/social_login.php:53
551
  #, fuzzy
552
  msgid "Customize Social Login Icons"
553
  msgstr "Autenticação Social"
@@ -609,70 +623,70 @@ msgstr "Ajude-nos"
609
  msgid "Rate 5-star"
610
  msgstr "Pontue como 5-strelas"
611
 
612
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
613
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
614
  msgid "Master Control"
615
  msgstr "Controle Mestre"
616
 
617
- #: ../admin/social_sharing.php:14
618
  msgid "Enable Social Sharing"
619
  msgstr "Habilitar Compartilhamento Social"
620
 
621
- #: ../admin/social_sharing.php:23
622
  msgid "Master control to enable Social Sharing"
623
  msgstr "Controle mestre para habilitar o Compartilhamento Social"
624
 
625
- #: ../admin/social_sharing.php:33
626
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
627
  msgstr ""
628
 
629
- #: ../admin/social_sharing.php:41
630
  msgid "Theme Selection"
631
  msgstr "Escolha de Temas"
632
 
633
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
634
  msgid "Standard Interface"
635
  msgstr "Interface Padrão"
636
 
637
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
638
  msgid "Floating Interface"
639
  msgstr "Interface Flutuante"
640
 
641
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
642
  msgid "Miscellaneous"
643
  msgstr "Miscelânia"
644
 
645
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
646
  msgid "3rd Party Integration"
647
  msgstr ""
648
 
649
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
650
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
651
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
652
- #: ../admin/like_buttons.php:793
653
  msgid "Shortcode & Widget"
654
  msgstr "Shortcode & Widget"
655
 
656
- #: ../admin/social_sharing.php:53
657
  msgid "Troubleshooter"
658
  msgstr "Resolução de Problemas"
659
 
660
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
661
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
662
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
663
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
664
  msgid "FAQ"
665
  msgstr "P&R"
666
 
667
- #: ../admin/social_sharing.php:62
668
  msgid "Standard interface theme"
669
  msgstr "Tema padrão da interface"
670
 
671
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
672
  msgid "Icon Preview"
673
  msgstr "Visualização do Ícone"
674
 
675
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
676
  msgid ""
677
  "Do not forget to save the configuration after making changes by clicking the "
678
  "save button below"
@@ -680,57 +694,57 @@ msgstr ""
680
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
681
  "botão de salvar abaixo"
682
 
683
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
684
  msgid "Shape"
685
  msgstr "Forma"
686
 
687
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
688
- #: ../inc/widget.php:907
689
  msgid "Round"
690
  msgstr "Arredondada"
691
 
692
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
693
- #: ../inc/widget.php:908
694
  msgid "Square"
695
  msgstr "Quadrada"
696
 
697
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
698
  msgid "Rectangle"
699
  msgstr "Retangular"
700
 
701
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
702
  msgid "Shape of the sharing icons"
703
  msgstr "Forma dos ícones de compartilhameto"
704
 
705
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
706
  msgid "Size (in pixels)"
707
  msgstr "Tamanho (em pixels)"
708
 
709
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
710
  msgid "Size of the sharing icons"
711
  msgstr "Tamanho dos ícones de compartilhameto"
712
 
713
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
714
  msgid "Width (in pixels)"
715
  msgstr "Largura (em pixels)"
716
 
717
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
718
  msgid "Width of the sharing icons"
719
  msgstr "Largura dos ícones de compartilhameto"
720
 
721
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
722
  msgid "Height (in pixels)"
723
  msgstr "Altura (em pixels)"
724
 
725
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
726
  msgid "Height of the sharing icons"
727
  msgstr "Altura dos ícones de compartilhameto"
728
 
729
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
730
  msgid "Border radius (in pixels)"
731
  msgstr "Raio da borda (em pixels)"
732
 
733
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
734
  msgid ""
735
  "Specify a value for rounded corners. More the value, more rounded will the "
736
  "corners be. Leave empty for sharp corners."
@@ -738,23 +752,23 @@ msgstr ""
738
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
739
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
740
 
741
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
742
  msgid "Logo Color"
743
  msgstr "Cor do logo"
744
 
745
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
746
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
747
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
748
  msgid "Default"
749
  msgstr "Padrão"
750
 
751
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
752
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
753
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
754
  msgid "On Hover"
755
  msgstr "Em foco"
756
 
757
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
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 "
@@ -765,13 +779,13 @@ msgstr ""
765
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
766
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
767
 
768
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
769
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
770
- #: ../inc/widget.php:436 ../inc/widget.php:748
771
  msgid "Background Color"
772
  msgstr "Cor de Fundo"
773
 
774
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
775
  msgid ""
776
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
777
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -784,280 +798,280 @@ msgstr ""
784
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
785
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
786
 
787
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
788
  msgid "Border"
789
  msgstr "Borda"
790
 
791
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
792
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
793
  msgid "Border Width"
794
  msgstr "Largura da Borda"
795
 
796
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
797
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
798
  msgid "Border Color"
799
  msgstr "Cor da Borda"
800
 
801
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
802
  msgid "Icon border"
803
  msgstr "Ícone da borda"
804
 
805
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
806
  msgid "Counter Position"
807
  msgstr "Posição do Contador"
808
 
809
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
810
  msgid "(applies, if counter enabled)"
811
  msgstr "(aplica-se, caso o contador esteja habilitado)"
812
 
813
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
814
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
815
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
816
- #: ../inc/widget.php:422 ../inc/widget.php:734
817
  msgid "Left"
818
  msgstr "Esquerda"
819
 
820
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
821
  msgid "Top"
822
  msgstr "Acima"
823
 
824
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
825
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
826
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
827
- #: ../inc/widget.php:423 ../inc/widget.php:735
828
  msgid "Right"
829
  msgstr "Direita"
830
 
831
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
832
  msgid "Bottom"
833
  msgstr "Abaixo"
834
 
835
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
836
  msgid "Inner Left"
837
  msgstr "Inner a Esquerda"
838
 
839
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
840
  msgid "Inner Top"
841
  msgstr "Inner Acima"
842
 
843
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
844
  msgid "Inner Right"
845
  msgstr "Inner a Direita"
846
 
847
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
848
  msgid "Inner Bottom"
849
  msgstr "Inner a Baixo"
850
 
851
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
852
  msgid "Position of share counter"
853
  msgstr "Posição do contador de compartilhamento"
854
 
855
- #: ../admin/social_sharing.php:369
856
  msgid "Floating interface theme"
857
  msgstr "Tema da inteface flutuante"
858
 
859
- #: ../admin/social_sharing.php:682
860
  msgid "Standard Sharing Interface Options"
861
  msgstr "Opções de Interface de Compartilhamento Padrão"
862
 
863
- #: ../admin/social_sharing.php:688
864
  msgid "Enable Standard sharing interface"
865
  msgstr "Habilita interface de Compartilhamento padrão"
866
 
867
- #: ../admin/social_sharing.php:698
868
  msgid "Master control to enable standard sharing"
869
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
870
 
871
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
872
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
873
  msgid "Target Url"
874
  msgstr "Url Destino"
875
 
876
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
877
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
878
  msgid "Url of the webpage where icons are located (default)"
879
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
880
 
881
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
882
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
883
  msgid "Url of the homepage of your website"
884
  msgstr "Url da homepage do seu website"
885
 
886
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
887
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
888
  msgid "Custom url"
889
  msgstr "Url personalizada"
890
 
891
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
892
  msgid "Url to share"
893
  msgstr "Url para compartilhar"
894
 
895
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
896
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
897
- #: ../inc/widget.php:901
898
  msgid "Title"
899
  msgstr "Título"
900
 
901
- #: ../admin/social_sharing.php:741
902
  msgid "The text to display above the sharing interface"
903
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
904
 
905
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
906
  #, fuzzy
907
  msgid "Instagram username"
908
  msgstr "Instagram"
909
 
910
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
911
  msgid ""
912
  "Username of the Instagram account you want to redirect users to, on clicking "
913
  "the icon"
914
  msgstr ""
915
 
916
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
917
  #, fuzzy
918
  msgid "HTML ID of container element of comment form"
919
  msgstr "HTML ID do comentário do container"
920
 
921
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
922
  msgid ""
923
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
924
  "icon."
925
  msgstr ""
926
 
927
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
928
  msgid "Rearrange icons"
929
  msgstr "Rearranjar ícones"
930
 
931
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
932
  msgid "Drag the icons to rearrange in desired order"
933
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
934
 
935
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
936
  msgid "Select Sharing Services"
937
  msgstr "Selecione os Serviços Compartilhados"
938
 
939
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
940
  msgid "Select sharing services to show in social share bar"
941
  msgstr ""
942
  "Selecione os serviços compartilhados para exibir na barra de "
943
  "compartilhamento social"
944
 
945
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
946
  #, fuzzy
947
  msgid "Search social network"
948
  msgstr "como rede social primária"
949
 
950
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
951
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
952
  msgid "Horizontal alignment"
953
  msgstr "Alinhamento horizonal"
954
 
955
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
956
  msgid "Center"
957
  msgstr "Centro"
958
 
959
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
960
  msgid "Horizontal alignment of the sharing interface"
961
  msgstr "Alinhamento horizontal da interface de compartilhamento"
962
 
963
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
964
  msgid "Position with respect to content"
965
  msgstr "Posição em relação ao conteúdo"
966
 
967
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
968
  msgid "Top of the content"
969
  msgstr "Acima do conteúdo"
970
 
971
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
972
  msgid "Bottom of the content"
973
  msgstr "Abaixo do conteúdo"
974
 
975
- #: ../admin/social_sharing.php:956
976
  msgid "Specify position of the sharing interface with respect to the content"
977
  msgstr ""
978
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
979
 
980
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
981
  msgid "Placement"
982
  msgstr "Localização"
983
 
984
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
985
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
986
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
987
  msgid "Homepage"
988
  msgstr "Homepage"
989
 
990
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
991
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
992
  msgid "Posts"
993
  msgstr "Posts"
994
 
995
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
996
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
997
  msgid "Pages"
998
  msgstr "Páginas"
999
 
1000
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1001
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1002
  #, fuzzy
1003
  msgid "Excerpts and Posts page"
1004
  msgstr "Pedaços (na Homepage)"
1005
 
1006
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1007
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1008
  msgid "Category Archives"
1009
  msgstr "Arquivos de Categorias"
1010
 
1011
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1012
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1013
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1014
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1015
 
1016
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1017
  msgid "BuddyPress activity"
1018
  msgstr "Atividade BuddyPress"
1019
 
1020
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1021
  msgid "BuddyPress group (only at top of content)"
1022
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1023
 
1024
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1025
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1026
  msgid "BBPress forum"
1027
  msgstr "Forum BBPress"
1028
 
1029
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1030
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1031
  msgid "BBPress topic"
1032
  msgstr "Tópico BBPress"
1033
 
1034
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1035
  msgid "BBPress reply"
1036
  msgstr "Responder BBPress"
1037
 
1038
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1039
  msgid "After individual product at WooCommerce Shop page"
1040
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
1041
 
1042
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1043
  msgid "WooCommerce Product Page"
1044
  msgstr "Página de Produtos WooCommerce"
1045
 
1046
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1047
  msgid "WooCommerce Thankyou Page"
1048
  msgstr "Página de Agradecimento WooCommerce"
1049
 
1050
- #: ../admin/social_sharing.php:1032
1051
  msgid "Specify the pages where you want to enable Sharing interface"
1052
  msgstr ""
1053
  "Especifique as páginas onde você deseja habilitar a interface de "
1054
  "compartilhamento"
1055
 
1056
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1057
  msgid "Show share counts"
1058
  msgstr "Exibir contadores de compartilhamento"
1059
 
1060
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1061
  #, fuzzy
1062
  msgid ""
1063
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1067,7 +1081,7 @@ msgstr ""
1067
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1068
  "Odnoklassniki e Vkontakte"
1069
 
1070
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1071
  #, php-format
1072
  msgid ""
1073
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1076,27 +1090,27 @@ msgid ""
1076
  "their website."
1077
  msgstr ""
1078
 
1079
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1080
  msgid "If enabled, share counts are displayed above sharing icons."
1081
  msgstr ""
1082
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1083
  "ícones de compartilhamento."
1084
 
1085
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1086
  msgid "Show total shares"
1087
  msgstr "Exibe total de compartilhamentos"
1088
 
1089
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1090
  msgid "If enabled, total shares will be displayed with sharing icons"
1091
  msgstr ""
1092
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1093
  "de compartilhamento"
1094
 
1095
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1096
  msgid "Enable 'More' icon"
1097
  msgstr "Habilitar 'Mais' ícones"
1098
 
1099
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1100
  msgid ""
1101
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1102
  "which shows additional sharing networks in popup"
@@ -1105,19 +1119,19 @@ msgstr ""
1105
  "de compartilhamento com a exibição adicional das redes sociais "
1106
  "compartilhadas em um popup"
1107
 
1108
- #: ../admin/social_sharing.php:1108
1109
  msgid "Floating Sharing Interface Options"
1110
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1111
 
1112
- #: ../admin/social_sharing.php:1114
1113
  msgid "Enable Floating sharing interface"
1114
  msgstr "Habilita interface de compartilhamento flutuante"
1115
 
1116
- #: ../admin/social_sharing.php:1124
1117
  msgid "Master control to enable floating sharing widget"
1118
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1119
 
1120
- #: ../admin/social_sharing.php:1318
1121
  msgid ""
1122
  "Specify the color or hex code (example #cc78e0) for the background of "
1123
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1129,11 +1143,11 @@ msgstr ""
1129
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1130
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1131
 
1132
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1133
  msgid "Left offset"
1134
  msgstr "Ajuste à esquerda"
1135
 
1136
- #: ../admin/social_sharing.php:1358
1137
  msgid ""
1138
  "Specify a number. Increase in number will shift sharing interface towards "
1139
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1143,11 +1157,11 @@ msgstr ""
1143
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1144
  "negativos."
1145
 
1146
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1147
  msgid "Right offset"
1148
  msgstr "Ajuste à direita"
1149
 
1150
- #: ../admin/social_sharing.php:1378
1151
  msgid ""
1152
  "Specify a number. Increase in number will shift sharing interface towards "
1153
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1157,11 +1171,11 @@ msgstr ""
1157
  "interface de compartilhamento para a direita. Os números podem também ser "
1158
  "negativos."
1159
 
1160
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1161
  msgid "Top offset"
1162
  msgstr "Ajuste acima"
1163
 
1164
- #: ../admin/social_sharing.php:1397
1165
  msgid ""
1166
  "Specify a number. Increase in number will shift sharing interface towards "
1167
  "bottom and decrease will shift it towards top."
@@ -1170,27 +1184,27 @@ msgstr ""
1170
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1171
  "interface de compartilhamento para cima."
1172
 
1173
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1174
  msgid "BuddyPress group"
1175
  msgstr "Grupo BuddyPress"
1176
 
1177
- #: ../admin/social_sharing.php:1454
1178
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1179
  msgstr ""
1180
  "Especifique as páginas onde você deseja habilitar a interface de "
1181
  "compartilhamento vertical"
1182
 
1183
- #: ../admin/social_sharing.php:1521
1184
  msgid "Vertical floating bar responsiveness"
1185
  msgstr "Sensibilidade da barra flutuante vertical"
1186
 
1187
- #: ../admin/social_sharing.php:1524
1188
  #, php-format
1189
  msgid "Display vertical interface only when screen is wider than %s pixels"
1190
  msgstr ""
1191
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1192
 
1193
- #: ../admin/social_sharing.php:1531
1194
  msgid ""
1195
  "Display vertical interface only when screen is wider than the width "
1196
  "specified."
@@ -1198,11 +1212,11 @@ msgstr ""
1198
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1199
  "especificada."
1200
 
1201
- #: ../admin/social_sharing.php:1539
1202
  msgid "Horizontal floating bar responsiveness"
1203
  msgstr "Sensibilidade da barra flutuante horizontal"
1204
 
1205
- #: ../admin/social_sharing.php:1542
1206
  #, php-format
1207
  msgid ""
1208
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1211,7 +1225,7 @@ msgstr ""
1211
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1212
  "quando a tela é mais estreita do que %s pixels"
1213
 
1214
- #: ../admin/social_sharing.php:1549
1215
  msgid ""
1216
  "Stick vertical floating interface horizontally at bottom only when screen is "
1217
  "narrower than the width specified"
@@ -1219,52 +1233,52 @@ msgstr ""
1219
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1220
  "quando a tela é mais estreita do que a largura especificada"
1221
 
1222
- #: ../admin/social_sharing.php:1559
1223
  msgid "Horizontal floating bar position"
1224
  msgstr "Posição da barra de flutuação horizontal"
1225
 
1226
- #: ../admin/social_sharing.php:1562
1227
  #, php-format
1228
  msgid "%s pixels from %s"
1229
  msgstr "%s pixels de %s"
1230
 
1231
- #: ../admin/social_sharing.php:1563
1232
  msgid "Auto-adjust according to screen width (responsive)"
1233
  msgstr ""
1234
 
1235
- #: ../admin/social_sharing.php:1570
1236
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1237
  msgstr ""
1238
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1239
  "também."
1240
 
1241
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1242
  msgid "Url shortener"
1243
  msgstr "Encurtador de Url"
1244
 
1245
- #: ../admin/social_sharing.php:1596
1246
  msgid "Use shortlinks already installed"
1247
  msgstr "Use shortlinks já instalados"
1248
 
1249
- #: ../admin/social_sharing.php:1606
1250
  msgid "Uses default short url permalinks without using any additional plugin"
1251
  msgstr ""
1252
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1253
 
1254
- #: ../admin/social_sharing.php:1614
1255
  msgid "Enable bit.ly url shortener for sharing"
1256
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1257
 
1258
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1259
  msgid "Master control to enable bit.ly url shortening for sharing"
1260
  msgstr ""
1261
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1262
 
1263
- #: ../admin/social_sharing.php:1632
1264
  msgid "bit.ly Login"
1265
  msgstr ""
1266
 
1267
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1268
  #, fuzzy, php-format
1269
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1270
  msgstr ""
@@ -1272,19 +1286,19 @@ msgstr ""
1272
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1273
  "para obter Twitter API Key"
1274
 
1275
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1276
  msgid "bit.ly API Key"
1277
  msgstr "bit.ly API Key"
1278
 
1279
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1280
  msgid "Clear Bitly Cache"
1281
  msgstr "Limpar o Cache Bitly"
1282
 
1283
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1284
  msgid "ShortUrl cache cleared successfully."
1285
  msgstr "Cache ShortUrl limpo com sucesso."
1286
 
1287
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1288
  msgid ""
1289
  "Use this to delete short urls saved in database. Handy, if urls of your "
1290
  "website have been changed but short urls are still being generated for old "
@@ -1294,31 +1308,31 @@ msgstr ""
1294
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1295
  "geradas para suas urls antigas."
1296
 
1297
- #: ../admin/social_sharing.php:1690
1298
  msgid "Share Count Cache"
1299
  msgstr "Cache de Contador de Compartilhamento"
1300
 
1301
- #: ../admin/social_sharing.php:1696
1302
  msgid "Refresh Share Count cache every"
1303
  msgstr "Atualizar o contador de compartilhamento a cada"
1304
 
1305
- #: ../admin/social_sharing.php:1701
1306
  msgid "Second(s)"
1307
  msgstr ""
1308
 
1309
- #: ../admin/social_sharing.php:1702
1310
  msgid "Minute(s)"
1311
  msgstr ""
1312
 
1313
- #: ../admin/social_sharing.php:1703
1314
  msgid "Hour(s)"
1315
  msgstr ""
1316
 
1317
- #: ../admin/social_sharing.php:1704
1318
  msgid "Day(s)"
1319
  msgstr ""
1320
 
1321
- #: ../admin/social_sharing.php:1712
1322
  #, fuzzy, php-format
1323
  msgid ""
1324
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1328,25 +1342,25 @@ msgstr ""
1328
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1329
  "páginas com os contadores de compartilhamento habilitados"
1330
 
1331
- #: ../admin/social_sharing.php:1720
1332
  msgid "Clear Share Counts Cache"
1333
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1334
 
1335
- #: ../admin/social_sharing.php:1724
1336
  msgid "Share Counts cache cleared successfully."
1337
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1338
 
1339
- #: ../admin/social_sharing.php:1731
1340
  msgid "Use this to clear cached share counts"
1341
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1342
 
1343
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1344
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1345
- #: ../admin/like_buttons.php:694
1346
  msgid "Language"
1347
  msgstr "Languagem"
1348
 
1349
- #: ../admin/social_sharing.php:1756
1350
  #, php-format
1351
  msgid ""
1352
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1357,15 +1371,15 @@ msgstr ""
1357
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1358
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1359
 
1360
- #: ../admin/social_sharing.php:1765
1361
  msgid "Username in sharing"
1362
  msgstr "Username no compartilhamento"
1363
 
1364
- #: ../admin/social_sharing.php:1771
1365
  msgid "Twitter username (without @)"
1366
  msgstr "Username do Twitter (sem @)"
1367
 
1368
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1369
  msgid ""
1370
  "Provided username will be appended after the content being shared as \"via "
1371
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1375,36 +1389,36 @@ msgstr ""
1375
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1376
  "no conteúdo sendo compartilhado."
1377
 
1378
- #: ../admin/social_sharing.php:1790
1379
  msgid "Buffer username (without @)"
1380
  msgstr "Username do Buffer (sem @)"
1381
 
1382
- #: ../admin/social_sharing.php:1809
1383
  msgid "AMP"
1384
  msgstr ""
1385
 
1386
- #: ../admin/social_sharing.php:1815
1387
  #, fuzzy
1388
  msgid "Enable sharing on AMP pages"
1389
  msgstr "Habilia a página de autenticação"
1390
 
1391
- #: ../admin/social_sharing.php:1825
1392
  msgid "Enable this option to render sharing icons on AMP pages"
1393
  msgstr ""
1394
 
1395
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1396
  msgid "myCRED"
1397
  msgstr ""
1398
 
1399
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1400
  msgid "Append myCRED referral ID to the urls being shared"
1401
  msgstr ""
1402
 
1403
- #: ../admin/social_sharing.php:1883
1404
  msgid "Facebook Sharing Troubleshooter"
1405
  msgstr "Solução de problema no compartilhamento com o Facebook"
1406
 
1407
- #: ../admin/social_sharing.php:1888
1408
  #, fuzzy
1409
  msgid ""
1410
  "If Facebook sharing is not working fine, click at the following link and "
@@ -1417,18 +1431,18 @@ msgstr ""
1417
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1418
  "website:"
1419
 
1420
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1421
- #: ../admin/social_login.php:1200
1422
  msgid ""
1423
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1424
  "an online website for the plugin to function properly."
1425
  msgstr ""
1426
 
1427
- #: ../admin/social_sharing.php:1907
1428
  msgid "Why is Instagram icon redirecting to Instagram website?"
1429
  msgstr ""
1430
 
1431
- #: ../admin/social_sharing.php:1908
1432
  msgid ""
1433
  "Instagram icon is there to send website visitors to the Instagram page of "
1434
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1436,49 +1450,49 @@ msgid ""
1436
  "sections."
1437
  msgstr ""
1438
 
1439
- #: ../admin/social_sharing.php:1911
1440
  msgid ""
1441
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1442
  msgstr ""
1443
 
1444
- #: ../admin/social_sharing.php:1912
1445
  msgid ""
1446
  "It takes some time for their service to track the shares made on Twitter "
1447
  "from your website. If you still feel it's taking too long you can contact "
1448
  "their support directly from their website."
1449
  msgstr ""
1450
 
1451
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1452
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1453
  msgstr ""
1454
 
1455
- #: ../admin/social_sharing.php:1915
1456
  msgid ""
1457
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1461
- #: ../admin/social_login.php:1206
1462
  msgid "Why is my browser blocking some features of the plugin?"
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1917
1466
  #, fuzzy
1467
  msgid "Why the color of share icons is not being updated?"
1468
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1469
 
1470
- #: ../admin/social_sharing.php:1918
1471
  msgid ""
1472
  "Why is sharer not showing the correct image, title and other meta tags "
1473
  "content?"
1474
  msgstr ""
1475
 
1476
- #: ../admin/social_sharing.php:1919
1477
  #, fuzzy
1478
  msgid "Why Facebook share counts are not appearing?"
1479
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1480
 
1481
- #: ../admin/social_sharing.php:1920
1482
  msgid ""
1483
  "How can I show share counts of my website rather than of individual pages/"
1484
  "posts?"
@@ -1486,77 +1500,77 @@ msgstr ""
1486
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1487
  "das páginas/posts individuais?"
1488
 
1489
- #: ../admin/social_sharing.php:1921
1490
  msgid "How can I disable sharing on particular page/post?"
1491
  msgstr ""
1492
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1493
 
1494
- #: ../admin/social_sharing.php:1922
1495
  msgid "How can I specify minimum sharing count for sharing networks?"
1496
  msgstr ""
1497
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1498
  "sociais?"
1499
 
1500
- #: ../admin/social_sharing.php:1923
1501
  msgid "How to share specific page?"
1502
  msgstr "Como compartilhar página específica?"
1503
 
1504
- #: ../admin/social_sharing.php:1924
1505
  msgid "How to integrate Google Analytics with sharing?"
1506
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1507
 
1508
- #: ../admin/social_sharing.php:1925
1509
  msgid "How to customize the look of total share counts?"
1510
  msgstr ""
1511
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1512
 
1513
- #: ../admin/social_sharing.php:1926
1514
  msgid "How to customize the look of individual share counts?"
1515
  msgstr ""
1516
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1517
 
1518
- #: ../admin/social_sharing.php:1927
1519
  msgid "How to show Whatsapp icon only on mobile devices?"
1520
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1521
 
1522
- #: ../admin/social_sharing.php:1928
1523
  msgid "How to hide arrow after floating sharing bar?"
1524
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1525
 
1526
- #: ../admin/social_sharing.php:1929
1527
  #, fuzzy
1528
  msgid "Why is share count not getting updated?"
1529
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1530
 
1531
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1532
  msgid "Why is there so much space between like buttons?"
1533
  msgstr ""
1534
 
1535
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1536
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1537
  msgstr ""
1538
 
1539
- #: ../admin/social_commenting.php:13
1540
  msgid "Enable Social Commenting"
1541
  msgstr "Habilitar Comentário Social"
1542
 
1543
- #: ../admin/social_commenting.php:23
1544
  msgid "Master control to enable Social Commenting"
1545
  msgstr "Controle mestre para habilitar o Comentário Social"
1546
 
1547
- #: ../admin/social_commenting.php:34
1548
  msgid "Social Commenting"
1549
  msgstr "Comentário Social"
1550
 
1551
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1552
  msgid "Shortcode"
1553
  msgstr "Shortcode"
1554
 
1555
- #: ../admin/social_commenting.php:49
1556
  msgid "Order of tabs in commenting interface"
1557
  msgstr "Ordem das guias na interface de comentários"
1558
 
1559
- #: ../admin/social_commenting.php:59
1560
  msgid ""
1561
  "Order of the tabs shown in social commenting interface. Defaults to "
1562
  "wordpress,facebook,googleplus,disqus"
@@ -1564,29 +1578,29 @@ msgstr ""
1564
  "rdem das guais exibidas na interface de comentário social. Padrão para "
1565
  "wordpress, facebook, googleplus, disqus"
1566
 
1567
- #: ../admin/social_commenting.php:67
1568
  msgid "Comment area label"
1569
  msgstr "Rótulo da área de comentário"
1570
 
1571
- #: ../admin/social_commenting.php:77
1572
  msgid "Label for comment area"
1573
  msgstr "Rótulo para a área de comentário"
1574
 
1575
- #: ../admin/social_commenting.php:90
1576
  msgid "Enable Social Commenting at"
1577
  msgstr "Habilitar comentário Social em"
1578
 
1579
- #: ../admin/social_commenting.php:109
1580
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1581
  msgstr ""
1582
  "Especificar grupos de páginas/posts onde você deseja habilitar o Comentário "
1583
  "Social"
1584
 
1585
- #: ../admin/social_commenting.php:120
1586
  msgid "HTML ID of comment form container"
1587
  msgstr "HTML ID do comentário do container"
1588
 
1589
- #: ../admin/social_commenting.php:130
1590
  msgid ""
1591
  "HTML ID of container element of the default comment form at front end. Leave "
1592
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1598,43 +1612,43 @@ msgstr ""
1598
  "lo se o formulário de comentário padrão está aparecendo e o Comentário "
1599
  "Social não está sendo habilitado no front-end do seu website."
1600
 
1601
- #: ../admin/social_commenting.php:140
1602
  msgid "Labels"
1603
  msgstr "Rótulos"
1604
 
1605
- #: ../admin/social_commenting.php:145
1606
  msgid "Label for WordPress Commenting tab"
1607
  msgstr "Rótulo para guia de Comentário WordPress"
1608
 
1609
- #: ../admin/social_commenting.php:154
1610
  msgid "Label for Facebook Commenting tab"
1611
  msgstr "Rótulo para guia de Comentário Facebook"
1612
 
1613
- #: ../admin/social_commenting.php:163
1614
  msgid "Label for G+ Commenting tab"
1615
  msgstr "Rótulo para guia de Comentário G+"
1616
 
1617
- #: ../admin/social_commenting.php:172
1618
  msgid "Label for Disqus Commenting tab"
1619
  msgstr "Rótulo para guia de Comentário Disqus"
1620
 
1621
- #: ../admin/social_commenting.php:183
1622
  msgid "Facebook Commenting Options"
1623
  msgstr "Opções de Comentário Facebook"
1624
 
1625
- #: ../admin/social_commenting.php:189
1626
  msgid "Enable Facebook Comments notification and moderation"
1627
  msgstr "Habilita Comentários Facebook com motificação e moderação"
1628
 
1629
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1630
  msgid "Enable Facebook Commenting"
1631
  msgstr "Habilta Comentários Facebook"
1632
 
1633
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1634
  msgid "Url to comment on"
1635
  msgstr "Url para comentário"
1636
 
1637
- #: ../admin/social_commenting.php:225
1638
  msgid ""
1639
  "The absolute URL that comments posted will be permanently associated with. "
1640
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1646,16 +1660,16 @@ msgstr ""
1646
  "<br/>Se a esquerda vazia <strong>(Recomendado)</strong>, url da webpage será "
1647
  "utilizada na qual está habilitado comentário."
1648
 
1649
- #: ../admin/social_commenting.php:233
1650
  #, fuzzy
1651
  msgid "Show Recent Facebook Comments in a Widget"
1652
  msgstr "Habilta Comentários Facebook"
1653
 
1654
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1655
  msgid "Width"
1656
  msgstr "Largura"
1657
 
1658
- #: ../admin/social_commenting.php:251
1659
  msgid ""
1660
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1661
  "block."
@@ -1663,29 +1677,29 @@ msgstr ""
1663
  "Deixe em branco para auto ajuste de largura. A largura (em pixels) do bloco "
1664
  "de Comentários."
1665
 
1666
- #: ../admin/social_commenting.php:259
1667
  msgid "Color Scheme"
1668
  msgstr "Esquema de Cores"
1669
 
1670
- #: ../admin/social_commenting.php:263
1671
  msgid "Light"
1672
  msgstr "Suave"
1673
 
1674
- #: ../admin/social_commenting.php:264
1675
  msgid "Dark"
1676
  msgstr "Escura"
1677
 
1678
- #: ../admin/social_commenting.php:272
1679
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1680
  msgstr ""
1681
  "O esquema de cores utilizado pelo plugin pode ser \\\"suave\\\" or \\\"escura"
1682
  "\\\"."
1683
 
1684
- #: ../admin/social_commenting.php:280
1685
  msgid "Number of comments"
1686
  msgstr "Número de comentários"
1687
 
1688
- #: ../admin/social_commenting.php:290
1689
  msgid ""
1690
  "The number of comments to show by default. The minimum value is 1. Defaults "
1691
  "to 10"
@@ -1693,27 +1707,27 @@ msgstr ""
1693
  "O número de comentários a ser exibido por padrão. O valor minimo é 1. O "
1694
  "padrão é 10"
1695
 
1696
- #: ../admin/social_commenting.php:298
1697
  msgid "Order by"
1698
  msgstr "Ordenado por"
1699
 
1700
- #: ../admin/social_commenting.php:302
1701
  msgid "Social"
1702
  msgstr "Social"
1703
 
1704
- #: ../admin/social_commenting.php:303
1705
  msgid "Reverse Time"
1706
  msgstr "Tempo Reverso"
1707
 
1708
- #: ../admin/social_commenting.php:304
1709
  msgid "Time"
1710
  msgstr "Tempo"
1711
 
1712
- #: ../admin/social_commenting.php:312
1713
  msgid "The order to use when displaying comments."
1714
  msgstr "Ordem a ser usada quando exibir comentários."
1715
 
1716
- #: ../admin/social_commenting.php:330
1717
  #, php-format
1718
  msgid ""
1719
  "Enter the code of the language you want to use to display commenting. You "
@@ -1725,21 +1739,21 @@ msgstr ""
1725
  "target=\\\"_blank\\\">neste link</a>. Deixe em branco para línguagem padrão "
1726
  "(inglês)"
1727
 
1728
- #: ../admin/social_commenting.php:339
1729
  msgid "Google Plus Commenting Options"
1730
  msgstr "Opções de Comentário Google Plus"
1731
 
1732
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1733
  msgid "Enable Google Plus Commenting"
1734
  msgstr "Habilitar Comentários para o Google Plus"
1735
 
1736
- #: ../admin/social_commenting.php:373
1737
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1738
  msgstr ""
1739
  "Largura da interface de Comentário do GooglePlus. Deixe em branco para auto "
1740
  "ajuste"
1741
 
1742
- #: ../admin/social_commenting.php:391
1743
  msgid ""
1744
  "The absolute URL that comments posted will be permanently associated with. "
1745
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1751,19 +1765,19 @@ msgstr ""
1751
  "URL. <br/>se vazio à esquerda <strong>(Recomendado)</strong>, a url da "
1752
  "webpage será utilizada em cada comentário que estiver habilitado."
1753
 
1754
- #: ../admin/social_commenting.php:400
1755
  msgid "Disqus Commenting Options"
1756
  msgstr "Opções de Comentário Disqus"
1757
 
1758
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1759
  msgid "Enable Disqus Commenting"
1760
  msgstr "Habilitar comentário Disqus"
1761
 
1762
- #: ../admin/social_commenting.php:424
1763
  msgid "Disqus Shortname"
1764
  msgstr "Disqus Shortname"
1765
 
1766
- #: ../admin/social_commenting.php:434
1767
  msgid ""
1768
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1769
  "shortname, visit following link."
@@ -1771,36 +1785,36 @@ msgstr ""
1771
  "<strong>Requerido para utilizar comentários Disqus.</strong> Para mais "
1772
  "informações sobre shortname, visite o seguinte link."
1773
 
1774
- #: ../admin/social_commenting.php:452
1775
  msgid "Social Commenting Shortcode"
1776
  msgstr "Shortcode em Comentário Social"
1777
 
1778
- #: ../admin/social_commenting.php:466
1779
  msgid ""
1780
  "How to show recent Facebook Comments from all over the website in a widget?"
1781
  msgstr ""
1782
 
1783
- #: ../admin/social_commenting.php:467
1784
  msgid ""
1785
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1786
  "Https?"
1787
  msgstr ""
1788
 
1789
- #: ../admin/social_commenting.php:469
1790
  msgid "How can I disable Social Commenting at individual page/post?"
1791
  msgstr ""
1792
  "Como posso desabilitar Comentário Social em uma pagina/post individual?"
1793
 
1794
- #: ../admin/social_commenting.php:470
1795
  msgid "How to disable default comment form from Social Commenting?"
1796
  msgstr ""
1797
  "Como deabilitar formulários de comentários padrão de Comentário Social?"
1798
 
1799
- #: ../admin/social_login.php:14
1800
  msgid "Enable Social Login"
1801
  msgstr "Habilitar Autenticação Social"
1802
 
1803
- #: ../admin/social_login.php:24
1804
  msgid ""
1805
  "Master control for Social Login. It must be checked to enable Social Login "
1806
  "functionality"
@@ -1808,28 +1822,28 @@ msgstr ""
1808
  "Controle mestre para autenticação Social. Deve ser assinalado para habilitar "
1809
  "a funcionalidade de Autenticação Social"
1810
 
1811
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1812
  msgid "Basic Configuration"
1813
  msgstr "Configuração Básica"
1814
 
1815
- #: ../admin/social_login.php:36
1816
  #, fuzzy
1817
  msgid "Advanced Configuration"
1818
  msgstr "Configuração Básica"
1819
 
1820
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1821
  msgid "GDPR"
1822
  msgstr ""
1823
 
1824
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1825
  msgid "XProfile Integration"
1826
  msgstr ""
1827
 
1828
- #: ../admin/social_login.php:59
1829
  msgid "Disable user registration via Social Login"
1830
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
1831
 
1832
- #: ../admin/social_login.php:69
1833
  msgid ""
1834
  "After enabling this option, new users will not be able to login through "
1835
  "social login. Only existing users will be able to social login."
@@ -1838,11 +1852,11 @@ msgstr ""
1838
  "autenticar através da autenticação social. Apenas usuários existentes "
1839
  "estarão habilitados para autenticação social."
1840
 
1841
- #: ../admin/social_login.php:78
1842
  msgid "Redirection url"
1843
  msgstr "Url de redireção"
1844
 
1845
- #: ../admin/social_login.php:88
1846
  msgid ""
1847
  "User will be redirected to this page after unsuccessful registration attempt "
1848
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1852,62 +1866,62 @@ msgstr ""
1852
  "Autenticação Social. Você pode especificar a url do formulário de registro "
1853
  "ou da página exibindo mensagem de falha na Autenticação Social."
1854
 
1855
- #: ../admin/social_login.php:97
1856
  #, fuzzy
1857
  msgid "Select Social Networks"
1858
  msgstr "como rede social primária"
1859
 
1860
- #: ../admin/social_login.php:102
1861
  msgid "Facebook"
1862
  msgstr "Facebook"
1863
 
1864
- #: ../admin/social_login.php:106
1865
  msgid "Twitter"
1866
  msgstr "Twitter"
1867
 
1868
- #: ../admin/social_login.php:110
1869
  msgid "LinkedIn"
1870
  msgstr "LinkedIn"
1871
 
1872
- #: ../admin/social_login.php:114
1873
  msgid "Google+"
1874
  msgstr "Google+"
1875
 
1876
- #: ../admin/social_login.php:118
1877
  msgid "Vkontakte"
1878
  msgstr "Vkontakte"
1879
 
1880
- #: ../admin/social_login.php:122
1881
  msgid "Instagram"
1882
  msgstr "Instagram"
1883
 
1884
- #: ../admin/social_login.php:126
1885
  msgid "Xing"
1886
  msgstr "Xing"
1887
 
1888
- #: ../admin/social_login.php:130
1889
  msgid "Steam"
1890
  msgstr ""
1891
 
1892
- #: ../admin/social_login.php:135
1893
  #, fuzzy
1894
  msgid "Twitch"
1895
  msgstr "Twitter"
1896
 
1897
- #: ../admin/social_login.php:140
1898
  msgid "LiveJournal"
1899
  msgstr ""
1900
 
1901
- #: ../admin/social_login.php:148
1902
  msgid "Select Social ID provider to enable in Social Login"
1903
  msgstr ""
1904
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1905
 
1906
- #: ../admin/social_login.php:156
1907
  msgid "Facebook App ID"
1908
  msgstr "Facebook App ID"
1909
 
1910
- #: ../admin/social_login.php:166
1911
  #, php-format
1912
  msgid ""
1913
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1917,18 +1931,18 @@ msgstr ""
1917
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1918
  "para obter o Facebook App ID"
1919
 
1920
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1921
  msgid ""
1922
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1923
  msgstr ""
1924
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1925
 
1926
- #: ../admin/social_login.php:178
1927
  #, fuzzy
1928
  msgid "Facebook App Secret"
1929
  msgstr "Facebook App ID"
1930
 
1931
- #: ../admin/social_login.php:188
1932
  #, fuzzy, php-format
1933
  msgid ""
1934
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1938,11 +1952,11 @@ msgstr ""
1938
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1939
  "para obter o Facebook App ID"
1940
 
1941
- #: ../admin/social_login.php:200
1942
  msgid "Twitter API Key"
1943
  msgstr "Twitter API Key"
1944
 
1945
- #: ../admin/social_login.php:210
1946
  #, php-format
1947
  msgid ""
1948
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1952,14 +1966,14 @@ msgstr ""
1952
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1953
  "para obter Twitter API Key"
1954
 
1955
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1956
  #, fuzzy
1957
  msgid ""
1958
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1959
  msgstr ""
1960
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1961
 
1962
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1963
  #, fuzzy
1964
  msgid ""
1965
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -1968,11 +1982,11 @@ msgstr ""
1968
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1969
  "mencionado"
1970
 
1971
- #: ../admin/social_login.php:226
1972
  msgid "Twitter API Secret"
1973
  msgstr "Segredo API Twitter"
1974
 
1975
- #: ../admin/social_login.php:236
1976
  #, php-format
1977
  msgid ""
1978
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1982,12 +1996,12 @@ msgstr ""
1982
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1983
  "obter o segredo da API Twitter"
1984
 
1985
- #: ../admin/social_login.php:252
1986
  #, fuzzy
1987
  msgid "LinkedIn Client ID"
1988
  msgstr "LinkedIn"
1989
 
1990
- #: ../admin/social_login.php:262
1991
  #, fuzzy, php-format
1992
  msgid ""
1993
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1997,19 +2011,19 @@ msgstr ""
1997
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1998
  "obeter API Key do LinkedIn"
1999
 
2000
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
2001
- #: ../admin/social_login.php:396
2002
  msgid ""
2003
  "Paste following url in <strong>Website URL</strong> option at the link "
2004
  "mentioned"
2005
  msgstr ""
2006
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2007
 
2008
- #: ../admin/social_login.php:274
2009
  msgid "LinkedIn Client Secret "
2010
  msgstr ""
2011
 
2012
- #: ../admin/social_login.php:284
2013
  #, fuzzy, php-format
2014
  msgid ""
2015
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2020,11 +2034,11 @@ msgstr ""
2020
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2021
  "obeter API Key do LinkedIn"
2022
 
2023
- #: ../admin/social_login.php:296
2024
  msgid "Google+ Client ID"
2025
  msgstr "Google+ Client ID"
2026
 
2027
- #: ../admin/social_login.php:306
2028
  #, php-format
2029
  msgid ""
2030
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2035,7 +2049,7 @@ msgstr ""
2035
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2036
  "obter o GooglePlus Client ID"
2037
 
2038
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2039
  #, fuzzy
2040
  msgid ""
2041
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2043,12 +2057,12 @@ msgid ""
2043
  msgstr ""
2044
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2045
 
2046
- #: ../admin/social_login.php:318
2047
  #, fuzzy
2048
  msgid "Google+ Client Secret"
2049
  msgstr "Google+ Client ID"
2050
 
2051
- #: ../admin/social_login.php:328
2052
  #, fuzzy, php-format
2053
  msgid ""
2054
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2059,11 +2073,11 @@ msgstr ""
2059
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2060
  "obter o GooglePlus Client ID"
2061
 
2062
- #: ../admin/social_login.php:340
2063
  msgid "Vkontakte Application ID"
2064
  msgstr "Vkontakte Application ID"
2065
 
2066
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2067
  #, php-format
2068
  msgid ""
2069
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2074,23 +2088,23 @@ msgstr ""
2074
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2075
  "obter Vkontakte Application ID"
2076
 
2077
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2078
  msgid ""
2079
  "Paste following url in <strong>Site address</strong> option at the link "
2080
  "mentioned"
2081
  msgstr ""
2082
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2083
 
2084
- #: ../admin/social_login.php:362
2085
  #, fuzzy
2086
  msgid "Vkontakte Secure key"
2087
  msgstr "Vkontakte"
2088
 
2089
- #: ../admin/social_login.php:384
2090
  msgid "Instagram Client ID"
2091
  msgstr "Instagram Client ID"
2092
 
2093
- #: ../admin/social_login.php:394
2094
  #, php-format
2095
  msgid ""
2096
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2100,11 +2114,11 @@ msgstr ""
2100
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2101
  "obter Instagram Client ID"
2102
 
2103
- #: ../admin/social_login.php:406
2104
  msgid "Xing Consumer Key"
2105
  msgstr "Xing Consumer Key"
2106
 
2107
- #: ../admin/social_login.php:416
2108
  #, php-format
2109
  msgid ""
2110
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2114,7 +2128,7 @@ msgstr ""
2114
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2115
  "obter Xing Consumer Key"
2116
 
2117
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2118
  msgid ""
2119
  "Paste following url in <strong>Callback domain</strong> option at the link "
2120
  "mentioned"
@@ -2122,11 +2136,11 @@ msgstr ""
2122
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2123
  "mencionado"
2124
 
2125
- #: ../admin/social_login.php:428
2126
  msgid "Xing Consumer Secret"
2127
  msgstr "Xing Consumer Secret"
2128
 
2129
- #: ../admin/social_login.php:438
2130
  #, php-format
2131
  msgid ""
2132
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2136,12 +2150,12 @@ msgstr ""
2136
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2137
  "obter Xing Consumer Secret"
2138
 
2139
- #: ../admin/social_login.php:450
2140
  #, fuzzy
2141
  msgid "Steam API Key"
2142
  msgstr "Twitter API Key"
2143
 
2144
- #: ../admin/social_login.php:460
2145
  #, fuzzy, php-format
2146
  msgid ""
2147
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2151,19 +2165,19 @@ msgstr ""
2151
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2152
  "para obter Twitter API Key"
2153
 
2154
- #: ../admin/social_login.php:461
2155
  #, fuzzy
2156
  msgid "Save following <strong>domain</strong> to get the key"
2157
  msgstr ""
2158
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2159
  "mencionado"
2160
 
2161
- #: ../admin/social_login.php:470
2162
  #, fuzzy
2163
  msgid "Twitch Client ID"
2164
  msgstr "Instagram Client ID"
2165
 
2166
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2167
  #, fuzzy, php-format
2168
  msgid ""
2169
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2173,7 +2187,7 @@ msgstr ""
2173
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2174
  "para obter Twitter API Key"
2175
 
2176
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2177
  #, fuzzy
2178
  msgid ""
2179
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2181,36 +2195,36 @@ msgid ""
2181
  msgstr ""
2182
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2183
 
2184
- #: ../admin/social_login.php:492
2185
  #, fuzzy
2186
  msgid "Twitch Client Secret"
2187
  msgstr "Instagram Client ID"
2188
 
2189
- #: ../admin/social_login.php:521
2190
  #, fuzzy
2191
  msgid "Social Login Options"
2192
  msgstr "Autenticação Social"
2193
 
2194
- #: ../admin/social_login.php:537
2195
  msgid "Text to display above the Social Login interface"
2196
  msgstr "Texto exibido acima da interface de Autenticação Social"
2197
 
2198
- #: ../admin/social_login.php:546
2199
  msgid "Enable at login page"
2200
  msgstr "Habilia a página de autenticação"
2201
 
2202
- #: ../admin/social_login.php:556
2203
  msgid ""
2204
  "Social Login interface will get enabled at the login page of your website"
2205
  msgstr ""
2206
  "Interface de Autenticação Social será habilitada na página de autenticação "
2207
  "do seu website"
2208
 
2209
- #: ../admin/social_login.php:564
2210
  msgid "Enable at register page"
2211
  msgstr "Habilitar página de registro"
2212
 
2213
- #: ../admin/social_login.php:574
2214
  msgid ""
2215
  "Social Login interface will get enabled at the registration page of your "
2216
  "website"
@@ -2218,21 +2232,21 @@ msgstr ""
2218
  "Interface de Autenticação Social será habilitada na página de registro de "
2219
  "seu website"
2220
 
2221
- #: ../admin/social_login.php:582
2222
  msgid "Enable at comment form"
2223
  msgstr "Habilitar no formulário de comentário"
2224
 
2225
- #: ../admin/social_login.php:592
2226
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2227
  msgstr ""
2228
  "Interface de Autenticação Social será habilitada em seu formulário de "
2229
  "comentários Wordpress"
2230
 
2231
- #: ../admin/social_login.php:607
2232
  msgid "Enable before WooCommerce Customer Login Form"
2233
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2234
 
2235
- #: ../admin/social_login.php:617
2236
  msgid ""
2237
  "Social Login Interface will get enabled before the customer login form at "
2238
  "WooCommerce My Account page"
@@ -2240,12 +2254,12 @@ msgstr ""
2240
  "Interface de Autenticação Social será habilitada antes do formulário de "
2241
  "autenticação de cliente na página Minha Conta do WooCommerce"
2242
 
2243
- #: ../admin/social_login.php:625
2244
  msgid "Enable after WooCommerce Customer Login Form"
2245
  msgstr ""
2246
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2247
 
2248
- #: ../admin/social_login.php:635
2249
  msgid ""
2250
  "Social Login Interface will get enabled after the customer login form at "
2251
  "WooCommerce My Account page"
@@ -2253,22 +2267,22 @@ msgstr ""
2253
  "Interface de Autenticação Social será habilitada depois do formulário de "
2254
  "autenticação de cliente na página Minha Conta do WooCommerce"
2255
 
2256
- #: ../admin/social_login.php:643
2257
  msgid "Enable at WooCommerce checkout page"
2258
  msgstr "Habilitado na página de checkout do WooCommerce"
2259
 
2260
- #: ../admin/social_login.php:653
2261
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2262
  msgstr ""
2263
  "Interface de Autenticação Social será habilitada página de checkout do "
2264
  "WooCommerce"
2265
 
2266
- #: ../admin/social_login.php:664
2267
  msgid "Auto-approve comments made by Social Login users"
2268
  msgstr ""
2269
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2270
 
2271
- #: ../admin/social_login.php:674
2272
  msgid ""
2273
  "If this option is enabled, and WordPress comment is made by Social Login "
2274
  "user, comment will get approved immediately without keeping in moderation."
@@ -2277,15 +2291,15 @@ msgstr ""
2277
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2278
  "considerações de moderação."
2279
 
2280
- #: ../admin/social_login.php:675
2281
  msgid "Note: This is not related to Facebook comments"
2282
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2283
 
2284
- #: ../admin/social_login.php:685
2285
  msgid "Enable social avatar"
2286
  msgstr "Habilitar o avatar social"
2287
 
2288
- #: ../admin/social_login.php:695
2289
  msgid ""
2290
  "Social profile pictures of the logged in user will be displayed as profile "
2291
  "avatar"
@@ -2293,30 +2307,30 @@ msgstr ""
2293
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2294
  "do perfil"
2295
 
2296
- #: ../admin/social_login.php:705
2297
  msgid "Avatar quality"
2298
  msgstr "Qualidade do Avatar"
2299
 
2300
- #: ../admin/social_login.php:708
2301
  msgid "Average"
2302
  msgstr "Média"
2303
 
2304
- #: ../admin/social_login.php:709
2305
  msgid "Best"
2306
  msgstr "Melhor"
2307
 
2308
- #: ../admin/social_login.php:716
2309
  msgid "Choose avatar quality"
2310
  msgstr "Escolha a qualidade do avatar"
2311
 
2312
- #: ../admin/social_login.php:725
2313
  msgid ""
2314
  "Show option for users to update social avatar at BuddyPress profile page"
2315
  msgstr ""
2316
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2317
  "perfil do BuddyPress"
2318
 
2319
- #: ../admin/social_login.php:735
2320
  msgid ""
2321
  "If enabled, users would be able to update their social avatar from \"Profile "
2322
  "photo\" section in BuddyPress profile at front-end"
@@ -2324,7 +2338,7 @@ msgstr ""
2324
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2325
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2326
 
2327
- #: ../admin/social_login.php:756
2328
  msgid ""
2329
  "If enabled and Social ID provider does not provide user's email address on "
2330
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2334,11 +2348,11 @@ msgstr ""
2334
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2335
  "email. Do contrário, um email postiço será gerado"
2336
 
2337
- #: ../admin/social_login.php:765
2338
  msgid "Send post-registration email to user to set account password"
2339
  msgstr ""
2340
 
2341
- #: ../admin/social_login.php:775
2342
  msgid ""
2343
  "If enabled, an email will be sent to user after registration through Social "
2344
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2348,12 +2362,12 @@ msgstr ""
2348
  "Social, com respeito as credecial do usuário para autenticação (username-"
2349
  "senha para possibilitar a autenticação via formulário tradicional)"
2350
 
2351
- #: ../admin/social_login.php:783
2352
  #, fuzzy
2353
  msgid "Send new user registration notification email to admin"
2354
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2355
 
2356
- #: ../admin/social_login.php:793
2357
  #, fuzzy
2358
  msgid ""
2359
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2363,40 +2377,40 @@ msgstr ""
2363
  "Social, com respeito as credecial do usuário para autenticação (username-"
2364
  "senha para possibilitar a autenticação via formulário tradicional)"
2365
 
2366
- #: ../admin/social_login.php:801
2367
  msgid "Login redirection"
2368
  msgstr "Redireção de autenticação"
2369
 
2370
- #: ../admin/social_login.php:805
2371
  msgid "Same page where user logged in"
2372
  msgstr "Mesma página onde o usuário autenticou-se"
2373
 
2374
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2375
  msgid "Account dashboard"
2376
  msgstr "Painel da Conta"
2377
 
2378
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2379
  msgid "BuddyPress profile page"
2380
  msgstr "Página de perfil BuddyPress"
2381
 
2382
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2383
  msgid "Custom Url"
2384
  msgstr "Url Personalizada"
2385
 
2386
- #: ../admin/social_login.php:823
2387
  msgid "User will be redirected to the selected page after Social Login"
2388
  msgstr ""
2389
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2390
 
2391
- #: ../admin/social_login.php:831
2392
  msgid "Registration redirection"
2393
  msgstr "Redirecionamento de registro"
2394
 
2395
- #: ../admin/social_login.php:835
2396
  msgid "Same page from where user registered"
2397
  msgstr "Mesma página de onde o usuário se registrou"
2398
 
2399
- #: ../admin/social_login.php:853
2400
  msgid ""
2401
  "User will be redirected to the selected page after registration (first "
2402
  "Social Login) through Social Login"
@@ -2404,23 +2418,23 @@ msgstr ""
2404
  "O usuário será redirecionado para a página selecionada após o registro "
2405
  "(primeira Autenticação Social) através da Autenticação Social"
2406
 
2407
- #: ../admin/social_login.php:862
2408
  #, fuzzy
2409
  msgid "Social Account Linking Options"
2410
  msgstr "Comentário Social"
2411
 
2412
- #: ../admin/social_login.php:878
2413
  #, fuzzy
2414
  msgid "Text to display above the Social Account Linking interface"
2415
  msgstr "Texto exibido acima da interface de Autenticação Social"
2416
 
2417
- #: ../admin/social_login.php:886
2418
  #, fuzzy
2419
  msgid ""
2420
  "Link social account to already existing account, if email address matches"
2421
  msgstr "Associe sua conta social ao login de sua conta neste website"
2422
 
2423
- #: ../admin/social_login.php:896
2424
  msgid ""
2425
  "If email address of the user's Social Account matches with an already "
2426
  "existing account at your website, that social account will be linked to "
@@ -2428,11 +2442,11 @@ msgid ""
2428
  "Linking interface at their profile page."
2429
  msgstr ""
2430
 
2431
- #: ../admin/social_login.php:905
2432
  msgid "Enable social account linking at BuddyPress profile page"
2433
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2434
 
2435
- #: ../admin/social_login.php:915
2436
  msgid ""
2437
  "Enable this option to show social account linking interface at BuddyPress "
2438
  "profile page"
@@ -2440,15 +2454,15 @@ msgstr ""
2440
  "Habilitar estar opção para exibir a conta social associada a página de "
2441
  "interface de perfil do BuddyPress"
2442
 
2443
- #: ../admin/social_login.php:926
2444
  msgid "Email popup options"
2445
  msgstr "Opções de popup de email"
2446
 
2447
- #: ../admin/social_login.php:932
2448
  msgid "Text on 'Email required' popup"
2449
  msgstr "Texto popup de 'Email requerido'"
2450
 
2451
- #: ../admin/social_login.php:942
2452
  msgid ""
2453
  "This text will be displayed on email required popup. Leave empty if not "
2454
  "required."
@@ -2456,11 +2470,11 @@ msgstr ""
2456
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2457
  "o email não for requerido."
2458
 
2459
- #: ../admin/social_login.php:951
2460
  msgid "Error message for 'Email required' popup"
2461
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2462
 
2463
- #: ../admin/social_login.php:961
2464
  msgid ""
2465
  "This message will be displayed to user if it provides invalid or already "
2466
  "registered email"
@@ -2468,11 +2482,11 @@ msgstr ""
2468
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2469
  "ou já registrado"
2470
 
2471
- #: ../admin/social_login.php:970
2472
  msgid "Email popup height"
2473
  msgstr "Altura do popup de email"
2474
 
2475
- #: ../admin/social_login.php:980
2476
  msgid ""
2477
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2478
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2482,11 +2496,11 @@ msgstr ""
2482
  "requirido\\\", você pode incrementar a altura do popup através de "
2483
  "especificação nesta opção. Deixe vazio para padrão."
2484
 
2485
- #: ../admin/social_login.php:988
2486
  msgid "Enable email verification"
2487
  msgstr "Habilitar verificação de email"
2488
 
2489
- #: ../admin/social_login.php:998
2490
  msgid ""
2491
  "If enabled, email provided by the user will be verified by sending a "
2492
  "confirmation link to that email. User would not be able to login without "
@@ -2496,96 +2510,96 @@ msgstr ""
2496
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2497
  "antes de validar seu email"
2498
 
2499
- #: ../admin/social_login.php:1019
2500
  #, fuzzy
2501
  msgid "Enable GDPR opt-in"
2502
  msgstr "Habilitar comentário Disqus"
2503
 
2504
- #: ../admin/social_login.php:1029
2505
  msgid ""
2506
  "Enable it to show GDPR opt-in for social login and social account linking"
2507
  msgstr ""
2508
 
2509
- #: ../admin/social_login.php:1038
2510
  #, fuzzy
2511
  msgid "Placement of GDPR opt-in"
2512
  msgstr "Habilitar comentário Disqus"
2513
 
2514
- #: ../admin/social_login.php:1042
2515
  #, fuzzy
2516
  msgid "Above Social Login icons"
2517
  msgstr "Autenticação Social"
2518
 
2519
- #: ../admin/social_login.php:1044
2520
  #, fuzzy
2521
  msgid "Below Social Login icons"
2522
  msgstr "Autenticação Social"
2523
 
2524
- #: ../admin/social_login.php:1050
2525
  #, fuzzy
2526
  msgid "Placement of GDPR opt-in above or below the social login icons"
2527
  msgstr "Texto exibido acima da interface de Autenticação Social"
2528
 
2529
- #: ../admin/social_login.php:1058
2530
  msgid "Opt-in text"
2531
  msgstr ""
2532
 
2533
- #: ../admin/social_login.php:1068
2534
  #, fuzzy
2535
  msgid "Text for the GDPR opt-in"
2536
  msgstr "Habilitar comentário Disqus"
2537
 
2538
- #: ../admin/social_login.php:1076
2539
  msgid "Text to link to Privacy Policy page"
2540
  msgstr ""
2541
 
2542
- #: ../admin/social_login.php:1086
2543
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2544
  msgstr ""
2545
 
2546
- #: ../admin/social_login.php:1094
2547
  msgid "Privacy Policy Url"
2548
  msgstr ""
2549
 
2550
- #: ../admin/social_login.php:1104
2551
  #, fuzzy
2552
  msgid "Url of the privacy policy page of your website"
2553
  msgstr "Url da homepage do seu website"
2554
 
2555
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2556
- #: ../inc/widget.php:578 ../inc/widget.php:726
2557
  msgid "Select"
2558
  msgstr "Selecione"
2559
 
2560
- #: ../admin/social_login.php:1186
2561
  msgid "Social Login Shortcode & Widget"
2562
  msgstr "Autenticação Social Shortcode & Widget"
2563
 
2564
- #: ../admin/social_login.php:1187
2565
  msgid "Social Linking Shortcode"
2566
  msgstr "Shortcode de associação Social"
2567
 
2568
- #: ../admin/social_login.php:1202
2569
  msgid "Why is social login not working?"
2570
  msgstr ""
2571
 
2572
- #: ../admin/social_login.php:1203
2573
  msgid ""
2574
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2575
  "belong to the same app"
2576
  msgstr ""
2577
 
2578
- #: ../admin/social_login.php:1205
2579
  msgid ""
2580
  "Why the user is not appearing logged in even after Social Login until the "
2581
  "webpage is refreshed manually?"
2582
  msgstr ""
2583
 
2584
- #: ../admin/like_buttons.php:16
2585
  msgid "Enable Like Buttons"
2586
  msgstr "Habilitar Botões Like"
2587
 
2588
- #: ../admin/like_buttons.php:26
2589
  msgid ""
2590
  "Master control for like buttons. It must be checked to enable like buttons "
2591
  "functionality"
@@ -2593,64 +2607,64 @@ msgstr ""
2593
  "Controle mestre dos botões like. Ele deve ser selecionado para habilitar a "
2594
  "funcionalidade dos botões like"
2595
 
2596
- #: ../admin/like_buttons.php:56
2597
  msgid "Standard Interface Options"
2598
  msgstr "Opções de Interface Padrão"
2599
 
2600
- #: ../admin/like_buttons.php:62
2601
  msgid "Enable standard interface"
2602
  msgstr "Habilitar Interface Padrão"
2603
 
2604
- #: ../admin/like_buttons.php:72
2605
  msgid "Master control to enable horizontal like buttons"
2606
  msgstr "Controle mestre para habiliat botões de like horizontal"
2607
 
2608
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2609
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2610
  msgstr ""
2611
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
2612
 
2613
- #: ../admin/like_buttons.php:115
2614
  msgid "The text to display above the interface"
2615
  msgstr "O texto a ser exibido acima da interface"
2616
 
2617
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2618
  msgid "Select and rearrange providers"
2619
  msgstr "Selecionar e rearranjar provedores"
2620
 
2621
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2622
  msgid "Select the providers for interface. Drag them to rearrange."
2623
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
2624
 
2625
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2626
  msgid "Horizontal alignment of the interface"
2627
  msgstr "Alinhamento horizontal da interface"
2628
 
2629
- #: ../admin/like_buttons.php:210
2630
  msgid "Specify position of the interface with respect to the content"
2631
  msgstr "Especificar posição da interface em relação ao conteúdo"
2632
 
2633
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2634
  msgid "Interface location"
2635
  msgstr "Localização da interface"
2636
 
2637
- #: ../admin/like_buttons.php:288
2638
  msgid "Specify the pages where you want to enable interface"
2639
  msgstr "Especifique a página onde você deseja habilitar a interface"
2640
 
2641
- #: ../admin/like_buttons.php:306
2642
  msgid "Vertical (Floating) like buttons Options"
2643
  msgstr "Opções de botões like (flutante) vertical"
2644
 
2645
- #: ../admin/like_buttons.php:312
2646
  msgid "Enable floating like buttons"
2647
  msgstr "Habilitar botões like flutuantes"
2648
 
2649
- #: ../admin/like_buttons.php:322
2650
  msgid "Master control to enable vertical (floating) counter widget"
2651
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
2652
 
2653
- #: ../admin/like_buttons.php:416
2654
  msgid ""
2655
  "Specify the color or hex code (example #cc78e0) for the background of "
2656
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2662,7 +2676,7 @@ msgstr ""
2662
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
2663
  "target=\\\"_blank\\\">neste link</a>"
2664
 
2665
- #: ../admin/like_buttons.php:456
2666
  msgid ""
2667
  "Specify a number. Increase in number will shift interface towards right and "
2668
  "decrease will shift it towards left. Number can be negative too."
@@ -2671,7 +2685,7 @@ msgstr ""
2671
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
2672
  "negativos também."
2673
 
2674
- #: ../admin/like_buttons.php:476
2675
  msgid ""
2676
  "Specify a number. Increase in number will shift interface towards left and "
2677
  "decrease will shift it towards right. Number can be negative too."
@@ -2680,7 +2694,7 @@ msgstr ""
2680
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
2681
  "negativos também."
2682
 
2683
- #: ../admin/like_buttons.php:495
2684
  msgid ""
2685
  "Specify a number. Increase in number will shift interface towards bottom and "
2686
  "decrease will shift it towards top."
@@ -2688,24 +2702,24 @@ msgstr ""
2688
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
2689
  "e decrementos deslocam para cima."
2690
 
2691
- #: ../admin/like_buttons.php:551
2692
  msgid "Specify the pages where you want to enable vertical interface"
2693
  msgstr "Especifique as páginas onde você deseja habilitar a interface vertical"
2694
 
2695
- #: ../admin/like_buttons.php:559
2696
  msgid "Hide like buttons on mobile devices"
2697
  msgstr "Esconder os botões de like em dispositivos móveis"
2698
 
2699
- #: ../admin/like_buttons.php:569
2700
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2701
  msgstr ""
2702
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
2703
 
2704
- #: ../admin/like_buttons.php:594
2705
  msgid "Use shortlinks already installed, for tweet button"
2706
  msgstr "Use shortlinks já instalados para botões de tweet"
2707
 
2708
- #: ../admin/like_buttons.php:604
2709
  msgid ""
2710
  "Allows for shortened URLs to be used when sharing content if a shortening "
2711
  "plugin is installed"
@@ -2713,15 +2727,15 @@ msgstr ""
2713
  "Permissão para shortened URLs serem usadas quando o conteúdo é compartilhado "
2714
  "se um shortening plugin está instalado"
2715
 
2716
- #: ../admin/like_buttons.php:612
2717
  msgid "Enable bit.ly url shortener for tweet button"
2718
  msgstr "Habilitar bit.ly url shortener para botões tweet"
2719
 
2720
- #: ../admin/like_buttons.php:630
2721
  msgid "bit.ly username"
2722
  msgstr "username bit.ly"
2723
 
2724
- #: ../admin/like_buttons.php:640
2725
  #, php-format
2726
  msgid ""
2727
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2730,7 +2744,7 @@ msgstr ""
2730
  "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\"
2731
  "\"_blank\\\">este link</a> pata obter o username do bit.ly"
2732
 
2733
- #: ../admin/like_buttons.php:659
2734
  #, php-format
2735
  msgid ""
2736
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2739,7 +2753,7 @@ msgstr ""
2739
  "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\"
2740
  "\"_blank\\\">este link</a> para obter a sua API key"
2741
 
2742
- #: ../admin/like_buttons.php:704
2743
  #, php-format
2744
  msgid ""
2745
  "Enter the code of the language you want to use to render counters. You can "
@@ -2750,15 +2764,15 @@ msgstr ""
2750
  "pode encontrar os códigos de linguagem <a href=\\\"%s\\\" target=\\\"_blank\\"
2751
  "\">neste link</a>. Deixá-lo vazio define linguagem padrão(inglês)"
2752
 
2753
- #: ../admin/like_buttons.php:713
2754
  msgid "Twitter Username"
2755
  msgstr "Username do Twitter"
2756
 
2757
- #: ../admin/like_buttons.php:719
2758
  msgid "Twitter username for Tweet (without @)"
2759
  msgstr "Username do Twitter para Tweet (sem @)"
2760
 
2761
- #: ../admin/like_buttons.php:729
2762
  msgid ""
2763
  "Provided username will be appended after the content being tweeted as \"via "
2764
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2766,11 +2780,11 @@ msgstr ""
2766
  "Username fornecido será adicionado após o conteúdo a ser tweetado como \\"
2767
  "\"via @USERNAME\\\". Deixe vazio se você não deseja um username."
2768
 
2769
- #: ../admin/like_buttons.php:738
2770
  msgid "Twitter username for Buffer sharing (without @)"
2771
  msgstr "Username do Twitter para Buffer de compartilhamento (sem @)"
2772
 
2773
- #: ../admin/like_buttons.php:748
2774
  msgid ""
2775
  "Provided username will be appended after the content in Buffer sharing as "
2776
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2779,7 +2793,7 @@ msgstr ""
2779
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
2780
  "nenhum username."
2781
 
2782
- #: ../admin/like_buttons.php:795
2783
  msgid "Like Buttons Shortcode & Widget"
2784
  msgstr "Botões Like Shortcode & Widget"
2785
 
@@ -2814,28 +2828,28 @@ msgstr "Requisição inválida"
2814
  msgid "Providers not selected"
2815
  msgstr "Provedor não selecionado"
2816
 
2817
- #: ../inc/social_login.php:720
2818
  msgid "Email"
2819
  msgstr ""
2820
 
2821
- #: ../inc/social_login.php:721
2822
  msgid "Confirm email"
2823
  msgstr ""
2824
 
2825
- #: ../inc/social_login.php:723
2826
  msgid "Save"
2827
  msgstr ""
2828
 
2829
- #: ../inc/social_login.php:724
2830
  msgid "Cancel"
2831
  msgstr ""
2832
 
2833
- #: ../inc/social_login.php:798
2834
  #, fuzzy
2835
  msgid "Email Verification"
2836
  msgstr "Habilitar verificação de email"
2837
 
2838
- #: ../inc/social_login.php:800
2839
  msgid ""
2840
  "Please click on the following link or paste it in browser to verify your "
2841
  "email"
@@ -2874,18 +2888,18 @@ msgstr ""
2874
  msgid "Title (after login):"
2875
  msgstr ""
2876
 
2877
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2878
- #: ../inc/widget.php:899
2879
  msgid "Before widget content:"
2880
  msgstr "Antes do conteúdo do widget:"
2881
 
2882
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2883
- #: ../inc/widget.php:961
2884
  msgid "After widget content:"
2885
  msgstr "Depois do conteúdo do widget:"
2886
 
2887
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2888
- #: ../inc/widget.php:588 ../inc/widget.php:751
2889
  msgid "Hide for logged in users:"
2890
  msgstr "Escondido para usuários autenticados:"
2891
 
@@ -2899,7 +2913,7 @@ msgstr ""
2899
  "website compartilhem seu conteúdo nas redes Sociais mais populares como "
2900
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
2901
 
2902
- #: ../inc/widget.php:239
2903
  #, fuzzy
2904
  msgid ""
2905
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -2908,24 +2922,24 @@ msgstr ""
2908
  "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado "
2909
  "na página \\\"Super Socializer > Compartilhamento Social\\\"."
2910
 
2911
- #: ../inc/widget.php:240 ../inc/widget.php:574
2912
  msgid "Title:"
2913
  msgstr "Título:"
2914
 
2915
- #: ../inc/widget.php:242 ../inc/widget.php:408
2916
  msgid "Show individual share counts:"
2917
  msgstr "Exibir contadores individuais de compartilhamento:"
2918
 
2919
- #: ../inc/widget.php:244 ../inc/widget.php:410
2920
  msgid "Show total shares:"
2921
  msgstr "Exibir compartilhamentos totais:"
2922
 
2923
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2924
- #: ../inc/widget.php:724
2925
  msgid "Target Url:"
2926
  msgstr "Url de destino:"
2927
 
2928
- #: ../inc/widget.php:277
2929
  #, fuzzy
2930
  msgid ""
2931
  "Floating sharing widget. Let your website users share content on popular "
@@ -2935,7 +2949,7 @@ msgstr ""
2935
  "website compartilharem conteúdo nas redes Sociais mais populares como "
2936
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
2937
 
2938
- #: ../inc/widget.php:407
2939
  #, fuzzy
2940
  msgid ""
2941
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
@@ -2944,23 +2958,23 @@ msgstr ""
2944
  "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja "
2945
  "habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
2946
 
2947
- #: ../inc/widget.php:420 ../inc/widget.php:732
2948
  msgid "Alignment"
2949
  msgstr "Alinhamento"
2950
 
2951
- #: ../inc/widget.php:426 ../inc/widget.php:738
2952
  msgid "Left Offset"
2953
  msgstr "Ajuste à esquerda"
2954
 
2955
- #: ../inc/widget.php:430 ../inc/widget.php:742
2956
  msgid "Right Offset"
2957
  msgstr "Ajuste à direita"
2958
 
2959
- #: ../inc/widget.php:433 ../inc/widget.php:745
2960
  msgid "Top Offset"
2961
  msgstr "Ajuste à cima"
2962
 
2963
- #: ../inc/widget.php:458
2964
  #, fuzzy
2965
  msgid ""
2966
  "Standard like buttons widget. Let your website users share/like content on "
@@ -2970,7 +2984,7 @@ msgstr ""
2970
  "compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, "
2971
  "Twitter, Tumblr, Google+ e muitas outras"
2972
 
2973
- #: ../inc/widget.php:573
2974
  #, fuzzy
2975
  msgid ""
2976
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -2979,7 +2993,7 @@ msgstr ""
2979
  "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\"
2980
  "\"Super Socializer > Botões Like\\\""
2981
 
2982
- #: ../inc/widget.php:607
2983
  #, fuzzy
2984
  msgid ""
2985
  "Floating like buttons widget. Let your website users share/like content on "
@@ -2989,7 +3003,7 @@ msgstr ""
2989
  "website compartilharem/like conteúdo nas redes Sociais mais populares como "
2990
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
2991
 
2992
- #: ../inc/widget.php:723
2993
  #, fuzzy
2994
  msgid ""
2995
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -2998,96 +3012,109 @@ msgstr ""
2998
  "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\"
2999
  "\"Super Socializer > Botões Like\\\""
3000
 
3001
- #: ../inc/widget.php:767
3002
  #, fuzzy
3003
  msgid "Super Socializer - Follow Icons"
3004
  msgstr "Super Socializer - Autenticação"
3005
 
3006
- #: ../inc/widget.php:769
3007
  msgid "These icons link to your Social Media accounts"
3008
  msgstr ""
3009
 
3010
- #: ../inc/widget.php:903
3011
  #, fuzzy
3012
  msgid "Size of icons"
3013
  msgstr "Tamanho dos ícones de compartilhameto"
3014
 
3015
- #: ../inc/widget.php:905
3016
  #, fuzzy
3017
  msgid "Icon Shape"
3018
  msgstr "Forma"
3019
 
3020
- #: ../inc/widget.php:910
3021
  #, fuzzy
3022
  msgid "Facebook URL:"
3023
  msgstr "Facebook App ID"
3024
 
3025
- #: ../inc/widget.php:913
3026
  #, fuzzy
3027
  msgid "Twitter URL:"
3028
  msgstr "Twitter"
3029
 
3030
- #: ../inc/widget.php:916
3031
  #, fuzzy
3032
  msgid "Instagram URL:"
3033
  msgstr "Instagram"
3034
 
3035
- #: ../inc/widget.php:919
3036
  msgid "Pinterest URL:"
3037
  msgstr ""
3038
 
3039
- #: ../inc/widget.php:922
3040
  msgid "Behance URL:"
3041
  msgstr ""
3042
 
3043
- #: ../inc/widget.php:925
3044
  msgid "Flickr URL:"
3045
  msgstr ""
3046
 
3047
- #: ../inc/widget.php:928
3048
  msgid "Foursquare URL:"
3049
  msgstr ""
3050
 
3051
- #: ../inc/widget.php:931
3052
  msgid "Github URL:"
3053
  msgstr ""
3054
 
3055
- #: ../inc/widget.php:934
3056
  #, fuzzy
3057
  msgid "Google+ URL:"
3058
  msgstr "Google+"
3059
 
3060
- #: ../inc/widget.php:937
3061
  #, fuzzy
3062
  msgid "LinkedIn URL:"
3063
  msgstr "LinkedIn"
3064
 
3065
- #: ../inc/widget.php:940
3066
  #, fuzzy
3067
  msgid "LinkedIn Company URL:"
3068
  msgstr "LinkedIn"
3069
 
3070
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
3071
  msgid "Snapchat URL:"
3072
  msgstr ""
3073
 
3074
- #: ../inc/widget.php:946
3075
  msgid "Tumblr URL:"
3076
  msgstr ""
3077
 
3078
- #: ../inc/widget.php:949
3079
  msgid "Vimeo URL:"
3080
  msgstr ""
3081
 
3082
- #: ../inc/widget.php:952
 
 
 
 
 
3083
  msgid "Youtube URL:"
3084
  msgstr ""
3085
 
3086
- #: ../inc/widget.php:955
3087
  msgid "Youtube Channel URL:"
3088
  msgstr ""
3089
 
3090
- #: ../inc/widget.php:958
3091
  msgid "RSS Feed URL:"
3092
  msgstr ""
3093
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:44+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:44+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
+ #: ../super_socializer.php:872 ../helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
119
+ #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
+ #: ../super_socializer.php:1296 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
+ #: ../super_socializer.php:1307 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
+ #: ../super_socializer.php:1311 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
333
  msgid "Account already exists or linked"
334
  msgstr "Conta já existente ou já está associada"
335
 
336
+ #: ../helper.php:627 ../helper.php:633
337
  msgid "Currently"
338
  msgstr "Atualmente"
339
 
340
+ #: ../helper.php:627 ../helper.php:633
341
  msgid "Connected with"
342
  msgstr ""
343
 
344
+ #: ../helper.php:627 ../helper.php:633
345
  msgid "Remove"
346
  msgstr "Remover"
347
 
348
+ #: ../helper.php:704
349
  #, fuzzy
350
  msgid "Social Account Linking"
351
  msgstr "Comentário Social"
352
 
353
+ #: ../helper.php:754
354
  msgid "Disable Standard Social Sharing on this "
355
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
356
 
357
+ #: ../helper.php:759
358
  msgid "Disable Floating Social Sharing on this "
359
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
360
 
361
+ #: ../helper.php:764
362
  msgid "Disable Standard like buttons on this "
363
  msgstr "Desabilitar o botão de like padrão neste(a) "
364
 
365
+ #: ../helper.php:769
366
  msgid "Disable Floating like buttons on this "
367
  msgstr "Desabilitar o botão flutuante de like neste(a) "
368
 
369
+ #: ../helper.php:774
370
  msgid "Disable Social Commenting on this "
371
  msgstr "Desabilitar o Comentário Social neste(a) "
372
 
373
+ #: ../helper.php:783
374
  msgid "Standard Sharing Interface"
375
  msgstr "Interface Padrão de Compartilhamento"
376
 
377
+ #: ../helper.php:789 ../helper.php:808
378
  msgid "Starting share count for "
379
  msgstr "Iniciando contagem compartilhada para "
380
 
381
+ #: ../helper.php:802
382
  msgid "Floating Sharing Interface"
383
  msgstr "Interface de Compartilhamento Flutuante"
384
 
385
+ #: ../helper.php:905
386
  msgid "Small Avatar"
387
  msgstr "Avatar Pequeno"
388
 
389
+ #: ../helper.php:909
390
  msgid "Large Avatar"
391
  msgstr "Avatar Grande"
392
 
393
+ #: ../helper.php:913 ../admin/general_options.php:132
394
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
395
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
396
  msgid "Save Changes"
397
  msgstr "Salvar Alterações"
398
 
399
+ #: ../helper.php:1013
400
  msgid "Click to delete social profile data"
401
  msgstr ""
402
 
403
+ #: ../helper.php:1042
404
  #, fuzzy
405
  msgid "Deleting"
406
  msgstr "Configurações"
407
 
408
+ #: ../helper.php:1052
409
  msgid "Deleted"
410
  msgstr ""
411
 
412
+ #: ../helper.php:1054
413
  msgid "Something bad happened"
414
  msgstr ""
415
 
416
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
417
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
418
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
419
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
420
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
421
+ #, fuzzy, php-format
422
+ msgid ""
423
+ "You can appreciate the effort put in this free plugin by rating it <a href="
424
+ "\"%s\" target=\"_blank\">here</a>"
425
+ msgstr ""
426
+ "Requirido para a Autenticação Social do Twitter funcionar. Por favor, siga a "
427
+ "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
428
+ "para obter Twitter API Key"
429
+
430
+ #: ../admin/general_options.php:21
431
  msgid "Include Javascript in website footer"
432
  msgstr "Incluir Javascript no rodapé do website"
433
 
434
+ #: ../admin/general_options.php:31
435
  msgid ""
436
  "If enabled (recommended), Javascript files will be included in the footer of "
437
  "your website."
439
  "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
440
  "do seu website."
441
 
442
+ #: ../admin/general_options.php:39
443
  msgid "Load all Javascript files in single file"
444
  msgstr "Consolide todos os Javascripts em um único arquivo"
445
 
446
+ #: ../admin/general_options.php:49
447
  msgid "Loads Javascript in single request."
448
  msgstr "Carrega Javascript em uma única operação."
449
 
450
+ #: ../admin/general_options.php:57
451
  msgid "Delete all the options on plugin deletion"
452
  msgstr "Remove todas as opções na remoção do pluguin"
453
 
454
+ #: ../admin/general_options.php:67
455
  msgid ""
456
  "If enabled, plugin options will get deleted when plugin is deleted/"
457
  "uninstalled and you will need to reconfigure the options when you install "
461
  "removido/desistalado e você necessitará reconfigurar as opções quando você "
462
  "instalar o plugin da próxima vez."
463
 
464
+ #: ../admin/general_options.php:75
465
  msgid ""
466
  "Show popup notification to users if their browsers block the plugin features"
467
  msgstr ""
468
 
469
+ #: ../admin/general_options.php:85
470
  msgid ""
471
  "If enabled, your website visitors will see a popup notification (only once) "
472
  "if their browsers block any of the features of the plugin so that they can "
473
  "change their browser settings to unblock these."
474
  msgstr ""
475
 
476
+ #: ../admin/general_options.php:95
477
  msgid "Message to show in popup notification"
478
  msgstr ""
479
 
480
+ #: ../admin/general_options.php:105
481
  msgid ""
482
  "Use {support_url} placeholder to show support documentation url in message"
483
  msgstr ""
484
 
485
+ #: ../admin/general_options.php:114
486
  msgid "Custom CSS"
487
  msgstr "CSS Personalizado"
488
 
489
+ #: ../admin/general_options.php:124
490
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
491
  msgstr ""
492
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
493
  "style&gt; )"
494
 
495
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
496
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
497
+ #: ../admin/like_buttons.php:836
498
  #, fuzzy
499
  msgid "Instagram Shoutout"
500
  msgstr "Instagram"
501
 
502
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
503
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
504
+ #: ../admin/like_buttons.php:838
505
  msgid ""
506
  "If you can send (to hello@heateor.com) how our plugin is helping your "
507
  "business, we can share it on Instagram. You can also send any relevant "
508
  "hashtags and people to mention in the Instagram post."
509
  msgstr ""
510
 
511
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
512
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
513
+ #: ../admin/like_buttons.php:839
514
  msgid ""
515
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
516
  "language courses through their website. They have emerged as one of the most "
519
  "time."
520
  msgstr ""
521
 
522
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
523
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
524
+ #: ../admin/like_buttons.php:840
525
  msgid ""
526
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
527
  "features at their website, such as - Social Login, Social Share and Social "
561
  msgid "Translate Plugin"
562
  msgstr ""
563
 
564
+ #: ../admin/help.php:37 ../admin/social_login.php:58
565
  #, fuzzy
566
  msgid "Customize Social Login Icons"
567
  msgstr "Autenticação Social"
623
  msgid "Rate 5-star"
624
  msgstr "Pontue como 5-strelas"
625
 
626
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
627
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
628
  msgid "Master Control"
629
  msgstr "Controle Mestre"
630
 
631
+ #: ../admin/social_sharing.php:18
632
  msgid "Enable Social Sharing"
633
  msgstr "Habilitar Compartilhamento Social"
634
 
635
+ #: ../admin/social_sharing.php:27
636
  msgid "Master control to enable Social Sharing"
637
  msgstr "Controle mestre para habilitar o Compartilhamento Social"
638
 
639
+ #: ../admin/social_sharing.php:37
640
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
641
  msgstr ""
642
 
643
+ #: ../admin/social_sharing.php:45
644
  msgid "Theme Selection"
645
  msgstr "Escolha de Temas"
646
 
647
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
648
  msgid "Standard Interface"
649
  msgstr "Interface Padrão"
650
 
651
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
652
  msgid "Floating Interface"
653
  msgstr "Interface Flutuante"
654
 
655
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
656
  msgid "Miscellaneous"
657
  msgstr "Miscelânia"
658
 
659
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
660
  msgid "3rd Party Integration"
661
  msgstr ""
662
 
663
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
664
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
665
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
666
+ #: ../admin/like_buttons.php:797
667
  msgid "Shortcode & Widget"
668
  msgstr "Shortcode & Widget"
669
 
670
+ #: ../admin/social_sharing.php:57
671
  msgid "Troubleshooter"
672
  msgstr "Resolução de Problemas"
673
 
674
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
675
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
676
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
677
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
678
  msgid "FAQ"
679
  msgstr "P&R"
680
 
681
+ #: ../admin/social_sharing.php:66
682
  msgid "Standard interface theme"
683
  msgstr "Tema padrão da interface"
684
 
685
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
686
  msgid "Icon Preview"
687
  msgstr "Visualização do Ícone"
688
 
689
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
690
  msgid ""
691
  "Do not forget to save the configuration after making changes by clicking the "
692
  "save button below"
694
  "Não esqueça de salvar as configurações após realizar as mudanças clicando no "
695
  "botão de salvar abaixo"
696
 
697
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
698
  msgid "Shape"
699
  msgstr "Forma"
700
 
701
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
702
+ #: ../inc/widget.php:927
703
  msgid "Round"
704
  msgstr "Arredondada"
705
 
706
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
707
+ #: ../inc/widget.php:928
708
  msgid "Square"
709
  msgstr "Quadrada"
710
 
711
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
712
  msgid "Rectangle"
713
  msgstr "Retangular"
714
 
715
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
716
  msgid "Shape of the sharing icons"
717
  msgstr "Forma dos ícones de compartilhameto"
718
 
719
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
720
  msgid "Size (in pixels)"
721
  msgstr "Tamanho (em pixels)"
722
 
723
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
724
  msgid "Size of the sharing icons"
725
  msgstr "Tamanho dos ícones de compartilhameto"
726
 
727
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
728
  msgid "Width (in pixels)"
729
  msgstr "Largura (em pixels)"
730
 
731
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
732
  msgid "Width of the sharing icons"
733
  msgstr "Largura dos ícones de compartilhameto"
734
 
735
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
736
  msgid "Height (in pixels)"
737
  msgstr "Altura (em pixels)"
738
 
739
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
740
  msgid "Height of the sharing icons"
741
  msgstr "Altura dos ícones de compartilhameto"
742
 
743
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
744
  msgid "Border radius (in pixels)"
745
  msgstr "Raio da borda (em pixels)"
746
 
747
+ #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
748
  msgid ""
749
  "Specify a value for rounded corners. More the value, more rounded will the "
750
  "corners be. Leave empty for sharp corners."
752
  "Especifique um valor para os cantos arredondados. Quanto maior o valor, mas "
753
  "arredondados serão os cantos. Deixe em branco para cantos precisos."
754
 
755
+ #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
756
  msgid "Logo Color"
757
  msgstr "Cor do logo"
758
 
759
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
760
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
761
+ #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
762
  msgid "Default"
763
  msgstr "Padrão"
764
 
765
+ #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
766
+ #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
767
+ #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
768
  msgid "On Hover"
769
  msgstr "Em foco"
770
 
771
+ #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
772
  msgid ""
773
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
774
  "empty for default. You can get the hex code of the required color from <a "
779
  "hexadecimal que você requer por meio deste link <a href=\\\"http://www."
780
  "colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
781
 
782
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
783
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
784
+ #: ../inc/widget.php:444 ../inc/widget.php:756
785
  msgid "Background Color"
786
  msgstr "Cor de Fundo"
787
 
788
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
789
  msgid ""
790
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
791
  "\"transparent\" for transparent background. Leave empty for default. You can "
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:310 ../admin/social_sharing.php:618
802
  msgid "Border"
803
  msgstr "Borda"
804
 
805
+ #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
806
+ #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
807
  msgid "Border Width"
808
  msgstr "Largura da Borda"
809
 
810
+ #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
811
+ #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
812
  msgid "Border Color"
813
  msgstr "Cor da Borda"
814
 
815
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
816
  msgid "Icon border"
817
  msgstr "Ícone da borda"
818
 
819
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
820
  msgid "Counter Position"
821
  msgstr "Posição do Contador"
822
 
823
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
824
  msgid "(applies, if counter enabled)"
825
  msgstr "(aplica-se, caso o contador esteja habilitado)"
826
 
827
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
828
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
829
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
830
+ #: ../inc/widget.php:430 ../inc/widget.php:742
831
  msgid "Left"
832
  msgstr "Esquerda"
833
 
834
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
835
  msgid "Top"
836
  msgstr "Acima"
837
 
838
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
839
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
840
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
841
+ #: ../inc/widget.php:431 ../inc/widget.php:743
842
  msgid "Right"
843
  msgstr "Direita"
844
 
845
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
846
  msgid "Bottom"
847
  msgstr "Abaixo"
848
 
849
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
850
  msgid "Inner Left"
851
  msgstr "Inner a Esquerda"
852
 
853
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
854
  msgid "Inner Top"
855
  msgstr "Inner Acima"
856
 
857
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
858
  msgid "Inner Right"
859
  msgstr "Inner a Direita"
860
 
861
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
862
  msgid "Inner Bottom"
863
  msgstr "Inner a Baixo"
864
 
865
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
866
  msgid "Position of share counter"
867
  msgstr "Posição do contador de compartilhamento"
868
 
869
+ #: ../admin/social_sharing.php:373
870
  msgid "Floating interface theme"
871
  msgstr "Tema da inteface flutuante"
872
 
873
+ #: ../admin/social_sharing.php:686
874
  msgid "Standard Sharing Interface Options"
875
  msgstr "Opções de Interface de Compartilhamento Padrão"
876
 
877
+ #: ../admin/social_sharing.php:692
878
  msgid "Enable Standard sharing interface"
879
  msgstr "Habilita interface de Compartilhamento padrão"
880
 
881
+ #: ../admin/social_sharing.php:702
882
  msgid "Master control to enable standard sharing"
883
  msgstr "\"Controle Mestre para habilitar o compartilhamento padrão"
884
 
885
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
886
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
887
  msgid "Target Url"
888
  msgstr "Url Destino"
889
 
890
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
891
+ #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
892
  msgid "Url of the webpage where icons are located (default)"
893
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
894
 
895
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
896
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
897
  msgid "Url of the homepage of your website"
898
  msgstr "Url da homepage do seu website"
899
 
900
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
901
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
902
  msgid "Custom url"
903
  msgstr "Url personalizada"
904
 
905
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
906
  msgid "Url to share"
907
  msgstr "Url para compartilhar"
908
 
909
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
910
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
911
+ #: ../inc/widget.php:921
912
  msgid "Title"
913
  msgstr "Título"
914
 
915
+ #: ../admin/social_sharing.php:745
916
  msgid "The text to display above the sharing interface"
917
  msgstr "Texto a ser exibido acima da interface de compartilhamento"
918
 
919
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
920
  #, fuzzy
921
  msgid "Instagram username"
922
  msgstr "Instagram"
923
 
924
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
925
  msgid ""
926
  "Username of the Instagram account you want to redirect users to, on clicking "
927
  "the icon"
928
  msgstr ""
929
 
930
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
931
  #, fuzzy
932
  msgid "HTML ID of container element of comment form"
933
  msgstr "HTML ID do comentário do container"
934
 
935
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
936
  msgid ""
937
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
938
  "icon."
939
  msgstr ""
940
 
941
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
942
  msgid "Rearrange icons"
943
  msgstr "Rearranjar ícones"
944
 
945
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
946
  msgid "Drag the icons to rearrange in desired order"
947
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
948
 
949
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
950
  msgid "Select Sharing Services"
951
  msgstr "Selecione os Serviços Compartilhados"
952
 
953
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
954
  msgid "Select sharing services to show in social share bar"
955
  msgstr ""
956
  "Selecione os serviços compartilhados para exibir na barra de "
957
  "compartilhamento social"
958
 
959
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
960
  #, fuzzy
961
  msgid "Search social network"
962
  msgstr "como rede social primária"
963
 
964
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
965
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
966
  msgid "Horizontal alignment"
967
  msgstr "Alinhamento horizonal"
968
 
969
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
970
  msgid "Center"
971
  msgstr "Centro"
972
 
973
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
974
  msgid "Horizontal alignment of the sharing interface"
975
  msgstr "Alinhamento horizontal da interface de compartilhamento"
976
 
977
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
978
  msgid "Position with respect to content"
979
  msgstr "Posição em relação ao conteúdo"
980
 
981
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
982
  msgid "Top of the content"
983
  msgstr "Acima do conteúdo"
984
 
985
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
986
  msgid "Bottom of the content"
987
  msgstr "Abaixo do conteúdo"
988
 
989
+ #: ../admin/social_sharing.php:960
990
  msgid "Specify position of the sharing interface with respect to the content"
991
  msgstr ""
992
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
993
 
994
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
995
  msgid "Placement"
996
  msgstr "Localização"
997
 
998
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
999
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1000
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1001
  msgid "Homepage"
1002
  msgstr "Homepage"
1003
 
1004
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1005
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1006
  msgid "Posts"
1007
  msgstr "Posts"
1008
 
1009
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1010
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1011
  msgid "Pages"
1012
  msgstr "Páginas"
1013
 
1014
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1015
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1016
  #, fuzzy
1017
  msgid "Excerpts and Posts page"
1018
  msgstr "Pedaços (na Homepage)"
1019
 
1020
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1021
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1022
  msgid "Category Archives"
1023
  msgstr "Arquivos de Categorias"
1024
 
1025
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1026
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1027
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1028
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
1029
 
1030
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1031
  msgid "BuddyPress activity"
1032
  msgstr "Atividade BuddyPress"
1033
 
1034
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1035
  msgid "BuddyPress group (only at top of content)"
1036
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
1037
 
1038
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1039
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1040
  msgid "BBPress forum"
1041
  msgstr "Forum BBPress"
1042
 
1043
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1044
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1045
  msgid "BBPress topic"
1046
  msgstr "Tópico BBPress"
1047
 
1048
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1049
  msgid "BBPress reply"
1050
  msgstr "Responder BBPress"
1051
 
1052
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1053
  msgid "After individual product at WooCommerce Shop page"
1054
  msgstr "Depois de produtos individuais na página WooCommerce Shop"
1055
 
1056
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1057
  msgid "WooCommerce Product Page"
1058
  msgstr "Página de Produtos WooCommerce"
1059
 
1060
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1061
  msgid "WooCommerce Thankyou Page"
1062
  msgstr "Página de Agradecimento WooCommerce"
1063
 
1064
+ #: ../admin/social_sharing.php:1036
1065
  msgid "Specify the pages where you want to enable Sharing interface"
1066
  msgstr ""
1067
  "Especifique as páginas onde você deseja habilitar a interface de "
1068
  "compartilhamento"
1069
 
1070
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1071
  msgid "Show share counts"
1072
  msgstr "Exibir contadores de compartilhamento"
1073
 
1074
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1075
  #, fuzzy
1076
  msgid ""
1077
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1081
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
1082
  "Odnoklassniki e Vkontakte"
1083
 
1084
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1085
  #, php-format
1086
  msgid ""
1087
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1090
  "their website."
1091
  msgstr ""
1092
 
1093
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1094
  msgid "If enabled, share counts are displayed above sharing icons."
1095
  msgstr ""
1096
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
1097
  "ícones de compartilhamento."
1098
 
1099
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1100
  msgid "Show total shares"
1101
  msgstr "Exibe total de compartilhamentos"
1102
 
1103
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1104
  msgid "If enabled, total shares will be displayed with sharing icons"
1105
  msgstr ""
1106
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
1107
  "de compartilhamento"
1108
 
1109
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1110
  msgid "Enable 'More' icon"
1111
  msgstr "Habilitar 'Mais' ícones"
1112
 
1113
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1114
  msgid ""
1115
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1116
  "which shows additional sharing networks in popup"
1119
  "de compartilhamento com a exibição adicional das redes sociais "
1120
  "compartilhadas em um popup"
1121
 
1122
+ #: ../admin/social_sharing.php:1112
1123
  msgid "Floating Sharing Interface Options"
1124
  msgstr "Opções da Interface de Compartilhamento Flutuante"
1125
 
1126
+ #: ../admin/social_sharing.php:1118
1127
  msgid "Enable Floating sharing interface"
1128
  msgstr "Habilita interface de compartilhamento flutuante"
1129
 
1130
+ #: ../admin/social_sharing.php:1128
1131
  msgid "Master control to enable floating sharing widget"
1132
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
1133
 
1134
+ #: ../admin/social_sharing.php:1322
1135
  msgid ""
1136
  "Specify the color or hex code (example #cc78e0) for the background of "
1137
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1143
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
1144
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
1145
 
1146
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1147
  msgid "Left offset"
1148
  msgstr "Ajuste à esquerda"
1149
 
1150
+ #: ../admin/social_sharing.php:1362
1151
  msgid ""
1152
  "Specify a number. Increase in number will shift sharing interface towards "
1153
  "right and decrease will shift it towards left. Number can be negative too."
1157
  "interface de compartilhamento para a esquerda. Os números podem também ser "
1158
  "negativos."
1159
 
1160
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1161
  msgid "Right offset"
1162
  msgstr "Ajuste à direita"
1163
 
1164
+ #: ../admin/social_sharing.php:1382
1165
  msgid ""
1166
  "Specify a number. Increase in number will shift sharing interface towards "
1167
  "left and decrease will shift it towards right. Number can be negative too."
1171
  "interface de compartilhamento para a direita. Os números podem também ser "
1172
  "negativos."
1173
 
1174
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1175
  msgid "Top offset"
1176
  msgstr "Ajuste acima"
1177
 
1178
+ #: ../admin/social_sharing.php:1401
1179
  msgid ""
1180
  "Specify a number. Increase in number will shift sharing interface towards "
1181
  "bottom and decrease will shift it towards top."
1184
  "compartilhamento para baixo e decrementos no número irão deslocar a "
1185
  "interface de compartilhamento para cima."
1186
 
1187
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1188
  msgid "BuddyPress group"
1189
  msgstr "Grupo BuddyPress"
1190
 
1191
+ #: ../admin/social_sharing.php:1458
1192
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1193
  msgstr ""
1194
  "Especifique as páginas onde você deseja habilitar a interface de "
1195
  "compartilhamento vertical"
1196
 
1197
+ #: ../admin/social_sharing.php:1525
1198
  msgid "Vertical floating bar responsiveness"
1199
  msgstr "Sensibilidade da barra flutuante vertical"
1200
 
1201
+ #: ../admin/social_sharing.php:1528
1202
  #, php-format
1203
  msgid "Display vertical interface only when screen is wider than %s pixels"
1204
  msgstr ""
1205
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
1206
 
1207
+ #: ../admin/social_sharing.php:1535
1208
  msgid ""
1209
  "Display vertical interface only when screen is wider than the width "
1210
  "specified."
1212
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
1213
  "especificada."
1214
 
1215
+ #: ../admin/social_sharing.php:1543
1216
  msgid "Horizontal floating bar responsiveness"
1217
  msgstr "Sensibilidade da barra flutuante horizontal"
1218
 
1219
+ #: ../admin/social_sharing.php:1546
1220
  #, php-format
1221
  msgid ""
1222
  "Stick vertical floating interface horizontally at bottom only when screen is "
1225
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1226
  "quando a tela é mais estreita do que %s pixels"
1227
 
1228
+ #: ../admin/social_sharing.php:1553
1229
  msgid ""
1230
  "Stick vertical floating interface horizontally at bottom only when screen is "
1231
  "narrower than the width specified"
1233
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
1234
  "quando a tela é mais estreita do que a largura especificada"
1235
 
1236
+ #: ../admin/social_sharing.php:1563
1237
  msgid "Horizontal floating bar position"
1238
  msgstr "Posição da barra de flutuação horizontal"
1239
 
1240
+ #: ../admin/social_sharing.php:1566
1241
  #, php-format
1242
  msgid "%s pixels from %s"
1243
  msgstr "%s pixels de %s"
1244
 
1245
+ #: ../admin/social_sharing.php:1567
1246
  msgid "Auto-adjust according to screen width (responsive)"
1247
  msgstr ""
1248
 
1249
+ #: ../admin/social_sharing.php:1574
1250
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1251
  msgstr ""
1252
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
1253
  "também."
1254
 
1255
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1256
  msgid "Url shortener"
1257
  msgstr "Encurtador de Url"
1258
 
1259
+ #: ../admin/social_sharing.php:1600
1260
  msgid "Use shortlinks already installed"
1261
  msgstr "Use shortlinks já instalados"
1262
 
1263
+ #: ../admin/social_sharing.php:1610
1264
  msgid "Uses default short url permalinks without using any additional plugin"
1265
  msgstr ""
1266
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
1267
 
1268
+ #: ../admin/social_sharing.php:1618
1269
  msgid "Enable bit.ly url shortener for sharing"
1270
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
1271
 
1272
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1273
  msgid "Master control to enable bit.ly url shortening for sharing"
1274
  msgstr ""
1275
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
1276
 
1277
+ #: ../admin/social_sharing.php:1636
1278
  msgid "bit.ly Login"
1279
  msgstr ""
1280
 
1281
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1282
  #, fuzzy, php-format
1283
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1284
  msgstr ""
1286
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1287
  "para obter Twitter API Key"
1288
 
1289
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1290
  msgid "bit.ly API Key"
1291
  msgstr "bit.ly API Key"
1292
 
1293
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1294
  msgid "Clear Bitly Cache"
1295
  msgstr "Limpar o Cache Bitly"
1296
 
1297
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1298
  msgid "ShortUrl cache cleared successfully."
1299
  msgstr "Cache ShortUrl limpo com sucesso."
1300
 
1301
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1302
  msgid ""
1303
  "Use this to delete short urls saved in database. Handy, if urls of your "
1304
  "website have been changed but short urls are still being generated for old "
1308
  "urls do seu website foram trocadas mas as short urls ainda estão sendo "
1309
  "geradas para suas urls antigas."
1310
 
1311
+ #: ../admin/social_sharing.php:1694
1312
  msgid "Share Count Cache"
1313
  msgstr "Cache de Contador de Compartilhamento"
1314
 
1315
+ #: ../admin/social_sharing.php:1700
1316
  msgid "Refresh Share Count cache every"
1317
  msgstr "Atualizar o contador de compartilhamento a cada"
1318
 
1319
+ #: ../admin/social_sharing.php:1705
1320
  msgid "Second(s)"
1321
  msgstr ""
1322
 
1323
+ #: ../admin/social_sharing.php:1706
1324
  msgid "Minute(s)"
1325
  msgstr ""
1326
 
1327
+ #: ../admin/social_sharing.php:1707
1328
  msgid "Hour(s)"
1329
  msgstr ""
1330
 
1331
+ #: ../admin/social_sharing.php:1708
1332
  msgid "Day(s)"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/social_sharing.php:1716
1336
  #, fuzzy, php-format
1337
  msgid ""
1338
  "Frequent cache refreshing results in slower loading of pages with share "
1342
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
1343
  "páginas com os contadores de compartilhamento habilitados"
1344
 
1345
+ #: ../admin/social_sharing.php:1724
1346
  msgid "Clear Share Counts Cache"
1347
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
1348
 
1349
+ #: ../admin/social_sharing.php:1728
1350
  msgid "Share Counts cache cleared successfully."
1351
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
1352
 
1353
+ #: ../admin/social_sharing.php:1735
1354
  msgid "Use this to clear cached share counts"
1355
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
1356
 
1357
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1358
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1359
+ #: ../admin/like_buttons.php:698
1360
  msgid "Language"
1361
  msgstr "Languagem"
1362
 
1363
+ #: ../admin/social_sharing.php:1760
1364
  #, php-format
1365
  msgid ""
1366
  "Enter the code of the language you want to use for like buttons. You can "
1371
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
1372
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
1373
 
1374
+ #: ../admin/social_sharing.php:1769
1375
  msgid "Username in sharing"
1376
  msgstr "Username no compartilhamento"
1377
 
1378
+ #: ../admin/social_sharing.php:1775
1379
  msgid "Twitter username (without @)"
1380
  msgstr "Username do Twitter (sem @)"
1381
 
1382
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1383
  msgid ""
1384
  "Provided username will be appended after the content being shared as \"via "
1385
  "@USERNAME\". Leave empty if you do not want any username in the content "
1389
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
1390
  "no conteúdo sendo compartilhado."
1391
 
1392
+ #: ../admin/social_sharing.php:1794
1393
  msgid "Buffer username (without @)"
1394
  msgstr "Username do Buffer (sem @)"
1395
 
1396
+ #: ../admin/social_sharing.php:1813
1397
  msgid "AMP"
1398
  msgstr ""
1399
 
1400
+ #: ../admin/social_sharing.php:1819
1401
  #, fuzzy
1402
  msgid "Enable sharing on AMP pages"
1403
  msgstr "Habilia a página de autenticação"
1404
 
1405
+ #: ../admin/social_sharing.php:1829
1406
  msgid "Enable this option to render sharing icons on AMP pages"
1407
  msgstr ""
1408
 
1409
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1410
  msgid "myCRED"
1411
  msgstr ""
1412
 
1413
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1414
  msgid "Append myCRED referral ID to the urls being shared"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/social_sharing.php:1887
1418
  msgid "Facebook Sharing Troubleshooter"
1419
  msgstr "Solução de problema no compartilhamento com o Facebook"
1420
 
1421
+ #: ../admin/social_sharing.php:1892
1422
  #, fuzzy
1423
  msgid ""
1424
  "If Facebook sharing is not working fine, click at the following link and "
1431
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
1432
  "website:"
1433
 
1434
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1435
+ #: ../admin/social_login.php:1205
1436
  msgid ""
1437
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1438
  "an online website for the plugin to function properly."
1439
  msgstr ""
1440
 
1441
+ #: ../admin/social_sharing.php:1911
1442
  msgid "Why is Instagram icon redirecting to Instagram website?"
1443
  msgstr ""
1444
 
1445
+ #: ../admin/social_sharing.php:1912
1446
  msgid ""
1447
  "Instagram icon is there to send website visitors to the Instagram page of "
1448
  "your choice. You can save the desired Instagram handle in \"Instagram "
1450
  "sections."
1451
  msgstr ""
1452
 
1453
+ #: ../admin/social_sharing.php:1915
1454
  msgid ""
1455
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1456
  msgstr ""
1457
 
1458
+ #: ../admin/social_sharing.php:1916
1459
  msgid ""
1460
  "It takes some time for their service to track the shares made on Twitter "
1461
  "from your website. If you still feel it's taking too long you can contact "
1462
  "their support directly from their website."
1463
  msgstr ""
1464
 
1465
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1466
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1919
1470
  msgid ""
1471
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1472
  msgstr ""
1473
 
1474
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1475
+ #: ../admin/social_login.php:1211
1476
  msgid "Why is my browser blocking some features of the plugin?"
1477
  msgstr ""
1478
 
1479
+ #: ../admin/social_sharing.php:1921
1480
  #, fuzzy
1481
  msgid "Why the color of share icons is not being updated?"
1482
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1483
 
1484
+ #: ../admin/social_sharing.php:1922
1485
  msgid ""
1486
  "Why is sharer not showing the correct image, title and other meta tags "
1487
  "content?"
1488
  msgstr ""
1489
 
1490
+ #: ../admin/social_sharing.php:1923
1491
  #, fuzzy
1492
  msgid "Why Facebook share counts are not appearing?"
1493
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1494
 
1495
+ #: ../admin/social_sharing.php:1924
1496
  msgid ""
1497
  "How can I show share counts of my website rather than of individual pages/"
1498
  "posts?"
1500
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
1501
  "das páginas/posts individuais?"
1502
 
1503
+ #: ../admin/social_sharing.php:1925
1504
  msgid "How can I disable sharing on particular page/post?"
1505
  msgstr ""
1506
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
1507
 
1508
+ #: ../admin/social_sharing.php:1926
1509
  msgid "How can I specify minimum sharing count for sharing networks?"
1510
  msgstr ""
1511
  "Como posso especificar um contador mínimo de compartilhamento das redes "
1512
  "sociais?"
1513
 
1514
+ #: ../admin/social_sharing.php:1927
1515
  msgid "How to share specific page?"
1516
  msgstr "Como compartilhar página específica?"
1517
 
1518
+ #: ../admin/social_sharing.php:1928
1519
  msgid "How to integrate Google Analytics with sharing?"
1520
  msgstr "Como integrar o Google Analytics com compartilhamento?"
1521
 
1522
+ #: ../admin/social_sharing.php:1929
1523
  msgid "How to customize the look of total share counts?"
1524
  msgstr ""
1525
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
1526
 
1527
+ #: ../admin/social_sharing.php:1930
1528
  msgid "How to customize the look of individual share counts?"
1529
  msgstr ""
1530
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
1531
 
1532
+ #: ../admin/social_sharing.php:1931
1533
  msgid "How to show Whatsapp icon only on mobile devices?"
1534
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
1535
 
1536
+ #: ../admin/social_sharing.php:1932
1537
  msgid "How to hide arrow after floating sharing bar?"
1538
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
1539
 
1540
+ #: ../admin/social_sharing.php:1933
1541
  #, fuzzy
1542
  msgid "Why is share count not getting updated?"
1543
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
1544
 
1545
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1546
  msgid "Why is there so much space between like buttons?"
1547
  msgstr ""
1548
 
1549
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1550
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1551
  msgstr ""
1552
 
1553
+ #: ../admin/social_commenting.php:17
1554
  msgid "Enable Social Commenting"
1555
  msgstr "Habilitar Comentário Social"
1556
 
1557
+ #: ../admin/social_commenting.php:27
1558
  msgid "Master control to enable Social Commenting"
1559
  msgstr "Controle mestre para habilitar o Comentário Social"
1560
 
1561
+ #: ../admin/social_commenting.php:38
1562
  msgid "Social Commenting"
1563
  msgstr "Comentário Social"
1564
 
1565
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1566
  msgid "Shortcode"
1567
  msgstr "Shortcode"
1568
 
1569
+ #: ../admin/social_commenting.php:53
1570
  msgid "Order of tabs in commenting interface"
1571
  msgstr "Ordem das guias na interface de comentários"
1572
 
1573
+ #: ../admin/social_commenting.php:63
1574
  msgid ""
1575
  "Order of the tabs shown in social commenting interface. Defaults to "
1576
  "wordpress,facebook,googleplus,disqus"
1578
  "rdem das guais exibidas na interface de comentário social. Padrão para "
1579
  "wordpress, facebook, googleplus, disqus"
1580
 
1581
+ #: ../admin/social_commenting.php:71
1582
  msgid "Comment area label"
1583
  msgstr "Rótulo da área de comentário"
1584
 
1585
+ #: ../admin/social_commenting.php:81
1586
  msgid "Label for comment area"
1587
  msgstr "Rótulo para a área de comentário"
1588
 
1589
+ #: ../admin/social_commenting.php:94
1590
  msgid "Enable Social Commenting at"
1591
  msgstr "Habilitar comentário Social em"
1592
 
1593
+ #: ../admin/social_commenting.php:113
1594
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1595
  msgstr ""
1596
  "Especificar grupos de páginas/posts onde você deseja habilitar o Comentário "
1597
  "Social"
1598
 
1599
+ #: ../admin/social_commenting.php:124
1600
  msgid "HTML ID of comment form container"
1601
  msgstr "HTML ID do comentário do container"
1602
 
1603
+ #: ../admin/social_commenting.php:134
1604
  msgid ""
1605
  "HTML ID of container element of the default comment form at front end. Leave "
1606
  "empty for default ID - \"respond\". You need to specify it if default "
1612
  "lo se o formulário de comentário padrão está aparecendo e o Comentário "
1613
  "Social não está sendo habilitado no front-end do seu website."
1614
 
1615
+ #: ../admin/social_commenting.php:144
1616
  msgid "Labels"
1617
  msgstr "Rótulos"
1618
 
1619
+ #: ../admin/social_commenting.php:149
1620
  msgid "Label for WordPress Commenting tab"
1621
  msgstr "Rótulo para guia de Comentário WordPress"
1622
 
1623
+ #: ../admin/social_commenting.php:158
1624
  msgid "Label for Facebook Commenting tab"
1625
  msgstr "Rótulo para guia de Comentário Facebook"
1626
 
1627
+ #: ../admin/social_commenting.php:167
1628
  msgid "Label for G+ Commenting tab"
1629
  msgstr "Rótulo para guia de Comentário G+"
1630
 
1631
+ #: ../admin/social_commenting.php:176
1632
  msgid "Label for Disqus Commenting tab"
1633
  msgstr "Rótulo para guia de Comentário Disqus"
1634
 
1635
+ #: ../admin/social_commenting.php:187
1636
  msgid "Facebook Commenting Options"
1637
  msgstr "Opções de Comentário Facebook"
1638
 
1639
+ #: ../admin/social_commenting.php:193
1640
  msgid "Enable Facebook Comments notification and moderation"
1641
  msgstr "Habilita Comentários Facebook com motificação e moderação"
1642
 
1643
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1644
  msgid "Enable Facebook Commenting"
1645
  msgstr "Habilta Comentários Facebook"
1646
 
1647
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1648
  msgid "Url to comment on"
1649
  msgstr "Url para comentário"
1650
 
1651
+ #: ../admin/social_commenting.php:229
1652
  msgid ""
1653
  "The absolute URL that comments posted will be permanently associated with. "
1654
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1660
  "<br/>Se a esquerda vazia <strong>(Recomendado)</strong>, url da webpage será "
1661
  "utilizada na qual está habilitado comentário."
1662
 
1663
+ #: ../admin/social_commenting.php:237
1664
  #, fuzzy
1665
  msgid "Show Recent Facebook Comments in a Widget"
1666
  msgstr "Habilta Comentários Facebook"
1667
 
1668
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1669
  msgid "Width"
1670
  msgstr "Largura"
1671
 
1672
+ #: ../admin/social_commenting.php:255
1673
  msgid ""
1674
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1675
  "block."
1677
  "Deixe em branco para auto ajuste de largura. A largura (em pixels) do bloco "
1678
  "de Comentários."
1679
 
1680
+ #: ../admin/social_commenting.php:263
1681
  msgid "Color Scheme"
1682
  msgstr "Esquema de Cores"
1683
 
1684
+ #: ../admin/social_commenting.php:267
1685
  msgid "Light"
1686
  msgstr "Suave"
1687
 
1688
+ #: ../admin/social_commenting.php:268
1689
  msgid "Dark"
1690
  msgstr "Escura"
1691
 
1692
+ #: ../admin/social_commenting.php:276
1693
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1694
  msgstr ""
1695
  "O esquema de cores utilizado pelo plugin pode ser \\\"suave\\\" or \\\"escura"
1696
  "\\\"."
1697
 
1698
+ #: ../admin/social_commenting.php:284
1699
  msgid "Number of comments"
1700
  msgstr "Número de comentários"
1701
 
1702
+ #: ../admin/social_commenting.php:294
1703
  msgid ""
1704
  "The number of comments to show by default. The minimum value is 1. Defaults "
1705
  "to 10"
1707
  "O número de comentários a ser exibido por padrão. O valor minimo é 1. O "
1708
  "padrão é 10"
1709
 
1710
+ #: ../admin/social_commenting.php:302
1711
  msgid "Order by"
1712
  msgstr "Ordenado por"
1713
 
1714
+ #: ../admin/social_commenting.php:306
1715
  msgid "Social"
1716
  msgstr "Social"
1717
 
1718
+ #: ../admin/social_commenting.php:307
1719
  msgid "Reverse Time"
1720
  msgstr "Tempo Reverso"
1721
 
1722
+ #: ../admin/social_commenting.php:308
1723
  msgid "Time"
1724
  msgstr "Tempo"
1725
 
1726
+ #: ../admin/social_commenting.php:316
1727
  msgid "The order to use when displaying comments."
1728
  msgstr "Ordem a ser usada quando exibir comentários."
1729
 
1730
+ #: ../admin/social_commenting.php:334
1731
  #, php-format
1732
  msgid ""
1733
  "Enter the code of the language you want to use to display commenting. You "
1739
  "target=\\\"_blank\\\">neste link</a>. Deixe em branco para línguagem padrão "
1740
  "(inglês)"
1741
 
1742
+ #: ../admin/social_commenting.php:343
1743
  msgid "Google Plus Commenting Options"
1744
  msgstr "Opções de Comentário Google Plus"
1745
 
1746
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1747
  msgid "Enable Google Plus Commenting"
1748
  msgstr "Habilitar Comentários para o Google Plus"
1749
 
1750
+ #: ../admin/social_commenting.php:377
1751
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1752
  msgstr ""
1753
  "Largura da interface de Comentário do GooglePlus. Deixe em branco para auto "
1754
  "ajuste"
1755
 
1756
+ #: ../admin/social_commenting.php:395
1757
  msgid ""
1758
  "The absolute URL that comments posted will be permanently associated with. "
1759
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1765
  "URL. <br/>se vazio à esquerda <strong>(Recomendado)</strong>, a url da "
1766
  "webpage será utilizada em cada comentário que estiver habilitado."
1767
 
1768
+ #: ../admin/social_commenting.php:404
1769
  msgid "Disqus Commenting Options"
1770
  msgstr "Opções de Comentário Disqus"
1771
 
1772
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1773
  msgid "Enable Disqus Commenting"
1774
  msgstr "Habilitar comentário Disqus"
1775
 
1776
+ #: ../admin/social_commenting.php:428
1777
  msgid "Disqus Shortname"
1778
  msgstr "Disqus Shortname"
1779
 
1780
+ #: ../admin/social_commenting.php:438
1781
  msgid ""
1782
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1783
  "shortname, visit following link."
1785
  "<strong>Requerido para utilizar comentários Disqus.</strong> Para mais "
1786
  "informações sobre shortname, visite o seguinte link."
1787
 
1788
+ #: ../admin/social_commenting.php:456
1789
  msgid "Social Commenting Shortcode"
1790
  msgstr "Shortcode em Comentário Social"
1791
 
1792
+ #: ../admin/social_commenting.php:470
1793
  msgid ""
1794
  "How to show recent Facebook Comments from all over the website in a widget?"
1795
  msgstr ""
1796
 
1797
+ #: ../admin/social_commenting.php:471
1798
  msgid ""
1799
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1800
  "Https?"
1801
  msgstr ""
1802
 
1803
+ #: ../admin/social_commenting.php:473
1804
  msgid "How can I disable Social Commenting at individual page/post?"
1805
  msgstr ""
1806
  "Como posso desabilitar Comentário Social em uma pagina/post individual?"
1807
 
1808
+ #: ../admin/social_commenting.php:474
1809
  msgid "How to disable default comment form from Social Commenting?"
1810
  msgstr ""
1811
  "Como deabilitar formulários de comentários padrão de Comentário Social?"
1812
 
1813
+ #: ../admin/social_login.php:19
1814
  msgid "Enable Social Login"
1815
  msgstr "Habilitar Autenticação Social"
1816
 
1817
+ #: ../admin/social_login.php:29
1818
  msgid ""
1819
  "Master control for Social Login. It must be checked to enable Social Login "
1820
  "functionality"
1822
  "Controle mestre para autenticação Social. Deve ser assinalado para habilitar "
1823
  "a funcionalidade de Autenticação Social"
1824
 
1825
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1826
  msgid "Basic Configuration"
1827
  msgstr "Configuração Básica"
1828
 
1829
+ #: ../admin/social_login.php:41
1830
  #, fuzzy
1831
  msgid "Advanced Configuration"
1832
  msgstr "Configuração Básica"
1833
 
1834
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1835
  msgid "GDPR"
1836
  msgstr ""
1837
 
1838
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1839
  msgid "XProfile Integration"
1840
  msgstr ""
1841
 
1842
+ #: ../admin/social_login.php:64
1843
  msgid "Disable user registration via Social Login"
1844
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
1845
 
1846
+ #: ../admin/social_login.php:74
1847
  msgid ""
1848
  "After enabling this option, new users will not be able to login through "
1849
  "social login. Only existing users will be able to social login."
1852
  "autenticar através da autenticação social. Apenas usuários existentes "
1853
  "estarão habilitados para autenticação social."
1854
 
1855
+ #: ../admin/social_login.php:83
1856
  msgid "Redirection url"
1857
  msgstr "Url de redireção"
1858
 
1859
+ #: ../admin/social_login.php:93
1860
  msgid ""
1861
  "User will be redirected to this page after unsuccessful registration attempt "
1862
  "via Social Login. You can specify the url of registration form or of a page "
1866
  "Autenticação Social. Você pode especificar a url do formulário de registro "
1867
  "ou da página exibindo mensagem de falha na Autenticação Social."
1868
 
1869
+ #: ../admin/social_login.php:102
1870
  #, fuzzy
1871
  msgid "Select Social Networks"
1872
  msgstr "como rede social primária"
1873
 
1874
+ #: ../admin/social_login.php:107
1875
  msgid "Facebook"
1876
  msgstr "Facebook"
1877
 
1878
+ #: ../admin/social_login.php:111
1879
  msgid "Twitter"
1880
  msgstr "Twitter"
1881
 
1882
+ #: ../admin/social_login.php:115
1883
  msgid "LinkedIn"
1884
  msgstr "LinkedIn"
1885
 
1886
+ #: ../admin/social_login.php:119
1887
  msgid "Google+"
1888
  msgstr "Google+"
1889
 
1890
+ #: ../admin/social_login.php:123
1891
  msgid "Vkontakte"
1892
  msgstr "Vkontakte"
1893
 
1894
+ #: ../admin/social_login.php:127
1895
  msgid "Instagram"
1896
  msgstr "Instagram"
1897
 
1898
+ #: ../admin/social_login.php:131
1899
  msgid "Xing"
1900
  msgstr "Xing"
1901
 
1902
+ #: ../admin/social_login.php:135
1903
  msgid "Steam"
1904
  msgstr ""
1905
 
1906
+ #: ../admin/social_login.php:140
1907
  #, fuzzy
1908
  msgid "Twitch"
1909
  msgstr "Twitter"
1910
 
1911
+ #: ../admin/social_login.php:145
1912
  msgid "LiveJournal"
1913
  msgstr ""
1914
 
1915
+ #: ../admin/social_login.php:153
1916
  msgid "Select Social ID provider to enable in Social Login"
1917
  msgstr ""
1918
  "Selecione o provedor Social pelo seu ID para habilitar a autenticação social"
1919
 
1920
+ #: ../admin/social_login.php:161
1921
  msgid "Facebook App ID"
1922
  msgstr "Facebook App ID"
1923
 
1924
+ #: ../admin/social_login.php:171
1925
  #, php-format
1926
  msgid ""
1927
  "Required for Facebook Social Login to work. Please follow the documentation "
1931
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1932
  "para obter o Facebook App ID"
1933
 
1934
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
1935
  msgid ""
1936
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1937
  msgstr ""
1938
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
1939
 
1940
+ #: ../admin/social_login.php:183
1941
  #, fuzzy
1942
  msgid "Facebook App Secret"
1943
  msgstr "Facebook App ID"
1944
 
1945
+ #: ../admin/social_login.php:193
1946
  #, fuzzy, php-format
1947
  msgid ""
1948
  "Required for Facebook Social Login to work. Please follow the documentation "
1952
  "a documentação em <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> "
1953
  "para obter o Facebook App ID"
1954
 
1955
+ #: ../admin/social_login.php:205
1956
  msgid "Twitter API Key"
1957
  msgstr "Twitter API Key"
1958
 
1959
+ #: ../admin/social_login.php:215
1960
  #, php-format
1961
  msgid ""
1962
  "Required for Twitter Social Login to work. Please follow the documentation "
1966
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
1967
  "para obter Twitter API Key"
1968
 
1969
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
1970
  #, fuzzy
1971
  msgid ""
1972
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1973
  msgstr ""
1974
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
1975
 
1976
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
1977
  #, fuzzy
1978
  msgid ""
1979
  "Paste following url in <strong>Callback URL</strong> option at the link "
1982
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
1983
  "mencionado"
1984
 
1985
+ #: ../admin/social_login.php:231
1986
  msgid "Twitter API Secret"
1987
  msgstr "Segredo API Twitter"
1988
 
1989
+ #: ../admin/social_login.php:241
1990
  #, php-format
1991
  msgid ""
1992
  "Required for Twitter Social Login to work. Please follow the documentation "
1996
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1997
  "obter o segredo da API Twitter"
1998
 
1999
+ #: ../admin/social_login.php:257
2000
  #, fuzzy
2001
  msgid "LinkedIn Client ID"
2002
  msgstr "LinkedIn"
2003
 
2004
+ #: ../admin/social_login.php:267
2005
  #, fuzzy, php-format
2006
  msgid ""
2007
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2011
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2012
  "obeter API Key do LinkedIn"
2013
 
2014
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2015
+ #: ../admin/social_login.php:401
2016
  msgid ""
2017
  "Paste following url in <strong>Website URL</strong> option at the link "
2018
  "mentioned"
2019
  msgstr ""
2020
  "Cole na opção da url em <strong>Website URL</strong> no link mencionado"
2021
 
2022
+ #: ../admin/social_login.php:279
2023
  msgid "LinkedIn Client Secret "
2024
  msgstr ""
2025
 
2026
+ #: ../admin/social_login.php:289
2027
  #, fuzzy, php-format
2028
  msgid ""
2029
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2034
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2035
  "obeter API Key do LinkedIn"
2036
 
2037
+ #: ../admin/social_login.php:301
2038
  msgid "Google+ Client ID"
2039
  msgstr "Google+ Client ID"
2040
 
2041
+ #: ../admin/social_login.php:311
2042
  #, php-format
2043
  msgid ""
2044
  "Required for GooglePlus Social Login to work. Please follow the "
2049
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2050
  "obter o GooglePlus Client ID"
2051
 
2052
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2053
  #, fuzzy
2054
  msgid ""
2055
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2057
  msgstr ""
2058
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2059
 
2060
+ #: ../admin/social_login.php:323
2061
  #, fuzzy
2062
  msgid "Google+ Client Secret"
2063
  msgstr "Google+ Client ID"
2064
 
2065
+ #: ../admin/social_login.php:333
2066
  #, fuzzy, php-format
2067
  msgid ""
2068
  "Required for GooglePlus Social Login to work. Please follow the "
2073
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2074
  "obter o GooglePlus Client ID"
2075
 
2076
+ #: ../admin/social_login.php:345
2077
  msgid "Vkontakte Application ID"
2078
  msgstr "Vkontakte Application ID"
2079
 
2080
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2081
  #, php-format
2082
  msgid ""
2083
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2088
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2089
  "obter Vkontakte Application ID"
2090
 
2091
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2092
  msgid ""
2093
  "Paste following url in <strong>Site address</strong> option at the link "
2094
  "mentioned"
2095
  msgstr ""
2096
  "Cole a seguinte url em <strong>Site address</strong> no link mencionado"
2097
 
2098
+ #: ../admin/social_login.php:367
2099
  #, fuzzy
2100
  msgid "Vkontakte Secure key"
2101
  msgstr "Vkontakte"
2102
 
2103
+ #: ../admin/social_login.php:389
2104
  msgid "Instagram Client ID"
2105
  msgstr "Instagram Client ID"
2106
 
2107
+ #: ../admin/social_login.php:399
2108
  #, php-format
2109
  msgid ""
2110
  "Required for Instagram Social Login to work. Please follow the documentation "
2114
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2115
  "obter Instagram Client ID"
2116
 
2117
+ #: ../admin/social_login.php:411
2118
  msgid "Xing Consumer Key"
2119
  msgstr "Xing Consumer Key"
2120
 
2121
+ #: ../admin/social_login.php:421
2122
  #, php-format
2123
  msgid ""
2124
  "Required for Xing Social Login to work. Please follow the documentation at "
2128
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2129
  "obter Xing Consumer Key"
2130
 
2131
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2132
  msgid ""
2133
  "Paste following url in <strong>Callback domain</strong> option at the link "
2134
  "mentioned"
2136
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2137
  "mencionado"
2138
 
2139
+ #: ../admin/social_login.php:433
2140
  msgid "Xing Consumer Secret"
2141
  msgstr "Xing Consumer Secret"
2142
 
2143
+ #: ../admin/social_login.php:443
2144
  #, php-format
2145
  msgid ""
2146
  "Required for Xing Social Login to work. Please follow the documentation at "
2150
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
2151
  "obter Xing Consumer Secret"
2152
 
2153
+ #: ../admin/social_login.php:455
2154
  #, fuzzy
2155
  msgid "Steam API Key"
2156
  msgstr "Twitter API Key"
2157
 
2158
+ #: ../admin/social_login.php:465
2159
  #, fuzzy, php-format
2160
  msgid ""
2161
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2165
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2166
  "para obter Twitter API Key"
2167
 
2168
+ #: ../admin/social_login.php:466
2169
  #, fuzzy
2170
  msgid "Save following <strong>domain</strong> to get the key"
2171
  msgstr ""
2172
  "Cole a seguinte opção de url <strong>Callback domain</strong> para o link "
2173
  "mencionado"
2174
 
2175
+ #: ../admin/social_login.php:475
2176
  #, fuzzy
2177
  msgid "Twitch Client ID"
2178
  msgstr "Instagram Client ID"
2179
 
2180
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2181
  #, fuzzy, php-format
2182
  msgid ""
2183
  "Required for Twitch Social Login to work. Please follow the documentation at "
2187
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link link</a> "
2188
  "para obter Twitter API Key"
2189
 
2190
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2191
  #, fuzzy
2192
  msgid ""
2193
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2195
  msgstr ""
2196
  "Cole a seguinte opção de url <strong>Site URL</strong> no link mencionado"
2197
 
2198
+ #: ../admin/social_login.php:497
2199
  #, fuzzy
2200
  msgid "Twitch Client Secret"
2201
  msgstr "Instagram Client ID"
2202
 
2203
+ #: ../admin/social_login.php:526
2204
  #, fuzzy
2205
  msgid "Social Login Options"
2206
  msgstr "Autenticação Social"
2207
 
2208
+ #: ../admin/social_login.php:542
2209
  msgid "Text to display above the Social Login interface"
2210
  msgstr "Texto exibido acima da interface de Autenticação Social"
2211
 
2212
+ #: ../admin/social_login.php:551
2213
  msgid "Enable at login page"
2214
  msgstr "Habilia a página de autenticação"
2215
 
2216
+ #: ../admin/social_login.php:561
2217
  msgid ""
2218
  "Social Login interface will get enabled at the login page of your website"
2219
  msgstr ""
2220
  "Interface de Autenticação Social será habilitada na página de autenticação "
2221
  "do seu website"
2222
 
2223
+ #: ../admin/social_login.php:569
2224
  msgid "Enable at register page"
2225
  msgstr "Habilitar página de registro"
2226
 
2227
+ #: ../admin/social_login.php:579
2228
  msgid ""
2229
  "Social Login interface will get enabled at the registration page of your "
2230
  "website"
2232
  "Interface de Autenticação Social será habilitada na página de registro de "
2233
  "seu website"
2234
 
2235
+ #: ../admin/social_login.php:587
2236
  msgid "Enable at comment form"
2237
  msgstr "Habilitar no formulário de comentário"
2238
 
2239
+ #: ../admin/social_login.php:597
2240
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2241
  msgstr ""
2242
  "Interface de Autenticação Social será habilitada em seu formulário de "
2243
  "comentários Wordpress"
2244
 
2245
+ #: ../admin/social_login.php:612
2246
  msgid "Enable before WooCommerce Customer Login Form"
2247
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2248
 
2249
+ #: ../admin/social_login.php:622
2250
  msgid ""
2251
  "Social Login Interface will get enabled before the customer login form at "
2252
  "WooCommerce My Account page"
2254
  "Interface de Autenticação Social será habilitada antes do formulário de "
2255
  "autenticação de cliente na página Minha Conta do WooCommerce"
2256
 
2257
+ #: ../admin/social_login.php:630
2258
  msgid "Enable after WooCommerce Customer Login Form"
2259
  msgstr ""
2260
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2261
 
2262
+ #: ../admin/social_login.php:640
2263
  msgid ""
2264
  "Social Login Interface will get enabled after the customer login form at "
2265
  "WooCommerce My Account page"
2267
  "Interface de Autenticação Social será habilitada depois do formulário de "
2268
  "autenticação de cliente na página Minha Conta do WooCommerce"
2269
 
2270
+ #: ../admin/social_login.php:648
2271
  msgid "Enable at WooCommerce checkout page"
2272
  msgstr "Habilitado na página de checkout do WooCommerce"
2273
 
2274
+ #: ../admin/social_login.php:658
2275
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2276
  msgstr ""
2277
  "Interface de Autenticação Social será habilitada página de checkout do "
2278
  "WooCommerce"
2279
 
2280
+ #: ../admin/social_login.php:669
2281
  msgid "Auto-approve comments made by Social Login users"
2282
  msgstr ""
2283
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2284
 
2285
+ #: ../admin/social_login.php:679
2286
  msgid ""
2287
  "If this option is enabled, and WordPress comment is made by Social Login "
2288
  "user, comment will get approved immediately without keeping in moderation."
2291
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2292
  "considerações de moderação."
2293
 
2294
+ #: ../admin/social_login.php:680
2295
  msgid "Note: This is not related to Facebook comments"
2296
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2297
 
2298
+ #: ../admin/social_login.php:690
2299
  msgid "Enable social avatar"
2300
  msgstr "Habilitar o avatar social"
2301
 
2302
+ #: ../admin/social_login.php:700
2303
  msgid ""
2304
  "Social profile pictures of the logged in user will be displayed as profile "
2305
  "avatar"
2307
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2308
  "do perfil"
2309
 
2310
+ #: ../admin/social_login.php:710
2311
  msgid "Avatar quality"
2312
  msgstr "Qualidade do Avatar"
2313
 
2314
+ #: ../admin/social_login.php:713
2315
  msgid "Average"
2316
  msgstr "Média"
2317
 
2318
+ #: ../admin/social_login.php:714
2319
  msgid "Best"
2320
  msgstr "Melhor"
2321
 
2322
+ #: ../admin/social_login.php:721
2323
  msgid "Choose avatar quality"
2324
  msgstr "Escolha a qualidade do avatar"
2325
 
2326
+ #: ../admin/social_login.php:730
2327
  msgid ""
2328
  "Show option for users to update social avatar at BuddyPress profile page"
2329
  msgstr ""
2330
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2331
  "perfil do BuddyPress"
2332
 
2333
+ #: ../admin/social_login.php:740
2334
  msgid ""
2335
  "If enabled, users would be able to update their social avatar from \"Profile "
2336
  "photo\" section in BuddyPress profile at front-end"
2338
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2339
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2340
 
2341
+ #: ../admin/social_login.php:761
2342
  msgid ""
2343
  "If enabled and Social ID provider does not provide user's email address on "
2344
  "login, user will be asked to provide his/her email address. Otherwise, a "
2348
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2349
  "email. Do contrário, um email postiço será gerado"
2350
 
2351
+ #: ../admin/social_login.php:770
2352
  msgid "Send post-registration email to user to set account password"
2353
  msgstr ""
2354
 
2355
+ #: ../admin/social_login.php:780
2356
  msgid ""
2357
  "If enabled, an email will be sent to user after registration through Social "
2358
  "Login, regarding his/her login credentials (username-password to be able to "
2362
  "Social, com respeito as credecial do usuário para autenticação (username-"
2363
  "senha para possibilitar a autenticação via formulário tradicional)"
2364
 
2365
+ #: ../admin/social_login.php:788
2366
  #, fuzzy
2367
  msgid "Send new user registration notification email to admin"
2368
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2369
 
2370
+ #: ../admin/social_login.php:798
2371
  #, fuzzy
2372
  msgid ""
2373
  "If enabled, an email will be sent to admin after new user registers through "
2377
  "Social, com respeito as credecial do usuário para autenticação (username-"
2378
  "senha para possibilitar a autenticação via formulário tradicional)"
2379
 
2380
+ #: ../admin/social_login.php:806
2381
  msgid "Login redirection"
2382
  msgstr "Redireção de autenticação"
2383
 
2384
+ #: ../admin/social_login.php:810
2385
  msgid "Same page where user logged in"
2386
  msgstr "Mesma página onde o usuário autenticou-se"
2387
 
2388
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2389
  msgid "Account dashboard"
2390
  msgstr "Painel da Conta"
2391
 
2392
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2393
  msgid "BuddyPress profile page"
2394
  msgstr "Página de perfil BuddyPress"
2395
 
2396
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2397
  msgid "Custom Url"
2398
  msgstr "Url Personalizada"
2399
 
2400
+ #: ../admin/social_login.php:828
2401
  msgid "User will be redirected to the selected page after Social Login"
2402
  msgstr ""
2403
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2404
 
2405
+ #: ../admin/social_login.php:836
2406
  msgid "Registration redirection"
2407
  msgstr "Redirecionamento de registro"
2408
 
2409
+ #: ../admin/social_login.php:840
2410
  msgid "Same page from where user registered"
2411
  msgstr "Mesma página de onde o usuário se registrou"
2412
 
2413
+ #: ../admin/social_login.php:858
2414
  msgid ""
2415
  "User will be redirected to the selected page after registration (first "
2416
  "Social Login) through Social Login"
2418
  "O usuário será redirecionado para a página selecionada após o registro "
2419
  "(primeira Autenticação Social) através da Autenticação Social"
2420
 
2421
+ #: ../admin/social_login.php:867
2422
  #, fuzzy
2423
  msgid "Social Account Linking Options"
2424
  msgstr "Comentário Social"
2425
 
2426
+ #: ../admin/social_login.php:883
2427
  #, fuzzy
2428
  msgid "Text to display above the Social Account Linking interface"
2429
  msgstr "Texto exibido acima da interface de Autenticação Social"
2430
 
2431
+ #: ../admin/social_login.php:891
2432
  #, fuzzy
2433
  msgid ""
2434
  "Link social account to already existing account, if email address matches"
2435
  msgstr "Associe sua conta social ao login de sua conta neste website"
2436
 
2437
+ #: ../admin/social_login.php:901
2438
  msgid ""
2439
  "If email address of the user's Social Account matches with an already "
2440
  "existing account at your website, that social account will be linked to "
2442
  "Linking interface at their profile page."
2443
  msgstr ""
2444
 
2445
+ #: ../admin/social_login.php:910
2446
  msgid "Enable social account linking at BuddyPress profile page"
2447
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2448
 
2449
+ #: ../admin/social_login.php:920
2450
  msgid ""
2451
  "Enable this option to show social account linking interface at BuddyPress "
2452
  "profile page"
2454
  "Habilitar estar opção para exibir a conta social associada a página de "
2455
  "interface de perfil do BuddyPress"
2456
 
2457
+ #: ../admin/social_login.php:931
2458
  msgid "Email popup options"
2459
  msgstr "Opções de popup de email"
2460
 
2461
+ #: ../admin/social_login.php:937
2462
  msgid "Text on 'Email required' popup"
2463
  msgstr "Texto popup de 'Email requerido'"
2464
 
2465
+ #: ../admin/social_login.php:947
2466
  msgid ""
2467
  "This text will be displayed on email required popup. Leave empty if not "
2468
  "required."
2470
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2471
  "o email não for requerido."
2472
 
2473
+ #: ../admin/social_login.php:956
2474
  msgid "Error message for 'Email required' popup"
2475
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2476
 
2477
+ #: ../admin/social_login.php:966
2478
  msgid ""
2479
  "This message will be displayed to user if it provides invalid or already "
2480
  "registered email"
2482
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2483
  "ou já registrado"
2484
 
2485
+ #: ../admin/social_login.php:975
2486
  msgid "Email popup height"
2487
  msgstr "Altura do popup de email"
2488
 
2489
+ #: ../admin/social_login.php:985
2490
  msgid ""
2491
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2492
  "can increase the height of popup by specifying in this option. Leave empty "
2496
  "requirido\\\", você pode incrementar a altura do popup através de "
2497
  "especificação nesta opção. Deixe vazio para padrão."
2498
 
2499
+ #: ../admin/social_login.php:993
2500
  msgid "Enable email verification"
2501
  msgstr "Habilitar verificação de email"
2502
 
2503
+ #: ../admin/social_login.php:1003
2504
  msgid ""
2505
  "If enabled, email provided by the user will be verified by sending a "
2506
  "confirmation link to that email. User would not be able to login without "
2510
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2511
  "antes de validar seu email"
2512
 
2513
+ #: ../admin/social_login.php:1024
2514
  #, fuzzy
2515
  msgid "Enable GDPR opt-in"
2516
  msgstr "Habilitar comentário Disqus"
2517
 
2518
+ #: ../admin/social_login.php:1034
2519
  msgid ""
2520
  "Enable it to show GDPR opt-in for social login and social account linking"
2521
  msgstr ""
2522
 
2523
+ #: ../admin/social_login.php:1043
2524
  #, fuzzy
2525
  msgid "Placement of GDPR opt-in"
2526
  msgstr "Habilitar comentário Disqus"
2527
 
2528
+ #: ../admin/social_login.php:1047
2529
  #, fuzzy
2530
  msgid "Above Social Login icons"
2531
  msgstr "Autenticação Social"
2532
 
2533
+ #: ../admin/social_login.php:1049
2534
  #, fuzzy
2535
  msgid "Below Social Login icons"
2536
  msgstr "Autenticação Social"
2537
 
2538
+ #: ../admin/social_login.php:1055
2539
  #, fuzzy
2540
  msgid "Placement of GDPR opt-in above or below the social login icons"
2541
  msgstr "Texto exibido acima da interface de Autenticação Social"
2542
 
2543
+ #: ../admin/social_login.php:1063
2544
  msgid "Opt-in text"
2545
  msgstr ""
2546
 
2547
+ #: ../admin/social_login.php:1073
2548
  #, fuzzy
2549
  msgid "Text for the GDPR opt-in"
2550
  msgstr "Habilitar comentário Disqus"
2551
 
2552
+ #: ../admin/social_login.php:1081
2553
  msgid "Text to link to Privacy Policy page"
2554
  msgstr ""
2555
 
2556
+ #: ../admin/social_login.php:1091
2557
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2558
  msgstr ""
2559
 
2560
+ #: ../admin/social_login.php:1099
2561
  msgid "Privacy Policy Url"
2562
  msgstr ""
2563
 
2564
+ #: ../admin/social_login.php:1109
2565
  #, fuzzy
2566
  msgid "Url of the privacy policy page of your website"
2567
  msgstr "Url da homepage do seu website"
2568
 
2569
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2570
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2571
  msgid "Select"
2572
  msgstr "Selecione"
2573
 
2574
+ #: ../admin/social_login.php:1191
2575
  msgid "Social Login Shortcode & Widget"
2576
  msgstr "Autenticação Social Shortcode & Widget"
2577
 
2578
+ #: ../admin/social_login.php:1192
2579
  msgid "Social Linking Shortcode"
2580
  msgstr "Shortcode de associação Social"
2581
 
2582
+ #: ../admin/social_login.php:1207
2583
  msgid "Why is social login not working?"
2584
  msgstr ""
2585
 
2586
+ #: ../admin/social_login.php:1208
2587
  msgid ""
2588
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2589
  "belong to the same app"
2590
  msgstr ""
2591
 
2592
+ #: ../admin/social_login.php:1210
2593
  msgid ""
2594
  "Why the user is not appearing logged in even after Social Login until the "
2595
  "webpage is refreshed manually?"
2596
  msgstr ""
2597
 
2598
+ #: ../admin/like_buttons.php:20
2599
  msgid "Enable Like Buttons"
2600
  msgstr "Habilitar Botões Like"
2601
 
2602
+ #: ../admin/like_buttons.php:30
2603
  msgid ""
2604
  "Master control for like buttons. It must be checked to enable like buttons "
2605
  "functionality"
2607
  "Controle mestre dos botões like. Ele deve ser selecionado para habilitar a "
2608
  "funcionalidade dos botões like"
2609
 
2610
+ #: ../admin/like_buttons.php:60
2611
  msgid "Standard Interface Options"
2612
  msgstr "Opções de Interface Padrão"
2613
 
2614
+ #: ../admin/like_buttons.php:66
2615
  msgid "Enable standard interface"
2616
  msgstr "Habilitar Interface Padrão"
2617
 
2618
+ #: ../admin/like_buttons.php:76
2619
  msgid "Master control to enable horizontal like buttons"
2620
  msgstr "Controle mestre para habiliat botões de like horizontal"
2621
 
2622
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2623
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2624
  msgstr ""
2625
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
2626
 
2627
+ #: ../admin/like_buttons.php:119
2628
  msgid "The text to display above the interface"
2629
  msgstr "O texto a ser exibido acima da interface"
2630
 
2631
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2632
  msgid "Select and rearrange providers"
2633
  msgstr "Selecionar e rearranjar provedores"
2634
 
2635
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2636
  msgid "Select the providers for interface. Drag them to rearrange."
2637
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
2638
 
2639
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2640
  msgid "Horizontal alignment of the interface"
2641
  msgstr "Alinhamento horizontal da interface"
2642
 
2643
+ #: ../admin/like_buttons.php:214
2644
  msgid "Specify position of the interface with respect to the content"
2645
  msgstr "Especificar posição da interface em relação ao conteúdo"
2646
 
2647
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2648
  msgid "Interface location"
2649
  msgstr "Localização da interface"
2650
 
2651
+ #: ../admin/like_buttons.php:292
2652
  msgid "Specify the pages where you want to enable interface"
2653
  msgstr "Especifique a página onde você deseja habilitar a interface"
2654
 
2655
+ #: ../admin/like_buttons.php:310
2656
  msgid "Vertical (Floating) like buttons Options"
2657
  msgstr "Opções de botões like (flutante) vertical"
2658
 
2659
+ #: ../admin/like_buttons.php:316
2660
  msgid "Enable floating like buttons"
2661
  msgstr "Habilitar botões like flutuantes"
2662
 
2663
+ #: ../admin/like_buttons.php:326
2664
  msgid "Master control to enable vertical (floating) counter widget"
2665
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
2666
 
2667
+ #: ../admin/like_buttons.php:420
2668
  msgid ""
2669
  "Specify the color or hex code (example #cc78e0) for the background of "
2670
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2676
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
2677
  "target=\\\"_blank\\\">neste link</a>"
2678
 
2679
+ #: ../admin/like_buttons.php:460
2680
  msgid ""
2681
  "Specify a number. Increase in number will shift interface towards right and "
2682
  "decrease will shift it towards left. Number can be negative too."
2685
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
2686
  "negativos também."
2687
 
2688
+ #: ../admin/like_buttons.php:480
2689
  msgid ""
2690
  "Specify a number. Increase in number will shift interface towards left and "
2691
  "decrease will shift it towards right. Number can be negative too."
2694
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
2695
  "negativos também."
2696
 
2697
+ #: ../admin/like_buttons.php:499
2698
  msgid ""
2699
  "Specify a number. Increase in number will shift interface towards bottom and "
2700
  "decrease will shift it towards top."
2702
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
2703
  "e decrementos deslocam para cima."
2704
 
2705
+ #: ../admin/like_buttons.php:555
2706
  msgid "Specify the pages where you want to enable vertical interface"
2707
  msgstr "Especifique as páginas onde você deseja habilitar a interface vertical"
2708
 
2709
+ #: ../admin/like_buttons.php:563
2710
  msgid "Hide like buttons on mobile devices"
2711
  msgstr "Esconder os botões de like em dispositivos móveis"
2712
 
2713
+ #: ../admin/like_buttons.php:573
2714
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2715
  msgstr ""
2716
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
2717
 
2718
+ #: ../admin/like_buttons.php:598
2719
  msgid "Use shortlinks already installed, for tweet button"
2720
  msgstr "Use shortlinks já instalados para botões de tweet"
2721
 
2722
+ #: ../admin/like_buttons.php:608
2723
  msgid ""
2724
  "Allows for shortened URLs to be used when sharing content if a shortening "
2725
  "plugin is installed"
2727
  "Permissão para shortened URLs serem usadas quando o conteúdo é compartilhado "
2728
  "se um shortening plugin está instalado"
2729
 
2730
+ #: ../admin/like_buttons.php:616
2731
  msgid "Enable bit.ly url shortener for tweet button"
2732
  msgstr "Habilitar bit.ly url shortener para botões tweet"
2733
 
2734
+ #: ../admin/like_buttons.php:634
2735
  msgid "bit.ly username"
2736
  msgstr "username bit.ly"
2737
 
2738
+ #: ../admin/like_buttons.php:644
2739
  #, php-format
2740
  msgid ""
2741
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2744
  "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\"
2745
  "\"_blank\\\">este link</a> pata obter o username do bit.ly"
2746
 
2747
+ #: ../admin/like_buttons.php:663
2748
  #, php-format
2749
  msgid ""
2750
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2753
  "Autentique-se em sua conta bit.ly e navegue para <a href=\\\"%s\\\" target=\\"
2754
  "\"_blank\\\">este link</a> para obter a sua API key"
2755
 
2756
+ #: ../admin/like_buttons.php:708
2757
  #, php-format
2758
  msgid ""
2759
  "Enter the code of the language you want to use to render counters. You can "
2764
  "pode encontrar os códigos de linguagem <a href=\\\"%s\\\" target=\\\"_blank\\"
2765
  "\">neste link</a>. Deixá-lo vazio define linguagem padrão(inglês)"
2766
 
2767
+ #: ../admin/like_buttons.php:717
2768
  msgid "Twitter Username"
2769
  msgstr "Username do Twitter"
2770
 
2771
+ #: ../admin/like_buttons.php:723
2772
  msgid "Twitter username for Tweet (without @)"
2773
  msgstr "Username do Twitter para Tweet (sem @)"
2774
 
2775
+ #: ../admin/like_buttons.php:733
2776
  msgid ""
2777
  "Provided username will be appended after the content being tweeted as \"via "
2778
  "@USERNAME\". Leave empty if you do not want any username."
2780
  "Username fornecido será adicionado após o conteúdo a ser tweetado como \\"
2781
  "\"via @USERNAME\\\". Deixe vazio se você não deseja um username."
2782
 
2783
+ #: ../admin/like_buttons.php:742
2784
  msgid "Twitter username for Buffer sharing (without @)"
2785
  msgstr "Username do Twitter para Buffer de compartilhamento (sem @)"
2786
 
2787
+ #: ../admin/like_buttons.php:752
2788
  msgid ""
2789
  "Provided username will be appended after the content in Buffer sharing as "
2790
  "\"via @USERNAME\". Leave empty if you do not want any username."
2793
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
2794
  "nenhum username."
2795
 
2796
+ #: ../admin/like_buttons.php:799
2797
  msgid "Like Buttons Shortcode & Widget"
2798
  msgstr "Botões Like Shortcode & Widget"
2799
 
2828
  msgid "Providers not selected"
2829
  msgstr "Provedor não selecionado"
2830
 
2831
+ #: ../inc/social_login.php:721
2832
  msgid "Email"
2833
  msgstr ""
2834
 
2835
+ #: ../inc/social_login.php:722
2836
  msgid "Confirm email"
2837
  msgstr ""
2838
 
2839
+ #: ../inc/social_login.php:724
2840
  msgid "Save"
2841
  msgstr ""
2842
 
2843
+ #: ../inc/social_login.php:725
2844
  msgid "Cancel"
2845
  msgstr ""
2846
 
2847
+ #: ../inc/social_login.php:799
2848
  #, fuzzy
2849
  msgid "Email Verification"
2850
  msgstr "Habilitar verificação de email"
2851
 
2852
+ #: ../inc/social_login.php:801
2853
  msgid ""
2854
  "Please click on the following link or paste it in browser to verify your "
2855
  "email"
2888
  msgid "Title (after login):"
2889
  msgstr ""
2890
 
2891
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
2892
+ #: ../inc/widget.php:919
2893
  msgid "Before widget content:"
2894
  msgstr "Antes do conteúdo do widget:"
2895
 
2896
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
2897
+ #: ../inc/widget.php:990
2898
  msgid "After widget content:"
2899
  msgstr "Depois do conteúdo do widget:"
2900
 
2901
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
2902
+ #: ../inc/widget.php:596 ../inc/widget.php:759
2903
  msgid "Hide for logged in users:"
2904
  msgstr "Escondido para usuários autenticados:"
2905
 
2913
  "website compartilhem seu conteúdo nas redes Sociais mais populares como "
2914
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
2915
 
2916
+ #: ../inc/widget.php:243
2917
  #, fuzzy
2918
  msgid ""
2919
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2922
  "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado "
2923
  "na página \\\"Super Socializer > Compartilhamento Social\\\"."
2924
 
2925
+ #: ../inc/widget.php:244 ../inc/widget.php:582
2926
  msgid "Title:"
2927
  msgstr "Título:"
2928
 
2929
+ #: ../inc/widget.php:246 ../inc/widget.php:416
2930
  msgid "Show individual share counts:"
2931
  msgstr "Exibir contadores individuais de compartilhamento:"
2932
 
2933
+ #: ../inc/widget.php:248 ../inc/widget.php:418
2934
  msgid "Show total shares:"
2935
  msgstr "Exibir compartilhamentos totais:"
2936
 
2937
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
2938
+ #: ../inc/widget.php:732
2939
  msgid "Target Url:"
2940
  msgstr "Url de destino:"
2941
 
2942
+ #: ../inc/widget.php:281
2943
  #, fuzzy
2944
  msgid ""
2945
  "Floating sharing widget. Let your website users share content on popular "
2949
  "website compartilharem conteúdo nas redes Sociais mais populares como "
2950
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
2951
 
2952
+ #: ../inc/widget.php:415
2953
  #, fuzzy
2954
  msgid ""
2955
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2958
  "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja "
2959
  "habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
2960
 
2961
+ #: ../inc/widget.php:428 ../inc/widget.php:740
2962
  msgid "Alignment"
2963
  msgstr "Alinhamento"
2964
 
2965
+ #: ../inc/widget.php:434 ../inc/widget.php:746
2966
  msgid "Left Offset"
2967
  msgstr "Ajuste à esquerda"
2968
 
2969
+ #: ../inc/widget.php:438 ../inc/widget.php:750
2970
  msgid "Right Offset"
2971
  msgstr "Ajuste à direita"
2972
 
2973
+ #: ../inc/widget.php:441 ../inc/widget.php:753
2974
  msgid "Top Offset"
2975
  msgstr "Ajuste à cima"
2976
 
2977
+ #: ../inc/widget.php:466
2978
  #, fuzzy
2979
  msgid ""
2980
  "Standard like buttons widget. Let your website users share/like content on "
2984
  "compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, "
2985
  "Twitter, Tumblr, Google+ e muitas outras"
2986
 
2987
+ #: ../inc/widget.php:581
2988
  #, fuzzy
2989
  msgid ""
2990
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2993
  "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\"
2994
  "\"Super Socializer > Botões Like\\\""
2995
 
2996
+ #: ../inc/widget.php:615
2997
  #, fuzzy
2998
  msgid ""
2999
  "Floating like buttons widget. Let your website users share/like content on "
3003
  "website compartilharem/like conteúdo nas redes Sociais mais populares como "
3004
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3005
 
3006
+ #: ../inc/widget.php:731
3007
  #, fuzzy
3008
  msgid ""
3009
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3012
  "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\"
3013
  "\"Super Socializer > Botões Like\\\""
3014
 
3015
+ #: ../inc/widget.php:775
3016
  #, fuzzy
3017
  msgid "Super Socializer - Follow Icons"
3018
  msgstr "Super Socializer - Autenticação"
3019
 
3020
+ #: ../inc/widget.php:777
3021
  msgid "These icons link to your Social Media accounts"
3022
  msgstr ""
3023
 
3024
+ #: ../inc/widget.php:923
3025
  #, fuzzy
3026
  msgid "Size of icons"
3027
  msgstr "Tamanho dos ícones de compartilhameto"
3028
 
3029
+ #: ../inc/widget.php:925
3030
  #, fuzzy
3031
  msgid "Icon Shape"
3032
  msgstr "Forma"
3033
 
3034
+ #: ../inc/widget.php:930
3035
  #, fuzzy
3036
  msgid "Facebook URL:"
3037
  msgstr "Facebook App ID"
3038
 
3039
+ #: ../inc/widget.php:933
3040
  #, fuzzy
3041
  msgid "Twitter URL:"
3042
  msgstr "Twitter"
3043
 
3044
+ #: ../inc/widget.php:936
3045
  #, fuzzy
3046
  msgid "Instagram URL:"
3047
  msgstr "Instagram"
3048
 
3049
+ #: ../inc/widget.php:939
3050
  msgid "Pinterest URL:"
3051
  msgstr ""
3052
 
3053
+ #: ../inc/widget.php:942
3054
  msgid "Behance URL:"
3055
  msgstr ""
3056
 
3057
+ #: ../inc/widget.php:945
3058
  msgid "Flickr URL:"
3059
  msgstr ""
3060
 
3061
+ #: ../inc/widget.php:948
3062
  msgid "Foursquare URL:"
3063
  msgstr ""
3064
 
3065
+ #: ../inc/widget.php:951
3066
  msgid "Github URL:"
3067
  msgstr ""
3068
 
3069
+ #: ../inc/widget.php:954
3070
  #, fuzzy
3071
  msgid "Google+ URL:"
3072
  msgstr "Google+"
3073
 
3074
+ #: ../inc/widget.php:957
3075
  #, fuzzy
3076
  msgid "LinkedIn URL:"
3077
  msgstr "LinkedIn"
3078
 
3079
+ #: ../inc/widget.php:960
3080
  #, fuzzy
3081
  msgid "LinkedIn Company URL:"
3082
  msgstr "LinkedIn"
3083
 
3084
+ #: ../inc/widget.php:963
3085
+ msgid "Medium URL:"
3086
+ msgstr ""
3087
+
3088
+ #: ../inc/widget.php:966
3089
+ msgid "Odnoklassniki URL:"
3090
+ msgstr ""
3091
+
3092
+ #: ../inc/widget.php:969
3093
  msgid "Snapchat URL:"
3094
  msgstr ""
3095
 
3096
+ #: ../inc/widget.php:972
3097
  msgid "Tumblr URL:"
3098
  msgstr ""
3099
 
3100
+ #: ../inc/widget.php:975
3101
  msgid "Vimeo URL:"
3102
  msgstr ""
3103
 
3104
+ #: ../inc/widget.php:978
3105
+ #, fuzzy
3106
+ msgid "Vkontakte URL:"
3107
+ msgstr "Vkontakte"
3108
+
3109
+ #: ../inc/widget.php:981
3110
  msgid "Youtube URL:"
3111
  msgstr ""
3112
 
3113
+ #: ../inc/widget.php:984
3114
  msgid "Youtube Channel URL:"
3115
  msgstr ""
3116
 
3117
+ #: ../inc/widget.php:987
3118
  msgid "RSS Feed URL:"
3119
  msgstr ""
3120
 
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: 2018-12-01 11:42+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:42+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -71,7 +71,7 @@ msgstr ""
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
- #: ../super_socializer.php:872 ../helper.php:975
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
@@ -83,7 +83,7 @@ msgstr "Ваше сообщение было проверено. Теперь в
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
- #: ../super_socializer.php:894 ../admin/social_login.php:746
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
@@ -116,12 +116,12 @@ msgstr "LinkedIn"
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
120
- #: ../admin/social_commenting.php:43
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
- #: ../super_socializer.php:1296 ../helper.php:897
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
@@ -133,7 +133,7 @@ msgstr "Ссылка для маленького аватара"
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
- #: ../super_socializer.php:1307 ../helper.php:900
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
@@ -141,7 +141,7 @@ msgstr ""
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
- #: ../super_socializer.php:1311 ../helper.php:901
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
@@ -346,90 +346,104 @@ msgstr "Аккаунт успешно связан"
346
  msgid "Account already exists or linked"
347
  msgstr "Аккаунт уже существует или связан"
348
 
349
- #: ../helper.php:626 ../helper.php:632
350
  msgid "Currently"
351
  msgstr "На данный момент"
352
 
353
- #: ../helper.php:626 ../helper.php:632
354
  msgid "Connected with"
355
  msgstr "Авторизоваться с помощью"
356
 
357
- #: ../helper.php:626 ../helper.php:632
358
  msgid "Remove"
359
  msgstr "Удалить"
360
 
361
- #: ../helper.php:703
362
  msgid "Social Account Linking"
363
  msgstr "Ссылки на социальный аккаунт"
364
 
365
- #: ../helper.php:753
366
  msgid "Disable Standard Social Sharing on this "
367
  msgstr "Отключить стандартный блок Поделиться на этом"
368
 
369
- #: ../helper.php:758
370
  msgid "Disable Floating Social Sharing on this "
371
  msgstr "Отключить плавающий блок Поделиться на этом"
372
 
373
- #: ../helper.php:763
374
  msgid "Disable Standard like buttons on this "
375
  msgstr "Откдючить стандартные кнопки Нравится на этом"
376
 
377
- #: ../helper.php:768
378
  msgid "Disable Floating like buttons on this "
379
  msgstr "Откдючить плавающие кнопки Нравится на этом"
380
 
381
- #: ../helper.php:773
382
  msgid "Disable Social Commenting on this "
383
  msgstr "Деактивировать социальное комментироване"
384
 
385
- #: ../helper.php:782
386
  msgid "Standard Sharing Interface"
387
  msgstr "Стандартный интерфейс Поделиться"
388
 
389
- #: ../helper.php:788 ../helper.php:807
390
  msgid "Starting share count for "
391
  msgstr "Запустить счетчик поделиться для"
392
 
393
- #: ../helper.php:801
394
  msgid "Floating Sharing Interface"
395
  msgstr "Плавающий интерфейс Поделиться"
396
 
397
- #: ../helper.php:904
398
  msgid "Small Avatar"
399
  msgstr "Небольшой аватар"
400
 
401
- #: ../helper.php:908
402
  msgid "Large Avatar"
403
  msgstr "Большой аватар"
404
 
405
- #: ../helper.php:912 ../admin/general_options.php:128
406
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
407
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
408
  msgid "Save Changes"
409
  msgstr "Сохранить изменения"
410
 
411
- #: ../helper.php:1012
412
  msgid "Click to delete social profile data"
413
  msgstr ""
414
 
415
- #: ../helper.php:1041
416
  #, fuzzy
417
  msgid "Deleting"
418
  msgstr "Настройки"
419
 
420
- #: ../helper.php:1051
421
  msgid "Deleted"
422
  msgstr ""
423
 
424
- #: ../helper.php:1053
425
  msgid "Something bad happened"
426
  msgstr ""
427
 
428
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
429
  msgid "Include Javascript in website footer"
430
  msgstr "Включить Javascriptв подвале(футере) сайта"
431
 
432
- #: ../admin/general_options.php:27
433
  msgid ""
434
  "If enabled (recommended), Javascript files will be included in the footer of "
435
  "your website."
@@ -437,19 +451,19 @@ msgstr ""
437
  "Если этот параметр включен (рекомендуется), Javascript файлы будут включены "
438
  "в нижней части вашего сайта."
439
 
440
- #: ../admin/general_options.php:35
441
  msgid "Load all Javascript files in single file"
442
  msgstr "Загрузить все файлы Javascript в одном файле"
443
 
444
- #: ../admin/general_options.php:45
445
  msgid "Loads Javascript in single request."
446
  msgstr "Загружает Javascript в одном запросе."
447
 
448
- #: ../admin/general_options.php:53
449
  msgid "Delete all the options on plugin deletion"
450
  msgstr "Удалить все настройки при удалении плагина"
451
 
452
- #: ../admin/general_options.php:63
453
  msgid ""
454
  "If enabled, plugin options will get deleted when plugin is deleted/"
455
  "uninstalled and you will need to reconfigure the options when you install "
@@ -459,14 +473,14 @@ msgstr ""
459
  "переустановлен, и вы должны будете перенастроить параметры при установке "
460
  "плагина в следующий раз."
461
 
462
- #: ../admin/general_options.php:71
463
  msgid ""
464
  "Show popup notification to users if their browsers block the plugin features"
465
  msgstr ""
466
  "Показать всплывающее уведомление для пользователей, если их браузеры "
467
  "блокируют функции плагина"
468
 
469
- #: ../admin/general_options.php:81
470
  #, fuzzy
471
  msgid ""
472
  "If enabled, your website visitors will see a popup notification (only once) "
@@ -477,45 +491,45 @@ msgstr ""
477
  "их браузеры блокируют любую из функций плагина, так что они могут изменить "
478
  "свои настройки браузера, чтобы разблокировать функции."
479
 
480
- #: ../admin/general_options.php:91
481
  msgid "Message to show in popup notification"
482
  msgstr "Сообщение для показа в всплывающем окне"
483
 
484
- #: ../admin/general_options.php:101
485
  msgid ""
486
  "Use {support_url} placeholder to show support documentation url in message"
487
  msgstr ""
488
  "Используйте {support_url} для отображения URL-адреса технической "
489
  "документации в сообщении"
490
 
491
- #: ../admin/general_options.php:110
492
  msgid "Custom CSS"
493
  msgstr "Пользовательские CSS"
494
 
495
- #: ../admin/general_options.php:120
496
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
497
  msgstr ""
498
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
499
 
500
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
501
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
502
- #: ../admin/like_buttons.php:827
503
  #, fuzzy
504
  msgid "Instagram Shoutout"
505
  msgstr "Instagram"
506
 
507
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
508
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
509
- #: ../admin/like_buttons.php:829
510
  msgid ""
511
  "If you can send (to hello@heateor.com) how our plugin is helping your "
512
  "business, we can share it on Instagram. You can also send any relevant "
513
  "hashtags and people to mention in the Instagram post."
514
  msgstr ""
515
 
516
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
517
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
518
- #: ../admin/like_buttons.php:830
519
  msgid ""
520
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
521
  "language courses through their website. They have emerged as one of the most "
@@ -524,9 +538,9 @@ msgid ""
524
  "time."
525
  msgstr ""
526
 
527
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
528
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
529
- #: ../admin/like_buttons.php:831
530
  msgid ""
531
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
532
  "features at their website, such as - Social Login, Social Share and Social "
@@ -567,7 +581,7 @@ msgstr "Демо плагина"
567
  msgid "Translate Plugin"
568
  msgstr ""
569
 
570
- #: ../admin/help.php:37 ../admin/social_login.php:53
571
  #, fuzzy
572
  msgid "Customize Social Login Icons"
573
  msgstr "Параметры входа через соцсети"
@@ -628,71 +642,71 @@ msgstr "Поддержите нас"
628
  msgid "Rate 5-star"
629
  msgstr "Оценить 5-бальной шкале"
630
 
631
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
632
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
633
  msgid "Master Control"
634
  msgstr "Мастер настроек"
635
 
636
- #: ../admin/social_sharing.php:14
637
  msgid "Enable Social Sharing"
638
  msgstr "Активировать Поделиться в социальных сетях"
639
 
640
- #: ../admin/social_sharing.php:23
641
  msgid "Master control to enable Social Sharing"
642
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
643
 
644
- #: ../admin/social_sharing.php:33
645
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
646
  msgstr ""
647
 
648
- #: ../admin/social_sharing.php:41
649
  msgid "Theme Selection"
650
  msgstr "Выбор тем"
651
 
652
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
653
  msgid "Standard Interface"
654
  msgstr "Стандартный интерфейс"
655
 
656
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
657
  msgid "Floating Interface"
658
  msgstr "Плавающий интерфейс"
659
 
660
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
661
  msgid "Miscellaneous"
662
  msgstr "Разное"
663
 
664
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
665
  #, fuzzy
666
  msgid "3rd Party Integration"
667
  msgstr "XProfile интеграция"
668
 
669
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
670
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
671
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
672
- #: ../admin/like_buttons.php:793
673
  msgid "Shortcode & Widget"
674
  msgstr "Шорткод и виджет"
675
 
676
- #: ../admin/social_sharing.php:53
677
  msgid "Troubleshooter"
678
  msgstr "Устранение неисправностей"
679
 
680
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
681
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
682
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
683
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
684
  msgid "FAQ"
685
  msgstr "Часто задаваемые вопросы (FAQ)"
686
 
687
- #: ../admin/social_sharing.php:62
688
  msgid "Standard interface theme"
689
  msgstr "Стандартный интерфейс"
690
 
691
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
692
  msgid "Icon Preview"
693
  msgstr "Превью иконок"
694
 
695
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
696
  msgid ""
697
  "Do not forget to save the configuration after making changes by clicking the "
698
  "save button below"
@@ -700,57 +714,57 @@ msgstr ""
700
  "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже "
701
  "кнопку сохранить"
702
 
703
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
704
  msgid "Shape"
705
  msgstr "Форма"
706
 
707
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
708
- #: ../inc/widget.php:907
709
  msgid "Round"
710
  msgstr "Круглая"
711
 
712
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
713
- #: ../inc/widget.php:908
714
  msgid "Square"
715
  msgstr "Квадратная"
716
 
717
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
718
  msgid "Rectangle"
719
  msgstr "Прямоугольник"
720
 
721
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
722
  msgid "Shape of the sharing icons"
723
  msgstr "Форма кнопок Поделиться"
724
 
725
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
726
  msgid "Size (in pixels)"
727
  msgstr "Размер (в пикселях)"
728
 
729
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
730
  msgid "Size of the sharing icons"
731
  msgstr "Размер кнопок Поделиться"
732
 
733
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
734
  msgid "Width (in pixels)"
735
  msgstr "Ширина (в пикселях)"
736
 
737
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
738
  msgid "Width of the sharing icons"
739
  msgstr "Ширина иконок поделиться"
740
 
741
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
742
  msgid "Height (in pixels)"
743
  msgstr "Высота (в пикселях)"
744
 
745
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
746
  msgid "Height of the sharing icons"
747
  msgstr "Высота кнопок Поделиться"
748
 
749
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
750
  msgid "Border radius (in pixels)"
751
  msgstr "Радиус рамки (в пикселях)"
752
 
753
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
754
  msgid ""
755
  "Specify a value for rounded corners. More the value, more rounded will the "
756
  "corners be. Leave empty for sharp corners."
@@ -758,23 +772,23 @@ msgstr ""
758
  "Укажите значение для закругленных углов. Чем больше значение параметра, "
759
  "более округлыми будут углы. Оставьте пустым для прямых углов."
760
 
761
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
762
  msgid "Logo Color"
763
  msgstr "Цвет логотипа"
764
 
765
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
766
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
767
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
768
  msgid "Default"
769
  msgstr "По умолчанию"
770
 
771
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
772
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
773
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
774
  msgid "On Hover"
775
  msgstr "При наведении"
776
 
777
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
778
  msgid ""
779
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
780
  "empty for default. You can get the hex code of the required color from <a "
@@ -785,13 +799,13 @@ msgstr ""
785
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
786
  "\">здесь</a>"
787
 
788
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
789
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
790
- #: ../inc/widget.php:436 ../inc/widget.php:748
791
  msgid "Background Color"
792
  msgstr "Цвет фона"
793
 
794
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
795
  msgid ""
796
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
797
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -803,129 +817,129 @@ msgstr ""
803
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
804
  "\">здесь</a>"
805
 
806
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
807
  msgid "Border"
808
  msgstr "Рамка"
809
 
810
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
811
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
812
  msgid "Border Width"
813
  msgstr "Ширина рамки"
814
 
815
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
816
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
817
  msgid "Border Color"
818
  msgstr "Цвет рамки"
819
 
820
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
821
  msgid "Icon border"
822
  msgstr "Иконка рамки"
823
 
824
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
825
  msgid "Counter Position"
826
  msgstr "Позиция счетчика"
827
 
828
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
829
  msgid "(applies, if counter enabled)"
830
  msgstr "(применяется, если счетчик включен)"
831
 
832
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
833
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
834
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
835
- #: ../inc/widget.php:422 ../inc/widget.php:734
836
  msgid "Left"
837
  msgstr "Слева"
838
 
839
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
840
  msgid "Top"
841
  msgstr "Сверху"
842
 
843
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
844
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
845
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
846
- #: ../inc/widget.php:423 ../inc/widget.php:735
847
  msgid "Right"
848
  msgstr "Справа"
849
 
850
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
851
  msgid "Bottom"
852
  msgstr "Снизу"
853
 
854
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
855
  msgid "Inner Left"
856
  msgstr "Отступ слева"
857
 
858
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
859
  msgid "Inner Top"
860
  msgstr "Верхний отступ"
861
 
862
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
863
  msgid "Inner Right"
864
  msgstr "Внутренний отступ справа"
865
 
866
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
867
  msgid "Inner Bottom"
868
  msgstr "Нижний отступ"
869
 
870
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
871
  msgid "Position of share counter"
872
  msgstr "Положение счетчика Поделиться"
873
 
874
- #: ../admin/social_sharing.php:369
875
  msgid "Floating interface theme"
876
  msgstr "Плавающий интерфейс Поделиться"
877
 
878
- #: ../admin/social_sharing.php:682
879
  msgid "Standard Sharing Interface Options"
880
  msgstr "Стандартные параметры интерфейса"
881
 
882
- #: ../admin/social_sharing.php:688
883
  msgid "Enable Standard sharing interface"
884
  msgstr "Включить стандартный интерфейс Поделиться"
885
 
886
- #: ../admin/social_sharing.php:698
887
  msgid "Master control to enable standard sharing"
888
  msgstr "Мастер настройки включения стандартных опций Поделиться"
889
 
890
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
891
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
892
  msgid "Target Url"
893
  msgstr "Целевой URL:"
894
 
895
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
896
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
897
  msgid "Url of the webpage where icons are located (default)"
898
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
899
 
900
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
901
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
902
  msgid "Url of the homepage of your website"
903
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
904
 
905
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
906
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
907
  msgid "Custom url"
908
  msgstr "Пользовательская ссылка"
909
 
910
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
911
  msgid "Url to share"
912
  msgstr "Ссылка чтобы Поделиться"
913
 
914
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
915
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
916
- #: ../inc/widget.php:901
917
  msgid "Title"
918
  msgstr "Заголовок"
919
 
920
- #: ../admin/social_sharing.php:741
921
  msgid "The text to display above the sharing interface"
922
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
923
 
924
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
925
  msgid "Instagram username"
926
  msgstr "Введите имя пользователя Instagram."
927
 
928
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
929
  msgid ""
930
  "Username of the Instagram account you want to redirect users to, on clicking "
931
  "the icon"
@@ -933,144 +947,144 @@ msgstr ""
933
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
934
  "перенаправить пользователей, по нажатию на иконку"
935
 
936
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
937
  #, fuzzy
938
  msgid "HTML ID of container element of comment form"
939
  msgstr "HTML-идентификатор форма комментария контейнер"
940
 
941
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
942
  msgid ""
943
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
944
  "icon."
945
  msgstr ""
946
 
947
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
948
  msgid "Rearrange icons"
949
  msgstr "Переставить иконы"
950
 
951
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
952
  msgid "Drag the icons to rearrange in desired order"
953
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
954
 
955
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
956
  msgid "Select Sharing Services"
957
  msgstr "Выберите сервисы Поделиться"
958
 
959
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
960
  msgid "Select sharing services to show in social share bar"
961
  msgstr "Выберите сервисы для показа в панели шейринга"
962
 
963
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
964
  msgid "Search social network"
965
  msgstr ""
966
 
967
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
968
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
969
  msgid "Horizontal alignment"
970
  msgstr "Горизонтальное выравнивание"
971
 
972
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
973
  msgid "Center"
974
  msgstr "Центр"
975
 
976
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
977
  msgid "Horizontal alignment of the sharing interface"
978
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
979
 
980
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
981
  msgid "Position with respect to content"
982
  msgstr "Позиция относительно контента"
983
 
984
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
985
  msgid "Top of the content"
986
  msgstr "Над содержимым"
987
 
988
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
989
  msgid "Bottom of the content"
990
  msgstr "Под содержимым"
991
 
992
- #: ../admin/social_sharing.php:956
993
  msgid "Specify position of the sharing interface with respect to the content"
994
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
995
 
996
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
997
  msgid "Placement"
998
  msgstr "Размещение"
999
 
1000
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1001
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
1002
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1003
  msgid "Homepage"
1004
  msgstr "Главная"
1005
 
1006
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1007
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1008
  msgid "Posts"
1009
  msgstr "Записи"
1010
 
1011
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1012
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1013
  msgid "Pages"
1014
  msgstr "Страницы"
1015
 
1016
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1017
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1018
  msgid "Excerpts and Posts page"
1019
  msgstr "Страницы анонсов и страниц"
1020
 
1021
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1022
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1023
  msgid "Category Archives"
1024
  msgstr "Архивы категорий"
1025
 
1026
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1027
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1028
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1029
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1030
 
1031
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1032
  msgid "BuddyPress activity"
1033
  msgstr "BuddyPress активность"
1034
 
1035
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1036
  msgid "BuddyPress group (only at top of content)"
1037
  msgstr "BuddyPress группы (только в верхней части контента)"
1038
 
1039
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1040
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1041
  msgid "BBPress forum"
1042
  msgstr "BBPress форум"
1043
 
1044
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1045
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1046
  msgid "BBPress topic"
1047
  msgstr "BBPress тема"
1048
 
1049
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1050
  msgid "BBPress reply"
1051
  msgstr "BBPress ответ"
1052
 
1053
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1054
  msgid "After individual product at WooCommerce Shop page"
1055
  msgstr "После индивидуального продукта на странице магазина"
1056
 
1057
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1058
  msgid "WooCommerce Product Page"
1059
  msgstr "Продукт Woocommerce"
1060
 
1061
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1062
  msgid "WooCommerce Thankyou Page"
1063
  msgstr "WooCommerce страница благодарности"
1064
 
1065
- #: ../admin/social_sharing.php:1032
1066
  msgid "Specify the pages where you want to enable Sharing interface"
1067
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1068
 
1069
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1070
  msgid "Show share counts"
1071
  msgstr "Показать счетчик кнопок Поделиться"
1072
 
1073
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1074
  #, fuzzy
1075
  msgid ""
1076
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1079,7 +1093,7 @@ msgstr ""
1079
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1080
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1081
 
1082
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1083
  #, php-format
1084
  msgid ""
1085
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1088,25 +1102,25 @@ msgid ""
1088
  "their website."
1089
  msgstr ""
1090
 
1091
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1092
  msgid "If enabled, share counts are displayed above sharing icons."
1093
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1094
 
1095
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1096
  msgid "Show total shares"
1097
  msgstr "Включить общее количество Поделиться"
1098
 
1099
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1100
  msgid "If enabled, total shares will be displayed with sharing icons"
1101
  msgstr ""
1102
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1103
  "Поделиться"
1104
 
1105
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1106
  msgid "Enable 'More' icon"
1107
  msgstr "Включить значок «Больше»"
1108
 
1109
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1110
  msgid ""
1111
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1112
  "which shows additional sharing networks in popup"
@@ -1114,19 +1128,19 @@ msgstr ""
1114
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1115
  "показывает дополнительные сервисы в всплывающем окне"
1116
 
1117
- #: ../admin/social_sharing.php:1108
1118
  msgid "Floating Sharing Interface Options"
1119
  msgstr "Параметры плавающих кнопок Поделиться"
1120
 
1121
- #: ../admin/social_sharing.php:1114
1122
  msgid "Enable Floating sharing interface"
1123
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1124
 
1125
- #: ../admin/social_sharing.php:1124
1126
  msgid "Master control to enable floating sharing widget"
1127
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1128
 
1129
- #: ../admin/social_sharing.php:1318
1130
  msgid ""
1131
  "Specify the color or hex code (example #cc78e0) for the background of "
1132
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1138,11 +1152,11 @@ msgstr ""
1138
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1139
  "com/\" target=\"_blank\">здесь</a>"
1140
 
1141
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1142
  msgid "Left offset"
1143
  msgstr "Смещение влево"
1144
 
1145
- #: ../admin/social_sharing.php:1358
1146
  msgid ""
1147
  "Specify a number. Increase in number will shift sharing interface towards "
1148
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1151,11 +1165,11 @@ msgstr ""
1151
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1152
  "может быть отрицательным."
1153
 
1154
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1155
  msgid "Right offset"
1156
  msgstr "Смещение вправо"
1157
 
1158
- #: ../admin/social_sharing.php:1378
1159
  msgid ""
1160
  "Specify a number. Increase in number will shift sharing interface towards "
1161
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1164,11 +1178,11 @@ msgstr ""
1164
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1165
  "может быть отрицательным."
1166
 
1167
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1168
  msgid "Top offset"
1169
  msgstr "Верхний отступ"
1170
 
1171
- #: ../admin/social_sharing.php:1397
1172
  msgid ""
1173
  "Specify a number. Increase in number will shift sharing interface towards "
1174
  "bottom and decrease will shift it towards top."
@@ -1176,27 +1190,27 @@ msgstr ""
1176
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1177
  "отношению к низу и уменьшать по отношению к верху. "
1178
 
1179
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1180
  msgid "BuddyPress group"
1181
  msgstr "BuddyPress группа"
1182
 
1183
- #: ../admin/social_sharing.php:1454
1184
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1185
  msgstr ""
1186
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1187
 
1188
- #: ../admin/social_sharing.php:1521
1189
  msgid "Vertical floating bar responsiveness"
1190
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1191
 
1192
- #: ../admin/social_sharing.php:1524
1193
  #, php-format
1194
  msgid "Display vertical interface only when screen is wider than %s pixels"
1195
  msgstr ""
1196
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1197
  "пикселей."
1198
 
1199
- #: ../admin/social_sharing.php:1531
1200
  msgid ""
1201
  "Display vertical interface only when screen is wider than the width "
1202
  "specified."
@@ -1204,11 +1218,11 @@ msgstr ""
1204
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1205
  "ширина по умолчанию."
1206
 
1207
- #: ../admin/social_sharing.php:1539
1208
  msgid "Horizontal floating bar responsiveness"
1209
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1210
 
1211
- #: ../admin/social_sharing.php:1542
1212
  #, php-format
1213
  msgid ""
1214
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1217,7 +1231,7 @@ msgstr ""
1217
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1218
  "уже чем %s пикселей"
1219
 
1220
- #: ../admin/social_sharing.php:1549
1221
  msgid ""
1222
  "Stick vertical floating interface horizontally at bottom only when screen is "
1223
  "narrower than the width specified"
@@ -1225,52 +1239,52 @@ msgstr ""
1225
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1226
  "уже чем указанная ширина"
1227
 
1228
- #: ../admin/social_sharing.php:1559
1229
  msgid "Horizontal floating bar position"
1230
  msgstr "Расположение горизонтальной плавающей панели"
1231
 
1232
- #: ../admin/social_sharing.php:1562
1233
  #, php-format
1234
  msgid "%s pixels from %s"
1235
  msgstr "%s пикселей от %s"
1236
 
1237
- #: ../admin/social_sharing.php:1563
1238
  msgid "Auto-adjust according to screen width (responsive)"
1239
  msgstr ""
1240
 
1241
- #: ../admin/social_sharing.php:1570
1242
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1243
  msgstr ""
1244
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1245
  "отрицательным."
1246
 
1247
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1248
  msgid "Url shortener"
1249
  msgstr "Укорачивание URL"
1250
 
1251
- #: ../admin/social_sharing.php:1596
1252
  msgid "Use shortlinks already installed"
1253
  msgstr "Использование коротких ссылок уже установлено"
1254
 
1255
- #: ../admin/social_sharing.php:1606
1256
  msgid "Uses default short url permalinks without using any additional plugin"
1257
  msgstr ""
1258
  "Использует по умолчанию постоянные короткие url без использования каких-"
1259
  "либо дополнительных плагинов"
1260
 
1261
- #: ../admin/social_sharing.php:1614
1262
  msgid "Enable bit.ly url shortener for sharing"
1263
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1264
 
1265
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1266
  msgid "Master control to enable bit.ly url shortening for sharing"
1267
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1268
 
1269
- #: ../admin/social_sharing.php:1632
1270
  msgid "bit.ly Login"
1271
  msgstr "bit.ly логин"
1272
 
1273
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1274
  #, fuzzy, php-format
1275
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1276
  msgstr ""
@@ -1278,19 +1292,19 @@ msgstr ""
1278
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1279
  "Twitter."
1280
 
1281
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1282
  msgid "bit.ly API Key"
1283
  msgstr "bit.ly ключ приложения"
1284
 
1285
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1286
  msgid "Clear Bitly Cache"
1287
  msgstr "Очистить Bitly кэш"
1288
 
1289
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1290
  msgid "ShortUrl cache cleared successfully."
1291
  msgstr "ShortUrl кэш успешно очищен."
1292
 
1293
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1294
  msgid ""
1295
  "Use this to delete short urls saved in database. Handy, if urls of your "
1296
  "website have been changed but short urls are still being generated for old "
@@ -1300,31 +1314,31 @@ msgstr ""
1300
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1301
  "адреса по-прежнему создаются для старых URL-адресов."
1302
 
1303
- #: ../admin/social_sharing.php:1690
1304
  msgid "Share Count Cache"
1305
  msgstr "Кэш счетчиков поделиться"
1306
 
1307
- #: ../admin/social_sharing.php:1696
1308
  msgid "Refresh Share Count cache every"
1309
  msgstr "Обновить кэш счетчиков Поделиться"
1310
 
1311
- #: ../admin/social_sharing.php:1701
1312
  msgid "Second(s)"
1313
  msgstr "Секунд"
1314
 
1315
- #: ../admin/social_sharing.php:1702
1316
  msgid "Minute(s)"
1317
  msgstr "Минут"
1318
 
1319
- #: ../admin/social_sharing.php:1703
1320
  msgid "Hour(s)"
1321
  msgstr "Часов"
1322
 
1323
- #: ../admin/social_sharing.php:1704
1324
  msgid "Day(s)"
1325
  msgstr "Дней"
1326
 
1327
- #: ../admin/social_sharing.php:1712
1328
  #, fuzzy, php-format
1329
  msgid ""
1330
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1334,25 +1348,25 @@ msgstr ""
1334
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1335
  "включенными счетчиками Поделиться"
1336
 
1337
- #: ../admin/social_sharing.php:1720
1338
  msgid "Clear Share Counts Cache"
1339
  msgstr "Очистить кэш счетчиков Поделиться"
1340
 
1341
- #: ../admin/social_sharing.php:1724
1342
  msgid "Share Counts cache cleared successfully."
1343
  msgstr "Share Counts кэш успешно очищен."
1344
 
1345
- #: ../admin/social_sharing.php:1731
1346
  msgid "Use this to clear cached share counts"
1347
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1348
 
1349
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1350
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1351
- #: ../admin/like_buttons.php:694
1352
  msgid "Language"
1353
  msgstr "Язык"
1354
 
1355
- #: ../admin/social_sharing.php:1756
1356
  #, php-format
1357
  msgid ""
1358
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1363,15 +1377,15 @@ msgstr ""
1363
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1364
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1365
 
1366
- #: ../admin/social_sharing.php:1765
1367
  msgid "Username in sharing"
1368
  msgstr "Имя пользователя чтобы поделиться"
1369
 
1370
- #: ../admin/social_sharing.php:1771
1371
  msgid "Twitter username (without @)"
1372
  msgstr "Twitter имя пользователя (без @)"
1373
 
1374
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1375
  msgid ""
1376
  "Provided username will be appended after the content being shared as \"via "
1377
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1380,35 +1394,35 @@ msgstr ""
1380
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1381
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1382
 
1383
- #: ../admin/social_sharing.php:1790
1384
  msgid "Buffer username (without @)"
1385
  msgstr "Имя пользователя в Twitter (без @)"
1386
 
1387
- #: ../admin/social_sharing.php:1809
1388
  msgid "AMP"
1389
  msgstr "AMP"
1390
 
1391
- #: ../admin/social_sharing.php:1815
1392
  msgid "Enable sharing on AMP pages"
1393
  msgstr "Разрешить общий доступ на страницах AMP"
1394
 
1395
- #: ../admin/social_sharing.php:1825
1396
  msgid "Enable this option to render sharing icons on AMP pages"
1397
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1398
 
1399
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1400
  msgid "myCRED"
1401
  msgstr ""
1402
 
1403
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1404
  msgid "Append myCRED referral ID to the urls being shared"
1405
  msgstr ""
1406
 
1407
- #: ../admin/social_sharing.php:1883
1408
  msgid "Facebook Sharing Troubleshooter"
1409
  msgstr "Устранение неисправностей Поделиться от Facebook"
1410
 
1411
- #: ../admin/social_sharing.php:1888
1412
  msgid ""
1413
  "If Facebook sharing is not working fine, click at the following link and "
1414
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1420,18 +1434,18 @@ msgstr ""
1420
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1421
  "\"Получение информации о новой поломке\" ."
1422
 
1423
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1424
- #: ../admin/social_login.php:1200
1425
  msgid ""
1426
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1427
  "an online website for the plugin to function properly."
1428
  msgstr ""
1429
 
1430
- #: ../admin/social_sharing.php:1907
1431
  msgid "Why is Instagram icon redirecting to Instagram website?"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_sharing.php:1908
1435
  msgid ""
1436
  "Instagram icon is there to send website visitors to the Instagram page of "
1437
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1439,38 +1453,38 @@ msgid ""
1439
  "sections."
1440
  msgstr ""
1441
 
1442
- #: ../admin/social_sharing.php:1911
1443
  msgid ""
1444
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1445
  msgstr ""
1446
 
1447
- #: ../admin/social_sharing.php:1912
1448
  msgid ""
1449
  "It takes some time for their service to track the shares made on Twitter "
1450
  "from your website. If you still feel it's taking too long you can contact "
1451
  "their support directly from their website."
1452
  msgstr ""
1453
 
1454
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1455
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1456
  msgstr ""
1457
 
1458
- #: ../admin/social_sharing.php:1915
1459
  msgid ""
1460
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1461
  msgstr ""
1462
 
1463
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1464
- #: ../admin/social_login.php:1206
1465
  msgid "Why is my browser blocking some features of the plugin?"
1466
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1467
 
1468
- #: ../admin/social_sharing.php:1917
1469
  #, fuzzy
1470
  msgid "Why the color of share icons is not being updated?"
1471
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1472
 
1473
- #: ../admin/social_sharing.php:1918
1474
  msgid ""
1475
  "Why is sharer not showing the correct image, title and other meta tags "
1476
  "content?"
@@ -1478,11 +1492,11 @@ msgstr ""
1478
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1479
  "мета данные контента? "
1480
 
1481
- #: ../admin/social_sharing.php:1919
1482
  msgid "Why Facebook share counts are not appearing?"
1483
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1484
 
1485
- #: ../admin/social_sharing.php:1920
1486
  msgid ""
1487
  "How can I show share counts of my website rather than of individual pages/"
1488
  "posts?"
@@ -1490,75 +1504,75 @@ msgstr ""
1490
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1491
  "постах?"
1492
 
1493
- #: ../admin/social_sharing.php:1921
1494
  msgid "How can I disable sharing on particular page/post?"
1495
  msgstr ""
1496
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1497
 
1498
- #: ../admin/social_sharing.php:1922
1499
  msgid "How can I specify minimum sharing count for sharing networks?"
1500
  msgstr "Как мне указать минимальное количество для Поделиться"
1501
 
1502
- #: ../admin/social_sharing.php:1923
1503
  msgid "How to share specific page?"
1504
  msgstr "Как поделиться определенной страницей?"
1505
 
1506
- #: ../admin/social_sharing.php:1924
1507
  msgid "How to integrate Google Analytics with sharing?"
1508
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1509
 
1510
- #: ../admin/social_sharing.php:1925
1511
  msgid "How to customize the look of total share counts?"
1512
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1513
 
1514
- #: ../admin/social_sharing.php:1926
1515
  msgid "How to customize the look of individual share counts?"
1516
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1517
 
1518
- #: ../admin/social_sharing.php:1927
1519
  msgid "How to show Whatsapp icon only on mobile devices?"
1520
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1521
 
1522
- #: ../admin/social_sharing.php:1928
1523
  msgid "How to hide arrow after floating sharing bar?"
1524
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1525
 
1526
- #: ../admin/social_sharing.php:1929
1527
  #, fuzzy
1528
  msgid "Why is share count not getting updated?"
1529
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1530
 
1531
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1532
  msgid "Why is there so much space between like buttons?"
1533
  msgstr "Почему существует так много места между кнопками?"
1534
 
1535
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1536
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1537
  msgstr ""
1538
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
1539
  "главной странице?"
1540
 
1541
- #: ../admin/social_commenting.php:13
1542
  msgid "Enable Social Commenting"
1543
  msgstr "Включить комментирование через соцсети"
1544
 
1545
- #: ../admin/social_commenting.php:23
1546
  msgid "Master control to enable Social Commenting"
1547
  msgstr "Мастер настройки комментрирования через социальные сети"
1548
 
1549
- #: ../admin/social_commenting.php:34
1550
  msgid "Social Commenting"
1551
  msgstr "Комментирование через социальные сети"
1552
 
1553
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1554
  msgid "Shortcode"
1555
  msgstr "Шорткод"
1556
 
1557
- #: ../admin/social_commenting.php:49
1558
  msgid "Order of tabs in commenting interface"
1559
  msgstr "Последовательность вкладок в комментировании через социальные сети"
1560
 
1561
- #: ../admin/social_commenting.php:59
1562
  msgid ""
1563
  "Order of the tabs shown in social commenting interface. Defaults to "
1564
  "wordpress,facebook,googleplus,disqus"
@@ -1566,27 +1580,27 @@ msgstr ""
1566
  "Порядок отображения вкладок в интерфейсе комментирования через социальные "
1567
  "сети. По умолчанию - wordpress,facebook,googleplus,disqus"
1568
 
1569
- #: ../admin/social_commenting.php:67
1570
  msgid "Comment area label"
1571
  msgstr "Поле для обозначения комментирования"
1572
 
1573
- #: ../admin/social_commenting.php:77
1574
  msgid "Label for comment area"
1575
  msgstr "Поле для области комментария"
1576
 
1577
- #: ../admin/social_commenting.php:90
1578
  msgid "Enable Social Commenting at"
1579
  msgstr "Включить комментирование через соцсети в "
1580
 
1581
- #: ../admin/social_commenting.php:109
1582
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1583
  msgstr "Укажите страницы/посты, где вы хотите включить социальные комментарии"
1584
 
1585
- #: ../admin/social_commenting.php:120
1586
  msgid "HTML ID of comment form container"
1587
  msgstr "HTML-идентификатор форма комментария контейнер"
1588
 
1589
- #: ../admin/social_commenting.php:130
1590
  msgid ""
1591
  "HTML ID of container element of the default comment form at front end. Leave "
1592
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1598,43 +1612,43 @@ msgstr ""
1598
  "указать, если по умолчанию комментирование появляться и социального "
1599
  "Комментируя не получение включен в переднем конце вашего сайта."
1600
 
1601
- #: ../admin/social_commenting.php:140
1602
  msgid "Labels"
1603
  msgstr "Поля"
1604
 
1605
- #: ../admin/social_commenting.php:145
1606
  msgid "Label for WordPress Commenting tab"
1607
  msgstr "Поле для комментирование через Wordpress"
1608
 
1609
- #: ../admin/social_commenting.php:154
1610
  msgid "Label for Facebook Commenting tab"
1611
  msgstr "Поле для комментирования через Facebook"
1612
 
1613
- #: ../admin/social_commenting.php:163
1614
  msgid "Label for G+ Commenting tab"
1615
  msgstr "Поле для комментирования через Google+"
1616
 
1617
- #: ../admin/social_commenting.php:172
1618
  msgid "Label for Disqus Commenting tab"
1619
  msgstr "Поле для комментирования через Disqus"
1620
 
1621
- #: ../admin/social_commenting.php:183
1622
  msgid "Facebook Commenting Options"
1623
  msgstr "Настройки комментирования через Facebook"
1624
 
1625
- #: ../admin/social_commenting.php:189
1626
  msgid "Enable Facebook Comments notification and moderation"
1627
  msgstr "Активировать уведомления и модерацию для комментариев через Facebook"
1628
 
1629
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1630
  msgid "Enable Facebook Commenting"
1631
  msgstr "Активировать комментирование через Facebook"
1632
 
1633
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1634
  msgid "Url to comment on"
1635
  msgstr "Ссылка для комментария"
1636
 
1637
- #: ../admin/social_commenting.php:225
1638
  msgid ""
1639
  "The absolute URL that comments posted will be permanently associated with. "
1640
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1647,16 +1661,16 @@ msgstr ""
1647
  "использоваться адрес страницы, на которой включено комментирование через "
1648
  "социальные ссылки."
1649
 
1650
- #: ../admin/social_commenting.php:233
1651
  #, fuzzy
1652
  msgid "Show Recent Facebook Comments in a Widget"
1653
  msgstr "Активировать комментирование через Facebook"
1654
 
1655
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1656
  msgid "Width"
1657
  msgstr "Ширина"
1658
 
1659
- #: ../admin/social_commenting.php:251
1660
  msgid ""
1661
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1662
  "block."
@@ -1664,27 +1678,27 @@ msgstr ""
1664
  "Оставьте поле пустым чтобы был автоподбор ширины. Ширина (в пикселях) для "
1665
  "блока комментариев."
1666
 
1667
- #: ../admin/social_commenting.php:259
1668
  msgid "Color Scheme"
1669
  msgstr "Цветовая схема"
1670
 
1671
- #: ../admin/social_commenting.php:263
1672
  msgid "Light"
1673
  msgstr "Светлая"
1674
 
1675
- #: ../admin/social_commenting.php:264
1676
  msgid "Dark"
1677
  msgstr "Темная"
1678
 
1679
- #: ../admin/social_commenting.php:272
1680
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1681
  msgstr "Использовать светлый или темный скин"
1682
 
1683
- #: ../admin/social_commenting.php:280
1684
  msgid "Number of comments"
1685
  msgstr "Количество комментариев"
1686
 
1687
- #: ../admin/social_commenting.php:290
1688
  msgid ""
1689
  "The number of comments to show by default. The minimum value is 1. Defaults "
1690
  "to 10"
@@ -1692,27 +1706,27 @@ msgstr ""
1692
  "Количество комментариев для отображения по умолчанию. Минимальное значение "
1693
  "равно 1. По умолчанию составляет 10"
1694
 
1695
- #: ../admin/social_commenting.php:298
1696
  msgid "Order by"
1697
  msgstr "Порядок сортировки:"
1698
 
1699
- #: ../admin/social_commenting.php:302
1700
  msgid "Social"
1701
  msgstr "По умолчанию"
1702
 
1703
- #: ../admin/social_commenting.php:303
1704
  msgid "Reverse Time"
1705
  msgstr "Обратному времени"
1706
 
1707
- #: ../admin/social_commenting.php:304
1708
  msgid "Time"
1709
  msgstr "Время"
1710
 
1711
- #: ../admin/social_commenting.php:312
1712
  msgid "The order to use when displaying comments."
1713
  msgstr "Этот порядок используется в отображении комментариев."
1714
 
1715
- #: ../admin/social_commenting.php:330
1716
  #, php-format
1717
  msgid ""
1718
  "Enter the code of the language you want to use to display commenting. You "
@@ -1723,21 +1737,21 @@ msgstr ""
1723
  "можете найти языковые коды на <a href=\"%s\" target=\"_blank\">эту ссылку</"
1724
  "a> . Оставьте его пустым для языка по умолчанию (английский)"
1725
 
1726
- #: ../admin/social_commenting.php:339
1727
  msgid "Google Plus Commenting Options"
1728
  msgstr "Настройки комментирования через Google+"
1729
 
1730
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1731
  msgid "Enable Google Plus Commenting"
1732
  msgstr "Включить комментирование"
1733
 
1734
- #: ../admin/social_commenting.php:373
1735
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1736
  msgstr ""
1737
  "Ширина вкладки комментирования через Google+. Оставьте пустым для "
1738
  "автоподбора."
1739
 
1740
- #: ../admin/social_commenting.php:391
1741
  msgid ""
1742
  "The absolute URL that comments posted will be permanently associated with. "
1743
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1750,19 +1764,19 @@ msgstr ""
1750
  "использоваться адрес страницы, на которой включено комментирование через "
1751
  "социальные ссылки."
1752
 
1753
- #: ../admin/social_commenting.php:400
1754
  msgid "Disqus Commenting Options"
1755
  msgstr "Настройки комментирования через Disqus"
1756
 
1757
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1758
  msgid "Enable Disqus Commenting"
1759
  msgstr "Активировать комментирование через Disqus"
1760
 
1761
- #: ../admin/social_commenting.php:424
1762
  msgid "Disqus Shortname"
1763
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1764
 
1765
- #: ../admin/social_commenting.php:434
1766
  msgid ""
1767
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1768
  "shortname, visit following link."
@@ -1770,38 +1784,38 @@ msgstr ""
1770
  "<strong>Необходимо для использования комментирования через Disqus.</strong> "
1771
  "Для большей информации посетите соответствующую ссылку"
1772
 
1773
- #: ../admin/social_commenting.php:452
1774
  msgid "Social Commenting Shortcode"
1775
  msgstr "Шорткод комментирования через социальные сети"
1776
 
1777
- #: ../admin/social_commenting.php:466
1778
  msgid ""
1779
  "How to show recent Facebook Comments from all over the website in a widget?"
1780
  msgstr ""
1781
 
1782
- #: ../admin/social_commenting.php:467
1783
  msgid ""
1784
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1785
  "Https?"
1786
  msgstr ""
1787
 
1788
- #: ../admin/social_commenting.php:469
1789
  msgid "How can I disable Social Commenting at individual page/post?"
1790
  msgstr ""
1791
  "Как мне отключить комментирование через социальные сети на определенных "
1792
  "страница/постах?"
1793
 
1794
- #: ../admin/social_commenting.php:470
1795
  msgid "How to disable default comment form from Social Commenting?"
1796
  msgstr ""
1797
  "Как мне деактивировать определенную форму из комментирования через "
1798
  "социальные сети?"
1799
 
1800
- #: ../admin/social_login.php:14
1801
  msgid "Enable Social Login"
1802
  msgstr "Активироват вход через социальные сети"
1803
 
1804
- #: ../admin/social_login.php:24
1805
  msgid ""
1806
  "Master control for Social Login. It must be checked to enable Social Login "
1807
  "functionality"
@@ -1809,27 +1823,27 @@ msgstr ""
1809
  "Мастер управления входа через социальные сети. Должно быть включено чтобы "
1810
  "активировать вход через социальные сети."
1811
 
1812
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1813
  msgid "Basic Configuration"
1814
  msgstr "Основные настройки"
1815
 
1816
- #: ../admin/social_login.php:36
1817
  msgid "Advanced Configuration"
1818
  msgstr "Расширенная конфигурация"
1819
 
1820
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1821
  msgid "GDPR"
1822
  msgstr ""
1823
 
1824
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1825
  msgid "XProfile Integration"
1826
  msgstr "XProfile интеграция"
1827
 
1828
- #: ../admin/social_login.php:59
1829
  msgid "Disable user registration via Social Login"
1830
  msgstr "Регистрация Отключить пользователя через социального Логин"
1831
 
1832
- #: ../admin/social_login.php:69
1833
  msgid ""
1834
  "After enabling this option, new users will not be able to login through "
1835
  "social login. Only existing users will be able to social login."
@@ -1838,11 +1852,11 @@ msgstr ""
1838
  "социальные входе в систему. Только существующие пользователи смогут "
1839
  "социальной входе в систему."
1840
 
1841
- #: ../admin/social_login.php:78
1842
  msgid "Redirection url"
1843
  msgstr "Перенаправления входа"
1844
 
1845
- #: ../admin/social_login.php:88
1846
  msgid ""
1847
  "User will be redirected to this page after unsuccessful registration attempt "
1848
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1853,60 +1867,60 @@ msgstr ""
1853
  "формы или страница, показывающая сообщения о отключить регистрацию через "
1854
  "систему социального Логин."
1855
 
1856
- #: ../admin/social_login.php:97
1857
  #, fuzzy
1858
  msgid "Select Social Networks"
1859
  msgstr "Выберите сервисы"
1860
 
1861
- #: ../admin/social_login.php:102
1862
  msgid "Facebook"
1863
  msgstr "Facebook"
1864
 
1865
- #: ../admin/social_login.php:106
1866
  msgid "Twitter"
1867
  msgstr "Twitter"
1868
 
1869
- #: ../admin/social_login.php:110
1870
  msgid "LinkedIn"
1871
  msgstr "LinkedIn"
1872
 
1873
- #: ../admin/social_login.php:114
1874
  msgid "Google+"
1875
  msgstr "Google+"
1876
 
1877
- #: ../admin/social_login.php:118
1878
  msgid "Vkontakte"
1879
  msgstr "Вконтакте"
1880
 
1881
- #: ../admin/social_login.php:122
1882
  msgid "Instagram"
1883
  msgstr "Instagram"
1884
 
1885
- #: ../admin/social_login.php:126
1886
  msgid "Xing"
1887
  msgstr "Xing"
1888
 
1889
- #: ../admin/social_login.php:130
1890
  msgid "Steam"
1891
  msgstr "Steam"
1892
 
1893
- #: ../admin/social_login.php:135
1894
  msgid "Twitch"
1895
  msgstr "Twitch"
1896
 
1897
- #: ../admin/social_login.php:140
1898
  msgid "LiveJournal"
1899
  msgstr "ЖивойЖурнал"
1900
 
1901
- #: ../admin/social_login.php:148
1902
  msgid "Select Social ID provider to enable in Social Login"
1903
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1904
 
1905
- #: ../admin/social_login.php:156
1906
  msgid "Facebook App ID"
1907
  msgstr "Facebook App ID"
1908
 
1909
- #: ../admin/social_login.php:166
1910
  #, php-format
1911
  msgid ""
1912
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1915,19 +1929,19 @@ msgstr ""
1915
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1916
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1917
 
1918
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1919
  msgid ""
1920
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1921
  msgstr ""
1922
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1923
  "упоминания ссылки."
1924
 
1925
- #: ../admin/social_login.php:178
1926
  #, fuzzy
1927
  msgid "Facebook App Secret"
1928
  msgstr "Facebook App ID"
1929
 
1930
- #: ../admin/social_login.php:188
1931
  #, fuzzy, php-format
1932
  msgid ""
1933
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1936,11 +1950,11 @@ msgstr ""
1936
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1937
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1938
 
1939
- #: ../admin/social_login.php:200
1940
  msgid "Twitter API Key"
1941
  msgstr "Twitter API ключ"
1942
 
1943
- #: ../admin/social_login.php:210
1944
  #, php-format
1945
  msgid ""
1946
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1950,7 +1964,7 @@ msgstr ""
1950
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1951
  "Twitter."
1952
 
1953
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1954
  #, fuzzy
1955
  msgid ""
1956
  "Paste following url in <strong>Website</strong> option at the link mentioned"
@@ -1958,7 +1972,7 @@ msgstr ""
1958
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1959
  "ссылки"
1960
 
1961
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1962
  #, fuzzy
1963
  msgid ""
1964
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -1967,11 +1981,11 @@ msgstr ""
1967
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1968
  "ссылки"
1969
 
1970
- #: ../admin/social_login.php:226
1971
  msgid "Twitter API Secret"
1972
  msgstr "Twitter API секретный ключ"
1973
 
1974
- #: ../admin/social_login.php:236
1975
  #, php-format
1976
  msgid ""
1977
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1981,12 +1995,12 @@ msgstr ""
1981
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1982
  "приложения Facebook."
1983
 
1984
- #: ../admin/social_login.php:252
1985
  #, fuzzy
1986
  msgid "LinkedIn Client ID"
1987
  msgstr "LinkedIn"
1988
 
1989
- #: ../admin/social_login.php:262
1990
  #, fuzzy, php-format
1991
  msgid ""
1992
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1996,8 +2010,8 @@ msgstr ""
1996
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1997
  "LinkedIn."
1998
 
1999
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
2000
- #: ../admin/social_login.php:396
2001
  msgid ""
2002
  "Paste following url in <strong>Website URL</strong> option at the link "
2003
  "mentioned"
@@ -2005,11 +2019,11 @@ msgstr ""
2005
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2006
  "ссылки"
2007
 
2008
- #: ../admin/social_login.php:274
2009
  msgid "LinkedIn Client Secret "
2010
  msgstr ""
2011
 
2012
- #: ../admin/social_login.php:284
2013
  #, fuzzy, php-format
2014
  msgid ""
2015
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2020,11 +2034,11 @@ msgstr ""
2020
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2021
  "LinkedIn."
2022
 
2023
- #: ../admin/social_login.php:296
2024
  msgid "Google+ Client ID"
2025
  msgstr "Google+ ID клиента"
2026
 
2027
- #: ../admin/social_login.php:306
2028
  #, php-format
2029
  msgid ""
2030
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2034,7 +2048,7 @@ msgstr ""
2034
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2035
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2036
 
2037
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2038
  #, fuzzy
2039
  msgid ""
2040
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2043,12 +2057,12 @@ msgstr ""
2043
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2044
  "упоминания ссылки."
2045
 
2046
- #: ../admin/social_login.php:318
2047
  #, fuzzy
2048
  msgid "Google+ Client Secret"
2049
  msgstr "Google+ ID клиента"
2050
 
2051
- #: ../admin/social_login.php:328
2052
  #, fuzzy, php-format
2053
  msgid ""
2054
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2058,11 +2072,11 @@ msgstr ""
2058
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2059
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2060
 
2061
- #: ../admin/social_login.php:340
2062
  msgid "Vkontakte Application ID"
2063
  msgstr " ID приложения Vkontakte"
2064
 
2065
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2066
  #, php-format
2067
  msgid ""
2068
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2073,7 +2087,7 @@ msgstr ""
2073
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
2074
  "Vkontakte."
2075
 
2076
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2077
  msgid ""
2078
  "Paste following url in <strong>Site address</strong> option at the link "
2079
  "mentioned"
@@ -2081,16 +2095,16 @@ msgstr ""
2081
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2082
  "упоминания ссылки."
2083
 
2084
- #: ../admin/social_login.php:362
2085
  #, fuzzy
2086
  msgid "Vkontakte Secure key"
2087
  msgstr "Вконтакте"
2088
 
2089
- #: ../admin/social_login.php:384
2090
  msgid "Instagram Client ID"
2091
  msgstr "Instagram ID клиента"
2092
 
2093
- #: ../admin/social_login.php:394
2094
  #, php-format
2095
  msgid ""
2096
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2100,11 +2114,11 @@ msgstr ""
2100
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2101
  "Instagram."
2102
 
2103
- #: ../admin/social_login.php:406
2104
  msgid "Xing Consumer Key"
2105
  msgstr "Ключ потребителя Xing"
2106
 
2107
- #: ../admin/social_login.php:416
2108
  #, php-format
2109
  msgid ""
2110
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2113,7 +2127,7 @@ msgstr ""
2113
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
2114
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2115
 
2116
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2117
  msgid ""
2118
  "Paste following url in <strong>Callback domain</strong> option at the link "
2119
  "mentioned"
@@ -2121,11 +2135,11 @@ msgstr ""
2121
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2122
  "ссылки"
2123
 
2124
- #: ../admin/social_login.php:428
2125
  msgid "Xing Consumer Secret"
2126
  msgstr "Секретный ключ потребителя Xing"
2127
 
2128
- #: ../admin/social_login.php:438
2129
  #, php-format
2130
  msgid ""
2131
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2135,12 +2149,12 @@ msgstr ""
2135
  "\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
2136
  "потребителя Xing."
2137
 
2138
- #: ../admin/social_login.php:450
2139
  #, fuzzy
2140
  msgid "Steam API Key"
2141
  msgstr "Twitter API ключ"
2142
 
2143
- #: ../admin/social_login.php:460
2144
  #, fuzzy, php-format
2145
  msgid ""
2146
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2150,18 +2164,18 @@ msgstr ""
2150
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2151
  "Twitter."
2152
 
2153
- #: ../admin/social_login.php:461
2154
  #, fuzzy
2155
  msgid "Save following <strong>domain</strong> to get the key"
2156
  msgstr ""
2157
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2158
  "ссылки"
2159
 
2160
- #: ../admin/social_login.php:470
2161
  msgid "Twitch Client ID"
2162
  msgstr "Добавьте ваш Twitch Client ID здесь"
2163
 
2164
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2165
  #, fuzzy, php-format
2166
  msgid ""
2167
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2171,7 +2185,7 @@ msgstr ""
2171
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2172
  "Twitch."
2173
 
2174
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2175
  #, fuzzy
2176
  msgid ""
2177
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2180,54 +2194,54 @@ msgstr ""
2180
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2181
  "упоминания ссылки."
2182
 
2183
- #: ../admin/social_login.php:492
2184
  #, fuzzy
2185
  msgid "Twitch Client Secret"
2186
  msgstr "Добавьте ваш Twitch Client ID здесь"
2187
 
2188
- #: ../admin/social_login.php:521
2189
  msgid "Social Login Options"
2190
  msgstr "Параметры входа через соцсети"
2191
 
2192
- #: ../admin/social_login.php:537
2193
  msgid "Text to display above the Social Login interface"
2194
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2195
 
2196
- #: ../admin/social_login.php:546
2197
  msgid "Enable at login page"
2198
  msgstr "Включить страницу входа"
2199
 
2200
- #: ../admin/social_login.php:556
2201
  msgid ""
2202
  "Social Login interface will get enabled at the login page of your website"
2203
  msgstr ""
2204
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2205
 
2206
- #: ../admin/social_login.php:564
2207
  msgid "Enable at register page"
2208
  msgstr "Включить на странице регистрации"
2209
 
2210
- #: ../admin/social_login.php:574
2211
  msgid ""
2212
  "Social Login interface will get enabled at the registration page of your "
2213
  "website"
2214
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2215
 
2216
- #: ../admin/social_login.php:582
2217
  msgid "Enable at comment form"
2218
  msgstr "Включить в форму комментирования"
2219
 
2220
- #: ../admin/social_login.php:592
2221
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2222
  msgstr ""
2223
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2224
  "комментирования Wordpress"
2225
 
2226
- #: ../admin/social_login.php:607
2227
  msgid "Enable before WooCommerce Customer Login Form"
2228
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2229
 
2230
- #: ../admin/social_login.php:617
2231
  msgid ""
2232
  "Social Login Interface will get enabled before the customer login form at "
2233
  "WooCommerce My Account page"
@@ -2235,11 +2249,11 @@ msgstr ""
2235
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2236
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2237
 
2238
- #: ../admin/social_login.php:625
2239
  msgid "Enable after WooCommerce Customer Login Form"
2240
  msgstr "Включить после формы входа клиента WooCommerce"
2241
 
2242
- #: ../admin/social_login.php:635
2243
  msgid ""
2244
  "Social Login Interface will get enabled after the customer login form at "
2245
  "WooCommerce My Account page"
@@ -2247,22 +2261,22 @@ msgstr ""
2247
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2248
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2249
 
2250
- #: ../admin/social_login.php:643
2251
  msgid "Enable at WooCommerce checkout page"
2252
  msgstr "Включить на странице оформления заказа WooCommerce"
2253
 
2254
- #: ../admin/social_login.php:653
2255
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2256
  msgstr ""
2257
  "Интерфейс входа через социальные сети будет активирован на странице "
2258
  "оформления заказа в WooCommerce"
2259
 
2260
- #: ../admin/social_login.php:664
2261
  msgid "Auto-approve comments made by Social Login users"
2262
  msgstr ""
2263
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2264
 
2265
- #: ../admin/social_login.php:674
2266
  msgid ""
2267
  "If this option is enabled, and WordPress comment is made by Social Login "
2268
  "user, comment will get approved immediately without keeping in moderation."
@@ -2271,15 +2285,15 @@ msgstr ""
2271
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2272
  "без модерации."
2273
 
2274
- #: ../admin/social_login.php:675
2275
  msgid "Note: This is not related to Facebook comments"
2276
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2277
 
2278
- #: ../admin/social_login.php:685
2279
  msgid "Enable social avatar"
2280
  msgstr "Включение социальных аватар"
2281
 
2282
- #: ../admin/social_login.php:695
2283
  msgid ""
2284
  "Social profile pictures of the logged in user will be displayed as profile "
2285
  "avatar"
@@ -2287,30 +2301,30 @@ msgstr ""
2287
  "Изображения пользователя в социальных сетях будет использоваться как "
2288
  "изображение профиля на сайте"
2289
 
2290
- #: ../admin/social_login.php:705
2291
  msgid "Avatar quality"
2292
  msgstr "Качество аватары"
2293
 
2294
- #: ../admin/social_login.php:708
2295
  msgid "Average"
2296
  msgstr "Среднее"
2297
 
2298
- #: ../admin/social_login.php:709
2299
  msgid "Best"
2300
  msgstr "лучший"
2301
 
2302
- #: ../admin/social_login.php:716
2303
  msgid "Choose avatar quality"
2304
  msgstr "Выберите качество аватара"
2305
 
2306
- #: ../admin/social_login.php:725
2307
  msgid ""
2308
  "Show option for users to update social avatar at BuddyPress profile page"
2309
  msgstr ""
2310
  "Показать вариант для пользователей для обновления социального аватара на "
2311
  "странице профиля BuddyPress"
2312
 
2313
- #: ../admin/social_login.php:735
2314
  msgid ""
2315
  "If enabled, users would be able to update their social avatar from \"Profile "
2316
  "photo\" section in BuddyPress profile at front-end"
@@ -2318,7 +2332,7 @@ msgstr ""
2318
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2319
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2320
 
2321
- #: ../admin/social_login.php:756
2322
  msgid ""
2323
  "If enabled and Social ID provider does not provide user's email address on "
2324
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2328,13 +2342,13 @@ msgstr ""
2328
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2329
  "случае, почта будет создана по образцу."
2330
 
2331
- #: ../admin/social_login.php:765
2332
  msgid "Send post-registration email to user to set account password"
2333
  msgstr ""
2334
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2335
  "установить пароль учетной записи"
2336
 
2337
- #: ../admin/social_login.php:775
2338
  msgid ""
2339
  "If enabled, an email will be sent to user after registration through Social "
2340
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2344,13 +2358,13 @@ msgstr ""
2344
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2345
  "возможность зайти черед стандартную форму авторизации"
2346
 
2347
- #: ../admin/social_login.php:783
2348
  msgid "Send new user registration notification email to admin"
2349
  msgstr ""
2350
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2351
  "администратору"
2352
 
2353
- #: ../admin/social_login.php:793
2354
  msgid ""
2355
  "If enabled, an email will be sent to admin after new user registers through "
2356
  "Social Login, notifying admin about the new user registration"
@@ -2358,41 +2372,41 @@ msgstr ""
2358
  "Если опция включена, на почту администратора прийдет уведомление о "
2359
  "регистрации нового пользователя через соцсети."
2360
 
2361
- #: ../admin/social_login.php:801
2362
  msgid "Login redirection"
2363
  msgstr "Перенаправления входа"
2364
 
2365
- #: ../admin/social_login.php:805
2366
  msgid "Same page where user logged in"
2367
  msgstr "Та же страница, на которой пользователь произвел вход "
2368
 
2369
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2370
  msgid "Account dashboard"
2371
  msgstr "Страница управления моим аккаунтом"
2372
 
2373
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2374
  msgid "BuddyPress profile page"
2375
  msgstr "Страница профиля BuddyPress"
2376
 
2377
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2378
  msgid "Custom Url"
2379
  msgstr "Пользовательская ссылка"
2380
 
2381
- #: ../admin/social_login.php:823
2382
  msgid "User will be redirected to the selected page after Social Login"
2383
  msgstr ""
2384
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2385
  "социальные сети"
2386
 
2387
- #: ../admin/social_login.php:831
2388
  msgid "Registration redirection"
2389
  msgstr "Перенаправлении регистрации"
2390
 
2391
- #: ../admin/social_login.php:835
2392
  msgid "Same page from where user registered"
2393
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2394
 
2395
- #: ../admin/social_login.php:853
2396
  msgid ""
2397
  "User will be redirected to the selected page after registration (first "
2398
  "Social Login) through Social Login"
@@ -2400,23 +2414,23 @@ msgstr ""
2400
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2401
  "(первый вход чере социальные сети) через социальные логин"
2402
 
2403
- #: ../admin/social_login.php:862
2404
  #, fuzzy
2405
  msgid "Social Account Linking Options"
2406
  msgstr "Ссылки на социальный аккаунт"
2407
 
2408
- #: ../admin/social_login.php:878
2409
  #, fuzzy
2410
  msgid "Text to display above the Social Account Linking interface"
2411
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2412
 
2413
- #: ../admin/social_login.php:886
2414
  msgid ""
2415
  "Link social account to already existing account, if email address matches"
2416
  msgstr ""
2417
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2418
 
2419
- #: ../admin/social_login.php:896
2420
  #, fuzzy
2421
  msgid ""
2422
  "If email address of the user's Social Account matches with an already "
@@ -2429,11 +2443,11 @@ msgstr ""
2429
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2430
  "странице профиля."
2431
 
2432
- #: ../admin/social_login.php:905
2433
  msgid "Enable social account linking at BuddyPress profile page"
2434
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2435
 
2436
- #: ../admin/social_login.php:915
2437
  msgid ""
2438
  "Enable this option to show social account linking interface at BuddyPress "
2439
  "profile page"
@@ -2441,15 +2455,15 @@ msgstr ""
2441
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2442
  "профиля BuddyPress"
2443
 
2444
- #: ../admin/social_login.php:926
2445
  msgid "Email popup options"
2446
  msgstr "Параметры всплывающей электронной Почты"
2447
 
2448
- #: ../admin/social_login.php:932
2449
  msgid "Text on 'Email required' popup"
2450
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2451
 
2452
- #: ../admin/social_login.php:942
2453
  msgid ""
2454
  "This text will be displayed on email required popup. Leave empty if not "
2455
  "required."
@@ -2457,11 +2471,11 @@ msgstr ""
2457
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2458
  "поле пустым если не требуется."
2459
 
2460
- #: ../admin/social_login.php:951
2461
  msgid "Error message for 'Email required' popup"
2462
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2463
 
2464
- #: ../admin/social_login.php:961
2465
  msgid ""
2466
  "This message will be displayed to user if it provides invalid or already "
2467
  "registered email"
@@ -2469,11 +2483,11 @@ msgstr ""
2469
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2470
  "уже используемую почту"
2471
 
2472
- #: ../admin/social_login.php:970
2473
  msgid "Email popup height"
2474
  msgstr "Высота высплывающего окна"
2475
 
2476
- #: ../admin/social_login.php:980
2477
  msgid ""
2478
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2479
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2483,11 +2497,11 @@ msgstr ""
2483
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2484
  "базового значения."
2485
 
2486
- #: ../admin/social_login.php:988
2487
  msgid "Enable email verification"
2488
  msgstr "Включить проверку электронной почты"
2489
 
2490
- #: ../admin/social_login.php:998
2491
  msgid ""
2492
  "If enabled, email provided by the user will be verified by sending a "
2493
  "confirmation link to that email. User would not be able to login without "
@@ -2496,97 +2510,97 @@ msgstr ""
2496
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2497
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2498
 
2499
- #: ../admin/social_login.php:1019
2500
  #, fuzzy
2501
  msgid "Enable GDPR opt-in"
2502
  msgstr "Активировать комментирование через Disqus"
2503
 
2504
- #: ../admin/social_login.php:1029
2505
  msgid ""
2506
  "Enable it to show GDPR opt-in for social login and social account linking"
2507
  msgstr ""
2508
 
2509
- #: ../admin/social_login.php:1038
2510
  #, fuzzy
2511
  msgid "Placement of GDPR opt-in"
2512
  msgstr "Активировать комментирование через Disqus"
2513
 
2514
- #: ../admin/social_login.php:1042
2515
  #, fuzzy
2516
  msgid "Above Social Login icons"
2517
  msgstr "Параметры входа через соцсети"
2518
 
2519
- #: ../admin/social_login.php:1044
2520
  #, fuzzy
2521
  msgid "Below Social Login icons"
2522
  msgstr "Параметры входа через соцсети"
2523
 
2524
- #: ../admin/social_login.php:1050
2525
  #, fuzzy
2526
  msgid "Placement of GDPR opt-in above or below the social login icons"
2527
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2528
 
2529
- #: ../admin/social_login.php:1058
2530
  msgid "Opt-in text"
2531
  msgstr ""
2532
 
2533
- #: ../admin/social_login.php:1068
2534
  #, fuzzy
2535
  msgid "Text for the GDPR opt-in"
2536
  msgstr "Активировать комментирование через Disqus"
2537
 
2538
- #: ../admin/social_login.php:1076
2539
  msgid "Text to link to Privacy Policy page"
2540
  msgstr ""
2541
 
2542
- #: ../admin/social_login.php:1086
2543
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2544
  msgstr ""
2545
 
2546
- #: ../admin/social_login.php:1094
2547
  msgid "Privacy Policy Url"
2548
  msgstr ""
2549
 
2550
- #: ../admin/social_login.php:1104
2551
  #, fuzzy
2552
  msgid "Url of the privacy policy page of your website"
2553
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2554
 
2555
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2556
- #: ../inc/widget.php:578 ../inc/widget.php:726
2557
  msgid "Select"
2558
  msgstr "Выбор"
2559
 
2560
- #: ../admin/social_login.php:1186
2561
  msgid "Social Login Shortcode & Widget"
2562
  msgstr "Шорткод и виджет для входа через социальные сети "
2563
 
2564
- #: ../admin/social_login.php:1187
2565
  msgid "Social Linking Shortcode"
2566
  msgstr "Шорткод социальных ссылок"
2567
 
2568
- #: ../admin/social_login.php:1202
2569
  #, fuzzy
2570
  msgid "Why is social login not working?"
2571
  msgstr "Почему Facebook логин не работает?"
2572
 
2573
- #: ../admin/social_login.php:1203
2574
  msgid ""
2575
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2576
  "belong to the same app"
2577
  msgstr ""
2578
 
2579
- #: ../admin/social_login.php:1205
2580
  msgid ""
2581
  "Why the user is not appearing logged in even after Social Login until the "
2582
  "webpage is refreshed manually?"
2583
  msgstr ""
2584
 
2585
- #: ../admin/like_buttons.php:16
2586
  msgid "Enable Like Buttons"
2587
  msgstr "Активировать кнопки Нравится"
2588
 
2589
- #: ../admin/like_buttons.php:26
2590
  msgid ""
2591
  "Master control for like buttons. It must be checked to enable like buttons "
2592
  "functionality"
@@ -2594,66 +2608,66 @@ msgstr ""
2594
  "Панель управления кнопками Нравится. Должно быть включено чтобы активировать "
2595
  "кнопки Нравится"
2596
 
2597
- #: ../admin/like_buttons.php:56
2598
  msgid "Standard Interface Options"
2599
  msgstr "Стандартные параметры интерфейса"
2600
 
2601
- #: ../admin/like_buttons.php:62
2602
  msgid "Enable standard interface"
2603
  msgstr "Включить стандартный интерфейс"
2604
 
2605
- #: ../admin/like_buttons.php:72
2606
  msgid "Master control to enable horizontal like buttons"
2607
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
2608
 
2609
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2610
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2611
  msgstr ""
2612
  "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/"
2613
  "Твитнуть"
2614
 
2615
- #: ../admin/like_buttons.php:115
2616
  msgid "The text to display above the interface"
2617
  msgstr "Текст, отображаемый над интерфейсом"
2618
 
2619
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2620
  msgid "Select and rearrange providers"
2621
  msgstr "Выберите и переставьте сервисы"
2622
 
2623
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2624
  msgid "Select the providers for interface. Drag them to rearrange."
2625
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
2626
 
2627
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2628
  msgid "Horizontal alignment of the interface"
2629
  msgstr "Горизонтальное выравнивание интерфейса"
2630
 
2631
- #: ../admin/like_buttons.php:210
2632
  msgid "Specify position of the interface with respect to the content"
2633
  msgstr "Укажите положение интерфейса в отношении содержания"
2634
 
2635
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2636
  msgid "Interface location"
2637
  msgstr "Расположение интерфейса"
2638
 
2639
- #: ../admin/like_buttons.php:288
2640
  msgid "Specify the pages where you want to enable interface"
2641
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
2642
 
2643
- #: ../admin/like_buttons.php:306
2644
  msgid "Vertical (Floating) like buttons Options"
2645
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
2646
 
2647
- #: ../admin/like_buttons.php:312
2648
  msgid "Enable floating like buttons"
2649
  msgstr "Активировать плавающие кнопки Нравится"
2650
 
2651
- #: ../admin/like_buttons.php:322
2652
  msgid "Master control to enable vertical (floating) counter widget"
2653
  msgstr ""
2654
  "Мастер управления для включения вертикального (плавающего) счетчика виджета "
2655
 
2656
- #: ../admin/like_buttons.php:416
2657
  msgid ""
2658
  "Specify the color or hex code (example #cc78e0) for the background of "
2659
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2665,7 +2679,7 @@ msgstr ""
2665
  "можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/"
2666
  "\" target=\"_blank\">здесь</a>"
2667
 
2668
- #: ../admin/like_buttons.php:456
2669
  msgid ""
2670
  "Specify a number. Increase in number will shift interface towards right and "
2671
  "decrease will shift it towards left. Number can be negative too."
@@ -2674,7 +2688,7 @@ msgstr ""
2674
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
2675
  "отрицательным."
2676
 
2677
- #: ../admin/like_buttons.php:476
2678
  msgid ""
2679
  "Specify a number. Increase in number will shift interface towards left and "
2680
  "decrease will shift it towards right. Number can be negative too."
@@ -2683,7 +2697,7 @@ msgstr ""
2683
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
2684
  "отрицательным."
2685
 
2686
- #: ../admin/like_buttons.php:495
2687
  msgid ""
2688
  "Specify a number. Increase in number will shift interface towards bottom and "
2689
  "decrease will shift it towards top."
@@ -2691,25 +2705,25 @@ msgstr ""
2691
  "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу "
2692
  "и уменьшать по отношению к верху. "
2693
 
2694
- #: ../admin/like_buttons.php:551
2695
  msgid "Specify the pages where you want to enable vertical interface"
2696
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
2697
 
2698
- #: ../admin/like_buttons.php:559
2699
  msgid "Hide like buttons on mobile devices"
2700
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
2701
 
2702
- #: ../admin/like_buttons.php:569
2703
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2704
  msgstr ""
2705
  "Если включено, то вертикальный интерфейс Нравится не будет отображаться на "
2706
  "мобильных устройствах"
2707
 
2708
- #: ../admin/like_buttons.php:594
2709
  msgid "Use shortlinks already installed, for tweet button"
2710
  msgstr "Эти короткие ссылки уже установлены, для кнопки Твитнуть"
2711
 
2712
- #: ../admin/like_buttons.php:604
2713
  msgid ""
2714
  "Allows for shortened URLs to be used when sharing content if a shortening "
2715
  "plugin is installed"
@@ -2717,15 +2731,15 @@ msgstr ""
2717
  "Позволяет использовать сокращенные ссылки если Поделиться, при условии что "
2718
  "плагин установлен."
2719
 
2720
- #: ../admin/like_buttons.php:612
2721
  msgid "Enable bit.ly url shortener for tweet button"
2722
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
2723
 
2724
- #: ../admin/like_buttons.php:630
2725
  msgid "bit.ly username"
2726
  msgstr "bit.ly пользователя"
2727
 
2728
- #: ../admin/like_buttons.php:640
2729
  #, php-format
2730
  msgid ""
2731
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2734,7 +2748,7 @@ msgstr ""
2734
  "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
2735
  "\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
2736
 
2737
- #: ../admin/like_buttons.php:659
2738
  #, php-format
2739
  msgid ""
2740
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2743,7 +2757,7 @@ msgstr ""
2743
  "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
2744
  "\">этой ссылке</a> , чтобы получить ваш ключ API"
2745
 
2746
- #: ../admin/like_buttons.php:704
2747
  #, php-format
2748
  msgid ""
2749
  "Enter the code of the language you want to use to render counters. You can "
@@ -2754,15 +2768,15 @@ msgstr ""
2754
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
2755
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
2756
 
2757
- #: ../admin/like_buttons.php:713
2758
  msgid "Twitter Username"
2759
  msgstr "Имя в Твитере "
2760
 
2761
- #: ../admin/like_buttons.php:719
2762
  msgid "Twitter username for Tweet (without @)"
2763
  msgstr "Имя в Твитере для Твитнуть (без @)"
2764
 
2765
- #: ../admin/like_buttons.php:729
2766
  msgid ""
2767
  "Provided username will be appended after the content being tweeted as \"via "
2768
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2770,11 +2784,11 @@ msgstr ""
2770
  "Используемое имя пользователя будет показано после твита как \"via @USERNAME"
2771
  "\". Оставьте пустым если не хотите отображать имя."
2772
 
2773
- #: ../admin/like_buttons.php:738
2774
  msgid "Twitter username for Buffer sharing (without @)"
2775
  msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
2776
 
2777
- #: ../admin/like_buttons.php:748
2778
  msgid ""
2779
  "Provided username will be appended after the content in Buffer sharing as "
2780
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2782,7 +2796,7 @@ msgstr ""
2782
  "Используемое имя пользователя будет показано в Buffer после Поделиться как "
2783
  "\"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
2784
 
2785
- #: ../admin/like_buttons.php:795
2786
  msgid "Like Buttons Shortcode & Widget"
2787
  msgstr "Шорткод и виджет Нравится"
2788
 
@@ -2817,27 +2831,27 @@ msgstr "Неверный Запрос!"
2817
  msgid "Providers not selected"
2818
  msgstr "Сервисы не выбраны"
2819
 
2820
- #: ../inc/social_login.php:720
2821
  msgid "Email"
2822
  msgstr "Email"
2823
 
2824
- #: ../inc/social_login.php:721
2825
  msgid "Confirm email"
2826
  msgstr "Подтвердить e-mail"
2827
 
2828
- #: ../inc/social_login.php:723
2829
  msgid "Save"
2830
  msgstr "Сохранить"
2831
 
2832
- #: ../inc/social_login.php:724
2833
  msgid "Cancel"
2834
  msgstr "Отменить"
2835
 
2836
- #: ../inc/social_login.php:798
2837
  msgid "Email Verification"
2838
  msgstr "Подтверждение адреса электронной почты"
2839
 
2840
- #: ../inc/social_login.php:800
2841
  msgid ""
2842
  "Please click on the following link or paste it in browser to verify your "
2843
  "email"
@@ -2878,18 +2892,18 @@ msgstr "Название (до логина):"
2878
  msgid "Title (after login):"
2879
  msgstr "Название (после логина):"
2880
 
2881
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2882
- #: ../inc/widget.php:899
2883
  msgid "Before widget content:"
2884
  msgstr "Перед содержимым виджета"
2885
 
2886
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2887
- #: ../inc/widget.php:961
2888
  msgid "After widget content:"
2889
  msgstr "После содержимого виджета"
2890
 
2891
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2892
- #: ../inc/widget.php:588 ../inc/widget.php:751
2893
  msgid "Hide for logged in users:"
2894
  msgstr "Скрыть для зарегистрированных пользователей"
2895
 
@@ -2902,7 +2916,7 @@ msgstr ""
2902
  "использовать Поделиться содержимым в популярных социальных сетях типа "
2903
  "Facebook, Twitter, Tumblr, Google+ и многих других."
2904
 
2905
- #: ../inc/widget.php:239
2906
  msgid ""
2907
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2908
  "Social Sharing\" page."
@@ -2910,24 +2924,24 @@ msgstr ""
2910
  "Убедитесь что стандартные кнопки Поделиться включены на странице Super "
2911
  "Socializer > Поделиться"
2912
 
2913
- #: ../inc/widget.php:240 ../inc/widget.php:574
2914
  msgid "Title:"
2915
  msgstr "Заголовок:"
2916
 
2917
- #: ../inc/widget.php:242 ../inc/widget.php:408
2918
  msgid "Show individual share counts:"
2919
  msgstr "Показать индвидуальные счетчики Поделиться"
2920
 
2921
- #: ../inc/widget.php:244 ../inc/widget.php:410
2922
  msgid "Show total shares:"
2923
  msgstr "Показать общее количество Поделиться"
2924
 
2925
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2926
- #: ../inc/widget.php:724
2927
  msgid "Target Url:"
2928
  msgstr "Целевой URL:"
2929
 
2930
- #: ../inc/widget.php:277
2931
  msgid ""
2932
  "Floating sharing widget. Let your website users share content on popular "
2933
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
@@ -2936,7 +2950,7 @@ msgstr ""
2936
  "использовать Поделиться содержимым в популярных социальных сетях типа "
2937
  "Facebook, Twitter, Tumblr, Google+ и многих других."
2938
 
2939
- #: ../inc/widget.php:407
2940
  msgid ""
2941
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2942
  "Social Sharing\" page."
@@ -2944,23 +2958,23 @@ msgstr ""
2944
  "Убедитесь что плавающие кнопкии Поделиться включены на странице Super "
2945
  "Socializer > Поделиться."
2946
 
2947
- #: ../inc/widget.php:420 ../inc/widget.php:732
2948
  msgid "Alignment"
2949
  msgstr "Выравнивание"
2950
 
2951
- #: ../inc/widget.php:426 ../inc/widget.php:738
2952
  msgid "Left Offset"
2953
  msgstr "Смещение влево"
2954
 
2955
- #: ../inc/widget.php:430 ../inc/widget.php:742
2956
  msgid "Right Offset"
2957
  msgstr "Смещение вправо"
2958
 
2959
- #: ../inc/widget.php:433 ../inc/widget.php:745
2960
  msgid "Top Offset"
2961
  msgstr "Верхний отступ"
2962
 
2963
- #: ../inc/widget.php:458
2964
  msgid ""
2965
  "Standard like buttons widget. Let your website users share/like content on "
2966
  "popular Social networks like Facebook, Twitter, Google+ and many more"
@@ -2969,7 +2983,7 @@ msgstr ""
2969
  "использовать Поделиться/Нравится чтобы поделиться содержиым в популярных "
2970
  "социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих других."
2971
 
2972
- #: ../inc/widget.php:573
2973
  msgid ""
2974
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2975
  "Like Buttons\" page."
@@ -2977,7 +2991,7 @@ msgstr ""
2977
  "Убедитесь что стандартные кнопки Нравится включены на странице Super "
2978
  "Socializer > Нравится."
2979
 
2980
- #: ../inc/widget.php:607
2981
  msgid ""
2982
  "Floating like buttons widget. Let your website users share/like content on "
2983
  "popular Social networks like Facebook, Twitter, Google+ and many more"
@@ -2987,7 +3001,7 @@ msgstr ""
2987
  "популярных социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих "
2988
  "других."
2989
 
2990
- #: ../inc/widget.php:723
2991
  msgid ""
2992
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
2993
  "Like Buttons\" page."
@@ -2995,97 +3009,110 @@ msgstr ""
2995
  "Убедитесь что плавающие кнопки Нравится включены на странице Super "
2996
  "Socializer > Нравится."
2997
 
2998
- #: ../inc/widget.php:767
2999
  #, fuzzy
3000
  msgid "Super Socializer - Follow Icons"
3001
  msgstr "Super Socializer - Вход"
3002
 
3003
- #: ../inc/widget.php:769
3004
  #, fuzzy
3005
  msgid "These icons link to your Social Media accounts"
3006
  msgstr "Вход через соцсети"
3007
 
3008
- #: ../inc/widget.php:903
3009
  #, fuzzy
3010
  msgid "Size of icons"
3011
  msgstr "Размер кнопок Поделиться"
3012
 
3013
- #: ../inc/widget.php:905
3014
  #, fuzzy
3015
  msgid "Icon Shape"
3016
  msgstr "Форма"
3017
 
3018
- #: ../inc/widget.php:910
3019
  #, fuzzy
3020
  msgid "Facebook URL:"
3021
  msgstr "Facebook App ID"
3022
 
3023
- #: ../inc/widget.php:913
3024
  #, fuzzy
3025
  msgid "Twitter URL:"
3026
  msgstr "Twitter"
3027
 
3028
- #: ../inc/widget.php:916
3029
  #, fuzzy
3030
  msgid "Instagram URL:"
3031
  msgstr "Instagram"
3032
 
3033
- #: ../inc/widget.php:919
3034
  msgid "Pinterest URL:"
3035
  msgstr ""
3036
 
3037
- #: ../inc/widget.php:922
3038
  msgid "Behance URL:"
3039
  msgstr ""
3040
 
3041
- #: ../inc/widget.php:925
3042
  msgid "Flickr URL:"
3043
  msgstr ""
3044
 
3045
- #: ../inc/widget.php:928
3046
  msgid "Foursquare URL:"
3047
  msgstr ""
3048
 
3049
- #: ../inc/widget.php:931
3050
  msgid "Github URL:"
3051
  msgstr ""
3052
 
3053
- #: ../inc/widget.php:934
3054
  #, fuzzy
3055
  msgid "Google+ URL:"
3056
  msgstr "Google+"
3057
 
3058
- #: ../inc/widget.php:937
3059
  #, fuzzy
3060
  msgid "LinkedIn URL:"
3061
  msgstr "LinkedIn"
3062
 
3063
- #: ../inc/widget.php:940
3064
  #, fuzzy
3065
  msgid "LinkedIn Company URL:"
3066
  msgstr "LinkedIn"
3067
 
3068
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
3069
  msgid "Snapchat URL:"
3070
  msgstr ""
3071
 
3072
- #: ../inc/widget.php:946
3073
  msgid "Tumblr URL:"
3074
  msgstr ""
3075
 
3076
- #: ../inc/widget.php:949
3077
  msgid "Vimeo URL:"
3078
  msgstr ""
3079
 
3080
- #: ../inc/widget.php:952
 
 
 
 
 
3081
  msgid "Youtube URL:"
3082
  msgstr ""
3083
 
3084
- #: ../inc/widget.php:955
3085
  msgid "Youtube Channel URL:"
3086
  msgstr ""
3087
 
3088
- #: ../inc/widget.php:958
3089
  msgid "RSS Feed URL:"
3090
  msgstr ""
3091
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:44+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:44+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
+ #: ../super_socializer.php:872 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
120
+ #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
+ #: ../super_socializer.php:1296 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
+ #: ../super_socializer.php:1307 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
+ #: ../super_socializer.php:1311 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
346
  msgid "Account already exists or linked"
347
  msgstr "Аккаунт уже существует или связан"
348
 
349
+ #: ../helper.php:627 ../helper.php:633
350
  msgid "Currently"
351
  msgstr "На данный момент"
352
 
353
+ #: ../helper.php:627 ../helper.php:633
354
  msgid "Connected with"
355
  msgstr "Авторизоваться с помощью"
356
 
357
+ #: ../helper.php:627 ../helper.php:633
358
  msgid "Remove"
359
  msgstr "Удалить"
360
 
361
+ #: ../helper.php:704
362
  msgid "Social Account Linking"
363
  msgstr "Ссылки на социальный аккаунт"
364
 
365
+ #: ../helper.php:754
366
  msgid "Disable Standard Social Sharing on this "
367
  msgstr "Отключить стандартный блок Поделиться на этом"
368
 
369
+ #: ../helper.php:759
370
  msgid "Disable Floating Social Sharing on this "
371
  msgstr "Отключить плавающий блок Поделиться на этом"
372
 
373
+ #: ../helper.php:764
374
  msgid "Disable Standard like buttons on this "
375
  msgstr "Откдючить стандартные кнопки Нравится на этом"
376
 
377
+ #: ../helper.php:769
378
  msgid "Disable Floating like buttons on this "
379
  msgstr "Откдючить плавающие кнопки Нравится на этом"
380
 
381
+ #: ../helper.php:774
382
  msgid "Disable Social Commenting on this "
383
  msgstr "Деактивировать социальное комментироване"
384
 
385
+ #: ../helper.php:783
386
  msgid "Standard Sharing Interface"
387
  msgstr "Стандартный интерфейс Поделиться"
388
 
389
+ #: ../helper.php:789 ../helper.php:808
390
  msgid "Starting share count for "
391
  msgstr "Запустить счетчик поделиться для"
392
 
393
+ #: ../helper.php:802
394
  msgid "Floating Sharing Interface"
395
  msgstr "Плавающий интерфейс Поделиться"
396
 
397
+ #: ../helper.php:905
398
  msgid "Small Avatar"
399
  msgstr "Небольшой аватар"
400
 
401
+ #: ../helper.php:909
402
  msgid "Large Avatar"
403
  msgstr "Большой аватар"
404
 
405
+ #: ../helper.php:913 ../admin/general_options.php:132
406
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
407
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
408
  msgid "Save Changes"
409
  msgstr "Сохранить изменения"
410
 
411
+ #: ../helper.php:1013
412
  msgid "Click to delete social profile data"
413
  msgstr ""
414
 
415
+ #: ../helper.php:1042
416
  #, fuzzy
417
  msgid "Deleting"
418
  msgstr "Настройки"
419
 
420
+ #: ../helper.php:1052
421
  msgid "Deleted"
422
  msgstr ""
423
 
424
+ #: ../helper.php:1054
425
  msgid "Something bad happened"
426
  msgstr ""
427
 
428
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
429
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
430
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
431
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
432
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
433
+ #, fuzzy, php-format
434
+ msgid ""
435
+ "You can appreciate the effort put in this free plugin by rating it <a href="
436
+ "\"%s\" target=\"_blank\">here</a>"
437
+ msgstr ""
438
+ "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a "
439
+ "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
440
+ "Twitter."
441
+
442
+ #: ../admin/general_options.php:21
443
  msgid "Include Javascript in website footer"
444
  msgstr "Включить Javascriptв подвале(футере) сайта"
445
 
446
+ #: ../admin/general_options.php:31
447
  msgid ""
448
  "If enabled (recommended), Javascript files will be included in the footer of "
449
  "your website."
451
  "Если этот параметр включен (рекомендуется), Javascript файлы будут включены "
452
  "в нижней части вашего сайта."
453
 
454
+ #: ../admin/general_options.php:39
455
  msgid "Load all Javascript files in single file"
456
  msgstr "Загрузить все файлы Javascript в одном файле"
457
 
458
+ #: ../admin/general_options.php:49
459
  msgid "Loads Javascript in single request."
460
  msgstr "Загружает Javascript в одном запросе."
461
 
462
+ #: ../admin/general_options.php:57
463
  msgid "Delete all the options on plugin deletion"
464
  msgstr "Удалить все настройки при удалении плагина"
465
 
466
+ #: ../admin/general_options.php:67
467
  msgid ""
468
  "If enabled, plugin options will get deleted when plugin is deleted/"
469
  "uninstalled and you will need to reconfigure the options when you install "
473
  "переустановлен, и вы должны будете перенастроить параметры при установке "
474
  "плагина в следующий раз."
475
 
476
+ #: ../admin/general_options.php:75
477
  msgid ""
478
  "Show popup notification to users if their browsers block the plugin features"
479
  msgstr ""
480
  "Показать всплывающее уведомление для пользователей, если их браузеры "
481
  "блокируют функции плагина"
482
 
483
+ #: ../admin/general_options.php:85
484
  #, fuzzy
485
  msgid ""
486
  "If enabled, your website visitors will see a popup notification (only once) "
491
  "их браузеры блокируют любую из функций плагина, так что они могут изменить "
492
  "свои настройки браузера, чтобы разблокировать функции."
493
 
494
+ #: ../admin/general_options.php:95
495
  msgid "Message to show in popup notification"
496
  msgstr "Сообщение для показа в всплывающем окне"
497
 
498
+ #: ../admin/general_options.php:105
499
  msgid ""
500
  "Use {support_url} placeholder to show support documentation url in message"
501
  msgstr ""
502
  "Используйте {support_url} для отображения URL-адреса технической "
503
  "документации в сообщении"
504
 
505
+ #: ../admin/general_options.php:114
506
  msgid "Custom CSS"
507
  msgstr "Пользовательские CSS"
508
 
509
+ #: ../admin/general_options.php:124
510
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
511
  msgstr ""
512
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
513
 
514
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
515
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
516
+ #: ../admin/like_buttons.php:836
517
  #, fuzzy
518
  msgid "Instagram Shoutout"
519
  msgstr "Instagram"
520
 
521
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
522
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
523
+ #: ../admin/like_buttons.php:838
524
  msgid ""
525
  "If you can send (to hello@heateor.com) how our plugin is helping your "
526
  "business, we can share it on Instagram. You can also send any relevant "
527
  "hashtags and people to mention in the Instagram post."
528
  msgstr ""
529
 
530
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
531
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
532
+ #: ../admin/like_buttons.php:839
533
  msgid ""
534
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
535
  "language courses through their website. They have emerged as one of the most "
538
  "time."
539
  msgstr ""
540
 
541
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
542
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
543
+ #: ../admin/like_buttons.php:840
544
  msgid ""
545
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
546
  "features at their website, such as - Social Login, Social Share and Social "
581
  msgid "Translate Plugin"
582
  msgstr ""
583
 
584
+ #: ../admin/help.php:37 ../admin/social_login.php:58
585
  #, fuzzy
586
  msgid "Customize Social Login Icons"
587
  msgstr "Параметры входа через соцсети"
642
  msgid "Rate 5-star"
643
  msgstr "Оценить 5-бальной шкале"
644
 
645
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
646
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
647
  msgid "Master Control"
648
  msgstr "Мастер настроек"
649
 
650
+ #: ../admin/social_sharing.php:18
651
  msgid "Enable Social Sharing"
652
  msgstr "Активировать Поделиться в социальных сетях"
653
 
654
+ #: ../admin/social_sharing.php:27
655
  msgid "Master control to enable Social Sharing"
656
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
657
 
658
+ #: ../admin/social_sharing.php:37
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 "Выбор тем"
665
 
666
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
667
  msgid "Standard Interface"
668
  msgstr "Стандартный интерфейс"
669
 
670
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
671
  msgid "Floating Interface"
672
  msgstr "Плавающий интерфейс"
673
 
674
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
675
  msgid "Miscellaneous"
676
  msgstr "Разное"
677
 
678
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
679
  #, fuzzy
680
  msgid "3rd Party Integration"
681
  msgstr "XProfile интеграция"
682
 
683
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
684
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
685
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
686
+ #: ../admin/like_buttons.php:797
687
  msgid "Shortcode & Widget"
688
  msgstr "Шорткод и виджет"
689
 
690
+ #: ../admin/social_sharing.php:57
691
  msgid "Troubleshooter"
692
  msgstr "Устранение неисправностей"
693
 
694
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
695
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
696
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
697
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
698
  msgid "FAQ"
699
  msgstr "Часто задаваемые вопросы (FAQ)"
700
 
701
+ #: ../admin/social_sharing.php:66
702
  msgid "Standard interface theme"
703
  msgstr "Стандартный интерфейс"
704
 
705
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
706
  msgid "Icon Preview"
707
  msgstr "Превью иконок"
708
 
709
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
710
  msgid ""
711
  "Do not forget to save the configuration after making changes by clicking the "
712
  "save button below"
714
  "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже "
715
  "кнопку сохранить"
716
 
717
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
718
  msgid "Shape"
719
  msgstr "Форма"
720
 
721
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
722
+ #: ../inc/widget.php:927
723
  msgid "Round"
724
  msgstr "Круглая"
725
 
726
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
727
+ #: ../inc/widget.php:928
728
  msgid "Square"
729
  msgstr "Квадратная"
730
 
731
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
732
  msgid "Rectangle"
733
  msgstr "Прямоугольник"
734
 
735
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
736
  msgid "Shape of the sharing icons"
737
  msgstr "Форма кнопок Поделиться"
738
 
739
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
740
  msgid "Size (in pixels)"
741
  msgstr "Размер (в пикселях)"
742
 
743
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
744
  msgid "Size of the sharing icons"
745
  msgstr "Размер кнопок Поделиться"
746
 
747
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
748
  msgid "Width (in pixels)"
749
  msgstr "Ширина (в пикселях)"
750
 
751
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
752
  msgid "Width of the sharing icons"
753
  msgstr "Ширина иконок поделиться"
754
 
755
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
756
  msgid "Height (in pixels)"
757
  msgstr "Высота (в пикселях)"
758
 
759
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
760
  msgid "Height of the sharing icons"
761
  msgstr "Высота кнопок Поделиться"
762
 
763
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
764
  msgid "Border radius (in pixels)"
765
  msgstr "Радиус рамки (в пикселях)"
766
 
767
+ #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
768
  msgid ""
769
  "Specify a value for rounded corners. More the value, more rounded will the "
770
  "corners be. Leave empty for sharp corners."
772
  "Укажите значение для закругленных углов. Чем больше значение параметра, "
773
  "более округлыми будут углы. Оставьте пустым для прямых углов."
774
 
775
+ #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
776
  msgid "Logo Color"
777
  msgstr "Цвет логотипа"
778
 
779
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
780
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
781
+ #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
782
  msgid "Default"
783
  msgstr "По умолчанию"
784
 
785
+ #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
786
+ #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
787
+ #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
788
  msgid "On Hover"
789
  msgstr "При наведении"
790
 
791
+ #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
792
  msgid ""
793
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
794
  "empty for default. You can get the hex code of the required color from <a "
799
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
800
  "\">здесь</a>"
801
 
802
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
803
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
804
+ #: ../inc/widget.php:444 ../inc/widget.php:756
805
  msgid "Background Color"
806
  msgstr "Цвет фона"
807
 
808
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
809
  msgid ""
810
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
811
  "\"transparent\" for transparent background. Leave empty for default. You can "
817
  "шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
818
  "\">здесь</a>"
819
 
820
+ #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
821
  msgid "Border"
822
  msgstr "Рамка"
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 "Ширина рамки"
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 "Цвет рамки"
833
 
834
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
835
  msgid "Icon border"
836
  msgstr "Иконка рамки"
837
 
838
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
839
  msgid "Counter Position"
840
  msgstr "Позиция счетчика"
841
 
842
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
843
  msgid "(applies, if counter enabled)"
844
  msgstr "(применяется, если счетчик включен)"
845
 
846
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
847
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
848
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
849
+ #: ../inc/widget.php:430 ../inc/widget.php:742
850
  msgid "Left"
851
  msgstr "Слева"
852
 
853
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
854
  msgid "Top"
855
  msgstr "Сверху"
856
 
857
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
858
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
859
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
860
+ #: ../inc/widget.php:431 ../inc/widget.php:743
861
  msgid "Right"
862
  msgstr "Справа"
863
 
864
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
865
  msgid "Bottom"
866
  msgstr "Снизу"
867
 
868
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
869
  msgid "Inner Left"
870
  msgstr "Отступ слева"
871
 
872
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
873
  msgid "Inner Top"
874
  msgstr "Верхний отступ"
875
 
876
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
877
  msgid "Inner Right"
878
  msgstr "Внутренний отступ справа"
879
 
880
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
881
  msgid "Inner Bottom"
882
  msgstr "Нижний отступ"
883
 
884
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
885
  msgid "Position of share counter"
886
  msgstr "Положение счетчика Поделиться"
887
 
888
+ #: ../admin/social_sharing.php:373
889
  msgid "Floating interface theme"
890
  msgstr "Плавающий интерфейс Поделиться"
891
 
892
+ #: ../admin/social_sharing.php:686
893
  msgid "Standard Sharing Interface Options"
894
  msgstr "Стандартные параметры интерфейса"
895
 
896
+ #: ../admin/social_sharing.php:692
897
  msgid "Enable Standard sharing interface"
898
  msgstr "Включить стандартный интерфейс Поделиться"
899
 
900
+ #: ../admin/social_sharing.php:702
901
  msgid "Master control to enable standard sharing"
902
  msgstr "Мастер настройки включения стандартных опций Поделиться"
903
 
904
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
905
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
906
  msgid "Target Url"
907
  msgstr "Целевой URL:"
908
 
909
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
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-адрес веб-страницы, где расположены значки (по умолчанию)"
913
 
914
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
915
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
916
  msgid "Url of the homepage of your website"
917
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
918
 
919
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
920
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
921
  msgid "Custom url"
922
  msgstr "Пользовательская ссылка"
923
 
924
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
925
  msgid "Url to share"
926
  msgstr "Ссылка чтобы Поделиться"
927
 
928
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
929
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
930
+ #: ../inc/widget.php:921
931
  msgid "Title"
932
  msgstr "Заголовок"
933
 
934
+ #: ../admin/social_sharing.php:745
935
  msgid "The text to display above the sharing interface"
936
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
937
 
938
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
939
  msgid "Instagram username"
940
  msgstr "Введите имя пользователя Instagram."
941
 
942
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
943
  msgid ""
944
  "Username of the Instagram account you want to redirect users to, on clicking "
945
  "the icon"
947
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
948
  "перенаправить пользователей, по нажатию на иконку"
949
 
950
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
951
  #, fuzzy
952
  msgid "HTML ID of container element of comment form"
953
  msgstr "HTML-идентификатор форма комментария контейнер"
954
 
955
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
956
  msgid ""
957
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
958
  "icon."
959
  msgstr ""
960
 
961
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
962
  msgid "Rearrange icons"
963
  msgstr "Переставить иконы"
964
 
965
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
966
  msgid "Drag the icons to rearrange in desired order"
967
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
968
 
969
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
970
  msgid "Select Sharing Services"
971
  msgstr "Выберите сервисы Поделиться"
972
 
973
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
974
  msgid "Select sharing services to show in social share bar"
975
  msgstr "Выберите сервисы для показа в панели шейринга"
976
 
977
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
978
  msgid "Search social network"
979
  msgstr ""
980
 
981
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
982
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
983
  msgid "Horizontal alignment"
984
  msgstr "Горизонтальное выравнивание"
985
 
986
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
987
  msgid "Center"
988
  msgstr "Центр"
989
 
990
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
991
  msgid "Horizontal alignment of the sharing interface"
992
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
993
 
994
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
995
  msgid "Position with respect to content"
996
  msgstr "Позиция относительно контента"
997
 
998
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
999
  msgid "Top of the content"
1000
  msgstr "Над содержимым"
1001
 
1002
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1003
  msgid "Bottom of the content"
1004
  msgstr "Под содержимым"
1005
 
1006
+ #: ../admin/social_sharing.php:960
1007
  msgid "Specify position of the sharing interface with respect to the content"
1008
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
1009
 
1010
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1011
  msgid "Placement"
1012
  msgstr "Размещение"
1013
 
1014
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1015
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1016
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1017
  msgid "Homepage"
1018
  msgstr "Главная"
1019
 
1020
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1021
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1022
  msgid "Posts"
1023
  msgstr "Записи"
1024
 
1025
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1026
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1027
  msgid "Pages"
1028
  msgstr "Страницы"
1029
 
1030
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1031
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1032
  msgid "Excerpts and Posts page"
1033
  msgstr "Страницы анонсов и страниц"
1034
 
1035
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1036
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1037
  msgid "Category Archives"
1038
  msgstr "Архивы категорий"
1039
 
1040
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1041
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1042
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1043
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
1044
 
1045
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1046
  msgid "BuddyPress activity"
1047
  msgstr "BuddyPress активность"
1048
 
1049
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1050
  msgid "BuddyPress group (only at top of content)"
1051
  msgstr "BuddyPress группы (только в верхней части контента)"
1052
 
1053
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1054
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1055
  msgid "BBPress forum"
1056
  msgstr "BBPress форум"
1057
 
1058
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1059
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1060
  msgid "BBPress topic"
1061
  msgstr "BBPress тема"
1062
 
1063
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1064
  msgid "BBPress reply"
1065
  msgstr "BBPress ответ"
1066
 
1067
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1068
  msgid "After individual product at WooCommerce Shop page"
1069
  msgstr "После индивидуального продукта на странице магазина"
1070
 
1071
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1072
  msgid "WooCommerce Product Page"
1073
  msgstr "Продукт Woocommerce"
1074
 
1075
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1076
  msgid "WooCommerce Thankyou Page"
1077
  msgstr "WooCommerce страница благодарности"
1078
 
1079
+ #: ../admin/social_sharing.php:1036
1080
  msgid "Specify the pages where you want to enable Sharing interface"
1081
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
1082
 
1083
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1084
  msgid "Show share counts"
1085
  msgstr "Показать счетчик кнопок Поделиться"
1086
 
1087
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1088
  #, fuzzy
1089
  msgid ""
1090
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1093
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
1094
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
1095
 
1096
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1097
  #, php-format
1098
  msgid ""
1099
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1102
  "their website."
1103
  msgstr ""
1104
 
1105
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1106
  msgid "If enabled, share counts are displayed above sharing icons."
1107
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
1108
 
1109
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1110
  msgid "Show total shares"
1111
  msgstr "Включить общее количество Поделиться"
1112
 
1113
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1114
  msgid "If enabled, total shares will be displayed with sharing icons"
1115
  msgstr ""
1116
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
1117
  "Поделиться"
1118
 
1119
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1120
  msgid "Enable 'More' icon"
1121
  msgstr "Включить значок «Больше»"
1122
 
1123
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1124
  msgid ""
1125
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1126
  "which shows additional sharing networks in popup"
1128
  "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая "
1129
  "показывает дополнительные сервисы в всплывающем окне"
1130
 
1131
+ #: ../admin/social_sharing.php:1112
1132
  msgid "Floating Sharing Interface Options"
1133
  msgstr "Параметры плавающих кнопок Поделиться"
1134
 
1135
+ #: ../admin/social_sharing.php:1118
1136
  msgid "Enable Floating sharing interface"
1137
  msgstr "Включить интерфейс плавающих кнопок Поделиться"
1138
 
1139
+ #: ../admin/social_sharing.php:1128
1140
  msgid "Master control to enable floating sharing widget"
1141
  msgstr "Мастер управления включения плавающего виджета Поделиться"
1142
 
1143
+ #: ../admin/social_sharing.php:1322
1144
  msgid ""
1145
  "Specify the color or hex code (example #cc78e0) for the background of "
1146
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1152
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
1153
  "com/\" target=\"_blank\">здесь</a>"
1154
 
1155
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1156
  msgid "Left offset"
1157
  msgstr "Смещение влево"
1158
 
1159
+ #: ../admin/social_sharing.php:1362
1160
  msgid ""
1161
  "Specify a number. Increase in number will shift sharing interface towards "
1162
  "right and decrease will shift it towards left. Number can be negative too."
1165
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
1166
  "может быть отрицательным."
1167
 
1168
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1169
  msgid "Right offset"
1170
  msgstr "Смещение вправо"
1171
 
1172
+ #: ../admin/social_sharing.php:1382
1173
  msgid ""
1174
  "Specify a number. Increase in number will shift sharing interface towards "
1175
  "left and decrease will shift it towards right. Number can be negative too."
1178
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
1179
  "может быть отрицательным."
1180
 
1181
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1182
  msgid "Top offset"
1183
  msgstr "Верхний отступ"
1184
 
1185
+ #: ../admin/social_sharing.php:1401
1186
  msgid ""
1187
  "Specify a number. Increase in number will shift sharing interface towards "
1188
  "bottom and decrease will shift it towards top."
1190
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
1191
  "отношению к низу и уменьшать по отношению к верху. "
1192
 
1193
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1194
  msgid "BuddyPress group"
1195
  msgstr "BuddyPress группа"
1196
 
1197
+ #: ../admin/social_sharing.php:1458
1198
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1199
  msgstr ""
1200
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
1201
 
1202
+ #: ../admin/social_sharing.php:1525
1203
  msgid "Vertical floating bar responsiveness"
1204
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1205
 
1206
+ #: ../admin/social_sharing.php:1528
1207
  #, php-format
1208
  msgid "Display vertical interface only when screen is wider than %s pixels"
1209
  msgstr ""
1210
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
1211
  "пикселей."
1212
 
1213
+ #: ../admin/social_sharing.php:1535
1214
  msgid ""
1215
  "Display vertical interface only when screen is wider than the width "
1216
  "specified."
1218
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
1219
  "ширина по умолчанию."
1220
 
1221
+ #: ../admin/social_sharing.php:1543
1222
  msgid "Horizontal floating bar responsiveness"
1223
  msgstr "Отзывчивость вертикальных плавающих кнопок"
1224
 
1225
+ #: ../admin/social_sharing.php:1546
1226
  #, php-format
1227
  msgid ""
1228
  "Stick vertical floating interface horizontally at bottom only when screen is "
1231
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1232
  "уже чем %s пикселей"
1233
 
1234
+ #: ../admin/social_sharing.php:1553
1235
  msgid ""
1236
  "Stick vertical floating interface horizontally at bottom only when screen is "
1237
  "narrower than the width specified"
1239
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
1240
  "уже чем указанная ширина"
1241
 
1242
+ #: ../admin/social_sharing.php:1563
1243
  msgid "Horizontal floating bar position"
1244
  msgstr "Расположение горизонтальной плавающей панели"
1245
 
1246
+ #: ../admin/social_sharing.php:1566
1247
  #, php-format
1248
  msgid "%s pixels from %s"
1249
  msgstr "%s пикселей от %s"
1250
 
1251
+ #: ../admin/social_sharing.php:1567
1252
  msgid "Auto-adjust according to screen width (responsive)"
1253
  msgstr ""
1254
 
1255
+ #: ../admin/social_sharing.php:1574
1256
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1257
  msgstr ""
1258
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
1259
  "отрицательным."
1260
 
1261
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1262
  msgid "Url shortener"
1263
  msgstr "Укорачивание URL"
1264
 
1265
+ #: ../admin/social_sharing.php:1600
1266
  msgid "Use shortlinks already installed"
1267
  msgstr "Использование коротких ссылок уже установлено"
1268
 
1269
+ #: ../admin/social_sharing.php:1610
1270
  msgid "Uses default short url permalinks without using any additional plugin"
1271
  msgstr ""
1272
  "Использует по умолчанию постоянные короткие url без использования каких-"
1273
  "либо дополнительных плагинов"
1274
 
1275
+ #: ../admin/social_sharing.php:1618
1276
  msgid "Enable bit.ly url shortener for sharing"
1277
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
1278
 
1279
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1280
  msgid "Master control to enable bit.ly url shortening for sharing"
1281
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
1282
 
1283
+ #: ../admin/social_sharing.php:1636
1284
  msgid "bit.ly Login"
1285
  msgstr "bit.ly логин"
1286
 
1287
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1288
  #, fuzzy, php-format
1289
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1290
  msgstr ""
1292
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1293
  "Twitter."
1294
 
1295
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1296
  msgid "bit.ly API Key"
1297
  msgstr "bit.ly ключ приложения"
1298
 
1299
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1300
  msgid "Clear Bitly Cache"
1301
  msgstr "Очистить Bitly кэш"
1302
 
1303
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1304
  msgid "ShortUrl cache cleared successfully."
1305
  msgstr "ShortUrl кэш успешно очищен."
1306
 
1307
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1308
  msgid ""
1309
  "Use this to delete short urls saved in database. Handy, if urls of your "
1310
  "website have been changed but short urls are still being generated for old "
1314
  "Удобно, если URL-адреса вашего веб-сайта были изменены, но короткие URL-"
1315
  "адреса по-прежнему создаются для старых URL-адресов."
1316
 
1317
+ #: ../admin/social_sharing.php:1694
1318
  msgid "Share Count Cache"
1319
  msgstr "Кэш счетчиков поделиться"
1320
 
1321
+ #: ../admin/social_sharing.php:1700
1322
  msgid "Refresh Share Count cache every"
1323
  msgstr "Обновить кэш счетчиков Поделиться"
1324
 
1325
+ #: ../admin/social_sharing.php:1705
1326
  msgid "Second(s)"
1327
  msgstr "Секунд"
1328
 
1329
+ #: ../admin/social_sharing.php:1706
1330
  msgid "Minute(s)"
1331
  msgstr "Минут"
1332
 
1333
+ #: ../admin/social_sharing.php:1707
1334
  msgid "Hour(s)"
1335
  msgstr "Часов"
1336
 
1337
+ #: ../admin/social_sharing.php:1708
1338
  msgid "Day(s)"
1339
  msgstr "Дней"
1340
 
1341
+ #: ../admin/social_sharing.php:1716
1342
  #, fuzzy, php-format
1343
  msgid ""
1344
  "Frequent cache refreshing results in slower loading of pages with share "
1348
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
1349
  "включенными счетчиками Поделиться"
1350
 
1351
+ #: ../admin/social_sharing.php:1724
1352
  msgid "Clear Share Counts Cache"
1353
  msgstr "Очистить кэш счетчиков Поделиться"
1354
 
1355
+ #: ../admin/social_sharing.php:1728
1356
  msgid "Share Counts cache cleared successfully."
1357
  msgstr "Share Counts кэш успешно очищен."
1358
 
1359
+ #: ../admin/social_sharing.php:1735
1360
  msgid "Use this to clear cached share counts"
1361
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
1362
 
1363
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1364
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1365
+ #: ../admin/like_buttons.php:698
1366
  msgid "Language"
1367
  msgstr "Язык"
1368
 
1369
+ #: ../admin/social_sharing.php:1760
1370
  #, php-format
1371
  msgid ""
1372
  "Enter the code of the language you want to use for like buttons. You can "
1377
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
1378
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
1379
 
1380
+ #: ../admin/social_sharing.php:1769
1381
  msgid "Username in sharing"
1382
  msgstr "Имя пользователя чтобы поделиться"
1383
 
1384
+ #: ../admin/social_sharing.php:1775
1385
  msgid "Twitter username (without @)"
1386
  msgstr "Twitter имя пользователя (без @)"
1387
 
1388
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1389
  msgid ""
1390
  "Provided username will be appended after the content being shared as \"via "
1391
  "@USERNAME\". Leave empty if you do not want any username in the content "
1394
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
1395
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
1396
 
1397
+ #: ../admin/social_sharing.php:1794
1398
  msgid "Buffer username (without @)"
1399
  msgstr "Имя пользователя в Twitter (без @)"
1400
 
1401
+ #: ../admin/social_sharing.php:1813
1402
  msgid "AMP"
1403
  msgstr "AMP"
1404
 
1405
+ #: ../admin/social_sharing.php:1819
1406
  msgid "Enable sharing on AMP pages"
1407
  msgstr "Разрешить общий доступ на страницах AMP"
1408
 
1409
+ #: ../admin/social_sharing.php:1829
1410
  msgid "Enable this option to render sharing icons on AMP pages"
1411
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
1412
 
1413
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1414
  msgid "myCRED"
1415
  msgstr ""
1416
 
1417
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1418
  msgid "Append myCRED referral ID to the urls being shared"
1419
  msgstr ""
1420
 
1421
+ #: ../admin/social_sharing.php:1887
1422
  msgid "Facebook Sharing Troubleshooter"
1423
  msgstr "Устранение неисправностей Поделиться от Facebook"
1424
 
1425
+ #: ../admin/social_sharing.php:1892
1426
  msgid ""
1427
  "If Facebook sharing is not working fine, click at the following link and "
1428
  "enter the problematic url (where Facebook sharing is not working properly) "
1434
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
1435
  "\"Получение информации о новой поломке\" ."
1436
 
1437
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1438
+ #: ../admin/social_login.php:1205
1439
  msgid ""
1440
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1441
  "an online website for the plugin to function properly."
1442
  msgstr ""
1443
 
1444
+ #: ../admin/social_sharing.php:1911
1445
  msgid "Why is Instagram icon redirecting to Instagram website?"
1446
  msgstr ""
1447
 
1448
+ #: ../admin/social_sharing.php:1912
1449
  msgid ""
1450
  "Instagram icon is there to send website visitors to the Instagram page of "
1451
  "your choice. You can save the desired Instagram handle in \"Instagram "
1453
  "sections."
1454
  msgstr ""
1455
 
1456
+ #: ../admin/social_sharing.php:1915
1457
  msgid ""
1458
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1459
  msgstr ""
1460
 
1461
+ #: ../admin/social_sharing.php:1916
1462
  msgid ""
1463
  "It takes some time for their service to track the shares made on Twitter "
1464
  "from your website. If you still feel it's taking too long you can contact "
1465
  "their support directly from their website."
1466
  msgstr ""
1467
 
1468
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1469
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1470
  msgstr ""
1471
 
1472
+ #: ../admin/social_sharing.php:1919
1473
  msgid ""
1474
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1475
  msgstr ""
1476
 
1477
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1478
+ #: ../admin/social_login.php:1211
1479
  msgid "Why is my browser blocking some features of the plugin?"
1480
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1481
 
1482
+ #: ../admin/social_sharing.php:1921
1483
  #, fuzzy
1484
  msgid "Why the color of share icons is not being updated?"
1485
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1486
 
1487
+ #: ../admin/social_sharing.php:1922
1488
  msgid ""
1489
  "Why is sharer not showing the correct image, title and other meta tags "
1490
  "content?"
1492
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
1493
  "мета данные контента? "
1494
 
1495
+ #: ../admin/social_sharing.php:1923
1496
  msgid "Why Facebook share counts are not appearing?"
1497
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1498
 
1499
+ #: ../admin/social_sharing.php:1924
1500
  msgid ""
1501
  "How can I show share counts of my website rather than of individual pages/"
1502
  "posts?"
1504
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
1505
  "постах?"
1506
 
1507
+ #: ../admin/social_sharing.php:1925
1508
  msgid "How can I disable sharing on particular page/post?"
1509
  msgstr ""
1510
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
1511
 
1512
+ #: ../admin/social_sharing.php:1926
1513
  msgid "How can I specify minimum sharing count for sharing networks?"
1514
  msgstr "Как мне указать минимальное количество для Поделиться"
1515
 
1516
+ #: ../admin/social_sharing.php:1927
1517
  msgid "How to share specific page?"
1518
  msgstr "Как поделиться определенной страницей?"
1519
 
1520
+ #: ../admin/social_sharing.php:1928
1521
  msgid "How to integrate Google Analytics with sharing?"
1522
  msgstr "Как интегрировать Google Analytics с Поделиться?"
1523
 
1524
+ #: ../admin/social_sharing.php:1929
1525
  msgid "How to customize the look of total share counts?"
1526
  msgstr "Как настроить внешний вид счетчиков поделиться?"
1527
 
1528
+ #: ../admin/social_sharing.php:1930
1529
  msgid "How to customize the look of individual share counts?"
1530
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
1531
 
1532
+ #: ../admin/social_sharing.php:1931
1533
  msgid "How to show Whatsapp icon only on mobile devices?"
1534
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
1535
 
1536
+ #: ../admin/social_sharing.php:1932
1537
  msgid "How to hide arrow after floating sharing bar?"
1538
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
1539
 
1540
+ #: ../admin/social_sharing.php:1933
1541
  #, fuzzy
1542
  msgid "Why is share count not getting updated?"
1543
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
1544
 
1545
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1546
  msgid "Why is there so much space between like buttons?"
1547
  msgstr "Почему существует так много места между кнопками?"
1548
 
1549
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1550
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1551
  msgstr ""
1552
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
1553
  "главной странице?"
1554
 
1555
+ #: ../admin/social_commenting.php:17
1556
  msgid "Enable Social Commenting"
1557
  msgstr "Включить комментирование через соцсети"
1558
 
1559
+ #: ../admin/social_commenting.php:27
1560
  msgid "Master control to enable Social Commenting"
1561
  msgstr "Мастер настройки комментрирования через социальные сети"
1562
 
1563
+ #: ../admin/social_commenting.php:38
1564
  msgid "Social Commenting"
1565
  msgstr "Комментирование через социальные сети"
1566
 
1567
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1568
  msgid "Shortcode"
1569
  msgstr "Шорткод"
1570
 
1571
+ #: ../admin/social_commenting.php:53
1572
  msgid "Order of tabs in commenting interface"
1573
  msgstr "Последовательность вкладок в комментировании через социальные сети"
1574
 
1575
+ #: ../admin/social_commenting.php:63
1576
  msgid ""
1577
  "Order of the tabs shown in social commenting interface. Defaults to "
1578
  "wordpress,facebook,googleplus,disqus"
1580
  "Порядок отображения вкладок в интерфейсе комментирования через социальные "
1581
  "сети. По умолчанию - wordpress,facebook,googleplus,disqus"
1582
 
1583
+ #: ../admin/social_commenting.php:71
1584
  msgid "Comment area label"
1585
  msgstr "Поле для обозначения комментирования"
1586
 
1587
+ #: ../admin/social_commenting.php:81
1588
  msgid "Label for comment area"
1589
  msgstr "Поле для области комментария"
1590
 
1591
+ #: ../admin/social_commenting.php:94
1592
  msgid "Enable Social Commenting at"
1593
  msgstr "Включить комментирование через соцсети в "
1594
 
1595
+ #: ../admin/social_commenting.php:113
1596
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1597
  msgstr "Укажите страницы/посты, где вы хотите включить социальные комментарии"
1598
 
1599
+ #: ../admin/social_commenting.php:124
1600
  msgid "HTML ID of comment form container"
1601
  msgstr "HTML-идентификатор форма комментария контейнер"
1602
 
1603
+ #: ../admin/social_commenting.php:134
1604
  msgid ""
1605
  "HTML ID of container element of the default comment form at front end. Leave "
1606
  "empty for default ID - \"respond\". You need to specify it if default "
1612
  "указать, если по умолчанию комментирование появляться и социального "
1613
  "Комментируя не получение включен в переднем конце вашего сайта."
1614
 
1615
+ #: ../admin/social_commenting.php:144
1616
  msgid "Labels"
1617
  msgstr "Поля"
1618
 
1619
+ #: ../admin/social_commenting.php:149
1620
  msgid "Label for WordPress Commenting tab"
1621
  msgstr "Поле для комментирование через Wordpress"
1622
 
1623
+ #: ../admin/social_commenting.php:158
1624
  msgid "Label for Facebook Commenting tab"
1625
  msgstr "Поле для комментирования через Facebook"
1626
 
1627
+ #: ../admin/social_commenting.php:167
1628
  msgid "Label for G+ Commenting tab"
1629
  msgstr "Поле для комментирования через Google+"
1630
 
1631
+ #: ../admin/social_commenting.php:176
1632
  msgid "Label for Disqus Commenting tab"
1633
  msgstr "Поле для комментирования через Disqus"
1634
 
1635
+ #: ../admin/social_commenting.php:187
1636
  msgid "Facebook Commenting Options"
1637
  msgstr "Настройки комментирования через Facebook"
1638
 
1639
+ #: ../admin/social_commenting.php:193
1640
  msgid "Enable Facebook Comments notification and moderation"
1641
  msgstr "Активировать уведомления и модерацию для комментариев через Facebook"
1642
 
1643
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1644
  msgid "Enable Facebook Commenting"
1645
  msgstr "Активировать комментирование через Facebook"
1646
 
1647
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1648
  msgid "Url to comment on"
1649
  msgstr "Ссылка для комментария"
1650
 
1651
+ #: ../admin/social_commenting.php:229
1652
  msgid ""
1653
  "The absolute URL that comments posted will be permanently associated with. "
1654
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1661
  "использоваться адрес страницы, на которой включено комментирование через "
1662
  "социальные ссылки."
1663
 
1664
+ #: ../admin/social_commenting.php:237
1665
  #, fuzzy
1666
  msgid "Show Recent Facebook Comments in a Widget"
1667
  msgstr "Активировать комментирование через Facebook"
1668
 
1669
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1670
  msgid "Width"
1671
  msgstr "Ширина"
1672
 
1673
+ #: ../admin/social_commenting.php:255
1674
  msgid ""
1675
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1676
  "block."
1678
  "Оставьте поле пустым чтобы был автоподбор ширины. Ширина (в пикселях) для "
1679
  "блока комментариев."
1680
 
1681
+ #: ../admin/social_commenting.php:263
1682
  msgid "Color Scheme"
1683
  msgstr "Цветовая схема"
1684
 
1685
+ #: ../admin/social_commenting.php:267
1686
  msgid "Light"
1687
  msgstr "Светлая"
1688
 
1689
+ #: ../admin/social_commenting.php:268
1690
  msgid "Dark"
1691
  msgstr "Темная"
1692
 
1693
+ #: ../admin/social_commenting.php:276
1694
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1695
  msgstr "Использовать светлый или темный скин"
1696
 
1697
+ #: ../admin/social_commenting.php:284
1698
  msgid "Number of comments"
1699
  msgstr "Количество комментариев"
1700
 
1701
+ #: ../admin/social_commenting.php:294
1702
  msgid ""
1703
  "The number of comments to show by default. The minimum value is 1. Defaults "
1704
  "to 10"
1706
  "Количество комментариев для отображения по умолчанию. Минимальное значение "
1707
  "равно 1. По умолчанию составляет 10"
1708
 
1709
+ #: ../admin/social_commenting.php:302
1710
  msgid "Order by"
1711
  msgstr "Порядок сортировки:"
1712
 
1713
+ #: ../admin/social_commenting.php:306
1714
  msgid "Social"
1715
  msgstr "По умолчанию"
1716
 
1717
+ #: ../admin/social_commenting.php:307
1718
  msgid "Reverse Time"
1719
  msgstr "Обратному времени"
1720
 
1721
+ #: ../admin/social_commenting.php:308
1722
  msgid "Time"
1723
  msgstr "Время"
1724
 
1725
+ #: ../admin/social_commenting.php:316
1726
  msgid "The order to use when displaying comments."
1727
  msgstr "Этот порядок используется в отображении комментариев."
1728
 
1729
+ #: ../admin/social_commenting.php:334
1730
  #, php-format
1731
  msgid ""
1732
  "Enter the code of the language you want to use to display commenting. You "
1737
  "можете найти языковые коды на <a href=\"%s\" target=\"_blank\">эту ссылку</"
1738
  "a> . Оставьте его пустым для языка по умолчанию (английский)"
1739
 
1740
+ #: ../admin/social_commenting.php:343
1741
  msgid "Google Plus Commenting Options"
1742
  msgstr "Настройки комментирования через Google+"
1743
 
1744
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1745
  msgid "Enable Google Plus Commenting"
1746
  msgstr "Включить комментирование"
1747
 
1748
+ #: ../admin/social_commenting.php:377
1749
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1750
  msgstr ""
1751
  "Ширина вкладки комментирования через Google+. Оставьте пустым для "
1752
  "автоподбора."
1753
 
1754
+ #: ../admin/social_commenting.php:395
1755
  msgid ""
1756
  "The absolute URL that comments posted will be permanently associated with. "
1757
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1764
  "использоваться адрес страницы, на которой включено комментирование через "
1765
  "социальные ссылки."
1766
 
1767
+ #: ../admin/social_commenting.php:404
1768
  msgid "Disqus Commenting Options"
1769
  msgstr "Настройки комментирования через Disqus"
1770
 
1771
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1772
  msgid "Enable Disqus Commenting"
1773
  msgstr "Активировать комментирование через Disqus"
1774
 
1775
+ #: ../admin/social_commenting.php:428
1776
  msgid "Disqus Shortname"
1777
  msgstr "Короткое имя для панели Disqus (выезжает сбоку при нажатии)"
1778
 
1779
+ #: ../admin/social_commenting.php:438
1780
  msgid ""
1781
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1782
  "shortname, visit following link."
1784
  "<strong>Необходимо для использования комментирования через Disqus.</strong> "
1785
  "Для большей информации посетите соответствующую ссылку"
1786
 
1787
+ #: ../admin/social_commenting.php:456
1788
  msgid "Social Commenting Shortcode"
1789
  msgstr "Шорткод комментирования через социальные сети"
1790
 
1791
+ #: ../admin/social_commenting.php:470
1792
  msgid ""
1793
  "How to show recent Facebook Comments from all over the website in a widget?"
1794
  msgstr ""
1795
 
1796
+ #: ../admin/social_commenting.php:471
1797
  msgid ""
1798
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1799
  "Https?"
1800
  msgstr ""
1801
 
1802
+ #: ../admin/social_commenting.php:473
1803
  msgid "How can I disable Social Commenting at individual page/post?"
1804
  msgstr ""
1805
  "Как мне отключить комментирование через социальные сети на определенных "
1806
  "страница/постах?"
1807
 
1808
+ #: ../admin/social_commenting.php:474
1809
  msgid "How to disable default comment form from Social Commenting?"
1810
  msgstr ""
1811
  "Как мне деактивировать определенную форму из комментирования через "
1812
  "социальные сети?"
1813
 
1814
+ #: ../admin/social_login.php:19
1815
  msgid "Enable Social Login"
1816
  msgstr "Активироват вход через социальные сети"
1817
 
1818
+ #: ../admin/social_login.php:29
1819
  msgid ""
1820
  "Master control for Social Login. It must be checked to enable Social Login "
1821
  "functionality"
1823
  "Мастер управления входа через социальные сети. Должно быть включено чтобы "
1824
  "активировать вход через социальные сети."
1825
 
1826
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1827
  msgid "Basic Configuration"
1828
  msgstr "Основные настройки"
1829
 
1830
+ #: ../admin/social_login.php:41
1831
  msgid "Advanced Configuration"
1832
  msgstr "Расширенная конфигурация"
1833
 
1834
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1835
  msgid "GDPR"
1836
  msgstr ""
1837
 
1838
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1839
  msgid "XProfile Integration"
1840
  msgstr "XProfile интеграция"
1841
 
1842
+ #: ../admin/social_login.php:64
1843
  msgid "Disable user registration via Social Login"
1844
  msgstr "Регистрация Отключить пользователя через социального Логин"
1845
 
1846
+ #: ../admin/social_login.php:74
1847
  msgid ""
1848
  "After enabling this option, new users will not be able to login through "
1849
  "social login. Only existing users will be able to social login."
1852
  "социальные входе в систему. Только существующие пользователи смогут "
1853
  "социальной входе в систему."
1854
 
1855
+ #: ../admin/social_login.php:83
1856
  msgid "Redirection url"
1857
  msgstr "Перенаправления входа"
1858
 
1859
+ #: ../admin/social_login.php:93
1860
  msgid ""
1861
  "User will be redirected to this page after unsuccessful registration attempt "
1862
  "via Social Login. You can specify the url of registration form or of a page "
1867
  "формы или страница, показывающая сообщения о отключить регистрацию через "
1868
  "систему социального Логин."
1869
 
1870
+ #: ../admin/social_login.php:102
1871
  #, fuzzy
1872
  msgid "Select Social Networks"
1873
  msgstr "Выберите сервисы"
1874
 
1875
+ #: ../admin/social_login.php:107
1876
  msgid "Facebook"
1877
  msgstr "Facebook"
1878
 
1879
+ #: ../admin/social_login.php:111
1880
  msgid "Twitter"
1881
  msgstr "Twitter"
1882
 
1883
+ #: ../admin/social_login.php:115
1884
  msgid "LinkedIn"
1885
  msgstr "LinkedIn"
1886
 
1887
+ #: ../admin/social_login.php:119
1888
  msgid "Google+"
1889
  msgstr "Google+"
1890
 
1891
+ #: ../admin/social_login.php:123
1892
  msgid "Vkontakte"
1893
  msgstr "Вконтакте"
1894
 
1895
+ #: ../admin/social_login.php:127
1896
  msgid "Instagram"
1897
  msgstr "Instagram"
1898
 
1899
+ #: ../admin/social_login.php:131
1900
  msgid "Xing"
1901
  msgstr "Xing"
1902
 
1903
+ #: ../admin/social_login.php:135
1904
  msgid "Steam"
1905
  msgstr "Steam"
1906
 
1907
+ #: ../admin/social_login.php:140
1908
  msgid "Twitch"
1909
  msgstr "Twitch"
1910
 
1911
+ #: ../admin/social_login.php:145
1912
  msgid "LiveJournal"
1913
  msgstr "ЖивойЖурнал"
1914
 
1915
+ #: ../admin/social_login.php:153
1916
  msgid "Select Social ID provider to enable in Social Login"
1917
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1918
 
1919
+ #: ../admin/social_login.php:161
1920
  msgid "Facebook App ID"
1921
  msgstr "Facebook App ID"
1922
 
1923
+ #: ../admin/social_login.php:171
1924
  #, php-format
1925
  msgid ""
1926
  "Required for Facebook Social Login to work. Please follow the documentation "
1929
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1930
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1931
 
1932
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
1933
  msgid ""
1934
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1935
  msgstr ""
1936
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
1937
  "упоминания ссылки."
1938
 
1939
+ #: ../admin/social_login.php:183
1940
  #, fuzzy
1941
  msgid "Facebook App Secret"
1942
  msgstr "Facebook App ID"
1943
 
1944
+ #: ../admin/social_login.php:193
1945
  #, fuzzy, php-format
1946
  msgid ""
1947
  "Required for Facebook Social Login to work. Please follow the documentation "
1950
  "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a "
1951
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1952
 
1953
+ #: ../admin/social_login.php:205
1954
  msgid "Twitter API Key"
1955
  msgstr "Twitter API ключ"
1956
 
1957
+ #: ../admin/social_login.php:215
1958
  #, php-format
1959
  msgid ""
1960
  "Required for Twitter Social Login to work. Please follow the documentation "
1964
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
1965
  "Twitter."
1966
 
1967
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
1968
  #, fuzzy
1969
  msgid ""
1970
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1972
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1973
  "ссылки"
1974
 
1975
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
1976
  #, fuzzy
1977
  msgid ""
1978
  "Paste following url in <strong>Callback URL</strong> option at the link "
1981
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
1982
  "ссылки"
1983
 
1984
+ #: ../admin/social_login.php:231
1985
  msgid "Twitter API Secret"
1986
  msgstr "Twitter API секретный ключ"
1987
 
1988
+ #: ../admin/social_login.php:241
1989
  #, php-format
1990
  msgid ""
1991
  "Required for Twitter Social Login to work. Please follow the documentation "
1995
  "href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
1996
  "приложения Facebook."
1997
 
1998
+ #: ../admin/social_login.php:257
1999
  #, fuzzy
2000
  msgid "LinkedIn Client ID"
2001
  msgstr "LinkedIn"
2002
 
2003
+ #: ../admin/social_login.php:267
2004
  #, fuzzy, php-format
2005
  msgid ""
2006
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2010
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2011
  "LinkedIn."
2012
 
2013
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2014
+ #: ../admin/social_login.php:401
2015
  msgid ""
2016
  "Paste following url in <strong>Website URL</strong> option at the link "
2017
  "mentioned"
2019
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2020
  "ссылки"
2021
 
2022
+ #: ../admin/social_login.php:279
2023
  msgid "LinkedIn Client Secret "
2024
  msgstr ""
2025
 
2026
+ #: ../admin/social_login.php:289
2027
  #, fuzzy, php-format
2028
  msgid ""
2029
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2034
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2035
  "LinkedIn."
2036
 
2037
+ #: ../admin/social_login.php:301
2038
  msgid "Google+ Client ID"
2039
  msgstr "Google+ ID клиента"
2040
 
2041
+ #: ../admin/social_login.php:311
2042
  #, php-format
2043
  msgid ""
2044
  "Required for GooglePlus Social Login to work. Please follow the "
2048
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2049
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2050
 
2051
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2052
  #, fuzzy
2053
  msgid ""
2054
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2057
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2058
  "упоминания ссылки."
2059
 
2060
+ #: ../admin/social_login.php:323
2061
  #, fuzzy
2062
  msgid "Google+ Client Secret"
2063
  msgstr "Google+ ID клиента"
2064
 
2065
+ #: ../admin/social_login.php:333
2066
  #, fuzzy, php-format
2067
  msgid ""
2068
  "Required for GooglePlus Social Login to work. Please follow the "
2072
  "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a "
2073
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
2074
 
2075
+ #: ../admin/social_login.php:345
2076
  msgid "Vkontakte Application ID"
2077
  msgstr " ID приложения Vkontakte"
2078
 
2079
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2080
  #, php-format
2081
  msgid ""
2082
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2087
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения "
2088
  "Vkontakte."
2089
 
2090
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2091
  msgid ""
2092
  "Paste following url in <strong>Site address</strong> option at the link "
2093
  "mentioned"
2095
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2096
  "упоминания ссылки."
2097
 
2098
+ #: ../admin/social_login.php:367
2099
  #, fuzzy
2100
  msgid "Vkontakte Secure key"
2101
  msgstr "Вконтакте"
2102
 
2103
+ #: ../admin/social_login.php:389
2104
  msgid "Instagram Client ID"
2105
  msgstr "Instagram ID клиента"
2106
 
2107
+ #: ../admin/social_login.php:399
2108
  #, php-format
2109
  msgid ""
2110
  "Required for Instagram Social Login to work. Please follow the documentation "
2114
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в "
2115
  "Instagram."
2116
 
2117
+ #: ../admin/social_login.php:411
2118
  msgid "Xing Consumer Key"
2119
  msgstr "Ключ потребителя Xing"
2120
 
2121
+ #: ../admin/social_login.php:421
2122
  #, php-format
2123
  msgid ""
2124
  "Required for Xing Social Login to work. Please follow the documentation at "
2127
  "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href="
2128
  "\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
2129
 
2130
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2131
  msgid ""
2132
  "Paste following url in <strong>Callback domain</strong> option at the link "
2133
  "mentioned"
2135
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2136
  "ссылки"
2137
 
2138
+ #: ../admin/social_login.php:433
2139
  msgid "Xing Consumer Secret"
2140
  msgstr "Секретный ключ потребителя Xing"
2141
 
2142
+ #: ../admin/social_login.php:443
2143
  #, php-format
2144
  msgid ""
2145
  "Required for Xing Social Login to work. Please follow the documentation at "
2149
  "\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа "
2150
  "потребителя Xing."
2151
 
2152
+ #: ../admin/social_login.php:455
2153
  #, fuzzy
2154
  msgid "Steam API Key"
2155
  msgstr "Twitter API ключ"
2156
 
2157
+ #: ../admin/social_login.php:465
2158
  #, fuzzy, php-format
2159
  msgid ""
2160
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2164
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2165
  "Twitter."
2166
 
2167
+ #: ../admin/social_login.php:466
2168
  #, fuzzy
2169
  msgid "Save following <strong>domain</strong> to get the key"
2170
  msgstr ""
2171
  "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания "
2172
  "ссылки"
2173
 
2174
+ #: ../admin/social_login.php:475
2175
  msgid "Twitch Client ID"
2176
  msgstr "Добавьте ваш Twitch Client ID здесь"
2177
 
2178
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2179
  #, fuzzy, php-format
2180
  msgid ""
2181
  "Required for Twitch Social Login to work. Please follow the documentation at "
2185
  "href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения "
2186
  "Twitch."
2187
 
2188
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2189
  #, fuzzy
2190
  msgid ""
2191
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2194
  "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для "
2195
  "упоминания ссылки."
2196
 
2197
+ #: ../admin/social_login.php:497
2198
  #, fuzzy
2199
  msgid "Twitch Client Secret"
2200
  msgstr "Добавьте ваш Twitch Client ID здесь"
2201
 
2202
+ #: ../admin/social_login.php:526
2203
  msgid "Social Login Options"
2204
  msgstr "Параметры входа через соцсети"
2205
 
2206
+ #: ../admin/social_login.php:542
2207
  msgid "Text to display above the Social Login interface"
2208
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2209
 
2210
+ #: ../admin/social_login.php:551
2211
  msgid "Enable at login page"
2212
  msgstr "Включить страницу входа"
2213
 
2214
+ #: ../admin/social_login.php:561
2215
  msgid ""
2216
  "Social Login interface will get enabled at the login page of your website"
2217
  msgstr ""
2218
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2219
 
2220
+ #: ../admin/social_login.php:569
2221
  msgid "Enable at register page"
2222
  msgstr "Включить на странице регистрации"
2223
 
2224
+ #: ../admin/social_login.php:579
2225
  msgid ""
2226
  "Social Login interface will get enabled at the registration page of your "
2227
  "website"
2228
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2229
 
2230
+ #: ../admin/social_login.php:587
2231
  msgid "Enable at comment form"
2232
  msgstr "Включить в форму комментирования"
2233
 
2234
+ #: ../admin/social_login.php:597
2235
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2236
  msgstr ""
2237
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2238
  "комментирования Wordpress"
2239
 
2240
+ #: ../admin/social_login.php:612
2241
  msgid "Enable before WooCommerce Customer Login Form"
2242
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2243
 
2244
+ #: ../admin/social_login.php:622
2245
  msgid ""
2246
  "Social Login Interface will get enabled before the customer login form at "
2247
  "WooCommerce My Account page"
2249
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2250
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2251
 
2252
+ #: ../admin/social_login.php:630
2253
  msgid "Enable after WooCommerce Customer Login Form"
2254
  msgstr "Включить после формы входа клиента WooCommerce"
2255
 
2256
+ #: ../admin/social_login.php:640
2257
  msgid ""
2258
  "Social Login Interface will get enabled after the customer login form at "
2259
  "WooCommerce My Account page"
2261
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2262
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2263
 
2264
+ #: ../admin/social_login.php:648
2265
  msgid "Enable at WooCommerce checkout page"
2266
  msgstr "Включить на странице оформления заказа WooCommerce"
2267
 
2268
+ #: ../admin/social_login.php:658
2269
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2270
  msgstr ""
2271
  "Интерфейс входа через социальные сети будет активирован на странице "
2272
  "оформления заказа в WooCommerce"
2273
 
2274
+ #: ../admin/social_login.php:669
2275
  msgid "Auto-approve comments made by Social Login users"
2276
  msgstr ""
2277
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2278
 
2279
+ #: ../admin/social_login.php:679
2280
  msgid ""
2281
  "If this option is enabled, and WordPress comment is made by Social Login "
2282
  "user, comment will get approved immediately without keeping in moderation."
2285
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2286
  "без модерации."
2287
 
2288
+ #: ../admin/social_login.php:680
2289
  msgid "Note: This is not related to Facebook comments"
2290
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2291
 
2292
+ #: ../admin/social_login.php:690
2293
  msgid "Enable social avatar"
2294
  msgstr "Включение социальных аватар"
2295
 
2296
+ #: ../admin/social_login.php:700
2297
  msgid ""
2298
  "Social profile pictures of the logged in user will be displayed as profile "
2299
  "avatar"
2301
  "Изображения пользователя в социальных сетях будет использоваться как "
2302
  "изображение профиля на сайте"
2303
 
2304
+ #: ../admin/social_login.php:710
2305
  msgid "Avatar quality"
2306
  msgstr "Качество аватары"
2307
 
2308
+ #: ../admin/social_login.php:713
2309
  msgid "Average"
2310
  msgstr "Среднее"
2311
 
2312
+ #: ../admin/social_login.php:714
2313
  msgid "Best"
2314
  msgstr "лучший"
2315
 
2316
+ #: ../admin/social_login.php:721
2317
  msgid "Choose avatar quality"
2318
  msgstr "Выберите качество аватара"
2319
 
2320
+ #: ../admin/social_login.php:730
2321
  msgid ""
2322
  "Show option for users to update social avatar at BuddyPress profile page"
2323
  msgstr ""
2324
  "Показать вариант для пользователей для обновления социального аватара на "
2325
  "странице профиля BuddyPress"
2326
 
2327
+ #: ../admin/social_login.php:740
2328
  msgid ""
2329
  "If enabled, users would be able to update their social avatar from \"Profile "
2330
  "photo\" section in BuddyPress profile at front-end"
2332
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2333
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2334
 
2335
+ #: ../admin/social_login.php:761
2336
  msgid ""
2337
  "If enabled and Social ID provider does not provide user's email address on "
2338
  "login, user will be asked to provide his/her email address. Otherwise, a "
2342
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2343
  "случае, почта будет создана по образцу."
2344
 
2345
+ #: ../admin/social_login.php:770
2346
  msgid "Send post-registration email to user to set account password"
2347
  msgstr ""
2348
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2349
  "установить пароль учетной записи"
2350
 
2351
+ #: ../admin/social_login.php:780
2352
  msgid ""
2353
  "If enabled, an email will be sent to user after registration through Social "
2354
  "Login, regarding his/her login credentials (username-password to be able to "
2358
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2359
  "возможность зайти черед стандартную форму авторизации"
2360
 
2361
+ #: ../admin/social_login.php:788
2362
  msgid "Send new user registration notification email to admin"
2363
  msgstr ""
2364
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2365
  "администратору"
2366
 
2367
+ #: ../admin/social_login.php:798
2368
  msgid ""
2369
  "If enabled, an email will be sent to admin after new user registers through "
2370
  "Social Login, notifying admin about the new user registration"
2372
  "Если опция включена, на почту администратора прийдет уведомление о "
2373
  "регистрации нового пользователя через соцсети."
2374
 
2375
+ #: ../admin/social_login.php:806
2376
  msgid "Login redirection"
2377
  msgstr "Перенаправления входа"
2378
 
2379
+ #: ../admin/social_login.php:810
2380
  msgid "Same page where user logged in"
2381
  msgstr "Та же страница, на которой пользователь произвел вход "
2382
 
2383
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2384
  msgid "Account dashboard"
2385
  msgstr "Страница управления моим аккаунтом"
2386
 
2387
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2388
  msgid "BuddyPress profile page"
2389
  msgstr "Страница профиля BuddyPress"
2390
 
2391
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2392
  msgid "Custom Url"
2393
  msgstr "Пользовательская ссылка"
2394
 
2395
+ #: ../admin/social_login.php:828
2396
  msgid "User will be redirected to the selected page after Social Login"
2397
  msgstr ""
2398
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2399
  "социальные сети"
2400
 
2401
+ #: ../admin/social_login.php:836
2402
  msgid "Registration redirection"
2403
  msgstr "Перенаправлении регистрации"
2404
 
2405
+ #: ../admin/social_login.php:840
2406
  msgid "Same page from where user registered"
2407
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2408
 
2409
+ #: ../admin/social_login.php:858
2410
  msgid ""
2411
  "User will be redirected to the selected page after registration (first "
2412
  "Social Login) through Social Login"
2414
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2415
  "(первый вход чере социальные сети) через социальные логин"
2416
 
2417
+ #: ../admin/social_login.php:867
2418
  #, fuzzy
2419
  msgid "Social Account Linking Options"
2420
  msgstr "Ссылки на социальный аккаунт"
2421
 
2422
+ #: ../admin/social_login.php:883
2423
  #, fuzzy
2424
  msgid "Text to display above the Social Account Linking interface"
2425
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2426
 
2427
+ #: ../admin/social_login.php:891
2428
  msgid ""
2429
  "Link social account to already existing account, if email address matches"
2430
  msgstr ""
2431
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2432
 
2433
+ #: ../admin/social_login.php:901
2434
  #, fuzzy
2435
  msgid ""
2436
  "If email address of the user's Social Account matches with an already "
2443
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2444
  "странице профиля."
2445
 
2446
+ #: ../admin/social_login.php:910
2447
  msgid "Enable social account linking at BuddyPress profile page"
2448
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2449
 
2450
+ #: ../admin/social_login.php:920
2451
  msgid ""
2452
  "Enable this option to show social account linking interface at BuddyPress "
2453
  "profile page"
2455
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2456
  "профиля BuddyPress"
2457
 
2458
+ #: ../admin/social_login.php:931
2459
  msgid "Email popup options"
2460
  msgstr "Параметры всплывающей электронной Почты"
2461
 
2462
+ #: ../admin/social_login.php:937
2463
  msgid "Text on 'Email required' popup"
2464
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2465
 
2466
+ #: ../admin/social_login.php:947
2467
  msgid ""
2468
  "This text will be displayed on email required popup. Leave empty if not "
2469
  "required."
2471
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2472
  "поле пустым если не требуется."
2473
 
2474
+ #: ../admin/social_login.php:956
2475
  msgid "Error message for 'Email required' popup"
2476
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2477
 
2478
+ #: ../admin/social_login.php:966
2479
  msgid ""
2480
  "This message will be displayed to user if it provides invalid or already "
2481
  "registered email"
2483
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2484
  "уже используемую почту"
2485
 
2486
+ #: ../admin/social_login.php:975
2487
  msgid "Email popup height"
2488
  msgstr "Высота высплывающего окна"
2489
 
2490
+ #: ../admin/social_login.php:985
2491
  msgid ""
2492
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2493
  "can increase the height of popup by specifying in this option. Leave empty "
2497
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2498
  "базового значения."
2499
 
2500
+ #: ../admin/social_login.php:993
2501
  msgid "Enable email verification"
2502
  msgstr "Включить проверку электронной почты"
2503
 
2504
+ #: ../admin/social_login.php:1003
2505
  msgid ""
2506
  "If enabled, email provided by the user will be verified by sending a "
2507
  "confirmation link to that email. User would not be able to login without "
2510
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2511
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2512
 
2513
+ #: ../admin/social_login.php:1024
2514
  #, fuzzy
2515
  msgid "Enable GDPR opt-in"
2516
  msgstr "Активировать комментирование через Disqus"
2517
 
2518
+ #: ../admin/social_login.php:1034
2519
  msgid ""
2520
  "Enable it to show GDPR opt-in for social login and social account linking"
2521
  msgstr ""
2522
 
2523
+ #: ../admin/social_login.php:1043
2524
  #, fuzzy
2525
  msgid "Placement of GDPR opt-in"
2526
  msgstr "Активировать комментирование через Disqus"
2527
 
2528
+ #: ../admin/social_login.php:1047
2529
  #, fuzzy
2530
  msgid "Above Social Login icons"
2531
  msgstr "Параметры входа через соцсети"
2532
 
2533
+ #: ../admin/social_login.php:1049
2534
  #, fuzzy
2535
  msgid "Below Social Login icons"
2536
  msgstr "Параметры входа через соцсети"
2537
 
2538
+ #: ../admin/social_login.php:1055
2539
  #, fuzzy
2540
  msgid "Placement of GDPR opt-in above or below the social login icons"
2541
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2542
 
2543
+ #: ../admin/social_login.php:1063
2544
  msgid "Opt-in text"
2545
  msgstr ""
2546
 
2547
+ #: ../admin/social_login.php:1073
2548
  #, fuzzy
2549
  msgid "Text for the GDPR opt-in"
2550
  msgstr "Активировать комментирование через Disqus"
2551
 
2552
+ #: ../admin/social_login.php:1081
2553
  msgid "Text to link to Privacy Policy page"
2554
  msgstr ""
2555
 
2556
+ #: ../admin/social_login.php:1091
2557
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2558
  msgstr ""
2559
 
2560
+ #: ../admin/social_login.php:1099
2561
  msgid "Privacy Policy Url"
2562
  msgstr ""
2563
 
2564
+ #: ../admin/social_login.php:1109
2565
  #, fuzzy
2566
  msgid "Url of the privacy policy page of your website"
2567
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2568
 
2569
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2570
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2571
  msgid "Select"
2572
  msgstr "Выбор"
2573
 
2574
+ #: ../admin/social_login.php:1191
2575
  msgid "Social Login Shortcode & Widget"
2576
  msgstr "Шорткод и виджет для входа через социальные сети "
2577
 
2578
+ #: ../admin/social_login.php:1192
2579
  msgid "Social Linking Shortcode"
2580
  msgstr "Шорткод социальных ссылок"
2581
 
2582
+ #: ../admin/social_login.php:1207
2583
  #, fuzzy
2584
  msgid "Why is social login not working?"
2585
  msgstr "Почему Facebook логин не работает?"
2586
 
2587
+ #: ../admin/social_login.php:1208
2588
  msgid ""
2589
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2590
  "belong to the same app"
2591
  msgstr ""
2592
 
2593
+ #: ../admin/social_login.php:1210
2594
  msgid ""
2595
  "Why the user is not appearing logged in even after Social Login until the "
2596
  "webpage is refreshed manually?"
2597
  msgstr ""
2598
 
2599
+ #: ../admin/like_buttons.php:20
2600
  msgid "Enable Like Buttons"
2601
  msgstr "Активировать кнопки Нравится"
2602
 
2603
+ #: ../admin/like_buttons.php:30
2604
  msgid ""
2605
  "Master control for like buttons. It must be checked to enable like buttons "
2606
  "functionality"
2608
  "Панель управления кнопками Нравится. Должно быть включено чтобы активировать "
2609
  "кнопки Нравится"
2610
 
2611
+ #: ../admin/like_buttons.php:60
2612
  msgid "Standard Interface Options"
2613
  msgstr "Стандартные параметры интерфейса"
2614
 
2615
+ #: ../admin/like_buttons.php:66
2616
  msgid "Enable standard interface"
2617
  msgstr "Включить стандартный интерфейс"
2618
 
2619
+ #: ../admin/like_buttons.php:76
2620
  msgid "Master control to enable horizontal like buttons"
2621
  msgstr "Мастер настройки включения горизонтальных кнопок Нравится"
2622
 
2623
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2624
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2625
  msgstr ""
2626
  "Ссылка для Нравится/Поделиться/Твитнуть и отобразить Нравится/Поделиться/"
2627
  "Твитнуть"
2628
 
2629
+ #: ../admin/like_buttons.php:119
2630
  msgid "The text to display above the interface"
2631
  msgstr "Текст, отображаемый над интерфейсом"
2632
 
2633
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2634
  msgid "Select and rearrange providers"
2635
  msgstr "Выберите и переставьте сервисы"
2636
 
2637
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2638
  msgid "Select the providers for interface. Drag them to rearrange."
2639
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
2640
 
2641
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2642
  msgid "Horizontal alignment of the interface"
2643
  msgstr "Горизонтальное выравнивание интерфейса"
2644
 
2645
+ #: ../admin/like_buttons.php:214
2646
  msgid "Specify position of the interface with respect to the content"
2647
  msgstr "Укажите положение интерфейса в отношении содержания"
2648
 
2649
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2650
  msgid "Interface location"
2651
  msgstr "Расположение интерфейса"
2652
 
2653
+ #: ../admin/like_buttons.php:292
2654
  msgid "Specify the pages where you want to enable interface"
2655
  msgstr "Укажите страницы, где вы хотите включить интерфейс"
2656
 
2657
+ #: ../admin/like_buttons.php:310
2658
  msgid "Vertical (Floating) like buttons Options"
2659
  msgstr "Настройки вертикальных(плавающих кнопок) Нравится"
2660
 
2661
+ #: ../admin/like_buttons.php:316
2662
  msgid "Enable floating like buttons"
2663
  msgstr "Активировать плавающие кнопки Нравится"
2664
 
2665
+ #: ../admin/like_buttons.php:326
2666
  msgid "Master control to enable vertical (floating) counter widget"
2667
  msgstr ""
2668
  "Мастер управления для включения вертикального (плавающего) счетчика виджета "
2669
 
2670
+ #: ../admin/like_buttons.php:420
2671
  msgid ""
2672
  "Specify the color or hex code (example #cc78e0) for the background of "
2673
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2679
  "можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/"
2680
  "\" target=\"_blank\">здесь</a>"
2681
 
2682
+ #: ../admin/like_buttons.php:460
2683
  msgid ""
2684
  "Specify a number. Increase in number will shift interface towards right and "
2685
  "decrease will shift it towards left. Number can be negative too."
2688
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
2689
  "отрицательным."
2690
 
2691
+ #: ../admin/like_buttons.php:480
2692
  msgid ""
2693
  "Specify a number. Increase in number will shift interface towards left and "
2694
  "decrease will shift it towards right. Number can be negative too."
2697
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
2698
  "отрицательным."
2699
 
2700
+ #: ../admin/like_buttons.php:499
2701
  msgid ""
2702
  "Specify a number. Increase in number will shift interface towards bottom and "
2703
  "decrease will shift it towards top."
2705
  "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу "
2706
  "и уменьшать по отношению к верху. "
2707
 
2708
+ #: ../admin/like_buttons.php:555
2709
  msgid "Specify the pages where you want to enable vertical interface"
2710
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс "
2711
 
2712
+ #: ../admin/like_buttons.php:563
2713
  msgid "Hide like buttons on mobile devices"
2714
  msgstr "Скрыть кнопки нравится на мобильных устройствах"
2715
 
2716
+ #: ../admin/like_buttons.php:573
2717
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2718
  msgstr ""
2719
  "Если включено, то вертикальный интерфейс Нравится не будет отображаться на "
2720
  "мобильных устройствах"
2721
 
2722
+ #: ../admin/like_buttons.php:598
2723
  msgid "Use shortlinks already installed, for tweet button"
2724
  msgstr "Эти короткие ссылки уже установлены, для кнопки Твитнуть"
2725
 
2726
+ #: ../admin/like_buttons.php:608
2727
  msgid ""
2728
  "Allows for shortened URLs to be used when sharing content if a shortening "
2729
  "plugin is installed"
2731
  "Позволяет использовать сокращенные ссылки если Поделиться, при условии что "
2732
  "плагин установлен."
2733
 
2734
+ #: ../admin/like_buttons.php:616
2735
  msgid "Enable bit.ly url shortener for tweet button"
2736
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
2737
 
2738
+ #: ../admin/like_buttons.php:634
2739
  msgid "bit.ly username"
2740
  msgstr "bit.ly пользователя"
2741
 
2742
+ #: ../admin/like_buttons.php:644
2743
  #, php-format
2744
  msgid ""
2745
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2748
  "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
2749
  "\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
2750
 
2751
+ #: ../admin/like_buttons.php:663
2752
  #, php-format
2753
  msgid ""
2754
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2757
  "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank"
2758
  "\">этой ссылке</a> , чтобы получить ваш ключ API"
2759
 
2760
+ #: ../admin/like_buttons.php:708
2761
  #, php-format
2762
  msgid ""
2763
  "Enter the code of the language you want to use to render counters. You can "
2768
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
2769
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
2770
 
2771
+ #: ../admin/like_buttons.php:717
2772
  msgid "Twitter Username"
2773
  msgstr "Имя в Твитере "
2774
 
2775
+ #: ../admin/like_buttons.php:723
2776
  msgid "Twitter username for Tweet (without @)"
2777
  msgstr "Имя в Твитере для Твитнуть (без @)"
2778
 
2779
+ #: ../admin/like_buttons.php:733
2780
  msgid ""
2781
  "Provided username will be appended after the content being tweeted as \"via "
2782
  "@USERNAME\". Leave empty if you do not want any username."
2784
  "Используемое имя пользователя будет показано после твита как \"via @USERNAME"
2785
  "\". Оставьте пустым если не хотите отображать имя."
2786
 
2787
+ #: ../admin/like_buttons.php:742
2788
  msgid "Twitter username for Buffer sharing (without @)"
2789
  msgstr "Имя в Твитере для Поделиться в Buffer (без @)"
2790
 
2791
+ #: ../admin/like_buttons.php:752
2792
  msgid ""
2793
  "Provided username will be appended after the content in Buffer sharing as "
2794
  "\"via @USERNAME\". Leave empty if you do not want any username."
2796
  "Используемое имя пользователя будет показано в Buffer после Поделиться как "
2797
  "\"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
2798
 
2799
+ #: ../admin/like_buttons.php:799
2800
  msgid "Like Buttons Shortcode & Widget"
2801
  msgstr "Шорткод и виджет Нравится"
2802
 
2831
  msgid "Providers not selected"
2832
  msgstr "Сервисы не выбраны"
2833
 
2834
+ #: ../inc/social_login.php:721
2835
  msgid "Email"
2836
  msgstr "Email"
2837
 
2838
+ #: ../inc/social_login.php:722
2839
  msgid "Confirm email"
2840
  msgstr "Подтвердить e-mail"
2841
 
2842
+ #: ../inc/social_login.php:724
2843
  msgid "Save"
2844
  msgstr "Сохранить"
2845
 
2846
+ #: ../inc/social_login.php:725
2847
  msgid "Cancel"
2848
  msgstr "Отменить"
2849
 
2850
+ #: ../inc/social_login.php:799
2851
  msgid "Email Verification"
2852
  msgstr "Подтверждение адреса электронной почты"
2853
 
2854
+ #: ../inc/social_login.php:801
2855
  msgid ""
2856
  "Please click on the following link or paste it in browser to verify your "
2857
  "email"
2892
  msgid "Title (after login):"
2893
  msgstr "Название (после логина):"
2894
 
2895
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
2896
+ #: ../inc/widget.php:919
2897
  msgid "Before widget content:"
2898
  msgstr "Перед содержимым виджета"
2899
 
2900
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
2901
+ #: ../inc/widget.php:990
2902
  msgid "After widget content:"
2903
  msgstr "После содержимого виджета"
2904
 
2905
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
2906
+ #: ../inc/widget.php:596 ../inc/widget.php:759
2907
  msgid "Hide for logged in users:"
2908
  msgstr "Скрыть для зарегистрированных пользователей"
2909
 
2916
  "использовать Поделиться содержимым в популярных социальных сетях типа "
2917
  "Facebook, Twitter, Tumblr, Google+ и многих других."
2918
 
2919
+ #: ../inc/widget.php:243
2920
  msgid ""
2921
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2922
  "Social Sharing\" page."
2924
  "Убедитесь что стандартные кнопки Поделиться включены на странице Super "
2925
  "Socializer > Поделиться"
2926
 
2927
+ #: ../inc/widget.php:244 ../inc/widget.php:582
2928
  msgid "Title:"
2929
  msgstr "Заголовок:"
2930
 
2931
+ #: ../inc/widget.php:246 ../inc/widget.php:416
2932
  msgid "Show individual share counts:"
2933
  msgstr "Показать индвидуальные счетчики Поделиться"
2934
 
2935
+ #: ../inc/widget.php:248 ../inc/widget.php:418
2936
  msgid "Show total shares:"
2937
  msgstr "Показать общее количество Поделиться"
2938
 
2939
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
2940
+ #: ../inc/widget.php:732
2941
  msgid "Target Url:"
2942
  msgstr "Целевой URL:"
2943
 
2944
+ #: ../inc/widget.php:281
2945
  msgid ""
2946
  "Floating sharing widget. Let your website users share content on popular "
2947
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2950
  "использовать Поделиться содержимым в популярных социальных сетях типа "
2951
  "Facebook, Twitter, Tumblr, Google+ и многих других."
2952
 
2953
+ #: ../inc/widget.php:415
2954
  msgid ""
2955
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2956
  "Social Sharing\" page."
2958
  "Убедитесь что плавающие кнопкии Поделиться включены на странице Super "
2959
  "Socializer > Поделиться."
2960
 
2961
+ #: ../inc/widget.php:428 ../inc/widget.php:740
2962
  msgid "Alignment"
2963
  msgstr "Выравнивание"
2964
 
2965
+ #: ../inc/widget.php:434 ../inc/widget.php:746
2966
  msgid "Left Offset"
2967
  msgstr "Смещение влево"
2968
 
2969
+ #: ../inc/widget.php:438 ../inc/widget.php:750
2970
  msgid "Right Offset"
2971
  msgstr "Смещение вправо"
2972
 
2973
+ #: ../inc/widget.php:441 ../inc/widget.php:753
2974
  msgid "Top Offset"
2975
  msgstr "Верхний отступ"
2976
 
2977
+ #: ../inc/widget.php:466
2978
  msgid ""
2979
  "Standard like buttons widget. Let your website users share/like content on "
2980
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2983
  "использовать Поделиться/Нравится чтобы поделиться содержиым в популярных "
2984
  "социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих других."
2985
 
2986
+ #: ../inc/widget.php:581
2987
  msgid ""
2988
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2989
  "Like Buttons\" page."
2991
  "Убедитесь что стандартные кнопки Нравится включены на странице Super "
2992
  "Socializer > Нравится."
2993
 
2994
+ #: ../inc/widget.php:615
2995
  msgid ""
2996
  "Floating like buttons widget. Let your website users share/like content on "
2997
  "popular Social networks like Facebook, Twitter, Google+ and many more"
3001
  "популярных социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих "
3002
  "других."
3003
 
3004
+ #: ../inc/widget.php:731
3005
  msgid ""
3006
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3007
  "Like Buttons\" page."
3009
  "Убедитесь что плавающие кнопки Нравится включены на странице Super "
3010
  "Socializer > Нравится."
3011
 
3012
+ #: ../inc/widget.php:775
3013
  #, fuzzy
3014
  msgid "Super Socializer - Follow Icons"
3015
  msgstr "Super Socializer - Вход"
3016
 
3017
+ #: ../inc/widget.php:777
3018
  #, fuzzy
3019
  msgid "These icons link to your Social Media accounts"
3020
  msgstr "Вход через соцсети"
3021
 
3022
+ #: ../inc/widget.php:923
3023
  #, fuzzy
3024
  msgid "Size of icons"
3025
  msgstr "Размер кнопок Поделиться"
3026
 
3027
+ #: ../inc/widget.php:925
3028
  #, fuzzy
3029
  msgid "Icon Shape"
3030
  msgstr "Форма"
3031
 
3032
+ #: ../inc/widget.php:930
3033
  #, fuzzy
3034
  msgid "Facebook URL:"
3035
  msgstr "Facebook App ID"
3036
 
3037
+ #: ../inc/widget.php:933
3038
  #, fuzzy
3039
  msgid "Twitter URL:"
3040
  msgstr "Twitter"
3041
 
3042
+ #: ../inc/widget.php:936
3043
  #, fuzzy
3044
  msgid "Instagram URL:"
3045
  msgstr "Instagram"
3046
 
3047
+ #: ../inc/widget.php:939
3048
  msgid "Pinterest URL:"
3049
  msgstr ""
3050
 
3051
+ #: ../inc/widget.php:942
3052
  msgid "Behance URL:"
3053
  msgstr ""
3054
 
3055
+ #: ../inc/widget.php:945
3056
  msgid "Flickr URL:"
3057
  msgstr ""
3058
 
3059
+ #: ../inc/widget.php:948
3060
  msgid "Foursquare URL:"
3061
  msgstr ""
3062
 
3063
+ #: ../inc/widget.php:951
3064
  msgid "Github URL:"
3065
  msgstr ""
3066
 
3067
+ #: ../inc/widget.php:954
3068
  #, fuzzy
3069
  msgid "Google+ URL:"
3070
  msgstr "Google+"
3071
 
3072
+ #: ../inc/widget.php:957
3073
  #, fuzzy
3074
  msgid "LinkedIn URL:"
3075
  msgstr "LinkedIn"
3076
 
3077
+ #: ../inc/widget.php:960
3078
  #, fuzzy
3079
  msgid "LinkedIn Company URL:"
3080
  msgstr "LinkedIn"
3081
 
3082
+ #: ../inc/widget.php:963
3083
+ msgid "Medium URL:"
3084
+ msgstr ""
3085
+
3086
+ #: ../inc/widget.php:966
3087
+ msgid "Odnoklassniki URL:"
3088
+ msgstr ""
3089
+
3090
+ #: ../inc/widget.php:969
3091
  msgid "Snapchat URL:"
3092
  msgstr ""
3093
 
3094
+ #: ../inc/widget.php:972
3095
  msgid "Tumblr URL:"
3096
  msgstr ""
3097
 
3098
+ #: ../inc/widget.php:975
3099
  msgid "Vimeo URL:"
3100
  msgstr ""
3101
 
3102
+ #: ../inc/widget.php:978
3103
+ #, fuzzy
3104
+ msgid "Vkontakte URL:"
3105
+ msgstr "Вконтакте"
3106
+
3107
+ #: ../inc/widget.php:981
3108
  msgid "Youtube URL:"
3109
  msgstr ""
3110
 
3111
+ #: ../inc/widget.php:984
3112
  msgid "Youtube Channel URL:"
3113
  msgstr ""
3114
 
3115
+ #: ../inc/widget.php:987
3116
  msgid "RSS Feed URL:"
3117
  msgstr ""
3118
 
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: 2018-12-01 11:42+0530\n"
6
- "PO-Revision-Date: 2018-12-01 11:42+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -72,7 +72,7 @@ msgstr ""
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
- #: ../super_socializer.php:872 ../helper.php:975
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
@@ -86,7 +86,7 @@ msgstr ""
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
- #: ../super_socializer.php:894 ../admin/social_login.php:746
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
@@ -119,12 +119,12 @@ msgstr "LinkedIn"
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
- #: ../super_socializer.php:1228 ../admin/general_options.php:11
123
- #: ../admin/social_commenting.php:43
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
- #: ../super_socializer.php:1296 ../helper.php:897
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
@@ -136,7 +136,7 @@ msgstr "Посилання для маленького аватара"
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
- #: ../super_socializer.php:1307 ../helper.php:900
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
@@ -144,7 +144,7 @@ msgstr ""
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
- #: ../super_socializer.php:1311 ../helper.php:901
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
@@ -348,90 +348,103 @@ msgstr "Аккаунт успішно пов'язаний"
348
  msgid "Account already exists or linked"
349
  msgstr "Аккаунт вже існує або пов'язаний"
350
 
351
- #: ../helper.php:626 ../helper.php:632
352
  msgid "Currently"
353
  msgstr "в даний час"
354
 
355
- #: ../helper.php:626 ../helper.php:632
356
  msgid "Connected with"
357
  msgstr "Авторизуватися за допомогою"
358
 
359
- #: ../helper.php:626 ../helper.php:632
360
  msgid "Remove"
361
  msgstr "Видалити"
362
 
363
- #: ../helper.php:703
364
  msgid "Social Account Linking"
365
  msgstr "Посилання на соціальний аккаунт"
366
 
367
- #: ../helper.php:753
368
  msgid "Disable Standard Social Sharing on this "
369
  msgstr "Відключити стандартний блок Поділитися на цьому"
370
 
371
- #: ../helper.php:758
372
  msgid "Disable Floating Social Sharing on this "
373
  msgstr "Відключити плаваючий блок Поділитися на цьому"
374
 
375
- #: ../helper.php:763
376
  msgid "Disable Standard like buttons on this "
377
  msgstr "Відключити стандартні кнопки Подобається на цьому"
378
 
379
- #: ../helper.php:768
380
  msgid "Disable Floating like buttons on this "
381
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
382
 
383
- #: ../helper.php:773
384
  msgid "Disable Social Commenting on this "
385
  msgstr "Деактивувати соціальне коментування"
386
 
387
- #: ../helper.php:782
388
  msgid "Standard Sharing Interface"
389
  msgstr "Стандартний інтерфейс Поділитися"
390
 
391
- #: ../helper.php:788 ../helper.php:807
392
  msgid "Starting share count for "
393
  msgstr "Запустити лічильник Поділитися для"
394
 
395
- #: ../helper.php:801
396
  msgid "Floating Sharing Interface"
397
  msgstr "Плаваючий інтерфейс Поділитися"
398
 
399
- #: ../helper.php:904
400
  msgid "Small Avatar"
401
  msgstr "Невеликий аватар"
402
 
403
- #: ../helper.php:908
404
  msgid "Large Avatar"
405
  msgstr "Великий аватар"
406
 
407
- #: ../helper.php:912 ../admin/general_options.php:128
408
- #: ../admin/social_sharing.php:1942 ../admin/social_commenting.php:479
409
- #: ../admin/social_login.php:1217 ../admin/like_buttons.php:822
410
  msgid "Save Changes"
411
  msgstr "Зберегти налаштування"
412
 
413
- #: ../helper.php:1012
414
  msgid "Click to delete social profile data"
415
  msgstr ""
416
 
417
- #: ../helper.php:1041
418
  #, fuzzy
419
  msgid "Deleting"
420
  msgstr "Налаштування"
421
 
422
- #: ../helper.php:1051
423
  msgid "Deleted"
424
  msgstr ""
425
 
426
- #: ../helper.php:1053
427
  msgid "Something bad happened"
428
  msgstr ""
429
 
430
- #: ../admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  msgid "Include Javascript in website footer"
432
  msgstr "Включити Javascript в підвалі (футере) сайту"
433
 
434
- #: ../admin/general_options.php:27
435
  msgid ""
436
  "If enabled (recommended), Javascript files will be included in the footer of "
437
  "your website."
@@ -439,19 +452,19 @@ msgstr ""
439
  "Якщо цей параметр включений (рекомендується), Javascript файли будуть "
440
  "включені в нижній частині вашого сайту."
441
 
442
- #: ../admin/general_options.php:35
443
  msgid "Load all Javascript files in single file"
444
  msgstr "Завантажити всі файли Javascript в одному файлі"
445
 
446
- #: ../admin/general_options.php:45
447
  msgid "Loads Javascript in single request."
448
  msgstr "Завантажити Javascript в одному запиті."
449
 
450
- #: ../admin/general_options.php:53
451
  msgid "Delete all the options on plugin deletion"
452
  msgstr "Видалити всі налаштування при видаленні плагіна"
453
 
454
- #: ../admin/general_options.php:63
455
  msgid ""
456
  "If enabled, plugin options will get deleted when plugin is deleted/"
457
  "uninstalled and you will need to reconfigure the options when you install "
@@ -461,14 +474,14 @@ msgstr ""
461
  "переустановлений, і ви повинні будете переналаштувати параметри при "
462
  "установці плагіна в наступний раз."
463
 
464
- #: ../admin/general_options.php:71
465
  msgid ""
466
  "Show popup notification to users if their browsers block the plugin features"
467
  msgstr ""
468
  "Показати спливаюче повідомлення для користувачів, якщо їх браузери блокують "
469
  "функції плагіна"
470
 
471
- #: ../admin/general_options.php:81
472
  #, fuzzy
473
  msgid ""
474
  "If enabled, your website visitors will see a popup notification (only once) "
@@ -479,45 +492,45 @@ msgstr ""
479
  "якщо їх браузери блокують будь-яку з функцій плагіна, так що вони можуть "
480
  "змінити свої настройки браузера, щоб розблокувати функції."
481
 
482
- #: ../admin/general_options.php:91
483
  msgid "Message to show in popup notification"
484
  msgstr "Повідомлення для показу в спливаючому вікні"
485
 
486
- #: ../admin/general_options.php:101
487
  msgid ""
488
  "Use {support_url} placeholder to show support documentation url in message"
489
  msgstr ""
490
  "Використовуйте {support_url} для відображення URL-адреси технічної "
491
  "документації в повідомленні"
492
 
493
- #: ../admin/general_options.php:110
494
  msgid "Custom CSS"
495
  msgstr "Користувальницькі CSS"
496
 
497
- #: ../admin/general_options.php:120
498
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
499
  msgstr ""
500
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
501
 
502
- #: ../admin/general_options.php:139 ../admin/social_sharing.php:1947
503
- #: ../admin/social_commenting.php:484 ../admin/social_login.php:1222
504
- #: ../admin/like_buttons.php:827
505
  #, fuzzy
506
  msgid "Instagram Shoutout"
507
  msgstr "Instagram"
508
 
509
- #: ../admin/general_options.php:141 ../admin/social_sharing.php:1949
510
- #: ../admin/social_commenting.php:486 ../admin/social_login.php:1224
511
- #: ../admin/like_buttons.php:829
512
  msgid ""
513
  "If you can send (to hello@heateor.com) how our plugin is helping your "
514
  "business, we can share it on Instagram. You can also send any relevant "
515
  "hashtags and people to mention in the Instagram post."
516
  msgstr ""
517
 
518
- #: ../admin/general_options.php:142 ../admin/social_sharing.php:1950
519
- #: ../admin/social_commenting.php:487 ../admin/social_login.php:1225
520
- #: ../admin/like_buttons.php:830
521
  msgid ""
522
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
523
  "language courses through their website. They have emerged as one of the most "
@@ -526,9 +539,9 @@ msgid ""
526
  "time."
527
  msgstr ""
528
 
529
- #: ../admin/general_options.php:143 ../admin/social_sharing.php:1951
530
- #: ../admin/social_commenting.php:488 ../admin/social_login.php:1226
531
- #: ../admin/like_buttons.php:831
532
  msgid ""
533
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
534
  "features at their website, such as - Social Login, Social Share and Social "
@@ -569,7 +582,7 @@ msgstr "Демо плагіна"
569
  msgid "Translate Plugin"
570
  msgstr ""
571
 
572
- #: ../admin/help.php:37 ../admin/social_login.php:53
573
  #, fuzzy
574
  msgid "Customize Social Login Icons"
575
  msgstr "Параметри входу через соцмережі"
@@ -630,71 +643,71 @@ msgstr "Підтримайте нас"
630
  msgid "Rate 5-star"
631
  msgstr "Оцінити 5-бальній шкалі"
632
 
633
- #: ../admin/social_sharing.php:9 ../admin/social_commenting.php:8
634
- #: ../admin/social_login.php:8 ../admin/like_buttons.php:10
635
  msgid "Master Control"
636
  msgstr "Майстер налаштувань"
637
 
638
- #: ../admin/social_sharing.php:14
639
  msgid "Enable Social Sharing"
640
  msgstr "Активувати Поділитися в соцмережах"
641
 
642
- #: ../admin/social_sharing.php:23
643
  msgid "Master control to enable Social Sharing"
644
  msgstr "Майстер налаштування включення кнопок Поділитися"
645
 
646
- #: ../admin/social_sharing.php:33
647
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
648
  msgstr ""
649
 
650
- #: ../admin/social_sharing.php:41
651
  msgid "Theme Selection"
652
  msgstr "Вибір теми"
653
 
654
- #: ../admin/social_sharing.php:42 ../admin/like_buttons.php:37
655
  msgid "Standard Interface"
656
  msgstr "Стандартний інтерфейс"
657
 
658
- #: ../admin/social_sharing.php:43 ../admin/like_buttons.php:38
659
  msgid "Floating Interface"
660
  msgstr "Плаваючий інтерфейс"
661
 
662
- #: ../admin/social_sharing.php:44 ../admin/like_buttons.php:39
663
  msgid "Miscellaneous"
664
  msgstr "Різне"
665
 
666
- #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
667
  #, fuzzy
668
  msgid "3rd Party Integration"
669
  msgstr "XProfile інтеграція"
670
 
671
- #: ../admin/social_sharing.php:52 ../admin/social_sharing.php:1870
672
- #: ../admin/social_sharing.php:1872 ../admin/social_login.php:41
673
- #: ../admin/social_login.php:1184 ../admin/like_buttons.php:47
674
- #: ../admin/like_buttons.php:793
675
  msgid "Shortcode & Widget"
676
  msgstr "Шорткод і віджет"
677
 
678
- #: ../admin/social_sharing.php:53
679
  msgid "Troubleshooter"
680
  msgstr "Усунення несправностей"
681
 
682
- #: ../admin/social_sharing.php:54 ../admin/social_sharing.php:1903
683
- #: ../admin/social_commenting.php:36 ../admin/social_commenting.php:463
684
- #: ../admin/social_login.php:42 ../admin/social_login.php:1198
685
- #: ../admin/like_buttons.php:48 ../admin/like_buttons.php:806
686
  msgid "FAQ"
687
  msgstr "Часті питання (FAQ)"
688
 
689
- #: ../admin/social_sharing.php:62
690
  msgid "Standard interface theme"
691
  msgstr "Стандартний інтерфейс"
692
 
693
- #: ../admin/social_sharing.php:67 ../admin/social_sharing.php:374
694
  msgid "Icon Preview"
695
  msgstr "Прев'ю іконок"
696
 
697
- #: ../admin/social_sharing.php:139 ../admin/social_sharing.php:447
698
  msgid ""
699
  "Do not forget to save the configuration after making changes by clicking the "
700
  "save button below"
@@ -702,57 +715,57 @@ msgstr ""
702
  "Не забудьте зберегти конфігурацію після внесення змін, натиснувши нижче "
703
  "кнопку зберегти"
704
 
705
- #: ../admin/social_sharing.php:146 ../admin/social_sharing.php:454
706
  msgid "Shape"
707
  msgstr "Форма"
708
 
709
- #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
710
- #: ../inc/widget.php:907
711
  msgid "Round"
712
  msgstr "Кругла"
713
 
714
- #: ../admin/social_sharing.php:152 ../admin/social_sharing.php:460
715
- #: ../inc/widget.php:908
716
  msgid "Square"
717
  msgstr "Квадратна"
718
 
719
- #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
720
  msgid "Rectangle"
721
  msgstr "Прямокутник"
722
 
723
- #: ../admin/social_sharing.php:161 ../admin/social_sharing.php:469
724
  msgid "Shape of the sharing icons"
725
  msgstr "Форма кнопок Поділитися"
726
 
727
- #: ../admin/social_sharing.php:170 ../admin/social_sharing.php:478
728
  msgid "Size (in pixels)"
729
  msgstr "Розмір (в пікселях)"
730
 
731
- #: ../admin/social_sharing.php:186 ../admin/social_sharing.php:494
732
  msgid "Size of the sharing icons"
733
  msgstr "Розмір кнопок Поділитися"
734
 
735
- #: ../admin/social_sharing.php:196 ../admin/social_sharing.php:504
736
  msgid "Width (in pixels)"
737
  msgstr "Ширина (в пікселях)"
738
 
739
- #: ../admin/social_sharing.php:212 ../admin/social_sharing.php:520
740
  msgid "Width of the sharing icons"
741
  msgstr "Ширина іконок поділитися"
742
 
743
- #: ../admin/social_sharing.php:220 ../admin/social_sharing.php:528
744
  msgid "Height (in pixels)"
745
  msgstr "Висота (в пікселях)"
746
 
747
- #: ../admin/social_sharing.php:236 ../admin/social_sharing.php:544
748
  msgid "Height of the sharing icons"
749
  msgstr "Висота кнопок Поділитися"
750
 
751
- #: ../admin/social_sharing.php:246 ../admin/social_sharing.php:554
752
  msgid "Border radius (in pixels)"
753
  msgstr "Радіус рамки (в пікселях)"
754
 
755
- #: ../admin/social_sharing.php:256 ../admin/social_sharing.php:564
756
  msgid ""
757
  "Specify a value for rounded corners. More the value, more rounded will the "
758
  "corners be. Leave empty for sharp corners."
@@ -760,23 +773,23 @@ msgstr ""
760
  "Вкажіть значення для закруглених кутів. Чим більше значення параметра, більш "
761
  "округлими будуть кути. Залиште порожнім для прямих кутів."
762
 
763
- #: ../admin/social_sharing.php:265 ../admin/social_sharing.php:573
764
  msgid "Logo Color"
765
  msgstr "Колір логотипу"
766
 
767
- #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:290
768
- #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:577
769
- #: ../admin/social_sharing.php:598 ../admin/social_sharing.php:617
770
  msgid "Default"
771
  msgstr "За замовчуванням"
772
 
773
- #: ../admin/social_sharing.php:271 ../admin/social_sharing.php:291
774
- #: ../admin/social_sharing.php:315 ../admin/social_sharing.php:579
775
- #: ../admin/social_sharing.php:599 ../admin/social_sharing.php:622
776
  msgid "On Hover"
777
  msgstr "При наведенні"
778
 
779
- #: ../admin/social_sharing.php:279 ../admin/social_sharing.php:587
780
  msgid ""
781
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
782
  "empty for default. You can get the hex code of the required color from <a "
@@ -787,13 +800,13 @@ msgstr ""
787
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
788
  "\"> тут </a>"
789
 
790
- #: ../admin/social_sharing.php:287 ../admin/social_sharing.php:595
791
- #: ../admin/social_sharing.php:1308 ../admin/like_buttons.php:406
792
- #: ../inc/widget.php:436 ../inc/widget.php:748
793
  msgid "Background Color"
794
  msgstr "Колір фону"
795
 
796
- #: ../admin/social_sharing.php:298 ../admin/social_sharing.php:606
797
  msgid ""
798
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
799
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -805,129 +818,129 @@ msgstr ""
805
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
806
  "\"> тут </a>"
807
 
808
- #: ../admin/social_sharing.php:306 ../admin/social_sharing.php:614
809
  msgid "Border"
810
  msgstr "Рамка"
811
 
812
- #: ../admin/social_sharing.php:312 ../admin/social_sharing.php:317
813
- #: ../admin/social_sharing.php:619 ../admin/social_sharing.php:624
814
  msgid "Border Width"
815
  msgstr "Ширина рамки"
816
 
817
- #: ../admin/social_sharing.php:313 ../admin/social_sharing.php:318
818
- #: ../admin/social_sharing.php:620 ../admin/social_sharing.php:625
819
  msgid "Border Color"
820
  msgstr "Колір рамки"
821
 
822
- #: ../admin/social_sharing.php:325 ../admin/social_sharing.php:632
823
  msgid "Icon border"
824
  msgstr "Іконка рамки"
825
 
826
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
827
  msgid "Counter Position"
828
  msgstr "Позиція лічильника"
829
 
830
- #: ../admin/social_sharing.php:333 ../admin/social_sharing.php:640
831
  msgid "(applies, if counter enabled)"
832
  msgstr "(застосовується, якщо лічильник включений)"
833
 
834
- #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
835
- #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
836
- #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
837
- #: ../inc/widget.php:422 ../inc/widget.php:734
838
  msgid "Left"
839
  msgstr "Зліва"
840
 
841
- #: ../admin/social_sharing.php:339 ../admin/social_sharing.php:646
842
  msgid "Top"
843
  msgstr "Зверху"
844
 
845
- #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
846
- #: ../admin/social_sharing.php:927 ../admin/social_sharing.php:1331
847
- #: ../admin/like_buttons.php:181 ../admin/like_buttons.php:429
848
- #: ../inc/widget.php:423 ../inc/widget.php:735
849
  msgid "Right"
850
  msgstr "Справа"
851
 
852
- #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
853
  msgid "Bottom"
854
  msgstr "Знизу"
855
 
856
- #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
857
  msgid "Inner Left"
858
  msgstr "Лівий відступ"
859
 
860
- #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
861
  msgid "Inner Top"
862
  msgstr "Верхній відступ"
863
 
864
- #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
865
  msgid "Inner Right"
866
  msgstr "Внутрішній відступ справа"
867
 
868
- #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
869
  msgid "Inner Bottom"
870
  msgstr "Нижній відступ"
871
 
872
- #: ../admin/social_sharing.php:359 ../admin/social_sharing.php:666
873
  msgid "Position of share counter"
874
  msgstr "Положення лічильника Поділитися"
875
 
876
- #: ../admin/social_sharing.php:369
877
  msgid "Floating interface theme"
878
  msgstr "Плаваючий інтерфейс Поділитися"
879
 
880
- #: ../admin/social_sharing.php:682
881
  msgid "Standard Sharing Interface Options"
882
  msgstr "Стандартні параметри інтерфейсу"
883
 
884
- #: ../admin/social_sharing.php:688
885
  msgid "Enable Standard sharing interface"
886
  msgstr "Включити стандартний інтерфейс Поділитися"
887
 
888
- #: ../admin/social_sharing.php:698
889
  msgid "Master control to enable standard sharing"
890
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
891
 
892
- #: ../admin/social_sharing.php:708 ../admin/social_sharing.php:1134
893
- #: ../admin/like_buttons.php:82 ../admin/like_buttons.php:332
894
  msgid "Target Url"
895
  msgstr "Цільова URL-адреса"
896
 
897
- #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
898
- #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
899
  msgid "Url of the webpage where icons are located (default)"
900
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
901
 
902
- #: ../admin/social_sharing.php:714 ../admin/social_sharing.php:1140
903
- #: ../admin/like_buttons.php:88 ../admin/like_buttons.php:338
904
  msgid "Url of the homepage of your website"
905
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
906
 
907
- #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
908
- #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
909
  msgid "Custom url"
910
  msgstr "Користувальницьке посилання"
911
 
912
- #: ../admin/social_sharing.php:723 ../admin/social_sharing.php:1149
913
  msgid "Url to share"
914
  msgstr "Посилання щоб Поділитися"
915
 
916
- #: ../admin/social_sharing.php:731 ../admin/social_login.php:527
917
- #: ../admin/social_login.php:868 ../admin/like_buttons.php:105
918
- #: ../inc/widget.php:901
919
  msgid "Title"
920
  msgstr "Заголовок"
921
 
922
- #: ../admin/social_sharing.php:741
923
  msgid "The text to display above the sharing interface"
924
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
925
 
926
- #: ../admin/social_sharing.php:766 ../admin/social_sharing.php:1158
927
  msgid "Instagram username"
928
  msgstr "Введіть ім'я користувача Instagram."
929
 
930
- #: ../admin/social_sharing.php:776 ../admin/social_sharing.php:1168
931
  msgid ""
932
  "Username of the Instagram account you want to redirect users to, on clicking "
933
  "the icon"
@@ -935,144 +948,144 @@ msgstr ""
935
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
936
  "користувачів, якщо натиснути на іконку"
937
 
938
- #: ../admin/social_sharing.php:786 ../admin/social_sharing.php:1178
939
  #, fuzzy
940
  msgid "HTML ID of container element of comment form"
941
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
942
 
943
- #: ../admin/social_sharing.php:796 ../admin/social_sharing.php:1188
944
  msgid ""
945
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
946
  "icon."
947
  msgstr ""
948
 
949
- #: ../admin/social_sharing.php:810 ../admin/social_sharing.php:1197
950
  msgid "Rearrange icons"
951
  msgstr "Змінити порядок іконок"
952
 
953
- #: ../admin/social_sharing.php:869 ../admin/social_sharing.php:1256
954
  msgid "Drag the icons to rearrange in desired order"
955
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
956
 
957
- #: ../admin/social_sharing.php:877 ../admin/social_sharing.php:1264
958
  msgid "Select Sharing Services"
959
  msgstr "Виберіть сервіси Поділитися"
960
 
961
- #: ../admin/social_sharing.php:884 ../admin/social_sharing.php:1271
962
  msgid "Select sharing services to show in social share bar"
963
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
964
 
965
- #: ../admin/social_sharing.php:902 ../admin/social_sharing.php:1289
966
  msgid "Search social network"
967
  msgstr ""
968
 
969
- #: ../admin/social_sharing.php:921 ../admin/social_sharing.php:1326
970
- #: ../admin/like_buttons.php:175 ../admin/like_buttons.php:424
971
  msgid "Horizontal alignment"
972
  msgstr "Горизонтальне вирівнювання"
973
 
974
- #: ../admin/social_sharing.php:926 ../admin/like_buttons.php:180
975
  msgid "Center"
976
  msgstr "Центр"
977
 
978
- #: ../admin/social_sharing.php:935 ../admin/social_sharing.php:1339
979
  msgid "Horizontal alignment of the sharing interface"
980
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
981
 
982
- #: ../admin/social_sharing.php:943 ../admin/like_buttons.php:197
983
  msgid "Position with respect to content"
984
  msgstr "Позиція щодо контенту"
985
 
986
- #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
987
  msgid "Top of the content"
988
  msgstr "Над вмістом"
989
 
990
- #: ../admin/social_sharing.php:949 ../admin/like_buttons.php:203
991
  msgid "Bottom of the content"
992
  msgstr "Під вмістом"
993
 
994
- #: ../admin/social_sharing.php:956
995
  msgid "Specify position of the sharing interface with respect to the content"
996
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
997
 
998
- #: ../admin/social_sharing.php:964 ../admin/social_sharing.php:1405
999
  msgid "Placement"
1000
  msgstr "Розміщення"
1001
 
1002
- #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1003
- #: ../admin/social_login.php:807 ../admin/social_login.php:837
1004
- #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
1005
  msgid "Homepage"
1006
  msgstr "Головна"
1007
 
1008
- #: ../admin/social_sharing.php:970 ../admin/social_sharing.php:1411
1009
- #: ../admin/like_buttons.php:224 ../admin/like_buttons.php:509
1010
  msgid "Posts"
1011
  msgstr "Записи"
1012
 
1013
- #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1014
- #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1015
  msgid "Pages"
1016
  msgstr "Сторінки"
1017
 
1018
- #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1019
- #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1020
  msgid "Excerpts and Posts page"
1021
  msgstr "Сторінки анонсів і постів"
1022
 
1023
- #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1024
- #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1025
  msgid "Category Archives"
1026
  msgstr "Архіви категорій"
1027
 
1028
- #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1029
- #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1030
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1031
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1032
 
1033
- #: ../admin/social_sharing.php:994 ../admin/like_buttons.php:248
1034
  msgid "BuddyPress activity"
1035
  msgstr "BuddyPress активність"
1036
 
1037
- #: ../admin/social_sharing.php:996 ../admin/like_buttons.php:251
1038
  msgid "BuddyPress group (only at top of content)"
1039
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1040
 
1041
- #: ../admin/social_sharing.php:1002 ../admin/social_sharing.php:1441
1042
- #: ../admin/like_buttons.php:258 ../admin/like_buttons.php:538
1043
  msgid "BBPress forum"
1044
  msgstr "BBPress форум"
1045
 
1046
- #: ../admin/social_sharing.php:1005 ../admin/social_sharing.php:1444
1047
- #: ../admin/like_buttons.php:261 ../admin/like_buttons.php:541
1048
  msgid "BBPress topic"
1049
  msgstr "BBPress тема"
1050
 
1051
- #: ../admin/social_sharing.php:1008 ../admin/like_buttons.php:264
1052
  msgid "BBPress reply"
1053
  msgstr "BBPress відповідь"
1054
 
1055
- #: ../admin/social_sharing.php:1015 ../admin/like_buttons.php:271
1056
  msgid "After individual product at WooCommerce Shop page"
1057
  msgstr "Після індивідуального продукту на сторінці магазину"
1058
 
1059
- #: ../admin/social_sharing.php:1018 ../admin/like_buttons.php:274
1060
  msgid "WooCommerce Product Page"
1061
  msgstr "Продукт Woocommerce"
1062
 
1063
- #: ../admin/social_sharing.php:1021 ../admin/like_buttons.php:277
1064
  msgid "WooCommerce Thankyou Page"
1065
  msgstr "WooCommerce сторінка подяки"
1066
 
1067
- #: ../admin/social_sharing.php:1032
1068
  msgid "Specify the pages where you want to enable Sharing interface"
1069
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1070
 
1071
- #: ../admin/social_sharing.php:1040 ../admin/social_sharing.php:1462
1072
  msgid "Show share counts"
1073
  msgstr "Показати лічильники кнопки Поділитися"
1074
 
1075
- #: ../admin/social_sharing.php:1045 ../admin/social_sharing.php:1467
1076
  #, fuzzy
1077
  msgid ""
1078
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
@@ -1081,7 +1094,7 @@ msgstr ""
1081
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1082
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1083
 
1084
- #: ../admin/social_sharing.php:1046 ../admin/social_sharing.php:1468
1085
  #, php-format
1086
  msgid ""
1087
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1090,25 +1103,25 @@ msgid ""
1090
  "their website."
1091
  msgstr ""
1092
 
1093
- #: ../admin/social_sharing.php:1053 ../admin/social_sharing.php:1475
1094
  msgid "If enabled, share counts are displayed above sharing icons."
1095
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1096
 
1097
- #: ../admin/social_sharing.php:1062 ../admin/social_sharing.php:1484
1098
  msgid "Show total shares"
1099
  msgstr "Включити загальну кількість Поділитися"
1100
 
1101
- #: ../admin/social_sharing.php:1072 ../admin/social_sharing.php:1494
1102
  msgid "If enabled, total shares will be displayed with sharing icons"
1103
  msgstr ""
1104
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1105
  "кнопками Поділитися"
1106
 
1107
- #: ../admin/social_sharing.php:1081 ../admin/social_sharing.php:1503
1108
  msgid "Enable 'More' icon"
1109
  msgstr "Включити значок «Більше»"
1110
 
1111
- #: ../admin/social_sharing.php:1091 ../admin/social_sharing.php:1513
1112
  msgid ""
1113
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1114
  "which shows additional sharing networks in popup"
@@ -1116,19 +1129,19 @@ msgstr ""
1116
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1117
  "показує додаткові сервіси в спливаючому вікні"
1118
 
1119
- #: ../admin/social_sharing.php:1108
1120
  msgid "Floating Sharing Interface Options"
1121
  msgstr "Параметри плаваючих кнопок Поділитися"
1122
 
1123
- #: ../admin/social_sharing.php:1114
1124
  msgid "Enable Floating sharing interface"
1125
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1126
 
1127
- #: ../admin/social_sharing.php:1124
1128
  msgid "Master control to enable floating sharing widget"
1129
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1130
 
1131
- #: ../admin/social_sharing.php:1318
1132
  msgid ""
1133
  "Specify the color or hex code (example #cc78e0) for the background of "
1134
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1140,11 +1153,11 @@ msgstr ""
1140
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1141
  "target=\"_blank\"> тут </a>"
1142
 
1143
- #: ../admin/social_sharing.php:1348 ../admin/like_buttons.php:446
1144
  msgid "Left offset"
1145
  msgstr "Зміщення вліво"
1146
 
1147
- #: ../admin/social_sharing.php:1358
1148
  msgid ""
1149
  "Specify a number. Increase in number will shift sharing interface towards "
1150
  "right and decrease will shift it towards left. Number can be negative too."
@@ -1153,11 +1166,11 @@ msgstr ""
1153
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1154
  "негативним."
1155
 
1156
- #: ../admin/social_sharing.php:1368 ../admin/like_buttons.php:466
1157
  msgid "Right offset"
1158
  msgstr "Зміщення вправо"
1159
 
1160
- #: ../admin/social_sharing.php:1378
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "left and decrease will shift it towards right. Number can be negative too."
@@ -1166,11 +1179,11 @@ msgstr ""
1166
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1167
  "негативним."
1168
 
1169
- #: ../admin/social_sharing.php:1387 ../admin/like_buttons.php:485
1170
  msgid "Top offset"
1171
  msgstr "Верхній відступ"
1172
 
1173
- #: ../admin/social_sharing.php:1397
1174
  msgid ""
1175
  "Specify a number. Increase in number will shift sharing interface towards "
1176
  "bottom and decrease will shift it towards top."
@@ -1178,27 +1191,27 @@ msgstr ""
1178
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1179
  "низу і зменшувати по відношенню до верху."
1180
 
1181
- #: ../admin/social_sharing.php:1433 ../admin/like_buttons.php:531
1182
  msgid "BuddyPress group"
1183
  msgstr "BuddyPress Група"
1184
 
1185
- #: ../admin/social_sharing.php:1454
1186
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1187
  msgstr ""
1188
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1189
 
1190
- #: ../admin/social_sharing.php:1521
1191
  msgid "Vertical floating bar responsiveness"
1192
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1193
 
1194
- #: ../admin/social_sharing.php:1524
1195
  #, php-format
1196
  msgid "Display vertical interface only when screen is wider than %s pixels"
1197
  msgstr ""
1198
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1199
  "пікселів."
1200
 
1201
- #: ../admin/social_sharing.php:1531
1202
  msgid ""
1203
  "Display vertical interface only when screen is wider than the width "
1204
  "specified."
@@ -1206,11 +1219,11 @@ msgstr ""
1206
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1207
  "ширина за замовчуванням."
1208
 
1209
- #: ../admin/social_sharing.php:1539
1210
  msgid "Horizontal floating bar responsiveness"
1211
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1212
 
1213
- #: ../admin/social_sharing.php:1542
1214
  #, php-format
1215
  msgid ""
1216
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -1219,7 +1232,7 @@ msgstr ""
1219
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1220
  "вужче ніж% s пікселів"
1221
 
1222
- #: ../admin/social_sharing.php:1549
1223
  msgid ""
1224
  "Stick vertical floating interface horizontally at bottom only when screen is "
1225
  "narrower than the width specified"
@@ -1227,71 +1240,71 @@ msgstr ""
1227
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1228
  "вужче чим зазначена ширина"
1229
 
1230
- #: ../admin/social_sharing.php:1559
1231
  msgid "Horizontal floating bar position"
1232
  msgstr "Розташування горизонтальної плаваючої панелі"
1233
 
1234
- #: ../admin/social_sharing.php:1562
1235
  #, php-format
1236
  msgid "%s pixels from %s"
1237
  msgstr "%s пікселів від %s"
1238
 
1239
- #: ../admin/social_sharing.php:1563
1240
  msgid "Auto-adjust according to screen width (responsive)"
1241
  msgstr ""
1242
 
1243
- #: ../admin/social_sharing.php:1570
1244
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1245
  msgstr ""
1246
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1247
  "негативним."
1248
 
1249
- #: ../admin/social_sharing.php:1590 ../admin/like_buttons.php:588
1250
  msgid "Url shortener"
1251
  msgstr "Скорочення URL"
1252
 
1253
- #: ../admin/social_sharing.php:1596
1254
  msgid "Use shortlinks already installed"
1255
  msgstr "Використання коротких посилань вже встановлено"
1256
 
1257
- #: ../admin/social_sharing.php:1606
1258
  msgid "Uses default short url permalinks without using any additional plugin"
1259
  msgstr ""
1260
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1261
  "яких додаткових плагінів"
1262
 
1263
- #: ../admin/social_sharing.php:1614
1264
  msgid "Enable bit.ly url shortener for sharing"
1265
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1266
 
1267
- #: ../admin/social_sharing.php:1624 ../admin/like_buttons.php:622
1268
  msgid "Master control to enable bit.ly url shortening for sharing"
1269
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1270
 
1271
- #: ../admin/social_sharing.php:1632
1272
  msgid "bit.ly Login"
1273
  msgstr "bit.ly Логін"
1274
 
1275
- #: ../admin/social_sharing.php:1642 ../admin/social_sharing.php:1661
1276
  #, fuzzy, php-format
1277
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1278
  msgstr ""
1279
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1280
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1281
 
1282
- #: ../admin/social_sharing.php:1651 ../admin/like_buttons.php:649
1283
  msgid "bit.ly API Key"
1284
  msgstr "bit.ly ключ додатка"
1285
 
1286
- #: ../admin/social_sharing.php:1670 ../admin/like_buttons.php:668
1287
  msgid "Clear Bitly Cache"
1288
  msgstr "Очистити Bitly кеш"
1289
 
1290
- #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1291
  msgid "ShortUrl cache cleared successfully."
1292
  msgstr "ShortUrl кеш успішно очищений."
1293
 
1294
- #: ../admin/social_sharing.php:1681 ../admin/like_buttons.php:679
1295
  msgid ""
1296
  "Use this to delete short urls saved in database. Handy, if urls of your "
1297
  "website have been changed but short urls are still being generated for old "
@@ -1301,31 +1314,31 @@ msgstr ""
1301
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1302
  "адреси, як і раніше створюються для старих URL-адрес."
1303
 
1304
- #: ../admin/social_sharing.php:1690
1305
  msgid "Share Count Cache"
1306
  msgstr "Кеш лічильників Поділитися"
1307
 
1308
- #: ../admin/social_sharing.php:1696
1309
  msgid "Refresh Share Count cache every"
1310
  msgstr "Оновити кеш лічильників Поділитися"
1311
 
1312
- #: ../admin/social_sharing.php:1701
1313
  msgid "Second(s)"
1314
  msgstr "Секунд"
1315
 
1316
- #: ../admin/social_sharing.php:1702
1317
  msgid "Minute(s)"
1318
  msgstr "Хвилин"
1319
 
1320
- #: ../admin/social_sharing.php:1703
1321
  msgid "Hour(s)"
1322
  msgstr "Годин"
1323
 
1324
- #: ../admin/social_sharing.php:1704
1325
  msgid "Day(s)"
1326
  msgstr "Днів"
1327
 
1328
- #: ../admin/social_sharing.php:1712
1329
  #, fuzzy, php-format
1330
  msgid ""
1331
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1335,25 +1348,25 @@ msgstr ""
1335
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1336
  "включеними лічильниками Поділитися"
1337
 
1338
- #: ../admin/social_sharing.php:1720
1339
  msgid "Clear Share Counts Cache"
1340
  msgstr "Очистити кеш лічильників Поділитися"
1341
 
1342
- #: ../admin/social_sharing.php:1724
1343
  msgid "Share Counts cache cleared successfully."
1344
  msgstr "Кеш лічільників Поділитися успішно очищений."
1345
 
1346
- #: ../admin/social_sharing.php:1731
1347
  msgid "Use this to clear cached share counts"
1348
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1349
 
1350
- #: ../admin/social_sharing.php:1740 ../admin/social_sharing.php:1746
1351
- #: ../admin/social_commenting.php:320 ../admin/like_buttons.php:688
1352
- #: ../admin/like_buttons.php:694
1353
  msgid "Language"
1354
  msgstr "Мова"
1355
 
1356
- #: ../admin/social_sharing.php:1756
1357
  #, php-format
1358
  msgid ""
1359
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1365,15 +1378,15 @@ msgstr ""
1365
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1366
  "замовчуванням (Українська)."
1367
 
1368
- #: ../admin/social_sharing.php:1765
1369
  msgid "Username in sharing"
1370
  msgstr "Ім'я користувача щоб поділитися"
1371
 
1372
- #: ../admin/social_sharing.php:1771
1373
  msgid "Twitter username (without @)"
1374
  msgstr "Twitter ім'я користувача (без @)"
1375
 
1376
- #: ../admin/social_sharing.php:1781 ../admin/social_sharing.php:1800
1377
  msgid ""
1378
  "Provided username will be appended after the content being shared as \"via "
1379
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1382,35 +1395,35 @@ msgstr ""
1382
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1383
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1384
 
1385
- #: ../admin/social_sharing.php:1790
1386
  msgid "Buffer username (without @)"
1387
  msgstr "Ім'я користувача в Twitter (без @)"
1388
 
1389
- #: ../admin/social_sharing.php:1809
1390
  msgid "AMP"
1391
  msgstr "AMP"
1392
 
1393
- #: ../admin/social_sharing.php:1815
1394
  msgid "Enable sharing on AMP pages"
1395
  msgstr "Дозволити загальний доступ на сторінках AMP"
1396
 
1397
- #: ../admin/social_sharing.php:1825
1398
  msgid "Enable this option to render sharing icons on AMP pages"
1399
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1400
 
1401
- #: ../admin/social_sharing.php:1844 ../admin/like_buttons.php:767
1402
  msgid "myCRED"
1403
  msgstr ""
1404
 
1405
- #: ../admin/social_sharing.php:1850 ../admin/like_buttons.php:773
1406
  msgid "Append myCRED referral ID to the urls being shared"
1407
  msgstr ""
1408
 
1409
- #: ../admin/social_sharing.php:1883
1410
  msgid "Facebook Sharing Troubleshooter"
1411
  msgstr "Усунення несправностей Поділитися від Facebook"
1412
 
1413
- #: ../admin/social_sharing.php:1888
1414
  msgid ""
1415
  "If Facebook sharing is not working fine, click at the following link and "
1416
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1422,18 +1435,18 @@ msgstr ""
1422
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1423
  "\"Отримання інформації про нову поломки \"."
1424
 
1425
- #: ../admin/social_sharing.php:1905 ../admin/social_commenting.php:465
1426
- #: ../admin/social_login.php:1200
1427
  msgid ""
1428
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1429
  "an online website for the plugin to function properly."
1430
  msgstr ""
1431
 
1432
- #: ../admin/social_sharing.php:1907
1433
  msgid "Why is Instagram icon redirecting to Instagram website?"
1434
  msgstr ""
1435
 
1436
- #: ../admin/social_sharing.php:1908
1437
  msgid ""
1438
  "Instagram icon is there to send website visitors to the Instagram page of "
1439
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1441,38 +1454,38 @@ msgid ""
1441
  "sections."
1442
  msgstr ""
1443
 
1444
- #: ../admin/social_sharing.php:1911
1445
  msgid ""
1446
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1447
  msgstr ""
1448
 
1449
- #: ../admin/social_sharing.php:1912
1450
  msgid ""
1451
  "It takes some time for their service to track the shares made on Twitter "
1452
  "from your website. If you still feel it's taking too long you can contact "
1453
  "their support directly from their website."
1454
  msgstr ""
1455
 
1456
- #: ../admin/social_sharing.php:1914 ../admin/like_buttons.php:810
1457
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1458
  msgstr ""
1459
 
1460
- #: ../admin/social_sharing.php:1915
1461
  msgid ""
1462
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1463
  msgstr ""
1464
 
1465
- #: ../admin/social_sharing.php:1916 ../admin/social_commenting.php:468
1466
- #: ../admin/social_login.php:1206
1467
  msgid "Why is my browser blocking some features of the plugin?"
1468
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1469
 
1470
- #: ../admin/social_sharing.php:1917
1471
  #, fuzzy
1472
  msgid "Why the color of share icons is not being updated?"
1473
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1474
 
1475
- #: ../admin/social_sharing.php:1918
1476
  msgid ""
1477
  "Why is sharer not showing the correct image, title and other meta tags "
1478
  "content?"
@@ -1480,11 +1493,11 @@ msgstr ""
1480
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1481
  "дані контенту?"
1482
 
1483
- #: ../admin/social_sharing.php:1919
1484
  msgid "Why Facebook share counts are not appearing?"
1485
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1486
 
1487
- #: ../admin/social_sharing.php:1920
1488
  msgid ""
1489
  "How can I show share counts of my website rather than of individual pages/"
1490
  "posts?"
@@ -1492,75 +1505,75 @@ msgstr ""
1492
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1493
  "постах?"
1494
 
1495
- #: ../admin/social_sharing.php:1921
1496
  msgid "How can I disable sharing on particular page/post?"
1497
  msgstr ""
1498
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1499
 
1500
- #: ../admin/social_sharing.php:1922
1501
  msgid "How can I specify minimum sharing count for sharing networks?"
1502
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1503
 
1504
- #: ../admin/social_sharing.php:1923
1505
  msgid "How to share specific page?"
1506
  msgstr "Як поділитися певною сторінкою?"
1507
 
1508
- #: ../admin/social_sharing.php:1924
1509
  msgid "How to integrate Google Analytics with sharing?"
1510
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1511
 
1512
- #: ../admin/social_sharing.php:1925
1513
  msgid "How to customize the look of total share counts?"
1514
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1515
 
1516
- #: ../admin/social_sharing.php:1926
1517
  msgid "How to customize the look of individual share counts?"
1518
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1519
 
1520
- #: ../admin/social_sharing.php:1927
1521
  msgid "How to show Whatsapp icon only on mobile devices?"
1522
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1523
 
1524
- #: ../admin/social_sharing.php:1928
1525
  msgid "How to hide arrow after floating sharing bar?"
1526
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1527
 
1528
- #: ../admin/social_sharing.php:1929
1529
  #, fuzzy
1530
  msgid "Why is share count not getting updated?"
1531
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1532
 
1533
- #: ../admin/social_sharing.php:1930 ../admin/like_buttons.php:808
1534
  msgid "Why is there so much space between like buttons?"
1535
  msgstr "Чому існує так багато місця між кнопками?"
1536
 
1537
- #: ../admin/social_sharing.php:1931 ../admin/like_buttons.php:809
1538
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1539
  msgstr ""
1540
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
1541
  "сторінці?"
1542
 
1543
- #: ../admin/social_commenting.php:13
1544
  msgid "Enable Social Commenting"
1545
  msgstr "Включити коментування через соцмережі"
1546
 
1547
- #: ../admin/social_commenting.php:23
1548
  msgid "Master control to enable Social Commenting"
1549
  msgstr "Майстер налаштування коментування через соц мережі"
1550
 
1551
- #: ../admin/social_commenting.php:34
1552
  msgid "Social Commenting"
1553
  msgstr "Коментування через соцмережі"
1554
 
1555
- #: ../admin/social_commenting.php:35 ../admin/social_commenting.php:450
1556
  msgid "Shortcode"
1557
  msgstr "Шорткод"
1558
 
1559
- #: ../admin/social_commenting.php:49
1560
  msgid "Order of tabs in commenting interface"
1561
  msgstr "Послідовність вкладок в коментуванні через соцмережі"
1562
 
1563
- #: ../admin/social_commenting.php:59
1564
  msgid ""
1565
  "Order of the tabs shown in social commenting interface. Defaults to "
1566
  "wordpress,facebook,googleplus,disqus"
@@ -1568,27 +1581,27 @@ msgstr ""
1568
  "Порядок відображення вкладок в інтерфейсі коментування через соціальні "
1569
  "мережі. За замовчуванням - wordpress, facebook, googleplus, disqus"
1570
 
1571
- #: ../admin/social_commenting.php:67
1572
  msgid "Comment area label"
1573
  msgstr "Поле для області коментаря"
1574
 
1575
- #: ../admin/social_commenting.php:77
1576
  msgid "Label for comment area"
1577
  msgstr "Позначка для області коментаря"
1578
 
1579
- #: ../admin/social_commenting.php:90
1580
  msgid "Enable Social Commenting at"
1581
  msgstr "Включити коментування через соцмережі в"
1582
 
1583
- #: ../admin/social_commenting.php:109
1584
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1585
  msgstr "Вкажіть сторінки / пости, де ви хочете включити соціальні коментарі"
1586
 
1587
- #: ../admin/social_commenting.php:120
1588
  msgid "HTML ID of comment form container"
1589
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
1590
 
1591
- #: ../admin/social_commenting.php:130
1592
  msgid ""
1593
  "HTML ID of container element of the default comment form at front end. Leave "
1594
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1600,43 +1613,43 @@ msgstr ""
1600
  "указать, если по умолчанию комментирование появляеться и социального "
1601
  "Комментирование не включено в фронт-энде вашего сайта."
1602
 
1603
- #: ../admin/social_commenting.php:140
1604
  msgid "Labels"
1605
  msgstr "Поля"
1606
 
1607
- #: ../admin/social_commenting.php:145
1608
  msgid "Label for WordPress Commenting tab"
1609
  msgstr "Поле для коментування через Wordpress"
1610
 
1611
- #: ../admin/social_commenting.php:154
1612
  msgid "Label for Facebook Commenting tab"
1613
  msgstr "Поле для коментування через Facebook"
1614
 
1615
- #: ../admin/social_commenting.php:163
1616
  msgid "Label for G+ Commenting tab"
1617
  msgstr "Поле для коментування через Google+"
1618
 
1619
- #: ../admin/social_commenting.php:172
1620
  msgid "Label for Disqus Commenting tab"
1621
  msgstr "Поле для коментування через Disqus"
1622
 
1623
- #: ../admin/social_commenting.php:183
1624
  msgid "Facebook Commenting Options"
1625
  msgstr "Налаштування коментування через Facebook"
1626
 
1627
- #: ../admin/social_commenting.php:189
1628
  msgid "Enable Facebook Comments notification and moderation"
1629
  msgstr "Активувати повідомлення і модерацію для коментарів через Facebook"
1630
 
1631
- #: ../admin/social_commenting.php:197 ../admin/social_commenting.php:207
1632
  msgid "Enable Facebook Commenting"
1633
  msgstr "Активувати коментування через Facebook"
1634
 
1635
- #: ../admin/social_commenting.php:215 ../admin/social_commenting.php:381
1636
  msgid "Url to comment on"
1637
  msgstr "Посилання для коментаря"
1638
 
1639
- #: ../admin/social_commenting.php:225
1640
  msgid ""
1641
  "The absolute URL that comments posted will be permanently associated with. "
1642
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1649,16 +1662,16 @@ msgstr ""
1649
  "використовуватися адреса сторінки, на якій включено коментування через "
1650
  "соціальні посилання."
1651
 
1652
- #: ../admin/social_commenting.php:233
1653
  #, fuzzy
1654
  msgid "Show Recent Facebook Comments in a Widget"
1655
  msgstr "Активувати коментування через Facebook"
1656
 
1657
- #: ../admin/social_commenting.php:241 ../admin/social_commenting.php:363
1658
  msgid "Width"
1659
  msgstr "Ширина"
1660
 
1661
- #: ../admin/social_commenting.php:251
1662
  msgid ""
1663
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1664
  "block."
@@ -1666,27 +1679,27 @@ msgstr ""
1666
  "Залиште поле порожнім щоб був автоматичний підбір ширини. Ширина (в "
1667
  "пікселях) для блоку коментарів."
1668
 
1669
- #: ../admin/social_commenting.php:259
1670
  msgid "Color Scheme"
1671
  msgstr "Схема кольорів"
1672
 
1673
- #: ../admin/social_commenting.php:263
1674
  msgid "Light"
1675
  msgstr "Cвітла"
1676
 
1677
- #: ../admin/social_commenting.php:264
1678
  msgid "Dark"
1679
  msgstr "Темна"
1680
 
1681
- #: ../admin/social_commenting.php:272
1682
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1683
  msgstr "Використовувати світлий або темний скін"
1684
 
1685
- #: ../admin/social_commenting.php:280
1686
  msgid "Number of comments"
1687
  msgstr "Кількість коментарів"
1688
 
1689
- #: ../admin/social_commenting.php:290
1690
  msgid ""
1691
  "The number of comments to show by default. The minimum value is 1. Defaults "
1692
  "to 10"
@@ -1694,27 +1707,27 @@ msgstr ""
1694
  "Кількість коментарів для відображення за замовчуванням. Мінімальним "
1695
  "значенням 1. За замовчуванням становить 10"
1696
 
1697
- #: ../admin/social_commenting.php:298
1698
  msgid "Order by"
1699
  msgstr "Порядок сортування:"
1700
 
1701
- #: ../admin/social_commenting.php:302
1702
  msgid "Social"
1703
  msgstr "За замовчуванням"
1704
 
1705
- #: ../admin/social_commenting.php:303
1706
  msgid "Reverse Time"
1707
  msgstr "Зворотному часу"
1708
 
1709
- #: ../admin/social_commenting.php:304
1710
  msgid "Time"
1711
  msgstr "Час"
1712
 
1713
- #: ../admin/social_commenting.php:312
1714
  msgid "The order to use when displaying comments."
1715
  msgstr "Цей порядок використовується у відображенні коментарів."
1716
 
1717
- #: ../admin/social_commenting.php:330
1718
  #, php-format
1719
  msgid ""
1720
  "Enter the code of the language you want to use to display commenting. You "
@@ -1726,20 +1739,20 @@ msgstr ""
1726
  "це посилання </a>. Залиште його порожнім для мови за замовчуванням "
1727
  "(український)"
1728
 
1729
- #: ../admin/social_commenting.php:339
1730
  msgid "Google Plus Commenting Options"
1731
  msgstr "Налаштування коментування через Google+"
1732
 
1733
- #: ../admin/social_commenting.php:345 ../admin/social_commenting.php:355
1734
  msgid "Enable Google Plus Commenting"
1735
  msgstr "Включити Google Plus коментування"
1736
 
1737
- #: ../admin/social_commenting.php:373
1738
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1739
  msgstr ""
1740
  "Ширина інтерфейсу коментування Google+ . Залиште порожнім для автопідбору."
1741
 
1742
- #: ../admin/social_commenting.php:391
1743
  msgid ""
1744
  "The absolute URL that comments posted will be permanently associated with. "
1745
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1752,19 +1765,19 @@ msgstr ""
1752
  "використовуватися адреса сторінки, на якій включено коментування через "
1753
  "соціальні посилання."
1754
 
1755
- #: ../admin/social_commenting.php:400
1756
  msgid "Disqus Commenting Options"
1757
  msgstr "Налаштування коментування через Disqus"
1758
 
1759
- #: ../admin/social_commenting.php:406 ../admin/social_commenting.php:416
1760
  msgid "Enable Disqus Commenting"
1761
  msgstr "Активувати коментування через Disqus"
1762
 
1763
- #: ../admin/social_commenting.php:424
1764
  msgid "Disqus Shortname"
1765
  msgstr "Коротке ім'я Disqus"
1766
 
1767
- #: ../admin/social_commenting.php:434
1768
  msgid ""
1769
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1770
  "shortname, visit following link."
@@ -1772,36 +1785,36 @@ msgstr ""
1772
  "<Strong> Необхідно для використання коментування через Disqus. </ Strong> "
1773
  "Для більшої інформації відвідайте відповідне посилання"
1774
 
1775
- #: ../admin/social_commenting.php:452
1776
  msgid "Social Commenting Shortcode"
1777
  msgstr "Шорткод коментування через соцмережі"
1778
 
1779
- #: ../admin/social_commenting.php:466
1780
  msgid ""
1781
  "How to show recent Facebook Comments from all over the website in a widget?"
1782
  msgstr ""
1783
 
1784
- #: ../admin/social_commenting.php:467
1785
  msgid ""
1786
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1787
  "Https?"
1788
  msgstr ""
1789
 
1790
- #: ../admin/social_commenting.php:469
1791
  msgid "How can I disable Social Commenting at individual page/post?"
1792
  msgstr ""
1793
  "Як мені відключити коментування через соціальні мережі на певних сторінках / "
1794
  "постах?"
1795
 
1796
- #: ../admin/social_commenting.php:470
1797
  msgid "How to disable default comment form from Social Commenting?"
1798
  msgstr "Як мені деактивувати певну форму з коментування через соцмережі?"
1799
 
1800
- #: ../admin/social_login.php:14
1801
  msgid "Enable Social Login"
1802
  msgstr "Активувати вхід через соцмережі"
1803
 
1804
- #: ../admin/social_login.php:24
1805
  msgid ""
1806
  "Master control for Social Login. It must be checked to enable Social Login "
1807
  "functionality"
@@ -1809,27 +1822,27 @@ msgstr ""
1809
  "Майстер управління входу через соц мережі. Повинно бути включено щоб "
1810
  "активувати вхід через соцмережі."
1811
 
1812
- #: ../admin/social_login.php:35 ../admin/social_login.php:49
1813
  msgid "Basic Configuration"
1814
  msgstr "Основные настройки"
1815
 
1816
- #: ../admin/social_login.php:36
1817
  msgid "Advanced Configuration"
1818
  msgstr "Розширена конфігурація"
1819
 
1820
- #: ../admin/social_login.php:37 ../admin/social_login.php:1013
1821
  msgid "GDPR"
1822
  msgstr ""
1823
 
1824
- #: ../admin/social_login.php:39 ../admin/social_login.php:1135
1825
  msgid "XProfile Integration"
1826
  msgstr "XProfile інтеграція"
1827
 
1828
- #: ../admin/social_login.php:59
1829
  msgid "Disable user registration via Social Login"
1830
  msgstr "Відключити реєстрацію користувача через соцмережі"
1831
 
1832
- #: ../admin/social_login.php:69
1833
  msgid ""
1834
  "After enabling this option, new users will not be able to login through "
1835
  "social login. Only existing users will be able to social login."
@@ -1837,11 +1850,11 @@ msgstr ""
1837
  "Після включення цієї опції, нові користувачі не зможуть увійти в через "
1838
  "соцмережі в систему. Тільки існуючі користувачі зможуть зробити це."
1839
 
1840
- #: ../admin/social_login.php:78
1841
  msgid "Redirection url"
1842
  msgstr "Перенаправлення входу"
1843
 
1844
- #: ../admin/social_login.php:88
1845
  msgid ""
1846
  "User will be redirected to this page after unsuccessful registration attempt "
1847
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1851,60 +1864,60 @@ msgstr ""
1851
  "реєстрації через соцмережі. Ви можете вказати URL реєстраційної форми або "
1852
  "сторінки показує повідомлення про відключення реєстрації через соцмережі."
1853
 
1854
- #: ../admin/social_login.php:97
1855
  #, fuzzy
1856
  msgid "Select Social Networks"
1857
  msgstr "Виберіть сервіси"
1858
 
1859
- #: ../admin/social_login.php:102
1860
  msgid "Facebook"
1861
  msgstr "Facebook"
1862
 
1863
- #: ../admin/social_login.php:106
1864
  msgid "Twitter"
1865
  msgstr "Twitter"
1866
 
1867
- #: ../admin/social_login.php:110
1868
  msgid "LinkedIn"
1869
  msgstr "LinkedIn"
1870
 
1871
- #: ../admin/social_login.php:114
1872
  msgid "Google+"
1873
  msgstr "Google+"
1874
 
1875
- #: ../admin/social_login.php:118
1876
  msgid "Vkontakte"
1877
  msgstr "Вконтакте"
1878
 
1879
- #: ../admin/social_login.php:122
1880
  msgid "Instagram"
1881
  msgstr "Instagram"
1882
 
1883
- #: ../admin/social_login.php:126
1884
  msgid "Xing"
1885
  msgstr "Xing"
1886
 
1887
- #: ../admin/social_login.php:130
1888
  msgid "Steam"
1889
  msgstr "Steam"
1890
 
1891
- #: ../admin/social_login.php:135
1892
  msgid "Twitch"
1893
  msgstr "Twitch"
1894
 
1895
- #: ../admin/social_login.php:140
1896
  msgid "LiveJournal"
1897
  msgstr "Живий Журнал"
1898
 
1899
- #: ../admin/social_login.php:148
1900
  msgid "Select Social ID provider to enable in Social Login"
1901
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1902
 
1903
- #: ../admin/social_login.php:156
1904
  msgid "Facebook App ID"
1905
  msgstr "Facebook App ID"
1906
 
1907
- #: ../admin/social_login.php:166
1908
  #, php-format
1909
  msgid ""
1910
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1913,19 +1926,19 @@ msgstr ""
1913
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1914
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1915
 
1916
- #: ../admin/social_login.php:168 ../admin/social_login.php:190
1917
  msgid ""
1918
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1919
  msgstr ""
1920
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1921
  "згадки посилання."
1922
 
1923
- #: ../admin/social_login.php:178
1924
  #, fuzzy
1925
  msgid "Facebook App Secret"
1926
  msgstr "Facebook App ID"
1927
 
1928
- #: ../admin/social_login.php:188
1929
  #, fuzzy, php-format
1930
  msgid ""
1931
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1934,11 +1947,11 @@ msgstr ""
1934
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1935
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1936
 
1937
- #: ../admin/social_login.php:200
1938
  msgid "Twitter API Key"
1939
  msgstr "Twitter API ключ"
1940
 
1941
- #: ../admin/social_login.php:210
1942
  #, php-format
1943
  msgid ""
1944
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1947,7 +1960,7 @@ msgstr ""
1947
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1948
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1949
 
1950
- #: ../admin/social_login.php:212 ../admin/social_login.php:238
1951
  #, fuzzy
1952
  msgid ""
1953
  "Paste following url in <strong>Website</strong> option at the link mentioned"
@@ -1955,7 +1968,7 @@ msgstr ""
1955
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1956
  "посилання"
1957
 
1958
- #: ../admin/social_login.php:216 ../admin/social_login.php:242
1959
  #, fuzzy
1960
  msgid ""
1961
  "Paste following url in <strong>Callback URL</strong> option at the link "
@@ -1964,11 +1977,11 @@ msgstr ""
1964
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1965
  "посилання"
1966
 
1967
- #: ../admin/social_login.php:226
1968
  msgid "Twitter API Secret"
1969
  msgstr "Twitter API секретний ключ"
1970
 
1971
- #: ../admin/social_login.php:236
1972
  #, php-format
1973
  msgid ""
1974
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1978,12 +1991,12 @@ msgstr ""
1978
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1979
  "додатку Twitter ."
1980
 
1981
- #: ../admin/social_login.php:252
1982
  #, fuzzy
1983
  msgid "LinkedIn Client ID"
1984
  msgstr "LinkedIn"
1985
 
1986
- #: ../admin/social_login.php:262
1987
  #, fuzzy, php-format
1988
  msgid ""
1989
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1992,8 +2005,8 @@ msgstr ""
1992
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
1993
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
1994
 
1995
- #: ../admin/social_login.php:264 ../admin/social_login.php:286
1996
- #: ../admin/social_login.php:396
1997
  msgid ""
1998
  "Paste following url in <strong>Website URL</strong> option at the link "
1999
  "mentioned"
@@ -2001,11 +2014,11 @@ msgstr ""
2001
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2002
  "посилання"
2003
 
2004
- #: ../admin/social_login.php:274
2005
  msgid "LinkedIn Client Secret "
2006
  msgstr ""
2007
 
2008
- #: ../admin/social_login.php:284
2009
  #, fuzzy, php-format
2010
  msgid ""
2011
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -2015,11 +2028,11 @@ msgstr ""
2015
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2016
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2017
 
2018
- #: ../admin/social_login.php:296
2019
  msgid "Google+ Client ID"
2020
  msgstr "Google+ ID клієнта"
2021
 
2022
- #: ../admin/social_login.php:306
2023
  #, php-format
2024
  msgid ""
2025
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2029,7 +2042,7 @@ msgstr ""
2029
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2030
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2031
 
2032
- #: ../admin/social_login.php:308 ../admin/social_login.php:330
2033
  #, fuzzy
2034
  msgid ""
2035
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
@@ -2038,12 +2051,12 @@ msgstr ""
2038
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2039
  "згадки посилання."
2040
 
2041
- #: ../admin/social_login.php:318
2042
  #, fuzzy
2043
  msgid "Google+ Client Secret"
2044
  msgstr "Google+ ID клієнта"
2045
 
2046
- #: ../admin/social_login.php:328
2047
  #, fuzzy, php-format
2048
  msgid ""
2049
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -2053,11 +2066,11 @@ msgstr ""
2053
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2054
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2055
 
2056
- #: ../admin/social_login.php:340
2057
  msgid "Vkontakte Application ID"
2058
  msgstr "ID додатку Вконтакте"
2059
 
2060
- #: ../admin/social_login.php:350 ../admin/social_login.php:372
2061
  #, php-format
2062
  msgid ""
2063
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -2067,7 +2080,7 @@ msgstr ""
2067
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
2068
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2069
 
2070
- #: ../admin/social_login.php:352 ../admin/social_login.php:374
2071
  msgid ""
2072
  "Paste following url in <strong>Site address</strong> option at the link "
2073
  "mentioned"
@@ -2075,16 +2088,16 @@ msgstr ""
2075
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2076
  "згадки посилання."
2077
 
2078
- #: ../admin/social_login.php:362
2079
  #, fuzzy
2080
  msgid "Vkontakte Secure key"
2081
  msgstr "Вконтакте"
2082
 
2083
- #: ../admin/social_login.php:384
2084
  msgid "Instagram Client ID"
2085
  msgstr "Instagram ID клієнта"
2086
 
2087
- #: ../admin/social_login.php:394
2088
  #, php-format
2089
  msgid ""
2090
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2093,11 +2106,11 @@ msgstr ""
2093
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2094
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2095
 
2096
- #: ../admin/social_login.php:406
2097
  msgid "Xing Consumer Key"
2098
  msgstr "Ключ споживача Xing"
2099
 
2100
- #: ../admin/social_login.php:416
2101
  #, php-format
2102
  msgid ""
2103
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2106,7 +2119,7 @@ msgstr ""
2106
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
2107
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2108
 
2109
- #: ../admin/social_login.php:418 ../admin/social_login.php:440
2110
  msgid ""
2111
  "Paste following url in <strong>Callback domain</strong> option at the link "
2112
  "mentioned"
@@ -2114,11 +2127,11 @@ msgstr ""
2114
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2115
  "посилання"
2116
 
2117
- #: ../admin/social_login.php:428
2118
  msgid "Xing Consumer Secret"
2119
  msgstr "Секретний ключ споживача Xing"
2120
 
2121
- #: ../admin/social_login.php:438
2122
  #, php-format
2123
  msgid ""
2124
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2128,12 +2141,12 @@ msgstr ""
2128
  "\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа споживача "
2129
  "Xing."
2130
 
2131
- #: ../admin/social_login.php:450
2132
  #, fuzzy
2133
  msgid "Steam API Key"
2134
  msgstr "Twitter API ключ"
2135
 
2136
- #: ../admin/social_login.php:460
2137
  #, fuzzy, php-format
2138
  msgid ""
2139
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2142,18 +2155,18 @@ msgstr ""
2142
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2143
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2144
 
2145
- #: ../admin/social_login.php:461
2146
  #, fuzzy
2147
  msgid "Save following <strong>domain</strong> to get the key"
2148
  msgstr ""
2149
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2150
  "посилання"
2151
 
2152
- #: ../admin/social_login.php:470
2153
  msgid "Twitch Client ID"
2154
  msgstr "Twitch Client ID "
2155
 
2156
- #: ../admin/social_login.php:480 ../admin/social_login.php:502
2157
  #, fuzzy, php-format
2158
  msgid ""
2159
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2162,7 +2175,7 @@ msgstr ""
2162
  "Необхідно для входу через Twitch. Будь ласка, подивіться документацію <a "
2163
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання Twitch Client ID."
2164
 
2165
- #: ../admin/social_login.php:482 ../admin/social_login.php:504
2166
  #, fuzzy
2167
  msgid ""
2168
  "Paste following url in <strong>Redirect URI</strong> option at the link "
@@ -2171,53 +2184,53 @@ msgstr ""
2171
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2172
  "згадки посилання."
2173
 
2174
- #: ../admin/social_login.php:492
2175
  #, fuzzy
2176
  msgid "Twitch Client Secret"
2177
  msgstr "Twitch Client ID "
2178
 
2179
- #: ../admin/social_login.php:521
2180
  msgid "Social Login Options"
2181
  msgstr "Параметри входу через соцмережі"
2182
 
2183
- #: ../admin/social_login.php:537
2184
  msgid "Text to display above the Social Login interface"
2185
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2186
 
2187
- #: ../admin/social_login.php:546
2188
  msgid "Enable at login page"
2189
  msgstr "Включити сторінку входу"
2190
 
2191
- #: ../admin/social_login.php:556
2192
  msgid ""
2193
  "Social Login interface will get enabled at the login page of your website"
2194
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2195
 
2196
- #: ../admin/social_login.php:564
2197
  msgid "Enable at register page"
2198
  msgstr "Включити на сторінці реєстрації"
2199
 
2200
- #: ../admin/social_login.php:574
2201
  msgid ""
2202
  "Social Login interface will get enabled at the registration page of your "
2203
  "website"
2204
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2205
 
2206
- #: ../admin/social_login.php:582
2207
  msgid "Enable at comment form"
2208
  msgstr "Включити в формі коментування"
2209
 
2210
- #: ../admin/social_login.php:592
2211
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2212
  msgstr ""
2213
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2214
  "Wordpress"
2215
 
2216
- #: ../admin/social_login.php:607
2217
  msgid "Enable before WooCommerce Customer Login Form"
2218
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2219
 
2220
- #: ../admin/social_login.php:617
2221
  msgid ""
2222
  "Social Login Interface will get enabled before the customer login form at "
2223
  "WooCommerce My Account page"
@@ -2225,11 +2238,11 @@ msgstr ""
2225
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2226
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2227
 
2228
- #: ../admin/social_login.php:625
2229
  msgid "Enable after WooCommerce Customer Login Form"
2230
  msgstr "Включити після форми входу клієнта WooCommerce"
2231
 
2232
- #: ../admin/social_login.php:635
2233
  msgid ""
2234
  "Social Login Interface will get enabled after the customer login form at "
2235
  "WooCommerce My Account page"
@@ -2237,23 +2250,23 @@ msgstr ""
2237
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2238
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2239
 
2240
- #: ../admin/social_login.php:643
2241
  msgid "Enable at WooCommerce checkout page"
2242
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2243
 
2244
- #: ../admin/social_login.php:653
2245
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2246
  msgstr ""
2247
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2248
  "замовлення в WooCommerce"
2249
 
2250
- #: ../admin/social_login.php:664
2251
  msgid "Auto-approve comments made by Social Login users"
2252
  msgstr ""
2253
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2254
  "соцмережі"
2255
 
2256
- #: ../admin/social_login.php:674
2257
  msgid ""
2258
  "If this option is enabled, and WordPress comment is made by Social Login "
2259
  "user, comment will get approved immediately without keeping in moderation."
@@ -2262,15 +2275,15 @@ msgstr ""
2262
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2263
  "відразу без модерації."
2264
 
2265
- #: ../admin/social_login.php:675
2266
  msgid "Note: This is not related to Facebook comments"
2267
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2268
 
2269
- #: ../admin/social_login.php:685
2270
  msgid "Enable social avatar"
2271
  msgstr "Включення соціальних аватар"
2272
 
2273
- #: ../admin/social_login.php:695
2274
  msgid ""
2275
  "Social profile pictures of the logged in user will be displayed as profile "
2276
  "avatar"
@@ -2278,30 +2291,30 @@ msgstr ""
2278
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2279
  "профілю на сайті"
2280
 
2281
- #: ../admin/social_login.php:705
2282
  msgid "Avatar quality"
2283
  msgstr "Якість аватарки"
2284
 
2285
- #: ../admin/social_login.php:708
2286
  msgid "Average"
2287
  msgstr "Середнє"
2288
 
2289
- #: ../admin/social_login.php:709
2290
  msgid "Best"
2291
  msgstr "Кращий"
2292
 
2293
- #: ../admin/social_login.php:716
2294
  msgid "Choose avatar quality"
2295
  msgstr "Виберіть якість аватара"
2296
 
2297
- #: ../admin/social_login.php:725
2298
  msgid ""
2299
  "Show option for users to update social avatar at BuddyPress profile page"
2300
  msgstr ""
2301
  "Показати варіант для користувачів для оновлення соціального аватара на "
2302
  "сторінці профілю BuddyPress"
2303
 
2304
- #: ../admin/social_login.php:735
2305
  msgid ""
2306
  "If enabled, users would be able to update their social avatar from \"Profile "
2307
  "photo\" section in BuddyPress profile at front-end"
@@ -2309,7 +2322,7 @@ msgstr ""
2309
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2310
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2311
 
2312
- #: ../admin/social_login.php:756
2313
  msgid ""
2314
  "If enabled and Social ID provider does not provide user's email address on "
2315
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2319,13 +2332,13 @@ msgstr ""
2319
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2320
  "пошта буде створена за зразком."
2321
 
2322
- #: ../admin/social_login.php:765
2323
  msgid "Send post-registration email to user to set account password"
2324
  msgstr ""
2325
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2326
  "встановити пароль облікового запису"
2327
 
2328
- #: ../admin/social_login.php:775
2329
  msgid ""
2330
  "If enabled, an email will be sent to user after registration through Social "
2331
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2335,13 +2348,13 @@ msgstr ""
2335
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2336
  "стандартну форму авторизації"
2337
 
2338
- #: ../admin/social_login.php:783
2339
  msgid "Send new user registration notification email to admin"
2340
  msgstr ""
2341
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2342
  "пошті адміністратору"
2343
 
2344
- #: ../admin/social_login.php:793
2345
  msgid ""
2346
  "If enabled, an email will be sent to admin after new user registers through "
2347
  "Social Login, notifying admin about the new user registration"
@@ -2349,41 +2362,41 @@ msgstr ""
2349
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2350
  "реєстрацію нового користувача через соцмережі."
2351
 
2352
- #: ../admin/social_login.php:801
2353
  msgid "Login redirection"
2354
  msgstr "Перенаправлення входу"
2355
 
2356
- #: ../admin/social_login.php:805
2357
  msgid "Same page where user logged in"
2358
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2359
 
2360
- #: ../admin/social_login.php:809 ../admin/social_login.php:839
2361
  msgid "Account dashboard"
2362
  msgstr "Сторінка управління аккаунтом"
2363
 
2364
- #: ../admin/social_login.php:812 ../admin/social_login.php:842
2365
  msgid "BuddyPress profile page"
2366
  msgstr "Сторінка профілю BuddyPress"
2367
 
2368
- #: ../admin/social_login.php:815 ../admin/social_login.php:845
2369
  msgid "Custom Url"
2370
  msgstr "Користувацьке посилання"
2371
 
2372
- #: ../admin/social_login.php:823
2373
  msgid "User will be redirected to the selected page after Social Login"
2374
  msgstr ""
2375
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2376
  "соцмережі"
2377
 
2378
- #: ../admin/social_login.php:831
2379
  msgid "Registration redirection"
2380
  msgstr "Перенаправлення реєстрації"
2381
 
2382
- #: ../admin/social_login.php:835
2383
  msgid "Same page from where user registered"
2384
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2385
 
2386
- #: ../admin/social_login.php:853
2387
  msgid ""
2388
  "User will be redirected to the selected page after registration (first "
2389
  "Social Login) through Social Login"
@@ -2391,23 +2404,23 @@ msgstr ""
2391
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2392
  "вхід чере соцмережі) через соцмережі"
2393
 
2394
- #: ../admin/social_login.php:862
2395
  #, fuzzy
2396
  msgid "Social Account Linking Options"
2397
  msgstr "Посилання на соціальний аккаунт"
2398
 
2399
- #: ../admin/social_login.php:878
2400
  #, fuzzy
2401
  msgid "Text to display above the Social Account Linking interface"
2402
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2403
 
2404
- #: ../admin/social_login.php:886
2405
  msgid ""
2406
  "Link social account to already existing account, if email address matches"
2407
  msgstr ""
2408
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2409
 
2410
- #: ../admin/social_login.php:896
2411
  #, fuzzy
2412
  msgid ""
2413
  "If email address of the user's Social Account matches with an already "
@@ -2420,11 +2433,11 @@ msgstr ""
2420
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2421
  "профілю."
2422
 
2423
- #: ../admin/social_login.php:905
2424
  msgid "Enable social account linking at BuddyPress profile page"
2425
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2426
 
2427
- #: ../admin/social_login.php:915
2428
  msgid ""
2429
  "Enable this option to show social account linking interface at BuddyPress "
2430
  "profile page"
@@ -2432,15 +2445,15 @@ msgstr ""
2432
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2433
  "BuddyPress"
2434
 
2435
- #: ../admin/social_login.php:926
2436
  msgid "Email popup options"
2437
  msgstr "Параметри спливаючій електронної пошти"
2438
 
2439
- #: ../admin/social_login.php:932
2440
  msgid "Text on 'Email required' popup"
2441
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2442
 
2443
- #: ../admin/social_login.php:942
2444
  msgid ""
2445
  "This text will be displayed on email required popup. Leave empty if not "
2446
  "required."
@@ -2448,11 +2461,11 @@ msgstr ""
2448
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2449
  "поле порожнім якщо не потрібно."
2450
 
2451
- #: ../admin/social_login.php:951
2452
  msgid "Error message for 'Email required' popup"
2453
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2454
 
2455
- #: ../admin/social_login.php:961
2456
  msgid ""
2457
  "This message will be displayed to user if it provides invalid or already "
2458
  "registered email"
@@ -2460,11 +2473,11 @@ msgstr ""
2460
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2461
  "раніше запроваджену пошту"
2462
 
2463
- #: ../admin/social_login.php:970
2464
  msgid "Email popup height"
2465
  msgstr "Висота спливаючого вікна"
2466
 
2467
- #: ../admin/social_login.php:980
2468
  msgid ""
2469
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2470
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2474,11 +2487,11 @@ msgstr ""
2474
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2475
  "базового значення."
2476
 
2477
- #: ../admin/social_login.php:988
2478
  msgid "Enable email verification"
2479
  msgstr "Включити перевірку електронної пошти"
2480
 
2481
- #: ../admin/social_login.php:998
2482
  msgid ""
2483
  "If enabled, email provided by the user will be verified by sending a "
2484
  "confirmation link to that email. User would not be able to login without "
@@ -2487,97 +2500,97 @@ msgstr ""
2487
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2488
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2489
 
2490
- #: ../admin/social_login.php:1019
2491
  #, fuzzy
2492
  msgid "Enable GDPR opt-in"
2493
  msgstr "Активувати коментування через Disqus"
2494
 
2495
- #: ../admin/social_login.php:1029
2496
  msgid ""
2497
  "Enable it to show GDPR opt-in for social login and social account linking"
2498
  msgstr ""
2499
 
2500
- #: ../admin/social_login.php:1038
2501
  #, fuzzy
2502
  msgid "Placement of GDPR opt-in"
2503
  msgstr "Активувати коментування через Disqus"
2504
 
2505
- #: ../admin/social_login.php:1042
2506
  #, fuzzy
2507
  msgid "Above Social Login icons"
2508
  msgstr "Параметри входу через соцмережі"
2509
 
2510
- #: ../admin/social_login.php:1044
2511
  #, fuzzy
2512
  msgid "Below Social Login icons"
2513
  msgstr "Параметри входу через соцмережі"
2514
 
2515
- #: ../admin/social_login.php:1050
2516
  #, fuzzy
2517
  msgid "Placement of GDPR opt-in above or below the social login icons"
2518
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2519
 
2520
- #: ../admin/social_login.php:1058
2521
  msgid "Opt-in text"
2522
  msgstr ""
2523
 
2524
- #: ../admin/social_login.php:1068
2525
  #, fuzzy
2526
  msgid "Text for the GDPR opt-in"
2527
  msgstr "Активувати коментування через Disqus"
2528
 
2529
- #: ../admin/social_login.php:1076
2530
  msgid "Text to link to Privacy Policy page"
2531
  msgstr ""
2532
 
2533
- #: ../admin/social_login.php:1086
2534
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2535
  msgstr ""
2536
 
2537
- #: ../admin/social_login.php:1094
2538
  msgid "Privacy Policy Url"
2539
  msgstr ""
2540
 
2541
- #: ../admin/social_login.php:1104
2542
  #, fuzzy
2543
  msgid "Url of the privacy policy page of your website"
2544
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2545
 
2546
- #: ../admin/social_login.php:1155 ../inc/widget.php:248 ../inc/widget.php:414
2547
- #: ../inc/widget.php:578 ../inc/widget.php:726
2548
  msgid "Select"
2549
  msgstr "Вибір"
2550
 
2551
- #: ../admin/social_login.php:1186
2552
  msgid "Social Login Shortcode & Widget"
2553
  msgstr "Шорткод і віджет для входу через соцмережі"
2554
 
2555
- #: ../admin/social_login.php:1187
2556
  msgid "Social Linking Shortcode"
2557
  msgstr "Шорткод соціальних посилань"
2558
 
2559
- #: ../admin/social_login.php:1202
2560
  #, fuzzy
2561
  msgid "Why is social login not working?"
2562
  msgstr "Чому Facebook Логін не працює?"
2563
 
2564
- #: ../admin/social_login.php:1203
2565
  msgid ""
2566
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2567
  "belong to the same app"
2568
  msgstr ""
2569
 
2570
- #: ../admin/social_login.php:1205
2571
  msgid ""
2572
  "Why the user is not appearing logged in even after Social Login until the "
2573
  "webpage is refreshed manually?"
2574
  msgstr ""
2575
 
2576
- #: ../admin/like_buttons.php:16
2577
  msgid "Enable Like Buttons"
2578
  msgstr "Активувати кнопки Подобається"
2579
 
2580
- #: ../admin/like_buttons.php:26
2581
  msgid ""
2582
  "Master control for like buttons. It must be checked to enable like buttons "
2583
  "functionality"
@@ -2585,66 +2598,66 @@ msgstr ""
2585
  "Панель управління кнопками Подобається. Повинно бути включено щоб активувати "
2586
  "кнопки Подобається"
2587
 
2588
- #: ../admin/like_buttons.php:56
2589
  msgid "Standard Interface Options"
2590
  msgstr "Стандартні параметри інтерфейсу"
2591
 
2592
- #: ../admin/like_buttons.php:62
2593
  msgid "Enable standard interface"
2594
  msgstr "Включити стандартний інтерфейс"
2595
 
2596
- #: ../admin/like_buttons.php:72
2597
  msgid "Master control to enable horizontal like buttons"
2598
  msgstr "Майстер налаштування включення горизонтальних кнопок Подобається"
2599
 
2600
- #: ../admin/like_buttons.php:97 ../admin/like_buttons.php:347
2601
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2602
  msgstr ""
2603
  "Посилання для Подобається / Поділитися / Твитнути і відобразити "
2604
  "Подобається / Поділитися / Твитнути"
2605
 
2606
- #: ../admin/like_buttons.php:115
2607
  msgid "The text to display above the interface"
2608
  msgstr "Текст, що відображається над інтерфейсом"
2609
 
2610
- #: ../admin/like_buttons.php:123 ../admin/like_buttons.php:355
2611
  msgid "Select and rearrange providers"
2612
  msgstr "Виберіть і переставте сервіси"
2613
 
2614
- #: ../admin/like_buttons.php:167 ../admin/like_buttons.php:398
2615
  msgid "Select the providers for interface. Drag them to rearrange."
2616
  msgstr "Виберіть сервіси для інтерфейсу. Перемістіть їх щоб змінити порядок"
2617
 
2618
- #: ../admin/like_buttons.php:189 ../admin/like_buttons.php:437
2619
  msgid "Horizontal alignment of the interface"
2620
  msgstr "Горизонтальне вирівнювання інтерфейсу"
2621
 
2622
- #: ../admin/like_buttons.php:210
2623
  msgid "Specify position of the interface with respect to the content"
2624
  msgstr "Вкажіть положення інтерфейсу щодо вмісту"
2625
 
2626
- #: ../admin/like_buttons.php:218 ../admin/like_buttons.php:503
2627
  msgid "Interface location"
2628
  msgstr "Розташування інтерфейсу"
2629
 
2630
- #: ../admin/like_buttons.php:288
2631
  msgid "Specify the pages where you want to enable interface"
2632
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс"
2633
 
2634
- #: ../admin/like_buttons.php:306
2635
  msgid "Vertical (Floating) like buttons Options"
2636
  msgstr "Налаштування вертикальних (плаваючих кнопок) Подобається"
2637
 
2638
- #: ../admin/like_buttons.php:312
2639
  msgid "Enable floating like buttons"
2640
  msgstr "Активувати плаваючі кнопки Подобається"
2641
 
2642
- #: ../admin/like_buttons.php:322
2643
  msgid "Master control to enable vertical (floating) counter widget"
2644
  msgstr ""
2645
  "Майстер управління включення вертикального (плаваючого) лічильника віджета"
2646
 
2647
- #: ../admin/like_buttons.php:416
2648
  msgid ""
2649
  "Specify the color or hex code (example #cc78e0) for the background of "
2650
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2656,7 +2669,7 @@ msgstr ""
2656
  "отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target="
2657
  "\"_blank\"> тут </a>"
2658
 
2659
- #: ../admin/like_buttons.php:456
2660
  msgid ""
2661
  "Specify a number. Increase in number will shift interface towards right and "
2662
  "decrease will shift it towards left. Number can be negative too."
@@ -2665,7 +2678,7 @@ msgstr ""
2665
  "правого боку і зменшувати по відношенню до лівого боку. Число може бути "
2666
  "негативним."
2667
 
2668
- #: ../admin/like_buttons.php:476
2669
  msgid ""
2670
  "Specify a number. Increase in number will shift interface towards left and "
2671
  "decrease will shift it towards right. Number can be negative too."
@@ -2674,7 +2687,7 @@ msgstr ""
2674
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
2675
  "негативним."
2676
 
2677
- #: ../admin/like_buttons.php:495
2678
  msgid ""
2679
  "Specify a number. Increase in number will shift interface towards bottom and "
2680
  "decrease will shift it towards top."
@@ -2682,25 +2695,25 @@ msgstr ""
2682
  "Вкажіть число. Збільшення числа буде зрушувати інтерфейс по відношенню до "
2683
  "низу і зменшувати по відношенню до верху."
2684
 
2685
- #: ../admin/like_buttons.php:551
2686
  msgid "Specify the pages where you want to enable vertical interface"
2687
  msgstr "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс"
2688
 
2689
- #: ../admin/like_buttons.php:559
2690
  msgid "Hide like buttons on mobile devices"
2691
  msgstr "Приховати кнопки Подобається на мобільних пристроях"
2692
 
2693
- #: ../admin/like_buttons.php:569
2694
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2695
  msgstr ""
2696
  "Якщо включено, то вертикальний інтерфейс Подобається не буде доступний на "
2697
  "мобільних пристроях"
2698
 
2699
- #: ../admin/like_buttons.php:594
2700
  msgid "Use shortlinks already installed, for tweet button"
2701
  msgstr "Ці короткі посилання вже встановлені, для кнопки Твитнути"
2702
 
2703
- #: ../admin/like_buttons.php:604
2704
  msgid ""
2705
  "Allows for shortened URLs to be used when sharing content if a shortening "
2706
  "plugin is installed"
@@ -2708,15 +2721,15 @@ msgstr ""
2708
  "Дозволяє використовувати скорочені посилання якщо Поділитися, за умови що "
2709
  "плагін встановлений."
2710
 
2711
- #: ../admin/like_buttons.php:612
2712
  msgid "Enable bit.ly url shortener for tweet button"
2713
  msgstr "Активувати скорочення посилань bit.ly для кнопки Твитнути"
2714
 
2715
- #: ../admin/like_buttons.php:630
2716
  msgid "bit.ly username"
2717
  msgstr "bit.ly користувача"
2718
 
2719
- #: ../admin/like_buttons.php:640
2720
  #, php-format
2721
  msgid ""
2722
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2725,7 +2738,7 @@ msgstr ""
2725
  "Увійти в ваш bit.ly аккаунт і перейдіть за <a href=\"%s\" target=\"_blank\"> "
2726
  "цим посиланням </a>, щоб отримати ім'я користувача bit.ly"
2727
 
2728
- #: ../admin/like_buttons.php:659
2729
  #, php-format
2730
  msgid ""
2731
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2734,7 +2747,7 @@ msgstr ""
2734
  "Увійти в ваш bit.ly аккаунт і перейдіть по <a href=\"%s\" target=\"_blank\"> "
2735
  "цьому посиланню </a>, щоб отримати ваш ключ API"
2736
 
2737
- #: ../admin/like_buttons.php:704
2738
  #, php-format
2739
  msgid ""
2740
  "Enter the code of the language you want to use to render counters. You can "
@@ -2746,15 +2759,15 @@ msgstr ""
2746
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
2747
  "замовчуванням (український)."
2748
 
2749
- #: ../admin/like_buttons.php:713
2750
  msgid "Twitter Username"
2751
  msgstr "Ім'я в Твіттері"
2752
 
2753
- #: ../admin/like_buttons.php:719
2754
  msgid "Twitter username for Tweet (without @)"
2755
  msgstr "Ім'я в Твіттері для Твитнути (без @)"
2756
 
2757
- #: ../admin/like_buttons.php:729
2758
  msgid ""
2759
  "Provided username will be appended after the content being tweeted as \"via "
2760
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2762,11 +2775,11 @@ msgstr ""
2762
  "Використовується ім'я користувача буде показано після твіта як \"via "
2763
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2764
 
2765
- #: ../admin/like_buttons.php:738
2766
  msgid "Twitter username for Buffer sharing (without @)"
2767
  msgstr "Ім'я в Твіттері для Поділитися в Buffer (без @)"
2768
 
2769
- #: ../admin/like_buttons.php:748
2770
  msgid ""
2771
  "Provided username will be appended after the content in Buffer sharing as "
2772
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2774,7 +2787,7 @@ msgstr ""
2774
  "Ім'я користувача що використовується, буде показано після твіта як \"via "
2775
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2776
 
2777
- #: ../admin/like_buttons.php:795
2778
  msgid "Like Buttons Shortcode & Widget"
2779
  msgstr "Шорткод і віджет Подобається"
2780
 
@@ -2808,27 +2821,27 @@ msgstr "Невірний Запит!"
2808
  msgid "Providers not selected"
2809
  msgstr "Сервіси не вибрані"
2810
 
2811
- #: ../inc/social_login.php:720
2812
  msgid "Email"
2813
  msgstr "Email"
2814
 
2815
- #: ../inc/social_login.php:721
2816
  msgid "Confirm email"
2817
  msgstr "Підтвердити e-mail"
2818
 
2819
- #: ../inc/social_login.php:723
2820
  msgid "Save"
2821
  msgstr "Зберегти"
2822
 
2823
- #: ../inc/social_login.php:724
2824
  msgid "Cancel"
2825
  msgstr "Скасувати"
2826
 
2827
- #: ../inc/social_login.php:798
2828
  msgid "Email Verification"
2829
  msgstr "Підтвердження адреси електронної пошти"
2830
 
2831
- #: ../inc/social_login.php:800
2832
  msgid ""
2833
  "Please click on the following link or paste it in browser to verify your "
2834
  "email"
@@ -2869,18 +2882,18 @@ msgstr "Назва (до логіна):"
2869
  msgid "Title (after login):"
2870
  msgstr "Назва (після логіна):"
2871
 
2872
- #: ../inc/widget.php:87 ../inc/widget.php:254 ../inc/widget.php:584
2873
- #: ../inc/widget.php:899
2874
  msgid "Before widget content:"
2875
  msgstr "Перед вмістом віджета"
2876
 
2877
- #: ../inc/widget.php:89 ../inc/widget.php:256 ../inc/widget.php:586
2878
- #: ../inc/widget.php:961
2879
  msgid "After widget content:"
2880
  msgstr "Після вмісту віджета"
2881
 
2882
- #: ../inc/widget.php:92 ../inc/widget.php:258 ../inc/widget.php:439
2883
- #: ../inc/widget.php:588 ../inc/widget.php:751
2884
  msgid "Hide for logged in users:"
2885
  msgstr "Закрити для зареєстрованих користувачів"
2886
 
@@ -2893,7 +2906,7 @@ msgstr ""
2893
  "використовувати Поділитися вмістом в популярних соцмережах типу Facebook, "
2894
  "Twitter, Tumblr, Google+ і багатьох інших."
2895
 
2896
- #: ../inc/widget.php:239
2897
  msgid ""
2898
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2899
  "Social Sharing\" page."
@@ -2901,24 +2914,24 @@ msgstr ""
2901
  "Переконайтеся що стандартні кнопки Поділитися включені на сторінці Super "
2902
  "Socializer> Поділитися"
2903
 
2904
- #: ../inc/widget.php:240 ../inc/widget.php:574
2905
  msgid "Title:"
2906
  msgstr "Заголовок:"
2907
 
2908
- #: ../inc/widget.php:242 ../inc/widget.php:408
2909
  msgid "Show individual share counts:"
2910
  msgstr "Показати індивідуальні лічильники Поділитися"
2911
 
2912
- #: ../inc/widget.php:244 ../inc/widget.php:410
2913
  msgid "Show total shares:"
2914
  msgstr "Показати загальну кількість Поділитися"
2915
 
2916
- #: ../inc/widget.php:246 ../inc/widget.php:412 ../inc/widget.php:576
2917
- #: ../inc/widget.php:724
2918
  msgid "Target Url:"
2919
  msgstr "Цільовий URL:"
2920
 
2921
- #: ../inc/widget.php:277
2922
  msgid ""
2923
  "Floating sharing widget. Let your website users share content on popular "
2924
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
@@ -2927,7 +2940,7 @@ msgstr ""
2927
  "використовувати Поділитися вмістом в популярних соцмережах типу Facebook, "
2928
  "Twitter, Tumblr, Google+ і багатьох інших."
2929
 
2930
- #: ../inc/widget.php:407
2931
  msgid ""
2932
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2933
  "Social Sharing\" page."
@@ -2935,23 +2948,23 @@ msgstr ""
2935
  "Переконайтеся що плаваючі кнопки Поділитися включені на сторінці Super "
2936
  "Socializer> Поділитися."
2937
 
2938
- #: ../inc/widget.php:420 ../inc/widget.php:732
2939
  msgid "Alignment"
2940
  msgstr "Вирівнювання"
2941
 
2942
- #: ../inc/widget.php:426 ../inc/widget.php:738
2943
  msgid "Left Offset"
2944
  msgstr "Зміщення вліво"
2945
 
2946
- #: ../inc/widget.php:430 ../inc/widget.php:742
2947
  msgid "Right Offset"
2948
  msgstr "Зміщення вправо"
2949
 
2950
- #: ../inc/widget.php:433 ../inc/widget.php:745
2951
  msgid "Top Offset"
2952
  msgstr "Верхній відступ"
2953
 
2954
- #: ../inc/widget.php:458
2955
  msgid ""
2956
  "Standard like buttons widget. Let your website users share/like content on "
2957
  "popular Social networks like Facebook, Twitter, Google+ and many more"
@@ -2960,7 +2973,7 @@ msgstr ""
2960
  "використовувати Поділитися / Подобається щоб поділитися вмістом в популярних "
2961
  "соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох інших."
2962
 
2963
- #: ../inc/widget.php:573
2964
  msgid ""
2965
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2966
  "Like Buttons\" page."
@@ -2968,7 +2981,7 @@ msgstr ""
2968
  "Переконайтеся що стандартні кнопки Подобається включені на сторінці Super "
2969
  "Socializer> Подобається."
2970
 
2971
- #: ../inc/widget.php:607
2972
  msgid ""
2973
  "Floating like buttons widget. Let your website users share/like content on "
2974
  "popular Social networks like Facebook, Twitter, Google+ and many more"
@@ -2978,7 +2991,7 @@ msgstr ""
2978
  "популярних соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох "
2979
  "інших."
2980
 
2981
- #: ../inc/widget.php:723
2982
  msgid ""
2983
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
2984
  "Like Buttons\" page."
@@ -2986,97 +2999,110 @@ msgstr ""
2986
  "Переконайтеся що плаваючі кнопки Подобається включені на сторінці Super "
2987
  "Socializer> Подобається."
2988
 
2989
- #: ../inc/widget.php:767
2990
  #, fuzzy
2991
  msgid "Super Socializer - Follow Icons"
2992
  msgstr "Super Socializer - Вхід"
2993
 
2994
- #: ../inc/widget.php:769
2995
  #, fuzzy
2996
  msgid "These icons link to your Social Media accounts"
2997
  msgstr "Вхід через соцмережі"
2998
 
2999
- #: ../inc/widget.php:903
3000
  #, fuzzy
3001
  msgid "Size of icons"
3002
  msgstr "Розмір кнопок Поділитися"
3003
 
3004
- #: ../inc/widget.php:905
3005
  #, fuzzy
3006
  msgid "Icon Shape"
3007
  msgstr "Форма"
3008
 
3009
- #: ../inc/widget.php:910
3010
  #, fuzzy
3011
  msgid "Facebook URL:"
3012
  msgstr "Facebook App ID"
3013
 
3014
- #: ../inc/widget.php:913
3015
  #, fuzzy
3016
  msgid "Twitter URL:"
3017
  msgstr "Twitter"
3018
 
3019
- #: ../inc/widget.php:916
3020
  #, fuzzy
3021
  msgid "Instagram URL:"
3022
  msgstr "Instagram"
3023
 
3024
- #: ../inc/widget.php:919
3025
  msgid "Pinterest URL:"
3026
  msgstr ""
3027
 
3028
- #: ../inc/widget.php:922
3029
  msgid "Behance URL:"
3030
  msgstr ""
3031
 
3032
- #: ../inc/widget.php:925
3033
  msgid "Flickr URL:"
3034
  msgstr ""
3035
 
3036
- #: ../inc/widget.php:928
3037
  msgid "Foursquare URL:"
3038
  msgstr ""
3039
 
3040
- #: ../inc/widget.php:931
3041
  msgid "Github URL:"
3042
  msgstr ""
3043
 
3044
- #: ../inc/widget.php:934
3045
  #, fuzzy
3046
  msgid "Google+ URL:"
3047
  msgstr "Google+"
3048
 
3049
- #: ../inc/widget.php:937
3050
  #, fuzzy
3051
  msgid "LinkedIn URL:"
3052
  msgstr "LinkedIn"
3053
 
3054
- #: ../inc/widget.php:940
3055
  #, fuzzy
3056
  msgid "LinkedIn Company URL:"
3057
  msgstr "LinkedIn"
3058
 
3059
- #: ../inc/widget.php:943
 
 
 
 
 
 
 
 
3060
  msgid "Snapchat URL:"
3061
  msgstr ""
3062
 
3063
- #: ../inc/widget.php:946
3064
  msgid "Tumblr URL:"
3065
  msgstr ""
3066
 
3067
- #: ../inc/widget.php:949
3068
  msgid "Vimeo URL:"
3069
  msgstr ""
3070
 
3071
- #: ../inc/widget.php:952
 
 
 
 
 
3072
  msgid "Youtube URL:"
3073
  msgstr ""
3074
 
3075
- #: ../inc/widget.php:955
3076
  msgid "Youtube Channel URL:"
3077
  msgstr ""
3078
 
3079
- #: ../inc/widget.php:958
3080
  msgid "RSS Feed URL:"
3081
  msgstr ""
3082
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-12-29 06:44+0530\n"
6
+ "PO-Revision-Date: 2018-12-29 06:44+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
+ #: ../super_socializer.php:872 ../helper.php:976
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
+ #: ../super_socializer.php:894 ../admin/social_login.php:751
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
+ #: ../super_socializer.php:1228 ../admin/general_options.php:15
123
+ #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
+ #: ../super_socializer.php:1296 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
+ #: ../super_socializer.php:1307 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
+ #: ../super_socializer.php:1311 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
348
  msgid "Account already exists or linked"
349
  msgstr "Аккаунт вже існує або пов'язаний"
350
 
351
+ #: ../helper.php:627 ../helper.php:633
352
  msgid "Currently"
353
  msgstr "в даний час"
354
 
355
+ #: ../helper.php:627 ../helper.php:633
356
  msgid "Connected with"
357
  msgstr "Авторизуватися за допомогою"
358
 
359
+ #: ../helper.php:627 ../helper.php:633
360
  msgid "Remove"
361
  msgstr "Видалити"
362
 
363
+ #: ../helper.php:704
364
  msgid "Social Account Linking"
365
  msgstr "Посилання на соціальний аккаунт"
366
 
367
+ #: ../helper.php:754
368
  msgid "Disable Standard Social Sharing on this "
369
  msgstr "Відключити стандартний блок Поділитися на цьому"
370
 
371
+ #: ../helper.php:759
372
  msgid "Disable Floating Social Sharing on this "
373
  msgstr "Відключити плаваючий блок Поділитися на цьому"
374
 
375
+ #: ../helper.php:764
376
  msgid "Disable Standard like buttons on this "
377
  msgstr "Відключити стандартні кнопки Подобається на цьому"
378
 
379
+ #: ../helper.php:769
380
  msgid "Disable Floating like buttons on this "
381
  msgstr "Відключити плаваючі кнопки Подобається на цьому"
382
 
383
+ #: ../helper.php:774
384
  msgid "Disable Social Commenting on this "
385
  msgstr "Деактивувати соціальне коментування"
386
 
387
+ #: ../helper.php:783
388
  msgid "Standard Sharing Interface"
389
  msgstr "Стандартний інтерфейс Поділитися"
390
 
391
+ #: ../helper.php:789 ../helper.php:808
392
  msgid "Starting share count for "
393
  msgstr "Запустити лічильник Поділитися для"
394
 
395
+ #: ../helper.php:802
396
  msgid "Floating Sharing Interface"
397
  msgstr "Плаваючий інтерфейс Поділитися"
398
 
399
+ #: ../helper.php:905
400
  msgid "Small Avatar"
401
  msgstr "Невеликий аватар"
402
 
403
+ #: ../helper.php:909
404
  msgid "Large Avatar"
405
  msgstr "Великий аватар"
406
 
407
+ #: ../helper.php:913 ../admin/general_options.php:132
408
+ #: ../admin/social_sharing.php:1946 ../admin/social_commenting.php:483
409
+ #: ../admin/social_login.php:1222 ../admin/like_buttons.php:826
410
  msgid "Save Changes"
411
  msgstr "Зберегти налаштування"
412
 
413
+ #: ../helper.php:1013
414
  msgid "Click to delete social profile data"
415
  msgstr ""
416
 
417
+ #: ../helper.php:1042
418
  #, fuzzy
419
  msgid "Deleting"
420
  msgstr "Налаштування"
421
 
422
+ #: ../helper.php:1052
423
  msgid "Deleted"
424
  msgstr ""
425
 
426
+ #: ../helper.php:1054
427
  msgid "Something bad happened"
428
  msgstr ""
429
 
430
+ #: ../admin/general_options.php:7 ../admin/general_options.php:136
431
+ #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1950
432
+ #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:487
433
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1226
434
+ #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
435
+ #, fuzzy, php-format
436
+ msgid ""
437
+ "You can appreciate the effort put in this free plugin by rating it <a href="
438
+ "\"%s\" target=\"_blank\">here</a>"
439
+ msgstr ""
440
+ "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
441
+ "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
442
+
443
+ #: ../admin/general_options.php:21
444
  msgid "Include Javascript in website footer"
445
  msgstr "Включити Javascript в підвалі (футере) сайту"
446
 
447
+ #: ../admin/general_options.php:31
448
  msgid ""
449
  "If enabled (recommended), Javascript files will be included in the footer of "
450
  "your website."
452
  "Якщо цей параметр включений (рекомендується), Javascript файли будуть "
453
  "включені в нижній частині вашого сайту."
454
 
455
+ #: ../admin/general_options.php:39
456
  msgid "Load all Javascript files in single file"
457
  msgstr "Завантажити всі файли Javascript в одному файлі"
458
 
459
+ #: ../admin/general_options.php:49
460
  msgid "Loads Javascript in single request."
461
  msgstr "Завантажити Javascript в одному запиті."
462
 
463
+ #: ../admin/general_options.php:57
464
  msgid "Delete all the options on plugin deletion"
465
  msgstr "Видалити всі налаштування при видаленні плагіна"
466
 
467
+ #: ../admin/general_options.php:67
468
  msgid ""
469
  "If enabled, plugin options will get deleted when plugin is deleted/"
470
  "uninstalled and you will need to reconfigure the options when you install "
474
  "переустановлений, і ви повинні будете переналаштувати параметри при "
475
  "установці плагіна в наступний раз."
476
 
477
+ #: ../admin/general_options.php:75
478
  msgid ""
479
  "Show popup notification to users if their browsers block the plugin features"
480
  msgstr ""
481
  "Показати спливаюче повідомлення для користувачів, якщо їх браузери блокують "
482
  "функції плагіна"
483
 
484
+ #: ../admin/general_options.php:85
485
  #, fuzzy
486
  msgid ""
487
  "If enabled, your website visitors will see a popup notification (only once) "
492
  "якщо їх браузери блокують будь-яку з функцій плагіна, так що вони можуть "
493
  "змінити свої настройки браузера, щоб розблокувати функції."
494
 
495
+ #: ../admin/general_options.php:95
496
  msgid "Message to show in popup notification"
497
  msgstr "Повідомлення для показу в спливаючому вікні"
498
 
499
+ #: ../admin/general_options.php:105
500
  msgid ""
501
  "Use {support_url} placeholder to show support documentation url in message"
502
  msgstr ""
503
  "Використовуйте {support_url} для відображення URL-адреси технічної "
504
  "документації в повідомленні"
505
 
506
+ #: ../admin/general_options.php:114
507
  msgid "Custom CSS"
508
  msgstr "Користувальницькі CSS"
509
 
510
+ #: ../admin/general_options.php:124
511
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
512
  msgstr ""
513
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
514
 
515
+ #: ../admin/general_options.php:147 ../admin/social_sharing.php:1956
516
+ #: ../admin/social_commenting.php:493 ../admin/social_login.php:1232
517
+ #: ../admin/like_buttons.php:836
518
  #, fuzzy
519
  msgid "Instagram Shoutout"
520
  msgstr "Instagram"
521
 
522
+ #: ../admin/general_options.php:149 ../admin/social_sharing.php:1958
523
+ #: ../admin/social_commenting.php:495 ../admin/social_login.php:1234
524
+ #: ../admin/like_buttons.php:838
525
  msgid ""
526
  "If you can send (to hello@heateor.com) how our plugin is helping your "
527
  "business, we can share it on Instagram. You can also send any relevant "
528
  "hashtags and people to mention in the Instagram post."
529
  msgstr ""
530
 
531
+ #: ../admin/general_options.php:150 ../admin/social_sharing.php:1959
532
+ #: ../admin/social_commenting.php:496 ../admin/social_login.php:1235
533
+ #: ../admin/like_buttons.php:839
534
  msgid ""
535
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
536
  "language courses through their website. They have emerged as one of the most "
539
  "time."
540
  msgstr ""
541
 
542
+ #: ../admin/general_options.php:151 ../admin/social_sharing.php:1960
543
+ #: ../admin/social_commenting.php:497 ../admin/social_login.php:1236
544
+ #: ../admin/like_buttons.php:840
545
  msgid ""
546
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
547
  "features at their website, such as - Social Login, Social Share and Social "
582
  msgid "Translate Plugin"
583
  msgstr ""
584
 
585
+ #: ../admin/help.php:37 ../admin/social_login.php:58
586
  #, fuzzy
587
  msgid "Customize Social Login Icons"
588
  msgstr "Параметри входу через соцмережі"
643
  msgid "Rate 5-star"
644
  msgstr "Оцінити 5-бальній шкалі"
645
 
646
+ #: ../admin/social_sharing.php:13 ../admin/social_commenting.php:12
647
+ #: ../admin/social_login.php:13 ../admin/like_buttons.php:14
648
  msgid "Master Control"
649
  msgstr "Майстер налаштувань"
650
 
651
+ #: ../admin/social_sharing.php:18
652
  msgid "Enable Social Sharing"
653
  msgstr "Активувати Поділитися в соцмережах"
654
 
655
+ #: ../admin/social_sharing.php:27
656
  msgid "Master control to enable Social Sharing"
657
  msgstr "Майстер налаштування включення кнопок Поділитися"
658
 
659
+ #: ../admin/social_sharing.php:37
660
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
661
  msgstr ""
662
 
663
+ #: ../admin/social_sharing.php:45
664
  msgid "Theme Selection"
665
  msgstr "Вибір теми"
666
 
667
+ #: ../admin/social_sharing.php:46 ../admin/like_buttons.php:41
668
  msgid "Standard Interface"
669
  msgstr "Стандартний інтерфейс"
670
 
671
+ #: ../admin/social_sharing.php:47 ../admin/like_buttons.php:42
672
  msgid "Floating Interface"
673
  msgstr "Плаваючий інтерфейс"
674
 
675
+ #: ../admin/social_sharing.php:48 ../admin/like_buttons.php:43
676
  msgid "Miscellaneous"
677
  msgstr "Різне"
678
 
679
+ #: ../admin/social_sharing.php:52 ../admin/like_buttons.php:47
680
  #, fuzzy
681
  msgid "3rd Party Integration"
682
  msgstr "XProfile інтеграція"
683
 
684
+ #: ../admin/social_sharing.php:56 ../admin/social_sharing.php:1874
685
+ #: ../admin/social_sharing.php:1876 ../admin/social_login.php:46
686
+ #: ../admin/social_login.php:1189 ../admin/like_buttons.php:51
687
+ #: ../admin/like_buttons.php:797
688
  msgid "Shortcode & Widget"
689
  msgstr "Шорткод і віджет"
690
 
691
+ #: ../admin/social_sharing.php:57
692
  msgid "Troubleshooter"
693
  msgstr "Усунення несправностей"
694
 
695
+ #: ../admin/social_sharing.php:58 ../admin/social_sharing.php:1907
696
+ #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:467
697
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1203
698
+ #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
699
  msgid "FAQ"
700
  msgstr "Часті питання (FAQ)"
701
 
702
+ #: ../admin/social_sharing.php:66
703
  msgid "Standard interface theme"
704
  msgstr "Стандартний інтерфейс"
705
 
706
+ #: ../admin/social_sharing.php:71 ../admin/social_sharing.php:378
707
  msgid "Icon Preview"
708
  msgstr "Прев'ю іконок"
709
 
710
+ #: ../admin/social_sharing.php:143 ../admin/social_sharing.php:451
711
  msgid ""
712
  "Do not forget to save the configuration after making changes by clicking the "
713
  "save button below"
715
  "Не забудьте зберегти конфігурацію після внесення змін, натиснувши нижче "
716
  "кнопку зберегти"
717
 
718
+ #: ../admin/social_sharing.php:150 ../admin/social_sharing.php:458
719
  msgid "Shape"
720
  msgstr "Форма"
721
 
722
+ #: ../admin/social_sharing.php:154 ../admin/social_sharing.php:462
723
+ #: ../inc/widget.php:927
724
  msgid "Round"
725
  msgstr "Кругла"
726
 
727
+ #: ../admin/social_sharing.php:156 ../admin/social_sharing.php:464
728
+ #: ../inc/widget.php:928
729
  msgid "Square"
730
  msgstr "Квадратна"
731
 
732
+ #: ../admin/social_sharing.php:158 ../admin/social_sharing.php:466
733
  msgid "Rectangle"
734
  msgstr "Прямокутник"
735
 
736
+ #: ../admin/social_sharing.php:165 ../admin/social_sharing.php:473
737
  msgid "Shape of the sharing icons"
738
  msgstr "Форма кнопок Поділитися"
739
 
740
+ #: ../admin/social_sharing.php:174 ../admin/social_sharing.php:482
741
  msgid "Size (in pixels)"
742
  msgstr "Розмір (в пікселях)"
743
 
744
+ #: ../admin/social_sharing.php:190 ../admin/social_sharing.php:498
745
  msgid "Size of the sharing icons"
746
  msgstr "Розмір кнопок Поділитися"
747
 
748
+ #: ../admin/social_sharing.php:200 ../admin/social_sharing.php:508
749
  msgid "Width (in pixels)"
750
  msgstr "Ширина (в пікселях)"
751
 
752
+ #: ../admin/social_sharing.php:216 ../admin/social_sharing.php:524
753
  msgid "Width of the sharing icons"
754
  msgstr "Ширина іконок поділитися"
755
 
756
+ #: ../admin/social_sharing.php:224 ../admin/social_sharing.php:532
757
  msgid "Height (in pixels)"
758
  msgstr "Висота (в пікселях)"
759
 
760
+ #: ../admin/social_sharing.php:240 ../admin/social_sharing.php:548
761
  msgid "Height of the sharing icons"
762
  msgstr "Висота кнопок Поділитися"
763
 
764
+ #: ../admin/social_sharing.php:250 ../admin/social_sharing.php:558
765
  msgid "Border radius (in pixels)"
766
  msgstr "Радіус рамки (в пікселях)"
767
 
768
+ #: ../admin/social_sharing.php:260 ../admin/social_sharing.php:568
769
  msgid ""
770
  "Specify a value for rounded corners. More the value, more rounded will the "
771
  "corners be. Leave empty for sharp corners."
773
  "Вкажіть значення для закруглених кутів. Чим більше значення параметра, більш "
774
  "округлими будуть кути. Залиште порожнім для прямих кутів."
775
 
776
+ #: ../admin/social_sharing.php:269 ../admin/social_sharing.php:577
777
  msgid "Logo Color"
778
  msgstr "Колір логотипу"
779
 
780
+ #: ../admin/social_sharing.php:273 ../admin/social_sharing.php:294
781
+ #: ../admin/social_sharing.php:314 ../admin/social_sharing.php:581
782
+ #: ../admin/social_sharing.php:602 ../admin/social_sharing.php:621
783
  msgid "Default"
784
  msgstr "За замовчуванням"
785
 
786
+ #: ../admin/social_sharing.php:275 ../admin/social_sharing.php:295
787
+ #: ../admin/social_sharing.php:319 ../admin/social_sharing.php:583
788
+ #: ../admin/social_sharing.php:603 ../admin/social_sharing.php:626
789
  msgid "On Hover"
790
  msgstr "При наведенні"
791
 
792
+ #: ../admin/social_sharing.php:283 ../admin/social_sharing.php:591
793
  msgid ""
794
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
795
  "empty for default. You can get the hex code of the required color from <a "
800
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
801
  "\"> тут </a>"
802
 
803
+ #: ../admin/social_sharing.php:291 ../admin/social_sharing.php:599
804
+ #: ../admin/social_sharing.php:1312 ../admin/like_buttons.php:410
805
+ #: ../inc/widget.php:444 ../inc/widget.php:756
806
  msgid "Background Color"
807
  msgstr "Колір фону"
808
 
809
+ #: ../admin/social_sharing.php:302 ../admin/social_sharing.php:610
810
  msgid ""
811
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
812
  "\"transparent\" for transparent background. Leave empty for default. You can "
818
  "шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target=\"_blank"
819
  "\"> тут </a>"
820
 
821
+ #: ../admin/social_sharing.php:310 ../admin/social_sharing.php:618
822
  msgid "Border"
823
  msgstr "Рамка"
824
 
825
+ #: ../admin/social_sharing.php:316 ../admin/social_sharing.php:321
826
+ #: ../admin/social_sharing.php:623 ../admin/social_sharing.php:628
827
  msgid "Border Width"
828
  msgstr "Ширина рамки"
829
 
830
+ #: ../admin/social_sharing.php:317 ../admin/social_sharing.php:322
831
+ #: ../admin/social_sharing.php:624 ../admin/social_sharing.php:629
832
  msgid "Border Color"
833
  msgstr "Колір рамки"
834
 
835
+ #: ../admin/social_sharing.php:329 ../admin/social_sharing.php:636
836
  msgid "Icon border"
837
  msgstr "Іконка рамки"
838
 
839
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
840
  msgid "Counter Position"
841
  msgstr "Позиція лічильника"
842
 
843
+ #: ../admin/social_sharing.php:337 ../admin/social_sharing.php:644
844
  msgid "(applies, if counter enabled)"
845
  msgstr "(застосовується, якщо лічильник включений)"
846
 
847
+ #: ../admin/social_sharing.php:341 ../admin/social_sharing.php:648
848
+ #: ../admin/social_sharing.php:929 ../admin/social_sharing.php:1334
849
+ #: ../admin/like_buttons.php:183 ../admin/like_buttons.php:432
850
+ #: ../inc/widget.php:430 ../inc/widget.php:742
851
  msgid "Left"
852
  msgstr "Зліва"
853
 
854
+ #: ../admin/social_sharing.php:343 ../admin/social_sharing.php:650
855
  msgid "Top"
856
  msgstr "Зверху"
857
 
858
+ #: ../admin/social_sharing.php:345 ../admin/social_sharing.php:652
859
+ #: ../admin/social_sharing.php:931 ../admin/social_sharing.php:1335
860
+ #: ../admin/like_buttons.php:185 ../admin/like_buttons.php:433
861
+ #: ../inc/widget.php:431 ../inc/widget.php:743
862
  msgid "Right"
863
  msgstr "Справа"
864
 
865
+ #: ../admin/social_sharing.php:347 ../admin/social_sharing.php:654
866
  msgid "Bottom"
867
  msgstr "Знизу"
868
 
869
+ #: ../admin/social_sharing.php:349 ../admin/social_sharing.php:656
870
  msgid "Inner Left"
871
  msgstr "Лівий відступ"
872
 
873
+ #: ../admin/social_sharing.php:351 ../admin/social_sharing.php:658
874
  msgid "Inner Top"
875
  msgstr "Верхній відступ"
876
 
877
+ #: ../admin/social_sharing.php:353 ../admin/social_sharing.php:660
878
  msgid "Inner Right"
879
  msgstr "Внутрішній відступ справа"
880
 
881
+ #: ../admin/social_sharing.php:355 ../admin/social_sharing.php:662
882
  msgid "Inner Bottom"
883
  msgstr "Нижній відступ"
884
 
885
+ #: ../admin/social_sharing.php:363 ../admin/social_sharing.php:670
886
  msgid "Position of share counter"
887
  msgstr "Положення лічильника Поділитися"
888
 
889
+ #: ../admin/social_sharing.php:373
890
  msgid "Floating interface theme"
891
  msgstr "Плаваючий інтерфейс Поділитися"
892
 
893
+ #: ../admin/social_sharing.php:686
894
  msgid "Standard Sharing Interface Options"
895
  msgstr "Стандартні параметри інтерфейсу"
896
 
897
+ #: ../admin/social_sharing.php:692
898
  msgid "Enable Standard sharing interface"
899
  msgstr "Включити стандартний інтерфейс Поділитися"
900
 
901
+ #: ../admin/social_sharing.php:702
902
  msgid "Master control to enable standard sharing"
903
  msgstr "Майстер налаштування включення стандартних опцій Поділитися"
904
 
905
+ #: ../admin/social_sharing.php:712 ../admin/social_sharing.php:1138
906
+ #: ../admin/like_buttons.php:86 ../admin/like_buttons.php:336
907
  msgid "Target Url"
908
  msgstr "Цільова URL-адреса"
909
 
910
+ #: ../admin/social_sharing.php:716 ../admin/social_sharing.php:1142
911
+ #: ../admin/like_buttons.php:90 ../admin/like_buttons.php:340
912
  msgid "Url of the webpage where icons are located (default)"
913
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
914
 
915
+ #: ../admin/social_sharing.php:718 ../admin/social_sharing.php:1144
916
+ #: ../admin/like_buttons.php:92 ../admin/like_buttons.php:342
917
  msgid "Url of the homepage of your website"
918
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
919
 
920
+ #: ../admin/social_sharing.php:720 ../admin/social_sharing.php:1146
921
+ #: ../admin/like_buttons.php:94 ../admin/like_buttons.php:344
922
  msgid "Custom url"
923
  msgstr "Користувальницьке посилання"
924
 
925
+ #: ../admin/social_sharing.php:727 ../admin/social_sharing.php:1153
926
  msgid "Url to share"
927
  msgstr "Посилання щоб Поділитися"
928
 
929
+ #: ../admin/social_sharing.php:735 ../admin/social_login.php:532
930
+ #: ../admin/social_login.php:873 ../admin/like_buttons.php:109
931
+ #: ../inc/widget.php:921
932
  msgid "Title"
933
  msgstr "Заголовок"
934
 
935
+ #: ../admin/social_sharing.php:745
936
  msgid "The text to display above the sharing interface"
937
  msgstr "Текст, що відображається над інтерфейсом Поділитися"
938
 
939
+ #: ../admin/social_sharing.php:770 ../admin/social_sharing.php:1162
940
  msgid "Instagram username"
941
  msgstr "Введіть ім'я користувача Instagram."
942
 
943
+ #: ../admin/social_sharing.php:780 ../admin/social_sharing.php:1172
944
  msgid ""
945
  "Username of the Instagram account you want to redirect users to, on clicking "
946
  "the icon"
948
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
949
  "користувачів, якщо натиснути на іконку"
950
 
951
+ #: ../admin/social_sharing.php:790 ../admin/social_sharing.php:1182
952
  #, fuzzy
953
  msgid "HTML ID of container element of comment form"
954
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
955
 
956
+ #: ../admin/social_sharing.php:800 ../admin/social_sharing.php:1192
957
  msgid ""
958
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
959
  "icon."
960
  msgstr ""
961
 
962
+ #: ../admin/social_sharing.php:814 ../admin/social_sharing.php:1201
963
  msgid "Rearrange icons"
964
  msgstr "Змінити порядок іконок"
965
 
966
+ #: ../admin/social_sharing.php:873 ../admin/social_sharing.php:1260
967
  msgid "Drag the icons to rearrange in desired order"
968
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
969
 
970
+ #: ../admin/social_sharing.php:881 ../admin/social_sharing.php:1268
971
  msgid "Select Sharing Services"
972
  msgstr "Виберіть сервіси Поділитися"
973
 
974
+ #: ../admin/social_sharing.php:888 ../admin/social_sharing.php:1275
975
  msgid "Select sharing services to show in social share bar"
976
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
977
 
978
+ #: ../admin/social_sharing.php:906 ../admin/social_sharing.php:1293
979
  msgid "Search social network"
980
  msgstr ""
981
 
982
+ #: ../admin/social_sharing.php:925 ../admin/social_sharing.php:1330
983
+ #: ../admin/like_buttons.php:179 ../admin/like_buttons.php:428
984
  msgid "Horizontal alignment"
985
  msgstr "Горизонтальне вирівнювання"
986
 
987
+ #: ../admin/social_sharing.php:930 ../admin/like_buttons.php:184
988
  msgid "Center"
989
  msgstr "Центр"
990
 
991
+ #: ../admin/social_sharing.php:939 ../admin/social_sharing.php:1343
992
  msgid "Horizontal alignment of the sharing interface"
993
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
994
 
995
+ #: ../admin/social_sharing.php:947 ../admin/like_buttons.php:201
996
  msgid "Position with respect to content"
997
  msgstr "Позиція щодо контенту"
998
 
999
+ #: ../admin/social_sharing.php:951 ../admin/like_buttons.php:205
1000
  msgid "Top of the content"
1001
  msgstr "Над вмістом"
1002
 
1003
+ #: ../admin/social_sharing.php:953 ../admin/like_buttons.php:207
1004
  msgid "Bottom of the content"
1005
  msgstr "Під вмістом"
1006
 
1007
+ #: ../admin/social_sharing.php:960
1008
  msgid "Specify position of the sharing interface with respect to the content"
1009
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
1010
 
1011
+ #: ../admin/social_sharing.php:968 ../admin/social_sharing.php:1409
1012
  msgid "Placement"
1013
  msgstr "Розміщення"
1014
 
1015
+ #: ../admin/social_sharing.php:972 ../admin/social_sharing.php:1413
1016
+ #: ../admin/social_login.php:812 ../admin/social_login.php:842
1017
+ #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1018
  msgid "Homepage"
1019
  msgstr "Головна"
1020
 
1021
+ #: ../admin/social_sharing.php:974 ../admin/social_sharing.php:1415
1022
+ #: ../admin/like_buttons.php:228 ../admin/like_buttons.php:513
1023
  msgid "Posts"
1024
  msgstr "Записи"
1025
 
1026
+ #: ../admin/social_sharing.php:976 ../admin/social_sharing.php:1417
1027
+ #: ../admin/like_buttons.php:230 ../admin/like_buttons.php:515
1028
  msgid "Pages"
1029
  msgstr "Сторінки"
1030
 
1031
+ #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1032
+ #: ../admin/like_buttons.php:232 ../admin/like_buttons.php:517
1033
  msgid "Excerpts and Posts page"
1034
  msgstr "Сторінки анонсів і постів"
1035
 
1036
+ #: ../admin/social_sharing.php:980 ../admin/social_sharing.php:1421
1037
+ #: ../admin/like_buttons.php:234 ../admin/like_buttons.php:519
1038
  msgid "Category Archives"
1039
  msgstr "Архіви категорій"
1040
 
1041
+ #: ../admin/social_sharing.php:982 ../admin/social_sharing.php:1423
1042
+ #: ../admin/like_buttons.php:236 ../admin/like_buttons.php:521
1043
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1044
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
1045
 
1046
+ #: ../admin/social_sharing.php:998 ../admin/like_buttons.php:252
1047
  msgid "BuddyPress activity"
1048
  msgstr "BuddyPress активність"
1049
 
1050
+ #: ../admin/social_sharing.php:1000 ../admin/like_buttons.php:255
1051
  msgid "BuddyPress group (only at top of content)"
1052
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
1053
 
1054
+ #: ../admin/social_sharing.php:1006 ../admin/social_sharing.php:1445
1055
+ #: ../admin/like_buttons.php:262 ../admin/like_buttons.php:542
1056
  msgid "BBPress forum"
1057
  msgstr "BBPress форум"
1058
 
1059
+ #: ../admin/social_sharing.php:1009 ../admin/social_sharing.php:1448
1060
+ #: ../admin/like_buttons.php:265 ../admin/like_buttons.php:545
1061
  msgid "BBPress topic"
1062
  msgstr "BBPress тема"
1063
 
1064
+ #: ../admin/social_sharing.php:1012 ../admin/like_buttons.php:268
1065
  msgid "BBPress reply"
1066
  msgstr "BBPress відповідь"
1067
 
1068
+ #: ../admin/social_sharing.php:1019 ../admin/like_buttons.php:275
1069
  msgid "After individual product at WooCommerce Shop page"
1070
  msgstr "Після індивідуального продукту на сторінці магазину"
1071
 
1072
+ #: ../admin/social_sharing.php:1022 ../admin/like_buttons.php:278
1073
  msgid "WooCommerce Product Page"
1074
  msgstr "Продукт Woocommerce"
1075
 
1076
+ #: ../admin/social_sharing.php:1025 ../admin/like_buttons.php:281
1077
  msgid "WooCommerce Thankyou Page"
1078
  msgstr "WooCommerce сторінка подяки"
1079
 
1080
+ #: ../admin/social_sharing.php:1036
1081
  msgid "Specify the pages where you want to enable Sharing interface"
1082
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
1083
 
1084
+ #: ../admin/social_sharing.php:1044 ../admin/social_sharing.php:1466
1085
  msgid "Show share counts"
1086
  msgstr "Показати лічильники кнопки Поділитися"
1087
 
1088
+ #: ../admin/social_sharing.php:1049 ../admin/social_sharing.php:1471
1089
  #, fuzzy
1090
  msgid ""
1091
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1094
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
1095
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
1096
 
1097
+ #: ../admin/social_sharing.php:1050 ../admin/social_sharing.php:1472
1098
  #, php-format
1099
  msgid ""
1100
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1103
  "their website."
1104
  msgstr ""
1105
 
1106
+ #: ../admin/social_sharing.php:1057 ../admin/social_sharing.php:1479
1107
  msgid "If enabled, share counts are displayed above sharing icons."
1108
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
1109
 
1110
+ #: ../admin/social_sharing.php:1066 ../admin/social_sharing.php:1488
1111
  msgid "Show total shares"
1112
  msgstr "Включити загальну кількість Поділитися"
1113
 
1114
+ #: ../admin/social_sharing.php:1076 ../admin/social_sharing.php:1498
1115
  msgid "If enabled, total shares will be displayed with sharing icons"
1116
  msgstr ""
1117
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
1118
  "кнопками Поділитися"
1119
 
1120
+ #: ../admin/social_sharing.php:1085 ../admin/social_sharing.php:1507
1121
  msgid "Enable 'More' icon"
1122
  msgstr "Включити значок «Більше»"
1123
 
1124
+ #: ../admin/social_sharing.php:1095 ../admin/social_sharing.php:1517
1125
  msgid ""
1126
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1127
  "which shows additional sharing networks in popup"
1129
  "Якщо включено, «Більше» буде відображатися після кнопок Поділитися, яка "
1130
  "показує додаткові сервіси в спливаючому вікні"
1131
 
1132
+ #: ../admin/social_sharing.php:1112
1133
  msgid "Floating Sharing Interface Options"
1134
  msgstr "Параметри плаваючих кнопок Поділитися"
1135
 
1136
+ #: ../admin/social_sharing.php:1118
1137
  msgid "Enable Floating sharing interface"
1138
  msgstr "Включити інтерфейс плаваючих кнопок Поділитися"
1139
 
1140
+ #: ../admin/social_sharing.php:1128
1141
  msgid "Master control to enable floating sharing widget"
1142
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
1143
 
1144
+ #: ../admin/social_sharing.php:1322
1145
  msgid ""
1146
  "Specify the color or hex code (example #cc78e0) for the background of "
1147
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1153
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
1154
  "target=\"_blank\"> тут </a>"
1155
 
1156
+ #: ../admin/social_sharing.php:1352 ../admin/like_buttons.php:450
1157
  msgid "Left offset"
1158
  msgstr "Зміщення вліво"
1159
 
1160
+ #: ../admin/social_sharing.php:1362
1161
  msgid ""
1162
  "Specify a number. Increase in number will shift sharing interface towards "
1163
  "right and decrease will shift it towards left. Number can be negative too."
1166
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
1167
  "негативним."
1168
 
1169
+ #: ../admin/social_sharing.php:1372 ../admin/like_buttons.php:470
1170
  msgid "Right offset"
1171
  msgstr "Зміщення вправо"
1172
 
1173
+ #: ../admin/social_sharing.php:1382
1174
  msgid ""
1175
  "Specify a number. Increase in number will shift sharing interface towards "
1176
  "left and decrease will shift it towards right. Number can be negative too."
1179
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
1180
  "негативним."
1181
 
1182
+ #: ../admin/social_sharing.php:1391 ../admin/like_buttons.php:489
1183
  msgid "Top offset"
1184
  msgstr "Верхній відступ"
1185
 
1186
+ #: ../admin/social_sharing.php:1401
1187
  msgid ""
1188
  "Specify a number. Increase in number will shift sharing interface towards "
1189
  "bottom and decrease will shift it towards top."
1191
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
1192
  "низу і зменшувати по відношенню до верху."
1193
 
1194
+ #: ../admin/social_sharing.php:1437 ../admin/like_buttons.php:535
1195
  msgid "BuddyPress group"
1196
  msgstr "BuddyPress Група"
1197
 
1198
+ #: ../admin/social_sharing.php:1458
1199
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1200
  msgstr ""
1201
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
1202
 
1203
+ #: ../admin/social_sharing.php:1525
1204
  msgid "Vertical floating bar responsiveness"
1205
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1206
 
1207
+ #: ../admin/social_sharing.php:1528
1208
  #, php-format
1209
  msgid "Display vertical interface only when screen is wider than %s pixels"
1210
  msgstr ""
1211
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
1212
  "пікселів."
1213
 
1214
+ #: ../admin/social_sharing.php:1535
1215
  msgid ""
1216
  "Display vertical interface only when screen is wider than the width "
1217
  "specified."
1219
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
1220
  "ширина за замовчуванням."
1221
 
1222
+ #: ../admin/social_sharing.php:1543
1223
  msgid "Horizontal floating bar responsiveness"
1224
  msgstr "Адаптивність вертикальних плаваючих кнопок"
1225
 
1226
+ #: ../admin/social_sharing.php:1546
1227
  #, php-format
1228
  msgid ""
1229
  "Stick vertical floating interface horizontally at bottom only when screen is "
1232
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1233
  "вужче ніж% s пікселів"
1234
 
1235
+ #: ../admin/social_sharing.php:1553
1236
  msgid ""
1237
  "Stick vertical floating interface horizontally at bottom only when screen is "
1238
  "narrower than the width specified"
1240
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
1241
  "вужче чим зазначена ширина"
1242
 
1243
+ #: ../admin/social_sharing.php:1563
1244
  msgid "Horizontal floating bar position"
1245
  msgstr "Розташування горизонтальної плаваючої панелі"
1246
 
1247
+ #: ../admin/social_sharing.php:1566
1248
  #, php-format
1249
  msgid "%s pixels from %s"
1250
  msgstr "%s пікселів від %s"
1251
 
1252
+ #: ../admin/social_sharing.php:1567
1253
  msgid "Auto-adjust according to screen width (responsive)"
1254
  msgstr ""
1255
 
1256
+ #: ../admin/social_sharing.php:1574
1257
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1258
  msgstr ""
1259
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
1260
  "негативним."
1261
 
1262
+ #: ../admin/social_sharing.php:1594 ../admin/like_buttons.php:592
1263
  msgid "Url shortener"
1264
  msgstr "Скорочення URL"
1265
 
1266
+ #: ../admin/social_sharing.php:1600
1267
  msgid "Use shortlinks already installed"
1268
  msgstr "Використання коротких посилань вже встановлено"
1269
 
1270
+ #: ../admin/social_sharing.php:1610
1271
  msgid "Uses default short url permalinks without using any additional plugin"
1272
  msgstr ""
1273
  "Використовує за замовчуванням постійні короткі url без використання будь-"
1274
  "яких додаткових плагінів"
1275
 
1276
+ #: ../admin/social_sharing.php:1618
1277
  msgid "Enable bit.ly url shortener for sharing"
1278
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
1279
 
1280
+ #: ../admin/social_sharing.php:1628 ../admin/like_buttons.php:626
1281
  msgid "Master control to enable bit.ly url shortening for sharing"
1282
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
1283
 
1284
+ #: ../admin/social_sharing.php:1636
1285
  msgid "bit.ly Login"
1286
  msgstr "bit.ly Логін"
1287
 
1288
+ #: ../admin/social_sharing.php:1646 ../admin/social_sharing.php:1665
1289
  #, fuzzy, php-format
1290
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1291
  msgstr ""
1292
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1293
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1294
 
1295
+ #: ../admin/social_sharing.php:1655 ../admin/like_buttons.php:653
1296
  msgid "bit.ly API Key"
1297
  msgstr "bit.ly ключ додатка"
1298
 
1299
+ #: ../admin/social_sharing.php:1674 ../admin/like_buttons.php:672
1300
  msgid "Clear Bitly Cache"
1301
  msgstr "Очистити Bitly кеш"
1302
 
1303
+ #: ../admin/social_sharing.php:1678 ../admin/like_buttons.php:676
1304
  msgid "ShortUrl cache cleared successfully."
1305
  msgstr "ShortUrl кеш успішно очищений."
1306
 
1307
+ #: ../admin/social_sharing.php:1685 ../admin/like_buttons.php:683
1308
  msgid ""
1309
  "Use this to delete short urls saved in database. Handy, if urls of your "
1310
  "website have been changed but short urls are still being generated for old "
1314
  "Зручно, якщо URL-адреси вашого веб-сайту було змінено, але короткі URL-"
1315
  "адреси, як і раніше створюються для старих URL-адрес."
1316
 
1317
+ #: ../admin/social_sharing.php:1694
1318
  msgid "Share Count Cache"
1319
  msgstr "Кеш лічильників Поділитися"
1320
 
1321
+ #: ../admin/social_sharing.php:1700
1322
  msgid "Refresh Share Count cache every"
1323
  msgstr "Оновити кеш лічильників Поділитися"
1324
 
1325
+ #: ../admin/social_sharing.php:1705
1326
  msgid "Second(s)"
1327
  msgstr "Секунд"
1328
 
1329
+ #: ../admin/social_sharing.php:1706
1330
  msgid "Minute(s)"
1331
  msgstr "Хвилин"
1332
 
1333
+ #: ../admin/social_sharing.php:1707
1334
  msgid "Hour(s)"
1335
  msgstr "Годин"
1336
 
1337
+ #: ../admin/social_sharing.php:1708
1338
  msgid "Day(s)"
1339
  msgstr "Днів"
1340
 
1341
+ #: ../admin/social_sharing.php:1716
1342
  #, fuzzy, php-format
1343
  msgid ""
1344
  "Frequent cache refreshing results in slower loading of pages with share "
1348
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
1349
  "включеними лічильниками Поділитися"
1350
 
1351
+ #: ../admin/social_sharing.php:1724
1352
  msgid "Clear Share Counts Cache"
1353
  msgstr "Очистити кеш лічильників Поділитися"
1354
 
1355
+ #: ../admin/social_sharing.php:1728
1356
  msgid "Share Counts cache cleared successfully."
1357
  msgstr "Кеш лічільників Поділитися успішно очищений."
1358
 
1359
+ #: ../admin/social_sharing.php:1735
1360
  msgid "Use this to clear cached share counts"
1361
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
1362
 
1363
+ #: ../admin/social_sharing.php:1744 ../admin/social_sharing.php:1750
1364
+ #: ../admin/social_commenting.php:324 ../admin/like_buttons.php:692
1365
+ #: ../admin/like_buttons.php:698
1366
  msgid "Language"
1367
  msgstr "Мова"
1368
 
1369
+ #: ../admin/social_sharing.php:1760
1370
  #, php-format
1371
  msgid ""
1372
  "Enter the code of the language you want to use for like buttons. You can "
1378
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
1379
  "замовчуванням (Українська)."
1380
 
1381
+ #: ../admin/social_sharing.php:1769
1382
  msgid "Username in sharing"
1383
  msgstr "Ім'я користувача щоб поділитися"
1384
 
1385
+ #: ../admin/social_sharing.php:1775
1386
  msgid "Twitter username (without @)"
1387
  msgstr "Twitter ім'я користувача (без @)"
1388
 
1389
+ #: ../admin/social_sharing.php:1785 ../admin/social_sharing.php:1804
1390
  msgid ""
1391
  "Provided username will be appended after the content being shared as \"via "
1392
  "@USERNAME\". Leave empty if you do not want any username in the content "
1395
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
1396
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
1397
 
1398
+ #: ../admin/social_sharing.php:1794
1399
  msgid "Buffer username (without @)"
1400
  msgstr "Ім'я користувача в Twitter (без @)"
1401
 
1402
+ #: ../admin/social_sharing.php:1813
1403
  msgid "AMP"
1404
  msgstr "AMP"
1405
 
1406
+ #: ../admin/social_sharing.php:1819
1407
  msgid "Enable sharing on AMP pages"
1408
  msgstr "Дозволити загальний доступ на сторінках AMP"
1409
 
1410
+ #: ../admin/social_sharing.php:1829
1411
  msgid "Enable this option to render sharing icons on AMP pages"
1412
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
1413
 
1414
+ #: ../admin/social_sharing.php:1848 ../admin/like_buttons.php:771
1415
  msgid "myCRED"
1416
  msgstr ""
1417
 
1418
+ #: ../admin/social_sharing.php:1854 ../admin/like_buttons.php:777
1419
  msgid "Append myCRED referral ID to the urls being shared"
1420
  msgstr ""
1421
 
1422
+ #: ../admin/social_sharing.php:1887
1423
  msgid "Facebook Sharing Troubleshooter"
1424
  msgstr "Усунення несправностей Поділитися від Facebook"
1425
 
1426
+ #: ../admin/social_sharing.php:1892
1427
  msgid ""
1428
  "If Facebook sharing is not working fine, click at the following link and "
1429
  "enter the problematic url (where Facebook sharing is not working properly) "
1435
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
1436
  "\"Отримання інформації про нову поломки \"."
1437
 
1438
+ #: ../admin/social_sharing.php:1909 ../admin/social_commenting.php:469
1439
+ #: ../admin/social_login.php:1205
1440
  msgid ""
1441
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1442
  "an online website for the plugin to function properly."
1443
  msgstr ""
1444
 
1445
+ #: ../admin/social_sharing.php:1911
1446
  msgid "Why is Instagram icon redirecting to Instagram website?"
1447
  msgstr ""
1448
 
1449
+ #: ../admin/social_sharing.php:1912
1450
  msgid ""
1451
  "Instagram icon is there to send website visitors to the Instagram page of "
1452
  "your choice. You can save the desired Instagram handle in \"Instagram "
1454
  "sections."
1455
  msgstr ""
1456
 
1457
+ #: ../admin/social_sharing.php:1915
1458
  msgid ""
1459
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/social_sharing.php:1916
1463
  msgid ""
1464
  "It takes some time for their service to track the shares made on Twitter "
1465
  "from your website. If you still feel it's taking too long you can contact "
1466
  "their support directly from their website."
1467
  msgstr ""
1468
 
1469
+ #: ../admin/social_sharing.php:1918 ../admin/like_buttons.php:814
1470
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1471
  msgstr ""
1472
 
1473
+ #: ../admin/social_sharing.php:1919
1474
  msgid ""
1475
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1476
  msgstr ""
1477
 
1478
+ #: ../admin/social_sharing.php:1920 ../admin/social_commenting.php:472
1479
+ #: ../admin/social_login.php:1211
1480
  msgid "Why is my browser blocking some features of the plugin?"
1481
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1482
 
1483
+ #: ../admin/social_sharing.php:1921
1484
  #, fuzzy
1485
  msgid "Why the color of share icons is not being updated?"
1486
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1487
 
1488
+ #: ../admin/social_sharing.php:1922
1489
  msgid ""
1490
  "Why is sharer not showing the correct image, title and other meta tags "
1491
  "content?"
1493
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
1494
  "дані контенту?"
1495
 
1496
+ #: ../admin/social_sharing.php:1923
1497
  msgid "Why Facebook share counts are not appearing?"
1498
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1499
 
1500
+ #: ../admin/social_sharing.php:1924
1501
  msgid ""
1502
  "How can I show share counts of my website rather than of individual pages/"
1503
  "posts?"
1505
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
1506
  "постах?"
1507
 
1508
+ #: ../admin/social_sharing.php:1925
1509
  msgid "How can I disable sharing on particular page/post?"
1510
  msgstr ""
1511
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
1512
 
1513
+ #: ../admin/social_sharing.php:1926
1514
  msgid "How can I specify minimum sharing count for sharing networks?"
1515
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
1516
 
1517
+ #: ../admin/social_sharing.php:1927
1518
  msgid "How to share specific page?"
1519
  msgstr "Як поділитися певною сторінкою?"
1520
 
1521
+ #: ../admin/social_sharing.php:1928
1522
  msgid "How to integrate Google Analytics with sharing?"
1523
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
1524
 
1525
+ #: ../admin/social_sharing.php:1929
1526
  msgid "How to customize the look of total share counts?"
1527
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
1528
 
1529
+ #: ../admin/social_sharing.php:1930
1530
  msgid "How to customize the look of individual share counts?"
1531
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
1532
 
1533
+ #: ../admin/social_sharing.php:1931
1534
  msgid "How to show Whatsapp icon only on mobile devices?"
1535
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
1536
 
1537
+ #: ../admin/social_sharing.php:1932
1538
  msgid "How to hide arrow after floating sharing bar?"
1539
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
1540
 
1541
+ #: ../admin/social_sharing.php:1933
1542
  #, fuzzy
1543
  msgid "Why is share count not getting updated?"
1544
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
1545
 
1546
+ #: ../admin/social_sharing.php:1934 ../admin/like_buttons.php:812
1547
  msgid "Why is there so much space between like buttons?"
1548
  msgstr "Чому існує так багато місця між кнопками?"
1549
 
1550
+ #: ../admin/social_sharing.php:1935 ../admin/like_buttons.php:813
1551
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1552
  msgstr ""
1553
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
1554
  "сторінці?"
1555
 
1556
+ #: ../admin/social_commenting.php:17
1557
  msgid "Enable Social Commenting"
1558
  msgstr "Включити коментування через соцмережі"
1559
 
1560
+ #: ../admin/social_commenting.php:27
1561
  msgid "Master control to enable Social Commenting"
1562
  msgstr "Майстер налаштування коментування через соц мережі"
1563
 
1564
+ #: ../admin/social_commenting.php:38
1565
  msgid "Social Commenting"
1566
  msgstr "Коментування через соцмережі"
1567
 
1568
+ #: ../admin/social_commenting.php:39 ../admin/social_commenting.php:454
1569
  msgid "Shortcode"
1570
  msgstr "Шорткод"
1571
 
1572
+ #: ../admin/social_commenting.php:53
1573
  msgid "Order of tabs in commenting interface"
1574
  msgstr "Послідовність вкладок в коментуванні через соцмережі"
1575
 
1576
+ #: ../admin/social_commenting.php:63
1577
  msgid ""
1578
  "Order of the tabs shown in social commenting interface. Defaults to "
1579
  "wordpress,facebook,googleplus,disqus"
1581
  "Порядок відображення вкладок в інтерфейсі коментування через соціальні "
1582
  "мережі. За замовчуванням - wordpress, facebook, googleplus, disqus"
1583
 
1584
+ #: ../admin/social_commenting.php:71
1585
  msgid "Comment area label"
1586
  msgstr "Поле для області коментаря"
1587
 
1588
+ #: ../admin/social_commenting.php:81
1589
  msgid "Label for comment area"
1590
  msgstr "Позначка для області коментаря"
1591
 
1592
+ #: ../admin/social_commenting.php:94
1593
  msgid "Enable Social Commenting at"
1594
  msgstr "Включити коментування через соцмережі в"
1595
 
1596
+ #: ../admin/social_commenting.php:113
1597
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1598
  msgstr "Вкажіть сторінки / пости, де ви хочете включити соціальні коментарі"
1599
 
1600
+ #: ../admin/social_commenting.php:124
1601
  msgid "HTML ID of comment form container"
1602
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
1603
 
1604
+ #: ../admin/social_commenting.php:134
1605
  msgid ""
1606
  "HTML ID of container element of the default comment form at front end. Leave "
1607
  "empty for default ID - \"respond\". You need to specify it if default "
1613
  "указать, если по умолчанию комментирование появляеться и социального "
1614
  "Комментирование не включено в фронт-энде вашего сайта."
1615
 
1616
+ #: ../admin/social_commenting.php:144
1617
  msgid "Labels"
1618
  msgstr "Поля"
1619
 
1620
+ #: ../admin/social_commenting.php:149
1621
  msgid "Label for WordPress Commenting tab"
1622
  msgstr "Поле для коментування через Wordpress"
1623
 
1624
+ #: ../admin/social_commenting.php:158
1625
  msgid "Label for Facebook Commenting tab"
1626
  msgstr "Поле для коментування через Facebook"
1627
 
1628
+ #: ../admin/social_commenting.php:167
1629
  msgid "Label for G+ Commenting tab"
1630
  msgstr "Поле для коментування через Google+"
1631
 
1632
+ #: ../admin/social_commenting.php:176
1633
  msgid "Label for Disqus Commenting tab"
1634
  msgstr "Поле для коментування через Disqus"
1635
 
1636
+ #: ../admin/social_commenting.php:187
1637
  msgid "Facebook Commenting Options"
1638
  msgstr "Налаштування коментування через Facebook"
1639
 
1640
+ #: ../admin/social_commenting.php:193
1641
  msgid "Enable Facebook Comments notification and moderation"
1642
  msgstr "Активувати повідомлення і модерацію для коментарів через Facebook"
1643
 
1644
+ #: ../admin/social_commenting.php:201 ../admin/social_commenting.php:211
1645
  msgid "Enable Facebook Commenting"
1646
  msgstr "Активувати коментування через Facebook"
1647
 
1648
+ #: ../admin/social_commenting.php:219 ../admin/social_commenting.php:385
1649
  msgid "Url to comment on"
1650
  msgstr "Посилання для коментаря"
1651
 
1652
+ #: ../admin/social_commenting.php:229
1653
  msgid ""
1654
  "The absolute URL that comments posted will be permanently associated with. "
1655
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1662
  "використовуватися адреса сторінки, на якій включено коментування через "
1663
  "соціальні посилання."
1664
 
1665
+ #: ../admin/social_commenting.php:237
1666
  #, fuzzy
1667
  msgid "Show Recent Facebook Comments in a Widget"
1668
  msgstr "Активувати коментування через Facebook"
1669
 
1670
+ #: ../admin/social_commenting.php:245 ../admin/social_commenting.php:367
1671
  msgid "Width"
1672
  msgstr "Ширина"
1673
 
1674
+ #: ../admin/social_commenting.php:255
1675
  msgid ""
1676
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1677
  "block."
1679
  "Залиште поле порожнім щоб був автоматичний підбір ширини. Ширина (в "
1680
  "пікселях) для блоку коментарів."
1681
 
1682
+ #: ../admin/social_commenting.php:263
1683
  msgid "Color Scheme"
1684
  msgstr "Схема кольорів"
1685
 
1686
+ #: ../admin/social_commenting.php:267
1687
  msgid "Light"
1688
  msgstr "Cвітла"
1689
 
1690
+ #: ../admin/social_commenting.php:268
1691
  msgid "Dark"
1692
  msgstr "Темна"
1693
 
1694
+ #: ../admin/social_commenting.php:276
1695
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1696
  msgstr "Використовувати світлий або темний скін"
1697
 
1698
+ #: ../admin/social_commenting.php:284
1699
  msgid "Number of comments"
1700
  msgstr "Кількість коментарів"
1701
 
1702
+ #: ../admin/social_commenting.php:294
1703
  msgid ""
1704
  "The number of comments to show by default. The minimum value is 1. Defaults "
1705
  "to 10"
1707
  "Кількість коментарів для відображення за замовчуванням. Мінімальним "
1708
  "значенням 1. За замовчуванням становить 10"
1709
 
1710
+ #: ../admin/social_commenting.php:302
1711
  msgid "Order by"
1712
  msgstr "Порядок сортування:"
1713
 
1714
+ #: ../admin/social_commenting.php:306
1715
  msgid "Social"
1716
  msgstr "За замовчуванням"
1717
 
1718
+ #: ../admin/social_commenting.php:307
1719
  msgid "Reverse Time"
1720
  msgstr "Зворотному часу"
1721
 
1722
+ #: ../admin/social_commenting.php:308
1723
  msgid "Time"
1724
  msgstr "Час"
1725
 
1726
+ #: ../admin/social_commenting.php:316
1727
  msgid "The order to use when displaying comments."
1728
  msgstr "Цей порядок використовується у відображенні коментарів."
1729
 
1730
+ #: ../admin/social_commenting.php:334
1731
  #, php-format
1732
  msgid ""
1733
  "Enter the code of the language you want to use to display commenting. You "
1739
  "це посилання </a>. Залиште його порожнім для мови за замовчуванням "
1740
  "(український)"
1741
 
1742
+ #: ../admin/social_commenting.php:343
1743
  msgid "Google Plus Commenting Options"
1744
  msgstr "Налаштування коментування через Google+"
1745
 
1746
+ #: ../admin/social_commenting.php:349 ../admin/social_commenting.php:359
1747
  msgid "Enable Google Plus Commenting"
1748
  msgstr "Включити Google Plus коментування"
1749
 
1750
+ #: ../admin/social_commenting.php:377
1751
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1752
  msgstr ""
1753
  "Ширина інтерфейсу коментування Google+ . Залиште порожнім для автопідбору."
1754
 
1755
+ #: ../admin/social_commenting.php:395
1756
  msgid ""
1757
  "The absolute URL that comments posted will be permanently associated with. "
1758
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1765
  "використовуватися адреса сторінки, на якій включено коментування через "
1766
  "соціальні посилання."
1767
 
1768
+ #: ../admin/social_commenting.php:404
1769
  msgid "Disqus Commenting Options"
1770
  msgstr "Налаштування коментування через Disqus"
1771
 
1772
+ #: ../admin/social_commenting.php:410 ../admin/social_commenting.php:420
1773
  msgid "Enable Disqus Commenting"
1774
  msgstr "Активувати коментування через Disqus"
1775
 
1776
+ #: ../admin/social_commenting.php:428
1777
  msgid "Disqus Shortname"
1778
  msgstr "Коротке ім'я Disqus"
1779
 
1780
+ #: ../admin/social_commenting.php:438
1781
  msgid ""
1782
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1783
  "shortname, visit following link."
1785
  "<Strong> Необхідно для використання коментування через Disqus. </ Strong> "
1786
  "Для більшої інформації відвідайте відповідне посилання"
1787
 
1788
+ #: ../admin/social_commenting.php:456
1789
  msgid "Social Commenting Shortcode"
1790
  msgstr "Шорткод коментування через соцмережі"
1791
 
1792
+ #: ../admin/social_commenting.php:470
1793
  msgid ""
1794
  "How to show recent Facebook Comments from all over the website in a widget?"
1795
  msgstr ""
1796
 
1797
+ #: ../admin/social_commenting.php:471
1798
  msgid ""
1799
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1800
  "Https?"
1801
  msgstr ""
1802
 
1803
+ #: ../admin/social_commenting.php:473
1804
  msgid "How can I disable Social Commenting at individual page/post?"
1805
  msgstr ""
1806
  "Як мені відключити коментування через соціальні мережі на певних сторінках / "
1807
  "постах?"
1808
 
1809
+ #: ../admin/social_commenting.php:474
1810
  msgid "How to disable default comment form from Social Commenting?"
1811
  msgstr "Як мені деактивувати певну форму з коментування через соцмережі?"
1812
 
1813
+ #: ../admin/social_login.php:19
1814
  msgid "Enable Social Login"
1815
  msgstr "Активувати вхід через соцмережі"
1816
 
1817
+ #: ../admin/social_login.php:29
1818
  msgid ""
1819
  "Master control for Social Login. It must be checked to enable Social Login "
1820
  "functionality"
1822
  "Майстер управління входу через соц мережі. Повинно бути включено щоб "
1823
  "активувати вхід через соцмережі."
1824
 
1825
+ #: ../admin/social_login.php:40 ../admin/social_login.php:54
1826
  msgid "Basic Configuration"
1827
  msgstr "Основные настройки"
1828
 
1829
+ #: ../admin/social_login.php:41
1830
  msgid "Advanced Configuration"
1831
  msgstr "Розширена конфігурація"
1832
 
1833
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1018
1834
  msgid "GDPR"
1835
  msgstr ""
1836
 
1837
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1140
1838
  msgid "XProfile Integration"
1839
  msgstr "XProfile інтеграція"
1840
 
1841
+ #: ../admin/social_login.php:64
1842
  msgid "Disable user registration via Social Login"
1843
  msgstr "Відключити реєстрацію користувача через соцмережі"
1844
 
1845
+ #: ../admin/social_login.php:74
1846
  msgid ""
1847
  "After enabling this option, new users will not be able to login through "
1848
  "social login. Only existing users will be able to social login."
1850
  "Після включення цієї опції, нові користувачі не зможуть увійти в через "
1851
  "соцмережі в систему. Тільки існуючі користувачі зможуть зробити це."
1852
 
1853
+ #: ../admin/social_login.php:83
1854
  msgid "Redirection url"
1855
  msgstr "Перенаправлення входу"
1856
 
1857
+ #: ../admin/social_login.php:93
1858
  msgid ""
1859
  "User will be redirected to this page after unsuccessful registration attempt "
1860
  "via Social Login. You can specify the url of registration form or of a page "
1864
  "реєстрації через соцмережі. Ви можете вказати URL реєстраційної форми або "
1865
  "сторінки показує повідомлення про відключення реєстрації через соцмережі."
1866
 
1867
+ #: ../admin/social_login.php:102
1868
  #, fuzzy
1869
  msgid "Select Social Networks"
1870
  msgstr "Виберіть сервіси"
1871
 
1872
+ #: ../admin/social_login.php:107
1873
  msgid "Facebook"
1874
  msgstr "Facebook"
1875
 
1876
+ #: ../admin/social_login.php:111
1877
  msgid "Twitter"
1878
  msgstr "Twitter"
1879
 
1880
+ #: ../admin/social_login.php:115
1881
  msgid "LinkedIn"
1882
  msgstr "LinkedIn"
1883
 
1884
+ #: ../admin/social_login.php:119
1885
  msgid "Google+"
1886
  msgstr "Google+"
1887
 
1888
+ #: ../admin/social_login.php:123
1889
  msgid "Vkontakte"
1890
  msgstr "Вконтакте"
1891
 
1892
+ #: ../admin/social_login.php:127
1893
  msgid "Instagram"
1894
  msgstr "Instagram"
1895
 
1896
+ #: ../admin/social_login.php:131
1897
  msgid "Xing"
1898
  msgstr "Xing"
1899
 
1900
+ #: ../admin/social_login.php:135
1901
  msgid "Steam"
1902
  msgstr "Steam"
1903
 
1904
+ #: ../admin/social_login.php:140
1905
  msgid "Twitch"
1906
  msgstr "Twitch"
1907
 
1908
+ #: ../admin/social_login.php:145
1909
  msgid "LiveJournal"
1910
  msgstr "Живий Журнал"
1911
 
1912
+ #: ../admin/social_login.php:153
1913
  msgid "Select Social ID provider to enable in Social Login"
1914
  msgstr "Виберіть соцмережі щоб активувати вхід через соцмережі"
1915
 
1916
+ #: ../admin/social_login.php:161
1917
  msgid "Facebook App ID"
1918
  msgstr "Facebook App ID"
1919
 
1920
+ #: ../admin/social_login.php:171
1921
  #, php-format
1922
  msgid ""
1923
  "Required for Facebook Social Login to work. Please follow the documentation "
1926
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1927
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1928
 
1929
+ #: ../admin/social_login.php:173 ../admin/social_login.php:195
1930
  msgid ""
1931
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1932
  msgstr ""
1933
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
1934
  "згадки посилання."
1935
 
1936
+ #: ../admin/social_login.php:183
1937
  #, fuzzy
1938
  msgid "Facebook App Secret"
1939
  msgstr "Facebook App ID"
1940
 
1941
+ #: ../admin/social_login.php:193
1942
  #, fuzzy, php-format
1943
  msgid ""
1944
  "Required for Facebook Social Login to work. Please follow the documentation "
1947
  "Необхідно для входу через Facebook. Будь ласка, подивіться документацію <a "
1948
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Facebook."
1949
 
1950
+ #: ../admin/social_login.php:205
1951
  msgid "Twitter API Key"
1952
  msgstr "Twitter API ключ"
1953
 
1954
+ #: ../admin/social_login.php:215
1955
  #, php-format
1956
  msgid ""
1957
  "Required for Twitter Social Login to work. Please follow the documentation "
1960
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
1961
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
1962
 
1963
+ #: ../admin/social_login.php:217 ../admin/social_login.php:243
1964
  #, fuzzy
1965
  msgid ""
1966
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1968
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1969
  "посилання"
1970
 
1971
+ #: ../admin/social_login.php:221 ../admin/social_login.php:247
1972
  #, fuzzy
1973
  msgid ""
1974
  "Paste following url in <strong>Callback URL</strong> option at the link "
1977
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
1978
  "посилання"
1979
 
1980
+ #: ../admin/social_login.php:231
1981
  msgid "Twitter API Secret"
1982
  msgstr "Twitter API секретний ключ"
1983
 
1984
+ #: ../admin/social_login.php:241
1985
  #, php-format
1986
  msgid ""
1987
  "Required for Twitter Social Login to work. Please follow the documentation "
1991
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа "
1992
  "додатку Twitter ."
1993
 
1994
+ #: ../admin/social_login.php:257
1995
  #, fuzzy
1996
  msgid "LinkedIn Client ID"
1997
  msgstr "LinkedIn"
1998
 
1999
+ #: ../admin/social_login.php:267
2000
  #, fuzzy, php-format
2001
  msgid ""
2002
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2005
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2006
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2007
 
2008
+ #: ../admin/social_login.php:269 ../admin/social_login.php:291
2009
+ #: ../admin/social_login.php:401
2010
  msgid ""
2011
  "Paste following url in <strong>Website URL</strong> option at the link "
2012
  "mentioned"
2014
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2015
  "посилання"
2016
 
2017
+ #: ../admin/social_login.php:279
2018
  msgid "LinkedIn Client Secret "
2019
  msgstr ""
2020
 
2021
+ #: ../admin/social_login.php:289
2022
  #, fuzzy, php-format
2023
  msgid ""
2024
  "Required for LinkedIn Social Login to work. Please follow the documentation "
2028
  "Необхідно для входу через LinkedIn. Будь ласка, подивіться документацію <a "
2029
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку LinkedIn."
2030
 
2031
+ #: ../admin/social_login.php:301
2032
  msgid "Google+ Client ID"
2033
  msgstr "Google+ ID клієнта"
2034
 
2035
+ #: ../admin/social_login.php:311
2036
  #, php-format
2037
  msgid ""
2038
  "Required for GooglePlus Social Login to work. Please follow the "
2042
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2043
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2044
 
2045
+ #: ../admin/social_login.php:313 ../admin/social_login.php:335
2046
  #, fuzzy
2047
  msgid ""
2048
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
2051
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2052
  "згадки посилання."
2053
 
2054
+ #: ../admin/social_login.php:323
2055
  #, fuzzy
2056
  msgid "Google+ Client Secret"
2057
  msgstr "Google+ ID клієнта"
2058
 
2059
+ #: ../admin/social_login.php:333
2060
  #, fuzzy, php-format
2061
  msgid ""
2062
  "Required for GooglePlus Social Login to work. Please follow the "
2066
  "Необхідно для входу через Google+. Будь ласка, подивіться документацію <a "
2067
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Google+."
2068
 
2069
+ #: ../admin/social_login.php:345
2070
  msgid "Vkontakte Application ID"
2071
  msgstr "ID додатку Вконтакте"
2072
 
2073
+ #: ../admin/social_login.php:355 ../admin/social_login.php:377
2074
  #, php-format
2075
  msgid ""
2076
  "Required for Vkontakte Social Login to work. Please follow the documentation "
2080
  "Необхідно для входу через Vkontakte. Будь ласка, подивіться документацію <a "
2081
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID додатку Vkontakte."
2082
 
2083
+ #: ../admin/social_login.php:357 ../admin/social_login.php:379
2084
  msgid ""
2085
  "Paste following url in <strong>Site address</strong> option at the link "
2086
  "mentioned"
2088
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2089
  "згадки посилання."
2090
 
2091
+ #: ../admin/social_login.php:367
2092
  #, fuzzy
2093
  msgid "Vkontakte Secure key"
2094
  msgstr "Вконтакте"
2095
 
2096
+ #: ../admin/social_login.php:389
2097
  msgid "Instagram Client ID"
2098
  msgstr "Instagram ID клієнта"
2099
 
2100
+ #: ../admin/social_login.php:399
2101
  #, php-format
2102
  msgid ""
2103
  "Required for Instagram Social Login to work. Please follow the documentation "
2106
  "Необхідно для входу через Instagram. Будь ласка, подивіться документацію <a "
2107
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ID клієнта в Instagram."
2108
 
2109
+ #: ../admin/social_login.php:411
2110
  msgid "Xing Consumer Key"
2111
  msgstr "Ключ споживача Xing"
2112
 
2113
+ #: ../admin/social_login.php:421
2114
  #, php-format
2115
  msgid ""
2116
  "Required for Xing Social Login to work. Please follow the documentation at "
2119
  "Необхідно для входу через Xing. Будь ласка, подивіться документацію <a href="
2120
  "\"%s\" target=\"_blank\"> тут </a> для отримання ключа споживача Xing."
2121
 
2122
+ #: ../admin/social_login.php:423 ../admin/social_login.php:445
2123
  msgid ""
2124
  "Paste following url in <strong>Callback domain</strong> option at the link "
2125
  "mentioned"
2127
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2128
  "посилання"
2129
 
2130
+ #: ../admin/social_login.php:433
2131
  msgid "Xing Consumer Secret"
2132
  msgstr "Секретний ключ споживача Xing"
2133
 
2134
+ #: ../admin/social_login.php:443
2135
  #, php-format
2136
  msgid ""
2137
  "Required for Xing Social Login to work. Please follow the documentation at "
2141
  "\"%s\" target=\"_blank\"> тут </a> для отримання секретного ключа споживача "
2142
  "Xing."
2143
 
2144
+ #: ../admin/social_login.php:455
2145
  #, fuzzy
2146
  msgid "Steam API Key"
2147
  msgstr "Twitter API ключ"
2148
 
2149
+ #: ../admin/social_login.php:465
2150
  #, fuzzy, php-format
2151
  msgid ""
2152
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2155
  "Необхідно для входу через Twitter. Будь ласка, подивіться документацію <a "
2156
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
2157
 
2158
+ #: ../admin/social_login.php:466
2159
  #, fuzzy
2160
  msgid "Save following <strong>domain</strong> to get the key"
2161
  msgstr ""
2162
  "Вставити наступний URL-адресу в <strong> URL веб-сайту </ strong> для згадки "
2163
  "посилання"
2164
 
2165
+ #: ../admin/social_login.php:475
2166
  msgid "Twitch Client ID"
2167
  msgstr "Twitch Client ID "
2168
 
2169
+ #: ../admin/social_login.php:485 ../admin/social_login.php:507
2170
  #, fuzzy, php-format
2171
  msgid ""
2172
  "Required for Twitch Social Login to work. Please follow the documentation at "
2175
  "Необхідно для входу через Twitch. Будь ласка, подивіться документацію <a "
2176
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання Twitch Client ID."
2177
 
2178
+ #: ../admin/social_login.php:487 ../admin/social_login.php:509
2179
  #, fuzzy
2180
  msgid ""
2181
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2184
  "Вставити наступний URL-адресу в <strong> URL-адресу сайту </ strong> для "
2185
  "згадки посилання."
2186
 
2187
+ #: ../admin/social_login.php:497
2188
  #, fuzzy
2189
  msgid "Twitch Client Secret"
2190
  msgstr "Twitch Client ID "
2191
 
2192
+ #: ../admin/social_login.php:526
2193
  msgid "Social Login Options"
2194
  msgstr "Параметри входу через соцмережі"
2195
 
2196
+ #: ../admin/social_login.php:542
2197
  msgid "Text to display above the Social Login interface"
2198
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2199
 
2200
+ #: ../admin/social_login.php:551
2201
  msgid "Enable at login page"
2202
  msgstr "Включити сторінку входу"
2203
 
2204
+ #: ../admin/social_login.php:561
2205
  msgid ""
2206
  "Social Login interface will get enabled at the login page of your website"
2207
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2208
 
2209
+ #: ../admin/social_login.php:569
2210
  msgid "Enable at register page"
2211
  msgstr "Включити на сторінці реєстрації"
2212
 
2213
+ #: ../admin/social_login.php:579
2214
  msgid ""
2215
  "Social Login interface will get enabled at the registration page of your "
2216
  "website"
2217
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2218
 
2219
+ #: ../admin/social_login.php:587
2220
  msgid "Enable at comment form"
2221
  msgstr "Включити в формі коментування"
2222
 
2223
+ #: ../admin/social_login.php:597
2224
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2225
  msgstr ""
2226
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2227
  "Wordpress"
2228
 
2229
+ #: ../admin/social_login.php:612
2230
  msgid "Enable before WooCommerce Customer Login Form"
2231
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2232
 
2233
+ #: ../admin/social_login.php:622
2234
  msgid ""
2235
  "Social Login Interface will get enabled before the customer login form at "
2236
  "WooCommerce My Account page"
2238
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2239
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2240
 
2241
+ #: ../admin/social_login.php:630
2242
  msgid "Enable after WooCommerce Customer Login Form"
2243
  msgstr "Включити після форми входу клієнта WooCommerce"
2244
 
2245
+ #: ../admin/social_login.php:640
2246
  msgid ""
2247
  "Social Login Interface will get enabled after the customer login form at "
2248
  "WooCommerce My Account page"
2250
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2251
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2252
 
2253
+ #: ../admin/social_login.php:648
2254
  msgid "Enable at WooCommerce checkout page"
2255
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2256
 
2257
+ #: ../admin/social_login.php:658
2258
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2259
  msgstr ""
2260
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2261
  "замовлення в WooCommerce"
2262
 
2263
+ #: ../admin/social_login.php:669
2264
  msgid "Auto-approve comments made by Social Login users"
2265
  msgstr ""
2266
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2267
  "соцмережі"
2268
 
2269
+ #: ../admin/social_login.php:679
2270
  msgid ""
2271
  "If this option is enabled, and WordPress comment is made by Social Login "
2272
  "user, comment will get approved immediately without keeping in moderation."
2275
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2276
  "відразу без модерації."
2277
 
2278
+ #: ../admin/social_login.php:680
2279
  msgid "Note: This is not related to Facebook comments"
2280
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2281
 
2282
+ #: ../admin/social_login.php:690
2283
  msgid "Enable social avatar"
2284
  msgstr "Включення соціальних аватар"
2285
 
2286
+ #: ../admin/social_login.php:700
2287
  msgid ""
2288
  "Social profile pictures of the logged in user will be displayed as profile "
2289
  "avatar"
2291
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2292
  "профілю на сайті"
2293
 
2294
+ #: ../admin/social_login.php:710
2295
  msgid "Avatar quality"
2296
  msgstr "Якість аватарки"
2297
 
2298
+ #: ../admin/social_login.php:713
2299
  msgid "Average"
2300
  msgstr "Середнє"
2301
 
2302
+ #: ../admin/social_login.php:714
2303
  msgid "Best"
2304
  msgstr "Кращий"
2305
 
2306
+ #: ../admin/social_login.php:721
2307
  msgid "Choose avatar quality"
2308
  msgstr "Виберіть якість аватара"
2309
 
2310
+ #: ../admin/social_login.php:730
2311
  msgid ""
2312
  "Show option for users to update social avatar at BuddyPress profile page"
2313
  msgstr ""
2314
  "Показати варіант для користувачів для оновлення соціального аватара на "
2315
  "сторінці профілю BuddyPress"
2316
 
2317
+ #: ../admin/social_login.php:740
2318
  msgid ""
2319
  "If enabled, users would be able to update their social avatar from \"Profile "
2320
  "photo\" section in BuddyPress profile at front-end"
2322
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2323
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2324
 
2325
+ #: ../admin/social_login.php:761
2326
  msgid ""
2327
  "If enabled and Social ID provider does not provide user's email address on "
2328
  "login, user will be asked to provide his/her email address. Otherwise, a "
2332
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2333
  "пошта буде створена за зразком."
2334
 
2335
+ #: ../admin/social_login.php:770
2336
  msgid "Send post-registration email to user to set account password"
2337
  msgstr ""
2338
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2339
  "встановити пароль облікового запису"
2340
 
2341
+ #: ../admin/social_login.php:780
2342
  msgid ""
2343
  "If enabled, an email will be sent to user after registration through Social "
2344
  "Login, regarding his/her login credentials (username-password to be able to "
2348
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2349
  "стандартну форму авторизації"
2350
 
2351
+ #: ../admin/social_login.php:788
2352
  msgid "Send new user registration notification email to admin"
2353
  msgstr ""
2354
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2355
  "пошті адміністратору"
2356
 
2357
+ #: ../admin/social_login.php:798
2358
  msgid ""
2359
  "If enabled, an email will be sent to admin after new user registers through "
2360
  "Social Login, notifying admin about the new user registration"
2362
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2363
  "реєстрацію нового користувача через соцмережі."
2364
 
2365
+ #: ../admin/social_login.php:806
2366
  msgid "Login redirection"
2367
  msgstr "Перенаправлення входу"
2368
 
2369
+ #: ../admin/social_login.php:810
2370
  msgid "Same page where user logged in"
2371
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2372
 
2373
+ #: ../admin/social_login.php:814 ../admin/social_login.php:844
2374
  msgid "Account dashboard"
2375
  msgstr "Сторінка управління аккаунтом"
2376
 
2377
+ #: ../admin/social_login.php:817 ../admin/social_login.php:847
2378
  msgid "BuddyPress profile page"
2379
  msgstr "Сторінка профілю BuddyPress"
2380
 
2381
+ #: ../admin/social_login.php:820 ../admin/social_login.php:850
2382
  msgid "Custom Url"
2383
  msgstr "Користувацьке посилання"
2384
 
2385
+ #: ../admin/social_login.php:828
2386
  msgid "User will be redirected to the selected page after Social Login"
2387
  msgstr ""
2388
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2389
  "соцмережі"
2390
 
2391
+ #: ../admin/social_login.php:836
2392
  msgid "Registration redirection"
2393
  msgstr "Перенаправлення реєстрації"
2394
 
2395
+ #: ../admin/social_login.php:840
2396
  msgid "Same page from where user registered"
2397
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2398
 
2399
+ #: ../admin/social_login.php:858
2400
  msgid ""
2401
  "User will be redirected to the selected page after registration (first "
2402
  "Social Login) through Social Login"
2404
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2405
  "вхід чере соцмережі) через соцмережі"
2406
 
2407
+ #: ../admin/social_login.php:867
2408
  #, fuzzy
2409
  msgid "Social Account Linking Options"
2410
  msgstr "Посилання на соціальний аккаунт"
2411
 
2412
+ #: ../admin/social_login.php:883
2413
  #, fuzzy
2414
  msgid "Text to display above the Social Account Linking interface"
2415
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2416
 
2417
+ #: ../admin/social_login.php:891
2418
  msgid ""
2419
  "Link social account to already existing account, if email address matches"
2420
  msgstr ""
2421
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2422
 
2423
+ #: ../admin/social_login.php:901
2424
  #, fuzzy
2425
  msgid ""
2426
  "If email address of the user's Social Account matches with an already "
2433
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2434
  "профілю."
2435
 
2436
+ #: ../admin/social_login.php:910
2437
  msgid "Enable social account linking at BuddyPress profile page"
2438
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2439
 
2440
+ #: ../admin/social_login.php:920
2441
  msgid ""
2442
  "Enable this option to show social account linking interface at BuddyPress "
2443
  "profile page"
2445
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2446
  "BuddyPress"
2447
 
2448
+ #: ../admin/social_login.php:931
2449
  msgid "Email popup options"
2450
  msgstr "Параметри спливаючій електронної пошти"
2451
 
2452
+ #: ../admin/social_login.php:937
2453
  msgid "Text on 'Email required' popup"
2454
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2455
 
2456
+ #: ../admin/social_login.php:947
2457
  msgid ""
2458
  "This text will be displayed on email required popup. Leave empty if not "
2459
  "required."
2461
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2462
  "поле порожнім якщо не потрібно."
2463
 
2464
+ #: ../admin/social_login.php:956
2465
  msgid "Error message for 'Email required' popup"
2466
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2467
 
2468
+ #: ../admin/social_login.php:966
2469
  msgid ""
2470
  "This message will be displayed to user if it provides invalid or already "
2471
  "registered email"
2473
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2474
  "раніше запроваджену пошту"
2475
 
2476
+ #: ../admin/social_login.php:975
2477
  msgid "Email popup height"
2478
  msgstr "Висота спливаючого вікна"
2479
 
2480
+ #: ../admin/social_login.php:985
2481
  msgid ""
2482
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2483
  "can increase the height of popup by specifying in this option. Leave empty "
2487
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2488
  "базового значення."
2489
 
2490
+ #: ../admin/social_login.php:993
2491
  msgid "Enable email verification"
2492
  msgstr "Включити перевірку електронної пошти"
2493
 
2494
+ #: ../admin/social_login.php:1003
2495
  msgid ""
2496
  "If enabled, email provided by the user will be verified by sending a "
2497
  "confirmation link to that email. User would not be able to login without "
2500
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2501
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2502
 
2503
+ #: ../admin/social_login.php:1024
2504
  #, fuzzy
2505
  msgid "Enable GDPR opt-in"
2506
  msgstr "Активувати коментування через Disqus"
2507
 
2508
+ #: ../admin/social_login.php:1034
2509
  msgid ""
2510
  "Enable it to show GDPR opt-in for social login and social account linking"
2511
  msgstr ""
2512
 
2513
+ #: ../admin/social_login.php:1043
2514
  #, fuzzy
2515
  msgid "Placement of GDPR opt-in"
2516
  msgstr "Активувати коментування через Disqus"
2517
 
2518
+ #: ../admin/social_login.php:1047
2519
  #, fuzzy
2520
  msgid "Above Social Login icons"
2521
  msgstr "Параметри входу через соцмережі"
2522
 
2523
+ #: ../admin/social_login.php:1049
2524
  #, fuzzy
2525
  msgid "Below Social Login icons"
2526
  msgstr "Параметри входу через соцмережі"
2527
 
2528
+ #: ../admin/social_login.php:1055
2529
  #, fuzzy
2530
  msgid "Placement of GDPR opt-in above or below the social login icons"
2531
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2532
 
2533
+ #: ../admin/social_login.php:1063
2534
  msgid "Opt-in text"
2535
  msgstr ""
2536
 
2537
+ #: ../admin/social_login.php:1073
2538
  #, fuzzy
2539
  msgid "Text for the GDPR opt-in"
2540
  msgstr "Активувати коментування через Disqus"
2541
 
2542
+ #: ../admin/social_login.php:1081
2543
  msgid "Text to link to Privacy Policy page"
2544
  msgstr ""
2545
 
2546
+ #: ../admin/social_login.php:1091
2547
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2548
  msgstr ""
2549
 
2550
+ #: ../admin/social_login.php:1099
2551
  msgid "Privacy Policy Url"
2552
  msgstr ""
2553
 
2554
+ #: ../admin/social_login.php:1109
2555
  #, fuzzy
2556
  msgid "Url of the privacy policy page of your website"
2557
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2558
 
2559
+ #: ../admin/social_login.php:1160 ../inc/widget.php:252 ../inc/widget.php:422
2560
+ #: ../inc/widget.php:586 ../inc/widget.php:734
2561
  msgid "Select"
2562
  msgstr "Вибір"
2563
 
2564
+ #: ../admin/social_login.php:1191
2565
  msgid "Social Login Shortcode & Widget"
2566
  msgstr "Шорткод і віджет для входу через соцмережі"
2567
 
2568
+ #: ../admin/social_login.php:1192
2569
  msgid "Social Linking Shortcode"
2570
  msgstr "Шорткод соціальних посилань"
2571
 
2572
+ #: ../admin/social_login.php:1207
2573
  #, fuzzy
2574
  msgid "Why is social login not working?"
2575
  msgstr "Чому Facebook Логін не працює?"
2576
 
2577
+ #: ../admin/social_login.php:1208
2578
  msgid ""
2579
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2580
  "belong to the same app"
2581
  msgstr ""
2582
 
2583
+ #: ../admin/social_login.php:1210
2584
  msgid ""
2585
  "Why the user is not appearing logged in even after Social Login until the "
2586
  "webpage is refreshed manually?"
2587
  msgstr ""
2588
 
2589
+ #: ../admin/like_buttons.php:20
2590
  msgid "Enable Like Buttons"
2591
  msgstr "Активувати кнопки Подобається"
2592
 
2593
+ #: ../admin/like_buttons.php:30
2594
  msgid ""
2595
  "Master control for like buttons. It must be checked to enable like buttons "
2596
  "functionality"
2598
  "Панель управління кнопками Подобається. Повинно бути включено щоб активувати "
2599
  "кнопки Подобається"
2600
 
2601
+ #: ../admin/like_buttons.php:60
2602
  msgid "Standard Interface Options"
2603
  msgstr "Стандартні параметри інтерфейсу"
2604
 
2605
+ #: ../admin/like_buttons.php:66
2606
  msgid "Enable standard interface"
2607
  msgstr "Включити стандартний інтерфейс"
2608
 
2609
+ #: ../admin/like_buttons.php:76
2610
  msgid "Master control to enable horizontal like buttons"
2611
  msgstr "Майстер налаштування включення горизонтальних кнопок Подобається"
2612
 
2613
+ #: ../admin/like_buttons.php:101 ../admin/like_buttons.php:351
2614
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2615
  msgstr ""
2616
  "Посилання для Подобається / Поділитися / Твитнути і відобразити "
2617
  "Подобається / Поділитися / Твитнути"
2618
 
2619
+ #: ../admin/like_buttons.php:119
2620
  msgid "The text to display above the interface"
2621
  msgstr "Текст, що відображається над інтерфейсом"
2622
 
2623
+ #: ../admin/like_buttons.php:127 ../admin/like_buttons.php:359
2624
  msgid "Select and rearrange providers"
2625
  msgstr "Виберіть і переставте сервіси"
2626
 
2627
+ #: ../admin/like_buttons.php:171 ../admin/like_buttons.php:402
2628
  msgid "Select the providers for interface. Drag them to rearrange."
2629
  msgstr "Виберіть сервіси для інтерфейсу. Перемістіть їх щоб змінити порядок"
2630
 
2631
+ #: ../admin/like_buttons.php:193 ../admin/like_buttons.php:441
2632
  msgid "Horizontal alignment of the interface"
2633
  msgstr "Горизонтальне вирівнювання інтерфейсу"
2634
 
2635
+ #: ../admin/like_buttons.php:214
2636
  msgid "Specify position of the interface with respect to the content"
2637
  msgstr "Вкажіть положення інтерфейсу щодо вмісту"
2638
 
2639
+ #: ../admin/like_buttons.php:222 ../admin/like_buttons.php:507
2640
  msgid "Interface location"
2641
  msgstr "Розташування інтерфейсу"
2642
 
2643
+ #: ../admin/like_buttons.php:292
2644
  msgid "Specify the pages where you want to enable interface"
2645
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс"
2646
 
2647
+ #: ../admin/like_buttons.php:310
2648
  msgid "Vertical (Floating) like buttons Options"
2649
  msgstr "Налаштування вертикальних (плаваючих кнопок) Подобається"
2650
 
2651
+ #: ../admin/like_buttons.php:316
2652
  msgid "Enable floating like buttons"
2653
  msgstr "Активувати плаваючі кнопки Подобається"
2654
 
2655
+ #: ../admin/like_buttons.php:326
2656
  msgid "Master control to enable vertical (floating) counter widget"
2657
  msgstr ""
2658
  "Майстер управління включення вертикального (плаваючого) лічильника віджета"
2659
 
2660
+ #: ../admin/like_buttons.php:420
2661
  msgid ""
2662
  "Specify the color or hex code (example #cc78e0) for the background of "
2663
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2669
  "отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target="
2670
  "\"_blank\"> тут </a>"
2671
 
2672
+ #: ../admin/like_buttons.php:460
2673
  msgid ""
2674
  "Specify a number. Increase in number will shift interface towards right and "
2675
  "decrease will shift it towards left. Number can be negative too."
2678
  "правого боку і зменшувати по відношенню до лівого боку. Число може бути "
2679
  "негативним."
2680
 
2681
+ #: ../admin/like_buttons.php:480
2682
  msgid ""
2683
  "Specify a number. Increase in number will shift interface towards left and "
2684
  "decrease will shift it towards right. Number can be negative too."
2687
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
2688
  "негативним."
2689
 
2690
+ #: ../admin/like_buttons.php:499
2691
  msgid ""
2692
  "Specify a number. Increase in number will shift interface towards bottom and "
2693
  "decrease will shift it towards top."
2695
  "Вкажіть число. Збільшення числа буде зрушувати інтерфейс по відношенню до "
2696
  "низу і зменшувати по відношенню до верху."
2697
 
2698
+ #: ../admin/like_buttons.php:555
2699
  msgid "Specify the pages where you want to enable vertical interface"
2700
  msgstr "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс"
2701
 
2702
+ #: ../admin/like_buttons.php:563
2703
  msgid "Hide like buttons on mobile devices"
2704
  msgstr "Приховати кнопки Подобається на мобільних пристроях"
2705
 
2706
+ #: ../admin/like_buttons.php:573
2707
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2708
  msgstr ""
2709
  "Якщо включено, то вертикальний інтерфейс Подобається не буде доступний на "
2710
  "мобільних пристроях"
2711
 
2712
+ #: ../admin/like_buttons.php:598
2713
  msgid "Use shortlinks already installed, for tweet button"
2714
  msgstr "Ці короткі посилання вже встановлені, для кнопки Твитнути"
2715
 
2716
+ #: ../admin/like_buttons.php:608
2717
  msgid ""
2718
  "Allows for shortened URLs to be used when sharing content if a shortening "
2719
  "plugin is installed"
2721
  "Дозволяє використовувати скорочені посилання якщо Поділитися, за умови що "
2722
  "плагін встановлений."
2723
 
2724
+ #: ../admin/like_buttons.php:616
2725
  msgid "Enable bit.ly url shortener for tweet button"
2726
  msgstr "Активувати скорочення посилань bit.ly для кнопки Твитнути"
2727
 
2728
+ #: ../admin/like_buttons.php:634
2729
  msgid "bit.ly username"
2730
  msgstr "bit.ly користувача"
2731
 
2732
+ #: ../admin/like_buttons.php:644
2733
  #, php-format
2734
  msgid ""
2735
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2738
  "Увійти в ваш bit.ly аккаунт і перейдіть за <a href=\"%s\" target=\"_blank\"> "
2739
  "цим посиланням </a>, щоб отримати ім'я користувача bit.ly"
2740
 
2741
+ #: ../admin/like_buttons.php:663
2742
  #, php-format
2743
  msgid ""
2744
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2747
  "Увійти в ваш bit.ly аккаунт і перейдіть по <a href=\"%s\" target=\"_blank\"> "
2748
  "цьому посиланню </a>, щоб отримати ваш ключ API"
2749
 
2750
+ #: ../admin/like_buttons.php:708
2751
  #, php-format
2752
  msgid ""
2753
  "Enter the code of the language you want to use to render counters. You can "
2759
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
2760
  "замовчуванням (український)."
2761
 
2762
+ #: ../admin/like_buttons.php:717
2763
  msgid "Twitter Username"
2764
  msgstr "Ім'я в Твіттері"
2765
 
2766
+ #: ../admin/like_buttons.php:723
2767
  msgid "Twitter username for Tweet (without @)"
2768
  msgstr "Ім'я в Твіттері для Твитнути (без @)"
2769
 
2770
+ #: ../admin/like_buttons.php:733
2771
  msgid ""
2772
  "Provided username will be appended after the content being tweeted as \"via "
2773
  "@USERNAME\". Leave empty if you do not want any username."
2775
  "Використовується ім'я користувача буде показано після твіта як \"via "
2776
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2777
 
2778
+ #: ../admin/like_buttons.php:742
2779
  msgid "Twitter username for Buffer sharing (without @)"
2780
  msgstr "Ім'я в Твіттері для Поділитися в Buffer (без @)"
2781
 
2782
+ #: ../admin/like_buttons.php:752
2783
  msgid ""
2784
  "Provided username will be appended after the content in Buffer sharing as "
2785
  "\"via @USERNAME\". Leave empty if you do not want any username."
2787
  "Ім'я користувача що використовується, буде показано після твіта як \"via "
2788
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
2789
 
2790
+ #: ../admin/like_buttons.php:799
2791
  msgid "Like Buttons Shortcode & Widget"
2792
  msgstr "Шорткод і віджет Подобається"
2793
 
2821
  msgid "Providers not selected"
2822
  msgstr "Сервіси не вибрані"
2823
 
2824
+ #: ../inc/social_login.php:721
2825
  msgid "Email"
2826
  msgstr "Email"
2827
 
2828
+ #: ../inc/social_login.php:722
2829
  msgid "Confirm email"
2830
  msgstr "Підтвердити e-mail"
2831
 
2832
+ #: ../inc/social_login.php:724
2833
  msgid "Save"
2834
  msgstr "Зберегти"
2835
 
2836
+ #: ../inc/social_login.php:725
2837
  msgid "Cancel"
2838
  msgstr "Скасувати"
2839
 
2840
+ #: ../inc/social_login.php:799
2841
  msgid "Email Verification"
2842
  msgstr "Підтвердження адреси електронної пошти"
2843
 
2844
+ #: ../inc/social_login.php:801
2845
  msgid ""
2846
  "Please click on the following link or paste it in browser to verify your "
2847
  "email"
2882
  msgid "Title (after login):"
2883
  msgstr "Назва (після логіна):"
2884
 
2885
+ #: ../inc/widget.php:87 ../inc/widget.php:258 ../inc/widget.php:592
2886
+ #: ../inc/widget.php:919
2887
  msgid "Before widget content:"
2888
  msgstr "Перед вмістом віджета"
2889
 
2890
+ #: ../inc/widget.php:89 ../inc/widget.php:260 ../inc/widget.php:594
2891
+ #: ../inc/widget.php:990
2892
  msgid "After widget content:"
2893
  msgstr "Після вмісту віджета"
2894
 
2895
+ #: ../inc/widget.php:92 ../inc/widget.php:262 ../inc/widget.php:447
2896
+ #: ../inc/widget.php:596 ../inc/widget.php:759
2897
  msgid "Hide for logged in users:"
2898
  msgstr "Закрити для зареєстрованих користувачів"
2899
 
2906
  "використовувати Поділитися вмістом в популярних соцмережах типу Facebook, "
2907
  "Twitter, Tumblr, Google+ і багатьох інших."
2908
 
2909
+ #: ../inc/widget.php:243
2910
  msgid ""
2911
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2912
  "Social Sharing\" page."
2914
  "Переконайтеся що стандартні кнопки Поділитися включені на сторінці Super "
2915
  "Socializer> Поділитися"
2916
 
2917
+ #: ../inc/widget.php:244 ../inc/widget.php:582
2918
  msgid "Title:"
2919
  msgstr "Заголовок:"
2920
 
2921
+ #: ../inc/widget.php:246 ../inc/widget.php:416
2922
  msgid "Show individual share counts:"
2923
  msgstr "Показати індивідуальні лічильники Поділитися"
2924
 
2925
+ #: ../inc/widget.php:248 ../inc/widget.php:418
2926
  msgid "Show total shares:"
2927
  msgstr "Показати загальну кількість Поділитися"
2928
 
2929
+ #: ../inc/widget.php:250 ../inc/widget.php:420 ../inc/widget.php:584
2930
+ #: ../inc/widget.php:732
2931
  msgid "Target Url:"
2932
  msgstr "Цільовий URL:"
2933
 
2934
+ #: ../inc/widget.php:281
2935
  msgid ""
2936
  "Floating sharing widget. Let your website users share content on popular "
2937
  "Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
2940
  "використовувати Поділитися вмістом в популярних соцмережах типу Facebook, "
2941
  "Twitter, Tumblr, Google+ і багатьох інших."
2942
 
2943
+ #: ../inc/widget.php:415
2944
  msgid ""
2945
  "Make sure \"Floating Social Sharing\" is enabled at \"Super Socializer > "
2946
  "Social Sharing\" page."
2948
  "Переконайтеся що плаваючі кнопки Поділитися включені на сторінці Super "
2949
  "Socializer> Поділитися."
2950
 
2951
+ #: ../inc/widget.php:428 ../inc/widget.php:740
2952
  msgid "Alignment"
2953
  msgstr "Вирівнювання"
2954
 
2955
+ #: ../inc/widget.php:434 ../inc/widget.php:746
2956
  msgid "Left Offset"
2957
  msgstr "Зміщення вліво"
2958
 
2959
+ #: ../inc/widget.php:438 ../inc/widget.php:750
2960
  msgid "Right Offset"
2961
  msgstr "Зміщення вправо"
2962
 
2963
+ #: ../inc/widget.php:441 ../inc/widget.php:753
2964
  msgid "Top Offset"
2965
  msgstr "Верхній відступ"
2966
 
2967
+ #: ../inc/widget.php:466
2968
  msgid ""
2969
  "Standard like buttons widget. Let your website users share/like content on "
2970
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2973
  "використовувати Поділитися / Подобається щоб поділитися вмістом в популярних "
2974
  "соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох інших."
2975
 
2976
+ #: ../inc/widget.php:581
2977
  msgid ""
2978
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
2979
  "Like Buttons\" page."
2981
  "Переконайтеся що стандартні кнопки Подобається включені на сторінці Super "
2982
  "Socializer> Подобається."
2983
 
2984
+ #: ../inc/widget.php:615
2985
  msgid ""
2986
  "Floating like buttons widget. Let your website users share/like content on "
2987
  "popular Social networks like Facebook, Twitter, Google+ and many more"
2991
  "популярних соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох "
2992
  "інших."
2993
 
2994
+ #: ../inc/widget.php:731
2995
  msgid ""
2996
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
2997
  "Like Buttons\" page."
2999
  "Переконайтеся що плаваючі кнопки Подобається включені на сторінці Super "
3000
  "Socializer> Подобається."
3001
 
3002
+ #: ../inc/widget.php:775
3003
  #, fuzzy
3004
  msgid "Super Socializer - Follow Icons"
3005
  msgstr "Super Socializer - Вхід"
3006
 
3007
+ #: ../inc/widget.php:777
3008
  #, fuzzy
3009
  msgid "These icons link to your Social Media accounts"
3010
  msgstr "Вхід через соцмережі"
3011
 
3012
+ #: ../inc/widget.php:923
3013
  #, fuzzy
3014
  msgid "Size of icons"
3015
  msgstr "Розмір кнопок Поділитися"
3016
 
3017
+ #: ../inc/widget.php:925
3018
  #, fuzzy
3019
  msgid "Icon Shape"
3020
  msgstr "Форма"
3021
 
3022
+ #: ../inc/widget.php:930
3023
  #, fuzzy
3024
  msgid "Facebook URL:"
3025
  msgstr "Facebook App ID"
3026
 
3027
+ #: ../inc/widget.php:933
3028
  #, fuzzy
3029
  msgid "Twitter URL:"
3030
  msgstr "Twitter"
3031
 
3032
+ #: ../inc/widget.php:936
3033
  #, fuzzy
3034
  msgid "Instagram URL:"
3035
  msgstr "Instagram"
3036
 
3037
+ #: ../inc/widget.php:939
3038
  msgid "Pinterest URL:"
3039
  msgstr ""
3040
 
3041
+ #: ../inc/widget.php:942
3042
  msgid "Behance URL:"
3043
  msgstr ""
3044
 
3045
+ #: ../inc/widget.php:945
3046
  msgid "Flickr URL:"
3047
  msgstr ""
3048
 
3049
+ #: ../inc/widget.php:948
3050
  msgid "Foursquare URL:"
3051
  msgstr ""
3052
 
3053
+ #: ../inc/widget.php:951
3054
  msgid "Github URL:"
3055
  msgstr ""
3056
 
3057
+ #: ../inc/widget.php:954
3058
  #, fuzzy
3059
  msgid "Google+ URL:"
3060
  msgstr "Google+"
3061
 
3062
+ #: ../inc/widget.php:957
3063
  #, fuzzy
3064
  msgid "LinkedIn URL:"
3065
  msgstr "LinkedIn"
3066
 
3067
+ #: ../inc/widget.php:960
3068
  #, fuzzy
3069
  msgid "LinkedIn Company URL:"
3070
  msgstr "LinkedIn"
3071
 
3072
+ #: ../inc/widget.php:963
3073
+ msgid "Medium URL:"
3074
+ msgstr ""
3075
+
3076
+ #: ../inc/widget.php:966
3077
+ msgid "Odnoklassniki URL:"
3078
+ msgstr ""
3079
+
3080
+ #: ../inc/widget.php:969
3081
  msgid "Snapchat URL:"
3082
  msgstr ""
3083
 
3084
+ #: ../inc/widget.php:972
3085
  msgid "Tumblr URL:"
3086
  msgstr ""
3087
 
3088
+ #: ../inc/widget.php:975
3089
  msgid "Vimeo URL:"
3090
  msgstr ""
3091
 
3092
+ #: ../inc/widget.php:978
3093
+ #, fuzzy
3094
+ msgid "Vkontakte URL:"
3095
+ msgstr "Вконтакте"
3096
+
3097
+ #: ../inc/widget.php:981
3098
  msgid "Youtube URL:"
3099
  msgstr ""
3100
 
3101
+ #: ../inc/widget.php:984
3102
  msgid "Youtube Channel URL:"
3103
  msgstr ""
3104
 
3105
+ #: ../inc/widget.php:987
3106
  msgid "RSS Feed URL:"
3107
  msgstr ""
3108
 
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: 2018-12-01 11:42+0530\n"
5
- "PO-Revision-Date: 2018-12-01 11:42+0530\n"
6
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -70,7 +70,7 @@ msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
- #: super_socializer.php:872 helper.php:975
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
@@ -82,7 +82,7 @@ msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
- #: super_socializer.php:894 admin/social_login.php:746
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
@@ -114,12 +114,12 @@ msgstr "链接已复制。"
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
- #: super_socializer.php:1228 admin/general_options.php:11
118
- #: admin/social_commenting.php:43
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
- #: super_socializer.php:1296 helper.php:897
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
@@ -131,13 +131,13 @@ msgstr "小头像 Url"
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
- #: super_socializer.php:1307 helper.php:900
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
- #: super_socializer.php:1311 helper.php:901
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
@@ -356,119 +356,131 @@ msgstr "成功关联帐户"
356
  msgid "Account already exists or linked"
357
  msgstr "帐户已经存在或被链接"
358
 
359
- #: helper.php:626 helper.php:632
360
  msgid "Currently"
361
  msgstr "目前:"
362
 
363
- #: helper.php:626 helper.php:632
364
  msgid "Connected with"
365
  msgstr "连接与"
366
 
367
- #: helper.php:626 helper.php:632
368
  msgid "Remove"
369
  msgstr "删除"
370
 
371
- #: helper.php:703
372
  msgid "Social Account Linking"
373
  msgstr "社交账户链接"
374
 
375
- #: helper.php:753
376
  msgid "Disable Standard Social Sharing on this "
377
  msgstr "在此禁用社会化共享"
378
 
379
- #: helper.php:758
380
  msgid "Disable Floating Social Sharing on this "
381
  msgstr "在此禁用社交共享的浮动效果"
382
 
383
- #: helper.php:763
384
  msgid "Disable Standard like buttons on this "
385
  msgstr "在此禁用喜欢按钮"
386
 
387
- #: helper.php:768
388
  msgid "Disable Floating like buttons on this "
389
  msgstr "在此禁用喜欢按钮的浮动效果"
390
 
391
- #: helper.php:773
392
  msgid "Disable Social Commenting on this "
393
  msgstr "在此禁用社会化评论"
394
 
395
- #: helper.php:782
396
  msgid "Standard Sharing Interface"
397
  msgstr "标准共享界面"
398
 
399
- #: helper.php:788 helper.php:807
400
  msgid "Starting share count for "
401
  msgstr "开始共享计数"
402
 
403
- #: helper.php:801
404
  msgid "Floating Sharing Interface"
405
  msgstr "浮动共享界面"
406
 
407
- #: helper.php:904
408
  msgid "Small Avatar"
409
  msgstr "小头像"
410
 
411
- #: helper.php:908
412
  msgid "Large Avatar"
413
  msgstr "大头像"
414
 
415
- #: helper.php:912 admin/general_options.php:128 admin/social_sharing.php:1942
416
- #: admin/social_commenting.php:479 admin/social_login.php:1217
417
- #: admin/like_buttons.php:822
418
  msgid "Save Changes"
419
  msgstr "保存更改"
420
 
421
- #: helper.php:1012
422
  msgid "Click to delete social profile data"
423
  msgstr "点击删除社交个人资料数据"
424
 
425
- #: helper.php:1041
426
  msgid "Deleting"
427
  msgstr "删除"
428
 
429
- #: helper.php:1051
430
  msgid "Deleted"
431
  msgstr "已删除"
432
 
433
- #: helper.php:1053
434
  msgid "Something bad happened"
435
  msgstr "发生了一些不好的事情"
436
 
437
- #: admin/general_options.php:17
 
 
 
 
 
 
 
 
 
 
 
 
438
  msgid "Include Javascript in website footer"
439
  msgstr "在网站页脚中包含 Javascript"
440
 
441
- #: admin/general_options.php:27
442
  msgid ""
443
  "If enabled (recommended), Javascript files will be included in the footer of "
444
  "your website."
445
  msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
446
 
447
- #: admin/general_options.php:35
448
  msgid "Load all Javascript files in single file"
449
  msgstr "在单个文件中加载所有的Javascript 文件"
450
 
451
- #: admin/general_options.php:45
452
  msgid "Loads Javascript in single request."
453
  msgstr "在单个请求中加载 Javascript。"
454
 
455
- #: admin/general_options.php:53
456
  msgid "Delete all the options on plugin deletion"
457
  msgstr "插件删除时删除所有选项"
458
 
459
- #: admin/general_options.php:63
460
  msgid ""
461
  "If enabled, plugin options will get deleted when plugin is deleted/"
462
  "uninstalled and you will need to reconfigure the options when you install "
463
  "the plugin next time."
464
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
465
 
466
- #: admin/general_options.php:71
467
  msgid ""
468
  "Show popup notification to users if their browsers block the plugin features"
469
  msgstr "如果用户的浏览器阻止插件功能, 则向用户显示弹出通知"
470
 
471
- #: admin/general_options.php:81
472
  msgid ""
473
  "If enabled, your website visitors will see a popup notification (only once) "
474
  "if their browsers block any of the features of the plugin so that they can "
@@ -477,32 +489,32 @@ msgstr ""
477
  "如果启用, 您的网站访问者将看到弹出通知 (只有一次), 如果他们的浏览器阻止插件的"
478
  "任何功能, 以便他们可以更改他们的浏览器设置, 以取消阻止这些。"
479
 
480
- #: admin/general_options.php:91
481
  msgid "Message to show in popup notification"
482
  msgstr "要在弹出通知中显示的消息"
483
 
484
- #: admin/general_options.php:101
485
  msgid ""
486
  "Use {support_url} placeholder to show support documentation url in message"
487
  msgstr "使用 {支持 _ url} 占位符在消息中显示支持文档 url"
488
 
489
- #: admin/general_options.php:110
490
  msgid "Custom CSS"
491
  msgstr "自定义CSS"
492
 
493
- #: admin/general_options.php:120
494
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
495
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
496
 
497
- #: admin/general_options.php:139 admin/social_sharing.php:1947
498
- #: admin/social_commenting.php:484 admin/social_login.php:1222
499
- #: admin/like_buttons.php:827
500
  msgid "Instagram Shoutout"
501
  msgstr ""
502
 
503
- #: admin/general_options.php:141 admin/social_sharing.php:1949
504
- #: admin/social_commenting.php:486 admin/social_login.php:1224
505
- #: admin/like_buttons.php:829
506
  msgid ""
507
  "If you can send (to hello@heateor.com) how our plugin is helping your "
508
  "business, we can share it on Instagram. You can also send any relevant "
@@ -511,9 +523,9 @@ msgstr ""
511
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
512
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
513
 
514
- #: admin/general_options.php:142 admin/social_sharing.php:1950
515
- #: admin/social_commenting.php:487 admin/social_login.php:1225
516
- #: admin/like_buttons.php:830
517
  msgid ""
518
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
519
  "language courses through their website. They have emerged as one of the most "
@@ -525,9 +537,9 @@ msgstr ""
525
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
526
  "常简单的方式精通自己选择的编程语言。"
527
 
528
- #: admin/general_options.php:143 admin/social_sharing.php:1951
529
- #: admin/social_commenting.php:488 admin/social_login.php:1226
530
- #: admin/like_buttons.php:831
531
  msgid ""
532
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
533
  "features at their website, such as - Social Login, Social Share and Social "
@@ -569,7 +581,7 @@ msgstr "插件演示"
569
  msgid "Translate Plugin"
570
  msgstr "翻译插件"
571
 
572
- #: admin/help.php:37 admin/social_login.php:53
573
  msgid "Customize Social Login Icons"
574
  msgstr "自定义社交登录图标"
575
 
@@ -630,148 +642,148 @@ msgstr "支持我们"
630
  msgid "Rate 5-star"
631
  msgstr "5-星评价"
632
 
633
- #: admin/social_sharing.php:9 admin/social_commenting.php:8
634
- #: admin/social_login.php:8 admin/like_buttons.php:10
635
  msgid "Master Control"
636
  msgstr "主控制"
637
 
638
- #: admin/social_sharing.php:14
639
  msgid "Enable Social Sharing"
640
  msgstr "启用社交共享"
641
 
642
- #: admin/social_sharing.php:23
643
  msgid "Master control to enable Social Sharing"
644
  msgstr "主控件,以使社交共享"
645
 
646
- #: admin/social_sharing.php:33
647
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
648
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
649
 
650
- #: admin/social_sharing.php:41
651
  msgid "Theme Selection"
652
  msgstr "主题选择"
653
 
654
- #: admin/social_sharing.php:42 admin/like_buttons.php:37
655
  msgid "Standard Interface"
656
  msgstr "标准接口"
657
 
658
- #: admin/social_sharing.php:43 admin/like_buttons.php:38
659
  msgid "Floating Interface"
660
  msgstr "浮动接口"
661
 
662
- #: admin/social_sharing.php:44 admin/like_buttons.php:39
663
  msgid "Miscellaneous"
664
  msgstr "其他"
665
 
666
- #: admin/social_sharing.php:48 admin/like_buttons.php:43
667
  msgid "3rd Party Integration"
668
  msgstr "第三方集成"
669
 
670
- #: admin/social_sharing.php:52 admin/social_sharing.php:1870
671
- #: admin/social_sharing.php:1872 admin/social_login.php:41
672
- #: admin/social_login.php:1184 admin/like_buttons.php:47
673
- #: admin/like_buttons.php:793
674
  msgid "Shortcode & Widget"
675
  msgstr "简码&小工具"
676
 
677
- #: admin/social_sharing.php:53
678
  msgid "Troubleshooter"
679
  msgstr "排错"
680
 
681
- #: admin/social_sharing.php:54 admin/social_sharing.php:1903
682
- #: admin/social_commenting.php:36 admin/social_commenting.php:463
683
- #: admin/social_login.php:42 admin/social_login.php:1198
684
- #: admin/like_buttons.php:48 admin/like_buttons.php:806
685
  msgid "FAQ"
686
  msgstr "常见问题解答"
687
 
688
- #: admin/social_sharing.php:62
689
  msgid "Standard interface theme"
690
  msgstr "标准接口主题"
691
 
692
- #: admin/social_sharing.php:67 admin/social_sharing.php:374
693
  msgid "Icon Preview"
694
  msgstr "图标预览"
695
 
696
- #: admin/social_sharing.php:139 admin/social_sharing.php:447
697
  msgid ""
698
  "Do not forget to save the configuration after making changes by clicking the "
699
  "save button below"
700
  msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
701
 
702
- #: admin/social_sharing.php:146 admin/social_sharing.php:454
703
  msgid "Shape"
704
  msgstr "形状"
705
 
706
- #: admin/social_sharing.php:150 admin/social_sharing.php:458
707
- #: inc/widget.php:907
708
  msgid "Round"
709
  msgstr "圆"
710
 
711
- #: admin/social_sharing.php:152 admin/social_sharing.php:460
712
- #: inc/widget.php:908
713
  msgid "Square"
714
  msgstr "正方形"
715
 
716
- #: admin/social_sharing.php:154 admin/social_sharing.php:462
717
  msgid "Rectangle"
718
  msgstr "矩形"
719
 
720
- #: admin/social_sharing.php:161 admin/social_sharing.php:469
721
  msgid "Shape of the sharing icons"
722
  msgstr "共享图标的形状"
723
 
724
- #: admin/social_sharing.php:170 admin/social_sharing.php:478
725
  msgid "Size (in pixels)"
726
  msgstr "大小 (以像素为单位)"
727
 
728
- #: admin/social_sharing.php:186 admin/social_sharing.php:494
729
  msgid "Size of the sharing icons"
730
  msgstr "共享图标的大小"
731
 
732
- #: admin/social_sharing.php:196 admin/social_sharing.php:504
733
  msgid "Width (in pixels)"
734
  msgstr "宽度(px)"
735
 
736
- #: admin/social_sharing.php:212 admin/social_sharing.php:520
737
  msgid "Width of the sharing icons"
738
  msgstr "共享图标宽度"
739
 
740
- #: admin/social_sharing.php:220 admin/social_sharing.php:528
741
  msgid "Height (in pixels)"
742
  msgstr "高度(像素)"
743
 
744
- #: admin/social_sharing.php:236 admin/social_sharing.php:544
745
  msgid "Height of the sharing icons"
746
  msgstr "共享图标高度"
747
 
748
- #: admin/social_sharing.php:246 admin/social_sharing.php:554
749
  msgid "Border radius (in pixels)"
750
  msgstr "(以像素为单位) 的边界半径"
751
 
752
- #: admin/social_sharing.php:256 admin/social_sharing.php:564
753
  msgid ""
754
  "Specify a value for rounded corners. More the value, more rounded will the "
755
  "corners be. Leave empty for sharp corners."
756
  msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
757
 
758
- #: admin/social_sharing.php:265 admin/social_sharing.php:573
759
  msgid "Logo Color"
760
  msgstr "logo颜色"
761
 
762
- #: admin/social_sharing.php:269 admin/social_sharing.php:290
763
- #: admin/social_sharing.php:310 admin/social_sharing.php:577
764
- #: admin/social_sharing.php:598 admin/social_sharing.php:617
765
  msgid "Default"
766
  msgstr "默认"
767
 
768
- #: admin/social_sharing.php:271 admin/social_sharing.php:291
769
- #: admin/social_sharing.php:315 admin/social_sharing.php:579
770
- #: admin/social_sharing.php:599 admin/social_sharing.php:622
771
  msgid "On Hover"
772
  msgstr "鼠标悬停"
773
 
774
- #: admin/social_sharing.php:279 admin/social_sharing.php:587
775
  msgid ""
776
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
777
  "empty for default. You can get the hex code of the required color from <a "
@@ -781,13 +793,13 @@ msgstr ""
781
  "href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色"
782
  "的十六进制代码"
783
 
784
- #: admin/social_sharing.php:287 admin/social_sharing.php:595
785
- #: admin/social_sharing.php:1308 admin/like_buttons.php:406 inc/widget.php:436
786
- #: inc/widget.php:748
787
  msgid "Background Color"
788
  msgstr "背景颜色"
789
 
790
- #: admin/social_sharing.php:298 admin/social_sharing.php:606
791
  msgid ""
792
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
793
  "\"transparent\" for transparent background. Leave empty for default. You can "
@@ -798,270 +810,270 @@ msgstr ""
798
  "为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链"
799
  "接</a>获得所需的颜色的十六进制代码"
800
 
801
- #: admin/social_sharing.php:306 admin/social_sharing.php:614
802
  msgid "Border"
803
  msgstr "边框"
804
 
805
- #: admin/social_sharing.php:312 admin/social_sharing.php:317
806
- #: admin/social_sharing.php:619 admin/social_sharing.php:624
807
  msgid "Border Width"
808
  msgstr "边框宽度"
809
 
810
- #: admin/social_sharing.php:313 admin/social_sharing.php:318
811
- #: admin/social_sharing.php:620 admin/social_sharing.php:625
812
  msgid "Border Color"
813
  msgstr "边框颜色"
814
 
815
- #: admin/social_sharing.php:325 admin/social_sharing.php:632
816
  msgid "Icon border"
817
  msgstr "图标边框"
818
 
819
- #: admin/social_sharing.php:333 admin/social_sharing.php:640
820
  msgid "Counter Position"
821
  msgstr "计数器的位置"
822
 
823
- #: admin/social_sharing.php:333 admin/social_sharing.php:640
824
  msgid "(applies, if counter enabled)"
825
  msgstr "(适用,如果启用计数器)"
826
 
827
- #: admin/social_sharing.php:337 admin/social_sharing.php:644
828
- #: admin/social_sharing.php:925 admin/social_sharing.php:1330
829
- #: admin/like_buttons.php:179 admin/like_buttons.php:428 inc/widget.php:422
830
- #: inc/widget.php:734
831
  msgid "Left"
832
  msgstr "左边"
833
 
834
- #: admin/social_sharing.php:339 admin/social_sharing.php:646
835
  msgid "Top"
836
  msgstr "顶部"
837
 
838
- #: admin/social_sharing.php:341 admin/social_sharing.php:648
839
- #: admin/social_sharing.php:927 admin/social_sharing.php:1331
840
- #: admin/like_buttons.php:181 admin/like_buttons.php:429 inc/widget.php:423
841
- #: inc/widget.php:735
842
  msgid "Right"
843
  msgstr "右侧"
844
 
845
- #: admin/social_sharing.php:343 admin/social_sharing.php:650
846
  msgid "Bottom"
847
  msgstr "居下"
848
 
849
- #: admin/social_sharing.php:345 admin/social_sharing.php:652
850
  msgid "Inner Left"
851
  msgstr "内左"
852
 
853
- #: admin/social_sharing.php:347 admin/social_sharing.php:654
854
  msgid "Inner Top"
855
  msgstr "内顶"
856
 
857
- #: admin/social_sharing.php:349 admin/social_sharing.php:656
858
  msgid "Inner Right"
859
  msgstr "内右"
860
 
861
- #: admin/social_sharing.php:351 admin/social_sharing.php:658
862
  msgid "Inner Bottom"
863
  msgstr "内底"
864
 
865
- #: admin/social_sharing.php:359 admin/social_sharing.php:666
866
  msgid "Position of share counter"
867
  msgstr "共享计数器的位置"
868
 
869
- #: admin/social_sharing.php:369
870
  msgid "Floating interface theme"
871
  msgstr "浮动的界面主题"
872
 
873
- #: admin/social_sharing.php:682
874
  msgid "Standard Sharing Interface Options"
875
  msgstr "标准共享界面选项"
876
 
877
- #: admin/social_sharing.php:688
878
  msgid "Enable Standard sharing interface"
879
  msgstr "启用共享接口标准"
880
 
881
- #: admin/social_sharing.php:698
882
  msgid "Master control to enable standard sharing"
883
  msgstr "主控件以启用标准共享"
884
 
885
- #: admin/social_sharing.php:708 admin/social_sharing.php:1134
886
- #: admin/like_buttons.php:82 admin/like_buttons.php:332
887
  msgid "Target Url"
888
  msgstr "目标URL"
889
 
890
- #: admin/social_sharing.php:712 admin/social_sharing.php:1138
891
- #: admin/like_buttons.php:86 admin/like_buttons.php:336
892
  msgid "Url of the webpage where icons are located (default)"
893
  msgstr "图标所在网页的Url (默认值)"
894
 
895
- #: admin/social_sharing.php:714 admin/social_sharing.php:1140
896
- #: admin/like_buttons.php:88 admin/like_buttons.php:338
897
  msgid "Url of the homepage of your website"
898
  msgstr "您网站的主页的 Url"
899
 
900
- #: admin/social_sharing.php:716 admin/social_sharing.php:1142
901
- #: admin/like_buttons.php:90 admin/like_buttons.php:340
902
  msgid "Custom url"
903
  msgstr "自定义 URL"
904
 
905
- #: admin/social_sharing.php:723 admin/social_sharing.php:1149
906
  msgid "Url to share"
907
  msgstr "要分享的网址"
908
 
909
- #: admin/social_sharing.php:731 admin/social_login.php:527
910
- #: admin/social_login.php:868 admin/like_buttons.php:105 inc/widget.php:901
911
  msgid "Title"
912
  msgstr "标题"
913
 
914
- #: admin/social_sharing.php:741
915
  msgid "The text to display above the sharing interface"
916
  msgstr "要共享界面上方显示的文本"
917
 
918
- #: admin/social_sharing.php:766 admin/social_sharing.php:1158
919
  msgid "Instagram username"
920
  msgstr ""
921
 
922
- #: admin/social_sharing.php:776 admin/social_sharing.php:1168
923
  msgid ""
924
  "Username of the Instagram account you want to redirect users to, on clicking "
925
  "the icon"
926
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
927
 
928
- #: admin/social_sharing.php:786 admin/social_sharing.php:1178
929
  msgid "HTML ID of container element of comment form"
930
  msgstr "注释表单的容器元素的HTML ID"
931
 
932
- #: admin/social_sharing.php:796 admin/social_sharing.php:1188
933
  msgid ""
934
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
935
  "icon."
936
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
937
 
938
- #: admin/social_sharing.php:810 admin/social_sharing.php:1197
939
  msgid "Rearrange icons"
940
  msgstr "重新排列图标"
941
 
942
- #: admin/social_sharing.php:869 admin/social_sharing.php:1256
943
  msgid "Drag the icons to rearrange in desired order"
944
  msgstr "按所需顺序拖动要重新排列的图标"
945
 
946
- #: admin/social_sharing.php:877 admin/social_sharing.php:1264
947
  msgid "Select Sharing Services"
948
  msgstr "选择共享服务"
949
 
950
- #: admin/social_sharing.php:884 admin/social_sharing.php:1271
951
  msgid "Select sharing services to show in social share bar"
952
  msgstr "请选择要在社交共享栏中显示的共享服务"
953
 
954
- #: admin/social_sharing.php:902 admin/social_sharing.php:1289
955
  msgid "Search social network"
956
  msgstr "搜索社交网络"
957
 
958
- #: admin/social_sharing.php:921 admin/social_sharing.php:1326
959
- #: admin/like_buttons.php:175 admin/like_buttons.php:424
960
  msgid "Horizontal alignment"
961
  msgstr "水平对齐"
962
 
963
- #: admin/social_sharing.php:926 admin/like_buttons.php:180
964
  msgid "Center"
965
  msgstr "居中"
966
 
967
- #: admin/social_sharing.php:935 admin/social_sharing.php:1339
968
  msgid "Horizontal alignment of the sharing interface"
969
  msgstr "共享界面水平对齐方式"
970
 
971
- #: admin/social_sharing.php:943 admin/like_buttons.php:197
972
  msgid "Position with respect to content"
973
  msgstr "相对于内容的位置"
974
 
975
- #: admin/social_sharing.php:947 admin/like_buttons.php:201
976
  msgid "Top of the content"
977
  msgstr "内容的顶部"
978
 
979
- #: admin/social_sharing.php:949 admin/like_buttons.php:203
980
  msgid "Bottom of the content"
981
  msgstr "内容的底部"
982
 
983
- #: admin/social_sharing.php:956
984
  msgid "Specify position of the sharing interface with respect to the content"
985
  msgstr "指定相对于内容而言共享界面的位置"
986
 
987
- #: admin/social_sharing.php:964 admin/social_sharing.php:1405
988
  msgid "Placement"
989
  msgstr "放置"
990
 
991
- #: admin/social_sharing.php:968 admin/social_sharing.php:1409
992
- #: admin/social_login.php:807 admin/social_login.php:837
993
- #: admin/like_buttons.php:222 admin/like_buttons.php:507
994
  msgid "Homepage"
995
  msgstr "主页"
996
 
997
- #: admin/social_sharing.php:970 admin/social_sharing.php:1411
998
- #: admin/like_buttons.php:224 admin/like_buttons.php:509
999
  msgid "Posts"
1000
  msgstr "文章"
1001
 
1002
- #: admin/social_sharing.php:972 admin/social_sharing.php:1413
1003
- #: admin/like_buttons.php:226 admin/like_buttons.php:511
1004
  msgid "Pages"
1005
  msgstr "页面"
1006
 
1007
- #: admin/social_sharing.php:974 admin/social_sharing.php:1415
1008
- #: admin/like_buttons.php:228 admin/like_buttons.php:513
1009
  msgid "Excerpts and Posts page"
1010
  msgstr "摘录和帖子页面"
1011
 
1012
- #: admin/social_sharing.php:976 admin/social_sharing.php:1417
1013
- #: admin/like_buttons.php:230 admin/like_buttons.php:515
1014
  msgid "Category Archives"
1015
  msgstr "目录类别"
1016
 
1017
- #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1018
- #: admin/like_buttons.php:232 admin/like_buttons.php:517
1019
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1020
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1021
 
1022
- #: admin/social_sharing.php:994 admin/like_buttons.php:248
1023
  msgid "BuddyPress activity"
1024
  msgstr "BuddyPress 活动"
1025
 
1026
- #: admin/social_sharing.php:996 admin/like_buttons.php:251
1027
  msgid "BuddyPress group (only at top of content)"
1028
  msgstr "BuddyPress 组 (只有顶部的内容)"
1029
 
1030
- #: admin/social_sharing.php:1002 admin/social_sharing.php:1441
1031
- #: admin/like_buttons.php:258 admin/like_buttons.php:538
1032
  msgid "BBPress forum"
1033
  msgstr "BBPress 论坛"
1034
 
1035
- #: admin/social_sharing.php:1005 admin/social_sharing.php:1444
1036
- #: admin/like_buttons.php:261 admin/like_buttons.php:541
1037
  msgid "BBPress topic"
1038
  msgstr "BBPress 主题"
1039
 
1040
- #: admin/social_sharing.php:1008 admin/like_buttons.php:264
1041
  msgid "BBPress reply"
1042
  msgstr "BBPress 答复"
1043
 
1044
- #: admin/social_sharing.php:1015 admin/like_buttons.php:271
1045
  msgid "After individual product at WooCommerce Shop page"
1046
  msgstr "在 WooCommerce 商店页面上单独的商品后"
1047
 
1048
- #: admin/social_sharing.php:1018 admin/like_buttons.php:274
1049
  msgid "WooCommerce Product Page"
1050
  msgstr "Woocommerce商品页"
1051
 
1052
- #: admin/social_sharing.php:1021 admin/like_buttons.php:277
1053
  msgid "WooCommerce Thankyou Page"
1054
  msgstr "WooCommerce 致谢页面"
1055
 
1056
- #: admin/social_sharing.php:1032
1057
  msgid "Specify the pages where you want to enable Sharing interface"
1058
  msgstr "指定要启用共享界面的页面"
1059
 
1060
- #: admin/social_sharing.php:1040 admin/social_sharing.php:1462
1061
  msgid "Show share counts"
1062
  msgstr "显示共享计数"
1063
 
1064
- #: admin/social_sharing.php:1045 admin/social_sharing.php:1467
1065
  msgid ""
1066
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1067
  "Pinterest, Odnoklassniki and Vkontakte"
@@ -1069,7 +1081,7 @@ msgstr ""
1069
  "支持Facebook、Twitter、LinkedIn、Buffer、Reddit、Pinterest、Odnoclassniki和"
1070
  "Vkontakte的分享计数"
1071
 
1072
- #: admin/social_sharing.php:1046 admin/social_sharing.php:1468
1073
  #, php-format
1074
  msgid ""
1075
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -1078,42 +1090,42 @@ msgid ""
1078
  "their website."
1079
  msgstr ""
1080
 
1081
- #: admin/social_sharing.php:1053 admin/social_sharing.php:1475
1082
  msgid "If enabled, share counts are displayed above sharing icons."
1083
  msgstr "如果启用,共享计数在共享图标上面显示。"
1084
 
1085
- #: admin/social_sharing.php:1062 admin/social_sharing.php:1484
1086
  msgid "Show total shares"
1087
  msgstr "分享总数"
1088
 
1089
- #: admin/social_sharing.php:1072 admin/social_sharing.php:1494
1090
  msgid "If enabled, total shares will be displayed with sharing icons"
1091
  msgstr "如果启用,共享计数在共享图标上面显示。"
1092
 
1093
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1503
1094
  msgid "Enable 'More' icon"
1095
  msgstr "启用“更多”图标"
1096
 
1097
- #: admin/social_sharing.php:1091 admin/social_sharing.php:1513
1098
  msgid ""
1099
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1100
  "which shows additional sharing networks in popup"
1101
  msgstr ""
1102
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1103
 
1104
- #: admin/social_sharing.php:1108
1105
  msgid "Floating Sharing Interface Options"
1106
  msgstr "浮动共享界面选项"
1107
 
1108
- #: admin/social_sharing.php:1114
1109
  msgid "Enable Floating sharing interface"
1110
  msgstr "启用共享接口标准"
1111
 
1112
- #: admin/social_sharing.php:1124
1113
  msgid "Master control to enable floating sharing widget"
1114
  msgstr "主控,使共享浮动部件"
1115
 
1116
- #: admin/social_sharing.php:1318
1117
  msgid ""
1118
  "Specify the color or hex code (example #cc78e0) for the background of "
1119
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -1124,136 +1136,136 @@ msgstr ""
1124
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1125
  "颜色的十六进制代码"
1126
 
1127
- #: admin/social_sharing.php:1348 admin/like_buttons.php:446
1128
  msgid "Left offset"
1129
  msgstr "左偏移"
1130
 
1131
- #: admin/social_sharing.php:1358
1132
  msgid ""
1133
  "Specify a number. Increase in number will shift sharing interface towards "
1134
  "right and decrease will shift it towards left. Number can be negative too."
1135
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1136
 
1137
- #: admin/social_sharing.php:1368 admin/like_buttons.php:466
1138
  msgid "Right offset"
1139
  msgstr "右偏移"
1140
 
1141
- #: admin/social_sharing.php:1378
1142
  msgid ""
1143
  "Specify a number. Increase in number will shift sharing interface towards "
1144
  "left and decrease will shift it towards right. Number can be negative too."
1145
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1146
 
1147
- #: admin/social_sharing.php:1387 admin/like_buttons.php:485
1148
  msgid "Top offset"
1149
  msgstr "顶部偏移"
1150
 
1151
- #: admin/social_sharing.php:1397
1152
  msgid ""
1153
  "Specify a number. Increase in number will shift sharing interface towards "
1154
  "bottom and decrease will shift it towards top."
1155
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1156
 
1157
- #: admin/social_sharing.php:1433 admin/like_buttons.php:531
1158
  msgid "BuddyPress group"
1159
  msgstr "BuddyPress 组"
1160
 
1161
- #: admin/social_sharing.php:1454
1162
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1163
  msgstr "指定要实现垂直共享界面的网页"
1164
 
1165
- #: admin/social_sharing.php:1521
1166
  msgid "Vertical floating bar responsiveness"
1167
  msgstr "立式浮栏响应能力"
1168
 
1169
- #: admin/social_sharing.php:1524
1170
  #, php-format
1171
  msgid "Display vertical interface only when screen is wider than %s pixels"
1172
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1173
 
1174
- #: admin/social_sharing.php:1531
1175
  msgid ""
1176
  "Display vertical interface only when screen is wider than the width "
1177
  "specified."
1178
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1179
 
1180
- #: admin/social_sharing.php:1539
1181
  msgid "Horizontal floating bar responsiveness"
1182
  msgstr "水平浮动栏响应"
1183
 
1184
- #: admin/social_sharing.php:1542
1185
  #, php-format
1186
  msgid ""
1187
  "Stick vertical floating interface horizontally at bottom only when screen is "
1188
  "narrower than %s pixels"
1189
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1190
 
1191
- #: admin/social_sharing.php:1549
1192
  msgid ""
1193
  "Stick vertical floating interface horizontally at bottom only when screen is "
1194
  "narrower than the width specified"
1195
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1196
 
1197
- #: admin/social_sharing.php:1559
1198
  msgid "Horizontal floating bar position"
1199
  msgstr "水平浮动栏位置"
1200
 
1201
- #: admin/social_sharing.php:1562
1202
  #, php-format
1203
  msgid "%s pixels from %s"
1204
  msgstr "%s像素来自%s"
1205
 
1206
- #: admin/social_sharing.php:1563
1207
  msgid "Auto-adjust according to screen width (responsive)"
1208
  msgstr "根据屏幕宽度自动调整 (自响应)"
1209
 
1210
- #: admin/social_sharing.php:1570
1211
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1212
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1213
 
1214
- #: admin/social_sharing.php:1590 admin/like_buttons.php:588
1215
  msgid "Url shortener"
1216
  msgstr "短网址"
1217
 
1218
- #: admin/social_sharing.php:1596
1219
  msgid "Use shortlinks already installed"
1220
  msgstr "短网址已安装,发推按钮"
1221
 
1222
- #: admin/social_sharing.php:1606
1223
  msgid "Uses default short url permalinks without using any additional plugin"
1224
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1225
 
1226
- #: admin/social_sharing.php:1614
1227
  msgid "Enable bit.ly url shortener for sharing"
1228
  msgstr "用于使用bit.ly url短链共享"
1229
 
1230
- #: admin/social_sharing.php:1624 admin/like_buttons.php:622
1231
  msgid "Master control to enable bit.ly url shortening for sharing"
1232
  msgstr "主控件以启用 bit.ly url 短链共享"
1233
 
1234
- #: admin/social_sharing.php:1632
1235
  msgid "bit.ly Login"
1236
  msgstr "bit.ly登录"
1237
 
1238
- #: admin/social_sharing.php:1642 admin/social_sharing.php:1661
1239
  #, php-format
1240
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1241
  msgstr ""
1242
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1243
 
1244
- #: admin/social_sharing.php:1651 admin/like_buttons.php:649
1245
  msgid "bit.ly API Key"
1246
  msgstr "bit.ly API 密钥"
1247
 
1248
- #: admin/social_sharing.php:1670 admin/like_buttons.php:668
1249
  msgid "Clear Bitly Cache"
1250
  msgstr "清除 Bitly 缓存"
1251
 
1252
- #: admin/social_sharing.php:1674 admin/like_buttons.php:672
1253
  msgid "ShortUrl cache cleared successfully."
1254
  msgstr "ShortUrl 缓存成功清除。"
1255
 
1256
- #: admin/social_sharing.php:1681 admin/like_buttons.php:679
1257
  msgid ""
1258
  "Use this to delete short urls saved in database. Handy, if urls of your "
1259
  "website have been changed but short urls are still being generated for old "
@@ -1262,31 +1274,31 @@ msgstr ""
1262
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1263
  "仍为旧网址,手动处理。"
1264
 
1265
- #: admin/social_sharing.php:1690
1266
  msgid "Share Count Cache"
1267
  msgstr "共享计数缓存"
1268
 
1269
- #: admin/social_sharing.php:1696
1270
  msgid "Refresh Share Count cache every"
1271
  msgstr "清空每个计数器缓存"
1272
 
1273
- #: admin/social_sharing.php:1701
1274
  msgid "Second(s)"
1275
  msgstr "秒(s)"
1276
 
1277
- #: admin/social_sharing.php:1702
1278
  msgid "Minute(s)"
1279
  msgstr "分钟"
1280
 
1281
- #: admin/social_sharing.php:1703
1282
  msgid "Hour(s)"
1283
  msgstr "小时"
1284
 
1285
- #: admin/social_sharing.php:1704
1286
  msgid "Day(s)"
1287
  msgstr "天"
1288
 
1289
- #: admin/social_sharing.php:1712
1290
  #, php-format
1291
  msgid ""
1292
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -1296,25 +1308,25 @@ msgstr ""
1296
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1297
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1298
 
1299
- #: admin/social_sharing.php:1720
1300
  msgid "Clear Share Counts Cache"
1301
  msgstr "清除共享计数缓存"
1302
 
1303
- #: admin/social_sharing.php:1724
1304
  msgid "Share Counts cache cleared successfully."
1305
  msgstr "分享计数缓存成功清除。"
1306
 
1307
- #: admin/social_sharing.php:1731
1308
  msgid "Use this to clear cached share counts"
1309
  msgstr "使用这个清除计数的缓存"
1310
 
1311
- #: admin/social_sharing.php:1740 admin/social_sharing.php:1746
1312
- #: admin/social_commenting.php:320 admin/like_buttons.php:688
1313
- #: admin/like_buttons.php:694
1314
  msgid "Language"
1315
  msgstr "语言"
1316
 
1317
- #: admin/social_sharing.php:1756
1318
  #, php-format
1319
  msgid ""
1320
  "Enter the code of the language you want to use for like buttons. You can "
@@ -1324,15 +1336,15 @@ msgstr ""
1324
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1325
  "链接</a>找到语言代码。留空为默认 (英语)"
1326
 
1327
- #: admin/social_sharing.php:1765
1328
  msgid "Username in sharing"
1329
  msgstr "共享的用户名"
1330
 
1331
- #: admin/social_sharing.php:1771
1332
  msgid "Twitter username (without @)"
1333
  msgstr "Twitter账号(无@)"
1334
 
1335
- #: admin/social_sharing.php:1781 admin/social_sharing.php:1800
1336
  msgid ""
1337
  "Provided username will be appended after the content being shared as \"via "
1338
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -1341,35 +1353,35 @@ msgstr ""
1341
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1342
  "请留空。"
1343
 
1344
- #: admin/social_sharing.php:1790
1345
  msgid "Buffer username (without @)"
1346
  msgstr "缓冲用户名 (无 @)"
1347
 
1348
- #: admin/social_sharing.php:1809
1349
  msgid "AMP"
1350
  msgstr ""
1351
 
1352
- #: admin/social_sharing.php:1815
1353
  msgid "Enable sharing on AMP pages"
1354
  msgstr "在 AMP 页面上启用分享"
1355
 
1356
- #: admin/social_sharing.php:1825
1357
  msgid "Enable this option to render sharing icons on AMP pages"
1358
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1359
 
1360
- #: admin/social_sharing.php:1844 admin/like_buttons.php:767
1361
  msgid "myCRED"
1362
  msgstr "myCRED"
1363
 
1364
- #: admin/social_sharing.php:1850 admin/like_buttons.php:773
1365
  msgid "Append myCRED referral ID to the urls being shared"
1366
  msgstr "将myCRED推荐ID追加到分享的URL"
1367
 
1368
- #: admin/social_sharing.php:1883
1369
  msgid "Facebook Sharing Troubleshooter"
1370
  msgstr "Facebook 分享疑难解答"
1371
 
1372
- #: admin/social_sharing.php:1888
1373
  msgid ""
1374
  "If Facebook sharing is not working fine, click at the following link and "
1375
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -1379,8 +1391,8 @@ msgstr ""
1379
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1380
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1381
 
1382
- #: admin/social_sharing.php:1905 admin/social_commenting.php:465
1383
- #: admin/social_login.php:1200
1384
  msgid ""
1385
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1386
  "an online website for the plugin to function properly."
@@ -1388,11 +1400,11 @@ msgstr ""
1388
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1389
  "使插件正常运行。"
1390
 
1391
- #: admin/social_sharing.php:1907
1392
  msgid "Why is Instagram icon redirecting to Instagram website?"
1393
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1394
 
1395
- #: admin/social_sharing.php:1908
1396
  msgid ""
1397
  "Instagram icon is there to send website visitors to the Instagram page of "
1398
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -1402,117 +1414,117 @@ msgstr ""
1402
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1403
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1404
 
1405
- #: admin/social_sharing.php:1911
1406
  msgid ""
1407
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1408
  msgstr ""
1409
 
1410
- #: admin/social_sharing.php:1912
1411
  msgid ""
1412
  "It takes some time for their service to track the shares made on Twitter "
1413
  "from your website. If you still feel it's taking too long you can contact "
1414
  "their support directly from their website."
1415
  msgstr ""
1416
 
1417
- #: admin/social_sharing.php:1914 admin/like_buttons.php:810
1418
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1419
  msgstr "如何在同一行中放置标题和社交分享图标?"
1420
 
1421
- #: admin/social_sharing.php:1915
1422
  msgid ""
1423
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1424
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1425
 
1426
- #: admin/social_sharing.php:1916 admin/social_commenting.php:468
1427
- #: admin/social_login.php:1206
1428
  msgid "Why is my browser blocking some features of the plugin?"
1429
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1430
 
1431
- #: admin/social_sharing.php:1917
1432
  msgid "Why the color of share icons is not being updated?"
1433
  msgstr "为什么分享图标的颜色未更新?"
1434
 
1435
- #: admin/social_sharing.php:1918
1436
  msgid ""
1437
  "Why is sharer not showing the correct image, title and other meta tags "
1438
  "content?"
1439
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1440
 
1441
- #: admin/social_sharing.php:1919
1442
  msgid "Why Facebook share counts are not appearing?"
1443
  msgstr "为什么Facebook 分享数量没有出现?"
1444
 
1445
- #: admin/social_sharing.php:1920
1446
  msgid ""
1447
  "How can I show share counts of my website rather than of individual pages/"
1448
  "posts?"
1449
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1450
 
1451
- #: admin/social_sharing.php:1921
1452
  msgid "How can I disable sharing on particular page/post?"
1453
  msgstr "如何在特定的页面文章上禁用共享?"
1454
 
1455
- #: admin/social_sharing.php:1922
1456
  msgid "How can I specify minimum sharing count for sharing networks?"
1457
  msgstr "如何为共享网络共享指定最少数目?"
1458
 
1459
- #: admin/social_sharing.php:1923
1460
  msgid "How to share specific page?"
1461
  msgstr "如何共享特定页面?"
1462
 
1463
- #: admin/social_sharing.php:1924
1464
  msgid "How to integrate Google Analytics with sharing?"
1465
  msgstr "谷歌分析与集成"
1466
 
1467
- #: admin/social_sharing.php:1925
1468
  msgid "How to customize the look of total share counts?"
1469
  msgstr "如何自定义总共享计数的外观?"
1470
 
1471
- #: admin/social_sharing.php:1926
1472
  msgid "How to customize the look of individual share counts?"
1473
  msgstr "如何自定义个人共享计数的外观?"
1474
 
1475
- #: admin/social_sharing.php:1927
1476
  msgid "How to show Whatsapp icon only on mobile devices?"
1477
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1478
 
1479
- #: admin/social_sharing.php:1928
1480
  msgid "How to hide arrow after floating sharing bar?"
1481
  msgstr "如何在浮动共享栏后隐藏箭头?"
1482
 
1483
- #: admin/social_sharing.php:1929
1484
  msgid "Why is share count not getting updated?"
1485
  msgstr "为什么共享计数没有得到更新?"
1486
 
1487
- #: admin/social_sharing.php:1930 admin/like_buttons.php:808
1488
  msgid "Why is there so much space between like buttons?"
1489
  msgstr "为什么像按钮之间有这么多的空间?"
1490
 
1491
- #: admin/social_sharing.php:1931 admin/like_buttons.php:809
1492
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1493
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1494
 
1495
- #: admin/social_commenting.php:13
1496
  msgid "Enable Social Commenting"
1497
  msgstr "启用社会化评论"
1498
 
1499
- #: admin/social_commenting.php:23
1500
  msgid "Master control to enable Social Commenting"
1501
  msgstr "主控件,以使社交共享"
1502
 
1503
- #: admin/social_commenting.php:34
1504
  msgid "Social Commenting"
1505
  msgstr "社会化评论"
1506
 
1507
- #: admin/social_commenting.php:35 admin/social_commenting.php:450
1508
  msgid "Shortcode"
1509
  msgstr "短码"
1510
 
1511
- #: admin/social_commenting.php:49
1512
  msgid "Order of tabs in commenting interface"
1513
  msgstr "在评论界面选项卡的顺序"
1514
 
1515
- #: admin/social_commenting.php:59
1516
  msgid ""
1517
  "Order of the tabs shown in social commenting interface. Defaults to "
1518
  "wordpress,facebook,googleplus,disqus"
@@ -1520,27 +1532,27 @@ msgstr ""
1520
  "在社会化评论界面中显示的选项卡的顺序。默认值为 wordpress,facebook,"
1521
  "googleplus,disqus"
1522
 
1523
- #: admin/social_commenting.php:67
1524
  msgid "Comment area label"
1525
  msgstr "评论区标签"
1526
 
1527
- #: admin/social_commenting.php:77
1528
  msgid "Label for comment area"
1529
  msgstr "在评论表单启用"
1530
 
1531
- #: admin/social_commenting.php:90
1532
  msgid "Enable Social Commenting at"
1533
  msgstr "在此禁用社会化评论"
1534
 
1535
- #: admin/social_commenting.php:109
1536
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1537
  msgstr "指定要启用社会化评论的页面/文章组"
1538
 
1539
- #: admin/social_commenting.php:120
1540
  msgid "HTML ID of comment form container"
1541
  msgstr "评论表单容器的HTML ID"
1542
 
1543
- #: admin/social_commenting.php:130
1544
  msgid ""
1545
  "HTML ID of container element of the default comment form at front end. Leave "
1546
  "empty for default ID - \"respond\". You need to specify it if default "
@@ -1550,43 +1562,43 @@ msgstr ""
1550
  "在前端默认评论表单的HTML ID 的容器元素。留空为默认 ID-“respond”。如果在您网站"
1551
  "的前端出现默认评论形式和社交评论无法启用,您需要指定它。"
1552
 
1553
- #: admin/social_commenting.php:140
1554
  msgid "Labels"
1555
  msgstr "标签"
1556
 
1557
- #: admin/social_commenting.php:145
1558
  msgid "Label for WordPress Commenting tab"
1559
  msgstr "WordPress 评论选项卡的标签"
1560
 
1561
- #: admin/social_commenting.php:154
1562
  msgid "Label for Facebook Commenting tab"
1563
  msgstr "Facebook 评论选项卡的标签"
1564
 
1565
- #: admin/social_commenting.php:163
1566
  msgid "Label for G+ Commenting tab"
1567
  msgstr "G+ 评论选项卡的标签"
1568
 
1569
- #: admin/social_commenting.php:172
1570
  msgid "Label for Disqus Commenting tab"
1571
  msgstr "Disqus 评论选项卡的标签"
1572
 
1573
- #: admin/social_commenting.php:183
1574
  msgid "Facebook Commenting Options"
1575
  msgstr "Facebook 评论选项"
1576
 
1577
- #: admin/social_commenting.php:189
1578
  msgid "Enable Facebook Comments notification and moderation"
1579
  msgstr "启用 Facebook 评论通知和调节"
1580
 
1581
- #: admin/social_commenting.php:197 admin/social_commenting.php:207
1582
  msgid "Enable Facebook Commenting"
1583
  msgstr "启用Facebook评论"
1584
 
1585
- #: admin/social_commenting.php:215 admin/social_commenting.php:381
1586
  msgid "Url to comment on"
1587
  msgstr "评论上的 Url"
1588
 
1589
- #: admin/social_commenting.php:225
1590
  msgid ""
1591
  "The absolute URL that comments posted will be permanently associated with. "
1592
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
@@ -1596,67 +1608,67 @@ msgstr ""
1596
  "以评论的绝对 URL 将与永久关联。在 Facebook 上关于已评论的事件,将链接到此 "
1597
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1598
 
1599
- #: admin/social_commenting.php:233
1600
  msgid "Show Recent Facebook Comments in a Widget"
1601
  msgstr "在小工具中显示最近的 facebook 评论"
1602
 
1603
- #: admin/social_commenting.php:241 admin/social_commenting.php:363
1604
  msgid "Width"
1605
  msgstr "宽度"
1606
 
1607
- #: admin/social_commenting.php:251
1608
  msgid ""
1609
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1610
  "block."
1611
  msgstr "请留空以自动调整宽度。评论块的宽度 (以像素为单位)。"
1612
 
1613
- #: admin/social_commenting.php:259
1614
  msgid "Color Scheme"
1615
  msgstr "配色方案"
1616
 
1617
- #: admin/social_commenting.php:263
1618
  msgid "Light"
1619
  msgstr "亮度"
1620
 
1621
- #: admin/social_commenting.php:264
1622
  msgid "Dark"
1623
  msgstr "暗度"
1624
 
1625
- #: admin/social_commenting.php:272
1626
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1627
  msgstr "该插件所使用的颜色方案。可以是”明亮”或”暗淡”。"
1628
 
1629
- #: admin/social_commenting.php:280
1630
  msgid "Number of comments"
1631
  msgstr "评论数量"
1632
 
1633
- #: admin/social_commenting.php:290
1634
  msgid ""
1635
  "The number of comments to show by default. The minimum value is 1. Defaults "
1636
  "to 10"
1637
  msgstr "要在默认情况下显示的评论数目。最小值是 1。默认值为 10"
1638
 
1639
- #: admin/social_commenting.php:298
1640
  msgid "Order by"
1641
  msgstr "排序规则"
1642
 
1643
- #: admin/social_commenting.php:302
1644
  msgid "Social"
1645
  msgstr "社交"
1646
 
1647
- #: admin/social_commenting.php:303
1648
  msgid "Reverse Time"
1649
  msgstr "反转时间"
1650
 
1651
- #: admin/social_commenting.php:304
1652
  msgid "Time"
1653
  msgstr "时间"
1654
 
1655
- #: admin/social_commenting.php:312
1656
  msgid "The order to use when displaying comments."
1657
  msgstr "显示评论时的顺序。"
1658
 
1659
- #: admin/social_commenting.php:330
1660
  #, php-format
1661
  msgid ""
1662
  "Enter the code of the language you want to use to display commenting. You "
@@ -1666,19 +1678,19 @@ msgstr ""
1666
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1667
  "链接</a>找到语言代码。留空为默认 (英语)"
1668
 
1669
- #: admin/social_commenting.php:339
1670
  msgid "Google Plus Commenting Options"
1671
  msgstr "Google + 评论选项"
1672
 
1673
- #: admin/social_commenting.php:345 admin/social_commenting.php:355
1674
  msgid "Enable Google Plus Commenting"
1675
  msgstr "启用 Google + 评论"
1676
 
1677
- #: admin/social_commenting.php:373
1678
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1679
  msgstr "GooglePlus 评论界面的宽度。留空自动调整"
1680
 
1681
- #: admin/social_commenting.php:391
1682
  msgid ""
1683
  "The absolute URL that comments posted will be permanently associated with. "
1684
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
@@ -1688,90 +1700,90 @@ msgstr ""
1688
  "已发评论的绝对 URL 将与之永久关联。在 Facebook 上关于已评论的事件将链接到此 "
1689
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1690
 
1691
- #: admin/social_commenting.php:400
1692
  msgid "Disqus Commenting Options"
1693
  msgstr "Disqus 评论选项"
1694
 
1695
- #: admin/social_commenting.php:406 admin/social_commenting.php:416
1696
  msgid "Enable Disqus Commenting"
1697
  msgstr "启用 Disqus 评论"
1698
 
1699
- #: admin/social_commenting.php:424
1700
  msgid "Disqus Shortname"
1701
  msgstr "Disqus 短名称"
1702
 
1703
- #: admin/social_commenting.php:434
1704
  msgid ""
1705
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1706
  "shortname, visit following link."
1707
  msgstr ""
1708
  "<strong>要求使用 Disqus 评论。</strong>关于短名称的更多信息,请访问下面链接。"
1709
 
1710
- #: admin/social_commenting.php:452
1711
  msgid "Social Commenting Shortcode"
1712
  msgstr "社会化评论简码"
1713
 
1714
- #: admin/social_commenting.php:466
1715
  msgid ""
1716
  "How to show recent Facebook Comments from all over the website in a widget?"
1717
  msgstr "如何在一个小部件中显示来自整个网站的Facebook评论?"
1718
 
1719
- #: admin/social_commenting.php:467
1720
  msgid ""
1721
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1722
  "Https?"
1723
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
1724
 
1725
- #: admin/social_commenting.php:469
1726
  msgid "How can I disable Social Commenting at individual page/post?"
1727
  msgstr "如何在独立页/文章上禁用社会化评论?"
1728
 
1729
- #: admin/social_commenting.php:470
1730
  msgid "How to disable default comment form from Social Commenting?"
1731
  msgstr "如何从社会化评论禁用默认评论表单?"
1732
 
1733
- #: admin/social_login.php:14
1734
  msgid "Enable Social Login"
1735
  msgstr "启用社交登录"
1736
 
1737
- #: admin/social_login.php:24
1738
  msgid ""
1739
  "Master control for Social Login. It must be checked to enable Social Login "
1740
  "functionality"
1741
  msgstr "社交化登录的主控。为使用社交登录功能必须验证它。"
1742
 
1743
- #: admin/social_login.php:35 admin/social_login.php:49
1744
  msgid "Basic Configuration"
1745
  msgstr "基本配置"
1746
 
1747
- #: admin/social_login.php:36
1748
  msgid "Advanced Configuration"
1749
  msgstr "高级配置"
1750
 
1751
- #: admin/social_login.php:37 admin/social_login.php:1013
1752
  msgid "GDPR"
1753
  msgstr "GDPR"
1754
 
1755
- #: admin/social_login.php:39 admin/social_login.php:1135
1756
  msgid "XProfile Integration"
1757
  msgstr "xprofile 集成"
1758
 
1759
- #: admin/social_login.php:59
1760
  msgid "Disable user registration via Social Login"
1761
  msgstr "禁用社会化登录用户注册"
1762
 
1763
- #: admin/social_login.php:69
1764
  msgid ""
1765
  "After enabling this option, new users will not be able to login through "
1766
  "social login. Only existing users will be able to social login."
1767
  msgstr ""
1768
  "启用此选项之后,新用户不能够通过社交登录了。只有现有的用户将能够社交登录。"
1769
 
1770
- #: admin/social_login.php:78
1771
  msgid "Redirection url"
1772
  msgstr "重定向 url"
1773
 
1774
- #: admin/social_login.php:88
1775
  msgid ""
1776
  "User will be redirected to this page after unsuccessful registration attempt "
1777
  "via Social Login. You can specify the url of registration form or of a page "
@@ -1780,59 +1792,59 @@ msgstr ""
1780
  "通过社会化登录成功的用户将重定向到此页后。您可以指定 url 的注册表单或显示有关"
1781
  "禁止通过社交登录注册消息的页面"
1782
 
1783
- #: admin/social_login.php:97
1784
  msgid "Select Social Networks"
1785
  msgstr "设置社交媒体链接"
1786
 
1787
- #: admin/social_login.php:102
1788
  msgid "Facebook"
1789
  msgstr "Facebook"
1790
 
1791
- #: admin/social_login.php:106
1792
  msgid "Twitter"
1793
  msgstr "Twitter"
1794
 
1795
- #: admin/social_login.php:110
1796
  msgid "LinkedIn"
1797
  msgstr "LinkedIn"
1798
 
1799
- #: admin/social_login.php:114
1800
  msgid "Google+"
1801
  msgstr "Google+"
1802
 
1803
- #: admin/social_login.php:118
1804
  msgid "Vkontakte"
1805
  msgstr "Vkontakte"
1806
 
1807
- #: admin/social_login.php:122
1808
  msgid "Instagram"
1809
  msgstr "Instagram"
1810
 
1811
- #: admin/social_login.php:126
1812
  msgid "Xing"
1813
  msgstr "Xing社交网站"
1814
 
1815
- #: admin/social_login.php:130
1816
  msgid "Steam"
1817
  msgstr "Steam"
1818
 
1819
- #: admin/social_login.php:135
1820
  msgid "Twitch"
1821
  msgstr "Twitch"
1822
 
1823
- #: admin/social_login.php:140
1824
  msgid "LiveJournal"
1825
  msgstr ""
1826
 
1827
- #: admin/social_login.php:148
1828
  msgid "Select Social ID provider to enable in Social Login"
1829
  msgstr "选择社会化ID提供商以启用社会化登录"
1830
 
1831
- #: admin/social_login.php:156
1832
  msgid "Facebook App ID"
1833
  msgstr "Facebook 应用 ID"
1834
 
1835
- #: admin/social_login.php:166
1836
  #, php-format
1837
  msgid ""
1838
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1841,16 +1853,16 @@ msgstr ""
1841
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1842
  "Facebook的应用程序ID"
1843
 
1844
- #: admin/social_login.php:168 admin/social_login.php:190
1845
  msgid ""
1846
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1847
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1848
 
1849
- #: admin/social_login.php:178
1850
  msgid "Facebook App Secret"
1851
  msgstr "FacebookAPP密码"
1852
 
1853
- #: admin/social_login.php:188
1854
  #, php-format
1855
  msgid ""
1856
  "Required for Facebook Social Login to work. Please follow the documentation "
@@ -1859,11 +1871,11 @@ msgstr ""
1859
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1860
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1861
 
1862
- #: admin/social_login.php:200
1863
  msgid "Twitter API Key"
1864
  msgstr "Twitter API密钥"
1865
 
1866
- #: admin/social_login.php:210
1867
  #, php-format
1868
  msgid ""
1869
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1872,22 +1884,22 @@ msgstr ""
1872
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1873
  "Twitter的API密钥"
1874
 
1875
- #: admin/social_login.php:212 admin/social_login.php:238
1876
  msgid ""
1877
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1878
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1879
 
1880
- #: admin/social_login.php:216 admin/social_login.php:242
1881
  msgid ""
1882
  "Paste following url in <strong>Callback URL</strong> option at the link "
1883
  "mentioned"
1884
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1885
 
1886
- #: admin/social_login.php:226
1887
  msgid "Twitter API Secret"
1888
  msgstr "Twitter API Secret"
1889
 
1890
- #: admin/social_login.php:236
1891
  #, php-format
1892
  msgid ""
1893
  "Required for Twitter Social Login to work. Please follow the documentation "
@@ -1896,11 +1908,11 @@ msgstr ""
1896
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1897
  "Twitter的API密钥"
1898
 
1899
- #: admin/social_login.php:252
1900
  msgid "LinkedIn Client ID"
1901
  msgstr ""
1902
 
1903
- #: admin/social_login.php:262
1904
  #, php-format
1905
  msgid ""
1906
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1909,18 +1921,18 @@ msgstr ""
1909
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1910
  "的文档获取 linkedin 客户端 id"
1911
 
1912
- #: admin/social_login.php:264 admin/social_login.php:286
1913
- #: admin/social_login.php:396
1914
  msgid ""
1915
  "Paste following url in <strong>Website URL</strong> option at the link "
1916
  "mentioned"
1917
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1918
 
1919
- #: admin/social_login.php:274
1920
  msgid "LinkedIn Client Secret "
1921
  msgstr ""
1922
 
1923
- #: admin/social_login.php:284
1924
  #, php-format
1925
  msgid ""
1926
  "Required for LinkedIn Social Login to work. Please follow the documentation "
@@ -1930,11 +1942,11 @@ msgstr ""
1930
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1931
  "档进行操作, 以获取 linkedin 客户端机密"
1932
 
1933
- #: admin/social_login.php:296
1934
  msgid "Google+ Client ID"
1935
  msgstr ""
1936
 
1937
- #: admin/social_login.php:306
1938
  #, php-format
1939
  msgid ""
1940
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1944,17 +1956,17 @@ msgstr ""
1944
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1945
  "接</a>得到GOOGLEPLUS客户端ID"
1946
 
1947
- #: admin/social_login.php:308 admin/social_login.php:330
1948
  msgid ""
1949
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1950
  "the link mentioned"
1951
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1952
 
1953
- #: admin/social_login.php:318
1954
  msgid "Google+ Client Secret"
1955
  msgstr ""
1956
 
1957
- #: admin/social_login.php:328
1958
  #, php-format
1959
  msgid ""
1960
  "Required for GooglePlus Social Login to work. Please follow the "
@@ -1964,11 +1976,11 @@ msgstr ""
1964
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1965
  "链接 </a> 获取 google plus 客户端机密"
1966
 
1967
- #: admin/social_login.php:340
1968
  msgid "Vkontakte Application ID"
1969
  msgstr ""
1970
 
1971
- #: admin/social_login.php:350 admin/social_login.php:372
1972
  #, php-format
1973
  msgid ""
1974
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1978,21 +1990,21 @@ msgstr ""
1978
  "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1979
  "a>得到的Vkontakte应用程序ID"
1980
 
1981
- #: admin/social_login.php:352 admin/social_login.php:374
1982
  msgid ""
1983
  "Paste following url in <strong>Site address</strong> option at the link "
1984
  "mentioned"
1985
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1986
 
1987
- #: admin/social_login.php:362
1988
  msgid "Vkontakte Secure key"
1989
  msgstr ""
1990
 
1991
- #: admin/social_login.php:384
1992
  msgid "Instagram Client ID"
1993
  msgstr ""
1994
 
1995
- #: admin/social_login.php:394
1996
  #, php-format
1997
  msgid ""
1998
  "Required for Instagram Social Login to work. Please follow the documentation "
@@ -2001,11 +2013,11 @@ msgstr ""
2001
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2002
  "a>得到的Instagram客户端ID"
2003
 
2004
- #: admin/social_login.php:406
2005
  msgid "Xing Consumer Key"
2006
  msgstr "Xing Consumer Key"
2007
 
2008
- #: admin/social_login.php:416
2009
  #, php-format
2010
  msgid ""
2011
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2014,17 +2026,17 @@ msgstr ""
2014
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2015
  "消费者邢重点"
2016
 
2017
- #: admin/social_login.php:418 admin/social_login.php:440
2018
  msgid ""
2019
  "Paste following url in <strong>Callback domain</strong> option at the link "
2020
  "mentioned"
2021
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2022
 
2023
- #: admin/social_login.php:428
2024
  msgid "Xing Consumer Secret"
2025
  msgstr ""
2026
 
2027
- #: admin/social_login.php:438
2028
  #, php-format
2029
  msgid ""
2030
  "Required for Xing Social Login to work. Please follow the documentation at "
@@ -2033,11 +2045,11 @@ msgstr ""
2033
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2034
  "xing Consumer Secret"
2035
 
2036
- #: admin/social_login.php:450
2037
  msgid "Steam API Key"
2038
  msgstr ""
2039
 
2040
- #: admin/social_login.php:460
2041
  #, php-format
2042
  msgid ""
2043
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
@@ -2045,15 +2057,15 @@ msgid ""
2045
  msgstr ""
2046
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2047
 
2048
- #: admin/social_login.php:461
2049
  msgid "Save following <strong>domain</strong> to get the key"
2050
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2051
 
2052
- #: admin/social_login.php:470
2053
  msgid "Twitch Client ID"
2054
  msgstr ""
2055
 
2056
- #: admin/social_login.php:480 admin/social_login.php:502
2057
  #, php-format
2058
  msgid ""
2059
  "Required for Twitch Social Login to work. Please follow the documentation at "
@@ -2062,85 +2074,85 @@ msgstr ""
2062
  "需要推特社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此链"
2063
  "接 </a> 获取它"
2064
 
2065
- #: admin/social_login.php:482 admin/social_login.php:504
2066
  msgid ""
2067
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2068
  "mentioned"
2069
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2070
 
2071
- #: admin/social_login.php:492
2072
  msgid "Twitch Client Secret"
2073
  msgstr ""
2074
 
2075
- #: admin/social_login.php:521
2076
  #, fuzzy
2077
  msgid "Social Login Options"
2078
  msgstr "社交登录选项"
2079
 
2080
- #: admin/social_login.php:537
2081
  msgid "Text to display above the Social Login interface"
2082
  msgstr "文本显示社交登录界面的上方"
2083
 
2084
- #: admin/social_login.php:546
2085
  msgid "Enable at login page"
2086
  msgstr "在登录页面启用"
2087
 
2088
- #: admin/social_login.php:556
2089
  msgid ""
2090
  "Social Login interface will get enabled at the login page of your website"
2091
  msgstr "社交登录界面会在你的网站的登录页面启用"
2092
 
2093
- #: admin/social_login.php:564
2094
  msgid "Enable at register page"
2095
  msgstr "在注册页面启用"
2096
 
2097
- #: admin/social_login.php:574
2098
  msgid ""
2099
  "Social Login interface will get enabled at the registration page of your "
2100
  "website"
2101
  msgstr "社交登录界面会在你的网站的注册页面启用"
2102
 
2103
- #: admin/social_login.php:582
2104
  msgid "Enable at comment form"
2105
  msgstr "在评论表单启用"
2106
 
2107
- #: admin/social_login.php:592
2108
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2109
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2110
 
2111
- #: admin/social_login.php:607
2112
  msgid "Enable before WooCommerce Customer Login Form"
2113
  msgstr "WooCommerce客户登录表单前启用"
2114
 
2115
- #: admin/social_login.php:617
2116
  msgid ""
2117
  "Social Login Interface will get enabled before the customer login form at "
2118
  "WooCommerce My Account page"
2119
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2120
 
2121
- #: admin/social_login.php:625
2122
  msgid "Enable after WooCommerce Customer Login Form"
2123
  msgstr "在WooCommerce客户登录表单后启用"
2124
 
2125
- #: admin/social_login.php:635
2126
  msgid ""
2127
  "Social Login Interface will get enabled after the customer login form at "
2128
  "WooCommerce My Account page"
2129
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2130
 
2131
- #: admin/social_login.php:643
2132
  msgid "Enable at WooCommerce checkout page"
2133
  msgstr "在WooCommerce “结算”页面启用"
2134
 
2135
- #: admin/social_login.php:653
2136
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2137
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2138
 
2139
- #: admin/social_login.php:664
2140
  msgid "Auto-approve comments made by Social Login users"
2141
  msgstr "自动批准社交登录用户评论"
2142
 
2143
- #: admin/social_login.php:674
2144
  msgid ""
2145
  "If this option is enabled, and WordPress comment is made by Social Login "
2146
  "user, comment will get approved immediately without keeping in moderation."
@@ -2148,42 +2160,42 @@ msgstr ""
2148
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2149
  "况下立即批准。"
2150
 
2151
- #: admin/social_login.php:675
2152
  msgid "Note: This is not related to Facebook comments"
2153
  msgstr "注:这Facebook的评论无关"
2154
 
2155
- #: admin/social_login.php:685
2156
  msgid "Enable social avatar"
2157
  msgstr "启用社交头像"
2158
 
2159
- #: admin/social_login.php:695
2160
  msgid ""
2161
  "Social profile pictures of the logged in user will be displayed as profile "
2162
  "avatar"
2163
  msgstr "登录用户的社交资料图片将显示为个人头像"
2164
 
2165
- #: admin/social_login.php:705
2166
  msgid "Avatar quality"
2167
  msgstr "头像质量"
2168
 
2169
- #: admin/social_login.php:708
2170
  msgid "Average"
2171
  msgstr "一般"
2172
 
2173
- #: admin/social_login.php:709
2174
  msgid "Best"
2175
  msgstr "最好"
2176
 
2177
- #: admin/social_login.php:716
2178
  msgid "Choose avatar quality"
2179
  msgstr "选择头像质量"
2180
 
2181
- #: admin/social_login.php:725
2182
  msgid ""
2183
  "Show option for users to update social avatar at BuddyPress profile page"
2184
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2185
 
2186
- #: admin/social_login.php:735
2187
  msgid ""
2188
  "If enabled, users would be able to update their social avatar from \"Profile "
2189
  "photo\" section in BuddyPress profile at front-end"
@@ -2191,7 +2203,7 @@ msgstr ""
2191
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2192
  "头像"
2193
 
2194
- #: admin/social_login.php:756
2195
  msgid ""
2196
  "If enabled and Social ID provider does not provide user's email address on "
2197
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2200,11 +2212,11 @@ msgstr ""
2200
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2201
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2202
 
2203
- #: admin/social_login.php:765
2204
  msgid "Send post-registration email to user to set account password"
2205
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2206
 
2207
- #: admin/social_login.php:775
2208
  msgid ""
2209
  "If enabled, an email will be sent to user after registration through Social "
2210
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2213,11 +2225,11 @@ msgstr ""
2213
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2214
  "(用户名,密码,能够通过传统的登录表单登录)"
2215
 
2216
- #: admin/social_login.php:783
2217
  msgid "Send new user registration notification email to admin"
2218
  msgstr "向管理员发送新的用户注册通知电子邮件"
2219
 
2220
- #: admin/social_login.php:793
2221
  msgid ""
2222
  "If enabled, an email will be sent to admin after new user registers through "
2223
  "Social Login, notifying admin about the new user registration"
@@ -2225,59 +2237,59 @@ msgstr ""
2225
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2226
  "关新用户注册的信息"
2227
 
2228
- #: admin/social_login.php:801
2229
  msgid "Login redirection"
2230
  msgstr "登录重定向"
2231
 
2232
- #: admin/social_login.php:805
2233
  msgid "Same page where user logged in"
2234
  msgstr "用户登录同样的页面"
2235
 
2236
- #: admin/social_login.php:809 admin/social_login.php:839
2237
  msgid "Account dashboard"
2238
  msgstr "帐户信息中心"
2239
 
2240
- #: admin/social_login.php:812 admin/social_login.php:842
2241
  msgid "BuddyPress profile page"
2242
  msgstr "BuddyPress 档案"
2243
 
2244
- #: admin/social_login.php:815 admin/social_login.php:845
2245
  msgid "Custom Url"
2246
  msgstr "自定义 URL"
2247
 
2248
- #: admin/social_login.php:823
2249
  msgid "User will be redirected to the selected page after Social Login"
2250
  msgstr "用户社交登录后会被重定向到选择的页面"
2251
 
2252
- #: admin/social_login.php:831
2253
  msgid "Registration redirection"
2254
  msgstr "注册重定向"
2255
 
2256
- #: admin/social_login.php:835
2257
  msgid "Same page from where user registered"
2258
  msgstr "用户注册同样的页面"
2259
 
2260
- #: admin/social_login.php:853
2261
  msgid ""
2262
  "User will be redirected to the selected page after registration (first "
2263
  "Social Login) through Social Login"
2264
  msgstr ""
2265
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2266
 
2267
- #: admin/social_login.php:862
2268
  msgid "Social Account Linking Options"
2269
  msgstr "社交帐户链接选项"
2270
 
2271
- #: admin/social_login.php:878
2272
  msgid "Text to display above the Social Account Linking interface"
2273
  msgstr "要显示在社交帐户链接界面上方的文本"
2274
 
2275
- #: admin/social_login.php:886
2276
  msgid ""
2277
  "Link social account to already existing account, if email address matches"
2278
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2279
 
2280
- #: admin/social_login.php:896
2281
  msgid ""
2282
  "If email address of the user's Social Account matches with an already "
2283
  "existing account at your website, that social account will be linked to "
@@ -2287,45 +2299,45 @@ msgstr ""
2287
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2288
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2289
 
2290
- #: admin/social_login.php:905
2291
  msgid "Enable social account linking at BuddyPress profile page"
2292
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2293
 
2294
- #: admin/social_login.php:915
2295
  msgid ""
2296
  "Enable this option to show social account linking interface at BuddyPress "
2297
  "profile page"
2298
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2299
 
2300
- #: admin/social_login.php:926
2301
  msgid "Email popup options"
2302
  msgstr "电子邮件弹出选项"
2303
 
2304
- #: admin/social_login.php:932
2305
  msgid "Text on 'Email required' popup"
2306
  msgstr "在“电子邮件必填”弹出口显示的文本"
2307
 
2308
- #: admin/social_login.php:942
2309
  msgid ""
2310
  "This text will be displayed on email required popup. Leave empty if not "
2311
  "required."
2312
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2313
 
2314
- #: admin/social_login.php:951
2315
  msgid "Error message for 'Email required' popup"
2316
  msgstr "“电子邮件必填”弹出口的错误信息"
2317
 
2318
- #: admin/social_login.php:961
2319
  msgid ""
2320
  "This message will be displayed to user if it provides invalid or already "
2321
  "registered email"
2322
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2323
 
2324
- #: admin/social_login.php:970
2325
  msgid "Email popup height"
2326
  msgstr "电子邮件弹出口高度"
2327
 
2328
- #: admin/social_login.php:980
2329
  msgid ""
2330
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2331
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2334,11 +2346,11 @@ msgstr ""
2334
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2335
  "的高度。留空为默认。"
2336
 
2337
- #: admin/social_login.php:988
2338
  msgid "Enable email verification"
2339
  msgstr "启用电子邮件验证"
2340
 
2341
- #: admin/social_login.php:998
2342
  msgid ""
2343
  "If enabled, email provided by the user will be verified by sending a "
2344
  "confirmation link to that email. User would not be able to login without "
@@ -2347,154 +2359,154 @@ msgstr ""
2347
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2348
  "录。"
2349
 
2350
- #: admin/social_login.php:1019
2351
  msgid "Enable GDPR opt-in"
2352
  msgstr ""
2353
 
2354
- #: admin/social_login.php:1029
2355
  msgid ""
2356
  "Enable it to show GDPR opt-in for social login and social account linking"
2357
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2358
 
2359
- #: admin/social_login.php:1038
2360
  msgid "Placement of GDPR opt-in"
2361
  msgstr ""
2362
 
2363
- #: admin/social_login.php:1042
2364
  #, fuzzy
2365
  msgid "Above Social Login icons"
2366
  msgstr "社交登录选项"
2367
 
2368
- #: admin/social_login.php:1044
2369
  #, fuzzy
2370
  msgid "Below Social Login icons"
2371
  msgstr "社交登录选项"
2372
 
2373
- #: admin/social_login.php:1050
2374
  #, fuzzy
2375
  msgid "Placement of GDPR opt-in above or below the social login icons"
2376
  msgstr "在社交登录图标上方显示的选择加入的文本"
2377
 
2378
- #: admin/social_login.php:1058
2379
  msgid "Opt-in text"
2380
  msgstr ""
2381
 
2382
- #: admin/social_login.php:1068
2383
  msgid "Text for the GDPR opt-in"
2384
  msgstr ""
2385
 
2386
- #: admin/social_login.php:1076
2387
  msgid "Text to link to Privacy Policy page"
2388
  msgstr "要链接到隐私政策页面的文本"
2389
 
2390
- #: admin/social_login.php:1086
2391
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2392
  msgstr "要链接到隐私策略页的选入文本中的单词"
2393
 
2394
- #: admin/social_login.php:1094
2395
  msgid "Privacy Policy Url"
2396
  msgstr "隐私政策网址"
2397
 
2398
- #: admin/social_login.php:1104
2399
  msgid "Url of the privacy policy page of your website"
2400
  msgstr "您网站的隐私政策页面的网址"
2401
 
2402
- #: admin/social_login.php:1155 inc/widget.php:248 inc/widget.php:414
2403
- #: inc/widget.php:578 inc/widget.php:726
2404
  msgid "Select"
2405
  msgstr "选择"
2406
 
2407
- #: admin/social_login.php:1186
2408
  msgid "Social Login Shortcode & Widget"
2409
  msgstr ""
2410
 
2411
- #: admin/social_login.php:1187
2412
  msgid "Social Linking Shortcode"
2413
  msgstr "社交链接简码"
2414
 
2415
- #: admin/social_login.php:1202
2416
  msgid "Why is social login not working?"
2417
  msgstr "为什么社交登录不起作用?"
2418
 
2419
- #: admin/social_login.php:1203
2420
  msgid ""
2421
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2422
  "belong to the same app"
2423
  msgstr ""
2424
 
2425
- #: admin/social_login.php:1205
2426
  msgid ""
2427
  "Why the user is not appearing logged in even after Social Login until the "
2428
  "webpage is refreshed manually?"
2429
  msgstr "为什么在手动刷新网页之前, 即使在社交登录之后, 用户也不会登录?"
2430
 
2431
- #: admin/like_buttons.php:16
2432
  msgid "Enable Like Buttons"
2433
  msgstr "启用喜欢按钮"
2434
 
2435
- #: admin/like_buttons.php:26
2436
  msgid ""
2437
  "Master control for like buttons. It must be checked to enable like buttons "
2438
  "functionality"
2439
  msgstr "喜欢按钮的主控。它必须被检查,以启用喜欢按钮功能"
2440
 
2441
- #: admin/like_buttons.php:56
2442
  msgid "Standard Interface Options"
2443
  msgstr "标准界面选项"
2444
 
2445
- #: admin/like_buttons.php:62
2446
  msgid "Enable standard interface"
2447
  msgstr "启用标准界面"
2448
 
2449
- #: admin/like_buttons.php:72
2450
  msgid "Master control to enable horizontal like buttons"
2451
  msgstr "水平喜欢按钮的主控件"
2452
 
2453
- #: admin/like_buttons.php:97 admin/like_buttons.php:347
2454
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2455
  msgstr "喜欢/共享/tweet的网址Url和显示喜欢/共享/tweet计数"
2456
 
2457
- #: admin/like_buttons.php:115
2458
  msgid "The text to display above the interface"
2459
  msgstr "在界面上方要显示的文本"
2460
 
2461
- #: admin/like_buttons.php:123 admin/like_buttons.php:355
2462
  msgid "Select and rearrange providers"
2463
  msgstr "选择和排列提供商"
2464
 
2465
- #: admin/like_buttons.php:167 admin/like_buttons.php:398
2466
  msgid "Select the providers for interface. Drag them to rearrange."
2467
  msgstr "选择接口提供商。拖动对其进行重新排列。"
2468
 
2469
- #: admin/like_buttons.php:189 admin/like_buttons.php:437
2470
  msgid "Horizontal alignment of the interface"
2471
  msgstr "接口的水平对齐方式"
2472
 
2473
- #: admin/like_buttons.php:210
2474
  msgid "Specify position of the interface with respect to the content"
2475
  msgstr "相对于内容的的界面位置"
2476
 
2477
- #: admin/like_buttons.php:218 admin/like_buttons.php:503
2478
  msgid "Interface location"
2479
  msgstr "界面位置"
2480
 
2481
- #: admin/like_buttons.php:288
2482
  msgid "Specify the pages where you want to enable interface"
2483
  msgstr "指定要启用界面的页面"
2484
 
2485
- #: admin/like_buttons.php:306
2486
  msgid "Vertical (Floating) like buttons Options"
2487
  msgstr "垂直 (浮动) 喜欢按钮选项"
2488
 
2489
- #: admin/like_buttons.php:312
2490
  msgid "Enable floating like buttons"
2491
  msgstr "启用浮动喜欢按钮"
2492
 
2493
- #: admin/like_buttons.php:322
2494
  msgid "Master control to enable vertical (floating) counter widget"
2495
  msgstr "启用垂直 (浮动) 计数器部件的主控件"
2496
 
2497
- #: admin/like_buttons.php:416
2498
  msgid ""
2499
  "Specify the color or hex code (example #cc78e0) for the background of "
2500
  "vertical interface. Leave empty for transparent. You can get the hex code of "
@@ -2505,55 +2517,55 @@ msgstr ""
2505
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
2506
  "颜色的十六进制代码"
2507
 
2508
- #: admin/like_buttons.php:456
2509
  msgid ""
2510
  "Specify a number. Increase in number will shift interface towards right and "
2511
  "decrease will shift it towards left. Number can be negative too."
2512
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2513
 
2514
- #: admin/like_buttons.php:476
2515
  msgid ""
2516
  "Specify a number. Increase in number will shift interface towards left and "
2517
  "decrease will shift it towards right. Number can be negative too."
2518
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2519
 
2520
- #: admin/like_buttons.php:495
2521
  msgid ""
2522
  "Specify a number. Increase in number will shift interface towards bottom and "
2523
  "decrease will shift it towards top."
2524
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
2525
 
2526
- #: admin/like_buttons.php:551
2527
  msgid "Specify the pages where you want to enable vertical interface"
2528
  msgstr "指定要启用垂直界面的页面"
2529
 
2530
- #: admin/like_buttons.php:559
2531
  msgid "Hide like buttons on mobile devices"
2532
  msgstr "隐藏在移动设备上的按喜欢钮"
2533
 
2534
- #: admin/like_buttons.php:569
2535
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2536
  msgstr "如果启用,垂直头像按钮不会显示在移动设备上"
2537
 
2538
- #: admin/like_buttons.php:594
2539
  msgid "Use shortlinks already installed, for tweet button"
2540
  msgstr "短网址已安装,发推按钮"
2541
 
2542
- #: admin/like_buttons.php:604
2543
  msgid ""
2544
  "Allows for shortened URLs to be used when sharing content if a shortening "
2545
  "plugin is installed"
2546
  msgstr "如果安装了一个用于缩短url的插件时,允许使用短链接用于内容共享"
2547
 
2548
- #: admin/like_buttons.php:612
2549
  msgid "Enable bit.ly url shortener for tweet button"
2550
  msgstr "为Tween按钮启用 bit.ly 缩短网址"
2551
 
2552
- #: admin/like_buttons.php:630
2553
  msgid "bit.ly username"
2554
  msgstr "Bit.ly 帳號"
2555
 
2556
- #: admin/like_buttons.php:640
2557
  #, php-format
2558
  msgid ""
2559
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2562,7 +2574,7 @@ msgstr ""
2562
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 "
2563
  "bit.ly 用户名"
2564
 
2565
- #: admin/like_buttons.php:659
2566
  #, php-format
2567
  msgid ""
2568
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
@@ -2571,7 +2583,7 @@ msgstr ""
2571
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关您"
2572
  "的 API 密钥"
2573
 
2574
- #: admin/like_buttons.php:704
2575
  #, php-format
2576
  msgid ""
2577
  "Enter the code of the language you want to use to render counters. You can "
@@ -2581,15 +2593,15 @@ msgstr ""
2581
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2582
  "链接</a>找到语言代码。留空为默认 (英语)"
2583
 
2584
- #: admin/like_buttons.php:713
2585
  msgid "Twitter Username"
2586
  msgstr "Twitter用户名"
2587
 
2588
- #: admin/like_buttons.php:719
2589
  msgid "Twitter username for Tweet (without @)"
2590
  msgstr "Twitter用户名 (没有 @)"
2591
 
2592
- #: admin/like_buttons.php:729
2593
  msgid ""
2594
  "Provided username will be appended after the content being tweeted as \"via "
2595
  "@USERNAME\". Leave empty if you do not want any username."
@@ -2597,11 +2609,11 @@ msgstr ""
2597
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用"
2598
  "户名为空。"
2599
 
2600
- #: admin/like_buttons.php:738
2601
  msgid "Twitter username for Buffer sharing (without @)"
2602
  msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
2603
 
2604
- #: admin/like_buttons.php:748
2605
  msgid ""
2606
  "Provided username will be appended after the content in Buffer sharing as "
2607
  "\"via @USERNAME\". Leave empty if you do not want any username."
@@ -2609,7 +2621,7 @@ msgstr ""
2609
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户"
2610
  "名为空。"
2611
 
2612
- #: admin/like_buttons.php:795
2613
  msgid "Like Buttons Shortcode & Widget"
2614
  msgstr "喜欢按钮简码 & 小部件"
2615
 
@@ -2643,27 +2655,27 @@ msgstr "无效请求。"
2643
  msgid "Providers not selected"
2644
  msgstr "未选定的供应商"
2645
 
2646
- #: inc/social_login.php:720
2647
  msgid "Email"
2648
  msgstr "邮箱"
2649
 
2650
- #: inc/social_login.php:721
2651
  msgid "Confirm email"
2652
  msgstr "确认邮箱"
2653
 
2654
- #: inc/social_login.php:723
2655
  msgid "Save"
2656
  msgstr "保存"
2657
 
2658
- #: inc/social_login.php:724
2659
  msgid "Cancel"
2660
  msgstr "取消"
2661
 
2662
- #: inc/social_login.php:798
2663
  msgid "Email Verification"
2664
  msgstr "电子邮件验证"
2665
 
2666
- #: inc/social_login.php:800
2667
  msgid ""
2668
  "Please click on the following link or paste it in browser to verify your "
2669
  "email"
@@ -2699,16 +2711,16 @@ msgstr "标题 (登录前):"
2699
  msgid "Title (after login):"
2700
  msgstr "标题 (登录后):"
2701
 
2702
- #: inc/widget.php:87 inc/widget.php:254 inc/widget.php:584 inc/widget.php:899
2703
  msgid "Before widget content:"
2704
  msgstr "小工具内容之前:"
2705
 
2706
- #: inc/widget.php:89 inc/widget.php:256 inc/widget.php:586 inc/widget.php:961
2707
  msgid "After widget content:"
2708
  msgstr "小工具内容之后:"
2709
 
2710
- #: inc/widget.php:92 inc/widget.php:258 inc/widget.php:439 inc/widget.php:588
2711
- #: inc/widget.php:751
2712
  msgid "Hide for logged in users:"
2713
  msgstr "隐藏登入客戶"
2714
 
@@ -2720,29 +2732,29 @@ msgstr ""
2720
  "标准分享小部件。 让您的网站用户在Facebook,Twitter,Tumblr,Google +等热门社"
2721
  "交�
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2018-12-29 06:44+0530\n"
5
+ "PO-Revision-Date: 2018-12-29 06:44+0530\n"
6
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
+ #: super_socializer.php:872 helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
+ #: super_socializer.php:894 admin/social_login.php:751
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
+ #: super_socializer.php:1228 admin/general_options.php:15
118
+ #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
+ #: super_socializer.php:1296 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
+ #: super_socializer.php:1307 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
+ #: super_socializer.php:1311 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
356
  msgid "Account already exists or linked"
357
  msgstr "帐户已经存在或被链接"
358
 
359
+ #: helper.php:627 helper.php:633
360
  msgid "Currently"
361
  msgstr "目前:"
362
 
363
+ #: helper.php:627 helper.php:633
364
  msgid "Connected with"
365
  msgstr "连接与"
366
 
367
+ #: helper.php:627 helper.php:633
368
  msgid "Remove"
369
  msgstr "删除"
370
 
371
+ #: helper.php:704
372
  msgid "Social Account Linking"
373
  msgstr "社交账户链接"
374
 
375
+ #: helper.php:754
376
  msgid "Disable Standard Social Sharing on this "
377
  msgstr "在此禁用社会化共享"
378
 
379
+ #: helper.php:759
380
  msgid "Disable Floating Social Sharing on this "
381
  msgstr "在此禁用社交共享的浮动效果"
382
 
383
+ #: helper.php:764
384
  msgid "Disable Standard like buttons on this "
385
  msgstr "在此禁用喜欢按钮"
386
 
387
+ #: helper.php:769
388
  msgid "Disable Floating like buttons on this "
389
  msgstr "在此禁用喜欢按钮的浮动效果"
390
 
391
+ #: helper.php:774
392
  msgid "Disable Social Commenting on this "
393
  msgstr "在此禁用社会化评论"
394
 
395
+ #: helper.php:783
396
  msgid "Standard Sharing Interface"
397
  msgstr "标准共享界面"
398
 
399
+ #: helper.php:789 helper.php:808
400
  msgid "Starting share count for "
401
  msgstr "开始共享计数"
402
 
403
+ #: helper.php:802
404
  msgid "Floating Sharing Interface"
405
  msgstr "浮动共享界面"
406
 
407
+ #: helper.php:905
408
  msgid "Small Avatar"
409
  msgstr "小头像"
410
 
411
+ #: helper.php:909
412
  msgid "Large Avatar"
413
  msgstr "大头像"
414
 
415
+ #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:1946
416
+ #: admin/social_commenting.php:483 admin/social_login.php:1222
417
+ #: admin/like_buttons.php:826
418
  msgid "Save Changes"
419
  msgstr "保存更改"
420
 
421
+ #: helper.php:1013
422
  msgid "Click to delete social profile data"
423
  msgstr "点击删除社交个人资料数据"
424
 
425
+ #: helper.php:1042
426
  msgid "Deleting"
427
  msgstr "删除"
428
 
429
+ #: helper.php:1052
430
  msgid "Deleted"
431
  msgstr "已删除"
432
 
433
+ #: helper.php:1054
434
  msgid "Something bad happened"
435
  msgstr "发生了一些不好的事情"
436
 
437
+ #: admin/general_options.php:7 admin/general_options.php:136
438
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1950
439
+ #: admin/social_commenting.php:5 admin/social_commenting.php:487
440
+ #: admin/social_login.php:5 admin/social_login.php:1226
441
+ #: admin/like_buttons.php:6 admin/like_buttons.php:830
442
+ #, fuzzy, php-format
443
+ msgid ""
444
+ "You can appreciate the effort put in this free plugin by rating it <a href="
445
+ "\"%s\" target=\"_blank\">here</a>"
446
+ msgstr ""
447
+ "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
448
+
449
+ #: admin/general_options.php:21
450
  msgid "Include Javascript in website footer"
451
  msgstr "在网站页脚中包含 Javascript"
452
 
453
+ #: admin/general_options.php:31
454
  msgid ""
455
  "If enabled (recommended), Javascript files will be included in the footer of "
456
  "your website."
457
  msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
458
 
459
+ #: admin/general_options.php:39
460
  msgid "Load all Javascript files in single file"
461
  msgstr "在单个文件中加载所有的Javascript 文件"
462
 
463
+ #: admin/general_options.php:49
464
  msgid "Loads Javascript in single request."
465
  msgstr "在单个请求中加载 Javascript。"
466
 
467
+ #: admin/general_options.php:57
468
  msgid "Delete all the options on plugin deletion"
469
  msgstr "插件删除时删除所有选项"
470
 
471
+ #: admin/general_options.php:67
472
  msgid ""
473
  "If enabled, plugin options will get deleted when plugin is deleted/"
474
  "uninstalled and you will need to reconfigure the options when you install "
475
  "the plugin next time."
476
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
477
 
478
+ #: admin/general_options.php:75
479
  msgid ""
480
  "Show popup notification to users if their browsers block the plugin features"
481
  msgstr "如果用户的浏览器阻止插件功能, 则向用户显示弹出通知"
482
 
483
+ #: admin/general_options.php:85
484
  msgid ""
485
  "If enabled, your website visitors will see a popup notification (only once) "
486
  "if their browsers block any of the features of the plugin so that they can "
489
  "如果启用, 您的网站访问者将看到弹出通知 (只有一次), 如果他们的浏览器阻止插件的"
490
  "任何功能, 以便他们可以更改他们的浏览器设置, 以取消阻止这些。"
491
 
492
+ #: admin/general_options.php:95
493
  msgid "Message to show in popup notification"
494
  msgstr "要在弹出通知中显示的消息"
495
 
496
+ #: admin/general_options.php:105
497
  msgid ""
498
  "Use {support_url} placeholder to show support documentation url in message"
499
  msgstr "使用 {支持 _ url} 占位符在消息中显示支持文档 url"
500
 
501
+ #: admin/general_options.php:114
502
  msgid "Custom CSS"
503
  msgstr "自定义CSS"
504
 
505
+ #: admin/general_options.php:124
506
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
507
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
508
 
509
+ #: admin/general_options.php:147 admin/social_sharing.php:1956
510
+ #: admin/social_commenting.php:493 admin/social_login.php:1232
511
+ #: admin/like_buttons.php:836
512
  msgid "Instagram Shoutout"
513
  msgstr ""
514
 
515
+ #: admin/general_options.php:149 admin/social_sharing.php:1958
516
+ #: admin/social_commenting.php:495 admin/social_login.php:1234
517
+ #: admin/like_buttons.php:838
518
  msgid ""
519
  "If you can send (to hello@heateor.com) how our plugin is helping your "
520
  "business, we can share it on Instagram. You can also send any relevant "
523
  "如果您可以发送(至hello@heateor.com)我们的插件如何帮助您的业务,我们可以在"
524
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
525
 
526
+ #: admin/general_options.php:150 admin/social_sharing.php:1959
527
+ #: admin/social_commenting.php:496 admin/social_login.php:1235
528
+ #: admin/like_buttons.php:839
529
  msgid ""
530
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
531
  "language courses through their website. They have emerged as one of the most "
537
  "年里,他们已经成为最受欢迎的在线教练网站之一。任何人都可以在短时间内以一种非"
538
  "常简单的方式精通自己选择的编程语言。"
539
 
540
+ #: admin/general_options.php:151 admin/social_sharing.php:1960
541
+ #: admin/social_commenting.php:497 admin/social_login.php:1236
542
+ #: admin/like_buttons.php:840
543
  msgid ""
544
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
545
  "features at their website, such as - Social Login, Social Share and Social "
581
  msgid "Translate Plugin"
582
  msgstr "翻译插件"
583
 
584
+ #: admin/help.php:37 admin/social_login.php:58
585
  msgid "Customize Social Login Icons"
586
  msgstr "自定义社交登录图标"
587
 
642
  msgid "Rate 5-star"
643
  msgstr "5-星评价"
644
 
645
+ #: admin/social_sharing.php:13 admin/social_commenting.php:12
646
+ #: admin/social_login.php:13 admin/like_buttons.php:14
647
  msgid "Master Control"
648
  msgstr "主控制"
649
 
650
+ #: admin/social_sharing.php:18
651
  msgid "Enable Social Sharing"
652
  msgstr "启用社交共享"
653
 
654
+ #: admin/social_sharing.php:27
655
  msgid "Master control to enable Social Sharing"
656
  msgstr "主控件,以使社交共享"
657
 
658
+ #: admin/social_sharing.php:37
659
  msgid "Recover Social Share Counts Lost After Moving to SSL/Https"
660
  msgstr "恢复社交股计数移动到 ssl/http 后丢失"
661
 
662
+ #: admin/social_sharing.php:45
663
  msgid "Theme Selection"
664
  msgstr "主题选择"
665
 
666
+ #: admin/social_sharing.php:46 admin/like_buttons.php:41
667
  msgid "Standard Interface"
668
  msgstr "标准接口"
669
 
670
+ #: admin/social_sharing.php:47 admin/like_buttons.php:42
671
  msgid "Floating Interface"
672
  msgstr "浮动接口"
673
 
674
+ #: admin/social_sharing.php:48 admin/like_buttons.php:43
675
  msgid "Miscellaneous"
676
  msgstr "其他"
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:1874
683
+ #: admin/social_sharing.php:1876 admin/social_login.php:46
684
+ #: admin/social_login.php:1189 admin/like_buttons.php:51
685
+ #: admin/like_buttons.php:797
686
  msgid "Shortcode & Widget"
687
  msgstr "简码&小工具"
688
 
689
+ #: admin/social_sharing.php:57
690
  msgid "Troubleshooter"
691
  msgstr "排错"
692
 
693
+ #: admin/social_sharing.php:58 admin/social_sharing.php:1907
694
+ #: admin/social_commenting.php:40 admin/social_commenting.php:467
695
+ #: admin/social_login.php:47 admin/social_login.php:1203
696
+ #: admin/like_buttons.php:52 admin/like_buttons.php:810
697
  msgid "FAQ"
698
  msgstr "常见问题解答"
699
 
700
+ #: admin/social_sharing.php:66
701
  msgid "Standard interface theme"
702
  msgstr "标准接口主题"
703
 
704
+ #: admin/social_sharing.php:71 admin/social_sharing.php:378
705
  msgid "Icon Preview"
706
  msgstr "图标预览"
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"
712
  msgstr "更改后不要忘记单击下面的保存按钮以保存下面存配置"
713
 
714
+ #: admin/social_sharing.php:150 admin/social_sharing.php:458
715
  msgid "Shape"
716
  msgstr "形状"
717
 
718
+ #: admin/social_sharing.php:154 admin/social_sharing.php:462
719
+ #: inc/widget.php:927
720
  msgid "Round"
721
  msgstr "圆"
722
 
723
+ #: admin/social_sharing.php:156 admin/social_sharing.php:464
724
+ #: inc/widget.php:928
725
  msgid "Square"
726
  msgstr "正方形"
727
 
728
+ #: admin/social_sharing.php:158 admin/social_sharing.php:466
729
  msgid "Rectangle"
730
  msgstr "矩形"
731
 
732
+ #: admin/social_sharing.php:165 admin/social_sharing.php:473
733
  msgid "Shape of the sharing icons"
734
  msgstr "共享图标的形状"
735
 
736
+ #: admin/social_sharing.php:174 admin/social_sharing.php:482
737
  msgid "Size (in pixels)"
738
  msgstr "大小 (以像素为单位)"
739
 
740
+ #: admin/social_sharing.php:190 admin/social_sharing.php:498
741
  msgid "Size of the sharing icons"
742
  msgstr "共享图标的大小"
743
 
744
+ #: admin/social_sharing.php:200 admin/social_sharing.php:508
745
  msgid "Width (in pixels)"
746
  msgstr "宽度(px)"
747
 
748
+ #: admin/social_sharing.php:216 admin/social_sharing.php:524
749
  msgid "Width of the sharing icons"
750
  msgstr "共享图标宽度"
751
 
752
+ #: admin/social_sharing.php:224 admin/social_sharing.php:532
753
  msgid "Height (in pixels)"
754
  msgstr "高度(像素)"
755
 
756
+ #: admin/social_sharing.php:240 admin/social_sharing.php:548
757
  msgid "Height of the sharing icons"
758
  msgstr "共享图标高度"
759
 
760
+ #: admin/social_sharing.php:250 admin/social_sharing.php:558
761
  msgid "Border radius (in pixels)"
762
  msgstr "(以像素为单位) 的边界半径"
763
 
764
+ #: admin/social_sharing.php:260 admin/social_sharing.php:568
765
  msgid ""
766
  "Specify a value for rounded corners. More the value, more rounded will the "
767
  "corners be. Leave empty for sharp corners."
768
  msgstr "定义圆角的值。值越大,圆角越园。留空为尖角。"
769
 
770
+ #: admin/social_sharing.php:269 admin/social_sharing.php:577
771
  msgid "Logo Color"
772
  msgstr "logo颜色"
773
 
774
+ #: admin/social_sharing.php:273 admin/social_sharing.php:294
775
+ #: admin/social_sharing.php:314 admin/social_sharing.php:581
776
+ #: admin/social_sharing.php:602 admin/social_sharing.php:621
777
  msgid "Default"
778
  msgstr "默认"
779
 
780
+ #: admin/social_sharing.php:275 admin/social_sharing.php:295
781
+ #: admin/social_sharing.php:319 admin/social_sharing.php:583
782
+ #: admin/social_sharing.php:603 admin/social_sharing.php:626
783
  msgid "On Hover"
784
  msgstr "鼠标悬停"
785
 
786
+ #: admin/social_sharing.php:283 admin/social_sharing.php:591
787
  msgid ""
788
  "Specify the color or hex code (example #cc78e0) for the logo of icon. Leave "
789
  "empty for default. You can get the hex code of the required color from <a "
793
  "href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的颜色"
794
  "的十六进制代码"
795
 
796
+ #: admin/social_sharing.php:291 admin/social_sharing.php:599
797
+ #: admin/social_sharing.php:1312 admin/like_buttons.php:410 inc/widget.php:444
798
+ #: inc/widget.php:756
799
  msgid "Background Color"
800
  msgstr "背景颜色"
801
 
802
+ #: admin/social_sharing.php:302 admin/social_sharing.php:610
803
  msgid ""
804
  "Specify the color or hex code (example #cc78e0) for icon background. Save "
805
  "\"transparent\" for transparent background. Leave empty for default. You can "
810
  "为默认。你可以从<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链"
811
  "接</a>获得所需的颜色的十六进制代码"
812
 
813
+ #: admin/social_sharing.php:310 admin/social_sharing.php:618
814
  msgid "Border"
815
  msgstr "边框"
816
 
817
+ #: admin/social_sharing.php:316 admin/social_sharing.php:321
818
+ #: admin/social_sharing.php:623 admin/social_sharing.php:628
819
  msgid "Border Width"
820
  msgstr "边框宽度"
821
 
822
+ #: admin/social_sharing.php:317 admin/social_sharing.php:322
823
+ #: admin/social_sharing.php:624 admin/social_sharing.php:629
824
  msgid "Border Color"
825
  msgstr "边框颜色"
826
 
827
+ #: admin/social_sharing.php:329 admin/social_sharing.php:636
828
  msgid "Icon border"
829
  msgstr "图标边框"
830
 
831
+ #: admin/social_sharing.php:337 admin/social_sharing.php:644
832
  msgid "Counter Position"
833
  msgstr "计数器的位置"
834
 
835
+ #: admin/social_sharing.php:337 admin/social_sharing.php:644
836
  msgid "(applies, if counter enabled)"
837
  msgstr "(适用,如果启用计数器)"
838
 
839
+ #: admin/social_sharing.php:341 admin/social_sharing.php:648
840
+ #: admin/social_sharing.php:929 admin/social_sharing.php:1334
841
+ #: admin/like_buttons.php:183 admin/like_buttons.php:432 inc/widget.php:430
842
+ #: inc/widget.php:742
843
  msgid "Left"
844
  msgstr "左边"
845
 
846
+ #: admin/social_sharing.php:343 admin/social_sharing.php:650
847
  msgid "Top"
848
  msgstr "顶部"
849
 
850
+ #: admin/social_sharing.php:345 admin/social_sharing.php:652
851
+ #: admin/social_sharing.php:931 admin/social_sharing.php:1335
852
+ #: admin/like_buttons.php:185 admin/like_buttons.php:433 inc/widget.php:431
853
+ #: inc/widget.php:743
854
  msgid "Right"
855
  msgstr "右侧"
856
 
857
+ #: admin/social_sharing.php:347 admin/social_sharing.php:654
858
  msgid "Bottom"
859
  msgstr "居下"
860
 
861
+ #: admin/social_sharing.php:349 admin/social_sharing.php:656
862
  msgid "Inner Left"
863
  msgstr "内左"
864
 
865
+ #: admin/social_sharing.php:351 admin/social_sharing.php:658
866
  msgid "Inner Top"
867
  msgstr "内顶"
868
 
869
+ #: admin/social_sharing.php:353 admin/social_sharing.php:660
870
  msgid "Inner Right"
871
  msgstr "内右"
872
 
873
+ #: admin/social_sharing.php:355 admin/social_sharing.php:662
874
  msgid "Inner Bottom"
875
  msgstr "内底"
876
 
877
+ #: admin/social_sharing.php:363 admin/social_sharing.php:670
878
  msgid "Position of share counter"
879
  msgstr "共享计数器的位置"
880
 
881
+ #: admin/social_sharing.php:373
882
  msgid "Floating interface theme"
883
  msgstr "浮动的界面主题"
884
 
885
+ #: admin/social_sharing.php:686
886
  msgid "Standard Sharing Interface Options"
887
  msgstr "标准共享界面选项"
888
 
889
+ #: admin/social_sharing.php:692
890
  msgid "Enable Standard sharing interface"
891
  msgstr "启用共享接口标准"
892
 
893
+ #: admin/social_sharing.php:702
894
  msgid "Master control to enable standard sharing"
895
  msgstr "主控件以启用标准共享"
896
 
897
+ #: admin/social_sharing.php:712 admin/social_sharing.php:1138
898
+ #: admin/like_buttons.php:86 admin/like_buttons.php:336
899
  msgid "Target Url"
900
  msgstr "目标URL"
901
 
902
+ #: admin/social_sharing.php:716 admin/social_sharing.php:1142
903
+ #: admin/like_buttons.php:90 admin/like_buttons.php:340
904
  msgid "Url of the webpage where icons are located (default)"
905
  msgstr "图标所在网页的Url (默认值)"
906
 
907
+ #: admin/social_sharing.php:718 admin/social_sharing.php:1144
908
+ #: admin/like_buttons.php:92 admin/like_buttons.php:342
909
  msgid "Url of the homepage of your website"
910
  msgstr "您网站的主页的 Url"
911
 
912
+ #: admin/social_sharing.php:720 admin/social_sharing.php:1146
913
+ #: admin/like_buttons.php:94 admin/like_buttons.php:344
914
  msgid "Custom url"
915
  msgstr "自定义 URL"
916
 
917
+ #: admin/social_sharing.php:727 admin/social_sharing.php:1153
918
  msgid "Url to share"
919
  msgstr "要分享的网址"
920
 
921
+ #: admin/social_sharing.php:735 admin/social_login.php:532
922
+ #: admin/social_login.php:873 admin/like_buttons.php:109 inc/widget.php:921
923
  msgid "Title"
924
  msgstr "标题"
925
 
926
+ #: admin/social_sharing.php:745
927
  msgid "The text to display above the sharing interface"
928
  msgstr "要共享界面上方显示的文本"
929
 
930
+ #: admin/social_sharing.php:770 admin/social_sharing.php:1162
931
  msgid "Instagram username"
932
  msgstr ""
933
 
934
+ #: admin/social_sharing.php:780 admin/social_sharing.php:1172
935
  msgid ""
936
  "Username of the Instagram account you want to redirect users to, on clicking "
937
  "the icon"
938
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
939
 
940
+ #: admin/social_sharing.php:790 admin/social_sharing.php:1182
941
  msgid "HTML ID of container element of comment form"
942
  msgstr "注释表单的容器元素的HTML ID"
943
 
944
+ #: admin/social_sharing.php:800 admin/social_sharing.php:1192
945
  msgid ""
946
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
947
  "icon."
948
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
949
 
950
+ #: admin/social_sharing.php:814 admin/social_sharing.php:1201
951
  msgid "Rearrange icons"
952
  msgstr "重新排列图标"
953
 
954
+ #: admin/social_sharing.php:873 admin/social_sharing.php:1260
955
  msgid "Drag the icons to rearrange in desired order"
956
  msgstr "按所需顺序拖动要重新排列的图标"
957
 
958
+ #: admin/social_sharing.php:881 admin/social_sharing.php:1268
959
  msgid "Select Sharing Services"
960
  msgstr "选择共享服务"
961
 
962
+ #: admin/social_sharing.php:888 admin/social_sharing.php:1275
963
  msgid "Select sharing services to show in social share bar"
964
  msgstr "请选择要在社交共享栏中显示的共享服务"
965
 
966
+ #: admin/social_sharing.php:906 admin/social_sharing.php:1293
967
  msgid "Search social network"
968
  msgstr "搜索社交网络"
969
 
970
+ #: admin/social_sharing.php:925 admin/social_sharing.php:1330
971
+ #: admin/like_buttons.php:179 admin/like_buttons.php:428
972
  msgid "Horizontal alignment"
973
  msgstr "水平对齐"
974
 
975
+ #: admin/social_sharing.php:930 admin/like_buttons.php:184
976
  msgid "Center"
977
  msgstr "居中"
978
 
979
+ #: admin/social_sharing.php:939 admin/social_sharing.php:1343
980
  msgid "Horizontal alignment of the sharing interface"
981
  msgstr "共享界面水平对齐方式"
982
 
983
+ #: admin/social_sharing.php:947 admin/like_buttons.php:201
984
  msgid "Position with respect to content"
985
  msgstr "相对于内容的位置"
986
 
987
+ #: admin/social_sharing.php:951 admin/like_buttons.php:205
988
  msgid "Top of the content"
989
  msgstr "内容的顶部"
990
 
991
+ #: admin/social_sharing.php:953 admin/like_buttons.php:207
992
  msgid "Bottom of the content"
993
  msgstr "内容的底部"
994
 
995
+ #: admin/social_sharing.php:960
996
  msgid "Specify position of the sharing interface with respect to the content"
997
  msgstr "指定相对于内容而言共享界面的位置"
998
 
999
+ #: admin/social_sharing.php:968 admin/social_sharing.php:1409
1000
  msgid "Placement"
1001
  msgstr "放置"
1002
 
1003
+ #: admin/social_sharing.php:972 admin/social_sharing.php:1413
1004
+ #: admin/social_login.php:812 admin/social_login.php:842
1005
+ #: admin/like_buttons.php:226 admin/like_buttons.php:511
1006
  msgid "Homepage"
1007
  msgstr "主页"
1008
 
1009
+ #: admin/social_sharing.php:974 admin/social_sharing.php:1415
1010
+ #: admin/like_buttons.php:228 admin/like_buttons.php:513
1011
  msgid "Posts"
1012
  msgstr "文章"
1013
 
1014
+ #: admin/social_sharing.php:976 admin/social_sharing.php:1417
1015
+ #: admin/like_buttons.php:230 admin/like_buttons.php:515
1016
  msgid "Pages"
1017
  msgstr "页面"
1018
 
1019
+ #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1020
+ #: admin/like_buttons.php:232 admin/like_buttons.php:517
1021
  msgid "Excerpts and Posts page"
1022
  msgstr "摘录和帖子页面"
1023
 
1024
+ #: admin/social_sharing.php:980 admin/social_sharing.php:1421
1025
+ #: admin/like_buttons.php:234 admin/like_buttons.php:519
1026
  msgid "Category Archives"
1027
  msgstr "目录类别"
1028
 
1029
+ #: admin/social_sharing.php:982 admin/social_sharing.php:1423
1030
+ #: admin/like_buttons.php:236 admin/like_buttons.php:521
1031
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
1032
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
1033
 
1034
+ #: admin/social_sharing.php:998 admin/like_buttons.php:252
1035
  msgid "BuddyPress activity"
1036
  msgstr "BuddyPress 活动"
1037
 
1038
+ #: admin/social_sharing.php:1000 admin/like_buttons.php:255
1039
  msgid "BuddyPress group (only at top of content)"
1040
  msgstr "BuddyPress 组 (只有顶部的内容)"
1041
 
1042
+ #: admin/social_sharing.php:1006 admin/social_sharing.php:1445
1043
+ #: admin/like_buttons.php:262 admin/like_buttons.php:542
1044
  msgid "BBPress forum"
1045
  msgstr "BBPress 论坛"
1046
 
1047
+ #: admin/social_sharing.php:1009 admin/social_sharing.php:1448
1048
+ #: admin/like_buttons.php:265 admin/like_buttons.php:545
1049
  msgid "BBPress topic"
1050
  msgstr "BBPress 主题"
1051
 
1052
+ #: admin/social_sharing.php:1012 admin/like_buttons.php:268
1053
  msgid "BBPress reply"
1054
  msgstr "BBPress 答复"
1055
 
1056
+ #: admin/social_sharing.php:1019 admin/like_buttons.php:275
1057
  msgid "After individual product at WooCommerce Shop page"
1058
  msgstr "在 WooCommerce 商店页面上单独的商品后"
1059
 
1060
+ #: admin/social_sharing.php:1022 admin/like_buttons.php:278
1061
  msgid "WooCommerce Product Page"
1062
  msgstr "Woocommerce商品页"
1063
 
1064
+ #: admin/social_sharing.php:1025 admin/like_buttons.php:281
1065
  msgid "WooCommerce Thankyou Page"
1066
  msgstr "WooCommerce 致谢页面"
1067
 
1068
+ #: admin/social_sharing.php:1036
1069
  msgid "Specify the pages where you want to enable Sharing interface"
1070
  msgstr "指定要启用共享界面的页面"
1071
 
1072
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1466
1073
  msgid "Show share counts"
1074
  msgstr "显示共享计数"
1075
 
1076
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1471
1077
  msgid ""
1078
  "Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, "
1079
  "Pinterest, Odnoklassniki and Vkontakte"
1081
  "支持Facebook、Twitter、LinkedIn、Buffer、Reddit、Pinterest、Odnoclassniki和"
1082
  "Vkontakte的分享计数"
1083
 
1084
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1472
1085
  #, php-format
1086
  msgid ""
1087
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
1090
  "their website."
1091
  msgstr ""
1092
 
1093
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1479
1094
  msgid "If enabled, share counts are displayed above sharing icons."
1095
  msgstr "如果启用,共享计数在共享图标上面显示。"
1096
 
1097
+ #: admin/social_sharing.php:1066 admin/social_sharing.php:1488
1098
  msgid "Show total shares"
1099
  msgstr "分享总数"
1100
 
1101
+ #: admin/social_sharing.php:1076 admin/social_sharing.php:1498
1102
  msgid "If enabled, total shares will be displayed with sharing icons"
1103
  msgstr "如果启用,共享计数在共享图标上面显示。"
1104
 
1105
+ #: admin/social_sharing.php:1085 admin/social_sharing.php:1507
1106
  msgid "Enable 'More' icon"
1107
  msgstr "启用“更多”图标"
1108
 
1109
+ #: admin/social_sharing.php:1095 admin/social_sharing.php:1517
1110
  msgid ""
1111
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
1112
  "which shows additional sharing networks in popup"
1113
  msgstr ""
1114
  "如果启用,将选定的共享图标后,会显示“更多”图标,它显示在弹出的其他共享网络"
1115
 
1116
+ #: admin/social_sharing.php:1112
1117
  msgid "Floating Sharing Interface Options"
1118
  msgstr "浮动共享界面选项"
1119
 
1120
+ #: admin/social_sharing.php:1118
1121
  msgid "Enable Floating sharing interface"
1122
  msgstr "启用共享接口标准"
1123
 
1124
+ #: admin/social_sharing.php:1128
1125
  msgid "Master control to enable floating sharing widget"
1126
  msgstr "主控,使共享浮动部件"
1127
 
1128
+ #: admin/social_sharing.php:1322
1129
  msgid ""
1130
  "Specify the color or hex code (example #cc78e0) for the background of "
1131
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
1136
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
1137
  "颜色的十六进制代码"
1138
 
1139
+ #: admin/social_sharing.php:1352 admin/like_buttons.php:450
1140
  msgid "Left offset"
1141
  msgstr "左偏移"
1142
 
1143
+ #: admin/social_sharing.php:1362
1144
  msgid ""
1145
  "Specify a number. Increase in number will shift sharing interface towards "
1146
  "right and decrease will shift it towards left. Number can be negative too."
1147
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1148
 
1149
+ #: admin/social_sharing.php:1372 admin/like_buttons.php:470
1150
  msgid "Right offset"
1151
  msgstr "右偏移"
1152
 
1153
+ #: admin/social_sharing.php:1382
1154
  msgid ""
1155
  "Specify a number. Increase in number will shift sharing interface towards "
1156
  "left and decrease will shift it towards right. Number can be negative too."
1157
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
1158
 
1159
+ #: admin/social_sharing.php:1391 admin/like_buttons.php:489
1160
  msgid "Top offset"
1161
  msgstr "顶部偏移"
1162
 
1163
+ #: admin/social_sharing.php:1401
1164
  msgid ""
1165
  "Specify a number. Increase in number will shift sharing interface towards "
1166
  "bottom and decrease will shift it towards top."
1167
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
1168
 
1169
+ #: admin/social_sharing.php:1437 admin/like_buttons.php:535
1170
  msgid "BuddyPress group"
1171
  msgstr "BuddyPress 组"
1172
 
1173
+ #: admin/social_sharing.php:1458
1174
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1175
  msgstr "指定要实现垂直共享界面的网页"
1176
 
1177
+ #: admin/social_sharing.php:1525
1178
  msgid "Vertical floating bar responsiveness"
1179
  msgstr "立式浮栏响应能力"
1180
 
1181
+ #: admin/social_sharing.php:1528
1182
  #, php-format
1183
  msgid "Display vertical interface only when screen is wider than %s pixels"
1184
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
1185
 
1186
+ #: admin/social_sharing.php:1535
1187
  msgid ""
1188
  "Display vertical interface only when screen is wider than the width "
1189
  "specified."
1190
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
1191
 
1192
+ #: admin/social_sharing.php:1543
1193
  msgid "Horizontal floating bar responsiveness"
1194
  msgstr "水平浮动栏响应"
1195
 
1196
+ #: admin/social_sharing.php:1546
1197
  #, php-format
1198
  msgid ""
1199
  "Stick vertical floating interface horizontally at bottom only when screen is "
1200
  "narrower than %s pixels"
1201
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
1202
 
1203
+ #: admin/social_sharing.php:1553
1204
  msgid ""
1205
  "Stick vertical floating interface horizontally at bottom only when screen is "
1206
  "narrower than the width specified"
1207
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
1208
 
1209
+ #: admin/social_sharing.php:1563
1210
  msgid "Horizontal floating bar position"
1211
  msgstr "水平浮动栏位置"
1212
 
1213
+ #: admin/social_sharing.php:1566
1214
  #, php-format
1215
  msgid "%s pixels from %s"
1216
  msgstr "%s像素来自%s"
1217
 
1218
+ #: admin/social_sharing.php:1567
1219
  msgid "Auto-adjust according to screen width (responsive)"
1220
  msgstr "根据屏幕宽度自动调整 (自响应)"
1221
 
1222
+ #: admin/social_sharing.php:1574
1223
  msgid "Alignment of horizontal floating interface. Number can be negative too."
1224
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
1225
 
1226
+ #: admin/social_sharing.php:1594 admin/like_buttons.php:592
1227
  msgid "Url shortener"
1228
  msgstr "短网址"
1229
 
1230
+ #: admin/social_sharing.php:1600
1231
  msgid "Use shortlinks already installed"
1232
  msgstr "短网址已安装,发推按钮"
1233
 
1234
+ #: admin/social_sharing.php:1610
1235
  msgid "Uses default short url permalinks without using any additional plugin"
1236
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
1237
 
1238
+ #: admin/social_sharing.php:1618
1239
  msgid "Enable bit.ly url shortener for sharing"
1240
  msgstr "用于使用bit.ly url短链共享"
1241
 
1242
+ #: admin/social_sharing.php:1628 admin/like_buttons.php:626
1243
  msgid "Master control to enable bit.ly url shortening for sharing"
1244
  msgstr "主控件以启用 bit.ly url 短链共享"
1245
 
1246
+ #: admin/social_sharing.php:1636
1247
  msgid "bit.ly Login"
1248
  msgstr "bit.ly登录"
1249
 
1250
+ #: admin/social_sharing.php:1646 admin/social_sharing.php:1665
1251
  #, php-format
1252
  msgid "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
1253
  msgstr ""
1254
  "更多关于如何得到它的细节 < href = \" %s\" 目标 = \"_ black\" > 在这里 </a>"
1255
 
1256
+ #: admin/social_sharing.php:1655 admin/like_buttons.php:653
1257
  msgid "bit.ly API Key"
1258
  msgstr "bit.ly API 密钥"
1259
 
1260
+ #: admin/social_sharing.php:1674 admin/like_buttons.php:672
1261
  msgid "Clear Bitly Cache"
1262
  msgstr "清除 Bitly 缓存"
1263
 
1264
+ #: admin/social_sharing.php:1678 admin/like_buttons.php:676
1265
  msgid "ShortUrl cache cleared successfully."
1266
  msgstr "ShortUrl 缓存成功清除。"
1267
 
1268
+ #: admin/social_sharing.php:1685 admin/like_buttons.php:683
1269
  msgid ""
1270
  "Use this to delete short urls saved in database. Handy, if urls of your "
1271
  "website have been changed but short urls are still being generated for old "
1274
  "使用此选项删除保存在数据库中的短网址。如果你的网站的 url 已经改变了,但短网址"
1275
  "仍为旧网址,手动处理。"
1276
 
1277
+ #: admin/social_sharing.php:1694
1278
  msgid "Share Count Cache"
1279
  msgstr "共享计数缓存"
1280
 
1281
+ #: admin/social_sharing.php:1700
1282
  msgid "Refresh Share Count cache every"
1283
  msgstr "清空每个计数器缓存"
1284
 
1285
+ #: admin/social_sharing.php:1705
1286
  msgid "Second(s)"
1287
  msgstr "秒(s)"
1288
 
1289
+ #: admin/social_sharing.php:1706
1290
  msgid "Minute(s)"
1291
  msgstr "分钟"
1292
 
1293
+ #: admin/social_sharing.php:1707
1294
  msgid "Hour(s)"
1295
  msgstr "小时"
1296
 
1297
+ #: admin/social_sharing.php:1708
1298
  msgid "Day(s)"
1299
  msgstr "天"
1300
 
1301
+ #: admin/social_sharing.php:1716
1302
  #, php-format
1303
  msgid ""
1304
  "Frequent cache refreshing results in slower loading of pages with share "
1308
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
1309
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
1310
 
1311
+ #: admin/social_sharing.php:1724
1312
  msgid "Clear Share Counts Cache"
1313
  msgstr "清除共享计数缓存"
1314
 
1315
+ #: admin/social_sharing.php:1728
1316
  msgid "Share Counts cache cleared successfully."
1317
  msgstr "分享计数缓存成功清除。"
1318
 
1319
+ #: admin/social_sharing.php:1735
1320
  msgid "Use this to clear cached share counts"
1321
  msgstr "使用这个清除计数的缓存"
1322
 
1323
+ #: admin/social_sharing.php:1744 admin/social_sharing.php:1750
1324
+ #: admin/social_commenting.php:324 admin/like_buttons.php:692
1325
+ #: admin/like_buttons.php:698
1326
  msgid "Language"
1327
  msgstr "语言"
1328
 
1329
+ #: admin/social_sharing.php:1760
1330
  #, php-format
1331
  msgid ""
1332
  "Enter the code of the language you want to use for like buttons. You can "
1336
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1337
  "链接</a>找到语言代码。留空为默认 (英语)"
1338
 
1339
+ #: admin/social_sharing.php:1769
1340
  msgid "Username in sharing"
1341
  msgstr "共享的用户名"
1342
 
1343
+ #: admin/social_sharing.php:1775
1344
  msgid "Twitter username (without @)"
1345
  msgstr "Twitter账号(无@)"
1346
 
1347
+ #: admin/social_sharing.php:1785 admin/social_sharing.php:1804
1348
  msgid ""
1349
  "Provided username will be appended after the content being shared as \"via "
1350
  "@USERNAME\". Leave empty if you do not want any username in the content "
1353
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
1354
  "请留空。"
1355
 
1356
+ #: admin/social_sharing.php:1794
1357
  msgid "Buffer username (without @)"
1358
  msgstr "缓冲用户名 (无 @)"
1359
 
1360
+ #: admin/social_sharing.php:1813
1361
  msgid "AMP"
1362
  msgstr ""
1363
 
1364
+ #: admin/social_sharing.php:1819
1365
  msgid "Enable sharing on AMP pages"
1366
  msgstr "在 AMP 页面上启用分享"
1367
 
1368
+ #: admin/social_sharing.php:1829
1369
  msgid "Enable this option to render sharing icons on AMP pages"
1370
  msgstr "启用此选项可在AMP页面上呈现分享图标"
1371
 
1372
+ #: admin/social_sharing.php:1848 admin/like_buttons.php:771
1373
  msgid "myCRED"
1374
  msgstr "myCRED"
1375
 
1376
+ #: admin/social_sharing.php:1854 admin/like_buttons.php:777
1377
  msgid "Append myCRED referral ID to the urls being shared"
1378
  msgstr "将myCRED推荐ID追加到分享的URL"
1379
 
1380
+ #: admin/social_sharing.php:1887
1381
  msgid "Facebook Sharing Troubleshooter"
1382
  msgstr "Facebook 分享疑难解答"
1383
 
1384
+ #: admin/social_sharing.php:1892
1385
  msgid ""
1386
  "If Facebook sharing is not working fine, click at the following link and "
1387
  "enter the problematic url (where Facebook sharing is not working properly) "
1391
  "如果Facebook分享工作不正常,请单击以下链接,然后在文本字段中输入您网站的有问"
1392
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1393
 
1394
+ #: admin/social_sharing.php:1909 admin/social_commenting.php:469
1395
+ #: admin/social_login.php:1205
1396
  msgid ""
1397
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1398
  "an online website for the plugin to function properly."
1400
  "<strong>注意:</strong> 插件不能在本地服务器上运行。 您应该有一个在线网站,以"
1401
  "使插件正常运行。"
1402
 
1403
+ #: admin/social_sharing.php:1911
1404
  msgid "Why is Instagram icon redirecting to Instagram website?"
1405
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
1406
 
1407
+ #: admin/social_sharing.php:1912
1408
  msgid ""
1409
  "Instagram icon is there to send website visitors to the Instagram page of "
1410
  "your choice. You can save the desired Instagram handle in \"Instagram "
1414
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
1415
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
1416
 
1417
+ #: admin/social_sharing.php:1915
1418
  msgid ""
1419
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
1420
  msgstr ""
1421
 
1422
+ #: admin/social_sharing.php:1916
1423
  msgid ""
1424
  "It takes some time for their service to track the shares made on Twitter "
1425
  "from your website. If you still feel it's taking too long you can contact "
1426
  "their support directly from their website."
1427
  msgstr ""
1428
 
1429
+ #: admin/social_sharing.php:1918 admin/like_buttons.php:814
1430
  msgid "How to Place Title and Social Share Icons in the Same Row?"
1431
  msgstr "如何在同一行中放置标题和社交分享图标?"
1432
 
1433
+ #: admin/social_sharing.php:1919
1434
  msgid ""
1435
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
1436
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1437
 
1438
+ #: admin/social_sharing.php:1920 admin/social_commenting.php:472
1439
+ #: admin/social_login.php:1211
1440
  msgid "Why is my browser blocking some features of the plugin?"
1441
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1442
 
1443
+ #: admin/social_sharing.php:1921
1444
  msgid "Why the color of share icons is not being updated?"
1445
  msgstr "为什么分享图标的颜色未更新?"
1446
 
1447
+ #: admin/social_sharing.php:1922
1448
  msgid ""
1449
  "Why is sharer not showing the correct image, title and other meta tags "
1450
  "content?"
1451
  msgstr "为什么分享没有显示正确的图像、标题和其他元标签内容?"
1452
 
1453
+ #: admin/social_sharing.php:1923
1454
  msgid "Why Facebook share counts are not appearing?"
1455
  msgstr "为什么Facebook 分享数量没有出现?"
1456
 
1457
+ #: admin/social_sharing.php:1924
1458
  msgid ""
1459
  "How can I show share counts of my website rather than of individual pages/"
1460
  "posts?"
1461
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
1462
 
1463
+ #: admin/social_sharing.php:1925
1464
  msgid "How can I disable sharing on particular page/post?"
1465
  msgstr "如何在特定的页面文章上禁用共享?"
1466
 
1467
+ #: admin/social_sharing.php:1926
1468
  msgid "How can I specify minimum sharing count for sharing networks?"
1469
  msgstr "如何为共享网络共享指定最少数目?"
1470
 
1471
+ #: admin/social_sharing.php:1927
1472
  msgid "How to share specific page?"
1473
  msgstr "如何共享特定页面?"
1474
 
1475
+ #: admin/social_sharing.php:1928
1476
  msgid "How to integrate Google Analytics with sharing?"
1477
  msgstr "谷歌分析与集成"
1478
 
1479
+ #: admin/social_sharing.php:1929
1480
  msgid "How to customize the look of total share counts?"
1481
  msgstr "如何自定义总共享计数的外观?"
1482
 
1483
+ #: admin/social_sharing.php:1930
1484
  msgid "How to customize the look of individual share counts?"
1485
  msgstr "如何自定义个人共享计数的外观?"
1486
 
1487
+ #: admin/social_sharing.php:1931
1488
  msgid "How to show Whatsapp icon only on mobile devices?"
1489
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
1490
 
1491
+ #: admin/social_sharing.php:1932
1492
  msgid "How to hide arrow after floating sharing bar?"
1493
  msgstr "如何在浮动共享栏后隐藏箭头?"
1494
 
1495
+ #: admin/social_sharing.php:1933
1496
  msgid "Why is share count not getting updated?"
1497
  msgstr "为什么共享计数没有得到更新?"
1498
 
1499
+ #: admin/social_sharing.php:1934 admin/like_buttons.php:812
1500
  msgid "Why is there so much space between like buttons?"
1501
  msgstr "为什么像按钮之间有这么多的空间?"
1502
 
1503
+ #: admin/social_sharing.php:1935 admin/like_buttons.php:813
1504
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
1505
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
1506
 
1507
+ #: admin/social_commenting.php:17
1508
  msgid "Enable Social Commenting"
1509
  msgstr "启用社会化评论"
1510
 
1511
+ #: admin/social_commenting.php:27
1512
  msgid "Master control to enable Social Commenting"
1513
  msgstr "主控件,以使社交共享"
1514
 
1515
+ #: admin/social_commenting.php:38
1516
  msgid "Social Commenting"
1517
  msgstr "社会化评论"
1518
 
1519
+ #: admin/social_commenting.php:39 admin/social_commenting.php:454
1520
  msgid "Shortcode"
1521
  msgstr "短码"
1522
 
1523
+ #: admin/social_commenting.php:53
1524
  msgid "Order of tabs in commenting interface"
1525
  msgstr "在评论界面选项卡的顺序"
1526
 
1527
+ #: admin/social_commenting.php:63
1528
  msgid ""
1529
  "Order of the tabs shown in social commenting interface. Defaults to "
1530
  "wordpress,facebook,googleplus,disqus"
1532
  "在社会化评论界面中显示的选项卡的顺序。默认值为 wordpress,facebook,"
1533
  "googleplus,disqus"
1534
 
1535
+ #: admin/social_commenting.php:71
1536
  msgid "Comment area label"
1537
  msgstr "评论区标签"
1538
 
1539
+ #: admin/social_commenting.php:81
1540
  msgid "Label for comment area"
1541
  msgstr "在评论表单启用"
1542
 
1543
+ #: admin/social_commenting.php:94
1544
  msgid "Enable Social Commenting at"
1545
  msgstr "在此禁用社会化评论"
1546
 
1547
+ #: admin/social_commenting.php:113
1548
  msgid "Specify the page/post groups where you want to enable Social Commenting"
1549
  msgstr "指定要启用社会化评论的页面/文章组"
1550
 
1551
+ #: admin/social_commenting.php:124
1552
  msgid "HTML ID of comment form container"
1553
  msgstr "评论表单容器的HTML ID"
1554
 
1555
+ #: admin/social_commenting.php:134
1556
  msgid ""
1557
  "HTML ID of container element of the default comment form at front end. Leave "
1558
  "empty for default ID - \"respond\". You need to specify it if default "
1562
  "在前端默认评论表单的HTML ID 的容器元素。留空为默认 ID-“respond”。如果在您网站"
1563
  "的前端出现默认评论形式和社交评论无法启用,您需要指定它。"
1564
 
1565
+ #: admin/social_commenting.php:144
1566
  msgid "Labels"
1567
  msgstr "标签"
1568
 
1569
+ #: admin/social_commenting.php:149
1570
  msgid "Label for WordPress Commenting tab"
1571
  msgstr "WordPress 评论选项卡的标签"
1572
 
1573
+ #: admin/social_commenting.php:158
1574
  msgid "Label for Facebook Commenting tab"
1575
  msgstr "Facebook 评论选项卡的标签"
1576
 
1577
+ #: admin/social_commenting.php:167
1578
  msgid "Label for G+ Commenting tab"
1579
  msgstr "G+ 评论选项卡的标签"
1580
 
1581
+ #: admin/social_commenting.php:176
1582
  msgid "Label for Disqus Commenting tab"
1583
  msgstr "Disqus 评论选项卡的标签"
1584
 
1585
+ #: admin/social_commenting.php:187
1586
  msgid "Facebook Commenting Options"
1587
  msgstr "Facebook 评论选项"
1588
 
1589
+ #: admin/social_commenting.php:193
1590
  msgid "Enable Facebook Comments notification and moderation"
1591
  msgstr "启用 Facebook 评论通知和调节"
1592
 
1593
+ #: admin/social_commenting.php:201 admin/social_commenting.php:211
1594
  msgid "Enable Facebook Commenting"
1595
  msgstr "启用Facebook评论"
1596
 
1597
+ #: admin/social_commenting.php:219 admin/social_commenting.php:385
1598
  msgid "Url to comment on"
1599
  msgstr "评论上的 Url"
1600
 
1601
+ #: admin/social_commenting.php:229
1602
  msgid ""
1603
  "The absolute URL that comments posted will be permanently associated with. "
1604
  "Stories on Facebook about comments posted, will link to this URL.<br/>If "
1608
  "以评论的绝对 URL 将与永久关联。在 Facebook 上关于已评论的事件,将链接到此 "
1609
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1610
 
1611
+ #: admin/social_commenting.php:237
1612
  msgid "Show Recent Facebook Comments in a Widget"
1613
  msgstr "在小工具中显示最近的 facebook 评论"
1614
 
1615
+ #: admin/social_commenting.php:245 admin/social_commenting.php:367
1616
  msgid "Width"
1617
  msgstr "宽度"
1618
 
1619
+ #: admin/social_commenting.php:255
1620
  msgid ""
1621
  "Leave empty to auto-adjust the width. The width (in pixels) of the Comments "
1622
  "block."
1623
  msgstr "请留空以自动调整宽度。评论块的宽度 (以像素为单位)。"
1624
 
1625
+ #: admin/social_commenting.php:263
1626
  msgid "Color Scheme"
1627
  msgstr "配色方案"
1628
 
1629
+ #: admin/social_commenting.php:267
1630
  msgid "Light"
1631
  msgstr "亮度"
1632
 
1633
+ #: admin/social_commenting.php:268
1634
  msgid "Dark"
1635
  msgstr "暗度"
1636
 
1637
+ #: admin/social_commenting.php:276
1638
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1639
  msgstr "该插件所使用的颜色方案。可以是”明亮”或”暗淡”。"
1640
 
1641
+ #: admin/social_commenting.php:284
1642
  msgid "Number of comments"
1643
  msgstr "评论数量"
1644
 
1645
+ #: admin/social_commenting.php:294
1646
  msgid ""
1647
  "The number of comments to show by default. The minimum value is 1. Defaults "
1648
  "to 10"
1649
  msgstr "要在默认情况下显示的评论数目。最小值是 1。默认值为 10"
1650
 
1651
+ #: admin/social_commenting.php:302
1652
  msgid "Order by"
1653
  msgstr "排序规则"
1654
 
1655
+ #: admin/social_commenting.php:306
1656
  msgid "Social"
1657
  msgstr "社交"
1658
 
1659
+ #: admin/social_commenting.php:307
1660
  msgid "Reverse Time"
1661
  msgstr "反转时间"
1662
 
1663
+ #: admin/social_commenting.php:308
1664
  msgid "Time"
1665
  msgstr "时间"
1666
 
1667
+ #: admin/social_commenting.php:316
1668
  msgid "The order to use when displaying comments."
1669
  msgstr "显示评论时的顺序。"
1670
 
1671
+ #: admin/social_commenting.php:334
1672
  #, php-format
1673
  msgid ""
1674
  "Enter the code of the language you want to use to display commenting. You "
1678
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
1679
  "链接</a>找到语言代码。留空为默认 (英语)"
1680
 
1681
+ #: admin/social_commenting.php:343
1682
  msgid "Google Plus Commenting Options"
1683
  msgstr "Google + 评论选项"
1684
 
1685
+ #: admin/social_commenting.php:349 admin/social_commenting.php:359
1686
  msgid "Enable Google Plus Commenting"
1687
  msgstr "启用 Google + 评论"
1688
 
1689
+ #: admin/social_commenting.php:377
1690
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1691
  msgstr "GooglePlus 评论界面的宽度。留空自动调整"
1692
 
1693
+ #: admin/social_commenting.php:395
1694
  msgid ""
1695
  "The absolute URL that comments posted will be permanently associated with. "
1696
  "Stories on Google Plus about comments posted, will link to this URL.<br/>If "
1700
  "已发评论的绝对 URL 将与之永久关联。在 Facebook 上关于已评论的事件将链接到此 "
1701
  "URL。<br>如果留空<strong>(推荐)</strong>,在已启用评论中,主页url将被使用。"
1702
 
1703
+ #: admin/social_commenting.php:404
1704
  msgid "Disqus Commenting Options"
1705
  msgstr "Disqus 评论选项"
1706
 
1707
+ #: admin/social_commenting.php:410 admin/social_commenting.php:420
1708
  msgid "Enable Disqus Commenting"
1709
  msgstr "启用 Disqus 评论"
1710
 
1711
+ #: admin/social_commenting.php:428
1712
  msgid "Disqus Shortname"
1713
  msgstr "Disqus 短名称"
1714
 
1715
+ #: admin/social_commenting.php:438
1716
  msgid ""
1717
  "<strong>Required to use Disqus commenting.</strong> For more info on "
1718
  "shortname, visit following link."
1719
  msgstr ""
1720
  "<strong>要求使用 Disqus 评论。</strong>关于短名称的更多信息,请访问下面链接。"
1721
 
1722
+ #: admin/social_commenting.php:456
1723
  msgid "Social Commenting Shortcode"
1724
  msgstr "社会化评论简码"
1725
 
1726
+ #: admin/social_commenting.php:470
1727
  msgid ""
1728
  "How to show recent Facebook Comments from all over the website in a widget?"
1729
  msgstr "如何在一个小部件中显示来自整个网站的Facebook评论?"
1730
 
1731
+ #: admin/social_commenting.php:471
1732
  msgid ""
1733
  "How to recover the Facebook Comments lost after moving my website to SSL/"
1734
  "Https?"
1735
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
1736
 
1737
+ #: admin/social_commenting.php:473
1738
  msgid "How can I disable Social Commenting at individual page/post?"
1739
  msgstr "如何在独立页/文章上禁用社会化评论?"
1740
 
1741
+ #: admin/social_commenting.php:474
1742
  msgid "How to disable default comment form from Social Commenting?"
1743
  msgstr "如何从社会化评论禁用默认评论表单?"
1744
 
1745
+ #: admin/social_login.php:19
1746
  msgid "Enable Social Login"
1747
  msgstr "启用社交登录"
1748
 
1749
+ #: admin/social_login.php:29
1750
  msgid ""
1751
  "Master control for Social Login. It must be checked to enable Social Login "
1752
  "functionality"
1753
  msgstr "社交化登录的主控。为使用社交登录功能必须验证它。"
1754
 
1755
+ #: admin/social_login.php:40 admin/social_login.php:54
1756
  msgid "Basic Configuration"
1757
  msgstr "基本配置"
1758
 
1759
+ #: admin/social_login.php:41
1760
  msgid "Advanced Configuration"
1761
  msgstr "高级配置"
1762
 
1763
+ #: admin/social_login.php:42 admin/social_login.php:1018
1764
  msgid "GDPR"
1765
  msgstr "GDPR"
1766
 
1767
+ #: admin/social_login.php:44 admin/social_login.php:1140
1768
  msgid "XProfile Integration"
1769
  msgstr "xprofile 集成"
1770
 
1771
+ #: admin/social_login.php:64
1772
  msgid "Disable user registration via Social Login"
1773
  msgstr "禁用社会化登录用户注册"
1774
 
1775
+ #: admin/social_login.php:74
1776
  msgid ""
1777
  "After enabling this option, new users will not be able to login through "
1778
  "social login. Only existing users will be able to social login."
1779
  msgstr ""
1780
  "启用此选项之后,新用户不能够通过社交登录了。只有现有的用户将能够社交登录。"
1781
 
1782
+ #: admin/social_login.php:83
1783
  msgid "Redirection url"
1784
  msgstr "重定向 url"
1785
 
1786
+ #: admin/social_login.php:93
1787
  msgid ""
1788
  "User will be redirected to this page after unsuccessful registration attempt "
1789
  "via Social Login. You can specify the url of registration form or of a page "
1792
  "通过社会化登录成功的用户将重定向到此页后。您可以指定 url 的注册表单或显示有关"
1793
  "禁止通过社交登录注册消息的页面"
1794
 
1795
+ #: admin/social_login.php:102
1796
  msgid "Select Social Networks"
1797
  msgstr "设置社交媒体链接"
1798
 
1799
+ #: admin/social_login.php:107
1800
  msgid "Facebook"
1801
  msgstr "Facebook"
1802
 
1803
+ #: admin/social_login.php:111
1804
  msgid "Twitter"
1805
  msgstr "Twitter"
1806
 
1807
+ #: admin/social_login.php:115
1808
  msgid "LinkedIn"
1809
  msgstr "LinkedIn"
1810
 
1811
+ #: admin/social_login.php:119
1812
  msgid "Google+"
1813
  msgstr "Google+"
1814
 
1815
+ #: admin/social_login.php:123
1816
  msgid "Vkontakte"
1817
  msgstr "Vkontakte"
1818
 
1819
+ #: admin/social_login.php:127
1820
  msgid "Instagram"
1821
  msgstr "Instagram"
1822
 
1823
+ #: admin/social_login.php:131
1824
  msgid "Xing"
1825
  msgstr "Xing社交网站"
1826
 
1827
+ #: admin/social_login.php:135
1828
  msgid "Steam"
1829
  msgstr "Steam"
1830
 
1831
+ #: admin/social_login.php:140
1832
  msgid "Twitch"
1833
  msgstr "Twitch"
1834
 
1835
+ #: admin/social_login.php:145
1836
  msgid "LiveJournal"
1837
  msgstr ""
1838
 
1839
+ #: admin/social_login.php:153
1840
  msgid "Select Social ID provider to enable in Social Login"
1841
  msgstr "选择社会化ID提供商以启用社会化登录"
1842
 
1843
+ #: admin/social_login.php:161
1844
  msgid "Facebook App ID"
1845
  msgstr "Facebook 应用 ID"
1846
 
1847
+ #: admin/social_login.php:171
1848
  #, php-format
1849
  msgid ""
1850
  "Required for Facebook Social Login to work. Please follow the documentation "
1853
  "需要Facebook社交登录。请按照在<a href=“%s” target=“_blank”>的链接 </a>得到"
1854
  "Facebook的应用程序ID"
1855
 
1856
+ #: admin/social_login.php:173 admin/social_login.php:195
1857
  msgid ""
1858
  "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1859
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1860
 
1861
+ #: admin/social_login.php:183
1862
  msgid "Facebook App Secret"
1863
  msgstr "FacebookAPP密码"
1864
 
1865
+ #: admin/social_login.php:193
1866
  #, php-format
1867
  msgid ""
1868
  "Required for Facebook Social Login to work. Please follow the documentation "
1871
  "facebook 社交登录工作所需。请按照文档在 < href = \" %s\" 目标 = \"_ black\" "
1872
  "> 此链接 </a>, 以获得 facebook 应用程序机密"
1873
 
1874
+ #: admin/social_login.php:205
1875
  msgid "Twitter API Key"
1876
  msgstr "Twitter API密钥"
1877
 
1878
+ #: admin/social_login.php:215
1879
  #, php-format
1880
  msgid ""
1881
  "Required for Twitter Social Login to work. Please follow the documentation "
1884
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1885
  "Twitter的API密钥"
1886
 
1887
+ #: admin/social_login.php:217 admin/social_login.php:243
1888
  msgid ""
1889
  "Paste following url in <strong>Website</strong> option at the link mentioned"
1890
  msgstr "粘贴以下网址 <strong> 网站 </strong> 选项在提到的链接"
1891
 
1892
+ #: admin/social_login.php:221 admin/social_login.php:247
1893
  msgid ""
1894
  "Paste following url in <strong>Callback URL</strong> option at the link "
1895
  "mentioned"
1896
  msgstr "粘贴以下网址 <strong> 回拨 url </strong> 选项在提到的链接"
1897
 
1898
+ #: admin/social_login.php:231
1899
  msgid "Twitter API Secret"
1900
  msgstr "Twitter API Secret"
1901
 
1902
+ #: admin/social_login.php:241
1903
  #, php-format
1904
  msgid ""
1905
  "Required for Twitter Social Login to work. Please follow the documentation "
1908
  "需要Twitter社交登录。请按照在<a href=“%s” target=“_blank”>的链接</a>得到"
1909
  "Twitter的API密钥"
1910
 
1911
+ #: admin/social_login.php:257
1912
  msgid "LinkedIn Client ID"
1913
  msgstr ""
1914
 
1915
+ #: admin/social_login.php:267
1916
  #, php-format
1917
  msgid ""
1918
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1921
  "链接登录需要工作。请按照 < href = \" %s\" target = \"_ black\" > 此链接 </a> "
1922
  "的文档获取 linkedin 客户端 id"
1923
 
1924
+ #: admin/social_login.php:269 admin/social_login.php:291
1925
+ #: admin/social_login.php:401
1926
  msgid ""
1927
  "Paste following url in <strong>Website URL</strong> option at the link "
1928
  "mentioned"
1929
  msgstr "在提到的链接选项中粘贴以下url<strong>网站URL</strong>"
1930
 
1931
+ #: admin/social_login.php:279
1932
  msgid "LinkedIn Client Secret "
1933
  msgstr ""
1934
 
1935
+ #: admin/social_login.php:289
1936
  #, php-format
1937
  msgid ""
1938
  "Required for LinkedIn Social Login to work. Please follow the documentation "
1942
  "链接登录需要工作。请按照 \"href =\" %s \"target =\" _ black \"> 此链接中的文"
1943
  "档进行操作, 以获取 linkedin 客户端机密"
1944
 
1945
+ #: admin/social_login.php:301
1946
  msgid "Google+ Client ID"
1947
  msgstr ""
1948
 
1949
+ #: admin/social_login.php:311
1950
  #, php-format
1951
  msgid ""
1952
  "Required for GooglePlus Social Login to work. Please follow the "
1956
  "需要GOOGLEPLUS社会化登录工作。请按照文件在<a href=“%s” target=“_blank”>这个链"
1957
  "接</a>得到GOOGLEPLUS客户端ID"
1958
 
1959
+ #: admin/social_login.php:313 admin/social_login.php:335
1960
  msgid ""
1961
  "Paste following url in <strong>AUTHORIZED REDIRECT URI</strong> option at "
1962
  "the link mentioned"
1963
  msgstr "粘贴以下 url 在 <strong> 授权的 re正确性 uri </strong> 选项在上述链接"
1964
 
1965
+ #: admin/social_login.php:323
1966
  msgid "Google+ Client Secret"
1967
  msgstr ""
1968
 
1969
+ #: admin/social_login.php:333
1970
  #, php-format
1971
  msgid ""
1972
  "Required for GooglePlus Social Login to work. Please follow the "
1976
  "需要谷歌 + 社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此"
1977
  "链接 </a> 获取 google plus 客户端机密"
1978
 
1979
+ #: admin/social_login.php:345
1980
  msgid "Vkontakte Application ID"
1981
  msgstr ""
1982
 
1983
+ #: admin/social_login.php:355 admin/social_login.php:377
1984
  #, php-format
1985
  msgid ""
1986
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1990
  "要求Vkontakte社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
1991
  "a>得到的Vkontakte应用程序ID"
1992
 
1993
+ #: admin/social_login.php:357 admin/social_login.php:379
1994
  msgid ""
1995
  "Paste following url in <strong>Site address</strong> option at the link "
1996
  "mentioned"
1997
  msgstr "在<strong>网站地址</strong>选项里(该选项在链接里提到)粘贴以下网址"
1998
 
1999
+ #: admin/social_login.php:367
2000
  msgid "Vkontakte Secure key"
2001
  msgstr ""
2002
 
2003
+ #: admin/social_login.php:389
2004
  msgid "Instagram Client ID"
2005
  msgstr ""
2006
 
2007
+ #: admin/social_login.php:399
2008
  #, php-format
2009
  msgid ""
2010
  "Required for Instagram Social Login to work. Please follow the documentation "
2013
  "需要Instagram的社交登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</"
2014
  "a>得到的Instagram客户端ID"
2015
 
2016
+ #: admin/social_login.php:411
2017
  msgid "Xing Consumer Key"
2018
  msgstr "Xing Consumer Key"
2019
 
2020
+ #: admin/social_login.php:421
2021
  #, php-format
2022
  msgid ""
2023
  "Required for Xing Social Login to work. Please follow the documentation at "
2026
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2027
  "消费者邢重点"
2028
 
2029
+ #: admin/social_login.php:423 admin/social_login.php:445
2030
  msgid ""
2031
  "Paste following url in <strong>Callback domain</strong> option at the link "
2032
  "mentioned"
2033
  msgstr "在<strong>回调域</strong>选项(该选项在链接里提到),粘贴以下url"
2034
 
2035
+ #: admin/social_login.php:433
2036
  msgid "Xing Consumer Secret"
2037
  msgstr ""
2038
 
2039
+ #: admin/social_login.php:443
2040
  #, php-format
2041
  msgid ""
2042
  "Required for Xing Social Login to work. Please follow the documentation at "
2045
  "需要Xing社会化登录。请按照文件在<a href=“%s” target=“_blank”>这个环节</a>得到"
2046
  "xing Consumer Secret"
2047
 
2048
+ #: admin/social_login.php:455
2049
  msgid "Steam API Key"
2050
  msgstr ""
2051
 
2052
+ #: admin/social_login.php:465
2053
  #, php-format
2054
  msgid ""
2055
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
2057
  msgstr ""
2058
  "蒸汽社交登录工作所需。获取 < href = \" %s\" 目标 = \"_ black\" > 此链接 </a>"
2059
 
2060
+ #: admin/social_login.php:466
2061
  msgid "Save following <strong>domain</strong> to get the key"
2062
  msgstr "保存以下 <strong> 域 </strong> 以获取密钥"
2063
 
2064
+ #: admin/social_login.php:475
2065
  msgid "Twitch Client ID"
2066
  msgstr ""
2067
 
2068
+ #: admin/social_login.php:485 admin/social_login.php:507
2069
  #, php-format
2070
  msgid ""
2071
  "Required for Twitch Social Login to work. Please follow the documentation at "
2074
  "需要推特社交登录工作。请按照文档 < href = \" %s\" 目标 = \"_ black\" > 此链"
2075
  "接 </a> 获取它"
2076
 
2077
+ #: admin/social_login.php:487 admin/social_login.php:509
2078
  msgid ""
2079
  "Paste following url in <strong>Redirect URI</strong> option at the link "
2080
  "mentioned"
2081
  msgstr "粘贴以下 url 在 <strong> 重定向 uri </strong> 选项中提到的链接"
2082
 
2083
+ #: admin/social_login.php:497
2084
  msgid "Twitch Client Secret"
2085
  msgstr ""
2086
 
2087
+ #: admin/social_login.php:526
2088
  #, fuzzy
2089
  msgid "Social Login Options"
2090
  msgstr "社交登录选项"
2091
 
2092
+ #: admin/social_login.php:542
2093
  msgid "Text to display above the Social Login interface"
2094
  msgstr "文本显示社交登录界面的上方"
2095
 
2096
+ #: admin/social_login.php:551
2097
  msgid "Enable at login page"
2098
  msgstr "在登录页面启用"
2099
 
2100
+ #: admin/social_login.php:561
2101
  msgid ""
2102
  "Social Login interface will get enabled at the login page of your website"
2103
  msgstr "社交登录界面会在你的网站的登录页面启用"
2104
 
2105
+ #: admin/social_login.php:569
2106
  msgid "Enable at register page"
2107
  msgstr "在注册页面启用"
2108
 
2109
+ #: admin/social_login.php:579
2110
  msgid ""
2111
  "Social Login interface will get enabled at the registration page of your "
2112
  "website"
2113
  msgstr "社交登录界面会在你的网站的注册页面启用"
2114
 
2115
+ #: admin/social_login.php:587
2116
  msgid "Enable at comment form"
2117
  msgstr "在评论表单启用"
2118
 
2119
+ #: admin/social_login.php:597
2120
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2121
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2122
 
2123
+ #: admin/social_login.php:612
2124
  msgid "Enable before WooCommerce Customer Login Form"
2125
  msgstr "WooCommerce客户登录表单前启用"
2126
 
2127
+ #: admin/social_login.php:622
2128
  msgid ""
2129
  "Social Login Interface will get enabled before the customer login form at "
2130
  "WooCommerce My Account page"
2131
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2132
 
2133
+ #: admin/social_login.php:630
2134
  msgid "Enable after WooCommerce Customer Login Form"
2135
  msgstr "在WooCommerce客户登录表单后启用"
2136
 
2137
+ #: admin/social_login.php:640
2138
  msgid ""
2139
  "Social Login Interface will get enabled after the customer login form at "
2140
  "WooCommerce My Account page"
2141
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2142
 
2143
+ #: admin/social_login.php:648
2144
  msgid "Enable at WooCommerce checkout page"
2145
  msgstr "在WooCommerce “结算”页面启用"
2146
 
2147
+ #: admin/social_login.php:658
2148
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2149
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2150
 
2151
+ #: admin/social_login.php:669
2152
  msgid "Auto-approve comments made by Social Login users"
2153
  msgstr "自动批准社交登录用户评论"
2154
 
2155
+ #: admin/social_login.php:679
2156
  msgid ""
2157
  "If this option is enabled, and WordPress comment is made by Social Login "
2158
  "user, comment will get approved immediately without keeping in moderation."
2160
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2161
  "况下立即批准。"
2162
 
2163
+ #: admin/social_login.php:680
2164
  msgid "Note: This is not related to Facebook comments"
2165
  msgstr "注:这Facebook的评论无关"
2166
 
2167
+ #: admin/social_login.php:690
2168
  msgid "Enable social avatar"
2169
  msgstr "启用社交头像"
2170
 
2171
+ #: admin/social_login.php:700
2172
  msgid ""
2173
  "Social profile pictures of the logged in user will be displayed as profile "
2174
  "avatar"
2175
  msgstr "登录用户的社交资料图片将显示为个人头像"
2176
 
2177
+ #: admin/social_login.php:710
2178
  msgid "Avatar quality"
2179
  msgstr "头像质量"
2180
 
2181
+ #: admin/social_login.php:713
2182
  msgid "Average"
2183
  msgstr "一般"
2184
 
2185
+ #: admin/social_login.php:714
2186
  msgid "Best"
2187
  msgstr "最好"
2188
 
2189
+ #: admin/social_login.php:721
2190
  msgid "Choose avatar quality"
2191
  msgstr "选择头像质量"
2192
 
2193
+ #: admin/social_login.php:730
2194
  msgid ""
2195
  "Show option for users to update social avatar at BuddyPress profile page"
2196
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2197
 
2198
+ #: admin/social_login.php:740
2199
  msgid ""
2200
  "If enabled, users would be able to update their social avatar from \"Profile "
2201
  "photo\" section in BuddyPress profile at front-end"
2203
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2204
  "头像"
2205
 
2206
+ #: admin/social_login.php:761
2207
  msgid ""
2208
  "If enabled and Social ID provider does not provide user's email address on "
2209
  "login, user will be asked to provide his/her email address. Otherwise, a "
2212
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2213
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2214
 
2215
+ #: admin/social_login.php:770
2216
  msgid "Send post-registration email to user to set account password"
2217
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2218
 
2219
+ #: admin/social_login.php:780
2220
  msgid ""
2221
  "If enabled, an email will be sent to user after registration through Social "
2222
  "Login, regarding his/her login credentials (username-password to be able to "
2225
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2226
  "(用户名,密码,能够通过传统的登录表单登录)"
2227
 
2228
+ #: admin/social_login.php:788
2229
  msgid "Send new user registration notification email to admin"
2230
  msgstr "向管理员发送新的用户注册通知电子邮件"
2231
 
2232
+ #: admin/social_login.php:798
2233
  msgid ""
2234
  "If enabled, an email will be sent to admin after new user registers through "
2235
  "Social Login, notifying admin about the new user registration"
2237
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2238
  "关新用户注册的信息"
2239
 
2240
+ #: admin/social_login.php:806
2241
  msgid "Login redirection"
2242
  msgstr "登录重定向"
2243
 
2244
+ #: admin/social_login.php:810
2245
  msgid "Same page where user logged in"
2246
  msgstr "用户登录同样的页面"
2247
 
2248
+ #: admin/social_login.php:814 admin/social_login.php:844
2249
  msgid "Account dashboard"
2250
  msgstr "帐户信息中心"
2251
 
2252
+ #: admin/social_login.php:817 admin/social_login.php:847
2253
  msgid "BuddyPress profile page"
2254
  msgstr "BuddyPress 档案"
2255
 
2256
+ #: admin/social_login.php:820 admin/social_login.php:850
2257
  msgid "Custom Url"
2258
  msgstr "自定义 URL"
2259
 
2260
+ #: admin/social_login.php:828
2261
  msgid "User will be redirected to the selected page after Social Login"
2262
  msgstr "用户社交登录后会被重定向到选择的页面"
2263
 
2264
+ #: admin/social_login.php:836
2265
  msgid "Registration redirection"
2266
  msgstr "注册重定向"
2267
 
2268
+ #: admin/social_login.php:840
2269
  msgid "Same page from where user registered"
2270
  msgstr "用户注册同样的页面"
2271
 
2272
+ #: admin/social_login.php:858
2273
  msgid ""
2274
  "User will be redirected to the selected page after registration (first "
2275
  "Social Login) through Social Login"
2276
  msgstr ""
2277
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2278
 
2279
+ #: admin/social_login.php:867
2280
  msgid "Social Account Linking Options"
2281
  msgstr "社交帐户链接选项"
2282
 
2283
+ #: admin/social_login.php:883
2284
  msgid "Text to display above the Social Account Linking interface"
2285
  msgstr "要显示在社交帐户链接界面上方的文本"
2286
 
2287
+ #: admin/social_login.php:891
2288
  msgid ""
2289
  "Link social account to already existing account, if email address matches"
2290
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2291
 
2292
+ #: admin/social_login.php:901
2293
  msgid ""
2294
  "If email address of the user's Social Account matches with an already "
2295
  "existing account at your website, that social account will be linked to "
2299
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2300
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2301
 
2302
+ #: admin/social_login.php:910
2303
  msgid "Enable social account linking at BuddyPress profile page"
2304
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2305
 
2306
+ #: admin/social_login.php:920
2307
  msgid ""
2308
  "Enable this option to show social account linking interface at BuddyPress "
2309
  "profile page"
2310
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2311
 
2312
+ #: admin/social_login.php:931
2313
  msgid "Email popup options"
2314
  msgstr "电子邮件弹出选项"
2315
 
2316
+ #: admin/social_login.php:937
2317
  msgid "Text on 'Email required' popup"
2318
  msgstr "在“电子邮件必填”弹出口显示的文本"
2319
 
2320
+ #: admin/social_login.php:947
2321
  msgid ""
2322
  "This text will be displayed on email required popup. Leave empty if not "
2323
  "required."
2324
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2325
 
2326
+ #: admin/social_login.php:956
2327
  msgid "Error message for 'Email required' popup"
2328
  msgstr "“电子邮件必填”弹出口的错误信息"
2329
 
2330
+ #: admin/social_login.php:966
2331
  msgid ""
2332
  "This message will be displayed to user if it provides invalid or already "
2333
  "registered email"
2334
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2335
 
2336
+ #: admin/social_login.php:975
2337
  msgid "Email popup height"
2338
  msgstr "电子邮件弹出口高度"
2339
 
2340
+ #: admin/social_login.php:985
2341
  msgid ""
2342
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2343
  "can increase the height of popup by specifying in this option. Leave empty "
2346
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2347
  "的高度。留空为默认。"
2348
 
2349
+ #: admin/social_login.php:993
2350
  msgid "Enable email verification"
2351
  msgstr "启用电子邮件验证"
2352
 
2353
+ #: admin/social_login.php:1003
2354
  msgid ""
2355
  "If enabled, email provided by the user will be verified by sending a "
2356
  "confirmation link to that email. User would not be able to login without "
2359
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2360
  "录。"
2361
 
2362
+ #: admin/social_login.php:1024
2363
  msgid "Enable GDPR opt-in"
2364
  msgstr ""
2365
 
2366
+ #: admin/social_login.php:1034
2367
  msgid ""
2368
  "Enable it to show GDPR opt-in for social login and social account linking"
2369
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2370
 
2371
+ #: admin/social_login.php:1043
2372
  msgid "Placement of GDPR opt-in"
2373
  msgstr ""
2374
 
2375
+ #: admin/social_login.php:1047
2376
  #, fuzzy
2377
  msgid "Above Social Login icons"
2378
  msgstr "社交登录选项"
2379
 
2380
+ #: admin/social_login.php:1049
2381
  #, fuzzy
2382
  msgid "Below Social Login icons"
2383
  msgstr "社交登录选项"
2384
 
2385
+ #: admin/social_login.php:1055
2386
  #, fuzzy
2387
  msgid "Placement of GDPR opt-in above or below the social login icons"
2388
  msgstr "在社交登录图标上方显示的选择加入的文本"
2389
 
2390
+ #: admin/social_login.php:1063
2391
  msgid "Opt-in text"
2392
  msgstr ""
2393
 
2394
+ #: admin/social_login.php:1073
2395
  msgid "Text for the GDPR opt-in"
2396
  msgstr ""
2397
 
2398
+ #: admin/social_login.php:1081
2399
  msgid "Text to link to Privacy Policy page"
2400
  msgstr "要链接到隐私政策页面的文本"
2401
 
2402
+ #: admin/social_login.php:1091
2403
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2404
  msgstr "要链接到隐私策略页的选入文本中的单词"
2405
 
2406
+ #: admin/social_login.php:1099
2407
  msgid "Privacy Policy Url"
2408
  msgstr "隐私政策网址"
2409
 
2410
+ #: admin/social_login.php:1109
2411
  msgid "Url of the privacy policy page of your website"
2412
  msgstr "您网站的隐私政策页面的网址"
2413
 
2414
+ #: admin/social_login.php:1160 inc/widget.php:252 inc/widget.php:422
2415
+ #: inc/widget.php:586 inc/widget.php:734
2416
  msgid "Select"
2417
  msgstr "选择"
2418
 
2419
+ #: admin/social_login.php:1191
2420
  msgid "Social Login Shortcode & Widget"
2421
  msgstr ""
2422
 
2423
+ #: admin/social_login.php:1192
2424
  msgid "Social Linking Shortcode"
2425
  msgstr "社交链接简码"
2426
 
2427
+ #: admin/social_login.php:1207
2428
  msgid "Why is social login not working?"
2429
  msgstr "为什么社交登录不起作用?"
2430
 
2431
+ #: admin/social_login.php:1208
2432
  msgid ""
2433
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2434
  "belong to the same app"
2435
  msgstr ""
2436
 
2437
+ #: admin/social_login.php:1210
2438
  msgid ""
2439
  "Why the user is not appearing logged in even after Social Login until the "
2440
  "webpage is refreshed manually?"
2441
  msgstr "为什么在手动刷新网页之前, 即使在社交登录之后, 用户也不会登录?"
2442
 
2443
+ #: admin/like_buttons.php:20
2444
  msgid "Enable Like Buttons"
2445
  msgstr "启用喜欢按钮"
2446
 
2447
+ #: admin/like_buttons.php:30
2448
  msgid ""
2449
  "Master control for like buttons. It must be checked to enable like buttons "
2450
  "functionality"
2451
  msgstr "喜欢按钮的主控。它必须被检查,以启用喜欢按钮功能"
2452
 
2453
+ #: admin/like_buttons.php:60
2454
  msgid "Standard Interface Options"
2455
  msgstr "标准界面选项"
2456
 
2457
+ #: admin/like_buttons.php:66
2458
  msgid "Enable standard interface"
2459
  msgstr "启用标准界面"
2460
 
2461
+ #: admin/like_buttons.php:76
2462
  msgid "Master control to enable horizontal like buttons"
2463
  msgstr "水平喜欢按钮的主控件"
2464
 
2465
+ #: admin/like_buttons.php:101 admin/like_buttons.php:351
2466
  msgid "Url to like/share/tweet and display like/share/tweet counts"
2467
  msgstr "喜欢/共享/tweet的网址Url和显示喜欢/共享/tweet计数"
2468
 
2469
+ #: admin/like_buttons.php:119
2470
  msgid "The text to display above the interface"
2471
  msgstr "在界面上方要显示的文本"
2472
 
2473
+ #: admin/like_buttons.php:127 admin/like_buttons.php:359
2474
  msgid "Select and rearrange providers"
2475
  msgstr "选择和排列提供商"
2476
 
2477
+ #: admin/like_buttons.php:171 admin/like_buttons.php:402
2478
  msgid "Select the providers for interface. Drag them to rearrange."
2479
  msgstr "选择接口提供商。拖动对其进行重新排列。"
2480
 
2481
+ #: admin/like_buttons.php:193 admin/like_buttons.php:441
2482
  msgid "Horizontal alignment of the interface"
2483
  msgstr "接口的水平对齐方式"
2484
 
2485
+ #: admin/like_buttons.php:214
2486
  msgid "Specify position of the interface with respect to the content"
2487
  msgstr "相对于内容的的界面位置"
2488
 
2489
+ #: admin/like_buttons.php:222 admin/like_buttons.php:507
2490
  msgid "Interface location"
2491
  msgstr "界面位置"
2492
 
2493
+ #: admin/like_buttons.php:292
2494
  msgid "Specify the pages where you want to enable interface"
2495
  msgstr "指定要启用界面的页面"
2496
 
2497
+ #: admin/like_buttons.php:310
2498
  msgid "Vertical (Floating) like buttons Options"
2499
  msgstr "垂直 (浮动) 喜欢按钮选项"
2500
 
2501
+ #: admin/like_buttons.php:316
2502
  msgid "Enable floating like buttons"
2503
  msgstr "启用浮动喜欢按钮"
2504
 
2505
+ #: admin/like_buttons.php:326
2506
  msgid "Master control to enable vertical (floating) counter widget"
2507
  msgstr "启用垂直 (浮动) 计数器部件的主控件"
2508
 
2509
+ #: admin/like_buttons.php:420
2510
  msgid ""
2511
  "Specify the color or hex code (example #cc78e0) for the background of "
2512
  "vertical interface. Leave empty for transparent. You can get the hex code of "
2517
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
2518
  "颜色的十六进制代码"
2519
 
2520
+ #: admin/like_buttons.php:460
2521
  msgid ""
2522
  "Specify a number. Increase in number will shift interface towards right and "
2523
  "decrease will shift it towards left. Number can be negative too."
2524
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2525
 
2526
+ #: admin/like_buttons.php:480
2527
  msgid ""
2528
  "Specify a number. Increase in number will shift interface towards left and "
2529
  "decrease will shift it towards right. Number can be negative too."
2530
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2531
 
2532
+ #: admin/like_buttons.php:499
2533
  msgid ""
2534
  "Specify a number. Increase in number will shift interface towards bottom and "
2535
  "decrease will shift it towards top."
2536
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
2537
 
2538
+ #: admin/like_buttons.php:555
2539
  msgid "Specify the pages where you want to enable vertical interface"
2540
  msgstr "指定要启用垂直界面的页面"
2541
 
2542
+ #: admin/like_buttons.php:563
2543
  msgid "Hide like buttons on mobile devices"
2544
  msgstr "隐藏在移动设备上的按喜欢钮"
2545
 
2546
+ #: admin/like_buttons.php:573
2547
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
2548
  msgstr "如果启用,垂直头像按钮不会显示在移动设备上"
2549
 
2550
+ #: admin/like_buttons.php:598
2551
  msgid "Use shortlinks already installed, for tweet button"
2552
  msgstr "短网址已安装,发推按钮"
2553
 
2554
+ #: admin/like_buttons.php:608
2555
  msgid ""
2556
  "Allows for shortened URLs to be used when sharing content if a shortening "
2557
  "plugin is installed"
2558
  msgstr "如果安装了一个用于缩短url的插件时,允许使用短链接用于内容共享"
2559
 
2560
+ #: admin/like_buttons.php:616
2561
  msgid "Enable bit.ly url shortener for tweet button"
2562
  msgstr "为Tween按钮启用 bit.ly 缩短网址"
2563
 
2564
+ #: admin/like_buttons.php:634
2565
  msgid "bit.ly username"
2566
  msgstr "Bit.ly 帳號"
2567
 
2568
+ #: admin/like_buttons.php:644
2569
  #, php-format
2570
  msgid ""
2571
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2574
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关 "
2575
  "bit.ly 用户名"
2576
 
2577
+ #: admin/like_buttons.php:663
2578
  #, php-format
2579
  msgid ""
2580
  "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank"
2583
  "登录到您的 bit.ly 帐户并到<a href=“%s” target=“_blank”>链接</a>以获得有关您"
2584
  "的 API 密钥"
2585
 
2586
+ #: admin/like_buttons.php:708
2587
  #, php-format
2588
  msgid ""
2589
  "Enter the code of the language you want to use to render counters. You can "
2593
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2594
  "链接</a>找到语言代码。留空为默认 (英语)"
2595
 
2596
+ #: admin/like_buttons.php:717
2597
  msgid "Twitter Username"
2598
  msgstr "Twitter用户名"
2599
 
2600
+ #: admin/like_buttons.php:723
2601
  msgid "Twitter username for Tweet (without @)"
2602
  msgstr "Twitter用户名 (没有 @)"
2603
 
2604
+ #: admin/like_buttons.php:733
2605
  msgid ""
2606
  "Provided username will be appended after the content being tweeted as \"via "
2607
  "@USERNAME\". Leave empty if you do not want any username."
2609
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想用任何用"
2610
  "户名为空。"
2611
 
2612
+ #: admin/like_buttons.php:742
2613
  msgid "Twitter username for Buffer sharing (without @)"
2614
  msgstr "缓冲区共享的Twitter 用户名 (没有 @)"
2615
 
2616
+ #: admin/like_buttons.php:752
2617
  msgid ""
2618
  "Provided username will be appended after the content in Buffer sharing as "
2619
  "\"via @USERNAME\". Leave empty if you do not want any username."
2621
  "“通过 @USERNAME”,将在缓冲区共享内容之后追加提供的用户名。如果你不想任何用户"
2622
  "名为空。"
2623
 
2624
+ #: admin/like_buttons.php:799
2625
  msgid "Like Buttons Shortcode & Widget"
2626
  msgstr "喜欢按钮简码 & 小部件"
2627
 
2655
  msgid "Providers not selected"
2656
  msgstr "未选定的供应商"
2657
 
2658
+ #: inc/social_login.php:721
2659
  msgid "Email"
2660
  msgstr "邮箱"
2661
 
2662
+ #: inc/social_login.php:722
2663
  msgid "Confirm email"
2664
  msgstr "确认邮箱"
2665
 
2666
+ #: inc/social_login.php:724
2667
  msgid "Save"
2668
  msgstr "保存"
2669
 
2670
+ #: inc/social_login.php:725
2671
  msgid "Cancel"
2672
  msgstr "取消"
2673
 
2674
+ #: inc/social_login.php:799
2675
  msgid "Email Verification"
2676
  msgstr "电子邮件验证"
2677
 
2678
+ #: inc/social_login.php:801
2679
  msgid ""
2680
  "Please click on the following link or paste it in browser to verify your "
2681
  "email"
2711
  msgid "Title (after login):"
2712
  msgstr "标题 (登录后):"
2713
 
2714
+ #: inc/widget.php:87 inc/widget.php:258 inc/widget.php:592 inc/widget.php:919
2715
  msgid "Before widget content:"
2716
  msgstr "小工具内容之前:"
2717
 
2718
+ #: inc/widget.php:89 inc/widget.php:260 inc/widget.php:594 inc/widget.php:990
2719
  msgid "After widget content:"
2720
  msgstr "小工具内容之后:"
2721
 
2722
+ #: inc/widget.php:92 inc/widget.php:262 inc/widget.php:447 inc/widget.php:596
2723
+ #: inc/widget.php:759
2724
  msgid "Hide for logged in users:"
2725
  msgstr "隐藏登入客戶"
2726
 
2732
  "标准分享小部件。 让您的网站用户在Facebook,Twitter,Tumblr,Google +等热门社"
2733
  "交�