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

Version Description

  • [Bugfix] Whatsapp sharing was not working on some versions of IOS
  • [Bugfix] "Send username-password to user after Social Login" functionality was not working with WP version 4.3 and above
  • [Bugfix] "Stick sharing bar horizontally at bottom on mobile devices" option was not working for widget and shortcode
  • [Bugfix] Total share counts were being displayed in Italic font in few scenarios
  • [New] Added option to disable user registration through Social Login
Download this release

Release Info

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

Code changes from version 6.2 to 6.4

admin/help.php CHANGED
@@ -15,13 +15,13 @@
15
 
16
  <div style="margin-bottom: 21px">
17
  <div class="inside" style="padding-top:10px">
18
- <a target="_blank" href="http://super-socializer-wordpress.heateor.com/"><input type="button" class="ss_demo" value="<?php _e('Plugin Demo', 'Super-Socializer') ?>" /></a>
19
  </div>
20
  </div>
21
 
22
  <div style="margin-bottom: 21px">
23
  <div class="inside" style="padding-top:10px">
24
- <a target="_blank" href="https://www.heateor.com/add-ons"><input type="button" class="ss_demo" value="<?php _e('Add-ons', 'Super-Socializer') ?>" /></a>
25
  </div>
26
  </div>
27
 
15
 
16
  <div style="margin-bottom: 21px">
17
  <div class="inside" style="padding-top:10px">
18
+ <a target="_blank" style="text-decoration:none" href="http://super-socializer-wordpress.heateor.com/"><input type="button" class="ss_demo" value="<?php _e('Plugin Demo', 'Super-Socializer') ?>" /></a>
19
  </div>
20
  </div>
21
 
22
  <div style="margin-bottom: 21px">
23
  <div class="inside" style="padding-top:10px">
24
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/add-ons"><input type="button" class="ss_demo" value="<?php _e('Add-ons', 'Super-Socializer') ?>" /></a>
25
  </div>
26
  </div>
27
 
admin/like_buttons.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
 
3
  <div id="fb-root"></div>
4
-
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <div class="menu_div" id="tabs">
7
  <form action="options.php" method="post">
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
 
3
  <div id="fb-root"></div>
4
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-share-mycred"><input type="button" class="ss_demo" style="width: auto;padding: 8px 17px;font-size: 18px;margin-top: 20px;margin-left: 15px;" value="<?php _e('Boost sharing by awarding points', 'Super-Socializer') ?>" /></a>
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <div class="menu_div" id="tabs">
7
  <form action="options.php" method="post">
admin/social_login.php CHANGED
@@ -1,5 +1,6 @@
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
 
3
  <div class="metabox-holder">
4
  <div class="menu_div" id="tabs">
5
  <form action="options.php" method="post">
@@ -34,7 +35,45 @@
34
  </div>
35
  </td>
36
  </tr>
 
 
 
 
 
 
 
 
 
 
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  <tr>
39
  <th>
40
  <img id="the_champ_sl_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1
  <?php defined('ABSPATH') or die("Cheating........Uh!!"); ?>
2
  <div id="fb-root"></div>
3
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-login-mycred-integration"><input type="button" class="ss_demo" style="width: auto;padding: 8px 17px;font-size: 18px;margin-top: 20px;margin-left: 15px;" value="<?php _e('Award points for Social Login', 'Super-Socializer') ?>" /></a>
4
  <div class="metabox-holder">
5
  <div class="menu_div" id="tabs">
6
  <form action="options.php" method="post">
35
  </div>
36
  </td>
37
  </tr>
38
+
39
+ <tr>
40
+ <th>
41
+ <img id="the_champ_sl_disable_reg_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
42
+ <label for="the_champ_sl_disable_reg"><?php _e("Disable user registration via Social Login", 'Super-Socializer'); ?></label>
43
+ </th>
44
+ <td>
45
+ <input id="the_champ_sl_disable_reg" name="the_champ_login[disable_reg]" onclick="if(this.checked){jQuery('#the_champ_disable_reg_options').css('display', 'table-row-group')}else{ jQuery('#the_champ_disable_reg_options').css('display', 'none') }" type="checkbox" <?php echo isset($theChampLoginOptions['disable_reg']) ? 'checked = "checked"' : '';?> value="1" />
46
+ </td>
47
+ </tr>
48
 
49
+ <tr class="the_champ_help_content" id="the_champ_sl_disable_reg_help_cont">
50
+ <td colspan="2">
51
+ <div>
52
+ <?php _e('After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login.', 'Super-Socializer') ?>
53
+ </div>
54
+ </td>
55
+ </tr>
56
+
57
+ <tbody id="the_champ_disable_reg_options" <?php echo !isset($theChampLoginOptions['disable_reg']) ? 'style = "display: none"' : '';?> >
58
+ <tr>
59
+ <th>
60
+ <img id="the_champ_sl_disable_reg_redirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
61
+ <label for="the_champ_sl_disable_reg_redirect"><?php _e("Redirection url", 'Super-Socializer'); ?></label>
62
+ </th>
63
+ <td>
64
+ <input id="the_champ_sl_disable_reg_redirect" name="the_champ_login[disable_reg_redirect]" type="text" value="<?php echo isset($theChampLoginOptions['disable_reg_redirect']) ? $theChampLoginOptions['disable_reg_redirect'] : '' ?>" />
65
+ </td>
66
+ </tr>
67
+
68
+ <tr class="the_champ_help_content" id="the_champ_sl_disable_reg_redirect_help_cont">
69
+ <td colspan="2">
70
+ <div>
71
+ <?php _e('User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login.', 'Super-Socializer'); ?>
72
+ </div>
73
+ </td>
74
+ </tr>
75
+ </tbody>
76
+
77
  <tr>
78
  <th>
79
  <img id="the_champ_sl_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
admin/social_sharing.php CHANGED
@@ -2,6 +2,7 @@
2
 
3
  <div id="fb-root"></div>
4
 
 
5
  <div class="metabox-holder columns-2" id="post-body">
6
  <div class="menu_div" id="tabs">
7
  <form id="the_champ_sharing_form" action="options.php" method="post">
2
 
3
  <div id="fb-root"></div>
4
 
5
+ <a target="_blank" style="text-decoration:none" href="https://www.heateor.com/social-share-mycred"><input type="button" class="ss_demo" style="width: auto;padding: 8px 17px;font-size: 18px;margin-top: 20px;margin-left: 15px;" value="<?php _e('Boost sharing by awarding points', 'Super-Socializer') ?>" /></a>
6
  <div class="metabox-holder columns-2" id="post-body">
7
  <div class="menu_div" id="tabs">
8
  <form id="the_champ_sharing_form" action="options.php" method="post">
css/front.css CHANGED
@@ -1 +1 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{background:0 0!important;float:left;width:33.3333%;text-align:left!important}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:92%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#58B8F8;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:14px;height:auto;line-height:20px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}.the_champ_sharing_service{display:block;background:url(../images/sharing/more_sprite.png) no-repeat;margin-right:3px;float:left}.the_champ_sharing_service_amazon{background-position:0 0;width:20px;height:20px}.the_champ_sharing_service_aol{background-position:-20px 0;width:20px;height:20px}.the_champ_sharing_service_arto{background-position:-40px 0;width:20px;height:20px}.the_champ_sharing_service_bebo{background-position:-60px 0;width:20px;height:20px}.the_champ_sharing_service_bitly{background-position:-80px 0;width:20px;height:20px}.the_champ_sharing_service_blogger{background-position:-100px 0;width:20px;height:20px}.the_champ_sharing_service_box{background-position:-120px 0;width:20px;height:20px}.the_champ_sharing_service_boxee{background-position:0 -20px;width:20px;height:20px}.the_champ_sharing_service_buffer{background-position:-20px -20px;width:20px;height:20px}.the_champ_sharing_service_buzzster{background-position:-40px -20px;width:20px;height:20px}.the_champ_sharing_service_delicious{background-position:-60px -20px;width:20px;height:20px}.the_champ_sharing_service_digg{background-position:-80px -20px;width:20px;height:20px}.the_champ_sharing_service_diigo{background-position:-100px -20px;width:20px;height:20px}.the_champ_sharing_service_diigolet{background-position:-120px -20px;width:20px;height:20px}.the_champ_sharing_service_email{background-position:0 -40px;width:20px;height:20px}.the_champ_sharing_service_evernote{background-position:-20px -40px;width:20px;height:20px}.the_champ_sharing_service_facebook{background-position:-40px -40px;width:20px;height:20px}.the_champ_sharing_service_fancy{background-position:-60px -40px;width:20px;height:20px}.the_champ_sharing_service_fark{background-position:-80px -40px;width:20px;height:20px}.the_champ_sharing_service_flipboard{background-position:-100px -40px;width:20px;height:20px}.the_champ_sharing_service_google{background-position:-120px -40px;width:20px;height:20px}.the_champ_sharing_service_google-apps{background-position:0 -60px;width:20px;height:20px}.the_champ_sharing_service_google-bookmark{background-position:-20px -60px;width:20px;height:20px}.the_champ_sharing_service_google-mail{background-position:-40px -60px;width:20px;height:20px}.the_champ_sharing_service_heart{background-position:-60px -60px;width:20px;height:20px}.the_champ_sharing_service_hootsuite{background-position:-80px -60px;width:20px;height:20px}.the_champ_sharing_service_hotmail{background-position:-100px -60px;width:20px;height:20px}.the_champ_sharing_service_identica{background-position:-120px -60px;width:20px;height:20px}.the_champ_sharing_service_inbound{background-position:0 -80px;width:20px;height:20px}.the_champ_sharing_service_instapaper{background-position:-20px -80px;width:20px;height:20px}.the_champ_sharing_service_izeby{background-position:-40px -80px;width:20px;height:20px}.the_champ_sharing_service_kaboodle{background-position:-60px -80px;width:20px;height:20px}.the_champ_sharing_service_linkedin{background-position:-80px -80px;width:20px;height:20px}.the_champ_sharing_service_mister-wong{background-position:-100px -80px;width:20px;height:20px}.the_champ_sharing_service_msdn{background-position:-120px -80px;width:20px;height:20px}.the_champ_sharing_service_ning{background-position:0 -100px;width:20px;height:20px}.the_champ_sharing_service_orkut{background-position:-20px -100px;width:20px;height:20px}.the_champ_sharing_service_pinboard{background-position:-40px -100px;width:20px;height:20px}.the_champ_sharing_service_pinterest{background-position:-60px -100px;width:20px;height:20px}.the_champ_sharing_service_plurk{background-position:-80px -100px;width:20px;height:20px}.the_champ_sharing_service_pocket{background-position:-100px -100px;width:20px;height:20px}.the_champ_sharing_service_print-friendly{background-position:-120px -100px;width:20px;height:20px}.the_champ_sharing_service_quora{background-position:0 -120px;width:20px;height:20px}.the_champ_sharing_service_read-later{background-position:-20px -120px;width:20px;height:20px}.the_champ_sharing_service_reddit{background-position:-40px -120px;width:20px;height:20px}.the_champ_sharing_service_soup{background-position:-60px -120px;width:20px;height:20px}.the_champ_sharing_service_springpad{background-position:-80px -120px;width:20px;height:20px}.the_champ_sharing_service_stumbleupon{background-position:-100px -120px;width:20px;height:20px}.the_champ_sharing_service_stumpedia{background-position:-120px -120px;width:20px;height:20px}.the_champ_sharing_service_techmeme{background-position:0 -140px;width:20px;height:20px}.the_champ_sharing_service_tinyurl{background-position:-20px -140px;width:20px;height:20px}.the_champ_sharing_service_tumblr{background-position:-40px -140px;width:20px;height:20px}.the_champ_sharing_service_twitter{background-position:-60px -140px;width:20px;height:20px}.the_champ_sharing_service_typepad{background-position:-80px -140px;width:20px;height:20px}.the_champ_sharing_service_viadeo{background-position:-100px -140px;width:20px;height:20px}.the_champ_sharing_service_vkontakte{background-position:-120px -140px;width:20px;height:20px}.the_champ_sharing_service_wanelo{background-position:0 -160px;width:20px;height:20px}.the_champ_sharing_service_windows-live{background-position:-20px -160px;width:20px;height:20px}.the_champ_sharing_service_wordpress{background-position:-40px -160px;width:20px;height:20px}.the_champ_sharing_service_yahoo{background-position:-60px -160px;width:20px;height:20px}.the_champ_sharing_service_yammer{background-position:-80px -160px;width:20px;height:20px}.the_champ_sharing_service_yc-hacker{background-position:-100px -160px;width:20px;height:20px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#the_champ_sharing_popup_close img{background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;color:#fff;text-align:center;font-weight:bolder;font-family:sans-serif;line-height:1.8em}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing,.theChampSharingButton{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingButton{background:url(../images/sharing/sharing.png) no-repeat;float:left;border:none}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}li.the_champ_facebook_like{width:110px}li.the_champ_facebook_recommend{width:145px}li.the_champ_twitter_tweet{width:95px}li.the_champ_linkedin_share{width:117px}li.the_champ_google_plusone{width:74px}li.the_champ_buffer{width:81px;}li.the_champ_reddit{width:130px}li.the_champ_yummly{width:81px}li.the_champ_gp_share{width:95px}li.the_champ_pinterest_pin{width:76px}li.the_champ_xing{width:98px}.the_champ_stumble{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#D51F1F}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampSharingTotalsharesButton{font-style:normal;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQ3IDQ3Ij48cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPushInPng{background:url(../images/sharing/pushin.png) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPullOutPng{background:url(../images/sharing/pullout.png) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}.the_champ_hide_sharing{display:none}.the_champ_bottom_sharing{width:auto!important;bottom:-10px;top:auto!important;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}.the_champ_bottom_sharing .the_champ_square_count{display: block;line-height: inherit;}}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{background:0 0!important;float:left;width:33.3333%;text-align:left!important}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:92%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#58B8F8;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:14px;height:auto;line-height:20px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}.the_champ_sharing_service{display:block;background:url(../images/sharing/more_sprite.png) no-repeat;margin-right:3px;float:left}.the_champ_sharing_service_amazon{background-position:0 0;width:20px;height:20px}.the_champ_sharing_service_aol{background-position:-20px 0;width:20px;height:20px}.the_champ_sharing_service_arto{background-position:-40px 0;width:20px;height:20px}.the_champ_sharing_service_bebo{background-position:-60px 0;width:20px;height:20px}.the_champ_sharing_service_bitly{background-position:-80px 0;width:20px;height:20px}.the_champ_sharing_service_blogger{background-position:-100px 0;width:20px;height:20px}.the_champ_sharing_service_box{background-position:-120px 0;width:20px;height:20px}.the_champ_sharing_service_boxee{background-position:0 -20px;width:20px;height:20px}.the_champ_sharing_service_buffer{background-position:-20px -20px;width:20px;height:20px}.the_champ_sharing_service_buzzster{background-position:-40px -20px;width:20px;height:20px}.the_champ_sharing_service_delicious{background-position:-60px -20px;width:20px;height:20px}.the_champ_sharing_service_digg{background-position:-80px -20px;width:20px;height:20px}.the_champ_sharing_service_diigo{background-position:-100px -20px;width:20px;height:20px}.the_champ_sharing_service_diigolet{background-position:-120px -20px;width:20px;height:20px}.the_champ_sharing_service_email{background-position:0 -40px;width:20px;height:20px}.the_champ_sharing_service_evernote{background-position:-20px -40px;width:20px;height:20px}.the_champ_sharing_service_facebook{background-position:-40px -40px;width:20px;height:20px}.the_champ_sharing_service_fancy{background-position:-60px -40px;width:20px;height:20px}.the_champ_sharing_service_fark{background-position:-80px -40px;width:20px;height:20px}.the_champ_sharing_service_flipboard{background-position:-100px -40px;width:20px;height:20px}.the_champ_sharing_service_google{background-position:-120px -40px;width:20px;height:20px}.the_champ_sharing_service_google-apps{background-position:0 -60px;width:20px;height:20px}.the_champ_sharing_service_google-bookmark{background-position:-20px -60px;width:20px;height:20px}.the_champ_sharing_service_google-mail{background-position:-40px -60px;width:20px;height:20px}.the_champ_sharing_service_heart{background-position:-60px -60px;width:20px;height:20px}.the_champ_sharing_service_hootsuite{background-position:-80px -60px;width:20px;height:20px}.the_champ_sharing_service_hotmail{background-position:-100px -60px;width:20px;height:20px}.the_champ_sharing_service_identica{background-position:-120px -60px;width:20px;height:20px}.the_champ_sharing_service_inbound{background-position:0 -80px;width:20px;height:20px}.the_champ_sharing_service_instapaper{background-position:-20px -80px;width:20px;height:20px}.the_champ_sharing_service_izeby{background-position:-40px -80px;width:20px;height:20px}.the_champ_sharing_service_kaboodle{background-position:-60px -80px;width:20px;height:20px}.the_champ_sharing_service_linkedin{background-position:-80px -80px;width:20px;height:20px}.the_champ_sharing_service_mister-wong{background-position:-100px -80px;width:20px;height:20px}.the_champ_sharing_service_msdn{background-position:-120px -80px;width:20px;height:20px}.the_champ_sharing_service_ning{background-position:0 -100px;width:20px;height:20px}.the_champ_sharing_service_orkut{background-position:-20px -100px;width:20px;height:20px}.the_champ_sharing_service_pinboard{background-position:-40px -100px;width:20px;height:20px}.the_champ_sharing_service_pinterest{background-position:-60px -100px;width:20px;height:20px}.the_champ_sharing_service_plurk{background-position:-80px -100px;width:20px;height:20px}.the_champ_sharing_service_pocket{background-position:-100px -100px;width:20px;height:20px}.the_champ_sharing_service_print-friendly{background-position:-120px -100px;width:20px;height:20px}.the_champ_sharing_service_quora{background-position:0 -120px;width:20px;height:20px}.the_champ_sharing_service_read-later{background-position:-20px -120px;width:20px;height:20px}.the_champ_sharing_service_reddit{background-position:-40px -120px;width:20px;height:20px}.the_champ_sharing_service_soup{background-position:-60px -120px;width:20px;height:20px}.the_champ_sharing_service_springpad{background-position:-80px -120px;width:20px;height:20px}.the_champ_sharing_service_stumbleupon{background-position:-100px -120px;width:20px;height:20px}.the_champ_sharing_service_stumpedia{background-position:-120px -120px;width:20px;height:20px}.the_champ_sharing_service_techmeme{background-position:0 -140px;width:20px;height:20px}.the_champ_sharing_service_tinyurl{background-position:-20px -140px;width:20px;height:20px}.the_champ_sharing_service_tumblr{background-position:-40px -140px;width:20px;height:20px}.the_champ_sharing_service_twitter{background-position:-60px -140px;width:20px;height:20px}.the_champ_sharing_service_typepad{background-position:-80px -140px;width:20px;height:20px}.the_champ_sharing_service_viadeo{background-position:-100px -140px;width:20px;height:20px}.the_champ_sharing_service_vkontakte{background-position:-120px -140px;width:20px;height:20px}.the_champ_sharing_service_wanelo{background-position:0 -160px;width:20px;height:20px}.the_champ_sharing_service_windows-live{background-position:-20px -160px;width:20px;height:20px}.the_champ_sharing_service_wordpress{background-position:-40px -160px;width:20px;height:20px}.the_champ_sharing_service_yahoo{background-position:-60px -160px;width:20px;height:20px}.the_champ_sharing_service_yammer{background-position:-80px -160px;width:20px;height:20px}.the_champ_sharing_service_yc-hacker{background-position:-100px -160px;width:20px;height:20px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampXingLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampGoogleLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampLinkedinLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTwitterLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampFacebookLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampInstagramLoginSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#the_champ_sharing_popup_close img{background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;color:#fff;text-align:center;font-weight:bolder;font-family:sans-serif;line-height:1.8em}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing,.theChampSharingButton{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingButton{background:url(../images/sharing/sharing.png) no-repeat;float:left;border:none}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}li.the_champ_facebook_like{width:110px}li.the_champ_facebook_recommend{width:145px}li.the_champ_twitter_tweet{width:95px}li.the_champ_linkedin_share{width:117px}li.the_champ_google_plusone{width:74px}li.the_champ_buffer{width:81px;}li.the_champ_reddit{width:130px}li.the_champ_yummly{width:81px}li.the_champ_gp_share{width:95px}li.the_champ_pinterest_pin{width:76px}li.the_champ_xing{width:98px}.the_champ_stumble{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#D51F1F}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM5Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gMTUgNiBsIC0xMCA1IGwgMTAgNSBsIDEwIC01IHoiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA1LjUgMTQuNSBsIDkuNSA1IGwgOS41IC01IG0gLTE5IDQgbCA5LjUgNSBsIDkuNSAtNSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0xNCAyNSB2IC0xMyBRIDEzIDYgMjEgNy41IE0gMTAgMTQgTCAyMCAxNCIgc3Ryb2tlLXdpZHRoPSI0IiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQ5IDQ5Ij48cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+PC9zdmc+) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDQzIDQzIj48cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0gNSAxNSBoIDUgTSAxNSA1IHYgNSBNIDI1IDE1IGggLTUgTSAxNSAyNSB2IC01IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQ3IDQ3Ij48cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij4NCjxjaXJjbGUgY3g9IjEwIiBjeT0iOCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPHBhdGggZD0iTSAxMCAxMSB2IDExIG0gNSAwIHYgLTExIG0gMCAzIHEgNiAtMyA3IDAgdiA4IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIxMCIgcj0iMyIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjAiIHI9IjMiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02LjUgLTUgNDIgNDIiPjxwYXRoIGQ9Ik0gNiAyMCBjIC0zIC00IC0yIC0xMCAzIC0xMy41IGMgNCAtMyAxMSAtMyAxNSAzIGMgMyA1IDIgMTMgLTYgMTUgcSAtNCAxIC02IC0zIGwgLTIgNiBsIC0xLjIgMiBsIC0wLjggLTIgbCAyLjUgLTExIGMgLTIgLTQgMSAtOCA0IC02IHEgMCA1IC0xLjQgOC41IGMgMyA4IDEwIDAgOS41IC00IGMgMCAtOSAtMTEgLTExIC0xNC41IC00IGMgMCAwIC0zIDUgMCA4IGwgLTEgMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC02IDM4IDM4Ij48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNyAxMCBoIDIgdiAzIGggMTIgdiAtMyBoIDIgdiA3IGggLTIgdiAtMyBoIC0xMiB2IDMgaCAtMiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS44IiBoZWlnaHQ9IjciIHdpZHRoPSIxMCIgeD0iMTAiIHk9IjUiIGZpbGw9Im5vbmUiPjwvcmVjdD48cmVjdCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgaGVpZ2h0PSI1IiB3aWR0aD0iOCIgeD0iMTEiIHk9IjE2IiBmaWxsPSIjZmZmIj48L3JlY3Q+PC9zdmc+) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj48ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMiIgY3k9IjciIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI3IiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMyIgY3k9IjE0IiByPSIyIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+PHBhdGggZD0iTSAxMCAyMiBxIDUgMyAxMCAwIE0gMTUgMTIgbCAxIC02IGwgNiAxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii04IC04IDY0IDY0Ij4NCjxwYXRoIGQ9Ik0gMzggMTkgcSAyIC0xIDQgLTUgcSAtMS41IDIgLTQgMiBxIDEuNSAtMSAzLjUgLTUgcSAtMS41IDIgLTUgMiBjIC01IC01IC0xMyAtMiAtMTIgNiBxIC03IDEgLTE1IC04IHEgLTIgNCAxIDkgcSAtMSAwIC0zIC0xIHEgMCA1IDUgNyBxIC0xIC41IC0zIDAgcSAxIDQgOCA2IHEgLTUgMyAtMTEgMyBjIDE0IDggMzAgMCAzMS41IC0xNCIgc3Ryb2tlLXdpZHRoPSIwLjMiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj4NCjxwYXRoIGQ9Ik0gMi41IDkgaCA0LjUgbCA1IDcgdiAtNyBoIDQuNSB2IDcgbCA1IC03IGggNSBsIC01IDcgbCA1IDcgaCAtNSBsIC01IC03IHYgNyBoIC00LjUgcSAtMiAwIC01IC02IHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii00IC00IDM4IDM4Ij48cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PC9zdmc+) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii02IC02IDQyIDQyIj4NCjxwYXRoIGQ9Ik0gNiA5IGggNSBsIDQgNCBsIC01IDcgaCAtNSBsIDUgLTcgeiBtIDE1IC00IGggNSBsIC05IDEzIGwgNCA4IGggLTUgbCAtNCAtOCB6IiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9Ii01IC01IDQwIDQwIj48cGF0aCBpZD0iYXJjMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGQ9Ik0gMTEuNTc5Nzk4NTY2NzQzMzE0IDI0LjM5NjkyNjIwNzg1OTA4NSBBIDEwIDEwIDAgMSAwIDYuODA4NDc5NTU3MTEwMDc5IDIwLjczNTc2NDM2MzUxMDQ2Ij48L3BhdGg+PHBhdGggZD0iTSA3IDE5IGwgLTEgNiBsIDYgLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIj48L3BhdGg+PHBhdGggZD0iTSAxMCAxMCBxIC0xIDggOCAxMSBjIDUgLTEgMCAtNiAtMSAtMyBxIC00IC0zIC01IC01IGMgNCAtMiAtMSAtNSAtMSAtNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPushInPng{background:url(../images/sharing/pushin.png) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPullOutPng{background:url(../images/sharing/pullout.png) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}.the_champ_hide_sharing{display:none}.the_champ_bottom_sharing{width:auto!important;bottom:-10px!important;top:auto!important;}.the_champ_bottom_sharing .theChampSharingArrow{display:none;}.the_champ_bottom_sharing .theChampTCBackground{margin-right: 1.1em !important}.the_champ_bottom_sharing .the_champ_square_count{display: block;line-height: inherit;}}
inc/shortcode.php CHANGED
@@ -47,7 +47,7 @@ function the_champ_sharing_shortcode($params){
47
  }elseif($right){
48
  $alignmentOffset = $right;
49
  }
50
- $html = '<div class="the_champ_sharing_container the_champ_'.$type.'_sharing' . ( $type == 'vertical' && isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . '" ss-offset="' . $alignmentOffset . '" super-socializer-data-href="'.$targetUrl.'" ';
51
  $verticalOffsets = '';
52
  if($type == 'vertical'){
53
  $verticalOffsets = $align . ': '.$$align.'px; top: '.$top.'px;width:' . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : '35') + 4) . "px;";
47
  }elseif($right){
48
  $alignmentOffset = $right;
49
  }
50
+ $html = '<div class="the_champ_sharing_container the_champ_'.$type.'_sharing' . ( $type == 'vertical' && isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( $type == 'vertical' && isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . '" ss-offset="' . $alignmentOffset . '" super-socializer-data-href="'.$targetUrl.'" ';
51
  $verticalOffsets = '';
52
  if($type == 'vertical'){
53
  $verticalOffsets = $align . ': '.$$align.'px; top: '.$top.'px;width:' . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : '35') + 4) . "px;";
inc/social_login.php CHANGED
@@ -223,9 +223,17 @@ function the_champ_create_user($profileData, $verification = false){
223
  */
224
  function the_champ_password_email($userId, $password){
225
  global $theChampLoginOptions;
226
- if(isset($theChampLoginOptions['password_email']) && $theChampLoginOptions['password_email'] == 1){
227
  // send post-reistration email
228
- wp_new_user_notification($userId, $password);
 
 
 
 
 
 
 
 
229
  }
230
  }
231
 
@@ -496,6 +504,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
496
  if($customRedirection){
497
  return $customRedirection;
498
  }
 
499
  // register user
500
  $userId = the_champ_create_user($profileData);
501
  if($userId){
@@ -584,6 +593,7 @@ function the_champ_save_email(){
584
  if($customRedirection){
585
  the_champ_ajax_response($customRedirection);
586
  }
 
587
  // create new user
588
  $userId = the_champ_create_user($tempData, $verify);
589
  if($userId && !$verify){
@@ -625,4 +635,15 @@ function the_champ_send_verification_email($receiverEmail, $verificationKey){
625
  $url = site_url()."?SuperSocializerKey=".$verificationKey;
626
  $message = "Please click on the following link or paste it in browser to verify your email \r\n".$url;
627
  wp_mail($receiverEmail, $subject, $message);
628
- }
 
 
 
 
 
 
 
 
 
 
 
223
  */
224
  function the_champ_password_email($userId, $password){
225
  global $theChampLoginOptions;
226
+ if(isset($theChampLoginOptions['password_email'])){
227
  // send post-reistration email
228
+ $user = get_userdata($userId);
229
+
230
+ $blogname = wp_specialchars_decode(get_option('blogname'), ENT_QUOTES);
231
+
232
+ $message = sprintf(__('Username: %s'), $user->user_login)."\r\n";
233
+ $message .= sprintf(__('Password: %s'), $password)."\r\n";
234
+ $message .= wp_login_url() . "\r\n";
235
+
236
+ wp_mail($user->user_email, sprintf(__('[%s] Your username and password'), $blogname), $message);
237
  }
238
  }
239
 
504
  if($customRedirection){
505
  return $customRedirection;
506
  }
507
+ do_action('the_champ_before_registration', $profileData);
508
  // register user
509
  $userId = the_champ_create_user($profileData);
510
  if($userId){
593
  if($customRedirection){
594
  the_champ_ajax_response($customRedirection);
595
  }
596
+ do_action('the_champ_before_registration', $tempData);
597
  // create new user
598
  $userId = the_champ_create_user($tempData, $verify);
599
  if($userId && !$verify){
635
  $url = site_url()."?SuperSocializerKey=".$verificationKey;
636
  $message = "Please click on the following link or paste it in browser to verify your email \r\n".$url;
637
  wp_mail($receiverEmail, $subject, $message);
638
+ }
639
+
640
+ /**
641
+ * Prevent Social Login if registration is disabled
642
+ */
643
+ function heateor_ss_disable_social_registration($profileData){
644
+ global $theChampLoginOptions;
645
+ if(isset($theChampLoginOptions['disable_reg'])){
646
+ the_champ_ajax_response(array('status' => false, 'message' => 'registration disabled'));
647
+ }
648
+ }
649
+ add_action('the_champ_before_registration', 'heateor_ss_disable_social_registration', 10, 1);
inc/social_sharing.php CHANGED
@@ -99,6 +99,8 @@ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $
99
  $liItems .= '<i ' .$style. ' alt="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" Title="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" class="theChampSharing theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Background" ';
100
  if($provider == 'pinterest'){
101
  $liItems .= 'onclick="'.$sharingUrl.'"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
 
 
102
  }else{
103
  $liItems .= 'onclick=\' theChampPopup("'.$sharingUrl.'")\'><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Svg"></ss></i>';
104
  }
99
  $liItems .= '<i ' .$style. ' alt="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" Title="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" class="theChampSharing theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Background" ';
100
  if($provider == 'pinterest'){
101
  $liItems .= 'onclick="'.$sharingUrl.'"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
102
+ }elseif($provider == 'whatsapp'){
103
+ $liItems .= '><a href="'.$sharingUrl.'"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></a></i>';
104
  }else{
105
  $liItems .= 'onclick=\' theChampPopup("'.$sharingUrl.'")\'><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Svg"></ss></i>';
106
  }
inc/widget.php CHANGED
@@ -292,7 +292,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
292
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
293
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
294
  }
295
- echo "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . "' ss-offset='" . $ssOffset . "' style='width:" . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : 35) + 4) . "px;".(isset($instance['alignment']) && $instance['alignment'] != '' && isset($instance[$instance['alignment'].'_offset']) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '').(isset($instance['top_offset']) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '') . (isset($instance['vertical_bg']) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='". $sharingUrl ."'>";
296
 
297
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
298
  $sharingUrl = wp_get_shortlink();
292
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
293
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
294
  }
295
+ echo "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . ( isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? ' the_champ_bottom_sharing' : '' ) . "' ss-offset='" . $ssOffset . "' style='width:" . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : 35) + 4) . "px;".(isset($instance['alignment']) && $instance['alignment'] != '' && isset($instance[$instance['alignment'].'_offset']) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '').(isset($instance['top_offset']) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '') . (isset($instance['vertical_bg']) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='". $sharingUrl ."'>";
296
 
297
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
298
  $sharingUrl = wp_get_shortlink();
js/front/social_login/common.js CHANGED
@@ -1 +1 @@
1
- function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t){if(navigator.userAgent.match('CriOS')){location.href='https://www.facebook.com/dialog/oauth?client_id='+theChampFBKey+'&redirect_uri='+ theChampRedirectionUrl +'&scope='+theChampFacebookScope;}else{theChampAuthUserFB();}}else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;"undefined"==typeof Modernizr.svg||Modernizr.svg||jQuery(function(){jQuery(".the_champ_login_ul").length&&jQuery(".the_champ_login_ul i").each(function(){var e=theChampCapitaliseFirstLetter2(jQuery(this).attr("alt").replace("Login with ","").toLowerCase());jQuery(this).attr("class","theChampLogin theChampLoginButton theChamp"+e+"Button").attr("style","display:block;width:32px;height:32px").find("div").remove()})});
1
+ function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else 0==e.status&&"registration disabled"==e.message?t="undefined"!=typeof theChampDisableRegRedirect?theChampDisableRegRedirect:decodeURIComponent(theChampTwitterRedirect):"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)navigator.userAgent.match("CriOS")?location.href="https://www.facebook.com/dialog/oauth?client_id="+theChampFBKey+"&redirect_uri="+theChampRedirectionUrl+"&scope="+theChampFacebookScope:theChampAuthUserFB();else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;"undefined"==typeof Modernizr.svg||Modernizr.svg||jQuery(function(){jQuery(".the_champ_login_ul").length&&jQuery(".the_champ_login_ul i").each(function(){var e=theChampCapitaliseFirstLetter2(jQuery(this).attr("alt").replace("Login with ","").toLowerCase());jQuery(this).attr("class","theChampLogin theChampLoginButton theChamp"+e+"Button").attr("style","display:block;width:32px;height:32px").find("div").remove()})});
languages/Super-Socializer-ar_AR.mo CHANGED
Binary file
languages/Super-Socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:10+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:10+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,63 +15,63 @@ msgstr ""
15
  "X-Generator: Poedit 1.8.1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:224
19
  #, php-format
20
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
  msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
 
23
- #: ../super_socializer.php:227
24
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
  msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
- #: ../super_socializer.php:397
28
  msgid "Please verify your email address to login."
29
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
 
31
- #: ../super_socializer.php:397
32
  msgid "Your email has been verified. Now you can login to your account"
33
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
 
35
- #: ../super_socializer.php:401
36
  msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
- #: ../super_socializer.php:420
40
- #: ../admin/social_login.php:511
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
44
- #: ../super_socializer.php:423
45
  msgid "Please check your email inbox to complete the registration."
46
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
 
48
- #: ../super_socializer.php:436
49
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
  msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
 
52
- #: ../super_socializer.php:513
53
  msgid "Leave a reply"
54
  msgstr "اترك رد"
55
 
56
- #: ../super_socializer.php:604
57
  #, fuzzy
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "آخر تسجيل دخول | Last Login"
60
 
61
- #: ../super_socializer.php:607
62
  msgid "Small Avatar Url"
63
  msgstr "صغير الرمزية رابط"
64
 
65
- #: ../super_socializer.php:612
66
  #, fuzzy
67
  msgid "Large Avatar Url"
68
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
69
 
70
- #: ../super_socializer.php:645
71
  msgid "Email you entered is already registered or invalid"
72
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
73
 
74
- #: ../super_socializer.php:649
75
  msgid "Please enter a valid email address. You might be required to verify it"
76
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
77
 
@@ -96,64 +96,64 @@ msgstr "إضغط لإخفاء المساعدة "
96
  msgid "Settings"
97
  msgstr "الإعدادات"
98
 
99
- #: ../helper.php:503
100
  msgid "Account linked successfully"
101
  msgstr "تم ربط حسابك بنجاح"
102
 
103
- #: ../helper.php:507
104
  msgid "Account already exists or linked"
105
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
106
 
107
- #: ../helper.php:516
108
  msgid "You are already connected with"
109
  msgstr "أنت مرتبط بالفعل مع"
110
 
111
- #: ../helper.php:516
112
  msgid "as primary social network"
113
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
114
 
115
- #: ../helper.php:531
116
  msgid "Link your social account to login to your account at this website"
117
  msgstr "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى حسابك في هذا الموقع"
118
 
119
- #: ../helper.php:568
120
  msgid "Currently"
121
  msgstr "في الوقت الحاضر"
122
 
123
- #: ../helper.php:568
124
  msgid "Remove"
125
  msgstr "إزالة"
126
 
127
- #: ../helper.php:669
128
  msgid "Disable Horizontal Social Sharing on this "
129
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
130
 
131
- #: ../helper.php:674
132
  msgid "Disable Vertical Social Sharing on this "
133
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
134
 
135
- #: ../helper.php:679
136
  msgid "Disable Horizontal like buttons on this "
137
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
138
 
139
- #: ../helper.php:684
140
  msgid "Disable Vertical like buttons on this "
141
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
142
 
143
- #: ../helper.php:689
144
  msgid "Disable Social Commenting on this "
145
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
146
 
147
- #: ../helper.php:698
148
  msgid "Horizontal sharing"
149
  msgstr "المشاركات الأفقي"
150
 
151
- #: ../helper.php:704
152
- #: ../helper.php:723
153
  msgid "Starting share count for "
154
  msgstr "بدء العد حصة ل"
155
 
156
- #: ../helper.php:717
157
  #, fuzzy
158
  msgid "Vertical sharing"
159
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
@@ -212,721 +212,725 @@ msgid "Rate 5-star"
212
  msgstr "يرجى تقييم البرنامج المساعد"
213
 
214
  #: ../admin/help.php:54
215
- #: ../admin/social_sharing.php:437
216
- #: ../admin/social_sharing.php:815
217
- #: ../admin/social_login.php:46
218
  msgid "Facebook"
219
  msgstr "الفيسبوك"
220
 
221
- #: ../admin/social_sharing.php:11
222
- #: ../admin/social_sharing.php:22
223
- #: ../admin/social_login.php:9
224
- #: ../admin/social_login.php:17
 
 
 
 
225
  #: ../admin/like_buttons.php:11
226
  #: ../admin/like_buttons.php:19
227
  #, fuzzy
228
  msgid "Basic Configuration"
229
  msgstr "إنشاء ملف الإعدادات"
230
 
231
- #: ../admin/social_sharing.php:12
232
  #, fuzzy
233
  msgid "Sharing Interface"
234
  msgstr "المشاركات الأفقي"
235
 
236
- #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Options"
239
  msgstr "المشاركات الأفقي"
240
 
241
- #: ../admin/social_sharing.php:14
242
- #: ../admin/social_sharing.php:1211
243
- #: ../admin/social_login.php:11
244
- #: ../admin/social_login.php:714
245
  #: ../admin/like_buttons.php:13
246
  #: ../admin/like_buttons.php:712
247
  #, fuzzy
248
  msgid "Shortcode & Widget"
249
  msgstr "استخدم كود مختصر | Include the shortcode"
250
 
251
- #: ../admin/social_sharing.php:15
252
  #, fuzzy
253
  msgid "Troubleshooter"
254
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
255
 
256
- #: ../admin/social_sharing.php:16
257
- #: ../admin/social_sharing.php:1242
258
  #: ../admin/social_commenting.php:12
259
  #: ../admin/social_commenting.php:427
260
  #, fuzzy
261
  msgid "FAQ"
262
  msgstr "الأسئلة الشائعة "
263
 
264
- #: ../admin/social_sharing.php:28
265
  #, fuzzy
266
  msgid "Enable Social Sharing"
267
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
268
 
269
- #: ../admin/social_sharing.php:38
270
  #, fuzzy
271
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
272
  msgstr "عنصر التحكم الرئيسي \"المشاركة الاجتماعية\". يجب إيداعه لتمكين وظيفة \"المشاركة الاجتماعية\""
273
 
274
- #: ../admin/social_sharing.php:46
275
  #, fuzzy
276
  msgid "Delete all the options on plugin deletion"
277
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
278
 
279
- #: ../admin/social_sharing.php:56
280
  #, fuzzy
281
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
282
  msgstr "إذا تم تمكين، سيتم الحصول على حذف خيارات البرنامج المساعد عندما البرنامج المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم بتثبيت البرنامج المساعد في المرة القادمة."
283
 
284
- #: ../admin/social_sharing.php:71
285
  #, fuzzy
286
  msgid "Horizontal interface options"
287
  msgstr "المشاركات الأفقي"
288
 
289
- #: ../admin/social_sharing.php:77
290
- #: ../admin/social_sharing.php:155
291
  #, fuzzy
292
  msgid "Shape"
293
  msgstr "شكل"
294
 
295
- #: ../admin/social_sharing.php:85
296
- #: ../admin/social_sharing.php:163
297
  #, fuzzy
298
  msgid "Round"
299
  msgstr "مستدير"
300
 
301
- #: ../admin/social_sharing.php:87
302
- #: ../admin/social_sharing.php:165
303
  #, fuzzy
304
  msgid "Square"
305
  msgstr "مربع"
306
 
307
- #: ../admin/social_sharing.php:94
308
- #: ../admin/social_sharing.php:172
309
  #, fuzzy
310
  msgid "Shape of the sharing icons"
311
  msgstr "المشاركات الأفقي"
312
 
313
- #: ../admin/social_sharing.php:102
314
- #: ../admin/social_sharing.php:180
315
  #, fuzzy
316
  msgid "Size (in pixels)"
317
  msgstr "حجم"
318
 
319
- #: ../admin/social_sharing.php:120
320
- #: ../admin/social_sharing.php:198
321
  #, fuzzy
322
  msgid "Size of the sharing icons"
323
  msgstr "المشاركات الأفقي"
324
 
325
- #: ../admin/social_sharing.php:127
326
- #: ../admin/social_sharing.php:205
327
  msgid "Icon Preview"
328
  msgstr "الرمز معاينة"
329
 
330
- #: ../admin/social_sharing.php:141
331
- #: ../admin/social_sharing.php:219
332
  #, fuzzy
333
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
334
  msgstr "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
335
 
336
- #: ../admin/social_sharing.php:149
337
  #, fuzzy
338
  msgid "Vertical interface options"
339
  msgstr "مسافة عمودية"
340
 
341
- #: ../admin/social_sharing.php:233
342
  msgid "Modernizr"
343
  msgstr "Modernizr"
344
 
345
- #: ../admin/social_sharing.php:239
346
  msgid "Do not load Modernizr JS"
347
  msgstr "لا تقم بتحميل Modernizr JS"
348
 
349
- #: ../admin/social_sharing.php:249
350
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
351
  msgstr "إذا وجدت المساعد كسر الموضوع الخاص بك، يمكنك محاولة تمكين هذا الخيار"
352
 
353
- #: ../admin/social_sharing.php:258
354
  #: ../admin/like_buttons.php:51
355
  #, fuzzy
356
  msgid "Url shortener"
357
  msgstr "عنوان Url للقيام بالتعليق على"
358
 
359
- #: ../admin/social_sharing.php:264
360
  #, fuzzy
361
  msgid "Use shortlinks already installed"
362
  msgstr "تمّ التنصيب مسبقاً"
363
 
364
- #: ../admin/social_sharing.php:274
365
  #: ../admin/like_buttons.php:67
366
  #, fuzzy
367
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
368
  msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
369
 
370
- #: ../admin/social_sharing.php:282
371
  #, fuzzy
372
  msgid "Enable bit.ly url shortener for sharing"
373
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
374
 
375
- #: ../admin/social_sharing.php:292
376
  #: ../admin/like_buttons.php:85
377
  #, fuzzy
378
  msgid "Master control to enable bit.ly url shortening for sharing"
379
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
380
 
381
- #: ../admin/social_sharing.php:300
382
  #: ../admin/like_buttons.php:93
383
  #, fuzzy
384
  msgid "bit.ly username"
385
  msgstr "إسم المستخدم الألكتروني:"
386
 
387
- #: ../admin/social_sharing.php:310
388
  #: ../admin/like_buttons.php:103
389
  #, fuzzy, php-format
390
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
391
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
392
 
393
- #: ../admin/social_sharing.php:319
394
  #: ../admin/like_buttons.php:112
395
  #, fuzzy
396
  msgid "bit.ly API Key"
397
  msgstr "مفتاح API الخاص | API Private Key"
398
 
399
- #: ../admin/social_sharing.php:329
400
  #: ../admin/like_buttons.php:122
401
  #, fuzzy, php-format
402
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
403
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
404
 
405
- #: ../admin/social_sharing.php:339
406
  #, fuzzy
407
  msgid "Twitter username in sharing"
408
  msgstr "شارك الأخرين عبر تويتر"
409
 
410
- #: ../admin/social_sharing.php:345
411
  #, fuzzy
412
  msgid "Twitter username (without @)"
413
  msgstr "قالب بدون %1$s"
414
 
415
- #: ../admin/social_sharing.php:355
416
  #, fuzzy
417
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
418
  msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
419
 
420
- #: ../admin/social_sharing.php:365
421
  #, fuzzy
422
  msgid "Horizontal Sharing Interface Options"
423
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
424
 
425
- #: ../admin/social_sharing.php:371
426
  #, fuzzy
427
  msgid "Enable horizontal sharing interface"
428
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
429
 
430
- #: ../admin/social_sharing.php:381
431
  #, fuzzy
432
  msgid "Master control to enable horizontal sharing"
433
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
434
 
435
- #: ../admin/social_sharing.php:391
436
- #: ../admin/social_sharing.php:787
437
  #: ../admin/like_buttons.php:227
438
  #: ../admin/like_buttons.php:465
439
  #, fuzzy
440
  msgid "Target Url"
441
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
442
 
443
- #: ../admin/social_sharing.php:395
444
- #: ../admin/social_sharing.php:791
445
  #: ../admin/like_buttons.php:231
446
  #: ../admin/like_buttons.php:469
447
  #, fuzzy
448
  msgid "Url of the webpage where icons are located (default)"
449
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
450
 
451
- #: ../admin/social_sharing.php:397
452
- #: ../admin/social_sharing.php:793
453
  #: ../admin/like_buttons.php:233
454
  #: ../admin/like_buttons.php:471
455
  #, fuzzy
456
  msgid "Url of the homepage of your website"
457
  msgstr "URL لعملاء الموقع (اختياري)"
458
 
459
- #: ../admin/social_sharing.php:399
460
- #: ../admin/social_sharing.php:795
461
  #: ../admin/like_buttons.php:235
462
  #: ../admin/like_buttons.php:473
463
  #, fuzzy
464
  msgid "Custom url"
465
  msgstr "رابط (URL) مخصّص"
466
 
467
- #: ../admin/social_sharing.php:406
468
- #: ../admin/social_sharing.php:802
469
  #, fuzzy
470
  msgid "Url to share"
471
  msgstr " شارك الآخرين بهذة الفقرة"
472
 
473
- #: ../admin/social_sharing.php:414
474
- #: ../admin/social_login.php:314
475
  #: ../admin/like_buttons.php:250
476
  #, fuzzy
477
  msgid "Title"
478
  msgstr "العنوان"
479
 
480
- #: ../admin/social_sharing.php:424
481
  #, fuzzy
482
  msgid "The text to display above the sharing interface"
483
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
484
 
485
- #: ../admin/social_sharing.php:432
486
- #: ../admin/social_sharing.php:810
487
- #: ../admin/social_login.php:41
488
  #, fuzzy
489
  msgid "Select providers"
490
  msgstr "أختر ..."
491
 
492
- #: ../admin/social_sharing.php:442
493
- #: ../admin/social_sharing.php:820
494
- #: ../admin/social_login.php:50
495
  #, fuzzy
496
  msgid "Twitter"
497
  msgstr "شارك الأخرين عبر تويتر"
498
 
499
- #: ../admin/social_sharing.php:447
500
- #: ../admin/social_sharing.php:825
501
- #: ../admin/social_login.php:54
502
  #, fuzzy
503
  msgid "LinkedIn"
504
  msgstr "شارك الأخرين عبر لنكيدان"
505
 
506
- #: ../admin/social_sharing.php:452
507
- #: ../admin/social_sharing.php:830
508
- #: ../admin/social_login.php:58
509
  #, fuzzy
510
  msgid "Google+"
511
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
512
 
513
- #: ../admin/social_sharing.php:457
514
- #: ../admin/social_sharing.php:835
515
  #, fuzzy
516
  msgid "Print"
517
  msgstr "طباعة"
518
 
519
- #: ../admin/social_sharing.php:462
520
- #: ../admin/social_sharing.php:840
521
  #, fuzzy
522
  msgid "Email"
523
  msgstr "البريد الإلكتروني"
524
 
525
- #: ../admin/social_sharing.php:467
526
- #: ../admin/social_sharing.php:845
527
  #, fuzzy
528
  msgid "Yahoo"
529
  msgstr "ياهو ماسنجر"
530
 
531
- #: ../admin/social_sharing.php:472
532
- #: ../admin/social_sharing.php:850
533
  #, fuzzy
534
  msgid "Reddit"
535
  msgstr "ريديت"
536
 
537
- #: ../admin/social_sharing.php:477
538
- #: ../admin/social_sharing.php:855
539
  #, fuzzy
540
  msgid "Digg"
541
  msgstr "ديق"
542
 
543
- #: ../admin/social_sharing.php:482
544
- #: ../admin/social_sharing.php:860
545
  #, fuzzy
546
  msgid "Delicious"
547
  msgstr "لذيذ"
548
 
549
- #: ../admin/social_sharing.php:487
550
- #: ../admin/social_sharing.php:865
551
  #, fuzzy
552
  msgid "StumbleUpon"
553
  msgstr "ستامبل أبون"
554
 
555
- #: ../admin/social_sharing.php:492
556
- #: ../admin/social_sharing.php:870
557
  #, fuzzy
558
  msgid "Float it"
559
  msgstr "تطفو عليه"
560
 
561
- #: ../admin/social_sharing.php:497
562
- #: ../admin/social_sharing.php:875
563
  #, fuzzy
564
  msgid "Tumblr"
565
  msgstr "شارك الأخرين عبر تمبلير"
566
 
567
- #: ../admin/social_sharing.php:502
568
- #: ../admin/social_sharing.php:880
569
- #: ../admin/social_login.php:62
570
  #, fuzzy
571
  msgid "Vkontakte"
572
  msgstr "انشر عبر VKontakte"
573
 
574
- #: ../admin/social_sharing.php:507
575
- #: ../admin/social_sharing.php:885
576
  #, fuzzy
577
  msgid "Pinterest"
578
  msgstr "شارك الأخرين عبر بينتريست"
579
 
580
- #: ../admin/social_sharing.php:512
581
- #: ../admin/social_sharing.php:890
582
- #: ../admin/social_login.php:70
583
  #, fuzzy
584
  msgid "Xing"
585
  msgstr "شينغ"
586
 
587
- #: ../admin/social_sharing.php:517
588
- #: ../admin/social_sharing.php:895
589
  #, fuzzy
590
  msgid "Whatsapp"
591
  msgstr "واتس آب"
592
 
593
- #: ../admin/social_sharing.php:522
594
- #: ../admin/social_sharing.php:900
595
  msgid "Yummly"
596
  msgstr "Yummly"
597
 
598
- #: ../admin/social_sharing.php:527
599
- #: ../admin/social_sharing.php:905
600
  msgid "Buffer"
601
  msgstr "Buffer"
602
 
603
- #: ../admin/social_sharing.php:535
604
- #: ../admin/social_sharing.php:913
605
  #, fuzzy
606
  msgid "Select the providers for sharing interface"
607
  msgstr "تحديد موفري لتقاسم واجهة"
608
 
609
- #: ../admin/social_sharing.php:543
610
- #: ../admin/social_sharing.php:921
611
  #, fuzzy
612
  msgid "Rearrange icons"
613
  msgstr "إعادة ترتيب الرموز"
614
 
615
- #: ../admin/social_sharing.php:578
616
- #: ../admin/social_sharing.php:956
617
  #, fuzzy
618
  msgid "Drag the icons to rearrange in desired order"
619
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
620
 
621
- #: ../admin/social_sharing.php:586
622
- #: ../admin/social_sharing.php:982
623
  #: ../admin/like_buttons.php:320
624
  #: ../admin/like_buttons.php:557
625
  #, fuzzy
626
  msgid "Horizontal alignment"
627
  msgstr "بلا محاذاة"
628
 
629
- #: ../admin/social_sharing.php:590
630
- #: ../admin/social_sharing.php:986
631
  #: ../admin/like_buttons.php:324
632
  #: ../admin/like_buttons.php:561
633
  #, fuzzy
634
  msgid "Left"
635
  msgstr "يسار"
636
 
637
- #: ../admin/social_sharing.php:591
638
  #: ../admin/like_buttons.php:325
639
  #, fuzzy
640
  msgid "Center"
641
  msgstr "وسط"
642
 
643
- #: ../admin/social_sharing.php:592
644
- #: ../admin/social_sharing.php:987
645
  #: ../admin/like_buttons.php:326
646
  #: ../admin/like_buttons.php:562
647
  #, fuzzy
648
  msgid "Right"
649
  msgstr "يمين"
650
 
651
- #: ../admin/social_sharing.php:600
652
- #: ../admin/social_sharing.php:995
653
  #, fuzzy
654
  msgid "Horizontal alignment of the sharing interface"
655
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
656
 
657
- #: ../admin/social_sharing.php:608
658
  #: ../admin/like_buttons.php:342
659
  #, fuzzy
660
  msgid "Position with respect to content"
661
  msgstr "موضع الخلفية"
662
 
663
- #: ../admin/social_sharing.php:612
664
  #: ../admin/like_buttons.php:346
665
  #, fuzzy
666
  msgid "Top of the content"
667
  msgstr "أعلى"
668
 
669
- #: ../admin/social_sharing.php:614
670
  #: ../admin/like_buttons.php:348
671
  #, fuzzy
672
  msgid "Bottom of the content"
673
  msgstr "أسفل"
674
 
675
- #: ../admin/social_sharing.php:621
676
  #, fuzzy
677
  msgid "Specify position of the sharing interface with respect to the content"
678
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
679
 
680
- #: ../admin/social_sharing.php:629
681
- #: ../admin/social_sharing.php:1061
682
  #, fuzzy
683
  msgid "Sharing location"
684
  msgstr "المشاركات الأفقي"
685
 
686
- #: ../admin/social_sharing.php:633
687
- #: ../admin/social_sharing.php:1065
688
- #: ../admin/social_login.php:574
689
- #: ../admin/social_login.php:604
690
  #: ../admin/like_buttons.php:367
691
  #: ../admin/like_buttons.php:640
692
  #, fuzzy
693
  msgid "Homepage"
694
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
695
 
696
- #: ../admin/social_sharing.php:635
697
- #: ../admin/social_sharing.php:1067
698
  #: ../admin/like_buttons.php:369
699
  #: ../admin/like_buttons.php:642
700
  #, fuzzy
701
  msgid "Posts"
702
  msgstr "مقالات"
703
 
704
- #: ../admin/social_sharing.php:637
705
- #: ../admin/social_sharing.php:1069
706
  #: ../admin/like_buttons.php:371
707
  #: ../admin/like_buttons.php:644
708
  #, fuzzy
709
  msgid "Pages"
710
  msgstr "صفحات"
711
 
712
- #: ../admin/social_sharing.php:639
713
- #: ../admin/social_sharing.php:1071
714
  msgid "Excerpts (at Homepage)"
715
  msgstr ""
716
 
717
- #: ../admin/social_sharing.php:641
718
- #: ../admin/social_sharing.php:1073
719
  #: ../admin/like_buttons.php:375
720
  #: ../admin/like_buttons.php:648
721
  #, fuzzy
722
  msgid "Category Archives"
723
  msgstr "الأرشيف"
724
 
725
- #: ../admin/social_sharing.php:643
726
- #: ../admin/social_sharing.php:1075
727
  #: ../admin/like_buttons.php:377
728
  #: ../admin/like_buttons.php:650
729
  #, fuzzy
730
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
731
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
732
 
733
- #: ../admin/social_sharing.php:659
734
  #: ../admin/like_buttons.php:393
735
  #, fuzzy
736
  msgid "BuddyPress activity and groups"
737
  msgstr "النشاط BuddyPress والمجموعات"
738
 
739
- #: ../admin/social_sharing.php:665
740
- #: ../admin/social_sharing.php:1090
741
  #: ../admin/like_buttons.php:400
742
  #: ../admin/like_buttons.php:665
743
  #, fuzzy
744
  msgid "BBPress forum"
745
  msgstr "المنتدى المستعمل | User Forum"
746
 
747
- #: ../admin/social_sharing.php:668
748
- #: ../admin/social_sharing.php:1093
749
  #: ../admin/like_buttons.php:403
750
  #: ../admin/like_buttons.php:668
751
  #, fuzzy
752
  msgid "BBPress topic"
753
  msgstr "إضافات الموضوع"
754
 
755
- #: ../admin/social_sharing.php:671
756
  #: ../admin/like_buttons.php:406
757
  #, fuzzy
758
  msgid "BBPress reply"
759
  msgstr "رد"
760
 
761
- #: ../admin/social_sharing.php:678
762
  #: ../admin/like_buttons.php:412
763
  msgid "After individual product at WooCommerce Shop page"
764
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
765
 
766
- #: ../admin/social_sharing.php:681
767
  #: ../admin/like_buttons.php:415
768
  msgid "WooCommerce Product Page"
769
  msgstr "WooCommerce صفحة المنتج"
770
 
771
- #: ../admin/social_sharing.php:684
772
  #: ../admin/like_buttons.php:418
773
  msgid "WooCommerce Thankyou Page"
774
  msgstr "WooCommerce الشكر الصفحة"
775
 
776
- #: ../admin/social_sharing.php:695
777
  #, fuzzy
778
  msgid "Specify the pages where you want to enable Sharing interface"
779
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
780
 
781
- #: ../admin/social_sharing.php:703
782
- #: ../admin/social_sharing.php:1111
783
  #, fuzzy
784
  msgid "Show share counts"
785
  msgstr "عرض عدد المقالات"
786
 
787
- #: ../admin/social_sharing.php:713
788
- #: ../admin/social_sharing.php:1121
789
  #, fuzzy
790
  msgid "If enabled, share counts are displayed above sharing icons."
791
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
792
 
793
- #: ../admin/social_sharing.php:722
794
- #: ../admin/social_sharing.php:1130
795
  #, fuzzy
796
  msgid "Show total shares"
797
  msgstr "عرض عدد المقالات"
798
 
799
- #: ../admin/social_sharing.php:732
800
- #: ../admin/social_sharing.php:1140
801
  #, fuzzy
802
  msgid "If enabled, total shares will be displayed with sharing icons"
803
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
804
 
805
- #: ../admin/social_sharing.php:741
806
- #: ../admin/social_sharing.php:1149
807
  #, fuzzy
808
  msgid "Enable 'More' icon"
809
  msgstr "الرمز معاينة"
810
 
811
- #: ../admin/social_sharing.php:751
812
- #: ../admin/social_sharing.php:1159
813
  #, fuzzy
814
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
815
  msgstr "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات مشاركة إضافية في المنبثقة"
816
 
817
- #: ../admin/social_sharing.php:761
818
  #, fuzzy
819
  msgid "Vertical (Floating) Sharing Interface Options"
820
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
821
 
822
- #: ../admin/social_sharing.php:767
823
  #, fuzzy
824
  msgid "Enable vertical (floating) sharing interface"
825
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
826
 
827
- #: ../admin/social_sharing.php:777
828
  #, fuzzy
829
  msgid "Master control to enable vertical (floating) sharing widget"
830
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
831
 
832
- #: ../admin/social_sharing.php:964
833
  #: ../admin/like_buttons.php:539
834
  #, fuzzy
835
  msgid "Background Color"
836
  msgstr "لون الخلفية"
837
 
838
- #: ../admin/social_sharing.php:974
839
  #, fuzzy
840
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
841
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
842
 
843
- #: ../admin/social_sharing.php:1004
844
  #: ../admin/like_buttons.php:579
845
  #, fuzzy
846
  msgid "Left offset"
847
  msgstr "يسار"
848
 
849
- #: ../admin/social_sharing.php:1014
850
  #, fuzzy
851
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
852
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
853
 
854
- #: ../admin/social_sharing.php:1024
855
  #: ../admin/like_buttons.php:599
856
  #, fuzzy
857
  msgid "Right offset"
858
  msgstr "يمين"
859
 
860
- #: ../admin/social_sharing.php:1034
861
  #, fuzzy
862
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
863
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
864
 
865
- #: ../admin/social_sharing.php:1043
866
  #: ../admin/like_buttons.php:618
867
  #, fuzzy
868
  msgid "Top offset"
869
  msgstr "أعلى"
870
 
871
- #: ../admin/social_sharing.php:1053
872
  #, fuzzy
873
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
874
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
875
 
876
- #: ../admin/social_sharing.php:1103
877
  #, fuzzy
878
  msgid "Specify the pages where you want to enable vertical Sharing interface"
879
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
880
 
881
- #: ../admin/social_sharing.php:1167
882
  #, fuzzy
883
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
884
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
885
 
886
- #: ../admin/social_sharing.php:1177
887
  #, fuzzy
888
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
889
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
890
 
891
- #: ../admin/social_sharing.php:1186
892
  msgid "Hide sharing on mobile devices"
893
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
894
 
895
- #: ../admin/social_sharing.php:1196
896
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
897
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
898
 
899
- #: ../admin/social_sharing.php:1213
900
  #, fuzzy
901
  msgid "Social Sharing Shortcode & Widget"
902
  msgstr "استخدم كود مختصر | Include the shortcode"
903
 
904
- #: ../admin/social_sharing.php:1223
905
  msgid "Facebook Sharing Troubleshooter"
906
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
907
 
908
- #: ../admin/social_sharing.php:1228
909
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
910
  msgstr "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
911
 
912
- #: ../admin/social_sharing.php:1244
913
  #, fuzzy
914
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
915
  msgstr "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/الوظائف؟"
916
 
917
- #: ../admin/social_sharing.php:1245
918
  #, fuzzy
919
  msgid "How can I disable sharing on particular page/post?"
920
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
921
 
922
- #: ../admin/social_sharing.php:1246
923
  #, fuzzy
924
  msgid "How can I specify minimum sharing count for sharing networks?"
925
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
926
 
927
- #: ../admin/social_sharing.php:1256
928
  #: ../admin/social_commenting.php:438
929
- #: ../admin/social_login.php:726
930
  #: ../admin/like_buttons.php:723
931
  #, fuzzy
932
  msgid "Save Changes"
@@ -1169,397 +1173,418 @@ msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\"
1169
  msgid "How to disable default comment form from Social Commenting?"
1170
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1171
 
1172
- #: ../admin/social_login.php:10
 
 
 
 
1173
  #, fuzzy
1174
  msgid "Social Login"
1175
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1176
 
1177
- #: ../admin/social_login.php:23
1178
  #, fuzzy
1179
  msgid "Enable Social Login"
1180
  msgstr "تسجيل الدخول"
1181
 
1182
- #: ../admin/social_login.php:33
1183
  #, fuzzy
1184
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1185
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1186
 
1187
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1188
  #, fuzzy
1189
  msgid "Instagram"
1190
  msgstr "إنستاجرام"
1191
 
1192
- #: ../admin/social_login.php:78
1193
  #, fuzzy
1194
  msgid "Select Social ID provider to enable in Social Login"
1195
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1196
 
1197
- #: ../admin/social_login.php:86
1198
  #, fuzzy
1199
  msgid "Facebook App ID"
1200
  msgstr "رقم التعريف الخالص بك | ID"
1201
 
1202
- #: ../admin/social_login.php:96
1203
  #, fuzzy, php-format
1204
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1205
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1206
 
1207
- #: ../admin/social_login.php:98
1208
  #, fuzzy
1209
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1210
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1211
 
1212
- #: ../admin/social_login.php:108
1213
  #, fuzzy
1214
  msgid "Twitter API Key"
1215
  msgstr "مفتاح API الخاص | API Private Key"
1216
 
1217
- #: ../admin/social_login.php:118
1218
  #, fuzzy, php-format
1219
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1220
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1221
 
1222
- #: ../admin/social_login.php:120
1223
- #: ../admin/social_login.php:142
1224
  #, fuzzy
1225
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1226
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1227
 
1228
- #: ../admin/social_login.php:130
1229
  #, fuzzy
1230
  msgid "Twitter API Secret"
1231
  msgstr "شارك الأخرين عبر تويتر"
1232
 
1233
- #: ../admin/social_login.php:140
1234
  #, fuzzy, php-format
1235
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1236
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1237
 
1238
- #: ../admin/social_login.php:152
1239
  #, fuzzy
1240
  msgid "LinkedIn API Key"
1241
  msgstr "مفتاح API الخاص | API Private Key"
1242
 
1243
- #: ../admin/social_login.php:162
1244
  #, fuzzy, php-format
1245
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1246
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1247
 
1248
- #: ../admin/social_login.php:164
1249
- #: ../admin/social_login.php:230
1250
  #, fuzzy
1251
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1252
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1253
 
1254
- #: ../admin/social_login.php:174
1255
  #, fuzzy
1256
  msgid "Google+ Client ID"
1257
  msgstr "شارك الأخرين عبر جوجل"
1258
 
1259
- #: ../admin/social_login.php:184
1260
  #, fuzzy, php-format
1261
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1262
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1263
 
1264
- #: ../admin/social_login.php:186
1265
  #, fuzzy
1266
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1267
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1268
 
1269
- #: ../admin/social_login.php:196
1270
  #, fuzzy
1271
  msgid "Vkontakte Application ID"
1272
  msgstr "انشر عبر VKontakte"
1273
 
1274
- #: ../admin/social_login.php:206
1275
  #, fuzzy, php-format
1276
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1277
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1278
 
1279
- #: ../admin/social_login.php:208
1280
  #, fuzzy
1281
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1282
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1283
 
1284
- #: ../admin/social_login.php:218
1285
  #, fuzzy
1286
  msgid "Instagram Client ID"
1287
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1288
 
1289
- #: ../admin/social_login.php:228
1290
  #, fuzzy, php-format
1291
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1292
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1293
 
1294
- #: ../admin/social_login.php:240
1295
  #, fuzzy
1296
  msgid "Xing Consumer Key"
1297
  msgstr "مفتاح التفعيل:"
1298
 
1299
- #: ../admin/social_login.php:250
1300
  #, fuzzy, php-format
1301
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1302
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1303
 
1304
- #: ../admin/social_login.php:252
1305
- #: ../admin/social_login.php:274
1306
  #, fuzzy
1307
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1308
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1309
 
1310
- #: ../admin/social_login.php:262
1311
  #, fuzzy
1312
  msgid "Xing Consumer Secret"
1313
  msgstr "كلمة السر | Secret Word"
1314
 
1315
- #: ../admin/social_login.php:272
1316
  #, fuzzy, php-format
1317
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1318
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1319
 
1320
- #: ../admin/social_login.php:284
1321
  #, fuzzy
1322
  msgid "Include Javascript in website footer"
1323
  msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
1324
 
1325
- #: ../admin/social_login.php:294
1326
  #, fuzzy
1327
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1328
  msgstr "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع الويب الخاص بك."
1329
 
1330
- #: ../admin/social_login.php:308
1331
  #, fuzzy
1332
  msgid "Login options"
1333
  msgstr "الخيارات"
1334
 
1335
- #: ../admin/social_login.php:324
1336
  #, fuzzy
1337
  msgid "Text to display above the Social Login interface"
1338
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1339
 
1340
- #: ../admin/social_login.php:333
1341
  #, fuzzy
1342
  msgid "Enable at login page"
1343
  msgstr "صفحة"
1344
 
1345
- #: ../admin/social_login.php:343
1346
  #, fuzzy
1347
  msgid "Social Login interface will get enabled at the login page of your website"
1348
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1349
 
1350
- #: ../admin/social_login.php:351
1351
  #, fuzzy
1352
  msgid "Enable at register page"
1353
  msgstr "التسجيل العام"
1354
 
1355
- #: ../admin/social_login.php:361
1356
  #, fuzzy
1357
  msgid "Social Login interface will get enabled at the registration page of your website"
1358
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1359
 
1360
- #: ../admin/social_login.php:369
1361
  msgid "Enable at comment form"
1362
  msgstr "تمكين هذا الشكل من تعليق"
1363
 
1364
- #: ../admin/social_login.php:379
1365
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1366
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1367
 
1368
- #: ../admin/social_login.php:393
1369
  msgid "Enable before WooCommerce Customer Login Form"
1370
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1371
 
1372
- #: ../admin/social_login.php:403
1373
  #, fuzzy
1374
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1375
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1376
 
1377
- #: ../admin/social_login.php:411
1378
  msgid "Enable after WooCommerce Customer Login Form"
1379
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1380
 
1381
- #: ../admin/social_login.php:421
1382
  #, fuzzy
1383
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1384
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1385
 
1386
- #: ../admin/social_login.php:429
1387
  #, fuzzy
1388
  msgid "Enable at WooCommerce checkout page"
1389
  msgstr "التسجيل العام"
1390
 
1391
- #: ../admin/social_login.php:439
1392
  #, fuzzy
1393
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1394
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1395
 
1396
- #: ../admin/social_login.php:450
1397
  #, fuzzy
1398
  msgid "Auto-approve comments made by Social Login users"
1399
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1400
 
1401
- #: ../admin/social_login.php:460
1402
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1403
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1404
 
1405
- #: ../admin/social_login.php:461
1406
  #, fuzzy
1407
  msgid "Note: This is not related to Facebook comments"
1408
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1409
 
1410
- #: ../admin/social_login.php:471
1411
  #, fuzzy
1412
  msgid "Enable social avatar"
1413
  msgstr "خدمة الشبكة الاجتماعية"
1414
 
1415
- #: ../admin/social_login.php:481
1416
  #, fuzzy
1417
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1418
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1419
 
1420
- #: ../admin/social_login.php:491
1421
  #, fuzzy
1422
  msgid "Avatar quality"
1423
  msgstr "نوعية الصورة الرمزية"
1424
 
1425
- #: ../admin/social_login.php:494
1426
  #, fuzzy
1427
  msgid "Average"
1428
  msgstr "المعدل"
1429
 
1430
- #: ../admin/social_login.php:495
1431
  msgid "Best"
1432
  msgstr ""
1433
 
1434
- #: ../admin/social_login.php:502
1435
  #, fuzzy
1436
  msgid "Choose avatar quality"
1437
  msgstr "إختيار ملف"
1438
 
1439
- #: ../admin/social_login.php:521
1440
  #, fuzzy
1441
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1442
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1443
 
1444
- #: ../admin/social_login.php:530
1445
  #, fuzzy
1446
  msgid "Send username-password after user registration"
1447
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1448
 
1449
- #: ../admin/social_login.php:540
1450
  #, fuzzy
1451
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1452
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1453
 
1454
- #: ../admin/social_login.php:549
1455
  #, fuzzy
1456
  msgid "Enable social account linking at BuddyPress profile page"
1457
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1458
 
1459
- #: ../admin/social_login.php:559
1460
  #, fuzzy
1461
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1462
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1463
 
1464
- #: ../admin/social_login.php:568
1465
  #, fuzzy
1466
  msgid "Login redirection"
1467
  msgstr "تسجيل الدخول"
1468
 
1469
- #: ../admin/social_login.php:572
1470
  #, fuzzy
1471
  msgid "Same page where user logged in"
1472
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1473
 
1474
- #: ../admin/social_login.php:576
1475
- #: ../admin/social_login.php:606
1476
  #, fuzzy
1477
  msgid "Account dashboard"
1478
  msgstr " لوحتك الخاصة بالتحكم"
1479
 
1480
- #: ../admin/social_login.php:579
1481
- #: ../admin/social_login.php:609
1482
  #, fuzzy
1483
  msgid "BuddyPress profile page"
1484
  msgstr "تحرير ملفي الشخصي"
1485
 
1486
- #: ../admin/social_login.php:582
1487
- #: ../admin/social_login.php:612
1488
  #, fuzzy
1489
  msgid "Custom Url"
1490
  msgstr "رابط (URL) مخصّص"
1491
 
1492
- #: ../admin/social_login.php:590
1493
  #, fuzzy
1494
  msgid "User will be redirected to the selected page after Social Login"
1495
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1496
 
1497
- #: ../admin/social_login.php:598
1498
  #, fuzzy
1499
  msgid "Registration redirection"
1500
  msgstr "نموذج التسجيل"
1501
 
1502
- #: ../admin/social_login.php:602
1503
  #, fuzzy
1504
  msgid "Same page from where user registered"
1505
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1506
 
1507
- #: ../admin/social_login.php:620
1508
  #, fuzzy
1509
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1510
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1511
 
1512
- #: ../admin/social_login.php:628
1513
  #, fuzzy
1514
  msgid "Email popup options"
1515
  msgstr "الخيارات"
1516
 
1517
- #: ../admin/social_login.php:634
1518
  #, fuzzy
1519
  msgid "Text on 'Email required' popup"
1520
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1521
 
1522
- #: ../admin/social_login.php:644
1523
  #, fuzzy
1524
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1525
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1526
 
1527
- #: ../admin/social_login.php:653
1528
  #, fuzzy
1529
  msgid "Error message for 'Email required' popup"
1530
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1531
 
1532
- #: ../admin/social_login.php:663
1533
  #, fuzzy
1534
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1535
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1536
 
1537
- #: ../admin/social_login.php:672
1538
  #, fuzzy
1539
  msgid "Email popup height"
1540
  msgstr "ارتفاع"
1541
 
1542
- #: ../admin/social_login.php:682
1543
  #, fuzzy
1544
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1545
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1546
 
1547
- #: ../admin/social_login.php:690
1548
  #, fuzzy
1549
  msgid "Enable email verification"
1550
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1551
 
1552
- #: ../admin/social_login.php:700
1553
  #, fuzzy
1554
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1555
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1556
 
1557
- #: ../admin/social_login.php:716
1558
  #, fuzzy
1559
  msgid "Social Login Shortcode & Widget"
1560
  msgstr "استخدم كود مختصر | Include the shortcode"
1561
 
1562
- #: ../admin/social_login.php:717
1563
  msgid "Social Linking Shortcode"
1564
  msgstr "الربط الاجتماعي رمز قصير"
1565
 
@@ -1782,16 +1807,31 @@ msgstr "استخدم كود مختصر | Include the shortcode"
1782
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1783
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
1784
 
1785
- #: ../inc/social_sharing.php:596
1786
  #, fuzzy
1787
  msgid "Invalid request"
1788
  msgstr "طلب غير صحيح"
1789
 
1790
- #: ../inc/social_sharing.php:603
1791
  #, fuzzy
1792
  msgid "Providers not selected"
1793
  msgstr "محدد | selected"
1794
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1795
  #: ../inc/widget.php:11
1796
  #, fuzzy
1797
  msgid "Super Socializer - Login"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:42+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:43+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.8.1\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:226
19
  #, php-format
20
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
  msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
 
23
+ #: ../super_socializer.php:229
24
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
  msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
 
27
+ #: ../super_socializer.php:399
28
  msgid "Please verify your email address to login."
29
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
 
31
+ #: ../super_socializer.php:399
32
  msgid "Your email has been verified. Now you can login to your account"
33
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
 
35
+ #: ../super_socializer.php:403
36
  msgid "Notification"
37
  msgstr "تنبيهات"
38
 
39
+ #: ../super_socializer.php:422
40
+ #: ../admin/social_login.php:550
41
  msgid "Email required"
42
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
 
44
+ #: ../super_socializer.php:425
45
  msgid "Please check your email inbox to complete the registration."
46
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
 
48
+ #: ../super_socializer.php:438
49
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
  msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
 
52
+ #: ../super_socializer.php:515
53
  msgid "Leave a reply"
54
  msgstr "اترك رد"
55
 
56
+ #: ../super_socializer.php:606
57
  #, fuzzy
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "آخر تسجيل دخول | Last Login"
60
 
61
+ #: ../super_socializer.php:609
62
  msgid "Small Avatar Url"
63
  msgstr "صغير الرمزية رابط"
64
 
65
+ #: ../super_socializer.php:614
66
  #, fuzzy
67
  msgid "Large Avatar Url"
68
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
69
 
70
+ #: ../super_socializer.php:647
71
  msgid "Email you entered is already registered or invalid"
72
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
73
 
74
+ #: ../super_socializer.php:651
75
  msgid "Please enter a valid email address. You might be required to verify it"
76
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
77
 
96
  msgid "Settings"
97
  msgstr "الإعدادات"
98
 
99
+ #: ../helper.php:514
100
  msgid "Account linked successfully"
101
  msgstr "تم ربط حسابك بنجاح"
102
 
103
+ #: ../helper.php:518
104
  msgid "Account already exists or linked"
105
  msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
106
 
107
+ #: ../helper.php:527
108
  msgid "You are already connected with"
109
  msgstr "أنت مرتبط بالفعل مع"
110
 
111
+ #: ../helper.php:527
112
  msgid "as primary social network"
113
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
114
 
115
+ #: ../helper.php:542
116
  msgid "Link your social account to login to your account at this website"
117
  msgstr "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى حسابك في هذا الموقع"
118
 
119
+ #: ../helper.php:579
120
  msgid "Currently"
121
  msgstr "في الوقت الحاضر"
122
 
123
+ #: ../helper.php:579
124
  msgid "Remove"
125
  msgstr "إزالة"
126
 
127
+ #: ../helper.php:680
128
  msgid "Disable Horizontal Social Sharing on this "
129
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
130
 
131
+ #: ../helper.php:685
132
  msgid "Disable Vertical Social Sharing on this "
133
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
134
 
135
+ #: ../helper.php:690
136
  msgid "Disable Horizontal like buttons on this "
137
  msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
138
 
139
+ #: ../helper.php:695
140
  msgid "Disable Vertical like buttons on this "
141
  msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
142
 
143
+ #: ../helper.php:700
144
  msgid "Disable Social Commenting on this "
145
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
146
 
147
+ #: ../helper.php:709
148
  msgid "Horizontal sharing"
149
  msgstr "المشاركات الأفقي"
150
 
151
+ #: ../helper.php:715
152
+ #: ../helper.php:734
153
  msgid "Starting share count for "
154
  msgstr "بدء العد حصة ل"
155
 
156
+ #: ../helper.php:728
157
  #, fuzzy
158
  msgid "Vertical sharing"
159
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
212
  msgstr "يرجى تقييم البرنامج المساعد"
213
 
214
  #: ../admin/help.php:54
215
+ #: ../admin/social_sharing.php:438
216
+ #: ../admin/social_sharing.php:813
217
+ #: ../admin/social_login.php:85
218
  msgid "Facebook"
219
  msgstr "الفيسبوك"
220
 
221
+ #: ../admin/social_sharing.php:5
222
+ msgid "Boost sharing by awarding points"
223
+ msgstr "تعزيز تقاسم بمنح نقاط"
224
+
225
+ #: ../admin/social_sharing.php:12
226
+ #: ../admin/social_sharing.php:23
227
+ #: ../admin/social_login.php:10
228
+ #: ../admin/social_login.php:18
229
  #: ../admin/like_buttons.php:11
230
  #: ../admin/like_buttons.php:19
231
  #, fuzzy
232
  msgid "Basic Configuration"
233
  msgstr "إنشاء ملف الإعدادات"
234
 
235
+ #: ../admin/social_sharing.php:13
236
  #, fuzzy
237
  msgid "Sharing Interface"
238
  msgstr "المشاركات الأفقي"
239
 
240
+ #: ../admin/social_sharing.php:14
241
  #, fuzzy
242
  msgid "Sharing Options"
243
  msgstr "المشاركات الأفقي"
244
 
245
+ #: ../admin/social_sharing.php:15
246
+ #: ../admin/social_sharing.php:1206
247
+ #: ../admin/social_login.php:12
248
+ #: ../admin/social_login.php:753
249
  #: ../admin/like_buttons.php:13
250
  #: ../admin/like_buttons.php:712
251
  #, fuzzy
252
  msgid "Shortcode & Widget"
253
  msgstr "استخدم كود مختصر | Include the shortcode"
254
 
255
+ #: ../admin/social_sharing.php:16
256
  #, fuzzy
257
  msgid "Troubleshooter"
258
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
259
 
260
+ #: ../admin/social_sharing.php:17
261
+ #: ../admin/social_sharing.php:1237
262
  #: ../admin/social_commenting.php:12
263
  #: ../admin/social_commenting.php:427
264
  #, fuzzy
265
  msgid "FAQ"
266
  msgstr "الأسئلة الشائعة "
267
 
268
+ #: ../admin/social_sharing.php:29
269
  #, fuzzy
270
  msgid "Enable Social Sharing"
271
  msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
272
 
273
+ #: ../admin/social_sharing.php:39
274
  #, fuzzy
275
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
276
  msgstr "عنصر التحكم الرئيسي \"المشاركة الاجتماعية\". يجب إيداعه لتمكين وظيفة \"المشاركة الاجتماعية\""
277
 
278
+ #: ../admin/social_sharing.php:47
279
  #, fuzzy
280
  msgid "Delete all the options on plugin deletion"
281
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
282
 
283
+ #: ../admin/social_sharing.php:57
284
  #, fuzzy
285
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
286
  msgstr "إذا تم تمكين، سيتم الحصول على حذف خيارات البرنامج المساعد عندما البرنامج المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم بتثبيت البرنامج المساعد في المرة القادمة."
287
 
288
+ #: ../admin/social_sharing.php:72
289
  #, fuzzy
290
  msgid "Horizontal interface options"
291
  msgstr "المشاركات الأفقي"
292
 
293
+ #: ../admin/social_sharing.php:78
294
+ #: ../admin/social_sharing.php:156
295
  #, fuzzy
296
  msgid "Shape"
297
  msgstr "شكل"
298
 
299
+ #: ../admin/social_sharing.php:86
300
+ #: ../admin/social_sharing.php:164
301
  #, fuzzy
302
  msgid "Round"
303
  msgstr "مستدير"
304
 
305
+ #: ../admin/social_sharing.php:88
306
+ #: ../admin/social_sharing.php:166
307
  #, fuzzy
308
  msgid "Square"
309
  msgstr "مربع"
310
 
311
+ #: ../admin/social_sharing.php:95
312
+ #: ../admin/social_sharing.php:173
313
  #, fuzzy
314
  msgid "Shape of the sharing icons"
315
  msgstr "المشاركات الأفقي"
316
 
317
+ #: ../admin/social_sharing.php:103
318
+ #: ../admin/social_sharing.php:181
319
  #, fuzzy
320
  msgid "Size (in pixels)"
321
  msgstr "حجم"
322
 
323
+ #: ../admin/social_sharing.php:121
324
+ #: ../admin/social_sharing.php:199
325
  #, fuzzy
326
  msgid "Size of the sharing icons"
327
  msgstr "المشاركات الأفقي"
328
 
329
+ #: ../admin/social_sharing.php:128
330
+ #: ../admin/social_sharing.php:206
331
  msgid "Icon Preview"
332
  msgstr "الرمز معاينة"
333
 
334
+ #: ../admin/social_sharing.php:142
335
+ #: ../admin/social_sharing.php:220
336
  #, fuzzy
337
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
338
  msgstr "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
339
 
340
+ #: ../admin/social_sharing.php:150
341
  #, fuzzy
342
  msgid "Vertical interface options"
343
  msgstr "مسافة عمودية"
344
 
345
+ #: ../admin/social_sharing.php:234
346
  msgid "Modernizr"
347
  msgstr "Modernizr"
348
 
349
+ #: ../admin/social_sharing.php:240
350
  msgid "Do not load Modernizr JS"
351
  msgstr "لا تقم بتحميل Modernizr JS"
352
 
353
+ #: ../admin/social_sharing.php:250
354
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
355
  msgstr "إذا وجدت المساعد كسر الموضوع الخاص بك، يمكنك محاولة تمكين هذا الخيار"
356
 
357
+ #: ../admin/social_sharing.php:259
358
  #: ../admin/like_buttons.php:51
359
  #, fuzzy
360
  msgid "Url shortener"
361
  msgstr "عنوان Url للقيام بالتعليق على"
362
 
363
+ #: ../admin/social_sharing.php:265
364
  #, fuzzy
365
  msgid "Use shortlinks already installed"
366
  msgstr "تمّ التنصيب مسبقاً"
367
 
368
+ #: ../admin/social_sharing.php:275
369
  #: ../admin/like_buttons.php:67
370
  #, fuzzy
371
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
372
  msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
373
 
374
+ #: ../admin/social_sharing.php:283
375
  #, fuzzy
376
  msgid "Enable bit.ly url shortener for sharing"
377
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
378
 
379
+ #: ../admin/social_sharing.php:293
380
  #: ../admin/like_buttons.php:85
381
  #, fuzzy
382
  msgid "Master control to enable bit.ly url shortening for sharing"
383
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
384
 
385
+ #: ../admin/social_sharing.php:301
386
  #: ../admin/like_buttons.php:93
387
  #, fuzzy
388
  msgid "bit.ly username"
389
  msgstr "إسم المستخدم الألكتروني:"
390
 
391
+ #: ../admin/social_sharing.php:311
392
  #: ../admin/like_buttons.php:103
393
  #, fuzzy, php-format
394
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
395
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
396
 
397
+ #: ../admin/social_sharing.php:320
398
  #: ../admin/like_buttons.php:112
399
  #, fuzzy
400
  msgid "bit.ly API Key"
401
  msgstr "مفتاح API الخاص | API Private Key"
402
 
403
+ #: ../admin/social_sharing.php:330
404
  #: ../admin/like_buttons.php:122
405
  #, fuzzy, php-format
406
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
407
  msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
408
 
409
+ #: ../admin/social_sharing.php:340
410
  #, fuzzy
411
  msgid "Twitter username in sharing"
412
  msgstr "شارك الأخرين عبر تويتر"
413
 
414
+ #: ../admin/social_sharing.php:346
415
  #, fuzzy
416
  msgid "Twitter username (without @)"
417
  msgstr "قالب بدون %1$s"
418
 
419
+ #: ../admin/social_sharing.php:356
420
  #, fuzzy
421
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
422
  msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
423
 
424
+ #: ../admin/social_sharing.php:366
425
  #, fuzzy
426
  msgid "Horizontal Sharing Interface Options"
427
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
428
 
429
+ #: ../admin/social_sharing.php:372
430
  #, fuzzy
431
  msgid "Enable horizontal sharing interface"
432
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
433
 
434
+ #: ../admin/social_sharing.php:382
435
  #, fuzzy
436
  msgid "Master control to enable horizontal sharing"
437
  msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
438
 
439
+ #: ../admin/social_sharing.php:392
440
+ #: ../admin/social_sharing.php:785
441
  #: ../admin/like_buttons.php:227
442
  #: ../admin/like_buttons.php:465
443
  #, fuzzy
444
  msgid "Target Url"
445
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
446
 
447
+ #: ../admin/social_sharing.php:396
448
+ #: ../admin/social_sharing.php:789
449
  #: ../admin/like_buttons.php:231
450
  #: ../admin/like_buttons.php:469
451
  #, fuzzy
452
  msgid "Url of the webpage where icons are located (default)"
453
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
454
 
455
+ #: ../admin/social_sharing.php:398
456
+ #: ../admin/social_sharing.php:791
457
  #: ../admin/like_buttons.php:233
458
  #: ../admin/like_buttons.php:471
459
  #, fuzzy
460
  msgid "Url of the homepage of your website"
461
  msgstr "URL لعملاء الموقع (اختياري)"
462
 
463
+ #: ../admin/social_sharing.php:400
464
+ #: ../admin/social_sharing.php:793
465
  #: ../admin/like_buttons.php:235
466
  #: ../admin/like_buttons.php:473
467
  #, fuzzy
468
  msgid "Custom url"
469
  msgstr "رابط (URL) مخصّص"
470
 
471
+ #: ../admin/social_sharing.php:407
472
+ #: ../admin/social_sharing.php:800
473
  #, fuzzy
474
  msgid "Url to share"
475
  msgstr " شارك الآخرين بهذة الفقرة"
476
 
477
+ #: ../admin/social_sharing.php:415
478
+ #: ../admin/social_login.php:353
479
  #: ../admin/like_buttons.php:250
480
  #, fuzzy
481
  msgid "Title"
482
  msgstr "العنوان"
483
 
484
+ #: ../admin/social_sharing.php:425
485
  #, fuzzy
486
  msgid "The text to display above the sharing interface"
487
  msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
488
 
489
+ #: ../admin/social_sharing.php:433
490
+ #: ../admin/social_sharing.php:808
491
+ #: ../admin/social_login.php:80
492
  #, fuzzy
493
  msgid "Select providers"
494
  msgstr "أختر ..."
495
 
496
+ #: ../admin/social_sharing.php:443
497
+ #: ../admin/social_sharing.php:818
498
+ #: ../admin/social_login.php:89
499
  #, fuzzy
500
  msgid "Twitter"
501
  msgstr "شارك الأخرين عبر تويتر"
502
 
503
+ #: ../admin/social_sharing.php:448
504
+ #: ../admin/social_sharing.php:823
505
+ #: ../admin/social_login.php:93
506
  #, fuzzy
507
  msgid "LinkedIn"
508
  msgstr "شارك الأخرين عبر لنكيدان"
509
 
510
+ #: ../admin/social_sharing.php:453
511
+ #: ../admin/social_sharing.php:828
512
+ #: ../admin/social_login.php:97
513
  #, fuzzy
514
  msgid "Google+"
515
  msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
516
 
517
+ #: ../admin/social_sharing.php:458
518
+ #: ../admin/social_sharing.php:833
519
  #, fuzzy
520
  msgid "Print"
521
  msgstr "طباعة"
522
 
523
+ #: ../admin/social_sharing.php:463
524
+ #: ../admin/social_sharing.php:838
525
  #, fuzzy
526
  msgid "Email"
527
  msgstr "البريد الإلكتروني"
528
 
529
+ #: ../admin/social_sharing.php:468
530
+ #: ../admin/social_sharing.php:843
531
  #, fuzzy
532
  msgid "Yahoo"
533
  msgstr "ياهو ماسنجر"
534
 
535
+ #: ../admin/social_sharing.php:473
536
+ #: ../admin/social_sharing.php:848
537
  #, fuzzy
538
  msgid "Reddit"
539
  msgstr "ريديت"
540
 
541
+ #: ../admin/social_sharing.php:478
542
+ #: ../admin/social_sharing.php:853
543
  #, fuzzy
544
  msgid "Digg"
545
  msgstr "ديق"
546
 
547
+ #: ../admin/social_sharing.php:483
548
+ #: ../admin/social_sharing.php:858
549
  #, fuzzy
550
  msgid "Delicious"
551
  msgstr "لذيذ"
552
 
553
+ #: ../admin/social_sharing.php:488
554
+ #: ../admin/social_sharing.php:863
555
  #, fuzzy
556
  msgid "StumbleUpon"
557
  msgstr "ستامبل أبون"
558
 
559
+ #: ../admin/social_sharing.php:493
560
+ #: ../admin/social_sharing.php:868
561
  #, fuzzy
562
  msgid "Float it"
563
  msgstr "تطفو عليه"
564
 
565
+ #: ../admin/social_sharing.php:498
566
+ #: ../admin/social_sharing.php:873
567
  #, fuzzy
568
  msgid "Tumblr"
569
  msgstr "شارك الأخرين عبر تمبلير"
570
 
571
+ #: ../admin/social_sharing.php:503
572
+ #: ../admin/social_sharing.php:878
573
+ #: ../admin/social_login.php:101
574
  #, fuzzy
575
  msgid "Vkontakte"
576
  msgstr "انشر عبر VKontakte"
577
 
578
+ #: ../admin/social_sharing.php:508
579
+ #: ../admin/social_sharing.php:883
580
  #, fuzzy
581
  msgid "Pinterest"
582
  msgstr "شارك الأخرين عبر بينتريست"
583
 
584
+ #: ../admin/social_sharing.php:513
585
+ #: ../admin/social_sharing.php:888
586
+ #: ../admin/social_login.php:109
587
  #, fuzzy
588
  msgid "Xing"
589
  msgstr "شينغ"
590
 
591
+ #: ../admin/social_sharing.php:518
592
+ #: ../admin/social_sharing.php:893
593
  #, fuzzy
594
  msgid "Whatsapp"
595
  msgstr "واتس آب"
596
 
597
+ #: ../admin/social_sharing.php:523
598
+ #: ../admin/social_sharing.php:898
599
  msgid "Yummly"
600
  msgstr "Yummly"
601
 
602
+ #: ../admin/social_sharing.php:528
603
+ #: ../admin/social_sharing.php:903
604
  msgid "Buffer"
605
  msgstr "Buffer"
606
 
607
+ #: ../admin/social_sharing.php:536
608
+ #: ../admin/social_sharing.php:911
609
  #, fuzzy
610
  msgid "Select the providers for sharing interface"
611
  msgstr "تحديد موفري لتقاسم واجهة"
612
 
613
+ #: ../admin/social_sharing.php:544
614
+ #: ../admin/social_sharing.php:919
615
  #, fuzzy
616
  msgid "Rearrange icons"
617
  msgstr "إعادة ترتيب الرموز"
618
 
619
+ #: ../admin/social_sharing.php:576
620
+ #: ../admin/social_sharing.php:951
621
  #, fuzzy
622
  msgid "Drag the icons to rearrange in desired order"
623
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
624
 
625
+ #: ../admin/social_sharing.php:584
626
+ #: ../admin/social_sharing.php:977
627
  #: ../admin/like_buttons.php:320
628
  #: ../admin/like_buttons.php:557
629
  #, fuzzy
630
  msgid "Horizontal alignment"
631
  msgstr "بلا محاذاة"
632
 
633
+ #: ../admin/social_sharing.php:588
634
+ #: ../admin/social_sharing.php:981
635
  #: ../admin/like_buttons.php:324
636
  #: ../admin/like_buttons.php:561
637
  #, fuzzy
638
  msgid "Left"
639
  msgstr "يسار"
640
 
641
+ #: ../admin/social_sharing.php:589
642
  #: ../admin/like_buttons.php:325
643
  #, fuzzy
644
  msgid "Center"
645
  msgstr "وسط"
646
 
647
+ #: ../admin/social_sharing.php:590
648
+ #: ../admin/social_sharing.php:982
649
  #: ../admin/like_buttons.php:326
650
  #: ../admin/like_buttons.php:562
651
  #, fuzzy
652
  msgid "Right"
653
  msgstr "يمين"
654
 
655
+ #: ../admin/social_sharing.php:598
656
+ #: ../admin/social_sharing.php:990
657
  #, fuzzy
658
  msgid "Horizontal alignment of the sharing interface"
659
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
660
 
661
+ #: ../admin/social_sharing.php:606
662
  #: ../admin/like_buttons.php:342
663
  #, fuzzy
664
  msgid "Position with respect to content"
665
  msgstr "موضع الخلفية"
666
 
667
+ #: ../admin/social_sharing.php:610
668
  #: ../admin/like_buttons.php:346
669
  #, fuzzy
670
  msgid "Top of the content"
671
  msgstr "أعلى"
672
 
673
+ #: ../admin/social_sharing.php:612
674
  #: ../admin/like_buttons.php:348
675
  #, fuzzy
676
  msgid "Bottom of the content"
677
  msgstr "أسفل"
678
 
679
+ #: ../admin/social_sharing.php:619
680
  #, fuzzy
681
  msgid "Specify position of the sharing interface with respect to the content"
682
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
683
 
684
+ #: ../admin/social_sharing.php:627
685
+ #: ../admin/social_sharing.php:1056
686
  #, fuzzy
687
  msgid "Sharing location"
688
  msgstr "المشاركات الأفقي"
689
 
690
+ #: ../admin/social_sharing.php:631
691
+ #: ../admin/social_sharing.php:1060
692
+ #: ../admin/social_login.php:613
693
+ #: ../admin/social_login.php:643
694
  #: ../admin/like_buttons.php:367
695
  #: ../admin/like_buttons.php:640
696
  #, fuzzy
697
  msgid "Homepage"
698
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
699
 
700
+ #: ../admin/social_sharing.php:633
701
+ #: ../admin/social_sharing.php:1062
702
  #: ../admin/like_buttons.php:369
703
  #: ../admin/like_buttons.php:642
704
  #, fuzzy
705
  msgid "Posts"
706
  msgstr "مقالات"
707
 
708
+ #: ../admin/social_sharing.php:635
709
+ #: ../admin/social_sharing.php:1064
710
  #: ../admin/like_buttons.php:371
711
  #: ../admin/like_buttons.php:644
712
  #, fuzzy
713
  msgid "Pages"
714
  msgstr "صفحات"
715
 
716
+ #: ../admin/social_sharing.php:637
717
+ #: ../admin/social_sharing.php:1066
718
  msgid "Excerpts (at Homepage)"
719
  msgstr ""
720
 
721
+ #: ../admin/social_sharing.php:639
722
+ #: ../admin/social_sharing.php:1068
723
  #: ../admin/like_buttons.php:375
724
  #: ../admin/like_buttons.php:648
725
  #, fuzzy
726
  msgid "Category Archives"
727
  msgstr "الأرشيف"
728
 
729
+ #: ../admin/social_sharing.php:641
730
+ #: ../admin/social_sharing.php:1070
731
  #: ../admin/like_buttons.php:377
732
  #: ../admin/like_buttons.php:650
733
  #, fuzzy
734
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
735
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
736
 
737
+ #: ../admin/social_sharing.php:657
738
  #: ../admin/like_buttons.php:393
739
  #, fuzzy
740
  msgid "BuddyPress activity and groups"
741
  msgstr "النشاط BuddyPress والمجموعات"
742
 
743
+ #: ../admin/social_sharing.php:663
744
+ #: ../admin/social_sharing.php:1085
745
  #: ../admin/like_buttons.php:400
746
  #: ../admin/like_buttons.php:665
747
  #, fuzzy
748
  msgid "BBPress forum"
749
  msgstr "المنتدى المستعمل | User Forum"
750
 
751
+ #: ../admin/social_sharing.php:666
752
+ #: ../admin/social_sharing.php:1088
753
  #: ../admin/like_buttons.php:403
754
  #: ../admin/like_buttons.php:668
755
  #, fuzzy
756
  msgid "BBPress topic"
757
  msgstr "إضافات الموضوع"
758
 
759
+ #: ../admin/social_sharing.php:669
760
  #: ../admin/like_buttons.php:406
761
  #, fuzzy
762
  msgid "BBPress reply"
763
  msgstr "رد"
764
 
765
+ #: ../admin/social_sharing.php:676
766
  #: ../admin/like_buttons.php:412
767
  msgid "After individual product at WooCommerce Shop page"
768
  msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
769
 
770
+ #: ../admin/social_sharing.php:679
771
  #: ../admin/like_buttons.php:415
772
  msgid "WooCommerce Product Page"
773
  msgstr "WooCommerce صفحة المنتج"
774
 
775
+ #: ../admin/social_sharing.php:682
776
  #: ../admin/like_buttons.php:418
777
  msgid "WooCommerce Thankyou Page"
778
  msgstr "WooCommerce الشكر الصفحة"
779
 
780
+ #: ../admin/social_sharing.php:693
781
  #, fuzzy
782
  msgid "Specify the pages where you want to enable Sharing interface"
783
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
784
 
785
+ #: ../admin/social_sharing.php:701
786
+ #: ../admin/social_sharing.php:1106
787
  #, fuzzy
788
  msgid "Show share counts"
789
  msgstr "عرض عدد المقالات"
790
 
791
+ #: ../admin/social_sharing.php:711
792
+ #: ../admin/social_sharing.php:1116
793
  #, fuzzy
794
  msgid "If enabled, share counts are displayed above sharing icons."
795
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
796
 
797
+ #: ../admin/social_sharing.php:720
798
+ #: ../admin/social_sharing.php:1125
799
  #, fuzzy
800
  msgid "Show total shares"
801
  msgstr "عرض عدد المقالات"
802
 
803
+ #: ../admin/social_sharing.php:730
804
+ #: ../admin/social_sharing.php:1135
805
  #, fuzzy
806
  msgid "If enabled, total shares will be displayed with sharing icons"
807
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
808
 
809
+ #: ../admin/social_sharing.php:739
810
+ #: ../admin/social_sharing.php:1144
811
  #, fuzzy
812
  msgid "Enable 'More' icon"
813
  msgstr "الرمز معاينة"
814
 
815
+ #: ../admin/social_sharing.php:749
816
+ #: ../admin/social_sharing.php:1154
817
  #, fuzzy
818
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
819
  msgstr "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات مشاركة إضافية في المنبثقة"
820
 
821
+ #: ../admin/social_sharing.php:759
822
  #, fuzzy
823
  msgid "Vertical (Floating) Sharing Interface Options"
824
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
825
 
826
+ #: ../admin/social_sharing.php:765
827
  #, fuzzy
828
  msgid "Enable vertical (floating) sharing interface"
829
  msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
830
 
831
+ #: ../admin/social_sharing.php:775
832
  #, fuzzy
833
  msgid "Master control to enable vertical (floating) sharing widget"
834
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
835
 
836
+ #: ../admin/social_sharing.php:959
837
  #: ../admin/like_buttons.php:539
838
  #, fuzzy
839
  msgid "Background Color"
840
  msgstr "لون الخلفية"
841
 
842
+ #: ../admin/social_sharing.php:969
843
  #, fuzzy
844
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
845
  msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
846
 
847
+ #: ../admin/social_sharing.php:999
848
  #: ../admin/like_buttons.php:579
849
  #, fuzzy
850
  msgid "Left offset"
851
  msgstr "يسار"
852
 
853
+ #: ../admin/social_sharing.php:1009
854
  #, fuzzy
855
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
856
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
857
 
858
+ #: ../admin/social_sharing.php:1019
859
  #: ../admin/like_buttons.php:599
860
  #, fuzzy
861
  msgid "Right offset"
862
  msgstr "يمين"
863
 
864
+ #: ../admin/social_sharing.php:1029
865
  #, fuzzy
866
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
867
  msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
868
 
869
+ #: ../admin/social_sharing.php:1038
870
  #: ../admin/like_buttons.php:618
871
  #, fuzzy
872
  msgid "Top offset"
873
  msgstr "أعلى"
874
 
875
+ #: ../admin/social_sharing.php:1048
876
  #, fuzzy
877
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
878
  msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
879
 
880
+ #: ../admin/social_sharing.php:1098
881
  #, fuzzy
882
  msgid "Specify the pages where you want to enable vertical Sharing interface"
883
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
884
 
885
+ #: ../admin/social_sharing.php:1162
886
  #, fuzzy
887
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
888
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
889
 
890
+ #: ../admin/social_sharing.php:1172
891
  #, fuzzy
892
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
893
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
894
 
895
+ #: ../admin/social_sharing.php:1181
896
  msgid "Hide sharing on mobile devices"
897
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
898
 
899
+ #: ../admin/social_sharing.php:1191
900
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
901
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
902
 
903
+ #: ../admin/social_sharing.php:1208
904
  #, fuzzy
905
  msgid "Social Sharing Shortcode & Widget"
906
  msgstr "استخدم كود مختصر | Include the shortcode"
907
 
908
+ #: ../admin/social_sharing.php:1218
909
  msgid "Facebook Sharing Troubleshooter"
910
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
911
 
912
+ #: ../admin/social_sharing.php:1223
913
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
914
  msgstr "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
915
 
916
+ #: ../admin/social_sharing.php:1239
917
  #, fuzzy
918
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
919
  msgstr "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/الوظائف؟"
920
 
921
+ #: ../admin/social_sharing.php:1240
922
  #, fuzzy
923
  msgid "How can I disable sharing on particular page/post?"
924
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
925
 
926
+ #: ../admin/social_sharing.php:1241
927
  #, fuzzy
928
  msgid "How can I specify minimum sharing count for sharing networks?"
929
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
930
 
931
+ #: ../admin/social_sharing.php:1251
932
  #: ../admin/social_commenting.php:438
933
+ #: ../admin/social_login.php:765
934
  #: ../admin/like_buttons.php:723
935
  #, fuzzy
936
  msgid "Save Changes"
1173
  msgid "How to disable default comment form from Social Commenting?"
1174
  msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1175
 
1176
+ #: ../admin/social_login.php:3
1177
+ msgid "Award points for Social Login"
1178
+ msgstr "نقاط الجائزة لتسجيل الدخول الاجتماعي"
1179
+
1180
+ #: ../admin/social_login.php:11
1181
  #, fuzzy
1182
  msgid "Social Login"
1183
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1184
 
1185
+ #: ../admin/social_login.php:24
1186
  #, fuzzy
1187
  msgid "Enable Social Login"
1188
  msgstr "تسجيل الدخول"
1189
 
1190
+ #: ../admin/social_login.php:34
1191
  #, fuzzy
1192
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1193
  msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1194
 
1195
+ #: ../admin/social_login.php:42
1196
+ msgid "Disable user registration via Social Login"
1197
+ msgstr ""
1198
+
1199
+ #: ../admin/social_login.php:52
1200
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1201
+ msgstr ""
1202
+
1203
+ #: ../admin/social_login.php:61
1204
+ #, fuzzy
1205
+ msgid "Redirection url"
1206
+ msgstr "تسجيل الدخول"
1207
+
1208
+ #: ../admin/social_login.php:71
1209
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1210
+ msgstr ""
1211
+
1212
+ #: ../admin/social_login.php:105
1213
  #, fuzzy
1214
  msgid "Instagram"
1215
  msgstr "إنستاجرام"
1216
 
1217
+ #: ../admin/social_login.php:117
1218
  #, fuzzy
1219
  msgid "Select Social ID provider to enable in Social Login"
1220
  msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1221
 
1222
+ #: ../admin/social_login.php:125
1223
  #, fuzzy
1224
  msgid "Facebook App ID"
1225
  msgstr "رقم التعريف الخالص بك | ID"
1226
 
1227
+ #: ../admin/social_login.php:135
1228
  #, fuzzy, php-format
1229
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1230
  msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1231
 
1232
+ #: ../admin/social_login.php:137
1233
  #, fuzzy
1234
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1235
  msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1236
 
1237
+ #: ../admin/social_login.php:147
1238
  #, fuzzy
1239
  msgid "Twitter API Key"
1240
  msgstr "مفتاح API الخاص | API Private Key"
1241
 
1242
+ #: ../admin/social_login.php:157
1243
  #, fuzzy, php-format
1244
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1245
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1246
 
1247
+ #: ../admin/social_login.php:159
1248
+ #: ../admin/social_login.php:181
1249
  #, fuzzy
1250
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1251
  msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1252
 
1253
+ #: ../admin/social_login.php:169
1254
  #, fuzzy
1255
  msgid "Twitter API Secret"
1256
  msgstr "شارك الأخرين عبر تويتر"
1257
 
1258
+ #: ../admin/social_login.php:179
1259
  #, fuzzy, php-format
1260
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1261
  msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1262
 
1263
+ #: ../admin/social_login.php:191
1264
  #, fuzzy
1265
  msgid "LinkedIn API Key"
1266
  msgstr "مفتاح API الخاص | API Private Key"
1267
 
1268
+ #: ../admin/social_login.php:201
1269
  #, fuzzy, php-format
1270
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1271
  msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1272
 
1273
+ #: ../admin/social_login.php:203
1274
+ #: ../admin/social_login.php:269
1275
  #, fuzzy
1276
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1277
  msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1278
 
1279
+ #: ../admin/social_login.php:213
1280
  #, fuzzy
1281
  msgid "Google+ Client ID"
1282
  msgstr "شارك الأخرين عبر جوجل"
1283
 
1284
+ #: ../admin/social_login.php:223
1285
  #, fuzzy, php-format
1286
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1287
  msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1288
 
1289
+ #: ../admin/social_login.php:225
1290
  #, fuzzy
1291
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1292
  msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1293
 
1294
+ #: ../admin/social_login.php:235
1295
  #, fuzzy
1296
  msgid "Vkontakte Application ID"
1297
  msgstr "انشر عبر VKontakte"
1298
 
1299
+ #: ../admin/social_login.php:245
1300
  #, fuzzy, php-format
1301
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1302
  msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1303
 
1304
+ #: ../admin/social_login.php:247
1305
  #, fuzzy
1306
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1307
  msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1308
 
1309
+ #: ../admin/social_login.php:257
1310
  #, fuzzy
1311
  msgid "Instagram Client ID"
1312
  msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1313
 
1314
+ #: ../admin/social_login.php:267
1315
  #, fuzzy, php-format
1316
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1317
  msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1318
 
1319
+ #: ../admin/social_login.php:279
1320
  #, fuzzy
1321
  msgid "Xing Consumer Key"
1322
  msgstr "مفتاح التفعيل:"
1323
 
1324
+ #: ../admin/social_login.php:289
1325
  #, fuzzy, php-format
1326
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1327
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1328
 
1329
+ #: ../admin/social_login.php:291
1330
+ #: ../admin/social_login.php:313
1331
  #, fuzzy
1332
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1333
  msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1334
 
1335
+ #: ../admin/social_login.php:301
1336
  #, fuzzy
1337
  msgid "Xing Consumer Secret"
1338
  msgstr "كلمة السر | Secret Word"
1339
 
1340
+ #: ../admin/social_login.php:311
1341
  #, fuzzy, php-format
1342
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1343
  msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1344
 
1345
+ #: ../admin/social_login.php:323
1346
  #, fuzzy
1347
  msgid "Include Javascript in website footer"
1348
  msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
1349
 
1350
+ #: ../admin/social_login.php:333
1351
  #, fuzzy
1352
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1353
  msgstr "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع الويب الخاص بك."
1354
 
1355
+ #: ../admin/social_login.php:347
1356
  #, fuzzy
1357
  msgid "Login options"
1358
  msgstr "الخيارات"
1359
 
1360
+ #: ../admin/social_login.php:363
1361
  #, fuzzy
1362
  msgid "Text to display above the Social Login interface"
1363
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1364
 
1365
+ #: ../admin/social_login.php:372
1366
  #, fuzzy
1367
  msgid "Enable at login page"
1368
  msgstr "صفحة"
1369
 
1370
+ #: ../admin/social_login.php:382
1371
  #, fuzzy
1372
  msgid "Social Login interface will get enabled at the login page of your website"
1373
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1374
 
1375
+ #: ../admin/social_login.php:390
1376
  #, fuzzy
1377
  msgid "Enable at register page"
1378
  msgstr "التسجيل العام"
1379
 
1380
+ #: ../admin/social_login.php:400
1381
  #, fuzzy
1382
  msgid "Social Login interface will get enabled at the registration page of your website"
1383
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1384
 
1385
+ #: ../admin/social_login.php:408
1386
  msgid "Enable at comment form"
1387
  msgstr "تمكين هذا الشكل من تعليق"
1388
 
1389
+ #: ../admin/social_login.php:418
1390
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1391
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1392
 
1393
+ #: ../admin/social_login.php:432
1394
  msgid "Enable before WooCommerce Customer Login Form"
1395
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1396
 
1397
+ #: ../admin/social_login.php:442
1398
  #, fuzzy
1399
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1400
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1401
 
1402
+ #: ../admin/social_login.php:450
1403
  msgid "Enable after WooCommerce Customer Login Form"
1404
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1405
 
1406
+ #: ../admin/social_login.php:460
1407
  #, fuzzy
1408
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1409
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1410
 
1411
+ #: ../admin/social_login.php:468
1412
  #, fuzzy
1413
  msgid "Enable at WooCommerce checkout page"
1414
  msgstr "التسجيل العام"
1415
 
1416
+ #: ../admin/social_login.php:478
1417
  #, fuzzy
1418
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1419
  msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1420
 
1421
+ #: ../admin/social_login.php:489
1422
  #, fuzzy
1423
  msgid "Auto-approve comments made by Social Login users"
1424
  msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1425
 
1426
+ #: ../admin/social_login.php:499
1427
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1428
  msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1429
 
1430
+ #: ../admin/social_login.php:500
1431
  #, fuzzy
1432
  msgid "Note: This is not related to Facebook comments"
1433
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1434
 
1435
+ #: ../admin/social_login.php:510
1436
  #, fuzzy
1437
  msgid "Enable social avatar"
1438
  msgstr "خدمة الشبكة الاجتماعية"
1439
 
1440
+ #: ../admin/social_login.php:520
1441
  #, fuzzy
1442
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1443
  msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1444
 
1445
+ #: ../admin/social_login.php:530
1446
  #, fuzzy
1447
  msgid "Avatar quality"
1448
  msgstr "نوعية الصورة الرمزية"
1449
 
1450
+ #: ../admin/social_login.php:533
1451
  #, fuzzy
1452
  msgid "Average"
1453
  msgstr "المعدل"
1454
 
1455
+ #: ../admin/social_login.php:534
1456
  msgid "Best"
1457
  msgstr ""
1458
 
1459
+ #: ../admin/social_login.php:541
1460
  #, fuzzy
1461
  msgid "Choose avatar quality"
1462
  msgstr "إختيار ملف"
1463
 
1464
+ #: ../admin/social_login.php:560
1465
  #, fuzzy
1466
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1467
  msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1468
 
1469
+ #: ../admin/social_login.php:569
1470
  #, fuzzy
1471
  msgid "Send username-password after user registration"
1472
  msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1473
 
1474
+ #: ../admin/social_login.php:579
1475
  #, fuzzy
1476
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1477
  msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1478
 
1479
+ #: ../admin/social_login.php:588
1480
  #, fuzzy
1481
  msgid "Enable social account linking at BuddyPress profile page"
1482
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1483
 
1484
+ #: ../admin/social_login.php:598
1485
  #, fuzzy
1486
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1487
  msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1488
 
1489
+ #: ../admin/social_login.php:607
1490
  #, fuzzy
1491
  msgid "Login redirection"
1492
  msgstr "تسجيل الدخول"
1493
 
1494
+ #: ../admin/social_login.php:611
1495
  #, fuzzy
1496
  msgid "Same page where user logged in"
1497
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1498
 
1499
+ #: ../admin/social_login.php:615
1500
+ #: ../admin/social_login.php:645
1501
  #, fuzzy
1502
  msgid "Account dashboard"
1503
  msgstr " لوحتك الخاصة بالتحكم"
1504
 
1505
+ #: ../admin/social_login.php:618
1506
+ #: ../admin/social_login.php:648
1507
  #, fuzzy
1508
  msgid "BuddyPress profile page"
1509
  msgstr "تحرير ملفي الشخصي"
1510
 
1511
+ #: ../admin/social_login.php:621
1512
+ #: ../admin/social_login.php:651
1513
  #, fuzzy
1514
  msgid "Custom Url"
1515
  msgstr "رابط (URL) مخصّص"
1516
 
1517
+ #: ../admin/social_login.php:629
1518
  #, fuzzy
1519
  msgid "User will be redirected to the selected page after Social Login"
1520
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1521
 
1522
+ #: ../admin/social_login.php:637
1523
  #, fuzzy
1524
  msgid "Registration redirection"
1525
  msgstr "نموذج التسجيل"
1526
 
1527
+ #: ../admin/social_login.php:641
1528
  #, fuzzy
1529
  msgid "Same page from where user registered"
1530
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1531
 
1532
+ #: ../admin/social_login.php:659
1533
  #, fuzzy
1534
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1535
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1536
 
1537
+ #: ../admin/social_login.php:667
1538
  #, fuzzy
1539
  msgid "Email popup options"
1540
  msgstr "الخيارات"
1541
 
1542
+ #: ../admin/social_login.php:673
1543
  #, fuzzy
1544
  msgid "Text on 'Email required' popup"
1545
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1546
 
1547
+ #: ../admin/social_login.php:683
1548
  #, fuzzy
1549
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1550
  msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1551
 
1552
+ #: ../admin/social_login.php:692
1553
  #, fuzzy
1554
  msgid "Error message for 'Email required' popup"
1555
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1556
 
1557
+ #: ../admin/social_login.php:702
1558
  #, fuzzy
1559
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1560
  msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1561
 
1562
+ #: ../admin/social_login.php:711
1563
  #, fuzzy
1564
  msgid "Email popup height"
1565
  msgstr "ارتفاع"
1566
 
1567
+ #: ../admin/social_login.php:721
1568
  #, fuzzy
1569
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1570
  msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1571
 
1572
+ #: ../admin/social_login.php:729
1573
  #, fuzzy
1574
  msgid "Enable email verification"
1575
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1576
 
1577
+ #: ../admin/social_login.php:739
1578
  #, fuzzy
1579
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1580
  msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1581
 
1582
+ #: ../admin/social_login.php:755
1583
  #, fuzzy
1584
  msgid "Social Login Shortcode & Widget"
1585
  msgstr "استخدم كود مختصر | Include the shortcode"
1586
 
1587
+ #: ../admin/social_login.php:756
1588
  msgid "Social Linking Shortcode"
1589
  msgstr "الربط الاجتماعي رمز قصير"
1590
 
1807
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1808
  msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
1809
 
1810
+ #: ../inc/social_sharing.php:598
1811
  #, fuzzy
1812
  msgid "Invalid request"
1813
  msgstr "طلب غير صحيح"
1814
 
1815
+ #: ../inc/social_sharing.php:605
1816
  #, fuzzy
1817
  msgid "Providers not selected"
1818
  msgstr "محدد | selected"
1819
 
1820
+ #: ../inc/social_login.php:232
1821
+ #, php-format
1822
+ msgid "Username: %s"
1823
+ msgstr ""
1824
+
1825
+ #: ../inc/social_login.php:233
1826
+ #, php-format
1827
+ msgid "Password: %s"
1828
+ msgstr ""
1829
+
1830
+ #: ../inc/social_login.php:236
1831
+ #, php-format
1832
+ msgid "[%s] Your username and password"
1833
+ msgstr ""
1834
+
1835
  #: ../inc/widget.php:11
1836
  #, fuzzy
1837
  msgid "Super Socializer - Login"
languages/Super-Socializer-de_DE.mo CHANGED
Binary file
languages/Super-Socializer-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:10+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:10+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -16,63 +16,63 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:224
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Geben Sie genau die folgende URL in <strong> Webseite </ strong> und <strong> Callback URL </ strong> Optionen in der Twitter-App (siehe Schritt 3% s)"
23
 
24
- #: ../super_socializer.php:227
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Stellen Sie sicher, cURL auf Ihre Website-Server aktiviert. Möglicherweise müssen Sie den Server-Administrator Ihrer Website kontaktieren, um dies zu überprüfen"
27
 
28
- #: ../super_socializer.php:397
29
  msgid "Please verify your email address to login."
30
  msgstr "Bitte best&auml;tigen Sie ihre E-Mail Adresse, um sich einzuloggen"
31
 
32
- #: ../super_socializer.php:397
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ihre E-Mail Adresse wurde erfolgreich best&auml;tigt. Sie k&ouml;nnen sich nun einloggen."
35
 
36
- #: ../super_socializer.php:401
37
  msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Bitte geben Sie eine g&uuml;ltige E-Mail Adresse an."
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "&Uuml;berpr&uuml;fen Sie ihren Posteingang, um die Registrierung zu vollenden."
48
 
49
- #: ../super_socializer.php:436
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Führen Sie die Schritte 11 und 12 bei Google App-Konfigurationsseite, um zu öffnen"
52
 
53
- #: ../super_socializer.php:513
54
  msgid "Leave a reply"
55
  msgstr "Hinterlasse eine Antwort"
56
 
57
- #: ../super_socializer.php:604
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:607
63
  msgid "Small Avatar Url"
64
  msgstr ""
65
 
66
- #: ../super_socializer.php:612
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Ziel-URL"
70
 
71
- #: ../super_socializer.php:645
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
74
 
75
- #: ../super_socializer.php:649
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
78
 
@@ -97,70 +97,70 @@ msgstr "Für Hilfe verbergen"
97
  msgid "Settings"
98
  msgstr "Configuración"
99
 
100
- #: ../helper.php:503
101
  msgid "Account linked successfully"
102
  msgstr "Konto erfolgreich verbunden"
103
 
104
- #: ../helper.php:507
105
  msgid "Account already exists or linked"
106
  msgstr "Konto bereits vorhanden oder verknüpft"
107
 
108
- #: ../helper.php:516
109
  #, fuzzy
110
  msgid "You are already connected with"
111
  msgstr "Sie sind bereit, ihre Website so sozialisieren"
112
 
113
- #: ../helper.php:516
114
  msgid "as primary social network"
115
  msgstr "als primäre soziale Netz"
116
 
117
- #: ../helper.php:531
118
  msgid "Link your social account to login to your account at this website"
119
  msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
120
 
121
- #: ../helper.php:568
122
  msgid "Currently"
123
  msgstr "zur Zeit"
124
 
125
- #: ../helper.php:568
126
  msgid "Remove"
127
  msgstr "entfernen"
128
 
129
- #: ../helper.php:669
130
  msgid "Disable Horizontal Social Sharing on this "
131
  msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
132
 
133
- #: ../helper.php:674
134
  msgid "Disable Vertical Social Sharing on this "
135
  msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
136
 
137
- #: ../helper.php:679
138
  #, fuzzy
139
  msgid "Disable Horizontal like buttons on this "
140
  msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
141
 
142
- #: ../helper.php:684
143
  #, fuzzy
144
  msgid "Disable Vertical like buttons on this "
145
  msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
146
 
147
- #: ../helper.php:689
148
  #, fuzzy
149
  msgid "Disable Social Commenting on this "
150
  msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
151
 
152
- #: ../helper.php:698
153
  #, fuzzy
154
  msgid "Horizontal sharing"
155
  msgstr "Horizontale Anzeige"
156
 
157
- #: ../helper.php:704
158
- #: ../helper.php:723
159
  #, fuzzy
160
  msgid "Starting share count for "
161
  msgstr "conteos muestran acciones"
162
 
163
- #: ../helper.php:717
164
  #, fuzzy
165
  msgid "Vertical sharing"
166
  msgstr "Social Sharing"
@@ -213,634 +213,638 @@ msgid "Rate 5-star"
213
  msgstr "Bewerten Sie 5-Sterne-"
214
 
215
  #: ../admin/help.php:54
216
- #: ../admin/social_sharing.php:437
217
- #: ../admin/social_sharing.php:815
218
- #: ../admin/social_login.php:46
219
  msgid "Facebook"
220
  msgstr ""
221
 
222
- #: ../admin/social_sharing.php:11
223
- #: ../admin/social_sharing.php:22
224
- #: ../admin/social_login.php:9
225
- #: ../admin/social_login.php:17
 
 
 
 
226
  #: ../admin/like_buttons.php:11
227
  #: ../admin/like_buttons.php:19
228
  msgid "Basic Configuration"
229
  msgstr "Allgemeine Einstellungen"
230
 
231
- #: ../admin/social_sharing.php:12
232
  #, fuzzy
233
  msgid "Sharing Interface"
234
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
235
 
236
- #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Options"
239
  msgstr "Position der Leiste"
240
 
241
- #: ../admin/social_sharing.php:14
242
- #: ../admin/social_sharing.php:1211
243
- #: ../admin/social_login.php:11
244
- #: ../admin/social_login.php:714
245
  #: ../admin/like_buttons.php:13
246
  #: ../admin/like_buttons.php:712
247
  msgid "Shortcode & Widget"
248
  msgstr "Widgets und shortcodes"
249
 
250
- #: ../admin/social_sharing.php:15
251
  msgid "Troubleshooter"
252
  msgstr "Störungssucher"
253
 
254
- #: ../admin/social_sharing.php:16
255
- #: ../admin/social_sharing.php:1242
256
  #: ../admin/social_commenting.php:12
257
  #: ../admin/social_commenting.php:427
258
  msgid "FAQ"
259
  msgstr "FAQ"
260
 
261
- #: ../admin/social_sharing.php:28
262
  msgid "Enable Social Sharing"
263
  msgstr "Soziales Teilen aktivieren"
264
 
265
- #: ../admin/social_sharing.php:38
266
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
267
  msgstr "Soziales Teilen aktivieren"
268
 
269
- #: ../admin/social_sharing.php:46
270
  msgid "Delete all the options on plugin deletion"
271
  msgstr "Löschen Sie alle Optionen auf Plugin Löschen"
272
 
273
- #: ../admin/social_sharing.php:56
274
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
275
  msgstr "Falls aktiviert, wird Plugin-Optionen gelöscht, wenn Plugin gelöscht / deinstalliert, und Sie müssen, um die Optionen neu konfigurieren, wenn Sie das nächste Mal Plugin installieren."
276
 
277
- #: ../admin/social_sharing.php:71
278
  #, fuzzy
279
  msgid "Horizontal interface options"
280
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
281
 
282
- #: ../admin/social_sharing.php:77
283
- #: ../admin/social_sharing.php:155
284
  msgid "Shape"
285
  msgstr "Form"
286
 
287
- #: ../admin/social_sharing.php:85
288
- #: ../admin/social_sharing.php:163
289
  msgid "Round"
290
  msgstr "Runde"
291
 
292
- #: ../admin/social_sharing.php:87
293
- #: ../admin/social_sharing.php:165
294
  msgid "Square"
295
  msgstr "Quadrat"
296
 
297
- #: ../admin/social_sharing.php:94
298
- #: ../admin/social_sharing.php:172
299
  #, fuzzy
300
  msgid "Shape of the sharing icons"
301
  msgstr "conteos muestran acciones"
302
 
303
- #: ../admin/social_sharing.php:102
304
- #: ../admin/social_sharing.php:180
305
  msgid "Size (in pixels)"
306
  msgstr "Größe (in Pixel)"
307
 
308
- #: ../admin/social_sharing.php:120
309
- #: ../admin/social_sharing.php:198
310
  #, fuzzy
311
  msgid "Size of the sharing icons"
312
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
313
 
314
- #: ../admin/social_sharing.php:127
315
- #: ../admin/social_sharing.php:205
316
  msgid "Icon Preview"
317
  msgstr "Icon Vorschau"
318
 
319
- #: ../admin/social_sharing.php:141
320
- #: ../admin/social_sharing.php:219
321
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
322
  msgstr "Vergessen Sie nicht, die Konfiguration nach Änderungen durch Klicken auf die Schaltfläche Speichern unter speichern"
323
 
324
- #: ../admin/social_sharing.php:149
325
  #, fuzzy
326
  msgid "Vertical interface options"
327
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
328
 
329
- #: ../admin/social_sharing.php:233
330
  msgid "Modernizr"
331
  msgstr ""
332
 
333
- #: ../admin/social_sharing.php:239
334
  msgid "Do not load Modernizr JS"
335
  msgstr ""
336
 
337
- #: ../admin/social_sharing.php:249
338
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
339
  msgstr ""
340
 
341
- #: ../admin/social_sharing.php:258
342
  #: ../admin/like_buttons.php:51
343
  #, fuzzy
344
  msgid "Url shortener"
345
  msgstr "bit.ly url acortador"
346
 
347
- #: ../admin/social_sharing.php:264
348
  msgid "Use shortlinks already installed"
349
  msgstr "Verwenden Short bereits installiert"
350
 
351
- #: ../admin/social_sharing.php:274
352
  #: ../admin/like_buttons.php:67
353
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
354
  msgstr "Ermöglicht verkürzte URLs beim Teilen von Inhalten, wenn eine Verkürzung Plugin installiert ist, um verwendet werden"
355
 
356
- #: ../admin/social_sharing.php:282
357
  msgid "Enable bit.ly url shortener for sharing"
358
  msgstr "Aktivieren bit.ly URL Shortener für die gemeinsame Nutzung"
359
 
360
- #: ../admin/social_sharing.php:292
361
  #: ../admin/like_buttons.php:85
362
  msgid "Master control to enable bit.ly url shortening for sharing"
363
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
364
 
365
- #: ../admin/social_sharing.php:300
366
  #: ../admin/like_buttons.php:93
367
  msgid "bit.ly username"
368
  msgstr "bit.ly Benutzername"
369
 
370
- #: ../admin/social_sharing.php:310
371
  #: ../admin/like_buttons.php:103
372
  #, php-format
373
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
374
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
375
 
376
- #: ../admin/social_sharing.php:319
377
  #: ../admin/like_buttons.php:112
378
  msgid "bit.ly API Key"
379
  msgstr "bit.ly API Key"
380
 
381
- #: ../admin/social_sharing.php:329
382
  #: ../admin/like_buttons.php:122
383
  #, php-format
384
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
385
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
386
 
387
- #: ../admin/social_sharing.php:339
388
  msgid "Twitter username in sharing"
389
  msgstr "Twitter Benutzername in Sharing"
390
 
391
- #: ../admin/social_sharing.php:345
392
  msgid "Twitter username (without @)"
393
  msgstr "Twitter Benutzername (ohne @)"
394
 
395
- #: ../admin/social_sharing.php:355
396
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
397
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
398
 
399
- #: ../admin/social_sharing.php:365
400
  msgid "Horizontal Sharing Interface Options"
401
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
402
 
403
- #: ../admin/social_sharing.php:371
404
  msgid "Enable horizontal sharing interface"
405
  msgstr "Aktivieren Sie horizontal Sharing-Schnittstelle"
406
 
407
- #: ../admin/social_sharing.php:381
408
  msgid "Master control to enable horizontal sharing"
409
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
410
 
411
- #: ../admin/social_sharing.php:391
412
- #: ../admin/social_sharing.php:787
413
  #: ../admin/like_buttons.php:227
414
  #: ../admin/like_buttons.php:465
415
  msgid "Target Url"
416
  msgstr "Ziel-URL"
417
 
418
- #: ../admin/social_sharing.php:395
419
- #: ../admin/social_sharing.php:791
420
  #: ../admin/like_buttons.php:231
421
  #: ../admin/like_buttons.php:469
422
  msgid "Url of the webpage where icons are located (default)"
423
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
424
 
425
- #: ../admin/social_sharing.php:397
426
- #: ../admin/social_sharing.php:793
427
  #: ../admin/like_buttons.php:233
428
  #: ../admin/like_buttons.php:471
429
  msgid "Url of the homepage of your website"
430
  msgstr "URL der Homepage Ihrer Website"
431
 
432
- #: ../admin/social_sharing.php:399
433
- #: ../admin/social_sharing.php:795
434
  #: ../admin/like_buttons.php:235
435
  #: ../admin/like_buttons.php:473
436
  msgid "Custom url"
437
  msgstr "Spezielle URL"
438
 
439
- #: ../admin/social_sharing.php:406
440
- #: ../admin/social_sharing.php:802
441
  msgid "Url to share"
442
  msgstr "URL zu teilen"
443
 
444
- #: ../admin/social_sharing.php:414
445
- #: ../admin/social_login.php:314
446
  #: ../admin/like_buttons.php:250
447
  msgid "Title"
448
  msgstr "Titel"
449
 
450
- #: ../admin/social_sharing.php:424
451
  msgid "The text to display above the sharing interface"
452
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
453
 
454
- #: ../admin/social_sharing.php:432
455
- #: ../admin/social_sharing.php:810
456
- #: ../admin/social_login.php:41
457
  msgid "Select providers"
458
  msgstr "Anbieter ausw&auml;hlen"
459
 
460
- #: ../admin/social_sharing.php:442
461
- #: ../admin/social_sharing.php:820
462
- #: ../admin/social_login.php:50
463
  msgid "Twitter"
464
  msgstr ""
465
 
466
- #: ../admin/social_sharing.php:447
467
- #: ../admin/social_sharing.php:825
468
- #: ../admin/social_login.php:54
469
  msgid "LinkedIn"
470
  msgstr ""
471
 
472
- #: ../admin/social_sharing.php:452
473
- #: ../admin/social_sharing.php:830
474
- #: ../admin/social_login.php:58
475
  msgid "Google+"
476
  msgstr ""
477
 
478
- #: ../admin/social_sharing.php:457
479
- #: ../admin/social_sharing.php:835
480
  msgid "Print"
481
  msgstr "Druck"
482
 
483
- #: ../admin/social_sharing.php:462
484
- #: ../admin/social_sharing.php:840
485
  msgid "Email"
486
  msgstr ""
487
 
488
- #: ../admin/social_sharing.php:467
489
- #: ../admin/social_sharing.php:845
490
  msgid "Yahoo"
491
  msgstr ""
492
 
493
- #: ../admin/social_sharing.php:472
494
- #: ../admin/social_sharing.php:850
495
  msgid "Reddit"
496
  msgstr ""
497
 
498
- #: ../admin/social_sharing.php:477
499
- #: ../admin/social_sharing.php:855
500
  msgid "Digg"
501
  msgstr ""
502
 
503
- #: ../admin/social_sharing.php:482
504
- #: ../admin/social_sharing.php:860
505
  msgid "Delicious"
506
  msgstr ""
507
 
508
- #: ../admin/social_sharing.php:487
509
- #: ../admin/social_sharing.php:865
510
  msgid "StumbleUpon"
511
  msgstr ""
512
 
513
- #: ../admin/social_sharing.php:492
514
- #: ../admin/social_sharing.php:870
515
  msgid "Float it"
516
  msgstr ""
517
 
518
- #: ../admin/social_sharing.php:497
519
- #: ../admin/social_sharing.php:875
520
  msgid "Tumblr"
521
  msgstr ""
522
 
523
- #: ../admin/social_sharing.php:502
524
- #: ../admin/social_sharing.php:880
525
- #: ../admin/social_login.php:62
526
  msgid "Vkontakte"
527
  msgstr ""
528
 
529
- #: ../admin/social_sharing.php:507
530
- #: ../admin/social_sharing.php:885
531
  msgid "Pinterest"
532
  msgstr ""
533
 
534
- #: ../admin/social_sharing.php:512
535
- #: ../admin/social_sharing.php:890
536
- #: ../admin/social_login.php:70
537
  msgid "Xing"
538
  msgstr ""
539
 
540
- #: ../admin/social_sharing.php:517
541
- #: ../admin/social_sharing.php:895
542
  msgid "Whatsapp"
543
  msgstr ""
544
 
545
- #: ../admin/social_sharing.php:522
546
- #: ../admin/social_sharing.php:900
547
  msgid "Yummly"
548
  msgstr ""
549
 
550
- #: ../admin/social_sharing.php:527
551
- #: ../admin/social_sharing.php:905
552
  msgid "Buffer"
553
  msgstr ""
554
 
555
- #: ../admin/social_sharing.php:535
556
- #: ../admin/social_sharing.php:913
557
  msgid "Select the providers for sharing interface"
558
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
559
 
560
- #: ../admin/social_sharing.php:543
561
- #: ../admin/social_sharing.php:921
562
  msgid "Rearrange icons"
563
  msgstr "Reihenfolge der Icons &auml;ndern"
564
 
565
- #: ../admin/social_sharing.php:578
566
- #: ../admin/social_sharing.php:956
567
  msgid "Drag the icons to rearrange in desired order"
568
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
569
 
570
- #: ../admin/social_sharing.php:586
571
- #: ../admin/social_sharing.php:982
572
  #: ../admin/like_buttons.php:320
573
  #: ../admin/like_buttons.php:557
574
  msgid "Horizontal alignment"
575
  msgstr "Horizontale Anzeige"
576
 
577
- #: ../admin/social_sharing.php:590
578
- #: ../admin/social_sharing.php:986
579
  #: ../admin/like_buttons.php:324
580
  #: ../admin/like_buttons.php:561
581
  msgid "Left"
582
  msgstr "izquierda"
583
 
584
- #: ../admin/social_sharing.php:591
585
  #: ../admin/like_buttons.php:325
586
  msgid "Center"
587
  msgstr "Zentrum"
588
 
589
- #: ../admin/social_sharing.php:592
590
- #: ../admin/social_sharing.php:987
591
  #: ../admin/like_buttons.php:326
592
  #: ../admin/like_buttons.php:562
593
  msgid "Right"
594
  msgstr "rechts"
595
 
596
- #: ../admin/social_sharing.php:600
597
- #: ../admin/social_sharing.php:995
598
  msgid "Horizontal alignment of the sharing interface"
599
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
600
 
601
- #: ../admin/social_sharing.php:608
602
  #: ../admin/like_buttons.php:342
603
  msgid "Position with respect to content"
604
  msgstr "Relative Position zum Inhalt"
605
 
606
- #: ../admin/social_sharing.php:612
607
  #: ../admin/like_buttons.php:346
608
  msgid "Top of the content"
609
  msgstr "&Uuml;ber dem Inhalt"
610
 
611
- #: ../admin/social_sharing.php:614
612
  #: ../admin/like_buttons.php:348
613
  msgid "Bottom of the content"
614
  msgstr "Unter dem Inhalt"
615
 
616
- #: ../admin/social_sharing.php:621
617
  msgid "Specify position of the sharing interface with respect to the content"
618
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
619
 
620
- #: ../admin/social_sharing.php:629
621
- #: ../admin/social_sharing.php:1061
622
  msgid "Sharing location"
623
  msgstr "Position der Leiste"
624
 
625
- #: ../admin/social_sharing.php:633
626
- #: ../admin/social_sharing.php:1065
627
- #: ../admin/social_login.php:574
628
- #: ../admin/social_login.php:604
629
  #: ../admin/like_buttons.php:367
630
  #: ../admin/like_buttons.php:640
631
  msgid "Homepage"
632
  msgstr "Startseite"
633
 
634
- #: ../admin/social_sharing.php:635
635
- #: ../admin/social_sharing.php:1067
636
  #: ../admin/like_buttons.php:369
637
  #: ../admin/like_buttons.php:642
638
  msgid "Posts"
639
  msgstr "Beitrag"
640
 
641
- #: ../admin/social_sharing.php:637
642
- #: ../admin/social_sharing.php:1069
643
  #: ../admin/like_buttons.php:371
644
  #: ../admin/like_buttons.php:644
645
  msgid "Pages"
646
  msgstr "Seite"
647
 
648
- #: ../admin/social_sharing.php:639
649
- #: ../admin/social_sharing.php:1071
650
  msgid "Excerpts (at Homepage)"
651
  msgstr ""
652
 
653
- #: ../admin/social_sharing.php:641
654
- #: ../admin/social_sharing.php:1073
655
  #: ../admin/like_buttons.php:375
656
  #: ../admin/like_buttons.php:648
657
  msgid "Category Archives"
658
  msgstr "Archivos de la categoría"
659
 
660
- #: ../admin/social_sharing.php:643
661
- #: ../admin/social_sharing.php:1075
662
  #: ../admin/like_buttons.php:377
663
  #: ../admin/like_buttons.php:650
664
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
665
  msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
666
 
667
- #: ../admin/social_sharing.php:659
668
  #: ../admin/like_buttons.php:393
669
  msgid "BuddyPress activity and groups"
670
  msgstr "Buddypress Aktivität und Gruppen"
671
 
672
- #: ../admin/social_sharing.php:665
673
- #: ../admin/social_sharing.php:1090
674
  #: ../admin/like_buttons.php:400
675
  #: ../admin/like_buttons.php:665
676
  msgid "BBPress forum"
677
  msgstr "BBPress Forum"
678
 
679
- #: ../admin/social_sharing.php:668
680
- #: ../admin/social_sharing.php:1093
681
  #: ../admin/like_buttons.php:403
682
  #: ../admin/like_buttons.php:668
683
  msgid "BBPress topic"
684
  msgstr "BBPress topic"
685
 
686
- #: ../admin/social_sharing.php:671
687
  #: ../admin/like_buttons.php:406
688
  msgid "BBPress reply"
689
  msgstr "BBPress reply"
690
 
691
- #: ../admin/social_sharing.php:678
692
  #: ../admin/like_buttons.php:412
693
  msgid "After individual product at WooCommerce Shop page"
694
  msgstr "Nach einzelnen Produkt WooCommerce Shop-Seite"
695
 
696
- #: ../admin/social_sharing.php:681
697
  #: ../admin/like_buttons.php:415
698
  msgid "WooCommerce Product Page"
699
  msgstr "WooCommerce Product Page"
700
 
701
- #: ../admin/social_sharing.php:684
702
  #: ../admin/like_buttons.php:418
703
  msgid "WooCommerce Thankyou Page"
704
  msgstr "WooCommerce Thankyou Seite"
705
 
706
- #: ../admin/social_sharing.php:695
707
  msgid "Specify the pages where you want to enable Sharing interface"
708
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
709
 
710
- #: ../admin/social_sharing.php:703
711
- #: ../admin/social_sharing.php:1111
712
  msgid "Show share counts"
713
  msgstr "conteos muestran acciones"
714
 
715
- #: ../admin/social_sharing.php:713
716
- #: ../admin/social_sharing.php:1121
717
  msgid "If enabled, share counts are displayed above sharing icons."
718
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
719
 
720
- #: ../admin/social_sharing.php:722
721
- #: ../admin/social_sharing.php:1130
722
  #, fuzzy
723
  msgid "Show total shares"
724
  msgstr "conteos muestran acciones"
725
 
726
- #: ../admin/social_sharing.php:732
727
- #: ../admin/social_sharing.php:1140
728
  #, fuzzy
729
  msgid "If enabled, total shares will be displayed with sharing icons"
730
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
731
 
732
- #: ../admin/social_sharing.php:741
733
- #: ../admin/social_sharing.php:1149
734
  #, fuzzy
735
  msgid "Enable 'More' icon"
736
  msgstr "Email Verifizierung aktivieren"
737
 
738
- #: ../admin/social_sharing.php:751
739
- #: ../admin/social_sharing.php:1159
740
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
741
  msgstr "Falls aktiviert, wird Symbol \"More \" nach ausgewählten Sharing Symbole angezeigt werden, die zusätzliche Tauschbörsen im Popup zeigt"
742
 
743
- #: ../admin/social_sharing.php:761
744
  msgid "Vertical (Floating) Sharing Interface Options"
745
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
746
 
747
- #: ../admin/social_sharing.php:767
748
  msgid "Enable vertical (floating) sharing interface"
749
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
750
 
751
- #: ../admin/social_sharing.php:777
752
  msgid "Master control to enable vertical (floating) sharing widget"
753
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
754
 
755
- #: ../admin/social_sharing.php:964
756
  #: ../admin/like_buttons.php:539
757
  msgid "Background Color"
758
  msgstr "color de fondo"
759
 
760
- #: ../admin/social_sharing.php:974
761
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
762
  msgstr "Geben Sie die Farbe oder Hex-Code (zB # cc78e0) für den Hintergrund der vertikalen Austausch bar. Leer lassen für transparent. Sie können den Hex-Code des gewünschten Farbe von <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> diesen Link </a> erhalten"
763
 
764
- #: ../admin/social_sharing.php:1004
765
  #: ../admin/like_buttons.php:579
766
  msgid "Left offset"
767
  msgstr "desplazamiento izquierda"
768
 
769
- #: ../admin/social_sharing.php:1014
770
  #, fuzzy
771
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
772
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
773
 
774
- #: ../admin/social_sharing.php:1024
775
  #: ../admin/like_buttons.php:599
776
  msgid "Right offset"
777
  msgstr "Versatz nach rechts"
778
 
779
- #: ../admin/social_sharing.php:1034
780
  #, fuzzy
781
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
782
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
783
 
784
- #: ../admin/social_sharing.php:1043
785
  #: ../admin/like_buttons.php:618
786
  msgid "Top offset"
787
  msgstr "superior compensar"
788
 
789
- #: ../admin/social_sharing.php:1053
790
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
791
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
792
 
793
- #: ../admin/social_sharing.php:1103
794
  msgid "Specify the pages where you want to enable vertical Sharing interface"
795
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
796
 
797
- #: ../admin/social_sharing.php:1167
798
  #, fuzzy
799
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
800
  msgstr "Ausblenden teilen auf mobilen Geräten"
801
 
802
- #: ../admin/social_sharing.php:1177
803
  #, fuzzy
804
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
805
  msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
806
 
807
- #: ../admin/social_sharing.php:1186
808
  msgid "Hide sharing on mobile devices"
809
  msgstr "Ausblenden teilen auf mobilen Geräten"
810
 
811
- #: ../admin/social_sharing.php:1196
812
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
813
  msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
814
 
815
- #: ../admin/social_sharing.php:1213
816
  #, fuzzy
817
  msgid "Social Sharing Shortcode & Widget"
818
  msgstr "Widgets und shortcodes"
819
 
820
- #: ../admin/social_sharing.php:1223
821
  msgid "Facebook Sharing Troubleshooter"
822
  msgstr "Facebook Sharing-Ratgeber"
823
 
824
- #: ../admin/social_sharing.php:1228
825
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
826
  msgstr "Wenn Facebook-Sharing ist nicht gut arbeiten, klicken Sie auf den folgenden Link, und geben Sie den problematischen url (wo Facebook-Sharing funktioniert nicht richtig) Ihrer Website in das Textfeld ein:"
827
 
828
- #: ../admin/social_sharing.php:1244
829
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
830
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
831
 
832
- #: ../admin/social_sharing.php:1245
833
  #, fuzzy
834
  msgid "How can I disable sharing on particular page/post?"
835
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
836
 
837
- #: ../admin/social_sharing.php:1246
838
  msgid "How can I specify minimum sharing count for sharing networks?"
839
  msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
840
 
841
- #: ../admin/social_sharing.php:1256
842
  #: ../admin/social_commenting.php:438
843
- #: ../admin/social_login.php:726
844
  #: ../admin/like_buttons.php:723
845
  msgid "Save Changes"
846
  msgstr "&Auml;nderungen speichern"
@@ -1062,340 +1066,361 @@ msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten
1062
  msgid "How to disable default comment form from Social Commenting?"
1063
  msgstr "Wie kann man von Social kommentierte deaktivieren Standardkommentar?"
1064
 
1065
- #: ../admin/social_login.php:10
 
 
 
 
1066
  msgid "Social Login"
1067
  msgstr "Soziale Netzwerke Login"
1068
 
1069
- #: ../admin/social_login.php:23
1070
  msgid "Enable Social Login"
1071
  msgstr "Login &uuml;ber soziale Netzwerke aktivieren"
1072
 
1073
- #: ../admin/social_login.php:33
1074
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1075
  msgstr "Aktivierung des sozialen Logins. Dies muss aktiviert sein, damit der soziale Login funktioniert."
1076
 
1077
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1078
  msgid "Instagram"
1079
  msgstr ""
1080
 
1081
- #: ../admin/social_login.php:78
1082
  msgid "Select Social ID provider to enable in Social Login"
1083
  msgstr "W&auml;hlen Sie die sozialen Netzwerke aus, &uuml;ber die ein Login m&ouml;glich sein soll."
1084
 
1085
- #: ../admin/social_login.php:86
1086
  msgid "Facebook App ID"
1087
  msgstr "Facebook App ID"
1088
 
1089
- #: ../admin/social_login.php:96
1090
  #, php-format
1091
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1092
  msgstr "Notwendig, damit der Facebook Login funktioniert. Folgen Sie der Anleitung unter <a href=\"%s\" target=\"_blank\">dem Link</a>, um eine Facebook App ID zu erstellen."
1093
 
1094
- #: ../admin/social_login.php:98
1095
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1096
  msgstr "Fügen Sie den URL in <strong> Site URL </ strong> Option in der genannten Verbindung"
1097
 
1098
- #: ../admin/social_login.php:108
1099
  msgid "Twitter API Key"
1100
  msgstr "Twitter API Schl&uuml;ssel"
1101
 
1102
- #: ../admin/social_login.php:118
1103
  #, php-format
1104
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1105
  msgstr "Notwendig, damit der Login &uuml;ber Twitter funktioniert. Folgen Sie der Anleitung unter <a href=\"%s\" target=\"_blank\">dem Link</a>, um einen Consumer Key zu erstellen."
1106
 
1107
- #: ../admin/social_login.php:120
1108
- #: ../admin/social_login.php:142
1109
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1110
  msgstr "Fügen Sie den URL in <strong> Website </ strong> und <strong> Callback URL </ strong> Angebot im Link aufgeführt"
1111
 
1112
- #: ../admin/social_login.php:130
1113
  msgid "Twitter API Secret"
1114
  msgstr "Geheimer Twitter Schl&uuml;ssel"
1115
 
1116
- #: ../admin/social_login.php:140
1117
  #, php-format
1118
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1119
  msgstr "Wird f&uuml;r den Twitter Login ben&ouml;tigt. Lesen Sie die Dokumentation, um ihren Twitter API Schl&uuml;ssel u beantragen: <a href=\"%s\" target=\"_blank\">this link</a> "
1120
 
1121
- #: ../admin/social_login.php:152
1122
  msgid "LinkedIn API Key"
1123
  msgstr "LinkedIn API Schl&uuml;ssel"
1124
 
1125
- #: ../admin/social_login.php:162
1126
  #, php-format
1127
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1128
  msgstr "Notwendig, damit der LinkedIn Login funktioniert. Folgen Sie <a href=\"%s\" target=\"_blank\">dem Link</a> unter der Anleitung, um einen LinkedIn API Schl&uuml;ssel zu erstellen"
1129
 
1130
- #: ../admin/social_login.php:164
1131
- #: ../admin/social_login.php:230
1132
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1133
  msgstr "Fügen Sie den URL in <strong> Website URL </ strong> Option im Link aufgeführt"
1134
 
1135
- #: ../admin/social_login.php:174
1136
  msgid "Google+ Client ID"
1137
  msgstr "Google+ Client ID"
1138
 
1139
- #: ../admin/social_login.php:184
1140
  #, php-format
1141
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1142
  msgstr "Notwendig, damit der Twitter Login funktioniert. Folgen Sie <a href=\"%s\" target=\"_blank\">dem Link</a> unter der Anleitung, um eine Client ID zu erstellen"
1143
 
1144
- #: ../admin/social_login.php:186
1145
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1146
  msgstr "Fügen Sie den URL in <strong> AUTORISIERT JAVASCRIPT ORIGINS </ strong> und <strong>AUTHORIZED REDIRECT URI </ strong> Angebot im Link aufgeführt"
1147
 
1148
- #: ../admin/social_login.php:196
1149
  msgid "Vkontakte Application ID"
1150
  msgstr "Vkontakte Application ID"
1151
 
1152
- #: ../admin/social_login.php:206
1153
  #, php-format
1154
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1155
  msgstr "Erforderlich für Vkontakte Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Vkontakte Anwendungs-ID zu erhalten"
1156
 
1157
- #: ../admin/social_login.php:208
1158
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1159
  msgstr "Fügen Sie den URL in <strong> Site-Adresse </ strong> Option im Link aufgeführt"
1160
 
1161
- #: ../admin/social_login.php:218
1162
  msgid "Instagram Client ID"
1163
  msgstr "Instagram Client ID"
1164
 
1165
- #: ../admin/social_login.php:228
1166
  #, php-format
1167
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1168
  msgstr "Erforderlich für Instagram Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Instagram-Client-ID zu erhalten"
1169
 
1170
- #: ../admin/social_login.php:240
1171
  msgid "Xing Consumer Key"
1172
  msgstr ""
1173
 
1174
- #: ../admin/social_login.php:250
1175
  #, php-format
1176
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1177
  msgstr "Erforderlich für Xing Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Xing Consumer Key"
1178
 
1179
- #: ../admin/social_login.php:252
1180
- #: ../admin/social_login.php:274
1181
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1182
  msgstr "Fügen Sie den URL in <strong> Callback Domain </ strong> Option im Link aufgeführt"
1183
 
1184
- #: ../admin/social_login.php:262
1185
  msgid "Xing Consumer Secret"
1186
  msgstr ""
1187
 
1188
- #: ../admin/social_login.php:272
1189
  #, php-format
1190
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1191
  msgstr "Erforderlich für Xing Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Xing Konsumentengeheimnis erhalten"
1192
 
1193
- #: ../admin/social_login.php:284
1194
  msgid "Include Javascript in website footer"
1195
  msgstr "Javascript im Footer der Website einbinden"
1196
 
1197
- #: ../admin/social_login.php:294
1198
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1199
  msgstr "Wenn aktiviert (empfohlen), werden JavaScript-Dateien in der Fußzeile Ihrer Website aufgenommen werden."
1200
 
1201
- #: ../admin/social_login.php:308
1202
  msgid "Login options"
1203
  msgstr "Login Einstellungen"
1204
 
1205
- #: ../admin/social_login.php:324
1206
  msgid "Text to display above the Social Login interface"
1207
  msgstr "Text, der &uuml;ber dem sozialen Loginformular angezeigt werden soll"
1208
 
1209
- #: ../admin/social_login.php:333
1210
  msgid "Enable at login page"
1211
  msgstr "Auf der Login Seite aktivieren"
1212
 
1213
- #: ../admin/social_login.php:343
1214
  msgid "Social Login interface will get enabled at the login page of your website"
1215
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1216
 
1217
- #: ../admin/social_login.php:351
1218
  msgid "Enable at register page"
1219
  msgstr "Auf der Registerseite aktivieren"
1220
 
1221
- #: ../admin/social_login.php:361
1222
  msgid "Social Login interface will get enabled at the registration page of your website"
1223
  msgstr "Das soziale Login Interface wird f&uuml;r die Registrierung ihrer Website aktiviert."
1224
 
1225
- #: ../admin/social_login.php:369
1226
  msgid "Enable at comment form"
1227
  msgstr "F&uuml;r das Kommentarformular aktivieren"
1228
 
1229
- #: ../admin/social_login.php:379
1230
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1231
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1232
 
1233
- #: ../admin/social_login.php:393
1234
  msgid "Enable before WooCommerce Customer Login Form"
1235
  msgstr "Vor WooCommerce Kunden-Log-Formular aktivieren"
1236
 
1237
- #: ../admin/social_login.php:403
1238
  #, fuzzy
1239
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1240
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1241
 
1242
- #: ../admin/social_login.php:411
1243
  msgid "Enable after WooCommerce Customer Login Form"
1244
  msgstr "Aktivieren Sie nach WooCommerce Kunden Login Form"
1245
 
1246
- #: ../admin/social_login.php:421
1247
  #, fuzzy
1248
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1249
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1250
 
1251
- #: ../admin/social_login.php:429
1252
  #, fuzzy
1253
  msgid "Enable at WooCommerce checkout page"
1254
  msgstr "Auf der Registerseite aktivieren"
1255
 
1256
- #: ../admin/social_login.php:439
1257
  #, fuzzy
1258
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1259
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1260
 
1261
- #: ../admin/social_login.php:450
1262
  msgid "Auto-approve comments made by Social Login users"
1263
  msgstr "Automatisch genehmigen Kommentare von Social-Login Benutzer gemacht"
1264
 
1265
- #: ../admin/social_login.php:460
1266
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1267
  msgstr "Wenn diese Option aktiviert ist, und Wordpress Kommentar wird von Social-Login Benutzer vorgenommen werden Kommentar sofort ohne zu halten in Maßen genehmigt zu bekommen."
1268
 
1269
- #: ../admin/social_login.php:461
1270
  msgid "Note: This is not related to Facebook comments"
1271
  msgstr "Hinweis: Diese ist nicht auf Facebook Kommentare bezogenen"
1272
 
1273
- #: ../admin/social_login.php:471
1274
  msgid "Enable social avatar"
1275
  msgstr "Soziales Profilbild aktivieren"
1276
 
1277
- #: ../admin/social_login.php:481
1278
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1279
  msgstr "Profilbilder der angemeldeten Nutzer wrrden als Avatar angezeigt"
1280
 
1281
- #: ../admin/social_login.php:491
1282
  msgid "Avatar quality"
1283
  msgstr "Avatar Qualität"
1284
 
1285
- #: ../admin/social_login.php:494
1286
  msgid "Average"
1287
  msgstr "Durchschnitt"
1288
 
1289
- #: ../admin/social_login.php:495
1290
  msgid "Best"
1291
  msgstr ""
1292
 
1293
- #: ../admin/social_login.php:502
1294
  msgid "Choose avatar quality"
1295
  msgstr "Wählen avatar Qualität"
1296
 
1297
- #: ../admin/social_login.php:521
1298
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1299
  msgstr "Wenn diese Funktion aktiviert ist und das soziale Netzwerk die E-Mail nicht bekanntgibt, wird der Benutzer aufgefordert, seine Email anzugeben. Andernfalls wird eine Dummy-Email generiert."
1300
 
1301
- #: ../admin/social_login.php:530
1302
  msgid "Send username-password after user registration"
1303
  msgstr "Benutzername und Passwort nach der Registrierung versenden"
1304
 
1305
- #: ../admin/social_login.php:540
1306
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1307
  msgstr "Bei Aktivierung wird dem Benutzer nach dem Login &uuml;ber ein soziales Netzwerk eine E-Mail mit eigenen Daten zugesandt, sodass der Nutzer sich mit den Daten &uuml;ber das normale Wordpress Login anmelden kann."
1308
 
1309
- #: ../admin/social_login.php:549
1310
  msgid "Enable social account linking at BuddyPress profile page"
1311
  msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1312
 
1313
- #: ../admin/social_login.php:559
1314
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1315
  msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1316
 
1317
- #: ../admin/social_login.php:568
1318
  msgid "Login redirection"
1319
  msgstr "Login Weiterleitung"
1320
 
1321
- #: ../admin/social_login.php:572
1322
  msgid "Same page where user logged in"
1323
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1324
 
1325
- #: ../admin/social_login.php:576
1326
- #: ../admin/social_login.php:606
1327
  msgid "Account dashboard"
1328
  msgstr "Account Dashboard"
1329
 
1330
- #: ../admin/social_login.php:579
1331
- #: ../admin/social_login.php:609
1332
  msgid "BuddyPress profile page"
1333
  msgstr "Buddypress Profilseite"
1334
 
1335
- #: ../admin/social_login.php:582
1336
- #: ../admin/social_login.php:612
1337
  msgid "Custom Url"
1338
  msgstr "Spezielle URL"
1339
 
1340
- #: ../admin/social_login.php:590
1341
  msgid "User will be redirected to the selected page after Social Login"
1342
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1343
 
1344
- #: ../admin/social_login.php:598
1345
  msgid "Registration redirection"
1346
  msgstr "Registrierung Umleitung"
1347
 
1348
- #: ../admin/social_login.php:602
1349
  #, fuzzy
1350
  msgid "Same page from where user registered"
1351
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1352
 
1353
- #: ../admin/social_login.php:620
1354
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1355
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1356
 
1357
- #: ../admin/social_login.php:628
1358
  msgid "Email popup options"
1359
  msgstr "Email Popup-Optionen"
1360
 
1361
- #: ../admin/social_login.php:634
1362
  msgid "Text on 'Email required' popup"
1363
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1364
 
1365
- #: ../admin/social_login.php:644
1366
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1367
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1368
 
1369
- #: ../admin/social_login.php:653
1370
  msgid "Error message for 'Email required' popup"
1371
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1372
 
1373
- #: ../admin/social_login.php:663
1374
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1375
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1376
 
1377
- #: ../admin/social_login.php:672
1378
  msgid "Email popup height"
1379
  msgstr "Email Popup Höhe"
1380
 
1381
- #: ../admin/social_login.php:682
1382
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1383
  msgstr "Wenn Sie sehen vertikale Bildlaufleiste in der \"Email erforderlich\" Popup können Sie die Höhe des Popup, indem Sie in dieser Option erhöhen. Leer lassen für Standard."
1384
 
1385
- #: ../admin/social_login.php:690
1386
  msgid "Enable email verification"
1387
  msgstr "Email Verifizierung aktivieren"
1388
 
1389
- #: ../admin/social_login.php:700
1390
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1391
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1392
 
1393
- #: ../admin/social_login.php:716
1394
  #, fuzzy
1395
  msgid "Social Login Shortcode & Widget"
1396
  msgstr "Widgets und shortcodes"
1397
 
1398
- #: ../admin/social_login.php:717
1399
  msgid "Social Linking Shortcode"
1400
  msgstr ""
1401
 
@@ -1605,14 +1630,29 @@ msgstr "Widgets und shortcodes"
1605
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1606
  msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1607
 
1608
- #: ../inc/social_sharing.php:596
1609
  msgid "Invalid request"
1610
  msgstr "Ungültige Anforderung"
1611
 
1612
- #: ../inc/social_sharing.php:603
1613
  msgid "Providers not selected"
1614
  msgstr "Provider nicht aktiviert"
1615
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1616
  #: ../inc/widget.php:11
1617
  msgid "Super Socializer - Login"
1618
  msgstr "Super Socializer - Login"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:43+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:44+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Geben Sie genau die folgende URL in <strong> Webseite </ strong> und <strong> Callback URL </ strong> Optionen in der Twitter-App (siehe Schritt 3% s)"
23
 
24
+ #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Stellen Sie sicher, cURL auf Ihre Website-Server aktiviert. Möglicherweise müssen Sie den Server-Administrator Ihrer Website kontaktieren, um dies zu überprüfen"
27
 
28
+ #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Bitte best&auml;tigen Sie ihre E-Mail Adresse, um sich einzuloggen"
31
 
32
+ #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ihre E-Mail Adresse wurde erfolgreich best&auml;tigt. Sie k&ouml;nnen sich nun einloggen."
35
 
36
+ #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Bitte geben Sie eine g&uuml;ltige E-Mail Adresse an."
44
 
45
+ #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "&Uuml;berpr&uuml;fen Sie ihren Posteingang, um die Registrierung zu vollenden."
48
 
49
+ #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Führen Sie die Schritte 11 und 12 bei Google App-Konfigurationsseite, um zu öffnen"
52
 
53
+ #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Hinterlasse eine Antwort"
56
 
57
+ #: ../super_socializer.php:606
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
+ #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr ""
65
 
66
+ #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Ziel-URL"
70
 
71
+ #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
74
 
75
+ #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
78
 
97
  msgid "Settings"
98
  msgstr "Configuración"
99
 
100
+ #: ../helper.php:514
101
  msgid "Account linked successfully"
102
  msgstr "Konto erfolgreich verbunden"
103
 
104
+ #: ../helper.php:518
105
  msgid "Account already exists or linked"
106
  msgstr "Konto bereits vorhanden oder verknüpft"
107
 
108
+ #: ../helper.php:527
109
  #, fuzzy
110
  msgid "You are already connected with"
111
  msgstr "Sie sind bereit, ihre Website so sozialisieren"
112
 
113
+ #: ../helper.php:527
114
  msgid "as primary social network"
115
  msgstr "als primäre soziale Netz"
116
 
117
+ #: ../helper.php:542
118
  msgid "Link your social account to login to your account at this website"
119
  msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
120
 
121
+ #: ../helper.php:579
122
  msgid "Currently"
123
  msgstr "zur Zeit"
124
 
125
+ #: ../helper.php:579
126
  msgid "Remove"
127
  msgstr "entfernen"
128
 
129
+ #: ../helper.php:680
130
  msgid "Disable Horizontal Social Sharing on this "
131
  msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
132
 
133
+ #: ../helper.php:685
134
  msgid "Disable Vertical Social Sharing on this "
135
  msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
136
 
137
+ #: ../helper.php:690
138
  #, fuzzy
139
  msgid "Disable Horizontal like buttons on this "
140
  msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
141
 
142
+ #: ../helper.php:695
143
  #, fuzzy
144
  msgid "Disable Vertical like buttons on this "
145
  msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
146
 
147
+ #: ../helper.php:700
148
  #, fuzzy
149
  msgid "Disable Social Commenting on this "
150
  msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
151
 
152
+ #: ../helper.php:709
153
  #, fuzzy
154
  msgid "Horizontal sharing"
155
  msgstr "Horizontale Anzeige"
156
 
157
+ #: ../helper.php:715
158
+ #: ../helper.php:734
159
  #, fuzzy
160
  msgid "Starting share count for "
161
  msgstr "conteos muestran acciones"
162
 
163
+ #: ../helper.php:728
164
  #, fuzzy
165
  msgid "Vertical sharing"
166
  msgstr "Social Sharing"
213
  msgstr "Bewerten Sie 5-Sterne-"
214
 
215
  #: ../admin/help.php:54
216
+ #: ../admin/social_sharing.php:438
217
+ #: ../admin/social_sharing.php:813
218
+ #: ../admin/social_login.php:85
219
  msgid "Facebook"
220
  msgstr ""
221
 
222
+ #: ../admin/social_sharing.php:5
223
+ msgid "Boost sharing by awarding points"
224
+ msgstr "Steigern Sharing durch die Vergabe von Punkten"
225
+
226
+ #: ../admin/social_sharing.php:12
227
+ #: ../admin/social_sharing.php:23
228
+ #: ../admin/social_login.php:10
229
+ #: ../admin/social_login.php:18
230
  #: ../admin/like_buttons.php:11
231
  #: ../admin/like_buttons.php:19
232
  msgid "Basic Configuration"
233
  msgstr "Allgemeine Einstellungen"
234
 
235
+ #: ../admin/social_sharing.php:13
236
  #, fuzzy
237
  msgid "Sharing Interface"
238
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
239
 
240
+ #: ../admin/social_sharing.php:14
241
  #, fuzzy
242
  msgid "Sharing Options"
243
  msgstr "Position der Leiste"
244
 
245
+ #: ../admin/social_sharing.php:15
246
+ #: ../admin/social_sharing.php:1206
247
+ #: ../admin/social_login.php:12
248
+ #: ../admin/social_login.php:753
249
  #: ../admin/like_buttons.php:13
250
  #: ../admin/like_buttons.php:712
251
  msgid "Shortcode & Widget"
252
  msgstr "Widgets und shortcodes"
253
 
254
+ #: ../admin/social_sharing.php:16
255
  msgid "Troubleshooter"
256
  msgstr "Störungssucher"
257
 
258
+ #: ../admin/social_sharing.php:17
259
+ #: ../admin/social_sharing.php:1237
260
  #: ../admin/social_commenting.php:12
261
  #: ../admin/social_commenting.php:427
262
  msgid "FAQ"
263
  msgstr "FAQ"
264
 
265
+ #: ../admin/social_sharing.php:29
266
  msgid "Enable Social Sharing"
267
  msgstr "Soziales Teilen aktivieren"
268
 
269
+ #: ../admin/social_sharing.php:39
270
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
271
  msgstr "Soziales Teilen aktivieren"
272
 
273
+ #: ../admin/social_sharing.php:47
274
  msgid "Delete all the options on plugin deletion"
275
  msgstr "Löschen Sie alle Optionen auf Plugin Löschen"
276
 
277
+ #: ../admin/social_sharing.php:57
278
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
279
  msgstr "Falls aktiviert, wird Plugin-Optionen gelöscht, wenn Plugin gelöscht / deinstalliert, und Sie müssen, um die Optionen neu konfigurieren, wenn Sie das nächste Mal Plugin installieren."
280
 
281
+ #: ../admin/social_sharing.php:72
282
  #, fuzzy
283
  msgid "Horizontal interface options"
284
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
285
 
286
+ #: ../admin/social_sharing.php:78
287
+ #: ../admin/social_sharing.php:156
288
  msgid "Shape"
289
  msgstr "Form"
290
 
291
+ #: ../admin/social_sharing.php:86
292
+ #: ../admin/social_sharing.php:164
293
  msgid "Round"
294
  msgstr "Runde"
295
 
296
+ #: ../admin/social_sharing.php:88
297
+ #: ../admin/social_sharing.php:166
298
  msgid "Square"
299
  msgstr "Quadrat"
300
 
301
+ #: ../admin/social_sharing.php:95
302
+ #: ../admin/social_sharing.php:173
303
  #, fuzzy
304
  msgid "Shape of the sharing icons"
305
  msgstr "conteos muestran acciones"
306
 
307
+ #: ../admin/social_sharing.php:103
308
+ #: ../admin/social_sharing.php:181
309
  msgid "Size (in pixels)"
310
  msgstr "Größe (in Pixel)"
311
 
312
+ #: ../admin/social_sharing.php:121
313
+ #: ../admin/social_sharing.php:199
314
  #, fuzzy
315
  msgid "Size of the sharing icons"
316
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
317
 
318
+ #: ../admin/social_sharing.php:128
319
+ #: ../admin/social_sharing.php:206
320
  msgid "Icon Preview"
321
  msgstr "Icon Vorschau"
322
 
323
+ #: ../admin/social_sharing.php:142
324
+ #: ../admin/social_sharing.php:220
325
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
326
  msgstr "Vergessen Sie nicht, die Konfiguration nach Änderungen durch Klicken auf die Schaltfläche Speichern unter speichern"
327
 
328
+ #: ../admin/social_sharing.php:150
329
  #, fuzzy
330
  msgid "Vertical interface options"
331
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
332
 
333
+ #: ../admin/social_sharing.php:234
334
  msgid "Modernizr"
335
  msgstr ""
336
 
337
+ #: ../admin/social_sharing.php:240
338
  msgid "Do not load Modernizr JS"
339
  msgstr ""
340
 
341
+ #: ../admin/social_sharing.php:250
342
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
343
  msgstr ""
344
 
345
+ #: ../admin/social_sharing.php:259
346
  #: ../admin/like_buttons.php:51
347
  #, fuzzy
348
  msgid "Url shortener"
349
  msgstr "bit.ly url acortador"
350
 
351
+ #: ../admin/social_sharing.php:265
352
  msgid "Use shortlinks already installed"
353
  msgstr "Verwenden Short bereits installiert"
354
 
355
+ #: ../admin/social_sharing.php:275
356
  #: ../admin/like_buttons.php:67
357
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
358
  msgstr "Ermöglicht verkürzte URLs beim Teilen von Inhalten, wenn eine Verkürzung Plugin installiert ist, um verwendet werden"
359
 
360
+ #: ../admin/social_sharing.php:283
361
  msgid "Enable bit.ly url shortener for sharing"
362
  msgstr "Aktivieren bit.ly URL Shortener für die gemeinsame Nutzung"
363
 
364
+ #: ../admin/social_sharing.php:293
365
  #: ../admin/like_buttons.php:85
366
  msgid "Master control to enable bit.ly url shortening for sharing"
367
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
368
 
369
+ #: ../admin/social_sharing.php:301
370
  #: ../admin/like_buttons.php:93
371
  msgid "bit.ly username"
372
  msgstr "bit.ly Benutzername"
373
 
374
+ #: ../admin/social_sharing.php:311
375
  #: ../admin/like_buttons.php:103
376
  #, php-format
377
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
378
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
379
 
380
+ #: ../admin/social_sharing.php:320
381
  #: ../admin/like_buttons.php:112
382
  msgid "bit.ly API Key"
383
  msgstr "bit.ly API Key"
384
 
385
+ #: ../admin/social_sharing.php:330
386
  #: ../admin/like_buttons.php:122
387
  #, php-format
388
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
389
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
390
 
391
+ #: ../admin/social_sharing.php:340
392
  msgid "Twitter username in sharing"
393
  msgstr "Twitter Benutzername in Sharing"
394
 
395
+ #: ../admin/social_sharing.php:346
396
  msgid "Twitter username (without @)"
397
  msgstr "Twitter Benutzername (ohne @)"
398
 
399
+ #: ../admin/social_sharing.php:356
400
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
401
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
402
 
403
+ #: ../admin/social_sharing.php:366
404
  msgid "Horizontal Sharing Interface Options"
405
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
406
 
407
+ #: ../admin/social_sharing.php:372
408
  msgid "Enable horizontal sharing interface"
409
  msgstr "Aktivieren Sie horizontal Sharing-Schnittstelle"
410
 
411
+ #: ../admin/social_sharing.php:382
412
  msgid "Master control to enable horizontal sharing"
413
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
414
 
415
+ #: ../admin/social_sharing.php:392
416
+ #: ../admin/social_sharing.php:785
417
  #: ../admin/like_buttons.php:227
418
  #: ../admin/like_buttons.php:465
419
  msgid "Target Url"
420
  msgstr "Ziel-URL"
421
 
422
+ #: ../admin/social_sharing.php:396
423
+ #: ../admin/social_sharing.php:789
424
  #: ../admin/like_buttons.php:231
425
  #: ../admin/like_buttons.php:469
426
  msgid "Url of the webpage where icons are located (default)"
427
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
428
 
429
+ #: ../admin/social_sharing.php:398
430
+ #: ../admin/social_sharing.php:791
431
  #: ../admin/like_buttons.php:233
432
  #: ../admin/like_buttons.php:471
433
  msgid "Url of the homepage of your website"
434
  msgstr "URL der Homepage Ihrer Website"
435
 
436
+ #: ../admin/social_sharing.php:400
437
+ #: ../admin/social_sharing.php:793
438
  #: ../admin/like_buttons.php:235
439
  #: ../admin/like_buttons.php:473
440
  msgid "Custom url"
441
  msgstr "Spezielle URL"
442
 
443
+ #: ../admin/social_sharing.php:407
444
+ #: ../admin/social_sharing.php:800
445
  msgid "Url to share"
446
  msgstr "URL zu teilen"
447
 
448
+ #: ../admin/social_sharing.php:415
449
+ #: ../admin/social_login.php:353
450
  #: ../admin/like_buttons.php:250
451
  msgid "Title"
452
  msgstr "Titel"
453
 
454
+ #: ../admin/social_sharing.php:425
455
  msgid "The text to display above the sharing interface"
456
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
457
 
458
+ #: ../admin/social_sharing.php:433
459
+ #: ../admin/social_sharing.php:808
460
+ #: ../admin/social_login.php:80
461
  msgid "Select providers"
462
  msgstr "Anbieter ausw&auml;hlen"
463
 
464
+ #: ../admin/social_sharing.php:443
465
+ #: ../admin/social_sharing.php:818
466
+ #: ../admin/social_login.php:89
467
  msgid "Twitter"
468
  msgstr ""
469
 
470
+ #: ../admin/social_sharing.php:448
471
+ #: ../admin/social_sharing.php:823
472
+ #: ../admin/social_login.php:93
473
  msgid "LinkedIn"
474
  msgstr ""
475
 
476
+ #: ../admin/social_sharing.php:453
477
+ #: ../admin/social_sharing.php:828
478
+ #: ../admin/social_login.php:97
479
  msgid "Google+"
480
  msgstr ""
481
 
482
+ #: ../admin/social_sharing.php:458
483
+ #: ../admin/social_sharing.php:833
484
  msgid "Print"
485
  msgstr "Druck"
486
 
487
+ #: ../admin/social_sharing.php:463
488
+ #: ../admin/social_sharing.php:838
489
  msgid "Email"
490
  msgstr ""
491
 
492
+ #: ../admin/social_sharing.php:468
493
+ #: ../admin/social_sharing.php:843
494
  msgid "Yahoo"
495
  msgstr ""
496
 
497
+ #: ../admin/social_sharing.php:473
498
+ #: ../admin/social_sharing.php:848
499
  msgid "Reddit"
500
  msgstr ""
501
 
502
+ #: ../admin/social_sharing.php:478
503
+ #: ../admin/social_sharing.php:853
504
  msgid "Digg"
505
  msgstr ""
506
 
507
+ #: ../admin/social_sharing.php:483
508
+ #: ../admin/social_sharing.php:858
509
  msgid "Delicious"
510
  msgstr ""
511
 
512
+ #: ../admin/social_sharing.php:488
513
+ #: ../admin/social_sharing.php:863
514
  msgid "StumbleUpon"
515
  msgstr ""
516
 
517
+ #: ../admin/social_sharing.php:493
518
+ #: ../admin/social_sharing.php:868
519
  msgid "Float it"
520
  msgstr ""
521
 
522
+ #: ../admin/social_sharing.php:498
523
+ #: ../admin/social_sharing.php:873
524
  msgid "Tumblr"
525
  msgstr ""
526
 
527
+ #: ../admin/social_sharing.php:503
528
+ #: ../admin/social_sharing.php:878
529
+ #: ../admin/social_login.php:101
530
  msgid "Vkontakte"
531
  msgstr ""
532
 
533
+ #: ../admin/social_sharing.php:508
534
+ #: ../admin/social_sharing.php:883
535
  msgid "Pinterest"
536
  msgstr ""
537
 
538
+ #: ../admin/social_sharing.php:513
539
+ #: ../admin/social_sharing.php:888
540
+ #: ../admin/social_login.php:109
541
  msgid "Xing"
542
  msgstr ""
543
 
544
+ #: ../admin/social_sharing.php:518
545
+ #: ../admin/social_sharing.php:893
546
  msgid "Whatsapp"
547
  msgstr ""
548
 
549
+ #: ../admin/social_sharing.php:523
550
+ #: ../admin/social_sharing.php:898
551
  msgid "Yummly"
552
  msgstr ""
553
 
554
+ #: ../admin/social_sharing.php:528
555
+ #: ../admin/social_sharing.php:903
556
  msgid "Buffer"
557
  msgstr ""
558
 
559
+ #: ../admin/social_sharing.php:536
560
+ #: ../admin/social_sharing.php:911
561
  msgid "Select the providers for sharing interface"
562
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
563
 
564
+ #: ../admin/social_sharing.php:544
565
+ #: ../admin/social_sharing.php:919
566
  msgid "Rearrange icons"
567
  msgstr "Reihenfolge der Icons &auml;ndern"
568
 
569
+ #: ../admin/social_sharing.php:576
570
+ #: ../admin/social_sharing.php:951
571
  msgid "Drag the icons to rearrange in desired order"
572
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
573
 
574
+ #: ../admin/social_sharing.php:584
575
+ #: ../admin/social_sharing.php:977
576
  #: ../admin/like_buttons.php:320
577
  #: ../admin/like_buttons.php:557
578
  msgid "Horizontal alignment"
579
  msgstr "Horizontale Anzeige"
580
 
581
+ #: ../admin/social_sharing.php:588
582
+ #: ../admin/social_sharing.php:981
583
  #: ../admin/like_buttons.php:324
584
  #: ../admin/like_buttons.php:561
585
  msgid "Left"
586
  msgstr "izquierda"
587
 
588
+ #: ../admin/social_sharing.php:589
589
  #: ../admin/like_buttons.php:325
590
  msgid "Center"
591
  msgstr "Zentrum"
592
 
593
+ #: ../admin/social_sharing.php:590
594
+ #: ../admin/social_sharing.php:982
595
  #: ../admin/like_buttons.php:326
596
  #: ../admin/like_buttons.php:562
597
  msgid "Right"
598
  msgstr "rechts"
599
 
600
+ #: ../admin/social_sharing.php:598
601
+ #: ../admin/social_sharing.php:990
602
  msgid "Horizontal alignment of the sharing interface"
603
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
604
 
605
+ #: ../admin/social_sharing.php:606
606
  #: ../admin/like_buttons.php:342
607
  msgid "Position with respect to content"
608
  msgstr "Relative Position zum Inhalt"
609
 
610
+ #: ../admin/social_sharing.php:610
611
  #: ../admin/like_buttons.php:346
612
  msgid "Top of the content"
613
  msgstr "&Uuml;ber dem Inhalt"
614
 
615
+ #: ../admin/social_sharing.php:612
616
  #: ../admin/like_buttons.php:348
617
  msgid "Bottom of the content"
618
  msgstr "Unter dem Inhalt"
619
 
620
+ #: ../admin/social_sharing.php:619
621
  msgid "Specify position of the sharing interface with respect to the content"
622
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
623
 
624
+ #: ../admin/social_sharing.php:627
625
+ #: ../admin/social_sharing.php:1056
626
  msgid "Sharing location"
627
  msgstr "Position der Leiste"
628
 
629
+ #: ../admin/social_sharing.php:631
630
+ #: ../admin/social_sharing.php:1060
631
+ #: ../admin/social_login.php:613
632
+ #: ../admin/social_login.php:643
633
  #: ../admin/like_buttons.php:367
634
  #: ../admin/like_buttons.php:640
635
  msgid "Homepage"
636
  msgstr "Startseite"
637
 
638
+ #: ../admin/social_sharing.php:633
639
+ #: ../admin/social_sharing.php:1062
640
  #: ../admin/like_buttons.php:369
641
  #: ../admin/like_buttons.php:642
642
  msgid "Posts"
643
  msgstr "Beitrag"
644
 
645
+ #: ../admin/social_sharing.php:635
646
+ #: ../admin/social_sharing.php:1064
647
  #: ../admin/like_buttons.php:371
648
  #: ../admin/like_buttons.php:644
649
  msgid "Pages"
650
  msgstr "Seite"
651
 
652
+ #: ../admin/social_sharing.php:637
653
+ #: ../admin/social_sharing.php:1066
654
  msgid "Excerpts (at Homepage)"
655
  msgstr ""
656
 
657
+ #: ../admin/social_sharing.php:639
658
+ #: ../admin/social_sharing.php:1068
659
  #: ../admin/like_buttons.php:375
660
  #: ../admin/like_buttons.php:648
661
  msgid "Category Archives"
662
  msgstr "Archivos de la categoría"
663
 
664
+ #: ../admin/social_sharing.php:641
665
+ #: ../admin/social_sharing.php:1070
666
  #: ../admin/like_buttons.php:377
667
  #: ../admin/like_buttons.php:650
668
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
669
  msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
670
 
671
+ #: ../admin/social_sharing.php:657
672
  #: ../admin/like_buttons.php:393
673
  msgid "BuddyPress activity and groups"
674
  msgstr "Buddypress Aktivität und Gruppen"
675
 
676
+ #: ../admin/social_sharing.php:663
677
+ #: ../admin/social_sharing.php:1085
678
  #: ../admin/like_buttons.php:400
679
  #: ../admin/like_buttons.php:665
680
  msgid "BBPress forum"
681
  msgstr "BBPress Forum"
682
 
683
+ #: ../admin/social_sharing.php:666
684
+ #: ../admin/social_sharing.php:1088
685
  #: ../admin/like_buttons.php:403
686
  #: ../admin/like_buttons.php:668
687
  msgid "BBPress topic"
688
  msgstr "BBPress topic"
689
 
690
+ #: ../admin/social_sharing.php:669
691
  #: ../admin/like_buttons.php:406
692
  msgid "BBPress reply"
693
  msgstr "BBPress reply"
694
 
695
+ #: ../admin/social_sharing.php:676
696
  #: ../admin/like_buttons.php:412
697
  msgid "After individual product at WooCommerce Shop page"
698
  msgstr "Nach einzelnen Produkt WooCommerce Shop-Seite"
699
 
700
+ #: ../admin/social_sharing.php:679
701
  #: ../admin/like_buttons.php:415
702
  msgid "WooCommerce Product Page"
703
  msgstr "WooCommerce Product Page"
704
 
705
+ #: ../admin/social_sharing.php:682
706
  #: ../admin/like_buttons.php:418
707
  msgid "WooCommerce Thankyou Page"
708
  msgstr "WooCommerce Thankyou Seite"
709
 
710
+ #: ../admin/social_sharing.php:693
711
  msgid "Specify the pages where you want to enable Sharing interface"
712
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
713
 
714
+ #: ../admin/social_sharing.php:701
715
+ #: ../admin/social_sharing.php:1106
716
  msgid "Show share counts"
717
  msgstr "conteos muestran acciones"
718
 
719
+ #: ../admin/social_sharing.php:711
720
+ #: ../admin/social_sharing.php:1116
721
  msgid "If enabled, share counts are displayed above sharing icons."
722
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
723
 
724
+ #: ../admin/social_sharing.php:720
725
+ #: ../admin/social_sharing.php:1125
726
  #, fuzzy
727
  msgid "Show total shares"
728
  msgstr "conteos muestran acciones"
729
 
730
+ #: ../admin/social_sharing.php:730
731
+ #: ../admin/social_sharing.php:1135
732
  #, fuzzy
733
  msgid "If enabled, total shares will be displayed with sharing icons"
734
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
735
 
736
+ #: ../admin/social_sharing.php:739
737
+ #: ../admin/social_sharing.php:1144
738
  #, fuzzy
739
  msgid "Enable 'More' icon"
740
  msgstr "Email Verifizierung aktivieren"
741
 
742
+ #: ../admin/social_sharing.php:749
743
+ #: ../admin/social_sharing.php:1154
744
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
745
  msgstr "Falls aktiviert, wird Symbol \"More \" nach ausgewählten Sharing Symbole angezeigt werden, die zusätzliche Tauschbörsen im Popup zeigt"
746
 
747
+ #: ../admin/social_sharing.php:759
748
  msgid "Vertical (Floating) Sharing Interface Options"
749
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
750
 
751
+ #: ../admin/social_sharing.php:765
752
  msgid "Enable vertical (floating) sharing interface"
753
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
754
 
755
+ #: ../admin/social_sharing.php:775
756
  msgid "Master control to enable vertical (floating) sharing widget"
757
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
758
 
759
+ #: ../admin/social_sharing.php:959
760
  #: ../admin/like_buttons.php:539
761
  msgid "Background Color"
762
  msgstr "color de fondo"
763
 
764
+ #: ../admin/social_sharing.php:969
765
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
766
  msgstr "Geben Sie die Farbe oder Hex-Code (zB # cc78e0) für den Hintergrund der vertikalen Austausch bar. Leer lassen für transparent. Sie können den Hex-Code des gewünschten Farbe von <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> diesen Link </a> erhalten"
767
 
768
+ #: ../admin/social_sharing.php:999
769
  #: ../admin/like_buttons.php:579
770
  msgid "Left offset"
771
  msgstr "desplazamiento izquierda"
772
 
773
+ #: ../admin/social_sharing.php:1009
774
  #, fuzzy
775
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
776
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
777
 
778
+ #: ../admin/social_sharing.php:1019
779
  #: ../admin/like_buttons.php:599
780
  msgid "Right offset"
781
  msgstr "Versatz nach rechts"
782
 
783
+ #: ../admin/social_sharing.php:1029
784
  #, fuzzy
785
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
786
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
787
 
788
+ #: ../admin/social_sharing.php:1038
789
  #: ../admin/like_buttons.php:618
790
  msgid "Top offset"
791
  msgstr "superior compensar"
792
 
793
+ #: ../admin/social_sharing.php:1048
794
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
795
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
796
 
797
+ #: ../admin/social_sharing.php:1098
798
  msgid "Specify the pages where you want to enable vertical Sharing interface"
799
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
800
 
801
+ #: ../admin/social_sharing.php:1162
802
  #, fuzzy
803
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
804
  msgstr "Ausblenden teilen auf mobilen Geräten"
805
 
806
+ #: ../admin/social_sharing.php:1172
807
  #, fuzzy
808
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
809
  msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
810
 
811
+ #: ../admin/social_sharing.php:1181
812
  msgid "Hide sharing on mobile devices"
813
  msgstr "Ausblenden teilen auf mobilen Geräten"
814
 
815
+ #: ../admin/social_sharing.php:1191
816
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
817
  msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
818
 
819
+ #: ../admin/social_sharing.php:1208
820
  #, fuzzy
821
  msgid "Social Sharing Shortcode & Widget"
822
  msgstr "Widgets und shortcodes"
823
 
824
+ #: ../admin/social_sharing.php:1218
825
  msgid "Facebook Sharing Troubleshooter"
826
  msgstr "Facebook Sharing-Ratgeber"
827
 
828
+ #: ../admin/social_sharing.php:1223
829
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
830
  msgstr "Wenn Facebook-Sharing ist nicht gut arbeiten, klicken Sie auf den folgenden Link, und geben Sie den problematischen url (wo Facebook-Sharing funktioniert nicht richtig) Ihrer Website in das Textfeld ein:"
831
 
832
+ #: ../admin/social_sharing.php:1239
833
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
834
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
835
 
836
+ #: ../admin/social_sharing.php:1240
837
  #, fuzzy
838
  msgid "How can I disable sharing on particular page/post?"
839
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
840
 
841
+ #: ../admin/social_sharing.php:1241
842
  msgid "How can I specify minimum sharing count for sharing networks?"
843
  msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
844
 
845
+ #: ../admin/social_sharing.php:1251
846
  #: ../admin/social_commenting.php:438
847
+ #: ../admin/social_login.php:765
848
  #: ../admin/like_buttons.php:723
849
  msgid "Save Changes"
850
  msgstr "&Auml;nderungen speichern"
1066
  msgid "How to disable default comment form from Social Commenting?"
1067
  msgstr "Wie kann man von Social kommentierte deaktivieren Standardkommentar?"
1068
 
1069
+ #: ../admin/social_login.php:3
1070
+ msgid "Award points for Social Login"
1071
+ msgstr "Auszeichnung Punkte für Sozial Anmelden"
1072
+
1073
+ #: ../admin/social_login.php:11
1074
  msgid "Social Login"
1075
  msgstr "Soziale Netzwerke Login"
1076
 
1077
+ #: ../admin/social_login.php:24
1078
  msgid "Enable Social Login"
1079
  msgstr "Login &uuml;ber soziale Netzwerke aktivieren"
1080
 
1081
+ #: ../admin/social_login.php:34
1082
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1083
  msgstr "Aktivierung des sozialen Logins. Dies muss aktiviert sein, damit der soziale Login funktioniert."
1084
 
1085
+ #: ../admin/social_login.php:42
1086
+ msgid "Disable user registration via Social Login"
1087
+ msgstr ""
1088
+
1089
+ #: ../admin/social_login.php:52
1090
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1091
+ msgstr ""
1092
+
1093
+ #: ../admin/social_login.php:61
1094
+ #, fuzzy
1095
+ msgid "Redirection url"
1096
+ msgstr "Login Weiterleitung"
1097
+
1098
+ #: ../admin/social_login.php:71
1099
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1100
+ msgstr ""
1101
+
1102
+ #: ../admin/social_login.php:105
1103
  msgid "Instagram"
1104
  msgstr ""
1105
 
1106
+ #: ../admin/social_login.php:117
1107
  msgid "Select Social ID provider to enable in Social Login"
1108
  msgstr "W&auml;hlen Sie die sozialen Netzwerke aus, &uuml;ber die ein Login m&ouml;glich sein soll."
1109
 
1110
+ #: ../admin/social_login.php:125
1111
  msgid "Facebook App ID"
1112
  msgstr "Facebook App ID"
1113
 
1114
+ #: ../admin/social_login.php:135
1115
  #, php-format
1116
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1117
  msgstr "Notwendig, damit der Facebook Login funktioniert. Folgen Sie der Anleitung unter <a href=\"%s\" target=\"_blank\">dem Link</a>, um eine Facebook App ID zu erstellen."
1118
 
1119
+ #: ../admin/social_login.php:137
1120
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1121
  msgstr "Fügen Sie den URL in <strong> Site URL </ strong> Option in der genannten Verbindung"
1122
 
1123
+ #: ../admin/social_login.php:147
1124
  msgid "Twitter API Key"
1125
  msgstr "Twitter API Schl&uuml;ssel"
1126
 
1127
+ #: ../admin/social_login.php:157
1128
  #, php-format
1129
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1130
  msgstr "Notwendig, damit der Login &uuml;ber Twitter funktioniert. Folgen Sie der Anleitung unter <a href=\"%s\" target=\"_blank\">dem Link</a>, um einen Consumer Key zu erstellen."
1131
 
1132
+ #: ../admin/social_login.php:159
1133
+ #: ../admin/social_login.php:181
1134
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1135
  msgstr "Fügen Sie den URL in <strong> Website </ strong> und <strong> Callback URL </ strong> Angebot im Link aufgeführt"
1136
 
1137
+ #: ../admin/social_login.php:169
1138
  msgid "Twitter API Secret"
1139
  msgstr "Geheimer Twitter Schl&uuml;ssel"
1140
 
1141
+ #: ../admin/social_login.php:179
1142
  #, php-format
1143
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1144
  msgstr "Wird f&uuml;r den Twitter Login ben&ouml;tigt. Lesen Sie die Dokumentation, um ihren Twitter API Schl&uuml;ssel u beantragen: <a href=\"%s\" target=\"_blank\">this link</a> "
1145
 
1146
+ #: ../admin/social_login.php:191
1147
  msgid "LinkedIn API Key"
1148
  msgstr "LinkedIn API Schl&uuml;ssel"
1149
 
1150
+ #: ../admin/social_login.php:201
1151
  #, php-format
1152
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1153
  msgstr "Notwendig, damit der LinkedIn Login funktioniert. Folgen Sie <a href=\"%s\" target=\"_blank\">dem Link</a> unter der Anleitung, um einen LinkedIn API Schl&uuml;ssel zu erstellen"
1154
 
1155
+ #: ../admin/social_login.php:203
1156
+ #: ../admin/social_login.php:269
1157
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1158
  msgstr "Fügen Sie den URL in <strong> Website URL </ strong> Option im Link aufgeführt"
1159
 
1160
+ #: ../admin/social_login.php:213
1161
  msgid "Google+ Client ID"
1162
  msgstr "Google+ Client ID"
1163
 
1164
+ #: ../admin/social_login.php:223
1165
  #, php-format
1166
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1167
  msgstr "Notwendig, damit der Twitter Login funktioniert. Folgen Sie <a href=\"%s\" target=\"_blank\">dem Link</a> unter der Anleitung, um eine Client ID zu erstellen"
1168
 
1169
+ #: ../admin/social_login.php:225
1170
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1171
  msgstr "Fügen Sie den URL in <strong> AUTORISIERT JAVASCRIPT ORIGINS </ strong> und <strong>AUTHORIZED REDIRECT URI </ strong> Angebot im Link aufgeführt"
1172
 
1173
+ #: ../admin/social_login.php:235
1174
  msgid "Vkontakte Application ID"
1175
  msgstr "Vkontakte Application ID"
1176
 
1177
+ #: ../admin/social_login.php:245
1178
  #, php-format
1179
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1180
  msgstr "Erforderlich für Vkontakte Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Vkontakte Anwendungs-ID zu erhalten"
1181
 
1182
+ #: ../admin/social_login.php:247
1183
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1184
  msgstr "Fügen Sie den URL in <strong> Site-Adresse </ strong> Option im Link aufgeführt"
1185
 
1186
+ #: ../admin/social_login.php:257
1187
  msgid "Instagram Client ID"
1188
  msgstr "Instagram Client ID"
1189
 
1190
+ #: ../admin/social_login.php:267
1191
  #, php-format
1192
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1193
  msgstr "Erforderlich für Instagram Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Instagram-Client-ID zu erhalten"
1194
 
1195
+ #: ../admin/social_login.php:279
1196
  msgid "Xing Consumer Key"
1197
  msgstr ""
1198
 
1199
+ #: ../admin/social_login.php:289
1200
  #, php-format
1201
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1202
  msgstr "Erforderlich für Xing Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Xing Consumer Key"
1203
 
1204
+ #: ../admin/social_login.php:291
1205
+ #: ../admin/social_login.php:313
1206
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1207
  msgstr "Fügen Sie den URL in <strong> Callback Domain </ strong> Option im Link aufgeführt"
1208
 
1209
+ #: ../admin/social_login.php:301
1210
  msgid "Xing Consumer Secret"
1211
  msgstr ""
1212
 
1213
+ #: ../admin/social_login.php:311
1214
  #, php-format
1215
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1216
  msgstr "Erforderlich für Xing Social Anmelden zu arbeiten. Bitte beachten Sie die Dokumentation unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> Xing Konsumentengeheimnis erhalten"
1217
 
1218
+ #: ../admin/social_login.php:323
1219
  msgid "Include Javascript in website footer"
1220
  msgstr "Javascript im Footer der Website einbinden"
1221
 
1222
+ #: ../admin/social_login.php:333
1223
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1224
  msgstr "Wenn aktiviert (empfohlen), werden JavaScript-Dateien in der Fußzeile Ihrer Website aufgenommen werden."
1225
 
1226
+ #: ../admin/social_login.php:347
1227
  msgid "Login options"
1228
  msgstr "Login Einstellungen"
1229
 
1230
+ #: ../admin/social_login.php:363
1231
  msgid "Text to display above the Social Login interface"
1232
  msgstr "Text, der &uuml;ber dem sozialen Loginformular angezeigt werden soll"
1233
 
1234
+ #: ../admin/social_login.php:372
1235
  msgid "Enable at login page"
1236
  msgstr "Auf der Login Seite aktivieren"
1237
 
1238
+ #: ../admin/social_login.php:382
1239
  msgid "Social Login interface will get enabled at the login page of your website"
1240
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1241
 
1242
+ #: ../admin/social_login.php:390
1243
  msgid "Enable at register page"
1244
  msgstr "Auf der Registerseite aktivieren"
1245
 
1246
+ #: ../admin/social_login.php:400
1247
  msgid "Social Login interface will get enabled at the registration page of your website"
1248
  msgstr "Das soziale Login Interface wird f&uuml;r die Registrierung ihrer Website aktiviert."
1249
 
1250
+ #: ../admin/social_login.php:408
1251
  msgid "Enable at comment form"
1252
  msgstr "F&uuml;r das Kommentarformular aktivieren"
1253
 
1254
+ #: ../admin/social_login.php:418
1255
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1256
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1257
 
1258
+ #: ../admin/social_login.php:432
1259
  msgid "Enable before WooCommerce Customer Login Form"
1260
  msgstr "Vor WooCommerce Kunden-Log-Formular aktivieren"
1261
 
1262
+ #: ../admin/social_login.php:442
1263
  #, fuzzy
1264
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1265
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1266
 
1267
+ #: ../admin/social_login.php:450
1268
  msgid "Enable after WooCommerce Customer Login Form"
1269
  msgstr "Aktivieren Sie nach WooCommerce Kunden Login Form"
1270
 
1271
+ #: ../admin/social_login.php:460
1272
  #, fuzzy
1273
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1274
  msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1275
 
1276
+ #: ../admin/social_login.php:468
1277
  #, fuzzy
1278
  msgid "Enable at WooCommerce checkout page"
1279
  msgstr "Auf der Registerseite aktivieren"
1280
 
1281
+ #: ../admin/social_login.php:478
1282
  #, fuzzy
1283
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1284
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1285
 
1286
+ #: ../admin/social_login.php:489
1287
  msgid "Auto-approve comments made by Social Login users"
1288
  msgstr "Automatisch genehmigen Kommentare von Social-Login Benutzer gemacht"
1289
 
1290
+ #: ../admin/social_login.php:499
1291
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1292
  msgstr "Wenn diese Option aktiviert ist, und Wordpress Kommentar wird von Social-Login Benutzer vorgenommen werden Kommentar sofort ohne zu halten in Maßen genehmigt zu bekommen."
1293
 
1294
+ #: ../admin/social_login.php:500
1295
  msgid "Note: This is not related to Facebook comments"
1296
  msgstr "Hinweis: Diese ist nicht auf Facebook Kommentare bezogenen"
1297
 
1298
+ #: ../admin/social_login.php:510
1299
  msgid "Enable social avatar"
1300
  msgstr "Soziales Profilbild aktivieren"
1301
 
1302
+ #: ../admin/social_login.php:520
1303
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1304
  msgstr "Profilbilder der angemeldeten Nutzer wrrden als Avatar angezeigt"
1305
 
1306
+ #: ../admin/social_login.php:530
1307
  msgid "Avatar quality"
1308
  msgstr "Avatar Qualität"
1309
 
1310
+ #: ../admin/social_login.php:533
1311
  msgid "Average"
1312
  msgstr "Durchschnitt"
1313
 
1314
+ #: ../admin/social_login.php:534
1315
  msgid "Best"
1316
  msgstr ""
1317
 
1318
+ #: ../admin/social_login.php:541
1319
  msgid "Choose avatar quality"
1320
  msgstr "Wählen avatar Qualität"
1321
 
1322
+ #: ../admin/social_login.php:560
1323
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1324
  msgstr "Wenn diese Funktion aktiviert ist und das soziale Netzwerk die E-Mail nicht bekanntgibt, wird der Benutzer aufgefordert, seine Email anzugeben. Andernfalls wird eine Dummy-Email generiert."
1325
 
1326
+ #: ../admin/social_login.php:569
1327
  msgid "Send username-password after user registration"
1328
  msgstr "Benutzername und Passwort nach der Registrierung versenden"
1329
 
1330
+ #: ../admin/social_login.php:579
1331
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1332
  msgstr "Bei Aktivierung wird dem Benutzer nach dem Login &uuml;ber ein soziales Netzwerk eine E-Mail mit eigenen Daten zugesandt, sodass der Nutzer sich mit den Daten &uuml;ber das normale Wordpress Login anmelden kann."
1333
 
1334
+ #: ../admin/social_login.php:588
1335
  msgid "Enable social account linking at BuddyPress profile page"
1336
  msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1337
 
1338
+ #: ../admin/social_login.php:598
1339
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1340
  msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1341
 
1342
+ #: ../admin/social_login.php:607
1343
  msgid "Login redirection"
1344
  msgstr "Login Weiterleitung"
1345
 
1346
+ #: ../admin/social_login.php:611
1347
  msgid "Same page where user logged in"
1348
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1349
 
1350
+ #: ../admin/social_login.php:615
1351
+ #: ../admin/social_login.php:645
1352
  msgid "Account dashboard"
1353
  msgstr "Account Dashboard"
1354
 
1355
+ #: ../admin/social_login.php:618
1356
+ #: ../admin/social_login.php:648
1357
  msgid "BuddyPress profile page"
1358
  msgstr "Buddypress Profilseite"
1359
 
1360
+ #: ../admin/social_login.php:621
1361
+ #: ../admin/social_login.php:651
1362
  msgid "Custom Url"
1363
  msgstr "Spezielle URL"
1364
 
1365
+ #: ../admin/social_login.php:629
1366
  msgid "User will be redirected to the selected page after Social Login"
1367
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1368
 
1369
+ #: ../admin/social_login.php:637
1370
  msgid "Registration redirection"
1371
  msgstr "Registrierung Umleitung"
1372
 
1373
+ #: ../admin/social_login.php:641
1374
  #, fuzzy
1375
  msgid "Same page from where user registered"
1376
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1377
 
1378
+ #: ../admin/social_login.php:659
1379
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1380
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1381
 
1382
+ #: ../admin/social_login.php:667
1383
  msgid "Email popup options"
1384
  msgstr "Email Popup-Optionen"
1385
 
1386
+ #: ../admin/social_login.php:673
1387
  msgid "Text on 'Email required' popup"
1388
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1389
 
1390
+ #: ../admin/social_login.php:683
1391
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1392
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1393
 
1394
+ #: ../admin/social_login.php:692
1395
  msgid "Error message for 'Email required' popup"
1396
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1397
 
1398
+ #: ../admin/social_login.php:702
1399
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1400
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1401
 
1402
+ #: ../admin/social_login.php:711
1403
  msgid "Email popup height"
1404
  msgstr "Email Popup Höhe"
1405
 
1406
+ #: ../admin/social_login.php:721
1407
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1408
  msgstr "Wenn Sie sehen vertikale Bildlaufleiste in der \"Email erforderlich\" Popup können Sie die Höhe des Popup, indem Sie in dieser Option erhöhen. Leer lassen für Standard."
1409
 
1410
+ #: ../admin/social_login.php:729
1411
  msgid "Enable email verification"
1412
  msgstr "Email Verifizierung aktivieren"
1413
 
1414
+ #: ../admin/social_login.php:739
1415
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1416
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1417
 
1418
+ #: ../admin/social_login.php:755
1419
  #, fuzzy
1420
  msgid "Social Login Shortcode & Widget"
1421
  msgstr "Widgets und shortcodes"
1422
 
1423
+ #: ../admin/social_login.php:756
1424
  msgid "Social Linking Shortcode"
1425
  msgstr ""
1426
 
1630
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1631
  msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1632
 
1633
+ #: ../inc/social_sharing.php:598
1634
  msgid "Invalid request"
1635
  msgstr "Ungültige Anforderung"
1636
 
1637
+ #: ../inc/social_sharing.php:605
1638
  msgid "Providers not selected"
1639
  msgstr "Provider nicht aktiviert"
1640
 
1641
+ #: ../inc/social_login.php:232
1642
+ #, php-format
1643
+ msgid "Username: %s"
1644
+ msgstr ""
1645
+
1646
+ #: ../inc/social_login.php:233
1647
+ #, php-format
1648
+ msgid "Password: %s"
1649
+ msgstr ""
1650
+
1651
+ #: ../inc/social_login.php:236
1652
+ #, php-format
1653
+ msgid "[%s] Your username and password"
1654
+ msgstr ""
1655
+
1656
  #: ../inc/widget.php:11
1657
  msgid "Super Socializer - Login"
1658
  msgstr "Super Socializer - Login"
languages/Super-Socializer-es_ES.mo CHANGED
Binary file
languages/Super-Socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:11+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:11+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -16,63 +16,63 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:224
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Introduzca exactamente la siguiente url en <strong> Website </ strong> y <strong> Callback URL </ strong> opciones en su aplicación de Twitter (ver paso 3 %s)"
23
 
24
- #: ../super_socializer.php:227
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrese CURL está activado en tu servidor web. Puede que tenga que ponerse en contacto con el administrador del servidor de su sitio web para comprobar esto"
27
 
28
- #: ../super_socializer.php:397
29
  msgid "Please verify your email address to login."
30
  msgstr "Verifique por favor su dirección de correo electrónico para iniciar sesión"
31
 
32
- #: ../super_socializer.php:397
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Su email ha sido verificado. Ahora puede acceder a su cuenta"
35
 
36
- #: ../super_socializer.php:401
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revise su bandeja de entrada de correo electrónico para completar el registro"
48
 
49
- #: ../super_socializer.php:436
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Siga los pasos 11 y 12 en la página de configuración de aplicación de Google Plus, a punto de abrir"
52
 
53
- #: ../super_socializer.php:513
54
  msgid "Leave a reply"
55
  msgstr "Deja una Respuesta"
56
 
57
- #: ../super_socializer.php:604
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:607
63
  msgid "Small Avatar Url"
64
  msgstr "Pequeño Avatar Url"
65
 
66
- #: ../super_socializer.php:612
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Target Url"
70
 
71
- #: ../super_socializer.php:645
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Enviar que ha introducido ya está registrado o no válido"
74
 
75
- #: ../super_socializer.php:649
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
78
 
@@ -97,71 +97,71 @@ msgstr "Haga clic para ocultar ayuda"
97
  msgid "Settings"
98
  msgstr "Configuración"
99
 
100
- #: ../helper.php:503
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Opciones guardadas correctamente"
104
 
105
- #: ../helper.php:507
106
  msgid "Account already exists or linked"
107
  msgstr "Cuenta ya existe o vinculado"
108
 
109
- #: ../helper.php:516
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Usted está listo para Socializar su sitio web."
113
 
114
- #: ../helper.php:516
115
  msgid "as primary social network"
116
  msgstr "como red social primaria"
117
 
118
- #: ../helper.php:531
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
121
 
122
- #: ../helper.php:568
123
  msgid "Currently"
124
  msgstr "actualmente"
125
 
126
- #: ../helper.php:568
127
  msgid "Remove"
128
  msgstr "quitar"
129
 
130
- #: ../helper.php:669
131
  msgid "Disable Horizontal Social Sharing on this "
132
  msgstr "Desactivar Horizontal Intercambio Social en esta"
133
 
134
- #: ../helper.php:674
135
  msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Desactivar Vertical Intercambio Social en esta"
137
 
138
- #: ../helper.php:679
139
  #, fuzzy
140
  msgid "Disable Horizontal like buttons on this "
141
  msgstr "Desactivar Horizontal Intercambio Social en esta"
142
 
143
- #: ../helper.php:684
144
  #, fuzzy
145
  msgid "Disable Vertical like buttons on this "
146
  msgstr "Desactivar Vertical Intercambio Social en esta"
147
 
148
- #: ../helper.php:689
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Habilitar Comentarios Facebook"
152
 
153
- #: ../helper.php:698
154
  #, fuzzy
155
  msgid "Horizontal sharing"
156
  msgstr "Horizontales Opciones para compartir la interfaz de"
157
 
158
- #: ../helper.php:704
159
- #: ../helper.php:723
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "conteos muestran acciones"
163
 
164
- #: ../helper.php:717
165
  #, fuzzy
166
  msgid "Vertical sharing"
167
  msgstr "Social Sharing"
@@ -214,641 +214,645 @@ msgid "Rate 5-star"
214
  msgstr "Tasa de 5 estrellas"
215
 
216
  #: ../admin/help.php:54
217
- #: ../admin/social_sharing.php:437
218
- #: ../admin/social_sharing.php:815
219
- #: ../admin/social_login.php:46
220
  msgid "Facebook"
221
  msgstr ""
222
 
223
- #: ../admin/social_sharing.php:11
224
- #: ../admin/social_sharing.php:22
225
- #: ../admin/social_login.php:9
226
- #: ../admin/social_login.php:17
 
 
 
 
227
  #: ../admin/like_buttons.php:11
228
  #: ../admin/like_buttons.php:19
229
  msgid "Basic Configuration"
230
  msgstr "Configuración Básica"
231
 
232
- #: ../admin/social_sharing.php:12
233
  #, fuzzy
234
  msgid "Sharing Interface"
235
  msgstr "Horizontales Opciones para compartir la interfaz de"
236
 
237
- #: ../admin/social_sharing.php:13
238
  #, fuzzy
239
  msgid "Sharing Options"
240
  msgstr "Ubicación de uso compartido"
241
 
242
- #: ../admin/social_sharing.php:14
243
- #: ../admin/social_sharing.php:1211
244
- #: ../admin/social_login.php:11
245
- #: ../admin/social_login.php:714
246
  #: ../admin/like_buttons.php:13
247
  #: ../admin/like_buttons.php:712
248
  msgid "Shortcode & Widget"
249
  msgstr "Widgets y shortcodes"
250
 
251
- #: ../admin/social_sharing.php:15
252
  msgid "Troubleshooter"
253
  msgstr "Solucionador de problemas"
254
 
255
- #: ../admin/social_sharing.php:16
256
- #: ../admin/social_sharing.php:1242
257
  #: ../admin/social_commenting.php:12
258
  #: ../admin/social_commenting.php:427
259
  msgid "FAQ"
260
  msgstr ""
261
 
262
- #: ../admin/social_sharing.php:28
263
  msgid "Enable Social Sharing"
264
  msgstr "Habilitar Social Sharing"
265
 
266
- #: ../admin/social_sharing.php:38
267
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
268
  msgstr "Control maestro para compartir en redes sociales. Esto debe estar marcado para habilitar la funcionalidad de Social Sharing "
269
 
270
- #: ../admin/social_sharing.php:46
271
  msgid "Delete all the options on plugin deletion"
272
  msgstr "Eliminar todas las opciones de plugin de eliminación"
273
 
274
- #: ../admin/social_sharing.php:56
275
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
276
  msgstr "Si se activa, las opciones del plugin será borrado cuando se elimina el plugin / desinstalado y tendrá que volver a configurar las opciones al instalar el plugin próxima vez."
277
 
278
- #: ../admin/social_sharing.php:71
279
  #, fuzzy
280
  msgid "Horizontal interface options"
281
  msgstr "Horizontales Opciones para compartir la interfaz de"
282
 
283
- #: ../admin/social_sharing.php:77
284
- #: ../admin/social_sharing.php:155
285
  msgid "Shape"
286
  msgstr "Forma"
287
 
288
- #: ../admin/social_sharing.php:85
289
- #: ../admin/social_sharing.php:163
290
  msgid "Round"
291
  msgstr "Ronda"
292
 
293
- #: ../admin/social_sharing.php:87
294
- #: ../admin/social_sharing.php:165
295
  msgid "Square"
296
  msgstr "Cuadrado"
297
 
298
- #: ../admin/social_sharing.php:94
299
- #: ../admin/social_sharing.php:172
300
  #, fuzzy
301
  msgid "Shape of the sharing icons"
302
  msgstr "conteos muestran acciones"
303
 
304
- #: ../admin/social_sharing.php:102
305
- #: ../admin/social_sharing.php:180
306
  msgid "Size (in pixels)"
307
  msgstr "Tamaño (en píxeles)"
308
 
309
- #: ../admin/social_sharing.php:120
310
- #: ../admin/social_sharing.php:198
311
  #, fuzzy
312
  msgid "Size of the sharing icons"
313
  msgstr "Habilitar interfaz de intercambio horizontal"
314
 
315
- #: ../admin/social_sharing.php:127
316
- #: ../admin/social_sharing.php:205
317
  msgid "Icon Preview"
318
  msgstr "Icono Vista previa"
319
 
320
- #: ../admin/social_sharing.php:141
321
- #: ../admin/social_sharing.php:219
322
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
323
  msgstr "No se olvide de guardar la configuración después de realizar cambios haciendo clic en el botón de guardar a continuación"
324
 
325
- #: ../admin/social_sharing.php:149
326
  #, fuzzy
327
  msgid "Vertical interface options"
328
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
329
 
330
- #: ../admin/social_sharing.php:233
331
  msgid "Modernizr"
332
  msgstr ""
333
 
334
- #: ../admin/social_sharing.php:239
335
  msgid "Do not load Modernizr JS"
336
  msgstr "No cargue Modernizr JS"
337
 
338
- #: ../admin/social_sharing.php:249
339
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
340
  msgstr "Si usted encuentra el plugin romper su tema, puede intentar activar esta opción"
341
 
342
- #: ../admin/social_sharing.php:258
343
  #: ../admin/like_buttons.php:51
344
  #, fuzzy
345
  msgid "Url shortener"
346
  msgstr "bit.ly url acortador"
347
 
348
- #: ../admin/social_sharing.php:264
349
  msgid "Use shortlinks already installed"
350
  msgstr "Use shortlinks ya instalados"
351
 
352
- #: ../admin/social_sharing.php:274
353
  #: ../admin/like_buttons.php:67
354
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
355
  msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
356
 
357
- #: ../admin/social_sharing.php:282
358
  msgid "Enable bit.ly url shortener for sharing"
359
  msgstr "Habilitar acortador de url bit.ly para compartir"
360
 
361
- #: ../admin/social_sharing.php:292
362
  #: ../admin/like_buttons.php:85
363
  #, fuzzy
364
  msgid "Master control to enable bit.ly url shortening for sharing"
365
  msgstr "Control maestro para permitir el intercambio horizontal"
366
 
367
- #: ../admin/social_sharing.php:300
368
  #: ../admin/like_buttons.php:93
369
  msgid "bit.ly username"
370
  msgstr "bit.ly nombre de usuario"
371
 
372
- #: ../admin/social_sharing.php:310
373
  #: ../admin/like_buttons.php:103
374
  #, fuzzy, php-format
375
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
376
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
377
 
378
- #: ../admin/social_sharing.php:319
379
  #: ../admin/like_buttons.php:112
380
  #, fuzzy
381
  msgid "bit.ly API Key"
382
  msgstr "Clave Consumidor Twitter"
383
 
384
- #: ../admin/social_sharing.php:329
385
  #: ../admin/like_buttons.php:122
386
  #, fuzzy, php-format
387
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
388
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
389
 
390
- #: ../admin/social_sharing.php:339
391
  msgid "Twitter username in sharing"
392
  msgstr "Twitter nombre de usuario en el intercambio"
393
 
394
- #: ../admin/social_sharing.php:345
395
  msgid "Twitter username (without @)"
396
  msgstr "Twitter nombre de usuario (sin @)"
397
 
398
- #: ../admin/social_sharing.php:355
399
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
400
  msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se comparte como \"a travésUSERNAME\". Dejar vacío si no desea que cualquier nombre de usuario en el contenido que se comparte."
401
 
402
- #: ../admin/social_sharing.php:365
403
  msgid "Horizontal Sharing Interface Options"
404
  msgstr "Horizontales Opciones para compartir la interfaz de"
405
 
406
- #: ../admin/social_sharing.php:371
407
  msgid "Enable horizontal sharing interface"
408
  msgstr "Habilitar interfaz de intercambio horizontal"
409
 
410
- #: ../admin/social_sharing.php:381
411
  msgid "Master control to enable horizontal sharing"
412
  msgstr "Control maestro para permitir el intercambio horizontal"
413
 
414
- #: ../admin/social_sharing.php:391
415
- #: ../admin/social_sharing.php:787
416
  #: ../admin/like_buttons.php:227
417
  #: ../admin/like_buttons.php:465
418
  msgid "Target Url"
419
  msgstr "Target Url"
420
 
421
- #: ../admin/social_sharing.php:395
422
- #: ../admin/social_sharing.php:791
423
  #: ../admin/like_buttons.php:231
424
  #: ../admin/like_buttons.php:469
425
  msgid "Url of the webpage where icons are located (default)"
426
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
427
 
428
- #: ../admin/social_sharing.php:397
429
- #: ../admin/social_sharing.php:793
430
  #: ../admin/like_buttons.php:233
431
  #: ../admin/like_buttons.php:471
432
  msgid "Url of the homepage of your website"
433
  msgstr "Url de la página principal de su sitio web"
434
 
435
- #: ../admin/social_sharing.php:399
436
- #: ../admin/social_sharing.php:795
437
  #: ../admin/like_buttons.php:235
438
  #: ../admin/like_buttons.php:473
439
  #, fuzzy
440
  msgid "Custom url"
441
  msgstr "Url personalizada"
442
 
443
- #: ../admin/social_sharing.php:406
444
- #: ../admin/social_sharing.php:802
445
  msgid "Url to share"
446
  msgstr "Url compartir"
447
 
448
- #: ../admin/social_sharing.php:414
449
- #: ../admin/social_login.php:314
450
  #: ../admin/like_buttons.php:250
451
  msgid "Title"
452
  msgstr "Titulo"
453
 
454
- #: ../admin/social_sharing.php:424
455
  msgid "The text to display above the sharing interface"
456
  msgstr "El texto que se muestra por encima de la interfaz compartida "
457
 
458
- #: ../admin/social_sharing.php:432
459
- #: ../admin/social_sharing.php:810
460
- #: ../admin/social_login.php:41
461
  msgid "Select providers"
462
  msgstr "Seleccionar proveedores"
463
 
464
- #: ../admin/social_sharing.php:442
465
- #: ../admin/social_sharing.php:820
466
- #: ../admin/social_login.php:50
467
  msgid "Twitter"
468
  msgstr ""
469
 
470
- #: ../admin/social_sharing.php:447
471
- #: ../admin/social_sharing.php:825
472
- #: ../admin/social_login.php:54
473
  msgid "LinkedIn"
474
  msgstr ""
475
 
476
- #: ../admin/social_sharing.php:452
477
- #: ../admin/social_sharing.php:830
478
- #: ../admin/social_login.php:58
479
  msgid "Google+"
480
  msgstr ""
481
 
482
- #: ../admin/social_sharing.php:457
483
- #: ../admin/social_sharing.php:835
484
  msgid "Print"
485
  msgstr "Impresión"
486
 
487
- #: ../admin/social_sharing.php:462
488
- #: ../admin/social_sharing.php:840
489
  msgid "Email"
490
  msgstr ""
491
 
492
- #: ../admin/social_sharing.php:467
493
- #: ../admin/social_sharing.php:845
494
  msgid "Yahoo"
495
  msgstr ""
496
 
497
- #: ../admin/social_sharing.php:472
498
- #: ../admin/social_sharing.php:850
499
  msgid "Reddit"
500
  msgstr ""
501
 
502
- #: ../admin/social_sharing.php:477
503
- #: ../admin/social_sharing.php:855
504
  msgid "Digg"
505
  msgstr ""
506
 
507
- #: ../admin/social_sharing.php:482
508
- #: ../admin/social_sharing.php:860
509
  msgid "Delicious"
510
  msgstr ""
511
 
512
- #: ../admin/social_sharing.php:487
513
- #: ../admin/social_sharing.php:865
514
  msgid "StumbleUpon"
515
  msgstr ""
516
 
517
- #: ../admin/social_sharing.php:492
518
- #: ../admin/social_sharing.php:870
519
  msgid "Float it"
520
  msgstr ""
521
 
522
- #: ../admin/social_sharing.php:497
523
- #: ../admin/social_sharing.php:875
524
  msgid "Tumblr"
525
  msgstr ""
526
 
527
- #: ../admin/social_sharing.php:502
528
- #: ../admin/social_sharing.php:880
529
- #: ../admin/social_login.php:62
530
  msgid "Vkontakte"
531
  msgstr ""
532
 
533
- #: ../admin/social_sharing.php:507
534
- #: ../admin/social_sharing.php:885
535
  msgid "Pinterest"
536
  msgstr ""
537
 
538
- #: ../admin/social_sharing.php:512
539
- #: ../admin/social_sharing.php:890
540
- #: ../admin/social_login.php:70
541
  msgid "Xing"
542
  msgstr ""
543
 
544
- #: ../admin/social_sharing.php:517
545
- #: ../admin/social_sharing.php:895
546
  msgid "Whatsapp"
547
  msgstr ""
548
 
549
- #: ../admin/social_sharing.php:522
550
- #: ../admin/social_sharing.php:900
551
  msgid "Yummly"
552
  msgstr ""
553
 
554
- #: ../admin/social_sharing.php:527
555
- #: ../admin/social_sharing.php:905
556
  msgid "Buffer"
557
  msgstr ""
558
 
559
- #: ../admin/social_sharing.php:535
560
- #: ../admin/social_sharing.php:913
561
  msgid "Select the providers for sharing interface"
562
  msgstr "Seleccione los proveedores para compartir la interfaz"
563
 
564
- #: ../admin/social_sharing.php:543
565
- #: ../admin/social_sharing.php:921
566
  msgid "Rearrange icons"
567
  msgstr "Reorganizar iconos"
568
 
569
- #: ../admin/social_sharing.php:578
570
- #: ../admin/social_sharing.php:956
571
  msgid "Drag the icons to rearrange in desired order"
572
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
573
 
574
- #: ../admin/social_sharing.php:586
575
- #: ../admin/social_sharing.php:982
576
  #: ../admin/like_buttons.php:320
577
  #: ../admin/like_buttons.php:557
578
  #, fuzzy
579
  msgid "Horizontal alignment"
580
  msgstr "Horizontales Opciones para compartir la interfaz de"
581
 
582
- #: ../admin/social_sharing.php:590
583
- #: ../admin/social_sharing.php:986
584
  #: ../admin/like_buttons.php:324
585
  #: ../admin/like_buttons.php:561
586
  msgid "Left"
587
  msgstr "izquierda"
588
 
589
- #: ../admin/social_sharing.php:591
590
  #: ../admin/like_buttons.php:325
591
  msgid "Center"
592
  msgstr "centro"
593
 
594
- #: ../admin/social_sharing.php:592
595
- #: ../admin/social_sharing.php:987
596
  #: ../admin/like_buttons.php:326
597
  #: ../admin/like_buttons.php:562
598
  #, fuzzy
599
  msgid "Right"
600
  msgstr "Claro"
601
 
602
- #: ../admin/social_sharing.php:600
603
- #: ../admin/social_sharing.php:995
604
  #, fuzzy
605
  msgid "Horizontal alignment of the sharing interface"
606
  msgstr "Habilitar interfaz de intercambio horizontal"
607
 
608
- #: ../admin/social_sharing.php:608
609
  #: ../admin/like_buttons.php:342
610
  msgid "Position with respect to content"
611
  msgstr "Posición con respecto al contenido"
612
 
613
- #: ../admin/social_sharing.php:612
614
  #: ../admin/like_buttons.php:346
615
  msgid "Top of the content"
616
  msgstr "Parte superior del contenido"
617
 
618
- #: ../admin/social_sharing.php:614
619
  #: ../admin/like_buttons.php:348
620
  msgid "Bottom of the content"
621
  msgstr "Parte inferior del contenido"
622
 
623
- #: ../admin/social_sharing.php:621
624
  msgid "Specify position of the sharing interface with respect to the content"
625
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
626
 
627
- #: ../admin/social_sharing.php:629
628
- #: ../admin/social_sharing.php:1061
629
  msgid "Sharing location"
630
  msgstr "Ubicación de uso compartido"
631
 
632
- #: ../admin/social_sharing.php:633
633
- #: ../admin/social_sharing.php:1065
634
- #: ../admin/social_login.php:574
635
- #: ../admin/social_login.php:604
636
  #: ../admin/like_buttons.php:367
637
  #: ../admin/like_buttons.php:640
638
  msgid "Homepage"
639
  msgstr "Página de inicio"
640
 
641
- #: ../admin/social_sharing.php:635
642
- #: ../admin/social_sharing.php:1067
643
  #: ../admin/like_buttons.php:369
644
  #: ../admin/like_buttons.php:642
645
  msgid "Posts"
646
  msgstr "Publicaciones"
647
 
648
- #: ../admin/social_sharing.php:637
649
- #: ../admin/social_sharing.php:1069
650
  #: ../admin/like_buttons.php:371
651
  #: ../admin/like_buttons.php:644
652
  msgid "Pages"
653
  msgstr "Páginas"
654
 
655
- #: ../admin/social_sharing.php:639
656
- #: ../admin/social_sharing.php:1071
657
  msgid "Excerpts (at Homepage)"
658
  msgstr ""
659
 
660
- #: ../admin/social_sharing.php:641
661
- #: ../admin/social_sharing.php:1073
662
  #: ../admin/like_buttons.php:375
663
  #: ../admin/like_buttons.php:648
664
  msgid "Category Archives"
665
  msgstr "Archivos de la categoría"
666
 
667
- #: ../admin/social_sharing.php:643
668
- #: ../admin/social_sharing.php:1075
669
  #: ../admin/like_buttons.php:377
670
  #: ../admin/like_buttons.php:650
671
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
672
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
673
 
674
- #: ../admin/social_sharing.php:659
675
  #: ../admin/like_buttons.php:393
676
  msgid "BuddyPress activity and groups"
677
  msgstr "Actividad y grupos BuddyPress"
678
 
679
- #: ../admin/social_sharing.php:665
680
- #: ../admin/social_sharing.php:1090
681
  #: ../admin/like_buttons.php:400
682
  #: ../admin/like_buttons.php:665
683
  msgid "BBPress forum"
684
  msgstr "foro BBPress"
685
 
686
- #: ../admin/social_sharing.php:668
687
- #: ../admin/social_sharing.php:1093
688
  #: ../admin/like_buttons.php:403
689
  #: ../admin/like_buttons.php:668
690
  msgid "BBPress topic"
691
  msgstr "tema BBPress"
692
 
693
- #: ../admin/social_sharing.php:671
694
  #: ../admin/like_buttons.php:406
695
  msgid "BBPress reply"
696
  msgstr "BBPress respuesta"
697
 
698
- #: ../admin/social_sharing.php:678
699
  #: ../admin/like_buttons.php:412
700
  msgid "After individual product at WooCommerce Shop page"
701
  msgstr "Después de cada producto en la página WooCommerce Shop"
702
 
703
- #: ../admin/social_sharing.php:681
704
  #: ../admin/like_buttons.php:415
705
  msgid "WooCommerce Product Page"
706
  msgstr "WooCommerce Product Page"
707
 
708
- #: ../admin/social_sharing.php:684
709
  #: ../admin/like_buttons.php:418
710
  msgid "WooCommerce Thankyou Page"
711
  msgstr "WooCommerce Gracias Página"
712
 
713
- #: ../admin/social_sharing.php:695
714
  msgid "Specify the pages where you want to enable Sharing interface"
715
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
716
 
717
- #: ../admin/social_sharing.php:703
718
- #: ../admin/social_sharing.php:1111
719
  msgid "Show share counts"
720
  msgstr "conteos muestran acciones"
721
 
722
- #: ../admin/social_sharing.php:713
723
- #: ../admin/social_sharing.php:1121
724
  msgid "If enabled, share counts are displayed above sharing icons."
725
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
726
 
727
- #: ../admin/social_sharing.php:722
728
- #: ../admin/social_sharing.php:1130
729
  #, fuzzy
730
  msgid "Show total shares"
731
  msgstr "conteos muestran acciones"
732
 
733
- #: ../admin/social_sharing.php:732
734
- #: ../admin/social_sharing.php:1140
735
  #, fuzzy
736
  msgid "If enabled, total shares will be displayed with sharing icons"
737
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
738
 
739
- #: ../admin/social_sharing.php:741
740
- #: ../admin/social_sharing.php:1149
741
  #, fuzzy
742
  msgid "Enable 'More' icon"
743
  msgstr "Habilitar verificación de correo electrónico"
744
 
745
- #: ../admin/social_sharing.php:751
746
- #: ../admin/social_sharing.php:1159
747
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
748
  msgstr "Si se activa, icono \"Más\" se mostrará iconos de intercambio después de seleccionados que muestra las redes de intercambio adicionales en popup"
749
 
750
- #: ../admin/social_sharing.php:761
751
  msgid "Vertical (Floating) Sharing Interface Options"
752
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
753
 
754
- #: ../admin/social_sharing.php:767
755
  msgid "Enable vertical (floating) sharing interface"
756
  msgstr "Habilitar vertical (flotante) interfaz compartida"
757
 
758
- #: ../admin/social_sharing.php:777
759
  msgid "Master control to enable vertical (floating) sharing widget"
760
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
761
 
762
- #: ../admin/social_sharing.php:964
763
  #: ../admin/like_buttons.php:539
764
  msgid "Background Color"
765
  msgstr "color de fondo"
766
 
767
- #: ../admin/social_sharing.php:974
768
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
769
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
770
 
771
- #: ../admin/social_sharing.php:1004
772
  #: ../admin/like_buttons.php:579
773
  msgid "Left offset"
774
  msgstr "desplazamiento izquierda"
775
 
776
- #: ../admin/social_sharing.php:1014
777
  #, fuzzy
778
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
779
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
780
 
781
- #: ../admin/social_sharing.php:1024
782
  #: ../admin/like_buttons.php:599
783
  #, fuzzy
784
  msgid "Right offset"
785
  msgstr "desplazamiento izquierda"
786
 
787
- #: ../admin/social_sharing.php:1034
788
  #, fuzzy
789
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
790
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
791
 
792
- #: ../admin/social_sharing.php:1043
793
  #: ../admin/like_buttons.php:618
794
  msgid "Top offset"
795
  msgstr "superior compensar"
796
 
797
- #: ../admin/social_sharing.php:1053
798
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
799
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
800
 
801
- #: ../admin/social_sharing.php:1103
802
  msgid "Specify the pages where you want to enable vertical Sharing interface"
803
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
804
 
805
- #: ../admin/social_sharing.php:1167
806
  #, fuzzy
807
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
808
  msgstr "Ocultar compartir en dispositivos móviles"
809
 
810
- #: ../admin/social_sharing.php:1177
811
  #, fuzzy
812
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
813
  msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
814
 
815
- #: ../admin/social_sharing.php:1186
816
  msgid "Hide sharing on mobile devices"
817
  msgstr "Ocultar compartir en dispositivos móviles"
818
 
819
- #: ../admin/social_sharing.php:1196
820
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
821
  msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
822
 
823
- #: ../admin/social_sharing.php:1213
824
  #, fuzzy
825
  msgid "Social Sharing Shortcode & Widget"
826
  msgstr "Widgets y shortcodes"
827
 
828
- #: ../admin/social_sharing.php:1223
829
  msgid "Facebook Sharing Troubleshooter"
830
  msgstr "Facebook Sharing Solucionador de problemas"
831
 
832
- #: ../admin/social_sharing.php:1228
833
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
834
  msgstr "Si Facebook compartir no está funcionando bien, haga clic en el siguiente enlace e introduzca la url problemático (donde compartir en Facebook no funciona correctamente) de su sitio web en el campo de texto:"
835
 
836
- #: ../admin/social_sharing.php:1244
837
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
838
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
839
 
840
- #: ../admin/social_sharing.php:1245
841
  #, fuzzy
842
  msgid "How can I disable sharing on particular page/post?"
843
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
844
 
845
- #: ../admin/social_sharing.php:1246
846
  msgid "How can I specify minimum sharing count for sharing networks?"
847
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
848
 
849
- #: ../admin/social_sharing.php:1256
850
  #: ../admin/social_commenting.php:438
851
- #: ../admin/social_login.php:726
852
  #: ../admin/like_buttons.php:723
853
  msgid "Save Changes"
854
  msgstr "Guardar cambios"
@@ -1071,345 +1075,366 @@ msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas
1071
  msgid "How to disable default comment form from Social Commenting?"
1072
  msgstr "Cómo desactivar la forma de comentario por defecto desde Comentando Social?"
1073
 
1074
- #: ../admin/social_login.php:10
 
 
 
 
1075
  msgid "Social Login"
1076
  msgstr "Social Login"
1077
 
1078
- #: ../admin/social_login.php:23
1079
  msgid "Enable Social Login"
1080
  msgstr "Habilitar Social Login"
1081
 
1082
- #: ../admin/social_login.php:33
1083
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1084
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1085
 
1086
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1087
  msgid "Instagram"
1088
  msgstr ""
1089
 
1090
- #: ../admin/social_login.php:78
1091
  msgid "Select Social ID provider to enable in Social Login"
1092
  msgstr "Seleccione un proveedor de Identificación Social para habilitarse en Social Login"
1093
 
1094
- #: ../admin/social_login.php:86
1095
  msgid "Facebook App ID"
1096
  msgstr "ID de App. Facebook"
1097
 
1098
- #: ../admin/social_login.php:96
1099
  #, php-format
1100
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1101
  msgstr "Necesario para que funcione Facebook Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de App. Facebook"
1102
 
1103
- #: ../admin/social_login.php:98
1104
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1105
  msgstr "Pegue siguiente url en <strong>Site URL</ strong> en el enlace mencionado"
1106
 
1107
- #: ../admin/social_login.php:108
1108
  #, fuzzy
1109
  msgid "Twitter API Key"
1110
  msgstr "Clave Consumidor Twitter"
1111
 
1112
- #: ../admin/social_login.php:118
1113
  #, fuzzy, php-format
1114
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1115
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
1116
 
1117
- #: ../admin/social_login.php:120
1118
- #: ../admin/social_login.php:142
1119
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1120
  msgstr "Pegue siguiente url en <strong>Website</strong> y <strong>Callback URL</ strong> Opciones en el enlace mencionado"
1121
 
1122
- #: ../admin/social_login.php:130
1123
  #, fuzzy
1124
  msgid "Twitter API Secret"
1125
  msgstr "Twitter Secreto del Consumidor"
1126
 
1127
- #: ../admin/social_login.php:140
1128
  #, fuzzy, php-format
1129
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1130
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1131
 
1132
- #: ../admin/social_login.php:152
1133
  msgid "LinkedIn API Key"
1134
  msgstr "Clave LinkedIn API"
1135
 
1136
- #: ../admin/social_login.php:162
1137
  #, php-format
1138
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1139
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1140
 
1141
- #: ../admin/social_login.php:164
1142
- #: ../admin/social_login.php:230
1143
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1144
  msgstr "Pegar siguiente url en <strong>Website URL</strong> en el enlace mencionado"
1145
 
1146
- #: ../admin/social_login.php:174
1147
  msgid "Google+ Client ID"
1148
  msgstr "ID Cliente Google+"
1149
 
1150
- #: ../admin/social_login.php:184
1151
  #, php-format
1152
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1153
  msgstr "Requerida para que funcione GooglePlus Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente GooglePlus"
1154
 
1155
- #: ../admin/social_login.php:186
1156
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1157
  msgstr "Pegar siguiente url en <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</ strong> Opciones en el enlace mencionado"
1158
 
1159
- #: ../admin/social_login.php:196
1160
  msgid "Vkontakte Application ID"
1161
  msgstr "ID de App. Vkontakte"
1162
 
1163
- #: ../admin/social_login.php:206
1164
  #, php-format
1165
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1166
  msgstr "Requerida para que funcione Vkontakte Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de app Vkontakte"
1167
 
1168
- #: ../admin/social_login.php:208
1169
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1170
  msgstr "Pegar siguiente url en <strong>Site address</ strong> en el enlace mencionado"
1171
 
1172
- #: ../admin/social_login.php:218
1173
  msgid "Instagram Client ID"
1174
  msgstr "ID Cliente Instagram"
1175
 
1176
- #: ../admin/social_login.php:228
1177
  #, php-format
1178
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1179
  msgstr "Requerida para que funcione Instagram Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente Instagram"
1180
 
1181
- #: ../admin/social_login.php:240
1182
  msgid "Xing Consumer Key"
1183
  msgstr ""
1184
 
1185
- #: ../admin/social_login.php:250
1186
  #, fuzzy, php-format
1187
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1188
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1189
 
1190
- #: ../admin/social_login.php:252
1191
- #: ../admin/social_login.php:274
1192
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1193
  msgstr "Pegar siguiente url en el dominio de devolución de llamada <strong>Callback domain</ strong> en el enlace mencionado"
1194
 
1195
- #: ../admin/social_login.php:262
1196
  msgid "Xing Consumer Secret"
1197
  msgstr ""
1198
 
1199
- #: ../admin/social_login.php:272
1200
  #, fuzzy, php-format
1201
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1202
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1203
 
1204
- #: ../admin/social_login.php:284
1205
  msgid "Include Javascript in website footer"
1206
  msgstr "Incluir Javascript en el pie de página del sitio web"
1207
 
1208
- #: ../admin/social_login.php:294
1209
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1210
  msgstr "Si está activado (recomendado), archivos Javascript se incluirán en el pie de página de su sitio web."
1211
 
1212
- #: ../admin/social_login.php:308
1213
  msgid "Login options"
1214
  msgstr "Opciones Inicio de Sesión"
1215
 
1216
- #: ../admin/social_login.php:324
1217
  msgid "Text to display above the Social Login interface"
1218
  msgstr "Texto para mostrar por encima de la interfaz Social Login"
1219
 
1220
- #: ../admin/social_login.php:333
1221
  msgid "Enable at login page"
1222
  msgstr "Activar en la página de inicio de sesión"
1223
 
1224
- #: ../admin/social_login.php:343
1225
  #, fuzzy
1226
  msgid "Social Login interface will get enabled at the login page of your website"
1227
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1228
 
1229
- #: ../admin/social_login.php:351
1230
  msgid "Enable at register page"
1231
  msgstr "Habilitar en página de registro"
1232
 
1233
- #: ../admin/social_login.php:361
1234
  #, fuzzy
1235
  msgid "Social Login interface will get enabled at the registration page of your website"
1236
  msgstr "La interfaz Social Login se habilitará en su página de registro Wordpress"
1237
 
1238
- #: ../admin/social_login.php:369
1239
  msgid "Enable at comment form"
1240
  msgstr "Habilitar en formulario de Comentario"
1241
 
1242
- #: ../admin/social_login.php:379
1243
  #, fuzzy
1244
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1245
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1246
 
1247
- #: ../admin/social_login.php:393
1248
  msgid "Enable before WooCommerce Customer Login Form"
1249
  msgstr "Habilitar antes WooCommerce Formulario Cliente Login"
1250
 
1251
- #: ../admin/social_login.php:403
1252
  #, fuzzy
1253
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1254
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1255
 
1256
- #: ../admin/social_login.php:411
1257
  msgid "Enable after WooCommerce Customer Login Form"
1258
  msgstr "Activar después WooCommerce Formulario Cliente Login"
1259
 
1260
- #: ../admin/social_login.php:421
1261
  #, fuzzy
1262
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1263
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1264
 
1265
- #: ../admin/social_login.php:429
1266
  #, fuzzy
1267
  msgid "Enable at WooCommerce checkout page"
1268
  msgstr "Habilitar en página de registro"
1269
 
1270
- #: ../admin/social_login.php:439
1271
  #, fuzzy
1272
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1273
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1274
 
1275
- #: ../admin/social_login.php:450
1276
  msgid "Auto-approve comments made by Social Login users"
1277
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1278
 
1279
- #: ../admin/social_login.php:460
1280
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1281
  msgstr "Si esta opción está activada, y WordPress comentario es hecho por Social Login usuario, comentario será aprobado inmediatamente sin tener en moderación."
1282
 
1283
- #: ../admin/social_login.php:461
1284
  msgid "Note: This is not related to Facebook comments"
1285
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1286
 
1287
- #: ../admin/social_login.php:471
1288
  msgid "Enable social avatar"
1289
  msgstr "Habilitar avatar Social"
1290
 
1291
- #: ../admin/social_login.php:481
1292
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1293
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1294
 
1295
- #: ../admin/social_login.php:491
1296
  msgid "Avatar quality"
1297
  msgstr "Avatar calidad"
1298
 
1299
- #: ../admin/social_login.php:494
1300
  msgid "Average"
1301
  msgstr "promedio"
1302
 
1303
- #: ../admin/social_login.php:495
1304
  msgid "Best"
1305
  msgstr ""
1306
 
1307
- #: ../admin/social_login.php:502
1308
  msgid "Choose avatar quality"
1309
  msgstr "Elija la calidad avatar"
1310
 
1311
- #: ../admin/social_login.php:521
1312
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1313
  msgstr "Si lo habilita y el proveedor de Identificación Social no proporciona dirección de correo electrónico del usuario al iniciar sesión, se le pedirá al usuario proporcionar su dirección de correo electrónico De lo contrario, un correo electrónico ficticio, se generará"
1314
 
1315
- #: ../admin/social_login.php:530
1316
  msgid "Send username-password after user registration"
1317
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1318
 
1319
- #: ../admin/social_login.php:540
1320
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1321
  msgstr "Si está habilitada, un correo electrónico será enviado al usuario después del registro a través de Social Login, con respecto a su / sus credenciales de inicio de sesión (nombre de usuario-contraseña para poder ingresar a través del formulario de inicio de sesión tradicional)"
1322
 
1323
- #: ../admin/social_login.php:549
1324
  msgid "Enable social account linking at BuddyPress profile page"
1325
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1326
 
1327
- #: ../admin/social_login.php:559
1328
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1329
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1330
 
1331
- #: ../admin/social_login.php:568
1332
  msgid "Login redirection"
1333
  msgstr "Redireccionamiento de inicio de sesión"
1334
 
1335
- #: ../admin/social_login.php:572
1336
  msgid "Same page where user logged in"
1337
  msgstr "La misma página donde el usuario ha iniciado sesión"
1338
 
1339
- #: ../admin/social_login.php:576
1340
- #: ../admin/social_login.php:606
1341
  msgid "Account dashboard"
1342
  msgstr "Panel de cuenta"
1343
 
1344
- #: ../admin/social_login.php:579
1345
- #: ../admin/social_login.php:609
1346
  msgid "BuddyPress profile page"
1347
  msgstr "Página de perfil BuddyPress"
1348
 
1349
- #: ../admin/social_login.php:582
1350
- #: ../admin/social_login.php:612
1351
  msgid "Custom Url"
1352
  msgstr "Url personalizada"
1353
 
1354
- #: ../admin/social_login.php:590
1355
  msgid "User will be redirected to the selected page after Social Login"
1356
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1357
 
1358
- #: ../admin/social_login.php:598
1359
  msgid "Registration redirection"
1360
  msgstr "redirección de registro"
1361
 
1362
- #: ../admin/social_login.php:602
1363
  #, fuzzy
1364
  msgid "Same page from where user registered"
1365
  msgstr "La misma página donde el usuario ha iniciado sesión"
1366
 
1367
- #: ../admin/social_login.php:620
1368
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1369
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1370
 
1371
- #: ../admin/social_login.php:628
1372
  msgid "Email popup options"
1373
  msgstr "opciones emergentes de correo electrónico"
1374
 
1375
- #: ../admin/social_login.php:634
1376
  msgid "Text on 'Email required' popup"
1377
  msgstr "Texto en 'Email required' popup"
1378
 
1379
- #: ../admin/social_login.php:644
1380
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1381
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1382
 
1383
- #: ../admin/social_login.php:653
1384
  msgid "Error message for 'Email required' popup"
1385
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1386
 
1387
- #: ../admin/social_login.php:663
1388
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1389
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1390
 
1391
- #: ../admin/social_login.php:672
1392
  msgid "Email popup height"
1393
  msgstr "email altura popup"
1394
 
1395
- #: ../admin/social_login.php:682
1396
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1397
  msgstr "Si usted está viendo la barra de desplazamiento vertical en el \"Correo electrónico requerido\" emergente, puede aumentar la altura del elemento emergente mediante la especificación de esta opción. Dejar en blanco para el defecto."
1398
 
1399
- #: ../admin/social_login.php:690
1400
  msgid "Enable email verification"
1401
  msgstr "Habilitar verificación de correo electrónico"
1402
 
1403
- #: ../admin/social_login.php:700
1404
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1405
  msgstr "Si está activado, el correo electrónico proporcionado por el usuario se verificará mediante el envío de un enlace de confirmación a ese correo electrónico. El usuario no podrá iniciar sesión sin verificar su email"
1406
 
1407
- #: ../admin/social_login.php:716
1408
  #, fuzzy
1409
  msgid "Social Login Shortcode & Widget"
1410
  msgstr "Widgets y shortcodes"
1411
 
1412
- #: ../admin/social_login.php:717
1413
  msgid "Social Linking Shortcode"
1414
  msgstr ""
1415
 
@@ -1621,14 +1646,29 @@ msgstr "Widgets y shortcodes"
1621
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1622
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1623
 
1624
- #: ../inc/social_sharing.php:596
1625
  msgid "Invalid request"
1626
  msgstr "petición no válida"
1627
 
1628
- #: ../inc/social_sharing.php:603
1629
  msgid "Providers not selected"
1630
  msgstr "Los proveedores no seleccionados"
1631
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1632
  #: ../inc/widget.php:11
1633
  msgid "Super Socializer - Login"
1634
  msgstr "Super Socializer - Login"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:44+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:45+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Introduzca exactamente la siguiente url en <strong> Website </ strong> y <strong> Callback URL </ strong> opciones en su aplicación de Twitter (ver paso 3 %s)"
23
 
24
+ #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrese CURL está activado en tu servidor web. Puede que tenga que ponerse en contacto con el administrador del servidor de su sitio web para comprobar esto"
27
 
28
+ #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Verifique por favor su dirección de correo electrónico para iniciar sesión"
31
 
32
+ #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Su email ha sido verificado. Ahora puede acceder a su cuenta"
35
 
36
+ #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
+ #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revise su bandeja de entrada de correo electrónico para completar el registro"
48
 
49
+ #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Siga los pasos 11 y 12 en la página de configuración de aplicación de Google Plus, a punto de abrir"
52
 
53
+ #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Deja una Respuesta"
56
 
57
+ #: ../super_socializer.php:606
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
+ #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Pequeño Avatar Url"
65
 
66
+ #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Target Url"
70
 
71
+ #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Enviar que ha introducido ya está registrado o no válido"
74
 
75
+ #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
78
 
97
  msgid "Settings"
98
  msgstr "Configuración"
99
 
100
+ #: ../helper.php:514
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Opciones guardadas correctamente"
104
 
105
+ #: ../helper.php:518
106
  msgid "Account already exists or linked"
107
  msgstr "Cuenta ya existe o vinculado"
108
 
109
+ #: ../helper.php:527
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Usted está listo para Socializar su sitio web."
113
 
114
+ #: ../helper.php:527
115
  msgid "as primary social network"
116
  msgstr "como red social primaria"
117
 
118
+ #: ../helper.php:542
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
121
 
122
+ #: ../helper.php:579
123
  msgid "Currently"
124
  msgstr "actualmente"
125
 
126
+ #: ../helper.php:579
127
  msgid "Remove"
128
  msgstr "quitar"
129
 
130
+ #: ../helper.php:680
131
  msgid "Disable Horizontal Social Sharing on this "
132
  msgstr "Desactivar Horizontal Intercambio Social en esta"
133
 
134
+ #: ../helper.php:685
135
  msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Desactivar Vertical Intercambio Social en esta"
137
 
138
+ #: ../helper.php:690
139
  #, fuzzy
140
  msgid "Disable Horizontal like buttons on this "
141
  msgstr "Desactivar Horizontal Intercambio Social en esta"
142
 
143
+ #: ../helper.php:695
144
  #, fuzzy
145
  msgid "Disable Vertical like buttons on this "
146
  msgstr "Desactivar Vertical Intercambio Social en esta"
147
 
148
+ #: ../helper.php:700
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Habilitar Comentarios Facebook"
152
 
153
+ #: ../helper.php:709
154
  #, fuzzy
155
  msgid "Horizontal sharing"
156
  msgstr "Horizontales Opciones para compartir la interfaz de"
157
 
158
+ #: ../helper.php:715
159
+ #: ../helper.php:734
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "conteos muestran acciones"
163
 
164
+ #: ../helper.php:728
165
  #, fuzzy
166
  msgid "Vertical sharing"
167
  msgstr "Social Sharing"
214
  msgstr "Tasa de 5 estrellas"
215
 
216
  #: ../admin/help.php:54
217
+ #: ../admin/social_sharing.php:438
218
+ #: ../admin/social_sharing.php:813
219
+ #: ../admin/social_login.php:85
220
  msgid "Facebook"
221
  msgstr ""
222
 
223
+ #: ../admin/social_sharing.php:5
224
+ msgid "Boost sharing by awarding points"
225
+ msgstr "Impulsar el intercambio mediante la concesión de puntos"
226
+
227
+ #: ../admin/social_sharing.php:12
228
+ #: ../admin/social_sharing.php:23
229
+ #: ../admin/social_login.php:10
230
+ #: ../admin/social_login.php:18
231
  #: ../admin/like_buttons.php:11
232
  #: ../admin/like_buttons.php:19
233
  msgid "Basic Configuration"
234
  msgstr "Configuración Básica"
235
 
236
+ #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Interface"
239
  msgstr "Horizontales Opciones para compartir la interfaz de"
240
 
241
+ #: ../admin/social_sharing.php:14
242
  #, fuzzy
243
  msgid "Sharing Options"
244
  msgstr "Ubicación de uso compartido"
245
 
246
+ #: ../admin/social_sharing.php:15
247
+ #: ../admin/social_sharing.php:1206
248
+ #: ../admin/social_login.php:12
249
+ #: ../admin/social_login.php:753
250
  #: ../admin/like_buttons.php:13
251
  #: ../admin/like_buttons.php:712
252
  msgid "Shortcode & Widget"
253
  msgstr "Widgets y shortcodes"
254
 
255
+ #: ../admin/social_sharing.php:16
256
  msgid "Troubleshooter"
257
  msgstr "Solucionador de problemas"
258
 
259
+ #: ../admin/social_sharing.php:17
260
+ #: ../admin/social_sharing.php:1237
261
  #: ../admin/social_commenting.php:12
262
  #: ../admin/social_commenting.php:427
263
  msgid "FAQ"
264
  msgstr ""
265
 
266
+ #: ../admin/social_sharing.php:29
267
  msgid "Enable Social Sharing"
268
  msgstr "Habilitar Social Sharing"
269
 
270
+ #: ../admin/social_sharing.php:39
271
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
272
  msgstr "Control maestro para compartir en redes sociales. Esto debe estar marcado para habilitar la funcionalidad de Social Sharing "
273
 
274
+ #: ../admin/social_sharing.php:47
275
  msgid "Delete all the options on plugin deletion"
276
  msgstr "Eliminar todas las opciones de plugin de eliminación"
277
 
278
+ #: ../admin/social_sharing.php:57
279
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
280
  msgstr "Si se activa, las opciones del plugin será borrado cuando se elimina el plugin / desinstalado y tendrá que volver a configurar las opciones al instalar el plugin próxima vez."
281
 
282
+ #: ../admin/social_sharing.php:72
283
  #, fuzzy
284
  msgid "Horizontal interface options"
285
  msgstr "Horizontales Opciones para compartir la interfaz de"
286
 
287
+ #: ../admin/social_sharing.php:78
288
+ #: ../admin/social_sharing.php:156
289
  msgid "Shape"
290
  msgstr "Forma"
291
 
292
+ #: ../admin/social_sharing.php:86
293
+ #: ../admin/social_sharing.php:164
294
  msgid "Round"
295
  msgstr "Ronda"
296
 
297
+ #: ../admin/social_sharing.php:88
298
+ #: ../admin/social_sharing.php:166
299
  msgid "Square"
300
  msgstr "Cuadrado"
301
 
302
+ #: ../admin/social_sharing.php:95
303
+ #: ../admin/social_sharing.php:173
304
  #, fuzzy
305
  msgid "Shape of the sharing icons"
306
  msgstr "conteos muestran acciones"
307
 
308
+ #: ../admin/social_sharing.php:103
309
+ #: ../admin/social_sharing.php:181
310
  msgid "Size (in pixels)"
311
  msgstr "Tamaño (en píxeles)"
312
 
313
+ #: ../admin/social_sharing.php:121
314
+ #: ../admin/social_sharing.php:199
315
  #, fuzzy
316
  msgid "Size of the sharing icons"
317
  msgstr "Habilitar interfaz de intercambio horizontal"
318
 
319
+ #: ../admin/social_sharing.php:128
320
+ #: ../admin/social_sharing.php:206
321
  msgid "Icon Preview"
322
  msgstr "Icono Vista previa"
323
 
324
+ #: ../admin/social_sharing.php:142
325
+ #: ../admin/social_sharing.php:220
326
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
327
  msgstr "No se olvide de guardar la configuración después de realizar cambios haciendo clic en el botón de guardar a continuación"
328
 
329
+ #: ../admin/social_sharing.php:150
330
  #, fuzzy
331
  msgid "Vertical interface options"
332
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
333
 
334
+ #: ../admin/social_sharing.php:234
335
  msgid "Modernizr"
336
  msgstr ""
337
 
338
+ #: ../admin/social_sharing.php:240
339
  msgid "Do not load Modernizr JS"
340
  msgstr "No cargue Modernizr JS"
341
 
342
+ #: ../admin/social_sharing.php:250
343
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
344
  msgstr "Si usted encuentra el plugin romper su tema, puede intentar activar esta opción"
345
 
346
+ #: ../admin/social_sharing.php:259
347
  #: ../admin/like_buttons.php:51
348
  #, fuzzy
349
  msgid "Url shortener"
350
  msgstr "bit.ly url acortador"
351
 
352
+ #: ../admin/social_sharing.php:265
353
  msgid "Use shortlinks already installed"
354
  msgstr "Use shortlinks ya instalados"
355
 
356
+ #: ../admin/social_sharing.php:275
357
  #: ../admin/like_buttons.php:67
358
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
359
  msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
360
 
361
+ #: ../admin/social_sharing.php:283
362
  msgid "Enable bit.ly url shortener for sharing"
363
  msgstr "Habilitar acortador de url bit.ly para compartir"
364
 
365
+ #: ../admin/social_sharing.php:293
366
  #: ../admin/like_buttons.php:85
367
  #, fuzzy
368
  msgid "Master control to enable bit.ly url shortening for sharing"
369
  msgstr "Control maestro para permitir el intercambio horizontal"
370
 
371
+ #: ../admin/social_sharing.php:301
372
  #: ../admin/like_buttons.php:93
373
  msgid "bit.ly username"
374
  msgstr "bit.ly nombre de usuario"
375
 
376
+ #: ../admin/social_sharing.php:311
377
  #: ../admin/like_buttons.php:103
378
  #, fuzzy, php-format
379
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
380
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
381
 
382
+ #: ../admin/social_sharing.php:320
383
  #: ../admin/like_buttons.php:112
384
  #, fuzzy
385
  msgid "bit.ly API Key"
386
  msgstr "Clave Consumidor Twitter"
387
 
388
+ #: ../admin/social_sharing.php:330
389
  #: ../admin/like_buttons.php:122
390
  #, fuzzy, php-format
391
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
392
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
393
 
394
+ #: ../admin/social_sharing.php:340
395
  msgid "Twitter username in sharing"
396
  msgstr "Twitter nombre de usuario en el intercambio"
397
 
398
+ #: ../admin/social_sharing.php:346
399
  msgid "Twitter username (without @)"
400
  msgstr "Twitter nombre de usuario (sin @)"
401
 
402
+ #: ../admin/social_sharing.php:356
403
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
404
  msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se comparte como \"a travésUSERNAME\". Dejar vacío si no desea que cualquier nombre de usuario en el contenido que se comparte."
405
 
406
+ #: ../admin/social_sharing.php:366
407
  msgid "Horizontal Sharing Interface Options"
408
  msgstr "Horizontales Opciones para compartir la interfaz de"
409
 
410
+ #: ../admin/social_sharing.php:372
411
  msgid "Enable horizontal sharing interface"
412
  msgstr "Habilitar interfaz de intercambio horizontal"
413
 
414
+ #: ../admin/social_sharing.php:382
415
  msgid "Master control to enable horizontal sharing"
416
  msgstr "Control maestro para permitir el intercambio horizontal"
417
 
418
+ #: ../admin/social_sharing.php:392
419
+ #: ../admin/social_sharing.php:785
420
  #: ../admin/like_buttons.php:227
421
  #: ../admin/like_buttons.php:465
422
  msgid "Target Url"
423
  msgstr "Target Url"
424
 
425
+ #: ../admin/social_sharing.php:396
426
+ #: ../admin/social_sharing.php:789
427
  #: ../admin/like_buttons.php:231
428
  #: ../admin/like_buttons.php:469
429
  msgid "Url of the webpage where icons are located (default)"
430
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
431
 
432
+ #: ../admin/social_sharing.php:398
433
+ #: ../admin/social_sharing.php:791
434
  #: ../admin/like_buttons.php:233
435
  #: ../admin/like_buttons.php:471
436
  msgid "Url of the homepage of your website"
437
  msgstr "Url de la página principal de su sitio web"
438
 
439
+ #: ../admin/social_sharing.php:400
440
+ #: ../admin/social_sharing.php:793
441
  #: ../admin/like_buttons.php:235
442
  #: ../admin/like_buttons.php:473
443
  #, fuzzy
444
  msgid "Custom url"
445
  msgstr "Url personalizada"
446
 
447
+ #: ../admin/social_sharing.php:407
448
+ #: ../admin/social_sharing.php:800
449
  msgid "Url to share"
450
  msgstr "Url compartir"
451
 
452
+ #: ../admin/social_sharing.php:415
453
+ #: ../admin/social_login.php:353
454
  #: ../admin/like_buttons.php:250
455
  msgid "Title"
456
  msgstr "Titulo"
457
 
458
+ #: ../admin/social_sharing.php:425
459
  msgid "The text to display above the sharing interface"
460
  msgstr "El texto que se muestra por encima de la interfaz compartida "
461
 
462
+ #: ../admin/social_sharing.php:433
463
+ #: ../admin/social_sharing.php:808
464
+ #: ../admin/social_login.php:80
465
  msgid "Select providers"
466
  msgstr "Seleccionar proveedores"
467
 
468
+ #: ../admin/social_sharing.php:443
469
+ #: ../admin/social_sharing.php:818
470
+ #: ../admin/social_login.php:89
471
  msgid "Twitter"
472
  msgstr ""
473
 
474
+ #: ../admin/social_sharing.php:448
475
+ #: ../admin/social_sharing.php:823
476
+ #: ../admin/social_login.php:93
477
  msgid "LinkedIn"
478
  msgstr ""
479
 
480
+ #: ../admin/social_sharing.php:453
481
+ #: ../admin/social_sharing.php:828
482
+ #: ../admin/social_login.php:97
483
  msgid "Google+"
484
  msgstr ""
485
 
486
+ #: ../admin/social_sharing.php:458
487
+ #: ../admin/social_sharing.php:833
488
  msgid "Print"
489
  msgstr "Impresión"
490
 
491
+ #: ../admin/social_sharing.php:463
492
+ #: ../admin/social_sharing.php:838
493
  msgid "Email"
494
  msgstr ""
495
 
496
+ #: ../admin/social_sharing.php:468
497
+ #: ../admin/social_sharing.php:843
498
  msgid "Yahoo"
499
  msgstr ""
500
 
501
+ #: ../admin/social_sharing.php:473
502
+ #: ../admin/social_sharing.php:848
503
  msgid "Reddit"
504
  msgstr ""
505
 
506
+ #: ../admin/social_sharing.php:478
507
+ #: ../admin/social_sharing.php:853
508
  msgid "Digg"
509
  msgstr ""
510
 
511
+ #: ../admin/social_sharing.php:483
512
+ #: ../admin/social_sharing.php:858
513
  msgid "Delicious"
514
  msgstr ""
515
 
516
+ #: ../admin/social_sharing.php:488
517
+ #: ../admin/social_sharing.php:863
518
  msgid "StumbleUpon"
519
  msgstr ""
520
 
521
+ #: ../admin/social_sharing.php:493
522
+ #: ../admin/social_sharing.php:868
523
  msgid "Float it"
524
  msgstr ""
525
 
526
+ #: ../admin/social_sharing.php:498
527
+ #: ../admin/social_sharing.php:873
528
  msgid "Tumblr"
529
  msgstr ""
530
 
531
+ #: ../admin/social_sharing.php:503
532
+ #: ../admin/social_sharing.php:878
533
+ #: ../admin/social_login.php:101
534
  msgid "Vkontakte"
535
  msgstr ""
536
 
537
+ #: ../admin/social_sharing.php:508
538
+ #: ../admin/social_sharing.php:883
539
  msgid "Pinterest"
540
  msgstr ""
541
 
542
+ #: ../admin/social_sharing.php:513
543
+ #: ../admin/social_sharing.php:888
544
+ #: ../admin/social_login.php:109
545
  msgid "Xing"
546
  msgstr ""
547
 
548
+ #: ../admin/social_sharing.php:518
549
+ #: ../admin/social_sharing.php:893
550
  msgid "Whatsapp"
551
  msgstr ""
552
 
553
+ #: ../admin/social_sharing.php:523
554
+ #: ../admin/social_sharing.php:898
555
  msgid "Yummly"
556
  msgstr ""
557
 
558
+ #: ../admin/social_sharing.php:528
559
+ #: ../admin/social_sharing.php:903
560
  msgid "Buffer"
561
  msgstr ""
562
 
563
+ #: ../admin/social_sharing.php:536
564
+ #: ../admin/social_sharing.php:911
565
  msgid "Select the providers for sharing interface"
566
  msgstr "Seleccione los proveedores para compartir la interfaz"
567
 
568
+ #: ../admin/social_sharing.php:544
569
+ #: ../admin/social_sharing.php:919
570
  msgid "Rearrange icons"
571
  msgstr "Reorganizar iconos"
572
 
573
+ #: ../admin/social_sharing.php:576
574
+ #: ../admin/social_sharing.php:951
575
  msgid "Drag the icons to rearrange in desired order"
576
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
577
 
578
+ #: ../admin/social_sharing.php:584
579
+ #: ../admin/social_sharing.php:977
580
  #: ../admin/like_buttons.php:320
581
  #: ../admin/like_buttons.php:557
582
  #, fuzzy
583
  msgid "Horizontal alignment"
584
  msgstr "Horizontales Opciones para compartir la interfaz de"
585
 
586
+ #: ../admin/social_sharing.php:588
587
+ #: ../admin/social_sharing.php:981
588
  #: ../admin/like_buttons.php:324
589
  #: ../admin/like_buttons.php:561
590
  msgid "Left"
591
  msgstr "izquierda"
592
 
593
+ #: ../admin/social_sharing.php:589
594
  #: ../admin/like_buttons.php:325
595
  msgid "Center"
596
  msgstr "centro"
597
 
598
+ #: ../admin/social_sharing.php:590
599
+ #: ../admin/social_sharing.php:982
600
  #: ../admin/like_buttons.php:326
601
  #: ../admin/like_buttons.php:562
602
  #, fuzzy
603
  msgid "Right"
604
  msgstr "Claro"
605
 
606
+ #: ../admin/social_sharing.php:598
607
+ #: ../admin/social_sharing.php:990
608
  #, fuzzy
609
  msgid "Horizontal alignment of the sharing interface"
610
  msgstr "Habilitar interfaz de intercambio horizontal"
611
 
612
+ #: ../admin/social_sharing.php:606
613
  #: ../admin/like_buttons.php:342
614
  msgid "Position with respect to content"
615
  msgstr "Posición con respecto al contenido"
616
 
617
+ #: ../admin/social_sharing.php:610
618
  #: ../admin/like_buttons.php:346
619
  msgid "Top of the content"
620
  msgstr "Parte superior del contenido"
621
 
622
+ #: ../admin/social_sharing.php:612
623
  #: ../admin/like_buttons.php:348
624
  msgid "Bottom of the content"
625
  msgstr "Parte inferior del contenido"
626
 
627
+ #: ../admin/social_sharing.php:619
628
  msgid "Specify position of the sharing interface with respect to the content"
629
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
630
 
631
+ #: ../admin/social_sharing.php:627
632
+ #: ../admin/social_sharing.php:1056
633
  msgid "Sharing location"
634
  msgstr "Ubicación de uso compartido"
635
 
636
+ #: ../admin/social_sharing.php:631
637
+ #: ../admin/social_sharing.php:1060
638
+ #: ../admin/social_login.php:613
639
+ #: ../admin/social_login.php:643
640
  #: ../admin/like_buttons.php:367
641
  #: ../admin/like_buttons.php:640
642
  msgid "Homepage"
643
  msgstr "Página de inicio"
644
 
645
+ #: ../admin/social_sharing.php:633
646
+ #: ../admin/social_sharing.php:1062
647
  #: ../admin/like_buttons.php:369
648
  #: ../admin/like_buttons.php:642
649
  msgid "Posts"
650
  msgstr "Publicaciones"
651
 
652
+ #: ../admin/social_sharing.php:635
653
+ #: ../admin/social_sharing.php:1064
654
  #: ../admin/like_buttons.php:371
655
  #: ../admin/like_buttons.php:644
656
  msgid "Pages"
657
  msgstr "Páginas"
658
 
659
+ #: ../admin/social_sharing.php:637
660
+ #: ../admin/social_sharing.php:1066
661
  msgid "Excerpts (at Homepage)"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:639
665
+ #: ../admin/social_sharing.php:1068
666
  #: ../admin/like_buttons.php:375
667
  #: ../admin/like_buttons.php:648
668
  msgid "Category Archives"
669
  msgstr "Archivos de la categoría"
670
 
671
+ #: ../admin/social_sharing.php:641
672
+ #: ../admin/social_sharing.php:1070
673
  #: ../admin/like_buttons.php:377
674
  #: ../admin/like_buttons.php:650
675
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
676
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
677
 
678
+ #: ../admin/social_sharing.php:657
679
  #: ../admin/like_buttons.php:393
680
  msgid "BuddyPress activity and groups"
681
  msgstr "Actividad y grupos BuddyPress"
682
 
683
+ #: ../admin/social_sharing.php:663
684
+ #: ../admin/social_sharing.php:1085
685
  #: ../admin/like_buttons.php:400
686
  #: ../admin/like_buttons.php:665
687
  msgid "BBPress forum"
688
  msgstr "foro BBPress"
689
 
690
+ #: ../admin/social_sharing.php:666
691
+ #: ../admin/social_sharing.php:1088
692
  #: ../admin/like_buttons.php:403
693
  #: ../admin/like_buttons.php:668
694
  msgid "BBPress topic"
695
  msgstr "tema BBPress"
696
 
697
+ #: ../admin/social_sharing.php:669
698
  #: ../admin/like_buttons.php:406
699
  msgid "BBPress reply"
700
  msgstr "BBPress respuesta"
701
 
702
+ #: ../admin/social_sharing.php:676
703
  #: ../admin/like_buttons.php:412
704
  msgid "After individual product at WooCommerce Shop page"
705
  msgstr "Después de cada producto en la página WooCommerce Shop"
706
 
707
+ #: ../admin/social_sharing.php:679
708
  #: ../admin/like_buttons.php:415
709
  msgid "WooCommerce Product Page"
710
  msgstr "WooCommerce Product Page"
711
 
712
+ #: ../admin/social_sharing.php:682
713
  #: ../admin/like_buttons.php:418
714
  msgid "WooCommerce Thankyou Page"
715
  msgstr "WooCommerce Gracias Página"
716
 
717
+ #: ../admin/social_sharing.php:693
718
  msgid "Specify the pages where you want to enable Sharing interface"
719
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
720
 
721
+ #: ../admin/social_sharing.php:701
722
+ #: ../admin/social_sharing.php:1106
723
  msgid "Show share counts"
724
  msgstr "conteos muestran acciones"
725
 
726
+ #: ../admin/social_sharing.php:711
727
+ #: ../admin/social_sharing.php:1116
728
  msgid "If enabled, share counts are displayed above sharing icons."
729
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
730
 
731
+ #: ../admin/social_sharing.php:720
732
+ #: ../admin/social_sharing.php:1125
733
  #, fuzzy
734
  msgid "Show total shares"
735
  msgstr "conteos muestran acciones"
736
 
737
+ #: ../admin/social_sharing.php:730
738
+ #: ../admin/social_sharing.php:1135
739
  #, fuzzy
740
  msgid "If enabled, total shares will be displayed with sharing icons"
741
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
742
 
743
+ #: ../admin/social_sharing.php:739
744
+ #: ../admin/social_sharing.php:1144
745
  #, fuzzy
746
  msgid "Enable 'More' icon"
747
  msgstr "Habilitar verificación de correo electrónico"
748
 
749
+ #: ../admin/social_sharing.php:749
750
+ #: ../admin/social_sharing.php:1154
751
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
752
  msgstr "Si se activa, icono \"Más\" se mostrará iconos de intercambio después de seleccionados que muestra las redes de intercambio adicionales en popup"
753
 
754
+ #: ../admin/social_sharing.php:759
755
  msgid "Vertical (Floating) Sharing Interface Options"
756
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
757
 
758
+ #: ../admin/social_sharing.php:765
759
  msgid "Enable vertical (floating) sharing interface"
760
  msgstr "Habilitar vertical (flotante) interfaz compartida"
761
 
762
+ #: ../admin/social_sharing.php:775
763
  msgid "Master control to enable vertical (floating) sharing widget"
764
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
765
 
766
+ #: ../admin/social_sharing.php:959
767
  #: ../admin/like_buttons.php:539
768
  msgid "Background Color"
769
  msgstr "color de fondo"
770
 
771
+ #: ../admin/social_sharing.php:969
772
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
773
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
774
 
775
+ #: ../admin/social_sharing.php:999
776
  #: ../admin/like_buttons.php:579
777
  msgid "Left offset"
778
  msgstr "desplazamiento izquierda"
779
 
780
+ #: ../admin/social_sharing.php:1009
781
  #, fuzzy
782
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
783
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
784
 
785
+ #: ../admin/social_sharing.php:1019
786
  #: ../admin/like_buttons.php:599
787
  #, fuzzy
788
  msgid "Right offset"
789
  msgstr "desplazamiento izquierda"
790
 
791
+ #: ../admin/social_sharing.php:1029
792
  #, fuzzy
793
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
794
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
795
 
796
+ #: ../admin/social_sharing.php:1038
797
  #: ../admin/like_buttons.php:618
798
  msgid "Top offset"
799
  msgstr "superior compensar"
800
 
801
+ #: ../admin/social_sharing.php:1048
802
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
803
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
804
 
805
+ #: ../admin/social_sharing.php:1098
806
  msgid "Specify the pages where you want to enable vertical Sharing interface"
807
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
808
 
809
+ #: ../admin/social_sharing.php:1162
810
  #, fuzzy
811
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
812
  msgstr "Ocultar compartir en dispositivos móviles"
813
 
814
+ #: ../admin/social_sharing.php:1172
815
  #, fuzzy
816
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
817
  msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
818
 
819
+ #: ../admin/social_sharing.php:1181
820
  msgid "Hide sharing on mobile devices"
821
  msgstr "Ocultar compartir en dispositivos móviles"
822
 
823
+ #: ../admin/social_sharing.php:1191
824
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
825
  msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
826
 
827
+ #: ../admin/social_sharing.php:1208
828
  #, fuzzy
829
  msgid "Social Sharing Shortcode & Widget"
830
  msgstr "Widgets y shortcodes"
831
 
832
+ #: ../admin/social_sharing.php:1218
833
  msgid "Facebook Sharing Troubleshooter"
834
  msgstr "Facebook Sharing Solucionador de problemas"
835
 
836
+ #: ../admin/social_sharing.php:1223
837
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
838
  msgstr "Si Facebook compartir no está funcionando bien, haga clic en el siguiente enlace e introduzca la url problemático (donde compartir en Facebook no funciona correctamente) de su sitio web en el campo de texto:"
839
 
840
+ #: ../admin/social_sharing.php:1239
841
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
842
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
843
 
844
+ #: ../admin/social_sharing.php:1240
845
  #, fuzzy
846
  msgid "How can I disable sharing on particular page/post?"
847
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
848
 
849
+ #: ../admin/social_sharing.php:1241
850
  msgid "How can I specify minimum sharing count for sharing networks?"
851
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
852
 
853
+ #: ../admin/social_sharing.php:1251
854
  #: ../admin/social_commenting.php:438
855
+ #: ../admin/social_login.php:765
856
  #: ../admin/like_buttons.php:723
857
  msgid "Save Changes"
858
  msgstr "Guardar cambios"
1075
  msgid "How to disable default comment form from Social Commenting?"
1076
  msgstr "Cómo desactivar la forma de comentario por defecto desde Comentando Social?"
1077
 
1078
+ #: ../admin/social_login.php:3
1079
+ msgid "Award points for Social Login"
1080
+ msgstr "Otorgar puntos para Social Login"
1081
+
1082
+ #: ../admin/social_login.php:11
1083
  msgid "Social Login"
1084
  msgstr "Social Login"
1085
 
1086
+ #: ../admin/social_login.php:24
1087
  msgid "Enable Social Login"
1088
  msgstr "Habilitar Social Login"
1089
 
1090
+ #: ../admin/social_login.php:34
1091
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1092
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
1093
 
1094
+ #: ../admin/social_login.php:42
1095
+ msgid "Disable user registration via Social Login"
1096
+ msgstr ""
1097
+
1098
+ #: ../admin/social_login.php:52
1099
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1100
+ msgstr ""
1101
+
1102
+ #: ../admin/social_login.php:61
1103
+ #, fuzzy
1104
+ msgid "Redirection url"
1105
+ msgstr "Redireccionamiento de inicio de sesión"
1106
+
1107
+ #: ../admin/social_login.php:71
1108
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1109
+ msgstr ""
1110
+
1111
+ #: ../admin/social_login.php:105
1112
  msgid "Instagram"
1113
  msgstr ""
1114
 
1115
+ #: ../admin/social_login.php:117
1116
  msgid "Select Social ID provider to enable in Social Login"
1117
  msgstr "Seleccione un proveedor de Identificación Social para habilitarse en Social Login"
1118
 
1119
+ #: ../admin/social_login.php:125
1120
  msgid "Facebook App ID"
1121
  msgstr "ID de App. Facebook"
1122
 
1123
+ #: ../admin/social_login.php:135
1124
  #, php-format
1125
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1126
  msgstr "Necesario para que funcione Facebook Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de App. Facebook"
1127
 
1128
+ #: ../admin/social_login.php:137
1129
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1130
  msgstr "Pegue siguiente url en <strong>Site URL</ strong> en el enlace mencionado"
1131
 
1132
+ #: ../admin/social_login.php:147
1133
  #, fuzzy
1134
  msgid "Twitter API Key"
1135
  msgstr "Clave Consumidor Twitter"
1136
 
1137
+ #: ../admin/social_login.php:157
1138
  #, fuzzy, php-format
1139
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1140
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
1141
 
1142
+ #: ../admin/social_login.php:159
1143
+ #: ../admin/social_login.php:181
1144
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1145
  msgstr "Pegue siguiente url en <strong>Website</strong> y <strong>Callback URL</ strong> Opciones en el enlace mencionado"
1146
 
1147
+ #: ../admin/social_login.php:169
1148
  #, fuzzy
1149
  msgid "Twitter API Secret"
1150
  msgstr "Twitter Secreto del Consumidor"
1151
 
1152
+ #: ../admin/social_login.php:179
1153
  #, fuzzy, php-format
1154
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1155
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1156
 
1157
+ #: ../admin/social_login.php:191
1158
  msgid "LinkedIn API Key"
1159
  msgstr "Clave LinkedIn API"
1160
 
1161
+ #: ../admin/social_login.php:201
1162
  #, php-format
1163
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1164
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1165
 
1166
+ #: ../admin/social_login.php:203
1167
+ #: ../admin/social_login.php:269
1168
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1169
  msgstr "Pegar siguiente url en <strong>Website URL</strong> en el enlace mencionado"
1170
 
1171
+ #: ../admin/social_login.php:213
1172
  msgid "Google+ Client ID"
1173
  msgstr "ID Cliente Google+"
1174
 
1175
+ #: ../admin/social_login.php:223
1176
  #, php-format
1177
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1178
  msgstr "Requerida para que funcione GooglePlus Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente GooglePlus"
1179
 
1180
+ #: ../admin/social_login.php:225
1181
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1182
  msgstr "Pegar siguiente url en <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> y <strong>AUTHORIZED REDIRECT URI</ strong> Opciones en el enlace mencionado"
1183
 
1184
+ #: ../admin/social_login.php:235
1185
  msgid "Vkontakte Application ID"
1186
  msgstr "ID de App. Vkontakte"
1187
 
1188
+ #: ../admin/social_login.php:245
1189
  #, php-format
1190
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1191
  msgstr "Requerida para que funcione Vkontakte Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID de app Vkontakte"
1192
 
1193
+ #: ../admin/social_login.php:247
1194
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1195
  msgstr "Pegar siguiente url en <strong>Site address</ strong> en el enlace mencionado"
1196
 
1197
+ #: ../admin/social_login.php:257
1198
  msgid "Instagram Client ID"
1199
  msgstr "ID Cliente Instagram"
1200
 
1201
+ #: ../admin/social_login.php:267
1202
  #, php-format
1203
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1204
  msgstr "Requerida para que funcione Instagram Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener ID Cliente Instagram"
1205
 
1206
+ #: ../admin/social_login.php:279
1207
  msgid "Xing Consumer Key"
1208
  msgstr ""
1209
 
1210
+ #: ../admin/social_login.php:289
1211
  #, fuzzy, php-format
1212
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1213
  msgstr "Requerida para que funcione LinkedIn Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener su Clave LinkedIn API"
1214
 
1215
+ #: ../admin/social_login.php:291
1216
+ #: ../admin/social_login.php:313
1217
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1218
  msgstr "Pegar siguiente url en el dominio de devolución de llamada <strong>Callback domain</ strong> en el enlace mencionado"
1219
 
1220
+ #: ../admin/social_login.php:301
1221
  msgid "Xing Consumer Secret"
1222
  msgstr ""
1223
 
1224
+ #: ../admin/social_login.php:311
1225
  #, fuzzy, php-format
1226
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1227
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
1228
 
1229
+ #: ../admin/social_login.php:323
1230
  msgid "Include Javascript in website footer"
1231
  msgstr "Incluir Javascript en el pie de página del sitio web"
1232
 
1233
+ #: ../admin/social_login.php:333
1234
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1235
  msgstr "Si está activado (recomendado), archivos Javascript se incluirán en el pie de página de su sitio web."
1236
 
1237
+ #: ../admin/social_login.php:347
1238
  msgid "Login options"
1239
  msgstr "Opciones Inicio de Sesión"
1240
 
1241
+ #: ../admin/social_login.php:363
1242
  msgid "Text to display above the Social Login interface"
1243
  msgstr "Texto para mostrar por encima de la interfaz Social Login"
1244
 
1245
+ #: ../admin/social_login.php:372
1246
  msgid "Enable at login page"
1247
  msgstr "Activar en la página de inicio de sesión"
1248
 
1249
+ #: ../admin/social_login.php:382
1250
  #, fuzzy
1251
  msgid "Social Login interface will get enabled at the login page of your website"
1252
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1253
 
1254
+ #: ../admin/social_login.php:390
1255
  msgid "Enable at register page"
1256
  msgstr "Habilitar en página de registro"
1257
 
1258
+ #: ../admin/social_login.php:400
1259
  #, fuzzy
1260
  msgid "Social Login interface will get enabled at the registration page of your website"
1261
  msgstr "La interfaz Social Login se habilitará en su página de registro Wordpress"
1262
 
1263
+ #: ../admin/social_login.php:408
1264
  msgid "Enable at comment form"
1265
  msgstr "Habilitar en formulario de Comentario"
1266
 
1267
+ #: ../admin/social_login.php:418
1268
  #, fuzzy
1269
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1270
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1271
 
1272
+ #: ../admin/social_login.php:432
1273
  msgid "Enable before WooCommerce Customer Login Form"
1274
  msgstr "Habilitar antes WooCommerce Formulario Cliente Login"
1275
 
1276
+ #: ../admin/social_login.php:442
1277
  #, fuzzy
1278
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1279
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1280
 
1281
+ #: ../admin/social_login.php:450
1282
  msgid "Enable after WooCommerce Customer Login Form"
1283
  msgstr "Activar después WooCommerce Formulario Cliente Login"
1284
 
1285
+ #: ../admin/social_login.php:460
1286
  #, fuzzy
1287
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1288
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1289
 
1290
+ #: ../admin/social_login.php:468
1291
  #, fuzzy
1292
  msgid "Enable at WooCommerce checkout page"
1293
  msgstr "Habilitar en página de registro"
1294
 
1295
+ #: ../admin/social_login.php:478
1296
  #, fuzzy
1297
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1298
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1299
 
1300
+ #: ../admin/social_login.php:489
1301
  msgid "Auto-approve comments made by Social Login users"
1302
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1303
 
1304
+ #: ../admin/social_login.php:499
1305
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1306
  msgstr "Si esta opción está activada, y WordPress comentario es hecho por Social Login usuario, comentario será aprobado inmediatamente sin tener en moderación."
1307
 
1308
+ #: ../admin/social_login.php:500
1309
  msgid "Note: This is not related to Facebook comments"
1310
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1311
 
1312
+ #: ../admin/social_login.php:510
1313
  msgid "Enable social avatar"
1314
  msgstr "Habilitar avatar Social"
1315
 
1316
+ #: ../admin/social_login.php:520
1317
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1318
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1319
 
1320
+ #: ../admin/social_login.php:530
1321
  msgid "Avatar quality"
1322
  msgstr "Avatar calidad"
1323
 
1324
+ #: ../admin/social_login.php:533
1325
  msgid "Average"
1326
  msgstr "promedio"
1327
 
1328
+ #: ../admin/social_login.php:534
1329
  msgid "Best"
1330
  msgstr ""
1331
 
1332
+ #: ../admin/social_login.php:541
1333
  msgid "Choose avatar quality"
1334
  msgstr "Elija la calidad avatar"
1335
 
1336
+ #: ../admin/social_login.php:560
1337
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1338
  msgstr "Si lo habilita y el proveedor de Identificación Social no proporciona dirección de correo electrónico del usuario al iniciar sesión, se le pedirá al usuario proporcionar su dirección de correo electrónico De lo contrario, un correo electrónico ficticio, se generará"
1339
 
1340
+ #: ../admin/social_login.php:569
1341
  msgid "Send username-password after user registration"
1342
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1343
 
1344
+ #: ../admin/social_login.php:579
1345
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1346
  msgstr "Si está habilitada, un correo electrónico será enviado al usuario después del registro a través de Social Login, con respecto a su / sus credenciales de inicio de sesión (nombre de usuario-contraseña para poder ingresar a través del formulario de inicio de sesión tradicional)"
1347
 
1348
+ #: ../admin/social_login.php:588
1349
  msgid "Enable social account linking at BuddyPress profile page"
1350
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1351
 
1352
+ #: ../admin/social_login.php:598
1353
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1354
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1355
 
1356
+ #: ../admin/social_login.php:607
1357
  msgid "Login redirection"
1358
  msgstr "Redireccionamiento de inicio de sesión"
1359
 
1360
+ #: ../admin/social_login.php:611
1361
  msgid "Same page where user logged in"
1362
  msgstr "La misma página donde el usuario ha iniciado sesión"
1363
 
1364
+ #: ../admin/social_login.php:615
1365
+ #: ../admin/social_login.php:645
1366
  msgid "Account dashboard"
1367
  msgstr "Panel de cuenta"
1368
 
1369
+ #: ../admin/social_login.php:618
1370
+ #: ../admin/social_login.php:648
1371
  msgid "BuddyPress profile page"
1372
  msgstr "Página de perfil BuddyPress"
1373
 
1374
+ #: ../admin/social_login.php:621
1375
+ #: ../admin/social_login.php:651
1376
  msgid "Custom Url"
1377
  msgstr "Url personalizada"
1378
 
1379
+ #: ../admin/social_login.php:629
1380
  msgid "User will be redirected to the selected page after Social Login"
1381
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1382
 
1383
+ #: ../admin/social_login.php:637
1384
  msgid "Registration redirection"
1385
  msgstr "redirección de registro"
1386
 
1387
+ #: ../admin/social_login.php:641
1388
  #, fuzzy
1389
  msgid "Same page from where user registered"
1390
  msgstr "La misma página donde el usuario ha iniciado sesión"
1391
 
1392
+ #: ../admin/social_login.php:659
1393
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1394
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1395
 
1396
+ #: ../admin/social_login.php:667
1397
  msgid "Email popup options"
1398
  msgstr "opciones emergentes de correo electrónico"
1399
 
1400
+ #: ../admin/social_login.php:673
1401
  msgid "Text on 'Email required' popup"
1402
  msgstr "Texto en 'Email required' popup"
1403
 
1404
+ #: ../admin/social_login.php:683
1405
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1406
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1407
 
1408
+ #: ../admin/social_login.php:692
1409
  msgid "Error message for 'Email required' popup"
1410
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1411
 
1412
+ #: ../admin/social_login.php:702
1413
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1414
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1415
 
1416
+ #: ../admin/social_login.php:711
1417
  msgid "Email popup height"
1418
  msgstr "email altura popup"
1419
 
1420
+ #: ../admin/social_login.php:721
1421
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1422
  msgstr "Si usted está viendo la barra de desplazamiento vertical en el \"Correo electrónico requerido\" emergente, puede aumentar la altura del elemento emergente mediante la especificación de esta opción. Dejar en blanco para el defecto."
1423
 
1424
+ #: ../admin/social_login.php:729
1425
  msgid "Enable email verification"
1426
  msgstr "Habilitar verificación de correo electrónico"
1427
 
1428
+ #: ../admin/social_login.php:739
1429
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1430
  msgstr "Si está activado, el correo electrónico proporcionado por el usuario se verificará mediante el envío de un enlace de confirmación a ese correo electrónico. El usuario no podrá iniciar sesión sin verificar su email"
1431
 
1432
+ #: ../admin/social_login.php:755
1433
  #, fuzzy
1434
  msgid "Social Login Shortcode & Widget"
1435
  msgstr "Widgets y shortcodes"
1436
 
1437
+ #: ../admin/social_login.php:756
1438
  msgid "Social Linking Shortcode"
1439
  msgstr ""
1440
 
1646
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1647
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1648
 
1649
+ #: ../inc/social_sharing.php:598
1650
  msgid "Invalid request"
1651
  msgstr "petición no válida"
1652
 
1653
+ #: ../inc/social_sharing.php:605
1654
  msgid "Providers not selected"
1655
  msgstr "Los proveedores no seleccionados"
1656
 
1657
+ #: ../inc/social_login.php:232
1658
+ #, php-format
1659
+ msgid "Username: %s"
1660
+ msgstr ""
1661
+
1662
+ #: ../inc/social_login.php:233
1663
+ #, php-format
1664
+ msgid "Password: %s"
1665
+ msgstr ""
1666
+
1667
+ #: ../inc/social_login.php:236
1668
+ #, php-format
1669
+ msgid "[%s] Your username and password"
1670
+ msgstr ""
1671
+
1672
  #: ../inc/widget.php:11
1673
  msgid "Super Socializer - Login"
1674
  msgstr "Super Socializer - Login"
languages/Super-Socializer-fr_FR.mo CHANGED
Binary file
languages/Super-Socializer-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:11+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:11+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -16,63 +16,63 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:224
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 3 %s)"
23
 
24
- #: ../super_socializer.php:227
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
- #: ../super_socializer.php:397
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
- #: ../super_socializer.php:397
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
- #: ../super_socializer.php:401
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
- #: ../super_socializer.php:436
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
- #: ../super_socializer.php:513
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
- #: ../super_socializer.php:604
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
- #: ../super_socializer.php:607
63
  msgid "Small Avatar Url"
64
  msgstr "Petit Avatar Url"
65
 
66
- #: ../super_socializer.php:612
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Cible Url"
70
 
71
- #: ../super_socializer.php:645
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
74
 
75
- #: ../super_socializer.php:649
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
78
 
@@ -97,71 +97,71 @@ msgstr "Cliquez sur pour cacher l'aide"
97
  msgid "Settings"
98
  msgstr "Paramètres"
99
 
100
- #: ../helper.php:503
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Paramètres enregistrées avec succès"
104
 
105
- #: ../helper.php:507
106
  msgid "Account already exists or linked"
107
  msgstr "Compte existe déjà ou liée"
108
 
109
- #: ../helper.php:516
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Vous êtes prêt à Socialiser votre site web."
113
 
114
- #: ../helper.php:516
115
  msgid "as primary social network"
116
  msgstr "comme réseau social primaire"
117
 
118
- #: ../helper.php:531
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
121
 
122
- #: ../helper.php:568
123
  msgid "Currently"
124
  msgstr "actuellement"
125
 
126
- #: ../helper.php:568
127
  msgid "Remove"
128
  msgstr "supprimer"
129
 
130
- #: ../helper.php:669
131
  msgid "Disable Horizontal Social Sharing on this "
132
  msgstr "Désactiver les boutons de partage horizontaux sur cette page"
133
 
134
- #: ../helper.php:674
135
  msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Désactiver les boutons de partage verticaux sur cette page"
137
 
138
- #: ../helper.php:679
139
  #, fuzzy
140
  msgid "Disable Horizontal like buttons on this "
141
  msgstr "Désactiver le compteur social horizontal sur cette page"
142
 
143
- #: ../helper.php:684
144
  #, fuzzy
145
  msgid "Disable Vertical like buttons on this "
146
  msgstr "Désactiver le compteur social vertical sur cette page"
147
 
148
- #: ../helper.php:689
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Activer les commentaires Facebook"
152
 
153
- #: ../helper.php:698
154
  #, fuzzy
155
  msgid "Horizontal sharing"
156
  msgstr "Alignement horizontal"
157
 
158
- #: ../helper.php:704
159
- #: ../helper.php:723
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "Afficher le compteur des partages"
163
 
164
- #: ../helper.php:717
165
  #, fuzzy
166
  msgid "Vertical sharing"
167
  msgstr "Partage social"
@@ -214,635 +214,639 @@ msgid "Rate 5-star"
214
  msgstr "Avis 5 étoiles"
215
 
216
  #: ../admin/help.php:54
217
- #: ../admin/social_sharing.php:437
218
- #: ../admin/social_sharing.php:815
219
- #: ../admin/social_login.php:46
220
  msgid "Facebook"
221
  msgstr "Facebook"
222
 
223
- #: ../admin/social_sharing.php:11
224
- #: ../admin/social_sharing.php:22
225
- #: ../admin/social_login.php:9
226
- #: ../admin/social_login.php:17
 
 
 
 
227
  #: ../admin/like_buttons.php:11
228
  #: ../admin/like_buttons.php:19
229
  msgid "Basic Configuration"
230
  msgstr "Configuration basique"
231
 
232
- #: ../admin/social_sharing.php:12
233
  #, fuzzy
234
  msgid "Sharing Interface"
235
  msgstr "Paramètres pour l'interface de partage horizontal"
236
 
237
- #: ../admin/social_sharing.php:13
238
  #, fuzzy
239
  msgid "Sharing Options"
240
  msgstr "Position de partage"
241
 
242
- #: ../admin/social_sharing.php:14
243
- #: ../admin/social_sharing.php:1211
244
- #: ../admin/social_login.php:11
245
- #: ../admin/social_login.php:714
246
  #: ../admin/like_buttons.php:13
247
  #: ../admin/like_buttons.php:712
248
  msgid "Shortcode & Widget"
249
  msgstr "Widgets et shortcodes"
250
 
251
- #: ../admin/social_sharing.php:15
252
  msgid "Troubleshooter"
253
  msgstr "Résolution de problèmes"
254
 
255
- #: ../admin/social_sharing.php:16
256
- #: ../admin/social_sharing.php:1242
257
  #: ../admin/social_commenting.php:12
258
  #: ../admin/social_commenting.php:427
259
  msgid "FAQ"
260
  msgstr "FAQ"
261
 
262
- #: ../admin/social_sharing.php:28
263
  msgid "Enable Social Sharing"
264
  msgstr "Activer le partage social"
265
 
266
- #: ../admin/social_sharing.php:38
267
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
268
  msgstr "Control maître pour le partage social. Cela doit être active afin d'activer cette fonctionnalité."
269
 
270
- #: ../admin/social_sharing.php:46
271
  msgid "Delete all the options on plugin deletion"
272
  msgstr "Supprimer toutes les paramètres lors de la suppression du plugin"
273
 
274
- #: ../admin/social_sharing.php:56
275
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
276
  msgstr "Si activé, toutes les paramètres du plugin seront supprimées lors de sa suppression et vous devriez reconfigurer les paramètres si vous décidez de réinstaller le plugin."
277
 
278
- #: ../admin/social_sharing.php:71
279
  #, fuzzy
280
  msgid "Horizontal interface options"
281
  msgstr "Paramètres pour l'interface de partage horizontal"
282
 
283
- #: ../admin/social_sharing.php:77
284
- #: ../admin/social_sharing.php:155
285
  msgid "Shape"
286
  msgstr "forme"
287
 
288
- #: ../admin/social_sharing.php:85
289
- #: ../admin/social_sharing.php:163
290
  msgid "Round"
291
  msgstr "tour"
292
 
293
- #: ../admin/social_sharing.php:87
294
- #: ../admin/social_sharing.php:165
295
  msgid "Square"
296
  msgstr "carré"
297
 
298
- #: ../admin/social_sharing.php:94
299
- #: ../admin/social_sharing.php:172
300
  #, fuzzy
301
  msgid "Shape of the sharing icons"
302
  msgstr "Afficher le compteur des partages"
303
 
304
- #: ../admin/social_sharing.php:102
305
- #: ../admin/social_sharing.php:180
306
  msgid "Size (in pixels)"
307
  msgstr "Taille (en pixels)"
308
 
309
- #: ../admin/social_sharing.php:120
310
- #: ../admin/social_sharing.php:198
311
  #, fuzzy
312
  msgid "Size of the sharing icons"
313
  msgstr "Alignement horizontal des boutons de partage"
314
 
315
- #: ../admin/social_sharing.php:127
316
- #: ../admin/social_sharing.php:205
317
  msgid "Icon Preview"
318
  msgstr "Aperçu d'icône"
319
 
320
- #: ../admin/social_sharing.php:141
321
- #: ../admin/social_sharing.php:219
322
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
323
  msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des changements en cliquant sur le bouton ci-dessous sauver"
324
 
325
- #: ../admin/social_sharing.php:149
326
  #, fuzzy
327
  msgid "Vertical interface options"
328
  msgstr "Paramètres du compteur vertical (flotant)"
329
 
330
- #: ../admin/social_sharing.php:233
331
  msgid "Modernizr"
332
  msgstr ""
333
 
334
- #: ../admin/social_sharing.php:239
335
  msgid "Do not load Modernizr JS"
336
  msgstr "Ne chargez pas Modernizr JS"
337
 
338
- #: ../admin/social_sharing.php:249
339
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
340
  msgstr "Si vous trouvez le plugin casser votre thème, vous pouvez essayer d'activer cette option"
341
 
342
- #: ../admin/social_sharing.php:258
343
  #: ../admin/like_buttons.php:51
344
  #, fuzzy
345
  msgid "Url shortener"
346
  msgstr "bit.ly raccourcisseur d'URL"
347
 
348
- #: ../admin/social_sharing.php:264
349
  msgid "Use shortlinks already installed"
350
  msgstr "Utilisez shortlinks déjà installés"
351
 
352
- #: ../admin/social_sharing.php:274
353
  #: ../admin/like_buttons.php:67
354
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
355
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
356
 
357
- #: ../admin/social_sharing.php:282
358
  msgid "Enable bit.ly url shortener for sharing"
359
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
360
 
361
- #: ../admin/social_sharing.php:292
362
  #: ../admin/like_buttons.php:85
363
  msgid "Master control to enable bit.ly url shortening for sharing"
364
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
365
 
366
- #: ../admin/social_sharing.php:300
367
  #: ../admin/like_buttons.php:93
368
  msgid "bit.ly username"
369
  msgstr "Psuedo bit.ly"
370
 
371
- #: ../admin/social_sharing.php:310
372
  #: ../admin/like_buttons.php:103
373
  #, php-format
374
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
375
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
376
 
377
- #: ../admin/social_sharing.php:319
378
  #: ../admin/like_buttons.php:112
379
  msgid "bit.ly API Key"
380
  msgstr "Clé API bit.ly"
381
 
382
- #: ../admin/social_sharing.php:329
383
  #: ../admin/like_buttons.php:122
384
  #, php-format
385
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
386
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
387
 
388
- #: ../admin/social_sharing.php:339
389
  msgid "Twitter username in sharing"
390
  msgstr "Psuedo Twitter dans le partage des liens"
391
 
392
- #: ../admin/social_sharing.php:345
393
  msgid "Twitter username (without @)"
394
  msgstr "Psuedo Twitter (sans @)"
395
 
396
- #: ../admin/social_sharing.php:355
397
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
398
  msgstr "Le pseudo défini sera rajouté à la fin du contenu du tweet en tant que \"via @PSUEDO\". Laissez vide si vous ne le souhaitez pas."
399
 
400
- #: ../admin/social_sharing.php:365
401
  msgid "Horizontal Sharing Interface Options"
402
  msgstr "Paramètres pour l'interface de partage horizontal"
403
 
404
- #: ../admin/social_sharing.php:371
405
  msgid "Enable horizontal sharing interface"
406
  msgstr "Activer le partage horizontal"
407
 
408
- #: ../admin/social_sharing.php:381
409
  msgid "Master control to enable horizontal sharing"
410
  msgstr "Control maître pour activer le partage horizontal"
411
 
412
- #: ../admin/social_sharing.php:391
413
- #: ../admin/social_sharing.php:787
414
  #: ../admin/like_buttons.php:227
415
  #: ../admin/like_buttons.php:465
416
  msgid "Target Url"
417
  msgstr "Cible Url"
418
 
419
- #: ../admin/social_sharing.php:395
420
- #: ../admin/social_sharing.php:791
421
  #: ../admin/like_buttons.php:231
422
  #: ../admin/like_buttons.php:469
423
  msgid "Url of the webpage where icons are located (default)"
424
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
425
 
426
- #: ../admin/social_sharing.php:397
427
- #: ../admin/social_sharing.php:793
428
  #: ../admin/like_buttons.php:233
429
  #: ../admin/like_buttons.php:471
430
  msgid "Url of the homepage of your website"
431
  msgstr "Url de la page d'accueil de votre site Web"
432
 
433
- #: ../admin/social_sharing.php:399
434
- #: ../admin/social_sharing.php:795
435
  #: ../admin/like_buttons.php:235
436
  #: ../admin/like_buttons.php:473
437
  #, fuzzy
438
  msgid "Custom url"
439
  msgstr "URL personnalisé"
440
 
441
- #: ../admin/social_sharing.php:406
442
- #: ../admin/social_sharing.php:802
443
  msgid "Url to share"
444
  msgstr "URL pour partager"
445
 
446
- #: ../admin/social_sharing.php:414
447
- #: ../admin/social_login.php:314
448
  #: ../admin/like_buttons.php:250
449
  msgid "Title"
450
  msgstr "Titre"
451
 
452
- #: ../admin/social_sharing.php:424
453
  msgid "The text to display above the sharing interface"
454
  msgstr "Le texte à afficher au-dessus des boutons de partage"
455
 
456
- #: ../admin/social_sharing.php:432
457
- #: ../admin/social_sharing.php:810
458
- #: ../admin/social_login.php:41
459
  msgid "Select providers"
460
  msgstr "Selectionner les réseaux sociaux"
461
 
462
- #: ../admin/social_sharing.php:442
463
- #: ../admin/social_sharing.php:820
464
- #: ../admin/social_login.php:50
465
  msgid "Twitter"
466
  msgstr "Twitter"
467
 
468
- #: ../admin/social_sharing.php:447
469
- #: ../admin/social_sharing.php:825
470
- #: ../admin/social_login.php:54
471
  msgid "LinkedIn"
472
  msgstr "LinkedIn"
473
 
474
- #: ../admin/social_sharing.php:452
475
- #: ../admin/social_sharing.php:830
476
- #: ../admin/social_login.php:58
477
  msgid "Google+"
478
  msgstr "Google+"
479
 
480
- #: ../admin/social_sharing.php:457
481
- #: ../admin/social_sharing.php:835
482
  msgid "Print"
483
  msgstr "Imprimer"
484
 
485
- #: ../admin/social_sharing.php:462
486
- #: ../admin/social_sharing.php:840
487
  msgid "Email"
488
  msgstr "E-mail"
489
 
490
- #: ../admin/social_sharing.php:467
491
- #: ../admin/social_sharing.php:845
492
  msgid "Yahoo"
493
  msgstr "Yahoo!"
494
 
495
- #: ../admin/social_sharing.php:472
496
- #: ../admin/social_sharing.php:850
497
  msgid "Reddit"
498
  msgstr "Reddit"
499
 
500
- #: ../admin/social_sharing.php:477
501
- #: ../admin/social_sharing.php:855
502
  msgid "Digg"
503
  msgstr "Digg"
504
 
505
- #: ../admin/social_sharing.php:482
506
- #: ../admin/social_sharing.php:860
507
  msgid "Delicious"
508
  msgstr "Delicious"
509
 
510
- #: ../admin/social_sharing.php:487
511
- #: ../admin/social_sharing.php:865
512
  msgid "StumbleUpon"
513
  msgstr "StumbleUpon"
514
 
515
- #: ../admin/social_sharing.php:492
516
- #: ../admin/social_sharing.php:870
517
  msgid "Float it"
518
  msgstr "Float it"
519
 
520
- #: ../admin/social_sharing.php:497
521
- #: ../admin/social_sharing.php:875
522
  msgid "Tumblr"
523
  msgstr "Tumblr"
524
 
525
- #: ../admin/social_sharing.php:502
526
- #: ../admin/social_sharing.php:880
527
- #: ../admin/social_login.php:62
528
  msgid "Vkontakte"
529
  msgstr "Vkontakte"
530
 
531
- #: ../admin/social_sharing.php:507
532
- #: ../admin/social_sharing.php:885
533
  msgid "Pinterest"
534
  msgstr "Pinterest"
535
 
536
- #: ../admin/social_sharing.php:512
537
- #: ../admin/social_sharing.php:890
538
- #: ../admin/social_login.php:70
539
  msgid "Xing"
540
  msgstr ""
541
 
542
- #: ../admin/social_sharing.php:517
543
- #: ../admin/social_sharing.php:895
544
  msgid "Whatsapp"
545
  msgstr ""
546
 
547
- #: ../admin/social_sharing.php:522
548
- #: ../admin/social_sharing.php:900
549
  msgid "Yummly"
550
  msgstr ""
551
 
552
- #: ../admin/social_sharing.php:527
553
- #: ../admin/social_sharing.php:905
554
  msgid "Buffer"
555
  msgstr ""
556
 
557
- #: ../admin/social_sharing.php:535
558
- #: ../admin/social_sharing.php:913
559
  msgid "Select the providers for sharing interface"
560
  msgstr "Selectionner les réseaux sociaux à inclure"
561
 
562
- #: ../admin/social_sharing.php:543
563
- #: ../admin/social_sharing.php:921
564
  msgid "Rearrange icons"
565
  msgstr "Repositionner les icônes"
566
 
567
- #: ../admin/social_sharing.php:578
568
- #: ../admin/social_sharing.php:956
569
  msgid "Drag the icons to rearrange in desired order"
570
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
571
 
572
- #: ../admin/social_sharing.php:586
573
- #: ../admin/social_sharing.php:982
574
  #: ../admin/like_buttons.php:320
575
  #: ../admin/like_buttons.php:557
576
  msgid "Horizontal alignment"
577
  msgstr "Alignement horizontal"
578
 
579
- #: ../admin/social_sharing.php:590
580
- #: ../admin/social_sharing.php:986
581
  #: ../admin/like_buttons.php:324
582
  #: ../admin/like_buttons.php:561
583
  msgid "Left"
584
  msgstr "Gauche"
585
 
586
- #: ../admin/social_sharing.php:591
587
  #: ../admin/like_buttons.php:325
588
  msgid "Center"
589
  msgstr "centre"
590
 
591
- #: ../admin/social_sharing.php:592
592
- #: ../admin/social_sharing.php:987
593
  #: ../admin/like_buttons.php:326
594
  #: ../admin/like_buttons.php:562
595
  msgid "Right"
596
  msgstr "Droite"
597
 
598
- #: ../admin/social_sharing.php:600
599
- #: ../admin/social_sharing.php:995
600
  msgid "Horizontal alignment of the sharing interface"
601
  msgstr "Alignement horizontal des boutons de partage"
602
 
603
- #: ../admin/social_sharing.php:608
604
  #: ../admin/like_buttons.php:342
605
  msgid "Position with respect to content"
606
  msgstr "Position par rapport au contenu"
607
 
608
- #: ../admin/social_sharing.php:612
609
  #: ../admin/like_buttons.php:346
610
  msgid "Top of the content"
611
  msgstr "Au-dessus du contenu"
612
 
613
- #: ../admin/social_sharing.php:614
614
  #: ../admin/like_buttons.php:348
615
  msgid "Bottom of the content"
616
  msgstr "En-dessous du contenu"
617
 
618
- #: ../admin/social_sharing.php:621
619
  msgid "Specify position of the sharing interface with respect to the content"
620
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
621
 
622
- #: ../admin/social_sharing.php:629
623
- #: ../admin/social_sharing.php:1061
624
  msgid "Sharing location"
625
  msgstr "Position de partage"
626
 
627
- #: ../admin/social_sharing.php:633
628
- #: ../admin/social_sharing.php:1065
629
- #: ../admin/social_login.php:574
630
- #: ../admin/social_login.php:604
631
  #: ../admin/like_buttons.php:367
632
  #: ../admin/like_buttons.php:640
633
  msgid "Homepage"
634
  msgstr "Page d'accueil"
635
 
636
- #: ../admin/social_sharing.php:635
637
- #: ../admin/social_sharing.php:1067
638
  #: ../admin/like_buttons.php:369
639
  #: ../admin/like_buttons.php:642
640
  msgid "Posts"
641
  msgstr "Publications"
642
 
643
- #: ../admin/social_sharing.php:637
644
- #: ../admin/social_sharing.php:1069
645
  #: ../admin/like_buttons.php:371
646
  #: ../admin/like_buttons.php:644
647
  msgid "Pages"
648
  msgstr "Pages"
649
 
650
- #: ../admin/social_sharing.php:639
651
- #: ../admin/social_sharing.php:1071
652
  msgid "Excerpts (at Homepage)"
653
  msgstr ""
654
 
655
- #: ../admin/social_sharing.php:641
656
- #: ../admin/social_sharing.php:1073
657
  #: ../admin/like_buttons.php:375
658
  #: ../admin/like_buttons.php:648
659
  msgid "Category Archives"
660
  msgstr "Archives des catégories"
661
 
662
- #: ../admin/social_sharing.php:643
663
- #: ../admin/social_sharing.php:1075
664
  #: ../admin/like_buttons.php:377
665
  #: ../admin/like_buttons.php:650
666
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
667
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
668
 
669
- #: ../admin/social_sharing.php:659
670
  #: ../admin/like_buttons.php:393
671
  msgid "BuddyPress activity and groups"
672
  msgstr "L'activité et les groupes BuddyPress"
673
 
674
- #: ../admin/social_sharing.php:665
675
- #: ../admin/social_sharing.php:1090
676
  #: ../admin/like_buttons.php:400
677
  #: ../admin/like_buttons.php:665
678
  msgid "BBPress forum"
679
  msgstr ""
680
 
681
- #: ../admin/social_sharing.php:668
682
- #: ../admin/social_sharing.php:1093
683
  #: ../admin/like_buttons.php:403
684
  #: ../admin/like_buttons.php:668
685
  msgid "BBPress topic"
686
  msgstr "sujet BBPress"
687
 
688
- #: ../admin/social_sharing.php:671
689
  #: ../admin/like_buttons.php:406
690
  msgid "BBPress reply"
691
  msgstr "BBPress réponse"
692
 
693
- #: ../admin/social_sharing.php:678
694
  #: ../admin/like_buttons.php:412
695
  msgid "After individual product at WooCommerce Shop page"
696
  msgstr "Après produit individuel à la page WooCommerce Boutique"
697
 
698
- #: ../admin/social_sharing.php:681
699
  #: ../admin/like_buttons.php:415
700
  msgid "WooCommerce Product Page"
701
  msgstr "WooCommerce page produit"
702
 
703
- #: ../admin/social_sharing.php:684
704
  #: ../admin/like_buttons.php:418
705
  msgid "WooCommerce Thankyou Page"
706
  msgstr "Merci WooCommerce page"
707
 
708
- #: ../admin/social_sharing.php:695
709
  msgid "Specify the pages where you want to enable Sharing interface"
710
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
711
 
712
- #: ../admin/social_sharing.php:703
713
- #: ../admin/social_sharing.php:1111
714
  msgid "Show share counts"
715
  msgstr "Afficher le compteur des partages"
716
 
717
- #: ../admin/social_sharing.php:713
718
- #: ../admin/social_sharing.php:1121
719
  msgid "If enabled, share counts are displayed above sharing icons."
720
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
721
 
722
- #: ../admin/social_sharing.php:722
723
- #: ../admin/social_sharing.php:1130
724
  #, fuzzy
725
  msgid "Show total shares"
726
  msgstr "Afficher le compteur des partages"
727
 
728
- #: ../admin/social_sharing.php:732
729
- #: ../admin/social_sharing.php:1140
730
  #, fuzzy
731
  msgid "If enabled, total shares will be displayed with sharing icons"
732
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
733
 
734
- #: ../admin/social_sharing.php:741
735
- #: ../admin/social_sharing.php:1149
736
  #, fuzzy
737
  msgid "Enable 'More' icon"
738
  msgstr "Activer la verification de l'adresse e-mail"
739
 
740
- #: ../admin/social_sharing.php:751
741
- #: ../admin/social_sharing.php:1159
742
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
743
  msgstr "Si elle est activée, icône \"Plus de\" sera affiché icônes de partage sélectionnés après qui montre des réseaux de partage supplémentaires dans le popup"
744
 
745
- #: ../admin/social_sharing.php:761
746
  msgid "Vertical (Floating) Sharing Interface Options"
747
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
748
 
749
- #: ../admin/social_sharing.php:767
750
  msgid "Enable vertical (floating) sharing interface"
751
  msgstr "Activer les boutons de partage verticaux (flotants)"
752
 
753
- #: ../admin/social_sharing.php:777
754
  msgid "Master control to enable vertical (floating) sharing widget"
755
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
756
 
757
- #: ../admin/social_sharing.php:964
758
  #: ../admin/like_buttons.php:539
759
  msgid "Background Color"
760
  msgstr "Couleur de fond"
761
 
762
- #: ../admin/social_sharing.php:974
763
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
764
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
765
 
766
- #: ../admin/social_sharing.php:1004
767
  #: ../admin/like_buttons.php:579
768
  msgid "Left offset"
769
  msgstr "Marge à gauche"
770
 
771
- #: ../admin/social_sharing.php:1014
772
  #, fuzzy
773
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
774
  msgstr "Définir la taille de la marge à gauche (en pixels)."
775
 
776
- #: ../admin/social_sharing.php:1024
777
  #: ../admin/like_buttons.php:599
778
  msgid "Right offset"
779
  msgstr "Marge à droite"
780
 
781
- #: ../admin/social_sharing.php:1034
782
  #, fuzzy
783
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
784
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
785
 
786
- #: ../admin/social_sharing.php:1043
787
  #: ../admin/like_buttons.php:618
788
  msgid "Top offset"
789
  msgstr "Marge au-dessus"
790
 
791
- #: ../admin/social_sharing.php:1053
792
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
793
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
794
 
795
- #: ../admin/social_sharing.php:1103
796
  msgid "Specify the pages where you want to enable vertical Sharing interface"
797
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
798
 
799
- #: ../admin/social_sharing.php:1167
800
  #, fuzzy
801
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
802
  msgstr "Cacher le partage sur appareils mobiles"
803
 
804
- #: ../admin/social_sharing.php:1177
805
  #, fuzzy
806
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
807
  msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
808
 
809
- #: ../admin/social_sharing.php:1186
810
  msgid "Hide sharing on mobile devices"
811
  msgstr "Cacher le partage sur appareils mobiles"
812
 
813
- #: ../admin/social_sharing.php:1196
814
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
815
  msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
816
 
817
- #: ../admin/social_sharing.php:1213
818
  #, fuzzy
819
  msgid "Social Sharing Shortcode & Widget"
820
  msgstr "Widgets et shortcodes"
821
 
822
- #: ../admin/social_sharing.php:1223
823
  msgid "Facebook Sharing Troubleshooter"
824
  msgstr "Résoudre les problems Facebook"
825
 
826
- #: ../admin/social_sharing.php:1228
827
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
828
  msgstr "Si le partage sur Facebook ne marche pas, cliquez sur le lien suivant et entrez le lien de la page ou le problème se produit."
829
 
830
- #: ../admin/social_sharing.php:1244
831
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
832
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
833
 
834
- #: ../admin/social_sharing.php:1245
835
  #, fuzzy
836
  msgid "How can I disable sharing on particular page/post?"
837
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
838
 
839
- #: ../admin/social_sharing.php:1246
840
  msgid "How can I specify minimum sharing count for sharing networks?"
841
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
842
 
843
- #: ../admin/social_sharing.php:1256
844
  #: ../admin/social_commenting.php:438
845
- #: ../admin/social_login.php:726
846
  #: ../admin/like_buttons.php:723
847
  msgid "Save Changes"
848
  msgstr "Sauvegarder"
@@ -1064,340 +1068,361 @@ msgstr "Comment je peux afficher le compte des partages de mon site, et non des
1064
  msgid "How to disable default comment form from Social Commenting?"
1065
  msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1066
 
1067
- #: ../admin/social_login.php:10
 
 
 
 
1068
  msgid "Social Login"
1069
  msgstr "Connection par les réseaux sociaux"
1070
 
1071
- #: ../admin/social_login.php:23
1072
  msgid "Enable Social Login"
1073
  msgstr "Activer la connection par les réseaux sociaux"
1074
 
1075
- #: ../admin/social_login.php:33
1076
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1077
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1078
 
1079
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1080
  msgid "Instagram"
1081
  msgstr "Instagram"
1082
 
1083
- #: ../admin/social_login.php:78
1084
  msgid "Select Social ID provider to enable in Social Login"
1085
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1086
 
1087
- #: ../admin/social_login.php:86
1088
  msgid "Facebook App ID"
1089
  msgstr "Facebook App ID"
1090
 
1091
- #: ../admin/social_login.php:96
1092
  #, php-format
1093
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1094
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1095
 
1096
- #: ../admin/social_login.php:98
1097
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1098
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1099
 
1100
- #: ../admin/social_login.php:108
1101
  msgid "Twitter API Key"
1102
  msgstr "Clé API Twitter"
1103
 
1104
- #: ../admin/social_login.php:118
1105
  #, php-format
1106
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1107
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API Twitter."
1108
 
1109
- #: ../admin/social_login.php:120
1110
- #: ../admin/social_login.php:142
1111
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1112
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1113
 
1114
- #: ../admin/social_login.php:130
1115
  msgid "Twitter API Secret"
1116
  msgstr "Code secret API Twitter"
1117
 
1118
- #: ../admin/social_login.php:140
1119
  #, php-format
1120
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1121
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1122
 
1123
- #: ../admin/social_login.php:152
1124
  msgid "LinkedIn API Key"
1125
  msgstr "LinkedIn clé API"
1126
 
1127
- #: ../admin/social_login.php:162
1128
  #, php-format
1129
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1130
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1131
 
1132
- #: ../admin/social_login.php:164
1133
- #: ../admin/social_login.php:230
1134
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1135
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1136
 
1137
- #: ../admin/social_login.php:174
1138
  msgid "Google+ Client ID"
1139
  msgstr "Google+ Client ID"
1140
 
1141
- #: ../admin/social_login.php:184
1142
  #, php-format
1143
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1144
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Google+. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Google+ Client ID\"."
1145
 
1146
- #: ../admin/social_login.php:186
1147
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1148
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1149
 
1150
- #: ../admin/social_login.php:196
1151
  msgid "Vkontakte Application ID"
1152
  msgstr "Vkontakte Application ID"
1153
 
1154
- #: ../admin/social_login.php:206
1155
  #, php-format
1156
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1157
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec VKontakte. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"VKontakte Application ID\"."
1158
 
1159
- #: ../admin/social_login.php:208
1160
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1161
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1162
 
1163
- #: ../admin/social_login.php:218
1164
  msgid "Instagram Client ID"
1165
  msgstr "Instagram Client ID"
1166
 
1167
- #: ../admin/social_login.php:228
1168
  #, php-format
1169
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1170
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Instagram. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Instagram Client ID\"."
1171
 
1172
- #: ../admin/social_login.php:240
1173
  msgid "Xing Consumer Key"
1174
  msgstr ""
1175
 
1176
- #: ../admin/social_login.php:250
1177
  #, fuzzy, php-format
1178
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1179
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1180
 
1181
- #: ../admin/social_login.php:252
1182
- #: ../admin/social_login.php:274
1183
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1184
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1185
 
1186
- #: ../admin/social_login.php:262
1187
  msgid "Xing Consumer Secret"
1188
  msgstr ""
1189
 
1190
- #: ../admin/social_login.php:272
1191
  #, fuzzy, php-format
1192
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1193
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1194
 
1195
- #: ../admin/social_login.php:284
1196
  msgid "Include Javascript in website footer"
1197
  msgstr "Inclure le javascript dans le footer de votre site"
1198
 
1199
- #: ../admin/social_login.php:294
1200
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1201
  msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
1202
 
1203
- #: ../admin/social_login.php:308
1204
  msgid "Login options"
1205
  msgstr "Paramètres de connection"
1206
 
1207
- #: ../admin/social_login.php:324
1208
  msgid "Text to display above the Social Login interface"
1209
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1210
 
1211
- #: ../admin/social_login.php:333
1212
  msgid "Enable at login page"
1213
  msgstr "Activer sur la page de connection"
1214
 
1215
- #: ../admin/social_login.php:343
1216
  msgid "Social Login interface will get enabled at the login page of your website"
1217
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1218
 
1219
- #: ../admin/social_login.php:351
1220
  msgid "Enable at register page"
1221
  msgstr "Activer sur la page de création de compte"
1222
 
1223
- #: ../admin/social_login.php:361
1224
  msgid "Social Login interface will get enabled at the registration page of your website"
1225
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1226
 
1227
- #: ../admin/social_login.php:369
1228
  msgid "Enable at comment form"
1229
  msgstr "Activer dans les commentaires"
1230
 
1231
- #: ../admin/social_login.php:379
1232
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1233
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1234
 
1235
- #: ../admin/social_login.php:393
1236
  msgid "Enable before WooCommerce Customer Login Form"
1237
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1238
 
1239
- #: ../admin/social_login.php:403
1240
  #, fuzzy
1241
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1242
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1243
 
1244
- #: ../admin/social_login.php:411
1245
  msgid "Enable after WooCommerce Customer Login Form"
1246
  msgstr "Activer après WooCommerce formulaire Connexion client"
1247
 
1248
- #: ../admin/social_login.php:421
1249
  #, fuzzy
1250
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1251
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1252
 
1253
- #: ../admin/social_login.php:429
1254
  #, fuzzy
1255
  msgid "Enable at WooCommerce checkout page"
1256
  msgstr "Activer sur la page de création de compte"
1257
 
1258
- #: ../admin/social_login.php:439
1259
  #, fuzzy
1260
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1261
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1262
 
1263
- #: ../admin/social_login.php:450
1264
  msgid "Auto-approve comments made by Social Login users"
1265
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1266
 
1267
- #: ../admin/social_login.php:460
1268
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1269
  msgstr "Si cela est active, et un commentaire WordPress est laissé par un utilisateur social, son commentaire sera automatiquement approuvé et sera publié sans modération."
1270
 
1271
- #: ../admin/social_login.php:461
1272
  msgid "Note: This is not related to Facebook comments"
1273
  msgstr "NB : Cela est différent des commentaires Facebook"
1274
 
1275
- #: ../admin/social_login.php:471
1276
  msgid "Enable social avatar"
1277
  msgstr "Activer la photo social"
1278
 
1279
- #: ../admin/social_login.php:481
1280
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1281
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1282
 
1283
- #: ../admin/social_login.php:491
1284
  msgid "Avatar quality"
1285
  msgstr "qualité Avatar"
1286
 
1287
- #: ../admin/social_login.php:494
1288
  msgid "Average"
1289
  msgstr "moyenne"
1290
 
1291
- #: ../admin/social_login.php:495
1292
  msgid "Best"
1293
  msgstr ""
1294
 
1295
- #: ../admin/social_login.php:502
1296
  msgid "Choose avatar quality"
1297
  msgstr "Choisissez la qualité avatar"
1298
 
1299
- #: ../admin/social_login.php:521
1300
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1301
  msgstr "Si activé et le réseau social ne fourni pas d'adresse e-mail, l'utilisateur sera demandé son adresse e-mail. Sinon, une fausse adresse sera créée."
1302
 
1303
- #: ../admin/social_login.php:530
1304
  msgid "Send username-password after user registration"
1305
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1306
 
1307
- #: ../admin/social_login.php:540
1308
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1309
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1310
 
1311
- #: ../admin/social_login.php:549
1312
  msgid "Enable social account linking at BuddyPress profile page"
1313
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1314
 
1315
- #: ../admin/social_login.php:559
1316
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1317
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1318
 
1319
- #: ../admin/social_login.php:568
1320
  msgid "Login redirection"
1321
  msgstr "Rediriger la page après la connection"
1322
 
1323
- #: ../admin/social_login.php:572
1324
  msgid "Same page where user logged in"
1325
  msgstr "La même page ou l'utilisateur s'est connecté"
1326
 
1327
- #: ../admin/social_login.php:576
1328
- #: ../admin/social_login.php:606
1329
  msgid "Account dashboard"
1330
  msgstr "Leur compte"
1331
 
1332
- #: ../admin/social_login.php:579
1333
- #: ../admin/social_login.php:609
1334
  msgid "BuddyPress profile page"
1335
  msgstr "BuddyPress page de profil"
1336
 
1337
- #: ../admin/social_login.php:582
1338
- #: ../admin/social_login.php:612
1339
  msgid "Custom Url"
1340
  msgstr "URL personnalisé"
1341
 
1342
- #: ../admin/social_login.php:590
1343
  msgid "User will be redirected to the selected page after Social Login"
1344
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1345
 
1346
- #: ../admin/social_login.php:598
1347
  msgid "Registration redirection"
1348
  msgstr "Redirection après la création de compte"
1349
 
1350
- #: ../admin/social_login.php:602
1351
  #, fuzzy
1352
  msgid "Same page from where user registered"
1353
  msgstr "La même page ou l'utilisateur s'est connecté"
1354
 
1355
- #: ../admin/social_login.php:620
1356
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1357
  msgstr "L'utilisateur sera redirigé à la page selectionnée après sa creation de compte (c'est à dire, première connection avec un réseau social)"
1358
 
1359
- #: ../admin/social_login.php:628
1360
  msgid "Email popup options"
1361
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1362
 
1363
- #: ../admin/social_login.php:634
1364
  msgid "Text on 'Email required' popup"
1365
  msgstr "Texte dans le popup \"E-mail requis\""
1366
 
1367
- #: ../admin/social_login.php:644
1368
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1369
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1370
 
1371
- #: ../admin/social_login.php:653
1372
  msgid "Error message for 'Email required' popup"
1373
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1374
 
1375
- #: ../admin/social_login.php:663
1376
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1377
  msgstr "Cette message sera affiché si l'utilisateur fournit une adresse qui n'est pas valide, ou qui a déjà été associé à un compte sur votre site."
1378
 
1379
- #: ../admin/social_login.php:672
1380
  msgid "Email popup height"
1381
  msgstr "Hauteur du popup e-mail"
1382
 
1383
- #: ../admin/social_login.php:682
1384
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1385
  msgstr "Si vous voyez une barre de defilement (ascenseur) dans le popup \"E-mail requis\", vous pouvez ajuster sa hauteur ici. Laissez vide pour les paramètres par défaut."
1386
 
1387
- #: ../admin/social_login.php:690
1388
  msgid "Enable email verification"
1389
  msgstr "Activer la verification de l'adresse e-mail"
1390
 
1391
- #: ../admin/social_login.php:700
1392
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1393
  msgstr "Si cela est activé, l'adresse sera vérifié en envoyant un lien de confirmation à l'adresse. L'utilisateur ne pourra pas se connecter sans avoir confirmé son adresse e-mail."
1394
 
1395
- #: ../admin/social_login.php:716
1396
  #, fuzzy
1397
  msgid "Social Login Shortcode & Widget"
1398
  msgstr "Widgets et shortcodes"
1399
 
1400
- #: ../admin/social_login.php:717
1401
  msgid "Social Linking Shortcode"
1402
  msgstr ""
1403
 
@@ -1607,14 +1632,29 @@ msgstr "Widgets et shortcodes"
1607
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1608
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1609
 
1610
- #: ../inc/social_sharing.php:596
1611
  msgid "Invalid request"
1612
  msgstr "Demande non-valable !"
1613
 
1614
- #: ../inc/social_sharing.php:603
1615
  msgid "Providers not selected"
1616
  msgstr "Réseaux sociaux non-selectionnés !"
1617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1618
  #: ../inc/widget.php:11
1619
  msgid "Super Socializer - Login"
1620
  msgstr "Super Socializer - Login"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:45+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:46+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 3 %s)"
23
 
24
+ #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
+ #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
+ #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
+ #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
+ #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
+ #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
+ #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
+ #: ../super_socializer.php:606
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Login"
61
 
62
+ #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Petit Avatar Url"
65
 
66
+ #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Cible Url"
70
 
71
+ #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
74
 
75
+ #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
78
 
97
  msgid "Settings"
98
  msgstr "Paramètres"
99
 
100
+ #: ../helper.php:514
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Paramètres enregistrées avec succès"
104
 
105
+ #: ../helper.php:518
106
  msgid "Account already exists or linked"
107
  msgstr "Compte existe déjà ou liée"
108
 
109
+ #: ../helper.php:527
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Vous êtes prêt à Socialiser votre site web."
113
 
114
+ #: ../helper.php:527
115
  msgid "as primary social network"
116
  msgstr "comme réseau social primaire"
117
 
118
+ #: ../helper.php:542
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
121
 
122
+ #: ../helper.php:579
123
  msgid "Currently"
124
  msgstr "actuellement"
125
 
126
+ #: ../helper.php:579
127
  msgid "Remove"
128
  msgstr "supprimer"
129
 
130
+ #: ../helper.php:680
131
  msgid "Disable Horizontal Social Sharing on this "
132
  msgstr "Désactiver les boutons de partage horizontaux sur cette page"
133
 
134
+ #: ../helper.php:685
135
  msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Désactiver les boutons de partage verticaux sur cette page"
137
 
138
+ #: ../helper.php:690
139
  #, fuzzy
140
  msgid "Disable Horizontal like buttons on this "
141
  msgstr "Désactiver le compteur social horizontal sur cette page"
142
 
143
+ #: ../helper.php:695
144
  #, fuzzy
145
  msgid "Disable Vertical like buttons on this "
146
  msgstr "Désactiver le compteur social vertical sur cette page"
147
 
148
+ #: ../helper.php:700
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Activer les commentaires Facebook"
152
 
153
+ #: ../helper.php:709
154
  #, fuzzy
155
  msgid "Horizontal sharing"
156
  msgstr "Alignement horizontal"
157
 
158
+ #: ../helper.php:715
159
+ #: ../helper.php:734
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "Afficher le compteur des partages"
163
 
164
+ #: ../helper.php:728
165
  #, fuzzy
166
  msgid "Vertical sharing"
167
  msgstr "Partage social"
214
  msgstr "Avis 5 étoiles"
215
 
216
  #: ../admin/help.php:54
217
+ #: ../admin/social_sharing.php:438
218
+ #: ../admin/social_sharing.php:813
219
+ #: ../admin/social_login.php:85
220
  msgid "Facebook"
221
  msgstr "Facebook"
222
 
223
+ #: ../admin/social_sharing.php:5
224
+ msgid "Boost sharing by awarding points"
225
+ msgstr "Boostez partage en attribuant des points"
226
+
227
+ #: ../admin/social_sharing.php:12
228
+ #: ../admin/social_sharing.php:23
229
+ #: ../admin/social_login.php:10
230
+ #: ../admin/social_login.php:18
231
  #: ../admin/like_buttons.php:11
232
  #: ../admin/like_buttons.php:19
233
  msgid "Basic Configuration"
234
  msgstr "Configuration basique"
235
 
236
+ #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Interface"
239
  msgstr "Paramètres pour l'interface de partage horizontal"
240
 
241
+ #: ../admin/social_sharing.php:14
242
  #, fuzzy
243
  msgid "Sharing Options"
244
  msgstr "Position de partage"
245
 
246
+ #: ../admin/social_sharing.php:15
247
+ #: ../admin/social_sharing.php:1206
248
+ #: ../admin/social_login.php:12
249
+ #: ../admin/social_login.php:753
250
  #: ../admin/like_buttons.php:13
251
  #: ../admin/like_buttons.php:712
252
  msgid "Shortcode & Widget"
253
  msgstr "Widgets et shortcodes"
254
 
255
+ #: ../admin/social_sharing.php:16
256
  msgid "Troubleshooter"
257
  msgstr "Résolution de problèmes"
258
 
259
+ #: ../admin/social_sharing.php:17
260
+ #: ../admin/social_sharing.php:1237
261
  #: ../admin/social_commenting.php:12
262
  #: ../admin/social_commenting.php:427
263
  msgid "FAQ"
264
  msgstr "FAQ"
265
 
266
+ #: ../admin/social_sharing.php:29
267
  msgid "Enable Social Sharing"
268
  msgstr "Activer le partage social"
269
 
270
+ #: ../admin/social_sharing.php:39
271
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
272
  msgstr "Control maître pour le partage social. Cela doit être active afin d'activer cette fonctionnalité."
273
 
274
+ #: ../admin/social_sharing.php:47
275
  msgid "Delete all the options on plugin deletion"
276
  msgstr "Supprimer toutes les paramètres lors de la suppression du plugin"
277
 
278
+ #: ../admin/social_sharing.php:57
279
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
280
  msgstr "Si activé, toutes les paramètres du plugin seront supprimées lors de sa suppression et vous devriez reconfigurer les paramètres si vous décidez de réinstaller le plugin."
281
 
282
+ #: ../admin/social_sharing.php:72
283
  #, fuzzy
284
  msgid "Horizontal interface options"
285
  msgstr "Paramètres pour l'interface de partage horizontal"
286
 
287
+ #: ../admin/social_sharing.php:78
288
+ #: ../admin/social_sharing.php:156
289
  msgid "Shape"
290
  msgstr "forme"
291
 
292
+ #: ../admin/social_sharing.php:86
293
+ #: ../admin/social_sharing.php:164
294
  msgid "Round"
295
  msgstr "tour"
296
 
297
+ #: ../admin/social_sharing.php:88
298
+ #: ../admin/social_sharing.php:166
299
  msgid "Square"
300
  msgstr "carré"
301
 
302
+ #: ../admin/social_sharing.php:95
303
+ #: ../admin/social_sharing.php:173
304
  #, fuzzy
305
  msgid "Shape of the sharing icons"
306
  msgstr "Afficher le compteur des partages"
307
 
308
+ #: ../admin/social_sharing.php:103
309
+ #: ../admin/social_sharing.php:181
310
  msgid "Size (in pixels)"
311
  msgstr "Taille (en pixels)"
312
 
313
+ #: ../admin/social_sharing.php:121
314
+ #: ../admin/social_sharing.php:199
315
  #, fuzzy
316
  msgid "Size of the sharing icons"
317
  msgstr "Alignement horizontal des boutons de partage"
318
 
319
+ #: ../admin/social_sharing.php:128
320
+ #: ../admin/social_sharing.php:206
321
  msgid "Icon Preview"
322
  msgstr "Aperçu d'icône"
323
 
324
+ #: ../admin/social_sharing.php:142
325
+ #: ../admin/social_sharing.php:220
326
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
327
  msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des changements en cliquant sur le bouton ci-dessous sauver"
328
 
329
+ #: ../admin/social_sharing.php:150
330
  #, fuzzy
331
  msgid "Vertical interface options"
332
  msgstr "Paramètres du compteur vertical (flotant)"
333
 
334
+ #: ../admin/social_sharing.php:234
335
  msgid "Modernizr"
336
  msgstr ""
337
 
338
+ #: ../admin/social_sharing.php:240
339
  msgid "Do not load Modernizr JS"
340
  msgstr "Ne chargez pas Modernizr JS"
341
 
342
+ #: ../admin/social_sharing.php:250
343
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
344
  msgstr "Si vous trouvez le plugin casser votre thème, vous pouvez essayer d'activer cette option"
345
 
346
+ #: ../admin/social_sharing.php:259
347
  #: ../admin/like_buttons.php:51
348
  #, fuzzy
349
  msgid "Url shortener"
350
  msgstr "bit.ly raccourcisseur d'URL"
351
 
352
+ #: ../admin/social_sharing.php:265
353
  msgid "Use shortlinks already installed"
354
  msgstr "Utilisez shortlinks déjà installés"
355
 
356
+ #: ../admin/social_sharing.php:275
357
  #: ../admin/like_buttons.php:67
358
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
359
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
360
 
361
+ #: ../admin/social_sharing.php:283
362
  msgid "Enable bit.ly url shortener for sharing"
363
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
364
 
365
+ #: ../admin/social_sharing.php:293
366
  #: ../admin/like_buttons.php:85
367
  msgid "Master control to enable bit.ly url shortening for sharing"
368
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
369
 
370
+ #: ../admin/social_sharing.php:301
371
  #: ../admin/like_buttons.php:93
372
  msgid "bit.ly username"
373
  msgstr "Psuedo bit.ly"
374
 
375
+ #: ../admin/social_sharing.php:311
376
  #: ../admin/like_buttons.php:103
377
  #, php-format
378
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
379
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
380
 
381
+ #: ../admin/social_sharing.php:320
382
  #: ../admin/like_buttons.php:112
383
  msgid "bit.ly API Key"
384
  msgstr "Clé API bit.ly"
385
 
386
+ #: ../admin/social_sharing.php:330
387
  #: ../admin/like_buttons.php:122
388
  #, php-format
389
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
390
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
391
 
392
+ #: ../admin/social_sharing.php:340
393
  msgid "Twitter username in sharing"
394
  msgstr "Psuedo Twitter dans le partage des liens"
395
 
396
+ #: ../admin/social_sharing.php:346
397
  msgid "Twitter username (without @)"
398
  msgstr "Psuedo Twitter (sans @)"
399
 
400
+ #: ../admin/social_sharing.php:356
401
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
402
  msgstr "Le pseudo défini sera rajouté à la fin du contenu du tweet en tant que \"via @PSUEDO\". Laissez vide si vous ne le souhaitez pas."
403
 
404
+ #: ../admin/social_sharing.php:366
405
  msgid "Horizontal Sharing Interface Options"
406
  msgstr "Paramètres pour l'interface de partage horizontal"
407
 
408
+ #: ../admin/social_sharing.php:372
409
  msgid "Enable horizontal sharing interface"
410
  msgstr "Activer le partage horizontal"
411
 
412
+ #: ../admin/social_sharing.php:382
413
  msgid "Master control to enable horizontal sharing"
414
  msgstr "Control maître pour activer le partage horizontal"
415
 
416
+ #: ../admin/social_sharing.php:392
417
+ #: ../admin/social_sharing.php:785
418
  #: ../admin/like_buttons.php:227
419
  #: ../admin/like_buttons.php:465
420
  msgid "Target Url"
421
  msgstr "Cible Url"
422
 
423
+ #: ../admin/social_sharing.php:396
424
+ #: ../admin/social_sharing.php:789
425
  #: ../admin/like_buttons.php:231
426
  #: ../admin/like_buttons.php:469
427
  msgid "Url of the webpage where icons are located (default)"
428
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
429
 
430
+ #: ../admin/social_sharing.php:398
431
+ #: ../admin/social_sharing.php:791
432
  #: ../admin/like_buttons.php:233
433
  #: ../admin/like_buttons.php:471
434
  msgid "Url of the homepage of your website"
435
  msgstr "Url de la page d'accueil de votre site Web"
436
 
437
+ #: ../admin/social_sharing.php:400
438
+ #: ../admin/social_sharing.php:793
439
  #: ../admin/like_buttons.php:235
440
  #: ../admin/like_buttons.php:473
441
  #, fuzzy
442
  msgid "Custom url"
443
  msgstr "URL personnalisé"
444
 
445
+ #: ../admin/social_sharing.php:407
446
+ #: ../admin/social_sharing.php:800
447
  msgid "Url to share"
448
  msgstr "URL pour partager"
449
 
450
+ #: ../admin/social_sharing.php:415
451
+ #: ../admin/social_login.php:353
452
  #: ../admin/like_buttons.php:250
453
  msgid "Title"
454
  msgstr "Titre"
455
 
456
+ #: ../admin/social_sharing.php:425
457
  msgid "The text to display above the sharing interface"
458
  msgstr "Le texte à afficher au-dessus des boutons de partage"
459
 
460
+ #: ../admin/social_sharing.php:433
461
+ #: ../admin/social_sharing.php:808
462
+ #: ../admin/social_login.php:80
463
  msgid "Select providers"
464
  msgstr "Selectionner les réseaux sociaux"
465
 
466
+ #: ../admin/social_sharing.php:443
467
+ #: ../admin/social_sharing.php:818
468
+ #: ../admin/social_login.php:89
469
  msgid "Twitter"
470
  msgstr "Twitter"
471
 
472
+ #: ../admin/social_sharing.php:448
473
+ #: ../admin/social_sharing.php:823
474
+ #: ../admin/social_login.php:93
475
  msgid "LinkedIn"
476
  msgstr "LinkedIn"
477
 
478
+ #: ../admin/social_sharing.php:453
479
+ #: ../admin/social_sharing.php:828
480
+ #: ../admin/social_login.php:97
481
  msgid "Google+"
482
  msgstr "Google+"
483
 
484
+ #: ../admin/social_sharing.php:458
485
+ #: ../admin/social_sharing.php:833
486
  msgid "Print"
487
  msgstr "Imprimer"
488
 
489
+ #: ../admin/social_sharing.php:463
490
+ #: ../admin/social_sharing.php:838
491
  msgid "Email"
492
  msgstr "E-mail"
493
 
494
+ #: ../admin/social_sharing.php:468
495
+ #: ../admin/social_sharing.php:843
496
  msgid "Yahoo"
497
  msgstr "Yahoo!"
498
 
499
+ #: ../admin/social_sharing.php:473
500
+ #: ../admin/social_sharing.php:848
501
  msgid "Reddit"
502
  msgstr "Reddit"
503
 
504
+ #: ../admin/social_sharing.php:478
505
+ #: ../admin/social_sharing.php:853
506
  msgid "Digg"
507
  msgstr "Digg"
508
 
509
+ #: ../admin/social_sharing.php:483
510
+ #: ../admin/social_sharing.php:858
511
  msgid "Delicious"
512
  msgstr "Delicious"
513
 
514
+ #: ../admin/social_sharing.php:488
515
+ #: ../admin/social_sharing.php:863
516
  msgid "StumbleUpon"
517
  msgstr "StumbleUpon"
518
 
519
+ #: ../admin/social_sharing.php:493
520
+ #: ../admin/social_sharing.php:868
521
  msgid "Float it"
522
  msgstr "Float it"
523
 
524
+ #: ../admin/social_sharing.php:498
525
+ #: ../admin/social_sharing.php:873
526
  msgid "Tumblr"
527
  msgstr "Tumblr"
528
 
529
+ #: ../admin/social_sharing.php:503
530
+ #: ../admin/social_sharing.php:878
531
+ #: ../admin/social_login.php:101
532
  msgid "Vkontakte"
533
  msgstr "Vkontakte"
534
 
535
+ #: ../admin/social_sharing.php:508
536
+ #: ../admin/social_sharing.php:883
537
  msgid "Pinterest"
538
  msgstr "Pinterest"
539
 
540
+ #: ../admin/social_sharing.php:513
541
+ #: ../admin/social_sharing.php:888
542
+ #: ../admin/social_login.php:109
543
  msgid "Xing"
544
  msgstr ""
545
 
546
+ #: ../admin/social_sharing.php:518
547
+ #: ../admin/social_sharing.php:893
548
  msgid "Whatsapp"
549
  msgstr ""
550
 
551
+ #: ../admin/social_sharing.php:523
552
+ #: ../admin/social_sharing.php:898
553
  msgid "Yummly"
554
  msgstr ""
555
 
556
+ #: ../admin/social_sharing.php:528
557
+ #: ../admin/social_sharing.php:903
558
  msgid "Buffer"
559
  msgstr ""
560
 
561
+ #: ../admin/social_sharing.php:536
562
+ #: ../admin/social_sharing.php:911
563
  msgid "Select the providers for sharing interface"
564
  msgstr "Selectionner les réseaux sociaux à inclure"
565
 
566
+ #: ../admin/social_sharing.php:544
567
+ #: ../admin/social_sharing.php:919
568
  msgid "Rearrange icons"
569
  msgstr "Repositionner les icônes"
570
 
571
+ #: ../admin/social_sharing.php:576
572
+ #: ../admin/social_sharing.php:951
573
  msgid "Drag the icons to rearrange in desired order"
574
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
575
 
576
+ #: ../admin/social_sharing.php:584
577
+ #: ../admin/social_sharing.php:977
578
  #: ../admin/like_buttons.php:320
579
  #: ../admin/like_buttons.php:557
580
  msgid "Horizontal alignment"
581
  msgstr "Alignement horizontal"
582
 
583
+ #: ../admin/social_sharing.php:588
584
+ #: ../admin/social_sharing.php:981
585
  #: ../admin/like_buttons.php:324
586
  #: ../admin/like_buttons.php:561
587
  msgid "Left"
588
  msgstr "Gauche"
589
 
590
+ #: ../admin/social_sharing.php:589
591
  #: ../admin/like_buttons.php:325
592
  msgid "Center"
593
  msgstr "centre"
594
 
595
+ #: ../admin/social_sharing.php:590
596
+ #: ../admin/social_sharing.php:982
597
  #: ../admin/like_buttons.php:326
598
  #: ../admin/like_buttons.php:562
599
  msgid "Right"
600
  msgstr "Droite"
601
 
602
+ #: ../admin/social_sharing.php:598
603
+ #: ../admin/social_sharing.php:990
604
  msgid "Horizontal alignment of the sharing interface"
605
  msgstr "Alignement horizontal des boutons de partage"
606
 
607
+ #: ../admin/social_sharing.php:606
608
  #: ../admin/like_buttons.php:342
609
  msgid "Position with respect to content"
610
  msgstr "Position par rapport au contenu"
611
 
612
+ #: ../admin/social_sharing.php:610
613
  #: ../admin/like_buttons.php:346
614
  msgid "Top of the content"
615
  msgstr "Au-dessus du contenu"
616
 
617
+ #: ../admin/social_sharing.php:612
618
  #: ../admin/like_buttons.php:348
619
  msgid "Bottom of the content"
620
  msgstr "En-dessous du contenu"
621
 
622
+ #: ../admin/social_sharing.php:619
623
  msgid "Specify position of the sharing interface with respect to the content"
624
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
625
 
626
+ #: ../admin/social_sharing.php:627
627
+ #: ../admin/social_sharing.php:1056
628
  msgid "Sharing location"
629
  msgstr "Position de partage"
630
 
631
+ #: ../admin/social_sharing.php:631
632
+ #: ../admin/social_sharing.php:1060
633
+ #: ../admin/social_login.php:613
634
+ #: ../admin/social_login.php:643
635
  #: ../admin/like_buttons.php:367
636
  #: ../admin/like_buttons.php:640
637
  msgid "Homepage"
638
  msgstr "Page d'accueil"
639
 
640
+ #: ../admin/social_sharing.php:633
641
+ #: ../admin/social_sharing.php:1062
642
  #: ../admin/like_buttons.php:369
643
  #: ../admin/like_buttons.php:642
644
  msgid "Posts"
645
  msgstr "Publications"
646
 
647
+ #: ../admin/social_sharing.php:635
648
+ #: ../admin/social_sharing.php:1064
649
  #: ../admin/like_buttons.php:371
650
  #: ../admin/like_buttons.php:644
651
  msgid "Pages"
652
  msgstr "Pages"
653
 
654
+ #: ../admin/social_sharing.php:637
655
+ #: ../admin/social_sharing.php:1066
656
  msgid "Excerpts (at Homepage)"
657
  msgstr ""
658
 
659
+ #: ../admin/social_sharing.php:639
660
+ #: ../admin/social_sharing.php:1068
661
  #: ../admin/like_buttons.php:375
662
  #: ../admin/like_buttons.php:648
663
  msgid "Category Archives"
664
  msgstr "Archives des catégories"
665
 
666
+ #: ../admin/social_sharing.php:641
667
+ #: ../admin/social_sharing.php:1070
668
  #: ../admin/like_buttons.php:377
669
  #: ../admin/like_buttons.php:650
670
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
671
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
672
 
673
+ #: ../admin/social_sharing.php:657
674
  #: ../admin/like_buttons.php:393
675
  msgid "BuddyPress activity and groups"
676
  msgstr "L'activité et les groupes BuddyPress"
677
 
678
+ #: ../admin/social_sharing.php:663
679
+ #: ../admin/social_sharing.php:1085
680
  #: ../admin/like_buttons.php:400
681
  #: ../admin/like_buttons.php:665
682
  msgid "BBPress forum"
683
  msgstr ""
684
 
685
+ #: ../admin/social_sharing.php:666
686
+ #: ../admin/social_sharing.php:1088
687
  #: ../admin/like_buttons.php:403
688
  #: ../admin/like_buttons.php:668
689
  msgid "BBPress topic"
690
  msgstr "sujet BBPress"
691
 
692
+ #: ../admin/social_sharing.php:669
693
  #: ../admin/like_buttons.php:406
694
  msgid "BBPress reply"
695
  msgstr "BBPress réponse"
696
 
697
+ #: ../admin/social_sharing.php:676
698
  #: ../admin/like_buttons.php:412
699
  msgid "After individual product at WooCommerce Shop page"
700
  msgstr "Après produit individuel à la page WooCommerce Boutique"
701
 
702
+ #: ../admin/social_sharing.php:679
703
  #: ../admin/like_buttons.php:415
704
  msgid "WooCommerce Product Page"
705
  msgstr "WooCommerce page produit"
706
 
707
+ #: ../admin/social_sharing.php:682
708
  #: ../admin/like_buttons.php:418
709
  msgid "WooCommerce Thankyou Page"
710
  msgstr "Merci WooCommerce page"
711
 
712
+ #: ../admin/social_sharing.php:693
713
  msgid "Specify the pages where you want to enable Sharing interface"
714
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
715
 
716
+ #: ../admin/social_sharing.php:701
717
+ #: ../admin/social_sharing.php:1106
718
  msgid "Show share counts"
719
  msgstr "Afficher le compteur des partages"
720
 
721
+ #: ../admin/social_sharing.php:711
722
+ #: ../admin/social_sharing.php:1116
723
  msgid "If enabled, share counts are displayed above sharing icons."
724
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
725
 
726
+ #: ../admin/social_sharing.php:720
727
+ #: ../admin/social_sharing.php:1125
728
  #, fuzzy
729
  msgid "Show total shares"
730
  msgstr "Afficher le compteur des partages"
731
 
732
+ #: ../admin/social_sharing.php:730
733
+ #: ../admin/social_sharing.php:1135
734
  #, fuzzy
735
  msgid "If enabled, total shares will be displayed with sharing icons"
736
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
737
 
738
+ #: ../admin/social_sharing.php:739
739
+ #: ../admin/social_sharing.php:1144
740
  #, fuzzy
741
  msgid "Enable 'More' icon"
742
  msgstr "Activer la verification de l'adresse e-mail"
743
 
744
+ #: ../admin/social_sharing.php:749
745
+ #: ../admin/social_sharing.php:1154
746
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
747
  msgstr "Si elle est activée, icône \"Plus de\" sera affiché icônes de partage sélectionnés après qui montre des réseaux de partage supplémentaires dans le popup"
748
 
749
+ #: ../admin/social_sharing.php:759
750
  msgid "Vertical (Floating) Sharing Interface Options"
751
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
752
 
753
+ #: ../admin/social_sharing.php:765
754
  msgid "Enable vertical (floating) sharing interface"
755
  msgstr "Activer les boutons de partage verticaux (flotants)"
756
 
757
+ #: ../admin/social_sharing.php:775
758
  msgid "Master control to enable vertical (floating) sharing widget"
759
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
760
 
761
+ #: ../admin/social_sharing.php:959
762
  #: ../admin/like_buttons.php:539
763
  msgid "Background Color"
764
  msgstr "Couleur de fond"
765
 
766
+ #: ../admin/social_sharing.php:969
767
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
768
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
769
 
770
+ #: ../admin/social_sharing.php:999
771
  #: ../admin/like_buttons.php:579
772
  msgid "Left offset"
773
  msgstr "Marge à gauche"
774
 
775
+ #: ../admin/social_sharing.php:1009
776
  #, fuzzy
777
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
778
  msgstr "Définir la taille de la marge à gauche (en pixels)."
779
 
780
+ #: ../admin/social_sharing.php:1019
781
  #: ../admin/like_buttons.php:599
782
  msgid "Right offset"
783
  msgstr "Marge à droite"
784
 
785
+ #: ../admin/social_sharing.php:1029
786
  #, fuzzy
787
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
788
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
789
 
790
+ #: ../admin/social_sharing.php:1038
791
  #: ../admin/like_buttons.php:618
792
  msgid "Top offset"
793
  msgstr "Marge au-dessus"
794
 
795
+ #: ../admin/social_sharing.php:1048
796
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
797
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
798
 
799
+ #: ../admin/social_sharing.php:1098
800
  msgid "Specify the pages where you want to enable vertical Sharing interface"
801
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
802
 
803
+ #: ../admin/social_sharing.php:1162
804
  #, fuzzy
805
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
806
  msgstr "Cacher le partage sur appareils mobiles"
807
 
808
+ #: ../admin/social_sharing.php:1172
809
  #, fuzzy
810
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
811
  msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
812
 
813
+ #: ../admin/social_sharing.php:1181
814
  msgid "Hide sharing on mobile devices"
815
  msgstr "Cacher le partage sur appareils mobiles"
816
 
817
+ #: ../admin/social_sharing.php:1191
818
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
819
  msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
820
 
821
+ #: ../admin/social_sharing.php:1208
822
  #, fuzzy
823
  msgid "Social Sharing Shortcode & Widget"
824
  msgstr "Widgets et shortcodes"
825
 
826
+ #: ../admin/social_sharing.php:1218
827
  msgid "Facebook Sharing Troubleshooter"
828
  msgstr "Résoudre les problems Facebook"
829
 
830
+ #: ../admin/social_sharing.php:1223
831
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
832
  msgstr "Si le partage sur Facebook ne marche pas, cliquez sur le lien suivant et entrez le lien de la page ou le problème se produit."
833
 
834
+ #: ../admin/social_sharing.php:1239
835
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
836
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
837
 
838
+ #: ../admin/social_sharing.php:1240
839
  #, fuzzy
840
  msgid "How can I disable sharing on particular page/post?"
841
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
842
 
843
+ #: ../admin/social_sharing.php:1241
844
  msgid "How can I specify minimum sharing count for sharing networks?"
845
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
846
 
847
+ #: ../admin/social_sharing.php:1251
848
  #: ../admin/social_commenting.php:438
849
+ #: ../admin/social_login.php:765
850
  #: ../admin/like_buttons.php:723
851
  msgid "Save Changes"
852
  msgstr "Sauvegarder"
1068
  msgid "How to disable default comment form from Social Commenting?"
1069
  msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1070
 
1071
+ #: ../admin/social_login.php:3
1072
+ msgid "Award points for Social Login"
1073
+ msgstr "Attribuer des points pour la connexion sociale"
1074
+
1075
+ #: ../admin/social_login.php:11
1076
  msgid "Social Login"
1077
  msgstr "Connection par les réseaux sociaux"
1078
 
1079
+ #: ../admin/social_login.php:24
1080
  msgid "Enable Social Login"
1081
  msgstr "Activer la connection par les réseaux sociaux"
1082
 
1083
+ #: ../admin/social_login.php:34
1084
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1085
  msgstr "Control maître pour la connection par les réseaux sociaux. Cela doit être active afin de permettre cette fonctionnalité."
1086
 
1087
+ #: ../admin/social_login.php:42
1088
+ msgid "Disable user registration via Social Login"
1089
+ msgstr ""
1090
+
1091
+ #: ../admin/social_login.php:52
1092
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1093
+ msgstr ""
1094
+
1095
+ #: ../admin/social_login.php:61
1096
+ #, fuzzy
1097
+ msgid "Redirection url"
1098
+ msgstr "Rediriger la page après la connection"
1099
+
1100
+ #: ../admin/social_login.php:71
1101
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1102
+ msgstr ""
1103
+
1104
+ #: ../admin/social_login.php:105
1105
  msgid "Instagram"
1106
  msgstr "Instagram"
1107
 
1108
+ #: ../admin/social_login.php:117
1109
  msgid "Select Social ID provider to enable in Social Login"
1110
  msgstr "Selectionner les réseaux sociaux à activer dans la connection par les réseaux sociaux."
1111
 
1112
+ #: ../admin/social_login.php:125
1113
  msgid "Facebook App ID"
1114
  msgstr "Facebook App ID"
1115
 
1116
+ #: ../admin/social_login.php:135
1117
  #, php-format
1118
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1119
  msgstr "Nécessaire pour la connection via Facebook. Trouvez la documentation <a href=\"%s\" target=\"_blank\">ici</a> pour obtenir votre \"Facebook App ID\""
1120
 
1121
+ #: ../admin/social_login.php:137
1122
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1123
  msgstr "Collez URL suivante dans <strong>Site URL</ strong> option au lien ci"
1124
 
1125
+ #: ../admin/social_login.php:147
1126
  msgid "Twitter API Key"
1127
  msgstr "Clé API Twitter"
1128
 
1129
+ #: ../admin/social_login.php:157
1130
  #, php-format
1131
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1132
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API Twitter."
1133
 
1134
+ #: ../admin/social_login.php:159
1135
+ #: ../admin/social_login.php:181
1136
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1137
  msgstr "Collez URL suivante dans <strong>Website</ strong> et <strong>Callback URL</ strong>, l'établissement le lien mentionné"
1138
 
1139
+ #: ../admin/social_login.php:169
1140
  msgid "Twitter API Secret"
1141
  msgstr "Code secret API Twitter"
1142
 
1143
+ #: ../admin/social_login.php:179
1144
  #, php-format
1145
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1146
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1147
 
1148
+ #: ../admin/social_login.php:191
1149
  msgid "LinkedIn API Key"
1150
  msgstr "LinkedIn clé API"
1151
 
1152
+ #: ../admin/social_login.php:201
1153
  #, php-format
1154
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1155
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1156
 
1157
+ #: ../admin/social_login.php:203
1158
+ #: ../admin/social_login.php:269
1159
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1160
  msgstr "Coller l'URL suivante dans <strong>Website URL</ strong> sur le lien mentionné"
1161
 
1162
+ #: ../admin/social_login.php:213
1163
  msgid "Google+ Client ID"
1164
  msgstr "Google+ Client ID"
1165
 
1166
+ #: ../admin/social_login.php:223
1167
  #, php-format
1168
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1169
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Google+. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Google+ Client ID\"."
1170
 
1171
+ #: ../admin/social_login.php:225
1172
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1173
  msgstr "Coller l'URL suivante dans <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> et <strong>AUTHORIZED REDIRECT URI</ strong>, l'établissement le lien mentionné"
1174
 
1175
+ #: ../admin/social_login.php:235
1176
  msgid "Vkontakte Application ID"
1177
  msgstr "Vkontakte Application ID"
1178
 
1179
+ #: ../admin/social_login.php:245
1180
  #, php-format
1181
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1182
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec VKontakte. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"VKontakte Application ID\"."
1183
 
1184
+ #: ../admin/social_login.php:247
1185
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1186
  msgstr "Coller l'URL suivante dans <strong>Site address</ strong> sur le lien mentionné"
1187
 
1188
+ #: ../admin/social_login.php:257
1189
  msgid "Instagram Client ID"
1190
  msgstr "Instagram Client ID"
1191
 
1192
+ #: ../admin/social_login.php:267
1193
  #, php-format
1194
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1195
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Instagram. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre \"Instagram Client ID\"."
1196
 
1197
+ #: ../admin/social_login.php:279
1198
  msgid "Xing Consumer Key"
1199
  msgstr ""
1200
 
1201
+ #: ../admin/social_login.php:289
1202
  #, fuzzy, php-format
1203
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1204
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec LinkedIn. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre clé API LinkedIn."
1205
 
1206
+ #: ../admin/social_login.php:291
1207
+ #: ../admin/social_login.php:313
1208
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1209
  msgstr "Coller l'URL suivante dans <strong>Callback domain</ strong> sur le lien mentionné"
1210
 
1211
+ #: ../admin/social_login.php:301
1212
  msgid "Xing Consumer Secret"
1213
  msgstr ""
1214
 
1215
+ #: ../admin/social_login.php:311
1216
  #, fuzzy, php-format
1217
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1218
  msgstr "Nécessaire pour que vos utilisateurs puissent se connecter avec Twitter. Merci de suivre la documentation <a href=\"%s\" target=\"_blank\"> sur cette page</a> afin d'obténir votre code secret API Twitter."
1219
 
1220
+ #: ../admin/social_login.php:323
1221
  msgid "Include Javascript in website footer"
1222
  msgstr "Inclure le javascript dans le footer de votre site"
1223
 
1224
+ #: ../admin/social_login.php:333
1225
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1226
  msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
1227
 
1228
+ #: ../admin/social_login.php:347
1229
  msgid "Login options"
1230
  msgstr "Paramètres de connection"
1231
 
1232
+ #: ../admin/social_login.php:363
1233
  msgid "Text to display above the Social Login interface"
1234
  msgstr "Texte à afficher en tête de l'interface de connection par les réseaux sociaux"
1235
 
1236
+ #: ../admin/social_login.php:372
1237
  msgid "Enable at login page"
1238
  msgstr "Activer sur la page de connection"
1239
 
1240
+ #: ../admin/social_login.php:382
1241
  msgid "Social Login interface will get enabled at the login page of your website"
1242
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1243
 
1244
+ #: ../admin/social_login.php:390
1245
  msgid "Enable at register page"
1246
  msgstr "Activer sur la page de création de compte"
1247
 
1248
+ #: ../admin/social_login.php:400
1249
  msgid "Social Login interface will get enabled at the registration page of your website"
1250
  msgstr "La connection par les réseaux sociaux sera activée sur la page de création de compte de votre site"
1251
 
1252
+ #: ../admin/social_login.php:408
1253
  msgid "Enable at comment form"
1254
  msgstr "Activer dans les commentaires"
1255
 
1256
+ #: ../admin/social_login.php:418
1257
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1258
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1259
 
1260
+ #: ../admin/social_login.php:432
1261
  msgid "Enable before WooCommerce Customer Login Form"
1262
  msgstr "Activer avant WooCommerce formulaire Connexion client"
1263
 
1264
+ #: ../admin/social_login.php:442
1265
  #, fuzzy
1266
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1267
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1268
 
1269
+ #: ../admin/social_login.php:450
1270
  msgid "Enable after WooCommerce Customer Login Form"
1271
  msgstr "Activer après WooCommerce formulaire Connexion client"
1272
 
1273
+ #: ../admin/social_login.php:460
1274
  #, fuzzy
1275
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1276
  msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1277
 
1278
+ #: ../admin/social_login.php:468
1279
  #, fuzzy
1280
  msgid "Enable at WooCommerce checkout page"
1281
  msgstr "Activer sur la page de création de compte"
1282
 
1283
+ #: ../admin/social_login.php:478
1284
  #, fuzzy
1285
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1286
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1287
 
1288
+ #: ../admin/social_login.php:489
1289
  msgid "Auto-approve comments made by Social Login users"
1290
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1291
 
1292
+ #: ../admin/social_login.php:499
1293
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1294
  msgstr "Si cela est active, et un commentaire WordPress est laissé par un utilisateur social, son commentaire sera automatiquement approuvé et sera publié sans modération."
1295
 
1296
+ #: ../admin/social_login.php:500
1297
  msgid "Note: This is not related to Facebook comments"
1298
  msgstr "NB : Cela est différent des commentaires Facebook"
1299
 
1300
+ #: ../admin/social_login.php:510
1301
  msgid "Enable social avatar"
1302
  msgstr "Activer la photo social"
1303
 
1304
+ #: ../admin/social_login.php:520
1305
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1306
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1307
 
1308
+ #: ../admin/social_login.php:530
1309
  msgid "Avatar quality"
1310
  msgstr "qualité Avatar"
1311
 
1312
+ #: ../admin/social_login.php:533
1313
  msgid "Average"
1314
  msgstr "moyenne"
1315
 
1316
+ #: ../admin/social_login.php:534
1317
  msgid "Best"
1318
  msgstr ""
1319
 
1320
+ #: ../admin/social_login.php:541
1321
  msgid "Choose avatar quality"
1322
  msgstr "Choisissez la qualité avatar"
1323
 
1324
+ #: ../admin/social_login.php:560
1325
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1326
  msgstr "Si activé et le réseau social ne fourni pas d'adresse e-mail, l'utilisateur sera demandé son adresse e-mail. Sinon, une fausse adresse sera créée."
1327
 
1328
+ #: ../admin/social_login.php:569
1329
  msgid "Send username-password after user registration"
1330
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1331
 
1332
+ #: ../admin/social_login.php:579
1333
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1334
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1335
 
1336
+ #: ../admin/social_login.php:588
1337
  msgid "Enable social account linking at BuddyPress profile page"
1338
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1339
 
1340
+ #: ../admin/social_login.php:598
1341
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1342
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1343
 
1344
+ #: ../admin/social_login.php:607
1345
  msgid "Login redirection"
1346
  msgstr "Rediriger la page après la connection"
1347
 
1348
+ #: ../admin/social_login.php:611
1349
  msgid "Same page where user logged in"
1350
  msgstr "La même page ou l'utilisateur s'est connecté"
1351
 
1352
+ #: ../admin/social_login.php:615
1353
+ #: ../admin/social_login.php:645
1354
  msgid "Account dashboard"
1355
  msgstr "Leur compte"
1356
 
1357
+ #: ../admin/social_login.php:618
1358
+ #: ../admin/social_login.php:648
1359
  msgid "BuddyPress profile page"
1360
  msgstr "BuddyPress page de profil"
1361
 
1362
+ #: ../admin/social_login.php:621
1363
+ #: ../admin/social_login.php:651
1364
  msgid "Custom Url"
1365
  msgstr "URL personnalisé"
1366
 
1367
+ #: ../admin/social_login.php:629
1368
  msgid "User will be redirected to the selected page after Social Login"
1369
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1370
 
1371
+ #: ../admin/social_login.php:637
1372
  msgid "Registration redirection"
1373
  msgstr "Redirection après la création de compte"
1374
 
1375
+ #: ../admin/social_login.php:641
1376
  #, fuzzy
1377
  msgid "Same page from where user registered"
1378
  msgstr "La même page ou l'utilisateur s'est connecté"
1379
 
1380
+ #: ../admin/social_login.php:659
1381
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1382
  msgstr "L'utilisateur sera redirigé à la page selectionnée après sa creation de compte (c'est à dire, première connection avec un réseau social)"
1383
 
1384
+ #: ../admin/social_login.php:667
1385
  msgid "Email popup options"
1386
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1387
 
1388
+ #: ../admin/social_login.php:673
1389
  msgid "Text on 'Email required' popup"
1390
  msgstr "Texte dans le popup \"E-mail requis\""
1391
 
1392
+ #: ../admin/social_login.php:683
1393
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1394
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1395
 
1396
+ #: ../admin/social_login.php:692
1397
  msgid "Error message for 'Email required' popup"
1398
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1399
 
1400
+ #: ../admin/social_login.php:702
1401
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1402
  msgstr "Cette message sera affiché si l'utilisateur fournit une adresse qui n'est pas valide, ou qui a déjà été associé à un compte sur votre site."
1403
 
1404
+ #: ../admin/social_login.php:711
1405
  msgid "Email popup height"
1406
  msgstr "Hauteur du popup e-mail"
1407
 
1408
+ #: ../admin/social_login.php:721
1409
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1410
  msgstr "Si vous voyez une barre de defilement (ascenseur) dans le popup \"E-mail requis\", vous pouvez ajuster sa hauteur ici. Laissez vide pour les paramètres par défaut."
1411
 
1412
+ #: ../admin/social_login.php:729
1413
  msgid "Enable email verification"
1414
  msgstr "Activer la verification de l'adresse e-mail"
1415
 
1416
+ #: ../admin/social_login.php:739
1417
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1418
  msgstr "Si cela est activé, l'adresse sera vérifié en envoyant un lien de confirmation à l'adresse. L'utilisateur ne pourra pas se connecter sans avoir confirmé son adresse e-mail."
1419
 
1420
+ #: ../admin/social_login.php:755
1421
  #, fuzzy
1422
  msgid "Social Login Shortcode & Widget"
1423
  msgstr "Widgets et shortcodes"
1424
 
1425
+ #: ../admin/social_login.php:756
1426
  msgid "Social Linking Shortcode"
1427
  msgstr ""
1428
 
1632
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1633
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1634
 
1635
+ #: ../inc/social_sharing.php:598
1636
  msgid "Invalid request"
1637
  msgstr "Demande non-valable !"
1638
 
1639
+ #: ../inc/social_sharing.php:605
1640
  msgid "Providers not selected"
1641
  msgstr "Réseaux sociaux non-selectionnés !"
1642
 
1643
+ #: ../inc/social_login.php:232
1644
+ #, php-format
1645
+ msgid "Username: %s"
1646
+ msgstr ""
1647
+
1648
+ #: ../inc/social_login.php:233
1649
+ #, php-format
1650
+ msgid "Password: %s"
1651
+ msgstr ""
1652
+
1653
+ #: ../inc/social_login.php:236
1654
+ #, php-format
1655
+ msgid "[%s] Your username and password"
1656
+ msgstr ""
1657
+
1658
  #: ../inc/widget.php:11
1659
  msgid "Super Socializer - Login"
1660
  msgstr "Super Socializer - Login"
languages/Super-Socializer-hu_HU.mo CHANGED
Binary file
languages/Super-Socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:11+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:11+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,63 +16,63 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:224
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
- #: ../super_socializer.php:227
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
- #: ../super_socializer.php:397
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
- #: ../super_socializer.php:397
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
- #: ../super_socializer.php:401
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
- #: ../super_socializer.php:436
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
- #: ../super_socializer.php:513
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
- #: ../super_socializer.php:604
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Belépés"
61
 
62
- #: ../super_socializer.php:607
63
  msgid "Small Avatar Url"
64
  msgstr "Kis Avatar URL"
65
 
66
- #: ../super_socializer.php:612
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Cél Url"
70
 
71
- #: ../super_socializer.php:645
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
74
 
75
- #: ../super_socializer.php:649
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
78
 
@@ -97,64 +97,64 @@ msgstr "Elrejtéséhez kattintson segítség"
97
  msgid "Settings"
98
  msgstr "Beállítások"
99
 
100
- #: ../helper.php:503
101
  msgid "Account linked successfully"
102
  msgstr "Fiók kapcsolása sikeres"
103
 
104
- #: ../helper.php:507
105
  msgid "Account already exists or linked"
106
  msgstr "Fiók már létezik, vagy össze van kötve"
107
 
108
- #: ../helper.php:516
109
  msgid "You are already connected with"
110
  msgstr "Már kapcsolódtál ezzel"
111
 
112
- #: ../helper.php:516
113
  msgid "as primary social network"
114
  msgstr "elsődleges szociális háló"
115
 
116
- #: ../helper.php:531
117
  msgid "Link your social account to login to your account at this website"
118
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
119
 
120
- #: ../helper.php:568
121
  msgid "Currently"
122
  msgstr "Jelenleg"
123
 
124
- #: ../helper.php:568
125
  msgid "Remove"
126
  msgstr "Eltávolítás"
127
 
128
- #: ../helper.php:669
129
  msgid "Disable Horizontal Social Sharing on this "
130
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
131
 
132
- #: ../helper.php:674
133
  msgid "Disable Vertical Social Sharing on this "
134
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
135
 
136
- #: ../helper.php:679
137
  msgid "Disable Horizontal like buttons on this "
138
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
139
 
140
- #: ../helper.php:684
141
  msgid "Disable Vertical like buttons on this "
142
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
143
 
144
- #: ../helper.php:689
145
  msgid "Disable Social Commenting on this "
146
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
147
 
148
- #: ../helper.php:698
149
  msgid "Horizontal sharing"
150
  msgstr "Vízszintes megosztás"
151
 
152
- #: ../helper.php:704
153
- #: ../helper.php:723
154
  msgid "Starting share count for "
155
  msgstr "Megosztás számok kezdése ehhez"
156
 
157
- #: ../helper.php:717
158
  msgid "Vertical sharing"
159
  msgstr "Függőleges Megosztás"
160
 
@@ -206,623 +206,627 @@ msgid "Rate 5-star"
206
  msgstr "Osztályozz 5-ösre"
207
 
208
  #: ../admin/help.php:54
209
- #: ../admin/social_sharing.php:437
210
- #: ../admin/social_sharing.php:815
211
- #: ../admin/social_login.php:46
212
  msgid "Facebook"
213
  msgstr "Facebook"
214
 
215
- #: ../admin/social_sharing.php:11
216
- #: ../admin/social_sharing.php:22
217
- #: ../admin/social_login.php:9
218
- #: ../admin/social_login.php:17
 
 
 
 
219
  #: ../admin/like_buttons.php:11
220
  #: ../admin/like_buttons.php:19
221
  msgid "Basic Configuration"
222
  msgstr "Alap Beállítások"
223
 
224
- #: ../admin/social_sharing.php:12
225
  msgid "Sharing Interface"
226
  msgstr "Megosztási Felület"
227
 
228
- #: ../admin/social_sharing.php:13
229
  msgid "Sharing Options"
230
  msgstr "Megosztási beállítások"
231
 
232
- #: ../admin/social_sharing.php:14
233
- #: ../admin/social_sharing.php:1211
234
- #: ../admin/social_login.php:11
235
- #: ../admin/social_login.php:714
236
  #: ../admin/like_buttons.php:13
237
  #: ../admin/like_buttons.php:712
238
  msgid "Shortcode & Widget"
239
  msgstr "Shortcode és Widget"
240
 
241
- #: ../admin/social_sharing.php:15
242
  msgid "Troubleshooter"
243
  msgstr "Hibamegoldó"
244
 
245
- #: ../admin/social_sharing.php:16
246
- #: ../admin/social_sharing.php:1242
247
  #: ../admin/social_commenting.php:12
248
  #: ../admin/social_commenting.php:427
249
  msgid "FAQ"
250
  msgstr "GYIK"
251
 
252
- #: ../admin/social_sharing.php:28
253
  msgid "Enable Social Sharing"
254
  msgstr "Közösségi Megosztás Bekapcsolás"
255
 
256
- #: ../admin/social_sharing.php:38
257
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
258
  msgstr "Központi beállítás a Közösségi Megosztáshoz. Be kell kapcsolnod a Közösségi Megosztás funkció működéséhez"
259
 
260
- #: ../admin/social_sharing.php:46
261
  msgid "Delete all the options on plugin deletion"
262
  msgstr "Minden beállítás törlése a plugin törlésekor"
263
 
264
- #: ../admin/social_sharing.php:56
265
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
266
  msgstr "Bekapcsolva a plugin beállítások törlődnek a plugin törlésekor/eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted azt."
267
 
268
- #: ../admin/social_sharing.php:71
269
  msgid "Horizontal interface options"
270
  msgstr "Vízszintes Felület Beállítások"
271
 
272
- #: ../admin/social_sharing.php:77
273
- #: ../admin/social_sharing.php:155
274
  msgid "Shape"
275
  msgstr "alak"
276
 
277
- #: ../admin/social_sharing.php:85
278
- #: ../admin/social_sharing.php:163
279
  msgid "Round"
280
  msgstr "kerek"
281
 
282
- #: ../admin/social_sharing.php:87
283
- #: ../admin/social_sharing.php:165
284
  msgid "Square"
285
  msgstr "szögletes"
286
 
287
- #: ../admin/social_sharing.php:94
288
- #: ../admin/social_sharing.php:172
289
  msgid "Shape of the sharing icons"
290
  msgstr "Megosztás ikonok formája"
291
 
292
- #: ../admin/social_sharing.php:102
293
- #: ../admin/social_sharing.php:180
294
  msgid "Size (in pixels)"
295
  msgstr "Méret (pixel)"
296
 
297
- #: ../admin/social_sharing.php:120
298
- #: ../admin/social_sharing.php:198
299
  msgid "Size of the sharing icons"
300
  msgstr "Megosztási ikonok mérete"
301
 
302
- #: ../admin/social_sharing.php:127
303
- #: ../admin/social_sharing.php:205
304
  msgid "Icon Preview"
305
  msgstr "icon Preview"
306
 
307
- #: ../admin/social_sharing.php:141
308
- #: ../admin/social_sharing.php:219
309
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
310
  msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
311
 
312
- #: ../admin/social_sharing.php:149
313
  msgid "Vertical interface options"
314
  msgstr "Függőleges (lebegő) Felület Beállítások"
315
 
316
- #: ../admin/social_sharing.php:233
317
  msgid "Modernizr"
318
  msgstr ""
319
 
320
- #: ../admin/social_sharing.php:239
321
  msgid "Do not load Modernizr JS"
322
  msgstr "Ne töltsön Modernizr JS"
323
 
324
- #: ../admin/social_sharing.php:249
325
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
326
  msgstr "Ha úgy találja, a plugin elszakadna a téma, akkor próbáljon meg az opció engedélyezése"
327
 
328
- #: ../admin/social_sharing.php:258
329
  #: ../admin/like_buttons.php:51
330
  msgid "Url shortener"
331
  msgstr "Url rövidítő"
332
 
333
- #: ../admin/social_sharing.php:264
334
  msgid "Use shortlinks already installed"
335
  msgstr "Használja shortlinks már telepítve"
336
 
337
- #: ../admin/social_sharing.php:274
338
  #: ../admin/like_buttons.php:67
339
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
340
  msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
341
 
342
- #: ../admin/social_sharing.php:282
343
  msgid "Enable bit.ly url shortener for sharing"
344
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
345
 
346
- #: ../admin/social_sharing.php:292
347
  #: ../admin/like_buttons.php:85
348
  msgid "Master control to enable bit.ly url shortening for sharing"
349
  msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
350
 
351
- #: ../admin/social_sharing.php:300
352
  #: ../admin/like_buttons.php:93
353
  msgid "bit.ly username"
354
  msgstr "bit.ly felhasználónév"
355
 
356
- #: ../admin/social_sharing.php:310
357
  #: ../admin/like_buttons.php:103
358
  #, php-format
359
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
360
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
361
 
362
- #: ../admin/social_sharing.php:319
363
  #: ../admin/like_buttons.php:112
364
  msgid "bit.ly API Key"
365
  msgstr "bit.ly API Key"
366
 
367
- #: ../admin/social_sharing.php:329
368
  #: ../admin/like_buttons.php:122
369
  #, php-format
370
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
371
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
372
 
373
- #: ../admin/social_sharing.php:339
374
  msgid "Twitter username in sharing"
375
  msgstr "Twitter felhasználónév a megosztásban"
376
 
377
- #: ../admin/social_sharing.php:345
378
  msgid "Twitter username (without @)"
379
  msgstr "Twitter felhasználónév (@ nélkül)"
380
 
381
- #: ../admin/social_sharing.php:355
382
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
383
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
384
 
385
- #: ../admin/social_sharing.php:365
386
  msgid "Horizontal Sharing Interface Options"
387
  msgstr "Vízszintes Megosztási Felület Beállítások"
388
 
389
- #: ../admin/social_sharing.php:371
390
  msgid "Enable horizontal sharing interface"
391
  msgstr "Vízszintes megosztási felület bekapcsolása"
392
 
393
- #: ../admin/social_sharing.php:381
394
  msgid "Master control to enable horizontal sharing"
395
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
396
 
397
- #: ../admin/social_sharing.php:391
398
- #: ../admin/social_sharing.php:787
399
  #: ../admin/like_buttons.php:227
400
  #: ../admin/like_buttons.php:465
401
  msgid "Target Url"
402
  msgstr "Cél Url"
403
 
404
- #: ../admin/social_sharing.php:395
405
- #: ../admin/social_sharing.php:791
406
  #: ../admin/like_buttons.php:231
407
  #: ../admin/like_buttons.php:469
408
  msgid "Url of the webpage where icons are located (default)"
409
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
410
 
411
- #: ../admin/social_sharing.php:397
412
- #: ../admin/social_sharing.php:793
413
  #: ../admin/like_buttons.php:233
414
  #: ../admin/like_buttons.php:471
415
  msgid "Url of the homepage of your website"
416
  msgstr "A főoldalad Url-je"
417
 
418
- #: ../admin/social_sharing.php:399
419
- #: ../admin/social_sharing.php:795
420
  #: ../admin/like_buttons.php:235
421
  #: ../admin/like_buttons.php:473
422
  msgid "Custom url"
423
  msgstr "Egyedi URL"
424
 
425
- #: ../admin/social_sharing.php:406
426
- #: ../admin/social_sharing.php:802
427
  msgid "Url to share"
428
  msgstr "Megosztás Url-je"
429
 
430
- #: ../admin/social_sharing.php:414
431
- #: ../admin/social_login.php:314
432
  #: ../admin/like_buttons.php:250
433
  msgid "Title"
434
  msgstr "Cím"
435
 
436
- #: ../admin/social_sharing.php:424
437
  msgid "The text to display above the sharing interface"
438
  msgstr "Szöveg a megosztási felület fölött"
439
 
440
- #: ../admin/social_sharing.php:432
441
- #: ../admin/social_sharing.php:810
442
- #: ../admin/social_login.php:41
443
  msgid "Select providers"
444
  msgstr "Válassz szolgáltatókat"
445
 
446
- #: ../admin/social_sharing.php:442
447
- #: ../admin/social_sharing.php:820
448
- #: ../admin/social_login.php:50
449
  msgid "Twitter"
450
  msgstr "Twitter"
451
 
452
- #: ../admin/social_sharing.php:447
453
- #: ../admin/social_sharing.php:825
454
- #: ../admin/social_login.php:54
455
  msgid "LinkedIn"
456
  msgstr "LinkedIn"
457
 
458
- #: ../admin/social_sharing.php:452
459
- #: ../admin/social_sharing.php:830
460
- #: ../admin/social_login.php:58
461
  msgid "Google+"
462
  msgstr "Google+"
463
 
464
- #: ../admin/social_sharing.php:457
465
- #: ../admin/social_sharing.php:835
466
  msgid "Print"
467
  msgstr "Nyomtatás"
468
 
469
- #: ../admin/social_sharing.php:462
470
- #: ../admin/social_sharing.php:840
471
  msgid "Email"
472
  msgstr "Email"
473
 
474
- #: ../admin/social_sharing.php:467
475
- #: ../admin/social_sharing.php:845
476
  msgid "Yahoo"
477
  msgstr "Yahoo"
478
 
479
- #: ../admin/social_sharing.php:472
480
- #: ../admin/social_sharing.php:850
481
  msgid "Reddit"
482
  msgstr "Reddit"
483
 
484
- #: ../admin/social_sharing.php:477
485
- #: ../admin/social_sharing.php:855
486
  msgid "Digg"
487
  msgstr "Digg"
488
 
489
- #: ../admin/social_sharing.php:482
490
- #: ../admin/social_sharing.php:860
491
  msgid "Delicious"
492
  msgstr "Delicious"
493
 
494
- #: ../admin/social_sharing.php:487
495
- #: ../admin/social_sharing.php:865
496
  msgid "StumbleUpon"
497
  msgstr "StumbleUpon"
498
 
499
- #: ../admin/social_sharing.php:492
500
- #: ../admin/social_sharing.php:870
501
  msgid "Float it"
502
  msgstr "Float it"
503
 
504
- #: ../admin/social_sharing.php:497
505
- #: ../admin/social_sharing.php:875
506
  msgid "Tumblr"
507
  msgstr "Tumblr"
508
 
509
- #: ../admin/social_sharing.php:502
510
- #: ../admin/social_sharing.php:880
511
- #: ../admin/social_login.php:62
512
  msgid "Vkontakte"
513
  msgstr "Vkontakte"
514
 
515
- #: ../admin/social_sharing.php:507
516
- #: ../admin/social_sharing.php:885
517
  msgid "Pinterest"
518
  msgstr "Pinterest"
519
 
520
- #: ../admin/social_sharing.php:512
521
- #: ../admin/social_sharing.php:890
522
- #: ../admin/social_login.php:70
523
  msgid "Xing"
524
  msgstr "Xing"
525
 
526
- #: ../admin/social_sharing.php:517
527
- #: ../admin/social_sharing.php:895
528
  msgid "Whatsapp"
529
  msgstr "Whatsapp"
530
 
531
- #: ../admin/social_sharing.php:522
532
- #: ../admin/social_sharing.php:900
533
  msgid "Yummly"
534
  msgstr ""
535
 
536
- #: ../admin/social_sharing.php:527
537
- #: ../admin/social_sharing.php:905
538
  msgid "Buffer"
539
  msgstr ""
540
 
541
- #: ../admin/social_sharing.php:535
542
- #: ../admin/social_sharing.php:913
543
  msgid "Select the providers for sharing interface"
544
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
545
 
546
- #: ../admin/social_sharing.php:543
547
- #: ../admin/social_sharing.php:921
548
  msgid "Rearrange icons"
549
  msgstr "Ikonsorrend beállítás"
550
 
551
- #: ../admin/social_sharing.php:578
552
- #: ../admin/social_sharing.php:956
553
  msgid "Drag the icons to rearrange in desired order"
554
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
555
 
556
- #: ../admin/social_sharing.php:586
557
- #: ../admin/social_sharing.php:982
558
  #: ../admin/like_buttons.php:320
559
  #: ../admin/like_buttons.php:557
560
  msgid "Horizontal alignment"
561
  msgstr "Függőleges igazítás"
562
 
563
- #: ../admin/social_sharing.php:590
564
- #: ../admin/social_sharing.php:986
565
  #: ../admin/like_buttons.php:324
566
  #: ../admin/like_buttons.php:561
567
  msgid "Left"
568
  msgstr "Bal"
569
 
570
- #: ../admin/social_sharing.php:591
571
  #: ../admin/like_buttons.php:325
572
  msgid "Center"
573
  msgstr "Középen"
574
 
575
- #: ../admin/social_sharing.php:592
576
- #: ../admin/social_sharing.php:987
577
  #: ../admin/like_buttons.php:326
578
  #: ../admin/like_buttons.php:562
579
  msgid "Right"
580
  msgstr "Jobb"
581
 
582
- #: ../admin/social_sharing.php:600
583
- #: ../admin/social_sharing.php:995
584
  msgid "Horizontal alignment of the sharing interface"
585
  msgstr "A megosztási felület függőleges igazítása"
586
 
587
- #: ../admin/social_sharing.php:608
588
  #: ../admin/like_buttons.php:342
589
  msgid "Position with respect to content"
590
  msgstr "Elhelyezés a tartalomhoz képest"
591
 
592
- #: ../admin/social_sharing.php:612
593
  #: ../admin/like_buttons.php:346
594
  msgid "Top of the content"
595
  msgstr "Tartalom felett"
596
 
597
- #: ../admin/social_sharing.php:614
598
  #: ../admin/like_buttons.php:348
599
  msgid "Bottom of the content"
600
  msgstr "Tartalom alatt"
601
 
602
- #: ../admin/social_sharing.php:621
603
  msgid "Specify position of the sharing interface with respect to the content"
604
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
605
 
606
- #: ../admin/social_sharing.php:629
607
- #: ../admin/social_sharing.php:1061
608
  msgid "Sharing location"
609
  msgstr "Megosztási helyek"
610
 
611
- #: ../admin/social_sharing.php:633
612
- #: ../admin/social_sharing.php:1065
613
- #: ../admin/social_login.php:574
614
- #: ../admin/social_login.php:604
615
  #: ../admin/like_buttons.php:367
616
  #: ../admin/like_buttons.php:640
617
  msgid "Homepage"
618
  msgstr "Kezdő oldal"
619
 
620
- #: ../admin/social_sharing.php:635
621
- #: ../admin/social_sharing.php:1067
622
  #: ../admin/like_buttons.php:369
623
  #: ../admin/like_buttons.php:642
624
  msgid "Posts"
625
  msgstr "Bejegyzések"
626
 
627
- #: ../admin/social_sharing.php:637
628
- #: ../admin/social_sharing.php:1069
629
  #: ../admin/like_buttons.php:371
630
  #: ../admin/like_buttons.php:644
631
  msgid "Pages"
632
  msgstr "Oldalak"
633
 
634
- #: ../admin/social_sharing.php:639
635
- #: ../admin/social_sharing.php:1071
636
  msgid "Excerpts (at Homepage)"
637
  msgstr ""
638
 
639
- #: ../admin/social_sharing.php:641
640
- #: ../admin/social_sharing.php:1073
641
  #: ../admin/like_buttons.php:375
642
  #: ../admin/like_buttons.php:648
643
  msgid "Category Archives"
644
  msgstr "Kategória Archívum"
645
 
646
- #: ../admin/social_sharing.php:643
647
- #: ../admin/social_sharing.php:1075
648
  #: ../admin/like_buttons.php:377
649
  #: ../admin/like_buttons.php:650
650
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
651
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
652
 
653
- #: ../admin/social_sharing.php:659
654
  #: ../admin/like_buttons.php:393
655
  msgid "BuddyPress activity and groups"
656
  msgstr "BuddyPress tevékenység és csoportok"
657
 
658
- #: ../admin/social_sharing.php:665
659
- #: ../admin/social_sharing.php:1090
660
  #: ../admin/like_buttons.php:400
661
  #: ../admin/like_buttons.php:665
662
  msgid "BBPress forum"
663
  msgstr "BBPress fórum"
664
 
665
- #: ../admin/social_sharing.php:668
666
- #: ../admin/social_sharing.php:1093
667
  #: ../admin/like_buttons.php:403
668
  #: ../admin/like_buttons.php:668
669
  msgid "BBPress topic"
670
  msgstr "BBPress téma"
671
 
672
- #: ../admin/social_sharing.php:671
673
  #: ../admin/like_buttons.php:406
674
  msgid "BBPress reply"
675
  msgstr "BBPress válasz"
676
 
677
- #: ../admin/social_sharing.php:678
678
  #: ../admin/like_buttons.php:412
679
  msgid "After individual product at WooCommerce Shop page"
680
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
681
 
682
- #: ../admin/social_sharing.php:681
683
  #: ../admin/like_buttons.php:415
684
  msgid "WooCommerce Product Page"
685
  msgstr "WooCommerce Termékek"
686
 
687
- #: ../admin/social_sharing.php:684
688
  #: ../admin/like_buttons.php:418
689
  msgid "WooCommerce Thankyou Page"
690
  msgstr "WooCommerce Thankyou oldal"
691
 
692
- #: ../admin/social_sharing.php:695
693
  msgid "Specify the pages where you want to enable Sharing interface"
694
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
695
 
696
- #: ../admin/social_sharing.php:703
697
- #: ../admin/social_sharing.php:1111
698
  msgid "Show share counts"
699
  msgstr "Megosztás számok mutatása"
700
 
701
- #: ../admin/social_sharing.php:713
702
- #: ../admin/social_sharing.php:1121
703
  msgid "If enabled, share counts are displayed above sharing icons."
704
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
705
 
706
- #: ../admin/social_sharing.php:722
707
- #: ../admin/social_sharing.php:1130
708
  #, fuzzy
709
  msgid "Show total shares"
710
  msgstr "Megosztás számok mutatása"
711
 
712
- #: ../admin/social_sharing.php:732
713
- #: ../admin/social_sharing.php:1140
714
  #, fuzzy
715
  msgid "If enabled, total shares will be displayed with sharing icons"
716
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
717
 
718
- #: ../admin/social_sharing.php:741
719
- #: ../admin/social_sharing.php:1149
720
  msgid "Enable 'More' icon"
721
  msgstr "'Még több' ikon bekapcsolása"
722
 
723
- #: ../admin/social_sharing.php:751
724
- #: ../admin/social_sharing.php:1159
725
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
726
  msgstr "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
727
 
728
- #: ../admin/social_sharing.php:761
729
  msgid "Vertical (Floating) Sharing Interface Options"
730
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
731
 
732
- #: ../admin/social_sharing.php:767
733
  msgid "Enable vertical (floating) sharing interface"
734
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
735
 
736
- #: ../admin/social_sharing.php:777
737
  msgid "Master control to enable vertical (floating) sharing widget"
738
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
739
 
740
- #: ../admin/social_sharing.php:964
741
  #: ../admin/like_buttons.php:539
742
  msgid "Background Color"
743
  msgstr "Háttér Szín"
744
 
745
- #: ../admin/social_sharing.php:974
746
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
747
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
748
 
749
- #: ../admin/social_sharing.php:1004
750
  #: ../admin/like_buttons.php:579
751
  msgid "Left offset"
752
  msgstr "Bal margó"
753
 
754
- #: ../admin/social_sharing.php:1014
755
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
756
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
757
 
758
- #: ../admin/social_sharing.php:1024
759
  #: ../admin/like_buttons.php:599
760
  msgid "Right offset"
761
  msgstr "Jobb margó"
762
 
763
- #: ../admin/social_sharing.php:1034
764
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
765
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
766
 
767
- #: ../admin/social_sharing.php:1043
768
  #: ../admin/like_buttons.php:618
769
  msgid "Top offset"
770
  msgstr "Felső margó"
771
 
772
- #: ../admin/social_sharing.php:1053
773
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
774
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
775
 
776
- #: ../admin/social_sharing.php:1103
777
  msgid "Specify the pages where you want to enable vertical Sharing interface"
778
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
779
 
780
- #: ../admin/social_sharing.php:1167
781
  #, fuzzy
782
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
783
  msgstr "Hide megosztása mobil eszközökön"
784
 
785
- #: ../admin/social_sharing.php:1177
786
  #, fuzzy
787
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
788
  msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
789
 
790
- #: ../admin/social_sharing.php:1186
791
  msgid "Hide sharing on mobile devices"
792
  msgstr "Hide megosztása mobil eszközökön"
793
 
794
- #: ../admin/social_sharing.php:1196
795
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
796
  msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
797
 
798
- #: ../admin/social_sharing.php:1213
799
  #, fuzzy
800
  msgid "Social Sharing Shortcode & Widget"
801
  msgstr "Shortcode és Widget"
802
 
803
- #: ../admin/social_sharing.php:1223
804
  msgid "Facebook Sharing Troubleshooter"
805
  msgstr "Facebook Megosztás Hibaelhárító"
806
 
807
- #: ../admin/social_sharing.php:1228
808
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
809
  msgstr "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, és add meg a problémás url-t (ahol a Facebook megosztás nem működik tökéletesen) a szöveges mezőben:"
810
 
811
- #: ../admin/social_sharing.php:1244
812
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
813
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
814
 
815
- #: ../admin/social_sharing.php:1245
816
  msgid "How can I disable sharing on particular page/post?"
817
  msgstr "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
818
 
819
- #: ../admin/social_sharing.php:1246
820
  msgid "How can I specify minimum sharing count for sharing networks?"
821
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
822
 
823
- #: ../admin/social_sharing.php:1256
824
  #: ../admin/social_commenting.php:438
825
- #: ../admin/social_login.php:726
826
  #: ../admin/like_buttons.php:723
827
  msgid "Save Changes"
828
  msgstr "Változások Mentése"
@@ -1031,339 +1035,360 @@ msgstr "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/b
1031
  msgid "How to disable default comment form from Social Commenting?"
1032
  msgstr "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social kommentálva?"
1033
 
1034
- #: ../admin/social_login.php:10
 
 
 
 
1035
  msgid "Social Login"
1036
  msgstr "Social Login"
1037
 
1038
- #: ../admin/social_login.php:23
1039
  msgid "Enable Social Login"
1040
  msgstr "Közösségi Belépés Belkapcsolása"
1041
 
1042
- #: ../admin/social_login.php:33
1043
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1044
  msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1045
 
1046
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1047
  msgid "Instagram"
1048
  msgstr "Instagram"
1049
 
1050
- #: ../admin/social_login.php:78
1051
  msgid "Select Social ID provider to enable in Social Login"
1052
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1053
 
1054
- #: ../admin/social_login.php:86
1055
  msgid "Facebook App ID"
1056
  msgstr "Facebook App ID"
1057
 
1058
- #: ../admin/social_login.php:96
1059
  #, php-format
1060
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1061
  msgstr "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook App ID beszerzéshez"
1062
 
1063
- #: ../admin/social_login.php:98
1064
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1065
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1066
 
1067
- #: ../admin/social_login.php:108
1068
  msgid "Twitter API Key"
1069
  msgstr "Twitter API Key"
1070
 
1071
- #: ../admin/social_login.php:118
1072
  #, php-format
1073
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1074
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1075
 
1076
- #: ../admin/social_login.php:120
1077
- #: ../admin/social_login.php:142
1078
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1079
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1080
 
1081
- #: ../admin/social_login.php:130
1082
  msgid "Twitter API Secret"
1083
  msgstr "Twitter API Secret"
1084
 
1085
- #: ../admin/social_login.php:140
1086
  #, php-format
1087
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1088
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1089
 
1090
- #: ../admin/social_login.php:152
1091
  msgid "LinkedIn API Key"
1092
  msgstr "LinkedIn API Key"
1093
 
1094
- #: ../admin/social_login.php:162
1095
  #, php-format
1096
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1097
  msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1098
 
1099
- #: ../admin/social_login.php:164
1100
- #: ../admin/social_login.php:230
1101
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1102
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1103
 
1104
- #: ../admin/social_login.php:174
1105
  msgid "Google+ Client ID"
1106
  msgstr "Google+ Client ID"
1107
 
1108
- #: ../admin/social_login.php:184
1109
  #, php-format
1110
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1111
  msgstr "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a GooglePlus Client ID beszerzéshez"
1112
 
1113
- #: ../admin/social_login.php:186
1114
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1115
  msgstr "Illeszd be a következő url-t a <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> és a <strong>AUTHORIZED REDIRECT URI</strong> mezőbe a fenti linken"
1116
 
1117
- #: ../admin/social_login.php:196
1118
  msgid "Vkontakte Application ID"
1119
  msgstr "Vkontakte Application ID"
1120
 
1121
- #: ../admin/social_login.php:206
1122
  #, php-format
1123
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1124
  msgstr "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte Application ID beszerzéshez"
1125
 
1126
- #: ../admin/social_login.php:208
1127
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1128
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1129
 
1130
- #: ../admin/social_login.php:218
1131
  msgid "Instagram Client ID"
1132
  msgstr "Instagram Client ID"
1133
 
1134
- #: ../admin/social_login.php:228
1135
  #, php-format
1136
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1137
  msgstr "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az Instagram Client ID beszerzéshez"
1138
 
1139
- #: ../admin/social_login.php:240
1140
  msgid "Xing Consumer Key"
1141
  msgstr "Xing Consumer Key"
1142
 
1143
- #: ../admin/social_login.php:250
1144
  #, php-format
1145
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1146
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1147
 
1148
- #: ../admin/social_login.php:252
1149
- #: ../admin/social_login.php:274
1150
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1151
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1152
 
1153
- #: ../admin/social_login.php:262
1154
  msgid "Xing Consumer Secret"
1155
  msgstr "Xing Consumer Secret"
1156
 
1157
- #: ../admin/social_login.php:272
1158
  #, php-format
1159
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1160
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1161
 
1162
- #: ../admin/social_login.php:284
1163
  msgid "Include Javascript in website footer"
1164
  msgstr "Include Javascript in website footer"
1165
 
1166
- #: ../admin/social_login.php:294
1167
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1168
  msgstr "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön honlapján."
1169
 
1170
- #: ../admin/social_login.php:308
1171
  msgid "Login options"
1172
  msgstr "Belépési beállítások"
1173
 
1174
- #: ../admin/social_login.php:324
1175
  msgid "Text to display above the Social Login interface"
1176
  msgstr "Szöveg a Közösségi Belépés felett"
1177
 
1178
- #: ../admin/social_login.php:333
1179
  msgid "Enable at login page"
1180
  msgstr "Bekapcsolás a belépés oldalon"
1181
 
1182
- #: ../admin/social_login.php:343
1183
  msgid "Social Login interface will get enabled at the login page of your website"
1184
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1185
 
1186
- #: ../admin/social_login.php:351
1187
  msgid "Enable at register page"
1188
  msgstr "Bekapcsolás a regisztráció oldalon"
1189
 
1190
- #: ../admin/social_login.php:361
1191
  msgid "Social Login interface will get enabled at the registration page of your website"
1192
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1193
 
1194
- #: ../admin/social_login.php:369
1195
  msgid "Enable at comment form"
1196
  msgstr "Bekapcsolás a hozászólásoknál"
1197
 
1198
- #: ../admin/social_login.php:379
1199
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1200
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1201
 
1202
- #: ../admin/social_login.php:393
1203
  msgid "Enable before WooCommerce Customer Login Form"
1204
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1205
 
1206
- #: ../admin/social_login.php:403
1207
  #, fuzzy
1208
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1209
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1210
 
1211
- #: ../admin/social_login.php:411
1212
  msgid "Enable after WooCommerce Customer Login Form"
1213
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1214
 
1215
- #: ../admin/social_login.php:421
1216
  #, fuzzy
1217
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1218
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1219
 
1220
- #: ../admin/social_login.php:429
1221
  #, fuzzy
1222
  msgid "Enable at WooCommerce checkout page"
1223
  msgstr "Bekapcsolás a regisztráció oldalon"
1224
 
1225
- #: ../admin/social_login.php:439
1226
  #, fuzzy
1227
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1228
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1229
 
1230
- #: ../admin/social_login.php:450
1231
  msgid "Auto-approve comments made by Social Login users"
1232
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1233
 
1234
- #: ../admin/social_login.php:460
1235
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1236
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1237
 
1238
- #: ../admin/social_login.php:461
1239
  msgid "Note: This is not related to Facebook comments"
1240
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1241
 
1242
- #: ../admin/social_login.php:471
1243
  msgid "Enable social avatar"
1244
  msgstr "Közösségi avatar bekapcsolás"
1245
 
1246
- #: ../admin/social_login.php:481
1247
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1248
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1249
 
1250
- #: ../admin/social_login.php:491
1251
  msgid "Avatar quality"
1252
  msgstr " Avatar képminőség"
1253
 
1254
- #: ../admin/social_login.php:494
1255
  msgid "Average"
1256
  msgstr "Átlagos"
1257
 
1258
- #: ../admin/social_login.php:495
1259
  msgid "Best"
1260
  msgstr ""
1261
 
1262
- #: ../admin/social_login.php:502
1263
  msgid "Choose avatar quality"
1264
  msgstr "Válassz Avatar képminőséget"
1265
 
1266
- #: ../admin/social_login.php:521
1267
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1268
  msgstr "Ha be van kapcsolva, és a Közösségi ID szolgáltató nem biztosít e-mail címet a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy véletlenszerű e-mail címet generálunk"
1269
 
1270
- #: ../admin/social_login.php:530
1271
  msgid "Send username-password after user registration"
1272
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1273
 
1274
- #: ../admin/social_login.php:540
1275
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1276
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1277
 
1278
- #: ../admin/social_login.php:549
1279
  msgid "Enable social account linking at BuddyPress profile page"
1280
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1281
 
1282
- #: ../admin/social_login.php:559
1283
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1284
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1285
 
1286
- #: ../admin/social_login.php:568
1287
  msgid "Login redirection"
1288
  msgstr "Átirányítás Belépés után"
1289
 
1290
- #: ../admin/social_login.php:572
1291
  msgid "Same page where user logged in"
1292
  msgstr "Az az oldal, ahol a felhasználó belépett"
1293
 
1294
- #: ../admin/social_login.php:576
1295
- #: ../admin/social_login.php:606
1296
  msgid "Account dashboard"
1297
  msgstr "Felhasználói Irányítópult"
1298
 
1299
- #: ../admin/social_login.php:579
1300
- #: ../admin/social_login.php:609
1301
  msgid "BuddyPress profile page"
1302
  msgstr "BuddyPress profil oldal"
1303
 
1304
- #: ../admin/social_login.php:582
1305
- #: ../admin/social_login.php:612
1306
  msgid "Custom Url"
1307
  msgstr "Egyedi URL"
1308
 
1309
- #: ../admin/social_login.php:590
1310
  msgid "User will be redirected to the selected page after Social Login"
1311
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1312
 
1313
- #: ../admin/social_login.php:598
1314
  msgid "Registration redirection"
1315
  msgstr "Átirányítás Regisztráció után"
1316
 
1317
- #: ../admin/social_login.php:602
1318
  msgid "Same page from where user registered"
1319
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1320
 
1321
- #: ../admin/social_login.php:620
1322
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1323
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1324
 
1325
- #: ../admin/social_login.php:628
1326
  msgid "Email popup options"
1327
  msgstr "Email felugró ablak beállítások"
1328
 
1329
- #: ../admin/social_login.php:634
1330
  msgid "Text on 'Email required' popup"
1331
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1332
 
1333
- #: ../admin/social_login.php:644
1334
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1335
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1336
 
1337
- #: ../admin/social_login.php:653
1338
  msgid "Error message for 'Email required' popup"
1339
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1340
 
1341
- #: ../admin/social_login.php:663
1342
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1343
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1344
 
1345
- #: ../admin/social_login.php:672
1346
  msgid "Email popup height"
1347
  msgstr "Email felugró ablak magassága"
1348
 
1349
- #: ../admin/social_login.php:682
1350
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1351
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1352
 
1353
- #: ../admin/social_login.php:690
1354
  msgid "Enable email verification"
1355
  msgstr "E-mail ellenőrzés bekapcsolása"
1356
 
1357
- #: ../admin/social_login.php:700
1358
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1359
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1360
 
1361
- #: ../admin/social_login.php:716
1362
  #, fuzzy
1363
  msgid "Social Login Shortcode & Widget"
1364
  msgstr "Shortcode és Widget"
1365
 
1366
- #: ../admin/social_login.php:717
1367
  msgid "Social Linking Shortcode"
1368
  msgstr ""
1369
 
@@ -1552,14 +1577,29 @@ msgstr "Shortcode és Widget"
1552
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1553
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1554
 
1555
- #: ../inc/social_sharing.php:596
1556
  msgid "Invalid request"
1557
  msgstr "Hibás kérés"
1558
 
1559
- #: ../inc/social_sharing.php:603
1560
  msgid "Providers not selected"
1561
  msgstr "Nincs kiválasztott szolgáltató"
1562
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1563
  #: ../inc/widget.php:11
1564
  msgid "Super Socializer - Login"
1565
  msgstr "Super Socializer - Belépés"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:46+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:47+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
+ #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
+ #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
+ #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
+ #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
+ #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
+ #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
+ #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
+ #: ../super_socializer.php:606
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - Belépés"
61
 
62
+ #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Kis Avatar URL"
65
 
66
+ #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Cél Url"
70
 
71
+ #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
74
 
75
+ #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
78
 
97
  msgid "Settings"
98
  msgstr "Beállítások"
99
 
100
+ #: ../helper.php:514
101
  msgid "Account linked successfully"
102
  msgstr "Fiók kapcsolása sikeres"
103
 
104
+ #: ../helper.php:518
105
  msgid "Account already exists or linked"
106
  msgstr "Fiók már létezik, vagy össze van kötve"
107
 
108
+ #: ../helper.php:527
109
  msgid "You are already connected with"
110
  msgstr "Már kapcsolódtál ezzel"
111
 
112
+ #: ../helper.php:527
113
  msgid "as primary social network"
114
  msgstr "elsődleges szociális háló"
115
 
116
+ #: ../helper.php:542
117
  msgid "Link your social account to login to your account at this website"
118
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
119
 
120
+ #: ../helper.php:579
121
  msgid "Currently"
122
  msgstr "Jelenleg"
123
 
124
+ #: ../helper.php:579
125
  msgid "Remove"
126
  msgstr "Eltávolítás"
127
 
128
+ #: ../helper.php:680
129
  msgid "Disable Horizontal Social Sharing on this "
130
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
131
 
132
+ #: ../helper.php:685
133
  msgid "Disable Vertical Social Sharing on this "
134
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
135
 
136
+ #: ../helper.php:690
137
  msgid "Disable Horizontal like buttons on this "
138
  msgstr "Vízszintes Közösségi Gombok kikapcsolása"
139
 
140
+ #: ../helper.php:695
141
  msgid "Disable Vertical like buttons on this "
142
  msgstr "Függőleges Közösségi Gombok kikapcsolása"
143
 
144
+ #: ../helper.php:700
145
  msgid "Disable Social Commenting on this "
146
  msgstr "Közösségi Hozzászólás kikapcsolása ennél"
147
 
148
+ #: ../helper.php:709
149
  msgid "Horizontal sharing"
150
  msgstr "Vízszintes megosztás"
151
 
152
+ #: ../helper.php:715
153
+ #: ../helper.php:734
154
  msgid "Starting share count for "
155
  msgstr "Megosztás számok kezdése ehhez"
156
 
157
+ #: ../helper.php:728
158
  msgid "Vertical sharing"
159
  msgstr "Függőleges Megosztás"
160
 
206
  msgstr "Osztályozz 5-ösre"
207
 
208
  #: ../admin/help.php:54
209
+ #: ../admin/social_sharing.php:438
210
+ #: ../admin/social_sharing.php:813
211
+ #: ../admin/social_login.php:85
212
  msgid "Facebook"
213
  msgstr "Facebook"
214
 
215
+ #: ../admin/social_sharing.php:5
216
+ msgid "Boost sharing by awarding points"
217
+ msgstr "Növelje megosztása odaítélésével pont"
218
+
219
+ #: ../admin/social_sharing.php:12
220
+ #: ../admin/social_sharing.php:23
221
+ #: ../admin/social_login.php:10
222
+ #: ../admin/social_login.php:18
223
  #: ../admin/like_buttons.php:11
224
  #: ../admin/like_buttons.php:19
225
  msgid "Basic Configuration"
226
  msgstr "Alap Beállítások"
227
 
228
+ #: ../admin/social_sharing.php:13
229
  msgid "Sharing Interface"
230
  msgstr "Megosztási Felület"
231
 
232
+ #: ../admin/social_sharing.php:14
233
  msgid "Sharing Options"
234
  msgstr "Megosztási beállítások"
235
 
236
+ #: ../admin/social_sharing.php:15
237
+ #: ../admin/social_sharing.php:1206
238
+ #: ../admin/social_login.php:12
239
+ #: ../admin/social_login.php:753
240
  #: ../admin/like_buttons.php:13
241
  #: ../admin/like_buttons.php:712
242
  msgid "Shortcode & Widget"
243
  msgstr "Shortcode és Widget"
244
 
245
+ #: ../admin/social_sharing.php:16
246
  msgid "Troubleshooter"
247
  msgstr "Hibamegoldó"
248
 
249
+ #: ../admin/social_sharing.php:17
250
+ #: ../admin/social_sharing.php:1237
251
  #: ../admin/social_commenting.php:12
252
  #: ../admin/social_commenting.php:427
253
  msgid "FAQ"
254
  msgstr "GYIK"
255
 
256
+ #: ../admin/social_sharing.php:29
257
  msgid "Enable Social Sharing"
258
  msgstr "Közösségi Megosztás Bekapcsolás"
259
 
260
+ #: ../admin/social_sharing.php:39
261
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
262
  msgstr "Központi beállítás a Közösségi Megosztáshoz. Be kell kapcsolnod a Közösségi Megosztás funkció működéséhez"
263
 
264
+ #: ../admin/social_sharing.php:47
265
  msgid "Delete all the options on plugin deletion"
266
  msgstr "Minden beállítás törlése a plugin törlésekor"
267
 
268
+ #: ../admin/social_sharing.php:57
269
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
270
  msgstr "Bekapcsolva a plugin beállítások törlődnek a plugin törlésekor/eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted azt."
271
 
272
+ #: ../admin/social_sharing.php:72
273
  msgid "Horizontal interface options"
274
  msgstr "Vízszintes Felület Beállítások"
275
 
276
+ #: ../admin/social_sharing.php:78
277
+ #: ../admin/social_sharing.php:156
278
  msgid "Shape"
279
  msgstr "alak"
280
 
281
+ #: ../admin/social_sharing.php:86
282
+ #: ../admin/social_sharing.php:164
283
  msgid "Round"
284
  msgstr "kerek"
285
 
286
+ #: ../admin/social_sharing.php:88
287
+ #: ../admin/social_sharing.php:166
288
  msgid "Square"
289
  msgstr "szögletes"
290
 
291
+ #: ../admin/social_sharing.php:95
292
+ #: ../admin/social_sharing.php:173
293
  msgid "Shape of the sharing icons"
294
  msgstr "Megosztás ikonok formája"
295
 
296
+ #: ../admin/social_sharing.php:103
297
+ #: ../admin/social_sharing.php:181
298
  msgid "Size (in pixels)"
299
  msgstr "Méret (pixel)"
300
 
301
+ #: ../admin/social_sharing.php:121
302
+ #: ../admin/social_sharing.php:199
303
  msgid "Size of the sharing icons"
304
  msgstr "Megosztási ikonok mérete"
305
 
306
+ #: ../admin/social_sharing.php:128
307
+ #: ../admin/social_sharing.php:206
308
  msgid "Icon Preview"
309
  msgstr "icon Preview"
310
 
311
+ #: ../admin/social_sharing.php:142
312
+ #: ../admin/social_sharing.php:220
313
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
314
  msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
315
 
316
+ #: ../admin/social_sharing.php:150
317
  msgid "Vertical interface options"
318
  msgstr "Függőleges (lebegő) Felület Beállítások"
319
 
320
+ #: ../admin/social_sharing.php:234
321
  msgid "Modernizr"
322
  msgstr ""
323
 
324
+ #: ../admin/social_sharing.php:240
325
  msgid "Do not load Modernizr JS"
326
  msgstr "Ne töltsön Modernizr JS"
327
 
328
+ #: ../admin/social_sharing.php:250
329
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
330
  msgstr "Ha úgy találja, a plugin elszakadna a téma, akkor próbáljon meg az opció engedélyezése"
331
 
332
+ #: ../admin/social_sharing.php:259
333
  #: ../admin/like_buttons.php:51
334
  msgid "Url shortener"
335
  msgstr "Url rövidítő"
336
 
337
+ #: ../admin/social_sharing.php:265
338
  msgid "Use shortlinks already installed"
339
  msgstr "Használja shortlinks már telepítve"
340
 
341
+ #: ../admin/social_sharing.php:275
342
  #: ../admin/like_buttons.php:67
343
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
344
  msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
345
 
346
+ #: ../admin/social_sharing.php:283
347
  msgid "Enable bit.ly url shortener for sharing"
348
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
349
 
350
+ #: ../admin/social_sharing.php:293
351
  #: ../admin/like_buttons.php:85
352
  msgid "Master control to enable bit.ly url shortening for sharing"
353
  msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
354
 
355
+ #: ../admin/social_sharing.php:301
356
  #: ../admin/like_buttons.php:93
357
  msgid "bit.ly username"
358
  msgstr "bit.ly felhasználónév"
359
 
360
+ #: ../admin/social_sharing.php:311
361
  #: ../admin/like_buttons.php:103
362
  #, php-format
363
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
364
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
365
 
366
+ #: ../admin/social_sharing.php:320
367
  #: ../admin/like_buttons.php:112
368
  msgid "bit.ly API Key"
369
  msgstr "bit.ly API Key"
370
 
371
+ #: ../admin/social_sharing.php:330
372
  #: ../admin/like_buttons.php:122
373
  #, php-format
374
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
375
  msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
376
 
377
+ #: ../admin/social_sharing.php:340
378
  msgid "Twitter username in sharing"
379
  msgstr "Twitter felhasználónév a megosztásban"
380
 
381
+ #: ../admin/social_sharing.php:346
382
  msgid "Twitter username (without @)"
383
  msgstr "Twitter felhasználónév (@ nélkül)"
384
 
385
+ #: ../admin/social_sharing.php:356
386
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
387
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
388
 
389
+ #: ../admin/social_sharing.php:366
390
  msgid "Horizontal Sharing Interface Options"
391
  msgstr "Vízszintes Megosztási Felület Beállítások"
392
 
393
+ #: ../admin/social_sharing.php:372
394
  msgid "Enable horizontal sharing interface"
395
  msgstr "Vízszintes megosztási felület bekapcsolása"
396
 
397
+ #: ../admin/social_sharing.php:382
398
  msgid "Master control to enable horizontal sharing"
399
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
400
 
401
+ #: ../admin/social_sharing.php:392
402
+ #: ../admin/social_sharing.php:785
403
  #: ../admin/like_buttons.php:227
404
  #: ../admin/like_buttons.php:465
405
  msgid "Target Url"
406
  msgstr "Cél Url"
407
 
408
+ #: ../admin/social_sharing.php:396
409
+ #: ../admin/social_sharing.php:789
410
  #: ../admin/like_buttons.php:231
411
  #: ../admin/like_buttons.php:469
412
  msgid "Url of the webpage where icons are located (default)"
413
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
414
 
415
+ #: ../admin/social_sharing.php:398
416
+ #: ../admin/social_sharing.php:791
417
  #: ../admin/like_buttons.php:233
418
  #: ../admin/like_buttons.php:471
419
  msgid "Url of the homepage of your website"
420
  msgstr "A főoldalad Url-je"
421
 
422
+ #: ../admin/social_sharing.php:400
423
+ #: ../admin/social_sharing.php:793
424
  #: ../admin/like_buttons.php:235
425
  #: ../admin/like_buttons.php:473
426
  msgid "Custom url"
427
  msgstr "Egyedi URL"
428
 
429
+ #: ../admin/social_sharing.php:407
430
+ #: ../admin/social_sharing.php:800
431
  msgid "Url to share"
432
  msgstr "Megosztás Url-je"
433
 
434
+ #: ../admin/social_sharing.php:415
435
+ #: ../admin/social_login.php:353
436
  #: ../admin/like_buttons.php:250
437
  msgid "Title"
438
  msgstr "Cím"
439
 
440
+ #: ../admin/social_sharing.php:425
441
  msgid "The text to display above the sharing interface"
442
  msgstr "Szöveg a megosztási felület fölött"
443
 
444
+ #: ../admin/social_sharing.php:433
445
+ #: ../admin/social_sharing.php:808
446
+ #: ../admin/social_login.php:80
447
  msgid "Select providers"
448
  msgstr "Válassz szolgáltatókat"
449
 
450
+ #: ../admin/social_sharing.php:443
451
+ #: ../admin/social_sharing.php:818
452
+ #: ../admin/social_login.php:89
453
  msgid "Twitter"
454
  msgstr "Twitter"
455
 
456
+ #: ../admin/social_sharing.php:448
457
+ #: ../admin/social_sharing.php:823
458
+ #: ../admin/social_login.php:93
459
  msgid "LinkedIn"
460
  msgstr "LinkedIn"
461
 
462
+ #: ../admin/social_sharing.php:453
463
+ #: ../admin/social_sharing.php:828
464
+ #: ../admin/social_login.php:97
465
  msgid "Google+"
466
  msgstr "Google+"
467
 
468
+ #: ../admin/social_sharing.php:458
469
+ #: ../admin/social_sharing.php:833
470
  msgid "Print"
471
  msgstr "Nyomtatás"
472
 
473
+ #: ../admin/social_sharing.php:463
474
+ #: ../admin/social_sharing.php:838
475
  msgid "Email"
476
  msgstr "Email"
477
 
478
+ #: ../admin/social_sharing.php:468
479
+ #: ../admin/social_sharing.php:843
480
  msgid "Yahoo"
481
  msgstr "Yahoo"
482
 
483
+ #: ../admin/social_sharing.php:473
484
+ #: ../admin/social_sharing.php:848
485
  msgid "Reddit"
486
  msgstr "Reddit"
487
 
488
+ #: ../admin/social_sharing.php:478
489
+ #: ../admin/social_sharing.php:853
490
  msgid "Digg"
491
  msgstr "Digg"
492
 
493
+ #: ../admin/social_sharing.php:483
494
+ #: ../admin/social_sharing.php:858
495
  msgid "Delicious"
496
  msgstr "Delicious"
497
 
498
+ #: ../admin/social_sharing.php:488
499
+ #: ../admin/social_sharing.php:863
500
  msgid "StumbleUpon"
501
  msgstr "StumbleUpon"
502
 
503
+ #: ../admin/social_sharing.php:493
504
+ #: ../admin/social_sharing.php:868
505
  msgid "Float it"
506
  msgstr "Float it"
507
 
508
+ #: ../admin/social_sharing.php:498
509
+ #: ../admin/social_sharing.php:873
510
  msgid "Tumblr"
511
  msgstr "Tumblr"
512
 
513
+ #: ../admin/social_sharing.php:503
514
+ #: ../admin/social_sharing.php:878
515
+ #: ../admin/social_login.php:101
516
  msgid "Vkontakte"
517
  msgstr "Vkontakte"
518
 
519
+ #: ../admin/social_sharing.php:508
520
+ #: ../admin/social_sharing.php:883
521
  msgid "Pinterest"
522
  msgstr "Pinterest"
523
 
524
+ #: ../admin/social_sharing.php:513
525
+ #: ../admin/social_sharing.php:888
526
+ #: ../admin/social_login.php:109
527
  msgid "Xing"
528
  msgstr "Xing"
529
 
530
+ #: ../admin/social_sharing.php:518
531
+ #: ../admin/social_sharing.php:893
532
  msgid "Whatsapp"
533
  msgstr "Whatsapp"
534
 
535
+ #: ../admin/social_sharing.php:523
536
+ #: ../admin/social_sharing.php:898
537
  msgid "Yummly"
538
  msgstr ""
539
 
540
+ #: ../admin/social_sharing.php:528
541
+ #: ../admin/social_sharing.php:903
542
  msgid "Buffer"
543
  msgstr ""
544
 
545
+ #: ../admin/social_sharing.php:536
546
+ #: ../admin/social_sharing.php:911
547
  msgid "Select the providers for sharing interface"
548
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
549
 
550
+ #: ../admin/social_sharing.php:544
551
+ #: ../admin/social_sharing.php:919
552
  msgid "Rearrange icons"
553
  msgstr "Ikonsorrend beállítás"
554
 
555
+ #: ../admin/social_sharing.php:576
556
+ #: ../admin/social_sharing.php:951
557
  msgid "Drag the icons to rearrange in desired order"
558
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
559
 
560
+ #: ../admin/social_sharing.php:584
561
+ #: ../admin/social_sharing.php:977
562
  #: ../admin/like_buttons.php:320
563
  #: ../admin/like_buttons.php:557
564
  msgid "Horizontal alignment"
565
  msgstr "Függőleges igazítás"
566
 
567
+ #: ../admin/social_sharing.php:588
568
+ #: ../admin/social_sharing.php:981
569
  #: ../admin/like_buttons.php:324
570
  #: ../admin/like_buttons.php:561
571
  msgid "Left"
572
  msgstr "Bal"
573
 
574
+ #: ../admin/social_sharing.php:589
575
  #: ../admin/like_buttons.php:325
576
  msgid "Center"
577
  msgstr "Középen"
578
 
579
+ #: ../admin/social_sharing.php:590
580
+ #: ../admin/social_sharing.php:982
581
  #: ../admin/like_buttons.php:326
582
  #: ../admin/like_buttons.php:562
583
  msgid "Right"
584
  msgstr "Jobb"
585
 
586
+ #: ../admin/social_sharing.php:598
587
+ #: ../admin/social_sharing.php:990
588
  msgid "Horizontal alignment of the sharing interface"
589
  msgstr "A megosztási felület függőleges igazítása"
590
 
591
+ #: ../admin/social_sharing.php:606
592
  #: ../admin/like_buttons.php:342
593
  msgid "Position with respect to content"
594
  msgstr "Elhelyezés a tartalomhoz képest"
595
 
596
+ #: ../admin/social_sharing.php:610
597
  #: ../admin/like_buttons.php:346
598
  msgid "Top of the content"
599
  msgstr "Tartalom felett"
600
 
601
+ #: ../admin/social_sharing.php:612
602
  #: ../admin/like_buttons.php:348
603
  msgid "Bottom of the content"
604
  msgstr "Tartalom alatt"
605
 
606
+ #: ../admin/social_sharing.php:619
607
  msgid "Specify position of the sharing interface with respect to the content"
608
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
609
 
610
+ #: ../admin/social_sharing.php:627
611
+ #: ../admin/social_sharing.php:1056
612
  msgid "Sharing location"
613
  msgstr "Megosztási helyek"
614
 
615
+ #: ../admin/social_sharing.php:631
616
+ #: ../admin/social_sharing.php:1060
617
+ #: ../admin/social_login.php:613
618
+ #: ../admin/social_login.php:643
619
  #: ../admin/like_buttons.php:367
620
  #: ../admin/like_buttons.php:640
621
  msgid "Homepage"
622
  msgstr "Kezdő oldal"
623
 
624
+ #: ../admin/social_sharing.php:633
625
+ #: ../admin/social_sharing.php:1062
626
  #: ../admin/like_buttons.php:369
627
  #: ../admin/like_buttons.php:642
628
  msgid "Posts"
629
  msgstr "Bejegyzések"
630
 
631
+ #: ../admin/social_sharing.php:635
632
+ #: ../admin/social_sharing.php:1064
633
  #: ../admin/like_buttons.php:371
634
  #: ../admin/like_buttons.php:644
635
  msgid "Pages"
636
  msgstr "Oldalak"
637
 
638
+ #: ../admin/social_sharing.php:637
639
+ #: ../admin/social_sharing.php:1066
640
  msgid "Excerpts (at Homepage)"
641
  msgstr ""
642
 
643
+ #: ../admin/social_sharing.php:639
644
+ #: ../admin/social_sharing.php:1068
645
  #: ../admin/like_buttons.php:375
646
  #: ../admin/like_buttons.php:648
647
  msgid "Category Archives"
648
  msgstr "Kategória Archívum"
649
 
650
+ #: ../admin/social_sharing.php:641
651
+ #: ../admin/social_sharing.php:1070
652
  #: ../admin/like_buttons.php:377
653
  #: ../admin/like_buttons.php:650
654
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
655
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
656
 
657
+ #: ../admin/social_sharing.php:657
658
  #: ../admin/like_buttons.php:393
659
  msgid "BuddyPress activity and groups"
660
  msgstr "BuddyPress tevékenység és csoportok"
661
 
662
+ #: ../admin/social_sharing.php:663
663
+ #: ../admin/social_sharing.php:1085
664
  #: ../admin/like_buttons.php:400
665
  #: ../admin/like_buttons.php:665
666
  msgid "BBPress forum"
667
  msgstr "BBPress fórum"
668
 
669
+ #: ../admin/social_sharing.php:666
670
+ #: ../admin/social_sharing.php:1088
671
  #: ../admin/like_buttons.php:403
672
  #: ../admin/like_buttons.php:668
673
  msgid "BBPress topic"
674
  msgstr "BBPress téma"
675
 
676
+ #: ../admin/social_sharing.php:669
677
  #: ../admin/like_buttons.php:406
678
  msgid "BBPress reply"
679
  msgstr "BBPress válasz"
680
 
681
+ #: ../admin/social_sharing.php:676
682
  #: ../admin/like_buttons.php:412
683
  msgid "After individual product at WooCommerce Shop page"
684
  msgstr "Miután az egyedi termék WooCommerce Shop oldal"
685
 
686
+ #: ../admin/social_sharing.php:679
687
  #: ../admin/like_buttons.php:415
688
  msgid "WooCommerce Product Page"
689
  msgstr "WooCommerce Termékek"
690
 
691
+ #: ../admin/social_sharing.php:682
692
  #: ../admin/like_buttons.php:418
693
  msgid "WooCommerce Thankyou Page"
694
  msgstr "WooCommerce Thankyou oldal"
695
 
696
+ #: ../admin/social_sharing.php:693
697
  msgid "Specify the pages where you want to enable Sharing interface"
698
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
699
 
700
+ #: ../admin/social_sharing.php:701
701
+ #: ../admin/social_sharing.php:1106
702
  msgid "Show share counts"
703
  msgstr "Megosztás számok mutatása"
704
 
705
+ #: ../admin/social_sharing.php:711
706
+ #: ../admin/social_sharing.php:1116
707
  msgid "If enabled, share counts are displayed above sharing icons."
708
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
709
 
710
+ #: ../admin/social_sharing.php:720
711
+ #: ../admin/social_sharing.php:1125
712
  #, fuzzy
713
  msgid "Show total shares"
714
  msgstr "Megosztás számok mutatása"
715
 
716
+ #: ../admin/social_sharing.php:730
717
+ #: ../admin/social_sharing.php:1135
718
  #, fuzzy
719
  msgid "If enabled, total shares will be displayed with sharing icons"
720
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
721
 
722
+ #: ../admin/social_sharing.php:739
723
+ #: ../admin/social_sharing.php:1144
724
  msgid "Enable 'More' icon"
725
  msgstr "'Még több' ikon bekapcsolása"
726
 
727
+ #: ../admin/social_sharing.php:749
728
+ #: ../admin/social_sharing.php:1154
729
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
730
  msgstr "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
731
 
732
+ #: ../admin/social_sharing.php:759
733
  msgid "Vertical (Floating) Sharing Interface Options"
734
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
735
 
736
+ #: ../admin/social_sharing.php:765
737
  msgid "Enable vertical (floating) sharing interface"
738
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
739
 
740
+ #: ../admin/social_sharing.php:775
741
  msgid "Master control to enable vertical (floating) sharing widget"
742
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
743
 
744
+ #: ../admin/social_sharing.php:959
745
  #: ../admin/like_buttons.php:539
746
  msgid "Background Color"
747
  msgstr "Háttér Szín"
748
 
749
+ #: ../admin/social_sharing.php:969
750
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
751
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
752
 
753
+ #: ../admin/social_sharing.php:999
754
  #: ../admin/like_buttons.php:579
755
  msgid "Left offset"
756
  msgstr "Bal margó"
757
 
758
+ #: ../admin/social_sharing.php:1009
759
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
760
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
761
 
762
+ #: ../admin/social_sharing.php:1019
763
  #: ../admin/like_buttons.php:599
764
  msgid "Right offset"
765
  msgstr "Jobb margó"
766
 
767
+ #: ../admin/social_sharing.php:1029
768
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
769
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
770
 
771
+ #: ../admin/social_sharing.php:1038
772
  #: ../admin/like_buttons.php:618
773
  msgid "Top offset"
774
  msgstr "Felső margó"
775
 
776
+ #: ../admin/social_sharing.php:1048
777
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
778
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
779
 
780
+ #: ../admin/social_sharing.php:1098
781
  msgid "Specify the pages where you want to enable vertical Sharing interface"
782
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
783
 
784
+ #: ../admin/social_sharing.php:1162
785
  #, fuzzy
786
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
787
  msgstr "Hide megosztása mobil eszközökön"
788
 
789
+ #: ../admin/social_sharing.php:1172
790
  #, fuzzy
791
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
792
  msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
793
 
794
+ #: ../admin/social_sharing.php:1181
795
  msgid "Hide sharing on mobile devices"
796
  msgstr "Hide megosztása mobil eszközökön"
797
 
798
+ #: ../admin/social_sharing.php:1191
799
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
800
  msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
801
 
802
+ #: ../admin/social_sharing.php:1208
803
  #, fuzzy
804
  msgid "Social Sharing Shortcode & Widget"
805
  msgstr "Shortcode és Widget"
806
 
807
+ #: ../admin/social_sharing.php:1218
808
  msgid "Facebook Sharing Troubleshooter"
809
  msgstr "Facebook Megosztás Hibaelhárító"
810
 
811
+ #: ../admin/social_sharing.php:1223
812
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
813
  msgstr "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, és add meg a problémás url-t (ahol a Facebook megosztás nem működik tökéletesen) a szöveges mezőben:"
814
 
815
+ #: ../admin/social_sharing.php:1239
816
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
817
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
818
 
819
+ #: ../admin/social_sharing.php:1240
820
  msgid "How can I disable sharing on particular page/post?"
821
  msgstr "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
822
 
823
+ #: ../admin/social_sharing.php:1241
824
  msgid "How can I specify minimum sharing count for sharing networks?"
825
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
826
 
827
+ #: ../admin/social_sharing.php:1251
828
  #: ../admin/social_commenting.php:438
829
+ #: ../admin/social_login.php:765
830
  #: ../admin/like_buttons.php:723
831
  msgid "Save Changes"
832
  msgstr "Változások Mentése"
1035
  msgid "How to disable default comment form from Social Commenting?"
1036
  msgstr "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social kommentálva?"
1037
 
1038
+ #: ../admin/social_login.php:3
1039
+ msgid "Award points for Social Login"
1040
+ msgstr "Díjat pontokat Szociális Belépés"
1041
+
1042
+ #: ../admin/social_login.php:11
1043
  msgid "Social Login"
1044
  msgstr "Social Login"
1045
 
1046
+ #: ../admin/social_login.php:24
1047
  msgid "Enable Social Login"
1048
  msgstr "Közösségi Belépés Belkapcsolása"
1049
 
1050
+ #: ../admin/social_login.php:34
1051
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1052
  msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1053
 
1054
+ #: ../admin/social_login.php:42
1055
+ msgid "Disable user registration via Social Login"
1056
+ msgstr ""
1057
+
1058
+ #: ../admin/social_login.php:52
1059
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1060
+ msgstr ""
1061
+
1062
+ #: ../admin/social_login.php:61
1063
+ #, fuzzy
1064
+ msgid "Redirection url"
1065
+ msgstr "Átirányítás Belépés után"
1066
+
1067
+ #: ../admin/social_login.php:71
1068
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1069
+ msgstr ""
1070
+
1071
+ #: ../admin/social_login.php:105
1072
  msgid "Instagram"
1073
  msgstr "Instagram"
1074
 
1075
+ #: ../admin/social_login.php:117
1076
  msgid "Select Social ID provider to enable in Social Login"
1077
  msgstr "Válassz Közösségi ID szolgáltatót a Közösségi Belépéshez"
1078
 
1079
+ #: ../admin/social_login.php:125
1080
  msgid "Facebook App ID"
1081
  msgstr "Facebook App ID"
1082
 
1083
+ #: ../admin/social_login.php:135
1084
  #, php-format
1085
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1086
  msgstr "Szükséges a Facebook Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Facebook App ID beszerzéshez"
1087
 
1088
+ #: ../admin/social_login.php:137
1089
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1090
  msgstr "Illeszd be a következő url-t a <strong>Site URL</strong> mezőbe a fenti linken"
1091
 
1092
+ #: ../admin/social_login.php:147
1093
  msgid "Twitter API Key"
1094
  msgstr "Twitter API Key"
1095
 
1096
+ #: ../admin/social_login.php:157
1097
  #, php-format
1098
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1099
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
1100
 
1101
+ #: ../admin/social_login.php:159
1102
+ #: ../admin/social_login.php:181
1103
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1104
  msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback URL</strong> mezőbe a fenti linken"
1105
 
1106
+ #: ../admin/social_login.php:169
1107
  msgid "Twitter API Secret"
1108
  msgstr "Twitter API Secret"
1109
 
1110
+ #: ../admin/social_login.php:179
1111
  #, php-format
1112
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1113
  msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1114
 
1115
+ #: ../admin/social_login.php:191
1116
  msgid "LinkedIn API Key"
1117
  msgstr "LinkedIn API Key"
1118
 
1119
+ #: ../admin/social_login.php:201
1120
  #, php-format
1121
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1122
  msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1123
 
1124
+ #: ../admin/social_login.php:203
1125
+ #: ../admin/social_login.php:269
1126
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1127
  msgstr "Illeszd be a következő url-t a <strong>Website URL</strong> mezőbe a fenti linken"
1128
 
1129
+ #: ../admin/social_login.php:213
1130
  msgid "Google+ Client ID"
1131
  msgstr "Google+ Client ID"
1132
 
1133
+ #: ../admin/social_login.php:223
1134
  #, php-format
1135
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1136
  msgstr "Szükséges a GooglePlus Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a GooglePlus Client ID beszerzéshez"
1137
 
1138
+ #: ../admin/social_login.php:225
1139
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1140
  msgstr "Illeszd be a következő url-t a <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> és a <strong>AUTHORIZED REDIRECT URI</strong> mezőbe a fenti linken"
1141
 
1142
+ #: ../admin/social_login.php:235
1143
  msgid "Vkontakte Application ID"
1144
  msgstr "Vkontakte Application ID"
1145
 
1146
+ #: ../admin/social_login.php:245
1147
  #, php-format
1148
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1149
  msgstr "Szükséges a Vkontakte Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Vkontakte Application ID beszerzéshez"
1150
 
1151
+ #: ../admin/social_login.php:247
1152
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1153
  msgstr "Illeszd be a következő url-t a <strong>Site address</strong> mezőbe a fenti linken"
1154
 
1155
+ #: ../admin/social_login.php:257
1156
  msgid "Instagram Client ID"
1157
  msgstr "Instagram Client ID"
1158
 
1159
+ #: ../admin/social_login.php:267
1160
  #, php-format
1161
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1162
  msgstr "Szükséges a Instagram Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> az Instagram Client ID beszerzéshez"
1163
 
1164
+ #: ../admin/social_login.php:279
1165
  msgid "Xing Consumer Key"
1166
  msgstr "Xing Consumer Key"
1167
 
1168
+ #: ../admin/social_login.php:289
1169
  #, php-format
1170
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1171
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1172
 
1173
+ #: ../admin/social_login.php:291
1174
+ #: ../admin/social_login.php:313
1175
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1176
  msgstr "Illeszd be a következő url-t a <strong>Callback domain</strong> mezőbe a fenti linken"
1177
 
1178
+ #: ../admin/social_login.php:301
1179
  msgid "Xing Consumer Secret"
1180
  msgstr "Xing Consumer Secret"
1181
 
1182
+ #: ../admin/social_login.php:311
1183
  #, php-format
1184
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1185
  msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1186
 
1187
+ #: ../admin/social_login.php:323
1188
  msgid "Include Javascript in website footer"
1189
  msgstr "Include Javascript in website footer"
1190
 
1191
+ #: ../admin/social_login.php:333
1192
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1193
  msgstr "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön honlapján."
1194
 
1195
+ #: ../admin/social_login.php:347
1196
  msgid "Login options"
1197
  msgstr "Belépési beállítások"
1198
 
1199
+ #: ../admin/social_login.php:363
1200
  msgid "Text to display above the Social Login interface"
1201
  msgstr "Szöveg a Közösségi Belépés felett"
1202
 
1203
+ #: ../admin/social_login.php:372
1204
  msgid "Enable at login page"
1205
  msgstr "Bekapcsolás a belépés oldalon"
1206
 
1207
+ #: ../admin/social_login.php:382
1208
  msgid "Social Login interface will get enabled at the login page of your website"
1209
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1210
 
1211
+ #: ../admin/social_login.php:390
1212
  msgid "Enable at register page"
1213
  msgstr "Bekapcsolás a regisztráció oldalon"
1214
 
1215
+ #: ../admin/social_login.php:400
1216
  msgid "Social Login interface will get enabled at the registration page of your website"
1217
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
1218
 
1219
+ #: ../admin/social_login.php:408
1220
  msgid "Enable at comment form"
1221
  msgstr "Bekapcsolás a hozászólásoknál"
1222
 
1223
+ #: ../admin/social_login.php:418
1224
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1225
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1226
 
1227
+ #: ../admin/social_login.php:432
1228
  msgid "Enable before WooCommerce Customer Login Form"
1229
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1230
 
1231
+ #: ../admin/social_login.php:442
1232
  #, fuzzy
1233
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1234
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1235
 
1236
+ #: ../admin/social_login.php:450
1237
  msgid "Enable after WooCommerce Customer Login Form"
1238
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1239
 
1240
+ #: ../admin/social_login.php:460
1241
  #, fuzzy
1242
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1243
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1244
 
1245
+ #: ../admin/social_login.php:468
1246
  #, fuzzy
1247
  msgid "Enable at WooCommerce checkout page"
1248
  msgstr "Bekapcsolás a regisztráció oldalon"
1249
 
1250
+ #: ../admin/social_login.php:478
1251
  #, fuzzy
1252
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1253
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1254
 
1255
+ #: ../admin/social_login.php:489
1256
  msgid "Auto-approve comments made by Social Login users"
1257
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1258
 
1259
+ #: ../admin/social_login.php:499
1260
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1261
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1262
 
1263
+ #: ../admin/social_login.php:500
1264
  msgid "Note: This is not related to Facebook comments"
1265
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1266
 
1267
+ #: ../admin/social_login.php:510
1268
  msgid "Enable social avatar"
1269
  msgstr "Közösségi avatar bekapcsolás"
1270
 
1271
+ #: ../admin/social_login.php:520
1272
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1273
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1274
 
1275
+ #: ../admin/social_login.php:530
1276
  msgid "Avatar quality"
1277
  msgstr " Avatar képminőség"
1278
 
1279
+ #: ../admin/social_login.php:533
1280
  msgid "Average"
1281
  msgstr "Átlagos"
1282
 
1283
+ #: ../admin/social_login.php:534
1284
  msgid "Best"
1285
  msgstr ""
1286
 
1287
+ #: ../admin/social_login.php:541
1288
  msgid "Choose avatar quality"
1289
  msgstr "Válassz Avatar képminőséget"
1290
 
1291
+ #: ../admin/social_login.php:560
1292
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1293
  msgstr "Ha be van kapcsolva, és a Közösségi ID szolgáltató nem biztosít e-mail címet a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy véletlenszerű e-mail címet generálunk"
1294
 
1295
+ #: ../admin/social_login.php:569
1296
  msgid "Send username-password after user registration"
1297
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1298
 
1299
+ #: ../admin/social_login.php:579
1300
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1301
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1302
 
1303
+ #: ../admin/social_login.php:588
1304
  msgid "Enable social account linking at BuddyPress profile page"
1305
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1306
 
1307
+ #: ../admin/social_login.php:598
1308
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1309
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1310
 
1311
+ #: ../admin/social_login.php:607
1312
  msgid "Login redirection"
1313
  msgstr "Átirányítás Belépés után"
1314
 
1315
+ #: ../admin/social_login.php:611
1316
  msgid "Same page where user logged in"
1317
  msgstr "Az az oldal, ahol a felhasználó belépett"
1318
 
1319
+ #: ../admin/social_login.php:615
1320
+ #: ../admin/social_login.php:645
1321
  msgid "Account dashboard"
1322
  msgstr "Felhasználói Irányítópult"
1323
 
1324
+ #: ../admin/social_login.php:618
1325
+ #: ../admin/social_login.php:648
1326
  msgid "BuddyPress profile page"
1327
  msgstr "BuddyPress profil oldal"
1328
 
1329
+ #: ../admin/social_login.php:621
1330
+ #: ../admin/social_login.php:651
1331
  msgid "Custom Url"
1332
  msgstr "Egyedi URL"
1333
 
1334
+ #: ../admin/social_login.php:629
1335
  msgid "User will be redirected to the selected page after Social Login"
1336
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1337
 
1338
+ #: ../admin/social_login.php:637
1339
  msgid "Registration redirection"
1340
  msgstr "Átirányítás Regisztráció után"
1341
 
1342
+ #: ../admin/social_login.php:641
1343
  msgid "Same page from where user registered"
1344
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
1345
 
1346
+ #: ../admin/social_login.php:659
1347
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1348
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1349
 
1350
+ #: ../admin/social_login.php:667
1351
  msgid "Email popup options"
1352
  msgstr "Email felugró ablak beállítások"
1353
 
1354
+ #: ../admin/social_login.php:673
1355
  msgid "Text on 'Email required' popup"
1356
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1357
 
1358
+ #: ../admin/social_login.php:683
1359
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1360
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1361
 
1362
+ #: ../admin/social_login.php:692
1363
  msgid "Error message for 'Email required' popup"
1364
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1365
 
1366
+ #: ../admin/social_login.php:702
1367
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1368
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1369
 
1370
+ #: ../admin/social_login.php:711
1371
  msgid "Email popup height"
1372
  msgstr "Email felugró ablak magassága"
1373
 
1374
+ #: ../admin/social_login.php:721
1375
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1376
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1377
 
1378
+ #: ../admin/social_login.php:729
1379
  msgid "Enable email verification"
1380
  msgstr "E-mail ellenőrzés bekapcsolása"
1381
 
1382
+ #: ../admin/social_login.php:739
1383
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1384
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1385
 
1386
+ #: ../admin/social_login.php:755
1387
  #, fuzzy
1388
  msgid "Social Login Shortcode & Widget"
1389
  msgstr "Shortcode és Widget"
1390
 
1391
+ #: ../admin/social_login.php:756
1392
  msgid "Social Linking Shortcode"
1393
  msgstr ""
1394
 
1577
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1578
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1579
 
1580
+ #: ../inc/social_sharing.php:598
1581
  msgid "Invalid request"
1582
  msgstr "Hibás kérés"
1583
 
1584
+ #: ../inc/social_sharing.php:605
1585
  msgid "Providers not selected"
1586
  msgstr "Nincs kiválasztott szolgáltató"
1587
 
1588
+ #: ../inc/social_login.php:232
1589
+ #, php-format
1590
+ msgid "Username: %s"
1591
+ msgstr ""
1592
+
1593
+ #: ../inc/social_login.php:233
1594
+ #, php-format
1595
+ msgid "Password: %s"
1596
+ msgstr ""
1597
+
1598
+ #: ../inc/social_login.php:236
1599
+ #, php-format
1600
+ msgid "[%s] Your username and password"
1601
+ msgstr ""
1602
+
1603
  #: ../inc/widget.php:11
1604
  msgid "Super Socializer - Login"
1605
  msgstr "Super Socializer - Belépés"
languages/Super-Socializer-it_IT.mo CHANGED
Binary file
languages/Super-Socializer-it_IT.po CHANGED
@@ -1,2329 +1,2380 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Super Socializer\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-17 03:26+0530\n"
6
- "PO-Revision-Date: 2015-09-17 03:26+0530\n"
7
- "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
- "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
- "Language: it\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "X-Generator: Poedit 1.8.1\n"
15
- "X-Poedit-Basepath: .\n"
16
- "X-Poedit-KeywordsList: __;_e\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../super_socializer.php:224
20
- #, php-format
21
- msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
- msgstr "Immettere esattamente il seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL </ strong> della vostra applicazione Twitter (vedere punto 3 %s)"
23
-
24
- #: ../super_socializer.php:227
25
- msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
- msgstr "Assicurarsi cURL è abilitato il server web. Potrebbe essere necessario contattare l'amministratore del server del tuo sito web per verificare questo"
27
-
28
- #: ../super_socializer.php:397
29
- msgid "Please verify your email address to login."
30
- msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
31
-
32
- #: ../super_socializer.php:397
33
- msgid "Your email has been verified. Now you can login to your account"
34
- msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo account"
35
-
36
- #: ../super_socializer.php:401
37
- msgid "Notification"
38
- msgstr "Notifiche"
39
-
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
- msgid "Email required"
43
- msgstr "Email Obbligatoria"
44
-
45
- #: ../super_socializer.php:423
46
- msgid "Please check your email inbox to complete the registration."
47
- msgstr "Per favore, per completare la registrazione, controlla la tua casella di posta elettronica."
48
-
49
- #: ../super_socializer.php:436
50
- msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
- msgstr "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, per aprire"
52
-
53
- #: ../super_socializer.php:513
54
- msgid "Leave a reply"
55
- msgstr "Lascia un commento"
56
-
57
- #: ../super_socializer.php:604
58
- msgid "Super Socializer - Social Avatar"
59
- msgstr "Super Socializer - Social Avatar"
60
-
61
- #: ../super_socializer.php:607
62
- msgid "Small Avatar Url"
63
- msgstr "Url Avatar Piccolo"
64
-
65
- #: ../super_socializer.php:612
66
- msgid "Large Avatar Url"
67
- msgstr "URL Avatar Grande"
68
-
69
- #: ../super_socializer.php:645
70
- msgid "Email you entered is already registered or invalid"
71
- msgstr "La email inserita è già registrata o non è valida"
72
-
73
- #: ../super_socializer.php:649
74
- msgid "Please enter a valid email address. You might be required to verify it"
75
- msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
76
-
77
- #: ../helper.php:8
78
- #, fuzzy
79
- msgid "Settings saved"
80
- msgstr "Configurazioni"
81
-
82
- #: ../helper.php:8
83
- msgid "Dismiss this notice"
84
- msgstr ""
85
-
86
- #: ../helper.php:150
87
- msgid "Click to show help"
88
- msgstr "Clicca per vedere aiuto"
89
-
90
- #: ../helper.php:150
91
- msgid "Click to hide help"
92
- msgstr "Clicca per nascondere aiuto"
93
-
94
- #: ../helper.php:190
95
- msgid "Settings"
96
- msgstr "Configurazioni"
97
-
98
- #: ../helper.php:514
99
- msgid "Account linked successfully"
100
- msgstr "Account collegato correttamente"
101
-
102
- #: ../helper.php:518
103
- msgid "Account already exists or linked"
104
- msgstr "Account esistente o già collegato"
105
-
106
- #: ../helper.php:527
107
- msgid "You are already connected with"
108
- msgstr "Si è già connessi con"
109
-
110
- #: ../helper.php:527
111
- msgid "as primary social network"
112
- msgstr "come rete sociale primaria"
113
-
114
- #: ../helper.php:542
115
- msgid "Link your social account to login to your account at this website"
116
- msgstr "Collega il tuo social account per accedere al tuo account su questo sito"
117
-
118
- #: ../helper.php:579
119
- msgid "Currently"
120
- msgstr "Attualmente"
121
-
122
- #: ../helper.php:579
123
- msgid "Remove"
124
- msgstr "rimuovere"
125
-
126
- #: ../helper.php:680
127
- msgid "Disable Horizontal Social Sharing on this "
128
- msgstr "Disabilitare Horizontal Social Sharing in questo"
129
-
130
- #: ../helper.php:685
131
- msgid "Disable Vertical Social Sharing on this "
132
- msgstr "Disabilitare Vertical Social Sharing in questo"
133
-
134
- #: ../helper.php:690
135
- msgid "Disable Horizontal like buttons on this "
136
- msgstr "Disabilitare Horizontal like buttons in questo"
137
-
138
- #: ../helper.php:695
139
- msgid "Disable Vertical like buttons on this "
140
- msgstr "Disabilitare Vertical like buttons in questo"
141
-
142
- #: ../helper.php:700
143
- msgid "Disable Social Commenting on this "
144
- msgstr "Disabilitare Social Commenting in questo"
145
-
146
- #: ../helper.php:709
147
- msgid "Horizontal sharing"
148
- msgstr "Horizontal Sharing"
149
-
150
- #: ../helper.php:715
151
- #: ../helper.php:734
152
- msgid "Starting share count for "
153
- msgstr "Avvio share count per"
154
-
155
- #: ../helper.php:728
156
- msgid "Vertical sharing"
157
- msgstr "Vertical sharing"
158
-
159
- #: ../admin/help.php:4
160
- msgid "About"
161
- msgstr "Chi Siamo"
162
-
163
- #: ../admin/help.php:4
164
- msgid "Version"
165
- msgstr "Versione"
166
-
167
- #: ../admin/help.php:6
168
- msgid "by"
169
- msgstr "da"
170
-
171
- #: ../admin/help.php:7
172
- msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
173
- msgstr "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo quello che facciamo. Per maggiori informazioni unisciti a noi su"
174
-
175
- #: ../admin/help.php:18
176
- msgid "Plugin Demo"
177
- msgstr "Dimostrazione del Plugin"
178
-
179
- #: ../admin/help.php:24
180
- msgid "Add-ons"
181
- msgstr "Add-ons"
182
-
183
- #: ../admin/help.php:29
184
- msgid "Need Help?"
185
- msgstr "Hai Bisogno di Aiuto?"
186
-
187
- #: ../admin/help.php:31
188
- msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
189
- msgstr "Se hai suggerimenti, domade. Se vuoi funzioni personalizzate per il plugin, posso farlo per te. Basta scrivermi via email a <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
190
-
191
- #: ../admin/help.php:36
192
- msgid "Support Us"
193
- msgstr "Supportaci"
194
-
195
- #: ../admin/help.php:39
196
- #: ../admin/help.php:42
197
- #: ../admin/help.php:43
198
- #: ../admin/help.php:44
199
- #: ../admin/help.php:45
200
- #: ../admin/help.php:46
201
- msgid "Rate 5-star"
202
- msgstr "Rate 5-star"
203
-
204
- #: ../admin/help.php:54
205
- #: ../admin/social_sharing.php:437
206
- #: ../admin/social_sharing.php:812
207
- #: ../admin/social_login.php:46
208
- msgid "Facebook"
209
- msgstr "Facebook"
210
-
211
- #: ../admin/social_sharing.php:11
212
- #: ../admin/social_sharing.php:22
213
- #: ../admin/social_login.php:9
214
- #: ../admin/social_login.php:17
215
- #: ../admin/like_buttons.php:11
216
- #: ../admin/like_buttons.php:19
217
- msgid "Basic Configuration"
218
- msgstr "Configurazione di Base"
219
-
220
- #: ../admin/social_sharing.php:12
221
- msgid "Sharing Interface"
222
- msgstr "Sharing Interface"
223
-
224
- #: ../admin/social_sharing.php:13
225
- msgid "Sharing Options"
226
- msgstr "Opzioni Condivisione"
227
-
228
- #: ../admin/social_sharing.php:14
229
- #: ../admin/social_sharing.php:1205
230
- #: ../admin/social_login.php:11
231
- #: ../admin/social_login.php:714
232
- #: ../admin/like_buttons.php:13
233
- #: ../admin/like_buttons.php:712
234
- msgid "Shortcode & Widget"
235
- msgstr "Shortcode & Widget"
236
-
237
- #: ../admin/social_sharing.php:15
238
- msgid "Troubleshooter"
239
- msgstr "Risoluzione dei problemi"
240
-
241
- #: ../admin/social_sharing.php:16
242
- #: ../admin/social_sharing.php:1236
243
- #: ../admin/social_commenting.php:12
244
- #: ../admin/social_commenting.php:427
245
- msgid "FAQ"
246
- msgstr "FAQ"
247
-
248
- #: ../admin/social_sharing.php:28
249
- msgid "Enable Social Sharing"
250
- msgstr "Abilitare Social Sharing"
251
-
252
- #: ../admin/social_sharing.php:38
253
- msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
254
- msgstr "Master control per la Social Sharing. Dev'essere abilitato per abilitare le funzionalitá Social Sharing"
255
-
256
- #: ../admin/social_sharing.php:46
257
- msgid "Delete all the options on plugin deletion"
258
- msgstr "Eliminare tutte le opzioni quando si cancella il plugin"
259
-
260
- #: ../admin/social_sharing.php:56
261
- msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
262
- msgstr "Se questa opzione è abilitata, le opzioni saranno cancellate quando si cancella il plugin e, nel caso di una nuova istallazione, si dovranno riconfigurare di nuovo"
263
-
264
- #: ../admin/social_sharing.php:71
265
- msgid "Horizontal interface options"
266
- msgstr "Opzioni Horizontal interface"
267
-
268
- #: ../admin/social_sharing.php:77
269
- #: ../admin/social_sharing.php:155
270
- msgid "Shape"
271
- msgstr "Forma"
272
-
273
- #: ../admin/social_sharing.php:85
274
- #: ../admin/social_sharing.php:163
275
- msgid "Round"
276
- msgstr "Round"
277
-
278
- #: ../admin/social_sharing.php:87
279
- #: ../admin/social_sharing.php:165
280
- msgid "Square"
281
- msgstr ""
282
-
283
- #: ../admin/social_sharing.php:94
284
- #: ../admin/social_sharing.php:172
285
- msgid "Shape of the sharing icons"
286
- msgstr "Forma delle icone di sharing"
287
-
288
- #: ../admin/social_sharing.php:102
289
- #: ../admin/social_sharing.php:180
290
- msgid "Size (in pixels)"
291
- msgstr "Dimensioni (in pixel)"
292
-
293
- #: ../admin/social_sharing.php:120
294
- #: ../admin/social_sharing.php:198
295
- msgid "Size of the sharing icons"
296
- msgstr "Dimensione delle icone condivise"
297
-
298
- #: ../admin/social_sharing.php:127
299
- #: ../admin/social_sharing.php:205
300
- msgid "Icon Preview"
301
- msgstr "Anteprima Icona"
302
-
303
- #: ../admin/social_sharing.php:141
304
- #: ../admin/social_sharing.php:219
305
- msgid "Do not forget to save the configuration after making changes by clicking the save button below"
306
- msgstr "Dopo aver apportato le modifiche, non dimenticate di salvare la configurazione, fare clic sul pulsante Salva in basso"
307
-
308
- #: ../admin/social_sharing.php:149
309
- msgid "Vertical interface options"
310
- msgstr "Opzioni Vertical interface"
311
-
312
- #: ../admin/social_sharing.php:233
313
- msgid "Modernizr"
314
- msgstr ""
315
-
316
- #: ../admin/social_sharing.php:239
317
- msgid "Do not load Modernizr JS"
318
- msgstr "Non usare Modernizr JS"
319
-
320
- #: ../admin/social_sharing.php:249
321
- msgid "If you find the plugin breaking your theme, you can try enabling this option"
322
- msgstr "Se il plugin compromette il vostro tema, si può provare ad abilitare questa opzione"
323
-
324
- #: ../admin/social_sharing.php:258
325
- #: ../admin/like_buttons.php:51
326
- msgid "Url shortener"
327
- msgstr "Url shortener"
328
-
329
- #: ../admin/social_sharing.php:264
330
- msgid "Use shortlinks already installed"
331
- msgstr "Utilizzare shortlinks già installati"
332
-
333
- #: ../admin/social_sharing.php:274
334
- #: ../admin/like_buttons.php:67
335
- msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
336
- msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno shortening plugin"
337
-
338
- #: ../admin/social_sharing.php:282
339
- msgid "Enable bit.ly url shortener for sharing"
340
- msgstr "Abilitare bit.ly url shortener per la condivisone sociale"
341
-
342
- #: ../admin/social_sharing.php:292
343
- #: ../admin/like_buttons.php:85
344
- msgid "Master control to enable bit.ly url shortening for sharing"
345
- msgstr "Master control per abilitare bit.ly url shortening per la condivisione"
346
-
347
- #: ../admin/social_sharing.php:300
348
- #: ../admin/like_buttons.php:93
349
- msgid "bit.ly username"
350
- msgstr "bit.ly username"
351
-
352
- #: ../admin/social_sharing.php:310
353
- #: ../admin/like_buttons.php:103
354
- #, php-format
355
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
356
- msgstr "Accedete al vostro account bit.ly e andate su <a href=\"%s\" target=\"_blank\">questo link</a> per ottenere il vostro username"
357
-
358
- #: ../admin/social_sharing.php:319
359
- #: ../admin/like_buttons.php:112
360
- msgid "bit.ly API Key"
361
- msgstr "bit.ly API Key"
362
-
363
- #: ../admin/social_sharing.php:329
364
- #: ../admin/like_buttons.php:122
365
- #, php-format
366
- msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
367
- msgstr "Accedete al vostro account bit.ly e navigate su<a href=\"%s\" target=\"_blank\">questo link</a> per ottenere la vostra API key"
368
-
369
- #: ../admin/social_sharing.php:339
370
- msgid "Twitter username in sharing"
371
- msgstr "Twitter usernamer in sharing"
372
-
373
- #: ../admin/social_sharing.php:345
374
- msgid "Twitter username (without @)"
375
- msgstr "Twitter username (senza @)"
376
-
377
- #: ../admin/social_sharing.php:355
378
- msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
379
- msgstr "La username fornita viene aggiunta dopo il contenuto condiviso come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
380
-
381
- #: ../admin/social_sharing.php:365
382
- msgid "Horizontal Sharing Interface Options"
383
- msgstr "Opzioni Horizontal Sharing Interface"
384
-
385
- #: ../admin/social_sharing.php:371
386
- msgid "Enable horizontal sharing interface"
387
- msgstr "Abilitare horizontal sharing interface"
388
-
389
- #: ../admin/social_sharing.php:381
390
- msgid "Master control to enable horizontal sharing"
391
- msgstr "Master control per abilitare horizontal sharing"
392
-
393
- #: ../admin/social_sharing.php:391
394
- #: ../admin/social_sharing.php:784
395
- #: ../admin/like_buttons.php:227
396
- #: ../admin/like_buttons.php:465
397
- msgid "Target Url"
398
- msgstr "URL di destinazione"
399
-
400
- #: ../admin/social_sharing.php:395
401
- #: ../admin/social_sharing.php:788
402
- #: ../admin/like_buttons.php:231
403
- #: ../admin/like_buttons.php:469
404
- msgid "Url of the webpage where icons are located (default)"
405
- msgstr "URL della pagina web in cui si trovano le icone (di default)"
406
-
407
- #: ../admin/social_sharing.php:397
408
- #: ../admin/social_sharing.php:790
409
- #: ../admin/like_buttons.php:233
410
- #: ../admin/like_buttons.php:471
411
- msgid "Url of the homepage of your website"
412
- msgstr "Url della homepage del tuo sito web"
413
-
414
- #: ../admin/social_sharing.php:399
415
- #: ../admin/social_sharing.php:792
416
- #: ../admin/like_buttons.php:235
417
- #: ../admin/like_buttons.php:473
418
- msgid "Custom url"
419
- msgstr "Url personalizzata"
420
-
421
- #: ../admin/social_sharing.php:406
422
- #: ../admin/social_sharing.php:799
423
- msgid "Url to share"
424
- msgstr "Url per condividere"
425
-
426
- #: ../admin/social_sharing.php:414
427
- #: ../admin/social_login.php:314
428
- #: ../admin/like_buttons.php:250
429
- msgid "Title"
430
- msgstr "Titolo"
431
-
432
- #: ../admin/social_sharing.php:424
433
- msgid "The text to display above the sharing interface"
434
- msgstr "Il testo da mostrare sopra l'interfaccia di condivisione"
435
-
436
- #: ../admin/social_sharing.php:432
437
- #: ../admin/social_sharing.php:807
438
- #: ../admin/social_login.php:41
439
- msgid "Select providers"
440
- msgstr "Scelta Providers"
441
-
442
- #: ../admin/social_sharing.php:442
443
- #: ../admin/social_sharing.php:817
444
- #: ../admin/social_login.php:50
445
- msgid "Twitter"
446
- msgstr "Twitter"
447
-
448
- #: ../admin/social_sharing.php:447
449
- #: ../admin/social_sharing.php:822
450
- #: ../admin/social_login.php:54
451
- msgid "LinkedIn"
452
- msgstr "LinkedIn"
453
-
454
- #: ../admin/social_sharing.php:452
455
- #: ../admin/social_sharing.php:827
456
- #: ../admin/social_login.php:58
457
- msgid "Google+"
458
- msgstr "Google+"
459
-
460
- #: ../admin/social_sharing.php:457
461
- #: ../admin/social_sharing.php:832
462
- msgid "Print"
463
- msgstr "Stampa"
464
-
465
- #: ../admin/social_sharing.php:462
466
- #: ../admin/social_sharing.php:837
467
- msgid "Email"
468
- msgstr "Email"
469
-
470
- #: ../admin/social_sharing.php:467
471
- #: ../admin/social_sharing.php:842
472
- msgid "Yahoo"
473
- msgstr "Yahoo"
474
-
475
- #: ../admin/social_sharing.php:472
476
- #: ../admin/social_sharing.php:847
477
- msgid "Reddit"
478
- msgstr "Reddit"
479
-
480
- #: ../admin/social_sharing.php:477
481
- #: ../admin/social_sharing.php:852
482
- msgid "Digg"
483
- msgstr "Digg"
484
-
485
- #: ../admin/social_sharing.php:482
486
- #: ../admin/social_sharing.php:857
487
- msgid "Delicious"
488
- msgstr "Delicious"
489
-
490
- #: ../admin/social_sharing.php:487
491
- #: ../admin/social_sharing.php:862
492
- msgid "StumbleUpon"
493
- msgstr "StumbleUpon"
494
-
495
- #: ../admin/social_sharing.php:492
496
- #: ../admin/social_sharing.php:867
497
- msgid "Float it"
498
- msgstr "Float it"
499
-
500
- #: ../admin/social_sharing.php:497
501
- #: ../admin/social_sharing.php:872
502
- msgid "Tumblr"
503
- msgstr "Tumblr"
504
-
505
- #: ../admin/social_sharing.php:502
506
- #: ../admin/social_sharing.php:877
507
- #: ../admin/social_login.php:62
508
- msgid "Vkontakte"
509
- msgstr "Vkontakte"
510
-
511
- #: ../admin/social_sharing.php:507
512
- #: ../admin/social_sharing.php:882
513
- msgid "Pinterest"
514
- msgstr "Pinterest"
515
-
516
- #: ../admin/social_sharing.php:512
517
- #: ../admin/social_sharing.php:887
518
- #: ../admin/social_login.php:70
519
- msgid "Xing"
520
- msgstr ""
521
-
522
- #: ../admin/social_sharing.php:517
523
- #: ../admin/social_sharing.php:892
524
- msgid "Whatsapp"
525
- msgstr ""
526
-
527
- #: ../admin/social_sharing.php:522
528
- #: ../admin/social_sharing.php:897
529
- msgid "Yummly"
530
- msgstr ""
531
-
532
- #: ../admin/social_sharing.php:527
533
- #: ../admin/social_sharing.php:902
534
- msgid "Buffer"
535
- msgstr ""
536
-
537
- #: ../admin/social_sharing.php:535
538
- #: ../admin/social_sharing.php:910
539
- msgid "Select the providers for sharing interface"
540
- msgstr "Seleziona i provider per la sharing interface"
541
-
542
- #: ../admin/social_sharing.php:543
543
- #: ../admin/social_sharing.php:918
544
- msgid "Rearrange icons"
545
- msgstr "Riorganizzare le icone"
546
-
547
- #: ../admin/social_sharing.php:575
548
- #: ../admin/social_sharing.php:950
549
- msgid "Drag the icons to rearrange in desired order"
550
- msgstr "Trascina le icone per riordinare"
551
-
552
- #: ../admin/social_sharing.php:583
553
- #: ../admin/social_sharing.php:976
554
- #: ../admin/like_buttons.php:320
555
- #: ../admin/like_buttons.php:557
556
- msgid "Horizontal alignment"
557
- msgstr "Allineamento orizzontale"
558
-
559
- #: ../admin/social_sharing.php:587
560
- #: ../admin/social_sharing.php:980
561
- #: ../admin/like_buttons.php:324
562
- #: ../admin/like_buttons.php:561
563
- msgid "Left"
564
- msgstr "Sinistra"
565
-
566
- #: ../admin/social_sharing.php:588
567
- #: ../admin/like_buttons.php:325
568
- msgid "Center"
569
- msgstr "centro"
570
-
571
- #: ../admin/social_sharing.php:589
572
- #: ../admin/social_sharing.php:981
573
- #: ../admin/like_buttons.php:326
574
- #: ../admin/like_buttons.php:562
575
- msgid "Right"
576
- msgstr "Destra"
577
-
578
- #: ../admin/social_sharing.php:597
579
- #: ../admin/social_sharing.php:989
580
- msgid "Horizontal alignment of the sharing interface"
581
- msgstr "Allineamento orizzontale della sharing interface"
582
-
583
- #: ../admin/social_sharing.php:605
584
- #: ../admin/like_buttons.php:342
585
- msgid "Position with respect to content"
586
- msgstr "Posizione rispetto al contenuto"
587
-
588
- #: ../admin/social_sharing.php:609
589
- #: ../admin/like_buttons.php:346
590
- msgid "Top of the content"
591
- msgstr "Parte superiore del contenuto"
592
-
593
- #: ../admin/social_sharing.php:611
594
- #: ../admin/like_buttons.php:348
595
- msgid "Bottom of the content"
596
- msgstr "Parte inferiore del contenuto"
597
-
598
- #: ../admin/social_sharing.php:618
599
- msgid "Specify position of the sharing interface with respect to the content"
600
- msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
601
-
602
- #: ../admin/social_sharing.php:626
603
- #: ../admin/social_sharing.php:1055
604
- msgid "Sharing location"
605
- msgstr "Sharing location"
606
-
607
- #: ../admin/social_sharing.php:630
608
- #: ../admin/social_sharing.php:1059
609
- #: ../admin/social_login.php:574
610
- #: ../admin/social_login.php:604
611
- #: ../admin/like_buttons.php:367
612
- #: ../admin/like_buttons.php:640
613
- msgid "Homepage"
614
- msgstr "Homepage"
615
-
616
- #: ../admin/social_sharing.php:632
617
- #: ../admin/social_sharing.php:1061
618
- #: ../admin/like_buttons.php:369
619
- #: ../admin/like_buttons.php:642
620
- msgid "Posts"
621
- msgstr "Post"
622
-
623
- #: ../admin/social_sharing.php:634
624
- #: ../admin/social_sharing.php:1063
625
- #: ../admin/like_buttons.php:371
626
- #: ../admin/like_buttons.php:644
627
- msgid "Pages"
628
- msgstr "Pagine"
629
-
630
- #: ../admin/social_sharing.php:636
631
- #: ../admin/social_sharing.php:1065
632
- msgid "Excerpts (at Homepage)"
633
- msgstr ""
634
-
635
- #: ../admin/social_sharing.php:638
636
- #: ../admin/social_sharing.php:1067
637
- #: ../admin/like_buttons.php:375
638
- #: ../admin/like_buttons.php:648
639
- msgid "Category Archives"
640
- msgstr "Archivi di categorie"
641
-
642
- #: ../admin/social_sharing.php:640
643
- #: ../admin/social_sharing.php:1069
644
- #: ../admin/like_buttons.php:377
645
- #: ../admin/like_buttons.php:650
646
- msgid "Archive Pages (Category, Tag, Author or Date based pages)"
647
- msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
648
-
649
- #: ../admin/social_sharing.php:656
650
- #: ../admin/like_buttons.php:393
651
- msgid "BuddyPress activity and groups"
652
- msgstr "Attività BuddyPress e gruppi"
653
-
654
- #: ../admin/social_sharing.php:662
655
- #: ../admin/social_sharing.php:1084
656
- #: ../admin/like_buttons.php:400
657
- #: ../admin/like_buttons.php:665
658
- msgid "BBPress forum"
659
- msgstr ""
660
-
661
- #: ../admin/social_sharing.php:665
662
- #: ../admin/social_sharing.php:1087
663
- #: ../admin/like_buttons.php:403
664
- #: ../admin/like_buttons.php:668
665
- msgid "BBPress topic"
666
- msgstr "Argomento BBPress"
667
-
668
- #: ../admin/social_sharing.php:668
669
- #: ../admin/like_buttons.php:406
670
- msgid "BBPress reply"
671
- msgstr "Risposta BBPress"
672
-
673
- #: ../admin/social_sharing.php:675
674
- #: ../admin/like_buttons.php:412
675
- msgid "After individual product at WooCommerce Shop page"
676
- msgstr "Dopo singolo prodotto nella pagina Shop WooCommerce"
677
-
678
- #: ../admin/social_sharing.php:678
679
- #: ../admin/like_buttons.php:415
680
- msgid "WooCommerce Product Page"
681
- msgstr "WooCommerce Pagina Prodotto"
682
-
683
- #: ../admin/social_sharing.php:681
684
- #: ../admin/like_buttons.php:418
685
- msgid "WooCommerce Thankyou Page"
686
- msgstr "WooCommerce Pagina Thankyou"
687
-
688
- #: ../admin/social_sharing.php:692
689
- msgid "Specify the pages where you want to enable Sharing interface"
690
- msgstr "Specifica le pagine dove vuoi abilitare la Sharing interface"
691
-
692
- #: ../admin/social_sharing.php:700
693
- #: ../admin/social_sharing.php:1105
694
- msgid "Show share counts"
695
- msgstr "Mostra quantitá di condivisioni"
696
-
697
- #: ../admin/social_sharing.php:710
698
- #: ../admin/social_sharing.php:1115
699
- msgid "If enabled, share counts are displayed above sharing icons."
700
- msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato sopra le icone condivise"
701
-
702
- #: ../admin/social_sharing.php:719
703
- #: ../admin/social_sharing.php:1124
704
- msgid "Show total shares"
705
- msgstr "Mostra totale condivisioni"
706
-
707
- #: ../admin/social_sharing.php:729
708
- #: ../admin/social_sharing.php:1134
709
- msgid "If enabled, total shares will be displayed with sharing icons"
710
- msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con le icone condivise"
711
-
712
- #: ../admin/social_sharing.php:738
713
- #: ../admin/social_sharing.php:1143
714
- msgid "Enable 'More' icon"
715
- msgstr "Abilitare icona 'Altro'"
716
-
717
- #: ../admin/social_sharing.php:748
718
- #: ../admin/social_sharing.php:1153
719
- msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
720
- msgstr "Se questa opzione è abilitata, l'icona \"Altro\" sarà visualizzata dopo le sharing icon selezionate per mostrare in un popup sharing networks aggiuntivi"
721
-
722
- #: ../admin/social_sharing.php:758
723
- msgid "Vertical (Floating) Sharing Interface Options"
724
- msgstr "Opzioni verticali (fluotante) dell'interfaccia di condivisione"
725
-
726
- #: ../admin/social_sharing.php:764
727
- msgid "Enable vertical (floating) sharing interface"
728
- msgstr "Abilitare vertical (floating) sharing interface"
729
-
730
- #: ../admin/social_sharing.php:774
731
- msgid "Master control to enable vertical (floating) sharing widget"
732
- msgstr "Master control per abilitare il vertical (floating) sharing widget"
733
-
734
- #: ../admin/social_sharing.php:958
735
- #: ../admin/like_buttons.php:539
736
- msgid "Background Color"
737
- msgstr "Colore Background"
738
-
739
- #: ../admin/social_sharing.php:968
740
- msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
741
- msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
742
-
743
- #: ../admin/social_sharing.php:998
744
- #: ../admin/like_buttons.php:579
745
- msgid "Left offset"
746
- msgstr "Left offset"
747
-
748
- #: ../admin/social_sharing.php:1008
749
- msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
750
- msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra. Il Numero può anche essere negativo."
751
-
752
- #: ../admin/social_sharing.php:1018
753
- #: ../admin/like_buttons.php:599
754
- msgid "Right offset"
755
- msgstr "Right offset"
756
-
757
- #: ../admin/social_sharing.php:1028
758
- msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
759
- msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra.Il Numero può anche essere negativo."
760
-
761
- #: ../admin/social_sharing.php:1037
762
- #: ../admin/like_buttons.php:618
763
- msgid "Top offset"
764
- msgstr "Top offset"
765
-
766
- #: ../admin/social_sharing.php:1047
767
- msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
768
- msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
769
-
770
- #: ../admin/social_sharing.php:1097
771
- msgid "Specify the pages where you want to enable vertical Sharing interface"
772
- msgstr "Specifica le pagine dove vuoi abilitare la vertical Sharing interface"
773
-
774
- #: ../admin/social_sharing.php:1161
775
- #, fuzzy
776
- msgid "Stick sharing bar horizontally at bottom on mobile devices"
777
- msgstr "Nascondere la condivisione sui dispositivi mobili"
778
-
779
- #: ../admin/social_sharing.php:1171
780
- #, fuzzy
781
- msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
782
- msgstr "Se questa opzione è abilitata, l'interfaccia di condivisione verticale non apparirà sui dispositivi mobili"
783
-
784
- #: ../admin/social_sharing.php:1180
785
- msgid "Hide sharing on mobile devices"
786
- msgstr "Nascondere la condivisione sui dispositivi mobili"
787
-
788
- #: ../admin/social_sharing.php:1190
789
- msgid "If enabled, vertical sharing interface will not appear on mobile devices"
790
- msgstr "Se questa opzione è abilitata, l'interfaccia di condivisione verticale non apparirà sui dispositivi mobili"
791
-
792
- #: ../admin/social_sharing.php:1207
793
- msgid "Social Sharing Shortcode & Widget"
794
- msgstr "Shortcode & Widget"
795
-
796
- #: ../admin/social_sharing.php:1217
797
- msgid "Facebook Sharing Troubleshooter"
798
- msgstr "Risoluzione dei problemi Facebook Sharing"
799
-
800
- #: ../admin/social_sharing.php:1222
801
- msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
802
- msgstr "Se la condivisione di Facebook non funziona bene, fai un clic sul collegamento che segue e inserisci nell'area di testo la url del tuo sito web che ti ha dato i problemi (dove quindi la condivisione di Facebook non ha funzionato bene):"
803
-
804
- #: ../admin/social_sharing.php:1238
805
- msgid "How can I show share counts of my website rather than of individual pages/posts?"
806
- msgstr "Come posso mostrare conteggi del mio sito web, piuttosto che di singole pagine/post?"
807
-
808
- #: ../admin/social_sharing.php:1239
809
- msgid "How can I disable sharing on particular page/post?"
810
- msgstr "Come è possibile disattivare la condivisione di una pagina/post in particolare?"
811
-
812
- #: ../admin/social_sharing.php:1240
813
- msgid "How can I specify minimum sharing count for sharing networks?"
814
- msgstr "Come faccio a specificare il conteggio minimo di sharing per la condivisione di reti?"
815
-
816
- #: ../admin/social_sharing.php:1250
817
- #: ../admin/social_commenting.php:438
818
- #: ../admin/social_login.php:726
819
- #: ../admin/like_buttons.php:723
820
- msgid "Save Changes"
821
- msgstr "Salvare le modifiche."
822
-
823
- #: ../admin/social_commenting.php:10
824
- msgid "Social Commenting"
825
- msgstr "Social Commenting"
826
-
827
- #: ../admin/social_commenting.php:11
828
- #: ../admin/social_commenting.php:415
829
- msgid "Shortcode"
830
- msgstr "Shortcode"
831
-
832
- #: ../admin/social_commenting.php:18
833
- #, fuzzy
834
- msgid "General Options"
835
- msgstr "Opzioni Condivisione"
836
-
837
- #: ../admin/social_commenting.php:24
838
- msgid "Enable Social Commenting"
839
- msgstr "Abilita Social Commenting"
840
-
841
- #: ../admin/social_commenting.php:34
842
- msgid "Master control to enable Social Commenting"
843
- msgstr "Master control per abilitare Social Commenting"
844
-
845
- #: ../admin/social_commenting.php:42
846
- msgid "Order of tabs in commenting interface"
847
- msgstr "Ordine delle schede nell'interfaccia commenti"
848
-
849
- #: ../admin/social_commenting.php:52
850
- msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
851
- msgstr "Ordine delle schede mostrate nell'interfaccia commenti. Il valore predefinito è wordpress,facebook,googleplus,disqus"
852
-
853
- #: ../admin/social_commenting.php:60
854
- msgid "Comment area label"
855
- msgstr "Etichetta Commento"
856
-
857
- #: ../admin/social_commenting.php:70
858
- msgid "Label for comment area"
859
- msgstr "Etichetta per Area Commenti"
860
-
861
- #: ../admin/social_commenting.php:83
862
- #, fuzzy
863
- msgid "Enable Social Commenting at"
864
- msgstr "Abilita Social Commenting"
865
-
866
- #: ../admin/social_commenting.php:102
867
- #, fuzzy
868
- msgid "Specify the page/post groups where you want to enable Social Commenting"
869
- msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
870
-
871
- #: ../admin/social_commenting.php:114
872
- msgid "Labels"
873
- msgstr "Etichette"
874
-
875
- #: ../admin/social_commenting.php:119
876
- msgid "Label for WordPress Commenting tab"
877
- msgstr "Etichetta per WordPress Commenting"
878
-
879
- #: ../admin/social_commenting.php:128
880
- msgid "Label for Facebook Commenting tab"
881
- msgstr "Etichetta per Facebook Commenting"
882
-
883
- #: ../admin/social_commenting.php:137
884
- msgid "Label for G+ Commenting tab"
885
- msgstr "Etichetta per G+ Commenting"
886
-
887
- #: ../admin/social_commenting.php:146
888
- msgid "Label for Disqus Commenting tab"
889
- msgstr "Etichetta per Disqus Commenting"
890
-
891
- #: ../admin/social_commenting.php:157
892
- msgid "Facebook Commenting Options"
893
- msgstr "Opzioni Facebook Commenting"
894
-
895
- #: ../admin/social_commenting.php:163
896
- msgid "Enable Facebook Comments notification and moderation"
897
- msgstr "Facebook Comments notifiche e moderazione"
898
-
899
- #: ../admin/social_commenting.php:171
900
- #: ../admin/social_commenting.php:181
901
- msgid "Enable Facebook Commenting"
902
- msgstr "Abilitare Facebook Commenting"
903
-
904
- #: ../admin/social_commenting.php:189
905
- #: ../admin/social_commenting.php:347
906
- msgid "Url to comment on"
907
- msgstr "Url per commenti"
908
-
909
- #: ../admin/social_commenting.php:199
910
- msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
911
- msgstr "La URL assoluta a la quale i commentii pubblicati saranno associati permanentemente. Storie in Facebook relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(Consigliato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
912
-
913
- #: ../admin/social_commenting.php:207
914
- #: ../admin/social_commenting.php:329
915
- msgid "Width"
916
- msgstr "Larghezza"
917
-
918
- #: ../admin/social_commenting.php:217
919
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
920
- msgstr "Lasciare vuoto per auto-regolare la larghezza. La larghezza (in pixel) del Blocco Commenti."
921
-
922
- #: ../admin/social_commenting.php:225
923
- msgid "Color Scheme"
924
- msgstr "Combinazione di colori"
925
-
926
- #: ../admin/social_commenting.php:229
927
- msgid "Light"
928
- msgstr "Chiaro"
929
-
930
- #: ../admin/social_commenting.php:230
931
- msgid "Dark"
932
- msgstr "Scuro"
933
-
934
- #: ../admin/social_commenting.php:238
935
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
936
- msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
937
-
938
- #: ../admin/social_commenting.php:246
939
- msgid "Number of comments"
940
- msgstr "Numero di commenti"
941
-
942
- #: ../admin/social_commenting.php:256
943
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
944
- msgstr "Numero di commenti mostrati. Il valore minimo é 1. Il valore Predefinito é 10"
945
-
946
- #: ../admin/social_commenting.php:264
947
- msgid "Order by"
948
- msgstr "Ordinare per"
949
-
950
- #: ../admin/social_commenting.php:268
951
- msgid "Social"
952
- msgstr "Social"
953
-
954
- #: ../admin/social_commenting.php:269
955
- msgid "Reverse Time"
956
- msgstr "Tempo Invertito"
957
-
958
- #: ../admin/social_commenting.php:270
959
- msgid "Time"
960
- msgstr "Tempo"
961
-
962
- #: ../admin/social_commenting.php:278
963
- msgid "The order to use when displaying comments."
964
- msgstr "L'ordine da usare quando si mostrano i commenti."
965
-
966
- #: ../admin/social_commenting.php:286
967
- #: ../admin/like_buttons.php:132
968
- #: ../admin/like_buttons.php:138
969
- msgid "Language"
970
- msgstr "Lingua"
971
-
972
- #: ../admin/social_commenting.php:296
973
- #, php-format
974
- msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
975
- msgstr "Inserire il codice della lingua che si vuole usare per mostrare i commenti. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
976
-
977
- #: ../admin/social_commenting.php:305
978
- msgid "Google Plus Commenting Options"
979
- msgstr "Opzioni Google Plus Commenting"
980
-
981
- #: ../admin/social_commenting.php:311
982
- #: ../admin/social_commenting.php:321
983
- msgid "Enable Google Plus Commenting"
984
- msgstr "Abilita Google+ Commenting"
985
-
986
- #: ../admin/social_commenting.php:339
987
- msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
988
- msgstr "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per Regolazione automatica"
989
-
990
- #: ../admin/social_commenting.php:357
991
- msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
992
- msgstr "La URL assoluta alla quale i commenti pubblicati saranno associati permanentemente. Storie in Google+ relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
993
-
994
- #: ../admin/social_commenting.php:366
995
- msgid "Disqus Commenting Options"
996
- msgstr "Opzioni Disqus Commenting"
997
-
998
- #: ../admin/social_commenting.php:372
999
- #: ../admin/social_commenting.php:382
1000
- msgid "Enable Disqus Commenting"
1001
- msgstr "Abilita Disqus Commenting"
1002
-
1003
- #: ../admin/social_commenting.php:390
1004
- msgid "Disqus Shortname"
1005
- msgstr ""
1006
-
1007
- #: ../admin/social_commenting.php:400
1008
- msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1009
- msgstr "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori informazioni, visitare il seguente link."
1010
-
1011
- #: ../admin/social_commenting.php:417
1012
- msgid "Social Commenting Shortcode"
1013
- msgstr "Social Commenting Shortcode"
1014
-
1015
- #: ../admin/social_commenting.php:429
1016
- msgid "How can I disable Social Commenting at individual page/post?"
1017
- msgstr "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1018
-
1019
- #: ../admin/social_commenting.php:430
1020
- msgid "How to disable default comment form from Social Commenting?"
1021
- msgstr "Come disattivare il commento predefinito da Social Commenting?"
1022
-
1023
- #: ../admin/social_login.php:10
1024
- msgid "Social Login"
1025
- msgstr "Social Login"
1026
-
1027
- #: ../admin/social_login.php:23
1028
- msgid "Enable Social Login"
1029
- msgstr "Abilitare \"Social Login\""
1030
-
1031
- #: ../admin/social_login.php:33
1032
- msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1033
- msgstr "Master control per Social Login. Dev'essere abilitato per abilitare le funzionalitá di Social Login"
1034
-
1035
- #: ../admin/social_login.php:66
1036
- msgid "Instagram"
1037
- msgstr "Instagram"
1038
-
1039
- #: ../admin/social_login.php:78
1040
- msgid "Select Social ID provider to enable in Social Login"
1041
- msgstr "Seleziona allmeno un Social Provider per abilitare Social Login"
1042
-
1043
- #: ../admin/social_login.php:86
1044
- msgid "Facebook App ID"
1045
- msgstr "Facebook App ID"
1046
-
1047
- #: ../admin/social_login.php:96
1048
- #, php-format
1049
- msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1050
- msgstr "Necessario per far funzionare Facebook Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere la Facebook App ID"
1051
-
1052
- #: ../admin/social_login.php:98
1053
- msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1054
- msgstr "Incollare la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1055
-
1056
- #: ../admin/social_login.php:108
1057
- msgid "Twitter API Key"
1058
- msgstr "Twitter API Key"
1059
-
1060
- #: ../admin/social_login.php:118
1061
- #, php-format
1062
- msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1063
- msgstr "Necessario per far funzionare Twitter Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a> per ottenere la Twitter API Key"
1064
-
1065
- #: ../admin/social_login.php:120
1066
- #: ../admin/social_login.php:142
1067
- msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1068
- msgstr "Incollare la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> presso il link indicato"
1069
-
1070
- #: ../admin/social_login.php:130
1071
- msgid "Twitter API Secret"
1072
- msgstr "Twitter API Secret"
1073
-
1074
- #: ../admin/social_login.php:140
1075
- #, php-format
1076
- msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1077
- msgstr "Necessario per far funzionare Twitter Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere la Twitter API Secret"
1078
-
1079
- #: ../admin/social_login.php:152
1080
- msgid "LinkedIn API Key"
1081
- msgstr "LinkedIn API Key"
1082
-
1083
- #: ../admin/social_login.php:162
1084
- #, php-format
1085
- msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1086
- msgstr "Necessario per far funzionare LinkedIn Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere la LinkedIn API Key"
1087
-
1088
- #: ../admin/social_login.php:164
1089
- #: ../admin/social_login.php:230
1090
- msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1091
- msgstr "Incollare la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1092
-
1093
- #: ../admin/social_login.php:174
1094
- msgid "Google+ Client ID"
1095
- msgstr "Google+ Client ID"
1096
-
1097
- #: ../admin/social_login.php:184
1098
- #, php-format
1099
- msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1100
- msgstr "Necessario per far funzionare GooglePlus Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere il GooglePlus Client ID"
1101
-
1102
- #: ../admin/social_login.php:186
1103
- msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1104
- msgstr "Incollare la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1105
-
1106
- #: ../admin/social_login.php:196
1107
- msgid "Vkontakte Application ID"
1108
- msgstr "Vkontakte App ID"
1109
-
1110
- #: ../admin/social_login.php:206
1111
- #, php-format
1112
- msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1113
- msgstr "Necessario per far funzionare Vkontakte Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere la Vkontakte Application ID"
1114
-
1115
- #: ../admin/social_login.php:208
1116
- msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1117
- msgstr "Incollare la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1118
-
1119
- #: ../admin/social_login.php:218
1120
- msgid "Instagram Client ID"
1121
- msgstr "Instagram Client ID"
1122
-
1123
- #: ../admin/social_login.php:228
1124
- #, php-format
1125
- msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1126
- msgstr "Necessario per far funzionare Instagram Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere l'Instagram Client ID"
1127
-
1128
- #: ../admin/social_login.php:240
1129
- msgid "Xing Consumer Key"
1130
- msgstr ""
1131
-
1132
- #: ../admin/social_login.php:250
1133
- #, php-format
1134
- msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1135
- msgstr "Necessario per far funzionare Xing Social Login. Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere la Xing Consumer Key"
1136
-
1137
- #: ../admin/social_login.php:252
1138
- #: ../admin/social_login.php:274
1139
- msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1140
- msgstr "Incollare la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1141
-
1142
- #: ../admin/social_login.php:262
1143
- msgid "Xing Consumer Secret"
1144
- msgstr ""
1145
-
1146
- #: ../admin/social_login.php:272
1147
- #, php-format
1148
- msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1149
- msgstr "Necessario per far funzionare Xing Social Login to work.Per favore, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a> per ottenere la Xing"
1150
-
1151
- #: ../admin/social_login.php:284
1152
- msgid "Include Javascript in website footer"
1153
- msgstr "Includere Javascript nel footer del sito web"
1154
-
1155
- #: ../admin/social_login.php:294
1156
- msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1157
- msgstr "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi nel footer del tuo sito web."
1158
-
1159
- #: ../admin/social_login.php:308
1160
- msgid "Login options"
1161
- msgstr "Opzioni di Login"
1162
-
1163
- #: ../admin/social_login.php:324
1164
- msgid "Text to display above the Social Login interface"
1165
- msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1166
-
1167
- #: ../admin/social_login.php:333
1168
- msgid "Enable at login page"
1169
- msgstr "Attivare nella pagina di Login"
1170
-
1171
- #: ../admin/social_login.php:343
1172
- msgid "Social Login interface will get enabled at the login page of your website"
1173
- msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1174
-
1175
- #: ../admin/social_login.php:351
1176
- msgid "Enable at register page"
1177
- msgstr "Abilitare nella pagina di registrazione"
1178
-
1179
- #: ../admin/social_login.php:361
1180
- msgid "Social Login interface will get enabled at the registration page of your website"
1181
- msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1182
-
1183
- #: ../admin/social_login.php:369
1184
- msgid "Enable at comment form"
1185
- msgstr "Attivare nel form dei commenti"
1186
-
1187
- #: ../admin/social_login.php:379
1188
- msgid "Social Login interface will get enabled at your Wordpress Comment form"
1189
- msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1190
-
1191
- #: ../admin/social_login.php:393
1192
- msgid "Enable before WooCommerce Customer Login Form"
1193
- msgstr "Abilitare prima del form Customer Login di WooCommerce"
1194
-
1195
- #: ../admin/social_login.php:403
1196
- msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1197
- msgstr "L'Interfaccia Social Login si attiverá prima del Login Form nella pagina il mio Account di Woocommerce."
1198
-
1199
- #: ../admin/social_login.php:411
1200
- msgid "Enable after WooCommerce Customer Login Form"
1201
- msgstr "Abilitare dopo il form Customer Login di WooCommerce"
1202
-
1203
- #: ../admin/social_login.php:421
1204
- msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1205
- msgstr "L'Interfaccia Social Login si attiverá dopo il Login Form nella pagina il mio Account di Woocommerce."
1206
-
1207
- #: ../admin/social_login.php:429
1208
- msgid "Enable at WooCommerce checkout page"
1209
- msgstr "Abilitare nella pagina checkout di WooCommerce"
1210
-
1211
- #: ../admin/social_login.php:439
1212
- msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1213
- msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1214
-
1215
- #: ../admin/social_login.php:450
1216
- msgid "Auto-approve comments made by Social Login users"
1217
- msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1218
-
1219
- #: ../admin/social_login.php:460
1220
- msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1221
- msgstr "Se questa opzione é attivata, e i commenti WordPress sono fatti da uutenti che hanno avuto accesso tramite Social Login, il commento sará approvato immediatamente senza nessuna possibilitá di moderazione."
1222
-
1223
- #: ../admin/social_login.php:461
1224
- msgid "Note: This is not related to Facebook comments"
1225
- msgstr "Nota: Questo non é relazionato ai Facebook comments"
1226
-
1227
- #: ../admin/social_login.php:471
1228
- msgid "Enable social avatar"
1229
- msgstr "Abilitare Avatar"
1230
-
1231
- #: ../admin/social_login.php:481
1232
- msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1233
- msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1234
-
1235
- #: ../admin/social_login.php:491
1236
- msgid "Avatar quality"
1237
- msgstr "Qualità Avatar"
1238
-
1239
- #: ../admin/social_login.php:494
1240
- msgid "Average"
1241
- msgstr "Media"
1242
-
1243
- #: ../admin/social_login.php:495
1244
- msgid "Best"
1245
- msgstr ""
1246
-
1247
- #: ../admin/social_login.php:502
1248
- msgid "Choose avatar quality"
1249
- msgstr "Scelta qualità Avatar"
1250
-
1251
- #: ../admin/social_login.php:521
1252
- msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1253
- msgstr "Se questa opzione é abilitata e il Social ID provider non da informazioni sull'email dell'utente durante la login, verrà chiesto all'utente di completare questa informazione. In caso contrario, sará generata una email fittizia"
1254
-
1255
- #: ../admin/social_login.php:530
1256
- msgid "Send username-password after user registration"
1257
- msgstr "Invia username-password dopo la registrazione dell'utente"
1258
-
1259
- #: ../admin/social_login.php:540
1260
- msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1261
- msgstr "Se questa opzione è abilitata, dopo la registrazione attraverso Social Login, sará inviato all'utente una email con le informazioni di accesso (codice d'accesso e password per accedere attraverso il metodo tradizionale)"
1262
-
1263
- #: ../admin/social_login.php:549
1264
- msgid "Enable social account linking at BuddyPress profile page"
1265
- msgstr "Abilitare collegamento social account nella pagina di profilo BuddyPress"
1266
-
1267
- #: ../admin/social_login.php:559
1268
- msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1269
- msgstr "Attivare questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1270
-
1271
- #: ../admin/social_login.php:568
1272
- msgid "Login redirection"
1273
- msgstr "Reindirizzamento Login"
1274
-
1275
- #: ../admin/social_login.php:572
1276
- msgid "Same page where user logged in"
1277
- msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1278
-
1279
- #: ../admin/social_login.php:576
1280
- #: ../admin/social_login.php:606
1281
- msgid "Account dashboard"
1282
- msgstr "Pannello Account"
1283
-
1284
- #: ../admin/social_login.php:579
1285
- #: ../admin/social_login.php:609
1286
- msgid "BuddyPress profile page"
1287
- msgstr "Pagina di profilo BuddyPress"
1288
-
1289
- #: ../admin/social_login.php:582
1290
- #: ../admin/social_login.php:612
1291
- msgid "Custom Url"
1292
- msgstr "Url personalizzata"
1293
-
1294
- #: ../admin/social_login.php:590
1295
- msgid "User will be redirected to the selected page after Social Login"
1296
- msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1297
-
1298
- #: ../admin/social_login.php:598
1299
- msgid "Registration redirection"
1300
- msgstr "Reindirizzamento Registratione"
1301
-
1302
- #: ../admin/social_login.php:602
1303
- msgid "Same page from where user registered"
1304
- msgstr "La stessa pagina dove l'utente si è registrato"
1305
-
1306
- #: ../admin/social_login.php:620
1307
- msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1308
- msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1309
-
1310
- #: ../admin/social_login.php:628
1311
- msgid "Email popup options"
1312
- msgstr "Opzioni del popup 'Email Obbligatoria'"
1313
-
1314
- #: ../admin/social_login.php:634
1315
- msgid "Text on 'Email required' popup"
1316
- msgstr "Testo del pop-up"
1317
-
1318
- #: ../admin/social_login.php:644
1319
- msgid "This text will be displayed on email required popup. Leave empty if not required."
1320
- msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1321
-
1322
- #: ../admin/social_login.php:653
1323
- msgid "Error message for 'Email required' popup"
1324
- msgstr "Messaggio d'errore"
1325
-
1326
- #: ../admin/social_login.php:663
1327
- msgid "This message will be displayed to user if it provides invalid or already registered email"
1328
- msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1329
-
1330
- #: ../admin/social_login.php:672
1331
- msgid "Email popup height"
1332
- msgstr "Altezza pop-up Email"
1333
-
1334
- #: ../admin/social_login.php:682
1335
- msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1336
- msgstr "Se state vedendo la barra di scorrimento verticale nel pop-up \"Email Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in questa opzione. Lasciare vuoto per l'impostazione predefinita."
1337
-
1338
- #: ../admin/social_login.php:690
1339
- msgid "Enable email verification"
1340
- msgstr "Abilitare verifica email"
1341
-
1342
- #: ../admin/social_login.php:700
1343
- msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1344
- msgstr "Se questa opzione è abilitata, l'indirizzo e-mail fornito dall'utente varrà verificato mediante l'invio di un link all' indirizzo e-mail specificato. L'utente non potrà accedere senza aver effettuato la procedura di verifica."
1345
-
1346
- #: ../admin/social_login.php:716
1347
- msgid "Social Login Shortcode & Widget"
1348
- msgstr "Shortcode & Widget"
1349
-
1350
- #: ../admin/social_login.php:717
1351
- msgid "Social Linking Shortcode"
1352
- msgstr ""
1353
-
1354
- #: ../admin/admin.php:8
1355
- msgid "Welcome"
1356
- msgstr "Benvenuto"
1357
-
1358
- #: ../admin/admin.php:10
1359
- msgid "You are ready to Socialize your website."
1360
- msgstr "Sei pronto per \"Socializzare\" il tuo sito web."
1361
-
1362
- #: ../admin/admin.php:11
1363
- msgid "Getting Started"
1364
- msgstr "Per Cominciare"
1365
-
1366
- #: ../admin/admin.php:12
1367
- msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1368
- msgstr "Comincia configurando le opzioni nelle sezioni sotto il menu <strong>Super Socializer</strong> nella sidebar di sinistra. <strong>Social Sharing</strong> é abilitata come impostazione predefinita nel tuo sito web."
1369
-
1370
- #: ../admin/admin.php:13
1371
- msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1372
- msgstr "Nella sezione <strong>Social Commenting</strong>, puoi configurare i Social Commenting."
1373
-
1374
- #: ../admin/admin.php:14
1375
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1376
- msgstr "Nella sezione <strong>Social Login</strong>, puoi selezionare i Social Network e configurare le opzioni disponibili."
1377
-
1378
- #: ../admin/admin.php:15
1379
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1380
- msgstr "Nella sezione <strong>Social Sharing</strong>, puoi scegliere i Social Network per la Condivisione e configurarne le sue opzioni."
1381
-
1382
- #: ../admin/admin.php:16
1383
- msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1384
- msgstr "Nella sezione <strong>Like Buttons</strong>, puoi scegliere i pulsanti ike/+1 e configurarne le opzioni"
1385
-
1386
- #: ../admin/like_buttons.php:12
1387
- msgid "Like Buttons"
1388
- msgstr "Like Buttons"
1389
-
1390
- #: ../admin/like_buttons.php:25
1391
- msgid "Enable Like Buttons"
1392
- msgstr "Attivare Like Buttons"
1393
-
1394
- #: ../admin/like_buttons.php:35
1395
- msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1396
- msgstr "Master control per like buttons. Dev'essere abilitato per abilitare le funzionalitá dei like button"
1397
-
1398
- #: ../admin/like_buttons.php:57
1399
- msgid "Use shortlinks already installed, for tweet button"
1400
- msgstr "Utilizzare shortlinks già installati, per pulsante Tweet"
1401
-
1402
- #: ../admin/like_buttons.php:75
1403
- msgid "Enable bit.ly url shortener for tweet button"
1404
- msgstr "Abilitare bit.ly url shortener per il bottone di Twitter"
1405
-
1406
- #: ../admin/like_buttons.php:148
1407
- #, php-format
1408
- msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1409
- msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1410
-
1411
- #: ../admin/like_buttons.php:157
1412
- msgid "Twitter Username"
1413
- msgstr "Twitter Username"
1414
-
1415
- #: ../admin/like_buttons.php:163
1416
- msgid "Twitter username for Tweet (without @)"
1417
- msgstr "Twitter username per Tweet (senza @)"
1418
-
1419
- #: ../admin/like_buttons.php:173
1420
- msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1421
- msgstr "La username fornita viene aggiunta dopo il contenuto del tweet come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1422
-
1423
- #: ../admin/like_buttons.php:182
1424
- msgid "Twitter username for Buffer sharing (without @)"
1425
- msgstr "Twitter Username per Buffer sharing (senza @)"
1426
-
1427
- #: ../admin/like_buttons.php:192
1428
- msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1429
- msgstr "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1430
-
1431
- #: ../admin/like_buttons.php:201
1432
- msgid "Horizontal Interface Options"
1433
- msgstr "Opzioni Horizontal Interface"
1434
-
1435
- #: ../admin/like_buttons.php:207
1436
- msgid "Enable horizontal interface"
1437
- msgstr "Abilitare horizontal interface"
1438
-
1439
- #: ../admin/like_buttons.php:217
1440
- msgid "Master control to enable horizontal like buttons"
1441
- msgstr "Master control per abilitare il like buttons orizzontale"
1442
-
1443
- #: ../admin/like_buttons.php:242
1444
- #: ../admin/like_buttons.php:480
1445
- msgid "Url to like/share/tweet and display like/share/tweet counts"
1446
- msgstr "Url perlike/share/tweet e visualizzazione like/share/conteggi tweet"
1447
-
1448
- #: ../admin/like_buttons.php:260
1449
- msgid "The text to display above the interface"
1450
- msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1451
-
1452
- #: ../admin/like_buttons.php:268
1453
- #: ../admin/like_buttons.php:488
1454
- msgid "Select and rearrange providers"
1455
- msgstr "Selezionare e riorganizzare i provider"
1456
-
1457
- #: ../admin/like_buttons.php:312
1458
- #: ../admin/like_buttons.php:531
1459
- msgid "Select the providers for interface. Drag them to rearrange."
1460
- msgstr "Seleziona i providers per l'interfaccia. Trascinali per riorganizzarli. "
1461
-
1462
- #: ../admin/like_buttons.php:334
1463
- #: ../admin/like_buttons.php:570
1464
- msgid "Horizontal alignment of the interface"
1465
- msgstr "Allineamento orizzontale dell'interfaccia"
1466
-
1467
- #: ../admin/like_buttons.php:355
1468
- msgid "Specify position of the interface with respect to the content"
1469
- msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1470
-
1471
- #: ../admin/like_buttons.php:363
1472
- #: ../admin/like_buttons.php:636
1473
- msgid "Interface location"
1474
- msgstr "Posizione Interfaccia"
1475
-
1476
- #: ../admin/like_buttons.php:373
1477
- #: ../admin/like_buttons.php:646
1478
- msgid "Excerpts"
1479
- msgstr "Estratti"
1480
-
1481
- #: ../admin/like_buttons.php:429
1482
- msgid "Specify the pages where you want to enable interface"
1483
- msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1484
-
1485
- #: ../admin/like_buttons.php:439
1486
- msgid "Vertical (Floating) like buttons Options"
1487
- msgstr "Opzioni Vertical (Floating) like buttons"
1488
-
1489
- #: ../admin/like_buttons.php:445
1490
- msgid "Enable vertical (floating) like buttons"
1491
- msgstr "Abilitare vertical (floating) like buttons"
1492
-
1493
- #: ../admin/like_buttons.php:455
1494
- msgid "Master control to enable vertical (floating) counter widget"
1495
- msgstr "Master control per abilitare il vertical (floating) counter widget"
1496
-
1497
- #: ../admin/like_buttons.php:549
1498
- msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1499
- msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1500
-
1501
- #: ../admin/like_buttons.php:589
1502
- msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1503
- msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può anche essere negativo."
1504
-
1505
- #: ../admin/like_buttons.php:609
1506
- msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1507
- msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può anche essere negativo."
1508
-
1509
- #: ../admin/like_buttons.php:628
1510
- msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1511
- msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1512
-
1513
- #: ../admin/like_buttons.php:678
1514
- msgid "Specify the pages where you want to enable vertical interface"
1515
- msgstr "Specifica le pagine dove vuoi abilitare la vertical interface"
1516
-
1517
- #: ../admin/like_buttons.php:686
1518
- msgid "Hide like buttons on mobile devices"
1519
- msgstr "Nascondere i like buttons sui dispositivi mobili"
1520
-
1521
- #: ../admin/like_buttons.php:696
1522
- msgid "If enabled, vertical like buttons will not appear on mobile devices"
1523
- msgstr "Se questa opzione è abilitata, i vertical like buttons non appariranno sui dispositivi mobili"
1524
-
1525
- #: ../admin/like_buttons.php:714
1526
- msgid "Like Buttons Shortcode & Widget"
1527
- msgstr "Shortcode & Widget"
1528
-
1529
- #: ../inc/shortcode.php:245
1530
- msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1531
- msgstr "Abilitare Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1532
-
1533
- #: ../inc/social_sharing.php:596
1534
- msgid "Invalid request"
1535
- msgstr "Domanda non valida"
1536
-
1537
- #: ../inc/social_sharing.php:603
1538
- msgid "Providers not selected"
1539
- msgstr "Providers non selezionati"
1540
-
1541
- #: ../inc/widget.php:11
1542
- msgid "Super Socializer - Login"
1543
- msgstr "Super Socializer - Login"
1544
-
1545
- #: ../inc/widget.php:13
1546
- msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1547
- msgstr "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
1548
-
1549
- #: ../inc/widget.php:47
1550
- msgid "Log Out"
1551
- msgstr "Log Out"
1552
-
1553
- #: ../inc/widget.php:78
1554
- #, fuzzy
1555
- msgid "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
1556
- msgstr "Assicurarsi che Social Login sia abilitato nella pagina \"Super Socializer> Social Login\"."
1557
-
1558
- #: ../inc/widget.php:79
1559
- #: ../inc/widget.php:219
1560
- #: ../inc/widget.php:524
1561
- msgid "Title:"
1562
- msgstr "Titolo:"
1563
-
1564
- #: ../inc/widget.php:81
1565
- #: ../inc/widget.php:233
1566
- #: ../inc/widget.php:534
1567
- msgid "Before widget content:"
1568
- msgstr "Prima del contenuto del widget:"
1569
-
1570
- #: ../inc/widget.php:83
1571
- #: ../inc/widget.php:235
1572
- #: ../inc/widget.php:536
1573
- msgid "After widget content:"
1574
- msgstr "Dopo il contenuto del widget:"
1575
-
1576
- #: ../inc/widget.php:86
1577
- #: ../inc/widget.php:237
1578
- #: ../inc/widget.php:401
1579
- #: ../inc/widget.php:538
1580
- #: ../inc/widget.php:688
1581
- msgid "Hide for logged in users:"
1582
- msgstr "Nascondere per gli utenti loggati:"
1583
-
1584
- #: ../inc/widget.php:105
1585
- msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1586
- msgstr "Horizontal sharing widget. Lascia condividire agli utenti i contenuti del tuo sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ e molti altri"
1587
-
1588
- #: ../inc/widget.php:218
1589
- #, fuzzy
1590
- msgid "Make sure \"Horizontal Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1591
- msgstr "Assicurarsi che \"Horizontal Social Sharing\" sia abilitata nella pagina \"Super Socializer> Social Sharing\"."
1592
-
1593
- #: ../inc/widget.php:221
1594
- #: ../inc/widget.php:370
1595
- msgid "Show individual share counts:"
1596
- msgstr "Mostra conteggi condivisioni individuali:"
1597
-
1598
- #: ../inc/widget.php:223
1599
- #: ../inc/widget.php:372
1600
- msgid "Show total shares:"
1601
- msgstr "Mostra totale condivisioni:"
1602
-
1603
- #: ../inc/widget.php:225
1604
- #: ../inc/widget.php:374
1605
- #: ../inc/widget.php:526
1606
- #: ../inc/widget.php:661
1607
- msgid "Target Url:"
1608
- msgstr "URL di destinazione:"
1609
-
1610
- #: ../inc/widget.php:227
1611
- #: ../inc/widget.php:376
1612
- #: ../inc/widget.php:528
1613
- #: ../inc/widget.php:663
1614
- msgid "Select"
1615
- msgstr "selezionare"
1616
-
1617
- #: ../inc/widget.php:256
1618
- msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1619
- msgstr "Vertical floating sharing widget. Lascia condividire agli utenti i contenuti del tuo sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, Google+, e molti altri"
1620
-
1621
- #: ../inc/widget.php:369
1622
- #, fuzzy
1623
- msgid "Make sure \"Vertical Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1624
- msgstr "Assicurarsi che \"Vertical Social Sharing\" sia abilitata nella pagina \"Super Socializer > Social Sharing\"."
1625
-
1626
- #: ../inc/widget.php:382
1627
- #: ../inc/widget.php:669
1628
- msgid "Alignment"
1629
- msgstr "Allineamento"
1630
-
1631
- #: ../inc/widget.php:388
1632
- #: ../inc/widget.php:675
1633
- msgid "Left Offset"
1634
- msgstr "Left Offset"
1635
-
1636
- #: ../inc/widget.php:392
1637
- #: ../inc/widget.php:679
1638
- msgid "Right Offset"
1639
- msgstr "Right Offset"
1640
-
1641
- #: ../inc/widget.php:395
1642
- #: ../inc/widget.php:682
1643
- msgid "Top Offset"
1644
- msgstr "Top Offset"
1645
-
1646
- #: ../inc/widget.php:420
1647
- msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1648
- msgstr "Horizontal like buttons widget. Lascia condividire/piacere agli utenti i contenuti del tuo sito web nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti altri"
1649
-
1650
- #: ../inc/widget.php:523
1651
- msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1652
- msgstr "Assicurarsi che \"Horizontal Like Buttons\" siano abilitati nella pagina \"Super Socializer > Like Buttons\"."
1653
-
1654
- #: ../inc/widget.php:557
1655
- msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1656
- msgstr "Vertical floating like buttons widget. Lascia condividire/like agli utenti i contenuti del tuo sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, Google+, e molti altri"
1657
-
1658
- #: ../inc/widget.php:660
1659
- msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1660
- msgstr "Assicurarsi che i \"Vertical Like Buttons\" siano abilitati nella pagina \"Super Socializer > Like Buttons\"."
1661
-
1662
- #~ msgid "Better"
1663
- #~ msgstr "Migliore"
1664
-
1665
- #~ msgid "Options saved successfully"
1666
- #~ msgstr "Opzioni salvate correttamente"
1667
-
1668
- #~ msgid "You can see the plugin in action at following link"
1669
- #~ msgstr "Puoi vedere il plugin in azione seguendo il successivo collegamento"
1670
-
1671
- #, fuzzy
1672
- #~ msgid ""
1673
- #~ "If you like the plugin or have any query, drop an email at <a href="
1674
- #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1675
- #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1676
- #~ msgstr ""
1677
- #~ "Se ti piace il mio plugin o tieni una proposta, puoi scrivermi una posta "
1678
- #~ "elettronica a <a href=\"mailto:lordofthechamps@gmail.com"
1679
- #~ "\">lordofthechamps@gmail.com</a>, o dare un \"mi piace\" alle mie pagine "
1680
- #~ "<strong>Facebook</strong> e seguire il mio <strong>Twitter</strong>."
1681
-
1682
- #~ msgid "Want plugin customization?"
1683
- #~ msgstr "Voui una personalizzazione del plugin?"
1684
-
1685
- #~ msgid ""
1686
- #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1687
- #~ "Facebook Comments notification and moderation."
1688
- #~ msgstr ""
1689
- #~ "<strong>Megjegyzés:</strong> írj egy e-mailt a support@heateor.com ahhoz "
1690
- #~ "Facebook Comments bejelentési és mértékkel."
1691
-
1692
- #~ msgid "Mobile"
1693
- #~ msgstr "Mobile"
1694
-
1695
- #~ msgid "Auto Detect"
1696
- #~ msgstr "Rilevare automaticamente"
1697
-
1698
- #~ msgid "True"
1699
- #~ msgstr "Vero"
1700
-
1701
- #~ msgid "False"
1702
- #~ msgstr "Falso"
1703
-
1704
- #~ msgid ""
1705
- #~ "A boolean value that specifies whether to show the mobile-optimized "
1706
- #~ "version or not."
1707
- #~ msgstr ""
1708
- #~ "Un valore booleano che specifica se si mostrará la versione ottimizata "
1709
- #~ "per cellulari o no. "
1710
-
1711
- #, fuzzy
1712
- #~ msgid "Sortcode & Widget"
1713
- #~ msgstr "Codice Corto & Widget"
1714
-
1715
- #~ msgid "Twitter username in tweet button"
1716
- #~ msgstr "Il nome d'utente di Twitter nel bottone Twitter"
1717
-
1718
- #~ msgid ""
1719
- #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1720
- #~ "redirect_uri</strong> options at the link mentioned"
1721
- #~ msgstr ""
1722
- #~ "Incollare seguente URL in <strong>Website</ strong> e <strong> OAuth "
1723
- #~ "redirect_uri </ strong> e cenare presso il link citato"
1724
-
1725
- #~ msgid ""
1726
- #~ "I am a tech enthusiast. I like to play with code and build great stuff "
1727
- #~ "(and like to call myself - The Champ....:) ). You can connect with me "
1728
- #~ "(and my upcoming work) via:"
1729
- #~ msgstr ""
1730
- #~ "Io sono un entusiasta della tecnologia. Mi piace giocare con codice e "
1731
- #~ "costruire cose belle (e mi piace chiamare a stesso - Il "
1732
- #~ "Campione....:) ). Ti puoi connetare a mé (e il mio futuro lavoro) "
1733
- #~ "attraverso:"
1734
-
1735
- #~ msgid "Plugin Fan Page"
1736
- #~ msgstr "Pagina di tifosi del plugin"
1737
-
1738
- #~ msgid "My Fan Page"
1739
- #~ msgstr "La mia pagina di tifosi"
1740
-
1741
- #, fuzzy
1742
- #~ msgid "Social Counter"
1743
- #~ msgstr "Contatore Sociale"
1744
-
1745
- #~ msgid ""
1746
- #~ "Master control for Social Counter. It must be checked to enable Social "
1747
- #~ "Counter functionality"
1748
- #~ msgstr ""
1749
- #~ "Controllo Maestro per il Contatore Sociale. Dev'essere marcato per il "
1750
- #~ "buon funzionamento del Contatore Sociale"
1751
-
1752
- #~ msgid ""
1753
- #~ "<strong>Note:</strong> To disable counter on particular page/post, edit "
1754
- #~ "that page/post and check the options at the bottom in <strong>\"Super "
1755
- #~ "Socializer\"</strong> section"
1756
- #~ msgstr ""
1757
- #~ "<strong>Nota:</strong> per disabilitare il Contatore in pagine o posts "
1758
- #~ "particolari, edita la pagina o il post in riguardo e controlla le opzioni "
1759
- #~ "al basso della sezione <strong>\"Super Socializzatore\"</strong>"
1760
-
1761
- #~ msgid ""
1762
- #~ "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content "
1763
- #~ "of required page/post where you want to display Social Counter interface."
1764
- #~ msgstr ""
1765
- #~ "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel "
1766
- #~ "contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale "
1767
- #~ "apparesca."
1768
-
1769
- #~ msgid "Example"
1770
- #~ msgstr "Esempio"
1771
-
1772
- #~ msgid "You can use following attributes in the Shortcode"
1773
- #~ msgstr "Puoi usare i siguenti attributi nel Codigo breve"
1774
-
1775
- #~ msgid ""
1776
- #~ "Use <strong>style</strong> attribute to style the rendered Social Counter "
1777
- #~ "interface"
1778
- #~ msgstr ""
1779
- #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
1780
- #~ "Contatore Sociale"
1781
-
1782
- #, fuzzy
1783
- #~ msgid ""
1784
- #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1785
- #~ "or \"vertical\") of Social Counter interface. Default type is \"horizontal"
1786
- #~ "\"."
1787
- #~ msgstr ""
1788
- #~ "Utilizza l'attributo <strong>type</strong> para specificare il tipo "
1789
- #~ "(\"horizontal\" o \"vertical\") del Contatore Sociale. Predefinito é "
1790
- #~ "\"horizontal\"."
1791
-
1792
- #~ msgid "Left (Works with \"Vertical\" type interface only)"
1793
- #~ msgstr "Left (funziona solo con il tipo \"verticale\")"
1794
-
1795
- #~ msgid ""
1796
- #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1797
- #~ "form the left side of the screen) of Social Counter interface."
1798
- #~ msgstr ""
1799
- #~ "Usa l'attributo <strong>left</strong> per specificare la compensazione a "
1800
- #~ "sinistra dell'interfaccia del Contatore (distanza del lato sinistro del "
1801
- #~ "schermo)."
1802
-
1803
- #~ msgid "Top (Works with \"Vertical\" type interface only)"
1804
- #~ msgstr "Top (funziona solo con il tipo \"verticale\")"
1805
-
1806
- #, fuzzy
1807
- #~ msgid ""
1808
- #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1809
- #~ "form the top of the screen) of Social Counter interface."
1810
- #~ msgstr ""
1811
- #~ "Usa l'attributo <strong>top</strong> per specificare la compensazione "
1812
- #~ "all'alto dell'interfaccia del Contatore (distanza del lato superiore del "
1813
- #~ "schermo)."
1814
-
1815
- #, fuzzy
1816
- #~ msgid "Use <strong>url</strong> attribute to specify the url to be liked"
1817
- #~ msgstr ""
1818
- #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
1819
- #~ "Contatore Sociale"
1820
-
1821
- #, fuzzy
1822
- #~ msgid "You can use shortcode in PHP file as following"
1823
- #~ msgstr "Puoi usare i Codici brevi nei documenti PHP como segue"
1824
-
1825
- #~ msgid ""
1826
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
1827
- #~ "shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]"
1828
- #~ "</strong>, so the final code looks like following"
1829
- #~ msgstr ""
1830
- #~ "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice "
1831
- #~ "breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</"
1832
- #~ "strong>, il codigo finale si presenta come segue"
1833
-
1834
- #~ msgid "Widget"
1835
- #~ msgstr "Widget"
1836
-
1837
- #~ msgid ""
1838
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
1839
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
1840
- #~ "Counter (Horizontal Widget)</strong> and <strong>Super Socializer - "
1841
- #~ "Counter (Vertical Floating Widget)</strong> widgets in the required area."
1842
- #~ msgstr ""
1843
- #~ "Puoi navigare alla sezione <strong>Appearence</strong> > <strong>Widgets</"
1844
- #~ "strong> nella vaschetta sinistra e posizionare i widget <strong>Super "
1845
- #~ "Socializer - Counter (Horizontal Widget)</strong> e <strong>Super "
1846
- #~ "Socializer - Counter (Vertical Floating Widget)</strong> nell'area "
1847
- #~ "desiderata."
1848
-
1849
- #, fuzzy
1850
- #~ msgid ""
1851
- #~ "How can I show like counts of my website rather than of individual pages/"
1852
- #~ "posts?"
1853
- #~ msgstr ""
1854
- #~ "Como posso mostrare la quantitá di condivisoni del mio sito web invece di "
1855
- #~ "solo pagine uniche?"
1856
-
1857
- #, fuzzy
1858
- #~ msgid ""
1859
- #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
1860
- #~ msgstr ""
1861
- #~ "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione "
1862
- #~ "\"Target URL \" e attivare \"Mostra condividere conta \""
1863
-
1864
- #, fuzzy
1865
- #~ msgid "How can I disable social counter on particular page/post?"
1866
- #~ msgstr ""
1867
- #~ "Como posso mostrare la quantitá di condivisoni del mio sito web invece di "
1868
- #~ "solo pagine uniche?"
1869
-
1870
- #, fuzzy
1871
- #~ msgid ""
1872
- #~ "Edit that page/post and check the options at the bottom in \"Super "
1873
- #~ "Socializer\" section"
1874
- #~ msgstr ""
1875
- #~ "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook "
1876
- #~ "Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
1877
-
1878
- #~ msgid "Social Sharing"
1879
- #~ msgstr "Condivisione Sociale"
1880
-
1881
- #, fuzzy
1882
- #~ msgid ""
1883
- #~ "<strong>Note:</strong> To disable sharing and specify minimum share "
1884
- #~ "counts per social network on particular page/post, edit that page/post "
1885
- #~ "and check the options at the bottom in <strong>\"Super Socializer\"</"
1886
- #~ "strong> section"
1887
- #~ msgstr ""
1888
- #~ "<strong>Nota:</strong> per disabilitare la condivisione sociale in pagine "
1889
- #~ "o pubblicazioni particolari, edita la pagina o la pubblicazione in "
1890
- #~ "riguardo e controlla le opzioni al basso della sezione <strong>\"Super "
1891
- #~ "Socializer\"</strong>"
1892
-
1893
- #~ msgid ""
1894
- #~ "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content "
1895
- #~ "of required page/post where you want to display Social Sharing interface."
1896
- #~ msgstr ""
1897
- #~ "Puoi utilizzare il codice breve <strong>[TheChamp-Sharing]</strong> nel "
1898
- #~ "contenuto della pagina o del post dove vuoi che si mostra l'iterfaccia di "
1899
- #~ "condivisione sociale"
1900
-
1901
- #~ msgid ""
1902
- #~ "Use <strong>style</strong> attribute to style the rendered Social Sharing "
1903
- #~ "interface"
1904
- #~ msgstr ""
1905
- #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
1906
- #~ "di condivisione sociale"
1907
-
1908
- #~ msgid ""
1909
- #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1910
- #~ "or \"vertical\") of Social Sharing interface. Default type is \"horizontal"
1911
- #~ "\"."
1912
- #~ msgstr ""
1913
- #~ "Utilizza l'attributo <strong>type</strong> per specificare il tipo "
1914
- #~ "(\"horizontal\" o \"vertical\") dell'interfaccia di condivisione sociale. "
1915
- #~ "Predefinito é \"horizontal\"."
1916
-
1917
- #, fuzzy
1918
- #~ msgid ""
1919
- #~ "Use <strong>count</strong> attribute to enable the share counts on Social "
1920
- #~ "Sharing interface"
1921
- #~ msgstr ""
1922
- #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
1923
- #~ "di condivisione sociale"
1924
-
1925
- #, fuzzy
1926
- #~ msgid "left (Works with \"Vertical\" type interface only)"
1927
- #~ msgstr "Left (funziona solo con il tipo \"verticale\")"
1928
-
1929
- #~ msgid ""
1930
- #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1931
- #~ "form the left side of the screen) of Social Sharing interface."
1932
- #~ msgstr ""
1933
- #~ "Usa l'attributo <strong>left</strong> per specificare la posizione "
1934
- #~ "dell'interfaccia di condivisione sociale in relazione al margine sinistro "
1935
- #~ "dello schermo."
1936
-
1937
- #, fuzzy
1938
- #~ msgid "top (Works with \"Vertical\" type interface only)"
1939
- #~ msgstr "Top (funziona solo con il tipo \"verticale\")"
1940
-
1941
- #~ msgid ""
1942
- #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1943
- #~ "form the top of the screen) of Social Sharing interface."
1944
- #~ msgstr ""
1945
- #~ "Usa l'attributo <strong>top</strong> per specificare la posizione "
1946
- #~ "dell'interfaccia di condivisione sociale in relazione al margine "
1947
- #~ "superiore dello schermo."
1948
-
1949
- #, fuzzy
1950
- #~ msgid "Use <strong>url</strong> attribute to specify the url to be shared"
1951
- #~ msgstr ""
1952
- #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
1953
- #~ "Contatore Sociale"
1954
-
1955
- #~ msgid ""
1956
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
1957
- #~ "shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]"
1958
- #~ "</strong>, so the final code looks like following"
1959
- #~ msgstr ""
1960
- #~ "Rimpiazza <strong>SHORTCODE</strong> nel codice antecedente con il codice "
1961
- #~ "breve necessario come <strong>[TheChamp-Sharing style=\"background-color:"
1962
- #~ "#000;\"]</strong>, il codice finale si presenterá come segue"
1963
-
1964
- #~ msgid ""
1965
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
1966
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
1967
- #~ "Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - "
1968
- #~ "Sharing (Vertical Floating Widget)</strong> widgets in the required area."
1969
- #~ msgstr ""
1970
- #~ "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</"
1971
- #~ "strong>nella vaschetta di sinistra e muovere i widget <strong>Super-"
1972
- #~ "Socializer - Sharing (Horizontal Widget)</strong> e <strong>Super "
1973
- #~ "Socializer - Sharing (Vertical Floating Widget)strong> nell'area "
1974
- #~ "necessitata."
1975
-
1976
- #~ msgid ""
1977
- #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option "
1978
- #~ "and enable \"Show share counts\" option"
1979
- #~ msgstr ""
1980
- #~ "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione "
1981
- #~ "\"Target URL \" e attivare \"Mostra condividere conta \""
1982
-
1983
- #, fuzzy
1984
- #~ msgid ""
1985
- #~ "After enabling this option, Facebook commenting will appear before "
1986
- #~ "Wordpress comment form at your website"
1987
- #~ msgstr ""
1988
- #~ "Dopo d'abilitare questa opzione, Commentando con Facebook sará "
1989
- #~ "visualizzato in luogo del formulario di Commento di Wordpress nel tuo "
1990
- #~ "sito Web."
1991
-
1992
- #~ msgid "Keep only Facebook Commenting"
1993
- #~ msgstr "Conservare solo i Commenti di Facebook"
1994
-
1995
- #, fuzzy
1996
- #~ msgid ""
1997
- #~ "If enabled, only Facebook commenting would be visible without default "
1998
- #~ "comment form"
1999
- #~ msgstr ""
2000
- #~ "Se abilitato, solo Commentando con Facebook sará visualizzato, senza la "
2001
- #~ "opzione di cambiare ai Commenti WordPress"
2002
-
2003
- #, fuzzy
2004
- #~ msgid ""
2005
- #~ "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the "
2006
- #~ "content of required page/post where you want to display Facebook "
2007
- #~ "Commenting interface."
2008
- #~ msgstr ""
2009
- #~ "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel "
2010
- #~ "contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale "
2011
- #~ "apparesca."
2012
-
2013
- #, fuzzy
2014
- #~ msgid ""
2015
- #~ "Use <strong>style</strong> attribute to style the rendered commenting "
2016
- #~ "interface"
2017
- #~ msgstr ""
2018
- #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
2019
- #~ "di condivisione sociale"
2020
-
2021
- #, fuzzy
2022
- #~ msgid ""
2023
- #~ "Use <strong>url</strong> attribute to specify the target url for "
2024
- #~ "comments. This defaults to the page where shortcode is used."
2025
- #~ msgstr ""
2026
- #~ "Usa l'attributo <strong>left</strong> per specificare la compensazione a "
2027
- #~ "sinistra dell'interfaccia del Contatore (distanza del lato sinistro del "
2028
- #~ "schermo)."
2029
-
2030
- #, fuzzy
2031
- #~ msgid ""
2032
- #~ "Use <strong>num_posts</strong> attribute to specify the number of "
2033
- #~ "comments to display."
2034
- #~ msgstr ""
2035
- #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
2036
- #~ "Contatore Sociale"
2037
-
2038
- #, fuzzy
2039
- #~ msgid "width"
2040
- #~ msgstr "Larghezza"
2041
-
2042
- #, fuzzy
2043
- #~ msgid ""
2044
- #~ "Use <strong>width</strong> attribute to specify the width of commenting "
2045
- #~ "interface. Omit it for fluid width"
2046
- #~ msgstr ""
2047
- #~ "Usa l'attributo <strong>top</strong> per specificare la posizione "
2048
- #~ "dell'interfaccia di condivisione sociale in relazione al margine "
2049
- #~ "superiore dello schermo."
2050
-
2051
- #, fuzzy
2052
- #~ msgid ""
2053
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2054
- #~ "shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:"
2055
- #~ "#000;\"]</strong>, so the final code looks like following"
2056
- #~ msgstr ""
2057
- #~ "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice "
2058
- #~ "breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</"
2059
- #~ "strong>, il codigo finale si presenta come segue"
2060
-
2061
- #~ msgid ""
2062
- #~ "Edit that page/post and check the option \"Disable Facebook Comments on "
2063
- #~ "this post/page\" at the bottom in \"Super Socializer\" section"
2064
- #~ msgstr ""
2065
- #~ "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook "
2066
- #~ "Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
2067
-
2068
- #~ msgid ""
2069
- #~ "How to enable only Facebook Comments without enabling default comment "
2070
- #~ "form?"
2071
- #~ msgstr ""
2072
- #~ "Come abilitare solo i commenti di Facebook senza abilitazione modulo dei "
2073
- #~ "commenti default?"
2074
-
2075
- #~ msgid ""
2076
- #~ "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting"
2077
- #~ "\" section."
2078
- #~ msgstr ""
2079
- #~ "Abilita \"Conservare soltanto Facebook Commentando\" opzione sezione "
2080
- #~ "\"Facebook Commentando\"."
2081
-
2082
- #~ msgid ""
2083
- #~ "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of "
2084
- #~ "required page/post where you want to display Social Login interface."
2085
- #~ msgstr ""
2086
- #~ "Utilizza il codice breve <strong> [TheChamp-Login]</strong> nel "
2087
- #~ "contenuto della pagina/post dove voui che la interfaccia dell'ingresso "
2088
- #~ "sociale sia mostrata."
2089
-
2090
- #~ msgid ""
2091
- #~ "You can use \"style\" attribute in the Shortcode to style the rendered "
2092
- #~ "Social Login interface."
2093
- #~ msgstr ""
2094
- #~ "Puoi utilizzare attributi \"style\" nel codice breve per stilizzare "
2095
- #~ "l'interfaccia dell'ingresso sociale"
2096
-
2097
- #~ msgid ""
2098
- #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2099
- #~ "shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</"
2100
- #~ "strong>, so the final code looks like following"
2101
- #~ msgstr ""
2102
- #~ "Restituisci <strong>SHORTCODE</strong> nel codice antecedente con il "
2103
- #~ "codice breve necessitato come <strong>[TheChamp-Login style=\"background-"
2104
- #~ "color: #000;\"]</strong>, in questo caso il codice finale si presenterá "
2105
- #~ "come segue"
2106
-
2107
- #~ msgid ""
2108
- #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2109
- #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2110
- #~ "Login</strong> widget in the required area."
2111
- #~ msgstr ""
2112
- #~ "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</"
2113
- #~ "strong> nella vaschetta sinistra e trascinare <strong>Super Socializer - "
2114
- #~ "Login</strong> widget all'area necessaria."
2115
-
2116
- #~ msgid "White-Label"
2117
- #~ msgstr "Etichetta bianca"
2118
-
2119
- #~ msgid ""
2120
- #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
2121
- #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
2122
- #~ "\">lordofthechamps@gmail.com</a>"
2123
- #~ msgstr ""
2124
- #~ "Rimuovere i collegamenti di credito (\"Super Socializzatore da Il "
2125
- #~ "Campione) per solo $15.\n"
2126
- #~ "Interssato? Scrivimi una posta elettronica: <a href=\"mailto:"
2127
- #~ "lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
2128
-
2129
- #~ msgid "Feed"
2130
- #~ msgstr "Feed di Notizie"
2131
-
2132
- #~ msgid "Important note"
2133
- #~ msgstr "Nota importante"
2134
-
2135
- #~ msgid ""
2136
- #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2137
- #~ "\"_blank\">this link</a>"
2138
- #~ msgstr ""
2139
- #~ "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" "
2140
- #~ "target=\"_blank\">questo collegamento</a>"
2141
-
2142
- #~ msgid "Publish feed on user's timeline on Facebook login"
2143
- #~ msgstr ""
2144
- #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
2145
- #~ "accesso al Facebook"
2146
-
2147
- #~ msgid ""
2148
- #~ "If enabled, a post will be published on the timeline of the user logging "
2149
- #~ "in"
2150
- #~ msgstr ""
2151
- #~ "Se abilitato, una pubblicazione sará pubblicata sulla linea temporale "
2152
- #~ "dell' utente che accede"
2153
-
2154
- #~ msgid "Facebook Feed Options"
2155
- #~ msgstr "Opzioni di Feed di Notizie di Facebook"
2156
-
2157
- #~ msgid "Message"
2158
- #~ msgstr "Messaggio"
2159
-
2160
- #~ msgid ""
2161
- #~ "Message for the feed post. %website-name% will be replaced with your "
2162
- #~ "website name in actual message."
2163
- #~ msgstr ""
2164
- #~ "Messaggio per la pubblicazione del Feed di Notizie. %website-name% sará "
2165
- #~ "sostituito con il nome del tuo sito web nel messaggio attuale."
2166
-
2167
- #~ msgid "Link (required)"
2168
- #~ msgstr "Collegamento (richiesto)"
2169
-
2170
- #~ msgid ""
2171
- #~ "The link attached to this feed (required parameter for this functionality "
2172
- #~ "to work)"
2173
- #~ msgstr ""
2174
- #~ "Il collegamento allegato a questa Feed di Notizie (parametro richiesto "
2175
- #~ "per per fare funzionare questa funzionalitá) "
2176
-
2177
- #~ msgid "Picture"
2178
- #~ msgstr "Immagine"
2179
-
2180
- #~ msgid ""
2181
- #~ "The URL of a picture attached to this post. The picture must be at least "
2182
- #~ "200px by 200px. (if this url is not specified, image from the url "
2183
- #~ "specified in Link parameter will be displayed in the post)"
2184
- #~ msgstr ""
2185
- #~ "La URL di una immagine allegata a questa pubblicazione. L'immagine "
2186
- #~ "dev'essere al minimo 200px per 200px. (se la url non é specificata, "
2187
- #~ "l'immagine della url specificata nei parametri del collegamento sará "
2188
- #~ "mostrata nella pubblicazione)"
2189
-
2190
- #~ msgid "Source"
2191
- #~ msgstr "Fonte"
2192
-
2193
- #~ msgid ""
2194
- #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
2195
- #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
2196
- #~ "a thumbnail for the video."
2197
- #~ msgstr ""
2198
- #~ "La URL di un media file (SWF ó MP3) allegata a questa pubblicazione. Se é "
2199
- #~ "SWF, si deve specificare la immagine (nel parametro \"Immagine\") per "
2200
- #~ "dare una miniatura per il video."
2201
-
2202
- #~ msgid "Name"
2203
- #~ msgstr "Nome"
2204
-
2205
- #~ msgid "The name of the link attachment"
2206
- #~ msgstr "Il nome dell'attacamento del collegamento"
2207
-
2208
- #~ msgid "Caption"
2209
- #~ msgstr "Didascalia"
2210
-
2211
- #~ msgid ""
2212
- #~ "The caption of the link (appears beneath the link name). If not "
2213
- #~ "specified, this field is automatically populated with the URL of the link."
2214
- #~ msgstr ""
2215
- #~ "La didascalia del collegamento (apparesce sottostante al nome del "
2216
- #~ "collegamento). Se non é specificato, questo campo e automaticamente "
2217
- #~ "popolato con la URL del collegamento."
2218
-
2219
- #~ msgid "Description"
2220
- #~ msgstr "Descrizione"
2221
-
2222
- #~ msgid ""
2223
- #~ "The description of the link (appears beneath the link caption). If not "
2224
- #~ "specified, this field is automatically populated by information scraped "
2225
- #~ "from the link, typically the title of the page."
2226
- #~ msgstr ""
2227
- #~ "La descrizione del collegamento (apparesce sottostante della didascalia "
2228
- #~ "del collegamento). Se non é specificato, questo campo sará "
2229
- #~ "automaticamente popolato con la informazine presa del collegamento, "
2230
- #~ "tipicamente il titolo della pagina."
2231
-
2232
- #~ msgid ""
2233
- #~ "If enabled (recommended), all the Javascript code will be included in the "
2234
- #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
2235
- #~ "hooks should be there in your Wordpress theme for this to work, if you "
2236
- #~ "are not sure about this, keep this option unchecked.</strong>"
2237
- #~ msgstr ""
2238
- #~ "Se é attivato (raccomandato), tutto il codico Javascript sará incluso nel "
2239
- #~ "pié del suo sito web.<br/><strong>gli uncini \"wp_footer\" e "
2240
- #~ "\"login_footer\" devono essere presenti nel tuo tema di Wordpress per "
2241
- #~ "funzionare, se non sei sicuro su di questo, lascia questa opzione "
2242
- #~ "deselezionata.</strong> "
2243
-
2244
- #, fuzzy
2245
- #~ msgid ""
2246
- #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
2247
- #~ "Comments block. The mobile version of the Comments block ignores the "
2248
- #~ "width parameter, and instead has a fluid width of 100%."
2249
- #~ msgstr ""
2250
- #~ "Lascia in bianco per regolare automaticamente la larghezza. <br/>La "
2251
- #~ "larghezza (in pixel) del blocco di commenti. La versione mobile del "
2252
- #~ "blocco di commenti ignora il parametro di larghezza, invece ha una "
2253
- #~ "larghezza fluida de 100%."
2254
-
2255
- #, fuzzy
2256
- #~ msgid ""
2257
- #~ "Navigate to Appearance > Widgets section in the admin panel of your "
2258
- #~ "website and activate \"Super Socializer - Sharing\" widget in the desired "
2259
- #~ "area. This will display the sharing counts of the home/index page of your "
2260
- #~ "website. Do not forget to turn on the sharing counts in widget options."
2261
- #~ msgstr ""
2262
- #~ "Naviga alla sezione Apparenza > Widgets del tuo sito web e attiva il "
2263
- #~ "widget \"Super Socializer - Sharing\" nell'area desiderata. Questa "
2264
- #~ "funzione mostrará la quantitá di condivisioni della pagina home/index del "
2265
- #~ "tuo sito web. Non dimenticarte di abilitare il contatore di quantitá di "
2266
- #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2267
- #~ "amministrazione."
2268
-
2269
- #~ msgid "Donate"
2270
- #~ msgstr "Donare"
2271
-
2272
- #~ msgid ""
2273
- #~ "If you like the plugin, want to get it improved and want to see it at the "
2274
- #~ "top of other plugins, please consider making a donation."
2275
- #~ msgstr ""
2276
- #~ "Se ti piace il plugin, ti piacerebbe che migliore e/o verlo in cima agli "
2277
- #~ "altri plugins, per favore considera una donazione."
2278
-
2279
- #~ msgid "Load first"
2280
- #~ msgstr "Caricare prima"
2281
-
2282
- #~ msgid "Selected commenting will be loaded first on the page"
2283
- #~ msgstr "Commenti selezionati saranno caricati prima nella pagina"
2284
-
2285
- #~ msgid "Text on \"Switch to WordPress Commenting\" button"
2286
- #~ msgstr "Testo sul bottone \"Cambia a Commentando con WordPress\""
2287
-
2288
- #~ msgid ""
2289
- #~ "This text will be display on the button to switch to WordPress comments"
2290
- #~ msgstr ""
2291
- #~ "Questo testo sará visualizzato sul bottone per cambiare ai commentari "
2292
- #~ "WordPress"
2293
-
2294
- #, fuzzy
2295
- #~ msgid "Text on \"Switch to Facebook Commenting\" button"
2296
- #~ msgstr "Testo sul bottone \"Cambia a Commentando con Facebook\""
2297
-
2298
- #, fuzzy
2299
- #~ msgid ""
2300
- #~ "This text will be displayed on the button to switch to Facebook comments"
2301
- #~ msgstr ""
2302
- #~ "Questo testo sará visualizzato sul bottone per cambiare ai commentari di "
2303
- #~ "Facebook"
2304
-
2305
- #~ msgid "Specify a title for commenting"
2306
- #~ msgstr "Specificare un titolo per i commenti"
2307
-
2308
- #~ msgid ""
2309
- #~ "Note: Twitter Social Login requires \"cURL support = enabled\" in your "
2310
- #~ "php.ini file."
2311
- #~ msgstr ""
2312
- #~ "Nota: Accesso Sociale Twitter richiede \"cURL support = enabled\" nel tuo "
2313
- #~ "php.ini file."
2314
-
2315
- #~ msgid "How can I show combined share counts?"
2316
- #~ msgstr "¿Cómo muestro combinado conteos compartir?"
2317
-
2318
- #, fuzzy
2319
- #~ msgid "Facebook Comments"
2320
- #~ msgstr "Comentarios Facebook"
2321
-
2322
- #~ msgid ""
2323
- #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
2324
- #~ "><strong>Note: Social Login at comment form of your website will not get "
2325
- #~ "enabled if Facebook commenting is enabled.</strong>"
2326
- #~ msgstr ""
2327
- #~ "La interfaz Social Login se activará en tu formulario de Comentario "
2328
- #~ "Wordpress Nota: Social Login en el formulario de comentarios de su sitio "
2329
- #~ "web no se habilitará si Comentario Facebook está habilitado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Super Socializer\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:39+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:42+0530\n"
7
+ "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
+ "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
+ "Language: it\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 1.8.1\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-KeywordsList: __;_e\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../super_socializer.php:226
20
+ #, php-format
21
+ msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
+ msgstr "Immetti esattamente il seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto 3 %s)"
23
+
24
+ #: ../super_socializer.php:229
25
+ msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
+ msgstr "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare questo, potrebbe essere necessario contattare l'amministratore del server."
27
+
28
+ #: ../super_socializer.php:399
29
+ msgid "Please verify your email address to login."
30
+ msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
31
+
32
+ #: ../super_socializer.php:399
33
+ msgid "Your email has been verified. Now you can login to your account"
34
+ msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo account"
35
+
36
+ #: ../super_socializer.php:403
37
+ msgid "Notification"
38
+ msgstr "Notifiche"
39
+
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
+ msgid "Email required"
43
+ msgstr "Email Obbligatoria"
44
+
45
+ #: ../super_socializer.php:425
46
+ msgid "Please check your email inbox to complete the registration."
47
+ msgstr "Per favore, per completare la registrazione, controlla la tua casella di posta elettronica."
48
+
49
+ #: ../super_socializer.php:438
50
+ msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
+ msgstr "Seguire i passaggi 11 e 12 nella pagina di configurazione app GooglePlus, per aprire"
52
+
53
+ #: ../super_socializer.php:515
54
+ msgid "Leave a reply"
55
+ msgstr "Lascia un commento"
56
+
57
+ #: ../super_socializer.php:606
58
+ msgid "Super Socializer - Social Avatar"
59
+ msgstr "Super Socializer - Social Avatar"
60
+
61
+ #: ../super_socializer.php:609
62
+ msgid "Small Avatar Url"
63
+ msgstr "Url Avatar Piccolo"
64
+
65
+ #: ../super_socializer.php:614
66
+ msgid "Large Avatar Url"
67
+ msgstr "URL Avatar Grande"
68
+
69
+ #: ../super_socializer.php:647
70
+ msgid "Email you entered is already registered or invalid"
71
+ msgstr "La email inserita è già registrata o non è valida"
72
+
73
+ #: ../super_socializer.php:651
74
+ msgid "Please enter a valid email address. You might be required to verify it"
75
+ msgstr "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta una verifica"
76
+
77
+ #: ../helper.php:8
78
+ msgid "Settings saved"
79
+ msgstr "Impostazioni salvate"
80
+
81
+ #: ../helper.php:8
82
+ msgid "Dismiss this notice"
83
+ msgstr "Rimuovi questo annuncio"
84
+
85
+ #: ../helper.php:150
86
+ msgid "Click to show help"
87
+ msgstr "Clicca per vedere l'aiuto"
88
+
89
+ #: ../helper.php:150
90
+ msgid "Click to hide help"
91
+ msgstr "Clicca per nascondere l'aiuto"
92
+
93
+ #: ../helper.php:190
94
+ msgid "Settings"
95
+ msgstr "Configurazioni"
96
+
97
+ #: ../helper.php:514
98
+ msgid "Account linked successfully"
99
+ msgstr "Account collegato correttamente"
100
+
101
+ #: ../helper.php:518
102
+ msgid "Account already exists or linked"
103
+ msgstr "Account esistente o già collegato"
104
+
105
+ #: ../helper.php:527
106
+ msgid "You are already connected with"
107
+ msgstr "Si è già connessi con"
108
+
109
+ #: ../helper.php:527
110
+ msgid "as primary social network"
111
+ msgstr "come rete sociale primaria"
112
+
113
+ #: ../helper.php:542
114
+ msgid "Link your social account to login to your account at this website"
115
+ msgstr "Collega il tuo social account per accedere al tuo account su questo sito"
116
+
117
+ #: ../helper.php:579
118
+ msgid "Currently"
119
+ msgstr "Attualmente"
120
+
121
+ #: ../helper.php:579
122
+ msgid "Remove"
123
+ msgstr "rimuovere"
124
+
125
+ #: ../helper.php:680
126
+ msgid "Disable Horizontal Social Sharing on this "
127
+ msgstr "Disabilita Social Sharing Orizzontale"
128
+
129
+ #: ../helper.php:685
130
+ msgid "Disable Vertical Social Sharing on this "
131
+ msgstr "Disabilita Social Sharing Verticale"
132
+
133
+ #: ../helper.php:690
134
+ msgid "Disable Horizontal like buttons on this "
135
+ msgstr "Disabilita i pulsanti orizzontali Mi-piace"
136
+
137
+ #: ../helper.php:695
138
+ msgid "Disable Vertical like buttons on this "
139
+ msgstr "Disabilita i pulsanti verticali Mi-piace"
140
+
141
+ #: ../helper.php:700
142
+ msgid "Disable Social Commenting on this "
143
+ msgstr "Disabilita Social Commenting"
144
+
145
+ #: ../helper.php:709
146
+ msgid "Horizontal sharing"
147
+ msgstr "Sharing Orizzontale"
148
+
149
+ #: ../helper.php:715
150
+ #: ../helper.php:734
151
+ msgid "Starting share count for "
152
+ msgstr "Avvio share count per"
153
+
154
+ #: ../helper.php:728
155
+ msgid "Vertical sharing"
156
+ msgstr "Vertical sharing"
157
+
158
+ #: ../admin/help.php:4
159
+ msgid "About"
160
+ msgstr "Chi Siamo"
161
+
162
+ #: ../admin/help.php:4
163
+ msgid "Version"
164
+ msgstr "Versione"
165
+
166
+ #: ../admin/help.php:6
167
+ msgid "by"
168
+ msgstr "da"
169
+
170
+ #: ../admin/help.php:7
171
+ msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
172
+ msgstr "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo quello che facciamo. Per maggiori informazioni unisciti a noi su"
173
+
174
+ #: ../admin/help.php:18
175
+ msgid "Plugin Demo"
176
+ msgstr "Dimostrazione del Plugin"
177
+
178
+ #: ../admin/help.php:24
179
+ msgid "Add-ons"
180
+ msgstr "Add-ons"
181
+
182
+ #: ../admin/help.php:29
183
+ msgid "Need Help?"
184
+ msgstr "Hai Bisogno di Aiuto?"
185
+
186
+ #: ../admin/help.php:31
187
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
188
+ msgstr "Se hai suggerimenti, domande. Se vuoi funzioni personalizzate per il plugin, posso realizzarle per te. Basta scrivermi via email a <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
189
+
190
+ #: ../admin/help.php:36
191
+ msgid "Support Us"
192
+ msgstr "Supportaci"
193
+
194
+ #: ../admin/help.php:39
195
+ #: ../admin/help.php:42
196
+ #: ../admin/help.php:43
197
+ #: ../admin/help.php:44
198
+ #: ../admin/help.php:45
199
+ #: ../admin/help.php:46
200
+ msgid "Rate 5-star"
201
+ msgstr "Rate 5-star"
202
+
203
+ #: ../admin/help.php:54
204
+ #: ../admin/social_sharing.php:438
205
+ #: ../admin/social_sharing.php:813
206
+ #: ../admin/social_login.php:85
207
+ msgid "Facebook"
208
+ msgstr "Facebook"
209
+
210
+ #: ../admin/social_sharing.php:5
211
+ msgid "Boost sharing by awarding points"
212
+ msgstr "Boost condivisione per l'attribuzione di punti"
213
+
214
+ #: ../admin/social_sharing.php:12
215
+ #: ../admin/social_sharing.php:23
216
+ #: ../admin/social_login.php:10
217
+ #: ../admin/social_login.php:18
218
+ #: ../admin/like_buttons.php:11
219
+ #: ../admin/like_buttons.php:19
220
+ msgid "Basic Configuration"
221
+ msgstr "Configurazione di Base"
222
+
223
+ #: ../admin/social_sharing.php:13
224
+ msgid "Sharing Interface"
225
+ msgstr "Interfaccia"
226
+
227
+ #: ../admin/social_sharing.php:14
228
+ msgid "Sharing Options"
229
+ msgstr "Opzioni"
230
+
231
+ #: ../admin/social_sharing.php:15
232
+ #: ../admin/social_sharing.php:1206
233
+ #: ../admin/social_login.php:12
234
+ #: ../admin/social_login.php:753
235
+ #: ../admin/like_buttons.php:13
236
+ #: ../admin/like_buttons.php:712
237
+ msgid "Shortcode & Widget"
238
+ msgstr "Shortcode & Widget"
239
+
240
+ #: ../admin/social_sharing.php:16
241
+ msgid "Troubleshooter"
242
+ msgstr "Risoluzione dei problemi"
243
+
244
+ #: ../admin/social_sharing.php:17
245
+ #: ../admin/social_sharing.php:1237
246
+ #: ../admin/social_commenting.php:12
247
+ #: ../admin/social_commenting.php:427
248
+ msgid "FAQ"
249
+ msgstr "FAQ"
250
+
251
+ #: ../admin/social_sharing.php:29
252
+ msgid "Enable Social Sharing"
253
+ msgstr "Abilita Social Sharing"
254
+
255
+ #: ../admin/social_sharing.php:39
256
+ msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
257
+ msgstr "Controllo Principale per Social Sharing. Dev'essere abilitato per attivare le funzionalitá Social Sharing"
258
+
259
+ #: ../admin/social_sharing.php:47
260
+ msgid "Delete all the options on plugin deletion"
261
+ msgstr "Elimina tutte le opzioni quando si cancella il plugin"
262
+
263
+ #: ../admin/social_sharing.php:57
264
+ msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
265
+ msgstr "Se questa opzione è abilitata, quando si cancella il plugin, le configurazioni saranno eliminate e, nel caso di una nuova istallazione, si dovranno riconfigurare di nuovo."
266
+
267
+ #: ../admin/social_sharing.php:72
268
+ msgid "Horizontal interface options"
269
+ msgstr "Opzioni Interfaccia Orizzontale"
270
+
271
+ #: ../admin/social_sharing.php:78
272
+ #: ../admin/social_sharing.php:156
273
+ msgid "Shape"
274
+ msgstr "Forma"
275
+
276
+ #: ../admin/social_sharing.php:86
277
+ #: ../admin/social_sharing.php:164
278
+ msgid "Round"
279
+ msgstr "Arrotondata"
280
+
281
+ #: ../admin/social_sharing.php:88
282
+ #: ../admin/social_sharing.php:166
283
+ msgid "Square"
284
+ msgstr "Quadrata"
285
+
286
+ #: ../admin/social_sharing.php:95
287
+ #: ../admin/social_sharing.php:173
288
+ msgid "Shape of the sharing icons"
289
+ msgstr "Forma delle icone"
290
+
291
+ #: ../admin/social_sharing.php:103
292
+ #: ../admin/social_sharing.php:181
293
+ msgid "Size (in pixels)"
294
+ msgstr "Dimensioni (in pixel)"
295
+
296
+ #: ../admin/social_sharing.php:121
297
+ #: ../admin/social_sharing.php:199
298
+ msgid "Size of the sharing icons"
299
+ msgstr "Dimensione delle icone"
300
+
301
+ #: ../admin/social_sharing.php:128
302
+ #: ../admin/social_sharing.php:206
303
+ msgid "Icon Preview"
304
+ msgstr "Anteprima Icona"
305
+
306
+ #: ../admin/social_sharing.php:142
307
+ #: ../admin/social_sharing.php:220
308
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
309
+ msgstr "Dopo aver apportato le modifiche, non dimenticate di salvare la configurazione, fare clic sul pulsante Salva in basso"
310
+
311
+ #: ../admin/social_sharing.php:150
312
+ msgid "Vertical interface options"
313
+ msgstr "Opzioni Interfaccia Verticale"
314
+
315
+ #: ../admin/social_sharing.php:234
316
+ msgid "Modernizr"
317
+ msgstr ""
318
+
319
+ #: ../admin/social_sharing.php:240
320
+ msgid "Do not load Modernizr JS"
321
+ msgstr "Non usare Modernizr JS"
322
+
323
+ #: ../admin/social_sharing.php:250
324
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
325
+ msgstr "Se il plugin compromette il vostro tema, si può provare ad abilitare questa opzione"
326
+
327
+ #: ../admin/social_sharing.php:259
328
+ #: ../admin/like_buttons.php:51
329
+ msgid "Url shortener"
330
+ msgstr "Url shortener"
331
+
332
+ #: ../admin/social_sharing.php:265
333
+ msgid "Use shortlinks already installed"
334
+ msgstr "Utilizza shortlinks già installati"
335
+
336
+ #: ../admin/social_sharing.php:275
337
+ #: ../admin/like_buttons.php:67
338
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
339
+ msgstr "Permette di utilizzare URL abbreviati quando c'è condivisione di contenuti e se è installato uno plugin shortening"
340
+
341
+ #: ../admin/social_sharing.php:283
342
+ msgid "Enable bit.ly url shortener for sharing"
343
+ msgstr "Abilita bit.ly url shortener per lo sharing"
344
+
345
+ #: ../admin/social_sharing.php:293
346
+ #: ../admin/like_buttons.php:85
347
+ msgid "Master control to enable bit.ly url shortening for sharing"
348
+ msgstr "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
349
+
350
+ #: ../admin/social_sharing.php:301
351
+ #: ../admin/like_buttons.php:93
352
+ msgid "bit.ly username"
353
+ msgstr "bit.ly username"
354
+
355
+ #: ../admin/social_sharing.php:311
356
+ #: ../admin/like_buttons.php:103
357
+ #, php-format
358
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
359
+ msgstr "Per ottenere il vostro username accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
360
+
361
+ #: ../admin/social_sharing.php:320
362
+ #: ../admin/like_buttons.php:112
363
+ msgid "bit.ly API Key"
364
+ msgstr "bit.ly API Key"
365
+
366
+ #: ../admin/social_sharing.php:330
367
+ #: ../admin/like_buttons.php:122
368
+ #, php-format
369
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
370
+ msgstr "Per ottenere la vostra API key accedete al vostro account bit.ly e andate a <a href=\"%s\" target=\"_blank\">questo link</a>"
371
+
372
+ #: ../admin/social_sharing.php:340
373
+ msgid "Twitter username in sharing"
374
+ msgstr "Username Twitter in sharing"
375
+
376
+ #: ../admin/social_sharing.php:346
377
+ msgid "Twitter username (without @)"
378
+ msgstr "Username Twitter (senza @)"
379
+
380
+ #: ../admin/social_sharing.php:356
381
+ msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
382
+ msgstr "La username fornita viene aggiunta dopo il contenuto condiviso come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
383
+
384
+ #: ../admin/social_sharing.php:366
385
+ msgid "Horizontal Sharing Interface Options"
386
+ msgstr "Opzioni Interfaccia Orizzontale"
387
+
388
+ #: ../admin/social_sharing.php:372
389
+ msgid "Enable horizontal sharing interface"
390
+ msgstr "Abilita l'interfaccia orizzontale"
391
+
392
+ #: ../admin/social_sharing.php:382
393
+ msgid "Master control to enable horizontal sharing"
394
+ msgstr "Controllo Principale per abilitare l'interfaccia orizzontale"
395
+
396
+ #: ../admin/social_sharing.php:392
397
+ #: ../admin/social_sharing.php:785
398
+ #: ../admin/like_buttons.php:227
399
+ #: ../admin/like_buttons.php:465
400
+ msgid "Target Url"
401
+ msgstr "URL di destinazione"
402
+
403
+ #: ../admin/social_sharing.php:396
404
+ #: ../admin/social_sharing.php:789
405
+ #: ../admin/like_buttons.php:231
406
+ #: ../admin/like_buttons.php:469
407
+ msgid "Url of the webpage where icons are located (default)"
408
+ msgstr "URL della pagina web in cui si trovano le icone (di default)"
409
+
410
+ #: ../admin/social_sharing.php:398
411
+ #: ../admin/social_sharing.php:791
412
+ #: ../admin/like_buttons.php:233
413
+ #: ../admin/like_buttons.php:471
414
+ msgid "Url of the homepage of your website"
415
+ msgstr "Url della homepage del tuo sito web"
416
+
417
+ #: ../admin/social_sharing.php:400
418
+ #: ../admin/social_sharing.php:793
419
+ #: ../admin/like_buttons.php:235
420
+ #: ../admin/like_buttons.php:473
421
+ msgid "Custom url"
422
+ msgstr "Url personalizzata"
423
+
424
+ #: ../admin/social_sharing.php:407
425
+ #: ../admin/social_sharing.php:800
426
+ msgid "Url to share"
427
+ msgstr "Url per condividere"
428
+
429
+ #: ../admin/social_sharing.php:415
430
+ #: ../admin/social_login.php:353
431
+ #: ../admin/like_buttons.php:250
432
+ msgid "Title"
433
+ msgstr "Titolo"
434
+
435
+ #: ../admin/social_sharing.php:425
436
+ msgid "The text to display above the sharing interface"
437
+ msgstr "Il testo da mostrare sopra l'interfaccia di sharing"
438
+
439
+ #: ../admin/social_sharing.php:433
440
+ #: ../admin/social_sharing.php:808
441
+ #: ../admin/social_login.php:80
442
+ msgid "Select providers"
443
+ msgstr "Scelta Providers"
444
+
445
+ #: ../admin/social_sharing.php:443
446
+ #: ../admin/social_sharing.php:818
447
+ #: ../admin/social_login.php:89
448
+ msgid "Twitter"
449
+ msgstr "Twitter"
450
+
451
+ #: ../admin/social_sharing.php:448
452
+ #: ../admin/social_sharing.php:823
453
+ #: ../admin/social_login.php:93
454
+ msgid "LinkedIn"
455
+ msgstr "LinkedIn"
456
+
457
+ #: ../admin/social_sharing.php:453
458
+ #: ../admin/social_sharing.php:828
459
+ #: ../admin/social_login.php:97
460
+ msgid "Google+"
461
+ msgstr "Google+"
462
+
463
+ #: ../admin/social_sharing.php:458
464
+ #: ../admin/social_sharing.php:833
465
+ msgid "Print"
466
+ msgstr "Stampa"
467
+
468
+ #: ../admin/social_sharing.php:463
469
+ #: ../admin/social_sharing.php:838
470
+ msgid "Email"
471
+ msgstr "Email"
472
+
473
+ #: ../admin/social_sharing.php:468
474
+ #: ../admin/social_sharing.php:843
475
+ msgid "Yahoo"
476
+ msgstr "Yahoo"
477
+
478
+ #: ../admin/social_sharing.php:473
479
+ #: ../admin/social_sharing.php:848
480
+ msgid "Reddit"
481
+ msgstr "Reddit"
482
+
483
+ #: ../admin/social_sharing.php:478
484
+ #: ../admin/social_sharing.php:853
485
+ msgid "Digg"
486
+ msgstr "Digg"
487
+
488
+ #: ../admin/social_sharing.php:483
489
+ #: ../admin/social_sharing.php:858
490
+ msgid "Delicious"
491
+ msgstr "Delicious"
492
+
493
+ #: ../admin/social_sharing.php:488
494
+ #: ../admin/social_sharing.php:863
495
+ msgid "StumbleUpon"
496
+ msgstr "StumbleUpon"
497
+
498
+ #: ../admin/social_sharing.php:493
499
+ #: ../admin/social_sharing.php:868
500
+ msgid "Float it"
501
+ msgstr "Float it"
502
+
503
+ #: ../admin/social_sharing.php:498
504
+ #: ../admin/social_sharing.php:873
505
+ msgid "Tumblr"
506
+ msgstr "Tumblr"
507
+
508
+ #: ../admin/social_sharing.php:503
509
+ #: ../admin/social_sharing.php:878
510
+ #: ../admin/social_login.php:101
511
+ msgid "Vkontakte"
512
+ msgstr "Vkontakte"
513
+
514
+ #: ../admin/social_sharing.php:508
515
+ #: ../admin/social_sharing.php:883
516
+ msgid "Pinterest"
517
+ msgstr "Pinterest"
518
+
519
+ #: ../admin/social_sharing.php:513
520
+ #: ../admin/social_sharing.php:888
521
+ #: ../admin/social_login.php:109
522
+ msgid "Xing"
523
+ msgstr ""
524
+
525
+ #: ../admin/social_sharing.php:518
526
+ #: ../admin/social_sharing.php:893
527
+ msgid "Whatsapp"
528
+ msgstr ""
529
+
530
+ #: ../admin/social_sharing.php:523
531
+ #: ../admin/social_sharing.php:898
532
+ msgid "Yummly"
533
+ msgstr ""
534
+
535
+ #: ../admin/social_sharing.php:528
536
+ #: ../admin/social_sharing.php:903
537
+ msgid "Buffer"
538
+ msgstr ""
539
+
540
+ #: ../admin/social_sharing.php:536
541
+ #: ../admin/social_sharing.php:911
542
+ msgid "Select the providers for sharing interface"
543
+ msgstr "Seleziona i provider per la interfaccia sharing"
544
+
545
+ #: ../admin/social_sharing.php:544
546
+ #: ../admin/social_sharing.php:919
547
+ msgid "Rearrange icons"
548
+ msgstr "Riorganizza le icone"
549
+
550
+ #: ../admin/social_sharing.php:576
551
+ #: ../admin/social_sharing.php:951
552
+ msgid "Drag the icons to rearrange in desired order"
553
+ msgstr "Trascina le icone per riordinare"
554
+
555
+ #: ../admin/social_sharing.php:584
556
+ #: ../admin/social_sharing.php:977
557
+ #: ../admin/like_buttons.php:320
558
+ #: ../admin/like_buttons.php:557
559
+ msgid "Horizontal alignment"
560
+ msgstr "Allineamento orizzontale"
561
+
562
+ #: ../admin/social_sharing.php:588
563
+ #: ../admin/social_sharing.php:981
564
+ #: ../admin/like_buttons.php:324
565
+ #: ../admin/like_buttons.php:561
566
+ msgid "Left"
567
+ msgstr "Sinistra"
568
+
569
+ #: ../admin/social_sharing.php:589
570
+ #: ../admin/like_buttons.php:325
571
+ msgid "Center"
572
+ msgstr "centro"
573
+
574
+ #: ../admin/social_sharing.php:590
575
+ #: ../admin/social_sharing.php:982
576
+ #: ../admin/like_buttons.php:326
577
+ #: ../admin/like_buttons.php:562
578
+ msgid "Right"
579
+ msgstr "Destra"
580
+
581
+ #: ../admin/social_sharing.php:598
582
+ #: ../admin/social_sharing.php:990
583
+ msgid "Horizontal alignment of the sharing interface"
584
+ msgstr "Allineamento orizzontale della interfaccia sharing"
585
+
586
+ #: ../admin/social_sharing.php:606
587
+ #: ../admin/like_buttons.php:342
588
+ msgid "Position with respect to content"
589
+ msgstr "Posizione rispetto al contenuto"
590
+
591
+ #: ../admin/social_sharing.php:610
592
+ #: ../admin/like_buttons.php:346
593
+ msgid "Top of the content"
594
+ msgstr "Parte superiore del contenuto"
595
+
596
+ #: ../admin/social_sharing.php:612
597
+ #: ../admin/like_buttons.php:348
598
+ msgid "Bottom of the content"
599
+ msgstr "Parte inferiore del contenuto"
600
+
601
+ #: ../admin/social_sharing.php:619
602
+ msgid "Specify position of the sharing interface with respect to the content"
603
+ msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
604
+
605
+ #: ../admin/social_sharing.php:627
606
+ #: ../admin/social_sharing.php:1056
607
+ msgid "Sharing location"
608
+ msgstr "Abilita su:"
609
+
610
+ #: ../admin/social_sharing.php:631
611
+ #: ../admin/social_sharing.php:1060
612
+ #: ../admin/social_login.php:613
613
+ #: ../admin/social_login.php:643
614
+ #: ../admin/like_buttons.php:367
615
+ #: ../admin/like_buttons.php:640
616
+ msgid "Homepage"
617
+ msgstr "Homepage"
618
+
619
+ #: ../admin/social_sharing.php:633
620
+ #: ../admin/social_sharing.php:1062
621
+ #: ../admin/like_buttons.php:369
622
+ #: ../admin/like_buttons.php:642
623
+ msgid "Posts"
624
+ msgstr "Post"
625
+
626
+ #: ../admin/social_sharing.php:635
627
+ #: ../admin/social_sharing.php:1064
628
+ #: ../admin/like_buttons.php:371
629
+ #: ../admin/like_buttons.php:644
630
+ msgid "Pages"
631
+ msgstr "Pagine"
632
+
633
+ #: ../admin/social_sharing.php:637
634
+ #: ../admin/social_sharing.php:1066
635
+ msgid "Excerpts (at Homepage)"
636
+ msgstr "Estratti (in homepage)"
637
+
638
+ #: ../admin/social_sharing.php:639
639
+ #: ../admin/social_sharing.php:1068
640
+ #: ../admin/like_buttons.php:375
641
+ #: ../admin/like_buttons.php:648
642
+ msgid "Category Archives"
643
+ msgstr "Archivi di categorie"
644
+
645
+ #: ../admin/social_sharing.php:641
646
+ #: ../admin/social_sharing.php:1070
647
+ #: ../admin/like_buttons.php:377
648
+ #: ../admin/like_buttons.php:650
649
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
650
+ msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
651
+
652
+ #: ../admin/social_sharing.php:657
653
+ #: ../admin/like_buttons.php:393
654
+ msgid "BuddyPress activity and groups"
655
+ msgstr "Attività BuddyPress e gruppi"
656
+
657
+ #: ../admin/social_sharing.php:663
658
+ #: ../admin/social_sharing.php:1085
659
+ #: ../admin/like_buttons.php:400
660
+ #: ../admin/like_buttons.php:665
661
+ msgid "BBPress forum"
662
+ msgstr ""
663
+
664
+ #: ../admin/social_sharing.php:666
665
+ #: ../admin/social_sharing.php:1088
666
+ #: ../admin/like_buttons.php:403
667
+ #: ../admin/like_buttons.php:668
668
+ msgid "BBPress topic"
669
+ msgstr "Argomento BBPress"
670
+
671
+ #: ../admin/social_sharing.php:669
672
+ #: ../admin/like_buttons.php:406
673
+ msgid "BBPress reply"
674
+ msgstr "Risposta BBPress"
675
+
676
+ #: ../admin/social_sharing.php:676
677
+ #: ../admin/like_buttons.php:412
678
+ msgid "After individual product at WooCommerce Shop page"
679
+ msgstr "Dopo il singolo prodotto nella pagina Shop WooCommerce"
680
+
681
+ #: ../admin/social_sharing.php:679
682
+ #: ../admin/like_buttons.php:415
683
+ msgid "WooCommerce Product Page"
684
+ msgstr "WooCommerce Pagina Prodotto"
685
+
686
+ #: ../admin/social_sharing.php:682
687
+ #: ../admin/like_buttons.php:418
688
+ msgid "WooCommerce Thankyou Page"
689
+ msgstr "WooCommerce Pagina Thankyou"
690
+
691
+ #: ../admin/social_sharing.php:693
692
+ msgid "Specify the pages where you want to enable Sharing interface"
693
+ msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
694
+
695
+ #: ../admin/social_sharing.php:701
696
+ #: ../admin/social_sharing.php:1106
697
+ msgid "Show share counts"
698
+ msgstr "Mostra quantitá di condivisioni"
699
+
700
+ #: ../admin/social_sharing.php:711
701
+ #: ../admin/social_sharing.php:1116
702
+ msgid "If enabled, share counts are displayed above sharing icons."
703
+ msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato sopra le icone condivise"
704
+
705
+ #: ../admin/social_sharing.php:720
706
+ #: ../admin/social_sharing.php:1125
707
+ msgid "Show total shares"
708
+ msgstr "Mostra totale condivisioni"
709
+
710
+ #: ../admin/social_sharing.php:730
711
+ #: ../admin/social_sharing.php:1135
712
+ msgid "If enabled, total shares will be displayed with sharing icons"
713
+ msgstr "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con le icone condivise"
714
+
715
+ #: ../admin/social_sharing.php:739
716
+ #: ../admin/social_sharing.php:1144
717
+ msgid "Enable 'More' icon"
718
+ msgstr "Abilita icona 'More'"
719
+
720
+ #: ../admin/social_sharing.php:749
721
+ #: ../admin/social_sharing.php:1154
722
+ msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
723
+ msgstr "Se questa opzione è abilitata, l'icona \"More\" sarà visualizzata dopo le icone sharing selezionate e mostrerà in un popup altri sharing networks disponibili"
724
+
725
+ #: ../admin/social_sharing.php:759
726
+ msgid "Vertical (Floating) Sharing Interface Options"
727
+ msgstr "Opzioni Interfaccia Verticale (Floating)"
728
+
729
+ #: ../admin/social_sharing.php:765
730
+ msgid "Enable vertical (floating) sharing interface"
731
+ msgstr "Abilita interfaccia verticale (floating)"
732
+
733
+ #: ../admin/social_sharing.php:775
734
+ msgid "Master control to enable vertical (floating) sharing widget"
735
+ msgstr "Controllo Principale per abilitare lo sharing widget verticale (floating)"
736
+
737
+ #: ../admin/social_sharing.php:959
738
+ #: ../admin/like_buttons.php:539
739
+ msgid "Background Color"
740
+ msgstr "Colore Background"
741
+
742
+ #: ../admin/social_sharing.php:969
743
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
744
+ msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della sharing bar verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
745
+
746
+ #: ../admin/social_sharing.php:999
747
+ #: ../admin/like_buttons.php:579
748
+ msgid "Left offset"
749
+ msgstr "Left offset"
750
+
751
+ #: ../admin/social_sharing.php:1009
752
+ msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
753
+ msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra. Il Numero può anche essere negativo."
754
+
755
+ #: ../admin/social_sharing.php:1019
756
+ #: ../admin/like_buttons.php:599
757
+ msgid "Right offset"
758
+ msgstr "Right offset"
759
+
760
+ #: ../admin/social_sharing.php:1029
761
+ msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
762
+ msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra.Il Numero può anche essere negativo."
763
+
764
+ #: ../admin/social_sharing.php:1038
765
+ #: ../admin/like_buttons.php:618
766
+ msgid "Top offset"
767
+ msgstr "Top offset"
768
+
769
+ #: ../admin/social_sharing.php:1048
770
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
771
+ msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
772
+
773
+ #: ../admin/social_sharing.php:1098
774
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
775
+ msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
776
+
777
+ #: ../admin/social_sharing.php:1162
778
+ msgid "Stick sharing bar horizontally at bottom on mobile devices"
779
+ msgstr "Sui dispositivi mobili, incolla la sharing bar in basso e in orizzontale"
780
+
781
+ #: ../admin/social_sharing.php:1172
782
+ msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
783
+ msgstr "Sui dispositivi mobili, l'interfaccia di condivisione verticale, si attacca in basso orizzontalmente"
784
+
785
+ #: ../admin/social_sharing.php:1181
786
+ msgid "Hide sharing on mobile devices"
787
+ msgstr "Nascondi la condivisione sui dispositivi mobili"
788
+
789
+ #: ../admin/social_sharing.php:1191
790
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
791
+ msgstr "Se questa opzione è abilitata, l'interfaccia di condivisione verticale non apparirà sui dispositivi mobili"
792
+
793
+ #: ../admin/social_sharing.php:1208
794
+ msgid "Social Sharing Shortcode & Widget"
795
+ msgstr "Shortcode & Widget"
796
+
797
+ #: ../admin/social_sharing.php:1218
798
+ msgid "Facebook Sharing Troubleshooter"
799
+ msgstr "Risoluzione dei problemi Facebook Sharing"
800
+
801
+ #: ../admin/social_sharing.php:1223
802
+ msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
803
+ msgstr "Se la condivisione di Facebook non funziona bene, fai un clic sul collegamento che segue e inserisci nell'area di testo la url del tuo sito web che ti ha dato i problemi (dove quindi la condivisione di Facebook non ha funzionato bene):"
804
+
805
+ #: ../admin/social_sharing.php:1239
806
+ msgid "How can I show share counts of my website rather than of individual pages/posts?"
807
+ msgstr "Come posso mostrare conteggi del mio sito web, piuttosto che di singole pagine/post?"
808
+
809
+ #: ../admin/social_sharing.php:1240
810
+ msgid "How can I disable sharing on particular page/post?"
811
+ msgstr "Come è possibile disattivare la condivisione di una pagina/post in particolare?"
812
+
813
+ #: ../admin/social_sharing.php:1241
814
+ msgid "How can I specify minimum sharing count for sharing networks?"
815
+ msgstr "Come faccio a specificare il conteggio minimo di sharing per la condivisione di reti?"
816
+
817
+ #: ../admin/social_sharing.php:1251
818
+ #: ../admin/social_commenting.php:438
819
+ #: ../admin/social_login.php:765
820
+ #: ../admin/like_buttons.php:723
821
+ msgid "Save Changes"
822
+ msgstr "Salva le modifiche"
823
+
824
+ #: ../admin/social_commenting.php:10
825
+ msgid "Social Commenting"
826
+ msgstr "Social Commenting"
827
+
828
+ #: ../admin/social_commenting.php:11
829
+ #: ../admin/social_commenting.php:415
830
+ msgid "Shortcode"
831
+ msgstr "Shortcode"
832
+
833
+ #: ../admin/social_commenting.php:18
834
+ msgid "General Options"
835
+ msgstr "Opzioni Generali"
836
+
837
+ #: ../admin/social_commenting.php:24
838
+ msgid "Enable Social Commenting"
839
+ msgstr "Abilita Social Commenting"
840
+
841
+ #: ../admin/social_commenting.php:34
842
+ msgid "Master control to enable Social Commenting"
843
+ msgstr "Controllo Principale per abilitare Social Commenting"
844
+
845
+ #: ../admin/social_commenting.php:42
846
+ msgid "Order of tabs in commenting interface"
847
+ msgstr "Ordine delle schede nell'interfaccia commenti"
848
+
849
+ #: ../admin/social_commenting.php:52
850
+ msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
851
+ msgstr "Ordine delle schede mostrate nell'interfaccia commenti. Il valore predefinito è wordpress,facebook,googleplus,disqus"
852
+
853
+ #: ../admin/social_commenting.php:60
854
+ msgid "Comment area label"
855
+ msgstr "Etichetta Commento"
856
+
857
+ #: ../admin/social_commenting.php:70
858
+ msgid "Label for comment area"
859
+ msgstr "Etichetta per Area Commenti"
860
+
861
+ #: ../admin/social_commenting.php:83
862
+ msgid "Enable Social Commenting at"
863
+ msgstr "Abilita Social Commenting su"
864
+
865
+ #: ../admin/social_commenting.php:102
866
+ msgid "Specify the page/post groups where you want to enable Social Commenting"
867
+ msgstr "Specificare i gruppi pagina/post in cui si desidera abilitare Social Commenting"
868
+
869
+ #: ../admin/social_commenting.php:114
870
+ msgid "Labels"
871
+ msgstr "Etichette"
872
+
873
+ #: ../admin/social_commenting.php:119
874
+ msgid "Label for WordPress Commenting tab"
875
+ msgstr "Etichetta per WordPress Commenting"
876
+
877
+ #: ../admin/social_commenting.php:128
878
+ msgid "Label for Facebook Commenting tab"
879
+ msgstr "Etichetta per Facebook Commenting"
880
+
881
+ #: ../admin/social_commenting.php:137
882
+ msgid "Label for G+ Commenting tab"
883
+ msgstr "Etichetta per G+ Commenting"
884
+
885
+ #: ../admin/social_commenting.php:146
886
+ msgid "Label for Disqus Commenting tab"
887
+ msgstr "Etichetta per Disqus Commenting"
888
+
889
+ #: ../admin/social_commenting.php:157
890
+ msgid "Facebook Commenting Options"
891
+ msgstr "Opzioni Facebook Commenting"
892
+
893
+ #: ../admin/social_commenting.php:163
894
+ msgid "Enable Facebook Comments notification and moderation"
895
+ msgstr "Commenti Facebook - notifiche e moderazione"
896
+
897
+ #: ../admin/social_commenting.php:171
898
+ #: ../admin/social_commenting.php:181
899
+ msgid "Enable Facebook Commenting"
900
+ msgstr "Abilita Facebook Commenting"
901
+
902
+ #: ../admin/social_commenting.php:189
903
+ #: ../admin/social_commenting.php:347
904
+ msgid "Url to comment on"
905
+ msgstr "Url per commenti"
906
+
907
+ #: ../admin/social_commenting.php:199
908
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
909
+ msgstr "La URL assoluta a la quale i commentii pubblicati saranno associati permanentemente. Discussioni su Facebook relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(Consigliato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
910
+
911
+ #: ../admin/social_commenting.php:207
912
+ #: ../admin/social_commenting.php:329
913
+ msgid "Width"
914
+ msgstr "Larghezza"
915
+
916
+ #: ../admin/social_commenting.php:217
917
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
918
+ msgstr "La larghezza (in pixel) del Blocco Commenti. Lasciare vuoto per auto-regolare la dimensione."
919
+
920
+ #: ../admin/social_commenting.php:225
921
+ msgid "Color Scheme"
922
+ msgstr "Combinazione di colori"
923
+
924
+ #: ../admin/social_commenting.php:229
925
+ msgid "Light"
926
+ msgstr "Chiaro"
927
+
928
+ #: ../admin/social_commenting.php:230
929
+ msgid "Dark"
930
+ msgstr "Scuro"
931
+
932
+ #: ../admin/social_commenting.php:238
933
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
934
+ msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
935
+
936
+ #: ../admin/social_commenting.php:246
937
+ msgid "Number of comments"
938
+ msgstr "Numero di commenti"
939
+
940
+ #: ../admin/social_commenting.php:256
941
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
942
+ msgstr "Numero di commenti mostrati. Il valore minimo é 1. Il valore Predefinito é 10"
943
+
944
+ #: ../admin/social_commenting.php:264
945
+ msgid "Order by"
946
+ msgstr "Ordina per"
947
+
948
+ #: ../admin/social_commenting.php:268
949
+ msgid "Social"
950
+ msgstr "Social"
951
+
952
+ #: ../admin/social_commenting.php:269
953
+ msgid "Reverse Time"
954
+ msgstr "Tempo Invertito"
955
+
956
+ #: ../admin/social_commenting.php:270
957
+ msgid "Time"
958
+ msgstr "Tempo"
959
+
960
+ #: ../admin/social_commenting.php:278
961
+ msgid "The order to use when displaying comments."
962
+ msgstr "L'ordine da usare quando si mostrano i commenti."
963
+
964
+ #: ../admin/social_commenting.php:286
965
+ #: ../admin/like_buttons.php:132
966
+ #: ../admin/like_buttons.php:138
967
+ msgid "Language"
968
+ msgstr "Lingua"
969
+
970
+ #: ../admin/social_commenting.php:296
971
+ #, php-format
972
+ msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
973
+ msgstr "Inserire il codice della lingua che si vuole usare per mostrare i commenti. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
974
+
975
+ #: ../admin/social_commenting.php:305
976
+ msgid "Google Plus Commenting Options"
977
+ msgstr "Opzioni Google Plus Commenting"
978
+
979
+ #: ../admin/social_commenting.php:311
980
+ #: ../admin/social_commenting.php:321
981
+ msgid "Enable Google Plus Commenting"
982
+ msgstr "Abilita Google+ Commenting"
983
+
984
+ #: ../admin/social_commenting.php:339
985
+ msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
986
+ msgstr "Larghezza dell'interfaccia GooglePlus Commenting. Lasciare vuoto per una regolazione automatica"
987
+
988
+ #: ../admin/social_commenting.php:357
989
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
990
+ msgstr "La URL assoluta alla quale i commenti pubblicati saranno associati permanentemente. Discussioni su Google+ relazionati ai commenti pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commenti sono abilitati."
991
+
992
+ #: ../admin/social_commenting.php:366
993
+ msgid "Disqus Commenting Options"
994
+ msgstr "Opzioni Disqus Commenting"
995
+
996
+ #: ../admin/social_commenting.php:372
997
+ #: ../admin/social_commenting.php:382
998
+ msgid "Enable Disqus Commenting"
999
+ msgstr "Abilita Disqus Commenting"
1000
+
1001
+ #: ../admin/social_commenting.php:390
1002
+ msgid "Disqus Shortname"
1003
+ msgstr ""
1004
+
1005
+ #: ../admin/social_commenting.php:400
1006
+ msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1007
+ msgstr "<strong> Richiesto per usare Disqus commenting.</strong> Per ulteriori informazioni, visitare il seguente link."
1008
+
1009
+ #: ../admin/social_commenting.php:417
1010
+ msgid "Social Commenting Shortcode"
1011
+ msgstr "Social Commenting Shortcode"
1012
+
1013
+ #: ../admin/social_commenting.php:429
1014
+ msgid "How can I disable Social Commenting at individual page/post?"
1015
+ msgstr "Come è possibile disattivare Social Commenting in una singola pagina/post?"
1016
+
1017
+ #: ../admin/social_commenting.php:430
1018
+ msgid "How to disable default comment form from Social Commenting?"
1019
+ msgstr "Come posso disattivare il commento predefinito da Social Commenting?"
1020
+
1021
+ #: ../admin/social_login.php:3
1022
+ msgid "Award points for Social Login"
1023
+ msgstr "Punti Premio per il Social Accedi"
1024
+
1025
+ #: ../admin/social_login.php:11
1026
+ msgid "Social Login"
1027
+ msgstr "Social Login"
1028
+
1029
+ #: ../admin/social_login.php:24
1030
+ msgid "Enable Social Login"
1031
+ msgstr "Abilita \"Social Login\""
1032
+
1033
+ #: ../admin/social_login.php:34
1034
+ msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1035
+ msgstr "Controllo Principale per Social Login. Dev'essere abilitato per attivare le funzionalitá di Social Login"
1036
+
1037
+ #: ../admin/social_login.php:42
1038
+ msgid "Disable user registration via Social Login"
1039
+ msgstr "Disabilitare la registrazione degli utenti attraverso i social login"
1040
+
1041
+ #: ../admin/social_login.php:52
1042
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1043
+ msgstr "Dopo l'attivazione di questa opzione, i nuovi utenti non saranno in grado di accedere tramite login sociale. Solo gli utenti esistenti potranno login sociale."
1044
+
1045
+ #: ../admin/social_login.php:61
1046
+ #, fuzzy
1047
+ msgid "Redirection url"
1048
+ msgstr "Reindirizzamento Login"
1049
+
1050
+ #: ../admin/social_login.php:71
1051
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1052
+ msgstr "Utente verrà reindirizzato a questa pagina dopo tentativo di registrazione infruttuoso via Sociale Login. È possibile specificare l'URL del modulo di registrazione o di un messaggio di pagina che mostra in materia di registrazione disabile attraverso Sociale Login."
1053
+
1054
+ #: ../admin/social_login.php:105
1055
+ msgid "Instagram"
1056
+ msgstr "Instagram"
1057
+
1058
+ #: ../admin/social_login.php:117
1059
+ msgid "Select Social ID provider to enable in Social Login"
1060
+ msgstr "Per abilitare Social Login devi selezionare almeno un Social Provider "
1061
+
1062
+ #: ../admin/social_login.php:125
1063
+ msgid "Facebook App ID"
1064
+ msgstr "Facebook App ID"
1065
+
1066
+ #: ../admin/social_login.php:135
1067
+ #, php-format
1068
+ msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1069
+ msgstr "Necessario per far funzionare Facebook Social Login. Per ottenere la Facebook App ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1070
+
1071
+ #: ../admin/social_login.php:137
1072
+ msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1073
+ msgstr "Incolla la seguente URL nelle opzioni <strong>Site URL</ strong> al link indicato"
1074
+
1075
+ #: ../admin/social_login.php:147
1076
+ msgid "Twitter API Key"
1077
+ msgstr "Twitter API Key"
1078
+
1079
+ #: ../admin/social_login.php:157
1080
+ #, php-format
1081
+ msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1082
+ msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questa pagina</a>"
1083
+
1084
+ #: ../admin/social_login.php:159
1085
+ #: ../admin/social_login.php:181
1086
+ msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1087
+ msgstr "Incolla la seguente URL nelle opzioni <strong>Website</ strong> e <strong>Callback URL</ strong> al link indicato"
1088
+
1089
+ #: ../admin/social_login.php:169
1090
+ msgid "Twitter API Secret"
1091
+ msgstr "Twitter API Secret"
1092
+
1093
+ #: ../admin/social_login.php:179
1094
+ #, php-format
1095
+ msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1096
+ msgstr "Necessario per far funzionare Twitter Social Login. Per ottenere la Twitter API Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1097
+
1098
+ #: ../admin/social_login.php:191
1099
+ msgid "LinkedIn API Key"
1100
+ msgstr "LinkedIn API Key"
1101
+
1102
+ #: ../admin/social_login.php:201
1103
+ #, php-format
1104
+ msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1105
+ msgstr "Necessario per far funzionare LinkedIn Social Login. Per ottenere la LinkedIn API Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1106
+
1107
+ #: ../admin/social_login.php:203
1108
+ #: ../admin/social_login.php:269
1109
+ msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1110
+ msgstr "Incolla la seguente URL nelle opzioni <strong>Website URL</ strong> al link indicato"
1111
+
1112
+ #: ../admin/social_login.php:213
1113
+ msgid "Google+ Client ID"
1114
+ msgstr "Google+ Client ID"
1115
+
1116
+ #: ../admin/social_login.php:223
1117
+ #, php-format
1118
+ msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1119
+ msgstr "Necessario per far funzionare GooglePlus Social Login. Per ottenere il GooglePlus Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1120
+
1121
+ #: ../admin/social_login.php:225
1122
+ msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1123
+ msgstr "Incolla la seguente URL nelle opzioni <strong>AUTHORIZED JAVASCRIPT ORIGINS</ strong> e <strong>AUTHORIZED REDIRECT URI</ strong> al link indicato"
1124
+
1125
+ #: ../admin/social_login.php:235
1126
+ msgid "Vkontakte Application ID"
1127
+ msgstr "Vkontakte App ID"
1128
+
1129
+ #: ../admin/social_login.php:245
1130
+ #, php-format
1131
+ msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1132
+ msgstr "Necessario per far funzionare Vkontakte Social Login. Per ottenere la Vkontakte Application ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1133
+
1134
+ #: ../admin/social_login.php:247
1135
+ msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1136
+ msgstr "Incolla la seguente URL nelle opzioni <strong>Site address</ strong> al link indicato"
1137
+
1138
+ #: ../admin/social_login.php:257
1139
+ msgid "Instagram Client ID"
1140
+ msgstr "Instagram Client ID"
1141
+
1142
+ #: ../admin/social_login.php:267
1143
+ #, php-format
1144
+ msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1145
+ msgstr "Necessario per far funzionare Instagram Social Login. Per ottenere l'Instagram Client ID, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1146
+
1147
+ #: ../admin/social_login.php:279
1148
+ msgid "Xing Consumer Key"
1149
+ msgstr ""
1150
+
1151
+ #: ../admin/social_login.php:289
1152
+ #, php-format
1153
+ msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1154
+ msgstr "Necessario per far funzionare Xing Social Login. Per ottenere la Xing Consumer Key, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1155
+
1156
+ #: ../admin/social_login.php:291
1157
+ #: ../admin/social_login.php:313
1158
+ msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1159
+ msgstr "Incolla la seguente URL nelle opzioni <strong>Callback domain</ strong> al link indicato"
1160
+
1161
+ #: ../admin/social_login.php:301
1162
+ msgid "Xing Consumer Secret"
1163
+ msgstr ""
1164
+
1165
+ #: ../admin/social_login.php:311
1166
+ #, php-format
1167
+ msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1168
+ msgstr "Necessario per far funzionare Xing Social Login to work. per ottenere la Xing Consumer Secret, consulta la documentazione che trovi su <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
1169
+
1170
+ #: ../admin/social_login.php:323
1171
+ msgid "Include Javascript in website footer"
1172
+ msgstr "Includi Javascript nel footer del sito web"
1173
+
1174
+ #: ../admin/social_login.php:333
1175
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1176
+ msgstr "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi nel footer del tuo sito web."
1177
+
1178
+ #: ../admin/social_login.php:347
1179
+ msgid "Login options"
1180
+ msgstr "Opzioni di Login"
1181
+
1182
+ #: ../admin/social_login.php:363
1183
+ msgid "Text to display above the Social Login interface"
1184
+ msgstr "Testo da mostrare sopra l'interfaccia Social Login"
1185
+
1186
+ #: ../admin/social_login.php:372
1187
+ msgid "Enable at login page"
1188
+ msgstr "Attiva nella pagina di Login"
1189
+
1190
+ #: ../admin/social_login.php:382
1191
+ msgid "Social Login interface will get enabled at the login page of your website"
1192
+ msgstr "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
1193
+
1194
+ #: ../admin/social_login.php:390
1195
+ msgid "Enable at register page"
1196
+ msgstr "Abilita nella pagina di registrazione"
1197
+
1198
+ #: ../admin/social_login.php:400
1199
+ msgid "Social Login interface will get enabled at the registration page of your website"
1200
+ msgstr "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo sito web"
1201
+
1202
+ #: ../admin/social_login.php:408
1203
+ msgid "Enable at comment form"
1204
+ msgstr "Attiva nel form dei commenti"
1205
+
1206
+ #: ../admin/social_login.php:418
1207
+ msgid "Social Login interface will get enabled at your Wordpress Comment form"
1208
+ msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
1209
+
1210
+ #: ../admin/social_login.php:432
1211
+ msgid "Enable before WooCommerce Customer Login Form"
1212
+ msgstr "Abilita prima del form Customer Login di WooCommerce"
1213
+
1214
+ #: ../admin/social_login.php:442
1215
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1216
+ msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, prima del Form di Login."
1217
+
1218
+ #: ../admin/social_login.php:450
1219
+ msgid "Enable after WooCommerce Customer Login Form"
1220
+ msgstr "Abilita dopo il form Customer Login di WooCommerce"
1221
+
1222
+ #: ../admin/social_login.php:460
1223
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1224
+ msgstr "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di Woocommerce, dopo il Form di Login."
1225
+
1226
+ #: ../admin/social_login.php:468
1227
+ msgid "Enable at WooCommerce checkout page"
1228
+ msgstr "Abilita nella pagina checkout di WooCommerce"
1229
+
1230
+ #: ../admin/social_login.php:478
1231
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1232
+ msgstr "L'Interfaccia Social Login si attiverá nella pagina di Checkout di Woocommerce"
1233
+
1234
+ #: ../admin/social_login.php:489
1235
+ msgid "Auto-approve comments made by Social Login users"
1236
+ msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
1237
+
1238
+ #: ../admin/social_login.php:499
1239
+ msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1240
+ msgstr "Se questa opzione é attivata, e i commenti WordPress sono fatti da utenti che hanno avuto accesso tramite Social Login, il commento sará approvato immediatamente senza nessuna possibilitá di moderazione."
1241
+
1242
+ #: ../admin/social_login.php:500
1243
+ msgid "Note: This is not related to Facebook comments"
1244
+ msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
1245
+
1246
+ #: ../admin/social_login.php:510
1247
+ msgid "Enable social avatar"
1248
+ msgstr "Abilita Avatar"
1249
+
1250
+ #: ../admin/social_login.php:520
1251
+ msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1252
+ msgstr "Le immagini del profilo degli utenti registrati verranno visualizzate come avatar del profilo sul tuo sito"
1253
+
1254
+ #: ../admin/social_login.php:530
1255
+ msgid "Avatar quality"
1256
+ msgstr "Qualità Avatar"
1257
+
1258
+ #: ../admin/social_login.php:533
1259
+ msgid "Average"
1260
+ msgstr "Media"
1261
+
1262
+ #: ../admin/social_login.php:534
1263
+ msgid "Best"
1264
+ msgstr "Migliore"
1265
+
1266
+ #: ../admin/social_login.php:541
1267
+ msgid "Choose avatar quality"
1268
+ msgstr "Scelta qualità Avatar"
1269
+
1270
+ #: ../admin/social_login.php:560
1271
+ msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1272
+ msgstr "Se questa opzione é abilitata e il Social ID provider non da informazioni sull'email dell'utente durante la login, verrà chiesto all'utente di completare questa informazione. In caso contrario, sará generata una email fittizia"
1273
+
1274
+ #: ../admin/social_login.php:569
1275
+ msgid "Send username-password after user registration"
1276
+ msgstr "Invia username-password dopo la registrazione dell'utente"
1277
+
1278
+ #: ../admin/social_login.php:579
1279
+ msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1280
+ msgstr "Se questa opzione è abilitata, dopo la registrazione attraverso Social Login, sará inviata all'utente una email con le informazioni necessarie per accedere attraverso il metodo tradizionale (codice d'accesso e password)"
1281
+
1282
+ #: ../admin/social_login.php:588
1283
+ msgid "Enable social account linking at BuddyPress profile page"
1284
+ msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
1285
+
1286
+ #: ../admin/social_login.php:598
1287
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1288
+ msgstr "Attiva questa opzione per visualizzare l'interfaccia social account linking nella pagina di profilo BuddyPress"
1289
+
1290
+ #: ../admin/social_login.php:607
1291
+ msgid "Login redirection"
1292
+ msgstr "Reindirizzamento Login"
1293
+
1294
+ #: ../admin/social_login.php:611
1295
+ msgid "Same page where user logged in"
1296
+ msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1297
+
1298
+ #: ../admin/social_login.php:615
1299
+ #: ../admin/social_login.php:645
1300
+ msgid "Account dashboard"
1301
+ msgstr "Pannello Account"
1302
+
1303
+ #: ../admin/social_login.php:618
1304
+ #: ../admin/social_login.php:648
1305
+ msgid "BuddyPress profile page"
1306
+ msgstr "Pagina di profilo BuddyPress"
1307
+
1308
+ #: ../admin/social_login.php:621
1309
+ #: ../admin/social_login.php:651
1310
+ msgid "Custom Url"
1311
+ msgstr "Url personalizzata"
1312
+
1313
+ #: ../admin/social_login.php:629
1314
+ msgid "User will be redirected to the selected page after Social Login"
1315
+ msgstr "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
1316
+
1317
+ #: ../admin/social_login.php:637
1318
+ msgid "Registration redirection"
1319
+ msgstr "Reindirizzamento Registratione"
1320
+
1321
+ #: ../admin/social_login.php:641
1322
+ msgid "Same page from where user registered"
1323
+ msgstr "La stessa pagina dove l'utente si è registrato"
1324
+
1325
+ #: ../admin/social_login.php:659
1326
+ msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1327
+ msgstr "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione (il primo Social Login) tramite il Social Login"
1328
+
1329
+ #: ../admin/social_login.php:667
1330
+ msgid "Email popup options"
1331
+ msgstr "Opzioni del popup 'Email Obbligatoria'"
1332
+
1333
+ #: ../admin/social_login.php:673
1334
+ msgid "Text on 'Email required' popup"
1335
+ msgstr "Testo del pop-up"
1336
+
1337
+ #: ../admin/social_login.php:683
1338
+ msgid "This text will be displayed on email required popup. Leave empty if not required."
1339
+ msgstr "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in bianco se non si vuole utilizzare."
1340
+
1341
+ #: ../admin/social_login.php:692
1342
+ msgid "Error message for 'Email required' popup"
1343
+ msgstr "Messaggio d'errore"
1344
+
1345
+ #: ../admin/social_login.php:702
1346
+ msgid "This message will be displayed to user if it provides invalid or already registered email"
1347
+ msgstr "Questo é il testo che verrà mostrato all'utente nel caso inserisca un indirizzo email non valido o già registrato."
1348
+
1349
+ #: ../admin/social_login.php:711
1350
+ msgid "Email popup height"
1351
+ msgstr "Altezza pop-up Email"
1352
+
1353
+ #: ../admin/social_login.php:721
1354
+ msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1355
+ msgstr "Se state vedendo la barra di scorrimento verticale nel pop-up \"Email Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in questa opzione. Lasciare vuoto per l'impostazione predefinita."
1356
+
1357
+ #: ../admin/social_login.php:729
1358
+ msgid "Enable email verification"
1359
+ msgstr "Abilita verifica email"
1360
+
1361
+ #: ../admin/social_login.php:739
1362
+ msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1363
+ msgstr "Se questa opzione è abilitata, l'indirizzo e-mail fornito dall'utente varrà verificato mediante l'invio di un link all' indirizzo e-mail specificato. L'utente non potrà accedere senza aver effettuato la procedura di verifica."
1364
+
1365
+ #: ../admin/social_login.php:755
1366
+ msgid "Social Login Shortcode & Widget"
1367
+ msgstr "Shortcode & Widget"
1368
+
1369
+ #: ../admin/social_login.php:756
1370
+ msgid "Social Linking Shortcode"
1371
+ msgstr ""
1372
+
1373
+ #: ../admin/admin.php:8
1374
+ msgid "Welcome"
1375
+ msgstr "Benvenuto"
1376
+
1377
+ #: ../admin/admin.php:10
1378
+ msgid "You are ready to Socialize your website."
1379
+ msgstr " Preparati a \"Socializzare\" il tuo sito web."
1380
+
1381
+ #: ../admin/admin.php:11
1382
+ msgid "Getting Started"
1383
+ msgstr "Per Cominciare"
1384
+
1385
+ #: ../admin/admin.php:12
1386
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1387
+ msgstr "Comincia configurando le opzioni nelle sezioni sotto il menu <strong>Super Socializer</strong> nella sidebar di sinistra. <strong>Social Sharing</strong> é abilitata come impostazione predefinita nel tuo sito web."
1388
+
1389
+ #: ../admin/admin.php:13
1390
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1391
+ msgstr "Nella sezione <strong>Social Commenting</strong>, puoi configurare i Social Commenting."
1392
+
1393
+ #: ../admin/admin.php:14
1394
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1395
+ msgstr "Nella sezione <strong>Social Login</strong>, puoi selezionare i Social Network e configurare le opzioni disponibili."
1396
+
1397
+ #: ../admin/admin.php:15
1398
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1399
+ msgstr "Nella sezione <strong>Social Sharing</strong>, puoi scegliere i Social Network per la Condivisione e configurarne le sue opzioni."
1400
+
1401
+ #: ../admin/admin.php:16
1402
+ msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1403
+ msgstr "Nella sezione <strong>Pulsanti Mi-Piace</strong>, puoi scegliere i pulsanti Mi-Piace/+1 e configurarne le opzioni"
1404
+
1405
+ #: ../admin/like_buttons.php:12
1406
+ msgid "Like Buttons"
1407
+ msgstr "Pulsanti Mi-Piace"
1408
+
1409
+ #: ../admin/like_buttons.php:25
1410
+ msgid "Enable Like Buttons"
1411
+ msgstr "Attiva Pulsanti Mi-Piace"
1412
+
1413
+ #: ../admin/like_buttons.php:35
1414
+ msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1415
+ msgstr "Controllo Principale per i pulsanti Mi-Piace. Dev'essere abilitato per attivare le funzionalitá dei pulsanti Mi-Piace"
1416
+
1417
+ #: ../admin/like_buttons.php:57
1418
+ msgid "Use shortlinks already installed, for tweet button"
1419
+ msgstr "Per pulsante Tweet, utilizza shortlinks già installati."
1420
+
1421
+ #: ../admin/like_buttons.php:75
1422
+ msgid "Enable bit.ly url shortener for tweet button"
1423
+ msgstr "Abilita bit.ly url shortener per pulsante Tweet"
1424
+
1425
+ #: ../admin/like_buttons.php:148
1426
+ #, php-format
1427
+ msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1428
+ msgstr "Inserire il codice della lingua che si vuole usare perrender counters. I codici dei differenti linguaggi si possono trovare su <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua predefinita"
1429
+
1430
+ #: ../admin/like_buttons.php:157
1431
+ msgid "Twitter Username"
1432
+ msgstr "Twitter Username"
1433
+
1434
+ #: ../admin/like_buttons.php:163
1435
+ msgid "Twitter username for Tweet (without @)"
1436
+ msgstr "Username Twitter per Tweet (senza @)"
1437
+
1438
+ #: ../admin/like_buttons.php:173
1439
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1440
+ msgstr "La username fornita viene aggiunta dopo il contenuto del tweet come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1441
+
1442
+ #: ../admin/like_buttons.php:182
1443
+ msgid "Twitter username for Buffer sharing (without @)"
1444
+ msgstr "Username Twitter per Buffer sharing (senza @)"
1445
+
1446
+ #: ../admin/like_buttons.php:192
1447
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1448
+ msgstr "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come \"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
1449
+
1450
+ #: ../admin/like_buttons.php:201
1451
+ msgid "Horizontal Interface Options"
1452
+ msgstr "Opzioni Interfaccia Orizzontale"
1453
+
1454
+ #: ../admin/like_buttons.php:207
1455
+ msgid "Enable horizontal interface"
1456
+ msgstr "Abilita interfaccia orizzontale"
1457
+
1458
+ #: ../admin/like_buttons.php:217
1459
+ msgid "Master control to enable horizontal like buttons"
1460
+ msgstr "Controllo Principale per abilitare i pulsanti orizzontali Mi-Piace"
1461
+
1462
+ #: ../admin/like_buttons.php:242
1463
+ #: ../admin/like_buttons.php:480
1464
+ msgid "Url to like/share/tweet and display like/share/tweet counts"
1465
+ msgstr "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
1466
+
1467
+ #: ../admin/like_buttons.php:260
1468
+ msgid "The text to display above the interface"
1469
+ msgstr "Il testo che sarà mostrato sopra l'interfaccia"
1470
+
1471
+ #: ../admin/like_buttons.php:268
1472
+ #: ../admin/like_buttons.php:488
1473
+ msgid "Select and rearrange providers"
1474
+ msgstr "Seleziona e riorganizza i provider"
1475
+
1476
+ #: ../admin/like_buttons.php:312
1477
+ #: ../admin/like_buttons.php:531
1478
+ msgid "Select the providers for interface. Drag them to rearrange."
1479
+ msgstr "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
1480
+
1481
+ #: ../admin/like_buttons.php:334
1482
+ #: ../admin/like_buttons.php:570
1483
+ msgid "Horizontal alignment of the interface"
1484
+ msgstr "Allineamento orizzontale dell'interfaccia"
1485
+
1486
+ #: ../admin/like_buttons.php:355
1487
+ msgid "Specify position of the interface with respect to the content"
1488
+ msgstr "Specificare la posizione dell'interfaccia rispetto al contenuto"
1489
+
1490
+ #: ../admin/like_buttons.php:363
1491
+ #: ../admin/like_buttons.php:636
1492
+ msgid "Interface location"
1493
+ msgstr "Posizione Interfaccia"
1494
+
1495
+ #: ../admin/like_buttons.php:373
1496
+ #: ../admin/like_buttons.php:646
1497
+ msgid "Excerpts"
1498
+ msgstr "Estratti"
1499
+
1500
+ #: ../admin/like_buttons.php:429
1501
+ msgid "Specify the pages where you want to enable interface"
1502
+ msgstr "Specifica le pagine in cui si desidera attivare l'interfaccia"
1503
+
1504
+ #: ../admin/like_buttons.php:439
1505
+ msgid "Vertical (Floating) like buttons Options"
1506
+ msgstr "Opzioni Pulsanti Verticali (Floating)"
1507
+
1508
+ #: ../admin/like_buttons.php:445
1509
+ msgid "Enable vertical (floating) like buttons"
1510
+ msgstr "Abilita pulsanti verticali Mi-Piace (floating)"
1511
+
1512
+ #: ../admin/like_buttons.php:455
1513
+ msgid "Master control to enable vertical (floating) counter widget"
1514
+ msgstr "Controllo Principale per abilitare il counter widget verticale (floating)"
1515
+
1516
+ #: ../admin/like_buttons.php:549
1517
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1518
+ msgstr "Specifica il colore o il codice hex (esempio #cc78e0) per il background della barra verticale. Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1519
+
1520
+ #: ../admin/like_buttons.php:589
1521
+ msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1522
+ msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può anche essere negativo."
1523
+
1524
+ #: ../admin/like_buttons.php:609
1525
+ msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1526
+ msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può anche essere negativo."
1527
+
1528
+ #: ../admin/like_buttons.php:628
1529
+ msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1530
+ msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1531
+
1532
+ #: ../admin/like_buttons.php:678
1533
+ msgid "Specify the pages where you want to enable vertical interface"
1534
+ msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia verticale"
1535
+
1536
+ #: ../admin/like_buttons.php:686
1537
+ msgid "Hide like buttons on mobile devices"
1538
+ msgstr "Nascondi i pulsanti Mi-piace sui dispositivi mobili"
1539
+
1540
+ #: ../admin/like_buttons.php:696
1541
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1542
+ msgstr "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno sui dispositivi mobili"
1543
+
1544
+ #: ../admin/like_buttons.php:714
1545
+ msgid "Like Buttons Shortcode & Widget"
1546
+ msgstr "Pulsanti Shortcode & Widget"
1547
+
1548
+ #: ../inc/shortcode.php:245
1549
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1550
+ msgstr "Abilita Social Login nella sezione \"Configurazione di base\" che si trova nella pagina \"Super Socializer > Social Login\" del pannello di amministrazione"
1551
+
1552
+ #: ../inc/social_sharing.php:598
1553
+ msgid "Invalid request"
1554
+ msgstr "Domanda non valida"
1555
+
1556
+ #: ../inc/social_sharing.php:605
1557
+ msgid "Providers not selected"
1558
+ msgstr "Providers non selezionati"
1559
+
1560
+ #: ../inc/social_login.php:232
1561
+ #, php-format
1562
+ msgid "Username: %s"
1563
+ msgstr "Nome utente: %s"
1564
+
1565
+ #: ../inc/social_login.php:233
1566
+ #, php-format
1567
+ msgid "Password: %s"
1568
+ msgstr "Password: %s"
1569
+
1570
+ #: ../inc/social_login.php:236
1571
+ #, php-format
1572
+ msgid "[%s] Your username and password"
1573
+ msgstr "[%s] Il tuo nome utente e password"
1574
+
1575
+ #: ../inc/widget.php:11
1576
+ msgid "Super Socializer - Login"
1577
+ msgstr "Super Socializer - Login"
1578
+
1579
+ #: ../inc/widget.php:13
1580
+ msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1581
+ msgstr "Permetti agli utenti del tuo sito web di accedere/registrarsi usando i loro Social ID Provider favoriti, come Facebook, Twitter, Goolge+, LinkedIn"
1582
+
1583
+ #: ../inc/widget.php:47
1584
+ msgid "Log Out"
1585
+ msgstr "Log Out"
1586
+
1587
+ #: ../inc/widget.php:78
1588
+ msgid "Make sure Social Login is enabled at \"Super Socializer > Social Login\" page."
1589
+ msgstr "Assicurati che \"Social Login \" sia abilitato alla pagina \"Super Socializer> Social Login\"."
1590
+
1591
+ #: ../inc/widget.php:79
1592
+ #: ../inc/widget.php:219
1593
+ #: ../inc/widget.php:524
1594
+ msgid "Title:"
1595
+ msgstr "Titolo:"
1596
+
1597
+ #: ../inc/widget.php:81
1598
+ #: ../inc/widget.php:233
1599
+ #: ../inc/widget.php:534
1600
+ msgid "Before widget content:"
1601
+ msgstr "Prima del contenuto del widget:"
1602
+
1603
+ #: ../inc/widget.php:83
1604
+ #: ../inc/widget.php:235
1605
+ #: ../inc/widget.php:536
1606
+ msgid "After widget content:"
1607
+ msgstr "Dopo il contenuto del widget:"
1608
+
1609
+ #: ../inc/widget.php:86
1610
+ #: ../inc/widget.php:237
1611
+ #: ../inc/widget.php:401
1612
+ #: ../inc/widget.php:538
1613
+ #: ../inc/widget.php:688
1614
+ msgid "Hide for logged in users:"
1615
+ msgstr "Nascondi per gli utenti loggati:"
1616
+
1617
+ #: ../inc/widget.php:105
1618
+ msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1619
+ msgstr "Widget Sharing Orizzontale. Lascia condividire agli utenti i contenuti del tuo sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ e molti altri"
1620
+
1621
+ #: ../inc/widget.php:218
1622
+ msgid "Make sure \"Horizontal Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1623
+ msgstr "Assicurati che \"Social Sharing Orizzontale\" sia abilitato alla pagina \"Super Socializer> Social Sharing\"."
1624
+
1625
+ #: ../inc/widget.php:221
1626
+ #: ../inc/widget.php:370
1627
+ msgid "Show individual share counts:"
1628
+ msgstr "Mostra conteggi condivisioni individuali:"
1629
+
1630
+ #: ../inc/widget.php:223
1631
+ #: ../inc/widget.php:372
1632
+ msgid "Show total shares:"
1633
+ msgstr "Mostra totale condivisioni:"
1634
+
1635
+ #: ../inc/widget.php:225
1636
+ #: ../inc/widget.php:374
1637
+ #: ../inc/widget.php:526
1638
+ #: ../inc/widget.php:661
1639
+ msgid "Target Url:"
1640
+ msgstr "URL di destinazione:"
1641
+
1642
+ #: ../inc/widget.php:227
1643
+ #: ../inc/widget.php:376
1644
+ #: ../inc/widget.php:528
1645
+ #: ../inc/widget.php:663
1646
+ msgid "Select"
1647
+ msgstr "Selezionare"
1648
+
1649
+ #: ../inc/widget.php:256
1650
+ msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1651
+ msgstr "Vertical floating sharing widget. Lascia condividire agli utenti i contenuti del tuo sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, Google+, e molti altri"
1652
+
1653
+ #: ../inc/widget.php:369
1654
+ msgid "Make sure \"Vertical Social Sharing\" is enabled at \"Super Socializer > Social Sharing\" page."
1655
+ msgstr "Assicurati che \"Social Sharing Verticale\" sia abilitato alla pagina \"Super Socializer> Social Sharing\"."
1656
+
1657
+ #: ../inc/widget.php:382
1658
+ #: ../inc/widget.php:669
1659
+ msgid "Alignment"
1660
+ msgstr "Allineamento"
1661
+
1662
+ #: ../inc/widget.php:388
1663
+ #: ../inc/widget.php:675
1664
+ msgid "Left Offset"
1665
+ msgstr "Left Offset"
1666
+
1667
+ #: ../inc/widget.php:392
1668
+ #: ../inc/widget.php:679
1669
+ msgid "Right Offset"
1670
+ msgstr "Right Offset"
1671
+
1672
+ #: ../inc/widget.php:395
1673
+ #: ../inc/widget.php:682
1674
+ msgid "Top Offset"
1675
+ msgstr "Top Offset"
1676
+
1677
+ #: ../inc/widget.php:420
1678
+ msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1679
+ msgstr "Widget Pulsanti Orizzontali Mi-Piace. Lascia condividire/piacere agli utenti i contenuti del tuo sito web nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti altri"
1680
+
1681
+ #: ../inc/widget.php:523
1682
+ msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1683
+ msgstr "Assicurati che i \"Pulsanti orizzontali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
1684
+
1685
+ #: ../inc/widget.php:557
1686
+ msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1687
+ msgstr "Vertical floating like buttons widget. Lascia condividire/like agli utenti i contenuti del tuo sito web nei Social networks più popolari come Facebook, Twitter, Tumblr, Google+, e molti altri"
1688
+
1689
+ #: ../inc/widget.php:660
1690
+ msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1691
+ msgstr "Assicurati che i \"Pulsanti Verticali Mi-Piace\" siano abilitati nella pagina \"Super Socializer > Pulsanti Mi-Piace\"."
1692
+
1693
+ #~ msgid "Better"
1694
+ #~ msgstr "Migliore"
1695
+
1696
+ #~ msgid "Options saved successfully"
1697
+ #~ msgstr "Opzioni salvate correttamente"
1698
+
1699
+ #~ msgid ""
1700
+ #~ "Make sure Social Login is enabled from \"Super Socializer > Social Login"
1701
+ #~ "\" page."
1702
+ #~ msgstr ""
1703
+ #~ "Assicurarsi che Social Login sia abilitato nella pagina \"Super "
1704
+ #~ "Socializer> Social Login\"."
1705
+
1706
+ #~ msgid ""
1707
+ #~ "Make sure \"Horizontal Social Sharing\" is enabled from \"Super "
1708
+ #~ "Socializer > Social Sharing\" page."
1709
+ #~ msgstr ""
1710
+ #~ "Assicurarsi che \"Horizontal Social Sharing\" sia abilitata nella pagina "
1711
+ #~ "\"Super Socializer> Social Sharing\"."
1712
+
1713
+ #~ msgid ""
1714
+ #~ "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer "
1715
+ #~ "> Social Sharing\" page."
1716
+ #~ msgstr ""
1717
+ #~ "Assicurarsi che \"Vertical Social Sharing\" sia abilitata nella pagina "
1718
+ #~ "\"Super Socializer > Social Sharing\"."
1719
+
1720
+ #~ msgid "You can see the plugin in action at following link"
1721
+ #~ msgstr "Puoi vedere il plugin in azione seguendo il successivo collegamento"
1722
+
1723
+ #, fuzzy
1724
+ #~ msgid ""
1725
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1726
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1727
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1728
+ #~ msgstr ""
1729
+ #~ "Se ti piace il mio plugin o hai una proposta, puoi scrivermi una email a "
1730
+ #~ "<a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</"
1731
+ #~ "a>, o dare un \"mi-piace\" alle mie pagine <strong>Facebook</strong> e "
1732
+ #~ "seguire il mio <strong>Twitter</strong>."
1733
+
1734
+ #~ msgid "Want plugin customization?"
1735
+ #~ msgstr "Voui una personalizzazione del plugin?"
1736
+
1737
+ #~ msgid ""
1738
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1739
+ #~ "Facebook Comments notification and moderation."
1740
+ #~ msgstr ""
1741
+ #~ "<strong>Megjegyzés:</strong> írj egy e-mailt a support@heateor.com ahhoz "
1742
+ #~ "Facebook Comments bejelentési és mértékkel."
1743
+
1744
+ #~ msgid "Mobile"
1745
+ #~ msgstr "Mobile"
1746
+
1747
+ #~ msgid "Auto Detect"
1748
+ #~ msgstr "Rilevare automaticamente"
1749
+
1750
+ #~ msgid "True"
1751
+ #~ msgstr "Vero"
1752
+
1753
+ #~ msgid "False"
1754
+ #~ msgstr "Falso"
1755
+
1756
+ #~ msgid ""
1757
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1758
+ #~ "version or not."
1759
+ #~ msgstr ""
1760
+ #~ "Un valore booleano che specifica se si mostrará la versione ottimizata "
1761
+ #~ "per cellulari o no. "
1762
+
1763
+ #, fuzzy
1764
+ #~ msgid "Sortcode & Widget"
1765
+ #~ msgstr "Codice Corto & Widget"
1766
+
1767
+ #~ msgid "Twitter username in tweet button"
1768
+ #~ msgstr "Il nome d'utente di Twitter nel bottone Twitter"
1769
+
1770
+ #~ msgid ""
1771
+ #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1772
+ #~ "redirect_uri</strong> options at the link mentioned"
1773
+ #~ msgstr ""
1774
+ #~ "Incollare seguente URL in <strong>Website</ strong> e <strong> OAuth "
1775
+ #~ "redirect_uri </ strong> e cenare presso il link citato"
1776
+
1777
+ #~ msgid ""
1778
+ #~ "I am a tech enthusiast. I like to play with code and build great stuff "
1779
+ #~ "(and like to call myself - The Champ....:) ). You can connect with me "
1780
+ #~ "(and my upcoming work) via:"
1781
+ #~ msgstr ""
1782
+ #~ "Io sono un entusiasta della tecnologia. Mi piace programmare e costruire "
1783
+ #~ "cose belle (e mi piace chiamarmi - Il Campione....:) ). Ti puoi "
1784
+ #~ "collegarti con me (e il mio futuro lavoro) attraverso:"
1785
+
1786
+ #~ msgid "Plugin Fan Page"
1787
+ #~ msgstr "Pagina Plugin Fan"
1788
+
1789
+ #~ msgid "My Fan Page"
1790
+ #~ msgstr "La pagina dei miei Fan"
1791
+
1792
+ #, fuzzy
1793
+ #~ msgid "Social Counter"
1794
+ #~ msgstr "Contatore Sociale"
1795
+
1796
+ #~ msgid ""
1797
+ #~ "Master control for Social Counter. It must be checked to enable Social "
1798
+ #~ "Counter functionality"
1799
+ #~ msgstr ""
1800
+ #~ "Controllo Maestro per il Contatore Sociale. Dev'essere marcato per il "
1801
+ #~ "buon funzionamento del Contatore Sociale"
1802
+
1803
+ #~ msgid ""
1804
+ #~ "<strong>Note:</strong> To disable counter on particular page/post, edit "
1805
+ #~ "that page/post and check the options at the bottom in <strong>\"Super "
1806
+ #~ "Socializer\"</strong> section"
1807
+ #~ msgstr ""
1808
+ #~ "<strong>Nota:</strong> per disabilitare il Contatore in pagine o posts "
1809
+ #~ "particolari, edita la pagina o il post in riguardo e controlla le opzioni "
1810
+ #~ "al basso della sezione <strong>\"Super Socializzatore\"</strong>"
1811
+
1812
+ #~ msgid ""
1813
+ #~ "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content "
1814
+ #~ "of required page/post where you want to display Social Counter interface."
1815
+ #~ msgstr ""
1816
+ #~ "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel "
1817
+ #~ "contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale "
1818
+ #~ "apparesca."
1819
+
1820
+ #~ msgid "Example"
1821
+ #~ msgstr "Esempio"
1822
+
1823
+ #~ msgid "You can use following attributes in the Shortcode"
1824
+ #~ msgstr "Puoi usare i siguenti attributi nel Codigo breve"
1825
+
1826
+ #~ msgid ""
1827
+ #~ "Use <strong>style</strong> attribute to style the rendered Social Counter "
1828
+ #~ "interface"
1829
+ #~ msgstr ""
1830
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
1831
+ #~ "Contatore Sociale"
1832
+
1833
+ #, fuzzy
1834
+ #~ msgid ""
1835
+ #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1836
+ #~ "or \"vertical\") of Social Counter interface. Default type is \"horizontal"
1837
+ #~ "\"."
1838
+ #~ msgstr ""
1839
+ #~ "Utilizza l'attributo <strong>type</strong> para specificare il tipo "
1840
+ #~ "(\"horizontal\" o \"vertical\") del Contatore Sociale. Predefinito é "
1841
+ #~ "\"horizontal\"."
1842
+
1843
+ #~ msgid "Left (Works with \"Vertical\" type interface only)"
1844
+ #~ msgstr "Left (funziona solo con il tipo \"verticale\")"
1845
+
1846
+ #~ msgid ""
1847
+ #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1848
+ #~ "form the left side of the screen) of Social Counter interface."
1849
+ #~ msgstr ""
1850
+ #~ "Usa l'attributo <strong>left</strong> per specificare la compensazione a "
1851
+ #~ "sinistra dell'interfaccia del Contatore (distanza del lato sinistro del "
1852
+ #~ "schermo)."
1853
+
1854
+ #~ msgid "Top (Works with \"Vertical\" type interface only)"
1855
+ #~ msgstr "Top (funziona solo con il tipo \"verticale\")"
1856
+
1857
+ #, fuzzy
1858
+ #~ msgid ""
1859
+ #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1860
+ #~ "form the top of the screen) of Social Counter interface."
1861
+ #~ msgstr ""
1862
+ #~ "Usa l'attributo <strong>top</strong> per specificare la compensazione "
1863
+ #~ "dall'alto dell'interfaccia del Contatore (distanza dal lato superiore "
1864
+ #~ "dello schermo)."
1865
+
1866
+ #, fuzzy
1867
+ #~ msgid "Use <strong>url</strong> attribute to specify the url to be liked"
1868
+ #~ msgstr ""
1869
+ #~ "Usa l'attributo <strong>style</strong> per cambiare lo stile del Social "
1870
+ #~ "Counter"
1871
+
1872
+ #, fuzzy
1873
+ #~ msgid "You can use shortcode in PHP file as following"
1874
+ #~ msgstr "Puoi usare i Codici brevi nei documenti PHP como segue"
1875
+
1876
+ #~ msgid ""
1877
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
1878
+ #~ "shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]"
1879
+ #~ "</strong>, so the final code looks like following"
1880
+ #~ msgstr ""
1881
+ #~ "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice "
1882
+ #~ "breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</"
1883
+ #~ "strong>, il codigo finale si presenta come segue"
1884
+
1885
+ #~ msgid "Widget"
1886
+ #~ msgstr "Widget"
1887
+
1888
+ #~ msgid ""
1889
+ #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
1890
+ #~ "strong> section in the left pan and drag <strong>Super Socializer - "
1891
+ #~ "Counter (Horizontal Widget)</strong> and <strong>Super Socializer - "
1892
+ #~ "Counter (Vertical Floating Widget)</strong> widgets in the required area."
1893
+ #~ msgstr ""
1894
+ #~ "Puoi navigare alla sezione <strong>Appearence</strong> > <strong>Widgets</"
1895
+ #~ "strong> nella vaschetta sinistra e posizionare i widget <strong>Super "
1896
+ #~ "Socializer - Counter (Horizontal Widget)</strong> e <strong>Super "
1897
+ #~ "Socializer - Counter (Vertical Floating Widget)</strong> nell'area "
1898
+ #~ "desiderata."
1899
+
1900
+ #, fuzzy
1901
+ #~ msgid ""
1902
+ #~ "How can I show like counts of my website rather than of individual pages/"
1903
+ #~ "posts?"
1904
+ #~ msgstr ""
1905
+ #~ "Como posso mostrare la quantitá di condivisoni del mio sito web invece di "
1906
+ #~ "solo pagine uniche?"
1907
+
1908
+ #, fuzzy
1909
+ #~ msgid ""
1910
+ #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
1911
+ #~ msgstr ""
1912
+ #~ "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione "
1913
+ #~ "\"Target URL \" e attivare \"Mostra condividere conta \""
1914
+
1915
+ #, fuzzy
1916
+ #~ msgid "How can I disable social counter on particular page/post?"
1917
+ #~ msgstr ""
1918
+ #~ "Como posso mostrare la quantitá di condivisoni del mio sito web invece di "
1919
+ #~ "solo pagine uniche?"
1920
+
1921
+ #, fuzzy
1922
+ #~ msgid ""
1923
+ #~ "Edit that page/post and check the options at the bottom in \"Super "
1924
+ #~ "Socializer\" section"
1925
+ #~ msgstr ""
1926
+ #~ "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook "
1927
+ #~ "Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
1928
+
1929
+ #~ msgid "Social Sharing"
1930
+ #~ msgstr "Condivisione Sociale"
1931
+
1932
+ #, fuzzy
1933
+ #~ msgid ""
1934
+ #~ "<strong>Note:</strong> To disable sharing and specify minimum share "
1935
+ #~ "counts per social network on particular page/post, edit that page/post "
1936
+ #~ "and check the options at the bottom in <strong>\"Super Socializer\"</"
1937
+ #~ "strong> section"
1938
+ #~ msgstr ""
1939
+ #~ "<strong>Nota:</strong> per disabilitare la condivisione sociale in pagine "
1940
+ #~ "o pubblicazioni particolari, edita la pagina o la pubblicazione in "
1941
+ #~ "riguardo e controlla le opzioni al basso della sezione <strong>\"Super "
1942
+ #~ "Socializer\"</strong>"
1943
+
1944
+ #~ msgid ""
1945
+ #~ "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content "
1946
+ #~ "of required page/post where you want to display Social Sharing interface."
1947
+ #~ msgstr ""
1948
+ #~ "Puoi utilizzare il codice breve <strong>[TheChamp-Sharing]</strong> nel "
1949
+ #~ "contenuto della pagina o del post dove vuoi che si mostra l'iterfaccia di "
1950
+ #~ "condivisione sociale"
1951
+
1952
+ #~ msgid ""
1953
+ #~ "Use <strong>style</strong> attribute to style the rendered Social Sharing "
1954
+ #~ "interface"
1955
+ #~ msgstr ""
1956
+ #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
1957
+ #~ "di condivisione sociale"
1958
+
1959
+ #~ msgid ""
1960
+ #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1961
+ #~ "or \"vertical\") of Social Sharing interface. Default type is \"horizontal"
1962
+ #~ "\"."
1963
+ #~ msgstr ""
1964
+ #~ "Utilizza l'attributo <strong>type</strong> per specificare il tipo "
1965
+ #~ "(\"horizontal\" o \"vertical\") dell'interfaccia di condivisione sociale. "
1966
+ #~ "Predefinito é \"horizontal\"."
1967
+
1968
+ #, fuzzy
1969
+ #~ msgid ""
1970
+ #~ "Use <strong>count</strong> attribute to enable the share counts on Social "
1971
+ #~ "Sharing interface"
1972
+ #~ msgstr ""
1973
+ #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
1974
+ #~ "di condivisione sociale"
1975
+
1976
+ #, fuzzy
1977
+ #~ msgid "left (Works with \"Vertical\" type interface only)"
1978
+ #~ msgstr "Left (funziona solo con il tipo \"verticale\")"
1979
+
1980
+ #~ msgid ""
1981
+ #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1982
+ #~ "form the left side of the screen) of Social Sharing interface."
1983
+ #~ msgstr ""
1984
+ #~ "Usa l'attributo <strong>left</strong> per specificare la posizione "
1985
+ #~ "dell'interfaccia di condivisione sociale in relazione al margine sinistro "
1986
+ #~ "dello schermo."
1987
+
1988
+ #, fuzzy
1989
+ #~ msgid "top (Works with \"Vertical\" type interface only)"
1990
+ #~ msgstr "Top (funziona solo con il tipo \"verticale\")"
1991
+
1992
+ #~ msgid ""
1993
+ #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1994
+ #~ "form the top of the screen) of Social Sharing interface."
1995
+ #~ msgstr ""
1996
+ #~ "Usa l'attributo <strong>top</strong> per specificare la posizione "
1997
+ #~ "dell'interfaccia di condivisione sociale in relazione al margine "
1998
+ #~ "superiore dello schermo."
1999
+
2000
+ #, fuzzy
2001
+ #~ msgid "Use <strong>url</strong> attribute to specify the url to be shared"
2002
+ #~ msgstr ""
2003
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
2004
+ #~ "Contatore Sociale"
2005
+
2006
+ #~ msgid ""
2007
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2008
+ #~ "shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]"
2009
+ #~ "</strong>, so the final code looks like following"
2010
+ #~ msgstr ""
2011
+ #~ "Rimpiazza <strong>SHORTCODE</strong> nel codice antecedente con il codice "
2012
+ #~ "breve necessario come <strong>[TheChamp-Sharing style=\"background-color:"
2013
+ #~ "#000;\"]</strong>, il codice finale si presenterá come segue"
2014
+
2015
+ #~ msgid ""
2016
+ #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2017
+ #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2018
+ #~ "Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - "
2019
+ #~ "Sharing (Vertical Floating Widget)</strong> widgets in the required area."
2020
+ #~ msgstr ""
2021
+ #~ "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</"
2022
+ #~ "strong>nella vaschetta di sinistra e muovere i widget <strong>Super-"
2023
+ #~ "Socializer - Sharing (Horizontal Widget)</strong> e <strong>Super "
2024
+ #~ "Socializer - Sharing (Vertical Floating Widget)strong> nell'area "
2025
+ #~ "necessitata."
2026
+
2027
+ #~ msgid ""
2028
+ #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option "
2029
+ #~ "and enable \"Show share counts\" option"
2030
+ #~ msgstr ""
2031
+ #~ "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione "
2032
+ #~ "\"Target URL \" e attivare \"Mostra condividere conta \""
2033
+
2034
+ #, fuzzy
2035
+ #~ msgid ""
2036
+ #~ "After enabling this option, Facebook commenting will appear before "
2037
+ #~ "Wordpress comment form at your website"
2038
+ #~ msgstr ""
2039
+ #~ "Dopo d'abilitare questa opzione, Commentando con Facebook sará "
2040
+ #~ "visualizzato in luogo del formulario di Commento di Wordpress nel tuo "
2041
+ #~ "sito Web."
2042
+
2043
+ #~ msgid "Keep only Facebook Commenting"
2044
+ #~ msgstr "Conservare solo i Commenti di Facebook"
2045
+
2046
+ #, fuzzy
2047
+ #~ msgid ""
2048
+ #~ "If enabled, only Facebook commenting would be visible without default "
2049
+ #~ "comment form"
2050
+ #~ msgstr ""
2051
+ #~ "Se abilitato, solo Commentando con Facebook sará visualizzato, senza la "
2052
+ #~ "opzione di cambiare ai Commenti WordPress"
2053
+
2054
+ #, fuzzy
2055
+ #~ msgid ""
2056
+ #~ "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the "
2057
+ #~ "content of required page/post where you want to display Facebook "
2058
+ #~ "Commenting interface."
2059
+ #~ msgstr ""
2060
+ #~ "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel "
2061
+ #~ "contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale "
2062
+ #~ "apparesca."
2063
+
2064
+ #, fuzzy
2065
+ #~ msgid ""
2066
+ #~ "Use <strong>style</strong> attribute to style the rendered commenting "
2067
+ #~ "interface"
2068
+ #~ msgstr ""
2069
+ #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
2070
+ #~ "di condivisione sociale"
2071
+
2072
+ #, fuzzy
2073
+ #~ msgid ""
2074
+ #~ "Use <strong>url</strong> attribute to specify the target url for "
2075
+ #~ "comments. This defaults to the page where shortcode is used."
2076
+ #~ msgstr ""
2077
+ #~ "Usa l'attributo <strong>left</strong> per specificare la compensazione a "
2078
+ #~ "sinistra dell'interfaccia del Contatore (distanza del lato sinistro del "
2079
+ #~ "schermo)."
2080
+
2081
+ #, fuzzy
2082
+ #~ msgid ""
2083
+ #~ "Use <strong>num_posts</strong> attribute to specify the number of "
2084
+ #~ "comments to display."
2085
+ #~ msgstr ""
2086
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
2087
+ #~ "Contatore Sociale"
2088
+
2089
+ #, fuzzy
2090
+ #~ msgid "width"
2091
+ #~ msgstr "Larghezza"
2092
+
2093
+ #, fuzzy
2094
+ #~ msgid ""
2095
+ #~ "Use <strong>width</strong> attribute to specify the width of commenting "
2096
+ #~ "interface. Omit it for fluid width"
2097
+ #~ msgstr ""
2098
+ #~ "Usa l'attributo <strong>top</strong> per specificare la posizione "
2099
+ #~ "dell'interfaccia di condivisione sociale in relazione al margine "
2100
+ #~ "superiore dello schermo."
2101
+
2102
+ #, fuzzy
2103
+ #~ msgid ""
2104
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2105
+ #~ "shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:"
2106
+ #~ "#000;\"]</strong>, so the final code looks like following"
2107
+ #~ msgstr ""
2108
+ #~ "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice "
2109
+ #~ "breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</"
2110
+ #~ "strong>, il codigo finale si presenta come segue"
2111
+
2112
+ #~ msgid ""
2113
+ #~ "Edit that page/post and check the option \"Disable Facebook Comments on "
2114
+ #~ "this post/page\" at the bottom in \"Super Socializer\" section"
2115
+ #~ msgstr ""
2116
+ #~ "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook "
2117
+ #~ "Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
2118
+
2119
+ #~ msgid ""
2120
+ #~ "How to enable only Facebook Comments without enabling default comment "
2121
+ #~ "form?"
2122
+ #~ msgstr ""
2123
+ #~ "Come abilitare solo i commenti di Facebook senza abilitazione modulo dei "
2124
+ #~ "commenti default?"
2125
+
2126
+ #~ msgid ""
2127
+ #~ "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting"
2128
+ #~ "\" section."
2129
+ #~ msgstr ""
2130
+ #~ "Abilita \"Conservare soltanto Facebook Commentando\" opzione sezione "
2131
+ #~ "\"Facebook Commentando\"."
2132
+
2133
+ #~ msgid ""
2134
+ #~ "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of "
2135
+ #~ "required page/post where you want to display Social Login interface."
2136
+ #~ msgstr ""
2137
+ #~ "Utilizza il codice breve <strong> [TheChamp-Login]</strong> nel "
2138
+ #~ "contenuto della pagina/post dove voui che la interfaccia dell'ingresso "
2139
+ #~ "sociale sia mostrata."
2140
+
2141
+ #~ msgid ""
2142
+ #~ "You can use \"style\" attribute in the Shortcode to style the rendered "
2143
+ #~ "Social Login interface."
2144
+ #~ msgstr ""
2145
+ #~ "Puoi utilizzare attributi \"style\" nel codice breve per stilizzare "
2146
+ #~ "l'interfaccia dell'ingresso sociale"
2147
+
2148
+ #~ msgid ""
2149
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2150
+ #~ "shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</"
2151
+ #~ "strong>, so the final code looks like following"
2152
+ #~ msgstr ""
2153
+ #~ "Restituisci <strong>SHORTCODE</strong> nel codice antecedente con il "
2154
+ #~ "codice breve necessitato come <strong>[TheChamp-Login style=\"background-"
2155
+ #~ "color: #000;\"]</strong>, in questo caso il codice finale si presenterá "
2156
+ #~ "come segue"
2157
+
2158
+ #~ msgid ""
2159
+ #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2160
+ #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2161
+ #~ "Login</strong> widget in the required area."
2162
+ #~ msgstr ""
2163
+ #~ "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</"
2164
+ #~ "strong> nella vaschetta sinistra e trascinare <strong>Super Socializer - "
2165
+ #~ "Login</strong> widget all'area necessaria."
2166
+
2167
+ #~ msgid "White-Label"
2168
+ #~ msgstr "Etichetta bianca"
2169
+
2170
+ #~ msgid ""
2171
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
2172
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
2173
+ #~ "\">lordofthechamps@gmail.com</a>"
2174
+ #~ msgstr ""
2175
+ #~ "Rimuovere i collegamenti di credito (\"Super Socializzatore da Il "
2176
+ #~ "Campione) per solo $15.\n"
2177
+ #~ "Interssato? Scrivimi una posta elettronica: <a href=\"mailto:"
2178
+ #~ "lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
2179
+
2180
+ #~ msgid "Feed"
2181
+ #~ msgstr "Feed di Notizie"
2182
+
2183
+ #~ msgid "Important note"
2184
+ #~ msgstr "Nota importante"
2185
+
2186
+ #~ msgid ""
2187
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2188
+ #~ "\"_blank\">this link</a>"
2189
+ #~ msgstr ""
2190
+ #~ "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" "
2191
+ #~ "target=\"_blank\">questo collegamento</a>"
2192
+
2193
+ #~ msgid "Publish feed on user's timeline on Facebook login"
2194
+ #~ msgstr ""
2195
+ #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
2196
+ #~ "accesso al Facebook"
2197
+
2198
+ #~ msgid ""
2199
+ #~ "If enabled, a post will be published on the timeline of the user logging "
2200
+ #~ "in"
2201
+ #~ msgstr ""
2202
+ #~ "Se abilitato, una pubblicazione sará pubblicata sulla linea temporale "
2203
+ #~ "dell' utente che accede"
2204
+
2205
+ #~ msgid "Facebook Feed Options"
2206
+ #~ msgstr "Opzioni di Feed di Notizie di Facebook"
2207
+
2208
+ #~ msgid "Message"
2209
+ #~ msgstr "Messaggio"
2210
+
2211
+ #~ msgid ""
2212
+ #~ "Message for the feed post. %website-name% will be replaced with your "
2213
+ #~ "website name in actual message."
2214
+ #~ msgstr ""
2215
+ #~ "Messaggio per la pubblicazione del Feed di Notizie. %website-name% sará "
2216
+ #~ "sostituito con il nome del tuo sito web nel messaggio attuale."
2217
+
2218
+ #~ msgid "Link (required)"
2219
+ #~ msgstr "Collegamento (richiesto)"
2220
+
2221
+ #~ msgid ""
2222
+ #~ "The link attached to this feed (required parameter for this functionality "
2223
+ #~ "to work)"
2224
+ #~ msgstr ""
2225
+ #~ "Il collegamento allegato a questa Feed di Notizie (parametro richiesto "
2226
+ #~ "per per fare funzionare questa funzionalitá) "
2227
+
2228
+ #~ msgid "Picture"
2229
+ #~ msgstr "Immagine"
2230
+
2231
+ #~ msgid ""
2232
+ #~ "The URL of a picture attached to this post. The picture must be at least "
2233
+ #~ "200px by 200px. (if this url is not specified, image from the url "
2234
+ #~ "specified in Link parameter will be displayed in the post)"
2235
+ #~ msgstr ""
2236
+ #~ "La URL di una immagine allegata a questa pubblicazione. L'immagine "
2237
+ #~ "dev'essere al minimo 200px per 200px. (se la url non é specificata, "
2238
+ #~ "l'immagine della url specificata nei parametri del collegamento sará "
2239
+ #~ "mostrata nella pubblicazione)"
2240
+
2241
+ #~ msgid "Source"
2242
+ #~ msgstr "Fonte"
2243
+
2244
+ #~ msgid ""
2245
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
2246
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
2247
+ #~ "a thumbnail for the video."
2248
+ #~ msgstr ""
2249
+ #~ "La URL di un media file (SWF ó MP3) allegata a questa pubblicazione. Se é "
2250
+ #~ "SWF, si deve specificare la immagine (nel parametro \"Immagine\") per "
2251
+ #~ "dare una miniatura per il video."
2252
+
2253
+ #~ msgid "Name"
2254
+ #~ msgstr "Nome"
2255
+
2256
+ #~ msgid "The name of the link attachment"
2257
+ #~ msgstr "Il nome dell'attacamento del collegamento"
2258
+
2259
+ #~ msgid "Caption"
2260
+ #~ msgstr "Didascalia"
2261
+
2262
+ #~ msgid ""
2263
+ #~ "The caption of the link (appears beneath the link name). If not "
2264
+ #~ "specified, this field is automatically populated with the URL of the link."
2265
+ #~ msgstr ""
2266
+ #~ "La didascalia del collegamento (apparesce sottostante al nome del "
2267
+ #~ "collegamento). Se non é specificato, questo campo e automaticamente "
2268
+ #~ "popolato con la URL del collegamento."
2269
+
2270
+ #~ msgid "Description"
2271
+ #~ msgstr "Descrizione"
2272
+
2273
+ #~ msgid ""
2274
+ #~ "The description of the link (appears beneath the link caption). If not "
2275
+ #~ "specified, this field is automatically populated by information scraped "
2276
+ #~ "from the link, typically the title of the page."
2277
+ #~ msgstr ""
2278
+ #~ "La descrizione del collegamento (apparesce sottostante della didascalia "
2279
+ #~ "del collegamento). Se non é specificato, questo campo sará "
2280
+ #~ "automaticamente popolato con la informazine presa del collegamento, "
2281
+ #~ "tipicamente il titolo della pagina."
2282
+
2283
+ #~ msgid ""
2284
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
2285
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
2286
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
2287
+ #~ "are not sure about this, keep this option unchecked.</strong>"
2288
+ #~ msgstr ""
2289
+ #~ "Se é attivato (raccomandato), tutto il codico Javascript sará incluso nel "
2290
+ #~ "pié del suo sito web.<br/><strong>gli uncini \"wp_footer\" e "
2291
+ #~ "\"login_footer\" devono essere presenti nel tuo tema di Wordpress per "
2292
+ #~ "funzionare, se non sei sicuro su di questo, lascia questa opzione "
2293
+ #~ "deselezionata.</strong> "
2294
+
2295
+ #, fuzzy
2296
+ #~ msgid ""
2297
+ #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
2298
+ #~ "Comments block. The mobile version of the Comments block ignores the "
2299
+ #~ "width parameter, and instead has a fluid width of 100%."
2300
+ #~ msgstr ""
2301
+ #~ "Lascia in bianco per regolare automaticamente la larghezza. <br/>La "
2302
+ #~ "larghezza (in pixel) del blocco di commenti. La versione mobile del "
2303
+ #~ "blocco di commenti ignora il parametro di larghezza, invece ha una "
2304
+ #~ "larghezza fluida de 100%."
2305
+
2306
+ #, fuzzy
2307
+ #~ msgid ""
2308
+ #~ "Navigate to Appearance > Widgets section in the admin panel of your "
2309
+ #~ "website and activate \"Super Socializer - Sharing\" widget in the desired "
2310
+ #~ "area. This will display the sharing counts of the home/index page of your "
2311
+ #~ "website. Do not forget to turn on the sharing counts in widget options."
2312
+ #~ msgstr ""
2313
+ #~ "Naviga alla sezione Apparenza > Widgets del tuo sito web e attiva il "
2314
+ #~ "widget \"Super Socializer - Sharing\" nell'area desiderata. Questa "
2315
+ #~ "funzione mostrará la quantitá di condivisioni della pagina home/index del "
2316
+ #~ "tuo sito web. Non dimenticarte di abilitare il contatore di quantitá di "
2317
+ #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2318
+ #~ "amministrazione."
2319
+
2320
+ #~ msgid "Donate"
2321
+ #~ msgstr "Donare"
2322
+
2323
+ #~ msgid ""
2324
+ #~ "If you like the plugin, want to get it improved and want to see it at the "
2325
+ #~ "top of other plugins, please consider making a donation."
2326
+ #~ msgstr ""
2327
+ #~ "Se ti piace il plugin, ti piacerebbe che migliore e/o verlo in cima agli "
2328
+ #~ "altri plugins, per favore considera una donazione."
2329
+
2330
+ #~ msgid "Load first"
2331
+ #~ msgstr "Caricare prima"
2332
+
2333
+ #~ msgid "Selected commenting will be loaded first on the page"
2334
+ #~ msgstr "Commenti selezionati saranno caricati prima nella pagina"
2335
+
2336
+ #~ msgid "Text on \"Switch to WordPress Commenting\" button"
2337
+ #~ msgstr "Testo sul bottone \"Cambia a Commentando con WordPress\""
2338
+
2339
+ #~ msgid ""
2340
+ #~ "This text will be display on the button to switch to WordPress comments"
2341
+ #~ msgstr ""
2342
+ #~ "Questo testo sará visualizzato sul bottone per cambiare ai commentari "
2343
+ #~ "WordPress"
2344
+
2345
+ #, fuzzy
2346
+ #~ msgid "Text on \"Switch to Facebook Commenting\" button"
2347
+ #~ msgstr "Testo sul bottone \"Cambia a Commentando con Facebook\""
2348
+
2349
+ #, fuzzy
2350
+ #~ msgid ""
2351
+ #~ "This text will be displayed on the button to switch to Facebook comments"
2352
+ #~ msgstr ""
2353
+ #~ "Questo testo sará visualizzato sul bottone per cambiare ai commentari di "
2354
+ #~ "Facebook"
2355
+
2356
+ #~ msgid "Specify a title for commenting"
2357
+ #~ msgstr "Specificare un titolo per i commenti"
2358
+
2359
+ #~ msgid ""
2360
+ #~ "Note: Twitter Social Login requires \"cURL support = enabled\" in your "
2361
+ #~ "php.ini file."
2362
+ #~ msgstr ""
2363
+ #~ "Nota: Accesso Sociale Twitter richiede \"cURL support = enabled\" nel tuo "
2364
+ #~ "php.ini file."
2365
+
2366
+ #~ msgid "How can I show combined share counts?"
2367
+ #~ msgstr "¿Cómo muestro combinado conteos compartir?"
2368
+
2369
+ #, fuzzy
2370
+ #~ msgid "Facebook Comments"
2371
+ #~ msgstr "Comentarios Facebook"
2372
+
2373
+ #~ msgid ""
2374
+ #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
2375
+ #~ "><strong>Note: Social Login at comment form of your website will not get "
2376
+ #~ "enabled if Facebook commenting is enabled.</strong>"
2377
+ #~ msgstr ""
2378
+ #~ "La interfaz Social Login se activará en tu formulario de Comentario "
2379
+ #~ "Wordpress Nota: Social Login en el formulario de comentarios de su sitio "
2380
+ #~ "web no se habilitará si Comentario Facebook está habilitado"
languages/Super-Socializer-ru_RU.mo CHANGED
Binary file
languages/Super-Socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:11+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:11+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
@@ -16,61 +16,61 @@ msgstr ""
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:224
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
23
 
24
- #: ../super_socializer.php:227
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
27
 
28
- #: ../super_socializer.php:397
29
  msgid "Please verify your email address to login."
30
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
31
 
32
- #: ../super_socializer.php:397
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
35
 
36
- #: ../super_socializer.php:401
37
  msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
48
 
49
- #: ../super_socializer.php:436
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, чтобы открыть"
52
 
53
- #: ../super_socializer.php:513
54
  msgid "Leave a reply"
55
  msgstr "Оставить ответ"
56
 
57
- #: ../super_socializer.php:604
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "Super Socializer - Социальный Аватар"
60
 
61
- #: ../super_socializer.php:607
62
  msgid "Small Avatar Url"
63
  msgstr "Ссылка для маленького аватара"
64
 
65
- #: ../super_socializer.php:612
66
  msgid "Large Avatar Url"
67
  msgstr "Ссылка для большого аватара"
68
 
69
- #: ../super_socializer.php:645
70
  msgid "Email you entered is already registered or invalid"
71
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
72
 
73
- #: ../super_socializer.php:649
74
  msgid "Please enter a valid email address. You might be required to verify it"
75
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
76
 
@@ -95,64 +95,64 @@ msgstr "Нажмите, чтобы скрыть помощь"
95
  msgid "Settings"
96
  msgstr "Настройки"
97
 
98
- #: ../helper.php:503
99
  msgid "Account linked successfully"
100
  msgstr "Аккаунт успешно связан"
101
 
102
- #: ../helper.php:507
103
  msgid "Account already exists or linked"
104
  msgstr "Аккаунт уже существует или связан"
105
 
106
- #: ../helper.php:516
107
  msgid "You are already connected with"
108
  msgstr "Вы уже связаны с"
109
 
110
- #: ../helper.php:516
111
  msgid "as primary social network"
112
  msgstr "в качестве основной социальной сети"
113
 
114
- #: ../helper.php:531
115
  msgid "Link your social account to login to your account at this website"
116
  msgstr "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на этом сайте"
117
 
118
- #: ../helper.php:568
119
  msgid "Currently"
120
  msgstr "На данный момент"
121
 
122
- #: ../helper.php:568
123
  msgid "Remove"
124
  msgstr "Удалить"
125
 
126
- #: ../helper.php:669
127
  msgid "Disable Horizontal Social Sharing on this "
128
  msgstr "Деактивировать горизонтальные кнопки Поделиться"
129
 
130
- #: ../helper.php:674
131
  msgid "Disable Vertical Social Sharing on this "
132
  msgstr "Деактивироватьвертикальные кнопки Поделиться"
133
 
134
- #: ../helper.php:679
135
  msgid "Disable Horizontal like buttons on this "
136
  msgstr "Деактивировать горизонтальные кнопки Нравится"
137
 
138
- #: ../helper.php:684
139
  msgid "Disable Vertical like buttons on this "
140
  msgstr "Деактивировать вертикальные кнопки Нравится"
141
 
142
- #: ../helper.php:689
143
  msgid "Disable Social Commenting on this "
144
  msgstr "Деактивировать социальное комментироване"
145
 
146
- #: ../helper.php:698
147
  msgid "Horizontal sharing"
148
  msgstr "Горизонтальное Поделиться"
149
 
150
- #: ../helper.php:704
151
- #: ../helper.php:723
152
  msgid "Starting share count for "
153
  msgstr "Запустить счетчик поделиться для"
154
 
155
- #: ../helper.php:717
156
  msgid "Vertical sharing"
157
  msgstr "Вертикальное поделиться"
158
 
@@ -202,620 +202,624 @@ msgid "Rate 5-star"
202
  msgstr "Оценить 5-бальной шкале"
203
 
204
  #: ../admin/help.php:54
205
- #: ../admin/social_sharing.php:437
206
- #: ../admin/social_sharing.php:815
207
- #: ../admin/social_login.php:46
208
  msgid "Facebook"
209
  msgstr "Facebook"
210
 
211
- #: ../admin/social_sharing.php:11
212
- #: ../admin/social_sharing.php:22
213
- #: ../admin/social_login.php:9
214
- #: ../admin/social_login.php:17
 
 
 
 
215
  #: ../admin/like_buttons.php:11
216
  #: ../admin/like_buttons.php:19
217
  msgid "Basic Configuration"
218
  msgstr "Основные настройки"
219
 
220
- #: ../admin/social_sharing.php:12
221
  msgid "Sharing Interface"
222
  msgstr "Интерфейс Поделиться"
223
 
224
- #: ../admin/social_sharing.php:13
225
  msgid "Sharing Options"
226
  msgstr "Настройки Поделиться"
227
 
228
- #: ../admin/social_sharing.php:14
229
- #: ../admin/social_sharing.php:1211
230
- #: ../admin/social_login.php:11
231
- #: ../admin/social_login.php:714
232
  #: ../admin/like_buttons.php:13
233
  #: ../admin/like_buttons.php:712
234
  msgid "Shortcode & Widget"
235
  msgstr "Шорткод и виджет"
236
 
237
- #: ../admin/social_sharing.php:15
238
  msgid "Troubleshooter"
239
  msgstr "Устранение неисправностей"
240
 
241
- #: ../admin/social_sharing.php:16
242
- #: ../admin/social_sharing.php:1242
243
  #: ../admin/social_commenting.php:12
244
  #: ../admin/social_commenting.php:427
245
  msgid "FAQ"
246
  msgstr "Часто задаваемые вопросы (FAQ)"
247
 
248
- #: ../admin/social_sharing.php:28
249
  msgid "Enable Social Sharing"
250
  msgstr "Активировать Поделиться в социальных сетях"
251
 
252
- #: ../admin/social_sharing.php:38
253
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
254
  msgstr "Мастер управления Поделиться через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
255
 
256
- #: ../admin/social_sharing.php:46
257
  msgid "Delete all the options on plugin deletion"
258
  msgstr "Удалить все настройки при удалении плагина"
259
 
260
- #: ../admin/social_sharing.php:56
261
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
262
  msgstr "Если включено, параметры плагина будет удаляются, когда плагин будет удален /переустановлен, и вы должны будете перенастроить параметры при установке плагина в следующий раз."
263
 
264
- #: ../admin/social_sharing.php:71
265
  msgid "Horizontal interface options"
266
  msgstr "Настройки горизонтального показа Поделиться"
267
 
268
- #: ../admin/social_sharing.php:77
269
- #: ../admin/social_sharing.php:155
270
  msgid "Shape"
271
  msgstr "Форма"
272
 
273
- #: ../admin/social_sharing.php:85
274
- #: ../admin/social_sharing.php:163
275
  msgid "Round"
276
  msgstr "Круглая"
277
 
278
- #: ../admin/social_sharing.php:87
279
- #: ../admin/social_sharing.php:165
280
  msgid "Square"
281
  msgstr "Квадратная"
282
 
283
- #: ../admin/social_sharing.php:94
284
- #: ../admin/social_sharing.php:172
285
  msgid "Shape of the sharing icons"
286
  msgstr "Форма кнопок Поделиться"
287
 
288
- #: ../admin/social_sharing.php:102
289
- #: ../admin/social_sharing.php:180
290
  msgid "Size (in pixels)"
291
  msgstr "Размер (в пикселях)"
292
 
293
- #: ../admin/social_sharing.php:120
294
- #: ../admin/social_sharing.php:198
295
  msgid "Size of the sharing icons"
296
  msgstr "Размер кнопок Поделиться"
297
 
298
- #: ../admin/social_sharing.php:127
299
- #: ../admin/social_sharing.php:205
300
  msgid "Icon Preview"
301
  msgstr "Превью иконок"
302
 
303
- #: ../admin/social_sharing.php:141
304
- #: ../admin/social_sharing.php:219
305
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
306
  msgstr "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже кнопку сохранить"
307
 
308
- #: ../admin/social_sharing.php:149
309
  msgid "Vertical interface options"
310
  msgstr "Настройки вертикального показа Поделиться"
311
 
312
- #: ../admin/social_sharing.php:233
313
  msgid "Modernizr"
314
  msgstr "Modernizr"
315
 
316
- #: ../admin/social_sharing.php:239
317
  msgid "Do not load Modernizr JS"
318
  msgstr "Не загружать Modernizr JS"
319
 
320
- #: ../admin/social_sharing.php:249
321
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
322
  msgstr "Если плагин ломает вашу тему, вы можете попробовать включить эту опцию"
323
 
324
- #: ../admin/social_sharing.php:258
325
  #: ../admin/like_buttons.php:51
326
  msgid "Url shortener"
327
  msgstr "Укорачивание URL"
328
 
329
- #: ../admin/social_sharing.php:264
330
  msgid "Use shortlinks already installed"
331
  msgstr "Использование коротких ссылок уже установлено"
332
 
333
- #: ../admin/social_sharing.php:274
334
  #: ../admin/like_buttons.php:67
335
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
336
  msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
337
 
338
- #: ../admin/social_sharing.php:282
339
  msgid "Enable bit.ly url shortener for sharing"
340
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
341
 
342
- #: ../admin/social_sharing.php:292
343
  #: ../admin/like_buttons.php:85
344
  msgid "Master control to enable bit.ly url shortening for sharing"
345
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
346
 
347
- #: ../admin/social_sharing.php:300
348
  #: ../admin/like_buttons.php:93
349
  msgid "bit.ly username"
350
  msgstr "bit.ly пользователя"
351
 
352
- #: ../admin/social_sharing.php:310
353
  #: ../admin/like_buttons.php:103
354
  #, php-format
355
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
356
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
357
 
358
- #: ../admin/social_sharing.php:319
359
  #: ../admin/like_buttons.php:112
360
  msgid "bit.ly API Key"
361
  msgstr "bit.ly ключ приложения"
362
 
363
- #: ../admin/social_sharing.php:329
364
  #: ../admin/like_buttons.php:122
365
  #, php-format
366
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
367
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
368
 
369
- #: ../admin/social_sharing.php:339
370
  msgid "Twitter username in sharing"
371
  msgstr "Имя пользователя Twitter чтобы Поделиться"
372
 
373
- #: ../admin/social_sharing.php:345
374
  msgid "Twitter username (without @)"
375
  msgstr "Twitter имя пользователя (без @)"
376
 
377
- #: ../admin/social_sharing.php:355
378
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
379
  msgstr "Добавляет имя пользователя после того как контент будет расшарен с помощью \"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
380
 
381
- #: ../admin/social_sharing.php:365
382
  msgid "Horizontal Sharing Interface Options"
383
  msgstr "Интерфейс настроек горизонтальных кнопок Поделиться"
384
 
385
- #: ../admin/social_sharing.php:371
386
  msgid "Enable horizontal sharing interface"
387
  msgstr "Включить интерфейс горизонтальных кнопок Поделиться"
388
 
389
- #: ../admin/social_sharing.php:381
390
  msgid "Master control to enable horizontal sharing"
391
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
392
 
393
- #: ../admin/social_sharing.php:391
394
- #: ../admin/social_sharing.php:787
395
  #: ../admin/like_buttons.php:227
396
  #: ../admin/like_buttons.php:465
397
  msgid "Target Url"
398
  msgstr "Целевой URL:"
399
 
400
- #: ../admin/social_sharing.php:395
401
- #: ../admin/social_sharing.php:791
402
  #: ../admin/like_buttons.php:231
403
  #: ../admin/like_buttons.php:469
404
  msgid "Url of the webpage where icons are located (default)"
405
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
406
 
407
- #: ../admin/social_sharing.php:397
408
- #: ../admin/social_sharing.php:793
409
  #: ../admin/like_buttons.php:233
410
  #: ../admin/like_buttons.php:471
411
  msgid "Url of the homepage of your website"
412
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
413
 
414
- #: ../admin/social_sharing.php:399
415
- #: ../admin/social_sharing.php:795
416
  #: ../admin/like_buttons.php:235
417
  #: ../admin/like_buttons.php:473
418
  msgid "Custom url"
419
  msgstr "Пользовательская ссылка"
420
 
421
- #: ../admin/social_sharing.php:406
422
- #: ../admin/social_sharing.php:802
423
  msgid "Url to share"
424
  msgstr "Ссылка чтобы Поделиться"
425
 
426
- #: ../admin/social_sharing.php:414
427
- #: ../admin/social_login.php:314
428
  #: ../admin/like_buttons.php:250
429
  msgid "Title"
430
  msgstr "Заголовок"
431
 
432
- #: ../admin/social_sharing.php:424
433
  msgid "The text to display above the sharing interface"
434
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
435
 
436
- #: ../admin/social_sharing.php:432
437
- #: ../admin/social_sharing.php:810
438
- #: ../admin/social_login.php:41
439
  msgid "Select providers"
440
  msgstr "Выберите сервисы"
441
 
442
- #: ../admin/social_sharing.php:442
443
- #: ../admin/social_sharing.php:820
444
- #: ../admin/social_login.php:50
445
  msgid "Twitter"
446
  msgstr "Twitter"
447
 
448
- #: ../admin/social_sharing.php:447
449
- #: ../admin/social_sharing.php:825
450
- #: ../admin/social_login.php:54
451
  msgid "LinkedIn"
452
  msgstr "LinkedIn"
453
 
454
- #: ../admin/social_sharing.php:452
455
- #: ../admin/social_sharing.php:830
456
- #: ../admin/social_login.php:58
457
  msgid "Google+"
458
  msgstr "Google+"
459
 
460
- #: ../admin/social_sharing.php:457
461
- #: ../admin/social_sharing.php:835
462
  msgid "Print"
463
  msgstr "Печать"
464
 
465
- #: ../admin/social_sharing.php:462
466
- #: ../admin/social_sharing.php:840
467
  msgid "Email"
468
  msgstr "Email"
469
 
470
- #: ../admin/social_sharing.php:467
471
- #: ../admin/social_sharing.php:845
472
  msgid "Yahoo"
473
  msgstr "Yahoo"
474
 
475
- #: ../admin/social_sharing.php:472
476
- #: ../admin/social_sharing.php:850
477
  msgid "Reddit"
478
  msgstr "Reddit"
479
 
480
- #: ../admin/social_sharing.php:477
481
- #: ../admin/social_sharing.php:855
482
  msgid "Digg"
483
  msgstr "Digg"
484
 
485
- #: ../admin/social_sharing.php:482
486
- #: ../admin/social_sharing.php:860
487
  msgid "Delicious"
488
  msgstr "Delicious"
489
 
490
- #: ../admin/social_sharing.php:487
491
- #: ../admin/social_sharing.php:865
492
  msgid "StumbleUpon"
493
  msgstr "StumbleUpon"
494
 
495
- #: ../admin/social_sharing.php:492
496
- #: ../admin/social_sharing.php:870
497
  msgid "Float it"
498
  msgstr "Float it"
499
 
500
- #: ../admin/social_sharing.php:497
501
- #: ../admin/social_sharing.php:875
502
  msgid "Tumblr"
503
  msgstr "Tumblr"
504
 
505
- #: ../admin/social_sharing.php:502
506
- #: ../admin/social_sharing.php:880
507
- #: ../admin/social_login.php:62
508
  msgid "Vkontakte"
509
  msgstr "Вконтакте"
510
 
511
- #: ../admin/social_sharing.php:507
512
- #: ../admin/social_sharing.php:885
513
  msgid "Pinterest"
514
  msgstr "Pinterest"
515
 
516
- #: ../admin/social_sharing.php:512
517
- #: ../admin/social_sharing.php:890
518
- #: ../admin/social_login.php:70
519
  msgid "Xing"
520
  msgstr "Xing"
521
 
522
- #: ../admin/social_sharing.php:517
523
- #: ../admin/social_sharing.php:895
524
  msgid "Whatsapp"
525
  msgstr "WhatsApp"
526
 
527
- #: ../admin/social_sharing.php:522
528
- #: ../admin/social_sharing.php:900
529
  msgid "Yummly"
530
  msgstr "Yummly"
531
 
532
- #: ../admin/social_sharing.php:527
533
- #: ../admin/social_sharing.php:905
534
  msgid "Buffer"
535
  msgstr "Buffer"
536
 
537
- #: ../admin/social_sharing.php:535
538
- #: ../admin/social_sharing.php:913
539
  msgid "Select the providers for sharing interface"
540
  msgstr "Выберите сервисы для интерфейса горизонтальных кнопок Поделиться"
541
 
542
- #: ../admin/social_sharing.php:543
543
- #: ../admin/social_sharing.php:921
544
  msgid "Rearrange icons"
545
  msgstr "Переставить иконы"
546
 
547
- #: ../admin/social_sharing.php:578
548
- #: ../admin/social_sharing.php:956
549
  msgid "Drag the icons to rearrange in desired order"
550
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
551
 
552
- #: ../admin/social_sharing.php:586
553
- #: ../admin/social_sharing.php:982
554
  #: ../admin/like_buttons.php:320
555
  #: ../admin/like_buttons.php:557
556
  msgid "Horizontal alignment"
557
  msgstr "Горизонтальное выравнивание"
558
 
559
- #: ../admin/social_sharing.php:590
560
- #: ../admin/social_sharing.php:986
561
  #: ../admin/like_buttons.php:324
562
  #: ../admin/like_buttons.php:561
563
  msgid "Left"
564
  msgstr "Слева"
565
 
566
- #: ../admin/social_sharing.php:591
567
  #: ../admin/like_buttons.php:325
568
  msgid "Center"
569
  msgstr "Центр"
570
 
571
- #: ../admin/social_sharing.php:592
572
- #: ../admin/social_sharing.php:987
573
  #: ../admin/like_buttons.php:326
574
  #: ../admin/like_buttons.php:562
575
  msgid "Right"
576
  msgstr "Справа"
577
 
578
- #: ../admin/social_sharing.php:600
579
- #: ../admin/social_sharing.php:995
580
  msgid "Horizontal alignment of the sharing interface"
581
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
582
 
583
- #: ../admin/social_sharing.php:608
584
  #: ../admin/like_buttons.php:342
585
  msgid "Position with respect to content"
586
  msgstr "Позиция относительно контента"
587
 
588
- #: ../admin/social_sharing.php:612
589
  #: ../admin/like_buttons.php:346
590
  msgid "Top of the content"
591
  msgstr "Над содержимым"
592
 
593
- #: ../admin/social_sharing.php:614
594
  #: ../admin/like_buttons.php:348
595
  msgid "Bottom of the content"
596
  msgstr "Под содержимым"
597
 
598
- #: ../admin/social_sharing.php:621
599
  msgid "Specify position of the sharing interface with respect to the content"
600
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
601
 
602
- #: ../admin/social_sharing.php:629
603
- #: ../admin/social_sharing.php:1061
604
  msgid "Sharing location"
605
  msgstr "Расположение кнопок Поделиться"
606
 
607
- #: ../admin/social_sharing.php:633
608
- #: ../admin/social_sharing.php:1065
609
- #: ../admin/social_login.php:574
610
- #: ../admin/social_login.php:604
611
  #: ../admin/like_buttons.php:367
612
  #: ../admin/like_buttons.php:640
613
  msgid "Homepage"
614
  msgstr "Главная"
615
 
616
- #: ../admin/social_sharing.php:635
617
- #: ../admin/social_sharing.php:1067
618
  #: ../admin/like_buttons.php:369
619
  #: ../admin/like_buttons.php:642
620
  msgid "Posts"
621
  msgstr "Записи"
622
 
623
- #: ../admin/social_sharing.php:637
624
- #: ../admin/social_sharing.php:1069
625
  #: ../admin/like_buttons.php:371
626
  #: ../admin/like_buttons.php:644
627
  msgid "Pages"
628
  msgstr "Страницы"
629
 
630
- #: ../admin/social_sharing.php:639
631
- #: ../admin/social_sharing.php:1071
632
  msgid "Excerpts (at Homepage)"
633
  msgstr "Выдержки (на страницы)"
634
 
635
- #: ../admin/social_sharing.php:641
636
- #: ../admin/social_sharing.php:1073
637
  #: ../admin/like_buttons.php:375
638
  #: ../admin/like_buttons.php:648
639
  msgid "Category Archives"
640
  msgstr "Архивы категорий"
641
 
642
- #: ../admin/social_sharing.php:643
643
- #: ../admin/social_sharing.php:1075
644
  #: ../admin/like_buttons.php:377
645
  #: ../admin/like_buttons.php:650
646
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
647
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
648
 
649
- #: ../admin/social_sharing.php:659
650
  #: ../admin/like_buttons.php:393
651
  msgid "BuddyPress activity and groups"
652
  msgstr "BuddyPress активность и группы"
653
 
654
- #: ../admin/social_sharing.php:665
655
- #: ../admin/social_sharing.php:1090
656
  #: ../admin/like_buttons.php:400
657
  #: ../admin/like_buttons.php:665
658
  msgid "BBPress forum"
659
  msgstr "BBPress форум"
660
 
661
- #: ../admin/social_sharing.php:668
662
- #: ../admin/social_sharing.php:1093
663
  #: ../admin/like_buttons.php:403
664
  #: ../admin/like_buttons.php:668
665
  msgid "BBPress topic"
666
  msgstr "BBPress тема"
667
 
668
- #: ../admin/social_sharing.php:671
669
  #: ../admin/like_buttons.php:406
670
  msgid "BBPress reply"
671
  msgstr "BBPress ответ"
672
 
673
- #: ../admin/social_sharing.php:678
674
  #: ../admin/like_buttons.php:412
675
  msgid "After individual product at WooCommerce Shop page"
676
  msgstr "После индивидуального продукта на странице магазина"
677
 
678
- #: ../admin/social_sharing.php:681
679
  #: ../admin/like_buttons.php:415
680
  msgid "WooCommerce Product Page"
681
  msgstr "Продукт Woocommerce"
682
 
683
- #: ../admin/social_sharing.php:684
684
  #: ../admin/like_buttons.php:418
685
  msgid "WooCommerce Thankyou Page"
686
  msgstr "WooCommerce страница благодарности"
687
 
688
- #: ../admin/social_sharing.php:695
689
  msgid "Specify the pages where you want to enable Sharing interface"
690
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
691
 
692
- #: ../admin/social_sharing.php:703
693
- #: ../admin/social_sharing.php:1111
694
  msgid "Show share counts"
695
  msgstr "Показать счетчик кнопок Поделиться"
696
 
697
- #: ../admin/social_sharing.php:713
698
- #: ../admin/social_sharing.php:1121
699
  msgid "If enabled, share counts are displayed above sharing icons."
700
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
701
 
702
- #: ../admin/social_sharing.php:722
703
- #: ../admin/social_sharing.php:1130
704
  msgid "Show total shares"
705
  msgstr "Включить общее количество Поделиться"
706
 
707
- #: ../admin/social_sharing.php:732
708
- #: ../admin/social_sharing.php:1140
709
  msgid "If enabled, total shares will be displayed with sharing icons"
710
  msgstr "Если включено, то общее количество Поделиться будет отображаться с кнопками Поделиться"
711
 
712
- #: ../admin/social_sharing.php:741
713
- #: ../admin/social_sharing.php:1149
714
  msgid "Enable 'More' icon"
715
  msgstr "Включить значок «Больше»"
716
 
717
- #: ../admin/social_sharing.php:751
718
- #: ../admin/social_sharing.php:1159
719
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
720
  msgstr "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая показывает дополнительные сервисы в всплывающем окне"
721
 
722
- #: ../admin/social_sharing.php:761
723
  msgid "Vertical (Floating) Sharing Interface Options"
724
  msgstr "Интерфейс настроек вертикальных(плавающих) кнопок Поделиться"
725
 
726
- #: ../admin/social_sharing.php:767
727
  msgid "Enable vertical (floating) sharing interface"
728
  msgstr "Включить интерфейс вертикальных(плавающих) кнопок Поделиться"
729
 
730
- #: ../admin/social_sharing.php:777
731
  msgid "Master control to enable vertical (floating) sharing widget"
732
  msgstr "Мастер управления для включения вертикального (плавающего) виджета Поделиться"
733
 
734
- #: ../admin/social_sharing.php:964
735
  #: ../admin/like_buttons.php:539
736
  msgid "Background Color"
737
  msgstr "Цвет фона"
738
 
739
- #: ../admin/social_sharing.php:974
740
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
741
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
742
 
743
- #: ../admin/social_sharing.php:1004
744
  #: ../admin/like_buttons.php:579
745
  msgid "Left offset"
746
  msgstr "Смещение влево"
747
 
748
- #: ../admin/social_sharing.php:1014
749
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
750
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
751
 
752
- #: ../admin/social_sharing.php:1024
753
  #: ../admin/like_buttons.php:599
754
  msgid "Right offset"
755
  msgstr "Смещение вправо"
756
 
757
- #: ../admin/social_sharing.php:1034
758
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
759
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
760
 
761
- #: ../admin/social_sharing.php:1043
762
  #: ../admin/like_buttons.php:618
763
  msgid "Top offset"
764
  msgstr "Верхний отступ"
765
 
766
- #: ../admin/social_sharing.php:1053
767
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
768
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
769
 
770
- #: ../admin/social_sharing.php:1103
771
  msgid "Specify the pages where you want to enable vertical Sharing interface"
772
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
773
 
774
- #: ../admin/social_sharing.php:1167
775
  #, fuzzy
776
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
777
  msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
778
 
779
- #: ../admin/social_sharing.php:1177
780
  #, fuzzy
781
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
782
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
783
 
784
- #: ../admin/social_sharing.php:1186
785
  msgid "Hide sharing on mobile devices"
786
  msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
787
 
788
- #: ../admin/social_sharing.php:1196
789
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
790
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
791
 
792
- #: ../admin/social_sharing.php:1213
793
  msgid "Social Sharing Shortcode & Widget"
794
  msgstr "Поделиться шорткод и виджет"
795
 
796
- #: ../admin/social_sharing.php:1223
797
  msgid "Facebook Sharing Troubleshooter"
798
  msgstr "Устранение неисправностей Поделиться от Facebook"
799
 
800
- #: ../admin/social_sharing.php:1228
801
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
802
  msgstr "Если Поделиться от Facebook не работает нормально, нажмите на следующую ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не работает должным образом) вашего сайта в текстовом поле:"
803
 
804
- #: ../admin/social_sharing.php:1244
805
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
806
  msgstr "Как мне отобразить общее количество Поделиться основанное на страницах/постах?"
807
 
808
- #: ../admin/social_sharing.php:1245
809
  msgid "How can I disable sharing on particular page/post?"
810
  msgstr "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
811
 
812
- #: ../admin/social_sharing.php:1246
813
  msgid "How can I specify minimum sharing count for sharing networks?"
814
  msgstr "Как мне указать минимальное количество для Поделиться"
815
 
816
- #: ../admin/social_sharing.php:1256
817
  #: ../admin/social_commenting.php:438
818
- #: ../admin/social_login.php:726
819
  #: ../admin/like_buttons.php:723
820
  msgid "Save Changes"
821
  msgstr "Сохранить изменения"
@@ -1020,334 +1024,355 @@ msgstr "Как мне отключить комментирование чере
1020
  msgid "How to disable default comment form from Social Commenting?"
1021
  msgstr "Как мне деактивировать определенную форму из комментирования через социальные сети?"
1022
 
1023
- #: ../admin/social_login.php:10
 
 
 
 
1024
  msgid "Social Login"
1025
  msgstr "Вход через социальные сети"
1026
 
1027
- #: ../admin/social_login.php:23
1028
  msgid "Enable Social Login"
1029
  msgstr "Активироват вход через социальные сети"
1030
 
1031
- #: ../admin/social_login.php:33
1032
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1033
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1034
 
1035
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1036
  msgid "Instagram"
1037
  msgstr "Instagram"
1038
 
1039
- #: ../admin/social_login.php:78
1040
  msgid "Select Social ID provider to enable in Social Login"
1041
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1042
 
1043
- #: ../admin/social_login.php:86
1044
  msgid "Facebook App ID"
1045
  msgstr "Facebook App ID"
1046
 
1047
- #: ../admin/social_login.php:96
1048
  #, php-format
1049
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1050
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1051
 
1052
- #: ../admin/social_login.php:98
1053
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1054
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1055
 
1056
- #: ../admin/social_login.php:108
1057
  msgid "Twitter API Key"
1058
  msgstr "Twitter API ключ"
1059
 
1060
- #: ../admin/social_login.php:118
1061
  #, php-format
1062
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1063
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1064
 
1065
- #: ../admin/social_login.php:120
1066
- #: ../admin/social_login.php:142
1067
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1068
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1069
 
1070
- #: ../admin/social_login.php:130
1071
  msgid "Twitter API Secret"
1072
  msgstr "Twitter API секретный ключ"
1073
 
1074
- #: ../admin/social_login.php:140
1075
  #, php-format
1076
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1077
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1078
 
1079
- #: ../admin/social_login.php:152
1080
  msgid "LinkedIn API Key"
1081
  msgstr "Секретный ключ приложения LinkedIn"
1082
 
1083
- #: ../admin/social_login.php:162
1084
  #, php-format
1085
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1086
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1087
 
1088
- #: ../admin/social_login.php:164
1089
- #: ../admin/social_login.php:230
1090
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1091
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1092
 
1093
- #: ../admin/social_login.php:174
1094
  msgid "Google+ Client ID"
1095
  msgstr "Google+ ID клиента"
1096
 
1097
- #: ../admin/social_login.php:184
1098
  #, php-format
1099
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1100
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1101
 
1102
- #: ../admin/social_login.php:186
1103
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1104
  msgstr "JavaScript для авторизации"
1105
 
1106
- #: ../admin/social_login.php:196
1107
  msgid "Vkontakte Application ID"
1108
  msgstr " ID приложения Vkontakte"
1109
 
1110
- #: ../admin/social_login.php:206
1111
  #, php-format
1112
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1113
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1114
 
1115
- #: ../admin/social_login.php:208
1116
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1117
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1118
 
1119
- #: ../admin/social_login.php:218
1120
  msgid "Instagram Client ID"
1121
  msgstr "Instagram ID клиента"
1122
 
1123
- #: ../admin/social_login.php:228
1124
  #, php-format
1125
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1126
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1127
 
1128
- #: ../admin/social_login.php:240
1129
  msgid "Xing Consumer Key"
1130
  msgstr "Ключ потребителя Xing"
1131
 
1132
- #: ../admin/social_login.php:250
1133
  #, php-format
1134
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1135
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1136
 
1137
- #: ../admin/social_login.php:252
1138
- #: ../admin/social_login.php:274
1139
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1140
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1141
 
1142
- #: ../admin/social_login.php:262
1143
  msgid "Xing Consumer Secret"
1144
  msgstr "Секретный ключ потребителя Xing"
1145
 
1146
- #: ../admin/social_login.php:272
1147
  #, php-format
1148
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1149
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1150
 
1151
- #: ../admin/social_login.php:284
1152
  msgid "Include Javascript in website footer"
1153
  msgstr "Включить Javascriptв подвале(футере) сайта"
1154
 
1155
- #: ../admin/social_login.php:294
1156
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1157
  msgstr "Если этот параметр включен (рекомендуется), Javascript файлы будут включены в нижней части вашего сайта."
1158
 
1159
- #: ../admin/social_login.php:308
1160
  msgid "Login options"
1161
  msgstr "Опции входа"
1162
 
1163
- #: ../admin/social_login.php:324
1164
  msgid "Text to display above the Social Login interface"
1165
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1166
 
1167
- #: ../admin/social_login.php:333
1168
  msgid "Enable at login page"
1169
  msgstr "Включить страницу входа"
1170
 
1171
- #: ../admin/social_login.php:343
1172
  msgid "Social Login interface will get enabled at the login page of your website"
1173
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1174
 
1175
- #: ../admin/social_login.php:351
1176
  msgid "Enable at register page"
1177
  msgstr "Включить на странице регистрации"
1178
 
1179
- #: ../admin/social_login.php:361
1180
  msgid "Social Login interface will get enabled at the registration page of your website"
1181
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1182
 
1183
- #: ../admin/social_login.php:369
1184
  msgid "Enable at comment form"
1185
  msgstr "Включить в форму комментирования"
1186
 
1187
- #: ../admin/social_login.php:379
1188
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1189
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1190
 
1191
- #: ../admin/social_login.php:393
1192
  msgid "Enable before WooCommerce Customer Login Form"
1193
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1194
 
1195
- #: ../admin/social_login.php:403
1196
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1197
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1198
 
1199
- #: ../admin/social_login.php:411
1200
  msgid "Enable after WooCommerce Customer Login Form"
1201
  msgstr "Включить после формы входа клиента WooCommerce"
1202
 
1203
- #: ../admin/social_login.php:421
1204
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1205
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1206
 
1207
- #: ../admin/social_login.php:429
1208
  msgid "Enable at WooCommerce checkout page"
1209
  msgstr "Включить на странице оформления заказа WooCommerce"
1210
 
1211
- #: ../admin/social_login.php:439
1212
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1213
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1214
 
1215
- #: ../admin/social_login.php:450
1216
  msgid "Auto-approve comments made by Social Login users"
1217
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1218
 
1219
- #: ../admin/social_login.php:460
1220
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1221
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1222
 
1223
- #: ../admin/social_login.php:461
1224
  msgid "Note: This is not related to Facebook comments"
1225
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1226
 
1227
- #: ../admin/social_login.php:471
1228
  msgid "Enable social avatar"
1229
  msgstr "Включение социальных аватар"
1230
 
1231
- #: ../admin/social_login.php:481
1232
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1233
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1234
 
1235
- #: ../admin/social_login.php:491
1236
  msgid "Avatar quality"
1237
  msgstr "Качество аватары"
1238
 
1239
- #: ../admin/social_login.php:494
1240
  msgid "Average"
1241
  msgstr "Среднее"
1242
 
1243
- #: ../admin/social_login.php:495
1244
  msgid "Best"
1245
  msgstr "лучший"
1246
 
1247
- #: ../admin/social_login.php:502
1248
  msgid "Choose avatar quality"
1249
  msgstr "Выберите качество аватара"
1250
 
1251
- #: ../admin/social_login.php:521
1252
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1253
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1254
 
1255
- #: ../admin/social_login.php:530
1256
  msgid "Send username-password after user registration"
1257
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1258
 
1259
- #: ../admin/social_login.php:540
1260
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1261
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1262
 
1263
- #: ../admin/social_login.php:549
1264
  msgid "Enable social account linking at BuddyPress profile page"
1265
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1266
 
1267
- #: ../admin/social_login.php:559
1268
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1269
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1270
 
1271
- #: ../admin/social_login.php:568
1272
  msgid "Login redirection"
1273
  msgstr "Перенаправления входа"
1274
 
1275
- #: ../admin/social_login.php:572
1276
  msgid "Same page where user logged in"
1277
  msgstr "Та же страница, на которой пользователь произвел вход "
1278
 
1279
- #: ../admin/social_login.php:576
1280
- #: ../admin/social_login.php:606
1281
  msgid "Account dashboard"
1282
  msgstr "Страница управления моим аккаунтом"
1283
 
1284
- #: ../admin/social_login.php:579
1285
- #: ../admin/social_login.php:609
1286
  msgid "BuddyPress profile page"
1287
  msgstr "Страница профиля BuddyPress"
1288
 
1289
- #: ../admin/social_login.php:582
1290
- #: ../admin/social_login.php:612
1291
  msgid "Custom Url"
1292
  msgstr "Пользовательская ссылка"
1293
 
1294
- #: ../admin/social_login.php:590
1295
  msgid "User will be redirected to the selected page after Social Login"
1296
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1297
 
1298
- #: ../admin/social_login.php:598
1299
  msgid "Registration redirection"
1300
  msgstr "Перенаправлении регистрации"
1301
 
1302
- #: ../admin/social_login.php:602
1303
  msgid "Same page from where user registered"
1304
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1305
 
1306
- #: ../admin/social_login.php:620
1307
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1308
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1309
 
1310
- #: ../admin/social_login.php:628
1311
  msgid "Email popup options"
1312
  msgstr "Параметры всплывающей электронной Почты"
1313
 
1314
- #: ../admin/social_login.php:634
1315
  msgid "Text on 'Email required' popup"
1316
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1317
 
1318
- #: ../admin/social_login.php:644
1319
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1320
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1321
 
1322
- #: ../admin/social_login.php:653
1323
  msgid "Error message for 'Email required' popup"
1324
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1325
 
1326
- #: ../admin/social_login.php:663
1327
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1328
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1329
 
1330
- #: ../admin/social_login.php:672
1331
  msgid "Email popup height"
1332
  msgstr "Высота высплывающего окна"
1333
 
1334
- #: ../admin/social_login.php:682
1335
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1336
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1337
 
1338
- #: ../admin/social_login.php:690
1339
  msgid "Enable email verification"
1340
  msgstr "Включить проверку электронной почты"
1341
 
1342
- #: ../admin/social_login.php:700
1343
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1344
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1345
 
1346
- #: ../admin/social_login.php:716
1347
  msgid "Social Login Shortcode & Widget"
1348
  msgstr "Шорткод и виджет для входа через социальные сети "
1349
 
1350
- #: ../admin/social_login.php:717
1351
  msgid "Social Linking Shortcode"
1352
  msgstr "Шорткод социальных ссылок"
1353
 
@@ -1530,14 +1555,29 @@ msgstr "Шорткод и виджет Нравится"
1530
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1531
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1532
 
1533
- #: ../inc/social_sharing.php:596
1534
  msgid "Invalid request"
1535
  msgstr "Неверный Запрос!"
1536
 
1537
- #: ../inc/social_sharing.php:603
1538
  msgid "Providers not selected"
1539
  msgstr "Сервисы не выбраны"
1540
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1541
  #: ../inc/widget.php:11
1542
  msgid "Super Socializer - Login"
1543
  msgstr "Super Socializer - Вход"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:47+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:48+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: Team Heateor <support@heateor.com>\n"
9
  "Language: ru_RU\n"
16
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
23
 
24
+ #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
27
 
28
+ #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
31
 
32
+ #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
35
 
36
+ #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Уведомления"
39
 
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Email (Обязательно)"
44
 
45
+ #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
48
 
49
+ #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Выполните шаги 11 и 12 на странице конфигурации приложения GooglePlus, чтобы открыть"
52
 
53
+ #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Оставить ответ"
56
 
57
+ #: ../super_socializer.php:606
58
  msgid "Super Socializer - Social Avatar"
59
  msgstr "Super Socializer - Социальный Аватар"
60
 
61
+ #: ../super_socializer.php:609
62
  msgid "Small Avatar Url"
63
  msgstr "Ссылка для маленького аватара"
64
 
65
+ #: ../super_socializer.php:614
66
  msgid "Large Avatar Url"
67
  msgstr "Ссылка для большого аватара"
68
 
69
+ #: ../super_socializer.php:647
70
  msgid "Email you entered is already registered or invalid"
71
  msgstr "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
72
 
73
+ #: ../super_socializer.php:651
74
  msgid "Please enter a valid email address. You might be required to verify it"
75
  msgstr "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, потребуется проверить его"
76
 
95
  msgid "Settings"
96
  msgstr "Настройки"
97
 
98
+ #: ../helper.php:514
99
  msgid "Account linked successfully"
100
  msgstr "Аккаунт успешно связан"
101
 
102
+ #: ../helper.php:518
103
  msgid "Account already exists or linked"
104
  msgstr "Аккаунт уже существует или связан"
105
 
106
+ #: ../helper.php:527
107
  msgid "You are already connected with"
108
  msgstr "Вы уже связаны с"
109
 
110
+ #: ../helper.php:527
111
  msgid "as primary social network"
112
  msgstr "в качестве основной социальной сети"
113
 
114
+ #: ../helper.php:542
115
  msgid "Link your social account to login to your account at this website"
116
  msgstr "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на этом сайте"
117
 
118
+ #: ../helper.php:579
119
  msgid "Currently"
120
  msgstr "На данный момент"
121
 
122
+ #: ../helper.php:579
123
  msgid "Remove"
124
  msgstr "Удалить"
125
 
126
+ #: ../helper.php:680
127
  msgid "Disable Horizontal Social Sharing on this "
128
  msgstr "Деактивировать горизонтальные кнопки Поделиться"
129
 
130
+ #: ../helper.php:685
131
  msgid "Disable Vertical Social Sharing on this "
132
  msgstr "Деактивироватьвертикальные кнопки Поделиться"
133
 
134
+ #: ../helper.php:690
135
  msgid "Disable Horizontal like buttons on this "
136
  msgstr "Деактивировать горизонтальные кнопки Нравится"
137
 
138
+ #: ../helper.php:695
139
  msgid "Disable Vertical like buttons on this "
140
  msgstr "Деактивировать вертикальные кнопки Нравится"
141
 
142
+ #: ../helper.php:700
143
  msgid "Disable Social Commenting on this "
144
  msgstr "Деактивировать социальное комментироване"
145
 
146
+ #: ../helper.php:709
147
  msgid "Horizontal sharing"
148
  msgstr "Горизонтальное Поделиться"
149
 
150
+ #: ../helper.php:715
151
+ #: ../helper.php:734
152
  msgid "Starting share count for "
153
  msgstr "Запустить счетчик поделиться для"
154
 
155
+ #: ../helper.php:728
156
  msgid "Vertical sharing"
157
  msgstr "Вертикальное поделиться"
158
 
202
  msgstr "Оценить 5-бальной шкале"
203
 
204
  #: ../admin/help.php:54
205
+ #: ../admin/social_sharing.php:438
206
+ #: ../admin/social_sharing.php:813
207
+ #: ../admin/social_login.php:85
208
  msgid "Facebook"
209
  msgstr "Facebook"
210
 
211
+ #: ../admin/social_sharing.php:5
212
+ msgid "Boost sharing by awarding points"
213
+ msgstr "Повысьте обмен, наградив точек"
214
+
215
+ #: ../admin/social_sharing.php:12
216
+ #: ../admin/social_sharing.php:23
217
+ #: ../admin/social_login.php:10
218
+ #: ../admin/social_login.php:18
219
  #: ../admin/like_buttons.php:11
220
  #: ../admin/like_buttons.php:19
221
  msgid "Basic Configuration"
222
  msgstr "Основные настройки"
223
 
224
+ #: ../admin/social_sharing.php:13
225
  msgid "Sharing Interface"
226
  msgstr "Интерфейс Поделиться"
227
 
228
+ #: ../admin/social_sharing.php:14
229
  msgid "Sharing Options"
230
  msgstr "Настройки Поделиться"
231
 
232
+ #: ../admin/social_sharing.php:15
233
+ #: ../admin/social_sharing.php:1206
234
+ #: ../admin/social_login.php:12
235
+ #: ../admin/social_login.php:753
236
  #: ../admin/like_buttons.php:13
237
  #: ../admin/like_buttons.php:712
238
  msgid "Shortcode & Widget"
239
  msgstr "Шорткод и виджет"
240
 
241
+ #: ../admin/social_sharing.php:16
242
  msgid "Troubleshooter"
243
  msgstr "Устранение неисправностей"
244
 
245
+ #: ../admin/social_sharing.php:17
246
+ #: ../admin/social_sharing.php:1237
247
  #: ../admin/social_commenting.php:12
248
  #: ../admin/social_commenting.php:427
249
  msgid "FAQ"
250
  msgstr "Часто задаваемые вопросы (FAQ)"
251
 
252
+ #: ../admin/social_sharing.php:29
253
  msgid "Enable Social Sharing"
254
  msgstr "Активировать Поделиться в социальных сетях"
255
 
256
+ #: ../admin/social_sharing.php:39
257
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
258
  msgstr "Мастер управления Поделиться через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
259
 
260
+ #: ../admin/social_sharing.php:47
261
  msgid "Delete all the options on plugin deletion"
262
  msgstr "Удалить все настройки при удалении плагина"
263
 
264
+ #: ../admin/social_sharing.php:57
265
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
266
  msgstr "Если включено, параметры плагина будет удаляются, когда плагин будет удален /переустановлен, и вы должны будете перенастроить параметры при установке плагина в следующий раз."
267
 
268
+ #: ../admin/social_sharing.php:72
269
  msgid "Horizontal interface options"
270
  msgstr "Настройки горизонтального показа Поделиться"
271
 
272
+ #: ../admin/social_sharing.php:78
273
+ #: ../admin/social_sharing.php:156
274
  msgid "Shape"
275
  msgstr "Форма"
276
 
277
+ #: ../admin/social_sharing.php:86
278
+ #: ../admin/social_sharing.php:164
279
  msgid "Round"
280
  msgstr "Круглая"
281
 
282
+ #: ../admin/social_sharing.php:88
283
+ #: ../admin/social_sharing.php:166
284
  msgid "Square"
285
  msgstr "Квадратная"
286
 
287
+ #: ../admin/social_sharing.php:95
288
+ #: ../admin/social_sharing.php:173
289
  msgid "Shape of the sharing icons"
290
  msgstr "Форма кнопок Поделиться"
291
 
292
+ #: ../admin/social_sharing.php:103
293
+ #: ../admin/social_sharing.php:181
294
  msgid "Size (in pixels)"
295
  msgstr "Размер (в пикселях)"
296
 
297
+ #: ../admin/social_sharing.php:121
298
+ #: ../admin/social_sharing.php:199
299
  msgid "Size of the sharing icons"
300
  msgstr "Размер кнопок Поделиться"
301
 
302
+ #: ../admin/social_sharing.php:128
303
+ #: ../admin/social_sharing.php:206
304
  msgid "Icon Preview"
305
  msgstr "Превью иконок"
306
 
307
+ #: ../admin/social_sharing.php:142
308
+ #: ../admin/social_sharing.php:220
309
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
310
  msgstr "Не забудьте сохранить конфигурацию после внесения изменений, нажав ниже кнопку сохранить"
311
 
312
+ #: ../admin/social_sharing.php:150
313
  msgid "Vertical interface options"
314
  msgstr "Настройки вертикального показа Поделиться"
315
 
316
+ #: ../admin/social_sharing.php:234
317
  msgid "Modernizr"
318
  msgstr "Modernizr"
319
 
320
+ #: ../admin/social_sharing.php:240
321
  msgid "Do not load Modernizr JS"
322
  msgstr "Не загружать Modernizr JS"
323
 
324
+ #: ../admin/social_sharing.php:250
325
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
326
  msgstr "Если плагин ломает вашу тему, вы можете попробовать включить эту опцию"
327
 
328
+ #: ../admin/social_sharing.php:259
329
  #: ../admin/like_buttons.php:51
330
  msgid "Url shortener"
331
  msgstr "Укорачивание URL"
332
 
333
+ #: ../admin/social_sharing.php:265
334
  msgid "Use shortlinks already installed"
335
  msgstr "Использование коротких ссылок уже установлено"
336
 
337
+ #: ../admin/social_sharing.php:275
338
  #: ../admin/like_buttons.php:67
339
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
340
  msgstr "Позволяет использовать сокращенные ссылки если Поделиться, при условии что плагин установлен."
341
 
342
+ #: ../admin/social_sharing.php:283
343
  msgid "Enable bit.ly url shortener for sharing"
344
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
345
 
346
+ #: ../admin/social_sharing.php:293
347
  #: ../admin/like_buttons.php:85
348
  msgid "Master control to enable bit.ly url shortening for sharing"
349
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
350
 
351
+ #: ../admin/social_sharing.php:301
352
  #: ../admin/like_buttons.php:93
353
  msgid "bit.ly username"
354
  msgstr "bit.ly пользователя"
355
 
356
+ #: ../admin/social_sharing.php:311
357
  #: ../admin/like_buttons.php:103
358
  #, php-format
359
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
360
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить имя пользователя bit.ly"
361
 
362
+ #: ../admin/social_sharing.php:320
363
  #: ../admin/like_buttons.php:112
364
  msgid "bit.ly API Key"
365
  msgstr "bit.ly ключ приложения"
366
 
367
+ #: ../admin/social_sharing.php:330
368
  #: ../admin/like_buttons.php:122
369
  #, php-format
370
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
371
  msgstr "Войти в ваш bit.ly аккаунт и перейдите по <a href=\"%s\" target=\"_blank\">этой ссылке</a> , чтобы получить ваш ключ API"
372
 
373
+ #: ../admin/social_sharing.php:340
374
  msgid "Twitter username in sharing"
375
  msgstr "Имя пользователя Twitter чтобы Поделиться"
376
 
377
+ #: ../admin/social_sharing.php:346
378
  msgid "Twitter username (without @)"
379
  msgstr "Twitter имя пользователя (без @)"
380
 
381
+ #: ../admin/social_sharing.php:356
382
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
383
  msgstr "Добавляет имя пользователя после того как контент будет расшарен с помощью \"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
384
 
385
+ #: ../admin/social_sharing.php:366
386
  msgid "Horizontal Sharing Interface Options"
387
  msgstr "Интерфейс настроек горизонтальных кнопок Поделиться"
388
 
389
+ #: ../admin/social_sharing.php:372
390
  msgid "Enable horizontal sharing interface"
391
  msgstr "Включить интерфейс горизонтальных кнопок Поделиться"
392
 
393
+ #: ../admin/social_sharing.php:382
394
  msgid "Master control to enable horizontal sharing"
395
  msgstr "Мастер настройки включения горизонтальных кнопок Поделиться"
396
 
397
+ #: ../admin/social_sharing.php:392
398
+ #: ../admin/social_sharing.php:785
399
  #: ../admin/like_buttons.php:227
400
  #: ../admin/like_buttons.php:465
401
  msgid "Target Url"
402
  msgstr "Целевой URL:"
403
 
404
+ #: ../admin/social_sharing.php:396
405
+ #: ../admin/social_sharing.php:789
406
  #: ../admin/like_buttons.php:231
407
  #: ../admin/like_buttons.php:469
408
  msgid "Url of the webpage where icons are located (default)"
409
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
410
 
411
+ #: ../admin/social_sharing.php:398
412
+ #: ../admin/social_sharing.php:791
413
  #: ../admin/like_buttons.php:233
414
  #: ../admin/like_buttons.php:471
415
  msgid "Url of the homepage of your website"
416
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
417
 
418
+ #: ../admin/social_sharing.php:400
419
+ #: ../admin/social_sharing.php:793
420
  #: ../admin/like_buttons.php:235
421
  #: ../admin/like_buttons.php:473
422
  msgid "Custom url"
423
  msgstr "Пользовательская ссылка"
424
 
425
+ #: ../admin/social_sharing.php:407
426
+ #: ../admin/social_sharing.php:800
427
  msgid "Url to share"
428
  msgstr "Ссылка чтобы Поделиться"
429
 
430
+ #: ../admin/social_sharing.php:415
431
+ #: ../admin/social_login.php:353
432
  #: ../admin/like_buttons.php:250
433
  msgid "Title"
434
  msgstr "Заголовок"
435
 
436
+ #: ../admin/social_sharing.php:425
437
  msgid "The text to display above the sharing interface"
438
  msgstr "Текст, отображаемый над интерфейсом Поделиться"
439
 
440
+ #: ../admin/social_sharing.php:433
441
+ #: ../admin/social_sharing.php:808
442
+ #: ../admin/social_login.php:80
443
  msgid "Select providers"
444
  msgstr "Выберите сервисы"
445
 
446
+ #: ../admin/social_sharing.php:443
447
+ #: ../admin/social_sharing.php:818
448
+ #: ../admin/social_login.php:89
449
  msgid "Twitter"
450
  msgstr "Twitter"
451
 
452
+ #: ../admin/social_sharing.php:448
453
+ #: ../admin/social_sharing.php:823
454
+ #: ../admin/social_login.php:93
455
  msgid "LinkedIn"
456
  msgstr "LinkedIn"
457
 
458
+ #: ../admin/social_sharing.php:453
459
+ #: ../admin/social_sharing.php:828
460
+ #: ../admin/social_login.php:97
461
  msgid "Google+"
462
  msgstr "Google+"
463
 
464
+ #: ../admin/social_sharing.php:458
465
+ #: ../admin/social_sharing.php:833
466
  msgid "Print"
467
  msgstr "Печать"
468
 
469
+ #: ../admin/social_sharing.php:463
470
+ #: ../admin/social_sharing.php:838
471
  msgid "Email"
472
  msgstr "Email"
473
 
474
+ #: ../admin/social_sharing.php:468
475
+ #: ../admin/social_sharing.php:843
476
  msgid "Yahoo"
477
  msgstr "Yahoo"
478
 
479
+ #: ../admin/social_sharing.php:473
480
+ #: ../admin/social_sharing.php:848
481
  msgid "Reddit"
482
  msgstr "Reddit"
483
 
484
+ #: ../admin/social_sharing.php:478
485
+ #: ../admin/social_sharing.php:853
486
  msgid "Digg"
487
  msgstr "Digg"
488
 
489
+ #: ../admin/social_sharing.php:483
490
+ #: ../admin/social_sharing.php:858
491
  msgid "Delicious"
492
  msgstr "Delicious"
493
 
494
+ #: ../admin/social_sharing.php:488
495
+ #: ../admin/social_sharing.php:863
496
  msgid "StumbleUpon"
497
  msgstr "StumbleUpon"
498
 
499
+ #: ../admin/social_sharing.php:493
500
+ #: ../admin/social_sharing.php:868
501
  msgid "Float it"
502
  msgstr "Float it"
503
 
504
+ #: ../admin/social_sharing.php:498
505
+ #: ../admin/social_sharing.php:873
506
  msgid "Tumblr"
507
  msgstr "Tumblr"
508
 
509
+ #: ../admin/social_sharing.php:503
510
+ #: ../admin/social_sharing.php:878
511
+ #: ../admin/social_login.php:101
512
  msgid "Vkontakte"
513
  msgstr "Вконтакте"
514
 
515
+ #: ../admin/social_sharing.php:508
516
+ #: ../admin/social_sharing.php:883
517
  msgid "Pinterest"
518
  msgstr "Pinterest"
519
 
520
+ #: ../admin/social_sharing.php:513
521
+ #: ../admin/social_sharing.php:888
522
+ #: ../admin/social_login.php:109
523
  msgid "Xing"
524
  msgstr "Xing"
525
 
526
+ #: ../admin/social_sharing.php:518
527
+ #: ../admin/social_sharing.php:893
528
  msgid "Whatsapp"
529
  msgstr "WhatsApp"
530
 
531
+ #: ../admin/social_sharing.php:523
532
+ #: ../admin/social_sharing.php:898
533
  msgid "Yummly"
534
  msgstr "Yummly"
535
 
536
+ #: ../admin/social_sharing.php:528
537
+ #: ../admin/social_sharing.php:903
538
  msgid "Buffer"
539
  msgstr "Buffer"
540
 
541
+ #: ../admin/social_sharing.php:536
542
+ #: ../admin/social_sharing.php:911
543
  msgid "Select the providers for sharing interface"
544
  msgstr "Выберите сервисы для интерфейса горизонтальных кнопок Поделиться"
545
 
546
+ #: ../admin/social_sharing.php:544
547
+ #: ../admin/social_sharing.php:919
548
  msgid "Rearrange icons"
549
  msgstr "Переставить иконы"
550
 
551
+ #: ../admin/social_sharing.php:576
552
+ #: ../admin/social_sharing.php:951
553
  msgid "Drag the icons to rearrange in desired order"
554
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
555
 
556
+ #: ../admin/social_sharing.php:584
557
+ #: ../admin/social_sharing.php:977
558
  #: ../admin/like_buttons.php:320
559
  #: ../admin/like_buttons.php:557
560
  msgid "Horizontal alignment"
561
  msgstr "Горизонтальное выравнивание"
562
 
563
+ #: ../admin/social_sharing.php:588
564
+ #: ../admin/social_sharing.php:981
565
  #: ../admin/like_buttons.php:324
566
  #: ../admin/like_buttons.php:561
567
  msgid "Left"
568
  msgstr "Слева"
569
 
570
+ #: ../admin/social_sharing.php:589
571
  #: ../admin/like_buttons.php:325
572
  msgid "Center"
573
  msgstr "Центр"
574
 
575
+ #: ../admin/social_sharing.php:590
576
+ #: ../admin/social_sharing.php:982
577
  #: ../admin/like_buttons.php:326
578
  #: ../admin/like_buttons.php:562
579
  msgid "Right"
580
  msgstr "Справа"
581
 
582
+ #: ../admin/social_sharing.php:598
583
+ #: ../admin/social_sharing.php:990
584
  msgid "Horizontal alignment of the sharing interface"
585
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
586
 
587
+ #: ../admin/social_sharing.php:606
588
  #: ../admin/like_buttons.php:342
589
  msgid "Position with respect to content"
590
  msgstr "Позиция относительно контента"
591
 
592
+ #: ../admin/social_sharing.php:610
593
  #: ../admin/like_buttons.php:346
594
  msgid "Top of the content"
595
  msgstr "Над содержимым"
596
 
597
+ #: ../admin/social_sharing.php:612
598
  #: ../admin/like_buttons.php:348
599
  msgid "Bottom of the content"
600
  msgstr "Под содержимым"
601
 
602
+ #: ../admin/social_sharing.php:619
603
  msgid "Specify position of the sharing interface with respect to the content"
604
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
605
 
606
+ #: ../admin/social_sharing.php:627
607
+ #: ../admin/social_sharing.php:1056
608
  msgid "Sharing location"
609
  msgstr "Расположение кнопок Поделиться"
610
 
611
+ #: ../admin/social_sharing.php:631
612
+ #: ../admin/social_sharing.php:1060
613
+ #: ../admin/social_login.php:613
614
+ #: ../admin/social_login.php:643
615
  #: ../admin/like_buttons.php:367
616
  #: ../admin/like_buttons.php:640
617
  msgid "Homepage"
618
  msgstr "Главная"
619
 
620
+ #: ../admin/social_sharing.php:633
621
+ #: ../admin/social_sharing.php:1062
622
  #: ../admin/like_buttons.php:369
623
  #: ../admin/like_buttons.php:642
624
  msgid "Posts"
625
  msgstr "Записи"
626
 
627
+ #: ../admin/social_sharing.php:635
628
+ #: ../admin/social_sharing.php:1064
629
  #: ../admin/like_buttons.php:371
630
  #: ../admin/like_buttons.php:644
631
  msgid "Pages"
632
  msgstr "Страницы"
633
 
634
+ #: ../admin/social_sharing.php:637
635
+ #: ../admin/social_sharing.php:1066
636
  msgid "Excerpts (at Homepage)"
637
  msgstr "Выдержки (на страницы)"
638
 
639
+ #: ../admin/social_sharing.php:639
640
+ #: ../admin/social_sharing.php:1068
641
  #: ../admin/like_buttons.php:375
642
  #: ../admin/like_buttons.php:648
643
  msgid "Category Archives"
644
  msgstr "Архивы категорий"
645
 
646
+ #: ../admin/social_sharing.php:641
647
+ #: ../admin/social_sharing.php:1070
648
  #: ../admin/like_buttons.php:377
649
  #: ../admin/like_buttons.php:650
650
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
651
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
652
 
653
+ #: ../admin/social_sharing.php:657
654
  #: ../admin/like_buttons.php:393
655
  msgid "BuddyPress activity and groups"
656
  msgstr "BuddyPress активность и группы"
657
 
658
+ #: ../admin/social_sharing.php:663
659
+ #: ../admin/social_sharing.php:1085
660
  #: ../admin/like_buttons.php:400
661
  #: ../admin/like_buttons.php:665
662
  msgid "BBPress forum"
663
  msgstr "BBPress форум"
664
 
665
+ #: ../admin/social_sharing.php:666
666
+ #: ../admin/social_sharing.php:1088
667
  #: ../admin/like_buttons.php:403
668
  #: ../admin/like_buttons.php:668
669
  msgid "BBPress topic"
670
  msgstr "BBPress тема"
671
 
672
+ #: ../admin/social_sharing.php:669
673
  #: ../admin/like_buttons.php:406
674
  msgid "BBPress reply"
675
  msgstr "BBPress ответ"
676
 
677
+ #: ../admin/social_sharing.php:676
678
  #: ../admin/like_buttons.php:412
679
  msgid "After individual product at WooCommerce Shop page"
680
  msgstr "После индивидуального продукта на странице магазина"
681
 
682
+ #: ../admin/social_sharing.php:679
683
  #: ../admin/like_buttons.php:415
684
  msgid "WooCommerce Product Page"
685
  msgstr "Продукт Woocommerce"
686
 
687
+ #: ../admin/social_sharing.php:682
688
  #: ../admin/like_buttons.php:418
689
  msgid "WooCommerce Thankyou Page"
690
  msgstr "WooCommerce страница благодарности"
691
 
692
+ #: ../admin/social_sharing.php:693
693
  msgid "Specify the pages where you want to enable Sharing interface"
694
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
695
 
696
+ #: ../admin/social_sharing.php:701
697
+ #: ../admin/social_sharing.php:1106
698
  msgid "Show share counts"
699
  msgstr "Показать счетчик кнопок Поделиться"
700
 
701
+ #: ../admin/social_sharing.php:711
702
+ #: ../admin/social_sharing.php:1116
703
  msgid "If enabled, share counts are displayed above sharing icons."
704
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
705
 
706
+ #: ../admin/social_sharing.php:720
707
+ #: ../admin/social_sharing.php:1125
708
  msgid "Show total shares"
709
  msgstr "Включить общее количество Поделиться"
710
 
711
+ #: ../admin/social_sharing.php:730
712
+ #: ../admin/social_sharing.php:1135
713
  msgid "If enabled, total shares will be displayed with sharing icons"
714
  msgstr "Если включено, то общее количество Поделиться будет отображаться с кнопками Поделиться"
715
 
716
+ #: ../admin/social_sharing.php:739
717
+ #: ../admin/social_sharing.php:1144
718
  msgid "Enable 'More' icon"
719
  msgstr "Включить значок «Больше»"
720
 
721
+ #: ../admin/social_sharing.php:749
722
+ #: ../admin/social_sharing.php:1154
723
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
724
  msgstr "Если включено, «Больше» будет отображаться после кнопок Поделиться, которая показывает дополнительные сервисы в всплывающем окне"
725
 
726
+ #: ../admin/social_sharing.php:759
727
  msgid "Vertical (Floating) Sharing Interface Options"
728
  msgstr "Интерфейс настроек вертикальных(плавающих) кнопок Поделиться"
729
 
730
+ #: ../admin/social_sharing.php:765
731
  msgid "Enable vertical (floating) sharing interface"
732
  msgstr "Включить интерфейс вертикальных(плавающих) кнопок Поделиться"
733
 
734
+ #: ../admin/social_sharing.php:775
735
  msgid "Master control to enable vertical (floating) sharing widget"
736
  msgstr "Мастер управления для включения вертикального (плавающего) виджета Поделиться"
737
 
738
+ #: ../admin/social_sharing.php:959
739
  #: ../admin/like_buttons.php:539
740
  msgid "Background Color"
741
  msgstr "Цвет фона"
742
 
743
+ #: ../admin/social_sharing.php:969
744
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
745
  msgstr "Укажите цвет или шестандцатеричный код (например #cc78e0) для фона вертикальной колонки Поделиться. Оставьте пустым чтобы оставить прозрачным. Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/\" target=\"_blank\">здесь</a>"
746
 
747
+ #: ../admin/social_sharing.php:999
748
  #: ../admin/like_buttons.php:579
749
  msgid "Left offset"
750
  msgstr "Смещение влево"
751
 
752
+ #: ../admin/social_sharing.php:1009
753
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
754
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к правой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
755
 
756
+ #: ../admin/social_sharing.php:1019
757
  #: ../admin/like_buttons.php:599
758
  msgid "Right offset"
759
  msgstr "Смещение вправо"
760
 
761
+ #: ../admin/social_sharing.php:1029
762
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
763
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к левой стороне и уменьшать по отношению к правой сторону. Число может быть отрицательным."
764
 
765
+ #: ../admin/social_sharing.php:1038
766
  #: ../admin/like_buttons.php:618
767
  msgid "Top offset"
768
  msgstr "Верхний отступ"
769
 
770
+ #: ../admin/social_sharing.php:1048
771
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
772
  msgstr "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по отношению к низу и уменьшать по отношению к верху. "
773
 
774
+ #: ../admin/social_sharing.php:1098
775
  msgid "Specify the pages where you want to enable vertical Sharing interface"
776
  msgstr "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
777
 
778
+ #: ../admin/social_sharing.php:1162
779
  #, fuzzy
780
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
781
  msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
782
 
783
+ #: ../admin/social_sharing.php:1172
784
  #, fuzzy
785
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
786
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
787
 
788
+ #: ../admin/social_sharing.php:1181
789
  msgid "Hide sharing on mobile devices"
790
  msgstr "Скрыть кнопки Поделиться на мобильных устройствах"
791
 
792
+ #: ../admin/social_sharing.php:1191
793
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
794
  msgstr "Если включено, то вертикальный интерфейс Поделиться не будет отображаться на мобильных устройствах"
795
 
796
+ #: ../admin/social_sharing.php:1208
797
  msgid "Social Sharing Shortcode & Widget"
798
  msgstr "Поделиться шорткод и виджет"
799
 
800
+ #: ../admin/social_sharing.php:1218
801
  msgid "Facebook Sharing Troubleshooter"
802
  msgstr "Устранение неисправностей Поделиться от Facebook"
803
 
804
+ #: ../admin/social_sharing.php:1223
805
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
806
  msgstr "Если Поделиться от Facebook не работает нормально, нажмите на следующую ссылку и введите проблематичный URL-адрес (где Поделиться от Facebook не работает должным образом) вашего сайта в текстовом поле:"
807
 
808
+ #: ../admin/social_sharing.php:1239
809
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
810
  msgstr "Как мне отобразить общее количество Поделиться основанное на страницах/постах?"
811
 
812
+ #: ../admin/social_sharing.php:1240
813
  msgid "How can I disable sharing on particular page/post?"
814
  msgstr "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
815
 
816
+ #: ../admin/social_sharing.php:1241
817
  msgid "How can I specify minimum sharing count for sharing networks?"
818
  msgstr "Как мне указать минимальное количество для Поделиться"
819
 
820
+ #: ../admin/social_sharing.php:1251
821
  #: ../admin/social_commenting.php:438
822
+ #: ../admin/social_login.php:765
823
  #: ../admin/like_buttons.php:723
824
  msgid "Save Changes"
825
  msgstr "Сохранить изменения"
1024
  msgid "How to disable default comment form from Social Commenting?"
1025
  msgstr "Как мне деактивировать определенную форму из комментирования через социальные сети?"
1026
 
1027
+ #: ../admin/social_login.php:3
1028
+ msgid "Award points for Social Login"
1029
+ msgstr "Премии пунктов для социального Логин"
1030
+
1031
+ #: ../admin/social_login.php:11
1032
  msgid "Social Login"
1033
  msgstr "Вход через социальные сети"
1034
 
1035
+ #: ../admin/social_login.php:24
1036
  msgid "Enable Social Login"
1037
  msgstr "Активироват вход через социальные сети"
1038
 
1039
+ #: ../admin/social_login.php:34
1040
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1041
  msgstr "Мастер управления входа через социальные сети. Должно быть включено чтобы активировать вход через социальные сети."
1042
 
1043
+ #: ../admin/social_login.php:42
1044
+ msgid "Disable user registration via Social Login"
1045
+ msgstr ""
1046
+
1047
+ #: ../admin/social_login.php:52
1048
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1049
+ msgstr ""
1050
+
1051
+ #: ../admin/social_login.php:61
1052
+ #, fuzzy
1053
+ msgid "Redirection url"
1054
+ msgstr "Перенаправления входа"
1055
+
1056
+ #: ../admin/social_login.php:71
1057
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1058
+ msgstr ""
1059
+
1060
+ #: ../admin/social_login.php:105
1061
  msgid "Instagram"
1062
  msgstr "Instagram"
1063
 
1064
+ #: ../admin/social_login.php:117
1065
  msgid "Select Social ID provider to enable in Social Login"
1066
  msgstr "Выберите социальные сети чтобы активировать вход через социальные сети"
1067
 
1068
+ #: ../admin/social_login.php:125
1069
  msgid "Facebook App ID"
1070
  msgstr "Facebook App ID"
1071
 
1072
+ #: ../admin/social_login.php:135
1073
  #, php-format
1074
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1075
  msgstr "Необходимо для входа через Facebook. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Facebook."
1076
 
1077
+ #: ../admin/social_login.php:137
1078
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1079
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1080
 
1081
+ #: ../admin/social_login.php:147
1082
  msgid "Twitter API Key"
1083
  msgstr "Twitter API ключ"
1084
 
1085
+ #: ../admin/social_login.php:157
1086
  #, php-format
1087
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1088
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения Twitter."
1089
 
1090
+ #: ../admin/social_login.php:159
1091
+ #: ../admin/social_login.php:181
1092
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1093
  msgstr "Вставьте следующий URL-адрес в <strong>веб-сайта</strong> и <strong>URL обратного вызова</strong> для упоминания ссылки."
1094
 
1095
+ #: ../admin/social_login.php:169
1096
  msgid "Twitter API Secret"
1097
  msgstr "Twitter API секретный ключ"
1098
 
1099
+ #: ../admin/social_login.php:179
1100
  #, php-format
1101
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1102
  msgstr "Необходимо для входа через Twitter. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа приложения Facebook."
1103
 
1104
+ #: ../admin/social_login.php:191
1105
  msgid "LinkedIn API Key"
1106
  msgstr "Секретный ключ приложения LinkedIn"
1107
 
1108
+ #: ../admin/social_login.php:201
1109
  #, php-format
1110
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1111
  msgstr "Необходимо для входа через LinkedIn. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа приложения LinkedIn."
1112
 
1113
+ #: ../admin/social_login.php:203
1114
+ #: ../admin/social_login.php:269
1115
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1116
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1117
 
1118
+ #: ../admin/social_login.php:213
1119
  msgid "Google+ Client ID"
1120
  msgstr "Google+ ID клиента"
1121
 
1122
+ #: ../admin/social_login.php:223
1123
  #, php-format
1124
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1125
  msgstr "Необходимо для входа через Google+. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Google+."
1126
 
1127
+ #: ../admin/social_login.php:225
1128
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1129
  msgstr "JavaScript для авторизации"
1130
 
1131
+ #: ../admin/social_login.php:235
1132
  msgid "Vkontakte Application ID"
1133
  msgstr " ID приложения Vkontakte"
1134
 
1135
+ #: ../admin/social_login.php:245
1136
  #, php-format
1137
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1138
  msgstr "Необходимо для входа через Vkontakte. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID приложения Vkontakte."
1139
 
1140
+ #: ../admin/social_login.php:247
1141
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1142
  msgstr "Вставьте следующий URL-адрес в <strong>URL-адрес сайта</strong> для упоминания ссылки."
1143
 
1144
+ #: ../admin/social_login.php:257
1145
  msgid "Instagram Client ID"
1146
  msgstr "Instagram ID клиента"
1147
 
1148
+ #: ../admin/social_login.php:267
1149
  #, php-format
1150
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1151
  msgstr "Необходимо для входа через Instagram. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ID клиента в Instagram."
1152
 
1153
+ #: ../admin/social_login.php:279
1154
  msgid "Xing Consumer Key"
1155
  msgstr "Ключ потребителя Xing"
1156
 
1157
+ #: ../admin/social_login.php:289
1158
  #, php-format
1159
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1160
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения ключа потребителя Xing."
1161
 
1162
+ #: ../admin/social_login.php:291
1163
+ #: ../admin/social_login.php:313
1164
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1165
  msgstr "Вставьте следующий URL-адрес в <strong>URL веб-сайта</strong> для упоминания ссылки"
1166
 
1167
+ #: ../admin/social_login.php:301
1168
  msgid "Xing Consumer Secret"
1169
  msgstr "Секретный ключ потребителя Xing"
1170
 
1171
+ #: ../admin/social_login.php:311
1172
  #, php-format
1173
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1174
  msgstr "Необходимо для входа через Xing. Пожалуйста, посмотрите документацию <a href=\"%s\" target=\"_blank\">здесь</a> для получения секретного ключа потребителя Xing."
1175
 
1176
+ #: ../admin/social_login.php:323
1177
  msgid "Include Javascript in website footer"
1178
  msgstr "Включить Javascriptв подвале(футере) сайта"
1179
 
1180
+ #: ../admin/social_login.php:333
1181
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1182
  msgstr "Если этот параметр включен (рекомендуется), Javascript файлы будут включены в нижней части вашего сайта."
1183
 
1184
+ #: ../admin/social_login.php:347
1185
  msgid "Login options"
1186
  msgstr "Опции входа"
1187
 
1188
+ #: ../admin/social_login.php:363
1189
  msgid "Text to display above the Social Login interface"
1190
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
1191
 
1192
+ #: ../admin/social_login.php:372
1193
  msgid "Enable at login page"
1194
  msgstr "Включить страницу входа"
1195
 
1196
+ #: ../admin/social_login.php:382
1197
  msgid "Social Login interface will get enabled at the login page of your website"
1198
  msgstr "Интерфейс входа через социальные сети будет активирован на странице входа "
1199
 
1200
+ #: ../admin/social_login.php:390
1201
  msgid "Enable at register page"
1202
  msgstr "Включить на странице регистрации"
1203
 
1204
+ #: ../admin/social_login.php:400
1205
  msgid "Social Login interface will get enabled at the registration page of your website"
1206
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
1207
 
1208
+ #: ../admin/social_login.php:408
1209
  msgid "Enable at comment form"
1210
  msgstr "Включить в форму комментирования"
1211
 
1212
+ #: ../admin/social_login.php:418
1213
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1214
  msgstr "Интерфейс входа через социальные сети будет активирован в вашей форме комментирования Wordpress"
1215
 
1216
+ #: ../admin/social_login.php:432
1217
  msgid "Enable before WooCommerce Customer Login Form"
1218
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
1219
 
1220
+ #: ../admin/social_login.php:442
1221
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1222
  msgstr "Интерфейс входа через социальные сети будет активирован перед формой входа для покупателя на странице Мой Аккаунт в WooCommerce"
1223
 
1224
+ #: ../admin/social_login.php:450
1225
  msgid "Enable after WooCommerce Customer Login Form"
1226
  msgstr "Включить после формы входа клиента WooCommerce"
1227
 
1228
+ #: ../admin/social_login.php:460
1229
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1230
  msgstr "Интерфейс входа через социальные сети будет активирован после формы входа для покупателя на странице Мой Аккаунт в WooCommerce"
1231
 
1232
+ #: ../admin/social_login.php:468
1233
  msgid "Enable at WooCommerce checkout page"
1234
  msgstr "Включить на странице оформления заказа WooCommerce"
1235
 
1236
+ #: ../admin/social_login.php:478
1237
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1238
  msgstr "Интерфейс входа через социальные сети будет активирован на странице оформления заказа в WooCommerce"
1239
 
1240
+ #: ../admin/social_login.php:489
1241
  msgid "Auto-approve comments made by Social Login users"
1242
  msgstr "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
1243
 
1244
+ #: ../admin/social_login.php:499
1245
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1246
  msgstr "Если эта опция включена и комментарий в WordPress сделан пользователем, который вошел через социальные сети, то комментарий будет опубликован сразу без модерации."
1247
 
1248
+ #: ../admin/social_login.php:500
1249
  msgid "Note: This is not related to Facebook comments"
1250
  msgstr "Примечание: Это не связано с комментариями от Facebook"
1251
 
1252
+ #: ../admin/social_login.php:510
1253
  msgid "Enable social avatar"
1254
  msgstr "Включение социальных аватар"
1255
 
1256
+ #: ../admin/social_login.php:520
1257
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1258
  msgstr "Изображения пользователя в социальных сетях будет использоваться как изображение профиля на сайте"
1259
 
1260
+ #: ../admin/social_login.php:530
1261
  msgid "Avatar quality"
1262
  msgstr "Качество аватары"
1263
 
1264
+ #: ../admin/social_login.php:533
1265
  msgid "Average"
1266
  msgstr "Среднее"
1267
 
1268
+ #: ../admin/social_login.php:534
1269
  msgid "Best"
1270
  msgstr "лучший"
1271
 
1272
+ #: ../admin/social_login.php:541
1273
  msgid "Choose avatar quality"
1274
  msgstr "Выберите качество аватара"
1275
 
1276
+ #: ../admin/social_login.php:560
1277
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1278
  msgstr "Если опция включена и социальные сервисы не предоставляют почту пользователя для входа, пользователю потребуется ввести свою почту. В противном же случае, почта будет создана по образцу."
1279
 
1280
+ #: ../admin/social_login.php:569
1281
  msgid "Send username-password after user registration"
1282
  msgstr "Отправить имя пользователя и пароль после регистрации пользователя"
1283
 
1284
+ #: ../admin/social_login.php:579
1285
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1286
  msgstr "Если опция включена, на почту пользователя после регистрации через социальные сети будет отправлено письмо с именем и пароль чтобы была возможность зайти черед стандартную форму авторизации"
1287
 
1288
+ #: ../admin/social_login.php:588
1289
  msgid "Enable social account linking at BuddyPress profile page"
1290
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
1291
 
1292
+ #: ../admin/social_login.php:598
1293
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1294
  msgstr "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице профиля BuddyPress"
1295
 
1296
+ #: ../admin/social_login.php:607
1297
  msgid "Login redirection"
1298
  msgstr "Перенаправления входа"
1299
 
1300
+ #: ../admin/social_login.php:611
1301
  msgid "Same page where user logged in"
1302
  msgstr "Та же страница, на которой пользователь произвел вход "
1303
 
1304
+ #: ../admin/social_login.php:615
1305
+ #: ../admin/social_login.php:645
1306
  msgid "Account dashboard"
1307
  msgstr "Страница управления моим аккаунтом"
1308
 
1309
+ #: ../admin/social_login.php:618
1310
+ #: ../admin/social_login.php:648
1311
  msgid "BuddyPress profile page"
1312
  msgstr "Страница профиля BuddyPress"
1313
 
1314
+ #: ../admin/social_login.php:621
1315
+ #: ../admin/social_login.php:651
1316
  msgid "Custom Url"
1317
  msgstr "Пользовательская ссылка"
1318
 
1319
+ #: ../admin/social_login.php:629
1320
  msgid "User will be redirected to the selected page after Social Login"
1321
  msgstr "Пользователь будет перенаправлен на выбранную страницу после входа через социальные сети"
1322
 
1323
+ #: ../admin/social_login.php:637
1324
  msgid "Registration redirection"
1325
  msgstr "Перенаправлении регистрации"
1326
 
1327
+ #: ../admin/social_login.php:641
1328
  msgid "Same page from where user registered"
1329
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
1330
 
1331
+ #: ../admin/social_login.php:659
1332
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1333
  msgstr "Пользователь будет перенаправлен на выбранную страницу после регистрации (первый вход чере социальные сети) через социальные логин"
1334
 
1335
+ #: ../admin/social_login.php:667
1336
  msgid "Email popup options"
1337
  msgstr "Параметры всплывающей электронной Почты"
1338
 
1339
+ #: ../admin/social_login.php:673
1340
  msgid "Text on 'Email required' popup"
1341
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
1342
 
1343
+ #: ../admin/social_login.php:683
1344
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1345
  msgstr "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте поле пустым если не требуется."
1346
 
1347
+ #: ../admin/social_login.php:692
1348
  msgid "Error message for 'Email required' popup"
1349
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
1350
 
1351
+ #: ../admin/social_login.php:702
1352
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1353
  msgstr "Это сообщение будет показано пользователю, если он предоставил неверную или уже используемую почту"
1354
 
1355
+ #: ../admin/social_login.php:711
1356
  msgid "Email popup height"
1357
  msgstr "Высота высплывающего окна"
1358
 
1359
+ #: ../admin/social_login.php:721
1360
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1361
  msgstr "Если вы видите вертикальную полосу в всмплывающем окне \"Необходима почта\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для базового значения."
1362
 
1363
+ #: ../admin/social_login.php:729
1364
  msgid "Enable email verification"
1365
  msgstr "Включить проверку электронной почты"
1366
 
1367
+ #: ../admin/social_login.php:739
1368
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1369
  msgstr "Если опция включена, то на почту, которую указал пользователь, придет письмо с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
1370
 
1371
+ #: ../admin/social_login.php:755
1372
  msgid "Social Login Shortcode & Widget"
1373
  msgstr "Шорткод и виджет для входа через социальные сети "
1374
 
1375
+ #: ../admin/social_login.php:756
1376
  msgid "Social Linking Shortcode"
1377
  msgstr "Шорткод социальных ссылок"
1378
 
1555
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1556
  msgstr "Активируйте вход через социальные сети в \"Базовые настройки\" в секции на странице \"Super Socializer > Вход через социальные сети\" в панели админ-панели"
1557
 
1558
+ #: ../inc/social_sharing.php:598
1559
  msgid "Invalid request"
1560
  msgstr "Неверный Запрос!"
1561
 
1562
+ #: ../inc/social_sharing.php:605
1563
  msgid "Providers not selected"
1564
  msgstr "Сервисы не выбраны"
1565
 
1566
+ #: ../inc/social_login.php:232
1567
+ #, php-format
1568
+ msgid "Username: %s"
1569
+ msgstr ""
1570
+
1571
+ #: ../inc/social_login.php:233
1572
+ #, php-format
1573
+ msgid "Password: %s"
1574
+ msgstr ""
1575
+
1576
+ #: ../inc/social_login.php:236
1577
+ #, php-format
1578
+ msgid "[%s] Your username and password"
1579
+ msgstr ""
1580
+
1581
  #: ../inc/widget.php:11
1582
  msgid "Super Socializer - Login"
1583
  msgstr "Super Socializer - Вход"
languages/Super-Socializer-sr_RS.mo CHANGED
Binary file
languages/Super-Socializer-sr_RS.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-25 07:12+0530\n"
6
- "PO-Revision-Date: 2015-08-25 07:12+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -16,63 +16,63 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:224
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
 
24
- #: ../super_socializer.php:227
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
 
28
- #: ../super_socializer.php:397
29
  msgid "Please verify your email address to login."
30
  msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
 
32
- #: ../super_socializer.php:397
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
 
36
- #: ../super_socializer.php:401
37
  msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
- #: ../super_socializer.php:420
41
- #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
45
- #: ../super_socializer.php:423
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
 
49
- #: ../super_socializer.php:436
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
 
53
- #: ../super_socializer.php:513
54
  msgid "Leave a reply"
55
  msgstr "Ostavite odgovor"
56
 
57
- #: ../super_socializer.php:604
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - prijavljivanje"
61
 
62
- #: ../super_socializer.php:607
63
  msgid "Small Avatar Url"
64
  msgstr "Mali Avatar Url"
65
 
66
- #: ../super_socializer.php:612
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Ciljni Url"
70
 
71
- #: ../super_socializer.php:645
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
74
 
75
- #: ../super_socializer.php:649
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
78
 
@@ -97,71 +97,71 @@ msgstr "Kliknite da pomoć bude sakrivena"
97
  msgid "Settings"
98
  msgstr "Podešavanja"
99
 
100
- #: ../helper.php:503
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Nalog uspešno povezan"
104
 
105
- #: ../helper.php:507
106
  msgid "Account already exists or linked"
107
  msgstr "Nalog već postoji ili je povezan"
108
 
109
- #: ../helper.php:516
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Već ste konektovani sa"
113
 
114
- #: ../helper.php:516
115
  msgid "as primary social network"
116
  msgstr "kao primarna mreža"
117
 
118
- #: ../helper.php:531
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Povežite vaš društveni nalog da biste se ulogovali na vaš nalog na ovom vebsajtu"
121
 
122
- #: ../helper.php:568
123
  msgid "Currently"
124
  msgstr "Tekući"
125
 
126
- #: ../helper.php:568
127
  msgid "Remove"
128
  msgstr "rimuove"
129
 
130
- #: ../helper.php:669
131
  msgid "Disable Horizontal Social Sharing on this "
132
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
133
 
134
- #: ../helper.php:674
135
  msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
137
 
138
- #: ../helper.php:679
139
  #, fuzzy
140
  msgid "Disable Horizontal like buttons on this "
141
  msgstr "Onemogući Horizontalne tastere za “sviđa mi se” na ovome"
142
 
143
- #: ../helper.php:684
144
  #, fuzzy
145
  msgid "Disable Vertical like buttons on this "
146
  msgstr "Onemogući Vertikalne tastere za “sviđa mi se” na ovome"
147
 
148
- #: ../helper.php:689
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Onemogući Društveno komentarisanje na ovome"
152
 
153
- #: ../helper.php:698
154
  #, fuzzy
155
  msgid "Horizontal sharing"
156
  msgstr "Horizontalno share-ovanje"
157
 
158
- #: ../helper.php:704
159
- #: ../helper.php:723
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "Počni brojanje share-ovanja za"
163
 
164
- #: ../helper.php:717
165
  #, fuzzy
166
  msgid "Vertical sharing"
167
  msgstr "Vertikalno share-ovanje"
@@ -214,641 +214,645 @@ msgid "Rate 5-star"
214
  msgstr "Ocenite 5 zvezdica"
215
 
216
  #: ../admin/help.php:54
217
- #: ../admin/social_sharing.php:437
218
- #: ../admin/social_sharing.php:815
219
- #: ../admin/social_login.php:46
220
  msgid "Facebook"
221
  msgstr "Facebook"
222
 
223
- #: ../admin/social_sharing.php:11
224
- #: ../admin/social_sharing.php:22
225
- #: ../admin/social_login.php:9
226
- #: ../admin/social_login.php:17
 
 
 
 
227
  #: ../admin/like_buttons.php:11
228
  #: ../admin/like_buttons.php:19
229
  msgid "Basic Configuration"
230
  msgstr "Osnovna konfiguracija"
231
 
232
- #: ../admin/social_sharing.php:12
233
  #, fuzzy
234
  msgid "Sharing Interface"
235
  msgstr "Interfejs za share-ovanje"
236
 
237
- #: ../admin/social_sharing.php:13
238
  #, fuzzy
239
  msgid "Sharing Options"
240
  msgstr "Opcije za share-ovanje"
241
 
242
- #: ../admin/social_sharing.php:14
243
- #: ../admin/social_sharing.php:1211
244
- #: ../admin/social_login.php:11
245
- #: ../admin/social_login.php:714
246
  #: ../admin/like_buttons.php:13
247
  #: ../admin/like_buttons.php:712
248
  msgid "Shortcode & Widget"
249
  msgstr "Kratki kod & vidžet"
250
 
251
- #: ../admin/social_sharing.php:15
252
  msgid "Troubleshooter"
253
  msgstr "Sređivanje problema"
254
 
255
- #: ../admin/social_sharing.php:16
256
- #: ../admin/social_sharing.php:1242
257
  #: ../admin/social_commenting.php:12
258
  #: ../admin/social_commenting.php:427
259
  msgid "FAQ"
260
  msgstr "FAQ"
261
 
262
- #: ../admin/social_sharing.php:28
263
  msgid "Enable Social Sharing"
264
  msgstr "Omogući društveno share-ovanje"
265
 
266
- #: ../admin/social_sharing.php:38
267
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
268
  msgstr "Master kontrola za društveno share-ovanje. Mora se proveriti radi omogućavanja funkcionalnosti Društvenog share-ovanja"
269
 
270
- #: ../admin/social_sharing.php:46
271
  msgid "Delete all the options on plugin deletion"
272
  msgstr "Obrišite sve opcije na brisanju plugin-a"
273
 
274
- #: ../admin/social_sharing.php:56
275
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
276
  msgstr "Ukoliko su omogućene, opcije plugin-a će biti obrisane kada plugin bude obrisan/deinstaliran i biće potrebno da ponovo konfigurišete opcije kada sledeći put instalirate plugin."
277
 
278
- #: ../admin/social_sharing.php:71
279
  #, fuzzy
280
  msgid "Horizontal interface options"
281
  msgstr "Horizontalne opcije interfejsa"
282
 
283
- #: ../admin/social_sharing.php:77
284
- #: ../admin/social_sharing.php:155
285
  msgid "Shape"
286
  msgstr "Oblik"
287
 
288
- #: ../admin/social_sharing.php:85
289
- #: ../admin/social_sharing.php:163
290
  msgid "Round"
291
  msgstr "Krug"
292
 
293
- #: ../admin/social_sharing.php:87
294
- #: ../admin/social_sharing.php:165
295
  msgid "Square"
296
  msgstr "Kvadrat"
297
 
298
- #: ../admin/social_sharing.php:94
299
- #: ../admin/social_sharing.php:172
300
  #, fuzzy
301
  msgid "Shape of the sharing icons"
302
  msgstr "Oblik ikonica za share-ovanje"
303
 
304
- #: ../admin/social_sharing.php:102
305
- #: ../admin/social_sharing.php:180
306
  msgid "Size (in pixels)"
307
  msgstr "Veličina (u pikselima)"
308
 
309
- #: ../admin/social_sharing.php:120
310
- #: ../admin/social_sharing.php:198
311
  #, fuzzy
312
  msgid "Size of the sharing icons"
313
  msgstr "Oblik ikonica za share-ovanje"
314
 
315
- #: ../admin/social_sharing.php:127
316
- #: ../admin/social_sharing.php:205
317
  msgid "Icon Preview"
318
  msgstr "Pregled ikonica"
319
 
320
- #: ../admin/social_sharing.php:141
321
- #: ../admin/social_sharing.php:219
322
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
323
  msgstr "Ne zaboravite da sačuvate konfiguraciju nakon što napravite promene tako što ste kliknuli na taster “save” (sačuvaj) ispod"
324
 
325
- #: ../admin/social_sharing.php:149
326
  #, fuzzy
327
  msgid "Vertical interface options"
328
  msgstr "Vertikalne opcije interfejsa"
329
 
330
- #: ../admin/social_sharing.php:233
331
  msgid "Modernizr"
332
  msgstr "Modernizr"
333
 
334
- #: ../admin/social_sharing.php:239
335
  msgid "Do not load Modernizr JS"
336
  msgstr "Nemojte učitavati Modernizr JS"
337
 
338
- #: ../admin/social_sharing.php:249
339
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
340
  msgstr "Ukoliko smatrate da vam plugin prekida temu, možete probati da osposobite ovu opciju"
341
 
342
- #: ../admin/social_sharing.php:258
343
  #: ../admin/like_buttons.php:51
344
  #, fuzzy
345
  msgid "Url shortener"
346
  msgstr "Url skraćenica"
347
 
348
- #: ../admin/social_sharing.php:264
349
  msgid "Use shortlinks already installed"
350
  msgstr "Koristite kratke linkove koji su već instalirani"
351
 
352
- #: ../admin/social_sharing.php:274
353
  #: ../admin/like_buttons.php:67
354
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
355
  msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
356
 
357
- #: ../admin/social_sharing.php:282
358
  msgid "Enable bit.ly url shortener for sharing"
359
  msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
360
 
361
- #: ../admin/social_sharing.php:292
362
  #: ../admin/like_buttons.php:85
363
  #, fuzzy
364
  msgid "Master control to enable bit.ly url shortening for sharing"
365
  msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
366
 
367
- #: ../admin/social_sharing.php:300
368
  #: ../admin/like_buttons.php:93
369
  msgid "bit.ly username"
370
  msgstr "bit.ly korisničko ime"
371
 
372
- #: ../admin/social_sharing.php:310
373
  #: ../admin/like_buttons.php:103
374
  #, php-format
375
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
376
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
377
 
378
- #: ../admin/social_sharing.php:319
379
  #: ../admin/like_buttons.php:112
380
  #, fuzzy
381
  msgid "bit.ly API Key"
382
  msgstr "bit.ly API ključ"
383
 
384
- #: ../admin/social_sharing.php:329
385
  #: ../admin/like_buttons.php:122
386
  #, fuzzy, php-format
387
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
388
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
389
 
390
- #: ../admin/social_sharing.php:339
391
  msgid "Twitter username in sharing"
392
  msgstr "Korisničko ime na Twitter-u kod share-ovanja"
393
 
394
- #: ../admin/social_sharing.php:345
395
  msgid "Twitter username (without @)"
396
  msgstr "Korisničko ime na Twitter-u (bez @)"
397
 
398
- #: ../admin/social_sharing.php:355
399
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
400
  msgstr "Dostavljeno korisničko ime će biti okačeno nakon što je sadržaj share-ovan kao \"via @USERNAME\". Ostavite prazno ukoliko ne želite nikakvo korisničko ime u sadržaju koji se share-uje."
401
 
402
- #: ../admin/social_sharing.php:365
403
  msgid "Horizontal Sharing Interface Options"
404
  msgstr "Opcije interfejsa horizontalnog share-ovanja"
405
 
406
- #: ../admin/social_sharing.php:371
407
  msgid "Enable horizontal sharing interface"
408
  msgstr "Omogućite interfejs horizontalnog share-ovanja"
409
 
410
- #: ../admin/social_sharing.php:381
411
  msgid "Master control to enable horizontal sharing"
412
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
413
 
414
- #: ../admin/social_sharing.php:391
415
- #: ../admin/social_sharing.php:787
416
  #: ../admin/like_buttons.php:227
417
  #: ../admin/like_buttons.php:465
418
  msgid "Target Url"
419
  msgstr "Ciljni Url"
420
 
421
- #: ../admin/social_sharing.php:395
422
- #: ../admin/social_sharing.php:791
423
  #: ../admin/like_buttons.php:231
424
  #: ../admin/like_buttons.php:469
425
  msgid "Url of the webpage where icons are located (default)"
426
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
427
 
428
- #: ../admin/social_sharing.php:397
429
- #: ../admin/social_sharing.php:793
430
  #: ../admin/like_buttons.php:233
431
  #: ../admin/like_buttons.php:471
432
  msgid "Url of the homepage of your website"
433
  msgstr "Url početne strane vašeg vebsajta"
434
 
435
- #: ../admin/social_sharing.php:399
436
- #: ../admin/social_sharing.php:795
437
  #: ../admin/like_buttons.php:235
438
  #: ../admin/like_buttons.php:473
439
  #, fuzzy
440
  msgid "Custom url"
441
  msgstr "Uobičajeni url"
442
 
443
- #: ../admin/social_sharing.php:406
444
- #: ../admin/social_sharing.php:802
445
  msgid "Url to share"
446
  msgstr "Url za share-ovanje"
447
 
448
- #: ../admin/social_sharing.php:414
449
- #: ../admin/social_login.php:314
450
  #: ../admin/like_buttons.php:250
451
  msgid "Title"
452
  msgstr "Naslov"
453
 
454
- #: ../admin/social_sharing.php:424
455
  msgid "The text to display above the sharing interface"
456
  msgstr "Tekst koji će se prikazati iznad za share-ovanje interfejsa"
457
 
458
- #: ../admin/social_sharing.php:432
459
- #: ../admin/social_sharing.php:810
460
- #: ../admin/social_login.php:41
461
  msgid "Select providers"
462
  msgstr "Selektujte provajdere"
463
 
464
- #: ../admin/social_sharing.php:442
465
- #: ../admin/social_sharing.php:820
466
- #: ../admin/social_login.php:50
467
  msgid "Twitter"
468
  msgstr "Twitter"
469
 
470
- #: ../admin/social_sharing.php:447
471
- #: ../admin/social_sharing.php:825
472
- #: ../admin/social_login.php:54
473
  msgid "LinkedIn"
474
  msgstr "LinkedIn"
475
 
476
- #: ../admin/social_sharing.php:452
477
- #: ../admin/social_sharing.php:830
478
- #: ../admin/social_login.php:58
479
  msgid "Google+"
480
  msgstr "Google+"
481
 
482
- #: ../admin/social_sharing.php:457
483
- #: ../admin/social_sharing.php:835
484
  msgid "Print"
485
  msgstr "Print"
486
 
487
- #: ../admin/social_sharing.php:462
488
- #: ../admin/social_sharing.php:840
489
  msgid "Email"
490
  msgstr "Email"
491
 
492
- #: ../admin/social_sharing.php:467
493
- #: ../admin/social_sharing.php:845
494
  msgid "Yahoo"
495
  msgstr "Yahoo"
496
 
497
- #: ../admin/social_sharing.php:472
498
- #: ../admin/social_sharing.php:850
499
  msgid "Reddit"
500
  msgstr "Reddit"
501
 
502
- #: ../admin/social_sharing.php:477
503
- #: ../admin/social_sharing.php:855
504
  msgid "Digg"
505
  msgstr "Digg"
506
 
507
- #: ../admin/social_sharing.php:482
508
- #: ../admin/social_sharing.php:860
509
  msgid "Delicious"
510
  msgstr "Delicious"
511
 
512
- #: ../admin/social_sharing.php:487
513
- #: ../admin/social_sharing.php:865
514
  msgid "StumbleUpon"
515
  msgstr "StumbleUpon"
516
 
517
- #: ../admin/social_sharing.php:492
518
- #: ../admin/social_sharing.php:870
519
  msgid "Float it"
520
  msgstr "Float it"
521
 
522
- #: ../admin/social_sharing.php:497
523
- #: ../admin/social_sharing.php:875
524
  msgid "Tumblr"
525
  msgstr "Tumblr"
526
 
527
- #: ../admin/social_sharing.php:502
528
- #: ../admin/social_sharing.php:880
529
- #: ../admin/social_login.php:62
530
  msgid "Vkontakte"
531
  msgstr "Vkontakte"
532
 
533
- #: ../admin/social_sharing.php:507
534
- #: ../admin/social_sharing.php:885
535
  msgid "Pinterest"
536
  msgstr "Pinterest"
537
 
538
- #: ../admin/social_sharing.php:512
539
- #: ../admin/social_sharing.php:890
540
- #: ../admin/social_login.php:70
541
  msgid "Xing"
542
  msgstr "Xing"
543
 
544
- #: ../admin/social_sharing.php:517
545
- #: ../admin/social_sharing.php:895
546
  msgid "Whatsapp"
547
  msgstr "Whatsapp"
548
 
549
- #: ../admin/social_sharing.php:522
550
- #: ../admin/social_sharing.php:900
551
  msgid "Yummly"
552
  msgstr "Yummly"
553
 
554
- #: ../admin/social_sharing.php:527
555
- #: ../admin/social_sharing.php:905
556
  msgid "Buffer"
557
  msgstr "Buffer"
558
 
559
- #: ../admin/social_sharing.php:535
560
- #: ../admin/social_sharing.php:913
561
  msgid "Select the providers for sharing interface"
562
  msgstr "Selektujte provajdere za share-ovanje interfejsa"
563
 
564
- #: ../admin/social_sharing.php:543
565
- #: ../admin/social_sharing.php:921
566
  msgid "Rearrange icons"
567
  msgstr "Preuredite ikonice"
568
 
569
- #: ../admin/social_sharing.php:578
570
- #: ../admin/social_sharing.php:956
571
  msgid "Drag the icons to rearrange in desired order"
572
  msgstr "Prevucite ikonice da biste ih preuredili po želejnom rasporedu"
573
 
574
- #: ../admin/social_sharing.php:586
575
- #: ../admin/social_sharing.php:982
576
  #: ../admin/like_buttons.php:320
577
  #: ../admin/like_buttons.php:557
578
  #, fuzzy
579
  msgid "Horizontal alignment"
580
  msgstr "Horizontalno svrstavanje"
581
 
582
- #: ../admin/social_sharing.php:590
583
- #: ../admin/social_sharing.php:986
584
  #: ../admin/like_buttons.php:324
585
  #: ../admin/like_buttons.php:561
586
  msgid "Left"
587
  msgstr "Levo"
588
 
589
- #: ../admin/social_sharing.php:591
590
  #: ../admin/like_buttons.php:325
591
  msgid "Center"
592
  msgstr "Centar"
593
 
594
- #: ../admin/social_sharing.php:592
595
- #: ../admin/social_sharing.php:987
596
  #: ../admin/like_buttons.php:326
597
  #: ../admin/like_buttons.php:562
598
  #, fuzzy
599
  msgid "Right"
600
  msgstr "Desno"
601
 
602
- #: ../admin/social_sharing.php:600
603
- #: ../admin/social_sharing.php:995
604
  #, fuzzy
605
  msgid "Horizontal alignment of the sharing interface"
606
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
607
 
608
- #: ../admin/social_sharing.php:608
609
  #: ../admin/like_buttons.php:342
610
  msgid "Position with respect to content"
611
  msgstr "Pozicija u odnosu na sadržaj"
612
 
613
- #: ../admin/social_sharing.php:612
614
  #: ../admin/like_buttons.php:346
615
  msgid "Top of the content"
616
  msgstr "Vrh sadržaja"
617
 
618
- #: ../admin/social_sharing.php:614
619
  #: ../admin/like_buttons.php:348
620
  msgid "Bottom of the content"
621
  msgstr "Dno sadržaja"
622
 
623
- #: ../admin/social_sharing.php:621
624
  msgid "Specify position of the sharing interface with respect to the content"
625
  msgstr "Speciikujte poziciju share-ovanja interfejsa u odnosu na sadržaj"
626
 
627
- #: ../admin/social_sharing.php:629
628
- #: ../admin/social_sharing.php:1061
629
  msgid "Sharing location"
630
  msgstr "Share-ovanje lokacije"
631
 
632
- #: ../admin/social_sharing.php:633
633
- #: ../admin/social_sharing.php:1065
634
- #: ../admin/social_login.php:574
635
- #: ../admin/social_login.php:604
636
  #: ../admin/like_buttons.php:367
637
  #: ../admin/like_buttons.php:640
638
  msgid "Homepage"
639
  msgstr "Početna strana"
640
 
641
- #: ../admin/social_sharing.php:635
642
- #: ../admin/social_sharing.php:1067
643
  #: ../admin/like_buttons.php:369
644
  #: ../admin/like_buttons.php:642
645
  msgid "Posts"
646
  msgstr "Postovi"
647
 
648
- #: ../admin/social_sharing.php:637
649
- #: ../admin/social_sharing.php:1069
650
  #: ../admin/like_buttons.php:371
651
  #: ../admin/like_buttons.php:644
652
  msgid "Pages"
653
  msgstr "Stranice"
654
 
655
- #: ../admin/social_sharing.php:639
656
- #: ../admin/social_sharing.php:1071
657
  msgid "Excerpts (at Homepage)"
658
  msgstr ""
659
 
660
- #: ../admin/social_sharing.php:641
661
- #: ../admin/social_sharing.php:1073
662
  #: ../admin/like_buttons.php:375
663
  #: ../admin/like_buttons.php:648
664
  msgid "Category Archives"
665
  msgstr "Arhive kategorija"
666
 
667
- #: ../admin/social_sharing.php:643
668
- #: ../admin/social_sharing.php:1075
669
  #: ../admin/like_buttons.php:377
670
  #: ../admin/like_buttons.php:650
671
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
672
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
673
 
674
- #: ../admin/social_sharing.php:659
675
  #: ../admin/like_buttons.php:393
676
  msgid "BuddyPress activity and groups"
677
  msgstr "Aktivnost i grupe BuddyPress-a"
678
 
679
- #: ../admin/social_sharing.php:665
680
- #: ../admin/social_sharing.php:1090
681
  #: ../admin/like_buttons.php:400
682
  #: ../admin/like_buttons.php:665
683
  msgid "BBPress forum"
684
  msgstr "BBPress forum"
685
 
686
- #: ../admin/social_sharing.php:668
687
- #: ../admin/social_sharing.php:1093
688
  #: ../admin/like_buttons.php:403
689
  #: ../admin/like_buttons.php:668
690
  msgid "BBPress topic"
691
  msgstr "BBPress tema"
692
 
693
- #: ../admin/social_sharing.php:671
694
  #: ../admin/like_buttons.php:406
695
  msgid "BBPress reply"
696
  msgstr "BBPress odgovor"
697
 
698
- #: ../admin/social_sharing.php:678
699
  #: ../admin/like_buttons.php:412
700
  msgid "After individual product at WooCommerce Shop page"
701
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
702
 
703
- #: ../admin/social_sharing.php:681
704
  #: ../admin/like_buttons.php:415
705
  msgid "WooCommerce Product Page"
706
  msgstr "WooCommerce stranica sa proizvodima"
707
 
708
- #: ../admin/social_sharing.php:684
709
  #: ../admin/like_buttons.php:418
710
  msgid "WooCommerce Thankyou Page"
711
  msgstr "WooCommerce Thankyou (hvala) stranica "
712
 
713
- #: ../admin/social_sharing.php:695
714
  msgid "Specify the pages where you want to enable Sharing interface"
715
  msgstr "Specifikujte stranice gde želite da omogućite Share-ovanje interfejsa"
716
 
717
- #: ../admin/social_sharing.php:703
718
- #: ../admin/social_sharing.php:1111
719
  msgid "Show share counts"
720
  msgstr "Prikažite brojanje share-ovanja"
721
 
722
- #: ../admin/social_sharing.php:713
723
- #: ../admin/social_sharing.php:1121
724
  msgid "If enabled, share counts are displayed above sharing icons."
725
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
726
 
727
- #: ../admin/social_sharing.php:722
728
- #: ../admin/social_sharing.php:1130
729
  #, fuzzy
730
  msgid "Show total shares"
731
  msgstr "Prikažite brojanje share-ovanja"
732
 
733
- #: ../admin/social_sharing.php:732
734
- #: ../admin/social_sharing.php:1140
735
  #, fuzzy
736
  msgid "If enabled, total shares will be displayed with sharing icons"
737
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
738
 
739
- #: ../admin/social_sharing.php:741
740
- #: ../admin/social_sharing.php:1149
741
  #, fuzzy
742
  msgid "Enable 'More' icon"
743
  msgstr "Omogućite ikonicu ‘More’ (više)"
744
 
745
- #: ../admin/social_sharing.php:751
746
- #: ../admin/social_sharing.php:1159
747
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
748
  msgstr "Ukoliko je omogućena, ikonica \"More\" će se prikazati nakon selektovanja ikonica za share-ovanje koje pokazuju dodatne mreže za share-ovanje u popup-u"
749
 
750
- #: ../admin/social_sharing.php:761
751
  msgid "Vertical (Floating) Sharing Interface Options"
752
  msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
753
 
754
- #: ../admin/social_sharing.php:767
755
  msgid "Enable vertical (floating) sharing interface"
756
  msgstr "Omogućite interfejs vertikalnog (plutajućeg) share-ovanja"
757
 
758
- #: ../admin/social_sharing.php:777
759
  msgid "Master control to enable vertical (floating) sharing widget"
760
  msgstr "Master kontrola za omogućavanje vidžeta vertikalnog (plutajućeg) share-ovanja"
761
 
762
- #: ../admin/social_sharing.php:964
763
  #: ../admin/like_buttons.php:539
764
  msgid "Background Color"
765
  msgstr "Boja pozadine"
766
 
767
- #: ../admin/social_sharing.php:974
768
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
769
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
770
 
771
- #: ../admin/social_sharing.php:1004
772
  #: ../admin/like_buttons.php:579
773
  msgid "Left offset"
774
  msgstr "Levi offset"
775
 
776
- #: ../admin/social_sharing.php:1014
777
  #, fuzzy
778
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
779
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
780
 
781
- #: ../admin/social_sharing.php:1024
782
  #: ../admin/like_buttons.php:599
783
  #, fuzzy
784
  msgid "Right offset"
785
  msgstr "Desni offset"
786
 
787
- #: ../admin/social_sharing.php:1034
788
  #, fuzzy
789
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
790
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
791
 
792
- #: ../admin/social_sharing.php:1043
793
  #: ../admin/like_buttons.php:618
794
  msgid "Top offset"
795
  msgstr "Gornji offset"
796
 
797
- #: ../admin/social_sharing.php:1053
798
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
799
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
800
 
801
- #: ../admin/social_sharing.php:1103
802
  msgid "Specify the pages where you want to enable vertical Sharing interface"
803
  msgstr "Specifikujte stranice gde želite da omogućite interfejs vertikalnog share-ovanja"
804
 
805
- #: ../admin/social_sharing.php:1167
806
  #, fuzzy
807
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
808
  msgstr "Sakrite share-ovanje na mobilnim uređajima"
809
 
810
- #: ../admin/social_sharing.php:1177
811
  #, fuzzy
812
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
813
  msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
814
 
815
- #: ../admin/social_sharing.php:1186
816
  msgid "Hide sharing on mobile devices"
817
  msgstr "Sakrite share-ovanje na mobilnim uređajima"
818
 
819
- #: ../admin/social_sharing.php:1196
820
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
821
  msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
822
 
823
- #: ../admin/social_sharing.php:1213
824
  #, fuzzy
825
  msgid "Social Sharing Shortcode & Widget"
826
  msgstr "Kratki kod & vidžet"
827
 
828
- #: ../admin/social_sharing.php:1223
829
  msgid "Facebook Sharing Troubleshooter"
830
  msgstr "Sređivanje problema kod share-ovanja na Facebook-u"
831
 
832
- #: ../admin/social_sharing.php:1228
833
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
834
  msgstr "Ukoliko share-ovanje na Facebook-u ne radi dobro, kliknite na link koji sledi i unesite problematični url (gde share-ovanje na Facebook-u ne radi kako treba) vašeg vebsajta u polje za tekst:"
835
 
836
- #: ../admin/social_sharing.php:1244
837
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
838
  msgstr "Kako mogu da prikažem brojanje share-ovanja mog vebsajta pre nego individualne stranice/postove?"
839
 
840
- #: ../admin/social_sharing.php:1245
841
  #, fuzzy
842
  msgid "How can I disable sharing on particular page/post?"
843
  msgstr "Kako mogu da onemogućim share-ovanje na određenoj stranici/postu?"
844
 
845
- #: ../admin/social_sharing.php:1246
846
  msgid "How can I specify minimum sharing count for sharing networks?"
847
  msgstr "Kako mogu da specifikujem minimalno brojanje share-ovanja za mreže za share-ovanje?"
848
 
849
- #: ../admin/social_sharing.php:1256
850
  #: ../admin/social_commenting.php:438
851
- #: ../admin/social_login.php:726
852
  #: ../admin/like_buttons.php:723
853
  msgid "Save Changes"
854
  msgstr "Sačuvajte izmene"
@@ -1071,343 +1075,364 @@ msgstr "Kako mogu da onemogućim Društveno komentarisanje kod individualnih str
1071
  msgid "How to disable default comment form from Social Commenting?"
1072
  msgstr "Kako onemogućiti uobičajenu formu komentara iz Komentara na društvenim mrežama?"
1073
 
1074
- #: ../admin/social_login.php:10
 
 
 
 
1075
  msgid "Social Login"
1076
  msgstr "Prijavljivanje na društvene mreže"
1077
 
1078
- #: ../admin/social_login.php:23
1079
  msgid "Enable Social Login"
1080
  msgstr "Omogućite prijavljivanje na društvene mreže"
1081
 
1082
- #: ../admin/social_login.php:33
1083
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1084
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1085
 
1086
- #: ../admin/social_login.php:66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1087
  msgid "Instagram"
1088
  msgstr "Instagram"
1089
 
1090
- #: ../admin/social_login.php:78
1091
  msgid "Select Social ID provider to enable in Social Login"
1092
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1093
 
1094
- #: ../admin/social_login.php:86
1095
  msgid "Facebook App ID"
1096
  msgstr "ID Facebook aplikacije"
1097
 
1098
- #: ../admin/social_login.php:96
1099
  #, php-format
1100
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1101
  msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1102
 
1103
- #: ../admin/social_login.php:98
1104
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1105
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1106
 
1107
- #: ../admin/social_login.php:108
1108
  #, fuzzy
1109
  msgid "Twitter API Key"
1110
  msgstr "Twitter API ključ"
1111
 
1112
- #: ../admin/social_login.php:118
1113
  #, fuzzy, php-format
1114
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1115
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1116
 
1117
- #: ../admin/social_login.php:120
1118
- #: ../admin/social_login.php:142
1119
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1120
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1121
 
1122
- #: ../admin/social_login.php:130
1123
  #, fuzzy
1124
  msgid "Twitter API Secret"
1125
  msgstr "Tajna Twitter aplikacije"
1126
 
1127
- #: ../admin/social_login.php:140
1128
  #, fuzzy, php-format
1129
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1130
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1131
 
1132
- #: ../admin/social_login.php:152
1133
  msgid "LinkedIn API Key"
1134
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1135
 
1136
- #: ../admin/social_login.php:162
1137
  #, php-format
1138
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1139
  msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1140
 
1141
- #: ../admin/social_login.php:164
1142
- #: ../admin/social_login.php:230
1143
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1144
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1145
 
1146
- #: ../admin/social_login.php:174
1147
  msgid "Google+ Client ID"
1148
  msgstr "Google+ Client ID"
1149
 
1150
- #: ../admin/social_login.php:184
1151
  #, php-format
1152
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1153
  msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1154
 
1155
- #: ../admin/social_login.php:186
1156
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1157
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1158
 
1159
- #: ../admin/social_login.php:196
1160
  msgid "Vkontakte Application ID"
1161
  msgstr "Identifikacija Vkontakte aplikacije"
1162
 
1163
- #: ../admin/social_login.php:206
1164
  #, php-format
1165
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1166
  msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1167
 
1168
- #: ../admin/social_login.php:208
1169
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1170
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1171
 
1172
- #: ../admin/social_login.php:218
1173
  msgid "Instagram Client ID"
1174
  msgstr "Identifikacija klijenata Instagram-a"
1175
 
1176
- #: ../admin/social_login.php:228
1177
  #, php-format
1178
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1179
  msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1180
 
1181
- #: ../admin/social_login.php:240
1182
  msgid "Xing Consumer Key"
1183
  msgstr "Ključ za korisnike Xing-a"
1184
 
1185
- #: ../admin/social_login.php:250
1186
  #, fuzzy, php-format
1187
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1188
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1189
 
1190
- #: ../admin/social_login.php:252
1191
- #: ../admin/social_login.php:274
1192
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1193
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1194
 
1195
- #: ../admin/social_login.php:262
1196
  msgid "Xing Consumer Secret"
1197
  msgstr "Tajna korisnika Xing-a"
1198
 
1199
- #: ../admin/social_login.php:272
1200
  #, fuzzy, php-format
1201
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1202
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1203
 
1204
- #: ../admin/social_login.php:284
1205
  msgid "Include Javascript in website footer"
1206
  msgstr "Ukjlučite Javascript u zaglavlje vebsajta"
1207
 
1208
- #: ../admin/social_login.php:294
1209
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1210
  msgstr "Ukoliko su omogućeni (preporučuje se), Javascript fajlovi će biti uključeni u zaglavlje vašeg vebsajta"
1211
 
1212
- #: ../admin/social_login.php:308
1213
  msgid "Login options"
1214
  msgstr "Opcije prijavljivanja"
1215
 
1216
- #: ../admin/social_login.php:324
1217
  msgid "Text to display above the Social Login interface"
1218
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1219
 
1220
- #: ../admin/social_login.php:333
1221
  msgid "Enable at login page"
1222
  msgstr "Omogućiti na stranici za prijavljivanje"
1223
 
1224
- #: ../admin/social_login.php:343
1225
  msgid "Social Login interface will get enabled at the login page of your website"
1226
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1227
 
1228
- #: ../admin/social_login.php:351
1229
  msgid "Enable at register page"
1230
  msgstr "Omogućiti na stranici za registraciju"
1231
 
1232
- #: ../admin/social_login.php:361
1233
  #, fuzzy
1234
  msgid "Social Login interface will get enabled at the registration page of your website"
1235
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1236
 
1237
- #: ../admin/social_login.php:369
1238
  msgid "Enable at comment form"
1239
  msgstr "Omogućiti u formi komentara"
1240
 
1241
- #: ../admin/social_login.php:379
1242
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1243
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1244
 
1245
- #: ../admin/social_login.php:393
1246
  msgid "Enable before WooCommerce Customer Login Form"
1247
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1248
 
1249
- #: ../admin/social_login.php:403
1250
  #, fuzzy
1251
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1252
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1253
 
1254
- #: ../admin/social_login.php:411
1255
  msgid "Enable after WooCommerce Customer Login Form"
1256
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1257
 
1258
- #: ../admin/social_login.php:421
1259
  #, fuzzy
1260
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1261
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1262
 
1263
- #: ../admin/social_login.php:429
1264
  #, fuzzy
1265
  msgid "Enable at WooCommerce checkout page"
1266
  msgstr "Omogućiti na stranici za registraciju"
1267
 
1268
- #: ../admin/social_login.php:439
1269
  #, fuzzy
1270
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1271
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1272
 
1273
- #: ../admin/social_login.php:450
1274
  msgid "Auto-approve comments made by Social Login users"
1275
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1276
 
1277
- #: ../admin/social_login.php:460
1278
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1279
  msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1280
 
1281
- #: ../admin/social_login.php:461
1282
  msgid "Note: This is not related to Facebook comments"
1283
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1284
 
1285
- #: ../admin/social_login.php:471
1286
  msgid "Enable social avatar"
1287
  msgstr "Omogućite društvenog avatara"
1288
 
1289
- #: ../admin/social_login.php:481
1290
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1291
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1292
 
1293
- #: ../admin/social_login.php:491
1294
  msgid "Avatar quality"
1295
  msgstr "Kvalitet avatara"
1296
 
1297
- #: ../admin/social_login.php:494
1298
  msgid "Average"
1299
  msgstr "Prosek"
1300
 
1301
- #: ../admin/social_login.php:495
1302
  msgid "Best"
1303
  msgstr ""
1304
 
1305
- #: ../admin/social_login.php:502
1306
  msgid "Choose avatar quality"
1307
  msgstr "Odaberite kvalitet avatara"
1308
 
1309
- #: ../admin/social_login.php:521
1310
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1311
  msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1312
 
1313
- #: ../admin/social_login.php:530
1314
  msgid "Send username-password after user registration"
1315
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1316
 
1317
- #: ../admin/social_login.php:540
1318
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1319
  msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1320
 
1321
- #: ../admin/social_login.php:549
1322
  msgid "Enable social account linking at BuddyPress profile page"
1323
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1324
 
1325
- #: ../admin/social_login.php:559
1326
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1327
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1328
 
1329
- #: ../admin/social_login.php:568
1330
  msgid "Login redirection"
1331
  msgstr "Preusmerenje prijavljivanja"
1332
 
1333
- #: ../admin/social_login.php:572
1334
  msgid "Same page where user logged in"
1335
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1336
 
1337
- #: ../admin/social_login.php:576
1338
- #: ../admin/social_login.php:606
1339
  msgid "Account dashboard"
1340
  msgstr "Komandna tabla naloga"
1341
 
1342
- #: ../admin/social_login.php:579
1343
- #: ../admin/social_login.php:609
1344
  msgid "BuddyPress profile page"
1345
  msgstr "BuddyPress profilna stranica"
1346
 
1347
- #: ../admin/social_login.php:582
1348
- #: ../admin/social_login.php:612
1349
  msgid "Custom Url"
1350
  msgstr "Uobičajeni URL"
1351
 
1352
- #: ../admin/social_login.php:590
1353
  msgid "User will be redirected to the selected page after Social Login"
1354
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1355
 
1356
- #: ../admin/social_login.php:598
1357
  msgid "Registration redirection"
1358
  msgstr "Preusmerenje registracije"
1359
 
1360
- #: ../admin/social_login.php:602
1361
  #, fuzzy
1362
  msgid "Same page from where user registered"
1363
  msgstr "Ista stranica odakle je korisnik registrovan "
1364
 
1365
- #: ../admin/social_login.php:620
1366
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1367
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1368
 
1369
- #: ../admin/social_login.php:628
1370
  msgid "Email popup options"
1371
  msgstr "Popup opcije za email"
1372
 
1373
- #: ../admin/social_login.php:634
1374
  msgid "Text on 'Email required' popup"
1375
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1376
 
1377
- #: ../admin/social_login.php:644
1378
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1379
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1380
 
1381
- #: ../admin/social_login.php:653
1382
  msgid "Error message for 'Email required' popup"
1383
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1384
 
1385
- #: ../admin/social_login.php:663
1386
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1387
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1388
 
1389
- #: ../admin/social_login.php:672
1390
  msgid "Email popup height"
1391
  msgstr "Visina email popup-a"
1392
 
1393
- #: ../admin/social_login.php:682
1394
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1395
  msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1396
 
1397
- #: ../admin/social_login.php:690
1398
  msgid "Enable email verification"
1399
  msgstr "Omogućite verifikaciju email-a"
1400
 
1401
- #: ../admin/social_login.php:700
1402
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1403
  msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1404
 
1405
- #: ../admin/social_login.php:716
1406
  #, fuzzy
1407
  msgid "Social Login Shortcode & Widget"
1408
  msgstr "Kratki kod & vidžet"
1409
 
1410
- #: ../admin/social_login.php:717
1411
  msgid "Social Linking Shortcode"
1412
  msgstr "Kratki kod za povezivanje na društvene mreže"
1413
 
@@ -1619,14 +1644,29 @@ msgstr "Kratki kod & vidžet"
1619
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1620
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1621
 
1622
- #: ../inc/social_sharing.php:596
1623
  msgid "Invalid request"
1624
  msgstr "Nevažeći zahtev"
1625
 
1626
- #: ../inc/social_sharing.php:603
1627
  msgid "Providers not selected"
1628
  msgstr "Dobavljači nisu selektovani"
1629
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1630
  #: ../inc/widget.php:11
1631
  msgid "Super Socializer - Login"
1632
  msgstr "Super Socializer - prijavljivanje"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-10-02 09:48+0530\n"
6
+ "PO-Revision-Date: 2015-10-02 09:49+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:226
20
  #, php-format
21
  msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
  msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
 
24
+ #: ../super_socializer.php:229
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
 
28
+ #: ../super_socializer.php:399
29
  msgid "Please verify your email address to login."
30
  msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
 
32
+ #: ../super_socializer.php:399
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
 
36
+ #: ../super_socializer.php:403
37
  msgid "Notification"
38
  msgstr "Obaveštenje"
39
 
40
+ #: ../super_socializer.php:422
41
+ #: ../admin/social_login.php:550
42
  msgid "Email required"
43
  msgstr "Traženi email"
44
 
45
+ #: ../super_socializer.php:425
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
 
49
+ #: ../super_socializer.php:438
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
 
53
+ #: ../super_socializer.php:515
54
  msgid "Leave a reply"
55
  msgstr "Ostavite odgovor"
56
 
57
+ #: ../super_socializer.php:606
58
  #, fuzzy
59
  msgid "Super Socializer - Social Avatar"
60
  msgstr "Super Socializer - prijavljivanje"
61
 
62
+ #: ../super_socializer.php:609
63
  msgid "Small Avatar Url"
64
  msgstr "Mali Avatar Url"
65
 
66
+ #: ../super_socializer.php:614
67
  #, fuzzy
68
  msgid "Large Avatar Url"
69
  msgstr "Ciljni Url"
70
 
71
+ #: ../super_socializer.php:647
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
74
 
75
+ #: ../super_socializer.php:651
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
78
 
97
  msgid "Settings"
98
  msgstr "Podešavanja"
99
 
100
+ #: ../helper.php:514
101
  #, fuzzy
102
  msgid "Account linked successfully"
103
  msgstr "Nalog uspešno povezan"
104
 
105
+ #: ../helper.php:518
106
  msgid "Account already exists or linked"
107
  msgstr "Nalog već postoji ili je povezan"
108
 
109
+ #: ../helper.php:527
110
  #, fuzzy
111
  msgid "You are already connected with"
112
  msgstr "Već ste konektovani sa"
113
 
114
+ #: ../helper.php:527
115
  msgid "as primary social network"
116
  msgstr "kao primarna mreža"
117
 
118
+ #: ../helper.php:542
119
  msgid "Link your social account to login to your account at this website"
120
  msgstr "Povežite vaš društveni nalog da biste se ulogovali na vaš nalog na ovom vebsajtu"
121
 
122
+ #: ../helper.php:579
123
  msgid "Currently"
124
  msgstr "Tekući"
125
 
126
+ #: ../helper.php:579
127
  msgid "Remove"
128
  msgstr "rimuove"
129
 
130
+ #: ../helper.php:680
131
  msgid "Disable Horizontal Social Sharing on this "
132
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
133
 
134
+ #: ../helper.php:685
135
  msgid "Disable Vertical Social Sharing on this "
136
  msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
137
 
138
+ #: ../helper.php:690
139
  #, fuzzy
140
  msgid "Disable Horizontal like buttons on this "
141
  msgstr "Onemogući Horizontalne tastere za “sviđa mi se” na ovome"
142
 
143
+ #: ../helper.php:695
144
  #, fuzzy
145
  msgid "Disable Vertical like buttons on this "
146
  msgstr "Onemogući Vertikalne tastere za “sviđa mi se” na ovome"
147
 
148
+ #: ../helper.php:700
149
  #, fuzzy
150
  msgid "Disable Social Commenting on this "
151
  msgstr "Onemogući Društveno komentarisanje na ovome"
152
 
153
+ #: ../helper.php:709
154
  #, fuzzy
155
  msgid "Horizontal sharing"
156
  msgstr "Horizontalno share-ovanje"
157
 
158
+ #: ../helper.php:715
159
+ #: ../helper.php:734
160
  #, fuzzy
161
  msgid "Starting share count for "
162
  msgstr "Počni brojanje share-ovanja za"
163
 
164
+ #: ../helper.php:728
165
  #, fuzzy
166
  msgid "Vertical sharing"
167
  msgstr "Vertikalno share-ovanje"
214
  msgstr "Ocenite 5 zvezdica"
215
 
216
  #: ../admin/help.php:54
217
+ #: ../admin/social_sharing.php:438
218
+ #: ../admin/social_sharing.php:813
219
+ #: ../admin/social_login.php:85
220
  msgid "Facebook"
221
  msgstr "Facebook"
222
 
223
+ #: ../admin/social_sharing.php:5
224
+ msgid "Boost sharing by awarding points"
225
+ msgstr "Повысьте обмен, наградив точек"
226
+
227
+ #: ../admin/social_sharing.php:12
228
+ #: ../admin/social_sharing.php:23
229
+ #: ../admin/social_login.php:10
230
+ #: ../admin/social_login.php:18
231
  #: ../admin/like_buttons.php:11
232
  #: ../admin/like_buttons.php:19
233
  msgid "Basic Configuration"
234
  msgstr "Osnovna konfiguracija"
235
 
236
+ #: ../admin/social_sharing.php:13
237
  #, fuzzy
238
  msgid "Sharing Interface"
239
  msgstr "Interfejs za share-ovanje"
240
 
241
+ #: ../admin/social_sharing.php:14
242
  #, fuzzy
243
  msgid "Sharing Options"
244
  msgstr "Opcije za share-ovanje"
245
 
246
+ #: ../admin/social_sharing.php:15
247
+ #: ../admin/social_sharing.php:1206
248
+ #: ../admin/social_login.php:12
249
+ #: ../admin/social_login.php:753
250
  #: ../admin/like_buttons.php:13
251
  #: ../admin/like_buttons.php:712
252
  msgid "Shortcode & Widget"
253
  msgstr "Kratki kod & vidžet"
254
 
255
+ #: ../admin/social_sharing.php:16
256
  msgid "Troubleshooter"
257
  msgstr "Sređivanje problema"
258
 
259
+ #: ../admin/social_sharing.php:17
260
+ #: ../admin/social_sharing.php:1237
261
  #: ../admin/social_commenting.php:12
262
  #: ../admin/social_commenting.php:427
263
  msgid "FAQ"
264
  msgstr "FAQ"
265
 
266
+ #: ../admin/social_sharing.php:29
267
  msgid "Enable Social Sharing"
268
  msgstr "Omogući društveno share-ovanje"
269
 
270
+ #: ../admin/social_sharing.php:39
271
  msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
272
  msgstr "Master kontrola za društveno share-ovanje. Mora se proveriti radi omogućavanja funkcionalnosti Društvenog share-ovanja"
273
 
274
+ #: ../admin/social_sharing.php:47
275
  msgid "Delete all the options on plugin deletion"
276
  msgstr "Obrišite sve opcije na brisanju plugin-a"
277
 
278
+ #: ../admin/social_sharing.php:57
279
  msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
280
  msgstr "Ukoliko su omogućene, opcije plugin-a će biti obrisane kada plugin bude obrisan/deinstaliran i biće potrebno da ponovo konfigurišete opcije kada sledeći put instalirate plugin."
281
 
282
+ #: ../admin/social_sharing.php:72
283
  #, fuzzy
284
  msgid "Horizontal interface options"
285
  msgstr "Horizontalne opcije interfejsa"
286
 
287
+ #: ../admin/social_sharing.php:78
288
+ #: ../admin/social_sharing.php:156
289
  msgid "Shape"
290
  msgstr "Oblik"
291
 
292
+ #: ../admin/social_sharing.php:86
293
+ #: ../admin/social_sharing.php:164
294
  msgid "Round"
295
  msgstr "Krug"
296
 
297
+ #: ../admin/social_sharing.php:88
298
+ #: ../admin/social_sharing.php:166
299
  msgid "Square"
300
  msgstr "Kvadrat"
301
 
302
+ #: ../admin/social_sharing.php:95
303
+ #: ../admin/social_sharing.php:173
304
  #, fuzzy
305
  msgid "Shape of the sharing icons"
306
  msgstr "Oblik ikonica za share-ovanje"
307
 
308
+ #: ../admin/social_sharing.php:103
309
+ #: ../admin/social_sharing.php:181
310
  msgid "Size (in pixels)"
311
  msgstr "Veličina (u pikselima)"
312
 
313
+ #: ../admin/social_sharing.php:121
314
+ #: ../admin/social_sharing.php:199
315
  #, fuzzy
316
  msgid "Size of the sharing icons"
317
  msgstr "Oblik ikonica za share-ovanje"
318
 
319
+ #: ../admin/social_sharing.php:128
320
+ #: ../admin/social_sharing.php:206
321
  msgid "Icon Preview"
322
  msgstr "Pregled ikonica"
323
 
324
+ #: ../admin/social_sharing.php:142
325
+ #: ../admin/social_sharing.php:220
326
  msgid "Do not forget to save the configuration after making changes by clicking the save button below"
327
  msgstr "Ne zaboravite da sačuvate konfiguraciju nakon što napravite promene tako što ste kliknuli na taster “save” (sačuvaj) ispod"
328
 
329
+ #: ../admin/social_sharing.php:150
330
  #, fuzzy
331
  msgid "Vertical interface options"
332
  msgstr "Vertikalne opcije interfejsa"
333
 
334
+ #: ../admin/social_sharing.php:234
335
  msgid "Modernizr"
336
  msgstr "Modernizr"
337
 
338
+ #: ../admin/social_sharing.php:240
339
  msgid "Do not load Modernizr JS"
340
  msgstr "Nemojte učitavati Modernizr JS"
341
 
342
+ #: ../admin/social_sharing.php:250
343
  msgid "If you find the plugin breaking your theme, you can try enabling this option"
344
  msgstr "Ukoliko smatrate da vam plugin prekida temu, možete probati da osposobite ovu opciju"
345
 
346
+ #: ../admin/social_sharing.php:259
347
  #: ../admin/like_buttons.php:51
348
  #, fuzzy
349
  msgid "Url shortener"
350
  msgstr "Url skraćenica"
351
 
352
+ #: ../admin/social_sharing.php:265
353
  msgid "Use shortlinks already installed"
354
  msgstr "Koristite kratke linkove koji su već instalirani"
355
 
356
+ #: ../admin/social_sharing.php:275
357
  #: ../admin/like_buttons.php:67
358
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
359
  msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
360
 
361
+ #: ../admin/social_sharing.php:283
362
  msgid "Enable bit.ly url shortener for sharing"
363
  msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
364
 
365
+ #: ../admin/social_sharing.php:293
366
  #: ../admin/like_buttons.php:85
367
  #, fuzzy
368
  msgid "Master control to enable bit.ly url shortening for sharing"
369
  msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
370
 
371
+ #: ../admin/social_sharing.php:301
372
  #: ../admin/like_buttons.php:93
373
  msgid "bit.ly username"
374
  msgstr "bit.ly korisničko ime"
375
 
376
+ #: ../admin/social_sharing.php:311
377
  #: ../admin/like_buttons.php:103
378
  #, php-format
379
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
380
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
381
 
382
+ #: ../admin/social_sharing.php:320
383
  #: ../admin/like_buttons.php:112
384
  #, fuzzy
385
  msgid "bit.ly API Key"
386
  msgstr "bit.ly API ključ"
387
 
388
+ #: ../admin/social_sharing.php:330
389
  #: ../admin/like_buttons.php:122
390
  #, fuzzy, php-format
391
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
392
  msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
393
 
394
+ #: ../admin/social_sharing.php:340
395
  msgid "Twitter username in sharing"
396
  msgstr "Korisničko ime na Twitter-u kod share-ovanja"
397
 
398
+ #: ../admin/social_sharing.php:346
399
  msgid "Twitter username (without @)"
400
  msgstr "Korisničko ime na Twitter-u (bez @)"
401
 
402
+ #: ../admin/social_sharing.php:356
403
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
404
  msgstr "Dostavljeno korisničko ime će biti okačeno nakon što je sadržaj share-ovan kao \"via @USERNAME\". Ostavite prazno ukoliko ne želite nikakvo korisničko ime u sadržaju koji se share-uje."
405
 
406
+ #: ../admin/social_sharing.php:366
407
  msgid "Horizontal Sharing Interface Options"
408
  msgstr "Opcije interfejsa horizontalnog share-ovanja"
409
 
410
+ #: ../admin/social_sharing.php:372
411
  msgid "Enable horizontal sharing interface"
412
  msgstr "Omogućite interfejs horizontalnog share-ovanja"
413
 
414
+ #: ../admin/social_sharing.php:382
415
  msgid "Master control to enable horizontal sharing"
416
  msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
417
 
418
+ #: ../admin/social_sharing.php:392
419
+ #: ../admin/social_sharing.php:785
420
  #: ../admin/like_buttons.php:227
421
  #: ../admin/like_buttons.php:465
422
  msgid "Target Url"
423
  msgstr "Ciljni Url"
424
 
425
+ #: ../admin/social_sharing.php:396
426
+ #: ../admin/social_sharing.php:789
427
  #: ../admin/like_buttons.php:231
428
  #: ../admin/like_buttons.php:469
429
  msgid "Url of the webpage where icons are located (default)"
430
  msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
431
 
432
+ #: ../admin/social_sharing.php:398
433
+ #: ../admin/social_sharing.php:791
434
  #: ../admin/like_buttons.php:233
435
  #: ../admin/like_buttons.php:471
436
  msgid "Url of the homepage of your website"
437
  msgstr "Url početne strane vašeg vebsajta"
438
 
439
+ #: ../admin/social_sharing.php:400
440
+ #: ../admin/social_sharing.php:793
441
  #: ../admin/like_buttons.php:235
442
  #: ../admin/like_buttons.php:473
443
  #, fuzzy
444
  msgid "Custom url"
445
  msgstr "Uobičajeni url"
446
 
447
+ #: ../admin/social_sharing.php:407
448
+ #: ../admin/social_sharing.php:800
449
  msgid "Url to share"
450
  msgstr "Url za share-ovanje"
451
 
452
+ #: ../admin/social_sharing.php:415
453
+ #: ../admin/social_login.php:353
454
  #: ../admin/like_buttons.php:250
455
  msgid "Title"
456
  msgstr "Naslov"
457
 
458
+ #: ../admin/social_sharing.php:425
459
  msgid "The text to display above the sharing interface"
460
  msgstr "Tekst koji će se prikazati iznad za share-ovanje interfejsa"
461
 
462
+ #: ../admin/social_sharing.php:433
463
+ #: ../admin/social_sharing.php:808
464
+ #: ../admin/social_login.php:80
465
  msgid "Select providers"
466
  msgstr "Selektujte provajdere"
467
 
468
+ #: ../admin/social_sharing.php:443
469
+ #: ../admin/social_sharing.php:818
470
+ #: ../admin/social_login.php:89
471
  msgid "Twitter"
472
  msgstr "Twitter"
473
 
474
+ #: ../admin/social_sharing.php:448
475
+ #: ../admin/social_sharing.php:823
476
+ #: ../admin/social_login.php:93
477
  msgid "LinkedIn"
478
  msgstr "LinkedIn"
479
 
480
+ #: ../admin/social_sharing.php:453
481
+ #: ../admin/social_sharing.php:828
482
+ #: ../admin/social_login.php:97
483
  msgid "Google+"
484
  msgstr "Google+"
485
 
486
+ #: ../admin/social_sharing.php:458
487
+ #: ../admin/social_sharing.php:833
488
  msgid "Print"
489
  msgstr "Print"
490
 
491
+ #: ../admin/social_sharing.php:463
492
+ #: ../admin/social_sharing.php:838
493
  msgid "Email"
494
  msgstr "Email"
495
 
496
+ #: ../admin/social_sharing.php:468
497
+ #: ../admin/social_sharing.php:843
498
  msgid "Yahoo"
499
  msgstr "Yahoo"
500
 
501
+ #: ../admin/social_sharing.php:473
502
+ #: ../admin/social_sharing.php:848
503
  msgid "Reddit"
504
  msgstr "Reddit"
505
 
506
+ #: ../admin/social_sharing.php:478
507
+ #: ../admin/social_sharing.php:853
508
  msgid "Digg"
509
  msgstr "Digg"
510
 
511
+ #: ../admin/social_sharing.php:483
512
+ #: ../admin/social_sharing.php:858
513
  msgid "Delicious"
514
  msgstr "Delicious"
515
 
516
+ #: ../admin/social_sharing.php:488
517
+ #: ../admin/social_sharing.php:863
518
  msgid "StumbleUpon"
519
  msgstr "StumbleUpon"
520
 
521
+ #: ../admin/social_sharing.php:493
522
+ #: ../admin/social_sharing.php:868
523
  msgid "Float it"
524
  msgstr "Float it"
525
 
526
+ #: ../admin/social_sharing.php:498
527
+ #: ../admin/social_sharing.php:873
528
  msgid "Tumblr"
529
  msgstr "Tumblr"
530
 
531
+ #: ../admin/social_sharing.php:503
532
+ #: ../admin/social_sharing.php:878
533
+ #: ../admin/social_login.php:101
534
  msgid "Vkontakte"
535
  msgstr "Vkontakte"
536
 
537
+ #: ../admin/social_sharing.php:508
538
+ #: ../admin/social_sharing.php:883
539
  msgid "Pinterest"
540
  msgstr "Pinterest"
541
 
542
+ #: ../admin/social_sharing.php:513
543
+ #: ../admin/social_sharing.php:888
544
+ #: ../admin/social_login.php:109
545
  msgid "Xing"
546
  msgstr "Xing"
547
 
548
+ #: ../admin/social_sharing.php:518
549
+ #: ../admin/social_sharing.php:893
550
  msgid "Whatsapp"
551
  msgstr "Whatsapp"
552
 
553
+ #: ../admin/social_sharing.php:523
554
+ #: ../admin/social_sharing.php:898
555
  msgid "Yummly"
556
  msgstr "Yummly"
557
 
558
+ #: ../admin/social_sharing.php:528
559
+ #: ../admin/social_sharing.php:903
560
  msgid "Buffer"
561
  msgstr "Buffer"
562
 
563
+ #: ../admin/social_sharing.php:536
564
+ #: ../admin/social_sharing.php:911
565
  msgid "Select the providers for sharing interface"
566
  msgstr "Selektujte provajdere za share-ovanje interfejsa"
567
 
568
+ #: ../admin/social_sharing.php:544
569
+ #: ../admin/social_sharing.php:919
570
  msgid "Rearrange icons"
571
  msgstr "Preuredite ikonice"
572
 
573
+ #: ../admin/social_sharing.php:576
574
+ #: ../admin/social_sharing.php:951
575
  msgid "Drag the icons to rearrange in desired order"
576
  msgstr "Prevucite ikonice da biste ih preuredili po želejnom rasporedu"
577
 
578
+ #: ../admin/social_sharing.php:584
579
+ #: ../admin/social_sharing.php:977
580
  #: ../admin/like_buttons.php:320
581
  #: ../admin/like_buttons.php:557
582
  #, fuzzy
583
  msgid "Horizontal alignment"
584
  msgstr "Horizontalno svrstavanje"
585
 
586
+ #: ../admin/social_sharing.php:588
587
+ #: ../admin/social_sharing.php:981
588
  #: ../admin/like_buttons.php:324
589
  #: ../admin/like_buttons.php:561
590
  msgid "Left"
591
  msgstr "Levo"
592
 
593
+ #: ../admin/social_sharing.php:589
594
  #: ../admin/like_buttons.php:325
595
  msgid "Center"
596
  msgstr "Centar"
597
 
598
+ #: ../admin/social_sharing.php:590
599
+ #: ../admin/social_sharing.php:982
600
  #: ../admin/like_buttons.php:326
601
  #: ../admin/like_buttons.php:562
602
  #, fuzzy
603
  msgid "Right"
604
  msgstr "Desno"
605
 
606
+ #: ../admin/social_sharing.php:598
607
+ #: ../admin/social_sharing.php:990
608
  #, fuzzy
609
  msgid "Horizontal alignment of the sharing interface"
610
  msgstr "Horizontalno svrstavanje interfejs share-ovanja"
611
 
612
+ #: ../admin/social_sharing.php:606
613
  #: ../admin/like_buttons.php:342
614
  msgid "Position with respect to content"
615
  msgstr "Pozicija u odnosu na sadržaj"
616
 
617
+ #: ../admin/social_sharing.php:610
618
  #: ../admin/like_buttons.php:346
619
  msgid "Top of the content"
620
  msgstr "Vrh sadržaja"
621
 
622
+ #: ../admin/social_sharing.php:612
623
  #: ../admin/like_buttons.php:348
624
  msgid "Bottom of the content"
625
  msgstr "Dno sadržaja"
626
 
627
+ #: ../admin/social_sharing.php:619
628
  msgid "Specify position of the sharing interface with respect to the content"
629
  msgstr "Speciikujte poziciju share-ovanja interfejsa u odnosu na sadržaj"
630
 
631
+ #: ../admin/social_sharing.php:627
632
+ #: ../admin/social_sharing.php:1056
633
  msgid "Sharing location"
634
  msgstr "Share-ovanje lokacije"
635
 
636
+ #: ../admin/social_sharing.php:631
637
+ #: ../admin/social_sharing.php:1060
638
+ #: ../admin/social_login.php:613
639
+ #: ../admin/social_login.php:643
640
  #: ../admin/like_buttons.php:367
641
  #: ../admin/like_buttons.php:640
642
  msgid "Homepage"
643
  msgstr "Početna strana"
644
 
645
+ #: ../admin/social_sharing.php:633
646
+ #: ../admin/social_sharing.php:1062
647
  #: ../admin/like_buttons.php:369
648
  #: ../admin/like_buttons.php:642
649
  msgid "Posts"
650
  msgstr "Postovi"
651
 
652
+ #: ../admin/social_sharing.php:635
653
+ #: ../admin/social_sharing.php:1064
654
  #: ../admin/like_buttons.php:371
655
  #: ../admin/like_buttons.php:644
656
  msgid "Pages"
657
  msgstr "Stranice"
658
 
659
+ #: ../admin/social_sharing.php:637
660
+ #: ../admin/social_sharing.php:1066
661
  msgid "Excerpts (at Homepage)"
662
  msgstr ""
663
 
664
+ #: ../admin/social_sharing.php:639
665
+ #: ../admin/social_sharing.php:1068
666
  #: ../admin/like_buttons.php:375
667
  #: ../admin/like_buttons.php:648
668
  msgid "Category Archives"
669
  msgstr "Arhive kategorija"
670
 
671
+ #: ../admin/social_sharing.php:641
672
+ #: ../admin/social_sharing.php:1070
673
  #: ../admin/like_buttons.php:377
674
  #: ../admin/like_buttons.php:650
675
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
676
  msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
677
 
678
+ #: ../admin/social_sharing.php:657
679
  #: ../admin/like_buttons.php:393
680
  msgid "BuddyPress activity and groups"
681
  msgstr "Aktivnost i grupe BuddyPress-a"
682
 
683
+ #: ../admin/social_sharing.php:663
684
+ #: ../admin/social_sharing.php:1085
685
  #: ../admin/like_buttons.php:400
686
  #: ../admin/like_buttons.php:665
687
  msgid "BBPress forum"
688
  msgstr "BBPress forum"
689
 
690
+ #: ../admin/social_sharing.php:666
691
+ #: ../admin/social_sharing.php:1088
692
  #: ../admin/like_buttons.php:403
693
  #: ../admin/like_buttons.php:668
694
  msgid "BBPress topic"
695
  msgstr "BBPress tema"
696
 
697
+ #: ../admin/social_sharing.php:669
698
  #: ../admin/like_buttons.php:406
699
  msgid "BBPress reply"
700
  msgstr "BBPress odgovor"
701
 
702
+ #: ../admin/social_sharing.php:676
703
  #: ../admin/like_buttons.php:412
704
  msgid "After individual product at WooCommerce Shop page"
705
  msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
706
 
707
+ #: ../admin/social_sharing.php:679
708
  #: ../admin/like_buttons.php:415
709
  msgid "WooCommerce Product Page"
710
  msgstr "WooCommerce stranica sa proizvodima"
711
 
712
+ #: ../admin/social_sharing.php:682
713
  #: ../admin/like_buttons.php:418
714
  msgid "WooCommerce Thankyou Page"
715
  msgstr "WooCommerce Thankyou (hvala) stranica "
716
 
717
+ #: ../admin/social_sharing.php:693
718
  msgid "Specify the pages where you want to enable Sharing interface"
719
  msgstr "Specifikujte stranice gde želite da omogućite Share-ovanje interfejsa"
720
 
721
+ #: ../admin/social_sharing.php:701
722
+ #: ../admin/social_sharing.php:1106
723
  msgid "Show share counts"
724
  msgstr "Prikažite brojanje share-ovanja"
725
 
726
+ #: ../admin/social_sharing.php:711
727
+ #: ../admin/social_sharing.php:1116
728
  msgid "If enabled, share counts are displayed above sharing icons."
729
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
730
 
731
+ #: ../admin/social_sharing.php:720
732
+ #: ../admin/social_sharing.php:1125
733
  #, fuzzy
734
  msgid "Show total shares"
735
  msgstr "Prikažite brojanje share-ovanja"
736
 
737
+ #: ../admin/social_sharing.php:730
738
+ #: ../admin/social_sharing.php:1135
739
  #, fuzzy
740
  msgid "If enabled, total shares will be displayed with sharing icons"
741
  msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
742
 
743
+ #: ../admin/social_sharing.php:739
744
+ #: ../admin/social_sharing.php:1144
745
  #, fuzzy
746
  msgid "Enable 'More' icon"
747
  msgstr "Omogućite ikonicu ‘More’ (više)"
748
 
749
+ #: ../admin/social_sharing.php:749
750
+ #: ../admin/social_sharing.php:1154
751
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
752
  msgstr "Ukoliko je omogućena, ikonica \"More\" će se prikazati nakon selektovanja ikonica za share-ovanje koje pokazuju dodatne mreže za share-ovanje u popup-u"
753
 
754
+ #: ../admin/social_sharing.php:759
755
  msgid "Vertical (Floating) Sharing Interface Options"
756
  msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
757
 
758
+ #: ../admin/social_sharing.php:765
759
  msgid "Enable vertical (floating) sharing interface"
760
  msgstr "Omogućite interfejs vertikalnog (plutajućeg) share-ovanja"
761
 
762
+ #: ../admin/social_sharing.php:775
763
  msgid "Master control to enable vertical (floating) sharing widget"
764
  msgstr "Master kontrola za omogućavanje vidžeta vertikalnog (plutajućeg) share-ovanja"
765
 
766
+ #: ../admin/social_sharing.php:959
767
  #: ../admin/like_buttons.php:539
768
  msgid "Background Color"
769
  msgstr "Boja pozadine"
770
 
771
+ #: ../admin/social_sharing.php:969
772
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
773
  msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
774
 
775
+ #: ../admin/social_sharing.php:999
776
  #: ../admin/like_buttons.php:579
777
  msgid "Left offset"
778
  msgstr "Levi offset"
779
 
780
+ #: ../admin/social_sharing.php:1009
781
  #, fuzzy
782
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
783
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
784
 
785
+ #: ../admin/social_sharing.php:1019
786
  #: ../admin/like_buttons.php:599
787
  #, fuzzy
788
  msgid "Right offset"
789
  msgstr "Desni offset"
790
 
791
+ #: ../admin/social_sharing.php:1029
792
  #, fuzzy
793
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
794
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
795
 
796
+ #: ../admin/social_sharing.php:1038
797
  #: ../admin/like_buttons.php:618
798
  msgid "Top offset"
799
  msgstr "Gornji offset"
800
 
801
+ #: ../admin/social_sharing.php:1048
802
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
803
  msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
804
 
805
+ #: ../admin/social_sharing.php:1098
806
  msgid "Specify the pages where you want to enable vertical Sharing interface"
807
  msgstr "Specifikujte stranice gde želite da omogućite interfejs vertikalnog share-ovanja"
808
 
809
+ #: ../admin/social_sharing.php:1162
810
  #, fuzzy
811
  msgid "Stick sharing bar horizontally at bottom on mobile devices"
812
  msgstr "Sakrite share-ovanje na mobilnim uređajima"
813
 
814
+ #: ../admin/social_sharing.php:1172
815
  #, fuzzy
816
  msgid "If enabled, vertical sharing interface will stick horizontally at bottom on mobile devices"
817
  msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
818
 
819
+ #: ../admin/social_sharing.php:1181
820
  msgid "Hide sharing on mobile devices"
821
  msgstr "Sakrite share-ovanje na mobilnim uređajima"
822
 
823
+ #: ../admin/social_sharing.php:1191
824
  msgid "If enabled, vertical sharing interface will not appear on mobile devices"
825
  msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
826
 
827
+ #: ../admin/social_sharing.php:1208
828
  #, fuzzy
829
  msgid "Social Sharing Shortcode & Widget"
830
  msgstr "Kratki kod & vidžet"
831
 
832
+ #: ../admin/social_sharing.php:1218
833
  msgid "Facebook Sharing Troubleshooter"
834
  msgstr "Sređivanje problema kod share-ovanja na Facebook-u"
835
 
836
+ #: ../admin/social_sharing.php:1223
837
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
838
  msgstr "Ukoliko share-ovanje na Facebook-u ne radi dobro, kliknite na link koji sledi i unesite problematični url (gde share-ovanje na Facebook-u ne radi kako treba) vašeg vebsajta u polje za tekst:"
839
 
840
+ #: ../admin/social_sharing.php:1239
841
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
842
  msgstr "Kako mogu da prikažem brojanje share-ovanja mog vebsajta pre nego individualne stranice/postove?"
843
 
844
+ #: ../admin/social_sharing.php:1240
845
  #, fuzzy
846
  msgid "How can I disable sharing on particular page/post?"
847
  msgstr "Kako mogu da onemogućim share-ovanje na određenoj stranici/postu?"
848
 
849
+ #: ../admin/social_sharing.php:1241
850
  msgid "How can I specify minimum sharing count for sharing networks?"
851
  msgstr "Kako mogu da specifikujem minimalno brojanje share-ovanja za mreže za share-ovanje?"
852
 
853
+ #: ../admin/social_sharing.php:1251
854
  #: ../admin/social_commenting.php:438
855
+ #: ../admin/social_login.php:765
856
  #: ../admin/like_buttons.php:723
857
  msgid "Save Changes"
858
  msgstr "Sačuvajte izmene"
1075
  msgid "How to disable default comment form from Social Commenting?"
1076
  msgstr "Kako onemogućiti uobičajenu formu komentara iz Komentara na društvenim mrežama?"
1077
 
1078
+ #: ../admin/social_login.php:3
1079
+ msgid "Award points for Social Login"
1080
+ msgstr "Премии пунктов для социального Логин"
1081
+
1082
+ #: ../admin/social_login.php:11
1083
  msgid "Social Login"
1084
  msgstr "Prijavljivanje na društvene mreže"
1085
 
1086
+ #: ../admin/social_login.php:24
1087
  msgid "Enable Social Login"
1088
  msgstr "Omogućite prijavljivanje na društvene mreže"
1089
 
1090
+ #: ../admin/social_login.php:34
1091
  msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1092
  msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1093
 
1094
+ #: ../admin/social_login.php:42
1095
+ msgid "Disable user registration via Social Login"
1096
+ msgstr ""
1097
+
1098
+ #: ../admin/social_login.php:52
1099
+ msgid "After enabling this option, new users will not be able to login through social login. Only existing users will be able to social login."
1100
+ msgstr ""
1101
+
1102
+ #: ../admin/social_login.php:61
1103
+ #, fuzzy
1104
+ msgid "Redirection url"
1105
+ msgstr "Preusmerenje prijavljivanja"
1106
+
1107
+ #: ../admin/social_login.php:71
1108
+ msgid "User will be redirected to this page after unsuccessful registration attempt via Social Login. You can specify the url of registration form or of a page showing message regarding disabled registration through Social Login."
1109
+ msgstr ""
1110
+
1111
+ #: ../admin/social_login.php:105
1112
  msgid "Instagram"
1113
  msgstr "Instagram"
1114
 
1115
+ #: ../admin/social_login.php:117
1116
  msgid "Select Social ID provider to enable in Social Login"
1117
  msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1118
 
1119
+ #: ../admin/social_login.php:125
1120
  msgid "Facebook App ID"
1121
  msgstr "ID Facebook aplikacije"
1122
 
1123
+ #: ../admin/social_login.php:135
1124
  #, php-format
1125
  msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1126
  msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1127
 
1128
+ #: ../admin/social_login.php:137
1129
  msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1130
  msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1131
 
1132
+ #: ../admin/social_login.php:147
1133
  #, fuzzy
1134
  msgid "Twitter API Key"
1135
  msgstr "Twitter API ključ"
1136
 
1137
+ #: ../admin/social_login.php:157
1138
  #, fuzzy, php-format
1139
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1140
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1141
 
1142
+ #: ../admin/social_login.php:159
1143
+ #: ../admin/social_login.php:181
1144
  msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1145
  msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1146
 
1147
+ #: ../admin/social_login.php:169
1148
  #, fuzzy
1149
  msgid "Twitter API Secret"
1150
  msgstr "Tajna Twitter aplikacije"
1151
 
1152
+ #: ../admin/social_login.php:179
1153
  #, fuzzy, php-format
1154
  msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1155
  msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1156
 
1157
+ #: ../admin/social_login.php:191
1158
  msgid "LinkedIn API Key"
1159
  msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1160
 
1161
+ #: ../admin/social_login.php:201
1162
  #, php-format
1163
  msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1164
  msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1165
 
1166
+ #: ../admin/social_login.php:203
1167
+ #: ../admin/social_login.php:269
1168
  msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1169
  msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1170
 
1171
+ #: ../admin/social_login.php:213
1172
  msgid "Google+ Client ID"
1173
  msgstr "Google+ Client ID"
1174
 
1175
+ #: ../admin/social_login.php:223
1176
  #, php-format
1177
  msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1178
  msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1179
 
1180
+ #: ../admin/social_login.php:225
1181
  msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1182
  msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1183
 
1184
+ #: ../admin/social_login.php:235
1185
  msgid "Vkontakte Application ID"
1186
  msgstr "Identifikacija Vkontakte aplikacije"
1187
 
1188
+ #: ../admin/social_login.php:245
1189
  #, php-format
1190
  msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1191
  msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1192
 
1193
+ #: ../admin/social_login.php:247
1194
  msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1195
  msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1196
 
1197
+ #: ../admin/social_login.php:257
1198
  msgid "Instagram Client ID"
1199
  msgstr "Identifikacija klijenata Instagram-a"
1200
 
1201
+ #: ../admin/social_login.php:267
1202
  #, php-format
1203
  msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1204
  msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1205
 
1206
+ #: ../admin/social_login.php:279
1207
  msgid "Xing Consumer Key"
1208
  msgstr "Ključ za korisnike Xing-a"
1209
 
1210
+ #: ../admin/social_login.php:289
1211
  #, fuzzy, php-format
1212
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1213
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1214
 
1215
+ #: ../admin/social_login.php:291
1216
+ #: ../admin/social_login.php:313
1217
  msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1218
  msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1219
 
1220
+ #: ../admin/social_login.php:301
1221
  msgid "Xing Consumer Secret"
1222
  msgstr "Tajna korisnika Xing-a"
1223
 
1224
+ #: ../admin/social_login.php:311
1225
  #, fuzzy, php-format
1226
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1227
  msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1228
 
1229
+ #: ../admin/social_login.php:323
1230
  msgid "Include Javascript in website footer"
1231
  msgstr "Ukjlučite Javascript u zaglavlje vebsajta"
1232
 
1233
+ #: ../admin/social_login.php:333
1234
  msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1235
  msgstr "Ukoliko su omogućeni (preporučuje se), Javascript fajlovi će biti uključeni u zaglavlje vašeg vebsajta"
1236
 
1237
+ #: ../admin/social_login.php:347
1238
  msgid "Login options"
1239
  msgstr "Opcije prijavljivanja"
1240
 
1241
+ #: ../admin/social_login.php:363
1242
  msgid "Text to display above the Social Login interface"
1243
  msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1244
 
1245
+ #: ../admin/social_login.php:372
1246
  msgid "Enable at login page"
1247
  msgstr "Omogućiti na stranici za prijavljivanje"
1248
 
1249
+ #: ../admin/social_login.php:382
1250
  msgid "Social Login interface will get enabled at the login page of your website"
1251
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1252
 
1253
+ #: ../admin/social_login.php:390
1254
  msgid "Enable at register page"
1255
  msgstr "Omogućiti na stranici za registraciju"
1256
 
1257
+ #: ../admin/social_login.php:400
1258
  #, fuzzy
1259
  msgid "Social Login interface will get enabled at the registration page of your website"
1260
  msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1261
 
1262
+ #: ../admin/social_login.php:408
1263
  msgid "Enable at comment form"
1264
  msgstr "Omogućiti u formi komentara"
1265
 
1266
+ #: ../admin/social_login.php:418
1267
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1268
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1269
 
1270
+ #: ../admin/social_login.php:432
1271
  msgid "Enable before WooCommerce Customer Login Form"
1272
  msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1273
 
1274
+ #: ../admin/social_login.php:442
1275
  #, fuzzy
1276
  msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1277
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1278
 
1279
+ #: ../admin/social_login.php:450
1280
  msgid "Enable after WooCommerce Customer Login Form"
1281
  msgstr "Omogućiti posle WooCommerce korisničke forme"
1282
 
1283
+ #: ../admin/social_login.php:460
1284
  #, fuzzy
1285
  msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1286
  msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1287
 
1288
+ #: ../admin/social_login.php:468
1289
  #, fuzzy
1290
  msgid "Enable at WooCommerce checkout page"
1291
  msgstr "Omogućiti na stranici za registraciju"
1292
 
1293
+ #: ../admin/social_login.php:478
1294
  #, fuzzy
1295
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1296
  msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1297
 
1298
+ #: ../admin/social_login.php:489
1299
  msgid "Auto-approve comments made by Social Login users"
1300
  msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1301
 
1302
+ #: ../admin/social_login.php:499
1303
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1304
  msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1305
 
1306
+ #: ../admin/social_login.php:500
1307
  msgid "Note: This is not related to Facebook comments"
1308
  msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1309
 
1310
+ #: ../admin/social_login.php:510
1311
  msgid "Enable social avatar"
1312
  msgstr "Omogućite društvenog avatara"
1313
 
1314
+ #: ../admin/social_login.php:520
1315
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1316
  msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1317
 
1318
+ #: ../admin/social_login.php:530
1319
  msgid "Avatar quality"
1320
  msgstr "Kvalitet avatara"
1321
 
1322
+ #: ../admin/social_login.php:533
1323
  msgid "Average"
1324
  msgstr "Prosek"
1325
 
1326
+ #: ../admin/social_login.php:534
1327
  msgid "Best"
1328
  msgstr ""
1329
 
1330
+ #: ../admin/social_login.php:541
1331
  msgid "Choose avatar quality"
1332
  msgstr "Odaberite kvalitet avatara"
1333
 
1334
+ #: ../admin/social_login.php:560
1335
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1336
  msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1337
 
1338
+ #: ../admin/social_login.php:569
1339
  msgid "Send username-password after user registration"
1340
  msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1341
 
1342
+ #: ../admin/social_login.php:579
1343
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1344
  msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1345
 
1346
+ #: ../admin/social_login.php:588
1347
  msgid "Enable social account linking at BuddyPress profile page"
1348
  msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1349
 
1350
+ #: ../admin/social_login.php:598
1351
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1352
  msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1353
 
1354
+ #: ../admin/social_login.php:607
1355
  msgid "Login redirection"
1356
  msgstr "Preusmerenje prijavljivanja"
1357
 
1358
+ #: ../admin/social_login.php:611
1359
  msgid "Same page where user logged in"
1360
  msgstr "Ista stranica na kojoj je korisnik prijavljen"
1361
 
1362
+ #: ../admin/social_login.php:615
1363
+ #: ../admin/social_login.php:645
1364
  msgid "Account dashboard"
1365
  msgstr "Komandna tabla naloga"
1366
 
1367
+ #: ../admin/social_login.php:618
1368
+ #: ../admin/social_login.php:648
1369
  msgid "BuddyPress profile page"
1370
  msgstr "BuddyPress profilna stranica"
1371
 
1372
+ #: ../admin/social_login.php:621
1373
+ #: ../admin/social_login.php:651
1374
  msgid "Custom Url"
1375
  msgstr "Uobičajeni URL"
1376
 
1377
+ #: ../admin/social_login.php:629
1378
  msgid "User will be redirected to the selected page after Social Login"
1379
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1380
 
1381
+ #: ../admin/social_login.php:637
1382
  msgid "Registration redirection"
1383
  msgstr "Preusmerenje registracije"
1384
 
1385
+ #: ../admin/social_login.php:641
1386
  #, fuzzy
1387
  msgid "Same page from where user registered"
1388
  msgstr "Ista stranica odakle je korisnik registrovan "
1389
 
1390
+ #: ../admin/social_login.php:659
1391
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1392
  msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1393
 
1394
+ #: ../admin/social_login.php:667
1395
  msgid "Email popup options"
1396
  msgstr "Popup opcije za email"
1397
 
1398
+ #: ../admin/social_login.php:673
1399
  msgid "Text on 'Email required' popup"
1400
  msgstr "Tekst na popup-u ‘Traženog email-a’"
1401
 
1402
+ #: ../admin/social_login.php:683
1403
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1404
  msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1405
 
1406
+ #: ../admin/social_login.php:692
1407
  msgid "Error message for 'Email required' popup"
1408
  msgstr "Poruka-greška za popup ‘Traženog email-a’"
1409
 
1410
+ #: ../admin/social_login.php:702
1411
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1412
  msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1413
 
1414
+ #: ../admin/social_login.php:711
1415
  msgid "Email popup height"
1416
  msgstr "Visina email popup-a"
1417
 
1418
+ #: ../admin/social_login.php:721
1419
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1420
  msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1421
 
1422
+ #: ../admin/social_login.php:729
1423
  msgid "Enable email verification"
1424
  msgstr "Omogućite verifikaciju email-a"
1425
 
1426
+ #: ../admin/social_login.php:739
1427
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1428
  msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1429
 
1430
+ #: ../admin/social_login.php:755
1431
  #, fuzzy
1432
  msgid "Social Login Shortcode & Widget"
1433
  msgstr "Kratki kod & vidžet"
1434
 
1435
+ #: ../admin/social_login.php:756
1436
  msgid "Social Linking Shortcode"
1437
  msgstr "Kratki kod za povezivanje na društvene mreže"
1438
 
1644
  msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1645
  msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1646
 
1647
+ #: ../inc/social_sharing.php:598
1648
  msgid "Invalid request"
1649
  msgstr "Nevažeći zahtev"
1650
 
1651
+ #: ../inc/social_sharing.php:605
1652
  msgid "Providers not selected"
1653
  msgstr "Dobavljači nisu selektovani"
1654
 
1655
+ #: ../inc/social_login.php:232
1656
+ #, php-format
1657
+ msgid "Username: %s"
1658
+ msgstr ""
1659
+
1660
+ #: ../inc/social_login.php:233
1661
+ #, php-format
1662
+ msgid "Password: %s"
1663
+ msgstr ""
1664
+
1665
+ #: ../inc/social_login.php:236
1666
+ #, php-format
1667
+ msgid "[%s] Your username and password"
1668
+ msgstr ""
1669
+
1670
  #: ../inc/widget.php:11
1671
  msgid "Super Socializer - Login"
1672
  msgstr "Super Socializer - prijavljivanje"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Super Socializer ===
2
- Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Italian Translator: Maurizio http://freedomsgate.tk, Spanish translator: Andrew Kurtis http://webhostinghub.com, German Translator: Maximilian Kops http://maxkops.de, Arabic Translator: http://www.ArabsSM.com, Russian Translator: Nicholas Lagunov http://tobehip.com.ua
3
  Donate link: https://www.heateor.com/add-ons
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.3.1
7
- Stable tag: 6.2
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
@@ -85,7 +85,7 @@ Detailed Overview:
85
 
86
  **Benefits**
87
 
88
- 1. **Better Customer Relationship**: User profile data includes user's personal information (birthdate, bio, website etc.) which can be used to foster customer relationships.
89
 
90
  2. **Updated and Genuine Data**: As people update their (real) profile details on their Social network, you get updated and genuine data which is unlikely in case of traditional registration process.
91
 
@@ -196,6 +196,13 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
196
  8. **Social Commenting**: Disqus Commenting selected
197
 
198
  == Changelog ==
 
 
 
 
 
 
 
199
  = 6.2 =
200
  * [Improvement] Minor performance improvements
201
  * [Improvement] Improved Italian Translation
@@ -648,4 +655,11 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
648
 
649
  = 6.2 =
650
  * [Improvement] Minor performance improvements
651
- * [Improvement] Improved Italian Translation
 
 
 
 
 
 
 
1
  === Super Socializer ===
2
+ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Italian Translator: Maurizio https://freedomsgate.org, Spanish translator: Andrew Kurtis http://webhostinghub.com, German Translator: Maximilian Kops http://maxkops.de, Arabic Translator: http://www.ArabsSM.com, Russian Translator: Nicholas Lagunov http://tobehip.com.ua
3
  Donate link: https://www.heateor.com/add-ons
4
  Tags: the champ, champ, social login, social sharing, social commenting, social comments, social plugin, buddypress, bbpress, social share, comments, share post, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, social sign-in, signin, sign up, signup, social connect, facebook login, twitter login, google login, google+ login, linkedin login, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, social network
5
  Requires at least: 2.5.0
6
  Tested up to: 4.3.1
7
+ Stable tag: 6.4
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share and Social Comments at your website
85
 
86
  **Benefits**
87
 
88
+ 1. **Better Customer Relationship**: User profile data includes user's personal information which can be used to foster customer relationships.
89
 
90
  2. **Updated and Genuine Data**: As people update their (real) profile details on their Social network, you get updated and genuine data which is unlikely in case of traditional registration process.
91
 
196
  8. **Social Commenting**: Disqus Commenting selected
197
 
198
  == Changelog ==
199
+ = 6.4 =
200
+ * [Bugfix] Whatsapp sharing was not working on some versions of IOS
201
+ * [Bugfix] "Send username-password to user after Social Login" functionality was not working with WP version 4.3 and above
202
+ * [Bugfix] "Stick sharing bar horizontally at bottom on mobile devices" option was not working for widget and shortcode
203
+ * [Bugfix] Total share counts were being displayed in Italic font in few scenarios
204
+ * [New] Added option to disable user registration through Social Login
205
+
206
  = 6.2 =
207
  * [Improvement] Minor performance improvements
208
  * [Improvement] Improved Italian Translation
655
 
656
  = 6.2 =
657
  * [Improvement] Minor performance improvements
658
+ * [Improvement] Improved Italian Translation
659
+
660
+ = 6.4 =
661
+ * [Bugfix] Whatsapp sharing was not working on some versions of IOS
662
+ * [Bugfix] "Send username-password to user after Social Login" functionality was not working with WP version 4.3 and above
663
+ * [Bugfix] "Stick sharing bar horizontally at bottom on mobile devices" option was not working for widget and shortcode
664
+ * [Bugfix] Total share counts were being displayed in Italic font in few scenarios
665
+ * [New] Added option to disable user registration through Social Login
super_socializer.php CHANGED
@@ -3,13 +3,15 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
- Version: 6.2
7
  Author: Heateor Team
8
  Author URI: http://www.heateor.com
 
 
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
- define('THE_CHAMP_SS_VERSION', '6.2');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -423,7 +425,7 @@ function the_champ_frontend_scripts(){
423
  $emailPopupVerifyMessage = __('Please check your email inbox to complete the registration.', 'Super-Socializer');
424
  }
425
  ?>
426
- <script> var theChampFacebookScope = 'public_profile,email', theChampFBKey = '<?php echo $fbKey ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])))); ?>'; </script>
427
  <?php
428
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
429
  wp_enqueue_script('thickbox');
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more.
6
+ Version: 6.4
7
  Author: Heateor Team
8
  Author URI: http://www.heateor.com
9
+ Text Domain: Super-Socializer
10
+ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '6.4');
15
 
16
  $theChampLoginOptions = get_option('the_champ_login');
17
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
425
  $emailPopupVerifyMessage = __('Please check your email inbox to complete the registration.', 'Super-Socializer');
426
  }
427
  ?>
428
+ <script> var theChampFacebookScope = 'public_profile,email', theChampFBKey = '<?php echo $fbKey ?>', theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])))); ?>'; <?php echo isset($theChampLoginOptions['disable_reg']) && isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != '' ? 'var theChampDisableRegRedirect = "' . html_entity_decode(esc_url($theChampLoginOptions['disable_reg_redirect'])) . '";' : '' ?> </script>
429
  <?php
430
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
431
  wp_enqueue_script('thickbox');