Version Description
Download this release
Release Info
Developer | AdvancedCoding |
Plugin | Comments – wpDiscuz |
Version | 7.3.13 |
Comparing to | |
See all releases |
Code changes from version 7.3.12 to 7.3.13
- assets/js/wpdiscuz-combo-no_quill.min.js +2 -2
- assets/js/wpdiscuz-combo.min.js +2 -2
- assets/js/wpdiscuz-mu-frontend.js +3 -0
- assets/js/wpdiscuz-mu-frontend.min.js +1 -1
- assets/js/wpdiscuz.js +6 -0
- assets/js/wpdiscuz.min.js +1 -1
- class.WpdiscuzCore.php +12 -12
- forms/wpDiscuzForm.php +12 -11
- forms/wpdFormAttr/Field/AgreementCheckbox.php +2 -2
- forms/wpdFormAttr/Field/ColorField.php +7 -5
- forms/wpdFormAttr/Field/CookiesConsent.php +5 -3
- forms/wpdFormAttr/Field/DateField.php +7 -5
- forms/wpdFormAttr/Field/DefaultField/Captcha.php +3 -2
- forms/wpdFormAttr/Field/DefaultField/Website.php +2 -1
- forms/wpdFormAttr/Field/Field.php +3 -2
- forms/wpdFormAttr/Field/NumberField.php +5 -3
- forms/wpdFormAttr/Field/RadioField.php +3 -1
- forms/wpdFormAttr/Field/RatingField.php +4 -2
- forms/wpdFormAttr/Field/SelectField.php +6 -4
- forms/wpdFormAttr/Field/TextAreaField.php +6 -4
- forms/wpdFormAttr/Field/TextField.php +6 -4
- forms/wpdFormAttr/Field/UrlField.php +4 -2
- forms/wpdFormAttr/Form.php +13 -13
- forms/wpdFormAttr/Login/SocialLogin.php +48 -47
- forms/wpdFormAttr/Tools/Sanitizer.php +20 -0
- includes/class.WpdiscuzDBManager.php +22 -2
- languages/wpdiscuz-ar.mo +0 -0
- languages/wpdiscuz-ar.po +4043 -3796
- languages/wpdiscuz-de_DE.mo +0 -0
- languages/wpdiscuz-de_DE.po +2026 -2700
assets/js/wpdiscuz-combo-no_quill.min.js
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
/* Autogrow */
|
4 |
jQuery.fn.autoGrow=function(){return this.each(function(){var createMirror=function(textarea){jQuery(textarea).after('<div class="autogrow-textarea-mirror"></div>');return jQuery(textarea).next(".autogrow-textarea-mirror")[0]};var sendContentToMirror=function(textarea){mirror.innerHTML=String(textarea.value).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br />")+".<br/>.";if(jQuery(textarea).height()!=jQuery(mirror).height())jQuery(textarea).height(jQuery(mirror).height())};var growTextarea=function(){sendContentToMirror(this)};var mirror=createMirror(this);mirror.style.display="none";mirror.style.wordWrap="break-word";mirror.style.padding=jQuery(this).css("padding");mirror.style.width=jQuery(this).css("width");mirror.style.fontFamily=jQuery(this).css("font-family");mirror.style.fontSize=jQuery(this).css("font-size");mirror.style.lineHeight=jQuery(this).css("line-height");this.style.overflow="hidden";this.style.minHeight=this.rows+"em";this.onkeydown=growTextarea;sendContentToMirror(this)})};
|
5 |
/* wpDiscuz */
|
6 |
-
var wpdiscuzLoadRichEditor=parseInt(wpdiscuzAjaxObj.loadRichEditor);if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap"))var wpDiscuzEditor=new WpdEditor;function wpdMessagesOnInit(e,t){wpdiscuzAjaxObj.setCommentMessage(e,t),setTimeout(function(){location.href=location.href.substring(0,location.href.indexOf("wpdiscuzUrlAnchor")-1)},3e3)}wpdiscuzAjaxObj.setCommentMessage=function(e,t,a){var o="wpdiscuz-message-error";if(e instanceof Array)for(var n in e)t instanceof Array?"success"===t[n]?o="wpdiscuz-message-success":"warning"===t[n]&&(o="wpdiscuz-message-warning"):"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e[n]).prependTo("#wpdiscuz-comment-message").delay(a instanceof Array?a[n]:a||4e3).fadeOut(1e3,function(){jQuery(this).remove()});else"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e).prependTo("#wpdiscuz-comment-message").delay(a||4e3).fadeOut(1e3,function(){jQuery(this).remove()})},wpdiscuzAjaxObj.applyFilterOnPhrase=function(e,t,a){return wpdiscuzAjaxObj.phraseFilters&&jQuery.each(wpdiscuzAjaxObj.phraseFilters,function(o){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]]&&(e=wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]](e,t,a))}),e},jQuery(document).ready(function(e){e("body").addClass("wpdiscuz_"+wpdiscuzAjaxObj.version);var t=wpdiscuzAjaxObj.is_user_logged_in,a=1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!t,o=1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&t,n=wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion,i=parseInt(wpdiscuzAjaxObj.commentListLoadType),s=parseInt(wpdiscuzAjaxObj.wc_post_id);wpdiscuzAjaxObj.wpdiscuz_nonce="";var d=parseInt(wpdiscuzAjaxObj.commentListUpdateType),c=1e3*parseInt(wpdiscuzAjaxObj.commentListUpdateTimer),p=parseInt(wpdiscuzAjaxObj.liveUpdateGuests),r=wpdiscuzAjaxObj.loadLastCommentId,l=r,m=parseInt(wpdiscuzAjaxObj.firstLoadWithAjax);Cookies.get("wpdiscuz_comments_sorting")&&Cookies.remove("wpdiscuz_comments_sorting",{path:""}),Cookies.get("wordpress_last_visit")&&Cookies.remove("wordpress_last_visit",{path:""}),Cookies.get("wpdiscuz_last_visit")&&Cookies.remove("wpdiscuz_last_visit",{path:""});var w,u=parseInt(wpdiscuzAjaxObj.wordpressIsPaginate),f=wpdiscuzAjaxObj.storeCommenterData,h=parseInt(wpdiscuzAjaxObj.wmuEnabled),b=wpdiscuzAjaxObj.isCookiesEnabled,_=!0,g=wpdiscuzAjaxObj.cookiehash,z=parseInt(wpdiscuzAjaxObj.isLoadOnlyParentComments),j=parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0,v=parseInt(wpdiscuzAjaxObj.isNativeAjaxEnabled),x=parseInt(wpdiscuzAjaxObj.enableBubble),C=parseInt(wpdiscuzAjaxObj.bubbleLiveUpdate),k=parseInt(wpdiscuzAjaxObj.bubbleHintTimeout),y=parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout)?parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout):5,O=parseInt(wpdiscuzAjaxObj.bubbleShowNewCommentMessage),A=wpdiscuzAjaxObj.bubbleLocation,I=wpdiscuzAjaxObj.inlineFeedbackAttractionType,T=(T=parseInt(wpdiscuzAjaxObj.scrollSize))||32,D=[],F=[],E=[],M=!1,L=1,R=e("html").css("scroll-behavior"),S=e("body").css("scroll-behavior");(e(".wc_social_plugin_wrapper .wp-social-login-provider-list").length?e(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .the_champ_login_container").length?e(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .social_connect_form").length?e(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&e(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"),wpdiscuzLoadRichEditor&&e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0"),window.addEventListener("beforeunload",function(t){var a=e(".wpd-form").not(":hidden");if(a.length)if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap")){for(var o=0;o<a.length;o++)if("\n"!==wpDiscuzEditor.createEditor(e(a[o]).find(".ql-container").attr("id")).getText())return t.preventDefault(),void(t.returnValue="")}else for(o=0;o<a.length;o++)if(e(a[o]).find(".wc_comment").val())return t.preventDefault(),void(t.returnValue="")}),wpdiscuzLoadRichEditor||(e(document).delegate("textarea.wc_comment","input",function(){we(e(this))}),e.each(e("textarea.wc_comment"),function(){we(e(this))})),e(document).on("focus","#wpdcom .ql-editor, #wpdcom .wc_comment",function(){e(".wpd-form-foot",e(this).parents(".wpd_comm_form")).slideDown(j)}),e(document).on("focus","#wpdcom textarea",function(){e(this).next(".autogrow-textarea-mirror").length||e(this).autoGrow()}),t)||U({comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)});if(e(".wpd-vote-down.wpd-dislike-hidden").remove(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd"),e(document).on("click","#wpd-editor-source-code-wrapper-bg",function(){e(this).hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),wpdiscuzLoadRichEditor&&e(document).on("click","#wpd-insert-source-code",function(){var t=wpDiscuzEditor.createEditor("#"+e("#wpd-editor-uid").val());t.deleteText(0,t.getLength(),Quill.sources.USER);var a=e("#wpd-editor-source-code").val();a.length&&t.clipboard.dangerouslyPasteHTML(0,a,Quill.sources.USER),t.update(),e("#wpd-editor-source-code-wrapper-bg").hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),e(document).on("click",".wpd-reply-button",function(){var i=X(e(this),0);e(this).hasClass("wpdiscuz-clonned")?(wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+i).focus()},j):setTimeout(function(){e("#wc-textarea-"+i).trigger("focus")},j),e("#wpd-secondary-form-wrapper-"+i).slideToggle(j)):function(a){var o=X(a,0);e("#wpdiscuz_form_anchor-"+o).before(function(t){return e("#wpdiscuz_hidden_secondary_form").html().replace(/wpdiscuzuniqueid/g,t)}(o));var n=e("#wpd-secondary-form-wrapper-"+o);if(!t){var i={comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)};U(i)}wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+o).focus()},j):setTimeout(function(){e("#wc-textarea-"+o).trigger("focus")},j);n.slideToggle(j,function(){a.addClass("wpdiscuz-clonned")})}(e(this)),function(t){if((a||o)&&"2.0"===n){var i=Y(t);setTimeout(function(){if(!F[i])try{F[i]=grecaptcha.render("wpdiscuz-recaptcha-"+t,{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(a){e("#wpdiscuz-recaptcha-field-"+t).val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-"+t).val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3)}}(i)}),e(document).on("click","#wpdcom [data-wpd-clipboard]",function(){var t=e(this).data("wpd-clipboard"),a=e("<input/>");a.appendTo("body").css({position:"absolute",top:"-10000000px"}).val(t),a.trigger("select"),document.execCommand("copy"),a.remove(),wpdiscuzAjaxObj.setCommentMessage(t+"<br/>"+wpdiscuzAjaxObj.wc_copied_to_clipboard,"success",5e3)}),e(document).on("click",".wpdiscuz-nofollow,.wc_captcha_refresh_img,.wpd-load-more-submit",function(e){e.preventDefault()}),e(document).on("click",".wpd-toggle.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked");var a=X(e(this),0),o=e(this),n=e(".fas",o);!o.parents(".wpd-comment:not(.wpd-reply)").children(".wpd-reply").length&&z?function(t,a){var o=Y(t),n=new FormData;n.append("action","wpdShowReplies"),n.append("commentId",o),fe(v,!0,n).done(function(o){a.addClass("wpd_not_clicked"),"object"==typeof o&&o.success&&(e("#wpd-comm-"+t).replaceWith(o.data.comment_list),e("#wpd-comm-"+t+" .wpd-toggle .fas").removeClass("fa-chevron-down").addClass("fa-chevron-up"),e("#wpd-comm-"+t+" .wpd-toggle .wpd-view-replies .wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),e("#wpd-comm-"+t+" .wpd-toggle").attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text),ue(o)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,o,n){console.log(n),a.addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}(a,t):e("#wpd-comm-"+a+"> .wpd-reply").slideToggle(700,function(){e(this).is(":hidden")?(n.removeClass("fa-chevron-up"),n.addClass("fa-chevron-down"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_show_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_show_replies_text)):(n.removeClass("fa-chevron-down"),n.addClass("fa-chevron-up"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text)),t.addClass("wpd_not_clicked")})}),e(document).on("mouseenter",".wpd-new-loaded-comment",function(){e(this).removeClass("wpd-new-loaded-comment")}),e(document).on("click",".wpd-sbs-toggle",function(){e(".wpdiscuz-subscribe-bar").slideToggle(j)}),parseInt(wpdiscuzAjaxObj.wpDiscuzIsShowOnSubscribeForm)&&!t&&wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&e("#wpdiscuz-subscribe-form").length&&("2.0"===n?(setTimeout(function(){try{grecaptcha.render("wpdiscuz-recaptcha-subscribe-form",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-subscribe-form").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val()?e(".wpdiscuz-recaptcha",e(this)).css("border","none"):(e(".wpdiscuz-recaptcha",e(this)).css("border","1px solid red"),t.preventDefault())})):"3.0"===n&&e(document).on("click","#wpdiscuz_subscription_button",function(t){var a=e(this).parents("#wpdiscuz-subscribe-form");t.preventDefault();try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/wpdAddSubscription"}).then(function(e){console.log(5555),document.getElementById("wpdiscuz-recaptcha-field-subscribe-form").value=e,a.trigger("submit")},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error")}})),(a||o)&&"2.0"===n){var q=e(window).width(),P=e("#wpdcom").width();P>=1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"65%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"35%"})),P>=940&&P<1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"60%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"40%"})),P>=810&&P<940&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"60%"})),P>=730&&P<810&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"45%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"55%"})),P>=610&&P<730&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.85)","-webkit-transform":"scale(0.85)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"43%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"55%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"})),q>650&&(P>=510&&P<610&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"35%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"63%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%",position:"relative",right:"-60px"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),P>=470&&P<510&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"60%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd_main_comm_form .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),P<470&&(e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({margin:"0px auto","transform-origin":"center 0","-webkit-transform-origin":"center 0"}),e("#wpdcom .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc_notification_checkboxes").css({"text-align":"center"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-field-submit").css({"text-align":"center"})))}function H(t,a,o){fe(v||h,!1,a).done(function(a){if(e(o).addClass("wpd_not_clicked"),"object"==typeof a)if(a.success){"collapsed"===wpdiscuzAjaxObj.commentFormView&&e(".wpd-form-foot",t).slideUp(j),a.data.wc_all_comments_count_new=parseInt(a.data.wc_all_comments_count_new),e(".wpd-thread-info").html(a.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(a.data.wc_all_comments_count_bubble_html);var n=j;a.data.is_main?ne(a.data.message):(n=j+700,e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).slideToggle(700),1==a.data.is_in_same_container?e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).after(a.data.message):e("#wpd-comm-"+a.data.uniqueid).after(a.data.message)),function(e){if(!e.data.held_moderate){var t=new FormData;t.append("action","wpdCheckNotificationType"),t.append("comment_id",e.data.new_comment_id),t.append("email",e.data.comment_author_email),t.append("isParent",e.data.is_main),fe(v,!0,t)}}(a),function(e){if(e.data.redirect>0&&e.data.new_comment_id){var t=new FormData;t.append("action","wpdRedirect"),t.append("commentId",e.data.new_comment_id),fe(v,!0,t).done(function(e){"object"==typeof e&&e.success&&setTimeout(function(){location.href=e.data},2e3)}).fail(function(e,t,a){console.log(a)})}}(a),b&&_?function(t){var a=t.comment_author_email,o=t.comment_author,n=t.comment_author_url;null==f?(Cookies.set("comment_author_email_"+g,a),Cookies.set("comment_author_"+g,o),n.length&&Cookies.set("comment_author_url_"+g,n)):(f=parseInt(f),Cookies.set("comment_author_email_"+g,a,{expires:f,path:"/"}),Cookies.set("comment_author_"+g,o,{expires:f,path:"/"}),n.length&&Cookies.set("comment_author_url_"+g,n,{expires:f,path:"/"}));e(".wpd-cookies-checkbox").length&&e(".wpd-cookies-checkbox").prop("checked",!0)}(a.data):_||e(".wpd-cookies-checkbox").prop("checked",!1),t.get(0).reset(),wpdiscuzLoadRichEditor?wpDiscuzEditor.createEditor("#wpd-editor-"+e(".wpdiscuz_unique_id",t).val()).setContents([{insert:"\n"}]):we(t.find(".wc_comment")),U(a.data),e(".wmu-preview-wrap",t).remove(),D.length&&(D.forEach(function(e){e.parents(".wpd-field-checkbox").remove()}),D=[]),parseInt(wpdiscuzAjaxObj.scrollToComment)&&setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.new_comment_id).offset().top-T},1e3,oe)},n),ue(a,t)}else a.data&&(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"),ue(a,t));else wpdiscuzAjaxObj.setCommentMessage(a,"error");e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,n){console.log(n),e(o).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}function U(t){e(".wpd_comm_form .wc_name").val(t.comment_author),t.comment_author_email&&t.comment_author_email.indexOf("@example.com")<0&&e(".wpd_comm_form .wc_email").val(t.comment_author_email),t.comment_author_url&&e(".wpd_comm_form .wc_website").val(t.comment_author_url)}function W(t,a){e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").show(),e("#wpd-comm-"+t+" .wpdiscuz-edit-form-wrap").replaceWith(a),e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-last-edited").show()}e(document).on("click",".wc_comm_submit.wpd_not_clicked",function(){var i=e(this),s=1,d=e(this).parents("form");if(d.hasClass("wpd_main_comm_form")||(s=function(t){var a=t.attr("class").split(" "),o="";return e.each(a,function(e,t){"wpd_comment_level"===J(t,!1)&&(o=J(t,!0))}),parseInt(o)+1}(e(this).parents(".wpd-comment"))),te(d,"#wpd-editor-"+e(".wpdiscuz_unique_id",d).val()),d.on("submit",function(e){e.preventDefault()}),""!==e(".wc_comment",d).val().trim()){if(d[0].checkValidity()&&(p=d,r=!0,"2.0"===n&&e("input[name=wc_captcha]",p).length&&!e("input[name=wc_captcha]",p).val().length?(r=!1,e(".wpdiscuz-recaptcha",p).css("border","1px solid red")):"2.0"===n&&e("input[name=wc_captcha]",p).length&&e(".wpdiscuz-recaptcha",p).css("border","none"),r)){M=!0,function(t){e(".wpd-agreement-checkbox",t).each(function(){e(this).hasClass("wpd_agreement_hide")&&b&&e(this).prop("checked")&&(Cookies.set(e(this).attr("name")+"_"+g,1,{expires:30,path:"/"}),e("input[name="+e(this).attr("name")+"]").each(function(){D.push(e(this))}))})}(d),e(i).removeClass("wpd_not_clicked");var c=new FormData;if(c.append("action","wpdAddComment"),e(":input",d).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&c.append(this.name+"",e(this).val().trim()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&c.append(this.name+"",e(this).val())}),c.append("wpd_comment_depth",s),wpdiscuzAjaxObj.wpdiscuz_zs&&c.append("wpdiscuz_zs",wpdiscuzAjaxObj.wpdiscuz_zs),e(".wpd-cookies-checkbox",d).length?e(".wpd-cookies-checkbox",d).prop("checked")||(_=!1):t&&(_=!1),e("#wpdiscuz-loading-bar").show(),wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&"3.0"===n&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/addComment"}).then(function(e){c.append("g-recaptcha-response",e),H(d,c,i)},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error"),e("#wpdiscuz-loading-bar").fadeOut(250)}else H(d,c,i)}var p,r;!function(e){if((a||o)&&"2.0"===n){var t=Y(e);grecaptcha.reset(F[t])}}(e(".wpdiscuz_unique_id",d).val()),e(".wpdiscuz_reset").val("")}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wc_msg_required_fields,"wc_msg_required_fields",d),"error")}),e(document).on("click",".wpd_editable_comment",function(){w&&e(".wpdiscuz-edit-form-wrap").length&&W(X(e(".wpdiscuz-edit-form-wrap"),0),w);var t=e(this),a=X(t,0),o=Y(a),n=new FormData;n.append("action","wpdEditComment"),n.append("commentId",o),w=e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-text").get(0),fe(v,!0,n).done(function(o){if("object"==typeof o)if(o.success){if(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text").replaceWith(o.data.html),wpdiscuzLoadRichEditor){var n=wpDiscuzEditor.createEditor("#wpd-editor-edit_"+a);n.clipboard.dangerouslyPasteHTML(0,o.data.content),n.update(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd")}else e("#wc-textarea-edit_"+a).val(o.data.content),we(e("#wc-textarea-edit_"+a));e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").hide(),e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").hide()}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[o.data],o.data,t),"error");else console.log(o);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wc_save_edited_comment",function(){var t=e(this),a=X(t),o=Y(a),n=e("#wpd-comm-"+a+" #wpdiscuz-edit-form");if(te(n,"#wpd-editor-edit_"+a),n.on("submit",function(e){e.preventDefault()}),n[0].checkValidity()){var i=new FormData;i.append("action","wpdSaveEditedComment"),i.append("commentId",o),e(":input",n).each(function(){""!==this.name&&"checkbox"!==this.type&&"radio"!==this.type&&i.append(this.name+"",e(this).val()),"checkbox"!==this.type&&"radio"!==this.type||e(this).is(":checked")&&i.append(this.name+"",e(this).val())}),fe(v,!0,i).done(function(n){"object"==typeof n?(n.success?(W(a,n.data.message),n.data.lastEdited&&(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").remove(),e(n.data.lastEdited).insertAfter("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text")),n.data.twitterShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_tw").attr("href",n.data.twitterShareLink),n.data.whatsappShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_whatsapp").attr("href",n.data.whatsappShareLink),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error"),ue(n,o)):console.log(n),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wc_cancel_edit",function(){var t=X(e(this));W(t,w),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+t)}),!u&&m&&(L=0,1==m?setTimeout(function(){B(!0)},500):e(document).on("click",".wpd-load-comments",function(){e(this).parent(".wpd-load-more-submit-wrap").remove(),B(!0)})),e(document).on("click",".wpd-load-more-submit",function(){var t=e(this);t.hasClass("wpd-loaded")&&B(!1,t,"wpd-loaded","wpd-loading")});var N=!1;function V(){var t=e("#wpdiscuzHasMoreComments").val(),a=e(document).height(),o=e(window).height()+e(window).scrollTop();a&&o&&(100*o/a>=80&&!1===N&&1==t&&(N=!0,B(!1,e(".wpd-load-more-submit"))))}function B(t,a,o,n){a&&(a.toggleClass(o),a.toggleClass(n));var s=new FormData;s.append("action","wpdLoadMoreComments");var d=e(".wpdiscuz-sort-button-active").attr("data-sorting");d&&s.append("sorting",d),s.append("offset",L),s.append("lastParentId",e(".wpd-load-more-submit").attr("data-lastparentid")),s.append("isFirstLoad",t?1:0);var c=e(".wpdf-active").attr("data-filter-type");s.append("wpdType",c||""),fe(v,!t||1!=m,s).done(function(s){"object"==typeof s&&s.success&&(L++,t&&e(".wpd-comment").remove(),e(".wpdiscuz_single").remove(),e(".wpdiscuz-comment-pagination").before(s.data.comment_list),K(s,t&&2!==i),N=!1,s.data.loadLastCommentId&&(r=s.data.loadLastCommentId),ue(s),t&&Q(!1)),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))}).fail(function(t,i,s){console.log(s),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))})}function K(t,a){if(0==t.data.is_show_load_more)e("#wpdiscuzHasMoreComments").val(0),e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide();else if(o=t.data.last_parent_id,e(".wpd-load-more-submit").attr("data-lastparentid",o),2!==i&&e(".wpdiscuz-comment-pagination").show(),e("#wpdiscuzHasMoreComments").val(1),a&&e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").show(),t.data.comments_left>0){if(!e(".wpd-load-more-submit .wpd-comments-left").length){const t=e("<span>");t.addClass("wpd-comments-left"),e(".wpd-load-more-submit").append(t)}e(".wpd-load-more-submit .wpd-comments-left").text(t.data.comments_left_text)}var o;ue(t)}function Q(t){var a=location.href.match(/#comment\-(\d+)/);if(null!==a){var o=a[1];if(e("#comment-"+o).length)setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+o).parents("[id^=wpd-comm-]").offset().top-T},1e3,oe),t&&G(o)},500);else{var n=new FormData;n.append("action","wpdGetSingleComment"),n.append("commentId",o),fe(v,!0,n).done(function(a){if("object"==typeof a&&a.success){var n="#comment-"+o;e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e(n).offset().top-T},1e3,oe),t&&G(o)}e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}}function G(t){setTimeout(function(){e("#comment-"+t).siblings(".wpd-secondary-form-wrapper").is(":visible")||e("#comment-"+t).find(".wpd-reply-button").trigger("click")},1100)}function $(e){if(void 0!==e.data.message)for(var t,a=e.data.message,o=0;o<a.length;o++)Z((t=a[o]).comment_parent,t.comment_html)}function X(e,t){var a="";return(a=t?e.parents(".wpd-main-form-wrapper").attr("id"):e.parents(".wpd-comment").attr("id")).substring(a.lastIndexOf("-")+1)}function Y(e){return e.substring(0,e.indexOf("_"))}function J(e,t){return t?e.substring(e.indexOf("-")+1):e.substring(0,e.indexOf("-"))}function Z(t,a){if(0==t)ne(a);else{var o=X(e("#comment-"+t),0);e("#wpdiscuz_form_anchor-"+o).after(a)}}function ee(){var t=[];return e(".wpd-comment-right").each(function(){t.push(Y(X(e(this),0)))}),t.join(",")}function te(t,a){var o=t.find(".wpd-required-group");wpdiscuzLoadRichEditor&&t.find(".wc_comment").val(e(a+">.ql-editor").html()),function(e){var t=e.find(".wc_comment"),a=t.val().trim().replace(/<p><br><\/p>/g,"\n").replace(/<p>(.*?)<\/p>/g,"$1\n");a=(a=(a=(a=a.replace(/<img src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img[^>]+alt=["|']([^"|']+)["|'][^>]+src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'][^>]?>/g," $1 ")).replace(/<img\s+([^>]*)class=["|']wpdem\-sticker["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img\s+([^>]*)src=["|']([^"|']+)["|'](.*?)[^>]*>/g," $2 "),t.val(a)}(t),e.each(o,function(){e("input",this).prop("required",!1),0===e("input:checked",this).length?e("input",e(this)).prop("required",!0):e(".wpd-field-invalid",this).remove()})}function ae(){e("html, body").css("scroll-behavior","unset")}function oe(){e("html").css("scroll-behavior",R),e("body").css("scroll-behavior",S)}function ne(t){e(".wpd-sticky-comment").last()[0]?e(t).insertAfter(e(".wpd-sticky-comment").last()[0]):e(".wpd-thread-list").prepend(t)}function ie(t){t?t.prop("required")||(t.val()?t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none")):e.each(e(".wc_email"),function(t,a){var o=e(a);o.prop("required")||(o.val()?o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none"))})}if(2!==i||u||(e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide(),V(),e(window).scroll(function(){V()})),wpdiscuzAjaxObj.setLoadMoreVisibility=K,e(document).on("click",".wpd-vote-up.wpd_not_clicked, .wpd-vote-down.wpd_not_clicked",function(){var t=e(this);e(t).removeClass("wpd_not_clicked");var a,o=Y(X(t));a=e(this).hasClass("wpd-vote-up")?1:-1;var n=new FormData;n.append("action","wpdVoteOnComment"),n.append("commentId",o),n.append("voteType",a),fe(v,!0,n).done(function(n){if(e(t).addClass("wpd_not_clicked"),"object"==typeof n){if(n.success){if("total"===n.data.buttonsStyle){var i=e(".wpd-comment-footer .wpd-vote-result",e("#comment-"+o)),s=n.data.votes;i.text(n.data.votesHumanReadable),i.attr("title",s),i.removeClass("wpd-up wpd-down"),s>0&&i.addClass("wpd-up"),s<0&&i.addClass("wpd-down")}else{var d=e(".wpd-comment-footer .wpd-vote-result-like",e("#comment-"+o)),c=e(".wpd-comment-footer .wpd-vote-result-dislike",e("#comment-"+o));d.text(n.data.likeCountHumanReadable),d.attr("title",n.data.likeCount),c.text(n.data.dislikeCountHumanReadable),c.attr("title",n.data.dislikeCount),parseInt(n.data.likeCount)>0?d.addClass("wpd-up"):d.removeClass("wpd-up"),parseInt(n.data.dislikeCount)<0?c.addClass("wpd-down"):c.removeClass("wpd-down")}var p=e(".wpd-comment-footer .wpd-vote-up",e("#comment-"+o)),r=e(".wpd-comment-footer .wpd-vote-down",e("#comment-"+o));p.removeClass("wpd-up"),r.removeClass("wpd-down"),n.data.curUserReaction>0?p.addClass("wpd-up"):n.data.curUserReaction<0&&r.addClass("wpd-down")}else n.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error");ue(n,o,a)}else console.log(n);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(t).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click","body",function(t){var a=e(".wpdiscuz-sort-buttons");e(t.target).hasClass("wpdf-sorting")||e(t.target).parent().hasClass("wpdf-sorting")?a.css({display:a.is(":visible")?"none":"flex"}):a.hide()}),e(document).on("click",".wpdiscuz-sort-button:not(.wpdiscuz-sort-button-active)",function(){var t=e(this),a=e(this).attr("data-sorting");if(a){e(".wpdiscuz-sort-button.wpdiscuz-sort-button-active").removeClass("wpdiscuz-sort-button-active").appendTo(".wpdiscuz-sort-buttons"),t.addClass("wpdiscuz-sort-button-active").prependTo(".wpdf-sorting");var o=new FormData;o.append("action","wpdSorting"),o.append("sorting",a);var n=e(".wpdf-active").attr("data-filter-type");o.append("wpdType",n||""),fe(v,!0,o).done(function(t){"object"==typeof t&&t.success&&(e("#wpdcom .wpd-comment").remove(),e("#wpdcom .wpd-thread-list").prepend(t.data.message),K(t,!1),L=1),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),window.onhashchange=function(){Q(!1)},1!=m&&Q(!1),e(document).on("click",".wpdiscuz-readmore",function(){var t=X(e(this)),a=Y(t),o=new FormData;o.append("action","wpdReadMore"),o.append("commentId",a),fe(v,!0,o).done(function(o){"object"==typeof o?(o.success?(e("#comment-"+a+" .wpd-comment-text").replaceWith(" "+o.data.message),e("#wpdiscuz-readmore-"+t).remove()):console.log(o.data),ue(o)):console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("change",".wpd-required-group",function(){0!==e("input:checked",this).length?e("input",e(this)).prop("required",!1):e("input",e(this)).prop("required",!0)}),e(document).on("click",".wpdiscuz-spoiler",function(){e(this).next().slideToggle(),e(this).hasClass("wpdiscuz-spoiler-closed")?e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-plus").removeClass("fa-plus").addClass("fa-minus"):e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-minus").removeClass("fa-minus").addClass("fa-plus"),e(this).toggleClass("wpdiscuz-spoiler-closed")}),e(document).on("click",".wpd-tools i",function(){var t=e(this).siblings(".wpd-tools-actions");t.is(":visible")||e(this).parents(".wpd-comment-right").attr("id")!==e("[id^=comment-]","#wpdcom").last().attr("id")||e("#comments").css({paddingBottom:"160px"}),t.css({display:t.is(":visible")?"none":"flex"})}),e(document).on("mouseleave",".wpd-comment-right",function(){e(this).find(".wpd-tools-actions").hide(),e("#comments").css({paddingBottom:"0"})}),e(document).on("click",".wpd_stick_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdStickComment"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd_close_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdCloseThread"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-filter.wpd_not_clicked[data-filter-type]",function(){var t=e(this),a=t.attr("data-filter-type");wpdiscuzAjaxObj.resetActiveFilters(".wpdf-"+a),t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var o=new FormData;o.append("action","wpdLoadMoreComments");var n=e(".wpdiscuz-sort-button-active").attr("data-sorting");n&&o.append("sorting",n),o.append("lastParentId",0),o.append("offset",0),L=1,o.append("wpdType",t.hasClass("wpdf-active")?"":a),o.append("isFirstLoad",1),e(this).hasClass("wpdf-inline")?e(this).hasClass("wpdf-active")?e(".wpd-comment-info-bar").hide():e(".wpd-comment-info-bar").css("display","flex"):e(".wpd-comment-info-bar").hide(),fe(v,!1,o).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(t.toggleClass("wpdf-active"),e(".wpd-load-comments").remove(),e(".wpd-comment").remove(),e(".wpd-thread-list").prepend(a.data.comment_list),K(a),r=a.data.loadLastCommentId,e(".wpd-load-more-submit").blur(),ue(a)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpdf-reacted.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdMostReactedComment"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e("#comment-"+a.data.commentId).length||e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpdf-hottest.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdHottestThread"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.commentId).length?e("#comment-"+a.data.commentId).parents("[id^=wpd-comm-"+a.data.commentId+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpd-filter-view-all",function(){e(".wpdf-inline.wpdf-active.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-follow-link.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=Y(X(t,0)),o=new FormData;o.append("action","wpdFollowUser"),o.append("commentId",a),fe(v,!0,o).done(function(a){t.addClass("wpd_not_clicked"),"object"==typeof a?a.success?(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data.code],a.data.code,t),"success"),t.removeClass("wpd-follow-active"),a.data.followTip&&t.attr("wpd-tooltip",a.data.followTip),a.data.followClass&&t.addClass(a.data.followClass),ue(a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),ie(),e(document).on("keyup",".wc_email",function(){ie(e(this))}),x&&e("#wpdcom").length){if(e("#wpd-bubble-wrapper").hover(function(){e(this).addClass("wpd-bubble-hover")},function(){e(this).removeClass("wpd-bubble-hover")}),k&&!Cookies.get(wpdiscuzAjaxObj.cookieHideBubbleHint)&&setTimeout(function(){e("#wpd-bubble-wrapper").addClass("wpd-bubble-hover"),Cookies.set(wpdiscuzAjaxObj.cookieHideBubbleHint,"1",{expires:7,path:"/"}),setTimeout(function(){e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")},1e3*y)},1e3*k),"content_left"===A)if(e(".entry-content").length){var se=(de=Math.min(e(".entry-content").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".post-entry").length){se=(de=Math.min(e(".post-entry").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".container").length){var de;se=(de=Math.min(e(".container").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner");else"left_corner"===A?(e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner")):"right_corner"===A&&(e("#wpd-bubble-wrapper").css({right:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-right-corner"));e("#wpd-bubble-wrapper").show(),e(document).on("click","#wpd-bubble-add-message-close",function(t){t.preventDefault(),t.stopPropagation(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")}),e(document).on("click","#wpd-bubble",function(){ae(),e("#tab-title-reviews").length&&e("#tab-title-reviews a").trigger("click"),e("html, body").animate({scrollTop:e("#wpdcom").offset().top-(T+28)},1e3,function(){oe(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover"),wpdiscuzLoadRichEditor?e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0").focus():e("#wc-textarea-0_0").length&&e("#wc-textarea-0_0").trigger("focus")})}),e(document).on("click","#wpd-bubble-comment-close",function(t){t.preventDefault(),e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")}),e(document).on("click","#wpd-bubble-comment-reply-link a",function(){var t=e(this).attr("href");setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),Q(!0);var a=t.match(/#comment\-(\d+)/);E=E.filter(function(e){return e!=a[1]}),e("#wpd-bubble-count .wpd-new-comments-count").text(E.length),0==E.length&&e("#wpd-bubble-count").removeClass("wpd-new-comments")},100)}),e(document).on("click","#wpd-bubble-count",function(){if(E.length){var t=new FormData;t.append("action","wpdBubbleUpdate"),t.append("newCommentIds",E.join()),fe(v,!0,t).done(function(t){"object"==typeof t&&t.success&&(t.data.message=t.data.message.filter(function(t){if(!e("#comment-"+t.comment_id).length)return t}),$(t),e("#wpd-bubble-count").removeClass("wpd-new-comments"),e("#wpd-bubble-count .wpd-new-comments-count").text("0"),E=[],e(".wpd-new-loaded-comment").length&&(ae(),e("html, body").animate({scrollTop:e(e(".wpd-new-loaded-comment")[0]).offset().top-(T+28)},1e3,oe)),ue(t)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,a){console.log(a)})}})}if((x&&C||d)&&(t||!t&&p)&&setTimeout(function t(){e.ajax({type:"GET",url:wpdiscuzAjaxObj.bubbleUpdateUrl,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",wpdiscuzAjaxObj.restNonce)},data:{postId:s,lastId:l,visibleCommentIds:ee()}}).done(function(a){if(!M)if("object"==typeof a){if(a.commentIDsToRemove.forEach(function(t){e("[id^=wpd-comm-"+t+"]").remove()}),a.ids.length){d&&((i=new FormData).append("action","wpdUpdateAutomatically"),i.append("loadLastCommentId",r),i.append("visibleCommentIds",ee()),fe(v,!1,i).done(function(t){M||"object"==typeof t&&t.success&&($(t),t.data.wc_all_comments_count_new=parseInt(t.data.wc_all_comments_count_new),e(".wpd-thread-info").html(t.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",t.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(t.data.wc_all_comments_count_bubble_html),r=t.data.loadLastCommentId)}).fail(function(e,t,a){console.log(a)})),a.ids=a.ids.filter(function(t){if(!e("#comment-"+t).length)return t});var o=5e3;l=parseInt(a.ids[a.ids.length-1]),E=E.concat(a.ids),O&&a.commentText&&(e("#wpd-bubble-author-avatar").html(a.avatar),e("#wpd-bubble-author-name").html(a.authorName),e("#wpd-bubble-comment-date span").html(a.commentDate),e("#wpd-bubble-comment-text").html(a.commentText),e("#wpd-bubble-comment-reply-link a").attr("href",a.commentLink),e("#wpd-bubble-notification-message").show(),o=1e4);var n=parseInt(e(".wpd-new-comments-count").text());n+=a.ids.length,e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),e("#wpd-bubble-wrapper").addClass("wpd-new-comment-added"),setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")},o),e(".wpd-new-comments-count").text(n),e("#wpd-bubble-count").addClass("wpd-new-comments")}a.all_comments_count=parseInt(a.all_comments_count),e("#wpd-bubble-all-comments-count").replaceWith(a.all_comments_count_bubble_html),e(".wpd-reviews-tab").length||(e(".wpd-thread-info").html(a.all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.all_comments_count))}else console.log(a);var i;setTimeout(t,c)}).fail(function(e,a,o){console.log(o),setTimeout(t,c)})},c),e(".wpd-inline-form-wrapper").length){var ce=new FormData;ce.append("action","wpdGetInlineCommentForm"),fe(v,!1,ce).done(function(t){"object"==typeof t?t.success?(e(".wpd-inline-form-wrapper").append(t.data),e.each(e("[name=_wpd_inline_nonce]"),function(){var t=e(this).attr("id"),a=e(this).parents(".wpd-inline-shortcode").attr("id");e(this).attr("id",t+"-"+a.substring(a.lastIndexOf("-")+1))}),e(".wpd-inline-opened").addClass("wpd-active"),e(".wpd-inline-opened").find(".wpd-inline-form-wrapper").show(),e(".wpd-inline-opened").find(".wpd-inline-icon").addClass("wpd-open"),e(".wpd-inline-opened").find(".wpd-inline-icon").removeClass("wpd-ignored"),me()):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data]),t.data,"error"):console.log(t)}).fail(function(e,t,a){console.log(a)})}function pe(t){if(e(t).hasClass("wpd-inline-shortcode"))var a=e(t).attr("id");else a=e(t).parents(".wpd-inline-shortcode").attr("id");return a.substring(a.lastIndexOf("-")+1)}function re(){e(".wpd-inline-form-wrapper").hide(),e(".wpd-inline-shortcode").removeClass("wpd-active"),e(".wpd-inline-icon").removeClass("wpd-open")}function le(){e.each(e(".wpd-inline-shortcode:not(.wpd-inline-opened) .wpd-inline-icon"),function(){var t=e(this),a=t.offset().top-window.pageYOffset;t.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&a>0&&a<300&&("blink"===I?(t.addClass("wpd-blink"),setTimeout(function(){t.removeClass("wpd-blink")},3e3)):(t.parents(".wpd-inline-shortcode").addClass("wpd-active"),t.siblings(".wpd-inline-form-wrapper").show(),t.addClass("wpd-open"),me(t.siblings(".wpd-inline-form-wrapper"))))})}function me(t){if(t){if(t.offset().left<=10)t.css("left",Math.ceil(parseInt(t.css("left"))-t.offset().left+10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))<3&&(a=3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;");else if(t.offset().left+t.width()>document.body.clientWidth-10){var a;t.css("left",Math.ceil(parseInt(t.css("left"))+(document.body.clientWidth-(t.offset().left+t.width()))-10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))>t.width()-3&&(a=t.width()-3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;")}}else e.each(e(".wpd-inline-form-wrapper:visible"),function(){if(e(this).offset().left<=10)e(this).css("left",Math.ceil(parseInt(e(this).css("left"))-e(this).offset().left+10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))<3&&(t=3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;");else if(e(this).offset().left+e(this).width()>document.body.clientWidth-10){var t;e(this).css("left",Math.ceil(parseInt(e(this).css("left"))+(document.body.clientWidth-(e(this).offset().left+e(this).width()))-10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))>e(this).width()-3&&(t=e(this).width()-3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;")}})}function we(t){var a,o=0;if(t.parents(".wpd_main_comm_form").length)o=parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents(".wpd_main_comm_form");else if(t.parents(".wpd-secondary-form-wrapper").length)o=parseInt(wpdiscuzAjaxObj.replyTextMaxLength),a=t.parents(".wpd-secondary-form-wrapper");else if(t.parents("#wpdiscuz-edit-form").length){var n=X(t);o=parseInt(n.substring(n.lastIndexOf("_")+1))?parseInt(wpdiscuzAjaxObj.replyTextMaxLength):parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents("#wpdiscuz-edit-form")}if(o&&a){var i=t.val().length,s=e(".wpd-editor-char-counter",a),d=o-i;s.html(d),d<=10?s.addClass("error"):s.removeClass("error")}}function ue(t,a,o,n){t.data.callbackFunctions&&e.each(t.data.callbackFunctions,function(e){"function"==typeof wpdiscuzAjaxObj[t.data.callbackFunctions[e]]?wpdiscuzAjaxObj[t.data.callbackFunctions[e]](t,a,o,n):"function"==typeof window[t.data.callbackFunctions[e]]?window[t.data.callbackFunctions[e]](t,a,o,n):console.log(t.data.callbackFunctions[e]+" is not a function")})}function fe(t,a,o){a&&e("#wpdiscuz-loading-bar").show(),o.append("postId",s),o.append("wpdiscuz_nonce",wpdiscuzAjaxObj.wpdiscuz_nonce);var n=o.get("action");wpdiscuzAjaxObj.dataFilterCallbacks&&wpdiscuzAjaxObj.dataFilterCallbacks[n]&&e.each(wpdiscuzAjaxObj.dataFilterCallbacks[n],function(e){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]]&&(o=wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]](o,t,a))});var i=t?wpdiscuzAjaxObj.url:wpdiscuzAjaxObj.customAjaxUrl;return e.ajax({type:"POST",url:i,data:o,contentType:!1,processData:!1})}function he(){if(t||wpdiscuzAjaxObj.validateNonceForGuests){var e=new FormData;e.append("action","wpdGetNonce"),fe(v,!1,e).done(function(e){"object"==typeof e?e.success?wpdiscuzAjaxObj.wpdiscuz_nonce=e.data:wpdiscuzAjaxObj.setCommentMessage(e.data,"error"):console.log(e)}).fail(function(e,t,a){console.log(a)})}}e(document).on("click","body",function(t){if(e(t.target).hasClass("wpd-inline-form-close")||e(t.target).parents(".wpd-inline-form-close").length)t.preventDefault(),e(t.target).parents(".wpd-inline-form-wrapper").hide(),e(t.target).parents(".wpd-inline-shortcode").removeClass("wpd-active"),e(t.target).parents(".wpd-inline-form-wrapper").siblings(".wpd-inline-icon").removeClass("wpd-open");else if(!e(t.target).hasClass("wpd-inline-form-wrapper")&&!e(t.target).parents(".wpd-inline-form-wrapper").length){re();var a="";e(t.target).hasClass("wpd-inline-icon")?a=e(t.target):e(t.target).parents(".wpd-inline-icon").length&&(a=e(t.target).parents(".wpd-inline-icon")),a.length&&a.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&(a.parents(".wpd-inline-shortcode").addClass("wpd-active"),a.siblings(".wpd-inline-form-wrapper").show(),a.addClass("wpd-open"),a.removeClass("wpd-ignored"),me(a.siblings(".wpd-inline-form-wrapper")))}(!e(t.target).hasClass("wpd-last-inline-comments-wrapper")&&!e(t.target).parents(".wpd-last-inline-comments-wrapper").length||e(t.target).parents(".wpd-last-inline-comments-wrapper").length&&e(t.target).hasClass("wpd-load-inline-comment"))&&e(".wpd-last-inline-comments-wrapper").remove()}),e(document).on("click",".wpd-inline-submit.wpd_not_clicked",function(t){t.preventDefault();var a=e(this),o=e(this).parents(".wpd_inline_comm_form");if(o[0].checkValidity()){e(this).removeClass("wpd_not_clicked");var n=new FormData;n.append("action","wpdAddInlineComment"),n.append("inline_form_id",pe(o)),e.each(e("input, textarea",o),function(t,a){"checkbox"===this.type?e(this).is(":checked")&&n.append(e(a).attr("name"),e(a).val()):n.append(e(a).attr("name"),e(a).val())}),fe(v,!0,n).done(function(t){if(a.addClass("wpd_not_clicked"),"object"==typeof t)if(t.success){o[0].reset(),re();var n=parseInt(t.data.newCount),i=a.parents(".wpd-inline-icon-wrapper").find(".wpd-inline-icon-count");i.text(n),n?i.addClass("wpd-has-comments"):i.removeClass("wpd-has-comments"),t.data.allCommentsCountNew=parseInt(t.data.allCommentsCountNew),e(".wpd-thread-info").html(t.data.allCommentsCountBeforeThreadsHtml),e(".wpd-thread-info").attr("data-comments-count",t.data.allCommentsCountNew),e("#wpd-bubble-all-comments-count").replaceWith(t.data.allCommentsCountBubbleHtml),t.data.message&&ne(t.data.message),wpdiscuzAjaxObj.setCommentMessage(t.data.notification,"success")}else t.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data,a),"error");else wpdiscuzAjaxObj.setCommentMessage(t,"error");e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("keydown",".wpd-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_comm_submit").trigger("click")}),e(document).on("keydown","#wpdiscuz-edit-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_save_edited_comment").trigger("click")}),e(document).on("keydown",".wpd-inline-comment-content",function(t){t.ctrlKey&&13==t.keyCode&&e(this).parents(".wpd_inline_comm_form").find(".wpd-inline-submit.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-inline-icon-count.wpd-has-comments",function(){var t=e(this),a=new FormData;a.append("action","wpdGetLastInlineComments"),a.append("inline_form_id",pe(t)),fe(v,!0,a).done(function(a){"object"==typeof a?a.success?e(a.data).insertAfter(t):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-view-all-inline-comments",function(t){t.preventDefault(),e(this).parents(".wpd-last-inline-comments-wrapper").remove(),e(".wpdf-inline").hasClass("wpdf-active")||e(".wpdf-inline").trigger("click"),ae(),e("html, body").animate({scrollTop:e(".wpdf-inline").offset().top-T},1e3,oe)}),e(document).on("click",".wpd-feedback-content-link",function(t){t.preventDefault();var a=e(this).data("feedback-content-id");ae(),e("html, body").animate({scrollTop:e("#wpd-inline-"+a).offset().top-(T+6)},1e3,function(){oe(),e("#wpd-inline-"+a).addClass("wpd-active")})}),"scroll_open"!==I&&"blink"!==I||(le(),e(window).on("scroll",le)),e(document).on("click","#wpd-post-rating.wpd-not-rated .wpd-rate-starts svg",function(){var t=new FormData,a=e(this).index();a>=0&&a<5&&(t.append("action","wpdUserRate"),t.append("rating",a+1),fe(v,!0,t).done(function(t){"object"==typeof t?(t.success?location.reload(!0):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data),"error"),ue(t)):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}))}),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){t.preventDefault();var a,o,i=e(this);if(i[0].checkValidity()&&(a=i,o=!0,"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&!e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).val().length?(o=!1,e(".wpdiscuz-recaptcha",a).css("border","1px solid red")):"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&e(".wpdiscuz-recaptcha",a).css("border","none"),o)){var s=new FormData;s.append("action","wpdAddSubscription"),e("*",i).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&s.append(this.name+"",e(this).val()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&s.append(this.name+"",e(this).val())}),fe(v,!0,s).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):wpdiscuzAjaxObj.setCommentMessage(t,"error"),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wpd-unsubscribe",function(t){t.preventDefault();var a=new FormData;a.append("action","wpdUnsubscribe"),a.append("sid",e(this).data("sid")),a.append("skey",e(this).data("skey")),fe(v,!0,a).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),wpdiscuzAjaxObj.resetActiveFilters=function(t){e(".wpd-filter.wpdf-active"+(t?":not("+t+")":"")).removeClass("wpdf-active")},wpdiscuzAjaxObj.getAjaxObj=fe,wpdiscuzAjaxObj.initNonce=he,he()});var onloadCallback=function(){if(document.getElementById("wpdiscuz-recaptcha-0_0")&&"2.0"===wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.render("wpdiscuz-recaptcha-0_0",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(e){jQuery("#wpdiscuz-recaptcha-field-0_0").val("key")},"expired-callback":function(){jQuery("#wpdiscuz-recaptcha-field-0_0").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}};
|
7 |
/* Colorbox */
|
8 |
!function(t,e,i){var o,n,r,h,a,s,l,c,d,g,f,u,p,m,w,v,y,x,b,T,C,H,k,W,E,I,M,L,R,S,K,P,B,O={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),o=t(this).data("cbox-iframe-attrs");return"object"==typeof o&&t.each(o,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullscreen=!0,i}},_="colorbox",j="cbox",D=j+"Element",F=j+"_open",N=j+"_load",z=j+"_complete",A=j+"_cleanup",q=j+"_closed",U=j+"_purge",$=t("<a/>"),G="div",Q=0,J={};function V(i,o,n){var r=e.createElement(i);return o&&(r.id=j+o),n&&(r.style.cssText=n),t(r)}function X(){return i.innerHeight?i.innerHeight:t(i).height()}function Y(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var o;return void 0===this.cache[e]&&(void 0!==(o=t(this.el).attr("data-cbox-"+e))?this.cache[e]=o:void 0!==i[e]?this.cache[e]=i[e]:void 0!==O[e]&&(this.cache[e]=O[e])),this.cache[e]},this.get=function(t){var e=this.value(t);return"function"==typeof e?e.call(this.el,this):e}}function Z(t){var e=d.length,i=(I+t)%e;return i<0?e+i:i}function tt(t,e){return Math.round((/%/.test(t)?("x"===e?g.width():X())/100:1)*parseInt(t,10))}function et(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function it(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function ot(t){"contains"in n[0]&&!n[0].contains(t.target)&&t.target!==o[0]&&(t.stopPropagation(),n.trigger("focus"))}function nt(t){nt.str!==t&&(n.add(o).removeClass(nt.str).addClass(t),nt.str=t)}function rt(i){t(e).trigger(i),$.triggerHandler(i)}var ht=function(){var t,e,i=j+"Slideshow_",o="click."+j;function r(){clearTimeout(e)}function h(){(C.get("loop")||d[I+1])&&(r(),e=setTimeout(P.next,C.get("slideshowSpeed")))}function a(){v.html(C.get("slideshowStop")).off(o).one(o,s),$.on(z,h).on(N,r),n.removeClass(i+"off").addClass(i+"on")}function s(){r(),$.off(z,h).off(N,r),v.html(C.get("slideshowStart")).off(o).one(o,function(){P.next(),a()}),n.removeClass(i+"on").addClass(i+"off")}function l(){t=!1,v.hide(),r(),$.off(z,h).off(N,r),n.removeClass(i+"off "+i+"on")}return function(){t?C.get("slideshow")||($.off(A,l),l()):C.get("slideshow")&&d[1]&&(t=!0,$.one(A,l),C.get("slideshowAuto")?a():s(),v.show())}}();function at(r){var g,w;if(!S){if(g=t(r).data(_),C=new Y(r,g),w=C.get("rel"),I=0,w&&!1!==w&&"nofollow"!==w?(d=t("."+D).filter(function(){return new Y(this,t.data(this,_)).get("rel")===w}),-1===(I=d.index(C.el))&&(d=d.add(C.el),I=d.length-1)):d=t(C.el),!L){L=R=!0,nt(C.get("className")),n.css({visibility:"hidden",display:"block",opacity:""}),f=V(G,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),h.css({width:"",height:""}).append(f),H=a.height()+c.height()+h.outerHeight(!0)-h.height(),k=s.width()+l.width()+h.outerWidth(!0)-h.width(),W=f.outerHeight(!0),E=f.outerWidth(!0);var v=tt(C.get("initialWidth"),"x"),y=tt(C.get("initialHeight"),"y"),x=C.get("maxWidth"),B=C.get("maxHeight");C.w=Math.max((!1!==x?Math.min(v,tt(x,"x")):v)-E-k,0),C.h=Math.max((!1!==B?Math.min(y,tt(B,"y")):y)-W-H,0),f.css({width:"",height:C.h}),P.position(),rt(F),C.get("onOpen"),T.add(m).hide(),n.trigger("focus"),C.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",ot,!0),$.one(q,function(){e.removeEventListener("focus",ot,!0)})),C.get("returnFocus")&&$.one(q,function(){t(C.el).trigger("focus")})}var O=parseFloat(C.get("opacity"));o.css({opacity:O==O?O:"",cursor:C.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),C.get("closeButton")?b.html(C.get("close")).appendTo(h):b.appendTo("<div/>"),function(){var e,o,n,r=P.prep,h=++Q;R=!0,M=!1,rt(U),rt(N),C.get("onLoad"),C.h=C.get("height")?tt(C.get("height"),"y")-W-H:C.get("innerHeight")&&tt(C.get("innerHeight"),"y"),C.w=C.get("width")?tt(C.get("width"),"x")-E-k:C.get("innerWidth")&&tt(C.get("innerWidth"),"x"),C.mw=C.w,C.mh=C.h,C.get("maxWidth")&&(C.mw=tt(C.get("maxWidth"),"x")-E-k,C.mw=C.w&&C.w<C.mw?C.w:C.mw);C.get("maxHeight")&&(C.mh=tt(C.get("maxHeight"),"y")-W-H,C.mh=C.h&&C.h<C.mh?C.h:C.mh);if(e=C.get("href"),K=setTimeout(function(){p.show()},100),C.get("inline")){var a=t(e).eq(0);n=t("<div>").hide().insertBefore(a),$.one(U,function(){n.replaceWith(a)}),r(a)}else C.get("iframe")?r(" "):C.get("html")?r(C.get("html")):et(C,e)?(e=it(C,e),M=C.get("createImg"),t(M).addClass(j+"Photo").on("error."+j,function(){r(V(G,"Error").html(C.get("imgError")))}).one("load",function(){h===Q&&setTimeout(function(){var e;C.get("retinaImage")&&i.devicePixelRatio>1&&(M.height=M.height/i.devicePixelRatio,M.width=M.width/i.devicePixelRatio),C.get("scalePhotos")&&(o=function(){M.height-=M.height*e,M.width-=M.width*e},C.mw&&M.width>C.mw&&(e=(M.width-C.mw)/M.width,o()),C.mh&&M.height>C.mh&&(e=(M.height-C.mh)/M.height,o())),C.h&&(M.style.marginTop=Math.max(C.mh-M.height,0)/2+"px"),d[1]&&(C.get("loop")||d[I+1])&&(M.style.cursor="pointer",t(M).on("click."+j,function(){P.next()})),M.style.width=M.width+"px",M.style.height=M.height+"px",r(M)},1)}),M.src=e):e&&u.load(e,C.get("data"),function(e,i){h===Q&&r("error"===i?V(G,"Error").html(C.get("xhrError")):t(this).contents())})}()}}function st(){n||(B=!1,g=t(i),n=V(G).attr({id:_,class:!1===t.support.opacity?j+"IE":"",role:"dialog",tabindex:"-1"}).hide(),o=V(G,"Overlay").hide(),p=t([V(G,"LoadingOverlay")[0],V(G,"LoadingGraphic")[0]]),r=V(G,"Wrapper"),h=V(G,"Content").append(m=V(G,"Title"),w=V(G,"Current"),x=t('<button type="button"/>').attr({id:j+"Previous"}),y=t('<button type="button"/>').attr({id:j+"Next"}),v=t('<button type="button"/>').attr({id:j+"Slideshow"}),p),b=t('<button type="button"/>').attr({id:j+"Close"}),r.append(V(G).append(V(G,"TopLeft"),a=V(G,"TopCenter"),V(G,"TopRight")),V(G,!1,"clear:left").append(s=V(G,"MiddleLeft"),h,l=V(G,"MiddleRight")),V(G,!1,"clear:left").append(V(G,"BottomLeft"),c=V(G,"BottomCenter"),V(G,"BottomRight"))).find("div div").css({float:"left"}),u=V(G,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),T=y.add(x).add(w).add(v)),e.body&&!n.parent().length&&t(e.body).append(o,n.append(r,u))}function lt(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),at(this))}return!!n&&(B||(B=!0,y.on("click",function(){P.next()}),x.on("click",function(){P.prev()}),b.on("click",function(){P.close()}),o.on("click",function(){C.get("overlayClose")&&P.close()}),t(e).on("keydown."+j,function(t){var e=t.keyCode;L&&C.get("escKey")&&27===e&&(t.preventDefault(),P.close()),L&&C.get("arrowKey")&&d[1]&&!t.altKey&&(37===e?(t.preventDefault(),x.trigger("click")):39===e&&(t.preventDefault(),y.trigger("click")))}),"function"==typeof t.fn.on?t(e).on("click."+j,"."+D,i):t("."+D).live("click."+j,i)),!0)}t[_]||(t(st),(P=t.fn[_]=t[_]=function(e,i){var o=this;return e=e||{},"function"==typeof o&&(o=t("<a/>"),e.open=!0),o[0]?(st(),lt()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,_)||{};t.data(this,_,t.extend(i,e))}).addClass(D),new Y(o[0],e).get("open")&&at(o[0])),o):o}).position=function(e,i){var o,d,f,u=0,p=0,m=n.offset();function w(){a[0].style.width=c[0].style.width=h[0].style.width=parseInt(n[0].style.width,10)-k+"px",h[0].style.height=s[0].style.height=l[0].style.height=parseInt(n[0].style.height,10)-H+"px"}if(g.off("resize."+j),n.css({top:-9e4,left:-9e4}),d=g.scrollTop(),f=g.scrollLeft(),C.get("fixed")?(m.top-=d,m.left-=f,n.css({position:"fixed"})):(u=d,p=f,n.css({position:"absolute"})),!1!==C.get("right")?p+=Math.max(g.width()-C.w-E-k-tt(C.get("right"),"x"),0):!1!==C.get("left")?p+=tt(C.get("left"),"x"):p+=Math.round(Math.max(g.width()-C.w-E-k,0)/2),!1!==C.get("bottom")?u+=Math.max(X()-C.h-W-H-tt(C.get("bottom"),"y"),0):!1!==C.get("top")?u+=tt(C.get("top"),"y"):u+=Math.round(Math.max(X()-C.h-W-H,0)/2),n.css({top:m.top,left:m.left,visibility:"visible"}),r[0].style.width=r[0].style.height="9999px",o={width:C.w+E+k,height:C.h+W+H,top:u,left:p},e){var v=0;t.each(o,function(t){o[t]===J[t]||(v=e)}),e=v}J=o,e||n.css(o),n.dequeue().animate(o,{duration:e||0,complete:function(){w(),R=!1,r[0].style.width=C.w+E+k+"px",r[0].style.height=C.h+W+H+"px",C.get("reposition")&&setTimeout(function(){g.on("resize."+j,P.position)},1),"function"==typeof i&&i()},step:w})},P.resize=function(t){var e;L&&((t=t||{}).width&&(C.w=tt(t.width,"x")-E-k),t.innerWidth&&(C.w=tt(t.innerWidth,"x")),f.css({width:C.w}),t.height&&(C.h=tt(t.height,"y")-W-H),t.innerHeight&&(C.h=tt(t.innerHeight,"y")),t.innerHeight||t.height||(e=f.scrollTop(),f.css({height:"auto"}),C.h=f.height()),f.css({height:C.h}),e&&f.scrollTop(e),P.position("none"===C.get("transition")?0:C.get("speed")))},P.prep=function(i){if(L){var o,r="none"===C.get("transition")?0:C.get("speed");f.remove(),(f=V(G,"LoadedContent").append(i)).hide().appendTo(u.show()).css({width:(C.w=C.w||f.width(),C.w=C.mw&&C.mw<C.w?C.mw:C.w,C.w),overflow:C.get("scrolling")?"auto":"hidden"}).css({height:(C.h=C.h||f.height(),C.h=C.mh&&C.mh<C.h?C.mh:C.h,C.h)}).prependTo(h),u.hide(),t(M).css({float:"none"}),nt(C.get("className")),o=function(){var i,o,h=d.length;function a(){!1===t.support.opacity&&n[0].style.removeAttribute("filter")}L&&(o=function(){clearTimeout(K),p.hide(),rt(z),C.get("onComplete")},m.html(C.get("title")).show(),f.show(),h>1?("string"==typeof C.get("current")&&w.html(C.get("current").replace("{current}",I+1).replace("{total}",h)).show(),y[C.get("loop")||I<h-1?"show":"hide"]().html(C.get("next")),x[C.get("loop")||I?"show":"hide"]().html(C.get("previous")),ht(),C.get("preloading")&&t.each([Z(-1),Z(1)],function(){var i=d[this],o=new Y(i,t.data(i,_)),n=o.get("href");n&&et(o,n)&&(n=it(o,n),e.createElement("img").src=n)})):T.hide(),C.get("iframe")?(i=C.get("createIframe"),C.get("scrolling")||(i.scrolling="no"),t(i).attr({src:C.get("href"),class:j+"Iframe"}).one("load",o).appendTo(f),$.one(U,function(){i.src="//about:blank"}),C.get("fastIframe")&&t(i).trigger("load")):o(),"fade"===C.get("transition")?n.fadeTo(r,1,a):a())},"fade"===C.get("transition")?n.fadeTo(r,0,function(){P.position(0,o)}):P.position(r,o)}},P.next=function(){!R&&d[1]&&(C.get("loop")||d[I+1])&&(I=Z(1),at(d[I]))},P.prev=function(){!R&&d[1]&&(C.get("loop")||I)&&(I=Z(-1),at(d[I]))},P.close=function(){L&&!S&&(S=!0,L=!1,rt(A),C.get("onCleanup"),g.off("."+j),o.fadeTo(C.get("fadeOut")||0,0),n.stop().fadeTo(C.get("fadeOut")||0,0,function(){n.hide(),o.hide(),rt(U),f.remove(),setTimeout(function(){S=!1,rt(q),C.get("onClosed")},1)}))},P.remove=function(){n&&(n.stop(),t[_].close(),n.stop(!1,!0).remove(),o.remove(),S=!1,n=null,t("."+D).removeData(_).removeClass(D),t(e).off("click."+j).off("keydown."+j))},P.element=function(){return t(C.el)},P.settings=O)}(jQuery,document,window);
|
9 |
/* Media Uploader */
|
10 |
-
jQuery(document).ready(function(
|
11 |
/* Lity */
|
12 |
!function(e,t){"function"==typeof define&&define.amd?define(["jquery"],function(n){return t(e,n)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=t(e,require("jquery")):e.lity=t(e,e.jQuery||e.Zepto)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=e.document,i=t(e),r=t.Deferred,o=t("html"),a=[],l="aria-hidden",s="lity-"+l,d='a[href],area[href],input:not([disabled]),select:not([disabled]),textarea:not([disabled]),button:not([disabled]),iframe,object,embed,[contenteditable],[tabindex]:not([tabindex^="-"])',c={esc:!0,handler:null,handlers:{image:C,inline:function(e,n){var i,r,o;try{i=t(e)}catch(e){return!1}if(!i.length)return!1;return r=t('<i style="display:none !important"/>'),o=i.hasClass("lity-hide"),n.element().one("lity:remove",function(){r.before(i).remove(),o&&!i.closest(".lity-content").length&&i.addClass("lity-hide")}),i.removeClass("lity-hide").after(r)},youtube:function(e){var n=f.exec(e);if(!n)return!1;return k(x(e,w("https://www.youtube"+(n[2]||"")+".com/embed/"+n[4],t.extend({autoplay:1},b(n[5]||"")))))},vimeo:function(e){var n=y.exec(e);if(!n)return!1;return k(x(e,w("https://player.vimeo.com/video/"+n[3],t.extend({autoplay:1},b(n[4]||"")))))},googlemaps:function(e){var t=v.exec(e);if(!t)return!1;return k(x(e,w("https://www.google."+t[3]+"/maps?"+t[6],{output:t[6].indexOf("layer=c")>0?"svembed":"embed"})))},facebookvideo:function(e){var n=p.exec(e);if(!n)return!1;0!==e.indexOf("http")&&(e="https:"+e);return k(x(e,w("https://www.facebook.com/plugins/video.php?href="+e,t.extend({autoplay:1},b(n[4]||"")))))},iframe:k},template:'<div class="lity" role="dialog" aria-label="Dialog Window (Press escape to close)" tabindex="-1"><div class="lity-wrap" data-lity-close role="document"><div class="lity-loader" aria-hidden="true">Loading...</div><div class="lity-container"><div class="lity-content"></div><button class="lity-close" type="button" aria-label="Close (Press escape to close)" data-lity-close>×</button></div></div></div>'},u=/(^data:image\/)|(\.(png|jpe?g|gif|svg|webp|bmp|ico|tiff?)(\?\S*)?$)/i,f=/(youtube(-nocookie)?\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed\/?)?([\w-]{11})(.*)?/i,y=/(vimeo(pro)?.com)\/(?:[^\d]+)?(\d+)\??(.*)?$/,v=/((maps|www)\.)?google\.([^\/\?]+)\/?((maps\/?)?\?)(.*)/i,p=/(facebook\.com)\/([a-z0-9_-]*)\/videos\/([0-9]*)(.*)?$/i,m=function(){var e=n.createElement("div"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in t)if(void 0!==e.style[i])return t[i];return!1}();function h(e){var t=r();return m&&e.length?(e.one(m,t.resolve),setTimeout(t.resolve,500)):t.resolve(),t.promise()}function g(e,n,i){if(1===arguments.length)return t.extend({},e);if("string"==typeof n){if(void 0===i)return void 0===e[n]?null:e[n];e[n]=i}else t.extend(e,n);return this}function b(e){for(var t,n=decodeURI(e.split("#")[0]).split("&"),i={},r=0,o=n.length;r<o;r++)n[r]&&(i[(t=n[r].split("="))[0]]=t[1]);return i}function w(e,n){return e+(e.indexOf("?")>-1?"&":"?")+t.param(n)}function x(e,t){var n=e.indexOf("#");return-1===n?t:(n>0&&(e=e.substr(n)),t+e)}function C(e,n){var i=n.opener()&&n.opener().data("lity-desc")||"Image with no description",o=t('<img src="'+e+'" alt="'+i+'"/>'),a=r(),l=function(){var e;a.reject((e="Failed loading image",t('<span class="lity-error"/>').append(e)))};return o.on("load",function(){if(0===this.naturalWidth)return l();a.resolve(o)}).on("error",l),a.promise()}function k(e){return'<div class="lity-iframe-container"><iframe frameborder="0" allowfullscreen src="'+e+'"/></div>'}function E(){return n.documentElement.clientHeight?.9*n.documentElement.clientHeight:Math.round(.9*i.height())}function j(e){var t,i,r,o=z();o&&(27===e.keyCode&&o.options("esc")&&o.close(),9===e.keyCode&&(t=e,i=o.element().find(d),r=i.index(n.activeElement),t.shiftKey&&r<=0?(i.get(i.length-1).focus(),t.preventDefault()):t.shiftKey||r!==i.length-1||(i.get(0).focus(),t.preventDefault())))}function D(){t.each(a,function(e,t){t.resize()})}function z(){return 0===a.length?null:a[0]}function T(e,d,u,f){var y,v,p,m,b,w,x,C,k,z,T,O=this,q=!1,W=!1;d=t.extend({},c,d),v=t(d.template),O.element=function(){return v},O.opener=function(){return u},O.options=t.proxy(g,O,d),O.handlers=t.proxy(g,O,d.handlers),O.resize=function(){q&&!W&&p.css("max-height",E()+"px").trigger("lity:resize",[O])},O.close=function(){if(q&&!W){var e;W=!0,(e=O).element().attr(l,"true"),1===a.length&&(o.removeClass("lity-active"),i.off({resize:D,keydown:j})),((a=t.grep(a,function(t){return e!==t})).length?a[0].element():t(".lity-hidden")).removeClass("lity-hidden").each(function(){var e=t(this),n=e.data(s);n?e.attr(l,n):e.removeAttr(l),e.removeData(s)});var d=r();if(f&&(n.activeElement===v[0]||t.contains(v[0],n.activeElement)))try{f.focus()}catch(e){}return p.trigger("lity:close",[O]),v.removeClass("lity-opened").addClass("lity-closed"),h(p.add(v)).always(function(){p.trigger("lity:remove",[O]),v.remove(),v=void 0,d.resolve()}),d.promise()}},m=e,b=O,w=d.handlers,x=d.handler,k="inline",z=t.extend({},w),x&&z[x]?(C=z[x](m,b),k=x):(t.each(["inline","iframe"],function(e,t){delete z[t],z[t]=w[t]}),t.each(z,function(e,t){return!t||!(!t.test||t.test(m,b))||(!1!==(C=t(m,b))?(k=e,!1):void 0)})),y={handler:k,content:C||""},v.attr(l,"false").addClass("lity-loading lity-opened lity-"+y.handler).appendTo("body").focus().on("click","[data-lity-close]",function(e){t(e.target).is("[data-lity-close]")&&O.close()}).trigger("lity:open",[O]),T=O,1===a.unshift(T)&&(o.addClass("lity-active"),i.on({resize:D,keydown:j})),t("body > *").not(T.element()).addClass("lity-hidden").each(function(){var e=t(this);void 0===e.data(s)&&e.data(s,e.attr(l)||null)}).attr(l,"true"),t.when(y.content).always(function(e){p=t(e).css("max-height",E()+"px"),v.find(".lity-loader").each(function(){var e=t(this);h(e).always(function(){e.remove()})}),v.removeClass("lity-loading").find(".lity-content").empty().append(p),q=!0,p.trigger("lity:ready",[O])})}function O(e,i,r){e.preventDefault?(e.preventDefault(),e=(r=t(this)).data("lity-target")||r.attr("rel")||r.attr("src")):r=t(r);var o=new T(e,t.extend({},r.data("lity-options")||r.data("lity"),i),r,n.activeElement);if(!e.preventDefault)return o}return C.test=function(e){return u.test(e)},O.version="2.2.2",O.options=t.proxy(g,O,c),O.handlers=t.proxy(g,O,c.handlers),O.current=z,t(n).on("click.lity","[data-wpd-lity]",O),O});
|
13 |
/* My Content and Settings */
|
3 |
/* Autogrow */
|
4 |
jQuery.fn.autoGrow=function(){return this.each(function(){var createMirror=function(textarea){jQuery(textarea).after('<div class="autogrow-textarea-mirror"></div>');return jQuery(textarea).next(".autogrow-textarea-mirror")[0]};var sendContentToMirror=function(textarea){mirror.innerHTML=String(textarea.value).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br />")+".<br/>.";if(jQuery(textarea).height()!=jQuery(mirror).height())jQuery(textarea).height(jQuery(mirror).height())};var growTextarea=function(){sendContentToMirror(this)};var mirror=createMirror(this);mirror.style.display="none";mirror.style.wordWrap="break-word";mirror.style.padding=jQuery(this).css("padding");mirror.style.width=jQuery(this).css("width");mirror.style.fontFamily=jQuery(this).css("font-family");mirror.style.fontSize=jQuery(this).css("font-size");mirror.style.lineHeight=jQuery(this).css("line-height");this.style.overflow="hidden";this.style.minHeight=this.rows+"em";this.onkeydown=growTextarea;sendContentToMirror(this)})};
|
5 |
/* wpDiscuz */
|
6 |
+
var wpdiscuzLoadRichEditor=parseInt(wpdiscuzAjaxObj.loadRichEditor);if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap"))var wpDiscuzEditor=new WpdEditor;function wpdMessagesOnInit(e,t){wpdiscuzAjaxObj.setCommentMessage(e,t),setTimeout(function(){location.href=location.href.substring(0,location.href.indexOf("wpdiscuzUrlAnchor")-1)},3e3)}wpdiscuzAjaxObj.setCommentMessage=function(e,t,a){var o="wpdiscuz-message-error";if(e instanceof Array)for(var n in e)t instanceof Array?"success"===t[n]?o="wpdiscuz-message-success":"warning"===t[n]&&(o="wpdiscuz-message-warning"):"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e[n]).prependTo("#wpdiscuz-comment-message").delay(a instanceof Array?a[n]:a||4e3).fadeOut(1e3,function(){jQuery(this).remove()});else"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e).prependTo("#wpdiscuz-comment-message").delay(a||4e3).fadeOut(1e3,function(){jQuery(this).remove()})},wpdiscuzAjaxObj.applyFilterOnPhrase=function(e,t,a){return wpdiscuzAjaxObj.phraseFilters&&jQuery.each(wpdiscuzAjaxObj.phraseFilters,function(o){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]]&&(e=wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]](e,t,a))}),e},jQuery(document).ready(function(e){e("body").addClass("wpdiscuz_"+wpdiscuzAjaxObj.version);var t=wpdiscuzAjaxObj.is_user_logged_in,a=1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!t,o=1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&t,n=wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion,i=parseInt(wpdiscuzAjaxObj.commentListLoadType),s=parseInt(wpdiscuzAjaxObj.wc_post_id);wpdiscuzAjaxObj.wpdiscuz_nonce="";var d=parseInt(wpdiscuzAjaxObj.commentListUpdateType),c=1e3*parseInt(wpdiscuzAjaxObj.commentListUpdateTimer),p=parseInt(wpdiscuzAjaxObj.liveUpdateGuests),r=wpdiscuzAjaxObj.loadLastCommentId,l=r,m=parseInt(wpdiscuzAjaxObj.firstLoadWithAjax);Cookies.get("wpdiscuz_comments_sorting")&&Cookies.remove("wpdiscuz_comments_sorting",{path:""}),Cookies.get("wordpress_last_visit")&&Cookies.remove("wordpress_last_visit",{path:""}),Cookies.get("wpdiscuz_last_visit")&&Cookies.remove("wpdiscuz_last_visit",{path:""});var w,u=parseInt(wpdiscuzAjaxObj.wordpressIsPaginate),f=wpdiscuzAjaxObj.storeCommenterData,h=parseInt(wpdiscuzAjaxObj.wmuEnabled),b=wpdiscuzAjaxObj.isCookiesEnabled,_=!0,g=wpdiscuzAjaxObj.cookiehash,z=parseInt(wpdiscuzAjaxObj.isLoadOnlyParentComments),j=parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0,v=parseInt(wpdiscuzAjaxObj.isNativeAjaxEnabled),x=parseInt(wpdiscuzAjaxObj.enableBubble),C=parseInt(wpdiscuzAjaxObj.bubbleLiveUpdate),k=parseInt(wpdiscuzAjaxObj.bubbleHintTimeout),O=parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout)?parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout):5,y=parseInt(wpdiscuzAjaxObj.bubbleShowNewCommentMessage),A=wpdiscuzAjaxObj.bubbleLocation,I=wpdiscuzAjaxObj.inlineFeedbackAttractionType,T=(T=parseInt(wpdiscuzAjaxObj.scrollSize))||32,D=[],F=[],E=[],M=!1,L=1,R=e("html").css("scroll-behavior"),S=e("body").css("scroll-behavior");(e(".wc_social_plugin_wrapper .wp-social-login-provider-list").length?e(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .the_champ_login_container").length?e(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .social_connect_form").length?e(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&e(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"),wpdiscuzLoadRichEditor&&e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0"),window.addEventListener("beforeunload",function(t){var a=e(".wpd-form").not(":hidden");if(a.length)if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap")){for(var o=0;o<a.length;o++)if("\n"!==wpDiscuzEditor.createEditor(e(a[o]).find(".ql-container").attr("id")).getText())return t.preventDefault(),void(t.returnValue="")}else for(o=0;o<a.length;o++)if(e(a[o]).find(".wc_comment").val())return t.preventDefault(),void(t.returnValue="")}),wpdiscuzLoadRichEditor||(e(document).delegate("textarea.wc_comment","input",function(){we(e(this))}),e.each(e("textarea.wc_comment"),function(){we(e(this))})),e(document).on("focus","#wpdcom .ql-editor, #wpdcom .wc_comment",function(){e(".wpd-form-foot",e(this).parents(".wpd_comm_form")).slideDown(j)}),e(document).on("focus","#wpdcom textarea",function(){e(this).next(".autogrow-textarea-mirror").length||e(this).autoGrow()}),t)||U({comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)});if(e(".wpd-vote-down.wpd-dislike-hidden").remove(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd"),e(document).on("click","#wpd-editor-source-code-wrapper-bg",function(){e(this).hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),wpdiscuzLoadRichEditor&&e(document).on("click","#wpd-insert-source-code",function(){var t=wpDiscuzEditor.createEditor("#"+e("#wpd-editor-uid").val());t.deleteText(0,t.getLength(),Quill.sources.USER);var a=e("#wpd-editor-source-code").val();a.length&&t.clipboard.dangerouslyPasteHTML(0,a,Quill.sources.USER),t.update(),e("#wpd-editor-source-code-wrapper-bg").hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),e(document).on("click",".wpd-reply-button",function(){var i=X(e(this),0);e(this).hasClass("wpdiscuz-clonned")?(wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+i).focus()},j):setTimeout(function(){e("#wc-textarea-"+i).trigger("focus")},j),e("#wpd-secondary-form-wrapper-"+i).slideToggle(j)):function(a){var o=X(a,0);e("#wpdiscuz_form_anchor-"+o).before(function(t){return e("#wpdiscuz_hidden_secondary_form").html().replace(/wpdiscuzuniqueid/g,t)}(o));var n=e("#wpd-secondary-form-wrapper-"+o);if(!t){var i={comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)};U(i)}wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+o).focus()},j):setTimeout(function(){e("#wc-textarea-"+o).trigger("focus")},j);n.slideToggle(j,function(){a.addClass("wpdiscuz-clonned")})}(e(this)),function(t){if((a||o)&&"2.0"===n){var i=Y(t);setTimeout(function(){if(!F[i])try{F[i]=grecaptcha.render("wpdiscuz-recaptcha-"+t,{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(a){e("#wpdiscuz-recaptcha-field-"+t).val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-"+t).val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3)}}(i)}),e(document).on("click","#wpdcom [data-wpd-clipboard]",function(){var t=e(this).data("wpd-clipboard"),a=e("<input/>");a.appendTo("body").css({position:"absolute",top:"-10000000px"}).val(t),a.trigger("select"),document.execCommand("copy"),a.remove(),wpdiscuzAjaxObj.setCommentMessage(t+"<br/>"+wpdiscuzAjaxObj.wc_copied_to_clipboard,"success",5e3)}),e(document).on("click",".wpdiscuz-nofollow,.wc_captcha_refresh_img,.wpd-load-more-submit",function(e){e.preventDefault()}),e(document).on("click",".wpd-toggle.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked");var a=X(e(this),0),o=e(this),n=e(".fas",o);!o.parents(".wpd-comment:not(.wpd-reply)").children(".wpd-reply").length&&z?function(t,a){var o=Y(t),n=new FormData;n.append("action","wpdShowReplies"),n.append("commentId",o),fe(v,!0,n).done(function(o){a.addClass("wpd_not_clicked"),"object"==typeof o&&o.success&&(e("#wpd-comm-"+t).replaceWith(o.data.comment_list),e("#wpd-comm-"+t+" .wpd-toggle .fas").removeClass("fa-chevron-down").addClass("fa-chevron-up"),e("#wpd-comm-"+t+" .wpd-toggle .wpd-view-replies .wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),e("#wpd-comm-"+t+" .wpd-toggle").attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text),ue(o)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,o,n){console.log(n),a.addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}(a,t):e("#wpd-comm-"+a+"> .wpd-reply").slideToggle(700,function(){e(this).is(":hidden")?(n.removeClass("fa-chevron-up"),n.addClass("fa-chevron-down"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_show_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_show_replies_text)):(n.removeClass("fa-chevron-down"),n.addClass("fa-chevron-up"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text)),t.addClass("wpd_not_clicked")})}),e(document).on("mouseenter",".wpd-new-loaded-comment",function(){e(this).removeClass("wpd-new-loaded-comment")}),e(document).on("click",".wpd-sbs-toggle",function(){e(".wpdiscuz-subscribe-bar").slideToggle(j)}),parseInt(wpdiscuzAjaxObj.wpDiscuzIsShowOnSubscribeForm)&&!t&&wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&e("#wpdiscuz-subscribe-form").length&&("2.0"===n?(setTimeout(function(){try{grecaptcha.render("wpdiscuz-recaptcha-subscribe-form",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-subscribe-form").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val()?e(".wpdiscuz-recaptcha",e(this)).css("border","none"):(e(".wpdiscuz-recaptcha",e(this)).css("border","1px solid red"),t.preventDefault())})):"3.0"===n&&e(document).on("click","#wpdiscuz_subscription_button",function(t){var a=e(this).parents("#wpdiscuz-subscribe-form");t.preventDefault();try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/wpdAddSubscription"}).then(function(e){console.log(5555),document.getElementById("wpdiscuz-recaptcha-field-subscribe-form").value=e,a.trigger("submit")},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error")}})),(a||o)&&"2.0"===n){var P=e(window).width(),q=e("#wpdcom").width();q>=1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"65%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"35%"})),q>=940&&q<1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"60%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"40%"})),q>=810&&q<940&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"60%"})),q>=730&&q<810&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"45%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"55%"})),q>=610&&q<730&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.85)","-webkit-transform":"scale(0.85)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"43%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"55%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"})),P>650&&(q>=510&&q<610&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"35%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"63%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%",position:"relative",right:"-60px"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),q>=470&&q<510&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"60%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd_main_comm_form .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),q<470&&(e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({margin:"0px auto","transform-origin":"center 0","-webkit-transform-origin":"center 0"}),e("#wpdcom .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc_notification_checkboxes").css({"text-align":"center"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-field-submit").css({"text-align":"center"})))}function H(t,a,o){fe(v||h,!1,a).done(function(a){if(e(o).addClass("wpd_not_clicked"),"object"==typeof a)if(a.success){"collapsed"===wpdiscuzAjaxObj.commentFormView&&e(".wpd-form-foot",t).slideUp(j),a.data.wc_all_comments_count_new=parseInt(a.data.wc_all_comments_count_new),e(".wpd-thread-info").html(a.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(a.data.wc_all_comments_count_bubble_html);var n=j;a.data.is_main?ne(a.data.message):(n=j+700,e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).slideToggle(700),1==a.data.is_in_same_container?e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).after(a.data.message):e("#wpd-comm-"+a.data.uniqueid).after(a.data.message)),function(e){if(!e.data.held_moderate){var t=new FormData;t.append("action","wpdCheckNotificationType"),t.append("comment_id",e.data.new_comment_id),t.append("email",e.data.comment_author_email),t.append("isParent",e.data.is_main),fe(v,!0,t)}}(a),function(e){if(e.data.redirect>0&&e.data.new_comment_id){var t=new FormData;t.append("action","wpdRedirect"),t.append("commentId",e.data.new_comment_id),fe(v,!0,t).done(function(e){"object"==typeof e&&e.success&&setTimeout(function(){location.href=e.data},2e3)}).fail(function(e,t,a){console.log(a)})}}(a),b&&_?function(t){var a=t.comment_author_email,o=t.comment_author,n=t.comment_author_url;null==f?(Cookies.set("comment_author_email_"+g,a),Cookies.set("comment_author_"+g,o),n.length&&Cookies.set("comment_author_url_"+g,n)):(f=parseInt(f),Cookies.set("comment_author_email_"+g,a,{expires:f,path:"/"}),Cookies.set("comment_author_"+g,o,{expires:f,path:"/"}),n.length&&Cookies.set("comment_author_url_"+g,n,{expires:f,path:"/"}));e(".wpd-cookies-checkbox").length&&e(".wpd-cookies-checkbox").prop("checked",!0)}(a.data):_||e(".wpd-cookies-checkbox").prop("checked",!1),t.get(0).reset(),wpdiscuzLoadRichEditor?wpDiscuzEditor.createEditor("#wpd-editor-"+e(".wpdiscuz_unique_id",t).val()).setContents([{insert:"\n"}]):we(t.find(".wc_comment")),U(a.data),e(".wmu-preview-wrap",t).remove(),D.length&&(D.forEach(function(e){e.parents(".wpd-field-checkbox").remove()}),D=[]),parseInt(wpdiscuzAjaxObj.scrollToComment)&&setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.new_comment_id).offset().top-T},1e3,oe)},n),ue(a,t)}else a.data&&(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"),ue(a,t));else wpdiscuzAjaxObj.setCommentMessage(a,"error");e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,n){console.log(n),e(o).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}function U(t){e(".wpd_comm_form .wc_name").val(t.comment_author),t.comment_author_email&&t.comment_author_email.indexOf("@example.com")<0&&e(".wpd_comm_form .wc_email").val(t.comment_author_email),t.comment_author_url&&e(".wpd_comm_form .wc_website").val(t.comment_author_url)}function W(t,a){e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").show(),e("#wpd-comm-"+t+" .wpdiscuz-edit-form-wrap").replaceWith(a),e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-last-edited").show()}e(document).on("click",".wc_comm_submit.wpd_not_clicked",function(){var i=e(this),s=1,d=e(this).parents("form");if("true"!==d.attr("data-uploading"))if(d.hasClass("wpd_main_comm_form")||(s=function(t){var a=t.attr("class").split(" "),o="";return e.each(a,function(e,t){"wpd_comment_level"===J(t,!1)&&(o=J(t,!0))}),parseInt(o)+1}(e(this).parents(".wpd-comment"))),te(d,"#wpd-editor-"+e(".wpdiscuz_unique_id",d).val()),d.on("submit",function(e){e.preventDefault()}),""!==e(".wc_comment",d).val().trim()){if(d[0].checkValidity()&&(p=d,r=!0,"2.0"===n&&e("input[name=wc_captcha]",p).length&&!e("input[name=wc_captcha]",p).val().length?(r=!1,e(".wpdiscuz-recaptcha",p).css("border","1px solid red")):"2.0"===n&&e("input[name=wc_captcha]",p).length&&e(".wpdiscuz-recaptcha",p).css("border","none"),r)){M=!0,function(t){e(".wpd-agreement-checkbox",t).each(function(){e(this).hasClass("wpd_agreement_hide")&&b&&e(this).prop("checked")&&(Cookies.set(e(this).attr("name")+"_"+g,1,{expires:30,path:"/"}),e("input[name="+e(this).attr("name")+"]").each(function(){D.push(e(this))}))})}(d),e(i).removeClass("wpd_not_clicked");var c=new FormData;if(c.append("action","wpdAddComment"),e(":input",d).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&c.append(this.name+"",e(this).val().trim()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&c.append(this.name+"",e(this).val())}),c.append("wpd_comment_depth",s),wpdiscuzAjaxObj.wpdiscuz_zs&&c.append("wpdiscuz_zs",wpdiscuzAjaxObj.wpdiscuz_zs),e(".wpd-cookies-checkbox",d).length?e(".wpd-cookies-checkbox",d).prop("checked")||(_=!1):t&&(_=!1),e("#wpdiscuz-loading-bar").show(),wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&"3.0"===n&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/addComment"}).then(function(e){c.append("g-recaptcha-response",e),H(d,c,i)},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error"),e("#wpdiscuz-loading-bar").fadeOut(250)}else H(d,c,i)}var p,r;!function(e){if((a||o)&&"2.0"===n){var t=Y(e);grecaptcha.reset(F[t])}}(e(".wpdiscuz_unique_id",d).val()),e(".wpdiscuz_reset").val("")}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wc_msg_required_fields,"wc_msg_required_fields",d),"error");else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseDoingUpload,"wmuPhraseDoingUpload",d),"warning")}),e(document).on("click",".wpd_editable_comment",function(){w&&e(".wpdiscuz-edit-form-wrap").length&&W(X(e(".wpdiscuz-edit-form-wrap"),0),w);var t=e(this),a=X(t,0),o=Y(a),n=new FormData;n.append("action","wpdEditComment"),n.append("commentId",o),w=e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-text").get(0),fe(v,!0,n).done(function(o){if("object"==typeof o)if(o.success){if(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text").replaceWith(o.data.html),wpdiscuzLoadRichEditor){var n=wpDiscuzEditor.createEditor("#wpd-editor-edit_"+a);n.clipboard.dangerouslyPasteHTML(0,o.data.content),n.update(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd")}else e("#wc-textarea-edit_"+a).val(o.data.content),we(e("#wc-textarea-edit_"+a));e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").hide(),e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").hide()}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[o.data],o.data,t),"error");else console.log(o);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wc_save_edited_comment",function(){var t=e(this),a=X(t),o=Y(a),n=e("#wpd-comm-"+a+" #wpdiscuz-edit-form");if(te(n,"#wpd-editor-edit_"+a),n.on("submit",function(e){e.preventDefault()}),n[0].checkValidity()){var i=new FormData;i.append("action","wpdSaveEditedComment"),i.append("commentId",o),e(":input",n).each(function(){""!==this.name&&"checkbox"!==this.type&&"radio"!==this.type&&i.append(this.name+"",e(this).val()),"checkbox"!==this.type&&"radio"!==this.type||e(this).is(":checked")&&i.append(this.name+"",e(this).val())}),fe(v,!0,i).done(function(n){"object"==typeof n?(n.success?(W(a,n.data.message),n.data.lastEdited&&(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").remove(),e(n.data.lastEdited).insertAfter("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text")),n.data.twitterShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_tw").attr("href",n.data.twitterShareLink),n.data.whatsappShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_whatsapp").attr("href",n.data.whatsappShareLink),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error"),ue(n,o)):console.log(n),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wc_cancel_edit",function(){var t=X(e(this));W(t,w),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+t)}),!u&&m&&(L=0,1==m?setTimeout(function(){B(!0)},500):e(document).on("click",".wpd-load-comments",function(){e(this).parent(".wpd-load-more-submit-wrap").remove(),B(!0)})),e(document).on("click",".wpd-load-more-submit",function(){var t=e(this);t.hasClass("wpd-loaded")&&B(!1,t,"wpd-loaded","wpd-loading")});var N=!1;function V(){var t=e("#wpdiscuzHasMoreComments").val(),a=e(document).height(),o=e(window).height()+e(window).scrollTop();a&&o&&(100*o/a>=80&&!1===N&&1==t&&(N=!0,B(!1,e(".wpd-load-more-submit"))))}function B(t,a,o,n){a&&(a.toggleClass(o),a.toggleClass(n));var s=new FormData;s.append("action","wpdLoadMoreComments");var d=e(".wpdiscuz-sort-button-active").attr("data-sorting");d&&s.append("sorting",d),s.append("offset",L),s.append("lastParentId",e(".wpd-load-more-submit").attr("data-lastparentid")),s.append("isFirstLoad",t?1:0);var c=e(".wpdf-active").attr("data-filter-type");s.append("wpdType",c||""),fe(v,!t||1!=m,s).done(function(s){"object"==typeof s&&s.success&&(L++,t&&e(".wpd-comment").remove(),e(".wpdiscuz_single").remove(),e(".wpdiscuz-comment-pagination").before(s.data.comment_list),K(s,t&&2!==i),N=!1,s.data.loadLastCommentId&&(r=s.data.loadLastCommentId),ue(s),t&&Q(!1)),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))}).fail(function(t,i,s){console.log(s),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))})}function K(t,a){if(0==t.data.is_show_load_more)e("#wpdiscuzHasMoreComments").val(0),e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide();else if(o=t.data.last_parent_id,e(".wpd-load-more-submit").attr("data-lastparentid",o),2!==i&&e(".wpdiscuz-comment-pagination").show(),e("#wpdiscuzHasMoreComments").val(1),a&&e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").show(),t.data.comments_left>0){if(!e(".wpd-load-more-submit .wpd-comments-left").length){const t=e("<span>");t.addClass("wpd-comments-left"),e(".wpd-load-more-submit").append(t)}e(".wpd-load-more-submit .wpd-comments-left").text(t.data.comments_left_text)}var o;ue(t)}function Q(t){var a=location.href.match(/#comment\-(\d+)/);if(null!==a){var o=a[1];if(e("#comment-"+o).length)setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+o).parents("[id^=wpd-comm-]").offset().top-T},1e3,oe),t&&G(o)},500);else{var n=new FormData;n.append("action","wpdGetSingleComment"),n.append("commentId",o),fe(v,!0,n).done(function(a){if("object"==typeof a&&a.success){var n="#comment-"+o;e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e(n).offset().top-T},1e3,oe),t&&G(o)}e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}}function G(t){setTimeout(function(){e("#comment-"+t).siblings(".wpd-secondary-form-wrapper").is(":visible")||e("#comment-"+t).find(".wpd-reply-button").trigger("click")},1100)}function $(e){if(void 0!==e.data.message)for(var t,a=e.data.message,o=0;o<a.length;o++)Z((t=a[o]).comment_parent,t.comment_html)}function X(e,t){var a="";return(a=t?e.parents(".wpd-main-form-wrapper").attr("id"):e.parents(".wpd-comment").attr("id")).substring(a.lastIndexOf("-")+1)}function Y(e){return e.substring(0,e.indexOf("_"))}function J(e,t){return t?e.substring(e.indexOf("-")+1):e.substring(0,e.indexOf("-"))}function Z(t,a){if(0==t)ne(a);else{var o=X(e("#comment-"+t),0);e("#wpdiscuz_form_anchor-"+o).after(a)}}function ee(){var t=[];return e(".wpd-comment-right").each(function(){t.push(Y(X(e(this),0)))}),t.join(",")}function te(t,a){var o=t.find(".wpd-required-group");wpdiscuzLoadRichEditor&&t.find(".wc_comment").val(e(a+">.ql-editor").html()),function(e){var t=e.find(".wc_comment"),a=t.val().trim().replace(/<p><br><\/p>/g,"\n").replace(/<p>(.*?)<\/p>/g,"$1\n");a=(a=(a=(a=a.replace(/<img src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img[^>]+alt=["|']([^"|']+)["|'][^>]+src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'][^>]?>/g," $1 ")).replace(/<img\s+([^>]*)class=["|']wpdem\-sticker["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img\s+([^>]*)src=["|']([^"|']+)["|'](.*?)[^>]*>/g," $2 "),t.val(a)}(t),e.each(o,function(){e("input",this).prop("required",!1),0===e("input:checked",this).length?e("input",e(this)).prop("required",!0):e(".wpd-field-invalid",this).remove()})}function ae(){e("html, body").css("scroll-behavior","unset")}function oe(){e("html").css("scroll-behavior",R),e("body").css("scroll-behavior",S)}function ne(t){e(".wpd-sticky-comment").last()[0]?e(t).insertAfter(e(".wpd-sticky-comment").last()[0]):e(".wpd-thread-list").prepend(t)}function ie(t){t?t.prop("required")||(t.val()?t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none")):e.each(e(".wc_email"),function(t,a){var o=e(a);o.prop("required")||(o.val()?o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none"))})}if(2!==i||u||(e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide(),V(),e(window).scroll(function(){V()})),wpdiscuzAjaxObj.setLoadMoreVisibility=K,e(document).on("click",".wpd-vote-up.wpd_not_clicked, .wpd-vote-down.wpd_not_clicked",function(){var t=e(this);e(t).removeClass("wpd_not_clicked");var a,o=Y(X(t));a=e(this).hasClass("wpd-vote-up")?1:-1;var n=new FormData;n.append("action","wpdVoteOnComment"),n.append("commentId",o),n.append("voteType",a),fe(v,!0,n).done(function(n){if(e(t).addClass("wpd_not_clicked"),"object"==typeof n){if(n.success){if("total"===n.data.buttonsStyle){var i=e(".wpd-comment-footer .wpd-vote-result",e("#comment-"+o)),s=n.data.votes;i.text(n.data.votesHumanReadable),i.attr("title",s),i.removeClass("wpd-up wpd-down"),s>0&&i.addClass("wpd-up"),s<0&&i.addClass("wpd-down")}else{var d=e(".wpd-comment-footer .wpd-vote-result-like",e("#comment-"+o)),c=e(".wpd-comment-footer .wpd-vote-result-dislike",e("#comment-"+o));d.text(n.data.likeCountHumanReadable),d.attr("title",n.data.likeCount),c.text(n.data.dislikeCountHumanReadable),c.attr("title",n.data.dislikeCount),parseInt(n.data.likeCount)>0?d.addClass("wpd-up"):d.removeClass("wpd-up"),parseInt(n.data.dislikeCount)<0?c.addClass("wpd-down"):c.removeClass("wpd-down")}var p=e(".wpd-comment-footer .wpd-vote-up",e("#comment-"+o)),r=e(".wpd-comment-footer .wpd-vote-down",e("#comment-"+o));p.removeClass("wpd-up"),r.removeClass("wpd-down"),n.data.curUserReaction>0?p.addClass("wpd-up"):n.data.curUserReaction<0&&r.addClass("wpd-down")}else n.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error");ue(n,o,a)}else console.log(n);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(t).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click","body",function(t){var a=e(".wpdiscuz-sort-buttons");e(t.target).hasClass("wpdf-sorting")||e(t.target).parent().hasClass("wpdf-sorting")?a.css({display:a.is(":visible")?"none":"flex"}):a.hide()}),e(document).on("click",".wpdiscuz-sort-button:not(.wpdiscuz-sort-button-active)",function(){var t=e(this),a=e(this).attr("data-sorting");if(a){e(".wpdiscuz-sort-button.wpdiscuz-sort-button-active").removeClass("wpdiscuz-sort-button-active").appendTo(".wpdiscuz-sort-buttons"),t.addClass("wpdiscuz-sort-button-active").prependTo(".wpdf-sorting");var o=new FormData;o.append("action","wpdSorting"),o.append("sorting",a);var n=e(".wpdf-active").attr("data-filter-type");o.append("wpdType",n||""),fe(v,!0,o).done(function(t){"object"==typeof t&&t.success&&(e("#wpdcom .wpd-comment").remove(),e("#wpdcom .wpd-thread-list").prepend(t.data.message),K(t,!1),L=1),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),window.onhashchange=function(){Q(!1)},1!=m&&Q(!1),e(document).on("click",".wpdiscuz-readmore",function(){var t=X(e(this)),a=Y(t),o=new FormData;o.append("action","wpdReadMore"),o.append("commentId",a),fe(v,!0,o).done(function(o){"object"==typeof o?(o.success?(e("#comment-"+a+" .wpd-comment-text").replaceWith(" "+o.data.message),e("#wpdiscuz-readmore-"+t).remove()):console.log(o.data),ue(o)):console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("change",".wpd-required-group",function(){0!==e("input:checked",this).length?e("input",e(this)).prop("required",!1):e("input",e(this)).prop("required",!0)}),e(document).on("click",".wpdiscuz-spoiler",function(){e(this).next().slideToggle(),e(this).hasClass("wpdiscuz-spoiler-closed")?e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-plus").removeClass("fa-plus").addClass("fa-minus"):e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-minus").removeClass("fa-minus").addClass("fa-plus"),e(this).toggleClass("wpdiscuz-spoiler-closed")}),e(document).on("click",".wpd-tools i",function(){var t=e(this).siblings(".wpd-tools-actions");t.is(":visible")||e(this).parents(".wpd-comment-right").attr("id")!==e("[id^=comment-]","#wpdcom").last().attr("id")||e("#comments").css({paddingBottom:"160px"}),t.css({display:t.is(":visible")?"none":"flex"})}),e(document).on("mouseleave",".wpd-comment-right",function(){e(this).find(".wpd-tools-actions").hide(),e("#comments").css({paddingBottom:"0"})}),e(document).on("click",".wpd_stick_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdStickComment"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd_close_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdCloseThread"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-filter.wpd_not_clicked[data-filter-type]",function(){var t=e(this),a=t.attr("data-filter-type");wpdiscuzAjaxObj.resetActiveFilters(".wpdf-"+a),t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var o=new FormData;o.append("action","wpdLoadMoreComments");var n=e(".wpdiscuz-sort-button-active").attr("data-sorting");n&&o.append("sorting",n),o.append("lastParentId",0),o.append("offset",0),L=1,o.append("wpdType",t.hasClass("wpdf-active")?"":a),o.append("isFirstLoad",1),e(this).hasClass("wpdf-inline")?e(this).hasClass("wpdf-active")?e(".wpd-comment-info-bar").hide():e(".wpd-comment-info-bar").css("display","flex"):e(".wpd-comment-info-bar").hide(),fe(v,!1,o).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(t.toggleClass("wpdf-active"),e(".wpd-load-comments").remove(),e(".wpd-comment").remove(),e(".wpd-thread-list").prepend(a.data.comment_list),K(a),r=a.data.loadLastCommentId,e(".wpd-load-more-submit").blur(),ue(a)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpdf-reacted.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdMostReactedComment"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e("#comment-"+a.data.commentId).length||e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpdf-hottest.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdHottestThread"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.commentId).length?e("#comment-"+a.data.commentId).parents("[id^=wpd-comm-"+a.data.commentId+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpd-filter-view-all",function(){e(".wpdf-inline.wpdf-active.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-follow-link.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=Y(X(t,0)),o=new FormData;o.append("action","wpdFollowUser"),o.append("commentId",a),fe(v,!0,o).done(function(a){t.addClass("wpd_not_clicked"),"object"==typeof a?a.success?(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data.code],a.data.code,t),"success"),t.removeClass("wpd-follow-active"),a.data.followTip&&t.attr("wpd-tooltip",a.data.followTip),a.data.followClass&&t.addClass(a.data.followClass),ue(a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),ie(),e(document).on("keyup",".wc_email",function(){ie(e(this))}),x&&e("#wpdcom").length){if(e("#wpd-bubble-wrapper").hover(function(){e(this).addClass("wpd-bubble-hover")},function(){e(this).removeClass("wpd-bubble-hover")}),k&&!Cookies.get(wpdiscuzAjaxObj.cookieHideBubbleHint)&&setTimeout(function(){e("#wpd-bubble-wrapper").addClass("wpd-bubble-hover"),Cookies.set(wpdiscuzAjaxObj.cookieHideBubbleHint,"1",{expires:7,path:"/"}),setTimeout(function(){e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")},1e3*O)},1e3*k),"content_left"===A)if(e(".entry-content").length){var se=(de=Math.min(e(".entry-content").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".post-entry").length){se=(de=Math.min(e(".post-entry").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".container").length){var de;se=(de=Math.min(e(".container").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner");else"left_corner"===A?(e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner")):"right_corner"===A&&(e("#wpd-bubble-wrapper").css({right:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-right-corner"));e("#wpd-bubble-wrapper").show(),e(document).on("click","#wpd-bubble-add-message-close",function(t){t.preventDefault(),t.stopPropagation(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")}),e(document).on("click","#wpd-bubble",function(){ae(),e("#tab-title-reviews").length&&e("#tab-title-reviews a").trigger("click"),e("html, body").animate({scrollTop:e("#wpdcom").offset().top-(T+28)},1e3,function(){oe(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover"),wpdiscuzLoadRichEditor?e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0").focus():e("#wc-textarea-0_0").length&&e("#wc-textarea-0_0").trigger("focus")})}),e(document).on("click","#wpd-bubble-comment-close",function(t){t.preventDefault(),e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")}),e(document).on("click","#wpd-bubble-comment-reply-link a",function(){var t=e(this).attr("href");setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),Q(!0);var a=t.match(/#comment\-(\d+)/);E=E.filter(function(e){return e!=a[1]}),e("#wpd-bubble-count .wpd-new-comments-count").text(E.length),0==E.length&&e("#wpd-bubble-count").removeClass("wpd-new-comments")},100)}),e(document).on("click","#wpd-bubble-count",function(){if(E.length){var t=new FormData;t.append("action","wpdBubbleUpdate"),t.append("newCommentIds",E.join()),fe(v,!0,t).done(function(t){"object"==typeof t&&t.success&&(t.data.message=t.data.message.filter(function(t){if(!e("#comment-"+t.comment_id).length)return t}),$(t),e("#wpd-bubble-count").removeClass("wpd-new-comments"),e("#wpd-bubble-count .wpd-new-comments-count").text("0"),E=[],e(".wpd-new-loaded-comment").length&&(ae(),e("html, body").animate({scrollTop:e(e(".wpd-new-loaded-comment")[0]).offset().top-(T+28)},1e3,oe)),ue(t)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,a){console.log(a)})}})}if((x&&C||d)&&(t||!t&&p)&&setTimeout(function t(){e.ajax({type:"GET",url:wpdiscuzAjaxObj.bubbleUpdateUrl,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",wpdiscuzAjaxObj.restNonce)},data:{postId:s,lastId:l,visibleCommentIds:ee()}}).done(function(a){if(!M)if("object"==typeof a){if(a.commentIDsToRemove.forEach(function(t){e("[id^=wpd-comm-"+t+"]").remove()}),a.ids.length){d&&((i=new FormData).append("action","wpdUpdateAutomatically"),i.append("loadLastCommentId",r),i.append("visibleCommentIds",ee()),fe(v,!1,i).done(function(t){M||"object"==typeof t&&t.success&&($(t),t.data.wc_all_comments_count_new=parseInt(t.data.wc_all_comments_count_new),e(".wpd-thread-info").html(t.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",t.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(t.data.wc_all_comments_count_bubble_html),r=t.data.loadLastCommentId)}).fail(function(e,t,a){console.log(a)})),a.ids=a.ids.filter(function(t){if(!e("#comment-"+t).length)return t});var o=5e3;l=parseInt(a.ids[a.ids.length-1]),E=E.concat(a.ids),y&&a.commentText&&(e("#wpd-bubble-author-avatar").html(a.avatar),e("#wpd-bubble-author-name").html(a.authorName),e("#wpd-bubble-comment-date span").html(a.commentDate),e("#wpd-bubble-comment-text").html(a.commentText),e("#wpd-bubble-comment-reply-link a").attr("href",a.commentLink),e("#wpd-bubble-notification-message").show(),o=1e4);var n=parseInt(e(".wpd-new-comments-count").text());n+=a.ids.length,e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),e("#wpd-bubble-wrapper").addClass("wpd-new-comment-added"),setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")},o),e(".wpd-new-comments-count").text(n),e("#wpd-bubble-count").addClass("wpd-new-comments")}a.all_comments_count=parseInt(a.all_comments_count),e("#wpd-bubble-all-comments-count").replaceWith(a.all_comments_count_bubble_html),e(".wpd-reviews-tab").length||(e(".wpd-thread-info").html(a.all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.all_comments_count))}else console.log(a);var i;setTimeout(t,c)}).fail(function(e,a,o){console.log(o),setTimeout(t,c)})},c),e(".wpd-inline-form-wrapper").length){var ce=new FormData;ce.append("action","wpdGetInlineCommentForm"),fe(v,!1,ce).done(function(t){"object"==typeof t?t.success?(e(".wpd-inline-form-wrapper").append(t.data),e.each(e("[name=_wpd_inline_nonce]"),function(){var t=e(this).attr("id"),a=e(this).parents(".wpd-inline-shortcode").attr("id");e(this).attr("id",t+"-"+a.substring(a.lastIndexOf("-")+1))}),e(".wpd-inline-opened").addClass("wpd-active"),e(".wpd-inline-opened").find(".wpd-inline-form-wrapper").show(),e(".wpd-inline-opened").find(".wpd-inline-icon").addClass("wpd-open"),e(".wpd-inline-opened").find(".wpd-inline-icon").removeClass("wpd-ignored"),me()):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data]),t.data,"error"):console.log(t)}).fail(function(e,t,a){console.log(a)})}function pe(t){if(e(t).hasClass("wpd-inline-shortcode"))var a=e(t).attr("id");else a=e(t).parents(".wpd-inline-shortcode").attr("id");return a.substring(a.lastIndexOf("-")+1)}function re(){e(".wpd-inline-form-wrapper").hide(),e(".wpd-inline-shortcode").removeClass("wpd-active"),e(".wpd-inline-icon").removeClass("wpd-open")}function le(){e.each(e(".wpd-inline-shortcode:not(.wpd-inline-opened) .wpd-inline-icon"),function(){var t=e(this),a=t.offset().top-window.pageYOffset;t.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&a>0&&a<300&&("blink"===I?(t.addClass("wpd-blink"),setTimeout(function(){t.removeClass("wpd-blink")},3e3)):(t.parents(".wpd-inline-shortcode").addClass("wpd-active"),t.siblings(".wpd-inline-form-wrapper").show(),t.addClass("wpd-open"),me(t.siblings(".wpd-inline-form-wrapper"))))})}function me(t){if(t){if(t.offset().left<=10)t.css("left",Math.ceil(parseInt(t.css("left"))-t.offset().left+10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))<3&&(a=3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;");else if(t.offset().left+t.width()>document.body.clientWidth-10){var a;t.css("left",Math.ceil(parseInt(t.css("left"))+(document.body.clientWidth-(t.offset().left+t.width()))-10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))>t.width()-3&&(a=t.width()-3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;")}}else e.each(e(".wpd-inline-form-wrapper:visible"),function(){if(e(this).offset().left<=10)e(this).css("left",Math.ceil(parseInt(e(this).css("left"))-e(this).offset().left+10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))<3&&(t=3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;");else if(e(this).offset().left+e(this).width()>document.body.clientWidth-10){var t;e(this).css("left",Math.ceil(parseInt(e(this).css("left"))+(document.body.clientWidth-(e(this).offset().left+e(this).width()))-10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))>e(this).width()-3&&(t=e(this).width()-3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;")}})}function we(t){var a,o=0;if(t.parents(".wpd_main_comm_form").length)o=parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents(".wpd_main_comm_form");else if(t.parents(".wpd-secondary-form-wrapper").length)o=parseInt(wpdiscuzAjaxObj.replyTextMaxLength),a=t.parents(".wpd-secondary-form-wrapper");else if(t.parents("#wpdiscuz-edit-form").length){var n=X(t);o=parseInt(n.substring(n.lastIndexOf("_")+1))?parseInt(wpdiscuzAjaxObj.replyTextMaxLength):parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents("#wpdiscuz-edit-form")}if(o&&a){var i=t.val().length,s=e(".wpd-editor-char-counter",a),d=o-i;s.html(d),d<=10?s.addClass("error"):s.removeClass("error")}}function ue(t,a,o,n){t.data.callbackFunctions&&e.each(t.data.callbackFunctions,function(e){"function"==typeof wpdiscuzAjaxObj[t.data.callbackFunctions[e]]?wpdiscuzAjaxObj[t.data.callbackFunctions[e]](t,a,o,n):"function"==typeof window[t.data.callbackFunctions[e]]?window[t.data.callbackFunctions[e]](t,a,o,n):console.log(t.data.callbackFunctions[e]+" is not a function")})}function fe(t,a,o){a&&e("#wpdiscuz-loading-bar").show(),o.append("postId",s),o.append("wpdiscuz_nonce",wpdiscuzAjaxObj.wpdiscuz_nonce);var n=o.get("action");wpdiscuzAjaxObj.dataFilterCallbacks&&wpdiscuzAjaxObj.dataFilterCallbacks[n]&&e.each(wpdiscuzAjaxObj.dataFilterCallbacks[n],function(e){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]]&&(o=wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]](o,t,a))});var i=t?wpdiscuzAjaxObj.url:wpdiscuzAjaxObj.customAjaxUrl;return e.ajax({type:"POST",url:i,data:o,contentType:!1,processData:!1})}function he(){if(t||wpdiscuzAjaxObj.validateNonceForGuests){var e=new FormData;e.append("action","wpdGetNonce"),fe(v,!1,e).done(function(e){"object"==typeof e?e.success?wpdiscuzAjaxObj.wpdiscuz_nonce=e.data:wpdiscuzAjaxObj.setCommentMessage(e.data,"error"):console.log(e)}).fail(function(e,t,a){console.log(a)})}}e(document).on("click","body",function(t){if(e(t.target).hasClass("wpd-inline-form-close")||e(t.target).parents(".wpd-inline-form-close").length)t.preventDefault(),e(t.target).parents(".wpd-inline-form-wrapper").hide(),e(t.target).parents(".wpd-inline-shortcode").removeClass("wpd-active"),e(t.target).parents(".wpd-inline-form-wrapper").siblings(".wpd-inline-icon").removeClass("wpd-open");else if(!e(t.target).hasClass("wpd-inline-form-wrapper")&&!e(t.target).parents(".wpd-inline-form-wrapper").length){re();var a="";e(t.target).hasClass("wpd-inline-icon")?a=e(t.target):e(t.target).parents(".wpd-inline-icon").length&&(a=e(t.target).parents(".wpd-inline-icon")),a.length&&a.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&(a.parents(".wpd-inline-shortcode").addClass("wpd-active"),a.siblings(".wpd-inline-form-wrapper").show(),a.addClass("wpd-open"),a.removeClass("wpd-ignored"),me(a.siblings(".wpd-inline-form-wrapper")))}(!e(t.target).hasClass("wpd-last-inline-comments-wrapper")&&!e(t.target).parents(".wpd-last-inline-comments-wrapper").length||e(t.target).parents(".wpd-last-inline-comments-wrapper").length&&e(t.target).hasClass("wpd-load-inline-comment"))&&e(".wpd-last-inline-comments-wrapper").remove()}),e(document).on("click",".wpd-inline-submit.wpd_not_clicked",function(t){t.preventDefault();var a=e(this),o=e(this).parents(".wpd_inline_comm_form");if(o[0].checkValidity()){e(this).removeClass("wpd_not_clicked");var n=new FormData;n.append("action","wpdAddInlineComment"),n.append("inline_form_id",pe(o)),e.each(e("input, textarea",o),function(t,a){"checkbox"===this.type?e(this).is(":checked")&&n.append(e(a).attr("name"),e(a).val()):n.append(e(a).attr("name"),e(a).val())}),fe(v,!0,n).done(function(t){if(a.addClass("wpd_not_clicked"),"object"==typeof t)if(t.success){o[0].reset(),re();var n=parseInt(t.data.newCount),i=a.parents(".wpd-inline-icon-wrapper").find(".wpd-inline-icon-count");i.text(n),n?i.addClass("wpd-has-comments"):i.removeClass("wpd-has-comments"),t.data.allCommentsCountNew=parseInt(t.data.allCommentsCountNew),e(".wpd-thread-info").html(t.data.allCommentsCountBeforeThreadsHtml),e(".wpd-thread-info").attr("data-comments-count",t.data.allCommentsCountNew),e("#wpd-bubble-all-comments-count").replaceWith(t.data.allCommentsCountBubbleHtml),t.data.message&&ne(t.data.message),wpdiscuzAjaxObj.setCommentMessage(t.data.notification,"success")}else t.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data,a),"error");else wpdiscuzAjaxObj.setCommentMessage(t,"error");e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("keydown",".wpd-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_comm_submit").trigger("click")}),e(document).on("keydown","#wpdiscuz-edit-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_save_edited_comment").trigger("click")}),e(document).on("keydown",".wpd-inline-comment-content",function(t){t.ctrlKey&&13==t.keyCode&&e(this).parents(".wpd_inline_comm_form").find(".wpd-inline-submit.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-inline-icon-count.wpd-has-comments",function(){var t=e(this),a=new FormData;a.append("action","wpdGetLastInlineComments"),a.append("inline_form_id",pe(t)),fe(v,!0,a).done(function(a){"object"==typeof a?a.success?e(a.data).insertAfter(t):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-view-all-inline-comments",function(t){t.preventDefault(),e(this).parents(".wpd-last-inline-comments-wrapper").remove(),e(".wpdf-inline").hasClass("wpdf-active")||e(".wpdf-inline").trigger("click"),ae(),e("html, body").animate({scrollTop:e(".wpdf-inline").offset().top-T},1e3,oe)}),e(document).on("click",".wpd-feedback-content-link",function(t){t.preventDefault();var a=e(this).data("feedback-content-id");ae(),e("html, body").animate({scrollTop:e("#wpd-inline-"+a).offset().top-(T+6)},1e3,function(){oe(),e("#wpd-inline-"+a).addClass("wpd-active")})}),"scroll_open"!==I&&"blink"!==I||(le(),e(window).on("scroll",le)),e(document).on("click","#wpd-post-rating.wpd-not-rated .wpd-rate-starts svg",function(){var t=new FormData,a=e(this).index();a>=0&&a<5&&(t.append("action","wpdUserRate"),t.append("rating",a+1),fe(v,!0,t).done(function(t){"object"==typeof t?(t.success?location.reload(!0):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data),"error"),ue(t)):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}))}),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){t.preventDefault();var a,o,i=e(this);if(i[0].checkValidity()&&(a=i,o=!0,"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&!e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).val().length?(o=!1,e(".wpdiscuz-recaptcha",a).css("border","1px solid red")):"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&e(".wpdiscuz-recaptcha",a).css("border","none"),o)){var s=new FormData;s.append("action","wpdAddSubscription"),e("*",i).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&s.append(this.name+"",e(this).val()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&s.append(this.name+"",e(this).val())}),fe(v,!0,s).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):wpdiscuzAjaxObj.setCommentMessage(t,"error"),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wpd-unsubscribe",function(t){t.preventDefault();var a=new FormData;a.append("action","wpdUnsubscribe"),a.append("sid",e(this).data("sid")),a.append("skey",e(this).data("skey")),fe(v,!0,a).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),wpdiscuzAjaxObj.resetActiveFilters=function(t){e(".wpd-filter.wpdf-active"+(t?":not("+t+")":"")).removeClass("wpdf-active")},wpdiscuzAjaxObj.getAjaxObj=fe,wpdiscuzAjaxObj.initNonce=he,he()});var onloadCallback=function(){if(document.getElementById("wpdiscuz-recaptcha-0_0")&&"2.0"===wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.render("wpdiscuz-recaptcha-0_0",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(e){jQuery("#wpdiscuz-recaptcha-field-0_0").val("key")},"expired-callback":function(){jQuery("#wpdiscuz-recaptcha-field-0_0").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}};
|
7 |
/* Colorbox */
|
8 |
!function(t,e,i){var o,n,r,h,a,s,l,c,d,g,f,u,p,m,w,v,y,x,b,T,C,H,k,W,E,I,M,L,R,S,K,P,B,O={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),o=t(this).data("cbox-iframe-attrs");return"object"==typeof o&&t.each(o,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullscreen=!0,i}},_="colorbox",j="cbox",D=j+"Element",F=j+"_open",N=j+"_load",z=j+"_complete",A=j+"_cleanup",q=j+"_closed",U=j+"_purge",$=t("<a/>"),G="div",Q=0,J={};function V(i,o,n){var r=e.createElement(i);return o&&(r.id=j+o),n&&(r.style.cssText=n),t(r)}function X(){return i.innerHeight?i.innerHeight:t(i).height()}function Y(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var o;return void 0===this.cache[e]&&(void 0!==(o=t(this.el).attr("data-cbox-"+e))?this.cache[e]=o:void 0!==i[e]?this.cache[e]=i[e]:void 0!==O[e]&&(this.cache[e]=O[e])),this.cache[e]},this.get=function(t){var e=this.value(t);return"function"==typeof e?e.call(this.el,this):e}}function Z(t){var e=d.length,i=(I+t)%e;return i<0?e+i:i}function tt(t,e){return Math.round((/%/.test(t)?("x"===e?g.width():X())/100:1)*parseInt(t,10))}function et(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function it(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function ot(t){"contains"in n[0]&&!n[0].contains(t.target)&&t.target!==o[0]&&(t.stopPropagation(),n.trigger("focus"))}function nt(t){nt.str!==t&&(n.add(o).removeClass(nt.str).addClass(t),nt.str=t)}function rt(i){t(e).trigger(i),$.triggerHandler(i)}var ht=function(){var t,e,i=j+"Slideshow_",o="click."+j;function r(){clearTimeout(e)}function h(){(C.get("loop")||d[I+1])&&(r(),e=setTimeout(P.next,C.get("slideshowSpeed")))}function a(){v.html(C.get("slideshowStop")).off(o).one(o,s),$.on(z,h).on(N,r),n.removeClass(i+"off").addClass(i+"on")}function s(){r(),$.off(z,h).off(N,r),v.html(C.get("slideshowStart")).off(o).one(o,function(){P.next(),a()}),n.removeClass(i+"on").addClass(i+"off")}function l(){t=!1,v.hide(),r(),$.off(z,h).off(N,r),n.removeClass(i+"off "+i+"on")}return function(){t?C.get("slideshow")||($.off(A,l),l()):C.get("slideshow")&&d[1]&&(t=!0,$.one(A,l),C.get("slideshowAuto")?a():s(),v.show())}}();function at(r){var g,w;if(!S){if(g=t(r).data(_),C=new Y(r,g),w=C.get("rel"),I=0,w&&!1!==w&&"nofollow"!==w?(d=t("."+D).filter(function(){return new Y(this,t.data(this,_)).get("rel")===w}),-1===(I=d.index(C.el))&&(d=d.add(C.el),I=d.length-1)):d=t(C.el),!L){L=R=!0,nt(C.get("className")),n.css({visibility:"hidden",display:"block",opacity:""}),f=V(G,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),h.css({width:"",height:""}).append(f),H=a.height()+c.height()+h.outerHeight(!0)-h.height(),k=s.width()+l.width()+h.outerWidth(!0)-h.width(),W=f.outerHeight(!0),E=f.outerWidth(!0);var v=tt(C.get("initialWidth"),"x"),y=tt(C.get("initialHeight"),"y"),x=C.get("maxWidth"),B=C.get("maxHeight");C.w=Math.max((!1!==x?Math.min(v,tt(x,"x")):v)-E-k,0),C.h=Math.max((!1!==B?Math.min(y,tt(B,"y")):y)-W-H,0),f.css({width:"",height:C.h}),P.position(),rt(F),C.get("onOpen"),T.add(m).hide(),n.trigger("focus"),C.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",ot,!0),$.one(q,function(){e.removeEventListener("focus",ot,!0)})),C.get("returnFocus")&&$.one(q,function(){t(C.el).trigger("focus")})}var O=parseFloat(C.get("opacity"));o.css({opacity:O==O?O:"",cursor:C.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),C.get("closeButton")?b.html(C.get("close")).appendTo(h):b.appendTo("<div/>"),function(){var e,o,n,r=P.prep,h=++Q;R=!0,M=!1,rt(U),rt(N),C.get("onLoad"),C.h=C.get("height")?tt(C.get("height"),"y")-W-H:C.get("innerHeight")&&tt(C.get("innerHeight"),"y"),C.w=C.get("width")?tt(C.get("width"),"x")-E-k:C.get("innerWidth")&&tt(C.get("innerWidth"),"x"),C.mw=C.w,C.mh=C.h,C.get("maxWidth")&&(C.mw=tt(C.get("maxWidth"),"x")-E-k,C.mw=C.w&&C.w<C.mw?C.w:C.mw);C.get("maxHeight")&&(C.mh=tt(C.get("maxHeight"),"y")-W-H,C.mh=C.h&&C.h<C.mh?C.h:C.mh);if(e=C.get("href"),K=setTimeout(function(){p.show()},100),C.get("inline")){var a=t(e).eq(0);n=t("<div>").hide().insertBefore(a),$.one(U,function(){n.replaceWith(a)}),r(a)}else C.get("iframe")?r(" "):C.get("html")?r(C.get("html")):et(C,e)?(e=it(C,e),M=C.get("createImg"),t(M).addClass(j+"Photo").on("error."+j,function(){r(V(G,"Error").html(C.get("imgError")))}).one("load",function(){h===Q&&setTimeout(function(){var e;C.get("retinaImage")&&i.devicePixelRatio>1&&(M.height=M.height/i.devicePixelRatio,M.width=M.width/i.devicePixelRatio),C.get("scalePhotos")&&(o=function(){M.height-=M.height*e,M.width-=M.width*e},C.mw&&M.width>C.mw&&(e=(M.width-C.mw)/M.width,o()),C.mh&&M.height>C.mh&&(e=(M.height-C.mh)/M.height,o())),C.h&&(M.style.marginTop=Math.max(C.mh-M.height,0)/2+"px"),d[1]&&(C.get("loop")||d[I+1])&&(M.style.cursor="pointer",t(M).on("click."+j,function(){P.next()})),M.style.width=M.width+"px",M.style.height=M.height+"px",r(M)},1)}),M.src=e):e&&u.load(e,C.get("data"),function(e,i){h===Q&&r("error"===i?V(G,"Error").html(C.get("xhrError")):t(this).contents())})}()}}function st(){n||(B=!1,g=t(i),n=V(G).attr({id:_,class:!1===t.support.opacity?j+"IE":"",role:"dialog",tabindex:"-1"}).hide(),o=V(G,"Overlay").hide(),p=t([V(G,"LoadingOverlay")[0],V(G,"LoadingGraphic")[0]]),r=V(G,"Wrapper"),h=V(G,"Content").append(m=V(G,"Title"),w=V(G,"Current"),x=t('<button type="button"/>').attr({id:j+"Previous"}),y=t('<button type="button"/>').attr({id:j+"Next"}),v=t('<button type="button"/>').attr({id:j+"Slideshow"}),p),b=t('<button type="button"/>').attr({id:j+"Close"}),r.append(V(G).append(V(G,"TopLeft"),a=V(G,"TopCenter"),V(G,"TopRight")),V(G,!1,"clear:left").append(s=V(G,"MiddleLeft"),h,l=V(G,"MiddleRight")),V(G,!1,"clear:left").append(V(G,"BottomLeft"),c=V(G,"BottomCenter"),V(G,"BottomRight"))).find("div div").css({float:"left"}),u=V(G,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),T=y.add(x).add(w).add(v)),e.body&&!n.parent().length&&t(e.body).append(o,n.append(r,u))}function lt(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),at(this))}return!!n&&(B||(B=!0,y.on("click",function(){P.next()}),x.on("click",function(){P.prev()}),b.on("click",function(){P.close()}),o.on("click",function(){C.get("overlayClose")&&P.close()}),t(e).on("keydown."+j,function(t){var e=t.keyCode;L&&C.get("escKey")&&27===e&&(t.preventDefault(),P.close()),L&&C.get("arrowKey")&&d[1]&&!t.altKey&&(37===e?(t.preventDefault(),x.trigger("click")):39===e&&(t.preventDefault(),y.trigger("click")))}),"function"==typeof t.fn.on?t(e).on("click."+j,"."+D,i):t("."+D).live("click."+j,i)),!0)}t[_]||(t(st),(P=t.fn[_]=t[_]=function(e,i){var o=this;return e=e||{},"function"==typeof o&&(o=t("<a/>"),e.open=!0),o[0]?(st(),lt()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,_)||{};t.data(this,_,t.extend(i,e))}).addClass(D),new Y(o[0],e).get("open")&&at(o[0])),o):o}).position=function(e,i){var o,d,f,u=0,p=0,m=n.offset();function w(){a[0].style.width=c[0].style.width=h[0].style.width=parseInt(n[0].style.width,10)-k+"px",h[0].style.height=s[0].style.height=l[0].style.height=parseInt(n[0].style.height,10)-H+"px"}if(g.off("resize."+j),n.css({top:-9e4,left:-9e4}),d=g.scrollTop(),f=g.scrollLeft(),C.get("fixed")?(m.top-=d,m.left-=f,n.css({position:"fixed"})):(u=d,p=f,n.css({position:"absolute"})),!1!==C.get("right")?p+=Math.max(g.width()-C.w-E-k-tt(C.get("right"),"x"),0):!1!==C.get("left")?p+=tt(C.get("left"),"x"):p+=Math.round(Math.max(g.width()-C.w-E-k,0)/2),!1!==C.get("bottom")?u+=Math.max(X()-C.h-W-H-tt(C.get("bottom"),"y"),0):!1!==C.get("top")?u+=tt(C.get("top"),"y"):u+=Math.round(Math.max(X()-C.h-W-H,0)/2),n.css({top:m.top,left:m.left,visibility:"visible"}),r[0].style.width=r[0].style.height="9999px",o={width:C.w+E+k,height:C.h+W+H,top:u,left:p},e){var v=0;t.each(o,function(t){o[t]===J[t]||(v=e)}),e=v}J=o,e||n.css(o),n.dequeue().animate(o,{duration:e||0,complete:function(){w(),R=!1,r[0].style.width=C.w+E+k+"px",r[0].style.height=C.h+W+H+"px",C.get("reposition")&&setTimeout(function(){g.on("resize."+j,P.position)},1),"function"==typeof i&&i()},step:w})},P.resize=function(t){var e;L&&((t=t||{}).width&&(C.w=tt(t.width,"x")-E-k),t.innerWidth&&(C.w=tt(t.innerWidth,"x")),f.css({width:C.w}),t.height&&(C.h=tt(t.height,"y")-W-H),t.innerHeight&&(C.h=tt(t.innerHeight,"y")),t.innerHeight||t.height||(e=f.scrollTop(),f.css({height:"auto"}),C.h=f.height()),f.css({height:C.h}),e&&f.scrollTop(e),P.position("none"===C.get("transition")?0:C.get("speed")))},P.prep=function(i){if(L){var o,r="none"===C.get("transition")?0:C.get("speed");f.remove(),(f=V(G,"LoadedContent").append(i)).hide().appendTo(u.show()).css({width:(C.w=C.w||f.width(),C.w=C.mw&&C.mw<C.w?C.mw:C.w,C.w),overflow:C.get("scrolling")?"auto":"hidden"}).css({height:(C.h=C.h||f.height(),C.h=C.mh&&C.mh<C.h?C.mh:C.h,C.h)}).prependTo(h),u.hide(),t(M).css({float:"none"}),nt(C.get("className")),o=function(){var i,o,h=d.length;function a(){!1===t.support.opacity&&n[0].style.removeAttribute("filter")}L&&(o=function(){clearTimeout(K),p.hide(),rt(z),C.get("onComplete")},m.html(C.get("title")).show(),f.show(),h>1?("string"==typeof C.get("current")&&w.html(C.get("current").replace("{current}",I+1).replace("{total}",h)).show(),y[C.get("loop")||I<h-1?"show":"hide"]().html(C.get("next")),x[C.get("loop")||I?"show":"hide"]().html(C.get("previous")),ht(),C.get("preloading")&&t.each([Z(-1),Z(1)],function(){var i=d[this],o=new Y(i,t.data(i,_)),n=o.get("href");n&&et(o,n)&&(n=it(o,n),e.createElement("img").src=n)})):T.hide(),C.get("iframe")?(i=C.get("createIframe"),C.get("scrolling")||(i.scrolling="no"),t(i).attr({src:C.get("href"),class:j+"Iframe"}).one("load",o).appendTo(f),$.one(U,function(){i.src="//about:blank"}),C.get("fastIframe")&&t(i).trigger("load")):o(),"fade"===C.get("transition")?n.fadeTo(r,1,a):a())},"fade"===C.get("transition")?n.fadeTo(r,0,function(){P.position(0,o)}):P.position(r,o)}},P.next=function(){!R&&d[1]&&(C.get("loop")||d[I+1])&&(I=Z(1),at(d[I]))},P.prev=function(){!R&&d[1]&&(C.get("loop")||I)&&(I=Z(-1),at(d[I]))},P.close=function(){L&&!S&&(S=!0,L=!1,rt(A),C.get("onCleanup"),g.off("."+j),o.fadeTo(C.get("fadeOut")||0,0),n.stop().fadeTo(C.get("fadeOut")||0,0,function(){n.hide(),o.hide(),rt(U),f.remove(),setTimeout(function(){S=!1,rt(q),C.get("onClosed")},1)}))},P.remove=function(){n&&(n.stop(),t[_].close(),n.stop(!1,!0).remove(),o.remove(),S=!1,n=null,t("."+D).removeData(_).removeClass(D),t(e).off("click."+j).off("keydown."+j))},P.element=function(){return t(C.el)},P.settings=O)}(jQuery,document,window);
|
9 |
/* Media Uploader */
|
10 |
+
jQuery(document).ready(function(a){if(a(document).on("click","#wpdcom .wmu-upload-wrap",function(){a(".wpd-form-foot",a(this).parents(".wpd_comm_form")).slideDown(parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0)}),a(document).on("change",".wmu-add-files",function(){var e=a(this),t=e.parents(".wpd_comm_form"),d=e[0].files?e[0].files:[];d.length&&function(e,t,d){t.attr("data-uploading","true");var o=new FormData;o.append("action","wmuUploadFiles"),o.append("wmuAttachmentsData",a(".wmu-attachments-data",t).val()),o.append("uniqueId",t.find(".wpdiscuz_unique_id").val());var i=0;a.each(d,function(a,e){i+=e.size,o.append(wpdiscuzAjaxObj.wmuInput+"["+a+"]",e)}),i>parseInt(wpdiscuzAjaxObj.wmuMaxFileSize)?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseMaxFileSize,"wmuPhraseMaxFileSize",e),"error",3e3):i>parseInt(wpdiscuzAjaxObj.wmuPostMaxSize)?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhrasePostMaxSize,"wmuPhrasePostMaxSize",e),"error",3e3):wpdiscuzAjaxObj.getAjaxObj(!0,!0,o).done(function(e){e.success?(a(".wmu-attached-data-info",t).remove(),a(".wmu-add-files",t).after(e.data.attachmentsHtml),e.data.tooltip&&a(".wmu-upload-wrap",t).attr("wpd-tooltip",e.data.tooltip),function(e,t){a.each(t.data.previewsData,function(t,d){a(".wmu-action-wrap .wmu-"+t+"-tab",e).html(""),a.each(d,function(d,o){var i=o.id,r="",s=o.fullname,u=o.shortname;t==wpdiscuzAjaxObj.wmuKeyImages?(r=o.url,u=""):t==wpdiscuzAjaxObj.wmuKeyVideos?r=wpdiscuzAjaxObj.wmuIconVideo:t==wpdiscuzAjaxObj.wmuKeyFiles&&(r=wpdiscuzAjaxObj.wmuIconFile);var n='<div class="wmu-preview [PREVIEW_TYPE_CLASS]" title="[PREVIEW_TITLE]" data-wmu-type="[PREVIEW_TYPE]" data-wmu-attachment="[PREVIEW_ID]"><div class="wmu-preview-remove"><img class="wmu-preview-img" src="[PREVIEW_ICON]"><div class="wmu-file-name">[PREVIEW_FILENAME]</div><div class="wmu-delete"> </div></div></div>';n=(n=(n=(n=(n=(n=n.replace("[PREVIEW_TYPE_CLASS]","wmu-preview-"+t)).replace("[PREVIEW_TITLE]",s)).replace("[PREVIEW_TYPE]",t)).replace("[PREVIEW_ID]",i)).replace("[PREVIEW_ICON]",r)).replace("[PREVIEW_FILENAME]",u),a(".wmu-action-wrap .wmu-"+t+"-tab",e).removeClass("wmu-hide").append(n)})})}(t,e),e.data.errors&&(wpdiscuzAjaxObj.setCommentMessage(e.data.errors,"error",3e3),console.log(e.data.errors))):e.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[e.data.errorCode],e.data.errorCode,t),"error",3e3):e.data.error&&wpdiscuzAjaxObj.setCommentMessage(e.data.error,"error",3e3),a("#wpdiscuz-loading-bar").fadeOut(250),t.attr("data-uploading","false")}).fail(function(e,d,o){console.log(o),a("#wpdiscuz-loading-bar").fadeOut(250),t.attr("data-uploading","false")})}(e,t,d)}),a(document).on("click",".wmu-attachment-delete",function(e){if(confirm(wpdiscuzAjaxObj.wmuPhraseConfirmDelete)){var t=a(this).data("wmu-attachment"),d=new FormData;d.append("action","wmuDeleteAttachment"),d.append("attachmentId",t),wpdiscuzAjaxObj.getAjaxObj(!0,!0,d).done(function(e){if(e.success){var d=a(".wmu-attachment-"+t).parents(".wmu-comment-attachments");a(".wmu-attachment-"+t).remove(),a(".wmu-attached-images *",d).length||a(".wmu-attached-images",d).remove(),a(".wmu-attached-videos *",d).length||a(".wmu-attached-videos",d).remove(),a(".wmu-attached-files *",d).length||a(".wmu-attached-files",d).remove()}else e.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[e.data.errorCode],e.data.errorCode,d),"error",3e3):e.data.error&&wpdiscuzAjaxObj.setCommentMessage(e.data.error,"error",3e3);a("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,d){console.log(d),a("#wpdiscuz-loading-bar").fadeOut(250)})}else console.log("canceled")}),a(document).on("click",".wmu-preview",function(){var e=a(this),t=e.parents(".wpd_comm_form"),d=(e.data("wmu-type"),e.data("wmu-attachment")),o=new FormData;o.append("action","wmuRemoveAttachmentPreview"),o.append("attachmentId",d),o.append("wmuAttachmentsData",a(".wmu-attachments-data",t).val()),o.append("uniqueId",t.find(".wpdiscuz_unique_id").val()),wpdiscuzAjaxObj.getAjaxObj(!0,!0,o).done(function(d){if(d.success){e.remove();var o=a(".wmu-tabs",t);a.each(o,function(e,t){a(".wmu-preview",t).length?a(t).removeClass("wmu-hide"):a(t).addClass("wmu-hide")}),a(".wmu-attached-data-info",t).remove(),a(".wmu-add-files",t).after(d.data.attachmentsHtml),d.data.tooltip&&a(".wmu-upload-wrap",t).attr("wpd-tooltip",d.data.tooltip)}else d.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[d.data.errorCode],d.data.errorCode,t),"error",3e3):d.data.error&&wpdiscuzAjaxObj.setCommentMessage(d.data.error,"error",3e3);a("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,d){console.log(d),a("#wpdiscuz-loading-bar").fadeOut(250)})}),parseInt(wpdiscuzAjaxObj.wmuIsLightbox)){function e(){a(".wmu-lightbox").colorbox({maxHeight:"95%",maxWidth:"95%",rel:"wmu-lightbox",fixed:!0})}e(),wpdiscuzAjaxObj.wmuAddLightBox=e}wpdiscuzAjaxObj.wmuHideAll=function(e,t){"object"==typeof e?e.success?(a(".wmu-tabs",t).addClass("wmu-hide"),a(".wmu-preview",t).remove(),a(".wmu-attached-data-info",t).remove()):console.log(e.data):console.log(e)}});
|
11 |
/* Lity */
|
12 |
!function(e,t){"function"==typeof define&&define.amd?define(["jquery"],function(n){return t(e,n)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=t(e,require("jquery")):e.lity=t(e,e.jQuery||e.Zepto)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=e.document,i=t(e),r=t.Deferred,o=t("html"),a=[],l="aria-hidden",s="lity-"+l,d='a[href],area[href],input:not([disabled]),select:not([disabled]),textarea:not([disabled]),button:not([disabled]),iframe,object,embed,[contenteditable],[tabindex]:not([tabindex^="-"])',c={esc:!0,handler:null,handlers:{image:C,inline:function(e,n){var i,r,o;try{i=t(e)}catch(e){return!1}if(!i.length)return!1;return r=t('<i style="display:none !important"/>'),o=i.hasClass("lity-hide"),n.element().one("lity:remove",function(){r.before(i).remove(),o&&!i.closest(".lity-content").length&&i.addClass("lity-hide")}),i.removeClass("lity-hide").after(r)},youtube:function(e){var n=f.exec(e);if(!n)return!1;return k(x(e,w("https://www.youtube"+(n[2]||"")+".com/embed/"+n[4],t.extend({autoplay:1},b(n[5]||"")))))},vimeo:function(e){var n=y.exec(e);if(!n)return!1;return k(x(e,w("https://player.vimeo.com/video/"+n[3],t.extend({autoplay:1},b(n[4]||"")))))},googlemaps:function(e){var t=v.exec(e);if(!t)return!1;return k(x(e,w("https://www.google."+t[3]+"/maps?"+t[6],{output:t[6].indexOf("layer=c")>0?"svembed":"embed"})))},facebookvideo:function(e){var n=p.exec(e);if(!n)return!1;0!==e.indexOf("http")&&(e="https:"+e);return k(x(e,w("https://www.facebook.com/plugins/video.php?href="+e,t.extend({autoplay:1},b(n[4]||"")))))},iframe:k},template:'<div class="lity" role="dialog" aria-label="Dialog Window (Press escape to close)" tabindex="-1"><div class="lity-wrap" data-lity-close role="document"><div class="lity-loader" aria-hidden="true">Loading...</div><div class="lity-container"><div class="lity-content"></div><button class="lity-close" type="button" aria-label="Close (Press escape to close)" data-lity-close>×</button></div></div></div>'},u=/(^data:image\/)|(\.(png|jpe?g|gif|svg|webp|bmp|ico|tiff?)(\?\S*)?$)/i,f=/(youtube(-nocookie)?\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed\/?)?([\w-]{11})(.*)?/i,y=/(vimeo(pro)?.com)\/(?:[^\d]+)?(\d+)\??(.*)?$/,v=/((maps|www)\.)?google\.([^\/\?]+)\/?((maps\/?)?\?)(.*)/i,p=/(facebook\.com)\/([a-z0-9_-]*)\/videos\/([0-9]*)(.*)?$/i,m=function(){var e=n.createElement("div"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in t)if(void 0!==e.style[i])return t[i];return!1}();function h(e){var t=r();return m&&e.length?(e.one(m,t.resolve),setTimeout(t.resolve,500)):t.resolve(),t.promise()}function g(e,n,i){if(1===arguments.length)return t.extend({},e);if("string"==typeof n){if(void 0===i)return void 0===e[n]?null:e[n];e[n]=i}else t.extend(e,n);return this}function b(e){for(var t,n=decodeURI(e.split("#")[0]).split("&"),i={},r=0,o=n.length;r<o;r++)n[r]&&(i[(t=n[r].split("="))[0]]=t[1]);return i}function w(e,n){return e+(e.indexOf("?")>-1?"&":"?")+t.param(n)}function x(e,t){var n=e.indexOf("#");return-1===n?t:(n>0&&(e=e.substr(n)),t+e)}function C(e,n){var i=n.opener()&&n.opener().data("lity-desc")||"Image with no description",o=t('<img src="'+e+'" alt="'+i+'"/>'),a=r(),l=function(){var e;a.reject((e="Failed loading image",t('<span class="lity-error"/>').append(e)))};return o.on("load",function(){if(0===this.naturalWidth)return l();a.resolve(o)}).on("error",l),a.promise()}function k(e){return'<div class="lity-iframe-container"><iframe frameborder="0" allowfullscreen src="'+e+'"/></div>'}function E(){return n.documentElement.clientHeight?.9*n.documentElement.clientHeight:Math.round(.9*i.height())}function j(e){var t,i,r,o=z();o&&(27===e.keyCode&&o.options("esc")&&o.close(),9===e.keyCode&&(t=e,i=o.element().find(d),r=i.index(n.activeElement),t.shiftKey&&r<=0?(i.get(i.length-1).focus(),t.preventDefault()):t.shiftKey||r!==i.length-1||(i.get(0).focus(),t.preventDefault())))}function D(){t.each(a,function(e,t){t.resize()})}function z(){return 0===a.length?null:a[0]}function T(e,d,u,f){var y,v,p,m,b,w,x,C,k,z,T,O=this,q=!1,W=!1;d=t.extend({},c,d),v=t(d.template),O.element=function(){return v},O.opener=function(){return u},O.options=t.proxy(g,O,d),O.handlers=t.proxy(g,O,d.handlers),O.resize=function(){q&&!W&&p.css("max-height",E()+"px").trigger("lity:resize",[O])},O.close=function(){if(q&&!W){var e;W=!0,(e=O).element().attr(l,"true"),1===a.length&&(o.removeClass("lity-active"),i.off({resize:D,keydown:j})),((a=t.grep(a,function(t){return e!==t})).length?a[0].element():t(".lity-hidden")).removeClass("lity-hidden").each(function(){var e=t(this),n=e.data(s);n?e.attr(l,n):e.removeAttr(l),e.removeData(s)});var d=r();if(f&&(n.activeElement===v[0]||t.contains(v[0],n.activeElement)))try{f.focus()}catch(e){}return p.trigger("lity:close",[O]),v.removeClass("lity-opened").addClass("lity-closed"),h(p.add(v)).always(function(){p.trigger("lity:remove",[O]),v.remove(),v=void 0,d.resolve()}),d.promise()}},m=e,b=O,w=d.handlers,x=d.handler,k="inline",z=t.extend({},w),x&&z[x]?(C=z[x](m,b),k=x):(t.each(["inline","iframe"],function(e,t){delete z[t],z[t]=w[t]}),t.each(z,function(e,t){return!t||!(!t.test||t.test(m,b))||(!1!==(C=t(m,b))?(k=e,!1):void 0)})),y={handler:k,content:C||""},v.attr(l,"false").addClass("lity-loading lity-opened lity-"+y.handler).appendTo("body").focus().on("click","[data-lity-close]",function(e){t(e.target).is("[data-lity-close]")&&O.close()}).trigger("lity:open",[O]),T=O,1===a.unshift(T)&&(o.addClass("lity-active"),i.on({resize:D,keydown:j})),t("body > *").not(T.element()).addClass("lity-hidden").each(function(){var e=t(this);void 0===e.data(s)&&e.data(s,e.attr(l)||null)}).attr(l,"true"),t.when(y.content).always(function(e){p=t(e).css("max-height",E()+"px"),v.find(".lity-loader").each(function(){var e=t(this);h(e).always(function(){e.remove()})}),v.removeClass("lity-loading").find(".lity-content").empty().append(p),q=!0,p.trigger("lity:ready",[O])})}function O(e,i,r){e.preventDefault?(e.preventDefault(),e=(r=t(this)).data("lity-target")||r.attr("rel")||r.attr("src")):r=t(r);var o=new T(e,t.extend({},r.data("lity-options")||r.data("lity"),i),r,n.activeElement);if(!e.preventDefault)return o}return C.test=function(e){return u.test(e)},O.version="2.2.2",O.options=t.proxy(g,O,c),O.handlers=t.proxy(g,O,c.handlers),O.current=z,t(n).on("click.lity","[data-wpd-lity]",O),O});
|
13 |
/* My Content and Settings */
|
assets/js/wpdiscuz-combo.min.js
CHANGED
@@ -7,11 +7,11 @@
|
|
7 |
/* Autogrow */
|
8 |
jQuery.fn.autoGrow=function(){return this.each(function(){var createMirror=function(textarea){jQuery(textarea).after('<div class="autogrow-textarea-mirror"></div>');return jQuery(textarea).next(".autogrow-textarea-mirror")[0]};var sendContentToMirror=function(textarea){mirror.innerHTML=String(textarea.value).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br />")+".<br/>.";if(jQuery(textarea).height()!=jQuery(mirror).height())jQuery(textarea).height(jQuery(mirror).height())};var growTextarea=function(){sendContentToMirror(this)};var mirror=createMirror(this);mirror.style.display="none";mirror.style.wordWrap="break-word";mirror.style.padding=jQuery(this).css("padding");mirror.style.width=jQuery(this).css("width");mirror.style.fontFamily=jQuery(this).css("font-family");mirror.style.fontSize=jQuery(this).css("font-size");mirror.style.lineHeight=jQuery(this).css("line-height");this.style.overflow="hidden";this.style.minHeight=this.rows+"em";this.onkeydown=growTextarea;sendContentToMirror(this)})};
|
9 |
/* wpDiscuz */
|
10 |
-
var wpdiscuzLoadRichEditor=parseInt(wpdiscuzAjaxObj.loadRichEditor);if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap"))var wpDiscuzEditor=new WpdEditor;function wpdMessagesOnInit(e,t){wpdiscuzAjaxObj.setCommentMessage(e,t),setTimeout(function(){location.href=location.href.substring(0,location.href.indexOf("wpdiscuzUrlAnchor")-1)},3e3)}wpdiscuzAjaxObj.setCommentMessage=function(e,t,a){var o="wpdiscuz-message-error";if(e instanceof Array)for(var n in e)t instanceof Array?"success"===t[n]?o="wpdiscuz-message-success":"warning"===t[n]&&(o="wpdiscuz-message-warning"):"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e[n]).prependTo("#wpdiscuz-comment-message").delay(a instanceof Array?a[n]:a||4e3).fadeOut(1e3,function(){jQuery(this).remove()});else"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e).prependTo("#wpdiscuz-comment-message").delay(a||4e3).fadeOut(1e3,function(){jQuery(this).remove()})},wpdiscuzAjaxObj.applyFilterOnPhrase=function(e,t,a){return wpdiscuzAjaxObj.phraseFilters&&jQuery.each(wpdiscuzAjaxObj.phraseFilters,function(o){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]]&&(e=wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]](e,t,a))}),e},jQuery(document).ready(function(e){e("body").addClass("wpdiscuz_"+wpdiscuzAjaxObj.version);var t=wpdiscuzAjaxObj.is_user_logged_in,a=1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!t,o=1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&t,n=wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion,i=parseInt(wpdiscuzAjaxObj.commentListLoadType),s=parseInt(wpdiscuzAjaxObj.wc_post_id);wpdiscuzAjaxObj.wpdiscuz_nonce="";var d=parseInt(wpdiscuzAjaxObj.commentListUpdateType),c=1e3*parseInt(wpdiscuzAjaxObj.commentListUpdateTimer),p=parseInt(wpdiscuzAjaxObj.liveUpdateGuests),r=wpdiscuzAjaxObj.loadLastCommentId,l=r,m=parseInt(wpdiscuzAjaxObj.firstLoadWithAjax);Cookies.get("wpdiscuz_comments_sorting")&&Cookies.remove("wpdiscuz_comments_sorting",{path:""}),Cookies.get("wordpress_last_visit")&&Cookies.remove("wordpress_last_visit",{path:""}),Cookies.get("wpdiscuz_last_visit")&&Cookies.remove("wpdiscuz_last_visit",{path:""});var w,u=parseInt(wpdiscuzAjaxObj.wordpressIsPaginate),f=wpdiscuzAjaxObj.storeCommenterData,h=parseInt(wpdiscuzAjaxObj.wmuEnabled),b=wpdiscuzAjaxObj.isCookiesEnabled,_=!0,g=wpdiscuzAjaxObj.cookiehash,z=parseInt(wpdiscuzAjaxObj.isLoadOnlyParentComments),j=parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0,v=parseInt(wpdiscuzAjaxObj.isNativeAjaxEnabled),x=parseInt(wpdiscuzAjaxObj.enableBubble),C=parseInt(wpdiscuzAjaxObj.bubbleLiveUpdate),k=parseInt(wpdiscuzAjaxObj.bubbleHintTimeout),y=parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout)?parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout):5,O=parseInt(wpdiscuzAjaxObj.bubbleShowNewCommentMessage),A=wpdiscuzAjaxObj.bubbleLocation,I=wpdiscuzAjaxObj.inlineFeedbackAttractionType,T=(T=parseInt(wpdiscuzAjaxObj.scrollSize))||32,D=[],F=[],E=[],M=!1,L=1,R=e("html").css("scroll-behavior"),S=e("body").css("scroll-behavior");(e(".wc_social_plugin_wrapper .wp-social-login-provider-list").length?e(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .the_champ_login_container").length?e(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .social_connect_form").length?e(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&e(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"),wpdiscuzLoadRichEditor&&e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0"),window.addEventListener("beforeunload",function(t){var a=e(".wpd-form").not(":hidden");if(a.length)if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap")){for(var o=0;o<a.length;o++)if("\n"!==wpDiscuzEditor.createEditor(e(a[o]).find(".ql-container").attr("id")).getText())return t.preventDefault(),void(t.returnValue="")}else for(o=0;o<a.length;o++)if(e(a[o]).find(".wc_comment").val())return t.preventDefault(),void(t.returnValue="")}),wpdiscuzLoadRichEditor||(e(document).delegate("textarea.wc_comment","input",function(){we(e(this))}),e.each(e("textarea.wc_comment"),function(){we(e(this))})),e(document).on("focus","#wpdcom .ql-editor, #wpdcom .wc_comment",function(){e(".wpd-form-foot",e(this).parents(".wpd_comm_form")).slideDown(j)}),e(document).on("focus","#wpdcom textarea",function(){e(this).next(".autogrow-textarea-mirror").length||e(this).autoGrow()}),t)||U({comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)});if(e(".wpd-vote-down.wpd-dislike-hidden").remove(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd"),e(document).on("click","#wpd-editor-source-code-wrapper-bg",function(){e(this).hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),wpdiscuzLoadRichEditor&&e(document).on("click","#wpd-insert-source-code",function(){var t=wpDiscuzEditor.createEditor("#"+e("#wpd-editor-uid").val());t.deleteText(0,t.getLength(),Quill.sources.USER);var a=e("#wpd-editor-source-code").val();a.length&&t.clipboard.dangerouslyPasteHTML(0,a,Quill.sources.USER),t.update(),e("#wpd-editor-source-code-wrapper-bg").hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),e(document).on("click",".wpd-reply-button",function(){var i=X(e(this),0);e(this).hasClass("wpdiscuz-clonned")?(wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+i).focus()},j):setTimeout(function(){e("#wc-textarea-"+i).trigger("focus")},j),e("#wpd-secondary-form-wrapper-"+i).slideToggle(j)):function(a){var o=X(a,0);e("#wpdiscuz_form_anchor-"+o).before(function(t){return e("#wpdiscuz_hidden_secondary_form").html().replace(/wpdiscuzuniqueid/g,t)}(o));var n=e("#wpd-secondary-form-wrapper-"+o);if(!t){var i={comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)};U(i)}wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+o).focus()},j):setTimeout(function(){e("#wc-textarea-"+o).trigger("focus")},j);n.slideToggle(j,function(){a.addClass("wpdiscuz-clonned")})}(e(this)),function(t){if((a||o)&&"2.0"===n){var i=Y(t);setTimeout(function(){if(!F[i])try{F[i]=grecaptcha.render("wpdiscuz-recaptcha-"+t,{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(a){e("#wpdiscuz-recaptcha-field-"+t).val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-"+t).val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3)}}(i)}),e(document).on("click","#wpdcom [data-wpd-clipboard]",function(){var t=e(this).data("wpd-clipboard"),a=e("<input/>");a.appendTo("body").css({position:"absolute",top:"-10000000px"}).val(t),a.trigger("select"),document.execCommand("copy"),a.remove(),wpdiscuzAjaxObj.setCommentMessage(t+"<br/>"+wpdiscuzAjaxObj.wc_copied_to_clipboard,"success",5e3)}),e(document).on("click",".wpdiscuz-nofollow,.wc_captcha_refresh_img,.wpd-load-more-submit",function(e){e.preventDefault()}),e(document).on("click",".wpd-toggle.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked");var a=X(e(this),0),o=e(this),n=e(".fas",o);!o.parents(".wpd-comment:not(.wpd-reply)").children(".wpd-reply").length&&z?function(t,a){var o=Y(t),n=new FormData;n.append("action","wpdShowReplies"),n.append("commentId",o),fe(v,!0,n).done(function(o){a.addClass("wpd_not_clicked"),"object"==typeof o&&o.success&&(e("#wpd-comm-"+t).replaceWith(o.data.comment_list),e("#wpd-comm-"+t+" .wpd-toggle .fas").removeClass("fa-chevron-down").addClass("fa-chevron-up"),e("#wpd-comm-"+t+" .wpd-toggle .wpd-view-replies .wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),e("#wpd-comm-"+t+" .wpd-toggle").attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text),ue(o)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,o,n){console.log(n),a.addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}(a,t):e("#wpd-comm-"+a+"> .wpd-reply").slideToggle(700,function(){e(this).is(":hidden")?(n.removeClass("fa-chevron-up"),n.addClass("fa-chevron-down"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_show_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_show_replies_text)):(n.removeClass("fa-chevron-down"),n.addClass("fa-chevron-up"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text)),t.addClass("wpd_not_clicked")})}),e(document).on("mouseenter",".wpd-new-loaded-comment",function(){e(this).removeClass("wpd-new-loaded-comment")}),e(document).on("click",".wpd-sbs-toggle",function(){e(".wpdiscuz-subscribe-bar").slideToggle(j)}),parseInt(wpdiscuzAjaxObj.wpDiscuzIsShowOnSubscribeForm)&&!t&&wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&e("#wpdiscuz-subscribe-form").length&&("2.0"===n?(setTimeout(function(){try{grecaptcha.render("wpdiscuz-recaptcha-subscribe-form",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-subscribe-form").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val()?e(".wpdiscuz-recaptcha",e(this)).css("border","none"):(e(".wpdiscuz-recaptcha",e(this)).css("border","1px solid red"),t.preventDefault())})):"3.0"===n&&e(document).on("click","#wpdiscuz_subscription_button",function(t){var a=e(this).parents("#wpdiscuz-subscribe-form");t.preventDefault();try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/wpdAddSubscription"}).then(function(e){console.log(5555),document.getElementById("wpdiscuz-recaptcha-field-subscribe-form").value=e,a.trigger("submit")},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error")}})),(a||o)&&"2.0"===n){var q=e(window).width(),P=e("#wpdcom").width();P>=1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"65%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"35%"})),P>=940&&P<1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"60%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"40%"})),P>=810&&P<940&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"60%"})),P>=730&&P<810&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"45%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"55%"})),P>=610&&P<730&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.85)","-webkit-transform":"scale(0.85)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"43%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"55%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"})),q>650&&(P>=510&&P<610&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"35%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"63%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%",position:"relative",right:"-60px"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),P>=470&&P<510&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"60%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd_main_comm_form .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),P<470&&(e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({margin:"0px auto","transform-origin":"center 0","-webkit-transform-origin":"center 0"}),e("#wpdcom .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc_notification_checkboxes").css({"text-align":"center"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-field-submit").css({"text-align":"center"})))}function H(t,a,o){fe(v||h,!1,a).done(function(a){if(e(o).addClass("wpd_not_clicked"),"object"==typeof a)if(a.success){"collapsed"===wpdiscuzAjaxObj.commentFormView&&e(".wpd-form-foot",t).slideUp(j),a.data.wc_all_comments_count_new=parseInt(a.data.wc_all_comments_count_new),e(".wpd-thread-info").html(a.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(a.data.wc_all_comments_count_bubble_html);var n=j;a.data.is_main?ne(a.data.message):(n=j+700,e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).slideToggle(700),1==a.data.is_in_same_container?e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).after(a.data.message):e("#wpd-comm-"+a.data.uniqueid).after(a.data.message)),function(e){if(!e.data.held_moderate){var t=new FormData;t.append("action","wpdCheckNotificationType"),t.append("comment_id",e.data.new_comment_id),t.append("email",e.data.comment_author_email),t.append("isParent",e.data.is_main),fe(v,!0,t)}}(a),function(e){if(e.data.redirect>0&&e.data.new_comment_id){var t=new FormData;t.append("action","wpdRedirect"),t.append("commentId",e.data.new_comment_id),fe(v,!0,t).done(function(e){"object"==typeof e&&e.success&&setTimeout(function(){location.href=e.data},2e3)}).fail(function(e,t,a){console.log(a)})}}(a),b&&_?function(t){var a=t.comment_author_email,o=t.comment_author,n=t.comment_author_url;null==f?(Cookies.set("comment_author_email_"+g,a),Cookies.set("comment_author_"+g,o),n.length&&Cookies.set("comment_author_url_"+g,n)):(f=parseInt(f),Cookies.set("comment_author_email_"+g,a,{expires:f,path:"/"}),Cookies.set("comment_author_"+g,o,{expires:f,path:"/"}),n.length&&Cookies.set("comment_author_url_"+g,n,{expires:f,path:"/"}));e(".wpd-cookies-checkbox").length&&e(".wpd-cookies-checkbox").prop("checked",!0)}(a.data):_||e(".wpd-cookies-checkbox").prop("checked",!1),t.get(0).reset(),wpdiscuzLoadRichEditor?wpDiscuzEditor.createEditor("#wpd-editor-"+e(".wpdiscuz_unique_id",t).val()).setContents([{insert:"\n"}]):we(t.find(".wc_comment")),U(a.data),e(".wmu-preview-wrap",t).remove(),D.length&&(D.forEach(function(e){e.parents(".wpd-field-checkbox").remove()}),D=[]),parseInt(wpdiscuzAjaxObj.scrollToComment)&&setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.new_comment_id).offset().top-T},1e3,oe)},n),ue(a,t)}else a.data&&(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"),ue(a,t));else wpdiscuzAjaxObj.setCommentMessage(a,"error");e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,n){console.log(n),e(o).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}function U(t){e(".wpd_comm_form .wc_name").val(t.comment_author),t.comment_author_email&&t.comment_author_email.indexOf("@example.com")<0&&e(".wpd_comm_form .wc_email").val(t.comment_author_email),t.comment_author_url&&e(".wpd_comm_form .wc_website").val(t.comment_author_url)}function W(t,a){e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").show(),e("#wpd-comm-"+t+" .wpdiscuz-edit-form-wrap").replaceWith(a),e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-last-edited").show()}e(document).on("click",".wc_comm_submit.wpd_not_clicked",function(){var i=e(this),s=1,d=e(this).parents("form");if(d.hasClass("wpd_main_comm_form")||(s=function(t){var a=t.attr("class").split(" "),o="";return e.each(a,function(e,t){"wpd_comment_level"===J(t,!1)&&(o=J(t,!0))}),parseInt(o)+1}(e(this).parents(".wpd-comment"))),te(d,"#wpd-editor-"+e(".wpdiscuz_unique_id",d).val()),d.on("submit",function(e){e.preventDefault()}),""!==e(".wc_comment",d).val().trim()){if(d[0].checkValidity()&&(p=d,r=!0,"2.0"===n&&e("input[name=wc_captcha]",p).length&&!e("input[name=wc_captcha]",p).val().length?(r=!1,e(".wpdiscuz-recaptcha",p).css("border","1px solid red")):"2.0"===n&&e("input[name=wc_captcha]",p).length&&e(".wpdiscuz-recaptcha",p).css("border","none"),r)){M=!0,function(t){e(".wpd-agreement-checkbox",t).each(function(){e(this).hasClass("wpd_agreement_hide")&&b&&e(this).prop("checked")&&(Cookies.set(e(this).attr("name")+"_"+g,1,{expires:30,path:"/"}),e("input[name="+e(this).attr("name")+"]").each(function(){D.push(e(this))}))})}(d),e(i).removeClass("wpd_not_clicked");var c=new FormData;if(c.append("action","wpdAddComment"),e(":input",d).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&c.append(this.name+"",e(this).val().trim()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&c.append(this.name+"",e(this).val())}),c.append("wpd_comment_depth",s),wpdiscuzAjaxObj.wpdiscuz_zs&&c.append("wpdiscuz_zs",wpdiscuzAjaxObj.wpdiscuz_zs),e(".wpd-cookies-checkbox",d).length?e(".wpd-cookies-checkbox",d).prop("checked")||(_=!1):t&&(_=!1),e("#wpdiscuz-loading-bar").show(),wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&"3.0"===n&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/addComment"}).then(function(e){c.append("g-recaptcha-response",e),H(d,c,i)},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error"),e("#wpdiscuz-loading-bar").fadeOut(250)}else H(d,c,i)}var p,r;!function(e){if((a||o)&&"2.0"===n){var t=Y(e);grecaptcha.reset(F[t])}}(e(".wpdiscuz_unique_id",d).val()),e(".wpdiscuz_reset").val("")}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wc_msg_required_fields,"wc_msg_required_fields",d),"error")}),e(document).on("click",".wpd_editable_comment",function(){w&&e(".wpdiscuz-edit-form-wrap").length&&W(X(e(".wpdiscuz-edit-form-wrap"),0),w);var t=e(this),a=X(t,0),o=Y(a),n=new FormData;n.append("action","wpdEditComment"),n.append("commentId",o),w=e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-text").get(0),fe(v,!0,n).done(function(o){if("object"==typeof o)if(o.success){if(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text").replaceWith(o.data.html),wpdiscuzLoadRichEditor){var n=wpDiscuzEditor.createEditor("#wpd-editor-edit_"+a);n.clipboard.dangerouslyPasteHTML(0,o.data.content),n.update(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd")}else e("#wc-textarea-edit_"+a).val(o.data.content),we(e("#wc-textarea-edit_"+a));e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").hide(),e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").hide()}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[o.data],o.data,t),"error");else console.log(o);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wc_save_edited_comment",function(){var t=e(this),a=X(t),o=Y(a),n=e("#wpd-comm-"+a+" #wpdiscuz-edit-form");if(te(n,"#wpd-editor-edit_"+a),n.on("submit",function(e){e.preventDefault()}),n[0].checkValidity()){var i=new FormData;i.append("action","wpdSaveEditedComment"),i.append("commentId",o),e(":input",n).each(function(){""!==this.name&&"checkbox"!==this.type&&"radio"!==this.type&&i.append(this.name+"",e(this).val()),"checkbox"!==this.type&&"radio"!==this.type||e(this).is(":checked")&&i.append(this.name+"",e(this).val())}),fe(v,!0,i).done(function(n){"object"==typeof n?(n.success?(W(a,n.data.message),n.data.lastEdited&&(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").remove(),e(n.data.lastEdited).insertAfter("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text")),n.data.twitterShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_tw").attr("href",n.data.twitterShareLink),n.data.whatsappShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_whatsapp").attr("href",n.data.whatsappShareLink),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error"),ue(n,o)):console.log(n),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wc_cancel_edit",function(){var t=X(e(this));W(t,w),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+t)}),!u&&m&&(L=0,1==m?setTimeout(function(){B(!0)},500):e(document).on("click",".wpd-load-comments",function(){e(this).parent(".wpd-load-more-submit-wrap").remove(),B(!0)})),e(document).on("click",".wpd-load-more-submit",function(){var t=e(this);t.hasClass("wpd-loaded")&&B(!1,t,"wpd-loaded","wpd-loading")});var N=!1;function V(){var t=e("#wpdiscuzHasMoreComments").val(),a=e(document).height(),o=e(window).height()+e(window).scrollTop();a&&o&&(100*o/a>=80&&!1===N&&1==t&&(N=!0,B(!1,e(".wpd-load-more-submit"))))}function B(t,a,o,n){a&&(a.toggleClass(o),a.toggleClass(n));var s=new FormData;s.append("action","wpdLoadMoreComments");var d=e(".wpdiscuz-sort-button-active").attr("data-sorting");d&&s.append("sorting",d),s.append("offset",L),s.append("lastParentId",e(".wpd-load-more-submit").attr("data-lastparentid")),s.append("isFirstLoad",t?1:0);var c=e(".wpdf-active").attr("data-filter-type");s.append("wpdType",c||""),fe(v,!t||1!=m,s).done(function(s){"object"==typeof s&&s.success&&(L++,t&&e(".wpd-comment").remove(),e(".wpdiscuz_single").remove(),e(".wpdiscuz-comment-pagination").before(s.data.comment_list),K(s,t&&2!==i),N=!1,s.data.loadLastCommentId&&(r=s.data.loadLastCommentId),ue(s),t&&Q(!1)),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))}).fail(function(t,i,s){console.log(s),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))})}function K(t,a){if(0==t.data.is_show_load_more)e("#wpdiscuzHasMoreComments").val(0),e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide();else if(o=t.data.last_parent_id,e(".wpd-load-more-submit").attr("data-lastparentid",o),2!==i&&e(".wpdiscuz-comment-pagination").show(),e("#wpdiscuzHasMoreComments").val(1),a&&e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").show(),t.data.comments_left>0){if(!e(".wpd-load-more-submit .wpd-comments-left").length){const t=e("<span>");t.addClass("wpd-comments-left"),e(".wpd-load-more-submit").append(t)}e(".wpd-load-more-submit .wpd-comments-left").text(t.data.comments_left_text)}var o;ue(t)}function Q(t){var a=location.href.match(/#comment\-(\d+)/);if(null!==a){var o=a[1];if(e("#comment-"+o).length)setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+o).parents("[id^=wpd-comm-]").offset().top-T},1e3,oe),t&&G(o)},500);else{var n=new FormData;n.append("action","wpdGetSingleComment"),n.append("commentId",o),fe(v,!0,n).done(function(a){if("object"==typeof a&&a.success){var n="#comment-"+o;e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e(n).offset().top-T},1e3,oe),t&&G(o)}e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}}function G(t){setTimeout(function(){e("#comment-"+t).siblings(".wpd-secondary-form-wrapper").is(":visible")||e("#comment-"+t).find(".wpd-reply-button").trigger("click")},1100)}function $(e){if(void 0!==e.data.message)for(var t,a=e.data.message,o=0;o<a.length;o++)Z((t=a[o]).comment_parent,t.comment_html)}function X(e,t){var a="";return(a=t?e.parents(".wpd-main-form-wrapper").attr("id"):e.parents(".wpd-comment").attr("id")).substring(a.lastIndexOf("-")+1)}function Y(e){return e.substring(0,e.indexOf("_"))}function J(e,t){return t?e.substring(e.indexOf("-")+1):e.substring(0,e.indexOf("-"))}function Z(t,a){if(0==t)ne(a);else{var o=X(e("#comment-"+t),0);e("#wpdiscuz_form_anchor-"+o).after(a)}}function ee(){var t=[];return e(".wpd-comment-right").each(function(){t.push(Y(X(e(this),0)))}),t.join(",")}function te(t,a){var o=t.find(".wpd-required-group");wpdiscuzLoadRichEditor&&t.find(".wc_comment").val(e(a+">.ql-editor").html()),function(e){var t=e.find(".wc_comment"),a=t.val().trim().replace(/<p><br><\/p>/g,"\n").replace(/<p>(.*?)<\/p>/g,"$1\n");a=(a=(a=(a=a.replace(/<img src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img[^>]+alt=["|']([^"|']+)["|'][^>]+src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'][^>]?>/g," $1 ")).replace(/<img\s+([^>]*)class=["|']wpdem\-sticker["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img\s+([^>]*)src=["|']([^"|']+)["|'](.*?)[^>]*>/g," $2 "),t.val(a)}(t),e.each(o,function(){e("input",this).prop("required",!1),0===e("input:checked",this).length?e("input",e(this)).prop("required",!0):e(".wpd-field-invalid",this).remove()})}function ae(){e("html, body").css("scroll-behavior","unset")}function oe(){e("html").css("scroll-behavior",R),e("body").css("scroll-behavior",S)}function ne(t){e(".wpd-sticky-comment").last()[0]?e(t).insertAfter(e(".wpd-sticky-comment").last()[0]):e(".wpd-thread-list").prepend(t)}function ie(t){t?t.prop("required")||(t.val()?t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none")):e.each(e(".wc_email"),function(t,a){var o=e(a);o.prop("required")||(o.val()?o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none"))})}if(2!==i||u||(e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide(),V(),e(window).scroll(function(){V()})),wpdiscuzAjaxObj.setLoadMoreVisibility=K,e(document).on("click",".wpd-vote-up.wpd_not_clicked, .wpd-vote-down.wpd_not_clicked",function(){var t=e(this);e(t).removeClass("wpd_not_clicked");var a,o=Y(X(t));a=e(this).hasClass("wpd-vote-up")?1:-1;var n=new FormData;n.append("action","wpdVoteOnComment"),n.append("commentId",o),n.append("voteType",a),fe(v,!0,n).done(function(n){if(e(t).addClass("wpd_not_clicked"),"object"==typeof n){if(n.success){if("total"===n.data.buttonsStyle){var i=e(".wpd-comment-footer .wpd-vote-result",e("#comment-"+o)),s=n.data.votes;i.text(n.data.votesHumanReadable),i.attr("title",s),i.removeClass("wpd-up wpd-down"),s>0&&i.addClass("wpd-up"),s<0&&i.addClass("wpd-down")}else{var d=e(".wpd-comment-footer .wpd-vote-result-like",e("#comment-"+o)),c=e(".wpd-comment-footer .wpd-vote-result-dislike",e("#comment-"+o));d.text(n.data.likeCountHumanReadable),d.attr("title",n.data.likeCount),c.text(n.data.dislikeCountHumanReadable),c.attr("title",n.data.dislikeCount),parseInt(n.data.likeCount)>0?d.addClass("wpd-up"):d.removeClass("wpd-up"),parseInt(n.data.dislikeCount)<0?c.addClass("wpd-down"):c.removeClass("wpd-down")}var p=e(".wpd-comment-footer .wpd-vote-up",e("#comment-"+o)),r=e(".wpd-comment-footer .wpd-vote-down",e("#comment-"+o));p.removeClass("wpd-up"),r.removeClass("wpd-down"),n.data.curUserReaction>0?p.addClass("wpd-up"):n.data.curUserReaction<0&&r.addClass("wpd-down")}else n.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error");ue(n,o,a)}else console.log(n);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(t).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click","body",function(t){var a=e(".wpdiscuz-sort-buttons");e(t.target).hasClass("wpdf-sorting")||e(t.target).parent().hasClass("wpdf-sorting")?a.css({display:a.is(":visible")?"none":"flex"}):a.hide()}),e(document).on("click",".wpdiscuz-sort-button:not(.wpdiscuz-sort-button-active)",function(){var t=e(this),a=e(this).attr("data-sorting");if(a){e(".wpdiscuz-sort-button.wpdiscuz-sort-button-active").removeClass("wpdiscuz-sort-button-active").appendTo(".wpdiscuz-sort-buttons"),t.addClass("wpdiscuz-sort-button-active").prependTo(".wpdf-sorting");var o=new FormData;o.append("action","wpdSorting"),o.append("sorting",a);var n=e(".wpdf-active").attr("data-filter-type");o.append("wpdType",n||""),fe(v,!0,o).done(function(t){"object"==typeof t&&t.success&&(e("#wpdcom .wpd-comment").remove(),e("#wpdcom .wpd-thread-list").prepend(t.data.message),K(t,!1),L=1),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),window.onhashchange=function(){Q(!1)},1!=m&&Q(!1),e(document).on("click",".wpdiscuz-readmore",function(){var t=X(e(this)),a=Y(t),o=new FormData;o.append("action","wpdReadMore"),o.append("commentId",a),fe(v,!0,o).done(function(o){"object"==typeof o?(o.success?(e("#comment-"+a+" .wpd-comment-text").replaceWith(" "+o.data.message),e("#wpdiscuz-readmore-"+t).remove()):console.log(o.data),ue(o)):console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("change",".wpd-required-group",function(){0!==e("input:checked",this).length?e("input",e(this)).prop("required",!1):e("input",e(this)).prop("required",!0)}),e(document).on("click",".wpdiscuz-spoiler",function(){e(this).next().slideToggle(),e(this).hasClass("wpdiscuz-spoiler-closed")?e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-plus").removeClass("fa-plus").addClass("fa-minus"):e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-minus").removeClass("fa-minus").addClass("fa-plus"),e(this).toggleClass("wpdiscuz-spoiler-closed")}),e(document).on("click",".wpd-tools i",function(){var t=e(this).siblings(".wpd-tools-actions");t.is(":visible")||e(this).parents(".wpd-comment-right").attr("id")!==e("[id^=comment-]","#wpdcom").last().attr("id")||e("#comments").css({paddingBottom:"160px"}),t.css({display:t.is(":visible")?"none":"flex"})}),e(document).on("mouseleave",".wpd-comment-right",function(){e(this).find(".wpd-tools-actions").hide(),e("#comments").css({paddingBottom:"0"})}),e(document).on("click",".wpd_stick_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdStickComment"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd_close_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdCloseThread"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-filter.wpd_not_clicked[data-filter-type]",function(){var t=e(this),a=t.attr("data-filter-type");wpdiscuzAjaxObj.resetActiveFilters(".wpdf-"+a),t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var o=new FormData;o.append("action","wpdLoadMoreComments");var n=e(".wpdiscuz-sort-button-active").attr("data-sorting");n&&o.append("sorting",n),o.append("lastParentId",0),o.append("offset",0),L=1,o.append("wpdType",t.hasClass("wpdf-active")?"":a),o.append("isFirstLoad",1),e(this).hasClass("wpdf-inline")?e(this).hasClass("wpdf-active")?e(".wpd-comment-info-bar").hide():e(".wpd-comment-info-bar").css("display","flex"):e(".wpd-comment-info-bar").hide(),fe(v,!1,o).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(t.toggleClass("wpdf-active"),e(".wpd-load-comments").remove(),e(".wpd-comment").remove(),e(".wpd-thread-list").prepend(a.data.comment_list),K(a),r=a.data.loadLastCommentId,e(".wpd-load-more-submit").blur(),ue(a)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpdf-reacted.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdMostReactedComment"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e("#comment-"+a.data.commentId).length||e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpdf-hottest.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdHottestThread"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.commentId).length?e("#comment-"+a.data.commentId).parents("[id^=wpd-comm-"+a.data.commentId+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpd-filter-view-all",function(){e(".wpdf-inline.wpdf-active.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-follow-link.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=Y(X(t,0)),o=new FormData;o.append("action","wpdFollowUser"),o.append("commentId",a),fe(v,!0,o).done(function(a){t.addClass("wpd_not_clicked"),"object"==typeof a?a.success?(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data.code],a.data.code,t),"success"),t.removeClass("wpd-follow-active"),a.data.followTip&&t.attr("wpd-tooltip",a.data.followTip),a.data.followClass&&t.addClass(a.data.followClass),ue(a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),ie(),e(document).on("keyup",".wc_email",function(){ie(e(this))}),x&&e("#wpdcom").length){if(e("#wpd-bubble-wrapper").hover(function(){e(this).addClass("wpd-bubble-hover")},function(){e(this).removeClass("wpd-bubble-hover")}),k&&!Cookies.get(wpdiscuzAjaxObj.cookieHideBubbleHint)&&setTimeout(function(){e("#wpd-bubble-wrapper").addClass("wpd-bubble-hover"),Cookies.set(wpdiscuzAjaxObj.cookieHideBubbleHint,"1",{expires:7,path:"/"}),setTimeout(function(){e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")},1e3*y)},1e3*k),"content_left"===A)if(e(".entry-content").length){var se=(de=Math.min(e(".entry-content").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".post-entry").length){se=(de=Math.min(e(".post-entry").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".container").length){var de;se=(de=Math.min(e(".container").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner");else"left_corner"===A?(e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner")):"right_corner"===A&&(e("#wpd-bubble-wrapper").css({right:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-right-corner"));e("#wpd-bubble-wrapper").show(),e(document).on("click","#wpd-bubble-add-message-close",function(t){t.preventDefault(),t.stopPropagation(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")}),e(document).on("click","#wpd-bubble",function(){ae(),e("#tab-title-reviews").length&&e("#tab-title-reviews a").trigger("click"),e("html, body").animate({scrollTop:e("#wpdcom").offset().top-(T+28)},1e3,function(){oe(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover"),wpdiscuzLoadRichEditor?e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0").focus():e("#wc-textarea-0_0").length&&e("#wc-textarea-0_0").trigger("focus")})}),e(document).on("click","#wpd-bubble-comment-close",function(t){t.preventDefault(),e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")}),e(document).on("click","#wpd-bubble-comment-reply-link a",function(){var t=e(this).attr("href");setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),Q(!0);var a=t.match(/#comment\-(\d+)/);E=E.filter(function(e){return e!=a[1]}),e("#wpd-bubble-count .wpd-new-comments-count").text(E.length),0==E.length&&e("#wpd-bubble-count").removeClass("wpd-new-comments")},100)}),e(document).on("click","#wpd-bubble-count",function(){if(E.length){var t=new FormData;t.append("action","wpdBubbleUpdate"),t.append("newCommentIds",E.join()),fe(v,!0,t).done(function(t){"object"==typeof t&&t.success&&(t.data.message=t.data.message.filter(function(t){if(!e("#comment-"+t.comment_id).length)return t}),$(t),e("#wpd-bubble-count").removeClass("wpd-new-comments"),e("#wpd-bubble-count .wpd-new-comments-count").text("0"),E=[],e(".wpd-new-loaded-comment").length&&(ae(),e("html, body").animate({scrollTop:e(e(".wpd-new-loaded-comment")[0]).offset().top-(T+28)},1e3,oe)),ue(t)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,a){console.log(a)})}})}if((x&&C||d)&&(t||!t&&p)&&setTimeout(function t(){e.ajax({type:"GET",url:wpdiscuzAjaxObj.bubbleUpdateUrl,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",wpdiscuzAjaxObj.restNonce)},data:{postId:s,lastId:l,visibleCommentIds:ee()}}).done(function(a){if(!M)if("object"==typeof a){if(a.commentIDsToRemove.forEach(function(t){e("[id^=wpd-comm-"+t+"]").remove()}),a.ids.length){d&&((i=new FormData).append("action","wpdUpdateAutomatically"),i.append("loadLastCommentId",r),i.append("visibleCommentIds",ee()),fe(v,!1,i).done(function(t){M||"object"==typeof t&&t.success&&($(t),t.data.wc_all_comments_count_new=parseInt(t.data.wc_all_comments_count_new),e(".wpd-thread-info").html(t.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",t.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(t.data.wc_all_comments_count_bubble_html),r=t.data.loadLastCommentId)}).fail(function(e,t,a){console.log(a)})),a.ids=a.ids.filter(function(t){if(!e("#comment-"+t).length)return t});var o=5e3;l=parseInt(a.ids[a.ids.length-1]),E=E.concat(a.ids),O&&a.commentText&&(e("#wpd-bubble-author-avatar").html(a.avatar),e("#wpd-bubble-author-name").html(a.authorName),e("#wpd-bubble-comment-date span").html(a.commentDate),e("#wpd-bubble-comment-text").html(a.commentText),e("#wpd-bubble-comment-reply-link a").attr("href",a.commentLink),e("#wpd-bubble-notification-message").show(),o=1e4);var n=parseInt(e(".wpd-new-comments-count").text());n+=a.ids.length,e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),e("#wpd-bubble-wrapper").addClass("wpd-new-comment-added"),setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")},o),e(".wpd-new-comments-count").text(n),e("#wpd-bubble-count").addClass("wpd-new-comments")}a.all_comments_count=parseInt(a.all_comments_count),e("#wpd-bubble-all-comments-count").replaceWith(a.all_comments_count_bubble_html),e(".wpd-reviews-tab").length||(e(".wpd-thread-info").html(a.all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.all_comments_count))}else console.log(a);var i;setTimeout(t,c)}).fail(function(e,a,o){console.log(o),setTimeout(t,c)})},c),e(".wpd-inline-form-wrapper").length){var ce=new FormData;ce.append("action","wpdGetInlineCommentForm"),fe(v,!1,ce).done(function(t){"object"==typeof t?t.success?(e(".wpd-inline-form-wrapper").append(t.data),e.each(e("[name=_wpd_inline_nonce]"),function(){var t=e(this).attr("id"),a=e(this).parents(".wpd-inline-shortcode").attr("id");e(this).attr("id",t+"-"+a.substring(a.lastIndexOf("-")+1))}),e(".wpd-inline-opened").addClass("wpd-active"),e(".wpd-inline-opened").find(".wpd-inline-form-wrapper").show(),e(".wpd-inline-opened").find(".wpd-inline-icon").addClass("wpd-open"),e(".wpd-inline-opened").find(".wpd-inline-icon").removeClass("wpd-ignored"),me()):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data]),t.data,"error"):console.log(t)}).fail(function(e,t,a){console.log(a)})}function pe(t){if(e(t).hasClass("wpd-inline-shortcode"))var a=e(t).attr("id");else a=e(t).parents(".wpd-inline-shortcode").attr("id");return a.substring(a.lastIndexOf("-")+1)}function re(){e(".wpd-inline-form-wrapper").hide(),e(".wpd-inline-shortcode").removeClass("wpd-active"),e(".wpd-inline-icon").removeClass("wpd-open")}function le(){e.each(e(".wpd-inline-shortcode:not(.wpd-inline-opened) .wpd-inline-icon"),function(){var t=e(this),a=t.offset().top-window.pageYOffset;t.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&a>0&&a<300&&("blink"===I?(t.addClass("wpd-blink"),setTimeout(function(){t.removeClass("wpd-blink")},3e3)):(t.parents(".wpd-inline-shortcode").addClass("wpd-active"),t.siblings(".wpd-inline-form-wrapper").show(),t.addClass("wpd-open"),me(t.siblings(".wpd-inline-form-wrapper"))))})}function me(t){if(t){if(t.offset().left<=10)t.css("left",Math.ceil(parseInt(t.css("left"))-t.offset().left+10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))<3&&(a=3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;");else if(t.offset().left+t.width()>document.body.clientWidth-10){var a;t.css("left",Math.ceil(parseInt(t.css("left"))+(document.body.clientWidth-(t.offset().left+t.width()))-10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))>t.width()-3&&(a=t.width()-3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;")}}else e.each(e(".wpd-inline-form-wrapper:visible"),function(){if(e(this).offset().left<=10)e(this).css("left",Math.ceil(parseInt(e(this).css("left"))-e(this).offset().left+10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))<3&&(t=3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;");else if(e(this).offset().left+e(this).width()>document.body.clientWidth-10){var t;e(this).css("left",Math.ceil(parseInt(e(this).css("left"))+(document.body.clientWidth-(e(this).offset().left+e(this).width()))-10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))>e(this).width()-3&&(t=e(this).width()-3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;")}})}function we(t){var a,o=0;if(t.parents(".wpd_main_comm_form").length)o=parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents(".wpd_main_comm_form");else if(t.parents(".wpd-secondary-form-wrapper").length)o=parseInt(wpdiscuzAjaxObj.replyTextMaxLength),a=t.parents(".wpd-secondary-form-wrapper");else if(t.parents("#wpdiscuz-edit-form").length){var n=X(t);o=parseInt(n.substring(n.lastIndexOf("_")+1))?parseInt(wpdiscuzAjaxObj.replyTextMaxLength):parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents("#wpdiscuz-edit-form")}if(o&&a){var i=t.val().length,s=e(".wpd-editor-char-counter",a),d=o-i;s.html(d),d<=10?s.addClass("error"):s.removeClass("error")}}function ue(t,a,o,n){t.data.callbackFunctions&&e.each(t.data.callbackFunctions,function(e){"function"==typeof wpdiscuzAjaxObj[t.data.callbackFunctions[e]]?wpdiscuzAjaxObj[t.data.callbackFunctions[e]](t,a,o,n):"function"==typeof window[t.data.callbackFunctions[e]]?window[t.data.callbackFunctions[e]](t,a,o,n):console.log(t.data.callbackFunctions[e]+" is not a function")})}function fe(t,a,o){a&&e("#wpdiscuz-loading-bar").show(),o.append("postId",s),o.append("wpdiscuz_nonce",wpdiscuzAjaxObj.wpdiscuz_nonce);var n=o.get("action");wpdiscuzAjaxObj.dataFilterCallbacks&&wpdiscuzAjaxObj.dataFilterCallbacks[n]&&e.each(wpdiscuzAjaxObj.dataFilterCallbacks[n],function(e){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]]&&(o=wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]](o,t,a))});var i=t?wpdiscuzAjaxObj.url:wpdiscuzAjaxObj.customAjaxUrl;return e.ajax({type:"POST",url:i,data:o,contentType:!1,processData:!1})}function he(){if(t||wpdiscuzAjaxObj.validateNonceForGuests){var e=new FormData;e.append("action","wpdGetNonce"),fe(v,!1,e).done(function(e){"object"==typeof e?e.success?wpdiscuzAjaxObj.wpdiscuz_nonce=e.data:wpdiscuzAjaxObj.setCommentMessage(e.data,"error"):console.log(e)}).fail(function(e,t,a){console.log(a)})}}e(document).on("click","body",function(t){if(e(t.target).hasClass("wpd-inline-form-close")||e(t.target).parents(".wpd-inline-form-close").length)t.preventDefault(),e(t.target).parents(".wpd-inline-form-wrapper").hide(),e(t.target).parents(".wpd-inline-shortcode").removeClass("wpd-active"),e(t.target).parents(".wpd-inline-form-wrapper").siblings(".wpd-inline-icon").removeClass("wpd-open");else if(!e(t.target).hasClass("wpd-inline-form-wrapper")&&!e(t.target).parents(".wpd-inline-form-wrapper").length){re();var a="";e(t.target).hasClass("wpd-inline-icon")?a=e(t.target):e(t.target).parents(".wpd-inline-icon").length&&(a=e(t.target).parents(".wpd-inline-icon")),a.length&&a.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&(a.parents(".wpd-inline-shortcode").addClass("wpd-active"),a.siblings(".wpd-inline-form-wrapper").show(),a.addClass("wpd-open"),a.removeClass("wpd-ignored"),me(a.siblings(".wpd-inline-form-wrapper")))}(!e(t.target).hasClass("wpd-last-inline-comments-wrapper")&&!e(t.target).parents(".wpd-last-inline-comments-wrapper").length||e(t.target).parents(".wpd-last-inline-comments-wrapper").length&&e(t.target).hasClass("wpd-load-inline-comment"))&&e(".wpd-last-inline-comments-wrapper").remove()}),e(document).on("click",".wpd-inline-submit.wpd_not_clicked",function(t){t.preventDefault();var a=e(this),o=e(this).parents(".wpd_inline_comm_form");if(o[0].checkValidity()){e(this).removeClass("wpd_not_clicked");var n=new FormData;n.append("action","wpdAddInlineComment"),n.append("inline_form_id",pe(o)),e.each(e("input, textarea",o),function(t,a){"checkbox"===this.type?e(this).is(":checked")&&n.append(e(a).attr("name"),e(a).val()):n.append(e(a).attr("name"),e(a).val())}),fe(v,!0,n).done(function(t){if(a.addClass("wpd_not_clicked"),"object"==typeof t)if(t.success){o[0].reset(),re();var n=parseInt(t.data.newCount),i=a.parents(".wpd-inline-icon-wrapper").find(".wpd-inline-icon-count");i.text(n),n?i.addClass("wpd-has-comments"):i.removeClass("wpd-has-comments"),t.data.allCommentsCountNew=parseInt(t.data.allCommentsCountNew),e(".wpd-thread-info").html(t.data.allCommentsCountBeforeThreadsHtml),e(".wpd-thread-info").attr("data-comments-count",t.data.allCommentsCountNew),e("#wpd-bubble-all-comments-count").replaceWith(t.data.allCommentsCountBubbleHtml),t.data.message&&ne(t.data.message),wpdiscuzAjaxObj.setCommentMessage(t.data.notification,"success")}else t.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data,a),"error");else wpdiscuzAjaxObj.setCommentMessage(t,"error");e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("keydown",".wpd-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_comm_submit").trigger("click")}),e(document).on("keydown","#wpdiscuz-edit-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_save_edited_comment").trigger("click")}),e(document).on("keydown",".wpd-inline-comment-content",function(t){t.ctrlKey&&13==t.keyCode&&e(this).parents(".wpd_inline_comm_form").find(".wpd-inline-submit.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-inline-icon-count.wpd-has-comments",function(){var t=e(this),a=new FormData;a.append("action","wpdGetLastInlineComments"),a.append("inline_form_id",pe(t)),fe(v,!0,a).done(function(a){"object"==typeof a?a.success?e(a.data).insertAfter(t):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-view-all-inline-comments",function(t){t.preventDefault(),e(this).parents(".wpd-last-inline-comments-wrapper").remove(),e(".wpdf-inline").hasClass("wpdf-active")||e(".wpdf-inline").trigger("click"),ae(),e("html, body").animate({scrollTop:e(".wpdf-inline").offset().top-T},1e3,oe)}),e(document).on("click",".wpd-feedback-content-link",function(t){t.preventDefault();var a=e(this).data("feedback-content-id");ae(),e("html, body").animate({scrollTop:e("#wpd-inline-"+a).offset().top-(T+6)},1e3,function(){oe(),e("#wpd-inline-"+a).addClass("wpd-active")})}),"scroll_open"!==I&&"blink"!==I||(le(),e(window).on("scroll",le)),e(document).on("click","#wpd-post-rating.wpd-not-rated .wpd-rate-starts svg",function(){var t=new FormData,a=e(this).index();a>=0&&a<5&&(t.append("action","wpdUserRate"),t.append("rating",a+1),fe(v,!0,t).done(function(t){"object"==typeof t?(t.success?location.reload(!0):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data),"error"),ue(t)):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}))}),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){t.preventDefault();var a,o,i=e(this);if(i[0].checkValidity()&&(a=i,o=!0,"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&!e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).val().length?(o=!1,e(".wpdiscuz-recaptcha",a).css("border","1px solid red")):"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&e(".wpdiscuz-recaptcha",a).css("border","none"),o)){var s=new FormData;s.append("action","wpdAddSubscription"),e("*",i).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&s.append(this.name+"",e(this).val()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&s.append(this.name+"",e(this).val())}),fe(v,!0,s).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):wpdiscuzAjaxObj.setCommentMessage(t,"error"),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wpd-unsubscribe",function(t){t.preventDefault();var a=new FormData;a.append("action","wpdUnsubscribe"),a.append("sid",e(this).data("sid")),a.append("skey",e(this).data("skey")),fe(v,!0,a).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),wpdiscuzAjaxObj.resetActiveFilters=function(t){e(".wpd-filter.wpdf-active"+(t?":not("+t+")":"")).removeClass("wpdf-active")},wpdiscuzAjaxObj.getAjaxObj=fe,wpdiscuzAjaxObj.initNonce=he,he()});var onloadCallback=function(){if(document.getElementById("wpdiscuz-recaptcha-0_0")&&"2.0"===wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.render("wpdiscuz-recaptcha-0_0",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(e){jQuery("#wpdiscuz-recaptcha-field-0_0").val("key")},"expired-callback":function(){jQuery("#wpdiscuz-recaptcha-field-0_0").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}};
|
11 |
/* Colorbox */
|
12 |
!function(t,e,i){var o,n,r,h,a,s,l,c,d,g,f,u,p,m,w,v,y,x,b,T,C,H,k,W,E,I,M,L,R,S,K,P,B,O={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),o=t(this).data("cbox-iframe-attrs");return"object"==typeof o&&t.each(o,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullscreen=!0,i}},_="colorbox",j="cbox",D=j+"Element",F=j+"_open",N=j+"_load",z=j+"_complete",A=j+"_cleanup",q=j+"_closed",U=j+"_purge",$=t("<a/>"),G="div",Q=0,J={};function V(i,o,n){var r=e.createElement(i);return o&&(r.id=j+o),n&&(r.style.cssText=n),t(r)}function X(){return i.innerHeight?i.innerHeight:t(i).height()}function Y(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var o;return void 0===this.cache[e]&&(void 0!==(o=t(this.el).attr("data-cbox-"+e))?this.cache[e]=o:void 0!==i[e]?this.cache[e]=i[e]:void 0!==O[e]&&(this.cache[e]=O[e])),this.cache[e]},this.get=function(t){var e=this.value(t);return"function"==typeof e?e.call(this.el,this):e}}function Z(t){var e=d.length,i=(I+t)%e;return i<0?e+i:i}function tt(t,e){return Math.round((/%/.test(t)?("x"===e?g.width():X())/100:1)*parseInt(t,10))}function et(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function it(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function ot(t){"contains"in n[0]&&!n[0].contains(t.target)&&t.target!==o[0]&&(t.stopPropagation(),n.trigger("focus"))}function nt(t){nt.str!==t&&(n.add(o).removeClass(nt.str).addClass(t),nt.str=t)}function rt(i){t(e).trigger(i),$.triggerHandler(i)}var ht=function(){var t,e,i=j+"Slideshow_",o="click."+j;function r(){clearTimeout(e)}function h(){(C.get("loop")||d[I+1])&&(r(),e=setTimeout(P.next,C.get("slideshowSpeed")))}function a(){v.html(C.get("slideshowStop")).off(o).one(o,s),$.on(z,h).on(N,r),n.removeClass(i+"off").addClass(i+"on")}function s(){r(),$.off(z,h).off(N,r),v.html(C.get("slideshowStart")).off(o).one(o,function(){P.next(),a()}),n.removeClass(i+"on").addClass(i+"off")}function l(){t=!1,v.hide(),r(),$.off(z,h).off(N,r),n.removeClass(i+"off "+i+"on")}return function(){t?C.get("slideshow")||($.off(A,l),l()):C.get("slideshow")&&d[1]&&(t=!0,$.one(A,l),C.get("slideshowAuto")?a():s(),v.show())}}();function at(r){var g,w;if(!S){if(g=t(r).data(_),C=new Y(r,g),w=C.get("rel"),I=0,w&&!1!==w&&"nofollow"!==w?(d=t("."+D).filter(function(){return new Y(this,t.data(this,_)).get("rel")===w}),-1===(I=d.index(C.el))&&(d=d.add(C.el),I=d.length-1)):d=t(C.el),!L){L=R=!0,nt(C.get("className")),n.css({visibility:"hidden",display:"block",opacity:""}),f=V(G,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),h.css({width:"",height:""}).append(f),H=a.height()+c.height()+h.outerHeight(!0)-h.height(),k=s.width()+l.width()+h.outerWidth(!0)-h.width(),W=f.outerHeight(!0),E=f.outerWidth(!0);var v=tt(C.get("initialWidth"),"x"),y=tt(C.get("initialHeight"),"y"),x=C.get("maxWidth"),B=C.get("maxHeight");C.w=Math.max((!1!==x?Math.min(v,tt(x,"x")):v)-E-k,0),C.h=Math.max((!1!==B?Math.min(y,tt(B,"y")):y)-W-H,0),f.css({width:"",height:C.h}),P.position(),rt(F),C.get("onOpen"),T.add(m).hide(),n.trigger("focus"),C.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",ot,!0),$.one(q,function(){e.removeEventListener("focus",ot,!0)})),C.get("returnFocus")&&$.one(q,function(){t(C.el).trigger("focus")})}var O=parseFloat(C.get("opacity"));o.css({opacity:O==O?O:"",cursor:C.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),C.get("closeButton")?b.html(C.get("close")).appendTo(h):b.appendTo("<div/>"),function(){var e,o,n,r=P.prep,h=++Q;R=!0,M=!1,rt(U),rt(N),C.get("onLoad"),C.h=C.get("height")?tt(C.get("height"),"y")-W-H:C.get("innerHeight")&&tt(C.get("innerHeight"),"y"),C.w=C.get("width")?tt(C.get("width"),"x")-E-k:C.get("innerWidth")&&tt(C.get("innerWidth"),"x"),C.mw=C.w,C.mh=C.h,C.get("maxWidth")&&(C.mw=tt(C.get("maxWidth"),"x")-E-k,C.mw=C.w&&C.w<C.mw?C.w:C.mw);C.get("maxHeight")&&(C.mh=tt(C.get("maxHeight"),"y")-W-H,C.mh=C.h&&C.h<C.mh?C.h:C.mh);if(e=C.get("href"),K=setTimeout(function(){p.show()},100),C.get("inline")){var a=t(e).eq(0);n=t("<div>").hide().insertBefore(a),$.one(U,function(){n.replaceWith(a)}),r(a)}else C.get("iframe")?r(" "):C.get("html")?r(C.get("html")):et(C,e)?(e=it(C,e),M=C.get("createImg"),t(M).addClass(j+"Photo").on("error."+j,function(){r(V(G,"Error").html(C.get("imgError")))}).one("load",function(){h===Q&&setTimeout(function(){var e;C.get("retinaImage")&&i.devicePixelRatio>1&&(M.height=M.height/i.devicePixelRatio,M.width=M.width/i.devicePixelRatio),C.get("scalePhotos")&&(o=function(){M.height-=M.height*e,M.width-=M.width*e},C.mw&&M.width>C.mw&&(e=(M.width-C.mw)/M.width,o()),C.mh&&M.height>C.mh&&(e=(M.height-C.mh)/M.height,o())),C.h&&(M.style.marginTop=Math.max(C.mh-M.height,0)/2+"px"),d[1]&&(C.get("loop")||d[I+1])&&(M.style.cursor="pointer",t(M).on("click."+j,function(){P.next()})),M.style.width=M.width+"px",M.style.height=M.height+"px",r(M)},1)}),M.src=e):e&&u.load(e,C.get("data"),function(e,i){h===Q&&r("error"===i?V(G,"Error").html(C.get("xhrError")):t(this).contents())})}()}}function st(){n||(B=!1,g=t(i),n=V(G).attr({id:_,class:!1===t.support.opacity?j+"IE":"",role:"dialog",tabindex:"-1"}).hide(),o=V(G,"Overlay").hide(),p=t([V(G,"LoadingOverlay")[0],V(G,"LoadingGraphic")[0]]),r=V(G,"Wrapper"),h=V(G,"Content").append(m=V(G,"Title"),w=V(G,"Current"),x=t('<button type="button"/>').attr({id:j+"Previous"}),y=t('<button type="button"/>').attr({id:j+"Next"}),v=t('<button type="button"/>').attr({id:j+"Slideshow"}),p),b=t('<button type="button"/>').attr({id:j+"Close"}),r.append(V(G).append(V(G,"TopLeft"),a=V(G,"TopCenter"),V(G,"TopRight")),V(G,!1,"clear:left").append(s=V(G,"MiddleLeft"),h,l=V(G,"MiddleRight")),V(G,!1,"clear:left").append(V(G,"BottomLeft"),c=V(G,"BottomCenter"),V(G,"BottomRight"))).find("div div").css({float:"left"}),u=V(G,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),T=y.add(x).add(w).add(v)),e.body&&!n.parent().length&&t(e.body).append(o,n.append(r,u))}function lt(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),at(this))}return!!n&&(B||(B=!0,y.on("click",function(){P.next()}),x.on("click",function(){P.prev()}),b.on("click",function(){P.close()}),o.on("click",function(){C.get("overlayClose")&&P.close()}),t(e).on("keydown."+j,function(t){var e=t.keyCode;L&&C.get("escKey")&&27===e&&(t.preventDefault(),P.close()),L&&C.get("arrowKey")&&d[1]&&!t.altKey&&(37===e?(t.preventDefault(),x.trigger("click")):39===e&&(t.preventDefault(),y.trigger("click")))}),"function"==typeof t.fn.on?t(e).on("click."+j,"."+D,i):t("."+D).live("click."+j,i)),!0)}t[_]||(t(st),(P=t.fn[_]=t[_]=function(e,i){var o=this;return e=e||{},"function"==typeof o&&(o=t("<a/>"),e.open=!0),o[0]?(st(),lt()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,_)||{};t.data(this,_,t.extend(i,e))}).addClass(D),new Y(o[0],e).get("open")&&at(o[0])),o):o}).position=function(e,i){var o,d,f,u=0,p=0,m=n.offset();function w(){a[0].style.width=c[0].style.width=h[0].style.width=parseInt(n[0].style.width,10)-k+"px",h[0].style.height=s[0].style.height=l[0].style.height=parseInt(n[0].style.height,10)-H+"px"}if(g.off("resize."+j),n.css({top:-9e4,left:-9e4}),d=g.scrollTop(),f=g.scrollLeft(),C.get("fixed")?(m.top-=d,m.left-=f,n.css({position:"fixed"})):(u=d,p=f,n.css({position:"absolute"})),!1!==C.get("right")?p+=Math.max(g.width()-C.w-E-k-tt(C.get("right"),"x"),0):!1!==C.get("left")?p+=tt(C.get("left"),"x"):p+=Math.round(Math.max(g.width()-C.w-E-k,0)/2),!1!==C.get("bottom")?u+=Math.max(X()-C.h-W-H-tt(C.get("bottom"),"y"),0):!1!==C.get("top")?u+=tt(C.get("top"),"y"):u+=Math.round(Math.max(X()-C.h-W-H,0)/2),n.css({top:m.top,left:m.left,visibility:"visible"}),r[0].style.width=r[0].style.height="9999px",o={width:C.w+E+k,height:C.h+W+H,top:u,left:p},e){var v=0;t.each(o,function(t){o[t]===J[t]||(v=e)}),e=v}J=o,e||n.css(o),n.dequeue().animate(o,{duration:e||0,complete:function(){w(),R=!1,r[0].style.width=C.w+E+k+"px",r[0].style.height=C.h+W+H+"px",C.get("reposition")&&setTimeout(function(){g.on("resize."+j,P.position)},1),"function"==typeof i&&i()},step:w})},P.resize=function(t){var e;L&&((t=t||{}).width&&(C.w=tt(t.width,"x")-E-k),t.innerWidth&&(C.w=tt(t.innerWidth,"x")),f.css({width:C.w}),t.height&&(C.h=tt(t.height,"y")-W-H),t.innerHeight&&(C.h=tt(t.innerHeight,"y")),t.innerHeight||t.height||(e=f.scrollTop(),f.css({height:"auto"}),C.h=f.height()),f.css({height:C.h}),e&&f.scrollTop(e),P.position("none"===C.get("transition")?0:C.get("speed")))},P.prep=function(i){if(L){var o,r="none"===C.get("transition")?0:C.get("speed");f.remove(),(f=V(G,"LoadedContent").append(i)).hide().appendTo(u.show()).css({width:(C.w=C.w||f.width(),C.w=C.mw&&C.mw<C.w?C.mw:C.w,C.w),overflow:C.get("scrolling")?"auto":"hidden"}).css({height:(C.h=C.h||f.height(),C.h=C.mh&&C.mh<C.h?C.mh:C.h,C.h)}).prependTo(h),u.hide(),t(M).css({float:"none"}),nt(C.get("className")),o=function(){var i,o,h=d.length;function a(){!1===t.support.opacity&&n[0].style.removeAttribute("filter")}L&&(o=function(){clearTimeout(K),p.hide(),rt(z),C.get("onComplete")},m.html(C.get("title")).show(),f.show(),h>1?("string"==typeof C.get("current")&&w.html(C.get("current").replace("{current}",I+1).replace("{total}",h)).show(),y[C.get("loop")||I<h-1?"show":"hide"]().html(C.get("next")),x[C.get("loop")||I?"show":"hide"]().html(C.get("previous")),ht(),C.get("preloading")&&t.each([Z(-1),Z(1)],function(){var i=d[this],o=new Y(i,t.data(i,_)),n=o.get("href");n&&et(o,n)&&(n=it(o,n),e.createElement("img").src=n)})):T.hide(),C.get("iframe")?(i=C.get("createIframe"),C.get("scrolling")||(i.scrolling="no"),t(i).attr({src:C.get("href"),class:j+"Iframe"}).one("load",o).appendTo(f),$.one(U,function(){i.src="//about:blank"}),C.get("fastIframe")&&t(i).trigger("load")):o(),"fade"===C.get("transition")?n.fadeTo(r,1,a):a())},"fade"===C.get("transition")?n.fadeTo(r,0,function(){P.position(0,o)}):P.position(r,o)}},P.next=function(){!R&&d[1]&&(C.get("loop")||d[I+1])&&(I=Z(1),at(d[I]))},P.prev=function(){!R&&d[1]&&(C.get("loop")||I)&&(I=Z(-1),at(d[I]))},P.close=function(){L&&!S&&(S=!0,L=!1,rt(A),C.get("onCleanup"),g.off("."+j),o.fadeTo(C.get("fadeOut")||0,0),n.stop().fadeTo(C.get("fadeOut")||0,0,function(){n.hide(),o.hide(),rt(U),f.remove(),setTimeout(function(){S=!1,rt(q),C.get("onClosed")},1)}))},P.remove=function(){n&&(n.stop(),t[_].close(),n.stop(!1,!0).remove(),o.remove(),S=!1,n=null,t("."+D).removeData(_).removeClass(D),t(e).off("click."+j).off("keydown."+j))},P.element=function(){return t(C.el)},P.settings=O)}(jQuery,document,window);
|
13 |
/* Media Uploader */
|
14 |
-
jQuery(document).ready(function(
|
15 |
/* Lity */
|
16 |
!function(e,t){"function"==typeof define&&define.amd?define(["jquery"],function(n){return t(e,n)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=t(e,require("jquery")):e.lity=t(e,e.jQuery||e.Zepto)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=e.document,i=t(e),r=t.Deferred,o=t("html"),a=[],l="aria-hidden",s="lity-"+l,d='a[href],area[href],input:not([disabled]),select:not([disabled]),textarea:not([disabled]),button:not([disabled]),iframe,object,embed,[contenteditable],[tabindex]:not([tabindex^="-"])',c={esc:!0,handler:null,handlers:{image:C,inline:function(e,n){var i,r,o;try{i=t(e)}catch(e){return!1}if(!i.length)return!1;return r=t('<i style="display:none !important"/>'),o=i.hasClass("lity-hide"),n.element().one("lity:remove",function(){r.before(i).remove(),o&&!i.closest(".lity-content").length&&i.addClass("lity-hide")}),i.removeClass("lity-hide").after(r)},youtube:function(e){var n=f.exec(e);if(!n)return!1;return k(x(e,w("https://www.youtube"+(n[2]||"")+".com/embed/"+n[4],t.extend({autoplay:1},b(n[5]||"")))))},vimeo:function(e){var n=y.exec(e);if(!n)return!1;return k(x(e,w("https://player.vimeo.com/video/"+n[3],t.extend({autoplay:1},b(n[4]||"")))))},googlemaps:function(e){var t=v.exec(e);if(!t)return!1;return k(x(e,w("https://www.google."+t[3]+"/maps?"+t[6],{output:t[6].indexOf("layer=c")>0?"svembed":"embed"})))},facebookvideo:function(e){var n=p.exec(e);if(!n)return!1;0!==e.indexOf("http")&&(e="https:"+e);return k(x(e,w("https://www.facebook.com/plugins/video.php?href="+e,t.extend({autoplay:1},b(n[4]||"")))))},iframe:k},template:'<div class="lity" role="dialog" aria-label="Dialog Window (Press escape to close)" tabindex="-1"><div class="lity-wrap" data-lity-close role="document"><div class="lity-loader" aria-hidden="true">Loading...</div><div class="lity-container"><div class="lity-content"></div><button class="lity-close" type="button" aria-label="Close (Press escape to close)" data-lity-close>×</button></div></div></div>'},u=/(^data:image\/)|(\.(png|jpe?g|gif|svg|webp|bmp|ico|tiff?)(\?\S*)?$)/i,f=/(youtube(-nocookie)?\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed\/?)?([\w-]{11})(.*)?/i,y=/(vimeo(pro)?.com)\/(?:[^\d]+)?(\d+)\??(.*)?$/,v=/((maps|www)\.)?google\.([^\/\?]+)\/?((maps\/?)?\?)(.*)/i,p=/(facebook\.com)\/([a-z0-9_-]*)\/videos\/([0-9]*)(.*)?$/i,m=function(){var e=n.createElement("div"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in t)if(void 0!==e.style[i])return t[i];return!1}();function h(e){var t=r();return m&&e.length?(e.one(m,t.resolve),setTimeout(t.resolve,500)):t.resolve(),t.promise()}function g(e,n,i){if(1===arguments.length)return t.extend({},e);if("string"==typeof n){if(void 0===i)return void 0===e[n]?null:e[n];e[n]=i}else t.extend(e,n);return this}function b(e){for(var t,n=decodeURI(e.split("#")[0]).split("&"),i={},r=0,o=n.length;r<o;r++)n[r]&&(i[(t=n[r].split("="))[0]]=t[1]);return i}function w(e,n){return e+(e.indexOf("?")>-1?"&":"?")+t.param(n)}function x(e,t){var n=e.indexOf("#");return-1===n?t:(n>0&&(e=e.substr(n)),t+e)}function C(e,n){var i=n.opener()&&n.opener().data("lity-desc")||"Image with no description",o=t('<img src="'+e+'" alt="'+i+'"/>'),a=r(),l=function(){var e;a.reject((e="Failed loading image",t('<span class="lity-error"/>').append(e)))};return o.on("load",function(){if(0===this.naturalWidth)return l();a.resolve(o)}).on("error",l),a.promise()}function k(e){return'<div class="lity-iframe-container"><iframe frameborder="0" allowfullscreen src="'+e+'"/></div>'}function E(){return n.documentElement.clientHeight?.9*n.documentElement.clientHeight:Math.round(.9*i.height())}function j(e){var t,i,r,o=z();o&&(27===e.keyCode&&o.options("esc")&&o.close(),9===e.keyCode&&(t=e,i=o.element().find(d),r=i.index(n.activeElement),t.shiftKey&&r<=0?(i.get(i.length-1).focus(),t.preventDefault()):t.shiftKey||r!==i.length-1||(i.get(0).focus(),t.preventDefault())))}function D(){t.each(a,function(e,t){t.resize()})}function z(){return 0===a.length?null:a[0]}function T(e,d,u,f){var y,v,p,m,b,w,x,C,k,z,T,O=this,q=!1,W=!1;d=t.extend({},c,d),v=t(d.template),O.element=function(){return v},O.opener=function(){return u},O.options=t.proxy(g,O,d),O.handlers=t.proxy(g,O,d.handlers),O.resize=function(){q&&!W&&p.css("max-height",E()+"px").trigger("lity:resize",[O])},O.close=function(){if(q&&!W){var e;W=!0,(e=O).element().attr(l,"true"),1===a.length&&(o.removeClass("lity-active"),i.off({resize:D,keydown:j})),((a=t.grep(a,function(t){return e!==t})).length?a[0].element():t(".lity-hidden")).removeClass("lity-hidden").each(function(){var e=t(this),n=e.data(s);n?e.attr(l,n):e.removeAttr(l),e.removeData(s)});var d=r();if(f&&(n.activeElement===v[0]||t.contains(v[0],n.activeElement)))try{f.focus()}catch(e){}return p.trigger("lity:close",[O]),v.removeClass("lity-opened").addClass("lity-closed"),h(p.add(v)).always(function(){p.trigger("lity:remove",[O]),v.remove(),v=void 0,d.resolve()}),d.promise()}},m=e,b=O,w=d.handlers,x=d.handler,k="inline",z=t.extend({},w),x&&z[x]?(C=z[x](m,b),k=x):(t.each(["inline","iframe"],function(e,t){delete z[t],z[t]=w[t]}),t.each(z,function(e,t){return!t||!(!t.test||t.test(m,b))||(!1!==(C=t(m,b))?(k=e,!1):void 0)})),y={handler:k,content:C||""},v.attr(l,"false").addClass("lity-loading lity-opened lity-"+y.handler).appendTo("body").focus().on("click","[data-lity-close]",function(e){t(e.target).is("[data-lity-close]")&&O.close()}).trigger("lity:open",[O]),T=O,1===a.unshift(T)&&(o.addClass("lity-active"),i.on({resize:D,keydown:j})),t("body > *").not(T.element()).addClass("lity-hidden").each(function(){var e=t(this);void 0===e.data(s)&&e.data(s,e.attr(l)||null)}).attr(l,"true"),t.when(y.content).always(function(e){p=t(e).css("max-height",E()+"px"),v.find(".lity-loader").each(function(){var e=t(this);h(e).always(function(){e.remove()})}),v.removeClass("lity-loading").find(".lity-content").empty().append(p),q=!0,p.trigger("lity:ready",[O])})}function O(e,i,r){e.preventDefault?(e.preventDefault(),e=(r=t(this)).data("lity-target")||r.attr("rel")||r.attr("src")):r=t(r);var o=new T(e,t.extend({},r.data("lity-options")||r.data("lity"),i),r,n.activeElement);if(!e.preventDefault)return o}return C.test=function(e){return u.test(e)},O.version="2.2.2",O.options=t.proxy(g,O,c),O.handlers=t.proxy(g,O,c.handlers),O.current=z,t(n).on("click.lity","[data-wpd-lity]",O),O});
|
17 |
/* My Content and Settings */
|
7 |
/* Autogrow */
|
8 |
jQuery.fn.autoGrow=function(){return this.each(function(){var createMirror=function(textarea){jQuery(textarea).after('<div class="autogrow-textarea-mirror"></div>');return jQuery(textarea).next(".autogrow-textarea-mirror")[0]};var sendContentToMirror=function(textarea){mirror.innerHTML=String(textarea.value).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">").replace(/\n/g,"<br />")+".<br/>.";if(jQuery(textarea).height()!=jQuery(mirror).height())jQuery(textarea).height(jQuery(mirror).height())};var growTextarea=function(){sendContentToMirror(this)};var mirror=createMirror(this);mirror.style.display="none";mirror.style.wordWrap="break-word";mirror.style.padding=jQuery(this).css("padding");mirror.style.width=jQuery(this).css("width");mirror.style.fontFamily=jQuery(this).css("font-family");mirror.style.fontSize=jQuery(this).css("font-size");mirror.style.lineHeight=jQuery(this).css("line-height");this.style.overflow="hidden";this.style.minHeight=this.rows+"em";this.onkeydown=growTextarea;sendContentToMirror(this)})};
|
9 |
/* wpDiscuz */
|
10 |
+
var wpdiscuzLoadRichEditor=parseInt(wpdiscuzAjaxObj.loadRichEditor);if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap"))var wpDiscuzEditor=new WpdEditor;function wpdMessagesOnInit(e,t){wpdiscuzAjaxObj.setCommentMessage(e,t),setTimeout(function(){location.href=location.href.substring(0,location.href.indexOf("wpdiscuzUrlAnchor")-1)},3e3)}wpdiscuzAjaxObj.setCommentMessage=function(e,t,a){var o="wpdiscuz-message-error";if(e instanceof Array)for(var n in e)t instanceof Array?"success"===t[n]?o="wpdiscuz-message-success":"warning"===t[n]&&(o="wpdiscuz-message-warning"):"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e[n]).prependTo("#wpdiscuz-comment-message").delay(a instanceof Array?a[n]:a||4e3).fadeOut(1e3,function(){jQuery(this).remove()});else"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e).prependTo("#wpdiscuz-comment-message").delay(a||4e3).fadeOut(1e3,function(){jQuery(this).remove()})},wpdiscuzAjaxObj.applyFilterOnPhrase=function(e,t,a){return wpdiscuzAjaxObj.phraseFilters&&jQuery.each(wpdiscuzAjaxObj.phraseFilters,function(o){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]]&&(e=wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]](e,t,a))}),e},jQuery(document).ready(function(e){e("body").addClass("wpdiscuz_"+wpdiscuzAjaxObj.version);var t=wpdiscuzAjaxObj.is_user_logged_in,a=1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!t,o=1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&t,n=wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion,i=parseInt(wpdiscuzAjaxObj.commentListLoadType),s=parseInt(wpdiscuzAjaxObj.wc_post_id);wpdiscuzAjaxObj.wpdiscuz_nonce="";var d=parseInt(wpdiscuzAjaxObj.commentListUpdateType),c=1e3*parseInt(wpdiscuzAjaxObj.commentListUpdateTimer),p=parseInt(wpdiscuzAjaxObj.liveUpdateGuests),r=wpdiscuzAjaxObj.loadLastCommentId,l=r,m=parseInt(wpdiscuzAjaxObj.firstLoadWithAjax);Cookies.get("wpdiscuz_comments_sorting")&&Cookies.remove("wpdiscuz_comments_sorting",{path:""}),Cookies.get("wordpress_last_visit")&&Cookies.remove("wordpress_last_visit",{path:""}),Cookies.get("wpdiscuz_last_visit")&&Cookies.remove("wpdiscuz_last_visit",{path:""});var w,u=parseInt(wpdiscuzAjaxObj.wordpressIsPaginate),f=wpdiscuzAjaxObj.storeCommenterData,h=parseInt(wpdiscuzAjaxObj.wmuEnabled),b=wpdiscuzAjaxObj.isCookiesEnabled,_=!0,g=wpdiscuzAjaxObj.cookiehash,z=parseInt(wpdiscuzAjaxObj.isLoadOnlyParentComments),j=parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0,v=parseInt(wpdiscuzAjaxObj.isNativeAjaxEnabled),x=parseInt(wpdiscuzAjaxObj.enableBubble),C=parseInt(wpdiscuzAjaxObj.bubbleLiveUpdate),k=parseInt(wpdiscuzAjaxObj.bubbleHintTimeout),O=parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout)?parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout):5,y=parseInt(wpdiscuzAjaxObj.bubbleShowNewCommentMessage),A=wpdiscuzAjaxObj.bubbleLocation,I=wpdiscuzAjaxObj.inlineFeedbackAttractionType,T=(T=parseInt(wpdiscuzAjaxObj.scrollSize))||32,D=[],F=[],E=[],M=!1,L=1,R=e("html").css("scroll-behavior"),S=e("body").css("scroll-behavior");(e(".wc_social_plugin_wrapper .wp-social-login-provider-list").length?e(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .the_champ_login_container").length?e(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .social_connect_form").length?e(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&e(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"),wpdiscuzLoadRichEditor&&e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0"),window.addEventListener("beforeunload",function(t){var a=e(".wpd-form").not(":hidden");if(a.length)if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap")){for(var o=0;o<a.length;o++)if("\n"!==wpDiscuzEditor.createEditor(e(a[o]).find(".ql-container").attr("id")).getText())return t.preventDefault(),void(t.returnValue="")}else for(o=0;o<a.length;o++)if(e(a[o]).find(".wc_comment").val())return t.preventDefault(),void(t.returnValue="")}),wpdiscuzLoadRichEditor||(e(document).delegate("textarea.wc_comment","input",function(){we(e(this))}),e.each(e("textarea.wc_comment"),function(){we(e(this))})),e(document).on("focus","#wpdcom .ql-editor, #wpdcom .wc_comment",function(){e(".wpd-form-foot",e(this).parents(".wpd_comm_form")).slideDown(j)}),e(document).on("focus","#wpdcom textarea",function(){e(this).next(".autogrow-textarea-mirror").length||e(this).autoGrow()}),t)||U({comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)});if(e(".wpd-vote-down.wpd-dislike-hidden").remove(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd"),e(document).on("click","#wpd-editor-source-code-wrapper-bg",function(){e(this).hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),wpdiscuzLoadRichEditor&&e(document).on("click","#wpd-insert-source-code",function(){var t=wpDiscuzEditor.createEditor("#"+e("#wpd-editor-uid").val());t.deleteText(0,t.getLength(),Quill.sources.USER);var a=e("#wpd-editor-source-code").val();a.length&&t.clipboard.dangerouslyPasteHTML(0,a,Quill.sources.USER),t.update(),e("#wpd-editor-source-code-wrapper-bg").hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),e(document).on("click",".wpd-reply-button",function(){var i=X(e(this),0);e(this).hasClass("wpdiscuz-clonned")?(wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+i).focus()},j):setTimeout(function(){e("#wc-textarea-"+i).trigger("focus")},j),e("#wpd-secondary-form-wrapper-"+i).slideToggle(j)):function(a){var o=X(a,0);e("#wpdiscuz_form_anchor-"+o).before(function(t){return e("#wpdiscuz_hidden_secondary_form").html().replace(/wpdiscuzuniqueid/g,t)}(o));var n=e("#wpd-secondary-form-wrapper-"+o);if(!t){var i={comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)};U(i)}wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+o).focus()},j):setTimeout(function(){e("#wc-textarea-"+o).trigger("focus")},j);n.slideToggle(j,function(){a.addClass("wpdiscuz-clonned")})}(e(this)),function(t){if((a||o)&&"2.0"===n){var i=Y(t);setTimeout(function(){if(!F[i])try{F[i]=grecaptcha.render("wpdiscuz-recaptcha-"+t,{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(a){e("#wpdiscuz-recaptcha-field-"+t).val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-"+t).val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3)}}(i)}),e(document).on("click","#wpdcom [data-wpd-clipboard]",function(){var t=e(this).data("wpd-clipboard"),a=e("<input/>");a.appendTo("body").css({position:"absolute",top:"-10000000px"}).val(t),a.trigger("select"),document.execCommand("copy"),a.remove(),wpdiscuzAjaxObj.setCommentMessage(t+"<br/>"+wpdiscuzAjaxObj.wc_copied_to_clipboard,"success",5e3)}),e(document).on("click",".wpdiscuz-nofollow,.wc_captcha_refresh_img,.wpd-load-more-submit",function(e){e.preventDefault()}),e(document).on("click",".wpd-toggle.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked");var a=X(e(this),0),o=e(this),n=e(".fas",o);!o.parents(".wpd-comment:not(.wpd-reply)").children(".wpd-reply").length&&z?function(t,a){var o=Y(t),n=new FormData;n.append("action","wpdShowReplies"),n.append("commentId",o),fe(v,!0,n).done(function(o){a.addClass("wpd_not_clicked"),"object"==typeof o&&o.success&&(e("#wpd-comm-"+t).replaceWith(o.data.comment_list),e("#wpd-comm-"+t+" .wpd-toggle .fas").removeClass("fa-chevron-down").addClass("fa-chevron-up"),e("#wpd-comm-"+t+" .wpd-toggle .wpd-view-replies .wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),e("#wpd-comm-"+t+" .wpd-toggle").attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text),ue(o)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,o,n){console.log(n),a.addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}(a,t):e("#wpd-comm-"+a+"> .wpd-reply").slideToggle(700,function(){e(this).is(":hidden")?(n.removeClass("fa-chevron-up"),n.addClass("fa-chevron-down"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_show_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_show_replies_text)):(n.removeClass("fa-chevron-down"),n.addClass("fa-chevron-up"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text)),t.addClass("wpd_not_clicked")})}),e(document).on("mouseenter",".wpd-new-loaded-comment",function(){e(this).removeClass("wpd-new-loaded-comment")}),e(document).on("click",".wpd-sbs-toggle",function(){e(".wpdiscuz-subscribe-bar").slideToggle(j)}),parseInt(wpdiscuzAjaxObj.wpDiscuzIsShowOnSubscribeForm)&&!t&&wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&e("#wpdiscuz-subscribe-form").length&&("2.0"===n?(setTimeout(function(){try{grecaptcha.render("wpdiscuz-recaptcha-subscribe-form",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-subscribe-form").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val()?e(".wpdiscuz-recaptcha",e(this)).css("border","none"):(e(".wpdiscuz-recaptcha",e(this)).css("border","1px solid red"),t.preventDefault())})):"3.0"===n&&e(document).on("click","#wpdiscuz_subscription_button",function(t){var a=e(this).parents("#wpdiscuz-subscribe-form");t.preventDefault();try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/wpdAddSubscription"}).then(function(e){console.log(5555),document.getElementById("wpdiscuz-recaptcha-field-subscribe-form").value=e,a.trigger("submit")},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error")}})),(a||o)&&"2.0"===n){var P=e(window).width(),q=e("#wpdcom").width();q>=1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"65%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"35%"})),q>=940&&q<1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"60%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"40%"})),q>=810&&q<940&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"60%"})),q>=730&&q<810&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"45%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"55%"})),q>=610&&q<730&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.85)","-webkit-transform":"scale(0.85)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"43%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"55%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"})),P>650&&(q>=510&&q<610&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"35%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"63%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%",position:"relative",right:"-60px"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),q>=470&&q<510&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"60%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd_main_comm_form .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),q<470&&(e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({margin:"0px auto","transform-origin":"center 0","-webkit-transform-origin":"center 0"}),e("#wpdcom .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc_notification_checkboxes").css({"text-align":"center"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-field-submit").css({"text-align":"center"})))}function H(t,a,o){fe(v||h,!1,a).done(function(a){if(e(o).addClass("wpd_not_clicked"),"object"==typeof a)if(a.success){"collapsed"===wpdiscuzAjaxObj.commentFormView&&e(".wpd-form-foot",t).slideUp(j),a.data.wc_all_comments_count_new=parseInt(a.data.wc_all_comments_count_new),e(".wpd-thread-info").html(a.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(a.data.wc_all_comments_count_bubble_html);var n=j;a.data.is_main?ne(a.data.message):(n=j+700,e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).slideToggle(700),1==a.data.is_in_same_container?e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).after(a.data.message):e("#wpd-comm-"+a.data.uniqueid).after(a.data.message)),function(e){if(!e.data.held_moderate){var t=new FormData;t.append("action","wpdCheckNotificationType"),t.append("comment_id",e.data.new_comment_id),t.append("email",e.data.comment_author_email),t.append("isParent",e.data.is_main),fe(v,!0,t)}}(a),function(e){if(e.data.redirect>0&&e.data.new_comment_id){var t=new FormData;t.append("action","wpdRedirect"),t.append("commentId",e.data.new_comment_id),fe(v,!0,t).done(function(e){"object"==typeof e&&e.success&&setTimeout(function(){location.href=e.data},2e3)}).fail(function(e,t,a){console.log(a)})}}(a),b&&_?function(t){var a=t.comment_author_email,o=t.comment_author,n=t.comment_author_url;null==f?(Cookies.set("comment_author_email_"+g,a),Cookies.set("comment_author_"+g,o),n.length&&Cookies.set("comment_author_url_"+g,n)):(f=parseInt(f),Cookies.set("comment_author_email_"+g,a,{expires:f,path:"/"}),Cookies.set("comment_author_"+g,o,{expires:f,path:"/"}),n.length&&Cookies.set("comment_author_url_"+g,n,{expires:f,path:"/"}));e(".wpd-cookies-checkbox").length&&e(".wpd-cookies-checkbox").prop("checked",!0)}(a.data):_||e(".wpd-cookies-checkbox").prop("checked",!1),t.get(0).reset(),wpdiscuzLoadRichEditor?wpDiscuzEditor.createEditor("#wpd-editor-"+e(".wpdiscuz_unique_id",t).val()).setContents([{insert:"\n"}]):we(t.find(".wc_comment")),U(a.data),e(".wmu-preview-wrap",t).remove(),D.length&&(D.forEach(function(e){e.parents(".wpd-field-checkbox").remove()}),D=[]),parseInt(wpdiscuzAjaxObj.scrollToComment)&&setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.new_comment_id).offset().top-T},1e3,oe)},n),ue(a,t)}else a.data&&(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"),ue(a,t));else wpdiscuzAjaxObj.setCommentMessage(a,"error");e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,n){console.log(n),e(o).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}function U(t){e(".wpd_comm_form .wc_name").val(t.comment_author),t.comment_author_email&&t.comment_author_email.indexOf("@example.com")<0&&e(".wpd_comm_form .wc_email").val(t.comment_author_email),t.comment_author_url&&e(".wpd_comm_form .wc_website").val(t.comment_author_url)}function W(t,a){e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").show(),e("#wpd-comm-"+t+" .wpdiscuz-edit-form-wrap").replaceWith(a),e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-last-edited").show()}e(document).on("click",".wc_comm_submit.wpd_not_clicked",function(){var i=e(this),s=1,d=e(this).parents("form");if("true"!==d.attr("data-uploading"))if(d.hasClass("wpd_main_comm_form")||(s=function(t){var a=t.attr("class").split(" "),o="";return e.each(a,function(e,t){"wpd_comment_level"===J(t,!1)&&(o=J(t,!0))}),parseInt(o)+1}(e(this).parents(".wpd-comment"))),te(d,"#wpd-editor-"+e(".wpdiscuz_unique_id",d).val()),d.on("submit",function(e){e.preventDefault()}),""!==e(".wc_comment",d).val().trim()){if(d[0].checkValidity()&&(p=d,r=!0,"2.0"===n&&e("input[name=wc_captcha]",p).length&&!e("input[name=wc_captcha]",p).val().length?(r=!1,e(".wpdiscuz-recaptcha",p).css("border","1px solid red")):"2.0"===n&&e("input[name=wc_captcha]",p).length&&e(".wpdiscuz-recaptcha",p).css("border","none"),r)){M=!0,function(t){e(".wpd-agreement-checkbox",t).each(function(){e(this).hasClass("wpd_agreement_hide")&&b&&e(this).prop("checked")&&(Cookies.set(e(this).attr("name")+"_"+g,1,{expires:30,path:"/"}),e("input[name="+e(this).attr("name")+"]").each(function(){D.push(e(this))}))})}(d),e(i).removeClass("wpd_not_clicked");var c=new FormData;if(c.append("action","wpdAddComment"),e(":input",d).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&c.append(this.name+"",e(this).val().trim()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&c.append(this.name+"",e(this).val())}),c.append("wpd_comment_depth",s),wpdiscuzAjaxObj.wpdiscuz_zs&&c.append("wpdiscuz_zs",wpdiscuzAjaxObj.wpdiscuz_zs),e(".wpd-cookies-checkbox",d).length?e(".wpd-cookies-checkbox",d).prop("checked")||(_=!1):t&&(_=!1),e("#wpdiscuz-loading-bar").show(),wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&"3.0"===n&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/addComment"}).then(function(e){c.append("g-recaptcha-response",e),H(d,c,i)},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error"),e("#wpdiscuz-loading-bar").fadeOut(250)}else H(d,c,i)}var p,r;!function(e){if((a||o)&&"2.0"===n){var t=Y(e);grecaptcha.reset(F[t])}}(e(".wpdiscuz_unique_id",d).val()),e(".wpdiscuz_reset").val("")}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wc_msg_required_fields,"wc_msg_required_fields",d),"error");else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseDoingUpload,"wmuPhraseDoingUpload",d),"warning")}),e(document).on("click",".wpd_editable_comment",function(){w&&e(".wpdiscuz-edit-form-wrap").length&&W(X(e(".wpdiscuz-edit-form-wrap"),0),w);var t=e(this),a=X(t,0),o=Y(a),n=new FormData;n.append("action","wpdEditComment"),n.append("commentId",o),w=e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-text").get(0),fe(v,!0,n).done(function(o){if("object"==typeof o)if(o.success){if(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text").replaceWith(o.data.html),wpdiscuzLoadRichEditor){var n=wpDiscuzEditor.createEditor("#wpd-editor-edit_"+a);n.clipboard.dangerouslyPasteHTML(0,o.data.content),n.update(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd")}else e("#wc-textarea-edit_"+a).val(o.data.content),we(e("#wc-textarea-edit_"+a));e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").hide(),e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").hide()}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[o.data],o.data,t),"error");else console.log(o);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wc_save_edited_comment",function(){var t=e(this),a=X(t),o=Y(a),n=e("#wpd-comm-"+a+" #wpdiscuz-edit-form");if(te(n,"#wpd-editor-edit_"+a),n.on("submit",function(e){e.preventDefault()}),n[0].checkValidity()){var i=new FormData;i.append("action","wpdSaveEditedComment"),i.append("commentId",o),e(":input",n).each(function(){""!==this.name&&"checkbox"!==this.type&&"radio"!==this.type&&i.append(this.name+"",e(this).val()),"checkbox"!==this.type&&"radio"!==this.type||e(this).is(":checked")&&i.append(this.name+"",e(this).val())}),fe(v,!0,i).done(function(n){"object"==typeof n?(n.success?(W(a,n.data.message),n.data.lastEdited&&(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").remove(),e(n.data.lastEdited).insertAfter("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text")),n.data.twitterShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_tw").attr("href",n.data.twitterShareLink),n.data.whatsappShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_whatsapp").attr("href",n.data.whatsappShareLink),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error"),ue(n,o)):console.log(n),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wc_cancel_edit",function(){var t=X(e(this));W(t,w),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+t)}),!u&&m&&(L=0,1==m?setTimeout(function(){B(!0)},500):e(document).on("click",".wpd-load-comments",function(){e(this).parent(".wpd-load-more-submit-wrap").remove(),B(!0)})),e(document).on("click",".wpd-load-more-submit",function(){var t=e(this);t.hasClass("wpd-loaded")&&B(!1,t,"wpd-loaded","wpd-loading")});var N=!1;function V(){var t=e("#wpdiscuzHasMoreComments").val(),a=e(document).height(),o=e(window).height()+e(window).scrollTop();a&&o&&(100*o/a>=80&&!1===N&&1==t&&(N=!0,B(!1,e(".wpd-load-more-submit"))))}function B(t,a,o,n){a&&(a.toggleClass(o),a.toggleClass(n));var s=new FormData;s.append("action","wpdLoadMoreComments");var d=e(".wpdiscuz-sort-button-active").attr("data-sorting");d&&s.append("sorting",d),s.append("offset",L),s.append("lastParentId",e(".wpd-load-more-submit").attr("data-lastparentid")),s.append("isFirstLoad",t?1:0);var c=e(".wpdf-active").attr("data-filter-type");s.append("wpdType",c||""),fe(v,!t||1!=m,s).done(function(s){"object"==typeof s&&s.success&&(L++,t&&e(".wpd-comment").remove(),e(".wpdiscuz_single").remove(),e(".wpdiscuz-comment-pagination").before(s.data.comment_list),K(s,t&&2!==i),N=!1,s.data.loadLastCommentId&&(r=s.data.loadLastCommentId),ue(s),t&&Q(!1)),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))}).fail(function(t,i,s){console.log(s),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))})}function K(t,a){if(0==t.data.is_show_load_more)e("#wpdiscuzHasMoreComments").val(0),e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide();else if(o=t.data.last_parent_id,e(".wpd-load-more-submit").attr("data-lastparentid",o),2!==i&&e(".wpdiscuz-comment-pagination").show(),e("#wpdiscuzHasMoreComments").val(1),a&&e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").show(),t.data.comments_left>0){if(!e(".wpd-load-more-submit .wpd-comments-left").length){const t=e("<span>");t.addClass("wpd-comments-left"),e(".wpd-load-more-submit").append(t)}e(".wpd-load-more-submit .wpd-comments-left").text(t.data.comments_left_text)}var o;ue(t)}function Q(t){var a=location.href.match(/#comment\-(\d+)/);if(null!==a){var o=a[1];if(e("#comment-"+o).length)setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+o).parents("[id^=wpd-comm-]").offset().top-T},1e3,oe),t&&G(o)},500);else{var n=new FormData;n.append("action","wpdGetSingleComment"),n.append("commentId",o),fe(v,!0,n).done(function(a){if("object"==typeof a&&a.success){var n="#comment-"+o;e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e(n).offset().top-T},1e3,oe),t&&G(o)}e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}}function G(t){setTimeout(function(){e("#comment-"+t).siblings(".wpd-secondary-form-wrapper").is(":visible")||e("#comment-"+t).find(".wpd-reply-button").trigger("click")},1100)}function $(e){if(void 0!==e.data.message)for(var t,a=e.data.message,o=0;o<a.length;o++)Z((t=a[o]).comment_parent,t.comment_html)}function X(e,t){var a="";return(a=t?e.parents(".wpd-main-form-wrapper").attr("id"):e.parents(".wpd-comment").attr("id")).substring(a.lastIndexOf("-")+1)}function Y(e){return e.substring(0,e.indexOf("_"))}function J(e,t){return t?e.substring(e.indexOf("-")+1):e.substring(0,e.indexOf("-"))}function Z(t,a){if(0==t)ne(a);else{var o=X(e("#comment-"+t),0);e("#wpdiscuz_form_anchor-"+o).after(a)}}function ee(){var t=[];return e(".wpd-comment-right").each(function(){t.push(Y(X(e(this),0)))}),t.join(",")}function te(t,a){var o=t.find(".wpd-required-group");wpdiscuzLoadRichEditor&&t.find(".wc_comment").val(e(a+">.ql-editor").html()),function(e){var t=e.find(".wc_comment"),a=t.val().trim().replace(/<p><br><\/p>/g,"\n").replace(/<p>(.*?)<\/p>/g,"$1\n");a=(a=(a=(a=a.replace(/<img src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img[^>]+alt=["|']([^"|']+)["|'][^>]+src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'][^>]?>/g," $1 ")).replace(/<img\s+([^>]*)class=["|']wpdem\-sticker["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img\s+([^>]*)src=["|']([^"|']+)["|'](.*?)[^>]*>/g," $2 "),t.val(a)}(t),e.each(o,function(){e("input",this).prop("required",!1),0===e("input:checked",this).length?e("input",e(this)).prop("required",!0):e(".wpd-field-invalid",this).remove()})}function ae(){e("html, body").css("scroll-behavior","unset")}function oe(){e("html").css("scroll-behavior",R),e("body").css("scroll-behavior",S)}function ne(t){e(".wpd-sticky-comment").last()[0]?e(t).insertAfter(e(".wpd-sticky-comment").last()[0]):e(".wpd-thread-list").prepend(t)}function ie(t){t?t.prop("required")||(t.val()?t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none")):e.each(e(".wc_email"),function(t,a){var o=e(a);o.prop("required")||(o.val()?o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none"))})}if(2!==i||u||(e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide(),V(),e(window).scroll(function(){V()})),wpdiscuzAjaxObj.setLoadMoreVisibility=K,e(document).on("click",".wpd-vote-up.wpd_not_clicked, .wpd-vote-down.wpd_not_clicked",function(){var t=e(this);e(t).removeClass("wpd_not_clicked");var a,o=Y(X(t));a=e(this).hasClass("wpd-vote-up")?1:-1;var n=new FormData;n.append("action","wpdVoteOnComment"),n.append("commentId",o),n.append("voteType",a),fe(v,!0,n).done(function(n){if(e(t).addClass("wpd_not_clicked"),"object"==typeof n){if(n.success){if("total"===n.data.buttonsStyle){var i=e(".wpd-comment-footer .wpd-vote-result",e("#comment-"+o)),s=n.data.votes;i.text(n.data.votesHumanReadable),i.attr("title",s),i.removeClass("wpd-up wpd-down"),s>0&&i.addClass("wpd-up"),s<0&&i.addClass("wpd-down")}else{var d=e(".wpd-comment-footer .wpd-vote-result-like",e("#comment-"+o)),c=e(".wpd-comment-footer .wpd-vote-result-dislike",e("#comment-"+o));d.text(n.data.likeCountHumanReadable),d.attr("title",n.data.likeCount),c.text(n.data.dislikeCountHumanReadable),c.attr("title",n.data.dislikeCount),parseInt(n.data.likeCount)>0?d.addClass("wpd-up"):d.removeClass("wpd-up"),parseInt(n.data.dislikeCount)<0?c.addClass("wpd-down"):c.removeClass("wpd-down")}var p=e(".wpd-comment-footer .wpd-vote-up",e("#comment-"+o)),r=e(".wpd-comment-footer .wpd-vote-down",e("#comment-"+o));p.removeClass("wpd-up"),r.removeClass("wpd-down"),n.data.curUserReaction>0?p.addClass("wpd-up"):n.data.curUserReaction<0&&r.addClass("wpd-down")}else n.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error");ue(n,o,a)}else console.log(n);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(t).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click","body",function(t){var a=e(".wpdiscuz-sort-buttons");e(t.target).hasClass("wpdf-sorting")||e(t.target).parent().hasClass("wpdf-sorting")?a.css({display:a.is(":visible")?"none":"flex"}):a.hide()}),e(document).on("click",".wpdiscuz-sort-button:not(.wpdiscuz-sort-button-active)",function(){var t=e(this),a=e(this).attr("data-sorting");if(a){e(".wpdiscuz-sort-button.wpdiscuz-sort-button-active").removeClass("wpdiscuz-sort-button-active").appendTo(".wpdiscuz-sort-buttons"),t.addClass("wpdiscuz-sort-button-active").prependTo(".wpdf-sorting");var o=new FormData;o.append("action","wpdSorting"),o.append("sorting",a);var n=e(".wpdf-active").attr("data-filter-type");o.append("wpdType",n||""),fe(v,!0,o).done(function(t){"object"==typeof t&&t.success&&(e("#wpdcom .wpd-comment").remove(),e("#wpdcom .wpd-thread-list").prepend(t.data.message),K(t,!1),L=1),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),window.onhashchange=function(){Q(!1)},1!=m&&Q(!1),e(document).on("click",".wpdiscuz-readmore",function(){var t=X(e(this)),a=Y(t),o=new FormData;o.append("action","wpdReadMore"),o.append("commentId",a),fe(v,!0,o).done(function(o){"object"==typeof o?(o.success?(e("#comment-"+a+" .wpd-comment-text").replaceWith(" "+o.data.message),e("#wpdiscuz-readmore-"+t).remove()):console.log(o.data),ue(o)):console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("change",".wpd-required-group",function(){0!==e("input:checked",this).length?e("input",e(this)).prop("required",!1):e("input",e(this)).prop("required",!0)}),e(document).on("click",".wpdiscuz-spoiler",function(){e(this).next().slideToggle(),e(this).hasClass("wpdiscuz-spoiler-closed")?e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-plus").removeClass("fa-plus").addClass("fa-minus"):e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-minus").removeClass("fa-minus").addClass("fa-plus"),e(this).toggleClass("wpdiscuz-spoiler-closed")}),e(document).on("click",".wpd-tools i",function(){var t=e(this).siblings(".wpd-tools-actions");t.is(":visible")||e(this).parents(".wpd-comment-right").attr("id")!==e("[id^=comment-]","#wpdcom").last().attr("id")||e("#comments").css({paddingBottom:"160px"}),t.css({display:t.is(":visible")?"none":"flex"})}),e(document).on("mouseleave",".wpd-comment-right",function(){e(this).find(".wpd-tools-actions").hide(),e("#comments").css({paddingBottom:"0"})}),e(document).on("click",".wpd_stick_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdStickComment"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd_close_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdCloseThread"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-filter.wpd_not_clicked[data-filter-type]",function(){var t=e(this),a=t.attr("data-filter-type");wpdiscuzAjaxObj.resetActiveFilters(".wpdf-"+a),t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var o=new FormData;o.append("action","wpdLoadMoreComments");var n=e(".wpdiscuz-sort-button-active").attr("data-sorting");n&&o.append("sorting",n),o.append("lastParentId",0),o.append("offset",0),L=1,o.append("wpdType",t.hasClass("wpdf-active")?"":a),o.append("isFirstLoad",1),e(this).hasClass("wpdf-inline")?e(this).hasClass("wpdf-active")?e(".wpd-comment-info-bar").hide():e(".wpd-comment-info-bar").css("display","flex"):e(".wpd-comment-info-bar").hide(),fe(v,!1,o).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(t.toggleClass("wpdf-active"),e(".wpd-load-comments").remove(),e(".wpd-comment").remove(),e(".wpd-thread-list").prepend(a.data.comment_list),K(a),r=a.data.loadLastCommentId,e(".wpd-load-more-submit").blur(),ue(a)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpdf-reacted.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdMostReactedComment"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e("#comment-"+a.data.commentId).length||e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpdf-hottest.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdHottestThread"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.commentId).length?e("#comment-"+a.data.commentId).parents("[id^=wpd-comm-"+a.data.commentId+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpd-filter-view-all",function(){e(".wpdf-inline.wpdf-active.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-follow-link.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=Y(X(t,0)),o=new FormData;o.append("action","wpdFollowUser"),o.append("commentId",a),fe(v,!0,o).done(function(a){t.addClass("wpd_not_clicked"),"object"==typeof a?a.success?(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data.code],a.data.code,t),"success"),t.removeClass("wpd-follow-active"),a.data.followTip&&t.attr("wpd-tooltip",a.data.followTip),a.data.followClass&&t.addClass(a.data.followClass),ue(a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),ie(),e(document).on("keyup",".wc_email",function(){ie(e(this))}),x&&e("#wpdcom").length){if(e("#wpd-bubble-wrapper").hover(function(){e(this).addClass("wpd-bubble-hover")},function(){e(this).removeClass("wpd-bubble-hover")}),k&&!Cookies.get(wpdiscuzAjaxObj.cookieHideBubbleHint)&&setTimeout(function(){e("#wpd-bubble-wrapper").addClass("wpd-bubble-hover"),Cookies.set(wpdiscuzAjaxObj.cookieHideBubbleHint,"1",{expires:7,path:"/"}),setTimeout(function(){e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")},1e3*O)},1e3*k),"content_left"===A)if(e(".entry-content").length){var se=(de=Math.min(e(".entry-content").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".post-entry").length){se=(de=Math.min(e(".post-entry").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".container").length){var de;se=(de=Math.min(e(".container").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner");else"left_corner"===A?(e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner")):"right_corner"===A&&(e("#wpd-bubble-wrapper").css({right:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-right-corner"));e("#wpd-bubble-wrapper").show(),e(document).on("click","#wpd-bubble-add-message-close",function(t){t.preventDefault(),t.stopPropagation(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")}),e(document).on("click","#wpd-bubble",function(){ae(),e("#tab-title-reviews").length&&e("#tab-title-reviews a").trigger("click"),e("html, body").animate({scrollTop:e("#wpdcom").offset().top-(T+28)},1e3,function(){oe(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover"),wpdiscuzLoadRichEditor?e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0").focus():e("#wc-textarea-0_0").length&&e("#wc-textarea-0_0").trigger("focus")})}),e(document).on("click","#wpd-bubble-comment-close",function(t){t.preventDefault(),e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")}),e(document).on("click","#wpd-bubble-comment-reply-link a",function(){var t=e(this).attr("href");setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),Q(!0);var a=t.match(/#comment\-(\d+)/);E=E.filter(function(e){return e!=a[1]}),e("#wpd-bubble-count .wpd-new-comments-count").text(E.length),0==E.length&&e("#wpd-bubble-count").removeClass("wpd-new-comments")},100)}),e(document).on("click","#wpd-bubble-count",function(){if(E.length){var t=new FormData;t.append("action","wpdBubbleUpdate"),t.append("newCommentIds",E.join()),fe(v,!0,t).done(function(t){"object"==typeof t&&t.success&&(t.data.message=t.data.message.filter(function(t){if(!e("#comment-"+t.comment_id).length)return t}),$(t),e("#wpd-bubble-count").removeClass("wpd-new-comments"),e("#wpd-bubble-count .wpd-new-comments-count").text("0"),E=[],e(".wpd-new-loaded-comment").length&&(ae(),e("html, body").animate({scrollTop:e(e(".wpd-new-loaded-comment")[0]).offset().top-(T+28)},1e3,oe)),ue(t)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,a){console.log(a)})}})}if((x&&C||d)&&(t||!t&&p)&&setTimeout(function t(){e.ajax({type:"GET",url:wpdiscuzAjaxObj.bubbleUpdateUrl,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",wpdiscuzAjaxObj.restNonce)},data:{postId:s,lastId:l,visibleCommentIds:ee()}}).done(function(a){if(!M)if("object"==typeof a){if(a.commentIDsToRemove.forEach(function(t){e("[id^=wpd-comm-"+t+"]").remove()}),a.ids.length){d&&((i=new FormData).append("action","wpdUpdateAutomatically"),i.append("loadLastCommentId",r),i.append("visibleCommentIds",ee()),fe(v,!1,i).done(function(t){M||"object"==typeof t&&t.success&&($(t),t.data.wc_all_comments_count_new=parseInt(t.data.wc_all_comments_count_new),e(".wpd-thread-info").html(t.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",t.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(t.data.wc_all_comments_count_bubble_html),r=t.data.loadLastCommentId)}).fail(function(e,t,a){console.log(a)})),a.ids=a.ids.filter(function(t){if(!e("#comment-"+t).length)return t});var o=5e3;l=parseInt(a.ids[a.ids.length-1]),E=E.concat(a.ids),y&&a.commentText&&(e("#wpd-bubble-author-avatar").html(a.avatar),e("#wpd-bubble-author-name").html(a.authorName),e("#wpd-bubble-comment-date span").html(a.commentDate),e("#wpd-bubble-comment-text").html(a.commentText),e("#wpd-bubble-comment-reply-link a").attr("href",a.commentLink),e("#wpd-bubble-notification-message").show(),o=1e4);var n=parseInt(e(".wpd-new-comments-count").text());n+=a.ids.length,e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),e("#wpd-bubble-wrapper").addClass("wpd-new-comment-added"),setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")},o),e(".wpd-new-comments-count").text(n),e("#wpd-bubble-count").addClass("wpd-new-comments")}a.all_comments_count=parseInt(a.all_comments_count),e("#wpd-bubble-all-comments-count").replaceWith(a.all_comments_count_bubble_html),e(".wpd-reviews-tab").length||(e(".wpd-thread-info").html(a.all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.all_comments_count))}else console.log(a);var i;setTimeout(t,c)}).fail(function(e,a,o){console.log(o),setTimeout(t,c)})},c),e(".wpd-inline-form-wrapper").length){var ce=new FormData;ce.append("action","wpdGetInlineCommentForm"),fe(v,!1,ce).done(function(t){"object"==typeof t?t.success?(e(".wpd-inline-form-wrapper").append(t.data),e.each(e("[name=_wpd_inline_nonce]"),function(){var t=e(this).attr("id"),a=e(this).parents(".wpd-inline-shortcode").attr("id");e(this).attr("id",t+"-"+a.substring(a.lastIndexOf("-")+1))}),e(".wpd-inline-opened").addClass("wpd-active"),e(".wpd-inline-opened").find(".wpd-inline-form-wrapper").show(),e(".wpd-inline-opened").find(".wpd-inline-icon").addClass("wpd-open"),e(".wpd-inline-opened").find(".wpd-inline-icon").removeClass("wpd-ignored"),me()):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data]),t.data,"error"):console.log(t)}).fail(function(e,t,a){console.log(a)})}function pe(t){if(e(t).hasClass("wpd-inline-shortcode"))var a=e(t).attr("id");else a=e(t).parents(".wpd-inline-shortcode").attr("id");return a.substring(a.lastIndexOf("-")+1)}function re(){e(".wpd-inline-form-wrapper").hide(),e(".wpd-inline-shortcode").removeClass("wpd-active"),e(".wpd-inline-icon").removeClass("wpd-open")}function le(){e.each(e(".wpd-inline-shortcode:not(.wpd-inline-opened) .wpd-inline-icon"),function(){var t=e(this),a=t.offset().top-window.pageYOffset;t.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&a>0&&a<300&&("blink"===I?(t.addClass("wpd-blink"),setTimeout(function(){t.removeClass("wpd-blink")},3e3)):(t.parents(".wpd-inline-shortcode").addClass("wpd-active"),t.siblings(".wpd-inline-form-wrapper").show(),t.addClass("wpd-open"),me(t.siblings(".wpd-inline-form-wrapper"))))})}function me(t){if(t){if(t.offset().left<=10)t.css("left",Math.ceil(parseInt(t.css("left"))-t.offset().left+10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))<3&&(a=3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;");else if(t.offset().left+t.width()>document.body.clientWidth-10){var a;t.css("left",Math.ceil(parseInt(t.css("left"))+(document.body.clientWidth-(t.offset().left+t.width()))-10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))>t.width()-3&&(a=t.width()-3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;")}}else e.each(e(".wpd-inline-form-wrapper:visible"),function(){if(e(this).offset().left<=10)e(this).css("left",Math.ceil(parseInt(e(this).css("left"))-e(this).offset().left+10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))<3&&(t=3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;");else if(e(this).offset().left+e(this).width()>document.body.clientWidth-10){var t;e(this).css("left",Math.ceil(parseInt(e(this).css("left"))+(document.body.clientWidth-(e(this).offset().left+e(this).width()))-10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))>e(this).width()-3&&(t=e(this).width()-3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;")}})}function we(t){var a,o=0;if(t.parents(".wpd_main_comm_form").length)o=parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents(".wpd_main_comm_form");else if(t.parents(".wpd-secondary-form-wrapper").length)o=parseInt(wpdiscuzAjaxObj.replyTextMaxLength),a=t.parents(".wpd-secondary-form-wrapper");else if(t.parents("#wpdiscuz-edit-form").length){var n=X(t);o=parseInt(n.substring(n.lastIndexOf("_")+1))?parseInt(wpdiscuzAjaxObj.replyTextMaxLength):parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents("#wpdiscuz-edit-form")}if(o&&a){var i=t.val().length,s=e(".wpd-editor-char-counter",a),d=o-i;s.html(d),d<=10?s.addClass("error"):s.removeClass("error")}}function ue(t,a,o,n){t.data.callbackFunctions&&e.each(t.data.callbackFunctions,function(e){"function"==typeof wpdiscuzAjaxObj[t.data.callbackFunctions[e]]?wpdiscuzAjaxObj[t.data.callbackFunctions[e]](t,a,o,n):"function"==typeof window[t.data.callbackFunctions[e]]?window[t.data.callbackFunctions[e]](t,a,o,n):console.log(t.data.callbackFunctions[e]+" is not a function")})}function fe(t,a,o){a&&e("#wpdiscuz-loading-bar").show(),o.append("postId",s),o.append("wpdiscuz_nonce",wpdiscuzAjaxObj.wpdiscuz_nonce);var n=o.get("action");wpdiscuzAjaxObj.dataFilterCallbacks&&wpdiscuzAjaxObj.dataFilterCallbacks[n]&&e.each(wpdiscuzAjaxObj.dataFilterCallbacks[n],function(e){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]]&&(o=wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]](o,t,a))});var i=t?wpdiscuzAjaxObj.url:wpdiscuzAjaxObj.customAjaxUrl;return e.ajax({type:"POST",url:i,data:o,contentType:!1,processData:!1})}function he(){if(t||wpdiscuzAjaxObj.validateNonceForGuests){var e=new FormData;e.append("action","wpdGetNonce"),fe(v,!1,e).done(function(e){"object"==typeof e?e.success?wpdiscuzAjaxObj.wpdiscuz_nonce=e.data:wpdiscuzAjaxObj.setCommentMessage(e.data,"error"):console.log(e)}).fail(function(e,t,a){console.log(a)})}}e(document).on("click","body",function(t){if(e(t.target).hasClass("wpd-inline-form-close")||e(t.target).parents(".wpd-inline-form-close").length)t.preventDefault(),e(t.target).parents(".wpd-inline-form-wrapper").hide(),e(t.target).parents(".wpd-inline-shortcode").removeClass("wpd-active"),e(t.target).parents(".wpd-inline-form-wrapper").siblings(".wpd-inline-icon").removeClass("wpd-open");else if(!e(t.target).hasClass("wpd-inline-form-wrapper")&&!e(t.target).parents(".wpd-inline-form-wrapper").length){re();var a="";e(t.target).hasClass("wpd-inline-icon")?a=e(t.target):e(t.target).parents(".wpd-inline-icon").length&&(a=e(t.target).parents(".wpd-inline-icon")),a.length&&a.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&(a.parents(".wpd-inline-shortcode").addClass("wpd-active"),a.siblings(".wpd-inline-form-wrapper").show(),a.addClass("wpd-open"),a.removeClass("wpd-ignored"),me(a.siblings(".wpd-inline-form-wrapper")))}(!e(t.target).hasClass("wpd-last-inline-comments-wrapper")&&!e(t.target).parents(".wpd-last-inline-comments-wrapper").length||e(t.target).parents(".wpd-last-inline-comments-wrapper").length&&e(t.target).hasClass("wpd-load-inline-comment"))&&e(".wpd-last-inline-comments-wrapper").remove()}),e(document).on("click",".wpd-inline-submit.wpd_not_clicked",function(t){t.preventDefault();var a=e(this),o=e(this).parents(".wpd_inline_comm_form");if(o[0].checkValidity()){e(this).removeClass("wpd_not_clicked");var n=new FormData;n.append("action","wpdAddInlineComment"),n.append("inline_form_id",pe(o)),e.each(e("input, textarea",o),function(t,a){"checkbox"===this.type?e(this).is(":checked")&&n.append(e(a).attr("name"),e(a).val()):n.append(e(a).attr("name"),e(a).val())}),fe(v,!0,n).done(function(t){if(a.addClass("wpd_not_clicked"),"object"==typeof t)if(t.success){o[0].reset(),re();var n=parseInt(t.data.newCount),i=a.parents(".wpd-inline-icon-wrapper").find(".wpd-inline-icon-count");i.text(n),n?i.addClass("wpd-has-comments"):i.removeClass("wpd-has-comments"),t.data.allCommentsCountNew=parseInt(t.data.allCommentsCountNew),e(".wpd-thread-info").html(t.data.allCommentsCountBeforeThreadsHtml),e(".wpd-thread-info").attr("data-comments-count",t.data.allCommentsCountNew),e("#wpd-bubble-all-comments-count").replaceWith(t.data.allCommentsCountBubbleHtml),t.data.message&&ne(t.data.message),wpdiscuzAjaxObj.setCommentMessage(t.data.notification,"success")}else t.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data,a),"error");else wpdiscuzAjaxObj.setCommentMessage(t,"error");e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("keydown",".wpd-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_comm_submit").trigger("click")}),e(document).on("keydown","#wpdiscuz-edit-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_save_edited_comment").trigger("click")}),e(document).on("keydown",".wpd-inline-comment-content",function(t){t.ctrlKey&&13==t.keyCode&&e(this).parents(".wpd_inline_comm_form").find(".wpd-inline-submit.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-inline-icon-count.wpd-has-comments",function(){var t=e(this),a=new FormData;a.append("action","wpdGetLastInlineComments"),a.append("inline_form_id",pe(t)),fe(v,!0,a).done(function(a){"object"==typeof a?a.success?e(a.data).insertAfter(t):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-view-all-inline-comments",function(t){t.preventDefault(),e(this).parents(".wpd-last-inline-comments-wrapper").remove(),e(".wpdf-inline").hasClass("wpdf-active")||e(".wpdf-inline").trigger("click"),ae(),e("html, body").animate({scrollTop:e(".wpdf-inline").offset().top-T},1e3,oe)}),e(document).on("click",".wpd-feedback-content-link",function(t){t.preventDefault();var a=e(this).data("feedback-content-id");ae(),e("html, body").animate({scrollTop:e("#wpd-inline-"+a).offset().top-(T+6)},1e3,function(){oe(),e("#wpd-inline-"+a).addClass("wpd-active")})}),"scroll_open"!==I&&"blink"!==I||(le(),e(window).on("scroll",le)),e(document).on("click","#wpd-post-rating.wpd-not-rated .wpd-rate-starts svg",function(){var t=new FormData,a=e(this).index();a>=0&&a<5&&(t.append("action","wpdUserRate"),t.append("rating",a+1),fe(v,!0,t).done(function(t){"object"==typeof t?(t.success?location.reload(!0):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data),"error"),ue(t)):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}))}),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){t.preventDefault();var a,o,i=e(this);if(i[0].checkValidity()&&(a=i,o=!0,"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&!e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).val().length?(o=!1,e(".wpdiscuz-recaptcha",a).css("border","1px solid red")):"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&e(".wpdiscuz-recaptcha",a).css("border","none"),o)){var s=new FormData;s.append("action","wpdAddSubscription"),e("*",i).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&s.append(this.name+"",e(this).val()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&s.append(this.name+"",e(this).val())}),fe(v,!0,s).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):wpdiscuzAjaxObj.setCommentMessage(t,"error"),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wpd-unsubscribe",function(t){t.preventDefault();var a=new FormData;a.append("action","wpdUnsubscribe"),a.append("sid",e(this).data("sid")),a.append("skey",e(this).data("skey")),fe(v,!0,a).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),wpdiscuzAjaxObj.resetActiveFilters=function(t){e(".wpd-filter.wpdf-active"+(t?":not("+t+")":"")).removeClass("wpdf-active")},wpdiscuzAjaxObj.getAjaxObj=fe,wpdiscuzAjaxObj.initNonce=he,he()});var onloadCallback=function(){if(document.getElementById("wpdiscuz-recaptcha-0_0")&&"2.0"===wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.render("wpdiscuz-recaptcha-0_0",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(e){jQuery("#wpdiscuz-recaptcha-field-0_0").val("key")},"expired-callback":function(){jQuery("#wpdiscuz-recaptcha-field-0_0").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}};
|
11 |
/* Colorbox */
|
12 |
!function(t,e,i){var o,n,r,h,a,s,l,c,d,g,f,u,p,m,w,v,y,x,b,T,C,H,k,W,E,I,M,L,R,S,K,P,B,O={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return t(this).attr("href")},title:function(){return this.title},createImg:function(){var e=new Image,i=t(this).data("cbox-img-attrs");return"object"==typeof i&&t.each(i,function(t,i){e[t]=i}),e},createIframe:function(){var i=e.createElement("iframe"),o=t(this).data("cbox-iframe-attrs");return"object"==typeof o&&t.each(o,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullscreen=!0,i}},_="colorbox",j="cbox",D=j+"Element",F=j+"_open",N=j+"_load",z=j+"_complete",A=j+"_cleanup",q=j+"_closed",U=j+"_purge",$=t("<a/>"),G="div",Q=0,J={};function V(i,o,n){var r=e.createElement(i);return o&&(r.id=j+o),n&&(r.style.cssText=n),t(r)}function X(){return i.innerHeight?i.innerHeight:t(i).height()}function Y(e,i){i!==Object(i)&&(i={}),this.cache={},this.el=e,this.value=function(e){var o;return void 0===this.cache[e]&&(void 0!==(o=t(this.el).attr("data-cbox-"+e))?this.cache[e]=o:void 0!==i[e]?this.cache[e]=i[e]:void 0!==O[e]&&(this.cache[e]=O[e])),this.cache[e]},this.get=function(t){var e=this.value(t);return"function"==typeof e?e.call(this.el,this):e}}function Z(t){var e=d.length,i=(I+t)%e;return i<0?e+i:i}function tt(t,e){return Math.round((/%/.test(t)?("x"===e?g.width():X())/100:1)*parseInt(t,10))}function et(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function it(t,e){return t.get("retinaUrl")&&i.devicePixelRatio>1?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function ot(t){"contains"in n[0]&&!n[0].contains(t.target)&&t.target!==o[0]&&(t.stopPropagation(),n.trigger("focus"))}function nt(t){nt.str!==t&&(n.add(o).removeClass(nt.str).addClass(t),nt.str=t)}function rt(i){t(e).trigger(i),$.triggerHandler(i)}var ht=function(){var t,e,i=j+"Slideshow_",o="click."+j;function r(){clearTimeout(e)}function h(){(C.get("loop")||d[I+1])&&(r(),e=setTimeout(P.next,C.get("slideshowSpeed")))}function a(){v.html(C.get("slideshowStop")).off(o).one(o,s),$.on(z,h).on(N,r),n.removeClass(i+"off").addClass(i+"on")}function s(){r(),$.off(z,h).off(N,r),v.html(C.get("slideshowStart")).off(o).one(o,function(){P.next(),a()}),n.removeClass(i+"on").addClass(i+"off")}function l(){t=!1,v.hide(),r(),$.off(z,h).off(N,r),n.removeClass(i+"off "+i+"on")}return function(){t?C.get("slideshow")||($.off(A,l),l()):C.get("slideshow")&&d[1]&&(t=!0,$.one(A,l),C.get("slideshowAuto")?a():s(),v.show())}}();function at(r){var g,w;if(!S){if(g=t(r).data(_),C=new Y(r,g),w=C.get("rel"),I=0,w&&!1!==w&&"nofollow"!==w?(d=t("."+D).filter(function(){return new Y(this,t.data(this,_)).get("rel")===w}),-1===(I=d.index(C.el))&&(d=d.add(C.el),I=d.length-1)):d=t(C.el),!L){L=R=!0,nt(C.get("className")),n.css({visibility:"hidden",display:"block",opacity:""}),f=V(G,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),h.css({width:"",height:""}).append(f),H=a.height()+c.height()+h.outerHeight(!0)-h.height(),k=s.width()+l.width()+h.outerWidth(!0)-h.width(),W=f.outerHeight(!0),E=f.outerWidth(!0);var v=tt(C.get("initialWidth"),"x"),y=tt(C.get("initialHeight"),"y"),x=C.get("maxWidth"),B=C.get("maxHeight");C.w=Math.max((!1!==x?Math.min(v,tt(x,"x")):v)-E-k,0),C.h=Math.max((!1!==B?Math.min(y,tt(B,"y")):y)-W-H,0),f.css({width:"",height:C.h}),P.position(),rt(F),C.get("onOpen"),T.add(m).hide(),n.trigger("focus"),C.get("trapFocus")&&e.addEventListener&&(e.addEventListener("focus",ot,!0),$.one(q,function(){e.removeEventListener("focus",ot,!0)})),C.get("returnFocus")&&$.one(q,function(){t(C.el).trigger("focus")})}var O=parseFloat(C.get("opacity"));o.css({opacity:O==O?O:"",cursor:C.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),C.get("closeButton")?b.html(C.get("close")).appendTo(h):b.appendTo("<div/>"),function(){var e,o,n,r=P.prep,h=++Q;R=!0,M=!1,rt(U),rt(N),C.get("onLoad"),C.h=C.get("height")?tt(C.get("height"),"y")-W-H:C.get("innerHeight")&&tt(C.get("innerHeight"),"y"),C.w=C.get("width")?tt(C.get("width"),"x")-E-k:C.get("innerWidth")&&tt(C.get("innerWidth"),"x"),C.mw=C.w,C.mh=C.h,C.get("maxWidth")&&(C.mw=tt(C.get("maxWidth"),"x")-E-k,C.mw=C.w&&C.w<C.mw?C.w:C.mw);C.get("maxHeight")&&(C.mh=tt(C.get("maxHeight"),"y")-W-H,C.mh=C.h&&C.h<C.mh?C.h:C.mh);if(e=C.get("href"),K=setTimeout(function(){p.show()},100),C.get("inline")){var a=t(e).eq(0);n=t("<div>").hide().insertBefore(a),$.one(U,function(){n.replaceWith(a)}),r(a)}else C.get("iframe")?r(" "):C.get("html")?r(C.get("html")):et(C,e)?(e=it(C,e),M=C.get("createImg"),t(M).addClass(j+"Photo").on("error."+j,function(){r(V(G,"Error").html(C.get("imgError")))}).one("load",function(){h===Q&&setTimeout(function(){var e;C.get("retinaImage")&&i.devicePixelRatio>1&&(M.height=M.height/i.devicePixelRatio,M.width=M.width/i.devicePixelRatio),C.get("scalePhotos")&&(o=function(){M.height-=M.height*e,M.width-=M.width*e},C.mw&&M.width>C.mw&&(e=(M.width-C.mw)/M.width,o()),C.mh&&M.height>C.mh&&(e=(M.height-C.mh)/M.height,o())),C.h&&(M.style.marginTop=Math.max(C.mh-M.height,0)/2+"px"),d[1]&&(C.get("loop")||d[I+1])&&(M.style.cursor="pointer",t(M).on("click."+j,function(){P.next()})),M.style.width=M.width+"px",M.style.height=M.height+"px",r(M)},1)}),M.src=e):e&&u.load(e,C.get("data"),function(e,i){h===Q&&r("error"===i?V(G,"Error").html(C.get("xhrError")):t(this).contents())})}()}}function st(){n||(B=!1,g=t(i),n=V(G).attr({id:_,class:!1===t.support.opacity?j+"IE":"",role:"dialog",tabindex:"-1"}).hide(),o=V(G,"Overlay").hide(),p=t([V(G,"LoadingOverlay")[0],V(G,"LoadingGraphic")[0]]),r=V(G,"Wrapper"),h=V(G,"Content").append(m=V(G,"Title"),w=V(G,"Current"),x=t('<button type="button"/>').attr({id:j+"Previous"}),y=t('<button type="button"/>').attr({id:j+"Next"}),v=t('<button type="button"/>').attr({id:j+"Slideshow"}),p),b=t('<button type="button"/>').attr({id:j+"Close"}),r.append(V(G).append(V(G,"TopLeft"),a=V(G,"TopCenter"),V(G,"TopRight")),V(G,!1,"clear:left").append(s=V(G,"MiddleLeft"),h,l=V(G,"MiddleRight")),V(G,!1,"clear:left").append(V(G,"BottomLeft"),c=V(G,"BottomCenter"),V(G,"BottomRight"))).find("div div").css({float:"left"}),u=V(G,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),T=y.add(x).add(w).add(v)),e.body&&!n.parent().length&&t(e.body).append(o,n.append(r,u))}function lt(){function i(t){t.which>1||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),at(this))}return!!n&&(B||(B=!0,y.on("click",function(){P.next()}),x.on("click",function(){P.prev()}),b.on("click",function(){P.close()}),o.on("click",function(){C.get("overlayClose")&&P.close()}),t(e).on("keydown."+j,function(t){var e=t.keyCode;L&&C.get("escKey")&&27===e&&(t.preventDefault(),P.close()),L&&C.get("arrowKey")&&d[1]&&!t.altKey&&(37===e?(t.preventDefault(),x.trigger("click")):39===e&&(t.preventDefault(),y.trigger("click")))}),"function"==typeof t.fn.on?t(e).on("click."+j,"."+D,i):t("."+D).live("click."+j,i)),!0)}t[_]||(t(st),(P=t.fn[_]=t[_]=function(e,i){var o=this;return e=e||{},"function"==typeof o&&(o=t("<a/>"),e.open=!0),o[0]?(st(),lt()&&(i&&(e.onComplete=i),o.each(function(){var i=t.data(this,_)||{};t.data(this,_,t.extend(i,e))}).addClass(D),new Y(o[0],e).get("open")&&at(o[0])),o):o}).position=function(e,i){var o,d,f,u=0,p=0,m=n.offset();function w(){a[0].style.width=c[0].style.width=h[0].style.width=parseInt(n[0].style.width,10)-k+"px",h[0].style.height=s[0].style.height=l[0].style.height=parseInt(n[0].style.height,10)-H+"px"}if(g.off("resize."+j),n.css({top:-9e4,left:-9e4}),d=g.scrollTop(),f=g.scrollLeft(),C.get("fixed")?(m.top-=d,m.left-=f,n.css({position:"fixed"})):(u=d,p=f,n.css({position:"absolute"})),!1!==C.get("right")?p+=Math.max(g.width()-C.w-E-k-tt(C.get("right"),"x"),0):!1!==C.get("left")?p+=tt(C.get("left"),"x"):p+=Math.round(Math.max(g.width()-C.w-E-k,0)/2),!1!==C.get("bottom")?u+=Math.max(X()-C.h-W-H-tt(C.get("bottom"),"y"),0):!1!==C.get("top")?u+=tt(C.get("top"),"y"):u+=Math.round(Math.max(X()-C.h-W-H,0)/2),n.css({top:m.top,left:m.left,visibility:"visible"}),r[0].style.width=r[0].style.height="9999px",o={width:C.w+E+k,height:C.h+W+H,top:u,left:p},e){var v=0;t.each(o,function(t){o[t]===J[t]||(v=e)}),e=v}J=o,e||n.css(o),n.dequeue().animate(o,{duration:e||0,complete:function(){w(),R=!1,r[0].style.width=C.w+E+k+"px",r[0].style.height=C.h+W+H+"px",C.get("reposition")&&setTimeout(function(){g.on("resize."+j,P.position)},1),"function"==typeof i&&i()},step:w})},P.resize=function(t){var e;L&&((t=t||{}).width&&(C.w=tt(t.width,"x")-E-k),t.innerWidth&&(C.w=tt(t.innerWidth,"x")),f.css({width:C.w}),t.height&&(C.h=tt(t.height,"y")-W-H),t.innerHeight&&(C.h=tt(t.innerHeight,"y")),t.innerHeight||t.height||(e=f.scrollTop(),f.css({height:"auto"}),C.h=f.height()),f.css({height:C.h}),e&&f.scrollTop(e),P.position("none"===C.get("transition")?0:C.get("speed")))},P.prep=function(i){if(L){var o,r="none"===C.get("transition")?0:C.get("speed");f.remove(),(f=V(G,"LoadedContent").append(i)).hide().appendTo(u.show()).css({width:(C.w=C.w||f.width(),C.w=C.mw&&C.mw<C.w?C.mw:C.w,C.w),overflow:C.get("scrolling")?"auto":"hidden"}).css({height:(C.h=C.h||f.height(),C.h=C.mh&&C.mh<C.h?C.mh:C.h,C.h)}).prependTo(h),u.hide(),t(M).css({float:"none"}),nt(C.get("className")),o=function(){var i,o,h=d.length;function a(){!1===t.support.opacity&&n[0].style.removeAttribute("filter")}L&&(o=function(){clearTimeout(K),p.hide(),rt(z),C.get("onComplete")},m.html(C.get("title")).show(),f.show(),h>1?("string"==typeof C.get("current")&&w.html(C.get("current").replace("{current}",I+1).replace("{total}",h)).show(),y[C.get("loop")||I<h-1?"show":"hide"]().html(C.get("next")),x[C.get("loop")||I?"show":"hide"]().html(C.get("previous")),ht(),C.get("preloading")&&t.each([Z(-1),Z(1)],function(){var i=d[this],o=new Y(i,t.data(i,_)),n=o.get("href");n&&et(o,n)&&(n=it(o,n),e.createElement("img").src=n)})):T.hide(),C.get("iframe")?(i=C.get("createIframe"),C.get("scrolling")||(i.scrolling="no"),t(i).attr({src:C.get("href"),class:j+"Iframe"}).one("load",o).appendTo(f),$.one(U,function(){i.src="//about:blank"}),C.get("fastIframe")&&t(i).trigger("load")):o(),"fade"===C.get("transition")?n.fadeTo(r,1,a):a())},"fade"===C.get("transition")?n.fadeTo(r,0,function(){P.position(0,o)}):P.position(r,o)}},P.next=function(){!R&&d[1]&&(C.get("loop")||d[I+1])&&(I=Z(1),at(d[I]))},P.prev=function(){!R&&d[1]&&(C.get("loop")||I)&&(I=Z(-1),at(d[I]))},P.close=function(){L&&!S&&(S=!0,L=!1,rt(A),C.get("onCleanup"),g.off("."+j),o.fadeTo(C.get("fadeOut")||0,0),n.stop().fadeTo(C.get("fadeOut")||0,0,function(){n.hide(),o.hide(),rt(U),f.remove(),setTimeout(function(){S=!1,rt(q),C.get("onClosed")},1)}))},P.remove=function(){n&&(n.stop(),t[_].close(),n.stop(!1,!0).remove(),o.remove(),S=!1,n=null,t("."+D).removeData(_).removeClass(D),t(e).off("click."+j).off("keydown."+j))},P.element=function(){return t(C.el)},P.settings=O)}(jQuery,document,window);
|
13 |
/* Media Uploader */
|
14 |
+
jQuery(document).ready(function(a){if(a(document).on("click","#wpdcom .wmu-upload-wrap",function(){a(".wpd-form-foot",a(this).parents(".wpd_comm_form")).slideDown(parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0)}),a(document).on("change",".wmu-add-files",function(){var e=a(this),t=e.parents(".wpd_comm_form"),d=e[0].files?e[0].files:[];d.length&&function(e,t,d){t.attr("data-uploading","true");var o=new FormData;o.append("action","wmuUploadFiles"),o.append("wmuAttachmentsData",a(".wmu-attachments-data",t).val()),o.append("uniqueId",t.find(".wpdiscuz_unique_id").val());var i=0;a.each(d,function(a,e){i+=e.size,o.append(wpdiscuzAjaxObj.wmuInput+"["+a+"]",e)}),i>parseInt(wpdiscuzAjaxObj.wmuMaxFileSize)?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseMaxFileSize,"wmuPhraseMaxFileSize",e),"error",3e3):i>parseInt(wpdiscuzAjaxObj.wmuPostMaxSize)?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhrasePostMaxSize,"wmuPhrasePostMaxSize",e),"error",3e3):wpdiscuzAjaxObj.getAjaxObj(!0,!0,o).done(function(e){e.success?(a(".wmu-attached-data-info",t).remove(),a(".wmu-add-files",t).after(e.data.attachmentsHtml),e.data.tooltip&&a(".wmu-upload-wrap",t).attr("wpd-tooltip",e.data.tooltip),function(e,t){a.each(t.data.previewsData,function(t,d){a(".wmu-action-wrap .wmu-"+t+"-tab",e).html(""),a.each(d,function(d,o){var i=o.id,r="",s=o.fullname,u=o.shortname;t==wpdiscuzAjaxObj.wmuKeyImages?(r=o.url,u=""):t==wpdiscuzAjaxObj.wmuKeyVideos?r=wpdiscuzAjaxObj.wmuIconVideo:t==wpdiscuzAjaxObj.wmuKeyFiles&&(r=wpdiscuzAjaxObj.wmuIconFile);var n='<div class="wmu-preview [PREVIEW_TYPE_CLASS]" title="[PREVIEW_TITLE]" data-wmu-type="[PREVIEW_TYPE]" data-wmu-attachment="[PREVIEW_ID]"><div class="wmu-preview-remove"><img class="wmu-preview-img" src="[PREVIEW_ICON]"><div class="wmu-file-name">[PREVIEW_FILENAME]</div><div class="wmu-delete"> </div></div></div>';n=(n=(n=(n=(n=(n=n.replace("[PREVIEW_TYPE_CLASS]","wmu-preview-"+t)).replace("[PREVIEW_TITLE]",s)).replace("[PREVIEW_TYPE]",t)).replace("[PREVIEW_ID]",i)).replace("[PREVIEW_ICON]",r)).replace("[PREVIEW_FILENAME]",u),a(".wmu-action-wrap .wmu-"+t+"-tab",e).removeClass("wmu-hide").append(n)})})}(t,e),e.data.errors&&(wpdiscuzAjaxObj.setCommentMessage(e.data.errors,"error",3e3),console.log(e.data.errors))):e.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[e.data.errorCode],e.data.errorCode,t),"error",3e3):e.data.error&&wpdiscuzAjaxObj.setCommentMessage(e.data.error,"error",3e3),a("#wpdiscuz-loading-bar").fadeOut(250),t.attr("data-uploading","false")}).fail(function(e,d,o){console.log(o),a("#wpdiscuz-loading-bar").fadeOut(250),t.attr("data-uploading","false")})}(e,t,d)}),a(document).on("click",".wmu-attachment-delete",function(e){if(confirm(wpdiscuzAjaxObj.wmuPhraseConfirmDelete)){var t=a(this).data("wmu-attachment"),d=new FormData;d.append("action","wmuDeleteAttachment"),d.append("attachmentId",t),wpdiscuzAjaxObj.getAjaxObj(!0,!0,d).done(function(e){if(e.success){var d=a(".wmu-attachment-"+t).parents(".wmu-comment-attachments");a(".wmu-attachment-"+t).remove(),a(".wmu-attached-images *",d).length||a(".wmu-attached-images",d).remove(),a(".wmu-attached-videos *",d).length||a(".wmu-attached-videos",d).remove(),a(".wmu-attached-files *",d).length||a(".wmu-attached-files",d).remove()}else e.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[e.data.errorCode],e.data.errorCode,d),"error",3e3):e.data.error&&wpdiscuzAjaxObj.setCommentMessage(e.data.error,"error",3e3);a("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,d){console.log(d),a("#wpdiscuz-loading-bar").fadeOut(250)})}else console.log("canceled")}),a(document).on("click",".wmu-preview",function(){var e=a(this),t=e.parents(".wpd_comm_form"),d=(e.data("wmu-type"),e.data("wmu-attachment")),o=new FormData;o.append("action","wmuRemoveAttachmentPreview"),o.append("attachmentId",d),o.append("wmuAttachmentsData",a(".wmu-attachments-data",t).val()),o.append("uniqueId",t.find(".wpdiscuz_unique_id").val()),wpdiscuzAjaxObj.getAjaxObj(!0,!0,o).done(function(d){if(d.success){e.remove();var o=a(".wmu-tabs",t);a.each(o,function(e,t){a(".wmu-preview",t).length?a(t).removeClass("wmu-hide"):a(t).addClass("wmu-hide")}),a(".wmu-attached-data-info",t).remove(),a(".wmu-add-files",t).after(d.data.attachmentsHtml),d.data.tooltip&&a(".wmu-upload-wrap",t).attr("wpd-tooltip",d.data.tooltip)}else d.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[d.data.errorCode],d.data.errorCode,t),"error",3e3):d.data.error&&wpdiscuzAjaxObj.setCommentMessage(d.data.error,"error",3e3);a("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,d){console.log(d),a("#wpdiscuz-loading-bar").fadeOut(250)})}),parseInt(wpdiscuzAjaxObj.wmuIsLightbox)){function e(){a(".wmu-lightbox").colorbox({maxHeight:"95%",maxWidth:"95%",rel:"wmu-lightbox",fixed:!0})}e(),wpdiscuzAjaxObj.wmuAddLightBox=e}wpdiscuzAjaxObj.wmuHideAll=function(e,t){"object"==typeof e?e.success?(a(".wmu-tabs",t).addClass("wmu-hide"),a(".wmu-preview",t).remove(),a(".wmu-attached-data-info",t).remove()):console.log(e.data):console.log(e)}});
|
15 |
/* Lity */
|
16 |
!function(e,t){"function"==typeof define&&define.amd?define(["jquery"],function(n){return t(e,n)}):"object"==typeof module&&"object"==typeof module.exports?module.exports=t(e,require("jquery")):e.lity=t(e,e.jQuery||e.Zepto)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=e.document,i=t(e),r=t.Deferred,o=t("html"),a=[],l="aria-hidden",s="lity-"+l,d='a[href],area[href],input:not([disabled]),select:not([disabled]),textarea:not([disabled]),button:not([disabled]),iframe,object,embed,[contenteditable],[tabindex]:not([tabindex^="-"])',c={esc:!0,handler:null,handlers:{image:C,inline:function(e,n){var i,r,o;try{i=t(e)}catch(e){return!1}if(!i.length)return!1;return r=t('<i style="display:none !important"/>'),o=i.hasClass("lity-hide"),n.element().one("lity:remove",function(){r.before(i).remove(),o&&!i.closest(".lity-content").length&&i.addClass("lity-hide")}),i.removeClass("lity-hide").after(r)},youtube:function(e){var n=f.exec(e);if(!n)return!1;return k(x(e,w("https://www.youtube"+(n[2]||"")+".com/embed/"+n[4],t.extend({autoplay:1},b(n[5]||"")))))},vimeo:function(e){var n=y.exec(e);if(!n)return!1;return k(x(e,w("https://player.vimeo.com/video/"+n[3],t.extend({autoplay:1},b(n[4]||"")))))},googlemaps:function(e){var t=v.exec(e);if(!t)return!1;return k(x(e,w("https://www.google."+t[3]+"/maps?"+t[6],{output:t[6].indexOf("layer=c")>0?"svembed":"embed"})))},facebookvideo:function(e){var n=p.exec(e);if(!n)return!1;0!==e.indexOf("http")&&(e="https:"+e);return k(x(e,w("https://www.facebook.com/plugins/video.php?href="+e,t.extend({autoplay:1},b(n[4]||"")))))},iframe:k},template:'<div class="lity" role="dialog" aria-label="Dialog Window (Press escape to close)" tabindex="-1"><div class="lity-wrap" data-lity-close role="document"><div class="lity-loader" aria-hidden="true">Loading...</div><div class="lity-container"><div class="lity-content"></div><button class="lity-close" type="button" aria-label="Close (Press escape to close)" data-lity-close>×</button></div></div></div>'},u=/(^data:image\/)|(\.(png|jpe?g|gif|svg|webp|bmp|ico|tiff?)(\?\S*)?$)/i,f=/(youtube(-nocookie)?\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed\/?)?([\w-]{11})(.*)?/i,y=/(vimeo(pro)?.com)\/(?:[^\d]+)?(\d+)\??(.*)?$/,v=/((maps|www)\.)?google\.([^\/\?]+)\/?((maps\/?)?\?)(.*)/i,p=/(facebook\.com)\/([a-z0-9_-]*)\/videos\/([0-9]*)(.*)?$/i,m=function(){var e=n.createElement("div"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in t)if(void 0!==e.style[i])return t[i];return!1}();function h(e){var t=r();return m&&e.length?(e.one(m,t.resolve),setTimeout(t.resolve,500)):t.resolve(),t.promise()}function g(e,n,i){if(1===arguments.length)return t.extend({},e);if("string"==typeof n){if(void 0===i)return void 0===e[n]?null:e[n];e[n]=i}else t.extend(e,n);return this}function b(e){for(var t,n=decodeURI(e.split("#")[0]).split("&"),i={},r=0,o=n.length;r<o;r++)n[r]&&(i[(t=n[r].split("="))[0]]=t[1]);return i}function w(e,n){return e+(e.indexOf("?")>-1?"&":"?")+t.param(n)}function x(e,t){var n=e.indexOf("#");return-1===n?t:(n>0&&(e=e.substr(n)),t+e)}function C(e,n){var i=n.opener()&&n.opener().data("lity-desc")||"Image with no description",o=t('<img src="'+e+'" alt="'+i+'"/>'),a=r(),l=function(){var e;a.reject((e="Failed loading image",t('<span class="lity-error"/>').append(e)))};return o.on("load",function(){if(0===this.naturalWidth)return l();a.resolve(o)}).on("error",l),a.promise()}function k(e){return'<div class="lity-iframe-container"><iframe frameborder="0" allowfullscreen src="'+e+'"/></div>'}function E(){return n.documentElement.clientHeight?.9*n.documentElement.clientHeight:Math.round(.9*i.height())}function j(e){var t,i,r,o=z();o&&(27===e.keyCode&&o.options("esc")&&o.close(),9===e.keyCode&&(t=e,i=o.element().find(d),r=i.index(n.activeElement),t.shiftKey&&r<=0?(i.get(i.length-1).focus(),t.preventDefault()):t.shiftKey||r!==i.length-1||(i.get(0).focus(),t.preventDefault())))}function D(){t.each(a,function(e,t){t.resize()})}function z(){return 0===a.length?null:a[0]}function T(e,d,u,f){var y,v,p,m,b,w,x,C,k,z,T,O=this,q=!1,W=!1;d=t.extend({},c,d),v=t(d.template),O.element=function(){return v},O.opener=function(){return u},O.options=t.proxy(g,O,d),O.handlers=t.proxy(g,O,d.handlers),O.resize=function(){q&&!W&&p.css("max-height",E()+"px").trigger("lity:resize",[O])},O.close=function(){if(q&&!W){var e;W=!0,(e=O).element().attr(l,"true"),1===a.length&&(o.removeClass("lity-active"),i.off({resize:D,keydown:j})),((a=t.grep(a,function(t){return e!==t})).length?a[0].element():t(".lity-hidden")).removeClass("lity-hidden").each(function(){var e=t(this),n=e.data(s);n?e.attr(l,n):e.removeAttr(l),e.removeData(s)});var d=r();if(f&&(n.activeElement===v[0]||t.contains(v[0],n.activeElement)))try{f.focus()}catch(e){}return p.trigger("lity:close",[O]),v.removeClass("lity-opened").addClass("lity-closed"),h(p.add(v)).always(function(){p.trigger("lity:remove",[O]),v.remove(),v=void 0,d.resolve()}),d.promise()}},m=e,b=O,w=d.handlers,x=d.handler,k="inline",z=t.extend({},w),x&&z[x]?(C=z[x](m,b),k=x):(t.each(["inline","iframe"],function(e,t){delete z[t],z[t]=w[t]}),t.each(z,function(e,t){return!t||!(!t.test||t.test(m,b))||(!1!==(C=t(m,b))?(k=e,!1):void 0)})),y={handler:k,content:C||""},v.attr(l,"false").addClass("lity-loading lity-opened lity-"+y.handler).appendTo("body").focus().on("click","[data-lity-close]",function(e){t(e.target).is("[data-lity-close]")&&O.close()}).trigger("lity:open",[O]),T=O,1===a.unshift(T)&&(o.addClass("lity-active"),i.on({resize:D,keydown:j})),t("body > *").not(T.element()).addClass("lity-hidden").each(function(){var e=t(this);void 0===e.data(s)&&e.data(s,e.attr(l)||null)}).attr(l,"true"),t.when(y.content).always(function(e){p=t(e).css("max-height",E()+"px"),v.find(".lity-loader").each(function(){var e=t(this);h(e).always(function(){e.remove()})}),v.removeClass("lity-loading").find(".lity-content").empty().append(p),q=!0,p.trigger("lity:ready",[O])})}function O(e,i,r){e.preventDefault?(e.preventDefault(),e=(r=t(this)).data("lity-target")||r.attr("rel")||r.attr("src")):r=t(r);var o=new T(e,t.extend({},r.data("lity-options")||r.data("lity"),i),r,n.activeElement);if(!e.preventDefault)return o}return C.test=function(e){return u.test(e)},O.version="2.2.2",O.options=t.proxy(g,O,c),O.handlers=t.proxy(g,O,c.handlers),O.current=z,t(n).on("click.lity","[data-wpd-lity]",O),O});
|
17 |
/* My Content and Settings */
|
assets/js/wpdiscuz-mu-frontend.js
CHANGED
@@ -14,6 +14,7 @@ jQuery(document).ready(function ($) {
|
|
14 |
});
|
15 |
|
16 |
function wmuUploadFiles(btn, form, files) {
|
|
|
17 |
var data = new FormData();
|
18 |
data.append('action', 'wmuUploadFiles');
|
19 |
data.append('wmuAttachmentsData', $('.wmu-attachments-data', form).val());
|
@@ -49,10 +50,12 @@ jQuery(document).ready(function ($) {
|
|
49 |
}
|
50 |
}
|
51 |
$('#wpdiscuz-loading-bar').fadeOut(250);
|
|
|
52 |
})
|
53 |
.fail(function (jqXHR, textStatus, errorThrown) {
|
54 |
console.log(errorThrown);
|
55 |
$('#wpdiscuz-loading-bar').fadeOut(250);
|
|
|
56 |
});
|
57 |
}
|
58 |
}
|
14 |
});
|
15 |
|
16 |
function wmuUploadFiles(btn, form, files) {
|
17 |
+
form.attr('data-uploading', 'true');
|
18 |
var data = new FormData();
|
19 |
data.append('action', 'wmuUploadFiles');
|
20 |
data.append('wmuAttachmentsData', $('.wmu-attachments-data', form).val());
|
50 |
}
|
51 |
}
|
52 |
$('#wpdiscuz-loading-bar').fadeOut(250);
|
53 |
+
form.attr('data-uploading', 'false');
|
54 |
})
|
55 |
.fail(function (jqXHR, textStatus, errorThrown) {
|
56 |
console.log(errorThrown);
|
57 |
$('#wpdiscuz-loading-bar').fadeOut(250);
|
58 |
+
form.attr('data-uploading', 'false');
|
59 |
});
|
60 |
}
|
61 |
}
|
assets/js/wpdiscuz-mu-frontend.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(
|
1 |
+
jQuery(document).ready(function(a){if(a(document).on("click","#wpdcom .wmu-upload-wrap",function(){a(".wpd-form-foot",a(this).parents(".wpd_comm_form")).slideDown(parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0)}),a(document).on("change",".wmu-add-files",function(){var e=a(this),t=e.parents(".wpd_comm_form"),d=e[0].files?e[0].files:[];d.length&&function(e,t,d){t.attr("data-uploading","true");var o=new FormData;o.append("action","wmuUploadFiles"),o.append("wmuAttachmentsData",a(".wmu-attachments-data",t).val()),o.append("uniqueId",t.find(".wpdiscuz_unique_id").val());var i=0;a.each(d,function(a,e){i+=e.size,o.append(wpdiscuzAjaxObj.wmuInput+"["+a+"]",e)}),i>parseInt(wpdiscuzAjaxObj.wmuMaxFileSize)?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseMaxFileSize,"wmuPhraseMaxFileSize",e),"error",3e3):i>parseInt(wpdiscuzAjaxObj.wmuPostMaxSize)?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhrasePostMaxSize,"wmuPhrasePostMaxSize",e),"error",3e3):wpdiscuzAjaxObj.getAjaxObj(!0,!0,o).done(function(e){e.success?(a(".wmu-attached-data-info",t).remove(),a(".wmu-add-files",t).after(e.data.attachmentsHtml),e.data.tooltip&&a(".wmu-upload-wrap",t).attr("wpd-tooltip",e.data.tooltip),function(e,t){a.each(t.data.previewsData,function(t,d){a(".wmu-action-wrap .wmu-"+t+"-tab",e).html(""),a.each(d,function(d,o){var i=o.id,r="",s=o.fullname,u=o.shortname;t==wpdiscuzAjaxObj.wmuKeyImages?(r=o.url,u=""):t==wpdiscuzAjaxObj.wmuKeyVideos?r=wpdiscuzAjaxObj.wmuIconVideo:t==wpdiscuzAjaxObj.wmuKeyFiles&&(r=wpdiscuzAjaxObj.wmuIconFile);var n='<div class="wmu-preview [PREVIEW_TYPE_CLASS]" title="[PREVIEW_TITLE]" data-wmu-type="[PREVIEW_TYPE]" data-wmu-attachment="[PREVIEW_ID]"><div class="wmu-preview-remove"><img class="wmu-preview-img" src="[PREVIEW_ICON]"><div class="wmu-file-name">[PREVIEW_FILENAME]</div><div class="wmu-delete"> </div></div></div>';n=(n=(n=(n=(n=(n=n.replace("[PREVIEW_TYPE_CLASS]","wmu-preview-"+t)).replace("[PREVIEW_TITLE]",s)).replace("[PREVIEW_TYPE]",t)).replace("[PREVIEW_ID]",i)).replace("[PREVIEW_ICON]",r)).replace("[PREVIEW_FILENAME]",u),a(".wmu-action-wrap .wmu-"+t+"-tab",e).removeClass("wmu-hide").append(n)})})}(t,e),e.data.errors&&(wpdiscuzAjaxObj.setCommentMessage(e.data.errors,"error",3e3),console.log(e.data.errors))):e.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[e.data.errorCode],e.data.errorCode,t),"error",3e3):e.data.error&&wpdiscuzAjaxObj.setCommentMessage(e.data.error,"error",3e3),a("#wpdiscuz-loading-bar").fadeOut(250),t.attr("data-uploading","false")}).fail(function(e,d,o){console.log(o),a("#wpdiscuz-loading-bar").fadeOut(250),t.attr("data-uploading","false")})}(e,t,d)}),a(document).on("click",".wmu-attachment-delete",function(e){if(confirm(wpdiscuzAjaxObj.wmuPhraseConfirmDelete)){var t=a(this).data("wmu-attachment"),d=new FormData;d.append("action","wmuDeleteAttachment"),d.append("attachmentId",t),wpdiscuzAjaxObj.getAjaxObj(!0,!0,d).done(function(e){if(e.success){var d=a(".wmu-attachment-"+t).parents(".wmu-comment-attachments");a(".wmu-attachment-"+t).remove(),a(".wmu-attached-images *",d).length||a(".wmu-attached-images",d).remove(),a(".wmu-attached-videos *",d).length||a(".wmu-attached-videos",d).remove(),a(".wmu-attached-files *",d).length||a(".wmu-attached-files",d).remove()}else e.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[e.data.errorCode],e.data.errorCode,d),"error",3e3):e.data.error&&wpdiscuzAjaxObj.setCommentMessage(e.data.error,"error",3e3);a("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,d){console.log(d),a("#wpdiscuz-loading-bar").fadeOut(250)})}else console.log("canceled")}),a(document).on("click",".wmu-preview",function(){var e=a(this),t=e.parents(".wpd_comm_form"),d=(e.data("wmu-type"),e.data("wmu-attachment")),o=new FormData;o.append("action","wmuRemoveAttachmentPreview"),o.append("attachmentId",d),o.append("wmuAttachmentsData",a(".wmu-attachments-data",t).val()),o.append("uniqueId",t.find(".wpdiscuz_unique_id").val()),wpdiscuzAjaxObj.getAjaxObj(!0,!0,o).done(function(d){if(d.success){e.remove();var o=a(".wmu-tabs",t);a.each(o,function(e,t){a(".wmu-preview",t).length?a(t).removeClass("wmu-hide"):a(t).addClass("wmu-hide")}),a(".wmu-attached-data-info",t).remove(),a(".wmu-add-files",t).after(d.data.attachmentsHtml),d.data.tooltip&&a(".wmu-upload-wrap",t).attr("wpd-tooltip",d.data.tooltip)}else d.data.errorCode?wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[d.data.errorCode],d.data.errorCode,t),"error",3e3):d.data.error&&wpdiscuzAjaxObj.setCommentMessage(d.data.error,"error",3e3);a("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,d){console.log(d),a("#wpdiscuz-loading-bar").fadeOut(250)})}),parseInt(wpdiscuzAjaxObj.wmuIsLightbox)){function e(){a(".wmu-lightbox").colorbox({maxHeight:"95%",maxWidth:"95%",rel:"wmu-lightbox",fixed:!0})}e(),wpdiscuzAjaxObj.wmuAddLightBox=e}wpdiscuzAjaxObj.wmuHideAll=function(e,t){"object"==typeof e?e.success?(a(".wmu-tabs",t).addClass("wmu-hide"),a(".wmu-preview",t).remove(),a(".wmu-attached-data-info",t).remove()):console.log(e.data):console.log(e)}});
|
assets/js/wpdiscuz.js
CHANGED
@@ -529,6 +529,12 @@ jQuery(document).ready(function ($) {
|
|
529 |
var currentSubmitBtn = $(this);
|
530 |
var depth = 1;
|
531 |
var wcForm = $(this).parents('form');
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
if (!wcForm.hasClass('wpd_main_comm_form')) {
|
533 |
depth = getCommentDepth($(this).parents('.wpd-comment'));
|
534 |
}
|
529 |
var currentSubmitBtn = $(this);
|
530 |
var depth = 1;
|
531 |
var wcForm = $(this).parents('form');
|
532 |
+
|
533 |
+
if (wcForm.attr('data-uploading') === 'true') {
|
534 |
+
wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseDoingUpload, 'wmuPhraseDoingUpload', wcForm), 'warning');
|
535 |
+
return;
|
536 |
+
}
|
537 |
+
|
538 |
if (!wcForm.hasClass('wpd_main_comm_form')) {
|
539 |
depth = getCommentDepth($(this).parents('.wpd-comment'));
|
540 |
}
|
assets/js/wpdiscuz.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var wpdiscuzLoadRichEditor=parseInt(wpdiscuzAjaxObj.loadRichEditor);if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap"))var wpDiscuzEditor=new WpdEditor;function wpdMessagesOnInit(e,t){wpdiscuzAjaxObj.setCommentMessage(e,t),setTimeout(function(){location.href=location.href.substring(0,location.href.indexOf("wpdiscuzUrlAnchor")-1)},3e3)}wpdiscuzAjaxObj.setCommentMessage=function(e,t,a){var o="wpdiscuz-message-error";if(e instanceof Array)for(var n in e)t instanceof Array?"success"===t[n]?o="wpdiscuz-message-success":"warning"===t[n]&&(o="wpdiscuz-message-warning"):"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e[n]).prependTo("#wpdiscuz-comment-message").delay(a instanceof Array?a[n]:a||4e3).fadeOut(1e3,function(){jQuery(this).remove()});else"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e).prependTo("#wpdiscuz-comment-message").delay(a||4e3).fadeOut(1e3,function(){jQuery(this).remove()})},wpdiscuzAjaxObj.applyFilterOnPhrase=function(e,t,a){return wpdiscuzAjaxObj.phraseFilters&&jQuery.each(wpdiscuzAjaxObj.phraseFilters,function(o){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]]&&(e=wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]](e,t,a))}),e},jQuery(document).ready(function(e){e("body").addClass("wpdiscuz_"+wpdiscuzAjaxObj.version);var t=wpdiscuzAjaxObj.is_user_logged_in,a=1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!t,o=1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&t,n=wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion,i=parseInt(wpdiscuzAjaxObj.commentListLoadType),s=parseInt(wpdiscuzAjaxObj.wc_post_id);wpdiscuzAjaxObj.wpdiscuz_nonce="";var d=parseInt(wpdiscuzAjaxObj.commentListUpdateType),c=1e3*parseInt(wpdiscuzAjaxObj.commentListUpdateTimer),p=parseInt(wpdiscuzAjaxObj.liveUpdateGuests),r=wpdiscuzAjaxObj.loadLastCommentId,l=r,m=parseInt(wpdiscuzAjaxObj.firstLoadWithAjax);Cookies.get("wpdiscuz_comments_sorting")&&Cookies.remove("wpdiscuz_comments_sorting",{path:""}),Cookies.get("wordpress_last_visit")&&Cookies.remove("wordpress_last_visit",{path:""}),Cookies.get("wpdiscuz_last_visit")&&Cookies.remove("wpdiscuz_last_visit",{path:""});var w,u=parseInt(wpdiscuzAjaxObj.wordpressIsPaginate),f=wpdiscuzAjaxObj.storeCommenterData,h=parseInt(wpdiscuzAjaxObj.wmuEnabled),b=wpdiscuzAjaxObj.isCookiesEnabled,_=!0,g=wpdiscuzAjaxObj.cookiehash,z=parseInt(wpdiscuzAjaxObj.isLoadOnlyParentComments),j=parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0,v=parseInt(wpdiscuzAjaxObj.isNativeAjaxEnabled),x=parseInt(wpdiscuzAjaxObj.enableBubble),C=parseInt(wpdiscuzAjaxObj.bubbleLiveUpdate),k=parseInt(wpdiscuzAjaxObj.bubbleHintTimeout),y=parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout)?parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout):5,O=parseInt(wpdiscuzAjaxObj.bubbleShowNewCommentMessage),A=wpdiscuzAjaxObj.bubbleLocation,I=wpdiscuzAjaxObj.inlineFeedbackAttractionType,T=(T=parseInt(wpdiscuzAjaxObj.scrollSize))||32,D=[],F=[],E=[],M=!1,L=1,R=e("html").css("scroll-behavior"),S=e("body").css("scroll-behavior");(e(".wc_social_plugin_wrapper .wp-social-login-provider-list").length?e(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .the_champ_login_container").length?e(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .social_connect_form").length?e(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&e(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"),wpdiscuzLoadRichEditor&&e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0"),window.addEventListener("beforeunload",function(t){var a=e(".wpd-form").not(":hidden");if(a.length)if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap")){for(var o=0;o<a.length;o++)if("\n"!==wpDiscuzEditor.createEditor(e(a[o]).find(".ql-container").attr("id")).getText())return t.preventDefault(),void(t.returnValue="")}else for(o=0;o<a.length;o++)if(e(a[o]).find(".wc_comment").val())return t.preventDefault(),void(t.returnValue="")}),wpdiscuzLoadRichEditor||(e(document).delegate("textarea.wc_comment","input",function(){we(e(this))}),e.each(e("textarea.wc_comment"),function(){we(e(this))})),e(document).on("focus","#wpdcom .ql-editor, #wpdcom .wc_comment",function(){e(".wpd-form-foot",e(this).parents(".wpd_comm_form")).slideDown(j)}),e(document).on("focus","#wpdcom textarea",function(){e(this).next(".autogrow-textarea-mirror").length||e(this).autoGrow()}),t)||U({comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)});if(e(".wpd-vote-down.wpd-dislike-hidden").remove(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd"),e(document).on("click","#wpd-editor-source-code-wrapper-bg",function(){e(this).hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),wpdiscuzLoadRichEditor&&e(document).on("click","#wpd-insert-source-code",function(){var t=wpDiscuzEditor.createEditor("#"+e("#wpd-editor-uid").val());t.deleteText(0,t.getLength(),Quill.sources.USER);var a=e("#wpd-editor-source-code").val();a.length&&t.clipboard.dangerouslyPasteHTML(0,a,Quill.sources.USER),t.update(),e("#wpd-editor-source-code-wrapper-bg").hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),e(document).on("click",".wpd-reply-button",function(){var i=X(e(this),0);e(this).hasClass("wpdiscuz-clonned")?(wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+i).focus()},j):setTimeout(function(){e("#wc-textarea-"+i).trigger("focus")},j),e("#wpd-secondary-form-wrapper-"+i).slideToggle(j)):function(a){var o=X(a,0);e("#wpdiscuz_form_anchor-"+o).before(function(t){return e("#wpdiscuz_hidden_secondary_form").html().replace(/wpdiscuzuniqueid/g,t)}(o));var n=e("#wpd-secondary-form-wrapper-"+o);if(!t){var i={comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)};U(i)}wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+o).focus()},j):setTimeout(function(){e("#wc-textarea-"+o).trigger("focus")},j);n.slideToggle(j,function(){a.addClass("wpdiscuz-clonned")})}(e(this)),function(t){if((a||o)&&"2.0"===n){var i=Y(t);setTimeout(function(){if(!F[i])try{F[i]=grecaptcha.render("wpdiscuz-recaptcha-"+t,{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(a){e("#wpdiscuz-recaptcha-field-"+t).val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-"+t).val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3)}}(i)}),e(document).on("click","#wpdcom [data-wpd-clipboard]",function(){var t=e(this).data("wpd-clipboard"),a=e("<input/>");a.appendTo("body").css({position:"absolute",top:"-10000000px"}).val(t),a.trigger("select"),document.execCommand("copy"),a.remove(),wpdiscuzAjaxObj.setCommentMessage(t+"<br/>"+wpdiscuzAjaxObj.wc_copied_to_clipboard,"success",5e3)}),e(document).on("click",".wpdiscuz-nofollow,.wc_captcha_refresh_img,.wpd-load-more-submit",function(e){e.preventDefault()}),e(document).on("click",".wpd-toggle.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked");var a=X(e(this),0),o=e(this),n=e(".fas",o);!o.parents(".wpd-comment:not(.wpd-reply)").children(".wpd-reply").length&&z?function(t,a){var o=Y(t),n=new FormData;n.append("action","wpdShowReplies"),n.append("commentId",o),fe(v,!0,n).done(function(o){a.addClass("wpd_not_clicked"),"object"==typeof o&&o.success&&(e("#wpd-comm-"+t).replaceWith(o.data.comment_list),e("#wpd-comm-"+t+" .wpd-toggle .fas").removeClass("fa-chevron-down").addClass("fa-chevron-up"),e("#wpd-comm-"+t+" .wpd-toggle .wpd-view-replies .wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),e("#wpd-comm-"+t+" .wpd-toggle").attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text),ue(o)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,o,n){console.log(n),a.addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}(a,t):e("#wpd-comm-"+a+"> .wpd-reply").slideToggle(700,function(){e(this).is(":hidden")?(n.removeClass("fa-chevron-up"),n.addClass("fa-chevron-down"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_show_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_show_replies_text)):(n.removeClass("fa-chevron-down"),n.addClass("fa-chevron-up"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text)),t.addClass("wpd_not_clicked")})}),e(document).on("mouseenter",".wpd-new-loaded-comment",function(){e(this).removeClass("wpd-new-loaded-comment")}),e(document).on("click",".wpd-sbs-toggle",function(){e(".wpdiscuz-subscribe-bar").slideToggle(j)}),parseInt(wpdiscuzAjaxObj.wpDiscuzIsShowOnSubscribeForm)&&!t&&wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&e("#wpdiscuz-subscribe-form").length&&("2.0"===n?(setTimeout(function(){try{grecaptcha.render("wpdiscuz-recaptcha-subscribe-form",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-subscribe-form").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val()?e(".wpdiscuz-recaptcha",e(this)).css("border","none"):(e(".wpdiscuz-recaptcha",e(this)).css("border","1px solid red"),t.preventDefault())})):"3.0"===n&&e(document).on("click","#wpdiscuz_subscription_button",function(t){var a=e(this).parents("#wpdiscuz-subscribe-form");t.preventDefault();try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/wpdAddSubscription"}).then(function(e){console.log(5555),document.getElementById("wpdiscuz-recaptcha-field-subscribe-form").value=e,a.trigger("submit")},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error")}})),(a||o)&&"2.0"===n){var q=e(window).width(),P=e("#wpdcom").width();P>=1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"65%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"35%"})),P>=940&&P<1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"60%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"40%"})),P>=810&&P<940&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"60%"})),P>=730&&P<810&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"45%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"55%"})),P>=610&&P<730&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.85)","-webkit-transform":"scale(0.85)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"43%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"55%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"})),q>650&&(P>=510&&P<610&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"35%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"63%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%",position:"relative",right:"-60px"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),P>=470&&P<510&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"60%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd_main_comm_form .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),P<470&&(e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({margin:"0px auto","transform-origin":"center 0","-webkit-transform-origin":"center 0"}),e("#wpdcom .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc_notification_checkboxes").css({"text-align":"center"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-field-submit").css({"text-align":"center"})))}function H(t,a,o){fe(v||h,!1,a).done(function(a){if(e(o).addClass("wpd_not_clicked"),"object"==typeof a)if(a.success){"collapsed"===wpdiscuzAjaxObj.commentFormView&&e(".wpd-form-foot",t).slideUp(j),a.data.wc_all_comments_count_new=parseInt(a.data.wc_all_comments_count_new),e(".wpd-thread-info").html(a.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(a.data.wc_all_comments_count_bubble_html);var n=j;a.data.is_main?ne(a.data.message):(n=j+700,e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).slideToggle(700),1==a.data.is_in_same_container?e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).after(a.data.message):e("#wpd-comm-"+a.data.uniqueid).after(a.data.message)),function(e){if(!e.data.held_moderate){var t=new FormData;t.append("action","wpdCheckNotificationType"),t.append("comment_id",e.data.new_comment_id),t.append("email",e.data.comment_author_email),t.append("isParent",e.data.is_main),fe(v,!0,t)}}(a),function(e){if(e.data.redirect>0&&e.data.new_comment_id){var t=new FormData;t.append("action","wpdRedirect"),t.append("commentId",e.data.new_comment_id),fe(v,!0,t).done(function(e){"object"==typeof e&&e.success&&setTimeout(function(){location.href=e.data},2e3)}).fail(function(e,t,a){console.log(a)})}}(a),b&&_?function(t){var a=t.comment_author_email,o=t.comment_author,n=t.comment_author_url;null==f?(Cookies.set("comment_author_email_"+g,a),Cookies.set("comment_author_"+g,o),n.length&&Cookies.set("comment_author_url_"+g,n)):(f=parseInt(f),Cookies.set("comment_author_email_"+g,a,{expires:f,path:"/"}),Cookies.set("comment_author_"+g,o,{expires:f,path:"/"}),n.length&&Cookies.set("comment_author_url_"+g,n,{expires:f,path:"/"}));e(".wpd-cookies-checkbox").length&&e(".wpd-cookies-checkbox").prop("checked",!0)}(a.data):_||e(".wpd-cookies-checkbox").prop("checked",!1),t.get(0).reset(),wpdiscuzLoadRichEditor?wpDiscuzEditor.createEditor("#wpd-editor-"+e(".wpdiscuz_unique_id",t).val()).setContents([{insert:"\n"}]):we(t.find(".wc_comment")),U(a.data),e(".wmu-preview-wrap",t).remove(),D.length&&(D.forEach(function(e){e.parents(".wpd-field-checkbox").remove()}),D=[]),parseInt(wpdiscuzAjaxObj.scrollToComment)&&setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.new_comment_id).offset().top-T},1e3,oe)},n),ue(a,t)}else a.data&&(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"),ue(a,t));else wpdiscuzAjaxObj.setCommentMessage(a,"error");e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,n){console.log(n),e(o).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}function U(t){e(".wpd_comm_form .wc_name").val(t.comment_author),t.comment_author_email&&t.comment_author_email.indexOf("@example.com")<0&&e(".wpd_comm_form .wc_email").val(t.comment_author_email),t.comment_author_url&&e(".wpd_comm_form .wc_website").val(t.comment_author_url)}function W(t,a){e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").show(),e("#wpd-comm-"+t+" .wpdiscuz-edit-form-wrap").replaceWith(a),e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-last-edited").show()}e(document).on("click",".wc_comm_submit.wpd_not_clicked",function(){var i=e(this),s=1,d=e(this).parents("form");if(d.hasClass("wpd_main_comm_form")||(s=function(t){var a=t.attr("class").split(" "),o="";return e.each(a,function(e,t){"wpd_comment_level"===J(t,!1)&&(o=J(t,!0))}),parseInt(o)+1}(e(this).parents(".wpd-comment"))),te(d,"#wpd-editor-"+e(".wpdiscuz_unique_id",d).val()),d.on("submit",function(e){e.preventDefault()}),""!==e(".wc_comment",d).val().trim()){if(d[0].checkValidity()&&(p=d,r=!0,"2.0"===n&&e("input[name=wc_captcha]",p).length&&!e("input[name=wc_captcha]",p).val().length?(r=!1,e(".wpdiscuz-recaptcha",p).css("border","1px solid red")):"2.0"===n&&e("input[name=wc_captcha]",p).length&&e(".wpdiscuz-recaptcha",p).css("border","none"),r)){M=!0,function(t){e(".wpd-agreement-checkbox",t).each(function(){e(this).hasClass("wpd_agreement_hide")&&b&&e(this).prop("checked")&&(Cookies.set(e(this).attr("name")+"_"+g,1,{expires:30,path:"/"}),e("input[name="+e(this).attr("name")+"]").each(function(){D.push(e(this))}))})}(d),e(i).removeClass("wpd_not_clicked");var c=new FormData;if(c.append("action","wpdAddComment"),e(":input",d).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&c.append(this.name+"",e(this).val().trim()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&c.append(this.name+"",e(this).val())}),c.append("wpd_comment_depth",s),wpdiscuzAjaxObj.wpdiscuz_zs&&c.append("wpdiscuz_zs",wpdiscuzAjaxObj.wpdiscuz_zs),e(".wpd-cookies-checkbox",d).length?e(".wpd-cookies-checkbox",d).prop("checked")||(_=!1):t&&(_=!1),e("#wpdiscuz-loading-bar").show(),wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&"3.0"===n&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/addComment"}).then(function(e){c.append("g-recaptcha-response",e),H(d,c,i)},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error"),e("#wpdiscuz-loading-bar").fadeOut(250)}else H(d,c,i)}var p,r;!function(e){if((a||o)&&"2.0"===n){var t=Y(e);grecaptcha.reset(F[t])}}(e(".wpdiscuz_unique_id",d).val()),e(".wpdiscuz_reset").val("")}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wc_msg_required_fields,"wc_msg_required_fields",d),"error")}),e(document).on("click",".wpd_editable_comment",function(){w&&e(".wpdiscuz-edit-form-wrap").length&&W(X(e(".wpdiscuz-edit-form-wrap"),0),w);var t=e(this),a=X(t,0),o=Y(a),n=new FormData;n.append("action","wpdEditComment"),n.append("commentId",o),w=e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-text").get(0),fe(v,!0,n).done(function(o){if("object"==typeof o)if(o.success){if(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text").replaceWith(o.data.html),wpdiscuzLoadRichEditor){var n=wpDiscuzEditor.createEditor("#wpd-editor-edit_"+a);n.clipboard.dangerouslyPasteHTML(0,o.data.content),n.update(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd")}else e("#wc-textarea-edit_"+a).val(o.data.content),we(e("#wc-textarea-edit_"+a));e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").hide(),e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").hide()}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[o.data],o.data,t),"error");else console.log(o);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wc_save_edited_comment",function(){var t=e(this),a=X(t),o=Y(a),n=e("#wpd-comm-"+a+" #wpdiscuz-edit-form");if(te(n,"#wpd-editor-edit_"+a),n.on("submit",function(e){e.preventDefault()}),n[0].checkValidity()){var i=new FormData;i.append("action","wpdSaveEditedComment"),i.append("commentId",o),e(":input",n).each(function(){""!==this.name&&"checkbox"!==this.type&&"radio"!==this.type&&i.append(this.name+"",e(this).val()),"checkbox"!==this.type&&"radio"!==this.type||e(this).is(":checked")&&i.append(this.name+"",e(this).val())}),fe(v,!0,i).done(function(n){"object"==typeof n?(n.success?(W(a,n.data.message),n.data.lastEdited&&(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").remove(),e(n.data.lastEdited).insertAfter("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text")),n.data.twitterShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_tw").attr("href",n.data.twitterShareLink),n.data.whatsappShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_whatsapp").attr("href",n.data.whatsappShareLink),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error"),ue(n,o)):console.log(n),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wc_cancel_edit",function(){var t=X(e(this));W(t,w),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+t)}),!u&&m&&(L=0,1==m?setTimeout(function(){B(!0)},500):e(document).on("click",".wpd-load-comments",function(){e(this).parent(".wpd-load-more-submit-wrap").remove(),B(!0)})),e(document).on("click",".wpd-load-more-submit",function(){var t=e(this);t.hasClass("wpd-loaded")&&B(!1,t,"wpd-loaded","wpd-loading")});var N=!1;function V(){var t=e("#wpdiscuzHasMoreComments").val(),a=e(document).height(),o=e(window).height()+e(window).scrollTop();a&&o&&(100*o/a>=80&&!1===N&&1==t&&(N=!0,B(!1,e(".wpd-load-more-submit"))))}function B(t,a,o,n){a&&(a.toggleClass(o),a.toggleClass(n));var s=new FormData;s.append("action","wpdLoadMoreComments");var d=e(".wpdiscuz-sort-button-active").attr("data-sorting");d&&s.append("sorting",d),s.append("offset",L),s.append("lastParentId",e(".wpd-load-more-submit").attr("data-lastparentid")),s.append("isFirstLoad",t?1:0);var c=e(".wpdf-active").attr("data-filter-type");s.append("wpdType",c||""),fe(v,!t||1!=m,s).done(function(s){"object"==typeof s&&s.success&&(L++,t&&e(".wpd-comment").remove(),e(".wpdiscuz_single").remove(),e(".wpdiscuz-comment-pagination").before(s.data.comment_list),K(s,t&&2!==i),N=!1,s.data.loadLastCommentId&&(r=s.data.loadLastCommentId),ue(s),t&&Q(!1)),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))}).fail(function(t,i,s){console.log(s),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))})}function K(t,a){if(0==t.data.is_show_load_more)e("#wpdiscuzHasMoreComments").val(0),e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide();else if(o=t.data.last_parent_id,e(".wpd-load-more-submit").attr("data-lastparentid",o),2!==i&&e(".wpdiscuz-comment-pagination").show(),e("#wpdiscuzHasMoreComments").val(1),a&&e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").show(),t.data.comments_left>0){if(!e(".wpd-load-more-submit .wpd-comments-left").length){const t=e("<span>");t.addClass("wpd-comments-left"),e(".wpd-load-more-submit").append(t)}e(".wpd-load-more-submit .wpd-comments-left").text(t.data.comments_left_text)}var o;ue(t)}function Q(t){var a=location.href.match(/#comment\-(\d+)/);if(null!==a){var o=a[1];if(e("#comment-"+o).length)setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+o).parents("[id^=wpd-comm-]").offset().top-T},1e3,oe),t&&G(o)},500);else{var n=new FormData;n.append("action","wpdGetSingleComment"),n.append("commentId",o),fe(v,!0,n).done(function(a){if("object"==typeof a&&a.success){var n="#comment-"+o;e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e(n).offset().top-T},1e3,oe),t&&G(o)}e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}}function G(t){setTimeout(function(){e("#comment-"+t).siblings(".wpd-secondary-form-wrapper").is(":visible")||e("#comment-"+t).find(".wpd-reply-button").trigger("click")},1100)}function $(e){if(void 0!==e.data.message)for(var t,a=e.data.message,o=0;o<a.length;o++)Z((t=a[o]).comment_parent,t.comment_html)}function X(e,t){var a="";return(a=t?e.parents(".wpd-main-form-wrapper").attr("id"):e.parents(".wpd-comment").attr("id")).substring(a.lastIndexOf("-")+1)}function Y(e){return e.substring(0,e.indexOf("_"))}function J(e,t){return t?e.substring(e.indexOf("-")+1):e.substring(0,e.indexOf("-"))}function Z(t,a){if(0==t)ne(a);else{var o=X(e("#comment-"+t),0);e("#wpdiscuz_form_anchor-"+o).after(a)}}function ee(){var t=[];return e(".wpd-comment-right").each(function(){t.push(Y(X(e(this),0)))}),t.join(",")}function te(t,a){var o=t.find(".wpd-required-group");wpdiscuzLoadRichEditor&&t.find(".wc_comment").val(e(a+">.ql-editor").html()),function(e){var t=e.find(".wc_comment"),a=t.val().trim().replace(/<p><br><\/p>/g,"\n").replace(/<p>(.*?)<\/p>/g,"$1\n");a=(a=(a=(a=a.replace(/<img src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img[^>]+alt=["|']([^"|']+)["|'][^>]+src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'][^>]?>/g," $1 ")).replace(/<img\s+([^>]*)class=["|']wpdem\-sticker["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img\s+([^>]*)src=["|']([^"|']+)["|'](.*?)[^>]*>/g," $2 "),t.val(a)}(t),e.each(o,function(){e("input",this).prop("required",!1),0===e("input:checked",this).length?e("input",e(this)).prop("required",!0):e(".wpd-field-invalid",this).remove()})}function ae(){e("html, body").css("scroll-behavior","unset")}function oe(){e("html").css("scroll-behavior",R),e("body").css("scroll-behavior",S)}function ne(t){e(".wpd-sticky-comment").last()[0]?e(t).insertAfter(e(".wpd-sticky-comment").last()[0]):e(".wpd-thread-list").prepend(t)}function ie(t){t?t.prop("required")||(t.val()?t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none")):e.each(e(".wc_email"),function(t,a){var o=e(a);o.prop("required")||(o.val()?o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none"))})}if(2!==i||u||(e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide(),V(),e(window).scroll(function(){V()})),wpdiscuzAjaxObj.setLoadMoreVisibility=K,e(document).on("click",".wpd-vote-up.wpd_not_clicked, .wpd-vote-down.wpd_not_clicked",function(){var t=e(this);e(t).removeClass("wpd_not_clicked");var a,o=Y(X(t));a=e(this).hasClass("wpd-vote-up")?1:-1;var n=new FormData;n.append("action","wpdVoteOnComment"),n.append("commentId",o),n.append("voteType",a),fe(v,!0,n).done(function(n){if(e(t).addClass("wpd_not_clicked"),"object"==typeof n){if(n.success){if("total"===n.data.buttonsStyle){var i=e(".wpd-comment-footer .wpd-vote-result",e("#comment-"+o)),s=n.data.votes;i.text(n.data.votesHumanReadable),i.attr("title",s),i.removeClass("wpd-up wpd-down"),s>0&&i.addClass("wpd-up"),s<0&&i.addClass("wpd-down")}else{var d=e(".wpd-comment-footer .wpd-vote-result-like",e("#comment-"+o)),c=e(".wpd-comment-footer .wpd-vote-result-dislike",e("#comment-"+o));d.text(n.data.likeCountHumanReadable),d.attr("title",n.data.likeCount),c.text(n.data.dislikeCountHumanReadable),c.attr("title",n.data.dislikeCount),parseInt(n.data.likeCount)>0?d.addClass("wpd-up"):d.removeClass("wpd-up"),parseInt(n.data.dislikeCount)<0?c.addClass("wpd-down"):c.removeClass("wpd-down")}var p=e(".wpd-comment-footer .wpd-vote-up",e("#comment-"+o)),r=e(".wpd-comment-footer .wpd-vote-down",e("#comment-"+o));p.removeClass("wpd-up"),r.removeClass("wpd-down"),n.data.curUserReaction>0?p.addClass("wpd-up"):n.data.curUserReaction<0&&r.addClass("wpd-down")}else n.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error");ue(n,o,a)}else console.log(n);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(t).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click","body",function(t){var a=e(".wpdiscuz-sort-buttons");e(t.target).hasClass("wpdf-sorting")||e(t.target).parent().hasClass("wpdf-sorting")?a.css({display:a.is(":visible")?"none":"flex"}):a.hide()}),e(document).on("click",".wpdiscuz-sort-button:not(.wpdiscuz-sort-button-active)",function(){var t=e(this),a=e(this).attr("data-sorting");if(a){e(".wpdiscuz-sort-button.wpdiscuz-sort-button-active").removeClass("wpdiscuz-sort-button-active").appendTo(".wpdiscuz-sort-buttons"),t.addClass("wpdiscuz-sort-button-active").prependTo(".wpdf-sorting");var o=new FormData;o.append("action","wpdSorting"),o.append("sorting",a);var n=e(".wpdf-active").attr("data-filter-type");o.append("wpdType",n||""),fe(v,!0,o).done(function(t){"object"==typeof t&&t.success&&(e("#wpdcom .wpd-comment").remove(),e("#wpdcom .wpd-thread-list").prepend(t.data.message),K(t,!1),L=1),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),window.onhashchange=function(){Q(!1)},1!=m&&Q(!1),e(document).on("click",".wpdiscuz-readmore",function(){var t=X(e(this)),a=Y(t),o=new FormData;o.append("action","wpdReadMore"),o.append("commentId",a),fe(v,!0,o).done(function(o){"object"==typeof o?(o.success?(e("#comment-"+a+" .wpd-comment-text").replaceWith(" "+o.data.message),e("#wpdiscuz-readmore-"+t).remove()):console.log(o.data),ue(o)):console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("change",".wpd-required-group",function(){0!==e("input:checked",this).length?e("input",e(this)).prop("required",!1):e("input",e(this)).prop("required",!0)}),e(document).on("click",".wpdiscuz-spoiler",function(){e(this).next().slideToggle(),e(this).hasClass("wpdiscuz-spoiler-closed")?e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-plus").removeClass("fa-plus").addClass("fa-minus"):e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-minus").removeClass("fa-minus").addClass("fa-plus"),e(this).toggleClass("wpdiscuz-spoiler-closed")}),e(document).on("click",".wpd-tools i",function(){var t=e(this).siblings(".wpd-tools-actions");t.is(":visible")||e(this).parents(".wpd-comment-right").attr("id")!==e("[id^=comment-]","#wpdcom").last().attr("id")||e("#comments").css({paddingBottom:"160px"}),t.css({display:t.is(":visible")?"none":"flex"})}),e(document).on("mouseleave",".wpd-comment-right",function(){e(this).find(".wpd-tools-actions").hide(),e("#comments").css({paddingBottom:"0"})}),e(document).on("click",".wpd_stick_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdStickComment"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd_close_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdCloseThread"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-filter.wpd_not_clicked[data-filter-type]",function(){var t=e(this),a=t.attr("data-filter-type");wpdiscuzAjaxObj.resetActiveFilters(".wpdf-"+a),t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var o=new FormData;o.append("action","wpdLoadMoreComments");var n=e(".wpdiscuz-sort-button-active").attr("data-sorting");n&&o.append("sorting",n),o.append("lastParentId",0),o.append("offset",0),L=1,o.append("wpdType",t.hasClass("wpdf-active")?"":a),o.append("isFirstLoad",1),e(this).hasClass("wpdf-inline")?e(this).hasClass("wpdf-active")?e(".wpd-comment-info-bar").hide():e(".wpd-comment-info-bar").css("display","flex"):e(".wpd-comment-info-bar").hide(),fe(v,!1,o).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(t.toggleClass("wpdf-active"),e(".wpd-load-comments").remove(),e(".wpd-comment").remove(),e(".wpd-thread-list").prepend(a.data.comment_list),K(a),r=a.data.loadLastCommentId,e(".wpd-load-more-submit").blur(),ue(a)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpdf-reacted.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdMostReactedComment"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e("#comment-"+a.data.commentId).length||e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpdf-hottest.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdHottestThread"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.commentId).length?e("#comment-"+a.data.commentId).parents("[id^=wpd-comm-"+a.data.commentId+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpd-filter-view-all",function(){e(".wpdf-inline.wpdf-active.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-follow-link.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=Y(X(t,0)),o=new FormData;o.append("action","wpdFollowUser"),o.append("commentId",a),fe(v,!0,o).done(function(a){t.addClass("wpd_not_clicked"),"object"==typeof a?a.success?(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data.code],a.data.code,t),"success"),t.removeClass("wpd-follow-active"),a.data.followTip&&t.attr("wpd-tooltip",a.data.followTip),a.data.followClass&&t.addClass(a.data.followClass),ue(a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),ie(),e(document).on("keyup",".wc_email",function(){ie(e(this))}),x&&e("#wpdcom").length){if(e("#wpd-bubble-wrapper").hover(function(){e(this).addClass("wpd-bubble-hover")},function(){e(this).removeClass("wpd-bubble-hover")}),k&&!Cookies.get(wpdiscuzAjaxObj.cookieHideBubbleHint)&&setTimeout(function(){e("#wpd-bubble-wrapper").addClass("wpd-bubble-hover"),Cookies.set(wpdiscuzAjaxObj.cookieHideBubbleHint,"1",{expires:7,path:"/"}),setTimeout(function(){e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")},1e3*y)},1e3*k),"content_left"===A)if(e(".entry-content").length){var se=(de=Math.min(e(".entry-content").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".post-entry").length){se=(de=Math.min(e(".post-entry").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".container").length){var de;se=(de=Math.min(e(".container").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner");else"left_corner"===A?(e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner")):"right_corner"===A&&(e("#wpd-bubble-wrapper").css({right:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-right-corner"));e("#wpd-bubble-wrapper").show(),e(document).on("click","#wpd-bubble-add-message-close",function(t){t.preventDefault(),t.stopPropagation(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")}),e(document).on("click","#wpd-bubble",function(){ae(),e("#tab-title-reviews").length&&e("#tab-title-reviews a").trigger("click"),e("html, body").animate({scrollTop:e("#wpdcom").offset().top-(T+28)},1e3,function(){oe(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover"),wpdiscuzLoadRichEditor?e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0").focus():e("#wc-textarea-0_0").length&&e("#wc-textarea-0_0").trigger("focus")})}),e(document).on("click","#wpd-bubble-comment-close",function(t){t.preventDefault(),e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")}),e(document).on("click","#wpd-bubble-comment-reply-link a",function(){var t=e(this).attr("href");setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),Q(!0);var a=t.match(/#comment\-(\d+)/);E=E.filter(function(e){return e!=a[1]}),e("#wpd-bubble-count .wpd-new-comments-count").text(E.length),0==E.length&&e("#wpd-bubble-count").removeClass("wpd-new-comments")},100)}),e(document).on("click","#wpd-bubble-count",function(){if(E.length){var t=new FormData;t.append("action","wpdBubbleUpdate"),t.append("newCommentIds",E.join()),fe(v,!0,t).done(function(t){"object"==typeof t&&t.success&&(t.data.message=t.data.message.filter(function(t){if(!e("#comment-"+t.comment_id).length)return t}),$(t),e("#wpd-bubble-count").removeClass("wpd-new-comments"),e("#wpd-bubble-count .wpd-new-comments-count").text("0"),E=[],e(".wpd-new-loaded-comment").length&&(ae(),e("html, body").animate({scrollTop:e(e(".wpd-new-loaded-comment")[0]).offset().top-(T+28)},1e3,oe)),ue(t)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,a){console.log(a)})}})}if((x&&C||d)&&(t||!t&&p)&&setTimeout(function t(){e.ajax({type:"GET",url:wpdiscuzAjaxObj.bubbleUpdateUrl,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",wpdiscuzAjaxObj.restNonce)},data:{postId:s,lastId:l,visibleCommentIds:ee()}}).done(function(a){if(!M)if("object"==typeof a){if(a.commentIDsToRemove.forEach(function(t){e("[id^=wpd-comm-"+t+"]").remove()}),a.ids.length){d&&((i=new FormData).append("action","wpdUpdateAutomatically"),i.append("loadLastCommentId",r),i.append("visibleCommentIds",ee()),fe(v,!1,i).done(function(t){M||"object"==typeof t&&t.success&&($(t),t.data.wc_all_comments_count_new=parseInt(t.data.wc_all_comments_count_new),e(".wpd-thread-info").html(t.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",t.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(t.data.wc_all_comments_count_bubble_html),r=t.data.loadLastCommentId)}).fail(function(e,t,a){console.log(a)})),a.ids=a.ids.filter(function(t){if(!e("#comment-"+t).length)return t});var o=5e3;l=parseInt(a.ids[a.ids.length-1]),E=E.concat(a.ids),O&&a.commentText&&(e("#wpd-bubble-author-avatar").html(a.avatar),e("#wpd-bubble-author-name").html(a.authorName),e("#wpd-bubble-comment-date span").html(a.commentDate),e("#wpd-bubble-comment-text").html(a.commentText),e("#wpd-bubble-comment-reply-link a").attr("href",a.commentLink),e("#wpd-bubble-notification-message").show(),o=1e4);var n=parseInt(e(".wpd-new-comments-count").text());n+=a.ids.length,e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),e("#wpd-bubble-wrapper").addClass("wpd-new-comment-added"),setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")},o),e(".wpd-new-comments-count").text(n),e("#wpd-bubble-count").addClass("wpd-new-comments")}a.all_comments_count=parseInt(a.all_comments_count),e("#wpd-bubble-all-comments-count").replaceWith(a.all_comments_count_bubble_html),e(".wpd-reviews-tab").length||(e(".wpd-thread-info").html(a.all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.all_comments_count))}else console.log(a);var i;setTimeout(t,c)}).fail(function(e,a,o){console.log(o),setTimeout(t,c)})},c),e(".wpd-inline-form-wrapper").length){var ce=new FormData;ce.append("action","wpdGetInlineCommentForm"),fe(v,!1,ce).done(function(t){"object"==typeof t?t.success?(e(".wpd-inline-form-wrapper").append(t.data),e.each(e("[name=_wpd_inline_nonce]"),function(){var t=e(this).attr("id"),a=e(this).parents(".wpd-inline-shortcode").attr("id");e(this).attr("id",t+"-"+a.substring(a.lastIndexOf("-")+1))}),e(".wpd-inline-opened").addClass("wpd-active"),e(".wpd-inline-opened").find(".wpd-inline-form-wrapper").show(),e(".wpd-inline-opened").find(".wpd-inline-icon").addClass("wpd-open"),e(".wpd-inline-opened").find(".wpd-inline-icon").removeClass("wpd-ignored"),me()):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data]),t.data,"error"):console.log(t)}).fail(function(e,t,a){console.log(a)})}function pe(t){if(e(t).hasClass("wpd-inline-shortcode"))var a=e(t).attr("id");else a=e(t).parents(".wpd-inline-shortcode").attr("id");return a.substring(a.lastIndexOf("-")+1)}function re(){e(".wpd-inline-form-wrapper").hide(),e(".wpd-inline-shortcode").removeClass("wpd-active"),e(".wpd-inline-icon").removeClass("wpd-open")}function le(){e.each(e(".wpd-inline-shortcode:not(.wpd-inline-opened) .wpd-inline-icon"),function(){var t=e(this),a=t.offset().top-window.pageYOffset;t.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&a>0&&a<300&&("blink"===I?(t.addClass("wpd-blink"),setTimeout(function(){t.removeClass("wpd-blink")},3e3)):(t.parents(".wpd-inline-shortcode").addClass("wpd-active"),t.siblings(".wpd-inline-form-wrapper").show(),t.addClass("wpd-open"),me(t.siblings(".wpd-inline-form-wrapper"))))})}function me(t){if(t){if(t.offset().left<=10)t.css("left",Math.ceil(parseInt(t.css("left"))-t.offset().left+10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))<3&&(a=3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;");else if(t.offset().left+t.width()>document.body.clientWidth-10){var a;t.css("left",Math.ceil(parseInt(t.css("left"))+(document.body.clientWidth-(t.offset().left+t.width()))-10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))>t.width()-3&&(a=t.width()-3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;")}}else e.each(e(".wpd-inline-form-wrapper:visible"),function(){if(e(this).offset().left<=10)e(this).css("left",Math.ceil(parseInt(e(this).css("left"))-e(this).offset().left+10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))<3&&(t=3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;");else if(e(this).offset().left+e(this).width()>document.body.clientWidth-10){var t;e(this).css("left",Math.ceil(parseInt(e(this).css("left"))+(document.body.clientWidth-(e(this).offset().left+e(this).width()))-10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))>e(this).width()-3&&(t=e(this).width()-3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;")}})}function we(t){var a,o=0;if(t.parents(".wpd_main_comm_form").length)o=parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents(".wpd_main_comm_form");else if(t.parents(".wpd-secondary-form-wrapper").length)o=parseInt(wpdiscuzAjaxObj.replyTextMaxLength),a=t.parents(".wpd-secondary-form-wrapper");else if(t.parents("#wpdiscuz-edit-form").length){var n=X(t);o=parseInt(n.substring(n.lastIndexOf("_")+1))?parseInt(wpdiscuzAjaxObj.replyTextMaxLength):parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents("#wpdiscuz-edit-form")}if(o&&a){var i=t.val().length,s=e(".wpd-editor-char-counter",a),d=o-i;s.html(d),d<=10?s.addClass("error"):s.removeClass("error")}}function ue(t,a,o,n){t.data.callbackFunctions&&e.each(t.data.callbackFunctions,function(e){"function"==typeof wpdiscuzAjaxObj[t.data.callbackFunctions[e]]?wpdiscuzAjaxObj[t.data.callbackFunctions[e]](t,a,o,n):"function"==typeof window[t.data.callbackFunctions[e]]?window[t.data.callbackFunctions[e]](t,a,o,n):console.log(t.data.callbackFunctions[e]+" is not a function")})}function fe(t,a,o){a&&e("#wpdiscuz-loading-bar").show(),o.append("postId",s),o.append("wpdiscuz_nonce",wpdiscuzAjaxObj.wpdiscuz_nonce);var n=o.get("action");wpdiscuzAjaxObj.dataFilterCallbacks&&wpdiscuzAjaxObj.dataFilterCallbacks[n]&&e.each(wpdiscuzAjaxObj.dataFilterCallbacks[n],function(e){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]]&&(o=wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]](o,t,a))});var i=t?wpdiscuzAjaxObj.url:wpdiscuzAjaxObj.customAjaxUrl;return e.ajax({type:"POST",url:i,data:o,contentType:!1,processData:!1})}function he(){if(t||wpdiscuzAjaxObj.validateNonceForGuests){var e=new FormData;e.append("action","wpdGetNonce"),fe(v,!1,e).done(function(e){"object"==typeof e?e.success?wpdiscuzAjaxObj.wpdiscuz_nonce=e.data:wpdiscuzAjaxObj.setCommentMessage(e.data,"error"):console.log(e)}).fail(function(e,t,a){console.log(a)})}}e(document).on("click","body",function(t){if(e(t.target).hasClass("wpd-inline-form-close")||e(t.target).parents(".wpd-inline-form-close").length)t.preventDefault(),e(t.target).parents(".wpd-inline-form-wrapper").hide(),e(t.target).parents(".wpd-inline-shortcode").removeClass("wpd-active"),e(t.target).parents(".wpd-inline-form-wrapper").siblings(".wpd-inline-icon").removeClass("wpd-open");else if(!e(t.target).hasClass("wpd-inline-form-wrapper")&&!e(t.target).parents(".wpd-inline-form-wrapper").length){re();var a="";e(t.target).hasClass("wpd-inline-icon")?a=e(t.target):e(t.target).parents(".wpd-inline-icon").length&&(a=e(t.target).parents(".wpd-inline-icon")),a.length&&a.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&(a.parents(".wpd-inline-shortcode").addClass("wpd-active"),a.siblings(".wpd-inline-form-wrapper").show(),a.addClass("wpd-open"),a.removeClass("wpd-ignored"),me(a.siblings(".wpd-inline-form-wrapper")))}(!e(t.target).hasClass("wpd-last-inline-comments-wrapper")&&!e(t.target).parents(".wpd-last-inline-comments-wrapper").length||e(t.target).parents(".wpd-last-inline-comments-wrapper").length&&e(t.target).hasClass("wpd-load-inline-comment"))&&e(".wpd-last-inline-comments-wrapper").remove()}),e(document).on("click",".wpd-inline-submit.wpd_not_clicked",function(t){t.preventDefault();var a=e(this),o=e(this).parents(".wpd_inline_comm_form");if(o[0].checkValidity()){e(this).removeClass("wpd_not_clicked");var n=new FormData;n.append("action","wpdAddInlineComment"),n.append("inline_form_id",pe(o)),e.each(e("input, textarea",o),function(t,a){"checkbox"===this.type?e(this).is(":checked")&&n.append(e(a).attr("name"),e(a).val()):n.append(e(a).attr("name"),e(a).val())}),fe(v,!0,n).done(function(t){if(a.addClass("wpd_not_clicked"),"object"==typeof t)if(t.success){o[0].reset(),re();var n=parseInt(t.data.newCount),i=a.parents(".wpd-inline-icon-wrapper").find(".wpd-inline-icon-count");i.text(n),n?i.addClass("wpd-has-comments"):i.removeClass("wpd-has-comments"),t.data.allCommentsCountNew=parseInt(t.data.allCommentsCountNew),e(".wpd-thread-info").html(t.data.allCommentsCountBeforeThreadsHtml),e(".wpd-thread-info").attr("data-comments-count",t.data.allCommentsCountNew),e("#wpd-bubble-all-comments-count").replaceWith(t.data.allCommentsCountBubbleHtml),t.data.message&&ne(t.data.message),wpdiscuzAjaxObj.setCommentMessage(t.data.notification,"success")}else t.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data,a),"error");else wpdiscuzAjaxObj.setCommentMessage(t,"error");e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("keydown",".wpd-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_comm_submit").trigger("click")}),e(document).on("keydown","#wpdiscuz-edit-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_save_edited_comment").trigger("click")}),e(document).on("keydown",".wpd-inline-comment-content",function(t){t.ctrlKey&&13==t.keyCode&&e(this).parents(".wpd_inline_comm_form").find(".wpd-inline-submit.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-inline-icon-count.wpd-has-comments",function(){var t=e(this),a=new FormData;a.append("action","wpdGetLastInlineComments"),a.append("inline_form_id",pe(t)),fe(v,!0,a).done(function(a){"object"==typeof a?a.success?e(a.data).insertAfter(t):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-view-all-inline-comments",function(t){t.preventDefault(),e(this).parents(".wpd-last-inline-comments-wrapper").remove(),e(".wpdf-inline").hasClass("wpdf-active")||e(".wpdf-inline").trigger("click"),ae(),e("html, body").animate({scrollTop:e(".wpdf-inline").offset().top-T},1e3,oe)}),e(document).on("click",".wpd-feedback-content-link",function(t){t.preventDefault();var a=e(this).data("feedback-content-id");ae(),e("html, body").animate({scrollTop:e("#wpd-inline-"+a).offset().top-(T+6)},1e3,function(){oe(),e("#wpd-inline-"+a).addClass("wpd-active")})}),"scroll_open"!==I&&"blink"!==I||(le(),e(window).on("scroll",le)),e(document).on("click","#wpd-post-rating.wpd-not-rated .wpd-rate-starts svg",function(){var t=new FormData,a=e(this).index();a>=0&&a<5&&(t.append("action","wpdUserRate"),t.append("rating",a+1),fe(v,!0,t).done(function(t){"object"==typeof t?(t.success?location.reload(!0):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data),"error"),ue(t)):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}))}),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){t.preventDefault();var a,o,i=e(this);if(i[0].checkValidity()&&(a=i,o=!0,"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&!e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).val().length?(o=!1,e(".wpdiscuz-recaptcha",a).css("border","1px solid red")):"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&e(".wpdiscuz-recaptcha",a).css("border","none"),o)){var s=new FormData;s.append("action","wpdAddSubscription"),e("*",i).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&s.append(this.name+"",e(this).val()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&s.append(this.name+"",e(this).val())}),fe(v,!0,s).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):wpdiscuzAjaxObj.setCommentMessage(t,"error"),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wpd-unsubscribe",function(t){t.preventDefault();var a=new FormData;a.append("action","wpdUnsubscribe"),a.append("sid",e(this).data("sid")),a.append("skey",e(this).data("skey")),fe(v,!0,a).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),wpdiscuzAjaxObj.resetActiveFilters=function(t){e(".wpd-filter.wpdf-active"+(t?":not("+t+")":"")).removeClass("wpdf-active")},wpdiscuzAjaxObj.getAjaxObj=fe,wpdiscuzAjaxObj.initNonce=he,he()});var onloadCallback=function(){if(document.getElementById("wpdiscuz-recaptcha-0_0")&&"2.0"===wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.render("wpdiscuz-recaptcha-0_0",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(e){jQuery("#wpdiscuz-recaptcha-field-0_0").val("key")},"expired-callback":function(){jQuery("#wpdiscuz-recaptcha-field-0_0").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}};
|
1 |
+
var wpdiscuzLoadRichEditor=parseInt(wpdiscuzAjaxObj.loadRichEditor);if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap"))var wpDiscuzEditor=new WpdEditor;function wpdMessagesOnInit(e,t){wpdiscuzAjaxObj.setCommentMessage(e,t),setTimeout(function(){location.href=location.href.substring(0,location.href.indexOf("wpdiscuzUrlAnchor")-1)},3e3)}wpdiscuzAjaxObj.setCommentMessage=function(e,t,a){var o="wpdiscuz-message-error";if(e instanceof Array)for(var n in e)t instanceof Array?"success"===t[n]?o="wpdiscuz-message-success":"warning"===t[n]&&(o="wpdiscuz-message-warning"):"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e[n]).prependTo("#wpdiscuz-comment-message").delay(a instanceof Array?a[n]:a||4e3).fadeOut(1e3,function(){jQuery(this).remove()});else"success"===t?o="wpdiscuz-message-success":"warning"===t&&(o="wpdiscuz-message-warning"),jQuery("<div/>").addClass(o).html(e).prependTo("#wpdiscuz-comment-message").delay(a||4e3).fadeOut(1e3,function(){jQuery(this).remove()})},wpdiscuzAjaxObj.applyFilterOnPhrase=function(e,t,a){return wpdiscuzAjaxObj.phraseFilters&&jQuery.each(wpdiscuzAjaxObj.phraseFilters,function(o){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]]&&(e=wpdiscuzAjaxObj[wpdiscuzAjaxObj.phraseFilters[o]](e,t,a))}),e},jQuery(document).ready(function(e){e("body").addClass("wpdiscuz_"+wpdiscuzAjaxObj.version);var t=wpdiscuzAjaxObj.is_user_logged_in,a=1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!t,o=1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&t,n=wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion,i=parseInt(wpdiscuzAjaxObj.commentListLoadType),s=parseInt(wpdiscuzAjaxObj.wc_post_id);wpdiscuzAjaxObj.wpdiscuz_nonce="";var d=parseInt(wpdiscuzAjaxObj.commentListUpdateType),c=1e3*parseInt(wpdiscuzAjaxObj.commentListUpdateTimer),p=parseInt(wpdiscuzAjaxObj.liveUpdateGuests),r=wpdiscuzAjaxObj.loadLastCommentId,l=r,m=parseInt(wpdiscuzAjaxObj.firstLoadWithAjax);Cookies.get("wpdiscuz_comments_sorting")&&Cookies.remove("wpdiscuz_comments_sorting",{path:""}),Cookies.get("wordpress_last_visit")&&Cookies.remove("wordpress_last_visit",{path:""}),Cookies.get("wpdiscuz_last_visit")&&Cookies.remove("wpdiscuz_last_visit",{path:""});var w,u=parseInt(wpdiscuzAjaxObj.wordpressIsPaginate),f=wpdiscuzAjaxObj.storeCommenterData,h=parseInt(wpdiscuzAjaxObj.wmuEnabled),b=wpdiscuzAjaxObj.isCookiesEnabled,_=!0,g=wpdiscuzAjaxObj.cookiehash,z=parseInt(wpdiscuzAjaxObj.isLoadOnlyParentComments),j=parseInt(wpdiscuzAjaxObj.enableDropAnimation)?500:0,v=parseInt(wpdiscuzAjaxObj.isNativeAjaxEnabled),x=parseInt(wpdiscuzAjaxObj.enableBubble),C=parseInt(wpdiscuzAjaxObj.bubbleLiveUpdate),k=parseInt(wpdiscuzAjaxObj.bubbleHintTimeout),O=parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout)?parseInt(wpdiscuzAjaxObj.bubbleHintHideTimeout):5,y=parseInt(wpdiscuzAjaxObj.bubbleShowNewCommentMessage),A=wpdiscuzAjaxObj.bubbleLocation,I=wpdiscuzAjaxObj.inlineFeedbackAttractionType,T=(T=parseInt(wpdiscuzAjaxObj.scrollSize))||32,D=[],F=[],E=[],M=!1,L=1,R=e("html").css("scroll-behavior"),S=e("body").css("scroll-behavior");(e(".wc_social_plugin_wrapper .wp-social-login-provider-list").length?e(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .the_champ_login_container").length?e(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .social_connect_form").length?e(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"):e(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&e(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wpdiscuz_hidden_secondary_form > .wpd-form-wrapper > .wpd-secondary-forms-social-content"),wpdiscuzLoadRichEditor&&e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0"),window.addEventListener("beforeunload",function(t){var a=e(".wpd-form").not(":hidden");if(a.length)if(wpdiscuzLoadRichEditor&&document.querySelector(".wpdiscuz-textarea-wrap")){for(var o=0;o<a.length;o++)if("\n"!==wpDiscuzEditor.createEditor(e(a[o]).find(".ql-container").attr("id")).getText())return t.preventDefault(),void(t.returnValue="")}else for(o=0;o<a.length;o++)if(e(a[o]).find(".wc_comment").val())return t.preventDefault(),void(t.returnValue="")}),wpdiscuzLoadRichEditor||(e(document).delegate("textarea.wc_comment","input",function(){we(e(this))}),e.each(e("textarea.wc_comment"),function(){we(e(this))})),e(document).on("focus","#wpdcom .ql-editor, #wpdcom .wc_comment",function(){e(".wpd-form-foot",e(this).parents(".wpd_comm_form")).slideDown(j)}),e(document).on("focus","#wpdcom textarea",function(){e(this).next(".autogrow-textarea-mirror").length||e(this).autoGrow()}),t)||U({comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)});if(e(".wpd-vote-down.wpd-dislike-hidden").remove(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd"),e(document).on("click","#wpd-editor-source-code-wrapper-bg",function(){e(this).hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),wpdiscuzLoadRichEditor&&e(document).on("click","#wpd-insert-source-code",function(){var t=wpDiscuzEditor.createEditor("#"+e("#wpd-editor-uid").val());t.deleteText(0,t.getLength(),Quill.sources.USER);var a=e("#wpd-editor-source-code").val();a.length&&t.clipboard.dangerouslyPasteHTML(0,a,Quill.sources.USER),t.update(),e("#wpd-editor-source-code-wrapper-bg").hide(),e("#wpd-editor-source-code-wrapper").hide(),e("#wpd-editor-uid").val(""),e("#wpd-editor-source-code").val("")}),e(document).on("click",".wpd-reply-button",function(){var i=X(e(this),0);e(this).hasClass("wpdiscuz-clonned")?(wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+i).focus()},j):setTimeout(function(){e("#wc-textarea-"+i).trigger("focus")},j),e("#wpd-secondary-form-wrapper-"+i).slideToggle(j)):function(a){var o=X(a,0);e("#wpdiscuz_form_anchor-"+o).before(function(t){return e("#wpdiscuz_hidden_secondary_form").html().replace(/wpdiscuzuniqueid/g,t)}(o));var n=e("#wpd-secondary-form-wrapper-"+o);if(!t){var i={comment_author:Cookies.get("comment_author_"+g),comment_author_email:Cookies.get("comment_author_email_"+g),comment_author_url:Cookies.get("comment_author_url_"+g)};U(i)}wpdiscuzLoadRichEditor?setTimeout(function(){wpDiscuzEditor.createEditor("#wpd-editor-"+o).focus()},j):setTimeout(function(){e("#wc-textarea-"+o).trigger("focus")},j);n.slideToggle(j,function(){a.addClass("wpdiscuz-clonned")})}(e(this)),function(t){if((a||o)&&"2.0"===n){var i=Y(t);setTimeout(function(){if(!F[i])try{F[i]=grecaptcha.render("wpdiscuz-recaptcha-"+t,{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(a){e("#wpdiscuz-recaptcha-field-"+t).val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-"+t).val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3)}}(i)}),e(document).on("click","#wpdcom [data-wpd-clipboard]",function(){var t=e(this).data("wpd-clipboard"),a=e("<input/>");a.appendTo("body").css({position:"absolute",top:"-10000000px"}).val(t),a.trigger("select"),document.execCommand("copy"),a.remove(),wpdiscuzAjaxObj.setCommentMessage(t+"<br/>"+wpdiscuzAjaxObj.wc_copied_to_clipboard,"success",5e3)}),e(document).on("click",".wpdiscuz-nofollow,.wc_captcha_refresh_img,.wpd-load-more-submit",function(e){e.preventDefault()}),e(document).on("click",".wpd-toggle.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked");var a=X(e(this),0),o=e(this),n=e(".fas",o);!o.parents(".wpd-comment:not(.wpd-reply)").children(".wpd-reply").length&&z?function(t,a){var o=Y(t),n=new FormData;n.append("action","wpdShowReplies"),n.append("commentId",o),fe(v,!0,n).done(function(o){a.addClass("wpd_not_clicked"),"object"==typeof o&&o.success&&(e("#wpd-comm-"+t).replaceWith(o.data.comment_list),e("#wpd-comm-"+t+" .wpd-toggle .fas").removeClass("fa-chevron-down").addClass("fa-chevron-up"),e("#wpd-comm-"+t+" .wpd-toggle .wpd-view-replies .wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),e("#wpd-comm-"+t+" .wpd-toggle").attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text),ue(o)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,o,n){console.log(n),a.addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}(a,t):e("#wpd-comm-"+a+"> .wpd-reply").slideToggle(700,function(){e(this).is(":hidden")?(n.removeClass("fa-chevron-up"),n.addClass("fa-chevron-down"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_show_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_show_replies_text)):(n.removeClass("fa-chevron-down"),n.addClass("fa-chevron-up"),o.find(".wpd-view-replies-text").text(wpdiscuzAjaxObj.wc_hide_replies_text),o.attr("wpd-tooltip",wpdiscuzAjaxObj.wc_hide_replies_text)),t.addClass("wpd_not_clicked")})}),e(document).on("mouseenter",".wpd-new-loaded-comment",function(){e(this).removeClass("wpd-new-loaded-comment")}),e(document).on("click",".wpd-sbs-toggle",function(){e(".wpdiscuz-subscribe-bar").slideToggle(j)}),parseInt(wpdiscuzAjaxObj.wpDiscuzIsShowOnSubscribeForm)&&!t&&wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&e("#wpdiscuz-subscribe-form").length&&("2.0"===n?(setTimeout(function(){try{grecaptcha.render("wpdiscuz-recaptcha-subscribe-form",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val("key")},"expired-callback":function(){e("#wpdiscuz-recaptcha-field-subscribe-form").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}},1e3),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){e("#wpdiscuz-recaptcha-field-subscribe-form").val()?e(".wpdiscuz-recaptcha",e(this)).css("border","none"):(e(".wpdiscuz-recaptcha",e(this)).css("border","1px solid red"),t.preventDefault())})):"3.0"===n&&e(document).on("click","#wpdiscuz_subscription_button",function(t){var a=e(this).parents("#wpdiscuz-subscribe-form");t.preventDefault();try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/wpdAddSubscription"}).then(function(e){console.log(5555),document.getElementById("wpdiscuz-recaptcha-field-subscribe-form").value=e,a.trigger("submit")},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error")}})),(a||o)&&"2.0"===n){var P=e(window).width(),q=e("#wpdcom").width();q>=1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"65%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"35%"})),q>=940&&q<1100&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"60%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"40%"})),q>=810&&q<940&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"60%"})),q>=730&&q<810&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.9)","-webkit-transform":"scale(0.9)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"45%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"55%"})),q>=610&&q<730&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.85)","-webkit-transform":"scale(0.85)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({transform:"scale(0.8)","-webkit-transform":"scale(0.8)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"43%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"55%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"})),P>650&&(q>=510&&q<610&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"35%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"63%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({width:"30%",position:"relative",right:"-60px"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({width:"70%"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),q>=470&&q<510&&(e("#wpdcom .wpd_main_comm_form .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"center 0","-webkit-transform-origin":"center 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({"transform-origin":"right 0","-webkit-transform-origin":"right 0",transform:"scale(0.77)","-webkit-transform":"scale(0.77)"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-left").css({width:"40%"}),e("#wpdcom .wpd_main_comm_form .wpd-form-col-right").css({width:"60%"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd_main_comm_form .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"})),q<470&&(e("#wpdcom .wpd-secondary-form-wrapper .wpd-field-captcha .wpdiscuz-recaptcha").css({margin:"0px auto","transform-origin":"center 0","-webkit-transform-origin":"center 0"}),e("#wpdcom .wpd-form-col-left").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-form-col-right").css({float:"none",width:"100%",display:"block"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-form-footer").css({"margin-left":"0px"}),e("#wpdcom .wpd-secondary-form-wrapper .wc_notification_checkboxes").css({"text-align":"center"}),e("#wpdcom .wpd-secondary-form-wrapper .wc-field-submit").css({"text-align":"center"})))}function H(t,a,o){fe(v||h,!1,a).done(function(a){if(e(o).addClass("wpd_not_clicked"),"object"==typeof a)if(a.success){"collapsed"===wpdiscuzAjaxObj.commentFormView&&e(".wpd-form-foot",t).slideUp(j),a.data.wc_all_comments_count_new=parseInt(a.data.wc_all_comments_count_new),e(".wpd-thread-info").html(a.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(a.data.wc_all_comments_count_bubble_html);var n=j;a.data.is_main?ne(a.data.message):(n=j+700,e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).slideToggle(700),1==a.data.is_in_same_container?e("#wpd-secondary-form-wrapper-"+a.data.uniqueid).after(a.data.message):e("#wpd-comm-"+a.data.uniqueid).after(a.data.message)),function(e){if(!e.data.held_moderate){var t=new FormData;t.append("action","wpdCheckNotificationType"),t.append("comment_id",e.data.new_comment_id),t.append("email",e.data.comment_author_email),t.append("isParent",e.data.is_main),fe(v,!0,t)}}(a),function(e){if(e.data.redirect>0&&e.data.new_comment_id){var t=new FormData;t.append("action","wpdRedirect"),t.append("commentId",e.data.new_comment_id),fe(v,!0,t).done(function(e){"object"==typeof e&&e.success&&setTimeout(function(){location.href=e.data},2e3)}).fail(function(e,t,a){console.log(a)})}}(a),b&&_?function(t){var a=t.comment_author_email,o=t.comment_author,n=t.comment_author_url;null==f?(Cookies.set("comment_author_email_"+g,a),Cookies.set("comment_author_"+g,o),n.length&&Cookies.set("comment_author_url_"+g,n)):(f=parseInt(f),Cookies.set("comment_author_email_"+g,a,{expires:f,path:"/"}),Cookies.set("comment_author_"+g,o,{expires:f,path:"/"}),n.length&&Cookies.set("comment_author_url_"+g,n,{expires:f,path:"/"}));e(".wpd-cookies-checkbox").length&&e(".wpd-cookies-checkbox").prop("checked",!0)}(a.data):_||e(".wpd-cookies-checkbox").prop("checked",!1),t.get(0).reset(),wpdiscuzLoadRichEditor?wpDiscuzEditor.createEditor("#wpd-editor-"+e(".wpdiscuz_unique_id",t).val()).setContents([{insert:"\n"}]):we(t.find(".wc_comment")),U(a.data),e(".wmu-preview-wrap",t).remove(),D.length&&(D.forEach(function(e){e.parents(".wpd-field-checkbox").remove()}),D=[]),parseInt(wpdiscuzAjaxObj.scrollToComment)&&setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.new_comment_id).offset().top-T},1e3,oe)},n),ue(a,t)}else a.data&&(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"),ue(a,t));else wpdiscuzAjaxObj.setCommentMessage(a,"error");e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,n){console.log(n),e(o).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}function U(t){e(".wpd_comm_form .wc_name").val(t.comment_author),t.comment_author_email&&t.comment_author_email.indexOf("@example.com")<0&&e(".wpd_comm_form .wc_email").val(t.comment_author_email),t.comment_author_url&&e(".wpd_comm_form .wc_website").val(t.comment_author_url)}function W(t,a){e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").show(),e("#wpd-comm-"+t+" .wpdiscuz-edit-form-wrap").replaceWith(a),e("#wpd-comm-"+t+" > .wpd-comment-wrap .wpd-comment-last-edited").show()}e(document).on("click",".wc_comm_submit.wpd_not_clicked",function(){var i=e(this),s=1,d=e(this).parents("form");if("true"!==d.attr("data-uploading"))if(d.hasClass("wpd_main_comm_form")||(s=function(t){var a=t.attr("class").split(" "),o="";return e.each(a,function(e,t){"wpd_comment_level"===J(t,!1)&&(o=J(t,!0))}),parseInt(o)+1}(e(this).parents(".wpd-comment"))),te(d,"#wpd-editor-"+e(".wpdiscuz_unique_id",d).val()),d.on("submit",function(e){e.preventDefault()}),""!==e(".wc_comment",d).val().trim()){if(d[0].checkValidity()&&(p=d,r=!0,"2.0"===n&&e("input[name=wc_captcha]",p).length&&!e("input[name=wc_captcha]",p).val().length?(r=!1,e(".wpdiscuz-recaptcha",p).css("border","1px solid red")):"2.0"===n&&e("input[name=wc_captcha]",p).length&&e(".wpdiscuz-recaptcha",p).css("border","none"),r)){M=!0,function(t){e(".wpd-agreement-checkbox",t).each(function(){e(this).hasClass("wpd_agreement_hide")&&b&&e(this).prop("checked")&&(Cookies.set(e(this).attr("name")+"_"+g,1,{expires:30,path:"/"}),e("input[name="+e(this).attr("name")+"]").each(function(){D.push(e(this))}))})}(d),e(i).removeClass("wpd_not_clicked");var c=new FormData;if(c.append("action","wpdAddComment"),e(":input",d).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&c.append(this.name+"",e(this).val().trim()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&c.append(this.name+"",e(this).val())}),c.append("wpd_comment_depth",s),wpdiscuzAjaxObj.wpdiscuz_zs&&c.append("wpdiscuz_zs",wpdiscuzAjaxObj.wpdiscuz_zs),e(".wpd-cookies-checkbox",d).length?e(".wpd-cookies-checkbox",d).prop("checked")||(_=!1):t&&(_=!1),e("#wpdiscuz-loading-bar").show(),wpdiscuzAjaxObj.wpDiscuzReCaptchaSK&&"3.0"===n&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.ready(function(){grecaptcha.execute(wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,{action:"wpdiscuz/addComment"}).then(function(e){c.append("g-recaptcha-response",e),H(d,c,i)},function(e){wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error","error"),console.log(e)})})}catch(t){console.log(t),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+t.message,"error"),e("#wpdiscuz-loading-bar").fadeOut(250)}else H(d,c,i)}var p,r;!function(e){if((a||o)&&"2.0"===n){var t=Y(e);grecaptcha.reset(F[t])}}(e(".wpdiscuz_unique_id",d).val()),e(".wpdiscuz_reset").val("")}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wc_msg_required_fields,"wc_msg_required_fields",d),"error");else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj.wmuPhraseDoingUpload,"wmuPhraseDoingUpload",d),"warning")}),e(document).on("click",".wpd_editable_comment",function(){w&&e(".wpdiscuz-edit-form-wrap").length&&W(X(e(".wpdiscuz-edit-form-wrap"),0),w);var t=e(this),a=X(t,0),o=Y(a),n=new FormData;n.append("action","wpdEditComment"),n.append("commentId",o),w=e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-text").get(0),fe(v,!0,n).done(function(o){if("object"==typeof o)if(o.success){if(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text").replaceWith(o.data.html),wpdiscuzLoadRichEditor){var n=wpDiscuzEditor.createEditor("#wpd-editor-edit_"+a);n.clipboard.dangerouslyPasteHTML(0,o.data.content),n.update(),e(".wpd-toolbar-hidden").prev("[id^=wpd-editor-]").css("border-bottom","1px solid #dddddd")}else e("#wc-textarea-edit_"+a).val(o.data.content),we(e("#wc-textarea-edit_"+a));e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd_editable_comment").hide(),e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").hide()}else wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[o.data],o.data,t),"error");else console.log(o);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wc_save_edited_comment",function(){var t=e(this),a=X(t),o=Y(a),n=e("#wpd-comm-"+a+" #wpdiscuz-edit-form");if(te(n,"#wpd-editor-edit_"+a),n.on("submit",function(e){e.preventDefault()}),n[0].checkValidity()){var i=new FormData;i.append("action","wpdSaveEditedComment"),i.append("commentId",o),e(":input",n).each(function(){""!==this.name&&"checkbox"!==this.type&&"radio"!==this.type&&i.append(this.name+"",e(this).val()),"checkbox"!==this.type&&"radio"!==this.type||e(this).is(":checked")&&i.append(this.name+"",e(this).val())}),fe(v,!0,i).done(function(n){"object"==typeof n?(n.success?(W(a,n.data.message),n.data.lastEdited&&(e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-last-edited").remove(),e(n.data.lastEdited).insertAfter("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-right .wpd-comment-text")),n.data.twitterShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_tw").attr("href",n.data.twitterShareLink),n.data.whatsappShareLink&&e("#wpd-comm-"+a+" > .wpd-comment-wrap .wpd-comment-share .wpd-tooltip-content .wc_whatsapp").attr("href",n.data.whatsappShareLink),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error"),ue(n,o)):console.log(n),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wc_cancel_edit",function(){var t=X(e(this));W(t,w),wpdiscuzLoadRichEditor&&wpDiscuzEditor.removeEditor("#wpd-editor-edit_"+t)}),!u&&m&&(L=0,1==m?setTimeout(function(){B(!0)},500):e(document).on("click",".wpd-load-comments",function(){e(this).parent(".wpd-load-more-submit-wrap").remove(),B(!0)})),e(document).on("click",".wpd-load-more-submit",function(){var t=e(this);t.hasClass("wpd-loaded")&&B(!1,t,"wpd-loaded","wpd-loading")});var N=!1;function V(){var t=e("#wpdiscuzHasMoreComments").val(),a=e(document).height(),o=e(window).height()+e(window).scrollTop();a&&o&&(100*o/a>=80&&!1===N&&1==t&&(N=!0,B(!1,e(".wpd-load-more-submit"))))}function B(t,a,o,n){a&&(a.toggleClass(o),a.toggleClass(n));var s=new FormData;s.append("action","wpdLoadMoreComments");var d=e(".wpdiscuz-sort-button-active").attr("data-sorting");d&&s.append("sorting",d),s.append("offset",L),s.append("lastParentId",e(".wpd-load-more-submit").attr("data-lastparentid")),s.append("isFirstLoad",t?1:0);var c=e(".wpdf-active").attr("data-filter-type");s.append("wpdType",c||""),fe(v,!t||1!=m,s).done(function(s){"object"==typeof s&&s.success&&(L++,t&&e(".wpd-comment").remove(),e(".wpdiscuz_single").remove(),e(".wpdiscuz-comment-pagination").before(s.data.comment_list),K(s,t&&2!==i),N=!1,s.data.loadLastCommentId&&(r=s.data.loadLastCommentId),ue(s),t&&Q(!1)),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))}).fail(function(t,i,s){console.log(s),e("#wpdiscuz-loading-bar").fadeOut(250),e(".wpd-load-more-submit").blur(),a&&(a.toggleClass(o),a.toggleClass(n))})}function K(t,a){if(0==t.data.is_show_load_more)e("#wpdiscuzHasMoreComments").val(0),e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide();else if(o=t.data.last_parent_id,e(".wpd-load-more-submit").attr("data-lastparentid",o),2!==i&&e(".wpdiscuz-comment-pagination").show(),e("#wpdiscuzHasMoreComments").val(1),a&&e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").show(),t.data.comments_left>0){if(!e(".wpd-load-more-submit .wpd-comments-left").length){const t=e("<span>");t.addClass("wpd-comments-left"),e(".wpd-load-more-submit").append(t)}e(".wpd-load-more-submit .wpd-comments-left").text(t.data.comments_left_text)}var o;ue(t)}function Q(t){var a=location.href.match(/#comment\-(\d+)/);if(null!==a){var o=a[1];if(e("#comment-"+o).length)setTimeout(function(){ae(),e("html, body").animate({scrollTop:e("#comment-"+o).parents("[id^=wpd-comm-]").offset().top-T},1e3,oe),t&&G(o)},500);else{var n=new FormData;n.append("action","wpdGetSingleComment"),n.append("commentId",o),fe(v,!0,n).done(function(a){if("object"==typeof a&&a.success){var n="#comment-"+o;e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e(n).offset().top-T},1e3,oe),t&&G(o)}e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}}function G(t){setTimeout(function(){e("#comment-"+t).siblings(".wpd-secondary-form-wrapper").is(":visible")||e("#comment-"+t).find(".wpd-reply-button").trigger("click")},1100)}function $(e){if(void 0!==e.data.message)for(var t,a=e.data.message,o=0;o<a.length;o++)Z((t=a[o]).comment_parent,t.comment_html)}function X(e,t){var a="";return(a=t?e.parents(".wpd-main-form-wrapper").attr("id"):e.parents(".wpd-comment").attr("id")).substring(a.lastIndexOf("-")+1)}function Y(e){return e.substring(0,e.indexOf("_"))}function J(e,t){return t?e.substring(e.indexOf("-")+1):e.substring(0,e.indexOf("-"))}function Z(t,a){if(0==t)ne(a);else{var o=X(e("#comment-"+t),0);e("#wpdiscuz_form_anchor-"+o).after(a)}}function ee(){var t=[];return e(".wpd-comment-right").each(function(){t.push(Y(X(e(this),0)))}),t.join(",")}function te(t,a){var o=t.find(".wpd-required-group");wpdiscuzLoadRichEditor&&t.find(".wc_comment").val(e(a+">.ql-editor").html()),function(e){var t=e.find(".wc_comment"),a=t.val().trim().replace(/<p><br><\/p>/g,"\n").replace(/<p>(.*?)<\/p>/g,"$1\n");a=(a=(a=(a=a.replace(/<img src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img[^>]+alt=["|']([^"|']+)["|'][^>]+src=["|']https\:\/\/s\.w\.org\/images\/core\/emoji\/([^"|']+)["|'][^>]?>/g," $1 ")).replace(/<img\s+([^>]*)class=["|']wpdem\-sticker["|'](.*?)alt=["|']([^"|']+)["|'](.*?)[^>]*>/g," $3 ")).replace(/<img\s+([^>]*)src=["|']([^"|']+)["|'](.*?)[^>]*>/g," $2 "),t.val(a)}(t),e.each(o,function(){e("input",this).prop("required",!1),0===e("input:checked",this).length?e("input",e(this)).prop("required",!0):e(".wpd-field-invalid",this).remove()})}function ae(){e("html, body").css("scroll-behavior","unset")}function oe(){e("html").css("scroll-behavior",R),e("body").css("scroll-behavior",S)}function ne(t){e(".wpd-sticky-comment").last()[0]?e(t).insertAfter(e(".wpd-sticky-comment").last()[0]):e(".wpd-thread-list").prepend(t)}function ie(t){t?t.prop("required")||(t.val()?t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):t.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none")):e.each(e(".wc_email"),function(t,a){var o=e(a);o.prop("required")||(o.val()?o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","inline-block"):o.parents("form").find("[name=wpdiscuz_notification_type]").parent().css("display","none"))})}if(2!==i||u||(e(".wpd-load-more-submit").parents(".wpdiscuz-comment-pagination").hide(),V(),e(window).scroll(function(){V()})),wpdiscuzAjaxObj.setLoadMoreVisibility=K,e(document).on("click",".wpd-vote-up.wpd_not_clicked, .wpd-vote-down.wpd_not_clicked",function(){var t=e(this);e(t).removeClass("wpd_not_clicked");var a,o=Y(X(t));a=e(this).hasClass("wpd-vote-up")?1:-1;var n=new FormData;n.append("action","wpdVoteOnComment"),n.append("commentId",o),n.append("voteType",a),fe(v,!0,n).done(function(n){if(e(t).addClass("wpd_not_clicked"),"object"==typeof n){if(n.success){if("total"===n.data.buttonsStyle){var i=e(".wpd-comment-footer .wpd-vote-result",e("#comment-"+o)),s=n.data.votes;i.text(n.data.votesHumanReadable),i.attr("title",s),i.removeClass("wpd-up wpd-down"),s>0&&i.addClass("wpd-up"),s<0&&i.addClass("wpd-down")}else{var d=e(".wpd-comment-footer .wpd-vote-result-like",e("#comment-"+o)),c=e(".wpd-comment-footer .wpd-vote-result-dislike",e("#comment-"+o));d.text(n.data.likeCountHumanReadable),d.attr("title",n.data.likeCount),c.text(n.data.dislikeCountHumanReadable),c.attr("title",n.data.dislikeCount),parseInt(n.data.likeCount)>0?d.addClass("wpd-up"):d.removeClass("wpd-up"),parseInt(n.data.dislikeCount)<0?c.addClass("wpd-down"):c.removeClass("wpd-down")}var p=e(".wpd-comment-footer .wpd-vote-up",e("#comment-"+o)),r=e(".wpd-comment-footer .wpd-vote-down",e("#comment-"+o));p.removeClass("wpd-up"),r.removeClass("wpd-down"),n.data.curUserReaction>0?p.addClass("wpd-up"):n.data.curUserReaction<0&&r.addClass("wpd-down")}else n.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[n.data],n.data,t),"error");ue(n,o,a)}else console.log(n);e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(t).addClass("wpd_not_clicked"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click","body",function(t){var a=e(".wpdiscuz-sort-buttons");e(t.target).hasClass("wpdf-sorting")||e(t.target).parent().hasClass("wpdf-sorting")?a.css({display:a.is(":visible")?"none":"flex"}):a.hide()}),e(document).on("click",".wpdiscuz-sort-button:not(.wpdiscuz-sort-button-active)",function(){var t=e(this),a=e(this).attr("data-sorting");if(a){e(".wpdiscuz-sort-button.wpdiscuz-sort-button-active").removeClass("wpdiscuz-sort-button-active").appendTo(".wpdiscuz-sort-buttons"),t.addClass("wpdiscuz-sort-button-active").prependTo(".wpdf-sorting");var o=new FormData;o.append("action","wpdSorting"),o.append("sorting",a);var n=e(".wpdf-active").attr("data-filter-type");o.append("wpdType",n||""),fe(v,!0,o).done(function(t){"object"==typeof t&&t.success&&(e("#wpdcom .wpd-comment").remove(),e("#wpdcom .wpd-thread-list").prepend(t.data.message),K(t,!1),L=1),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),window.onhashchange=function(){Q(!1)},1!=m&&Q(!1),e(document).on("click",".wpdiscuz-readmore",function(){var t=X(e(this)),a=Y(t),o=new FormData;o.append("action","wpdReadMore"),o.append("commentId",a),fe(v,!0,o).done(function(o){"object"==typeof o?(o.success?(e("#comment-"+a+" .wpd-comment-text").replaceWith(" "+o.data.message),e("#wpdiscuz-readmore-"+t).remove()):console.log(o.data),ue(o)):console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("change",".wpd-required-group",function(){0!==e("input:checked",this).length?e("input",e(this)).prop("required",!1):e("input",e(this)).prop("required",!0)}),e(document).on("click",".wpdiscuz-spoiler",function(){e(this).next().slideToggle(),e(this).hasClass("wpdiscuz-spoiler-closed")?e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-plus").removeClass("fa-plus").addClass("fa-minus"):e(this).parents(".wpdiscuz-spoiler-wrap").find(".fa-minus").removeClass("fa-minus").addClass("fa-plus"),e(this).toggleClass("wpdiscuz-spoiler-closed")}),e(document).on("click",".wpd-tools i",function(){var t=e(this).siblings(".wpd-tools-actions");t.is(":visible")||e(this).parents(".wpd-comment-right").attr("id")!==e("[id^=comment-]","#wpdcom").last().attr("id")||e("#comments").css({paddingBottom:"160px"}),t.css({display:t.is(":visible")?"none":"flex"})}),e(document).on("mouseleave",".wpd-comment-right",function(){e(this).find(".wpd-tools-actions").hide(),e("#comments").css({paddingBottom:"0"})}),e(document).on("click",".wpd_stick_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdStickComment"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd_close_btn",function(){var t=Y(X(e(this),0)),a=new FormData;a.append("action","wpdCloseThread"),a.append("commentId",t),fe(v,!0,a).done(function(t){"object"==typeof t&&t.success&&location.reload(!0),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-filter.wpd_not_clicked[data-filter-type]",function(){var t=e(this),a=t.attr("data-filter-type");wpdiscuzAjaxObj.resetActiveFilters(".wpdf-"+a),t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var o=new FormData;o.append("action","wpdLoadMoreComments");var n=e(".wpdiscuz-sort-button-active").attr("data-sorting");n&&o.append("sorting",n),o.append("lastParentId",0),o.append("offset",0),L=1,o.append("wpdType",t.hasClass("wpdf-active")?"":a),o.append("isFirstLoad",1),e(this).hasClass("wpdf-inline")?e(this).hasClass("wpdf-active")?e(".wpd-comment-info-bar").hide():e(".wpd-comment-info-bar").css("display","flex"):e(".wpd-comment-info-bar").hide(),fe(v,!1,o).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(t.toggleClass("wpdf-active"),e(".wpd-load-comments").remove(),e(".wpd-comment").remove(),e(".wpd-thread-list").prepend(a.data.comment_list),K(a),r=a.data.loadLastCommentId,e(".wpd-load-more-submit").blur(),ue(a)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpdf-reacted.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdMostReactedComment"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.parentCommentID).length?e("#comment-"+a.data.parentCommentID).parents("[id^=wpd-comm-"+a.data.parentCommentID+"]").replaceWith(a.data.message):e("#comment-"+a.data.commentId).length||e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpdf-hottest.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=new FormData;a.append("action","wpdHottestThread"),fe(v,!1,a).done(function(a){t.addClass("wpd_not_clicked"),e(".fas",t).removeClass("fa-pulse fa-spinner"),"object"==typeof a&&a.success&&(e("#comment-"+a.data.commentId).length?e("#comment-"+a.data.commentId).parents("[id^=wpd-comm-"+a.data.commentId+"]").replaceWith(a.data.message):e(".wpd-thread-list").prepend(a.data.message),ue(a),ae(),e("html, body").animate({scrollTop:e("#comment-"+a.data.commentId).offset().top-T},1e3,oe))}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner")})}),e(document).on("click",".wpd-filter-view-all",function(){e(".wpdf-inline.wpdf-active.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-follow-link.wpd_not_clicked",function(){var t=e(this);t.removeClass("wpd_not_clicked"),e(".fas",t).addClass("fa-pulse fa-spinner");var a=Y(X(t,0)),o=new FormData;o.append("action","wpdFollowUser"),o.append("commentId",a),fe(v,!0,o).done(function(a){t.addClass("wpd_not_clicked"),"object"==typeof a?a.success?(wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data.code],a.data.code,t),"success"),t.removeClass("wpd-follow-active"),a.data.followTip&&t.attr("wpd-tooltip",a.data.followTip),a.data.followClass&&t.addClass(a.data.followClass),ue(a)):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(a,o,n){console.log(n),e(".fas",t).removeClass("fa-pulse fa-spinner"),e("#wpdiscuz-loading-bar").fadeOut(250)})}),ie(),e(document).on("keyup",".wc_email",function(){ie(e(this))}),x&&e("#wpdcom").length){if(e("#wpd-bubble-wrapper").hover(function(){e(this).addClass("wpd-bubble-hover")},function(){e(this).removeClass("wpd-bubble-hover")}),k&&!Cookies.get(wpdiscuzAjaxObj.cookieHideBubbleHint)&&setTimeout(function(){e("#wpd-bubble-wrapper").addClass("wpd-bubble-hover"),Cookies.set(wpdiscuzAjaxObj.cookieHideBubbleHint,"1",{expires:7,path:"/"}),setTimeout(function(){e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")},1e3*O)},1e3*k),"content_left"===A)if(e(".entry-content").length){var se=(de=Math.min(e(".entry-content").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".post-entry").length){se=(de=Math.min(e(".post-entry").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else if(e(".container").length){var de;se=(de=Math.min(e(".container").offset().left,e("#wpdcom").offset().left)-120)>25?de:25;e("#wpd-bubble-wrapper").css({left:se+"px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-content")}else e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner");else"left_corner"===A?(e("#wpd-bubble-wrapper").css({left:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-left-corner")):"right_corner"===A&&(e("#wpd-bubble-wrapper").css({right:"25px"}),e("#wpd-bubble-wrapper").addClass("wpd-right-corner"));e("#wpd-bubble-wrapper").show(),e(document).on("click","#wpd-bubble-add-message-close",function(t){t.preventDefault(),t.stopPropagation(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover")}),e(document).on("click","#wpd-bubble",function(){ae(),e("#tab-title-reviews").length&&e("#tab-title-reviews a").trigger("click"),e("html, body").animate({scrollTop:e("#wpdcom").offset().top-(T+28)},1e3,function(){oe(),e("#wpd-bubble-wrapper").removeClass("wpd-bubble-hover"),wpdiscuzLoadRichEditor?e("#wpd-editor-0_0").length&&wpDiscuzEditor.createEditor("#wpd-editor-0_0").focus():e("#wc-textarea-0_0").length&&e("#wc-textarea-0_0").trigger("focus")})}),e(document).on("click","#wpd-bubble-comment-close",function(t){t.preventDefault(),e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")}),e(document).on("click","#wpd-bubble-comment-reply-link a",function(){var t=e(this).attr("href");setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),Q(!0);var a=t.match(/#comment\-(\d+)/);E=E.filter(function(e){return e!=a[1]}),e("#wpd-bubble-count .wpd-new-comments-count").text(E.length),0==E.length&&e("#wpd-bubble-count").removeClass("wpd-new-comments")},100)}),e(document).on("click","#wpd-bubble-count",function(){if(E.length){var t=new FormData;t.append("action","wpdBubbleUpdate"),t.append("newCommentIds",E.join()),fe(v,!0,t).done(function(t){"object"==typeof t&&t.success&&(t.data.message=t.data.message.filter(function(t){if(!e("#comment-"+t.comment_id).length)return t}),$(t),e("#wpd-bubble-count").removeClass("wpd-new-comments"),e("#wpd-bubble-count .wpd-new-comments-count").text("0"),E=[],e(".wpd-new-loaded-comment").length&&(ae(),e("html, body").animate({scrollTop:e(e(".wpd-new-loaded-comment")[0]).offset().top-(T+28)},1e3,oe)),ue(t)),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(e,t,a){console.log(a)})}})}if((x&&C||d)&&(t||!t&&p)&&setTimeout(function t(){e.ajax({type:"GET",url:wpdiscuzAjaxObj.bubbleUpdateUrl,beforeSend:function(e){e.setRequestHeader("X-WP-Nonce",wpdiscuzAjaxObj.restNonce)},data:{postId:s,lastId:l,visibleCommentIds:ee()}}).done(function(a){if(!M)if("object"==typeof a){if(a.commentIDsToRemove.forEach(function(t){e("[id^=wpd-comm-"+t+"]").remove()}),a.ids.length){d&&((i=new FormData).append("action","wpdUpdateAutomatically"),i.append("loadLastCommentId",r),i.append("visibleCommentIds",ee()),fe(v,!1,i).done(function(t){M||"object"==typeof t&&t.success&&($(t),t.data.wc_all_comments_count_new=parseInt(t.data.wc_all_comments_count_new),e(".wpd-thread-info").html(t.data.wc_all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",t.data.wc_all_comments_count_new),e("#wpd-bubble-all-comments-count").replaceWith(t.data.wc_all_comments_count_bubble_html),r=t.data.loadLastCommentId)}).fail(function(e,t,a){console.log(a)})),a.ids=a.ids.filter(function(t){if(!e("#comment-"+t).length)return t});var o=5e3;l=parseInt(a.ids[a.ids.length-1]),E=E.concat(a.ids),y&&a.commentText&&(e("#wpd-bubble-author-avatar").html(a.avatar),e("#wpd-bubble-author-name").html(a.authorName),e("#wpd-bubble-comment-date span").html(a.commentDate),e("#wpd-bubble-comment-text").html(a.commentText),e("#wpd-bubble-comment-reply-link a").attr("href",a.commentLink),e("#wpd-bubble-notification-message").show(),o=1e4);var n=parseInt(e(".wpd-new-comments-count").text());n+=a.ids.length,e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added"),e("#wpd-bubble-wrapper").addClass("wpd-new-comment-added"),setTimeout(function(){e("#wpd-bubble-notification-message").hide(),e("#wpd-bubble-wrapper").removeClass("wpd-new-comment-added")},o),e(".wpd-new-comments-count").text(n),e("#wpd-bubble-count").addClass("wpd-new-comments")}a.all_comments_count=parseInt(a.all_comments_count),e("#wpd-bubble-all-comments-count").replaceWith(a.all_comments_count_bubble_html),e(".wpd-reviews-tab").length||(e(".wpd-thread-info").html(a.all_comments_count_before_threads_html),e(".wpd-thread-info").attr("data-comments-count",a.all_comments_count))}else console.log(a);var i;setTimeout(t,c)}).fail(function(e,a,o){console.log(o),setTimeout(t,c)})},c),e(".wpd-inline-form-wrapper").length){var ce=new FormData;ce.append("action","wpdGetInlineCommentForm"),fe(v,!1,ce).done(function(t){"object"==typeof t?t.success?(e(".wpd-inline-form-wrapper").append(t.data),e.each(e("[name=_wpd_inline_nonce]"),function(){var t=e(this).attr("id"),a=e(this).parents(".wpd-inline-shortcode").attr("id");e(this).attr("id",t+"-"+a.substring(a.lastIndexOf("-")+1))}),e(".wpd-inline-opened").addClass("wpd-active"),e(".wpd-inline-opened").find(".wpd-inline-form-wrapper").show(),e(".wpd-inline-opened").find(".wpd-inline-icon").addClass("wpd-open"),e(".wpd-inline-opened").find(".wpd-inline-icon").removeClass("wpd-ignored"),me()):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data]),t.data,"error"):console.log(t)}).fail(function(e,t,a){console.log(a)})}function pe(t){if(e(t).hasClass("wpd-inline-shortcode"))var a=e(t).attr("id");else a=e(t).parents(".wpd-inline-shortcode").attr("id");return a.substring(a.lastIndexOf("-")+1)}function re(){e(".wpd-inline-form-wrapper").hide(),e(".wpd-inline-shortcode").removeClass("wpd-active"),e(".wpd-inline-icon").removeClass("wpd-open")}function le(){e.each(e(".wpd-inline-shortcode:not(.wpd-inline-opened) .wpd-inline-icon"),function(){var t=e(this),a=t.offset().top-window.pageYOffset;t.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&a>0&&a<300&&("blink"===I?(t.addClass("wpd-blink"),setTimeout(function(){t.removeClass("wpd-blink")},3e3)):(t.parents(".wpd-inline-shortcode").addClass("wpd-active"),t.siblings(".wpd-inline-form-wrapper").show(),t.addClass("wpd-open"),me(t.siblings(".wpd-inline-form-wrapper"))))})}function me(t){if(t){if(t.offset().left<=10)t.css("left",Math.ceil(parseInt(t.css("left"))-t.offset().left+10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))<3&&(a=3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;");else if(t.offset().left+t.width()>document.body.clientWidth-10){var a;t.css("left",Math.ceil(parseInt(t.css("left"))+(document.body.clientWidth-(t.offset().left+t.width()))-10)),(a=Math.ceil(t.siblings(".wpd-inline-icon.wpd-open").offset().left-t.offset().left+2))>t.width()-3&&(a=t.width()-3),document.styleSheets[0].addRule("#"+t.parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+a+"px;")}}else e.each(e(".wpd-inline-form-wrapper:visible"),function(){if(e(this).offset().left<=10)e(this).css("left",Math.ceil(parseInt(e(this).css("left"))-e(this).offset().left+10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))<3&&(t=3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;");else if(e(this).offset().left+e(this).width()>document.body.clientWidth-10){var t;e(this).css("left",Math.ceil(parseInt(e(this).css("left"))+(document.body.clientWidth-(e(this).offset().left+e(this).width()))-10)),(t=Math.ceil(e(this).siblings(".wpd-inline-icon.wpd-open").offset().left-e(this).offset().left+2))>e(this).width()-3&&(t=e(this).width()-3),document.styleSheets[0].addRule("#"+e(this).parents(".wpd-inline-shortcode").attr("id")+" .wpd-inline-form-wrapper::before","left: "+t+"px;")}})}function we(t){var a,o=0;if(t.parents(".wpd_main_comm_form").length)o=parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents(".wpd_main_comm_form");else if(t.parents(".wpd-secondary-form-wrapper").length)o=parseInt(wpdiscuzAjaxObj.replyTextMaxLength),a=t.parents(".wpd-secondary-form-wrapper");else if(t.parents("#wpdiscuz-edit-form").length){var n=X(t);o=parseInt(n.substring(n.lastIndexOf("_")+1))?parseInt(wpdiscuzAjaxObj.replyTextMaxLength):parseInt(wpdiscuzAjaxObj.commentTextMaxLength),a=t.parents("#wpdiscuz-edit-form")}if(o&&a){var i=t.val().length,s=e(".wpd-editor-char-counter",a),d=o-i;s.html(d),d<=10?s.addClass("error"):s.removeClass("error")}}function ue(t,a,o,n){t.data.callbackFunctions&&e.each(t.data.callbackFunctions,function(e){"function"==typeof wpdiscuzAjaxObj[t.data.callbackFunctions[e]]?wpdiscuzAjaxObj[t.data.callbackFunctions[e]](t,a,o,n):"function"==typeof window[t.data.callbackFunctions[e]]?window[t.data.callbackFunctions[e]](t,a,o,n):console.log(t.data.callbackFunctions[e]+" is not a function")})}function fe(t,a,o){a&&e("#wpdiscuz-loading-bar").show(),o.append("postId",s),o.append("wpdiscuz_nonce",wpdiscuzAjaxObj.wpdiscuz_nonce);var n=o.get("action");wpdiscuzAjaxObj.dataFilterCallbacks&&wpdiscuzAjaxObj.dataFilterCallbacks[n]&&e.each(wpdiscuzAjaxObj.dataFilterCallbacks[n],function(e){"function"==typeof wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]]&&(o=wpdiscuzAjaxObj[wpdiscuzAjaxObj.dataFilterCallbacks[n][e]](o,t,a))});var i=t?wpdiscuzAjaxObj.url:wpdiscuzAjaxObj.customAjaxUrl;return e.ajax({type:"POST",url:i,data:o,contentType:!1,processData:!1})}function he(){if(t||wpdiscuzAjaxObj.validateNonceForGuests){var e=new FormData;e.append("action","wpdGetNonce"),fe(v,!1,e).done(function(e){"object"==typeof e?e.success?wpdiscuzAjaxObj.wpdiscuz_nonce=e.data:wpdiscuzAjaxObj.setCommentMessage(e.data,"error"):console.log(e)}).fail(function(e,t,a){console.log(a)})}}e(document).on("click","body",function(t){if(e(t.target).hasClass("wpd-inline-form-close")||e(t.target).parents(".wpd-inline-form-close").length)t.preventDefault(),e(t.target).parents(".wpd-inline-form-wrapper").hide(),e(t.target).parents(".wpd-inline-shortcode").removeClass("wpd-active"),e(t.target).parents(".wpd-inline-form-wrapper").siblings(".wpd-inline-icon").removeClass("wpd-open");else if(!e(t.target).hasClass("wpd-inline-form-wrapper")&&!e(t.target).parents(".wpd-inline-form-wrapper").length){re();var a="";e(t.target).hasClass("wpd-inline-icon")?a=e(t.target):e(t.target).parents(".wpd-inline-icon").length&&(a=e(t.target).parents(".wpd-inline-icon")),a.length&&a.parents(".wpd-inline-shortcode").find(".wpd-inline-form").length&&(a.parents(".wpd-inline-shortcode").addClass("wpd-active"),a.siblings(".wpd-inline-form-wrapper").show(),a.addClass("wpd-open"),a.removeClass("wpd-ignored"),me(a.siblings(".wpd-inline-form-wrapper")))}(!e(t.target).hasClass("wpd-last-inline-comments-wrapper")&&!e(t.target).parents(".wpd-last-inline-comments-wrapper").length||e(t.target).parents(".wpd-last-inline-comments-wrapper").length&&e(t.target).hasClass("wpd-load-inline-comment"))&&e(".wpd-last-inline-comments-wrapper").remove()}),e(document).on("click",".wpd-inline-submit.wpd_not_clicked",function(t){t.preventDefault();var a=e(this),o=e(this).parents(".wpd_inline_comm_form");if(o[0].checkValidity()){e(this).removeClass("wpd_not_clicked");var n=new FormData;n.append("action","wpdAddInlineComment"),n.append("inline_form_id",pe(o)),e.each(e("input, textarea",o),function(t,a){"checkbox"===this.type?e(this).is(":checked")&&n.append(e(a).attr("name"),e(a).val()):n.append(e(a).attr("name"),e(a).val())}),fe(v,!0,n).done(function(t){if(a.addClass("wpd_not_clicked"),"object"==typeof t)if(t.success){o[0].reset(),re();var n=parseInt(t.data.newCount),i=a.parents(".wpd-inline-icon-wrapper").find(".wpd-inline-icon-count");i.text(n),n?i.addClass("wpd-has-comments"):i.removeClass("wpd-has-comments"),t.data.allCommentsCountNew=parseInt(t.data.allCommentsCountNew),e(".wpd-thread-info").html(t.data.allCommentsCountBeforeThreadsHtml),e(".wpd-thread-info").attr("data-comments-count",t.data.allCommentsCountNew),e("#wpd-bubble-all-comments-count").replaceWith(t.data.allCommentsCountBubbleHtml),t.data.message&&ne(t.data.message),wpdiscuzAjaxObj.setCommentMessage(t.data.notification,"success")}else t.data&&wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data,a),"error");else wpdiscuzAjaxObj.setCommentMessage(t,"error");e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("keydown",".wpd-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_comm_submit").trigger("click")}),e(document).on("keydown","#wpdiscuz-edit-form",function(t){t.ctrlKey&&13==t.keyCode&&e(this).find(".wc_save_edited_comment").trigger("click")}),e(document).on("keydown",".wpd-inline-comment-content",function(t){t.ctrlKey&&13==t.keyCode&&e(this).parents(".wpd_inline_comm_form").find(".wpd-inline-submit.wpd_not_clicked").trigger("click")}),e(document).on("click",".wpd-inline-icon-count.wpd-has-comments",function(){var t=e(this),a=new FormData;a.append("action","wpdGetLastInlineComments"),a.append("inline_form_id",pe(t)),fe(v,!0,a).done(function(a){"object"==typeof a?a.success?e(a.data).insertAfter(t):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[a.data],a.data,t),"error"):console.log(a),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),e(document).on("click",".wpd-view-all-inline-comments",function(t){t.preventDefault(),e(this).parents(".wpd-last-inline-comments-wrapper").remove(),e(".wpdf-inline").hasClass("wpdf-active")||e(".wpdf-inline").trigger("click"),ae(),e("html, body").animate({scrollTop:e(".wpdf-inline").offset().top-T},1e3,oe)}),e(document).on("click",".wpd-feedback-content-link",function(t){t.preventDefault();var a=e(this).data("feedback-content-id");ae(),e("html, body").animate({scrollTop:e("#wpd-inline-"+a).offset().top-(T+6)},1e3,function(){oe(),e("#wpd-inline-"+a).addClass("wpd-active")})}),"scroll_open"!==I&&"blink"!==I||(le(),e(window).on("scroll",le)),e(document).on("click","#wpd-post-rating.wpd-not-rated .wpd-rate-starts svg",function(){var t=new FormData,a=e(this).index();a>=0&&a<5&&(t.append("action","wpdUserRate"),t.append("rating",a+1),fe(v,!0,t).done(function(t){"object"==typeof t?(t.success?location.reload(!0):wpdiscuzAjaxObj.setCommentMessage(wpdiscuzAjaxObj.applyFilterOnPhrase(wpdiscuzAjaxObj[t.data],t.data),"error"),ue(t)):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250)}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)}))}),e(document).on("submit","#wpdiscuz-subscribe-form",function(t){t.preventDefault();var a,o,i=e(this);if(i[0].checkValidity()&&(a=i,o=!0,"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&!e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).val().length?(o=!1,e(".wpdiscuz-recaptcha",a).css("border","1px solid red")):"2.0"===n&&e("input[name=wpdiscuz_recaptcha_subscribe_form]",a).length&&e(".wpdiscuz-recaptcha",a).css("border","none"),o)){var s=new FormData;s.append("action","wpdAddSubscription"),e("*",i).each(function(){""!=this.name&&"checkbox"!=this.type&&"radio"!=this.type&&s.append(this.name+"",e(this).val()),"checkbox"!=this.type&&"radio"!=this.type||e(this).is(":checked")&&s.append(this.name+"",e(this).val())}),fe(v,!0,s).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):wpdiscuzAjaxObj.setCommentMessage(t,"error"),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}}),e(document).on("click",".wpd-unsubscribe",function(t){t.preventDefault();var a=new FormData;a.append("action","wpdUnsubscribe"),a.append("sid",e(this).data("sid")),a.append("skey",e(this).data("skey")),fe(v,!0,a).done(function(t){"object"==typeof t?t.success?(wpdiscuzAjaxObj.setCommentMessage(t.data,"success"),setTimeout(function(){location.reload(!0)},3e3)):wpdiscuzAjaxObj.setCommentMessage(t.data,"error"):console.log(t),e("#wpdiscuz-loading-bar").fadeOut(250),M=!1}).fail(function(t,a,o){console.log(o),e("#wpdiscuz-loading-bar").fadeOut(250)})}),wpdiscuzAjaxObj.resetActiveFilters=function(t){e(".wpd-filter.wpdf-active"+(t?":not("+t+")":"")).removeClass("wpdf-active")},wpdiscuzAjaxObj.getAjaxObj=fe,wpdiscuzAjaxObj.initNonce=he,he()});var onloadCallback=function(){if(document.getElementById("wpdiscuz-recaptcha-0_0")&&"2.0"===wpdiscuzAjaxObj.wpDiscuzReCaptchaVersion&&(1==wpdiscuzAjaxObj.wc_captcha_show_for_guest&&!wpdiscuzAjaxObj.is_user_logged_in||1==wpdiscuzAjaxObj.wc_captcha_show_for_members&&wpdiscuzAjaxObj.is_user_logged_in))try{grecaptcha.render("wpdiscuz-recaptcha-0_0",{sitekey:wpdiscuzAjaxObj.wpDiscuzReCaptchaSK,theme:wpdiscuzAjaxObj.wpDiscuzReCaptchaTheme,callback:function(e){jQuery("#wpdiscuz-recaptcha-field-0_0").val("key")},"expired-callback":function(){jQuery("#wpdiscuz-recaptcha-field-0_0").val("")}})}catch(e){console.log(e),wpdiscuzAjaxObj.setCommentMessage("reCaptcha Error: "+e.message,"error")}};
|
class.WpdiscuzCore.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
* Plugin Name: wpDiscuz
|
4 |
* Description: #1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section.
|
5 |
-
* Version: 7.3.
|
6 |
* Author: gVectors Team
|
7 |
* Author URI: https://gvectors.com/
|
8 |
* Plugin URI: https://wpdiscuz.com/
|
@@ -249,7 +249,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
249 |
$loadLastCommentId = WpdiscuzHelper::sanitize(INPUT_POST, "loadLastCommentId", FILTER_SANITIZE_NUMBER_INT, 0);
|
250 |
if ($postId) {
|
251 |
$this->isWpdiscuzLoaded = true;
|
252 |
-
$visibleCommentIds = rtrim(WpdiscuzHelper::sanitize(INPUT_POST, "visibleCommentIds", FILTER_SANITIZE_STRING
|
253 |
$this->commentsArgs = $this->getDefaultCommentsArgs($postId);
|
254 |
$commentListArgs = $this->getCommentListArgs($postId);
|
255 |
if ($this->form->isUserCanSeeComments($commentListArgs["current_user"], $postId)) {
|
@@ -289,7 +289,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
289 |
|
290 |
public function bubbleUpdate() {
|
291 |
$postId = WpdiscuzHelper::sanitize(INPUT_POST, "postId", FILTER_SANITIZE_NUMBER_INT, 0);
|
292 |
-
$newCommentIds = WpdiscuzHelper::sanitize(INPUT_POST, "newCommentIds", FILTER_SANITIZE_STRING
|
293 |
if ($postId && $newCommentIds) {
|
294 |
$this->isWpdiscuzLoaded = true;
|
295 |
$commentListArgs = $this->getCommentListArgs($postId);
|
@@ -315,7 +315,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
315 |
public function addComment() {
|
316 |
$this->helper->validateNonce();
|
317 |
$isAnonymous = false;
|
318 |
-
$uniqueId =
|
319 |
$postId = WpdiscuzHelper::sanitize(INPUT_POST, "postId", FILTER_SANITIZE_NUMBER_INT, 0);
|
320 |
// $comment_content is filtered in function "$this->helper->filterCommentText" by WP's native function wp_kses
|
321 |
$comment_content = isset($_POST["wc_comment"]) ? $_POST["wc_comment"] : "";
|
@@ -331,7 +331,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
331 |
wp_die(esc_html($this->options->getPhrase("wc_commenting_is_closed")));
|
332 |
}
|
333 |
|
334 |
-
if (function_exists("zerospam_get_key") && $wpdiscuzZS = WpdiscuzHelper::sanitize(INPUT_POST, "wpdiscuz_zs", FILTER_SANITIZE_STRING
|
335 |
$_POST["zerospam_key"] = $wpdiscuzZS === md5(zerospam_get_key()) ? zerospam_get_key() : "";
|
336 |
}
|
337 |
$commentDepth = WpdiscuzHelper::sanitize(INPUT_POST, "wpd_comment_depth", FILTER_SANITIZE_NUMBER_INT, 1);
|
@@ -346,7 +346,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
346 |
} else if (!$this->options->wp["threadComments"]) {
|
347 |
$isInSameContainer = "0";
|
348 |
}
|
349 |
-
$notificationType = WpdiscuzHelper::sanitize(INPUT_POST, "wpdiscuz_notification_type", FILTER_SANITIZE_STRING
|
350 |
|
351 |
$this->form->validateFields($currentUser);
|
352 |
|
@@ -683,11 +683,11 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
683 |
// max value of php int for limit
|
684 |
$limit = ($isFirstLoad && $this->options->thread_display["commentListLoadType"] == 3) || (!$isFirstLoad && $this->options->thread_display["commentListLoadType"] == 1) ? PHP_INT_MAX - 1 : $this->options->wp["commentPerPage"];
|
685 |
$args = ["number" => $limit];
|
686 |
-
$args["wpdType"] =
|
687 |
if ($isFirstLoad) {
|
688 |
$args["first_load"] = true;
|
689 |
}
|
690 |
-
$sorting =
|
691 |
if ($sorting === "newest") {
|
692 |
$args["orderby"] = $this->options->thread_display["orderCommentsBy"];
|
693 |
$args["order"] = "desc";
|
@@ -717,7 +717,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
717 |
|
718 |
public function sorting() {
|
719 |
$postId = WpdiscuzHelper::sanitize(INPUT_POST, "postId", FILTER_SANITIZE_NUMBER_INT, 0);
|
720 |
-
$sorting =
|
721 |
if ($postId && $sorting) {
|
722 |
$this->form = $this->wpdiscuzForm->getForm($postId);
|
723 |
if ($this->form->isUserCanSeeComments(WpdiscuzHelper::getCurrentUser(), $postId)) {
|
@@ -734,7 +734,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
734 |
$args["order"] = $this->options->wp["commentOrder"];
|
735 |
}
|
736 |
$args["first_load"] = 1;
|
737 |
-
$args["wpdType"] = WpdiscuzHelper::sanitize(INPUT_POST, "wpdType", FILTER_SANITIZE_STRING
|
738 |
$args = apply_filters("wpdiscuz_filter_args", $args);
|
739 |
$commentData = $this->getWPComments($args);
|
740 |
$response = [
|
@@ -2215,7 +2215,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
2215 |
public function addInlineComment() {
|
2216 |
$inline_form_id = WpdiscuzHelper::sanitize(INPUT_POST, "inline_form_id", FILTER_SANITIZE_NUMBER_INT, 0);
|
2217 |
if ($inline_form_id && apply_filters("wpdiscuz_enable_feedback_shortcode_button", true) && ($inline_form = $this->dbManager->getFeedbackForm($inline_form_id))) {
|
2218 |
-
if (wp_verify_nonce(WpdiscuzHelper::sanitize(INPUT_POST, "_wpd_inline_nonce", FILTER_SANITIZE_STRING
|
2219 |
if (!comments_open($inline_form->post_id)) {
|
2220 |
wp_die(esc_html($this->options->getPhrase("wc_commenting_is_closed")));
|
2221 |
}
|
@@ -2346,7 +2346,7 @@ class WpdiscuzCore implements WpDiscuzConstants {
|
|
2346 |
if ($form->getFormID()) {
|
2347 |
$currentUser = WpdiscuzHelper::getCurrentUser();
|
2348 |
if (empty($currentUser->ID) || (!empty($currentUser->ID) && $currentUser->ID != $post->post_author)) {
|
2349 |
-
$inlineVerified = wp_verify_nonce(WpdiscuzHelper::sanitize(INPUT_POST, "_wpd_inline_nonce", FILTER_SANITIZE_STRING
|
2350 |
if (!$inlineVerified) {
|
2351 |
if (apply_filters("wpdiscuz_verify_recaptcha", true, $commentdata)) {
|
2352 |
$typesExclude = ["pingback", "trackback"];
|
2 |
/*
|
3 |
* Plugin Name: wpDiscuz
|
4 |
* Description: #1 WordPress Comment Plugin. Innovative, modern and feature-rich comment system to supercharge your website comment section.
|
5 |
+
* Version: 7.3.13
|
6 |
* Author: gVectors Team
|
7 |
* Author URI: https://gvectors.com/
|
8 |
* Plugin URI: https://wpdiscuz.com/
|
249 |
$loadLastCommentId = WpdiscuzHelper::sanitize(INPUT_POST, "loadLastCommentId", FILTER_SANITIZE_NUMBER_INT, 0);
|
250 |
if ($postId) {
|
251 |
$this->isWpdiscuzLoaded = true;
|
252 |
+
$visibleCommentIds = rtrim(WpdiscuzHelper::sanitize(INPUT_POST, "visibleCommentIds", "FILTER_SANITIZE_STRING"), ",");
|
253 |
$this->commentsArgs = $this->getDefaultCommentsArgs($postId);
|
254 |
$commentListArgs = $this->getCommentListArgs($postId);
|
255 |
if ($this->form->isUserCanSeeComments($commentListArgs["current_user"], $postId)) {
|
289 |
|
290 |
public function bubbleUpdate() {
|
291 |
$postId = WpdiscuzHelper::sanitize(INPUT_POST, "postId", FILTER_SANITIZE_NUMBER_INT, 0);
|
292 |
+
$newCommentIds = WpdiscuzHelper::sanitize(INPUT_POST, "newCommentIds", "FILTER_SANITIZE_STRING");
|
293 |
if ($postId && $newCommentIds) {
|
294 |
$this->isWpdiscuzLoaded = true;
|
295 |
$commentListArgs = $this->getCommentListArgs($postId);
|
315 |
public function addComment() {
|
316 |
$this->helper->validateNonce();
|
317 |
$isAnonymous = false;
|
318 |
+
$uniqueId = WpdiscuzHelper::sanitize(INPUT_POST, "wpdiscuz_unique_id", "FILTER_SANITIZE_STRING");
|
319 |
$postId = WpdiscuzHelper::sanitize(INPUT_POST, "postId", FILTER_SANITIZE_NUMBER_INT, 0);
|
320 |
// $comment_content is filtered in function "$this->helper->filterCommentText" by WP's native function wp_kses
|
321 |
$comment_content = isset($_POST["wc_comment"]) ? $_POST["wc_comment"] : "";
|
331 |
wp_die(esc_html($this->options->getPhrase("wc_commenting_is_closed")));
|
332 |
}
|
333 |
|
334 |
+
if (function_exists("zerospam_get_key") && $wpdiscuzZS = WpdiscuzHelper::sanitize(INPUT_POST, "wpdiscuz_zs", "FILTER_SANITIZE_STRING")) {
|
335 |
$_POST["zerospam_key"] = $wpdiscuzZS === md5(zerospam_get_key()) ? zerospam_get_key() : "";
|
336 |
}
|
337 |
$commentDepth = WpdiscuzHelper::sanitize(INPUT_POST, "wpd_comment_depth", FILTER_SANITIZE_NUMBER_INT, 1);
|
346 |
} else if (!$this->options->wp["threadComments"]) {
|
347 |
$isInSameContainer = "0";
|
348 |
}
|
349 |
+
$notificationType = WpdiscuzHelper::sanitize(INPUT_POST, "wpdiscuz_notification_type", "FILTER_SANITIZE_STRING");
|
350 |
|
351 |
$this->form->validateFields($currentUser);
|
352 |
|
683 |
// max value of php int for limit
|
684 |
$limit = ($isFirstLoad && $this->options->thread_display["commentListLoadType"] == 3) || (!$isFirstLoad && $this->options->thread_display["commentListLoadType"] == 1) ? PHP_INT_MAX - 1 : $this->options->wp["commentPerPage"];
|
685 |
$args = ["number" => $limit];
|
686 |
+
$args["wpdType"] = WpdiscuzHelper::sanitize(INPUT_POST, "wpdType", "FILTER_SANITIZE_STRING");
|
687 |
if ($isFirstLoad) {
|
688 |
$args["first_load"] = true;
|
689 |
}
|
690 |
+
$sorting = WpdiscuzHelper::sanitize(INPUT_POST, "sorting", "FILTER_SANITIZE_STRING");
|
691 |
if ($sorting === "newest") {
|
692 |
$args["orderby"] = $this->options->thread_display["orderCommentsBy"];
|
693 |
$args["order"] = "desc";
|
717 |
|
718 |
public function sorting() {
|
719 |
$postId = WpdiscuzHelper::sanitize(INPUT_POST, "postId", FILTER_SANITIZE_NUMBER_INT, 0);
|
720 |
+
$sorting = WpdiscuzHelper::sanitize(INPUT_POST, "sorting", "FILTER_SANITIZE_STRING");
|
721 |
if ($postId && $sorting) {
|
722 |
$this->form = $this->wpdiscuzForm->getForm($postId);
|
723 |
if ($this->form->isUserCanSeeComments(WpdiscuzHelper::getCurrentUser(), $postId)) {
|
734 |
$args["order"] = $this->options->wp["commentOrder"];
|
735 |
}
|
736 |
$args["first_load"] = 1;
|
737 |
+
$args["wpdType"] = WpdiscuzHelper::sanitize(INPUT_POST, "wpdType", "FILTER_SANITIZE_STRING");
|
738 |
$args = apply_filters("wpdiscuz_filter_args", $args);
|
739 |
$commentData = $this->getWPComments($args);
|
740 |
$response = [
|
2215 |
public function addInlineComment() {
|
2216 |
$inline_form_id = WpdiscuzHelper::sanitize(INPUT_POST, "inline_form_id", FILTER_SANITIZE_NUMBER_INT, 0);
|
2217 |
if ($inline_form_id && apply_filters("wpdiscuz_enable_feedback_shortcode_button", true) && ($inline_form = $this->dbManager->getFeedbackForm($inline_form_id))) {
|
2218 |
+
if (wp_verify_nonce(WpdiscuzHelper::sanitize(INPUT_POST, "_wpd_inline_nonce", "FILTER_SANITIZE_STRING"), "wpd_inline_nonce_" . $inline_form->post_id)) {
|
2219 |
if (!comments_open($inline_form->post_id)) {
|
2220 |
wp_die(esc_html($this->options->getPhrase("wc_commenting_is_closed")));
|
2221 |
}
|
2346 |
if ($form->getFormID()) {
|
2347 |
$currentUser = WpdiscuzHelper::getCurrentUser();
|
2348 |
if (empty($currentUser->ID) || (!empty($currentUser->ID) && $currentUser->ID != $post->post_author)) {
|
2349 |
+
$inlineVerified = wp_verify_nonce(WpdiscuzHelper::sanitize(INPUT_POST, "_wpd_inline_nonce", "FILTER_SANITIZE_STRING"), "wpd_inline_nonce_" . $postId);
|
2350 |
if (!$inlineVerified) {
|
2351 |
if (apply_filters("wpdiscuz_verify_recaptcha", true, $commentdata)) {
|
2352 |
$typesExclude = ["pingback", "trackback"];
|
forms/wpDiscuzForm.php
CHANGED
@@ -5,6 +5,7 @@ use wpdFormAttr\FormConst\wpdFormConst;
|
|
5 |
use wpdFormAttr\Form;
|
6 |
use wpdFormAttr\Login\SocialLogin;
|
7 |
use wpdFormAttr\Tools\PersonalDataExporter;
|
|
|
8 |
|
9 |
class wpDiscuzForm implements wpdFormConst {
|
10 |
|
@@ -60,8 +61,8 @@ class wpDiscuzForm implements wpdFormConst {
|
|
60 |
}
|
61 |
|
62 |
public function validateMetaCommentSavePre($commentContent) {
|
63 |
-
if (
|
64 |
-
$postID =
|
65 |
$this->getForm($postID);
|
66 |
if ($this->form) {
|
67 |
$currentUser = WpdiscuzHelper::getCurrentUser();
|
@@ -73,8 +74,8 @@ class wpDiscuzForm implements wpdFormConst {
|
|
73 |
}
|
74 |
|
75 |
public function updateCommentMeta($commentID) {
|
76 |
-
if (
|
77 |
-
$postID =
|
78 |
$this->getForm($postID);
|
79 |
if ($this->form) {
|
80 |
$this->form->saveCommentMeta($commentID);
|
@@ -84,10 +85,10 @@ class wpDiscuzForm implements wpdFormConst {
|
|
84 |
|
85 |
public function adminFieldForm() {
|
86 |
$this->canManageOptions();
|
87 |
-
$field =
|
88 |
-
$isDefault =
|
89 |
-
$row =
|
90 |
-
$col =
|
91 |
if ($field && $row && $col) {
|
92 |
if ($isDefault) {
|
93 |
$field = "wpdFormAttr\Field\\$field";
|
@@ -149,7 +150,7 @@ class wpDiscuzForm implements wpdFormConst {
|
|
149 |
}
|
150 |
$this->canManageOptions();
|
151 |
$this->form->saveFormData($postId);
|
152 |
-
$css =
|
153 |
update_post_meta($postId, self::WPDISCUZ_META_FORMS_CSS, $css);
|
154 |
}
|
155 |
|
@@ -455,8 +456,8 @@ class wpDiscuzForm implements wpdFormConst {
|
|
455 |
}
|
456 |
|
457 |
public function cloneForm() {
|
458 |
-
$formID =
|
459 |
-
$nonce =
|
460 |
if ($formID && $nonce && wp_verify_nonce($nonce, "clone-form_" . $formID)) {
|
461 |
$form = get_post($formID);
|
462 |
if ($form && $form->post_type === self::WPDISCUZ_FORMS_CONTENT_TYPE) {
|
5 |
use wpdFormAttr\Form;
|
6 |
use wpdFormAttr\Login\SocialLogin;
|
7 |
use wpdFormAttr\Tools\PersonalDataExporter;
|
8 |
+
use wpdFormAttr\Tools\Sanitizer;
|
9 |
|
10 |
class wpDiscuzForm implements wpdFormConst {
|
11 |
|
61 |
}
|
62 |
|
63 |
public function validateMetaCommentSavePre($commentContent) {
|
64 |
+
if (Sanitizer::sanitize(INPUT_POST, "action", "FILTER_SANITIZE_STRING") === "editedcomment") {
|
65 |
+
$postID = Sanitizer::sanitize(INPUT_POST, "comment_post_ID", FILTER_SANITIZE_NUMBER_INT);
|
66 |
$this->getForm($postID);
|
67 |
if ($this->form) {
|
68 |
$currentUser = WpdiscuzHelper::getCurrentUser();
|
74 |
}
|
75 |
|
76 |
public function updateCommentMeta($commentID) {
|
77 |
+
if (Sanitizer::sanitize(INPUT_POST, "action", "FILTER_SANITIZE_STRING") === "editedcomment") {
|
78 |
+
$postID = Sanitizer::sanitize(INPUT_POST, "comment_post_ID", FILTER_SANITIZE_NUMBER_INT);
|
79 |
$this->getForm($postID);
|
80 |
if ($this->form) {
|
81 |
$this->form->saveCommentMeta($commentID);
|
85 |
|
86 |
public function adminFieldForm() {
|
87 |
$this->canManageOptions();
|
88 |
+
$field = Sanitizer::sanitize(INPUT_POST, "fieldType", "FILTER_SANITIZE_STRING");
|
89 |
+
$isDefault = Sanitizer::sanitize(INPUT_POST, "defaultField", FILTER_SANITIZE_NUMBER_INT);
|
90 |
+
$row = Sanitizer::sanitize(INPUT_POST, "row", "FILTER_SANITIZE_STRING");
|
91 |
+
$col = Sanitizer::sanitize(INPUT_POST, "col", "FILTER_SANITIZE_STRING");
|
92 |
if ($field && $row && $col) {
|
93 |
if ($isDefault) {
|
94 |
$field = "wpdFormAttr\Field\\$field";
|
150 |
}
|
151 |
$this->canManageOptions();
|
152 |
$this->form->saveFormData($postId);
|
153 |
+
$css = Sanitizer::sanitize(INPUT_POST, self::WPDISCUZ_META_FORMS_CSS, FILTER_DEFAULT);
|
154 |
update_post_meta($postId, self::WPDISCUZ_META_FORMS_CSS, $css);
|
155 |
}
|
156 |
|
456 |
}
|
457 |
|
458 |
public function cloneForm() {
|
459 |
+
$formID = Sanitizer::sanitize(INPUT_GET, "form_id", FILTER_SANITIZE_NUMBER_INT);
|
460 |
+
$nonce = Sanitizer::sanitize(INPUT_GET, "clone_form_nonce", "FILTER_SANITIZE_STRING");
|
461 |
if ($formID && $nonce && wp_verify_nonce($nonce, "clone-form_" . $formID)) {
|
462 |
$form = get_post($formID);
|
463 |
if ($form && $form->post_type === self::WPDISCUZ_FORMS_CONTENT_TYPE) {
|
forms/wpdFormAttr/Field/AgreementCheckbox.php
CHANGED
@@ -79,11 +79,11 @@ class AgreementCheckbox extends Field {
|
|
79 |
<label class="wpd-field-label wpd-cursor-pointer" for="<?php echo esc_attr($name) . "-1_" . esc_attr($uniqueId); ?>"><?php echo $args["label"]; ?></label>
|
80 |
</div>
|
81 |
</div>
|
82 |
-
|
83 |
<div class="wpd-field-desc">
|
84 |
<i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span>
|
85 |
</div>
|
86 |
-
|
87 |
</div>
|
88 |
<?php
|
89 |
}
|
79 |
<label class="wpd-field-label wpd-cursor-pointer" for="<?php echo esc_attr($name) . "-1_" . esc_attr($uniqueId); ?>"><?php echo $args["label"]; ?></label>
|
80 |
</div>
|
81 |
</div>
|
82 |
+
<?php if ($args["desc"]) { ?>
|
83 |
<div class="wpd-field-desc">
|
84 |
<i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span>
|
85 |
</div>
|
86 |
+
<?php } ?>
|
87 |
</div>
|
88 |
<?php
|
89 |
}
|
forms/wpdFormAttr/Field/ColorField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class ColorField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -79,17 +81,17 @@ class ColorField extends Field {
|
|
79 |
?>
|
80 |
<div class="wpdiscuz-item wpd-field-color <?php echo esc_attr($name) . "-wrapper" . ($hasIcon ? " wpd-has-icon" : "") . ($hasDesc ? " wpd-has-desc" : ""); ?>">
|
81 |
<div class="wpd-field-title">
|
82 |
-
|
83 |
</div>
|
84 |
<?php if ($hasIcon) { ?>
|
85 |
<div class="wpd-field-icon"><i style="opacity: 0.8;" class="<?php echo strpos(trim($args["icon"]), " ") ? esc_attr($args["icon"]) : "fas " . esc_attr($args["icon"]); ?>"></i></div>
|
86 |
-
|
87 |
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
88 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-color" type="color" name="<?php echo esc_attr($name); ?>" value="#000000" placeholder="#ff8040" pattern="^\#[A-Za-z0-9]{6}$" title="#ff8040">
|
89 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
90 |
-
|
91 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
92 |
-
|
93 |
</div>
|
94 |
<?php
|
95 |
}
|
@@ -105,7 +107,7 @@ class ColorField extends Field {
|
|
105 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
106 |
return "";
|
107 |
}
|
108 |
-
$value =
|
109 |
if ($value && !preg_match("@^\#[A-Za-z0-9]{6}$@is", $value)) {
|
110 |
$value = "";
|
111 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class ColorField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
81 |
?>
|
82 |
<div class="wpdiscuz-item wpd-field-color <?php echo esc_attr($name) . "-wrapper" . ($hasIcon ? " wpd-has-icon" : "") . ($hasDesc ? " wpd-has-desc" : ""); ?>">
|
83 |
<div class="wpd-field-title">
|
84 |
+
<?php echo esc_html($args["name"]); ?>
|
85 |
</div>
|
86 |
<?php if ($hasIcon) { ?>
|
87 |
<div class="wpd-field-icon"><i style="opacity: 0.8;" class="<?php echo strpos(trim($args["icon"]), " ") ? esc_attr($args["icon"]) : "fas " . esc_attr($args["icon"]); ?>"></i></div>
|
88 |
+
<?php } ?>
|
89 |
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
90 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-color" type="color" name="<?php echo esc_attr($name); ?>" value="#000000" placeholder="#ff8040" pattern="^\#[A-Za-z0-9]{6}$" title="#ff8040">
|
91 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
92 |
+
<?php if ($args["desc"]) { ?>
|
93 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
94 |
+
<?php } ?>
|
95 |
</div>
|
96 |
<?php
|
97 |
}
|
107 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
108 |
return "";
|
109 |
}
|
110 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, "FILTER_SANITIZE_STRING");
|
111 |
if ($value && !preg_match("@^\#[A-Za-z0-9]{6}$@is", $value)) {
|
112 |
$value = "";
|
113 |
}
|
forms/wpdFormAttr/Field/CookiesConsent.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class CookiesConsent extends Field {
|
6 |
|
7 |
private $cookiesConsent;
|
@@ -47,11 +49,11 @@ class CookiesConsent extends Field {
|
|
47 |
<label class="wpd-field-label wpd-cursor-pointer" for="<?php echo esc_attr($name) . "-1_" . esc_attr($uniqueId); ?>"><?php echo $args["label"]; ?></label>
|
48 |
</div>
|
49 |
</div>
|
50 |
-
|
51 |
<div class="wpd-field-desc">
|
52 |
<i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span>
|
53 |
</div>
|
54 |
-
|
55 |
</div>
|
56 |
<?php
|
57 |
}
|
@@ -62,7 +64,7 @@ class CookiesConsent extends Field {
|
|
62 |
|
63 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
64 |
$this->cookiesConsent = filter_input(INPUT_POST, $fieldName, FILTER_VALIDATE_INT, FILTER_NULL_ON_FAILURE);
|
65 |
-
$action =
|
66 |
if ($this->cookiesConsent === false && $action !== "wpdSaveEditedComment") {
|
67 |
$past = time() - YEAR_IN_SECONDS;
|
68 |
setcookie("comment_author_" . COOKIEHASH, " ", $past, "/", COOKIE_DOMAIN);
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class CookiesConsent extends Field {
|
8 |
|
9 |
private $cookiesConsent;
|
49 |
<label class="wpd-field-label wpd-cursor-pointer" for="<?php echo esc_attr($name) . "-1_" . esc_attr($uniqueId); ?>"><?php echo $args["label"]; ?></label>
|
50 |
</div>
|
51 |
</div>
|
52 |
+
<?php if ($args["desc"]) { ?>
|
53 |
<div class="wpd-field-desc">
|
54 |
<i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span>
|
55 |
</div>
|
56 |
+
<?php } ?>
|
57 |
</div>
|
58 |
<?php
|
59 |
}
|
64 |
|
65 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
66 |
$this->cookiesConsent = filter_input(INPUT_POST, $fieldName, FILTER_VALIDATE_INT, FILTER_NULL_ON_FAILURE);
|
67 |
+
$action = Sanitizer::sanitize(INPUT_POST, "action", "FILTER_SANITIZE_STRING");
|
68 |
if ($this->cookiesConsent === false && $action !== "wpdSaveEditedComment") {
|
69 |
$past = time() - YEAR_IN_SECONDS;
|
70 |
setcookie("comment_author_" . COOKIEHASH, " ", $past, "/", COOKIE_DOMAIN);
|
forms/wpdFormAttr/Field/DateField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class DateField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -79,17 +81,17 @@ class DateField extends Field {
|
|
79 |
?>
|
80 |
<div class="wpdiscuz-item wpd-field-date <?php echo esc_attr($name) . "-wrapper" . ($hasIcon ? " wpd-has-icon" : "") . ($hasDesc ? " wpd-has-desc" : ""); ?>">
|
81 |
<div class="wpd-field-title">
|
82 |
-
|
83 |
</div>
|
84 |
<?php if ($hasIcon) { ?>
|
85 |
<div class="wpd-field-icon"><i style="opacity: 0.8;" class="<?php echo strpos(trim($args["icon"]), " ") ? esc_attr($args["icon"]) : "fas " . esc_attr($args["icon"]); ?>"></i></div>
|
86 |
<?php } ?>
|
87 |
-
|
88 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-date" type="date" name="<?php echo esc_attr($name); ?>" value="" placeholder="03/28/2016<?php echo!empty($args["required"]) ? "*" : "" ?>" pattern="^(1[0-2]|0[1-9])/(3[01]|[12][0-9]|0[1-9])/[0-9]{4}$" title="03/28/2016">
|
89 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
90 |
-
|
91 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
92 |
-
|
93 |
</div>
|
94 |
<?php
|
95 |
}
|
@@ -105,7 +107,7 @@ class DateField extends Field {
|
|
105 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
106 |
return "";
|
107 |
}
|
108 |
-
$value =
|
109 |
if ($value && !preg_match("@^[0-9]{4}-[0-9]{2}-[0-9]{2}$@is", $value)) {
|
110 |
$value = "";
|
111 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class DateField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
81 |
?>
|
82 |
<div class="wpdiscuz-item wpd-field-date <?php echo esc_attr($name) . "-wrapper" . ($hasIcon ? " wpd-has-icon" : "") . ($hasDesc ? " wpd-has-desc" : ""); ?>">
|
83 |
<div class="wpd-field-title">
|
84 |
+
<?php echo esc_html($args["name"]); ?>
|
85 |
</div>
|
86 |
<?php if ($hasIcon) { ?>
|
87 |
<div class="wpd-field-icon"><i style="opacity: 0.8;" class="<?php echo strpos(trim($args["icon"]), " ") ? esc_attr($args["icon"]) : "fas " . esc_attr($args["icon"]); ?>"></i></div>
|
88 |
<?php } ?>
|
89 |
+
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
90 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-date" type="date" name="<?php echo esc_attr($name); ?>" value="" placeholder="03/28/2016<?php echo!empty($args["required"]) ? "*" : "" ?>" pattern="^(1[0-2]|0[1-9])/(3[01]|[12][0-9]|0[1-9])/[0-9]{4}$" title="03/28/2016">
|
91 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
92 |
+
<?php if ($args["desc"]) { ?>
|
93 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
94 |
+
<?php } ?>
|
95 |
</div>
|
96 |
<?php
|
97 |
}
|
107 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
108 |
return "";
|
109 |
}
|
110 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, "FILTER_SANITIZE_STRING");
|
111 |
if ($value && !preg_match("@^[0-9]{4}-[0-9]{2}-[0-9]{2}$@is", $value)) {
|
112 |
$value = "";
|
113 |
}
|
forms/wpdFormAttr/Field/DefaultField/Captcha.php
CHANGED
@@ -5,6 +5,7 @@ namespace wpdFormAttr\Field\DefaultField;
|
|
5 |
use wpdFormAttr\FormConst\wpdFormConst;
|
6 |
use wpdFormAttr\Field\Field;
|
7 |
use wpdFormAttr\Field\DefaultField\ReCaptcha;
|
|
|
8 |
|
9 |
class Captcha extends Field {
|
10 |
|
@@ -87,7 +88,7 @@ class Captcha extends Field {
|
|
87 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
88 |
if ($currentUser && $this->isShowCaptcha($currentUser->ID, $options)) {
|
89 |
$this->initRecaptcha($options);
|
90 |
-
$recaptchaResponse =
|
91 |
$resp = $this->reCaptchaVerify($recaptchaResponse, $options, "wpdiscuz/addComment");
|
92 |
if (!$resp->isSuccess()) {
|
93 |
$errorMesage = esc_html__("reCAPTCHA verification failed.", "wpdiscuz");
|
@@ -138,7 +139,7 @@ class Captcha extends Field {
|
|
138 |
|
139 |
public function reCaptchaValidate($options) {
|
140 |
$valid = true;
|
141 |
-
$recaptchaResponse =
|
142 |
$this->initRecaptcha($options);
|
143 |
if ($recaptchaResponse) {
|
144 |
$resp = $this->reCaptchaVerify($recaptchaResponse, $options, "wpdiscuz/wpdAddSubscription");
|
5 |
use wpdFormAttr\FormConst\wpdFormConst;
|
6 |
use wpdFormAttr\Field\Field;
|
7 |
use wpdFormAttr\Field\DefaultField\ReCaptcha;
|
8 |
+
use wpdFormAttr\Tools\Sanitizer;
|
9 |
|
10 |
class Captcha extends Field {
|
11 |
|
88 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
89 |
if ($currentUser && $this->isShowCaptcha($currentUser->ID, $options)) {
|
90 |
$this->initRecaptcha($options);
|
91 |
+
$recaptchaResponse = Sanitizer::sanitize(INPUT_POST, "g-recaptcha-response", "FILTER_SANITIZE_STRING");
|
92 |
$resp = $this->reCaptchaVerify($recaptchaResponse, $options, "wpdiscuz/addComment");
|
93 |
if (!$resp->isSuccess()) {
|
94 |
$errorMesage = esc_html__("reCAPTCHA verification failed.", "wpdiscuz");
|
139 |
|
140 |
public function reCaptchaValidate($options) {
|
141 |
$valid = true;
|
142 |
+
$recaptchaResponse = Sanitizer::sanitize(INPUT_POST, "g-recaptcha-response", "FILTER_SANITIZE_STRING");
|
143 |
$this->initRecaptcha($options);
|
144 |
if ($recaptchaResponse) {
|
145 |
$resp = $this->reCaptchaVerify($recaptchaResponse, $options, "wpdiscuz/wpdAddSubscription");
|
forms/wpdFormAttr/Field/DefaultField/Website.php
CHANGED
@@ -4,6 +4,7 @@ namespace wpdFormAttr\Field\DefaultField;
|
|
4 |
|
5 |
use wpdFormAttr\FormConst\wpdFormConst;
|
6 |
use wpdFormAttr\Field\Field;
|
|
|
7 |
|
8 |
class Website extends Field {
|
9 |
|
@@ -89,7 +90,7 @@ class Website extends Field {
|
|
89 |
}
|
90 |
|
91 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
92 |
-
$website_url =
|
93 |
if ($website_url !== "") {
|
94 |
if (strpos($website_url, "http://") !== 0 && strpos($website_url, "https://") !== 0) {
|
95 |
$website_url = "http://" . $website_url;
|
4 |
|
5 |
use wpdFormAttr\FormConst\wpdFormConst;
|
6 |
use wpdFormAttr\Field\Field;
|
7 |
+
use wpdFormAttr\Tools\Sanitizer;
|
8 |
|
9 |
class Website extends Field {
|
10 |
|
90 |
}
|
91 |
|
92 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
93 |
+
$website_url = Sanitizer::sanitize(INPUT_POST, $fieldName, "FILTER_SANITIZE_STRING");
|
94 |
if ($website_url !== "") {
|
95 |
if (strpos($website_url, "http://") !== 0 && strpos($website_url, "https://") !== 0) {
|
96 |
$website_url = "http://" . $website_url;
|
forms/wpdFormAttr/Field/Field.php
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
use wpdFormAttr\FormConst\wpdFormConst;
|
|
|
6 |
|
7 |
abstract class Field {
|
8 |
|
@@ -166,8 +167,8 @@ abstract class Field {
|
|
166 |
|
167 |
protected function isCommentParentZero() {
|
168 |
$isParent = false;
|
169 |
-
$uniqueID =
|
170 |
-
$action =
|
171 |
if ($uniqueID) {
|
172 |
$commentParent = strstr($uniqueID, "_");
|
173 |
$isParent = ($action === "editedcomment" && $commentParent === "_0") || ($action === "wpdSaveEditedComment" && $commentParent === "_0") || ($action === "wpdAddComment" && $uniqueID === "0_0") ? true : false;
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
use wpdFormAttr\FormConst\wpdFormConst;
|
6 |
+
use wpdFormAttr\Tools\Sanitizer;
|
7 |
|
8 |
abstract class Field {
|
9 |
|
167 |
|
168 |
protected function isCommentParentZero() {
|
169 |
$isParent = false;
|
170 |
+
$uniqueID = Sanitizer::sanitize(INPUT_POST, "wpdiscuz_unique_id", "FILTER_SANITIZE_STRING");
|
171 |
+
$action = Sanitizer::sanitize(INPUT_POST, "action", "FILTER_SANITIZE_STRING");
|
172 |
if ($uniqueID) {
|
173 |
$commentParent = strstr($uniqueID, "_");
|
174 |
$isParent = ($action === "editedcomment" && $commentParent === "_0") || ($action === "wpdSaveEditedComment" && $commentParent === "_0") || ($action === "wpdAddComment" && $uniqueID === "0_0") ? true : false;
|
forms/wpdFormAttr/Field/NumberField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class NumberField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -100,9 +102,9 @@ class NumberField extends Field {
|
|
100 |
?>
|
101 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-number" type="number" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_html__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>" <?php echo $min . " " . $max; ?>>
|
102 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_html__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?></label>
|
103 |
-
|
104 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo $args["desc"]; ?></span></div>
|
105 |
-
|
106 |
</div>
|
107 |
<?php
|
108 |
}
|
@@ -118,7 +120,7 @@ class NumberField extends Field {
|
|
118 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
119 |
return "";
|
120 |
}
|
121 |
-
$value =
|
122 |
if (!$value && $args["required"]) {
|
123 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
124 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class NumberField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
102 |
?>
|
103 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-number" type="number" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_html__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>" <?php echo $min . " " . $max; ?>>
|
104 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_html__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?></label>
|
105 |
+
<?php if ($args["desc"]) { ?>
|
106 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo $args["desc"]; ?></span></div>
|
107 |
+
<?php } ?>
|
108 |
</div>
|
109 |
<?php
|
110 |
}
|
120 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
121 |
return "";
|
122 |
}
|
123 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, FILTER_SANITIZE_NUMBER_INT);
|
124 |
if (!$value && $args["required"]) {
|
125 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
126 |
}
|
forms/wpdFormAttr/Field/RadioField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class RadioField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -119,7 +121,7 @@ class RadioField extends Field {
|
|
119 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
120 |
return "";
|
121 |
}
|
122 |
-
$value =
|
123 |
if (is_int($value) && $value > 0 && key_exists($value - 1, $args["values"])) {
|
124 |
$value = $args["values"][$value - 1];
|
125 |
} else {
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class RadioField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
121 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
122 |
return "";
|
123 |
}
|
124 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, FILTER_VALIDATE_INT);
|
125 |
if (is_int($value) && $value > 0 && key_exists($value - 1, $args["values"])) {
|
126 |
$value = $args["values"][$value - 1];
|
127 |
} else {
|
forms/wpdFormAttr/Field/RatingField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class RatingField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -89,7 +91,7 @@ class RatingField extends Field {
|
|
89 |
<?php esc_html_e($args["name"], "wpdiscuz"); ?>
|
90 |
<?php if ($args["desc"]) { ?>
|
91 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
92 |
-
|
93 |
</div>
|
94 |
<div class="wpd-item-wrap">
|
95 |
<fieldset class="wpdiscuz-rating">
|
@@ -121,7 +123,7 @@ class RatingField extends Field {
|
|
121 |
}
|
122 |
|
123 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
124 |
-
$value =
|
125 |
if (!$this->isCommentParentZero()) {
|
126 |
return 0;
|
127 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class RatingField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
91 |
<?php esc_html_e($args["name"], "wpdiscuz"); ?>
|
92 |
<?php if ($args["desc"]) { ?>
|
93 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
94 |
+
<?php } ?>
|
95 |
</div>
|
96 |
<div class="wpd-item-wrap">
|
97 |
<fieldset class="wpdiscuz-rating">
|
123 |
}
|
124 |
|
125 |
public function validateFieldData($fieldName, $args, $options, $currentUser) {
|
126 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, FILTER_SANITIZE_NUMBER_INT);
|
127 |
if (!$this->isCommentParentZero()) {
|
128 |
return 0;
|
129 |
}
|
forms/wpdFormAttr/Field/SelectField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class SelectField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -92,11 +94,11 @@ class SelectField extends Field {
|
|
92 |
<option value=""><?php echo htmlentities($args["name"]); ?></option>
|
93 |
<?php foreach ($args["values"] as $index => $val) { ?>
|
94 |
<option value="<?php echo esc_attr($index + 1); ?>"><?php echo htmlentities($val); ?></option>
|
95 |
-
|
96 |
</select>
|
97 |
-
|
98 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
99 |
-
|
100 |
</div>
|
101 |
<?php
|
102 |
}
|
@@ -112,7 +114,7 @@ class SelectField extends Field {
|
|
112 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
113 |
return "";
|
114 |
}
|
115 |
-
$value =
|
116 |
if (is_int($value) && $value > 0 && key_exists($value - 1, $args["values"])) {
|
117 |
$value = $args["values"][$value - 1];
|
118 |
} else {
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class SelectField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
94 |
<option value=""><?php echo htmlentities($args["name"]); ?></option>
|
95 |
<?php foreach ($args["values"] as $index => $val) { ?>
|
96 |
<option value="<?php echo esc_attr($index + 1); ?>"><?php echo htmlentities($val); ?></option>
|
97 |
+
<?php } ?>
|
98 |
</select>
|
99 |
+
<?php if ($args["desc"]) { ?>
|
100 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
101 |
+
<?php } ?>
|
102 |
</div>
|
103 |
<?php
|
104 |
}
|
114 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
115 |
return "";
|
116 |
}
|
117 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, FILTER_VALIDATE_INT);
|
118 |
if (is_int($value) && $value > 0 && key_exists($value - 1, $args["values"])) {
|
119 |
$value = $args["values"][$value - 1];
|
120 |
} else {
|
forms/wpdFormAttr/Field/TextAreaField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class TextAreaField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -69,12 +71,12 @@ class TextAreaField extends Field {
|
|
69 |
}
|
70 |
?>
|
71 |
<div class="wpdiscuz-item <?php echo "$name-wrapper"; ?>">
|
72 |
-
|
73 |
<textarea id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-textarea" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>"></textarea>
|
74 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?></label>
|
75 |
-
|
76 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
77 |
-
|
78 |
</div>
|
79 |
<?php
|
80 |
}
|
@@ -90,7 +92,7 @@ class TextAreaField extends Field {
|
|
90 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
91 |
return "";
|
92 |
}
|
93 |
-
$value =
|
94 |
if (!$value && $args["required"]) {
|
95 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
96 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class TextAreaField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
71 |
}
|
72 |
?>
|
73 |
<div class="wpdiscuz-item <?php echo "$name-wrapper"; ?>">
|
74 |
+
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
75 |
<textarea id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-textarea" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>"></textarea>
|
76 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?></label>
|
77 |
+
<?php if ($args["desc"]) { ?>
|
78 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
79 |
+
<?php } ?>
|
80 |
</div>
|
81 |
<?php
|
82 |
}
|
92 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
93 |
return "";
|
94 |
}
|
95 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, "FILTER_SANITIZE_STRING");
|
96 |
if (!$value && $args["required"]) {
|
97 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
98 |
}
|
forms/wpdFormAttr/Field/TextField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class TextField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -80,13 +82,13 @@ class TextField extends Field {
|
|
80 |
<div class="wpdiscuz-item <?php echo esc_attr($name) . "-wrapper" . ($hasIcon ? " wpd-has-icon" : "") . ($hasDesc ? " wpd-has-desc" : ""); ?>">
|
81 |
<?php if ($hasIcon) { ?>
|
82 |
<div class="wpd-field-icon"><i style="opacity: 0.8;" class="<?php echo strpos(trim($args["icon"]), " ") ? esc_attr($args["icon"]) : "fas " . esc_attr($args["icon"]); ?>"></i></div>
|
83 |
-
|
84 |
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
85 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-text" type="text" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>">
|
86 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
87 |
-
|
88 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
89 |
-
|
90 |
</div>
|
91 |
<?php
|
92 |
}
|
@@ -102,7 +104,7 @@ class TextField extends Field {
|
|
102 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
103 |
return "";
|
104 |
}
|
105 |
-
$value =
|
106 |
if (!$value && $args["required"]) {
|
107 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
108 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class TextField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
82 |
<div class="wpdiscuz-item <?php echo esc_attr($name) . "-wrapper" . ($hasIcon ? " wpd-has-icon" : "") . ($hasDesc ? " wpd-has-desc" : ""); ?>">
|
83 |
<?php if ($hasIcon) { ?>
|
84 |
<div class="wpd-field-icon"><i style="opacity: 0.8;" class="<?php echo strpos(trim($args["icon"]), " ") ? esc_attr($args["icon"]) : "fas " . esc_attr($args["icon"]); ?>"></i></div>
|
85 |
+
<?php } ?>
|
86 |
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
87 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field wpd-field-text" type="text" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>">
|
88 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
89 |
+
<?php if ($args["desc"]) { ?>
|
90 |
<div class="wpd-field-desc"><i class="far fa-question-circle"></i><span><?php echo esc_html($args["desc"]); ?></span></div>
|
91 |
+
<?php } ?>
|
92 |
</div>
|
93 |
<?php
|
94 |
}
|
104 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
105 |
return "";
|
106 |
}
|
107 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, "FILTER_SANITIZE_STRING");
|
108 |
if (!$value && $args["required"]) {
|
109 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
110 |
}
|
forms/wpdFormAttr/Field/UrlField.php
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
|
|
|
|
5 |
class UrlField extends Field {
|
6 |
|
7 |
protected function dashboardForm() {
|
@@ -86,7 +88,7 @@ class UrlField extends Field {
|
|
86 |
<?php
|
87 |
}
|
88 |
?>
|
89 |
-
|
90 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field" type="url" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>">
|
91 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
92 |
<?php
|
@@ -112,7 +114,7 @@ class UrlField extends Field {
|
|
112 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
113 |
return "";
|
114 |
}
|
115 |
-
$value =
|
116 |
if (!$value && $args["required"]) {
|
117 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
118 |
}
|
2 |
|
3 |
namespace wpdFormAttr\Field;
|
4 |
|
5 |
+
use wpdFormAttr\Tools\Sanitizer;
|
6 |
+
|
7 |
class UrlField extends Field {
|
8 |
|
9 |
protected function dashboardForm() {
|
88 |
<?php
|
89 |
}
|
90 |
?>
|
91 |
+
<?php $required = $args["required"] ? "required='required' aria-required='true'" : ""; ?>
|
92 |
<input id="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" <?php echo $required; ?> class="<?php echo esc_attr($name); ?> wpd-field" type="url" name="<?php echo esc_attr($name); ?>" value="" placeholder="<?php echo esc_attr__($args["name"], "wpdiscuz") . (!empty($args["required"]) ? "*" : ""); ?>">
|
93 |
<label for="<?php echo esc_attr($name) . "-" . $uniqueId; ?>" class="wpdlb"><?php echo esc_attr($args["name"]) . (!empty($args["required"]) ? "*" : ""); ?></label>
|
94 |
<?php
|
114 |
if (!$this->isCommentParentZero() && !$args["is_show_sform"]) {
|
115 |
return "";
|
116 |
}
|
117 |
+
$value = Sanitizer::sanitize(INPUT_POST, $fieldName, "FILTER_SANITIZE_STRING");
|
118 |
if (!$value && $args["required"]) {
|
119 |
wp_die(esc_html__($args["name"], "wpdiscuz") . " : " . esc_html__("field is required!", "wpdiscuz"));
|
120 |
}
|
forms/wpdFormAttr/Form.php
CHANGED
@@ -791,7 +791,7 @@ class Form {
|
|
791 |
<?php
|
792 |
if ($this->isUserCanComment($currentUser, $message)) {
|
793 |
?>
|
794 |
-
<form class="wpd_comm_form <?php echo $isMain ? "wpd_main_comm_form" : "wpd-secondary-form-wrapper"; ?>" method="post" enctype="multipart/form-data">
|
795 |
<div class="wpd-field-comment">
|
796 |
<div class="wpdiscuz-item wc-field-textarea">
|
797 |
<div class="wpdiscuz-textarea-wrap <?php echo $this->wpdOptions->form["richEditor"] === "both" || (!wp_is_mobile() && $this->wpdOptions->form["richEditor"] === "desktop") ? "" : "wpd-txt"; ?>">
|
@@ -880,37 +880,37 @@ class Form {
|
|
880 |
private function renderTextEditorButtons($uniqueId) {
|
881 |
$editorButtons = [];
|
882 |
if ($this->wpdOptions->form["boldButton"]) {
|
883 |
-
$editorButtons[] = ["class" => "ql-bold", "value" => "", "name" => "", "title" => "Bold", "svg" => ""];
|
884 |
}
|
885 |
if ($this->wpdOptions->form["italicButton"]) {
|
886 |
-
$editorButtons[] = ["class" => "ql-italic", "value" => "", "name" => "", "title" => "Italic", "svg" => ""];
|
887 |
}
|
888 |
if ($this->wpdOptions->form["underlineButton"]) {
|
889 |
-
$editorButtons[] = ["class" => "ql-underline", "value" => "", "name" => "", "title" => "Underline", "svg" => ""];
|
890 |
}
|
891 |
if ($this->wpdOptions->form["strikeButton"]) {
|
892 |
-
$editorButtons[] = ["class" => "ql-strike", "value" => "", "name" => "", "title" => "Strike", "svg" => ""];
|
893 |
}
|
894 |
if ($this->wpdOptions->form["olButton"]) {
|
895 |
-
$editorButtons[] = ["class" => "ql-list", "value" => "ordered", "name" => "", "title" => "Ordered List", "svg" => ""];
|
896 |
}
|
897 |
if ($this->wpdOptions->form["ulButton"]) {
|
898 |
-
$editorButtons[] = ["class" => "ql-list", "value" => "bullet", "name" => "", "title" => "Unordered List", "svg" => ""];
|
899 |
}
|
900 |
if ($this->wpdOptions->form["blockquoteButton"]) {
|
901 |
-
$editorButtons[] = ["class" => "ql-blockquote", "value" => "", "name" => "", "title" => "Blockquote", "svg" => ""];
|
902 |
}
|
903 |
if ($this->wpdOptions->form["codeblockButton"]) {
|
904 |
-
$editorButtons[] = ["class" => "ql-code-block", "value" => "", "name" => "", "title" => "Code Block", "svg" => ""];
|
905 |
}
|
906 |
if ($this->wpdOptions->form["linkButton"]) {
|
907 |
-
$editorButtons[] = ["class" => "ql-link", "value" => "", "name" => "", "title" => "Link", "svg" => ""];
|
908 |
}
|
909 |
if ($this->wpdOptions->form["sourcecodeButton"]) {
|
910 |
-
$editorButtons[] = ["class" => "ql-sourcecode", "value" => "", "name" => "sourcecode", "title" => "Source Code", "svg" => "{}"];
|
911 |
}
|
912 |
if ($this->wpdOptions->form["spoilerButton"]) {
|
913 |
-
$editorButtons[] = ["class" => "ql-spoiler", "value" => "", "name" => "spoiler", "title" => "Spoiler", "svg" => "[+]"];
|
914 |
}
|
915 |
$editorButtons = apply_filters("wpdiscuz_editor_buttons", $editorButtons, $uniqueId);
|
916 |
$editorButtonsHtml = apply_filters("wpdiscuz_editor_buttons_html", "", $uniqueId);
|
@@ -1474,7 +1474,7 @@ class Form {
|
|
1474 |
|
1475 |
public function transferJSData($data) {
|
1476 |
$this->initFormFields();
|
1477 |
-
$data["is_email_field_required"] = $this->formFields[wpdFormConst::WPDISCUZ_FORMS_EMAIL_FIELD]["required"];
|
1478 |
return $data;
|
1479 |
}
|
1480 |
|
791 |
<?php
|
792 |
if ($this->isUserCanComment($currentUser, $message)) {
|
793 |
?>
|
794 |
+
<form class="wpd_comm_form <?php echo $isMain ? "wpd_main_comm_form" : "wpd-secondary-form-wrapper"; ?>" method="post" enctype="multipart/form-data" data-uploading="false">
|
795 |
<div class="wpd-field-comment">
|
796 |
<div class="wpdiscuz-item wc-field-textarea">
|
797 |
<div class="wpdiscuz-textarea-wrap <?php echo $this->wpdOptions->form["richEditor"] === "both" || (!wp_is_mobile() && $this->wpdOptions->form["richEditor"] === "desktop") ? "" : "wpd-txt"; ?>">
|
880 |
private function renderTextEditorButtons($uniqueId) {
|
881 |
$editorButtons = [];
|
882 |
if ($this->wpdOptions->form["boldButton"]) {
|
883 |
+
$editorButtons[] = ["class" => "ql-bold", "value" => "", "name" => "", "title" => __("Bold", "wpdiscuz"), "svg" => ""];
|
884 |
}
|
885 |
if ($this->wpdOptions->form["italicButton"]) {
|
886 |
+
$editorButtons[] = ["class" => "ql-italic", "value" => "", "name" => "", "title" => __("Italic", "wpdiscuz"), "svg" => ""];
|
887 |
}
|
888 |
if ($this->wpdOptions->form["underlineButton"]) {
|
889 |
+
$editorButtons[] = ["class" => "ql-underline", "value" => "", "name" => "", "title" => __("Underline", "wpdiscuz"), "svg" => ""];
|
890 |
}
|
891 |
if ($this->wpdOptions->form["strikeButton"]) {
|
892 |
+
$editorButtons[] = ["class" => "ql-strike", "value" => "", "name" => "", "title" => __("Strike", "wpdiscuz"), "svg" => ""];
|
893 |
}
|
894 |
if ($this->wpdOptions->form["olButton"]) {
|
895 |
+
$editorButtons[] = ["class" => "ql-list", "value" => "ordered", "name" => "", "title" => __("Ordered List", "wpdiscuz"), "svg" => ""];
|
896 |
}
|
897 |
if ($this->wpdOptions->form["ulButton"]) {
|
898 |
+
$editorButtons[] = ["class" => "ql-list", "value" => "bullet", "name" => "", "title" => __("Unordered List", "wpdiscuz"), "svg" => ""];
|
899 |
}
|
900 |
if ($this->wpdOptions->form["blockquoteButton"]) {
|
901 |
+
$editorButtons[] = ["class" => "ql-blockquote", "value" => "", "name" => "", "title" => __("Blockquote", "wpdiscuz"), "svg" => ""];
|
902 |
}
|
903 |
if ($this->wpdOptions->form["codeblockButton"]) {
|
904 |
+
$editorButtons[] = ["class" => "ql-code-block", "value" => "", "name" => "", "title" => __("Code Block", "wpdiscuz"), "svg" => ""];
|
905 |
}
|
906 |
if ($this->wpdOptions->form["linkButton"]) {
|
907 |
+
$editorButtons[] = ["class" => "ql-link", "value" => "", "name" => "", "title" => __("Link", "wpdiscuz"), "svg" => ""];
|
908 |
}
|
909 |
if ($this->wpdOptions->form["sourcecodeButton"]) {
|
910 |
+
$editorButtons[] = ["class" => "ql-sourcecode", "value" => "", "name" => "sourcecode", "title" => __("Source Code", "wpdiscuz"), "svg" => "{}"];
|
911 |
}
|
912 |
if ($this->wpdOptions->form["spoilerButton"]) {
|
913 |
+
$editorButtons[] = ["class" => "ql-spoiler", "value" => "", "name" => "spoiler", "title" => __("Spoiler", "wpdiscuz"), "svg" => "[+]"];
|
914 |
}
|
915 |
$editorButtons = apply_filters("wpdiscuz_editor_buttons", $editorButtons, $uniqueId);
|
916 |
$editorButtonsHtml = apply_filters("wpdiscuz_editor_buttons_html", "", $uniqueId);
|
1474 |
|
1475 |
public function transferJSData($data) {
|
1476 |
$this->initFormFields();
|
1477 |
+
$data["is_email_field_required"] = empty($this->formFields[wpdFormConst::WPDISCUZ_FORMS_EMAIL_FIELD]["required"]) ? 0 : $this->formFields[wpdFormConst::WPDISCUZ_FORMS_EMAIL_FIELD]["required"];
|
1478 |
return $data;
|
1479 |
}
|
1480 |
|
forms/wpdFormAttr/Login/SocialLogin.php
CHANGED
@@ -6,6 +6,7 @@ use wpdFormAttr\FormConst\wpdFormConst;
|
|
6 |
use wpdFormAttr\Login\twitter\TwitterOAuthException;
|
7 |
use wpdFormAttr\Login\twitter\TwitterOAuth;
|
8 |
use wpdFormAttr\Login\Utils;
|
|
|
9 |
|
10 |
class SocialLogin {
|
11 |
|
@@ -37,10 +38,10 @@ class SocialLogin {
|
|
37 |
}
|
38 |
|
39 |
public function login() {
|
40 |
-
$postID =
|
41 |
-
$provider =
|
42 |
-
$token =
|
43 |
-
$userID =
|
44 |
$response = ["code" => "error", "message" => esc_html__("Authentication failed.", "wpdiscuz"), "url" => ""];
|
45 |
if ($provider === "facebook") {
|
46 |
if ($this->generalOptions->social["fbUseOAuth2"]) {
|
@@ -85,7 +86,7 @@ class SocialLogin {
|
|
85 |
|
86 |
public function loginCallBack() {
|
87 |
$this->deleteCookie();
|
88 |
-
$provider =
|
89 |
if ($provider === "facebook") {
|
90 |
$response = $this->facebookLoginPHPCallBack();
|
91 |
} else if ($provider === "google") {
|
@@ -185,8 +186,8 @@ class SocialLogin {
|
|
185 |
}
|
186 |
|
187 |
public function facebookLoginPHPCallBack() {
|
188 |
-
$code =
|
189 |
-
$state =
|
190 |
$providerData = Utils::getProviderByState($state);
|
191 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
192 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -259,8 +260,8 @@ class SocialLogin {
|
|
259 |
}
|
260 |
|
261 |
public function instagramLoginCallBack() {
|
262 |
-
$code =
|
263 |
-
$state =
|
264 |
$providerData = Utils::getProviderByState($state);
|
265 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
266 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -337,8 +338,8 @@ class SocialLogin {
|
|
337 |
}
|
338 |
|
339 |
public function googleLoginCallBack() {
|
340 |
-
$code =
|
341 |
-
$state =
|
342 |
$providerData = Utils::getProviderByState($state);
|
343 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
344 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -406,8 +407,8 @@ class SocialLogin {
|
|
406 |
}
|
407 |
|
408 |
public function linkedinLoginCallBack() {
|
409 |
-
$code =
|
410 |
-
$state =
|
411 |
$providerData = Utils::getProviderByState($state);
|
412 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
413 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -516,8 +517,8 @@ class SocialLogin {
|
|
516 |
}
|
517 |
|
518 |
public function disqusLoginCallBack() {
|
519 |
-
$code =
|
520 |
-
$state =
|
521 |
$providerData = Utils::getProviderByState($state);
|
522 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
523 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -602,8 +603,8 @@ class SocialLogin {
|
|
602 |
}
|
603 |
|
604 |
public function wordpressLoginCallBack() {
|
605 |
-
$code =
|
606 |
-
$state =
|
607 |
$providerData = Utils::getProviderByState($state);
|
608 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
609 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -689,8 +690,8 @@ class SocialLogin {
|
|
689 |
}
|
690 |
|
691 |
public function twitterLoginCallBack() {
|
692 |
-
$oauthToken =
|
693 |
-
$oauthVerifier =
|
694 |
$oauthSecretData = Utils::getProviderByState($oauthToken);
|
695 |
$oauthSecret = $oauthSecretData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
696 |
$postID = $oauthSecretData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -742,8 +743,8 @@ class SocialLogin {
|
|
742 |
}
|
743 |
|
744 |
public function vkLoginCallBack() {
|
745 |
-
$code =
|
746 |
-
$state =
|
747 |
$providerData = Utils::getProviderByState($state);
|
748 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
749 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -819,8 +820,8 @@ class SocialLogin {
|
|
819 |
}
|
820 |
|
821 |
public function okLoginCallBack() {
|
822 |
-
$code =
|
823 |
-
$state =
|
824 |
$providerData = Utils::getProviderByState($state);
|
825 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
826 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -896,10 +897,10 @@ class SocialLogin {
|
|
896 |
}
|
897 |
|
898 |
public function yandexLoginCallBack() {
|
899 |
-
$error =
|
900 |
-
$errorDesc =
|
901 |
-
$code =
|
902 |
-
$state =
|
903 |
$providerData = Utils::getProviderByState($state);
|
904 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
905 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -985,10 +986,10 @@ class SocialLogin {
|
|
985 |
}
|
986 |
|
987 |
public function mailruLoginCallBack() {
|
988 |
-
$error =
|
989 |
-
$errorDesc =
|
990 |
-
$code =
|
991 |
-
$state =
|
992 |
$providerData = Utils::getProviderByState($state);
|
993 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
994 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -1075,10 +1076,10 @@ class SocialLogin {
|
|
1075 |
}
|
1076 |
|
1077 |
public function wechatLoginCallBack() {
|
1078 |
-
$error =
|
1079 |
-
$errorDesc =
|
1080 |
-
$code =
|
1081 |
-
$state =
|
1082 |
$providerData = Utils::getProviderByState($state);
|
1083 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1084 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -1160,10 +1161,10 @@ class SocialLogin {
|
|
1160 |
}
|
1161 |
|
1162 |
public function qqLoginCallBack() {
|
1163 |
-
$error =
|
1164 |
-
$errorDesc =
|
1165 |
-
$code =
|
1166 |
-
$state =
|
1167 |
$providerData = Utils::getProviderByState($state);
|
1168 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1169 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -1266,10 +1267,10 @@ class SocialLogin {
|
|
1266 |
}
|
1267 |
|
1268 |
public function weiboLoginCallBack() {
|
1269 |
-
$error =
|
1270 |
-
$errorDesc =
|
1271 |
-
$code =
|
1272 |
-
$state =
|
1273 |
$providerData = Utils::getProviderByState($state);
|
1274 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1275 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
@@ -1355,10 +1356,10 @@ class SocialLogin {
|
|
1355 |
}
|
1356 |
|
1357 |
public function baiduLoginCallBack() {
|
1358 |
-
$error =
|
1359 |
-
$errorDesc =
|
1360 |
-
$code =
|
1361 |
-
$state =
|
1362 |
$providerData = Utils::getProviderByState($state);
|
1363 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1364 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
6 |
use wpdFormAttr\Login\twitter\TwitterOAuthException;
|
7 |
use wpdFormAttr\Login\twitter\TwitterOAuth;
|
8 |
use wpdFormAttr\Login\Utils;
|
9 |
+
use wpdFormAttr\Tools\Sanitizer;
|
10 |
|
11 |
class SocialLogin {
|
12 |
|
38 |
}
|
39 |
|
40 |
public function login() {
|
41 |
+
$postID = Sanitizer::sanitize(INPUT_POST, "postID", FILTER_SANITIZE_NUMBER_INT);
|
42 |
+
$provider = Sanitizer::sanitize(INPUT_POST, "provider", "FILTER_SANITIZE_STRING");
|
43 |
+
$token = Sanitizer::sanitize(INPUT_POST, "token", "FILTER_SANITIZE_STRING");
|
44 |
+
$userID = Sanitizer::sanitize(INPUT_POST, "userID", FILTER_SANITIZE_NUMBER_INT);
|
45 |
$response = ["code" => "error", "message" => esc_html__("Authentication failed.", "wpdiscuz"), "url" => ""];
|
46 |
if ($provider === "facebook") {
|
47 |
if ($this->generalOptions->social["fbUseOAuth2"]) {
|
86 |
|
87 |
public function loginCallBack() {
|
88 |
$this->deleteCookie();
|
89 |
+
$provider = Sanitizer::sanitize(INPUT_GET, "provider", "FILTER_SANITIZE_STRING");
|
90 |
if ($provider === "facebook") {
|
91 |
$response = $this->facebookLoginPHPCallBack();
|
92 |
} else if ($provider === "google") {
|
186 |
}
|
187 |
|
188 |
public function facebookLoginPHPCallBack() {
|
189 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
190 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
191 |
$providerData = Utils::getProviderByState($state);
|
192 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
193 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
260 |
}
|
261 |
|
262 |
public function instagramLoginCallBack() {
|
263 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
264 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
265 |
$providerData = Utils::getProviderByState($state);
|
266 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
267 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
338 |
}
|
339 |
|
340 |
public function googleLoginCallBack() {
|
341 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
342 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
343 |
$providerData = Utils::getProviderByState($state);
|
344 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
345 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
407 |
}
|
408 |
|
409 |
public function linkedinLoginCallBack() {
|
410 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
411 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
412 |
$providerData = Utils::getProviderByState($state);
|
413 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
414 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
517 |
}
|
518 |
|
519 |
public function disqusLoginCallBack() {
|
520 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
521 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
522 |
$providerData = Utils::getProviderByState($state);
|
523 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
524 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
603 |
}
|
604 |
|
605 |
public function wordpressLoginCallBack() {
|
606 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
607 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
608 |
$providerData = Utils::getProviderByState($state);
|
609 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
610 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
690 |
}
|
691 |
|
692 |
public function twitterLoginCallBack() {
|
693 |
+
$oauthToken = Sanitizer::sanitize(INPUT_GET, "oauth_token", "FILTER_SANITIZE_STRING");
|
694 |
+
$oauthVerifier = Sanitizer::sanitize(INPUT_GET, "oauth_verifier", "FILTER_SANITIZE_STRING");
|
695 |
$oauthSecretData = Utils::getProviderByState($oauthToken);
|
696 |
$oauthSecret = $oauthSecretData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
697 |
$postID = $oauthSecretData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
743 |
}
|
744 |
|
745 |
public function vkLoginCallBack() {
|
746 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
747 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
748 |
$providerData = Utils::getProviderByState($state);
|
749 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
750 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
820 |
}
|
821 |
|
822 |
public function okLoginCallBack() {
|
823 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
824 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
825 |
$providerData = Utils::getProviderByState($state);
|
826 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
827 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
897 |
}
|
898 |
|
899 |
public function yandexLoginCallBack() {
|
900 |
+
$error = Sanitizer::sanitize(INPUT_GET, "error", "FILTER_SANITIZE_STRING");
|
901 |
+
$errorDesc = Sanitizer::sanitize(INPUT_GET, "error_description", "FILTER_SANITIZE_STRING");
|
902 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
903 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
904 |
$providerData = Utils::getProviderByState($state);
|
905 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
906 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
986 |
}
|
987 |
|
988 |
public function mailruLoginCallBack() {
|
989 |
+
$error = Sanitizer::sanitize(INPUT_GET, "error", "FILTER_SANITIZE_STRING");
|
990 |
+
$errorDesc = Sanitizer::sanitize(INPUT_GET, "error_description", "FILTER_SANITIZE_STRING");
|
991 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
992 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
993 |
$providerData = Utils::getProviderByState($state);
|
994 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
995 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
1076 |
}
|
1077 |
|
1078 |
public function wechatLoginCallBack() {
|
1079 |
+
$error = Sanitizer::sanitize(INPUT_GET, "errcode", "FILTER_SANITIZE_STRING");
|
1080 |
+
$errorDesc = Sanitizer::sanitize(INPUT_GET, "errmsg", "FILTER_SANITIZE_STRING");
|
1081 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
1082 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
1083 |
$providerData = Utils::getProviderByState($state);
|
1084 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1085 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
1161 |
}
|
1162 |
|
1163 |
public function qqLoginCallBack() {
|
1164 |
+
$error = Sanitizer::sanitize(INPUT_GET, "error", "FILTER_SANITIZE_STRING");
|
1165 |
+
$errorDesc = Sanitizer::sanitize(INPUT_GET, "error_description", "FILTER_SANITIZE_STRING");
|
1166 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
1167 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
1168 |
$providerData = Utils::getProviderByState($state);
|
1169 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1170 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
1267 |
}
|
1268 |
|
1269 |
public function weiboLoginCallBack() {
|
1270 |
+
$error = Sanitizer::sanitize(INPUT_GET, "error", "FILTER_SANITIZE_STRING");
|
1271 |
+
$errorDesc = Sanitizer::sanitize(INPUT_GET, "error_description", "FILTER_SANITIZE_STRING");
|
1272 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
1273 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
1274 |
$providerData = Utils::getProviderByState($state);
|
1275 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1276 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
1356 |
}
|
1357 |
|
1358 |
public function baiduLoginCallBack() {
|
1359 |
+
$error = Sanitizer::sanitize(INPUT_GET, "error", "FILTER_SANITIZE_STRING");
|
1360 |
+
$errorDesc = Sanitizer::sanitize(INPUT_GET, "error_description", "FILTER_SANITIZE_STRING");
|
1361 |
+
$code = Sanitizer::sanitize(INPUT_GET, "code", "FILTER_SANITIZE_STRING");
|
1362 |
+
$state = Sanitizer::sanitize(INPUT_GET, "state", "FILTER_SANITIZE_STRING");
|
1363 |
$providerData = Utils::getProviderByState($state);
|
1364 |
$provider = $providerData[wpdFormConst::WPDISCUZ_OAUTH_STATE_PROVIDER];
|
1365 |
$postID = $providerData[wpdFormConst::WPDISCUZ_OAUTH_CURRENT_POSTID];
|
forms/wpdFormAttr/Tools/Sanitizer.php
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace wpdFormAttr\Tools;
|
4 |
+
|
5 |
+
class Sanitizer {
|
6 |
+
|
7 |
+
public static function sanitize($action, $variable_name, $filter, $default = "") {
|
8 |
+
if ($filter === "FILTER_SANITIZE_STRING") {
|
9 |
+
$glob = INPUT_POST === $action ? $_POST : $_GET;
|
10 |
+
if (key_exists($variable_name, $glob)) {
|
11 |
+
return sanitize_text_field($glob[$variable_name]);
|
12 |
+
} else {
|
13 |
+
return $default;
|
14 |
+
}
|
15 |
+
}
|
16 |
+
$variable = filter_input($action, $variable_name, $filter, $options);
|
17 |
+
return $variable ? $variable : $default;
|
18 |
+
}
|
19 |
+
|
20 |
+
}
|
includes/class.WpdiscuzDBManager.php
CHANGED
@@ -233,7 +233,14 @@ class WpdiscuzDBManager implements WpDiscuzConstants {
|
|
233 |
$activationKey = md5($email . uniqid() . time());
|
234 |
$sql = $this->db->prepare("INSERT INTO `{$this->emailNotification}` (`email`, `subscribtion_id`, `post_id`, `subscribtion_type`, `activation_key`,`confirm`) VALUES(%s, %d, %d, %s, %s, %d);", $email, $subsriptionId, $postId, $subscriptionType, $activationKey, $confirm);
|
235 |
$this->db->query($sql);
|
236 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
}
|
238 |
|
239 |
public function getPostNewCommentNotification($post_id, $email) {
|
@@ -521,7 +528,20 @@ class WpdiscuzDBManager implements WpDiscuzConstants {
|
|
521 |
/* === STATISTICS === */
|
522 |
|
523 |
public function getCommentsCount() {
|
524 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
return number_format(intval($this->db->get_var($sql)));
|
526 |
}
|
527 |
|
233 |
$activationKey = md5($email . uniqid() . time());
|
234 |
$sql = $this->db->prepare("INSERT INTO `{$this->emailNotification}` (`email`, `subscribtion_id`, `post_id`, `subscribtion_type`, `activation_key`,`confirm`) VALUES(%s, %d, %d, %s, %s, %d);", $email, $subsriptionId, $postId, $subscriptionType, $activationKey, $confirm);
|
235 |
$this->db->query($sql);
|
236 |
+
if ($this->db->insert_id) {
|
237 |
+
$result = ["id" => $this->db->insert_id, "activation_key" => $activationKey];
|
238 |
+
do_action("wpdiscuz_add_email_notification_success", $subsriptionId, $postId, $email, $subscriptionType, $confirm);
|
239 |
+
} else {
|
240 |
+
$result = false;
|
241 |
+
do_action("wpdiscuz_add_email_notification_fail", $subsriptionId, $postId, $email, $subscriptionType, $confirm);
|
242 |
+
}
|
243 |
+
return $result;
|
244 |
}
|
245 |
|
246 |
public function getPostNewCommentNotification($post_id, $email) {
|
528 |
/* === STATISTICS === */
|
529 |
|
530 |
public function getCommentsCount() {
|
531 |
+
$default_types = ["order_note"];
|
532 |
+
$excludeTypes = apply_filters('wpdiscuz_statistics_comments_count_exclude', $default_types);
|
533 |
+
$sql = "SELECT COUNT(*) FROM `{$this->db->comments}` WHERE `comment_approved` = '1'";
|
534 |
+
$notIn = "";
|
535 |
+
if ($excludeTypes && is_array($excludeTypes)) {
|
536 |
+
foreach ($excludeTypes as $excludeType) {
|
537 |
+
$notIn .= "'" . trim(esc_sql(sanitize_text_field($excludeType))) . "',";
|
538 |
+
}
|
539 |
+
$notIn = rtrim($notIn, ",");
|
540 |
+
}
|
541 |
+
|
542 |
+
if ($notIn) {
|
543 |
+
$sql .= " AND `comment_type` NOT IN($notIn)";
|
544 |
+
}
|
545 |
return number_format(intval($this->db->get_var($sql)));
|
546 |
}
|
547 |
|
languages/wpdiscuz-ar.mo
CHANGED
Binary file
|
languages/wpdiscuz-ar.po
CHANGED
@@ -2,16 +2,16 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpDiscuz - supercharged native comments\n"
|
4 |
"POT-Creation-Date: 2020-01-20 20:53+0400\n"
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: \n"
|
7 |
-
"Language-Team: \n"
|
8 |
"Language: ar\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
13 |
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
14 |
-
"X-Generator:
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -21,413 +21,364 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
-
#:
|
25 |
-
msgid "
|
26 |
msgstr ""
|
27 |
|
28 |
-
#:
|
29 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
30 |
msgstr ""
|
31 |
|
32 |
-
#:
|
33 |
-
msgid "
|
34 |
msgstr ""
|
35 |
|
36 |
-
#:
|
37 |
-
|
38 |
-
msgid "Settings"
|
39 |
-
msgstr "إعدادات"
|
40 |
-
|
41 |
-
#: class.WpdiscuzCore.php:882 class.WpdiscuzCore.php:1400
|
42 |
-
msgid "Phrases"
|
43 |
-
msgstr "الجمل"
|
44 |
-
|
45 |
-
#: class.WpdiscuzCore.php:884
|
46 |
-
msgid "Tools"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: class.
|
50 |
-
msgid "
|
51 |
-
msgstr "الإضافات"
|
52 |
-
|
53 |
-
#: class.WpdiscuzCore.php:900
|
54 |
-
msgid "Do you really want to reset all options?"
|
55 |
msgstr ""
|
56 |
|
57 |
-
|
58 |
-
msgid "
|
|
|
|
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: class.
|
62 |
-
|
|
|
|
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: class.
|
66 |
-
|
|
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: class.
|
70 |
-
|
|
|
71 |
msgstr ""
|
72 |
|
73 |
-
#:
|
74 |
-
msgid "
|
75 |
msgstr ""
|
76 |
|
77 |
-
#:
|
78 |
-
msgid "
|
79 |
msgstr ""
|
80 |
|
81 |
-
#:
|
82 |
-
msgid "
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: class.
|
86 |
-
msgid "
|
87 |
-
msgstr "المدير"
|
88 |
-
|
89 |
-
#: class.WpdiscuzCore.php:1523 class.WpdiscuzCore.php:1536
|
90 |
-
#: options/phrases-layouts/phrases-comment.php:58
|
91 |
-
msgid "Author"
|
92 |
-
msgstr "الكاتب"
|
93 |
-
|
94 |
-
#: class.WpdiscuzCore.php:1526 options/phrases-layouts/phrases-comment.php:60
|
95 |
-
msgid "Editor"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#:
|
99 |
-
msgid "
|
100 |
-
msgstr "
|
101 |
|
102 |
-
#:
|
103 |
-
msgid "
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: class.
|
107 |
-
msgid "
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: class.
|
111 |
-
msgid "
|
|
|
|
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: class.WpdiscuzCore.php:
|
115 |
msgid ""
|
116 |
-
"A simple question or a call to leave a feedback on the selected part of text.
|
117 |
-
"Something like "By the way. Do you agree with this?" or "
|
118 |
-
"love your thoughts, please comment on this.""
|
119 |
msgstr ""
|
120 |
|
121 |
-
#:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: class.
|
126 |
-
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#:
|
130 |
-
msgid ""
|
131 |
-
"By default the inline feedback form is closed and only the button is "
|
132 |
-
"displayed. Once reader scrolled and reached to the selected text part, this "
|
133 |
-
"button animates with comment button size and color changes attracting readers "
|
134 |
-
"attention. Readers click on the button and open your question with feedback "
|
135 |
-
"form. Using this option you can keep opened the feedback form. Readers can "
|
136 |
-
"close it using [x] button."
|
137 |
msgstr ""
|
138 |
|
139 |
-
#:
|
140 |
-
msgid "
|
141 |
msgstr ""
|
142 |
|
143 |
-
#:
|
144 |
-
msgid "
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: class.WpdiscuzCore.php:
|
148 |
msgid "Add Inline Feedback Button"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: forms/wpDiscuzForm.php:
|
152 |
-
msgid "Invalid Data !!!"
|
153 |
-
msgstr ""
|
154 |
-
|
155 |
-
#: forms/wpDiscuzForm.php:109 forms/wpDiscuzForm.php:158
|
156 |
-
msgid "Forms"
|
157 |
-
msgstr ""
|
158 |
-
|
159 |
-
#: forms/wpDiscuzForm.php:110 options/html-phrases.php:20
|
160 |
-
msgid "Form"
|
161 |
-
msgstr "من"
|
162 |
-
|
163 |
-
#: forms/wpDiscuzForm.php:111
|
164 |
msgid "Add New"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: forms/wpDiscuzForm.php:
|
168 |
msgid "Add New Form"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: forms/
|
172 |
-
msgid "
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: forms/
|
176 |
-
msgid "
|
177 |
msgstr ""
|
178 |
|
179 |
-
#:
|
180 |
-
|
|
|
|
|
|
|
|
|
|
|
181 |
msgstr ""
|
182 |
|
183 |
-
#:
|
184 |
-
msgid "
|
185 |
msgstr ""
|
186 |
|
187 |
-
#:
|
188 |
-
msgid "
|
|
|
|
|
189 |
msgstr ""
|
190 |
|
191 |
-
#:
|
192 |
-
msgid "
|
|
|
|
|
193 |
msgstr ""
|
194 |
|
195 |
-
#:
|
196 |
-
msgid "
|
|
|
|
|
197 |
msgstr ""
|
198 |
|
199 |
-
#:
|
200 |
-
msgid "
|
|
|
|
|
|
|
|
|
201 |
msgstr ""
|
202 |
|
203 |
-
#:
|
204 |
-
msgid "
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: forms/
|
208 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
msgstr ""
|
210 |
|
211 |
-
#:
|
212 |
-
msgid "
|
|
|
|
|
213 |
msgstr ""
|
214 |
|
215 |
-
#:
|
216 |
-
|
217 |
-
msgid "Delete"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#:
|
221 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
222 |
msgstr ""
|
223 |
|
224 |
-
#:
|
225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
msgstr ""
|
227 |
|
228 |
-
#:
|
229 |
-
|
230 |
-
|
231 |
-
msgid "Edit"
|
232 |
-
msgstr "تعديل"
|
233 |
|
234 |
-
#:
|
235 |
-
msgid "
|
236 |
-
msgstr ""
|
237 |
|
238 |
-
#:
|
239 |
-
|
|
|
240 |
msgstr ""
|
241 |
|
242 |
-
#:
|
243 |
-
msgid "
|
|
|
|
|
244 |
msgstr ""
|
|
|
|
|
245 |
|
246 |
-
#:
|
247 |
-
|
248 |
-
msgid "Custom Fields"
|
249 |
msgstr ""
|
250 |
|
251 |
-
#:
|
252 |
-
msgid "
|
|
|
|
|
253 |
msgstr ""
|
254 |
|
255 |
-
#:
|
256 |
-
msgid "
|
257 |
msgstr ""
|
258 |
|
259 |
-
#:
|
260 |
-
|
261 |
-
|
262 |
-
msgid "Comment"
|
263 |
-
msgstr "تعليق"
|
264 |
-
|
265 |
-
#: forms/wpDiscuzForm.php:404 forms/wpdFormAttr/Form.php:122
|
266 |
-
#: forms/wpdFormAttr/Form.php:945
|
267 |
-
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:82
|
268 |
-
#: utils/class.WpdiscuzHelperAjax.php:876
|
269 |
-
msgid "Comments"
|
270 |
-
msgstr "تعليقات"
|
271 |
-
|
272 |
-
#: forms/wpDiscuzForm.php:430 forms/wpdFormAttr/Field/AgreementCheckbox.php:12
|
273 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:12
|
274 |
-
#: forms/wpdFormAttr/Field/ColorField.php:12
|
275 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:14
|
276 |
-
#: forms/wpdFormAttr/Field/DateField.php:12
|
277 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:19
|
278 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:18
|
279 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:66
|
280 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
|
281 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:18
|
282 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:12
|
283 |
-
#: forms/wpdFormAttr/Field/NumberField.php:12
|
284 |
-
#: forms/wpdFormAttr/Field/RadioField.php:12
|
285 |
-
#: forms/wpdFormAttr/Field/RatingField.php:12
|
286 |
-
#: forms/wpdFormAttr/Field/SelectField.php:12
|
287 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:12
|
288 |
-
#: forms/wpdFormAttr/Field/TextField.php:12
|
289 |
-
#: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:1134
|
290 |
-
msgid "Name"
|
291 |
-
msgstr "الاسم"
|
292 |
-
|
293 |
-
#: forms/wpDiscuzForm.php:432 forms/wpdFormAttr/Field/DefaultField/Email.php:66
|
294 |
-
#: forms/wpdFormAttr/Form.php:1141 options/class.WpdiscuzOptions.php:259
|
295 |
-
#: options/html-phrases.php:23
|
296 |
-
msgid "Email"
|
297 |
-
msgstr "البريد الالكتروني"
|
298 |
|
299 |
-
#:
|
300 |
-
msgid "
|
301 |
-
|
|
|
|
|
|
|
|
|
302 |
|
303 |
-
#:
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
|
|
308 |
|
309 |
-
#:
|
310 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
msgstr ""
|
312 |
|
313 |
-
#:
|
314 |
-
msgid "
|
315 |
msgstr ""
|
316 |
|
317 |
-
#:
|
318 |
msgid ""
|
319 |
-
"
|
320 |
-
"
|
|
|
|
|
|
|
|
|
|
|
321 |
msgstr ""
|
322 |
|
323 |
-
#:
|
324 |
-
msgid "
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: forms/wpdFormAttr/
|
328 |
-
|
329 |
-
#: forms/wpdFormAttr/Field/ColorField.php:17
|
330 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:18
|
331 |
-
#: forms/wpdFormAttr/Field/DateField.php:17
|
332 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:24
|
333 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:23
|
334 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:23
|
335 |
-
#: forms/wpdFormAttr/Field/NumberField.php:17
|
336 |
-
#: forms/wpdFormAttr/Field/RadioField.php:17
|
337 |
-
#: forms/wpdFormAttr/Field/RatingField.php:16
|
338 |
-
#: forms/wpdFormAttr/Field/SelectField.php:17
|
339 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:17
|
340 |
-
#: forms/wpdFormAttr/Field/TextField.php:17
|
341 |
-
#: forms/wpdFormAttr/Field/UrlField.php:17
|
342 |
-
msgid "Description"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: forms/wpdFormAttr/
|
346 |
-
|
347 |
-
#: forms/wpdFormAttr/Field/ColorField.php:19
|
348 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:20
|
349 |
-
#: forms/wpdFormAttr/Field/DateField.php:19
|
350 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:26
|
351 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:25
|
352 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:25
|
353 |
-
#: forms/wpdFormAttr/Field/NumberField.php:19
|
354 |
-
#: forms/wpdFormAttr/Field/NumberField.php:24
|
355 |
-
#: forms/wpdFormAttr/Field/NumberField.php:29
|
356 |
-
#: forms/wpdFormAttr/Field/RadioField.php:19
|
357 |
-
#: forms/wpdFormAttr/Field/RatingField.php:18
|
358 |
-
#: forms/wpdFormAttr/Field/SelectField.php:19
|
359 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:19
|
360 |
-
#: forms/wpdFormAttr/Field/TextField.php:19
|
361 |
-
#: forms/wpdFormAttr/Field/UrlField.php:19
|
362 |
-
msgid ""
|
363 |
-
"Field specific short description or some rule related to inserted information."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: forms/wpdFormAttr/
|
367 |
-
|
368 |
-
msgid "Checkbox Label"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#:
|
372 |
-
msgid ""
|
373 |
-
"You can use HTML tags to add links to website Terms and Privacy Policy pages. "
|
374 |
-
"For example: "
|
375 |
msgstr ""
|
376 |
|
377 |
-
#:
|
378 |
-
|
379 |
-
#: forms/wpdFormAttr/Field/ColorField.php:29
|
380 |
-
#: forms/wpdFormAttr/Field/DateField.php:29
|
381 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:36
|
382 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:35
|
383 |
-
#: forms/wpdFormAttr/Field/NumberField.php:39
|
384 |
-
#: forms/wpdFormAttr/Field/RadioField.php:33
|
385 |
-
#: forms/wpdFormAttr/Field/RatingField.php:28
|
386 |
-
#: forms/wpdFormAttr/Field/SelectField.php:33
|
387 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:22
|
388 |
-
#: forms/wpdFormAttr/Field/TextField.php:29
|
389 |
-
#: forms/wpdFormAttr/Field/UrlField.php:29
|
390 |
-
msgid "Field is required"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#:
|
394 |
-
|
395 |
-
#: forms/wpdFormAttr/Field/ColorField.php:33
|
396 |
-
#: forms/wpdFormAttr/Field/DateField.php:33
|
397 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:21
|
398 |
-
#: forms/wpdFormAttr/Field/NumberField.php:43
|
399 |
-
#: forms/wpdFormAttr/Field/RadioField.php:37
|
400 |
-
#: forms/wpdFormAttr/Field/SelectField.php:37
|
401 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:26
|
402 |
-
#: forms/wpdFormAttr/Field/TextField.php:33
|
403 |
-
#: forms/wpdFormAttr/Field/UrlField.php:33
|
404 |
-
msgid "Display on reply form"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#:
|
408 |
-
msgid "
|
|
|
|
|
409 |
msgstr ""
|
410 |
|
411 |
-
#:
|
412 |
-
msgid "
|
|
|
|
|
413 |
msgstr ""
|
414 |
|
415 |
-
#:
|
416 |
-
msgid "
|
|
|
|
|
417 |
msgstr ""
|
418 |
|
419 |
-
#:
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
#:
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
|
|
|
|
|
|
|
|
431 |
msgstr ""
|
432 |
|
433 |
#: forms/wpdFormAttr/Field/CheckboxField.php:14
|
@@ -445,5401 +396,5697 @@ msgstr ""
|
|
445 |
msgid "Also used for field placeholder"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#:
|
449 |
-
|
450 |
-
#: forms/wpdFormAttr/Field/SelectField.php:28
|
451 |
-
msgid "Values"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#:
|
455 |
-
msgid "
|
456 |
msgstr ""
|
457 |
|
458 |
-
#:
|
459 |
-
|
460 |
-
|
461 |
-
#: forms/wpdFormAttr/Field/NumberField.php:47
|
462 |
-
#: forms/wpdFormAttr/Field/RadioField.php:41
|
463 |
-
#: forms/wpdFormAttr/Field/RatingField.php:32
|
464 |
-
#: forms/wpdFormAttr/Field/SelectField.php:41
|
465 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:30
|
466 |
-
#: forms/wpdFormAttr/Field/TextField.php:37
|
467 |
-
#: forms/wpdFormAttr/Field/UrlField.php:37
|
468 |
-
msgid "Display on comment"
|
469 |
-
msgstr ""
|
470 |
|
471 |
-
#:
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
#:
|
476 |
-
#:
|
477 |
-
#:
|
478 |
-
#:
|
479 |
-
|
480 |
-
#: forms/wpdFormAttr/Field/UrlField.php:41
|
481 |
-
msgid "Advanced Options"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#:
|
485 |
-
|
486 |
-
#: forms/wpdFormAttr/Field/DateField.php:44
|
487 |
-
#: forms/wpdFormAttr/Field/NumberField.php:54
|
488 |
-
#: forms/wpdFormAttr/Field/RadioField.php:48
|
489 |
-
#: forms/wpdFormAttr/Field/RatingField.php:39
|
490 |
-
#: forms/wpdFormAttr/Field/SelectField.php:48
|
491 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:37
|
492 |
-
#: forms/wpdFormAttr/Field/TextField.php:44
|
493 |
-
#: forms/wpdFormAttr/Field/UrlField.php:44
|
494 |
-
msgid "Meta Key"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#:
|
498 |
-
#:
|
499 |
-
#:
|
500 |
-
|
501 |
-
#: forms/wpdFormAttr/Field/RadioField.php:52
|
502 |
-
#: forms/wpdFormAttr/Field/RatingField.php:43
|
503 |
-
#: forms/wpdFormAttr/Field/SelectField.php:52
|
504 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:41
|
505 |
-
#: forms/wpdFormAttr/Field/TextField.php:48
|
506 |
-
#: forms/wpdFormAttr/Field/UrlField.php:48
|
507 |
-
msgid "Replace old meta key"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#:
|
511 |
-
|
512 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:30
|
513 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:29
|
514 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:29
|
515 |
-
#: forms/wpdFormAttr/Field/NumberField.php:33
|
516 |
-
#: forms/wpdFormAttr/Field/RatingField.php:22
|
517 |
-
#: forms/wpdFormAttr/Field/TextField.php:23
|
518 |
-
#: forms/wpdFormAttr/Field/UrlField.php:23
|
519 |
-
msgid "Field icon"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#:
|
523 |
-
#:
|
524 |
-
|
525 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:32
|
526 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:32
|
527 |
-
#: forms/wpdFormAttr/Field/NumberField.php:36
|
528 |
-
#: forms/wpdFormAttr/Field/RatingField.php:25
|
529 |
-
#: forms/wpdFormAttr/Field/TextField.php:26
|
530 |
-
#: forms/wpdFormAttr/Field/UrlField.php:26
|
531 |
-
msgid "Font-awesome icon library."
|
532 |
msgstr ""
|
533 |
|
534 |
-
#:
|
535 |
-
|
|
|
536 |
msgstr ""
|
537 |
|
538 |
-
#:
|
539 |
-
|
|
|
540 |
msgstr ""
|
541 |
|
542 |
-
#:
|
543 |
-
msgid "
|
544 |
msgstr ""
|
545 |
|
546 |
-
#:
|
547 |
-
|
|
|
548 |
msgstr ""
|
549 |
|
550 |
-
#:
|
551 |
-
msgid "
|
552 |
msgstr ""
|
553 |
|
554 |
-
#:
|
555 |
-
msgid "
|
556 |
msgstr ""
|
557 |
|
558 |
-
#:
|
559 |
-
msgid "
|
560 |
msgstr ""
|
561 |
|
562 |
-
#:
|
563 |
-
msgid "
|
564 |
msgstr ""
|
565 |
|
566 |
-
#:
|
567 |
msgid ""
|
568 |
-
"
|
569 |
-
"
|
|
|
|
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: forms/wpdFormAttr/
|
573 |
-
|
|
|
574 |
msgstr ""
|
575 |
|
576 |
-
#:
|
577 |
-
msgid "
|
578 |
msgstr ""
|
579 |
|
580 |
-
#:
|
581 |
-
|
582 |
-
#: options/html-options.php:351 options/options-layouts/html-live.php:29
|
583 |
-
#: options/options-layouts/html-live.php:71
|
584 |
-
#: options/options-layouts/html-live.php:92
|
585 |
-
#: options/options-layouts/html-live.php:143
|
586 |
-
msgid "Enable"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#:
|
590 |
-
#:
|
591 |
-
msgid "
|
592 |
msgstr ""
|
593 |
|
594 |
-
#:
|
595 |
-
msgid "
|
596 |
msgstr ""
|
597 |
|
598 |
-
#:
|
599 |
-
msgid "
|
600 |
msgstr ""
|
601 |
|
602 |
-
#:
|
603 |
-
|
|
|
604 |
msgstr ""
|
605 |
|
606 |
-
#:
|
607 |
-
msgid "
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: forms/wpdFormAttr/
|
611 |
-
msgid "
|
612 |
msgstr ""
|
613 |
|
614 |
-
#:
|
615 |
-
|
|
|
|
|
|
|
|
|
|
|
616 |
msgstr ""
|
617 |
|
618 |
-
#:
|
619 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
620 |
msgstr ""
|
621 |
|
622 |
-
#:
|
623 |
-
msgid "
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: forms/wpdFormAttr/
|
627 |
-
|
628 |
-
msgid "New value new line"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#:
|
632 |
-
#:
|
633 |
-
msgid ""
|
634 |
-
"I allow to use my email address and send notification about new comments and "
|
635 |
-
"replies (you can unsubscribe at any time)."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#:
|
639 |
-
|
640 |
-
#: forms/wpdFormAttr/Form.php:917 forms/wpdFormAttr/Form.php:975
|
641 |
-
#: forms/wpdFormAttr/Form.php:985 forms/wpdFormAttr/Form.php:1063
|
642 |
-
#: options/options-layouts/html-content.php:13
|
643 |
-
#: options/options-layouts/html-content.php:29
|
644 |
-
#: options/options-layouts/html-content.php:47
|
645 |
-
#: options/options-layouts/html-content.php:62
|
646 |
-
#: options/options-layouts/html-content.php:84
|
647 |
-
#: options/options-layouts/html-content.php:118
|
648 |
-
#: options/options-layouts/html-content.php:131
|
649 |
-
#: options/options-layouts/html-content.php:177
|
650 |
-
#: options/options-layouts/html-content.php:195
|
651 |
-
#: options/options-layouts/html-content.php:211
|
652 |
-
#: options/options-layouts/html-content.php:243
|
653 |
-
#: options/options-layouts/html-form.php:13
|
654 |
-
#: options/options-layouts/html-form.php:31
|
655 |
-
#: options/options-layouts/html-form.php:47
|
656 |
-
#: options/options-layouts/html-form.php:62
|
657 |
-
#: options/options-layouts/html-general.php:20
|
658 |
-
#: options/options-layouts/html-general.php:38
|
659 |
-
#: options/options-layouts/html-general.php:55
|
660 |
-
#: options/options-layouts/html-general.php:72
|
661 |
-
#: options/options-layouts/html-general.php:121
|
662 |
-
#: options/options-layouts/html-general.php:143
|
663 |
-
#: options/options-layouts/html-general.php:158
|
664 |
-
#: options/options-layouts/html-general.php:176
|
665 |
-
#: options/options-layouts/html-general.php:217
|
666 |
-
#: options/options-layouts/html-general.php:235
|
667 |
-
#: options/options-layouts/html-general.php:251
|
668 |
-
#: options/options-layouts/html-inline.php:21
|
669 |
-
#: options/options-layouts/html-inline.php:39
|
670 |
-
#: options/options-layouts/html-inline.php:69
|
671 |
-
#: options/options-layouts/html-labels.php:13
|
672 |
-
#: options/options-layouts/html-labels.php:39
|
673 |
-
#: options/options-layouts/html-labels.php:63
|
674 |
-
#: options/options-layouts/html-live.php:15
|
675 |
-
#: options/options-layouts/html-live.php:35
|
676 |
-
#: options/options-layouts/html-live.php:57
|
677 |
-
#: options/options-layouts/html-live.php:77
|
678 |
-
#: options/options-layouts/html-live.php:98
|
679 |
-
#: options/options-layouts/html-live.php:114
|
680 |
-
#: options/options-layouts/html-live.php:129
|
681 |
-
#: options/options-layouts/html-live.php:149
|
682 |
-
#: options/options-layouts/html-live.php:167
|
683 |
-
#: options/options-layouts/html-live.php:190
|
684 |
-
#: options/options-layouts/html-login.php:13
|
685 |
-
#: options/options-layouts/html-login.php:31
|
686 |
-
#: options/options-layouts/html-login.php:49
|
687 |
-
#: options/options-layouts/html-login.php:99
|
688 |
-
#: options/options-layouts/html-login.php:117
|
689 |
-
#: options/options-layouts/html-login.php:135
|
690 |
-
#: options/options-layouts/html-moderation.php:13
|
691 |
-
#: options/options-layouts/html-moderation.php:36
|
692 |
-
#: options/options-layouts/html-moderation.php:54
|
693 |
-
#: options/options-layouts/html-moderation.php:72
|
694 |
-
#: options/options-layouts/html-moderation.php:90
|
695 |
-
#: options/options-layouts/html-moderation.php:108
|
696 |
-
#: options/options-layouts/html-moderation.php:143
|
697 |
-
#: options/options-layouts/html-rating.php:13
|
698 |
-
#: options/options-layouts/html-rating.php:31
|
699 |
-
#: options/options-layouts/html-rating.php:61
|
700 |
-
#: options/options-layouts/html-recaptcha.php:14
|
701 |
-
#: options/options-layouts/html-recaptcha.php:38
|
702 |
-
#: options/options-layouts/html-recaptcha.php:56
|
703 |
-
#: options/options-layouts/html-recaptcha.php:74
|
704 |
-
#: options/options-layouts/html-recaptcha.php:92
|
705 |
-
#: options/options-layouts/html-recaptcha.php:111
|
706 |
-
#: options/options-layouts/html-recaptcha.php:126
|
707 |
-
#: options/options-layouts/html-recaptcha.php:144
|
708 |
-
#: options/options-layouts/html-recaptcha.php:160
|
709 |
-
#: options/options-layouts/html-social.php:13
|
710 |
-
#: options/options-layouts/html-social.php:31
|
711 |
-
#: options/options-layouts/html-social.php:49
|
712 |
-
#: options/options-layouts/html-social.php:122
|
713 |
-
#: options/options-layouts/html-social.php:137
|
714 |
-
#: options/options-layouts/html-social.php:194
|
715 |
-
#: options/options-layouts/html-social.php:209
|
716 |
-
#: options/options-layouts/html-social.php:249
|
717 |
-
#: options/options-layouts/html-social.php:264
|
718 |
-
#: options/options-layouts/html-social.php:305
|
719 |
-
#: options/options-layouts/html-social.php:320
|
720 |
-
#: options/options-layouts/html-social.php:360
|
721 |
-
#: options/options-layouts/html-social.php:375
|
722 |
-
#: options/options-layouts/html-social.php:432
|
723 |
-
#: options/options-layouts/html-social.php:447
|
724 |
-
#: options/options-layouts/html-social.php:505
|
725 |
-
#: options/options-layouts/html-social.php:520
|
726 |
-
#: options/options-layouts/html-social.php:535
|
727 |
-
#: options/options-layouts/html-subscription.php:13
|
728 |
-
#: options/options-layouts/html-subscription.php:31
|
729 |
-
#: options/options-layouts/html-subscription.php:49
|
730 |
-
#: options/options-layouts/html-subscription.php:67
|
731 |
-
#: options/options-layouts/html-subscription.php:85
|
732 |
-
#: options/options-layouts/html-subscription.php:103
|
733 |
-
#: options/options-layouts/html-subscription.php:132
|
734 |
-
#: options/options-layouts/html-subscription.php:150
|
735 |
-
#: options/options-layouts/html-subscription.php:185
|
736 |
-
#: options/options-layouts/html-subscription.php:204
|
737 |
-
#: options/options-layouts/html-subscription.php:222
|
738 |
-
#: options/options-layouts/html-thread_display.php:13
|
739 |
-
#: options/options-layouts/html-thread_display.php:42
|
740 |
-
#: options/options-layouts/html-thread_display.php:78
|
741 |
-
#: options/options-layouts/html-thread_display.php:96
|
742 |
-
#: options/options-layouts/html-thread_display.php:114
|
743 |
-
#: options/options-layouts/html-thread_display.php:132
|
744 |
-
#: options/options-layouts/html-thread_display.php:150
|
745 |
-
#: options/options-layouts/html-thread_display.php:168
|
746 |
-
#: options/options-layouts/html-thread_display.php:186
|
747 |
-
#: options/options-layouts/html-thread_display.php:204
|
748 |
-
#: options/options-layouts/html-thread_layouts.php:32
|
749 |
-
#: options/options-layouts/html-thread_layouts.php:55
|
750 |
-
#: options/options-layouts/html-thread_layouts.php:70
|
751 |
-
#: options/options-layouts/html-thread_layouts.php:85
|
752 |
-
#: options/options-layouts/html-thread_layouts.php:103
|
753 |
-
#: options/options-layouts/html-thread_layouts.php:125
|
754 |
-
#: options/options-layouts/html-thread_layouts.php:149
|
755 |
-
#: options/options-layouts/html-thread_layouts.php:167
|
756 |
-
#: options/options-layouts/html-thread_layouts.php:185
|
757 |
-
#: options/options-layouts/html-thread_layouts.php:203
|
758 |
-
#: options/options-layouts/html-thread_layouts.php:226
|
759 |
-
#: options/options-layouts/html-thread_styles.php:13
|
760 |
-
#: options/options-layouts/html-thread_styles.php:32
|
761 |
-
#: options/options-layouts/html-thread_styles.php:62
|
762 |
-
#: options/options-layouts/html-thread_styles.php:103
|
763 |
-
#: options/options-layouts/html-thread_styles.php:118
|
764 |
-
msgid "Read the documentation"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#:
|
768 |
-
msgid "
|
769 |
msgstr ""
|
770 |
|
771 |
-
#:
|
772 |
-
msgid "
|
773 |
msgstr ""
|
774 |
|
775 |
-
#:
|
776 |
-
|
777 |
-
#: forms/wpdFormAttr/Form.php:1054
|
778 |
-
msgid "Yes"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: forms/wpdFormAttr/
|
782 |
-
|
783 |
-
#: forms/wpdFormAttr/Form.php:1056
|
784 |
-
msgid "No"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: forms/wpdFormAttr/
|
788 |
-
msgid "
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: forms/wpdFormAttr/
|
792 |
-
msgid "
|
793 |
msgstr ""
|
794 |
|
795 |
-
#:
|
796 |
-
msgid "
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: forms/wpdFormAttr/
|
800 |
-
msgid "
|
801 |
msgstr ""
|
802 |
|
803 |
-
#:
|
804 |
-
msgid "
|
805 |
msgstr ""
|
806 |
|
807 |
-
#:
|
808 |
-
msgid "
|
809 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
810 |
|
811 |
-
#:
|
812 |
msgid ""
|
813 |
-
"
|
814 |
-
"
|
|
|
|
|
|
|
|
|
815 |
msgstr ""
|
816 |
|
817 |
-
#:
|
818 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
819 |
msgstr ""
|
820 |
|
821 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
822 |
msgid ""
|
823 |
-
"
|
824 |
-
"
|
825 |
msgstr ""
|
|
|
|
|
826 |
|
827 |
-
#:
|
828 |
-
msgid "
|
829 |
msgstr ""
|
830 |
|
831 |
-
#:
|
832 |
-
msgid "
|
833 |
msgstr ""
|
834 |
|
835 |
-
#:
|
836 |
-
msgid "
|
837 |
msgstr ""
|
838 |
|
839 |
-
#:
|
840 |
-
msgid "
|
841 |
msgstr ""
|
842 |
|
843 |
-
#:
|
844 |
-
msgid "
|
845 |
msgstr ""
|
846 |
|
847 |
-
#:
|
848 |
-
|
|
|
|
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: forms/wpdFormAttr/
|
852 |
-
msgid "
|
853 |
msgstr ""
|
854 |
|
855 |
-
#:
|
856 |
msgid ""
|
857 |
-
"
|
|
|
858 |
msgstr ""
|
859 |
|
860 |
-
#:
|
861 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
862 |
msgstr ""
|
863 |
|
864 |
-
#:
|
865 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
866 |
msgstr ""
|
867 |
|
868 |
-
#:
|
869 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
870 |
msgstr ""
|
871 |
|
872 |
-
#:
|
873 |
-
msgid "
|
|
|
|
|
|
|
874 |
msgstr ""
|
875 |
|
876 |
-
#:
|
877 |
msgid ""
|
878 |
-
"
|
|
|
|
|
879 |
msgstr ""
|
880 |
|
881 |
-
#:
|
882 |
-
msgid "
|
883 |
msgstr ""
|
884 |
|
885 |
-
#:
|
886 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
887 |
msgstr ""
|
888 |
|
889 |
-
#:
|
890 |
-
msgid "
|
|
|
|
|
|
|
|
|
891 |
msgstr ""
|
892 |
|
893 |
-
#:
|
894 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
895 |
msgstr ""
|
896 |
|
897 |
-
#:
|
898 |
-
|
|
|
899 |
msgstr ""
|
900 |
|
901 |
-
#:
|
902 |
-
msgid "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#:
|
906 |
-
msgid "
|
907 |
msgstr ""
|
908 |
|
909 |
-
#:
|
910 |
-
msgid "
|
911 |
msgstr ""
|
912 |
|
913 |
-
#:
|
914 |
-
|
|
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: forms/wpdFormAttr/
|
918 |
-
|
|
|
919 |
msgstr ""
|
920 |
|
921 |
-
#:
|
922 |
-
msgid ""
|
923 |
-
"Wordpress.com authentication failed (OAuth <code>state</code> does not exist)."
|
924 |
msgstr ""
|
925 |
|
926 |
-
#:
|
927 |
-
|
928 |
-
"
|
929 |
msgstr ""
|
930 |
|
931 |
-
#:
|
932 |
msgid ""
|
933 |
-
"
|
934 |
-
"
|
935 |
msgstr ""
|
936 |
|
937 |
-
#:
|
938 |
-
|
939 |
-
|
|
|
940 |
msgstr ""
|
941 |
|
942 |
-
#:
|
943 |
-
|
|
|
|
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: forms/
|
947 |
-
msgid "
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: forms/
|
951 |
-
msgid "
|
952 |
msgstr ""
|
953 |
|
954 |
-
#:
|
955 |
-
|
|
|
956 |
msgstr ""
|
957 |
|
958 |
-
#:
|
959 |
-
msgid "
|
960 |
msgstr ""
|
961 |
|
962 |
-
#:
|
963 |
-
msgid "
|
964 |
msgstr ""
|
965 |
|
966 |
-
#:
|
967 |
-
msgid "
|
968 |
msgstr ""
|
969 |
|
970 |
-
#:
|
971 |
-
msgid "
|
972 |
msgstr ""
|
973 |
|
974 |
-
#:
|
975 |
-
msgid "
|
976 |
msgstr ""
|
977 |
|
978 |
-
#:
|
979 |
-
msgid "
|
980 |
msgstr ""
|
981 |
|
982 |
-
#:
|
983 |
-
msgid "
|
984 |
msgstr ""
|
985 |
|
986 |
-
#:
|
987 |
-
msgid "
|
988 |
msgstr ""
|
989 |
|
990 |
-
#:
|
991 |
-
msgid "
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: options/
|
995 |
-
msgid "
|
996 |
msgstr ""
|
997 |
|
998 |
-
#: options/
|
999 |
-
|
|
|
1000 |
msgstr ""
|
1001 |
|
1002 |
-
#:
|
1003 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1004 |
msgstr ""
|
1005 |
|
1006 |
-
#: options/
|
1007 |
-
msgid "
|
1008 |
msgstr ""
|
1009 |
|
1010 |
-
#: options/
|
1011 |
-
msgid "
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: options/
|
1015 |
-
|
|
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: options/addons/
|
1019 |
-
msgid "
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: options/
|
1023 |
-
msgid "
|
1024 |
-
msgstr "
|
1025 |
|
1026 |
-
#: options/class.WpdiscuzOptions.php:
|
1027 |
-
msgid "
|
1028 |
-
msgstr "
|
1029 |
|
1030 |
-
#: options/class.WpdiscuzOptions.php:
|
1031 |
-
msgid "
|
1032 |
-
msgstr "
|
1033 |
|
1034 |
-
#: options/class.WpdiscuzOptions.php:
|
1035 |
-
#: options/
|
1036 |
-
msgid "
|
1037 |
msgstr ""
|
1038 |
|
1039 |
-
#: options/
|
1040 |
-
|
1041 |
-
msgid "Hottest comment thread"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
-
#: options/class.WpdiscuzOptions.php:
|
1045 |
-
|
1046 |
-
|
|
|
|
|
1047 |
msgstr ""
|
1048 |
|
1049 |
-
#: options/
|
1050 |
-
|
1051 |
-
|
|
|
|
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: options/class.WpdiscuzOptions.php:
|
1055 |
-
|
1056 |
-
|
1057 |
-
msgstr "نبّهني عن"
|
1058 |
|
1059 |
-
#: options/class.WpdiscuzOptions.php:
|
1060 |
-
msgid "
|
1061 |
-
msgstr "
|
1062 |
|
1063 |
-
#: options/class.WpdiscuzOptions.php:
|
1064 |
-
msgid "
|
1065 |
-
msgstr "
|
1066 |
|
1067 |
-
#: options/
|
1068 |
-
msgid "
|
1069 |
-
msgstr "
|
1070 |
|
1071 |
-
#: options/
|
1072 |
-
|
1073 |
-
|
1074 |
-
msgstr "فرز بواسطة"
|
1075 |
|
1076 |
-
#: options/
|
1077 |
-
#: options/
|
1078 |
-
msgid "
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: options/
|
1082 |
-
#: options/
|
1083 |
-
msgid "
|
1084 |
msgstr ""
|
1085 |
|
1086 |
-
#: options/
|
1087 |
-
#: options/
|
1088 |
-
msgid "
|
1089 |
msgstr ""
|
1090 |
|
1091 |
-
#: options/
|
1092 |
-
|
1093 |
-
|
|
|
1094 |
|
1095 |
-
#: options/class.WpdiscuzOptions.php:
|
1096 |
-
|
1097 |
-
|
1098 |
-
msgstr "حمّل بقيّة التعليقات"
|
1099 |
|
1100 |
-
#:
|
1101 |
-
|
1102 |
-
|
1103 |
-
msgid "Reply"
|
1104 |
-
msgstr "رد"
|
1105 |
|
1106 |
-
#:
|
1107 |
-
|
1108 |
-
|
1109 |
-
msgstr "نشر"
|
1110 |
|
1111 |
-
#:
|
1112 |
-
|
1113 |
-
|
1114 |
-
msgstr "نشر على الفيسبوك"
|
1115 |
|
1116 |
-
#:
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
|
|
1120 |
|
1121 |
-
#: options/
|
1122 |
-
|
1123 |
-
|
1124 |
-
msgstr "نشر على جوجل"
|
1125 |
|
1126 |
-
#: options/
|
1127 |
-
#: options/
|
1128 |
-
msgid "
|
1129 |
-
msgstr "
|
1130 |
|
1131 |
-
#: options/class.WpdiscuzOptions.php:
|
1132 |
-
|
1133 |
-
|
1134 |
-
msgstr "المشاركة على Odnoklassniki"
|
1135 |
|
1136 |
-
#: options/class.WpdiscuzOptions.php:
|
1137 |
-
|
1138 |
-
|
1139 |
-
msgstr "إخفاء الردود"
|
1140 |
|
1141 |
-
#: options/
|
1142 |
-
|
1143 |
-
msgid "View Replies"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
-
#: options/
|
1147 |
-
msgid "
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: options/
|
1151 |
-
msgid ""
|
1152 |
-
"Hi [SUBSCRIBER_NAME],<br/><br/> new comment have been posted by the "
|
1153 |
-
"<em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've "
|
1154 |
-
"been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/"
|
1155 |
-
">[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
1156 |
msgstr ""
|
1157 |
|
1158 |
-
#: options/
|
1159 |
-
msgid "
|
1160 |
-
msgstr "
|
1161 |
|
1162 |
-
#: options/class.WpdiscuzOptions.php:
|
1163 |
-
|
1164 |
-
"
|
1165 |
-
"<em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've "
|
1166 |
-
"been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/"
|
1167 |
-
">[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
1168 |
msgstr ""
|
1169 |
|
1170 |
-
#:
|
1171 |
-
msgid "
|
1172 |
-
msgstr "
|
1173 |
|
1174 |
-
#: options/class.WpdiscuzOptions.php:
|
1175 |
-
msgid "
|
1176 |
-
msgstr "
|
1177 |
|
1178 |
-
#: options/class.WpdiscuzOptions.php:
|
1179 |
-
msgid "
|
1180 |
-
msgstr "
|
1181 |
|
1182 |
-
#: options/
|
1183 |
-
|
1184 |
-
|
1185 |
-
msgstr "إلغاء الاشتراك"
|
1186 |
|
1187 |
-
#: options/
|
1188 |
-
msgid "
|
1189 |
-
msgstr "
|
1190 |
|
1191 |
-
#: options/class.WpdiscuzOptions.php:
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
|
|
|
|
|
|
1195 |
|
1196 |
-
#: options/class.WpdiscuzOptions.php:
|
1197 |
-
|
1198 |
-
|
1199 |
-
msgstr "تم بنجاح الاشتراك في التنبيهات"
|
1200 |
|
1201 |
-
#: options/
|
1202 |
-
|
1203 |
-
|
1204 |
-
msgstr "تأكيد الاشتراك"
|
1205 |
|
1206 |
-
#:
|
1207 |
-
|
1208 |
-
|
1209 |
-
msgstr "تم بنجاح تأكيد الاشتراك في التنبيهات"
|
1210 |
|
1211 |
-
#: options/
|
1212 |
-
msgid "
|
1213 |
-
msgstr "
|
1214 |
|
1215 |
-
#: options/
|
1216 |
-
|
1217 |
-
"
|
1218 |
-
"will receive an email when new comments are posted according to subscription "
|
1219 |
-
"option you've chosen. <br/> To activate, click confirm below. If you believe "
|
1220 |
-
"this is an error, ignore this message and we'll never bother you again. <br/"
|
1221 |
-
"><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a "
|
1222 |
-
"href='[CONFIRM_URL]'>Confirm Your Subscrption</a><br/><br/><a "
|
1223 |
-
"href='[CANCEL_URL]'>Cancel Subscription</a>"
|
1224 |
msgstr ""
|
1225 |
|
1226 |
-
#:
|
1227 |
-
msgid "
|
1228 |
-
msgstr "
|
1229 |
|
1230 |
-
#: options/class.WpdiscuzOptions.php:
|
1231 |
-
msgid "
|
1232 |
-
msgstr "
|
1233 |
|
1234 |
-
#: options/class.WpdiscuzOptions.php:
|
1235 |
-
msgid "
|
1236 |
-
msgstr "
|
1237 |
|
1238 |
-
#: options/class.WpdiscuzOptions.php:
|
1239 |
-
msgid "
|
1240 |
-
msgstr "
|
1241 |
|
1242 |
-
#: options/class.WpdiscuzOptions.php:
|
1243 |
-
msgid "
|
1244 |
-
msgstr "
|
1245 |
|
1246 |
-
#: options/
|
1247 |
-
msgid "
|
1248 |
-
msgstr "
|
1249 |
|
1250 |
-
#: options/
|
1251 |
-
msgid "
|
1252 |
-
msgstr "
|
1253 |
|
1254 |
-
#: options/
|
1255 |
-
msgid "
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
-
#: options/
|
1259 |
-
|
1260 |
-
|
1261 |
-
msgstr "أيام"
|
1262 |
|
1263 |
-
#: options/class.WpdiscuzOptions.php:
|
1264 |
-
msgid "
|
1265 |
-
msgstr "
|
1266 |
|
1267 |
-
#: options/class.WpdiscuzOptions.php:
|
1268 |
-
msgid "
|
1269 |
-
msgstr "
|
1270 |
|
1271 |
-
#: options/
|
1272 |
-
msgid "
|
1273 |
-
msgstr "
|
1274 |
|
1275 |
-
#: options/class.WpdiscuzOptions.php:
|
1276 |
-
msgid "
|
1277 |
-
msgstr "
|
1278 |
|
1279 |
-
#: options/
|
1280 |
-
msgid "
|
1281 |
-
msgstr "
|
1282 |
|
1283 |
-
#: options/
|
1284 |
-
|
1285 |
-
|
1286 |
-
msgid "seconds"
|
1287 |
-
msgstr "ثانية"
|
1288 |
|
1289 |
-
#: options/class.WpdiscuzOptions.php:
|
1290 |
-
msgid "
|
1291 |
-
msgstr "
|
1292 |
|
1293 |
-
#:
|
1294 |
-
|
1295 |
-
|
|
|
|
|
|
|
1296 |
|
1297 |
-
#: options/class.WpdiscuzOptions.php:
|
1298 |
-
|
1299 |
-
|
1300 |
-
msgstr "يجب أن تكون"
|
1301 |
|
1302 |
-
#: options/
|
1303 |
-
msgid "
|
1304 |
-
msgstr "
|
1305 |
|
1306 |
-
#: options/
|
1307 |
-
|
1308 |
-
msgid "Login"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: options/
|
1312 |
-
|
1313 |
-
#, php-format
|
1314 |
-
msgid "Please %s to comment"
|
1315 |
msgstr ""
|
1316 |
|
1317 |
-
#: options/class.WpdiscuzOptions.php:
|
1318 |
-
|
1319 |
-
|
1320 |
-
msgstr "تسجيل الخروج"
|
1321 |
|
1322 |
-
#: options/
|
1323 |
-
msgid "
|
1324 |
-
msgstr "
|
1325 |
|
1326 |
-
#: options/
|
1327 |
-
msgid "
|
1328 |
-
msgstr "
|
1329 |
-
|
1330 |
-
#: options/class.WpdiscuzOptions.php:322
|
1331 |
-
#: options/phrases-layouts/phrases-comment.php:75
|
1332 |
-
msgid "Vote Up"
|
1333 |
-
msgstr "أعجبني"
|
1334 |
-
|
1335 |
-
#: options/class.WpdiscuzOptions.php:323
|
1336 |
-
#: options/phrases-layouts/phrases-comment.php:79
|
1337 |
-
msgid "Vote Down"
|
1338 |
-
msgstr "لم يعجبني"
|
1339 |
-
|
1340 |
-
#: options/class.WpdiscuzOptions.php:324
|
1341 |
-
#: options/phrases-layouts/phrases-notification.php:58
|
1342 |
-
msgid "Vote Counted"
|
1343 |
-
msgstr "عدد الأصوات"
|
1344 |
-
|
1345 |
-
#: options/class.WpdiscuzOptions.php:325
|
1346 |
-
msgid "You've already voted for this comment"
|
1347 |
-
msgstr "تم التصويت على هذا التعليق سابقاً"
|
1348 |
|
1349 |
-
#: options/class.WpdiscuzOptions.php:
|
1350 |
-
|
1351 |
-
|
1352 |
-
msgstr "حصل خطأ أثناء التصويت"
|
1353 |
|
1354 |
-
#: options/class.WpdiscuzOptions.php:
|
1355 |
-
msgid "
|
1356 |
-
msgstr "
|
1357 |
|
1358 |
-
#: options/
|
1359 |
-
msgid "
|
1360 |
-
msgstr "
|
1361 |
|
1362 |
-
#: options/class.WpdiscuzOptions.php:
|
1363 |
-
msgid "
|
1364 |
-
msgstr "
|
1365 |
|
1366 |
-
#: options/class.WpdiscuzOptions.php:
|
1367 |
-
#: options/phrases-layouts/phrases-
|
1368 |
-
msgid "
|
1369 |
-
msgstr "
|
1370 |
|
1371 |
-
#: options/class.WpdiscuzOptions.php:
|
1372 |
-
#: options/phrases-layouts/phrases-
|
1373 |
-
msgid "
|
1374 |
-
msgstr "
|
1375 |
|
1376 |
-
#: options/
|
1377 |
-
|
1378 |
-
msgid "Awaiting for approval"
|
1379 |
msgstr ""
|
1380 |
|
1381 |
-
#: options/
|
1382 |
-
msgid "
|
1383 |
-
msgstr "
|
1384 |
-
|
1385 |
-
#: options/class.WpdiscuzOptions.php:334
|
1386 |
-
msgid "Sorry, this comment no longer possible to edit"
|
1387 |
-
msgstr "المعذرة, لم يعد من الممكن تعديل هذا التعليق"
|
1388 |
|
1389 |
-
#: options/
|
1390 |
-
|
1391 |
-
|
|
|
1392 |
|
1393 |
-
#: options/
|
1394 |
-
msgid "
|
1395 |
-
msgstr "
|
1396 |
|
1397 |
-
#: options/class.WpdiscuzOptions.php:
|
1398 |
-
|
1399 |
-
|
|
|
1400 |
|
1401 |
-
#:
|
1402 |
-
msgid "
|
1403 |
-
|
|
|
|
|
1404 |
|
1405 |
-
#: options/
|
1406 |
-
msgid "
|
1407 |
-
msgstr "
|
1408 |
|
1409 |
-
#: options/
|
1410 |
-
msgid "
|
1411 |
-
msgstr "
|
1412 |
|
1413 |
-
#: options/
|
1414 |
-
msgid "
|
1415 |
-
msgstr "
|
1416 |
|
1417 |
-
#: options/class.WpdiscuzOptions.php:
|
1418 |
-
|
1419 |
-
|
1420 |
-
msgstr "فضلاً قم بملء الفراغات المطلوبة"
|
1421 |
|
1422 |
-
#:
|
1423 |
-
|
1424 |
-
|
1425 |
-
msgstr "الاتصال عبر"
|
1426 |
|
1427 |
-
#: options/class.WpdiscuzOptions.php:
|
1428 |
-
|
1429 |
-
|
1430 |
-
msgstr "أنت مشتراك مع"
|
1431 |
|
1432 |
-
#:
|
1433 |
-
|
1434 |
-
|
|
|
1435 |
|
1436 |
-
#: options/
|
1437 |
-
msgid "
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: options/
|
1441 |
-
|
|
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: options/
|
1445 |
-
msgid ""
|
1446 |
-
"Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a href="
|
1447 |
-
"\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#:
|
1451 |
-
|
|
|
1452 |
msgstr ""
|
1453 |
|
1454 |
-
#: options/
|
1455 |
-
msgid "
|
1456 |
msgstr ""
|
1457 |
|
1458 |
-
#:
|
1459 |
-
#: options/
|
1460 |
-
msgid "
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: options/
|
1464 |
-
|
1465 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: options/
|
1469 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: options/class.WpdiscuzOptions.php:
|
1473 |
-
msgid "
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#:
|
1477 |
-
|
1478 |
-
msgid "Close"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: options/
|
1482 |
-
|
1483 |
-
msgid "Open"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#:
|
1487 |
-
|
|
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: options/
|
1491 |
-
msgid "
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: options/
|
1495 |
-
msgid ""
|
1496 |
-
"When you login first time using a Social Login button, we collect your "
|
1497 |
-
"account public profile information shared by Social Login provider, based on "
|
1498 |
-
"your privacy settings. We also get your email address to automatically create "
|
1499 |
-
"an account for you in our website. Once your account is created, you'll be "
|
1500 |
-
"logged-in to this account."
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: options/class.WpdiscuzOptions.php:
|
1504 |
-
#: options/phrases-layouts/phrases-
|
1505 |
-
|
|
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: options/class.WpdiscuzOptions.php:
|
1509 |
-
#: options/phrases-layouts/phrases-
|
1510 |
-
msgid "
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: options/class.WpdiscuzOptions.php:
|
1514 |
-
#: options/phrases-layouts/phrases-user-settings.php:
|
1515 |
-
msgid "
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: options/
|
1519 |
-
|
1520 |
-
msgid "Activity"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: options/class.WpdiscuzOptions.php:
|
1524 |
-
#: options/phrases-layouts/phrases-user-settings.php:
|
1525 |
-
|
1526 |
-
msgid "Subscriptions"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#:
|
1530 |
-
#:
|
1531 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: options/
|
1535 |
-
#: options/
|
1536 |
-
|
|
|
|
|
|
|
|
|
|
|
1537 |
msgstr ""
|
1538 |
|
1539 |
-
#:
|
1540 |
-
|
1541 |
-
#: options/phrases-layouts/phrases-user-settings.php:55
|
1542 |
-
msgid "Bulk management via email"
|
1543 |
msgstr ""
|
1544 |
|
1545 |
-
#: options/
|
1546 |
-
msgid ""
|
1547 |
-
"Click the button above to get an email with bulk delete and unsubscribe links."
|
1548 |
msgstr ""
|
1549 |
|
1550 |
-
#: options/class.WpdiscuzOptions.php:
|
1551 |
-
#: options/phrases-layouts/phrases-
|
1552 |
-
msgid "
|
1553 |
msgstr ""
|
1554 |
|
1555 |
-
#:
|
1556 |
-
|
1557 |
-
#: options/phrases-layouts/phrases-user-settings.php:60
|
1558 |
-
msgid "Delete all my comments"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: options/class.WpdiscuzOptions.php:
|
1562 |
-
|
1563 |
-
msgid "Cancel all comment subscriptions"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: options/class.WpdiscuzOptions.php:
|
1567 |
-
|
1568 |
-
msgid "Clear cookies with my personal data"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: options/class.WpdiscuzOptions.php:
|
1572 |
msgid ""
|
1573 |
-
"
|
1574 |
-
"action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" target="
|
1575 |
-
"\"_blank\">Delete all my comments</a><br/><br/>"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
-
#: options/
|
1579 |
-
|
1580 |
-
msgid "Delete all my subscriptions"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: options/
|
1584 |
-
msgid ""
|
1585 |
-
"Please use this link to cancel all subscriptions for new comments. Please "
|
1586 |
-
"note, that this action cannot be undone.<br/><br/><a href="
|
1587 |
-
"\"[DELETE_SUBSCRIPTIONS_URL]\" target=\"_blank\">Delete all my subscriptions</"
|
1588 |
-
"a><br/><br/>"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#:
|
1592 |
-
|
1593 |
-
msgid "Delete all my follows"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: options/class.WpdiscuzOptions.php:
|
1597 |
-
msgid ""
|
1598 |
-
"Please use this link to cancel all follows for new comments. Please note, "
|
1599 |
-
"that this action cannot be undone.<br/><br/><a href=\"[DELETE_FOLLOWS_URL]\" "
|
1600 |
-
"target=\"_blank\">Delete all my follows</a><br/><br/>"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
-
#: options/class.WpdiscuzOptions.php:
|
1604 |
-
|
1605 |
-
msgid "subscribed to this comment"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: options/class.WpdiscuzOptions.php:
|
1609 |
-
|
1610 |
-
msgid "subscribed to my comments"
|
1611 |
msgstr ""
|
1612 |
|
1613 |
-
#:
|
1614 |
-
|
1615 |
-
msgid "subscribed to all follow-up comments of this post"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
-
#:
|
1619 |
-
|
1620 |
-
|
1621 |
-
msgstr ""
|
1622 |
|
1623 |
-
#: options/class.WpdiscuzOptions.php:
|
1624 |
-
|
1625 |
-
msgid "Error : Can't send email."
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: options/class.WpdiscuzOptions.php:
|
1629 |
-
|
1630 |
-
msgid "Are you sure you want to delete this comment?"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
-
#:
|
1634 |
-
|
1635 |
-
msgid "Are you sure you want to cancel this subscription?"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#:
|
1639 |
-
|
1640 |
-
msgid "Are you sure you want to cancel this follow?"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: options/class.WpdiscuzOptions.php:
|
1644 |
-
|
1645 |
-
msgid "Follow this user"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#:
|
1649 |
-
#:
|
1650 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1651 |
msgstr ""
|
1652 |
|
1653 |
-
#:
|
1654 |
-
#:
|
1655 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: options/class.WpdiscuzOptions.php:
|
1659 |
-
msgid "
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: options/class.WpdiscuzOptions.php:
|
1663 |
-
msgid "
|
1664 |
msgstr ""
|
1665 |
|
1666 |
-
#: options/class.WpdiscuzOptions.php:
|
1667 |
-
msgid "
|
1668 |
msgstr ""
|
1669 |
|
1670 |
-
#: options/
|
1671 |
-
msgid "
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: options/class.WpdiscuzOptions.php:
|
1675 |
-
msgid "
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: options/class.WpdiscuzOptions.php:
|
1679 |
-
msgid "
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#:
|
1683 |
-
msgid "
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#:
|
1687 |
-
msgid "
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#:
|
1691 |
-
msgid "
|
1692 |
msgstr ""
|
1693 |
|
1694 |
-
#:
|
1695 |
-
msgid "
|
1696 |
msgstr ""
|
1697 |
|
1698 |
-
#: options/class.WpdiscuzOptions.php:
|
1699 |
-
|
1700 |
-
msgid "Unfollow"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: options/class.WpdiscuzOptions.php:
|
1704 |
-
msgid ""
|
1705 |
-
"Hi, <br/> You just started following a new user. You'll get email "
|
1706 |
-
"notification once new comment is posted by this user. <br/> Please click on "
|
1707 |
-
"\"user following confirmation\" link to confirm your request. If you believe "
|
1708 |
-
"this is an error, ignore this message and we'll never bother you again. <br/"
|
1709 |
-
"><br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a href="
|
1710 |
-
"\"[CONFIRM_URL]\">"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#:
|
1714 |
-
msgid ""
|
1715 |
-
"Hi [FOLLOWER_NAME],<br/><br/> new comment have been posted by the "
|
1716 |
-
"<em><strong>[COMMENT_AUTHOR]</em></strong> you are following<br/><br/><a href="
|
1717 |
-
"\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/><a "
|
1718 |
-
"href=\"[CANCEL_URL]\">"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: options/class.WpdiscuzOptions.php:
|
1722 |
-
msgid "
|
1723 |
msgstr ""
|
1724 |
|
1725 |
-
#: options/
|
1726 |
-
msgid ""
|
1727 |
-
"
|
1728 |
-
|
1729 |
-
|
|
|
|
|
|
|
|
|
|
|
1730 |
msgstr ""
|
1731 |
|
1732 |
-
#:
|
1733 |
-
|
1734 |
-
msgid "Copied to clipboard!"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#:
|
1738 |
-
|
1739 |
-
msgid "Select a part of text and ask readers for feedback (inline commenting)"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#:
|
1743 |
-
|
1744 |
-
msgid "Ask for Feedback"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#:
|
1748 |
-
|
1749 |
-
msgid "Please leave a feedback on this"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
-
#:
|
1753 |
-
|
1754 |
-
msgid "Feedback on post content"
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: options/
|
1758 |
-
msgid "
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#:
|
1762 |
-
msgid "
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#:
|
1766 |
-
|
1767 |
-
msgid "This is closed comment thread"
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: options/
|
1771 |
-
msgid "
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: options/
|
1775 |
-
|
1776 |
-
msgid "vote"
|
1777 |
msgstr ""
|
1778 |
|
1779 |
-
#:
|
1780 |
-
|
1781 |
-
msgid "votes"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#:
|
1785 |
-
#: options/
|
1786 |
-
|
|
|
|
|
|
|
|
|
|
|
1787 |
msgstr ""
|
1788 |
|
1789 |
-
#:
|
1790 |
-
|
1791 |
-
msgid "We are sorry, you are not allowed to comment more than %d time(s)!"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
-
#:
|
1795 |
-
|
1796 |
-
msgid "We are sorry, you are not allowed to reply more than %d time(s)!"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
-
#:
|
1800 |
-
#:
|
1801 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1802 |
msgstr ""
|
1803 |
|
1804 |
-
#: options/
|
1805 |
-
|
1806 |
-
|
|
|
|
|
|
|
1807 |
msgstr ""
|
1808 |
|
1809 |
-
#:
|
1810 |
-
#: options/
|
1811 |
-
|
|
|
|
|
|
|
|
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: options/class.WpdiscuzOptions.php:
|
1815 |
-
|
1816 |
-
msgid "Your Email"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
-
#: options/
|
1820 |
-
|
1821 |
-
msgid "View all comments"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: options/
|
1825 |
-
|
1826 |
-
|
1827 |
-
msgstr "غير قادر على إرسال بريد الكتروني"
|
1828 |
|
1829 |
-
#: options/class.WpdiscuzOptions.php:
|
1830 |
-
|
1831 |
-
msgid "Subscription Fault"
|
1832 |
msgstr ""
|
1833 |
|
1834 |
-
#: options/class.WpdiscuzOptions.php:
|
1835 |
-
|
1836 |
-
msgid "Your comments have been deleted from database"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: options/class.WpdiscuzOptions.php:
|
1840 |
-
|
1841 |
-
msgid "You cancel all your subscriptions successfully"
|
1842 |
msgstr ""
|
1843 |
|
1844 |
-
#: options/class.WpdiscuzOptions.php:
|
1845 |
-
|
1846 |
-
msgid "You cancel all your follows successfully"
|
1847 |
msgstr ""
|
1848 |
|
1849 |
-
#: options/class.WpdiscuzOptions.php:
|
1850 |
-
|
1851 |
-
msgid "Follow has been confirmed successfully"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: options/class.WpdiscuzOptions.php:
|
1855 |
-
|
1856 |
-
msgid "Follow has been canceled successfully"
|
1857 |
msgstr ""
|
1858 |
|
1859 |
-
#: options/class.WpdiscuzOptions.php:
|
1860 |
-
|
1861 |
-
msgid "Please login to comment"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
-
#: options/
|
1865 |
-
|
1866 |
-
msgid "View Comments"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: options/class.WpdiscuzOptions.php:
|
1870 |
-
|
1871 |
-
msgid "Spoiler"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: options/class.WpdiscuzOptions.php:
|
1875 |
-
|
1876 |
-
#, php-format
|
1877 |
-
msgid "Last edited %1$s by %2$s"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
-
#: options/class.WpdiscuzOptions.php:
|
1881 |
-
|
1882 |
-
msgid "Reply to"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#:
|
1886 |
-
|
1887 |
-
msgid "Manage Comment"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
-
#: options/class.WpdiscuzOptions.php:
|
1891 |
-
|
1892 |
-
msgid "Insert Title"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: options/class.WpdiscuzOptions.php:
|
1896 |
-
msgid "
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: options/class.WpdiscuzOptions.php:
|
1900 |
-
msgid "
|
1901 |
msgstr ""
|
1902 |
|
1903 |
-
#:
|
1904 |
-
msgid "
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: options/class.WpdiscuzOptions.php:
|
1908 |
-
msgid "
|
1909 |
msgstr ""
|
1910 |
|
1911 |
-
#: options/class.WpdiscuzOptions.php:
|
1912 |
-
msgid "
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: options/class.WpdiscuzOptions.php:
|
1916 |
-
|
1917 |
-
msgid "Attach an image to this comment"
|
1918 |
msgstr ""
|
1919 |
|
1920 |
-
#: options/class.WpdiscuzOptions.php:
|
1921 |
-
|
1922 |
-
msgid "Change the attached image"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: options/class.WpdiscuzOptions.php:
|
1926 |
-
msgid ""
|
1927 |
-
"File is empty. Please upload something more substantial. This error could "
|
1928 |
-
"also be caused by uploads being disabled in your php.ini or by post_max_size "
|
1929 |
-
"being defined as smaller than upload_max_filesize in php.ini."
|
1930 |
msgstr ""
|
1931 |
|
1932 |
-
#: options/class.WpdiscuzOptions.php:
|
1933 |
-
msgid "
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#:
|
1937 |
-
msgid "
|
1938 |
msgstr ""
|
1939 |
|
1940 |
-
#: options/class.WpdiscuzOptions.php:
|
1941 |
-
|
|
|
1942 |
msgstr ""
|
1943 |
|
1944 |
-
#: options/
|
1945 |
-
|
1946 |
-
|
1947 |
-
msgstr "متسلل؟"
|
1948 |
|
1949 |
-
#: options/
|
1950 |
-
msgid "
|
1951 |
-
msgstr ""
|
1952 |
|
1953 |
-
#: options/
|
1954 |
-
msgid "
|
1955 |
-
msgstr ""
|
1956 |
|
1957 |
-
#: options/class.WpdiscuzOptions.php:
|
1958 |
-
|
|
|
1959 |
msgstr ""
|
1960 |
|
1961 |
-
#: options/class.WpdiscuzOptions.php:
|
1962 |
-
|
|
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: options/class.WpdiscuzOptions.php:
|
1966 |
-
|
|
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: options/
|
1970 |
-
msgid "
|
1971 |
msgstr ""
|
1972 |
|
1973 |
-
#:
|
1974 |
-
msgid "
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: options/
|
1978 |
-
msgid "
|
1979 |
msgstr ""
|
1980 |
|
1981 |
-
#: options/
|
1982 |
-
|
1983 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1984 |
|
1985 |
-
#: options/
|
1986 |
-
msgid "
|
1987 |
msgstr ""
|
1988 |
|
1989 |
-
#: options/
|
1990 |
-
msgid "
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: options/
|
1994 |
-
msgid ""
|
1995 |
-
"All 16 addons in one bundle. Save 90% and get Unlimited Site License with one "
|
1996 |
-
"year premium support."
|
1997 |
msgstr ""
|
1998 |
|
1999 |
-
#: options/class.WpdiscuzOptions.php:
|
2000 |
msgid ""
|
2001 |
-
"
|
2002 |
-
"
|
2003 |
msgstr ""
|
2004 |
-
"
|
2005 |
-
"
|
2006 |
|
2007 |
-
#: options/class.WpdiscuzOptions.php:
|
2008 |
msgid ""
|
2009 |
"Extended information about comment author with Profile, Activity, Votes and "
|
2010 |
"Subscriptions Tabs on pop-up window."
|
2011 |
msgstr ""
|
2012 |
|
2013 |
-
#:
|
2014 |
-
msgid ""
|
2015 |
-
"Real-time online user checking, pop-up notification of new online users and "
|
2016 |
-
"online/offline badges."
|
2017 |
msgstr ""
|
2018 |
|
2019 |
-
#:
|
2020 |
-
msgid ""
|
2021 |
-
"Allows to create private comment threads. Rich management options in "
|
2022 |
-
"dashboard by user roles."
|
2023 |
msgstr ""
|
2024 |
|
2025 |
-
#: options/class.WpdiscuzOptions.php:
|
2026 |
-
msgid ""
|
2027 |
-
"Total control over comment subscriptions. Full list, monitor, manage, filter, "
|
2028 |
-
"unsubscribe, confirm..."
|
2029 |
msgstr ""
|
2030 |
|
2031 |
-
#:
|
2032 |
-
msgid ""
|
2033 |
-
"A full-fledged tool-kit for advertising in comment section of your website. "
|
2034 |
-
"Separate banner and ad managment."
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: options/class.WpdiscuzOptions.php:
|
2038 |
-
msgid ""
|
2039 |
-
"Allows to mention comments and users in comment text using #comment-id and "
|
2040 |
-
"@username tags."
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#:
|
2044 |
-
msgid ""
|
2045 |
-
"See comment likers and voters of each comment. Adds user reputation and "
|
2046 |
-
"badges based on received likes."
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#:
|
2050 |
-
msgid ""
|
2051 |
-
"Comment reporting tools. Auto-moderates comments based on number of flags and "
|
2052 |
-
"dislikes."
|
2053 |
msgstr ""
|
2054 |
-
"أداة التبيلغ عن التعليقات. أداة تلقائية لإدارة التعليقات بناء على عدد "
|
2055 |
-
"التبيلغات والتصويات."
|
2056 |
|
2057 |
-
#: options/class.WpdiscuzOptions.php:
|
2058 |
-
msgid ""
|
2059 |
-
"Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
|
2060 |
-
"options. Uses free translation API."
|
2061 |
msgstr ""
|
2062 |
-
"إضافة ذكية باستخدام AJAX لزر “ترجمة” للتعليقات لـ ٦٠ لغة بإمكانك الاختيار "
|
2063 |
-
"منها. تستخدم هذه الإضافة الترجمات المجانية عبر الـ API."
|
2064 |
|
2065 |
-
#: options/class.WpdiscuzOptions.php:
|
2066 |
-
msgid ""
|
2067 |
-
"AJAX powered front-end comment search. It starts searching while you type "
|
2068 |
-
"search words. "
|
2069 |
msgstr ""
|
2070 |
-
"بحث متطور باستخدام الـ AJAX, يقوم بالبدء بالبحث في التعليقات أثناء كتابتك "
|
2071 |
-
"لكلمة البحث."
|
2072 |
|
2073 |
-
#:
|
2074 |
-
msgid ""
|
2075 |
-
"Most voted comments, Active comment threads, Most commented posts, Active "
|
2076 |
-
"comment authors"
|
2077 |
msgstr ""
|
2078 |
-
"أكثر التعليقات تصويتاً, المواضيع ذات التعليقات النشطة, أكثر المواضيع تعليقاً, "
|
2079 |
-
"المعلّقين النشطين"
|
2080 |
|
2081 |
-
#: options/
|
2082 |
-
msgid ""
|
2083 |
-
"All in one powerful yet simple admin toolkit to moderate comments on front-"
|
2084 |
-
"end."
|
2085 |
msgstr ""
|
2086 |
-
"مجموعة أدوات متطورة وبسيطة في نفس الوقت للمسؤول للإشراف على التعليقات "
|
2087 |
-
"واعتمادها من خلال التدوينة نفسها."
|
2088 |
|
2089 |
-
#:
|
2090 |
-
|
2091 |
-
|
2092 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2093 |
msgstr ""
|
2094 |
-
"النظام الموسّع الخاصة بمرفقات التعليقات. قم بالسماح بإرفاق الصور والفيديو "
|
2095 |
-
"والصوت وأنواع أخرى من الملفات."
|
2096 |
|
2097 |
-
#:
|
2098 |
-
|
2099 |
-
|
2100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2101 |
msgstr ""
|
2102 |
-
"لا تقم بإضافة رمز التحقق على جميع استمارات التعليق. قم بإيقاف التعليقات "
|
2103 |
-
"المزعجة والتعليقات التلقائية من خلال reCAPTCHA الخاص بجوجل"
|
2104 |
|
2105 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2106 |
msgid ""
|
2107 |
-
"
|
2108 |
-
"
|
2109 |
msgstr ""
|
2110 |
-
"دمج الشارات والمرتبات الخاصة بـ myCRED. قم بتحويل التعليقات الخاصة بـ "
|
2111 |
-
"wpDiscuz من نظام التصويت والإعجاب إلى نظام النقاط الخاص بـ myCRED."
|
2112 |
|
2113 |
-
#:
|
2114 |
-
msgid "
|
|
|
|
|
|
|
|
|
2115 |
msgstr ""
|
2116 |
|
2117 |
-
#: options/class.WpdiscuzOptions.php:
|
2118 |
msgid ""
|
2119 |
-
"
|
2120 |
-
"
|
2121 |
-
"
|
2122 |
-
"text, dropdown, rating, checkboxes, etc..."
|
2123 |
msgstr ""
|
2124 |
|
2125 |
-
#: options/
|
2126 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2127 |
msgstr ""
|
2128 |
|
2129 |
-
#: options/
|
2130 |
msgid ""
|
2131 |
-
"
|
|
|
|
|
|
|
2132 |
msgstr ""
|
2133 |
|
2134 |
-
#: options/
|
2135 |
-
|
|
|
2136 |
msgstr ""
|
2137 |
|
2138 |
-
#: options/
|
2139 |
-
|
2140 |
-
"
|
2141 |
-
"sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
|
2142 |
-
"add banners and control ads in this section."
|
2143 |
msgstr ""
|
2144 |
|
2145 |
-
#: options/
|
2146 |
-
msgid "
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: options/
|
2150 |
-
msgid ""
|
2151 |
-
"Using wpDiscuz User & Comment Mentioning addon you can allow commenters "
|
2152 |
-
"mention comments and users in comment text using #comment-id and @username "
|
2153 |
-
"tags."
|
2154 |
msgstr ""
|
2155 |
|
2156 |
-
#: options/
|
2157 |
-
msgid ""
|
2158 |
-
"wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
|
2159 |
-
"Adds user reputation and badges based on received likes."
|
2160 |
msgstr ""
|
2161 |
|
2162 |
-
#: options/
|
2163 |
-
msgid ""
|
2164 |
-
"Let your commenters help you to determine and remove spam comments. wpDiscuz "
|
2165 |
-
"Report and Flagging addon comes with comment reporting tools. Automaticaly "
|
2166 |
-
"auto-moderates comments based on number of flags and dislikes."
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: options/class.WpdiscuzOptions.php:
|
2170 |
-
|
|
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: options/class.WpdiscuzOptions.php:
|
2174 |
-
|
2175 |
-
"
|
2176 |
-
"language. Make your comments comprehensible for all visitors using wpDiscuz "
|
2177 |
-
"Comment Translation addon. It adds smart and intuitive AJAX 'Translate' "
|
2178 |
-
"button with 60 language translation options. Uses free translation API."
|
2179 |
msgstr ""
|
2180 |
|
2181 |
-
#: options/class.WpdiscuzOptions.php:
|
2182 |
-
|
|
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: options/
|
2186 |
-
msgid ""
|
2187 |
-
"You can let website visitor search in comments. It's always more attractive "
|
2188 |
-
"to find a comment about something that interest you. Using wpDiscuz Comment "
|
2189 |
-
"Search addon you'll get a nice, AJAX powered front-end comment search form "
|
2190 |
-
"above comment list."
|
2191 |
msgstr ""
|
2192 |
|
2193 |
-
#: options/class.WpdiscuzOptions.php:
|
2194 |
-
msgid "
|
2195 |
msgstr ""
|
2196 |
|
2197 |
-
#:
|
2198 |
-
|
2199 |
-
|
2200 |
-
"commented posts, Active comment authors widgets are available in wpDiscuz "
|
2201 |
-
"Widgets Addon"
|
2202 |
msgstr ""
|
2203 |
|
2204 |
-
#:
|
2205 |
-
|
|
|
2206 |
msgstr ""
|
2207 |
|
2208 |
-
#: options/
|
2209 |
-
msgid ""
|
2210 |
-
"You can moderate comments on front-end using all in one powerful yet simple "
|
2211 |
-
"wpDiscuz Frontend Moderation addon."
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: options/class.WpdiscuzOptions.php:
|
2215 |
-
msgid ""
|
2216 |
-
"You can let website visitors attach images and files to comments and embed "
|
2217 |
-
"video/audio content using wpDiscuz Media Uploader addon."
|
2218 |
msgstr ""
|
2219 |
|
2220 |
-
#: options/class.WpdiscuzOptions.php:
|
2221 |
-
|
|
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#:
|
2225 |
-
|
2226 |
-
|
2227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: options/
|
2231 |
-
msgid "
|
2232 |
-
msgstr ""
|
2233 |
|
2234 |
-
#: options/
|
2235 |
-
msgid "
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: options/
|
2239 |
-
msgid "
|
2240 |
-
msgstr "
|
2241 |
|
2242 |
-
#:
|
2243 |
-
msgid "
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: options/class.WpdiscuzOptions.php:
|
2247 |
-
msgid "
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: options/
|
2251 |
-
msgid "
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: options/
|
2255 |
-
msgid "
|
|
|
|
|
|
|
|
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: options/
|
2259 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: options/
|
2263 |
-
|
2264 |
-
|
2265 |
-
msgid "Regenerate Vote Metas"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: options/
|
2269 |
-
msgid "
|
2270 |
msgstr ""
|
2271 |
|
2272 |
-
#: options/
|
2273 |
-
|
2274 |
-
#: options/tools-layouts/regenerate-closed-comments.php:18
|
2275 |
-
msgid "Regenerate Closed Comments"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: options/
|
2279 |
-
msgid "
|
|
|
|
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: options/class.WpdiscuzOptions.php:
|
2283 |
-
|
2284 |
-
#: options/tools-layouts/regenerate-vote-data.php:18
|
2285 |
-
msgid "Regenerate Vote Data"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: options/class.WpdiscuzOptions.php:
|
2289 |
-
|
2290 |
-
|
2291 |
-
|
|
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: options/class.WpdiscuzOptions.php:
|
2295 |
-
|
2296 |
-
#: options/tools-layouts/sync-commenter-data.php:16
|
2297 |
-
msgid "Synchronize Commenters Data"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#: options/class.WpdiscuzOptions.php:
|
2301 |
-
msgid "
|
|
|
|
|
|
|
|
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#:
|
2305 |
-
msgid "
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: options/class.WpdiscuzOptions.php:
|
2309 |
-
msgid ""
|
2310 |
-
"wpDiscuz uses WordPress functions to keep guest Name, Email and Website "
|
2311 |
-
"information in cookies. Those are used to fill according fields of comment "
|
2312 |
-
"form on next commenting time. Set this option value -1 to make it unlimited. "
|
2313 |
-
"Set this option value 0 to clear those data when user closes browser."
|
2314 |
msgstr ""
|
2315 |
|
2316 |
-
#:
|
2317 |
-
msgid "
|
2318 |
msgstr ""
|
2319 |
|
2320 |
-
#: options/class.WpdiscuzOptions.php:
|
2321 |
-
msgid "
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: options/class.WpdiscuzOptions.php:
|
2325 |
-
msgid "
|
2326 |
msgstr ""
|
2327 |
|
2328 |
-
#: options/class.WpdiscuzOptions.php:
|
2329 |
-
msgid "
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: options/class.WpdiscuzOptions.php:
|
2333 |
-
msgid "reCAPTCHA
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
#: options/
|
2337 |
-
msgid "
|
|
|
|
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#:
|
2341 |
-
msgid "
|
|
|
|
|
|
|
|
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
|
2345 |
-
msgid "
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: options/class.WpdiscuzOptions.php:
|
2349 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: options/
|
2353 |
-
msgid "
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: options/class.WpdiscuzOptions.php:
|
2357 |
-
msgid "
|
|
|
|
|
2358 |
msgstr ""
|
|
|
2359 |
|
2360 |
-
#: options/
|
2361 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
2362 |
msgstr ""
|
2363 |
|
2364 |
-
#: options/
|
2365 |
-
msgid "
|
|
|
|
|
2366 |
msgstr ""
|
2367 |
|
2368 |
-
#: options/
|
2369 |
-
msgid "
|
|
|
|
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
#: options/
|
2373 |
msgid ""
|
2374 |
-
"
|
2375 |
-
"
|
2376 |
-
"pop-up window allowing commenters manage their content and settings."
|
2377 |
msgstr ""
|
2378 |
|
2379 |
-
#: options/
|
2380 |
-
msgid "
|
|
|
|
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: options/
|
2384 |
-
#, php-format
|
2385 |
msgid ""
|
2386 |
-
"
|
2387 |
-
"
|
2388 |
-
"you use some plugin with User Profile page, you should keep this option "
|
2389 |
-
"enabled. wpDiscuz is well integrated with %s, BuddyPress and Ultimate Member "
|
2390 |
-
"profile builder plugins."
|
2391 |
msgstr ""
|
2392 |
|
2393 |
-
#: options/
|
2394 |
-
msgid "
|
2395 |
-
|
|
|
|
|
2396 |
|
2397 |
-
#: options/
|
|
|
2398 |
msgid ""
|
2399 |
-
"
|
2400 |
-
"
|
2401 |
-
"
|
|
|
2402 |
msgstr ""
|
2403 |
-
"في بعض الأحيان يقوم الأعضاء المسجلين بالتعليق كضيف في المدونة بدون تسجيل "
|
2404 |
-
"الدخول, ويقومون باستخدام البريد الالكتروني ذاته, wpDiscuz بإمكانها كشف الحساب "
|
2405 |
-
"باستخدام البريد الالكتروني الخاص بالضيف وتقوم بعرض وسم العضو بشكل صحيح."
|
2406 |
|
2407 |
-
#: options/
|
2408 |
-
msgid "
|
|
|
|
|
|
|
2409 |
msgstr ""
|
2410 |
|
2411 |
-
#: options/
|
2412 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2413 |
msgstr ""
|
2414 |
|
2415 |
-
#: options/
|
|
|
2416 |
msgid ""
|
2417 |
-
"
|
2418 |
-
"
|
2419 |
-
"
|
2420 |
-
"
|
2421 |
-
"
|
2422 |
-
"
|
|
|
2423 |
msgstr ""
|
2424 |
|
2425 |
-
#: options/class.WpdiscuzOptions.php:
|
2426 |
msgid ""
|
2427 |
-
"
|
2428 |
-
"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
-
#: options/class.WpdiscuzOptions.php:
|
2432 |
-
msgid "
|
|
|
|
|
|
|
|
|
2433 |
msgstr ""
|
2434 |
|
2435 |
-
#: options/class.WpdiscuzOptions.php:
|
2436 |
-
msgid "
|
|
|
|
|
|
|
2437 |
msgstr ""
|
2438 |
|
2439 |
-
#: options/class.WpdiscuzOptions.php:
|
2440 |
-
msgid "
|
|
|
|
|
|
|
|
|
2441 |
msgstr ""
|
2442 |
|
2443 |
-
#: options/class.WpdiscuzOptions.php:
|
2444 |
msgid ""
|
2445 |
-
"
|
2446 |
-
"
|
2447 |
-
"
|
|
|
2448 |
msgstr ""
|
2449 |
|
2450 |
-
#: options/class.WpdiscuzOptions.php:
|
2451 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
2452 |
msgstr ""
|
2453 |
|
2454 |
-
#: options/class.WpdiscuzOptions.php:
|
2455 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2456 |
msgstr ""
|
2457 |
|
2458 |
-
#:
|
2459 |
-
msgid "
|
2460 |
msgstr ""
|
2461 |
|
2462 |
-
#: options/class.WpdiscuzOptions.php:
|
2463 |
-
|
2464 |
-
|
|
|
2465 |
|
2466 |
-
#: options/class.WpdiscuzOptions.php:
|
2467 |
-
msgid "
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: options/class.WpdiscuzOptions.php:
|
2471 |
-
msgid "
|
2472 |
msgstr ""
|
2473 |
|
2474 |
-
#: options/class.WpdiscuzOptions.php:
|
2475 |
-
|
|
|
2476 |
msgstr ""
|
2477 |
|
2478 |
-
#: options/
|
2479 |
-
|
2480 |
-
|
|
|
2481 |
|
2482 |
-
#: options/class.WpdiscuzOptions.php:
|
2483 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2484 |
msgstr ""
|
2485 |
|
2486 |
-
|
2487 |
-
msgid "
|
2488 |
msgstr ""
|
2489 |
|
2490 |
-
|
2491 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2492 |
msgstr ""
|
2493 |
|
2494 |
-
#: options/class.WpdiscuzOptions.php:
|
2495 |
-
msgid "
|
2496 |
msgstr ""
|
2497 |
|
2498 |
-
#:
|
2499 |
-
|
|
|
|
|
|
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: options/
|
2503 |
-
msgid "
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#:
|
2507 |
-
msgid "
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#:
|
2511 |
-
msgid "
|
2512 |
msgstr ""
|
2513 |
|
2514 |
-
#:
|
2515 |
-
msgid "
|
2516 |
msgstr ""
|
2517 |
|
2518 |
-
#: options/
|
2519 |
-
msgid "
|
2520 |
msgstr ""
|
2521 |
|
2522 |
-
#:
|
2523 |
-
msgid "
|
2524 |
msgstr ""
|
2525 |
|
2526 |
-
#: options/
|
2527 |
-
|
|
|
|
|
2528 |
msgstr ""
|
2529 |
|
2530 |
-
#: options/class.WpdiscuzOptions.php:
|
2531 |
-
msgid "
|
|
|
|
|
|
|
2532 |
msgstr ""
|
2533 |
|
2534 |
-
#: options/
|
2535 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
2536 |
msgstr ""
|
2537 |
|
2538 |
-
#: options/class.WpdiscuzOptions.php:
|
2539 |
-
msgid "
|
|
|
|
|
|
|
|
|
2540 |
msgstr ""
|
2541 |
|
2542 |
-
#: options/class.WpdiscuzOptions.php:
|
2543 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
2544 |
msgstr ""
|
2545 |
|
2546 |
-
#:
|
2547 |
-
msgid "
|
|
|
|
|
2548 |
msgstr ""
|
2549 |
|
2550 |
-
#: options/class.WpdiscuzOptions.php:
|
2551 |
-
msgid "
|
|
|
|
|
|
|
2552 |
msgstr ""
|
2553 |
|
2554 |
-
#: options/
|
2555 |
-
|
|
|
|
|
|
|
|
|
2556 |
msgstr ""
|
2557 |
|
2558 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
2559 |
msgid ""
|
2560 |
-
"
|
2561 |
-
"
|
2562 |
-
"
|
2563 |
-
"star ratings. Even though those results are not at the top of search engine "
|
2564 |
-
"results page, those sites caught people attention first."
|
2565 |
msgstr ""
|
2566 |
|
2567 |
-
#: options/
|
2568 |
-
msgid "
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: options/
|
2572 |
-
msgid "
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: options/class.WpdiscuzOptions.php:
|
2576 |
-
msgid "
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: options/
|
2580 |
-
msgid "Comment
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#: options/
|
2584 |
-
|
2585 |
-
"
|
2586 |
-
"page loading is complete, this option will initiate AJAX request and load "
|
2587 |
-
"comments without affecting page loading speed. Also, you can select the [View "
|
2588 |
-
"Comments] button option to allow visitors load comments manually whenever "
|
2589 |
-
"they want."
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: options/
|
2593 |
-
msgid "
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: options/
|
2597 |
-
msgid ""
|
2598 |
-
"If this option is enabled only parent comments will be displayed. This "
|
2599 |
-
"increases page load speed and keeps pages light. If visitor wants to read "
|
2600 |
-
"replies he/she just need to click on [view replies (12)] button located on "
|
2601 |
-
"all parent comments which have replies."
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: options/
|
2605 |
-
msgid "
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: options/
|
2609 |
-
|
|
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#:
|
2613 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#: options/class.WpdiscuzOptions.php:
|
2617 |
msgid ""
|
2618 |
-
"
|
2619 |
-
"
|
2620 |
-
"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
-
#: options/class.WpdiscuzOptions.php:
|
2624 |
-
msgid "
|
|
|
|
|
|
|
|
|
2625 |
msgstr ""
|
2626 |
|
2627 |
-
#: options/class.WpdiscuzOptions.php:
|
2628 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2629 |
msgstr ""
|
2630 |
|
2631 |
-
#: options/
|
2632 |
msgid ""
|
2633 |
-
"
|
2634 |
-
"
|
|
|
|
|
|
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: options/
|
2638 |
-
msgid "
|
2639 |
msgstr ""
|
2640 |
|
2641 |
-
#: options/class.WpdiscuzOptions.php:
|
2642 |
msgid ""
|
2643 |
-
"
|
2644 |
-
"
|
2645 |
-
"
|
2646 |
-
"you should enable the checkbox on beginning of the same option."
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: options/
|
2650 |
-
|
|
|
2651 |
msgstr ""
|
2652 |
|
2653 |
-
#: options/
|
2654 |
-
msgid "
|
2655 |
msgstr ""
|
2656 |
|
2657 |
-
#: options/
|
2658 |
-
msgid "
|
2659 |
msgstr ""
|
2660 |
|
2661 |
-
#: options/class.WpdiscuzOptions.php:
|
2662 |
-
msgid "
|
2663 |
msgstr ""
|
2664 |
|
2665 |
-
#: options/class.WpdiscuzOptions.php:
|
2666 |
-
|
|
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#: options/
|
2670 |
-
msgid "
|
2671 |
msgstr ""
|
2672 |
|
2673 |
-
#: options/
|
2674 |
-
msgid "
|
2675 |
msgstr ""
|
2676 |
|
2677 |
-
#: options/class.WpdiscuzOptions.php:
|
2678 |
-
|
|
|
2679 |
msgstr ""
|
2680 |
|
2681 |
-
#: options/
|
2682 |
-
msgid "
|
2683 |
msgstr ""
|
2684 |
|
2685 |
-
#: options/class.WpdiscuzOptions.php:
|
2686 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: options/class.WpdiscuzOptions.php:
|
2690 |
-
msgid "
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#:
|
2694 |
-
msgid ""
|
2695 |
-
"This option only related to avatars in comment system. For sitewide avatar "
|
2696 |
-
"control, please use WordPress native avatar settings in Dashboard > Settings "
|
2697 |
-
"> Discussions admin page."
|
2698 |
msgstr ""
|
2699 |
|
2700 |
-
#:
|
2701 |
-
msgid "
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#:
|
2705 |
-
msgid "
|
2706 |
msgstr ""
|
2707 |
|
2708 |
-
#: options/class.WpdiscuzOptions.php:
|
2709 |
-
msgid "
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: options/
|
2713 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: options/class.WpdiscuzOptions.php:
|
2717 |
-
msgid "
|
|
|
|
|
2718 |
msgstr ""
|
|
|
|
|
2719 |
|
2720 |
-
#: options/class.WpdiscuzOptions.php:
|
2721 |
msgid ""
|
2722 |
-
"
|
2723 |
-
"
|
2724 |
-
"custom comment styling."
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: options/class.WpdiscuzOptions.php:
|
2728 |
-
|
|
|
|
|
|
|
|
|
|
|
2729 |
msgstr ""
|
2730 |
|
2731 |
-
#: options/
|
2732 |
-
msgid "
|
2733 |
msgstr ""
|
2734 |
|
2735 |
-
#:
|
2736 |
-
msgid "
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: options/
|
2740 |
msgid ""
|
2741 |
-
"
|
2742 |
-
"
|
2743 |
-
"new version icons, thus some wpDiscuz icons might be lost."
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: options/
|
2747 |
-
msgid "
|
2748 |
-
msgstr "أكواد CSS مخصصة"
|
2749 |
-
|
2750 |
-
#: options/class.WpdiscuzOptions.php:2418
|
2751 |
-
msgid "Subscription and User Following"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#: options/class.WpdiscuzOptions.php:
|
2755 |
-
msgid "
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: options/
|
2759 |
-
#, php-format
|
2760 |
msgid ""
|
2761 |
-
"
|
2762 |
-
"
|
2763 |
-
"enabled. To get an advanced user mentioning features and to be able mention "
|
2764 |
-
"comments by #CommentID, we recommend the %s addon."
|
2765 |
-
msgstr ""
|
2766 |
-
|
2767 |
-
#: options/class.WpdiscuzOptions.php:2433
|
2768 |
-
msgid "Send E-Mail Notification to Mentioned Users"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
-
#: options/
|
2772 |
-
msgid "
|
2773 |
msgstr ""
|
2774 |
|
2775 |
-
#: options/class.WpdiscuzOptions.php:
|
2776 |
-
msgid "
|
2777 |
-
msgstr ""
|
2778 |
|
2779 |
-
#: options/
|
2780 |
-
msgid "
|
2781 |
msgstr ""
|
2782 |
|
2783 |
-
#: options/
|
2784 |
-
msgid "
|
2785 |
msgstr ""
|
2786 |
|
2787 |
-
#: options/
|
2788 |
-
msgid "
|
|
|
|
|
2789 |
msgstr ""
|
2790 |
|
2791 |
-
#: options/
|
2792 |
msgid ""
|
2793 |
-
"
|
2794 |
-
"
|
2795 |
-
"comment form. You can disable this subscription way by unchecking this option."
|
2796 |
msgstr ""
|
2797 |
-
"wpDiscuz هي الإضافة الوحيدة التي تمكنك من الاشتراك لاستلام تنبيهات عن الردود "
|
2798 |
-
"على تعليقات محددة. هذا الخيار موجود أعلى زر [Post Comment] في استمارة "
|
2799 |
-
"التعليق. بإمكانك تعطيل الاشتراك بهذه الطريقة عبر إلغاء تفعيل هذا الخيار."
|
2800 |
|
2801 |
-
#: options/class.WpdiscuzOptions.php:
|
2802 |
msgid ""
|
2803 |
"Keep checked the \"Notify of new replies to this comment\" option by default"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: options/class.WpdiscuzOptions.php:
|
2807 |
-
msgid "
|
2808 |
-
msgstr "
|
2809 |
|
2810 |
-
#: options/class.WpdiscuzOptions.php:
|
2811 |
msgid ""
|
2812 |
-
"
|
2813 |
-
"
|
|
|
|
|
|
|
2814 |
msgstr ""
|
2815 |
-
"يقوم Postmatic بالسماح للأعضاء بالاشتراك لاستلام التنبيهات, وبدلاً من فقط "
|
2816 |
-
"استلام التنبيه, سيكون بإمكانهم الرد على التعليق عبر الرد عليه من خلال الايميل "
|
2817 |
-
"نفسه."
|
2818 |
|
2819 |
-
#: options/
|
2820 |
-
msgid "
|
2821 |
msgstr ""
|
2822 |
|
2823 |
-
#: options/
|
2824 |
-
msgid "
|
2825 |
-
msgstr ""
|
2826 |
|
2827 |
-
#:
|
2828 |
-
msgid "
|
2829 |
msgstr ""
|
2830 |
|
2831 |
-
#: options/
|
2832 |
-
msgid "
|
2833 |
msgstr ""
|
2834 |
|
2835 |
-
#: options/
|
2836 |
-
msgid "
|
2837 |
msgstr ""
|
2838 |
|
2839 |
-
#:
|
2840 |
-
msgid "
|
2841 |
msgstr ""
|
2842 |
|
2843 |
-
#: options/class.WpdiscuzOptions.php:
|
2844 |
-
|
|
|
|
|
2845 |
msgstr ""
|
2846 |
|
2847 |
-
#: options/
|
2848 |
-
msgid "
|
2849 |
msgstr ""
|
2850 |
|
2851 |
-
#: options/
|
2852 |
-
msgid "
|
2853 |
msgstr ""
|
2854 |
|
2855 |
-
#: options/
|
2856 |
-
msgid "
|
2857 |
msgstr ""
|
2858 |
|
2859 |
-
#:
|
2860 |
-
msgid "
|
2861 |
msgstr ""
|
2862 |
|
2863 |
-
#: options/
|
2864 |
-
msgid "
|
2865 |
msgstr ""
|
2866 |
|
2867 |
-
#: options/
|
2868 |
-
msgid ""
|
2869 |
-
"This option allows control commenting activity per user. You can set maximum "
|
2870 |
-
"number of comments users can leave per post or sitewide. It also allow to set "
|
2871 |
-
"restriction for comments or for replies only."
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: options/
|
2875 |
-
msgid "
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: options/
|
2879 |
-
msgid "
|
2880 |
msgstr ""
|
2881 |
|
2882 |
-
#: options/
|
2883 |
-
msgid ""
|
2884 |
-
"
|
2885 |
-
"textarea. Leave the max value empty to remove the limit."
|
2886 |
-
msgstr ""
|
2887 |
|
2888 |
-
#: options/
|
2889 |
-
msgid "
|
2890 |
msgstr ""
|
2891 |
|
2892 |
-
#: options/
|
2893 |
-
|
|
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#: options/class.WpdiscuzOptions.php:
|
2897 |
-
msgid "
|
2898 |
-
|
2899 |
-
|
2900 |
-
|
2901 |
-
msgid "Enable Media Uploading"
|
2902 |
msgstr ""
|
2903 |
|
2904 |
-
#: options/
|
2905 |
-
msgid "
|
2906 |
msgstr ""
|
2907 |
|
2908 |
-
#: options/class.WpdiscuzOptions.php:
|
2909 |
-
msgid "
|
2910 |
msgstr ""
|
2911 |
|
2912 |
-
#: options/
|
2913 |
-
msgid "
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#:
|
2917 |
-
msgid "
|
2918 |
msgstr ""
|
2919 |
|
2920 |
-
#:
|
2921 |
-
msgid "
|
2922 |
msgstr ""
|
2923 |
|
2924 |
-
#: options/class.WpdiscuzOptions.php:
|
2925 |
-
msgid ""
|
2926 |
-
"You can not set this value more than 'upload_max_filesize' and "
|
2927 |
-
"'post_max_size'. If you want to increase server parameters please contact to "
|
2928 |
-
"your hosting service support."
|
2929 |
msgstr ""
|
2930 |
|
2931 |
-
#:
|
2932 |
-
msgid "
|
2933 |
msgstr ""
|
2934 |
|
2935 |
-
#: options/class.WpdiscuzOptions.php:
|
2936 |
-
msgid "
|
2937 |
msgstr ""
|
2938 |
|
2939 |
-
#: options/class.WpdiscuzOptions.php:
|
2940 |
-
msgid "
|
2941 |
msgstr ""
|
2942 |
|
2943 |
-
#: options/class.WpdiscuzOptions.php:
|
2944 |
-
msgid ""
|
2945 |
-
"Once image is uploaded, it'll generate thumbnails according to your selected "
|
2946 |
-
"sizes. When you set up a new WordPress website, the platform gives you three "
|
2947 |
-
"image sizes to play with: thumbnail, medium, and large (plus the file's "
|
2948 |
-
"original resolution). You may have other options and sizes which are "
|
2949 |
-
"registered by current active theme and by other plugins."
|
2950 |
msgstr ""
|
2951 |
|
2952 |
-
#: options/
|
2953 |
-
msgid "Live
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: options/
|
2957 |
-
|
2958 |
-
msgid "Comment Bubble"
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: options/
|
2962 |
-
msgid ""
|
2963 |
-
"Comment Bubble is a real-time updating sticky comment icon on your web pages. "
|
2964 |
-
"It invites people to comment, displays current comments information and "
|
2965 |
-
"notifies current page viewers about new comments."
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: options/class.WpdiscuzOptions.php:
|
2969 |
-
msgid "
|
|
|
|
|
|
|
|
|
2970 |
msgstr ""
|
2971 |
|
2972 |
-
#: options/class.WpdiscuzOptions.php:
|
2973 |
-
msgid "
|
2974 |
msgstr ""
|
2975 |
|
2976 |
-
#: options/
|
2977 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2978 |
msgstr ""
|
2979 |
|
2980 |
-
#: options/
|
2981 |
-
msgid ""
|
2982 |
-
"If the Bubble live update is enabled, it shows new comments excerpts as a pop-"
|
2983 |
-
"up information to article reads in real-time. This keeps website visitors up "
|
2984 |
-
"to date and engages them join to the discussion."
|
2985 |
msgstr ""
|
2986 |
|
2987 |
-
#: options/class.WpdiscuzOptions.php:
|
2988 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2989 |
msgstr ""
|
2990 |
|
2991 |
-
#: options/
|
2992 |
-
msgid ""
|
2993 |
-
"
|
2994 |
-
|
2995 |
-
|
2996 |
-
"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#:
|
3000 |
-
msgid "
|
3001 |
msgstr ""
|
3002 |
|
3003 |
-
#:
|
3004 |
-
msgid "
|
3005 |
-
msgstr "
|
3006 |
|
3007 |
-
#:
|
3008 |
-
msgid ""
|
3009 |
-
"wpDiscuz live update is very light and doesn't overload your server. However "
|
3010 |
-
"we recommend to monitor your server resources if you're on a Shared hosting "
|
3011 |
-
"plan. There are some very weak hosting plans which may not be able to perform "
|
3012 |
-
"very frequently live update requests. If you found some issue you can set the "
|
3013 |
-
"option below 30 seconds or more."
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#:
|
3017 |
-
msgid "
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: options/class.WpdiscuzOptions.php:
|
3021 |
-
msgid "
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: options/class.WpdiscuzOptions.php:
|
3025 |
-
msgid "
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: options/class.WpdiscuzOptions.php:
|
3029 |
-
msgid "
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: options/
|
3033 |
-
msgid ""
|
3034 |
-
"This filter button appears next to all filter buttons and comment sorting "
|
3035 |
-
"options. It allows to filter and display article inline feedbacks (comments "
|
3036 |
-
"made while reading current article)."
|
3037 |
msgstr ""
|
3038 |
|
3039 |
-
#: options/class.WpdiscuzOptions.php:
|
3040 |
-
|
|
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: options/
|
3044 |
-
msgid ""
|
3045 |
-
"Once a question is added in article editor (backend), readers will see a "
|
3046 |
-
"small comment icon (call to leave a feedback) next to the text part you've "
|
3047 |
-
"selected for your question on article (front-end). This icon calls people to "
|
3048 |
-
"leave a feedback, using the type you've selected in this option. For example, "
|
3049 |
-
"if you've chosen the \"Blink\" option, once reader scrolled and reached to "
|
3050 |
-
"the article text with question, it animates with comment button size and "
|
3051 |
-
"color changes attracting readers attention."
|
3052 |
msgstr ""
|
3053 |
|
3054 |
-
#: options/
|
3055 |
-
msgid "
|
3056 |
-
msgstr "
|
3057 |
|
3058 |
-
#: options/
|
3059 |
-
msgid "
|
3060 |
msgstr ""
|
3061 |
|
3062 |
-
#: options/
|
3063 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: options/class.WpdiscuzOptions.php:
|
3067 |
-
msgid ""
|
3068 |
-
"By disabling this option you're automatically enabling wpDiscuz custom AJAX "
|
3069 |
-
"functions, which are many times faster that the default WordPress functions. "
|
3070 |
-
"Just make sure it doesn't conflict with your plugins."
|
3071 |
msgstr ""
|
3072 |
|
3073 |
-
#:
|
3074 |
-
msgid "
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: options/class.WpdiscuzOptions.php:
|
3078 |
-
msgid "
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: options/class.WpdiscuzOptions.php:
|
3082 |
-
msgid "
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: options/class.WpdiscuzOptions.php:
|
3086 |
-
msgid ""
|
3087 |
-
"This option detects images and other contents with non-https source URLs and "
|
3088 |
-
"fix according to your selected logic."
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#: options/
|
3092 |
-
msgid "
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#: options/
|
3096 |
-
msgid "
|
3097 |
msgstr ""
|
3098 |
|
3099 |
-
#: options/class.WpdiscuzOptions.php:
|
3100 |
-
msgid ""
|
3101 |
-
"wpDiscuz shows Human Readable date format. If you check this option it'll "
|
3102 |
-
"show the date/time format set in WordPress General Settings."
|
3103 |
msgstr ""
|
3104 |
-
"يقوم wpDiscuz بتنسيق البيانات بشكل مقروء. إذا قمت بتحديد هذا الاختيار, سيقوم "
|
3105 |
-
"بعرض بيانات الوقت والتاريخ بالشكل الذي قمت بتحديده في إعدادات الووردبريس."
|
3106 |
|
3107 |
-
#:
|
3108 |
-
msgid "
|
3109 |
-
msgstr ""
|
3110 |
|
3111 |
-
#: options/
|
3112 |
-
msgid ""
|
3113 |
-
"By default, comment date is displayed with the human readable format, such as "
|
3114 |
-
"[X days ago]. For some languages, you may need to change the sequence of "
|
3115 |
-
"words in this date. This option provides shordcodes for each word allowing "
|
3116 |
-
"you manage the order. [number] is the 'X', [time_unit] is the 'days', "
|
3117 |
-
"[adjective] is the 'ago'."
|
3118 |
msgstr ""
|
3119 |
|
3120 |
-
#: options/
|
3121 |
-
msgid "
|
3122 |
msgstr ""
|
3123 |
|
3124 |
-
#: options/
|
3125 |
-
msgid ""
|
3126 |
-
"wpDiscuz phrase system allows you to translate all front-end phrases. However "
|
3127 |
-
"if you have a multi-language website it'll not allow you to add more than one "
|
3128 |
-
"language translation. The only way to get it is the plugin translation files "
|
3129 |
-
"(.PO / .MO). If wpDiscuz has the languages you need you should check this "
|
3130 |
-
"option to disable phrase system and it'll automatically translate all phrases "
|
3131 |
-
"based on language files according to current language."
|
3132 |
msgstr ""
|
3133 |
-
"نظام العبارات الخاص بـ wpDiscuz يسمح لك بترجمة جميع العبارات الظاهرة. لكن, "
|
3134 |
-
"إذا كان لديك موقع يحتوي على عدة لغات, لن يقوم بالسماح لك بإضافة أكثر من لغة. "
|
3135 |
-
"الطريقة الوحيدة للحصول عليه هو عبر ملفات الترجمة الخاصة بالإضافة (.PO / ."
|
3136 |
-
"MO). إذا كان wpDiscuz يحتوي على اللغة التي تريد, قم بتحديد هذا الخيار لتعطيل "
|
3137 |
-
"نظام العبارات, وسيقوم بشكل تلقائي بترجمة جميع العبارات بناء على ملفات اللغة "
|
3138 |
-
"وفقاً للغة الحالية."
|
3139 |
|
3140 |
-
#: options/
|
3141 |
-
msgid ""
|
3142 |
-
"Help wpDiscuz to grow allowing people to recognize which comment plugin you "
|
3143 |
-
"use"
|
3144 |
msgstr ""
|
3145 |
-
"ساعد wpDiscuz على النمو عبر السماح لزوارك بمعرفة اسم الإضافة التي تستخدمها"
|
3146 |
|
3147 |
-
#: options/
|
3148 |
-
msgid ""
|
3149 |
-
"
|
3150 |
-
"thank to the hard work we do for you totally free. This option adds a very "
|
3151 |
-
"small (16x16px) icon under the comment section which will allow your site "
|
3152 |
-
"visitors recognize the name of comment solution you use."
|
3153 |
-
msgstr ""
|
3154 |
-
"من فضلك قم بتحديد هذا الاختيار لمساعدة wpDiscuz على الحصول على شهرة أكثر كشكر "
|
3155 |
-
"منك على العمل الدؤوب الذي قمنا به لك مجاناً. هذا الخيار سيقوم بعرض أيقونة "
|
3156 |
-
"صغيرة جداً (١٦x١٦بيكسل) تحت قسم التعليقات, والتي بدورها ستسمح لزوار موقعك "
|
3157 |
-
"بالتعرف على اسم الإضافة الخاصة بالتعليقات التي تستخدمها."
|
3158 |
|
3159 |
-
#: options/
|
3160 |
-
msgid "
|
3161 |
-
msgstr ""
|
3162 |
|
3163 |
-
#: options/
|
3164 |
-
msgid "
|
3165 |
-
msgstr ""
|
3166 |
|
3167 |
-
#: options/
|
3168 |
-
msgid "
|
3169 |
msgstr ""
|
3170 |
|
3171 |
-
#: options/
|
3172 |
-
|
3173 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: options/
|
3177 |
-
msgid "
|
3178 |
msgstr ""
|
3179 |
|
3180 |
-
#: options/
|
3181 |
-
msgid "
|
3182 |
msgstr ""
|
3183 |
|
3184 |
-
#:
|
3185 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3186 |
msgstr ""
|
3187 |
|
3188 |
-
#: options/
|
3189 |
-
#: options/html-
|
3190 |
-
|
3191 |
-
|
|
|
3192 |
|
3193 |
-
#:
|
3194 |
-
msgid "
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: options/
|
3198 |
-
msgid "
|
3199 |
msgstr ""
|
3200 |
|
3201 |
-
#: options/html-
|
3202 |
-
|
3203 |
-
|
3204 |
-
|
3205 |
-
"plugin. All essential and even dozens of extra-cool features are already "
|
3206 |
-
"available for free in the core wpDiscuz plugin. There are not any limits, any "
|
3207 |
-
"pro and paid versions of wpDiscuz. We have another dozens of awesome features "
|
3208 |
-
"in our to-do list which will be added for free in the future releases."
|
3209 |
-
msgstr ""
|
3210 |
|
3211 |
-
#: options/
|
3212 |
-
msgid "
|
3213 |
-
msgstr ""
|
3214 |
|
3215 |
-
#: options/html-
|
3216 |
-
|
3217 |
-
|
|
|
|
|
|
|
|
|
3218 |
|
3219 |
-
#: options/
|
3220 |
-
msgid "
|
3221 |
-
msgstr ""
|
3222 |
|
3223 |
-
#: options/
|
3224 |
-
msgid "
|
3225 |
-
msgstr ""
|
3226 |
|
3227 |
-
#: options/html-
|
3228 |
-
msgid "
|
3229 |
msgstr ""
|
3230 |
|
3231 |
-
#: options/
|
3232 |
-
msgid "
|
3233 |
-
msgstr ""
|
3234 |
|
3235 |
-
#: options/
|
3236 |
-
msgid "
|
3237 |
-
msgstr ""
|
3238 |
|
3239 |
-
#: options/
|
3240 |
-
msgid "
|
3241 |
-
msgstr ""
|
3242 |
|
3243 |
-
#: options/
|
3244 |
-
msgid "
|
3245 |
-
msgstr ""
|
3246 |
|
3247 |
-
#: options/
|
3248 |
-
msgid "
|
3249 |
msgstr ""
|
3250 |
|
3251 |
-
#: options/
|
3252 |
-
msgid "
|
|
|
|
|
|
|
3253 |
msgstr ""
|
3254 |
|
3255 |
-
#: options/html-
|
3256 |
-
msgid "
|
3257 |
msgstr ""
|
3258 |
|
3259 |
-
#: options/html-
|
3260 |
-
msgid "
|
3261 |
msgstr ""
|
3262 |
|
3263 |
-
#: options/html-
|
3264 |
-
msgid ""
|
3265 |
-
"It's totally improved with brand new innovative features bringing live to "
|
3266 |
-
"your website and discussions."
|
3267 |
msgstr ""
|
3268 |
|
3269 |
-
#: options/
|
3270 |
-
|
|
|
3271 |
msgstr ""
|
3272 |
|
3273 |
-
#: options/
|
3274 |
-
|
|
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: options/
|
3278 |
-
msgid "
|
|
|
|
|
3279 |
msgstr ""
|
|
|
|
|
3280 |
|
3281 |
-
#:
|
3282 |
-
msgid "
|
3283 |
msgstr ""
|
3284 |
|
3285 |
-
#: options/
|
3286 |
-
|
|
|
3287 |
msgstr ""
|
3288 |
|
3289 |
-
#:
|
3290 |
-
|
3291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3292 |
|
3293 |
-
#:
|
3294 |
-
msgid "
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: options/
|
3298 |
-
msgid ""
|
3299 |
-
"
|
3300 |
-
|
3301 |
-
|
3302 |
-
"
|
3303 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
3304 |
|
3305 |
-
#: options/
|
3306 |
-
msgid ""
|
3307 |
-
"
|
3308 |
-
"readers will see a small comment icon next to the text part you've selected. "
|
3309 |
-
"This feature engages post readers inviting them comment and leave a feedback "
|
3310 |
-
"without scrolling down and using the standard comment form. Thus they leave "
|
3311 |
-
"reply and react to post content or questions during the reading process."
|
3312 |
-
msgstr ""
|
3313 |
|
3314 |
-
#: options/
|
3315 |
-
|
3316 |
-
"
|
3317 |
-
"icon allowing people click and read other's feedbacks in the same place. "
|
3318 |
-
"Also, those feedbacks will be displayed with other standard comments in "
|
3319 |
-
"article comment section below."
|
3320 |
msgstr ""
|
3321 |
|
3322 |
-
#: options/
|
3323 |
-
|
|
|
3324 |
msgstr ""
|
3325 |
|
3326 |
-
#:
|
3327 |
-
|
3328 |
-
"
|
3329 |
-
"It's based on REST API and doesn't overload your server. A specific sticky "
|
3330 |
-
"comment icon on your web pages, called «Bubble» keeps article "
|
3331 |
-
"readers and commenters up to date. It can display new comments as pop-up "
|
3332 |
-
"notification or as number in an orange circle."
|
3333 |
msgstr ""
|
3334 |
|
3335 |
-
#: options/
|
3336 |
-
msgid ""
|
3337 |
-
"Once new comment is posted, Bubble shows pop-up message with the new comment "
|
3338 |
-
"excerpt as it's shown on screenshot. The small «Reply» button "
|
3339 |
-
"allows to reply that comment immediately or readers can click on the pop-up "
|
3340 |
-
"notification and jump to that comment thread below the article. Just make "
|
3341 |
-
"sure the Bubble Live Update is enabled in wpDiscuz > Settings > Live "
|
3342 |
-
"Commenting and Notifications options."
|
3343 |
msgstr ""
|
3344 |
|
3345 |
-
#: options/
|
3346 |
-
|
3347 |
-
|
3348 |
-
"they don't even think about leaving some comment. The Bubble helps here too, "
|
3349 |
-
"it calls article readers to join to the discussion displaying them invite "
|
3350 |
-
"message. This message attracting readers attention and allows them fast and "
|
3351 |
-
"easy jump to comment area. Once page is loaded and visitor has read some "
|
3352 |
-
"content, it reminds about comments and calls to leave a reply."
|
3353 |
msgstr ""
|
3354 |
|
3355 |
-
#: options/
|
3356 |
-
msgid ""
|
3357 |
-
"wpDiscuz comment system design is totally changed. It comes with three nice "
|
3358 |
-
"layouts. You can even choose different layout for different pages. Three "
|
3359 |
-
"attractive, modern and clean layouts are ready to use. You can choose your "
|
3360 |
-
"proffered layout in wpDiscuz > Forms > Edit Comment Forms screen. Once the "
|
3361 |
-
"layout is changed, don't forget to delete all caches. Comment layouts are "
|
3362 |
-
"called simply «Layout #1», «Layout #2», «Layout "
|
3363 |
-
"#3»."
|
3364 |
msgstr ""
|
3365 |
|
3366 |
-
#: options/html-
|
3367 |
-
msgid "
|
3368 |
msgstr ""
|
3369 |
|
3370 |
-
#:
|
3371 |
-
|
|
|
|
|
3372 |
msgstr ""
|
3373 |
|
3374 |
-
#: options/
|
3375 |
-
|
|
|
3376 |
msgstr ""
|
3377 |
|
3378 |
-
#:
|
3379 |
-
msgid ""
|
3380 |
-
"The «Layout #1» is the simplest and cleanest layout. The «"
|
3381 |
-
"Layout #2» is designed for narrow comment sections. It displays comment "
|
3382 |
-
"content in wider area. The «Layout #3» layout is designed to "
|
3383 |
-
"accent comment thread hierarchy by colored vertical lines and indents."
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: options/html-
|
3387 |
-
msgid ""
|
3388 |
-
"wpDiscuz comes with built-in social login and share buttons. It includes "
|
3389 |
-
"Facebook, Twitter, Google, Disqus, WordPress.org, VK and OK Social Networks. "
|
3390 |
-
"You can enable those by managing API Keys in wpDiscuz > Settings > Social "
|
3391 |
-
"Login and Share options."
|
3392 |
msgstr ""
|
3393 |
|
3394 |
-
#: options/
|
3395 |
-
msgid ""
|
3396 |
-
"Before, you had to create a Rating field in comment form to allow users rate "
|
3397 |
-
"article while they post a comment, there was no way to rate without "
|
3398 |
-
"commenting. Now you can allow users rate your articles without leavening a "
|
3399 |
-
"comment. wpDiscuz 7 has a built-in Post Rating system which is not based on "
|
3400 |
-
"comment form custom fields. You can see that on top of comment section like "
|
3401 |
-
"the left one on the screenshot below:"
|
3402 |
msgstr ""
|
3403 |
|
3404 |
-
#:
|
3405 |
-
msgid "
|
3406 |
msgstr ""
|
3407 |
|
3408 |
-
#:
|
3409 |
-
msgid "
|
3410 |
msgstr ""
|
3411 |
|
3412 |
-
#: options/html-
|
3413 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3414 |
msgstr ""
|
3415 |
|
3416 |
-
#: options/
|
3417 |
-
|
|
|
3418 |
msgstr ""
|
3419 |
|
3420 |
-
#: options/
|
3421 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3422 |
msgstr ""
|
3423 |
|
3424 |
-
#: options/html-
|
3425 |
-
msgid "
|
3426 |
msgstr ""
|
3427 |
|
3428 |
-
#: options/
|
3429 |
-
msgid "
|
3430 |
msgstr ""
|
3431 |
|
3432 |
-
#:
|
3433 |
-
msgid "
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: options/
|
3437 |
-
msgid "
|
3438 |
msgstr ""
|
3439 |
|
3440 |
-
#: options/
|
3441 |
-
msgid "
|
3442 |
msgstr ""
|
3443 |
|
3444 |
-
#:
|
3445 |
-
msgid "
|
3446 |
-
msgstr "
|
3447 |
|
3448 |
-
#:
|
3449 |
-
msgid "
|
3450 |
msgstr ""
|
3451 |
|
3452 |
-
#:
|
3453 |
-
msgid "
|
3454 |
msgstr ""
|
3455 |
|
3456 |
-
#: options/
|
3457 |
-
msgid "
|
3458 |
msgstr ""
|
3459 |
|
3460 |
-
#: options/
|
3461 |
-
msgid "
|
3462 |
msgstr ""
|
3463 |
|
3464 |
-
#: options/html-
|
3465 |
-
msgid "
|
3466 |
msgstr ""
|
3467 |
|
3468 |
-
#: options/
|
3469 |
-
|
|
|
3470 |
msgstr ""
|
3471 |
|
3472 |
-
#: options/html-
|
3473 |
-
msgid "
|
|
|
|
|
|
|
|
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: options/html-dashboard.php:
|
3477 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
3478 |
msgstr ""
|
3479 |
|
3480 |
-
#: options/
|
3481 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3482 |
msgstr ""
|
3483 |
|
3484 |
-
#: options/
|
3485 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
3486 |
msgstr ""
|
3487 |
|
3488 |
-
#: options/html-dashboard.php:
|
3489 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
3490 |
msgstr ""
|
3491 |
|
3492 |
-
#: options/html-
|
3493 |
-
msgid "
|
3494 |
msgstr ""
|
3495 |
|
3496 |
-
#:
|
3497 |
-
msgid "
|
|
|
3498 |
msgstr ""
|
3499 |
|
3500 |
-
#: options/
|
3501 |
-
|
|
|
3502 |
msgstr ""
|
3503 |
|
3504 |
-
#: options/html-
|
3505 |
-
|
|
|
3506 |
msgstr ""
|
3507 |
|
3508 |
-
#: options/html-
|
3509 |
-
msgid "
|
3510 |
msgstr ""
|
3511 |
|
3512 |
-
#:
|
3513 |
-
msgid "
|
3514 |
msgstr ""
|
3515 |
|
3516 |
-
#: options/
|
3517 |
-
msgid "
|
3518 |
msgstr ""
|
3519 |
|
3520 |
-
#: options/
|
3521 |
-
msgid "
|
3522 |
msgstr ""
|
3523 |
|
3524 |
-
#: options/html-
|
3525 |
-
msgid ""
|
3526 |
-
"Get all wpDiscuz premium addons with unlimited site license and save 90% with"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
-
#:
|
3530 |
-
msgid "
|
3531 |
msgstr ""
|
3532 |
|
3533 |
-
#: options/html-dashboard.php:
|
3534 |
-
msgid "
|
3535 |
msgstr ""
|
3536 |
|
3537 |
-
#: options/
|
3538 |
-
msgid ""
|
3539 |
-
"
|
3540 |
-
|
|
|
|
|
3541 |
msgstr ""
|
3542 |
|
3543 |
-
#: options/html-
|
3544 |
-
msgid ""
|
3545 |
-
"Just log in to the translation platform with your WordPress.org account, and "
|
3546 |
-
"suggest translations."
|
3547 |
msgstr ""
|
3548 |
|
3549 |
-
#:
|
3550 |
-
msgid "
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: options/html-
|
3554 |
-
msgid ""
|
3555 |
-
"We love your reviews. This is the best way to say thank you to developers and "
|
3556 |
-
"support team."
|
3557 |
msgstr ""
|
3558 |
|
3559 |
-
|
3560 |
-
#:
|
3561 |
-
msgid "
|
3562 |
-
msgstr "
|
3563 |
|
3564 |
-
#: options/
|
3565 |
-
msgid "
|
3566 |
msgstr ""
|
3567 |
|
3568 |
-
#: options/
|
3569 |
-
msgid "
|
3570 |
msgstr ""
|
3571 |
|
3572 |
-
#: options/
|
3573 |
-
msgid "
|
3574 |
msgstr ""
|
3575 |
|
3576 |
-
#: options/
|
3577 |
-
|
|
|
|
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: options/html-
|
3581 |
-
|
|
|
|
|
|
|
3582 |
msgstr ""
|
3583 |
|
3584 |
-
#:
|
3585 |
-
msgid "
|
3586 |
msgstr ""
|
3587 |
|
3588 |
-
#: options/
|
3589 |
-
msgid "
|
|
|
|
|
|
|
|
|
3590 |
msgstr ""
|
|
|
|
|
|
|
|
|
3591 |
|
3592 |
-
#: options/
|
3593 |
-
|
3594 |
-
msgid "Information: "
|
3595 |
msgstr ""
|
3596 |
|
3597 |
-
#: options/
|
3598 |
-
msgid ""
|
3599 |
-
"Your customized wpDiscuz template files are no longer compatible with "
|
3600 |
-
"wpDiscuz 7. This is a doable major version update (from 5.x to 7.x) with "
|
3601 |
-
"totally redesigned comment system and template files. You can do the same "
|
3602 |
-
"customization on the new wpDiscuz 7 template files with the same upgrade-safe "
|
3603 |
-
"way in case the new comment layouts don't fit your needs. Please find those "
|
3604 |
-
"below."
|
3605 |
msgstr ""
|
3606 |
|
3607 |
-
#: options/
|
3608 |
-
#: options/
|
3609 |
-
msgid "
|
3610 |
msgstr ""
|
3611 |
|
3612 |
-
#: options/
|
3613 |
msgid ""
|
3614 |
-
"Please
|
3615 |
-
"
|
|
|
|
|
|
|
3616 |
msgstr ""
|
3617 |
|
3618 |
-
#: options/
|
3619 |
-
msgid ""
|
3620 |
-
"Use FTP client or hosting service cPanel > File Manager tool. WordPress theme "
|
3621 |
-
"folders are located in /wp-content/themes/ directory. The active theme folder "
|
3622 |
-
"can be detected by name."
|
3623 |
msgstr ""
|
3624 |
|
3625 |
-
#: options/html-options.php:
|
3626 |
-
msgid "
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: options/
|
3630 |
-
|
3631 |
-
|
|
|
3632 |
|
3633 |
-
#: options/
|
3634 |
-
msgid ""
|
3635 |
-
"
|
3636 |
-
|
3637 |
-
|
|
|
3638 |
msgstr ""
|
3639 |
|
3640 |
-
#: options/
|
3641 |
-
|
3642 |
-
"Please
|
3643 |
-
"activate those back."
|
3644 |
msgstr ""
|
3645 |
|
3646 |
-
#:
|
3647 |
-
#, php-format
|
3648 |
msgid ""
|
3649 |
-
"
|
3650 |
-
"
|
3651 |
-
"back. If your license key is expired and you cannot update, please renew "
|
3652 |
-
"those addons at gVectors Store with 30% discount applied automatically at "
|
3653 |
-
"checkout page. Just make sure you're logged-in in the store with your "
|
3654 |
-
"customer account."
|
3655 |
msgstr ""
|
3656 |
|
3657 |
-
#: options/
|
3658 |
-
|
|
|
3659 |
msgstr ""
|
3660 |
|
3661 |
-
#: options/
|
3662 |
-
msgid "
|
3663 |
msgstr ""
|
3664 |
|
3665 |
-
#: options/
|
3666 |
-
msgid ""
|
3667 |
-
"Jetpack Comments doesn't allow wpDiscuz comment form to be loaded on your "
|
3668 |
-
"posts and pages. It overwrites wpDiscuz Comment form."
|
3669 |
msgstr ""
|
3670 |
|
3671 |
-
#:
|
3672 |
-
msgid "Please
|
3673 |
msgstr ""
|
3674 |
|
3675 |
-
#:
|
3676 |
-
msgid ""
|
3677 |
-
"Use the \"Deactivate\" button located next to the \"Learn More\" button. Just "
|
3678 |
-
"click on this button and Jetpack Comments will be deactivated. Once it's "
|
3679 |
-
"disabled, please delete all caches."
|
3680 |
msgstr ""
|
3681 |
|
3682 |
-
#: options/
|
3683 |
-
msgid "
|
3684 |
msgstr ""
|
3685 |
|
3686 |
-
#: options/html-options.php:
|
3687 |
msgid ""
|
3688 |
-
"
|
3689 |
-
"
|
3690 |
-
"as soon as possible. Please open a support topic at gVectors support forum or "
|
3691 |
-
"contact as via support@gvectors.com email address. Our support team works "
|
3692 |
-
"from 6am till 6pm in GMT+0 timezone. Please be patient when you open a new "
|
3693 |
-
"support topic or when contacting us via email. We'll get back to you within "
|
3694 |
-
"3-12 hours."
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: options/
|
3698 |
-
msgid "
|
|
|
|
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: options/html-options.php:
|
3702 |
msgid ""
|
3703 |
-
"
|
3704 |
-
"
|
3705 |
-
"(use dropdown menu under statistic graphics). And install the ZIP file in "
|
3706 |
-
"Dashboard > Plugins > Add Plugin admin page. The downgrading is only "
|
3707 |
-
"recommended to gain a time to do template customizations or wait for help "
|
3708 |
-
"from our support team. Once the issues are resolved, you should update to "
|
3709 |
-
"latest wpDiscuz version."
|
3710 |
msgstr ""
|
3711 |
|
3712 |
-
#: options/
|
3713 |
-
msgid "
|
|
|
|
|
|
|
3714 |
msgstr ""
|
3715 |
|
3716 |
-
#: options/
|
3717 |
-
msgid "
|
|
|
|
|
|
|
|
|
3718 |
msgstr ""
|
3719 |
|
3720 |
-
#: options/
|
3721 |
-
msgid "
|
|
|
|
|
|
|
3722 |
msgstr ""
|
3723 |
|
3724 |
-
#: options/html-
|
3725 |
-
|
3726 |
-
msgid "Dark"
|
3727 |
msgstr ""
|
3728 |
|
3729 |
-
#:
|
3730 |
-
msgid "
|
3731 |
msgstr ""
|
3732 |
|
3733 |
-
#: options/html-
|
3734 |
-
msgid "
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#:
|
3738 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: options/
|
3742 |
-
msgid "
|
3743 |
msgstr ""
|
3744 |
|
3745 |
-
#: options/
|
3746 |
-
msgid "
|
3747 |
msgstr ""
|
3748 |
|
3749 |
-
#:
|
3750 |
-
msgid "
|
3751 |
msgstr ""
|
3752 |
|
3753 |
-
#:
|
3754 |
-
msgid "
|
3755 |
msgstr ""
|
3756 |
|
3757 |
-
#:
|
3758 |
-
msgid ""
|
3759 |
-
"Comment Bubble is a sticky comment icon on your web pages. It keeps article "
|
3760 |
-
"readers and commenters up to date. It displays new comments as pop-up "
|
3761 |
-
"information or as a number in an orange circle."
|
3762 |
msgstr ""
|
3763 |
|
3764 |
-
#: options/
|
3765 |
msgid ""
|
3766 |
-
"
|
3767 |
-
"
|
3768 |
msgstr ""
|
|
|
|
|
|
|
3769 |
|
3770 |
-
#: options/
|
3771 |
-
|
3772 |
-
|
3773 |
-
|
3774 |
-
#: options/options-layouts/html-
|
3775 |
-
|
3776 |
-
#: options/options-layouts/html-moderation.php:122
|
3777 |
-
msgid "Disable"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
-
#: options/html-
|
3781 |
-
msgid "
|
3782 |
msgstr ""
|
3783 |
|
3784 |
-
#: options/
|
3785 |
-
|
3786 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3787 |
msgstr ""
|
3788 |
|
3789 |
-
#: options/html-
|
3790 |
-
|
3791 |
-
msgid "Left Corner"
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: options/
|
3795 |
-
|
3796 |
-
msgid "Right Corner"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
-
#:
|
3800 |
-
|
|
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: options/
|
3804 |
-
msgid "
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: options/html-
|
3808 |
-
msgid "
|
3809 |
msgstr ""
|
3810 |
|
3811 |
-
#: options/
|
3812 |
-
msgid "
|
3813 |
msgstr ""
|
3814 |
|
3815 |
-
#:
|
3816 |
-
msgid ""
|
3817 |
-
|
3818 |
-
|
|
|
|
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: options/
|
3822 |
-
msgid ""
|
3823 |
-
"Select a part of text, add inline commenting form in post content using the "
|
3824 |
-
"green «Comment» button on post editor toolbar. Once it's added in "
|
3825 |
-
"article editor (backend), on article (front-end) readers will see a small "
|
3826 |
-
"comment icon next to the text part you've selected."
|
3827 |
msgstr ""
|
3828 |
|
3829 |
-
#:
|
3830 |
-
msgid "
|
3831 |
msgstr ""
|
3832 |
|
3833 |
-
#:
|
3834 |
-
|
|
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#:
|
3838 |
-
msgid ""
|
3839 |
-
"Before, you had to create a Rating field in comment form to allow users rate "
|
3840 |
-
"article while they post a comment, there was no way to rate without "
|
3841 |
-
"commenting. Now you can allow users rate your articles without leaving a "
|
3842 |
-
"comment. wpDiscuz 7 has a built-in Article Rating system which is not based "
|
3843 |
-
"on comment form custom fields and appears on top of comment section, under "
|
3844 |
-
"the article content."
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#:
|
3848 |
-
msgid "
|
3849 |
msgstr ""
|
3850 |
|
3851 |
-
#: options/
|
3852 |
-
msgid "
|
3853 |
msgstr ""
|
3854 |
|
3855 |
-
#: options/
|
3856 |
-
msgid "
|
|
|
|
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#: options/
|
3860 |
-
msgid "
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: options/html-
|
3864 |
-
msgid "
|
3865 |
msgstr ""
|
3866 |
|
3867 |
-
#: options/html-
|
3868 |
-
msgid "
|
3869 |
msgstr ""
|
3870 |
|
3871 |
-
#: options/
|
3872 |
-
|
3873 |
-
msgid "Open Settings"
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#:
|
3877 |
-
msgid "
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: options/
|
3881 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: options/
|
3885 |
-
msgid "
|
3886 |
-
|
|
|
|
|
3887 |
|
3888 |
-
#: options/
|
3889 |
-
|
3890 |
-
|
|
|
|
|
3891 |
|
3892 |
-
#:
|
3893 |
-
msgid "
|
3894 |
-
msgstr "
|
3895 |
|
3896 |
-
#: options/
|
3897 |
-
msgid "
|
3898 |
-
msgstr "
|
3899 |
|
3900 |
-
#:
|
3901 |
-
msgid "
|
3902 |
-
msgstr "
|
3903 |
|
3904 |
-
#: options/
|
3905 |
-
msgid "
|
3906 |
-
msgstr "
|
3907 |
|
3908 |
-
#: options/html-
|
3909 |
-
msgid "
|
3910 |
msgstr ""
|
3911 |
|
3912 |
-
#: options/html-
|
3913 |
-
|
3914 |
-
|
3915 |
-
msgstr "الدخول عبر الشبكات الاجتماعية"
|
3916 |
|
3917 |
-
#: options/html-
|
3918 |
-
msgid "
|
3919 |
msgstr ""
|
3920 |
|
3921 |
-
#:
|
3922 |
-
msgid "
|
3923 |
msgstr ""
|
3924 |
|
3925 |
-
#:
|
3926 |
-
msgid "
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#: options/html-
|
3930 |
-
msgid "
|
3931 |
msgstr ""
|
3932 |
|
3933 |
-
#: options/
|
3934 |
-
msgid "
|
3935 |
-
msgstr "
|
3936 |
|
3937 |
-
#: options/
|
3938 |
-
|
3939 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3940 |
|
3941 |
-
#: options/
|
3942 |
-
|
3943 |
-
|
|
|
3944 |
|
3945 |
-
#: options/
|
3946 |
-
msgid "
|
3947 |
msgstr ""
|
3948 |
|
3949 |
-
#: options/
|
3950 |
-
|
|
|
3951 |
msgstr ""
|
3952 |
|
3953 |
-
#: options/
|
3954 |
-
|
|
|
3955 |
msgstr ""
|
3956 |
|
3957 |
-
#: options/html-
|
3958 |
-
msgid "
|
3959 |
msgstr ""
|
3960 |
|
3961 |
-
#: options/
|
3962 |
-
msgid "
|
3963 |
msgstr ""
|
3964 |
|
3965 |
-
#: options/
|
3966 |
-
|
3967 |
-
msgid ""
|
3968 |
-
"Here you can manage comment content related options, such as comment text "
|
3969 |
-
"length, comment content breaking, comment image attachment... By default "
|
3970 |
-
"wpDiscuz allows to attach one image with comment. For an advanced media "
|
3971 |
-
"uploading and file attachment options we recommend %s addon."
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#: options/options-layouts/html-
|
3975 |
-
|
3976 |
-
|
3977 |
-
msgstr "الحد الأدنى"
|
3978 |
|
3979 |
-
#: options/options-layouts/html-
|
3980 |
-
|
3981 |
-
|
3982 |
-
msgstr "الحد الأعلى"
|
3983 |
|
3984 |
-
#:
|
3985 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3986 |
msgstr ""
|
3987 |
|
3988 |
-
#: options/
|
3989 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3990 |
msgstr ""
|
3991 |
|
3992 |
-
#: options/
|
3993 |
-
|
|
|
3994 |
msgstr ""
|
3995 |
|
3996 |
-
#: options/options
|
3997 |
-
msgid "
|
3998 |
msgstr ""
|
3999 |
|
4000 |
-
#: options/
|
4001 |
-
msgid "
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: options/
|
4005 |
-
msgid "
|
4006 |
msgstr ""
|
4007 |
|
4008 |
-
#:
|
4009 |
-
msgid "
|
4010 |
msgstr ""
|
4011 |
|
4012 |
-
#: options/
|
4013 |
-
msgid "
|
4014 |
msgstr ""
|
4015 |
|
4016 |
-
#:
|
4017 |
-
|
4018 |
-
msgid ""
|
4019 |
-
"wpDiscuz allows you to customize comment form layout and fields. You can "
|
4020 |
-
"create as much comment forms as you want and attach those to certain post "
|
4021 |
-
"type or page. Please navigate to %s page to manage comment form specific "
|
4022 |
-
"settings."
|
4023 |
msgstr ""
|
4024 |
|
4025 |
-
#:
|
4026 |
-
msgid "
|
4027 |
msgstr ""
|
4028 |
|
4029 |
-
#: options/
|
4030 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4031 |
msgstr ""
|
4032 |
|
4033 |
-
#: options/
|
4034 |
-
msgid ""
|
4035 |
-
"Just replace http protocols to https (https may not be supported by content "
|
4036 |
-
"provider)"
|
4037 |
msgstr ""
|
4038 |
|
4039 |
-
#: options/options
|
4040 |
-
|
|
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: options/
|
4044 |
-
msgid "
|
4045 |
-
msgstr "
|
4046 |
|
4047 |
-
#: options/
|
4048 |
-
msgid "
|
4049 |
-
msgstr "
|
4050 |
|
4051 |
-
#: options/options
|
4052 |
-
msgid "
|
4053 |
-
msgstr "
|
|
|
|
|
|
|
|
|
4054 |
|
4055 |
-
#:
|
4056 |
-
msgid "
|
4057 |
msgstr ""
|
4058 |
|
4059 |
-
#: options/
|
4060 |
-
msgid ""
|
4061 |
-
"It seems file_get_contents() and file_put_contents() PHP functions don't "
|
4062 |
-
"exist.<br/> Please enable these functions in your server settings to use "
|
4063 |
-
"gravatar caching feature."
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: options/
|
4067 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#:
|
4071 |
-
msgid "
|
4072 |
msgstr ""
|
4073 |
|
4074 |
-
#: options/
|
4075 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4076 |
msgstr ""
|
4077 |
|
4078 |
-
#: options/
|
4079 |
-
|
4080 |
-
|
|
|
4081 |
|
4082 |
-
#: options/
|
4083 |
-
msgid "
|
4084 |
msgstr ""
|
4085 |
|
4086 |
-
#: options/options-layouts/html-
|
4087 |
-
|
|
|
4088 |
msgstr ""
|
4089 |
|
4090 |
-
#: options/
|
4091 |
msgid ""
|
4092 |
-
"
|
4093 |
-
"
|
4094 |
-
"add some questions for readers on certain part of article content and ask for "
|
4095 |
-
"feedback while visitors read it."
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: options/
|
4099 |
-
|
4100 |
-
"
|
4101 |
-
"Comment» button on post editor toolbar."
|
4102 |
msgstr ""
|
4103 |
|
4104 |
-
#: options/
|
4105 |
msgid ""
|
4106 |
-
"
|
4107 |
-
"
|
4108 |
-
"
|
4109 |
-
"
|
4110 |
msgstr ""
|
4111 |
|
4112 |
-
#: options/options-layouts/html-
|
4113 |
-
msgid "
|
4114 |
msgstr ""
|
4115 |
|
4116 |
-
#:
|
4117 |
-
msgid "
|
4118 |
msgstr ""
|
4119 |
|
4120 |
-
#: options/
|
4121 |
-
|
4122 |
-
msgid ""
|
4123 |
-
"User Labels are small rectangles with specific background colors indicating "
|
4124 |
-
"comment author role, such as Guest, Member, Author, Admin, etc... These "
|
4125 |
-
"labels can be enabled and disabled for certain user role. Also you can change "
|
4126 |
-
"label colors using according options below.<br> Besides labels you can enable "
|
4127 |
-
"User Reputation, Badges and Ranks based on user activity, using %s addon. "
|
4128 |
-
"This addon integrates wpDiscuz comment system with an adaptive user points "
|
4129 |
-
"management plugin %s."
|
4130 |
msgstr ""
|
4131 |
|
4132 |
-
#: options/options-layouts/html-
|
4133 |
-
msgid "
|
4134 |
-
msgstr "
|
4135 |
|
4136 |
-
#: options/options-layouts/html-
|
4137 |
-
|
4138 |
-
|
4139 |
-
#: options/options-layouts/html-rating.php:81
|
4140 |
-
#: options/options-layouts/html-thread_styles.php:44
|
4141 |
-
#: options/options-layouts/html-thread_styles.php:48
|
4142 |
-
msgid "Example: #00FF00"
|
4143 |
-
msgstr "مثال: #00FF00"
|
4144 |
|
4145 |
-
#: options/options-layouts/html-
|
4146 |
-
msgid ""
|
4147 |
-
"In wpDiscuz 7 the real-time commenting becomes more live and attractive. It's "
|
4148 |
-
"based on REST API and doesn't overload your server. A specific sticky comment "
|
4149 |
-
"icon on your web pages, called «Bubble» keeps article readers and "
|
4150 |
-
"commenters up to date. It displays new comments as pop-up information or as a "
|
4151 |
-
"number in an orange circle."
|
4152 |
msgstr ""
|
4153 |
|
4154 |
-
#: options/
|
4155 |
-
msgid ""
|
4156 |
-
"This Bubble is also designed to invite article readers to comment. It "
|
4157 |
-
"displays invite message allowing them fast and easy jump to comment area."
|
4158 |
msgstr ""
|
4159 |
|
4160 |
-
#: options/
|
4161 |
-
msgid ""
|
4162 |
-
"
|
4163 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4164 |
msgstr ""
|
4165 |
|
4166 |
-
#: options/
|
4167 |
-
#: options/
|
4168 |
-
|
4169 |
-
|
4170 |
-
msgstr "ثانية"
|
4171 |
|
4172 |
-
#: options/
|
4173 |
-
#: options/phrases-layouts/phrases-
|
4174 |
-
msgid "
|
4175 |
-
msgstr "
|
4176 |
|
4177 |
-
#: options/
|
4178 |
-
#: options/
|
4179 |
-
|
4180 |
-
|
4181 |
-
#: options/options-layouts/html-moderation.php:28
|
4182 |
-
msgid "Minutes"
|
4183 |
-
msgstr "دقيقة"
|
4184 |
|
4185 |
-
#: options/
|
4186 |
-
|
4187 |
-
msgid ""
|
4188 |
-
"
|
4189 |
-
"settings. wpDiscuz is focused on user engagement and community building "
|
4190 |
-
"ideas, therefore it's integrated with community builder plugins like wpForo "
|
4191 |
-
"Forum, BuddyPress, etc... With these plugins comment authors are linked to "
|
4192 |
-
"their profile pages. In case you want to display commenters profile and "
|
4193 |
-
"activity information directly on comment list, please be sure to check out "
|
4194 |
-
"the %s addon."
|
4195 |
-
msgstr ""
|
4196 |
|
4197 |
-
#: options/
|
4198 |
-
|
4199 |
-
|
|
|
4200 |
|
4201 |
-
#: options/
|
4202 |
-
|
|
|
4203 |
msgstr ""
|
4204 |
|
4205 |
-
#: options/
|
4206 |
-
|
|
|
4207 |
msgstr ""
|
4208 |
|
4209 |
-
#: options/
|
4210 |
-
msgid "Show
|
4211 |
msgstr ""
|
4212 |
|
4213 |
-
#: options/options-layouts/html-
|
4214 |
-
|
4215 |
-
msgid ""
|
4216 |
-
"WordPress has already all necessary tools to moderate commends. You can "
|
4217 |
-
"approve, unapprove, mark as spam, delete and do other things with comments in "
|
4218 |
-
"WordPress Dashboard > Comments admin page. <br><br>On front-end you can only "
|
4219 |
-
"edit, close and stick comments. In case you want to have all moderation "
|
4220 |
-
"options on front-end, we recommend checkout %s addon. Besides the comment "
|
4221 |
-
"editing, closing and sticking options, here you can limit users commenting "
|
4222 |
-
"activity. You can set max number of comments per user per post or sitewide, "
|
4223 |
-
"allow them only comment or only reply."
|
4224 |
msgstr ""
|
4225 |
|
4226 |
-
#: options/
|
4227 |
-
msgid "
|
4228 |
-
msgstr "
|
4229 |
-
|
4230 |
-
#: options/options-layouts/html-moderation.php:29
|
4231 |
-
#: options/phrases-layouts/phrases-datetime.php:35
|
4232 |
-
msgid "Hour"
|
4233 |
-
msgstr "ساعة"
|
4234 |
-
|
4235 |
-
#: options/options-layouts/html-moderation.php:30
|
4236 |
-
#: options/options-layouts/html-moderation.php:31
|
4237 |
-
msgid "Hours"
|
4238 |
-
msgstr "ساعات"
|
4239 |
-
|
4240 |
-
#: options/options-layouts/html-moderation.php:32
|
4241 |
-
msgid "Unlimit"
|
4242 |
-
msgstr "غير محدود"
|
4243 |
|
4244 |
-
#: options/
|
4245 |
-
msgid "
|
4246 |
msgstr ""
|
4247 |
|
4248 |
-
#: options/
|
4249 |
-
msgid "
|
4250 |
msgstr ""
|
4251 |
|
4252 |
-
#: options/options-layouts/html-
|
4253 |
-
|
4254 |
-
|
4255 |
-
msgstr "كلاهما"
|
4256 |
|
4257 |
-
#: options/options-layouts/html-
|
4258 |
-
msgid "
|
4259 |
msgstr ""
|
4260 |
|
4261 |
-
#: options/
|
4262 |
-
msgid ""
|
4263 |
-
"You have two ways to add Post Rating for your blog posts and articles. The "
|
4264 |
-
"first, comment independent type is enabled by default and appears on top of "
|
4265 |
-
"comment section. It allows people rate your articles without leaving "
|
4266 |
-
"comments. "
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: options/
|
4270 |
-
|
4271 |
-
msgid ""
|
4272 |
-
"The second type, is the old, comment depended way. You should create a "
|
4273 |
-
"\"Rating\" custom field in comment form allowing people to rate while they "
|
4274 |
-
"leave a comment. If you've already configured the second type (Rating comment "
|
4275 |
-
"field) in comment form, the first type will be automatically disabled. Both "
|
4276 |
-
"types of ratings can be managed in %s"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: options/
|
4280 |
-
|
4281 |
-
msgid "Comment Form Manager »"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: options/options-layouts/html-
|
4285 |
-
msgid "
|
4286 |
msgstr ""
|
4287 |
|
4288 |
-
#: options/
|
4289 |
-
|
|
|
|
|
|
|
|
|
|
|
4290 |
msgstr ""
|
4291 |
|
4292 |
-
#: options/
|
4293 |
-
msgid "
|
4294 |
msgstr ""
|
4295 |
|
4296 |
-
#: options/options
|
4297 |
-
msgid "
|
4298 |
msgstr ""
|
4299 |
|
4300 |
-
#: options/
|
4301 |
-
msgid "
|
4302 |
msgstr ""
|
4303 |
|
4304 |
-
#: options/options-layouts/html-
|
4305 |
-
msgid "
|
4306 |
msgstr ""
|
4307 |
|
4308 |
-
#: options/
|
4309 |
-
|
|
|
|
|
|
|
|
|
|
|
4310 |
msgstr ""
|
4311 |
|
4312 |
-
#: options/
|
4313 |
#, php-format
|
4314 |
msgid ""
|
4315 |
-
"
|
4316 |
-
"
|
|
|
|
|
4317 |
msgstr ""
|
4318 |
|
4319 |
-
#: options/
|
4320 |
-
msgid "
|
|
|
|
|
|
|
4321 |
msgstr ""
|
|
|
|
|
|
|
|
|
4322 |
|
4323 |
-
#: options/
|
4324 |
-
msgid "
|
4325 |
-
msgstr ""
|
4326 |
|
4327 |
-
#: options/
|
4328 |
-
#,
|
4329 |
-
msgid ""
|
4330 |
-
"
|
4331 |
-
"
|
4332 |
-
"easier, letting them pass through with ease."
|
4333 |
-
msgstr ""
|
4334 |
|
4335 |
-
#: options/
|
4336 |
-
msgid "
|
4337 |
msgstr ""
|
4338 |
|
4339 |
-
#: options/
|
4340 |
-
msgid "
|
4341 |
msgstr ""
|
4342 |
|
4343 |
-
#: options/
|
4344 |
-
msgid "
|
4345 |
msgstr ""
|
4346 |
|
4347 |
-
#: options/
|
4348 |
-
|
|
|
|
|
|
|
|
|
|
|
4349 |
msgstr ""
|
4350 |
|
4351 |
-
#: options/
|
4352 |
-
|
|
|
|
|
4353 |
msgstr ""
|
4354 |
|
4355 |
-
#: options/
|
4356 |
-
|
|
|
4357 |
msgstr ""
|
4358 |
|
4359 |
-
#: options/
|
4360 |
-
msgid "
|
4361 |
msgstr ""
|
4362 |
|
4363 |
-
#: options/
|
4364 |
-
|
|
|
|
|
4365 |
msgstr ""
|
4366 |
|
4367 |
-
#: options/
|
4368 |
-
msgid "
|
4369 |
msgstr ""
|
4370 |
|
4371 |
-
#: options/
|
4372 |
-
msgid ""
|
4373 |
-
"
|
4374 |
-
|
4375 |
-
|
4376 |
-
"
|
4377 |
-
"form. Social Login buttons are only available for guests, so make sure you're "
|
4378 |
-
"logged-out before checking those."
|
4379 |
msgstr ""
|
4380 |
|
4381 |
-
#: options/
|
4382 |
msgid ""
|
4383 |
-
"
|
4384 |
-
"
|
|
|
4385 |
msgstr ""
|
4386 |
|
4387 |
-
#: options/
|
4388 |
-
|
4389 |
-
#: options/options-layouts/html-social.php:219
|
4390 |
-
#: options/options-layouts/html-social.php:275
|
4391 |
-
#: options/options-layouts/html-social.php:330
|
4392 |
-
#: options/options-layouts/html-social.php:385
|
4393 |
-
#: options/options-layouts/html-social.php:458
|
4394 |
-
msgid "instruction »"
|
4395 |
msgstr ""
|
4396 |
|
4397 |
-
#: options/
|
4398 |
-
msgid "
|
4399 |
msgstr ""
|
4400 |
|
4401 |
-
#: options/
|
4402 |
-
|
4403 |
-
#: options/options-layouts/html-social.php:502
|
4404 |
-
msgid "Application ID"
|
4405 |
msgstr ""
|
4406 |
|
4407 |
-
#: options/
|
4408 |
-
#: options/
|
4409 |
-
msgid "
|
4410 |
msgstr ""
|
4411 |
|
4412 |
-
#: options/
|
4413 |
-
msgid ""
|
4414 |
-
"To start using Twitter Login Button you should get Consumer Key and Secret "
|
4415 |
-
"for your website. Please follow to this"
|
4416 |
msgstr ""
|
4417 |
|
4418 |
-
#: options/
|
4419 |
-
msgid "
|
4420 |
msgstr ""
|
4421 |
|
4422 |
-
#: options/
|
4423 |
-
msgid "
|
4424 |
msgstr ""
|
4425 |
|
4426 |
-
#:
|
4427 |
-
msgid "
|
4428 |
msgstr ""
|
4429 |
|
4430 |
-
#: options/
|
4431 |
-
msgid ""
|
4432 |
-
"To start using Google Login Button you should get Client ID and Client "
|
4433 |
-
"Secret for your website. Please follow to this"
|
4434 |
msgstr ""
|
4435 |
|
4436 |
-
#: options/
|
4437 |
-
msgid "
|
4438 |
msgstr ""
|
4439 |
|
4440 |
-
#: options/options-layouts/html-
|
4441 |
-
|
4442 |
-
msgid "Client ID"
|
4443 |
msgstr ""
|
4444 |
|
4445 |
-
#: options/
|
4446 |
-
|
4447 |
-
msgid "Client Secret"
|
4448 |
msgstr ""
|
4449 |
|
4450 |
-
#: options/
|
4451 |
-
msgid ""
|
4452 |
-
"To start using Disqus Login Button you should get Public Key and Secret Key. "
|
4453 |
-
"Please follow to this "
|
4454 |
msgstr ""
|
4455 |
|
4456 |
-
#: options/
|
4457 |
-
|
4458 |
-
#: options/options-layouts/html-social.php:386
|
4459 |
-
#: options/options-layouts/html-social.php:459
|
4460 |
-
msgid "Redirect URI"
|
4461 |
msgstr ""
|
4462 |
|
4463 |
-
#:
|
4464 |
-
msgid "
|
4465 |
msgstr ""
|
4466 |
|
4467 |
-
#: options/
|
4468 |
-
#: options/
|
4469 |
-
msgid "
|
4470 |
msgstr ""
|
4471 |
|
4472 |
-
#: options/options-layouts/html-
|
4473 |
-
msgid ""
|
4474 |
-
"To start using Wordpress.com Login Button you should get Client ID and Client "
|
4475 |
-
"Secret. Please follow to this "
|
4476 |
msgstr ""
|
4477 |
|
4478 |
-
#: options/options-layouts/html-
|
4479 |
-
msgid ""
|
4480 |
-
"To start using VK Login Button you should get Application ID and Secure Key. "
|
4481 |
-
"Please follow to this "
|
4482 |
msgstr ""
|
4483 |
|
4484 |
-
#: options/
|
4485 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4486 |
msgstr ""
|
4487 |
|
4488 |
-
#: options/
|
4489 |
-
|
4490 |
-
"
|
4491 |
-
"of the supported types (external, Android, iOS), use this"
|
4492 |
msgstr ""
|
4493 |
|
4494 |
-
#: options/
|
4495 |
-
|
|
|
4496 |
msgstr ""
|
4497 |
|
4498 |
-
#:
|
4499 |
-
|
4500 |
-
msgid ""
|
4501 |
-
"wpDiscuz allows users to get all kind of news from your website comment "
|
4502 |
-
"system, such as new comments, new replies, double opt-in subscription, user "
|
4503 |
-
"mentioning, user following and new comments by followed users. You can manage "
|
4504 |
-
"all those options here. All those options are based on email notifications. "
|
4505 |
-
"You can manage email templates in wpDiscuz > Phrases > Email Tab. <br>In "
|
4506 |
-
"wpDiscuz > Dashboard page, you can find a quick overview of user "
|
4507 |
-
"subscriptions. For an advanced subscriptions management tool, please checkout "
|
4508 |
-
"%s addon."
|
4509 |
msgstr ""
|
4510 |
|
4511 |
-
#:
|
4512 |
-
msgid "
|
4513 |
msgstr ""
|
4514 |
|
4515 |
-
#:
|
4516 |
-
msgid "
|
4517 |
msgstr ""
|
4518 |
|
4519 |
-
#:
|
4520 |
-
msgid ""
|
4521 |
-
"Here you can find all necessary options to control comment threads loading, "
|
4522 |
-
"displaying and sorting functions. Using \"Comment List Loading Type\", "
|
4523 |
-
"\"Comments Pagination Type\" and \"Display only parent comments\" options, "
|
4524 |
-
"you can get the highest page loading speed. Also you can manage comment "
|
4525 |
-
"thread filtering buttons."
|
4526 |
msgstr ""
|
4527 |
|
4528 |
-
#: options/
|
4529 |
-
msgid "
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: options/
|
4533 |
-
msgid "
|
|
|
|
|
|
|
|
|
4534 |
msgstr ""
|
4535 |
|
4536 |
-
#: options/
|
4537 |
-
msgid "
|
4538 |
msgstr ""
|
4539 |
|
4540 |
-
#: options/
|
4541 |
-
|
|
|
4542 |
msgstr ""
|
4543 |
|
4544 |
-
#: options/
|
4545 |
-
msgid "
|
4546 |
msgstr ""
|
4547 |
|
4548 |
-
#: options/
|
4549 |
-
msgid "
|
4550 |
-
msgstr "
|
4551 |
|
4552 |
-
#: options/
|
4553 |
-
msgid "
|
4554 |
-
msgstr "
|
4555 |
|
4556 |
-
#: options/
|
4557 |
-
msgid "
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: options/options
|
4561 |
-
|
4562 |
-
|
|
|
|
|
4563 |
|
4564 |
-
#: options/
|
4565 |
-
msgid ""
|
4566 |
-
"Here you can manage comment layout components. You can display/hide certain "
|
4567 |
-
"button or information on comment threads, as well as commenters' avatars and "
|
4568 |
-
"comment voting options."
|
4569 |
msgstr ""
|
4570 |
|
4571 |
-
#: options/
|
4572 |
-
msgid ""
|
4573 |
-
"wpDiscuz 7 comes with three modern and totally different comment thread "
|
4574 |
-
"layouts. They are called Layout #1, Layout #2 and Layout #3."
|
4575 |
msgstr ""
|
4576 |
|
4577 |
-
#: options/
|
4578 |
-
|
|
|
4579 |
msgstr ""
|
4580 |
|
4581 |
-
#: options/
|
4582 |
-
msgid "
|
|
|
|
|
4583 |
msgstr ""
|
4584 |
|
4585 |
-
#: options/options-layouts/html-
|
4586 |
-
msgid "
|
4587 |
msgstr ""
|
4588 |
|
4589 |
-
#: options/
|
4590 |
-
|
4591 |
-
msgid ""
|
4592 |
-
"You can select different comment thread layout for different comment forms in "
|
4593 |
-
"%s"
|
4594 |
msgstr ""
|
4595 |
|
4596 |
-
#: options/
|
4597 |
-
msgid "
|
4598 |
msgstr ""
|
4599 |
|
4600 |
-
#: options/
|
4601 |
-
|
|
|
4602 |
msgstr ""
|
4603 |
|
4604 |
-
#: options/
|
4605 |
-
msgid "
|
4606 |
-
msgstr "
|
4607 |
|
4608 |
-
#: options/options-layouts/html-
|
4609 |
-
msgid "
|
4610 |
-
msgstr "
|
4611 |
|
4612 |
-
#: options/
|
4613 |
-
msgid "
|
|
|
|
|
|
|
4614 |
msgstr ""
|
4615 |
|
4616 |
-
#: options/
|
4617 |
msgid ""
|
4618 |
-
"
|
4619 |
-
"
|
4620 |
-
"
|
4621 |
-
"
|
4622 |
-
"
|
4623 |
-
"wpDiscuz core CSS. In this case only basic CSS code will be loaded allowing "
|
4624 |
-
"you add your custom style easier."
|
4625 |
msgstr ""
|
4626 |
|
4627 |
-
#:
|
4628 |
-
msgid "
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#: options/
|
4632 |
-
msgid "
|
|
|
|
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: options/
|
4636 |
-
msgid "
|
4637 |
-
|
|
|
|
|
4638 |
|
4639 |
-
#: options/
|
4640 |
-
msgid "
|
|
|
|
|
|
|
|
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#: options/
|
4644 |
-
msgid "
|
4645 |
msgstr ""
|
4646 |
|
4647 |
-
#:
|
4648 |
-
msgid "
|
|
|
|
|
|
|
|
|
4649 |
msgstr ""
|
4650 |
|
4651 |
-
#:
|
4652 |
-
msgid "
|
4653 |
msgstr ""
|
4654 |
|
4655 |
-
#:
|
4656 |
-
msgid "
|
|
|
|
|
4657 |
msgstr ""
|
4658 |
|
4659 |
-
#:
|
4660 |
-
msgid "
|
4661 |
-
msgstr "العبارات الخاصة بقالب التعليقات"
|
4662 |
-
|
4663 |
-
#: options/phrases-layouts/phrases-comment.php:83
|
4664 |
-
msgid "Save edited comment button text"
|
4665 |
-
msgstr "النص الخاص بزر حفظ التعديل على التعليق"
|
4666 |
-
|
4667 |
-
#: options/phrases-layouts/phrases-comment.php:87
|
4668 |
-
msgid "Cancel comment editing button text"
|
4669 |
-
msgstr "النص الخاص بزر إلغاء التعديل على التعليق"
|
4670 |
-
|
4671 |
-
#: options/phrases-layouts/phrases-comment.php:91
|
4672 |
-
msgid "Comment read more link text"
|
4673 |
-
msgstr "النص الخاص بقراءة المزيد من التعليقات"
|
4674 |
-
|
4675 |
-
#: options/phrases-layouts/phrases-comment.php:95
|
4676 |
-
msgid "Anonymous commenter name"
|
4677 |
-
msgstr "اسم المعلّق مجهول الاسم"
|
4678 |
-
|
4679 |
-
#: options/phrases-layouts/phrases-comment.php:99
|
4680 |
-
msgid "Stick button title"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
-
#:
|
4684 |
-
msgid "
|
|
|
|
|
4685 |
msgstr ""
|
4686 |
|
4687 |
-
#:
|
4688 |
-
msgid "
|
4689 |
msgstr ""
|
4690 |
|
4691 |
-
#:
|
4692 |
-
msgid "
|
4693 |
msgstr ""
|
4694 |
|
4695 |
-
#: options/
|
4696 |
-
|
4697 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4698 |
|
4699 |
-
#:
|
4700 |
-
msgid "
|
4701 |
-
msgstr "
|
4702 |
|
4703 |
-
#:
|
4704 |
-
msgid "
|
4705 |
-
msgstr "
|
4706 |
|
4707 |
-
#:
|
4708 |
-
msgid "
|
4709 |
-
msgstr "
|
4710 |
|
4711 |
-
#: options/
|
4712 |
-
msgid "
|
4713 |
-
|
|
|
|
|
4714 |
|
4715 |
-
#: options/
|
4716 |
-
msgid "
|
4717 |
-
|
|
|
|
|
|
|
4718 |
|
4719 |
-
#: options/
|
4720 |
-
msgid "
|
4721 |
-
msgstr "
|
4722 |
|
4723 |
-
#: options/
|
4724 |
-
msgid "
|
4725 |
-
|
|
|
|
|
4726 |
|
4727 |
-
#: options/
|
4728 |
-
msgid "
|
4729 |
-
|
|
|
|
|
|
|
4730 |
|
4731 |
-
#: options/
|
4732 |
-
|
4733 |
-
|
|
|
4734 |
|
4735 |
-
#: options/
|
4736 |
-
msgid "
|
4737 |
-
msgstr "
|
4738 |
|
4739 |
-
#: options/
|
4740 |
-
msgid "
|
4741 |
-
|
|
|
|
|
|
|
4742 |
|
4743 |
-
#: options/
|
4744 |
-
msgid "
|
4745 |
-
|
|
|
|
|
|
|
4746 |
|
4747 |
-
#: options/
|
4748 |
-
|
4749 |
-
|
|
|
|
|
|
|
|
|
|
|
4750 |
|
4751 |
-
#: options/
|
4752 |
-
msgid "
|
|
|
|
|
4753 |
msgstr ""
|
4754 |
|
4755 |
-
#: options/
|
4756 |
-
msgid "
|
|
|
|
|
|
|
|
|
4757 |
msgstr ""
|
4758 |
|
4759 |
-
#:
|
4760 |
-
|
4761 |
-
|
4762 |
-
|
4763 |
-
#: options/phrases-layouts/phrases-email.php:88
|
4764 |
-
#: options/phrases-layouts/phrases-email.php:99
|
4765 |
-
#: options/phrases-layouts/phrases-email.php:118
|
4766 |
-
#: options/phrases-layouts/phrases-email.php:129
|
4767 |
-
#: options/phrases-layouts/phrases-email.php:145
|
4768 |
-
#: options/phrases-layouts/phrases-email.php:157
|
4769 |
-
#: options/phrases-layouts/phrases-email.php:196
|
4770 |
-
#: options/phrases-layouts/phrases-follow.php:57
|
4771 |
-
#: options/phrases-layouts/phrases-follow.php:68
|
4772 |
-
#: options/phrases-layouts/phrases-follow.php:84
|
4773 |
-
#: options/phrases-layouts/phrases-follow.php:95
|
4774 |
-
#: options/phrases-layouts/phrases-user-settings.php:61
|
4775 |
-
#: options/phrases-layouts/phrases-user-settings.php:73
|
4776 |
-
#: options/phrases-layouts/phrases-user-settings.php:86
|
4777 |
-
#: options/phrases-layouts/phrases-user-settings.php:98
|
4778 |
-
#: options/phrases-layouts/phrases-user-settings.php:111
|
4779 |
-
#: options/phrases-layouts/phrases-user-settings.php:123
|
4780 |
-
msgid "Available shortcodes"
|
4781 |
msgstr ""
|
4782 |
|
4783 |
-
#: options/
|
4784 |
-
msgid "
|
|
|
|
|
|
|
4785 |
msgstr ""
|
4786 |
|
4787 |
-
#: options/
|
4788 |
-
|
4789 |
-
msgid "Shortcode above will work for registered users only"
|
4790 |
msgstr ""
|
4791 |
|
4792 |
-
#: options/
|
4793 |
-
msgid "
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#:
|
4797 |
-
|
4798 |
-
msgid "New reply notification subject"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: options/
|
4802 |
-
|
4803 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4804 |
msgstr ""
|
4805 |
|
4806 |
-
#: options/
|
4807 |
-
msgid "
|
|
|
|
|
4808 |
msgstr ""
|
4809 |
|
4810 |
-
#: options/phrases-layouts/phrases-
|
4811 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4812 |
msgstr ""
|
4813 |
|
4814 |
-
#: options/
|
4815 |
-
msgid "
|
|
|
|
|
4816 |
msgstr ""
|
4817 |
|
4818 |
-
#: options/
|
4819 |
-
msgid "
|
|
|
|
|
4820 |
msgstr ""
|
4821 |
|
4822 |
-
#: options/
|
4823 |
-
msgid "
|
|
|
|
|
4824 |
msgstr ""
|
4825 |
|
4826 |
-
#: options/
|
4827 |
-
msgid "
|
|
|
|
|
4828 |
msgstr ""
|
4829 |
|
4830 |
-
#: options/
|
4831 |
-
msgid "
|
|
|
|
|
4832 |
msgstr ""
|
4833 |
|
4834 |
-
#: options/
|
4835 |
-
msgid "
|
|
|
|
|
4836 |
msgstr ""
|
4837 |
|
4838 |
-
#: options/
|
4839 |
-
|
4840 |
-
|
4841 |
-
|
|
|
4842 |
|
4843 |
-
#: options/
|
4844 |
-
msgid "
|
4845 |
-
|
|
|
|
|
4846 |
|
4847 |
-
#: options/
|
4848 |
-
msgid "
|
4849 |
-
|
|
|
|
|
4850 |
|
4851 |
-
#: options/
|
4852 |
-
msgid "
|
4853 |
-
|
|
|
|
|
4854 |
|
4855 |
-
#: options/
|
4856 |
-
msgid "
|
4857 |
-
|
|
|
|
|
4858 |
|
4859 |
-
#: options/
|
4860 |
-
msgid "
|
4861 |
-
|
|
|
|
|
4862 |
|
4863 |
-
#: options/
|
4864 |
-
msgid "
|
4865 |
-
|
|
|
|
|
4866 |
|
4867 |
-
#: options/
|
4868 |
-
msgid "
|
4869 |
-
msgstr "
|
4870 |
|
4871 |
-
#:
|
4872 |
-
|
4873 |
-
|
|
|
4874 |
|
4875 |
-
#: options/
|
4876 |
-
msgid "
|
4877 |
-
|
|
|
|
|
4878 |
|
4879 |
-
#: options/
|
4880 |
-
msgid "
|
4881 |
-
msgstr "
|
4882 |
|
4883 |
-
#: options/
|
4884 |
-
msgid "
|
4885 |
-
msgstr "
|
4886 |
|
4887 |
-
#: options/
|
4888 |
-
msgid "
|
4889 |
msgstr ""
|
4890 |
|
4891 |
-
#: options/
|
4892 |
-
msgid "
|
4893 |
msgstr ""
|
4894 |
|
4895 |
-
#:
|
4896 |
-
msgid "
|
4897 |
msgstr ""
|
4898 |
|
4899 |
-
#: options/
|
4900 |
-
msgid "
|
4901 |
msgstr ""
|
4902 |
|
4903 |
-
#:
|
4904 |
-
msgid "
|
4905 |
msgstr ""
|
4906 |
|
4907 |
-
#:
|
4908 |
-
msgid "
|
4909 |
msgstr ""
|
4910 |
|
4911 |
-
#: options/
|
4912 |
-
msgid "
|
4913 |
msgstr ""
|
4914 |
|
4915 |
-
#: options/
|
4916 |
-
msgid "
|
4917 |
msgstr ""
|
4918 |
|
4919 |
-
#:
|
4920 |
-
msgid "
|
4921 |
msgstr ""
|
4922 |
|
4923 |
-
#: options/
|
4924 |
-
|
|
|
|
|
|
|
|
|
|
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#: options/
|
4928 |
-
|
|
|
4929 |
msgstr ""
|
4930 |
|
4931 |
-
#: options/
|
4932 |
-
|
|
|
4933 |
msgstr ""
|
4934 |
|
4935 |
-
#:
|
4936 |
-
msgid "
|
4937 |
msgstr ""
|
4938 |
|
4939 |
-
#: options/
|
4940 |
-
msgid "
|
4941 |
-
msgstr "
|
4942 |
|
4943 |
-
#: options/
|
4944 |
-
msgid "
|
4945 |
-
msgstr "
|
4946 |
|
4947 |
-
#: options/
|
4948 |
-
msgid "
|
4949 |
-
msgstr "
|
4950 |
|
4951 |
-
#: options/
|
4952 |
-
msgid "
|
4953 |
-
msgstr "
|
4954 |
|
4955 |
-
#: options/
|
4956 |
-
|
4957 |
-
|
|
|
4958 |
|
4959 |
-
#: options/
|
4960 |
-
|
4961 |
-
|
|
|
4962 |
|
4963 |
-
#: options/
|
4964 |
-
msgid "
|
4965 |
msgstr ""
|
4966 |
|
4967 |
-
#: options/
|
4968 |
-
msgid "
|
4969 |
-
msgstr "
|
4970 |
-
|
4971 |
-
#: options/phrases-layouts/phrases-form.php:75
|
4972 |
-
msgid "Subscribed on all your comments replies"
|
4973 |
-
msgstr "الاشتراك في التنبيهات للردود الجديدة على جميع تعليقاتك"
|
4974 |
|
4975 |
-
#: options/
|
4976 |
-
msgid "
|
4977 |
-
msgstr "
|
4978 |
|
4979 |
-
#: options/
|
4980 |
-
msgid "
|
|
|
|
|
|
|
4981 |
msgstr ""
|
4982 |
|
4983 |
-
#: options/
|
4984 |
-
msgid "
|
4985 |
-
msgstr "
|
4986 |
|
4987 |
-
#: options/
|
4988 |
-
msgid "
|
4989 |
-
msgstr "
|
4990 |
|
4991 |
-
#: options/
|
4992 |
-
msgid "
|
4993 |
-
msgstr "
|
4994 |
|
4995 |
-
#: options/
|
4996 |
-
msgid "
|
|
|
|
|
|
|
4997 |
msgstr ""
|
4998 |
|
4999 |
-
#: options/
|
5000 |
-
msgid "
|
5001 |
msgstr ""
|
5002 |
|
5003 |
-
#: options/
|
5004 |
-
msgid "
|
5005 |
msgstr ""
|
5006 |
|
5007 |
-
#: options/
|
5008 |
-
|
5009 |
-
msgid "We are sorry, you are not allowed to comment more than %d time(s)"
|
5010 |
msgstr ""
|
5011 |
|
5012 |
-
#: options/
|
5013 |
-
|
5014 |
-
msgid ""
|
5015 |
-
"We are sorry, you are not allowed to create a new comment thread more than %d "
|
5016 |
-
"time(s)"
|
5017 |
msgstr ""
|
5018 |
|
5019 |
-
#: options/
|
5020 |
-
|
5021 |
-
msgid "We are sorry, you are not allowed to reply more than %d time(s)"
|
5022 |
msgstr ""
|
5023 |
|
5024 |
-
#: options/
|
5025 |
-
msgid "
|
5026 |
msgstr ""
|
5027 |
|
5028 |
-
#: options/
|
5029 |
-
msgid "
|
5030 |
msgstr ""
|
5031 |
|
5032 |
-
#: options/
|
5033 |
-
msgid "
|
5034 |
msgstr ""
|
5035 |
|
5036 |
-
#: options/
|
5037 |
-
msgid "
|
5038 |
msgstr ""
|
5039 |
|
5040 |
-
#: options/
|
5041 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5042 |
msgstr ""
|
5043 |
|
5044 |
-
#: options/
|
5045 |
-
msgid "
|
5046 |
msgstr ""
|
5047 |
|
5048 |
-
#: options/phrases-layouts/phrases-
|
5049 |
-
msgid "
|
5050 |
-
msgstr "
|
5051 |
-
|
5052 |
-
#: options/phrases-layouts/phrases-notification.php:42
|
5053 |
-
msgid "Logged In"
|
5054 |
-
msgstr "مسجل دخول"
|
5055 |
|
5056 |
-
#: options/
|
5057 |
-
msgid "
|
5058 |
-
|
|
|
|
|
5059 |
|
5060 |
-
#: options/
|
5061 |
-
msgid "
|
5062 |
-
|
|
|
|
|
5063 |
|
5064 |
-
#: options/
|
5065 |
-
msgid "
|
5066 |
-
msgstr "
|
5067 |
|
5068 |
-
#: options/
|
5069 |
-
msgid "
|
5070 |
msgstr ""
|
5071 |
|
5072 |
-
#: options/
|
5073 |
-
msgid "
|
5074 |
msgstr ""
|
5075 |
|
5076 |
-
#: options/
|
5077 |
-
msgid "
|
5078 |
msgstr ""
|
5079 |
|
5080 |
-
#: options/
|
5081 |
-
msgid "
|
5082 |
msgstr ""
|
5083 |
|
5084 |
-
#: options/
|
5085 |
-
msgid "
|
5086 |
msgstr ""
|
5087 |
|
5088 |
-
#: options/
|
5089 |
-
msgid "
|
|
|
|
|
|
|
5090 |
msgstr ""
|
5091 |
|
5092 |
-
#: options/
|
5093 |
-
msgid "
|
5094 |
msgstr ""
|
5095 |
|
5096 |
-
#:
|
5097 |
-
msgid "
|
5098 |
msgstr ""
|
5099 |
|
5100 |
-
#:
|
5101 |
-
msgid ""
|
5102 |
-
"Using this tool you can migrate or backup/restore wpDiscuz options from one "
|
5103 |
-
"WordPress to another."
|
5104 |
msgstr ""
|
5105 |
|
5106 |
-
#:
|
5107 |
-
|
|
|
|
|
5108 |
msgstr ""
|
5109 |
|
5110 |
-
#: options/
|
5111 |
-
|
|
|
5112 |
msgstr ""
|
5113 |
|
5114 |
-
#: options/
|
5115 |
-
|
5116 |
-
"
|
5117 |
-
"backup file and click import options."
|
5118 |
msgstr ""
|
5119 |
|
5120 |
-
#: options/
|
5121 |
-
|
|
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#: options/
|
5125 |
-
msgid ""
|
5126 |
-
"Using this tool you can migrate or backup/restore wpDiscuz phrases from one "
|
5127 |
-
"WordPress to another."
|
5128 |
msgstr ""
|
5129 |
|
5130 |
-
#: options/
|
5131 |
-
msgid "
|
5132 |
msgstr ""
|
5133 |
|
5134 |
-
#:
|
5135 |
-
msgid "
|
5136 |
msgstr ""
|
5137 |
|
5138 |
-
#:
|
5139 |
-
msgid ""
|
5140 |
-
"Here you can import and restore wpDiscuz phrases. You just need to choose "
|
5141 |
-
"backup file and click import phrases."
|
5142 |
msgstr ""
|
5143 |
|
5144 |
-
#:
|
5145 |
-
msgid "
|
5146 |
msgstr ""
|
5147 |
|
5148 |
-
#:
|
5149 |
-
msgid "
|
5150 |
msgstr ""
|
5151 |
|
5152 |
-
#: options/
|
5153 |
-
msgid "
|
5154 |
msgstr ""
|
5155 |
|
5156 |
-
#: options/
|
5157 |
-
|
5158 |
-
#: options/tools-layouts/regenerate-vote-metas.php:17
|
5159 |
-
msgid "Start Regenerate"
|
5160 |
msgstr ""
|
5161 |
|
5162 |
-
#: options/
|
5163 |
-
msgid ""
|
5164 |
-
"Using this tool you can import subscriptions from other plugins to wpDiscuz."
|
5165 |
msgstr ""
|
5166 |
|
5167 |
-
#: options/
|
5168 |
-
|
|
|
5169 |
msgstr ""
|
5170 |
|
5171 |
-
#: options/
|
5172 |
-
|
5173 |
-
|
|
|
5174 |
|
5175 |
-
#: options/
|
5176 |
-
|
5177 |
-
|
|
|
5178 |
|
5179 |
-
#:
|
5180 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5181 |
msgstr ""
|
5182 |
|
5183 |
-
#:
|
5184 |
-
msgid "
|
5185 |
msgstr ""
|
5186 |
|
5187 |
-
#:
|
5188 |
-
|
|
|
|
|
|
|
|
|
|
|
5189 |
msgstr ""
|
5190 |
|
5191 |
-
#:
|
5192 |
-
msgid "
|
5193 |
msgstr ""
|
5194 |
|
5195 |
-
#:
|
5196 |
-
msgid "
|
5197 |
msgstr ""
|
5198 |
|
5199 |
-
#:
|
5200 |
-
|
|
|
5201 |
msgstr ""
|
5202 |
|
5203 |
-
#:
|
5204 |
-
|
|
|
5205 |
msgstr ""
|
5206 |
|
5207 |
-
#:
|
5208 |
-
|
|
|
|
|
|
|
5209 |
msgstr ""
|
5210 |
|
5211 |
-
#:
|
5212 |
-
|
|
|
5213 |
msgstr ""
|
5214 |
|
5215 |
-
#:
|
5216 |
-
|
|
|
5217 |
msgstr ""
|
5218 |
|
5219 |
-
#:
|
5220 |
-
msgid "
|
|
|
|
|
5221 |
msgstr ""
|
5222 |
|
5223 |
-
#:
|
5224 |
-
msgid "
|
|
|
|
|
5225 |
msgstr ""
|
5226 |
|
5227 |
-
#:
|
5228 |
-
|
|
|
5229 |
msgstr ""
|
5230 |
|
5231 |
-
#:
|
5232 |
-
msgid "
|
|
|
|
|
|
|
|
|
5233 |
msgstr ""
|
5234 |
|
5235 |
-
#:
|
5236 |
-
msgid "
|
5237 |
msgstr ""
|
5238 |
|
5239 |
-
#:
|
5240 |
-
msgid "
|
5241 |
msgstr ""
|
5242 |
|
5243 |
-
#:
|
5244 |
-
msgid "
|
5245 |
msgstr ""
|
5246 |
|
5247 |
-
#:
|
5248 |
-
msgid "
|
5249 |
msgstr ""
|
5250 |
|
5251 |
-
#:
|
5252 |
-
msgid "
|
5253 |
msgstr ""
|
5254 |
|
5255 |
-
#:
|
5256 |
-
msgid "
|
5257 |
msgstr ""
|
5258 |
|
5259 |
-
#:
|
5260 |
-
msgid ""
|
5261 |
-
"Please let us know why you are deactivating. Choosing one of the options "
|
5262 |
-
"below you will help us make it better for you and for other users."
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#:
|
5266 |
-
msgid "
|
5267 |
msgstr ""
|
5268 |
|
5269 |
-
#:
|
5270 |
-
msgid "
|
5271 |
msgstr ""
|
5272 |
|
5273 |
-
#:
|
5274 |
-
msgid "
|
5275 |
msgstr ""
|
5276 |
|
5277 |
-
#:
|
5278 |
-
msgid "
|
5279 |
msgstr ""
|
5280 |
|
5281 |
-
#:
|
5282 |
-
msgid "
|
5283 |
msgstr ""
|
5284 |
|
5285 |
-
#:
|
5286 |
-
msgid "
|
5287 |
msgstr ""
|
5288 |
|
5289 |
-
#:
|
5290 |
-
msgid "
|
5291 |
msgstr ""
|
5292 |
|
5293 |
-
#: utils/deactivation-reason-modal.php:
|
5294 |
-
msgid "
|
5295 |
msgstr ""
|
5296 |
|
5297 |
-
#: utils/deactivation-reason-modal.php:
|
5298 |
msgid "What part of design you don't like or want to change?"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
#: utils/deactivation-reason-modal.php:47
|
5302 |
-
|
|
|
5303 |
msgstr ""
|
5304 |
|
5305 |
-
#:
|
5306 |
-
msgid ""
|
5307 |
-
"Could you please describe which features of the plugin slows down your "
|
5308 |
-
"website?"
|
5309 |
msgstr ""
|
5310 |
|
5311 |
-
#:
|
5312 |
-
msgid "
|
5313 |
msgstr ""
|
5314 |
|
5315 |
-
#:
|
5316 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
5317 |
msgstr ""
|
5318 |
|
5319 |
-
#:
|
5320 |
-
msgid "
|
5321 |
msgstr ""
|
5322 |
|
5323 |
-
#:
|
5324 |
-
msgid "
|
5325 |
msgstr ""
|
5326 |
|
5327 |
-
#:
|
5328 |
-
msgid "
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#:
|
5332 |
-
msgid "
|
5333 |
msgstr ""
|
5334 |
|
5335 |
-
#:
|
5336 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5337 |
msgstr ""
|
5338 |
|
5339 |
-
#:
|
5340 |
-
msgid "
|
5341 |
msgstr ""
|
5342 |
|
5343 |
-
#:
|
5344 |
-
msgid "
|
5345 |
msgstr ""
|
5346 |
|
5347 |
-
#:
|
5348 |
-
msgid "
|
5349 |
msgstr ""
|
5350 |
|
5351 |
-
#:
|
5352 |
-
msgid "
|
5353 |
msgstr ""
|
5354 |
|
5355 |
-
|
5356 |
-
msgid "
|
5357 |
-
msgstr "http://wpdiscuz.com/"
|
5358 |
-
|
5359 |
-
#. Description of the plugin/theme
|
5360 |
-
msgid ""
|
5361 |
-
"#1 WordPress Comment Plugin. Innovative, modern and feature-rich comment "
|
5362 |
-
"system to supercharge your website comment section."
|
5363 |
msgstr ""
|
5364 |
|
5365 |
-
|
5366 |
-
msgid "
|
5367 |
-
msgstr "فريق جي فيكتور (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
|
5368 |
-
|
5369 |
-
#. Author URI of the plugin/theme
|
5370 |
-
msgid "https://gvectors.com/"
|
5371 |
msgstr ""
|
5372 |
|
5373 |
-
|
5374 |
-
|
5375 |
-
|
5376 |
-
#~ msgstr ""
|
5377 |
-
#~ "السماح بفرض رقابة على كلمات التعليقات. قم بفلترة التعليقات, واستبدال هذه "
|
5378 |
-
#~ "العبارات بكلمات أخرى من اختيارك."
|
5379 |
-
|
5380 |
-
#~ msgid "New Addons are available for wpDiscuz Comments Plugin"
|
5381 |
-
#~ msgstr "إضافات مساندة جديدة متوفرة لإضافة wpDiscuz الخاصة بالتعليقات"
|
5382 |
-
|
5383 |
-
#~ msgid "Leave a Reply"
|
5384 |
-
#~ msgstr "اترك تعليق"
|
5385 |
-
|
5386 |
-
#~ msgid "on"
|
5387 |
-
#~ msgstr "على"
|
5388 |
-
|
5389 |
-
#~ msgid "Please insert the code above to comment"
|
5390 |
-
#~ msgstr "قم بكتابة الكود في أعلى التعليق"
|
5391 |
-
|
5392 |
-
#~ msgid "newest"
|
5393 |
-
#~ msgstr "الأحدث"
|
5394 |
-
|
5395 |
-
#~ msgid "oldest"
|
5396 |
-
#~ msgstr "الأقدم"
|
5397 |
-
|
5398 |
-
#~ msgid "most voted"
|
5399 |
-
#~ msgstr "الأكثر تصويتاً"
|
5400 |
-
|
5401 |
-
#~ msgid "Show Replies"
|
5402 |
-
#~ msgstr "عرض الردود"
|
5403 |
-
|
5404 |
-
#~ msgid "New comment on the discussion section you've been interested in"
|
5405 |
-
#~ msgstr "يوجد تعليق جديد على الموضوع الذي اشتركت فيه"
|
5406 |
-
|
5407 |
-
#~ msgid "New reply on the discussion section you've been interested in"
|
5408 |
-
#~ msgstr "يوجد رد جديد على الموضوع الذي اشتركت فيه"
|
5409 |
-
|
5410 |
-
#~ msgid ""
|
5411 |
-
#~ "Hi, <br/> You just subscribed for new comments on our website. This means "
|
5412 |
-
#~ "you will receive an email when new comments are posted according to "
|
5413 |
-
#~ "subscription option you've chosen. <br/> To activate, click confirm below. "
|
5414 |
-
#~ "If you believe this is an error, ignore this message and we'll never "
|
5415 |
-
#~ "bother you again."
|
5416 |
-
#~ msgstr ""
|
5417 |
-
#~ "مرحباً بك,<br />\n"
|
5418 |
-
#~ "شكراً لاشتراكك في خدمة التنبيهات, سيتم إرسال رسالة لتنبيهك عند وصول تعليق "
|
5419 |
-
#~ "جديد حسب الاختيار الذي قمتَ بتحديده.\n"
|
5420 |
-
#~ "لتأكيد الاشتراك, فضلاً قم بالضغط على هذا الرابط."
|
5421 |
-
|
5422 |
-
#~ msgid "new comment"
|
5423 |
-
#~ msgstr "تعليق جديد"
|
5424 |
-
|
5425 |
-
#~ msgid "new comments"
|
5426 |
-
#~ msgstr "تعليقات جديدة"
|
5427 |
-
|
5428 |
-
#~ msgid "Comment awaiting moderation"
|
5429 |
-
#~ msgstr "التعليق بانتظار الموافقة"
|
5430 |
-
|
5431 |
-
#~ msgid "new reply on your comment"
|
5432 |
-
#~ msgstr "رد جديد على التعليق الخاص بك"
|
5433 |
-
|
5434 |
-
#~ msgid "new replies on your comments"
|
5435 |
-
#~ msgstr "ردود جديدة على التعليقات الخاصة بك"
|
5436 |
-
|
5437 |
-
#~ msgid "New"
|
5438 |
-
#~ msgstr "جديد"
|
5439 |
-
|
5440 |
-
#~ msgid "Addon Details | Buy"
|
5441 |
-
#~ msgstr "تفاصيل الإضافات | شراء"
|
5442 |
-
|
5443 |
-
#~ msgid "wpDiscuz General Settings"
|
5444 |
-
#~ msgstr "إعدادات wpDiscuz الرئيسية"
|
5445 |
-
|
5446 |
-
#~ msgid "Show/Hide"
|
5447 |
-
#~ msgstr "عرض/إخفاء"
|
5448 |
-
|
5449 |
-
#~ msgid "Subscription"
|
5450 |
-
#~ msgstr "الاشتراك"
|
5451 |
-
|
5452 |
-
#~ msgid "and Postmatic"
|
5453 |
-
#~ msgstr "و Postmatic"
|
5454 |
-
|
5455 |
-
#~ msgid "Styling"
|
5456 |
-
#~ msgstr "التنسيق"
|
5457 |
-
|
5458 |
-
#~ msgid "Integrations"
|
5459 |
-
#~ msgstr "الاندماجات"
|
5460 |
-
|
5461 |
-
#~ msgid "Refresh comment optimization"
|
5462 |
-
#~ msgstr "تحديث الوضعية الأمثل للتعليقات"
|
5463 |
-
|
5464 |
-
#~ msgid "Enable Quicktags"
|
5465 |
-
#~ msgstr "تفعيل الأوسمة السريعة"
|
5466 |
-
|
5467 |
-
#~ msgid "Comment author must fill out email"
|
5468 |
-
#~ msgstr "كاتب التعليق لابد أن يملأ الخانة الخاصة بالبريد الالكتروني"
|
5469 |
-
|
5470 |
-
#~ msgid "Comment author must fill out name"
|
5471 |
-
#~ msgstr "كاتب التعليق لابد أن يملأ الخانة الخاصة بالاسم"
|
5472 |
-
|
5473 |
-
#~ msgid "Comment author name min length (for guests only)"
|
5474 |
-
#~ msgstr "الحد الأدنى لعدد أحرف اسم كاتب التعليق (للضيوف فقط)"
|
5475 |
-
|
5476 |
-
#~ msgid "Keep guest commenter credentials in browser cookies for x days"
|
5477 |
-
#~ msgstr "قم بالاحتفاظ بمعلومات كاتب التعليق من الضيوف في المتصفح لـ x يوم"
|
5478 |
-
|
5479 |
-
#~ msgid "Set this option value -1 to make it unlimited."
|
5480 |
-
#~ msgstr "ضع القيمة هنا -1 لجعله غير محدود."
|
5481 |
-
|
5482 |
-
#~ msgid "Set this option value 0 to clear those data when user closes browser."
|
5483 |
-
#~ msgstr ""
|
5484 |
-
#~ "ضع القيمة هنا 0 لمسح هذه المعلومات عندما يقوم المستخدم بإغلاق المتصفّح."
|
5485 |
-
|
5486 |
-
#~ msgid "Comment text length"
|
5487 |
-
#~ msgstr "طول نص التعليق"
|
5488 |
-
|
5489 |
-
#~ msgid ""
|
5490 |
-
#~ "The number of words before breaking comment text and showing \"Read more\" "
|
5491 |
-
#~ "link"
|
5492 |
-
#~ msgstr "عدد كلمات التعليق المسموح بها قبل إخفاء البقية وإظهار “اقرأ المزيد”"
|
5493 |
-
|
5494 |
-
#~ msgid "Comment text size in pixels"
|
5495 |
-
#~ msgstr "حجم نص التعليق بالبكسل"
|
5496 |
-
|
5497 |
-
#~ msgid "Allow comment editing for"
|
5498 |
-
#~ msgstr "السماح بتحرير التعليق لـ"
|
5499 |
-
|
5500 |
-
#~ msgid "Redirect first commenter to"
|
5501 |
-
#~ msgstr "إعادة توجيه الملعلق الأول إلى"
|
5502 |
-
|
5503 |
-
#~ msgid "Allow guests to vote on comments"
|
5504 |
-
#~ msgstr "السماح بالضيوف التصويت على التعليقات"
|
5505 |
-
|
5506 |
-
#~ msgid "Comments loading/pagination type"
|
5507 |
-
#~ msgstr "تحميل التعليقات/نوع ترقيم الصفحات"
|
5508 |
-
|
5509 |
-
#~ msgid ""
|
5510 |
-
#~ "You can manage the number of comments for [Load more] option in Settings > "
|
5511 |
-
#~ "Discussion page, using \"Break comments into pages with [X] top level "
|
5512 |
-
#~ "comments per page\" option. To show the default Wordpress comment "
|
5513 |
-
#~ "pagination you should enable the checkbox on bigining of the same option."
|
5514 |
-
#~ msgstr ""
|
5515 |
-
#~ "بإمكانك التحكم بعدد التعليقات الخاصة بـ [تحميل المزيد] من خلال الإعدادات > "
|
5516 |
-
#~ "مناقشة, باستخدام خيار \"حدّد عدد التعليقات في كل صفحة, ويجب أن تظهر "
|
5517 |
-
#~ "التعليقات [x] في أعلى الصفحة.\". لعرض صفحات التعليقات الافتراضية الخاصة "
|
5518 |
-
#~ "بووردبريس, يجب أن تقوم بتفعيل مربع الاختيار الموجود في البداية في نفس مكان "
|
5519 |
-
#~ "الخيارات."
|
5520 |
-
|
5521 |
-
#~ msgid "Use WordPress Date/Time format"
|
5522 |
-
#~ msgstr "قم باستخدام تنسيق الوقت والتاريخ الخاص بووردبريس"
|
5523 |
-
|
5524 |
-
#~ msgid "Use Plugin .PO/.MO files"
|
5525 |
-
#~ msgstr "قم باستخدام ملفات الترجمة .PO/.MO"
|
5526 |
-
|
5527 |
-
#~ msgid "BuddyPress"
|
5528 |
-
#~ msgstr "BuddyPress"
|
5529 |
-
|
5530 |
-
#~ msgid "Users Ultra"
|
5531 |
-
#~ msgstr "Users Ultra"
|
5532 |
-
|
5533 |
-
#~ msgid "User Pro"
|
5534 |
-
#~ msgstr "User Pro"
|
5535 |
-
|
5536 |
-
#~ msgid "Ultimate Member"
|
5537 |
-
#~ msgstr "Ultimate Member"
|
5538 |
-
|
5539 |
-
#~ msgid "MyCred"
|
5540 |
-
#~ msgstr "MyCred"
|
5541 |
-
|
5542 |
-
#~ msgid "Live update options"
|
5543 |
-
#~ msgstr "خيار التحديث التلقائي"
|
5544 |
|
5545 |
-
|
5546 |
-
|
5547 |
-
|
5548 |
-
#~ "However we recommend to monitor your server resources if you're on a "
|
5549 |
-
#~ "Shared hosting plan. There are some very weak hosting plans which may not "
|
5550 |
-
#~ "be able to perform very frequently live update requests. If you found some "
|
5551 |
-
#~ "issue you can set the option below 30 seconds or more."
|
5552 |
-
#~ msgstr ""
|
5553 |
-
#~ "التحديث التلقائي لـ wpDiscuz ذكي للغاية, ولا يتسبب في زيادة الأحمال على "
|
5554 |
-
#~ "السيرفر الخاص بك حتى في خطة استضافة مشتركة, وحتى لو كان الموقع الخاص بك "
|
5555 |
-
#~ "نشط جداً. لكن رغم ذلك, نحن ننصح بمراقبة إحصائيات أداء السيرفر إذا كنت على "
|
5556 |
-
#~ "استضافة مشتركة. هناك استضافات مشتركة ضعيفة جداً قد لا تستطيع تحمّل طلبات "
|
5557 |
-
#~ "التحديث التلقائي الكثيرة. إذا صادفتك بعض المشاكل, بإمكانك وضع هذا الخيار "
|
5558 |
-
#~ "على ٣٠ ثانية أو أكثر."
|
5559 |
|
5560 |
-
|
5561 |
-
|
|
|
|
|
5562 |
|
5563 |
-
|
5564 |
-
|
|
|
|
|
|
|
5565 |
|
5566 |
-
|
5567 |
-
|
5568 |
-
|
5569 |
-
#~ "الخاصة بها."
|
5570 |
|
5571 |
-
|
5572 |
-
|
|
|
5573 |
|
5574 |
-
|
5575 |
-
|
|
|
|
|
5576 |
|
5577 |
-
|
5578 |
-
|
|
|
5579 |
|
5580 |
-
|
5581 |
-
|
|
|
5582 |
|
5583 |
-
|
5584 |
-
|
|
|
|
|
|
|
5585 |
|
5586 |
-
|
5587 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5588 |
|
5589 |
-
|
5590 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5591 |
|
5592 |
-
|
5593 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5594 |
|
5595 |
-
|
5596 |
-
|
|
|
|
|
|
|
|
|
|
|
5597 |
|
5598 |
-
|
5599 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5600 |
|
5601 |
-
|
5602 |
-
|
|
|
5603 |
|
5604 |
-
|
5605 |
-
|
|
|
5606 |
|
5607 |
-
|
5608 |
-
|
|
|
5609 |
|
5610 |
-
|
5611 |
-
|
5612 |
-
|
5613 |
-
|
5614 |
-
|
5615 |
-
|
5616 |
-
|
5617 |
-
|
|
|
|
|
5618 |
|
5619 |
-
|
5620 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5621 |
|
5622 |
-
|
5623 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5624 |
|
5625 |
-
|
5626 |
-
|
|
|
5627 |
|
5628 |
-
|
5629 |
-
|
|
|
|
|
|
|
|
|
|
|
5630 |
|
5631 |
-
|
5632 |
-
|
|
|
5633 |
|
5634 |
-
|
5635 |
-
|
|
|
5636 |
|
5637 |
-
|
5638 |
-
|
|
|
|
|
|
|
|
|
|
|
5639 |
|
5640 |
-
|
5641 |
-
|
|
|
5642 |
|
5643 |
-
|
5644 |
-
|
|
|
5645 |
|
5646 |
-
|
5647 |
-
|
|
|
5648 |
|
5649 |
-
|
5650 |
-
|
5651 |
-
|
5652 |
-
#~ "التعليقات"
|
5653 |
|
5654 |
-
|
5655 |
-
|
|
|
5656 |
|
5657 |
-
|
5658 |
-
|
|
|
5659 |
|
5660 |
-
|
5661 |
-
|
5662 |
-
|
5663 |
-
#~ "OK and lots of other social network service accounts. All social login "
|
5664 |
-
#~ "buttons will be fully integrated with wpDiscuz comment forms."
|
5665 |
-
#~ msgstr ""
|
5666 |
-
#~ "بإمكانك أن تقوم باستخدام أشهر الإضافات الخاصة بتسجيل الدخول عبر الشبكات "
|
5667 |
-
#~ "الاجتماعية للسماح بزوارك بتسجيل الدخول والتعليق عبر فيسبوك, تويتر, جوجل "
|
5668 |
-
#~ "بلس, ووردبريس, وغيرها الكثير من حسابات الشبكات الاجتماعية. جميع الأزرار "
|
5669 |
-
#~ "الخاصة بتسجيل الدخول في الشبكات الاجتماعية ستكون متكاملة تماماً مع استمارات "
|
5670 |
-
#~ "التعليق الخاصة بـ wpDiscuz."
|
5671 |
|
5672 |
-
|
5673 |
-
|
|
|
5674 |
|
5675 |
-
|
5676 |
-
|
|
|
5677 |
|
5678 |
-
|
5679 |
-
|
|
|
5680 |
|
5681 |
-
|
5682 |
-
|
|
|
5683 |
|
5684 |
-
|
5685 |
-
|
|
|
5686 |
|
5687 |
-
|
5688 |
-
|
|
|
|
|
|
|
5689 |
|
5690 |
-
|
5691 |
-
|
|
|
5692 |
|
5693 |
-
|
5694 |
-
|
|
|
5695 |
|
5696 |
-
|
5697 |
-
|
|
|
5698 |
|
5699 |
-
|
5700 |
-
|
|
|
|
|
|
|
5701 |
|
5702 |
-
|
5703 |
-
|
|
|
|
|
5704 |
|
5705 |
-
|
5706 |
-
|
5707 |
-
|
5708 |
-
|
5709 |
-
|
5710 |
-
|
|
|
5711 |
|
5712 |
-
|
5713 |
-
|
|
|
|
|
|
|
5714 |
|
5715 |
-
|
5716 |
-
|
|
|
|
|
|
|
|
|
|
|
5717 |
|
5718 |
-
|
5719 |
-
|
|
|
|
|
|
|
5720 |
|
5721 |
-
|
5722 |
-
|
|
|
|
|
|
|
|
|
|
|
5723 |
|
5724 |
-
|
5725 |
-
|
|
|
|
|
|
|
5726 |
|
5727 |
-
|
5728 |
-
|
|
|
5729 |
|
5730 |
-
|
5731 |
-
|
|
|
|
|
|
|
|
|
5732 |
|
5733 |
-
|
5734 |
-
|
5735 |
-
|
5736 |
-
|
|
|
|
|
5737 |
|
5738 |
-
|
5739 |
-
|
|
|
|
|
|
|
5740 |
|
5741 |
-
|
5742 |
-
|
|
|
|
|
|
|
5743 |
|
5744 |
-
|
5745 |
-
|
|
|
5746 |
|
5747 |
-
|
5748 |
-
|
|
|
|
|
5749 |
|
5750 |
-
|
5751 |
-
|
|
|
|
|
5752 |
|
5753 |
-
|
5754 |
-
|
|
|
|
|
5755 |
|
5756 |
-
|
5757 |
-
|
|
|
5758 |
|
5759 |
-
|
5760 |
-
|
|
|
5761 |
|
5762 |
-
|
5763 |
-
|
|
|
5764 |
|
5765 |
-
|
5766 |
-
|
|
|
5767 |
|
5768 |
-
|
5769 |
-
|
|
|
5770 |
|
5771 |
-
|
5772 |
-
|
|
|
|
|
|
|
|
|
|
|
5773 |
|
5774 |
-
|
5775 |
-
|
|
|
|
|
5776 |
|
5777 |
-
|
5778 |
-
|
|
|
5779 |
|
5780 |
-
|
5781 |
-
|
|
|
5782 |
|
5783 |
-
|
5784 |
-
|
|
|
|
|
5785 |
|
5786 |
-
|
5787 |
-
|
|
|
5788 |
|
5789 |
-
|
5790 |
-
|
|
|
5791 |
|
5792 |
-
|
5793 |
-
|
|
|
|
|
5794 |
|
5795 |
-
|
5796 |
-
|
|
|
5797 |
|
5798 |
-
|
5799 |
-
|
|
|
5800 |
|
5801 |
-
|
5802 |
-
|
|
|
5803 |
|
5804 |
-
|
5805 |
-
|
|
|
|
|
5806 |
|
5807 |
-
|
5808 |
-
|
|
|
5809 |
|
5810 |
-
|
5811 |
-
|
|
|
5812 |
|
5813 |
-
|
5814 |
-
|
|
|
|
|
5815 |
|
5816 |
-
|
5817 |
-
|
|
|
|
|
5818 |
|
5819 |
-
|
5820 |
-
|
|
|
|
|
5821 |
|
5822 |
-
|
5823 |
-
|
|
|
|
|
5824 |
|
5825 |
-
|
5826 |
-
|
|
|
5827 |
|
5828 |
-
|
5829 |
-
|
|
|
|
|
5830 |
|
5831 |
-
|
5832 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5833 |
|
5834 |
-
|
5835 |
-
|
|
|
|
|
5836 |
|
5837 |
-
|
5838 |
-
|
5839 |
-
|
5840 |
-
|
5841 |
-
#~ "نظام أفضل للتعليقات. الإضافة الخاصة بووردبريس لإرسال التعليقات والردود حيث "
|
5842 |
-
#~ "تسمح للزوار بالردود والتصويت على التعليقات ومشاركتها."
|
5843 |
|
5844 |
-
|
5845 |
-
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpDiscuz - supercharged native comments\n"
|
4 |
"POT-Creation-Date: 2020-01-20 20:53+0400\n"
|
5 |
+
"PO-Revision-Date: 2022-03-09 10:04+0000\n"
|
6 |
"Last-Translator: \n"
|
7 |
+
"Language-Team: Arabic\n"
|
8 |
"Language: ar\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
13 |
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
14 |
+
"X-Generator: Loco https://localise.biz/\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: forms/wpdFormAttr/Field/Field.php:61
|
25 |
+
msgid " (Submit Button)"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: options/html-dashboard.php:58
|
29 |
+
msgid ""
|
30 |
+
" In wpDiscuz 7 the real-time commenting becomes more live and attractive. "
|
31 |
+
"It's based on REST API and doesn't overload your server. A specific sticky "
|
32 |
+
"comment icon on your web pages, called «Bubble» keeps article "
|
33 |
+
"readers and commenters up to date. It can display new comments as pop-up "
|
34 |
+
"notification or as number in an orange circle."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: options/html-addons.php:28
|
38 |
+
msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team "
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: options/phrases-layouts/phrases-user-settings.php:35
|
42 |
+
msgid "\"Bulk management via email\" description"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: options/class.WpdiscuzOptions.php:3390
|
46 |
+
msgid "\"My Content and Settings\" button"
|
|
|
|
|
|
|
|
|
47 |
msgstr ""
|
48 |
|
49 |
+
#. Description of the plugin/theme
|
50 |
+
msgid ""
|
51 |
+
"#1 WordPress Comment Plugin. Innovative, modern and feature-rich comment "
|
52 |
+
"system to supercharge your website comment section."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: options/class.WpdiscuzOptions.php:3185
|
56 |
+
#: options/class.WpdiscuzOptions.php:3195
|
57 |
+
#, php-format
|
58 |
+
msgid "%s addon was deactivated, because your license isn't valid."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: utils/class.WpdiscuzHelper.php:142
|
62 |
+
#, php-format
|
63 |
+
msgid "%sK"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: utils/class.WpdiscuzHelper.php:140
|
67 |
+
#, php-format
|
68 |
+
msgid "%sM"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: utils/layouts/pagination.php:23
|
72 |
+
msgid "«"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: utils/layouts/pagination.php:28
|
76 |
+
msgid "‹"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: utils/layouts/pagination.php:50
|
80 |
+
msgid "»"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: options/class.WpdiscuzOptions.php:415 utils/layouts/pagination.php:45
|
84 |
+
msgid "›"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: options/options-layouts/html-thread_display.php:58
|
88 |
+
msgid "[Load more] Button"
|
89 |
+
msgstr "زر [تحميل المزيد]"
|
90 |
|
91 |
+
#: options/options-layouts/html-thread_display.php:63
|
92 |
+
msgid "[Load rest of all comments] Button"
|
93 |
+
msgstr "زر [تحميل جميع التعليقات المتبقية]"
|
94 |
|
95 |
+
#: options/class.WpdiscuzOptions.php:3420
|
96 |
+
msgid "[REDIRECT_URL]"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: options/class.WpdiscuzOptions.php:2031
|
100 |
+
msgid ""
|
101 |
+
"A full-fledged tool-kit for advertising in comment section of your website. "
|
102 |
+
"Separate banner and ad managment."
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: class.WpdiscuzCore.php:2102
|
106 |
msgid ""
|
107 |
+
"A simple question or a call to leave a feedback on the selected part of text."
|
108 |
+
" Something like "By the way. Do you agree with this?" or ""
|
109 |
+
"Would love your thoughts, please comment on this.""
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: options/html-dashboard.php:184
|
113 |
+
msgid "Active Users and Guests"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: options/class.WpdiscuzOptions.php:432
|
117 |
+
#: options/phrases-layouts/phrases-user-settings.php:15
|
118 |
+
msgid "Activity"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: forms/wpDiscuzForm.php:499
|
122 |
+
msgid "Add Comment Form"
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: forms/wpDiscuzForm.php:227 forms/wpdFormAttr/Row.php:73
|
126 |
+
msgid "Add Field"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: options/html-options.php:329
|
130 |
+
msgid "Add Inline Commenting forms in article!"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: class.WpdiscuzCore.php:2144
|
134 |
msgid "Add Inline Feedback Button"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: forms/wpDiscuzForm.php:112
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
msgid "Add New"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: forms/wpDiscuzForm.php:113
|
142 |
msgid "Add New Form"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: forms/wpdFormAttr/Form.php:1281
|
146 |
+
msgid "ADD ROW"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: forms/wpdFormAttr/Field/Field.php:96
|
150 |
+
msgid "Add To Form"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: class.WpdiscuzCore.php:1016 class.WpdiscuzCore.php:2395
|
154 |
+
#: class.WpdiscuzCore.php:2398 options/html-options.php:26
|
155 |
+
msgid "Addons"
|
156 |
+
msgstr "الإضافات"
|
157 |
+
|
158 |
+
#: options/html-options.php:445 options/html-options.php:523
|
159 |
+
msgid "Addons Settings"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: options/html-addons.php:20
|
163 |
+
msgid "Addons Support Forum"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: options/class.WpdiscuzOptions.php:1923
|
167 |
+
msgid ""
|
168 |
+
"Adds Giphy [GIF] button and opens popup where you can search for gifs and "
|
169 |
+
"insert them in comment content."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: options/class.WpdiscuzOptions.php:1977
|
173 |
+
msgid ""
|
174 |
+
"Adds Invisible reCAPTCHA on all comment forms. Stops spam and bot comments "
|
175 |
+
"with reCAPTCHA version 3"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: options/class.WpdiscuzOptions.php:1914
|
179 |
+
msgid ""
|
180 |
+
"Adds Tenor [GIF] button and opens popup where you can search for gifs and "
|
181 |
+
"insert them in comment content."
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: class.WpdiscuzCore.php:1716 options/phrases-layouts/phrases-comment.php:56
|
185 |
+
msgid "Admin"
|
186 |
+
msgstr "المدير"
|
187 |
+
|
188 |
+
#: options/class.WpdiscuzOptions.php:2097
|
189 |
+
msgid "Ads Manager"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: options/addons/al/title.php:7 options/class.WpdiscuzOptions.php:2109
|
193 |
+
msgid "Advanced Likers"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:45
|
197 |
+
#: forms/wpdFormAttr/Field/ColorField.php:41
|
198 |
+
#: forms/wpdFormAttr/Field/DateField.php:41
|
199 |
+
#: forms/wpdFormAttr/Field/NumberField.php:51
|
200 |
+
#: forms/wpdFormAttr/Field/RadioField.php:45
|
201 |
+
#: forms/wpdFormAttr/Field/RatingField.php:41
|
202 |
+
#: forms/wpdFormAttr/Field/SelectField.php:45
|
203 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:34
|
204 |
+
#: forms/wpdFormAttr/Field/TextField.php:41
|
205 |
+
#: forms/wpdFormAttr/Field/UrlField.php:41
|
206 |
+
msgid "Advanced Options"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: options/class.WpdiscuzOptions.php:2152
|
210 |
+
msgid ""
|
211 |
+
"Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
|
212 |
+
"adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: options/options-layouts/html-rating.php:53
|
216 |
+
msgid "After Content"
|
|
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: options/class.WpdiscuzOptions.php:3839
|
220 |
+
msgid ""
|
221 |
+
"Aggregate rating schema is a code integrated with post rating HTML. This "
|
222 |
+
"enables Google to feature your post ratings and attract customers with it. "
|
223 |
+
"When searching the internet, people will see your posts search results with "
|
224 |
+
"star ratings. Even though those results are not at the top of search engine "
|
225 |
+
"results page, those sites caught people attention first."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: options/class.WpdiscuzOptions.php:3840
|
229 |
+
#, php-format
|
230 |
+
msgid ""
|
231 |
+
"Aggregate rating schema is a code integrated with post rating HTML. This "
|
232 |
+
"enables Google to feature your post ratings and attract customers with it. "
|
233 |
+
"When searching the internet, people will see your posts search results with "
|
234 |
+
"star ratings. Even though those results are not at the top of search engine "
|
235 |
+
"results page, those sites caught people attention first. If your website "
|
236 |
+
"does not sell Products, we do not recommend activating this option. For more "
|
237 |
+
"details, please %s."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: options/class.WpdiscuzOptions.php:383
|
241 |
+
msgid "ago"
|
242 |
+
msgstr " "
|
|
|
|
|
243 |
|
244 |
+
#: options/phrases-layouts/phrases-datetime.php:63
|
245 |
+
msgid "Ago text"
|
246 |
+
msgstr "النص الخاص بـ “سابقاً”"
|
247 |
|
248 |
+
#: options/class.WpdiscuzOptions.php:430
|
249 |
+
#: options/phrases-layouts/phrases-social-login.php:27
|
250 |
+
msgid "Agree"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: options/class.WpdiscuzOptions.php:2058
|
254 |
+
msgid ""
|
255 |
+
"AJAX powered front-end comment search. It starts searching while you type "
|
256 |
+
"search words. "
|
257 |
msgstr ""
|
258 |
+
"بحث متطور باستخدام الـ AJAX, يقوم بالبدء بالبحث في التعليقات أثناء كتابتك "
|
259 |
+
"لكلمة البحث."
|
260 |
|
261 |
+
#: options/phrases-layouts/phrases-media.php:11
|
262 |
+
msgid "Alert message before deleting attached file"
|
|
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: options/class.WpdiscuzOptions.php:1887
|
266 |
+
msgid ""
|
267 |
+
"All 16 addons in one bundle. Save 90% and get Unlimited Site License with "
|
268 |
+
"one year premium support."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: options/html-dashboard.php:123
|
272 |
+
msgid "All Comments"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: options/html-dashboard.php:158
|
276 |
+
msgid "All comments"
|
277 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
|
279 |
+
#: options/class.WpdiscuzOptions.php:1959
|
280 |
+
msgid ""
|
281 |
+
"All in one powerful yet simple admin toolkit to moderate comments on front-"
|
282 |
+
"end."
|
283 |
+
msgstr ""
|
284 |
+
"مجموعة أدوات متطورة وبسيطة في نفس الوقت للمسؤول للإشراف على التعليقات "
|
285 |
+
"واعتمادها من خلال التدوينة نفسها."
|
286 |
|
287 |
+
#: options/html-options.php:149
|
288 |
+
msgid ""
|
289 |
+
"All old versions of addons are not compatible with wpDiscuz 7, because of "
|
290 |
+
"new comment layouts and template functions. In order to avoid errors "
|
291 |
+
"wpDiscuz deactivates those during the update process."
|
292 |
+
msgstr ""
|
293 |
|
294 |
+
#: options/html-options.php:186
|
295 |
+
msgid ""
|
296 |
+
"All problems displayed above have fixing tips in the same boxes. If, for "
|
297 |
+
"some reason you can't solve those problems, we're ready to help you and fix "
|
298 |
+
"those as soon as possible. Please open a support topic at gVectors support "
|
299 |
+
"forum or contact as via support@gvectors.com email address. Our support team "
|
300 |
+
"works from 6am till 6pm in GMT+0 timezone. Please be patient when you open a "
|
301 |
+
"new support topic or when contacting us via email. We'll get back to you "
|
302 |
+
"within 3-12 hours."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: options/html-dashboard.php:171
|
306 |
+
msgid "All Time"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: options/html-addons.php:25
|
310 |
msgid ""
|
311 |
+
"All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
|
312 |
+
"Team. These addons help us to keep top level development of the free "
|
313 |
+
"wpDiscuz plugin. All essential and even dozens of extra-cool features are "
|
314 |
+
"already available for free in the core wpDiscuz plugin. There are not any "
|
315 |
+
"limits, any pro and paid versions of wpDiscuz. We have another dozens of "
|
316 |
+
"awesome features in our to-do list which will be added for free in the "
|
317 |
+
"future releases."
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: options/html-options.php:146
|
321 |
+
msgid "All wpDiscuz Addons are Deactivated!"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: forms/wpdFormAttr/Form.php:1037
|
325 |
+
msgid "Allow guests to comment"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: forms/wpdFormAttr/Form.php:1248
|
329 |
+
msgid "Allow Guests to Rate"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: forms/wpdFormAttr/Form.php:1070
|
333 |
+
msgid "Allow guests to view comments"
|
|
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: options/class.WpdiscuzOptions.php:3998
|
337 |
+
msgid "Allow Guests to Vote for Comments"
|
|
|
|
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: options/class.WpdiscuzOptions.php:4307
|
341 |
+
msgid "Allow Media Uploading for Guests"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: options/class.WpdiscuzOptions.php:4321
|
345 |
+
msgid "Allowed File Types"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: options/class.WpdiscuzOptions.php:2013
|
349 |
+
msgid ""
|
350 |
+
"Allows to create private comment threads. Rich management options in "
|
351 |
+
"dashboard by user roles."
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: options/class.WpdiscuzOptions.php:1905
|
355 |
+
msgid ""
|
356 |
+
"Allows to discuss with your voice in the comment section. Adds a microphone "
|
357 |
+
"button to the comment form."
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: options/class.WpdiscuzOptions.php:1941
|
361 |
+
msgid ""
|
362 |
+
"Allows to embed lots of video, social network, audio and photo content "
|
363 |
+
"providers URLs in comment content."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: options/class.WpdiscuzOptions.php:2040
|
367 |
+
msgid ""
|
368 |
+
"Allows to mention comments and users in comment text using #comment-id and "
|
369 |
+
"@username tags."
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: options/class.WpdiscuzOptions.php:4267
|
373 |
+
msgid ""
|
374 |
+
"Allows to set minimum and maximum number of chars can be inserted in comment "
|
375 |
+
"textarea. Leave the max value empty to remove the limit."
|
376 |
+
msgstr ""
|
377 |
+
|
378 |
+
#: options/class.WpdiscuzOptions.php:4274
|
379 |
+
msgid ""
|
380 |
+
"Allows to set minimum and maximum number of chars can be inserted in reply "
|
381 |
+
"textarea. Leave the max value empty to remove the limit."
|
382 |
msgstr ""
|
383 |
|
384 |
#: forms/wpdFormAttr/Field/CheckboxField.php:14
|
396 |
msgid "Also used for field placeholder"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: options/options-layouts/html-inline.php:60
|
400 |
+
msgid "Animate (blink and wiggle)"
|
|
|
|
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: options/class.WpdiscuzOptions.php:4446
|
404 |
+
msgid "Animation for \"Leave a Feedback\" button in article content"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: options/class.WpdiscuzOptions.php:410
|
408 |
+
msgid "Anonymous"
|
409 |
+
msgstr "ضيف"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
410 |
|
411 |
+
#: options/phrases-layouts/phrases-comment.php:95
|
412 |
+
msgid "Anonymous commenter name"
|
413 |
+
msgstr "اسم المعلّق مجهول الاسم"
|
414 |
+
|
415 |
+
#: options/options-layouts/html-social.php:464
|
416 |
+
#: options/options-layouts/html-social.php:875
|
417 |
+
#: options/options-layouts/html-social.php:987
|
418 |
+
#: options/options-layouts/html-social.php:1043
|
419 |
+
msgid "App ID"
|
|
|
|
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: options/options-layouts/html-social.php:479
|
423 |
+
msgid "App Secret"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: options/options-layouts/html-social.php:161
|
427 |
+
#: options/options-layouts/html-social.php:673
|
428 |
+
#: options/options-layouts/html-social.php:805
|
429 |
+
msgid "Application ID"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: options/options-layouts/html-social.php:820
|
433 |
+
msgid "Application Key"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: options/options-layouts/html-social.php:176
|
437 |
+
#: options/options-layouts/html-social.php:835
|
438 |
+
msgid "Application Secret"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: options/class.WpdiscuzOptions.php:459
|
442 |
+
#: options/phrases-layouts/phrases-user-settings.php:174
|
443 |
+
msgid "Are you sure you want to cancel this follow?"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: options/class.WpdiscuzOptions.php:458
|
447 |
+
#: options/phrases-layouts/phrases-user-settings.php:170
|
448 |
+
msgid "Are you sure you want to cancel this subscription?"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: options/class.WpdiscuzOptions.php:516
|
452 |
+
msgid "Are you sure you want to delete this attachment?"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: options/class.WpdiscuzOptions.php:457
|
456 |
+
#: options/phrases-layouts/phrases-user-settings.php:166
|
457 |
+
msgid "Are you sure you want to delete this comment?"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: utils/class.WpdiscuzHelper.php:1227
|
461 |
+
msgid "Are you sure you want to reset fields ratings?"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: utils/class.WpdiscuzHelper.php:1188
|
465 |
+
msgid "Are you sure you want to reset post rating?"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: options/class.WpdiscuzOptions.php:3829
|
469 |
+
msgid "Article and Comment Rating"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: options/html-dashboard.php:48
|
473 |
+
msgid "Article Inline Feedback"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: options/options-layouts/html-inline.php:10
|
477 |
msgid ""
|
478 |
+
"Article Inline Feedback feature is an interactive article reading option "
|
479 |
+
"with author's questions and readers feedback (comments). Now article authors "
|
480 |
+
"can add some questions for readers on certain part of article content and "
|
481 |
+
"ask for feedback while visitors read it."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: forms/wpDiscuzForm.php:416 forms/wpdFormAttr/Form.php:179
|
485 |
+
#: forms/wpdFormAttr/Form.php:613 forms/wpdFormAttr/Form.php:1242
|
486 |
+
msgid "Article Rating"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: options/html-options.php:342
|
490 |
+
msgid "Article Rating vs Comment Rating"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: options/html-dashboard.php:43 options/html-dashboard.php:99
|
494 |
+
msgid "Article Rating vs Rating Field"
|
|
|
|
|
|
|
|
|
|
|
495 |
msgstr ""
|
496 |
|
497 |
+
#: options/class.WpdiscuzOptions.php:479
|
498 |
+
#: options/phrases-layouts/phrases-general.php:31
|
499 |
+
msgid "Ask for Feedback"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: options/html-options.php:330
|
503 |
+
msgid "Ask questions to readers and discuss directly on article content!"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: options/html-addons.php:55
|
507 |
+
msgid "at least"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: options/class.WpdiscuzOptions.php:521
|
511 |
+
#: options/phrases-layouts/phrases-media.php:31
|
512 |
+
msgid "Attach an image to this comment"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: utils/class.WpdiscuzHelperUpload.php:783
|
516 |
+
msgid "Attached Images"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:44
|
520 |
+
msgid "Authentication failed."
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: class.WpdiscuzCore.php:1719 class.WpdiscuzCore.php:1732
|
524 |
+
#: options/phrases-layouts/phrases-comment.php:58
|
525 |
+
msgid "Author"
|
526 |
+
msgstr "الكاتب"
|
527 |
+
|
528 |
+
#: options/options-layouts/html-recaptcha.php:31
|
529 |
+
msgid "Auto"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: options/phrases-layouts/phrases-email.php:24
|
533 |
+
#: options/phrases-layouts/phrases-email.php:36
|
534 |
+
#: options/phrases-layouts/phrases-email.php:57
|
535 |
+
#: options/phrases-layouts/phrases-email.php:69
|
536 |
+
#: options/phrases-layouts/phrases-email.php:90
|
537 |
+
#: options/phrases-layouts/phrases-email.php:102
|
538 |
+
#: options/phrases-layouts/phrases-email.php:121
|
539 |
+
#: options/phrases-layouts/phrases-email.php:132
|
540 |
+
#: options/phrases-layouts/phrases-email.php:148
|
541 |
+
#: options/phrases-layouts/phrases-email.php:161
|
542 |
+
#: options/phrases-layouts/phrases-email.php:200
|
543 |
+
#: options/phrases-layouts/phrases-follow.php:57
|
544 |
+
#: options/phrases-layouts/phrases-follow.php:68
|
545 |
+
#: options/phrases-layouts/phrases-follow.php:84
|
546 |
+
#: options/phrases-layouts/phrases-follow.php:96
|
547 |
+
#: options/phrases-layouts/phrases-user-settings.php:61
|
548 |
+
#: options/phrases-layouts/phrases-user-settings.php:73
|
549 |
+
#: options/phrases-layouts/phrases-user-settings.php:86
|
550 |
+
#: options/phrases-layouts/phrases-user-settings.php:98
|
551 |
+
#: options/phrases-layouts/phrases-user-settings.php:111
|
552 |
+
#: options/phrases-layouts/phrases-user-settings.php:123
|
553 |
+
msgid "Available shortcodes"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: options/options-layouts/html-thread_layouts.php:39
|
557 |
+
msgid "Avatar Settings"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: forms/wpdFormAttr/Form.php:590
|
561 |
+
msgid "Average Rating"
|
|
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: options/class.WpdiscuzOptions.php:401
|
565 |
+
#: options/phrases-layouts/phrases-notification.php:66
|
566 |
+
msgid "Awaiting for approval"
|
|
|
|
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: options/html-options.php:482
|
570 |
+
msgid "Back"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: options/options-layouts/html-thread_styles.php:123
|
574 |
+
msgid "Background Color"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: options/tools-layouts/tool-options.php:26
|
578 |
+
msgid "Backup Options"
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: options/tools-layouts/tool-phrases.php:27
|
582 |
+
msgid "Backup Phrases"
|
|
|
|
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1392
|
586 |
+
msgid "Baidu authentication failed (access_token does not exist)."
|
|
|
|
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1372
|
590 |
+
msgid "Baidu authentication failed (code does not exist)."
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1369
|
594 |
+
msgid "Baidu authentication failed (OAuth state does not exist)."
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: options/class.WpdiscuzOptions.php:3750
|
598 |
+
msgid "Baidu Client ID"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1335
|
602 |
+
msgid "Baidu Client ID and Client Secret required."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: options/class.WpdiscuzOptions.php:3757
|
606 |
+
msgid "Baidu Client Secret"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: options/class.WpdiscuzOptions.php:3743
|
610 |
+
msgid "Baidu Login Button"
|
611 |
+
msgstr ""
|
612 |
+
|
613 |
+
#: options/phrases-layouts/phrases-general.php:11
|
614 |
+
msgid "Be the first to comment"
|
615 |
+
msgstr "كن أول من يعلّق هنا"
|
616 |
+
|
617 |
+
#: options/class.WpdiscuzOptions.php:322
|
618 |
+
msgid "Be the First to Comment!"
|
619 |
+
msgstr "كن أوّل من يعلّق"
|
620 |
+
|
621 |
+
#: options/options-layouts/html-rating.php:45
|
622 |
+
msgid "Before Comment Form"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: options/options-layouts/html-rating.php:49
|
626 |
+
msgid "Before Content"
|
627 |
+
msgstr ""
|
628 |
|
629 |
+
#: options/html-dashboard.php:100
|
630 |
msgid ""
|
631 |
+
"Before, you had to create a Rating field in comment form to allow users rate "
|
632 |
+
"article while they post a comment, there was no way to rate without "
|
633 |
+
"commenting. Now you can allow users rate your articles without leavening a "
|
634 |
+
"comment. wpDiscuz 7 has a built-in Post Rating system which is not based on "
|
635 |
+
"comment form custom fields. You can see that on top of comment section like "
|
636 |
+
"the left one on the screenshot below:"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: options/html-options.php:359
|
640 |
+
msgid ""
|
641 |
+
"Before, you had to create a Rating field in comment form to allow users rate "
|
642 |
+
"article while they post a comment, there was no way to rate without "
|
643 |
+
"commenting. Now you can allow users rate your articles without leaving a "
|
644 |
+
"comment. wpDiscuz 7 has a built-in Article Rating system which is not based "
|
645 |
+
"on comment form custom fields and appears on top of comment section, under "
|
646 |
+
"the article content."
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: options/options-layouts/html-form.php:103
|
650 |
+
msgid "Blockquote"
|
651 |
+
msgstr ""
|
652 |
+
|
653 |
+
#: options/options-layouts/html-form.php:91
|
654 |
+
msgid "Bold"
|
655 |
+
msgstr ""
|
656 |
+
|
657 |
+
#: options/options-layouts/html-moderation.php:131
|
658 |
+
#: options/options-layouts/html-subscription.php:128
|
659 |
+
msgid "Both"
|
660 |
+
msgstr "كلاهما"
|
661 |
+
|
662 |
+
#: options/class.WpdiscuzOptions.php:1968
|
663 |
msgid ""
|
664 |
+
"Brings an ocean of emotions to your comments. It comes with an awesome smile "
|
665 |
+
"package."
|
666 |
msgstr ""
|
667 |
+
"أحضر أنواع الرموز التعبيرية إلى تعليقاتك, تأتي مع حزمة كاملة من الرموز "
|
668 |
+
"التعبيرية المميزة."
|
669 |
|
670 |
+
#: options/class.WpdiscuzOptions.php:4401
|
671 |
+
msgid "Bubble - Hide the invitation message in X seconds"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: options/class.WpdiscuzOptions.php:4394
|
675 |
+
msgid "Bubble - Invite to comment in X seconds"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: options/class.WpdiscuzOptions.php:4387
|
679 |
+
msgid "Bubble - Notify on New Comments"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: options/html-options.php:276
|
683 |
+
msgid "Bubble Live Update"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: options/html-dashboard.php:13
|
687 |
+
msgid "Built to Engage"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: options/class.WpdiscuzOptions.php:436 options/class.WpdiscuzOptions.php:442
|
691 |
+
#: options/phrases-layouts/phrases-user-settings.php:31
|
692 |
+
#: options/phrases-layouts/phrases-user-settings.php:55
|
693 |
+
msgid "Bulk management via email"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
|
697 |
+
msgid "Button Text"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: options/class.WpdiscuzOptions.php:3913
|
701 |
msgid ""
|
702 |
+
"By default child comments are sorted by oldest on top. Using this option you "
|
703 |
+
"can revers child comments order and sort them by newest on top."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: class.WpdiscuzCore.php:2115
|
707 |
+
msgid ""
|
708 |
+
"By default the inline feedback form is closed and only the button is "
|
709 |
+
"displayed. Once reader scrolled and reached to the selected text part, this "
|
710 |
+
"button animates with comment button size and color changes attracting "
|
711 |
+
"readers attention. Readers click on the button and open your question with "
|
712 |
+
"feedback form. Using this option you can keep opened the feedback form. "
|
713 |
+
"Readers can close it using [x] button."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: options/class.WpdiscuzOptions.php:3399
|
717 |
+
#, php-format
|
718 |
+
msgid ""
|
719 |
+
"By default wpDiscuz adds a link with comment author avatar to the author "
|
720 |
+
"profile page, you can disable this link using this option. However in case "
|
721 |
+
"you use some plugin with User Profile page, you should keep this option "
|
722 |
+
"enabled. wpDiscuz is well integrated with %s, BuddyPress and Ultimate Member "
|
723 |
+
"profile builder plugins."
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: options/class.WpdiscuzOptions.php:4514
|
727 |
+
msgid ""
|
728 |
+
"By default, comment date is displayed with the human readable format, such "
|
729 |
+
"as [X days ago]. For some languages, you may need to change the sequence of "
|
730 |
+
"words in this date. This option provides shordcodes for each word allowing "
|
731 |
+
"you manage the order. [number] is the 'X', [time_unit] is the 'days', "
|
732 |
+
"[adjective] is the 'ago'."
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: options/class.WpdiscuzOptions.php:3266
|
736 |
+
msgid ""
|
737 |
+
"By default, only the comment text field is visible. When you click on the "
|
738 |
+
"comment text field it opens all other fields (Name, Email, Website, etc...). "
|
739 |
+
"If you want to keep all fields open, please set this option \"expended\"."
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: options/class.WpdiscuzOptions.php:4472
|
743 |
msgid ""
|
744 |
+
"By disabling this option you're automatically enabling wpDiscuz custom AJAX "
|
745 |
+
"functions, which are many times faster that the default WordPress functions. "
|
746 |
+
"Just make sure it doesn't conflict with your plugins."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: options/class.WpdiscuzOptions.php:4540
|
750 |
+
msgid "Cache Reset Frequency"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: options/class.WpdiscuzOptions.php:406
|
754 |
+
msgid "Cancel"
|
755 |
+
msgstr "إلغاء"
|
756 |
+
|
757 |
+
#: options/class.WpdiscuzOptions.php:440
|
758 |
+
#: options/phrases-layouts/phrases-user-settings.php:47
|
759 |
+
msgid "Cancel all comment subscriptions"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: options/phrases-layouts/phrases-comment.php:87
|
763 |
+
msgid "Cancel comment editing button text"
|
764 |
+
msgstr "النص الخاص بزر إلغاء التعديل على التعليق"
|
765 |
+
|
766 |
+
#: options/phrases-layouts/phrases-follow.php:51
|
767 |
+
msgid "Cancel following link text"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: options/class.WpdiscuzOptions.php:360
|
771 |
+
msgid "Cancel subscription"
|
772 |
+
msgstr "إلغاء التنبيهات"
|
773 |
+
|
774 |
+
#: options/class.WpdiscuzOptions.php:456
|
775 |
+
#: options/phrases-layouts/phrases-user-settings.php:162
|
776 |
+
msgid "Cancel this follow"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: options/class.WpdiscuzOptions.php:455
|
780 |
+
#: options/phrases-layouts/phrases-user-settings.php:158
|
781 |
+
msgid "Cancel this subscription"
|
782 |
msgstr ""
|
783 |
|
784 |
+
#: options/class.WpdiscuzOptions.php:470
|
785 |
+
msgid "Cancel user following request"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: options/class.WpdiscuzOptions.php:1816
|
789 |
+
msgid "Cannot back up the options!"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: options/class.WpdiscuzOptions.php:1846
|
793 |
+
msgid "Cannot back up the phrases!"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: options/class.WpdiscuzOptions.php:522
|
797 |
+
#: options/phrases-layouts/phrases-media.php:35
|
798 |
+
msgid "Change the attached image"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:21
|
802 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:23
|
803 |
+
msgid "Checkbox Label"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: options/html-options.php:220
|
807 |
+
msgid "Choose Your Comments Layout"
|
|
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: options/class.WpdiscuzOptions.php:441
|
811 |
+
#: options/phrases-layouts/phrases-user-settings.php:51
|
812 |
+
msgid "Clear cookies with my personal data"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: options/class.WpdiscuzOptions.php:437
|
816 |
msgid ""
|
817 |
+
"Click the button above to get an email with bulk delete and unsubscribe "
|
818 |
+
"links."
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: options/options-layouts/html-social.php:294
|
822 |
+
#: options/options-layouts/html-social.php:409
|
823 |
+
#: options/options-layouts/html-social.php:520
|
824 |
+
msgid "Client ID"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: options/options-layouts/html-social.php:309
|
828 |
+
#: options/options-layouts/html-social.php:424
|
829 |
+
#: options/options-layouts/html-social.php:535
|
830 |
+
msgid "Client Secret"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: forms/wpDiscuzForm.php:464
|
834 |
+
msgid "Clone"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: forms/wpDiscuzForm.php:452
|
838 |
+
msgid "Clone Form"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: options/class.WpdiscuzOptions.php:424 options/html-dashboard.php:34
|
842 |
+
#: options/phrases-layouts/phrases-comment.php:119
|
843 |
+
msgid "Close"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: options/class.WpdiscuzOptions.php:4241
|
847 |
+
msgid "Close Button - Close a comment thread"
|
848 |
msgstr ""
|
849 |
|
850 |
+
#: options/phrases-layouts/phrases-comment.php:115
|
851 |
+
msgid "Close button title"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: options/class.WpdiscuzOptions.php:423
|
855 |
+
msgid "Close this thread"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: class.WpdiscuzCore.php:2123
|
859 |
+
msgid "CLOSED"
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: options/phrases-layouts/phrases-comment.php:127
|
863 |
+
msgid "Closed comment icon title"
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: options/class.WpdiscuzOptions.php:426
|
867 |
+
msgid "Closed Comment Thread"
|
868 |
msgstr ""
|
869 |
|
870 |
+
#: options/class.WpdiscuzOptions.php:2322
|
871 |
+
msgid "Closed Comments data need be regenerated"
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: options/options-layouts/html-form.php:105
|
875 |
+
msgid "Code Block"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: options/options-layouts/html-form.php:27
|
879 |
+
msgid "collapsed"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: options/class.WpdiscuzOptions.php:4477
|
883 |
+
msgid "Combine JS and CSS Files to Optimize Page Loading Speed"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: options/class.WpdiscuzOptions.php:496
|
887 |
+
#: options/phrases-layouts/phrases-general.php:99
|
888 |
+
msgid "COMMENT"
|
889 |
msgstr ""
|
890 |
|
891 |
+
#: forms/wpDiscuzForm.php:408 forms/wpdFormAttr/Form.php:119
|
892 |
+
#: forms/wpdFormAttr/Form.php:1119 options/html-phrases.php:21
|
893 |
+
#: options/options-layouts/html-moderation.php:133
|
894 |
+
msgid "Comment"
|
895 |
+
msgstr "تعليق"
|
896 |
+
|
897 |
+
#: options/options-layouts/html-general.php:202
|
898 |
+
msgid "Comment and User Cache"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: options/phrases-layouts/phrases-email.php:159
|
902 |
+
msgid "Comment approved message"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: options/phrases-layouts/phrases-email.php:147
|
906 |
+
msgid "Comment approved subject"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: options/options-layouts/html-thread_styles.php:46
|
910 |
+
#: options/options-layouts/html-thread_styles.php:73
|
911 |
+
msgid "Comment Area Background"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: options/addons/cai/title.php:7 utils/class.WpdiscuzHelperAjax.php:980
|
915 |
+
msgid "Comment Author"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: options/options-layouts/html-thread_styles.php:143
|
919 |
+
msgid "Comment Author Label Colors"
|
920 |
+
msgstr ""
|
921 |
|
922 |
+
#: options/class.WpdiscuzOptions.php:4196
|
923 |
+
msgid "Comment Author Label Colors by User Role"
|
924 |
+
msgstr ""
|
925 |
|
926 |
+
#: options/class.WpdiscuzOptions.php:3257
|
927 |
+
msgid "Comment author name length (for guests only)"
|
928 |
+
msgstr ""
|
929 |
|
930 |
+
#: options/class.WpdiscuzOptions.php:4366 options/html-options.php:254
|
931 |
+
#: options/html-options.php:263
|
932 |
+
msgid "Comment Bubble"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: options/options-layouts/html-thread_styles.php:128
|
936 |
+
msgid "Comment Bubble Colors"
|
|
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: options/class.WpdiscuzOptions.php:4368
|
940 |
+
msgid ""
|
941 |
+
"Comment Bubble is a real-time updating sticky comment icon on your web pages."
|
942 |
+
" It invites people to comment, displays current comments information and "
|
943 |
+
"notifies current page viewers about new comments."
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: options/html-options.php:258
|
947 |
+
msgid ""
|
948 |
+
"Comment Bubble is a sticky comment icon on your web pages. It keeps article "
|
949 |
+
"readers and commenters up to date. It displays new comments as pop-up "
|
950 |
+
"information or as a number in an orange circle."
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: options/class.WpdiscuzOptions.php:4373
|
954 |
+
msgid "Comment Bubble Live Update"
|
955 |
+
msgstr ""
|
|
|
956 |
|
957 |
+
#: options/class.WpdiscuzOptions.php:4380 options/html-options.php:289
|
958 |
+
msgid "Comment Bubble Location"
|
959 |
+
msgstr ""
|
960 |
|
961 |
+
#: options/class.WpdiscuzOptions.php:4257
|
962 |
+
msgid "Comment Content and Media"
|
963 |
+
msgstr ""
|
964 |
|
965 |
+
#: options/phrases-layouts/phrases-form.php:15
|
966 |
+
msgid "Comment Field Join"
|
967 |
+
msgstr "المكتوب في خانة التعليق للانضمام للمناقشة"
|
968 |
|
969 |
+
#: options/phrases-layouts/phrases-form.php:11
|
970 |
+
msgid "Comment Field Start"
|
971 |
+
msgstr "المكتوب في خانة التعليق عند عدم وجود تعليقات"
|
|
|
972 |
|
973 |
+
#: options/options-layouts/html-thread_styles.php:54
|
974 |
+
#: options/options-layouts/html-thread_styles.php:81
|
975 |
+
msgid "Comment Fields Background"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: options/options-layouts/html-thread_styles.php:58
|
979 |
+
#: options/options-layouts/html-thread_styles.php:85
|
980 |
+
msgid "Comment Fields Border"
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: options/options-layouts/html-thread_styles.php:66
|
984 |
+
#: options/options-layouts/html-thread_styles.php:93
|
985 |
+
msgid "Comment Fields Placeholder"
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: options/options-layouts/html-thread_styles.php:62
|
989 |
+
#: options/options-layouts/html-thread_styles.php:89
|
990 |
+
msgid "Comment Fields Text"
|
991 |
+
msgstr ""
|
992 |
|
993 |
+
#: options/class.WpdiscuzOptions.php:4050
|
994 |
+
msgid "Comment Form and Comment List Style"
|
995 |
+
msgstr ""
|
|
|
996 |
|
997 |
+
#: forms/wpdFormAttr/html/admin-form-fields-list.php:7
|
998 |
+
msgid "Comment Form Fields"
|
999 |
+
msgstr ""
|
|
|
|
|
1000 |
|
1001 |
+
#: forms/wpdFormAttr/Form.php:1126
|
1002 |
+
msgid "Comment form header text (plural)"
|
1003 |
+
msgstr ""
|
|
|
1004 |
|
1005 |
+
#: forms/wpdFormAttr/Form.php:1115
|
1006 |
+
msgid "Comment form header text (singular)"
|
1007 |
+
msgstr ""
|
|
|
1008 |
|
1009 |
+
#: forms/wpDiscuzForm.php:498
|
1010 |
+
msgid ""
|
1011 |
+
"Comment Form is not detected, please navigate to form manager page to create "
|
1012 |
+
"it. "
|
1013 |
+
msgstr ""
|
1014 |
|
1015 |
+
#: options/options-layouts/html-form.php:10
|
1016 |
+
msgid "Comment Form Manager"
|
1017 |
+
msgstr ""
|
|
|
1018 |
|
1019 |
+
#: options/options-layouts/html-rating.php:10
|
1020 |
+
#: options/options-layouts/html-thread_layouts.php:29
|
1021 |
+
msgid "Comment Form Manager »"
|
1022 |
+
msgstr ""
|
1023 |
|
1024 |
+
#: options/class.WpdiscuzOptions.php:3242
|
1025 |
+
msgid "Comment Form Settings"
|
1026 |
+
msgstr ""
|
|
|
1027 |
|
1028 |
+
#: options/class.WpdiscuzOptions.php:3264
|
1029 |
+
msgid "Comment Form View"
|
1030 |
+
msgstr ""
|
|
|
1031 |
|
1032 |
+
#: options/html-dashboard.php:73
|
1033 |
+
msgid "Comment Layout #1"
|
|
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: options/html-dashboard.php:78
|
1037 |
+
msgid "Comment Layout #2"
|
1038 |
+
msgstr ""
|
1039 |
|
1040 |
+
#: options/html-dashboard.php:83
|
1041 |
+
msgid "Comment Layout #3"
|
|
|
|
|
|
|
|
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: options/html-dashboard.php:41 options/html-dashboard.php:67
|
1045 |
+
msgid "Comment Layouts"
|
1046 |
+
msgstr ""
|
1047 |
|
1048 |
+
#: options/class.WpdiscuzOptions.php:488
|
1049 |
+
#: options/phrases-layouts/phrases-general.php:67
|
1050 |
+
msgid "Comment Link"
|
|
|
|
|
|
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: forms/wpdFormAttr/Form.php:1200
|
1054 |
+
msgid "Comment List Layout"
|
1055 |
+
msgstr ""
|
1056 |
|
1057 |
+
#: options/class.WpdiscuzOptions.php:3869
|
1058 |
+
msgid "Comment List Loading Type"
|
1059 |
+
msgstr ""
|
1060 |
|
1061 |
+
#: options/class.WpdiscuzOptions.php:4205
|
1062 |
+
msgid "Comment Moderation"
|
1063 |
+
msgstr ""
|
1064 |
|
1065 |
+
#: options/options-layouts/html-thread_styles.php:143
|
1066 |
+
msgid "Comment Rating Colors"
|
1067 |
+
msgstr ""
|
|
|
1068 |
|
1069 |
+
#: options/phrases-layouts/phrases-comment.php:91
|
1070 |
+
msgid "Comment read more link text"
|
1071 |
+
msgstr "النص الخاص بقراءة المزيد من التعليقات"
|
1072 |
|
1073 |
+
#: options/class.WpdiscuzOptions.php:1995
|
1074 |
+
msgid ""
|
1075 |
+
"Comment reporting tools. Auto-moderates comments based on number of flags "
|
1076 |
+
"and dislikes."
|
1077 |
+
msgstr ""
|
1078 |
+
"أداة التبيلغ عن التعليقات. أداة تلقائية لإدارة التعليقات بناء على عدد "
|
1079 |
+
"التبيلغات والتصويات."
|
1080 |
|
1081 |
+
#: options/class.WpdiscuzOptions.php:2127
|
1082 |
+
msgid "Comment Search"
|
1083 |
+
msgstr ""
|
|
|
1084 |
|
1085 |
+
#: options/html-dashboard.php:156
|
1086 |
+
msgid "Comment Statistic"
|
1087 |
+
msgstr ""
|
|
|
1088 |
|
1089 |
+
#: forms/wpdFormAttr/Form.php:1106
|
1090 |
+
msgid "Comment Subscription Bar agreement checkbox label"
|
1091 |
+
msgstr ""
|
|
|
1092 |
|
1093 |
+
#: options/phrases-layouts/phrases-comment.php:7
|
1094 |
+
msgid "Comment Template Phrases"
|
1095 |
+
msgstr "العبارات الخاصة بقالب التعليقات"
|
1096 |
|
1097 |
+
#: options/options-layouts/html-thread_styles.php:50
|
1098 |
+
#: options/options-layouts/html-thread_styles.php:77
|
1099 |
+
msgid "Comment Text"
|
|
|
|
|
|
|
|
|
|
|
|
|
1100 |
msgstr ""
|
1101 |
|
1102 |
+
#: forms/wpdFormAttr/Form.php:1266
|
1103 |
+
msgid "Comment Text Field"
|
1104 |
+
msgstr ""
|
1105 |
|
1106 |
+
#: options/class.WpdiscuzOptions.php:4265
|
1107 |
+
msgid "Comment Text Length"
|
1108 |
+
msgstr ""
|
1109 |
|
1110 |
+
#: options/class.WpdiscuzOptions.php:4071
|
1111 |
+
msgid "Comment Text Size"
|
1112 |
+
msgstr ""
|
1113 |
|
1114 |
+
#: options/class.WpdiscuzOptions.php:3861
|
1115 |
+
msgid "Comment Thread Displaying"
|
1116 |
+
msgstr ""
|
1117 |
|
1118 |
+
#: options/class.WpdiscuzOptions.php:3948
|
1119 |
+
msgid "Comment Thread Features"
|
1120 |
+
msgstr ""
|
1121 |
|
1122 |
+
#: options/options-layouts/html-thread_layouts.php:16
|
1123 |
+
msgid "Comment Thread Layout #1"
|
1124 |
+
msgstr ""
|
1125 |
|
1126 |
+
#: options/options-layouts/html-thread_layouts.php:21
|
1127 |
+
msgid "Comment Thread Layout #2"
|
1128 |
+
msgstr ""
|
1129 |
|
1130 |
+
#: options/options-layouts/html-thread_layouts.php:26
|
1131 |
+
msgid "Comment Thread Layout #3"
|
1132 |
+
msgstr ""
|
1133 |
|
1134 |
+
#: options/html-dashboard.php:131
|
1135 |
+
msgid "Comment Threads"
|
1136 |
+
msgstr ""
|
|
|
1137 |
|
1138 |
+
#: options/class.WpdiscuzOptions.php:2121
|
1139 |
+
msgid "Comment Translate"
|
1140 |
+
msgstr ""
|
1141 |
|
1142 |
+
#: options/class.WpdiscuzOptions.php:2311
|
1143 |
+
msgid "Comment votes meta data need to be regenerated"
|
1144 |
+
msgstr ""
|
1145 |
|
1146 |
+
#: options/options-layouts/html-thread_layouts.php:109
|
1147 |
+
msgid "Comment Voting Buttons"
|
1148 |
+
msgstr ""
|
1149 |
|
1150 |
+
#: options/class.WpdiscuzOptions.php:3984
|
1151 |
+
msgid "Comment Voting Result Mode"
|
1152 |
+
msgstr ""
|
1153 |
|
1154 |
+
#: options/phrases-layouts/phrases-datetime.php:59
|
1155 |
+
msgid "Commented \"right now\" text"
|
1156 |
+
msgstr "النص الخاص بالتعليق الذي حدث “الآن”"
|
1157 |
|
1158 |
+
#: options/phrases-layouts/phrases-general.php:47
|
1159 |
+
msgid "Commenting is closed"
|
1160 |
+
msgstr ""
|
|
|
|
|
1161 |
|
1162 |
+
#: options/class.WpdiscuzOptions.php:483
|
1163 |
+
msgid "Commenting is closed!"
|
1164 |
+
msgstr ""
|
1165 |
|
1166 |
+
#: forms/wpDiscuzForm.php:409 forms/wpdFormAttr/Form.php:127
|
1167 |
+
#: forms/wpdFormAttr/Form.php:1130
|
1168 |
+
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:82
|
1169 |
+
#: utils/class.WpdiscuzHelperAjax.php:983
|
1170 |
+
msgid "Comments"
|
1171 |
+
msgstr "تعليقات"
|
1172 |
|
1173 |
+
#: options/class.WpdiscuzOptions.php:418
|
1174 |
+
msgid "Comments are closed."
|
1175 |
+
msgstr ""
|
|
|
1176 |
|
1177 |
+
#: options/html-options.php:236
|
1178 |
+
msgid "Comments Layout #1"
|
1179 |
+
msgstr ""
|
1180 |
|
1181 |
+
#: options/html-options.php:241
|
1182 |
+
msgid "Comments Layout #2"
|
|
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: options/html-options.php:246
|
1186 |
+
msgid "Comments Layout #3"
|
|
|
|
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: options/class.WpdiscuzOptions.php:3918
|
1190 |
+
msgid "Comments Pagination Type"
|
1191 |
+
msgstr ""
|
|
|
1192 |
|
1193 |
+
#: options/html-options.php:204
|
1194 |
+
msgid "Comments Style"
|
1195 |
+
msgstr ""
|
1196 |
|
1197 |
+
#: options/html-options.php:198
|
1198 |
+
msgid "Comments Style & Layout"
|
1199 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1200 |
|
1201 |
+
#: options/class.WpdiscuzOptions.php:2333
|
1202 |
+
msgid "Comments votes data need to be regenerated"
|
1203 |
+
msgstr ""
|
|
|
1204 |
|
1205 |
+
#: options/class.WpdiscuzOptions.php:472
|
1206 |
+
msgid "Confirm Follow"
|
1207 |
+
msgstr ""
|
1208 |
|
1209 |
+
#: options/phrases-layouts/phrases-follow.php:47
|
1210 |
+
msgid "Confirm following link text"
|
1211 |
+
msgstr ""
|
1212 |
|
1213 |
+
#: options/class.WpdiscuzOptions.php:469
|
1214 |
+
msgid "Confirm user following request"
|
1215 |
+
msgstr ""
|
1216 |
|
1217 |
+
#: options/class.WpdiscuzOptions.php:363
|
1218 |
+
#: options/phrases-layouts/phrases-email.php:184
|
1219 |
+
msgid "Confirm your subscription"
|
1220 |
+
msgstr "تأكيد الاشتراك"
|
1221 |
|
1222 |
+
#: options/class.WpdiscuzOptions.php:412
|
1223 |
+
#: options/phrases-layouts/phrases-social-login.php:11
|
1224 |
+
msgid "Connect with"
|
1225 |
+
msgstr "الاتصال عبر"
|
1226 |
|
1227 |
+
#: options/options-layouts/html-social.php:237
|
1228 |
+
msgid "Consumer Key (API Key)"
|
|
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: options/options-layouts/html-social.php:252
|
1232 |
+
msgid "Consumer Secret (API Secret)"
|
1233 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
1234 |
|
1235 |
+
#: options/html-options.php:294 options/html-options.php:306
|
1236 |
+
#: options/options-layouts/html-live.php:49
|
1237 |
+
msgid "Content Left"
|
1238 |
+
msgstr ""
|
1239 |
|
1240 |
+
#: options/html-dashboard.php:250
|
1241 |
+
msgid "Contribute"
|
1242 |
+
msgstr ""
|
1243 |
|
1244 |
+
#: options/class.WpdiscuzOptions.php:477
|
1245 |
+
#: options/phrases-layouts/phrases-general.php:23
|
1246 |
+
msgid "Copied to clipboard!"
|
1247 |
+
msgstr ""
|
1248 |
|
1249 |
+
#: utils/deactivation-reason-modal.php:101
|
1250 |
+
msgid ""
|
1251 |
+
"Could you please describe which features of the plugin slows down your "
|
1252 |
+
"website?"
|
1253 |
+
msgstr ""
|
1254 |
|
1255 |
+
#: options/html-dashboard.php:213
|
1256 |
+
msgid "Credits"
|
1257 |
+
msgstr ""
|
1258 |
|
1259 |
+
#: options/options-layouts/html-recaptcha.php:33
|
1260 |
+
msgid "CurlPost"
|
1261 |
+
msgstr ""
|
1262 |
|
1263 |
+
#: options/options-layouts/html-general.php:141
|
1264 |
+
msgid "Current Wordpress date/time format"
|
1265 |
+
msgstr "إعدادات الوقت والتاريخ الحالية في ووردبريس"
|
1266 |
|
1267 |
+
#: options/class.WpdiscuzOptions.php:2085
|
1268 |
+
msgid "Custom Comment Forms"
|
1269 |
+
msgstr ""
|
|
|
1270 |
|
1271 |
+
#: forms/wpDiscuzForm.php:318
|
1272 |
+
msgid "Custom CSS"
|
1273 |
+
msgstr ""
|
|
|
1274 |
|
1275 |
+
#: options/class.WpdiscuzOptions.php:4085
|
1276 |
+
msgid "Custom CSS Code"
|
1277 |
+
msgstr "أكواد CSS مخصصة"
|
|
|
1278 |
|
1279 |
+
#: forms/wpDiscuzForm.php:258 forms/wpdFormAttr/Form.php:970
|
1280 |
+
#: forms/wpdFormAttr/html/admin-form-fields-list.php:18
|
1281 |
+
msgid "Custom Fields"
|
1282 |
+
msgstr ""
|
1283 |
|
1284 |
+
#: options/html-options.php:126
|
1285 |
+
msgid "Custom wpDiscuz template files are detected!"
|
1286 |
msgstr ""
|
1287 |
|
1288 |
+
#: options/html-options.php:210 options/options-layouts/html-recaptcha.php:140
|
1289 |
+
#: options/options-layouts/html-thread_styles.php:28
|
1290 |
+
msgid "Dark"
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: options/options-layouts/html-thread_styles.php:70
|
1294 |
+
msgid "Dark Style"
|
|
|
|
|
1295 |
msgstr ""
|
1296 |
|
1297 |
+
#: class.WpdiscuzCore.php:998 class.WpdiscuzCore.php:1579
|
1298 |
+
#: class.WpdiscuzCore.php:2353 class.WpdiscuzCore.php:2356
|
1299 |
+
msgid "Dashboard"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: options/tools-layouts/tool-database.php:9
|
1303 |
+
msgid "Database Operations"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: forms/wpDiscuzForm.php:178
|
1307 |
+
#: options/options-layouts/html-thread_display.php:238
|
1308 |
+
msgid "Date"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: options/html-phrases.php:22
|
1312 |
+
msgid "Date/Time"
|
1313 |
+
msgstr "التاريخ/الوقت"
|
1314 |
+
|
1315 |
+
#: options/phrases-layouts/phrases-datetime.php:7
|
1316 |
+
msgid "Date/Time Phrases"
|
1317 |
+
msgstr "عبارات التاريخ/الوقت"
|
1318 |
+
|
1319 |
+
#: options/phrases-layouts/phrases-datetime.php:27
|
1320 |
+
msgid "Day"
|
1321 |
+
msgstr "يوم"
|
1322 |
+
|
1323 |
+
#: options/class.WpdiscuzOptions.php:374
|
1324 |
+
msgid "day"
|
1325 |
+
msgstr "يوم"
|
1326 |
+
|
1327 |
+
#: options/class.WpdiscuzOptions.php:375
|
1328 |
+
#: options/options-layouts/html-general.php:231
|
1329 |
+
msgid "days"
|
1330 |
+
msgstr "أيام"
|
1331 |
+
|
1332 |
+
#: options/phrases-layouts/phrases-datetime.php:31
|
1333 |
+
msgid "Days (Plural Form)"
|
1334 |
+
msgstr "أيام (صيغة الجمع)"
|
1335 |
+
|
1336 |
+
#: options/options-layouts/html-thread_styles.php:27
|
1337 |
+
msgid "Default"
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: options/options-layouts/html-thread_styles.php:45
|
1341 |
+
#: options/options-layouts/html-thread_styles.php:49
|
1342 |
+
#: options/options-layouts/html-thread_styles.php:53
|
1343 |
+
#: options/options-layouts/html-thread_styles.php:57
|
1344 |
+
#: options/options-layouts/html-thread_styles.php:61
|
1345 |
+
#: options/options-layouts/html-thread_styles.php:65
|
1346 |
+
#: options/options-layouts/html-thread_styles.php:72
|
1347 |
+
#: options/options-layouts/html-thread_styles.php:76
|
1348 |
+
#: options/options-layouts/html-thread_styles.php:80
|
1349 |
+
#: options/options-layouts/html-thread_styles.php:84
|
1350 |
+
#: options/options-layouts/html-thread_styles.php:88
|
1351 |
+
#: options/options-layouts/html-thread_styles.php:92
|
1352 |
+
msgid "default"
|
1353 |
+
msgstr ""
|
1354 |
+
|
1355 |
+
#: options/class.WpdiscuzOptions.php:4026
|
1356 |
+
msgid "Default Avatar Source URL for Guests"
|
1357 |
msgstr ""
|
1358 |
|
1359 |
+
#: options/class.WpdiscuzOptions.php:4019
|
1360 |
+
msgid "Default Avatar Source URL for Users"
|
1361 |
msgstr ""
|
1362 |
|
1363 |
+
#: forms/wpDiscuzForm.php:373
|
1364 |
+
msgid "Default Form"
|
|
|
1365 |
msgstr ""
|
1366 |
|
1367 |
+
#: options/options-layouts/html-thread_styles.php:43
|
1368 |
+
msgid "Default Style"
|
|
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: forms/wpDiscuzForm.php:225 forms/wpdFormAttr/Field/Field.php:73
|
1372 |
+
#: forms/wpdFormAttr/Row.php:24 utils/class.WpdiscuzHelperUpload.php:723
|
1373 |
+
msgid "Delete"
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: options/phrases-layouts/phrases-user-settings.php:72
|
1377 |
+
msgid "Delete all comments email text"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: options/phrases-layouts/phrases-user-settings.php:122
|
1381 |
+
msgid "Delete all follows email text"
|
|
|
|
|
|
|
|
|
|
|
1382 |
msgstr ""
|
1383 |
|
1384 |
+
#: options/class.WpdiscuzOptions.php:439 options/class.WpdiscuzOptions.php:443
|
1385 |
+
#: options/phrases-layouts/phrases-user-settings.php:43
|
1386 |
+
#: options/phrases-layouts/phrases-user-settings.php:60
|
1387 |
+
msgid "Delete all my comments"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: options/class.WpdiscuzOptions.php:447
|
1391 |
+
#: options/phrases-layouts/phrases-user-settings.php:110
|
1392 |
+
msgid "Delete all my follows"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: options/class.WpdiscuzOptions.php:445
|
1396 |
+
#: options/phrases-layouts/phrases-user-settings.php:85
|
1397 |
+
msgid "Delete all my subscriptions"
|
1398 |
msgstr ""
|
1399 |
|
1400 |
+
#: options/phrases-layouts/phrases-user-settings.php:97
|
1401 |
+
msgid "Delete all subscriptions email text"
|
|
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: options/class.WpdiscuzOptions.php:454
|
1405 |
+
#: options/phrases-layouts/phrases-user-settings.php:154
|
1406 |
+
msgid "Delete this comment"
|
|
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:16
|
1410 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:17
|
1411 |
+
#: forms/wpdFormAttr/Field/ColorField.php:17
|
1412 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:18
|
1413 |
+
#: forms/wpdFormAttr/Field/DateField.php:17
|
1414 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:24
|
1415 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:23
|
1416 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:23
|
1417 |
+
#: forms/wpdFormAttr/Field/NumberField.php:17
|
1418 |
+
#: forms/wpdFormAttr/Field/RadioField.php:17
|
1419 |
+
#: forms/wpdFormAttr/Field/RatingField.php:21
|
1420 |
+
#: forms/wpdFormAttr/Field/SelectField.php:17
|
1421 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:17
|
1422 |
+
#: forms/wpdFormAttr/Field/TextField.php:17
|
1423 |
+
#: forms/wpdFormAttr/Field/UrlField.php:17
|
1424 |
+
msgid "Description"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: options/html-options.php:270 options/html-options.php:283
|
1428 |
+
#: options/html-options.php:353 options/options-layouts/html-inline.php:55
|
1429 |
+
#: options/options-layouts/html-live.php:31
|
1430 |
+
#: options/options-layouts/html-live.php:73
|
1431 |
+
#: options/options-layouts/html-live.php:94
|
1432 |
+
#: options/options-layouts/html-live.php:145
|
1433 |
+
#: options/options-layouts/html-moderation.php:122
|
1434 |
+
msgid "Disable"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: forms/wpdFormAttr/Form.php:1016
|
1438 |
+
msgid "Disable commenting for roles"
|
|
|
|
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: options/options-layouts/html-form.php:114
|
1442 |
+
msgid "Disable formatting toolbar"
|
|
|
1443 |
msgstr ""
|
1444 |
|
1445 |
+
#: options/class.WpdiscuzOptions.php:429
|
1446 |
+
#: options/phrases-layouts/phrases-social-login.php:23
|
1447 |
+
msgid "Disagree"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: utils/deactivation-reason-modal.php:153
|
1451 |
+
msgid "Dismiss and never show again"
|
|
|
|
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: options/class.WpdiscuzOptions.php:3890
|
1455 |
+
msgid "Display \"Hottest Comment Threads\" filter button"
|
|
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: options/class.WpdiscuzOptions.php:3883
|
1459 |
+
msgid "Display \"Most Reacted Comments\" filter button"
|
|
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: options/class.WpdiscuzOptions.php:4144
|
1463 |
msgid ""
|
1464 |
+
"Display \"Notify of new replies to this comment\" option in comment form"
|
|
|
|
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: options/options-layouts/html-thread_display.php:38
|
1468 |
+
msgid "Display [View Comments] button"
|
|
|
1469 |
msgstr ""
|
1470 |
|
1471 |
+
#: options/options-layouts/html-thread_display.php:38
|
1472 |
+
msgid "Display [View Comments] button to load comments manually"
|
|
|
|
|
|
|
|
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: forms/wpdFormAttr/Form.php:1094
|
1476 |
+
msgid "Display agreement checkbox in comment Subscription Bar"
|
|
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: options/class.WpdiscuzOptions.php:4012
|
1480 |
+
msgid "Display Avatars"
|
|
|
|
|
|
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: options/class.WpdiscuzOptions.php:4189
|
1484 |
+
msgid "Display Comment Author Labels"
|
|
|
1485 |
msgstr ""
|
1486 |
|
1487 |
+
#: options/class.WpdiscuzOptions.php:4227
|
1488 |
+
msgid "Display comment editing Information"
|
|
|
1489 |
msgstr ""
|
1490 |
|
1491 |
+
#: forms/wpdFormAttr/Form.php:1166
|
1492 |
+
msgid "Display comment form for post IDs"
|
|
|
1493 |
msgstr ""
|
1494 |
|
1495 |
+
#: forms/wpdFormAttr/Form.php:1136
|
1496 |
+
msgid "Display comment form for post types"
|
1497 |
+
msgstr "عرض نموذج التعليق لأنواع التدوينات"
|
|
|
1498 |
|
1499 |
+
#: options/class.WpdiscuzOptions.php:3897
|
1500 |
+
msgid "Display Comment Sorting Options"
|
|
|
1501 |
msgstr ""
|
1502 |
|
1503 |
+
#: options/class.WpdiscuzOptions.php:4439
|
1504 |
+
msgid "Display filter button to load inline feedbacks"
|
|
|
1505 |
msgstr ""
|
1506 |
|
1507 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
|
1508 |
+
msgid "Display for Guests"
|
|
|
1509 |
msgstr ""
|
1510 |
|
1511 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
|
1512 |
+
msgid "Display for Registered Users"
|
|
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: options/class.WpdiscuzOptions.php:3376
|
1516 |
+
msgid "Display logged-in user name and logout link on comment form"
|
|
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:41
|
1520 |
+
#: forms/wpdFormAttr/Field/ColorField.php:37
|
1521 |
+
#: forms/wpdFormAttr/Field/DateField.php:37
|
1522 |
+
#: forms/wpdFormAttr/Field/NumberField.php:47
|
1523 |
+
#: forms/wpdFormAttr/Field/RadioField.php:41
|
1524 |
+
#: forms/wpdFormAttr/Field/RatingField.php:37
|
1525 |
+
#: forms/wpdFormAttr/Field/SelectField.php:41
|
1526 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:30
|
1527 |
+
#: forms/wpdFormAttr/Field/TextField.php:37
|
1528 |
+
#: forms/wpdFormAttr/Field/UrlField.php:37
|
1529 |
+
msgid "Display on comment"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:32
|
1533 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:37
|
1534 |
+
#: forms/wpdFormAttr/Field/ColorField.php:33
|
1535 |
+
#: forms/wpdFormAttr/Field/DateField.php:33
|
1536 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:21
|
1537 |
+
#: forms/wpdFormAttr/Field/NumberField.php:43
|
1538 |
+
#: forms/wpdFormAttr/Field/RadioField.php:37
|
1539 |
+
#: forms/wpdFormAttr/Field/SelectField.php:37
|
1540 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:26
|
1541 |
+
#: forms/wpdFormAttr/Field/TextField.php:33
|
1542 |
+
#: forms/wpdFormAttr/Field/UrlField.php:33
|
1543 |
+
msgid "Display on reply form"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: options/class.WpdiscuzOptions.php:3358
|
1547 |
+
msgid "Display on Subscription Form"
|
1548 |
msgstr ""
|
1549 |
|
1550 |
+
#: options/class.WpdiscuzOptions.php:3876
|
1551 |
+
msgid "Display only parent comments and <u>view replies ∨</u> button"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
+
#: options/class.WpdiscuzOptions.php:3845
|
1555 |
+
msgid "Display Ratings"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
+
#: options/options-layouts/html-rating.php:57
|
1559 |
+
msgid "Display ratings on non-singular pages"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: options/class.WpdiscuzOptions.php:3442
|
1563 |
+
msgid "Display social login buttons on reply forms"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: options/class.WpdiscuzOptions.php:3449
|
1567 |
+
msgid "Display Social Network Icon on User Avatars"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:549
|
1571 |
+
msgid "Disqus authentication failed (access_token does not exist)."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:528
|
1575 |
+
msgid "Disqus authentication failed (OAuth code does not exist)."
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:525
|
1579 |
+
msgid "Disqus authentication failed (OAuth state does not exist)."
|
1580 |
msgstr ""
|
1581 |
|
1582 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:552
|
1583 |
+
msgid "Disqus authentication failed (user_id does not exist)."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
+
#: options/class.WpdiscuzOptions.php:3547
|
1587 |
+
msgid "Disqus Login Button"
|
|
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: options/class.WpdiscuzOptions.php:3554
|
1591 |
+
msgid "Disqus Public Key"
|
|
|
|
|
|
|
|
|
|
|
|
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:497
|
1595 |
+
msgid "Disqus Public Key and Secret Key required."
|
|
|
|
|
|
|
|
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: options/class.WpdiscuzOptions.php:3561
|
1599 |
+
msgid "Disqus Secret Key"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
+
#: options/options-layouts/html-moderation.php:26
|
1603 |
+
msgid "Do not allow"
|
1604 |
+
msgstr "غير مسموح"
|
1605 |
+
|
1606 |
+
#: options/options-layouts/html-general.php:117
|
1607 |
+
msgid "Do not redirect"
|
1608 |
+
msgstr "لا تقم بإعادة التوجيه"
|
1609 |
+
|
1610 |
+
#: class.WpdiscuzCore.php:1045
|
1611 |
+
msgid "Do you really want to delet this attachment?"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: class.WpdiscuzCore.php:1046
|
1615 |
+
msgid "Do you really want to delete comments and users cache?"
|
|
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: class.WpdiscuzCore.php:1043
|
1619 |
+
msgid "Do you really want to remove voting data?"
|
|
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: class.WpdiscuzCore.php:1041
|
1623 |
+
msgid "Do you really want to reset all options?"
|
|
|
1624 |
msgstr ""
|
1625 |
|
1626 |
+
#: class.WpdiscuzCore.php:1044
|
1627 |
+
msgid "Do you really want to reset phrases?"
|
|
|
1628 |
msgstr ""
|
1629 |
|
1630 |
+
#: class.WpdiscuzCore.php:1042
|
1631 |
+
msgid "Do you really want to reset tab options?"
|
|
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: options/html-dashboard.php:219 options/html-options.php:24
|
1635 |
+
msgid "Documentation"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
|
1639 |
+
msgid "Don't show again if the agreement is accepted once"
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: utils/class.WpdiscuzHelper.php:1218 utils/class.WpdiscuzHelper.php:1257
|
1643 |
+
msgid "Done"
|
|
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: options/tools-layouts/tool-options.php:21
|
1647 |
+
msgid "Download Options"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
+
#: options/tools-layouts/tool-phrases.php:22
|
1651 |
+
msgid "Download Phrases"
|
|
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: class.WpdiscuzCore.php:2108
|
1655 |
+
msgid "e.g: Any thoughts on this?"
|
|
|
1656 |
msgstr ""
|
1657 |
|
1658 |
+
#: forms/wpDiscuzForm.php:228 forms/wpdFormAttr/Field/Field.php:70
|
1659 |
+
#: options/class.WpdiscuzOptions.php:342
|
1660 |
+
#: options/phrases-layouts/phrases-comment.php:19
|
1661 |
+
msgid "Edit"
|
1662 |
+
msgstr "تعديل"
|
1663 |
+
|
1664 |
+
#: options/class.WpdiscuzOptions.php:4213
|
1665 |
+
msgid "Edit Button - Allow comment editing for"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
+
#: forms/wpDiscuzForm.php:114
|
1669 |
+
msgid "Edit Form"
|
|
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: class.WpdiscuzCore.php:1722 options/phrases-layouts/phrases-comment.php:60
|
1673 |
+
msgid "Editor"
|
|
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: forms/wpDiscuzForm.php:438 forms/wpdFormAttr/Field/DefaultField/Email.php:67
|
1677 |
+
#: forms/wpdFormAttr/Form.php:1366 options/class.WpdiscuzOptions.php:328
|
1678 |
+
#: options/html-phrases.php:23
|
1679 |
+
msgid "Email"
|
1680 |
+
msgstr "البريد الالكتروني"
|
1681 |
+
|
1682 |
+
#: options/class.WpdiscuzOptions.php:368
|
1683 |
+
msgid "email address is invalid"
|
1684 |
+
msgstr "البريد الالكتروني غير صحيح"
|
1685 |
+
|
1686 |
+
#: options/phrases-layouts/phrases-form.php:31
|
1687 |
+
msgid "Email Field"
|
1688 |
+
msgstr "خانة البريد الالكتروني"
|
1689 |
+
|
1690 |
+
#: utils/deactivation-reason-modal.php:34
|
1691 |
+
#: utils/deactivation-reason-modal.php:56
|
1692 |
+
#: utils/deactivation-reason-modal.php:74
|
1693 |
+
#: utils/deactivation-reason-modal.php:92
|
1694 |
+
#: utils/deactivation-reason-modal.php:110
|
1695 |
+
#: utils/deactivation-reason-modal.php:128
|
1696 |
+
#: utils/deactivation-reason-modal.php:146
|
1697 |
+
msgid "email for feedback"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: options/phrases-layouts/phrases-email.php:17
|
1701 |
+
msgid "Email Template Phrases"
|
1702 |
+
msgstr "عبارات قالب البريد الالكتروني"
|
1703 |
+
|
1704 |
+
#: options/class.WpdiscuzOptions.php:2091
|
1705 |
+
msgid "Emoticons"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:35
|
1709 |
+
#: options/html-options.php:268 options/html-options.php:281
|
1710 |
+
#: options/html-options.php:351 options/options-layouts/html-live.php:29
|
1711 |
+
#: options/options-layouts/html-live.php:71
|
1712 |
+
#: options/options-layouts/html-live.php:92
|
1713 |
+
#: options/options-layouts/html-live.php:143
|
1714 |
+
msgid "Enable"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
+
#: options/class.WpdiscuzOptions.php:3837
|
1718 |
+
msgid "Enable Aggregate Rating Schema"
|
|
|
1719 |
msgstr ""
|
1720 |
|
1721 |
+
#: options/html-options.php:346
|
1722 |
+
msgid "Enable Article Rating"
|
|
|
1723 |
msgstr ""
|
1724 |
|
1725 |
+
#: options/options-layouts/html-login.php:82
|
1726 |
+
msgid "Enable button"
|
1727 |
+
msgstr ""
|
|
|
1728 |
|
1729 |
+
#: options/class.WpdiscuzOptions.php:4533
|
1730 |
+
msgid "Enable Cache"
|
|
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: options/class.WpdiscuzOptions.php:4535
|
1734 |
+
msgid "Enable Comments and Users Cache"
|
|
|
1735 |
msgstr ""
|
1736 |
|
1737 |
+
#: options/class.WpdiscuzOptions.php:3991
|
1738 |
+
msgid "Enable down vote button (dislike)"
|
|
|
1739 |
msgstr ""
|
1740 |
|
1741 |
+
#: options/class.WpdiscuzOptions.php:3271
|
1742 |
+
msgid "Enable drop animation for comment form and subscription bar"
|
|
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: options/class.WpdiscuzOptions.php:4220
|
1746 |
+
msgid "Enable editing for replied comments"
|
|
|
1747 |
msgstr ""
|
1748 |
|
1749 |
+
#: options/class.WpdiscuzOptions.php:3344
|
1750 |
+
msgid "Enable for Guests"
|
|
|
1751 |
msgstr ""
|
1752 |
|
1753 |
+
#: options/class.WpdiscuzOptions.php:3351
|
1754 |
+
msgid "Enable for Logged-in Users"
|
|
|
1755 |
msgstr ""
|
1756 |
|
1757 |
+
#: options/options-layouts/html-form.php:115
|
1758 |
+
msgid "Enable formatting toolbar"
|
|
|
1759 |
msgstr ""
|
1760 |
|
1761 |
+
#: options/class.WpdiscuzOptions.php:4314
|
1762 |
+
msgid "Enable Lightbox for Attached Images"
|
|
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: options/class.WpdiscuzOptions.php:4415
|
1766 |
+
msgid "Enable Live Update for Guests"
|
|
|
|
|
1767 |
msgstr ""
|
1768 |
|
1769 |
+
#: options/class.WpdiscuzOptions.php:4300
|
1770 |
+
msgid "Enable Media Uploading"
|
|
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: forms/wpdFormAttr/Form.php:1226
|
1774 |
+
msgid "Enable Post Rating"
|
|
|
1775 |
msgstr ""
|
1776 |
|
1777 |
+
#: options/class.WpdiscuzOptions.php:3397
|
1778 |
+
msgid "Enable Profiles URL"
|
|
|
1779 |
msgstr ""
|
1780 |
|
1781 |
+
#: options/class.WpdiscuzOptions.php:3292
|
1782 |
+
msgid "Enable Quicktags"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: options/class.WpdiscuzOptions.php:4033
|
1786 |
+
msgid "Enable Sitewide Usage of Default Avatars"
|
1787 |
msgstr ""
|
1788 |
|
1789 |
+
#: forms/wpdFormAttr/Form.php:1082
|
1790 |
+
msgid "Enable subscription bar"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: options/class.WpdiscuzOptions.php:4130
|
1794 |
+
msgid "Enable subscription confirmation for guests"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: options/class.WpdiscuzOptions.php:4123
|
1798 |
+
msgid "Enable subscription confirmation for registered users"
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: options/class.WpdiscuzOptions.php:4165
|
1802 |
+
msgid "Enable User Following Feature"
|
|
|
1803 |
msgstr ""
|
1804 |
|
1805 |
+
#: options/class.WpdiscuzOptions.php:4102
|
1806 |
+
msgid "Enable User Mentioning"
|
|
|
1807 |
msgstr ""
|
1808 |
|
1809 |
+
#: options/class.WpdiscuzOptions.php:4286
|
1810 |
+
msgid "Enable WordPress Shortcodes in Comment Content"
|
|
|
|
|
|
|
1811 |
msgstr ""
|
1812 |
|
1813 |
+
#: options/class.WpdiscuzOptions.php:4463
|
1814 |
+
msgid "Enable wpDiscuz on Home Page"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: utils/class.WpdiscuzHelper.php:1398
|
1818 |
+
msgid "Enter link:"
|
1819 |
msgstr ""
|
1820 |
|
1821 |
+
#: options/class.WpdiscuzOptions.php:453
|
1822 |
+
#: options/phrases-layouts/phrases-user-settings.php:150
|
1823 |
+
msgid "Error : Can't send email."
|
1824 |
msgstr ""
|
1825 |
|
1826 |
+
#: options/phrases-layouts/phrases-error.php:11
|
1827 |
+
msgid "Error message for empty field"
|
1828 |
+
msgstr "رسالة الخطأ عند ترك أحد الفراغات"
|
|
|
1829 |
|
1830 |
+
#: options/phrases-layouts/phrases-error.php:15
|
1831 |
+
msgid "Error message for invalid email field"
|
1832 |
+
msgstr "رسالة الخطأ عند كتابة بريد الكتروني خاطئ"
|
1833 |
|
1834 |
+
#: options/phrases-layouts/phrases-error.php:19
|
1835 |
+
msgid "Error message for invalid website url field"
|
1836 |
+
msgstr "رسالة الخطأ عند كتابة رابط موقع خاطئ"
|
1837 |
|
1838 |
+
#: options/class.WpdiscuzOptions.php:1832
|
1839 |
+
#: options/class.WpdiscuzOptions.php:1862
|
1840 |
+
msgid "Error occured! Can not get file content!"
|
1841 |
msgstr ""
|
1842 |
|
1843 |
+
#: options/class.WpdiscuzOptions.php:1829
|
1844 |
+
#: options/class.WpdiscuzOptions.php:1859
|
1845 |
+
msgid "Error occured! File content is empty or data is not valid!"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
+
#: options/class.WpdiscuzOptions.php:1835
|
1849 |
+
#: options/class.WpdiscuzOptions.php:1865
|
1850 |
+
msgid "Error occured! Please choose file!"
|
1851 |
msgstr ""
|
1852 |
|
1853 |
+
#: options/html-phrases.php:28
|
1854 |
+
msgid "Errors"
|
1855 |
msgstr ""
|
1856 |
|
1857 |
+
#: class.WpdiscuzCore.php:243
|
1858 |
+
msgid "Every 48 hours"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
+
#: options/options-layouts/html-recaptcha.php:156
|
1862 |
+
msgid "Example en"
|
1863 |
msgstr ""
|
1864 |
|
1865 |
+
#: options/options-layouts/html-labels.php:54
|
1866 |
+
#: options/options-layouts/html-rating.php:73
|
1867 |
+
#: options/options-layouts/html-rating.php:77
|
1868 |
+
#: options/options-layouts/html-rating.php:81
|
1869 |
+
#: options/options-layouts/html-thread_styles.php:111
|
1870 |
+
#: options/options-layouts/html-thread_styles.php:115
|
1871 |
+
#: options/options-layouts/html-thread_styles.php:127
|
1872 |
+
#: options/options-layouts/html-thread_styles.php:131
|
1873 |
+
msgid "Example: #00FF00"
|
1874 |
+
msgstr "مثال: #00FF00"
|
1875 |
|
1876 |
+
#: options/options-layouts/html-form.php:29
|
1877 |
+
msgid "expanded"
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: options/tools-layouts/tool-options.php:8
|
1881 |
+
msgid "Export / Import options"
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: options/tools-layouts/tool-phrases.php:8
|
1885 |
+
msgid "Export / Import phrases"
|
|
|
|
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: options/class.WpdiscuzOptions.php:1932
|
1889 |
msgid ""
|
1890 |
+
"Extended comment attachment system. Allows to upload images, videos, audios "
|
1891 |
+
"and other file types."
|
1892 |
msgstr ""
|
1893 |
+
"النظام الموسّع الخاصة بمرفقات التعليقات. قم بالسماح بإرفاق الصور والفيديو "
|
1894 |
+
"والصوت وأنواع أخرى من الملفات."
|
1895 |
|
1896 |
+
#: options/class.WpdiscuzOptions.php:1986
|
1897 |
msgid ""
|
1898 |
"Extended information about comment author with Profile, Activity, Votes and "
|
1899 |
"Subscriptions Tabs on pop-up window."
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:129
|
1903 |
+
msgid "Facebook access token or user ID invalid."
|
|
|
|
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:133
|
1907 |
+
msgid "Facebook App Secret is required."
|
|
|
|
|
1908 |
msgstr ""
|
1909 |
|
1910 |
+
#: options/class.WpdiscuzOptions.php:3484
|
1911 |
+
msgid "Facebook Application ID"
|
|
|
|
|
1912 |
msgstr ""
|
1913 |
|
1914 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:167
|
1915 |
+
msgid "Facebook Application ID and Application Secret required."
|
|
|
|
|
1916 |
msgstr ""
|
1917 |
|
1918 |
+
#: options/class.WpdiscuzOptions.php:3491
|
1919 |
+
msgid "Facebook Application Secret"
|
|
|
|
|
1920 |
msgstr ""
|
1921 |
|
1922 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:197
|
1923 |
+
msgid "Facebook authentication failed (OAuth code does not exist)."
|
|
|
|
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:194
|
1927 |
+
msgid "Facebook authentication failed (OAuth state does not exist)."
|
|
|
|
|
1928 |
msgstr ""
|
|
|
|
|
1929 |
|
1930 |
+
#: options/class.WpdiscuzOptions.php:3463
|
1931 |
+
msgid "Facebook Login Button"
|
|
|
|
|
1932 |
msgstr ""
|
|
|
|
|
1933 |
|
1934 |
+
#: options/class.WpdiscuzOptions.php:3477
|
1935 |
+
msgid "Facebook Share Button"
|
|
|
|
|
1936 |
msgstr ""
|
|
|
|
|
1937 |
|
1938 |
+
#: class.WpdiscuzCore.php:2113
|
1939 |
+
msgid "Feedback Button Display Type"
|
|
|
|
|
1940 |
msgstr ""
|
|
|
|
|
1941 |
|
1942 |
+
#: options/phrases-layouts/phrases-general.php:39
|
1943 |
+
msgid "Feedback on post content"
|
|
|
|
|
1944 |
msgstr ""
|
|
|
|
|
1945 |
|
1946 |
+
#: forms/wpdFormAttr/Field/ColorField.php:23
|
1947 |
+
#: forms/wpdFormAttr/Field/DateField.php:23
|
1948 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:30
|
1949 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:29
|
1950 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:29
|
1951 |
+
#: forms/wpdFormAttr/Field/NumberField.php:33
|
1952 |
+
#: forms/wpdFormAttr/Field/RatingField.php:27
|
1953 |
+
#: forms/wpdFormAttr/Field/TextField.php:23
|
1954 |
+
#: forms/wpdFormAttr/Field/UrlField.php:23
|
1955 |
+
msgid "Field icon"
|
1956 |
msgstr ""
|
|
|
|
|
1957 |
|
1958 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:28
|
1959 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:33
|
1960 |
+
#: forms/wpdFormAttr/Field/ColorField.php:29
|
1961 |
+
#: forms/wpdFormAttr/Field/DateField.php:29
|
1962 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:36
|
1963 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:35
|
1964 |
+
#: forms/wpdFormAttr/Field/NumberField.php:39
|
1965 |
+
#: forms/wpdFormAttr/Field/RadioField.php:33
|
1966 |
+
#: forms/wpdFormAttr/Field/RatingField.php:33
|
1967 |
+
#: forms/wpdFormAttr/Field/SelectField.php:33
|
1968 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:22
|
1969 |
+
#: forms/wpdFormAttr/Field/TextField.php:29
|
1970 |
+
#: forms/wpdFormAttr/Field/UrlField.php:29
|
1971 |
+
msgid "Field is required"
|
1972 |
+
msgstr ""
|
1973 |
+
|
1974 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:101
|
1975 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:150
|
1976 |
+
#: forms/wpdFormAttr/Field/ColorField.php:113
|
1977 |
+
#: forms/wpdFormAttr/Field/DateField.php:113
|
1978 |
+
#: forms/wpdFormAttr/Field/NumberField.php:123
|
1979 |
+
#: forms/wpdFormAttr/Field/RadioField.php:129
|
1980 |
+
#: forms/wpdFormAttr/Field/RatingField.php:129
|
1981 |
+
#: forms/wpdFormAttr/Field/SelectField.php:122
|
1982 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:95
|
1983 |
+
#: forms/wpdFormAttr/Field/TextField.php:107
|
1984 |
+
#: forms/wpdFormAttr/Field/UrlField.php:117
|
1985 |
+
msgid "field is required!"
|
1986 |
msgstr ""
|
|
|
|
|
1987 |
|
1988 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:18
|
1989 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:19
|
1990 |
+
#: forms/wpdFormAttr/Field/ColorField.php:19
|
1991 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:20
|
1992 |
+
#: forms/wpdFormAttr/Field/DateField.php:19
|
1993 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:26
|
1994 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:25
|
1995 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:25
|
1996 |
+
#: forms/wpdFormAttr/Field/NumberField.php:19
|
1997 |
+
#: forms/wpdFormAttr/Field/NumberField.php:24
|
1998 |
+
#: forms/wpdFormAttr/Field/NumberField.php:29
|
1999 |
+
#: forms/wpdFormAttr/Field/RadioField.php:19
|
2000 |
+
#: forms/wpdFormAttr/Field/RatingField.php:23
|
2001 |
+
#: forms/wpdFormAttr/Field/SelectField.php:19
|
2002 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:19
|
2003 |
+
#: forms/wpdFormAttr/Field/TextField.php:19
|
2004 |
+
#: forms/wpdFormAttr/Field/UrlField.php:19
|
2005 |
msgid ""
|
2006 |
+
"Field specific short description or some rule related to inserted "
|
2007 |
+
"information."
|
2008 |
msgstr ""
|
|
|
|
|
2009 |
|
2010 |
+
#: forms/wpDiscuzForm.php:223
|
2011 |
+
msgid "Field Types"
|
2012 |
+
msgstr ""
|
2013 |
+
|
2014 |
+
#: options/options-layouts/html-content.php:102
|
2015 |
+
msgid "File Attachment Settings"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: options/class.WpdiscuzOptions.php:1161
|
2019 |
msgid ""
|
2020 |
+
"File is empty. Please upload something more substantial. This error could "
|
2021 |
+
"also be caused by uploads being disabled in your php.ini or by post_max_size "
|
2022 |
+
"being defined as smaller than upload_max_filesize in php.ini."
|
|
|
2023 |
msgstr ""
|
2024 |
|
2025 |
+
#: options/html-options.php:401
|
2026 |
+
msgid "Find an option..."
|
2027 |
+
msgstr ""
|
2028 |
+
|
2029 |
+
#: options/html-options.php:372
|
2030 |
+
msgid "Finish Installation"
|
2031 |
+
msgstr ""
|
2032 |
+
|
2033 |
+
#: options/html-options.php:372
|
2034 |
+
msgid "Finish Update"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
+
#: options/html-dashboard.php:49
|
2038 |
msgid ""
|
2039 |
+
"First time in blog commenting experience we introduce, the Inline Feedback "
|
2040 |
+
"feature. This is an interactive article reading option with questions and "
|
2041 |
+
"feedback. Now article authors can add some questions for readers on certain "
|
2042 |
+
"part of article content and ask for feedback while visitors read it."
|
2043 |
msgstr ""
|
2044 |
|
2045 |
+
#: options/tools-layouts/tool-database.php:20
|
2046 |
+
#: options/tools-layouts/tool-database.php:21
|
2047 |
+
msgid "Fix Tables"
|
2048 |
msgstr ""
|
2049 |
|
2050 |
+
#: options/html-options.php:132 options/html-options.php:152
|
2051 |
+
#: options/html-options.php:171
|
2052 |
+
msgid "Fix the problem: "
|
|
|
|
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: options/html-phrases.php:25
|
2056 |
+
msgid "Follow"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: options/phrases-layouts/phrases-follow.php:67
|
2060 |
+
msgid "Follow confirmation email content"
|
|
|
|
|
|
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: options/phrases-layouts/phrases-follow.php:56
|
2064 |
+
msgid "Follow confirmation email subject"
|
|
|
|
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: options/phrases-layouts/phrases-follow.php:95
|
2068 |
+
msgid "Follow email content"
|
|
|
|
|
|
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: options/class.WpdiscuzOptions.php:505
|
2072 |
+
#: options/phrases-layouts/phrases-general.php:135
|
2073 |
+
msgid "Follow has been canceled successfully"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
+
#: options/class.WpdiscuzOptions.php:504
|
2077 |
+
#: options/phrases-layouts/phrases-general.php:131
|
2078 |
+
msgid "Follow has been confirmed successfully"
|
|
|
|
|
|
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: options/class.WpdiscuzOptions.php:460
|
2082 |
+
#: options/phrases-layouts/phrases-follow.php:11
|
2083 |
+
msgid "Follow this user"
|
2084 |
msgstr ""
|
2085 |
|
2086 |
+
#: options/phrases-layouts/phrases-follow.php:7
|
2087 |
+
msgid "Follow Users Phrases"
|
|
|
|
|
|
|
|
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: options/class.WpdiscuzOptions.php:4172
|
2091 |
+
msgid "Follow users without email confirmation"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
+
#: utils/class.WpdiscuzHelperAjax.php:933
|
2095 |
+
#: utils/class.WpdiscuzHelperAjax.php:995
|
2096 |
+
msgid "Followers"
|
|
|
|
|
2097 |
msgstr ""
|
2098 |
|
2099 |
+
#: utils/class.WpdiscuzHelperAjax.php:934
|
2100 |
+
#: utils/class.WpdiscuzHelperAjax.php:991
|
2101 |
+
msgid "Following"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: options/phrases-layouts/phrases-follow.php:83
|
2105 |
+
msgid "Following email subject"
|
|
|
|
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: options/class.WpdiscuzOptions.php:468
|
2109 |
+
msgid "Following failed. Please try again later."
|
|
|
|
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: options/class.WpdiscuzOptions.php:434
|
2113 |
+
#: options/phrases-layouts/phrases-user-settings.php:23
|
2114 |
+
msgid "Follows"
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: forms/wpdFormAttr/Field/ColorField.php:26
|
2118 |
+
#: forms/wpdFormAttr/Field/DateField.php:26
|
2119 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:33
|
2120 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:32
|
2121 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:32
|
2122 |
+
#: forms/wpdFormAttr/Field/NumberField.php:36
|
2123 |
+
#: forms/wpdFormAttr/Field/RatingField.php:30
|
2124 |
+
#: forms/wpdFormAttr/Field/TextField.php:26
|
2125 |
+
#: forms/wpdFormAttr/Field/UrlField.php:26
|
2126 |
+
msgid "Font-awesome icon library."
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: forms/wpDiscuzForm.php:111 options/html-phrases.php:20
|
2130 |
+
msgid "Form"
|
2131 |
+
msgstr "من"
|
2132 |
|
2133 |
+
#: options/phrases-layouts/phrases-form.php:83
|
2134 |
+
msgid "Form subscription button"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
+
#: options/phrases-layouts/phrases-form.php:7
|
2138 |
+
msgid "Form Template Phrases"
|
2139 |
+
msgstr "عبارات قالب الاستمارة"
|
2140 |
|
2141 |
+
#: forms/wpDiscuzForm.php:110 forms/wpDiscuzForm.php:159
|
2142 |
+
msgid "Forms"
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: options/class.WpdiscuzOptions.php:2139
|
2146 |
+
msgid "Front-end Moderation"
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: options/addons/fem/title.php:7
|
2150 |
+
msgid "Frontend Moderation"
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: options/html-phrases.php:19 options/options-layouts/html-recaptcha.php:20
|
2154 |
+
msgid "General"
|
2155 |
+
msgstr "عام"
|
2156 |
+
|
2157 |
+
#: options/class.WpdiscuzOptions.php:4064
|
2158 |
+
msgid "General Colors"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: options/phrases-layouts/phrases-general.php:7
|
2162 |
+
msgid "General Phrases"
|
2163 |
+
msgstr "إعدادات الجمل والصياغة"
|
2164 |
+
|
2165 |
+
#: options/class.WpdiscuzOptions.php:4455
|
2166 |
+
msgid "General Settings"
|
2167 |
+
msgstr "الإعدادات الرئيسية"
|
2168 |
+
|
2169 |
+
#: options/class.WpdiscuzOptions.php:4349
|
2170 |
+
msgid "Generate Thumbnail Sizes"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: options/html-dashboard.php:246
|
2174 |
+
msgid ""
|
2175 |
+
"Get all wpDiscuz premium addons with unlimited site license and save 90% with"
|
|
|
2176 |
msgstr ""
|
2177 |
|
2178 |
+
#: options/html-dashboard.php:222
|
2179 |
+
msgid "Getting Started"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
+
#: options/options-layouts/html-social.php:756
|
2183 |
+
msgid "Getting started with"
|
|
|
|
|
2184 |
msgstr ""
|
2185 |
|
2186 |
+
#: options/options-layouts/html-form.php:118
|
2187 |
+
msgid ""
|
2188 |
+
"Go to \"Comment Content and Media\" admin page to manage image attachment "
|
2189 |
+
"settings"
|
2190 |
msgstr ""
|
2191 |
|
2192 |
+
#: options/class.WpdiscuzOptions.php:2293
|
2193 |
+
msgid "Go to Installation Wizard »"
|
|
|
|
|
2194 |
msgstr ""
|
2195 |
|
2196 |
+
#: options/class.WpdiscuzOptions.php:2185
|
2197 |
+
#: options/class.WpdiscuzOptions.php:2191
|
2198 |
+
#: options/class.WpdiscuzOptions.php:2197
|
2199 |
+
#: options/class.WpdiscuzOptions.php:2203
|
2200 |
+
msgid "Go to the addon page"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: options/class.WpdiscuzOptions.php:2293
|
2204 |
+
msgid "Go to Update Wizard »"
|
|
|
|
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: options/class.WpdiscuzOptions.php:2208
|
2208 |
+
msgid "Go to wpDiscuz Addons subMenu"
|
2209 |
+
msgstr "قم بالتوجه إلى القائمة الفرعية للإضافات المساندة لـ wpDiscuz"
|
2210 |
+
|
2211 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:349
|
2212 |
+
msgid "Google authentication failed (OAuth code does not exist)."
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:346
|
2216 |
+
msgid "Google authentication failed (OAuth state does not exist)."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: options/class.WpdiscuzOptions.php:3533
|
2220 |
+
msgid "Google Client ID"
|
|
|
|
|
|
|
|
|
2221 |
msgstr ""
|
2222 |
|
2223 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:317
|
2224 |
+
msgid "Google Client ID and Client Secret required."
|
2225 |
msgstr ""
|
2226 |
|
2227 |
+
#: options/class.WpdiscuzOptions.php:3540
|
2228 |
+
msgid "Google Client Secret"
|
2229 |
msgstr ""
|
2230 |
|
2231 |
+
#: options/class.WpdiscuzOptions.php:3526
|
2232 |
+
msgid "Google Login Button"
|
2233 |
msgstr ""
|
2234 |
|
2235 |
+
#: options/class.WpdiscuzOptions.php:2151
|
2236 |
+
msgid "Google ReCaptcha"
|
2237 |
msgstr ""
|
2238 |
|
2239 |
+
#: forms/wpdFormAttr/Field/Field.php:63 options/class.WpdiscuzOptions.php:3301
|
2240 |
+
msgid "Google reCAPTCHA"
|
2241 |
msgstr ""
|
2242 |
|
2243 |
+
#: options/html-options.php:333
|
2244 |
+
msgid ""
|
2245 |
+
"Great News! Now you can add questions for readers on certain part of article "
|
2246 |
+
"content and ask for feedback while visitors read it."
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: class.WpdiscuzCore.php:1733 options/phrases-layouts/phrases-comment.php:62
|
2250 |
+
msgid "Guest"
|
2251 |
+
msgstr "ضيف"
|
2252 |
+
|
2253 |
+
#: options/html-dashboard.php:145
|
2254 |
+
msgid "Guest Commenters"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#. Author of the plugin/theme
|
2258 |
+
msgid "gVectors Team"
|
2259 |
msgstr ""
|
2260 |
|
2261 |
+
#: options/class.WpdiscuzOptions.php:1251
|
2262 |
+
#: options/class.WpdiscuzOptions.php:1514
|
2263 |
+
#: options/class.WpdiscuzOptions.php:1870
|
2264 |
+
msgid "Hacker?"
|
2265 |
+
msgstr "متسلل؟"
|
2266 |
+
|
2267 |
+
#: options/options-layouts/html-content.php:246
|
2268 |
+
msgid "Height (px)"
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: options/html-dashboard.php:252
|
2272 |
+
msgid "Help to Translate wpDiscuz"
|
2273 |
msgstr ""
|
2274 |
|
2275 |
+
#: options/class.WpdiscuzOptions.php:4526
|
2276 |
+
msgid ""
|
2277 |
+
"Help wpDiscuz to grow allowing people to recognize which comment plugin you "
|
2278 |
+
"use"
|
2279 |
msgstr ""
|
2280 |
+
"ساعد wpDiscuz على النمو عبر السماح لزوارك بمعرفة اسم الإضافة التي تستخدمها"
|
2281 |
|
2282 |
+
#: options/options-layouts/html-thread_display.php:10
|
2283 |
+
msgid ""
|
2284 |
+
"Here you can find all necessary options to control comment threads loading, "
|
2285 |
+
"displaying and sorting functions. Using \"Comment List Loading Type\", "
|
2286 |
+
"\"Comments Pagination Type\" and \"Display only parent comments\" options, "
|
2287 |
+
"you can get the highest page loading speed. Also you can manage comment "
|
2288 |
+
"thread filtering buttons."
|
2289 |
msgstr ""
|
2290 |
|
2291 |
+
#: options/tools-layouts/tool-options.php:35
|
2292 |
+
msgid ""
|
2293 |
+
"Here you can import and restore wpDiscuz options. You just need to choose "
|
2294 |
+
"backup file and click import options."
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: options/tools-layouts/tool-phrases.php:36
|
2298 |
+
msgid ""
|
2299 |
+
"Here you can import and restore wpDiscuz phrases. You just need to choose "
|
2300 |
+
"backup file and click import phrases."
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: options/tools-layouts/tool-images.php:64
|
2304 |
msgid ""
|
2305 |
+
"Here you can import comments' images from <strong><i>Comment Images "
|
2306 |
+
"Reloaded</i></strong> plugin to wpDiscuz."
|
|
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: options/tools-layouts/tool-images.php:80
|
2310 |
+
msgid ""
|
2311 |
+
"Here you can import comments' images from <strong><i>DCO Comment "
|
2312 |
+
"Attachment</i></strong> plugin to wpDiscuz."
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: options/tools-layouts/tool-subscriptions.php:37
|
|
|
2316 |
msgid ""
|
2317 |
+
"Here you can import subscriptions from <strong><i>Lightweight Subscribe To "
|
2318 |
+
"Comments</i></strong> plugin to wpDiscuz."
|
|
|
|
|
|
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: options/tools-layouts/tool-subscriptions.php:21
|
2322 |
+
msgid ""
|
2323 |
+
"Here you can import subscriptions from <strong><i>Subscribe To Comments "
|
2324 |
+
"Reloaded</i></strong> plugin to wpDiscuz."
|
2325 |
+
msgstr ""
|
2326 |
|
2327 |
+
#: options/options-layouts/html-content.php:10
|
2328 |
+
#, php-format
|
2329 |
msgid ""
|
2330 |
+
"Here you can manage comment content related options, such as comment text "
|
2331 |
+
"length, comment content breaking, comment image attachment... By default "
|
2332 |
+
"wpDiscuz allows to attach one image with comment. For an advanced media "
|
2333 |
+
"uploading and file attachment options we recommend %s addon."
|
2334 |
msgstr ""
|
|
|
|
|
|
|
2335 |
|
2336 |
+
#: options/options-layouts/html-thread_layouts.php:10
|
2337 |
+
msgid ""
|
2338 |
+
"Here you can manage comment layout components. You can display/hide certain "
|
2339 |
+
"button or information on comment threads, as well as commenters' avatars and "
|
2340 |
+
"comment voting options."
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: options/options-layouts/html-thread_styles.php:10
|
2344 |
+
msgid ""
|
2345 |
+
"Here you can manage comment thread styles, custom colors and add custom CSS. "
|
2346 |
+
"By default wpDiscuz comes with «Light» style. If your theme "
|
2347 |
+
"style is dark, we recommend choose the «Dark» option for "
|
2348 |
+
"comments too. In case you want to totally customize comment style or create "
|
2349 |
+
"it from scratch, we recommend choose the «Off» option to stop "
|
2350 |
+
"loading wpDiscuz core CSS. In this case only basic CSS code will be loaded "
|
2351 |
+
"allowing you add your custom style easier."
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: options/options-layouts/html-login.php:10
|
2355 |
+
#, php-format
|
2356 |
msgid ""
|
2357 |
+
"Here you can manage commenters authorization and data control related "
|
2358 |
+
"settings. wpDiscuz is focused on user engagement and community building "
|
2359 |
+
"ideas, therefore it's integrated with community builder plugins like wpForo "
|
2360 |
+
"Forum, BuddyPress, etc... With these plugins comment authors are linked to "
|
2361 |
+
"their profile pages. In case you want to display commenters profile and "
|
2362 |
+
"activity information directly on comment list, please be sure to check out "
|
2363 |
+
"the %s addon."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: options/class.WpdiscuzOptions.php:417
|
2367 |
msgid ""
|
2368 |
+
"Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a "
|
2369 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: options/class.WpdiscuzOptions.php:474
|
2373 |
+
msgid ""
|
2374 |
+
"Hi [FOLLOWER_NAME],<br/><br/> new comment has been posted by the <em><strong>"
|
2375 |
+
"[COMMENT_AUTHOR]</em></strong> you are following<br/><br/><a "
|
2376 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/>"
|
2377 |
+
"<a href=\"[CANCEL_URL]\">"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
+
#: options/class.WpdiscuzOptions.php:476
|
2381 |
+
msgid ""
|
2382 |
+
"Hi [MENTIONED_USER_NAME]!<br/>You have been mentioned in a comment posted on "
|
2383 |
+
"\"[POST_TITLE]\" post by [COMMENT_AUTHOR].<br/><br/>Comment URL: <a "
|
2384 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a>"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: options/class.WpdiscuzOptions.php:351
|
2388 |
+
msgid ""
|
2389 |
+
"Hi [SUBSCRIBER_NAME],<br/><br/> new comment has been posted by the <em>"
|
2390 |
+
"<strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
2391 |
+
"interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>"
|
2392 |
+
"[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: options/class.WpdiscuzOptions.php:353 options/class.WpdiscuzOptions.php:355
|
2396 |
msgid ""
|
2397 |
+
"Hi [SUBSCRIBER_NAME],<br/><br/> new reply has been posted by the <em><strong>"
|
2398 |
+
"[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
2399 |
+
"interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>"
|
2400 |
+
"[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: options/class.WpdiscuzOptions.php:472
|
2404 |
+
msgid ""
|
2405 |
+
"Hi, <br/> You just started following a new user. You'll get email "
|
2406 |
+
"notification once new comment is posted by this user. <br/> Please click on "
|
2407 |
+
"\"user following confirmation\" link to confirm your request. If you believe "
|
2408 |
+
"this is an error, ignore this message and we'll never bother you again. <br/>"
|
2409 |
+
"<br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a href=\"[CONFIRM_URL]"
|
2410 |
+
"\">"
|
2411 |
msgstr ""
|
2412 |
|
2413 |
+
#: options/class.WpdiscuzOptions.php:366
|
2414 |
+
msgid ""
|
2415 |
+
"Hi, <br/> You just subscribed for new comments on our website. This means "
|
2416 |
+
"you will receive an email when new comments are posted according to "
|
2417 |
+
"subscription option you've chosen. <br/> To activate, click confirm below. "
|
2418 |
+
"If you believe this is an error, ignore this message and we'll never bother "
|
2419 |
+
"you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a "
|
2420 |
+
"href='[CONFIRM_URL]'>Confirm Your Subscription</a><br/><br/><a "
|
2421 |
+
"href='[CANCEL_URL]'>Cancel Subscription</a>"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
+
#: forms/wpdFormAttr/Form.php:1049
|
2425 |
+
msgid "Hide comment section for roles"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
+
#: options/class.WpdiscuzOptions.php:348
|
2429 |
+
#: options/phrases-layouts/phrases-comment.php:43
|
2430 |
+
msgid "Hide Replies"
|
2431 |
+
msgstr "إخفاء الردود"
|
2432 |
|
2433 |
+
#: options/class.WpdiscuzOptions.php:3925
|
2434 |
+
msgid "Highlight Unread Comments"
|
2435 |
msgstr ""
|
2436 |
|
2437 |
+
#: options/class.WpdiscuzOptions.php:4005
|
2438 |
+
msgid "Highlight Voting Buttons for Voters"
|
2439 |
msgstr ""
|
2440 |
|
2441 |
+
#: options/class.WpdiscuzOptions.php:326
|
2442 |
+
#: options/phrases-layouts/phrases-form.php:23
|
2443 |
+
msgid "Hottest comment thread"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: options/options-layouts/html-moderation.php:29
|
2447 |
+
#: options/phrases-layouts/phrases-datetime.php:35
|
2448 |
+
msgid "Hour"
|
2449 |
+
msgstr "ساعة"
|
2450 |
|
2451 |
+
#: options/class.WpdiscuzOptions.php:376
|
2452 |
+
msgid "hour"
|
2453 |
+
msgstr "ساعة"
|
2454 |
+
|
2455 |
+
#: options/options-layouts/html-moderation.php:30
|
2456 |
+
#: options/options-layouts/html-moderation.php:31
|
2457 |
+
msgid "Hours"
|
2458 |
+
msgstr "ساعات"
|
2459 |
+
|
2460 |
+
#: options/class.WpdiscuzOptions.php:377
|
2461 |
+
msgid "hours"
|
2462 |
+
msgstr "ساعة"
|
2463 |
+
|
2464 |
+
#: options/phrases-layouts/phrases-datetime.php:39
|
2465 |
+
msgid "Hours (Plural Form)"
|
2466 |
+
msgstr "ساعات (صيغة الجمع)"
|
2467 |
+
|
2468 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:17
|
2469 |
+
msgid "HTML Code"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#. Author URI of the plugin/theme
|
2473 |
+
msgid "https://gvectors.com/"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
+
#. Plugin URI of the plugin/theme
|
2477 |
+
#, fuzzy
|
2478 |
+
#| msgid "http://wpdiscuz.com/"
|
2479 |
+
msgid "https://wpdiscuz.com/"
|
2480 |
+
msgstr "http://wpdiscuz.com/"
|
2481 |
+
|
2482 |
+
#: utils/deactivation-reason-modal.php:29
|
2483 |
+
#: utils/deactivation-reason-modal.php:51
|
2484 |
+
#: utils/deactivation-reason-modal.php:69
|
2485 |
+
#: utils/deactivation-reason-modal.php:87
|
2486 |
+
#: utils/deactivation-reason-modal.php:105
|
2487 |
+
#: utils/deactivation-reason-modal.php:123
|
2488 |
+
#: utils/deactivation-reason-modal.php:141
|
2489 |
+
msgid "I agree to receive email"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
+
#: options/class.WpdiscuzOptions.php:427
|
2493 |
+
msgid "I allow to create an account"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
+
#: forms/wpdFormAttr/Form.php:212 forms/wpdFormAttr/Form.php:609
|
2497 |
+
#: forms/wpdFormAttr/Form.php:1109
|
2498 |
+
msgid ""
|
2499 |
+
"I allow to use my email address and send notification about new comments and "
|
2500 |
+
"replies (you can unsubscribe at any time)."
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: options/html-options.php:185
|
2504 |
+
msgid "I can't resolve the problems!"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: utils/deactivation-reason-modal.php:45
|
2508 |
+
msgid "I couldn't understand how to make it work"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: utils/deactivation-reason-modal.php:81
|
2512 |
+
msgid "I didn't like plugin design"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: utils/deactivation-reason-modal.php:117
|
2516 |
+
msgid "I found a better plugin"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: options/html-options.php:189
|
2520 |
+
msgid "I want to downgrade to previous 5.x version!"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
+
#: utils/deactivation-reason-modal.php:19
|
2524 |
+
msgid "I'll reactivate it later"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: options/options-layouts/html-social.php:598
|
2528 |
+
#: options/options-layouts/html-social.php:729
|
2529 |
+
#: options/options-layouts/html-thread_display.php:236
|
2530 |
+
msgid "ID"
|
2531 |
msgstr ""
|
2532 |
|
2533 |
+
#: options/class.WpdiscuzOptions.php:4389
|
2534 |
+
msgid ""
|
2535 |
+
"If the Bubble live update is enabled, it shows new comments excerpts as a "
|
2536 |
+
"pop-up information to article reads in real-time. This keeps website "
|
2537 |
+
"visitors up to date and engages them join to the discussion."
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#: options/html-dashboard.php:63
|
2541 |
+
msgid ""
|
2542 |
+
"If there is no new comments while visitor read the article, in most cases "
|
2543 |
+
"they don't even think about leaving some comment. The Bubble helps here too, "
|
2544 |
+
"it calls article readers to join to the discussion displaying them invite "
|
2545 |
+
"message. This message attracting readers attention and allows them fast and "
|
2546 |
+
"easy jump to comment area. Once page is loaded and visitor has read some "
|
2547 |
+
"content, it reminds about comments and calls to leave a reply."
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: options/class.WpdiscuzOptions.php:3878
|
2551 |
+
msgid ""
|
2552 |
+
"If this option is enabled only parent comments will be displayed. This "
|
2553 |
+
"increases page load speed and keeps pages light. If visitor wants to read "
|
2554 |
+
"replies he/she just need to click on [view replies (12)] button located on "
|
2555 |
+
"all parent comments which have replies."
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: options/class.WpdiscuzOptions.php:3437
|
2559 |
+
msgid ""
|
2560 |
+
"If this option is enabled, all Social Login buttons become not-clickable "
|
2561 |
+
"until user accept automatic account creation process based on his/her Social "
|
2562 |
+
"Network Account shared information (email, name). This checkbox and "
|
2563 |
+
"appropriate information will be displayed when user click on a social login "
|
2564 |
+
"button, prior to the login process. This extra step is added to comply with "
|
2565 |
+
"the GDPR"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
+
#: forms/wpdFormAttr/Form.php:1071
|
2569 |
+
msgid ""
|
2570 |
+
"If you disable this option, it'll hide the entire section of comments. "
|
2571 |
+
"Neither the comment form nor the comment list will be visible for guests."
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: options/class.WpdiscuzOptions.php:3472
|
2575 |
+
msgid ""
|
2576 |
+
"If you enable this option, please make sure you've inserted the Valid OAuth "
|
2577 |
+
"Redirect URI in according field when you create Facebook Login App. Your "
|
2578 |
+
"website OAuth Redirect URI is displayed above."
|
2579 |
msgstr ""
|
2580 |
|
2581 |
+
#: options/options-layouts/html-recaptcha.php:11
|
2582 |
+
#, php-format
|
2583 |
+
msgid ""
|
2584 |
+
"If you want to use the latest Version 3 - Invisible Google reCAPTCHA with "
|
2585 |
+
"comment form, please checkout %s addon. This will make your commenters life "
|
2586 |
+
"easier, letting them pass through with ease."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
+
#: utils/deactivation-reason-modal.php:27
|
2590 |
+
#: utils/deactivation-reason-modal.php:49
|
2591 |
+
#: utils/deactivation-reason-modal.php:67
|
2592 |
+
#: utils/deactivation-reason-modal.php:85
|
2593 |
+
#: utils/deactivation-reason-modal.php:103
|
2594 |
+
#: utils/deactivation-reason-modal.php:121
|
2595 |
+
#: utils/deactivation-reason-modal.php:139
|
2596 |
msgid ""
|
2597 |
+
"If you want us to contact you please click on \"I agree to receive email\" "
|
2598 |
+
"checkbox, then fill out your email. We'll try to do our best to help you "
|
2599 |
+
"with problems."
|
|
|
|
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: options/options-layouts/html-general.php:97
|
2603 |
+
msgid "Ignore non-https content"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: options/phrases-layouts/phrases-email.php:180
|
2607 |
+
msgid "Ignore subscription"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: options/class.WpdiscuzOptions.php:4279
|
2611 |
+
msgid "Image Source URL to Image Conversion"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: options/tools-layouts/tool-images.php:53
|
2615 |
+
msgid "Import Comment Images"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: options/tools-layouts/tool-images.php:69
|
2619 |
+
#: options/tools-layouts/tool-images.php:85
|
2620 |
+
msgid "Import images"
|
|
|
|
|
|
|
|
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: options/tools-layouts/tool-options.php:43
|
2624 |
+
msgid "Import Options"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
+
#: options/tools-layouts/tool-phrases.php:44
|
2628 |
+
msgid "Import Phrases"
|
|
|
|
|
|
|
|
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: options/tools-layouts/tool-subscriptions.php:15
|
2632 |
+
msgid "Import Subscriptions"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
+
#: options/tools-layouts/tool-subscriptions.php:26
|
2636 |
+
#: options/tools-layouts/tool-subscriptions.php:42
|
2637 |
+
msgid "Import subscriptions"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
+
#: class.WpdiscuzCore.php:1584
|
2641 |
+
msgid ""
|
2642 |
+
"IMPORTANT! Uninstall is not a simple deactivation action. This action will "
|
2643 |
+
"permanently remove all forum data (forums, topics, replies, attachments...) "
|
2644 |
+
"from database. Please backup database before this action, you may need this "
|
2645 |
+
"forum data in future. If you are sure that you want to delete all forum data "
|
2646 |
+
"please confirm. If not, just cancel it, then you can deactivate this plugin, "
|
2647 |
+
"that will not remove forum data."
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: options/class.WpdiscuzOptions.php:4080
|
2651 |
msgid ""
|
2652 |
+
"IMPORTANT: In case your theme uses old versions of Font-Awesome lib, you "
|
2653 |
+
"should not disable this this option. The theme old version doesn't support "
|
2654 |
+
"new version icons, thus some wpDiscuz icons might be lost."
|
2655 |
msgstr ""
|
2656 |
|
2657 |
+
#: options/class.WpdiscuzOptions.php:4396
|
2658 |
+
msgid ""
|
2659 |
+
"In most cases article readers don't even think about leaving some comment. "
|
2660 |
+
"Using this option you can enable Bubble «Invite to Comment» "
|
2661 |
+
"message. Once page is loaded and visitor has read some content, it reminds "
|
2662 |
+
"about comments and calls to leave a reply."
|
2663 |
msgstr ""
|
2664 |
|
2665 |
+
#: options/class.WpdiscuzOptions.php:2122
|
2666 |
+
msgid ""
|
2667 |
+
"In most cases the big part of your visitors are not a native speakers of "
|
2668 |
+
"your language. Make your comments comprehensible for all visitors using "
|
2669 |
+
"wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
|
2670 |
+
"'Translate' button with 60 language translation options. Uses free "
|
2671 |
+
"translation API."
|
2672 |
+
msgstr ""
|
2673 |
+
|
2674 |
+
#: options/class.WpdiscuzOptions.php:435
|
2675 |
+
#: options/phrases-layouts/phrases-user-settings.php:27
|
2676 |
+
msgid "In response to:"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: options/options-layouts/html-live.php:10
|
2680 |
msgid ""
|
2681 |
+
"In wpDiscuz 7 the real-time commenting becomes more live and attractive. "
|
2682 |
+
"It's based on REST API and doesn't overload your server. A specific sticky "
|
2683 |
+
"comment icon on your web pages, called «Bubble» keeps article "
|
2684 |
+
"readers and commenters up to date. It displays new comments as pop-up "
|
2685 |
+
"information or as a number in an orange circle."
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: options/html-options.php:328
|
2689 |
+
msgid "Increase Your Comments!"
|
2690 |
msgstr ""
|
2691 |
|
2692 |
+
#: options/class.WpdiscuzOptions.php:2098
|
2693 |
msgid ""
|
2694 |
+
"Increase your income using ad banners. Comment area is the most active "
|
2695 |
+
"sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
|
2696 |
+
"add banners and control ads in this section."
|
|
|
2697 |
msgstr ""
|
2698 |
|
2699 |
+
#: options/html-options.php:128 options/html-options.php:148
|
2700 |
+
#: options/html-options.php:168
|
2701 |
+
msgid "Information: "
|
2702 |
msgstr ""
|
2703 |
|
2704 |
+
#: options/options-layouts/html-thread_display.php:33
|
2705 |
+
msgid "Initiate AJAX loading after page"
|
2706 |
msgstr ""
|
2707 |
|
2708 |
+
#: options/options-layouts/html-thread_display.php:33
|
2709 |
+
msgid "Initiates AJAX loading once page loading is complete"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
+
#: options/class.WpdiscuzOptions.php:4431
|
2713 |
+
msgid "Inline Commenting"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
+
#: options/class.WpdiscuzOptions.php:327
|
2717 |
+
#: options/phrases-layouts/phrases-form.php:27
|
2718 |
+
msgid "Inline Comments"
|
2719 |
msgstr ""
|
2720 |
|
2721 |
+
#: options/html-dashboard.php:39
|
2722 |
+
msgid "Inline Feedback"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: options/options-layouts/html-thread_styles.php:132
|
2726 |
+
msgid "Inline Feedback Icon Colors"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: options/class.WpdiscuzOptions.php:498 options/html-dashboard.php:127
|
2730 |
+
#: options/phrases-layouts/phrases-general.php:107
|
2731 |
+
msgid "Inline Feedbacks"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: options/html-dashboard.php:160
|
2735 |
+
msgid "Inline feedbacks"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: options/class.WpdiscuzOptions.php:408
|
2739 |
+
msgid "Input is too long"
|
2740 |
+
msgstr "النص طويل جداً"
|
2741 |
+
|
2742 |
+
#: options/class.WpdiscuzOptions.php:407
|
2743 |
+
msgid "Input is too short"
|
2744 |
+
msgstr "النص قصير جداً"
|
2745 |
+
|
2746 |
+
#: options/class.WpdiscuzOptions.php:3596
|
2747 |
+
msgid "Instagram App ID"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: options/class.WpdiscuzOptions.php:3603
|
2751 |
+
msgid "Instagram App Secret"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:240
|
2755 |
+
msgid "Instagram Application ID and Application Secret required."
|
|
|
|
|
|
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:272
|
2759 |
+
msgid "Instagram authentication failed (OAuth code does not exist)."
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:269
|
2763 |
+
msgid "Instagram authentication failed (OAuth state does not exist)."
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: options/class.WpdiscuzOptions.php:3589
|
2767 |
+
msgid "Instagram Login Button"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: options/html-addons.php:50
|
2771 |
+
msgid "Installed"
|
2772 |
+
msgstr "تم التثبيت"
|
2773 |
+
|
2774 |
+
#: options/options-layouts/html-social.php:94
|
2775 |
+
#: options/options-layouts/html-social.php:189
|
2776 |
+
#: options/options-layouts/html-social.php:265
|
2777 |
+
#: options/options-layouts/html-social.php:323
|
2778 |
+
#: options/options-layouts/html-social.php:380
|
2779 |
+
#: options/options-layouts/html-social.php:435
|
2780 |
+
#: options/options-layouts/html-social.php:491
|
2781 |
+
#: options/options-layouts/html-social.php:569
|
2782 |
+
#: options/options-layouts/html-social.php:625
|
2783 |
+
#: options/options-layouts/html-social.php:700
|
2784 |
+
#: options/options-layouts/html-social.php:757
|
2785 |
+
#: options/options-layouts/html-social.php:846
|
2786 |
+
#: options/options-layouts/html-social.php:902
|
2787 |
+
#: options/options-layouts/html-social.php:958
|
2788 |
+
#: options/options-layouts/html-social.php:1014
|
2789 |
+
msgid "instruction »"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
+
#: options/class.WpdiscuzOptions.php:2076
|
2793 |
+
msgid ""
|
2794 |
+
"Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
|
2795 |
+
"myCRED points. "
|
2796 |
msgstr ""
|
2797 |
+
"دمج الشارات والمرتبات الخاصة بـ myCRED. قم بتحويل التعليقات الخاصة بـ "
|
2798 |
+
"wpDiscuz من نظام التصويت والإعجاب إلى نظام النقاط الخاص بـ myCRED."
|
2799 |
|
2800 |
+
#: options/class.WpdiscuzOptions.php:1896
|
2801 |
msgid ""
|
2802 |
+
"Integrates wpDiscuz with BuddyPress plugin. Profile Tabs, Notifications, "
|
2803 |
+
"Activities, etc..."
|
|
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: options/class.WpdiscuzOptions.php:399
|
2807 |
+
#: options/phrases-layouts/phrases-error.php:39
|
2808 |
+
msgid "Invalid Captcha Code"
|
2809 |
+
msgstr "حصل خطأ أثناء كتابة الكود"
|
2810 |
+
|
2811 |
+
#: forms/wpDiscuzForm.php:102
|
2812 |
+
msgid "Invalid Data !!!"
|
2813 |
msgstr ""
|
2814 |
|
2815 |
+
#: options/options-layouts/html-content.php:187
|
2816 |
+
msgid "Invert Selection"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: utils/deactivation-reason-modal.php:41
|
2820 |
+
msgid "It's not what I was looking for"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: options/html-dashboard.php:18
|
2824 |
msgid ""
|
2825 |
+
"It's totally improved with brand new innovative features bringing live to "
|
2826 |
+
"your website and discussions."
|
|
|
2827 |
msgstr ""
|
2828 |
|
2829 |
+
#: options/options-layouts/html-form.php:93
|
2830 |
+
msgid "Italic"
|
|
|
|
|
|
|
|
|
2831 |
msgstr ""
|
2832 |
|
2833 |
+
#: options/class.WpdiscuzOptions.php:2302
|
2834 |
+
msgid "Jetpack Comments are active."
|
2835 |
msgstr ""
|
2836 |
|
2837 |
+
#: options/html-options.php:168
|
|
|
2838 |
msgid ""
|
2839 |
+
"Jetpack Comments doesn't allow wpDiscuz comment form to be loaded on your "
|
2840 |
+
"posts and pages. It overwrites wpDiscuz Comment form."
|
|
|
|
|
|
|
|
|
|
|
|
|
2841 |
msgstr ""
|
2842 |
|
2843 |
+
#: options/html-options.php:166
|
2844 |
+
msgid "Jetpack comments is active, please deactivate!"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
+
#: options/class.WpdiscuzOptions.php:324
|
2848 |
+
msgid "Join the discussion"
|
2849 |
+
msgstr "ضع تعليقك هنا"
|
2850 |
|
2851 |
+
#: options/html-options.php:79
|
2852 |
+
msgid "Just 3 Steps to Complete Installation!"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: options/html-options.php:79
|
2856 |
+
msgid "Just 3 Steps to Complete Update!"
|
2857 |
msgstr ""
|
2858 |
|
2859 |
+
#: options/html-dashboard.php:253
|
2860 |
+
msgid ""
|
2861 |
+
"Just log in to the translation platform with your WordPress.org account, and "
|
2862 |
+
"suggest translations."
|
2863 |
msgstr ""
|
2864 |
|
2865 |
+
#: options/options-layouts/html-general.php:92
|
2866 |
msgid ""
|
2867 |
+
"Just replace http protocols to https (https may not be supported by content "
|
2868 |
+
"provider)"
|
|
|
2869 |
msgstr ""
|
|
|
|
|
|
|
2870 |
|
2871 |
+
#: options/class.WpdiscuzOptions.php:4151
|
2872 |
msgid ""
|
2873 |
"Keep checked the \"Notify of new replies to this comment\" option by default"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: options/class.WpdiscuzOptions.php:3250
|
2877 |
+
msgid "Keep guest commenter credentials in browser cookies for X days"
|
2878 |
+
msgstr ""
|
2879 |
|
2880 |
+
#: options/class.WpdiscuzOptions.php:3871
|
2881 |
msgid ""
|
2882 |
+
"Keep your page loading speed high by disabling comments loading. Once the "
|
2883 |
+
"page loading is complete, this option will initiate AJAX request and load "
|
2884 |
+
"comments without affecting page loading speed. Also, you can select the "
|
2885 |
+
"[View Comments] button option to allow visitors load comments manually "
|
2886 |
+
"whenever they want."
|
2887 |
msgstr ""
|
|
|
|
|
|
|
2888 |
|
2889 |
+
#: options/options-layouts/html-social.php:931
|
2890 |
+
msgid "Key"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
+
#: options/options-layouts/html-labels.php:54
|
2894 |
+
msgid "label color"
|
2895 |
+
msgstr "لون بطاقة"
|
2896 |
|
2897 |
+
#: forms/wpDiscuzForm.php:177 forms/wpdFormAttr/Form.php:1006
|
2898 |
+
msgid "Language"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: options/options-layouts/html-recaptcha.php:157
|
2902 |
+
msgid "Language codes"
|
2903 |
msgstr ""
|
2904 |
|
2905 |
+
#: options/html-dashboard.php:169
|
2906 |
+
msgid "Last 6 Months"
|
2907 |
msgstr ""
|
2908 |
|
2909 |
+
#: utils/class.WpdiscuzHelperAjax.php:999
|
2910 |
+
msgid "Last Activity"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
+
#: options/class.WpdiscuzOptions.php:509
|
2914 |
+
#: options/phrases-layouts/phrases-general.php:151
|
2915 |
+
#, php-format
|
2916 |
+
msgid "Last edited %1$s by %2$s"
|
2917 |
msgstr ""
|
2918 |
|
2919 |
+
#: options/html-dashboard.php:168
|
2920 |
+
msgid "Last Month"
|
2921 |
msgstr ""
|
2922 |
|
2923 |
+
#: options/html-dashboard.php:167
|
2924 |
+
msgid "Last Week"
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: options/html-dashboard.php:170
|
2928 |
+
msgid "Last Year"
|
2929 |
msgstr ""
|
2930 |
|
2931 |
+
#: forms/wpdFormAttr/Form.php:1211
|
2932 |
+
msgid "Layout"
|
2933 |
msgstr ""
|
2934 |
|
2935 |
+
#: options/html-options.php:225
|
2936 |
+
msgid "Layout #1"
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: options/html-options.php:226
|
2940 |
+
msgid "Layout #2"
|
|
|
|
|
|
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: options/html-options.php:227
|
2944 |
+
msgid "Layout #3"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
+
#: options/options-layouts/html-thread_layouts.php:228
|
2948 |
+
msgid "Layout Components"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
+
#: options/options-layouts/html-thread_display.php:73
|
2952 |
+
msgid "Lazy load comments on scrolling"
|
2953 |
+
msgstr "تحميل التعليقات عند التمرير"
|
|
|
|
|
2954 |
|
2955 |
+
#: options/html-dashboard.php:255
|
2956 |
+
msgid "Leave a Good Review"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
+
#: options/html-options.php:296 options/html-options.php:311
|
2960 |
+
#: options/options-layouts/html-live.php:51
|
2961 |
+
msgid "Left Corner"
|
2962 |
msgstr ""
|
2963 |
|
2964 |
+
#: options/class.WpdiscuzOptions.php:2116
|
2965 |
+
msgid ""
|
2966 |
+
"Let your commenters help you to determine and remove spam comments. wpDiscuz "
|
2967 |
+
"Report and Flagging addon comes with comment reporting tools. Automaticaly "
|
2968 |
+
"auto-moderates comments based on number of flags and dislikes."
|
|
|
2969 |
msgstr ""
|
2970 |
|
2971 |
+
#: options/html-options.php:209 options/options-layouts/html-recaptcha.php:139
|
2972 |
+
msgid "Light"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: options/class.WpdiscuzOptions.php:4248
|
2976 |
+
msgid "Limit Comments per User"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
+
#: options/options-layouts/html-form.php:107
|
2980 |
+
msgid "Link"
|
2981 |
msgstr ""
|
2982 |
|
2983 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:419
|
2984 |
+
msgid "Linkedin authentication failed (OAuth code does not exist)."
|
2985 |
msgstr ""
|
2986 |
|
2987 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:416
|
2988 |
+
msgid "Linkedin authentication failed (OAuth state does not exist)."
|
2989 |
msgstr ""
|
2990 |
|
2991 |
+
#: options/class.WpdiscuzOptions.php:3617
|
2992 |
+
msgid "LinkedIn Client ID"
|
|
|
|
|
|
|
2993 |
msgstr ""
|
2994 |
|
2995 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:387
|
2996 |
+
msgid "Linkedin Client ID and Client Secret required."
|
2997 |
msgstr ""
|
2998 |
|
2999 |
+
#: options/class.WpdiscuzOptions.php:3624
|
3000 |
+
msgid "LinkedIn Client Secret"
|
3001 |
msgstr ""
|
3002 |
|
3003 |
+
#: options/class.WpdiscuzOptions.php:3610
|
3004 |
+
msgid "LinkedIn Login Button"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
+
#: options/class.WpdiscuzOptions.php:4358
|
3008 |
+
msgid "Live Commenting and Notifications"
|
|
|
|
|
|
|
|
|
|
|
3009 |
msgstr ""
|
3010 |
|
3011 |
+
#: options/html-dashboard.php:57
|
3012 |
+
msgid "Live Notification / Bubble"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
+
#: options/html-dashboard.php:40
|
3016 |
+
msgid "Live Notification, Bubble!"
|
|
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: options/html-addons.php:60
|
3020 |
+
msgid "Live Preview | Buy"
|
|
|
|
|
|
|
3021 |
msgstr ""
|
3022 |
|
3023 |
+
#: options/class.WpdiscuzOptions.php:4408
|
3024 |
+
msgid "Live Update"
|
3025 |
+
msgstr "تحديث مباشر"
|
3026 |
+
|
3027 |
+
#: options/options-layouts/html-thread_display.php:68
|
3028 |
+
msgid "Load all comments"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
+
#: options/class.WpdiscuzOptions.php:4078
|
3032 |
+
msgid "Load Font Awesome css lib"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
+
#: options/phrases-layouts/phrases-general.php:15
|
3036 |
+
msgid "Load More Button"
|
3037 |
+
msgstr "زر تحميل المزيد"
|
3038 |
+
|
3039 |
+
#: options/class.WpdiscuzOptions.php:338
|
3040 |
+
msgid "Load More Comments"
|
3041 |
+
msgstr "حمّل المزيد من التعليقات"
|
3042 |
+
|
3043 |
+
#: options/class.WpdiscuzOptions.php:339
|
3044 |
+
#: options/phrases-layouts/phrases-general.php:19
|
3045 |
+
msgid "Load Rest of Comments"
|
3046 |
+
msgstr "حمّل بقيّة التعليقات"
|
3047 |
+
|
3048 |
+
#: options/class.WpdiscuzOptions.php:3278
|
3049 |
+
msgid "Load Rich Editor"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: options/options-layouts/html-thread_display.php:28
|
3053 |
+
msgid "Load with page"
|
|
|
|
|
|
|
3054 |
msgstr ""
|
3055 |
|
3056 |
+
#: options/class.WpdiscuzOptions.php:388
|
3057 |
+
#: options/phrases-layouts/phrases-notification.php:54
|
3058 |
+
msgid "Log out"
|
3059 |
+
msgstr "تسجيل الخروج"
|
3060 |
+
|
3061 |
+
#: options/phrases-layouts/phrases-notification.php:42
|
3062 |
+
msgid "Logged In"
|
3063 |
+
msgstr "مسجل دخول"
|
3064 |
+
|
3065 |
+
#: options/class.WpdiscuzOptions.php:389
|
3066 |
+
msgid "logged in"
|
3067 |
+
msgstr "مسجل دخول"
|
3068 |
+
|
3069 |
+
#: options/phrases-layouts/phrases-notification.php:50
|
3070 |
+
msgid "Logged in as"
|
3071 |
+
msgstr "تم تسجيل الدخول كـ"
|
3072 |
+
|
3073 |
+
#: options/class.WpdiscuzOptions.php:386
|
3074 |
+
#: options/phrases-layouts/phrases-notification.php:29
|
3075 |
+
msgid "Login"
|
3076 |
msgstr ""
|
3077 |
|
3078 |
+
#: options/phrases-layouts/phrases-notification.php:62
|
3079 |
+
msgid "Login To Vote"
|
3080 |
+
msgstr "قم بتسجيل الدخول للتصويت"
|
3081 |
+
|
3082 |
+
#: options/class.WpdiscuzOptions.php:3418
|
3083 |
+
msgid "Login URL"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:966
|
3087 |
+
msgid "Mail.ru Client ID and Client Secret required."
|
3088 |
msgstr ""
|
3089 |
|
3090 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1035
|
3091 |
+
msgid "Mail.ru authentication failed (access_token does not exist)."
|
3092 |
+
msgstr ""
|
3093 |
|
3094 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1003
|
3095 |
+
msgid "Mail.ru authentication failed (code does not exist)."
|
|
|
|
|
|
|
|
|
|
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1000
|
3099 |
+
msgid "Mail.ru authentication failed (OAuth state does not exist)."
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: options/class.WpdiscuzOptions.php:3666
|
3103 |
+
msgid "Mail.ru Client ID"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
+
#: options/class.WpdiscuzOptions.php:3673
|
3107 |
+
msgid "Mail.ru Client Secret"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: options/class.WpdiscuzOptions.php:3659
|
3111 |
+
msgid "Mail.ru Login Button"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
+
#: options/options-layouts/html-general.php:240
|
3115 |
+
msgid "Maintenance"
|
|
|
|
|
|
|
3116 |
msgstr ""
|
3117 |
|
3118 |
+
#: options/class.WpdiscuzOptions.php:511
|
3119 |
+
#: options/phrases-layouts/phrases-general.php:159
|
3120 |
+
msgid "Manage Comment"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
+
#: options/html-dashboard.php:223
|
3124 |
+
msgid "Manage Comment Forms"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: options/html-dashboard.php:224
|
3128 |
+
msgid "Manage Comment Layout"
|
3129 |
+
msgstr ""
|
3130 |
|
3131 |
+
#: options/html-options.php:136 options/html-options.php:175
|
3132 |
+
msgid "Mark as solved"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
+
#: options/options-layouts/html-content.php:26
|
3136 |
+
#: options/options-layouts/html-content.php:42
|
3137 |
+
#: options/options-layouts/html-form.php:153
|
3138 |
+
msgid "Max"
|
3139 |
+
msgstr "الحد الأعلى"
|
3140 |
+
|
3141 |
+
#: options/options-layouts/html-moderation.php:139
|
3142 |
+
msgid "Max number of comments"
|
3143 |
msgstr ""
|
3144 |
|
3145 |
+
#: options/class.WpdiscuzOptions.php:4328
|
3146 |
+
msgid "Max Uploaded Size"
|
|
|
|
|
|
|
3147 |
msgstr ""
|
3148 |
|
3149 |
+
#: forms/wpdFormAttr/Field/NumberField.php:27
|
3150 |
+
msgid "Max Value"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: options/class.WpdiscuzOptions.php:518
|
3154 |
+
msgid "Maximum number of uploaded files is"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: options/class.WpdiscuzOptions.php:520
|
3158 |
+
msgid "Maximum post size is"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
+
#: options/class.WpdiscuzOptions.php:519
|
3162 |
+
msgid "Maximum upload file size is"
|
|
|
|
|
3163 |
msgstr ""
|
3164 |
|
3165 |
+
#: options/html-phrases.php:29
|
3166 |
+
msgid "Media"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
+
#: options/phrases-layouts/phrases-media.php:7
|
3170 |
+
msgid "Media Upload Phrases"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
+
#: options/addons/mu/title.php:7 options/class.WpdiscuzOptions.php:2145
|
3174 |
+
msgid "Media Uploader"
|
|
|
|
|
3175 |
msgstr ""
|
|
|
|
|
3176 |
|
3177 |
+
#: class.WpdiscuzCore.php:1725 options/phrases-layouts/phrases-comment.php:64
|
3178 |
+
msgid "Member"
|
3179 |
+
msgstr "عضو"
|
3180 |
|
3181 |
+
#: options/phrases-layouts/phrases-email.php:199
|
3182 |
+
msgid "Mentioned email content"
|
|
|
|
|
|
|
|
|
|
|
3183 |
msgstr ""
|
3184 |
|
3185 |
+
#: options/phrases-layouts/phrases-email.php:193
|
3186 |
+
msgid "Mentioned email subject"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
+
#: options/addons/ucm/title.php:7
|
3190 |
+
msgid "Mentioning"
|
|
|
|
|
|
|
|
|
|
|
|
|
3191 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
3192 |
|
3193 |
+
#: options/phrases-layouts/phrases-media.php:19
|
3194 |
+
msgid "Message if attached more files than allowed"
|
|
|
|
|
3195 |
msgstr ""
|
|
|
3196 |
|
3197 |
+
#: options/phrases-layouts/phrases-error.php:59
|
3198 |
+
msgid "Message if comment no longer possible to edit"
|
3199 |
+
msgstr "الرسالة التي تظهر إذا لم يعد من الممكن تعديل التعليق"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3200 |
|
3201 |
+
#: options/phrases-layouts/phrases-error.php:63
|
3202 |
+
msgid "Message if comment text not changed"
|
3203 |
+
msgstr "الرسالة التي تظهر إذا كان نص التعليق لم يتم تغييره"
|
3204 |
|
3205 |
+
#: options/phrases-layouts/phrases-error.php:55
|
3206 |
+
msgid "Message if comment was not updated"
|
3207 |
+
msgstr "الرسالة التي تظهر إذا كان التعليق لم يتم تحديثه"
|
3208 |
|
3209 |
+
#: options/phrases-layouts/phrases-notification.php:70
|
3210 |
+
msgid "Message if commenting disabled by user role"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
+
#: options/phrases-layouts/phrases-error.php:51
|
3214 |
+
msgid "Message if input text length is too long"
|
3215 |
+
msgstr "الرسالة التي تظهر إذا كان نص الخانة طويل جداً"
|
3216 |
+
|
3217 |
+
#: options/phrases-layouts/phrases-error.php:47
|
3218 |
+
msgid "Message if input text length is too short"
|
3219 |
+
msgstr "الرسالة التي تظهر إذا كان نص الخانة قصير جداً"
|
3220 |
+
|
3221 |
+
#: options/phrases-layouts/phrases-media.php:15
|
3222 |
+
msgid "Message if one or more file types are not allowed"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
+
#: options/phrases-layouts/phrases-media.php:27
|
3226 |
+
msgid "Message if post size is bigger than allowed"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
+
#: options/phrases-layouts/phrases-media.php:23
|
3230 |
+
msgid "Message if upload file size is bigger than allowed"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:48
|
3234 |
+
#: forms/wpdFormAttr/Field/ColorField.php:44
|
3235 |
+
#: forms/wpdFormAttr/Field/DateField.php:44
|
3236 |
+
#: forms/wpdFormAttr/Field/NumberField.php:54
|
3237 |
+
#: forms/wpdFormAttr/Field/RadioField.php:48
|
3238 |
+
#: forms/wpdFormAttr/Field/RatingField.php:44
|
3239 |
+
#: forms/wpdFormAttr/Field/SelectField.php:48
|
3240 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:37
|
3241 |
+
#: forms/wpdFormAttr/Field/TextField.php:44
|
3242 |
+
#: forms/wpdFormAttr/Field/UrlField.php:44
|
3243 |
+
msgid "Meta Key"
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: options/options-layouts/html-content.php:25
|
3247 |
+
#: options/options-layouts/html-content.php:41
|
3248 |
+
#: options/options-layouts/html-form.php:152
|
3249 |
+
msgid "Min"
|
3250 |
+
msgstr "الحد الأدنى"
|
3251 |
|
3252 |
+
#: forms/wpdFormAttr/Field/NumberField.php:22
|
3253 |
+
msgid "Min Value"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
+
#: options/class.WpdiscuzOptions.php:4484
|
3257 |
+
msgid "Minify JS and CSS Files to Optimize Page Loading Speed"
|
3258 |
msgstr ""
|
3259 |
|
3260 |
+
#: options/options-layouts/html-live.php:183
|
3261 |
+
#: options/phrases-layouts/phrases-datetime.php:43
|
3262 |
+
msgid "Minute"
|
3263 |
+
msgstr "دقيقة"
|
|
|
|
|
|
|
|
|
|
|
3264 |
|
3265 |
+
#: options/class.WpdiscuzOptions.php:378
|
3266 |
+
msgid "minute"
|
3267 |
+
msgstr "دقيقة"
|
3268 |
|
3269 |
+
#: options/options-layouts/html-live.php:184
|
3270 |
+
#: options/options-layouts/html-live.php:185
|
3271 |
+
#: options/options-layouts/html-live.php:186
|
3272 |
+
#: options/options-layouts/html-moderation.php:27
|
3273 |
+
#: options/options-layouts/html-moderation.php:28
|
3274 |
+
msgid "Minutes"
|
3275 |
+
msgstr "دقيقة"
|
3276 |
|
3277 |
+
#: options/class.WpdiscuzOptions.php:379
|
3278 |
+
msgid "minutes"
|
3279 |
+
msgstr "دقيقة"
|
3280 |
|
3281 |
+
#: options/phrases-layouts/phrases-datetime.php:47
|
3282 |
+
msgid "Minutes (Plural Form)"
|
3283 |
+
msgstr "دقائق (صيغة الجمع)"
|
3284 |
|
3285 |
+
#: options/options-layouts/html-form.php:66
|
3286 |
+
msgid "Mobile and Desktop"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
+
#: options/phrases-layouts/phrases-datetime.php:19
|
3290 |
+
msgid "Month"
|
3291 |
+
msgstr "شهر"
|
3292 |
|
3293 |
+
#: options/class.WpdiscuzOptions.php:372
|
3294 |
+
msgid "month"
|
3295 |
+
msgstr "شهر"
|
3296 |
|
3297 |
+
#: options/class.WpdiscuzOptions.php:373
|
3298 |
+
msgid "months"
|
3299 |
+
msgstr "شهور"
|
3300 |
|
3301 |
+
#: options/phrases-layouts/phrases-datetime.php:23
|
3302 |
+
msgid "Months (Plural Form)"
|
3303 |
+
msgstr "أشهر (صيغة الجمع)"
|
3304 |
|
3305 |
+
#: options/addons/more/title.php:6
|
3306 |
+
msgid "More Addons..."
|
3307 |
msgstr ""
|
3308 |
|
3309 |
+
#: options/class.WpdiscuzOptions.php:2134
|
3310 |
+
msgid ""
|
3311 |
+
"More Comment Widgets! Most voted comments, Active comment threads, Most "
|
3312 |
+
"commented posts, Active comment authors widgets are available in wpDiscuz "
|
3313 |
+
"Widgets Addon"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
+
#: options/html-addons.php:58
|
3317 |
+
msgid "More Info »"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: options/html-addons.php:68
|
3321 |
+
msgid "More information about"
|
3322 |
msgstr ""
|
3323 |
|
3324 |
+
#: options/html-options.php:324
|
3325 |
+
msgid "More News"
|
|
|
|
|
3326 |
msgstr ""
|
3327 |
|
3328 |
+
#: options/class.WpdiscuzOptions.php:325
|
3329 |
+
#: options/phrases-layouts/phrases-form.php:19
|
3330 |
+
msgid "Most reacted comment"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: options/class.WpdiscuzOptions.php:337
|
3334 |
+
#: options/phrases-layouts/phrases-form.php:67
|
3335 |
+
msgid "Most Voted"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
+
#: options/class.WpdiscuzOptions.php:2067
|
3339 |
+
msgid ""
|
3340 |
+
"Most voted comments, Active comment threads, Most commented posts, Active "
|
3341 |
+
"comment authors"
|
3342 |
msgstr ""
|
3343 |
+
"أكثر التعليقات تصويتاً, المواضيع ذات التعليقات النشطة, أكثر المواضيع تعليقاً,"
|
3344 |
+
" المعلّقين النشطين"
|
3345 |
|
3346 |
+
#: forms/wpDiscuzForm.php:226 forms/wpdFormAttr/Row.php:25
|
3347 |
+
msgid "Move"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
+
#: options/class.WpdiscuzOptions.php:431
|
3351 |
+
#: options/phrases-layouts/phrases-user-settings.php:11
|
3352 |
+
msgid "My content and settings"
|
3353 |
msgstr ""
|
3354 |
|
3355 |
+
#: forms/wpDiscuzForm.php:436 forms/wpdFormAttr/Field/AgreementCheckbox.php:12
|
3356 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:12
|
3357 |
+
#: forms/wpdFormAttr/Field/ColorField.php:12
|
3358 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:14
|
3359 |
+
#: forms/wpdFormAttr/Field/DateField.php:12
|
3360 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:19
|
3361 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:18
|
3362 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:67
|
3363 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
|
3364 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:18
|
3365 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:12
|
3366 |
+
#: forms/wpdFormAttr/Field/NumberField.php:12
|
3367 |
+
#: forms/wpdFormAttr/Field/RadioField.php:12
|
3368 |
+
#: forms/wpdFormAttr/Field/RatingField.php:12
|
3369 |
+
#: forms/wpdFormAttr/Field/SelectField.php:12
|
3370 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:12
|
3371 |
+
#: forms/wpdFormAttr/Field/TextField.php:12
|
3372 |
+
#: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:1359
|
3373 |
+
msgid "Name"
|
3374 |
+
msgstr "الاسم"
|
3375 |
|
3376 |
+
#: forms/wpdFormAttr/Field/RatingField.php:17
|
3377 |
+
msgid "Name For Total"
|
3378 |
msgstr ""
|
3379 |
|
3380 |
+
#: options/class.WpdiscuzOptions.php:350 options/class.WpdiscuzOptions.php:473
|
3381 |
+
msgid "New Comment"
|
3382 |
+
msgstr "تعليق جديد"
|
3383 |
+
|
3384 |
+
#: options/class.WpdiscuzOptions.php:331
|
3385 |
+
msgid "new follow-up comments"
|
3386 |
+
msgstr "التعليقات الجديدة"
|
3387 |
+
|
3388 |
+
#: options/class.WpdiscuzOptions.php:332
|
3389 |
+
msgid "new replies to my comments"
|
3390 |
+
msgstr "الردود على تعليقاتي"
|
3391 |
|
3392 |
+
#: options/class.WpdiscuzOptions.php:352 options/class.WpdiscuzOptions.php:354
|
3393 |
+
msgid "New Reply"
|
3394 |
+
msgstr "رد جديد"
|
|
|
|
|
|
|
|
|
|
|
3395 |
|
3396 |
+
#: options/phrases-layouts/phrases-email.php:68
|
3397 |
+
#: options/phrases-layouts/phrases-email.php:101
|
3398 |
+
msgid "New Reply notification content"
|
|
|
|
|
|
|
3399 |
msgstr ""
|
3400 |
|
3401 |
+
#: options/phrases-layouts/phrases-email.php:56
|
3402 |
+
#: options/phrases-layouts/phrases-email.php:89
|
3403 |
+
msgid "New reply notification subject"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
+
#: forms/wpdFormAttr/Field/RadioField.php:30
|
3407 |
+
#: forms/wpdFormAttr/Field/SelectField.php:30
|
3408 |
+
msgid "New value new line"
|
|
|
|
|
|
|
|
|
3409 |
msgstr ""
|
3410 |
|
3411 |
+
#: options/class.WpdiscuzOptions.php:2179
|
3412 |
+
msgid "New wpDiscuz addon!"
|
|
|
|
|
|
|
|
|
|
|
|
|
3413 |
msgstr ""
|
3414 |
|
3415 |
+
#: options/class.WpdiscuzOptions.php:335
|
3416 |
+
#: options/phrases-layouts/phrases-form.php:59
|
3417 |
+
msgid "Newest"
|
|
|
|
|
|
|
|
|
|
|
3418 |
msgstr ""
|
3419 |
|
3420 |
+
#: options/class.WpdiscuzOptions.php:3939
|
3421 |
+
msgid "Newest and oldest comment ordering by"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3422 |
msgstr ""
|
3423 |
|
3424 |
+
#: options/html-options.php:372
|
3425 |
+
msgid "Next Step »"
|
3426 |
msgstr ""
|
3427 |
|
3428 |
+
#: forms/wpdFormAttr/Form.php:1043 forms/wpdFormAttr/Form.php:1077
|
3429 |
+
#: forms/wpdFormAttr/Form.php:1088 forms/wpdFormAttr/Form.php:1100
|
3430 |
+
#: forms/wpdFormAttr/Form.php:1232 forms/wpdFormAttr/Form.php:1254
|
3431 |
+
msgid "No"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: options/class.WpdiscuzOptions.php:438
|
3435 |
+
#: options/phrases-layouts/phrases-user-settings.php:39
|
3436 |
+
msgid "No data found!"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: class.WpdiscuzCore.php:1127 class.WpdiscuzCore.php:2095
|
3440 |
+
msgid "No text is selected. Please select a part of text from post content."
|
|
|
|
|
|
|
|
|
3441 |
msgstr ""
|
3442 |
|
3443 |
+
#: options/options-layouts/html-form.php:76
|
3444 |
+
msgid "None"
|
|
|
|
|
|
|
|
|
3445 |
msgstr ""
|
3446 |
|
3447 |
+
#: options/class.WpdiscuzOptions.php:517
|
3448 |
+
msgid "Not allowed file type"
|
|
|
|
|
|
|
|
|
|
|
|
|
3449 |
msgstr ""
|
3450 |
|
3451 |
+
#: forms/wpDiscuzForm.php:97
|
3452 |
+
msgid "Not whitelisted value detected"
|
3453 |
msgstr ""
|
3454 |
|
3455 |
+
#: forms/wpDiscuzForm.php:116
|
3456 |
+
msgid "Nothing found in Trash"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
+
#: options/html-phrases.php:24
|
3460 |
+
msgid "Notification"
|
3461 |
+
msgstr "التنبيهات"
|
3462 |
+
|
3463 |
+
#: options/phrases-layouts/phrases-error.php:7
|
3464 |
+
#: options/phrases-layouts/phrases-notification.php:7
|
3465 |
+
msgid "Notification Phrases"
|
3466 |
+
msgstr "عبارات التنبيهات"
|
3467 |
+
|
3468 |
+
#: options/class.WpdiscuzOptions.php:4116
|
3469 |
+
msgid "Notify comment author once comment is approved"
|
3470 |
msgstr ""
|
3471 |
|
3472 |
+
#: options/class.WpdiscuzOptions.php:493
|
3473 |
+
#: options/phrases-layouts/phrases-general.php:87
|
3474 |
+
msgid "Notify me via email when a new reply is posted"
|
3475 |
msgstr ""
|
3476 |
|
3477 |
+
#: options/class.WpdiscuzOptions.php:330
|
3478 |
+
#: options/phrases-layouts/phrases-form.php:39
|
3479 |
+
msgid "Notify of"
|
3480 |
+
msgstr "نبّهني عن"
|
3481 |
+
|
3482 |
+
#: options/class.WpdiscuzOptions.php:333
|
3483 |
+
msgid "Notify of new replies to this comment"
|
3484 |
+
msgstr "نبهني عن الردود على هذا التعليق"
|
3485 |
+
|
3486 |
+
#: options/phrases-layouts/phrases-form.php:47
|
3487 |
+
msgid "Notify on all new replies"
|
3488 |
+
msgstr "التنبيه عن جميع الردود الجديدة"
|
3489 |
+
|
3490 |
+
#: options/phrases-layouts/phrases-form.php:43
|
3491 |
+
msgid "Notify on new comments"
|
3492 |
+
msgstr "التنبيه عن التعليقات الجديدة على هذا الموضوع"
|
3493 |
+
|
3494 |
+
#: options/phrases-layouts/phrases-form.php:51
|
3495 |
+
msgid "Notify on new replies to this comment"
|
3496 |
msgstr ""
|
3497 |
|
3498 |
+
#: options/options-layouts/html-thread_styles.php:26
|
3499 |
+
msgid "Off"
|
3500 |
msgstr ""
|
3501 |
|
3502 |
+
#: options/class.WpdiscuzOptions.php:3806
|
3503 |
+
msgid "OK Application ID"
|
3504 |
msgstr ""
|
3505 |
|
3506 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:802
|
3507 |
+
msgid "OK Application ID, Application Key and Application Secret required."
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: options/class.WpdiscuzOptions.php:3813
|
3511 |
+
msgid "OK Application Key"
|
3512 |
msgstr ""
|
3513 |
|
3514 |
+
#: options/class.WpdiscuzOptions.php:3820
|
3515 |
+
msgid "OK Application Secret"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:850
|
3519 |
+
msgid "OK authentication failed (access_token does not exist)."
|
3520 |
+
msgstr ""
|
3521 |
|
3522 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:831
|
3523 |
+
msgid "OK authentication failed (code does not exist)."
|
3524 |
msgstr ""
|
3525 |
|
3526 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:828
|
3527 |
+
msgid "OK authentication failed (OAuth state does not exist)."
|
3528 |
msgstr ""
|
3529 |
|
3530 |
+
#: options/class.WpdiscuzOptions.php:3792
|
3531 |
+
msgid "OK Login Button"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: options/class.WpdiscuzOptions.php:3799
|
3535 |
+
msgid "OK Share Button"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
+
#: options/html-options.php:156
|
3539 |
+
msgid "Ok, I understood"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
+
#: options/class.WpdiscuzOptions.php:336
|
3543 |
+
#: options/phrases-layouts/phrases-form.php:63
|
3544 |
+
msgid "Oldest"
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: options/options-layouts/html-inline.php:17
|
3548 |
+
msgid ""
|
3549 |
+
"Once a question is added in article editor (backend), on article (front-end) "
|
3550 |
+
"readers will see a small comment icon next to the text part you've selected. "
|
3551 |
+
"This feature engages post readers inviting them comment and leave a feedback "
|
3552 |
+
"while reading without scrolling down and using the standard comment form."
|
3553 |
msgstr ""
|
3554 |
|
3555 |
+
#: options/html-dashboard.php:52
|
3556 |
+
msgid ""
|
3557 |
+
"Once a question is added in article editor (backend), on article (front-end),"
|
3558 |
+
" readers will see a small comment icon next to the text part you've selected."
|
3559 |
+
" This feature engages post readers inviting them comment and leave a "
|
3560 |
+
"feedback without scrolling down and using the standard comment form. Thus "
|
3561 |
+
"they leave reply and react to post content or questions during the reading "
|
3562 |
+
"process."
|
3563 |
msgstr ""
|
3564 |
|
3565 |
+
#: options/class.WpdiscuzOptions.php:4448
|
3566 |
+
msgid ""
|
3567 |
+
"Once a question is added in article editor (backend), readers will see a "
|
3568 |
+
"small comment icon (call to leave a feedback) next to the text part you've "
|
3569 |
+
"selected for your question on article (front-end). This icon calls people to "
|
3570 |
+
"leave a feedback, using the type you've selected in this option. For example,"
|
3571 |
+
" if you've chosen the \"Blink\" option, once reader scrolled and reached to "
|
3572 |
+
"the article text with question, it animates with comment button size and "
|
3573 |
+
"color changes attracting readers attention."
|
3574 |
msgstr ""
|
3575 |
|
3576 |
+
#: options/class.WpdiscuzOptions.php:4351
|
3577 |
+
msgid ""
|
3578 |
+
"Once image is uploaded, it'll generate thumbnails according to your selected "
|
3579 |
+
"sizes. When you set up a new WordPress website, the platform gives you three "
|
3580 |
+
"image sizes to play with: thumbnail, medium, and large (plus the file's "
|
3581 |
+
"original resolution). You may have other options and sizes which are "
|
3582 |
+
"registered by current active theme and by other plugins."
|
3583 |
msgstr ""
|
3584 |
|
3585 |
+
#: options/html-dashboard.php:61
|
3586 |
+
msgid ""
|
3587 |
+
"Once new comment is posted, Bubble shows pop-up message with the new comment "
|
3588 |
+
"excerpt as it's shown on screenshot. The small «Reply» button "
|
3589 |
+
"allows to reply that comment immediately or readers can click on the pop-up "
|
3590 |
+
"notification and jump to that comment thread below the article. Just make "
|
3591 |
+
"sure the Bubble Live Update is enabled in wpDiscuz > Settings > Live "
|
3592 |
+
"Commenting and Notifications options."
|
3593 |
msgstr ""
|
3594 |
|
3595 |
+
#: options/options-layouts/html-form.php:71
|
3596 |
+
msgid "Only Desktop"
|
3597 |
msgstr ""
|
3598 |
|
3599 |
+
#: forms/wpdFormAttr/Form.php:1344
|
3600 |
+
msgid ""
|
3601 |
+
"Only logged in customers who have purchased this product may leave a review."
|
3602 |
msgstr ""
|
3603 |
|
3604 |
+
#: options/class.WpdiscuzOptions.php:425
|
3605 |
+
#: options/phrases-layouts/phrases-comment.php:123
|
3606 |
+
msgid "Open"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
+
#: options/html-options.php:421 options/html-options.php:427
|
3610 |
+
#: options/html-options.php:430
|
3611 |
+
msgid "Open Settings"
|
3612 |
msgstr ""
|
3613 |
|
3614 |
+
#: options/options-layouts/html-inline.php:65
|
3615 |
+
msgid "Open the Feedback Form on scroll"
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: class.WpdiscuzCore.php:2133
|
3619 |
+
msgid "OPENED"
|
3620 |
msgstr ""
|
3621 |
|
3622 |
+
#: options/class.WpdiscuzOptions.php:1827
|
3623 |
+
msgid "Options Imported Successfully!"
|
3624 |
msgstr ""
|
3625 |
|
3626 |
+
#: options/class.WpdiscuzOptions.php:1814
|
3627 |
+
msgid "Options were backed up!"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
+
#: options/options-layouts/html-form.php:99
|
3631 |
+
msgid "Ordered List"
|
|
|
3632 |
msgstr ""
|
3633 |
|
3634 |
+
#: utils/deactivation-reason-modal.php:135
|
3635 |
+
msgid "Other"
|
3636 |
msgstr ""
|
3637 |
|
3638 |
+
#: options/html-dashboard.php:112
|
3639 |
+
msgid "Overview & Comments Statistic"
|
3640 |
msgstr ""
|
3641 |
|
3642 |
+
#: options/class.WpdiscuzOptions.php:414
|
3643 |
+
msgid "Participate in this discussion via email"
|
3644 |
+
msgstr "قم بالاشتراك في هذه التعليقات عبر الايميل"
|
3645 |
+
|
3646 |
+
#: options/options-layouts/html-social.php:613
|
3647 |
+
msgid "Password"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: options/options-layouts/html-moderation.php:124
|
3651 |
+
msgid "Per Post"
|
|
|
|
|
3652 |
msgstr ""
|
3653 |
|
3654 |
+
#: forms/wpDiscuzForm.php:237
|
3655 |
+
msgid "Permission Denied !!!"
|
3656 |
msgstr ""
|
3657 |
|
3658 |
+
#: options/options-layouts/html-social.php:266
|
3659 |
+
msgid "Permitted URI redirects"
|
|
|
|
|
3660 |
msgstr ""
|
3661 |
|
3662 |
+
#: class.WpdiscuzCore.php:1007 class.WpdiscuzCore.php:1582
|
3663 |
+
#: class.WpdiscuzCore.php:2374 class.WpdiscuzCore.php:2377
|
3664 |
+
msgid "Phrases"
|
3665 |
+
msgstr "الجمل"
|
3666 |
|
3667 |
+
#: options/class.WpdiscuzOptions.php:1857
|
3668 |
+
msgid "Phrases Imported Successfully!"
|
3669 |
msgstr ""
|
3670 |
|
3671 |
+
#: options/class.WpdiscuzOptions.php:1790
|
3672 |
+
msgid "Phrases updated"
|
3673 |
msgstr ""
|
3674 |
|
3675 |
+
#: options/class.WpdiscuzOptions.php:1844
|
3676 |
+
msgid "Phrases were backed up!"
|
3677 |
msgstr ""
|
3678 |
|
3679 |
+
#: options/class.WpdiscuzOptions.php:387
|
3680 |
+
#: options/phrases-layouts/phrases-notification.php:33
|
3681 |
+
#, php-format
|
3682 |
+
msgid "Please %s to comment"
|
3683 |
msgstr ""
|
3684 |
|
3685 |
+
#: options/options-layouts/html-recaptcha.php:10
|
3686 |
+
#, php-format
|
3687 |
+
msgid ""
|
3688 |
+
"Please %s with Google to obtain the Site Key and Secret Key for %s. Then "
|
3689 |
+
"insert those keys in according fields below."
|
3690 |
msgstr ""
|
3691 |
|
3692 |
+
#: class.WpdiscuzCore.php:1104
|
3693 |
+
msgid "Please check one of reasons before sending feedback!"
|
3694 |
msgstr ""
|
3695 |
|
3696 |
+
#: options/class.WpdiscuzOptions.php:4528
|
3697 |
+
msgid ""
|
3698 |
+
"Please check this option on to help wpDiscuz get more popularity as your "
|
3699 |
+
"thank to the hard work we do for you totally free. This option adds a very "
|
3700 |
+
"small (16x16px) icon under the comment section which will allow your site "
|
3701 |
+
"visitors recognize the name of comment solution you use."
|
3702 |
msgstr ""
|
3703 |
+
"من فضلك قم بتحديد هذا الاختيار لمساعدة wpDiscuz على الحصول على شهرة أكثر "
|
3704 |
+
"كشكر منك على العمل الدؤوب الذي قمنا به لك مجاناً. هذا الخيار سيقوم بعرض "
|
3705 |
+
"أيقونة صغيرة جداً (١٦x١٦بيكسل) تحت قسم التعليقات, والتي بدورها ستسمح لزوار "
|
3706 |
+
"موقعك بالتعرف على اسم الإضافة الخاصة بالتعليقات التي تستخدمها."
|
3707 |
|
3708 |
+
#: options/phrases-layouts/phrases-follow.php:27
|
3709 |
+
msgid "Please check your email and confirm the follow"
|
|
|
3710 |
msgstr ""
|
3711 |
|
3712 |
+
#: options/class.WpdiscuzOptions.php:464
|
3713 |
+
msgid "Please check your email and confirm the user following request."
|
|
|
|
|
|
|
|
|
|
|
|
|
3714 |
msgstr ""
|
3715 |
|
3716 |
+
#: options/class.WpdiscuzOptions.php:452
|
3717 |
+
#: options/phrases-layouts/phrases-user-settings.php:146
|
3718 |
+
msgid "Please check your email."
|
3719 |
msgstr ""
|
3720 |
|
3721 |
+
#: options/class.WpdiscuzOptions.php:3287
|
3722 |
msgid ""
|
3723 |
+
"Please click on buttons to disable or enable. The enabled buttons are "
|
3724 |
+
"colored green, the disabled buttons are gray. If you want to disable the "
|
3725 |
+
"whole formatting toolbar, please click on the [Disable formatting buttons] "
|
3726 |
+
"button. Options to manage Image Attachment button are located in 'Comment "
|
3727 |
+
"Content and Media' setting page."
|
3728 |
msgstr ""
|
3729 |
|
3730 |
+
#: options/class.WpdiscuzOptions.php:2291
|
3731 |
+
msgid "Please complete required steps to start using wpDiscuz 7"
|
|
|
|
|
|
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: options/html-options.php:172
|
3735 |
+
msgid "Please disable Jetpack Comments."
|
3736 |
msgstr ""
|
3737 |
|
3738 |
+
#: options/class.WpdiscuzOptions.php:411
|
3739 |
+
#: options/phrases-layouts/phrases-error.php:67
|
3740 |
+
msgid "Please fill out required fields"
|
3741 |
+
msgstr "فضلاً قم بملء الفراغات المطلوبة"
|
3742 |
|
3743 |
+
#: options/class.WpdiscuzOptions.php:367
|
3744 |
+
msgid "please fill out this field to comment"
|
3745 |
+
msgstr "قم بتعبئة الفراغات التالية للتعليق"
|
3746 |
+
|
3747 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:30
|
3748 |
+
msgid "Please insert one value per line"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
+
#: options/class.WpdiscuzOptions.php:480
|
3752 |
+
#: options/phrases-layouts/phrases-general.php:35
|
3753 |
+
msgid "Please leave a feedback on this"
|
|
|
3754 |
msgstr ""
|
3755 |
|
3756 |
+
#: utils/deactivation-reason-modal.php:13
|
|
|
3757 |
msgid ""
|
3758 |
+
"Please let us know why you are deactivating. Choosing one of the options "
|
3759 |
+
"below you will help us make it better for you and for other users."
|
|
|
|
|
|
|
|
|
3760 |
msgstr ""
|
3761 |
|
3762 |
+
#: options/class.WpdiscuzOptions.php:506
|
3763 |
+
#: options/phrases-layouts/phrases-general.php:139
|
3764 |
+
msgid "Please login to comment"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
+
#: options/phrases-layouts/phrases-follow.php:35
|
3768 |
+
msgid "Please login to follow users"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
+
#: options/class.WpdiscuzOptions.php:466
|
3772 |
+
msgid "Please login to follow users."
|
|
|
|
|
3773 |
msgstr ""
|
3774 |
|
3775 |
+
#: utils/deactivation-reason-modal.php:119
|
3776 |
+
msgid "Please provide a plugin name or URL"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
+
#: class.WpdiscuzCore.php:1105 utils/deactivation-reason-modal.php:137
|
3780 |
+
msgid "Please provide more information"
|
|
|
|
|
|
|
3781 |
msgstr ""
|
3782 |
|
3783 |
+
#: options/class.WpdiscuzOptions.php:2356
|
3784 |
+
msgid "Please rebuild ratings for the best performance and fastest experience"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: options/html-options.php:133
|
3788 |
msgid ""
|
3789 |
+
"Please remove wpDiscuz template files from your active theme's /wpdiscuz/ "
|
3790 |
+
"folder."
|
|
|
|
|
|
|
|
|
|
|
3791 |
msgstr ""
|
3792 |
|
3793 |
+
#: options/class.WpdiscuzOptions.php:2344
|
3794 |
+
msgid ""
|
3795 |
+
"Please synchronize comment data for the best performance and fastest "
|
3796 |
+
"experience"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
+
#: options/html-options.php:153
|
3800 |
msgid ""
|
3801 |
+
"Please update wpDiscuz addons in Dashboard > Plugins admin page, then "
|
3802 |
+
"activate those back."
|
|
|
|
|
|
|
|
|
|
|
3803 |
msgstr ""
|
3804 |
|
3805 |
+
#: options/class.WpdiscuzOptions.php:448
|
3806 |
+
msgid ""
|
3807 |
+
"Please use this link to cancel all follows for new comments. Please note, "
|
3808 |
+
"that this action cannot be undone.<br/><br/><a href=\"[DELETE_FOLLOWS_URL]\" "
|
3809 |
+
"target=\"_blank\">Delete all my follows</a><br/><br/>"
|
3810 |
msgstr ""
|
3811 |
|
3812 |
+
#: options/class.WpdiscuzOptions.php:446
|
3813 |
+
msgid ""
|
3814 |
+
"Please use this link to cancel all subscriptions for new comments. Please "
|
3815 |
+
"note, that this action cannot be undone.<br/><br/><a "
|
3816 |
+
"href=\"[DELETE_SUBSCRIPTIONS_URL]\" target=\"_blank\">Delete all my "
|
3817 |
+
"subscriptions</a><br/><br/>"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
+
#: options/class.WpdiscuzOptions.php:444
|
3821 |
+
msgid ""
|
3822 |
+
"Please use this link to delete all your comments. Please note, that this "
|
3823 |
+
"action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" "
|
3824 |
+
"target=\"_blank\">Delete all my comments</a><br/><br/>"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: options/html-dashboard.php:225
|
3828 |
+
msgid "Plugin Customization"
|
|
|
3829 |
msgstr ""
|
3830 |
|
3831 |
+
#: utils/deactivation-reason-modal.php:10
|
3832 |
+
msgid "Plugin Usage Feedback"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
+
#: options/options-layouts/html-recaptcha.php:34
|
3836 |
+
msgid "Post"
|
3837 |
msgstr ""
|
3838 |
|
3839 |
+
#: forms/wpDiscuzForm.php:443
|
3840 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:117
|
3841 |
+
#: forms/wpdFormAttr/Form.php:1389
|
3842 |
+
msgid "Post Comment"
|
3843 |
+
msgstr "أرسل التعليق"
|
3844 |
+
|
3845 |
+
#: options/phrases-layouts/phrases-email.php:35
|
3846 |
+
msgid "Post comment notification content"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: options/phrases-layouts/phrases-email.php:23
|
3850 |
+
msgid "Post comment notification subject"
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: options/class.WpdiscuzOptions.php:1162
|
3854 |
+
msgid "Post ID not exists"
|
3855 |
msgstr ""
|
3856 |
|
3857 |
+
#: forms/wpDiscuzForm.php:176
|
3858 |
+
msgid "Post IDs"
|
3859 |
msgstr ""
|
3860 |
|
3861 |
+
#: forms/wpdFormAttr/Form.php:1238
|
3862 |
+
msgid "Post Rating Title"
|
3863 |
msgstr ""
|
3864 |
|
3865 |
+
#: forms/wpDiscuzForm.php:175
|
3866 |
+
msgid "Post Types"
|
|
|
|
|
|
|
3867 |
msgstr ""
|
3868 |
|
3869 |
+
#: options/class.WpdiscuzOptions.php:4160
|
3870 |
msgid ""
|
3871 |
+
"Postmatic allows your users subscribe to comments. Instead of just being "
|
3872 |
+
"notified, they add a reply right from their inbox."
|
3873 |
msgstr ""
|
3874 |
+
"يقوم Postmatic بالسماح للأعضاء بالاشتراك لاستلام التنبيهات, وبدلاً من فقط "
|
3875 |
+
"استلام التنبيه, سيكون بإمكانهم الرد على التعليق عبر الرد عليه من خلال "
|
3876 |
+
"الايميل نفسه."
|
3877 |
|
3878 |
+
#: options/phrases-layouts/phrases-notification.php:24
|
3879 |
+
msgid "Postmatic subscription label"
|
3880 |
+
msgstr "بطاقة الاشتراك في Postmatic"
|
3881 |
+
|
3882 |
+
#: options/options-layouts/html-thread_styles.php:124
|
3883 |
+
msgid "Primary buttons background"
|
|
|
|
|
3884 |
msgstr ""
|
3885 |
|
3886 |
+
#: options/options-layouts/html-thread_styles.php:120
|
3887 |
+
msgid "Primary buttons text"
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: options/options-layouts/html-thread_styles.php:112
|
3891 |
+
msgid "Primary Color"
|
3892 |
+
msgstr "اللون الأساسي"
|
3893 |
+
|
3894 |
+
#: options/html-options.php:154
|
3895 |
+
#, php-format
|
3896 |
+
msgid ""
|
3897 |
+
"Prior to the wpDiscuz 7 release, we've released new versions of all wpDiscuz "
|
3898 |
+
"addons. If you've already using the latest versions, just activate those "
|
3899 |
+
"back. If your license key is expired and you cannot update, please renew "
|
3900 |
+
"those addons at gVectors Store with 30% discount applied automatically at "
|
3901 |
+
"checkout page. Just make sure you're logged-in in the store with your "
|
3902 |
+
"customer account."
|
3903 |
msgstr ""
|
3904 |
|
3905 |
+
#: options/html-dashboard.php:227
|
3906 |
+
msgid "Privacy and GDPR"
|
|
|
3907 |
msgstr ""
|
3908 |
|
3909 |
+
#: options/options-layouts/html-social.php:352
|
3910 |
+
msgid "Public Key"
|
|
|
3911 |
msgstr ""
|
3912 |
|
3913 |
+
#: class.WpdiscuzCore.php:2406 class.WpdiscuzCore.php:2409
|
3914 |
+
#: class.WpdiscuzCore.php:2420
|
3915 |
+
msgid "Purge All Caches"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
+
#: options/class.WpdiscuzOptions.php:4561
|
3919 |
+
msgid "Purge Comment and User Caches"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
+
#: options/options-layouts/html-general.php:267
|
3923 |
+
msgid "Purge comments and users caches"
|
3924 |
msgstr ""
|
3925 |
|
3926 |
+
#: options/class.WpdiscuzOptions.php:4554
|
3927 |
+
msgid "Purge Expired Avatar Caches"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
+
#: class.WpdiscuzCore.php:2417
|
3931 |
+
msgid "Purge This Url Caches"
|
3932 |
+
msgstr ""
|
3933 |
+
|
3934 |
+
#: options/class.WpdiscuzOptions.php:3729
|
3935 |
+
msgid "QQ AppID"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: options/class.WpdiscuzOptions.php:3736
|
3939 |
+
msgid "QQ AppKey"
|
|
|
|
|
|
|
|
|
3940 |
msgstr ""
|
3941 |
|
3942 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1142
|
3943 |
+
msgid "QQ AppKey and AppSecret required."
|
3944 |
msgstr ""
|
3945 |
|
3946 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1202
|
3947 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1241
|
3948 |
+
msgid "QQ authentication failed (access_token does not exist)."
|
3949 |
msgstr ""
|
3950 |
|
3951 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1177
|
3952 |
+
msgid "QQ authentication failed (code does not exist)."
|
|
|
|
|
|
|
|
|
|
|
|
|
3953 |
msgstr ""
|
3954 |
|
3955 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1174
|
3956 |
+
msgid "QQ authentication failed (OAuth state does not exist)."
|
3957 |
msgstr ""
|
3958 |
|
3959 |
+
#: options/class.WpdiscuzOptions.php:3722
|
3960 |
+
msgid "QQ Login Button"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: options/class.WpdiscuzOptions.php:3294
|
3964 |
+
msgid ""
|
3965 |
+
"Quicktag is a on-click button that inserts HTML in to comment textarea. For "
|
3966 |
+
"example the \"b\" Quicktag will insert the HTML bold tags < b > < /b >."
|
3967 |
msgstr ""
|
3968 |
|
3969 |
+
#: options/class.WpdiscuzOptions.php:3852
|
3970 |
+
msgid "Rating Star Colors"
|
3971 |
msgstr ""
|
3972 |
|
3973 |
+
#: options/options-layouts/html-rating.php:82
|
3974 |
+
msgid "Rating Stars Active Color"
|
3975 |
msgstr ""
|
3976 |
|
3977 |
+
#: options/options-layouts/html-rating.php:74
|
3978 |
+
msgid "Rating Stars Hover Color"
|
3979 |
msgstr ""
|
3980 |
|
3981 |
+
#: options/options-layouts/html-rating.php:78
|
3982 |
+
msgid "Rating Stars Inactive Color"
|
|
|
3983 |
msgstr ""
|
3984 |
|
3985 |
+
#: utils/class.WpdiscuzHelperAjax.php:823
|
3986 |
+
msgid "Read More"
|
3987 |
msgstr ""
|
3988 |
|
3989 |
+
#: options/class.WpdiscuzOptions.php:409
|
3990 |
+
msgid "Read more »"
|
3991 |
+
msgstr "قراءة المزيد .."
|
3992 |
+
|
3993 |
+
#: forms/wpdFormAttr/Form.php:1011 forms/wpdFormAttr/Form.php:1032
|
3994 |
+
#: forms/wpdFormAttr/Form.php:1044 forms/wpdFormAttr/Form.php:1089
|
3995 |
+
#: forms/wpdFormAttr/Form.php:1101 forms/wpdFormAttr/Form.php:1121
|
3996 |
+
#: forms/wpdFormAttr/Form.php:1132 forms/wpdFormAttr/Form.php:1161
|
3997 |
+
#: forms/wpdFormAttr/Form.php:1171 forms/wpdFormAttr/Form.php:1217
|
3998 |
+
#: forms/wpdFormAttr/Form.php:1233 forms/wpdFormAttr/Form.php:1255
|
3999 |
+
#: forms/wpdFormAttr/Form.php:1262 options/options-layouts/html-content.php:13
|
4000 |
+
#: options/options-layouts/html-form.php:13
|
4001 |
+
#: options/options-layouts/html-inline.php:21
|
4002 |
+
#: options/options-layouts/html-labels.php:13
|
4003 |
+
#: options/options-layouts/html-live.php:15
|
4004 |
+
#: options/options-layouts/html-login.php:13
|
4005 |
+
#: options/options-layouts/html-moderation.php:13
|
4006 |
+
#: options/options-layouts/html-rating.php:13
|
4007 |
+
#: options/options-layouts/html-recaptcha.php:14
|
4008 |
+
#: options/options-layouts/html-social.php:13
|
4009 |
+
#: options/options-layouts/html-subscription.php:13
|
4010 |
+
#: options/options-layouts/html-thread_display.php:13
|
4011 |
+
#: options/options-layouts/html-thread_layouts.php:32
|
4012 |
+
#: options/options-layouts/html-thread_styles.php:13
|
4013 |
+
msgid "Read the documentation"
|
4014 |
msgstr ""
|
4015 |
|
4016 |
+
#: options/class.WpdiscuzOptions.php:2004
|
4017 |
+
msgid ""
|
4018 |
+
"Real-time online user checking, pop-up notification of new online users and "
|
4019 |
+
"online/offline badges."
|
4020 |
+
msgstr ""
|
4021 |
|
4022 |
+
#: options/class.WpdiscuzOptions.php:2359
|
4023 |
+
#: options/tools-layouts/tool-ratings.php:11
|
4024 |
+
#: options/tools-layouts/tool-ratings.php:22
|
4025 |
+
msgid "Rebuild Ratings"
|
4026 |
+
msgstr ""
|
4027 |
|
4028 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:93
|
4029 |
+
msgid "reCAPTCHA verification failed."
|
4030 |
+
msgstr ""
|
4031 |
|
4032 |
+
#: options/class.WpdiscuzOptions.php:3330
|
4033 |
+
msgid "reCAPTCHA Language"
|
4034 |
+
msgstr ""
|
4035 |
|
4036 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:18
|
4037 |
+
msgid "reCAPTCHA Settings"
|
4038 |
+
msgstr ""
|
4039 |
|
4040 |
+
#: options/class.WpdiscuzOptions.php:3323
|
4041 |
+
msgid "reCAPTCHA Theme"
|
4042 |
+
msgstr ""
|
4043 |
|
4044 |
+
#: options/options-layouts/html-recaptcha.php:98
|
4045 |
+
msgid "reCAPTCHA v2"
|
4046 |
msgstr ""
|
4047 |
|
4048 |
+
#: options/options-layouts/html-recaptcha.php:123
|
4049 |
+
msgid "reCAPTCHA V2 Secret Key"
|
4050 |
+
msgstr ""
|
|
|
4051 |
|
4052 |
+
#: options/options-layouts/html-recaptcha.php:108
|
4053 |
+
msgid "reCAPTCHA V2 Site Key"
|
4054 |
msgstr ""
|
4055 |
|
4056 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
|
4057 |
+
msgid "reCaptcha validation fails. "
|
4058 |
msgstr ""
|
4059 |
|
4060 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:109
|
4061 |
+
msgid "reCaptcha validation fails. Error code: "
|
4062 |
msgstr ""
|
4063 |
|
4064 |
+
#: options/options-layouts/html-recaptcha.php:10
|
4065 |
+
msgid "reCAPTCHA Version 2"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
+
#: options/class.WpdiscuzOptions.php:4498
|
4069 |
+
msgid "Redirect First Comment to"
|
4070 |
+
msgstr ""
|
4071 |
|
4072 |
+
#: options/options-layouts/html-social.php:324
|
4073 |
+
#: options/options-layouts/html-social.php:381
|
4074 |
+
#: options/options-layouts/html-social.php:436
|
4075 |
+
#: options/options-layouts/html-social.php:492
|
4076 |
+
#: options/options-layouts/html-social.php:570
|
4077 |
+
#: options/options-layouts/html-social.php:626
|
4078 |
+
#: options/options-layouts/html-social.php:701
|
4079 |
+
#: options/options-layouts/html-social.php:758
|
4080 |
+
#: options/options-layouts/html-social.php:847
|
4081 |
+
#: options/options-layouts/html-social.php:903
|
4082 |
+
#: options/options-layouts/html-social.php:959
|
4083 |
+
#: options/options-layouts/html-social.php:1015
|
4084 |
+
msgid "Redirect URI"
|
4085 |
+
msgstr ""
|
4086 |
|
4087 |
+
#: options/class.WpdiscuzOptions.php:2324
|
4088 |
+
#: options/tools-layouts/tool-regenerate.php:38
|
4089 |
+
msgid "Regenerate Closed Comments"
|
4090 |
+
msgstr ""
|
4091 |
|
4092 |
+
#: options/tools-layouts/tool-regenerate.php:27
|
4093 |
+
msgid "Regenerate Comments' Data"
|
4094 |
msgstr ""
|
4095 |
|
4096 |
+
#: options/class.WpdiscuzOptions.php:2335
|
4097 |
+
#: options/tools-layouts/tool-regenerate.php:56
|
4098 |
+
msgid "Regenerate Vote Data"
|
4099 |
msgstr ""
|
4100 |
|
4101 |
+
#: options/class.WpdiscuzOptions.php:2313
|
4102 |
+
#: options/tools-layouts/tool-regenerate.php:74
|
4103 |
+
msgid "Regenerate Vote Metas"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
+
#: options/options-layouts/html-recaptcha.php:10
|
4107 |
+
msgid "register your domain"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
+
#: options/class.WpdiscuzOptions.php:3456
|
4111 |
+
msgid "Remember Logged-in Status"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
+
#: options/class.WpdiscuzOptions.php:4547
|
4115 |
+
msgid "Remove Vote Data"
|
|
|
|
|
|
|
|
|
|
|
4116 |
msgstr ""
|
4117 |
|
4118 |
+
#: options/options-layouts/html-general.php:251
|
4119 |
+
msgid "Remove vote data"
|
4120 |
+
msgstr "حذف بيانات التصويتات"
|
|
|
4121 |
|
4122 |
+
#: options/options-layouts/html-general.php:87
|
4123 |
+
msgid "Replace non-https content to simple link URLs"
|
4124 |
+
msgstr ""
|
|
|
4125 |
|
4126 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:52
|
4127 |
+
#: forms/wpdFormAttr/Field/ColorField.php:48
|
4128 |
+
#: forms/wpdFormAttr/Field/DateField.php:48
|
4129 |
+
#: forms/wpdFormAttr/Field/NumberField.php:58
|
4130 |
+
#: forms/wpdFormAttr/Field/RadioField.php:52
|
4131 |
+
#: forms/wpdFormAttr/Field/RatingField.php:48
|
4132 |
+
#: forms/wpdFormAttr/Field/SelectField.php:52
|
4133 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:41
|
4134 |
+
#: forms/wpdFormAttr/Field/TextField.php:48
|
4135 |
+
#: forms/wpdFormAttr/Field/UrlField.php:48
|
4136 |
+
msgid "Replace old meta key"
|
4137 |
msgstr ""
|
4138 |
|
4139 |
+
#: options/class.WpdiscuzOptions.php:340
|
4140 |
+
#: options/options-layouts/html-moderation.php:135
|
4141 |
+
#: options/phrases-layouts/phrases-comment.php:11
|
4142 |
+
msgid "Reply"
|
4143 |
+
msgstr "رد"
|
4144 |
+
|
4145 |
+
#: options/class.WpdiscuzOptions.php:4272
|
4146 |
+
msgid "Reply Text Length"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
+
#: options/class.WpdiscuzOptions.php:510
|
4150 |
+
#: options/phrases-layouts/phrases-general.php:155
|
4151 |
+
msgid "Reply to"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
+
#: options/addons/raf/title.php:7 options/class.WpdiscuzOptions.php:2115
|
4155 |
+
msgid "Report and Flagging"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
+
#: options/class.WpdiscuzOptions.php:3337
|
4159 |
+
msgid "Request Method"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
+
#: options/html-options.php:499
|
4163 |
+
msgid "Reset All Options"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
+
#: utils/class.WpdiscuzHelper.php:1255
|
4167 |
+
msgid "Reset Fields Ratings"
|
4168 |
msgstr ""
|
4169 |
|
4170 |
+
#: options/html-phrases.php:75
|
4171 |
+
msgid "Reset Phrases"
|
4172 |
msgstr ""
|
4173 |
|
4174 |
+
#: utils/class.WpdiscuzHelper.php:1216
|
4175 |
+
msgid "Reset Post Rating"
|
|
|
|
|
|
|
|
|
|
|
4176 |
msgstr ""
|
4177 |
|
4178 |
+
#: utils/class.WpdiscuzHelper.php:1176
|
4179 |
+
msgid "Reset Ratings"
|
4180 |
msgstr ""
|
4181 |
|
4182 |
+
#: options/html-options.php:498
|
4183 |
+
#, fuzzy
|
4184 |
+
#| msgid "Reset Options"
|
4185 |
+
msgid "Reset Tab Options"
|
4186 |
+
msgstr "إعادة تعيين الخيارات"
|
4187 |
+
|
4188 |
+
#: options/class.WpdiscuzOptions.php:3911
|
4189 |
+
msgid "Reverse Child Comments Order"
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: options/class.WpdiscuzOptions.php:3285
|
4193 |
+
msgid "Rich Editor Toolbar Buttons"
|
|
|
|
|
4194 |
msgstr ""
|
4195 |
|
4196 |
+
#: options/html-options.php:298 options/html-options.php:316
|
4197 |
+
#: options/options-layouts/html-live.php:53
|
4198 |
+
msgid "Right Corner"
|
4199 |
msgstr ""
|
4200 |
|
4201 |
+
#: options/class.WpdiscuzOptions.php:382
|
4202 |
+
msgid "right now"
|
4203 |
+
msgstr "الآن"
|
4204 |
|
4205 |
+
#: options/class.WpdiscuzOptions.php:405 utils/class.WpdiscuzHelper.php:1399
|
4206 |
+
msgid "Save"
|
4207 |
+
msgstr "حفظ"
|
4208 |
|
4209 |
+
#: options/html-options.php:501 options/html-phrases.php:76
|
4210 |
+
msgid "Save Changes"
|
4211 |
+
msgstr "حفظ التغييرات"
|
4212 |
+
|
4213 |
+
#: options/phrases-layouts/phrases-comment.php:83
|
4214 |
+
msgid "Save edited comment button text"
|
4215 |
+
msgstr "النص الخاص بزر حفظ التعديل على التعليق"
|
4216 |
|
4217 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:93
|
4218 |
+
msgid "Save my data for the next time I comment"
|
4219 |
msgstr ""
|
4220 |
|
4221 |
+
#: options/class.WpdiscuzOptions.php:3932
|
4222 |
+
msgid "Scroll to the comment after posting"
|
|
|
|
|
|
|
4223 |
msgstr ""
|
4224 |
|
4225 |
+
#: options/class.WpdiscuzOptions.php:3280
|
4226 |
+
msgid ""
|
4227 |
+
"Search engines rank web pages for mobile devices totally different. For the "
|
4228 |
+
"mobile devices, there are more restrictions for JS and CSS files loading. "
|
4229 |
+
"This is the main reason why wpDiscuz disables the Rich Editor for mobile "
|
4230 |
+
"devices by default. It's only enabled for desktop. If you have good cache "
|
4231 |
+
"and website optimizer plugins you can enable the rich editor for mobile "
|
4232 |
+
"devices as well."
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: forms/wpDiscuzForm.php:117
|
4236 |
+
msgid "Search Forms"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: options/phrases-layouts/phrases-datetime.php:51
|
4240 |
+
msgid "Second"
|
4241 |
+
msgstr "ثانية"
|
4242 |
+
|
4243 |
+
#: options/class.WpdiscuzOptions.php:380
|
4244 |
+
msgid "second"
|
4245 |
+
msgstr "ثانية"
|
4246 |
+
|
4247 |
+
#: options/options-layouts/html-live.php:180
|
4248 |
+
#: options/options-layouts/html-live.php:181
|
4249 |
+
#: options/options-layouts/html-live.php:182
|
4250 |
+
msgid "Seconds"
|
4251 |
+
msgstr "ثانية"
|
4252 |
+
|
4253 |
+
#: options/class.WpdiscuzOptions.php:381
|
4254 |
+
#: options/options-layouts/html-live.php:111
|
4255 |
+
#: options/options-layouts/html-live.php:126
|
4256 |
+
msgid "seconds"
|
4257 |
+
msgstr "ثانية"
|
4258 |
+
|
4259 |
+
#: options/phrases-layouts/phrases-datetime.php:55
|
4260 |
+
msgid "Seconds (Plural Form)"
|
4261 |
+
msgstr "ثواني (صيغة الجمع)"
|
4262 |
+
|
4263 |
+
#: options/options-layouts/html-social.php:890
|
4264 |
+
#: options/options-layouts/html-social.php:946
|
4265 |
+
#: options/options-layouts/html-social.php:1002
|
4266 |
+
#: options/options-layouts/html-social.php:1058
|
4267 |
+
msgid "Secret"
|
4268 |
msgstr ""
|
4269 |
|
4270 |
+
#: options/class.WpdiscuzOptions.php:3316
|
4271 |
+
#: options/options-layouts/html-social.php:744
|
4272 |
+
msgid "Secret Key"
|
4273 |
+
msgstr ""
|
4274 |
|
4275 |
+
#: options/class.WpdiscuzOptions.php:4491
|
4276 |
+
msgid "Secure comment content in HTTPS protocol."
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: options/options-layouts/html-social.php:367
|
4280 |
+
#: options/options-layouts/html-social.php:688
|
4281 |
+
msgid "Secure Key"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
+
#: options/class.WpdiscuzOptions.php:2049
|
4285 |
msgid ""
|
4286 |
+
"See comment likers and voters of each comment. Adds user reputation and "
|
4287 |
+
"badges based on received likes."
|
|
|
|
|
4288 |
msgstr ""
|
4289 |
|
4290 |
+
#: options/class.WpdiscuzOptions.php:478
|
4291 |
+
#: options/phrases-layouts/phrases-general.php:27
|
4292 |
+
msgid "Select a part of text and ask readers for feedback (inline commenting)"
|
|
|
4293 |
msgstr ""
|
4294 |
|
4295 |
+
#: options/html-options.php:334
|
4296 |
msgid ""
|
4297 |
+
"Select a part of text, add inline commenting form in post content using the "
|
4298 |
+
"green «Comment» button on post editor toolbar. Once it's added "
|
4299 |
+
"in article editor (backend), on article (front-end) readers will see a small "
|
4300 |
+
"comment icon next to the text part you've selected."
|
4301 |
msgstr ""
|
4302 |
|
4303 |
+
#: options/options-layouts/html-content.php:185
|
4304 |
+
msgid "Select All"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
+
#: class.WpdiscuzCore.php:2093
|
4308 |
+
msgid "Selected Text"
|
4309 |
msgstr ""
|
4310 |
|
4311 |
+
#: options/class.WpdiscuzOptions.php:4109
|
4312 |
+
msgid "Send E-Mail Notification to Mentioned Users"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4313 |
msgstr ""
|
4314 |
|
4315 |
+
#: options/options-layouts/html-thread_layouts.php:163
|
4316 |
+
msgid "separate count"
|
4317 |
+
msgstr "عداد مستقل"
|
4318 |
|
4319 |
+
#: options/options-layouts/html-content.php:211
|
4320 |
+
msgid "Server 'post_max_size' is "
|
4321 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
4322 |
|
4323 |
+
#: options/options-layouts/html-content.php:210
|
4324 |
+
msgid "Server 'upload_max_filesize' is "
|
|
|
|
|
|
|
|
|
|
|
4325 |
msgstr ""
|
4326 |
|
4327 |
+
#: options/class.WpdiscuzOptions.php:3904
|
4328 |
+
msgid "Set comments order to \"Most voted\" by default"
|
|
|
|
|
4329 |
msgstr ""
|
4330 |
|
4331 |
+
#: options/class.WpdiscuzOptions.php:4295
|
4332 |
+
msgid "Set this option value 0, to turn off comment text breaking function."
|
4333 |
+
msgstr "قم بوضع القيمة 0 في هذه الخانة لإلغاء ميزة إخفاء بقية التعليق."
|
4334 |
+
|
4335 |
+
#: class.WpdiscuzCore.php:1002 class.WpdiscuzCore.php:1580
|
4336 |
+
#: class.WpdiscuzCore.php:2363 class.WpdiscuzCore.php:2366
|
4337 |
+
#: options/html-options.php:399 options/html-options.php:510
|
4338 |
+
msgid "Settings"
|
4339 |
+
msgstr "إعدادات"
|
4340 |
+
|
4341 |
+
#: options/class.WpdiscuzOptions.php:1783
|
4342 |
+
msgid "Settings updated"
|
4343 |
msgstr ""
|
4344 |
|
4345 |
+
#: options/class.WpdiscuzOptions.php:341
|
4346 |
+
#: options/phrases-layouts/phrases-comment.php:15
|
4347 |
+
msgid "Share"
|
4348 |
+
msgstr "نشر"
|
|
|
4349 |
|
4350 |
+
#: options/class.WpdiscuzOptions.php:343
|
4351 |
+
#: options/phrases-layouts/phrases-comment.php:23
|
4352 |
+
msgid "Share On Facebook"
|
4353 |
+
msgstr "نشر على الفيسبوك"
|
4354 |
|
4355 |
+
#: options/class.WpdiscuzOptions.php:347
|
4356 |
+
#: options/phrases-layouts/phrases-comment.php:39
|
4357 |
+
msgid "Share On Odnoklassniki"
|
4358 |
+
msgstr "المشاركة على Odnoklassniki"
|
|
|
|
|
|
|
4359 |
|
4360 |
+
#: options/class.WpdiscuzOptions.php:344
|
4361 |
+
#: options/phrases-layouts/phrases-comment.php:27
|
4362 |
+
msgid "Share On Twitter"
|
4363 |
+
msgstr "نشر على التويتر"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4364 |
|
4365 |
+
#: options/class.WpdiscuzOptions.php:346
|
4366 |
+
#: options/phrases-layouts/phrases-comment.php:35
|
4367 |
+
msgid "Share On VKontakte"
|
4368 |
+
msgstr "المشاركة على VKontakte"
|
4369 |
|
4370 |
+
#: options/class.WpdiscuzOptions.php:345
|
4371 |
+
#: options/phrases-layouts/phrases-comment.php:31
|
4372 |
+
msgid "Share On WhatsApp"
|
4373 |
msgstr ""
|
4374 |
|
4375 |
+
#: options/phrases-layouts/phrases-email.php:43
|
4376 |
+
#: options/phrases-layouts/phrases-email.php:76
|
4377 |
+
msgid "Shortcode above will work for registered users only"
|
4378 |
msgstr ""
|
4379 |
|
4380 |
+
#: options/class.WpdiscuzOptions.php:3383
|
4381 |
+
msgid "Show \"Login\" link on comment form"
|
4382 |
msgstr ""
|
4383 |
|
4384 |
+
#: options/options-layouts/html-login.php:91
|
4385 |
+
msgid "Show Activity Tab"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4386 |
msgstr ""
|
4387 |
|
4388 |
+
#: options/class.WpdiscuzOptions.php:3963
|
4389 |
+
msgid "Show Comment Date"
|
4390 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4391 |
|
4392 |
+
#: options/class.WpdiscuzOptions.php:3956
|
4393 |
+
msgid "Show Comment Link"
|
4394 |
msgstr ""
|
4395 |
|
4396 |
+
#: options/class.WpdiscuzOptions.php:4335
|
4397 |
+
msgid "Show Comments Media in Dashboard"
|
4398 |
msgstr ""
|
4399 |
|
4400 |
+
#: options/options-layouts/html-login.php:109
|
4401 |
+
msgid "Show Follows Tab"
|
4402 |
+
msgstr ""
|
|
|
4403 |
|
4404 |
+
#: options/options-layouts/html-login.php:100
|
4405 |
+
msgid "Show Subscriptions Tab"
|
4406 |
msgstr ""
|
4407 |
|
4408 |
+
#: options/class.WpdiscuzOptions.php:3970
|
4409 |
+
msgid "Show Voting Buttons"
|
|
|
|
|
|
|
|
|
4410 |
msgstr ""
|
4411 |
|
4412 |
+
#: options/class.WpdiscuzOptions.php:4342
|
4413 |
+
msgid "Single Image Sizes in Comments"
|
|
|
|
|
|
|
|
|
|
|
|
|
4414 |
msgstr ""
|
4415 |
|
4416 |
+
#: options/class.WpdiscuzOptions.php:3309
|
4417 |
+
msgid "Site Key"
|
|
|
4418 |
msgstr ""
|
4419 |
|
4420 |
+
#: options/options-layouts/html-moderation.php:126
|
4421 |
+
msgid "Sitewide"
|
4422 |
msgstr ""
|
4423 |
|
4424 |
+
#: options/html-phrases.php:26
|
4425 |
+
#: options/phrases-layouts/phrases-social-login.php:7
|
4426 |
+
msgid "Social Login"
|
4427 |
+
msgstr "الدخول عبر الشبكات الاجتماعية"
|
4428 |
+
|
4429 |
+
#: options/phrases-layouts/phrases-social-login.php:19
|
4430 |
+
msgid "Social login agreement description"
|
4431 |
msgstr ""
|
4432 |
|
4433 |
+
#: options/phrases-layouts/phrases-social-login.php:15
|
4434 |
+
msgid "Social login agreement label"
|
4435 |
msgstr ""
|
4436 |
|
4437 |
+
#: options/html-dashboard.php:42 options/html-dashboard.php:90
|
4438 |
+
msgid "Social Login and Commenting"
|
4439 |
msgstr ""
|
4440 |
|
4441 |
+
#: options/class.WpdiscuzOptions.php:3427
|
4442 |
+
msgid "Social Login and Share"
|
4443 |
msgstr ""
|
4444 |
|
4445 |
+
#: options/options-layouts/html-recaptcha.php:32
|
4446 |
+
msgid "SocketPost"
|
4447 |
msgstr ""
|
4448 |
|
4449 |
+
#: options/class.WpdiscuzOptions.php:400
|
4450 |
+
#: options/phrases-layouts/phrases-error.php:43
|
4451 |
+
msgid "Some of field value is invalid"
|
4452 |
+
msgstr "بعض الخانات تم تعبئتها بشكل خاطئ"
|
4453 |
+
|
4454 |
+
#: utils/class.WpdiscuzHelperAjax.php:1033
|
4455 |
+
msgid "Something is wrong"
|
4456 |
msgstr ""
|
4457 |
|
4458 |
+
#: options/class.WpdiscuzOptions.php:3194
|
4459 |
#, php-format
|
4460 |
msgid ""
|
4461 |
+
"Something is wrong with %s addon license and files. Please activate it using "
|
4462 |
+
"its license key. If this addon has not been purchased and downloaded from "
|
4463 |
+
"the official gVectors.com website, it's probably hacked and may lead to lots "
|
4464 |
+
"of security issues."
|
4465 |
msgstr ""
|
4466 |
|
4467 |
+
#: options/class.WpdiscuzOptions.php:3413
|
4468 |
+
msgid ""
|
4469 |
+
"Sometimes registered users comment as guest using the same email address. "
|
4470 |
+
"wpDiscuz can detect the account role using guest email and display commenter "
|
4471 |
+
"label correctly."
|
4472 |
msgstr ""
|
4473 |
+
"في بعض الأحيان يقوم الأعضاء المسجلين بالتعليق كضيف في المدونة بدون تسجيل "
|
4474 |
+
"الدخول, ويقومون باستخدام البريد الالكتروني ذاته, wpDiscuz بإمكانها كشف "
|
4475 |
+
"الحساب باستخدام البريد الالكتروني الخاص بالضيف وتقوم بعرض وسم العضو بشكل "
|
4476 |
+
"صحيح."
|
4477 |
|
4478 |
+
#: options/class.WpdiscuzOptions.php:402
|
4479 |
+
msgid "Sorry, the comment was not updated"
|
4480 |
+
msgstr "المعذرة, التعليق لم يتم تحديثه"
|
4481 |
|
4482 |
+
#: options/class.WpdiscuzOptions.php:403
|
4483 |
+
#, fuzzy
|
4484 |
+
#| msgid "Sorry, this comment no longer possible to edit"
|
4485 |
+
msgid "Sorry, this comment is no longer possible to edit"
|
4486 |
+
msgstr "المعذرة, لم يعد من الممكن تعديل هذا التعليق"
|
|
|
|
|
4487 |
|
4488 |
+
#: options/class.WpdiscuzOptions.php:1163
|
4489 |
+
msgid "Sorry, uploading not allowed for this post"
|
4490 |
msgstr ""
|
4491 |
|
4492 |
+
#: options/phrases-layouts/phrases-follow.php:31
|
4493 |
+
msgid "Sorry, we couldn't send confirmation email"
|
4494 |
msgstr ""
|
4495 |
|
4496 |
+
#: options/class.WpdiscuzOptions.php:465
|
4497 |
+
msgid "Sorry, we couldn't send confirmation email."
|
4498 |
msgstr ""
|
4499 |
|
4500 |
+
#: options/class.WpdiscuzOptions.php:334
|
4501 |
+
#: options/phrases-layouts/phrases-form.php:55
|
4502 |
+
msgid "Sort by"
|
4503 |
+
msgstr "فرز بواسطة"
|
4504 |
+
|
4505 |
+
#: options/options-layouts/html-form.php:109
|
4506 |
+
msgid "Source Code"
|
4507 |
msgstr ""
|
4508 |
|
4509 |
+
#: options/class.WpdiscuzOptions.php:508
|
4510 |
+
#: options/options-layouts/html-form.php:111
|
4511 |
+
#: options/phrases-layouts/phrases-general.php:147
|
4512 |
+
msgid "Spoiler"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
+
#: options/class.WpdiscuzOptions.php:512
|
4516 |
+
#: options/phrases-layouts/phrases-general.php:163
|
4517 |
+
msgid "Spoiler Title"
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: options/tools-layouts/tool-ratings.php:21
|
4521 |
+
msgid "Start Rebuild"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
+
#: options/tools-layouts/tool-regenerate.php:37
|
4525 |
+
#: options/tools-layouts/tool-regenerate.php:55
|
4526 |
+
#: options/tools-layouts/tool-regenerate.php:73
|
4527 |
+
msgid "Start Regenerate"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
+
#: options/tools-layouts/tool-regenerate.php:91
|
4531 |
+
msgid "Start Sync"
|
4532 |
msgstr ""
|
4533 |
|
4534 |
+
#: options/class.WpdiscuzOptions.php:323
|
4535 |
+
msgid "Start the discussion"
|
4536 |
+
msgstr "كن أول من يعلّق على هذا الموضوع"
|
4537 |
+
|
4538 |
+
#: options/html-options.php:386
|
4539 |
+
msgid "Start Using wpDiscuz"
|
|
|
|
|
4540 |
msgstr ""
|
4541 |
|
4542 |
+
#: options/class.WpdiscuzOptions.php:4052
|
4543 |
msgid ""
|
4544 |
+
"Starting from wpDiscuz 7 you can choose the [ Off ] option of comment style. "
|
4545 |
+
"It'll remove most of wpDiscuz CSS code and allow you write your own CSS for "
|
4546 |
+
"custom comment styling."
|
4547 |
msgstr ""
|
4548 |
|
4549 |
+
#: options/html-options.php:85
|
4550 |
+
msgid "Step 1"
|
|
|
|
|
|
|
|
|
|
|
|
|
4551 |
msgstr ""
|
4552 |
|
4553 |
+
#: options/html-options.php:93
|
4554 |
+
msgid "Step 2"
|
4555 |
msgstr ""
|
4556 |
|
4557 |
+
#: options/html-options.php:101
|
4558 |
+
msgid "Step 3"
|
|
|
|
|
4559 |
msgstr ""
|
4560 |
|
4561 |
+
#: options/class.WpdiscuzOptions.php:420
|
4562 |
+
#: options/phrases-layouts/phrases-comment.php:103
|
4563 |
+
msgid "Stick"
|
4564 |
msgstr ""
|
4565 |
|
4566 |
+
#: options/class.WpdiscuzOptions.php:4234
|
4567 |
+
msgid "Stick Button - Stick a comment thread"
|
|
|
|
|
4568 |
msgstr ""
|
4569 |
|
4570 |
+
#: options/phrases-layouts/phrases-comment.php:99
|
4571 |
+
msgid "Stick button title"
|
4572 |
msgstr ""
|
4573 |
|
4574 |
+
#: options/class.WpdiscuzOptions.php:419
|
4575 |
+
msgid "Stick this comment"
|
4576 |
msgstr ""
|
4577 |
|
4578 |
+
#: utils/class.WpdiscuzHelper.php:390
|
4579 |
+
msgid "Sticky"
|
4580 |
msgstr ""
|
4581 |
|
4582 |
+
#: options/phrases-layouts/phrases-comment.php:111
|
4583 |
+
msgid "Sticky comment icon title"
|
|
|
|
|
4584 |
msgstr ""
|
4585 |
|
4586 |
+
#: options/class.WpdiscuzOptions.php:422
|
4587 |
+
msgid "Sticky Comment Thread"
|
4588 |
msgstr ""
|
4589 |
|
4590 |
+
#: options/options-layouts/html-form.php:97
|
4591 |
+
msgid "Strike"
|
|
|
4592 |
msgstr ""
|
4593 |
|
4594 |
+
#: options/class.WpdiscuzOptions.php:4512
|
4595 |
+
msgid "Structure of Human Readable Date Format"
|
|
|
4596 |
msgstr ""
|
4597 |
|
4598 |
+
#: options/class.WpdiscuzOptions.php:4057
|
4599 |
+
msgid "Style Specific Colors"
|
|
|
|
|
4600 |
msgstr ""
|
4601 |
|
4602 |
+
#: options/class.WpdiscuzOptions.php:4042
|
4603 |
+
msgid "Styles and Colors"
|
|
|
|
|
|
|
4604 |
msgstr ""
|
4605 |
|
4606 |
+
#: utils/deactivation-reason-modal.php:154
|
4607 |
+
msgid "Submit & Deactivate"
|
4608 |
msgstr ""
|
4609 |
|
4610 |
+
#: options/class.WpdiscuzOptions.php:329
|
4611 |
+
#: options/phrases-layouts/phrases-form.php:35
|
4612 |
+
msgid "Subscribe"
|
4613 |
msgstr ""
|
4614 |
|
4615 |
+
#: options/options-layouts/html-subscription.php:118
|
4616 |
+
msgid "Subscribe to all comments of this post"
|
|
|
|
|
4617 |
msgstr ""
|
4618 |
|
4619 |
+
#: options/options-layouts/html-subscription.php:123
|
4620 |
+
msgid "Subscribe to all replies to my comments"
|
|
|
|
|
4621 |
msgstr ""
|
4622 |
|
4623 |
+
#: options/phrases-layouts/phrases-form.php:75
|
4624 |
+
msgid "Subscribed on all your comments replies"
|
4625 |
+
msgstr "الاشتراك في التنبيهات للردود الجديدة على جميع تعليقاتك"
|
4626 |
+
|
4627 |
+
#: options/phrases-layouts/phrases-form.php:71
|
4628 |
+
msgid "Subscribed on this comment replies"
|
4629 |
+
msgstr "الاشتراك في التنبيهات للردود الجديدة على هذا التعليق"
|
4630 |
+
|
4631 |
+
#: options/phrases-layouts/phrases-form.php:79
|
4632 |
+
msgid "Subscribed on this post"
|
4633 |
+
msgstr "الاشتراك في التنبيهات لهذا الموضوع"
|
4634 |
+
|
4635 |
+
#: options/class.WpdiscuzOptions.php:451
|
4636 |
+
#: options/phrases-layouts/phrases-user-settings.php:142
|
4637 |
+
msgid "subscribed to all follow-up comments of this post"
|
4638 |
msgstr ""
|
4639 |
|
4640 |
+
#: options/class.WpdiscuzOptions.php:450
|
4641 |
+
#: options/phrases-layouts/phrases-user-settings.php:138
|
4642 |
+
msgid "subscribed to my comments"
|
|
|
4643 |
msgstr ""
|
4644 |
|
4645 |
+
#: options/class.WpdiscuzOptions.php:449
|
4646 |
+
#: options/phrases-layouts/phrases-user-settings.php:134
|
4647 |
+
msgid "subscribed to this comment"
|
4648 |
msgstr ""
|
4649 |
|
4650 |
+
#: utils/class.WpdiscuzHelperAjax.php:929
|
4651 |
+
msgid "Subscribers"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4652 |
msgstr ""
|
4653 |
|
4654 |
+
#: utils/class.WpdiscuzHelperAjax.php:931
|
4655 |
+
msgid "Subscription - all comments"
|
4656 |
msgstr ""
|
4657 |
|
4658 |
+
#: utils/class.WpdiscuzHelperAjax.php:932
|
4659 |
+
msgid "Subscription - comment"
|
4660 |
msgstr ""
|
4661 |
|
4662 |
+
#: utils/class.WpdiscuzHelperAjax.php:930
|
4663 |
+
msgid "Subscription - posts"
|
|
|
|
|
|
|
|
|
|
|
4664 |
msgstr ""
|
4665 |
|
4666 |
+
#: options/class.WpdiscuzOptions.php:4094
|
4667 |
+
msgid "Subscription and User Following"
|
4668 |
msgstr ""
|
4669 |
|
4670 |
+
#: options/class.WpdiscuzOptions.php:365
|
4671 |
+
msgid "Subscription Confirmation"
|
4672 |
+
msgstr "تأكيد الاشتراك"
|
4673 |
+
|
4674 |
+
#: options/phrases-layouts/phrases-email.php:131
|
4675 |
+
msgid "Subscription confirmation email content"
|
4676 |
msgstr ""
|
4677 |
|
4678 |
+
#: options/phrases-layouts/phrases-email.php:120
|
4679 |
+
msgid "Subscription confirmation email subject"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: options/class.WpdiscuzOptions.php:500
|
4683 |
+
#: options/phrases-layouts/phrases-general.php:115
|
4684 |
+
msgid "Subscription Fault"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: options/phrases-layouts/phrases-email.php:55
|
4688 |
+
msgid "Subscription type: All my comments"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: options/phrases-layouts/phrases-email.php:22
|
4692 |
+
msgid "Subscription type: Post comments"
|
4693 |
+
msgstr ""
|
4694 |
|
4695 |
+
#: options/phrases-layouts/phrases-email.php:88
|
4696 |
+
msgid "Subscription type: Single comment"
|
4697 |
+
msgstr ""
|
4698 |
|
4699 |
+
#: options/class.WpdiscuzOptions.php:4137
|
4700 |
+
msgid "Subscription types in Subscription Bar drop-down"
|
4701 |
msgstr ""
|
4702 |
|
4703 |
+
#: options/class.WpdiscuzOptions.php:433 options/html-dashboard.php:201
|
4704 |
+
#: options/phrases-layouts/phrases-user-settings.php:19
|
4705 |
+
#: utils/class.WpdiscuzHelperAjax.php:987
|
4706 |
+
msgid "Subscriptions"
|
4707 |
+
msgstr ""
|
4708 |
|
4709 |
+
#: options/html-options.php:25
|
4710 |
+
msgid "Support"
|
|
|
|
|
|
|
4711 |
msgstr ""
|
4712 |
|
4713 |
+
#: options/html-dashboard.php:232
|
4714 |
+
msgid "Support & Community"
|
|
|
|
|
4715 |
msgstr ""
|
4716 |
|
4717 |
+
#: options/class.WpdiscuzOptions.php:2347
|
4718 |
+
#: options/tools-layouts/tool-regenerate.php:92
|
4719 |
+
msgid "Synchronize Commenters Data"
|
4720 |
msgstr ""
|
4721 |
|
4722 |
+
#: options/class.WpdiscuzOptions.php:1950
|
4723 |
+
msgid ""
|
4724 |
+
"Syntax highlighting for comments, automatic language detection and multi-"
|
4725 |
+
"language code highlighting."
|
4726 |
msgstr ""
|
4727 |
|
4728 |
+
#: options/options-layouts/html-thread_styles.php:119
|
4729 |
+
msgid "Text Color"
|
4730 |
msgstr ""
|
4731 |
|
4732 |
+
#: options/html-dashboard.php:15
|
4733 |
+
msgid "Thank you for installing wpDiscuz!"
|
|
|
|
|
|
|
4734 |
msgstr ""
|
4735 |
|
4736 |
+
#: options/phrases-layouts/phrases-general.php:43
|
4737 |
+
msgid "Thank you for your feedback"
|
4738 |
msgstr ""
|
4739 |
|
4740 |
+
#: options/class.WpdiscuzOptions.php:482
|
4741 |
+
#: utils/deactivation-reason-modal.php:157
|
4742 |
+
msgid "Thank you for your feedback!"
|
4743 |
msgstr ""
|
4744 |
|
4745 |
+
#: options/html-options.php:383
|
4746 |
+
msgid "Thank You!"
|
4747 |
+
msgstr ""
|
4748 |
|
4749 |
+
#: options/options-layouts/html-general.php:192
|
4750 |
+
msgid "Thank you!"
|
4751 |
+
msgstr "شكراً لك"
|
4752 |
|
4753 |
+
#: options/class.WpdiscuzOptions.php:3392
|
4754 |
+
msgid ""
|
4755 |
+
"The \"My Content & Settings\" button is located in comment filter panel on "
|
4756 |
+
"top of all comments, right after the [X Comments] phrase. This button opens "
|
4757 |
+
"a pop-up window allowing commenters manage their content and settings."
|
4758 |
msgstr ""
|
4759 |
|
4760 |
+
#: options/html-dashboard.php:86
|
4761 |
msgid ""
|
4762 |
+
"The «Layout #1» is the simplest and cleanest layout. The «"
|
4763 |
+
"Layout #2» is designed for narrow comment sections. It displays "
|
4764 |
+
"comment content in wider area. The «Layout #3» layout is "
|
4765 |
+
"designed to accent comment thread hierarchy by colored vertical lines and "
|
4766 |
+
"indents."
|
|
|
|
|
4767 |
msgstr ""
|
4768 |
|
4769 |
+
#: utils/class.WpdiscuzHelperUpload.php:492
|
4770 |
+
msgid "The attachment not exists"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
+
#: options/html-options.php:259
|
4774 |
+
msgid ""
|
4775 |
+
"The Bubble is also designed to invite article readers to comment. It "
|
4776 |
+
"displays invite message allowing them fast and easy jump to comment area."
|
4777 |
msgstr ""
|
4778 |
|
4779 |
+
#: options/class.WpdiscuzOptions.php:3437
|
4780 |
+
msgid ""
|
4781 |
+
"The note text and the label of this checkbox can be managed in Comments > "
|
4782 |
+
"Phrases > Social Login tab."
|
4783 |
+
msgstr ""
|
4784 |
|
4785 |
+
#: options/html-dashboard.php:53
|
4786 |
+
msgid ""
|
4787 |
+
"The number of already left feedbacks will be displayed next to the feedback "
|
4788 |
+
"icon allowing people click and read other's feedbacks in the same place. "
|
4789 |
+
"Also, those feedbacks will be displayed with other standard comments in "
|
4790 |
+
"article comment section below."
|
4791 |
msgstr ""
|
4792 |
|
4793 |
+
#: options/class.WpdiscuzOptions.php:4293
|
4794 |
+
msgid "The number of words before breaking comment text (Read more)"
|
4795 |
msgstr ""
|
4796 |
|
4797 |
+
#: utils/deactivation-reason-modal.php:63
|
4798 |
+
msgid "The plugin is great, but I need specific features"
|
4799 |
+
msgstr ""
|
4800 |
+
|
4801 |
+
#: utils/deactivation-reason-modal.php:23
|
4802 |
+
msgid "The plugin is not working"
|
4803 |
msgstr ""
|
4804 |
|
4805 |
+
#: utils/deactivation-reason-modal.php:99
|
4806 |
+
msgid "The plugin works very slow"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
+
#: forms/wpdFormAttr/Form.php:1143
|
4810 |
+
msgid ""
|
4811 |
+
"The red marked post types are already attached to other comment form. If you "
|
4812 |
+
"set this form too, the old forms will not be used for them."
|
4813 |
msgstr ""
|
4814 |
|
4815 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:102
|
4816 |
+
msgid "The request is invalid or malformed."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4817 |
msgstr ""
|
4818 |
|
4819 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:103
|
4820 |
+
msgid ""
|
4821 |
+
"The response is no longer valid: either is too old or has been used "
|
4822 |
+
"previously."
|
4823 |
msgstr ""
|
4824 |
|
4825 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:101
|
4826 |
+
msgid "The response parameter is invalid or malformed."
|
4827 |
msgstr ""
|
4828 |
|
4829 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:100
|
4830 |
+
msgid "The response parameter is missing."
|
4831 |
msgstr ""
|
4832 |
|
4833 |
+
#: options/options-layouts/html-rating.php:10
|
4834 |
+
#, php-format
|
4835 |
+
msgid ""
|
4836 |
+
"The second type, is the old, comment depended way. You should create a "
|
4837 |
+
"\"Rating\" custom field in comment form allowing people to rate while they "
|
4838 |
+
"leave a comment. If you've already configured the second type (Rating "
|
4839 |
+
"comment field) in comment form, the first type will be automatically "
|
4840 |
+
"disabled. Both types of ratings can be managed in %s"
|
4841 |
+
msgstr ""
|
4842 |
|
4843 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:99
|
4844 |
+
msgid "The secret parameter is invalid or malformed."
|
4845 |
+
msgstr ""
|
4846 |
|
4847 |
+
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:98
|
4848 |
+
msgid "The secret parameter is missing."
|
4849 |
+
msgstr ""
|
4850 |
|
4851 |
+
#: forms/wpdFormAttr/Form.php:1181
|
4852 |
+
msgid "Theme"
|
4853 |
+
msgstr ""
|
4854 |
|
4855 |
+
#: options/class.WpdiscuzOptions.php:4059
|
4856 |
+
msgid ""
|
4857 |
+
"These options allows you manage comment section colors individaly for the "
|
4858 |
+
"Default and Dark Styles"
|
4859 |
+
msgstr ""
|
4860 |
|
4861 |
+
#: options/tools-layouts/tool-images.php:59
|
4862 |
+
msgid ""
|
4863 |
+
"These tools are available only in <a href='https://gvectors."
|
4864 |
+
"com/product/wpdiscuz-media-uploader/'><strong><i>wpDiscuz Media Uploader</i>"
|
4865 |
+
"</strong></a> addon! Please install and activate it to use importer!"
|
4866 |
+
msgstr ""
|
4867 |
|
4868 |
+
#: options/class.WpdiscuzOptions.php:4007
|
4869 |
+
msgid "This allows users to see own voted comments."
|
4870 |
+
msgstr ""
|
4871 |
|
4872 |
+
#: options/options-layouts/html-live.php:11
|
4873 |
+
msgid ""
|
4874 |
+
"This Bubble is also designed to invite article readers to comment. It "
|
4875 |
+
"displays invite message allowing them fast and easy jump to comment area."
|
4876 |
+
msgstr ""
|
4877 |
|
4878 |
+
#: options/class.WpdiscuzOptions.php:4441
|
4879 |
+
msgid ""
|
4880 |
+
"This filter button appears next to all filter buttons and comment sorting "
|
4881 |
+
"options. It allows to filter and display article inline feedbacks (comments "
|
4882 |
+
"made while reading current article)."
|
4883 |
+
msgstr ""
|
4884 |
|
4885 |
+
#: options/class.WpdiscuzOptions.php:484
|
4886 |
+
#: options/phrases-layouts/phrases-general.php:51
|
4887 |
+
msgid "This is closed comment thread"
|
4888 |
+
msgstr ""
|
4889 |
|
4890 |
+
#: options/class.WpdiscuzOptions.php:4302
|
4891 |
+
msgid "This option allows commenters to attach an image with comments."
|
4892 |
+
msgstr ""
|
4893 |
|
4894 |
+
#: options/class.WpdiscuzOptions.php:4250
|
4895 |
+
msgid ""
|
4896 |
+
"This option allows control commenting activity per user. You can set maximum "
|
4897 |
+
"number of comments users can leave per post or sitewide. It also allow to "
|
4898 |
+
"set restriction for comments or for replies only."
|
4899 |
+
msgstr ""
|
4900 |
|
4901 |
+
#: options/class.WpdiscuzOptions.php:4288
|
4902 |
+
msgid ""
|
4903 |
+
"This option allows embedding other plugins shortcodes in comment content. "
|
4904 |
+
"Some plugin shortcodes work very slow, so this may affect your page load "
|
4905 |
+
"speed if the shortcode provider plugin is not well optimized."
|
4906 |
+
msgstr ""
|
4907 |
|
4908 |
+
#: options/class.WpdiscuzOptions.php:4104
|
4909 |
+
#, php-format
|
4910 |
+
msgid ""
|
4911 |
+
"This option allows mentioning users in comments using @nickname method. "
|
4912 |
+
"Mentioned users will get notification via email if the next option is "
|
4913 |
+
"enabled. To get an advanced user mentioning features and to be able mention "
|
4914 |
+
"comments by #CommentID, we recommend the %s addon."
|
4915 |
+
msgstr ""
|
4916 |
|
4917 |
+
#: options/class.WpdiscuzOptions.php:4493
|
4918 |
+
msgid ""
|
4919 |
+
"This option detects images and other contents with non-https source URLs and "
|
4920 |
+
"fix according to your selected logic."
|
4921 |
msgstr ""
|
4922 |
|
4923 |
+
#: options/class.WpdiscuzOptions.php:3899
|
4924 |
+
msgid ""
|
4925 |
+
"This option enables comment sorting buttons (newest | oldest | most voted). "
|
4926 |
+
"Sorting buttons are not available for the default comments pagination type "
|
4927 |
+
"[1][2][3]... It's only active for [Load more] and other AJAX pagination "
|
4928 |
+
"types."
|
4929 |
msgstr ""
|
4930 |
|
4931 |
+
#: forms/wpdFormAttr/Form.php:1050
|
4932 |
+
msgid ""
|
4933 |
+
"This option hides the entire section of comments. Neither the comment form "
|
4934 |
+
"nor the comment list will be visible for selected user roles."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4935 |
msgstr ""
|
4936 |
|
4937 |
+
#: options/class.WpdiscuzOptions.php:4014
|
4938 |
+
msgid ""
|
4939 |
+
"This option only related to avatars in comment system. For sitewide avatar "
|
4940 |
+
"control, please use WordPress native avatar settings in Dashboard > Settings "
|
4941 |
+
"> Discussions admin page."
|
4942 |
msgstr ""
|
4943 |
|
4944 |
+
#: options/html-dashboard.php:17
|
4945 |
+
msgid "This version is mostly focused on website visitors engagement,"
|
|
|
4946 |
msgstr ""
|
4947 |
|
4948 |
+
#: options/html-dashboard.php:135
|
4949 |
+
msgid "Thread Replies"
|
4950 |
msgstr ""
|
4951 |
|
4952 |
+
#: forms/wpDiscuzForm.php:174
|
4953 |
+
msgid "Title"
|
|
|
4954 |
msgstr ""
|
4955 |
|
4956 |
+
#: options/html-options.php:190
|
4957 |
+
msgid ""
|
4958 |
+
"To downgrade wpDiscuz, you should deactivate and delete wpDiscuz 7 plugin. "
|
4959 |
+
"Then download the previous 5.3.2 version ZIP file from wpDiscuz plugin page "
|
4960 |
+
"(use dropdown menu under statistic graphics). And install the ZIP file in "
|
4961 |
+
"Dashboard > Plugins > Add Plugin admin page. The downgrading is only "
|
4962 |
+
"recommended to gain a time to do template customizations or wait for help "
|
4963 |
+
"from our support team. Once the issues are resolved, you should update to "
|
4964 |
+
"latest wpDiscuz version."
|
4965 |
msgstr ""
|
4966 |
|
4967 |
+
#: options/options-layouts/html-social.php:757
|
4968 |
+
msgid ""
|
4969 |
+
"To get the Application ID, Key and Secret, you should create an app using "
|
4970 |
+
"one of the supported types (external, Android, iOS), use this"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
+
#: options/phrases-layouts/phrases-notification.php:46
|
4974 |
+
msgid "To post a comment"
|
4975 |
+
msgstr "لإضافة تعليق"
|
4976 |
+
|
4977 |
+
#: options/class.WpdiscuzOptions.php:390
|
4978 |
+
msgid "to post a comment."
|
4979 |
+
msgstr "لإضافة تعليق"
|
4980 |
+
|
4981 |
+
#: options/options-layouts/html-social.php:1014
|
4982 |
+
msgid ""
|
4983 |
+
"To start using Baidu Login Button you should get Client Id and Client Secret."
|
4984 |
+
" Please follow to this "
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: options/options-layouts/html-social.php:323
|
4988 |
+
msgid ""
|
4989 |
+
"To start using Disqus Login Button you should get Public Key and Secret Key. "
|
4990 |
+
"Please follow to this "
|
4991 |
msgstr ""
|
4992 |
|
4993 |
+
#: options/options-layouts/html-social.php:94
|
4994 |
+
msgid ""
|
4995 |
+
"To start using Facebook Login and Share Buttons you should get Facebook "
|
4996 |
+
"Application Key and Secret for your website. Please follow to this"
|
4997 |
msgstr ""
|
4998 |
|
4999 |
+
#: options/options-layouts/html-social.php:265
|
5000 |
+
msgid ""
|
5001 |
+
"To start using Google Login Button you should get Client ID and Client "
|
5002 |
+
"Secret for your website. Please follow to this"
|
5003 |
msgstr ""
|
5004 |
|
5005 |
+
#: options/options-layouts/html-social.php:435
|
5006 |
+
msgid ""
|
5007 |
+
"To start using Instagram Login Button you should get Client ID and Client "
|
5008 |
+
"Secret. Please follow to this "
|
5009 |
msgstr ""
|
5010 |
|
5011 |
+
#: options/options-layouts/html-social.php:491
|
5012 |
+
msgid ""
|
5013 |
+
"To start using Linkedin Login Button you should get Client ID and Client "
|
5014 |
+
"Secret. Please follow to this "
|
5015 |
msgstr ""
|
5016 |
|
5017 |
+
#: options/options-layouts/html-social.php:700
|
5018 |
+
msgid ""
|
5019 |
+
"To start using Mail.ru Login Button you should get Client ID and Client "
|
5020 |
+
"Secret. Please follow to this "
|
5021 |
msgstr ""
|
5022 |
|
5023 |
+
#: options/options-layouts/html-social.php:958
|
5024 |
+
msgid ""
|
5025 |
+
"To start using Tencent QQ Login Button you should get AppID and AppKey. "
|
5026 |
+
"Please follow to this "
|
5027 |
+
msgstr ""
|
5028 |
|
5029 |
+
#: options/options-layouts/html-social.php:189
|
5030 |
+
msgid ""
|
5031 |
+
"To start using Twitter Login Button you should get Consumer Key and Secret "
|
5032 |
+
"for your website. Please follow to this"
|
5033 |
+
msgstr ""
|
5034 |
|
5035 |
+
#: options/options-layouts/html-social.php:625
|
5036 |
+
msgid ""
|
5037 |
+
"To start using VK Login Button you should get Application ID and Secure Key. "
|
5038 |
+
"Please follow to this "
|
5039 |
+
msgstr ""
|
5040 |
|
5041 |
+
#: options/options-layouts/html-social.php:846
|
5042 |
+
msgid ""
|
5043 |
+
"To start using WeChat Login Button you should get AppID and Secret. Please "
|
5044 |
+
"follow to this "
|
5045 |
+
msgstr ""
|
5046 |
|
5047 |
+
#: options/options-layouts/html-social.php:902
|
5048 |
+
msgid ""
|
5049 |
+
"To start using Weibo Login Button you should get App Key and App Secret. "
|
5050 |
+
"Please follow to this "
|
5051 |
+
msgstr ""
|
5052 |
|
5053 |
+
#: options/options-layouts/html-social.php:380
|
5054 |
+
msgid ""
|
5055 |
+
"To start using Wordpress.com Login Button you should get Client ID and "
|
5056 |
+
"Client Secret. Please follow to this "
|
5057 |
+
msgstr ""
|
5058 |
|
5059 |
+
#: options/options-layouts/html-social.php:569
|
5060 |
+
msgid ""
|
5061 |
+
"To start using Yandex Login Button you should get Client ID and Client "
|
5062 |
+
"Secret. Please follow to this "
|
5063 |
+
msgstr ""
|
5064 |
|
5065 |
+
#: options/html-dashboard.php:166
|
5066 |
+
msgid "Today"
|
5067 |
+
msgstr "اليوم"
|
5068 |
|
5069 |
+
#: class.WpdiscuzCore.php:1012 class.WpdiscuzCore.php:2385
|
5070 |
+
#: class.WpdiscuzCore.php:2388
|
5071 |
+
msgid "Tools"
|
5072 |
+
msgstr ""
|
5073 |
|
5074 |
+
#: options/class.WpdiscuzOptions.php:2022
|
5075 |
+
msgid ""
|
5076 |
+
"Total control over comment subscriptions. Full list, monitor, manage, filter,"
|
5077 |
+
" unsubscribe, confirm..."
|
5078 |
+
msgstr ""
|
5079 |
|
5080 |
+
#: options/options-layouts/html-thread_layouts.php:162
|
5081 |
+
msgid "total count"
|
5082 |
+
msgstr "العدد الكلي"
|
5083 |
|
5084 |
+
#: options/html-dashboard.php:226
|
5085 |
+
msgid "Translation"
|
5086 |
+
msgstr ""
|
5087 |
|
5088 |
+
#: options/class.WpdiscuzOptions.php:3512
|
5089 |
+
msgid "Twitter - Consumer Key (API Key)"
|
5090 |
msgstr ""
|
5091 |
|
5092 |
+
#: options/class.WpdiscuzOptions.php:3519
|
5093 |
+
msgid "Twitter - Consumer Secret (API Secret)"
|
5094 |
msgstr ""
|
5095 |
|
5096 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:698
|
5097 |
+
msgid "Twitter authentication failed (OAuth secret does not exist)."
|
5098 |
msgstr ""
|
5099 |
|
5100 |
+
#: options/options-layouts/html-social.php:190
|
5101 |
+
msgid "Twitter Callback URL"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:713
|
5105 |
+
msgid "Twitter connection failed."
|
5106 |
msgstr ""
|
5107 |
|
5108 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:686
|
5109 |
+
msgid "Twitter Consumer Key and Consumer Secret required."
|
5110 |
msgstr ""
|
5111 |
|
5112 |
+
#: options/class.WpdiscuzOptions.php:3498
|
5113 |
+
msgid "Twitter Login Button"
|
5114 |
msgstr ""
|
5115 |
|
5116 |
+
#: options/class.WpdiscuzOptions.php:3505
|
5117 |
+
msgid "Twitter Share Button"
|
5118 |
msgstr ""
|
5119 |
|
5120 |
+
#: forms/wpDiscuzForm.php:224 forms/wpdFormAttr/Row.php:23
|
5121 |
+
msgid "Two column"
|
5122 |
msgstr ""
|
5123 |
|
5124 |
+
#: options/class.WpdiscuzOptions.php:499
|
5125 |
+
#: options/phrases-layouts/phrases-general.php:111
|
5126 |
+
msgid "Unable to send an email"
|
5127 |
+
msgstr "غير قادر على إرسال بريد الكتروني"
|
5128 |
+
|
5129 |
+
#: options/options-layouts/html-form.php:95
|
5130 |
+
msgid "Underline"
|
5131 |
msgstr ""
|
5132 |
|
5133 |
+
#: options/class.WpdiscuzOptions.php:472 options/class.WpdiscuzOptions.php:474
|
5134 |
+
#: utils/class.WpdiscuzHelperEmail.php:429
|
5135 |
+
msgid "Unfollow"
|
5136 |
msgstr ""
|
5137 |
|
5138 |
+
#: options/class.WpdiscuzOptions.php:461
|
5139 |
+
#: options/phrases-layouts/phrases-follow.php:15
|
5140 |
+
msgid "Unfollow this user"
|
5141 |
msgstr ""
|
5142 |
|
5143 |
+
#: class.WpdiscuzCore.php:1584
|
5144 |
+
msgid "Uninstall"
|
5145 |
msgstr ""
|
5146 |
|
5147 |
+
#: options/options-layouts/html-moderation.php:32
|
5148 |
+
msgid "Unlimit"
|
5149 |
+
msgstr "غير محدود"
|
5150 |
|
5151 |
+
#: options/options-layouts/html-form.php:101
|
5152 |
+
msgid "Unordered List"
|
5153 |
+
msgstr ""
|
5154 |
|
5155 |
+
#: options/options-layouts/html-thread_styles.php:116
|
5156 |
+
msgid "Unread comments background"
|
5157 |
+
msgstr ""
|
5158 |
|
5159 |
+
#: options/options-layouts/html-content.php:186
|
5160 |
+
msgid "Unselect All"
|
5161 |
+
msgstr ""
|
5162 |
|
5163 |
+
#: options/class.WpdiscuzOptions.php:421
|
5164 |
+
#: options/phrases-layouts/phrases-comment.php:107
|
5165 |
+
msgid "Unstick"
|
5166 |
+
msgstr ""
|
5167 |
|
5168 |
+
#: options/class.WpdiscuzOptions.php:359
|
5169 |
+
#: options/phrases-layouts/phrases-email.php:176
|
5170 |
+
msgid "Unsubscribe"
|
5171 |
+
msgstr "إلغاء الاشتراك"
|
5172 |
|
5173 |
+
#: options/class.WpdiscuzOptions.php:4422
|
5174 |
+
msgid "Update Comment List Every"
|
5175 |
msgstr ""
|
5176 |
|
5177 |
+
#: options/class.WpdiscuzOptions.php:369
|
5178 |
+
msgid "url is invalid"
|
5179 |
+
msgstr "رابط الموقع غير صحيح"
|
|
|
|
|
|
|
|
|
5180 |
|
5181 |
+
#: options/class.WpdiscuzOptions.php:3470
|
5182 |
+
msgid "Use Facebook OAuth2"
|
5183 |
+
msgstr ""
|
5184 |
|
5185 |
+
#: options/html-options.php:134
|
5186 |
+
msgid ""
|
5187 |
+
"Use FTP client or hosting service cPanel > File Manager tool. WordPress "
|
5188 |
+
"theme folders are located in /wp-content/themes/ directory. The active theme "
|
5189 |
+
"folder can be detected by name."
|
5190 |
msgstr ""
|
5191 |
|
5192 |
+
#: options/class.WpdiscuzOptions.php:3411
|
5193 |
+
msgid "Use guest email to detect registered account"
|
5194 |
+
msgstr "استخدم البريد الالكتروني الخاص بالضيف لكشف الأعضاء المسجّلين"
|
5195 |
|
5196 |
+
#: options/class.WpdiscuzOptions.php:4519
|
5197 |
+
msgid "Use Plugin .PO/.MO Files"
|
5198 |
+
msgstr ""
|
5199 |
|
5200 |
+
#: options/class.WpdiscuzOptions.php:4158
|
5201 |
+
msgid "Use Postmatic for subscriptions and commenting by email"
|
5202 |
+
msgstr "قم باستخدام Postmatic للاشتراك والتعليق عبر الايميل"
|
5203 |
|
5204 |
+
#: options/html-options.php:173
|
5205 |
+
msgid ""
|
5206 |
+
"Use the \"Deactivate\" button located next to the \"Learn More\" button. "
|
5207 |
+
"Just click on this button and Jetpack Comments will be deactivated. Once "
|
5208 |
+
"it's disabled, please delete all caches."
|
5209 |
msgstr ""
|
5210 |
|
5211 |
+
#: options/class.WpdiscuzOptions.php:3404
|
5212 |
+
msgid "Use Website URL as Profile URL"
|
5213 |
msgstr ""
|
5214 |
|
5215 |
+
#: options/class.WpdiscuzOptions.php:4505
|
5216 |
+
msgid "Use WordPress Date/Time Format"
|
5217 |
msgstr ""
|
5218 |
|
5219 |
+
#: options/class.WpdiscuzOptions.php:4470
|
5220 |
+
msgid "Use WordPress native AJAX functions"
|
|
|
5221 |
msgstr ""
|
5222 |
|
5223 |
+
#: options/class.WpdiscuzOptions.php:3435
|
5224 |
+
msgid "User agreement prior to a social login action"
|
|
|
|
|
|
|
5225 |
msgstr ""
|
5226 |
|
5227 |
+
#: options/class.WpdiscuzOptions.php:2103
|
5228 |
+
msgid "User and Comment Mentioning"
|
|
|
5229 |
msgstr ""
|
5230 |
|
5231 |
+
#: options/class.WpdiscuzOptions.php:3368
|
5232 |
+
msgid "User Authorization and Profile Data"
|
5233 |
msgstr ""
|
5234 |
|
5235 |
+
#: options/html-dashboard.php:141
|
5236 |
+
msgid "User Commenters"
|
5237 |
msgstr ""
|
5238 |
|
5239 |
+
#: options/class.WpdiscuzOptions.php:471
|
5240 |
+
msgid "User Following Confirmation"
|
5241 |
msgstr ""
|
5242 |
|
5243 |
+
#: options/class.WpdiscuzOptions.php:4181
|
5244 |
+
msgid "User Labels and Badges"
|
5245 |
msgstr ""
|
5246 |
|
5247 |
+
#: options/options-layouts/html-labels.php:10
|
5248 |
+
#, php-format
|
5249 |
+
msgid ""
|
5250 |
+
"User Labels are small rectangles with specific background colors indicating "
|
5251 |
+
"comment author role, such as Guest, Member, Author, Admin, etc... These "
|
5252 |
+
"labels can be enabled and disabled for certain user role. Also you can "
|
5253 |
+
"change label colors using according options below.<br> Besides labels you "
|
5254 |
+
"can enable User Reputation, Badges and Ranks based on user activity, using "
|
5255 |
+
"%s addon. This addon integrates wpDiscuz comment system with an adaptive "
|
5256 |
+
"user points management plugin %s."
|
5257 |
msgstr ""
|
5258 |
|
5259 |
+
#: options/html-phrases.php:27
|
5260 |
+
msgid "User Settings"
|
5261 |
msgstr ""
|
5262 |
|
5263 |
+
#: options/phrases-layouts/phrases-user-settings.php:7
|
5264 |
+
msgid "User Settings Phrases"
|
5265 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
5266 |
|
5267 |
+
#: options/tools-layouts/tool-options.php:14
|
5268 |
+
msgid ""
|
5269 |
+
"Using this tool you can backup wpDiscuz options or migrate them from one "
|
5270 |
+
"WordPress to another."
|
5271 |
+
msgstr ""
|
5272 |
|
5273 |
+
#: options/tools-layouts/tool-phrases.php:15
|
5274 |
+
msgid ""
|
5275 |
+
"Using this tool you can backup wpDiscuz phrases or migrate them from one "
|
5276 |
+
"WordPress to another."
|
5277 |
+
msgstr ""
|
5278 |
|
5279 |
+
#: options/tools-layouts/tool-database.php:16
|
5280 |
+
msgid "Using this tool you can fix database tables."
|
5281 |
+
msgstr ""
|
5282 |
|
5283 |
+
#: options/tools-layouts/tool-ratings.php:17
|
5284 |
+
msgid "Using this tool you can rebuild ratings."
|
5285 |
msgstr ""
|
5286 |
|
5287 |
+
#: options/tools-layouts/tool-regenerate.php:33
|
5288 |
+
msgid "Using this tool you can regenerate closed comments."
|
5289 |
msgstr ""
|
5290 |
|
5291 |
+
#: options/tools-layouts/tool-regenerate.php:51
|
5292 |
+
msgid "Using this tool you can regenerate comment vote data."
|
5293 |
msgstr ""
|
5294 |
|
5295 |
+
#: options/tools-layouts/tool-regenerate.php:69
|
5296 |
+
msgid "Using this tool you can regenerate comment vote metas."
|
5297 |
msgstr ""
|
5298 |
|
5299 |
+
#: options/tools-layouts/tool-regenerate.php:87
|
5300 |
+
msgid "Using this tool you can synchronize comment author data."
|
5301 |
msgstr ""
|
5302 |
|
5303 |
+
#: options/class.WpdiscuzOptions.php:2104
|
5304 |
+
msgid ""
|
5305 |
+
"Using wpDiscuz User & Comment Mentioning addon you can allow commenters "
|
5306 |
+
"mention comments and users in comment text using #comment-id and @username "
|
5307 |
+
"tags."
|
5308 |
msgstr ""
|
5309 |
|
5310 |
+
#: options/options-layouts/html-social.php:95
|
5311 |
+
msgid "Valid OAuth Redirect URI"
|
5312 |
msgstr ""
|
5313 |
|
5314 |
+
#: forms/wpdFormAttr/Field/NumberField.php:127
|
5315 |
+
msgid "value can not be less than"
|
5316 |
msgstr ""
|
5317 |
|
5318 |
+
#: forms/wpdFormAttr/Field/NumberField.php:130
|
5319 |
+
msgid "value can not be more than"
|
|
|
|
|
5320 |
msgstr ""
|
5321 |
|
5322 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:28
|
5323 |
+
#: forms/wpdFormAttr/Field/RadioField.php:28
|
5324 |
+
#: forms/wpdFormAttr/Field/SelectField.php:28
|
5325 |
+
msgid "Values"
|
5326 |
msgstr ""
|
5327 |
|
5328 |
+
#: options/class.WpdiscuzOptions.php:497
|
5329 |
+
#: options/phrases-layouts/phrases-general.php:103
|
5330 |
+
msgid "View all comments"
|
5331 |
msgstr ""
|
5332 |
|
5333 |
+
#: options/class.WpdiscuzOptions.php:507
|
5334 |
+
#: options/phrases-layouts/phrases-general.php:143
|
5335 |
+
msgid "View Comments"
|
|
|
5336 |
msgstr ""
|
5337 |
|
5338 |
+
#: options/class.WpdiscuzOptions.php:349
|
5339 |
+
#: options/phrases-layouts/phrases-comment.php:47
|
5340 |
+
msgid "View Replies"
|
5341 |
msgstr ""
|
5342 |
|
5343 |
+
#: options/html-addons.php:79
|
5344 |
+
msgid "View wpDiscuz Addons Bundle"
|
|
|
|
|
5345 |
msgstr ""
|
5346 |
|
5347 |
+
#: options/class.WpdiscuzOptions.php:3778
|
5348 |
+
msgid "VK Application ID"
|
5349 |
msgstr ""
|
5350 |
|
5351 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:754
|
5352 |
+
msgid "VK authentication failed (OAuth code does not exist)."
|
5353 |
msgstr ""
|
5354 |
|
5355 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:751
|
5356 |
+
msgid "VK authentication failed (OAuth state does not exist)."
|
|
|
|
|
5357 |
msgstr ""
|
5358 |
|
5359 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:772
|
5360 |
+
msgid "VK authentication failed (user_id does not exist)."
|
5361 |
msgstr ""
|
5362 |
|
5363 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:723
|
5364 |
+
msgid "VK Client ID and Client Secret required."
|
5365 |
msgstr ""
|
5366 |
|
5367 |
+
#: options/class.WpdiscuzOptions.php:3764
|
5368 |
+
msgid "VK Login Button"
|
5369 |
msgstr ""
|
5370 |
|
5371 |
+
#: options/class.WpdiscuzOptions.php:3785
|
5372 |
+
msgid "VK Secure Key"
|
|
|
|
|
5373 |
msgstr ""
|
5374 |
|
5375 |
+
#: options/class.WpdiscuzOptions.php:3771
|
5376 |
+
msgid "VK Share Button"
|
|
|
5377 |
msgstr ""
|
5378 |
|
5379 |
+
#: options/class.WpdiscuzOptions.php:486
|
5380 |
+
#: options/phrases-layouts/phrases-general.php:59
|
5381 |
+
msgid "vote"
|
5382 |
msgstr ""
|
5383 |
|
5384 |
+
#: options/class.WpdiscuzOptions.php:393
|
5385 |
+
#: options/phrases-layouts/phrases-notification.php:58
|
5386 |
+
msgid "Vote Counted"
|
5387 |
+
msgstr "عدد الأصوات"
|
5388 |
|
5389 |
+
#: options/class.WpdiscuzOptions.php:392
|
5390 |
+
#: options/phrases-layouts/phrases-comment.php:79
|
5391 |
+
msgid "Vote Down"
|
5392 |
+
msgstr "لم يعجبني"
|
5393 |
|
5394 |
+
#: options/class.WpdiscuzOptions.php:391
|
5395 |
+
#: options/phrases-layouts/phrases-comment.php:75
|
5396 |
+
msgid "Vote Up"
|
5397 |
+
msgstr "أعجبني"
|
5398 |
+
|
5399 |
+
#: options/class.WpdiscuzOptions.php:487
|
5400 |
+
#: options/phrases-layouts/phrases-general.php:63
|
5401 |
+
msgid "votes"
|
5402 |
msgstr ""
|
5403 |
|
5404 |
+
#: options/class.WpdiscuzOptions.php:3977
|
5405 |
+
msgid "Voting Buttons Icon"
|
5406 |
msgstr ""
|
5407 |
|
5408 |
+
#: options/class.WpdiscuzOptions.php:395
|
5409 |
+
#: options/phrases-layouts/phrases-error.php:27
|
5410 |
+
msgid "Voting Error"
|
5411 |
+
msgstr "حصل خطأ أثناء التصويت"
|
5412 |
+
|
5413 |
+
#: options/class.WpdiscuzOptions.php:467
|
5414 |
+
msgid "We are sorry, but you can't follow this user."
|
5415 |
msgstr ""
|
5416 |
|
5417 |
+
#: options/phrases-layouts/phrases-follow.php:43
|
5418 |
+
msgid "We are sorry, following failed. Please try again later."
|
5419 |
msgstr ""
|
5420 |
|
5421 |
+
#: options/phrases-layouts/phrases-follow.php:39
|
5422 |
+
msgid "We are sorry, following this user is impossible"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
+
#: options/phrases-layouts/phrases-general.php:71
|
5426 |
+
#, php-format
|
5427 |
+
msgid "We are sorry, you are not allowed to comment more than %d time(s)"
|
5428 |
msgstr ""
|
5429 |
|
5430 |
+
#: options/class.WpdiscuzOptions.php:489 options/class.WpdiscuzOptions.php:490
|
5431 |
+
#, php-format
|
5432 |
+
msgid "We are sorry, you are not allowed to comment more than %d time(s)!"
|
5433 |
msgstr ""
|
5434 |
|
5435 |
+
#: options/phrases-layouts/phrases-general.php:75
|
5436 |
+
#, php-format
|
5437 |
+
msgid ""
|
5438 |
+
"We are sorry, you are not allowed to create a new comment thread more than "
|
5439 |
+
"%d time(s)"
|
5440 |
msgstr ""
|
5441 |
|
5442 |
+
#: options/phrases-layouts/phrases-general.php:79
|
5443 |
+
#, php-format
|
5444 |
+
msgid "We are sorry, you are not allowed to reply more than %d time(s)"
|
5445 |
msgstr ""
|
5446 |
|
5447 |
+
#: options/class.WpdiscuzOptions.php:491
|
5448 |
+
#, php-format
|
5449 |
+
msgid "We are sorry, you are not allowed to reply more than %d time(s)!"
|
5450 |
msgstr ""
|
5451 |
|
5452 |
+
#: options/html-dashboard.php:258
|
5453 |
+
msgid ""
|
5454 |
+
"We love your reviews. This is the best way to say thank you to developers "
|
5455 |
+
"and support team."
|
5456 |
msgstr ""
|
5457 |
|
5458 |
+
#: options/html-dashboard.php:253
|
5459 |
+
msgid ""
|
5460 |
+
"We'd really appreciate if you could help translating wpDiscuz to your "
|
5461 |
+
"language."
|
5462 |
msgstr ""
|
5463 |
|
5464 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:84
|
5465 |
+
#: forms/wpdFormAttr/Form.php:1373
|
5466 |
+
msgid "Website"
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: forms/wpDiscuzForm.php:440
|
5470 |
+
msgid "WebSite URL"
|
5471 |
+
msgstr "رابط الموقع"
|
5472 |
+
|
5473 |
+
#: options/class.WpdiscuzOptions.php:3708
|
5474 |
+
msgid "WeChat App ID"
|
5475 |
msgstr ""
|
5476 |
|
5477 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1057
|
5478 |
+
msgid "WeChat AppKey and AppSecret required."
|
5479 |
msgstr ""
|
5480 |
|
5481 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1110
|
5482 |
+
msgid "WeChat authentication failed (access_token does not exist)."
|
5483 |
msgstr ""
|
5484 |
|
5485 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1092
|
5486 |
+
msgid "WeChat authentication failed (code does not exist)."
|
5487 |
msgstr ""
|
5488 |
|
5489 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1089
|
5490 |
+
msgid "WeChat authentication failed (OAuth state does not exist)."
|
5491 |
msgstr ""
|
5492 |
|
5493 |
+
#: options/class.WpdiscuzOptions.php:3701
|
5494 |
+
msgid "WeChat Login Button"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
+
#: options/class.WpdiscuzOptions.php:3715
|
5498 |
+
msgid "WeChat Secret"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: options/class.WpdiscuzOptions.php:3687
|
5502 |
+
msgid "Weibo App Key"
|
|
|
|
|
5503 |
msgstr ""
|
5504 |
|
5505 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1249
|
5506 |
+
msgid "Weibo App Key and App Secret required."
|
5507 |
msgstr ""
|
5508 |
|
5509 |
+
#: options/class.WpdiscuzOptions.php:3694
|
5510 |
+
msgid "Weibo App Secret"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1303
|
5514 |
+
msgid "Weibo authentication failed (access_token does not exist)."
|
5515 |
msgstr ""
|
5516 |
|
5517 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1283
|
5518 |
+
msgid "Weibo authentication failed (code does not exist)."
|
5519 |
msgstr ""
|
5520 |
|
5521 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1280
|
5522 |
+
msgid "Weibo authentication failed (OAuth state does not exist)."
|
5523 |
msgstr ""
|
5524 |
|
5525 |
+
#: options/class.WpdiscuzOptions.php:3680
|
5526 |
+
msgid "Weibo Login Button"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
+
#: options/html-dashboard.php:12
|
5530 |
+
msgid "Welcome to wpDiscuz 7"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
+
#: utils/deactivation-reason-modal.php:25
|
5534 |
+
msgid "What kind of problems do you have?"
|
5535 |
msgstr ""
|
5536 |
|
5537 |
+
#: utils/deactivation-reason-modal.php:83
|
5538 |
msgid "What part of design you don't like or want to change?"
|
5539 |
msgstr ""
|
5540 |
|
5541 |
#: utils/deactivation-reason-modal.php:47
|
5542 |
+
#: utils/deactivation-reason-modal.php:65
|
5543 |
+
msgid "What type of features you want to be in the plugin?"
|
5544 |
msgstr ""
|
5545 |
|
5546 |
+
#: options/html-dashboard.php:30
|
5547 |
+
msgid "What's New"
|
|
|
|
|
5548 |
msgstr ""
|
5549 |
|
5550 |
+
#: options/class.WpdiscuzOptions.php:3631
|
5551 |
+
msgid "WhatsApp Share Button"
|
5552 |
msgstr ""
|
5553 |
|
5554 |
+
#: options/class.WpdiscuzOptions.php:428
|
5555 |
+
msgid ""
|
5556 |
+
"When you login first time using a Social Login button, we collect your "
|
5557 |
+
"account public profile information shared by Social Login provider, based on "
|
5558 |
+
"your privacy settings. We also get your email address to automatically "
|
5559 |
+
"create an account for you in our website. Once your account is created, "
|
5560 |
+
"you'll be logged-in to this account."
|
5561 |
msgstr ""
|
5562 |
|
5563 |
+
#: options/options-layouts/html-content.php:245
|
5564 |
+
msgid "Width (px)"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
+
#: options/class.WpdiscuzOptions.php:3575
|
5568 |
+
msgid "WordPress Client ID"
|
5569 |
msgstr ""
|
5570 |
|
5571 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:583
|
5572 |
+
msgid "Wordpress Client ID and Client Secret required."
|
5573 |
msgstr ""
|
5574 |
|
5575 |
+
#: options/class.WpdiscuzOptions.php:3582
|
5576 |
+
msgid "WordPress Client Secret"
|
5577 |
msgstr ""
|
5578 |
|
5579 |
+
#: options/options-layouts/html-moderation.php:10
|
5580 |
+
#, php-format
|
5581 |
+
msgid ""
|
5582 |
+
"WordPress has already all necessary tools to moderate commends. You can "
|
5583 |
+
"approve, unapprove, mark as spam, delete and do other things with comments "
|
5584 |
+
"in WordPress Dashboard > Comments admin page. <br><br>On front-end you can "
|
5585 |
+
"only edit, close and stick comments. In case you want to have all moderation "
|
5586 |
+
"options on front-end, we recommend checkout %s addon. Besides the comment "
|
5587 |
+
"editing, closing and sticking options, here you can limit users commenting "
|
5588 |
+
"activity. You can set max number of comments per user per post or sitewide, "
|
5589 |
+
"allow them only comment or only reply."
|
5590 |
msgstr ""
|
5591 |
|
5592 |
+
#: options/class.WpdiscuzOptions.php:3568
|
5593 |
+
msgid "WordPress Login Button"
|
5594 |
msgstr ""
|
5595 |
|
5596 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:635
|
5597 |
+
msgid "Wordpress.com authentication failed (access_token does not exist)."
|
5598 |
msgstr ""
|
5599 |
|
5600 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:614
|
5601 |
+
msgid "Wordpress.com authentication failed (OAuth code does not exist)."
|
5602 |
msgstr ""
|
5603 |
|
5604 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:611
|
5605 |
+
msgid "Wordpress.com authentication failed (OAuth state does not exist)."
|
5606 |
msgstr ""
|
5607 |
|
5608 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:647
|
5609 |
+
msgid "Wordpress.com authentication failed (user_id does not exist)."
|
|
|
|
|
|
|
|
|
|
|
|
|
5610 |
msgstr ""
|
5611 |
|
5612 |
+
#: utils/class.WpdiscuzHelper.php:1217 utils/class.WpdiscuzHelper.php:1256
|
5613 |
+
msgid "Working..."
|
|
|
|
|
|
|
|
|
5614 |
msgstr ""
|
5615 |
|
5616 |
+
#: options/phrases-layouts/phrases-general.php:55
|
5617 |
+
msgid "Would love your thoughts, please comment"
|
5618 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5619 |
|
5620 |
+
#: options/class.WpdiscuzOptions.php:485
|
5621 |
+
msgid "Would love your thoughts, please comment."
|
5622 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5623 |
|
5624 |
+
#. Plugin Name of the plugin/theme
|
5625 |
+
#: options/html-options.php:21
|
5626 |
+
msgid "wpDiscuz"
|
5627 |
+
msgstr "wpDiscuz"
|
5628 |
|
5629 |
+
#: options/options-layouts/html-thread_layouts.php:11
|
5630 |
+
msgid ""
|
5631 |
+
"wpDiscuz 7 comes with three modern and totally different comment thread "
|
5632 |
+
"layouts. They are called Layout #1, Layout #2 and Layout #3."
|
5633 |
+
msgstr ""
|
5634 |
|
5635 |
+
#: options/html-dashboard.php:16
|
5636 |
+
msgid "wpDiscuz 7 is a revolution in WordPress commenting experience."
|
5637 |
+
msgstr ""
|
|
|
5638 |
|
5639 |
+
#: options/html-addons.php:19
|
5640 |
+
msgid "wpDiscuz Add-ons"
|
5641 |
+
msgstr ""
|
5642 |
|
5643 |
+
#: options/html-addons.php:11 options/html-dashboard.php:243
|
5644 |
+
#: options/html-dashboard.php:245
|
5645 |
+
msgid "wpDiscuz Addons"
|
5646 |
+
msgstr "wpDiscuz إضافات"
|
5647 |
|
5648 |
+
#: options/html-addons.php:79
|
5649 |
+
msgid "wpDiscuz Addons Bundle"
|
5650 |
+
msgstr ""
|
5651 |
|
5652 |
+
#: options/html-dashboard.php:237
|
5653 |
+
msgid "wpDiscuz Addons Support"
|
5654 |
+
msgstr ""
|
5655 |
|
5656 |
+
#: options/class.WpdiscuzOptions.php:2110
|
5657 |
+
msgid ""
|
5658 |
+
"wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
|
5659 |
+
"Adds user reputation and badges based on received likes."
|
5660 |
+
msgstr ""
|
5661 |
|
5662 |
+
#: options/options-layouts/html-subscription.php:10
|
5663 |
+
#, php-format
|
5664 |
+
msgid ""
|
5665 |
+
"wpDiscuz allows users to get all kind of news from your website comment "
|
5666 |
+
"system, such as new comments, new replies, double opt-in subscription, user "
|
5667 |
+
"mentioning, user following and new comments by followed users. You can "
|
5668 |
+
"manage all those options here. All those options are based on email "
|
5669 |
+
"notifications. You can manage email templates in wpDiscuz > Phrases > Email "
|
5670 |
+
"Tab. <br>In wpDiscuz > Dashboard page, you can find a quick overview of user "
|
5671 |
+
"subscriptions. For an advanced subscriptions management tool, please "
|
5672 |
+
"checkout %s addon."
|
5673 |
+
msgstr ""
|
5674 |
|
5675 |
+
#: options/options-layouts/html-form.php:10
|
5676 |
+
#, php-format
|
5677 |
+
msgid ""
|
5678 |
+
"wpDiscuz allows you to customize comment form layout and fields. You can "
|
5679 |
+
"create as much comment forms as you want and attach those to certain post "
|
5680 |
+
"type or page. Please navigate to %s page to manage comment form specific "
|
5681 |
+
"settings."
|
5682 |
+
msgstr ""
|
5683 |
|
5684 |
+
#: options/options-layouts/html-social.php:10
|
5685 |
+
msgid ""
|
5686 |
+
"wpDiscuz comes with built-in social login and share buttons. It includes "
|
5687 |
+
"Facebook, Twitter, Google, Disqus, WordPress.com, VK and OK Social Networks. "
|
5688 |
+
"Here you can configure App IDs and Keys to enable those. Once IDs and Keys "
|
5689 |
+
"are configured you'll see social login buttons on top of the main comment "
|
5690 |
+
"form. Social Login buttons are only available for guests, so make sure "
|
5691 |
+
"you're logged-out before checking those."
|
5692 |
+
msgstr ""
|
5693 |
|
5694 |
+
#: options/html-dashboard.php:91
|
5695 |
+
msgid ""
|
5696 |
+
"wpDiscuz comes with built-in social login and share buttons. It includes "
|
5697 |
+
"Facebook, Twitter, Google, Disqus, WordPress.org, VK and OK Social Networks. "
|
5698 |
+
"You can enable those by managing API Keys in wpDiscuz > Settings > Social "
|
5699 |
+
"Login and Share options."
|
5700 |
+
msgstr ""
|
5701 |
|
5702 |
+
#: options/html-dashboard.php:68
|
5703 |
+
msgid ""
|
5704 |
+
"wpDiscuz comment system design is totally changed. It comes with three nice "
|
5705 |
+
"layouts. You can even choose different layout for different pages. Three "
|
5706 |
+
"attractive, modern and clean layouts are ready to use. You can choose your "
|
5707 |
+
"proffered layout in wpDiscuz > Forms > Edit Comment Forms screen. Once the "
|
5708 |
+
"layout is changed, don't forget to delete all caches. Comment layouts are "
|
5709 |
+
"called simply «Layout #1», «Layout #2», «"
|
5710 |
+
"Layout #3»."
|
5711 |
+
msgstr ""
|
5712 |
|
5713 |
+
#: options/html-dashboard.php:235
|
5714 |
+
msgid "wpDiscuz Demo"
|
5715 |
+
msgstr ""
|
5716 |
|
5717 |
+
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:36
|
5718 |
+
msgid "wpDiscuz Fields Data"
|
5719 |
+
msgstr ""
|
5720 |
|
5721 |
+
#: options/html-phrases.php:10
|
5722 |
+
msgid "wpDiscuz Front-end Phrases"
|
5723 |
+
msgstr "wpDiscuz Front-end عبارات"
|
5724 |
|
5725 |
+
#: options/class.WpdiscuzOptions.php:4146
|
5726 |
+
msgid ""
|
5727 |
+
"wpDiscuz is the only comment plugin which allows you to subscribe to certain "
|
5728 |
+
"comment replies. This option is located above [Post Comment] button in "
|
5729 |
+
"comment form. You can disable this subscription way by unchecking this "
|
5730 |
+
"option."
|
5731 |
+
msgstr ""
|
5732 |
+
"wpDiscuz هي الإضافة الوحيدة التي تمكنك من الاشتراك لاستلام تنبيهات عن "
|
5733 |
+
"الردود على تعليقات محددة. هذا الخيار موجود أعلى زر [Post Comment] في استمارة "
|
5734 |
+
"التعليق. بإمكانك تعطيل الاشتراك بهذه الطريقة عبر إلغاء تفعيل هذا الخيار."
|
5735 |
|
5736 |
+
#: options/class.WpdiscuzOptions.php:4410
|
5737 |
+
msgid ""
|
5738 |
+
"wpDiscuz live update is very light and doesn't overload your server. However "
|
5739 |
+
"we recommend to monitor your server resources if you're on a Shared hosting "
|
5740 |
+
"plan. There are some very weak hosting plans which may not be able to "
|
5741 |
+
"perform very frequently live update requests. If you found some issue you "
|
5742 |
+
"can set the option below 30 seconds or more."
|
5743 |
+
msgstr ""
|
5744 |
|
5745 |
+
#: options/class.WpdiscuzOptions.php:4521
|
5746 |
+
msgid ""
|
5747 |
+
"wpDiscuz phrase system allows you to translate all front-end phrases. "
|
5748 |
+
"However if you have a multi-language website it'll not allow you to add more "
|
5749 |
+
"than one language translation. The only way to get it is the plugin "
|
5750 |
+
"translation files (.PO / .MO). If wpDiscuz has the languages you need you "
|
5751 |
+
"should check this option to disable phrase system and it'll automatically "
|
5752 |
+
"translate all phrases based on language files according to current language."
|
5753 |
+
msgstr ""
|
5754 |
+
"نظام العبارات الخاص بـ wpDiscuz يسمح لك بترجمة جميع العبارات الظاهرة. لكن, "
|
5755 |
+
"إذا كان لديك موقع يحتوي على عدة لغات, لن يقوم بالسماح لك بإضافة أكثر من لغة. "
|
5756 |
+
"الطريقة الوحيدة للحصول عليه هو عبر ملفات الترجمة الخاصة بالإضافة (.PO / .MO)"
|
5757 |
+
". إذا كان wpDiscuz يحتوي على اللغة التي تريد, قم بتحديد هذا الخيار لتعطيل "
|
5758 |
+
"نظام العبارات, وسيقوم بشكل تلقائي بترجمة جميع العبارات بناء على ملفات اللغة "
|
5759 |
+
"وفقاً للغة الحالية."
|
5760 |
|
5761 |
+
#: options/html-dashboard.php:238
|
5762 |
+
msgid "wpDiscuz Plugin Page"
|
5763 |
+
msgstr ""
|
5764 |
|
5765 |
+
#: options/class.WpdiscuzOptions.php:4507
|
5766 |
+
msgid ""
|
5767 |
+
"wpDiscuz shows Human Readable date format. If you check this option it'll "
|
5768 |
+
"show the date/time format set in WordPress General Settings."
|
5769 |
+
msgstr ""
|
5770 |
+
"يقوم wpDiscuz بتنسيق البيانات بشكل مقروء. إذا قمت بتحديد هذا الاختيار, سيقوم "
|
5771 |
+
"بعرض بيانات الوقت والتاريخ بالشكل الذي قمت بتحديده في إعدادات الووردبريس."
|
5772 |
|
5773 |
+
#: options/html-dashboard.php:236
|
5774 |
+
msgid "wpDiscuz Support"
|
5775 |
+
msgstr ""
|
5776 |
|
5777 |
+
#: options/html-tools.php:21
|
5778 |
+
msgid "wpDiscuz Tools"
|
5779 |
+
msgstr "wpDiscuz أدوات"
|
5780 |
|
5781 |
+
#: options/class.WpdiscuzOptions.php:3252
|
5782 |
+
msgid ""
|
5783 |
+
"wpDiscuz uses WordPress functions to keep guest Name, Email and Website "
|
5784 |
+
"information in cookies. Those are used to fill according fields of comment "
|
5785 |
+
"form on next commenting time. Set this option value -1 to make it unlimited. "
|
5786 |
+
"Set this option value 0 to clear those data when user closes browser."
|
5787 |
+
msgstr ""
|
5788 |
|
5789 |
+
#: options/class.WpdiscuzOptions.php:2133
|
5790 |
+
msgid "wpDiscuz Widgets"
|
5791 |
+
msgstr ""
|
5792 |
|
5793 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:933
|
5794 |
+
msgid "Yandex authentication failed (access_token does not exist)."
|
5795 |
+
msgstr ""
|
5796 |
|
5797 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:913
|
5798 |
+
msgid "Yandex authentication failed (code does not exist)."
|
5799 |
+
msgstr ""
|
5800 |
|
5801 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:910
|
5802 |
+
msgid "Yandex authentication failed (OAuth state does not exist)."
|
5803 |
+
msgstr ""
|
|
|
5804 |
|
5805 |
+
#: options/class.WpdiscuzOptions.php:3645
|
5806 |
+
msgid "Yandex ID"
|
5807 |
+
msgstr ""
|
5808 |
|
5809 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:880
|
5810 |
+
msgid "Yandex ID and Password required."
|
5811 |
+
msgstr ""
|
5812 |
|
5813 |
+
#: options/class.WpdiscuzOptions.php:3638
|
5814 |
+
msgid "Yandex Login Button"
|
5815 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5816 |
|
5817 |
+
#: options/class.WpdiscuzOptions.php:3652
|
5818 |
+
msgid "Yandex Password"
|
5819 |
+
msgstr ""
|
5820 |
|
5821 |
+
#: options/phrases-layouts/phrases-datetime.php:11
|
5822 |
+
msgid "Year"
|
5823 |
+
msgstr "السنة"
|
5824 |
|
5825 |
+
#: options/class.WpdiscuzOptions.php:370
|
5826 |
+
msgid "year"
|
5827 |
+
msgstr "سنة"
|
5828 |
|
5829 |
+
#: options/class.WpdiscuzOptions.php:371
|
5830 |
+
msgid "years"
|
5831 |
+
msgstr "سنوات"
|
5832 |
|
5833 |
+
#: options/phrases-layouts/phrases-datetime.php:15
|
5834 |
+
msgid "Years (Plural Form)"
|
5835 |
+
msgstr "السنوات (صيغة الجمع)"
|
5836 |
|
5837 |
+
#: forms/wpdFormAttr/Form.php:1041 forms/wpdFormAttr/Form.php:1075
|
5838 |
+
#: forms/wpdFormAttr/Form.php:1086 forms/wpdFormAttr/Form.php:1098
|
5839 |
+
#: forms/wpdFormAttr/Form.php:1230 forms/wpdFormAttr/Form.php:1252
|
5840 |
+
msgid "Yes"
|
5841 |
+
msgstr ""
|
5842 |
|
5843 |
+
#: options/class.WpdiscuzOptions.php:385
|
5844 |
+
msgid "You are logged in as"
|
5845 |
+
msgstr "تم تسجيل دخولك باسم"
|
5846 |
|
5847 |
+
#: options/class.WpdiscuzOptions.php:398
|
5848 |
+
msgid "You are not allowed to vote for this comment"
|
5849 |
+
msgstr "التصويت غير مسموح على هذا التعليق"
|
5850 |
|
5851 |
+
#: options/phrases-layouts/phrases-error.php:35
|
5852 |
+
msgid "You are not allowed to vote for this comment (Voting from same IP)"
|
5853 |
+
msgstr "التصويت على هذا التعليق غير مسموح (التصويت من نفس الـ IP)"
|
5854 |
|
5855 |
+
#: options/options-layouts/html-inline.php:11
|
5856 |
+
msgid ""
|
5857 |
+
"You can add Inline Feedback button in post content using «"
|
5858 |
+
"Comment» button on post editor toolbar."
|
5859 |
+
msgstr ""
|
5860 |
|
5861 |
+
#: options/class.WpdiscuzOptions.php:2092
|
5862 |
+
msgid ""
|
5863 |
+
"You can add more emotions to your comments using wpDiscuz Emoticons addon."
|
5864 |
+
msgstr ""
|
5865 |
|
5866 |
+
#: options/class.WpdiscuzOptions.php:2086
|
5867 |
+
msgid ""
|
5868 |
+
"You can create custom comment forms with wpDiscuz. wpDiscuz 4 comes with "
|
5869 |
+
"custom comment forms and fields. You can create custom comment forms for "
|
5870 |
+
"each post type, each form can beceated with different form fields, for "
|
5871 |
+
"eaxample: text, dropdown, rating, checkboxes, etc..."
|
5872 |
+
msgstr ""
|
5873 |
|
5874 |
+
#: options/options-layouts/html-live.php:12
|
5875 |
+
msgid ""
|
5876 |
+
"You can enabled comments live update without the Bubble too. There is a "
|
5877 |
+
"separate live update option to keep comment list real-time updating."
|
5878 |
+
msgstr ""
|
5879 |
|
5880 |
+
#: options/class.WpdiscuzOptions.php:2128
|
5881 |
+
msgid ""
|
5882 |
+
"You can let website visitor search in comments. It's always more attractive "
|
5883 |
+
"to find a comment about something that interest you. Using wpDiscuz Comment "
|
5884 |
+
"Search addon you'll get a nice, AJAX powered front-end comment search form "
|
5885 |
+
"above comment list."
|
5886 |
+
msgstr ""
|
5887 |
|
5888 |
+
#: options/class.WpdiscuzOptions.php:2146
|
5889 |
+
msgid ""
|
5890 |
+
"You can let website visitors attach images and files to comments and embed "
|
5891 |
+
"video/audio content using wpDiscuz Media Uploader addon."
|
5892 |
+
msgstr ""
|
5893 |
|
5894 |
+
#: options/class.WpdiscuzOptions.php:3920
|
5895 |
+
msgid ""
|
5896 |
+
"You can manage the number of comments for [Load more] option in Settings > "
|
5897 |
+
"Discussion page, using \"Break comments into pages with [X] top level "
|
5898 |
+
"comments per page\" option. To show the default Wordpress comment pagination "
|
5899 |
+
"you should enable the checkbox on beginning of the same option."
|
5900 |
+
msgstr ""
|
5901 |
|
5902 |
+
#: options/class.WpdiscuzOptions.php:2140
|
5903 |
+
msgid ""
|
5904 |
+
"You can moderate comments on front-end using all in one powerful yet simple "
|
5905 |
+
"wpDiscuz Frontend Moderation addon."
|
5906 |
+
msgstr ""
|
5907 |
|
5908 |
+
#: forms/wpDiscuzForm.php:229
|
5909 |
+
msgid "You can not delete default field."
|
5910 |
+
msgstr ""
|
5911 |
|
5912 |
+
#: options/class.WpdiscuzOptions.php:4330
|
5913 |
+
msgid ""
|
5914 |
+
"You can not set this value more than 'upload_max_filesize' and "
|
5915 |
+
"'post_max_size'. If you want to increase server parameters please contact to "
|
5916 |
+
"your hosting service support."
|
5917 |
+
msgstr ""
|
5918 |
|
5919 |
+
#: options/options-layouts/html-thread_layouts.php:29
|
5920 |
+
#, php-format
|
5921 |
+
msgid ""
|
5922 |
+
"You can select different comment thread layout for different comment forms "
|
5923 |
+
"in %s"
|
5924 |
+
msgstr ""
|
5925 |
|
5926 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:22
|
5927 |
+
msgid ""
|
5928 |
+
"You can use HTML tags to add links to website Terms and Privacy Policy pages."
|
5929 |
+
" For example: "
|
5930 |
+
msgstr ""
|
5931 |
|
5932 |
+
#: forms/wpdFormAttr/Form.php:1167
|
5933 |
+
msgid ""
|
5934 |
+
"You can use this form for certain posts/pages specified by comma separated "
|
5935 |
+
"IDs."
|
5936 |
+
msgstr ""
|
5937 |
|
5938 |
+
#: options/phrases-layouts/phrases-error.php:23
|
5939 |
+
msgid "You can vote only 1 time"
|
5940 |
+
msgstr "بإمكانك التصويت مرة واحدة فقط"
|
5941 |
|
5942 |
+
#: options/class.WpdiscuzOptions.php:503
|
5943 |
+
#: options/phrases-layouts/phrases-general.php:127
|
5944 |
+
msgid "You cancel all your follows successfully"
|
5945 |
+
msgstr ""
|
5946 |
|
5947 |
+
#: options/class.WpdiscuzOptions.php:502
|
5948 |
+
#: options/phrases-layouts/phrases-general.php:123
|
5949 |
+
msgid "You cancel all your subscriptions successfully"
|
5950 |
+
msgstr ""
|
5951 |
|
5952 |
+
#: options/class.WpdiscuzOptions.php:513
|
5953 |
+
#: options/phrases-layouts/phrases-general.php:167
|
5954 |
+
msgid "You cannot rate again"
|
5955 |
+
msgstr ""
|
5956 |
|
5957 |
+
#: options/class.WpdiscuzOptions.php:397
|
5958 |
+
msgid "You cannot vote for your comment"
|
5959 |
+
msgstr "لا يمكنك التصويت على التعليق الخاص بك"
|
5960 |
|
5961 |
+
#: options/phrases-layouts/phrases-error.php:31
|
5962 |
+
msgid "You Cannot Vote On Your Comment"
|
5963 |
+
msgstr "لا تستطيع التصويت على التعليق الخاص بك"
|
5964 |
|
5965 |
+
#: forms/wpDiscuzForm.php:115
|
5966 |
+
msgid "You did not create any forms yet"
|
5967 |
+
msgstr ""
|
5968 |
|
5969 |
+
#: options/class.WpdiscuzOptions.php:1164
|
5970 |
+
msgid "You do not have sufficient permissions to perform this action"
|
5971 |
+
msgstr ""
|
5972 |
|
5973 |
+
#: options/class.WpdiscuzOptions.php:475
|
5974 |
+
msgid "You have been mentioned in comment"
|
5975 |
+
msgstr ""
|
5976 |
|
5977 |
+
#: options/options-layouts/html-rating.php:10
|
5978 |
+
msgid ""
|
5979 |
+
"You have two ways to add Post Rating for your blog posts and articles. The "
|
5980 |
+
"first, comment independent type is enabled by default and appears on top of "
|
5981 |
+
"comment section. It allows people rate your articles without leaving "
|
5982 |
+
"comments. "
|
5983 |
+
msgstr ""
|
5984 |
|
5985 |
+
#: options/class.WpdiscuzOptions.php:384
|
5986 |
+
#: options/phrases-layouts/phrases-notification.php:38
|
5987 |
+
msgid "You must be"
|
5988 |
+
msgstr "يجب أن تكون"
|
5989 |
|
5990 |
+
#: options/class.WpdiscuzOptions.php:396
|
5991 |
+
msgid "You Must Be Logged In To Vote"
|
5992 |
+
msgstr "يجب أن تقوم بتسجيل الدخول للتصويت"
|
5993 |
|
5994 |
+
#: forms/wpDiscuzForm.php:230
|
5995 |
+
msgid "You really want to delete this item ?"
|
5996 |
+
msgstr ""
|
5997 |
|
5998 |
+
#: options/class.WpdiscuzOptions.php:462
|
5999 |
+
#: options/phrases-layouts/phrases-follow.php:19
|
6000 |
+
msgid "You started following this comment author"
|
6001 |
+
msgstr ""
|
6002 |
|
6003 |
+
#: options/phrases-layouts/phrases-follow.php:23
|
6004 |
+
msgid "You stopped following this comment author"
|
6005 |
+
msgstr ""
|
6006 |
|
6007 |
+
#: options/class.WpdiscuzOptions.php:463
|
6008 |
+
msgid "You stopped following this comment author."
|
6009 |
+
msgstr ""
|
6010 |
|
6011 |
+
#: options/class.WpdiscuzOptions.php:514
|
6012 |
+
#: options/phrases-layouts/phrases-general.php:171
|
6013 |
+
msgid "You're not allowed to rate here"
|
6014 |
+
msgstr ""
|
6015 |
|
6016 |
+
#: options/class.WpdiscuzOptions.php:358
|
6017 |
+
msgid "You're subscribed for new follow-up comments on this post"
|
6018 |
+
msgstr "تم الاشتراك في التنبيهات للتعليقات الجديدة على هذا الموضوع"
|
6019 |
|
6020 |
+
#: options/class.WpdiscuzOptions.php:357
|
6021 |
+
msgid "You're subscribed for new replies on all your comments"
|
6022 |
+
msgstr "تم الاشتراك في التنبيهات للردود الجديدة على جميع تعليقاتك"
|
6023 |
|
6024 |
+
#: options/class.WpdiscuzOptions.php:356
|
6025 |
+
msgid "You're subscribed for new replies on this comment"
|
6026 |
+
msgstr "تم الاشتراك في التنبيهات للردود الجديدة على هذا التعليق"
|
6027 |
|
6028 |
+
#: options/class.WpdiscuzOptions.php:413
|
6029 |
+
#: options/phrases-layouts/phrases-notification.php:11
|
6030 |
+
msgid "You're subscribed to"
|
6031 |
+
msgstr "أنت مشتراك مع"
|
6032 |
|
6033 |
+
#: options/class.WpdiscuzOptions.php:394
|
6034 |
+
msgid "You've already voted for this comment"
|
6035 |
+
msgstr "تم التصويت على هذا التعليق سابقاً"
|
6036 |
|
6037 |
+
#: options/class.WpdiscuzOptions.php:404
|
6038 |
+
msgid "You've not made any changes"
|
6039 |
+
msgstr "لم تقم بإحداث أي تغييرات"
|
6040 |
|
6041 |
+
#: options/class.WpdiscuzOptions.php:364
|
6042 |
+
#: options/phrases-layouts/phrases-email.php:188
|
6043 |
+
msgid "You've successfully confirmed your subscription."
|
6044 |
+
msgstr "تم بنجاح تأكيد الاشتراك في التنبيهات"
|
6045 |
|
6046 |
+
#: options/class.WpdiscuzOptions.php:362
|
6047 |
+
#: options/phrases-layouts/phrases-notification.php:15
|
6048 |
+
msgid "You've successfully subscribed."
|
6049 |
+
msgstr "تم بنجاح الاشتراك في التنبيهات"
|
6050 |
|
6051 |
+
#: options/class.WpdiscuzOptions.php:361
|
6052 |
+
#: options/phrases-layouts/phrases-notification.php:19
|
6053 |
+
msgid "You've successfully unsubscribed."
|
6054 |
+
msgstr "تم بنجاح إلغاء الاشتراك في التنبيهات"
|
6055 |
|
6056 |
+
#: options/class.WpdiscuzOptions.php:492
|
6057 |
+
#: options/phrases-layouts/phrases-general.php:83
|
6058 |
+
msgid "Your comment here..."
|
6059 |
+
msgstr ""
|
6060 |
|
6061 |
+
#: options/class.WpdiscuzOptions.php:416
|
6062 |
+
msgid "Your comment is approved!"
|
6063 |
+
msgstr ""
|
6064 |
|
6065 |
+
#: options/class.WpdiscuzOptions.php:501
|
6066 |
+
#: options/phrases-layouts/phrases-general.php:119
|
6067 |
+
msgid "Your comments have been deleted from database"
|
6068 |
+
msgstr ""
|
6069 |
|
6070 |
+
#: options/html-options.php:129
|
6071 |
+
msgid ""
|
6072 |
+
"Your customized wpDiscuz template files are no longer compatible with "
|
6073 |
+
"wpDiscuz 7. This is a doable major version update (from 5.x to 7.x) with "
|
6074 |
+
"totally redesigned comment system and template files. You can do the same "
|
6075 |
+
"customization on the new wpDiscuz 7 template files with the same upgrade-"
|
6076 |
+
"safe way in case the new comment layouts don't fit your needs. Please find "
|
6077 |
+
"those below."
|
6078 |
+
msgstr ""
|
6079 |
|
6080 |
+
#: options/class.WpdiscuzOptions.php:495
|
6081 |
+
#: options/phrases-layouts/phrases-general.php:95
|
6082 |
+
msgid "Your Email"
|
6083 |
+
msgstr ""
|
6084 |
|
6085 |
+
#: options/class.WpdiscuzOptions.php:494
|
6086 |
+
#: options/phrases-layouts/phrases-general.php:91
|
6087 |
+
msgid "Your Name*"
|
6088 |
+
msgstr ""
|
|
|
|
|
6089 |
|
6090 |
+
#: class.WpdiscuzCore.php:2100
|
6091 |
+
msgid "Your Question to Readers"
|
6092 |
+
msgstr ""
|
languages/wpdiscuz-de_DE.mo
CHANGED
Binary file
|
languages/wpdiscuz-de_DE.po
CHANGED
@@ -2,15 +2,15 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpDiscuz\n"
|
4 |
"POT-Creation-Date: 2020-12-06 21:22+0400\n"
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: scysys <scysys@outlook.com>\n"
|
7 |
-
"Language-Team: \n"
|
8 |
"Language: de_DE\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
13 |
-
"X-Generator:
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -20,153 +20,121 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#:
|
24 |
-
msgid "
|
25 |
-
msgstr "
|
26 |
-
|
27 |
-
#: class.WpdiscuzCore.php:260
|
28 |
-
msgid "Every 48 hours"
|
29 |
-
msgstr "Alle 48 Stunden"
|
30 |
|
31 |
-
#:
|
32 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
33 |
msgstr ""
|
34 |
|
35 |
-
#:
|
36 |
-
|
37 |
-
|
38 |
-
msgstr "Einstellungen"
|
39 |
-
|
40 |
-
#: class.WpdiscuzCore.php:963 class.WpdiscuzCore.php:1464
|
41 |
-
msgid "Phrases"
|
42 |
-
msgstr "Übersetzungen"
|
43 |
-
|
44 |
-
#: class.WpdiscuzCore.php:968
|
45 |
-
msgid "Tools"
|
46 |
-
msgstr "Werkzeuge"
|
47 |
-
|
48 |
-
#: class.WpdiscuzCore.php:972 options/html-options.php:26
|
49 |
-
msgid "Addons"
|
50 |
-
msgstr "Erweiterungen"
|
51 |
|
52 |
-
#:
|
53 |
-
msgid "
|
54 |
-
msgstr "
|
55 |
|
56 |
-
#: class.
|
57 |
-
msgid "
|
58 |
msgstr ""
|
59 |
|
60 |
-
|
61 |
-
msgid "
|
62 |
-
|
63 |
-
|
64 |
-
#: class.WpdiscuzCore.php:999
|
65 |
-
msgid "Do you really want to reset phrases?"
|
66 |
-
msgstr "Möchten Sie wirklich die Phrasen zurücksetzen?"
|
67 |
-
|
68 |
-
#: class.WpdiscuzCore.php:1000
|
69 |
-
msgid "Do you really want to delet this attachment?"
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: class.
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
msgid "Please check one of reasons before sending feedback!"
|
78 |
-
msgstr "Bitte überprüfen Sie einen der Gründe, bevor Sie ein Feedback senden!"
|
79 |
|
80 |
-
#: class.
|
81 |
-
|
82 |
-
|
|
|
83 |
|
84 |
-
#: class.
|
85 |
-
|
|
|
86 |
msgstr ""
|
87 |
|
88 |
-
#:
|
89 |
-
msgid "
|
90 |
-
msgstr "
|
91 |
|
92 |
-
#:
|
93 |
-
|
94 |
-
|
95 |
-
msgstr "Autor"
|
96 |
|
97 |
-
#:
|
98 |
-
msgid "
|
99 |
-
msgstr ""
|
100 |
|
101 |
-
#: class.
|
102 |
-
msgid "
|
103 |
-
msgstr "
|
104 |
|
105 |
-
#:
|
106 |
-
msgid "
|
107 |
-
msgstr "
|
108 |
|
109 |
-
#:
|
110 |
-
msgid "
|
111 |
-
msgstr ""
|
112 |
|
113 |
-
#: class.
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: class.
|
118 |
msgid ""
|
119 |
-
"A
|
120 |
-
"
|
121 |
-
""Would love your thoughts, please comment on this.""
|
122 |
msgstr ""
|
|
|
|
|
123 |
|
124 |
-
#: class.WpdiscuzCore.php:
|
125 |
-
msgid "
|
|
|
|
|
|
|
126 |
msgstr ""
|
127 |
|
128 |
-
#:
|
129 |
-
msgid "
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: class.
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
"button animates with comment button size and color changes attracting "
|
137 |
-
"readers attention. Readers click on the button and open your question with "
|
138 |
-
"feedback form. Using this option you can keep opened the feedback form. "
|
139 |
-
"Readers can close it using [x] button."
|
140 |
-
msgstr ""
|
141 |
|
142 |
-
#:
|
143 |
-
msgid "
|
144 |
-
msgstr ""
|
145 |
|
146 |
-
#:
|
147 |
-
msgid "
|
148 |
-
msgstr ""
|
149 |
|
150 |
-
#:
|
151 |
-
msgid "Add Inline
|
152 |
msgstr ""
|
153 |
|
154 |
-
#:
|
155 |
-
msgid "
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: forms/wpDiscuzForm.php:102
|
159 |
-
msgid "Invalid Data !!!"
|
160 |
-
msgstr "Ungültige Daten !!!"
|
161 |
-
|
162 |
-
#: forms/wpDiscuzForm.php:110 forms/wpDiscuzForm.php:159
|
163 |
-
msgid "Forms"
|
164 |
-
msgstr "Formulare"
|
165 |
-
|
166 |
-
#: forms/wpDiscuzForm.php:111 options/html-phrases.php:20
|
167 |
-
msgid "Form"
|
168 |
-
msgstr "Formular"
|
169 |
-
|
170 |
#: forms/wpDiscuzForm.php:112
|
171 |
msgid "Add New"
|
172 |
msgstr "Neu hinzufügen"
|
@@ -175,3700 +143,3023 @@ msgstr "Neu hinzufügen"
|
|
175 |
msgid "Add New Form"
|
176 |
msgstr "Neues Formular hinzufügen"
|
177 |
|
178 |
-
#: forms/
|
179 |
-
msgid "
|
180 |
-
msgstr "
|
181 |
|
182 |
-
#: forms/
|
183 |
-
msgid "
|
184 |
-
msgstr "
|
185 |
|
186 |
-
#:
|
187 |
-
|
188 |
-
|
|
|
189 |
|
190 |
-
#:
|
191 |
-
msgid "
|
192 |
-
msgstr "
|
193 |
|
194 |
-
#:
|
195 |
-
msgid "
|
196 |
-
msgstr "
|
197 |
|
198 |
-
#:
|
199 |
-
msgid "
|
200 |
-
|
|
|
|
|
201 |
|
202 |
-
#:
|
203 |
-
msgid "
|
204 |
-
|
|
|
|
|
205 |
|
206 |
-
#:
|
207 |
-
msgid "
|
208 |
-
|
|
|
|
|
209 |
|
210 |
-
#:
|
211 |
-
|
212 |
-
|
213 |
-
msgstr "Datum"
|
214 |
|
215 |
-
#:
|
216 |
-
msgid "
|
217 |
-
msgstr "
|
218 |
|
219 |
-
#:
|
220 |
-
msgid "
|
221 |
-
msgstr "
|
222 |
|
223 |
-
#: forms/
|
224 |
-
#: forms/wpdFormAttr/
|
225 |
-
|
226 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
-
#:
|
229 |
-
msgid "
|
230 |
-
|
|
|
|
|
|
|
|
|
|
|
231 |
|
232 |
-
#:
|
233 |
-
msgid "
|
234 |
-
msgstr "
|
235 |
|
236 |
-
#:
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
|
|
|
|
|
|
241 |
|
242 |
-
#:
|
243 |
-
|
244 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
-
#:
|
247 |
-
msgid "
|
248 |
-
msgstr "
|
249 |
-
|
250 |
-
#: forms/wpDiscuzForm.php:237
|
251 |
-
msgid "Permission Denied !!!"
|
252 |
-
msgstr "Berechtigung verweigert !!!"
|
253 |
-
|
254 |
-
#: forms/wpDiscuzForm.php:258 forms/wpdFormAttr/Form.php:956
|
255 |
-
#: forms/wpdFormAttr/html/admin-form-fields-list.php:18
|
256 |
-
msgid "Custom Fields"
|
257 |
-
msgstr "Benutzerdefinierte Felder"
|
258 |
-
|
259 |
-
#: forms/wpDiscuzForm.php:318
|
260 |
-
msgid "Custom CSS"
|
261 |
-
msgstr "Benutzerdefiniertes CSS"
|
262 |
-
|
263 |
-
#: forms/wpDiscuzForm.php:373
|
264 |
-
msgid "Default Form"
|
265 |
-
msgstr "Standardformular"
|
266 |
-
|
267 |
-
#: forms/wpDiscuzForm.php:406 forms/wpdFormAttr/Form.php:118
|
268 |
-
#: forms/wpdFormAttr/Form.php:1072 options/html-phrases.php:21
|
269 |
-
#: options/options-layouts/html-moderation.php:133
|
270 |
-
msgid "Comment"
|
271 |
-
msgstr "Kommentar"
|
272 |
-
|
273 |
-
#: forms/wpDiscuzForm.php:407 forms/wpdFormAttr/Form.php:126
|
274 |
-
#: forms/wpdFormAttr/Form.php:1083
|
275 |
-
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:82
|
276 |
-
#: utils/class.WpdiscuzHelperAjax.php:945
|
277 |
-
msgid "Comments"
|
278 |
-
msgstr ""
|
279 |
-
|
280 |
-
#: forms/wpDiscuzForm.php:414 forms/wpdFormAttr/Form.php:178
|
281 |
-
#: forms/wpdFormAttr/Form.php:621 forms/wpdFormAttr/Form.php:1195
|
282 |
-
msgid "Article Rating"
|
283 |
-
msgstr ""
|
284 |
-
|
285 |
-
#: forms/wpDiscuzForm.php:434 forms/wpdFormAttr/Field/AgreementCheckbox.php:12
|
286 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:12
|
287 |
-
#: forms/wpdFormAttr/Field/ColorField.php:12
|
288 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:14
|
289 |
-
#: forms/wpdFormAttr/Field/DateField.php:12
|
290 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:19
|
291 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:18
|
292 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:67
|
293 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:18
|
294 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:18
|
295 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:12
|
296 |
-
#: forms/wpdFormAttr/Field/NumberField.php:12
|
297 |
-
#: forms/wpdFormAttr/Field/RadioField.php:12
|
298 |
-
#: forms/wpdFormAttr/Field/RatingField.php:12
|
299 |
-
#: forms/wpdFormAttr/Field/SelectField.php:12
|
300 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:12
|
301 |
-
#: forms/wpdFormAttr/Field/TextField.php:12
|
302 |
-
#: forms/wpdFormAttr/Field/UrlField.php:12 forms/wpdFormAttr/Form.php:1286
|
303 |
-
msgid "Name"
|
304 |
-
msgstr "Name"
|
305 |
-
|
306 |
-
#: forms/wpDiscuzForm.php:436 forms/wpdFormAttr/Field/DefaultField/Email.php:67
|
307 |
-
#: forms/wpdFormAttr/Form.php:1293 options/class.WpdiscuzOptions.php:331
|
308 |
-
#: options/html-phrases.php:23
|
309 |
-
msgid "Email"
|
310 |
-
msgstr "E-Mail"
|
311 |
-
|
312 |
-
#: forms/wpDiscuzForm.php:438
|
313 |
-
msgid "WebSite URL"
|
314 |
-
msgstr "URL der Webseite"
|
315 |
-
|
316 |
-
#: forms/wpDiscuzForm.php:441
|
317 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:117
|
318 |
-
#: forms/wpdFormAttr/Form.php:1316
|
319 |
-
msgid "Post Comment"
|
320 |
-
msgstr "Kommentar absenden"
|
321 |
-
|
322 |
-
#: forms/wpDiscuzForm.php:450
|
323 |
-
msgid "Clone Form"
|
324 |
-
msgstr "Formular duplizieren"
|
325 |
-
|
326 |
-
#: forms/wpDiscuzForm.php:462
|
327 |
-
msgid "Clone"
|
328 |
-
msgstr "Duplizieren"
|
329 |
-
|
330 |
-
#: forms/wpDiscuzForm.php:496
|
331 |
-
msgid ""
|
332 |
-
"Comment Form is not detected, please navigate to form manager page to create "
|
333 |
-
"it. "
|
334 |
-
msgstr ""
|
335 |
-
"Kommentar-Formular wird nicht erkannt, navigieren Sie bitte zur Formular-"
|
336 |
-
"Manager-Seite, um sie zu erstellen. "
|
337 |
-
|
338 |
-
#: forms/wpDiscuzForm.php:497
|
339 |
-
msgid "Add Comment Form"
|
340 |
-
msgstr "Kommentar Formular hinzufügen"
|
341 |
-
|
342 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:16
|
343 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:17
|
344 |
-
#: forms/wpdFormAttr/Field/ColorField.php:17
|
345 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:18
|
346 |
-
#: forms/wpdFormAttr/Field/DateField.php:17
|
347 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:24
|
348 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:23
|
349 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:23
|
350 |
-
#: forms/wpdFormAttr/Field/NumberField.php:17
|
351 |
-
#: forms/wpdFormAttr/Field/RadioField.php:17
|
352 |
-
#: forms/wpdFormAttr/Field/RatingField.php:21
|
353 |
-
#: forms/wpdFormAttr/Field/SelectField.php:17
|
354 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:17
|
355 |
-
#: forms/wpdFormAttr/Field/TextField.php:17
|
356 |
-
#: forms/wpdFormAttr/Field/UrlField.php:17
|
357 |
-
msgid "Description"
|
358 |
-
msgstr "Beschreibung"
|
359 |
-
|
360 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:18
|
361 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:19
|
362 |
-
#: forms/wpdFormAttr/Field/ColorField.php:19
|
363 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:20
|
364 |
-
#: forms/wpdFormAttr/Field/DateField.php:19
|
365 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:26
|
366 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:25
|
367 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:25
|
368 |
-
#: forms/wpdFormAttr/Field/NumberField.php:19
|
369 |
-
#: forms/wpdFormAttr/Field/NumberField.php:24
|
370 |
-
#: forms/wpdFormAttr/Field/NumberField.php:29
|
371 |
-
#: forms/wpdFormAttr/Field/RadioField.php:19
|
372 |
-
#: forms/wpdFormAttr/Field/RatingField.php:23
|
373 |
-
#: forms/wpdFormAttr/Field/SelectField.php:19
|
374 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:19
|
375 |
-
#: forms/wpdFormAttr/Field/TextField.php:19
|
376 |
-
#: forms/wpdFormAttr/Field/UrlField.php:19
|
377 |
-
msgid ""
|
378 |
-
"Field specific short description or some rule related to inserted "
|
379 |
-
"information."
|
380 |
-
msgstr ""
|
381 |
-
"Feldspezifische Kurzbeschreibung oder eine Regel in Bezug auf eingefügte "
|
382 |
-
"Informationen."
|
383 |
-
|
384 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:21
|
385 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:23
|
386 |
-
msgid "Checkbox Label"
|
387 |
-
msgstr "CheckBox Beschriftung"
|
388 |
-
|
389 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:22
|
390 |
-
msgid ""
|
391 |
-
"You can use HTML tags to add links to website Terms and Privacy Policy "
|
392 |
-
"pages. For example: "
|
393 |
-
msgstr ""
|
394 |
-
"Sie können HTML-Tags verwenden, um Links zu den Nutzungsbedingungen der "
|
395 |
-
"Website und den Datenschutzrichtlinien hinzuzufügen. Beispielsweise: "
|
396 |
-
|
397 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:28
|
398 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:33
|
399 |
-
#: forms/wpdFormAttr/Field/ColorField.php:29
|
400 |
-
#: forms/wpdFormAttr/Field/DateField.php:29
|
401 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:36
|
402 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:35
|
403 |
-
#: forms/wpdFormAttr/Field/NumberField.php:39
|
404 |
-
#: forms/wpdFormAttr/Field/RadioField.php:33
|
405 |
-
#: forms/wpdFormAttr/Field/RatingField.php:33
|
406 |
-
#: forms/wpdFormAttr/Field/SelectField.php:33
|
407 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:22
|
408 |
-
#: forms/wpdFormAttr/Field/TextField.php:29
|
409 |
-
#: forms/wpdFormAttr/Field/UrlField.php:29
|
410 |
-
msgid "Field is required"
|
411 |
-
msgstr "Feld ist erforderlich"
|
412 |
-
|
413 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:32
|
414 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:37
|
415 |
-
#: forms/wpdFormAttr/Field/ColorField.php:33
|
416 |
-
#: forms/wpdFormAttr/Field/DateField.php:33
|
417 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:21
|
418 |
-
#: forms/wpdFormAttr/Field/NumberField.php:43
|
419 |
-
#: forms/wpdFormAttr/Field/RadioField.php:37
|
420 |
-
#: forms/wpdFormAttr/Field/SelectField.php:37
|
421 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:26
|
422 |
-
#: forms/wpdFormAttr/Field/TextField.php:33
|
423 |
-
#: forms/wpdFormAttr/Field/UrlField.php:33
|
424 |
-
msgid "Display on reply form"
|
425 |
-
msgstr "Auf Antwortformular anzeigen"
|
426 |
-
|
427 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
|
428 |
-
msgid "Display for Guests"
|
429 |
-
msgstr "Anzeige für Gäste"
|
430 |
-
|
431 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
|
432 |
-
msgid "Display for Registered Users"
|
433 |
-
msgstr "Anzeige für registrierte Benutzer"
|
434 |
-
|
435 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
|
436 |
-
msgid "Don't show again if the agreement is accepted once"
|
437 |
-
msgstr "Nicht mehr anzeigen, wenn die Vereinbarung einmal akzeptiert wurde"
|
438 |
-
|
439 |
-
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:101
|
440 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:150
|
441 |
-
#: forms/wpdFormAttr/Field/ColorField.php:113
|
442 |
-
#: forms/wpdFormAttr/Field/DateField.php:113
|
443 |
-
#: forms/wpdFormAttr/Field/NumberField.php:123
|
444 |
-
#: forms/wpdFormAttr/Field/RadioField.php:129
|
445 |
-
#: forms/wpdFormAttr/Field/RatingField.php:129
|
446 |
-
#: forms/wpdFormAttr/Field/SelectField.php:122
|
447 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:95
|
448 |
-
#: forms/wpdFormAttr/Field/TextField.php:107
|
449 |
-
#: forms/wpdFormAttr/Field/UrlField.php:117
|
450 |
-
msgid "field is required!"
|
451 |
-
msgstr "Dieses Feld ist ein Pflichtfeld!"
|
452 |
-
|
453 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:14
|
454 |
-
#: forms/wpdFormAttr/Field/ColorField.php:14
|
455 |
-
#: forms/wpdFormAttr/Field/DateField.php:14
|
456 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:21
|
457 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:20
|
458 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:20
|
459 |
-
#: forms/wpdFormAttr/Field/NumberField.php:14
|
460 |
-
#: forms/wpdFormAttr/Field/RadioField.php:14
|
461 |
-
#: forms/wpdFormAttr/Field/SelectField.php:14
|
462 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:14
|
463 |
-
#: forms/wpdFormAttr/Field/TextField.php:14
|
464 |
-
#: forms/wpdFormAttr/Field/UrlField.php:14
|
465 |
-
msgid "Also used for field placeholder"
|
466 |
-
msgstr "Wird auch für den Feld-Platzhalter verwendet"
|
467 |
-
|
468 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:28
|
469 |
-
#: forms/wpdFormAttr/Field/RadioField.php:28
|
470 |
-
#: forms/wpdFormAttr/Field/SelectField.php:28
|
471 |
-
msgid "Values"
|
472 |
-
msgstr "Werte"
|
473 |
-
|
474 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:30
|
475 |
-
msgid "Please insert one value per line"
|
476 |
-
msgstr "Bitte geben Sie einen Wert pro Zeile ein"
|
477 |
-
|
478 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:41
|
479 |
-
#: forms/wpdFormAttr/Field/ColorField.php:37
|
480 |
-
#: forms/wpdFormAttr/Field/DateField.php:37
|
481 |
-
#: forms/wpdFormAttr/Field/NumberField.php:47
|
482 |
-
#: forms/wpdFormAttr/Field/RadioField.php:41
|
483 |
-
#: forms/wpdFormAttr/Field/RatingField.php:37
|
484 |
-
#: forms/wpdFormAttr/Field/SelectField.php:41
|
485 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:30
|
486 |
-
#: forms/wpdFormAttr/Field/TextField.php:37
|
487 |
-
#: forms/wpdFormAttr/Field/UrlField.php:37
|
488 |
-
msgid "Display on comment"
|
489 |
-
msgstr "Bei Kommentar anzeigen"
|
490 |
-
|
491 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:45
|
492 |
-
#: forms/wpdFormAttr/Field/ColorField.php:41
|
493 |
-
#: forms/wpdFormAttr/Field/DateField.php:41
|
494 |
-
#: forms/wpdFormAttr/Field/NumberField.php:51
|
495 |
-
#: forms/wpdFormAttr/Field/RadioField.php:45
|
496 |
-
#: forms/wpdFormAttr/Field/RatingField.php:41
|
497 |
-
#: forms/wpdFormAttr/Field/SelectField.php:45
|
498 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:34
|
499 |
-
#: forms/wpdFormAttr/Field/TextField.php:41
|
500 |
-
#: forms/wpdFormAttr/Field/UrlField.php:41
|
501 |
-
msgid "Advanced Options"
|
502 |
-
msgstr "Erweiterte Optionen"
|
503 |
-
|
504 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:48
|
505 |
-
#: forms/wpdFormAttr/Field/ColorField.php:44
|
506 |
-
#: forms/wpdFormAttr/Field/DateField.php:44
|
507 |
-
#: forms/wpdFormAttr/Field/NumberField.php:54
|
508 |
-
#: forms/wpdFormAttr/Field/RadioField.php:48
|
509 |
-
#: forms/wpdFormAttr/Field/RatingField.php:44
|
510 |
-
#: forms/wpdFormAttr/Field/SelectField.php:48
|
511 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:37
|
512 |
-
#: forms/wpdFormAttr/Field/TextField.php:44
|
513 |
-
#: forms/wpdFormAttr/Field/UrlField.php:44
|
514 |
-
msgid "Meta Key"
|
515 |
-
msgstr "Meta-Key"
|
516 |
-
|
517 |
-
#: forms/wpdFormAttr/Field/CheckboxField.php:52
|
518 |
-
#: forms/wpdFormAttr/Field/ColorField.php:48
|
519 |
-
#: forms/wpdFormAttr/Field/DateField.php:48
|
520 |
-
#: forms/wpdFormAttr/Field/NumberField.php:58
|
521 |
-
#: forms/wpdFormAttr/Field/RadioField.php:52
|
522 |
-
#: forms/wpdFormAttr/Field/RatingField.php:48
|
523 |
-
#: forms/wpdFormAttr/Field/SelectField.php:52
|
524 |
-
#: forms/wpdFormAttr/Field/TextAreaField.php:41
|
525 |
-
#: forms/wpdFormAttr/Field/TextField.php:48
|
526 |
-
#: forms/wpdFormAttr/Field/UrlField.php:48
|
527 |
-
msgid "Replace old meta key"
|
528 |
-
msgstr "Ersetzen Sie den alten Meta-Schlüssel"
|
529 |
-
|
530 |
-
#: forms/wpdFormAttr/Field/ColorField.php:23
|
531 |
-
#: forms/wpdFormAttr/Field/DateField.php:23
|
532 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:30
|
533 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:29
|
534 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:29
|
535 |
-
#: forms/wpdFormAttr/Field/NumberField.php:33
|
536 |
-
#: forms/wpdFormAttr/Field/RatingField.php:27
|
537 |
-
#: forms/wpdFormAttr/Field/TextField.php:23
|
538 |
-
#: forms/wpdFormAttr/Field/UrlField.php:23
|
539 |
-
msgid "Field icon"
|
540 |
-
msgstr "Feld Symbol"
|
541 |
-
|
542 |
-
#: forms/wpdFormAttr/Field/ColorField.php:26
|
543 |
-
#: forms/wpdFormAttr/Field/DateField.php:26
|
544 |
-
#: forms/wpdFormAttr/Field/DefaultField/Email.php:33
|
545 |
-
#: forms/wpdFormAttr/Field/DefaultField/Name.php:32
|
546 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:32
|
547 |
-
#: forms/wpdFormAttr/Field/NumberField.php:36
|
548 |
-
#: forms/wpdFormAttr/Field/RatingField.php:30
|
549 |
-
#: forms/wpdFormAttr/Field/TextField.php:26
|
550 |
-
#: forms/wpdFormAttr/Field/UrlField.php:26
|
551 |
-
msgid "Font-awesome icon library."
|
552 |
-
msgstr "Schriftart-Awesome Icon-Bibliothek."
|
553 |
-
|
554 |
-
#: forms/wpdFormAttr/Field/CookiesConsent.php:93
|
555 |
-
msgid "Save my data for the next time I comment"
|
556 |
-
msgstr "Meine Daten für das nächste Mal speichern"
|
557 |
-
|
558 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:18
|
559 |
-
msgid "reCAPTCHA Settings"
|
560 |
-
msgstr ""
|
561 |
-
|
562 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:93
|
563 |
-
msgid "reCAPTCHA verification failed."
|
564 |
-
msgstr ""
|
565 |
-
|
566 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:98
|
567 |
-
msgid "The secret parameter is missing."
|
568 |
-
msgstr ""
|
569 |
-
|
570 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:99
|
571 |
-
msgid "The secret parameter is invalid or malformed."
|
572 |
-
msgstr ""
|
573 |
-
|
574 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:100
|
575 |
-
msgid "The response parameter is missing."
|
576 |
-
msgstr ""
|
577 |
-
|
578 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:101
|
579 |
-
msgid "The response parameter is invalid or malformed."
|
580 |
-
msgstr ""
|
581 |
-
|
582 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:102
|
583 |
-
msgid "The request is invalid or malformed."
|
584 |
-
msgstr ""
|
585 |
-
|
586 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:103
|
587 |
-
msgid ""
|
588 |
-
"The response is no longer valid: either is too old or has been used "
|
589 |
-
"previously."
|
590 |
-
msgstr ""
|
591 |
-
|
592 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:107
|
593 |
-
msgid "reCaptcha validation fails. "
|
594 |
-
msgstr ""
|
595 |
-
|
596 |
-
#: forms/wpdFormAttr/Field/DefaultField/Captcha.php:109
|
597 |
-
msgid "reCaptcha validation fails. Error code: "
|
598 |
-
msgstr ""
|
599 |
-
|
600 |
-
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
|
601 |
-
msgid "Button Text"
|
602 |
-
msgstr "Button Text"
|
603 |
-
|
604 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:35
|
605 |
-
#: options/html-options.php:268 options/html-options.php:281
|
606 |
-
#: options/html-options.php:351 options/options-layouts/html-live.php:29
|
607 |
-
#: options/options-layouts/html-live.php:71
|
608 |
-
#: options/options-layouts/html-live.php:92
|
609 |
-
#: options/options-layouts/html-live.php:143
|
610 |
-
msgid "Enable"
|
611 |
-
msgstr "Aktivieren"
|
612 |
-
|
613 |
-
#: forms/wpdFormAttr/Field/DefaultField/Website.php:84
|
614 |
-
#: forms/wpdFormAttr/Form.php:1300
|
615 |
-
msgid "Website"
|
616 |
-
msgstr "Webseite"
|
617 |
-
|
618 |
-
#: forms/wpdFormAttr/Field/Field.php:61
|
619 |
-
msgid " (Submit Button)"
|
620 |
-
msgstr " (Submit Button)"
|
621 |
-
|
622 |
-
#: forms/wpdFormAttr/Field/Field.php:63 options/class.WpdiscuzOptions.php:3188
|
623 |
-
msgid "Google reCAPTCHA"
|
624 |
-
msgstr ""
|
625 |
-
|
626 |
-
#: forms/wpdFormAttr/Field/Field.php:96
|
627 |
-
msgid "Add To Form"
|
628 |
-
msgstr "Zum Formular hinzufügen"
|
629 |
-
|
630 |
-
#: forms/wpdFormAttr/Field/HTMLField.php:17
|
631 |
-
msgid "HTML Code"
|
632 |
-
msgstr ""
|
633 |
-
|
634 |
-
#: forms/wpdFormAttr/Field/NumberField.php:22
|
635 |
-
msgid "Min Value"
|
636 |
-
msgstr "Min. Wert"
|
637 |
-
|
638 |
-
#: forms/wpdFormAttr/Field/NumberField.php:27
|
639 |
-
msgid "Max Value"
|
640 |
-
msgstr "Max. Wert"
|
641 |
-
|
642 |
-
#: forms/wpdFormAttr/Field/NumberField.php:127
|
643 |
-
msgid "value can not be less than"
|
644 |
-
msgstr "Wert darf nicht weniger sein als"
|
645 |
-
|
646 |
-
#: forms/wpdFormAttr/Field/NumberField.php:130
|
647 |
-
msgid "value can not be more than"
|
648 |
-
msgstr "Wert darf nicht mehr sein als"
|
649 |
-
|
650 |
-
#: forms/wpdFormAttr/Field/RadioField.php:30
|
651 |
-
#: forms/wpdFormAttr/Field/SelectField.php:30
|
652 |
-
msgid "New value new line"
|
653 |
-
msgstr "Neuer Wert, neue Linie"
|
654 |
-
|
655 |
-
#: forms/wpdFormAttr/Field/RatingField.php:17
|
656 |
-
msgid "Name For Total"
|
657 |
-
msgstr ""
|
658 |
-
|
659 |
-
#: forms/wpdFormAttr/Form.php:211 forms/wpdFormAttr/Form.php:617
|
660 |
-
#: forms/wpdFormAttr/Form.php:1062
|
661 |
-
msgid ""
|
662 |
-
"I allow to use my email address and send notification about new comments and "
|
663 |
-
"replies (you can unsubscribe at any time)."
|
664 |
-
msgstr ""
|
665 |
-
|
666 |
-
#: forms/wpdFormAttr/Form.php:600
|
667 |
-
msgid "Average Rating"
|
668 |
-
msgstr ""
|
669 |
-
|
670 |
-
#: forms/wpdFormAttr/Form.php:996 forms/wpdFormAttr/Form.php:1018
|
671 |
-
#: forms/wpdFormAttr/Form.php:1030 forms/wpdFormAttr/Form.php:1042
|
672 |
-
#: forms/wpdFormAttr/Form.php:1054 forms/wpdFormAttr/Form.php:1074
|
673 |
-
#: forms/wpdFormAttr/Form.php:1085 forms/wpdFormAttr/Form.php:1114
|
674 |
-
#: forms/wpdFormAttr/Form.php:1124 forms/wpdFormAttr/Form.php:1170
|
675 |
-
#: forms/wpdFormAttr/Form.php:1186 forms/wpdFormAttr/Form.php:1208
|
676 |
-
#: forms/wpdFormAttr/Form.php:1215 options/options-layouts/html-content.php:13
|
677 |
-
#: options/options-layouts/html-form.php:13
|
678 |
-
#: options/options-layouts/html-inline.php:21
|
679 |
-
#: options/options-layouts/html-labels.php:13
|
680 |
-
#: options/options-layouts/html-live.php:15
|
681 |
-
#: options/options-layouts/html-login.php:13
|
682 |
-
#: options/options-layouts/html-moderation.php:13
|
683 |
-
#: options/options-layouts/html-rating.php:13
|
684 |
-
#: options/options-layouts/html-recaptcha.php:14
|
685 |
-
#: options/options-layouts/html-social.php:13
|
686 |
-
#: options/options-layouts/html-subscription.php:13
|
687 |
-
#: options/options-layouts/html-thread_display.php:13
|
688 |
-
#: options/options-layouts/html-thread_layouts.php:32
|
689 |
-
#: options/options-layouts/html-thread_styles.php:13
|
690 |
-
msgid "Read the documentation"
|
691 |
-
msgstr ""
|
692 |
-
|
693 |
-
#: forms/wpdFormAttr/Form.php:1001
|
694 |
-
msgid "Disable commenting for roles"
|
695 |
-
msgstr "Deaktivieren Sie das Kommentieren von Rollen"
|
696 |
-
|
697 |
-
#: forms/wpdFormAttr/Form.php:1023
|
698 |
-
msgid "Allow guests to comment"
|
699 |
-
msgstr "Gästen erlauben zu kommentieren"
|
700 |
-
|
701 |
-
#: forms/wpdFormAttr/Form.php:1027 forms/wpdFormAttr/Form.php:1039
|
702 |
-
#: forms/wpdFormAttr/Form.php:1051 forms/wpdFormAttr/Form.php:1183
|
703 |
-
#: forms/wpdFormAttr/Form.php:1205
|
704 |
-
msgid "Yes"
|
705 |
-
msgstr "Ja"
|
706 |
-
|
707 |
-
#: forms/wpdFormAttr/Form.php:1029 forms/wpdFormAttr/Form.php:1041
|
708 |
-
#: forms/wpdFormAttr/Form.php:1053 forms/wpdFormAttr/Form.php:1185
|
709 |
-
#: forms/wpdFormAttr/Form.php:1207
|
710 |
-
msgid "No"
|
711 |
-
msgstr "Nein"
|
712 |
-
|
713 |
-
#: forms/wpdFormAttr/Form.php:1035
|
714 |
-
msgid "Enable subscription bar"
|
715 |
-
msgstr "Abonnement Leiste aktivieren"
|
716 |
-
|
717 |
-
#: forms/wpdFormAttr/Form.php:1047
|
718 |
-
msgid "Display agreement checkbox in Comment Subscription bar"
|
719 |
-
msgstr ""
|
720 |
-
|
721 |
-
#: forms/wpdFormAttr/Form.php:1059
|
722 |
-
msgid "Comment Subscription bar agreement checkbox label"
|
723 |
-
msgstr ""
|
724 |
-
|
725 |
-
#: forms/wpdFormAttr/Form.php:1068
|
726 |
-
msgid "Comment form header text (singular)"
|
727 |
-
msgstr ""
|
728 |
-
|
729 |
-
#: forms/wpdFormAttr/Form.php:1079
|
730 |
-
msgid "Comment form header text (plural)"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: forms/wpdFormAttr/Form.php:1089
|
734 |
-
msgid "Display comment form for post types"
|
735 |
-
msgstr "Zeige Kommentarformular für Beitrags Typen"
|
736 |
|
737 |
-
#:
|
738 |
-
msgid ""
|
739 |
-
"
|
740 |
-
"set this form too, the old forms will not be used for them."
|
741 |
-
msgstr ""
|
742 |
-
"Die rot markierten Post-Typen sind bereits an ein anderes Kommentarformular "
|
743 |
-
"angehängt. Wenn Sie dieses Formular auch markieren, werden die alten "
|
744 |
-
"Formulare für diese Post-Typen nicht verwendet werden."
|
745 |
|
746 |
-
#:
|
747 |
-
|
748 |
-
|
|
|
749 |
|
750 |
-
#:
|
751 |
msgid ""
|
752 |
-
"
|
753 |
-
"
|
754 |
-
msgstr ""
|
755 |
-
"Sie können dieses Formular für bestimmte Beiträge/Seiten verwenden, die "
|
756 |
-
"durch Komma getrennte IDs angegeben sind."
|
757 |
-
|
758 |
-
#: forms/wpdFormAttr/Form.php:1134
|
759 |
-
msgid "Theme"
|
760 |
-
msgstr ""
|
761 |
-
|
762 |
-
#: forms/wpdFormAttr/Form.php:1153
|
763 |
-
msgid "Comment List Layout"
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#: forms/wpdFormAttr/Form.php:1164
|
767 |
-
msgid "Layout"
|
768 |
-
msgstr ""
|
769 |
-
|
770 |
-
#: forms/wpdFormAttr/Form.php:1179
|
771 |
-
msgid "Enable Post Rating"
|
772 |
-
msgstr ""
|
773 |
-
|
774 |
-
#: forms/wpdFormAttr/Form.php:1191
|
775 |
-
msgid "Post Rating Title"
|
776 |
msgstr ""
|
|
|
|
|
777 |
|
778 |
-
#:
|
779 |
-
msgid "
|
780 |
msgstr ""
|
781 |
|
782 |
-
#:
|
783 |
-
msgid "Comment Text Field"
|
784 |
-
msgstr "Kommentar Textfeld"
|
785 |
-
|
786 |
-
#: forms/wpdFormAttr/Form.php:1234
|
787 |
-
msgid "ADD ROW"
|
788 |
-
msgstr "REIHE HINZUFÜGEN"
|
789 |
-
|
790 |
-
#: forms/wpdFormAttr/Form.php:1271
|
791 |
msgid ""
|
792 |
-
"
|
793 |
-
|
794 |
-
"Nur angemeldete Kunden, die dieses Produkt gekauft haben, dürfen eine "
|
795 |
-
"Bewertung abgeben."
|
796 |
-
|
797 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:44
|
798 |
-
msgid "Authentication failed."
|
799 |
-
msgstr "Authentifizierung ist fehlgeschlagen."
|
800 |
-
|
801 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:129
|
802 |
-
msgid "Facebook access token or user ID invalid."
|
803 |
-
msgstr "Facebook Access Token oder Benutzer-ID ungültig."
|
804 |
-
|
805 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:133
|
806 |
-
msgid "Facebook App Secret is required."
|
807 |
-
msgstr "Facebook App Secret ist erforderlich."
|
808 |
-
|
809 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:167
|
810 |
-
msgid "Facebook Application ID and Application Secret required."
|
811 |
-
msgstr ""
|
812 |
-
|
813 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:194
|
814 |
-
msgid "Facebook authentication failed (OAuth state does not exist)."
|
815 |
-
msgstr ""
|
816 |
-
|
817 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:197
|
818 |
-
msgid "Facebook authentication failed (OAuth code does not exist)."
|
819 |
-
msgstr ""
|
820 |
-
|
821 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:240
|
822 |
-
msgid "Instagram Application ID and Application Secret required."
|
823 |
-
msgstr ""
|
824 |
-
|
825 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:269
|
826 |
-
msgid "Instagram authentication failed (OAuth state does not exist)."
|
827 |
-
msgstr ""
|
828 |
-
|
829 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:272
|
830 |
-
msgid "Instagram authentication failed (OAuth code does not exist)."
|
831 |
-
msgstr ""
|
832 |
-
|
833 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:317
|
834 |
-
msgid "Google Client ID and Client Secret required."
|
835 |
-
msgstr ""
|
836 |
-
|
837 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:346
|
838 |
-
msgid "Google authentication failed (OAuth state does not exist)."
|
839 |
-
msgstr ""
|
840 |
-
|
841 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:349
|
842 |
-
msgid "Google authentication failed (OAuth code does not exist)."
|
843 |
-
msgstr ""
|
844 |
-
|
845 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:387
|
846 |
-
msgid "Linkedin Client ID and Client Secret required."
|
847 |
-
msgstr ""
|
848 |
-
|
849 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:416
|
850 |
-
msgid "Linkedin authentication failed (OAuth state does not exist)."
|
851 |
-
msgstr ""
|
852 |
-
|
853 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:419
|
854 |
-
msgid "Linkedin authentication failed (OAuth code does not exist)."
|
855 |
-
msgstr ""
|
856 |
-
|
857 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:497
|
858 |
-
msgid "Disqus Public Key and Secret Key required."
|
859 |
-
msgstr ""
|
860 |
-
|
861 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:525
|
862 |
-
msgid "Disqus authentication failed (OAuth state does not exist)."
|
863 |
-
msgstr ""
|
864 |
-
|
865 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:528
|
866 |
-
msgid "Disqus authentication failed (OAuth code does not exist)."
|
867 |
-
msgstr ""
|
868 |
-
|
869 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:549
|
870 |
-
msgid "Disqus authentication failed (access_token does not exist)."
|
871 |
-
msgstr ""
|
872 |
-
|
873 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:552
|
874 |
-
msgid "Disqus authentication failed (user_id does not exist)."
|
875 |
-
msgstr ""
|
876 |
-
|
877 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:583
|
878 |
-
msgid "Wordpress Client ID and Client Secret required."
|
879 |
-
msgstr ""
|
880 |
-
|
881 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:611
|
882 |
-
msgid "Wordpress.com authentication failed (OAuth state does not exist)."
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:614
|
886 |
-
msgid "Wordpress.com authentication failed (OAuth code does not exist)."
|
887 |
-
msgstr ""
|
888 |
-
|
889 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:635
|
890 |
-
msgid "Wordpress.com authentication failed (access_token does not exist)."
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:647
|
894 |
-
msgid "Wordpress.com authentication failed (user_id does not exist)."
|
895 |
-
msgstr ""
|
896 |
-
|
897 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:686
|
898 |
-
msgid "Twitter Consumer Key and Consumer Secret required."
|
899 |
-
msgstr "Twitter Consumer Key und Consumer Secret sind erforderlich."
|
900 |
-
|
901 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:698
|
902 |
-
msgid "Twitter authentication failed (OAuth secret does not exist)."
|
903 |
-
msgstr ""
|
904 |
-
"Twitter Authentifizierung ist fehlgeschlagen (OAuth secret existiert nicht)."
|
905 |
-
|
906 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:713
|
907 |
-
msgid "Twitter connection failed."
|
908 |
-
msgstr "Twitter Verbindung fehlgeschlagen."
|
909 |
-
|
910 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:723
|
911 |
-
msgid "VK Client ID and Client Secret required."
|
912 |
-
msgstr "VK-Client-ID und Client-Secret erforderlich."
|
913 |
-
|
914 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:751
|
915 |
-
msgid "VK authentication failed (OAuth state does not exist)."
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:754
|
919 |
-
msgid "VK authentication failed (OAuth code does not exist)."
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:772
|
923 |
-
msgid "VK authentication failed (user_id does not exist)."
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:802
|
927 |
-
msgid "OK Application ID, Application Key and Application Secret required."
|
928 |
-
msgstr ""
|
929 |
-
"OK Application ID, Application Key und Application Secret erforderlich."
|
930 |
-
|
931 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:828
|
932 |
-
msgid "OK authentication failed (OAuth state does not exist)."
|
933 |
-
msgstr ""
|
934 |
-
|
935 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:831
|
936 |
-
msgid "OK authentication failed (code does not exist)."
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:850
|
940 |
-
msgid "OK authentication failed (access_token does not exist)."
|
941 |
-
msgstr ""
|
942 |
-
|
943 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:880
|
944 |
-
msgid "Yandex ID and Password required."
|
945 |
-
msgstr ""
|
946 |
-
|
947 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:910
|
948 |
-
msgid "Yandex authentication failed (OAuth state does not exist)."
|
949 |
-
msgstr ""
|
950 |
-
|
951 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:913
|
952 |
-
msgid "Yandex authentication failed (code does not exist)."
|
953 |
-
msgstr ""
|
954 |
-
|
955 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:933
|
956 |
-
msgid "Yandex authentication failed (access_token does not exist)."
|
957 |
-
msgstr ""
|
958 |
-
|
959 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:966
|
960 |
-
msgid "Mail.ru Client ID and Client Secret required."
|
961 |
-
msgstr ""
|
962 |
-
|
963 |
-
#: forms/wpdFormAttr/Login/SocialLogin.php:1000
|
964 |
-
msgid "Mail.ru authentication failed (OAuth state does not exist)."
|
965 |
msgstr ""
|
966 |
|
967 |
-
#:
|
968 |
-
msgid "
|
969 |
msgstr ""
|
970 |
|
971 |
-
#:
|
972 |
-
msgid "
|
973 |
msgstr ""
|
974 |
|
975 |
-
#:
|
976 |
-
msgid "
|
|
|
|
|
977 |
msgstr ""
|
|
|
|
|
978 |
|
979 |
-
#:
|
980 |
-
msgid "
|
|
|
|
|
|
|
981 |
msgstr ""
|
982 |
|
983 |
-
#:
|
984 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
985 |
msgstr ""
|
986 |
|
987 |
-
#:
|
988 |
-
msgid "
|
989 |
msgstr ""
|
990 |
|
991 |
-
#:
|
992 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
993 |
msgstr ""
|
994 |
|
995 |
-
#:
|
996 |
-
msgid "
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: forms/wpdFormAttr/
|
1000 |
-
msgid "
|
1001 |
-
msgstr ""
|
1002 |
|
1003 |
-
#: forms/wpdFormAttr/
|
1004 |
-
|
1005 |
-
msgid "QQ authentication failed (access_token does not exist)."
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: forms/wpdFormAttr/
|
1009 |
-
msgid "
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#:
|
1013 |
-
msgid "
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#:
|
1017 |
-
msgid "
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#:
|
1021 |
-
msgid "
|
1022 |
msgstr ""
|
1023 |
|
1024 |
-
#:
|
1025 |
-
msgid "
|
|
|
|
|
1026 |
msgstr ""
|
|
|
|
|
1027 |
|
1028 |
-
#:
|
1029 |
-
msgid "
|
|
|
|
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#:
|
1033 |
-
msgid "
|
|
|
|
|
1034 |
msgstr ""
|
1035 |
|
1036 |
-
#:
|
1037 |
-
msgid "
|
|
|
|
|
1038 |
msgstr ""
|
|
|
|
|
1039 |
|
1040 |
-
#:
|
1041 |
-
msgid "
|
|
|
|
|
1042 |
msgstr ""
|
|
|
|
|
|
|
1043 |
|
1044 |
-
#:
|
1045 |
-
msgid "
|
1046 |
-
|
1047 |
-
|
1048 |
-
#: options/addons/al/title.php:7 options/class.WpdiscuzOptions.php:2045
|
1049 |
-
msgid "Advanced Likers"
|
1050 |
-
msgstr "Erweiterte Gefällt-mir-Klicker"
|
1051 |
-
|
1052 |
-
#: options/addons/cai/title.php:7 utils/class.WpdiscuzHelperAjax.php:942
|
1053 |
-
msgid "Comment Author"
|
1054 |
-
msgstr "Kommentar-Autor"
|
1055 |
-
|
1056 |
-
#: options/addons/fem/title.php:7
|
1057 |
-
msgid "Frontend Moderation"
|
1058 |
-
msgstr "Frontend-Moderation"
|
1059 |
-
|
1060 |
-
#: options/addons/more/title.php:6
|
1061 |
-
msgid "More Addons..."
|
1062 |
-
msgstr "Weitere Addons ..."
|
1063 |
-
|
1064 |
-
#: options/addons/mu/title.php:7 options/class.WpdiscuzOptions.php:2081
|
1065 |
-
msgid "Media Uploader"
|
1066 |
-
msgstr "Media Uploader"
|
1067 |
-
|
1068 |
-
#: options/addons/raf/title.php:7 options/class.WpdiscuzOptions.php:2051
|
1069 |
-
msgid "Report and Flagging"
|
1070 |
-
msgstr "Bericht und Kennzeichnung"
|
1071 |
-
|
1072 |
-
#: options/addons/ucm/title.php:7
|
1073 |
-
msgid "Mentioning"
|
1074 |
-
msgstr "Erwähnung"
|
1075 |
-
|
1076 |
-
#: options/class.WpdiscuzOptions.php:325
|
1077 |
-
msgid "Be the First to Comment!"
|
1078 |
-
msgstr "Hinterlassen Sie den ersten Kommentar!"
|
1079 |
-
|
1080 |
-
#: options/class.WpdiscuzOptions.php:326
|
1081 |
-
msgid "Start the discussion"
|
1082 |
-
msgstr "Starte die Diskussion"
|
1083 |
-
|
1084 |
-
#: options/class.WpdiscuzOptions.php:327
|
1085 |
-
msgid "Join the discussion"
|
1086 |
-
msgstr "An Diskussion beteiligen"
|
1087 |
-
|
1088 |
-
#: options/class.WpdiscuzOptions.php:328
|
1089 |
-
#: options/phrases-layouts/phrases-form.php:19
|
1090 |
-
msgid "Most reacted comment"
|
1091 |
-
msgstr "Kommentar, auf das am meisten reagiert wurde"
|
1092 |
-
|
1093 |
-
#: options/class.WpdiscuzOptions.php:329
|
1094 |
-
#: options/phrases-layouts/phrases-form.php:23
|
1095 |
-
msgid "Hottest comment thread"
|
1096 |
-
msgstr "Beliebtestes Kommentar Thema"
|
1097 |
-
|
1098 |
-
#: options/class.WpdiscuzOptions.php:330
|
1099 |
-
#: options/phrases-layouts/phrases-form.php:27
|
1100 |
-
msgid "Inline Comments"
|
1101 |
msgstr ""
|
1102 |
|
1103 |
-
#:
|
1104 |
-
#:
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
#:
|
1109 |
-
#:
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
#:
|
1114 |
-
|
1115 |
-
|
|
|
1116 |
|
1117 |
-
#: options/
|
1118 |
-
msgid "
|
1119 |
-
msgstr "
|
1120 |
|
1121 |
-
#: options/class.WpdiscuzOptions.php:
|
1122 |
-
msgid "
|
1123 |
msgstr ""
|
1124 |
|
1125 |
-
#: options/class.WpdiscuzOptions.php:
|
1126 |
-
|
1127 |
-
|
1128 |
-
msgstr "Sortieren nach"
|
1129 |
|
1130 |
-
#: options/
|
1131 |
-
|
1132 |
-
|
1133 |
-
msgstr ""
|
1134 |
|
1135 |
-
#: options/
|
1136 |
-
#: options/
|
1137 |
-
|
|
|
|
|
1138 |
msgstr ""
|
1139 |
|
1140 |
-
#: options/
|
1141 |
-
|
1142 |
-
msgid "Most Voted"
|
1143 |
msgstr ""
|
1144 |
|
1145 |
-
#: options/
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
#: options/phrases-layouts/phrases-general.php:19
|
1151 |
-
msgid "Load Rest of Comments"
|
1152 |
-
msgstr "Lade alle weiteren Kommentare"
|
1153 |
-
|
1154 |
-
#: options/class.WpdiscuzOptions.php:343
|
1155 |
-
#: options/options-layouts/html-moderation.php:135
|
1156 |
-
#: options/phrases-layouts/phrases-comment.php:11
|
1157 |
-
msgid "Reply"
|
1158 |
-
msgstr "Antworten"
|
1159 |
-
|
1160 |
-
#: options/class.WpdiscuzOptions.php:344
|
1161 |
-
#: options/phrases-layouts/phrases-comment.php:15
|
1162 |
-
msgid "Share"
|
1163 |
-
msgstr "Teilen"
|
1164 |
|
1165 |
-
#: options/
|
1166 |
-
|
1167 |
-
|
1168 |
-
msgstr "Auf Facebook teilen"
|
1169 |
|
1170 |
-
#: options/
|
1171 |
-
#: options/
|
1172 |
-
msgid "
|
1173 |
-
msgstr "
|
1174 |
|
1175 |
-
#: options/class.WpdiscuzOptions.php:
|
1176 |
-
#: options/phrases-layouts/phrases-
|
1177 |
-
msgid "
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: options/class.WpdiscuzOptions.php:
|
1181 |
-
#: options/phrases-layouts/phrases-
|
1182 |
-
msgid "
|
1183 |
-
msgstr "
|
1184 |
|
1185 |
-
#: options/class.WpdiscuzOptions.php:
|
1186 |
-
|
1187 |
-
|
1188 |
-
msgstr "Auf Odnoklassniki teilen"
|
1189 |
|
1190 |
-
#: options/class.WpdiscuzOptions.php:
|
1191 |
-
#: options/phrases-layouts/phrases-
|
1192 |
-
msgid "
|
1193 |
-
msgstr "
|
1194 |
|
1195 |
-
#:
|
1196 |
-
|
1197 |
-
|
1198 |
-
msgstr "Antworten anzeigen"
|
1199 |
|
1200 |
-
#:
|
1201 |
-
msgid "
|
1202 |
-
msgstr "
|
1203 |
|
1204 |
-
#: options/class.WpdiscuzOptions.php:
|
1205 |
-
msgid ""
|
1206 |
-
"Hi [SUBSCRIBER_NAME],<br/><br/> new comment has been posted by the "
|
1207 |
-
"<em><strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've "
|
1208 |
-
"been interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/"
|
1209 |
-
"><br/>[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: options/
|
1213 |
-
msgid "
|
1214 |
-
msgstr "
|
1215 |
|
1216 |
-
#: options/
|
1217 |
msgid ""
|
1218 |
-
"
|
1219 |
-
"
|
1220 |
-
"
|
1221 |
-
"
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#:
|
1225 |
-
|
|
|
1226 |
msgstr ""
|
1227 |
-
"Sie haben alle zukünftigen Antworten zu diesem Kommentar erfolgreich "
|
1228 |
-
"abonniert"
|
1229 |
|
1230 |
-
#: options/
|
1231 |
-
msgid "
|
1232 |
msgstr ""
|
1233 |
-
"Sie haben alle zukünftigen Antworten zu allen Kommentaren erfolgreich "
|
1234 |
-
"abonniert"
|
1235 |
|
1236 |
-
#: options/
|
1237 |
-
msgid "
|
1238 |
msgstr ""
|
1239 |
-
"Sie haben alle zukünftigen Kommentare zu diesem Beitrag erfolgreich abonniert"
|
1240 |
|
1241 |
-
#: options/class.WpdiscuzOptions.php:
|
1242 |
-
#: options/phrases-layouts/phrases-
|
1243 |
-
msgid "
|
1244 |
-
msgstr "
|
1245 |
|
1246 |
-
#: options/
|
1247 |
-
msgid "
|
1248 |
-
msgstr "
|
1249 |
|
1250 |
-
#: options/
|
1251 |
-
|
1252 |
-
|
1253 |
-
msgstr "Kommentar-Benachrichtigung erfolgreich de-abonniert."
|
1254 |
|
1255 |
-
#: options/class.WpdiscuzOptions.php:
|
1256 |
-
#: options/phrases-layouts/phrases-
|
1257 |
-
msgid "
|
1258 |
-
msgstr "
|
1259 |
|
1260 |
-
#:
|
1261 |
-
|
1262 |
-
|
1263 |
-
msgstr "Benachrichtigung bestätigen"
|
1264 |
|
1265 |
-
#:
|
1266 |
-
|
1267 |
-
|
1268 |
-
msgstr "Sie haben Ihre Kommentar-Benachrichtigung/en erfolgreich abonniert."
|
1269 |
|
1270 |
-
#:
|
1271 |
-
|
1272 |
-
|
|
|
1273 |
|
1274 |
-
#: options/
|
1275 |
-
msgid ""
|
1276 |
-
"Hi, <br/> You just subscribed for new comments on our website. This means "
|
1277 |
-
"you will receive an email when new comments are posted according to "
|
1278 |
-
"subscription option you've chosen. <br/> To activate, click confirm below. "
|
1279 |
-
"If you believe this is an error, ignore this message and we'll never bother "
|
1280 |
-
"you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a "
|
1281 |
-
"href='[CONFIRM_URL]'>Confirm Your Subscrption</a><br/><br/><a "
|
1282 |
-
"href='[CANCEL_URL]'>Cancel Subscription</a>"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
-
#: options/
|
1286 |
-
|
1287 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
|
1289 |
-
#: options/
|
1290 |
-
msgid "
|
1291 |
-
msgstr "
|
1292 |
|
1293 |
-
#:
|
1294 |
-
msgid "
|
1295 |
-
msgstr "
|
1296 |
|
1297 |
-
#: options/class.WpdiscuzOptions.php:
|
1298 |
-
|
1299 |
-
|
|
|
1300 |
|
1301 |
-
#: options/
|
1302 |
-
msgid "
|
1303 |
-
msgstr "
|
1304 |
|
1305 |
-
#: options/
|
1306 |
-
msgid "
|
1307 |
-
msgstr "
|
1308 |
|
1309 |
-
#: options/
|
1310 |
-
msgid "
|
1311 |
-
msgstr "
|
1312 |
|
1313 |
-
#: options/
|
1314 |
-
msgid "
|
1315 |
-
msgstr "
|
1316 |
|
1317 |
-
#:
|
1318 |
-
|
1319 |
-
|
1320 |
-
msgstr "Tage"
|
1321 |
|
1322 |
-
#:
|
1323 |
-
msgid "
|
1324 |
-
msgstr "
|
1325 |
|
1326 |
-
#:
|
1327 |
-
msgid "
|
1328 |
-
msgstr "
|
1329 |
|
1330 |
-
#: options/class.WpdiscuzOptions.php:
|
1331 |
-
msgid "
|
1332 |
-
msgstr "
|
1333 |
|
1334 |
-
#:
|
1335 |
-
msgid "
|
1336 |
-
msgstr "
|
1337 |
|
1338 |
-
#: options/class.WpdiscuzOptions.php:
|
1339 |
-
msgid "
|
1340 |
-
msgstr "
|
1341 |
|
1342 |
-
#: options/class.WpdiscuzOptions.php:
|
1343 |
-
|
1344 |
-
|
1345 |
-
msgid "seconds"
|
1346 |
-
msgstr "Sekunden"
|
1347 |
|
1348 |
-
#: options/
|
1349 |
-
msgid "
|
1350 |
-
msgstr "
|
1351 |
|
1352 |
-
#: options/class.WpdiscuzOptions.php:
|
1353 |
-
msgid "
|
1354 |
-
msgstr "
|
1355 |
|
1356 |
-
#: options/
|
1357 |
-
|
1358 |
-
|
1359 |
-
msgstr "Du musst"
|
1360 |
|
1361 |
-
#: options/
|
1362 |
-
msgid "
|
1363 |
-
msgstr "
|
1364 |
|
1365 |
-
#: options/
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
|
|
|
|
|
|
|
|
|
|
1369 |
|
1370 |
-
#: options/
|
1371 |
-
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
|
|
|
|
|
|
|
|
1375 |
|
1376 |
-
#: options/
|
1377 |
-
|
1378 |
-
|
1379 |
-
msgstr "Abmelden"
|
1380 |
|
1381 |
-
#: options/
|
1382 |
-
msgid "
|
1383 |
-
msgstr "
|
1384 |
|
1385 |
-
#: options/
|
1386 |
-
|
1387 |
-
|
|
|
1388 |
|
1389 |
-
#: options/class.WpdiscuzOptions.php:
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
|
|
|
|
|
|
1393 |
|
1394 |
-
#: options/class.WpdiscuzOptions.php:
|
1395 |
-
|
1396 |
-
|
1397 |
-
msgstr "Ablehnen"
|
1398 |
|
1399 |
-
#: options/class.WpdiscuzOptions.php:
|
1400 |
-
|
1401 |
-
|
1402 |
-
msgstr "Gezählte Stimmen"
|
1403 |
|
1404 |
-
#: options/class.WpdiscuzOptions.php:
|
1405 |
-
msgid "
|
1406 |
-
msgstr "
|
1407 |
|
1408 |
-
#: options/
|
1409 |
-
|
1410 |
-
|
1411 |
-
msgstr "Bewertungs-Fehler"
|
1412 |
|
1413 |
-
#: options/
|
1414 |
-
msgid "
|
1415 |
-
msgstr "
|
1416 |
|
1417 |
-
#: options/class.WpdiscuzOptions.php:
|
1418 |
-
|
1419 |
-
|
|
|
|
|
1420 |
|
1421 |
-
#:
|
1422 |
-
msgid "
|
1423 |
-
msgstr "
|
1424 |
|
1425 |
-
#: options/class.WpdiscuzOptions.php:
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
|
|
1429 |
|
1430 |
-
#:
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
|
|
|
|
|
|
|
|
|
|
1434 |
|
1435 |
-
#: options/class.WpdiscuzOptions.php:
|
1436 |
-
|
1437 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: options/class.WpdiscuzOptions.php:
|
1441 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
1442 |
msgstr ""
|
1443 |
-
"Tut uns leid, aber dieser Kommentar konnte leider nicht aktualisiert werden"
|
1444 |
|
1445 |
-
#: options/class.WpdiscuzOptions.php:
|
1446 |
-
msgid "
|
|
|
|
|
|
|
1447 |
msgstr ""
|
1448 |
|
1449 |
-
#: options/class.WpdiscuzOptions.php:
|
1450 |
-
msgid "
|
1451 |
-
|
|
|
|
|
|
|
1452 |
|
1453 |
-
#: options/class.WpdiscuzOptions.php:
|
1454 |
-
msgid "
|
1455 |
-
msgstr "
|
1456 |
|
1457 |
-
#: options/class.WpdiscuzOptions.php:
|
1458 |
msgid "Cancel"
|
1459 |
msgstr "Abbrechen"
|
1460 |
|
1461 |
-
#: options/class.WpdiscuzOptions.php:
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
#: options/class.WpdiscuzOptions.php:411
|
1466 |
-
msgid "Input is too long"
|
1467 |
-
msgstr "Diese Eingabe ist zu lang"
|
1468 |
|
1469 |
-
#: options/
|
1470 |
-
msgid "
|
1471 |
-
msgstr "
|
1472 |
|
1473 |
-
#: options/
|
1474 |
-
msgid "
|
1475 |
-
msgstr "
|
1476 |
|
1477 |
-
#: options/class.WpdiscuzOptions.php:
|
1478 |
-
|
1479 |
-
|
1480 |
-
msgstr "Bitte füllen Sie die erforderlichen Felder aus"
|
1481 |
|
1482 |
-
#: options/class.WpdiscuzOptions.php:
|
1483 |
-
#: options/phrases-layouts/phrases-
|
1484 |
-
msgid "
|
1485 |
-
msgstr "
|
1486 |
|
1487 |
-
#: options/class.WpdiscuzOptions.php:
|
1488 |
-
#: options/phrases-layouts/phrases-
|
1489 |
-
msgid "
|
1490 |
-
msgstr "
|
1491 |
|
1492 |
-
#: options/class.WpdiscuzOptions.php:
|
1493 |
-
msgid "
|
1494 |
-
msgstr "
|
1495 |
|
1496 |
-
#: options/class.WpdiscuzOptions.php:
|
1497 |
-
msgid "
|
1498 |
-
msgstr "
|
1499 |
|
1500 |
-
#: options/class.WpdiscuzOptions.php:
|
1501 |
-
msgid "
|
1502 |
-
msgstr "
|
1503 |
|
1504 |
-
#: options/class.WpdiscuzOptions.php:
|
1505 |
-
|
1506 |
-
"
|
1507 |
-
"\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
1508 |
msgstr ""
|
1509 |
-
"Hallo [COMMENT_AUTHOR],<br/><br/>>Ihr Kommentar wurde genehmigt.<br/><br/><a "
|
1510 |
-
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
1511 |
|
1512 |
-
#:
|
1513 |
-
|
1514 |
-
|
|
|
1515 |
|
1516 |
-
#: options/
|
1517 |
-
msgid "
|
1518 |
msgstr ""
|
1519 |
|
1520 |
-
#: options/class.WpdiscuzOptions.php:
|
1521 |
-
#: options/phrases-layouts/phrases-
|
1522 |
-
msgid "
|
1523 |
-
msgstr "
|
1524 |
|
1525 |
-
#: options/class.WpdiscuzOptions.php:
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
|
|
|
|
|
|
1529 |
|
1530 |
-
#: options/
|
1531 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#:
|
1535 |
-
msgid "
|
1536 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
1537 |
|
1538 |
-
#: options/class.WpdiscuzOptions.php:
|
1539 |
#: options/phrases-layouts/phrases-comment.php:119
|
1540 |
msgid "Close"
|
1541 |
msgstr "Schließen"
|
1542 |
|
1543 |
-
#: options/class.WpdiscuzOptions.php:
|
1544 |
-
|
1545 |
-
|
1546 |
-
msgstr "Offen"
|
1547 |
|
1548 |
-
#: options/
|
1549 |
-
msgid "
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: options/class.WpdiscuzOptions.php:
|
1553 |
-
msgid "
|
1554 |
-
msgstr "
|
1555 |
|
1556 |
-
#:
|
1557 |
-
msgid ""
|
1558 |
-
"When you login first time using a Social Login button, we collect your "
|
1559 |
-
"account public profile information shared by Social Login provider, based on "
|
1560 |
-
"your privacy settings. We also get your email address to automatically "
|
1561 |
-
"create an account for you in our website. Once your account is created, "
|
1562 |
-
"you'll be logged-in to this account."
|
1563 |
msgstr ""
|
1564 |
-
"Wenn Sie sich zum ersten Mal mit einer Social-Login-Schaltfläche anmelden, "
|
1565 |
-
"erfassen wir die von Ihrem Social Login-Anbieter freigegebenen Informationen "
|
1566 |
-
"zum öffentlichen Profil Ihres Kontos, basierend auf Ihren "
|
1567 |
-
"Datenschutzeinstellungen. Wir erhalten auch Ihre E-Mail-Adresse, um "
|
1568 |
-
"automatisch ein Konto für Sie auf unserer Website zu erstellen. Sobald Ihr "
|
1569 |
-
"Konto erstellt wurde, werden Sie bei diesem Konto angemeldet."
|
1570 |
|
1571 |
-
#: options/
|
1572 |
-
|
1573 |
-
|
1574 |
-
msgstr "Ablehnen"
|
1575 |
|
1576 |
-
#: options/class.WpdiscuzOptions.php:
|
1577 |
-
|
1578 |
-
|
1579 |
-
msgstr "Ich stimme zu"
|
1580 |
|
1581 |
-
#: options/class.WpdiscuzOptions.php:
|
1582 |
-
|
1583 |
-
|
1584 |
-
msgstr "Meine Inhalte und Einstellungen"
|
1585 |
|
1586 |
-
#: options/
|
1587 |
-
|
1588 |
-
|
1589 |
-
msgstr "Aktivität"
|
1590 |
|
1591 |
-
#: options/
|
1592 |
-
|
1593 |
-
|
1594 |
-
msgid "Subscriptions"
|
1595 |
-
msgstr "Abonnements"
|
1596 |
|
1597 |
-
#: options/class.WpdiscuzOptions.php:
|
1598 |
-
|
1599 |
-
msgid "Follows"
|
1600 |
msgstr ""
|
1601 |
|
1602 |
-
#: options/class.WpdiscuzOptions.php:
|
1603 |
-
#: options/phrases-layouts/phrases-
|
1604 |
-
msgid "
|
1605 |
-
msgstr "
|
1606 |
|
1607 |
-
#:
|
1608 |
-
#: options/
|
1609 |
-
#: options/
|
1610 |
-
msgid "
|
1611 |
-
msgstr "
|
1612 |
|
1613 |
-
#: options/
|
1614 |
-
msgid ""
|
1615 |
-
"Click the button above to get an email with bulk delete and unsubscribe "
|
1616 |
-
"links."
|
1617 |
msgstr ""
|
1618 |
-
"Klicken Sie auf die Schaltfläche oben, um eine E-Mail mit Links zum Löschen "
|
1619 |
-
"und zur Massen-Abbestellung zu erhalten."
|
1620 |
|
1621 |
-
#: options/
|
1622 |
-
|
1623 |
-
|
1624 |
-
msgstr "Keine Daten gefunden!"
|
1625 |
|
1626 |
-
#: options/
|
1627 |
-
|
1628 |
-
|
1629 |
-
msgid "Delete all my comments"
|
1630 |
-
msgstr "Löschen Sie alle meine Kommentare"
|
1631 |
|
1632 |
-
#: options/
|
1633 |
-
#: options/
|
1634 |
-
msgid "
|
1635 |
-
msgstr "
|
1636 |
|
1637 |
-
#: options/class.
|
1638 |
-
|
1639 |
-
|
1640 |
-
msgstr "Löschen Sie Cookies mit meinen persönlichen Daten"
|
1641 |
|
1642 |
-
#: options/
|
1643 |
-
msgid ""
|
1644 |
-
"Please use this link to delete all your comments. Please note, that this "
|
1645 |
-
"action cannot be undone.<br/><br/><a href=\"[DELETE_COMMENTS_URL]\" target="
|
1646 |
-
"\"_blank\">Delete all my comments</a><br/><br/>"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
-
#: options/class.WpdiscuzOptions.php:
|
1650 |
-
|
1651 |
-
|
1652 |
-
msgstr "Alle meine Abonnements löschen"
|
1653 |
|
1654 |
-
#: options/class.WpdiscuzOptions.php:
|
1655 |
-
msgid ""
|
1656 |
-
"
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
|
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: options/
|
1663 |
-
|
1664 |
-
msgid "Delete all my follows"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: options/class.WpdiscuzOptions.php:
|
1668 |
msgid ""
|
1669 |
-
"
|
1670 |
-
"
|
1671 |
-
"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: options/
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
#: options/phrases-layouts/phrases-user-settings.php:138
|
1681 |
-
msgid "subscribed to my comments"
|
1682 |
-
msgstr "abonnierte meine Kommentare"
|
1683 |
|
1684 |
-
#: options/class.WpdiscuzOptions.php:
|
1685 |
-
|
1686 |
-
|
1687 |
-
msgstr "abonnierte alle Follow-up-Kommentare dieses Beitrags"
|
1688 |
|
1689 |
-
#: options/class.WpdiscuzOptions.php:
|
1690 |
-
|
1691 |
-
|
1692 |
-
msgstr "Bitte überprüfen Sie Ihre E-Mail."
|
1693 |
|
1694 |
-
#: options/class.WpdiscuzOptions.php:
|
1695 |
-
|
1696 |
-
|
1697 |
-
msgstr "Fehler: E-Mail kann nicht gesendet werden."
|
1698 |
|
1699 |
-
#: options/
|
1700 |
-
|
1701 |
-
|
1702 |
-
msgstr "Sind Sie sicher, dass Sie diesen Kommentar löschen wollen?"
|
1703 |
|
1704 |
-
#: options/
|
1705 |
-
|
1706 |
-
|
1707 |
-
msgstr "Sind Sie sicher, dass Sie Ihr Abo kündigen wollen?"
|
1708 |
|
1709 |
-
#: options/
|
1710 |
-
#: options/
|
1711 |
-
msgid "
|
1712 |
msgstr ""
|
1713 |
|
1714 |
-
#: options/
|
1715 |
-
#: options/
|
1716 |
-
msgid "
|
1717 |
msgstr ""
|
1718 |
|
1719 |
-
#: options/
|
1720 |
-
#: options/
|
1721 |
-
msgid "
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: options/
|
1725 |
-
#: options/
|
1726 |
-
msgid "
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: options/class.WpdiscuzOptions.php:
|
1730 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#:
|
1734 |
-
msgid "
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#:
|
1738 |
-
msgid "
|
|
|
|
|
1739 |
msgstr ""
|
|
|
|
|
1740 |
|
1741 |
-
#: options/
|
1742 |
-
msgid "
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: options/
|
1746 |
-
|
|
|
1747 |
msgstr ""
|
1748 |
|
1749 |
-
#: options/class.WpdiscuzOptions.php:
|
1750 |
-
msgid "
|
|
|
|
|
|
|
|
|
1751 |
msgstr ""
|
1752 |
|
1753 |
-
#: options/
|
1754 |
-
msgid "
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: options/
|
1758 |
-
msgid "
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: options/
|
1762 |
-
msgid "
|
1763 |
msgstr ""
|
1764 |
|
1765 |
-
#: options/
|
1766 |
-
msgid "
|
1767 |
msgstr ""
|
1768 |
|
1769 |
-
#: options/class.WpdiscuzOptions.php:
|
1770 |
-
#:
|
1771 |
-
msgid "
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#:
|
1775 |
-
msgid ""
|
1776 |
-
"Hi, <br/> You just started following a new user. You'll get email "
|
1777 |
-
"notification once new comment is posted by this user. <br/> Please click on "
|
1778 |
-
"\"user following confirmation\" link to confirm your request. If you believe "
|
1779 |
-
"this is an error, ignore this message and we'll never bother you again. <br/"
|
1780 |
-
"><br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a href="
|
1781 |
-
"\"[CONFIRM_URL]\">"
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: options/class.WpdiscuzOptions.php:
|
1785 |
-
msgid ""
|
1786 |
-
"Hi [FOLLOWER_NAME],<br/><br/> new comment has been posted by the "
|
1787 |
-
"<em><strong>[COMMENT_AUTHOR]</em></strong> you are following<br/><br/><a "
|
1788 |
-
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/"
|
1789 |
-
"><a href=\"[CANCEL_URL]\">"
|
1790 |
msgstr ""
|
1791 |
|
1792 |
-
#: options/class.WpdiscuzOptions.php:
|
1793 |
-
msgid "
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: options/
|
1797 |
-
msgid ""
|
1798 |
-
"Hi [MENTIONED_USER_NAME]!<br/>You have been mentioned in a comment posted on "
|
1799 |
-
"\"[POST_TITLE]\" post by [COMMENT_AUTHOR].<br/><br/>Comment URL: <a href="
|
1800 |
-
"\"[COMMENT_URL]\">[COMMENT_URL]</a>"
|
1801 |
msgstr ""
|
1802 |
|
1803 |
-
#: options/
|
1804 |
-
|
1805 |
-
|
1806 |
-
msgstr ""
|
1807 |
|
1808 |
-
#: options/class.WpdiscuzOptions.php:
|
1809 |
-
|
1810 |
-
|
|
|
1811 |
msgstr ""
|
|
|
|
|
1812 |
|
1813 |
-
#: options/class.WpdiscuzOptions.php:
|
1814 |
-
|
1815 |
-
|
|
|
|
|
|
|
1816 |
msgstr ""
|
1817 |
|
1818 |
-
#:
|
1819 |
-
|
1820 |
-
msgid "Please leave a feedback on this"
|
1821 |
msgstr ""
|
1822 |
|
1823 |
-
#: options/
|
1824 |
-
|
1825 |
-
|
1826 |
-
msgstr "Vielen Dank für Ihr Feedback!"
|
1827 |
|
1828 |
-
#: options/
|
1829 |
-
|
|
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#:
|
1833 |
-
|
1834 |
-
|
1835 |
-
msgstr "Dies ist ein geschlossenes Kommentar Thema"
|
1836 |
|
1837 |
-
#: options/class.WpdiscuzOptions.php:
|
1838 |
-
msgid "
|
1839 |
msgstr ""
|
1840 |
|
1841 |
-
#: options/class.WpdiscuzOptions.php:
|
1842 |
-
|
1843 |
-
msgid "vote"
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: options/class.WpdiscuzOptions.php:
|
1847 |
-
|
1848 |
-
msgid "votes"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
-
#: options/class.WpdiscuzOptions.php:
|
1852 |
-
|
1853 |
-
msgid "Comment Link"
|
1854 |
msgstr ""
|
1855 |
|
1856 |
-
#: options/
|
1857 |
-
|
1858 |
-
msgid "We are sorry, you are not allowed to comment more than %d time(s)!"
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: options/
|
1862 |
-
|
1863 |
-
msgid "We are sorry, you are not allowed to reply more than %d time(s)!"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: options/
|
1867 |
-
|
1868 |
-
msgid "Your comment here..."
|
1869 |
msgstr ""
|
1870 |
|
1871 |
-
#: options/
|
1872 |
-
|
1873 |
-
msgid "Notify me via email when a new reply is posted"
|
1874 |
msgstr ""
|
1875 |
|
1876 |
-
#: options/class.WpdiscuzOptions.php:
|
1877 |
-
|
1878 |
-
|
1879 |
-
msgstr ""
|
1880 |
|
1881 |
-
#: options/class.WpdiscuzOptions.php:
|
1882 |
-
|
1883 |
-
msgid "Your Email"
|
1884 |
msgstr ""
|
1885 |
|
1886 |
-
#: options/
|
1887 |
-
|
1888 |
-
msgid "COMMENT"
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: options/class.WpdiscuzOptions.php:
|
1892 |
-
|
1893 |
-
msgid "View all comments"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: options/
|
1897 |
-
|
1898 |
-
|
|
|
|
|
|
|
1899 |
msgstr ""
|
1900 |
|
1901 |
-
#: options/class.WpdiscuzOptions.php:
|
1902 |
-
|
1903 |
-
|
1904 |
-
msgstr "Leider kann aktuell keine E-Mail versendet werden"
|
1905 |
|
1906 |
-
#:
|
1907 |
-
#:
|
1908 |
-
|
1909 |
-
|
|
|
|
|
1910 |
|
1911 |
-
#: options/class.WpdiscuzOptions.php:
|
1912 |
-
|
1913 |
-
|
1914 |
-
msgstr "Ihre Kommentare wurden aus der Datenbank gelöscht"
|
1915 |
|
1916 |
-
#: options/
|
1917 |
-
|
1918 |
-
|
1919 |
-
msgstr "Sie haben alle Ihre Abonnements erfolgreich storniert"
|
1920 |
|
1921 |
-
#: options/
|
1922 |
-
|
1923 |
-
msgid "You cancel all your follows successfully"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
-
#: options/
|
1927 |
-
|
1928 |
-
msgid "Follow has been confirmed successfully"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: options/class.WpdiscuzOptions.php:
|
1932 |
-
|
1933 |
-
msgid "Follow has been canceled successfully"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
-
#: options/
|
1937 |
-
|
1938 |
-
msgid "Please login to comment"
|
1939 |
msgstr ""
|
1940 |
|
1941 |
-
#: options/
|
1942 |
-
|
1943 |
-
msgid "View Comments"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: options/class.WpdiscuzOptions.php:
|
1947 |
-
|
1948 |
-
|
1949 |
-
msgid "Spoiler"
|
1950 |
-
msgstr "Spoiler"
|
1951 |
|
1952 |
-
#: options/class.WpdiscuzOptions.php:
|
1953 |
-
|
1954 |
-
#, php-format
|
1955 |
-
msgid "Last edited %1$s by %2$s"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: options/
|
1959 |
-
|
1960 |
-
msgid "Reply to"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
-
#: options/class.WpdiscuzOptions.php:
|
1964 |
-
|
1965 |
-
msgid "Manage Comment"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
-
#: options/class.WpdiscuzOptions.php:
|
1969 |
-
#: options/phrases-layouts/phrases-
|
1970 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1971 |
msgstr ""
|
1972 |
|
1973 |
-
#: options/
|
1974 |
-
|
1975 |
-
msgid "You cannot rate again"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
-
#: options/class.WpdiscuzOptions.php:
|
1979 |
-
#: options/phrases-layouts/phrases-general.php:
|
1980 |
-
msgid "
|
1981 |
msgstr ""
|
1982 |
|
1983 |
-
#:
|
1984 |
-
msgid "
|
|
|
|
|
1985 |
msgstr ""
|
|
|
|
|
1986 |
|
1987 |
-
#: options/
|
1988 |
-
msgid "
|
1989 |
msgstr ""
|
1990 |
|
1991 |
-
#: options/
|
1992 |
-
msgid "
|
1993 |
msgstr ""
|
1994 |
|
1995 |
-
#: options/
|
1996 |
-
msgid "
|
1997 |
-
msgstr ""
|
1998 |
|
1999 |
-
#: options/class.WpdiscuzOptions.php:
|
2000 |
-
msgid "
|
2001 |
-
msgstr ""
|
2002 |
|
2003 |
-
#:
|
2004 |
-
|
2005 |
-
|
2006 |
-
msgstr ""
|
2007 |
|
2008 |
-
#: options/class.WpdiscuzOptions.php:
|
2009 |
-
|
2010 |
-
|
2011 |
-
msgstr ""
|
2012 |
|
2013 |
-
#:
|
2014 |
-
|
2015 |
-
"
|
2016 |
-
"
|
2017 |
-
"being defined as smaller than upload_max_filesize in php.ini."
|
2018 |
-
msgstr ""
|
2019 |
|
2020 |
-
#: options/
|
2021 |
-
msgid "
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: options/
|
2025 |
-
|
|
|
|
|
|
|
|
|
|
|
2026 |
msgstr ""
|
2027 |
|
2028 |
-
#:
|
2029 |
-
|
|
|
2030 |
msgstr ""
|
2031 |
|
2032 |
-
#: options/
|
2033 |
-
|
2034 |
-
|
2035 |
-
msgid "Hacker?"
|
2036 |
-
msgstr "Hacker?"
|
2037 |
|
2038 |
-
#:
|
2039 |
-
|
2040 |
-
|
|
|
2041 |
|
2042 |
-
#: options/
|
2043 |
-
msgid "
|
2044 |
-
msgstr "
|
2045 |
|
2046 |
-
#: options/
|
2047 |
-
msgid "
|
2048 |
-
msgstr "
|
2049 |
|
2050 |
-
#: options/
|
2051 |
-
msgid "
|
2052 |
-
msgstr "
|
2053 |
|
2054 |
-
#: options/class.WpdiscuzOptions.php:
|
2055 |
-
msgid "
|
2056 |
-
msgstr "
|
2057 |
|
2058 |
-
#: options/class.WpdiscuzOptions.php:
|
2059 |
-
#: options/
|
2060 |
-
msgid "
|
2061 |
-
msgstr "
|
2062 |
|
2063 |
-
#: options/
|
2064 |
-
|
2065 |
-
|
2066 |
-
msgstr "Fehler aufgetreten! Dateiinhalte können nicht abgerufen werden!"
|
2067 |
|
2068 |
-
#: options/
|
2069 |
-
|
2070 |
-
|
2071 |
-
msgstr "Fehler aufgetreten! Bitte Datei auswählen!"
|
2072 |
|
2073 |
-
#: options/
|
2074 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: options/class.WpdiscuzOptions.php:
|
2078 |
-
msgid "
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: options/class.WpdiscuzOptions.php:
|
2082 |
-
msgid "
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#:
|
2086 |
-
msgid ""
|
2087 |
-
|
2088 |
-
"one year premium support."
|
2089 |
-
msgstr ""
|
2090 |
|
2091 |
-
#: options/
|
2092 |
-
msgid ""
|
2093 |
-
"Extended comment attachment system. Allows to upload images, videos, audios "
|
2094 |
-
"and other file types."
|
2095 |
msgstr ""
|
2096 |
-
"Erweitertes Kommentar-Anhangsystem. Ermöglicht das Hochladen von Bildern, "
|
2097 |
-
"Videos, Audios und anderen Dateitypen."
|
2098 |
|
2099 |
-
#:
|
2100 |
-
|
2101 |
-
|
2102 |
-
|
2103 |
-
msgstr ""
|
2104 |
|
2105 |
-
#: options/
|
2106 |
-
msgid ""
|
2107 |
-
"
|
2108 |
-
"language code highlighting."
|
2109 |
-
msgstr ""
|
2110 |
|
2111 |
-
#: options/
|
2112 |
-
msgid ""
|
2113 |
-
"All in one powerful yet simple admin toolkit to moderate comments on front-"
|
2114 |
-
"end."
|
2115 |
msgstr ""
|
2116 |
-
"Alles in einem leistungsstarken und doch einfachen Admin-Toolkit zur "
|
2117 |
-
"Moderation von Kommentaren im Frontend."
|
2118 |
|
2119 |
-
#: options/class.WpdiscuzOptions.php:
|
2120 |
-
|
2121 |
-
|
2122 |
-
"
|
2123 |
-
msgstr ""
|
2124 |
-
"Bringt ein Meer an Emotionen für Ihre Kommentare. Es kommt mit einem tollen "
|
2125 |
-
"lächelnden Paket."
|
2126 |
|
2127 |
-
#: options/class.WpdiscuzOptions.php:
|
2128 |
-
|
2129 |
-
"
|
2130 |
-
"with reCAPTCHA version 3"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
-
#: options/class.WpdiscuzOptions.php:
|
2134 |
-
|
2135 |
-
"
|
2136 |
-
"
|
2137 |
-
msgstr ""
|
2138 |
-
"Erweiterte Informationen zum Kommentarautor mit den Registerkarten Profil, "
|
2139 |
-
"Aktivität, Abstimmungen und Abonnements im Popup-Fenster."
|
2140 |
|
2141 |
-
#: options/
|
2142 |
-
msgid ""
|
2143 |
-
"
|
2144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2145 |
msgstr ""
|
2146 |
-
"Kommentarberichtswerkzeuge. Automatische Moderation von Kommentaren, "
|
2147 |
-
"basierend auf der Anzahl von Markierungen (Flags) und Abneigungen (Dislikes)."
|
2148 |
|
2149 |
-
#:
|
2150 |
-
msgid ""
|
2151 |
-
"
|
2152 |
-
|
|
|
|
|
2153 |
msgstr ""
|
2154 |
-
"Echtzeit-Online-Benutzerprüfung, Popup-Benachrichtigung für neue Online-"
|
2155 |
-
"Benutzer und Online- / Offline-Badges."
|
2156 |
|
2157 |
-
#: options/class.WpdiscuzOptions.php:
|
2158 |
-
|
2159 |
-
|
2160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2161 |
msgstr ""
|
2162 |
-
"Ermöglicht das Erstellen privater Kommentar-Threads. Umfangreiche "
|
2163 |
-
"Verwaltungsoptionen im Dashboard nach Benutzerrollen."
|
2164 |
|
2165 |
-
#: options/class.WpdiscuzOptions.php:
|
2166 |
-
msgid ""
|
2167 |
-
"Total control over comment subscriptions. Full list, monitor, manage, "
|
2168 |
-
"filter, unsubscribe, confirm..."
|
2169 |
msgstr ""
|
2170 |
-
"Gesamtsteuerung über Kommentarabonnements. Vollständige Liste, überwachen, "
|
2171 |
-
"verwalten, filtern, abbestellen, bestätigen ..."
|
2172 |
|
2173 |
-
#: options/class.WpdiscuzOptions.php:
|
2174 |
msgid ""
|
2175 |
-
"
|
2176 |
-
"Separate banner and ad managment."
|
2177 |
msgstr ""
|
2178 |
-
"Ein vollwertiges Tool-Kit für die Werbung im Kommentarbereich Ihrer Website. "
|
2179 |
-
"Separates Banner und Anzeigenmanagement."
|
2180 |
|
2181 |
-
#: options/
|
2182 |
-
msgid ""
|
2183 |
-
"Allows to mention comments and users in comment text using #comment-id and "
|
2184 |
-
"@username tags."
|
2185 |
msgstr ""
|
2186 |
-
"Ermöglicht es, Kommentare und Benutzer in Kommentartext mit #comment-id und "
|
2187 |
-
"@username-Tags zu erwähnen."
|
2188 |
|
2189 |
-
#: options/
|
2190 |
-
msgid ""
|
2191 |
-
"See comment likers and voters of each comment. Adds user reputation and "
|
2192 |
-
"badges based on received likes."
|
2193 |
msgstr ""
|
2194 |
-
"Siehe Kommentar Likers und Wähler von jedem Kommentar. Fügt basierend auf "
|
2195 |
-
"empfangenen Likes Nutzer-Reputation und -Ausweise hinzu."
|
2196 |
|
2197 |
-
#:
|
2198 |
-
msgid ""
|
2199 |
-
"Adds a smart and intuitive AJAX \"Translate\" button with 60 language "
|
2200 |
-
"options. Uses free translation API."
|
2201 |
msgstr ""
|
2202 |
-
"Fügt eine intelligente und intuitive AJAX-Schaltfläche \"Übersetzen\" mit 60 "
|
2203 |
-
"Sprachoptionen hinzu. Verwendet kostenlose Übersetzungs-API."
|
2204 |
|
2205 |
-
#: options/class.WpdiscuzOptions.php:
|
2206 |
-
msgid ""
|
2207 |
-
"AJAX powered front-end comment search. It starts searching while you type "
|
2208 |
-
"search words. "
|
2209 |
msgstr ""
|
2210 |
-
"AJAX-basierte Front-End-Kommentarsuche. Sie beginnt zu suchen, während Sie "
|
2211 |
-
"die Suchbegriffe eingeben. "
|
2212 |
|
2213 |
-
#: options/class.WpdiscuzOptions.php:
|
2214 |
-
msgid ""
|
2215 |
-
"Most voted comments, Active comment threads, Most commented posts, Active "
|
2216 |
-
"comment authors"
|
2217 |
msgstr ""
|
2218 |
-
"Die am häufigsten bewerteten Kommentare, Aktive Kommentarthemen, Meist "
|
2219 |
-
"kommentierte Beiträge, Aktive Kommentarautoren"
|
2220 |
|
2221 |
-
#: options/class.WpdiscuzOptions.php:
|
2222 |
-
msgid ""
|
2223 |
-
"Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
|
2224 |
-
"myCRED points. "
|
2225 |
msgstr ""
|
2226 |
-
"Integriert myCRED Badges und Ränge. Konvertiert wpDiscuz Kommentar-Votes / "
|
2227 |
-
"Likes zu myCRED-Punkten. "
|
2228 |
|
2229 |
-
#:
|
2230 |
-
msgid "
|
2231 |
-
msgstr "
|
2232 |
|
2233 |
-
#:
|
2234 |
-
msgid ""
|
2235 |
-
"
|
2236 |
-
"custom comment forms and fields. You can create custom comment forms for "
|
2237 |
-
"each post type, each form can beceated with different form fields, for "
|
2238 |
-
"eaxample: text, dropdown, rating, checkboxes, etc..."
|
2239 |
-
msgstr ""
|
2240 |
-
"Sie können benutzerdefinierte Kommentarformulare mit wpDiscuz erstellen. "
|
2241 |
-
"wpDiscuz 4 kommt mit benutzerdefinierten Kommentarformularen und Feldern. "
|
2242 |
-
"Sie können benutzerdefinierte Kommentarformulare für jeden Posttyp "
|
2243 |
-
"erstellen, jedes Formular kann mit verschiedenen Formularfeldern gefüllt "
|
2244 |
-
"werden, zum Beispiel: Text, Dropdown, Bewertung, Checkboxen, etc ..."
|
2245 |
|
2246 |
-
#: options/class.WpdiscuzOptions.php:
|
2247 |
-
msgid "
|
2248 |
-
msgstr "
|
2249 |
|
2250 |
-
#: options/class.WpdiscuzOptions.php:
|
2251 |
-
msgid ""
|
2252 |
-
"You can add more emotions to your comments using wpDiscuz Emoticons addon."
|
2253 |
msgstr ""
|
2254 |
-
"Sie können mit dem wpDiscuz-Emoticons-Addon den Kommentaren mehr Emotionen "
|
2255 |
-
"hinzufügen."
|
2256 |
|
2257 |
-
#:
|
2258 |
-
msgid "
|
2259 |
-
msgstr "
|
2260 |
|
2261 |
-
#:
|
2262 |
-
msgid ""
|
2263 |
-
"
|
2264 |
-
|
2265 |
-
|
|
|
2266 |
msgstr ""
|
2267 |
-
"Steigern Sie Ihr Einkommen mit Werbebannern. Der Kommentarbereich ist der "
|
2268 |
-
"aktivste Bereich für Werbung. wpDiscuz Ads Manager Addon wurde entwickelt, "
|
2269 |
-
"um Ihnen zu helfen, Banner hinzuzufügen und Anzeigen in diesem Bereich zu "
|
2270 |
-
"steuern."
|
2271 |
|
2272 |
-
#:
|
2273 |
-
|
2274 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2275 |
|
2276 |
-
#:
|
2277 |
-
|
2278 |
-
|
2279 |
-
|
2280 |
-
|
2281 |
-
|
2282 |
-
|
2283 |
-
|
2284 |
-
|
|
|
|
|
|
|
|
|
2285 |
|
2286 |
-
#: options/class.WpdiscuzOptions.php:
|
2287 |
-
msgid ""
|
2288 |
-
"wpDiscuz Advanced Likers addon displays likers and voters of each comment. "
|
2289 |
-
"Adds user reputation and badges based on received likes."
|
2290 |
msgstr ""
|
2291 |
-
"wpDiscuz Advanced Likers Addon zeigt Likers und Wähler von jedem Kommentar "
|
2292 |
-
"an. Fügt, basierend auf empfangenen Likes, Nutzer-Reputation und -Badges "
|
2293 |
-
"hinzu."
|
2294 |
|
2295 |
-
#: options/class.WpdiscuzOptions.php:
|
2296 |
-
msgid ""
|
2297 |
-
"Let your commenters help you to determine and remove spam comments. wpDiscuz "
|
2298 |
-
"Report and Flagging addon comes with comment reporting tools. Automaticaly "
|
2299 |
-
"auto-moderates comments based on number of flags and dislikes."
|
2300 |
msgstr ""
|
2301 |
-
"
|
2302 |
-
"Kommentaren helfen. wpDiscuz Report and Flagging Addon enthält Tools zur "
|
2303 |
-
"Kommentierung von Kommentaren. Automatische Moderation von Kommentaren "
|
2304 |
-
"basierend auf der Anzahl von Flags und Dislikes."
|
2305 |
|
2306 |
-
#: options/class.WpdiscuzOptions.php:
|
2307 |
-
msgid "
|
2308 |
-
msgstr "
|
2309 |
|
2310 |
-
#: options/
|
2311 |
-
msgid ""
|
2312 |
-
"In most cases the big part of your visitors are not a native speakers of "
|
2313 |
-
"your language. Make your comments comprehensible for all visitors using "
|
2314 |
-
"wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
|
2315 |
-
"'Translate' button with 60 language translation options. Uses free "
|
2316 |
-
"translation API."
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: options/class.WpdiscuzOptions.php:
|
2320 |
-
msgid "
|
2321 |
-
msgstr "
|
2322 |
|
2323 |
-
#: options/class.WpdiscuzOptions.php:
|
2324 |
-
msgid ""
|
2325 |
-
"You can let website visitor search in comments. It's always more attractive "
|
2326 |
-
"to find a comment about something that interest you. Using wpDiscuz Comment "
|
2327 |
-
"Search addon you'll get a nice, AJAX powered front-end comment search form "
|
2328 |
-
"above comment list."
|
2329 |
msgstr ""
|
2330 |
-
"Sie können den Website-Besucher in Kommentaren suchen lassen. Es ist immer "
|
2331 |
-
"attraktiver, einen Kommentar zu etwas zu finden, der Sie interessiert. Mit "
|
2332 |
-
"wpDiscuz Comment Search Addon erhalten Sie ein nettes, AJAX-gestütztes "
|
2333 |
-
"Frontend-Kommentar-Suchformular über der Kommentarliste."
|
2334 |
-
|
2335 |
-
#: options/class.WpdiscuzOptions.php:2069
|
2336 |
-
msgid "wpDiscuz Widgets"
|
2337 |
-
msgstr "wpDiscuz Widgets"
|
2338 |
|
2339 |
-
#:
|
2340 |
-
msgid ""
|
2341 |
-
"More Comment Widgets! Most voted comments, Active comment threads, Most "
|
2342 |
-
"commented posts, Active comment authors widgets are available in wpDiscuz "
|
2343 |
-
"Widgets Addon"
|
2344 |
msgstr ""
|
2345 |
-
"Mehr Kommentare Widgets! Die meisten ausgewählten Kommentare, wie \"Aktive "
|
2346 |
-
"Kommentarthemen\", \"Meist kommentierte Beiträge\", \"Aktive Kommentarautoren"
|
2347 |
-
"\" Widgets sind in wpDiscuz Widgets Addon verfügbar"
|
2348 |
|
2349 |
-
#:
|
2350 |
-
msgid "
|
2351 |
-
msgstr "
|
2352 |
|
2353 |
-
#:
|
2354 |
-
msgid ""
|
2355 |
-
"You can moderate comments on front-end using all in one powerful yet simple "
|
2356 |
-
"wpDiscuz Frontend Moderation addon."
|
2357 |
msgstr ""
|
2358 |
-
"Sie können Kommentare am Front-End moderieren, indem Sie das alles-in-einem "
|
2359 |
-
"leistungsstarke und einfache wpDiscuz-Frontend-Moderation-Addon verwenden."
|
2360 |
|
2361 |
-
#:
|
2362 |
-
msgid ""
|
2363 |
-
"You can let website visitors attach images and files to comments and embed "
|
2364 |
-
"video/audio content using wpDiscuz Media Uploader addon."
|
2365 |
msgstr ""
|
2366 |
-
"Sie können Website-Besuchern das Anhängen von Bildern und Dateien an "
|
2367 |
-
"Kommentare und das Einbetten von Video- / Audioinhalten mithilfe des Add-Ins "
|
2368 |
-
"wpDiscuz Media Uploader ermöglichen."
|
2369 |
|
2370 |
-
#: options/class.WpdiscuzOptions.php:
|
2371 |
-
msgid "
|
2372 |
-
msgstr "
|
2373 |
|
2374 |
-
#: options/class.WpdiscuzOptions.php:
|
2375 |
-
msgid ""
|
2376 |
-
"Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
|
2377 |
-
"adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
|
2378 |
msgstr ""
|
2379 |
-
"Erweiterter Spamschutz mit wpDiscuz Google reCAPTCHA Addon. Dieses Addon "
|
2380 |
-
"fügt No-CAPTCHA reCAPTCHA für alle Kommentarformen hinzu. Stoppt Spam- und "
|
2381 |
-
"Bot-Kommentare."
|
2382 |
|
2383 |
-
#:
|
2384 |
-
msgid "
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: options/class.WpdiscuzOptions.php:
|
2388 |
-
msgid "
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: options/
|
2392 |
-
msgid "
|
2393 |
-
msgstr "
|
2394 |
|
2395 |
-
#: options/
|
2396 |
-
msgid "
|
2397 |
-
msgstr ""
|
2398 |
|
2399 |
-
#:
|
2400 |
-
msgid "
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#:
|
2404 |
-
msgid "
|
2405 |
msgstr ""
|
2406 |
|
2407 |
-
#:
|
2408 |
-
msgid "
|
2409 |
-
msgstr ""
|
2410 |
|
2411 |
-
#:
|
2412 |
-
msgid "
|
2413 |
-
msgstr ""
|
2414 |
|
2415 |
-
#:
|
2416 |
-
|
2417 |
-
|
2418 |
-
msgstr ""
|
2419 |
|
2420 |
-
#:
|
2421 |
-
msgid "
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: options/
|
2425 |
-
|
2426 |
-
|
2427 |
-
msgstr ""
|
2428 |
|
2429 |
-
#:
|
2430 |
-
msgid "
|
2431 |
-
msgstr ""
|
2432 |
|
2433 |
-
#:
|
2434 |
-
|
2435 |
-
msgid "Regenerate Vote Data"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
-
#: options/
|
2439 |
-
msgid ""
|
2440 |
-
"
|
2441 |
-
"experience"
|
2442 |
-
msgstr ""
|
2443 |
|
2444 |
-
#: options/
|
2445 |
-
|
2446 |
-
msgid "Synchronize Commenters Data"
|
2447 |
msgstr ""
|
2448 |
|
2449 |
-
#:
|
2450 |
-
msgid "
|
2451 |
msgstr ""
|
2452 |
|
2453 |
-
#:
|
2454 |
-
#: options/class.WpdiscuzOptions.php:
|
2455 |
-
|
|
|
|
|
|
|
|
|
|
|
2456 |
msgstr ""
|
2457 |
|
2458 |
-
#:
|
2459 |
-
msgid "
|
2460 |
-
msgstr "
|
2461 |
|
2462 |
-
#:
|
2463 |
-
msgid "
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#:
|
2467 |
-
|
2468 |
-
|
2469 |
-
|
2470 |
-
"
|
2471 |
-
"Set this option value 0 to clear those data when user closes browser."
|
2472 |
-
msgstr ""
|
2473 |
|
2474 |
-
#: options/class.WpdiscuzOptions.php:
|
2475 |
-
msgid "
|
2476 |
-
msgstr "
|
2477 |
|
2478 |
-
#: options/
|
2479 |
-
msgid "
|
2480 |
-
msgstr ""
|
2481 |
|
2482 |
-
#:
|
2483 |
-
|
2484 |
-
|
2485 |
-
|
2486 |
-
|
|
|
|
|
|
|
2487 |
msgstr ""
|
2488 |
|
2489 |
-
#: options/
|
2490 |
-
msgid "
|
2491 |
-
msgstr ""
|
2492 |
|
2493 |
-
#: options/class.WpdiscuzOptions.php:
|
2494 |
-
msgid "
|
2495 |
-
msgstr ""
|
2496 |
|
2497 |
-
#:
|
2498 |
-
|
2499 |
-
|
2500 |
-
|
2501 |
-
|
2502 |
-
|
2503 |
-
|
2504 |
-
|
2505 |
-
msgstr ""
|
2506 |
|
2507 |
-
#: options/class.WpdiscuzOptions.php:
|
2508 |
-
msgid "
|
2509 |
msgstr ""
|
2510 |
|
2511 |
-
#: options/
|
2512 |
-
msgid ""
|
2513 |
-
"Please click on buttons to disable or enable. The enabled buttons are "
|
2514 |
-
"colored green, the disabled buttons are gray. If you want to disable the "
|
2515 |
-
"whole formatting toolbar, please click on the [Disable formatting buttons] "
|
2516 |
-
"button. Options to manage Image Attachment button are located in 'Comment "
|
2517 |
-
"Content and Media' setting page."
|
2518 |
msgstr ""
|
2519 |
|
2520 |
-
#: options/
|
2521 |
-
msgid "Enable
|
2522 |
-
msgstr "Quicktags ermöglichen"
|
2523 |
-
|
2524 |
-
#: options/class.WpdiscuzOptions.php:3181
|
2525 |
-
msgid ""
|
2526 |
-
"Quicktag is a on-click button that inserts HTML in to comment textarea. For "
|
2527 |
-
"example the \"b\" Quicktag will insert the HTML bold tags < b > < /b >."
|
2528 |
msgstr ""
|
2529 |
-
"Quicktag ist ein OnClick Button, der HTML in den Kommentarbereich einfügt. "
|
2530 |
-
"Zum Beispiel fügt der \"b\"-Quicktag die HTML-Fett-Tags < b > < / b> ein."
|
2531 |
|
2532 |
-
#: options/class.WpdiscuzOptions.php:
|
2533 |
-
msgid "
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: options/class.WpdiscuzOptions.php:
|
2537 |
-
|
2538 |
-
msgid "Secret Key"
|
2539 |
msgstr ""
|
2540 |
|
2541 |
-
#: options/class.WpdiscuzOptions.php:
|
2542 |
-
msgid "
|
2543 |
msgstr ""
|
2544 |
|
2545 |
-
#: options/class.WpdiscuzOptions.php:
|
2546 |
-
msgid "
|
2547 |
msgstr ""
|
2548 |
|
2549 |
-
#: options/class.WpdiscuzOptions.php:
|
2550 |
-
msgid "
|
2551 |
msgstr ""
|
2552 |
|
2553 |
-
#: options/class.WpdiscuzOptions.php:
|
2554 |
msgid "Enable for Guests"
|
2555 |
msgstr ""
|
2556 |
|
2557 |
-
#: options/class.WpdiscuzOptions.php:
|
2558 |
msgid "Enable for Logged-in Users"
|
2559 |
msgstr ""
|
2560 |
|
2561 |
-
#: options/
|
2562 |
-
msgid "
|
2563 |
-
msgstr ""
|
2564 |
-
|
2565 |
-
#: options/class.WpdiscuzOptions.php:3255
|
2566 |
-
msgid "User Authorization and Profile Data"
|
2567 |
msgstr ""
|
2568 |
|
2569 |
-
#: options/class.WpdiscuzOptions.php:
|
2570 |
-
msgid "
|
2571 |
msgstr ""
|
2572 |
|
2573 |
-
#: options/class.WpdiscuzOptions.php:
|
2574 |
-
msgid "
|
2575 |
msgstr ""
|
2576 |
|
2577 |
-
#: options/class.WpdiscuzOptions.php:
|
2578 |
-
msgid "
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#:
|
2582 |
-
msgid ""
|
2583 |
-
"The \"My Content & Settings\" button is located in comment filter panel on "
|
2584 |
-
"top of all comments, right after the [X Comments] phrase. This button opens "
|
2585 |
-
"a pop-up window allowing commenters manage their content and settings."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: options/class.WpdiscuzOptions.php:
|
2589 |
msgid "Enable Profiles URL"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: options/class.WpdiscuzOptions.php:
|
2593 |
-
|
2594 |
-
|
2595 |
-
"By default wpDiscuz adds a link with comment author avatar to the author "
|
2596 |
-
"profile page, you can disable this link using this option. However in case "
|
2597 |
-
"you use some plugin with User Profile page, you should keep this option "
|
2598 |
-
"enabled. wpDiscuz is well integrated with %s, BuddyPress and Ultimate Member "
|
2599 |
-
"profile builder plugins."
|
2600 |
-
msgstr ""
|
2601 |
-
|
2602 |
-
#: options/class.WpdiscuzOptions.php:3291
|
2603 |
-
msgid "Use Website URL as Profile URL"
|
2604 |
-
msgstr ""
|
2605 |
|
2606 |
-
#: options/class.WpdiscuzOptions.php:
|
2607 |
-
msgid "
|
2608 |
msgstr ""
|
2609 |
-
"Benutzen Sie die E-Mail Adresse des Gastes, um einen registrierten Account "
|
2610 |
-
"zu erkennen"
|
2611 |
|
2612 |
-
#:
|
2613 |
-
msgid ""
|
2614 |
-
"
|
2615 |
-
"wpDiscuz can detect the account role using guest email and display commenter "
|
2616 |
-
"label correctly."
|
2617 |
-
msgstr ""
|
2618 |
-
"Manchmal melden sich registrierte Benutzer als Gast mit derselben E-Mail "
|
2619 |
-
"Adresse an. wpDiscuz kann die Kontorolle mithilfe der Gast E-Mail erkennen "
|
2620 |
-
"und das Kommentar Label korrekt anzeigen."
|
2621 |
|
2622 |
-
#: options/class.WpdiscuzOptions.php:
|
2623 |
-
msgid "
|
2624 |
msgstr ""
|
2625 |
|
2626 |
-
#: options/class.WpdiscuzOptions.php:
|
2627 |
-
msgid "
|
2628 |
msgstr ""
|
2629 |
|
2630 |
-
#: options/class.WpdiscuzOptions.php:
|
2631 |
-
msgid "User
|
2632 |
-
msgstr "Benutzervereinbarung vor einer Social Login Aktion"
|
2633 |
-
|
2634 |
-
#: options/class.WpdiscuzOptions.php:3324
|
2635 |
-
msgid ""
|
2636 |
-
"If this option is enabled, all Social Login buttons become not-clickable "
|
2637 |
-
"until user accept automatic account creation process based on his/her Social "
|
2638 |
-
"Network Account shared information (email, name). This checkbox and "
|
2639 |
-
"appropriate information will be displayed when user click on a social login "
|
2640 |
-
"button, prior to the login process. This extra step is added to comply with "
|
2641 |
-
"the GDPR"
|
2642 |
msgstr ""
|
2643 |
-
"Wenn diese Option aktiviert ist, können alle Schaltflächen für die Social-"
|
2644 |
-
"Anmeldung nicht angeklickt werden, bis der Benutzer den automatischen "
|
2645 |
-
"Kontoerstellungsprozess, basierend auf den Informationen seines sozialen "
|
2646 |
-
"Netzwerkkontos (E-Mail, Name), akzeptiert. Dieses Kontrollkästchen und die "
|
2647 |
-
"entsprechenden Informationen werden angezeigt, wenn der Benutzer vor dem "
|
2648 |
-
"Anmeldevorgang auf eine Schaltfläche für die Social-Anmeldung klickt. Dieser "
|
2649 |
-
"zusätzliche Schritt wird hinzugefügt, um der DSGVO zu entsprechen"
|
2650 |
|
2651 |
-
#: options/class.WpdiscuzOptions.php:
|
2652 |
-
msgid ""
|
2653 |
-
"The note text and the label of this checkbox can be managed in Comments > "
|
2654 |
-
"Phrases > Social Login tab."
|
2655 |
msgstr ""
|
2656 |
-
"Der Notizentext und die Beschriftung dieses Kontrollkästchens können in den "
|
2657 |
-
"\"Kommentaren > Phrasen > Social-Login-Tab\" verwaltet werden."
|
2658 |
-
|
2659 |
-
#: options/class.WpdiscuzOptions.php:3329
|
2660 |
-
msgid "Display social login buttons on reply forms"
|
2661 |
-
msgstr "Social Login Buttons in Antwortformularen anzeigen"
|
2662 |
|
2663 |
-
#: options/class.WpdiscuzOptions.php:
|
2664 |
-
msgid "
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: options/class.WpdiscuzOptions.php:
|
2668 |
-
msgid "
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#:
|
2672 |
-
msgid "
|
2673 |
msgstr ""
|
2674 |
|
2675 |
-
#: options/class.WpdiscuzOptions.php:
|
2676 |
-
|
2677 |
-
"
|
2678 |
-
"
|
2679 |
-
"website OAuth Redirect URI is displayed above."
|
2680 |
-
msgstr ""
|
2681 |
|
2682 |
-
#: options/
|
2683 |
-
msgid "
|
2684 |
-
msgstr ""
|
2685 |
|
2686 |
-
#: options/
|
2687 |
-
msgid "
|
2688 |
-
msgstr ""
|
2689 |
|
2690 |
-
#: options/
|
2691 |
-
msgid "
|
2692 |
-
msgstr ""
|
2693 |
|
2694 |
-
#: options/class.WpdiscuzOptions.php:
|
2695 |
-
|
2696 |
-
|
|
|
2697 |
|
2698 |
-
#: options/class.WpdiscuzOptions.php:
|
2699 |
-
|
2700 |
-
|
|
|
2701 |
|
2702 |
-
#: options/class.WpdiscuzOptions.php:
|
2703 |
-
|
2704 |
-
|
|
|
2705 |
|
2706 |
-
#: options/
|
2707 |
-
msgid "
|
2708 |
-
msgstr ""
|
2709 |
|
2710 |
-
#:
|
2711 |
-
msgid "
|
2712 |
-
msgstr ""
|
2713 |
|
2714 |
-
#: options/
|
2715 |
-
msgid "
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: options/
|
2719 |
-
|
2720 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2721 |
|
2722 |
-
#: options/
|
2723 |
-
msgid "
|
2724 |
msgstr ""
|
2725 |
|
2726 |
-
#: options/
|
2727 |
-
msgid "
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: options/
|
2731 |
-
msgid "
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: options/class.WpdiscuzOptions.php:
|
2735 |
-
msgid "
|
|
|
|
|
2736 |
msgstr ""
|
|
|
|
|
2737 |
|
2738 |
-
#: options/class.WpdiscuzOptions.php:
|
2739 |
-
msgid "
|
|
|
|
|
2740 |
msgstr ""
|
|
|
|
|
2741 |
|
2742 |
-
#:
|
2743 |
-
msgid "
|
2744 |
-
msgstr ""
|
2745 |
|
2746 |
-
#:
|
2747 |
-
msgid "
|
2748 |
-
msgstr ""
|
2749 |
|
2750 |
-
#: options/class.WpdiscuzOptions.php:
|
2751 |
-
msgid "
|
2752 |
msgstr ""
|
2753 |
|
2754 |
-
#:
|
2755 |
-
msgid "
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: options/class.WpdiscuzOptions.php:
|
2759 |
-
msgid "
|
2760 |
msgstr ""
|
2761 |
|
2762 |
-
#:
|
2763 |
-
msgid "
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#:
|
2767 |
-
msgid "
|
2768 |
msgstr ""
|
2769 |
|
2770 |
-
#: options/class.WpdiscuzOptions.php:
|
2771 |
-
msgid "
|
2772 |
msgstr ""
|
2773 |
|
2774 |
-
#: options/class.WpdiscuzOptions.php:
|
2775 |
-
msgid "
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#:
|
2779 |
-
msgid "
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: options/
|
2783 |
-
msgid "
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#:
|
2787 |
-
|
2788 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2789 |
|
2790 |
-
#:
|
2791 |
-
|
2792 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2793 |
|
2794 |
-
#:
|
2795 |
-
|
2796 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2797 |
|
2798 |
-
#:
|
2799 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2800 |
msgstr ""
|
|
|
|
|
2801 |
|
2802 |
-
#:
|
2803 |
-
msgid "
|
2804 |
-
msgstr ""
|
2805 |
|
2806 |
-
#: options/
|
2807 |
-
msgid "
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: options/class.WpdiscuzOptions.php:
|
2811 |
-
msgid "
|
|
|
|
|
|
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: options/
|
2815 |
-
msgid "
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: options/
|
2819 |
-
msgid "
|
2820 |
msgstr ""
|
2821 |
|
2822 |
-
#: options/
|
2823 |
-
msgid "
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: options/
|
2827 |
-
msgid "
|
|
|
|
|
|
|
|
|
2828 |
msgstr ""
|
2829 |
|
2830 |
-
#: options/
|
2831 |
-
|
|
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: options/
|
2835 |
-
|
|
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: options/
|
2839 |
-
msgid "
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: options/
|
2843 |
-
msgid "
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: options/
|
2847 |
-
msgid "
|
2848 |
msgstr ""
|
2849 |
|
2850 |
-
#: options/
|
2851 |
-
msgid "
|
2852 |
msgstr ""
|
2853 |
|
2854 |
-
#: options/class.WpdiscuzOptions.php:
|
2855 |
-
|
|
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: options/class.WpdiscuzOptions.php:
|
2859 |
-
|
|
|
2860 |
msgstr ""
|
2861 |
|
2862 |
-
#: options/class.WpdiscuzOptions.php:
|
2863 |
-
|
|
|
2864 |
msgstr ""
|
2865 |
|
2866 |
-
#: options/
|
2867 |
-
msgid "
|
2868 |
msgstr ""
|
2869 |
|
2870 |
-
#: options/class.WpdiscuzOptions.php:
|
2871 |
-
msgid "
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#:
|
2875 |
-
|
2876 |
-
|
|
|
2877 |
|
2878 |
-
#:
|
2879 |
-
|
|
|
2880 |
msgstr ""
|
2881 |
|
2882 |
-
#: options/
|
2883 |
-
msgid "
|
2884 |
msgstr ""
|
2885 |
|
2886 |
-
#: options/class.WpdiscuzOptions.php:
|
2887 |
-
msgid "
|
2888 |
msgstr ""
|
2889 |
|
2890 |
-
#: options/class.WpdiscuzOptions.php:
|
2891 |
-
|
2892 |
-
|
2893 |
-
"enables Google to feature your post ratings and attract customers with it. "
|
2894 |
-
"When searching the internet, people will see your posts search results with "
|
2895 |
-
"star ratings. Even though those results are not at the top of search engine "
|
2896 |
-
"results page, those sites caught people attention first."
|
2897 |
msgstr ""
|
2898 |
|
2899 |
-
#:
|
2900 |
-
|
2901 |
-
|
2902 |
-
|
2903 |
-
|
2904 |
-
|
2905 |
-
|
2906 |
-
|
2907 |
-
|
2908 |
-
"
|
2909 |
-
msgstr ""
|
2910 |
|
2911 |
-
#: options/
|
2912 |
-
msgid "
|
2913 |
-
msgstr "
|
2914 |
|
2915 |
-
#: options/
|
2916 |
-
msgid "
|
2917 |
-
msgstr "
|
2918 |
|
2919 |
-
#: options/
|
2920 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2921 |
msgstr ""
|
2922 |
|
2923 |
-
#: options/
|
2924 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2925 |
msgstr ""
|
2926 |
|
2927 |
-
#: options/
|
2928 |
msgid ""
|
2929 |
-
"
|
2930 |
-
"page loading is complete, this option will initiate AJAX request and load "
|
2931 |
-
"comments without affecting page loading speed. Also, you can select the "
|
2932 |
-
"[View Comments] button option to allow visitors load comments manually "
|
2933 |
-
"whenever they want."
|
2934 |
msgstr ""
|
2935 |
|
2936 |
-
#: options/
|
2937 |
-
msgid "
|
2938 |
msgstr ""
|
2939 |
-
"Zeigen Sie nur übergeordnete Kommentare und <u>Antworten anzeigen ∨</u> an"
|
2940 |
|
2941 |
-
#: options/
|
|
|
|
|
|
|
|
|
2942 |
msgid ""
|
2943 |
-
"
|
2944 |
-
"
|
2945 |
-
"replies he/she just need to click on [view replies (12)] button located on "
|
2946 |
-
"all parent comments which have replies."
|
2947 |
msgstr ""
|
2948 |
|
2949 |
-
#: options/class.WpdiscuzOptions.php:
|
2950 |
-
msgid "
|
2951 |
msgstr ""
|
2952 |
|
2953 |
-
#: options/class.WpdiscuzOptions.php:
|
2954 |
-
|
|
|
|
|
|
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: options/class.WpdiscuzOptions.php:
|
2958 |
-
msgid "
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: options/class.WpdiscuzOptions.php:
|
2962 |
-
msgid ""
|
2963 |
-
"
|
2964 |
-
"Sorting buttons are not available for the default comments pagination type "
|
2965 |
-
"[1][2][3]... It's only active for [Load more] and other AJAX pagination "
|
2966 |
-
"types."
|
2967 |
-
msgstr ""
|
2968 |
|
2969 |
-
#:
|
2970 |
-
msgid "
|
2971 |
msgstr ""
|
2972 |
|
2973 |
-
#:
|
2974 |
-
msgid "
|
2975 |
msgstr ""
|
2976 |
|
2977 |
-
#: options/class.WpdiscuzOptions.php:
|
2978 |
-
msgid ""
|
2979 |
-
"By default child comments are sorted by oldest on top. Using this option you "
|
2980 |
-
"can revers child comments order and sort them by newest on top."
|
2981 |
msgstr ""
|
2982 |
|
2983 |
-
#:
|
2984 |
-
msgid "
|
2985 |
msgstr ""
|
2986 |
|
2987 |
-
#: options/class.WpdiscuzOptions.php:
|
2988 |
-
msgid ""
|
2989 |
-
"You can manage the number of comments for [Load more] option in Settings > "
|
2990 |
-
"Discussion page, using \"Break comments into pages with [X] top level "
|
2991 |
-
"comments per page\" option. To show the default Wordpress comment pagination "
|
2992 |
-
"you should enable the checkbox on beginning of the same option."
|
2993 |
msgstr ""
|
2994 |
|
2995 |
-
#: options/class.WpdiscuzOptions.php:
|
2996 |
-
msgid "
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: options/class.WpdiscuzOptions.php:
|
3000 |
-
msgid "
|
3001 |
-
msgstr ""
|
3002 |
|
3003 |
-
#: options/class.WpdiscuzOptions.php:
|
3004 |
-
msgid "
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: options/
|
3008 |
-
msgid "
|
|
|
|
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#:
|
3012 |
-
msgid "
|
3013 |
-
msgstr ""
|
3014 |
|
3015 |
-
#: options/
|
3016 |
-
msgid "
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
|
3020 |
-
msgid "
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: options/class.WpdiscuzOptions.php:
|
3024 |
-
|
3025 |
-
|
|
|
|
|
3026 |
|
3027 |
-
#: options/
|
3028 |
-
msgid "
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: options/
|
3032 |
-
msgid "
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: options/class.WpdiscuzOptions.php:
|
3036 |
-
msgid "
|
|
|
|
|
3037 |
msgstr ""
|
|
|
|
|
3038 |
|
3039 |
-
#: options/
|
3040 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: options/
|
3044 |
-
msgid "
|
|
|
|
|
3045 |
msgstr ""
|
|
|
|
|
3046 |
|
3047 |
-
#: options/
|
3048 |
-
msgid "
|
|
|
|
|
3049 |
msgstr ""
|
3050 |
|
3051 |
-
#: options/
|
3052 |
msgid ""
|
3053 |
-
"
|
3054 |
-
"
|
3055 |
-
"> Discussions admin page."
|
3056 |
msgstr ""
|
3057 |
|
3058 |
-
#: options/
|
3059 |
-
msgid "
|
|
|
|
|
3060 |
msgstr ""
|
3061 |
|
3062 |
-
#: options/
|
3063 |
-
msgid "
|
|
|
|
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: options/
|
3067 |
-
msgid "
|
|
|
|
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: options/
|
3071 |
-
|
|
|
|
|
|
|
|
|
|
|
3072 |
msgstr ""
|
3073 |
|
3074 |
-
#: options/
|
3075 |
-
msgid "Comment Form and Comment List Style"
|
3076 |
-
msgstr "Kommentarformular und Kommentarliste Style"
|
3077 |
-
|
3078 |
-
#: options/class.WpdiscuzOptions.php:3932
|
3079 |
msgid ""
|
3080 |
-
"
|
3081 |
-
"
|
3082 |
-
"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: options/
|
3086 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3087 |
msgstr ""
|
3088 |
|
3089 |
-
#: options/
|
|
|
3090 |
msgid ""
|
3091 |
-
"
|
3092 |
-
"
|
|
|
|
|
|
|
|
|
|
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#: options/class.WpdiscuzOptions.php:
|
3096 |
-
msgid "
|
|
|
|
|
3097 |
msgstr ""
|
|
|
|
|
3098 |
|
3099 |
-
#: options/class.WpdiscuzOptions.php:
|
3100 |
-
msgid "
|
|
|
|
|
|
|
|
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: options/class.WpdiscuzOptions.php:
|
3104 |
-
msgid "
|
|
|
|
|
|
|
3105 |
msgstr ""
|
3106 |
|
3107 |
-
#: options/class.WpdiscuzOptions.php:
|
3108 |
msgid ""
|
3109 |
-
"
|
3110 |
-
"
|
3111 |
-
"
|
|
|
3112 |
msgstr ""
|
3113 |
|
3114 |
-
#: options/class.WpdiscuzOptions.php:
|
3115 |
-
msgid "
|
3116 |
-
|
3117 |
-
|
3118 |
-
|
3119 |
-
|
3120 |
msgstr ""
|
3121 |
|
3122 |
-
#: options/class.WpdiscuzOptions.php:
|
3123 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
3124 |
msgstr ""
|
3125 |
|
3126 |
-
#: options/class.WpdiscuzOptions.php:
|
3127 |
-
#, php-format
|
3128 |
msgid ""
|
3129 |
-
"
|
3130 |
-
"
|
3131 |
-
"
|
3132 |
-
"
|
|
|
|
|
|
|
3133 |
msgstr ""
|
3134 |
|
3135 |
-
#:
|
3136 |
-
msgid "
|
3137 |
msgstr ""
|
3138 |
|
3139 |
-
#: options/class.WpdiscuzOptions.php:
|
3140 |
-
|
3141 |
-
|
3142 |
-
|
3143 |
-
#: options/class.WpdiscuzOptions.php:4003
|
3144 |
-
msgid "Enable subscription confirmation for registered users"
|
3145 |
-
msgstr ""
|
3146 |
|
3147 |
-
#: options/class.WpdiscuzOptions.php:
|
3148 |
-
msgid "
|
3149 |
msgstr ""
|
3150 |
|
3151 |
-
#: options/class.WpdiscuzOptions.php:
|
3152 |
-
msgid "
|
3153 |
msgstr ""
|
3154 |
|
3155 |
-
#: options/class.WpdiscuzOptions.php:
|
3156 |
-
|
3157 |
-
|
3158 |
-
msgstr ""
|
3159 |
|
3160 |
-
#: options/
|
3161 |
-
|
3162 |
-
|
3163 |
-
|
3164 |
-
"comment form. You can disable this subscription way by unchecking this "
|
3165 |
-
"option."
|
3166 |
-
msgstr ""
|
3167 |
-
"wpDiscuz ist bisher das einzige Kommentar-System, welches eMail-Abonnements "
|
3168 |
-
"auf einzelne Kommentare / Antworten ermöglicht. Diese Option ist oberhalb "
|
3169 |
-
"der [Kommentar veröffentlichen] Schaltfläche im Kommentar-Formular. Um die "
|
3170 |
-
"Funktion zu deaktivieren kannst du hier den Options-Haken entfernen."
|
3171 |
|
3172 |
-
#: options/class.WpdiscuzOptions.php:
|
3173 |
-
msgid ""
|
3174 |
-
|
3175 |
-
msgstr ""
|
3176 |
|
3177 |
-
#: options/
|
3178 |
-
|
3179 |
-
|
3180 |
-
|
3181 |
|
3182 |
-
#: options/class.WpdiscuzOptions.php:
|
3183 |
-
msgid ""
|
3184 |
-
|
3185 |
-
"notified, they add a reply right from their inbox."
|
3186 |
-
msgstr ""
|
3187 |
-
"Postmatic ermöglicht deinen Besuchern sich per E-Mail über neuen Kommentare "
|
3188 |
-
"benachrichtigen zu lassen. Zusätzlich können diese direkt im Posteingang "
|
3189 |
-
"beantwortet werden."
|
3190 |
|
3191 |
-
#: options/
|
3192 |
-
msgid "
|
3193 |
-
msgstr ""
|
3194 |
|
3195 |
-
#:
|
3196 |
-
msgid "
|
3197 |
msgstr ""
|
3198 |
|
3199 |
-
|
3200 |
-
msgid "
|
3201 |
msgstr ""
|
3202 |
|
3203 |
-
|
3204 |
-
msgid "
|
3205 |
msgstr ""
|
3206 |
|
3207 |
-
#:
|
3208 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: options/class.WpdiscuzOptions.php:
|
3212 |
-
msgid "
|
3213 |
-
msgstr ""
|
3214 |
|
3215 |
-
#:
|
3216 |
-
|
|
|
|
|
|
|
3217 |
msgstr ""
|
3218 |
|
3219 |
-
#: options/
|
3220 |
-
msgid "
|
3221 |
msgstr ""
|
3222 |
|
3223 |
-
#:
|
3224 |
-
msgid "
|
3225 |
-
msgstr ""
|
3226 |
|
3227 |
-
#:
|
3228 |
-
msgid "
|
3229 |
-
msgstr ""
|
3230 |
|
3231 |
-
#:
|
3232 |
-
msgid "
|
3233 |
-
msgstr ""
|
3234 |
|
3235 |
-
#: options/
|
3236 |
-
msgid "
|
3237 |
msgstr ""
|
3238 |
|
3239 |
-
#:
|
3240 |
-
msgid ""
|
3241 |
-
"
|
3242 |
-
"number of comments users can leave per post or sitewide. It also allow to "
|
3243 |
-
"set restriction for comments or for replies only."
|
3244 |
-
msgstr ""
|
3245 |
|
3246 |
-
#: options/
|
3247 |
-
|
|
|
|
|
3248 |
msgstr ""
|
3249 |
|
3250 |
-
#: options/class.WpdiscuzOptions.php:
|
3251 |
-
msgid "
|
|
|
|
|
|
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: options/
|
3255 |
msgid ""
|
3256 |
-
"
|
3257 |
-
"
|
|
|
|
|
|
|
|
|
3258 |
msgstr ""
|
3259 |
-
"Ermöglicht die Einstellung der minimalen und maximalen Anzahl von Zeichen, "
|
3260 |
-
"die in das Kommentar Textfeld eingefügt werden können. Lassen Sie den "
|
3261 |
-
"Maximalwert leer, um das Limit zu entfernen."
|
3262 |
|
3263 |
-
#: options/class.WpdiscuzOptions.php:
|
3264 |
-
msgid "
|
|
|
|
|
|
|
|
|
3265 |
msgstr ""
|
3266 |
|
3267 |
-
#: options/class.WpdiscuzOptions.php:
|
3268 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
3269 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3270 |
|
3271 |
-
#:
|
3272 |
msgid ""
|
3273 |
-
"
|
3274 |
-
"
|
3275 |
-
"speed if the shortcode provider plugin is not well optimized."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#: options/class.WpdiscuzOptions.php:
|
3279 |
-
msgid "
|
|
|
|
|
|
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: options/
|
3283 |
-
|
|
|
|
|
|
|
|
|
3284 |
msgstr ""
|
3285 |
-
"Legen Sie diesen Optionswert auf 0 fest, um die "
|
3286 |
-
"Kommentartextunterbrechungsfunktion zu deaktivieren."
|
3287 |
|
3288 |
-
#:
|
3289 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: options/
|
3293 |
-
msgid "
|
3294 |
-
msgstr ""
|
3295 |
|
3296 |
-
#: options/
|
3297 |
-
msgid "
|
3298 |
-
msgstr ""
|
3299 |
|
3300 |
-
#: options/class.WpdiscuzOptions.php:
|
3301 |
-
msgid "
|
3302 |
msgstr ""
|
3303 |
|
3304 |
-
#: options/
|
3305 |
-
msgid "
|
3306 |
msgstr ""
|
3307 |
|
3308 |
-
#: options/
|
3309 |
-
|
|
|
3310 |
msgstr ""
|
3311 |
|
3312 |
-
#: options/
|
3313 |
-
msgid ""
|
3314 |
-
|
3315 |
-
"'post_max_size'. If you want to increase server parameters please contact to "
|
3316 |
-
"your hosting service support."
|
3317 |
-
msgstr ""
|
3318 |
|
3319 |
-
#: options/
|
3320 |
-
msgid "
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: options/
|
3324 |
-
msgid "
|
3325 |
msgstr ""
|
3326 |
|
3327 |
-
#: options/
|
3328 |
-
|
3329 |
-
|
|
|
3330 |
|
3331 |
-
#:
|
3332 |
msgid ""
|
3333 |
-
"
|
3334 |
-
"
|
3335 |
-
"
|
3336 |
-
"
|
3337 |
-
"
|
|
|
3338 |
msgstr ""
|
3339 |
|
3340 |
-
#: options/class.WpdiscuzOptions.php:
|
3341 |
-
msgid "
|
|
|
|
|
|
|
3342 |
msgstr ""
|
3343 |
|
3344 |
-
#: options/class.WpdiscuzOptions.php:
|
3345 |
-
|
3346 |
-
|
|
|
|
|
|
|
3347 |
msgstr ""
|
3348 |
|
3349 |
-
#: options/class.WpdiscuzOptions.php:
|
3350 |
msgid ""
|
3351 |
-
"
|
3352 |
-
"
|
3353 |
-
"
|
|
|
|
|
3354 |
msgstr ""
|
3355 |
|
3356 |
-
#: options/class.WpdiscuzOptions.php:
|
3357 |
-
|
3358 |
-
|
|
|
3359 |
|
3360 |
-
#: options/
|
3361 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
3362 |
msgstr ""
|
3363 |
|
3364 |
-
#: options/
|
3365 |
-
msgid "
|
3366 |
msgstr ""
|
3367 |
|
3368 |
-
#: options/class.WpdiscuzOptions.php:
|
3369 |
msgid ""
|
3370 |
-
"
|
3371 |
-
"
|
3372 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3373 |
msgstr ""
|
3374 |
|
3375 |
-
#: options/
|
3376 |
-
msgid "
|
3377 |
msgstr ""
|
3378 |
|
3379 |
-
#: options/
|
3380 |
-
msgid ""
|
3381 |
-
"In most cases article readers don't even think about leaving some comment. "
|
3382 |
-
"Using this option you can enable Bubble «Invite to Comment» "
|
3383 |
-
"message. Once page is loaded and visitor has read some content, it reminds "
|
3384 |
-
"about comments and calls to leave a reply."
|
3385 |
msgstr ""
|
3386 |
|
3387 |
-
#: options/class.WpdiscuzOptions.php:
|
3388 |
-
msgid "
|
3389 |
msgstr ""
|
3390 |
|
3391 |
-
#: options/class.WpdiscuzOptions.php:
|
3392 |
-
|
3393 |
-
|
3394 |
-
|
3395 |
-
#: options/class.WpdiscuzOptions.php:4283
|
3396 |
-
msgid ""
|
3397 |
-
"wpDiscuz live update is very light and doesn't overload your server. However "
|
3398 |
-
"we recommend to monitor your server resources if you're on a Shared hosting "
|
3399 |
-
"plan. There are some very weak hosting plans which may not be able to "
|
3400 |
-
"perform very frequently live update requests. If you found some issue you "
|
3401 |
-
"can set the option below 30 seconds or more."
|
3402 |
msgstr ""
|
3403 |
-
"wpDiscuz Live Update ist sehr leicht und überlastet Ihren Server nicht. Wir "
|
3404 |
-
"empfehlen jedoch, Ihre Serverressourcen zu überwachen, wenn Sie einen Shared "
|
3405 |
-
"Hosting-Plan haben. Es gibt einige sehr schwache Hosting-Pläne, die "
|
3406 |
-
"möglicherweise nicht in der Lage sind, Live-Update-Anfragen sehr häufig "
|
3407 |
-
"durchzuführen. Wenn Sie ein Ergebnis vorliegen haben, können Sie die Option "
|
3408 |
-
"unter 30 Sekunden oder länger einstellen."
|
3409 |
|
3410 |
-
#: options/
|
3411 |
-
msgid "
|
3412 |
msgstr ""
|
3413 |
|
3414 |
-
#: options/
|
3415 |
-
msgid "
|
3416 |
msgstr ""
|
3417 |
|
3418 |
-
#: options/class.WpdiscuzOptions.php:
|
3419 |
-
|
|
|
3420 |
msgstr ""
|
3421 |
|
3422 |
-
#: options/
|
3423 |
-
msgid "
|
3424 |
msgstr ""
|
3425 |
|
3426 |
-
#: options/class.WpdiscuzOptions.php:
|
3427 |
-
msgid ""
|
3428 |
-
"
|
3429 |
-
"options. It allows to filter and display article inline feedbacks (comments "
|
3430 |
-
"made while reading current article)."
|
3431 |
-
msgstr ""
|
3432 |
|
3433 |
-
#: options/class.WpdiscuzOptions.php:
|
3434 |
-
msgid "
|
3435 |
-
msgstr ""
|
3436 |
|
3437 |
-
#: options/class.WpdiscuzOptions.php:
|
3438 |
-
msgid ""
|
3439 |
-
"Once a question is added in article editor (backend), readers will see a "
|
3440 |
-
"small comment icon (call to leave a feedback) next to the text part you've "
|
3441 |
-
"selected for your question on article (front-end). This icon calls people to "
|
3442 |
-
"leave a feedback, using the type you've selected in this option. For "
|
3443 |
-
"example, if you've chosen the \"Blink\" option, once reader scrolled and "
|
3444 |
-
"reached to the article text with question, it animates with comment button "
|
3445 |
-
"size and color changes attracting readers attention."
|
3446 |
msgstr ""
|
3447 |
|
3448 |
-
#: options/class.WpdiscuzOptions.php:
|
3449 |
-
msgid "
|
3450 |
-
msgstr "Allgemeine Einstellungen"
|
3451 |
-
|
3452 |
-
#: options/class.WpdiscuzOptions.php:4336
|
3453 |
-
msgid "Enable wpDiscuz on Home Page"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
-
#:
|
3457 |
-
msgid "
|
3458 |
msgstr ""
|
3459 |
|
3460 |
-
#:
|
3461 |
-
msgid ""
|
3462 |
-
"By disabling this option you're automatically enabling wpDiscuz custom AJAX "
|
3463 |
-
"functions, which are many times faster that the default WordPress functions. "
|
3464 |
-
"Just make sure it doesn't conflict with your plugins."
|
3465 |
msgstr ""
|
3466 |
|
3467 |
-
#:
|
3468 |
-
msgid "
|
3469 |
msgstr ""
|
3470 |
|
3471 |
-
#: options/class.WpdiscuzOptions.php:
|
3472 |
-
msgid "
|
3473 |
msgstr ""
|
3474 |
|
3475 |
-
#: options/
|
3476 |
-
msgid "
|
3477 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3478 |
|
3479 |
-
#: options/class.WpdiscuzOptions.php:
|
3480 |
msgid ""
|
3481 |
-
"
|
3482 |
-
"
|
3483 |
msgstr ""
|
3484 |
-
"
|
3485 |
-
"
|
3486 |
|
3487 |
-
#: options/class.WpdiscuzOptions.php:
|
3488 |
-
msgid "
|
|
|
|
|
3489 |
msgstr ""
|
3490 |
|
3491 |
-
#: options/class.WpdiscuzOptions.php:
|
3492 |
-
|
3493 |
-
|
|
|
3494 |
|
3495 |
-
#:
|
3496 |
-
msgid ""
|
3497 |
-
"
|
3498 |
-
"show the date/time format set in WordPress General Settings."
|
3499 |
-
msgstr ""
|
3500 |
-
"wpDiscuz zeigt ein gut verständlich sowie menschlich lesbares Format. Sollte "
|
3501 |
-
"diese Option aktiviert werden, wird das von Wordpress vorgegebene Format "
|
3502 |
-
"verwendet."
|
3503 |
|
3504 |
-
#: options/
|
3505 |
-
msgid "
|
3506 |
msgstr ""
|
3507 |
|
3508 |
-
#:
|
|
|
|
|
|
|
|
|
3509 |
msgid ""
|
3510 |
-
"
|
3511 |
-
"
|
3512 |
-
"words in this date. This option provides shordcodes for each word allowing "
|
3513 |
-
"you manage the order. [number] is the 'X', [time_unit] is the 'days', "
|
3514 |
-
"[adjective] is the 'ago'."
|
3515 |
msgstr ""
|
3516 |
|
3517 |
-
#: options/
|
3518 |
-
msgid "
|
3519 |
msgstr ""
|
3520 |
|
3521 |
-
#: options/class.WpdiscuzOptions.php:
|
3522 |
-
msgid ""
|
3523 |
-
"wpDiscuz phrase system allows you to translate all front-end phrases. "
|
3524 |
-
"However if you have a multi-language website it'll not allow you to add more "
|
3525 |
-
"than one language translation. The only way to get it is the plugin "
|
3526 |
-
"translation files (.PO / .MO). If wpDiscuz has the languages you need you "
|
3527 |
-
"should check this option to disable phrase system and it'll automatically "
|
3528 |
-
"translate all phrases based on language files according to current language."
|
3529 |
msgstr ""
|
3530 |
-
"wpDiscuz Phrasen-System erlaubt die Beschriftungen des Kommentarbereiches. "
|
3531 |
-
"Sollte jedoch eine mehrsprachiges System (Multisite) installiert sein, so "
|
3532 |
-
"kann nur eine Sprache verwendet werden."
|
3533 |
|
3534 |
-
#: options/
|
3535 |
msgid ""
|
3536 |
-
"
|
3537 |
-
"
|
3538 |
msgstr ""
|
3539 |
-
"Helfen Sie mit, dass wpDiscuz weiter wächst und sich Menschen daran "
|
3540 |
-
"erinnern, welches Kommentar-Plugin Sie verwenden"
|
3541 |
|
3542 |
-
#: options/
|
3543 |
-
msgid ""
|
3544 |
-
"Please check this option on to help wpDiscuz get more popularity as your "
|
3545 |
-
"thank to the hard work we do for you totally free. This option adds a very "
|
3546 |
-
"small (16x16px) icon under the comment section which will allow your site "
|
3547 |
-
"visitors recognize the name of comment solution you use."
|
3548 |
msgstr ""
|
3549 |
-
"Bitte aktivieren Sie diese Option damit WpDiscuz mehr Popularität gewinnt - "
|
3550 |
-
"als Ihr Danke für die harte Arbeit wir für Sie völlig kostenlos erledigen. "
|
3551 |
-
"Diese Option fügt eine sehr kleines (16x16px) Icon unter den Kommentaren ein "
|
3552 |
-
"- über das der Besucher Ihrer Website den Namen des Kommentar-Lösung "
|
3553 |
-
"kennenlernen, die Sie verwenden."
|
3554 |
|
3555 |
-
#: options/class.WpdiscuzOptions.php:
|
3556 |
-
msgid "
|
3557 |
-
msgstr ""
|
3558 |
|
3559 |
-
#: options/
|
3560 |
-
msgid "
|
3561 |
msgstr ""
|
3562 |
|
3563 |
-
#: options/
|
3564 |
-
msgid "
|
3565 |
msgstr ""
|
3566 |
|
3567 |
-
#: options/
|
3568 |
-
msgid "
|
|
|
|
|
3569 |
msgstr ""
|
3570 |
|
3571 |
-
#: options/
|
3572 |
-
msgid "
|
|
|
|
|
3573 |
msgstr ""
|
|
|
|
|
3574 |
|
3575 |
-
#: options/class.WpdiscuzOptions.php:
|
3576 |
-
msgid "
|
|
|
3577 |
msgstr ""
|
3578 |
|
3579 |
-
#: options/
|
3580 |
-
|
3581 |
-
|
3582 |
-
msgstr "wpDiscuz Addons"
|
3583 |
-
|
3584 |
-
#: options/html-addons.php:19
|
3585 |
-
msgid "wpDiscuz Add-ons"
|
3586 |
-
msgstr "wpDiscuz Addons"
|
3587 |
-
|
3588 |
-
#: options/html-addons.php:20
|
3589 |
-
msgid "Addons Support Forum"
|
3590 |
-
msgstr "Addons Support Forum"
|
3591 |
|
3592 |
-
#: options/
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: wpDiscuz\n"
|
4 |
"POT-Creation-Date: 2020-12-06 21:22+0400\n"
|
5 |
+
"PO-Revision-Date: 2022-03-09 10:05+0000\n"
|
6 |
"Last-Translator: scysys <scysys@outlook.com>\n"
|
7 |
+
"Language-Team: German\n"
|
8 |
"Language: de_DE\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
13 |
+
"X-Generator: Loco https://localise.biz/\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: class.WpdiscuzCore.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: forms/wpdFormAttr/Field/Field.php:61
|
24 |
+
msgid " (Submit Button)"
|
25 |
+
msgstr " (Submit Button)"
|
|
|
|
|
|
|
|
|
26 |
|
27 |
+
#: options/html-dashboard.php:58
|
28 |
+
msgid ""
|
29 |
+
" In wpDiscuz 7 the real-time commenting becomes more live and attractive. "
|
30 |
+
"It's based on REST API and doesn't overload your server. A specific sticky "
|
31 |
+
"comment icon on your web pages, called «Bubble» keeps article "
|
32 |
+
"readers and commenters up to date. It can display new comments as pop-up "
|
33 |
+
"notification or as number in an orange circle."
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: options/html-addons.php:28
|
37 |
+
msgid " Thank you!<br/> Sincerely yours,<br/> gVectors Team "
|
38 |
+
msgstr " Danke!<br/>Mit freundlichen Grüßen,<br/>gVectors Team "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
+
#: options/phrases-layouts/phrases-user-settings.php:35
|
41 |
+
msgid "\"Bulk management via email\" description"
|
42 |
+
msgstr "\"Massenverwaltung per E-Mail\" Beschreibung"
|
43 |
|
44 |
+
#: options/class.WpdiscuzOptions.php:3390
|
45 |
+
msgid "\"My Content and Settings\" button"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#. Description of the plugin/theme
|
49 |
+
msgid ""
|
50 |
+
"#1 WordPress Comment Plugin. Innovative, modern and feature-rich comment "
|
51 |
+
"system to supercharge your website comment section."
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: options/class.WpdiscuzOptions.php:3185
|
55 |
+
#: options/class.WpdiscuzOptions.php:3195
|
56 |
+
#, php-format
|
57 |
+
msgid "%s addon was deactivated, because your license isn't valid."
|
58 |
+
msgstr ""
|
|
|
|
|
59 |
|
60 |
+
#: utils/class.WpdiscuzHelper.php:142
|
61 |
+
#, php-format
|
62 |
+
msgid "%sK"
|
63 |
+
msgstr ""
|
64 |
|
65 |
+
#: utils/class.WpdiscuzHelper.php:140
|
66 |
+
#, php-format
|
67 |
+
msgid "%sM"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: utils/layouts/pagination.php:23
|
71 |
+
msgid "«"
|
72 |
+
msgstr "«"
|
73 |
|
74 |
+
#: utils/layouts/pagination.php:28
|
75 |
+
msgid "‹"
|
76 |
+
msgstr "‹"
|
|
|
77 |
|
78 |
+
#: utils/layouts/pagination.php:50
|
79 |
+
msgid "»"
|
80 |
+
msgstr "»"
|
81 |
|
82 |
+
#: options/class.WpdiscuzOptions.php:415 utils/layouts/pagination.php:45
|
83 |
+
msgid "›"
|
84 |
+
msgstr "›"
|
85 |
|
86 |
+
#: options/options-layouts/html-thread_display.php:58
|
87 |
+
msgid "[Load more] Button"
|
88 |
+
msgstr "[Mehr laden] Schaltfläche"
|
89 |
|
90 |
+
#: options/options-layouts/html-thread_display.php:63
|
91 |
+
msgid "[Load rest of all comments] Button"
|
92 |
+
msgstr "[Rest von allen Kommentaren laden] Schaltfläche"
|
93 |
|
94 |
+
#: options/class.WpdiscuzOptions.php:3420
|
95 |
+
msgid "[REDIRECT_URL]"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: options/class.WpdiscuzOptions.php:2031
|
99 |
msgid ""
|
100 |
+
"A full-fledged tool-kit for advertising in comment section of your website. "
|
101 |
+
"Separate banner and ad managment."
|
|
|
102 |
msgstr ""
|
103 |
+
"Ein vollwertiges Tool-Kit für die Werbung im Kommentarbereich Ihrer Website. "
|
104 |
+
"Separates Banner und Anzeigenmanagement."
|
105 |
|
106 |
+
#: class.WpdiscuzCore.php:2102
|
107 |
+
msgid ""
|
108 |
+
"A simple question or a call to leave a feedback on the selected part of text."
|
109 |
+
" Something like "By the way. Do you agree with this?" or ""
|
110 |
+
"Would love your thoughts, please comment on this.""
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: options/html-dashboard.php:184
|
114 |
+
msgid "Active Users and Guests"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: options/class.WpdiscuzOptions.php:432
|
118 |
+
#: options/phrases-layouts/phrases-user-settings.php:15
|
119 |
+
msgid "Activity"
|
120 |
+
msgstr "Aktivität"
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
+
#: forms/wpDiscuzForm.php:499
|
123 |
+
msgid "Add Comment Form"
|
124 |
+
msgstr "Kommentar Formular hinzufügen"
|
125 |
|
126 |
+
#: forms/wpDiscuzForm.php:227 forms/wpdFormAttr/Row.php:73
|
127 |
+
msgid "Add Field"
|
128 |
+
msgstr "Feld hinzufügen"
|
129 |
|
130 |
+
#: options/html-options.php:329
|
131 |
+
msgid "Add Inline Commenting forms in article!"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: class.WpdiscuzCore.php:2144
|
135 |
+
msgid "Add Inline Feedback Button"
|
136 |
msgstr ""
|
137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
#: forms/wpDiscuzForm.php:112
|
139 |
msgid "Add New"
|
140 |
msgstr "Neu hinzufügen"
|
143 |
msgid "Add New Form"
|
144 |
msgstr "Neues Formular hinzufügen"
|
145 |
|
146 |
+
#: forms/wpdFormAttr/Form.php:1281
|
147 |
+
msgid "ADD ROW"
|
148 |
+
msgstr "REIHE HINZUFÜGEN"
|
149 |
|
150 |
+
#: forms/wpdFormAttr/Field/Field.php:96
|
151 |
+
msgid "Add To Form"
|
152 |
+
msgstr "Zum Formular hinzufügen"
|
153 |
|
154 |
+
#: class.WpdiscuzCore.php:1016 class.WpdiscuzCore.php:2395
|
155 |
+
#: class.WpdiscuzCore.php:2398 options/html-options.php:26
|
156 |
+
msgid "Addons"
|
157 |
+
msgstr "Erweiterungen"
|
158 |
|
159 |
+
#: options/html-options.php:445 options/html-options.php:523
|
160 |
+
msgid "Addons Settings"
|
161 |
+
msgstr ""
|
162 |
|
163 |
+
#: options/html-addons.php:20
|
164 |
+
msgid "Addons Support Forum"
|
165 |
+
msgstr "Addons Support Forum"
|
166 |
|
167 |
+
#: options/class.WpdiscuzOptions.php:1923
|
168 |
+
msgid ""
|
169 |
+
"Adds Giphy [GIF] button and opens popup where you can search for gifs and "
|
170 |
+
"insert them in comment content."
|
171 |
+
msgstr ""
|
172 |
|
173 |
+
#: options/class.WpdiscuzOptions.php:1977
|
174 |
+
msgid ""
|
175 |
+
"Adds Invisible reCAPTCHA on all comment forms. Stops spam and bot comments "
|
176 |
+
"with reCAPTCHA version 3"
|
177 |
+
msgstr ""
|
178 |
|
179 |
+
#: options/class.WpdiscuzOptions.php:1914
|
180 |
+
msgid ""
|
181 |
+
"Adds Tenor [GIF] button and opens popup where you can search for gifs and "
|
182 |
+
"insert them in comment content."
|
183 |
+
msgstr ""
|
184 |
|
185 |
+
#: class.WpdiscuzCore.php:1716 options/phrases-layouts/phrases-comment.php:56
|
186 |
+
msgid "Admin"
|
187 |
+
msgstr "Admin"
|
|
|
188 |
|
189 |
+
#: options/class.WpdiscuzOptions.php:2097
|
190 |
+
msgid "Ads Manager"
|
191 |
+
msgstr "Werbe-Manager"
|
192 |
|
193 |
+
#: options/addons/al/title.php:7 options/class.WpdiscuzOptions.php:2109
|
194 |
+
msgid "Advanced Likers"
|
195 |
+
msgstr "Erweiterte Gefällt-mir-Klicker"
|
196 |
|
197 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:45
|
198 |
+
#: forms/wpdFormAttr/Field/ColorField.php:41
|
199 |
+
#: forms/wpdFormAttr/Field/DateField.php:41
|
200 |
+
#: forms/wpdFormAttr/Field/NumberField.php:51
|
201 |
+
#: forms/wpdFormAttr/Field/RadioField.php:45
|
202 |
+
#: forms/wpdFormAttr/Field/RatingField.php:41
|
203 |
+
#: forms/wpdFormAttr/Field/SelectField.php:45
|
204 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:34
|
205 |
+
#: forms/wpdFormAttr/Field/TextField.php:41
|
206 |
+
#: forms/wpdFormAttr/Field/UrlField.php:41
|
207 |
+
msgid "Advanced Options"
|
208 |
+
msgstr "Erweiterte Optionen"
|
209 |
|
210 |
+
#: options/class.WpdiscuzOptions.php:2152
|
211 |
+
msgid ""
|
212 |
+
"Advanced spam protection with wpDiscuz Google reCAPTCHA addon. This addon "
|
213 |
+
"adds No-CAPTCHA reCAPTCHA on all comment forms. Stops spam and bot comments."
|
214 |
+
msgstr ""
|
215 |
+
"Erweiterter Spamschutz mit wpDiscuz Google reCAPTCHA Addon. Dieses Addon "
|
216 |
+
"fügt No-CAPTCHA reCAPTCHA für alle Kommentarformen hinzu. Stoppt Spam- und "
|
217 |
+
"Bot-Kommentare."
|
218 |
|
219 |
+
#: options/options-layouts/html-rating.php:53
|
220 |
+
msgid "After Content"
|
221 |
+
msgstr "Nach dem Inhalt"
|
222 |
|
223 |
+
#: options/class.WpdiscuzOptions.php:3839
|
224 |
+
msgid ""
|
225 |
+
"Aggregate rating schema is a code integrated with post rating HTML. This "
|
226 |
+
"enables Google to feature your post ratings and attract customers with it. "
|
227 |
+
"When searching the internet, people will see your posts search results with "
|
228 |
+
"star ratings. Even though those results are not at the top of search engine "
|
229 |
+
"results page, those sites caught people attention first."
|
230 |
+
msgstr ""
|
231 |
|
232 |
+
#: options/class.WpdiscuzOptions.php:3840
|
233 |
+
#, php-format
|
234 |
+
msgid ""
|
235 |
+
"Aggregate rating schema is a code integrated with post rating HTML. This "
|
236 |
+
"enables Google to feature your post ratings and attract customers with it. "
|
237 |
+
"When searching the internet, people will see your posts search results with "
|
238 |
+
"star ratings. Even though those results are not at the top of search engine "
|
239 |
+
"results page, those sites caught people attention first. If your website "
|
240 |
+
"does not sell Products, we do not recommend activating this option. For more "
|
241 |
+
"details, please %s."
|
242 |
+
msgstr ""
|
243 |
|
244 |
+
#: options/class.WpdiscuzOptions.php:383
|
245 |
+
msgid "ago"
|
246 |
+
msgstr "zuvor"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
|
248 |
+
#: options/phrases-layouts/phrases-datetime.php:63
|
249 |
+
msgid "Ago text"
|
250 |
+
msgstr "Text zuvor"
|
|
|
|
|
|
|
|
|
|
|
251 |
|
252 |
+
#: options/class.WpdiscuzOptions.php:430
|
253 |
+
#: options/phrases-layouts/phrases-social-login.php:27
|
254 |
+
msgid "Agree"
|
255 |
+
msgstr "Ich stimme zu"
|
256 |
|
257 |
+
#: options/class.WpdiscuzOptions.php:2058
|
258 |
msgid ""
|
259 |
+
"AJAX powered front-end comment search. It starts searching while you type "
|
260 |
+
"search words. "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
msgstr ""
|
262 |
+
"AJAX-basierte Front-End-Kommentarsuche. Sie beginnt zu suchen, während Sie "
|
263 |
+
"die Suchbegriffe eingeben. "
|
264 |
|
265 |
+
#: options/phrases-layouts/phrases-media.php:11
|
266 |
+
msgid "Alert message before deleting attached file"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: options/class.WpdiscuzOptions.php:1887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
msgid ""
|
271 |
+
"All 16 addons in one bundle. Save 90% and get Unlimited Site License with "
|
272 |
+
"one year premium support."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: options/html-dashboard.php:123
|
276 |
+
msgid "All Comments"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: options/html-dashboard.php:158
|
280 |
+
msgid "All comments"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: options/class.WpdiscuzOptions.php:1959
|
284 |
+
msgid ""
|
285 |
+
"All in one powerful yet simple admin toolkit to moderate comments on front-"
|
286 |
+
"end."
|
287 |
msgstr ""
|
288 |
+
"Alles in einem leistungsstarken und doch einfachen Admin-Toolkit zur "
|
289 |
+
"Moderation von Kommentaren im Frontend."
|
290 |
|
291 |
+
#: options/html-options.php:149
|
292 |
+
msgid ""
|
293 |
+
"All old versions of addons are not compatible with wpDiscuz 7, because of "
|
294 |
+
"new comment layouts and template functions. In order to avoid errors "
|
295 |
+
"wpDiscuz deactivates those during the update process."
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: options/html-options.php:186
|
299 |
+
msgid ""
|
300 |
+
"All problems displayed above have fixing tips in the same boxes. If, for "
|
301 |
+
"some reason you can't solve those problems, we're ready to help you and fix "
|
302 |
+
"those as soon as possible. Please open a support topic at gVectors support "
|
303 |
+
"forum or contact as via support@gvectors.com email address. Our support team "
|
304 |
+
"works from 6am till 6pm in GMT+0 timezone. Please be patient when you open a "
|
305 |
+
"new support topic or when contacting us via email. We'll get back to you "
|
306 |
+
"within 3-12 hours."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: options/html-dashboard.php:171
|
310 |
+
msgid "All Time"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: options/html-addons.php:25
|
314 |
+
msgid ""
|
315 |
+
"All wpDiscuz addons are being developed by wpDiscuz developers at gVectors "
|
316 |
+
"Team. These addons help us to keep top level development of the free "
|
317 |
+
"wpDiscuz plugin. All essential and even dozens of extra-cool features are "
|
318 |
+
"already available for free in the core wpDiscuz plugin. There are not any "
|
319 |
+
"limits, any pro and paid versions of wpDiscuz. We have another dozens of "
|
320 |
+
"awesome features in our to-do list which will be added for free in the "
|
321 |
+
"future releases."
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: options/html-options.php:146
|
325 |
+
msgid "All wpDiscuz Addons are Deactivated!"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: forms/wpdFormAttr/Form.php:1037
|
329 |
+
msgid "Allow guests to comment"
|
330 |
+
msgstr "Gästen erlauben zu kommentieren"
|
331 |
|
332 |
+
#: forms/wpdFormAttr/Form.php:1248
|
333 |
+
msgid "Allow Guests to Rate"
|
|
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: forms/wpdFormAttr/Form.php:1070
|
337 |
+
msgid "Allow guests to view comments"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: options/class.WpdiscuzOptions.php:3998
|
341 |
+
msgid "Allow Guests to Vote for Comments"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: options/class.WpdiscuzOptions.php:4307
|
345 |
+
msgid "Allow Media Uploading for Guests"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: options/class.WpdiscuzOptions.php:4321
|
349 |
+
msgid "Allowed File Types"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: options/class.WpdiscuzOptions.php:2013
|
353 |
+
msgid ""
|
354 |
+
"Allows to create private comment threads. Rich management options in "
|
355 |
+
"dashboard by user roles."
|
356 |
msgstr ""
|
357 |
+
"Ermöglicht das Erstellen privater Kommentar-Threads. Umfangreiche "
|
358 |
+
"Verwaltungsoptionen im Dashboard nach Benutzerrollen."
|
359 |
|
360 |
+
#: options/class.WpdiscuzOptions.php:1905
|
361 |
+
msgid ""
|
362 |
+
"Allows to discuss with your voice in the comment section. Adds a microphone "
|
363 |
+
"button to the comment form."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: options/class.WpdiscuzOptions.php:1941
|
367 |
+
msgid ""
|
368 |
+
"Allows to embed lots of video, social network, audio and photo content "
|
369 |
+
"providers URLs in comment content."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: options/class.WpdiscuzOptions.php:2040
|
373 |
+
msgid ""
|
374 |
+
"Allows to mention comments and users in comment text using #comment-id and "
|
375 |
+
"@username tags."
|
376 |
msgstr ""
|
377 |
+
"Ermöglicht es, Kommentare und Benutzer in Kommentartext mit #comment-id und "
|
378 |
+
"@username-Tags zu erwähnen."
|
379 |
|
380 |
+
#: options/class.WpdiscuzOptions.php:4267
|
381 |
+
msgid ""
|
382 |
+
"Allows to set minimum and maximum number of chars can be inserted in comment "
|
383 |
+
"textarea. Leave the max value empty to remove the limit."
|
384 |
msgstr ""
|
385 |
+
"Ermöglicht die Einstellung der minimalen und maximalen Anzahl von Zeichen, "
|
386 |
+
"die in das Kommentar Textfeld eingefügt werden können. Lassen Sie den "
|
387 |
+
"Maximalwert leer, um das Limit zu entfernen."
|
388 |
|
389 |
+
#: options/class.WpdiscuzOptions.php:4274
|
390 |
+
msgid ""
|
391 |
+
"Allows to set minimum and maximum number of chars can be inserted in reply "
|
392 |
+
"textarea. Leave the max value empty to remove the limit."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:14
|
396 |
+
#: forms/wpdFormAttr/Field/ColorField.php:14
|
397 |
+
#: forms/wpdFormAttr/Field/DateField.php:14
|
398 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:21
|
399 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:20
|
400 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:20
|
401 |
+
#: forms/wpdFormAttr/Field/NumberField.php:14
|
402 |
+
#: forms/wpdFormAttr/Field/RadioField.php:14
|
403 |
+
#: forms/wpdFormAttr/Field/SelectField.php:14
|
404 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:14
|
405 |
+
#: forms/wpdFormAttr/Field/TextField.php:14
|
406 |
+
#: forms/wpdFormAttr/Field/UrlField.php:14
|
407 |
+
msgid "Also used for field placeholder"
|
408 |
+
msgstr "Wird auch für den Feld-Platzhalter verwendet"
|
409 |
|
410 |
+
#: options/options-layouts/html-inline.php:60
|
411 |
+
msgid "Animate (blink and wiggle)"
|
412 |
+
msgstr ""
|
413 |
|
414 |
+
#: options/class.WpdiscuzOptions.php:4446
|
415 |
+
msgid "Animation for \"Leave a Feedback\" button in article content"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: options/class.WpdiscuzOptions.php:410
|
419 |
+
msgid "Anonymous"
|
420 |
+
msgstr "Anonym"
|
|
|
421 |
|
422 |
+
#: options/phrases-layouts/phrases-comment.php:95
|
423 |
+
msgid "Anonymous commenter name"
|
424 |
+
msgstr "Anonymer Kommentatorname"
|
|
|
425 |
|
426 |
+
#: options/options-layouts/html-social.php:464
|
427 |
+
#: options/options-layouts/html-social.php:875
|
428 |
+
#: options/options-layouts/html-social.php:987
|
429 |
+
#: options/options-layouts/html-social.php:1043
|
430 |
+
msgid "App ID"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: options/options-layouts/html-social.php:479
|
434 |
+
msgid "App Secret"
|
|
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: options/options-layouts/html-social.php:161
|
438 |
+
#: options/options-layouts/html-social.php:673
|
439 |
+
#: options/options-layouts/html-social.php:805
|
440 |
+
msgid "Application ID"
|
441 |
+
msgstr "Application ID"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
|
443 |
+
#: options/options-layouts/html-social.php:820
|
444 |
+
msgid "Application Key"
|
445 |
+
msgstr ""
|
|
|
446 |
|
447 |
+
#: options/options-layouts/html-social.php:176
|
448 |
+
#: options/options-layouts/html-social.php:835
|
449 |
+
msgid "Application Secret"
|
450 |
+
msgstr ""
|
451 |
|
452 |
+
#: options/class.WpdiscuzOptions.php:459
|
453 |
+
#: options/phrases-layouts/phrases-user-settings.php:174
|
454 |
+
msgid "Are you sure you want to cancel this follow?"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: options/class.WpdiscuzOptions.php:458
|
458 |
+
#: options/phrases-layouts/phrases-user-settings.php:170
|
459 |
+
msgid "Are you sure you want to cancel this subscription?"
|
460 |
+
msgstr "Sind Sie sicher, dass Sie Ihr Abo kündigen wollen?"
|
461 |
|
462 |
+
#: options/class.WpdiscuzOptions.php:516
|
463 |
+
msgid "Are you sure you want to delete this attachment?"
|
464 |
+
msgstr ""
|
|
|
465 |
|
466 |
+
#: options/class.WpdiscuzOptions.php:457
|
467 |
+
#: options/phrases-layouts/phrases-user-settings.php:166
|
468 |
+
msgid "Are you sure you want to delete this comment?"
|
469 |
+
msgstr "Sind Sie sicher, dass Sie diesen Kommentar löschen wollen?"
|
470 |
|
471 |
+
#: utils/class.WpdiscuzHelper.php:1227
|
472 |
+
msgid "Are you sure you want to reset fields ratings?"
|
473 |
+
msgstr ""
|
|
|
474 |
|
475 |
+
#: utils/class.WpdiscuzHelper.php:1188
|
476 |
+
msgid "Are you sure you want to reset post rating?"
|
477 |
+
msgstr ""
|
478 |
|
479 |
+
#: options/class.WpdiscuzOptions.php:3829
|
480 |
+
msgid "Article and Comment Rating"
|
|
|
|
|
|
|
|
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: options/html-dashboard.php:48
|
484 |
+
msgid "Article Inline Feedback"
|
485 |
+
msgstr ""
|
486 |
|
487 |
+
#: options/options-layouts/html-inline.php:10
|
488 |
msgid ""
|
489 |
+
"Article Inline Feedback feature is an interactive article reading option "
|
490 |
+
"with author's questions and readers feedback (comments). Now article authors "
|
491 |
+
"can add some questions for readers on certain part of article content and "
|
492 |
+
"ask for feedback while visitors read it."
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: forms/wpDiscuzForm.php:416 forms/wpdFormAttr/Form.php:179
|
496 |
+
#: forms/wpdFormAttr/Form.php:613 forms/wpdFormAttr/Form.php:1242
|
497 |
+
msgid "Article Rating"
|
498 |
msgstr ""
|
|
|
|
|
499 |
|
500 |
+
#: options/html-options.php:342
|
501 |
+
msgid "Article Rating vs Comment Rating"
|
502 |
msgstr ""
|
|
|
|
|
503 |
|
504 |
+
#: options/html-dashboard.php:43 options/html-dashboard.php:99
|
505 |
+
msgid "Article Rating vs Rating Field"
|
506 |
msgstr ""
|
|
|
507 |
|
508 |
+
#: options/class.WpdiscuzOptions.php:479
|
509 |
+
#: options/phrases-layouts/phrases-general.php:31
|
510 |
+
msgid "Ask for Feedback"
|
511 |
+
msgstr ""
|
512 |
|
513 |
+
#: options/html-options.php:330
|
514 |
+
msgid "Ask questions to readers and discuss directly on article content!"
|
515 |
+
msgstr ""
|
516 |
|
517 |
+
#: options/html-addons.php:55
|
518 |
+
msgid "at least"
|
519 |
+
msgstr "mindestens"
|
|
|
520 |
|
521 |
+
#: options/class.WpdiscuzOptions.php:521
|
522 |
+
#: options/phrases-layouts/phrases-media.php:31
|
523 |
+
msgid "Attach an image to this comment"
|
524 |
+
msgstr ""
|
525 |
|
526 |
+
#: utils/class.WpdiscuzHelperUpload.php:783
|
527 |
+
msgid "Attached Images"
|
528 |
+
msgstr ""
|
|
|
529 |
|
530 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:44
|
531 |
+
msgid "Authentication failed."
|
532 |
+
msgstr "Authentifizierung ist fehlgeschlagen."
|
|
|
533 |
|
534 |
+
#: class.WpdiscuzCore.php:1719 class.WpdiscuzCore.php:1732
|
535 |
+
#: options/phrases-layouts/phrases-comment.php:58
|
536 |
+
msgid "Author"
|
537 |
+
msgstr "Autor"
|
538 |
|
539 |
+
#: options/options-layouts/html-recaptcha.php:31
|
540 |
+
msgid "Auto"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: options/phrases-layouts/phrases-email.php:24
|
544 |
+
#: options/phrases-layouts/phrases-email.php:36
|
545 |
+
#: options/phrases-layouts/phrases-email.php:57
|
546 |
+
#: options/phrases-layouts/phrases-email.php:69
|
547 |
+
#: options/phrases-layouts/phrases-email.php:90
|
548 |
+
#: options/phrases-layouts/phrases-email.php:102
|
549 |
+
#: options/phrases-layouts/phrases-email.php:121
|
550 |
+
#: options/phrases-layouts/phrases-email.php:132
|
551 |
+
#: options/phrases-layouts/phrases-email.php:148
|
552 |
+
#: options/phrases-layouts/phrases-email.php:161
|
553 |
+
#: options/phrases-layouts/phrases-email.php:200
|
554 |
+
#: options/phrases-layouts/phrases-follow.php:57
|
555 |
+
#: options/phrases-layouts/phrases-follow.php:68
|
556 |
+
#: options/phrases-layouts/phrases-follow.php:84
|
557 |
+
#: options/phrases-layouts/phrases-follow.php:96
|
558 |
+
#: options/phrases-layouts/phrases-user-settings.php:61
|
559 |
+
#: options/phrases-layouts/phrases-user-settings.php:73
|
560 |
+
#: options/phrases-layouts/phrases-user-settings.php:86
|
561 |
+
#: options/phrases-layouts/phrases-user-settings.php:98
|
562 |
+
#: options/phrases-layouts/phrases-user-settings.php:111
|
563 |
+
#: options/phrases-layouts/phrases-user-settings.php:123
|
564 |
+
msgid "Available shortcodes"
|
565 |
+
msgstr "Verfügbare Shortcodes"
|
566 |
|
567 |
+
#: options/options-layouts/html-thread_layouts.php:39
|
568 |
+
msgid "Avatar Settings"
|
569 |
+
msgstr ""
|
570 |
|
571 |
+
#: forms/wpdFormAttr/Form.php:590
|
572 |
+
msgid "Average Rating"
|
573 |
+
msgstr ""
|
574 |
|
575 |
+
#: options/class.WpdiscuzOptions.php:401
|
576 |
+
#: options/phrases-layouts/phrases-notification.php:66
|
577 |
+
msgid "Awaiting for approval"
|
578 |
+
msgstr ""
|
579 |
|
580 |
+
#: options/html-options.php:482
|
581 |
+
msgid "Back"
|
582 |
+
msgstr ""
|
583 |
|
584 |
+
#: options/options-layouts/html-thread_styles.php:123
|
585 |
+
msgid "Background Color"
|
586 |
+
msgstr "Hintergrundfarbe"
|
587 |
|
588 |
+
#: options/tools-layouts/tool-options.php:26
|
589 |
+
msgid "Backup Options"
|
590 |
+
msgstr "Backup-Optionen"
|
591 |
|
592 |
+
#: options/tools-layouts/tool-phrases.php:27
|
593 |
+
msgid "Backup Phrases"
|
594 |
+
msgstr ""
|
595 |
|
596 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1392
|
597 |
+
msgid "Baidu authentication failed (access_token does not exist)."
|
598 |
+
msgstr ""
|
|
|
599 |
|
600 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1372
|
601 |
+
msgid "Baidu authentication failed (code does not exist)."
|
602 |
+
msgstr ""
|
603 |
|
604 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1369
|
605 |
+
msgid "Baidu authentication failed (OAuth state does not exist)."
|
606 |
+
msgstr ""
|
607 |
|
608 |
+
#: options/class.WpdiscuzOptions.php:3750
|
609 |
+
msgid "Baidu Client ID"
|
610 |
+
msgstr ""
|
611 |
|
612 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:1335
|
613 |
+
msgid "Baidu Client ID and Client Secret required."
|
614 |
+
msgstr ""
|
615 |
|
616 |
+
#: options/class.WpdiscuzOptions.php:3757
|
617 |
+
msgid "Baidu Client Secret"
|
618 |
+
msgstr ""
|
619 |
|
620 |
+
#: options/class.WpdiscuzOptions.php:3743
|
621 |
+
msgid "Baidu Login Button"
|
622 |
+
msgstr ""
|
|
|
|
|
623 |
|
624 |
+
#: options/phrases-layouts/phrases-general.php:11
|
625 |
+
msgid "Be the first to comment"
|
626 |
+
msgstr "Hinterlassen Sie einen ersten Kommentar"
|
627 |
|
628 |
+
#: options/class.WpdiscuzOptions.php:322
|
629 |
+
msgid "Be the First to Comment!"
|
630 |
+
msgstr "Hinterlassen Sie den ersten Kommentar!"
|
631 |
|
632 |
+
#: options/options-layouts/html-rating.php:45
|
633 |
+
msgid "Before Comment Form"
|
634 |
+
msgstr ""
|
|
|
635 |
|
636 |
+
#: options/options-layouts/html-rating.php:49
|
637 |
+
msgid "Before Content"
|
638 |
+
msgstr "Vor dem Inhalt"
|
639 |
|
640 |
+
#: options/html-dashboard.php:100
|
641 |
+
msgid ""
|
642 |
+
"Before, you had to create a Rating field in comment form to allow users rate "
|
643 |
+
"article while they post a comment, there was no way to rate without "
|
644 |
+
"commenting. Now you can allow users rate your articles without leavening a "
|
645 |
+
"comment. wpDiscuz 7 has a built-in Post Rating system which is not based on "
|
646 |
+
"comment form custom fields. You can see that on top of comment section like "
|
647 |
+
"the left one on the screenshot below:"
|
648 |
+
msgstr ""
|
649 |
|
650 |
+
#: options/html-options.php:359
|
651 |
+
msgid ""
|
652 |
+
"Before, you had to create a Rating field in comment form to allow users rate "
|
653 |
+
"article while they post a comment, there was no way to rate without "
|
654 |
+
"commenting. Now you can allow users rate your articles without leaving a "
|
655 |
+
"comment. wpDiscuz 7 has a built-in Article Rating system which is not based "
|
656 |
+
"on comment form custom fields and appears on top of comment section, under "
|
657 |
+
"the article content."
|
658 |
+
msgstr ""
|
659 |
|
660 |
+
#: options/options-layouts/html-form.php:103
|
661 |
+
msgid "Blockquote"
|
662 |
+
msgstr ""
|
|
|
663 |
|
664 |
+
#: options/options-layouts/html-form.php:91
|
665 |
+
msgid "Bold"
|
666 |
+
msgstr ""
|
667 |
|
668 |
+
#: options/options-layouts/html-moderation.php:131
|
669 |
+
#: options/options-layouts/html-subscription.php:128
|
670 |
+
msgid "Both"
|
671 |
+
msgstr "Beide"
|
672 |
|
673 |
+
#: options/class.WpdiscuzOptions.php:1968
|
674 |
+
msgid ""
|
675 |
+
"Brings an ocean of emotions to your comments. It comes with an awesome smile "
|
676 |
+
"package."
|
677 |
+
msgstr ""
|
678 |
+
"Bringt ein Meer an Emotionen für Ihre Kommentare. Es kommt mit einem tollen "
|
679 |
+
"lächelnden Paket."
|
680 |
|
681 |
+
#: options/class.WpdiscuzOptions.php:4401
|
682 |
+
msgid "Bubble - Hide the invitation message in X seconds"
|
683 |
+
msgstr ""
|
|
|
684 |
|
685 |
+
#: options/class.WpdiscuzOptions.php:4394
|
686 |
+
msgid "Bubble - Invite to comment in X seconds"
|
687 |
+
msgstr ""
|
|
|
688 |
|
689 |
+
#: options/class.WpdiscuzOptions.php:4387
|
690 |
+
msgid "Bubble - Notify on New Comments"
|
691 |
+
msgstr ""
|
692 |
|
693 |
+
#: options/html-options.php:276
|
694 |
+
msgid "Bubble Live Update"
|
695 |
+
msgstr ""
|
|
|
696 |
|
697 |
+
#: options/html-dashboard.php:13
|
698 |
+
msgid "Built to Engage"
|
699 |
+
msgstr ""
|
700 |
|
701 |
+
#: options/class.WpdiscuzOptions.php:436 options/class.WpdiscuzOptions.php:442
|
702 |
+
#: options/phrases-layouts/phrases-user-settings.php:31
|
703 |
+
#: options/phrases-layouts/phrases-user-settings.php:55
|
704 |
+
msgid "Bulk management via email"
|
705 |
+
msgstr "Massen-Management per E-Mail"
|
706 |
|
707 |
+
#: forms/wpdFormAttr/Field/DefaultField/Submit.php:20
|
708 |
+
msgid "Button Text"
|
709 |
+
msgstr "Button Text"
|
710 |
|
711 |
+
#: options/class.WpdiscuzOptions.php:3913
|
712 |
+
msgid ""
|
713 |
+
"By default child comments are sorted by oldest on top. Using this option you "
|
714 |
+
"can revers child comments order and sort them by newest on top."
|
715 |
+
msgstr ""
|
716 |
|
717 |
+
#: class.WpdiscuzCore.php:2115
|
718 |
+
msgid ""
|
719 |
+
"By default the inline feedback form is closed and only the button is "
|
720 |
+
"displayed. Once reader scrolled and reached to the selected text part, this "
|
721 |
+
"button animates with comment button size and color changes attracting "
|
722 |
+
"readers attention. Readers click on the button and open your question with "
|
723 |
+
"feedback form. Using this option you can keep opened the feedback form. "
|
724 |
+
"Readers can close it using [x] button."
|
725 |
+
msgstr ""
|
726 |
|
727 |
+
#: options/class.WpdiscuzOptions.php:3399
|
728 |
+
#, php-format
|
729 |
+
msgid ""
|
730 |
+
"By default wpDiscuz adds a link with comment author avatar to the author "
|
731 |
+
"profile page, you can disable this link using this option. However in case "
|
732 |
+
"you use some plugin with User Profile page, you should keep this option "
|
733 |
+
"enabled. wpDiscuz is well integrated with %s, BuddyPress and Ultimate Member "
|
734 |
+
"profile builder plugins."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: options/class.WpdiscuzOptions.php:4514
|
738 |
+
msgid ""
|
739 |
+
"By default, comment date is displayed with the human readable format, such "
|
740 |
+
"as [X days ago]. For some languages, you may need to change the sequence of "
|
741 |
+
"words in this date. This option provides shordcodes for each word allowing "
|
742 |
+
"you manage the order. [number] is the 'X', [time_unit] is the 'days', "
|
743 |
+
"[adjective] is the 'ago'."
|
744 |
msgstr ""
|
|
|
745 |
|
746 |
+
#: options/class.WpdiscuzOptions.php:3266
|
747 |
+
msgid ""
|
748 |
+
"By default, only the comment text field is visible. When you click on the "
|
749 |
+
"comment text field it opens all other fields (Name, Email, Website, etc...). "
|
750 |
+
"If you want to keep all fields open, please set this option \"expended\"."
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: options/class.WpdiscuzOptions.php:4472
|
754 |
+
msgid ""
|
755 |
+
"By disabling this option you're automatically enabling wpDiscuz custom AJAX "
|
756 |
+
"functions, which are many times faster that the default WordPress functions. "
|
757 |
+
"Just make sure it doesn't conflict with your plugins."
|
758 |
+
msgstr ""
|
759 |
|
760 |
+
#: options/class.WpdiscuzOptions.php:4540
|
761 |
+
msgid "Cache Reset Frequency"
|
762 |
+
msgstr ""
|
763 |
|
764 |
+
#: options/class.WpdiscuzOptions.php:406
|
765 |
msgid "Cancel"
|
766 |
msgstr "Abbrechen"
|
767 |
|
768 |
+
#: options/class.WpdiscuzOptions.php:440
|
769 |
+
#: options/phrases-layouts/phrases-user-settings.php:47
|
770 |
+
msgid "Cancel all comment subscriptions"
|
771 |
+
msgstr "Brechen Sie alle Kommentarabonnements ab"
|
|
|
|
|
|
|
772 |
|
773 |
+
#: options/phrases-layouts/phrases-comment.php:87
|
774 |
+
msgid "Cancel comment editing button text"
|
775 |
+
msgstr "Verwerfen des bearbeiteten Kommentars Button Text"
|
776 |
|
777 |
+
#: options/phrases-layouts/phrases-follow.php:51
|
778 |
+
msgid "Cancel following link text"
|
779 |
+
msgstr ""
|
780 |
|
781 |
+
#: options/class.WpdiscuzOptions.php:360
|
782 |
+
msgid "Cancel subscription"
|
783 |
+
msgstr "Abrechnung kündigen"
|
|
|
784 |
|
785 |
+
#: options/class.WpdiscuzOptions.php:456
|
786 |
+
#: options/phrases-layouts/phrases-user-settings.php:162
|
787 |
+
msgid "Cancel this follow"
|
788 |
+
msgstr ""
|
789 |
|
790 |
+
#: options/class.WpdiscuzOptions.php:455
|
791 |
+
#: options/phrases-layouts/phrases-user-settings.php:158
|
792 |
+
msgid "Cancel this subscription"
|
793 |
+
msgstr "Dieses Abonnement abbestellen"
|
794 |
|
795 |
+
#: options/class.WpdiscuzOptions.php:470
|
796 |
+
msgid "Cancel user following request"
|
797 |
+
msgstr ""
|
798 |
|
799 |
+
#: options/class.WpdiscuzOptions.php:1816
|
800 |
+
msgid "Cannot back up the options!"
|
801 |
+
msgstr "Kann die Optionen nicht sichern!"
|
802 |
|
803 |
+
#: options/class.WpdiscuzOptions.php:1846
|
804 |
+
msgid "Cannot back up the phrases!"
|
805 |
+
msgstr ""
|
806 |
|
807 |
+
#: options/class.WpdiscuzOptions.php:522
|
808 |
+
#: options/phrases-layouts/phrases-media.php:35
|
809 |
+
msgid "Change the attached image"
|
|
|
810 |
msgstr ""
|
|
|
|
|
811 |
|
812 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:21
|
813 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:23
|
814 |
+
msgid "Checkbox Label"
|
815 |
+
msgstr "CheckBox Beschriftung"
|
816 |
|
817 |
+
#: options/html-options.php:220
|
818 |
+
msgid "Choose Your Comments Layout"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: options/class.WpdiscuzOptions.php:441
|
822 |
+
#: options/phrases-layouts/phrases-user-settings.php:51
|
823 |
+
msgid "Clear cookies with my personal data"
|
824 |
+
msgstr "Löschen Sie Cookies mit meinen persönlichen Daten"
|
825 |
|
826 |
+
#: options/class.WpdiscuzOptions.php:437
|
827 |
+
msgid ""
|
828 |
+
"Click the button above to get an email with bulk delete and unsubscribe "
|
829 |
+
"links."
|
830 |
+
msgstr ""
|
831 |
+
"Klicken Sie auf die Schaltfläche oben, um eine E-Mail mit Links zum Löschen "
|
832 |
+
"und zur Massen-Abbestellung zu erhalten."
|
833 |
|
834 |
+
#: options/options-layouts/html-social.php:294
|
835 |
+
#: options/options-layouts/html-social.php:409
|
836 |
+
#: options/options-layouts/html-social.php:520
|
837 |
+
msgid "Client ID"
|
838 |
+
msgstr "Client ID"
|
839 |
+
|
840 |
+
#: options/options-layouts/html-social.php:309
|
841 |
+
#: options/options-layouts/html-social.php:424
|
842 |
+
#: options/options-layouts/html-social.php:535
|
843 |
+
msgid "Client Secret"
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: forms/wpDiscuzForm.php:464
|
847 |
+
msgid "Clone"
|
848 |
+
msgstr "Duplizieren"
|
849 |
+
|
850 |
+
#: forms/wpDiscuzForm.php:452
|
851 |
+
msgid "Clone Form"
|
852 |
+
msgstr "Formular duplizieren"
|
853 |
|
854 |
+
#: options/class.WpdiscuzOptions.php:424 options/html-dashboard.php:34
|
855 |
#: options/phrases-layouts/phrases-comment.php:119
|
856 |
msgid "Close"
|
857 |
msgstr "Schließen"
|
858 |
|
859 |
+
#: options/class.WpdiscuzOptions.php:4241
|
860 |
+
msgid "Close Button - Close a comment thread"
|
861 |
+
msgstr ""
|
|
|
862 |
|
863 |
+
#: options/phrases-layouts/phrases-comment.php:115
|
864 |
+
msgid "Close button title"
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: options/class.WpdiscuzOptions.php:423
|
868 |
+
msgid "Close this thread"
|
869 |
+
msgstr ""
|
870 |
|
871 |
+
#: class.WpdiscuzCore.php:2123
|
872 |
+
msgid "CLOSED"
|
|
|
|
|
|
|
|
|
|
|
873 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
874 |
|
875 |
+
#: options/phrases-layouts/phrases-comment.php:127
|
876 |
+
msgid "Closed comment icon title"
|
877 |
+
msgstr "Geschlossener Kommentar-Symboltitel"
|
|
|
878 |
|
879 |
+
#: options/class.WpdiscuzOptions.php:426
|
880 |
+
msgid "Closed Comment Thread"
|
881 |
+
msgstr ""
|
|
|
882 |
|
883 |
+
#: options/class.WpdiscuzOptions.php:2322
|
884 |
+
msgid "Closed Comments data need be regenerated"
|
885 |
+
msgstr ""
|
|
|
886 |
|
887 |
+
#: options/options-layouts/html-form.php:105
|
888 |
+
msgid "Code Block"
|
889 |
+
msgstr ""
|
|
|
890 |
|
891 |
+
#: options/options-layouts/html-form.php:27
|
892 |
+
msgid "collapsed"
|
893 |
+
msgstr ""
|
|
|
|
|
894 |
|
895 |
+
#: options/class.WpdiscuzOptions.php:4477
|
896 |
+
msgid "Combine JS and CSS Files to Optimize Page Loading Speed"
|
|
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: options/class.WpdiscuzOptions.php:496
|
900 |
+
#: options/phrases-layouts/phrases-general.php:99
|
901 |
+
msgid "COMMENT"
|
902 |
+
msgstr ""
|
903 |
|
904 |
+
#: forms/wpDiscuzForm.php:408 forms/wpdFormAttr/Form.php:119
|
905 |
+
#: forms/wpdFormAttr/Form.php:1119 options/html-phrases.php:21
|
906 |
+
#: options/options-layouts/html-moderation.php:133
|
907 |
+
msgid "Comment"
|
908 |
+
msgstr "Kommentar"
|
909 |
|
910 |
+
#: options/options-layouts/html-general.php:202
|
911 |
+
msgid "Comment and User Cache"
|
|
|
|
|
912 |
msgstr ""
|
|
|
|
|
913 |
|
914 |
+
#: options/phrases-layouts/phrases-email.php:159
|
915 |
+
msgid "Comment approved message"
|
916 |
+
msgstr "Kommentargenehmigte Nachricht"
|
|
|
917 |
|
918 |
+
#: options/phrases-layouts/phrases-email.php:147
|
919 |
+
msgid "Comment approved subject"
|
920 |
+
msgstr "Kommentargenehmigter Betreff"
|
|
|
|
|
921 |
|
922 |
+
#: options/options-layouts/html-thread_styles.php:46
|
923 |
+
#: options/options-layouts/html-thread_styles.php:73
|
924 |
+
msgid "Comment Area Background"
|
925 |
+
msgstr ""
|
926 |
|
927 |
+
#: options/addons/cai/title.php:7 utils/class.WpdiscuzHelperAjax.php:980
|
928 |
+
msgid "Comment Author"
|
929 |
+
msgstr "Kommentar-Autor"
|
|
|
930 |
|
931 |
+
#: options/options-layouts/html-thread_styles.php:143
|
932 |
+
msgid "Comment Author Label Colors"
|
|
|
|
|
|
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: options/class.WpdiscuzOptions.php:4196
|
936 |
+
msgid "Comment Author Label Colors by User Role"
|
937 |
+
msgstr ""
|
|
|
938 |
|
939 |
+
#: options/class.WpdiscuzOptions.php:3257
|
940 |
+
msgid "Comment author name length (for guests only)"
|
941 |
+
msgstr "Länge des Kommentar Autorennamens (nur für Gäste)"
|
942 |
+
|
943 |
+
#: options/class.WpdiscuzOptions.php:4366 options/html-options.php:254
|
944 |
+
#: options/html-options.php:263
|
945 |
+
msgid "Comment Bubble"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: options/options-layouts/html-thread_styles.php:128
|
949 |
+
msgid "Comment Bubble Colors"
|
|
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: options/class.WpdiscuzOptions.php:4368
|
953 |
msgid ""
|
954 |
+
"Comment Bubble is a real-time updating sticky comment icon on your web pages."
|
955 |
+
" It invites people to comment, displays current comments information and "
|
956 |
+
"notifies current page viewers about new comments."
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: options/html-options.php:258
|
960 |
+
msgid ""
|
961 |
+
"Comment Bubble is a sticky comment icon on your web pages. It keeps article "
|
962 |
+
"readers and commenters up to date. It displays new comments as pop-up "
|
963 |
+
"information or as a number in an orange circle."
|
964 |
+
msgstr ""
|
|
|
|
|
|
|
965 |
|
966 |
+
#: options/class.WpdiscuzOptions.php:4373
|
967 |
+
msgid "Comment Bubble Live Update"
|
968 |
+
msgstr ""
|
|
|
969 |
|
970 |
+
#: options/class.WpdiscuzOptions.php:4380 options/html-options.php:289
|
971 |
+
msgid "Comment Bubble Location"
|
972 |
+
msgstr ""
|
|
|
973 |
|
974 |
+
#: options/class.WpdiscuzOptions.php:4257
|
975 |
+
msgid "Comment Content and Media"
|
976 |
+
msgstr ""
|
|
|
977 |
|
978 |
+
#: options/phrases-layouts/phrases-form.php:15
|
979 |
+
msgid "Comment Field Join"
|
980 |
+
msgstr "Kommentarfeld Beitreten"
|
|
|
981 |
|
982 |
+
#: options/phrases-layouts/phrases-form.php:11
|
983 |
+
msgid "Comment Field Start"
|
984 |
+
msgstr "Kommentarfeld Start"
|
|
|
985 |
|
986 |
+
#: options/options-layouts/html-thread_styles.php:54
|
987 |
+
#: options/options-layouts/html-thread_styles.php:81
|
988 |
+
msgid "Comment Fields Background"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: options/options-layouts/html-thread_styles.php:58
|
992 |
+
#: options/options-layouts/html-thread_styles.php:85
|
993 |
+
msgid "Comment Fields Border"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: options/options-layouts/html-thread_styles.php:66
|
997 |
+
#: options/options-layouts/html-thread_styles.php:93
|
998 |
+
msgid "Comment Fields Placeholder"
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: options/options-layouts/html-thread_styles.php:62
|
1002 |
+
#: options/options-layouts/html-thread_styles.php:89
|
1003 |
+
msgid "Comment Fields Text"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: options/class.WpdiscuzOptions.php:4050
|
1007 |
+
msgid "Comment Form and Comment List Style"
|
1008 |
+
msgstr "Kommentarformular und Kommentarliste Style"
|
1009 |
+
|
1010 |
+
#: forms/wpdFormAttr/html/admin-form-fields-list.php:7
|
1011 |
+
msgid "Comment Form Fields"
|
1012 |
+
msgstr "Kommentarformular Felder"
|
1013 |
+
|
1014 |
+
#: forms/wpdFormAttr/Form.php:1126
|
1015 |
+
msgid "Comment form header text (plural)"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: forms/wpdFormAttr/Form.php:1115
|
1019 |
+
msgid "Comment form header text (singular)"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: forms/wpDiscuzForm.php:498
|
1023 |
+
msgid ""
|
1024 |
+
"Comment Form is not detected, please navigate to form manager page to create "
|
1025 |
+
"it. "
|
1026 |
msgstr ""
|
1027 |
+
"Kommentar-Formular wird nicht erkannt, navigieren Sie bitte zur Formular-"
|
1028 |
+
"Manager-Seite, um sie zu erstellen. "
|
1029 |
|
1030 |
+
#: options/options-layouts/html-form.php:10
|
1031 |
+
msgid "Comment Form Manager"
|
1032 |
msgstr ""
|
1033 |
|
1034 |
+
#: options/options-layouts/html-rating.php:10
|
1035 |
+
#: options/options-layouts/html-thread_layouts.php:29
|
1036 |
+
msgid "Comment Form Manager »"
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: options/class.WpdiscuzOptions.php:3242
|
1040 |
+
msgid "Comment Form Settings"
|
1041 |
+
msgstr "Kommentarformular Einstellungen"
|
1042 |
+
|
1043 |
+
#: options/class.WpdiscuzOptions.php:3264
|
1044 |
+
msgid "Comment Form View"
|
1045 |
msgstr ""
|
1046 |
|
1047 |
+
#: options/html-dashboard.php:73
|
1048 |
+
msgid "Comment Layout #1"
|
1049 |
msgstr ""
|
1050 |
|
1051 |
+
#: options/html-dashboard.php:78
|
1052 |
+
msgid "Comment Layout #2"
|
1053 |
msgstr ""
|
1054 |
|
1055 |
+
#: options/html-dashboard.php:83
|
1056 |
+
msgid "Comment Layout #3"
|
1057 |
msgstr ""
|
1058 |
|
1059 |
+
#: options/html-dashboard.php:41 options/html-dashboard.php:67
|
1060 |
+
msgid "Comment Layouts"
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: options/class.WpdiscuzOptions.php:488
|
1064 |
+
#: options/phrases-layouts/phrases-general.php:67
|
1065 |
+
msgid "Comment Link"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: forms/wpdFormAttr/Form.php:1200
|
1069 |
+
msgid "Comment List Layout"
|
|
|
|
|
|
|
|
|
|
|
|
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: options/class.WpdiscuzOptions.php:3869
|
1073 |
+
msgid "Comment List Loading Type"
|
|
|
|
|
|
|
|
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: options/class.WpdiscuzOptions.php:4205
|
1077 |
+
msgid "Comment Moderation"
|
1078 |
msgstr ""
|
1079 |
|
1080 |
+
#: options/options-layouts/html-thread_styles.php:143
|
1081 |
+
msgid "Comment Rating Colors"
|
|
|
|
|
|
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: options/phrases-layouts/phrases-comment.php:91
|
1085 |
+
msgid "Comment read more link text"
|
1086 |
+
msgstr "Kommentar Weiterlesen Linktext"
|
|
|
1087 |
|
1088 |
+
#: options/class.WpdiscuzOptions.php:1995
|
1089 |
+
msgid ""
|
1090 |
+
"Comment reporting tools. Auto-moderates comments based on number of flags "
|
1091 |
+
"and dislikes."
|
1092 |
msgstr ""
|
1093 |
+
"Kommentarberichtswerkzeuge. Automatische Moderation von Kommentaren, "
|
1094 |
+
"basierend auf der Anzahl von Markierungen (Flags) und Abneigungen (Dislikes)."
|
1095 |
|
1096 |
+
#: options/class.WpdiscuzOptions.php:2127
|
1097 |
+
msgid "Comment Search"
|
1098 |
+
msgstr "Kommentarsuche"
|
1099 |
+
|
1100 |
+
#: options/html-dashboard.php:156
|
1101 |
+
msgid "Comment Statistic"
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: forms/wpdFormAttr/Form.php:1106
|
1105 |
+
msgid "Comment Subscription Bar agreement checkbox label"
|
|
|
1106 |
msgstr ""
|
1107 |
|
1108 |
+
#: options/phrases-layouts/phrases-comment.php:7
|
1109 |
+
msgid "Comment Template Phrases"
|
1110 |
+
msgstr "Kommentarvorlagenphrasen"
|
|
|
1111 |
|
1112 |
+
#: options/options-layouts/html-thread_styles.php:50
|
1113 |
+
#: options/options-layouts/html-thread_styles.php:77
|
1114 |
+
msgid "Comment Text"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: forms/wpdFormAttr/Form.php:1266
|
1118 |
+
msgid "Comment Text Field"
|
1119 |
+
msgstr "Kommentar Textfeld"
|
|
|
1120 |
|
1121 |
+
#: options/class.WpdiscuzOptions.php:4265
|
1122 |
+
msgid "Comment Text Length"
|
1123 |
msgstr ""
|
1124 |
|
1125 |
+
#: options/class.WpdiscuzOptions.php:4071
|
1126 |
+
msgid "Comment Text Size"
|
|
|
1127 |
msgstr ""
|
1128 |
|
1129 |
+
#: options/class.WpdiscuzOptions.php:3861
|
1130 |
+
msgid "Comment Thread Displaying"
|
|
|
1131 |
msgstr ""
|
1132 |
|
1133 |
+
#: options/class.WpdiscuzOptions.php:3948
|
1134 |
+
msgid "Comment Thread Features"
|
|
|
1135 |
msgstr ""
|
1136 |
|
1137 |
+
#: options/options-layouts/html-thread_layouts.php:16
|
1138 |
+
msgid "Comment Thread Layout #1"
|
|
|
1139 |
msgstr ""
|
1140 |
|
1141 |
+
#: options/options-layouts/html-thread_layouts.php:21
|
1142 |
+
msgid "Comment Thread Layout #2"
|
|
|
1143 |
msgstr ""
|
1144 |
|
1145 |
+
#: options/options-layouts/html-thread_layouts.php:26
|
1146 |
+
msgid "Comment Thread Layout #3"
|
|
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: options/html-dashboard.php:131
|
1150 |
+
msgid "Comment Threads"
|
|
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: options/class.WpdiscuzOptions.php:2121
|
1154 |
+
msgid "Comment Translate"
|
1155 |
+
msgstr "Kommentar übersetzen"
|
|
|
1156 |
|
1157 |
+
#: options/class.WpdiscuzOptions.php:2311
|
1158 |
+
msgid "Comment votes meta data need to be regenerated"
|
|
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: options/options-layouts/html-thread_layouts.php:109
|
1162 |
+
msgid "Comment Voting Buttons"
|
|
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: options/class.WpdiscuzOptions.php:3984
|
1166 |
+
msgid "Comment Voting Result Mode"
|
|
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: options/phrases-layouts/phrases-datetime.php:59
|
1170 |
+
msgid "Commented \"right now\" text"
|
1171 |
+
msgstr "Kommentierte \"gerade jetzt\" den Text"
|
1172 |
+
|
1173 |
+
#: options/phrases-layouts/phrases-general.php:47
|
1174 |
+
msgid "Commenting is closed"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: options/class.WpdiscuzOptions.php:483
|
1178 |
+
msgid "Commenting is closed!"
|
1179 |
+
msgstr ""
|
|
|
1180 |
|
1181 |
+
#: forms/wpDiscuzForm.php:409 forms/wpdFormAttr/Form.php:127
|
1182 |
+
#: forms/wpdFormAttr/Form.php:1130
|
1183 |
+
#: forms/wpdFormAttr/Tools/PersonalDataExporter.php:82
|
1184 |
+
#: utils/class.WpdiscuzHelperAjax.php:983
|
1185 |
+
msgid "Comments"
|
1186 |
+
msgstr ""
|
1187 |
|
1188 |
+
#: options/class.WpdiscuzOptions.php:418
|
1189 |
+
msgid "Comments are closed."
|
1190 |
+
msgstr "Kommentare sind geschlossen."
|
|
|
1191 |
|
1192 |
+
#: options/html-options.php:236
|
1193 |
+
msgid "Comments Layout #1"
|
1194 |
+
msgstr ""
|
|
|
1195 |
|
1196 |
+
#: options/html-options.php:241
|
1197 |
+
msgid "Comments Layout #2"
|
|
|
1198 |
msgstr ""
|
1199 |
|
1200 |
+
#: options/html-options.php:246
|
1201 |
+
msgid "Comments Layout #3"
|
|
|
1202 |
msgstr ""
|
1203 |
|
1204 |
+
#: options/class.WpdiscuzOptions.php:3918
|
1205 |
+
msgid "Comments Pagination Type"
|
|
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: options/html-options.php:204
|
1209 |
+
msgid "Comments Style"
|
|
|
1210 |
msgstr ""
|
1211 |
|
1212 |
+
#: options/html-options.php:198
|
1213 |
+
msgid "Comments Style & Layout"
|
|
|
1214 |
msgstr ""
|
1215 |
|
1216 |
+
#: options/class.WpdiscuzOptions.php:2333
|
1217 |
+
msgid "Comments votes data need to be regenerated"
|
1218 |
+
msgstr ""
|
|
|
|
|
1219 |
|
1220 |
+
#: options/class.WpdiscuzOptions.php:472
|
1221 |
+
msgid "Confirm Follow"
|
|
|
|
|
1222 |
msgstr ""
|
1223 |
|
1224 |
+
#: options/phrases-layouts/phrases-follow.php:47
|
1225 |
+
msgid "Confirm following link text"
|
|
|
1226 |
msgstr ""
|
1227 |
|
1228 |
+
#: options/class.WpdiscuzOptions.php:469
|
1229 |
+
msgid "Confirm user following request"
|
|
|
1230 |
msgstr ""
|
1231 |
|
1232 |
+
#: options/class.WpdiscuzOptions.php:363
|
1233 |
+
#: options/phrases-layouts/phrases-email.php:184
|
1234 |
+
msgid "Confirm your subscription"
|
1235 |
+
msgstr "Benachrichtigung bestätigen"
|
1236 |
+
|
1237 |
+
#: options/class.WpdiscuzOptions.php:412
|
1238 |
+
#: options/phrases-layouts/phrases-social-login.php:11
|
1239 |
+
msgid "Connect with"
|
1240 |
+
msgstr "Anmelden mit"
|
1241 |
+
|
1242 |
+
#: options/options-layouts/html-social.php:237
|
1243 |
+
msgid "Consumer Key (API Key)"
|
1244 |
+
msgstr "Consumer Key (API Key)"
|
1245 |
+
|
1246 |
+
#: options/options-layouts/html-social.php:252
|
1247 |
+
msgid "Consumer Secret (API Secret)"
|
1248 |
+
msgstr "Consumer Secret (API Secret)"
|
1249 |
+
|
1250 |
+
#: options/html-options.php:294 options/html-options.php:306
|
1251 |
+
#: options/options-layouts/html-live.php:49
|
1252 |
+
msgid "Content Left"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: options/html-dashboard.php:250
|
1256 |
+
msgid "Contribute"
|
|
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: options/class.WpdiscuzOptions.php:477
|
1260 |
+
#: options/phrases-layouts/phrases-general.php:23
|
1261 |
+
msgid "Copied to clipboard!"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: utils/deactivation-reason-modal.php:101
|
1265 |
+
msgid ""
|
1266 |
+
"Could you please describe which features of the plugin slows down your "
|
1267 |
+
"website?"
|
1268 |
msgstr ""
|
1269 |
+
"Beschreiben Sie bitte, welche Funktionen des Plugins Ihre Website "
|
1270 |
+
"verlangsamte?"
|
1271 |
|
1272 |
+
#: options/html-dashboard.php:213
|
1273 |
+
msgid "Credits"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: options/options-layouts/html-recaptcha.php:33
|
1277 |
+
msgid "CurlPost"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: options/options-layouts/html-general.php:141
|
1281 |
+
msgid "Current Wordpress date/time format"
|
1282 |
+
msgstr "Aktuellea Wordpress-Datum/Uhrzeit-Format"
|
1283 |
|
1284 |
+
#: options/class.WpdiscuzOptions.php:2085
|
1285 |
+
msgid "Custom Comment Forms"
|
1286 |
+
msgstr "Benutzerdefinierte Kommentar Formulare"
|
1287 |
|
1288 |
+
#: forms/wpDiscuzForm.php:318
|
1289 |
+
msgid "Custom CSS"
|
1290 |
+
msgstr "Benutzerdefiniertes CSS"
|
|
|
1291 |
|
1292 |
+
#: options/class.WpdiscuzOptions.php:4085
|
1293 |
+
msgid "Custom CSS Code"
|
1294 |
+
msgstr "Eigenes CSS"
|
|
|
1295 |
|
1296 |
+
#: forms/wpDiscuzForm.php:258 forms/wpdFormAttr/Form.php:970
|
1297 |
+
#: forms/wpdFormAttr/html/admin-form-fields-list.php:18
|
1298 |
+
msgid "Custom Fields"
|
1299 |
+
msgstr "Benutzerdefinierte Felder"
|
|
|
|
|
1300 |
|
1301 |
+
#: options/html-options.php:126
|
1302 |
+
msgid "Custom wpDiscuz template files are detected!"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: options/html-options.php:210 options/options-layouts/html-recaptcha.php:140
|
1306 |
+
#: options/options-layouts/html-thread_styles.php:28
|
1307 |
+
msgid "Dark"
|
1308 |
+
msgstr "Dunkel"
|
1309 |
+
|
1310 |
+
#: options/options-layouts/html-thread_styles.php:70
|
1311 |
+
msgid "Dark Style"
|
1312 |
msgstr ""
|
1313 |
|
1314 |
+
#: class.WpdiscuzCore.php:998 class.WpdiscuzCore.php:1579
|
1315 |
+
#: class.WpdiscuzCore.php:2353 class.WpdiscuzCore.php:2356
|
1316 |
+
msgid "Dashboard"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
+
#: options/tools-layouts/tool-database.php:9
|
1320 |
+
msgid "Database Operations"
|
1321 |
+
msgstr ""
|
|
|
|
|
1322 |
|
1323 |
+
#: forms/wpDiscuzForm.php:178
|
1324 |
+
#: options/options-layouts/html-thread_display.php:238
|
1325 |
+
msgid "Date"
|
1326 |
+
msgstr "Datum"
|
1327 |
|
1328 |
+
#: options/html-phrases.php:22
|
1329 |
+
msgid "Date/Time"
|
1330 |
+
msgstr "Datum/Uhrzeit"
|
1331 |
|
1332 |
+
#: options/phrases-layouts/phrases-datetime.php:7
|
1333 |
+
msgid "Date/Time Phrases"
|
1334 |
+
msgstr "Datum/Zeit Texte"
|
1335 |
|
1336 |
+
#: options/phrases-layouts/phrases-datetime.php:27
|
1337 |
+
msgid "Day"
|
1338 |
+
msgstr "Tag"
|
1339 |
|
1340 |
+
#: options/class.WpdiscuzOptions.php:374
|
1341 |
+
msgid "day"
|
1342 |
+
msgstr "Tag"
|
1343 |
|
1344 |
+
#: options/class.WpdiscuzOptions.php:375
|
1345 |
+
#: options/options-layouts/html-general.php:231
|
1346 |
+
msgid "days"
|
1347 |
+
msgstr "Tage"
|
1348 |
|
1349 |
+
#: options/phrases-layouts/phrases-datetime.php:31
|
1350 |
+
msgid "Days (Plural Form)"
|
1351 |
+
msgstr "Tage (plural)"
|
|
|
1352 |
|
1353 |
+
#: options/options-layouts/html-thread_styles.php:27
|
1354 |
+
msgid "Default"
|
1355 |
+
msgstr "Standard"
|
|
|
1356 |
|
1357 |
+
#: options/options-layouts/html-thread_styles.php:45
|
1358 |
+
#: options/options-layouts/html-thread_styles.php:49
|
1359 |
+
#: options/options-layouts/html-thread_styles.php:53
|
1360 |
+
#: options/options-layouts/html-thread_styles.php:57
|
1361 |
+
#: options/options-layouts/html-thread_styles.php:61
|
1362 |
+
#: options/options-layouts/html-thread_styles.php:65
|
1363 |
+
#: options/options-layouts/html-thread_styles.php:72
|
1364 |
+
#: options/options-layouts/html-thread_styles.php:76
|
1365 |
+
#: options/options-layouts/html-thread_styles.php:80
|
1366 |
+
#: options/options-layouts/html-thread_styles.php:84
|
1367 |
+
#: options/options-layouts/html-thread_styles.php:88
|
1368 |
+
#: options/options-layouts/html-thread_styles.php:92
|
1369 |
+
msgid "default"
|
1370 |
msgstr ""
|
1371 |
|
1372 |
+
#: options/class.WpdiscuzOptions.php:4026
|
1373 |
+
msgid "Default Avatar Source URL for Guests"
|
1374 |
msgstr ""
|
1375 |
|
1376 |
+
#: options/class.WpdiscuzOptions.php:4019
|
1377 |
+
msgid "Default Avatar Source URL for Users"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
+
#: forms/wpDiscuzForm.php:373
|
1381 |
+
msgid "Default Form"
|
1382 |
+
msgstr "Standardformular"
|
|
|
|
|
1383 |
|
1384 |
+
#: options/options-layouts/html-thread_styles.php:43
|
1385 |
+
msgid "Default Style"
|
|
|
|
|
1386 |
msgstr ""
|
|
|
|
|
1387 |
|
1388 |
+
#: forms/wpDiscuzForm.php:225 forms/wpdFormAttr/Field/Field.php:73
|
1389 |
+
#: forms/wpdFormAttr/Row.php:24 utils/class.WpdiscuzHelperUpload.php:723
|
1390 |
+
msgid "Delete"
|
1391 |
+
msgstr "Löschen"
|
|
|
1392 |
|
1393 |
+
#: options/phrases-layouts/phrases-user-settings.php:72
|
1394 |
+
msgid "Delete all comments email text"
|
1395 |
+
msgstr "Löschen Sie den gesamten E-Mail-Text für Kommentare"
|
|
|
|
|
1396 |
|
1397 |
+
#: options/phrases-layouts/phrases-user-settings.php:122
|
1398 |
+
msgid "Delete all follows email text"
|
|
|
|
|
1399 |
msgstr ""
|
|
|
|
|
1400 |
|
1401 |
+
#: options/class.WpdiscuzOptions.php:439 options/class.WpdiscuzOptions.php:443
|
1402 |
+
#: options/phrases-layouts/phrases-user-settings.php:43
|
1403 |
+
#: options/phrases-layouts/phrases-user-settings.php:60
|
1404 |
+
msgid "Delete all my comments"
|
1405 |
+
msgstr "Löschen Sie alle meine Kommentare"
|
|
|
|
|
1406 |
|
1407 |
+
#: options/class.WpdiscuzOptions.php:447
|
1408 |
+
#: options/phrases-layouts/phrases-user-settings.php:110
|
1409 |
+
msgid "Delete all my follows"
|
|
|
1410 |
msgstr ""
|
1411 |
|
1412 |
+
#: options/class.WpdiscuzOptions.php:445
|
1413 |
+
#: options/phrases-layouts/phrases-user-settings.php:85
|
1414 |
+
msgid "Delete all my subscriptions"
|
1415 |
+
msgstr "Alle meine Abonnements löschen"
|
|
|
|
|
|
|
1416 |
|
1417 |
+
#: options/phrases-layouts/phrases-user-settings.php:97
|
1418 |
+
msgid "Delete all subscriptions email text"
|
1419 |
+
msgstr "Lösche den gesamten E-Mail-Text für Abonnements"
|
1420 |
+
|
1421 |
+
#: options/class.WpdiscuzOptions.php:454
|
1422 |
+
#: options/phrases-layouts/phrases-user-settings.php:154
|
1423 |
+
msgid "Delete this comment"
|
1424 |
+
msgstr "Diesen Kommentar löschen"
|
1425 |
+
|
1426 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:16
|
1427 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:17
|
1428 |
+
#: forms/wpdFormAttr/Field/ColorField.php:17
|
1429 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:18
|
1430 |
+
#: forms/wpdFormAttr/Field/DateField.php:17
|
1431 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:24
|
1432 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:23
|
1433 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:23
|
1434 |
+
#: forms/wpdFormAttr/Field/NumberField.php:17
|
1435 |
+
#: forms/wpdFormAttr/Field/RadioField.php:17
|
1436 |
+
#: forms/wpdFormAttr/Field/RatingField.php:21
|
1437 |
+
#: forms/wpdFormAttr/Field/SelectField.php:17
|
1438 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:17
|
1439 |
+
#: forms/wpdFormAttr/Field/TextField.php:17
|
1440 |
+
#: forms/wpdFormAttr/Field/UrlField.php:17
|
1441 |
+
msgid "Description"
|
1442 |
+
msgstr "Beschreibung"
|
1443 |
+
|
1444 |
+
#: options/html-options.php:270 options/html-options.php:283
|
1445 |
+
#: options/html-options.php:353 options/options-layouts/html-inline.php:55
|
1446 |
+
#: options/options-layouts/html-live.php:31
|
1447 |
+
#: options/options-layouts/html-live.php:73
|
1448 |
+
#: options/options-layouts/html-live.php:94
|
1449 |
+
#: options/options-layouts/html-live.php:145
|
1450 |
+
#: options/options-layouts/html-moderation.php:122
|
1451 |
+
msgid "Disable"
|
1452 |
msgstr ""
|
|
|
|
|
1453 |
|
1454 |
+
#: forms/wpdFormAttr/Form.php:1016
|
1455 |
+
msgid "Disable commenting for roles"
|
1456 |
+
msgstr "Deaktivieren Sie das Kommentieren von Rollen"
|
1457 |
+
|
1458 |
+
#: options/options-layouts/html-form.php:114
|
1459 |
+
msgid "Disable formatting toolbar"
|
1460 |
msgstr ""
|
|
|
|
|
1461 |
|
1462 |
+
#: options/class.WpdiscuzOptions.php:429
|
1463 |
+
#: options/phrases-layouts/phrases-social-login.php:23
|
1464 |
+
msgid "Disagree"
|
1465 |
+
msgstr "Ablehnen"
|
1466 |
+
|
1467 |
+
#: utils/deactivation-reason-modal.php:153
|
1468 |
+
msgid "Dismiss and never show again"
|
1469 |
+
msgstr "Ausblenden und nicht wieder anzeigen"
|
1470 |
+
|
1471 |
+
#: options/class.WpdiscuzOptions.php:3890
|
1472 |
+
msgid "Display \"Hottest Comment Threads\" filter button"
|
1473 |
msgstr ""
|
|
|
|
|
1474 |
|
1475 |
+
#: options/class.WpdiscuzOptions.php:3883
|
1476 |
+
msgid "Display \"Most Reacted Comments\" filter button"
|
|
|
|
|
1477 |
msgstr ""
|
|
|
|
|
1478 |
|
1479 |
+
#: options/class.WpdiscuzOptions.php:4144
|
1480 |
msgid ""
|
1481 |
+
"Display \"Notify of new replies to this comment\" option in comment form"
|
|
|
1482 |
msgstr ""
|
|
|
|
|
1483 |
|
1484 |
+
#: options/options-layouts/html-thread_display.php:38
|
1485 |
+
msgid "Display [View Comments] button"
|
|
|
|
|
1486 |
msgstr ""
|
|
|
|
|
1487 |
|
1488 |
+
#: options/options-layouts/html-thread_display.php:38
|
1489 |
+
msgid "Display [View Comments] button to load comments manually"
|
|
|
|
|
1490 |
msgstr ""
|
|
|
|
|
1491 |
|
1492 |
+
#: forms/wpdFormAttr/Form.php:1094
|
1493 |
+
msgid "Display agreement checkbox in comment Subscription Bar"
|
|
|
|
|
1494 |
msgstr ""
|
|
|
|
|
1495 |
|
1496 |
+
#: options/class.WpdiscuzOptions.php:4012
|
1497 |
+
msgid "Display Avatars"
|
|
|
|
|
1498 |
msgstr ""
|
|
|
|
|
1499 |
|
1500 |
+
#: options/class.WpdiscuzOptions.php:4189
|
1501 |
+
msgid "Display Comment Author Labels"
|
|
|
|
|
1502 |
msgstr ""
|
|
|
|
|
1503 |
|
1504 |
+
#: options/class.WpdiscuzOptions.php:4227
|
1505 |
+
msgid "Display comment editing Information"
|
|
|
|
|
1506 |
msgstr ""
|
|
|
|
|
1507 |
|
1508 |
+
#: forms/wpdFormAttr/Form.php:1166
|
1509 |
+
msgid "Display comment form for post IDs"
|
1510 |
+
msgstr "Zeige Kommentarformular für Beitrags IDs"
|
1511 |
|
1512 |
+
#: forms/wpdFormAttr/Form.php:1136
|
1513 |
+
msgid "Display comment form for post types"
|
1514 |
+
msgstr "Zeige Kommentarformular für Beitrags Typen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1515 |
|
1516 |
+
#: options/class.WpdiscuzOptions.php:3897
|
1517 |
+
msgid "Display Comment Sorting Options"
|
1518 |
+
msgstr ""
|
1519 |
|
1520 |
+
#: options/class.WpdiscuzOptions.php:4439
|
1521 |
+
msgid "Display filter button to load inline feedbacks"
|
|
|
1522 |
msgstr ""
|
|
|
|
|
1523 |
|
1524 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:36
|
1525 |
+
msgid "Display for Guests"
|
1526 |
+
msgstr "Anzeige für Gäste"
|
1527 |
|
1528 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:40
|
1529 |
+
msgid "Display for Registered Users"
|
1530 |
+
msgstr "Anzeige für registrierte Benutzer"
|
1531 |
+
|
1532 |
+
#: options/class.WpdiscuzOptions.php:3376
|
1533 |
+
msgid "Display logged-in user name and logout link on comment form"
|
1534 |
msgstr ""
|
|
|
|
|
|
|
|
|
1535 |
|
1536 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:41
|
1537 |
+
#: forms/wpdFormAttr/Field/ColorField.php:37
|
1538 |
+
#: forms/wpdFormAttr/Field/DateField.php:37
|
1539 |
+
#: forms/wpdFormAttr/Field/NumberField.php:47
|
1540 |
+
#: forms/wpdFormAttr/Field/RadioField.php:41
|
1541 |
+
#: forms/wpdFormAttr/Field/RatingField.php:37
|
1542 |
+
#: forms/wpdFormAttr/Field/SelectField.php:41
|
1543 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:30
|
1544 |
+
#: forms/wpdFormAttr/Field/TextField.php:37
|
1545 |
+
#: forms/wpdFormAttr/Field/UrlField.php:37
|
1546 |
+
msgid "Display on comment"
|
1547 |
+
msgstr "Bei Kommentar anzeigen"
|
1548 |
|
1549 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:32
|
1550 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:37
|
1551 |
+
#: forms/wpdFormAttr/Field/ColorField.php:33
|
1552 |
+
#: forms/wpdFormAttr/Field/DateField.php:33
|
1553 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:21
|
1554 |
+
#: forms/wpdFormAttr/Field/NumberField.php:43
|
1555 |
+
#: forms/wpdFormAttr/Field/RadioField.php:37
|
1556 |
+
#: forms/wpdFormAttr/Field/SelectField.php:37
|
1557 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:26
|
1558 |
+
#: forms/wpdFormAttr/Field/TextField.php:33
|
1559 |
+
#: forms/wpdFormAttr/Field/UrlField.php:33
|
1560 |
+
msgid "Display on reply form"
|
1561 |
+
msgstr "Auf Antwortformular anzeigen"
|
1562 |
|
1563 |
+
#: options/class.WpdiscuzOptions.php:3358
|
1564 |
+
msgid "Display on Subscription Form"
|
|
|
|
|
1565 |
msgstr ""
|
|
|
|
|
|
|
1566 |
|
1567 |
+
#: options/class.WpdiscuzOptions.php:3876
|
1568 |
+
msgid "Display only parent comments and <u>view replies ∨</u> button"
|
|
|
|
|
|
|
1569 |
msgstr ""
|
1570 |
+
"Zeigen Sie nur übergeordnete Kommentare und <u>Antworten anzeigen ∨</u> an"
|
|
|
|
|
|
|
1571 |
|
1572 |
+
#: options/class.WpdiscuzOptions.php:3845
|
1573 |
+
msgid "Display Ratings"
|
1574 |
+
msgstr "Bewertungen anzeigen"
|
1575 |
|
1576 |
+
#: options/options-layouts/html-rating.php:57
|
1577 |
+
msgid "Display ratings on non-singular pages"
|
|
|
|
|
|
|
|
|
|
|
1578 |
msgstr ""
|
1579 |
|
1580 |
+
#: options/class.WpdiscuzOptions.php:3442
|
1581 |
+
msgid "Display social login buttons on reply forms"
|
1582 |
+
msgstr "Social Login Buttons in Antwortformularen anzeigen"
|
1583 |
|
1584 |
+
#: options/class.WpdiscuzOptions.php:3449
|
1585 |
+
msgid "Display Social Network Icon on User Avatars"
|
|
|
|
|
|
|
|
|
1586 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1587 |
|
1588 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:549
|
1589 |
+
msgid "Disqus authentication failed (access_token does not exist)."
|
|
|
|
|
|
|
1590 |
msgstr ""
|
|
|
|
|
|
|
1591 |
|
1592 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:528
|
1593 |
+
msgid "Disqus authentication failed (OAuth code does not exist)."
|
1594 |
+
msgstr ""
|
1595 |
|
1596 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:525
|
1597 |
+
msgid "Disqus authentication failed (OAuth state does not exist)."
|
|
|
|
|
1598 |
msgstr ""
|
|
|
|
|
1599 |
|
1600 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:552
|
1601 |
+
msgid "Disqus authentication failed (user_id does not exist)."
|
|
|
|
|
1602 |
msgstr ""
|
|
|
|
|
|
|
1603 |
|
1604 |
+
#: options/class.WpdiscuzOptions.php:3547
|
1605 |
+
msgid "Disqus Login Button"
|
1606 |
+
msgstr ""
|
1607 |
|
1608 |
+
#: options/class.WpdiscuzOptions.php:3554
|
1609 |
+
msgid "Disqus Public Key"
|
|
|
|
|
1610 |
msgstr ""
|
|
|
|
|
|
|
1611 |
|
1612 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:497
|
1613 |
+
msgid "Disqus Public Key and Secret Key required."
|
1614 |
msgstr ""
|
1615 |
|
1616 |
+
#: options/class.WpdiscuzOptions.php:3561
|
1617 |
+
msgid "Disqus Secret Key"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
+
#: options/options-layouts/html-moderation.php:26
|
1621 |
+
msgid "Do not allow"
|
1622 |
+
msgstr "Nicht zulassen"
|
1623 |
|
1624 |
+
#: options/options-layouts/html-general.php:117
|
1625 |
+
msgid "Do not redirect"
|
1626 |
+
msgstr "Nicht weiterleiten"
|
1627 |
|
1628 |
+
#: class.WpdiscuzCore.php:1045
|
1629 |
+
msgid "Do you really want to delet this attachment?"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
+
#: class.WpdiscuzCore.php:1046
|
1633 |
+
msgid "Do you really want to delete comments and users cache?"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
+
#: class.WpdiscuzCore.php:1043
|
1637 |
+
msgid "Do you really want to remove voting data?"
|
1638 |
+
msgstr "Möchten Sie wirklich die Voting-Daten entfernen?"
|
1639 |
|
1640 |
+
#: class.WpdiscuzCore.php:1041
|
1641 |
+
msgid "Do you really want to reset all options?"
|
1642 |
+
msgstr "Möchten Sie wirklich alle Optionen zurücksetzen?"
|
1643 |
|
1644 |
+
#: class.WpdiscuzCore.php:1044
|
1645 |
+
msgid "Do you really want to reset phrases?"
|
1646 |
+
msgstr "Möchten Sie wirklich die Phrasen zurücksetzen?"
|
|
|
1647 |
|
1648 |
+
#: class.WpdiscuzCore.php:1042
|
1649 |
+
msgid "Do you really want to reset tab options?"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: options/html-dashboard.php:219 options/html-options.php:24
|
1653 |
+
msgid "Documentation"
|
1654 |
+
msgstr "Dokumentation"
|
|
|
1655 |
|
1656 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:44
|
1657 |
+
msgid "Don't show again if the agreement is accepted once"
|
1658 |
+
msgstr "Nicht mehr anzeigen, wenn die Vereinbarung einmal akzeptiert wurde"
|
1659 |
|
1660 |
+
#: utils/class.WpdiscuzHelper.php:1218 utils/class.WpdiscuzHelper.php:1257
|
1661 |
+
msgid "Done"
|
|
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: options/tools-layouts/tool-options.php:21
|
1665 |
+
msgid "Download Options"
|
1666 |
+
msgstr "Download Optionen"
|
|
|
|
|
1667 |
|
1668 |
+
#: options/tools-layouts/tool-phrases.php:22
|
1669 |
+
msgid "Download Phrases"
|
|
|
1670 |
msgstr ""
|
1671 |
|
1672 |
+
#: class.WpdiscuzCore.php:2108
|
1673 |
+
msgid "e.g: Any thoughts on this?"
|
1674 |
msgstr ""
|
1675 |
|
1676 |
+
#: forms/wpDiscuzForm.php:228 forms/wpdFormAttr/Field/Field.php:70
|
1677 |
+
#: options/class.WpdiscuzOptions.php:342
|
1678 |
+
#: options/phrases-layouts/phrases-comment.php:19
|
1679 |
+
msgid "Edit"
|
1680 |
+
msgstr "Bearbeiten"
|
1681 |
+
|
1682 |
+
#: options/class.WpdiscuzOptions.php:4213
|
1683 |
+
msgid "Edit Button - Allow comment editing for"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
+
#: forms/wpDiscuzForm.php:114
|
1687 |
+
msgid "Edit Form"
|
1688 |
+
msgstr "Formular bearbeiten"
|
1689 |
|
1690 |
+
#: class.WpdiscuzCore.php:1722 options/phrases-layouts/phrases-comment.php:60
|
1691 |
+
msgid "Editor"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: forms/wpDiscuzForm.php:438 forms/wpdFormAttr/Field/DefaultField/Email.php:67
|
1695 |
+
#: forms/wpdFormAttr/Form.php:1366 options/class.WpdiscuzOptions.php:328
|
1696 |
+
#: options/html-phrases.php:23
|
1697 |
+
msgid "Email"
|
1698 |
+
msgstr "E-Mail"
|
|
|
|
|
1699 |
|
1700 |
+
#: options/class.WpdiscuzOptions.php:368
|
1701 |
+
msgid "email address is invalid"
|
1702 |
+
msgstr "Bitte überprüfen Sie Ihre angegebene Email-Adresse"
|
1703 |
|
1704 |
+
#: options/phrases-layouts/phrases-form.php:31
|
1705 |
+
msgid "Email Field"
|
1706 |
+
msgstr "E-Mail Feld"
|
1707 |
|
1708 |
+
#: utils/deactivation-reason-modal.php:34
|
1709 |
+
#: utils/deactivation-reason-modal.php:56
|
1710 |
+
#: utils/deactivation-reason-modal.php:74
|
1711 |
+
#: utils/deactivation-reason-modal.php:92
|
1712 |
+
#: utils/deactivation-reason-modal.php:110
|
1713 |
+
#: utils/deactivation-reason-modal.php:128
|
1714 |
+
#: utils/deactivation-reason-modal.php:146
|
1715 |
+
msgid "email for feedback"
|
1716 |
msgstr ""
|
1717 |
|
1718 |
+
#: options/phrases-layouts/phrases-email.php:17
|
1719 |
+
msgid "Email Template Phrases"
|
1720 |
+
msgstr "E-Mail Benachrichtungs-Phrasen"
|
1721 |
|
1722 |
+
#: options/class.WpdiscuzOptions.php:2091
|
1723 |
+
msgid "Emoticons"
|
1724 |
+
msgstr "Emoticons"
|
1725 |
|
1726 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:35
|
1727 |
+
#: options/html-options.php:268 options/html-options.php:281
|
1728 |
+
#: options/html-options.php:351 options/options-layouts/html-live.php:29
|
1729 |
+
#: options/options-layouts/html-live.php:71
|
1730 |
+
#: options/options-layouts/html-live.php:92
|
1731 |
+
#: options/options-layouts/html-live.php:143
|
1732 |
+
msgid "Enable"
|
1733 |
+
msgstr "Aktivieren"
|
|
|
1734 |
|
1735 |
+
#: options/class.WpdiscuzOptions.php:3837
|
1736 |
+
msgid "Enable Aggregate Rating Schema"
|
1737 |
msgstr ""
|
1738 |
|
1739 |
+
#: options/html-options.php:346
|
1740 |
+
msgid "Enable Article Rating"
|
|
|
|
|
|
|
|
|
|
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: options/options-layouts/html-login.php:82
|
1744 |
+
msgid "Enable button"
|
|
|
|
|
|
|
|
|
|
|
|
|
1745 |
msgstr ""
|
|
|
|
|
1746 |
|
1747 |
+
#: options/class.WpdiscuzOptions.php:4533
|
1748 |
+
msgid "Enable Cache"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
+
#: options/class.WpdiscuzOptions.php:4535
|
1752 |
+
msgid "Enable Comments and Users Cache"
|
|
|
1753 |
msgstr ""
|
1754 |
|
1755 |
+
#: options/class.WpdiscuzOptions.php:3991
|
1756 |
+
msgid "Enable down vote button (dislike)"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: options/class.WpdiscuzOptions.php:3271
|
1760 |
+
msgid "Enable drop animation for comment form and subscription bar"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: options/class.WpdiscuzOptions.php:4220
|
1764 |
+
msgid "Enable editing for replied comments"
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: options/class.WpdiscuzOptions.php:3344
|
1768 |
msgid "Enable for Guests"
|
1769 |
msgstr ""
|
1770 |
|
1771 |
+
#: options/class.WpdiscuzOptions.php:3351
|
1772 |
msgid "Enable for Logged-in Users"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
+
#: options/options-layouts/html-form.php:115
|
1776 |
+
msgid "Enable formatting toolbar"
|
|
|
|
|
|
|
|
|
1777 |
msgstr ""
|
1778 |
|
1779 |
+
#: options/class.WpdiscuzOptions.php:4314
|
1780 |
+
msgid "Enable Lightbox for Attached Images"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: options/class.WpdiscuzOptions.php:4415
|
1784 |
+
msgid "Enable Live Update for Guests"
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: options/class.WpdiscuzOptions.php:4300
|
1788 |
+
msgid "Enable Media Uploading"
|
1789 |
msgstr ""
|
1790 |
|
1791 |
+
#: forms/wpdFormAttr/Form.php:1226
|
1792 |
+
msgid "Enable Post Rating"
|
|
|
|
|
|
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: options/class.WpdiscuzOptions.php:3397
|
1796 |
msgid "Enable Profiles URL"
|
1797 |
msgstr ""
|
1798 |
|
1799 |
+
#: options/class.WpdiscuzOptions.php:3292
|
1800 |
+
msgid "Enable Quicktags"
|
1801 |
+
msgstr "Quicktags ermöglichen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1802 |
|
1803 |
+
#: options/class.WpdiscuzOptions.php:4033
|
1804 |
+
msgid "Enable Sitewide Usage of Default Avatars"
|
1805 |
msgstr ""
|
|
|
|
|
1806 |
|
1807 |
+
#: forms/wpdFormAttr/Form.php:1082
|
1808 |
+
msgid "Enable subscription bar"
|
1809 |
+
msgstr "Abonnement Leiste aktivieren"
|
|
|
|
|
|
|
|
|
|
|
|
|
1810 |
|
1811 |
+
#: options/class.WpdiscuzOptions.php:4130
|
1812 |
+
msgid "Enable subscription confirmation for guests"
|
1813 |
msgstr ""
|
1814 |
|
1815 |
+
#: options/class.WpdiscuzOptions.php:4123
|
1816 |
+
msgid "Enable subscription confirmation for registered users"
|
1817 |
msgstr ""
|
1818 |
|
1819 |
+
#: options/class.WpdiscuzOptions.php:4165
|
1820 |
+
msgid "Enable User Following Feature"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1821 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1822 |
|
1823 |
+
#: options/class.WpdiscuzOptions.php:4102
|
1824 |
+
msgid "Enable User Mentioning"
|
|
|
|
|
1825 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
1826 |
|
1827 |
+
#: options/class.WpdiscuzOptions.php:4286
|
1828 |
+
msgid "Enable WordPress Shortcodes in Comment Content"
|
1829 |
msgstr ""
|
1830 |
|
1831 |
+
#: options/class.WpdiscuzOptions.php:4463
|
1832 |
+
msgid "Enable wpDiscuz on Home Page"
|
1833 |
msgstr ""
|
1834 |
|
1835 |
+
#: utils/class.WpdiscuzHelper.php:1398
|
1836 |
+
msgid "Enter link:"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
+
#: options/class.WpdiscuzOptions.php:453
|
1840 |
+
#: options/phrases-layouts/phrases-user-settings.php:150
|
1841 |
+
msgid "Error : Can't send email."
|
1842 |
+
msgstr "Fehler: E-Mail kann nicht gesendet werden."
|
|
|
|
|
1843 |
|
1844 |
+
#: options/phrases-layouts/phrases-error.php:11
|
1845 |
+
msgid "Error message for empty field"
|
1846 |
+
msgstr "Fehlermeldung für leeres Feld"
|
1847 |
|
1848 |
+
#: options/phrases-layouts/phrases-error.php:15
|
1849 |
+
msgid "Error message for invalid email field"
|
1850 |
+
msgstr "Bitte überprüfe deine angegebene E-Mail Adresse"
|
1851 |
|
1852 |
+
#: options/phrases-layouts/phrases-error.php:19
|
1853 |
+
msgid "Error message for invalid website url field"
|
1854 |
+
msgstr "Bitte überprüfe deine angegebene Website Adresse"
|
1855 |
|
1856 |
+
#: options/class.WpdiscuzOptions.php:1832
|
1857 |
+
#: options/class.WpdiscuzOptions.php:1862
|
1858 |
+
msgid "Error occured! Can not get file content!"
|
1859 |
+
msgstr "Fehler aufgetreten! Dateiinhalte können nicht abgerufen werden!"
|
1860 |
|
1861 |
+
#: options/class.WpdiscuzOptions.php:1829
|
1862 |
+
#: options/class.WpdiscuzOptions.php:1859
|
1863 |
+
msgid "Error occured! File content is empty or data is not valid!"
|
1864 |
+
msgstr "Fehler aufgetreten! Dateiinhalt ist leer oder Daten sind nicht gültig!"
|
1865 |
|
1866 |
+
#: options/class.WpdiscuzOptions.php:1835
|
1867 |
+
#: options/class.WpdiscuzOptions.php:1865
|
1868 |
+
msgid "Error occured! Please choose file!"
|
1869 |
+
msgstr "Fehler aufgetreten! Bitte Datei auswählen!"
|
1870 |
|
1871 |
+
#: options/html-phrases.php:28
|
1872 |
+
msgid "Errors"
|
1873 |
+
msgstr "Fehler"
|
1874 |
|
1875 |
+
#: class.WpdiscuzCore.php:243
|
1876 |
+
msgid "Every 48 hours"
|
1877 |
+
msgstr "Alle 48 Stunden"
|
1878 |
|
1879 |
+
#: options/options-layouts/html-recaptcha.php:156
|
1880 |
+
msgid "Example en"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
+
#: options/options-layouts/html-labels.php:54
|
1884 |
+
#: options/options-layouts/html-rating.php:73
|
1885 |
+
#: options/options-layouts/html-rating.php:77
|
1886 |
+
#: options/options-layouts/html-rating.php:81
|
1887 |
+
#: options/options-layouts/html-thread_styles.php:111
|
1888 |
+
#: options/options-layouts/html-thread_styles.php:115
|
1889 |
+
#: options/options-layouts/html-thread_styles.php:127
|
1890 |
+
#: options/options-layouts/html-thread_styles.php:131
|
1891 |
+
msgid "Example: #00FF00"
|
1892 |
+
msgstr "Beispiel: #00FF00"
|
1893 |
|
1894 |
+
#: options/options-layouts/html-form.php:29
|
1895 |
+
msgid "expanded"
|
1896 |
msgstr ""
|
1897 |
|
1898 |
+
#: options/tools-layouts/tool-options.php:8
|
1899 |
+
msgid "Export / Import options"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
+
#: options/tools-layouts/tool-phrases.php:8
|
1903 |
+
msgid "Export / Import phrases"
|
1904 |
msgstr ""
|
1905 |
|
1906 |
+
#: options/class.WpdiscuzOptions.php:1932
|
1907 |
+
msgid ""
|
1908 |
+
"Extended comment attachment system. Allows to upload images, videos, audios "
|
1909 |
+
"and other file types."
|
1910 |
msgstr ""
|
1911 |
+
"Erweitertes Kommentar-Anhangsystem. Ermöglicht das Hochladen von Bildern, "
|
1912 |
+
"Videos, Audios und anderen Dateitypen."
|
1913 |
|
1914 |
+
#: options/class.WpdiscuzOptions.php:1986
|
1915 |
+
msgid ""
|
1916 |
+
"Extended information about comment author with Profile, Activity, Votes and "
|
1917 |
+
"Subscriptions Tabs on pop-up window."
|
1918 |
msgstr ""
|
1919 |
+
"Erweiterte Informationen zum Kommentarautor mit den Registerkarten Profil, "
|
1920 |
+
"Aktivität, Abstimmungen und Abonnements im Popup-Fenster."
|
1921 |
|
1922 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:129
|
1923 |
+
msgid "Facebook access token or user ID invalid."
|
1924 |
+
msgstr "Facebook Access Token oder Benutzer-ID ungültig."
|
1925 |
|
1926 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:133
|
1927 |
+
msgid "Facebook App Secret is required."
|
1928 |
+
msgstr "Facebook App Secret ist erforderlich."
|
1929 |
|
1930 |
+
#: options/class.WpdiscuzOptions.php:3484
|
1931 |
+
msgid "Facebook Application ID"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:167
|
1935 |
+
msgid "Facebook Application ID and Application Secret required."
|
1936 |
msgstr ""
|
1937 |
|
1938 |
+
#: options/class.WpdiscuzOptions.php:3491
|
1939 |
+
msgid "Facebook Application Secret"
|
1940 |
msgstr ""
|
1941 |
|
1942 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:197
|
1943 |
+
msgid "Facebook authentication failed (OAuth code does not exist)."
|
1944 |
msgstr ""
|
1945 |
|
1946 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:194
|
1947 |
+
msgid "Facebook authentication failed (OAuth state does not exist)."
|
1948 |
msgstr ""
|
1949 |
|
1950 |
+
#: options/class.WpdiscuzOptions.php:3463
|
1951 |
+
msgid "Facebook Login Button"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: options/class.WpdiscuzOptions.php:3477
|
1955 |
+
msgid "Facebook Share Button"
|
1956 |
msgstr ""
|
1957 |
|
1958 |
+
#: class.WpdiscuzCore.php:2113
|
1959 |
+
msgid "Feedback Button Display Type"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
+
#: options/phrases-layouts/phrases-general.php:39
|
1963 |
+
msgid "Feedback on post content"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: forms/wpdFormAttr/Field/ColorField.php:23
|
1967 |
+
#: forms/wpdFormAttr/Field/DateField.php:23
|
1968 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:30
|
1969 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:29
|
1970 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:29
|
1971 |
+
#: forms/wpdFormAttr/Field/NumberField.php:33
|
1972 |
+
#: forms/wpdFormAttr/Field/RatingField.php:27
|
1973 |
+
#: forms/wpdFormAttr/Field/TextField.php:23
|
1974 |
+
#: forms/wpdFormAttr/Field/UrlField.php:23
|
1975 |
+
msgid "Field icon"
|
1976 |
+
msgstr "Feld Symbol"
|
1977 |
|
1978 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:28
|
1979 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:33
|
1980 |
+
#: forms/wpdFormAttr/Field/ColorField.php:29
|
1981 |
+
#: forms/wpdFormAttr/Field/DateField.php:29
|
1982 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:36
|
1983 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:35
|
1984 |
+
#: forms/wpdFormAttr/Field/NumberField.php:39
|
1985 |
+
#: forms/wpdFormAttr/Field/RadioField.php:33
|
1986 |
+
#: forms/wpdFormAttr/Field/RatingField.php:33
|
1987 |
+
#: forms/wpdFormAttr/Field/SelectField.php:33
|
1988 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:22
|
1989 |
+
#: forms/wpdFormAttr/Field/TextField.php:29
|
1990 |
+
#: forms/wpdFormAttr/Field/UrlField.php:29
|
1991 |
+
msgid "Field is required"
|
1992 |
+
msgstr "Feld ist erforderlich"
|
1993 |
|
1994 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:101
|
1995 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:150
|
1996 |
+
#: forms/wpdFormAttr/Field/ColorField.php:113
|
1997 |
+
#: forms/wpdFormAttr/Field/DateField.php:113
|
1998 |
+
#: forms/wpdFormAttr/Field/NumberField.php:123
|
1999 |
+
#: forms/wpdFormAttr/Field/RadioField.php:129
|
2000 |
+
#: forms/wpdFormAttr/Field/RatingField.php:129
|
2001 |
+
#: forms/wpdFormAttr/Field/SelectField.php:122
|
2002 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:95
|
2003 |
+
#: forms/wpdFormAttr/Field/TextField.php:107
|
2004 |
+
#: forms/wpdFormAttr/Field/UrlField.php:117
|
2005 |
+
msgid "field is required!"
|
2006 |
+
msgstr "Dieses Feld ist ein Pflichtfeld!"
|
2007 |
|
2008 |
+
#: forms/wpdFormAttr/Field/AgreementCheckbox.php:18
|
2009 |
+
#: forms/wpdFormAttr/Field/CheckboxField.php:19
|
2010 |
+
#: forms/wpdFormAttr/Field/ColorField.php:19
|
2011 |
+
#: forms/wpdFormAttr/Field/CookiesConsent.php:20
|
2012 |
+
#: forms/wpdFormAttr/Field/DateField.php:19
|
2013 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:26
|
2014 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:25
|
2015 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:25
|
2016 |
+
#: forms/wpdFormAttr/Field/NumberField.php:19
|
2017 |
+
#: forms/wpdFormAttr/Field/NumberField.php:24
|
2018 |
+
#: forms/wpdFormAttr/Field/NumberField.php:29
|
2019 |
+
#: forms/wpdFormAttr/Field/RadioField.php:19
|
2020 |
+
#: forms/wpdFormAttr/Field/RatingField.php:23
|
2021 |
+
#: forms/wpdFormAttr/Field/SelectField.php:19
|
2022 |
+
#: forms/wpdFormAttr/Field/TextAreaField.php:19
|
2023 |
+
#: forms/wpdFormAttr/Field/TextField.php:19
|
2024 |
+
#: forms/wpdFormAttr/Field/UrlField.php:19
|
2025 |
+
msgid ""
|
2026 |
+
"Field specific short description or some rule related to inserted "
|
2027 |
+
"information."
|
2028 |
msgstr ""
|
2029 |
+
"Feldspezifische Kurzbeschreibung oder eine Regel in Bezug auf eingefügte "
|
2030 |
+
"Informationen."
|
2031 |
|
2032 |
+
#: forms/wpDiscuzForm.php:223
|
2033 |
+
msgid "Field Types"
|
2034 |
+
msgstr "Feld-Typen"
|
2035 |
|
2036 |
+
#: options/options-layouts/html-content.php:102
|
2037 |
+
msgid "File Attachment Settings"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
+
#: options/class.WpdiscuzOptions.php:1161
|
2041 |
+
msgid ""
|
2042 |
+
"File is empty. Please upload something more substantial. This error could "
|
2043 |
+
"also be caused by uploads being disabled in your php.ini or by post_max_size "
|
2044 |
+
"being defined as smaller than upload_max_filesize in php.ini."
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: options/html-options.php:401
|
2048 |
+
msgid "Find an option..."
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: options/html-options.php:372
|
2052 |
+
msgid "Finish Installation"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: options/html-options.php:372
|
2056 |
+
msgid "Finish Update"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: options/html-dashboard.php:49
|
2060 |
+
msgid ""
|
2061 |
+
"First time in blog commenting experience we introduce, the Inline Feedback "
|
2062 |
+
"feature. This is an interactive article reading option with questions and "
|
2063 |
+
"feedback. Now article authors can add some questions for readers on certain "
|
2064 |
+
"part of article content and ask for feedback while visitors read it."
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: options/tools-layouts/tool-database.php:20
|
2068 |
+
#: options/tools-layouts/tool-database.php:21
|
2069 |
+
msgid "Fix Tables"
|
2070 |
msgstr ""
|
2071 |
|
2072 |
+
#: options/html-options.php:132 options/html-options.php:152
|
2073 |
+
#: options/html-options.php:171
|
2074 |
+
msgid "Fix the problem: "
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: options/html-phrases.php:25
|
2078 |
+
msgid "Follow"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
+
#: options/phrases-layouts/phrases-follow.php:67
|
2082 |
+
msgid "Follow confirmation email content"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
+
#: options/phrases-layouts/phrases-follow.php:56
|
2086 |
+
msgid "Follow confirmation email subject"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
+
#: options/phrases-layouts/phrases-follow.php:95
|
2090 |
+
msgid "Follow email content"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
+
#: options/class.WpdiscuzOptions.php:505
|
2094 |
+
#: options/phrases-layouts/phrases-general.php:135
|
2095 |
+
msgid "Follow has been canceled successfully"
|
2096 |
msgstr ""
|
2097 |
|
2098 |
+
#: options/class.WpdiscuzOptions.php:504
|
2099 |
+
#: options/phrases-layouts/phrases-general.php:131
|
2100 |
+
msgid "Follow has been confirmed successfully"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
+
#: options/class.WpdiscuzOptions.php:460
|
2104 |
+
#: options/phrases-layouts/phrases-follow.php:11
|
2105 |
+
msgid "Follow this user"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: options/phrases-layouts/phrases-follow.php:7
|
2109 |
+
msgid "Follow Users Phrases"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: options/class.WpdiscuzOptions.php:4172
|
2113 |
+
msgid "Follow users without email confirmation"
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: utils/class.WpdiscuzHelperAjax.php:933
|
2117 |
+
#: utils/class.WpdiscuzHelperAjax.php:995
|
2118 |
+
msgid "Followers"
|
2119 |
+
msgstr "Follower"
|
2120 |
|
2121 |
+
#: utils/class.WpdiscuzHelperAjax.php:934
|
2122 |
+
#: utils/class.WpdiscuzHelperAjax.php:991
|
2123 |
+
msgid "Following"
|
2124 |
msgstr ""
|
2125 |
|
2126 |
+
#: options/phrases-layouts/phrases-follow.php:83
|
2127 |
+
msgid "Following email subject"
|
2128 |
msgstr ""
|
2129 |
|
2130 |
+
#: options/class.WpdiscuzOptions.php:468
|
2131 |
+
msgid "Following failed. Please try again later."
|
2132 |
msgstr ""
|
2133 |
|
2134 |
+
#: options/class.WpdiscuzOptions.php:434
|
2135 |
+
#: options/phrases-layouts/phrases-user-settings.php:23
|
2136 |
+
msgid "Follows"
|
|
|
|
|
|
|
|
|
2137 |
msgstr ""
|
2138 |
|
2139 |
+
#: forms/wpdFormAttr/Field/ColorField.php:26
|
2140 |
+
#: forms/wpdFormAttr/Field/DateField.php:26
|
2141 |
+
#: forms/wpdFormAttr/Field/DefaultField/Email.php:33
|
2142 |
+
#: forms/wpdFormAttr/Field/DefaultField/Name.php:32
|
2143 |
+
#: forms/wpdFormAttr/Field/DefaultField/Website.php:32
|
2144 |
+
#: forms/wpdFormAttr/Field/NumberField.php:36
|
2145 |
+
#: forms/wpdFormAttr/Field/RatingField.php:30
|
2146 |
+
#: forms/wpdFormAttr/Field/TextField.php:26
|
2147 |
+
#: forms/wpdFormAttr/Field/UrlField.php:26
|
2148 |
+
msgid "Font-awesome icon library."
|
2149 |
+
msgstr "Schriftart-Awesome Icon-Bibliothek."
|
2150 |
|
2151 |
+
#: forms/wpDiscuzForm.php:111 options/html-phrases.php:20
|
2152 |
+
msgid "Form"
|
2153 |
+
msgstr "Formular"
|
2154 |
|
2155 |
+
#: options/phrases-layouts/phrases-form.php:83
|
2156 |
+
msgid "Form subscription button"
|
2157 |
+
msgstr "Formular Abonnement Schaltfläche"
|
2158 |
|
2159 |
+
#: options/phrases-layouts/phrases-form.php:7
|
2160 |
+
msgid "Form Template Phrases"
|
2161 |
+
msgstr "Sätze für Formularvorlagen"
|
2162 |
+
|
2163 |
+
#: forms/wpDiscuzForm.php:110 forms/wpDiscuzForm.php:159
|
2164 |
+
msgid "Forms"
|
2165 |
+
msgstr "Formulare"
|
2166 |
+
|
2167 |
+
#: options/class.WpdiscuzOptions.php:2139
|
2168 |
+
msgid "Front-end Moderation"
|
2169 |
+
msgstr "Frontend-Moderation"
|
2170 |
+
|
2171 |
+
#: options/addons/fem/title.php:7
|
2172 |
+
msgid "Frontend Moderation"
|
2173 |
+
msgstr "Frontend-Moderation"
|
2174 |
+
|
2175 |
+
#: options/html-phrases.php:19 options/options-layouts/html-recaptcha.php:20
|
2176 |
+
msgid "General"
|
2177 |
+
msgstr "Allgemein"
|
2178 |
+
|
2179 |
+
#: options/class.WpdiscuzOptions.php:4064
|
2180 |
+
msgid "General Colors"
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: options/phrases-layouts/phrases-general.php:7
|
2184 |
+
msgid "General Phrases"
|
2185 |
+
msgstr "Generelle Sätze"
|
2186 |
+
|
2187 |
+
#: options/class.WpdiscuzOptions.php:4455
|
2188 |
+
msgid "General Settings"
|
2189 |
+
msgstr "Allgemeine Einstellungen"
|
2190 |
+
|
2191 |
+
#: options/class.WpdiscuzOptions.php:4349
|
2192 |
+
msgid "Generate Thumbnail Sizes"
|
2193 |
msgstr ""
|
2194 |
|
2195 |
+
#: options/html-dashboard.php:246
|
2196 |
msgid ""
|
2197 |
+
"Get all wpDiscuz premium addons with unlimited site license and save 90% with"
|
|
|
|
|
|
|
|
|
2198 |
msgstr ""
|
2199 |
|
2200 |
+
#: options/html-dashboard.php:222
|
2201 |
+
msgid "Getting Started"
|
2202 |
msgstr ""
|
|
|
2203 |
|
2204 |
+
#: options/options-layouts/html-social.php:756
|
2205 |
+
msgid "Getting started with"
|
2206 |
+
msgstr "Anfangen mit"
|
2207 |
+
|
2208 |
+
#: options/options-layouts/html-form.php:118
|
2209 |
msgid ""
|
2210 |
+
"Go to \"Comment Content and Media\" admin page to manage image attachment "
|
2211 |
+
"settings"
|
|
|
|
|
2212 |
msgstr ""
|
2213 |
|
2214 |
+
#: options/class.WpdiscuzOptions.php:2293
|
2215 |
+
msgid "Go to Installation Wizard »"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
+
#: options/class.WpdiscuzOptions.php:2185
|
2219 |
+
#: options/class.WpdiscuzOptions.php:2191
|
2220 |
+
#: options/class.WpdiscuzOptions.php:2197
|
2221 |
+
#: options/class.WpdiscuzOptions.php:2203
|
2222 |
+
msgid "Go to the addon page"
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: options/class.WpdiscuzOptions.php:2293
|
2226 |
+
msgid "Go to Update Wizard »"
|
2227 |
msgstr ""
|
2228 |
|
2229 |
+
#: options/class.WpdiscuzOptions.php:2208
|
2230 |
+
msgid "Go to wpDiscuz Addons subMenu"
|
2231 |
+
msgstr "Gehen Sie zum WpDiscuz Addons Untermenü"
|
|
|
|
|
|
|
|
|
2232 |
|
2233 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:349
|
2234 |
+
msgid "Google authentication failed (OAuth code does not exist)."
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:346
|
2238 |
+
msgid "Google authentication failed (OAuth state does not exist)."
|
2239 |
msgstr ""
|
2240 |
|
2241 |
+
#: options/class.WpdiscuzOptions.php:3533
|
2242 |
+
msgid "Google Client ID"
|
|
|
|
|
2243 |
msgstr ""
|
2244 |
|
2245 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:317
|
2246 |
+
msgid "Google Client ID and Client Secret required."
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: options/class.WpdiscuzOptions.php:3540
|
2250 |
+
msgid "Google Client Secret"
|
|
|
|
|
|
|
|
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: options/class.WpdiscuzOptions.php:3526
|
2254 |
+
msgid "Google Login Button"
|
2255 |
msgstr ""
|
2256 |
|
2257 |
+
#: options/class.WpdiscuzOptions.php:2151
|
2258 |
+
msgid "Google ReCaptcha"
|
2259 |
+
msgstr "Google ReCaptcha"
|
2260 |
|
2261 |
+
#: forms/wpdFormAttr/Field/Field.php:63 options/class.WpdiscuzOptions.php:3301
|
2262 |
+
msgid "Google reCAPTCHA"
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: options/html-options.php:333
|
2266 |
+
msgid ""
|
2267 |
+
"Great News! Now you can add questions for readers on certain part of article "
|
2268 |
+
"content and ask for feedback while visitors read it."
|
2269 |
msgstr ""
|
2270 |
|
2271 |
+
#: class.WpdiscuzCore.php:1733 options/phrases-layouts/phrases-comment.php:62
|
2272 |
+
msgid "Guest"
|
2273 |
+
msgstr "Gast"
|
2274 |
|
2275 |
+
#: options/html-dashboard.php:145
|
2276 |
+
msgid "Guest Commenters"
|
2277 |
msgstr ""
|
2278 |
|
2279 |
+
#. Author of the plugin/theme
|
2280 |
+
msgid "gVectors Team"
|
2281 |
msgstr ""
|
2282 |
|
2283 |
+
#: options/class.WpdiscuzOptions.php:1251
|
2284 |
+
#: options/class.WpdiscuzOptions.php:1514
|
2285 |
+
#: options/class.WpdiscuzOptions.php:1870
|
2286 |
+
msgid "Hacker?"
|
2287 |
+
msgstr "Hacker?"
|
2288 |
|
2289 |
+
#: options/options-layouts/html-content.php:246
|
2290 |
+
msgid "Height (px)"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: options/html-dashboard.php:252
|
2294 |
+
msgid "Help to Translate wpDiscuz"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: options/class.WpdiscuzOptions.php:4526
|
2298 |
+
msgid ""
|
2299 |
+
"Help wpDiscuz to grow allowing people to recognize which comment plugin you "
|
2300 |
+
"use"
|
2301 |
msgstr ""
|
2302 |
+
"Helfen Sie mit, dass wpDiscuz weiter wächst und sich Menschen daran erinnern,"
|
2303 |
+
" welches Kommentar-Plugin Sie verwenden"
|
2304 |
|
2305 |
+
#: options/options-layouts/html-thread_display.php:10
|
2306 |
+
msgid ""
|
2307 |
+
"Here you can find all necessary options to control comment threads loading, "
|
2308 |
+
"displaying and sorting functions. Using \"Comment List Loading Type\", "
|
2309 |
+
"\"Comments Pagination Type\" and \"Display only parent comments\" options, "
|
2310 |
+
"you can get the highest page loading speed. Also you can manage comment "
|
2311 |
+
"thread filtering buttons."
|
2312 |
msgstr ""
|
2313 |
|
2314 |
+
#: options/tools-layouts/tool-options.php:35
|
2315 |
+
msgid ""
|
2316 |
+
"Here you can import and restore wpDiscuz options. You just need to choose "
|
2317 |
+
"backup file and click import options."
|
2318 |
msgstr ""
|
2319 |
+
"Hier können Sie wpDiscuz-Optionen importieren und wiederherstellen. Sie "
|
2320 |
+
"müssen nur die Sicherungsdatei auswählen und auf Importoptionen klicken."
|
2321 |
|
2322 |
+
#: options/tools-layouts/tool-phrases.php:36
|
2323 |
+
msgid ""
|
2324 |
+
"Here you can import and restore wpDiscuz phrases. You just need to choose "
|
2325 |
+
"backup file and click import phrases."
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: options/tools-layouts/tool-images.php:64
|
2329 |
msgid ""
|
2330 |
+
"Here you can import comments' images from <strong><i>Comment Images "
|
2331 |
+
"Reloaded</i></strong> plugin to wpDiscuz."
|
|
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#: options/tools-layouts/tool-images.php:80
|
2335 |
+
msgid ""
|
2336 |
+
"Here you can import comments' images from <strong><i>DCO Comment "
|
2337 |
+
"Attachment</i></strong> plugin to wpDiscuz."
|
2338 |
msgstr ""
|
2339 |
|
2340 |
+
#: options/tools-layouts/tool-subscriptions.php:37
|
2341 |
+
msgid ""
|
2342 |
+
"Here you can import subscriptions from <strong><i>Lightweight Subscribe To "
|
2343 |
+
"Comments</i></strong> plugin to wpDiscuz."
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: options/tools-layouts/tool-subscriptions.php:21
|
2347 |
+
msgid ""
|
2348 |
+
"Here you can import subscriptions from <strong><i>Subscribe To Comments "
|
2349 |
+
"Reloaded</i></strong> plugin to wpDiscuz."
|
2350 |
msgstr ""
|
2351 |
|
2352 |
+
#: options/options-layouts/html-content.php:10
|
2353 |
+
#, php-format
|
2354 |
+
msgid ""
|
2355 |
+
"Here you can manage comment content related options, such as comment text "
|
2356 |
+
"length, comment content breaking, comment image attachment... By default "
|
2357 |
+
"wpDiscuz allows to attach one image with comment. For an advanced media "
|
2358 |
+
"uploading and file attachment options we recommend %s addon."
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: options/options-layouts/html-thread_layouts.php:10
|
|
|
|
|
|
|
|
|
2362 |
msgid ""
|
2363 |
+
"Here you can manage comment layout components. You can display/hide certain "
|
2364 |
+
"button or information on comment threads, as well as commenters' avatars and "
|
2365 |
+
"comment voting options."
|
2366 |
msgstr ""
|
2367 |
|
2368 |
+
#: options/options-layouts/html-thread_styles.php:10
|
2369 |
+
msgid ""
|
2370 |
+
"Here you can manage comment thread styles, custom colors and add custom CSS. "
|
2371 |
+
"By default wpDiscuz comes with «Light» style. If your theme "
|
2372 |
+
"style is dark, we recommend choose the «Dark» option for "
|
2373 |
+
"comments too. In case you want to totally customize comment style or create "
|
2374 |
+
"it from scratch, we recommend choose the «Off» option to stop "
|
2375 |
+
"loading wpDiscuz core CSS. In this case only basic CSS code will be loaded "
|
2376 |
+
"allowing you add your custom style easier."
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: options/options-layouts/html-login.php:10
|
2380 |
+
#, php-format
|
2381 |
msgid ""
|
2382 |
+
"Here you can manage commenters authorization and data control related "
|
2383 |
+
"settings. wpDiscuz is focused on user engagement and community building "
|
2384 |
+
"ideas, therefore it's integrated with community builder plugins like wpForo "
|
2385 |
+
"Forum, BuddyPress, etc... With these plugins comment authors are linked to "
|
2386 |
+
"their profile pages. In case you want to display commenters profile and "
|
2387 |
+
"activity information directly on comment list, please be sure to check out "
|
2388 |
+
"the %s addon."
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: options/class.WpdiscuzOptions.php:417
|
2392 |
+
msgid ""
|
2393 |
+
"Hi [COMMENT_AUTHOR],<br/><br/>your comment was approved.<br/><br/><a "
|
2394 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
2395 |
msgstr ""
|
2396 |
+
"Hallo [COMMENT_AUTHOR],<br/><br/>>Ihr Kommentar wurde genehmigt.<br/><br/><a "
|
2397 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]"
|
2398 |
|
2399 |
+
#: options/class.WpdiscuzOptions.php:474
|
2400 |
+
msgid ""
|
2401 |
+
"Hi [FOLLOWER_NAME],<br/><br/> new comment has been posted by the <em><strong>"
|
2402 |
+
"[COMMENT_AUTHOR]</em></strong> you are following<br/><br/><a "
|
2403 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a><br/><br/>[COMMENT_CONTENT]<br/><br/>"
|
2404 |
+
"<a href=\"[CANCEL_URL]\">"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: options/class.WpdiscuzOptions.php:476
|
2408 |
+
msgid ""
|
2409 |
+
"Hi [MENTIONED_USER_NAME]!<br/>You have been mentioned in a comment posted on "
|
2410 |
+
"\"[POST_TITLE]\" post by [COMMENT_AUTHOR].<br/><br/>Comment URL: <a "
|
2411 |
+
"href=\"[COMMENT_URL]\">[COMMENT_URL]</a>"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
+
#: options/class.WpdiscuzOptions.php:351
|
2415 |
msgid ""
|
2416 |
+
"Hi [SUBSCRIBER_NAME],<br/><br/> new comment has been posted by the <em>"
|
2417 |
+
"<strong>[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
2418 |
+
"interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>"
|
2419 |
+
"[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: options/class.WpdiscuzOptions.php:353 options/class.WpdiscuzOptions.php:355
|
2423 |
+
msgid ""
|
2424 |
+
"Hi [SUBSCRIBER_NAME],<br/><br/> new reply has been posted by the <em><strong>"
|
2425 |
+
"[COMMENT_AUTHOR]</em></strong> on the discussion section you've been "
|
2426 |
+
"interested in<br/><br/><a href='[COMMENT_URL]'>[COMMENT_URL]</a><br/><br/>"
|
2427 |
+
"[COMMENT_CONTENT]<br/><br/><a href='[UNSUBSCRIBE_URL]'>Unsubscribe</a>"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: options/class.WpdiscuzOptions.php:472
|
2431 |
+
msgid ""
|
2432 |
+
"Hi, <br/> You just started following a new user. You'll get email "
|
2433 |
+
"notification once new comment is posted by this user. <br/> Please click on "
|
2434 |
+
"\"user following confirmation\" link to confirm your request. If you believe "
|
2435 |
+
"this is an error, ignore this message and we'll never bother you again. <br/>"
|
2436 |
+
"<br/><a href=\"[POST_URL]\">[POST_TITLE]</a><br/><br/><a href=\"[CONFIRM_URL]"
|
2437 |
+
"\">"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: options/class.WpdiscuzOptions.php:366
|
|
|
2441 |
msgid ""
|
2442 |
+
"Hi, <br/> You just subscribed for new comments on our website. This means "
|
2443 |
+
"you will receive an email when new comments are posted according to "
|
2444 |
+
"subscription option you've chosen. <br/> To activate, click confirm below. "
|
2445 |
+
"If you believe this is an error, ignore this message and we'll never bother "
|
2446 |
+
"you again. <br/><br/><a href='[POST_URL]'>[POST_TITLE]</a><br/><br/><a "
|
2447 |
+
"href='[CONFIRM_URL]'>Confirm Your Subscription</a><br/><br/><a "
|
2448 |
+
"href='[CANCEL_URL]'>Cancel Subscription</a>"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: forms/wpdFormAttr/Form.php:1049
|
2452 |
+
msgid "Hide comment section for roles"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: options/class.WpdiscuzOptions.php:348
|
2456 |
+
#: options/phrases-layouts/phrases-comment.php:43
|
2457 |
+
msgid "Hide Replies"
|
2458 |
+
msgstr "Antworten verbergen"
|
|
|
|
|
|
|
2459 |
|
2460 |
+
#: options/class.WpdiscuzOptions.php:3925
|
2461 |
+
msgid "Highlight Unread Comments"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
+
#: options/class.WpdiscuzOptions.php:4005
|
2465 |
+
msgid "Highlight Voting Buttons for Voters"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
+
#: options/class.WpdiscuzOptions.php:326
|
2469 |
+
#: options/phrases-layouts/phrases-form.php:23
|
2470 |
+
msgid "Hottest comment thread"
|
2471 |
+
msgstr "Beliebtestes Kommentar Thema"
|
2472 |
|
2473 |
+
#: options/options-layouts/html-moderation.php:29
|
2474 |
+
#: options/phrases-layouts/phrases-datetime.php:35
|
2475 |
+
msgid "Hour"
|
2476 |
+
msgstr "Stunde"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2477 |
|
2478 |
+
#: options/class.WpdiscuzOptions.php:376
|
2479 |
+
msgid "hour"
|
2480 |
+
msgstr "Stunde"
|
|
|
2481 |
|
2482 |
+
#: options/options-layouts/html-moderation.php:30
|
2483 |
+
#: options/options-layouts/html-moderation.php:31
|
2484 |
+
msgid "Hours"
|
2485 |
+
msgstr "Stunden"
|
2486 |
|
2487 |
+
#: options/class.WpdiscuzOptions.php:377
|
2488 |
+
msgid "hours"
|
2489 |
+
msgstr "Stunden"
|
|
|
|
|
|
|
|
|
|
|
2490 |
|
2491 |
+
#: options/phrases-layouts/phrases-datetime.php:39
|
2492 |
+
msgid "Hours (Plural Form)"
|
2493 |
+
msgstr "Stunden (Plural Form)"
|
2494 |
|
2495 |
+
#: forms/wpdFormAttr/Field/HTMLField.php:17
|
2496 |
+
msgid "HTML Code"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
+
#. Author URI of the plugin/theme
|
2500 |
+
msgid "https://gvectors.com/"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#. Plugin URI of the plugin/theme
|
2504 |
+
msgid "https://wpdiscuz.com/"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: utils/deactivation-reason-modal.php:29
|
2508 |
+
#: utils/deactivation-reason-modal.php:51
|
2509 |
+
#: utils/deactivation-reason-modal.php:69
|
2510 |
+
#: utils/deactivation-reason-modal.php:87
|
2511 |
+
#: utils/deactivation-reason-modal.php:105
|
2512 |
+
#: utils/deactivation-reason-modal.php:123
|
2513 |
+
#: utils/deactivation-reason-modal.php:141
|
2514 |
+
msgid "I agree to receive email"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: options/class.WpdiscuzOptions.php:427
|
2518 |
+
msgid "I allow to create an account"
|
2519 |
+
msgstr "Ich erlaube ein Konto zu erstellen"
|
2520 |
|
2521 |
+
#: forms/wpdFormAttr/Form.php:212 forms/wpdFormAttr/Form.php:609
|
2522 |
+
#: forms/wpdFormAttr/Form.php:1109
|
2523 |
+
msgid ""
|
2524 |
+
"I allow to use my email address and send notification about new comments and "
|
2525 |
+
"replies (you can unsubscribe at any time)."
|
2526 |
msgstr ""
|
2527 |
|
2528 |
+
#: options/html-options.php:185
|
2529 |
+
msgid "I can't resolve the problems!"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
+
#: utils/deactivation-reason-modal.php:45
|
2533 |
+
msgid "I couldn't understand how to make it work"
|
2534 |
+
msgstr "Ich habe nicht verstanden, wie es funktioniert"
|
2535 |
|
2536 |
+
#: utils/deactivation-reason-modal.php:81
|
2537 |
+
msgid "I didn't like plugin design"
|
2538 |
+
msgstr "Mir gefiel das Plugin-Design nicht"
|
2539 |
|
2540 |
+
#: utils/deactivation-reason-modal.php:117
|
2541 |
+
msgid "I found a better plugin"
|
2542 |
+
msgstr "Ich fand ein besseres Plugin"
|
2543 |
|
2544 |
+
#: options/html-options.php:189
|
2545 |
+
msgid "I want to downgrade to previous 5.x version!"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
+
#: utils/deactivation-reason-modal.php:19
|
2549 |
+
msgid "I'll reactivate it later"
|
2550 |
+
msgstr "Ich reaktiviere es später"
|
|
|
|
|
|
|
2551 |
|
2552 |
+
#: options/options-layouts/html-social.php:598
|
2553 |
+
#: options/options-layouts/html-social.php:729
|
2554 |
+
#: options/options-layouts/html-thread_display.php:236
|
2555 |
+
msgid "ID"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: options/class.WpdiscuzOptions.php:4389
|
2559 |
+
msgid ""
|
2560 |
+
"If the Bubble live update is enabled, it shows new comments excerpts as a "
|
2561 |
+
"pop-up information to article reads in real-time. This keeps website "
|
2562 |
+
"visitors up to date and engages them join to the discussion."
|
2563 |
msgstr ""
|
2564 |
|
2565 |
+
#: options/html-dashboard.php:63
|
2566 |
msgid ""
|
2567 |
+
"If there is no new comments while visitor read the article, in most cases "
|
2568 |
+
"they don't even think about leaving some comment. The Bubble helps here too, "
|
2569 |
+
"it calls article readers to join to the discussion displaying them invite "
|
2570 |
+
"message. This message attracting readers attention and allows them fast and "
|
2571 |
+
"easy jump to comment area. Once page is loaded and visitor has read some "
|
2572 |
+
"content, it reminds about comments and calls to leave a reply."
|
2573 |
msgstr ""
|
|
|
|
|
|
|
2574 |
|
2575 |
+
#: options/class.WpdiscuzOptions.php:3878
|
2576 |
+
msgid ""
|
2577 |
+
"If this option is enabled only parent comments will be displayed. This "
|
2578 |
+
"increases page load speed and keeps pages light. If visitor wants to read "
|
2579 |
+
"replies he/she just need to click on [view replies (12)] button located on "
|
2580 |
+
"all parent comments which have replies."
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: options/class.WpdiscuzOptions.php:3437
|
2584 |
+
msgid ""
|
2585 |
+
"If this option is enabled, all Social Login buttons become not-clickable "
|
2586 |
+
"until user accept automatic account creation process based on his/her Social "
|
2587 |
+
"Network Account shared information (email, name). This checkbox and "
|
2588 |
+
"appropriate information will be displayed when user click on a social login "
|
2589 |
+
"button, prior to the login process. This extra step is added to comply with "
|
2590 |
+
"the GDPR"
|
2591 |
msgstr ""
|
2592 |
+
"Wenn diese Option aktiviert ist, können alle Schaltflächen für die Social-"
|
2593 |
+
"Anmeldung nicht angeklickt werden, bis der Benutzer den automatischen "
|
2594 |
+
"Kontoerstellungsprozess, basierend auf den Informationen seines sozialen "
|
2595 |
+
"Netzwerkkontos (E-Mail, Name), akzeptiert. Dieses Kontrollkästchen und die "
|
2596 |
+
"entsprechenden Informationen werden angezeigt, wenn der Benutzer vor dem "
|
2597 |
+
"Anmeldevorgang auf eine Schaltfläche für die Social-Anmeldung klickt. Dieser "
|
2598 |
+
"zusätzliche Schritt wird hinzugefügt, um der DSGVO zu entsprechen"
|
2599 |
|
2600 |
+
#: forms/wpdFormAttr/Form.php:1071
|
2601 |
msgid ""
|
2602 |
+
"If you disable this option, it'll hide the entire section of comments. "
|
2603 |
+
"Neither the comment form nor the comment list will be visible for guests."
|
|
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: options/class.WpdiscuzOptions.php:3472
|
2607 |
+
msgid ""
|
2608 |
+
"If you enable this option, please make sure you've inserted the Valid OAuth "
|
2609 |
+
"Redirect URI in according field when you create Facebook Login App. Your "
|
2610 |
+
"website OAuth Redirect URI is displayed above."
|
2611 |
msgstr ""
|
2612 |
|
2613 |
+
#: options/options-layouts/html-recaptcha.php:11
|
2614 |
+
#, php-format
|
2615 |
+
msgid ""
|
2616 |
+
"If you want to use the latest Version 3 - Invisible Google reCAPTCHA with "
|
2617 |
+
"comment form, please checkout %s addon. This will make your commenters life "
|
2618 |
+
"easier, letting them pass through with ease."
|
2619 |
msgstr ""
|
|
|
|
|
2620 |
|
2621 |
+
#: utils/deactivation-reason-modal.php:27
|
2622 |
+
#: utils/deactivation-reason-modal.php:49
|
2623 |
+
#: utils/deactivation-reason-modal.php:67
|
2624 |
+
#: utils/deactivation-reason-modal.php:85
|
2625 |
+
#: utils/deactivation-reason-modal.php:103
|
2626 |
+
#: utils/deactivation-reason-modal.php:121
|
2627 |
+
#: utils/deactivation-reason-modal.php:139
|
2628 |
+
msgid ""
|
2629 |
+
"If you want us to contact you please click on \"I agree to receive email\" "
|
2630 |
+
"checkbox, then fill out your email. We'll try to do our best to help you "
|
2631 |
+
"with problems."
|
2632 |
msgstr ""
|
2633 |
|
2634 |
+
#: options/options-layouts/html-general.php:97
|
2635 |
+
msgid "Ignore non-https content"
|
2636 |
+
msgstr "Nicht-https Inhalte ignorieren"
|
2637 |
|
2638 |
+
#: options/phrases-layouts/phrases-email.php:180
|
2639 |
+
msgid "Ignore subscription"
|
2640 |
+
msgstr "Abonnement ignorieren"
|
2641 |
|
2642 |
+
#: options/class.WpdiscuzOptions.php:4279
|
2643 |
+
msgid "Image Source URL to Image Conversion"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: options/tools-layouts/tool-images.php:53
|
2647 |
+
msgid "Import Comment Images"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: options/tools-layouts/tool-images.php:69
|
2651 |
+
#: options/tools-layouts/tool-images.php:85
|
2652 |
+
msgid "Import images"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
+
#: options/tools-layouts/tool-options.php:43
|
2656 |
+
msgid "Import Options"
|
2657 |
+
msgstr "Import-Optionen"
|
|
|
|
|
|
|
2658 |
|
2659 |
+
#: options/tools-layouts/tool-phrases.php:44
|
2660 |
+
msgid "Import Phrases"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: options/tools-layouts/tool-subscriptions.php:15
|
2664 |
+
msgid "Import Subscriptions"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: options/tools-layouts/tool-subscriptions.php:26
|
2668 |
+
#: options/tools-layouts/tool-subscriptions.php:42
|
2669 |
+
msgid "Import subscriptions"
|
2670 |
+
msgstr "Abonnements importieren"
|
2671 |
|
2672 |
+
#: class.WpdiscuzCore.php:1584
|
2673 |
msgid ""
|
2674 |
+
"IMPORTANT! Uninstall is not a simple deactivation action. This action will "
|
2675 |
+
"permanently remove all forum data (forums, topics, replies, attachments...) "
|
2676 |
+
"from database. Please backup database before this action, you may need this "
|
2677 |
+
"forum data in future. If you are sure that you want to delete all forum data "
|
2678 |
+
"please confirm. If not, just cancel it, then you can deactivate this plugin, "
|
2679 |
+
"that will not remove forum data."
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: options/class.WpdiscuzOptions.php:4080
|
2683 |
+
msgid ""
|
2684 |
+
"IMPORTANT: In case your theme uses old versions of Font-Awesome lib, you "
|
2685 |
+
"should not disable this this option. The theme old version doesn't support "
|
2686 |
+
"new version icons, thus some wpDiscuz icons might be lost."
|
2687 |
msgstr ""
|
2688 |
|
2689 |
+
#: options/class.WpdiscuzOptions.php:4396
|
2690 |
+
msgid ""
|
2691 |
+
"In most cases article readers don't even think about leaving some comment. "
|
2692 |
+
"Using this option you can enable Bubble «Invite to Comment» "
|
2693 |
+
"message. Once page is loaded and visitor has read some content, it reminds "
|
2694 |
+
"about comments and calls to leave a reply."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: options/class.WpdiscuzOptions.php:2122
|
2698 |
msgid ""
|
2699 |
+
"In most cases the big part of your visitors are not a native speakers of "
|
2700 |
+
"your language. Make your comments comprehensible for all visitors using "
|
2701 |
+
"wpDiscuz Comment Translation addon. It adds smart and intuitive AJAX "
|
2702 |
+
"'Translate' button with 60 language translation options. Uses free "
|
2703 |
+
"translation API."
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: options/class.WpdiscuzOptions.php:435
|
2707 |
+
#: options/phrases-layouts/phrases-user-settings.php:27
|
2708 |
+
msgid "In response to:"
|
2709 |
+
msgstr "Als Antwort auf:"
|
2710 |
|
2711 |
+
#: options/options-layouts/html-live.php:10
|
2712 |
+
msgid ""
|
2713 |
+
"In wpDiscuz 7 the real-time commenting becomes more live and attractive. "
|
2714 |
+
"It's based on REST API and doesn't overload your server. A specific sticky "
|
2715 |
+
"comment icon on your web pages, called «Bubble» keeps article "
|
2716 |
+
"readers and commenters up to date. It displays new comments as pop-up "
|
2717 |
+
"information or as a number in an orange circle."
|
2718 |
msgstr ""
|
2719 |
|
2720 |
+
#: options/html-options.php:328
|
2721 |
+
msgid "Increase Your Comments!"
|
2722 |
msgstr ""
|
2723 |
|
2724 |
+
#: options/class.WpdiscuzOptions.php:2098
|
2725 |
msgid ""
|
2726 |
+
"Increase your income using ad banners. Comment area is the most active "
|
2727 |
+
"sections for advertising. wpDiscuz Ads Manager addon is designed to help you "
|
2728 |
+
"add banners and control ads in this section."
|
2729 |
+
msgstr ""
|
2730 |
+
"Steigern Sie Ihr Einkommen mit Werbebannern. Der Kommentarbereich ist der "
|
2731 |
+
"aktivste Bereich für Werbung. wpDiscuz Ads Manager Addon wurde entwickelt, "
|
2732 |
+
"um Ihnen zu helfen, Banner hinzuzufügen und Anzeigen in diesem Bereich zu "
|
2733 |
+
"steuern."
|
2734 |
+
|
2735 |
+
#: options/html-options.php:128 options/html-options.php:148
|
2736 |
+
#: options/html-options.php:168
|
2737 |
+
msgid "Information: "
|
2738 |
msgstr ""
|
2739 |
|
2740 |
+
#: options/options-layouts/html-thread_display.php:33
|
2741 |
+
msgid "Initiate AJAX loading after page"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
+
#: options/options-layouts/html-thread_display.php:33
|
2745 |
+
msgid "Initiates AJAX loading once page loading is complete"
|
|
|
|
|
|
|
|
|
2746 |
msgstr ""
|
2747 |
|
2748 |
+
#: options/class.WpdiscuzOptions.php:4431
|
2749 |
+
msgid "Inline Commenting"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
+
#: options/class.WpdiscuzOptions.php:327
|
2753 |
+
#: options/phrases-layouts/phrases-form.php:27
|
2754 |
+
msgid "Inline Comments"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2755 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
2756 |
|
2757 |
+
#: options/html-dashboard.php:39
|
2758 |
+
msgid "Inline Feedback"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
+
#: options/options-layouts/html-thread_styles.php:132
|
2762 |
+
msgid "Inline Feedback Icon Colors"
|
2763 |
msgstr ""
|
2764 |
|
2765 |
+
#: options/class.WpdiscuzOptions.php:498 options/html-dashboard.php:127
|
2766 |
+
#: options/phrases-layouts/phrases-general.php:107
|
2767 |
+
msgid "Inline Feedbacks"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: options/html-dashboard.php:160
|
2771 |
+
msgid "Inline feedbacks"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: options/class.WpdiscuzOptions.php:408
|
2775 |
+
msgid "Input is too long"
|
2776 |
+
msgstr "Diese Eingabe ist zu lang"
|
|
|
|
|
|
|
2777 |
|
2778 |
+
#: options/class.WpdiscuzOptions.php:407
|
2779 |
+
msgid "Input is too short"
|
2780 |
+
msgstr "Diese Eingabe ist zu kurz"
|
2781 |
|
2782 |
+
#: options/class.WpdiscuzOptions.php:3596
|
2783 |
+
msgid "Instagram App ID"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2784 |
msgstr ""
|
2785 |
|
2786 |
+
#: options/class.WpdiscuzOptions.php:3603
|
2787 |
+
msgid "Instagram App Secret"
|
|
|
|
|
|
|
|
|
2788 |
msgstr ""
|
2789 |
|
2790 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:240
|
2791 |
+
msgid "Instagram Application ID and Application Secret required."
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:272
|
2795 |
+
msgid "Instagram authentication failed (OAuth code does not exist)."
|
|
|
|
|
|
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: forms/wpdFormAttr/Login/SocialLogin.php:269
|
2799 |
+
msgid "Instagram authentication failed (OAuth state does not exist)."
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: options/class.WpdiscuzOptions.php:3589
|
2803 |
+
msgid "Instagram Login Button"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
+
#: options/html-addons.php:50
|
2807 |
+
msgid "Installed"
|
2808 |
+
msgstr "Installiert"
|
2809 |
+
|
2810 |
+
#: options/options-layouts/html-social.php:94
|
2811 |
+
#: options/options-layouts/html-social.php:189
|
2812 |
+
#: options/options-layouts/html-social.php:265
|
2813 |
+
#: options/options-layouts/html-social.php:323
|
2814 |
+
#: options/options-layouts/html-social.php:380
|
2815 |
+
#: options/options-layouts/html-social.php:435
|
2816 |
+
#: options/options-layouts/html-social.php:491
|
2817 |
+
#: options/options-layouts/html-social.php:569
|
2818 |
+
#: options/options-layouts/html-social.php:625
|
2819 |
+
#: options/options-layouts/html-social.php:700
|
2820 |
+
#: options/options-layouts/html-social.php:757
|
2821 |
+
#: options/options-layouts/html-social.php:846
|
2822 |
+
#: options/options-layouts/html-social.php:902
|
2823 |
+
#: options/options-layouts/html-social.php:958
|
2824 |
+
#: options/options-layouts/html-social.php:1014
|
2825 |
+
msgid "instruction »"
|
2826 |
+
msgstr "Anweisung »"
|
2827 |
|
2828 |
+
#: options/class.WpdiscuzOptions.php:2076
|
2829 |
msgid ""
|
2830 |
+
"Integrates myCRED Badges and Ranks. Converts wpDiscuz comment votes/likes to "
|
2831 |
+
"myCRED points. "
|
2832 |
msgstr ""
|
2833 |
+
"Integriert myCRED Badges und Ränge. Konvertiert wpDiscuz Kommentar-Votes / "
|
2834 |
+
"Likes zu myCRED-Punkten. "
|
2835 |
|
2836 |
+
#: options/class.WpdiscuzOptions.php:1896
|
2837 |
+
msgid ""
|
2838 |
+
"Integrates wpDiscuz with BuddyPress plugin. Profile Tabs, Notifications, "
|
2839 |
+
"Activities, etc..."
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: options/class.WpdiscuzOptions.php:399
|
2843 |
+
#: options/phrases-layouts/phrases-error.php:39
|
2844 |
+
msgid "Invalid Captcha Code"
|
2845 |
+
msgstr "Captcha Code ist falsch"
|
2846 |
|
2847 |
+
#: forms/wpDiscuzForm.php:102
|
2848 |
+
msgid "Invalid Data !!!"
|
2849 |
+
msgstr "Ungültige Daten !!!"
|
|
|
|
|
|
|
|
|
|
|
2850 |
|
2851 |
+
#: options/options-layouts/html-content.php:187
|
2852 |
+
msgid "Invert Selection"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: utils/deactivation-reason-modal.php:41
|
2856 |
+
msgid "It's not what I was looking for"
|
2857 |
+
msgstr "Es ist nicht das, was ich suchte"
|
2858 |
+
|
2859 |
+
#: options/html-dashboard.php:18
|
2860 |
msgid ""
|
2861 |
+
"It's totally improved with brand new innovative features bringing live to "
|
2862 |
+
"your website and discussions."
|
|
|
|
|
|
|
2863 |
msgstr ""
|
2864 |
|
2865 |
+
#: options/options-layouts/html-form.php:93
|
2866 |
+
msgid "Italic"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: options/class.WpdiscuzOptions.php:2302
|
2870 |
+
msgid "Jetpack Comments are active."
|
|
|
|
|
|
|
|
|
|
|
|
|
2871 |
msgstr ""
|
|
|
|
|
|
|
2872 |
|
2873 |
+
#: options/html-options.php:168
|
2874 |
msgid ""
|
2875 |
+
"Jetpack Comments doesn't allow wpDiscuz comment form to be loaded on your "
|
2876 |
+
"posts and pages. It overwrites wpDiscuz Comment form."
|
2877 |
msgstr ""
|
|
|
|
|
2878 |
|
2879 |
+
#: options/html-options.php:166
|
2880 |
+
msgid "Jetpack comments is active, please deactivate!"
|
|
|
|
|
|
|
|
|
2881 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
2882 |
|
2883 |
+
#: options/class.WpdiscuzOptions.php:324
|
2884 |
+
msgid "Join the discussion"
|
2885 |
+
msgstr "An Diskussion beteiligen"
|
2886 |
|
2887 |
+
#: options/html-options.php:79
|
2888 |
+
msgid "Just 3 Steps to Complete Installation!"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
+
#: options/html-options.php:79
|
2892 |
+
msgid "Just 3 Steps to Complete Update!"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
+
#: options/html-dashboard.php:253
|
2896 |
+
msgid ""
|
2897 |
+
"Just log in to the translation platform with your WordPress.org account, and "
|
2898 |
+
"suggest translations."
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: options/options-layouts/html-general.php:92
|
2902 |
+
msgid ""
|
2903 |
+
"Just replace http protocols to https (https may not be supported by content "
|
2904 |
+
"provider)"
|
2905 |
msgstr ""
|
2906 |
+
"Ersetzen Sie http-Protokolle zu https (https wird möglicherweise nicht von "
|
2907 |
+
"jeden Provider unterstützt)"
|
2908 |
|
2909 |
+
#: options/class.WpdiscuzOptions.php:4151
|
2910 |
+
msgid ""
|
2911 |
+
"Keep checked the \"Notify of new replies to this comment\" option by default"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: options/class.WpdiscuzOptions.php:3250
|
2915 |
+
msgid "Keep guest commenter credentials in browser cookies for X days"
|
2916 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2917 |
|
2918 |
+
#: options/class.WpdiscuzOptions.php:3871
|