Restrict Widgets - Version 1.3.1

Version Description

  • New: Categories and Tags available in Taxonomy selection
  • Tweak: Removed local translation files in favor of WP repository translations.
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Restrict Widgets
Version 1.3.1
Comparing to
See all releases

Code changes from version 1.3.0 to 1.3.1

js/chosen.jquery.min.js DELETED
@@ -1,10 +0,0 @@
1
- // Chosen, a Select Box Enhancer for jQuery and Protoype
2
- // by Patrick Filler for Harvest, http://getharvest.com
3
- //
4
- // Version 0.9.11
5
- // Full source at https://github.com/harvesthq/chosen
6
- // Copyright (c) 2011 Harvest http://getharvest.com
7
-
8
- // MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
9
- // This file is generated by `cake build`, do not edit it by hand.
10
- (function(){var e;e=function(){function e(){this.options_index=0,this.parsed=[]}return e.prototype.add_node=function(e){return e.nodeName.toUpperCase()==="OPTGROUP"?this.add_group(e):this.add_option(e)},e.prototype.add_group=function(e){var t,n,r,i,s,o;t=this.parsed.length,this.parsed.push({array_index:t,group:!0,label:e.label,children:0,disabled:e.disabled}),s=e.childNodes,o=[];for(r=0,i=s.length;r<i;r++)n=s[r],o.push(this.add_option(n,t,e.disabled));return o},e.prototype.add_option=function(e,t,n){if(e.nodeName.toUpperCase()==="OPTION")return e.text!==""?(t!=null&&(this.parsed[t].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:e.value,text:e.text,html:e.innerHTML,selected:e.selected,disabled:n===!0?n:e.disabled,group_array_index:t,classes:e.className,style:e.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},e}(),e.select_to_array=function(t){var n,r,i,s,o;r=new e,o=t.childNodes;for(i=0,s=o.length;i<s;i++)n=o[i],r.add_node(n);return r.parsed},this.SelectParser=e}).call(this),function(){var e,t;t=this,e=function(){function e(e,t){this.form_field=e,this.options=t!=null?t:{},this.is_multiple=this.form_field.multiple,this.set_default_text(),this.set_default_values(),this.setup(),this.set_up_html(),this.register_observers(),this.finish_setup()}return e.prototype.set_default_values=function(){var e=this;return this.click_test_action=function(t){return e.test_active_click(t)},this.activate_action=function(t){return e.activate_field(t)},this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.result_single_selected=null,this.allow_single_deselect=this.options.allow_single_deselect!=null&&this.form_field.options[0]!=null&&this.form_field.options[0].text===""?this.options.allow_single_deselect:!1,this.disable_search_threshold=this.options.disable_search_threshold||0,this.disable_search=this.options.disable_search||!1,this.enable_split_word_search=this.options.enable_split_word_search!=null?this.options.enable_split_word_search:!0,this.search_contains=this.options.search_contains||!1,this.choices=0,this.single_backstroke_delete=this.options.single_backstroke_delete||!1,this.max_selected_options=this.options.max_selected_options||Infinity,this.inherit_select_classes=this.options.inherit_select_classes||!1},e.prototype.set_default_text=function(){return this.form_field.getAttribute("data-placeholder")?this.default_text=this.form_field.getAttribute("data-placeholder"):this.is_multiple?this.default_text=this.options.placeholder_text_multiple||this.options.placeholder_text||"Select Some Options":this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||"Select an Option",this.results_none_found=this.form_field.getAttribute("data-no_results_text")||this.options.no_results_text||"No results match"},e.prototype.mouse_enter=function(){return this.mouse_on_container=!0},e.prototype.mouse_leave=function(){return this.mouse_on_container=!1},e.prototype.input_focus=function(e){var t=this;if(this.is_multiple){if(!this.active_field)return setTimeout(function(){return t.container_mousedown()},50)}else if(!this.active_field)return this.activate_field()},e.prototype.input_blur=function(e){var t=this;if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(){return t.blur_test()},100)},e.prototype.result_add_option=function(e){var t,n;return e.disabled?"":(e.dom_id=this.container_id+"_o_"+e.array_index,t=e.selected&&this.is_multiple?[]:["active-result"],e.selected&&t.push("result-selected"),e.group_array_index!=null&&t.push("group-option"),e.classes!==""&&t.push(e.classes),n=e.style.cssText!==""?' style="'+e.style+'"':"",'<li id="'+e.dom_id+'" class="'+t.join(" ")+'"'+n+">"+e.html+"</li>")},e.prototype.results_update_field=function(){return this.is_multiple||this.results_reset_cleanup(),this.result_clear_highlight(),this.result_single_selected=null,this.results_build()},e.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},e.prototype.results_search=function(e){return this.results_showing?this.winnow_results():this.results_show()},e.prototype.keyup_checker=function(e){var t,n;t=(n=e.which)!=null?n:e.keyCode,this.search_field_scale();switch(t){case 8:if(this.is_multiple&&this.backstroke_length<1&&this.choices>0)return this.keydown_backstroke();if(!this.pending_backstroke)return this.result_clear_highlight(),this.results_search();break;case 13:e.preventDefault();if(this.results_showing)return this.result_select(e);break;case 27:return this.results_showing&&this.results_hide(),!0;case 9:case 38:case 40:case 16:case 91:case 17:break;default:return this.results_search()}},e.prototype.generate_field_id=function(){var e;return e=this.generate_random_id(),this.form_field.id=e,e},e.prototype.generate_random_char=function(){var e,t,n;return e="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",n=Math.floor(Math.random()*e.length),t=e.substring(n,n+1)},e}(),t.AbstractChosen=e}.call(this),function(){var e,t,n,r,i={}.hasOwnProperty,s=function(e,t){function r(){this.constructor=e}for(var n in t)i.call(t,n)&&(e[n]=t[n]);return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e};r=this,e=jQuery,e.fn.extend({chosen:function(n){var r,i,s;return s=navigator.userAgent.toLowerCase(),i=/(msie) ([\w.]+)/.exec(s)||[],r={name:i[1]||"",version:i[2]||"0"},r.name==="msie"&&(r.version==="6.0"||r.version==="7.0"&&document.documentMode===7)?this:this.each(function(r){var i;i=e(this);if(!i.hasClass("chzn-done"))return i.data("chosen",new t(this,n))})}}),t=function(t){function i(){return i.__super__.constructor.apply(this,arguments)}return s(i,t),i.prototype.setup=function(){return this.form_field_jq=e(this.form_field),this.current_value=this.form_field_jq.val(),this.is_rtl=this.form_field_jq.hasClass("chzn-rtl")},i.prototype.finish_setup=function(){return this.form_field_jq.addClass("chzn-done")},i.prototype.set_up_html=function(){var t,r,i,s,o,u;return this.container_id=this.form_field.id.length?this.form_field.id.replace(/[^\w]/g,"_"):this.generate_field_id(),this.container_id+="_chzn",t=["chzn-container"],t.push("chzn-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&t.push(this.form_field.className),this.is_rtl&&t.push("chzn-rtl"),this.f_width=this.form_field_jq.outerWidth(),i={id:this.container_id,"class":t.join(" "),style:"width: "+this.f_width+"px;",title:this.form_field.title},r=e("<div />",i),this.is_multiple?r.html('<ul class="chzn-choices"><li class="search-field"><input type="text" value="'+this.default_text+'" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chzn-drop" style="left:-9000px;"><ul class="chzn-results"></ul></div>'):r.html('<a href="javascript:void(0)" class="chzn-single chzn-default" tabindex="-1"><span>'+this.default_text+'</span><div><b></b></div></a><div class="chzn-drop" style="left:-9000px;"><div class="chzn-search"><input type="text" autocomplete="off" /></div><ul class="chzn-results"></ul></div>'),this.form_field_jq.hide().after(r),this.container=e("#"+this.container_id),this.dropdown=this.container.find("div.chzn-drop").first(),s=this.container.height(),o=this.f_width-n(this.dropdown),this.dropdown.css({width:o+"px",top:s+"px"}),this.search_field=this.container.find("input").first(),this.search_results=this.container.find("ul.chzn-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chzn-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chzn-search").first(),this.selected_item=this.container.find(".chzn-single").first(),u=o-n(this.search_container)-n(this.search_field),this.search_field.css({width:u+"px"})),this.results_build(),this.set_tab_index(),this.form_field_jq.trigger("liszt:ready",{chosen:this})},i.prototype.register_observers=function(){var e=this;return this.container.mousedown(function(t){return e.container_mousedown(t)}),this.container.mouseup(function(t){return e.container_mouseup(t)}),this.container.mouseenter(function(t){return e.mouse_enter(t)}),this.container.mouseleave(function(t){return e.mouse_leave(t)}),this.search_results.mouseup(function(t){return e.search_results_mouseup(t)}),this.search_results.mouseover(function(t){return e.search_results_mouseover(t)}),this.search_results.mouseout(function(t){return e.search_results_mouseout(t)}),this.form_field_jq.bind("liszt:updated",function(t){return e.results_update_field(t)}),this.form_field_jq.bind("liszt:activate",function(t){return e.activate_field(t)}),this.form_field_jq.bind("liszt:open",function(t){return e.container_mousedown(t)}),this.search_field.blur(function(t){return e.input_blur(t)}),this.search_field.keyup(function(t){return e.keyup_checker(t)}),this.search_field.keydown(function(t){return e.keydown_checker(t)}),this.search_field.focus(function(t){return e.input_focus(t)}),this.is_multiple?this.search_choices.click(function(t){return e.choices_click(t)}):this.container.click(function(e){return e.preventDefault()})},i.prototype.search_field_disabled=function(){this.is_disabled=this.form_field_jq[0].disabled;if(this.is_disabled)return this.container.addClass("chzn-disabled"),this.search_field[0].disabled=!0,this.is_multiple||this.selected_item.unbind("focus",this.activate_action),this.close_field();this.container.removeClass("chzn-disabled"),this.search_field[0].disabled=!1;if(!this.is_multiple)return this.selected_item.bind("focus",this.activate_action)},i.prototype.container_mousedown=function(t){var n;if(!this.is_disabled)return n=t!=null?e(t.target).hasClass("search-choice-close"):!1,t&&t.type==="mousedown"&&!this.results_showing&&t.preventDefault(),!this.pending_destroy_click&&!n?(this.active_field?!this.is_multiple&&t&&(e(t.target)[0]===this.selected_item[0]||e(t.target).parents("a.chzn-single").length)&&(t.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),e(document).click(this.click_test_action),this.results_show()),this.activate_field()):this.pending_destroy_click=!1},i.prototype.container_mouseup=function(e){if(e.target.nodeName==="ABBR"&&!this.is_disabled)return this.results_reset(e)},i.prototype.blur_test=function(e){if(!this.active_field&&this.container.hasClass("chzn-container-active"))return this.close_field()},i.prototype.close_field=function(){return e(document).unbind("click",this.click_test_action),this.active_field=!1,this.results_hide(),this.container.removeClass("chzn-container-active"),this.winnow_results_clear(),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale()},i.prototype.activate_field=function(){return this.container.addClass("chzn-container-active"),this.active_field=!0,this.search_field.val(this.search_field.val()),this.search_field.focus()},i.prototype.test_active_click=function(t){return e(t.target).parents("#"+this.container_id).length?this.active_field=!0:this.close_field()},i.prototype.results_build=function(){var e,t,n,i,s;this.parsing=!0,this.results_data=r.SelectParser.select_to_array(this.form_field),this.is_multiple&&this.choices>0?(this.search_choices.find("li.search-choice").remove(),this.choices=0):this.is_multiple||(this.selected_item.addClass("chzn-default").find("span").text(this.default_text),this.disable_search||this.form_field.options.length<=this.disable_search_threshold?this.container.addClass("chzn-container-single-nosearch"):this.container.removeClass("chzn-container-single-nosearch")),e="",s=this.results_data;for(n=0,i=s.length;n<i;n++)t=s[n],t.group?e+=this.result_add_group(t):t.empty||(e+=this.result_add_option(t),t.selected&&this.is_multiple?this.choice_build(t):t.selected&&!this.is_multiple&&(this.selected_item.removeClass("chzn-default").find("span").text(t.text),this.allow_single_deselect&&this.single_deselect_control_build()));return this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.search_results.html(e),this.parsing=!1},i.prototype.result_add_group=function(t){return t.disabled?"":(t.dom_id=this.container_id+"_g_"+t.array_index,'<li id="'+t.dom_id+'" class="group-result">'+e("<div />").text(t.label).html()+"</li>")},i.prototype.result_do_highlight=function(e){var t,n,r,i,s;if(e.length){this.result_clear_highlight(),this.result_highlight=e,this.result_highlight.addClass("highlighted"),r=parseInt(this.search_results.css("maxHeight"),10),s=this.search_results.scrollTop(),i=r+s,n=this.result_highlight.position().top+this.search_results.scrollTop(),t=n+this.result_highlight.outerHeight();if(t>=i)return this.search_results.scrollTop(t-r>0?t-r:0);if(n<s)return this.search_results.scrollTop(n)}},i.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},i.prototype.results_show=function(){var e;if(!this.is_multiple)this.selected_item.addClass("chzn-single-with-drop"),this.result_single_selected&&this.result_do_highlight(this.result_single_selected);else if(this.max_selected_options<=this.choices)return this.form_field_jq.trigger("liszt:maxselected",{chosen:this}),!1;return e=this.is_multiple?this.container.height():this.container.height()-1,this.form_field_jq.trigger("liszt:showing_dropdown",{chosen:this}),this.dropdown.css({top:e+"px",left:0}),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.search_field.val()),this.winnow_results()},i.prototype.results_hide=function(){return this.is_multiple||this.selected_item.removeClass("chzn-single-with-drop"),this.result_clear_highlight(),this.form_field_jq.trigger("liszt:hiding_dropdown",{chosen:this}),this.dropdown.css({left:"-9000px"}),this.results_showing=!1},i.prototype.set_tab_index=function(e){var t;if(this.form_field_jq.attr("tabindex"))return t=this.form_field_jq.attr("tabindex"),this.form_field_jq.attr("tabindex",-1),this.search_field.attr("tabindex",t)},i.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},i.prototype.search_results_mouseup=function(t){var n;n=e(t.target).hasClass("active-result")?e(t.target):e(t.target).parents(".active-result").first();if(n.length)return this.result_highlight=n,this.result_select(t),this.search_field.focus()},i.prototype.search_results_mouseover=function(t){var n;n=e(t.target).hasClass("active-result")?e(t.target):e(t.target).parents(".active-result").first();if(n)return this.result_do_highlight(n)},i.prototype.search_results_mouseout=function(t){if(e(t.target).hasClass("active-result"))return this.result_clear_highlight()},i.prototype.choices_click=function(t){t.preventDefault();if(this.active_field&&!e(t.target).hasClass("search-choice")&&!this.results_showing)return this.results_show()},i.prototype.choice_build=function(t){var n,r,i,s=this;return this.is_multiple&&this.max_selected_options<=this.choices?(this.form_field_jq.trigger("liszt:maxselected",{chosen:this}),!1):(n=this.container_id+"_c_"+t.array_index,this.choices+=1,t.disabled?r='<li class="search-choice search-choice-disabled" id="'+n+'"><span>'+t.html+"</span></li>":r='<li class="search-choice" id="'+n+'"><span>'+t.html+'</span><a href="javascript:void(0)" class="search-choice-close" rel="'+t.array_index+'"></a></li>',this.search_container.before(r),i=e("#"+n).find("a").first(),i.click(function(e){return s.choice_destroy_link_click(e)}))},i.prototype.choice_destroy_link_click=function(t){return t.preventDefault(),this.is_disabled?t.stopPropagation:(this.pending_destroy_click=!0,this.choice_destroy(e(t.target)))},i.prototype.choice_destroy=function(e){if(this.result_deselect(e.attr("rel")))return this.choices-=1,this.show_search_field_default(),this.is_multiple&&this.choices>0&&this.search_field.val().length<1&&this.results_hide(),e.parents("li").first().remove(),this.search_field_scale()},i.prototype.results_reset=function(){this.form_field.options[0].selected=!0,this.selected_item.find("span").text(this.default_text),this.is_multiple||this.selected_item.addClass("chzn-default"),this.show_search_field_default(),this.results_reset_cleanup(),this.form_field_jq.trigger("change");if(this.active_field)return this.results_hide()},i.prototype.results_reset_cleanup=function(){return this.current_value=this.form_field_jq.val(),this.selected_item.find("abbr").remove()},i.prototype.result_select=function(e){var t,n,r,i;if(this.result_highlight)return t=this.result_highlight,n=t.attr("id"),this.result_clear_highlight(),this.is_multiple?this.result_deactivate(t):(this.search_results.find(".result-selected").removeClass("result-selected"),this.result_single_selected=t,this.selected_item.removeClass("chzn-default")),t.addClass("result-selected"),i=n.substr(n.lastIndexOf("_")+1),r=this.results_data[i],r.selected=!0,this.form_field.options[r.options_index].selected=!0,this.is_multiple?this.choice_build(r):(this.selected_item.find("span").first().text(r.text),this.allow_single_deselect&&this.single_deselect_control_build()),(!e.metaKey&&!e.ctrlKey||!this.is_multiple)&&this.results_hide(),this.search_field.val(""),(this.is_multiple||this.form_field_jq.val()!==this.current_value)&&this.form_field_jq.trigger("change",{selected:this.form_field.options[r.options_index].value}),this.current_value=this.form_field_jq.val(),this.search_field_scale()},i.prototype.result_activate=function(e){return e.addClass("active-result")},i.prototype.result_deactivate=function(e){return e.removeClass("active-result")},i.prototype.result_deselect=function(t){var n,r;return r=this.results_data[t],this.form_field.options[r.options_index].disabled?!1:(r.selected=!1,this.form_field.options[r.options_index].selected=!1,n=e("#"+this.container_id+"_o_"+t),n.removeClass("result-selected").addClass("active-result").show(),this.result_clear_highlight(),this.winnow_results(),this.form_field_jq.trigger("change",{deselected:this.form_field.options[r.options_index].value}),this.search_field_scale(),!0)},i.prototype.single_deselect_control_build=function(){if(this.allow_single_deselect&&this.selected_item.find("abbr").length<1)return this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>')},i.prototype.winnow_results=function(){var t,n,r,i,s,o,u,a,f,l,c,h,p,d,v,m,g,y;this.no_results_clear(),f=0,l=this.search_field.val()===this.default_text?"":e("<div/>").text(e.trim(this.search_field.val())).html(),o=this.search_contains?"":"^",s=new RegExp(o+l.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"i"),p=new RegExp(l.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),"i"),y=this.results_data;for(d=0,m=y.length;d<m;d++){n=y[d];if(!n.disabled&&!n.empty)if(n.group)e("#"+n.dom_id).css("display","none");else if(!this.is_multiple||!n.selected){t=!1,a=n.dom_id,u=e("#"+a);if(s.test(n.html))t=!0,f+=1;else if(this.enable_split_word_search&&(n.html.indexOf(" ")>=0||n.html.indexOf("[")===0)){i=n.html.replace(/\[|\]/g,"").split(" ");if(i.length)for(v=0,g=i.length;v<g;v++)r=i[v],s.test(r)&&(t=!0,f+=1)}t?(l.length?(c=n.html.search(p),h=n.html.substr(0,c+l.length)+"</em>"+n.html.substr(c+l.length),h=h.substr(0,c)+"<em>"+h.substr(c)):h=n.html,u.html(h),this.result_activate(u),n.group_array_index!=null&&e("#"+this.results_data[n.group_array_index].dom_id).css("display","list-item")):(this.result_highlight&&a===this.result_highlight.attr("id")&&this.result_clear_highlight(),this.result_deactivate(u))}}return f<1&&l.length?this.no_results(l):this.winnow_results_set_highlight()},i.prototype.winnow_results_clear=function(){var t,n,r,i,s;this.search_field.val(""),n=this.search_results.find("li"),s=[];for(r=0,i=n.length;r<i;r++)t=n[r],t=e(t),t.hasClass("group-result")?s.push(t.css("display","auto")):!this.is_multiple||!t.hasClass("result-selected")?s.push(this.result_activate(t)):s.push(void 0);return s},i.prototype.winnow_results_set_highlight=function(){var e,t;if(!this.result_highlight){t=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),e=t.length?t.first():this.search_results.find(".active-result").first();if(e!=null)return this.result_do_highlight(e)}},i.prototype.no_results=function(t){var n;return n=e('<li class="no-results">'+this.results_none_found+' "<span></span>"</li>'),n.find("span").first().html(t),this.search_results.append(n)},i.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},i.prototype.keydown_arrow=function(){var t,n;this.result_highlight?this.results_showing&&(n=this.result_highlight.nextAll("li.active-result").first(),n&&this.result_do_highlight(n)):(t=this.search_results.find("li.active-result").first(),t&&this.result_do_highlight(e(t)));if(!this.results_showing)return this.results_show()},i.prototype.keyup_arrow=function(){var e;if(!this.results_showing&&!this.is_multiple)return this.results_show();if(this.result_highlight)return e=this.result_highlight.prevAll("li.active-result"),e.length?this.result_do_highlight(e.first()):(this.choices>0&&this.results_hide(),this.result_clear_highlight())},i.prototype.keydown_backstroke=function(){var e;if(this.pending_backstroke)return this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke();e=this.search_container.siblings("li.search-choice").last();if(e.length&&!e.hasClass("search-choice-disabled"))return this.pending_backstroke=e,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")},i.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},i.prototype.keydown_checker=function(e){var t,n;t=(n=e.which)!=null?n:e.keyCode,this.search_field_scale(),t!==8&&this.pending_backstroke&&this.clear_backstroke();switch(t){case 8:this.backstroke_length=this.search_field.val().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(e),this.mouse_on_container=!1;break;case 13:e.preventDefault();break;case 38:e.preventDefault(),this.keyup_arrow();break;case 40:this.keydown_arrow()}},i.prototype.search_field_scale=function(){var t,n,r,i,s,o,u,a,f;if(this.is_multiple){r=0,u=0,s="position:absolute; left: -1000px; top: -1000px; display:none;",o=["font-size","font-style","font-weight","font-family","line-height","text-transform","letter-spacing"];for(a=0,f=o.length;a<f;a++)i=o[a],s+=i+":"+this.search_field.css(i)+";";return n=e("<div />",{style:s}),n.text(this.search_field.val()),e("body").append(n),u=n.width()+25,n.remove(),u>this.f_width-10&&(u=this.f_width-10),this.search_field.css({width:u+"px"}),t=this.container.height(),this.dropdown.css({top:t+"px"})}},i.prototype.generate_random_id=function(){var t;t="sel"+this.generate_random_char()+this.generate_random_char()+this.generate_random_char();while(e("#"+t).length>0)t+=this.generate_random_char();return t},i}(AbstractChosen),r.Chosen=t,n=function(e){var t;return t=e.outerWidth()-e.width()},r.get_side_border_padding=n}.call(this);
 
 
 
 
 
 
 
 
 
 
languages/restrict-widget-he_IL.mo DELETED
Binary file
languages/restrict-widget-he_IL.po DELETED
@@ -1,388 +0,0 @@
1
- # This file was generated by WPML
2
- # WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
3
- # http://wpml.org
4
- msgid ""
5
- msgstr ""
6
- "Content-Type: text/plain; charset=UTF-8\n"
7
- "Content-Transfer-Encoding: 8bit\n"
8
- "Project-Id-Version: restrict-widget\n"
9
- "POT-Creation-Date: \n"
10
- "PO-Revision-Date: \n"
11
- "Last-Translator: Ahrale <contact@atar4u.com>\n"
12
- "Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
13
- "MIME-Version: 1.0\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "Language: he_IL\n"
16
- "X-Generator: Poedit 1.7.3\n"
17
- "X-Poedit-SourceCharset: UTF-8\n"
18
-
19
- # 'restrict_roles' => esc_attr__('Select roles', 'restrict-widgets'),
20
- # 'restrict_languages' => esc_attr__('Select languages', 'restrict-widgets'),
21
- # 'restrict_widgets' => $js_widgets,
22
- # wpml-name: f7db4c676140c9fbb07ec8bb0fc45a33
23
- msgid "Select languages"
24
- msgstr "בחירת שפות"
25
-
26
- # 'restrict_sidebars' => esc_attr__('Select sidebars', 'restrict-widgets'),
27
- # 'restrict_roles' => esc_attr__('Select roles', 'restrict-widgets'),
28
- # 'restrict_languages' => esc_attr__('Select languages', 'restrict-widgets'),
29
- # wpml-name: f89acd52c4ea09ff337baffd813f2086
30
- msgid "Select roles"
31
- msgstr "בחירת תפקידים"
32
-
33
- # 'restrict_widgets_selection' => esc_attr__('Select widgets options', 'restrict-widgets'),
34
- # 'restrict_sidebars' => esc_attr__('Select sidebars', 'restrict-widgets'),
35
- # 'restrict_roles' => esc_attr__('Select roles', 'restrict-widgets'),
36
- # wpml-name: 91c83f5e0459d31f6cf8e3bddb58d919
37
- msgid "Select sidebars"
38
- msgstr "בחירת סרגלי צד"
39
-
40
- # 'restrict_available_widgets' => esc_attr__('Select widgets', 'restrict-widgets'),
41
- # 'restrict_widgets_selection' => esc_attr__('Select widgets options', 'restrict-widgets'),
42
- # 'restrict_sidebars' => esc_attr__('Select sidebars', 'restrict-widgets'),
43
- # wpml-name: e5b1a9d260edf0aff3d5c5d369b4606f
44
- msgid "Select widgets options"
45
- msgstr "בחירת אפשרויות וידג'ט"
46
-
47
- # 'placeholder_text' => esc_attr__('Select options', 'restrict-widgets'),
48
- # 'restrict_available_widgets' => esc_attr__('Select widgets', 'restrict-widgets'),
49
- # 'restrict_widgets_selection' => esc_attr__('Select widgets options', 'restrict-widgets'),
50
- # wpml-name: e16d58a5af3af44365120fa29d132508
51
- msgid "Select widgets"
52
- msgstr "בחירת וידג'טים"
53
-
54
- # array(
55
- # 'placeholder_text' => esc_attr__('Select options', 'restrict-widgets'),
56
- # 'restrict_available_widgets' => esc_attr__('Select widgets', 'restrict-widgets'),
57
- # wpml-name: ddd939ce0f9bfb3f2caeb2924bbb705e
58
- msgid "Select options"
59
- msgstr "בחירת אפשרויות"
60
-
61
- # <option value="yes" '.selected($instance['rw_opt']['widget_select'], true, false).'>'.__('Display widget on selected', 'restrict-widgets').'</option>
62
- # <option value="no" '.selected($instance['rw_opt']['widget_select'], false, false).'>'.__('Hide widget on selected', 'restrict-widgets').'</option>
63
- # </select>
64
- # wpml-name: c8a148b67f79627bade0311de3026fb4
65
- msgid "Hide widget on selected"
66
- msgstr "הסתר את הוידג'ט במקומות הנבחרים"
67
-
68
- # <select name="'.$widget->get_field_name('widget_select').'" class="restrict-widgets-hide chosen-select">
69
- # <option value="yes" '.selected($instance['rw_opt']['widget_select'], true, false).'>'.__('Display widget on selected', 'restrict-widgets').'</option>
70
- # <option value="no" '.selected($instance['rw_opt']['widget_select'], false, false).'>'.__('Hide widget on selected', 'restrict-widgets').'</option>
71
- # wpml-name: be139755fe688861ba0f7d4b30c3e792
72
- msgid "Display widget on selected"
73
- msgstr "הצג את הוידג'ט במקומות הנבחרים"
74
-
75
- # <div class="restrict-widgets-hide-div restrict-widgets">
76
- # <p class="restrict-widgets-display-label">'.__('Display / Hide Widget', 'restrict-widgets').'</p>
77
- # <select name="'.$widget->get_field_name('widget_select').'" class="restrict-widgets-hide chosen-select">
78
- # wpml-name: 2be24bbcda642b2ee9acdd8396260722
79
- msgid "Display / Hide Widget"
80
- msgstr "הצג / הסתר וידג'ט"
81
-
82
- #
83
- # $html .= '<option value="cpta_'.$cpta->name.'" '.selected($instance['rw_opt']['cpta_'.$cpta->name], true, false).'>'.apply_filters('rw_option_display_name', sprintf(__('%s Archive','restrict-widgets'), $cpta->label), 'custom_post_type_archive').'</option>';
84
- # }
85
- # wpml-name: 9c41e3a1818dcc37015c9a1fcbbaf677
86
- msgid "%s Archive"
87
- msgstr "%s ארכיון"
88
-
89
- #
90
- # $html .= '<option value="cpt_'.$cpt->name.'" '.selected($instance['rw_opt']['cpt_'.$cpt->name], true, false).'>'.apply_filters('rw_option_display_name', sprintf(__('Single %s','restrict-widgets'), $cpt->label), 'custom_post_type').'</option>';
91
- # }
92
- # wpml-name: 93a70c4f35340cbcbe88cc76a5d9f61d
93
- msgid "Single %s"
94
- msgstr "%s יחיד"
95
-
96
- # </table>
97
- # <input type="submit" value="'.__('Save settings', 'restrict-widgets').'" name="save-widgets-options" class="button button-primary" id="save-widgets-options" />
98
- # <p id="df-credits">Created by<a href="http://www.dfactory.eu/?utm_source=restrict-widgets-settings&utm_medium=link&utm_campaign=created-by" target="_blank" title="dFactory - Quality plugins for WordPress"><img src="'.RESTRICT_WIDGETS_URL.'/images/logo-dfactory.png'.'" title="dFactory - Quality plugins for WordPress" alt="dFactory - Quality plugins for WordPress" /></a></p>
99
- # wpml-name: d4dccb8ca2dac4e53c01bd9954755332
100
- msgid "Save settings"
101
- msgstr "שמור את ההגדרות"
102
-
103
- # <input type="checkbox" name="options-widgets-deactivation" id="options-widgets-deactivation" value="1" '.checked($option['deactivation'], true, false).' />
104
- # <span class="description">'.__('Remove all plugin data on deactivation', 'restrict-widgets').'</span></label>
105
- # </td>
106
- # wpml-name: 64492a2f3b07ce99567739ca435e64ee
107
- msgid "Remove all plugin data on deactivation"
108
- msgstr "הסר את כל נתוני התוסף עם כיבויו"
109
-
110
- # <tr>
111
- # <td><label>'.__('Plugin Deactivation', 'restrict-widgets').'</label></td>
112
- # <td>
113
- # wpml-name: 9d400fc26642cd15baf0b87ac357c686
114
- msgid "Plugin Deactivation"
115
- msgstr "כיבוי התוסף"
116
-
117
- # <input type="checkbox" name="options-widgets-sidebar" id="options-widgets-sidebar" value="1" '.checked(isset($option['sidebar']) ? $option['sidebar'] : false, true, false).' />
118
- # <span class="description">'.__('By default is_active_sidebar() function returns true even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings.', 'restrict-widgets').'</span></label>
119
- # </td>
120
- # wpml-name: 6172c82bbeff20dbcfba5531600fcc8e
121
- msgid "By default is_active_sidebar() function returns true even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings."
122
- msgstr "כברירת מחדל, פונקציית שינוי סרגל צד פעיל is_active_sidebar() מוגדרת כפעילה גם כאם אין וידג'ט מוצג בסרגל הצד. סמן זאת אם אתה רוצה הפונקצי הזו תזהה את הגדרות התצוגה של תוסף הגבלת הוידג'טים."
123
-
124
- # <tr>
125
- # <td><label>'.__('Modify is_active_sidebar()', 'restrict-widgets').'</label></td>
126
- # <td>
127
- # wpml-name: 15f7da7446f8dda5bd495683555d1619
128
- msgid "Modify is_active_sidebar()"
129
- msgstr "שינוי סרגל צד פעיל"
130
-
131
- # <input type="checkbox" name="options-widgets-groups" id="options-widgets-groups" value="1" '.checked($option['groups'], true, false).' />
132
- # <span class="description">'.__('Display widget options in groups', 'restrict-widgets').'</span></label>
133
- # </td>
134
- # wpml-name: ceabd32735dd8ed137fc1ac06389d5bc
135
- msgid "Display widget options in groups"
136
- msgstr "הצג את אפשרויות הוידג'ט בקבוצות"
137
-
138
- # <tr>
139
- # <td><label>'.__('Restrict Option Groups', 'restrict-widgets').'</label></td>
140
- # <td>
141
- # wpml-name: affadbfb759a1b564d961b4c8709e92c
142
- msgid "Restrict Option Groups"
143
- msgstr "קבוצות הגבלת אפשרות"
144
-
145
- # </select>
146
- # <p class="description">'.__('Select which widget options will be restricted to admins only.', 'restrict-widgets').'</p>
147
- # <table>
148
- # wpml-name: 774d57f092ea59419f872304c7112d36
149
- msgid "Select which widget options will be restricted to admins only."
150
- msgstr "בחירת אפשרויות וידג'ט שיוגבלו למנהלים בלבד."
151
-
152
- #
153
- # <label>'.__('Restrict Widget Options', 'restrict-widgets').'</label><br />
154
- # <select name="options-widgets-selection[]" id="options-widgets-selection" multiple="multiple">';
155
- # wpml-name: 390c2f081f2c913a7446930428a0bb65
156
- msgid "Restrict Widget Options"
157
- msgstr "אפשרויות הגבלת וידג'טים"
158
-
159
- # </select>
160
- # <p class="description">'.__('Select which widgets will be restricted to admins only.', 'restrict-widgets').'</p>
161
- #
162
- # wpml-name: 8b67b4d30ce8c50d4b8167cd95ee806e
163
- msgid "Select which widgets will be restricted to admins only."
164
- msgstr "בחר אילו וידג'טים יוגבלו למנהלים בלבד."
165
-
166
- # echo '
167
- # <label>'.__('Restrict Widgets', 'restrict-widgets').'</label><br />
168
- # <select name="options-available-widgets[]" id="options-available-widgets" multiple="multiple">';
169
- # wpml-name: c8bbc651e47e8f04c0b9a64ebe1d7a4a
170
- msgid "Restrict Widgets"
171
- msgstr "הגבלת וידג'טים"
172
-
173
- # </select>
174
- # <p class="description">'.__('Select which sidebars will be restricted to admins only.', 'restrict-widgets').'</p>';
175
- #
176
- # wpml-name: 8582bb58cf1d46df851bb31ba678ba44
177
- msgid "Select which sidebars will be restricted to admins only."
178
- msgstr "בחירת סרגלי צד שיוגבלו למנהלים בלבד."
179
-
180
- #
181
- # <label>'.__('Restrict Sidebars', 'restrict-widgets').'</label><br />
182
- # <select name="options-widgets-sidebars[]" id="options-widgets-sidebars" multiple="multiple">';
183
- # wpml-name: 98b1edf0cad6181c89cb6c8c49198036
184
- msgid "Restrict Sidebars"
185
- msgstr "הגבלת סרגלי צד"
186
-
187
- #
188
- # <label>'.__('Restrict Users', 'restrict-widgets').'</label><br />
189
- # <select name="options-widgets-roles[]" id="options-widgets-roles" multiple="multiple">';
190
- # wpml-name: 2a5c347113082e98d4ff1251388782c6
191
- msgid "Restrict Users"
192
- msgstr "הגבלת משתמשים"
193
-
194
- # <div class="sidebar-description">
195
- # <p class="description">'.__('Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only.', 'restrict-widgets').'</p>
196
- # </div>
197
- # wpml-name: 1e9c30d86dfa4429d61ef336757421bf
198
- msgid "Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only."
199
- msgstr "השתמש בהגדרות אלו כדי לנהל את הגישה לעמוד הוידג'טים וכדי להגביל את הזמינות של וידג'טים מסוימים, סרגלי צד ואפשרויות וידג'טים למנהלים בלבד."
200
-
201
- # 'mobile' => __('Mobile', 'restrict-widgets'),
202
- # 'desktop' => __('Desktop, Laptop, etc.', 'restrict-widgets')
203
- # );
204
- # wpml-name: 00c54bae6417ab6068f0311bb715d431
205
- msgid "Desktop, Laptop, etc."
206
- msgstr "מחשב שולחני, מחשב נייד, וכו'."
207
-
208
- # $this->devices = array(
209
- # 'mobile' => __('Mobile', 'restrict-widgets'),
210
- # 'desktop' => __('Desktop, Laptop, etc.', 'restrict-widgets')
211
- # wpml-name: 87d17f4624a514e81dc7c8e016a7405c
212
- msgid "Mobile"
213
- msgstr "נייד"
214
-
215
- # 'logged_in' => __('Logged in users', 'restrict-widgets'),
216
- # 'logged_out' => __('Logged out users', 'restrict-widgets')
217
- # );
218
- # wpml-name: 4bb1b281cc79830caf7d0ebeda2497af
219
- msgid "Logged out users"
220
- msgstr "משתמשים שאינם מחוברים"
221
-
222
- # $this->users = array(
223
- # 'logged_in' => __('Logged in users', 'restrict-widgets'),
224
- # 'logged_out' => __('Logged out users', 'restrict-widgets')
225
- # wpml-name: 5766ee760fa7f23ec11205289a680162
226
- msgid "Logged in users"
227
- msgstr "משתמשים מחוברים"
228
-
229
- # '404_page' => __('404 Page', 'restrict-widgets'),
230
- # 'search_page' => __('Search Page', 'restrict-widgets')
231
- # );
232
- # wpml-name: 78effccfd6de5c4d01325ef863c4069c
233
- msgid "Search Page"
234
- msgstr "חיפוש עמוד"
235
-
236
- # 'date_archive' => __('Date Archive', 'restrict-widgets'),
237
- # '404_page' => __('404 Page', 'restrict-widgets'),
238
- # 'search_page' => __('Search Page', 'restrict-widgets')
239
- # wpml-name: 6a015ba06ba180aa8a893610dbf1061a
240
- msgid "404 Page"
241
- msgstr "404 עמוד"
242
-
243
- # 'author_archive' => __('Author Archive', 'restrict-widgets'),
244
- # 'date_archive' => __('Date Archive', 'restrict-widgets'),
245
- # '404_page' => __('404 Page', 'restrict-widgets'),
246
- # wpml-name: 2aeb1c2f12204b77c4de9c21c2e31c29
247
- msgid "Date Archive"
248
- msgstr "ארכיון תאריך"
249
-
250
- # 'sticky_post' => __('Sticky Posts', 'restrict-widgets'),
251
- # 'author_archive' => __('Author Archive', 'restrict-widgets'),
252
- # 'date_archive' => __('Date Archive', 'restrict-widgets'),
253
- # wpml-name: 72e66476a97eb3b33d820aa4b0fdca56
254
- msgid "Author Archive"
255
- msgstr "ארכיון מחבר"
256
-
257
- # 'single_post' => __('Single Posts', 'restrict-widgets'),
258
- # 'sticky_post' => __('Sticky Posts', 'restrict-widgets'),
259
- # 'author_archive' => __('Author Archive', 'restrict-widgets'),
260
- # wpml-name: fc88a516f916c3fbca2abec51d0224ca
261
- msgid "Sticky Posts"
262
- msgstr "פוסטים דביקים"
263
-
264
- # 'blog_page' => __('Blog Page', 'restrict-widgets'),
265
- # 'single_post' => __('Single Posts', 'restrict-widgets'),
266
- # 'sticky_post' => __('Sticky Posts', 'restrict-widgets'),
267
- # wpml-name: 9efa65de0d2561c345ea3aa1e8d41a1a
268
- msgid "Single Posts"
269
- msgstr "פוסטים בודדים"
270
-
271
- # 'front_page' => __('Front Page', 'restrict-widgets'),
272
- # 'blog_page' => __('Blog Page', 'restrict-widgets'),
273
- # 'single_post' => __('Single Posts', 'restrict-widgets'),
274
- # wpml-name: e80421fe4fff52df9dd6e744bd10f81f
275
- msgid "Blog Page"
276
- msgstr "עמוד בלוג"
277
-
278
- # $this->others = array(
279
- # 'front_page' => __('Front Page', 'restrict-widgets'),
280
- # 'blog_page' => __('Blog Page', 'restrict-widgets'),
281
- # wpml-name: 7612c0b50754aa23325448056f7f1ec1
282
- msgid "Front Page"
283
- msgstr "עמוד קדמי"
284
-
285
- # $this->options['users'] = __('Users', 'restrict-widgets');
286
- # $this->options['languages'] = __('Languages', 'restrict-widgets');
287
- #
288
- # wpml-name: 3a08e2e340ab29fd9263af48193cbf8e
289
- msgid "Languages"
290
- msgstr "שפות"
291
-
292
- # $this->options['devices'] = __('Devices', 'restrict-widgets');
293
- # $this->options['users'] = __('Users', 'restrict-widgets');
294
- # $this->options['languages'] = __('Languages', 'restrict-widgets');
295
- # wpml-name: f9aae5fda8d810a29f12d1e61b4ab25f
296
- msgid "Users"
297
- msgstr "משתמשים"
298
-
299
- #
300
- # $this->options['devices'] = __('Devices', 'restrict-widgets');
301
- # $this->options['users'] = __('Users', 'restrict-widgets');
302
- # wpml-name: c03ca67dda321195d74c951097f240c6
303
- msgid "Devices"
304
- msgstr "מכשירים"
305
-
306
- #
307
- # $this->options['bbpress'] = __('bbPress', 'restrict-widgets');
308
- # }
309
- # wpml-name: 49b29c42378e974f6149b868a6f76f57
310
- msgid "bbPress"
311
- msgstr "bbPress"
312
-
313
- # 'single_user' => __('Single User', 'restrict-widgets'),
314
- # 'topic_tag' => __('Topic Tag', 'restrict-widgets')
315
- # );
316
- # wpml-name: 404a5c4b9854bd21ba06c04e8f4f58fd
317
- msgid "Topic Tag"
318
- msgstr "תגית נושא"
319
-
320
- # 'search' => __('Search', 'restrict-widgets'),
321
- # 'single_user' => __('Single User', 'restrict-widgets'),
322
- # 'topic_tag' => __('Topic Tag', 'restrict-widgets')
323
- # wpml-name: 9ff5011d40dbced9c6c8912cd3a4eb6d
324
- msgid "Single User"
325
- msgstr "משתמש יחיד"
326
-
327
- # $this->bbpress = array(
328
- # 'search' => __('Search', 'restrict-widgets'),
329
- # 'single_user' => __('Single User', 'restrict-widgets'),
330
- # wpml-name: 13348442cc6a27032d2b4aa28b75a5d3
331
- msgid "Search"
332
- msgstr "חיפוש"
333
-
334
- # 'taxonomies' => __('Taxonomies', 'restrict-widgets'),
335
- # 'others' => __('Others', 'restrict-widgets')
336
- # );
337
- # wpml-name: 52ef9633d88a7480b3a938ff9eaa2a25
338
- msgid "Others"
339
- msgstr "אחרים"
340
-
341
- # 'categories' => __('Categories', 'restrict-widgets'),
342
- # 'taxonomies' => __('Taxonomies', 'restrict-widgets'),
343
- # 'others' => __('Others', 'restrict-widgets')
344
- # wpml-name: 5acd460877052acd8485e812d7ac8004
345
- msgid "Taxonomies"
346
- msgstr "טקסונומיות"
347
-
348
- # 'custom_post_types_archives' => __('Custom Post Type Archives', 'restrict-widgets'),
349
- # 'categories' => __('Categories', 'restrict-widgets'),
350
- # 'taxonomies' => __('Taxonomies', 'restrict-widgets'),
351
- # wpml-name: af1b98adf7f686b84cd0b443e022b7a0
352
- msgid "Categories"
353
- msgstr "קטגוריות"
354
-
355
- # 'custom_post_types' => __('Custom Post Types', 'restrict-widgets'),
356
- # 'custom_post_types_archives' => __('Custom Post Type Archives', 'restrict-widgets'),
357
- # 'categories' => __('Categories', 'restrict-widgets'),
358
- # wpml-name: 830adf46b5cfde4c22e4a55454639e11
359
- msgid "Custom Post Type Archives"
360
- msgstr "ארכיון סוג פוסט"
361
-
362
- # 'pages' => __('Pages', 'restrict-widgets'),
363
- # 'custom_post_types' => __('Custom Post Types', 'restrict-widgets'),
364
- # 'custom_post_types_archives' => __('Custom Post Type Archives', 'restrict-widgets'),
365
- # wpml-name: 9bdc93178fe2ed79d7c38556bd58eef1
366
- msgid "Custom Post Types"
367
- msgstr "סוגי פוסטים"
368
-
369
- # $this->options = array(
370
- # 'pages' => __('Pages', 'restrict-widgets'),
371
- # 'custom_post_types' => __('Custom Post Types', 'restrict-widgets'),
372
- # wpml-name: 453aceb005ceaf54a47da15fee8b2a26
373
- msgid "Pages"
374
- msgstr "עמודים"
375
-
376
- # {
377
- # $submenu[$menu_values[2]][7] = array(__('Widgets'), 'manage_widgets', 'widgets.php');
378
- #
379
- # wpml-name: fa07652cb6a5517c5dffb407c8eca014
380
- msgid "Widgets"
381
- msgstr "וידג'טים"
382
-
383
- # $links,
384
- # array(sprintf('<a href="http://www.dfactory.eu/support/forum/restrict-widgets/" target="_blank">%s</a>', __('Support', 'restrict-widgets')))
385
- # );
386
- # wpml-name: db5eb84117d06047c97c9a0191b5fffe
387
- msgid "Support"
388
- msgstr "תמיכה"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/restrict-widgets-cs_CZ.mo DELETED
Binary file
languages/restrict-widgets-cs_CZ.po DELETED
@@ -1,332 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Restrict Widgets v1.2.3\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-12-03 12:12+0100\n"
6
- "PO-Revision-Date: 2014-02-15 23:23:24+0000\n"
7
- "Last-Translator: Martin Kucera <martin.kucera@digisvet.cz>\n"
8
- "Language-Team: \n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n"
13
- "X-Generator: Poedit 1.6.4\n"
14
- "X-Poedit-Language: \n"
15
- "X-Poedit-Country: \n"
16
- "X-Poedit-SourceCharset: utf-8\n"
17
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
18
- "X-Poedit-Basepath: ../\n"
19
- "X-Poedit-Bookmarks: \n"
20
- "X-Poedit-SearchPath-0: .\n"
21
- "X-Textdomain-Support: yes"
22
-
23
- #: restrict-widgets.php:310
24
- #@ restrict-widgets
25
- msgid "Support"
26
- msgstr "Podpora"
27
-
28
- #: restrict-widgets.php:332 restrict-widgets.php:1722
29
- #: restrict-widgets.php:1768
30
- #@ restrict-widgets
31
- #@ default
32
- msgid "Widgets"
33
- msgstr "Widgety"
34
-
35
- #: restrict-widgets.php:411
36
- #@ restrict-widgets
37
- msgid "Pages"
38
- msgstr "Stránky"
39
-
40
- #: restrict-widgets.php:412
41
- #@ restrict-widgets
42
- msgid "Custom Post Types"
43
- msgstr "Vlastní typy obsahu"
44
-
45
- #: restrict-widgets.php:413
46
- #@ restrict-widgets
47
- msgid "Custom Post Type Archives"
48
- msgstr "Archívy vlastních typů obsahu"
49
-
50
- #: restrict-widgets.php:414
51
- #@ restrict-widgets
52
- msgid "Categories"
53
- msgstr "Rubriky"
54
-
55
- #: restrict-widgets.php:415
56
- #@ restrict-widgets
57
- msgid "Taxonomies"
58
- msgstr "Taxonomie"
59
-
60
- #: restrict-widgets.php:416
61
- #@ restrict-widgets
62
- msgid "Others"
63
- msgstr "Ostatní"
64
-
65
- #: restrict-widgets.php:423
66
- #@ restrict-widgets
67
- msgid "Search"
68
- msgstr "Hledat"
69
-
70
- #: restrict-widgets.php:424
71
- #@ restrict-widgets
72
- msgid "Single User"
73
- msgstr "Uživatel"
74
-
75
- #: restrict-widgets.php:425
76
- #@ restrict-widgets
77
- msgid "Topic Tag"
78
- msgstr "Štítky témat"
79
-
80
- #: restrict-widgets.php:428
81
- #@ restrict-widgets
82
- msgid "bbPress"
83
- msgstr "bbPress"
84
-
85
- #: restrict-widgets.php:431
86
- #@ restrict-widgets
87
- msgid "Devices"
88
- msgstr "Zařízení"
89
-
90
- #: restrict-widgets.php:432
91
- #@ restrict-widgets
92
- msgid "Users"
93
- msgstr "Uživatelé"
94
-
95
- #: restrict-widgets.php:433
96
- #@ restrict-widgets
97
- msgid "Languages"
98
- msgstr "Jazyky"
99
-
100
- #: restrict-widgets.php:436
101
- #@ restrict-widgets
102
- msgid "Front Page"
103
- msgstr "Úvodní stránka"
104
-
105
- #: restrict-widgets.php:437
106
- #@ restrict-widgets
107
- msgid "Blog Page"
108
- msgstr "Stránka příspěvků (Blog)"
109
-
110
- #: restrict-widgets.php:438
111
- #@ restrict-widgets
112
- msgid "Single Posts"
113
- msgstr "Jednotlivé příspěvky"
114
-
115
- #: restrict-widgets.php:439
116
- #@ restrict-widgets
117
- msgid "Sticky Posts"
118
- msgstr "Zvýrazněné příspěvky"
119
-
120
- #: restrict-widgets.php:440
121
- #@ restrict-widgets
122
- msgid "Author Archive"
123
- msgstr "Archív podle autora"
124
-
125
- #: restrict-widgets.php:441
126
- #@ restrict-widgets
127
- msgid "Date Archive"
128
- msgstr "Archív podle data"
129
-
130
- #: restrict-widgets.php:442
131
- #@ restrict-widgets
132
- msgid "404 Page"
133
- msgstr "Chybová stránka 404"
134
-
135
- #: restrict-widgets.php:443
136
- #@ restrict-widgets
137
- msgid "Search Page"
138
- msgstr "Výsledky vyhledávání"
139
-
140
- #: restrict-widgets.php:447
141
- #@ restrict-widgets
142
- msgid "Logged in users"
143
- msgstr "Přihlášení uživatelé"
144
-
145
- #: restrict-widgets.php:448
146
- #@ restrict-widgets
147
- msgid "Logged out users"
148
- msgstr "Odhlášení uživatelé"
149
-
150
- #: restrict-widgets.php:452
151
- #@ restrict-widgets
152
- msgid "Mobile"
153
- msgstr "Mobilní zařízení"
154
-
155
- #: restrict-widgets.php:453
156
- #@ restrict-widgets
157
- msgid "Desktop, Laptop, etc."
158
- msgstr "Desktopová zařízení"
159
-
160
- #: restrict-widgets.php:668
161
- #@ default
162
- msgid "Restrict widgets"
163
- msgstr "Widgety"
164
-
165
- #: restrict-widgets.php:672
166
- #@ restrict-widgets
167
- msgid "Use this settings to manage access to widgets page and to restrict availability of certain widgets, sidebars and widgets options to site administrators only."
168
- msgstr "Zde můžete nastavit, které úrovně uživatelů mají mít přístup ke stránce Widgety a vyhradit zobrazení jednotlivých widgetů, postranních panelů a možností filtrace widgetů pouze pro admnistrátora."
169
-
170
- #: restrict-widgets.php:677
171
- #@ restrict-widgets
172
- msgid "Restrict Users"
173
- msgstr "Úrovně uživatelů"
174
-
175
- #: restrict-widgets.php:687
176
- #@ restrict-widgets
177
- msgid "Select user roles restricted to manage widgets."
178
- msgstr "Vyberte, které úrovně uživatelů mají mít oprávnění upravovat widgety."
179
-
180
- #: restrict-widgets.php:691
181
- #@ restrict-widgets
182
- msgid "Restrict Sidebars"
183
- msgstr "Postranní panely"
184
-
185
- #: restrict-widgets.php:707
186
- #@ restrict-widgets
187
- msgid "Select which sidebars will be restricted to admins only."
188
- msgstr "Vyberte, které postranní panely mají být přístupné pouze pro administrátora."
189
-
190
- #. translators: plugin header field 'Name'
191
- #: restrict-widgets.php:0 restrict-widgets.php:711
192
- #@ restrict-widgets
193
- msgid "Restrict Widgets"
194
- msgstr "Omezení widgetů"
195
-
196
- #: restrict-widgets.php:724
197
- #@ restrict-widgets
198
- msgid "Select which widgets will be restricted to admins only."
199
- msgstr "Vyberte, které widgety mají být přístupné pouze pro administrátora."
200
-
201
- #: restrict-widgets.php:728
202
- #@ restrict-widgets
203
- msgid "Restrict Widget Options"
204
- msgstr "Filtrace widgetů"
205
-
206
- #: restrict-widgets.php:738
207
- #@ restrict-widgets
208
- msgid "Select which widget options will be restricted to admins only."
209
- msgstr "Vyberte, které položky ve filtraci widgetů mají být přístupné pouze pro administrátora."
210
-
211
- #: restrict-widgets.php:742
212
- #@ restrict-widgets
213
- msgid "Restrict Option Groups"
214
- msgstr "Zobrazení filtrace"
215
-
216
- #: restrict-widgets.php:745
217
- #@ restrict-widgets
218
- msgid "Display widget options in groups"
219
- msgstr "Sdružovat položky ve filtraci widgetů do skupin"
220
-
221
- #: restrict-widgets.php:749
222
- #@ restrict-widgets
223
- msgid "Modify is_active_sidebar()"
224
- msgstr "Modifikace is_active_sidebar()"
225
-
226
- #: restrict-widgets.php:752
227
- #@ restrict-widgets
228
- msgid "By default is_active_sidebar() function returns TRUE even if no widget is displayed in a sidebar. Check this if you want is_active_sidebar() to recognize Restrict Widgets display settings."
229
- msgstr "Funkce is_active_sidebar() vrací standardně hodnotu TRUE i v případě, že postranní panel neobsahuje žádný widget. Zaškrtněte, pokud chcete, aby funkce is_active_sidebar() rozpoznávala zobrazení widgetů, nastavené pluginem Restrict Widgets."
230
-
231
- #: restrict-widgets.php:756
232
- #@ restrict-widgets
233
- msgid "Plugin Deactivation"
234
- msgstr "Deaktivace pluginu"
235
-
236
- #: restrict-widgets.php:759
237
- #@ restrict-widgets
238
- msgid "Remove all plugin data on deactivation"
239
- msgstr "Smazat všechna nastavení při deaktivaci pluginu"
240
-
241
- #: restrict-widgets.php:763
242
- #@ restrict-widgets
243
- msgid "Save settings"
244
- msgstr "Uložit změny"
245
-
246
- #: restrict-widgets.php:938 restrict-widgets.php:949
247
- #, php-format
248
- #@ restrict-widgets
249
- msgid "Single %s"
250
- msgstr "Jednotlivé %s"
251
-
252
- #: restrict-widgets.php:976 restrict-widgets.php:987
253
- #, php-format
254
- #@ restrict-widgets
255
- msgid "%s Archive"
256
- msgstr "Archív %s"
257
-
258
- #: restrict-widgets.php:1286
259
- #@ restrict-widgets
260
- msgid "Display / Hide Widget"
261
- msgstr "Zobrazit / skrýt widget"
262
-
263
- #: restrict-widgets.php:1288
264
- #@ restrict-widgets
265
- msgid "Display widget on selected"
266
- msgstr "Zobrazit widget na stránkách"
267
-
268
- #: restrict-widgets.php:1289
269
- #@ restrict-widgets
270
- msgid "Hide widget on selected"
271
- msgstr "Skrýt widget na stránkách"
272
-
273
- #. translators: plugin header field 'PluginURI'
274
- #: restrict-widgets.php:0
275
- #@ restrict-widgets
276
- msgid "http://www.dfactory.eu/plugins/restrict-widgets/"
277
- msgstr ""
278
-
279
- #. translators: plugin header field 'Description'
280
- #: restrict-widgets.php:0
281
- #@ restrict-widgets
282
- msgid "All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users."
283
- msgstr "Komplexní řešení pro management widgetů ve WordPressu. Umožňuje skrývat nebo zobrazovat widgety na určených stránkách a nastavit přístup k widgetům pro různé úrovně uživatelů."
284
-
285
- #. translators: plugin header field 'Author'
286
- #: restrict-widgets.php:0
287
- #@ restrict-widgets
288
- msgid "dFactory"
289
- msgstr ""
290
-
291
- #. translators: plugin header field 'AuthorURI'
292
- #: restrict-widgets.php:0
293
- #@ restrict-widgets
294
- msgid "http://www.dfactory.eu/"
295
- msgstr ""
296
-
297
- #. translators: plugin header field 'Version'
298
- #: restrict-widgets.php:0
299
- #@ restrict-widgets
300
- msgid "1.2.3"
301
- msgstr ""
302
-
303
- #: restrict-widgets.php:851
304
- #@ restrict-widgets
305
- msgid "Select options"
306
- msgstr "Vyberte"
307
-
308
- #: restrict-widgets.php:852
309
- #@ restrict-widgets
310
- msgid "Select widgets"
311
- msgstr "Vyberte widgety"
312
-
313
- #: restrict-widgets.php:853
314
- #@ restrict-widgets
315
- msgid "Select widgets options"
316
- msgstr "Vyberte položky filtrace widgetů"
317
-
318
- #: restrict-widgets.php:854
319
- #@ restrict-widgets
320
- msgid "Select sidebars"
321
- msgstr "Vyberte postranní panely"
322
-
323
- #: restrict-widgets.php:855
324
- #@ restrict-widgets
325
- msgid "Select roles"
326
- msgstr "Vyberte úrovně uživatelů"
327
-
328
- #: restrict-widgets.php:856
329
- #@ restrict-widgets
330
- msgid "Select languages"
331
- msgstr "Vyberte jazyky"
332
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/restrict-widgets-de_DE.mo DELETED
Binary file
languages/restrict-widgets-de_DE.po DELETED
@@ -1,233 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Restrict Widgets\n"
4
- "POT-Creation-Date: 2015-03-21 13:22+0100\n"
5
- "PO-Revision-Date: 2015-03-21 13:22+0100\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\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.4\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../restrict-widgets.php:310
19
- msgid "Support"
20
- msgstr "Support"
21
-
22
- #: ../restrict-widgets.php:332 ../restrict-widgets.php:1723
23
- #: ../restrict-widgets.php:1769
24
- msgid "Widgets"
25
- msgstr "Widgets"
26
-
27
- #: ../restrict-widgets.php:409
28
- msgid "Pages"
29
- msgstr "Seiten"
30
-
31
- #: ../restrict-widgets.php:410
32
- msgid "Custom Post Types"
33
- msgstr "Benutzerdefinierte Inhaltstypen"
34
-
35
- #: ../restrict-widgets.php:411
36
- msgid "Custom Post Type Archives"
37
- msgstr "Benutzerdefinierte Inhaltstypen-Archive"
38
-
39
- #: ../restrict-widgets.php:412
40
- msgid "Categories"
41
- msgstr "Kategorien"
42
-
43
- #: ../restrict-widgets.php:413
44
- msgid "Taxonomies"
45
- msgstr "Taxonomien"
46
-
47
- #: ../restrict-widgets.php:414
48
- msgid "Others"
49
- msgstr "Sonstige"
50
-
51
- #: ../restrict-widgets.php:421
52
- msgid "Search"
53
- msgstr "Suche"
54
-
55
- #: ../restrict-widgets.php:422
56
- msgid "Single User"
57
- msgstr "Einzelner Benutzer"
58
-
59
- #: ../restrict-widgets.php:423
60
- msgid "Topic Tag"
61
- msgstr "Themen-Tag"
62
-
63
- #: ../restrict-widgets.php:426
64
- msgid "bbPress"
65
- msgstr "bbPress"
66
-
67
- #: ../restrict-widgets.php:429
68
- msgid "Devices"
69
- msgstr "Geräte"
70
-
71
- #: ../restrict-widgets.php:430
72
- msgid "Users"
73
- msgstr "Benutzer"
74
-
75
- #: ../restrict-widgets.php:431
76
- msgid "Languages"
77
- msgstr "Sprachen"
78
-
79
- #: ../restrict-widgets.php:434
80
- msgid "Front Page"
81
- msgstr "Startseite"
82
-
83
- #: ../restrict-widgets.php:435
84
- msgid "Blog Page"
85
- msgstr "Blog-Seite"
86
-
87
- #: ../restrict-widgets.php:436
88
- msgid "Single Posts"
89
- msgstr "Einzelne Beiträge"
90
-
91
- #: ../restrict-widgets.php:437
92
- msgid "Sticky Posts"
93
- msgstr "Sticky Beiträge"
94
-
95
- #: ../restrict-widgets.php:438
96
- msgid "Author Archive"
97
- msgstr "Autoren-Archiv"
98
-
99
- #: ../restrict-widgets.php:439
100
- msgid "Date Archive"
101
- msgstr "Datums-Archiv"
102
-
103
- #: ../restrict-widgets.php:440
104
- msgid "404 Page"
105
- msgstr "404-Seite"
106
-
107
- #: ../restrict-widgets.php:441
108
- msgid "Search Page"
109
- msgstr "Such-Seite"
110
-
111
- #: ../restrict-widgets.php:445
112
- msgid "Logged in users"
113
- msgstr "Angemeldete Benutzer"
114
-
115
- #: ../restrict-widgets.php:446
116
- msgid "Logged out users"
117
- msgstr "Abgemeldete Benutzer"
118
-
119
- #: ../restrict-widgets.php:450
120
- msgid "Mobile"
121
- msgstr "Mobile"
122
-
123
- #: ../restrict-widgets.php:451
124
- msgid "Desktop, Laptop, etc."
125
- msgstr "Desktop, Laptop, etc."
126
-
127
- #: ../restrict-widgets.php:667
128
- msgid "Restrict widgets"
129
- msgstr "Widgets begrenzen"
130
-
131
- #: ../restrict-widgets.php:670
132
- msgid ""
133
- "Use this settings to manage access to widgets page and to restrict "
134
- "availability of certain widgets, sidebars and widgets options to site "
135
- "administrators only."
136
- msgstr ""
137
- "Diese Einstellungen benutzen, um den Zugriff von Widgets-Seiten zu managen "
138
- "und die Verfügbarkeit verschiedener Widgets, Sidebars und Widgets-Optionen "
139
- "nur für Administratoren zu ermöglichen."
140
-
141
- #: ../restrict-widgets.php:674
142
- msgid "Restrict Users"
143
- msgstr "Benutzer begrenzen"
144
-
145
- #: ../restrict-widgets.php:685
146
- msgid "Restrict Sidebars"
147
- msgstr "Sidebars einschränken"
148
-
149
- #: ../restrict-widgets.php:701
150
- msgid "Select which sidebars will be restricted to admins only."
151
- msgstr "Auswählen, welche Sidebars nur für Administratoren verfügbar sind."
152
-
153
- #: ../restrict-widgets.php:704
154
- msgid "Restrict Widgets"
155
- msgstr "Widgets begrenzen"
156
-
157
- #: ../restrict-widgets.php:717
158
- msgid "Select which widgets will be restricted to admins only."
159
- msgstr "Auswählen, auf welche Widgets nur Admins Zugriff haben."
160
-
161
- #: ../restrict-widgets.php:719
162
- msgid "Restrict Widget Options"
163
- msgstr "Widgets-Optionen begrenzen"
164
-
165
- #: ../restrict-widgets.php:729
166
- msgid "Select which widget options will be restricted to admins only."
167
- msgstr "Auswählen, auf welche Widget-Optionen nur Admins Zugriff haben."
168
-
169
- #: ../restrict-widgets.php:732
170
- msgid "Restrict Option Groups"
171
- msgstr "Optionen-Gruppen eingrenzen"
172
-
173
- #: ../restrict-widgets.php:736
174
- msgid "Display widget options in groups"
175
- msgstr "Widgets-Optionen in Gruppen anzeigen"
176
-
177
- #: ../restrict-widgets.php:740
178
- msgid "Modify is_active_sidebar()"
179
- msgstr "Bearbeiten von is_active_sidebar()"
180
-
181
- #: ../restrict-widgets.php:744
182
- msgid ""
183
- "By default is_active_sidebar() function returns true even if no widget is "
184
- "displayed in a sidebar. Check this if you want is_active_sidebar() to "
185
- "recognize Restrict Widgets display settings."
186
- msgstr ""
187
-
188
- #: ../restrict-widgets.php:748
189
- msgid "Plugin Deactivation"
190
- msgstr "Plug-in Deaktivierung"
191
-
192
- #: ../restrict-widgets.php:752
193
- msgid "Remove all plugin data on deactivation"
194
- msgstr "Alle Plug-in Daten bei der Deaktivierung entfernen"
195
-
196
- #: ../restrict-widgets.php:756
197
- msgid "Save settings"
198
- msgstr "Einstellungen speichern"
199
-
200
- #: ../restrict-widgets.php:931 ../restrict-widgets.php:942
201
- #, php-format
202
- msgid "Single %s"
203
- msgstr "Einzelne %s"
204
-
205
- #: ../restrict-widgets.php:969 ../restrict-widgets.php:980
206
- #, php-format
207
- msgid "%s Archive"
208
- msgstr "%s Archiv"
209
-
210
- #: ../restrict-widgets.php:1279
211
- msgid "Display / Hide Widget"
212
- msgstr "Widget anzeigen / verstecken"
213
-
214
- #: ../restrict-widgets.php:1281
215
- msgid "Display widget on selected"
216
- msgstr "Widget bei der Auswahl anzeigen"
217
-
218
- #: ../restrict-widgets.php:1282
219
- msgid "Hide widget on selected"
220
- msgstr "Widget bei der Auswahl verstecken"
221
-
222
- #~ msgid "Select user roles restricted to manage widgets."
223
- #~ msgstr "Eine Benutzerrolle wählen, die Widgets managen kann."
224
-
225
- #~ msgid ""
226
- #~ "By default is_active_sidebar() function returns TRUE even if no widget is "
227
- #~ "displayed in a sidebar. Check this if you want is_active_sidebar() to "
228
- #~ "recognize Restrict Widgets display settings."
229
- #~ msgstr ""
230
- #~ "Standardmäßig gibt die is_active_sidebar() function TRUE wieder, selbst "
231
- #~ "wenn kein Widget in der Sidebar angezeigt wird. Das auswählen, wenn "
232
- #~ "is_active_sidebar() die begrenzten Widgets-Anzeige-Einstellungen erkennen "
233
- #~ "soll."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/restrict-widgets-it_IT.mo DELETED
Binary file
languages/restrict-widgets-it_IT.po DELETED
@@ -1,230 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Restrict Widgets\n"
4
- "POT-Creation-Date: 2014-02-17 10:18+0100\n"
5
- "PO-Revision-Date: 2015-04-21 05:43+0100\n"
6
- "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
- "Language-Team: dFactory <info@dfactory.eu>\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.5.7\n"
13
- "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: ..\n"
17
-
18
- #: ../restrict-widgets.php:310
19
- msgid "Support"
20
- msgstr "Supporto"
21
-
22
- #: ../restrict-widgets.php:332 ../restrict-widgets.php:1722
23
- #: ../restrict-widgets.php:1768
24
- msgid "Widgets"
25
- msgstr "Widget"
26
-
27
- #: ../restrict-widgets.php:411
28
- msgid "Pages"
29
- msgstr "Pagine"
30
-
31
- #: ../restrict-widgets.php:412
32
- msgid "Custom Post Types"
33
- msgstr "Custom Pot Type"
34
-
35
- #: ../restrict-widgets.php:413
36
- msgid "Custom Post Type Archives"
37
- msgstr "Archivi Custom Pot Type"
38
-
39
- #: ../restrict-widgets.php:414
40
- msgid "Categories"
41
- msgstr "Categorie"
42
-
43
- #: ../restrict-widgets.php:415
44
- msgid "Taxonomies"
45
- msgstr "Tassonomie"
46
-
47
- #: ../restrict-widgets.php:416
48
- msgid "Others"
49
- msgstr "Altri"
50
-
51
- #: ../restrict-widgets.php:423
52
- msgid "Search"
53
- msgstr "Carca"
54
-
55
- #: ../restrict-widgets.php:424
56
- msgid "Single User"
57
- msgstr "Singolo Utente"
58
-
59
- #: ../restrict-widgets.php:425
60
- msgid "Topic Tag"
61
- msgstr "Tag Argomento"
62
-
63
- #: ../restrict-widgets.php:428
64
- msgid "bbPress"
65
- msgstr "bbPress"
66
-
67
- #: ../restrict-widgets.php:431
68
- msgid "Devices"
69
- msgstr "Dispositivi"
70
-
71
- #: ../restrict-widgets.php:432
72
- msgid "Users"
73
- msgstr "Utenti"
74
-
75
- #: ../restrict-widgets.php:433
76
- msgid "Languages"
77
- msgstr "Lingue"
78
-
79
- #: ../restrict-widgets.php:436
80
- msgid "Front Page"
81
- msgstr "Pagina Principale"
82
-
83
- #: ../restrict-widgets.php:437
84
- msgid "Blog Page"
85
- msgstr "Pagina Blog"
86
-
87
- #: ../restrict-widgets.php:438
88
- msgid "Single Posts"
89
- msgstr "Singolo Articolo"
90
-
91
- #: ../restrict-widgets.php:439
92
- msgid "Sticky Posts"
93
- msgstr "Sticky Post"
94
-
95
- #: ../restrict-widgets.php:440
96
- msgid "Author Archive"
97
- msgstr "Archivio Autore"
98
-
99
- #: ../restrict-widgets.php:441
100
- msgid "Date Archive"
101
- msgstr "Archivio Data"
102
-
103
- #: ../restrict-widgets.php:442
104
- msgid "404 Page"
105
- msgstr "Pagina 404"
106
-
107
- #: ../restrict-widgets.php:443
108
- msgid "Search Page"
109
- msgstr "Pagina Ricerca"
110
-
111
- #: ../restrict-widgets.php:447
112
- msgid "Logged in users"
113
- msgstr "Utente Connesso"
114
-
115
- #: ../restrict-widgets.php:448
116
- msgid "Logged out users"
117
- msgstr "Utente non connesso"
118
-
119
- #: ../restrict-widgets.php:452
120
- msgid "Mobile"
121
- msgstr "Mobile"
122
-
123
- #: ../restrict-widgets.php:453
124
- msgid "Desktop, Laptop, etc."
125
- msgstr "Desktop, Laptop, ecc."
126
-
127
- #: ../restrict-widgets.php:668
128
- msgid "Restrict widgets"
129
- msgstr "Limitare widget"
130
-
131
- #: ../restrict-widgets.php:672
132
- msgid ""
133
- "Use this settings to manage access to widgets page and to restrict "
134
- "availability of certain widgets, sidebars and widgets options to site "
135
- "administrators only."
136
- msgstr ""
137
- "Utilizzare queste impostazioni per gestire l'accesso alla pagina widget e "
138
- "limitare la disponibilità di determinati widget, barre laterali e le opzioni "
139
- "di widget per soli amministratori del sito."
140
-
141
- #: ../restrict-widgets.php:677
142
- msgid "Restrict Users"
143
- msgstr "Limitare utenti"
144
-
145
- #: ../restrict-widgets.php:687
146
- msgid "Select user roles restricted to manage widgets."
147
- msgstr "Selezionare i ruoli utente limitati per gestire i widget."
148
-
149
- #: ../restrict-widgets.php:691
150
- msgid "Restrict Sidebars"
151
- msgstr "Limitare Sidebar"
152
-
153
- #: ../restrict-widgets.php:707
154
- msgid "Select which sidebars will be restricted to admins only."
155
- msgstr ""
156
- "Selezionare quali barre laterali saranno limitati ai soli amministratori."
157
-
158
- #: ../restrict-widgets.php:711
159
- msgid "Restrict Widgets"
160
- msgstr "Limitare Widgets"
161
-
162
- #: ../restrict-widgets.php:724
163
- msgid "Select which widgets will be restricted to admins only."
164
- msgstr "Selezionare i widget che saranno limitati ai soli amministratori."
165
-
166
- #: ../restrict-widgets.php:728
167
- msgid "Restrict Widget Options"
168
- msgstr "Limitare Opzioni Widget"
169
-
170
- #: ../restrict-widgets.php:738
171
- msgid "Select which widget options will be restricted to admins only."
172
- msgstr ""
173
- "Selezionare il widget di opzioni che sarà limitato ai soli amministratori."
174
-
175
- #: ../restrict-widgets.php:742
176
- msgid "Restrict Option Groups"
177
- msgstr "Limitare Opzione Gruppi"
178
-
179
- #: ../restrict-widgets.php:745
180
- msgid "Display widget options in groups"
181
- msgstr "Mostra Opzioni Widget in gruppi"
182
-
183
- #: ../restrict-widgets.php:749
184
- msgid "Modify is_active_sidebar()"
185
- msgstr "Modificare is_active_sidebar()"
186
-
187
- #: ../restrict-widgets.php:752
188
- msgid ""
189
- "By default is_active_sidebar() function returns TRUE even if no widget is "
190
- "displayed in a sidebar. Check this if you want is_active_sidebar() to "
191
- "recognize Restrict Widgets display settings."
192
- msgstr ""
193
- "Di default la funzione is_active_sidebar() restituisce TRUE anche se nessun "
194
- "widget viene visualizzato in una barra laterale. Controllare se vuoi che "
195
- "is_active_sidebar() riconosca e limiti le impostazioni di visualizzazione "
196
- "dei Widget."
197
-
198
- #: ../restrict-widgets.php:756
199
- msgid "Plugin Deactivation"
200
- msgstr "Disattivazione Plugin"
201
-
202
- #: ../restrict-widgets.php:759
203
- msgid "Remove all plugin data on deactivation"
204
- msgstr "Rimuovere tutti i dati dei plugin su disattivazione"
205
-
206
- #: ../restrict-widgets.php:763
207
- msgid "Save settings"
208
- msgstr "Salva Impostazioni"
209
-
210
- #: ../restrict-widgets.php:938 ../restrict-widgets.php:949
211
- #, php-format
212
- msgid "Single %s"
213
- msgstr "Singolo %s"
214
-
215
- #: ../restrict-widgets.php:976 ../restrict-widgets.php:987
216
- #, php-format
217
- msgid "%s Archive"
218
- msgstr "%s Archivio"
219
-
220
- #: ../restrict-widgets.php:1286
221
- msgid "Display / Hide Widget"
222
- msgstr "Mostra / Nascondi Widget"
223
-
224
- #: ../restrict-widgets.php:1288
225
- msgid "Display widget on selected"
226
- msgstr "Visualizza il widget selezionato"
227
-
228
- #: ../restrict-widgets.php:1289
229
- msgid "Hide widget on selected"
230
- msgstr "Nascondi il widget selezionato"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/restrict-widgets-pl_PL.mo CHANGED
Binary file
languages/restrict-widgets-pl_PL.po CHANGED
@@ -1,134 +1,106 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Restrict Widgets\n"
4
- "POT-Creation-Date: 2013-12-03 12:12+0100\n"
5
- "PO-Revision-Date: 2013-12-03 12:13+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: English\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.5.7\n"
13
  "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../restrict-widgets.php:310
19
  msgid "Support"
20
  msgstr "Forum pomocy"
21
 
22
- #: ../restrict-widgets.php:332 ../restrict-widgets.php:1705
23
- #: ../restrict-widgets.php:1751
24
  msgid "Widgets"
25
  msgstr "Widgety"
26
 
27
- #: ../restrict-widgets.php:411
28
  msgid "Pages"
29
  msgstr "Strony"
30
 
31
- #: ../restrict-widgets.php:412
32
  msgid "Custom Post Types"
33
  msgstr "Własne typy wpisów"
34
 
35
- #: ../restrict-widgets.php:413
36
  msgid "Custom Post Type Archives"
37
  msgstr "Archiwa własnych typów wpisów"
38
 
39
- #: ../restrict-widgets.php:414
40
  msgid "Categories"
41
  msgstr "Kategorie"
42
 
43
- #: ../restrict-widgets.php:415
44
  msgid "Taxonomies"
45
  msgstr "Taksonomie"
46
 
47
- #: ../restrict-widgets.php:416
48
  msgid "Others"
49
  msgstr "Inne"
50
 
51
- #: ../restrict-widgets.php:423
52
- msgid "Search"
53
- msgstr "Strona wyszukiwania"
54
-
55
- #: ../restrict-widgets.php:424
56
- msgid "Single User"
57
- msgstr "Strona użytkownika"
58
-
59
- #: ../restrict-widgets.php:425
60
- msgid "Topic Tag"
61
- msgstr "Tagi tematów"
62
-
63
- #: ../restrict-widgets.php:428
64
- msgid "bbPress"
65
- msgstr "Forum bbPress"
66
-
67
- #: ../restrict-widgets.php:431
68
- msgid "Devices"
69
- msgstr "Urządzenia"
70
-
71
- #: ../restrict-widgets.php:432
72
  msgid "Users"
73
  msgstr "Użytkownicy"
74
 
75
- #: ../restrict-widgets.php:433
76
  msgid "Languages"
77
  msgstr "Języki"
78
 
79
- #: ../restrict-widgets.php:436
80
  msgid "Front Page"
81
  msgstr "Strona główna"
82
 
83
- #: ../restrict-widgets.php:437
84
  msgid "Blog Page"
85
  msgstr "Strona z wpisami"
86
 
87
- #: ../restrict-widgets.php:438
88
  msgid "Single Posts"
89
  msgstr "Pojedyncze wpisy"
90
 
91
- #: ../restrict-widgets.php:439
92
  msgid "Sticky Posts"
93
  msgstr "Wpisy przyklejone"
94
 
95
- #: ../restrict-widgets.php:440
96
  msgid "Author Archive"
97
  msgstr "Archiwum autora"
98
 
99
- #: ../restrict-widgets.php:441
100
  msgid "Date Archive"
101
  msgstr "Archiwum daty"
102
 
103
- #: ../restrict-widgets.php:442
104
  msgid "404 Page"
105
  msgstr "Strona błędów 404"
106
 
107
- #: ../restrict-widgets.php:443
108
  msgid "Search Page"
109
  msgstr "Strona wyszukiwania"
110
 
111
- #: ../restrict-widgets.php:447
112
  msgid "Logged in users"
113
  msgstr "Zalogowani użytkownicy"
114
 
115
- #: ../restrict-widgets.php:448
116
  msgid "Logged out users"
117
  msgstr "Wylogowani użytkownicy"
118
 
119
- #: ../restrict-widgets.php:452
120
- msgid "Mobile"
121
- msgstr "Mobilne"
122
-
123
- #: ../restrict-widgets.php:453
124
- msgid "Desktop, Laptop, etc."
125
- msgstr "Stacjonarne"
126
-
127
- #: ../restrict-widgets.php:669
128
  msgid "Restrict widgets"
129
  msgstr "Ograniczenia widgetów"
130
 
131
- #: ../restrict-widgets.php:673
132
  msgid ""
133
  "Use this settings to manage access to widgets page and to restrict "
134
  "availability of certain widgets, sidebars and widgets options to site "
@@ -138,94 +110,80 @@ msgstr ""
138
  "widgety, panele boczne i ustawienia widgetów są dostępne dla użytkowników a "
139
  "jakie tylko dla administratorów."
140
 
141
- #: ../restrict-widgets.php:676
142
  msgid "Restrict Users"
143
  msgstr "Ograniczenia użytkowników"
144
 
145
- #: ../restrict-widgets.php:686
146
  msgid "Select user roles restricted to manage widgets."
147
  msgstr "Wybierz role użytkowników, którzy mogą zarządzać widgetami."
148
 
149
- #: ../restrict-widgets.php:690
150
  msgid "Restrict Sidebars"
151
  msgstr "Ograniczenia paneli bocznych"
152
 
153
- #: ../restrict-widgets.php:706
154
  msgid "Select which sidebars will be restricted to admins only."
155
  msgstr "Wybierz panele boczne, które będą dostępne tylko dla administratorów."
156
 
157
- #: ../restrict-widgets.php:710
158
  msgid "Restrict Widgets"
159
  msgstr "Ograniczenia widgetów"
160
 
161
- #: ../restrict-widgets.php:723
162
  msgid "Select which widgets will be restricted to admins only."
163
  msgstr "Wybierz widgety, któe będą dostępne tylko dla administratorów."
164
 
165
- #: ../restrict-widgets.php:727
166
  msgid "Restrict Widget Options"
167
  msgstr "Ograniczenia opcji widgetów"
168
 
169
- #: ../restrict-widgets.php:737
170
  msgid "Select which widget options will be restricted to admins only."
171
  msgstr "Wybierz które opcje widgetów, będą dostępne tylko dla administratorów."
172
 
173
- #: ../restrict-widgets.php:741
174
  msgid "Restrict Option Groups"
175
  msgstr "Ograniczenia grup opcji"
176
 
177
- #: ../restrict-widgets.php:744
178
  msgid "Display widget options in groups"
179
  msgstr "Wyświetl opcje widgetów w grupach"
180
 
181
- #: ../restrict-widgets.php:748
182
- msgid "Modify is_active_sidebar()"
183
- msgstr "Modyfikuj is_active_sidebar()"
184
-
185
- #: ../restrict-widgets.php:751
186
- msgid ""
187
- "By default is_active_sidebar() function returns TRUE even if no widget is "
188
- "displayed in a sidebar. Check this if you want is_active_sidebar() to "
189
- "recognize Restrict Widgets display settings."
190
- msgstr ""
191
- "Domyślnie funkcja is_active_sidebar() zwraca TRUE navet jeśli w danym "
192
- "sidebarze nie jest wyświetlany żaden widget. Zaznacz to, jeśli chcesz aby "
193
- "is_active_sidebar() rozpoznawało ustawienia wyświetlania dodawane przez tę "
194
- "wtyczkę."
195
-
196
- #: ../restrict-widgets.php:755
197
  msgid "Plugin Deactivation"
198
  msgstr "Deaktywacja wtyczki"
199
 
200
- #: ../restrict-widgets.php:758
201
  msgid "Remove all plugin data on deactivation"
202
  msgstr "Usuń wszystkie dane wtyczki podczas deaktywacji"
203
 
204
- #: ../restrict-widgets.php:762
205
  msgid "Save settings"
206
  msgstr "Zapisz ustawienia"
207
 
208
- #: ../restrict-widgets.php:930 ../restrict-widgets.php:941
 
 
 
 
209
  #, php-format
210
  msgid "Single %s"
211
  msgstr "Pojedyncze %s"
212
 
213
- #: ../restrict-widgets.php:968 ../restrict-widgets.php:979
214
  #, php-format
215
  msgid "%s Archive"
216
  msgstr "Archiwum %s"
217
 
218
- #: ../restrict-widgets.php:1278
219
  msgid "Display / Hide Widget"
220
  msgstr "Wyświetl / Ukryj widget"
221
 
222
- #: ../restrict-widgets.php:1280
223
  msgid "Display widget on selected"
224
  msgstr "Wyświetl widget na wybranych stronach"
225
 
226
- #: ../restrict-widgets.php:1281
227
  msgid "Hide widget on selected"
228
  msgstr "Ukryj widget na wybranych stronach"
229
-
230
- #~ msgid "Created by"
231
- #~ msgstr "Stworzone przez"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Restrict Widgets\n"
4
+ "POT-Creation-Date: 2013-04-12 15:03+0100\n"
5
+ "PO-Revision-Date: 2013-04-12 15:03+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
8
  "Language: English\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.5.5\n"
13
  "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../restrict-widgets.php:103
19
  msgid "Support"
20
  msgstr "Forum pomocy"
21
 
22
+ #: ../restrict-widgets.php:118 ../restrict-widgets.php:1331
23
+ #: ../restrict-widgets.php:1376
24
  msgid "Widgets"
25
  msgstr "Widgety"
26
 
27
+ #: ../restrict-widgets.php:254
28
  msgid "Pages"
29
  msgstr "Strony"
30
 
31
+ #: ../restrict-widgets.php:255
32
  msgid "Custom Post Types"
33
  msgstr "Własne typy wpisów"
34
 
35
+ #: ../restrict-widgets.php:256
36
  msgid "Custom Post Type Archives"
37
  msgstr "Archiwa własnych typów wpisów"
38
 
39
+ #: ../restrict-widgets.php:257
40
  msgid "Categories"
41
  msgstr "Kategorie"
42
 
43
+ #: ../restrict-widgets.php:258
44
  msgid "Taxonomies"
45
  msgstr "Taksonomie"
46
 
47
+ #: ../restrict-widgets.php:259
48
  msgid "Others"
49
  msgstr "Inne"
50
 
51
+ #: ../restrict-widgets.php:260
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  msgid "Users"
53
  msgstr "Użytkownicy"
54
 
55
+ #: ../restrict-widgets.php:261
56
  msgid "Languages"
57
  msgstr "Języki"
58
 
59
+ #: ../restrict-widgets.php:265
60
  msgid "Front Page"
61
  msgstr "Strona główna"
62
 
63
+ #: ../restrict-widgets.php:266
64
  msgid "Blog Page"
65
  msgstr "Strona z wpisami"
66
 
67
+ #: ../restrict-widgets.php:267
68
  msgid "Single Posts"
69
  msgstr "Pojedyncze wpisy"
70
 
71
+ #: ../restrict-widgets.php:268
72
  msgid "Sticky Posts"
73
  msgstr "Wpisy przyklejone"
74
 
75
+ #: ../restrict-widgets.php:269
76
  msgid "Author Archive"
77
  msgstr "Archiwum autora"
78
 
79
+ #: ../restrict-widgets.php:270
80
  msgid "Date Archive"
81
  msgstr "Archiwum daty"
82
 
83
+ #: ../restrict-widgets.php:271
84
  msgid "404 Page"
85
  msgstr "Strona błędów 404"
86
 
87
+ #: ../restrict-widgets.php:272
88
  msgid "Search Page"
89
  msgstr "Strona wyszukiwania"
90
 
91
+ #: ../restrict-widgets.php:276
92
  msgid "Logged in users"
93
  msgstr "Zalogowani użytkownicy"
94
 
95
+ #: ../restrict-widgets.php:277
96
  msgid "Logged out users"
97
  msgstr "Wylogowani użytkownicy"
98
 
99
+ #: ../restrict-widgets.php:498
 
 
 
 
 
 
 
 
100
  msgid "Restrict widgets"
101
  msgstr "Ograniczenia widgetów"
102
 
103
+ #: ../restrict-widgets.php:502
104
  msgid ""
105
  "Use this settings to manage access to widgets page and to restrict "
106
  "availability of certain widgets, sidebars and widgets options to site "
110
  "widgety, panele boczne i ustawienia widgetów są dostępne dla użytkowników a "
111
  "jakie tylko dla administratorów."
112
 
113
+ #: ../restrict-widgets.php:505
114
  msgid "Restrict Users"
115
  msgstr "Ograniczenia użytkowników"
116
 
117
+ #: ../restrict-widgets.php:515
118
  msgid "Select user roles restricted to manage widgets."
119
  msgstr "Wybierz role użytkowników, którzy mogą zarządzać widgetami."
120
 
121
+ #: ../restrict-widgets.php:519
122
  msgid "Restrict Sidebars"
123
  msgstr "Ograniczenia paneli bocznych"
124
 
125
+ #: ../restrict-widgets.php:534
126
  msgid "Select which sidebars will be restricted to admins only."
127
  msgstr "Wybierz panele boczne, które będą dostępne tylko dla administratorów."
128
 
129
+ #: ../restrict-widgets.php:538
130
  msgid "Restrict Widgets"
131
  msgstr "Ograniczenia widgetów"
132
 
133
+ #: ../restrict-widgets.php:550
134
  msgid "Select which widgets will be restricted to admins only."
135
  msgstr "Wybierz widgety, któe będą dostępne tylko dla administratorów."
136
 
137
+ #: ../restrict-widgets.php:554
138
  msgid "Restrict Widget Options"
139
  msgstr "Ograniczenia opcji widgetów"
140
 
141
+ #: ../restrict-widgets.php:564
142
  msgid "Select which widget options will be restricted to admins only."
143
  msgstr "Wybierz które opcje widgetów, będą dostępne tylko dla administratorów."
144
 
145
+ #: ../restrict-widgets.php:568
146
  msgid "Restrict Option Groups"
147
  msgstr "Ograniczenia grup opcji"
148
 
149
+ #: ../restrict-widgets.php:571
150
  msgid "Display widget options in groups"
151
  msgstr "Wyświetl opcje widgetów w grupach"
152
 
153
+ #: ../restrict-widgets.php:575
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  msgid "Plugin Deactivation"
155
  msgstr "Deaktywacja wtyczki"
156
 
157
+ #: ../restrict-widgets.php:578
158
  msgid "Remove all plugin data on deactivation"
159
  msgstr "Usuń wszystkie dane wtyczki podczas deaktywacji"
160
 
161
+ #: ../restrict-widgets.php:582
162
  msgid "Save settings"
163
  msgstr "Zapisz ustawienia"
164
 
165
+ #: ../restrict-widgets.php:583
166
+ msgid "Created by"
167
+ msgstr "Stworzone przez"
168
+
169
+ #: ../restrict-widgets.php:757 ../restrict-widgets.php:767
170
  #, php-format
171
  msgid "Single %s"
172
  msgstr "Pojedyncze %s"
173
 
174
+ #: ../restrict-widgets.php:797 ../restrict-widgets.php:807
175
  #, php-format
176
  msgid "%s Archive"
177
  msgstr "Archiwum %s"
178
 
179
+ #: ../restrict-widgets.php:1038
180
  msgid "Display / Hide Widget"
181
  msgstr "Wyświetl / Ukryj widget"
182
 
183
+ #: ../restrict-widgets.php:1040
184
  msgid "Display widget on selected"
185
  msgstr "Wyświetl widget na wybranych stronach"
186
 
187
+ #: ../restrict-widgets.php:1041
188
  msgid "Hide widget on selected"
189
  msgstr "Ukryj widget na wybranych stronach"
 
 
 
languages/restrict-widgets-zh_CN.mo DELETED
Binary file
languages/restrict-widgets-zh_CN.po DELETED
@@ -1,468 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: restrict-widgets-zh_CN\n"
4
- "POT-Creation-Date: 2013-06-18 08:22+0800\n"
5
- "PO-Revision-Date: \n"
6
- "Last-Translator: 倡萌@WordPress大学 <admin@cmhello.com>\n"
7
- "Language-Team: 倡萌@WordPress大学 <admin@cmhello.com>\n"
8
- "Language: zh_CN\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.5.5\n"
13
- "Plural-Forms: nplurals=2; plural=(n!=1);\n"
14
- "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../restrict-widgets.php:103
20
- msgid "Support"
21
- msgstr "支持"
22
-
23
- #: ../restrict-widgets.php:125 ../restrict-widgets.php:1436
24
- #: ../restrict-widgets.php:1481
25
- msgid "Widgets"
26
- msgstr "小工具"
27
-
28
- #: ../restrict-widgets.php:261
29
- msgid "Pages"
30
- msgstr "页面"
31
-
32
- #: ../restrict-widgets.php:262
33
- msgid "Custom Post Types"
34
- msgstr "自定义文章类型"
35
-
36
- #: ../restrict-widgets.php:263
37
- msgid "Custom Post Type Archives"
38
- msgstr "自定义文章类型存档页"
39
-
40
- #: ../restrict-widgets.php:264
41
- msgid "Categories"
42
- msgstr "分类"
43
-
44
- #: ../restrict-widgets.php:265
45
- msgid "Taxonomies"
46
- msgstr "分类法"
47
-
48
- #: ../restrict-widgets.php:266
49
- msgid "Others"
50
- msgstr "其他"
51
-
52
- #: ../restrict-widgets.php:267
53
- msgid "Users"
54
- msgstr "用户"
55
-
56
- #: ../restrict-widgets.php:268
57
- msgid "Languages"
58
- msgstr "语言"
59
-
60
- #: ../restrict-widgets.php:272
61
- msgid "Front Page"
62
- msgstr "主页"
63
-
64
- #: ../restrict-widgets.php:273
65
- msgid "Blog Page"
66
- msgstr "博客页面"
67
-
68
- #: ../restrict-widgets.php:274
69
- msgid "Single Posts"
70
- msgstr "所有文章"
71
-
72
- #: ../restrict-widgets.php:275
73
- msgid "Sticky Posts"
74
- msgstr "置顶文章"
75
-
76
- #: ../restrict-widgets.php:276
77
- msgid "Author Archive"
78
- msgstr "作者存档页"
79
-
80
- #: ../restrict-widgets.php:277
81
- msgid "Date Archive"
82
- msgstr "日期存档页"
83
-
84
- #: ../restrict-widgets.php:278
85
- msgid "404 Page"
86
- msgstr "404页面"
87
-
88
- #: ../restrict-widgets.php:279
89
- msgid "Search Page"
90
- msgstr "搜索结果页面"
91
-
92
- #: ../restrict-widgets.php:283
93
- msgid "Logged in users"
94
- msgstr "已登录用户"
95
-
96
- #: ../restrict-widgets.php:284
97
- msgid "Logged out users"
98
- msgstr "未登录用户"
99
-
100
- #: ../restrict-widgets.php:505
101
- msgid "Restrict widgets"
102
- msgstr "限制小工具"
103
-
104
- #: ../restrict-widgets.php:509
105
- msgid ""
106
- "Use this settings to manage access to widgets page and to restrict "
107
- "availability of certain widgets, sidebars and widgets options to site "
108
- "administrators only."
109
- msgstr ""
110
- "通过下面的设置,来管理小工具页面的访问权限,以及限制管理员使用哪些侧边栏区"
111
- "域、小工具、小工具选项等。"
112
-
113
- #: ../restrict-widgets.php:512
114
- msgid "Restrict Users"
115
- msgstr "限制用户"
116
-
117
- #: ../restrict-widgets.php:522
118
- msgid "Select user roles restricted to manage widgets."
119
- msgstr "选择限制用户角色管理小工具"
120
-
121
- #: ../restrict-widgets.php:526
122
- msgid "Restrict Sidebars"
123
- msgstr "限制侧边栏"
124
-
125
- #: ../restrict-widgets.php:541
126
- msgid "Select which sidebars will be restricted to admins only."
127
- msgstr "选择限制管理员使用哪些侧边栏区域"
128
-
129
- #: ../restrict-widgets.php:545
130
- msgid "Restrict Widgets"
131
- msgstr "限制小工具"
132
-
133
- #: ../restrict-widgets.php:557
134
- msgid "Select which widgets will be restricted to admins only."
135
- msgstr "选择限制管理员使用哪些小工具"
136
-
137
- #: ../restrict-widgets.php:561
138
- msgid "Restrict Widget Options"
139
- msgstr "限制小工具选项"
140
-
141
- #: ../restrict-widgets.php:571
142
- msgid "Select which widget options will be restricted to admins only."
143
- msgstr "选择限制管理员使用哪些小工具选项"
144
-
145
- #: ../restrict-widgets.php:575
146
- msgid "Restrict Option Groups"
147
- msgstr "限制选项组"
148
-
149
- #: ../restrict-widgets.php:578
150
- msgid "Display widget options in groups"
151
- msgstr "分组显示小工具选项"
152
-
153
- #: ../restrict-widgets.php:582
154
- msgid "Plugin Deactivation"
155
- msgstr "插件停用"
156
-
157
- #: ../restrict-widgets.php:585
158
- msgid "Remove all plugin data on deactivation"
159
- msgstr "停用该插件时,删除该插件数据"
160
-
161
- #: ../restrict-widgets.php:589
162
- msgid "Save settings"
163
- msgstr "保存设置"
164
-
165
- #: ../restrict-widgets.php:590
166
- msgid "Created by"
167
- msgstr ""
168
- "简体中文支持:<a href=\"http://www.cmhello.com\" target=\"_blank\">倡萌 </a> "
169
- "@<a href=\"http://www.wpdaxue.com\" target=\"_blank\">WordPress大学</a> | "
170
- "开发者:"
171
-
172
- #: ../restrict-widgets.php:764 ../restrict-widgets.php:774
173
- #, php-format
174
- msgid "Single %s"
175
- msgstr "单个 %s"
176
-
177
- #: ../restrict-widgets.php:804 ../restrict-widgets.php:814
178
- #, php-format
179
- msgid "%s Archive"
180
- msgstr "%s 存档页"
181
-
182
- #: ../restrict-widgets.php:1045
183
- msgid "Display / Hide Widget"
184
- msgstr "显示/隐藏小工具"
185
-
186
- #: ../restrict-widgets.php:1047
187
- msgid "Display widget on selected"
188
- msgstr "在所选项显示小工具"
189
-
190
- #: ../restrict-widgets.php:1048
191
- msgid "Hide widget on selected"
192
- msgstr "在所选项隐藏小工具"
193
-
194
- #~ msgid "Friends Notifications"
195
- #~ msgstr "好友通知"
196
-
197
- #~ msgid "Email Notification"
198
- #~ msgstr "邮件通知"
199
-
200
- #~ msgid "Yes"
201
- #~ msgstr "是"
202
-
203
- #~ msgid "No"
204
- #~ msgstr "否"
205
-
206
- #~ msgid "Receive an email when someone adds you as a friend"
207
- #~ msgstr "当有人添加你为好友,发送邮件通知"
208
-
209
- #~ msgid "Friends"
210
- #~ msgstr "好友"
211
-
212
- #~ msgid "Find Friends"
213
- #~ msgstr "找好友"
214
-
215
- #~ msgid "Friend Requests"
216
- #~ msgstr "好友请求"
217
-
218
- #~ msgid "Friends Settings"
219
- #~ msgstr "好友设置"
220
-
221
- #~ msgid "Cheatin&#8217; uh?"
222
- #~ msgstr "不忠&#8217; 呃?"
223
-
224
- #~ msgid "Friend Removed"
225
- #~ msgstr "删除好友"
226
-
227
- #~ msgid "Friend will be added pending approval."
228
- #~ msgstr "好友将在审核同意后添加"
229
-
230
- #~ msgid "Friend Request Approved"
231
- #~ msgstr "好友请求已同意"
232
-
233
- #~ msgid "Friend Request Rejected"
234
- #~ msgstr "好友请求被拒绝"
235
-
236
- #~ msgid "Quick Message Success."
237
- #~ msgstr "信息发送成功"
238
-
239
- #~ msgid "Quick Message Failed."
240
- #~ msgstr "信息发送失败"
241
-
242
- #~ msgid "Settings saved"
243
- #~ msgstr "保存设置"
244
-
245
- #~ msgid "Email Request Template"
246
- #~ msgstr "邮件请求模板"
247
-
248
- #~ msgid "Email Approval Template"
249
- #~ msgstr "邮件同意模板"
250
-
251
- #~ msgid "Email Rejection Template"
252
- #~ msgstr "邮件拒绝模板"
253
-
254
- #~ msgid ""
255
- #~ "The Friends plugin lets users connect with other users within the "
256
- #~ "WordPress Multisite environment. Once connected friends can send message "
257
- #~ "to each other. Also available is a handy widget to display a user's "
258
- #~ "friends listing"
259
- #~ msgstr ""
260
- #~ "这个好友插件可以让多站点之间的用户相互联系。一旦成为好友,就可以相互间发送"
261
- #~ "信息。当然,也包含一个不错的小工具,用来显示用户的好友列表。"
262
-
263
- #~ msgid ""
264
- #~ "The Friends listing page will show all user your have connections with. "
265
- #~ "From the listing you can send messages to users. Also you can remove "
266
- #~ "users who may have become unfriendly."
267
- #~ msgstr ""
268
- #~ "好友列表页面将显示你所添加的所有好友,你可以通过这个页面给好友发送信息,你"
269
- #~ "还可以删除那些不友好的用户。"
270
-
271
- #~ msgid "<strong>Friend</strong> - This is the user's display name."
272
- #~ msgstr "<strong>好友</strong> - 用户的昵称"
273
-
274
- #~ msgid "<strong>Avatar</strong> - The user's avatar"
275
- #~ msgstr "<strong>头像</strong> - 用户的头像"
276
-
277
- #~ msgid ""
278
- #~ "<strong>Send Message</strong> - Once you are connected to other friends "
279
- #~ "you can send them messages."
280
- #~ msgstr ""
281
- #~ "<strong>发送信息</strong> - 一旦你成功添加对方为好友,就可以给他们发送信息"
282
-
283
- #~ msgid "<strong>View Blog</strong> - View the user's blog"
284
- #~ msgstr "<strong>查看博客</strong> - 查看用户博客"
285
-
286
- #~ msgid "<strong>Remove</strong> - Allows you to remove the user as a friend."
287
- #~ msgstr "<strong>移除</strong> - 允许你删除好友"
288
-
289
- #~ msgid ""
290
- #~ "Using the search on this page you can search for other users within this "
291
- #~ "Multisite system. You can locate other user by searching for Name, Login "
292
- #~ "or Email. Click the Search button and all matching users will be listed. "
293
- #~ "Beside each user will be an Add link which will create a request to the "
294
- #~ "user. The user will need to accept the request to complete the friend "
295
- #~ "connection. Within the list if you see Pending instead of Add this means "
296
- #~ "the friend request has already been sent to this user."
297
- #~ msgstr ""
298
- #~ "通过这个页面搜索,你可以找到这个多站点网络中的其他用户。输入用户姓名、登录"
299
- #~ "名或电子邮件,点击“搜索”按钮,就可以显示符合条件的用户。每个用户都有一"
300
- #~ "个“加为好友”的链接,你可以快速提交好友申请,对方审核通过后就可以了。如果在"
301
- #~ "列表显示“审核中”,而不是“加为好友”,意味着你已经给该用户发送了好友请求。"
302
-
303
- #~ msgid ""
304
- #~ "When another user requests you to be their friend they will be listed on "
305
- #~ "this page. To complete the friend connection you must approve the "
306
- #~ "request. You may also opt to reject the request."
307
- #~ msgstr ""
308
- #~ "当其他用户求情加你为好友时,他们会显示在这个页面。你可以审核同意或者拒绝请"
309
- #~ "求。"
310
-
311
- #~ msgid ""
312
- #~ "This page contains various metaboxes to let you control the email "
313
- #~ "templates used during the friend connection processing."
314
- #~ msgstr ""
315
- #~ "该页面包含各种 Meta 模块,你可以通过它们设计邮件模板,以便在好友链接管理中"
316
- #~ "使用。"
317
-
318
- #~ msgid ""
319
- #~ "<strong>Email Request Template</strong> - This template contains the "
320
- #~ "Subject and Content used when one user requests to be friend's with "
321
- #~ "another user. "
322
- #~ msgstr ""
323
- #~ "<strong>邮件请求模板</strong> - 这个模板是给用户发送好友请求时用的,可以定"
324
- #~ "义邮件主题和内容。"
325
-
326
- #~ msgid ""
327
- #~ "<strong>Email Approval Template</strong> - This template contains the "
328
- #~ "Subject and Content used when one user approves a friend request from "
329
- #~ "another user. "
330
- #~ msgstr ""
331
- #~ "<strong>邮件同意模板</strong> - 这个模板是给用户同意好友请求时用的,可以定"
332
- #~ "义邮件主题和内容。"
333
-
334
- #~ msgid ""
335
- #~ "<strong>Email Rejection Template</strong> - This template contains the "
336
- #~ "Subject and Content used when one user rejects a friend request from "
337
- #~ "another user. "
338
- #~ msgstr ""
339
- #~ "<strong>邮件拒绝模板</strong> - 这个模板是给用户拒绝好友请求时用的,可以定"
340
- #~ "义邮件主题和内容。"
341
-
342
- #~ msgid "Overview"
343
- #~ msgstr "预览"
344
-
345
- #~ msgid "Friend Request"
346
- #~ msgstr "好友请求"
347
-
348
- #~ msgid "Previous Page"
349
- #~ msgstr "上一页"
350
-
351
- #~ msgid "Friend"
352
- #~ msgstr "好友"
353
-
354
- #~ msgid "Avatar"
355
- #~ msgstr "头像"
356
-
357
- #~ msgid "Actions"
358
- #~ msgstr "操作"
359
-
360
- #~ msgid "Send Message"
361
- #~ msgstr "发送信息"
362
-
363
- #~ msgid "View Blog"
364
- #~ msgstr "查看博客"
365
-
366
- #~ msgid "Remove"
367
- #~ msgstr "删除"
368
-
369
- #~ msgid "Your friends list is currently empty"
370
- #~ msgstr "你的好友列表目前是空的"
371
-
372
- #~ msgid "Send Message To"
373
- #~ msgstr "发送信息给"
374
-
375
- #~ msgid "Quick Message"
376
- #~ msgstr "快捷信息"
377
-
378
- #~ msgid "Message"
379
- #~ msgstr "信息"
380
-
381
- #~ msgid "Send"
382
- #~ msgstr "发送"
383
-
384
- #~ msgid "Search by friends display name, username or email address"
385
- #~ msgstr "通过好友的姓名、用户名或邮箱进行搜索"
386
-
387
- #~ msgid "Show existing friends"
388
- #~ msgstr "显示已有好友"
389
-
390
- #~ msgid "Pending"
391
- #~ msgstr "审核中"
392
-
393
- #~ msgid "Add"
394
- #~ msgstr "加为好友"
395
-
396
- #~ msgid "Nothing found"
397
- #~ msgstr "没有相关内容"
398
-
399
- #~ msgid "ID"
400
- #~ msgstr "ID"
401
-
402
- #~ msgid "Approve"
403
- #~ msgstr "同意"
404
-
405
- #~ msgid "Reject"
406
- #~ msgstr "拒绝"
407
-
408
- #~ msgid "No pending Friend requests"
409
- #~ msgstr "没有待审的好友请求"
410
-
411
- #~ msgctxt "Friends Plugin Page Title"
412
- #~ msgid "Friends Settings"
413
- #~ msgstr "好友设置"
414
-
415
- #~ msgid ""
416
- #~ "This Email template is used when one user requests to be friends with "
417
- #~ "another user."
418
- #~ msgstr "这个邮件模板是用来给用户发送好友请求时用的"
419
-
420
- #~ msgid "Save Changes"
421
- #~ msgstr "保存更改"
422
-
423
- #~ msgid "Reset to Default"
424
- #~ msgstr "恢复默认"
425
-
426
- #~ msgid ""
427
- #~ "This Email template is used when a user receives a request from another "
428
- #~ "user to become friends. And the user approves the friend request."
429
- #~ msgstr ""
430
- #~ "这个邮件模板是当一个用户接收到其他用户的好友请求,用户同意请求时用的。"
431
-
432
- #~ msgid ""
433
- #~ "This Email template is used when a user receives a request from another "
434
- #~ "user to become friends. And the user reject the friend request."
435
- #~ msgstr ""
436
- #~ "这个邮件模板是当一个用户接收到其他用户的好友请求,用户拒绝请求时用的。"
437
-
438
- #~ msgid ""
439
- #~ "Instructions: Use the following replaceable tokens in your message. These "
440
- #~ "will be replaced with the real information for user, site, content, etc.. "
441
- #~ "Note all tokens are wrapped in square brackets."
442
- #~ msgstr ""
443
- #~ "说明:在信息中使用以下可用变量,它们将在邮件中被替换为真正的用户、网站、内"
444
- #~ "容 等。注意:所有的变量都要放在方括号[ ]中。"
445
-
446
- #~ msgid "The name of the sender's primary site"
447
- #~ msgstr "发件人的主站点的名称"
448
-
449
- #~ msgid "The URL of the sender's primary site"
450
- #~ msgstr "发件人的主站点的URL"
451
-
452
- #~ msgid "The user name requesting friendship."
453
- #~ msgstr "好友请求的用户名"
454
-
455
- #~ msgid "The user name being friended."
456
- #~ msgstr "好友的用户名"
457
-
458
- #~ msgid "The TO_USER primary site admin page for the Friend Request."
459
- #~ msgstr "好友请求的TO_USER主站点的管理页面"
460
-
461
- #~ msgid "Display"
462
- #~ msgstr "显示"
463
-
464
- #~ msgid "Mosaic"
465
- #~ msgstr "嵌套"
466
-
467
- #~ msgid "List"
468
- #~ msgstr "列表"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/restrict-widgets.pot CHANGED
@@ -1,7 +1,8 @@
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Restrict Widgets\n"
4
- "POT-Creation-Date: 2014-02-17 10:18+0100\n"
5
  "PO-Revision-Date: 2014-02-17 10:18+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
7
  "Language-Team: dFactory <info@dfactory.eu>\n"
@@ -9,213 +10,251 @@ msgstr ""
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.6.4\n"
13
  "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../restrict-widgets.php:310
19
- msgid "Support"
 
20
  msgstr ""
21
 
22
- #: ../restrict-widgets.php:332 ../restrict-widgets.php:1722
23
- #: ../restrict-widgets.php:1768
24
- msgid "Widgets"
25
  msgstr ""
26
 
27
- #: ../restrict-widgets.php:411
28
- msgid "Pages"
 
29
  msgstr ""
30
 
31
- #: ../restrict-widgets.php:412
32
- msgid "Custom Post Types"
33
  msgstr ""
34
 
35
- #: ../restrict-widgets.php:413
36
- msgid "Custom Post Type Archives"
37
  msgstr ""
38
 
39
- #: ../restrict-widgets.php:414
40
- msgid "Categories"
41
  msgstr ""
42
 
43
- #: ../restrict-widgets.php:415
44
- msgid "Taxonomies"
45
  msgstr ""
46
 
47
- #: ../restrict-widgets.php:416
48
- msgid "Others"
49
  msgstr ""
50
 
51
- #: ../restrict-widgets.php:423
52
- msgid "Search"
53
  msgstr ""
54
 
55
- #: ../restrict-widgets.php:424
56
- msgid "Single User"
57
  msgstr ""
58
 
59
- #: ../restrict-widgets.php:425
60
- msgid "Topic Tag"
61
  msgstr ""
62
 
63
- #: ../restrict-widgets.php:428
64
- msgid "bbPress"
65
  msgstr ""
66
 
67
- #: ../restrict-widgets.php:431
68
- msgid "Devices"
69
  msgstr ""
70
 
71
- #: ../restrict-widgets.php:432
72
- msgid "Users"
73
  msgstr ""
74
 
75
- #: ../restrict-widgets.php:433
76
- msgid "Languages"
77
  msgstr ""
78
 
79
- #: ../restrict-widgets.php:436
80
- msgid "Front Page"
81
  msgstr ""
82
 
83
- #: ../restrict-widgets.php:437
84
- msgid "Blog Page"
85
  msgstr ""
86
 
87
- #: ../restrict-widgets.php:438
88
- msgid "Single Posts"
89
  msgstr ""
90
 
91
- #: ../restrict-widgets.php:439
92
- msgid "Sticky Posts"
93
  msgstr ""
94
 
95
- #: ../restrict-widgets.php:440
96
- msgid "Author Archive"
 
 
 
97
  msgstr ""
98
 
99
- #: ../restrict-widgets.php:441
100
- msgid "Date Archive"
101
  msgstr ""
102
 
103
- #: ../restrict-widgets.php:442
104
- msgid "404 Page"
105
  msgstr ""
106
 
107
- #: ../restrict-widgets.php:443
108
- msgid "Search Page"
 
 
 
109
  msgstr ""
110
 
111
- #: ../restrict-widgets.php:447
112
- msgid "Logged in users"
113
  msgstr ""
114
 
115
- #: ../restrict-widgets.php:448
116
- msgid "Logged out users"
117
  msgstr ""
118
 
119
- #: ../restrict-widgets.php:452
120
- msgid "Mobile"
121
  msgstr ""
122
 
123
- #: ../restrict-widgets.php:453
124
- msgid "Desktop, Laptop, etc."
 
125
  msgstr ""
126
 
127
- #: ../restrict-widgets.php:668
128
- msgid "Restrict widgets"
129
  msgstr ""
130
 
131
- #: ../restrict-widgets.php:672
132
- msgid ""
133
- "Use this settings to manage access to widgets page and to restrict "
134
- "availability of certain widgets, sidebars and widgets options to site "
135
- "administrators only."
136
  msgstr ""
137
 
138
- #: ../restrict-widgets.php:677
139
- msgid "Restrict Users"
140
  msgstr ""
141
 
142
- #: ../restrict-widgets.php:687
143
- msgid "Select user roles restricted to manage widgets."
144
  msgstr ""
145
 
146
- #: ../restrict-widgets.php:691
147
- msgid "Restrict Sidebars"
148
  msgstr ""
149
 
150
- #: ../restrict-widgets.php:707
151
- msgid "Select which sidebars will be restricted to admins only."
152
  msgstr ""
153
 
154
- #: ../restrict-widgets.php:711
155
- msgid "Restrict Widgets"
156
  msgstr ""
157
 
158
- #: ../restrict-widgets.php:724
159
- msgid "Select which widgets will be restricted to admins only."
160
  msgstr ""
161
 
162
- #: ../restrict-widgets.php:728
163
- msgid "Restrict Widget Options"
164
  msgstr ""
165
 
166
- #: ../restrict-widgets.php:738
167
- msgid "Select which widget options will be restricted to admins only."
168
  msgstr ""
169
 
170
- #: ../restrict-widgets.php:742
171
- msgid "Restrict Option Groups"
172
  msgstr ""
173
 
174
- #: ../restrict-widgets.php:745
175
- msgid "Display widget options in groups"
176
  msgstr ""
177
 
178
- #: ../restrict-widgets.php:749
179
- msgid "Modify is_active_sidebar()"
180
  msgstr ""
181
 
182
- #: ../restrict-widgets.php:752
183
- msgid ""
184
- "By default is_active_sidebar() function returns TRUE even if no widget is "
185
- "displayed in a sidebar. Check this if you want is_active_sidebar() to "
186
- "recognize Restrict Widgets display settings."
 
 
 
 
 
187
  msgstr ""
188
 
189
  #: ../restrict-widgets.php:756
190
- msgid "Plugin Deactivation"
 
 
 
 
 
 
 
 
191
  msgstr ""
192
 
193
  #: ../restrict-widgets.php:759
194
- msgid "Remove all plugin data on deactivation"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  msgstr ""
196
 
197
- #: ../restrict-widgets.php:763
198
- msgid "Save settings"
199
  msgstr ""
200
 
201
- #: ../restrict-widgets.php:938 ../restrict-widgets.php:949
202
  #, php-format
203
  msgid "Single %s"
204
  msgstr ""
205
 
206
- #: ../restrict-widgets.php:976 ../restrict-widgets.php:987
207
  #, php-format
208
  msgid "%s Archive"
209
  msgstr ""
210
 
211
- #: ../restrict-widgets.php:1286
212
  msgid "Display / Hide Widget"
213
  msgstr ""
214
 
215
- #: ../restrict-widgets.php:1288
216
  msgid "Display widget on selected"
217
  msgstr ""
218
 
219
- #: ../restrict-widgets.php:1289
220
  msgid "Hide widget on selected"
221
  msgstr ""
1
+ #, fuzzy
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Restrict Widgets\n"
5
+ "POT-Creation-Date: 2017-01-18 11:14+0100\n"
6
  "PO-Revision-Date: 2014-02-17 10:18+0100\n"
7
  "Last-Translator: Bartosz Arendt <info@dfactory.eu>\n"
8
  "Language-Team: dFactory <info@dfactory.eu>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.11\n"
14
  "X-Poedit-KeywordsList: gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../restrict-widgets.php:120 ../restrict-widgets.php:129
20
+ #: ../restrict-widgets.php:132 ../restrict-widgets.php:176
21
+ msgid "Restrict Widgets"
22
  msgstr ""
23
 
24
+ #: ../restrict-widgets.php:134
25
+ msgid "Need support?"
 
26
  msgstr ""
27
 
28
+ #: ../restrict-widgets.php:135
29
+ msgid ""
30
+ "If you are having problems with this plugin, please talk about them in the"
31
  msgstr ""
32
 
33
+ #: ../restrict-widgets.php:135
34
+ msgid "Support forum"
35
  msgstr ""
36
 
37
+ #: ../restrict-widgets.php:137
38
+ msgid "Do you like this plugin?"
39
  msgstr ""
40
 
41
+ #: ../restrict-widgets.php:138
42
+ msgid "Rate it 5"
43
  msgstr ""
44
 
45
+ #: ../restrict-widgets.php:138
46
+ msgid "on WordPress.org"
47
  msgstr ""
48
 
49
+ #: ../restrict-widgets.php:139
50
+ msgid "Blog about it & link to the"
51
  msgstr ""
52
 
53
+ #: ../restrict-widgets.php:139
54
+ msgid "plugin page"
55
  msgstr ""
56
 
57
+ #: ../restrict-widgets.php:140
58
+ msgid "Check out our other"
59
  msgstr ""
60
 
61
+ #: ../restrict-widgets.php:140
62
+ msgid "WordPress plugins"
63
  msgstr ""
64
 
65
+ #: ../restrict-widgets.php:143
66
+ msgid "Created by"
67
  msgstr ""
68
 
69
+ #: ../restrict-widgets.php:158
70
+ msgid "Reset to defaults"
71
  msgstr ""
72
 
73
+ #: ../restrict-widgets.php:174
74
+ msgid "Restrict User Roles"
75
  msgstr ""
76
 
77
+ #: ../restrict-widgets.php:175
78
+ msgid "Restrict Sidebars"
79
  msgstr ""
80
 
81
+ #: ../restrict-widgets.php:177
82
+ msgid "Restrict Widget Options"
83
  msgstr ""
84
 
85
+ #: ../restrict-widgets.php:178
86
+ msgid "Option Groups"
87
  msgstr ""
88
 
89
+ #: ../restrict-widgets.php:179
90
+ msgid "is_sidebar_active()"
91
  msgstr ""
92
 
93
+ #: ../restrict-widgets.php:180
94
+ msgid "Deactivation"
95
  msgstr ""
96
 
97
+ #: ../restrict-widgets.php:189
98
+ msgid ""
99
+ "Use this settings to manage access to widgets page and to restrict "
100
+ "availability of widgets, sidebars and widget options to site "
101
+ "administrators only."
102
  msgstr ""
103
 
104
+ #: ../restrict-widgets.php:296
105
+ msgid "Display widget options in groups"
106
  msgstr ""
107
 
108
+ #: ../restrict-widgets.php:308
109
+ msgid "Modify is_sidebar_active() function"
110
  msgstr ""
111
 
112
+ #: ../restrict-widgets.php:311
113
+ msgid ""
114
+ "By default is_active_sidebar() function returns true even if no widget is "
115
+ "displayed in a sidebar. Check this if you want is_active_sidebar() to "
116
+ "recognize Restrict Widgets display settings."
117
  msgstr ""
118
 
119
+ #: ../restrict-widgets.php:321
120
+ msgid "Remove all plugin data on deactivation"
121
  msgstr ""
122
 
123
+ #: ../restrict-widgets.php:458
124
+ msgid "Settings restored to defaults."
125
  msgstr ""
126
 
127
+ #: ../restrict-widgets.php:640
128
+ msgid "Support"
129
  msgstr ""
130
 
131
+ #: ../restrict-widgets.php:659 ../restrict-widgets.php:1564
132
+ #: ../restrict-widgets.php:1598
133
+ msgid "Widgets"
134
  msgstr ""
135
 
136
+ #: ../restrict-widgets.php:729
137
+ msgid "Pages"
138
  msgstr ""
139
 
140
+ #: ../restrict-widgets.php:730
141
+ msgid "Custom Post Types"
 
 
 
142
  msgstr ""
143
 
144
+ #: ../restrict-widgets.php:731
145
+ msgid "Custom Post Type Archives"
146
  msgstr ""
147
 
148
+ #: ../restrict-widgets.php:732
149
+ msgid "Categories"
150
  msgstr ""
151
 
152
+ #: ../restrict-widgets.php:733
153
+ msgid "Taxonomies"
154
  msgstr ""
155
 
156
+ #: ../restrict-widgets.php:734
157
+ msgid "Others"
158
  msgstr ""
159
 
160
+ #: ../restrict-widgets.php:740
161
+ msgid "Search"
162
  msgstr ""
163
 
164
+ #: ../restrict-widgets.php:741
165
+ msgid "Single User"
166
  msgstr ""
167
 
168
+ #: ../restrict-widgets.php:742
169
+ msgid "Topic Tag"
170
  msgstr ""
171
 
172
+ #: ../restrict-widgets.php:745
173
+ msgid "bbPress"
174
  msgstr ""
175
 
176
+ #: ../restrict-widgets.php:748
177
+ msgid "Devices"
178
  msgstr ""
179
 
180
+ #: ../restrict-widgets.php:749
181
+ msgid "Users"
182
  msgstr ""
183
 
184
+ #: ../restrict-widgets.php:750
185
+ msgid "Languages"
186
  msgstr ""
187
 
188
+ #: ../restrict-widgets.php:753
189
+ msgid "Front Page"
190
+ msgstr ""
191
+
192
+ #: ../restrict-widgets.php:754
193
+ msgid "Blog Page"
194
+ msgstr ""
195
+
196
+ #: ../restrict-widgets.php:755
197
+ msgid "Single Posts"
198
  msgstr ""
199
 
200
  #: ../restrict-widgets.php:756
201
+ msgid "Sticky Posts"
202
+ msgstr ""
203
+
204
+ #: ../restrict-widgets.php:757
205
+ msgid "Author Archive"
206
+ msgstr ""
207
+
208
+ #: ../restrict-widgets.php:758
209
+ msgid "Date Archive"
210
  msgstr ""
211
 
212
  #: ../restrict-widgets.php:759
213
+ msgid "404 Page"
214
+ msgstr ""
215
+
216
+ #: ../restrict-widgets.php:760
217
+ msgid "Search Page"
218
+ msgstr ""
219
+
220
+ #: ../restrict-widgets.php:764
221
+ msgid "Logged in users"
222
+ msgstr ""
223
+
224
+ #: ../restrict-widgets.php:765
225
+ msgid "Logged out users"
226
+ msgstr ""
227
+
228
+ #: ../restrict-widgets.php:769
229
+ msgid "Mobile"
230
+ msgstr ""
231
+
232
+ #: ../restrict-widgets.php:770
233
+ msgid "Desktop, Laptop, etc."
234
  msgstr ""
235
 
236
+ #: ../restrict-widgets.php:897
237
+ msgid "Are you sure you want to reset these settings to defaults?"
238
  msgstr ""
239
 
240
+ #: ../restrict-widgets.php:955 ../restrict-widgets.php:964
241
  #, php-format
242
  msgid "Single %s"
243
  msgstr ""
244
 
245
+ #: ../restrict-widgets.php:987 ../restrict-widgets.php:996
246
  #, php-format
247
  msgid "%s Archive"
248
  msgstr ""
249
 
250
+ #: ../restrict-widgets.php:1251
251
  msgid "Display / Hide Widget"
252
  msgstr ""
253
 
254
+ #: ../restrict-widgets.php:1253
255
  msgid "Display widget on selected"
256
  msgstr ""
257
 
258
+ #: ../restrict-widgets.php:1254
259
  msgid "Hide widget on selected"
260
  msgstr ""
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: dfactory
3
  Donate link: http://www.dfactory.eu/
4
  Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
5
- Requires at least: 3.0
6
- Tested up to: 4.5.2
7
- Stable tag: 1.3.0
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -59,6 +59,10 @@ No questions yet.
59
 
60
  == Changelog ==
61
 
 
 
 
 
62
  = 1.3.0 =
63
  * New: Customizer support
64
  * New: Dedicated options page
@@ -135,6 +139,5 @@ Initial release
135
 
136
  == Upgrade Notice ==
137
 
138
- = 1.3.0 =
139
- * New: Customizer support
140
- * New: Dedicated options page
2
  Contributors: dfactory
3
  Donate link: http://www.dfactory.eu/
4
  Tags: widget, widgets, widget-only, cms, conditional tags, conditional, widget logic, widget context, restrict, manage, management, capability, capabilities, sidebar, sidebars, user, permission, permissions
5
+ Requires at least: 4.0
6
+ Tested up to: 4.7.1
7
+ Stable tag: 1.3.1
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
59
 
60
  == Changelog ==
61
 
62
+ = 1.3.1 =
63
+ * New: Categories and Tags available in Taxonomy selection
64
+ * Tweak: Removed local translation files in favor of WP repository translations.
65
+
66
  = 1.3.0 =
67
  * New: Customizer support
68
  * New: Dedicated options page
139
 
140
  == Upgrade Notice ==
141
 
142
+ = 1.3.1 =
143
+ * New: Categories and Tags available in Taxonomy selection
 
restrict-widgets.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Restrict Widgets
4
  Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
5
- Version: 1.3.0
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
@@ -12,7 +12,7 @@ Text Domain: restrict-widgets
12
  Domain Path: /languages
13
 
14
  Restrict Widgets
15
- Copyright (C) 2013-2015, Digital Factory - info@digitalfactory.pl
16
 
17
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
18
 
@@ -30,7 +30,7 @@ define( 'RESTRICT_WIDGETS_REL_PATH', dirname( plugin_basename( __FILE__ ) ) . '/
30
  final class Restrict_Widgets {
31
 
32
  const
33
- VERSION = '1.3.0', // plugin version
34
  ID = 'restrict-widgets';
35
 
36
  private static $instance;
@@ -688,8 +688,7 @@ final class Restrict_Widgets {
688
  public function load_dynamic_data() {
689
  $this->taxonomies = get_taxonomies(
690
  array(
691
- '_builtin' => false,
692
- 'public' => true,
693
  ),
694
  'objects',
695
  'and'
@@ -1485,7 +1484,7 @@ final class Restrict_Widgets {
1485
  elseif ( is_post_type_archive() )
1486
  $valid_option = isset( $options['cpta_' . get_query_var( 'post_type' )] );
1487
  elseif ( is_category() )
1488
- $valid_option = isset( $options['category_' . get_query_var( 'cat' )] );
1489
  elseif ( is_tag() ) {
1490
  $object = get_queried_object();
1491
 
@@ -1494,7 +1493,7 @@ final class Restrict_Widgets {
1494
  else
1495
  $tag = '';
1496
 
1497
- $valid_option = isset( $options['taxonomy_' . $tag] );
1498
  }
1499
  elseif ( is_tax() ) {
1500
  $object = get_queried_object();
2
  /*
3
  Plugin Name: Restrict Widgets
4
  Description: All in one solution for widget management in WordPress. Allows you to hide or display widgets on specified pages and restrict access for users.
5
+ Version: 1.3.1
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/restrict-widgets/
12
  Domain Path: /languages
13
 
14
  Restrict Widgets
15
+ Copyright (C) 2013-2017, Digital Factory - info@digitalfactory.pl
16
 
17
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
18
 
30
  final class Restrict_Widgets {
31
 
32
  const
33
+ VERSION = '1.3.1', // plugin version
34
  ID = 'restrict-widgets';
35
 
36
  private static $instance;
688
  public function load_dynamic_data() {
689
  $this->taxonomies = get_taxonomies(
690
  array(
691
+ 'public' => true
 
692
  ),
693
  'objects',
694
  'and'
1484
  elseif ( is_post_type_archive() )
1485
  $valid_option = isset( $options['cpta_' . get_query_var( 'post_type' )] );
1486
  elseif ( is_category() )
1487
+ $valid_option = isset( $options['taxonomy_category'] ) ? true : isset( $options['category_' . get_query_var( 'cat' )] );
1488
  elseif ( is_tag() ) {
1489
  $object = get_queried_object();
1490
 
1493
  else
1494
  $tag = '';
1495
 
1496
+ $valid_option = isset( $options['taxonomy_post_tag'] ) ? true : isset( $options['taxonomy_' . $tag] );
1497
  }
1498
  elseif ( is_tax() ) {
1499
  $object = get_queried_object();