Comments – wpDiscuz - Version 2.2.7

Version Description

Fixed Bug : Slashes removing issue Fixed Bug : JavaScript Uncaught TypeError issue

Download this release

Release Info

Developer AdvancedCoding
Plugin Icon 128x128 Comments – wpDiscuz
Version 2.2.7
Comparing to
See all releases

Code changes from version 2.2.6 to 2.2.7

files/js/wc-ajax.js CHANGED
@@ -233,7 +233,7 @@ jQuery(document).ready(function ($) {
233
  $('#wc_openModalFormAction').css('opacity', '1');
234
  $('#wc_openModalFormAction').css('pointer-events', 'auto');
235
  $('#wc_openModalFormAction .close').css('display', 'block');
236
- if (response.contains('<') && response.contains('>')) {
237
  $('#wc_openModalFormAction > #wc_response_info').html(html + e);
238
  } else {
239
  $('#wc_openModalFormAction > #wc_response_info').html(html + response);
233
  $('#wc_openModalFormAction').css('opacity', '1');
234
  $('#wc_openModalFormAction').css('pointer-events', 'auto');
235
  $('#wc_openModalFormAction .close').css('display', 'block');
236
+ if (response.indexOf('<') >= 0 && response.indexOf('>') >= 0) {
237
  $('#wc_openModalFormAction > #wc_response_info').html(html + e);
238
  } else {
239
  $('#wc_openModalFormAction > #wc_response_info').html(html + response);
files/js/wc-ajax.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(f){var D=f("#wc_home_url").val();var t=f("#wc_plugin_dir_url").val();var v;var l;var k;var r;var C;var j;var g;var y;var h;var m;var z;var d;var o=parseInt(f("#wc_comment_list_update_type").val());var e=parseInt(f("#wc_comment_list_update_timer").val());var i;var H;f(".wc_comment").autoGrow();f(document).delegate("#wc_openModalFormAction","click",function(){f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none")});f(document).delegate("#wc_openModalFormAction .close","click",function(){f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none")});d="<img width='64' height='64' src='"+D+"/"+t+"/files/img/loader/ajax-loader-200x200.gif' />";m=f("#wc_comments_offset");m.val("1");f(document).delegate(".wc_comment","focus",function(){var I=a(f(this));f("#wc-form-footer-"+I).slideDown(700)});f(document).delegate(".wc-reply-link","click",function(){var I=a(f(this));if(f(".wc_social_plugin_wrapper .wp-social-login-provider-list").length&&!(f("#wc-secondary-forms-social-content-"+I+" .wp-social-login-provider-list").length)){f(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wc-secondary-forms-social-content-"+I)}else{if(f(".wc_social_plugin_wrapper .the_champ_login_container").length&&!(f("#wc-secondary-forms-social-content-"+I+" .the_champ_login_container").length)){f(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wc-secondary-forms-social-content-"+I)}else{if(f(".wc_social_plugin_wrapper .social_connect_form").length&&!(f("#wc-secondary-forms-social-content-"+I+" .social_connect_form").length)){f(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wc-secondary-forms-social-content-"+I)}else{if(f(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&!(f("#wc-secondary-forms-social-content-"+I+" .oneall_social_login_providers").length)){f(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wc-secondary-forms-social-content-"+I)}}}}f("#wc-secondary-forms-wrapper-"+I).slideToggle(700)});f(document).delegate(".wc-share-link","click",function(){var I=a(f(this));f("#share_buttons_box-"+I).slideToggle(1000)});f(document).delegate(".wc_captcha_refresh_img","click",function(){var K=a(f(this));var I=f("#wc_comment_post_ID-"+K).val();var J=f("#wc_comment_parent-"+K).val();f("#wc_captcha_img-"+K).attr("src",D+"/"+t+"/captcha/captcha.php?comm_id="+I+"-"+J+"&r="+Math.random())});f(document).delegate(".wc_comm_submit","click",function(){h=f(this).attr("id");var L=h.substring(h.lastIndexOf("-")+1);v=f("#wc_name-"+L).val();l=f("#wc_email-"+L).val();r=(f("#wc_website-"+L).length)?f("#wc_website-"+L).val():"";k=f("textarea#wc_comment-"+L).val();C=f("#wc_captcha-"+L).val();j=f("#wc_comment_post_ID-"+L).val();g=f("#wc_comment_parent-"+L).val();y=f("#wc_comm_form-"+L);var M=f("input[name='wc_comment_reply_notification-"+L+"']:checked").length?f("input[name='wc_comment_reply_notification-"+L+"']:checked").val():"";var K="";if(c(h,j)){K=1}else{K=x(f(this).parents(".wc-comment"))}var I="";if(M.length&&M!="wc_notification_none"){if(M=="wc_notification_new_reply"){I="reply"}if(M=="wc_notification_all_new_reply"){I="all_comment"}if(M=="wc_notification_new_comment"){I="post"}}var J=true;if(!wpdiscuzValidator.checkAll(y)){J=false;f("#wc_captcha-"+L).val("");f("#wc_captcha_img-"+L).attr("src",D+"/"+t+"/captcha/captcha.php?comm_id="+j+"-"+g+"&r="+Math.random())}else{f("#wc_openModalFormAction .close").css("display","none");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction > #wc_response_info").html(d)}if(J){f.ajax({type:"POST",url:wc_ajax_obj.url,data:{name:v,email:l,website:r,comment:k,captcha:C,comment_post_ID:j,comment_parent:g,comment_depth:K,notification_type:I,action:"wc_comms_via_ajax"}}).done(function(N){f("#wc_captcha_img-"+L).attr("src",D+"/"+t+"/captcha/captcha.php?comm_id="+j+"-"+g+"&r="+Math.random());try{var Q=f.parseJSON(N);z=parseInt(Q.wc_new_comment_id);if(Q.code===-1){var O="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(O+Q.message)}else{if(Q.code===-2){var O="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(O+Q.message);f("#wc_comment-"+L).val("");f(".wc_comm_form textarea").css("height","46px");if(h==="wc_comm-"+j+"_0"){f("#wc-form-footer-"+L).slideToggle(700)}else{f("#wc-secondary-forms-wrapper-"+L).slideToggle(700)}f.cookie("wc_author_name",v);f.cookie("wc_author_email",l);f.cookie("wc_author_website",r)}else{i=Q.wc_all_comments_count_new;f("#wc_comment-"+L).val("");f(".wc_comm_form textarea").css("height","46px");if(h==="wc_comm-"+j+"_0"){f(".wc-thread-wrapper").prepend(Q.message);f("#wc-form-footer-"+L).slideToggle(700);f("#wc_curr_user_comment_count").val(parseInt(f("#wc_curr_user_comment_count").val())+1)}else{f("#wc-secondary-forms-wrapper-"+L).slideToggle(700);if(Q.is_in_same_container==1){f("#wc-secondary-forms-wrapper-"+L).after(Q.message)}else{f("#wc-secondary-forms-wrapper-"+L).after(Q.message.replace("wc-reply","wc-reply wc-no-left-margin"))}}f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none");f.cookie("wc_author_name",v);f.cookie("wc_author_email",l);f.cookie("wc_author_website",r);f("#wpcomm .wc_name").val(v);f("#wpcomm .wc_email").val(l);f("#wpcomm .wc_website").val(r);if(f(".wc_header_text_count").length){f(".wc_header_text_count").val(parseInt(f(".wc_header_text_count").val())+1)}f.cookie("wc_all_comments_count_new",i)}}f("#wc_captcha-"+L).val("");f(".wc_tooltipster").tooltipster({offsetY:2});f(".wc_comm_form input").css("box-shadow","0 0 4px -2px #d4d0ba");f(".wc_comm_form textarea").css("box-shadow","0 0 4px -2px #d4d0ba");b(j,z,l,I);if(Q.code==1||Q.code==-2){f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_new_comment_id:z,action:"wpdiscuz_comment_redirect"}}).done(function(S){try{var R=f.parseJSON(S);if(R.code==1){setTimeout(function(){window.location.href=R.redirect_to},5000)}}catch(T){}})}}catch(P){f("#wc_captcha-"+L).val("");f(".wc_tooltipster").tooltipster({offsetY:2});f(".wc_comm_form input").css("box-shadow","0 0 4px -2px #d4d0ba");f(".wc_comm_form textarea").css("box-shadow","0 0 4px -2px #d4d0ba");var O="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");if(N.contains("<")&&N.contains(">")){f("#wc_openModalFormAction > #wc_response_info").html(O+P)}else{f("#wc_openModalFormAction > #wc_response_info").html(O+N)}}})}else{return false}});f(document).delegate(".wc_vote","click",function(){var K=a(f(this));var I=F(K);var J;f("#wc_openModalFormAction > #wc_response_info").html(d);f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");if(f(this).hasClass("wc-up")){J=1}else{J=-1}f.ajax({dateType:"json",type:"POST",url:wc_ajax_obj.url,data:{comment_ID:I,vote_type:J,action:"wc_vote_via_ajax"}}).done(function(L){var N=f.parseJSON(L);if(N.code!==-1){f("#vote-count-"+K).text(parseInt(f("#vote-count-"+K).text())+J);f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none")}else{var M="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_response_info").html(M+N.message);f("#wc_openModalFormAction .close").css("display","block")}})});f(document).delegate(".wc-load-more-submit","click",function(){f("#wc_openModalFormAction > #wc_response_info").html(d);f("#wc_openModalFormAction .close").css("display","none");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");var L=m.val();var M=E(f(this).attr("id"));var N=parseInt(f("#wc_parent_comments_count").val());var J=parseInt(f("#wc_parent_per_page").val());var K=(f("#wc_last_comment_id_before_update").val())?f("#wc_last_comment_id_before_update").val():0;var I=f("#wc_curr_user_comment_count").val();L=parseInt(L);L++;f.ajax({type:"POST",url:wc_ajax_obj.url,data:{comments_offset:L,wc_curr_user_comment_count:I,wc_post_id:M,wc_last_comment_id:K,action:"wc_load_more_comments"}}).done(function(O){var P=f.parseJSON(O);m.val(L);if(N<=(L*J)){f(".wc-load-more-submit-wrap").remove()}f(".wc-thread-wrapper").html(P.message);f("#wc_last_comment_id").val(P.wc_last_comment_id);f("#hidden_new_comment_count").val(P.hidden_new_comment_count);f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none");f(".wc_tooltipster").tooltipster({offsetY:2});s()})});f(document).delegate(".wc_new_comment","click",function(){h=f(".wc_main_comm_form input.wc_comm_submit").attr("id");var M=h.substring(h.lastIndexOf("-")+1);j=E(M);var K=f("#wc_last_new_comment_id").val();l=f.cookie("wc_author_email");var J=f("#wc_curr_user_comment_count").val();var L=m.val();var I="";f(".wc-thread-wrapper .wc-comment").each(function(){var N=f(this).attr("id");var O=N.substring(N.lastIndexOf("-")+1);I+=F(O)+","});f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_requested_comments_type:1,wc_last_comment_id:K,wc_post_id:j,wc_author_email:l,wc_comments_offset:L,wc_curr_user_comment_count:J,wc_visible_comments_ids:I,action:"wc_list_new_comments"}}).done(function(N){try{var P=f.parseJSON(N);if(P.code!=0){f(".wc-thread-wrapper").html(P.message);f("#wc_last_new_comment_id").val(P.wc_last_comment_id);f(".wc_new_comment").hide();f(document).delegate(".wc_new_loaded_comment","mouseenter",function(){if(f(this).parent(".wc-comment").hasClass("wc-reply")){f(this,".wc-comment-right").animate({backgroundColor:"#f8f8f8"},1500)}else{f(this,".wc-comment-right").animate({backgroundColor:"#fefefe"},1500)}f(this,".wc-comment-right").removeClass("wc_new_loaded_comment")})}}catch(O){console.log(O)}})});f(document).delegate(".wc_new_reply","click",function(){h=f(".wc_main_comm_form input.wc_comm_submit").attr("id");var M=h.substring(h.lastIndexOf("-")+1);j=E(M);var K=f("#wc_last_new_reply_id").val();l=f.cookie("wc_author_email");var J=f("#wc_curr_user_comment_count").val();var L=m.val();var I="";f(".wc-thread-wrapper .wc-comment").each(function(){var N=f(this).attr("id");var O=N.substring(N.lastIndexOf("-")+1);I+=F(O)+","});f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_requested_comments_type:2,wc_last_comment_id:K,wc_comments_offset:L,wc_curr_user_comment_count:J,wc_post_id:j,wc_author_email:l,wc_visible_comments_ids:I,action:"wc_list_new_comments"}}).done(function(N){try{var P=f.parseJSON(N);if(P.code!=0){f(".wc-thread-wrapper").html(P.message);f("#wc_last_new_reply_id").val(P.wc_last_comment_id);f(".wc_new_reply").hide()}}catch(O){console.log(O)}})});function a(J){var I=J.attr("id");var K=I.substring(I.lastIndexOf("-")+1);return K}function E(J){var I=J.substring(J.lastIndexOf("-")+1);I=I.substring(0,I.lastIndexOf("_"));return I}function F(J){var I=J.substring(J.indexOf("_")+1);return I}function x(K){var J=K.attr("class");var I=J.split(" ");var L="";f.each(I,function(M,N){if("wc_comment_level"===G(N,false)){L=G(N,true)}});return parseInt(L)+1}function G(I,J){var K="";if(J){K=I.substring(I.indexOf("-")+1)}else{K=I.substring(0,I.indexOf("-"))}return K}function c(J,I){return J==="wc_comm-"+I+"_0"}function q(){var I=f.cookie("wc_all_comments_count_new")?false:true;if(o==1){if(!u(I)){p()}}else{if(o==2){if(!u(I)){B()}}}}function p(){j=f("#wpdiscuz_current_post_id").val();var O=f("#wc_last_comment_id_before_update").val();var K=f("#wc_last_new_comment_id").val();var L=f("#wc_last_new_reply_id").val();var M=f("#wc_comments_offset").length?f("#wc_comments_offset").val():1;var N=f.cookie("wc_all_comments_count_old");var I=f("#wc_curr_user_comment_count").val();var J=f.cookie("wc_author_email");f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_author_email:J,wc_curr_user_comment_count:I,wc_last_comment_id:O,wc_last_new_comment_id:K,wc_last_new_reply_id:L,wc_all_comments_count_old:N,wc_comments_offset:M,wc_comment_list_update_type:o,wc_post_id:j,action:"wc_live_update"}}).done(function(P){n(P)})}function B(){h=f(".wc_main_comm_form input.wc_comm_submit").attr("id");var N=h.substring(h.lastIndexOf("-")+1);j=E(N);g=F(N);var L=f("#wc_comments_offset").length?f("#wc_comments_offset").val():1;var I=f("#wc_curr_user_comment_count").val();var M=f("#wc_last_comment_id").val();var J=f("#wc_last_new_comment_id").val();var K=f("#wc_last_new_reply_id").val();l=f.cookie("wc_author_email");f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_last_comment_id:M,wc_last_new_comment_id:J,wc_last_new_reply_id:K,wc_comment_list_update_type:o,wc_comments_offset:L,wc_curr_user_comment_count:I,wc_post_id:j,wc_author_email:l,action:"wc_live_update"}}).done(function(O){n(O)})}function n(I){try{var K=f.parseJSON(I);if(K.code==1){f(".wc-thread-wrapper").html(K.message);if(f(".wc_header_text_count").length){f(".wc_header_text_count").html(K.wc_all_comments_count_new)}f("#wc_last_comment_id").val(K.wc_last_comment_id)}else{if(K.code==2){if(K.wc_new_comment_count){f(".wc_new_comment_button_text").html(K.wc_new_comment_count+" "+K.wc_new_comment_button_text);f(".wc_new_comment").css("display","inline-block")}else{f(".wc_new_comment").css("display","none")}if(K.wc_new_reply_count){f(".wc_new_reply_button_text").html(K.wc_new_reply_count+" "+K.wc_new_reply_button_text);f(".wc_new_reply").css("display","inline-block")}else{f(".wc_new_reply").css("display","none")}}}s()}catch(J){console.log(J)}}function u(K){var J=f(".wc_secondary_form input.wc_field_input").is(":focus");var I=f(".wc_secondary_form textarea.wc_field_input").is(":focus");var M=false;var L=false;if(K){f(".wc_secondary_form input.wc_field_input").each(function(){if(f(this).val()!=""){M=true}})}else{f(".wc_secondary_form input.wc_field_captcha").each(function(){if(f(this).val()!=""){M=true}})}f(".wc_secondary_form textarea.wc_field_input").each(function(){if(f(this).val()!=""){L=true}});return J||I||M||L}if(o!=0){setInterval(q,e*1000)}function s(){if(f.cookie("wc_author_name")&&f.cookie("wc_author_email")){f(".wc_name").val(f.cookie("wc_author_name"));f(".wc_email").val(f.cookie("wc_author_email"))}}function b(J,L,I,K){f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_post_id:J,wc_comment_id:L,wc_notifcattion_type:K,wc_email:I,action:"wc_check_notification_type"}})}f(document).delegate(".wc_editable_comment","click",function(){var J=a(f(this));var I=F(J);f.ajax({type:"POST",url:wc_ajax_obj.url,data:{comment_id:I,action:"wc_get_editable_comment_content"}}).done(function(L){try{var O=f.parseJSON(L);if(O.code==1){H=O.message;var K='<textarea required="required" name="wc_comment" class="wc_comment wc_field_input wc_edit_comment" id="wc_edit_comment-'+J+'" style="min-height: 2em;">'+O.message+"</textarea>";f("#wc-comm-"+J+" > .wc-comment-right .wc-comment-text").replaceWith(K);document.getElementById("wc_edit_comment-"+J).focus();f("#wc_save_edited_comment-"+J).show();K="";f("#wc_editable_comment-"+J).hide();f("#wc_cancel_edit-"+J).show()}else{var M="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(M+O.phrase_message)}}catch(N){console.log(N)}})});f(document).delegate(".wc_save_edited_comment","click",function(){var N=a(f(this));var J=F(N);var I=f("#wc-comm-"+N+" textarea#wc_edit_comment-"+N);var K=I.val();var L=true;var M=x(f(this).parents(".wc-comment"))-1;if(f.trim(K).length<=0){L=false}if(L){f("#wc_openModalFormAction .close").css("display","none");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction > #wc_response_info").html(d);f.ajax({type:"POST",url:wc_ajax_obj.url,data:{comment_id:J,comment_content:K,comment_depth:M,action:"wc_save_edited_comment"}}).done(function(O){try{var R=f.parseJSON(O);if(R.code==1){f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none");A(N,R.message)}else{var P="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(P+R.phrase_message)}I="";K=""}catch(Q){console.log(Q)}})}});f(document).delegate(".wc_cancel_edit","click",function(){var I=a(f(this));A(I,H)});function A(K,J){f("#wc_editable_comment-"+K).show();f("#wc_cancel_edit-"+K).hide();f("#wc_save_edited_comment-"+K).hide();var I='<div class="wc-comment-text">'+w(J)+"</div>";f("#wc-comm-"+K+" #wc_edit_comment-"+K).replaceWith(I)}function w(L,K){var J=(K||typeof K==="undefined")?"<br/>":"<br>";var I=(L+"").replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1"+J+"$2");return I.replace("<br><br>","<br/>")}f(".wc_tooltipster").tooltipster({offsetY:2})});
1
+ jQuery(document).ready(function(f){var D=f("#wc_home_url").val();var t=f("#wc_plugin_dir_url").val();var v;var l;var k;var r;var C;var j;var g;var y;var h;var m;var z;var d;var o=parseInt(f("#wc_comment_list_update_type").val());var e=parseInt(f("#wc_comment_list_update_timer").val());var i;var H;f(".wc_comment").autoGrow();f(document).delegate("#wc_openModalFormAction","click",function(){f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none")});f(document).delegate("#wc_openModalFormAction .close","click",function(){f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none")});d="<img width='64' height='64' src='"+D+"/"+t+"/files/img/loader/ajax-loader-200x200.gif' />";m=f("#wc_comments_offset");m.val("1");f(document).delegate(".wc_comment","focus",function(){var I=a(f(this));f("#wc-form-footer-"+I).slideDown(700)});f(document).delegate(".wc-reply-link","click",function(){var I=a(f(this));if(f(".wc_social_plugin_wrapper .wp-social-login-provider-list").length&&!(f("#wc-secondary-forms-social-content-"+I+" .wp-social-login-provider-list").length)){f(".wc_social_plugin_wrapper .wp-social-login-provider-list").clone().prependTo("#wc-secondary-forms-social-content-"+I)}else{if(f(".wc_social_plugin_wrapper .the_champ_login_container").length&&!(f("#wc-secondary-forms-social-content-"+I+" .the_champ_login_container").length)){f(".wc_social_plugin_wrapper .the_champ_login_container").clone().prependTo("#wc-secondary-forms-social-content-"+I)}else{if(f(".wc_social_plugin_wrapper .social_connect_form").length&&!(f("#wc-secondary-forms-social-content-"+I+" .social_connect_form").length)){f(".wc_social_plugin_wrapper .social_connect_form").clone().prependTo("#wc-secondary-forms-social-content-"+I)}else{if(f(".wc_social_plugin_wrapper .oneall_social_login_providers").length&&!(f("#wc-secondary-forms-social-content-"+I+" .oneall_social_login_providers").length)){f(".wc_social_plugin_wrapper .oneall_social_login .oneall_social_login_providers").clone().prependTo("#wc-secondary-forms-social-content-"+I)}}}}f("#wc-secondary-forms-wrapper-"+I).slideToggle(700)});f(document).delegate(".wc-share-link","click",function(){var I=a(f(this));f("#share_buttons_box-"+I).slideToggle(1000)});f(document).delegate(".wc_captcha_refresh_img","click",function(){var K=a(f(this));var I=f("#wc_comment_post_ID-"+K).val();var J=f("#wc_comment_parent-"+K).val();f("#wc_captcha_img-"+K).attr("src",D+"/"+t+"/captcha/captcha.php?comm_id="+I+"-"+J+"&r="+Math.random())});f(document).delegate(".wc_comm_submit","click",function(){h=f(this).attr("id");var L=h.substring(h.lastIndexOf("-")+1);v=f("#wc_name-"+L).val();l=f("#wc_email-"+L).val();r=(f("#wc_website-"+L).length)?f("#wc_website-"+L).val():"";k=f("textarea#wc_comment-"+L).val();C=f("#wc_captcha-"+L).val();j=f("#wc_comment_post_ID-"+L).val();g=f("#wc_comment_parent-"+L).val();y=f("#wc_comm_form-"+L);var M=f("input[name='wc_comment_reply_notification-"+L+"']:checked").length?f("input[name='wc_comment_reply_notification-"+L+"']:checked").val():"";var K="";if(c(h,j)){K=1}else{K=x(f(this).parents(".wc-comment"))}var I="";if(M.length&&M!="wc_notification_none"){if(M=="wc_notification_new_reply"){I="reply"}if(M=="wc_notification_all_new_reply"){I="all_comment"}if(M=="wc_notification_new_comment"){I="post"}}var J=true;if(!wpdiscuzValidator.checkAll(y)){J=false;f("#wc_captcha-"+L).val("");f("#wc_captcha_img-"+L).attr("src",D+"/"+t+"/captcha/captcha.php?comm_id="+j+"-"+g+"&r="+Math.random())}else{f("#wc_openModalFormAction .close").css("display","none");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction > #wc_response_info").html(d)}if(J){f.ajax({type:"POST",url:wc_ajax_obj.url,data:{name:v,email:l,website:r,comment:k,captcha:C,comment_post_ID:j,comment_parent:g,comment_depth:K,notification_type:I,action:"wc_comms_via_ajax"}}).done(function(N){f("#wc_captcha_img-"+L).attr("src",D+"/"+t+"/captcha/captcha.php?comm_id="+j+"-"+g+"&r="+Math.random());try{var Q=f.parseJSON(N);z=parseInt(Q.wc_new_comment_id);if(Q.code===-1){var O="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(O+Q.message)}else{if(Q.code===-2){var O="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(O+Q.message);f("#wc_comment-"+L).val("");f(".wc_comm_form textarea").css("height","46px");if(h==="wc_comm-"+j+"_0"){f("#wc-form-footer-"+L).slideToggle(700)}else{f("#wc-secondary-forms-wrapper-"+L).slideToggle(700)}f.cookie("wc_author_name",v);f.cookie("wc_author_email",l);f.cookie("wc_author_website",r)}else{i=Q.wc_all_comments_count_new;f("#wc_comment-"+L).val("");f(".wc_comm_form textarea").css("height","46px");if(h==="wc_comm-"+j+"_0"){f(".wc-thread-wrapper").prepend(Q.message);f("#wc-form-footer-"+L).slideToggle(700);f("#wc_curr_user_comment_count").val(parseInt(f("#wc_curr_user_comment_count").val())+1)}else{f("#wc-secondary-forms-wrapper-"+L).slideToggle(700);if(Q.is_in_same_container==1){f("#wc-secondary-forms-wrapper-"+L).after(Q.message)}else{f("#wc-secondary-forms-wrapper-"+L).after(Q.message.replace("wc-reply","wc-reply wc-no-left-margin"))}}f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none");f.cookie("wc_author_name",v);f.cookie("wc_author_email",l);f.cookie("wc_author_website",r);f("#wpcomm .wc_name").val(v);f("#wpcomm .wc_email").val(l);f("#wpcomm .wc_website").val(r);if(f(".wc_header_text_count").length){f(".wc_header_text_count").val(parseInt(f(".wc_header_text_count").val())+1)}f.cookie("wc_all_comments_count_new",i)}}f("#wc_captcha-"+L).val("");f(".wc_tooltipster").tooltipster({offsetY:2});f(".wc_comm_form input").css("box-shadow","0 0 4px -2px #d4d0ba");f(".wc_comm_form textarea").css("box-shadow","0 0 4px -2px #d4d0ba");b(j,z,l,I);if(Q.code==1||Q.code==-2){f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_new_comment_id:z,action:"wpdiscuz_comment_redirect"}}).done(function(S){try{var R=f.parseJSON(S);if(R.code==1){setTimeout(function(){window.location.href=R.redirect_to},5000)}}catch(T){}})}}catch(P){f("#wc_captcha-"+L).val("");f(".wc_tooltipster").tooltipster({offsetY:2});f(".wc_comm_form input").css("box-shadow","0 0 4px -2px #d4d0ba");f(".wc_comm_form textarea").css("box-shadow","0 0 4px -2px #d4d0ba");var O="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");if(N.indexOf("<")>=0&&N.indexOf(">")>=0){f("#wc_openModalFormAction > #wc_response_info").html(O+P)}else{f("#wc_openModalFormAction > #wc_response_info").html(O+N)}}})}else{return false}});f(document).delegate(".wc_vote","click",function(){var K=a(f(this));var I=F(K);var J;f("#wc_openModalFormAction > #wc_response_info").html(d);f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");if(f(this).hasClass("wc-up")){J=1}else{J=-1}f.ajax({dateType:"json",type:"POST",url:wc_ajax_obj.url,data:{comment_ID:I,vote_type:J,action:"wc_vote_via_ajax"}}).done(function(L){var N=f.parseJSON(L);if(N.code!==-1){f("#vote-count-"+K).text(parseInt(f("#vote-count-"+K).text())+J);f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none")}else{var M="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_response_info").html(M+N.message);f("#wc_openModalFormAction .close").css("display","block")}})});f(document).delegate(".wc-load-more-submit","click",function(){f("#wc_openModalFormAction > #wc_response_info").html(d);f("#wc_openModalFormAction .close").css("display","none");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");var L=m.val();var M=E(f(this).attr("id"));var N=parseInt(f("#wc_parent_comments_count").val());var J=parseInt(f("#wc_parent_per_page").val());var K=(f("#wc_last_comment_id_before_update").val())?f("#wc_last_comment_id_before_update").val():0;var I=f("#wc_curr_user_comment_count").val();L=parseInt(L);L++;f.ajax({type:"POST",url:wc_ajax_obj.url,data:{comments_offset:L,wc_curr_user_comment_count:I,wc_post_id:M,wc_last_comment_id:K,action:"wc_load_more_comments"}}).done(function(O){var P=f.parseJSON(O);m.val(L);if(N<=(L*J)){f(".wc-load-more-submit-wrap").remove()}f(".wc-thread-wrapper").html(P.message);f("#wc_last_comment_id").val(P.wc_last_comment_id);f("#hidden_new_comment_count").val(P.hidden_new_comment_count);f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none");f(".wc_tooltipster").tooltipster({offsetY:2});s()})});f(document).delegate(".wc_new_comment","click",function(){h=f(".wc_main_comm_form input.wc_comm_submit").attr("id");var M=h.substring(h.lastIndexOf("-")+1);j=E(M);var K=f("#wc_last_new_comment_id").val();l=f.cookie("wc_author_email");var J=f("#wc_curr_user_comment_count").val();var L=m.val();var I="";f(".wc-thread-wrapper .wc-comment").each(function(){var N=f(this).attr("id");var O=N.substring(N.lastIndexOf("-")+1);I+=F(O)+","});f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_requested_comments_type:1,wc_last_comment_id:K,wc_post_id:j,wc_author_email:l,wc_comments_offset:L,wc_curr_user_comment_count:J,wc_visible_comments_ids:I,action:"wc_list_new_comments"}}).done(function(N){try{var P=f.parseJSON(N);if(P.code!=0){f(".wc-thread-wrapper").html(P.message);f("#wc_last_new_comment_id").val(P.wc_last_comment_id);f(".wc_new_comment").hide();f(document).delegate(".wc_new_loaded_comment","mouseenter",function(){if(f(this).parent(".wc-comment").hasClass("wc-reply")){f(this,".wc-comment-right").animate({backgroundColor:"#f8f8f8"},1500)}else{f(this,".wc-comment-right").animate({backgroundColor:"#fefefe"},1500)}f(this,".wc-comment-right").removeClass("wc_new_loaded_comment")})}}catch(O){console.log(O)}})});f(document).delegate(".wc_new_reply","click",function(){h=f(".wc_main_comm_form input.wc_comm_submit").attr("id");var M=h.substring(h.lastIndexOf("-")+1);j=E(M);var K=f("#wc_last_new_reply_id").val();l=f.cookie("wc_author_email");var J=f("#wc_curr_user_comment_count").val();var L=m.val();var I="";f(".wc-thread-wrapper .wc-comment").each(function(){var N=f(this).attr("id");var O=N.substring(N.lastIndexOf("-")+1);I+=F(O)+","});f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_requested_comments_type:2,wc_last_comment_id:K,wc_comments_offset:L,wc_curr_user_comment_count:J,wc_post_id:j,wc_author_email:l,wc_visible_comments_ids:I,action:"wc_list_new_comments"}}).done(function(N){try{var P=f.parseJSON(N);if(P.code!=0){f(".wc-thread-wrapper").html(P.message);f("#wc_last_new_reply_id").val(P.wc_last_comment_id);f(".wc_new_reply").hide()}}catch(O){console.log(O)}})});function a(J){var I=J.attr("id");var K=I.substring(I.lastIndexOf("-")+1);return K}function E(J){var I=J.substring(J.lastIndexOf("-")+1);I=I.substring(0,I.lastIndexOf("_"));return I}function F(J){var I=J.substring(J.indexOf("_")+1);return I}function x(K){var J=K.attr("class");var I=J.split(" ");var L="";f.each(I,function(M,N){if("wc_comment_level"===G(N,false)){L=G(N,true)}});return parseInt(L)+1}function G(I,J){var K="";if(J){K=I.substring(I.indexOf("-")+1)}else{K=I.substring(0,I.indexOf("-"))}return K}function c(J,I){return J==="wc_comm-"+I+"_0"}function q(){var I=f.cookie("wc_all_comments_count_new")?false:true;if(o==1){if(!u(I)){p()}}else{if(o==2){if(!u(I)){B()}}}}function p(){j=f("#wpdiscuz_current_post_id").val();var O=f("#wc_last_comment_id_before_update").val();var K=f("#wc_last_new_comment_id").val();var L=f("#wc_last_new_reply_id").val();var M=f("#wc_comments_offset").length?f("#wc_comments_offset").val():1;var N=f.cookie("wc_all_comments_count_old");var I=f("#wc_curr_user_comment_count").val();var J=f.cookie("wc_author_email");f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_author_email:J,wc_curr_user_comment_count:I,wc_last_comment_id:O,wc_last_new_comment_id:K,wc_last_new_reply_id:L,wc_all_comments_count_old:N,wc_comments_offset:M,wc_comment_list_update_type:o,wc_post_id:j,action:"wc_live_update"}}).done(function(P){n(P)})}function B(){h=f(".wc_main_comm_form input.wc_comm_submit").attr("id");var N=h.substring(h.lastIndexOf("-")+1);j=E(N);g=F(N);var L=f("#wc_comments_offset").length?f("#wc_comments_offset").val():1;var I=f("#wc_curr_user_comment_count").val();var M=f("#wc_last_comment_id").val();var J=f("#wc_last_new_comment_id").val();var K=f("#wc_last_new_reply_id").val();l=f.cookie("wc_author_email");f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_last_comment_id:M,wc_last_new_comment_id:J,wc_last_new_reply_id:K,wc_comment_list_update_type:o,wc_comments_offset:L,wc_curr_user_comment_count:I,wc_post_id:j,wc_author_email:l,action:"wc_live_update"}}).done(function(O){n(O)})}function n(I){try{var K=f.parseJSON(I);if(K.code==1){f(".wc-thread-wrapper").html(K.message);if(f(".wc_header_text_count").length){f(".wc_header_text_count").html(K.wc_all_comments_count_new)}f("#wc_last_comment_id").val(K.wc_last_comment_id)}else{if(K.code==2){if(K.wc_new_comment_count){f(".wc_new_comment_button_text").html(K.wc_new_comment_count+" "+K.wc_new_comment_button_text);f(".wc_new_comment").css("display","inline-block")}else{f(".wc_new_comment").css("display","none")}if(K.wc_new_reply_count){f(".wc_new_reply_button_text").html(K.wc_new_reply_count+" "+K.wc_new_reply_button_text);f(".wc_new_reply").css("display","inline-block")}else{f(".wc_new_reply").css("display","none")}}}s()}catch(J){console.log(J)}}function u(K){var J=f(".wc_secondary_form input.wc_field_input").is(":focus");var I=f(".wc_secondary_form textarea.wc_field_input").is(":focus");var M=false;var L=false;if(K){f(".wc_secondary_form input.wc_field_input").each(function(){if(f(this).val()!=""){M=true}})}else{f(".wc_secondary_form input.wc_field_captcha").each(function(){if(f(this).val()!=""){M=true}})}f(".wc_secondary_form textarea.wc_field_input").each(function(){if(f(this).val()!=""){L=true}});return J||I||M||L}if(o!=0){setInterval(q,e*1000)}function s(){if(f.cookie("wc_author_name")&&f.cookie("wc_author_email")){f(".wc_name").val(f.cookie("wc_author_name"));f(".wc_email").val(f.cookie("wc_author_email"))}}function b(J,L,I,K){f.ajax({type:"POST",url:wc_ajax_obj.url,data:{wc_post_id:J,wc_comment_id:L,wc_notifcattion_type:K,wc_email:I,action:"wc_check_notification_type"}})}f(document).delegate(".wc_editable_comment","click",function(){var J=a(f(this));var I=F(J);f.ajax({type:"POST",url:wc_ajax_obj.url,data:{comment_id:I,action:"wc_get_editable_comment_content"}}).done(function(L){try{var O=f.parseJSON(L);if(O.code==1){H=O.message;var K='<textarea required="required" name="wc_comment" class="wc_comment wc_field_input wc_edit_comment" id="wc_edit_comment-'+J+'" style="min-height: 2em;">'+O.message+"</textarea>";f("#wc-comm-"+J+" > .wc-comment-right .wc-comment-text").replaceWith(K);document.getElementById("wc_edit_comment-"+J).focus();f("#wc_save_edited_comment-"+J).show();K="";f("#wc_editable_comment-"+J).hide();f("#wc_cancel_edit-"+J).show()}else{var M="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(M+O.phrase_message)}}catch(N){console.log(N)}})});f(document).delegate(".wc_save_edited_comment","click",function(){var N=a(f(this));var J=F(N);var I=f("#wc-comm-"+N+" textarea#wc_edit_comment-"+N);var K=I.val();var L=true;var M=x(f(this).parents(".wc-comment"))-1;if(f.trim(K).length<=0){L=false}if(L){f("#wc_openModalFormAction .close").css("display","none");f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction > #wc_response_info").html(d);f.ajax({type:"POST",url:wc_ajax_obj.url,data:{comment_id:J,comment_content:K,comment_depth:M,action:"wc_save_edited_comment"}}).done(function(O){try{var R=f.parseJSON(O);if(R.code==1){f("#wc_openModalFormAction").css("opacity","0");f("#wc_openModalFormAction").css("pointer-events","none");A(N,R.message)}else{var P="<a href='#close' title='Close' class='close'>&nbsp;</a>";f("#wc_openModalFormAction").css("opacity","1");f("#wc_openModalFormAction").css("pointer-events","auto");f("#wc_openModalFormAction .close").css("display","block");f("#wc_openModalFormAction > #wc_response_info").html(P+R.phrase_message)}I="";K=""}catch(Q){console.log(Q)}})}});f(document).delegate(".wc_cancel_edit","click",function(){var I=a(f(this));A(I,H)});function A(K,J){f("#wc_editable_comment-"+K).show();f("#wc_cancel_edit-"+K).hide();f("#wc_save_edited_comment-"+K).hide();var I='<div class="wc-comment-text">'+w(J)+"</div>";f("#wc-comm-"+K+" #wc_edit_comment-"+K).replaceWith(I)}function w(L,K){var J=(K||typeof K==="undefined")?"<br/>":"<br>";var I=(L+"").replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1"+J+"$2");return I.replace("<br><br>","<br/>")}f(".wc_tooltipster").tooltipster({offsetY:2})});
languages/wpdiscuz-en.po CHANGED
@@ -1,1209 +1,1209 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: wpDiscuz - Wordpress Comments\n"
4
- "POT-Creation-Date: 2015-05-28 23:58+0400\n"
5
- "PO-Revision-Date: 2015-05-28 23:58+0400\n"
6
- "Last-Translator: advancedcoding <advancedcoding@mail.ru>\n"
7
- "Language-Team: advancedcoding <advancedcoding@mail.ru>\n"
8
- "Language: en\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.1\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-WPHeader: wc.php\n"
15
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Poedit-SearchPathExcluded-0: *.js\n"
22
-
23
- #: comment-form/form.php:185 comment-form/tpl-comment.php:263
24
- msgid "Participate in this discussion via email"
25
- msgstr ""
26
-
27
- #: comment-form/form.php:323
28
- msgid "Connect with"
29
- msgstr ""
30
-
31
- #: comment-form/tpl-comment.php:174
32
- #: options/phrases-layout/phrases-comment.php:27
33
- #: options/wc-options-serialize.php:439
34
- msgid "Edit"
35
- msgstr ""
36
-
37
- #: comment-form/tpl-comment.php:385 wc.php:321
38
- msgid "Anonymous"
39
- msgstr ""
40
-
41
- #: options/options-layouts/settings-general.php:2
42
- msgid "General Settings"
43
- msgstr ""
44
-
45
- #: options/options-layouts/settings-general.php:7
46
- msgid "Display comment form for post types:"
47
- msgstr ""
48
-
49
- #: options/options-layouts/settings-general.php:28
50
- msgid "User Must be registered to comment"
51
- msgstr ""
52
-
53
- #: options/options-layouts/settings-general.php:34
54
- msgid "Yes"
55
- msgstr ""
56
-
57
- #: options/options-layouts/settings-general.php:38
58
- msgid "No"
59
- msgstr ""
60
-
61
- #: options/options-layouts/settings-general.php:46
62
- msgid "Comment author must fill out name"
63
- msgstr ""
64
-
65
- #: options/options-layouts/settings-general.php:57
66
- msgid "Comment author must fill out email"
67
- msgstr ""
68
-
69
- #: options/options-layouts/settings-general.php:68
70
- msgid "Show the latest comments on"
71
- msgstr ""
72
-
73
- #: options/options-layouts/settings-general.php:72
74
- msgid "the top of the list"
75
- msgstr ""
76
-
77
- #: options/options-layouts/settings-general.php:74
78
- msgid "top of the threads"
79
- msgstr ""
80
-
81
- #: options/options-layouts/settings-general.php:76
82
- msgid "bottom of the threads"
83
- msgstr ""
84
-
85
- #: options/options-layouts/settings-general.php:78
86
- msgid "the bottom of the list"
87
- msgstr ""
88
-
89
- #: options/options-layouts/settings-general.php:86
90
- msgid "Comment Threads Per Page"
91
- msgstr ""
92
-
93
- #: options/options-layouts/settings-general.php:97
94
- msgid "Comment text max length"
95
- msgstr ""
96
-
97
- #: options/options-layouts/settings-general.php:108
98
- msgid "Comments max depth"
99
- msgstr ""
100
-
101
- #: options/options-layouts/settings-general.php:113
102
- msgid "Level"
103
- msgstr ""
104
-
105
- #: options/options-layouts/settings-general.php:114
106
- #: options/options-layouts/settings-general.php:115
107
- #: options/options-layouts/settings-general.php:116
108
- #: options/options-layouts/settings-general.php:117
109
- msgid "Levels"
110
- msgstr ""
111
-
112
- #: options/options-layouts/settings-general.php:124
113
- msgid "Comment text size in pixels"
114
- msgstr ""
115
-
116
- #: options/options-layouts/settings-general.php:141
117
- msgid "Allow comment editing for"
118
- msgstr ""
119
-
120
- #: options/options-layouts/settings-general.php:146
121
- msgid "Not Allow"
122
- msgstr ""
123
-
124
- #: options/options-layouts/settings-general.php:147
125
- #: options/options-layouts/settings-general.php:148
126
- #: options/options-layouts/settings-live-update.php:41
127
- #: options/options-layouts/settings-live-update.php:42
128
- #: options/options-layouts/settings-live-update.php:43
129
- msgid "Minutes"
130
- msgstr ""
131
-
132
- #: options/options-layouts/settings-general.php:149
133
- #: options/phrases-layout/phrases-datetime.php:73
134
- msgid "Hour"
135
- msgstr ""
136
-
137
- #: options/options-layouts/settings-general.php:150
138
- #: options/options-layouts/settings-general.php:151
139
- msgid "Hours"
140
- msgstr ""
141
-
142
- #: options/options-layouts/settings-general.php:158
143
- msgid "Redirect first commenter to"
144
- msgstr ""
145
-
146
- #: options/options-layouts/settings-general.php:165
147
- msgid "Do not redirect"
148
- msgstr ""
149
-
150
- #: options/options-layouts/settings-general.php:174
151
- msgid "Allow guests to vote on comments"
152
- msgstr ""
153
-
154
- #: options/options-layouts/settings-general.php:184
155
- msgid "Load rest of all comments on clicking the [Load More Comments] button"
156
- msgstr ""
157
-
158
- #: options/options-layouts/settings-general.php:195
159
- msgid "Use WordPress Date/Time format"
160
- msgstr ""
161
-
162
- #: options/options-layouts/settings-general.php:196
163
- msgid ""
164
- "wpDiscuz shows Human Readable date format. If you check this option it'll "
165
- "show the date/time format set in WordPress General Settings."
166
- msgstr ""
167
-
168
- #: options/options-layouts/settings-general.php:203
169
- msgid "Current Wordpress date/time format"
170
- msgstr ""
171
-
172
- #: options/options-layouts/settings-general.php:209
173
- msgid "Use Plugin .PO/.MO files"
174
- msgstr ""
175
-
176
- #: options/options-layouts/settings-general.php:210
177
- msgid ""
178
- "wpDiscuz phrase system allows you to translate all front-end phrases. "
179
- "However if you have a multi-language website it'll not allow you to add more "
180
- "than one language translation. The only way to get it is the plugin "
181
- "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
182
- "should check this option to disable phrase system and it'll automatically "
183
- "translate all phrases based on language files according to current language."
184
- msgstr ""
185
-
186
- #: options/options-layouts/settings-general.php:222
187
- msgid ""
188
- "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
189
- "use"
190
- msgstr ""
191
-
192
- #: options/options-layouts/settings-general.php:224
193
- msgid ""
194
- "Please check this option on to help wpDiscuz get more popularity as your "
195
- "thank to the hard work we do for you totally free. This option adds a very "
196
- "small (16x16px) icon under the comment section which will allow your site "
197
- "visitors recognize the name of comment solution you use."
198
- msgstr ""
199
-
200
- #: options/options-layouts/settings-general.php:229
201
- msgid "Thank you!"
202
- msgstr ""
203
-
204
- #: options/options-layouts/settings-live-update.php:2
205
- #: options/wc-options.php:180
206
- msgid "Live Update"
207
- msgstr ""
208
-
209
- #: options/options-layouts/settings-live-update.php:8
210
- msgid "Live update options"
211
- msgstr ""
212
-
213
- #: options/options-layouts/settings-live-update.php:9
214
- msgid ""
215
- "If you use Shared Web Hosting you should make sure the \"Live Update\" "
216
- "function doesn't overload your server resources. This function is good for "
217
- "VPS and Dedicated Hosting Plans."
218
- msgstr ""
219
-
220
- #: options/options-layouts/settings-live-update.php:14
221
- msgid "Never update"
222
- msgstr ""
223
-
224
- #: options/options-layouts/settings-live-update.php:16
225
- msgid "Turn off \"Live Update\" function"
226
- msgstr ""
227
-
228
- #: options/options-layouts/settings-live-update.php:18
229
- msgid "Show new comment/reply buttons to update manualy"
230
- msgstr ""
231
-
232
- #: options/options-layouts/settings-live-update.php:20
233
- msgid "Always check for new comments and show update buttons"
234
- msgstr ""
235
-
236
- #: options/options-layouts/settings-live-update.php:22
237
- msgid "Always update"
238
- msgstr ""
239
-
240
- #: options/options-layouts/settings-live-update.php:24
241
- msgid "Always check for new comments and update automatically"
242
- msgstr ""
243
-
244
- #: options/options-layouts/settings-live-update.php:32
245
- msgid "Update comment list every"
246
- msgstr ""
247
-
248
- #: options/options-layouts/settings-live-update.php:37
249
- #: options/options-layouts/settings-live-update.php:38
250
- #: options/options-layouts/settings-live-update.php:39
251
- msgid "Seconds"
252
- msgstr ""
253
-
254
- #: options/options-layouts/settings-live-update.php:40
255
- #: options/phrases-layout/phrases-datetime.php:95
256
- msgid "Minute"
257
- msgstr ""
258
-
259
- #: options/options-layouts/settings-show-hide.php:2 options/wc-options.php:181
260
- msgid "Show/Hide Components"
261
- msgstr ""
262
-
263
- #: options/options-layouts/settings-show-hide.php:7
264
- msgid "Show logged-in user name and logout link on top of main form"
265
- msgstr ""
266
-
267
- #: options/options-layouts/settings-show-hide.php:17
268
- msgid "Hide Reply button for Guests"
269
- msgstr ""
270
-
271
- #: options/options-layouts/settings-show-hide.php:27
272
- msgid "Hide Reply button for Members"
273
- msgstr ""
274
-
275
- #: options/options-layouts/settings-show-hide.php:37
276
- msgid "Hide Author Titles"
277
- msgstr ""
278
-
279
- #: options/options-layouts/settings-show-hide.php:47
280
- msgid "Hide Voting buttons"
281
- msgstr ""
282
-
283
- #: options/options-layouts/settings-show-hide.php:57
284
- msgid "Hide Share Buttons"
285
- msgstr ""
286
-
287
- #: options/options-layouts/settings-show-hide.php:67
288
- msgid "Hide the CAPTCHA field"
289
- msgstr ""
290
-
291
- #: options/options-layouts/settings-show-hide.php:77
292
- msgid "Hide the Website URL field"
293
- msgstr ""
294
-
295
- #: options/options-layouts/settings-show-hide.php:87
296
- msgid "Hide header text"
297
- msgstr ""
298
-
299
- #: options/options-layouts/settings-show-hide.php:97
300
- msgid "Hide user avatar"
301
- msgstr ""
302
-
303
- #: options/options-layouts/settings-social.php:10
304
- #: options/options-layouts/settings-social.php:12
305
- #: options/options-layouts/settings-social.php:14 wc.php:1018
306
- msgid "Settings"
307
- msgstr ""
308
-
309
- #: options/options-layouts/settings-social.php:19
310
- #: options/options-layouts/settings-social.php:29
311
- #: options/options-layouts/settings-social.php:39
312
- msgid "Activate"
313
- msgstr ""
314
-
315
- #: options/options-layouts/settings-social.php:23
316
- #: options/options-layouts/settings-social.php:33
317
- #: options/options-layouts/settings-social.php:43
318
- msgid "View details/Install"
319
- msgstr ""
320
-
321
- #: options/options-layouts/settings-social.php:75 options/wc-options.php:184
322
- msgid "Social Login"
323
- msgstr ""
324
-
325
- #: options/options-layouts/settings-social.php:76
326
- msgid ""
327
- "You can use one of these most popular Social Login Plugins to allow your "
328
- "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
329
- "OK and lots of other social network service accounts. All social login "
330
- "buttons will be fully integrated with wpDiscuz comment forms."
331
- msgstr ""
332
-
333
- #: options/options-layouts/settings-style.php:2 options/wc-options.php:183
334
- msgid "Background and Colors"
335
- msgstr ""
336
-
337
- #: options/options-layouts/settings-style.php:7
338
- msgid "Comment Form Background Color"
339
- msgstr ""
340
-
341
- #: options/options-layouts/settings-style.php:10
342
- #: options/options-layouts/settings-style.php:34
343
- #: options/options-layouts/settings-style.php:58
344
- #: options/options-layouts/settings-style.php:82
345
- #: options/options-layouts/settings-style.php:107
346
- #: options/options-layouts/settings-style.php:132
347
- #: options/options-layouts/settings-style.php:155
348
- #: options/options-layouts/settings-style.php:178
349
- msgid "Example: #00ff00"
350
- msgstr ""
351
-
352
- #: options/options-layouts/settings-style.php:31
353
- msgid "Comment Background Color"
354
- msgstr ""
355
-
356
- #: options/options-layouts/settings-style.php:55
357
- msgid "Reply Background Color"
358
- msgstr ""
359
-
360
- #: options/options-layouts/settings-style.php:79
361
- msgid "Comment Text Color"
362
- msgstr ""
363
-
364
- #: options/options-layouts/settings-style.php:104
365
- msgid "Author title color"
366
- msgstr ""
367
-
368
- #: options/options-layouts/settings-style.php:129
369
- msgid "Vote, Reply, Share, Edit links text colors"
370
- msgstr ""
371
-
372
- #: options/options-layouts/settings-style.php:152
373
- msgid "Comment form fields border color"
374
- msgstr ""
375
-
376
- #: options/options-layouts/settings-style.php:175
377
- msgid "New loaded comments' background color"
378
- msgstr ""
379
-
380
- #: options/options-layouts/settings-style.php:199
381
- msgid "Custom CSS Code"
382
- msgstr ""
383
-
384
- #: options/options-layouts/settings-subscription.php:2
385
- msgid "Email Subscription Settings"
386
- msgstr ""
387
-
388
- #: options/options-layouts/settings-subscription.php:7
389
- msgid "Show \"Notify of all new follow-up comments\""
390
- msgstr ""
391
-
392
- #: options/options-layouts/settings-subscription.php:8
393
- msgid "Show \"Notify of new replies to all my comments\""
394
- msgstr ""
395
-
396
- #: options/options-layouts/settings-subscription.php:9
397
- msgid "Show \"Notify of new replies to this comment\""
398
- msgstr ""
399
-
400
- #: options/options-layouts/settings-subscription.php:11
401
- msgid ""
402
- "Please keep all three or at least one of those options ON, otherwise users "
403
- "will not have any option for email notifications and they'll not get any "
404
- "messages."
405
- msgstr ""
406
-
407
- #: options/options-layouts/settings-subscription.php:30
408
- msgid "Use Postmatic for subscriptions and commenting by email"
409
- msgstr ""
410
-
411
- #: options/options-layouts/settings-subscription.php:31
412
- msgid ""
413
- "Postmatic allows your users subscribe to comments. Instead of just being "
414
- "notified, they add a reply right from their inbox."
415
- msgstr ""
416
-
417
- #: options/options-layouts/settings-subscription.php:42
418
- msgid ""
419
- "Keep selected the email notification of all new follow-up comments by default"
420
- msgstr ""
421
-
422
- #: options/options-layouts/settings-subscription.php:43
423
- msgid ""
424
- "If this option is checked-on, in Manage Subscriptions section of comment "
425
- "forms will only be displayed the \"Notify of all new follow-up comments\" "
426
- "option and this option will always be selected by default."
427
- msgstr ""
428
-
429
- #: options/phrases-layout/phrases-comment.php:2
430
- msgid "Comment Template Phrases"
431
- msgstr ""
432
-
433
- #: options/phrases-layout/phrases-comment.php:7
434
- #: options/wc-options-serialize.php:437
435
- msgid "Reply"
436
- msgstr ""
437
-
438
- #: options/phrases-layout/phrases-comment.php:17
439
- #: options/wc-options-serialize.php:438
440
- msgid "Share"
441
- msgstr ""
442
-
443
- #: options/phrases-layout/phrases-comment.php:37
444
- #: options/wc-options-serialize.php:440
445
- msgid "Share On Facebook"
446
- msgstr ""
447
-
448
- #: options/phrases-layout/phrases-comment.php:47
449
- #: options/wc-options-serialize.php:441
450
- msgid "Share On Twitter"
451
- msgstr ""
452
-
453
- #: options/phrases-layout/phrases-comment.php:57
454
- #: options/wc-options-serialize.php:442
455
- msgid "Share On Google"
456
- msgstr ""
457
-
458
- #: options/phrases-layout/phrases-comment.php:67
459
- #: options/wc-options-serialize.php:443
460
- msgid "Share On VKontakte"
461
- msgstr ""
462
-
463
- #: options/phrases-layout/phrases-comment.php:77
464
- #: options/wc-options-serialize.php:444
465
- msgid "Share On Odnoklassniki"
466
- msgstr ""
467
-
468
- #: options/phrases-layout/phrases-comment.php:87
469
- #: options/wc-options-serialize.php:445
470
- msgid "Hide Replies"
471
- msgstr ""
472
-
473
- #: options/phrases-layout/phrases-comment.php:97
474
- #: options/wc-options-serialize.php:446
475
- msgid "Show Replies"
476
- msgstr ""
477
-
478
- #: options/phrases-layout/phrases-comment.php:107
479
- msgid "Title For Guests"
480
- msgstr ""
481
-
482
- #: options/phrases-layout/phrases-comment.php:117
483
- msgid "Title For Members"
484
- msgstr ""
485
-
486
- #: options/phrases-layout/phrases-comment.php:127
487
- msgid "Title For Authors"
488
- msgstr ""
489
-
490
- #: options/phrases-layout/phrases-comment.php:137
491
- msgid "Title For Admins"
492
- msgstr ""
493
-
494
- #: options/phrases-layout/phrases-comment.php:147
495
- #: options/wc-options-serialize.php:488
496
- msgid "Vote Up"
497
- msgstr ""
498
-
499
- #: options/phrases-layout/phrases-comment.php:157
500
- #: options/wc-options-serialize.php:489
501
- msgid "Vote Down"
502
- msgstr ""
503
-
504
- #: options/phrases-layout/phrases-comment.php:167
505
- msgid "Save edited comment button text"
506
- msgstr ""
507
-
508
- #: options/phrases-layout/phrases-comment.php:171
509
- #: options/wc-options-serialize.php:507
510
- msgid "Save"
511
- msgstr ""
512
-
513
- #: options/phrases-layout/phrases-comment.php:177
514
- msgid "Cancel comment editing button text"
515
- msgstr ""
516
-
517
- #: options/phrases-layout/phrases-comment.php:181
518
- #: options/wc-options-serialize.php:508
519
- msgid "Cancel"
520
- msgstr ""
521
-
522
- #: options/phrases-layout/phrases-datetime.php:2
523
- msgid "Date/Time Phrases"
524
- msgstr ""
525
-
526
- #: options/phrases-layout/phrases-datetime.php:7
527
- msgid "Year"
528
- msgstr ""
529
-
530
- #: options/phrases-layout/phrases-datetime.php:18
531
- msgid "Years (Plural Form)"
532
- msgstr ""
533
-
534
- #: options/phrases-layout/phrases-datetime.php:22
535
- msgid "Years"
536
- msgstr ""
537
-
538
- #: options/phrases-layout/phrases-datetime.php:29
539
- msgid "Month"
540
- msgstr ""
541
-
542
- #: options/phrases-layout/phrases-datetime.php:40
543
- msgid "Months (Plural Form)"
544
- msgstr ""
545
-
546
- #: options/phrases-layout/phrases-datetime.php:51
547
- msgid "Day"
548
- msgstr ""
549
-
550
- #: options/phrases-layout/phrases-datetime.php:62
551
- msgid "Days (Plural Form)"
552
- msgstr ""
553
-
554
- #: options/phrases-layout/phrases-datetime.php:84
555
- msgid "Hours (Plural Form)"
556
- msgstr ""
557
-
558
- #: options/phrases-layout/phrases-datetime.php:106
559
- msgid "Minutes (Plural Form)"
560
- msgstr ""
561
-
562
- #: options/phrases-layout/phrases-datetime.php:117
563
- msgid "Second"
564
- msgstr ""
565
-
566
- #: options/phrases-layout/phrases-datetime.php:128
567
- msgid "Seconds (Plural Form)"
568
- msgstr ""
569
-
570
- #: options/phrases-layout/phrases-datetime.php:138
571
- msgid "Commented \"right now\" text"
572
- msgstr ""
573
-
574
- #: options/phrases-layout/phrases-datetime.php:149
575
- msgid "Ago text"
576
- msgstr ""
577
-
578
- #: options/phrases-layout/phrases-datetime.php:160
579
- msgid "\"Today\" text"
580
- msgstr ""
581
-
582
- #: options/phrases-layout/phrases-datetime.php:164
583
- #: options/wc-options-serialize.php:482
584
- msgid "Today"
585
- msgstr ""
586
-
587
- #: options/phrases-layout/phrases-email.php:2
588
- msgid "Email Template Phrases"
589
- msgstr ""
590
-
591
- #: options/phrases-layout/phrases-email.php:7
592
- msgid "Email Subject"
593
- msgstr ""
594
-
595
- #: options/phrases-layout/phrases-email.php:18
596
- msgid "Email Message"
597
- msgstr ""
598
-
599
- #: options/phrases-layout/phrases-email.php:29
600
- msgid "New Reply Subject"
601
- msgstr ""
602
-
603
- #: options/phrases-layout/phrases-email.php:33
604
- #: options/phrases-layout/phrases-general.php:101
605
- #: options/wc-options-serialize.php:453
606
- msgid "New Reply"
607
- msgstr ""
608
-
609
- #: options/phrases-layout/phrases-email.php:40
610
- msgid "New Reply Message"
611
- msgstr ""
612
-
613
- #: options/phrases-layout/phrases-email.php:50
614
- #: options/phrases-layout/phrases-email.php:54
615
- #: options/wc-options-serialize.php:458
616
- msgid "Unsubscribe"
617
- msgstr ""
618
-
619
- #: options/phrases-layout/phrases-email.php:61
620
- #: options/phrases-layout/phrases-email.php:65
621
- #: options/wc-options-serialize.php:459
622
- msgid "Ignore Subscription"
623
- msgstr ""
624
-
625
- #: options/phrases-layout/phrases-email.php:72
626
- #: options/phrases-layout/phrases-email.php:76
627
- #: options/wc-options-serialize.php:461
628
- msgid "Confirm your subscription"
629
- msgstr ""
630
-
631
- #: options/phrases-layout/phrases-email.php:82
632
- #: options/phrases-layout/phrases-email.php:86
633
- #: options/wc-options-serialize.php:462
634
- msgid "You've successfully confirmed your subscription."
635
- msgstr ""
636
-
637
- #: options/phrases-layout/phrases-email.php:92
638
- msgid "Subscribe Confirmation Email Subject"
639
- msgstr ""
640
-
641
- #: options/phrases-layout/phrases-email.php:96
642
- #: options/wc-options-serialize.php:463 wc.php:941
643
- msgid "Subscribe Confirmation"
644
- msgstr ""
645
-
646
- #: options/phrases-layout/phrases-email.php:103
647
- msgid "Subscribe Confirmation Email Content"
648
- msgstr ""
649
-
650
- #: options/phrases-layout/phrases-email.php:107
651
- #: options/wc-options-serialize.php:464 wc.php:942
652
- msgid ""
653
- "Hi, <br/> You just subscribed for new comments on our website. This means "
654
- "you will receive an email when new comments are posted according to "
655
- "subscription option you've chosen. <br/> To activate, click confirm below. "
656
- "If you believe this is an error, ignore this message and we'll never bother "
657
- "you again."
658
- msgstr ""
659
-
660
- #: options/phrases-layout/phrases-form.php:2
661
- msgid "Form Template Phrases"
662
- msgstr ""
663
-
664
- #: options/phrases-layout/phrases-form.php:7
665
- msgid "Comment Field Start"
666
- msgstr ""
667
-
668
- #: options/phrases-layout/phrases-form.php:17
669
- msgid "Comment Field Join"
670
- msgstr ""
671
-
672
- #: options/phrases-layout/phrases-form.php:27
673
- msgid "Email Field"
674
- msgstr ""
675
-
676
- #: options/phrases-layout/phrases-form.php:37
677
- msgid "Name Field"
678
- msgstr ""
679
-
680
- #: options/phrases-layout/phrases-form.php:47
681
- msgid "WebSite URL Field"
682
- msgstr ""
683
-
684
- #: options/phrases-layout/phrases-form.php:57
685
- msgid "CAPTCHA Field"
686
- msgstr ""
687
-
688
- #: options/phrases-layout/phrases-form.php:67
689
- msgid "Submit Button"
690
- msgstr ""
691
-
692
- #: options/phrases-layout/phrases-form.php:77
693
- #: options/phrases-layout/phrases-form.php:81
694
- #: options/wc-options-serialize.php:430
695
- msgid "Manage Subscriptions"
696
- msgstr ""
697
-
698
- #: options/phrases-layout/phrases-form.php:87
699
- msgid "Notify \"None\""
700
- msgstr ""
701
-
702
- #: options/phrases-layout/phrases-form.php:91
703
- #: options/wc-options-serialize.php:431
704
- msgid "None"
705
- msgstr ""
706
-
707
- #: options/phrases-layout/phrases-form.php:97
708
- msgid "Notify on new comments (checkbox)"
709
- msgstr ""
710
-
711
- #: options/phrases-layout/phrases-form.php:101
712
- #: options/wc-options-serialize.php:432
713
- msgid "Notify of all new follow-up comments"
714
- msgstr ""
715
-
716
- #: options/phrases-layout/phrases-form.php:108
717
- msgid "Notify on all new replies (checkbox)"
718
- msgstr ""
719
-
720
- #: options/phrases-layout/phrases-form.php:112
721
- #: options/wc-options-serialize.php:433
722
- msgid "Notify of new replies to all my comments"
723
- msgstr ""
724
-
725
- #: options/phrases-layout/phrases-form.php:119
726
- msgid "Notify on new replies (checkbox)"
727
- msgstr ""
728
-
729
- #: options/phrases-layout/phrases-form.php:123
730
- #: options/wc-options-serialize.php:434
731
- msgid "Notify of new replies to this comment"
732
- msgstr ""
733
-
734
- #: options/phrases-layout/phrases-form.php:129
735
- msgid "Subscribed on this comment replies"
736
- msgstr ""
737
-
738
- #: options/phrases-layout/phrases-form.php:139
739
- msgid "Subscribed on all your comments replies"
740
- msgstr ""
741
-
742
- #: options/phrases-layout/phrases-form.php:149
743
- msgid "Subscribed on this post"
744
- msgstr ""
745
-
746
- #: options/phrases-layout/phrases-general.php:2
747
- msgid "General Phrases"
748
- msgstr ""
749
-
750
- #: options/phrases-layout/phrases-general.php:7
751
- #: options/wc-options-serialize.php:418
752
- msgid "Leave a Reply"
753
- msgstr ""
754
-
755
- #: options/phrases-layout/phrases-general.php:17
756
- msgid "Be the first to comment"
757
- msgstr ""
758
-
759
- #: options/phrases-layout/phrases-general.php:27
760
- #: options/wc-options-serialize.php:420 options/wc-options.php:353
761
- msgid "Comment"
762
- msgstr ""
763
-
764
- #: options/phrases-layout/phrases-general.php:37
765
- msgid "Comment (Plural Form)"
766
- msgstr ""
767
-
768
- #: options/phrases-layout/phrases-general.php:47
769
- msgid "On"
770
- msgstr ""
771
-
772
- #: options/phrases-layout/phrases-general.php:57
773
- msgid "Load More Button"
774
- msgstr ""
775
-
776
- #: options/phrases-layout/phrases-general.php:67
777
- #: options/wc-options-serialize.php:436
778
- msgid "Load Rest of Comments"
779
- msgstr ""
780
-
781
- #: options/phrases-layout/phrases-general.php:77
782
- msgid "Button text if has new comment"
783
- msgstr ""
784
-
785
- #: options/phrases-layout/phrases-general.php:81
786
- #: options/wc-options-serialize.php:451
787
- msgid "New Comment"
788
- msgstr ""
789
-
790
- #: options/phrases-layout/phrases-general.php:87
791
- msgid "Button text if has new comments (Plural Form)"
792
- msgstr ""
793
-
794
- #: options/phrases-layout/phrases-general.php:91
795
- msgid "New Comments"
796
- msgstr ""
797
-
798
- #: options/phrases-layout/phrases-general.php:97
799
- msgid "Button text if has new reply"
800
- msgstr ""
801
-
802
- #: options/phrases-layout/phrases-general.php:107
803
- msgid "Button text if has new replies (Plural Form)"
804
- msgstr ""
805
-
806
- #: options/phrases-layout/phrases-general.php:111
807
- msgid "New Replies"
808
- msgstr ""
809
-
810
- #: options/phrases-layout/phrases-general.php:117
811
- msgid "Text on load more button if has new comment(s)"
812
- msgstr ""
813
-
814
- #: options/phrases-layout/phrases-general.php:121
815
- #: options/wc-options-serialize.php:503
816
- msgid "New"
817
- msgstr ""
818
-
819
- #: options/phrases-layout/phrases-notification.php:2
820
- msgid "Notification Phrases"
821
- msgstr ""
822
-
823
- #: options/phrases-layout/phrases-notification.php:7
824
- #: options/wc-options-serialize.php:460
825
- msgid "You've successfully unsubscribed."
826
- msgstr ""
827
-
828
- #: options/phrases-layout/phrases-notification.php:18
829
- msgid "Error message for empty field"
830
- msgstr ""
831
-
832
- #: options/phrases-layout/phrases-notification.php:28
833
- msgid "Error message for invalid email field"
834
- msgstr ""
835
-
836
- #: options/phrases-layout/phrases-notification.php:38
837
- msgid "Error message for invalid website url field"
838
- msgstr ""
839
-
840
- #: options/phrases-layout/phrases-notification.php:48
841
- #: options/wc-options-serialize.php:483
842
- msgid "You must be"
843
- msgstr ""
844
-
845
- #: options/phrases-layout/phrases-notification.php:58
846
- msgid "Logged in as"
847
- msgstr ""
848
-
849
- #: options/phrases-layout/phrases-notification.php:68
850
- #: options/wc-options-serialize.php:485
851
- msgid "Log out"
852
- msgstr ""
853
-
854
- #: options/phrases-layout/phrases-notification.php:78
855
- msgid "Logged In"
856
- msgstr ""
857
-
858
- #: options/phrases-layout/phrases-notification.php:88
859
- msgid "To post a comment"
860
- msgstr ""
861
-
862
- #: options/phrases-layout/phrases-notification.php:98
863
- #: options/wc-options-serialize.php:490
864
- msgid "Vote Counted"
865
- msgstr ""
866
-
867
- #: options/phrases-layout/phrases-notification.php:108
868
- msgid "You can vote only 1 time"
869
- msgstr ""
870
-
871
- #: options/phrases-layout/phrases-notification.php:118
872
- #: options/wc-options-serialize.php:492
873
- msgid "Voting Error"
874
- msgstr ""
875
-
876
- #: options/phrases-layout/phrases-notification.php:128
877
- msgid "Login To Vote"
878
- msgstr ""
879
-
880
- #: options/phrases-layout/phrases-notification.php:138
881
- msgid "You Cannot Vote On Your Comment"
882
- msgstr ""
883
-
884
- #: options/phrases-layout/phrases-notification.php:148
885
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
886
- msgstr ""
887
-
888
- #: options/phrases-layout/phrases-notification.php:158
889
- #: options/wc-options-serialize.php:496
890
- msgid "Invalid Captcha Code"
891
- msgstr ""
892
-
893
- #: options/phrases-layout/phrases-notification.php:168
894
- #: options/wc-options-serialize.php:497
895
- msgid "Some of field value is invalid"
896
- msgstr ""
897
-
898
- #: options/phrases-layout/phrases-notification.php:178
899
- msgid "Comment waiting moderation"
900
- msgstr ""
901
-
902
- #: options/phrases-layout/phrases-notification.php:188
903
- msgid "Message if comment content length is too long"
904
- msgstr ""
905
-
906
- #: options/phrases-layout/phrases-notification.php:198
907
- msgid "Message if comment was not updated"
908
- msgstr ""
909
-
910
- #: options/phrases-layout/phrases-notification.php:202
911
- #: options/wc-options-serialize.php:504
912
- msgid "Sorry, the comment was not updated"
913
- msgstr ""
914
-
915
- #: options/phrases-layout/phrases-notification.php:208
916
- msgid "Message if comment no longer possible to edit"
917
- msgstr ""
918
-
919
- #: options/phrases-layout/phrases-notification.php:212
920
- #: options/wc-options-serialize.php:505
921
- msgid "Sorry, this comment no longer possible to edit"
922
- msgstr ""
923
-
924
- #: options/phrases-layout/phrases-notification.php:219
925
- msgid "Message if comment text not changed"
926
- msgstr ""
927
-
928
- #: options/phrases-layout/phrases-notification.php:223
929
- msgid "TYou've not made any changes"
930
- msgstr ""
931
-
932
- #: options/wc-options-serialize.php:419
933
- msgid "Be the First to Comment!"
934
- msgstr ""
935
-
936
- #: options/wc-options-serialize.php:421
937
- msgid "Comments"
938
- msgstr ""
939
-
940
- #: options/wc-options-serialize.php:422
941
- msgid "on"
942
- msgstr ""
943
-
944
- #: options/wc-options-serialize.php:423
945
- msgid "Start the discussion"
946
- msgstr ""
947
-
948
- #: options/wc-options-serialize.php:424
949
- msgid "Join the discussion"
950
- msgstr ""
951
-
952
- #: options/wc-options-serialize.php:425 options/wc-options.php:355
953
- msgid "Email"
954
- msgstr ""
955
-
956
- #: options/wc-options-serialize.php:426
957
- msgid "Name"
958
- msgstr ""
959
-
960
- #: options/wc-options-serialize.php:427
961
- msgid "WebSite URL"
962
- msgstr ""
963
-
964
- #: options/wc-options-serialize.php:428
965
- msgid "Please insert the code above to comment"
966
- msgstr ""
967
-
968
- #: options/wc-options-serialize.php:429
969
- msgid "Post Comment"
970
- msgstr ""
971
-
972
- #: options/wc-options-serialize.php:435
973
- msgid "Load More Comments"
974
- msgstr ""
975
-
976
- #: options/wc-options-serialize.php:447
977
- msgid "Guest"
978
- msgstr ""
979
-
980
- #: options/wc-options-serialize.php:448
981
- msgid "Member"
982
- msgstr ""
983
-
984
- #: options/wc-options-serialize.php:449
985
- msgid "Author"
986
- msgstr ""
987
-
988
- #: options/wc-options-serialize.php:450
989
- msgid "Admin"
990
- msgstr ""
991
-
992
- #: options/wc-options-serialize.php:452
993
- msgid "New comment on the discussion section you've been interested in"
994
- msgstr ""
995
-
996
- #: options/wc-options-serialize.php:454
997
- msgid "New reply on the discussion section you've been interested in"
998
- msgstr ""
999
-
1000
- #: options/wc-options-serialize.php:455
1001
- msgid "You're subscribed for new replies on this comment"
1002
- msgstr ""
1003
-
1004
- #: options/wc-options-serialize.php:456
1005
- msgid "You're subscribed for new replies on all your comments"
1006
- msgstr ""
1007
-
1008
- #: options/wc-options-serialize.php:457
1009
- msgid "You're subscribed for new follow-up comments on this post"
1010
- msgstr ""
1011
-
1012
- #: options/wc-options-serialize.php:465
1013
- msgid "please fill out this field to comment"
1014
- msgstr ""
1015
-
1016
- #: options/wc-options-serialize.php:466
1017
- msgid "email address is invalid"
1018
- msgstr ""
1019
-
1020
- #: options/wc-options-serialize.php:467
1021
- msgid "url is invalid"
1022
- msgstr ""
1023
-
1024
- #: options/wc-options-serialize.php:468
1025
- msgid "year"
1026
- msgstr ""
1027
-
1028
- #: options/wc-options-serialize.php:469
1029
- msgid "years"
1030
- msgstr ""
1031
-
1032
- #: options/wc-options-serialize.php:470
1033
- msgid "month"
1034
- msgstr ""
1035
-
1036
- #: options/wc-options-serialize.php:471
1037
- msgid "months"
1038
- msgstr ""
1039
-
1040
- #: options/wc-options-serialize.php:472
1041
- msgid "day"
1042
- msgstr ""
1043
-
1044
- #: options/wc-options-serialize.php:473
1045
- msgid "days"
1046
- msgstr ""
1047
-
1048
- #: options/wc-options-serialize.php:474
1049
- msgid "hour"
1050
- msgstr ""
1051
-
1052
- #: options/wc-options-serialize.php:475
1053
- msgid "hours"
1054
- msgstr ""
1055
-
1056
- #: options/wc-options-serialize.php:476
1057
- msgid "minute"
1058
- msgstr ""
1059
-
1060
- #: options/wc-options-serialize.php:477
1061
- msgid "minutes"
1062
- msgstr ""
1063
-
1064
- #: options/wc-options-serialize.php:478
1065
- msgid "second"
1066
- msgstr ""
1067
-
1068
- #: options/wc-options-serialize.php:479
1069
- msgid "seconds"
1070
- msgstr ""
1071
-
1072
- #: options/wc-options-serialize.php:480
1073
- msgid "right now"
1074
- msgstr ""
1075
-
1076
- #: options/wc-options-serialize.php:481
1077
- msgid "ago"
1078
- msgstr ""
1079
-
1080
- #: options/wc-options-serialize.php:484
1081
- msgid "You are logged in as"
1082
- msgstr ""
1083
-
1084
- #: options/wc-options-serialize.php:486
1085
- msgid "logged in"
1086
- msgstr ""
1087
-
1088
- #: options/wc-options-serialize.php:487
1089
- msgid "to post a comment."
1090
- msgstr ""
1091
-
1092
- #: options/wc-options-serialize.php:491
1093
- msgid "You've already voted for this comment"
1094
- msgstr ""
1095
-
1096
- #: options/wc-options-serialize.php:493
1097
- msgid "You Must Be Logged In To Vote"
1098
- msgstr ""
1099
-
1100
- #: options/wc-options-serialize.php:494
1101
- msgid "You cannot vote for your comment"
1102
- msgstr ""
1103
-
1104
- #: options/wc-options-serialize.php:495
1105
- msgid "You are not allowed to vote for this comment"
1106
- msgstr ""
1107
-
1108
- #: options/wc-options-serialize.php:498
1109
- msgid "new comment"
1110
- msgstr ""
1111
-
1112
- #: options/wc-options-serialize.php:499
1113
- msgid "new comments"
1114
- msgstr ""
1115
-
1116
- #: options/wc-options-serialize.php:500
1117
- msgid "Comment awaiting moderation"
1118
- msgstr ""
1119
-
1120
- #: options/wc-options-serialize.php:501
1121
- msgid "new reply on your comment"
1122
- msgstr ""
1123
-
1124
- #: options/wc-options-serialize.php:502
1125
- msgid "new replies on your comments"
1126
- msgstr ""
1127
-
1128
- #: options/wc-options-serialize.php:506
1129
- msgid "You've not made any changes"
1130
- msgstr ""
1131
-
1132
- #: options/wc-options-serialize.php:509
1133
- #, php-format
1134
- msgid "Comment text is too long (maximum %s characters allowed)"
1135
- msgstr ""
1136
-
1137
- #: options/wc-options.php:28 options/wc-options.php:232
1138
- msgid "Hacker?"
1139
- msgstr ""
1140
-
1141
- #: options/wc-options.php:87
1142
- msgid "wpDiscuz General Settings"
1143
- msgstr ""
1144
-
1145
- #: options/wc-options.php:179
1146
- msgid "General settings"
1147
- msgstr ""
1148
-
1149
- #: options/wc-options.php:182
1150
- msgid "Email Subscription"
1151
- msgstr ""
1152
-
1153
- #: options/wc-options.php:182
1154
- msgid "and Postmatic"
1155
- msgstr ""
1156
-
1157
- #: options/wc-options.php:213 options/wc-options.php:383
1158
- msgid "Save Changes"
1159
- msgstr ""
1160
-
1161
- #: options/wc-options.php:214
1162
- msgid "Reset Options"
1163
- msgstr ""
1164
-
1165
- #: options/wc-options.php:341
1166
- msgid "WpDiscuz Front-end Phrases"
1167
- msgstr ""
1168
-
1169
- #: options/wc-options.php:351
1170
- msgid "General"
1171
- msgstr ""
1172
-
1173
- #: options/wc-options.php:352
1174
- msgid "Form"
1175
- msgstr ""
1176
-
1177
- #: options/wc-options.php:354
1178
- msgid "Date/Time"
1179
- msgstr ""
1180
-
1181
- #: options/wc-options.php:356
1182
- msgid "Notification"
1183
- msgstr ""
1184
-
1185
- #: wc.php:1020
1186
- msgid "Phrases"
1187
- msgstr ""
1188
-
1189
- #. Plugin Name of the plugin/theme
1190
- msgid "wpDiscuz - Wordpress Comments"
1191
- msgstr ""
1192
-
1193
- #. Plugin URI of the plugin/theme
1194
- msgid "http://www.gvectors.com/wpdiscuz/"
1195
- msgstr ""
1196
-
1197
- #. Description of the plugin/theme
1198
- msgid ""
1199
- "Better comment system. Wordpress post comments and discussion plugin. Allows "
1200
- "your visitors discuss, vote for comments and share."
1201
- msgstr ""
1202
-
1203
- #. Author of the plugin/theme
1204
- msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1205
- msgstr ""
1206
-
1207
- #. Author URI of the plugin/theme
1208
- msgid "http://www.gvectors.com/"
1209
- msgstr ""
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wpDiscuz - Wordpress Comments\n"
4
+ "POT-Creation-Date: 2015-05-28 23:58+0400\n"
5
+ "PO-Revision-Date: 2015-05-28 23:58+0400\n"
6
+ "Last-Translator: advancedcoding <advancedcoding@mail.ru>\n"
7
+ "Language-Team: advancedcoding <advancedcoding@mail.ru>\n"
8
+ "Language: en\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-WPHeader: wc.php\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+
23
+ #: comment-form/form.php:185 comment-form/tpl-comment.php:263
24
+ msgid "Participate in this discussion via email"
25
+ msgstr ""
26
+
27
+ #: comment-form/form.php:323
28
+ msgid "Connect with"
29
+ msgstr ""
30
+
31
+ #: comment-form/tpl-comment.php:174
32
+ #: options/phrases-layout/phrases-comment.php:27
33
+ #: options/wc-options-serialize.php:439
34
+ msgid "Edit"
35
+ msgstr ""
36
+
37
+ #: comment-form/tpl-comment.php:385 wc.php:321
38
+ msgid "Anonymous"
39
+ msgstr ""
40
+
41
+ #: options/options-layouts/settings-general.php:2
42
+ msgid "General Settings"
43
+ msgstr ""
44
+
45
+ #: options/options-layouts/settings-general.php:7
46
+ msgid "Display comment form for post types:"
47
+ msgstr ""
48
+
49
+ #: options/options-layouts/settings-general.php:28
50
+ msgid "User Must be registered to comment"
51
+ msgstr ""
52
+
53
+ #: options/options-layouts/settings-general.php:34
54
+ msgid "Yes"
55
+ msgstr ""
56
+
57
+ #: options/options-layouts/settings-general.php:38
58
+ msgid "No"
59
+ msgstr ""
60
+
61
+ #: options/options-layouts/settings-general.php:46
62
+ msgid "Comment author must fill out name"
63
+ msgstr ""
64
+
65
+ #: options/options-layouts/settings-general.php:57
66
+ msgid "Comment author must fill out email"
67
+ msgstr ""
68
+
69
+ #: options/options-layouts/settings-general.php:68
70
+ msgid "Show the latest comments on"
71
+ msgstr ""
72
+
73
+ #: options/options-layouts/settings-general.php:72
74
+ msgid "the top of the list"
75
+ msgstr ""
76
+
77
+ #: options/options-layouts/settings-general.php:74
78
+ msgid "top of the threads"
79
+ msgstr ""
80
+
81
+ #: options/options-layouts/settings-general.php:76
82
+ msgid "bottom of the threads"
83
+ msgstr ""
84
+
85
+ #: options/options-layouts/settings-general.php:78
86
+ msgid "the bottom of the list"
87
+ msgstr ""
88
+
89
+ #: options/options-layouts/settings-general.php:86
90
+ msgid "Comment Threads Per Page"
91
+ msgstr ""
92
+
93
+ #: options/options-layouts/settings-general.php:97
94
+ msgid "Comment text max length"
95
+ msgstr ""
96
+
97
+ #: options/options-layouts/settings-general.php:108
98
+ msgid "Comments max depth"
99
+ msgstr ""
100
+
101
+ #: options/options-layouts/settings-general.php:113
102
+ msgid "Level"
103
+ msgstr ""
104
+
105
+ #: options/options-layouts/settings-general.php:114
106
+ #: options/options-layouts/settings-general.php:115
107
+ #: options/options-layouts/settings-general.php:116
108
+ #: options/options-layouts/settings-general.php:117
109
+ msgid "Levels"
110
+ msgstr ""
111
+
112
+ #: options/options-layouts/settings-general.php:124
113
+ msgid "Comment text size in pixels"
114
+ msgstr ""
115
+
116
+ #: options/options-layouts/settings-general.php:141
117
+ msgid "Allow comment editing for"
118
+ msgstr ""
119
+
120
+ #: options/options-layouts/settings-general.php:146
121
+ msgid "Not Allow"
122
+ msgstr ""
123
+
124
+ #: options/options-layouts/settings-general.php:147
125
+ #: options/options-layouts/settings-general.php:148
126
+ #: options/options-layouts/settings-live-update.php:41
127
+ #: options/options-layouts/settings-live-update.php:42
128
+ #: options/options-layouts/settings-live-update.php:43
129
+ msgid "Minutes"
130
+ msgstr ""
131
+
132
+ #: options/options-layouts/settings-general.php:149
133
+ #: options/phrases-layout/phrases-datetime.php:73
134
+ msgid "Hour"
135
+ msgstr ""
136
+
137
+ #: options/options-layouts/settings-general.php:150
138
+ #: options/options-layouts/settings-general.php:151
139
+ msgid "Hours"
140
+ msgstr ""
141
+
142
+ #: options/options-layouts/settings-general.php:158
143
+ msgid "Redirect first commenter to"
144
+ msgstr ""
145
+
146
+ #: options/options-layouts/settings-general.php:165
147
+ msgid "Do not redirect"
148
+ msgstr ""
149
+
150
+ #: options/options-layouts/settings-general.php:174
151
+ msgid "Allow guests to vote on comments"
152
+ msgstr ""
153
+
154
+ #: options/options-layouts/settings-general.php:184
155
+ msgid "Load rest of all comments on clicking the [Load More Comments] button"
156
+ msgstr ""
157
+
158
+ #: options/options-layouts/settings-general.php:195
159
+ msgid "Use WordPress Date/Time format"
160
+ msgstr ""
161
+
162
+ #: options/options-layouts/settings-general.php:196
163
+ msgid ""
164
+ "wpDiscuz shows Human Readable date format. If you check this option it'll "
165
+ "show the date/time format set in WordPress General Settings."
166
+ msgstr ""
167
+
168
+ #: options/options-layouts/settings-general.php:203
169
+ msgid "Current Wordpress date/time format"
170
+ msgstr ""
171
+
172
+ #: options/options-layouts/settings-general.php:209
173
+ msgid "Use Plugin .PO/.MO files"
174
+ msgstr ""
175
+
176
+ #: options/options-layouts/settings-general.php:210
177
+ msgid ""
178
+ "wpDiscuz phrase system allows you to translate all front-end phrases. "
179
+ "However if you have a multi-language website it'll not allow you to add more "
180
+ "than one language translation. The only way to get it is the plugin "
181
+ "translation files (.PO / .MO). If wpDiscuz has the languages you need you "
182
+ "should check this option to disable phrase system and it'll automatically "
183
+ "translate all phrases based on language files according to current language."
184
+ msgstr ""
185
+
186
+ #: options/options-layouts/settings-general.php:222
187
+ msgid ""
188
+ "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
189
+ "use"
190
+ msgstr ""
191
+
192
+ #: options/options-layouts/settings-general.php:224
193
+ msgid ""
194
+ "Please check this option on to help wpDiscuz get more popularity as your "
195
+ "thank to the hard work we do for you totally free. This option adds a very "
196
+ "small (16x16px) icon under the comment section which will allow your site "
197
+ "visitors recognize the name of comment solution you use."
198
+ msgstr ""
199
+
200
+ #: options/options-layouts/settings-general.php:229
201
+ msgid "Thank you!"
202
+ msgstr ""
203
+
204
+ #: options/options-layouts/settings-live-update.php:2
205
+ #: options/wc-options.php:180
206
+ msgid "Live Update"
207
+ msgstr ""
208
+
209
+ #: options/options-layouts/settings-live-update.php:8
210
+ msgid "Live update options"
211
+ msgstr ""
212
+
213
+ #: options/options-layouts/settings-live-update.php:9
214
+ msgid ""
215
+ "If you use Shared Web Hosting you should make sure the \"Live Update\" "
216
+ "function doesn't overload your server resources. This function is good for "
217
+ "VPS and Dedicated Hosting Plans."
218
+ msgstr ""
219
+
220
+ #: options/options-layouts/settings-live-update.php:14
221
+ msgid "Never update"
222
+ msgstr ""
223
+
224
+ #: options/options-layouts/settings-live-update.php:16
225
+ msgid "Turn off \"Live Update\" function"
226
+ msgstr ""
227
+
228
+ #: options/options-layouts/settings-live-update.php:18
229
+ msgid "Show new comment/reply buttons to update manualy"
230
+ msgstr ""
231
+
232
+ #: options/options-layouts/settings-live-update.php:20
233
+ msgid "Always check for new comments and show update buttons"
234
+ msgstr ""
235
+
236
+ #: options/options-layouts/settings-live-update.php:22
237
+ msgid "Always update"
238
+ msgstr ""
239
+
240
+ #: options/options-layouts/settings-live-update.php:24
241
+ msgid "Always check for new comments and update automatically"
242
+ msgstr ""
243
+
244
+ #: options/options-layouts/settings-live-update.php:32
245
+ msgid "Update comment list every"
246
+ msgstr ""
247
+
248
+ #: options/options-layouts/settings-live-update.php:37
249
+ #: options/options-layouts/settings-live-update.php:38
250
+ #: options/options-layouts/settings-live-update.php:39
251
+ msgid "Seconds"
252
+ msgstr ""
253
+
254
+ #: options/options-layouts/settings-live-update.php:40
255
+ #: options/phrases-layout/phrases-datetime.php:95
256
+ msgid "Minute"
257
+ msgstr ""
258
+
259
+ #: options/options-layouts/settings-show-hide.php:2 options/wc-options.php:181
260
+ msgid "Show/Hide Components"
261
+ msgstr ""
262
+
263
+ #: options/options-layouts/settings-show-hide.php:7
264
+ msgid "Show logged-in user name and logout link on top of main form"
265
+ msgstr ""
266
+
267
+ #: options/options-layouts/settings-show-hide.php:17
268
+ msgid "Hide Reply button for Guests"
269
+ msgstr ""
270
+
271
+ #: options/options-layouts/settings-show-hide.php:27
272
+ msgid "Hide Reply button for Members"
273
+ msgstr ""
274
+
275
+ #: options/options-layouts/settings-show-hide.php:37
276
+ msgid "Hide Author Titles"
277
+ msgstr ""
278
+
279
+ #: options/options-layouts/settings-show-hide.php:47
280
+ msgid "Hide Voting buttons"
281
+ msgstr ""
282
+
283
+ #: options/options-layouts/settings-show-hide.php:57
284
+ msgid "Hide Share Buttons"
285
+ msgstr ""
286
+
287
+ #: options/options-layouts/settings-show-hide.php:67
288
+ msgid "Hide the CAPTCHA field"
289
+ msgstr ""
290
+
291
+ #: options/options-layouts/settings-show-hide.php:77
292
+ msgid "Hide the Website URL field"
293
+ msgstr ""
294
+
295
+ #: options/options-layouts/settings-show-hide.php:87
296
+ msgid "Hide header text"
297
+ msgstr ""
298
+
299
+ #: options/options-layouts/settings-show-hide.php:97
300
+ msgid "Hide user avatar"
301
+ msgstr ""
302
+
303
+ #: options/options-layouts/settings-social.php:10
304
+ #: options/options-layouts/settings-social.php:12
305
+ #: options/options-layouts/settings-social.php:14 wc.php:1018
306
+ msgid "Settings"
307
+ msgstr ""
308
+
309
+ #: options/options-layouts/settings-social.php:19
310
+ #: options/options-layouts/settings-social.php:29
311
+ #: options/options-layouts/settings-social.php:39
312
+ msgid "Activate"
313
+ msgstr ""
314
+
315
+ #: options/options-layouts/settings-social.php:23
316
+ #: options/options-layouts/settings-social.php:33
317
+ #: options/options-layouts/settings-social.php:43
318
+ msgid "View details/Install"
319
+ msgstr ""
320
+
321
+ #: options/options-layouts/settings-social.php:75 options/wc-options.php:184
322
+ msgid "Social Login"
323
+ msgstr ""
324
+
325
+ #: options/options-layouts/settings-social.php:76
326
+ msgid ""
327
+ "You can use one of these most popular Social Login Plugins to allow your "
328
+ "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
329
+ "OK and lots of other social network service accounts. All social login "
330
+ "buttons will be fully integrated with wpDiscuz comment forms."
331
+ msgstr ""
332
+
333
+ #: options/options-layouts/settings-style.php:2 options/wc-options.php:183
334
+ msgid "Background and Colors"
335
+ msgstr ""
336
+
337
+ #: options/options-layouts/settings-style.php:7
338
+ msgid "Comment Form Background Color"
339
+ msgstr ""
340
+
341
+ #: options/options-layouts/settings-style.php:10
342
+ #: options/options-layouts/settings-style.php:34
343
+ #: options/options-layouts/settings-style.php:58
344
+ #: options/options-layouts/settings-style.php:82
345
+ #: options/options-layouts/settings-style.php:107
346
+ #: options/options-layouts/settings-style.php:132
347
+ #: options/options-layouts/settings-style.php:155
348
+ #: options/options-layouts/settings-style.php:178
349
+ msgid "Example: #00ff00"
350
+ msgstr ""
351
+
352
+ #: options/options-layouts/settings-style.php:31
353
+ msgid "Comment Background Color"
354
+ msgstr ""
355
+
356
+ #: options/options-layouts/settings-style.php:55
357
+ msgid "Reply Background Color"
358
+ msgstr ""
359
+
360
+ #: options/options-layouts/settings-style.php:79
361
+ msgid "Comment Text Color"
362
+ msgstr ""
363
+
364
+ #: options/options-layouts/settings-style.php:104
365
+ msgid "Author title color"
366
+ msgstr ""
367
+
368
+ #: options/options-layouts/settings-style.php:129
369
+ msgid "Vote, Reply, Share, Edit links text colors"
370
+ msgstr ""
371
+
372
+ #: options/options-layouts/settings-style.php:152
373
+ msgid "Comment form fields border color"
374
+ msgstr ""
375
+
376
+ #: options/options-layouts/settings-style.php:175
377
+ msgid "New loaded comments' background color"
378
+ msgstr ""
379
+
380
+ #: options/options-layouts/settings-style.php:199
381
+ msgid "Custom CSS Code"
382
+ msgstr ""
383
+
384
+ #: options/options-layouts/settings-subscription.php:2
385
+ msgid "Email Subscription Settings"
386
+ msgstr ""
387
+
388
+ #: options/options-layouts/settings-subscription.php:7
389
+ msgid "Show \"Notify of all new follow-up comments\""
390
+ msgstr ""
391
+
392
+ #: options/options-layouts/settings-subscription.php:8
393
+ msgid "Show \"Notify of new replies to all my comments\""
394
+ msgstr ""
395
+
396
+ #: options/options-layouts/settings-subscription.php:9
397
+ msgid "Show \"Notify of new replies to this comment\""
398
+ msgstr ""
399
+
400
+ #: options/options-layouts/settings-subscription.php:11
401
+ msgid ""
402
+ "Please keep all three or at least one of those options ON, otherwise users "
403
+ "will not have any option for email notifications and they'll not get any "
404
+ "messages."
405
+ msgstr ""
406
+
407
+ #: options/options-layouts/settings-subscription.php:30
408
+ msgid "Use Postmatic for subscriptions and commenting by email"
409
+ msgstr ""
410
+
411
+ #: options/options-layouts/settings-subscription.php:31
412
+ msgid ""
413
+ "Postmatic allows your users subscribe to comments. Instead of just being "
414
+ "notified, they add a reply right from their inbox."
415
+ msgstr ""
416
+
417
+ #: options/options-layouts/settings-subscription.php:42
418
+ msgid ""
419
+ "Keep selected the email notification of all new follow-up comments by default"
420
+ msgstr ""
421
+
422
+ #: options/options-layouts/settings-subscription.php:43
423
+ msgid ""
424
+ "If this option is checked-on, in Manage Subscriptions section of comment "
425
+ "forms will only be displayed the \"Notify of all new follow-up comments\" "
426
+ "option and this option will always be selected by default."
427
+ msgstr ""
428
+
429
+ #: options/phrases-layout/phrases-comment.php:2
430
+ msgid "Comment Template Phrases"
431
+ msgstr ""
432
+
433
+ #: options/phrases-layout/phrases-comment.php:7
434
+ #: options/wc-options-serialize.php:437
435
+ msgid "Reply"
436
+ msgstr ""
437
+
438
+ #: options/phrases-layout/phrases-comment.php:17
439
+ #: options/wc-options-serialize.php:438
440
+ msgid "Share"
441
+ msgstr ""
442
+
443
+ #: options/phrases-layout/phrases-comment.php:37
444
+ #: options/wc-options-serialize.php:440
445
+ msgid "Share On Facebook"
446
+ msgstr ""
447
+
448
+ #: options/phrases-layout/phrases-comment.php:47
449
+ #: options/wc-options-serialize.php:441
450
+ msgid "Share On Twitter"
451
+ msgstr ""
452
+
453
+ #: options/phrases-layout/phrases-comment.php:57
454
+ #: options/wc-options-serialize.php:442
455
+ msgid "Share On Google"
456
+ msgstr ""
457
+
458
+ #: options/phrases-layout/phrases-comment.php:67
459
+ #: options/wc-options-serialize.php:443
460
+ msgid "Share On VKontakte"
461
+ msgstr ""
462
+
463
+ #: options/phrases-layout/phrases-comment.php:77
464
+ #: options/wc-options-serialize.php:444
465
+ msgid "Share On Odnoklassniki"
466
+ msgstr ""
467
+
468
+ #: options/phrases-layout/phrases-comment.php:87
469
+ #: options/wc-options-serialize.php:445
470
+ msgid "Hide Replies"
471
+ msgstr ""
472
+
473
+ #: options/phrases-layout/phrases-comment.php:97
474
+ #: options/wc-options-serialize.php:446
475
+ msgid "Show Replies"
476
+ msgstr ""
477
+
478
+ #: options/phrases-layout/phrases-comment.php:107
479
+ msgid "Title For Guests"
480
+ msgstr ""
481
+
482
+ #: options/phrases-layout/phrases-comment.php:117
483
+ msgid "Title For Members"
484
+ msgstr ""
485
+
486
+ #: options/phrases-layout/phrases-comment.php:127
487
+ msgid "Title For Authors"
488
+ msgstr ""
489
+
490
+ #: options/phrases-layout/phrases-comment.php:137
491
+ msgid "Title For Admins"
492
+ msgstr ""
493
+
494
+ #: options/phrases-layout/phrases-comment.php:147
495
+ #: options/wc-options-serialize.php:488
496
+ msgid "Vote Up"
497
+ msgstr ""
498
+
499
+ #: options/phrases-layout/phrases-comment.php:157
500
+ #: options/wc-options-serialize.php:489
501
+ msgid "Vote Down"
502
+ msgstr ""
503
+
504
+ #: options/phrases-layout/phrases-comment.php:167
505
+ msgid "Save edited comment button text"
506
+ msgstr ""
507
+
508
+ #: options/phrases-layout/phrases-comment.php:171
509
+ #: options/wc-options-serialize.php:507
510
+ msgid "Save"
511
+ msgstr ""
512
+
513
+ #: options/phrases-layout/phrases-comment.php:177
514
+ msgid "Cancel comment editing button text"
515
+ msgstr ""
516
+
517
+ #: options/phrases-layout/phrases-comment.php:181
518
+ #: options/wc-options-serialize.php:508
519
+ msgid "Cancel"
520
+ msgstr ""
521
+
522
+ #: options/phrases-layout/phrases-datetime.php:2
523
+ msgid "Date/Time Phrases"
524
+ msgstr ""
525
+
526
+ #: options/phrases-layout/phrases-datetime.php:7
527
+ msgid "Year"
528
+ msgstr ""
529
+
530
+ #: options/phrases-layout/phrases-datetime.php:18
531
+ msgid "Years (Plural Form)"
532
+ msgstr ""
533
+
534
+ #: options/phrases-layout/phrases-datetime.php:22
535
+ msgid "Years"
536
+ msgstr ""
537
+
538
+ #: options/phrases-layout/phrases-datetime.php:29
539
+ msgid "Month"
540
+ msgstr ""
541
+
542
+ #: options/phrases-layout/phrases-datetime.php:40
543
+ msgid "Months (Plural Form)"
544
+ msgstr ""
545
+
546
+ #: options/phrases-layout/phrases-datetime.php:51
547
+ msgid "Day"
548
+ msgstr ""
549
+
550
+ #: options/phrases-layout/phrases-datetime.php:62
551
+ msgid "Days (Plural Form)"
552
+ msgstr ""
553
+
554
+ #: options/phrases-layout/phrases-datetime.php:84
555
+ msgid "Hours (Plural Form)"
556
+ msgstr ""
557
+
558
+ #: options/phrases-layout/phrases-datetime.php:106
559
+ msgid "Minutes (Plural Form)"
560
+ msgstr ""
561
+
562
+ #: options/phrases-layout/phrases-datetime.php:117
563
+ msgid "Second"
564
+ msgstr ""
565
+
566
+ #: options/phrases-layout/phrases-datetime.php:128
567
+ msgid "Seconds (Plural Form)"
568
+ msgstr ""
569
+
570
+ #: options/phrases-layout/phrases-datetime.php:138
571
+ msgid "Commented \"right now\" text"
572
+ msgstr ""
573
+
574
+ #: options/phrases-layout/phrases-datetime.php:149
575
+ msgid "Ago text"
576
+ msgstr ""
577
+
578
+ #: options/phrases-layout/phrases-datetime.php:160
579
+ msgid "\"Today\" text"
580
+ msgstr ""
581
+
582
+ #: options/phrases-layout/phrases-datetime.php:164
583
+ #: options/wc-options-serialize.php:482
584
+ msgid "Today"
585
+ msgstr ""
586
+
587
+ #: options/phrases-layout/phrases-email.php:2
588
+ msgid "Email Template Phrases"
589
+ msgstr ""
590
+
591
+ #: options/phrases-layout/phrases-email.php:7
592
+ msgid "Email Subject"
593
+ msgstr ""
594
+
595
+ #: options/phrases-layout/phrases-email.php:18
596
+ msgid "Email Message"
597
+ msgstr ""
598
+
599
+ #: options/phrases-layout/phrases-email.php:29
600
+ msgid "New Reply Subject"
601
+ msgstr ""
602
+
603
+ #: options/phrases-layout/phrases-email.php:33
604
+ #: options/phrases-layout/phrases-general.php:101
605
+ #: options/wc-options-serialize.php:453
606
+ msgid "New Reply"
607
+ msgstr ""
608
+
609
+ #: options/phrases-layout/phrases-email.php:40
610
+ msgid "New Reply Message"
611
+ msgstr ""
612
+
613
+ #: options/phrases-layout/phrases-email.php:50
614
+ #: options/phrases-layout/phrases-email.php:54
615
+ #: options/wc-options-serialize.php:458
616
+ msgid "Unsubscribe"
617
+ msgstr ""
618
+
619
+ #: options/phrases-layout/phrases-email.php:61
620
+ #: options/phrases-layout/phrases-email.php:65
621
+ #: options/wc-options-serialize.php:459
622
+ msgid "Ignore Subscription"
623
+ msgstr ""
624
+
625
+ #: options/phrases-layout/phrases-email.php:72
626
+ #: options/phrases-layout/phrases-email.php:76
627
+ #: options/wc-options-serialize.php:461
628
+ msgid "Confirm your subscription"
629
+ msgstr ""
630
+
631
+ #: options/phrases-layout/phrases-email.php:82
632
+ #: options/phrases-layout/phrases-email.php:86
633
+ #: options/wc-options-serialize.php:462
634
+ msgid "You've successfully confirmed your subscription."
635
+ msgstr ""
636
+
637
+ #: options/phrases-layout/phrases-email.php:92
638
+ msgid "Subscribe Confirmation Email Subject"
639
+ msgstr ""
640
+
641
+ #: options/phrases-layout/phrases-email.php:96
642
+ #: options/wc-options-serialize.php:463 wc.php:941
643
+ msgid "Subscribe Confirmation"
644
+ msgstr ""
645
+
646
+ #: options/phrases-layout/phrases-email.php:103
647
+ msgid "Subscribe Confirmation Email Content"
648
+ msgstr ""
649
+
650
+ #: options/phrases-layout/phrases-email.php:107
651
+ #: options/wc-options-serialize.php:464 wc.php:942
652
+ msgid ""
653
+ "Hi, <br/> You just subscribed for new comments on our website. This means "
654
+ "you will receive an email when new comments are posted according to "
655
+ "subscription option you've chosen. <br/> To activate, click confirm below. "
656
+ "If you believe this is an error, ignore this message and we'll never bother "
657
+ "you again."
658
+ msgstr ""
659
+
660
+ #: options/phrases-layout/phrases-form.php:2
661
+ msgid "Form Template Phrases"
662
+ msgstr ""
663
+
664
+ #: options/phrases-layout/phrases-form.php:7
665
+ msgid "Comment Field Start"
666
+ msgstr ""
667
+
668
+ #: options/phrases-layout/phrases-form.php:17
669
+ msgid "Comment Field Join"
670
+ msgstr ""
671
+
672
+ #: options/phrases-layout/phrases-form.php:27
673
+ msgid "Email Field"
674
+ msgstr ""
675
+
676
+ #: options/phrases-layout/phrases-form.php:37
677
+ msgid "Name Field"
678
+ msgstr ""
679
+
680
+ #: options/phrases-layout/phrases-form.php:47
681
+ msgid "WebSite URL Field"
682
+ msgstr ""
683
+
684
+ #: options/phrases-layout/phrases-form.php:57
685
+ msgid "CAPTCHA Field"
686
+ msgstr ""
687
+
688
+ #: options/phrases-layout/phrases-form.php:67
689
+ msgid "Submit Button"
690
+ msgstr ""
691
+
692
+ #: options/phrases-layout/phrases-form.php:77
693
+ #: options/phrases-layout/phrases-form.php:81
694
+ #: options/wc-options-serialize.php:430
695
+ msgid "Manage Subscriptions"
696
+ msgstr ""
697
+
698
+ #: options/phrases-layout/phrases-form.php:87
699
+ msgid "Notify \"None\""
700
+ msgstr ""
701
+
702
+ #: options/phrases-layout/phrases-form.php:91
703
+ #: options/wc-options-serialize.php:431
704
+ msgid "None"
705
+ msgstr ""
706
+
707
+ #: options/phrases-layout/phrases-form.php:97
708
+ msgid "Notify on new comments (checkbox)"
709
+ msgstr ""
710
+
711
+ #: options/phrases-layout/phrases-form.php:101
712
+ #: options/wc-options-serialize.php:432
713
+ msgid "Notify of all new follow-up comments"
714
+ msgstr ""
715
+
716
+ #: options/phrases-layout/phrases-form.php:108
717
+ msgid "Notify on all new replies (checkbox)"
718
+ msgstr ""
719
+
720
+ #: options/phrases-layout/phrases-form.php:112
721
+ #: options/wc-options-serialize.php:433
722
+ msgid "Notify of new replies to all my comments"
723
+ msgstr ""
724
+
725
+ #: options/phrases-layout/phrases-form.php:119
726
+ msgid "Notify on new replies (checkbox)"
727
+ msgstr ""
728
+
729
+ #: options/phrases-layout/phrases-form.php:123
730
+ #: options/wc-options-serialize.php:434
731
+ msgid "Notify of new replies to this comment"
732
+ msgstr ""
733
+
734
+ #: options/phrases-layout/phrases-form.php:129
735
+ msgid "Subscribed on this comment replies"
736
+ msgstr ""
737
+
738
+ #: options/phrases-layout/phrases-form.php:139
739
+ msgid "Subscribed on all your comments replies"
740
+ msgstr ""
741
+
742
+ #: options/phrases-layout/phrases-form.php:149
743
+ msgid "Subscribed on this post"
744
+ msgstr ""
745
+
746
+ #: options/phrases-layout/phrases-general.php:2
747
+ msgid "General Phrases"
748
+ msgstr ""
749
+
750
+ #: options/phrases-layout/phrases-general.php:7
751
+ #: options/wc-options-serialize.php:418
752
+ msgid "Leave a Reply"
753
+ msgstr ""
754
+
755
+ #: options/phrases-layout/phrases-general.php:17
756
+ msgid "Be the first to comment"
757
+ msgstr ""
758
+
759
+ #: options/phrases-layout/phrases-general.php:27
760
+ #: options/wc-options-serialize.php:420 options/wc-options.php:353
761
+ msgid "Comment"
762
+ msgstr ""
763
+
764
+ #: options/phrases-layout/phrases-general.php:37
765
+ msgid "Comment (Plural Form)"
766
+ msgstr ""
767
+
768
+ #: options/phrases-layout/phrases-general.php:47
769
+ msgid "On"
770
+ msgstr ""
771
+
772
+ #: options/phrases-layout/phrases-general.php:57
773
+ msgid "Load More Button"
774
+ msgstr ""
775
+
776
+ #: options/phrases-layout/phrases-general.php:67
777
+ #: options/wc-options-serialize.php:436
778
+ msgid "Load Rest of Comments"
779
+ msgstr ""
780
+
781
+ #: options/phrases-layout/phrases-general.php:77
782
+ msgid "Button text if has new comment"
783
+ msgstr ""
784
+
785
+ #: options/phrases-layout/phrases-general.php:81
786
+ #: options/wc-options-serialize.php:451
787
+ msgid "New Comment"
788
+ msgstr ""
789
+
790
+ #: options/phrases-layout/phrases-general.php:87
791
+ msgid "Button text if has new comments (Plural Form)"
792
+ msgstr ""
793
+
794
+ #: options/phrases-layout/phrases-general.php:91
795
+ msgid "New Comments"
796
+ msgstr ""
797
+
798
+ #: options/phrases-layout/phrases-general.php:97
799
+ msgid "Button text if has new reply"
800
+ msgstr ""
801
+
802
+ #: options/phrases-layout/phrases-general.php:107
803
+ msgid "Button text if has new replies (Plural Form)"
804
+ msgstr ""
805
+
806
+ #: options/phrases-layout/phrases-general.php:111
807
+ msgid "New Replies"
808
+ msgstr ""
809
+
810
+ #: options/phrases-layout/phrases-general.php:117
811
+ msgid "Text on load more button if has new comment(s)"
812
+ msgstr ""
813
+
814
+ #: options/phrases-layout/phrases-general.php:121
815
+ #: options/wc-options-serialize.php:503
816
+ msgid "New"
817
+ msgstr ""
818
+
819
+ #: options/phrases-layout/phrases-notification.php:2
820
+ msgid "Notification Phrases"
821
+ msgstr ""
822
+
823
+ #: options/phrases-layout/phrases-notification.php:7
824
+ #: options/wc-options-serialize.php:460
825
+ msgid "You've successfully unsubscribed."
826
+ msgstr ""
827
+
828
+ #: options/phrases-layout/phrases-notification.php:18
829
+ msgid "Error message for empty field"
830
+ msgstr ""
831
+
832
+ #: options/phrases-layout/phrases-notification.php:28
833
+ msgid "Error message for invalid email field"
834
+ msgstr ""
835
+
836
+ #: options/phrases-layout/phrases-notification.php:38
837
+ msgid "Error message for invalid website url field"
838
+ msgstr ""
839
+
840
+ #: options/phrases-layout/phrases-notification.php:48
841
+ #: options/wc-options-serialize.php:483
842
+ msgid "You must be"
843
+ msgstr ""
844
+
845
+ #: options/phrases-layout/phrases-notification.php:58
846
+ msgid "Logged in as"
847
+ msgstr ""
848
+
849
+ #: options/phrases-layout/phrases-notification.php:68
850
+ #: options/wc-options-serialize.php:485
851
+ msgid "Log out"
852
+ msgstr ""
853
+
854
+ #: options/phrases-layout/phrases-notification.php:78
855
+ msgid "Logged In"
856
+ msgstr ""
857
+
858
+ #: options/phrases-layout/phrases-notification.php:88
859
+ msgid "To post a comment"
860
+ msgstr ""
861
+
862
+ #: options/phrases-layout/phrases-notification.php:98
863
+ #: options/wc-options-serialize.php:490
864
+ msgid "Vote Counted"
865
+ msgstr ""
866
+
867
+ #: options/phrases-layout/phrases-notification.php:108
868
+ msgid "You can vote only 1 time"
869
+ msgstr ""
870
+
871
+ #: options/phrases-layout/phrases-notification.php:118
872
+ #: options/wc-options-serialize.php:492
873
+ msgid "Voting Error"
874
+ msgstr ""
875
+
876
+ #: options/phrases-layout/phrases-notification.php:128
877
+ msgid "Login To Vote"
878
+ msgstr ""
879
+
880
+ #: options/phrases-layout/phrases-notification.php:138
881
+ msgid "You Cannot Vote On Your Comment"
882
+ msgstr ""
883
+
884
+ #: options/phrases-layout/phrases-notification.php:148
885
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
886
+ msgstr ""
887
+
888
+ #: options/phrases-layout/phrases-notification.php:158
889
+ #: options/wc-options-serialize.php:496
890
+ msgid "Invalid Captcha Code"
891
+ msgstr ""
892
+
893
+ #: options/phrases-layout/phrases-notification.php:168
894
+ #: options/wc-options-serialize.php:497
895
+ msgid "Some of field value is invalid"
896
+ msgstr ""
897
+
898
+ #: options/phrases-layout/phrases-notification.php:178
899
+ msgid "Comment waiting moderation"
900
+ msgstr ""
901
+
902
+ #: options/phrases-layout/phrases-notification.php:188
903
+ msgid "Message if comment content length is too long"
904
+ msgstr ""
905
+
906
+ #: options/phrases-layout/phrases-notification.php:198
907
+ msgid "Message if comment was not updated"
908
+ msgstr ""
909
+
910
+ #: options/phrases-layout/phrases-notification.php:202
911
+ #: options/wc-options-serialize.php:504
912
+ msgid "Sorry, the comment was not updated"
913
+ msgstr ""
914
+
915
+ #: options/phrases-layout/phrases-notification.php:208
916
+ msgid "Message if comment no longer possible to edit"
917
+ msgstr ""
918
+
919
+ #: options/phrases-layout/phrases-notification.php:212
920
+ #: options/wc-options-serialize.php:505
921
+ msgid "Sorry, this comment no longer possible to edit"
922
+ msgstr ""
923
+
924
+ #: options/phrases-layout/phrases-notification.php:219
925
+ msgid "Message if comment text not changed"
926
+ msgstr ""
927
+
928
+ #: options/phrases-layout/phrases-notification.php:223
929
+ msgid "TYou've not made any changes"
930
+ msgstr ""
931
+
932
+ #: options/wc-options-serialize.php:419
933
+ msgid "Be the First to Comment!"
934
+ msgstr ""
935
+
936
+ #: options/wc-options-serialize.php:421
937
+ msgid "Comments"
938
+ msgstr ""
939
+
940
+ #: options/wc-options-serialize.php:422
941
+ msgid "on"
942
+ msgstr ""
943
+
944
+ #: options/wc-options-serialize.php:423
945
+ msgid "Start the discussion"
946
+ msgstr ""
947
+
948
+ #: options/wc-options-serialize.php:424
949
+ msgid "Join the discussion"
950
+ msgstr ""
951
+
952
+ #: options/wc-options-serialize.php:425 options/wc-options.php:355
953
+ msgid "Email"
954
+ msgstr ""
955
+
956
+ #: options/wc-options-serialize.php:426
957
+ msgid "Name"
958
+ msgstr ""
959
+
960
+ #: options/wc-options-serialize.php:427
961
+ msgid "WebSite URL"
962
+ msgstr ""
963
+
964
+ #: options/wc-options-serialize.php:428
965
+ msgid "Please insert the code above to comment"
966
+ msgstr ""
967
+
968
+ #: options/wc-options-serialize.php:429
969
+ msgid "Post Comment"
970
+ msgstr ""
971
+
972
+ #: options/wc-options-serialize.php:435
973
+ msgid "Load More Comments"
974
+ msgstr ""
975
+
976
+ #: options/wc-options-serialize.php:447
977
+ msgid "Guest"
978
+ msgstr ""
979
+
980
+ #: options/wc-options-serialize.php:448
981
+ msgid "Member"
982
+ msgstr ""
983
+
984
+ #: options/wc-options-serialize.php:449
985
+ msgid "Author"
986
+ msgstr ""
987
+
988
+ #: options/wc-options-serialize.php:450
989
+ msgid "Admin"
990
+ msgstr ""
991
+
992
+ #: options/wc-options-serialize.php:452
993
+ msgid "New comment on the discussion section you've been interested in"
994
+ msgstr ""
995
+
996
+ #: options/wc-options-serialize.php:454
997
+ msgid "New reply on the discussion section you've been interested in"
998
+ msgstr ""
999
+
1000
+ #: options/wc-options-serialize.php:455
1001
+ msgid "You're subscribed for new replies on this comment"
1002
+ msgstr ""
1003
+
1004
+ #: options/wc-options-serialize.php:456
1005
+ msgid "You're subscribed for new replies on all your comments"
1006
+ msgstr ""
1007
+
1008
+ #: options/wc-options-serialize.php:457
1009
+ msgid "You're subscribed for new follow-up comments on this post"
1010
+ msgstr ""
1011
+
1012
+ #: options/wc-options-serialize.php:465
1013
+ msgid "please fill out this field to comment"
1014
+ msgstr ""
1015
+
1016
+ #: options/wc-options-serialize.php:466
1017
+ msgid "email address is invalid"
1018
+ msgstr ""
1019
+
1020
+ #: options/wc-options-serialize.php:467
1021
+ msgid "url is invalid"
1022
+ msgstr ""
1023
+
1024
+ #: options/wc-options-serialize.php:468
1025
+ msgid "year"
1026
+ msgstr ""
1027
+
1028
+ #: options/wc-options-serialize.php:469
1029
+ msgid "years"
1030
+ msgstr ""
1031
+
1032
+ #: options/wc-options-serialize.php:470
1033
+ msgid "month"
1034
+ msgstr ""
1035
+
1036
+ #: options/wc-options-serialize.php:471
1037
+ msgid "months"
1038
+ msgstr ""
1039
+
1040
+ #: options/wc-options-serialize.php:472
1041
+ msgid "day"
1042
+ msgstr ""
1043
+
1044
+ #: options/wc-options-serialize.php:473
1045
+ msgid "days"
1046
+ msgstr ""
1047
+
1048
+ #: options/wc-options-serialize.php:474
1049
+ msgid "hour"
1050
+ msgstr ""
1051
+
1052
+ #: options/wc-options-serialize.php:475
1053
+ msgid "hours"
1054
+ msgstr ""
1055
+
1056
+ #: options/wc-options-serialize.php:476
1057
+ msgid "minute"
1058
+ msgstr ""
1059
+
1060
+ #: options/wc-options-serialize.php:477
1061
+ msgid "minutes"
1062
+ msgstr ""
1063
+
1064
+ #: options/wc-options-serialize.php:478
1065
+ msgid "second"
1066
+ msgstr ""
1067
+
1068
+ #: options/wc-options-serialize.php:479
1069
+ msgid "seconds"
1070
+ msgstr ""
1071
+
1072
+ #: options/wc-options-serialize.php:480
1073
+ msgid "right now"
1074
+ msgstr ""
1075
+
1076
+ #: options/wc-options-serialize.php:481
1077
+ msgid "ago"
1078
+ msgstr ""
1079
+
1080
+ #: options/wc-options-serialize.php:484
1081
+ msgid "You are logged in as"
1082
+ msgstr ""
1083
+
1084
+ #: options/wc-options-serialize.php:486
1085
+ msgid "logged in"
1086
+ msgstr ""
1087
+
1088
+ #: options/wc-options-serialize.php:487
1089
+ msgid "to post a comment."
1090
+ msgstr ""
1091
+
1092
+ #: options/wc-options-serialize.php:491
1093
+ msgid "You've already voted for this comment"
1094
+ msgstr ""
1095
+
1096
+ #: options/wc-options-serialize.php:493
1097
+ msgid "You Must Be Logged In To Vote"
1098
+ msgstr ""
1099
+
1100
+ #: options/wc-options-serialize.php:494
1101
+ msgid "You cannot vote for your comment"
1102
+ msgstr ""
1103
+
1104
+ #: options/wc-options-serialize.php:495
1105
+ msgid "You are not allowed to vote for this comment"
1106
+ msgstr ""
1107
+
1108
+ #: options/wc-options-serialize.php:498
1109
+ msgid "new comment"
1110
+ msgstr ""
1111
+
1112
+ #: options/wc-options-serialize.php:499
1113
+ msgid "new comments"
1114
+ msgstr ""
1115
+
1116
+ #: options/wc-options-serialize.php:500
1117
+ msgid "Comment awaiting moderation"
1118
+ msgstr ""
1119
+
1120
+ #: options/wc-options-serialize.php:501
1121
+ msgid "new reply on your comment"
1122
+ msgstr ""
1123
+
1124
+ #: options/wc-options-serialize.php:502
1125
+ msgid "new replies on your comments"
1126
+ msgstr ""
1127
+
1128
+ #: options/wc-options-serialize.php:506
1129
+ msgid "You've not made any changes"
1130
+ msgstr ""
1131
+
1132
+ #: options/wc-options-serialize.php:509
1133
+ #, php-format
1134
+ msgid "Comment text is too long (maximum %s characters allowed)"
1135
+ msgstr ""
1136
+
1137
+ #: options/wc-options.php:28 options/wc-options.php:232
1138
+ msgid "Hacker?"
1139
+ msgstr ""
1140
+
1141
+ #: options/wc-options.php:87
1142
+ msgid "wpDiscuz General Settings"
1143
+ msgstr ""
1144
+
1145
+ #: options/wc-options.php:179
1146
+ msgid "General settings"
1147
+ msgstr ""
1148
+
1149
+ #: options/wc-options.php:182
1150
+ msgid "Email Subscription"
1151
+ msgstr ""
1152
+
1153
+ #: options/wc-options.php:182
1154
+ msgid "and Postmatic"
1155
+ msgstr ""
1156
+
1157
+ #: options/wc-options.php:213 options/wc-options.php:383
1158
+ msgid "Save Changes"
1159
+ msgstr ""
1160
+
1161
+ #: options/wc-options.php:214
1162
+ msgid "Reset Options"
1163
+ msgstr ""
1164
+
1165
+ #: options/wc-options.php:341
1166
+ msgid "WpDiscuz Front-end Phrases"
1167
+ msgstr ""
1168
+
1169
+ #: options/wc-options.php:351
1170
+ msgid "General"
1171
+ msgstr ""
1172
+
1173
+ #: options/wc-options.php:352
1174
+ msgid "Form"
1175
+ msgstr ""
1176
+
1177
+ #: options/wc-options.php:354
1178
+ msgid "Date/Time"
1179
+ msgstr ""
1180
+
1181
+ #: options/wc-options.php:356
1182
+ msgid "Notification"
1183
+ msgstr ""
1184
+
1185
+ #: wc.php:1020
1186
+ msgid "Phrases"
1187
+ msgstr ""
1188
+
1189
+ #. Plugin Name of the plugin/theme
1190
+ msgid "wpDiscuz - Wordpress Comments"
1191
+ msgstr ""
1192
+
1193
+ #. Plugin URI of the plugin/theme
1194
+ msgid "http://www.gvectors.com/wpdiscuz/"
1195
+ msgstr ""
1196
+
1197
+ #. Description of the plugin/theme
1198
+ msgid ""
1199
+ "Better comment system. Wordpress post comments and discussion plugin. Allows "
1200
+ "your visitors discuss, vote for comments and share."
1201
+ msgstr ""
1202
+
1203
+ #. Author of the plugin/theme
1204
+ msgid "gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)"
1205
+ msgstr ""
1206
+
1207
+ #. Author URI of the plugin/theme
1208
+ msgid "http://www.gvectors.com/"
1209
+ msgstr ""
languages/wpdiscuz-hy_HY.po CHANGED
@@ -1,1160 +1,1160 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: wpDiscuz - Wordpress Comments\n"
4
- "POT-Creation-Date: 2015-05-15 22:52+0400\n"
5
- "PO-Revision-Date: 2015-05-15 23:57+0400\n"
6
- "Last-Translator: advancedcoding <advancedcoding@mail.ru>\n"
7
- "Language-Team: advancedcoding <advancedcoding@mail.ru>\n"
8
- "Language: en\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.7.6\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
- "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
- "X-Poedit-SearchPathExcluded-0: *.js\n"
21
-
22
- #: comment-form/form.php:178 comment-form/tpl-comment.php:265
23
- msgid "Participate in this discussion via email"
24
- msgstr "Մասնակցել այս քննարկմանը էլ-փոստով"
25
-
26
- #: comment-form/form.php:316
27
- msgid "Connect with"
28
- msgstr "Մուտք գործել"
29
-
30
- #: comment-form/tpl-comment.php:87 wc.php:318
31
- msgid "Anonymous"
32
- msgstr "Անանուն"
33
-
34
- #: comment-form/tpl-comment.php:179
35
- #: options/phrases-layout/phrases-comment.php:27
36
- #: options/wc-options-serialize.php:402
37
- msgid "Edit"
38
- msgstr "Խմբագրել"
39
-
40
- #: options/options-layouts/settings-general.php:2
41
- msgid "General Settings"
42
- msgstr "Գլխավոր պարամետրեր"
43
-
44
- #: options/options-layouts/settings-general.php:7
45
- msgid "Display comment form for post types:"
46
- msgstr "Միացնել մեկնաբանությունները այս տիպերի համար"
47
-
48
- #: options/options-layouts/settings-general.php:28
49
- msgid "User Must be registered to comment"
50
- msgstr "Մեկնաբանություն թողնելու համար գրանցվելը պարտադիր է"
51
-
52
- #: options/options-layouts/settings-general.php:34
53
- msgid "Yes"
54
- msgstr "Այո"
55
-
56
- #: options/options-layouts/settings-general.php:38
57
- msgid "No"
58
- msgstr "Ոչ"
59
-
60
- #: options/options-layouts/settings-general.php:46
61
- msgid "Comment author must fill out name"
62
- msgstr "Մեկնաբանության հեղինակը պետք է պարտադիր լրացնի անունը"
63
-
64
- #: options/options-layouts/settings-general.php:57
65
- msgid "Comment author must fill out email"
66
- msgstr "Մեկնաբանության հեղինակը պետք է պարտադիր լրացնի էլ-փոստը"
67
-
68
- #: options/options-layouts/settings-general.php:68
69
- msgid "Show the latest comments on"
70
- msgstr "Ցույց տալ վերջին մեկնաբանությունները"
71
-
72
- #: options/options-layouts/settings-general.php:72
73
- msgid "the top of the list"
74
- msgstr "վերևում"
75
-
76
- #: options/options-layouts/settings-general.php:74
77
- msgid "top of the threads"
78
- msgstr "վերևում"
79
-
80
- #: options/options-layouts/settings-general.php:76
81
- msgid "bottom of the threads"
82
- msgstr "ներքևում"
83
-
84
- #: options/options-layouts/settings-general.php:78
85
- msgid "the bottom of the list"
86
- msgstr "ներքևում"
87
-
88
- #: options/options-layouts/settings-general.php:86
89
- msgid "Comment Threads Per Page"
90
- msgstr "Գլպավոր մեկնաբանությունների քանակը "
91
-
92
- #: options/options-layouts/settings-general.php:98
93
- msgid "Comments max depth"
94
- msgstr "Մեկնաբանությունների խորությունը"
95
-
96
- #: options/options-layouts/settings-general.php:103
97
- msgid "Level"
98
- msgstr "Մակարդակ"
99
-
100
- #: options/options-layouts/settings-general.php:104
101
- #: options/options-layouts/settings-general.php:105
102
- #: options/options-layouts/settings-general.php:106
103
- #: options/options-layouts/settings-general.php:107
104
- msgid "Levels"
105
- msgstr "Մակարդակներ"
106
-
107
- #: options/options-layouts/settings-general.php:114
108
- msgid "Comment text size in pixels"
109
- msgstr "Մեկնաբանության տեքստի չափը "
110
-
111
- #: options/options-layouts/settings-general.php:131
112
- msgid "Allow comment editing for"
113
- msgstr "Թույլատրել մեկնաբանությունների խմբագրումը"
114
-
115
- #: options/options-layouts/settings-general.php:136
116
- msgid "Not Allow"
117
- msgstr "Չթույլատրել"
118
-
119
- #: options/options-layouts/settings-general.php:137
120
- #: options/options-layouts/settings-general.php:138
121
- #: options/options-layouts/settings-live-update.php:41
122
- #: options/options-layouts/settings-live-update.php:42
123
- #: options/options-layouts/settings-live-update.php:43
124
- msgid "Minutes"
125
- msgstr "Րոպեներ"
126
-
127
- #: options/options-layouts/settings-general.php:139
128
- #: options/phrases-layout/phrases-datetime.php:73
129
- msgid "Hour"
130
- msgstr "Ժամ"
131
-
132
- #: options/options-layouts/settings-general.php:140
133
- #: options/options-layouts/settings-general.php:141
134
- msgid "Hours"
135
- msgstr "Ժամեր"
136
-
137
- #: options/options-layouts/settings-general.php:148
138
- msgid "Redirect first commenter to"
139
- msgstr "Վերահղել առաջին մեկնաբանություն անողին դեպի"
140
-
141
- #: options/options-layouts/settings-general.php:155
142
- msgid "Do not redirect"
143
- msgstr "Չվերահղել"
144
-
145
- #: options/options-layouts/settings-general.php:164
146
- msgid "Allow guests to vote on comments"
147
- msgstr "Թույլատրել \"հյուրերին\" քվեարկել մեկնաբանություններին"
148
-
149
- #: options/options-layouts/settings-general.php:174
150
- msgid "Load rest of all comments on clicking the [Load More Comments] button"
151
- msgstr "Ցույց տալ բոլոր մեկնաբանությունները"
152
-
153
- #: options/options-layouts/settings-general.php:185
154
- msgid "Use WordPress Date/Time format"
155
- msgstr "Օգտվել WordPress-ի ամսաթվային ֆորմատից"
156
-
157
- #: options/options-layouts/settings-general.php:186
158
- msgid ""
159
- "wpDiscuz shows Human Readable date format. If you check this option it'll "
160
- "show the date/time format set in WordPress General Settings."
161
- msgstr "wpDiscuz-ը ցույց ե տալիս ամսաթիվը ընթռնելի ֆորմատով"
162
-
163
- #: options/options-layouts/settings-general.php:193
164
- msgid "Current Wordpress date/time format"
165
- msgstr "Wordpress-ի Ընթացիկ ամսաթվային ֆորմատ"
166
-
167
- #: options/options-layouts/settings-general.php:202
168
- msgid ""
169
- "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
170
- "use"
171
- msgstr ""
172
- "Օգնեք wpDiscuz-ին զարգանալու համար, թույլ տալով մարդկանց տեսնելու թե ինչ "
173
- "plugin եք դուք օգտագործում"
174
-
175
- #: options/options-layouts/settings-general.php:204
176
- msgid ""
177
- "Please check this option on to help wpDiscuz get more popularity as your "
178
- "thank to the hard work we do for you totally free. This option adds a very "
179
- "small (16x16px) icon under the comment section which will allow your site "
180
- "visitors recognize the name of comment solution you use."
181
- msgstr ""
182
- "Խնդրում ենք միացրեք այս օպցիան որպեսզի օգնեք wpDiscuz-ին ավելի ճանաչելի "
183
- "դառնալու ճանապարհին"
184
-
185
- #: options/options-layouts/settings-general.php:209
186
- msgid "Thank you!"
187
- msgstr "Շնորհակալություն"
188
-
189
- #: options/options-layouts/settings-live-update.php:2
190
- #: options/wc-options.php:176
191
- msgid "Live Update"
192
- msgstr "Մեկնաբանությունների ընթացիկ թարմացում"
193
-
194
- #: options/options-layouts/settings-live-update.php:8
195
- msgid "Live update options"
196
- msgstr "ընթացիկ թարմացման օպցիաներ"
197
-
198
- #: options/options-layouts/settings-live-update.php:9
199
- msgid ""
200
- "If you use Shared Web Hosting you should make sure the \"Live Update\" "
201
- "function doesn't overload your server resources. This function is good for "
202
- "VPS and Dedicated Hosting Plans."
203
- msgstr ""
204
- "Եթե դուք օգտագործում եք Shared Վեբ Հոսթինգ դուք պետք է համոզվեք, որ \"Live "
205
- "Update \" օպցիան չի ծանրաբեռնել ձեր սերվերի ռեսուրսները. Այս օպցաին լավ է "
206
- "VPS սերվերների համար."
207
-
208
- #: options/options-layouts/settings-live-update.php:14
209
- msgid "Never update"
210
- msgstr "Չթարմացնել"
211
-
212
- #: options/options-layouts/settings-live-update.php:16
213
- msgid "Turn off \"Live Update\" function"
214
- msgstr "Անջատել ընթացիկ թարմացումը"
215
-
216
- #: options/options-layouts/settings-live-update.php:18
217
- msgid "Show new comment/reply buttons to update manualy"
218
- msgstr ""
219
- "Ցույց տալ նոր մեկնաբանություն / պատասխան կոճակները ձեռքով թարմացնելու համար"
220
-
221
- #: options/options-layouts/settings-live-update.php:20
222
- msgid "Always check for new comments and show update buttons"
223
- msgstr "Միշտ ստուգել նոր մեկնաբանությունները եւ ցույց տալ թարմացման կոճակները"
224
-
225
- #: options/options-layouts/settings-live-update.php:22
226
- msgid "Always update"
227
- msgstr "Միշտ թարմացնել"
228
-
229
- #: options/options-layouts/settings-live-update.php:24
230
- msgid "Always check for new comments and update automatically"
231
- msgstr "Միշտ ստուգել նոր մեկնաբանությունները եւ թարմացնել ավտոմատ կերպով"
232
-
233
- #: options/options-layouts/settings-live-update.php:32
234
- msgid "Update comment list every"
235
- msgstr "Թարմացնել մեկնաբանությունները ամեն"
236
-
237
- #: options/options-layouts/settings-live-update.php:37
238
- #: options/options-layouts/settings-live-update.php:38
239
- #: options/options-layouts/settings-live-update.php:39
240
- msgid "Seconds"
241
- msgstr "Վարկյաններ"
242
-
243
- #: options/options-layouts/settings-live-update.php:40
244
- #: options/phrases-layout/phrases-datetime.php:95
245
- msgid "Minute"
246
- msgstr "Րոպե"
247
-
248
- #: options/options-layouts/settings-show-hide.php:2 options/wc-options.php:177
249
- msgid "Show/Hide Components"
250
- msgstr "Ցույց տալ / չտալ կոմպոնենտներ"
251
-
252
- #: options/options-layouts/settings-show-hide.php:7
253
- msgid "Show logged-in user name and logout link on top of main form"
254
- msgstr ""
255
- "Ցույց տալ լոգին եխած օգտագործողների անունը և լոգաուտ լինկը ֆորմի վերևում"
256
-
257
- #: options/options-layouts/settings-show-hide.php:17
258
- msgid "Hide Reply button for Guests"
259
- msgstr ""
260
-
261
- #: options/options-layouts/settings-show-hide.php:27
262
- msgid "Hide Reply button for Members"
263
- msgstr ""
264
-
265
- #: options/options-layouts/settings-show-hide.php:37
266
- msgid "Hide Author Titles"
267
- msgstr ""
268
-
269
- #: options/options-layouts/settings-show-hide.php:47
270
- msgid "Hide Voting buttons"
271
- msgstr ""
272
-
273
- #: options/options-layouts/settings-show-hide.php:57
274
- msgid "Hide Share Buttons"
275
- msgstr ""
276
-
277
- #: options/options-layouts/settings-show-hide.php:67
278
- msgid "Hide the CAPTCHA field"
279
- msgstr ""
280
-
281
- #: options/options-layouts/settings-show-hide.php:77
282
- msgid "Hide the Website URL field"
283
- msgstr ""
284
-
285
- #: options/options-layouts/settings-social.php:10
286
- #: options/options-layouts/settings-social.php:12
287
- #: options/options-layouts/settings-social.php:14 wc.php:1021
288
- msgid "Settings"
289
- msgstr ""
290
-
291
- #: options/options-layouts/settings-social.php:19
292
- #: options/options-layouts/settings-social.php:29
293
- #: options/options-layouts/settings-social.php:39
294
- msgid "Activate"
295
- msgstr ""
296
-
297
- #: options/options-layouts/settings-social.php:23
298
- #: options/options-layouts/settings-social.php:33
299
- #: options/options-layouts/settings-social.php:43
300
- msgid "View details/Install"
301
- msgstr ""
302
-
303
- #: options/options-layouts/settings-social.php:75 options/wc-options.php:180
304
- msgid "Social Login"
305
- msgstr ""
306
-
307
- #: options/options-layouts/settings-social.php:76
308
- msgid ""
309
- "You can use one of these most popular Social Login Plugins to allow your "
310
- "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
311
- "OK and lots of other social network service accounts. All social login "
312
- "buttons will be fully integrated with wpDiscuz comment forms."
313
- msgstr ""
314
-
315
- #: options/options-layouts/settings-style.php:2 options/wc-options.php:179
316
- msgid "Background and Colors"
317
- msgstr ""
318
-
319
- #: options/options-layouts/settings-style.php:7
320
- msgid "Comment Form Background Color"
321
- msgstr ""
322
-
323
- #: options/options-layouts/settings-style.php:10
324
- #: options/options-layouts/settings-style.php:34
325
- #: options/options-layouts/settings-style.php:58
326
- #: options/options-layouts/settings-style.php:82
327
- #: options/options-layouts/settings-style.php:107
328
- #: options/options-layouts/settings-style.php:132
329
- #: options/options-layouts/settings-style.php:155
330
- #: options/options-layouts/settings-style.php:178
331
- msgid "Example: #00ff00"
332
- msgstr ""
333
-
334
- #: options/options-layouts/settings-style.php:31
335
- msgid "Comment Background Color"
336
- msgstr ""
337
-
338
- #: options/options-layouts/settings-style.php:55
339
- msgid "Reply Background Color"
340
- msgstr ""
341
-
342
- #: options/options-layouts/settings-style.php:79
343
- msgid "Comment Text Color"
344
- msgstr ""
345
-
346
- #: options/options-layouts/settings-style.php:104
347
- msgid "Author title color"
348
- msgstr ""
349
-
350
- #: options/options-layouts/settings-style.php:129
351
- msgid "Vote, Reply, Share, Edit links text colors"
352
- msgstr ""
353
-
354
- #: options/options-layouts/settings-style.php:152
355
- msgid "Comment form fields border color"
356
- msgstr ""
357
-
358
- #: options/options-layouts/settings-style.php:175
359
- msgid "New loaded comments' background color"
360
- msgstr ""
361
-
362
- #: options/options-layouts/settings-style.php:199
363
- msgid "Custom CSS Code"
364
- msgstr ""
365
-
366
- #: options/options-layouts/settings-subscription.php:2
367
- msgid "Email Subscription Settings"
368
- msgstr ""
369
-
370
- #: options/options-layouts/settings-subscription.php:7
371
- msgid "Show \"Notify of all new follow-up comments\""
372
- msgstr ""
373
-
374
- #: options/options-layouts/settings-subscription.php:8
375
- msgid "Show \"Notify of new replies to all my comments\""
376
- msgstr ""
377
-
378
- #: options/options-layouts/settings-subscription.php:9
379
- msgid "Show \"Notify of new replies to this comment\""
380
- msgstr ""
381
-
382
- #: options/options-layouts/settings-subscription.php:11
383
- msgid ""
384
- "Please keep all three or at least one of those options ON, otherwise users "
385
- "will not have any option for email notifications and they'll not get any "
386
- "messages."
387
- msgstr ""
388
-
389
- #: options/options-layouts/settings-subscription.php:30
390
- msgid "Use Postmatic for subscriptions and commenting by email"
391
- msgstr ""
392
-
393
- #: options/options-layouts/settings-subscription.php:31
394
- msgid ""
395
- "Postmatic allows your users subscribe to comments. Instead of just being "
396
- "notified, they add a reply right from their inbox."
397
- msgstr ""
398
-
399
- #: options/options-layouts/settings-subscription.php:42
400
- msgid ""
401
- "Keep selected the email notification of all new follow-up comments by default"
402
- msgstr ""
403
-
404
- #: options/options-layouts/settings-subscription.php:43
405
- msgid ""
406
- "If this option is checked-on, in Manage Subscriptions section of comment "
407
- "forms will only be displayed the \"Notify of all new follow-up comments\" "
408
- "option and this option will always be selected by default."
409
- msgstr ""
410
-
411
- #: options/phrases-layout/phrases-comment.php:2
412
- msgid "Comment Template Phrases"
413
- msgstr ""
414
-
415
- #: options/phrases-layout/phrases-comment.php:7
416
- #: options/wc-options-serialize.php:400
417
- msgid "Reply"
418
- msgstr ""
419
-
420
- #: options/phrases-layout/phrases-comment.php:17
421
- #: options/wc-options-serialize.php:401
422
- msgid "Share"
423
- msgstr ""
424
-
425
- #: options/phrases-layout/phrases-comment.php:37
426
- #: options/wc-options-serialize.php:403
427
- msgid "Share On Facebook"
428
- msgstr ""
429
-
430
- #: options/phrases-layout/phrases-comment.php:47
431
- #: options/wc-options-serialize.php:404
432
- msgid "Share On Twitter"
433
- msgstr ""
434
-
435
- #: options/phrases-layout/phrases-comment.php:57
436
- #: options/wc-options-serialize.php:405
437
- msgid "Share On Google"
438
- msgstr ""
439
-
440
- #: options/phrases-layout/phrases-comment.php:67
441
- #: options/wc-options-serialize.php:406
442
- msgid "Share On VKontakte"
443
- msgstr ""
444
-
445
- #: options/phrases-layout/phrases-comment.php:77
446
- #: options/wc-options-serialize.php:407
447
- msgid "Share On Odnoklassniki"
448
- msgstr ""
449
-
450
- #: options/phrases-layout/phrases-comment.php:87
451
- #: options/wc-options-serialize.php:408
452
- msgid "Hide Replies"
453
- msgstr ""
454
-
455
- #: options/phrases-layout/phrases-comment.php:97
456
- #: options/wc-options-serialize.php:409
457
- msgid "Show Replies"
458
- msgstr ""
459
-
460
- #: options/phrases-layout/phrases-comment.php:107
461
- msgid "Title For Guests"
462
- msgstr ""
463
-
464
- #: options/phrases-layout/phrases-comment.php:117
465
- msgid "Title For Members"
466
- msgstr ""
467
-
468
- #: options/phrases-layout/phrases-comment.php:127
469
- msgid "Title For Authors"
470
- msgstr ""
471
-
472
- #: options/phrases-layout/phrases-comment.php:137
473
- msgid "Title For Admins"
474
- msgstr ""
475
-
476
- #: options/phrases-layout/phrases-comment.php:147
477
- #: options/wc-options-serialize.php:451
478
- msgid "Vote Up"
479
- msgstr ""
480
-
481
- #: options/phrases-layout/phrases-comment.php:157
482
- #: options/wc-options-serialize.php:452
483
- msgid "Vote Down"
484
- msgstr ""
485
-
486
- #: options/phrases-layout/phrases-comment.php:167
487
- msgid "Save edited comment button text"
488
- msgstr ""
489
-
490
- #: options/phrases-layout/phrases-comment.php:171
491
- #: options/wc-options-serialize.php:470
492
- msgid "Save"
493
- msgstr ""
494
-
495
- #: options/phrases-layout/phrases-comment.php:177
496
- msgid "Cancel comment editing button text"
497
- msgstr ""
498
-
499
- #: options/phrases-layout/phrases-comment.php:181
500
- #: options/wc-options-serialize.php:471
501
- msgid "Cancel"
502
- msgstr ""
503
-
504
- #: options/phrases-layout/phrases-datetime.php:2
505
- msgid "Date/Time Phrases"
506
- msgstr ""
507
-
508
- #: options/phrases-layout/phrases-datetime.php:7
509
- msgid "Year"
510
- msgstr ""
511
-
512
- #: options/phrases-layout/phrases-datetime.php:18
513
- msgid "Years (Plural Form)"
514
- msgstr ""
515
-
516
- #: options/phrases-layout/phrases-datetime.php:22
517
- msgid "Years"
518
- msgstr ""
519
-
520
- #: options/phrases-layout/phrases-datetime.php:29
521
- msgid "Month"
522
- msgstr ""
523
-
524
- #: options/phrases-layout/phrases-datetime.php:40
525
- msgid "Months (Plural Form)"
526
- msgstr ""
527
-
528
- #: options/phrases-layout/phrases-datetime.php:51
529
- msgid "Day"
530
- msgstr ""
531
-
532
- #: options/phrases-layout/phrases-datetime.php:62
533
- msgid "Days (Plural Form)"
534
- msgstr ""
535
-
536
- #: options/phrases-layout/phrases-datetime.php:84
537
- msgid "Hours (Plural Form)"
538
- msgstr ""
539
-
540
- #: options/phrases-layout/phrases-datetime.php:106
541
- msgid "Minutes (Plural Form)"
542
- msgstr ""
543
-
544
- #: options/phrases-layout/phrases-datetime.php:117
545
- msgid "Second"
546
- msgstr ""
547
-
548
- #: options/phrases-layout/phrases-datetime.php:128
549
- msgid "Seconds (Plural Form)"
550
- msgstr ""
551
-
552
- #: options/phrases-layout/phrases-datetime.php:138
553
- msgid "Commented \"right now\" text"
554
- msgstr ""
555
-
556
- #: options/phrases-layout/phrases-datetime.php:149
557
- msgid "Ago text"
558
- msgstr ""
559
-
560
- #: options/phrases-layout/phrases-datetime.php:160
561
- msgid "\"Today\" text"
562
- msgstr ""
563
-
564
- #: options/phrases-layout/phrases-datetime.php:164
565
- #: options/wc-options-serialize.php:445
566
- msgid "Today"
567
- msgstr ""
568
-
569
- #: options/phrases-layout/phrases-email.php:2
570
- msgid "Email Template Phrases"
571
- msgstr ""
572
-
573
- #: options/phrases-layout/phrases-email.php:7
574
- msgid "Email Subject"
575
- msgstr ""
576
-
577
- #: options/phrases-layout/phrases-email.php:18
578
- msgid "Email Message"
579
- msgstr ""
580
-
581
- #: options/phrases-layout/phrases-email.php:29
582
- msgid "New Reply Subject"
583
- msgstr ""
584
-
585
- #: options/phrases-layout/phrases-email.php:33
586
- #: options/phrases-layout/phrases-general.php:101
587
- #: options/wc-options-serialize.php:416
588
- msgid "New Reply"
589
- msgstr ""
590
-
591
- #: options/phrases-layout/phrases-email.php:40
592
- msgid "New Reply Message"
593
- msgstr ""
594
-
595
- #: options/phrases-layout/phrases-email.php:50
596
- #: options/phrases-layout/phrases-email.php:54
597
- #: options/wc-options-serialize.php:421
598
- msgid "Unsubscribe"
599
- msgstr ""
600
-
601
- #: options/phrases-layout/phrases-email.php:61
602
- #: options/phrases-layout/phrases-email.php:65
603
- #: options/wc-options-serialize.php:422
604
- msgid "Ignore Subscription"
605
- msgstr ""
606
-
607
- #: options/phrases-layout/phrases-email.php:72
608
- #: options/phrases-layout/phrases-email.php:76
609
- #: options/wc-options-serialize.php:424
610
- msgid "Confirm your subscription"
611
- msgstr ""
612
-
613
- #: options/phrases-layout/phrases-email.php:82
614
- #: options/phrases-layout/phrases-email.php:86
615
- #: options/wc-options-serialize.php:425
616
- msgid "You've successfully confirmed your subscription."
617
- msgstr ""
618
-
619
- #: options/phrases-layout/phrases-email.php:92
620
- msgid "Subscribe Confirmation Email Subject"
621
- msgstr ""
622
-
623
- #: options/phrases-layout/phrases-email.php:96
624
- #: options/wc-options-serialize.php:426 wc.php:944
625
- msgid "Subscribe Confirmation"
626
- msgstr ""
627
-
628
- #: options/phrases-layout/phrases-email.php:103
629
- msgid "Subscribe Confirmation Email Content"
630
- msgstr ""
631
-
632
- #: options/phrases-layout/phrases-email.php:107
633
- #: options/wc-options-serialize.php:427 wc.php:945
634
- msgid ""
635
- "Hi, <br/> You just subscribed for new comments on our website. This means "
636
- "you will receive an email when new comments are posted according to "
637
- "subscription option you've chosen. <br/> To activate, click confirm below. "
638
- "If you believe this is an error, ignore this message and we'll never bother "
639
- "you again."
640
- msgstr ""
641
-
642
- #: options/phrases-layout/phrases-form.php:2
643
- msgid "Form Template Phrases"
644
- msgstr ""
645
-
646
- #: options/phrases-layout/phrases-form.php:7
647
- msgid "Comment Field Start"
648
- msgstr ""
649
-
650
- #: options/phrases-layout/phrases-form.php:17
651
- msgid "Comment Field Join"
652
- msgstr ""
653
-
654
- #: options/phrases-layout/phrases-form.php:27
655
- msgid "Email Field"
656
- msgstr ""
657
-
658
- #: options/phrases-layout/phrases-form.php:37
659
- msgid "Name Field"
660
- msgstr ""
661
-
662
- #: options/phrases-layout/phrases-form.php:47
663
- msgid "WebSite URL Field"
664
- msgstr ""
665
-
666
- #: options/phrases-layout/phrases-form.php:57
667
- msgid "CAPTCHA Field"
668
- msgstr ""
669
-
670
- #: options/phrases-layout/phrases-form.php:67
671
- msgid "Submit Button"
672
- msgstr ""
673
-
674
- #: options/phrases-layout/phrases-form.php:77
675
- #: options/phrases-layout/phrases-form.php:81
676
- #: options/wc-options-serialize.php:393
677
- msgid "Manage Subscriptions"
678
- msgstr ""
679
-
680
- #: options/phrases-layout/phrases-form.php:87
681
- msgid "Notify \"None\""
682
- msgstr ""
683
-
684
- #: options/phrases-layout/phrases-form.php:91
685
- #: options/wc-options-serialize.php:394
686
- msgid "None"
687
- msgstr ""
688
-
689
- #: options/phrases-layout/phrases-form.php:97
690
- msgid "Notify on new comments (checkbox)"
691
- msgstr ""
692
-
693
- #: options/phrases-layout/phrases-form.php:101
694
- #: options/wc-options-serialize.php:395
695
- msgid "Notify of all new follow-up comments"
696
- msgstr ""
697
-
698
- #: options/phrases-layout/phrases-form.php:108
699
- msgid "Notify on all new replies (checkbox)"
700
- msgstr ""
701
-
702
- #: options/phrases-layout/phrases-form.php:112
703
- #: options/wc-options-serialize.php:396
704
- msgid "Notify of new replies to all my comments"
705
- msgstr ""
706
-
707
- #: options/phrases-layout/phrases-form.php:119
708
- msgid "Notify on new replies (checkbox)"
709
- msgstr ""
710
-
711
- #: options/phrases-layout/phrases-form.php:123
712
- #: options/wc-options-serialize.php:397
713
- msgid "Notify of new replies to this comment"
714
- msgstr ""
715
-
716
- #: options/phrases-layout/phrases-form.php:129
717
- msgid "Subscribed on this comment replies"
718
- msgstr ""
719
-
720
- #: options/phrases-layout/phrases-form.php:139
721
- msgid "Subscribed on all your comments replies"
722
- msgstr ""
723
-
724
- #: options/phrases-layout/phrases-form.php:149
725
- msgid "Subscribed on this post"
726
- msgstr ""
727
-
728
- #: options/phrases-layout/phrases-general.php:2
729
- msgid "General Phrases"
730
- msgstr ""
731
-
732
- #: options/phrases-layout/phrases-general.php:7
733
- #: options/wc-options-serialize.php:381
734
- msgid "Leave a Reply"
735
- msgstr ""
736
-
737
- #: options/phrases-layout/phrases-general.php:17
738
- msgid "Be the first to comment"
739
- msgstr ""
740
-
741
- #: options/phrases-layout/phrases-general.php:27
742
- #: options/wc-options-serialize.php:383 options/wc-options.php:350
743
- msgid "Comment"
744
- msgstr ""
745
-
746
- #: options/phrases-layout/phrases-general.php:37
747
- msgid "Comment (Plural Form)"
748
- msgstr ""
749
-
750
- #: options/phrases-layout/phrases-general.php:47
751
- msgid "On"
752
- msgstr ""
753
-
754
- #: options/phrases-layout/phrases-general.php:57
755
- msgid "Load More Button"
756
- msgstr ""
757
-
758
- #: options/phrases-layout/phrases-general.php:67
759
- #: options/wc-options-serialize.php:399
760
- msgid "Load Rest of Comments"
761
- msgstr ""
762
-
763
- #: options/phrases-layout/phrases-general.php:77
764
- msgid "Button text if has new comment"
765
- msgstr ""
766
-
767
- #: options/phrases-layout/phrases-general.php:81
768
- #: options/wc-options-serialize.php:414
769
- msgid "New Comment"
770
- msgstr ""
771
-
772
- #: options/phrases-layout/phrases-general.php:87
773
- msgid "Button text if has new comments (Plural Form)"
774
- msgstr ""
775
-
776
- #: options/phrases-layout/phrases-general.php:91
777
- msgid "New Comments"
778
- msgstr ""
779
-
780
- #: options/phrases-layout/phrases-general.php:97
781
- msgid "Button text if has new reply"
782
- msgstr ""
783
-
784
- #: options/phrases-layout/phrases-general.php:107
785
- msgid "Button text if has new replies (Plural Form)"
786
- msgstr ""
787
-
788
- #: options/phrases-layout/phrases-general.php:111
789
- msgid "New Replies"
790
- msgstr ""
791
-
792
- #: options/phrases-layout/phrases-general.php:117
793
- msgid "Text on load more button if has new comment(s)"
794
- msgstr ""
795
-
796
- #: options/phrases-layout/phrases-general.php:121
797
- #: options/wc-options-serialize.php:466
798
- msgid "New"
799
- msgstr ""
800
-
801
- #: options/phrases-layout/phrases-notification.php:2
802
- msgid "Notification Phrases"
803
- msgstr ""
804
-
805
- #: options/phrases-layout/phrases-notification.php:7
806
- #: options/wc-options-serialize.php:423
807
- msgid "You've successfully unsubscribed."
808
- msgstr ""
809
-
810
- #: options/phrases-layout/phrases-notification.php:18
811
- msgid "Error message for empty field"
812
- msgstr ""
813
-
814
- #: options/phrases-layout/phrases-notification.php:28
815
- msgid "Error message for invalid email field"
816
- msgstr ""
817
-
818
- #: options/phrases-layout/phrases-notification.php:38
819
- msgid "Error message for invalid website url field"
820
- msgstr ""
821
-
822
- #: options/phrases-layout/phrases-notification.php:48
823
- #: options/wc-options-serialize.php:446
824
- msgid "You must be"
825
- msgstr ""
826
-
827
- #: options/phrases-layout/phrases-notification.php:58
828
- msgid "Logged in as"
829
- msgstr ""
830
-
831
- #: options/phrases-layout/phrases-notification.php:68
832
- #: options/wc-options-serialize.php:448
833
- msgid "Log out"
834
- msgstr ""
835
-
836
- #: options/phrases-layout/phrases-notification.php:78
837
- msgid "Logged In"
838
- msgstr ""
839
-
840
- #: options/phrases-layout/phrases-notification.php:88
841
- msgid "To post a comment"
842
- msgstr ""
843
-
844
- #: options/phrases-layout/phrases-notification.php:98
845
- #: options/wc-options-serialize.php:453
846
- msgid "Vote Counted"
847
- msgstr ""
848
-
849
- #: options/phrases-layout/phrases-notification.php:108
850
- msgid "You can vote only 1 time"
851
- msgstr ""
852
-
853
- #: options/phrases-layout/phrases-notification.php:118
854
- #: options/wc-options-serialize.php:455
855
- msgid "Voting Error"
856
- msgstr ""
857
-
858
- #: options/phrases-layout/phrases-notification.php:128
859
- msgid "Login To Vote"
860
- msgstr ""
861
-
862
- #: options/phrases-layout/phrases-notification.php:138
863
- msgid "You Cannot Vote On Your Comment"
864
- msgstr ""
865
-
866
- #: options/phrases-layout/phrases-notification.php:148
867
- msgid "You are not allowed to vote for this comment (Voting from same IP)"
868
- msgstr ""
869
-
870
- #: options/phrases-layout/phrases-notification.php:158
871
- #: options/wc-options-serialize.php:459
872
- msgid "Invalid Captcha Code"
873
- msgstr ""
874
-
875
- #: options/phrases-layout/phrases-notification.php:168
876
- #: options/wc-options-serialize.php:460
877
- msgid "Some of field value is invalid"
878
- msgstr ""
879
-
880
- #: options/phrases-layout/phrases-notification.php:178
881
- msgid "Comment waiting moderation"
882
- msgstr ""
883
-
884
- #: options/phrases-layout/phrases-notification.php:188
885
- msgid "Message if comment was not updated"
886
- msgstr ""
887
-
888
- #: options/phrases-layout/phrases-notification.php:192
889
- #: options/wc-options-serialize.php:467
890
- msgid "Sorry, the comment was not updated"
891
- msgstr ""
892
-
893
- #: options/phrases-layout/phrases-notification.php:198
894
- msgid "Message if comment no longer possible to edit"
895
- msgstr ""
896
-
897
- #: options/phrases-layout/phrases-notification.php:202
898
- #: options/wc-options-serialize.php:468
899
- msgid "Sorry, this comment no longer possible to edit"
900
- msgstr ""
901
-
902
- #: options/phrases-layout/phrases-notification.php:209
903
- msgid "Message if comment text not changed"
904
- msgstr ""
905
-
906
- #: options/phrases-layout/phrases-notification.php:213
907
- msgid "TYou've not made any changes"
908
- msgstr ""
909
-
910
- #: options/wc-options-serialize.php:382
911
- msgid "Be the First to Comment!"
912
- msgstr ""
913
-
914
- #: options/wc-options-serialize.php:384
915
- msgid "Comments"
916
- msgstr ""
917
-
918
- #: options/wc-options-serialize.php:385
919
- msgid "on"
920
- msgstr ""
921
-
922
- #: options/wc-options-serialize.php:386
923
- msgid "Start the discussion"
924
- msgstr ""
925
-
926
- #: options/wc-options-serialize.php:387
927
- msgid "Join the discussion"
928
- msgstr ""
929
-
930
- #: options/wc-options-serialize.php:388 options/wc-options.php:352
931
- msgid "Email"
932
- msgstr ""
933
-
934
- #: options/wc-options-serialize.php:389
935
- msgid "Name"
936
- msgstr ""
937
-
938
- #: options/wc-options-serialize.php:390
939
- msgid "WebSite URL"
940
- msgstr ""
941
-
942
- #: options/wc-options-serialize.php:391
943
- msgid "Please insert the code above to comment"
944
- msgstr ""
945
-
946
- #: options/wc-options-serialize.php:392
947
- msgid "Post Comment"
948
- msgstr ""
949
-
950
- #: options/wc-options-serialize.php:398
951
- msgid "Load More Comments"
952
- msgstr ""
953
-
954
- #: options/wc-options-serialize.php:410
955
- msgid "Guest"
956
- msgstr ""
957
-
958
- #: options/wc-options-serialize.php:411
959
- msgid "Member"
960
- msgstr ""
961
-
962
- #: options/wc-options-serialize.php:412
963
- msgid "Author"
964
- msgstr ""
965
-
966
- #: options/wc-options-serialize.php:413
967
- msgid "Admin"
968
- msgstr ""
969
-
970
- #: options/wc-options-serialize.php:415
971
- msgid "New comment on the discussion section you've been interested in"
972
- msgstr ""
973
-
974
- #: options/wc-options-serialize.php:417
975
- msgid "New reply on the discussion section you've been interested in"
976
- msgstr ""
977
-
978
- #: options/wc-options-serialize.php:418
979
- msgid "You're subscribed for new replies on this comment"
980
- msgstr ""
981
-
982
- #: options/wc-options-serialize.php:419
983
- msgid "You're subscribed for new replies on all your comments"
984
- msgstr ""
985
-
986
- #: options/wc-options-serialize.php:420
987
- msgid "You're subscribed for new follow-up comments on this post"
988
- msgstr ""
989
-
990
- #: options/wc-options-serialize.php:428
991
- msgid "please fill out this field to comment"
992
- msgstr ""
993
-
994
- #: options/wc-options-serialize.php:429
995
- msgid "email address is invalid"
996
- msgstr ""
997
-
998
- #: options/wc-options-serialize.php:430
999
- msgid "url is invalid"
1000
- msgstr ""
1001
-
1002
- #: options/wc-options-serialize.php:431
1003
- msgid "year"
1004
- msgstr ""
1005
-
1006
- #: options/wc-options-serialize.php:432
1007
- msgid "years"
1008
- msgstr ""
1009
-
1010
- #: options/wc-options-serialize.php:433
1011
- msgid "month"
1012
- msgstr ""
1013
-
1014
- #: options/wc-options-serialize.php:434
1015
- msgid "months"
1016
- msgstr ""
1017
-
1018
- #: options/wc-options-serialize.php:435
1019
- msgid "day"
1020
- msgstr ""
1021
-
1022
- #: options/wc-options-serialize.php:436
1023
- msgid "days"
1024
- msgstr ""
1025
-
1026
- #: options/wc-options-serialize.php:437
1027
- msgid "hour"
1028
- msgstr ""
1029
-
1030
- #: options/wc-options-serialize.php:438
1031
- msgid "hours"
1032
- msgstr ""
1033
-
1034
- #: options/wc-options-serialize.php:439
1035
- msgid "minute"
1036
- msgstr ""
1037
-
1038
- #: options/wc-options-serialize.php:440
1039
- msgid "minutes"
1040
- msgstr ""
1041
-
1042
- #: options/wc-options-serialize.php:441
1043
- msgid "second"
1044
- msgstr ""
1045
-
1046
- #: options/wc-options-serialize.php:442
1047
- msgid "seconds"
1048
- msgstr ""
1049
-
1050
- #: options/wc-options-serialize.php:443
1051
- msgid "right now"
1052
- msgstr ""
1053
-
1054
- #: options/wc-options-serialize.php:444
1055
- msgid "ago"
1056
- msgstr ""
1057
-
1058
- #: options/wc-options-serialize.php:447
1059
- msgid "You are logged in as"
1060
- msgstr ""
1061
-
1062
- #: options/wc-options-serialize.php:449
1063
- msgid "logged in"
1064
- msgstr ""
1065
-
1066
- #: options/wc-options-serialize.php:450
1067
- msgid "to post a comment."
1068
- msgstr ""
1069
-
1070
- #: options/wc-options-serialize.php:454
1071
- msgid "You've already voted for this comment"
1072
- msgstr ""
1073
-
1074
- #: options/wc-options-serialize.php:456
1075
- msgid "You Must Be Logged In To Vote"
1076
- msgstr ""
1077
-
1078
- #: options/wc-options-serialize.php:457
1079
- msgid "You cannot vote for your comment"
1080
- msgstr ""
1081
-
1082
- #: options/wc-options-serialize.php:458
1083
- msgid "You are not allowed to vote for this comment"
1084
- msgstr ""
1085
-
1086
- #: options/wc-options-serialize.php:461
1087
- msgid "new comment"
1088
- msgstr ""
1089
-
1090
- #: options/wc-options-serialize.php:462
1091
- msgid "new comments"
1092
- msgstr ""
1093
-
1094
- #: options/wc-options-serialize.php:463
1095
- msgid "Comment awaiting moderation"
1096
- msgstr ""
1097
-
1098
- #: options/wc-options-serialize.php:464
1099
- msgid "new reply on your comment"
1100
- msgstr ""
1101
-
1102
- #: options/wc-options-serialize.php:465
1103
- msgid "new replies on your comments"
1104
- msgstr ""
1105
-
1106
- #: options/wc-options-serialize.php:469
1107
- msgid "You've not made any changes"
1108
- msgstr ""
1109
-
1110
- #: options/wc-options.php:28 options/wc-options.php:228
1111
- msgid "Hacker?"
1112
- msgstr ""
1113
-
1114
- #: options/wc-options.php:83
1115
- msgid "wpDiscuz General Settings"
1116
- msgstr ""
1117
-
1118
- #: options/wc-options.php:175
1119
- msgid "General settings"
1120
- msgstr ""
1121
-
1122
- #: options/wc-options.php:178
1123
- msgid "Email Subscription"
1124
- msgstr ""
1125
-
1126
- #: options/wc-options.php:178
1127
- msgid "and Postmatic"
1128
- msgstr ""
1129
-
1130
- #: options/wc-options.php:209 options/wc-options.php:380
1131
- msgid "Save Changes"
1132
- msgstr ""
1133
-
1134
- #: options/wc-options.php:210
1135
- msgid "Reset Options"
1136
- msgstr ""
1137
-
1138
- #: options/wc-options.php:338
1139
- msgid "WpDiscuz Front-end Phrases"
1140
- msgstr ""
1141
-
1142
- #: options/wc-options.php:348
1143
- msgid "General"
1144
- msgstr ""
1145
-
1146
- #: options/wc-options.php:349
1147
- msgid "Form"
1148
- msgstr ""
1149
-
1150
- #: options/wc-options.php:351
1151
- msgid "Date/Time"
1152
- msgstr ""
1153
-
1154
- #: options/wc-options.php:353
1155
- msgid "Notification"
1156
- msgstr ""
1157
-
1158
- #: wc.php:1022
1159
- msgid "Phrases"
1160
- msgstr ""
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: wpDiscuz - Wordpress Comments\n"
4
+ "POT-Creation-Date: 2015-05-15 22:52+0400\n"
5
+ "PO-Revision-Date: 2015-05-15 23:57+0400\n"
6
+ "Last-Translator: advancedcoding <advancedcoding@mail.ru>\n"
7
+ "Language-Team: advancedcoding <advancedcoding@mail.ru>\n"
8
+ "Language: en\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.7.6\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
16
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
17
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
21
+
22
+ #: comment-form/form.php:178 comment-form/tpl-comment.php:265
23
+ msgid "Participate in this discussion via email"
24
+ msgstr "Մասնակցել այս քննարկմանը էլ-փոստով"
25
+
26
+ #: comment-form/form.php:316
27
+ msgid "Connect with"
28
+ msgstr "Մուտք գործել"
29
+
30
+ #: comment-form/tpl-comment.php:87 wc.php:318
31
+ msgid "Anonymous"
32
+ msgstr "Անանուն"
33
+
34
+ #: comment-form/tpl-comment.php:179
35
+ #: options/phrases-layout/phrases-comment.php:27
36
+ #: options/wc-options-serialize.php:402
37
+ msgid "Edit"
38
+ msgstr "Խմբագրել"
39
+
40
+ #: options/options-layouts/settings-general.php:2
41
+ msgid "General Settings"
42
+ msgstr "Գլխավոր պարամետրեր"
43
+
44
+ #: options/options-layouts/settings-general.php:7
45
+ msgid "Display comment form for post types:"
46
+ msgstr "Միացնել մեկնաբանությունները այս տիպերի համար"
47
+
48
+ #: options/options-layouts/settings-general.php:28
49
+ msgid "User Must be registered to comment"
50
+ msgstr "Մեկնաբանություն թողնելու համար գրանցվելը պարտադիր է"
51
+
52
+ #: options/options-layouts/settings-general.php:34
53
+ msgid "Yes"
54
+ msgstr "Այո"
55
+
56
+ #: options/options-layouts/settings-general.php:38
57
+ msgid "No"
58
+ msgstr "Ոչ"
59
+
60
+ #: options/options-layouts/settings-general.php:46
61
+ msgid "Comment author must fill out name"
62
+ msgstr "Մեկնաբանության հեղինակը պետք է պարտադիր լրացնի անունը"
63
+
64
+ #: options/options-layouts/settings-general.php:57
65
+ msgid "Comment author must fill out email"
66
+ msgstr "Մեկնաբանության հեղինակը պետք է պարտադիր լրացնի էլ-փոստը"
67
+
68
+ #: options/options-layouts/settings-general.php:68
69
+ msgid "Show the latest comments on"
70
+ msgstr "Ցույց տալ վերջին մեկնաբանությունները"
71
+
72
+ #: options/options-layouts/settings-general.php:72
73
+ msgid "the top of the list"
74
+ msgstr "վերևում"
75
+
76
+ #: options/options-layouts/settings-general.php:74
77
+ msgid "top of the threads"
78
+ msgstr "վերևում"
79
+
80
+ #: options/options-layouts/settings-general.php:76
81
+ msgid "bottom of the threads"
82
+ msgstr "ներքևում"
83
+
84
+ #: options/options-layouts/settings-general.php:78
85
+ msgid "the bottom of the list"
86
+ msgstr "ներքևում"
87
+
88
+ #: options/options-layouts/settings-general.php:86
89
+ msgid "Comment Threads Per Page"
90
+ msgstr "Գլպավոր մեկնաբանությունների քանակը "
91
+
92
+ #: options/options-layouts/settings-general.php:98
93
+ msgid "Comments max depth"
94
+ msgstr "Մեկնաբանությունների խորությունը"
95
+
96
+ #: options/options-layouts/settings-general.php:103
97
+ msgid "Level"
98
+ msgstr "Մակարդակ"
99
+
100
+ #: options/options-layouts/settings-general.php:104
101
+ #: options/options-layouts/settings-general.php:105
102
+ #: options/options-layouts/settings-general.php:106
103
+ #: options/options-layouts/settings-general.php:107
104
+ msgid "Levels"
105
+ msgstr "Մակարդակներ"
106
+
107
+ #: options/options-layouts/settings-general.php:114
108
+ msgid "Comment text size in pixels"
109
+ msgstr "Մեկնաբանության տեքստի չափը "
110
+
111
+ #: options/options-layouts/settings-general.php:131
112
+ msgid "Allow comment editing for"
113
+ msgstr "Թույլատրել մեկնաբանությունների խմբագրումը"
114
+
115
+ #: options/options-layouts/settings-general.php:136
116
+ msgid "Not Allow"
117
+ msgstr "Չթույլատրել"
118
+
119
+ #: options/options-layouts/settings-general.php:137
120
+ #: options/options-layouts/settings-general.php:138
121
+ #: options/options-layouts/settings-live-update.php:41
122
+ #: options/options-layouts/settings-live-update.php:42
123
+ #: options/options-layouts/settings-live-update.php:43
124
+ msgid "Minutes"
125
+ msgstr "Րոպեներ"
126
+
127
+ #: options/options-layouts/settings-general.php:139
128
+ #: options/phrases-layout/phrases-datetime.php:73
129
+ msgid "Hour"
130
+ msgstr "Ժամ"
131
+
132
+ #: options/options-layouts/settings-general.php:140
133
+ #: options/options-layouts/settings-general.php:141
134
+ msgid "Hours"
135
+ msgstr "Ժամեր"
136
+
137
+ #: options/options-layouts/settings-general.php:148
138
+ msgid "Redirect first commenter to"
139
+ msgstr "Վերահղել առաջին մեկնաբանություն անողին դեպի"
140
+
141
+ #: options/options-layouts/settings-general.php:155
142
+ msgid "Do not redirect"
143
+ msgstr "Չվերահղել"
144
+
145
+ #: options/options-layouts/settings-general.php:164
146
+ msgid "Allow guests to vote on comments"
147
+ msgstr "Թույլատրել \"հյուրերին\" քվեարկել մեկնաբանություններին"
148
+
149
+ #: options/options-layouts/settings-general.php:174
150
+ msgid "Load rest of all comments on clicking the [Load More Comments] button"
151
+ msgstr "Ցույց տալ բոլոր մեկնաբանությունները"
152
+
153
+ #: options/options-layouts/settings-general.php:185
154
+ msgid "Use WordPress Date/Time format"
155
+ msgstr "Օգտվել WordPress-ի ամսաթվային ֆորմատից"
156
+
157
+ #: options/options-layouts/settings-general.php:186
158
+ msgid ""
159
+ "wpDiscuz shows Human Readable date format. If you check this option it'll "
160
+ "show the date/time format set in WordPress General Settings."
161
+ msgstr "wpDiscuz-ը ցույց ե տալիս ամսաթիվը ընթռնելի ֆորմատով"
162
+
163
+ #: options/options-layouts/settings-general.php:193
164
+ msgid "Current Wordpress date/time format"
165
+ msgstr "Wordpress-ի Ընթացիկ ամսաթվային ֆորմատ"
166
+
167
+ #: options/options-layouts/settings-general.php:202
168
+ msgid ""
169
+ "Help wpDiscuz to grow allowing people to recognize which comment plugin you "
170
+ "use"
171
+ msgstr ""
172
+ "Օգնեք wpDiscuz-ին զարգանալու համար, թույլ տալով մարդկանց տեսնելու թե ինչ "
173
+ "plugin եք դուք օգտագործում"
174
+
175
+ #: options/options-layouts/settings-general.php:204
176
+ msgid ""
177
+ "Please check this option on to help wpDiscuz get more popularity as your "
178
+ "thank to the hard work we do for you totally free. This option adds a very "
179
+ "small (16x16px) icon under the comment section which will allow your site "
180
+ "visitors recognize the name of comment solution you use."
181
+ msgstr ""
182
+ "Խնդրում ենք միացրեք այս օպցիան որպեսզի օգնեք wpDiscuz-ին ավելի ճանաչելի "
183
+ "դառնալու ճանապարհին"
184
+
185
+ #: options/options-layouts/settings-general.php:209
186
+ msgid "Thank you!"
187
+ msgstr "Շնորհակալություն"
188
+
189
+ #: options/options-layouts/settings-live-update.php:2
190
+ #: options/wc-options.php:176
191
+ msgid "Live Update"
192
+ msgstr "Մեկնաբանությունների ընթացիկ թարմացում"
193
+
194
+ #: options/options-layouts/settings-live-update.php:8
195
+ msgid "Live update options"
196
+ msgstr "ընթացիկ թարմացման օպցիաներ"
197
+
198
+ #: options/options-layouts/settings-live-update.php:9
199
+ msgid ""
200
+ "If you use Shared Web Hosting you should make sure the \"Live Update\" "
201
+ "function doesn't overload your server resources. This function is good for "
202
+ "VPS and Dedicated Hosting Plans."
203
+ msgstr ""
204
+ "Եթե դուք օգտագործում եք Shared Վեբ Հոսթինգ դուք պետք է համոզվեք, որ \"Live "
205
+ "Update \" օպցիան չի ծանրաբեռնել ձեր սերվերի ռեսուրսները. Այս օպցաին լավ է "
206
+ "VPS սերվերների համար."
207
+
208
+ #: options/options-layouts/settings-live-update.php:14
209
+ msgid "Never update"
210
+ msgstr "Չթարմացնել"
211
+
212
+ #: options/options-layouts/settings-live-update.php:16
213
+ msgid "Turn off \"Live Update\" function"
214
+ msgstr "Անջատել ընթացիկ թարմացումը"
215
+
216
+ #: options/options-layouts/settings-live-update.php:18
217
+ msgid "Show new comment/reply buttons to update manualy"
218
+ msgstr ""
219
+ "Ցույց տալ նոր մեկնաբանություն / պատասխան կոճակները ձեռքով թարմացնելու համար"
220
+
221
+ #: options/options-layouts/settings-live-update.php:20
222
+ msgid "Always check for new comments and show update buttons"
223
+ msgstr "Միշտ ստուգել նոր մեկնաբանությունները եւ ցույց տալ թարմացման կոճակները"
224
+
225
+ #: options/options-layouts/settings-live-update.php:22
226
+ msgid "Always update"
227
+ msgstr "Միշտ թարմացնել"
228
+
229
+ #: options/options-layouts/settings-live-update.php:24
230
+ msgid "Always check for new comments and update automatically"
231
+ msgstr "Միշտ ստուգել նոր մեկնաբանությունները եւ թարմացնել ավտոմատ կերպով"
232
+
233
+ #: options/options-layouts/settings-live-update.php:32
234
+ msgid "Update comment list every"
235
+ msgstr "Թարմացնել մեկնաբանությունները ամեն"
236
+
237
+ #: options/options-layouts/settings-live-update.php:37
238
+ #: options/options-layouts/settings-live-update.php:38
239
+ #: options/options-layouts/settings-live-update.php:39
240
+ msgid "Seconds"
241
+ msgstr "Վարկյաններ"
242
+
243
+ #: options/options-layouts/settings-live-update.php:40
244
+ #: options/phrases-layout/phrases-datetime.php:95
245
+ msgid "Minute"
246
+ msgstr "Րոպե"
247
+
248
+ #: options/options-layouts/settings-show-hide.php:2 options/wc-options.php:177
249
+ msgid "Show/Hide Components"
250
+ msgstr "Ցույց տալ / չտալ կոմպոնենտներ"
251
+
252
+ #: options/options-layouts/settings-show-hide.php:7
253
+ msgid "Show logged-in user name and logout link on top of main form"
254
+ msgstr ""
255
+ "Ցույց տալ լոգին եխած օգտագործողների անունը և լոգաուտ լինկը ֆորմի վերևում"
256
+
257
+ #: options/options-layouts/settings-show-hide.php:17
258
+ msgid "Hide Reply button for Guests"
259
+ msgstr ""
260
+
261
+ #: options/options-layouts/settings-show-hide.php:27
262
+ msgid "Hide Reply button for Members"
263
+ msgstr ""
264
+
265
+ #: options/options-layouts/settings-show-hide.php:37
266
+ msgid "Hide Author Titles"
267
+ msgstr ""
268
+
269
+ #: options/options-layouts/settings-show-hide.php:47
270
+ msgid "Hide Voting buttons"
271
+ msgstr ""
272
+
273
+ #: options/options-layouts/settings-show-hide.php:57
274
+ msgid "Hide Share Buttons"
275
+ msgstr ""
276
+
277
+ #: options/options-layouts/settings-show-hide.php:67
278
+ msgid "Hide the CAPTCHA field"
279
+ msgstr ""
280
+
281
+ #: options/options-layouts/settings-show-hide.php:77
282
+ msgid "Hide the Website URL field"
283
+ msgstr ""
284
+
285
+ #: options/options-layouts/settings-social.php:10
286
+ #: options/options-layouts/settings-social.php:12
287
+ #: options/options-layouts/settings-social.php:14 wc.php:1021
288
+ msgid "Settings"
289
+ msgstr ""
290
+
291
+ #: options/options-layouts/settings-social.php:19
292
+ #: options/options-layouts/settings-social.php:29
293
+ #: options/options-layouts/settings-social.php:39
294
+ msgid "Activate"
295
+ msgstr ""
296
+
297
+ #: options/options-layouts/settings-social.php:23
298
+ #: options/options-layouts/settings-social.php:33
299
+ #: options/options-layouts/settings-social.php:43
300
+ msgid "View details/Install"
301
+ msgstr ""
302
+
303
+ #: options/options-layouts/settings-social.php:75 options/wc-options.php:180
304
+ msgid "Social Login"
305
+ msgstr ""
306
+
307
+ #: options/options-layouts/settings-social.php:76
308
+ msgid ""
309
+ "You can use one of these most popular Social Login Plugins to allow your "
310
+ "visitors login and comment with Facebook, Twitter, Google+, Wordpress, VK, "
311
+ "OK and lots of other social network service accounts. All social login "
312
+ "buttons will be fully integrated with wpDiscuz comment forms."
313
+ msgstr ""
314
+
315
+ #: options/options-layouts/settings-style.php:2 options/wc-options.php:179
316
+ msgid "Background and Colors"
317
+ msgstr ""
318
+
319
+ #: options/options-layouts/settings-style.php:7
320
+ msgid "Comment Form Background Color"
321
+ msgstr ""
322
+
323
+ #: options/options-layouts/settings-style.php:10
324
+ #: options/options-layouts/settings-style.php:34
325
+ #: options/options-layouts/settings-style.php:58
326
+ #: options/options-layouts/settings-style.php:82
327
+ #: options/options-layouts/settings-style.php:107
328
+ #: options/options-layouts/settings-style.php:132
329
+ #: options/options-layouts/settings-style.php:155
330
+ #: options/options-layouts/settings-style.php:178
331
+ msgid "Example: #00ff00"
332
+ msgstr ""
333
+
334
+ #: options/options-layouts/settings-style.php:31
335
+ msgid "Comment Background Color"
336
+ msgstr ""
337
+
338
+ #: options/options-layouts/settings-style.php:55
339
+ msgid "Reply Background Color"
340
+ msgstr ""
341
+
342
+ #: options/options-layouts/settings-style.php:79
343
+ msgid "Comment Text Color"
344
+ msgstr ""
345
+
346
+ #: options/options-layouts/settings-style.php:104
347
+ msgid "Author title color"
348
+ msgstr ""
349
+
350
+ #: options/options-layouts/settings-style.php:129
351
+ msgid "Vote, Reply, Share, Edit links text colors"
352
+ msgstr ""
353
+
354
+ #: options/options-layouts/settings-style.php:152
355
+ msgid "Comment form fields border color"
356
+ msgstr ""
357
+
358
+ #: options/options-layouts/settings-style.php:175
359
+ msgid "New loaded comments' background color"
360
+ msgstr ""
361
+
362
+ #: options/options-layouts/settings-style.php:199
363
+ msgid "Custom CSS Code"
364
+ msgstr ""
365
+
366
+ #: options/options-layouts/settings-subscription.php:2
367
+ msgid "Email Subscription Settings"
368
+ msgstr ""
369
+
370
+ #: options/options-layouts/settings-subscription.php:7
371
+ msgid "Show \"Notify of all new follow-up comments\""
372
+ msgstr ""
373
+
374
+ #: options/options-layouts/settings-subscription.php:8
375
+ msgid "Show \"Notify of new replies to all my comments\""
376
+ msgstr ""
377
+
378
+ #: options/options-layouts/settings-subscription.php:9
379
+ msgid "Show \"Notify of new replies to this comment\""
380
+ msgstr ""
381
+
382
+ #: options/options-layouts/settings-subscription.php:11
383
+ msgid ""
384
+ "Please keep all three or at least one of those options ON, otherwise users "
385
+ "will not have any option for email notifications and they'll not get any "
386
+ "messages."
387
+ msgstr ""
388
+
389
+ #: options/options-layouts/settings-subscription.php:30
390
+ msgid "Use Postmatic for subscriptions and commenting by email"
391
+ msgstr ""
392
+
393
+ #: options/options-layouts/settings-subscription.php:31
394
+ msgid ""
395
+ "Postmatic allows your users subscribe to comments. Instead of just being "
396
+ "notified, they add a reply right from their inbox."
397
+ msgstr ""
398
+
399
+ #: options/options-layouts/settings-subscription.php:42
400
+ msgid ""
401
+ "Keep selected the email notification of all new follow-up comments by default"
402
+ msgstr ""
403
+
404
+ #: options/options-layouts/settings-subscription.php:43
405
+ msgid ""
406
+ "If this option is checked-on, in Manage Subscriptions section of comment "
407
+ "forms will only be displayed the \"Notify of all new follow-up comments\" "
408
+ "option and this option will always be selected by default."
409
+ msgstr ""
410
+
411
+ #: options/phrases-layout/phrases-comment.php:2
412
+ msgid "Comment Template Phrases"
413
+ msgstr ""
414
+
415
+ #: options/phrases-layout/phrases-comment.php:7
416
+ #: options/wc-options-serialize.php:400
417
+ msgid "Reply"
418
+ msgstr ""
419
+
420
+ #: options/phrases-layout/phrases-comment.php:17
421
+ #: options/wc-options-serialize.php:401
422
+ msgid "Share"
423
+ msgstr ""
424
+
425
+ #: options/phrases-layout/phrases-comment.php:37
426
+ #: options/wc-options-serialize.php:403
427
+ msgid "Share On Facebook"
428
+ msgstr ""
429
+
430
+ #: options/phrases-layout/phrases-comment.php:47
431
+ #: options/wc-options-serialize.php:404
432
+ msgid "Share On Twitter"
433
+ msgstr ""
434
+
435
+ #: options/phrases-layout/phrases-comment.php:57
436
+ #: options/wc-options-serialize.php:405
437
+ msgid "Share On Google"
438
+ msgstr ""
439
+
440
+ #: options/phrases-layout/phrases-comment.php:67
441
+ #: options/wc-options-serialize.php:406
442
+ msgid "Share On VKontakte"
443
+ msgstr ""
444
+
445
+ #: options/phrases-layout/phrases-comment.php:77
446
+ #: options/wc-options-serialize.php:407
447
+ msgid "Share On Odnoklassniki"
448
+ msgstr ""
449
+
450
+ #: options/phrases-layout/phrases-comment.php:87
451
+ #: options/wc-options-serialize.php:408
452
+ msgid "Hide Replies"
453
+ msgstr ""
454
+
455
+ #: options/phrases-layout/phrases-comment.php:97
456
+ #: options/wc-options-serialize.php:409
457
+ msgid "Show Replies"
458
+ msgstr ""
459
+
460
+ #: options/phrases-layout/phrases-comment.php:107
461
+ msgid "Title For Guests"
462
+ msgstr ""
463
+
464
+ #: options/phrases-layout/phrases-comment.php:117
465
+ msgid "Title For Members"
466
+ msgstr ""
467
+
468
+ #: options/phrases-layout/phrases-comment.php:127
469
+ msgid "Title For Authors"
470
+ msgstr ""
471
+
472
+ #: options/phrases-layout/phrases-comment.php:137
473
+ msgid "Title For Admins"
474
+ msgstr ""
475
+
476
+ #: options/phrases-layout/phrases-comment.php:147
477
+ #: options/wc-options-serialize.php:451
478
+ msgid "Vote Up"
479
+ msgstr ""
480
+
481
+ #: options/phrases-layout/phrases-comment.php:157
482
+ #: options/wc-options-serialize.php:452
483
+ msgid "Vote Down"
484
+ msgstr ""
485
+
486
+ #: options/phrases-layout/phrases-comment.php:167
487
+ msgid "Save edited comment button text"
488
+ msgstr ""
489
+
490
+ #: options/phrases-layout/phrases-comment.php:171
491
+ #: options/wc-options-serialize.php:470
492
+ msgid "Save"
493
+ msgstr ""
494
+
495
+ #: options/phrases-layout/phrases-comment.php:177
496
+ msgid "Cancel comment editing button text"
497
+ msgstr ""
498
+
499
+ #: options/phrases-layout/phrases-comment.php:181
500
+ #: options/wc-options-serialize.php:471
501
+ msgid "Cancel"
502
+ msgstr ""
503
+
504
+ #: options/phrases-layout/phrases-datetime.php:2
505
+ msgid "Date/Time Phrases"
506
+ msgstr ""
507
+
508
+ #: options/phrases-layout/phrases-datetime.php:7
509
+ msgid "Year"
510
+ msgstr ""
511
+
512
+ #: options/phrases-layout/phrases-datetime.php:18
513
+ msgid "Years (Plural Form)"
514
+ msgstr ""
515
+
516
+ #: options/phrases-layout/phrases-datetime.php:22
517
+ msgid "Years"
518
+ msgstr ""
519
+
520
+ #: options/phrases-layout/phrases-datetime.php:29
521
+ msgid "Month"
522
+ msgstr ""
523
+
524
+ #: options/phrases-layout/phrases-datetime.php:40
525
+ msgid "Months (Plural Form)"
526
+ msgstr ""
527
+
528
+ #: options/phrases-layout/phrases-datetime.php:51
529
+ msgid "Day"
530
+ msgstr ""
531
+
532
+ #: options/phrases-layout/phrases-datetime.php:62
533
+ msgid "Days (Plural Form)"
534
+ msgstr ""
535
+
536
+ #: options/phrases-layout/phrases-datetime.php:84
537
+ msgid "Hours (Plural Form)"
538
+ msgstr ""
539
+
540
+ #: options/phrases-layout/phrases-datetime.php:106
541
+ msgid "Minutes (Plural Form)"
542
+ msgstr ""
543
+
544
+ #: options/phrases-layout/phrases-datetime.php:117
545
+ msgid "Second"
546
+ msgstr ""
547
+
548
+ #: options/phrases-layout/phrases-datetime.php:128
549
+ msgid "Seconds (Plural Form)"
550
+ msgstr ""
551
+
552
+ #: options/phrases-layout/phrases-datetime.php:138
553
+ msgid "Commented \"right now\" text"
554
+ msgstr ""
555
+
556
+ #: options/phrases-layout/phrases-datetime.php:149
557
+ msgid "Ago text"
558
+ msgstr ""
559
+
560
+ #: options/phrases-layout/phrases-datetime.php:160
561
+ msgid "\"Today\" text"
562
+ msgstr ""
563
+
564
+ #: options/phrases-layout/phrases-datetime.php:164
565
+ #: options/wc-options-serialize.php:445
566
+ msgid "Today"
567
+ msgstr ""
568
+
569
+ #: options/phrases-layout/phrases-email.php:2
570
+ msgid "Email Template Phrases"
571
+ msgstr ""
572
+
573
+ #: options/phrases-layout/phrases-email.php:7
574
+ msgid "Email Subject"
575
+ msgstr ""
576
+
577
+ #: options/phrases-layout/phrases-email.php:18
578
+ msgid "Email Message"
579
+ msgstr ""
580
+
581
+ #: options/phrases-layout/phrases-email.php:29
582
+ msgid "New Reply Subject"
583
+ msgstr ""
584
+
585
+ #: options/phrases-layout/phrases-email.php:33
586
+ #: options/phrases-layout/phrases-general.php:101
587
+ #: options/wc-options-serialize.php:416
588
+ msgid "New Reply"
589
+ msgstr ""
590
+
591
+ #: options/phrases-layout/phrases-email.php:40
592
+ msgid "New Reply Message"
593
+ msgstr ""
594
+
595
+ #: options/phrases-layout/phrases-email.php:50
596
+ #: options/phrases-layout/phrases-email.php:54
597
+ #: options/wc-options-serialize.php:421
598
+ msgid "Unsubscribe"
599
+ msgstr ""
600
+
601
+ #: options/phrases-layout/phrases-email.php:61
602
+ #: options/phrases-layout/phrases-email.php:65
603
+ #: options/wc-options-serialize.php:422
604
+ msgid "Ignore Subscription"
605
+ msgstr ""
606
+
607
+ #: options/phrases-layout/phrases-email.php:72
608
+ #: options/phrases-layout/phrases-email.php:76
609
+ #: options/wc-options-serialize.php:424
610
+ msgid "Confirm your subscription"
611
+ msgstr ""
612
+
613
+ #: options/phrases-layout/phrases-email.php:82
614
+ #: options/phrases-layout/phrases-email.php:86
615
+ #: options/wc-options-serialize.php:425
616
+ msgid "You've successfully confirmed your subscription."
617
+ msgstr ""
618
+
619
+ #: options/phrases-layout/phrases-email.php:92
620
+ msgid "Subscribe Confirmation Email Subject"
621
+ msgstr ""
622
+
623
+ #: options/phrases-layout/phrases-email.php:96
624
+ #: options/wc-options-serialize.php:426 wc.php:944
625
+ msgid "Subscribe Confirmation"
626
+ msgstr ""
627
+
628
+ #: options/phrases-layout/phrases-email.php:103
629
+ msgid "Subscribe Confirmation Email Content"
630
+ msgstr ""
631
+
632
+ #: options/phrases-layout/phrases-email.php:107
633
+ #: options/wc-options-serialize.php:427 wc.php:945
634
+ msgid ""
635
+ "Hi, <br/> You just subscribed for new comments on our website. This means "
636
+ "you will receive an email when new comments are posted according to "
637
+ "subscription option you've chosen. <br/> To activate, click confirm below. "
638
+ "If you believe this is an error, ignore this message and we'll never bother "
639
+ "you again."
640
+ msgstr ""
641
+
642
+ #: options/phrases-layout/phrases-form.php:2
643
+ msgid "Form Template Phrases"
644
+ msgstr ""
645
+
646
+ #: options/phrases-layout/phrases-form.php:7
647
+ msgid "Comment Field Start"
648
+ msgstr ""
649
+
650
+ #: options/phrases-layout/phrases-form.php:17
651
+ msgid "Comment Field Join"
652
+ msgstr ""
653
+
654
+ #: options/phrases-layout/phrases-form.php:27
655
+ msgid "Email Field"
656
+ msgstr ""
657
+
658
+ #: options/phrases-layout/phrases-form.php:37
659
+ msgid "Name Field"
660
+ msgstr ""
661
+
662
+ #: options/phrases-layout/phrases-form.php:47
663
+ msgid "WebSite URL Field"
664
+ msgstr ""
665
+
666
+ #: options/phrases-layout/phrases-form.php:57
667
+ msgid "CAPTCHA Field"
668
+ msgstr ""
669
+
670
+ #: options/phrases-layout/phrases-form.php:67
671
+ msgid "Submit Button"
672
+ msgstr ""
673
+
674
+ #: options/phrases-layout/phrases-form.php:77
675
+ #: options/phrases-layout/phrases-form.php:81
676
+ #: options/wc-options-serialize.php:393
677
+ msgid "Manage Subscriptions"
678
+ msgstr ""
679
+
680
+ #: options/phrases-layout/phrases-form.php:87
681
+ msgid "Notify \"None\""
682
+ msgstr ""
683
+
684
+ #: options/phrases-layout/phrases-form.php:91
685
+ #: options/wc-options-serialize.php:394
686
+ msgid "None"
687
+ msgstr ""
688
+
689
+ #: options/phrases-layout/phrases-form.php:97
690
+ msgid "Notify on new comments (checkbox)"
691
+ msgstr ""
692
+
693
+ #: options/phrases-layout/phrases-form.php:101
694
+ #: options/wc-options-serialize.php:395
695
+ msgid "Notify of all new follow-up comments"
696
+ msgstr ""
697
+
698
+ #: options/phrases-layout/phrases-form.php:108
699
+ msgid "Notify on all new replies (checkbox)"
700
+ msgstr ""
701
+
702
+ #: options/phrases-layout/phrases-form.php:112
703
+ #: options/wc-options-serialize.php:396
704
+ msgid "Notify of new replies to all my comments"
705
+ msgstr ""
706
+
707
+ #: options/phrases-layout/phrases-form.php:119
708
+ msgid "Notify on new replies (checkbox)"
709
+ msgstr ""
710
+
711
+ #: options/phrases-layout/phrases-form.php:123
712
+ #: options/wc-options-serialize.php:397
713
+ msgid "Notify of new replies to this comment"
714
+ msgstr ""
715
+
716
+ #: options/phrases-layout/phrases-form.php:129
717
+ msgid "Subscribed on this comment replies"
718
+ msgstr ""
719
+
720
+ #: options/phrases-layout/phrases-form.php:139
721
+ msgid "Subscribed on all your comments replies"
722
+ msgstr ""
723
+
724
+ #: options/phrases-layout/phrases-form.php:149
725
+ msgid "Subscribed on this post"
726
+ msgstr ""
727
+
728
+ #: options/phrases-layout/phrases-general.php:2
729
+ msgid "General Phrases"
730
+ msgstr ""
731
+
732
+ #: options/phrases-layout/phrases-general.php:7
733
+ #: options/wc-options-serialize.php:381
734
+ msgid "Leave a Reply"
735
+ msgstr ""
736
+
737
+ #: options/phrases-layout/phrases-general.php:17
738
+ msgid "Be the first to comment"
739
+ msgstr ""
740
+
741
+ #: options/phrases-layout/phrases-general.php:27
742
+ #: options/wc-options-serialize.php:383 options/wc-options.php:350
743
+ msgid "Comment"
744
+ msgstr ""
745
+
746
+ #: options/phrases-layout/phrases-general.php:37
747
+ msgid "Comment (Plural Form)"
748
+ msgstr ""
749
+
750
+ #: options/phrases-layout/phrases-general.php:47
751
+ msgid "On"
752
+ msgstr ""
753
+
754
+ #: options/phrases-layout/phrases-general.php:57
755
+ msgid "Load More Button"
756
+ msgstr ""
757
+
758
+ #: options/phrases-layout/phrases-general.php:67
759
+ #: options/wc-options-serialize.php:399
760
+ msgid "Load Rest of Comments"
761
+ msgstr ""
762
+
763
+ #: options/phrases-layout/phrases-general.php:77
764
+ msgid "Button text if has new comment"
765
+ msgstr ""
766
+
767
+ #: options/phrases-layout/phrases-general.php:81
768
+ #: options/wc-options-serialize.php:414
769
+ msgid "New Comment"
770
+ msgstr ""
771
+
772
+ #: options/phrases-layout/phrases-general.php:87
773
+ msgid "Button text if has new comments (Plural Form)"
774
+ msgstr ""
775
+
776
+ #: options/phrases-layout/phrases-general.php:91
777
+ msgid "New Comments"
778
+ msgstr ""
779
+
780
+ #: options/phrases-layout/phrases-general.php:97
781
+ msgid "Button text if has new reply"
782
+ msgstr ""
783
+
784
+ #: options/phrases-layout/phrases-general.php:107
785
+ msgid "Button text if has new replies (Plural Form)"
786
+ msgstr ""
787
+
788
+ #: options/phrases-layout/phrases-general.php:111
789
+ msgid "New Replies"
790
+ msgstr ""
791
+
792
+ #: options/phrases-layout/phrases-general.php:117
793
+ msgid "Text on load more button if has new comment(s)"
794
+ msgstr ""
795
+
796
+ #: options/phrases-layout/phrases-general.php:121
797
+ #: options/wc-options-serialize.php:466
798
+ msgid "New"
799
+ msgstr ""
800
+
801
+ #: options/phrases-layout/phrases-notification.php:2
802
+ msgid "Notification Phrases"
803
+ msgstr ""
804
+
805
+ #: options/phrases-layout/phrases-notification.php:7
806
+ #: options/wc-options-serialize.php:423
807
+ msgid "You've successfully unsubscribed."
808
+ msgstr ""
809
+
810
+ #: options/phrases-layout/phrases-notification.php:18
811
+ msgid "Error message for empty field"
812
+ msgstr ""
813
+
814
+ #: options/phrases-layout/phrases-notification.php:28
815
+ msgid "Error message for invalid email field"
816
+ msgstr ""
817
+
818
+ #: options/phrases-layout/phrases-notification.php:38
819
+ msgid "Error message for invalid website url field"
820
+ msgstr ""
821
+
822
+ #: options/phrases-layout/phrases-notification.php:48
823
+ #: options/wc-options-serialize.php:446
824
+ msgid "You must be"
825
+ msgstr ""
826
+
827
+ #: options/phrases-layout/phrases-notification.php:58
828
+ msgid "Logged in as"
829
+ msgstr ""
830
+
831
+ #: options/phrases-layout/phrases-notification.php:68
832
+ #: options/wc-options-serialize.php:448
833
+ msgid "Log out"
834
+ msgstr ""
835
+
836
+ #: options/phrases-layout/phrases-notification.php:78
837
+ msgid "Logged In"
838
+ msgstr ""
839
+
840
+ #: options/phrases-layout/phrases-notification.php:88
841
+ msgid "To post a comment"
842
+ msgstr ""
843
+
844
+ #: options/phrases-layout/phrases-notification.php:98
845
+ #: options/wc-options-serialize.php:453
846
+ msgid "Vote Counted"
847
+ msgstr ""
848
+
849
+ #: options/phrases-layout/phrases-notification.php:108
850
+ msgid "You can vote only 1 time"
851
+ msgstr ""
852
+
853
+ #: options/phrases-layout/phrases-notification.php:118
854
+ #: options/wc-options-serialize.php:455
855
+ msgid "Voting Error"
856
+ msgstr ""
857
+
858
+ #: options/phrases-layout/phrases-notification.php:128
859
+ msgid "Login To Vote"
860
+ msgstr ""
861
+
862
+ #: options/phrases-layout/phrases-notification.php:138
863
+ msgid "You Cannot Vote On Your Comment"
864
+ msgstr ""
865
+
866
+ #: options/phrases-layout/phrases-notification.php:148
867
+ msgid "You are not allowed to vote for this comment (Voting from same IP)"
868
+ msgstr ""
869
+
870
+ #: options/phrases-layout/phrases-notification.php:158
871
+ #: options/wc-options-serialize.php:459
872
+ msgid "Invalid Captcha Code"
873
+ msgstr ""
874
+
875
+ #: options/phrases-layout/phrases-notification.php:168
876
+ #: options/wc-options-serialize.php:460
877
+ msgid "Some of field value is invalid"
878
+ msgstr ""
879
+
880
+ #: options/phrases-layout/phrases-notification.php:178
881
+ msgid "Comment waiting moderation"
882
+ msgstr ""
883
+
884
+ #: options/phrases-layout/phrases-notification.php:188
885
+ msgid "Message if comment was not updated"
886
+ msgstr ""
887
+
888
+ #: options/phrases-layout/phrases-notification.php:192
889
+ #: options/wc-options-serialize.php:467
890
+ msgid "Sorry, the comment was not updated"
891
+ msgstr ""
892
+
893
+ #: options/phrases-layout/phrases-notification.php:198
894
+ msgid "Message if comment no longer possible to edit"
895
+ msgstr ""
896
+
897
+ #: options/phrases-layout/phrases-notification.php:202
898
+ #: options/wc-options-serialize.php:468
899
+ msgid "Sorry, this comment no longer possible to edit"
900
+ msgstr ""
901
+
902
+ #: options/phrases-layout/phrases-notification.php:209
903
+ msgid "Message if comment text not changed"
904
+ msgstr ""
905
+
906
+ #: options/phrases-layout/phrases-notification.php:213
907
+ msgid "TYou've not made any changes"
908
+ msgstr ""
909
+
910
+ #: options/wc-options-serialize.php:382
911
+ msgid "Be the First to Comment!"
912
+ msgstr ""
913
+
914
+ #: options/wc-options-serialize.php:384
915
+ msgid "Comments"
916
+ msgstr ""
917
+
918
+ #: options/wc-options-serialize.php:385
919
+ msgid "on"
920
+ msgstr ""
921
+
922
+ #: options/wc-options-serialize.php:386
923
+ msgid "Start the discussion"
924
+ msgstr ""
925
+
926
+ #: options/wc-options-serialize.php:387
927
+ msgid "Join the discussion"
928
+ msgstr ""
929
+
930
+ #: options/wc-options-serialize.php:388 options/wc-options.php:352
931
+ msgid "Email"
932
+ msgstr ""
933
+
934
+ #: options/wc-options-serialize.php:389
935
+ msgid "Name"
936
+ msgstr ""
937
+
938
+ #: options/wc-options-serialize.php:390
939
+ msgid "WebSite URL"
940
+ msgstr ""
941
+
942
+ #: options/wc-options-serialize.php:391
943
+ msgid "Please insert the code above to comment"
944
+ msgstr ""
945
+
946
+ #: options/wc-options-serialize.php:392
947
+ msgid "Post Comment"
948
+ msgstr ""
949
+
950
+ #: options/wc-options-serialize.php:398
951
+ msgid "Load More Comments"
952
+ msgstr ""
953
+
954
+ #: options/wc-options-serialize.php:410
955
+ msgid "Guest"
956
+ msgstr ""
957
+
958
+ #: options/wc-options-serialize.php:411
959
+ msgid "Member"
960
+ msgstr ""
961
+
962
+ #: options/wc-options-serialize.php:412
963
+ msgid "Author"
964
+ msgstr ""
965
+
966
+ #: options/wc-options-serialize.php:413
967
+ msgid "Admin"
968
+ msgstr ""
969
+
970
+ #: options/wc-options-serialize.php:415
971
+ msgid "New comment on the discussion section you've been interested in"
972
+ msgstr ""
973
+
974
+ #: options/wc-options-serialize.php:417
975
+ msgid "New reply on the discussion section you've been interested in"
976
+ msgstr ""
977
+
978
+ #: options/wc-options-serialize.php:418
979
+ msgid "You're subscribed for new replies on this comment"
980
+ msgstr ""
981
+
982
+ #: options/wc-options-serialize.php:419
983
+ msgid "You're subscribed for new replies on all your comments"
984
+ msgstr ""
985
+
986
+ #: options/wc-options-serialize.php:420
987
+ msgid "You're subscribed for new follow-up comments on this post"
988
+ msgstr ""
989
+
990
+ #: options/wc-options-serialize.php:428
991
+ msgid "please fill out this field to comment"
992
+ msgstr ""
993
+
994
+ #: options/wc-options-serialize.php:429
995
+ msgid "email address is invalid"
996
+ msgstr ""
997
+
998
+ #: options/wc-options-serialize.php:430
999
+ msgid "url is invalid"
1000
+ msgstr ""
1001
+
1002
+ #: options/wc-options-serialize.php:431
1003
+ msgid "year"
1004
+ msgstr ""
1005
+
1006
+ #: options/wc-options-serialize.php:432
1007
+ msgid "years"
1008
+ msgstr ""
1009
+
1010
+ #: options/wc-options-serialize.php:433
1011
+ msgid "month"
1012
+ msgstr ""
1013
+
1014
+ #: options/wc-options-serialize.php:434
1015
+ msgid "months"
1016
+ msgstr ""
1017
+
1018
+ #: options/wc-options-serialize.php:435
1019
+ msgid "day"
1020
+ msgstr ""
1021
+
1022
+ #: options/wc-options-serialize.php:436
1023
+ msgid "days"
1024
+ msgstr ""
1025
+
1026
+ #: options/wc-options-serialize.php:437
1027
+ msgid "hour"
1028
+ msgstr ""
1029
+
1030
+ #: options/wc-options-serialize.php:438
1031
+ msgid "hours"
1032
+ msgstr ""
1033
+
1034
+ #: options/wc-options-serialize.php:439
1035
+ msgid "minute"
1036
+ msgstr ""
1037
+
1038
+ #: options/wc-options-serialize.php:440
1039
+ msgid "minutes"
1040
+ msgstr ""
1041
+
1042
+ #: options/wc-options-serialize.php:441
1043
+ msgid "second"
1044
+ msgstr ""
1045
+
1046
+ #: options/wc-options-serialize.php:442
1047
+ msgid "seconds"
1048
+ msgstr ""
1049
+
1050
+ #: options/wc-options-serialize.php:443
1051
+ msgid "right now"
1052
+ msgstr ""
1053
+
1054
+ #: options/wc-options-serialize.php:444
1055
+ msgid "ago"
1056
+ msgstr ""
1057
+
1058
+ #: options/wc-options-serialize.php:447
1059
+ msgid "You are logged in as"
1060
+ msgstr ""
1061
+
1062
+ #: options/wc-options-serialize.php:449
1063
+ msgid "logged in"
1064
+ msgstr ""
1065
+
1066
+ #: options/wc-options-serialize.php:450
1067
+ msgid "to post a comment."
1068
+ msgstr ""
1069
+
1070
+ #: options/wc-options-serialize.php:454
1071
+ msgid "You've already voted for this comment"
1072
+ msgstr ""
1073
+
1074
+ #: options/wc-options-serialize.php:456
1075
+ msgid "You Must Be Logged In To Vote"
1076
+ msgstr ""
1077
+
1078
+ #: options/wc-options-serialize.php:457
1079
+ msgid "You cannot vote for your comment"
1080
+ msgstr ""
1081
+
1082
+ #: options/wc-options-serialize.php:458
1083
+ msgid "You are not allowed to vote for this comment"
1084
+ msgstr ""
1085
+
1086
+ #: options/wc-options-serialize.php:461
1087
+ msgid "new comment"
1088
+ msgstr ""
1089
+
1090
+ #: options/wc-options-serialize.php:462
1091
+ msgid "new comments"
1092
+ msgstr ""
1093
+
1094
+ #: options/wc-options-serialize.php:463
1095
+ msgid "Comment awaiting moderation"
1096
+ msgstr ""
1097
+
1098
+ #: options/wc-options-serialize.php:464
1099
+ msgid "new reply on your comment"
1100
+ msgstr ""
1101
+
1102
+ #: options/wc-options-serialize.php:465
1103
+ msgid "new replies on your comments"
1104
+ msgstr ""
1105
+
1106
+ #: options/wc-options-serialize.php:469
1107
+ msgid "You've not made any changes"
1108
+ msgstr ""
1109
+
1110
+ #: options/wc-options.php:28 options/wc-options.php:228
1111
+ msgid "Hacker?"
1112
+ msgstr ""
1113
+
1114
+ #: options/wc-options.php:83
1115
+ msgid "wpDiscuz General Settings"
1116
+ msgstr ""
1117
+
1118
+ #: options/wc-options.php:175
1119
+ msgid "General settings"
1120
+ msgstr ""
1121
+
1122
+ #: options/wc-options.php:178
1123
+ msgid "Email Subscription"
1124
+ msgstr ""
1125
+
1126
+ #: options/wc-options.php:178
1127
+ msgid "and Postmatic"
1128
+ msgstr ""
1129
+
1130
+ #: options/wc-options.php:209 options/wc-options.php:380
1131
+ msgid "Save Changes"
1132
+ msgstr ""
1133
+
1134
+ #: options/wc-options.php:210
1135
+ msgid "Reset Options"
1136
+ msgstr ""
1137
+
1138
+ #: options/wc-options.php:338
1139
+ msgid "WpDiscuz Front-end Phrases"
1140
+ msgstr ""
1141
+
1142
+ #: options/wc-options.php:348
1143
+ msgid "General"
1144
+ msgstr ""
1145
+
1146
+ #: options/wc-options.php:349
1147
+ msgid "Form"
1148
+ msgstr ""
1149
+
1150
+ #: options/wc-options.php:351
1151
+ msgid "Date/Time"
1152
+ msgstr ""
1153
+
1154
+ #: options/wc-options.php:353
1155
+ msgid "Notification"
1156
+ msgstr ""
1157
+
1158
+ #: wc.php:1022
1159
+ msgid "Phrases"
1160
+ msgstr ""
options/options-layouts/settings-social.php CHANGED
@@ -9,7 +9,7 @@ add_thickbox();
9
  if (function_exists('wsl_render_auth_widget_in_comment_form')) {
10
  $wc_social_plugin = '<tr valign="top"><td>WordPress Social Login</td><td><a href="options-general.php?page=wordpress-social-login" class="button button-primary">' . __('Settings', 'default') . '</a></td></tr>';
11
  } else if (function_exists('the_champ_login_button')) {
12
- $wc_social_plugin = '<tr valign="top"><td>Super Socializer</td><td><a href="admin.php?page=the-champ-social-login" class="button button-primary">' . __('Settings', 'default') . '</a></td></tr>';
13
  } else if (function_exists('sc_render_comment_form_social_connect')) {
14
  $wc_social_plugin = '<tr valign="top"><td>Social Connect</td><td><a href="options-general.php?page=social-connect-id" class="button button-primary">' . __('Settings', 'default') . '</a></td></tr>';
15
  } else if (function_exists('oa_social_login_render_login_form_comments')) {
@@ -74,7 +74,7 @@ if (isset($_GET['wc_social_action'])) {
74
  $wc_social_plugin_file = 'wordpress-social-login/wp-social-login.php';
75
  break;
76
  case 'super-socializer':
77
- $wc_activation_redirect_url = 'admin.php?page=the-champ-social-login';
78
  $wc_social_plugin_file = 'super-socializer/super_socializer.php';
79
  break;
80
  case 'social-connect':
9
  if (function_exists('wsl_render_auth_widget_in_comment_form')) {
10
  $wc_social_plugin = '<tr valign="top"><td>WordPress Social Login</td><td><a href="options-general.php?page=wordpress-social-login" class="button button-primary">' . __('Settings', 'default') . '</a></td></tr>';
11
  } else if (function_exists('the_champ_login_button')) {
12
+ $wc_social_plugin = '<tr valign="top"><td>Super Socializer</td><td><a href="admin.php?page=super-socializer" class="button button-primary">' . __('Settings', 'default') . '</a></td></tr>';
13
  } else if (function_exists('sc_render_comment_form_social_connect')) {
14
  $wc_social_plugin = '<tr valign="top"><td>Social Connect</td><td><a href="options-general.php?page=social-connect-id" class="button button-primary">' . __('Settings', 'default') . '</a></td></tr>';
15
  } else if (function_exists('oa_social_login_render_login_form_comments')) {
74
  $wc_social_plugin_file = 'wordpress-social-login/wp-social-login.php';
75
  break;
76
  case 'super-socializer':
77
+ $wc_activation_redirect_url = 'admin.php?page=super-socializer';
78
  $wc_social_plugin_file = 'super-socializer/super_socializer.php';
79
  break;
80
  case 'social-connect':
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: wordpress comments, ajax comments, ajax, live update, theme, post comments, comments box, community, discussion, discuss, comment form, reply, comments, discussions, comment template, activity, comment author, comment system, redirect, comment redirect, first commenter, social login
5
  Requires at least: 2.7
6
  Tested up to: 4.2.2
7
- Stable tag: 2.2.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -129,6 +129,9 @@ http://www.gvectors.com/questions/wpdiscuz-comment-form-is-missing/
129
 
130
 
131
  == Changelog ==
 
 
 
132
 
133
  = 2.2.6 =
134
  * Added: Supports "Social Login" Plugin
4
  Tags: wordpress comments, ajax comments, ajax, live update, theme, post comments, comments box, community, discussion, discuss, comment form, reply, comments, discussions, comment template, activity, comment author, comment system, redirect, comment redirect, first commenter, social login
5
  Requires at least: 2.7
6
  Tested up to: 4.2.2
7
+ Stable tag: 2.2.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
129
 
130
 
131
  == Changelog ==
132
+ = 2.2.7 =
133
+ Fixed Bug : Slashes removing issue
134
+ Fixed Bug : JavaScript Uncaught TypeError issue
135
 
136
  = 2.2.6 =
137
  * Added: Supports "Social Login" Plugin
wc.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  Plugin Name: wpDiscuz - Wordpress Comments
5
  Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
- Version: 2.2.6
7
  Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  Author URI: http://www.gvectors.com/
9
  Plugin URI: http://www.gvectors.com/wpdiscuz/
@@ -352,7 +352,7 @@ class WC_Core {
352
  if ($name && filter_var($email, FILTER_VALIDATE_EMAIL) && $comment_content && filter_var($comment_post_ID)) {
353
 
354
  $author_ip = WC_Helper::get_real_ip_addr();
355
-
356
  $new_commentdata = array(
357
  'user_id' => $user_id,
358
  'comment_post_ID' => $comment_post_ID,
@@ -927,8 +927,8 @@ class WC_Core {
927
  */
928
  public function wc_notify_on_new_reply($parent_comment_id, $new_comment_id, $email) {
929
  $emails_array = $this->wc_db_helper->wc_get_post_new_reply_notification($parent_comment_id, $email);
930
- $subject = ($this->wc_options_serialized->wc_phrases['wc_new_reply_email_subject']) ? $this->wc_options_serialized->wc_phrases['wc_new_reply_email_subject'] : 'New Reply';
931
- $message = ($this->wc_options_serialized->wc_phrases['wc_new_reply_email_message']) ? $this->wc_options_serialized->wc_phrases['wc_new_reply_email_message'] : 'New reply on the discussion section you\'ve been interested in';
932
  foreach ($emails_array as $e_row) {
933
  $this->wc_email_sender($e_row, $new_comment_id, $subject, $message);
934
  }
@@ -1064,6 +1064,7 @@ class WC_Core {
1064
 
1065
  $author_ip = WC_Helper::get_real_ip_addr();
1066
  $this->wc_user_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
 
1067
  $commentarr = array(
1068
  'comment_ID' => $comment_ID,
1069
  'comment_content' => apply_filters('pre_comment_content', $comment_content),
3
  /*
4
  Plugin Name: wpDiscuz - Wordpress Comments
5
  Description: Better comment system. Wordpress post comments and discussion plugin. Allows your visitors discuss, vote for comments and share.
6
+ Version: 2.2.7
7
  Author: gVectors Team (A. Chakhoyan, G. Zakaryan, H. Martirosyan)
8
  Author URI: http://www.gvectors.com/
9
  Plugin URI: http://www.gvectors.com/wpdiscuz/
352
  if ($name && filter_var($email, FILTER_VALIDATE_EMAIL) && $comment_content && filter_var($comment_post_ID)) {
353
 
354
  $author_ip = WC_Helper::get_real_ip_addr();
355
+ $comment_content = addslashes($comment_content);
356
  $new_commentdata = array(
357
  'user_id' => $user_id,
358
  'comment_post_ID' => $comment_post_ID,
927
  */
928
  public function wc_notify_on_new_reply($parent_comment_id, $new_comment_id, $email) {
929
  $emails_array = $this->wc_db_helper->wc_get_post_new_reply_notification($parent_comment_id, $email);
930
+ $subject = ($this->wc_options_serialized->wc_phrases['wc_new_reply_email_subject']) ? $this->wc_options_serialized->wc_phrases['wc_new_reply_email_subject'] : __('New Reply',WC_Core::$TEXT_DOMAIN);
931
+ $message = ($this->wc_options_serialized->wc_phrases['wc_new_reply_email_message']) ? $this->wc_options_serialized->wc_phrases['wc_new_reply_email_message'] : __('New reply on the discussion section you\'ve been interested in',WC_Core::$TEXT_DOMAIN);
932
  foreach ($emails_array as $e_row) {
933
  $this->wc_email_sender($e_row, $new_comment_id, $subject, $message);
934
  }
1064
 
1065
  $author_ip = WC_Helper::get_real_ip_addr();
1066
  $this->wc_user_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
1067
+ $comment_content = addslashes($comment_content);
1068
  $commentarr = array(
1069
  'comment_ID' => $comment_ID,
1070
  'comment_content' => apply_filters('pre_comment_content', $comment_content),