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

Version Description

[25 June 2019] = * [New] Option to trigger social login popup in the same browser tab instead of a popup window * [Bugfix] Webpage urls with "?SuperSocializerAuth=LiveJournal" appended were appearing in "Google webmaster tools errors" in some cases

Download this release

Release Info

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

Code changes from version 7.12.27 to 7.12.28

admin/social_login.php CHANGED
@@ -545,6 +545,24 @@
545
  </td>
546
  </tr>
547
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
548
  <tr>
549
  <th>
550
  <img id="the_champ_sl_align_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
545
  </td>
546
  </tr>
547
 
548
+ <tr>
549
+ <th>
550
+ <img id="the_champ_sl_same_tab_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
551
+ <label for="the_champ_sl_same_tab"><?php _e("Tigger social login in the same browser tab", 'super-socializer'); ?></label>
552
+ </th>
553
+ <td>
554
+ <input id="the_champ_sl_same_tab" name="the_champ_login[same_tab_login]" type="checkbox" <?php echo isset($theChampLoginOptions['same_tab_login']) ? 'checked = "checked"' : '';?> value="1" />
555
+ </td>
556
+ </tr>
557
+
558
+ <tr class="the_champ_help_content" id="the_champ_sl_same_tab_help_cont">
559
+ <td colspan="2">
560
+ <div>
561
+ <?php _e('Trigger social login in the same browser tab instead of a popup window', 'super-socializer') ?>
562
+ </div>
563
+ </td>
564
+ </tr>
565
+
566
  <tr>
567
  <th>
568
  <img id="the_champ_sl_align_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
js/front/combined.js CHANGED
@@ -1,13 +1,13 @@
1
  theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theChampFBLang = typeof theChampFBLang != 'undefined' ? theChampFBLang : theChampDefaultLang, theChampFbIosLogin = typeof theChampFbIosLogin != 'undefined' ? theChampFbIosLogin : 0;
2
  // general.js
3
- function theChampPopup(e){window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_browser_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_popup_bg").onclick=document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}
5
  "undefined"!=typeof heateorSsSDKBlockedMsg&&jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&(jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg()}).css("display","none").appendTo(document.body),localStorage.setItem("heateorSsBrowserMsg","shown"))});
6
  function heateorSsLJLoginPopup(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_lj_popup_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><fieldset id="ss_openid"><legend>LiveJournal Login</legend><form action="'+theChampLJAuthUrl+'" method="post" onsubmit="this.login.disabled=true;"><input type="hidden" name="openid_action" value="SuperSocializerLogin"><div style="clear:both">'+theChampLJLoginUsernameString+'</div><div style="clear:both"><input type="text" name="openid_url" required class="openid_login"><input type="submit" name="login" value="Login"></div></form></fieldset></div></div></div>',a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_lj_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_lj_popup_bg").onclick=document.getElementById("heateor_ss_lj_popup_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
7
  // common.js
8
  function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampPopup(theChampFacebookAuthUrl):"Login with Twitch"==a?theChampPopup(theChampTwitchAuthUrl):"Login with LiveJournal"==a?heateorSsLJLoginPopup():"Login with Steam"==a?theChampPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampPopup(theChampTwitterAuthUrl):"Login with Xing"==a?theChampPopup(theChampXingAuthUrl):("Login with Linkedin"==a&&theChampPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\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,}))$/.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(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
9
  // instagram.js
10
- function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect="+e)+"&response_type=token")}function theChampGetHashValue(e){if(typeof e!=="string"){e=""}else{e=e.toLowerCase()}var t=location.hash.toLowerCase().match(new RegExp(e+"=([^&]*)"));var n="";if(t){n=t[1]}return n}function theChampGetParameterByName(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)"),n=t.exec(location.search);return n===null?"":decodeURIComponent(n[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(theChampInstagramHash!=""){var redirection = theChampGetParameterByName("ssredirect");redirection = redirection + (window.opener.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');window.opener.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
11
  // sdk.js
12
  function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v3.2"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification||"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments)&&FB.Event.subscribe("comment.create",function(e){void 0!==e.commentID&&e.commentID&&("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(e,t,n){}}),"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"heateor_fcm_save_fb_comment",data:e},success:function(e,t,n){}}))}),"undefined"!=typeof theChampFbLikeMycred&&theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"","Minus point(s) for undoing Facebook like-recommend")})),"undefined"!=typeof theChampSsga&&theChampSsga&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e||"")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||((t=e.createElement("script")).id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document);
13
  // commenting.js
1
  theChampFBKey = typeof theChampFBKey != 'undefined' ? theChampFBKey : '', theChampFBLang = typeof theChampFBLang != 'undefined' ? theChampFBLang : theChampDefaultLang, theChampFbIosLogin = typeof theChampFbIosLogin != 'undefined' ? theChampFbIosLogin : 0;
2
  // general.js
3
+ function theChampPopup(e){if(theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
4
  function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_browser_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_popup_bg").onclick=document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}
5
  "undefined"!=typeof heateorSsSDKBlockedMsg&&jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&(jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg()}).css("display","none").appendTo(document.body),localStorage.setItem("heateorSsBrowserMsg","shown"))});
6
  function heateorSsLJLoginPopup(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_lj_popup_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><fieldset id="ss_openid"><legend>LiveJournal Login</legend><form action="'+theChampLJAuthUrl+'" method="post" onsubmit="this.login.disabled=true;"><input type="hidden" name="openid_action" value="SuperSocializerLogin"><div style="clear:both">'+theChampLJLoginUsernameString+'</div><div style="clear:both"><input type="text" name="openid_url" required class="openid_login"><input type="submit" name="login" value="Login"></div></form></fieldset></div></div></div>',a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_lj_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_lj_popup_bg").onclick=document.getElementById("heateor_ss_lj_popup_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
7
  // common.js
8
  function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampInitiateLogin(e){var t=jQuery(e).parents("div.the_champ_login_container").find(".heateor_ss_social_login_optin");if(0==t.length||jQuery(t).is(":checked")){var a=e.getAttribute("alt");"Login with Facebook"==a?theChampPopup(theChampFacebookAuthUrl):"Login with Twitch"==a?theChampPopup(theChampTwitchAuthUrl):"Login with LiveJournal"==a?heateorSsLJLoginPopup():"Login with Steam"==a?theChampPopup(theChampSteamAuthUrl):"Login with Twitter"==a?theChampPopup(theChampTwitterAuthUrl):"Login with Xing"==a?theChampPopup(theChampXingAuthUrl):("Login with Linkedin"==a&&theChampPopup(theChampLinkedinAuthUrl),"Login with Google"==a?theChampPopup(theChampGoogleAuthUrl):"Login with Vkontakte"==a?theChampPopup(theChampVkontakteAuthUrl):"Login with Instagram"==a&&theChampInitializeInstaLogin())}else t.length>0&&jQuery(t).parent().css("color","red")}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(a=0;a<t.length;a++)for(var h=theChampGetElementsByClass(e,t[a]),i=0;i<h.length;i++)h[i].style.display="block"}function theChampValidateEmail(e){return/^(([^<>()[\]\\.,;:\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,}))$/.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(e,t,a){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}if(void 0===theChampLinkingRedirection)var theChampLinkingRedirection="";theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;theChampLoadEvent(function(){null!=theChampGetCookie("heateorSsSLOptin")&&jQuery("input.heateor_ss_social_login_optin").prop("checked",!0)}),jQuery("input.heateor_ss_social_login_optin").click(function(){if(jQuery(this).is(":checked")){if(null==theChampGetCookie("heateorSsSLOptin")){var e=new Date;e.setTime(e.getTime()+31536e6),document.cookie="heateorSsSLOptin=1; expires="+e.toUTCString()+"; path=/"}}else document.cookie="heateorSsSLOptin=; expires=Fri, 02 Jan 1970 00:00:00 UTC; path=/"});
9
  // instagram.js
10
+ var heateorSsParentWindow=window.opener?window.opener:window;function theChampInitializeInstaLogin(){var e=typeof theChampLinkingRedirection!="undefined"&&theChampLinkingRedirection!=""?theChampLinkingRedirection:theChampTwitterRedirect;theChampPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect="+e)+"&response_type=token")}function theChampGetHashValue(e){if(typeof e!=="string"){e=""}else{e=e.toLowerCase()}var t=location.hash.toLowerCase().match(new RegExp(e+"=([^&]*)"));var n="";if(t){n=t[1]}return n}function theChampGetParameterByName(e){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var t=new RegExp("[\\?&]"+e+"=([^&#]*)"),n=t.exec(location.search);return n===null?"":decodeURIComponent(n[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(theChampInstagramHash!=""){var redirection = theChampGetParameterByName("ssredirect");redirection = redirection + (heateorSsParentWindow.heateorMSEnabled == 1 ? (redirection.indexOf('?') >= 0 ? '&' : '?') + "heateorMSEnabled=1" : '');heateorSsParentWindow.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection?redirection:theChampTwitterRedirect);window.close()}
11
  // sdk.js
12
  function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v3.2"})}window.fbAsyncInit=function(){theChampInitiateFB(),theChampFbIosLogin&&theChampAuthUserFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification||"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments)&&FB.Event.subscribe("comment.create",function(e){void 0!==e.commentID&&e.commentID&&("undefined"!=typeof theChampCommentNotification&&1==theChampCommentNotification&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(e,t,n){}}),"undefined"!=typeof theChampHeateorFcmRecentComments&&1==theChampHeateorFcmRecentComments&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"heateor_fcm_save_fb_comment",data:e},success:function(e,t,n){}}))}),"undefined"!=typeof theChampFbLikeMycred&&theChampFbLikeMycred&&(FB.Event.subscribe("edge.create",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsmiMycredPoints("Facebook_like_recommend","",e||"","Minus point(s) for undoing Facebook like-recommend")})),"undefined"!=typeof theChampSsga&&theChampSsga&&(FB.Event.subscribe("edge.create",function(e){heateorSsgaSocialPluginsTracking("Facebook","Like",e||"")}),FB.Event.subscribe("edge.remove",function(e){heateorSsgaSocialPluginsTracking("Facebook","Unlike",e||"")}))},function(e){var t,n="facebook-jssdk",o=e.getElementsByTagName("script")[0];e.getElementById(n)||((t=e.createElement("script")).id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",o.parentNode.insertBefore(t,o))}(document);
13
  // commenting.js
js/front/social_login/general.js CHANGED
@@ -1,4 +1,4 @@
1
- function theChampPopup(e){window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
2
  function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_browser_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_popup_bg").onclick=document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}
3
  "undefined"!=typeof heateorSsSDKBlockedMsg&&jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&(jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg()}).css("display","none").appendTo(document.body),localStorage.setItem("heateorSsBrowserMsg","shown"))});
4
  function heateorSsLJLoginPopup(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_lj_popup_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><fieldset id="ss_openid"><legend>LiveJournal Login</legend><form action="'+theChampLJAuthUrl+'" method="post" onsubmit="this.login.disabled=true;"><input type="hidden" name="openid_action" value="SuperSocializerLogin"><div style="clear:both">'+theChampLJLoginUsernameString+'</div><div style="clear:both"><input type="text" name="openid_url" required class="openid_login"><input type="submit" name="login" value="Login"></div></form></fieldset></div></div></div>',a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_lj_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_lj_popup_bg").onclick=document.getElementById("heateor_ss_lj_popup_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
1
+ function theChampPopup(e){if(theChampSameTabLogin==1){location.href=e}else{window.open(e,"_blank","height=520,width=770,left=315,top=80,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")}}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("https://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
2
  function heateorSsBrowserMsg(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_browser_msg_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><p>'+heateorSsSDKBlockedMsg+"</p></div></div>",a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_browser_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_browser_popup_bg").onclick=document.getElementById("heateor_ss_browser_msg_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}
3
  "undefined"!=typeof heateorSsSDKBlockedMsg&&jQuery(function(){"shown"!=localStorage.getItem("heateorSsBrowserMsg")&&(jQuery("<img/>").attr("src","//apps.facebook.com/favicon.ico").error(function(){heateorSsBrowserMsg()}).css("display","none").appendTo(document.body),localStorage.setItem("heateorSsBrowserMsg","shown"))});
4
  function heateorSsLJLoginPopup(){var a=document.createElement("div");a.innerHTML='<button id="heateor_ss_lj_popup_close" class="close-button separated"><img src="'+theChampCloseIconPath+'" /></button><div id="the_champ_sharing_more_content"><div class="all-services" style="padding:20px 10px 0px 10px;height:auto;"><fieldset id="ss_openid"><legend>LiveJournal Login</legend><form action="'+theChampLJAuthUrl+'" method="post" onsubmit="this.login.disabled=true;"><input type="hidden" name="openid_action" value="SuperSocializerLogin"><div style="clear:both">'+theChampLJLoginUsernameString+'</div><div style="clear:both"><input type="text" name="openid_url" required class="openid_login"><input type="submit" name="login" value="Login"></div></form></fieldset></div></div></div>',a.setAttribute("id","the_champ_sharing_more_providers"),a.setAttribute("style","height:auto;");var b=document.createElement("div");b.setAttribute("id","heateor_ss_lj_popup_bg"),jQuery("body").append(a).append(b),document.getElementById("heateor_ss_lj_popup_bg").onclick=document.getElementById("heateor_ss_lj_popup_close").onclick=function(){a.parentNode.removeChild(a),b.parentNode.removeChild(b)}}function theChampGetCookie(e){for(var t=e+"=",a=document.cookie.split(";"),h=0;h<a.length;h++){for(var i=a[h];" "==i.charAt(0);)i=i.substring(1,i.length);if(0==i.indexOf(t))return i.substring(t.length,i.length)}return null}
js/front/social_login/instagram.js CHANGED
@@ -1 +1 @@
1
- function theChampInitializeInstaLogin(){var a="undefined"!=typeof theChampLinkingRedirection&&""!=theChampLinkingRedirection?theChampLinkingRedirection:theChampTwitterRedirect;theChampPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect=")+a+"&response_type=token")}function theChampGetHashValue(a){a="string"!=typeof a?"":a.toLowerCase();var b=location.hash.toLowerCase().match(new RegExp(a+"=([^&]*)")),c="";return b&&(c=b[1]),c}function theChampGetParameterByName(a){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var b=new RegExp("[\\?&]"+a+"=([^&#]*)"),c=b.exec(location.search);return null===c?"":decodeURIComponent(c[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(""!=theChampInstagramHash){var redirection=theChampGetParameterByName("ssredirect");redirection+=1==window.opener.heateorMSEnabled?(redirection.indexOf("?")>=0?"&":"?")+"heateorMSEnabled=1":"",window.opener.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection||theChampTwitterRedirect),window.close()}
1
+ var heateorSsParentWindow=window.opener?window.opener:window;function theChampInitializeInstaLogin(){var a="undefined"!=typeof theChampLinkingRedirection&&""!=theChampLinkingRedirection?theChampLinkingRedirection:theChampTwitterRedirect;theChampPopup("https://instagram.com/oauth/authorize/?client_id="+theChampInstaId+"&redirect_uri="+encodeURI(theChampSiteUrl+"?ssredirect=")+a+"&response_type=token")}function theChampGetHashValue(a){a="string"!=typeof a?"":a.toLowerCase();var b=location.hash.toLowerCase().match(new RegExp(a+"=([^&]*)")),c="";return b&&(c=b[1]),c}function theChampGetParameterByName(a){a=a.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var b=new RegExp("[\\?&]"+a+"=([^&#]*)"),c=b.exec(location.search);return null===c?"":decodeURIComponent(c[1].replace(/\+/g," "))}var theChampInstagramHash=theChampGetHashValue("access_token");if(""!=theChampInstagramHash){var redirection=theChampGetParameterByName("ssredirect");redirection+=1==heateorSsParentWindow.heateorMSEnabled?(redirection.indexOf("?")>=0?"&":"?")+"heateorMSEnabled=1":"",heateorSsParentWindow.location.href=theChampSiteUrl+"?SuperSocializerInstaToken="+theChampInstagramHash+"&super_socializer_redirect_to="+(redirection||theChampTwitterRedirect),window.close()}
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:41+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:41+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -68,163 +68,163 @@ msgid ""
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
- #: ../super_socializer.php:910 ../helper.php:976
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
75
- #: ../super_socializer.php:910
76
  msgid "Your email has been verified. Now you can login to your account"
77
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
78
 
79
- #: ../super_socializer.php:914
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
- #: ../super_socializer.php:932 ../admin/social_login.php:787
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
87
- #: ../super_socializer.php:935
88
  msgid "Please check your email inbox to complete the registration."
89
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
90
 
91
- #: ../super_socializer.php:942 ../helper.php:508
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:1014
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
100
  msgid "Shares"
101
  msgstr ""
102
 
103
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
104
  msgid "Share"
105
  msgstr ""
106
 
107
- #: ../super_socializer.php:1026
108
  #, fuzzy
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
- #: ../super_socializer.php:1272
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
- #: ../super_socializer.php:1340 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
- #: ../super_socializer.php:1343
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
- #: ../super_socializer.php:1347
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
- #: ../super_socializer.php:1351 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1355 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1434
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1435
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
- #: ../super_socializer.php:1440
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
- #: ../super_socializer.php:1690
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1692
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1703
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1712
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1721
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1730
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1739
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1746
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1757
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1773
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1797
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +232,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
236
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
237
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
238
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1822
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +247,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1847
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +255,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1872
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +263,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1883
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1905
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1933
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1960
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,7 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1985
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,11 @@ msgid ""
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
- #: ../super_socializer.php:2011
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -315,7 +315,7 @@ msgid ""
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
- #: ../super_socializer.php:2037
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
@@ -430,7 +430,7 @@ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن
430
 
431
  #: ../helper.php:913 ../admin/general_options.php:132
432
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
433
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
434
  #, fuzzy
435
  msgid "Save Changes"
436
  msgstr "حفظ"
@@ -455,7 +455,7 @@ msgstr ""
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
460
  #, fuzzy, php-format
461
  msgid ""
@@ -535,14 +535,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
535
  msgstr ""
536
 
537
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
538
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
539
  #: ../admin/like_buttons.php:836
540
  #, fuzzy
541
  msgid "Instagram Shoutout"
542
  msgstr "إنستاجرام"
543
 
544
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
545
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
546
  #: ../admin/like_buttons.php:838
547
  msgid ""
548
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -551,7 +551,7 @@ msgid ""
551
  msgstr ""
552
 
553
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
554
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
555
  #: ../admin/like_buttons.php:839
556
  msgid ""
557
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -562,7 +562,7 @@ msgid ""
562
  msgstr ""
563
 
564
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
565
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
566
  #: ../admin/like_buttons.php:840
567
  msgid ""
568
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -714,7 +714,7 @@ msgstr ""
714
 
715
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
716
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
717
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
718
  #: ../admin/like_buttons.php:797
719
  #, fuzzy
720
  msgid "Shortcode & Widget"
@@ -727,7 +727,7 @@ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
727
 
728
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
729
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
730
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
731
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
732
  #, fuzzy
733
  msgid "FAQ"
@@ -988,7 +988,7 @@ msgid "Url to share"
988
  msgstr " شارك الآخرين بهذة الفقرة"
989
 
990
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
991
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
992
  #: ../inc/widget.php:945
993
  #, fuzzy
994
  msgid "Title"
@@ -1086,7 +1086,7 @@ msgid "Placement"
1086
  msgstr ""
1087
 
1088
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1089
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1090
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1091
  #, fuzzy
1092
  msgid "Homepage"
@@ -1581,7 +1581,7 @@ msgstr ""
1581
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1582
 
1583
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1584
- #: ../admin/social_login.php:1241
1585
  msgid ""
1586
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1587
  "an online website for the plugin to function properly."
@@ -1636,7 +1636,7 @@ msgid ""
1636
  msgstr ""
1637
 
1638
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1639
- #: ../admin/social_login.php:1248
1640
  msgid "Why is my browser blocking some features of the plugin?"
1641
  msgstr ""
1642
 
@@ -1987,11 +1987,11 @@ msgstr "إنشاء ملف الإعدادات"
1987
  msgid "Advanced Configuration"
1988
  msgstr "إنشاء ملف الإعدادات"
1989
 
1990
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1991
  msgid "GDPR"
1992
  msgstr ""
1993
 
1994
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1995
  msgid "XProfile Integration"
1996
  msgstr ""
1997
 
@@ -2384,11 +2384,19 @@ msgid "Text to display above the Social Login interface"
2384
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2385
 
2386
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2387
  #, fuzzy
2388
  msgid "Center align icons"
2389
  msgstr "إعادة ترتيب الرموز"
2390
 
2391
- #: ../admin/social_login.php:561
2392
  #, fuzzy
2393
  msgid "Center align social login icons"
2394
  msgstr ""
@@ -2396,12 +2404,12 @@ msgstr ""
2396
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2397
  "فورا دون موافقة المشرف على النظام."
2398
 
2399
- #: ../admin/social_login.php:569
2400
  #, fuzzy
2401
  msgid "Enable at login page"
2402
  msgstr "صفحة"
2403
 
2404
- #: ../admin/social_login.php:579
2405
  #, fuzzy
2406
  msgid ""
2407
  "Social Login interface will get enabled at the login page of your website"
@@ -2409,12 +2417,12 @@ msgstr ""
2409
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2410
  "التعليق"
2411
 
2412
- #: ../admin/social_login.php:587
2413
  #, fuzzy
2414
  msgid "Enable at register page"
2415
  msgstr "التسجيل العام"
2416
 
2417
- #: ../admin/social_login.php:597
2418
  #, fuzzy
2419
  msgid ""
2420
  "Social Login interface will get enabled at the registration page of your "
@@ -2423,21 +2431,21 @@ msgstr ""
2423
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2424
  "الخاص بك"
2425
 
2426
- #: ../admin/social_login.php:605
2427
  msgid "Enable at comment form"
2428
  msgstr "تمكين هذا الشكل من تعليق"
2429
 
2430
- #: ../admin/social_login.php:615
2431
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2432
  msgstr ""
2433
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2434
  "التعليق"
2435
 
2436
- #: ../admin/social_login.php:630
2437
  msgid "Enable before WooCommerce Customer Login Form"
2438
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2439
 
2440
- #: ../admin/social_login.php:640
2441
  #, fuzzy
2442
  msgid ""
2443
  "Social Login Interface will get enabled before the customer login form at "
@@ -2446,12 +2454,12 @@ msgstr ""
2446
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2447
  "التعليق"
2448
 
2449
- #: ../admin/social_login.php:648
2450
  #, fuzzy
2451
  msgid "Enable at WooCommerce Customer Login Form"
2452
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2453
 
2454
- #: ../admin/social_login.php:658
2455
  #, fuzzy
2456
  msgid ""
2457
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2460,12 +2468,12 @@ msgstr ""
2460
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2461
  "التعليق"
2462
 
2463
- #: ../admin/social_login.php:666
2464
  #, fuzzy
2465
  msgid "Enable at WooCommerce Customer Register Form"
2466
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2467
 
2468
- #: ../admin/social_login.php:676
2469
  #, fuzzy
2470
  msgid ""
2471
  "Integrate Social Login Interface with the customer register form at "
@@ -2474,26 +2482,26 @@ msgstr ""
2474
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2475
  "التعليق"
2476
 
2477
- #: ../admin/social_login.php:684
2478
  #, fuzzy
2479
  msgid "Enable at WooCommerce checkout page"
2480
  msgstr "التسجيل العام"
2481
 
2482
- #: ../admin/social_login.php:694
2483
  #, fuzzy
2484
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2485
  msgstr ""
2486
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2487
  "التعليق"
2488
 
2489
- #: ../admin/social_login.php:705
2490
  #, fuzzy
2491
  msgid "Auto-approve comments made by Social Login users"
2492
  msgstr ""
2493
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2494
  "الاجتماعي\""
2495
 
2496
- #: ../admin/social_login.php:715
2497
  msgid ""
2498
  "If this option is enabled, and WordPress comment is made by Social Login "
2499
  "user, comment will get approved immediately without keeping in moderation."
@@ -2502,17 +2510,17 @@ msgstr ""
2502
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2503
  "فورا دون موافقة المشرف على النظام."
2504
 
2505
- #: ../admin/social_login.php:716
2506
  #, fuzzy
2507
  msgid "Note: This is not related to Facebook comments"
2508
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2509
 
2510
- #: ../admin/social_login.php:726
2511
  #, fuzzy
2512
  msgid "Enable social avatar"
2513
  msgstr "خدمة الشبكة الاجتماعية"
2514
 
2515
- #: ../admin/social_login.php:736
2516
  #, fuzzy
2517
  msgid ""
2518
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2521,39 +2529,39 @@ msgstr ""
2521
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2522
  "الشخصية"
2523
 
2524
- #: ../admin/social_login.php:746
2525
  #, fuzzy
2526
  msgid "Avatar quality"
2527
  msgstr "نوعية الصورة الرمزية"
2528
 
2529
- #: ../admin/social_login.php:749
2530
  #, fuzzy
2531
  msgid "Average"
2532
  msgstr "المعدل"
2533
 
2534
- #: ../admin/social_login.php:750
2535
  msgid "Best"
2536
  msgstr "أفضل"
2537
 
2538
- #: ../admin/social_login.php:757
2539
  #, fuzzy
2540
  msgid "Choose avatar quality"
2541
  msgstr "إختيار ملف"
2542
 
2543
- #: ../admin/social_login.php:766
2544
  #, fuzzy
2545
  msgid ""
2546
  "Show option for users to update social avatar at BuddyPress profile page"
2547
  msgstr ""
2548
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2549
 
2550
- #: ../admin/social_login.php:776
2551
  msgid ""
2552
  "If enabled, users would be able to update their social avatar from \"Profile "
2553
  "photo\" section in BuddyPress profile at front-end"
2554
  msgstr ""
2555
 
2556
- #: ../admin/social_login.php:797
2557
  #, fuzzy
2558
  msgid ""
2559
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2564,11 +2572,11 @@ msgstr ""
2564
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2565
  "إنشاء بريد إلكتروني وهمية"
2566
 
2567
- #: ../admin/social_login.php:806
2568
  msgid "Send post-registration email to user to set account password"
2569
  msgstr ""
2570
 
2571
- #: ../admin/social_login.php:816
2572
  #, fuzzy
2573
  msgid ""
2574
  "If enabled, an email will be sent to user after registration through Social "
@@ -2580,12 +2588,12 @@ msgstr ""
2580
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2581
  "تسجيل الدخول التقليدية)"
2582
 
2583
- #: ../admin/social_login.php:824
2584
  #, fuzzy
2585
  msgid "Send new user registration notification email to admin"
2586
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2587
 
2588
- #: ../admin/social_login.php:834
2589
  #, fuzzy
2590
  msgid ""
2591
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2596,47 +2604,47 @@ msgstr ""
2596
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2597
  "تسجيل الدخول التقليدية)"
2598
 
2599
- #: ../admin/social_login.php:842
2600
  #, fuzzy
2601
  msgid "Login redirection"
2602
  msgstr "تسجيل الدخول"
2603
 
2604
- #: ../admin/social_login.php:846
2605
  #, fuzzy
2606
  msgid "Same page where user logged in"
2607
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2608
 
2609
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2610
  #, fuzzy
2611
  msgid "Account dashboard"
2612
  msgstr " لوحتك الخاصة بالتحكم"
2613
 
2614
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2615
  #, fuzzy
2616
  msgid "BuddyPress profile page"
2617
  msgstr "تحرير ملفي الشخصي"
2618
 
2619
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2620
  #, fuzzy
2621
  msgid "Custom Url"
2622
  msgstr "رابط (URL) مخصّص"
2623
 
2624
- #: ../admin/social_login.php:864
2625
  #, fuzzy
2626
  msgid "User will be redirected to the selected page after Social Login"
2627
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2628
 
2629
- #: ../admin/social_login.php:872
2630
  #, fuzzy
2631
  msgid "Registration redirection"
2632
  msgstr "نموذج التسجيل"
2633
 
2634
- #: ../admin/social_login.php:876
2635
  #, fuzzy
2636
  msgid "Same page from where user registered"
2637
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2638
 
2639
- #: ../admin/social_login.php:894
2640
  #, fuzzy
2641
  msgid ""
2642
  "User will be redirected to the selected page after registration (first "
@@ -2645,17 +2653,17 @@ msgstr ""
2645
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2646
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2647
 
2648
- #: ../admin/social_login.php:903
2649
  #, fuzzy
2650
  msgid "Social Account Linking Options"
2651
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2652
 
2653
- #: ../admin/social_login.php:919
2654
  #, fuzzy
2655
  msgid "Text to display above the Social Account Linking interface"
2656
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2657
 
2658
- #: ../admin/social_login.php:927
2659
  #, fuzzy
2660
  msgid ""
2661
  "Link social account to already existing account, if email address matches"
@@ -2663,7 +2671,7 @@ msgstr ""
2663
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2664
  "الى حسابك في هذا الموقع"
2665
 
2666
- #: ../admin/social_login.php:937
2667
  msgid ""
2668
  "If email address of the user's Social Account matches with an already "
2669
  "existing account at your website, that social account will be linked to "
@@ -2671,12 +2679,12 @@ msgid ""
2671
  "Linking interface at their profile page."
2672
  msgstr ""
2673
 
2674
- #: ../admin/social_login.php:946
2675
  #, fuzzy
2676
  msgid "Enable social account linking at BuddyPress profile page"
2677
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2678
 
2679
- #: ../admin/social_login.php:956
2680
  #, fuzzy
2681
  msgid ""
2682
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2684,17 +2692,17 @@ msgid ""
2684
  msgstr ""
2685
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2686
 
2687
- #: ../admin/social_login.php:967
2688
  #, fuzzy
2689
  msgid "Email popup options"
2690
  msgstr "الخيارات"
2691
 
2692
- #: ../admin/social_login.php:973
2693
  #, fuzzy
2694
  msgid "Text on 'Email required' popup"
2695
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2696
 
2697
- #: ../admin/social_login.php:983
2698
  #, fuzzy
2699
  msgid ""
2700
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2703,12 +2711,12 @@ msgstr ""
2703
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2704
  "غير مطلوب."
2705
 
2706
- #: ../admin/social_login.php:992
2707
  #, fuzzy
2708
  msgid "Error message for 'Email required' popup"
2709
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2710
 
2711
- #: ../admin/social_login.php:1002
2712
  #, fuzzy
2713
  msgid ""
2714
  "This message will be displayed to user if it provides invalid or already "
@@ -2717,12 +2725,12 @@ msgstr ""
2717
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2718
  "المسجلة مسبقاً"
2719
 
2720
- #: ../admin/social_login.php:1011
2721
  #, fuzzy
2722
  msgid "Email popup height"
2723
  msgstr "ارتفاع"
2724
 
2725
- #: ../admin/social_login.php:1021
2726
  #, fuzzy
2727
  msgid ""
2728
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2732,12 +2740,12 @@ msgstr ""
2732
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2733
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2734
 
2735
- #: ../admin/social_login.php:1029
2736
  #, fuzzy
2737
  msgid "Enable email verification"
2738
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2739
 
2740
- #: ../admin/social_login.php:1039
2741
  #, fuzzy
2742
  msgid ""
2743
  "If enabled, email provided by the user will be verified by sending a "
@@ -2748,22 +2756,22 @@ msgstr ""
2748
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2749
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2750
 
2751
- #: ../admin/social_login.php:1060
2752
  #, fuzzy
2753
  msgid "Enable GDPR opt-in"
2754
  msgstr "إتاحة التعليق من هارد"
2755
 
2756
- #: ../admin/social_login.php:1070
2757
  msgid ""
2758
  "Enable it to show GDPR opt-in for social login and social account linking"
2759
  msgstr ""
2760
 
2761
- #: ../admin/social_login.php:1079
2762
  #, fuzzy
2763
  msgid "Placement of GDPR opt-in"
2764
  msgstr "إتاحة التعليق من هارد"
2765
 
2766
- #: ../admin/social_login.php:1083
2767
  #, fuzzy
2768
  msgid "Above Social Login icons"
2769
  msgstr ""
@@ -2771,7 +2779,7 @@ msgstr ""
2771
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2772
  "فورا دون موافقة المشرف على النظام."
2773
 
2774
- #: ../admin/social_login.php:1085
2775
  #, fuzzy
2776
  msgid "Below Social Login icons"
2777
  msgstr ""
@@ -2779,67 +2787,67 @@ msgstr ""
2779
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2780
  "فورا دون موافقة المشرف على النظام."
2781
 
2782
- #: ../admin/social_login.php:1091
2783
  #, fuzzy
2784
  msgid "Placement of GDPR opt-in above or below the social login icons"
2785
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2786
 
2787
- #: ../admin/social_login.php:1099
2788
  msgid "Opt-in text"
2789
  msgstr ""
2790
 
2791
- #: ../admin/social_login.php:1109
2792
  #, fuzzy
2793
  msgid "Text for the GDPR opt-in"
2794
  msgstr "إتاحة التعليق من هارد"
2795
 
2796
- #: ../admin/social_login.php:1117
2797
  msgid "Text to link to Privacy Policy page"
2798
  msgstr ""
2799
 
2800
- #: ../admin/social_login.php:1127
2801
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2802
  msgstr ""
2803
 
2804
- #: ../admin/social_login.php:1135
2805
  msgid "Privacy Policy Url"
2806
  msgstr ""
2807
 
2808
- #: ../admin/social_login.php:1145
2809
  #, fuzzy
2810
  msgid "Url of the privacy policy page of your website"
2811
  msgstr "URL لعملاء الموقع (اختياري)"
2812
 
2813
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2814
  #: ../inc/widget.php:602 ../inc/widget.php:750
2815
  #, fuzzy
2816
  msgid "Select"
2817
  msgstr "أختر ..."
2818
 
2819
- #: ../admin/social_login.php:1227
2820
  #, fuzzy
2821
  msgid "Social Login Shortcode & Widget"
2822
  msgstr "استخدم كود مختصر | Include the shortcode"
2823
 
2824
- #: ../admin/social_login.php:1228
2825
  msgid "Social Linking Shortcode"
2826
  msgstr "الربط الاجتماعي رمز قصير"
2827
 
2828
- #: ../admin/social_login.php:1243
2829
  msgid "Why is social login not working?"
2830
  msgstr ""
2831
 
2832
- #: ../admin/social_login.php:1244
2833
  msgid ""
2834
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2835
  "belong to the same app"
2836
  msgstr ""
2837
 
2838
- #: ../admin/social_login.php:1246
2839
  msgid "Social Login not working with Varnish enabled"
2840
  msgstr ""
2841
 
2842
- #: ../admin/social_login.php:1247
2843
  msgid ""
2844
  "Why the user is not appearing logged in even after Social Login until the "
2845
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:47+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
68
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
69
  msgstr ""
70
 
71
+ #: ../super_socializer.php:907 ../helper.php:976
72
  msgid "Please verify your email address to login."
73
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
74
 
75
+ #: ../super_socializer.php:907
76
  msgid "Your email has been verified. Now you can login to your account"
77
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
78
 
79
+ #: ../super_socializer.php:911
80
  msgid "Notification"
81
  msgstr "تنبيهات"
82
 
83
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
84
  msgid "Email required"
85
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
86
 
87
+ #: ../super_socializer.php:932
88
  msgid "Please check your email inbox to complete the registration."
89
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
90
 
91
+ #: ../super_socializer.php:939 ../helper.php:508
92
  msgid "Enter your LiveJournal username"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1011
96
  msgid "Leave a reply"
97
  msgstr "اترك رد"
98
 
99
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
100
  msgid "Shares"
101
  msgstr ""
102
 
103
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
104
  msgid "Share"
105
  msgstr ""
106
 
107
+ #: ../super_socializer.php:1023
108
  #, fuzzy
109
  msgid "Link copied."
110
  msgstr "شارك الأخرين عبر لنكيدان"
111
 
112
+ #: ../super_socializer.php:1269
113
  #, fuzzy
114
  msgid "Super Socializer - General Options"
115
  msgstr "آخر تسجيل دخول | Last Login"
116
 
117
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
118
  #: ../admin/social_commenting.php:47
119
  #, fuzzy
120
  msgid "General Options"
121
  msgstr "المشاركات الأفقي"
122
 
123
+ #: ../super_socializer.php:1337 ../helper.php:898
124
  #, fuzzy
125
  msgid "Social Avatar"
126
  msgstr "صغير الرمزية رابط"
127
 
128
+ #: ../super_socializer.php:1340
129
  msgid "Small Avatar Url"
130
  msgstr "صغير الرمزية رابط"
131
 
132
+ #: ../super_socializer.php:1344
133
  #, fuzzy
134
  msgid "Large Avatar Url"
135
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
136
 
137
+ #: ../super_socializer.php:1348 ../helper.php:901
138
  msgid ""
139
  "Do not fetch and update social avatar from my profile, next time I Social "
140
  "Login"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1352 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1431
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1432
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
160
 
161
+ #: ../super_socializer.php:1437
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
164
 
165
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
166
  msgid "Link your social account to login to your account at this website"
167
  msgstr ""
168
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
169
  "الى حسابك في هذا الموقع"
170
 
171
+ #: ../super_socializer.php:1687
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1689
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1700
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1709
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1718
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1727
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1736
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1743
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1754
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1770
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1794
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
236
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
237
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
238
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1819
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
247
  "\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1844
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1869
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1880
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1902
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1930
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1957
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1982
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2008
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
+ #: ../super_socializer.php:2034
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
430
 
431
  #: ../helper.php:913 ../admin/general_options.php:132
432
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
433
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
434
  #, fuzzy
435
  msgid "Save Changes"
436
  msgstr "حفظ"
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
460
  #, fuzzy, php-format
461
  msgid ""
535
  msgstr ""
536
 
537
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
538
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
539
  #: ../admin/like_buttons.php:836
540
  #, fuzzy
541
  msgid "Instagram Shoutout"
542
  msgstr "إنستاجرام"
543
 
544
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
545
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
546
  #: ../admin/like_buttons.php:838
547
  msgid ""
548
  "If you can send (to hello@heateor.com) how our plugin is helping your "
551
  msgstr ""
552
 
553
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
554
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
555
  #: ../admin/like_buttons.php:839
556
  msgid ""
557
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
562
  msgstr ""
563
 
564
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
565
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
566
  #: ../admin/like_buttons.php:840
567
  msgid ""
568
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
714
 
715
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
716
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
717
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
718
  #: ../admin/like_buttons.php:797
719
  #, fuzzy
720
  msgid "Shortcode & Widget"
727
 
728
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
729
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
730
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
731
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
732
  #, fuzzy
733
  msgid "FAQ"
988
  msgstr " شارك الآخرين بهذة الفقرة"
989
 
990
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
991
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
992
  #: ../inc/widget.php:945
993
  #, fuzzy
994
  msgid "Title"
1086
  msgstr ""
1087
 
1088
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1089
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1090
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1091
  #, fuzzy
1092
  msgid "Homepage"
1581
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
1582
 
1583
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1584
+ #: ../admin/social_login.php:1259
1585
  msgid ""
1586
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1587
  "an online website for the plugin to function properly."
1636
  msgstr ""
1637
 
1638
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1639
+ #: ../admin/social_login.php:1266
1640
  msgid "Why is my browser blocking some features of the plugin?"
1641
  msgstr ""
1642
 
1987
  msgid "Advanced Configuration"
1988
  msgstr "إنشاء ملف الإعدادات"
1989
 
1990
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1991
  msgid "GDPR"
1992
  msgstr ""
1993
 
1994
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1995
  msgid "XProfile Integration"
1996
  msgstr ""
1997
 
2384
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2385
 
2386
  #: ../admin/social_login.php:551
2387
+ msgid "Tigger social login in the same browser tab"
2388
+ msgstr ""
2389
+
2390
+ #: ../admin/social_login.php:561
2391
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2392
+ msgstr ""
2393
+
2394
+ #: ../admin/social_login.php:569
2395
  #, fuzzy
2396
  msgid "Center align icons"
2397
  msgstr "إعادة ترتيب الرموز"
2398
 
2399
+ #: ../admin/social_login.php:579
2400
  #, fuzzy
2401
  msgid "Center align social login icons"
2402
  msgstr ""
2404
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2405
  "فورا دون موافقة المشرف على النظام."
2406
 
2407
+ #: ../admin/social_login.php:587
2408
  #, fuzzy
2409
  msgid "Enable at login page"
2410
  msgstr "صفحة"
2411
 
2412
+ #: ../admin/social_login.php:597
2413
  #, fuzzy
2414
  msgid ""
2415
  "Social Login interface will get enabled at the login page of your website"
2417
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2418
  "التعليق"
2419
 
2420
+ #: ../admin/social_login.php:605
2421
  #, fuzzy
2422
  msgid "Enable at register page"
2423
  msgstr "التسجيل العام"
2424
 
2425
+ #: ../admin/social_login.php:615
2426
  #, fuzzy
2427
  msgid ""
2428
  "Social Login interface will get enabled at the registration page of your "
2431
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب "
2432
  "الخاص بك"
2433
 
2434
+ #: ../admin/social_login.php:623
2435
  msgid "Enable at comment form"
2436
  msgstr "تمكين هذا الشكل من تعليق"
2437
 
2438
+ #: ../admin/social_login.php:633
2439
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2440
  msgstr ""
2441
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2442
  "التعليق"
2443
 
2444
+ #: ../admin/social_login.php:648
2445
  msgid "Enable before WooCommerce Customer Login Form"
2446
  msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
2447
 
2448
+ #: ../admin/social_login.php:658
2449
  #, fuzzy
2450
  msgid ""
2451
  "Social Login Interface will get enabled before the customer login form at "
2454
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2455
  "التعليق"
2456
 
2457
+ #: ../admin/social_login.php:666
2458
  #, fuzzy
2459
  msgid "Enable at WooCommerce Customer Login Form"
2460
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2461
 
2462
+ #: ../admin/social_login.php:676
2463
  #, fuzzy
2464
  msgid ""
2465
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2468
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2469
  "التعليق"
2470
 
2471
+ #: ../admin/social_login.php:684
2472
  #, fuzzy
2473
  msgid "Enable at WooCommerce Customer Register Form"
2474
  msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
2475
 
2476
+ #: ../admin/social_login.php:694
2477
  #, fuzzy
2478
  msgid ""
2479
  "Integrate Social Login Interface with the customer register form at "
2482
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2483
  "التعليق"
2484
 
2485
+ #: ../admin/social_login.php:702
2486
  #, fuzzy
2487
  msgid "Enable at WooCommerce checkout page"
2488
  msgstr "التسجيل العام"
2489
 
2490
+ #: ../admin/social_login.php:712
2491
  #, fuzzy
2492
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2493
  msgstr ""
2494
  "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد "
2495
  "التعليق"
2496
 
2497
+ #: ../admin/social_login.php:723
2498
  #, fuzzy
2499
  msgid "Auto-approve comments made by Social Login users"
2500
  msgstr ""
2501
  "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول "
2502
  "الاجتماعي\""
2503
 
2504
+ #: ../admin/social_login.php:733
2505
  msgid ""
2506
  "If this option is enabled, and WordPress comment is made by Social Login "
2507
  "user, comment will get approved immediately without keeping in moderation."
2510
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2511
  "فورا دون موافقة المشرف على النظام."
2512
 
2513
+ #: ../admin/social_login.php:734
2514
  #, fuzzy
2515
  msgid "Note: This is not related to Facebook comments"
2516
  msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
2517
 
2518
+ #: ../admin/social_login.php:744
2519
  #, fuzzy
2520
  msgid "Enable social avatar"
2521
  msgstr "خدمة الشبكة الاجتماعية"
2522
 
2523
+ #: ../admin/social_login.php:754
2524
  #, fuzzy
2525
  msgid ""
2526
  "Social profile pictures of the logged in user will be displayed as profile "
2529
  "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية "
2530
  "الشخصية"
2531
 
2532
+ #: ../admin/social_login.php:764
2533
  #, fuzzy
2534
  msgid "Avatar quality"
2535
  msgstr "نوعية الصورة الرمزية"
2536
 
2537
+ #: ../admin/social_login.php:767
2538
  #, fuzzy
2539
  msgid "Average"
2540
  msgstr "المعدل"
2541
 
2542
+ #: ../admin/social_login.php:768
2543
  msgid "Best"
2544
  msgstr "أفضل"
2545
 
2546
+ #: ../admin/social_login.php:775
2547
  #, fuzzy
2548
  msgid "Choose avatar quality"
2549
  msgstr "إختيار ملف"
2550
 
2551
+ #: ../admin/social_login.php:784
2552
  #, fuzzy
2553
  msgid ""
2554
  "Show option for users to update social avatar at BuddyPress profile page"
2555
  msgstr ""
2556
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2557
 
2558
+ #: ../admin/social_login.php:794
2559
  msgid ""
2560
  "If enabled, users would be able to update their social avatar from \"Profile "
2561
  "photo\" section in BuddyPress profile at front-end"
2562
  msgstr ""
2563
 
2564
+ #: ../admin/social_login.php:815
2565
  #, fuzzy
2566
  msgid ""
2567
  "If enabled and Social ID provider does not provide user's email address on "
2572
  "تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم "
2573
  "إنشاء بريد إلكتروني وهمية"
2574
 
2575
+ #: ../admin/social_login.php:824
2576
  msgid "Send post-registration email to user to set account password"
2577
  msgstr ""
2578
 
2579
+ #: ../admin/social_login.php:834
2580
  #, fuzzy
2581
  msgid ""
2582
  "If enabled, an email will be sent to user after registration through Social "
2588
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2589
  "تسجيل الدخول التقليدية)"
2590
 
2591
+ #: ../admin/social_login.php:842
2592
  #, fuzzy
2593
  msgid "Send new user registration notification email to admin"
2594
  msgstr "تسجيل المستخدم تعطيل عن طريق تسجيل الدخول الاجتماعي"
2595
 
2596
+ #: ../admin/social_login.php:852
2597
  #, fuzzy
2598
  msgid ""
2599
  "If enabled, an email will be sent to admin after new user registers through "
2604
  "الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج "
2605
  "تسجيل الدخول التقليدية)"
2606
 
2607
+ #: ../admin/social_login.php:860
2608
  #, fuzzy
2609
  msgid "Login redirection"
2610
  msgstr "تسجيل الدخول"
2611
 
2612
+ #: ../admin/social_login.php:864
2613
  #, fuzzy
2614
  msgid "Same page where user logged in"
2615
  msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
2616
 
2617
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2618
  #, fuzzy
2619
  msgid "Account dashboard"
2620
  msgstr " لوحتك الخاصة بالتحكم"
2621
 
2622
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2623
  #, fuzzy
2624
  msgid "BuddyPress profile page"
2625
  msgstr "تحرير ملفي الشخصي"
2626
 
2627
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2628
  #, fuzzy
2629
  msgid "Custom Url"
2630
  msgstr "رابط (URL) مخصّص"
2631
 
2632
+ #: ../admin/social_login.php:882
2633
  #, fuzzy
2634
  msgid "User will be redirected to the selected page after Social Login"
2635
  msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
2636
 
2637
+ #: ../admin/social_login.php:890
2638
  #, fuzzy
2639
  msgid "Registration redirection"
2640
  msgstr "نموذج التسجيل"
2641
 
2642
+ #: ../admin/social_login.php:894
2643
  #, fuzzy
2644
  msgid "Same page from where user registered"
2645
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2646
 
2647
+ #: ../admin/social_login.php:912
2648
  #, fuzzy
2649
  msgid ""
2650
  "User will be redirected to the selected page after registration (first "
2653
  "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2654
  "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2655
 
2656
+ #: ../admin/social_login.php:921
2657
  #, fuzzy
2658
  msgid "Social Account Linking Options"
2659
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2660
 
2661
+ #: ../admin/social_login.php:937
2662
  #, fuzzy
2663
  msgid "Text to display above the Social Account Linking interface"
2664
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2665
 
2666
+ #: ../admin/social_login.php:945
2667
  #, fuzzy
2668
  msgid ""
2669
  "Link social account to already existing account, if email address matches"
2671
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
2672
  "الى حسابك في هذا الموقع"
2673
 
2674
+ #: ../admin/social_login.php:955
2675
  msgid ""
2676
  "If email address of the user's Social Account matches with an already "
2677
  "existing account at your website, that social account will be linked to "
2679
  "Linking interface at their profile page."
2680
  msgstr ""
2681
 
2682
+ #: ../admin/social_login.php:964
2683
  #, fuzzy
2684
  msgid "Enable social account linking at BuddyPress profile page"
2685
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2686
 
2687
+ #: ../admin/social_login.php:974
2688
  #, fuzzy
2689
  msgid ""
2690
  "Enable this option to show social account linking interface at BuddyPress "
2692
  msgstr ""
2693
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2694
 
2695
+ #: ../admin/social_login.php:985
2696
  #, fuzzy
2697
  msgid "Email popup options"
2698
  msgstr "الخيارات"
2699
 
2700
+ #: ../admin/social_login.php:991
2701
  #, fuzzy
2702
  msgid "Text on 'Email required' popup"
2703
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2704
 
2705
+ #: ../admin/social_login.php:1001
2706
  #, fuzzy
2707
  msgid ""
2708
  "This text will be displayed on email required popup. Leave empty if not "
2711
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2712
  "غير مطلوب."
2713
 
2714
+ #: ../admin/social_login.php:1010
2715
  #, fuzzy
2716
  msgid "Error message for 'Email required' popup"
2717
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2718
 
2719
+ #: ../admin/social_login.php:1020
2720
  #, fuzzy
2721
  msgid ""
2722
  "This message will be displayed to user if it provides invalid or already "
2725
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2726
  "المسجلة مسبقاً"
2727
 
2728
+ #: ../admin/social_login.php:1029
2729
  #, fuzzy
2730
  msgid "Email popup height"
2731
  msgstr "ارتفاع"
2732
 
2733
+ #: ../admin/social_login.php:1039
2734
  #, fuzzy
2735
  msgid ""
2736
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2740
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2741
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2742
 
2743
+ #: ../admin/social_login.php:1047
2744
  #, fuzzy
2745
  msgid "Enable email verification"
2746
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2747
 
2748
+ #: ../admin/social_login.php:1057
2749
  #, fuzzy
2750
  msgid ""
2751
  "If enabled, email provided by the user will be verified by sending a "
2756
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل "
2757
  "الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2758
 
2759
+ #: ../admin/social_login.php:1078
2760
  #, fuzzy
2761
  msgid "Enable GDPR opt-in"
2762
  msgstr "إتاحة التعليق من هارد"
2763
 
2764
+ #: ../admin/social_login.php:1088
2765
  msgid ""
2766
  "Enable it to show GDPR opt-in for social login and social account linking"
2767
  msgstr ""
2768
 
2769
+ #: ../admin/social_login.php:1097
2770
  #, fuzzy
2771
  msgid "Placement of GDPR opt-in"
2772
  msgstr "إتاحة التعليق من هارد"
2773
 
2774
+ #: ../admin/social_login.php:1101
2775
  #, fuzzy
2776
  msgid "Above Social Login icons"
2777
  msgstr ""
2779
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2780
  "فورا دون موافقة المشرف على النظام."
2781
 
2782
+ #: ../admin/social_login.php:1103
2783
  #, fuzzy
2784
  msgid "Below Social Login icons"
2785
  msgstr ""
2787
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2788
  "فورا دون موافقة المشرف على النظام."
2789
 
2790
+ #: ../admin/social_login.php:1109
2791
  #, fuzzy
2792
  msgid "Placement of GDPR opt-in above or below the social login icons"
2793
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2794
 
2795
+ #: ../admin/social_login.php:1117
2796
  msgid "Opt-in text"
2797
  msgstr ""
2798
 
2799
+ #: ../admin/social_login.php:1127
2800
  #, fuzzy
2801
  msgid "Text for the GDPR opt-in"
2802
  msgstr "إتاحة التعليق من هارد"
2803
 
2804
+ #: ../admin/social_login.php:1135
2805
  msgid "Text to link to Privacy Policy page"
2806
  msgstr ""
2807
 
2808
+ #: ../admin/social_login.php:1145
2809
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2810
  msgstr ""
2811
 
2812
+ #: ../admin/social_login.php:1153
2813
  msgid "Privacy Policy Url"
2814
  msgstr ""
2815
 
2816
+ #: ../admin/social_login.php:1163
2817
  #, fuzzy
2818
  msgid "Url of the privacy policy page of your website"
2819
  msgstr "URL لعملاء الموقع (اختياري)"
2820
 
2821
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2822
  #: ../inc/widget.php:602 ../inc/widget.php:750
2823
  #, fuzzy
2824
  msgid "Select"
2825
  msgstr "أختر ..."
2826
 
2827
+ #: ../admin/social_login.php:1245
2828
  #, fuzzy
2829
  msgid "Social Login Shortcode & Widget"
2830
  msgstr "استخدم كود مختصر | Include the shortcode"
2831
 
2832
+ #: ../admin/social_login.php:1246
2833
  msgid "Social Linking Shortcode"
2834
  msgstr "الربط الاجتماعي رمز قصير"
2835
 
2836
+ #: ../admin/social_login.php:1261
2837
  msgid "Why is social login not working?"
2838
  msgstr ""
2839
 
2840
+ #: ../admin/social_login.php:1262
2841
  msgid ""
2842
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2843
  "belong to the same app"
2844
  msgstr ""
2845
 
2846
+ #: ../admin/social_login.php:1264
2847
  msgid "Social Login not working with Varnish enabled"
2848
  msgstr ""
2849
 
2850
+ #: ../admin/social_login.php:1265
2851
  msgid ""
2852
  "Why the user is not appearing logged in even after Social Login until the "
2853
  "webpage is refreshed manually?"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:41+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:41+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -71,71 +71,71 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:910 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
78
- #: ../super_socializer.php:910
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
81
 
82
- #: ../super_socializer.php:914
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
- #: ../super_socializer.php:932 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
90
- #: ../super_socializer.php:935
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr ""
93
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
94
  "registro."
95
 
96
- #: ../super_socializer.php:942 ../helper.php:508
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:1014
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
105
  msgid "Shares"
106
  msgstr ""
107
 
108
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
109
  msgid "Share"
110
  msgstr ""
111
 
112
- #: ../super_socializer.php:1026
113
  #, fuzzy
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
- #: ../super_socializer.php:1272
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
- #: ../super_socializer.php:1340 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
- #: ../super_socializer.php:1343
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
- #: ../super_socializer.php:1347
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
- #: ../super_socializer.php:1351 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
@@ -143,93 +143,93 @@ msgstr ""
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
- #: ../super_socializer.php:1355 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1434
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1435
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
- #: ../super_socializer.php:1440
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
171
  msgid "Link your social account to login to your account at this website"
172
  msgstr ""
173
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
174
  "web "
175
 
176
- #: ../super_socializer.php:1690
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1692
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
- #: ../super_socializer.php:1703
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
- #: ../super_socializer.php:1712
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
- #: ../super_socializer.php:1721
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
- #: ../super_socializer.php:1730
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:1739
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1746
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1757
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1773
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1797
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -237,14 +237,14 @@ msgid ""
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
241
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
242
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
243
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
244
  msgid "Okay"
245
  msgstr ""
246
 
247
- #: ../super_socializer.php:1822
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -252,7 +252,7 @@ msgid ""
252
  "\">here</a>"
253
  msgstr ""
254
 
255
- #: ../super_socializer.php:1847
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -260,7 +260,7 @@ msgid ""
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
- #: ../super_socializer.php:1872
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -268,13 +268,13 @@ msgid ""
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1883
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
- #: ../super_socializer.php:1905
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -282,7 +282,7 @@ msgid ""
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:1933
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -291,7 +291,7 @@ msgid ""
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
- #: ../super_socializer.php:1960
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -299,7 +299,7 @@ msgid ""
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:1985
303
  #, php-format
304
  msgid ""
305
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -307,11 +307,11 @@ msgid ""
307
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
308
  msgstr ""
309
 
310
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
311
  msgid "Dismiss"
312
  msgstr ""
313
 
314
- #: ../super_socializer.php:2011
315
  #, php-format
316
  msgid ""
317
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -320,7 +320,7 @@ msgid ""
320
  "that, clear share counts cache from \"Miscellaneous\" section"
321
  msgstr ""
322
 
323
- #: ../super_socializer.php:2037
324
  #, php-format
325
  msgid ""
326
  "Your website visitors will see a popup notification (only once) if their "
@@ -426,7 +426,7 @@ msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
429
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Guardar Cambios"
432
 
@@ -450,7 +450,7 @@ msgstr ""
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
455
  #, fuzzy, php-format
456
  msgid ""
@@ -527,14 +527,14 @@ msgstr ""
527
  "style&gt;)"
528
 
529
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
530
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
531
  #: ../admin/like_buttons.php:836
532
  #, fuzzy
533
  msgid "Instagram Shoutout"
534
  msgstr "Instagram"
535
 
536
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
537
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
538
  #: ../admin/like_buttons.php:838
539
  msgid ""
540
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -543,7 +543,7 @@ msgid ""
543
  msgstr ""
544
 
545
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
546
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
547
  #: ../admin/like_buttons.php:839
548
  msgid ""
549
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -554,7 +554,7 @@ msgid ""
554
  msgstr ""
555
 
556
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
557
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
558
  #: ../admin/like_buttons.php:840
559
  msgid ""
560
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -694,7 +694,7 @@ msgstr ""
694
 
695
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
696
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
697
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
698
  #: ../admin/like_buttons.php:797
699
  msgid "Shortcode & Widget"
700
  msgstr "Widgets y Shortcodes"
@@ -705,7 +705,7 @@ msgstr "Resolución de problmas"
705
 
706
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
707
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
708
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
709
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
710
  msgid "FAQ"
711
  msgstr "FAQ"
@@ -940,7 +940,7 @@ msgid "Url to share"
940
  msgstr "Url para compartir"
941
 
942
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
943
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
944
  #: ../inc/widget.php:945
945
  msgid "Title"
946
  msgstr "Título"
@@ -1029,7 +1029,7 @@ msgid "Placement"
1029
  msgstr "Ubicación"
1030
 
1031
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1032
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1033
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1034
  msgid "Homepage"
1035
  msgstr "Página de Inicio"
@@ -1513,7 +1513,7 @@ msgstr ""
1513
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1514
 
1515
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1516
- #: ../admin/social_login.php:1241
1517
  msgid ""
1518
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1519
  "an online website for the plugin to function properly."
@@ -1570,7 +1570,7 @@ msgid ""
1570
  msgstr ""
1571
 
1572
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1573
- #: ../admin/social_login.php:1248
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr ""
1576
 
@@ -1895,11 +1895,11 @@ msgstr "Configuración básica"
1895
  msgid "Advanced Configuration"
1896
  msgstr "Configuración básica"
1897
 
1898
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1899
  msgid "GDPR"
1900
  msgstr ""
1901
 
1902
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1903
  msgid "XProfile Integration"
1904
  msgstr ""
1905
 
@@ -2285,31 +2285,39 @@ msgstr ""
2285
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2286
 
2287
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2288
  #, fuzzy
2289
  msgid "Center align icons"
2290
  msgstr "Reorganizar iconos"
2291
 
2292
- #: ../admin/social_login.php:561
2293
  #, fuzzy
2294
  msgid "Center align social login icons"
2295
  msgstr "Ingreso a través de redes sociales"
2296
 
2297
- #: ../admin/social_login.php:569
2298
  msgid "Enable at login page"
2299
  msgstr "Permitir Página de Ingreso"
2300
 
2301
- #: ../admin/social_login.php:579
2302
  msgid ""
2303
  "Social Login interface will get enabled at the login page of your website"
2304
  msgstr ""
2305
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2306
  "acceso de tu sitio web"
2307
 
2308
- #: ../admin/social_login.php:587
2309
  msgid "Enable at register page"
2310
  msgstr "Permitir Página de Registro"
2311
 
2312
- #: ../admin/social_login.php:597
2313
  msgid ""
2314
  "Social Login interface will get enabled at the registration page of your "
2315
  "website"
@@ -2317,21 +2325,21 @@ msgstr ""
2317
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2318
  "registro de tu sitio web"
2319
 
2320
- #: ../admin/social_login.php:605
2321
  msgid "Enable at comment form"
2322
  msgstr "Permitir el formulario de comentarios"
2323
 
2324
- #: ../admin/social_login.php:615
2325
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2326
  msgstr ""
2327
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2328
  "de Comentario de tu WordPress"
2329
 
2330
- #: ../admin/social_login.php:630
2331
  msgid "Enable before WooCommerce Customer Login Form"
2332
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2333
 
2334
- #: ../admin/social_login.php:640
2335
  msgid ""
2336
  "Social Login Interface will get enabled before the customer login form at "
2337
  "WooCommerce My Account page"
@@ -2339,12 +2347,12 @@ msgstr ""
2339
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2340
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2341
 
2342
- #: ../admin/social_login.php:648
2343
  #, fuzzy
2344
  msgid "Enable at WooCommerce Customer Login Form"
2345
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2346
 
2347
- #: ../admin/social_login.php:658
2348
  #, fuzzy
2349
  msgid ""
2350
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2353,12 +2361,12 @@ msgstr ""
2353
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2354
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2355
 
2356
- #: ../admin/social_login.php:666
2357
  #, fuzzy
2358
  msgid "Enable at WooCommerce Customer Register Form"
2359
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2360
 
2361
- #: ../admin/social_login.php:676
2362
  #, fuzzy
2363
  msgid ""
2364
  "Integrate Social Login Interface with the customer register form at "
@@ -2367,23 +2375,23 @@ msgstr ""
2367
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2368
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2369
 
2370
- #: ../admin/social_login.php:684
2371
  msgid "Enable at WooCommerce checkout page"
2372
  msgstr "Permitir en la página de checkout de WooCommerce"
2373
 
2374
- #: ../admin/social_login.php:694
2375
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2376
  msgstr ""
2377
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2378
  "checkout de WooCommerce"
2379
 
2380
- #: ../admin/social_login.php:705
2381
  msgid "Auto-approve comments made by Social Login users"
2382
  msgstr ""
2383
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2384
  "través de redes sociales"
2385
 
2386
- #: ../admin/social_login.php:715
2387
  msgid ""
2388
  "If this option is enabled, and WordPress comment is made by Social Login "
2389
  "user, comment will get approved immediately without keeping in moderation."
@@ -2392,15 +2400,15 @@ msgstr ""
2392
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2393
  "inmediato sin necesidad de moderación."
2394
 
2395
- #: ../admin/social_login.php:716
2396
  msgid "Note: This is not related to Facebook comments"
2397
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2398
 
2399
- #: ../admin/social_login.php:726
2400
  msgid "Enable social avatar"
2401
  msgstr "Permitir avatar social"
2402
 
2403
- #: ../admin/social_login.php:736
2404
  msgid ""
2405
  "Social profile pictures of the logged in user will be displayed as profile "
2406
  "avatar"
@@ -2408,30 +2416,30 @@ msgstr ""
2408
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2409
  "avatar de perfil"
2410
 
2411
- #: ../admin/social_login.php:746
2412
  msgid "Avatar quality"
2413
  msgstr "Calidad del avatar"
2414
 
2415
- #: ../admin/social_login.php:749
2416
  msgid "Average"
2417
  msgstr "Media"
2418
 
2419
- #: ../admin/social_login.php:750
2420
  msgid "Best"
2421
  msgstr "Alta"
2422
 
2423
- #: ../admin/social_login.php:757
2424
  msgid "Choose avatar quality"
2425
  msgstr "Elegir la calidad del avatar"
2426
 
2427
- #: ../admin/social_login.php:766
2428
  msgid ""
2429
  "Show option for users to update social avatar at BuddyPress profile page"
2430
  msgstr ""
2431
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2432
  "página de perfil de BuddyPress"
2433
 
2434
- #: ../admin/social_login.php:776
2435
  msgid ""
2436
  "If enabled, users would be able to update their social avatar from \"Profile "
2437
  "photo\" section in BuddyPress profile at front-end"
@@ -2439,7 +2447,7 @@ msgstr ""
2439
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2440
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2441
 
2442
- #: ../admin/social_login.php:797
2443
  msgid ""
2444
  "If enabled and Social ID provider does not provide user's email address on "
2445
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2449,11 +2457,11 @@ msgstr ""
2449
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2450
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2451
 
2452
- #: ../admin/social_login.php:806
2453
  msgid "Send post-registration email to user to set account password"
2454
  msgstr ""
2455
 
2456
- #: ../admin/social_login.php:816
2457
  msgid ""
2458
  "If enabled, an email will be sent to user after registration through Social "
2459
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2463,12 +2471,12 @@ msgstr ""
2463
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2464
  "poder iniciar sesión a través del formulario de acceso tradicional"
2465
 
2466
- #: ../admin/social_login.php:824
2467
  #, fuzzy
2468
  msgid "Send new user registration notification email to admin"
2469
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2470
 
2471
- #: ../admin/social_login.php:834
2472
  #, fuzzy
2473
  msgid ""
2474
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2478,40 +2486,40 @@ msgstr ""
2478
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2479
  "poder iniciar sesión a través del formulario de acceso tradicional"
2480
 
2481
- #: ../admin/social_login.php:842
2482
  msgid "Login redirection"
2483
  msgstr "Redirección de Ingreso"
2484
 
2485
- #: ../admin/social_login.php:846
2486
  msgid "Same page where user logged in"
2487
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2488
 
2489
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2490
  msgid "Account dashboard"
2491
  msgstr "Panel de cuenta de usuario"
2492
 
2493
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2494
  msgid "BuddyPress profile page"
2495
  msgstr "Página de perfil de BuddyPress"
2496
 
2497
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2498
  msgid "Custom Url"
2499
  msgstr "Url personalizada"
2500
 
2501
- #: ../admin/social_login.php:864
2502
  msgid "User will be redirected to the selected page after Social Login"
2503
  msgstr ""
2504
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2505
 
2506
- #: ../admin/social_login.php:872
2507
  msgid "Registration redirection"
2508
  msgstr "Redirección de Registro"
2509
 
2510
- #: ../admin/social_login.php:876
2511
  msgid "Same page from where user registered"
2512
  msgstr "La misma página en la que el usuario se ha registrado"
2513
 
2514
- #: ../admin/social_login.php:894
2515
  msgid ""
2516
  "User will be redirected to the selected page after registration (first "
2517
  "Social Login) through Social Login"
@@ -2519,18 +2527,18 @@ msgstr ""
2519
  "El usuario será redirigido a la página seleccionada después de su registro "
2520
  "(en su primer inicio de sesión) a través de la red social"
2521
 
2522
- #: ../admin/social_login.php:903
2523
  #, fuzzy
2524
  msgid "Social Account Linking Options"
2525
  msgstr "Comentarios en redes sociales"
2526
 
2527
- #: ../admin/social_login.php:919
2528
  #, fuzzy
2529
  msgid "Text to display above the Social Account Linking interface"
2530
  msgstr ""
2531
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2532
 
2533
- #: ../admin/social_login.php:927
2534
  #, fuzzy
2535
  msgid ""
2536
  "Link social account to already existing account, if email address matches"
@@ -2538,7 +2546,7 @@ msgstr ""
2538
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2539
  "web "
2540
 
2541
- #: ../admin/social_login.php:937
2542
  msgid ""
2543
  "If email address of the user's Social Account matches with an already "
2544
  "existing account at your website, that social account will be linked to "
@@ -2546,12 +2554,12 @@ msgid ""
2546
  "Linking interface at their profile page."
2547
  msgstr ""
2548
 
2549
- #: ../admin/social_login.php:946
2550
  msgid "Enable social account linking at BuddyPress profile page"
2551
  msgstr ""
2552
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2553
 
2554
- #: ../admin/social_login.php:956
2555
  msgid ""
2556
  "Enable this option to show social account linking interface at BuddyPress "
2557
  "profile page"
@@ -2559,15 +2567,15 @@ msgstr ""
2559
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2560
  "la página de perfil de BuddyPress"
2561
 
2562
- #: ../admin/social_login.php:967
2563
  msgid "Email popup options"
2564
  msgstr "Opciones de popup del Email"
2565
 
2566
- #: ../admin/social_login.php:973
2567
  msgid "Text on 'Email required' popup"
2568
  msgstr "Texto del popup 'Email requerido'"
2569
 
2570
- #: ../admin/social_login.php:983
2571
  msgid ""
2572
  "This text will be displayed on email required popup. Leave empty if not "
2573
  "required."
@@ -2575,11 +2583,11 @@ msgstr ""
2575
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2576
  "no es necesario."
2577
 
2578
- #: ../admin/social_login.php:992
2579
  msgid "Error message for 'Email required' popup"
2580
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2581
 
2582
- #: ../admin/social_login.php:1002
2583
  msgid ""
2584
  "This message will be displayed to user if it provides invalid or already "
2585
  "registered email"
@@ -2587,11 +2595,11 @@ msgstr ""
2587
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2588
  "registrado"
2589
 
2590
- #: ../admin/social_login.php:1011
2591
  msgid "Email popup height"
2592
  msgstr "Altura del popup del Email"
2593
 
2594
- #: ../admin/social_login.php:1021
2595
  msgid ""
2596
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2597
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2601,11 +2609,11 @@ msgstr ""
2601
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2602
  "opción. Déjala en blanco para la altura por defecto."
2603
 
2604
- #: ../admin/social_login.php:1029
2605
  msgid "Enable email verification"
2606
  msgstr "Activar verificación por email"
2607
 
2608
- #: ../admin/social_login.php:1039
2609
  msgid ""
2610
  "If enabled, email provided by the user will be verified by sending a "
2611
  "confirmation link to that email. User would not be able to login without "
@@ -2615,91 +2623,91 @@ msgstr ""
2615
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2616
  "pulsar este enlace"
2617
 
2618
- #: ../admin/social_login.php:1060
2619
  #, fuzzy
2620
  msgid "Enable GDPR opt-in"
2621
  msgstr "Permitir Comentarios de Disqus"
2622
 
2623
- #: ../admin/social_login.php:1070
2624
  msgid ""
2625
  "Enable it to show GDPR opt-in for social login and social account linking"
2626
  msgstr ""
2627
 
2628
- #: ../admin/social_login.php:1079
2629
  #, fuzzy
2630
  msgid "Placement of GDPR opt-in"
2631
  msgstr "Permitir Comentarios de Disqus"
2632
 
2633
- #: ../admin/social_login.php:1083
2634
  #, fuzzy
2635
  msgid "Above Social Login icons"
2636
  msgstr "Ingreso a través de redes sociales"
2637
 
2638
- #: ../admin/social_login.php:1085
2639
  #, fuzzy
2640
  msgid "Below Social Login icons"
2641
  msgstr "Ingreso a través de redes sociales"
2642
 
2643
- #: ../admin/social_login.php:1091
2644
  #, fuzzy
2645
  msgid "Placement of GDPR opt-in above or below the social login icons"
2646
  msgstr ""
2647
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2648
 
2649
- #: ../admin/social_login.php:1099
2650
  msgid "Opt-in text"
2651
  msgstr ""
2652
 
2653
- #: ../admin/social_login.php:1109
2654
  #, fuzzy
2655
  msgid "Text for the GDPR opt-in"
2656
  msgstr "Permitir Comentarios de Disqus"
2657
 
2658
- #: ../admin/social_login.php:1117
2659
  msgid "Text to link to Privacy Policy page"
2660
  msgstr ""
2661
 
2662
- #: ../admin/social_login.php:1127
2663
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2664
  msgstr ""
2665
 
2666
- #: ../admin/social_login.php:1135
2667
  msgid "Privacy Policy Url"
2668
  msgstr ""
2669
 
2670
- #: ../admin/social_login.php:1145
2671
  #, fuzzy
2672
  msgid "Url of the privacy policy page of your website"
2673
  msgstr "Url de la página de inicio de tu sitio web"
2674
 
2675
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2676
  #: ../inc/widget.php:602 ../inc/widget.php:750
2677
  msgid "Select"
2678
  msgstr "Seleccionar"
2679
 
2680
- #: ../admin/social_login.php:1227
2681
  msgid "Social Login Shortcode & Widget"
2682
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2683
 
2684
- #: ../admin/social_login.php:1228
2685
  msgid "Social Linking Shortcode"
2686
  msgstr "Shortcode para enlace a través de redes sociales"
2687
 
2688
- #: ../admin/social_login.php:1243
2689
  msgid "Why is social login not working?"
2690
  msgstr ""
2691
 
2692
- #: ../admin/social_login.php:1244
2693
  msgid ""
2694
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2695
  "belong to the same app"
2696
  msgstr ""
2697
 
2698
- #: ../admin/social_login.php:1246
2699
  msgid "Social Login not working with Varnish enabled"
2700
  msgstr ""
2701
 
2702
- #: ../admin/social_login.php:1247
2703
  msgid ""
2704
  "Why the user is not appearing logged in even after Social Login until the "
2705
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:47+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:907 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Por favor verifica tu dirección de email para ingresar."
77
 
78
+ #: ../super_socializer.php:907
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
81
 
82
+ #: ../super_socializer.php:911
83
  msgid "Notification"
84
  msgstr "Notificación"
85
 
86
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
87
  msgid "Email required"
88
  msgstr "Email requerido"
89
 
90
+ #: ../super_socializer.php:932
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr ""
93
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
94
  "registro."
95
 
96
+ #: ../super_socializer.php:939 ../helper.php:508
97
  msgid "Enter your LiveJournal username"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:1011
101
  msgid "Leave a reply"
102
  msgstr "Deja una respuesta"
103
 
104
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
105
  msgid "Shares"
106
  msgstr ""
107
 
108
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
109
  msgid "Share"
110
  msgstr ""
111
 
112
+ #: ../super_socializer.php:1023
113
  #, fuzzy
114
  msgid "Link copied."
115
  msgstr "LinkedIn"
116
 
117
+ #: ../super_socializer.php:1269
118
  msgid "Super Socializer - General Options"
119
  msgstr "Super Socializer - Opciones Generales"
120
 
121
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
122
  #: ../admin/social_commenting.php:47
123
  msgid "General Options"
124
  msgstr "Opciones Generales"
125
 
126
+ #: ../super_socializer.php:1337 ../helper.php:898
127
  msgid "Social Avatar"
128
  msgstr "Avatar Social"
129
 
130
+ #: ../super_socializer.php:1340
131
  msgid "Small Avatar Url"
132
  msgstr "Url de Avatar Pequeño"
133
 
134
+ #: ../super_socializer.php:1344
135
  msgid "Large Avatar Url"
136
  msgstr "Url de Avatar Grande"
137
 
138
+ #: ../super_socializer.php:1348 ../helper.php:901
139
  msgid ""
140
  "Do not fetch and update social avatar from my profile, next time I Social "
141
  "Login"
143
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
144
  "próxima vez | Social Login"
145
 
146
+ #: ../super_socializer.php:1352 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
149
 
150
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1431
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1432
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "El email que has escrito ya está registrado o no es válido"
163
 
164
+ #: ../super_socializer.php:1437
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr ""
167
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
168
  "verificarla"
169
 
170
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
171
  msgid "Link your social account to login to your account at this website"
172
  msgstr ""
173
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
174
  "web "
175
 
176
+ #: ../super_socializer.php:1687
177
  msgid "Thanks for installing Super Socializer plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1689
181
  msgid "Configure the Plugin"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1700
185
  msgid ""
186
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
187
  "current version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1709
191
  msgid ""
192
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
193
  "version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1718
197
  msgid ""
198
  "Update \"Social Login Buttons\" add-on for compatibility with current "
199
  "version of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1727
203
  msgid ""
204
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
205
  "with current version of Super Socialzer"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1736
209
  msgid ""
210
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
211
  "with current version of Super Socialzer"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1743
215
  msgid ""
216
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
217
  "LiveJournal Login of Super Socialzer"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1754
221
  #, php-format
222
  msgid ""
223
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1770
227
  #, php-format
228
  msgid ""
229
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
230
  msgstr ""
231
 
232
+ #: ../super_socializer.php:1794
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
241
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
242
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
243
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
244
  msgid "Okay"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1819
248
  #, php-format
249
  msgid ""
250
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
252
  "\">here</a>"
253
  msgstr ""
254
 
255
+ #: ../super_socializer.php:1844
256
  #, php-format
257
  msgid ""
258
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
260
  "target=\"_blank\">here</a>"
261
  msgstr ""
262
 
263
+ #: ../super_socializer.php:1869
264
  #, php-format
265
  msgid ""
266
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
268
  "target=\"_blank\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1880
272
  #, php-format
273
  msgid ""
274
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
275
  msgstr ""
276
 
277
+ #: ../super_socializer.php:1902
278
  #, php-format
279
  msgid ""
280
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
282
  "\"%s\" target=\"_blank\">here</a>"
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:1930
286
  #, php-format
287
  msgid ""
288
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
291
  "your website %s with them. No need to copy-paste any code from their website."
292
  msgstr ""
293
 
294
+ #: ../super_socializer.php:1957
295
  #, php-format
296
  msgid ""
297
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
299
  "\"%s\" target=\"_blank\">here</a>"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:1982
303
  #, php-format
304
  msgid ""
305
  "If you cannot get Linkedin login to work after updating the plugin, replace "
307
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
311
  msgid "Dismiss"
312
  msgstr ""
313
 
314
+ #: ../super_socializer.php:2008
315
  #, php-format
316
  msgid ""
317
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
320
  "that, clear share counts cache from \"Miscellaneous\" section"
321
  msgstr ""
322
 
323
+ #: ../super_socializer.php:2034
324
  #, php-format
325
  msgid ""
326
  "Your website visitors will see a popup notification (only once) if their "
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
429
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Guardar Cambios"
432
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
455
  #, fuzzy, php-format
456
  msgid ""
527
  "style&gt;)"
528
 
529
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
530
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
531
  #: ../admin/like_buttons.php:836
532
  #, fuzzy
533
  msgid "Instagram Shoutout"
534
  msgstr "Instagram"
535
 
536
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
537
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
538
  #: ../admin/like_buttons.php:838
539
  msgid ""
540
  "If you can send (to hello@heateor.com) how our plugin is helping your "
543
  msgstr ""
544
 
545
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
546
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
547
  #: ../admin/like_buttons.php:839
548
  msgid ""
549
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
554
  msgstr ""
555
 
556
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
557
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
558
  #: ../admin/like_buttons.php:840
559
  msgid ""
560
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
694
 
695
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
696
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
697
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
698
  #: ../admin/like_buttons.php:797
699
  msgid "Shortcode & Widget"
700
  msgstr "Widgets y Shortcodes"
705
 
706
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
707
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
708
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
709
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
710
  msgid "FAQ"
711
  msgstr "FAQ"
940
  msgstr "Url para compartir"
941
 
942
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
943
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
944
  #: ../inc/widget.php:945
945
  msgid "Title"
946
  msgstr "Título"
1029
  msgstr "Ubicación"
1030
 
1031
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1032
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1033
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1034
  msgid "Homepage"
1035
  msgstr "Página de Inicio"
1513
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
1514
 
1515
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1516
+ #: ../admin/social_login.php:1259
1517
  msgid ""
1518
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1519
  "an online website for the plugin to function properly."
1570
  msgstr ""
1571
 
1572
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1573
+ #: ../admin/social_login.php:1266
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr ""
1576
 
1895
  msgid "Advanced Configuration"
1896
  msgstr "Configuración básica"
1897
 
1898
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1899
  msgid "GDPR"
1900
  msgstr ""
1901
 
1902
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1903
  msgid "XProfile Integration"
1904
  msgstr ""
1905
 
2285
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2286
 
2287
  #: ../admin/social_login.php:551
2288
+ msgid "Tigger social login in the same browser tab"
2289
+ msgstr ""
2290
+
2291
+ #: ../admin/social_login.php:561
2292
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2293
+ msgstr ""
2294
+
2295
+ #: ../admin/social_login.php:569
2296
  #, fuzzy
2297
  msgid "Center align icons"
2298
  msgstr "Reorganizar iconos"
2299
 
2300
+ #: ../admin/social_login.php:579
2301
  #, fuzzy
2302
  msgid "Center align social login icons"
2303
  msgstr "Ingreso a través de redes sociales"
2304
 
2305
+ #: ../admin/social_login.php:587
2306
  msgid "Enable at login page"
2307
  msgstr "Permitir Página de Ingreso"
2308
 
2309
+ #: ../admin/social_login.php:597
2310
  msgid ""
2311
  "Social Login interface will get enabled at the login page of your website"
2312
  msgstr ""
2313
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2314
  "acceso de tu sitio web"
2315
 
2316
+ #: ../admin/social_login.php:605
2317
  msgid "Enable at register page"
2318
  msgstr "Permitir Página de Registro"
2319
 
2320
+ #: ../admin/social_login.php:615
2321
  msgid ""
2322
  "Social Login interface will get enabled at the registration page of your "
2323
  "website"
2325
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2326
  "registro de tu sitio web"
2327
 
2328
+ #: ../admin/social_login.php:623
2329
  msgid "Enable at comment form"
2330
  msgstr "Permitir el formulario de comentarios"
2331
 
2332
+ #: ../admin/social_login.php:633
2333
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2334
  msgstr ""
2335
  "La interfaz de Ingreso a través de redes sociales aparecerá en el formulario "
2336
  "de Comentario de tu WordPress"
2337
 
2338
+ #: ../admin/social_login.php:648
2339
  msgid "Enable before WooCommerce Customer Login Form"
2340
  msgstr "Permitir antes del Formulario de Ingreso de Cliente de WooCommerce"
2341
 
2342
+ #: ../admin/social_login.php:658
2343
  msgid ""
2344
  "Social Login Interface will get enabled before the customer login form at "
2345
  "WooCommerce My Account page"
2347
  "La interfaz de Ingreso a través de redes sociales aparecerá antes del "
2348
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2349
 
2350
+ #: ../admin/social_login.php:666
2351
  #, fuzzy
2352
  msgid "Enable at WooCommerce Customer Login Form"
2353
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2354
 
2355
+ #: ../admin/social_login.php:676
2356
  #, fuzzy
2357
  msgid ""
2358
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2361
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2362
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2363
 
2364
+ #: ../admin/social_login.php:684
2365
  #, fuzzy
2366
  msgid "Enable at WooCommerce Customer Register Form"
2367
  msgstr "Permitir después del Formulario de Ingreso de Cliente de WooCommerce"
2368
 
2369
+ #: ../admin/social_login.php:694
2370
  #, fuzzy
2371
  msgid ""
2372
  "Integrate Social Login Interface with the customer register form at "
2375
  "La interfaz de Ingreso a través de redes sociales aparecerá después del "
2376
  "formulario de ingreso de cliente de la página Mi Cuenta de WooCommerce"
2377
 
2378
+ #: ../admin/social_login.php:702
2379
  msgid "Enable at WooCommerce checkout page"
2380
  msgstr "Permitir en la página de checkout de WooCommerce"
2381
 
2382
+ #: ../admin/social_login.php:712
2383
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2384
  msgstr ""
2385
  "La interfaz de Ingreso a través de redes sociales aparecerá en la página de "
2386
  "checkout de WooCommerce"
2387
 
2388
+ #: ../admin/social_login.php:723
2389
  msgid "Auto-approve comments made by Social Login users"
2390
  msgstr ""
2391
  "Aprobar automáticamente los comentarios hechos por los usuarios conectados a "
2392
  "través de redes sociales"
2393
 
2394
+ #: ../admin/social_login.php:733
2395
  msgid ""
2396
  "If this option is enabled, and WordPress comment is made by Social Login "
2397
  "user, comment will get approved immediately without keeping in moderation."
2400
  "usuario conectado a través de WordPress, su comentario será aprobado de "
2401
  "inmediato sin necesidad de moderación."
2402
 
2403
+ #: ../admin/social_login.php:734
2404
  msgid "Note: This is not related to Facebook comments"
2405
  msgstr "Nota: Esto no es válido para los comentarios de Facebook"
2406
 
2407
+ #: ../admin/social_login.php:744
2408
  msgid "Enable social avatar"
2409
  msgstr "Permitir avatar social"
2410
 
2411
+ #: ../admin/social_login.php:754
2412
  msgid ""
2413
  "Social profile pictures of the logged in user will be displayed as profile "
2414
  "avatar"
2416
  "Las imágenes del perfil social del usuario conectado se mostrarán como su "
2417
  "avatar de perfil"
2418
 
2419
+ #: ../admin/social_login.php:764
2420
  msgid "Avatar quality"
2421
  msgstr "Calidad del avatar"
2422
 
2423
+ #: ../admin/social_login.php:767
2424
  msgid "Average"
2425
  msgstr "Media"
2426
 
2427
+ #: ../admin/social_login.php:768
2428
  msgid "Best"
2429
  msgstr "Alta"
2430
 
2431
+ #: ../admin/social_login.php:775
2432
  msgid "Choose avatar quality"
2433
  msgstr "Elegir la calidad del avatar"
2434
 
2435
+ #: ../admin/social_login.php:784
2436
  msgid ""
2437
  "Show option for users to update social avatar at BuddyPress profile page"
2438
  msgstr ""
2439
  "Mostrar la opción para los usuarios de actualizar su avatar social en su "
2440
  "página de perfil de BuddyPress"
2441
 
2442
+ #: ../admin/social_login.php:794
2443
  msgid ""
2444
  "If enabled, users would be able to update their social avatar from \"Profile "
2445
  "photo\" section in BuddyPress profile at front-end"
2447
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2448
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2449
 
2450
+ #: ../admin/social_login.php:815
2451
  msgid ""
2452
  "If enabled and Social ID provider does not provide user's email address on "
2453
  "login, user will be asked to provide his/her email address. Otherwise, a "
2457
  "email del usuario al iniciar sesión, se le pedirá al usuario que proporcione "
2458
  "su dirección de email. De lo contrario, se generará un email aleatorio"
2459
 
2460
+ #: ../admin/social_login.php:824
2461
  msgid "Send post-registration email to user to set account password"
2462
  msgstr ""
2463
 
2464
+ #: ../admin/social_login.php:834
2465
  msgid ""
2466
  "If enabled, an email will be sent to user after registration through Social "
2467
  "Login, regarding his/her login credentials (username-password to be able to "
2471
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2472
  "poder iniciar sesión a través del formulario de acceso tradicional"
2473
 
2474
+ #: ../admin/social_login.php:842
2475
  #, fuzzy
2476
  msgid "Send new user registration notification email to admin"
2477
  msgstr "Desactivar el registro de usuario mediante redes sociales"
2478
 
2479
+ #: ../admin/social_login.php:852
2480
  #, fuzzy
2481
  msgid ""
2482
  "If enabled, an email will be sent to admin after new user registers through "
2486
  "de la red social elegida, con su nombre de usuario y su contraseña para "
2487
  "poder iniciar sesión a través del formulario de acceso tradicional"
2488
 
2489
+ #: ../admin/social_login.php:860
2490
  msgid "Login redirection"
2491
  msgstr "Redirección de Ingreso"
2492
 
2493
+ #: ../admin/social_login.php:864
2494
  msgid "Same page where user logged in"
2495
  msgstr "La misma página en la que el usuario ha iniciado sesión"
2496
 
2497
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2498
  msgid "Account dashboard"
2499
  msgstr "Panel de cuenta de usuario"
2500
 
2501
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2502
  msgid "BuddyPress profile page"
2503
  msgstr "Página de perfil de BuddyPress"
2504
 
2505
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2506
  msgid "Custom Url"
2507
  msgstr "Url personalizada"
2508
 
2509
+ #: ../admin/social_login.php:882
2510
  msgid "User will be redirected to the selected page after Social Login"
2511
  msgstr ""
2512
  "El usuario será redirigido a la página seleccionada después de su ingreso"
2513
 
2514
+ #: ../admin/social_login.php:890
2515
  msgid "Registration redirection"
2516
  msgstr "Redirección de Registro"
2517
 
2518
+ #: ../admin/social_login.php:894
2519
  msgid "Same page from where user registered"
2520
  msgstr "La misma página en la que el usuario se ha registrado"
2521
 
2522
+ #: ../admin/social_login.php:912
2523
  msgid ""
2524
  "User will be redirected to the selected page after registration (first "
2525
  "Social Login) through Social Login"
2527
  "El usuario será redirigido a la página seleccionada después de su registro "
2528
  "(en su primer inicio de sesión) a través de la red social"
2529
 
2530
+ #: ../admin/social_login.php:921
2531
  #, fuzzy
2532
  msgid "Social Account Linking Options"
2533
  msgstr "Comentarios en redes sociales"
2534
 
2535
+ #: ../admin/social_login.php:937
2536
  #, fuzzy
2537
  msgid "Text to display above the Social Account Linking interface"
2538
  msgstr ""
2539
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2540
 
2541
+ #: ../admin/social_login.php:945
2542
  #, fuzzy
2543
  msgid ""
2544
  "Link social account to already existing account, if email address matches"
2546
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2547
  "web "
2548
 
2549
+ #: ../admin/social_login.php:955
2550
  msgid ""
2551
  "If email address of the user's Social Account matches with an already "
2552
  "existing account at your website, that social account will be linked to "
2554
  "Linking interface at their profile page."
2555
  msgstr ""
2556
 
2557
+ #: ../admin/social_login.php:964
2558
  msgid "Enable social account linking at BuddyPress profile page"
2559
  msgstr ""
2560
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2561
 
2562
+ #: ../admin/social_login.php:974
2563
  msgid ""
2564
  "Enable this option to show social account linking interface at BuddyPress "
2565
  "profile page"
2567
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2568
  "la página de perfil de BuddyPress"
2569
 
2570
+ #: ../admin/social_login.php:985
2571
  msgid "Email popup options"
2572
  msgstr "Opciones de popup del Email"
2573
 
2574
+ #: ../admin/social_login.php:991
2575
  msgid "Text on 'Email required' popup"
2576
  msgstr "Texto del popup 'Email requerido'"
2577
 
2578
+ #: ../admin/social_login.php:1001
2579
  msgid ""
2580
  "This text will be displayed on email required popup. Leave empty if not "
2581
  "required."
2583
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2584
  "no es necesario."
2585
 
2586
+ #: ../admin/social_login.php:1010
2587
  msgid "Error message for 'Email required' popup"
2588
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2589
 
2590
+ #: ../admin/social_login.php:1020
2591
  msgid ""
2592
  "This message will be displayed to user if it provides invalid or already "
2593
  "registered email"
2595
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2596
  "registrado"
2597
 
2598
+ #: ../admin/social_login.php:1029
2599
  msgid "Email popup height"
2600
  msgstr "Altura del popup del Email"
2601
 
2602
+ #: ../admin/social_login.php:1039
2603
  msgid ""
2604
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2605
  "can increase the height of popup by specifying in this option. Leave empty "
2609
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2610
  "opción. Déjala en blanco para la altura por defecto."
2611
 
2612
+ #: ../admin/social_login.php:1047
2613
  msgid "Enable email verification"
2614
  msgstr "Activar verificación por email"
2615
 
2616
+ #: ../admin/social_login.php:1057
2617
  msgid ""
2618
  "If enabled, email provided by the user will be verified by sending a "
2619
  "confirmation link to that email. User would not be able to login without "
2623
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2624
  "pulsar este enlace"
2625
 
2626
+ #: ../admin/social_login.php:1078
2627
  #, fuzzy
2628
  msgid "Enable GDPR opt-in"
2629
  msgstr "Permitir Comentarios de Disqus"
2630
 
2631
+ #: ../admin/social_login.php:1088
2632
  msgid ""
2633
  "Enable it to show GDPR opt-in for social login and social account linking"
2634
  msgstr ""
2635
 
2636
+ #: ../admin/social_login.php:1097
2637
  #, fuzzy
2638
  msgid "Placement of GDPR opt-in"
2639
  msgstr "Permitir Comentarios de Disqus"
2640
 
2641
+ #: ../admin/social_login.php:1101
2642
  #, fuzzy
2643
  msgid "Above Social Login icons"
2644
  msgstr "Ingreso a través de redes sociales"
2645
 
2646
+ #: ../admin/social_login.php:1103
2647
  #, fuzzy
2648
  msgid "Below Social Login icons"
2649
  msgstr "Ingreso a través de redes sociales"
2650
 
2651
+ #: ../admin/social_login.php:1109
2652
  #, fuzzy
2653
  msgid "Placement of GDPR opt-in above or below the social login icons"
2654
  msgstr ""
2655
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2656
 
2657
+ #: ../admin/social_login.php:1117
2658
  msgid "Opt-in text"
2659
  msgstr ""
2660
 
2661
+ #: ../admin/social_login.php:1127
2662
  #, fuzzy
2663
  msgid "Text for the GDPR opt-in"
2664
  msgstr "Permitir Comentarios de Disqus"
2665
 
2666
+ #: ../admin/social_login.php:1135
2667
  msgid "Text to link to Privacy Policy page"
2668
  msgstr ""
2669
 
2670
+ #: ../admin/social_login.php:1145
2671
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2672
  msgstr ""
2673
 
2674
+ #: ../admin/social_login.php:1153
2675
  msgid "Privacy Policy Url"
2676
  msgstr ""
2677
 
2678
+ #: ../admin/social_login.php:1163
2679
  #, fuzzy
2680
  msgid "Url of the privacy policy page of your website"
2681
  msgstr "Url de la página de inicio de tu sitio web"
2682
 
2683
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2684
  #: ../inc/widget.php:602 ../inc/widget.php:750
2685
  msgid "Select"
2686
  msgstr "Seleccionar"
2687
 
2688
+ #: ../admin/social_login.php:1245
2689
  msgid "Social Login Shortcode & Widget"
2690
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2691
 
2692
+ #: ../admin/social_login.php:1246
2693
  msgid "Social Linking Shortcode"
2694
  msgstr "Shortcode para enlace a través de redes sociales"
2695
 
2696
+ #: ../admin/social_login.php:1261
2697
  msgid "Why is social login not working?"
2698
  msgstr ""
2699
 
2700
+ #: ../admin/social_login.php:1262
2701
  msgid ""
2702
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2703
  "belong to the same app"
2704
  msgstr ""
2705
 
2706
+ #: ../admin/social_login.php:1264
2707
  msgid "Social Login not working with Varnish enabled"
2708
  msgstr ""
2709
 
2710
+ #: ../admin/social_login.php:1265
2711
  msgid ""
2712
  "Why the user is not appearing logged in even after Social Login until the "
2713
  "webpage is refreshed manually?"
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -71,161 +71,161 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:910 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
78
- #: ../super_socializer.php:910
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
81
 
82
- #: ../super_socializer.php:914
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
- #: ../super_socializer.php:932 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
90
- #: ../super_socializer.php:935
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
93
 
94
- #: ../super_socializer.php:942 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:1014
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
103
  msgid "Shares"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
107
  msgid "Share"
108
  msgstr ""
109
 
110
- #: ../super_socializer.php:1026
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1272
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
- #: ../super_socializer.php:1340 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
- #: ../super_socializer.php:1343
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
- #: ../super_socializer.php:1347
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
- #: ../super_socializer.php:1351 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1355 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1434
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1435
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
- #: ../super_socializer.php:1440
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
169
  msgid "Link your social account to login to your account at this website"
170
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
171
 
172
- #: ../super_socializer.php:1690
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1692
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1703
181
  msgid ""
182
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
183
  "current version of Super Socialzer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1712
187
  msgid ""
188
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
189
  "version of Super Socialzer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1721
193
  msgid ""
194
  "Update \"Social Login Buttons\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1730
199
  msgid ""
200
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
201
  "with current version of Super Socialzer"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1739
205
  msgid ""
206
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:1746
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:1757
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1773
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1797
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -233,14 +233,14 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
237
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
238
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
239
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
240
  msgid "Okay"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1822
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -248,7 +248,7 @@ msgid ""
248
  "\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1847
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -256,7 +256,7 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1872
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -264,13 +264,13 @@ msgid ""
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1883
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1905
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1933
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -287,7 +287,7 @@ msgid ""
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1960
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +295,7 @@ msgid ""
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:1985
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -303,11 +303,11 @@ msgid ""
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
- #: ../super_socializer.php:2011
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -316,7 +316,7 @@ msgid ""
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
- #: ../super_socializer.php:2037
320
  #, php-format
321
  msgid ""
322
  "Your website visitors will see a popup notification (only once) if their "
@@ -431,7 +431,7 @@ msgstr "Cél Url"
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
434
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Változások Mentése"
437
 
@@ -455,7 +455,7 @@ msgstr ""
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
460
  #, fuzzy, php-format
461
  msgid ""
@@ -531,14 +531,14 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
531
  msgstr ""
532
 
533
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
534
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
535
  #: ../admin/like_buttons.php:836
536
  #, fuzzy
537
  msgid "Instagram Shoutout"
538
  msgstr "Instagram"
539
 
540
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
541
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
542
  #: ../admin/like_buttons.php:838
543
  msgid ""
544
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -547,7 +547,7 @@ msgid ""
547
  msgstr ""
548
 
549
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
550
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
551
  #: ../admin/like_buttons.php:839
552
  msgid ""
553
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -558,7 +558,7 @@ msgid ""
558
  msgstr ""
559
 
560
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
561
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
562
  #: ../admin/like_buttons.php:840
563
  msgid ""
564
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -703,7 +703,7 @@ msgstr ""
703
 
704
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
705
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
706
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
707
  #: ../admin/like_buttons.php:797
708
  msgid "Shortcode & Widget"
709
  msgstr "Shortcode és Widget"
@@ -714,7 +714,7 @@ msgstr "Hibamegoldó"
714
 
715
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
716
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
717
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
718
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
719
  msgid "FAQ"
720
  msgstr "GYIK"
@@ -960,7 +960,7 @@ msgid "Url to share"
960
  msgstr "Megosztás Url-je"
961
 
962
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
963
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
964
  #: ../inc/widget.php:945
965
  msgid "Title"
966
  msgstr "Cím"
@@ -1048,7 +1048,7 @@ msgid "Placement"
1048
  msgstr ""
1049
 
1050
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1051
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1052
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1053
  msgid "Homepage"
1054
  msgstr "Kezdő oldal"
@@ -1513,7 +1513,7 @@ msgstr ""
1513
  "tökéletesen) a szöveges mezőben:"
1514
 
1515
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1516
- #: ../admin/social_login.php:1241
1517
  msgid ""
1518
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1519
  "an online website for the plugin to function properly."
@@ -1568,7 +1568,7 @@ msgid ""
1568
  msgstr ""
1569
 
1570
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1571
- #: ../admin/social_login.php:1248
1572
  msgid "Why is my browser blocking some features of the plugin?"
1573
  msgstr ""
1574
 
@@ -1889,11 +1889,11 @@ msgstr "Alap Beállítások"
1889
  msgid "Advanced Configuration"
1890
  msgstr "Alap Beállítások"
1891
 
1892
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1893
  msgid "GDPR"
1894
  msgstr ""
1895
 
1896
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1897
  msgid "XProfile Integration"
1898
  msgstr ""
1899
 
@@ -2278,92 +2278,100 @@ msgid "Text to display above the Social Login interface"
2278
  msgstr "Szöveg a Közösségi Belépés felett"
2279
 
2280
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2281
  #, fuzzy
2282
  msgid "Center align icons"
2283
  msgstr "Ikonsorrend beállítás"
2284
 
2285
- #: ../admin/social_login.php:561
2286
  #, fuzzy
2287
  msgid "Center align social login icons"
2288
  msgstr "Social Login"
2289
 
2290
- #: ../admin/social_login.php:569
2291
  msgid "Enable at login page"
2292
  msgstr "Bekapcsolás a belépés oldalon"
2293
 
2294
- #: ../admin/social_login.php:579
2295
  msgid ""
2296
  "Social Login interface will get enabled at the login page of your website"
2297
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2298
 
2299
- #: ../admin/social_login.php:587
2300
  msgid "Enable at register page"
2301
  msgstr "Bekapcsolás a regisztráció oldalon"
2302
 
2303
- #: ../admin/social_login.php:597
2304
  msgid ""
2305
  "Social Login interface will get enabled at the registration page of your "
2306
  "website"
2307
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2308
 
2309
- #: ../admin/social_login.php:605
2310
  msgid "Enable at comment form"
2311
  msgstr "Bekapcsolás a hozászólásoknál"
2312
 
2313
- #: ../admin/social_login.php:615
2314
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2315
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2316
 
2317
- #: ../admin/social_login.php:630
2318
  msgid "Enable before WooCommerce Customer Login Form"
2319
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2320
 
2321
- #: ../admin/social_login.php:640
2322
  #, fuzzy
2323
  msgid ""
2324
  "Social Login Interface will get enabled before the customer login form at "
2325
  "WooCommerce My Account page"
2326
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2327
 
2328
- #: ../admin/social_login.php:648
2329
  #, fuzzy
2330
  msgid "Enable at WooCommerce Customer Login Form"
2331
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2332
 
2333
- #: ../admin/social_login.php:658
2334
  #, fuzzy
2335
  msgid ""
2336
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2337
  "My Account page"
2338
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2339
 
2340
- #: ../admin/social_login.php:666
2341
  #, fuzzy
2342
  msgid "Enable at WooCommerce Customer Register Form"
2343
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2344
 
2345
- #: ../admin/social_login.php:676
2346
  #, fuzzy
2347
  msgid ""
2348
  "Integrate Social Login Interface with the customer register form at "
2349
  "WooCommerce My Account page"
2350
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2351
 
2352
- #: ../admin/social_login.php:684
2353
  #, fuzzy
2354
  msgid "Enable at WooCommerce checkout page"
2355
  msgstr "Bekapcsolás a regisztráció oldalon"
2356
 
2357
- #: ../admin/social_login.php:694
2358
  #, fuzzy
2359
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2360
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2361
 
2362
- #: ../admin/social_login.php:705
2363
  msgid "Auto-approve comments made by Social Login users"
2364
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2365
 
2366
- #: ../admin/social_login.php:715
2367
  msgid ""
2368
  "If this option is enabled, and WordPress comment is made by Social Login "
2369
  "user, comment will get approved immediately without keeping in moderation."
@@ -2372,37 +2380,37 @@ msgstr ""
2372
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2373
  "megjelenik az oldalon."
2374
 
2375
- #: ../admin/social_login.php:716
2376
  msgid "Note: This is not related to Facebook comments"
2377
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2378
 
2379
- #: ../admin/social_login.php:726
2380
  msgid "Enable social avatar"
2381
  msgstr "Közösségi avatar bekapcsolás"
2382
 
2383
- #: ../admin/social_login.php:736
2384
  msgid ""
2385
  "Social profile pictures of the logged in user will be displayed as profile "
2386
  "avatar"
2387
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2388
 
2389
- #: ../admin/social_login.php:746
2390
  msgid "Avatar quality"
2391
  msgstr " Avatar képminőség"
2392
 
2393
- #: ../admin/social_login.php:749
2394
  msgid "Average"
2395
  msgstr "Átlagos"
2396
 
2397
- #: ../admin/social_login.php:750
2398
  msgid "Best"
2399
  msgstr "legjobb"
2400
 
2401
- #: ../admin/social_login.php:757
2402
  msgid "Choose avatar quality"
2403
  msgstr "Válassz Avatar képminőséget"
2404
 
2405
- #: ../admin/social_login.php:766
2406
  #, fuzzy
2407
  msgid ""
2408
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2410,13 +2418,13 @@ msgstr ""
2410
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2411
  "BuddyPress profil oldal"
2412
 
2413
- #: ../admin/social_login.php:776
2414
  msgid ""
2415
  "If enabled, users would be able to update their social avatar from \"Profile "
2416
  "photo\" section in BuddyPress profile at front-end"
2417
  msgstr ""
2418
 
2419
- #: ../admin/social_login.php:797
2420
  msgid ""
2421
  "If enabled and Social ID provider does not provide user's email address on "
2422
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2426,11 +2434,11 @@ msgstr ""
2426
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2427
  "véletlenszerű e-mail címet generálunk"
2428
 
2429
- #: ../admin/social_login.php:806
2430
  msgid "Send post-registration email to user to set account password"
2431
  msgstr ""
2432
 
2433
- #: ../admin/social_login.php:816
2434
  msgid ""
2435
  "If enabled, an email will be sent to user after registration through Social "
2436
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2441,12 +2449,12 @@ msgstr ""
2441
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2442
  "az oldalra."
2443
 
2444
- #: ../admin/social_login.php:824
2445
  #, fuzzy
2446
  msgid "Send new user registration notification email to admin"
2447
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2448
 
2449
- #: ../admin/social_login.php:834
2450
  #, fuzzy
2451
  msgid ""
2452
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2457,40 +2465,40 @@ msgstr ""
2457
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2458
  "az oldalra."
2459
 
2460
- #: ../admin/social_login.php:842
2461
  msgid "Login redirection"
2462
  msgstr "Átirányítás Belépés után"
2463
 
2464
- #: ../admin/social_login.php:846
2465
  msgid "Same page where user logged in"
2466
  msgstr "Az az oldal, ahol a felhasználó belépett"
2467
 
2468
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2469
  msgid "Account dashboard"
2470
  msgstr "Felhasználói Irányítópult"
2471
 
2472
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2473
  msgid "BuddyPress profile page"
2474
  msgstr "BuddyPress profil oldal"
2475
 
2476
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2477
  msgid "Custom Url"
2478
  msgstr "Egyedi URL"
2479
 
2480
- #: ../admin/social_login.php:864
2481
  msgid "User will be redirected to the selected page after Social Login"
2482
  msgstr ""
2483
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2484
 
2485
- #: ../admin/social_login.php:872
2486
  msgid "Registration redirection"
2487
  msgstr "Átirányítás Regisztráció után"
2488
 
2489
- #: ../admin/social_login.php:876
2490
  msgid "Same page from where user registered"
2491
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2492
 
2493
- #: ../admin/social_login.php:894
2494
  msgid ""
2495
  "User will be redirected to the selected page after registration (first "
2496
  "Social Login) through Social Login"
@@ -2498,23 +2506,23 @@ msgstr ""
2498
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2499
  "Közösségi belépés) után"
2500
 
2501
- #: ../admin/social_login.php:903
2502
  #, fuzzy
2503
  msgid "Social Account Linking Options"
2504
  msgstr "Közösségi Hozzászólás"
2505
 
2506
- #: ../admin/social_login.php:919
2507
  #, fuzzy
2508
  msgid "Text to display above the Social Account Linking interface"
2509
  msgstr "Szöveg a Közösségi Belépés felett"
2510
 
2511
- #: ../admin/social_login.php:927
2512
  #, fuzzy
2513
  msgid ""
2514
  "Link social account to already existing account, if email address matches"
2515
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2516
 
2517
- #: ../admin/social_login.php:937
2518
  msgid ""
2519
  "If email address of the user's Social Account matches with an already "
2520
  "existing account at your website, that social account will be linked to "
@@ -2522,12 +2530,12 @@ msgid ""
2522
  "Linking interface at their profile page."
2523
  msgstr ""
2524
 
2525
- #: ../admin/social_login.php:946
2526
  msgid "Enable social account linking at BuddyPress profile page"
2527
  msgstr ""
2528
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2529
 
2530
- #: ../admin/social_login.php:956
2531
  msgid ""
2532
  "Enable this option to show social account linking interface at BuddyPress "
2533
  "profile page"
@@ -2535,15 +2543,15 @@ msgstr ""
2535
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2536
  "BuddyPress profil oldal"
2537
 
2538
- #: ../admin/social_login.php:967
2539
  msgid "Email popup options"
2540
  msgstr "Email felugró ablak beállítások"
2541
 
2542
- #: ../admin/social_login.php:973
2543
  msgid "Text on 'Email required' popup"
2544
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2545
 
2546
- #: ../admin/social_login.php:983
2547
  msgid ""
2548
  "This text will be displayed on email required popup. Leave empty if not "
2549
  "required."
@@ -2551,11 +2559,11 @@ msgstr ""
2551
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2552
  "hagyhatod, ha nem kéred be az e-mail címet."
2553
 
2554
- #: ../admin/social_login.php:992
2555
  msgid "Error message for 'Email required' popup"
2556
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2557
 
2558
- #: ../admin/social_login.php:1002
2559
  msgid ""
2560
  "This message will be displayed to user if it provides invalid or already "
2561
  "registered email"
@@ -2563,11 +2571,11 @@ msgstr ""
2563
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2564
  "mail címet ad meg "
2565
 
2566
- #: ../admin/social_login.php:1011
2567
  msgid "Email popup height"
2568
  msgstr "Email felugró ablak magassága"
2569
 
2570
- #: ../admin/social_login.php:1021
2571
  msgid ""
2572
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2573
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2576,11 +2584,11 @@ msgstr ""
2576
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2577
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2578
 
2579
- #: ../admin/social_login.php:1029
2580
  msgid "Enable email verification"
2581
  msgstr "E-mail ellenőrzés bekapcsolása"
2582
 
2583
- #: ../admin/social_login.php:1039
2584
  msgid ""
2585
  "If enabled, email provided by the user will be verified by sending a "
2586
  "confirmation link to that email. User would not be able to login without "
@@ -2590,91 +2598,91 @@ msgstr ""
2590
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2591
  "nem erősítette meg e-mailcímét "
2592
 
2593
- #: ../admin/social_login.php:1060
2594
  #, fuzzy
2595
  msgid "Enable GDPR opt-in"
2596
  msgstr "Disqus Hozzászólás Bekapcsolása"
2597
 
2598
- #: ../admin/social_login.php:1070
2599
  msgid ""
2600
  "Enable it to show GDPR opt-in for social login and social account linking"
2601
  msgstr ""
2602
 
2603
- #: ../admin/social_login.php:1079
2604
  #, fuzzy
2605
  msgid "Placement of GDPR opt-in"
2606
  msgstr "Disqus Hozzászólás Bekapcsolása"
2607
 
2608
- #: ../admin/social_login.php:1083
2609
  #, fuzzy
2610
  msgid "Above Social Login icons"
2611
  msgstr "Social Login"
2612
 
2613
- #: ../admin/social_login.php:1085
2614
  #, fuzzy
2615
  msgid "Below Social Login icons"
2616
  msgstr "Social Login"
2617
 
2618
- #: ../admin/social_login.php:1091
2619
  #, fuzzy
2620
  msgid "Placement of GDPR opt-in above or below the social login icons"
2621
  msgstr "Szöveg a Közösségi Belépés felett"
2622
 
2623
- #: ../admin/social_login.php:1099
2624
  msgid "Opt-in text"
2625
  msgstr ""
2626
 
2627
- #: ../admin/social_login.php:1109
2628
  #, fuzzy
2629
  msgid "Text for the GDPR opt-in"
2630
  msgstr "Disqus Hozzászólás Bekapcsolása"
2631
 
2632
- #: ../admin/social_login.php:1117
2633
  msgid "Text to link to Privacy Policy page"
2634
  msgstr ""
2635
 
2636
- #: ../admin/social_login.php:1127
2637
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2638
  msgstr ""
2639
 
2640
- #: ../admin/social_login.php:1135
2641
  msgid "Privacy Policy Url"
2642
  msgstr ""
2643
 
2644
- #: ../admin/social_login.php:1145
2645
  #, fuzzy
2646
  msgid "Url of the privacy policy page of your website"
2647
  msgstr "A főoldalad Url-je"
2648
 
2649
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2650
  #: ../inc/widget.php:602 ../inc/widget.php:750
2651
  msgid "Select"
2652
  msgstr "Válassz"
2653
 
2654
- #: ../admin/social_login.php:1227
2655
  #, fuzzy
2656
  msgid "Social Login Shortcode & Widget"
2657
  msgstr "Shortcode és Widget"
2658
 
2659
- #: ../admin/social_login.php:1228
2660
  msgid "Social Linking Shortcode"
2661
  msgstr ""
2662
 
2663
- #: ../admin/social_login.php:1243
2664
  msgid "Why is social login not working?"
2665
  msgstr ""
2666
 
2667
- #: ../admin/social_login.php:1244
2668
  msgid ""
2669
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2670
  "belong to the same app"
2671
  msgstr ""
2672
 
2673
- #: ../admin/social_login.php:1246
2674
  msgid "Social Login not working with Varnish enabled"
2675
  msgstr ""
2676
 
2677
- #: ../admin/social_login.php:1247
2678
  msgid ""
2679
  "Why the user is not appearing logged in even after Social Login until the "
2680
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:47+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:907 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
77
 
78
+ #: ../super_socializer.php:907
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
81
 
82
+ #: ../super_socializer.php:911
83
  msgid "Notification"
84
  msgstr "Értesítés"
85
 
86
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
87
  msgid "Email required"
88
  msgstr "E-mail cím szükséges"
89
 
90
+ #: ../super_socializer.php:932
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
93
 
94
+ #: ../super_socializer.php:939 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1011
99
  msgid "Leave a reply"
100
  msgstr "Válaszolj"
101
 
102
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
103
  msgid "Shares"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
107
  msgid "Share"
108
  msgstr ""
109
 
110
+ #: ../super_socializer.php:1023
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1269
116
  #, fuzzy
117
  msgid "Super Socializer - General Options"
118
  msgstr "Super Socializer - Belépés"
119
 
120
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
121
  #: ../admin/social_commenting.php:47
122
  #, fuzzy
123
  msgid "General Options"
124
  msgstr "Megosztási beállítások"
125
 
126
+ #: ../super_socializer.php:1337 ../helper.php:898
127
  #, fuzzy
128
  msgid "Social Avatar"
129
  msgstr "Kis Avatar URL"
130
 
131
+ #: ../super_socializer.php:1340
132
  msgid "Small Avatar Url"
133
  msgstr "Kis Avatar URL"
134
 
135
+ #: ../super_socializer.php:1344
136
  #, fuzzy
137
  msgid "Large Avatar Url"
138
  msgstr "Cél Url"
139
 
140
+ #: ../super_socializer.php:1348 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1352 ../helper.php:902
147
  msgid "Update social avatar, next time I Social Login"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1431
157
  msgid "Login with your Social ID"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1432
161
  msgid "Email you entered is already registered or invalid"
162
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
163
 
164
+ #: ../super_socializer.php:1437
165
  msgid "Please enter a valid email address. You might be required to verify it"
166
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
167
 
168
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
169
  msgid "Link your social account to login to your account at this website"
170
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
171
 
172
+ #: ../super_socializer.php:1687
173
  msgid "Thanks for installing Super Socializer plugin"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1689
177
  msgid "Configure the Plugin"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1700
181
  msgid ""
182
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
183
  "current version of Super Socialzer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1709
187
  msgid ""
188
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
189
  "version of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1718
193
  msgid ""
194
  "Update \"Social Login Buttons\" add-on for compatibility with current "
195
  "version of Super Socialzer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1727
199
  msgid ""
200
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
201
  "with current version of Super Socialzer"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1736
205
  msgid ""
206
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
207
  "with current version of Super Socialzer"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1743
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:1754
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1770
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1794
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
237
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
238
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
239
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
240
  msgid "Okay"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1819
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
248
  "\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1844
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1869
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1880
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1902
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1930
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1957
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:1982
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2008
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2034
320
  #, php-format
321
  msgid ""
322
  "Your website visitors will see a popup notification (only once) if their "
431
 
432
  #: ../helper.php:913 ../admin/general_options.php:132
433
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
434
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
435
  msgid "Save Changes"
436
  msgstr "Változások Mentése"
437
 
455
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
456
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
457
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
458
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
459
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
460
  #, fuzzy, php-format
461
  msgid ""
531
  msgstr ""
532
 
533
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
534
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
535
  #: ../admin/like_buttons.php:836
536
  #, fuzzy
537
  msgid "Instagram Shoutout"
538
  msgstr "Instagram"
539
 
540
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
541
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
542
  #: ../admin/like_buttons.php:838
543
  msgid ""
544
  "If you can send (to hello@heateor.com) how our plugin is helping your "
547
  msgstr ""
548
 
549
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
550
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
551
  #: ../admin/like_buttons.php:839
552
  msgid ""
553
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
558
  msgstr ""
559
 
560
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
561
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
562
  #: ../admin/like_buttons.php:840
563
  msgid ""
564
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
703
 
704
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
705
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
706
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
707
  #: ../admin/like_buttons.php:797
708
  msgid "Shortcode & Widget"
709
  msgstr "Shortcode és Widget"
714
 
715
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
716
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
717
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
718
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
719
  msgid "FAQ"
720
  msgstr "GYIK"
960
  msgstr "Megosztás Url-je"
961
 
962
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
963
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
964
  #: ../inc/widget.php:945
965
  msgid "Title"
966
  msgstr "Cím"
1048
  msgstr ""
1049
 
1050
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1051
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1052
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1053
  msgid "Homepage"
1054
  msgstr "Kezdő oldal"
1513
  "tökéletesen) a szöveges mezőben:"
1514
 
1515
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1516
+ #: ../admin/social_login.php:1259
1517
  msgid ""
1518
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1519
  "an online website for the plugin to function properly."
1568
  msgstr ""
1569
 
1570
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1571
+ #: ../admin/social_login.php:1266
1572
  msgid "Why is my browser blocking some features of the plugin?"
1573
  msgstr ""
1574
 
1889
  msgid "Advanced Configuration"
1890
  msgstr "Alap Beállítások"
1891
 
1892
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1893
  msgid "GDPR"
1894
  msgstr ""
1895
 
1896
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1897
  msgid "XProfile Integration"
1898
  msgstr ""
1899
 
2278
  msgstr "Szöveg a Közösségi Belépés felett"
2279
 
2280
  #: ../admin/social_login.php:551
2281
+ msgid "Tigger social login in the same browser tab"
2282
+ msgstr ""
2283
+
2284
+ #: ../admin/social_login.php:561
2285
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2286
+ msgstr ""
2287
+
2288
+ #: ../admin/social_login.php:569
2289
  #, fuzzy
2290
  msgid "Center align icons"
2291
  msgstr "Ikonsorrend beállítás"
2292
 
2293
+ #: ../admin/social_login.php:579
2294
  #, fuzzy
2295
  msgid "Center align social login icons"
2296
  msgstr "Social Login"
2297
 
2298
+ #: ../admin/social_login.php:587
2299
  msgid "Enable at login page"
2300
  msgstr "Bekapcsolás a belépés oldalon"
2301
 
2302
+ #: ../admin/social_login.php:597
2303
  msgid ""
2304
  "Social Login interface will get enabled at the login page of your website"
2305
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2306
 
2307
+ #: ../admin/social_login.php:605
2308
  msgid "Enable at register page"
2309
  msgstr "Bekapcsolás a regisztráció oldalon"
2310
 
2311
+ #: ../admin/social_login.php:615
2312
  msgid ""
2313
  "Social Login interface will get enabled at the registration page of your "
2314
  "website"
2315
  msgstr "Közösségi Belépés megjelenítése a weboldal regisztrációs oldalán"
2316
 
2317
+ #: ../admin/social_login.php:623
2318
  msgid "Enable at comment form"
2319
  msgstr "Bekapcsolás a hozászólásoknál"
2320
 
2321
+ #: ../admin/social_login.php:633
2322
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2323
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2324
 
2325
+ #: ../admin/social_login.php:648
2326
  msgid "Enable before WooCommerce Customer Login Form"
2327
  msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
2328
 
2329
+ #: ../admin/social_login.php:658
2330
  #, fuzzy
2331
  msgid ""
2332
  "Social Login Interface will get enabled before the customer login form at "
2333
  "WooCommerce My Account page"
2334
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2335
 
2336
+ #: ../admin/social_login.php:666
2337
  #, fuzzy
2338
  msgid "Enable at WooCommerce Customer Login Form"
2339
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2340
 
2341
+ #: ../admin/social_login.php:676
2342
  #, fuzzy
2343
  msgid ""
2344
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2345
  "My Account page"
2346
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2347
 
2348
+ #: ../admin/social_login.php:684
2349
  #, fuzzy
2350
  msgid "Enable at WooCommerce Customer Register Form"
2351
  msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
2352
 
2353
+ #: ../admin/social_login.php:694
2354
  #, fuzzy
2355
  msgid ""
2356
  "Integrate Social Login Interface with the customer register form at "
2357
  "WooCommerce My Account page"
2358
  msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
2359
 
2360
+ #: ../admin/social_login.php:702
2361
  #, fuzzy
2362
  msgid "Enable at WooCommerce checkout page"
2363
  msgstr "Bekapcsolás a regisztráció oldalon"
2364
 
2365
+ #: ../admin/social_login.php:712
2366
  #, fuzzy
2367
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2368
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
2369
 
2370
+ #: ../admin/social_login.php:723
2371
  msgid "Auto-approve comments made by Social Login users"
2372
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
2373
 
2374
+ #: ../admin/social_login.php:733
2375
  msgid ""
2376
  "If this option is enabled, and WordPress comment is made by Social Login "
2377
  "user, comment will get approved immediately without keeping in moderation."
2380
  "felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül "
2381
  "megjelenik az oldalon."
2382
 
2383
+ #: ../admin/social_login.php:734
2384
  msgid "Note: This is not related to Facebook comments"
2385
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
2386
 
2387
+ #: ../admin/social_login.php:744
2388
  msgid "Enable social avatar"
2389
  msgstr "Közösségi avatar bekapcsolás"
2390
 
2391
+ #: ../admin/social_login.php:754
2392
  msgid ""
2393
  "Social profile pictures of the logged in user will be displayed as profile "
2394
  "avatar"
2395
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
2396
 
2397
+ #: ../admin/social_login.php:764
2398
  msgid "Avatar quality"
2399
  msgstr " Avatar képminőség"
2400
 
2401
+ #: ../admin/social_login.php:767
2402
  msgid "Average"
2403
  msgstr "Átlagos"
2404
 
2405
+ #: ../admin/social_login.php:768
2406
  msgid "Best"
2407
  msgstr "legjobb"
2408
 
2409
+ #: ../admin/social_login.php:775
2410
  msgid "Choose avatar quality"
2411
  msgstr "Válassz Avatar képminőséget"
2412
 
2413
+ #: ../admin/social_login.php:784
2414
  #, fuzzy
2415
  msgid ""
2416
  "Show option for users to update social avatar at BuddyPress profile page"
2418
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2419
  "BuddyPress profil oldal"
2420
 
2421
+ #: ../admin/social_login.php:794
2422
  msgid ""
2423
  "If enabled, users would be able to update their social avatar from \"Profile "
2424
  "photo\" section in BuddyPress profile at front-end"
2425
  msgstr ""
2426
 
2427
+ #: ../admin/social_login.php:815
2428
  msgid ""
2429
  "If enabled and Social ID provider does not provide user's email address on "
2430
  "login, user will be asked to provide his/her email address. Otherwise, a "
2434
  "a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy "
2435
  "véletlenszerű e-mail címet generálunk"
2436
 
2437
+ #: ../admin/social_login.php:824
2438
  msgid "Send post-registration email to user to set account password"
2439
  msgstr ""
2440
 
2441
+ #: ../admin/social_login.php:834
2442
  msgid ""
2443
  "If enabled, an email will be sent to user after registration through Social "
2444
  "Login, regarding his/her login credentials (username-password to be able to "
2449
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2450
  "az oldalra."
2451
 
2452
+ #: ../admin/social_login.php:842
2453
  #, fuzzy
2454
  msgid "Send new user registration notification email to admin"
2455
  msgstr "Letilthatja a felhasználói regisztráció útján Szociális Belépés"
2456
 
2457
+ #: ../admin/social_login.php:852
2458
  #, fuzzy
2459
  msgid ""
2460
  "If enabled, an email will be sent to admin after new user registers through "
2465
  "Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet "
2466
  "az oldalra."
2467
 
2468
+ #: ../admin/social_login.php:860
2469
  msgid "Login redirection"
2470
  msgstr "Átirányítás Belépés után"
2471
 
2472
+ #: ../admin/social_login.php:864
2473
  msgid "Same page where user logged in"
2474
  msgstr "Az az oldal, ahol a felhasználó belépett"
2475
 
2476
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2477
  msgid "Account dashboard"
2478
  msgstr "Felhasználói Irányítópult"
2479
 
2480
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2481
  msgid "BuddyPress profile page"
2482
  msgstr "BuddyPress profil oldal"
2483
 
2484
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2485
  msgid "Custom Url"
2486
  msgstr "Egyedi URL"
2487
 
2488
+ #: ../admin/social_login.php:882
2489
  msgid "User will be redirected to the selected page after Social Login"
2490
  msgstr ""
2491
  "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
2492
 
2493
+ #: ../admin/social_login.php:890
2494
  msgid "Registration redirection"
2495
  msgstr "Átirányítás Regisztráció után"
2496
 
2497
+ #: ../admin/social_login.php:894
2498
  msgid "Same page from where user registered"
2499
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2500
 
2501
+ #: ../admin/social_login.php:912
2502
  msgid ""
2503
  "User will be redirected to the selected page after registration (first "
2504
  "Social Login) through Social Login"
2506
  "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2507
  "Közösségi belépés) után"
2508
 
2509
+ #: ../admin/social_login.php:921
2510
  #, fuzzy
2511
  msgid "Social Account Linking Options"
2512
  msgstr "Közösségi Hozzászólás"
2513
 
2514
+ #: ../admin/social_login.php:937
2515
  #, fuzzy
2516
  msgid "Text to display above the Social Account Linking interface"
2517
  msgstr "Szöveg a Közösségi Belépés felett"
2518
 
2519
+ #: ../admin/social_login.php:945
2520
  #, fuzzy
2521
  msgid ""
2522
  "Link social account to already existing account, if email address matches"
2523
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2524
 
2525
+ #: ../admin/social_login.php:955
2526
  msgid ""
2527
  "If email address of the user's Social Account matches with an already "
2528
  "existing account at your website, that social account will be linked to "
2530
  "Linking interface at their profile page."
2531
  msgstr ""
2532
 
2533
+ #: ../admin/social_login.php:964
2534
  msgid "Enable social account linking at BuddyPress profile page"
2535
  msgstr ""
2536
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2537
 
2538
+ #: ../admin/social_login.php:974
2539
  msgid ""
2540
  "Enable this option to show social account linking interface at BuddyPress "
2541
  "profile page"
2543
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2544
  "BuddyPress profil oldal"
2545
 
2546
+ #: ../admin/social_login.php:985
2547
  msgid "Email popup options"
2548
  msgstr "Email felugró ablak beállítások"
2549
 
2550
+ #: ../admin/social_login.php:991
2551
  msgid "Text on 'Email required' popup"
2552
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2553
 
2554
+ #: ../admin/social_login.php:1001
2555
  msgid ""
2556
  "This text will be displayed on email required popup. Leave empty if not "
2557
  "required."
2559
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2560
  "hagyhatod, ha nem kéred be az e-mail címet."
2561
 
2562
+ #: ../admin/social_login.php:1010
2563
  msgid "Error message for 'Email required' popup"
2564
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2565
 
2566
+ #: ../admin/social_login.php:1020
2567
  msgid ""
2568
  "This message will be displayed to user if it provides invalid or already "
2569
  "registered email"
2571
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2572
  "mail címet ad meg "
2573
 
2574
+ #: ../admin/social_login.php:1029
2575
  msgid "Email popup height"
2576
  msgstr "Email felugró ablak magassága"
2577
 
2578
+ #: ../admin/social_login.php:1039
2579
  msgid ""
2580
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2581
  "can increase the height of popup by specifying in this option. Leave empty "
2584
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2585
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2586
 
2587
+ #: ../admin/social_login.php:1047
2588
  msgid "Enable email verification"
2589
  msgstr "E-mail ellenőrzés bekapcsolása"
2590
 
2591
+ #: ../admin/social_login.php:1057
2592
  msgid ""
2593
  "If enabled, email provided by the user will be verified by sending a "
2594
  "confirmation link to that email. User would not be able to login without "
2598
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2599
  "nem erősítette meg e-mailcímét "
2600
 
2601
+ #: ../admin/social_login.php:1078
2602
  #, fuzzy
2603
  msgid "Enable GDPR opt-in"
2604
  msgstr "Disqus Hozzászólás Bekapcsolása"
2605
 
2606
+ #: ../admin/social_login.php:1088
2607
  msgid ""
2608
  "Enable it to show GDPR opt-in for social login and social account linking"
2609
  msgstr ""
2610
 
2611
+ #: ../admin/social_login.php:1097
2612
  #, fuzzy
2613
  msgid "Placement of GDPR opt-in"
2614
  msgstr "Disqus Hozzászólás Bekapcsolása"
2615
 
2616
+ #: ../admin/social_login.php:1101
2617
  #, fuzzy
2618
  msgid "Above Social Login icons"
2619
  msgstr "Social Login"
2620
 
2621
+ #: ../admin/social_login.php:1103
2622
  #, fuzzy
2623
  msgid "Below Social Login icons"
2624
  msgstr "Social Login"
2625
 
2626
+ #: ../admin/social_login.php:1109
2627
  #, fuzzy
2628
  msgid "Placement of GDPR opt-in above or below the social login icons"
2629
  msgstr "Szöveg a Közösségi Belépés felett"
2630
 
2631
+ #: ../admin/social_login.php:1117
2632
  msgid "Opt-in text"
2633
  msgstr ""
2634
 
2635
+ #: ../admin/social_login.php:1127
2636
  #, fuzzy
2637
  msgid "Text for the GDPR opt-in"
2638
  msgstr "Disqus Hozzászólás Bekapcsolása"
2639
 
2640
+ #: ../admin/social_login.php:1135
2641
  msgid "Text to link to Privacy Policy page"
2642
  msgstr ""
2643
 
2644
+ #: ../admin/social_login.php:1145
2645
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2646
  msgstr ""
2647
 
2648
+ #: ../admin/social_login.php:1153
2649
  msgid "Privacy Policy Url"
2650
  msgstr ""
2651
 
2652
+ #: ../admin/social_login.php:1163
2653
  #, fuzzy
2654
  msgid "Url of the privacy policy page of your website"
2655
  msgstr "A főoldalad Url-je"
2656
 
2657
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2658
  #: ../inc/widget.php:602 ../inc/widget.php:750
2659
  msgid "Select"
2660
  msgstr "Válassz"
2661
 
2662
+ #: ../admin/social_login.php:1245
2663
  #, fuzzy
2664
  msgid "Social Login Shortcode & Widget"
2665
  msgstr "Shortcode és Widget"
2666
 
2667
+ #: ../admin/social_login.php:1246
2668
  msgid "Social Linking Shortcode"
2669
  msgstr ""
2670
 
2671
+ #: ../admin/social_login.php:1261
2672
  msgid "Why is social login not working?"
2673
  msgstr ""
2674
 
2675
+ #: ../admin/social_login.php:1262
2676
  msgid ""
2677
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2678
  "belong to the same app"
2679
  msgstr ""
2680
 
2681
+ #: ../admin/social_login.php:1264
2682
  msgid "Social Login not working with Varnish enabled"
2683
  msgstr ""
2684
 
2685
+ #: ../admin/social_login.php:1265
2686
  msgid ""
2687
  "Why the user is not appearing logged in even after Social Login until the "
2688
  "webpage is refreshed manually?"
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -71,73 +71,73 @@ msgid ""
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:910 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
78
- #: ../super_socializer.php:910
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr ""
81
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
82
  "account"
83
 
84
- #: ../super_socializer.php:914
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
- #: ../super_socializer.php:932 ../admin/social_login.php:787
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
92
- #: ../super_socializer.php:935
93
  msgid "Please check your email inbox to complete the registration."
94
  msgstr ""
95
  "Per favore, per completare la registrazione, controlla la tua casella di "
96
  "posta elettronica."
97
 
98
- #: ../super_socializer.php:942 ../helper.php:508
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1014
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
111
  msgid "Share"
112
  msgstr "Share"
113
 
114
- #: ../super_socializer.php:1026
115
  #, fuzzy
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
- #: ../super_socializer.php:1272
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
- #: ../super_socializer.php:1340 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
- #: ../super_socializer.php:1343
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
- #: ../super_socializer.php:1347
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
- #: ../super_socializer.php:1351 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
@@ -145,92 +145,92 @@ msgstr ""
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
- #: ../super_socializer.php:1355 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
- #: ../super_socializer.php:1434
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
- #: ../super_socializer.php:1435
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
- #: ../super_socializer.php:1440
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
173
  msgid "Link your social account to login to your account at this website"
174
  msgstr ""
175
  "Collega il tuo social account per accedere al tuo account su questo sito"
176
 
177
- #: ../super_socializer.php:1690
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1692
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1703
186
  msgid ""
187
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
188
  "current version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1712
192
  msgid ""
193
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1721
198
  msgid ""
199
  "Update \"Social Login Buttons\" add-on for compatibility with current "
200
  "version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1730
204
  msgid ""
205
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1739
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
212
  "with current version of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1746
216
  msgid ""
217
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
218
  "LiveJournal Login of Super Socialzer"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1757
222
  #, php-format
223
  msgid ""
224
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1773
228
  #, php-format
229
  msgid ""
230
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
231
  msgstr ""
232
 
233
- #: ../super_socializer.php:1797
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -238,14 +238,14 @@ msgid ""
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
242
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
243
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
244
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
245
  msgid "Okay"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1822
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -253,7 +253,7 @@ msgid ""
253
  "\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1847
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -261,7 +261,7 @@ msgid ""
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1872
265
  #, php-format
266
  msgid ""
267
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -269,13 +269,13 @@ msgid ""
269
  "target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1883
273
  #, php-format
274
  msgid ""
275
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
276
  msgstr ""
277
 
278
- #: ../super_socializer.php:1905
279
  #, php-format
280
  msgid ""
281
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -283,7 +283,7 @@ msgid ""
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
- #: ../super_socializer.php:1933
287
  #, php-format
288
  msgid ""
289
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -292,7 +292,7 @@ msgid ""
292
  "your website %s with them. No need to copy-paste any code from their website."
293
  msgstr ""
294
 
295
- #: ../super_socializer.php:1960
296
  #, php-format
297
  msgid ""
298
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -300,7 +300,7 @@ msgid ""
300
  "\"%s\" target=\"_blank\">here</a>"
301
  msgstr ""
302
 
303
- #: ../super_socializer.php:1985
304
  #, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -308,11 +308,11 @@ msgid ""
308
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
309
  msgstr ""
310
 
311
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
312
  msgid "Dismiss"
313
  msgstr ""
314
 
315
- #: ../super_socializer.php:2011
316
  #, php-format
317
  msgid ""
318
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -321,7 +321,7 @@ msgid ""
321
  "that, clear share counts cache from \"Miscellaneous\" section"
322
  msgstr ""
323
 
324
- #: ../super_socializer.php:2037
325
  #, php-format
326
  msgid ""
327
  "Your website visitors will see a popup notification (only once) if their "
@@ -426,7 +426,7 @@ msgstr "Avatar Grande"
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
429
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Salva le modifiche"
432
 
@@ -450,7 +450,7 @@ msgstr ""
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
455
  #, fuzzy, php-format
456
  msgid ""
@@ -526,14 +526,14 @@ msgstr ""
526
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
527
 
528
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
529
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
530
  #: ../admin/like_buttons.php:836
531
  #, fuzzy
532
  msgid "Instagram Shoutout"
533
  msgstr "Instagram"
534
 
535
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
536
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
537
  #: ../admin/like_buttons.php:838
538
  msgid ""
539
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -542,7 +542,7 @@ msgid ""
542
  msgstr ""
543
 
544
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
545
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
546
  #: ../admin/like_buttons.php:839
547
  msgid ""
548
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -553,7 +553,7 @@ msgid ""
553
  msgstr ""
554
 
555
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
556
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
557
  #: ../admin/like_buttons.php:840
558
  msgid ""
559
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -692,7 +692,7 @@ msgstr "XProfile Integration"
692
 
693
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
694
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
695
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
696
  #: ../admin/like_buttons.php:797
697
  msgid "Shortcode & Widget"
698
  msgstr "Shortcode & Widget"
@@ -703,7 +703,7 @@ msgstr "Risoluzione dei problemi"
703
 
704
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
705
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
706
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
707
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
708
  msgid "FAQ"
709
  msgstr "FAQ"
@@ -939,7 +939,7 @@ msgid "Url to share"
939
  msgstr "Url da condividere"
940
 
941
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
942
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
943
  #: ../inc/widget.php:945
944
  msgid "Title"
945
  msgstr "Titolo"
@@ -1026,7 +1026,7 @@ msgid "Placement"
1026
  msgstr "Collocazione"
1027
 
1028
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1029
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1030
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1031
  msgid "Homepage"
1032
  msgstr "Homepage"
@@ -1505,7 +1505,7 @@ msgstr ""
1505
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1506
 
1507
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1508
- #: ../admin/social_login.php:1241
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
@@ -1563,7 +1563,7 @@ msgid ""
1563
  msgstr ""
1564
 
1565
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1566
- #: ../admin/social_login.php:1248
1567
  msgid "Why is my browser blocking some features of the plugin?"
1568
  msgstr ""
1569
 
@@ -1886,11 +1886,11 @@ msgstr "Configurazione di Base"
1886
  msgid "Advanced Configuration"
1887
  msgstr "Configurazione Avanzata"
1888
 
1889
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1890
  msgid "GDPR"
1891
  msgstr ""
1892
 
1893
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1894
  msgid "XProfile Integration"
1895
  msgstr "XProfile Integration"
1896
 
@@ -2271,30 +2271,38 @@ msgid "Text to display above the Social Login interface"
2271
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2272
 
2273
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2274
  #, fuzzy
2275
  msgid "Center align icons"
2276
  msgstr "Riorganizza le icone"
2277
 
2278
- #: ../admin/social_login.php:561
2279
  #, fuzzy
2280
  msgid "Center align social login icons"
2281
  msgstr "Opzioni"
2282
 
2283
- #: ../admin/social_login.php:569
2284
  msgid "Enable at login page"
2285
  msgstr "Attiva nella pagina di Login"
2286
 
2287
- #: ../admin/social_login.php:579
2288
  msgid ""
2289
  "Social Login interface will get enabled at the login page of your website"
2290
  msgstr ""
2291
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2292
 
2293
- #: ../admin/social_login.php:587
2294
  msgid "Enable at register page"
2295
  msgstr "Abilita nella pagina di registrazione"
2296
 
2297
- #: ../admin/social_login.php:597
2298
  msgid ""
2299
  "Social Login interface will get enabled at the registration page of your "
2300
  "website"
@@ -2302,19 +2310,19 @@ msgstr ""
2302
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2303
  "sito web"
2304
 
2305
- #: ../admin/social_login.php:605
2306
  msgid "Enable at comment form"
2307
  msgstr "Attiva nel form dei commenti"
2308
 
2309
- #: ../admin/social_login.php:615
2310
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2311
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2312
 
2313
- #: ../admin/social_login.php:630
2314
  msgid "Enable before WooCommerce Customer Login Form"
2315
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2316
 
2317
- #: ../admin/social_login.php:640
2318
  msgid ""
2319
  "Social Login Interface will get enabled before the customer login form at "
2320
  "WooCommerce My Account page"
@@ -2322,12 +2330,12 @@ msgstr ""
2322
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2323
  "Woocommerce, prima del Form di Login."
2324
 
2325
- #: ../admin/social_login.php:648
2326
  #, fuzzy
2327
  msgid "Enable at WooCommerce Customer Login Form"
2328
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2329
 
2330
- #: ../admin/social_login.php:658
2331
  #, fuzzy
2332
  msgid ""
2333
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2336,12 +2344,12 @@ msgstr ""
2336
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2337
  "Woocommerce, dopo il Form di Login."
2338
 
2339
- #: ../admin/social_login.php:666
2340
  #, fuzzy
2341
  msgid "Enable at WooCommerce Customer Register Form"
2342
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2343
 
2344
- #: ../admin/social_login.php:676
2345
  #, fuzzy
2346
  msgid ""
2347
  "Integrate Social Login Interface with the customer register form at "
@@ -2350,21 +2358,21 @@ msgstr ""
2350
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2351
  "Woocommerce, dopo il Form di Login."
2352
 
2353
- #: ../admin/social_login.php:684
2354
  msgid "Enable at WooCommerce checkout page"
2355
  msgstr "Abilita nella pagina checkout di WooCommerce"
2356
 
2357
- #: ../admin/social_login.php:694
2358
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2359
  msgstr ""
2360
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2361
  "Woocommerce"
2362
 
2363
- #: ../admin/social_login.php:705
2364
  msgid "Auto-approve comments made by Social Login users"
2365
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2366
 
2367
- #: ../admin/social_login.php:715
2368
  msgid ""
2369
  "If this option is enabled, and WordPress comment is made by Social Login "
2370
  "user, comment will get approved immediately without keeping in moderation."
@@ -2373,15 +2381,15 @@ msgstr ""
2373
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2374
  "immediatamente senza nessuna possibilitá di moderazione."
2375
 
2376
- #: ../admin/social_login.php:716
2377
  msgid "Note: This is not related to Facebook comments"
2378
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2379
 
2380
- #: ../admin/social_login.php:726
2381
  msgid "Enable social avatar"
2382
  msgstr "Abilita Avatar"
2383
 
2384
- #: ../admin/social_login.php:736
2385
  msgid ""
2386
  "Social profile pictures of the logged in user will be displayed as profile "
2387
  "avatar"
@@ -2389,30 +2397,30 @@ msgstr ""
2389
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2390
  "avatar del profilo sul tuo sito"
2391
 
2392
- #: ../admin/social_login.php:746
2393
  msgid "Avatar quality"
2394
  msgstr "Qualità Avatar"
2395
 
2396
- #: ../admin/social_login.php:749
2397
  msgid "Average"
2398
  msgstr "Media"
2399
 
2400
- #: ../admin/social_login.php:750
2401
  msgid "Best"
2402
  msgstr "Migliore"
2403
 
2404
- #: ../admin/social_login.php:757
2405
  msgid "Choose avatar quality"
2406
  msgstr "Scelta qualità Avatar"
2407
 
2408
- #: ../admin/social_login.php:766
2409
  msgid ""
2410
  "Show option for users to update social avatar at BuddyPress profile page"
2411
  msgstr ""
2412
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2413
  "profilo BuddyPress"
2414
 
2415
- #: ../admin/social_login.php:776
2416
  msgid ""
2417
  "If enabled, users would be able to update their social avatar from \"Profile "
2418
  "photo\" section in BuddyPress profile at front-end"
@@ -2420,7 +2428,7 @@ msgstr ""
2420
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2421
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2422
 
2423
- #: ../admin/social_login.php:797
2424
  msgid ""
2425
  "If enabled and Social ID provider does not provide user's email address on "
2426
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2431,13 +2439,13 @@ msgstr ""
2431
  "completare questa informazione. In caso contrario, sará generata una email "
2432
  "fittizia"
2433
 
2434
- #: ../admin/social_login.php:806
2435
  msgid "Send post-registration email to user to set account password"
2436
  msgstr ""
2437
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2438
  "password"
2439
 
2440
- #: ../admin/social_login.php:816
2441
  msgid ""
2442
  "If enabled, an email will be sent to user after registration through Social "
2443
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2447,11 +2455,11 @@ msgstr ""
2447
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2448
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2449
 
2450
- #: ../admin/social_login.php:824
2451
  msgid "Send new user registration notification email to admin"
2452
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2453
 
2454
- #: ../admin/social_login.php:834
2455
  msgid ""
2456
  "If enabled, an email will be sent to admin after new user registers through "
2457
  "Social Login, notifying admin about the new user registration"
@@ -2460,40 +2468,40 @@ msgstr ""
2460
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2461
  "registrazione"
2462
 
2463
- #: ../admin/social_login.php:842
2464
  msgid "Login redirection"
2465
  msgstr "Reindirizzamento Login"
2466
 
2467
- #: ../admin/social_login.php:846
2468
  msgid "Same page where user logged in"
2469
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2470
 
2471
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2472
  msgid "Account dashboard"
2473
  msgstr "Pannello Account"
2474
 
2475
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2476
  msgid "BuddyPress profile page"
2477
  msgstr "Pagina di profilo BuddyPress"
2478
 
2479
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2480
  msgid "Custom Url"
2481
  msgstr "Url personalizzata"
2482
 
2483
- #: ../admin/social_login.php:864
2484
  msgid "User will be redirected to the selected page after Social Login"
2485
  msgstr ""
2486
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2487
 
2488
- #: ../admin/social_login.php:872
2489
  msgid "Registration redirection"
2490
  msgstr "Reindirizzamento Registratione"
2491
 
2492
- #: ../admin/social_login.php:876
2493
  msgid "Same page from where user registered"
2494
  msgstr "La stessa pagina dove l'utente si è registrato"
2495
 
2496
- #: ../admin/social_login.php:894
2497
  msgid ""
2498
  "User will be redirected to the selected page after registration (first "
2499
  "Social Login) through Social Login"
@@ -2501,24 +2509,24 @@ msgstr ""
2501
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2502
  "(il primo Social Login) tramite il Social Login"
2503
 
2504
- #: ../admin/social_login.php:903
2505
  #, fuzzy
2506
  msgid "Social Account Linking Options"
2507
  msgstr "Collegamento Social Account"
2508
 
2509
- #: ../admin/social_login.php:919
2510
  #, fuzzy
2511
  msgid "Text to display above the Social Account Linking interface"
2512
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2513
 
2514
- #: ../admin/social_login.php:927
2515
  #, fuzzy
2516
  msgid ""
2517
  "Link social account to already existing account, if email address matches"
2518
  msgstr ""
2519
  "Collega il tuo social account per accedere al tuo account su questo sito"
2520
 
2521
- #: ../admin/social_login.php:937
2522
  msgid ""
2523
  "If email address of the user's Social Account matches with an already "
2524
  "existing account at your website, that social account will be linked to "
@@ -2526,11 +2534,11 @@ msgid ""
2526
  "Linking interface at their profile page."
2527
  msgstr ""
2528
 
2529
- #: ../admin/social_login.php:946
2530
  msgid "Enable social account linking at BuddyPress profile page"
2531
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2532
 
2533
- #: ../admin/social_login.php:956
2534
  msgid ""
2535
  "Enable this option to show social account linking interface at BuddyPress "
2536
  "profile page"
@@ -2538,15 +2546,15 @@ msgstr ""
2538
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2539
  "nella pagina di profilo BuddyPress"
2540
 
2541
- #: ../admin/social_login.php:967
2542
  msgid "Email popup options"
2543
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2544
 
2545
- #: ../admin/social_login.php:973
2546
  msgid "Text on 'Email required' popup"
2547
  msgstr "Testo del pop-up"
2548
 
2549
- #: ../admin/social_login.php:983
2550
  msgid ""
2551
  "This text will be displayed on email required popup. Leave empty if not "
2552
  "required."
@@ -2554,11 +2562,11 @@ msgstr ""
2554
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2555
  "bianco se non si vuole utilizzare."
2556
 
2557
- #: ../admin/social_login.php:992
2558
  msgid "Error message for 'Email required' popup"
2559
  msgstr "Messaggio d'errore"
2560
 
2561
- #: ../admin/social_login.php:1002
2562
  msgid ""
2563
  "This message will be displayed to user if it provides invalid or already "
2564
  "registered email"
@@ -2566,11 +2574,11 @@ msgstr ""
2566
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2567
  "indirizzo email non valido o già registrato."
2568
 
2569
- #: ../admin/social_login.php:1011
2570
  msgid "Email popup height"
2571
  msgstr "Altezza pop-up Email"
2572
 
2573
- #: ../admin/social_login.php:1021
2574
  msgid ""
2575
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2576
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2580,11 +2588,11 @@ msgstr ""
2580
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2581
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2582
 
2583
- #: ../admin/social_login.php:1029
2584
  msgid "Enable email verification"
2585
  msgstr "Abilita verifica email"
2586
 
2587
- #: ../admin/social_login.php:1039
2588
  msgid ""
2589
  "If enabled, email provided by the user will be verified by sending a "
2590
  "confirmation link to that email. User would not be able to login without "
@@ -2594,90 +2602,90 @@ msgstr ""
2594
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2595
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2596
 
2597
- #: ../admin/social_login.php:1060
2598
  #, fuzzy
2599
  msgid "Enable GDPR opt-in"
2600
  msgstr "Abilita Disqus Commenting"
2601
 
2602
- #: ../admin/social_login.php:1070
2603
  msgid ""
2604
  "Enable it to show GDPR opt-in for social login and social account linking"
2605
  msgstr ""
2606
 
2607
- #: ../admin/social_login.php:1079
2608
  #, fuzzy
2609
  msgid "Placement of GDPR opt-in"
2610
  msgstr "Abilita Disqus Commenting"
2611
 
2612
- #: ../admin/social_login.php:1083
2613
  #, fuzzy
2614
  msgid "Above Social Login icons"
2615
  msgstr "Opzioni"
2616
 
2617
- #: ../admin/social_login.php:1085
2618
  #, fuzzy
2619
  msgid "Below Social Login icons"
2620
  msgstr "Opzioni"
2621
 
2622
- #: ../admin/social_login.php:1091
2623
  #, fuzzy
2624
  msgid "Placement of GDPR opt-in above or below the social login icons"
2625
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2626
 
2627
- #: ../admin/social_login.php:1099
2628
  msgid "Opt-in text"
2629
  msgstr ""
2630
 
2631
- #: ../admin/social_login.php:1109
2632
  #, fuzzy
2633
  msgid "Text for the GDPR opt-in"
2634
  msgstr "Abilita Disqus Commenting"
2635
 
2636
- #: ../admin/social_login.php:1117
2637
  msgid "Text to link to Privacy Policy page"
2638
  msgstr ""
2639
 
2640
- #: ../admin/social_login.php:1127
2641
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2642
  msgstr ""
2643
 
2644
- #: ../admin/social_login.php:1135
2645
  msgid "Privacy Policy Url"
2646
  msgstr ""
2647
 
2648
- #: ../admin/social_login.php:1145
2649
  #, fuzzy
2650
  msgid "Url of the privacy policy page of your website"
2651
  msgstr "Url della homepage del tuo sito web"
2652
 
2653
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2654
  #: ../inc/widget.php:602 ../inc/widget.php:750
2655
  msgid "Select"
2656
  msgstr "Selezionare"
2657
 
2658
- #: ../admin/social_login.php:1227
2659
  msgid "Social Login Shortcode & Widget"
2660
  msgstr "Shortcode & Widget"
2661
 
2662
- #: ../admin/social_login.php:1228
2663
  msgid "Social Linking Shortcode"
2664
  msgstr "Social Linking Shortcode"
2665
 
2666
- #: ../admin/social_login.php:1243
2667
  msgid "Why is social login not working?"
2668
  msgstr ""
2669
 
2670
- #: ../admin/social_login.php:1244
2671
  msgid ""
2672
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2673
  "belong to the same app"
2674
  msgstr ""
2675
 
2676
- #: ../admin/social_login.php:1246
2677
  msgid "Social Login not working with Varnish enabled"
2678
  msgstr ""
2679
 
2680
- #: ../admin/social_login.php:1247
2681
  msgid ""
2682
  "Why the user is not appearing logged in even after Social Login until the "
2683
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:47+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
71
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:907 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
77
 
78
+ #: ../super_socializer.php:907
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr ""
81
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
82
  "account"
83
 
84
+ #: ../super_socializer.php:911
85
  msgid "Notification"
86
  msgstr "Notifiche"
87
 
88
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
89
  msgid "Email required"
90
  msgstr "Email Obbligatoria"
91
 
92
+ #: ../super_socializer.php:932
93
  msgid "Please check your email inbox to complete the registration."
94
  msgstr ""
95
  "Per favore, per completare la registrazione, controlla la tua casella di "
96
  "posta elettronica."
97
 
98
+ #: ../super_socializer.php:939 ../helper.php:508
99
  msgid "Enter your LiveJournal username"
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1011
103
  msgid "Leave a reply"
104
  msgstr "Lascia un commento"
105
 
106
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
107
  msgid "Shares"
108
  msgstr "Shares"
109
 
110
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
111
  msgid "Share"
112
  msgstr "Share"
113
 
114
+ #: ../super_socializer.php:1023
115
  #, fuzzy
116
  msgid "Link copied."
117
  msgstr "LinkedIn"
118
 
119
+ #: ../super_socializer.php:1269
120
  msgid "Super Socializer - General Options"
121
  msgstr "Super Socializer - Opzioni"
122
 
123
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
124
  #: ../admin/social_commenting.php:47
125
  msgid "General Options"
126
  msgstr "Opzioni Generali"
127
 
128
+ #: ../super_socializer.php:1337 ../helper.php:898
129
  msgid "Social Avatar"
130
  msgstr "Social Avatar"
131
 
132
+ #: ../super_socializer.php:1340
133
  msgid "Small Avatar Url"
134
  msgstr "Url Avatar Piccolo"
135
 
136
+ #: ../super_socializer.php:1344
137
  msgid "Large Avatar Url"
138
  msgstr "URL Avatar Grande"
139
 
140
+ #: ../super_socializer.php:1348 ../helper.php:901
141
  msgid ""
142
  "Do not fetch and update social avatar from my profile, next time I Social "
143
  "Login"
145
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
146
  "social avatar dal mio profilo."
147
 
148
+ #: ../super_socializer.php:1352 ../helper.php:902
149
  msgid "Update social avatar, next time I Social Login"
150
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
151
 
152
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
153
  msgid ""
154
  "Your browser is blocking some features of this website. Please follow the "
155
  "instructions at {support_url} to unblock these."
156
  msgstr ""
157
 
158
+ #: ../super_socializer.php:1431
159
  msgid "Login with your Social ID"
160
  msgstr "Login con il tuo ID Social"
161
 
162
+ #: ../super_socializer.php:1432
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr "La email inserita è già registrata o non è valida"
165
 
166
+ #: ../super_socializer.php:1437
167
  msgid "Please enter a valid email address. You might be required to verify it"
168
  msgstr ""
169
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
170
  "una verifica"
171
 
172
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
173
  msgid "Link your social account to login to your account at this website"
174
  msgstr ""
175
  "Collega il tuo social account per accedere al tuo account su questo sito"
176
 
177
+ #: ../super_socializer.php:1687
178
  msgid "Thanks for installing Super Socializer plugin"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1689
182
  msgid "Configure the Plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1700
186
  msgid ""
187
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
188
  "current version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1709
192
  msgid ""
193
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1718
198
  msgid ""
199
  "Update \"Social Login Buttons\" add-on for compatibility with current "
200
  "version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1727
204
  msgid ""
205
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1736
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
212
  "with current version of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1743
216
  msgid ""
217
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
218
  "LiveJournal Login of Super Socialzer"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1754
222
  #, php-format
223
  msgid ""
224
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1770
228
  #, php-format
229
  msgid ""
230
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
231
  msgstr ""
232
 
233
+ #: ../super_socializer.php:1794
234
  #, php-format
235
  msgid ""
236
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
238
  "target=\"_blank\">here</a>"
239
  msgstr ""
240
 
241
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
242
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
243
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
244
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
245
  msgid "Okay"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1819
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
253
  "\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1844
257
  #, php-format
258
  msgid ""
259
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
261
  "target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1869
265
  #, php-format
266
  msgid ""
267
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
269
  "target=\"_blank\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1880
273
  #, php-format
274
  msgid ""
275
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
276
  msgstr ""
277
 
278
+ #: ../super_socializer.php:1902
279
  #, php-format
280
  msgid ""
281
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
283
  "\"%s\" target=\"_blank\">here</a>"
284
  msgstr ""
285
 
286
+ #: ../super_socializer.php:1930
287
  #, php-format
288
  msgid ""
289
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
292
  "your website %s with them. No need to copy-paste any code from their website."
293
  msgstr ""
294
 
295
+ #: ../super_socializer.php:1957
296
  #, php-format
297
  msgid ""
298
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
300
  "\"%s\" target=\"_blank\">here</a>"
301
  msgstr ""
302
 
303
+ #: ../super_socializer.php:1982
304
  #, php-format
305
  msgid ""
306
  "If you cannot get Linkedin login to work after updating the plugin, replace "
308
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
309
  msgstr ""
310
 
311
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
312
  msgid "Dismiss"
313
  msgstr ""
314
 
315
+ #: ../super_socializer.php:2008
316
  #, php-format
317
  msgid ""
318
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
321
  "that, clear share counts cache from \"Miscellaneous\" section"
322
  msgstr ""
323
 
324
+ #: ../super_socializer.php:2034
325
  #, php-format
326
  msgid ""
327
  "Your website visitors will see a popup notification (only once) if their "
426
 
427
  #: ../helper.php:913 ../admin/general_options.php:132
428
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
429
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
430
  msgid "Save Changes"
431
  msgstr "Salva le modifiche"
432
 
450
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
451
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
452
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
453
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
454
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
455
  #, fuzzy, php-format
456
  msgid ""
526
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
527
 
528
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
529
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
530
  #: ../admin/like_buttons.php:836
531
  #, fuzzy
532
  msgid "Instagram Shoutout"
533
  msgstr "Instagram"
534
 
535
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
536
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
537
  #: ../admin/like_buttons.php:838
538
  msgid ""
539
  "If you can send (to hello@heateor.com) how our plugin is helping your "
542
  msgstr ""
543
 
544
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
545
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
546
  #: ../admin/like_buttons.php:839
547
  msgid ""
548
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
553
  msgstr ""
554
 
555
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
556
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
557
  #: ../admin/like_buttons.php:840
558
  msgid ""
559
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
692
 
693
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
694
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
695
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
696
  #: ../admin/like_buttons.php:797
697
  msgid "Shortcode & Widget"
698
  msgstr "Shortcode & Widget"
703
 
704
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
705
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
706
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
707
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
708
  msgid "FAQ"
709
  msgstr "FAQ"
939
  msgstr "Url da condividere"
940
 
941
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
942
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
943
  #: ../inc/widget.php:945
944
  msgid "Title"
945
  msgstr "Titolo"
1026
  msgstr "Collocazione"
1027
 
1028
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1029
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1030
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1031
  msgid "Homepage"
1032
  msgstr "Homepage"
1505
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
1506
 
1507
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1508
+ #: ../admin/social_login.php:1259
1509
  msgid ""
1510
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1511
  "an online website for the plugin to function properly."
1563
  msgstr ""
1564
 
1565
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1566
+ #: ../admin/social_login.php:1266
1567
  msgid "Why is my browser blocking some features of the plugin?"
1568
  msgstr ""
1569
 
1886
  msgid "Advanced Configuration"
1887
  msgstr "Configurazione Avanzata"
1888
 
1889
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1890
  msgid "GDPR"
1891
  msgstr ""
1892
 
1893
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1894
  msgid "XProfile Integration"
1895
  msgstr "XProfile Integration"
1896
 
2271
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2272
 
2273
  #: ../admin/social_login.php:551
2274
+ msgid "Tigger social login in the same browser tab"
2275
+ msgstr ""
2276
+
2277
+ #: ../admin/social_login.php:561
2278
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2279
+ msgstr ""
2280
+
2281
+ #: ../admin/social_login.php:569
2282
  #, fuzzy
2283
  msgid "Center align icons"
2284
  msgstr "Riorganizza le icone"
2285
 
2286
+ #: ../admin/social_login.php:579
2287
  #, fuzzy
2288
  msgid "Center align social login icons"
2289
  msgstr "Opzioni"
2290
 
2291
+ #: ../admin/social_login.php:587
2292
  msgid "Enable at login page"
2293
  msgstr "Attiva nella pagina di Login"
2294
 
2295
+ #: ../admin/social_login.php:597
2296
  msgid ""
2297
  "Social Login interface will get enabled at the login page of your website"
2298
  msgstr ""
2299
  "L'Interfaccia Social Login si attiverá nella pagina di Login del tuo sito web"
2300
 
2301
+ #: ../admin/social_login.php:605
2302
  msgid "Enable at register page"
2303
  msgstr "Abilita nella pagina di registrazione"
2304
 
2305
+ #: ../admin/social_login.php:615
2306
  msgid ""
2307
  "Social Login interface will get enabled at the registration page of your "
2308
  "website"
2310
  "L'Interfaccia Social Login si attiverá nella pagina di registrazione del tuo "
2311
  "sito web"
2312
 
2313
+ #: ../admin/social_login.php:623
2314
  msgid "Enable at comment form"
2315
  msgstr "Attiva nel form dei commenti"
2316
 
2317
+ #: ../admin/social_login.php:633
2318
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2319
  msgstr "L'Interfaccia Social Login si attiverá nel form di commenti Wordpress"
2320
 
2321
+ #: ../admin/social_login.php:648
2322
  msgid "Enable before WooCommerce Customer Login Form"
2323
  msgstr "Abilita prima del form Customer Login di WooCommerce"
2324
 
2325
+ #: ../admin/social_login.php:658
2326
  msgid ""
2327
  "Social Login Interface will get enabled before the customer login form at "
2328
  "WooCommerce My Account page"
2330
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2331
  "Woocommerce, prima del Form di Login."
2332
 
2333
+ #: ../admin/social_login.php:666
2334
  #, fuzzy
2335
  msgid "Enable at WooCommerce Customer Login Form"
2336
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2337
 
2338
+ #: ../admin/social_login.php:676
2339
  #, fuzzy
2340
  msgid ""
2341
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2344
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2345
  "Woocommerce, dopo il Form di Login."
2346
 
2347
+ #: ../admin/social_login.php:684
2348
  #, fuzzy
2349
  msgid "Enable at WooCommerce Customer Register Form"
2350
  msgstr "Abilita dopo il form Customer Login di WooCommerce"
2351
 
2352
+ #: ../admin/social_login.php:694
2353
  #, fuzzy
2354
  msgid ""
2355
  "Integrate Social Login Interface with the customer register form at "
2358
  "L'Interfaccia Social Login si attiverá, nella pagina il mio Account di "
2359
  "Woocommerce, dopo il Form di Login."
2360
 
2361
+ #: ../admin/social_login.php:702
2362
  msgid "Enable at WooCommerce checkout page"
2363
  msgstr "Abilita nella pagina checkout di WooCommerce"
2364
 
2365
+ #: ../admin/social_login.php:712
2366
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2367
  msgstr ""
2368
  "L'Interfaccia Social Login si attiverá nella pagina di Checkout di "
2369
  "Woocommerce"
2370
 
2371
+ #: ../admin/social_login.php:723
2372
  msgid "Auto-approve comments made by Social Login users"
2373
  msgstr "Auto-approvare i commenti fatti da utenti con accesso Social Login"
2374
 
2375
+ #: ../admin/social_login.php:733
2376
  msgid ""
2377
  "If this option is enabled, and WordPress comment is made by Social Login "
2378
  "user, comment will get approved immediately without keeping in moderation."
2381
  "che hanno avuto accesso tramite Social Login, il commento sará approvato "
2382
  "immediatamente senza nessuna possibilitá di moderazione."
2383
 
2384
+ #: ../admin/social_login.php:734
2385
  msgid "Note: This is not related to Facebook comments"
2386
  msgstr "Nota: Questa opzione non si applica ai commenti Facebook"
2387
 
2388
+ #: ../admin/social_login.php:744
2389
  msgid "Enable social avatar"
2390
  msgstr "Abilita Avatar"
2391
 
2392
+ #: ../admin/social_login.php:754
2393
  msgid ""
2394
  "Social profile pictures of the logged in user will be displayed as profile "
2395
  "avatar"
2397
  "Le immagini del profilo degli utenti registrati verranno visualizzate come "
2398
  "avatar del profilo sul tuo sito"
2399
 
2400
+ #: ../admin/social_login.php:764
2401
  msgid "Avatar quality"
2402
  msgstr "Qualità Avatar"
2403
 
2404
+ #: ../admin/social_login.php:767
2405
  msgid "Average"
2406
  msgstr "Media"
2407
 
2408
+ #: ../admin/social_login.php:768
2409
  msgid "Best"
2410
  msgstr "Migliore"
2411
 
2412
+ #: ../admin/social_login.php:775
2413
  msgid "Choose avatar quality"
2414
  msgstr "Scelta qualità Avatar"
2415
 
2416
+ #: ../admin/social_login.php:784
2417
  msgid ""
2418
  "Show option for users to update social avatar at BuddyPress profile page"
2419
  msgstr ""
2420
  "Attiva questa opzione per aggiornare il social avatar nella pagina di "
2421
  "profilo BuddyPress"
2422
 
2423
+ #: ../admin/social_login.php:794
2424
  msgid ""
2425
  "If enabled, users would be able to update their social avatar from \"Profile "
2426
  "photo\" section in BuddyPress profile at front-end"
2428
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2429
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2430
 
2431
+ #: ../admin/social_login.php:815
2432
  msgid ""
2433
  "If enabled and Social ID provider does not provide user's email address on "
2434
  "login, user will be asked to provide his/her email address. Otherwise, a "
2439
  "completare questa informazione. In caso contrario, sará generata una email "
2440
  "fittizia"
2441
 
2442
+ #: ../admin/social_login.php:824
2443
  msgid "Send post-registration email to user to set account password"
2444
  msgstr ""
2445
  "Invia e-mail post-registrazione all'utente per impostare la sua account "
2446
  "password"
2447
 
2448
+ #: ../admin/social_login.php:834
2449
  msgid ""
2450
  "If enabled, an email will be sent to user after registration through Social "
2451
  "Login, regarding his/her login credentials (username-password to be able to "
2455
  "Login, sará inviata all'utente una email con le informazioni necessarie per "
2456
  "accedere attraverso il metodo tradizionale (codice d'accesso e password)"
2457
 
2458
+ #: ../admin/social_login.php:842
2459
  msgid "Send new user registration notification email to admin"
2460
  msgstr "Invia email di notifica registrazione nuovo utente all' Amministratore"
2461
 
2462
+ #: ../admin/social_login.php:852
2463
  msgid ""
2464
  "If enabled, an email will be sent to admin after new user registers through "
2465
  "Social Login, notifying admin about the new user registration"
2468
  "Login, sará inviata all'amministratore una email di notifica della nuova "
2469
  "registrazione"
2470
 
2471
+ #: ../admin/social_login.php:860
2472
  msgid "Login redirection"
2473
  msgstr "Reindirizzamento Login"
2474
 
2475
+ #: ../admin/social_login.php:864
2476
  msgid "Same page where user logged in"
2477
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
2478
 
2479
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2480
  msgid "Account dashboard"
2481
  msgstr "Pannello Account"
2482
 
2483
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2484
  msgid "BuddyPress profile page"
2485
  msgstr "Pagina di profilo BuddyPress"
2486
 
2487
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2488
  msgid "Custom Url"
2489
  msgstr "Url personalizzata"
2490
 
2491
+ #: ../admin/social_login.php:882
2492
  msgid "User will be redirected to the selected page after Social Login"
2493
  msgstr ""
2494
  "L'utente sará reindirizzato alla pagina selezionata dopo il Social Login"
2495
 
2496
+ #: ../admin/social_login.php:890
2497
  msgid "Registration redirection"
2498
  msgstr "Reindirizzamento Registratione"
2499
 
2500
+ #: ../admin/social_login.php:894
2501
  msgid "Same page from where user registered"
2502
  msgstr "La stessa pagina dove l'utente si è registrato"
2503
 
2504
+ #: ../admin/social_login.php:912
2505
  msgid ""
2506
  "User will be redirected to the selected page after registration (first "
2507
  "Social Login) through Social Login"
2509
  "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2510
  "(il primo Social Login) tramite il Social Login"
2511
 
2512
+ #: ../admin/social_login.php:921
2513
  #, fuzzy
2514
  msgid "Social Account Linking Options"
2515
  msgstr "Collegamento Social Account"
2516
 
2517
+ #: ../admin/social_login.php:937
2518
  #, fuzzy
2519
  msgid "Text to display above the Social Account Linking interface"
2520
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2521
 
2522
+ #: ../admin/social_login.php:945
2523
  #, fuzzy
2524
  msgid ""
2525
  "Link social account to already existing account, if email address matches"
2526
  msgstr ""
2527
  "Collega il tuo social account per accedere al tuo account su questo sito"
2528
 
2529
+ #: ../admin/social_login.php:955
2530
  msgid ""
2531
  "If email address of the user's Social Account matches with an already "
2532
  "existing account at your website, that social account will be linked to "
2534
  "Linking interface at their profile page."
2535
  msgstr ""
2536
 
2537
+ #: ../admin/social_login.php:964
2538
  msgid "Enable social account linking at BuddyPress profile page"
2539
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2540
 
2541
+ #: ../admin/social_login.php:974
2542
  msgid ""
2543
  "Enable this option to show social account linking interface at BuddyPress "
2544
  "profile page"
2546
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2547
  "nella pagina di profilo BuddyPress"
2548
 
2549
+ #: ../admin/social_login.php:985
2550
  msgid "Email popup options"
2551
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2552
 
2553
+ #: ../admin/social_login.php:991
2554
  msgid "Text on 'Email required' popup"
2555
  msgstr "Testo del pop-up"
2556
 
2557
+ #: ../admin/social_login.php:1001
2558
  msgid ""
2559
  "This text will be displayed on email required popup. Leave empty if not "
2560
  "required."
2562
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2563
  "bianco se non si vuole utilizzare."
2564
 
2565
+ #: ../admin/social_login.php:1010
2566
  msgid "Error message for 'Email required' popup"
2567
  msgstr "Messaggio d'errore"
2568
 
2569
+ #: ../admin/social_login.php:1020
2570
  msgid ""
2571
  "This message will be displayed to user if it provides invalid or already "
2572
  "registered email"
2574
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2575
  "indirizzo email non valido o già registrato."
2576
 
2577
+ #: ../admin/social_login.php:1029
2578
  msgid "Email popup height"
2579
  msgstr "Altezza pop-up Email"
2580
 
2581
+ #: ../admin/social_login.php:1039
2582
  msgid ""
2583
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2584
  "can increase the height of popup by specifying in this option. Leave empty "
2588
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2589
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2590
 
2591
+ #: ../admin/social_login.php:1047
2592
  msgid "Enable email verification"
2593
  msgstr "Abilita verifica email"
2594
 
2595
+ #: ../admin/social_login.php:1057
2596
  msgid ""
2597
  "If enabled, email provided by the user will be verified by sending a "
2598
  "confirmation link to that email. User would not be able to login without "
2602
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2603
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2604
 
2605
+ #: ../admin/social_login.php:1078
2606
  #, fuzzy
2607
  msgid "Enable GDPR opt-in"
2608
  msgstr "Abilita Disqus Commenting"
2609
 
2610
+ #: ../admin/social_login.php:1088
2611
  msgid ""
2612
  "Enable it to show GDPR opt-in for social login and social account linking"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/social_login.php:1097
2616
  #, fuzzy
2617
  msgid "Placement of GDPR opt-in"
2618
  msgstr "Abilita Disqus Commenting"
2619
 
2620
+ #: ../admin/social_login.php:1101
2621
  #, fuzzy
2622
  msgid "Above Social Login icons"
2623
  msgstr "Opzioni"
2624
 
2625
+ #: ../admin/social_login.php:1103
2626
  #, fuzzy
2627
  msgid "Below Social Login icons"
2628
  msgstr "Opzioni"
2629
 
2630
+ #: ../admin/social_login.php:1109
2631
  #, fuzzy
2632
  msgid "Placement of GDPR opt-in above or below the social login icons"
2633
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2634
 
2635
+ #: ../admin/social_login.php:1117
2636
  msgid "Opt-in text"
2637
  msgstr ""
2638
 
2639
+ #: ../admin/social_login.php:1127
2640
  #, fuzzy
2641
  msgid "Text for the GDPR opt-in"
2642
  msgstr "Abilita Disqus Commenting"
2643
 
2644
+ #: ../admin/social_login.php:1135
2645
  msgid "Text to link to Privacy Policy page"
2646
  msgstr ""
2647
 
2648
+ #: ../admin/social_login.php:1145
2649
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2650
  msgstr ""
2651
 
2652
+ #: ../admin/social_login.php:1153
2653
  msgid "Privacy Policy Url"
2654
  msgstr ""
2655
 
2656
+ #: ../admin/social_login.php:1163
2657
  #, fuzzy
2658
  msgid "Url of the privacy policy page of your website"
2659
  msgstr "Url della homepage del tuo sito web"
2660
 
2661
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2662
  #: ../inc/widget.php:602 ../inc/widget.php:750
2663
  msgid "Select"
2664
  msgstr "Selezionare"
2665
 
2666
+ #: ../admin/social_login.php:1245
2667
  msgid "Social Login Shortcode & Widget"
2668
  msgstr "Shortcode & Widget"
2669
 
2670
+ #: ../admin/social_login.php:1246
2671
  msgid "Social Linking Shortcode"
2672
  msgstr "Social Linking Shortcode"
2673
 
2674
+ #: ../admin/social_login.php:1261
2675
  msgid "Why is social login not working?"
2676
  msgstr ""
2677
 
2678
+ #: ../admin/social_login.php:1262
2679
  msgid ""
2680
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2681
  "belong to the same app"
2682
  msgstr ""
2683
 
2684
+ #: ../admin/social_login.php:1264
2685
  msgid "Social Login not working with Varnish enabled"
2686
  msgstr ""
2687
 
2688
+ #: ../admin/social_login.php:1265
2689
  msgid ""
2690
  "Why the user is not appearing logged in even after Social Login until the "
2691
  "webpage is refreshed manually?"
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -70,69 +70,69 @@ msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
- #: ../super_socializer.php:910 ../helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
77
- #: ../super_socializer.php:910
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
80
 
81
- #: ../super_socializer.php:914
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
- #: ../super_socializer.php:932 ../admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
89
- #: ../super_socializer.php:935
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "Por favor verifique sua caixa de email para completar o registro."
92
 
93
- #: ../super_socializer.php:942 ../helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:1014
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
102
  msgid "Shares"
103
  msgstr ""
104
 
105
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
106
  msgid "Share"
107
  msgstr ""
108
 
109
- #: ../super_socializer.php:1026
110
  #, fuzzy
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
- #: ../super_socializer.php:1272
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
- #: ../super_socializer.php:1340 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
- #: ../super_socializer.php:1343
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
- #: ../super_socializer.php:1347
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
- #: ../super_socializer.php:1351 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
@@ -140,91 +140,91 @@ msgstr ""
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
- #: ../super_socializer.php:1355 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1434
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1435
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
- #: ../super_socializer.php:1440
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
168
  msgid "Link your social account to login to your account at this website"
169
  msgstr "Associe sua conta social ao login de sua conta neste website"
170
 
171
- #: ../super_socializer.php:1690
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1692
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1703
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1712
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1721
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1730
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1739
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1746
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
- #: ../super_socializer.php:1757
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1773
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1797
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +232,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
236
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
237
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
238
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1822
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +247,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1847
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +255,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1872
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +263,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1883
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1905
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1933
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1960
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,7 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1985
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,11 @@ msgid ""
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
- #: ../super_socializer.php:2011
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -315,7 +315,7 @@ msgid ""
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
- #: ../super_socializer.php:2037
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
@@ -421,7 +421,7 @@ msgstr "Avatar Grande"
421
 
422
  #: ../helper.php:913 ../admin/general_options.php:132
423
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
424
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
425
  msgid "Save Changes"
426
  msgstr "Salvar Alterações"
427
 
@@ -445,7 +445,7 @@ msgstr ""
445
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
446
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
447
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
448
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
449
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
450
  #, fuzzy, php-format
451
  msgid ""
@@ -522,14 +522,14 @@ msgstr ""
522
  "style&gt; )"
523
 
524
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
525
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
526
  #: ../admin/like_buttons.php:836
527
  #, fuzzy
528
  msgid "Instagram Shoutout"
529
  msgstr "Instagram"
530
 
531
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
532
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
533
  #: ../admin/like_buttons.php:838
534
  msgid ""
535
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -538,7 +538,7 @@ msgid ""
538
  msgstr ""
539
 
540
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
541
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
542
  #: ../admin/like_buttons.php:839
543
  msgid ""
544
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -549,7 +549,7 @@ msgid ""
549
  msgstr ""
550
 
551
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
552
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
553
  #: ../admin/like_buttons.php:840
554
  msgid ""
555
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -689,7 +689,7 @@ msgstr ""
689
 
690
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
691
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
692
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
693
  #: ../admin/like_buttons.php:797
694
  msgid "Shortcode & Widget"
695
  msgstr "Shortcode & Widget"
@@ -700,7 +700,7 @@ msgstr "Resolução de Problemas"
700
 
701
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
702
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
703
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
704
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
705
  msgid "FAQ"
706
  msgstr "P&R"
@@ -934,7 +934,7 @@ msgid "Url to share"
934
  msgstr "Url para compartilhar"
935
 
936
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
937
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
938
  #: ../inc/widget.php:945
939
  msgid "Title"
940
  msgstr "Título"
@@ -1023,7 +1023,7 @@ msgid "Placement"
1023
  msgstr "Localização"
1024
 
1025
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1026
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1027
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1028
  msgid "Homepage"
1029
  msgstr "Homepage"
@@ -1511,7 +1511,7 @@ msgstr ""
1511
  "website:"
1512
 
1513
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1514
- #: ../admin/social_login.php:1241
1515
  msgid ""
1516
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1517
  "an online website for the plugin to function properly."
@@ -1568,7 +1568,7 @@ msgid ""
1568
  msgstr ""
1569
 
1570
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1571
- #: ../admin/social_login.php:1248
1572
  msgid "Why is my browser blocking some features of the plugin?"
1573
  msgstr ""
1574
 
@@ -1892,11 +1892,11 @@ msgstr "Configuração Básica"
1892
  msgid "Advanced Configuration"
1893
  msgstr "Configuração Básica"
1894
 
1895
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1896
  msgid "GDPR"
1897
  msgstr ""
1898
 
1899
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1900
  msgid "XProfile Integration"
1901
  msgstr ""
1902
 
@@ -2273,31 +2273,39 @@ msgid "Text to display above the Social Login interface"
2273
  msgstr "Texto exibido acima da interface de Autenticação Social"
2274
 
2275
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2276
  #, fuzzy
2277
  msgid "Center align icons"
2278
  msgstr "Rearranjar ícones"
2279
 
2280
- #: ../admin/social_login.php:561
2281
  #, fuzzy
2282
  msgid "Center align social login icons"
2283
  msgstr "Autenticação Social"
2284
 
2285
- #: ../admin/social_login.php:569
2286
  msgid "Enable at login page"
2287
  msgstr "Habilia a página de autenticação"
2288
 
2289
- #: ../admin/social_login.php:579
2290
  msgid ""
2291
  "Social Login interface will get enabled at the login page of your website"
2292
  msgstr ""
2293
  "Interface de Autenticação Social será habilitada na página de autenticação "
2294
  "do seu website"
2295
 
2296
- #: ../admin/social_login.php:587
2297
  msgid "Enable at register page"
2298
  msgstr "Habilitar página de registro"
2299
 
2300
- #: ../admin/social_login.php:597
2301
  msgid ""
2302
  "Social Login interface will get enabled at the registration page of your "
2303
  "website"
@@ -2305,21 +2313,21 @@ msgstr ""
2305
  "Interface de Autenticação Social será habilitada na página de registro de "
2306
  "seu website"
2307
 
2308
- #: ../admin/social_login.php:605
2309
  msgid "Enable at comment form"
2310
  msgstr "Habilitar no formulário de comentário"
2311
 
2312
- #: ../admin/social_login.php:615
2313
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2314
  msgstr ""
2315
  "Interface de Autenticação Social será habilitada em seu formulário de "
2316
  "comentários Wordpress"
2317
 
2318
- #: ../admin/social_login.php:630
2319
  msgid "Enable before WooCommerce Customer Login Form"
2320
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2321
 
2322
- #: ../admin/social_login.php:640
2323
  msgid ""
2324
  "Social Login Interface will get enabled before the customer login form at "
2325
  "WooCommerce My Account page"
@@ -2327,13 +2335,13 @@ msgstr ""
2327
  "Interface de Autenticação Social será habilitada antes do formulário de "
2328
  "autenticação de cliente na página Minha Conta do WooCommerce"
2329
 
2330
- #: ../admin/social_login.php:648
2331
  #, fuzzy
2332
  msgid "Enable at WooCommerce Customer Login Form"
2333
  msgstr ""
2334
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2335
 
2336
- #: ../admin/social_login.php:658
2337
  #, fuzzy
2338
  msgid ""
2339
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2342,13 +2350,13 @@ msgstr ""
2342
  "Interface de Autenticação Social será habilitada depois do formulário de "
2343
  "autenticação de cliente na página Minha Conta do WooCommerce"
2344
 
2345
- #: ../admin/social_login.php:666
2346
  #, fuzzy
2347
  msgid "Enable at WooCommerce Customer Register Form"
2348
  msgstr ""
2349
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2350
 
2351
- #: ../admin/social_login.php:676
2352
  #, fuzzy
2353
  msgid ""
2354
  "Integrate Social Login Interface with the customer register form at "
@@ -2357,22 +2365,22 @@ msgstr ""
2357
  "Interface de Autenticação Social será habilitada depois do formulário de "
2358
  "autenticação de cliente na página Minha Conta do WooCommerce"
2359
 
2360
- #: ../admin/social_login.php:684
2361
  msgid "Enable at WooCommerce checkout page"
2362
  msgstr "Habilitado na página de checkout do WooCommerce"
2363
 
2364
- #: ../admin/social_login.php:694
2365
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2366
  msgstr ""
2367
  "Interface de Autenticação Social será habilitada página de checkout do "
2368
  "WooCommerce"
2369
 
2370
- #: ../admin/social_login.php:705
2371
  msgid "Auto-approve comments made by Social Login users"
2372
  msgstr ""
2373
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2374
 
2375
- #: ../admin/social_login.php:715
2376
  msgid ""
2377
  "If this option is enabled, and WordPress comment is made by Social Login "
2378
  "user, comment will get approved immediately without keeping in moderation."
@@ -2381,15 +2389,15 @@ msgstr ""
2381
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2382
  "considerações de moderação."
2383
 
2384
- #: ../admin/social_login.php:716
2385
  msgid "Note: This is not related to Facebook comments"
2386
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2387
 
2388
- #: ../admin/social_login.php:726
2389
  msgid "Enable social avatar"
2390
  msgstr "Habilitar o avatar social"
2391
 
2392
- #: ../admin/social_login.php:736
2393
  msgid ""
2394
  "Social profile pictures of the logged in user will be displayed as profile "
2395
  "avatar"
@@ -2397,30 +2405,30 @@ msgstr ""
2397
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2398
  "do perfil"
2399
 
2400
- #: ../admin/social_login.php:746
2401
  msgid "Avatar quality"
2402
  msgstr "Qualidade do Avatar"
2403
 
2404
- #: ../admin/social_login.php:749
2405
  msgid "Average"
2406
  msgstr "Média"
2407
 
2408
- #: ../admin/social_login.php:750
2409
  msgid "Best"
2410
  msgstr "Melhor"
2411
 
2412
- #: ../admin/social_login.php:757
2413
  msgid "Choose avatar quality"
2414
  msgstr "Escolha a qualidade do avatar"
2415
 
2416
- #: ../admin/social_login.php:766
2417
  msgid ""
2418
  "Show option for users to update social avatar at BuddyPress profile page"
2419
  msgstr ""
2420
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2421
  "perfil do BuddyPress"
2422
 
2423
- #: ../admin/social_login.php:776
2424
  msgid ""
2425
  "If enabled, users would be able to update their social avatar from \"Profile "
2426
  "photo\" section in BuddyPress profile at front-end"
@@ -2428,7 +2436,7 @@ msgstr ""
2428
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2429
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2430
 
2431
- #: ../admin/social_login.php:797
2432
  msgid ""
2433
  "If enabled and Social ID provider does not provide user's email address on "
2434
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2438,11 +2446,11 @@ msgstr ""
2438
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2439
  "email. Do contrário, um email postiço será gerado"
2440
 
2441
- #: ../admin/social_login.php:806
2442
  msgid "Send post-registration email to user to set account password"
2443
  msgstr ""
2444
 
2445
- #: ../admin/social_login.php:816
2446
  msgid ""
2447
  "If enabled, an email will be sent to user after registration through Social "
2448
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2452,12 +2460,12 @@ msgstr ""
2452
  "Social, com respeito as credecial do usuário para autenticação (username-"
2453
  "senha para possibilitar a autenticação via formulário tradicional)"
2454
 
2455
- #: ../admin/social_login.php:824
2456
  #, fuzzy
2457
  msgid "Send new user registration notification email to admin"
2458
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2459
 
2460
- #: ../admin/social_login.php:834
2461
  #, fuzzy
2462
  msgid ""
2463
  "If enabled, an email will be sent to admin after new user registers through "
@@ -2467,40 +2475,40 @@ msgstr ""
2467
  "Social, com respeito as credecial do usuário para autenticação (username-"
2468
  "senha para possibilitar a autenticação via formulário tradicional)"
2469
 
2470
- #: ../admin/social_login.php:842
2471
  msgid "Login redirection"
2472
  msgstr "Redireção de autenticação"
2473
 
2474
- #: ../admin/social_login.php:846
2475
  msgid "Same page where user logged in"
2476
  msgstr "Mesma página onde o usuário autenticou-se"
2477
 
2478
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2479
  msgid "Account dashboard"
2480
  msgstr "Painel da Conta"
2481
 
2482
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2483
  msgid "BuddyPress profile page"
2484
  msgstr "Página de perfil BuddyPress"
2485
 
2486
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2487
  msgid "Custom Url"
2488
  msgstr "Url Personalizada"
2489
 
2490
- #: ../admin/social_login.php:864
2491
  msgid "User will be redirected to the selected page after Social Login"
2492
  msgstr ""
2493
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2494
 
2495
- #: ../admin/social_login.php:872
2496
  msgid "Registration redirection"
2497
  msgstr "Redirecionamento de registro"
2498
 
2499
- #: ../admin/social_login.php:876
2500
  msgid "Same page from where user registered"
2501
  msgstr "Mesma página de onde o usuário se registrou"
2502
 
2503
- #: ../admin/social_login.php:894
2504
  msgid ""
2505
  "User will be redirected to the selected page after registration (first "
2506
  "Social Login) through Social Login"
@@ -2508,23 +2516,23 @@ msgstr ""
2508
  "O usuário será redirecionado para a página selecionada após o registro "
2509
  "(primeira Autenticação Social) através da Autenticação Social"
2510
 
2511
- #: ../admin/social_login.php:903
2512
  #, fuzzy
2513
  msgid "Social Account Linking Options"
2514
  msgstr "Comentário Social"
2515
 
2516
- #: ../admin/social_login.php:919
2517
  #, fuzzy
2518
  msgid "Text to display above the Social Account Linking interface"
2519
  msgstr "Texto exibido acima da interface de Autenticação Social"
2520
 
2521
- #: ../admin/social_login.php:927
2522
  #, fuzzy
2523
  msgid ""
2524
  "Link social account to already existing account, if email address matches"
2525
  msgstr "Associe sua conta social ao login de sua conta neste website"
2526
 
2527
- #: ../admin/social_login.php:937
2528
  msgid ""
2529
  "If email address of the user's Social Account matches with an already "
2530
  "existing account at your website, that social account will be linked to "
@@ -2532,11 +2540,11 @@ msgid ""
2532
  "Linking interface at their profile page."
2533
  msgstr ""
2534
 
2535
- #: ../admin/social_login.php:946
2536
  msgid "Enable social account linking at BuddyPress profile page"
2537
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2538
 
2539
- #: ../admin/social_login.php:956
2540
  msgid ""
2541
  "Enable this option to show social account linking interface at BuddyPress "
2542
  "profile page"
@@ -2544,15 +2552,15 @@ msgstr ""
2544
  "Habilitar estar opção para exibir a conta social associada a página de "
2545
  "interface de perfil do BuddyPress"
2546
 
2547
- #: ../admin/social_login.php:967
2548
  msgid "Email popup options"
2549
  msgstr "Opções de popup de email"
2550
 
2551
- #: ../admin/social_login.php:973
2552
  msgid "Text on 'Email required' popup"
2553
  msgstr "Texto popup de 'Email requerido'"
2554
 
2555
- #: ../admin/social_login.php:983
2556
  msgid ""
2557
  "This text will be displayed on email required popup. Leave empty if not "
2558
  "required."
@@ -2560,11 +2568,11 @@ msgstr ""
2560
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2561
  "o email não for requerido."
2562
 
2563
- #: ../admin/social_login.php:992
2564
  msgid "Error message for 'Email required' popup"
2565
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2566
 
2567
- #: ../admin/social_login.php:1002
2568
  msgid ""
2569
  "This message will be displayed to user if it provides invalid or already "
2570
  "registered email"
@@ -2572,11 +2580,11 @@ msgstr ""
2572
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2573
  "ou já registrado"
2574
 
2575
- #: ../admin/social_login.php:1011
2576
  msgid "Email popup height"
2577
  msgstr "Altura do popup de email"
2578
 
2579
- #: ../admin/social_login.php:1021
2580
  msgid ""
2581
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2582
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2586,11 +2594,11 @@ msgstr ""
2586
  "requirido\\\", você pode incrementar a altura do popup através de "
2587
  "especificação nesta opção. Deixe vazio para padrão."
2588
 
2589
- #: ../admin/social_login.php:1029
2590
  msgid "Enable email verification"
2591
  msgstr "Habilitar verificação de email"
2592
 
2593
- #: ../admin/social_login.php:1039
2594
  msgid ""
2595
  "If enabled, email provided by the user will be verified by sending a "
2596
  "confirmation link to that email. User would not be able to login without "
@@ -2600,90 +2608,90 @@ msgstr ""
2600
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2601
  "antes de validar seu email"
2602
 
2603
- #: ../admin/social_login.php:1060
2604
  #, fuzzy
2605
  msgid "Enable GDPR opt-in"
2606
  msgstr "Habilitar comentário Disqus"
2607
 
2608
- #: ../admin/social_login.php:1070
2609
  msgid ""
2610
  "Enable it to show GDPR opt-in for social login and social account linking"
2611
  msgstr ""
2612
 
2613
- #: ../admin/social_login.php:1079
2614
  #, fuzzy
2615
  msgid "Placement of GDPR opt-in"
2616
  msgstr "Habilitar comentário Disqus"
2617
 
2618
- #: ../admin/social_login.php:1083
2619
  #, fuzzy
2620
  msgid "Above Social Login icons"
2621
  msgstr "Autenticação Social"
2622
 
2623
- #: ../admin/social_login.php:1085
2624
  #, fuzzy
2625
  msgid "Below Social Login icons"
2626
  msgstr "Autenticação Social"
2627
 
2628
- #: ../admin/social_login.php:1091
2629
  #, fuzzy
2630
  msgid "Placement of GDPR opt-in above or below the social login icons"
2631
  msgstr "Texto exibido acima da interface de Autenticação Social"
2632
 
2633
- #: ../admin/social_login.php:1099
2634
  msgid "Opt-in text"
2635
  msgstr ""
2636
 
2637
- #: ../admin/social_login.php:1109
2638
  #, fuzzy
2639
  msgid "Text for the GDPR opt-in"
2640
  msgstr "Habilitar comentário Disqus"
2641
 
2642
- #: ../admin/social_login.php:1117
2643
  msgid "Text to link to Privacy Policy page"
2644
  msgstr ""
2645
 
2646
- #: ../admin/social_login.php:1127
2647
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2648
  msgstr ""
2649
 
2650
- #: ../admin/social_login.php:1135
2651
  msgid "Privacy Policy Url"
2652
  msgstr ""
2653
 
2654
- #: ../admin/social_login.php:1145
2655
  #, fuzzy
2656
  msgid "Url of the privacy policy page of your website"
2657
  msgstr "Url da homepage do seu website"
2658
 
2659
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2660
  #: ../inc/widget.php:602 ../inc/widget.php:750
2661
  msgid "Select"
2662
  msgstr "Selecione"
2663
 
2664
- #: ../admin/social_login.php:1227
2665
  msgid "Social Login Shortcode & Widget"
2666
  msgstr "Autenticação Social Shortcode & Widget"
2667
 
2668
- #: ../admin/social_login.php:1228
2669
  msgid "Social Linking Shortcode"
2670
  msgstr "Shortcode de associação Social"
2671
 
2672
- #: ../admin/social_login.php:1243
2673
  msgid "Why is social login not working?"
2674
  msgstr ""
2675
 
2676
- #: ../admin/social_login.php:1244
2677
  msgid ""
2678
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2679
  "belong to the same app"
2680
  msgstr ""
2681
 
2682
- #: ../admin/social_login.php:1246
2683
  msgid "Social Login not working with Varnish enabled"
2684
  msgstr ""
2685
 
2686
- #: ../admin/social_login.php:1247
2687
  msgid ""
2688
  "Why the user is not appearing logged in even after Social Login until the "
2689
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:47+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr ""
72
 
73
+ #: ../super_socializer.php:907 ../helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "Por favor verifique seu endereço de email no login."
76
 
77
+ #: ../super_socializer.php:907
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
80
 
81
+ #: ../super_socializer.php:911
82
  msgid "Notification"
83
  msgstr "Notificaçao"
84
 
85
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
86
  msgid "Email required"
87
  msgstr "Necessário email"
88
 
89
+ #: ../super_socializer.php:932
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "Por favor verifique sua caixa de email para completar o registro."
92
 
93
+ #: ../super_socializer.php:939 ../helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:1011
98
  msgid "Leave a reply"
99
  msgstr "Deixe uma resposta"
100
 
101
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
102
  msgid "Shares"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
106
  msgid "Share"
107
  msgstr ""
108
 
109
+ #: ../super_socializer.php:1023
110
  #, fuzzy
111
  msgid "Link copied."
112
  msgstr "LinkedIn"
113
 
114
+ #: ../super_socializer.php:1269
115
  msgid "Super Socializer - General Options"
116
  msgstr "Super Socializer - Opções Gerais"
117
 
118
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
119
  #: ../admin/social_commenting.php:47
120
  msgid "General Options"
121
  msgstr "Opções Gerais"
122
 
123
+ #: ../super_socializer.php:1337 ../helper.php:898
124
  msgid "Social Avatar"
125
  msgstr "Avatar Social"
126
 
127
+ #: ../super_socializer.php:1340
128
  msgid "Small Avatar Url"
129
  msgstr "Url para Avatar pequeno"
130
 
131
+ #: ../super_socializer.php:1344
132
  msgid "Large Avatar Url"
133
  msgstr "Url para Avatar Grande"
134
 
135
+ #: ../super_socializer.php:1348 ../helper.php:901
136
  msgid ""
137
  "Do not fetch and update social avatar from my profile, next time I Social "
138
  "Login"
140
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
141
  "Autenticação Social"
142
 
143
+ #: ../super_socializer.php:1352 ../helper.php:902
144
  msgid "Update social avatar, next time I Social Login"
145
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
146
 
147
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
148
  msgid ""
149
  "Your browser is blocking some features of this website. Please follow the "
150
  "instructions at {support_url} to unblock these."
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1431
154
  msgid "Login with your Social ID"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1432
158
  msgid "Email you entered is already registered or invalid"
159
  msgstr "Email fornecido já está registrado ou é inválido"
160
 
161
+ #: ../super_socializer.php:1437
162
  msgid "Please enter a valid email address. You might be required to verify it"
163
  msgstr ""
164
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
165
  "confirmá-lo"
166
 
167
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
168
  msgid "Link your social account to login to your account at this website"
169
  msgstr "Associe sua conta social ao login de sua conta neste website"
170
 
171
+ #: ../super_socializer.php:1687
172
  msgid "Thanks for installing Super Socializer plugin"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1689
176
  msgid "Configure the Plugin"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1700
180
  msgid ""
181
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
182
  "current version of Super Socialzer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1709
186
  msgid ""
187
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
188
  "version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1718
192
  msgid ""
193
  "Update \"Social Login Buttons\" add-on for compatibility with current "
194
  "version of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1727
198
  msgid ""
199
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
200
  "with current version of Super Socialzer"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1736
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1743
210
  msgid ""
211
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
212
  "LiveJournal Login of Super Socialzer"
213
  msgstr ""
214
 
215
+ #: ../super_socializer.php:1754
216
  #, php-format
217
  msgid ""
218
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1770
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1794
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
236
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
237
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
238
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1819
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
247
  "\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1844
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1869
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1880
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1902
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1930
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1957
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1982
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2008
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
+ #: ../super_socializer.php:2034
319
  #, php-format
320
  msgid ""
321
  "Your website visitors will see a popup notification (only once) if their "
421
 
422
  #: ../helper.php:913 ../admin/general_options.php:132
423
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
424
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
425
  msgid "Save Changes"
426
  msgstr "Salvar Alterações"
427
 
445
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
446
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
447
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
448
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
449
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
450
  #, fuzzy, php-format
451
  msgid ""
522
  "style&gt; )"
523
 
524
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
525
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
526
  #: ../admin/like_buttons.php:836
527
  #, fuzzy
528
  msgid "Instagram Shoutout"
529
  msgstr "Instagram"
530
 
531
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
532
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
533
  #: ../admin/like_buttons.php:838
534
  msgid ""
535
  "If you can send (to hello@heateor.com) how our plugin is helping your "
538
  msgstr ""
539
 
540
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
541
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
542
  #: ../admin/like_buttons.php:839
543
  msgid ""
544
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
549
  msgstr ""
550
 
551
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
552
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
553
  #: ../admin/like_buttons.php:840
554
  msgid ""
555
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
689
 
690
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
691
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
692
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
693
  #: ../admin/like_buttons.php:797
694
  msgid "Shortcode & Widget"
695
  msgstr "Shortcode & Widget"
700
 
701
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
702
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
703
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
704
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
705
  msgid "FAQ"
706
  msgstr "P&R"
934
  msgstr "Url para compartilhar"
935
 
936
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
937
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
938
  #: ../inc/widget.php:945
939
  msgid "Title"
940
  msgstr "Título"
1023
  msgstr "Localização"
1024
 
1025
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1026
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1027
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1028
  msgid "Homepage"
1029
  msgstr "Homepage"
1511
  "website:"
1512
 
1513
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1514
+ #: ../admin/social_login.php:1259
1515
  msgid ""
1516
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1517
  "an online website for the plugin to function properly."
1568
  msgstr ""
1569
 
1570
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1571
+ #: ../admin/social_login.php:1266
1572
  msgid "Why is my browser blocking some features of the plugin?"
1573
  msgstr ""
1574
 
1892
  msgid "Advanced Configuration"
1893
  msgstr "Configuração Básica"
1894
 
1895
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1896
  msgid "GDPR"
1897
  msgstr ""
1898
 
1899
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1900
  msgid "XProfile Integration"
1901
  msgstr ""
1902
 
2273
  msgstr "Texto exibido acima da interface de Autenticação Social"
2274
 
2275
  #: ../admin/social_login.php:551
2276
+ msgid "Tigger social login in the same browser tab"
2277
+ msgstr ""
2278
+
2279
+ #: ../admin/social_login.php:561
2280
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2281
+ msgstr ""
2282
+
2283
+ #: ../admin/social_login.php:569
2284
  #, fuzzy
2285
  msgid "Center align icons"
2286
  msgstr "Rearranjar ícones"
2287
 
2288
+ #: ../admin/social_login.php:579
2289
  #, fuzzy
2290
  msgid "Center align social login icons"
2291
  msgstr "Autenticação Social"
2292
 
2293
+ #: ../admin/social_login.php:587
2294
  msgid "Enable at login page"
2295
  msgstr "Habilia a página de autenticação"
2296
 
2297
+ #: ../admin/social_login.php:597
2298
  msgid ""
2299
  "Social Login interface will get enabled at the login page of your website"
2300
  msgstr ""
2301
  "Interface de Autenticação Social será habilitada na página de autenticação "
2302
  "do seu website"
2303
 
2304
+ #: ../admin/social_login.php:605
2305
  msgid "Enable at register page"
2306
  msgstr "Habilitar página de registro"
2307
 
2308
+ #: ../admin/social_login.php:615
2309
  msgid ""
2310
  "Social Login interface will get enabled at the registration page of your "
2311
  "website"
2313
  "Interface de Autenticação Social será habilitada na página de registro de "
2314
  "seu website"
2315
 
2316
+ #: ../admin/social_login.php:623
2317
  msgid "Enable at comment form"
2318
  msgstr "Habilitar no formulário de comentário"
2319
 
2320
+ #: ../admin/social_login.php:633
2321
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2322
  msgstr ""
2323
  "Interface de Autenticação Social será habilitada em seu formulário de "
2324
  "comentários Wordpress"
2325
 
2326
+ #: ../admin/social_login.php:648
2327
  msgid "Enable before WooCommerce Customer Login Form"
2328
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2329
 
2330
+ #: ../admin/social_login.php:658
2331
  msgid ""
2332
  "Social Login Interface will get enabled before the customer login form at "
2333
  "WooCommerce My Account page"
2335
  "Interface de Autenticação Social será habilitada antes do formulário de "
2336
  "autenticação de cliente na página Minha Conta do WooCommerce"
2337
 
2338
+ #: ../admin/social_login.php:666
2339
  #, fuzzy
2340
  msgid "Enable at WooCommerce Customer Login Form"
2341
  msgstr ""
2342
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2343
 
2344
+ #: ../admin/social_login.php:676
2345
  #, fuzzy
2346
  msgid ""
2347
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2350
  "Interface de Autenticação Social será habilitada depois do formulário de "
2351
  "autenticação de cliente na página Minha Conta do WooCommerce"
2352
 
2353
+ #: ../admin/social_login.php:684
2354
  #, fuzzy
2355
  msgid "Enable at WooCommerce Customer Register Form"
2356
  msgstr ""
2357
  "Habilitado depois do Formulário de Autenticação do Cliente do WooCommerce"
2358
 
2359
+ #: ../admin/social_login.php:694
2360
  #, fuzzy
2361
  msgid ""
2362
  "Integrate Social Login Interface with the customer register form at "
2365
  "Interface de Autenticação Social será habilitada depois do formulário de "
2366
  "autenticação de cliente na página Minha Conta do WooCommerce"
2367
 
2368
+ #: ../admin/social_login.php:702
2369
  msgid "Enable at WooCommerce checkout page"
2370
  msgstr "Habilitado na página de checkout do WooCommerce"
2371
 
2372
+ #: ../admin/social_login.php:712
2373
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2374
  msgstr ""
2375
  "Interface de Autenticação Social será habilitada página de checkout do "
2376
  "WooCommerce"
2377
 
2378
+ #: ../admin/social_login.php:723
2379
  msgid "Auto-approve comments made by Social Login users"
2380
  msgstr ""
2381
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2382
 
2383
+ #: ../admin/social_login.php:733
2384
  msgid ""
2385
  "If this option is enabled, and WordPress comment is made by Social Login "
2386
  "user, comment will get approved immediately without keeping in moderation."
2389
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2390
  "considerações de moderação."
2391
 
2392
+ #: ../admin/social_login.php:734
2393
  msgid "Note: This is not related to Facebook comments"
2394
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2395
 
2396
+ #: ../admin/social_login.php:744
2397
  msgid "Enable social avatar"
2398
  msgstr "Habilitar o avatar social"
2399
 
2400
+ #: ../admin/social_login.php:754
2401
  msgid ""
2402
  "Social profile pictures of the logged in user will be displayed as profile "
2403
  "avatar"
2405
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2406
  "do perfil"
2407
 
2408
+ #: ../admin/social_login.php:764
2409
  msgid "Avatar quality"
2410
  msgstr "Qualidade do Avatar"
2411
 
2412
+ #: ../admin/social_login.php:767
2413
  msgid "Average"
2414
  msgstr "Média"
2415
 
2416
+ #: ../admin/social_login.php:768
2417
  msgid "Best"
2418
  msgstr "Melhor"
2419
 
2420
+ #: ../admin/social_login.php:775
2421
  msgid "Choose avatar quality"
2422
  msgstr "Escolha a qualidade do avatar"
2423
 
2424
+ #: ../admin/social_login.php:784
2425
  msgid ""
2426
  "Show option for users to update social avatar at BuddyPress profile page"
2427
  msgstr ""
2428
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2429
  "perfil do BuddyPress"
2430
 
2431
+ #: ../admin/social_login.php:794
2432
  msgid ""
2433
  "If enabled, users would be able to update their social avatar from \"Profile "
2434
  "photo\" section in BuddyPress profile at front-end"
2436
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2437
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2438
 
2439
+ #: ../admin/social_login.php:815
2440
  msgid ""
2441
  "If enabled and Social ID provider does not provide user's email address on "
2442
  "login, user will be asked to provide his/her email address. Otherwise, a "
2446
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2447
  "email. Do contrário, um email postiço será gerado"
2448
 
2449
+ #: ../admin/social_login.php:824
2450
  msgid "Send post-registration email to user to set account password"
2451
  msgstr ""
2452
 
2453
+ #: ../admin/social_login.php:834
2454
  msgid ""
2455
  "If enabled, an email will be sent to user after registration through Social "
2456
  "Login, regarding his/her login credentials (username-password to be able to "
2460
  "Social, com respeito as credecial do usuário para autenticação (username-"
2461
  "senha para possibilitar a autenticação via formulário tradicional)"
2462
 
2463
+ #: ../admin/social_login.php:842
2464
  #, fuzzy
2465
  msgid "Send new user registration notification email to admin"
2466
  msgstr "Desabilitar o registro de usuários via Autenticação Social"
2467
 
2468
+ #: ../admin/social_login.php:852
2469
  #, fuzzy
2470
  msgid ""
2471
  "If enabled, an email will be sent to admin after new user registers through "
2475
  "Social, com respeito as credecial do usuário para autenticação (username-"
2476
  "senha para possibilitar a autenticação via formulário tradicional)"
2477
 
2478
+ #: ../admin/social_login.php:860
2479
  msgid "Login redirection"
2480
  msgstr "Redireção de autenticação"
2481
 
2482
+ #: ../admin/social_login.php:864
2483
  msgid "Same page where user logged in"
2484
  msgstr "Mesma página onde o usuário autenticou-se"
2485
 
2486
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2487
  msgid "Account dashboard"
2488
  msgstr "Painel da Conta"
2489
 
2490
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2491
  msgid "BuddyPress profile page"
2492
  msgstr "Página de perfil BuddyPress"
2493
 
2494
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2495
  msgid "Custom Url"
2496
  msgstr "Url Personalizada"
2497
 
2498
+ #: ../admin/social_login.php:882
2499
  msgid "User will be redirected to the selected page after Social Login"
2500
  msgstr ""
2501
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2502
 
2503
+ #: ../admin/social_login.php:890
2504
  msgid "Registration redirection"
2505
  msgstr "Redirecionamento de registro"
2506
 
2507
+ #: ../admin/social_login.php:894
2508
  msgid "Same page from where user registered"
2509
  msgstr "Mesma página de onde o usuário se registrou"
2510
 
2511
+ #: ../admin/social_login.php:912
2512
  msgid ""
2513
  "User will be redirected to the selected page after registration (first "
2514
  "Social Login) through Social Login"
2516
  "O usuário será redirecionado para a página selecionada após o registro "
2517
  "(primeira Autenticação Social) através da Autenticação Social"
2518
 
2519
+ #: ../admin/social_login.php:921
2520
  #, fuzzy
2521
  msgid "Social Account Linking Options"
2522
  msgstr "Comentário Social"
2523
 
2524
+ #: ../admin/social_login.php:937
2525
  #, fuzzy
2526
  msgid "Text to display above the Social Account Linking interface"
2527
  msgstr "Texto exibido acima da interface de Autenticação Social"
2528
 
2529
+ #: ../admin/social_login.php:945
2530
  #, fuzzy
2531
  msgid ""
2532
  "Link social account to already existing account, if email address matches"
2533
  msgstr "Associe sua conta social ao login de sua conta neste website"
2534
 
2535
+ #: ../admin/social_login.php:955
2536
  msgid ""
2537
  "If email address of the user's Social Account matches with an already "
2538
  "existing account at your website, that social account will be linked to "
2540
  "Linking interface at their profile page."
2541
  msgstr ""
2542
 
2543
+ #: ../admin/social_login.php:964
2544
  msgid "Enable social account linking at BuddyPress profile page"
2545
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2546
 
2547
+ #: ../admin/social_login.php:974
2548
  msgid ""
2549
  "Enable this option to show social account linking interface at BuddyPress "
2550
  "profile page"
2552
  "Habilitar estar opção para exibir a conta social associada a página de "
2553
  "interface de perfil do BuddyPress"
2554
 
2555
+ #: ../admin/social_login.php:985
2556
  msgid "Email popup options"
2557
  msgstr "Opções de popup de email"
2558
 
2559
+ #: ../admin/social_login.php:991
2560
  msgid "Text on 'Email required' popup"
2561
  msgstr "Texto popup de 'Email requerido'"
2562
 
2563
+ #: ../admin/social_login.php:1001
2564
  msgid ""
2565
  "This text will be displayed on email required popup. Leave empty if not "
2566
  "required."
2568
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2569
  "o email não for requerido."
2570
 
2571
+ #: ../admin/social_login.php:1010
2572
  msgid "Error message for 'Email required' popup"
2573
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2574
 
2575
+ #: ../admin/social_login.php:1020
2576
  msgid ""
2577
  "This message will be displayed to user if it provides invalid or already "
2578
  "registered email"
2580
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2581
  "ou já registrado"
2582
 
2583
+ #: ../admin/social_login.php:1029
2584
  msgid "Email popup height"
2585
  msgstr "Altura do popup de email"
2586
 
2587
+ #: ../admin/social_login.php:1039
2588
  msgid ""
2589
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2590
  "can increase the height of popup by specifying in this option. Leave empty "
2594
  "requirido\\\", você pode incrementar a altura do popup através de "
2595
  "especificação nesta opção. Deixe vazio para padrão."
2596
 
2597
+ #: ../admin/social_login.php:1047
2598
  msgid "Enable email verification"
2599
  msgstr "Habilitar verificação de email"
2600
 
2601
+ #: ../admin/social_login.php:1057
2602
  msgid ""
2603
  "If enabled, email provided by the user will be verified by sending a "
2604
  "confirmation link to that email. User would not be able to login without "
2608
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2609
  "antes de validar seu email"
2610
 
2611
+ #: ../admin/social_login.php:1078
2612
  #, fuzzy
2613
  msgid "Enable GDPR opt-in"
2614
  msgstr "Habilitar comentário Disqus"
2615
 
2616
+ #: ../admin/social_login.php:1088
2617
  msgid ""
2618
  "Enable it to show GDPR opt-in for social login and social account linking"
2619
  msgstr ""
2620
 
2621
+ #: ../admin/social_login.php:1097
2622
  #, fuzzy
2623
  msgid "Placement of GDPR opt-in"
2624
  msgstr "Habilitar comentário Disqus"
2625
 
2626
+ #: ../admin/social_login.php:1101
2627
  #, fuzzy
2628
  msgid "Above Social Login icons"
2629
  msgstr "Autenticação Social"
2630
 
2631
+ #: ../admin/social_login.php:1103
2632
  #, fuzzy
2633
  msgid "Below Social Login icons"
2634
  msgstr "Autenticação Social"
2635
 
2636
+ #: ../admin/social_login.php:1109
2637
  #, fuzzy
2638
  msgid "Placement of GDPR opt-in above or below the social login icons"
2639
  msgstr "Texto exibido acima da interface de Autenticação Social"
2640
 
2641
+ #: ../admin/social_login.php:1117
2642
  msgid "Opt-in text"
2643
  msgstr ""
2644
 
2645
+ #: ../admin/social_login.php:1127
2646
  #, fuzzy
2647
  msgid "Text for the GDPR opt-in"
2648
  msgstr "Habilitar comentário Disqus"
2649
 
2650
+ #: ../admin/social_login.php:1135
2651
  msgid "Text to link to Privacy Policy page"
2652
  msgstr ""
2653
 
2654
+ #: ../admin/social_login.php:1145
2655
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2656
  msgstr ""
2657
 
2658
+ #: ../admin/social_login.php:1153
2659
  msgid "Privacy Policy Url"
2660
  msgstr ""
2661
 
2662
+ #: ../admin/social_login.php:1163
2663
  #, fuzzy
2664
  msgid "Url of the privacy policy page of your website"
2665
  msgstr "Url da homepage do seu website"
2666
 
2667
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2668
  #: ../inc/widget.php:602 ../inc/widget.php:750
2669
  msgid "Select"
2670
  msgstr "Selecione"
2671
 
2672
+ #: ../admin/social_login.php:1245
2673
  msgid "Social Login Shortcode & Widget"
2674
  msgstr "Autenticação Social Shortcode & Widget"
2675
 
2676
+ #: ../admin/social_login.php:1246
2677
  msgid "Social Linking Shortcode"
2678
  msgstr "Shortcode de associação Social"
2679
 
2680
+ #: ../admin/social_login.php:1261
2681
  msgid "Why is social login not working?"
2682
  msgstr ""
2683
 
2684
+ #: ../admin/social_login.php:1262
2685
  msgid ""
2686
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2687
  "belong to the same app"
2688
  msgstr ""
2689
 
2690
+ #: ../admin/social_login.php:1264
2691
  msgid "Social Login not working with Varnish enabled"
2692
  msgstr ""
2693
 
2694
+ #: ../admin/social_login.php:1265
2695
  msgid ""
2696
  "Why the user is not appearing logged in even after Social Login until the "
2697
  "webpage is refreshed manually?"
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -71,69 +71,69 @@ msgstr ""
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
- #: ../super_socializer.php:910 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
78
- #: ../super_socializer.php:910
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
81
 
82
- #: ../super_socializer.php:914
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
- #: ../super_socializer.php:932 ../admin/social_login.php:787
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
90
- #: ../super_socializer.php:935
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
93
 
94
- #: ../super_socializer.php:942 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
98
- #: ../super_socializer.php:1014
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
110
- #: ../super_socializer.php:1026
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
- #: ../super_socializer.php:1272
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
- #: ../super_socializer.php:1340 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
- #: ../super_socializer.php:1343
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
- #: ../super_socializer.php:1347
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
- #: ../super_socializer.php:1351 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
@@ -141,13 +141,13 @@ msgstr ""
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
- #: ../super_socializer.php:1355 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
@@ -155,84 +155,84 @@ msgstr ""
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
- #: ../super_socializer.php:1434
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
- #: ../super_socializer.php:1435
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
- #: ../super_socializer.php:1440
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
- #: ../super_socializer.php:1690
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1692
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1703
188
  msgid ""
189
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
190
  "current version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1712
194
  msgid ""
195
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1721
200
  msgid ""
201
  "Update \"Social Login Buttons\" add-on for compatibility with current "
202
  "version of Super Socialzer"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1730
206
  msgid ""
207
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1739
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
214
  "with current version of Super Socialzer"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1746
218
  msgid ""
219
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
220
  "LiveJournal Login of Super Socialzer"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:1757
224
  #, php-format
225
  msgid ""
226
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1773
230
  #, php-format
231
  msgid ""
232
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1797
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -240,14 +240,14 @@ msgid ""
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
244
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
245
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
246
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
- #: ../super_socializer.php:1822
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -255,7 +255,7 @@ msgid ""
255
  "\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1847
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -263,7 +263,7 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1872
267
  #, php-format
268
  msgid ""
269
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -271,13 +271,13 @@ msgid ""
271
  "target=\"_blank\">here</a>"
272
  msgstr ""
273
 
274
- #: ../super_socializer.php:1883
275
  #, php-format
276
  msgid ""
277
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1905
281
  #, php-format
282
  msgid ""
283
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -285,7 +285,7 @@ msgid ""
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1933
289
  #, php-format
290
  msgid ""
291
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -294,7 +294,7 @@ msgid ""
294
  "your website %s with them. No need to copy-paste any code from their website."
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:1960
298
  #, php-format
299
  msgid ""
300
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -302,7 +302,7 @@ msgid ""
302
  "\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:1985
306
  #, php-format
307
  msgid ""
308
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -310,11 +310,11 @@ msgid ""
310
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
311
  msgstr ""
312
 
313
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
314
  msgid "Dismiss"
315
  msgstr ""
316
 
317
- #: ../super_socializer.php:2011
318
  #, php-format
319
  msgid ""
320
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -323,7 +323,7 @@ msgid ""
323
  "that, clear share counts cache from \"Miscellaneous\" section"
324
  msgstr ""
325
 
326
- #: ../super_socializer.php:2037
327
  #, php-format
328
  msgid ""
329
  "Your website visitors will see a popup notification (only once) if their "
@@ -433,7 +433,7 @@ msgstr "Большой аватар"
433
 
434
  #: ../helper.php:913 ../admin/general_options.php:132
435
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
436
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
437
  msgid "Save Changes"
438
  msgstr "Сохранить изменения"
439
 
@@ -457,7 +457,7 @@ msgstr ""
457
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
458
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
459
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
460
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
461
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
462
  #, fuzzy, php-format
463
  msgid ""
@@ -541,14 +541,14 @@ msgstr ""
541
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
542
 
543
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
544
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
545
  #: ../admin/like_buttons.php:836
546
  #, fuzzy
547
  msgid "Instagram Shoutout"
548
  msgstr "Instagram"
549
 
550
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
551
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
552
  #: ../admin/like_buttons.php:838
553
  msgid ""
554
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -557,7 +557,7 @@ msgid ""
557
  msgstr ""
558
 
559
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
560
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
561
  #: ../admin/like_buttons.php:839
562
  msgid ""
563
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -568,7 +568,7 @@ msgid ""
568
  msgstr ""
569
 
570
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
571
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
572
  #: ../admin/like_buttons.php:840
573
  msgid ""
574
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -708,7 +708,7 @@ msgstr "XProfile интеграция"
708
 
709
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
710
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
711
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
712
  #: ../admin/like_buttons.php:797
713
  msgid "Shortcode & Widget"
714
  msgstr "Шорткод и виджет"
@@ -719,7 +719,7 @@ msgstr "Устранение неисправностей"
719
 
720
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
721
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
722
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
723
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
724
  msgid "FAQ"
725
  msgstr "Часто задаваемые вопросы (FAQ)"
@@ -952,7 +952,7 @@ msgid "Url to share"
952
  msgstr "Ссылка чтобы Поделиться"
953
 
954
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
955
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
956
  #: ../inc/widget.php:945
957
  msgid "Title"
958
  msgstr "Заголовок"
@@ -1038,7 +1038,7 @@ msgid "Placement"
1038
  msgstr "Размещение"
1039
 
1040
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1041
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1042
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1043
  msgid "Homepage"
1044
  msgstr "Главная"
@@ -1511,7 +1511,7 @@ msgstr ""
1511
  "\"Получение информации о новой поломке\" ."
1512
 
1513
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1514
- #: ../admin/social_login.php:1241
1515
  msgid ""
1516
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1517
  "an online website for the plugin to function properly."
@@ -1569,7 +1569,7 @@ msgid ""
1569
  msgstr ""
1570
 
1571
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1572
- #: ../admin/social_login.php:1248
1573
  msgid "Why is my browser blocking some features of the plugin?"
1574
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1575
 
@@ -1887,11 +1887,11 @@ msgstr "Основные настройки"
1887
  msgid "Advanced Configuration"
1888
  msgstr "Расширенная конфигурация"
1889
 
1890
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1891
  msgid "GDPR"
1892
  msgstr ""
1893
 
1894
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1895
  msgid "XProfile Integration"
1896
  msgstr "XProfile интеграция"
1897
 
@@ -2267,50 +2267,58 @@ msgid "Text to display above the Social Login interface"
2267
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2268
 
2269
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2270
  #, fuzzy
2271
  msgid "Center align icons"
2272
  msgstr "Переставить иконы"
2273
 
2274
- #: ../admin/social_login.php:561
2275
  #, fuzzy
2276
  msgid "Center align social login icons"
2277
  msgstr "Параметры входа через соцсети"
2278
 
2279
- #: ../admin/social_login.php:569
2280
  msgid "Enable at login page"
2281
  msgstr "Включить страницу входа"
2282
 
2283
- #: ../admin/social_login.php:579
2284
  msgid ""
2285
  "Social Login interface will get enabled at the login page of your website"
2286
  msgstr ""
2287
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2288
 
2289
- #: ../admin/social_login.php:587
2290
  msgid "Enable at register page"
2291
  msgstr "Включить на странице регистрации"
2292
 
2293
- #: ../admin/social_login.php:597
2294
  msgid ""
2295
  "Social Login interface will get enabled at the registration page of your "
2296
  "website"
2297
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2298
 
2299
- #: ../admin/social_login.php:605
2300
  msgid "Enable at comment form"
2301
  msgstr "Включить в форму комментирования"
2302
 
2303
- #: ../admin/social_login.php:615
2304
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2305
  msgstr ""
2306
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2307
  "комментирования Wordpress"
2308
 
2309
- #: ../admin/social_login.php:630
2310
  msgid "Enable before WooCommerce Customer Login Form"
2311
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2312
 
2313
- #: ../admin/social_login.php:640
2314
  msgid ""
2315
  "Social Login Interface will get enabled before the customer login form at "
2316
  "WooCommerce My Account page"
@@ -2318,12 +2326,12 @@ msgstr ""
2318
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2319
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2320
 
2321
- #: ../admin/social_login.php:648
2322
  #, fuzzy
2323
  msgid "Enable at WooCommerce Customer Login Form"
2324
  msgstr "Включить после формы входа клиента WooCommerce"
2325
 
2326
- #: ../admin/social_login.php:658
2327
  #, fuzzy
2328
  msgid ""
2329
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2332,12 +2340,12 @@ msgstr ""
2332
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2333
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2334
 
2335
- #: ../admin/social_login.php:666
2336
  #, fuzzy
2337
  msgid "Enable at WooCommerce Customer Register Form"
2338
  msgstr "Включить после формы входа клиента WooCommerce"
2339
 
2340
- #: ../admin/social_login.php:676
2341
  #, fuzzy
2342
  msgid ""
2343
  "Integrate Social Login Interface with the customer register form at "
@@ -2346,22 +2354,22 @@ msgstr ""
2346
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2347
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2348
 
2349
- #: ../admin/social_login.php:684
2350
  msgid "Enable at WooCommerce checkout page"
2351
  msgstr "Включить на странице оформления заказа WooCommerce"
2352
 
2353
- #: ../admin/social_login.php:694
2354
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2355
  msgstr ""
2356
  "Интерфейс входа через социальные сети будет активирован на странице "
2357
  "оформления заказа в WooCommerce"
2358
 
2359
- #: ../admin/social_login.php:705
2360
  msgid "Auto-approve comments made by Social Login users"
2361
  msgstr ""
2362
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2363
 
2364
- #: ../admin/social_login.php:715
2365
  msgid ""
2366
  "If this option is enabled, and WordPress comment is made by Social Login "
2367
  "user, comment will get approved immediately without keeping in moderation."
@@ -2370,15 +2378,15 @@ msgstr ""
2370
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2371
  "без модерации."
2372
 
2373
- #: ../admin/social_login.php:716
2374
  msgid "Note: This is not related to Facebook comments"
2375
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2376
 
2377
- #: ../admin/social_login.php:726
2378
  msgid "Enable social avatar"
2379
  msgstr "Включение социальных аватар"
2380
 
2381
- #: ../admin/social_login.php:736
2382
  msgid ""
2383
  "Social profile pictures of the logged in user will be displayed as profile "
2384
  "avatar"
@@ -2386,30 +2394,30 @@ msgstr ""
2386
  "Изображения пользователя в социальных сетях будет использоваться как "
2387
  "изображение профиля на сайте"
2388
 
2389
- #: ../admin/social_login.php:746
2390
  msgid "Avatar quality"
2391
  msgstr "Качество аватары"
2392
 
2393
- #: ../admin/social_login.php:749
2394
  msgid "Average"
2395
  msgstr "Среднее"
2396
 
2397
- #: ../admin/social_login.php:750
2398
  msgid "Best"
2399
  msgstr "лучший"
2400
 
2401
- #: ../admin/social_login.php:757
2402
  msgid "Choose avatar quality"
2403
  msgstr "Выберите качество аватара"
2404
 
2405
- #: ../admin/social_login.php:766
2406
  msgid ""
2407
  "Show option for users to update social avatar at BuddyPress profile page"
2408
  msgstr ""
2409
  "Показать вариант для пользователей для обновления социального аватара на "
2410
  "странице профиля BuddyPress"
2411
 
2412
- #: ../admin/social_login.php:776
2413
  msgid ""
2414
  "If enabled, users would be able to update their social avatar from \"Profile "
2415
  "photo\" section in BuddyPress profile at front-end"
@@ -2417,7 +2425,7 @@ msgstr ""
2417
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2418
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2419
 
2420
- #: ../admin/social_login.php:797
2421
  msgid ""
2422
  "If enabled and Social ID provider does not provide user's email address on "
2423
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2427,13 +2435,13 @@ msgstr ""
2427
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2428
  "случае, почта будет создана по образцу."
2429
 
2430
- #: ../admin/social_login.php:806
2431
  msgid "Send post-registration email to user to set account password"
2432
  msgstr ""
2433
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2434
  "установить пароль учетной записи"
2435
 
2436
- #: ../admin/social_login.php:816
2437
  msgid ""
2438
  "If enabled, an email will be sent to user after registration through Social "
2439
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2443,13 +2451,13 @@ msgstr ""
2443
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2444
  "возможность зайти черед стандартную форму авторизации"
2445
 
2446
- #: ../admin/social_login.php:824
2447
  msgid "Send new user registration notification email to admin"
2448
  msgstr ""
2449
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2450
  "администратору"
2451
 
2452
- #: ../admin/social_login.php:834
2453
  msgid ""
2454
  "If enabled, an email will be sent to admin after new user registers through "
2455
  "Social Login, notifying admin about the new user registration"
@@ -2457,41 +2465,41 @@ msgstr ""
2457
  "Если опция включена, на почту администратора прийдет уведомление о "
2458
  "регистрации нового пользователя через соцсети."
2459
 
2460
- #: ../admin/social_login.php:842
2461
  msgid "Login redirection"
2462
  msgstr "Перенаправления входа"
2463
 
2464
- #: ../admin/social_login.php:846
2465
  msgid "Same page where user logged in"
2466
  msgstr "Та же страница, на которой пользователь произвел вход "
2467
 
2468
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2469
  msgid "Account dashboard"
2470
  msgstr "Страница управления моим аккаунтом"
2471
 
2472
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2473
  msgid "BuddyPress profile page"
2474
  msgstr "Страница профиля BuddyPress"
2475
 
2476
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2477
  msgid "Custom Url"
2478
  msgstr "Пользовательская ссылка"
2479
 
2480
- #: ../admin/social_login.php:864
2481
  msgid "User will be redirected to the selected page after Social Login"
2482
  msgstr ""
2483
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2484
  "социальные сети"
2485
 
2486
- #: ../admin/social_login.php:872
2487
  msgid "Registration redirection"
2488
  msgstr "Перенаправлении регистрации"
2489
 
2490
- #: ../admin/social_login.php:876
2491
  msgid "Same page from where user registered"
2492
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2493
 
2494
- #: ../admin/social_login.php:894
2495
  msgid ""
2496
  "User will be redirected to the selected page after registration (first "
2497
  "Social Login) through Social Login"
@@ -2499,23 +2507,23 @@ msgstr ""
2499
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2500
  "(первый вход чере социальные сети) через социальные логин"
2501
 
2502
- #: ../admin/social_login.php:903
2503
  #, fuzzy
2504
  msgid "Social Account Linking Options"
2505
  msgstr "Ссылки на социальный аккаунт"
2506
 
2507
- #: ../admin/social_login.php:919
2508
  #, fuzzy
2509
  msgid "Text to display above the Social Account Linking interface"
2510
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2511
 
2512
- #: ../admin/social_login.php:927
2513
  msgid ""
2514
  "Link social account to already existing account, if email address matches"
2515
  msgstr ""
2516
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2517
 
2518
- #: ../admin/social_login.php:937
2519
  #, fuzzy
2520
  msgid ""
2521
  "If email address of the user's Social Account matches with an already "
@@ -2528,11 +2536,11 @@ msgstr ""
2528
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2529
  "странице профиля."
2530
 
2531
- #: ../admin/social_login.php:946
2532
  msgid "Enable social account linking at BuddyPress profile page"
2533
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2534
 
2535
- #: ../admin/social_login.php:956
2536
  msgid ""
2537
  "Enable this option to show social account linking interface at BuddyPress "
2538
  "profile page"
@@ -2540,15 +2548,15 @@ msgstr ""
2540
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2541
  "профиля BuddyPress"
2542
 
2543
- #: ../admin/social_login.php:967
2544
  msgid "Email popup options"
2545
  msgstr "Параметры всплывающей электронной Почты"
2546
 
2547
- #: ../admin/social_login.php:973
2548
  msgid "Text on 'Email required' popup"
2549
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2550
 
2551
- #: ../admin/social_login.php:983
2552
  msgid ""
2553
  "This text will be displayed on email required popup. Leave empty if not "
2554
  "required."
@@ -2556,11 +2564,11 @@ msgstr ""
2556
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2557
  "поле пустым если не требуется."
2558
 
2559
- #: ../admin/social_login.php:992
2560
  msgid "Error message for 'Email required' popup"
2561
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2562
 
2563
- #: ../admin/social_login.php:1002
2564
  msgid ""
2565
  "This message will be displayed to user if it provides invalid or already "
2566
  "registered email"
@@ -2568,11 +2576,11 @@ msgstr ""
2568
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2569
  "уже используемую почту"
2570
 
2571
- #: ../admin/social_login.php:1011
2572
  msgid "Email popup height"
2573
  msgstr "Высота высплывающего окна"
2574
 
2575
- #: ../admin/social_login.php:1021
2576
  msgid ""
2577
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2578
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2582,11 +2590,11 @@ msgstr ""
2582
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2583
  "базового значения."
2584
 
2585
- #: ../admin/social_login.php:1029
2586
  msgid "Enable email verification"
2587
  msgstr "Включить проверку электронной почты"
2588
 
2589
- #: ../admin/social_login.php:1039
2590
  msgid ""
2591
  "If enabled, email provided by the user will be verified by sending a "
2592
  "confirmation link to that email. User would not be able to login without "
@@ -2595,91 +2603,91 @@ msgstr ""
2595
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2596
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2597
 
2598
- #: ../admin/social_login.php:1060
2599
  #, fuzzy
2600
  msgid "Enable GDPR opt-in"
2601
  msgstr "Активировать комментирование через Disqus"
2602
 
2603
- #: ../admin/social_login.php:1070
2604
  msgid ""
2605
  "Enable it to show GDPR opt-in for social login and social account linking"
2606
  msgstr ""
2607
 
2608
- #: ../admin/social_login.php:1079
2609
  #, fuzzy
2610
  msgid "Placement of GDPR opt-in"
2611
  msgstr "Активировать комментирование через Disqus"
2612
 
2613
- #: ../admin/social_login.php:1083
2614
  #, fuzzy
2615
  msgid "Above Social Login icons"
2616
  msgstr "Параметры входа через соцсети"
2617
 
2618
- #: ../admin/social_login.php:1085
2619
  #, fuzzy
2620
  msgid "Below Social Login icons"
2621
  msgstr "Параметры входа через соцсети"
2622
 
2623
- #: ../admin/social_login.php:1091
2624
  #, fuzzy
2625
  msgid "Placement of GDPR opt-in above or below the social login icons"
2626
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2627
 
2628
- #: ../admin/social_login.php:1099
2629
  msgid "Opt-in text"
2630
  msgstr ""
2631
 
2632
- #: ../admin/social_login.php:1109
2633
  #, fuzzy
2634
  msgid "Text for the GDPR opt-in"
2635
  msgstr "Активировать комментирование через Disqus"
2636
 
2637
- #: ../admin/social_login.php:1117
2638
  msgid "Text to link to Privacy Policy page"
2639
  msgstr ""
2640
 
2641
- #: ../admin/social_login.php:1127
2642
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2643
  msgstr ""
2644
 
2645
- #: ../admin/social_login.php:1135
2646
  msgid "Privacy Policy Url"
2647
  msgstr ""
2648
 
2649
- #: ../admin/social_login.php:1145
2650
  #, fuzzy
2651
  msgid "Url of the privacy policy page of your website"
2652
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2653
 
2654
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2655
  #: ../inc/widget.php:602 ../inc/widget.php:750
2656
  msgid "Select"
2657
  msgstr "Выбор"
2658
 
2659
- #: ../admin/social_login.php:1227
2660
  msgid "Social Login Shortcode & Widget"
2661
  msgstr "Шорткод и виджет для входа через социальные сети "
2662
 
2663
- #: ../admin/social_login.php:1228
2664
  msgid "Social Linking Shortcode"
2665
  msgstr "Шорткод социальных ссылок"
2666
 
2667
- #: ../admin/social_login.php:1243
2668
  #, fuzzy
2669
  msgid "Why is social login not working?"
2670
  msgstr "Почему Facebook логин не работает?"
2671
 
2672
- #: ../admin/social_login.php:1244
2673
  msgid ""
2674
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2675
  "belong to the same app"
2676
  msgstr ""
2677
 
2678
- #: ../admin/social_login.php:1246
2679
  msgid "Social Login not working with Varnish enabled"
2680
  msgstr ""
2681
 
2682
- #: ../admin/social_login.php:1247
2683
  msgid ""
2684
  "Why the user is not appearing logged in even after Social Login until the "
2685
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:46+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
71
  "Убедитесь, что «Включить Блокировку обратного вызова » параметр отключен. "
72
  "Смотрите шаг 4 %s"
73
 
74
+ #: ../super_socializer.php:907 ../helper.php:976
75
  msgid "Please verify your email address to login."
76
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
77
 
78
+ #: ../super_socializer.php:907
79
  msgid "Your email has been verified. Now you can login to your account"
80
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
81
 
82
+ #: ../super_socializer.php:911
83
  msgid "Notification"
84
  msgstr "Уведомления"
85
 
86
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
87
  msgid "Email required"
88
  msgstr "Email (Обязательно)"
89
 
90
+ #: ../super_socializer.php:932
91
  msgid "Please check your email inbox to complete the registration."
92
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
93
 
94
+ #: ../super_socializer.php:939 ../helper.php:508
95
  msgid "Enter your LiveJournal username"
96
  msgstr "Введите ваше имя пользователя LiveJournal"
97
 
98
+ #: ../super_socializer.php:1011
99
  msgid "Leave a reply"
100
  msgstr "Оставить ответ"
101
 
102
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
103
  msgid "Shares"
104
  msgstr "Поделились"
105
 
106
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
107
  msgid "Share"
108
  msgstr "Поделиться"
109
 
110
+ #: ../super_socializer.php:1023
111
  #, fuzzy
112
  msgid "Link copied."
113
  msgstr "LinkedIn"
114
 
115
+ #: ../super_socializer.php:1269
116
  msgid "Super Socializer - General Options"
117
  msgstr "Super Socializer - Общие настройки"
118
 
119
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
120
  #: ../admin/social_commenting.php:47
121
  msgid "General Options"
122
  msgstr "Основные настройки"
123
 
124
+ #: ../super_socializer.php:1337 ../helper.php:898
125
  msgid "Social Avatar"
126
  msgstr "Социальный аватар"
127
 
128
+ #: ../super_socializer.php:1340
129
  msgid "Small Avatar Url"
130
  msgstr "Ссылка для маленького аватара"
131
 
132
+ #: ../super_socializer.php:1344
133
  msgid "Large Avatar Url"
134
  msgstr "Ссылка для большого аватара"
135
 
136
+ #: ../super_socializer.php:1348 ../helper.php:901
137
  msgid ""
138
  "Do not fetch and update social avatar from my profile, next time I Social "
139
  "Login"
141
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
142
  "я когда я использую вход через соцсети"
143
 
144
+ #: ../super_socializer.php:1352 ../helper.php:902
145
  msgid "Update social avatar, next time I Social Login"
146
  msgstr ""
147
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
148
  "соцсети"
149
 
150
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
151
  msgid ""
152
  "Your browser is blocking some features of this website. Please follow the "
153
  "instructions at {support_url} to unblock these."
155
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
156
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
157
 
158
+ #: ../super_socializer.php:1431
159
  msgid "Login with your Social ID"
160
  msgstr "Войти, используя социальный аккаунт"
161
 
162
+ #: ../super_socializer.php:1432
163
  msgid "Email you entered is already registered or invalid"
164
  msgstr ""
165
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
166
 
167
+ #: ../super_socializer.php:1437
168
  msgid "Please enter a valid email address. You might be required to verify it"
169
  msgstr ""
170
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
171
  "потребуется проверить его"
172
 
173
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
174
  msgid "Link your social account to login to your account at this website"
175
  msgstr ""
176
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
177
  "этом сайте"
178
 
179
+ #: ../super_socializer.php:1687
180
  msgid "Thanks for installing Super Socializer plugin"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1689
184
  msgid "Configure the Plugin"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1700
188
  msgid ""
189
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
190
  "current version of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1709
194
  msgid ""
195
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
196
  "version of Super Socialzer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1718
200
  msgid ""
201
  "Update \"Social Login Buttons\" add-on for compatibility with current "
202
  "version of Super Socialzer"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1727
206
  msgid ""
207
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
208
  "with current version of Super Socialzer"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1736
212
  msgid ""
213
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
214
  "with current version of Super Socialzer"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:1743
218
  msgid ""
219
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
220
  "LiveJournal Login of Super Socialzer"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:1754
224
  #, php-format
225
  msgid ""
226
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1770
230
  #, php-format
231
  msgid ""
232
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1794
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
244
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
245
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
246
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
247
  msgid "Okay"
248
  msgstr "Окей"
249
 
250
+ #: ../super_socializer.php:1819
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
255
  "\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1844
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1869
267
  #, php-format
268
  msgid ""
269
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
271
  "target=\"_blank\">here</a>"
272
  msgstr ""
273
 
274
+ #: ../super_socializer.php:1880
275
  #, php-format
276
  msgid ""
277
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1902
281
  #, php-format
282
  msgid ""
283
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
285
  "\"%s\" target=\"_blank\">here</a>"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1930
289
  #, php-format
290
  msgid ""
291
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
294
  "your website %s with them. No need to copy-paste any code from their website."
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:1957
298
  #, php-format
299
  msgid ""
300
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
302
  "\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:1982
306
  #, php-format
307
  msgid ""
308
  "If you cannot get Linkedin login to work after updating the plugin, replace "
310
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
311
  msgstr ""
312
 
313
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
314
  msgid "Dismiss"
315
  msgstr ""
316
 
317
+ #: ../super_socializer.php:2008
318
  #, php-format
319
  msgid ""
320
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
323
  "that, clear share counts cache from \"Miscellaneous\" section"
324
  msgstr ""
325
 
326
+ #: ../super_socializer.php:2034
327
  #, php-format
328
  msgid ""
329
  "Your website visitors will see a popup notification (only once) if their "
433
 
434
  #: ../helper.php:913 ../admin/general_options.php:132
435
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
436
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
437
  msgid "Save Changes"
438
  msgstr "Сохранить изменения"
439
 
457
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
458
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
459
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
460
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
461
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
462
  #, fuzzy, php-format
463
  msgid ""
541
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
542
 
543
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
544
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
545
  #: ../admin/like_buttons.php:836
546
  #, fuzzy
547
  msgid "Instagram Shoutout"
548
  msgstr "Instagram"
549
 
550
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
551
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
552
  #: ../admin/like_buttons.php:838
553
  msgid ""
554
  "If you can send (to hello@heateor.com) how our plugin is helping your "
557
  msgstr ""
558
 
559
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
560
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
561
  #: ../admin/like_buttons.php:839
562
  msgid ""
563
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
568
  msgstr ""
569
 
570
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
571
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
572
  #: ../admin/like_buttons.php:840
573
  msgid ""
574
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
708
 
709
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
710
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
711
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
712
  #: ../admin/like_buttons.php:797
713
  msgid "Shortcode & Widget"
714
  msgstr "Шорткод и виджет"
719
 
720
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
721
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
722
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
723
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
724
  msgid "FAQ"
725
  msgstr "Часто задаваемые вопросы (FAQ)"
952
  msgstr "Ссылка чтобы Поделиться"
953
 
954
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
955
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
956
  #: ../inc/widget.php:945
957
  msgid "Title"
958
  msgstr "Заголовок"
1038
  msgstr "Размещение"
1039
 
1040
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1041
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1042
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1043
  msgid "Homepage"
1044
  msgstr "Главная"
1511
  "\"Получение информации о новой поломке\" ."
1512
 
1513
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1514
+ #: ../admin/social_login.php:1259
1515
  msgid ""
1516
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1517
  "an online website for the plugin to function properly."
1569
  msgstr ""
1570
 
1571
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1572
+ #: ../admin/social_login.php:1266
1573
  msgid "Why is my browser blocking some features of the plugin?"
1574
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
1575
 
1887
  msgid "Advanced Configuration"
1888
  msgstr "Расширенная конфигурация"
1889
 
1890
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1891
  msgid "GDPR"
1892
  msgstr ""
1893
 
1894
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1895
  msgid "XProfile Integration"
1896
  msgstr "XProfile интеграция"
1897
 
2267
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2268
 
2269
  #: ../admin/social_login.php:551
2270
+ msgid "Tigger social login in the same browser tab"
2271
+ msgstr ""
2272
+
2273
+ #: ../admin/social_login.php:561
2274
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2275
+ msgstr ""
2276
+
2277
+ #: ../admin/social_login.php:569
2278
  #, fuzzy
2279
  msgid "Center align icons"
2280
  msgstr "Переставить иконы"
2281
 
2282
+ #: ../admin/social_login.php:579
2283
  #, fuzzy
2284
  msgid "Center align social login icons"
2285
  msgstr "Параметры входа через соцсети"
2286
 
2287
+ #: ../admin/social_login.php:587
2288
  msgid "Enable at login page"
2289
  msgstr "Включить страницу входа"
2290
 
2291
+ #: ../admin/social_login.php:597
2292
  msgid ""
2293
  "Social Login interface will get enabled at the login page of your website"
2294
  msgstr ""
2295
  "Интерфейс входа через социальные сети будет активирован на странице входа "
2296
 
2297
+ #: ../admin/social_login.php:605
2298
  msgid "Enable at register page"
2299
  msgstr "Включить на странице регистрации"
2300
 
2301
+ #: ../admin/social_login.php:615
2302
  msgid ""
2303
  "Social Login interface will get enabled at the registration page of your "
2304
  "website"
2305
  msgstr "Интерфейс входа через социальные сети будет активирован на странице"
2306
 
2307
+ #: ../admin/social_login.php:623
2308
  msgid "Enable at comment form"
2309
  msgstr "Включить в форму комментирования"
2310
 
2311
+ #: ../admin/social_login.php:633
2312
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2313
  msgstr ""
2314
  "Интерфейс входа через социальные сети будет активирован в вашей форме "
2315
  "комментирования Wordpress"
2316
 
2317
+ #: ../admin/social_login.php:648
2318
  msgid "Enable before WooCommerce Customer Login Form"
2319
  msgstr "Активировать перед формой входа покупателя в WooCommerce"
2320
 
2321
+ #: ../admin/social_login.php:658
2322
  msgid ""
2323
  "Social Login Interface will get enabled before the customer login form at "
2324
  "WooCommerce My Account page"
2326
  "Интерфейс входа через социальные сети будет активирован перед формой входа "
2327
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2328
 
2329
+ #: ../admin/social_login.php:666
2330
  #, fuzzy
2331
  msgid "Enable at WooCommerce Customer Login Form"
2332
  msgstr "Включить после формы входа клиента WooCommerce"
2333
 
2334
+ #: ../admin/social_login.php:676
2335
  #, fuzzy
2336
  msgid ""
2337
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2340
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2341
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2342
 
2343
+ #: ../admin/social_login.php:684
2344
  #, fuzzy
2345
  msgid "Enable at WooCommerce Customer Register Form"
2346
  msgstr "Включить после формы входа клиента WooCommerce"
2347
 
2348
+ #: ../admin/social_login.php:694
2349
  #, fuzzy
2350
  msgid ""
2351
  "Integrate Social Login Interface with the customer register form at "
2354
  "Интерфейс входа через социальные сети будет активирован после формы входа "
2355
  "для покупателя на странице Мой Аккаунт в WooCommerce"
2356
 
2357
+ #: ../admin/social_login.php:702
2358
  msgid "Enable at WooCommerce checkout page"
2359
  msgstr "Включить на странице оформления заказа WooCommerce"
2360
 
2361
+ #: ../admin/social_login.php:712
2362
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2363
  msgstr ""
2364
  "Интерфейс входа через социальные сети будет активирован на странице "
2365
  "оформления заказа в WooCommerce"
2366
 
2367
+ #: ../admin/social_login.php:723
2368
  msgid "Auto-approve comments made by Social Login users"
2369
  msgstr ""
2370
  "Автоодобрение комментариев для пользователей, вошедших через социальные сети"
2371
 
2372
+ #: ../admin/social_login.php:733
2373
  msgid ""
2374
  "If this option is enabled, and WordPress comment is made by Social Login "
2375
  "user, comment will get approved immediately without keeping in moderation."
2378
  "который вошел через социальные сети, то комментарий будет опубликован сразу "
2379
  "без модерации."
2380
 
2381
+ #: ../admin/social_login.php:734
2382
  msgid "Note: This is not related to Facebook comments"
2383
  msgstr "Примечание: Это не связано с комментариями от Facebook"
2384
 
2385
+ #: ../admin/social_login.php:744
2386
  msgid "Enable social avatar"
2387
  msgstr "Включение социальных аватар"
2388
 
2389
+ #: ../admin/social_login.php:754
2390
  msgid ""
2391
  "Social profile pictures of the logged in user will be displayed as profile "
2392
  "avatar"
2394
  "Изображения пользователя в социальных сетях будет использоваться как "
2395
  "изображение профиля на сайте"
2396
 
2397
+ #: ../admin/social_login.php:764
2398
  msgid "Avatar quality"
2399
  msgstr "Качество аватары"
2400
 
2401
+ #: ../admin/social_login.php:767
2402
  msgid "Average"
2403
  msgstr "Среднее"
2404
 
2405
+ #: ../admin/social_login.php:768
2406
  msgid "Best"
2407
  msgstr "лучший"
2408
 
2409
+ #: ../admin/social_login.php:775
2410
  msgid "Choose avatar quality"
2411
  msgstr "Выберите качество аватара"
2412
 
2413
+ #: ../admin/social_login.php:784
2414
  msgid ""
2415
  "Show option for users to update social avatar at BuddyPress profile page"
2416
  msgstr ""
2417
  "Показать вариант для пользователей для обновления социального аватара на "
2418
  "странице профиля BuddyPress"
2419
 
2420
+ #: ../admin/social_login.php:794
2421
  msgid ""
2422
  "If enabled, users would be able to update their social avatar from \"Profile "
2423
  "photo\" section in BuddyPress profile at front-end"
2425
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2426
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2427
 
2428
+ #: ../admin/social_login.php:815
2429
  msgid ""
2430
  "If enabled and Social ID provider does not provide user's email address on "
2431
  "login, user will be asked to provide his/her email address. Otherwise, a "
2435
  "для входа, пользователю потребуется ввести свою почту. В противном же "
2436
  "случае, почта будет создана по образцу."
2437
 
2438
+ #: ../admin/social_login.php:824
2439
  msgid "Send post-registration email to user to set account password"
2440
  msgstr ""
2441
  "Отправить после регистрации по электронной почте пользователю письмо чтобы "
2442
  "установить пароль учетной записи"
2443
 
2444
+ #: ../admin/social_login.php:834
2445
  msgid ""
2446
  "If enabled, an email will be sent to user after registration through Social "
2447
  "Login, regarding his/her login credentials (username-password to be able to "
2451
  "социальные сети будет отправлено письмо с именем и пароль чтобы была "
2452
  "возможность зайти черед стандартную форму авторизации"
2453
 
2454
+ #: ../admin/social_login.php:842
2455
  msgid "Send new user registration notification email to admin"
2456
  msgstr ""
2457
  "Отправить уведомление о регистрации нового пользователя по электронной почте "
2458
  "администратору"
2459
 
2460
+ #: ../admin/social_login.php:852
2461
  msgid ""
2462
  "If enabled, an email will be sent to admin after new user registers through "
2463
  "Social Login, notifying admin about the new user registration"
2465
  "Если опция включена, на почту администратора прийдет уведомление о "
2466
  "регистрации нового пользователя через соцсети."
2467
 
2468
+ #: ../admin/social_login.php:860
2469
  msgid "Login redirection"
2470
  msgstr "Перенаправления входа"
2471
 
2472
+ #: ../admin/social_login.php:864
2473
  msgid "Same page where user logged in"
2474
  msgstr "Та же страница, на которой пользователь произвел вход "
2475
 
2476
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2477
  msgid "Account dashboard"
2478
  msgstr "Страница управления моим аккаунтом"
2479
 
2480
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2481
  msgid "BuddyPress profile page"
2482
  msgstr "Страница профиля BuddyPress"
2483
 
2484
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2485
  msgid "Custom Url"
2486
  msgstr "Пользовательская ссылка"
2487
 
2488
+ #: ../admin/social_login.php:882
2489
  msgid "User will be redirected to the selected page after Social Login"
2490
  msgstr ""
2491
  "Пользователь будет перенаправлен на выбранную страницу после входа через "
2492
  "социальные сети"
2493
 
2494
+ #: ../admin/social_login.php:890
2495
  msgid "Registration redirection"
2496
  msgstr "Перенаправлении регистрации"
2497
 
2498
+ #: ../admin/social_login.php:894
2499
  msgid "Same page from where user registered"
2500
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2501
 
2502
+ #: ../admin/social_login.php:912
2503
  msgid ""
2504
  "User will be redirected to the selected page after registration (first "
2505
  "Social Login) through Social Login"
2507
  "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2508
  "(первый вход чере социальные сети) через социальные логин"
2509
 
2510
+ #: ../admin/social_login.php:921
2511
  #, fuzzy
2512
  msgid "Social Account Linking Options"
2513
  msgstr "Ссылки на социальный аккаунт"
2514
 
2515
+ #: ../admin/social_login.php:937
2516
  #, fuzzy
2517
  msgid "Text to display above the Social Account Linking interface"
2518
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2519
 
2520
+ #: ../admin/social_login.php:945
2521
  msgid ""
2522
  "Link social account to already existing account, if email address matches"
2523
  msgstr ""
2524
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2525
 
2526
+ #: ../admin/social_login.php:955
2527
  #, fuzzy
2528
  msgid ""
2529
  "If email address of the user's Social Account matches with an already "
2536
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2537
  "странице профиля."
2538
 
2539
+ #: ../admin/social_login.php:964
2540
  msgid "Enable social account linking at BuddyPress profile page"
2541
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2542
 
2543
+ #: ../admin/social_login.php:974
2544
  msgid ""
2545
  "Enable this option to show social account linking interface at BuddyPress "
2546
  "profile page"
2548
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2549
  "профиля BuddyPress"
2550
 
2551
+ #: ../admin/social_login.php:985
2552
  msgid "Email popup options"
2553
  msgstr "Параметры всплывающей электронной Почты"
2554
 
2555
+ #: ../admin/social_login.php:991
2556
  msgid "Text on 'Email required' popup"
2557
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2558
 
2559
+ #: ../admin/social_login.php:1001
2560
  msgid ""
2561
  "This text will be displayed on email required popup. Leave empty if not "
2562
  "required."
2564
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2565
  "поле пустым если не требуется."
2566
 
2567
+ #: ../admin/social_login.php:1010
2568
  msgid "Error message for 'Email required' popup"
2569
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2570
 
2571
+ #: ../admin/social_login.php:1020
2572
  msgid ""
2573
  "This message will be displayed to user if it provides invalid or already "
2574
  "registered email"
2576
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2577
  "уже используемую почту"
2578
 
2579
+ #: ../admin/social_login.php:1029
2580
  msgid "Email popup height"
2581
  msgstr "Высота высплывающего окна"
2582
 
2583
+ #: ../admin/social_login.php:1039
2584
  msgid ""
2585
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2586
  "can increase the height of popup by specifying in this option. Leave empty "
2590
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2591
  "базового значения."
2592
 
2593
+ #: ../admin/social_login.php:1047
2594
  msgid "Enable email verification"
2595
  msgstr "Включить проверку электронной почты"
2596
 
2597
+ #: ../admin/social_login.php:1057
2598
  msgid ""
2599
  "If enabled, email provided by the user will be verified by sending a "
2600
  "confirmation link to that email. User would not be able to login without "
2603
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2604
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2605
 
2606
+ #: ../admin/social_login.php:1078
2607
  #, fuzzy
2608
  msgid "Enable GDPR opt-in"
2609
  msgstr "Активировать комментирование через Disqus"
2610
 
2611
+ #: ../admin/social_login.php:1088
2612
  msgid ""
2613
  "Enable it to show GDPR opt-in for social login and social account linking"
2614
  msgstr ""
2615
 
2616
+ #: ../admin/social_login.php:1097
2617
  #, fuzzy
2618
  msgid "Placement of GDPR opt-in"
2619
  msgstr "Активировать комментирование через Disqus"
2620
 
2621
+ #: ../admin/social_login.php:1101
2622
  #, fuzzy
2623
  msgid "Above Social Login icons"
2624
  msgstr "Параметры входа через соцсети"
2625
 
2626
+ #: ../admin/social_login.php:1103
2627
  #, fuzzy
2628
  msgid "Below Social Login icons"
2629
  msgstr "Параметры входа через соцсети"
2630
 
2631
+ #: ../admin/social_login.php:1109
2632
  #, fuzzy
2633
  msgid "Placement of GDPR opt-in above or below the social login icons"
2634
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2635
 
2636
+ #: ../admin/social_login.php:1117
2637
  msgid "Opt-in text"
2638
  msgstr ""
2639
 
2640
+ #: ../admin/social_login.php:1127
2641
  #, fuzzy
2642
  msgid "Text for the GDPR opt-in"
2643
  msgstr "Активировать комментирование через Disqus"
2644
 
2645
+ #: ../admin/social_login.php:1135
2646
  msgid "Text to link to Privacy Policy page"
2647
  msgstr ""
2648
 
2649
+ #: ../admin/social_login.php:1145
2650
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2651
  msgstr ""
2652
 
2653
+ #: ../admin/social_login.php:1153
2654
  msgid "Privacy Policy Url"
2655
  msgstr ""
2656
 
2657
+ #: ../admin/social_login.php:1163
2658
  #, fuzzy
2659
  msgid "Url of the privacy policy page of your website"
2660
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2661
 
2662
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2663
  #: ../inc/widget.php:602 ../inc/widget.php:750
2664
  msgid "Select"
2665
  msgstr "Выбор"
2666
 
2667
+ #: ../admin/social_login.php:1245
2668
  msgid "Social Login Shortcode & Widget"
2669
  msgstr "Шорткод и виджет для входа через социальные сети "
2670
 
2671
+ #: ../admin/social_login.php:1246
2672
  msgid "Social Linking Shortcode"
2673
  msgstr "Шорткод социальных ссылок"
2674
 
2675
+ #: ../admin/social_login.php:1261
2676
  #, fuzzy
2677
  msgid "Why is social login not working?"
2678
  msgstr "Почему Facebook логин не работает?"
2679
 
2680
+ #: ../admin/social_login.php:1262
2681
  msgid ""
2682
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2683
  "belong to the same app"
2684
  msgstr ""
2685
 
2686
+ #: ../admin/social_login.php:1264
2687
  msgid "Social Login not working with Varnish enabled"
2688
  msgstr ""
2689
 
2690
+ #: ../admin/social_login.php:1265
2691
  msgid ""
2692
  "Why the user is not appearing logged in even after Social Login until the "
2693
  "webpage is refreshed manually?"
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:40+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:40+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -72,71 +72,71 @@ msgstr ""
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
- #: ../super_socializer.php:910 ../helper.php:976
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
79
- #: ../super_socializer.php:910
80
  msgid "Your email has been verified. Now you can login to your account"
81
  msgstr ""
82
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
83
  "облікового запису"
84
 
85
- #: ../super_socializer.php:914
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
- #: ../super_socializer.php:932 ../admin/social_login.php:787
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
93
- #: ../super_socializer.php:935
94
  msgid "Please check your email inbox to complete the registration."
95
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
96
 
97
- #: ../super_socializer.php:942 ../helper.php:508
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
101
- #: ../super_socializer.php:1014
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
113
- #: ../super_socializer.php:1026
114
  #, fuzzy
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
- #: ../super_socializer.php:1272
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
- #: ../super_socializer.php:1340 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
- #: ../super_socializer.php:1343
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
- #: ../super_socializer.php:1347
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
- #: ../super_socializer.php:1351 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
@@ -144,13 +144,13 @@ msgstr ""
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
- #: ../super_socializer.php:1355 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
@@ -158,83 +158,83 @@ msgstr ""
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
- #: ../super_socializer.php:1434
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
- #: ../super_socializer.php:1435
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
- #: ../super_socializer.php:1440
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
- #: ../super_socializer.php:1690
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1692
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
- #: ../super_socializer.php:1703
190
  msgid ""
191
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
192
  "current version of Super Socialzer"
193
  msgstr ""
194
 
195
- #: ../super_socializer.php:1712
196
  msgid ""
197
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
- #: ../super_socializer.php:1721
202
  msgid ""
203
  "Update \"Social Login Buttons\" add-on for compatibility with current "
204
  "version of Super Socialzer"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1730
208
  msgid ""
209
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1739
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
216
  "with current version of Super Socialzer"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1746
220
  msgid ""
221
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
222
  "LiveJournal Login of Super Socialzer"
223
  msgstr ""
224
 
225
- #: ../super_socializer.php:1757
226
  #, php-format
227
  msgid ""
228
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
- #: ../super_socializer.php:1773
232
  #, php-format
233
  msgid ""
234
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1797
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -242,14 +242,14 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
246
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
247
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
248
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
- #: ../super_socializer.php:1822
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -257,7 +257,7 @@ msgid ""
257
  "\">here</a>"
258
  msgstr ""
259
 
260
- #: ../super_socializer.php:1847
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -265,7 +265,7 @@ msgid ""
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1872
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -273,13 +273,13 @@ msgid ""
273
  "target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:1883
277
  #, php-format
278
  msgid ""
279
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
280
  msgstr ""
281
 
282
- #: ../super_socializer.php:1905
283
  #, php-format
284
  msgid ""
285
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -287,7 +287,7 @@ msgid ""
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1933
291
  #, php-format
292
  msgid ""
293
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -296,7 +296,7 @@ msgid ""
296
  "your website %s with them. No need to copy-paste any code from their website."
297
  msgstr ""
298
 
299
- #: ../super_socializer.php:1960
300
  #, php-format
301
  msgid ""
302
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -304,7 +304,7 @@ msgid ""
304
  "\"%s\" target=\"_blank\">here</a>"
305
  msgstr ""
306
 
307
- #: ../super_socializer.php:1985
308
  #, php-format
309
  msgid ""
310
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -312,11 +312,11 @@ msgid ""
312
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
313
  msgstr ""
314
 
315
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
316
  msgid "Dismiss"
317
  msgstr ""
318
 
319
- #: ../super_socializer.php:2011
320
  #, php-format
321
  msgid ""
322
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -325,7 +325,7 @@ msgid ""
325
  "that, clear share counts cache from \"Miscellaneous\" section"
326
  msgstr ""
327
 
328
- #: ../super_socializer.php:2037
329
  #, php-format
330
  msgid ""
331
  "Your website visitors will see a popup notification (only once) if their "
@@ -435,7 +435,7 @@ msgstr "Великий аватар"
435
 
436
  #: ../helper.php:913 ../admin/general_options.php:132
437
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
438
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
439
  msgid "Save Changes"
440
  msgstr "Зберегти налаштування"
441
 
@@ -459,7 +459,7 @@ msgstr ""
459
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
460
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
461
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
462
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
463
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
464
  #, fuzzy, php-format
465
  msgid ""
@@ -542,14 +542,14 @@ msgstr ""
542
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
543
 
544
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
545
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
546
  #: ../admin/like_buttons.php:836
547
  #, fuzzy
548
  msgid "Instagram Shoutout"
549
  msgstr "Instagram"
550
 
551
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
552
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
553
  #: ../admin/like_buttons.php:838
554
  msgid ""
555
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -558,7 +558,7 @@ msgid ""
558
  msgstr ""
559
 
560
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
561
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
562
  #: ../admin/like_buttons.php:839
563
  msgid ""
564
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -569,7 +569,7 @@ msgid ""
569
  msgstr ""
570
 
571
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
572
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
573
  #: ../admin/like_buttons.php:840
574
  msgid ""
575
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -709,7 +709,7 @@ msgstr "XProfile інтеграція"
709
 
710
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
711
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
712
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
713
  #: ../admin/like_buttons.php:797
714
  msgid "Shortcode & Widget"
715
  msgstr "Шорткод і віджет"
@@ -720,7 +720,7 @@ msgstr "Усунення несправностей"
720
 
721
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
722
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
723
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
724
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
725
  msgid "FAQ"
726
  msgstr "Часті питання (FAQ)"
@@ -953,7 +953,7 @@ msgid "Url to share"
953
  msgstr "Посилання щоб Поділитися"
954
 
955
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
956
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
957
  #: ../inc/widget.php:945
958
  msgid "Title"
959
  msgstr "Заголовок"
@@ -1039,7 +1039,7 @@ msgid "Placement"
1039
  msgstr "Розміщення"
1040
 
1041
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1042
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
1043
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1044
  msgid "Homepage"
1045
  msgstr "Головна"
@@ -1512,7 +1512,7 @@ msgstr ""
1512
  "\"Отримання інформації про нову поломки \"."
1513
 
1514
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1515
- #: ../admin/social_login.php:1241
1516
  msgid ""
1517
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1518
  "an online website for the plugin to function properly."
@@ -1570,7 +1570,7 @@ msgid ""
1570
  msgstr ""
1571
 
1572
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1573
- #: ../admin/social_login.php:1248
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1576
 
@@ -1887,11 +1887,11 @@ msgstr "Основные настройки"
1887
  msgid "Advanced Configuration"
1888
  msgstr "Розширена конфігурація"
1889
 
1890
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1891
  msgid "GDPR"
1892
  msgstr ""
1893
 
1894
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1895
  msgid "XProfile Integration"
1896
  msgstr "XProfile інтеграція"
1897
 
@@ -2258,49 +2258,57 @@ msgid "Text to display above the Social Login interface"
2258
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2259
 
2260
  #: ../admin/social_login.php:551
 
 
 
 
 
 
 
 
2261
  #, fuzzy
2262
  msgid "Center align icons"
2263
  msgstr "Змінити порядок іконок"
2264
 
2265
- #: ../admin/social_login.php:561
2266
  #, fuzzy
2267
  msgid "Center align social login icons"
2268
  msgstr "Параметри входу через соцмережі"
2269
 
2270
- #: ../admin/social_login.php:569
2271
  msgid "Enable at login page"
2272
  msgstr "Включити сторінку входу"
2273
 
2274
- #: ../admin/social_login.php:579
2275
  msgid ""
2276
  "Social Login interface will get enabled at the login page of your website"
2277
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2278
 
2279
- #: ../admin/social_login.php:587
2280
  msgid "Enable at register page"
2281
  msgstr "Включити на сторінці реєстрації"
2282
 
2283
- #: ../admin/social_login.php:597
2284
  msgid ""
2285
  "Social Login interface will get enabled at the registration page of your "
2286
  "website"
2287
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2288
 
2289
- #: ../admin/social_login.php:605
2290
  msgid "Enable at comment form"
2291
  msgstr "Включити в формі коментування"
2292
 
2293
- #: ../admin/social_login.php:615
2294
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2295
  msgstr ""
2296
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2297
  "Wordpress"
2298
 
2299
- #: ../admin/social_login.php:630
2300
  msgid "Enable before WooCommerce Customer Login Form"
2301
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2302
 
2303
- #: ../admin/social_login.php:640
2304
  msgid ""
2305
  "Social Login Interface will get enabled before the customer login form at "
2306
  "WooCommerce My Account page"
@@ -2308,12 +2316,12 @@ msgstr ""
2308
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2309
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2310
 
2311
- #: ../admin/social_login.php:648
2312
  #, fuzzy
2313
  msgid "Enable at WooCommerce Customer Login Form"
2314
  msgstr "Включити після форми входу клієнта WooCommerce"
2315
 
2316
- #: ../admin/social_login.php:658
2317
  #, fuzzy
2318
  msgid ""
2319
  "Integrate Social Login Interface with the customer login form at WooCommerce "
@@ -2322,12 +2330,12 @@ msgstr ""
2322
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2323
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2324
 
2325
- #: ../admin/social_login.php:666
2326
  #, fuzzy
2327
  msgid "Enable at WooCommerce Customer Register Form"
2328
  msgstr "Включити після форми входу клієнта WooCommerce"
2329
 
2330
- #: ../admin/social_login.php:676
2331
  #, fuzzy
2332
  msgid ""
2333
  "Integrate Social Login Interface with the customer register form at "
@@ -2336,23 +2344,23 @@ msgstr ""
2336
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2337
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2338
 
2339
- #: ../admin/social_login.php:684
2340
  msgid "Enable at WooCommerce checkout page"
2341
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2342
 
2343
- #: ../admin/social_login.php:694
2344
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2345
  msgstr ""
2346
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2347
  "замовлення в WooCommerce"
2348
 
2349
- #: ../admin/social_login.php:705
2350
  msgid "Auto-approve comments made by Social Login users"
2351
  msgstr ""
2352
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2353
  "соцмережі"
2354
 
2355
- #: ../admin/social_login.php:715
2356
  msgid ""
2357
  "If this option is enabled, and WordPress comment is made by Social Login "
2358
  "user, comment will get approved immediately without keeping in moderation."
@@ -2361,15 +2369,15 @@ msgstr ""
2361
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2362
  "відразу без модерації."
2363
 
2364
- #: ../admin/social_login.php:716
2365
  msgid "Note: This is not related to Facebook comments"
2366
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2367
 
2368
- #: ../admin/social_login.php:726
2369
  msgid "Enable social avatar"
2370
  msgstr "Включення соціальних аватар"
2371
 
2372
- #: ../admin/social_login.php:736
2373
  msgid ""
2374
  "Social profile pictures of the logged in user will be displayed as profile "
2375
  "avatar"
@@ -2377,30 +2385,30 @@ msgstr ""
2377
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2378
  "профілю на сайті"
2379
 
2380
- #: ../admin/social_login.php:746
2381
  msgid "Avatar quality"
2382
  msgstr "Якість аватарки"
2383
 
2384
- #: ../admin/social_login.php:749
2385
  msgid "Average"
2386
  msgstr "Середнє"
2387
 
2388
- #: ../admin/social_login.php:750
2389
  msgid "Best"
2390
  msgstr "Кращий"
2391
 
2392
- #: ../admin/social_login.php:757
2393
  msgid "Choose avatar quality"
2394
  msgstr "Виберіть якість аватара"
2395
 
2396
- #: ../admin/social_login.php:766
2397
  msgid ""
2398
  "Show option for users to update social avatar at BuddyPress profile page"
2399
  msgstr ""
2400
  "Показати варіант для користувачів для оновлення соціального аватара на "
2401
  "сторінці профілю BuddyPress"
2402
 
2403
- #: ../admin/social_login.php:776
2404
  msgid ""
2405
  "If enabled, users would be able to update their social avatar from \"Profile "
2406
  "photo\" section in BuddyPress profile at front-end"
@@ -2408,7 +2416,7 @@ msgstr ""
2408
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2409
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2410
 
2411
- #: ../admin/social_login.php:797
2412
  msgid ""
2413
  "If enabled and Social ID provider does not provide user's email address on "
2414
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2418,13 +2426,13 @@ msgstr ""
2418
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2419
  "пошта буде створена за зразком."
2420
 
2421
- #: ../admin/social_login.php:806
2422
  msgid "Send post-registration email to user to set account password"
2423
  msgstr ""
2424
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2425
  "встановити пароль облікового запису"
2426
 
2427
- #: ../admin/social_login.php:816
2428
  msgid ""
2429
  "If enabled, an email will be sent to user after registration through Social "
2430
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2434,13 +2442,13 @@ msgstr ""
2434
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2435
  "стандартну форму авторизації"
2436
 
2437
- #: ../admin/social_login.php:824
2438
  msgid "Send new user registration notification email to admin"
2439
  msgstr ""
2440
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2441
  "пошті адміністратору"
2442
 
2443
- #: ../admin/social_login.php:834
2444
  msgid ""
2445
  "If enabled, an email will be sent to admin after new user registers through "
2446
  "Social Login, notifying admin about the new user registration"
@@ -2448,41 +2456,41 @@ msgstr ""
2448
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2449
  "реєстрацію нового користувача через соцмережі."
2450
 
2451
- #: ../admin/social_login.php:842
2452
  msgid "Login redirection"
2453
  msgstr "Перенаправлення входу"
2454
 
2455
- #: ../admin/social_login.php:846
2456
  msgid "Same page where user logged in"
2457
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2458
 
2459
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2460
  msgid "Account dashboard"
2461
  msgstr "Сторінка управління аккаунтом"
2462
 
2463
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2464
  msgid "BuddyPress profile page"
2465
  msgstr "Сторінка профілю BuddyPress"
2466
 
2467
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2468
  msgid "Custom Url"
2469
  msgstr "Користувацьке посилання"
2470
 
2471
- #: ../admin/social_login.php:864
2472
  msgid "User will be redirected to the selected page after Social Login"
2473
  msgstr ""
2474
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2475
  "соцмережі"
2476
 
2477
- #: ../admin/social_login.php:872
2478
  msgid "Registration redirection"
2479
  msgstr "Перенаправлення реєстрації"
2480
 
2481
- #: ../admin/social_login.php:876
2482
  msgid "Same page from where user registered"
2483
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2484
 
2485
- #: ../admin/social_login.php:894
2486
  msgid ""
2487
  "User will be redirected to the selected page after registration (first "
2488
  "Social Login) through Social Login"
@@ -2490,23 +2498,23 @@ msgstr ""
2490
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2491
  "вхід чере соцмережі) через соцмережі"
2492
 
2493
- #: ../admin/social_login.php:903
2494
  #, fuzzy
2495
  msgid "Social Account Linking Options"
2496
  msgstr "Посилання на соціальний аккаунт"
2497
 
2498
- #: ../admin/social_login.php:919
2499
  #, fuzzy
2500
  msgid "Text to display above the Social Account Linking interface"
2501
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2502
 
2503
- #: ../admin/social_login.php:927
2504
  msgid ""
2505
  "Link social account to already existing account, if email address matches"
2506
  msgstr ""
2507
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2508
 
2509
- #: ../admin/social_login.php:937
2510
  #, fuzzy
2511
  msgid ""
2512
  "If email address of the user's Social Account matches with an already "
@@ -2519,11 +2527,11 @@ msgstr ""
2519
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2520
  "профілю."
2521
 
2522
- #: ../admin/social_login.php:946
2523
  msgid "Enable social account linking at BuddyPress profile page"
2524
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2525
 
2526
- #: ../admin/social_login.php:956
2527
  msgid ""
2528
  "Enable this option to show social account linking interface at BuddyPress "
2529
  "profile page"
@@ -2531,15 +2539,15 @@ msgstr ""
2531
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2532
  "BuddyPress"
2533
 
2534
- #: ../admin/social_login.php:967
2535
  msgid "Email popup options"
2536
  msgstr "Параметри спливаючій електронної пошти"
2537
 
2538
- #: ../admin/social_login.php:973
2539
  msgid "Text on 'Email required' popup"
2540
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2541
 
2542
- #: ../admin/social_login.php:983
2543
  msgid ""
2544
  "This text will be displayed on email required popup. Leave empty if not "
2545
  "required."
@@ -2547,11 +2555,11 @@ msgstr ""
2547
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2548
  "поле порожнім якщо не потрібно."
2549
 
2550
- #: ../admin/social_login.php:992
2551
  msgid "Error message for 'Email required' popup"
2552
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2553
 
2554
- #: ../admin/social_login.php:1002
2555
  msgid ""
2556
  "This message will be displayed to user if it provides invalid or already "
2557
  "registered email"
@@ -2559,11 +2567,11 @@ msgstr ""
2559
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2560
  "раніше запроваджену пошту"
2561
 
2562
- #: ../admin/social_login.php:1011
2563
  msgid "Email popup height"
2564
  msgstr "Висота спливаючого вікна"
2565
 
2566
- #: ../admin/social_login.php:1021
2567
  msgid ""
2568
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2569
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2573,11 +2581,11 @@ msgstr ""
2573
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2574
  "базового значення."
2575
 
2576
- #: ../admin/social_login.php:1029
2577
  msgid "Enable email verification"
2578
  msgstr "Включити перевірку електронної пошти"
2579
 
2580
- #: ../admin/social_login.php:1039
2581
  msgid ""
2582
  "If enabled, email provided by the user will be verified by sending a "
2583
  "confirmation link to that email. User would not be able to login without "
@@ -2586,91 +2594,91 @@ msgstr ""
2586
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2587
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2588
 
2589
- #: ../admin/social_login.php:1060
2590
  #, fuzzy
2591
  msgid "Enable GDPR opt-in"
2592
  msgstr "Активувати коментування через Disqus"
2593
 
2594
- #: ../admin/social_login.php:1070
2595
  msgid ""
2596
  "Enable it to show GDPR opt-in for social login and social account linking"
2597
  msgstr ""
2598
 
2599
- #: ../admin/social_login.php:1079
2600
  #, fuzzy
2601
  msgid "Placement of GDPR opt-in"
2602
  msgstr "Активувати коментування через Disqus"
2603
 
2604
- #: ../admin/social_login.php:1083
2605
  #, fuzzy
2606
  msgid "Above Social Login icons"
2607
  msgstr "Параметри входу через соцмережі"
2608
 
2609
- #: ../admin/social_login.php:1085
2610
  #, fuzzy
2611
  msgid "Below Social Login icons"
2612
  msgstr "Параметри входу через соцмережі"
2613
 
2614
- #: ../admin/social_login.php:1091
2615
  #, fuzzy
2616
  msgid "Placement of GDPR opt-in above or below the social login icons"
2617
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2618
 
2619
- #: ../admin/social_login.php:1099
2620
  msgid "Opt-in text"
2621
  msgstr ""
2622
 
2623
- #: ../admin/social_login.php:1109
2624
  #, fuzzy
2625
  msgid "Text for the GDPR opt-in"
2626
  msgstr "Активувати коментування через Disqus"
2627
 
2628
- #: ../admin/social_login.php:1117
2629
  msgid "Text to link to Privacy Policy page"
2630
  msgstr ""
2631
 
2632
- #: ../admin/social_login.php:1127
2633
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2634
  msgstr ""
2635
 
2636
- #: ../admin/social_login.php:1135
2637
  msgid "Privacy Policy Url"
2638
  msgstr ""
2639
 
2640
- #: ../admin/social_login.php:1145
2641
  #, fuzzy
2642
  msgid "Url of the privacy policy page of your website"
2643
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2644
 
2645
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2646
  #: ../inc/widget.php:602 ../inc/widget.php:750
2647
  msgid "Select"
2648
  msgstr "Вибір"
2649
 
2650
- #: ../admin/social_login.php:1227
2651
  msgid "Social Login Shortcode & Widget"
2652
  msgstr "Шорткод і віджет для входу через соцмережі"
2653
 
2654
- #: ../admin/social_login.php:1228
2655
  msgid "Social Linking Shortcode"
2656
  msgstr "Шорткод соціальних посилань"
2657
 
2658
- #: ../admin/social_login.php:1243
2659
  #, fuzzy
2660
  msgid "Why is social login not working?"
2661
  msgstr "Чому Facebook Логін не працює?"
2662
 
2663
- #: ../admin/social_login.php:1244
2664
  msgid ""
2665
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2666
  "belong to the same app"
2667
  msgstr ""
2668
 
2669
- #: ../admin/social_login.php:1246
2670
  msgid "Social Login not working with Varnish enabled"
2671
  msgstr ""
2672
 
2673
- #: ../admin/social_login.php:1247
2674
  msgid ""
2675
  "Why the user is not appearing logged in even after Social Login until the "
2676
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:46+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
72
  "Переконайтеся, що «Включити Блокування зворотного виклику» параметр "
73
  "відключений. Дивіться крок 4% s"
74
 
75
+ #: ../super_socializer.php:907 ../helper.php:976
76
  msgid "Please verify your email address to login."
77
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
78
 
79
+ #: ../super_socializer.php:907
80
  msgid "Your email has been verified. Now you can login to your account"
81
  msgstr ""
82
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
83
  "облікового запису"
84
 
85
+ #: ../super_socializer.php:911
86
  msgid "Notification"
87
  msgstr "Повідомлення"
88
 
89
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
90
  msgid "Email required"
91
  msgstr "Електронна адреса (обо'язково)"
92
 
93
+ #: ../super_socializer.php:932
94
  msgid "Please check your email inbox to complete the registration."
95
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
96
 
97
+ #: ../super_socializer.php:939 ../helper.php:508
98
  msgid "Enter your LiveJournal username"
99
  msgstr "Введіть ваше ім'я користувача LiveJournal"
100
 
101
+ #: ../super_socializer.php:1011
102
  msgid "Leave a reply"
103
  msgstr "Залишити коментар"
104
 
105
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
106
  msgid "Shares"
107
  msgstr "Поширили:"
108
 
109
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
110
  msgid "Share"
111
  msgstr "Поділитися"
112
 
113
+ #: ../super_socializer.php:1023
114
  #, fuzzy
115
  msgid "Link copied."
116
  msgstr "LinkedIn"
117
 
118
+ #: ../super_socializer.php:1269
119
  msgid "Super Socializer - General Options"
120
  msgstr "Super Socializer - Загальні Параметри"
121
 
122
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
123
  #: ../admin/social_commenting.php:47
124
  msgid "General Options"
125
  msgstr "Загальні параметри"
126
 
127
+ #: ../super_socializer.php:1337 ../helper.php:898
128
  msgid "Social Avatar"
129
  msgstr "Соціальний Аватар"
130
 
131
+ #: ../super_socializer.php:1340
132
  msgid "Small Avatar Url"
133
  msgstr "Посилання для маленького аватара"
134
 
135
+ #: ../super_socializer.php:1344
136
  msgid "Large Avatar Url"
137
  msgstr "Посилання для великого аватара"
138
 
139
+ #: ../super_socializer.php:1348 ../helper.php:901
140
  msgid ""
141
  "Do not fetch and update social avatar from my profile, next time I Social "
142
  "Login"
144
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
145
  "раз коли я використовую вхід через соцмережі"
146
 
147
+ #: ../super_socializer.php:1352 ../helper.php:902
148
  msgid "Update social avatar, next time I Social Login"
149
  msgstr ""
150
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
151
  "соцмережі"
152
 
153
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
154
  msgid ""
155
  "Your browser is blocking some features of this website. Please follow the "
156
  "instructions at {support_url} to unblock these."
158
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
159
  "інструкцій в {support_url}, щоб розблокувати функції."
160
 
161
+ #: ../super_socializer.php:1431
162
  msgid "Login with your Social ID"
163
  msgstr "Увійти через соціальний аккаунт"
164
 
165
+ #: ../super_socializer.php:1432
166
  msgid "Email you entered is already registered or invalid"
167
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
168
 
169
+ #: ../super_socializer.php:1437
170
  msgid "Please enter a valid email address. You might be required to verify it"
171
  msgstr ""
172
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
173
  "потрібно перевірити його"
174
 
175
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
176
  msgid "Link your social account to login to your account at this website"
177
  msgstr ""
178
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
179
  "запис на цьому сайті"
180
 
181
+ #: ../super_socializer.php:1687
182
  msgid "Thanks for installing Super Socializer plugin"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1689
186
  msgid "Configure the Plugin"
187
  msgstr ""
188
 
189
+ #: ../super_socializer.php:1700
190
  msgid ""
191
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
192
  "current version of Super Socialzer"
193
  msgstr ""
194
 
195
+ #: ../super_socializer.php:1709
196
  msgid ""
197
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
198
  "version of Super Socialzer"
199
  msgstr ""
200
 
201
+ #: ../super_socializer.php:1718
202
  msgid ""
203
  "Update \"Social Login Buttons\" add-on for compatibility with current "
204
  "version of Super Socialzer"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1727
208
  msgid ""
209
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
210
  "with current version of Super Socialzer"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1736
214
  msgid ""
215
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
216
  "with current version of Super Socialzer"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1743
220
  msgid ""
221
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
222
  "LiveJournal Login of Super Socialzer"
223
  msgstr ""
224
 
225
+ #: ../super_socializer.php:1754
226
  #, php-format
227
  msgid ""
228
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:1770
232
  #, php-format
233
  msgid ""
234
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1794
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
246
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
247
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
248
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
249
  msgid "Okay"
250
  msgstr "Гаразд."
251
 
252
+ #: ../super_socializer.php:1819
253
  #, php-format
254
  msgid ""
255
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
257
  "\">here</a>"
258
  msgstr ""
259
 
260
+ #: ../super_socializer.php:1844
261
  #, php-format
262
  msgid ""
263
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
265
  "target=\"_blank\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1869
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
273
  "target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1880
277
  #, php-format
278
  msgid ""
279
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
280
  msgstr ""
281
 
282
+ #: ../super_socializer.php:1902
283
  #, php-format
284
  msgid ""
285
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
287
  "\"%s\" target=\"_blank\">here</a>"
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1930
291
  #, php-format
292
  msgid ""
293
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
296
  "your website %s with them. No need to copy-paste any code from their website."
297
  msgstr ""
298
 
299
+ #: ../super_socializer.php:1957
300
  #, php-format
301
  msgid ""
302
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
304
  "\"%s\" target=\"_blank\">here</a>"
305
  msgstr ""
306
 
307
+ #: ../super_socializer.php:1982
308
  #, php-format
309
  msgid ""
310
  "If you cannot get Linkedin login to work after updating the plugin, replace "
312
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
313
  msgstr ""
314
 
315
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
316
  msgid "Dismiss"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2008
320
  #, php-format
321
  msgid ""
322
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
325
  "that, clear share counts cache from \"Miscellaneous\" section"
326
  msgstr ""
327
 
328
+ #: ../super_socializer.php:2034
329
  #, php-format
330
  msgid ""
331
  "Your website visitors will see a popup notification (only once) if their "
435
 
436
  #: ../helper.php:913 ../admin/general_options.php:132
437
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
438
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
439
  msgid "Save Changes"
440
  msgstr "Зберегти налаштування"
441
 
459
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
460
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
461
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
462
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
463
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
464
  #, fuzzy, php-format
465
  msgid ""
542
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
543
 
544
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
545
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
546
  #: ../admin/like_buttons.php:836
547
  #, fuzzy
548
  msgid "Instagram Shoutout"
549
  msgstr "Instagram"
550
 
551
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
552
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
553
  #: ../admin/like_buttons.php:838
554
  msgid ""
555
  "If you can send (to hello@heateor.com) how our plugin is helping your "
558
  msgstr ""
559
 
560
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
561
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
562
  #: ../admin/like_buttons.php:839
563
  msgid ""
564
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
569
  msgstr ""
570
 
571
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
572
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
573
  #: ../admin/like_buttons.php:840
574
  msgid ""
575
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
709
 
710
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
711
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
712
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
713
  #: ../admin/like_buttons.php:797
714
  msgid "Shortcode & Widget"
715
  msgstr "Шорткод і віджет"
720
 
721
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
722
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
723
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
724
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
725
  msgid "FAQ"
726
  msgstr "Часті питання (FAQ)"
953
  msgstr "Посилання щоб Поділитися"
954
 
955
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
956
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
957
  #: ../inc/widget.php:945
958
  msgid "Title"
959
  msgstr "Заголовок"
1039
  msgstr "Розміщення"
1040
 
1041
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
1042
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
1043
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
1044
  msgid "Homepage"
1045
  msgstr "Головна"
1512
  "\"Отримання інформації про нову поломки \"."
1513
 
1514
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1515
+ #: ../admin/social_login.php:1259
1516
  msgid ""
1517
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1518
  "an online website for the plugin to function properly."
1570
  msgstr ""
1571
 
1572
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1573
+ #: ../admin/social_login.php:1266
1574
  msgid "Why is my browser blocking some features of the plugin?"
1575
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
1576
 
1887
  msgid "Advanced Configuration"
1888
  msgstr "Розширена конфігурація"
1889
 
1890
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1891
  msgid "GDPR"
1892
  msgstr ""
1893
 
1894
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1895
  msgid "XProfile Integration"
1896
  msgstr "XProfile інтеграція"
1897
 
2258
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2259
 
2260
  #: ../admin/social_login.php:551
2261
+ msgid "Tigger social login in the same browser tab"
2262
+ msgstr ""
2263
+
2264
+ #: ../admin/social_login.php:561
2265
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2266
+ msgstr ""
2267
+
2268
+ #: ../admin/social_login.php:569
2269
  #, fuzzy
2270
  msgid "Center align icons"
2271
  msgstr "Змінити порядок іконок"
2272
 
2273
+ #: ../admin/social_login.php:579
2274
  #, fuzzy
2275
  msgid "Center align social login icons"
2276
  msgstr "Параметри входу через соцмережі"
2277
 
2278
+ #: ../admin/social_login.php:587
2279
  msgid "Enable at login page"
2280
  msgstr "Включити сторінку входу"
2281
 
2282
+ #: ../admin/social_login.php:597
2283
  msgid ""
2284
  "Social Login interface will get enabled at the login page of your website"
2285
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці входу"
2286
 
2287
+ #: ../admin/social_login.php:605
2288
  msgid "Enable at register page"
2289
  msgstr "Включити на сторінці реєстрації"
2290
 
2291
+ #: ../admin/social_login.php:615
2292
  msgid ""
2293
  "Social Login interface will get enabled at the registration page of your "
2294
  "website"
2295
  msgstr "Інтерфейс входу через соцмережі буде активовано на сторінці"
2296
 
2297
+ #: ../admin/social_login.php:623
2298
  msgid "Enable at comment form"
2299
  msgstr "Включити в формі коментування"
2300
 
2301
+ #: ../admin/social_login.php:633
2302
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2303
  msgstr ""
2304
  "Інтерфейс входу через соцмережі буде активовано у вашій формі коментування "
2305
  "Wordpress"
2306
 
2307
+ #: ../admin/social_login.php:648
2308
  msgid "Enable before WooCommerce Customer Login Form"
2309
  msgstr "Активувати перед формою входу покупця в WooCommerce"
2310
 
2311
+ #: ../admin/social_login.php:658
2312
  msgid ""
2313
  "Social Login Interface will get enabled before the customer login form at "
2314
  "WooCommerce My Account page"
2316
  "Інтерфейс входу через соцмережі буде активовано перед формою входу для "
2317
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2318
 
2319
+ #: ../admin/social_login.php:666
2320
  #, fuzzy
2321
  msgid "Enable at WooCommerce Customer Login Form"
2322
  msgstr "Включити після форми входу клієнта WooCommerce"
2323
 
2324
+ #: ../admin/social_login.php:676
2325
  #, fuzzy
2326
  msgid ""
2327
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2330
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2331
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2332
 
2333
+ #: ../admin/social_login.php:684
2334
  #, fuzzy
2335
  msgid "Enable at WooCommerce Customer Register Form"
2336
  msgstr "Включити після форми входу клієнта WooCommerce"
2337
 
2338
+ #: ../admin/social_login.php:694
2339
  #, fuzzy
2340
  msgid ""
2341
  "Integrate Social Login Interface with the customer register form at "
2344
  "Інтерфейс входу через соцмережі буде активовано після форми входу для "
2345
  "покупця на сторінці Мій Аккаунт в WooCommerce"
2346
 
2347
+ #: ../admin/social_login.php:702
2348
  msgid "Enable at WooCommerce checkout page"
2349
  msgstr "Включити на сторінці оформлення замовлення WooCommerce"
2350
 
2351
+ #: ../admin/social_login.php:712
2352
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2353
  msgstr ""
2354
  "Інтерфейс входу через соцмережі буде активовано на сторінці оформлення "
2355
  "замовлення в WooCommerce"
2356
 
2357
+ #: ../admin/social_login.php:723
2358
  msgid "Auto-approve comments made by Social Login users"
2359
  msgstr ""
2360
  "Автоматичне схвалення коментарів для користувачів, які увійшли через "
2361
  "соцмережі"
2362
 
2363
+ #: ../admin/social_login.php:733
2364
  msgid ""
2365
  "If this option is enabled, and WordPress comment is made by Social Login "
2366
  "user, comment will get approved immediately without keeping in moderation."
2369
  "користувачем, який увійшов через соцмережі, то коментар буде опублікований "
2370
  "відразу без модерації."
2371
 
2372
+ #: ../admin/social_login.php:734
2373
  msgid "Note: This is not related to Facebook comments"
2374
  msgstr "Примітка: Це не пов'язано з коментарями від Facebook"
2375
 
2376
+ #: ../admin/social_login.php:744
2377
  msgid "Enable social avatar"
2378
  msgstr "Включення соціальних аватар"
2379
 
2380
+ #: ../admin/social_login.php:754
2381
  msgid ""
2382
  "Social profile pictures of the logged in user will be displayed as profile "
2383
  "avatar"
2385
  "Зображення користувача в соцмережах буде використовуватися як зображення "
2386
  "профілю на сайті"
2387
 
2388
+ #: ../admin/social_login.php:764
2389
  msgid "Avatar quality"
2390
  msgstr "Якість аватарки"
2391
 
2392
+ #: ../admin/social_login.php:767
2393
  msgid "Average"
2394
  msgstr "Середнє"
2395
 
2396
+ #: ../admin/social_login.php:768
2397
  msgid "Best"
2398
  msgstr "Кращий"
2399
 
2400
+ #: ../admin/social_login.php:775
2401
  msgid "Choose avatar quality"
2402
  msgstr "Виберіть якість аватара"
2403
 
2404
+ #: ../admin/social_login.php:784
2405
  msgid ""
2406
  "Show option for users to update social avatar at BuddyPress profile page"
2407
  msgstr ""
2408
  "Показати варіант для користувачів для оновлення соціального аватара на "
2409
  "сторінці профілю BuddyPress"
2410
 
2411
+ #: ../admin/social_login.php:794
2412
  msgid ""
2413
  "If enabled, users would be able to update their social avatar from \"Profile "
2414
  "photo\" section in BuddyPress profile at front-end"
2416
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2417
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2418
 
2419
+ #: ../admin/social_login.php:815
2420
  msgid ""
2421
  "If enabled and Social ID provider does not provide user's email address on "
2422
  "login, user will be asked to provide his/her email address. Otherwise, a "
2426
  "входу, користувачеві буде потрібно ввести свою пошту. В іншому ж випадку, "
2427
  "пошта буде створена за зразком."
2428
 
2429
+ #: ../admin/social_login.php:824
2430
  msgid "Send post-registration email to user to set account password"
2431
  msgstr ""
2432
  "Відправити після реєстрації електронною поштою користувачу лист щоб "
2433
  "встановити пароль облікового запису"
2434
 
2435
+ #: ../admin/social_login.php:834
2436
  msgid ""
2437
  "If enabled, an email will be sent to user after registration through Social "
2438
  "Login, regarding his/her login credentials (username-password to be able to "
2442
  "буде відправлено лист з ім'ям і пароль щоб була можливість зайти через "
2443
  "стандартну форму авторизації"
2444
 
2445
+ #: ../admin/social_login.php:842
2446
  msgid "Send new user registration notification email to admin"
2447
  msgstr ""
2448
  "Надіслати повідомлення про реєстрацію нового користувача по електронній "
2449
  "пошті адміністратору"
2450
 
2451
+ #: ../admin/social_login.php:852
2452
  msgid ""
2453
  "If enabled, an email will be sent to admin after new user registers through "
2454
  "Social Login, notifying admin about the new user registration"
2456
  "Якщо опція включена, на пошту адміністратора прийде повідомлення про "
2457
  "реєстрацію нового користувача через соцмережі."
2458
 
2459
+ #: ../admin/social_login.php:860
2460
  msgid "Login redirection"
2461
  msgstr "Перенаправлення входу"
2462
 
2463
+ #: ../admin/social_login.php:864
2464
  msgid "Same page where user logged in"
2465
  msgstr "Та ж сторінка, на якій користувач зробив вхід"
2466
 
2467
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2468
  msgid "Account dashboard"
2469
  msgstr "Сторінка управління аккаунтом"
2470
 
2471
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2472
  msgid "BuddyPress profile page"
2473
  msgstr "Сторінка профілю BuddyPress"
2474
 
2475
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2476
  msgid "Custom Url"
2477
  msgstr "Користувацьке посилання"
2478
 
2479
+ #: ../admin/social_login.php:882
2480
  msgid "User will be redirected to the selected page after Social Login"
2481
  msgstr ""
2482
  "Користувач буде перенаправлений на обрану сторінку після входу через "
2483
  "соцмережі"
2484
 
2485
+ #: ../admin/social_login.php:890
2486
  msgid "Registration redirection"
2487
  msgstr "Перенаправлення реєстрації"
2488
 
2489
+ #: ../admin/social_login.php:894
2490
  msgid "Same page from where user registered"
2491
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2492
 
2493
+ #: ../admin/social_login.php:912
2494
  msgid ""
2495
  "User will be redirected to the selected page after registration (first "
2496
  "Social Login) through Social Login"
2498
  "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2499
  "вхід чере соцмережі) через соцмережі"
2500
 
2501
+ #: ../admin/social_login.php:921
2502
  #, fuzzy
2503
  msgid "Social Account Linking Options"
2504
  msgstr "Посилання на соціальний аккаунт"
2505
 
2506
+ #: ../admin/social_login.php:937
2507
  #, fuzzy
2508
  msgid "Text to display above the Social Account Linking interface"
2509
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2510
 
2511
+ #: ../admin/social_login.php:945
2512
  msgid ""
2513
  "Link social account to already existing account, if email address matches"
2514
  msgstr ""
2515
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2516
 
2517
+ #: ../admin/social_login.php:955
2518
  #, fuzzy
2519
  msgid ""
2520
  "If email address of the user's Social Account matches with an already "
2527
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2528
  "профілю."
2529
 
2530
+ #: ../admin/social_login.php:964
2531
  msgid "Enable social account linking at BuddyPress profile page"
2532
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2533
 
2534
+ #: ../admin/social_login.php:974
2535
  msgid ""
2536
  "Enable this option to show social account linking interface at BuddyPress "
2537
  "profile page"
2539
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2540
  "BuddyPress"
2541
 
2542
+ #: ../admin/social_login.php:985
2543
  msgid "Email popup options"
2544
  msgstr "Параметри спливаючій електронної пошти"
2545
 
2546
+ #: ../admin/social_login.php:991
2547
  msgid "Text on 'Email required' popup"
2548
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2549
 
2550
+ #: ../admin/social_login.php:1001
2551
  msgid ""
2552
  "This text will be displayed on email required popup. Leave empty if not "
2553
  "required."
2555
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2556
  "поле порожнім якщо не потрібно."
2557
 
2558
+ #: ../admin/social_login.php:1010
2559
  msgid "Error message for 'Email required' popup"
2560
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2561
 
2562
+ #: ../admin/social_login.php:1020
2563
  msgid ""
2564
  "This message will be displayed to user if it provides invalid or already "
2565
  "registered email"
2567
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2568
  "раніше запроваджену пошту"
2569
 
2570
+ #: ../admin/social_login.php:1029
2571
  msgid "Email popup height"
2572
  msgstr "Висота спливаючого вікна"
2573
 
2574
+ #: ../admin/social_login.php:1039
2575
  msgid ""
2576
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2577
  "can increase the height of popup by specifying in this option. Leave empty "
2581
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2582
  "базового значення."
2583
 
2584
+ #: ../admin/social_login.php:1047
2585
  msgid "Enable email verification"
2586
  msgstr "Включити перевірку електронної пошти"
2587
 
2588
+ #: ../admin/social_login.php:1057
2589
  msgid ""
2590
  "If enabled, email provided by the user will be verified by sending a "
2591
  "confirmation link to that email. User would not be able to login without "
2594
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2595
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2596
 
2597
+ #: ../admin/social_login.php:1078
2598
  #, fuzzy
2599
  msgid "Enable GDPR opt-in"
2600
  msgstr "Активувати коментування через Disqus"
2601
 
2602
+ #: ../admin/social_login.php:1088
2603
  msgid ""
2604
  "Enable it to show GDPR opt-in for social login and social account linking"
2605
  msgstr ""
2606
 
2607
+ #: ../admin/social_login.php:1097
2608
  #, fuzzy
2609
  msgid "Placement of GDPR opt-in"
2610
  msgstr "Активувати коментування через Disqus"
2611
 
2612
+ #: ../admin/social_login.php:1101
2613
  #, fuzzy
2614
  msgid "Above Social Login icons"
2615
  msgstr "Параметри входу через соцмережі"
2616
 
2617
+ #: ../admin/social_login.php:1103
2618
  #, fuzzy
2619
  msgid "Below Social Login icons"
2620
  msgstr "Параметри входу через соцмережі"
2621
 
2622
+ #: ../admin/social_login.php:1109
2623
  #, fuzzy
2624
  msgid "Placement of GDPR opt-in above or below the social login icons"
2625
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2626
 
2627
+ #: ../admin/social_login.php:1117
2628
  msgid "Opt-in text"
2629
  msgstr ""
2630
 
2631
+ #: ../admin/social_login.php:1127
2632
  #, fuzzy
2633
  msgid "Text for the GDPR opt-in"
2634
  msgstr "Активувати коментування через Disqus"
2635
 
2636
+ #: ../admin/social_login.php:1135
2637
  msgid "Text to link to Privacy Policy page"
2638
  msgstr ""
2639
 
2640
+ #: ../admin/social_login.php:1145
2641
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2642
  msgstr ""
2643
 
2644
+ #: ../admin/social_login.php:1153
2645
  msgid "Privacy Policy Url"
2646
  msgstr ""
2647
 
2648
+ #: ../admin/social_login.php:1163
2649
  #, fuzzy
2650
  msgid "Url of the privacy policy page of your website"
2651
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2652
 
2653
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2654
  #: ../inc/widget.php:602 ../inc/widget.php:750
2655
  msgid "Select"
2656
  msgstr "Вибір"
2657
 
2658
+ #: ../admin/social_login.php:1245
2659
  msgid "Social Login Shortcode & Widget"
2660
  msgstr "Шорткод і віджет для входу через соцмережі"
2661
 
2662
+ #: ../admin/social_login.php:1246
2663
  msgid "Social Linking Shortcode"
2664
  msgstr "Шорткод соціальних посилань"
2665
 
2666
+ #: ../admin/social_login.php:1261
2667
  #, fuzzy
2668
  msgid "Why is social login not working?"
2669
  msgstr "Чому Facebook Логін не працює?"
2670
 
2671
+ #: ../admin/social_login.php:1262
2672
  msgid ""
2673
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2674
  "belong to the same app"
2675
  msgstr ""
2676
 
2677
+ #: ../admin/social_login.php:1264
2678
  msgid "Social Login not working with Varnish enabled"
2679
  msgstr ""
2680
 
2681
+ #: ../admin/social_login.php:1265
2682
  msgid ""
2683
  "Why the user is not appearing logged in even after Social Login until the "
2684
  "webpage is refreshed manually?"
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2019-06-05 10:39+0530\n"
5
- "PO-Revision-Date: 2019-06-05 10:40+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -70,78 +70,78 @@ msgid ""
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
- #: super_socializer.php:910 helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
77
- #: super_socializer.php:910
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
80
 
81
- #: super_socializer.php:914
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
- #: super_socializer.php:932 admin/social_login.php:787
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
89
- #: super_socializer.php:935
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "请检查您的电子邮件收件箱以完成注册。"
92
 
93
- #: super_socializer.php:942 helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr "输入您的 LiveJournal 用户名"
96
 
97
- #: super_socializer.php:1014
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
- #: super_socializer.php:1026 inc/social_sharing.php:241
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
- #: super_socializer.php:1026 inc/social_sharing.php:241
106
  msgid "Share"
107
  msgstr "分享"
108
 
109
- #: super_socializer.php:1026
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
- #: super_socializer.php:1272
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
- #: super_socializer.php:1272 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
- #: super_socializer.php:1340 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
- #: super_socializer.php:1343
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
- #: super_socializer.php:1347
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
- #: super_socializer.php:1351 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
- #: super_socializer.php:1355 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
- #: super_socializer.php:1428 super_socializer.php:2200
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
@@ -149,50 +149,50 @@ msgstr ""
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
- #: super_socializer.php:1434
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
- #: super_socializer.php:1435
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
- #: super_socializer.php:1440
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
- #: super_socializer.php:1444 super_socializer.php:2124
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
- #: super_socializer.php:1690
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
- #: super_socializer.php:1692
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
- #: super_socializer.php:1703
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
181
 
182
- #: super_socializer.php:1712
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
188
 
189
- #: super_socializer.php:1721
190
  msgid ""
191
  "Update \"Social Login Buttons\" add-on for compatibility with current "
192
  "version of Super Socialzer"
193
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
194
 
195
- #: super_socializer.php:1730
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
@@ -200,20 +200,20 @@ msgstr ""
200
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
201
  "容"
202
 
203
- #: super_socializer.php:1739
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
209
 
210
- #: super_socializer.php:1746
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
215
 
216
- #: super_socializer.php:1757
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -221,13 +221,13 @@ msgstr ""
221
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
222
  "处 </a>"
223
 
224
- #: super_socializer.php:1773
225
  #, php-format
226
  msgid ""
227
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
228
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
229
 
230
- #: super_socializer.php:1797
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -238,14 +238,14 @@ msgstr ""
238
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
239
  "target = \"_ black\" > </a>"
240
 
241
- #: super_socializer.php:1797 super_socializer.php:1822
242
- #: super_socializer.php:1847 super_socializer.php:1872
243
- #: super_socializer.php:1905 super_socializer.php:1933
244
- #: super_socializer.php:1960 super_socializer.php:2037
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
- #: super_socializer.php:1822
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -256,7 +256,7 @@ msgstr ""
256
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
257
  "a>"
258
 
259
- #: super_socializer.php:1847
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -267,7 +267,7 @@ msgstr ""
267
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
268
  "black\" > </a>"
269
 
270
- #: super_socializer.php:1872
271
  #, php-format
272
  msgid ""
273
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -278,13 +278,13 @@ msgstr ""
278
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
279
  "black\" > </a>"
280
 
281
- #: super_socializer.php:1883
282
  #, php-format
283
  msgid ""
284
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
285
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
286
 
287
- #: super_socializer.php:1905
288
  #, php-format
289
  msgid ""
290
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -294,7 +294,7 @@ msgstr ""
294
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
295
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
296
 
297
- #: super_socializer.php:1933
298
  #, php-format
299
  msgid ""
300
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -303,7 +303,7 @@ msgid ""
303
  "your website %s with them. No need to copy-paste any code from their website."
304
  msgstr ""
305
 
306
- #: super_socializer.php:1960
307
  #, php-format
308
  msgid ""
309
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -314,7 +314,7 @@ msgstr ""
314
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
315
  "\" > </a>"
316
 
317
- #: super_socializer.php:1985
318
  #, fuzzy, php-format
319
  msgid ""
320
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -325,11 +325,11 @@ msgstr ""
325
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
326
  "black\" > </a>"
327
 
328
- #: super_socializer.php:1985 super_socializer.php:2012
329
  msgid "Dismiss"
330
  msgstr ""
331
 
332
- #: super_socializer.php:2011
333
  #, php-format
334
  msgid ""
335
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -338,7 +338,7 @@ msgid ""
338
  "that, clear share counts cache from \"Miscellaneous\" section"
339
  msgstr ""
340
 
341
- #: super_socializer.php:2037
342
  #, php-format
343
  msgid ""
344
  "Your website visitors will see a popup notification (only once) if their "
@@ -445,7 +445,7 @@ msgid "Large Avatar"
445
  msgstr "大头像"
446
 
447
  #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2020
448
- #: admin/social_commenting.php:413 admin/social_login.php:1259
449
  #: admin/like_buttons.php:826
450
  msgid "Save Changes"
451
  msgstr "保存更改"
@@ -469,7 +469,7 @@ msgstr "发生了一些不好的事情"
469
  #: admin/general_options.php:7 admin/general_options.php:136
470
  #: admin/social_sharing.php:5 admin/social_sharing.php:2024
471
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
472
- #: admin/social_login.php:5 admin/social_login.php:1263
473
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
474
  #, fuzzy, php-format
475
  msgid ""
@@ -539,13 +539,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
539
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
540
 
541
  #: admin/general_options.php:147 admin/social_sharing.php:2030
542
- #: admin/social_commenting.php:423 admin/social_login.php:1269
543
  #: admin/like_buttons.php:836
544
  msgid "Instagram Shoutout"
545
  msgstr ""
546
 
547
  #: admin/general_options.php:149 admin/social_sharing.php:2032
548
- #: admin/social_commenting.php:425 admin/social_login.php:1271
549
  #: admin/like_buttons.php:838
550
  msgid ""
551
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -556,7 +556,7 @@ msgstr ""
556
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
557
 
558
  #: admin/general_options.php:150 admin/social_sharing.php:2033
559
- #: admin/social_commenting.php:426 admin/social_login.php:1272
560
  #: admin/like_buttons.php:839
561
  msgid ""
562
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -570,7 +570,7 @@ msgstr ""
570
  "常简单的方式精通自己选择的编程语言。"
571
 
572
  #: admin/general_options.php:151 admin/social_sharing.php:2034
573
- #: admin/social_commenting.php:427 admin/social_login.php:1273
574
  #: admin/like_buttons.php:840
575
  msgid ""
576
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -712,7 +712,7 @@ msgstr "第三方集成"
712
 
713
  #: admin/social_sharing.php:60 admin/social_sharing.php:1945
714
  #: admin/social_sharing.php:1947 admin/social_login.php:46
715
- #: admin/social_login.php:1225 admin/like_buttons.php:51
716
  #: admin/like_buttons.php:797
717
  msgid "Shortcode & Widget"
718
  msgstr "简码&小工具"
@@ -723,7 +723,7 @@ msgstr "排错"
723
 
724
  #: admin/social_sharing.php:62 admin/social_sharing.php:1978
725
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
726
- #: admin/social_login.php:47 admin/social_login.php:1239
727
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
728
  msgid "FAQ"
729
  msgstr "常见问题解答"
@@ -950,7 +950,7 @@ msgid "Url to share"
950
  msgstr "要分享的网址"
951
 
952
  #: admin/social_sharing.php:739 admin/social_login.php:532
953
- #: admin/social_login.php:909 admin/like_buttons.php:109 inc/widget.php:945
954
  msgid "Title"
955
  msgstr "标题"
956
 
@@ -1032,7 +1032,7 @@ msgid "Placement"
1032
  msgstr "放置"
1033
 
1034
  #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1035
- #: admin/social_login.php:848 admin/social_login.php:878
1036
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1037
  msgid "Homepage"
1038
  msgstr "主页"
@@ -1473,7 +1473,7 @@ msgstr ""
1473
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1474
 
1475
  #: admin/social_sharing.php:1980 admin/social_commenting.php:399
1476
- #: admin/social_login.php:1241
1477
  msgid ""
1478
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1479
  "an online website for the plugin to function properly."
@@ -1533,7 +1533,7 @@ msgid ""
1533
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1534
 
1535
  #: admin/social_sharing.php:1995 admin/social_commenting.php:402
1536
- #: admin/social_login.php:1248
1537
  msgid "Why is my browser blocking some features of the plugin?"
1538
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1539
 
@@ -1826,11 +1826,11 @@ msgstr "基本配置"
1826
  msgid "Advanced Configuration"
1827
  msgstr "高级配置"
1828
 
1829
- #: admin/social_login.php:42 admin/social_login.php:1054
1830
  msgid "GDPR"
1831
  msgstr "GDPR"
1832
 
1833
- #: admin/social_login.php:44 admin/social_login.php:1176
1834
  msgid "XProfile Integration"
1835
  msgstr "xprofile 集成"
1836
 
@@ -2165,89 +2165,97 @@ msgid "Text to display above the Social Login interface"
2165
  msgstr "文本显示社交登录界面的上方"
2166
 
2167
  #: admin/social_login.php:551
 
 
 
 
 
 
 
 
2168
  #, fuzzy
2169
  msgid "Center align icons"
2170
  msgstr "重新排列图标"
2171
 
2172
- #: admin/social_login.php:561
2173
  #, fuzzy
2174
  msgid "Center align social login icons"
2175
  msgstr "社交登录选项"
2176
 
2177
- #: admin/social_login.php:569
2178
  msgid "Enable at login page"
2179
  msgstr "在登录页面启用"
2180
 
2181
- #: admin/social_login.php:579
2182
  msgid ""
2183
  "Social Login interface will get enabled at the login page of your website"
2184
  msgstr "社交登录界面会在你的网站的登录页面启用"
2185
 
2186
- #: admin/social_login.php:587
2187
  msgid "Enable at register page"
2188
  msgstr "在注册页面启用"
2189
 
2190
- #: admin/social_login.php:597
2191
  msgid ""
2192
  "Social Login interface will get enabled at the registration page of your "
2193
  "website"
2194
  msgstr "社交登录界面会在你的网站的注册页面启用"
2195
 
2196
- #: admin/social_login.php:605
2197
  msgid "Enable at comment form"
2198
  msgstr "在评论表单启用"
2199
 
2200
- #: admin/social_login.php:615
2201
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2202
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2203
 
2204
- #: admin/social_login.php:630
2205
  msgid "Enable before WooCommerce Customer Login Form"
2206
  msgstr "WooCommerce客户登录表单前启用"
2207
 
2208
- #: admin/social_login.php:640
2209
  msgid ""
2210
  "Social Login Interface will get enabled before the customer login form at "
2211
  "WooCommerce My Account page"
2212
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2213
 
2214
- #: admin/social_login.php:648
2215
  #, fuzzy
2216
  msgid "Enable at WooCommerce Customer Login Form"
2217
  msgstr "在WooCommerce客户登录表单后启用"
2218
 
2219
- #: admin/social_login.php:658
2220
  #, fuzzy
2221
  msgid ""
2222
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2223
  "My Account page"
2224
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2225
 
2226
- #: admin/social_login.php:666
2227
  #, fuzzy
2228
  msgid "Enable at WooCommerce Customer Register Form"
2229
  msgstr "在WooCommerce客户登录表单后启用"
2230
 
2231
- #: admin/social_login.php:676
2232
  #, fuzzy
2233
  msgid ""
2234
  "Integrate Social Login Interface with the customer register form at "
2235
  "WooCommerce My Account page"
2236
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2237
 
2238
- #: admin/social_login.php:684
2239
  msgid "Enable at WooCommerce checkout page"
2240
  msgstr "在WooCommerce “结算”页面启用"
2241
 
2242
- #: admin/social_login.php:694
2243
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2244
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2245
 
2246
- #: admin/social_login.php:705
2247
  msgid "Auto-approve comments made by Social Login users"
2248
  msgstr "自动批准社交登录用户评论"
2249
 
2250
- #: admin/social_login.php:715
2251
  msgid ""
2252
  "If this option is enabled, and WordPress comment is made by Social Login "
2253
  "user, comment will get approved immediately without keeping in moderation."
@@ -2255,42 +2263,42 @@ msgstr ""
2255
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2256
  "况下立即批准。"
2257
 
2258
- #: admin/social_login.php:716
2259
  msgid "Note: This is not related to Facebook comments"
2260
  msgstr "注:这Facebook的评论无关"
2261
 
2262
- #: admin/social_login.php:726
2263
  msgid "Enable social avatar"
2264
  msgstr "启用社交头像"
2265
 
2266
- #: admin/social_login.php:736
2267
  msgid ""
2268
  "Social profile pictures of the logged in user will be displayed as profile "
2269
  "avatar"
2270
  msgstr "登录用户的社交资料图片将显示为个人头像"
2271
 
2272
- #: admin/social_login.php:746
2273
  msgid "Avatar quality"
2274
  msgstr "头像质量"
2275
 
2276
- #: admin/social_login.php:749
2277
  msgid "Average"
2278
  msgstr "一般"
2279
 
2280
- #: admin/social_login.php:750
2281
  msgid "Best"
2282
  msgstr "最好"
2283
 
2284
- #: admin/social_login.php:757
2285
  msgid "Choose avatar quality"
2286
  msgstr "选择头像质量"
2287
 
2288
- #: admin/social_login.php:766
2289
  msgid ""
2290
  "Show option for users to update social avatar at BuddyPress profile page"
2291
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2292
 
2293
- #: admin/social_login.php:776
2294
  msgid ""
2295
  "If enabled, users would be able to update their social avatar from \"Profile "
2296
  "photo\" section in BuddyPress profile at front-end"
@@ -2298,7 +2306,7 @@ msgstr ""
2298
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2299
  "头像"
2300
 
2301
- #: admin/social_login.php:797
2302
  msgid ""
2303
  "If enabled and Social ID provider does not provide user's email address on "
2304
  "login, user will be asked to provide his/her email address. Otherwise, a "
@@ -2307,11 +2315,11 @@ msgstr ""
2307
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2308
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2309
 
2310
- #: admin/social_login.php:806
2311
  msgid "Send post-registration email to user to set account password"
2312
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2313
 
2314
- #: admin/social_login.php:816
2315
  msgid ""
2316
  "If enabled, an email will be sent to user after registration through Social "
2317
  "Login, regarding his/her login credentials (username-password to be able to "
@@ -2320,11 +2328,11 @@ msgstr ""
2320
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2321
  "(用户名,密码,能够通过传统的登录表单登录)"
2322
 
2323
- #: admin/social_login.php:824
2324
  msgid "Send new user registration notification email to admin"
2325
  msgstr "向管理员发送新的用户注册通知电子邮件"
2326
 
2327
- #: admin/social_login.php:834
2328
  msgid ""
2329
  "If enabled, an email will be sent to admin after new user registers through "
2330
  "Social Login, notifying admin about the new user registration"
@@ -2332,59 +2340,59 @@ msgstr ""
2332
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2333
  "关新用户注册的信息"
2334
 
2335
- #: admin/social_login.php:842
2336
  msgid "Login redirection"
2337
  msgstr "登录重定向"
2338
 
2339
- #: admin/social_login.php:846
2340
  msgid "Same page where user logged in"
2341
  msgstr "用户登录同样的页面"
2342
 
2343
- #: admin/social_login.php:850 admin/social_login.php:880
2344
  msgid "Account dashboard"
2345
  msgstr "帐户信息中心"
2346
 
2347
- #: admin/social_login.php:853 admin/social_login.php:883
2348
  msgid "BuddyPress profile page"
2349
  msgstr "BuddyPress 档案"
2350
 
2351
- #: admin/social_login.php:856 admin/social_login.php:886
2352
  msgid "Custom Url"
2353
  msgstr "自定义 URL"
2354
 
2355
- #: admin/social_login.php:864
2356
  msgid "User will be redirected to the selected page after Social Login"
2357
  msgstr "用户社交登录后会被重定向到选择的页面"
2358
 
2359
- #: admin/social_login.php:872
2360
  msgid "Registration redirection"
2361
  msgstr "注册重定向"
2362
 
2363
- #: admin/social_login.php:876
2364
  msgid "Same page from where user registered"
2365
  msgstr "用户注册同样的页面"
2366
 
2367
- #: admin/social_login.php:894
2368
  msgid ""
2369
  "User will be redirected to the selected page after registration (first "
2370
  "Social Login) through Social Login"
2371
  msgstr ""
2372
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2373
 
2374
- #: admin/social_login.php:903
2375
  msgid "Social Account Linking Options"
2376
  msgstr "社交帐户链接选项"
2377
 
2378
- #: admin/social_login.php:919
2379
  msgid "Text to display above the Social Account Linking interface"
2380
  msgstr "要显示在社交帐户链接界面上方的文本"
2381
 
2382
- #: admin/social_login.php:927
2383
  msgid ""
2384
  "Link social account to already existing account, if email address matches"
2385
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2386
 
2387
- #: admin/social_login.php:937
2388
  msgid ""
2389
  "If email address of the user's Social Account matches with an already "
2390
  "existing account at your website, that social account will be linked to "
@@ -2394,45 +2402,45 @@ msgstr ""
2394
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2395
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2396
 
2397
- #: admin/social_login.php:946
2398
  msgid "Enable social account linking at BuddyPress profile page"
2399
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2400
 
2401
- #: admin/social_login.php:956
2402
  msgid ""
2403
  "Enable this option to show social account linking interface at BuddyPress "
2404
  "profile page"
2405
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2406
 
2407
- #: admin/social_login.php:967
2408
  msgid "Email popup options"
2409
  msgstr "电子邮件弹出选项"
2410
 
2411
- #: admin/social_login.php:973
2412
  msgid "Text on 'Email required' popup"
2413
  msgstr "在“电子邮件必填”弹出口显示的文本"
2414
 
2415
- #: admin/social_login.php:983
2416
  msgid ""
2417
  "This text will be displayed on email required popup. Leave empty if not "
2418
  "required."
2419
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2420
 
2421
- #: admin/social_login.php:992
2422
  msgid "Error message for 'Email required' popup"
2423
  msgstr "“电子邮件必填”弹出口的错误信息"
2424
 
2425
- #: admin/social_login.php:1002
2426
  msgid ""
2427
  "This message will be displayed to user if it provides invalid or already "
2428
  "registered email"
2429
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2430
 
2431
- #: admin/social_login.php:1011
2432
  msgid "Email popup height"
2433
  msgstr "电子邮件弹出口高度"
2434
 
2435
- #: admin/social_login.php:1021
2436
  msgid ""
2437
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2438
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2441,11 +2449,11 @@ msgstr ""
2441
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2442
  "的高度。留空为默认。"
2443
 
2444
- #: admin/social_login.php:1029
2445
  msgid "Enable email verification"
2446
  msgstr "启用电子邮件验证"
2447
 
2448
- #: admin/social_login.php:1039
2449
  msgid ""
2450
  "If enabled, email provided by the user will be verified by sending a "
2451
  "confirmation link to that email. User would not be able to login without "
@@ -2454,86 +2462,86 @@ msgstr ""
2454
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2455
  "录。"
2456
 
2457
- #: admin/social_login.php:1060
2458
  msgid "Enable GDPR opt-in"
2459
  msgstr ""
2460
 
2461
- #: admin/social_login.php:1070
2462
  msgid ""
2463
  "Enable it to show GDPR opt-in for social login and social account linking"
2464
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2465
 
2466
- #: admin/social_login.php:1079
2467
  msgid "Placement of GDPR opt-in"
2468
  msgstr ""
2469
 
2470
- #: admin/social_login.php:1083
2471
  #, fuzzy
2472
  msgid "Above Social Login icons"
2473
  msgstr "社交登录选项"
2474
 
2475
- #: admin/social_login.php:1085
2476
  #, fuzzy
2477
  msgid "Below Social Login icons"
2478
  msgstr "社交登录选项"
2479
 
2480
- #: admin/social_login.php:1091
2481
  #, fuzzy
2482
  msgid "Placement of GDPR opt-in above or below the social login icons"
2483
  msgstr "在社交登录图标上方显示的选择加入的文本"
2484
 
2485
- #: admin/social_login.php:1099
2486
  msgid "Opt-in text"
2487
  msgstr ""
2488
 
2489
- #: admin/social_login.php:1109
2490
  msgid "Text for the GDPR opt-in"
2491
  msgstr ""
2492
 
2493
- #: admin/social_login.php:1117
2494
  msgid "Text to link to Privacy Policy page"
2495
  msgstr "要链接到隐私政策页面的文本"
2496
 
2497
- #: admin/social_login.php:1127
2498
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2499
  msgstr "要链接到隐私策略页的选入文本中的单词"
2500
 
2501
- #: admin/social_login.php:1135
2502
  msgid "Privacy Policy Url"
2503
  msgstr "隐私政策网址"
2504
 
2505
- #: admin/social_login.php:1145
2506
  msgid "Url of the privacy policy page of your website"
2507
  msgstr "您网站的隐私政策页面的网址"
2508
 
2509
- #: admin/social_login.php:1196 inc/widget.php:260 inc/widget.php:438
2510
  #: inc/widget.php:602 inc/widget.php:750
2511
  msgid "Select"
2512
  msgstr "选择"
2513
 
2514
- #: admin/social_login.php:1227
2515
  msgid "Social Login Shortcode & Widget"
2516
  msgstr ""
2517
 
2518
- #: admin/social_login.php:1228
2519
  msgid "Social Linking Shortcode"
2520
  msgstr "社交链接简码"
2521
 
2522
- #: admin/social_login.php:1243
2523
  msgid "Why is social login not working?"
2524
  msgstr "为什么社交登录不起作用?"
2525
 
2526
- #: admin/social_login.php:1244
2527
  msgid ""
2528
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2529
  "belong to the same app"
2530
  msgstr ""
2531
 
2532
- #: admin/social_login.php:1246
2533
  msgid "Social Login not working with Varnish enabled"
2534
  msgstr ""
2535
 
2536
- #: admin/social_login.php:1247
2537
  msgid ""
2538
  "Why the user is not appearing logged in even after Social Login until the "
2539
  "webpage is refreshed manually?"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2019-06-25 10:46+0530\n"
5
+ "PO-Revision-Date: 2019-06-25 10:46+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
70
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
71
  msgstr "确保禁用 \"启用回调锁定\" 选项。请参阅步骤 4 %s"
72
 
73
+ #: super_socializer.php:907 helper.php:976
74
  msgid "Please verify your email address to login."
75
  msgstr "请验证您的电子邮件地址以便登录。"
76
 
77
+ #: super_socializer.php:907
78
  msgid "Your email has been verified. Now you can login to your account"
79
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
80
 
81
+ #: super_socializer.php:911
82
  msgid "Notification"
83
  msgstr "通知"
84
 
85
+ #: super_socializer.php:929 admin/social_login.php:805
86
  msgid "Email required"
87
  msgstr "邮件地址(比选)"
88
 
89
+ #: super_socializer.php:932
90
  msgid "Please check your email inbox to complete the registration."
91
  msgstr "请检查您的电子邮件收件箱以完成注册。"
92
 
93
+ #: super_socializer.php:939 helper.php:508
94
  msgid "Enter your LiveJournal username"
95
  msgstr "输入您的 LiveJournal 用户名"
96
 
97
+ #: super_socializer.php:1011
98
  msgid "Leave a reply"
99
  msgstr "回复"
100
 
101
+ #: super_socializer.php:1023 inc/social_sharing.php:241
102
  msgid "Shares"
103
  msgstr "分享"
104
 
105
+ #: super_socializer.php:1023 inc/social_sharing.php:241
106
  msgid "Share"
107
  msgstr "分享"
108
 
109
+ #: super_socializer.php:1023
110
  msgid "Link copied."
111
  msgstr "链接已复制。"
112
 
113
+ #: super_socializer.php:1269
114
  msgid "Super Socializer - General Options"
115
  msgstr "Super Socializer-常规选项"
116
 
117
+ #: super_socializer.php:1269 admin/general_options.php:15
118
  #: admin/social_commenting.php:47
119
  msgid "General Options"
120
  msgstr "常规选项"
121
 
122
+ #: super_socializer.php:1337 helper.php:898
123
  msgid "Social Avatar"
124
  msgstr "社会化头像"
125
 
126
+ #: super_socializer.php:1340
127
  msgid "Small Avatar Url"
128
  msgstr "小头像 Url"
129
 
130
+ #: super_socializer.php:1344
131
  msgid "Large Avatar Url"
132
  msgstr "大头像 Url"
133
 
134
+ #: super_socializer.php:1348 helper.php:901
135
  msgid ""
136
  "Do not fetch and update social avatar from my profile, next time I Social "
137
  "Login"
138
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
139
 
140
+ #: super_socializer.php:1352 helper.php:902
141
  msgid "Update social avatar, next time I Social Login"
142
  msgstr "更新社会化头像,下次社会化登录"
143
 
144
+ #: super_socializer.php:1425 super_socializer.php:2197
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
149
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
150
  "操作。"
151
 
152
+ #: super_socializer.php:1431
153
  msgid "Login with your Social ID"
154
  msgstr "使用您的社交 ID登录"
155
 
156
+ #: super_socializer.php:1432
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "您输入的电子邮件已经注册或无效"
159
 
160
+ #: super_socializer.php:1437
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
163
 
164
+ #: super_socializer.php:1441 super_socializer.php:2121
165
  msgid "Link your social account to login to your account at this website"
166
  msgstr "链接你的社会化媒体帐户登录您本站账号"
167
 
168
+ #: super_socializer.php:1687
169
  msgid "Thanks for installing Super Socializer plugin"
170
  msgstr ""
171
 
172
+ #: super_socializer.php:1689
173
  msgid "Configure the Plugin"
174
  msgstr ""
175
 
176
+ #: super_socializer.php:1700
177
  msgid ""
178
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
179
  "current version of Super Socialzer"
180
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
181
 
182
+ #: super_socializer.php:1709
183
  msgid ""
184
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
185
  "version of Super Socialzer"
186
  msgstr ""
187
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
188
 
189
+ #: super_socializer.php:1718
190
  msgid ""
191
  "Update \"Social Login Buttons\" add-on for compatibility with current "
192
  "version of Super Socialzer"
193
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
194
 
195
+ #: super_socializer.php:1727
196
  msgid ""
197
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
198
  "with current version of Super Socialzer"
200
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
201
  "容"
202
 
203
+ #: super_socializer.php:1736
204
  msgid ""
205
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
206
  "with current version of Super Socialzer"
207
  msgstr ""
208
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
209
 
210
+ #: super_socializer.php:1743
211
  msgid ""
212
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
213
  "LiveJournal Login of Super Socialzer"
214
  msgstr "更新 \"社交登录 mycred 集成\" 加载项与超级社交器的 livejoin 登录兼容"
215
 
216
+ #: super_socializer.php:1754
217
  #, php-format
218
  msgid ""
219
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
221
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
222
  "处 </a>"
223
 
224
+ #: super_socializer.php:1770
225
  #, php-format
226
  msgid ""
227
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
228
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
229
 
230
+ #: super_socializer.php:1794
231
  #, php-format
232
  msgid ""
233
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
238
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
239
  "target = \"_ black\" > </a>"
240
 
241
+ #: super_socializer.php:1794 super_socializer.php:1819
242
+ #: super_socializer.php:1844 super_socializer.php:1869
243
+ #: super_socializer.php:1902 super_socializer.php:1930
244
+ #: super_socializer.php:1957 super_socializer.php:2034
245
  msgid "Okay"
246
  msgstr "好的"
247
 
248
+ #: super_socializer.php:1819
249
  #, php-format
250
  msgid ""
251
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
256
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
257
  "a>"
258
 
259
+ #: super_socializer.php:1844
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
267
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
268
  "black\" > </a>"
269
 
270
+ #: super_socializer.php:1869
271
  #, php-format
272
  msgid ""
273
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
278
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
279
  "black\" > </a>"
280
 
281
+ #: super_socializer.php:1880
282
  #, php-format
283
  msgid ""
284
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
285
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
286
 
287
+ #: super_socializer.php:1902
288
  #, php-format
289
  msgid ""
290
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
294
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
295
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
296
 
297
+ #: super_socializer.php:1930
298
  #, php-format
299
  msgid ""
300
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
303
  "your website %s with them. No need to copy-paste any code from their website."
304
  msgstr ""
305
 
306
+ #: super_socializer.php:1957
307
  #, php-format
308
  msgid ""
309
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
314
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
315
  "\" > </a>"
316
 
317
+ #: super_socializer.php:1982
318
  #, fuzzy, php-format
319
  msgid ""
320
  "If you cannot get Linkedin login to work after updating the plugin, replace "
325
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
326
  "black\" > </a>"
327
 
328
+ #: super_socializer.php:1982 super_socializer.php:2009
329
  msgid "Dismiss"
330
  msgstr ""
331
 
332
+ #: super_socializer.php:2008
333
  #, php-format
334
  msgid ""
335
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
338
  "that, clear share counts cache from \"Miscellaneous\" section"
339
  msgstr ""
340
 
341
+ #: super_socializer.php:2034
342
  #, php-format
343
  msgid ""
344
  "Your website visitors will see a popup notification (only once) if their "
445
  msgstr "大头像"
446
 
447
  #: helper.php:913 admin/general_options.php:132 admin/social_sharing.php:2020
448
+ #: admin/social_commenting.php:413 admin/social_login.php:1277
449
  #: admin/like_buttons.php:826
450
  msgid "Save Changes"
451
  msgstr "保存更改"
469
  #: admin/general_options.php:7 admin/general_options.php:136
470
  #: admin/social_sharing.php:5 admin/social_sharing.php:2024
471
  #: admin/social_commenting.php:5 admin/social_commenting.php:417
472
+ #: admin/social_login.php:5 admin/social_login.php:1281
473
  #: admin/like_buttons.php:6 admin/like_buttons.php:830
474
  #, fuzzy, php-format
475
  msgid ""
539
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
540
 
541
  #: admin/general_options.php:147 admin/social_sharing.php:2030
542
+ #: admin/social_commenting.php:423 admin/social_login.php:1287
543
  #: admin/like_buttons.php:836
544
  msgid "Instagram Shoutout"
545
  msgstr ""
546
 
547
  #: admin/general_options.php:149 admin/social_sharing.php:2032
548
+ #: admin/social_commenting.php:425 admin/social_login.php:1289
549
  #: admin/like_buttons.php:838
550
  msgid ""
551
  "If you can send (to hello@heateor.com) how our plugin is helping your "
556
  "Instagram上分享它。 您还可以在Instagram帖子中发送任何相关的标签和人物。"
557
 
558
  #: admin/general_options.php:150 admin/social_sharing.php:2033
559
+ #: admin/social_commenting.php:426 admin/social_login.php:1290
560
  #: admin/like_buttons.php:839
561
  msgid ""
562
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
570
  "常简单的方式精通自己选择的编程语言。"
571
 
572
  #: admin/general_options.php:151 admin/social_sharing.php:2034
573
+ #: admin/social_commenting.php:427 admin/social_login.php:1291
574
  #: admin/like_buttons.php:840
575
  msgid ""
576
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
712
 
713
  #: admin/social_sharing.php:60 admin/social_sharing.php:1945
714
  #: admin/social_sharing.php:1947 admin/social_login.php:46
715
+ #: admin/social_login.php:1243 admin/like_buttons.php:51
716
  #: admin/like_buttons.php:797
717
  msgid "Shortcode & Widget"
718
  msgstr "简码&小工具"
723
 
724
  #: admin/social_sharing.php:62 admin/social_sharing.php:1978
725
  #: admin/social_commenting.php:40 admin/social_commenting.php:397
726
+ #: admin/social_login.php:47 admin/social_login.php:1257
727
  #: admin/like_buttons.php:52 admin/like_buttons.php:810
728
  msgid "FAQ"
729
  msgstr "常见问题解答"
950
  msgstr "要分享的网址"
951
 
952
  #: admin/social_sharing.php:739 admin/social_login.php:532
953
+ #: admin/social_login.php:927 admin/like_buttons.php:109 inc/widget.php:945
954
  msgid "Title"
955
  msgstr "标题"
956
 
1032
  msgstr "放置"
1033
 
1034
  #: admin/social_sharing.php:978 admin/social_sharing.php:1419
1035
+ #: admin/social_login.php:866 admin/social_login.php:896
1036
  #: admin/like_buttons.php:226 admin/like_buttons.php:511
1037
  msgid "Homepage"
1038
  msgstr "主页"
1473
  "题的URL(Facebook分享无法正常工作)。 单击“获取新的Scrape信息”按钮。"
1474
 
1475
  #: admin/social_sharing.php:1980 admin/social_commenting.php:399
1476
+ #: admin/social_login.php:1259
1477
  msgid ""
1478
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1479
  "an online website for the plugin to function properly."
1533
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
1534
 
1535
  #: admin/social_sharing.php:1995 admin/social_commenting.php:402
1536
+ #: admin/social_login.php:1266
1537
  msgid "Why is my browser blocking some features of the plugin?"
1538
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
1539
 
1826
  msgid "Advanced Configuration"
1827
  msgstr "高级配置"
1828
 
1829
+ #: admin/social_login.php:42 admin/social_login.php:1072
1830
  msgid "GDPR"
1831
  msgstr "GDPR"
1832
 
1833
+ #: admin/social_login.php:44 admin/social_login.php:1194
1834
  msgid "XProfile Integration"
1835
  msgstr "xprofile 集成"
1836
 
2165
  msgstr "文本显示社交登录界面的上方"
2166
 
2167
  #: admin/social_login.php:551
2168
+ msgid "Tigger social login in the same browser tab"
2169
+ msgstr ""
2170
+
2171
+ #: admin/social_login.php:561
2172
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2173
+ msgstr ""
2174
+
2175
+ #: admin/social_login.php:569
2176
  #, fuzzy
2177
  msgid "Center align icons"
2178
  msgstr "重新排列图标"
2179
 
2180
+ #: admin/social_login.php:579
2181
  #, fuzzy
2182
  msgid "Center align social login icons"
2183
  msgstr "社交登录选项"
2184
 
2185
+ #: admin/social_login.php:587
2186
  msgid "Enable at login page"
2187
  msgstr "在登录页面启用"
2188
 
2189
+ #: admin/social_login.php:597
2190
  msgid ""
2191
  "Social Login interface will get enabled at the login page of your website"
2192
  msgstr "社交登录界面会在你的网站的登录页面启用"
2193
 
2194
+ #: admin/social_login.php:605
2195
  msgid "Enable at register page"
2196
  msgstr "在注册页面启用"
2197
 
2198
+ #: admin/social_login.php:615
2199
  msgid ""
2200
  "Social Login interface will get enabled at the registration page of your "
2201
  "website"
2202
  msgstr "社交登录界面会在你的网站的注册页面启用"
2203
 
2204
+ #: admin/social_login.php:623
2205
  msgid "Enable at comment form"
2206
  msgstr "在评论表单启用"
2207
 
2208
+ #: admin/social_login.php:633
2209
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2210
  msgstr "社交登录界面会在您的WordPress评论的表单启用"
2211
 
2212
+ #: admin/social_login.php:648
2213
  msgid "Enable before WooCommerce Customer Login Form"
2214
  msgstr "WooCommerce客户登录表单前启用"
2215
 
2216
+ #: admin/social_login.php:658
2217
  msgid ""
2218
  "Social Login Interface will get enabled before the customer login form at "
2219
  "WooCommerce My Account page"
2220
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单之前启用"
2221
 
2222
+ #: admin/social_login.php:666
2223
  #, fuzzy
2224
  msgid "Enable at WooCommerce Customer Login Form"
2225
  msgstr "在WooCommerce客户登录表单后启用"
2226
 
2227
+ #: admin/social_login.php:676
2228
  #, fuzzy
2229
  msgid ""
2230
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2231
  "My Account page"
2232
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2233
 
2234
+ #: admin/social_login.php:684
2235
  #, fuzzy
2236
  msgid "Enable at WooCommerce Customer Register Form"
2237
  msgstr "在WooCommerce客户登录表单后启用"
2238
 
2239
+ #: admin/social_login.php:694
2240
  #, fuzzy
2241
  msgid ""
2242
  "Integrate Social Login Interface with the customer register form at "
2243
  "WooCommerce My Account page"
2244
  msgstr "社交登录界面将在WooCommerce我的帐户页面客户登录表单后启用"
2245
 
2246
+ #: admin/social_login.php:702
2247
  msgid "Enable at WooCommerce checkout page"
2248
  msgstr "在WooCommerce “结算”页面启用"
2249
 
2250
+ #: admin/social_login.php:712
2251
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2252
  msgstr "社交登录界面将在WooCommerce结帐页面启用"
2253
 
2254
+ #: admin/social_login.php:723
2255
  msgid "Auto-approve comments made by Social Login users"
2256
  msgstr "自动批准社交登录用户评论"
2257
 
2258
+ #: admin/social_login.php:733
2259
  msgid ""
2260
  "If this option is enabled, and WordPress comment is made by Social Login "
2261
  "user, comment will get approved immediately without keeping in moderation."
2263
  "如果启用该选项,已经WordPress评论由社交登录用户发出,评论将会在不需要批准的情"
2264
  "况下立即批准。"
2265
 
2266
+ #: admin/social_login.php:734
2267
  msgid "Note: This is not related to Facebook comments"
2268
  msgstr "注:这Facebook的评论无关"
2269
 
2270
+ #: admin/social_login.php:744
2271
  msgid "Enable social avatar"
2272
  msgstr "启用社交头像"
2273
 
2274
+ #: admin/social_login.php:754
2275
  msgid ""
2276
  "Social profile pictures of the logged in user will be displayed as profile "
2277
  "avatar"
2278
  msgstr "登录用户的社交资料图片将显示为个人头像"
2279
 
2280
+ #: admin/social_login.php:764
2281
  msgid "Avatar quality"
2282
  msgstr "头像质量"
2283
 
2284
+ #: admin/social_login.php:767
2285
  msgid "Average"
2286
  msgstr "一般"
2287
 
2288
+ #: admin/social_login.php:768
2289
  msgid "Best"
2290
  msgstr "最好"
2291
 
2292
+ #: admin/social_login.php:775
2293
  msgid "Choose avatar quality"
2294
  msgstr "选择头像质量"
2295
 
2296
+ #: admin/social_login.php:784
2297
  msgid ""
2298
  "Show option for users to update social avatar at BuddyPress profile page"
2299
  msgstr "在BuddyPress的个人资料页面显示更新显示社会化头像选项"
2300
 
2301
+ #: admin/social_login.php:794
2302
  msgid ""
2303
  "If enabled, users would be able to update their social avatar from \"Profile "
2304
  "photo\" section in BuddyPress profile at front-end"
2306
  "如果启用,用户将能够在前端从BuddyPress的个人档案“个人资料照片”部分更新社会化"
2307
  "头像"
2308
 
2309
+ #: admin/social_login.php:815
2310
  msgid ""
2311
  "If enabled and Social ID provider does not provide user's email address on "
2312
  "login, user will be asked to provide his/her email address. Otherwise, a "
2315
  "如果启用,当登录时如果社会化ID提供商不提供或支持用户的电子邮件地址,用户将被"
2316
  "要求提供他/她的电子邮件地址。否则,将产生一个虚拟的电子邮件"
2317
 
2318
+ #: admin/social_login.php:824
2319
  msgid "Send post-registration email to user to set account password"
2320
  msgstr "向用户发送注册后电子邮件以设置帐户密码"
2321
 
2322
+ #: admin/social_login.php:834
2323
  msgid ""
2324
  "If enabled, an email will be sent to user after registration through Social "
2325
  "Login, regarding his/her login credentials (username-password to be able to "
2328
  "如果启用,通过社会化注册登录后,将给用户发送一封email; 包括他/她的登录凭据"
2329
  "(用户名,密码,能够通过传统的登录表单登录)"
2330
 
2331
+ #: admin/social_login.php:842
2332
  msgid "Send new user registration notification email to admin"
2333
  msgstr "向管理员发送新的用户注册通知电子邮件"
2334
 
2335
+ #: admin/social_login.php:852
2336
  msgid ""
2337
  "If enabled, an email will be sent to admin after new user registers through "
2338
  "Social Login, notifying admin about the new user registration"
2340
  "如果启用, 将在新用户通过社交登录注册后向管理员发送一封电子邮件, 通知管理员有"
2341
  "关新用户注册的信息"
2342
 
2343
+ #: admin/social_login.php:860
2344
  msgid "Login redirection"
2345
  msgstr "登录重定向"
2346
 
2347
+ #: admin/social_login.php:864
2348
  msgid "Same page where user logged in"
2349
  msgstr "用户登录同样的页面"
2350
 
2351
+ #: admin/social_login.php:868 admin/social_login.php:898
2352
  msgid "Account dashboard"
2353
  msgstr "帐户信息中心"
2354
 
2355
+ #: admin/social_login.php:871 admin/social_login.php:901
2356
  msgid "BuddyPress profile page"
2357
  msgstr "BuddyPress 档案"
2358
 
2359
+ #: admin/social_login.php:874 admin/social_login.php:904
2360
  msgid "Custom Url"
2361
  msgstr "自定义 URL"
2362
 
2363
+ #: admin/social_login.php:882
2364
  msgid "User will be redirected to the selected page after Social Login"
2365
  msgstr "用户社交登录后会被重定向到选择的页面"
2366
 
2367
+ #: admin/social_login.php:890
2368
  msgid "Registration redirection"
2369
  msgstr "注册重定向"
2370
 
2371
+ #: admin/social_login.php:894
2372
  msgid "Same page from where user registered"
2373
  msgstr "用户注册同样的页面"
2374
 
2375
+ #: admin/social_login.php:912
2376
  msgid ""
2377
  "User will be redirected to the selected page after registration (first "
2378
  "Social Login) through Social Login"
2379
  msgstr ""
2380
  "注册之后,通过社会化登录(第一个社交化登录)后,用户将被重定向到所选择的页面"
2381
 
2382
+ #: admin/social_login.php:921
2383
  msgid "Social Account Linking Options"
2384
  msgstr "社交帐户链接选项"
2385
 
2386
+ #: admin/social_login.php:937
2387
  msgid "Text to display above the Social Account Linking interface"
2388
  msgstr "要显示在社交帐户链接界面上方的文本"
2389
 
2390
+ #: admin/social_login.php:945
2391
  msgid ""
2392
  "Link social account to already existing account, if email address matches"
2393
  msgstr "如果电子邮件地址匹配, 请将社交帐户链接到已存在的帐户"
2394
 
2395
+ #: admin/social_login.php:955
2396
  msgid ""
2397
  "If email address of the user's Social Account matches with an already "
2398
  "existing account at your website, that social account will be linked to "
2402
  "如果用户的社交帐户的电子邮件地址与您网站上已存在的帐户匹配, 则该社交帐户将链"
2403
  "接到现有帐户。用户将能够管理这从社交帐户链接界面在他们的个人资料页面。"
2404
 
2405
+ #: admin/social_login.php:964
2406
  msgid "Enable social account linking at BuddyPress profile page"
2407
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
2408
 
2409
+ #: admin/social_login.php:974
2410
  msgid ""
2411
  "Enable this option to show social account linking interface at BuddyPress "
2412
  "profile page"
2413
  msgstr "启用该选项,以在BuddyPress的个人资料页显示社交帐户连结界面"
2414
 
2415
+ #: admin/social_login.php:985
2416
  msgid "Email popup options"
2417
  msgstr "电子邮件弹出选项"
2418
 
2419
+ #: admin/social_login.php:991
2420
  msgid "Text on 'Email required' popup"
2421
  msgstr "在“电子邮件必填”弹出口显示的文本"
2422
 
2423
+ #: admin/social_login.php:1001
2424
  msgid ""
2425
  "This text will be displayed on email required popup. Leave empty if not "
2426
  "required."
2427
  msgstr "在电子邮件必填弹出口将显示的文本。如果不需要请留空。"
2428
 
2429
+ #: admin/social_login.php:1010
2430
  msgid "Error message for 'Email required' popup"
2431
  msgstr "“电子邮件必填”弹出口的错误信息"
2432
 
2433
+ #: admin/social_login.php:1020
2434
  msgid ""
2435
  "This message will be displayed to user if it provides invalid or already "
2436
  "registered email"
2437
  msgstr "如果无效及已经注册的email地址,这个信息将显示给用户"
2438
 
2439
+ #: admin/social_login.php:1029
2440
  msgid "Email popup height"
2441
  msgstr "电子邮件弹出口高度"
2442
 
2443
+ #: admin/social_login.php:1039
2444
  msgid ""
2445
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2446
  "can increase the height of popup by specifying in this option. Leave empty "
2449
  "如果在“电子邮件必填”弹出窗口中看到垂直滚动条,你可以通过这个选项指定加大弹出"
2450
  "的高度。留空为默认。"
2451
 
2452
+ #: admin/social_login.php:1047
2453
  msgid "Enable email verification"
2454
  msgstr "启用电子邮件验证"
2455
 
2456
+ #: admin/social_login.php:1057
2457
  msgid ""
2458
  "If enabled, email provided by the user will be verified by sending a "
2459
  "confirmation link to that email. User would not be able to login without "
2462
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登"
2463
  "录。"
2464
 
2465
+ #: admin/social_login.php:1078
2466
  msgid "Enable GDPR opt-in"
2467
  msgstr ""
2468
 
2469
+ #: admin/social_login.php:1088
2470
  msgid ""
2471
  "Enable it to show GDPR opt-in for social login and social account linking"
2472
  msgstr "使其能够显示 gdpr 选择加入的社交登录和社交帐户链接"
2473
 
2474
+ #: admin/social_login.php:1097
2475
  msgid "Placement of GDPR opt-in"
2476
  msgstr ""
2477
 
2478
+ #: admin/social_login.php:1101
2479
  #, fuzzy
2480
  msgid "Above Social Login icons"
2481
  msgstr "社交登录选项"
2482
 
2483
+ #: admin/social_login.php:1103
2484
  #, fuzzy
2485
  msgid "Below Social Login icons"
2486
  msgstr "社交登录选项"
2487
 
2488
+ #: admin/social_login.php:1109
2489
  #, fuzzy
2490
  msgid "Placement of GDPR opt-in above or below the social login icons"
2491
  msgstr "在社交登录图标上方显示的选择加入的文本"
2492
 
2493
+ #: admin/social_login.php:1117
2494
  msgid "Opt-in text"
2495
  msgstr ""
2496
 
2497
+ #: admin/social_login.php:1127
2498
  msgid "Text for the GDPR opt-in"
2499
  msgstr ""
2500
 
2501
+ #: admin/social_login.php:1135
2502
  msgid "Text to link to Privacy Policy page"
2503
  msgstr "要链接到隐私政策页面的文本"
2504
 
2505
+ #: admin/social_login.php:1145
2506
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2507
  msgstr "要链接到隐私策略页的选入文本中的单词"
2508
 
2509
+ #: admin/social_login.php:1153
2510
  msgid "Privacy Policy Url"
2511
  msgstr "隐私政策网址"
2512
 
2513
+ #: admin/social_login.php:1163
2514
  msgid "Url of the privacy policy page of your website"
2515
  msgstr "您网站的隐私政策页面的网址"
2516
 
2517
+ #: admin/social_login.php:1214 inc/widget.php:260 inc/widget.php:438
2518
  #: inc/widget.php:602 inc/widget.php:750
2519
  msgid "Select"
2520
  msgstr "选择"
2521
 
2522
+ #: admin/social_login.php:1245
2523
  msgid "Social Login Shortcode & Widget"
2524
  msgstr ""
2525
 
2526
+ #: admin/social_login.php:1246
2527
  msgid "Social Linking Shortcode"
2528
  msgstr "社交链接简码"
2529
 
2530
+ #: admin/social_login.php:1261
2531
  msgid "Why is social login not working?"
2532
  msgstr "为什么社交登录不起作用?"
2533
 
2534
+ #: admin/social_login.php:1262
2535
  msgid ""
2536
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2537
  "belong to the same app"
2538
  msgstr ""
2539
 
2540
+ #: admin/social_login.php:1264
2541
  msgid "Social Login not working with Varnish enabled"
2542
  msgstr ""
2543
 
2544
+ #: admin/social_login.php:1265
2545
  msgid ""
2546
  "Why the user is not appearing logged in even after Social Login until the "
2547
  "webpage is refreshed manually?"
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-06-05 10:41+0530\n"
6
- "PO-Revision-Date: 2019-06-05 10:41+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -59,156 +59,156 @@ msgid ""
59
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
60
  msgstr ""
61
 
62
- #: ../super_socializer.php:910 ../helper.php:976
63
  msgid "Please verify your email address to login."
64
  msgstr ""
65
 
66
- #: ../super_socializer.php:910
67
  msgid "Your email has been verified. Now you can login to your account"
68
  msgstr ""
69
 
70
- #: ../super_socializer.php:914
71
  msgid "Notification"
72
  msgstr ""
73
 
74
- #: ../super_socializer.php:932 ../admin/social_login.php:787
75
  msgid "Email required"
76
  msgstr ""
77
 
78
- #: ../super_socializer.php:935
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
 
82
- #: ../super_socializer.php:942 ../helper.php:508
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
86
- #: ../super_socializer.php:1014
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr ""
93
 
94
- #: ../super_socializer.php:1026 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:1026
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1272
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
- #: ../super_socializer.php:1272 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
- #: ../super_socializer.php:1340 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
- #: ../super_socializer.php:1343
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1347
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1351 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
- #: ../super_socializer.php:1355 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1428 ../super_socializer.php:2200
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1434
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1435
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1440
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:1444 ../super_socializer.php:2124
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
- #: ../super_socializer.php:1690
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1692
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1703
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socialzer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1712
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1721
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socialzer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1730
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1739
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1746
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
196
  "LiveJournal Login of Super Socialzer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1757
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1773
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1797
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -216,14 +216,14 @@ msgid ""
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1797 ../super_socializer.php:1822
220
- #: ../super_socializer.php:1847 ../super_socializer.php:1872
221
- #: ../super_socializer.php:1905 ../super_socializer.php:1933
222
- #: ../super_socializer.php:1960 ../super_socializer.php:2037
223
  msgid "Okay"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1822
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -231,7 +231,7 @@ msgid ""
231
  "\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1847
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -239,7 +239,7 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1872
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -247,13 +247,13 @@ msgid ""
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1883
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1905
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -261,7 +261,7 @@ msgid ""
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
- #: ../super_socializer.php:1933
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -270,7 +270,7 @@ msgid ""
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1960
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1985
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -286,11 +286,11 @@ msgid ""
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1985 ../super_socializer.php:2012
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:2011
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -299,7 +299,7 @@ msgid ""
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
- #: ../super_socializer.php:2037
303
  #, php-format
304
  msgid ""
305
  "Your website visitors will see a popup notification (only once) if their "
@@ -403,7 +403,7 @@ msgstr ""
403
 
404
  #: ../helper.php:913 ../admin/general_options.php:132
405
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
406
- #: ../admin/social_login.php:1259 ../admin/like_buttons.php:826
407
  msgid "Save Changes"
408
  msgstr ""
409
 
@@ -426,7 +426,7 @@ msgstr ""
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
429
- #: ../admin/social_login.php:5 ../admin/social_login.php:1263
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
431
  #, php-format
432
  msgid ""
@@ -493,13 +493,13 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
493
  msgstr ""
494
 
495
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
496
- #: ../admin/social_commenting.php:423 ../admin/social_login.php:1269
497
  #: ../admin/like_buttons.php:836
498
  msgid "Instagram Shoutout"
499
  msgstr ""
500
 
501
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
502
- #: ../admin/social_commenting.php:425 ../admin/social_login.php:1271
503
  #: ../admin/like_buttons.php:838
504
  msgid ""
505
  "If you can send (to hello@heateor.com) how our plugin is helping your "
@@ -508,7 +508,7 @@ msgid ""
508
  msgstr ""
509
 
510
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
511
- #: ../admin/social_commenting.php:426 ../admin/social_login.php:1272
512
  #: ../admin/like_buttons.php:839
513
  msgid ""
514
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
@@ -519,7 +519,7 @@ msgid ""
519
  msgstr ""
520
 
521
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
522
- #: ../admin/social_commenting.php:427 ../admin/social_login.php:1273
523
  #: ../admin/like_buttons.php:840
524
  msgid ""
525
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
@@ -652,7 +652,7 @@ msgstr ""
652
 
653
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
654
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
655
- #: ../admin/social_login.php:1225 ../admin/like_buttons.php:51
656
  #: ../admin/like_buttons.php:797
657
  msgid "Shortcode & Widget"
658
  msgstr ""
@@ -663,7 +663,7 @@ msgstr ""
663
 
664
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
665
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
666
- #: ../admin/social_login.php:47 ../admin/social_login.php:1239
667
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
668
  msgid "FAQ"
669
  msgstr ""
@@ -884,7 +884,7 @@ msgid "Url to share"
884
  msgstr ""
885
 
886
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
887
- #: ../admin/social_login.php:909 ../admin/like_buttons.php:109
888
  #: ../inc/widget.php:945
889
  msgid "Title"
890
  msgstr ""
@@ -967,7 +967,7 @@ msgid "Placement"
967
  msgstr ""
968
 
969
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
970
- #: ../admin/social_login.php:848 ../admin/social_login.php:878
971
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
972
  msgid "Homepage"
973
  msgstr ""
@@ -1383,7 +1383,7 @@ msgid ""
1383
  msgstr ""
1384
 
1385
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1386
- #: ../admin/social_login.php:1241
1387
  msgid ""
1388
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1389
  "an online website for the plugin to function properly."
@@ -1437,7 +1437,7 @@ msgid ""
1437
  msgstr ""
1438
 
1439
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1440
- #: ../admin/social_login.php:1248
1441
  msgid "Why is my browser blocking some features of the plugin?"
1442
  msgstr ""
1443
 
@@ -1720,11 +1720,11 @@ msgstr ""
1720
  msgid "Advanced Configuration"
1721
  msgstr ""
1722
 
1723
- #: ../admin/social_login.php:42 ../admin/social_login.php:1054
1724
  msgid "GDPR"
1725
  msgstr ""
1726
 
1727
- #: ../admin/social_login.php:44 ../admin/social_login.php:1176
1728
  msgid "XProfile Integration"
1729
  msgstr ""
1730
 
@@ -2018,209 +2018,217 @@ msgid "Text to display above the Social Login interface"
2018
  msgstr ""
2019
 
2020
  #: ../admin/social_login.php:551
2021
- msgid "Center align icons"
2022
  msgstr ""
2023
 
2024
  #: ../admin/social_login.php:561
2025
- msgid "Center align social login icons"
2026
  msgstr ""
2027
 
2028
  #: ../admin/social_login.php:569
2029
- msgid "Enable at login page"
2030
  msgstr ""
2031
 
2032
  #: ../admin/social_login.php:579
 
 
 
 
 
 
 
 
2033
  msgid ""
2034
  "Social Login interface will get enabled at the login page of your website"
2035
  msgstr ""
2036
 
2037
- #: ../admin/social_login.php:587
2038
  msgid "Enable at register page"
2039
  msgstr ""
2040
 
2041
- #: ../admin/social_login.php:597
2042
  msgid ""
2043
  "Social Login interface will get enabled at the registration page of your "
2044
  "website"
2045
  msgstr ""
2046
 
2047
- #: ../admin/social_login.php:605
2048
  msgid "Enable at comment form"
2049
  msgstr ""
2050
 
2051
- #: ../admin/social_login.php:615
2052
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2053
  msgstr ""
2054
 
2055
- #: ../admin/social_login.php:630
2056
  msgid "Enable before WooCommerce Customer Login Form"
2057
  msgstr ""
2058
 
2059
- #: ../admin/social_login.php:640
2060
  msgid ""
2061
  "Social Login Interface will get enabled before the customer login form at "
2062
  "WooCommerce My Account page"
2063
  msgstr ""
2064
 
2065
- #: ../admin/social_login.php:648
2066
  msgid "Enable at WooCommerce Customer Login Form"
2067
  msgstr ""
2068
 
2069
- #: ../admin/social_login.php:658
2070
  msgid ""
2071
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2072
  "My Account page"
2073
  msgstr ""
2074
 
2075
- #: ../admin/social_login.php:666
2076
  msgid "Enable at WooCommerce Customer Register Form"
2077
  msgstr ""
2078
 
2079
- #: ../admin/social_login.php:676
2080
  msgid ""
2081
  "Integrate Social Login Interface with the customer register form at "
2082
  "WooCommerce My Account page"
2083
  msgstr ""
2084
 
2085
- #: ../admin/social_login.php:684
2086
  msgid "Enable at WooCommerce checkout page"
2087
  msgstr ""
2088
 
2089
- #: ../admin/social_login.php:694
2090
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2091
  msgstr ""
2092
 
2093
- #: ../admin/social_login.php:705
2094
  msgid "Auto-approve comments made by Social Login users"
2095
  msgstr ""
2096
 
2097
- #: ../admin/social_login.php:715
2098
  msgid ""
2099
  "If this option is enabled, and WordPress comment is made by Social Login "
2100
  "user, comment will get approved immediately without keeping in moderation."
2101
  msgstr ""
2102
 
2103
- #: ../admin/social_login.php:716
2104
  msgid "Note: This is not related to Facebook comments"
2105
  msgstr ""
2106
 
2107
- #: ../admin/social_login.php:726
2108
  msgid "Enable social avatar"
2109
  msgstr ""
2110
 
2111
- #: ../admin/social_login.php:736
2112
  msgid ""
2113
  "Social profile pictures of the logged in user will be displayed as profile "
2114
  "avatar"
2115
  msgstr ""
2116
 
2117
- #: ../admin/social_login.php:746
2118
  msgid "Avatar quality"
2119
  msgstr ""
2120
 
2121
- #: ../admin/social_login.php:749
2122
  msgid "Average"
2123
  msgstr ""
2124
 
2125
- #: ../admin/social_login.php:750
2126
  msgid "Best"
2127
  msgstr ""
2128
 
2129
- #: ../admin/social_login.php:757
2130
  msgid "Choose avatar quality"
2131
  msgstr ""
2132
 
2133
- #: ../admin/social_login.php:766
2134
  msgid ""
2135
  "Show option for users to update social avatar at BuddyPress profile page"
2136
  msgstr ""
2137
 
2138
- #: ../admin/social_login.php:776
2139
  msgid ""
2140
  "If enabled, users would be able to update their social avatar from \"Profile "
2141
  "photo\" section in BuddyPress profile at front-end"
2142
  msgstr ""
2143
 
2144
- #: ../admin/social_login.php:797
2145
  msgid ""
2146
  "If enabled and Social ID provider does not provide user's email address on "
2147
  "login, user will be asked to provide his/her email address. Otherwise, a "
2148
  "dummy email will be generated"
2149
  msgstr ""
2150
 
2151
- #: ../admin/social_login.php:806
2152
  msgid "Send post-registration email to user to set account password"
2153
  msgstr ""
2154
 
2155
- #: ../admin/social_login.php:816
2156
  msgid ""
2157
  "If enabled, an email will be sent to user after registration through Social "
2158
  "Login, regarding his/her login credentials (username-password to be able to "
2159
  "login via traditional login form)"
2160
  msgstr ""
2161
 
2162
- #: ../admin/social_login.php:824
2163
  msgid "Send new user registration notification email to admin"
2164
  msgstr ""
2165
 
2166
- #: ../admin/social_login.php:834
2167
  msgid ""
2168
  "If enabled, an email will be sent to admin after new user registers through "
2169
  "Social Login, notifying admin about the new user registration"
2170
  msgstr ""
2171
 
2172
- #: ../admin/social_login.php:842
2173
  msgid "Login redirection"
2174
  msgstr ""
2175
 
2176
- #: ../admin/social_login.php:846
2177
  msgid "Same page where user logged in"
2178
  msgstr ""
2179
 
2180
- #: ../admin/social_login.php:850 ../admin/social_login.php:880
2181
  msgid "Account dashboard"
2182
  msgstr ""
2183
 
2184
- #: ../admin/social_login.php:853 ../admin/social_login.php:883
2185
  msgid "BuddyPress profile page"
2186
  msgstr ""
2187
 
2188
- #: ../admin/social_login.php:856 ../admin/social_login.php:886
2189
  msgid "Custom Url"
2190
  msgstr ""
2191
 
2192
- #: ../admin/social_login.php:864
2193
  msgid "User will be redirected to the selected page after Social Login"
2194
  msgstr ""
2195
 
2196
- #: ../admin/social_login.php:872
2197
  msgid "Registration redirection"
2198
  msgstr ""
2199
 
2200
- #: ../admin/social_login.php:876
2201
  msgid "Same page from where user registered"
2202
  msgstr ""
2203
 
2204
- #: ../admin/social_login.php:894
2205
  msgid ""
2206
  "User will be redirected to the selected page after registration (first "
2207
  "Social Login) through Social Login"
2208
  msgstr ""
2209
 
2210
- #: ../admin/social_login.php:903
2211
  msgid "Social Account Linking Options"
2212
  msgstr ""
2213
 
2214
- #: ../admin/social_login.php:919
2215
  msgid "Text to display above the Social Account Linking interface"
2216
  msgstr ""
2217
 
2218
- #: ../admin/social_login.php:927
2219
  msgid ""
2220
  "Link social account to already existing account, if email address matches"
2221
  msgstr ""
2222
 
2223
- #: ../admin/social_login.php:937
2224
  msgid ""
2225
  "If email address of the user's Social Account matches with an already "
2226
  "existing account at your website, that social account will be linked to "
@@ -2228,139 +2236,139 @@ msgid ""
2228
  "Linking interface at their profile page."
2229
  msgstr ""
2230
 
2231
- #: ../admin/social_login.php:946
2232
  msgid "Enable social account linking at BuddyPress profile page"
2233
  msgstr ""
2234
 
2235
- #: ../admin/social_login.php:956
2236
  msgid ""
2237
  "Enable this option to show social account linking interface at BuddyPress "
2238
  "profile page"
2239
  msgstr ""
2240
 
2241
- #: ../admin/social_login.php:967
2242
  msgid "Email popup options"
2243
  msgstr ""
2244
 
2245
- #: ../admin/social_login.php:973
2246
  msgid "Text on 'Email required' popup"
2247
  msgstr ""
2248
 
2249
- #: ../admin/social_login.php:983
2250
  msgid ""
2251
  "This text will be displayed on email required popup. Leave empty if not "
2252
  "required."
2253
  msgstr ""
2254
 
2255
- #: ../admin/social_login.php:992
2256
  msgid "Error message for 'Email required' popup"
2257
  msgstr ""
2258
 
2259
- #: ../admin/social_login.php:1002
2260
  msgid ""
2261
  "This message will be displayed to user if it provides invalid or already "
2262
  "registered email"
2263
  msgstr ""
2264
 
2265
- #: ../admin/social_login.php:1011
2266
  msgid "Email popup height"
2267
  msgstr ""
2268
 
2269
- #: ../admin/social_login.php:1021
2270
  msgid ""
2271
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2272
  "can increase the height of popup by specifying in this option. Leave empty "
2273
  "for default."
2274
  msgstr ""
2275
 
2276
- #: ../admin/social_login.php:1029
2277
  msgid "Enable email verification"
2278
  msgstr ""
2279
 
2280
- #: ../admin/social_login.php:1039
2281
  msgid ""
2282
  "If enabled, email provided by the user will be verified by sending a "
2283
  "confirmation link to that email. User would not be able to login without "
2284
  "verifying his/her email"
2285
  msgstr ""
2286
 
2287
- #: ../admin/social_login.php:1060
2288
  msgid "Enable GDPR opt-in"
2289
  msgstr ""
2290
 
2291
- #: ../admin/social_login.php:1070
2292
  msgid ""
2293
  "Enable it to show GDPR opt-in for social login and social account linking"
2294
  msgstr ""
2295
 
2296
- #: ../admin/social_login.php:1079
2297
  msgid "Placement of GDPR opt-in"
2298
  msgstr ""
2299
 
2300
- #: ../admin/social_login.php:1083
2301
  msgid "Above Social Login icons"
2302
  msgstr ""
2303
 
2304
- #: ../admin/social_login.php:1085
2305
  msgid "Below Social Login icons"
2306
  msgstr ""
2307
 
2308
- #: ../admin/social_login.php:1091
2309
  msgid "Placement of GDPR opt-in above or below the social login icons"
2310
  msgstr ""
2311
 
2312
- #: ../admin/social_login.php:1099
2313
  msgid "Opt-in text"
2314
  msgstr ""
2315
 
2316
- #: ../admin/social_login.php:1109
2317
  msgid "Text for the GDPR opt-in"
2318
  msgstr ""
2319
 
2320
- #: ../admin/social_login.php:1117
2321
  msgid "Text to link to Privacy Policy page"
2322
  msgstr ""
2323
 
2324
- #: ../admin/social_login.php:1127
2325
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2326
  msgstr ""
2327
 
2328
- #: ../admin/social_login.php:1135
2329
  msgid "Privacy Policy Url"
2330
  msgstr ""
2331
 
2332
- #: ../admin/social_login.php:1145
2333
  msgid "Url of the privacy policy page of your website"
2334
  msgstr ""
2335
 
2336
- #: ../admin/social_login.php:1196 ../inc/widget.php:260 ../inc/widget.php:438
2337
  #: ../inc/widget.php:602 ../inc/widget.php:750
2338
  msgid "Select"
2339
  msgstr ""
2340
 
2341
- #: ../admin/social_login.php:1227
2342
  msgid "Social Login Shortcode & Widget"
2343
  msgstr ""
2344
 
2345
- #: ../admin/social_login.php:1228
2346
  msgid "Social Linking Shortcode"
2347
  msgstr ""
2348
 
2349
- #: ../admin/social_login.php:1243
2350
  msgid "Why is social login not working?"
2351
  msgstr ""
2352
 
2353
- #: ../admin/social_login.php:1244
2354
  msgid ""
2355
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2356
  "belong to the same app"
2357
  msgstr ""
2358
 
2359
- #: ../admin/social_login.php:1246
2360
  msgid "Social Login not working with Varnish enabled"
2361
  msgstr ""
2362
 
2363
- #: ../admin/social_login.php:1247
2364
  msgid ""
2365
  "Why the user is not appearing logged in even after Social Login until the "
2366
  "webpage is refreshed manually?"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2019-06-25 10:48+0530\n"
6
+ "PO-Revision-Date: 2019-06-25 10:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
59
  "Make sure that \"Enable Callback Locking\" option is disabled. See step 4 %s"
60
  msgstr ""
61
 
62
+ #: ../super_socializer.php:907 ../helper.php:976
63
  msgid "Please verify your email address to login."
64
  msgstr ""
65
 
66
+ #: ../super_socializer.php:907
67
  msgid "Your email has been verified. Now you can login to your account"
68
  msgstr ""
69
 
70
+ #: ../super_socializer.php:911
71
  msgid "Notification"
72
  msgstr ""
73
 
74
+ #: ../super_socializer.php:929 ../admin/social_login.php:805
75
  msgid "Email required"
76
  msgstr ""
77
 
78
+ #: ../super_socializer.php:932
79
  msgid "Please check your email inbox to complete the registration."
80
  msgstr ""
81
 
82
+ #: ../super_socializer.php:939 ../helper.php:508
83
  msgid "Enter your LiveJournal username"
84
  msgstr ""
85
 
86
+ #: ../super_socializer.php:1011
87
  msgid "Leave a reply"
88
  msgstr ""
89
 
90
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr ""
93
 
94
+ #: ../super_socializer.php:1023 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1023
99
  msgid "Link copied."
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1269
103
  msgid "Super Socializer - General Options"
104
  msgstr ""
105
 
106
+ #: ../super_socializer.php:1269 ../admin/general_options.php:15
107
  #: ../admin/social_commenting.php:47
108
  msgid "General Options"
109
  msgstr ""
110
 
111
+ #: ../super_socializer.php:1337 ../helper.php:898
112
  msgid "Social Avatar"
113
  msgstr ""
114
 
115
+ #: ../super_socializer.php:1340
116
  msgid "Small Avatar Url"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1344
120
  msgid "Large Avatar Url"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1348 ../helper.php:901
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr ""
128
 
129
+ #: ../super_socializer.php:1352 ../helper.php:902
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1425 ../super_socializer.php:2197
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1431
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1432
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1437
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1441 ../super_socializer.php:2121
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr ""
154
 
155
+ #: ../super_socializer.php:1687
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1689
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1700
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socialzer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1709
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1718
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socialzer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1727
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1736
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1743
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
196
  "LiveJournal Login of Super Socialzer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1754
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1770
206
  #, php-format
207
  msgid ""
208
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1794
212
  #, php-format
213
  msgid ""
214
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
216
  "target=\"_blank\">here</a>"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1794 ../super_socializer.php:1819
220
+ #: ../super_socializer.php:1844 ../super_socializer.php:1869
221
+ #: ../super_socializer.php:1902 ../super_socializer.php:1930
222
+ #: ../super_socializer.php:1957 ../super_socializer.php:2034
223
  msgid "Okay"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1819
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
231
  "\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1844
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1869
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1880
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1902
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1930
265
  #, php-format
266
  msgid ""
267
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
270
  "your website %s with them. No need to copy-paste any code from their website."
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1957
274
  #, php-format
275
  msgid ""
276
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1982
282
  #, php-format
283
  msgid ""
284
  "If you cannot get Linkedin login to work after updating the plugin, replace "
286
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1982 ../super_socializer.php:2009
290
  msgid "Dismiss"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2008
294
  #, php-format
295
  msgid ""
296
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
299
  "that, clear share counts cache from \"Miscellaneous\" section"
300
  msgstr ""
301
 
302
+ #: ../super_socializer.php:2034
303
  #, php-format
304
  msgid ""
305
  "Your website visitors will see a popup notification (only once) if their "
403
 
404
  #: ../helper.php:913 ../admin/general_options.php:132
405
  #: ../admin/social_sharing.php:2020 ../admin/social_commenting.php:413
406
+ #: ../admin/social_login.php:1277 ../admin/like_buttons.php:826
407
  msgid "Save Changes"
408
  msgstr ""
409
 
426
  #: ../admin/general_options.php:7 ../admin/general_options.php:136
427
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:2024
428
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:417
429
+ #: ../admin/social_login.php:5 ../admin/social_login.php:1281
430
  #: ../admin/like_buttons.php:6 ../admin/like_buttons.php:830
431
  #, php-format
432
  msgid ""
493
  msgstr ""
494
 
495
  #: ../admin/general_options.php:147 ../admin/social_sharing.php:2030
496
+ #: ../admin/social_commenting.php:423 ../admin/social_login.php:1287
497
  #: ../admin/like_buttons.php:836
498
  msgid "Instagram Shoutout"
499
  msgstr ""
500
 
501
  #: ../admin/general_options.php:149 ../admin/social_sharing.php:2032
502
+ #: ../admin/social_commenting.php:425 ../admin/social_login.php:1289
503
  #: ../admin/like_buttons.php:838
504
  msgid ""
505
  "If you can send (to hello@heateor.com) how our plugin is helping your "
508
  msgstr ""
509
 
510
  #: ../admin/general_options.php:150 ../admin/social_sharing.php:2033
511
+ #: ../admin/social_commenting.php:426 ../admin/social_login.php:1290
512
  #: ../admin/like_buttons.php:839
513
  msgid ""
514
  "<b>Example</b> - Blah-Blah Online Coaching teaches various programming "
519
  msgstr ""
520
 
521
  #: ../admin/general_options.php:151 ../admin/social_sharing.php:2034
522
+ #: ../admin/social_commenting.php:427 ../admin/social_login.php:1291
523
  #: ../admin/like_buttons.php:840
524
  msgid ""
525
  "@blahblahonlinecoaching proudly use #SuperSocializer to enable social "
652
 
653
  #: ../admin/social_sharing.php:60 ../admin/social_sharing.php:1945
654
  #: ../admin/social_sharing.php:1947 ../admin/social_login.php:46
655
+ #: ../admin/social_login.php:1243 ../admin/like_buttons.php:51
656
  #: ../admin/like_buttons.php:797
657
  msgid "Shortcode & Widget"
658
  msgstr ""
663
 
664
  #: ../admin/social_sharing.php:62 ../admin/social_sharing.php:1978
665
  #: ../admin/social_commenting.php:40 ../admin/social_commenting.php:397
666
+ #: ../admin/social_login.php:47 ../admin/social_login.php:1257
667
  #: ../admin/like_buttons.php:52 ../admin/like_buttons.php:810
668
  msgid "FAQ"
669
  msgstr ""
884
  msgstr ""
885
 
886
  #: ../admin/social_sharing.php:739 ../admin/social_login.php:532
887
+ #: ../admin/social_login.php:927 ../admin/like_buttons.php:109
888
  #: ../inc/widget.php:945
889
  msgid "Title"
890
  msgstr ""
967
  msgstr ""
968
 
969
  #: ../admin/social_sharing.php:978 ../admin/social_sharing.php:1419
970
+ #: ../admin/social_login.php:866 ../admin/social_login.php:896
971
  #: ../admin/like_buttons.php:226 ../admin/like_buttons.php:511
972
  msgid "Homepage"
973
  msgstr ""
1383
  msgstr ""
1384
 
1385
  #: ../admin/social_sharing.php:1980 ../admin/social_commenting.php:399
1386
+ #: ../admin/social_login.php:1259
1387
  msgid ""
1388
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
1389
  "an online website for the plugin to function properly."
1437
  msgstr ""
1438
 
1439
  #: ../admin/social_sharing.php:1995 ../admin/social_commenting.php:402
1440
+ #: ../admin/social_login.php:1266
1441
  msgid "Why is my browser blocking some features of the plugin?"
1442
  msgstr ""
1443
 
1720
  msgid "Advanced Configuration"
1721
  msgstr ""
1722
 
1723
+ #: ../admin/social_login.php:42 ../admin/social_login.php:1072
1724
  msgid "GDPR"
1725
  msgstr ""
1726
 
1727
+ #: ../admin/social_login.php:44 ../admin/social_login.php:1194
1728
  msgid "XProfile Integration"
1729
  msgstr ""
1730
 
2018
  msgstr ""
2019
 
2020
  #: ../admin/social_login.php:551
2021
+ msgid "Tigger social login in the same browser tab"
2022
  msgstr ""
2023
 
2024
  #: ../admin/social_login.php:561
2025
+ msgid "Trigger social login in the same browser tab instead of a popup window"
2026
  msgstr ""
2027
 
2028
  #: ../admin/social_login.php:569
2029
+ msgid "Center align icons"
2030
  msgstr ""
2031
 
2032
  #: ../admin/social_login.php:579
2033
+ msgid "Center align social login icons"
2034
+ msgstr ""
2035
+
2036
+ #: ../admin/social_login.php:587
2037
+ msgid "Enable at login page"
2038
+ msgstr ""
2039
+
2040
+ #: ../admin/social_login.php:597
2041
  msgid ""
2042
  "Social Login interface will get enabled at the login page of your website"
2043
  msgstr ""
2044
 
2045
+ #: ../admin/social_login.php:605
2046
  msgid "Enable at register page"
2047
  msgstr ""
2048
 
2049
+ #: ../admin/social_login.php:615
2050
  msgid ""
2051
  "Social Login interface will get enabled at the registration page of your "
2052
  "website"
2053
  msgstr ""
2054
 
2055
+ #: ../admin/social_login.php:623
2056
  msgid "Enable at comment form"
2057
  msgstr ""
2058
 
2059
+ #: ../admin/social_login.php:633
2060
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
2061
  msgstr ""
2062
 
2063
+ #: ../admin/social_login.php:648
2064
  msgid "Enable before WooCommerce Customer Login Form"
2065
  msgstr ""
2066
 
2067
+ #: ../admin/social_login.php:658
2068
  msgid ""
2069
  "Social Login Interface will get enabled before the customer login form at "
2070
  "WooCommerce My Account page"
2071
  msgstr ""
2072
 
2073
+ #: ../admin/social_login.php:666
2074
  msgid "Enable at WooCommerce Customer Login Form"
2075
  msgstr ""
2076
 
2077
+ #: ../admin/social_login.php:676
2078
  msgid ""
2079
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2080
  "My Account page"
2081
  msgstr ""
2082
 
2083
+ #: ../admin/social_login.php:684
2084
  msgid "Enable at WooCommerce Customer Register Form"
2085
  msgstr ""
2086
 
2087
+ #: ../admin/social_login.php:694
2088
  msgid ""
2089
  "Integrate Social Login Interface with the customer register form at "
2090
  "WooCommerce My Account page"
2091
  msgstr ""
2092
 
2093
+ #: ../admin/social_login.php:702
2094
  msgid "Enable at WooCommerce checkout page"
2095
  msgstr ""
2096
 
2097
+ #: ../admin/social_login.php:712
2098
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2099
  msgstr ""
2100
 
2101
+ #: ../admin/social_login.php:723
2102
  msgid "Auto-approve comments made by Social Login users"
2103
  msgstr ""
2104
 
2105
+ #: ../admin/social_login.php:733
2106
  msgid ""
2107
  "If this option is enabled, and WordPress comment is made by Social Login "
2108
  "user, comment will get approved immediately without keeping in moderation."
2109
  msgstr ""
2110
 
2111
+ #: ../admin/social_login.php:734
2112
  msgid "Note: This is not related to Facebook comments"
2113
  msgstr ""
2114
 
2115
+ #: ../admin/social_login.php:744
2116
  msgid "Enable social avatar"
2117
  msgstr ""
2118
 
2119
+ #: ../admin/social_login.php:754
2120
  msgid ""
2121
  "Social profile pictures of the logged in user will be displayed as profile "
2122
  "avatar"
2123
  msgstr ""
2124
 
2125
+ #: ../admin/social_login.php:764
2126
  msgid "Avatar quality"
2127
  msgstr ""
2128
 
2129
+ #: ../admin/social_login.php:767
2130
  msgid "Average"
2131
  msgstr ""
2132
 
2133
+ #: ../admin/social_login.php:768
2134
  msgid "Best"
2135
  msgstr ""
2136
 
2137
+ #: ../admin/social_login.php:775
2138
  msgid "Choose avatar quality"
2139
  msgstr ""
2140
 
2141
+ #: ../admin/social_login.php:784
2142
  msgid ""
2143
  "Show option for users to update social avatar at BuddyPress profile page"
2144
  msgstr ""
2145
 
2146
+ #: ../admin/social_login.php:794
2147
  msgid ""
2148
  "If enabled, users would be able to update their social avatar from \"Profile "
2149
  "photo\" section in BuddyPress profile at front-end"
2150
  msgstr ""
2151
 
2152
+ #: ../admin/social_login.php:815
2153
  msgid ""
2154
  "If enabled and Social ID provider does not provide user's email address on "
2155
  "login, user will be asked to provide his/her email address. Otherwise, a "
2156
  "dummy email will be generated"
2157
  msgstr ""
2158
 
2159
+ #: ../admin/social_login.php:824
2160
  msgid "Send post-registration email to user to set account password"
2161
  msgstr ""
2162
 
2163
+ #: ../admin/social_login.php:834
2164
  msgid ""
2165
  "If enabled, an email will be sent to user after registration through Social "
2166
  "Login, regarding his/her login credentials (username-password to be able to "
2167
  "login via traditional login form)"
2168
  msgstr ""
2169
 
2170
+ #: ../admin/social_login.php:842
2171
  msgid "Send new user registration notification email to admin"
2172
  msgstr ""
2173
 
2174
+ #: ../admin/social_login.php:852
2175
  msgid ""
2176
  "If enabled, an email will be sent to admin after new user registers through "
2177
  "Social Login, notifying admin about the new user registration"
2178
  msgstr ""
2179
 
2180
+ #: ../admin/social_login.php:860
2181
  msgid "Login redirection"
2182
  msgstr ""
2183
 
2184
+ #: ../admin/social_login.php:864
2185
  msgid "Same page where user logged in"
2186
  msgstr ""
2187
 
2188
+ #: ../admin/social_login.php:868 ../admin/social_login.php:898
2189
  msgid "Account dashboard"
2190
  msgstr ""
2191
 
2192
+ #: ../admin/social_login.php:871 ../admin/social_login.php:901
2193
  msgid "BuddyPress profile page"
2194
  msgstr ""
2195
 
2196
+ #: ../admin/social_login.php:874 ../admin/social_login.php:904
2197
  msgid "Custom Url"
2198
  msgstr ""
2199
 
2200
+ #: ../admin/social_login.php:882
2201
  msgid "User will be redirected to the selected page after Social Login"
2202
  msgstr ""
2203
 
2204
+ #: ../admin/social_login.php:890
2205
  msgid "Registration redirection"
2206
  msgstr ""
2207
 
2208
+ #: ../admin/social_login.php:894
2209
  msgid "Same page from where user registered"
2210
  msgstr ""
2211
 
2212
+ #: ../admin/social_login.php:912
2213
  msgid ""
2214
  "User will be redirected to the selected page after registration (first "
2215
  "Social Login) through Social Login"
2216
  msgstr ""
2217
 
2218
+ #: ../admin/social_login.php:921
2219
  msgid "Social Account Linking Options"
2220
  msgstr ""
2221
 
2222
+ #: ../admin/social_login.php:937
2223
  msgid "Text to display above the Social Account Linking interface"
2224
  msgstr ""
2225
 
2226
+ #: ../admin/social_login.php:945
2227
  msgid ""
2228
  "Link social account to already existing account, if email address matches"
2229
  msgstr ""
2230
 
2231
+ #: ../admin/social_login.php:955
2232
  msgid ""
2233
  "If email address of the user's Social Account matches with an already "
2234
  "existing account at your website, that social account will be linked to "
2236
  "Linking interface at their profile page."
2237
  msgstr ""
2238
 
2239
+ #: ../admin/social_login.php:964
2240
  msgid "Enable social account linking at BuddyPress profile page"
2241
  msgstr ""
2242
 
2243
+ #: ../admin/social_login.php:974
2244
  msgid ""
2245
  "Enable this option to show social account linking interface at BuddyPress "
2246
  "profile page"
2247
  msgstr ""
2248
 
2249
+ #: ../admin/social_login.php:985
2250
  msgid "Email popup options"
2251
  msgstr ""
2252
 
2253
+ #: ../admin/social_login.php:991
2254
  msgid "Text on 'Email required' popup"
2255
  msgstr ""
2256
 
2257
+ #: ../admin/social_login.php:1001
2258
  msgid ""
2259
  "This text will be displayed on email required popup. Leave empty if not "
2260
  "required."
2261
  msgstr ""
2262
 
2263
+ #: ../admin/social_login.php:1010
2264
  msgid "Error message for 'Email required' popup"
2265
  msgstr ""
2266
 
2267
+ #: ../admin/social_login.php:1020
2268
  msgid ""
2269
  "This message will be displayed to user if it provides invalid or already "
2270
  "registered email"
2271
  msgstr ""
2272
 
2273
+ #: ../admin/social_login.php:1029
2274
  msgid "Email popup height"
2275
  msgstr ""
2276
 
2277
+ #: ../admin/social_login.php:1039
2278
  msgid ""
2279
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2280
  "can increase the height of popup by specifying in this option. Leave empty "
2281
  "for default."
2282
  msgstr ""
2283
 
2284
+ #: ../admin/social_login.php:1047
2285
  msgid "Enable email verification"
2286
  msgstr ""
2287
 
2288
+ #: ../admin/social_login.php:1057
2289
  msgid ""
2290
  "If enabled, email provided by the user will be verified by sending a "
2291
  "confirmation link to that email. User would not be able to login without "
2292
  "verifying his/her email"
2293
  msgstr ""
2294
 
2295
+ #: ../admin/social_login.php:1078
2296
  msgid "Enable GDPR opt-in"
2297
  msgstr ""
2298
 
2299
+ #: ../admin/social_login.php:1088
2300
  msgid ""
2301
  "Enable it to show GDPR opt-in for social login and social account linking"
2302
  msgstr ""
2303
 
2304
+ #: ../admin/social_login.php:1097
2305
  msgid "Placement of GDPR opt-in"
2306
  msgstr ""
2307
 
2308
+ #: ../admin/social_login.php:1101
2309
  msgid "Above Social Login icons"
2310
  msgstr ""
2311
 
2312
+ #: ../admin/social_login.php:1103
2313
  msgid "Below Social Login icons"
2314
  msgstr ""
2315
 
2316
+ #: ../admin/social_login.php:1109
2317
  msgid "Placement of GDPR opt-in above or below the social login icons"
2318
  msgstr ""
2319
 
2320
+ #: ../admin/social_login.php:1117
2321
  msgid "Opt-in text"
2322
  msgstr ""
2323
 
2324
+ #: ../admin/social_login.php:1127
2325
  msgid "Text for the GDPR opt-in"
2326
  msgstr ""
2327
 
2328
+ #: ../admin/social_login.php:1135
2329
  msgid "Text to link to Privacy Policy page"
2330
  msgstr ""
2331
 
2332
+ #: ../admin/social_login.php:1145
2333
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2334
  msgstr ""
2335
 
2336
+ #: ../admin/social_login.php:1153
2337
  msgid "Privacy Policy Url"
2338
  msgstr ""
2339
 
2340
+ #: ../admin/social_login.php:1163
2341
  msgid "Url of the privacy policy page of your website"
2342
  msgstr ""
2343
 
2344
+ #: ../admin/social_login.php:1214 ../inc/widget.php:260 ../inc/widget.php:438
2345
  #: ../inc/widget.php:602 ../inc/widget.php:750
2346
  msgid "Select"
2347
  msgstr ""
2348
 
2349
+ #: ../admin/social_login.php:1245
2350
  msgid "Social Login Shortcode & Widget"
2351
  msgstr ""
2352
 
2353
+ #: ../admin/social_login.php:1246
2354
  msgid "Social Linking Shortcode"
2355
  msgstr ""
2356
 
2357
+ #: ../admin/social_login.php:1261
2358
  msgid "Why is social login not working?"
2359
  msgstr ""
2360
 
2361
+ #: ../admin/social_login.php:1262
2362
  msgid ""
2363
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2364
  "belong to the same app"
2365
  msgstr ""
2366
 
2367
+ #: ../admin/social_login.php:1264
2368
  msgid "Social Login not working with Varnish enabled"
2369
  msgstr ""
2370
 
2371
+ #: ../admin/social_login.php:1265
2372
  msgid ""
2373
  "Why the user is not appearing logged in even after Social Login until the "
2374
  "webpage is refreshed manually?"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
- Tested up to: 5.2.1
7
- Stable tag: 7.12.27
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -210,6 +210,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
 
 
 
 
213
  = 7.12.27 [5 June 2019] =
214
  * [Bugfix] Minor bugfixing
215
  * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget
@@ -1882,4 +1886,8 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1882
 
1883
  = 7.12.27 [5 June 2019] =
1884
  * [Bugfix] Minor bugfixing
1885
- * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget
 
 
 
 
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.2.2
7
+ Stable tag: 7.12.28
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
213
+ = 7.12.28 [25 June 2019] =
214
+ * [New] Option to trigger social login popup in the same browser tab instead of a popup window
215
+ * [Bugfix] Webpage urls with "?SuperSocializerAuth=LiveJournal" appended were appearing in "Google webmaster tools errors" in some cases
216
+
217
  = 7.12.27 [5 June 2019] =
218
  * [Bugfix] Minor bugfixing
219
  * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget
1886
 
1887
  = 7.12.27 [5 June 2019] =
1888
  * [Bugfix] Minor bugfixing
1889
+ * [Bugfix] Facebook App ID and Facebook App Secret options were not appearing at Super Socializer > Social Sharing options page if Facebook share icon was enabled via shortcode or widget
1890
+
1891
+ = 7.12.28 [25 June 2019] =
1892
+ * [New] Option to trigger social login popup in the same browser tab instead of a popup window
1893
+ * [Bugfix] Webpage urls with "?SuperSocializerAuth=LiveJournal" appended were appearing in "Google webmaster tools errors" in some cases
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.12.27
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.27');
15
 
16
  require 'helper.php';
17
 
@@ -772,9 +772,6 @@ function the_champ_livejournal_auth(){
772
  }
773
  }elseif(isset($_GET['openid_mode']) && $_GET['openid_mode'] == 'cancel'){ // User Canceled the Request
774
  the_champ_close_login_popup($currentPageUrl);
775
- }else{
776
- wp_redirect(remove_query_arg(array('SuperSocializerAuth', 'action'), html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]))), 301);
777
- exit;
778
  }
779
  die;
780
  }
@@ -939,7 +936,7 @@ function the_champ_frontend_scripts(){
939
  $currentPageUrl = urldecode($twitterRedirect);
940
  $theChampLJAuthUrl = remove_query_arg('action', the_champ_get_valid_url($currentPageUrl));
941
  ?>
942
- <script> var 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 theChampLJLoginUsernameString = '<?php echo htmlspecialchars(__('Enter your LiveJournal username', 'super-socializer'), ENT_QUOTES); ?>'; var theChampLJAuthUrl = '<?php echo $theChampLJAuthUrl . (strpos($theChampLJAuthUrl, '?') !== false ? '&' : '?') . "SuperSocializerAuth=LiveJournal"; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?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'])) . '";' : ''; ?> var heateorMSEnabled = 0; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
943
  <?php
944
  if(!$combinedScript){
945
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.12.28
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.28');
15
 
16
  require 'helper.php';
17
 
772
  }
773
  }elseif(isset($_GET['openid_mode']) && $_GET['openid_mode'] == 'cancel'){ // User Canceled the Request
774
  the_champ_close_login_popup($currentPageUrl);
 
 
 
775
  }
776
  die;
777
  }
936
  $currentPageUrl = urldecode($twitterRedirect);
937
  $theChampLJAuthUrl = remove_query_arg('action', the_champ_get_valid_url($currentPageUrl));
938
  ?>
939
+ <script> var theChampFBKey = '<?php echo $fbKey ?>', theChampSameTabLogin = '<?php echo isset($theChampLoginOptions["same_tab_login"]) ? 1 : 0; ?>', 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 theChampLJLoginUsernameString = '<?php echo htmlspecialchars(__('Enter your LiveJournal username', 'super-socializer'), ENT_QUOTES); ?>'; var theChampLJAuthUrl = '<?php echo $theChampLJAuthUrl . (strpos($theChampLJAuthUrl, '?') !== false ? '&' : '?') . "SuperSocializerAuth=LiveJournal"; ?>'; var theChampSteamAuthUrl = "<?php echo $theChampSteamLogin ? $theChampSteamLogin->url( esc_url(home_url()) . '?SuperSocializerSteamAuth=' . $twitterRedirect ) : ''; ?>"; var theChampTwitterRedirect = '<?php echo $twitterRedirect ?>'; <?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'])) . '";' : ''; ?> var heateorMSEnabled = 0; var theChampTwitterAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitter&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampFacebookAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Facebook&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampTwitchAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Twitch&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampGoogleAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Google&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampVkontakteAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Vkontakte&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampLinkedinAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Linkedin&super_socializer_redirect_to=" + theChampTwitterRedirect; var theChampXingAuthUrl = theChampSiteUrl + "?SuperSocializerAuth=Xing&super_socializer_redirect_to=" + theChampTwitterRedirect;</script>
940
  <?php
941
  if(!$combinedScript){
942
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);