From e06d9a37977935aafc917d8080103b82c66b87a8 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Tue, 18 Sep 2018 10:24:52 +0300 Subject: [PATCH] - upgrade minified scripts; - upgrade language files; --- assets/js/um-conditional.min.js | 2 +- assets/js/um-crop.min.js | 2 +- assets/js/um-fileupload.min.js | 2 +- assets/js/um-functions.min.js | 2 +- assets/js/um-gdpr.min.js | 2 +- assets/js/um-jquery-form.min.js | 2 +- assets/js/um-modal.min.js | 2 +- assets/js/um-profile.min.js | 2 +- assets/js/um-raty.min.js | 2 +- assets/js/um-scripts.min.js | 2 +- assets/js/um-scrollbar.min.js | 3 +- assets/js/um-scrollto.min.js | 2 +- assets/js/um-select.min.js | 3 +- assets/js/um-tipsy.min.js | 2 +- languages/ultimate-member-en_US.po | 7099 ++++++++++++++++++++++++++++ 15 files changed, 7113 insertions(+), 16 deletions(-) create mode 100644 languages/ultimate-member-en_US.po diff --git a/assets/js/um-conditional.min.js b/assets/js/um-conditional.min.js index e524467a..4b9c8602 100644 --- a/assets/js/um-conditional.min.js +++ b/assets/js/um-conditional.min.js @@ -1 +1 @@ -jQuery(document).ready(function(){function e(e){var n="",t=i(e);switch(t){case"text":case"number":case"date":case"textarea":case"select":n=e.find("input:text,input[type=number],textarea,select").val();break;case"multiselect":n=e.find("select").val();break;case"radio":e.find("input[type=radio]:checked").length>=1&&(n=e.find("input[type=radio]:checked").val());break;case"checkbox":e.find("input[type=checkbox]:checked").length>=1&&(e.find("input[type=checkbox]:checked").length>1?e.find("input[type=checkbox]:checked").each(function(){n=n+jQuery(this).val()+" "}):n=e.find("input[type=checkbox]:checked").val())}return{type:t,value:n}}function n(e){var n=i(e);switch(n){case"text":case"number":case"date":case"textarea":case"select":case"multiselect":case"radio":case"checkbox":return e.find("input,textarea,select")}return""}function i(e){var n="",i=e.attr("class");return jQuery.each(i.split(" "),function(e,i){i.indexOf("um-field-type")!=-1&&(n=i.split("_")[1])}),n}function t(e){var n=[];return jQuery.each(h,function(i,t){t.field.parent==e&&n.push(t.field.condition)}),n}function a(e){return um_live_field=e.parents(".um-field").data("key"),um_live_value=e.val(),e.is(":checkbox")&&(um_live_value="",e.parents(".um-field").find("input:checked").length>1?e.parents(".um-field").find("input:checked").each(function(){um_live_value=um_live_value+jQuery(this).val()+" "}):e.parents(".um-field").find("input:checked").length>=1&&(um_live_value=e.parents(".um-field").find("input:checked").val())),e.is(":radio")&&(um_live_value=e.parents(".um-field").find("input[type=radio]:checked").val()),um_live_value}function c(e,n,i){var t,a=!1,i=!!i;for(t in n)if(i&&n[t]===e||!i&&n[t]==e){a=!0;break}return a}function r(e,n){var t=e.parents(".um-field[data-key]").data("key"),r=p[t],o=a(e),d={},s={},l={};jQuery.each(r,function(e,n){"undefined"==typeof s[n.owner]&&(s[n.owner]=[],l[n.owner]={}),s[n.owner].push(n.value),l[n.owner]=n}),jQuery.each(r,function(n,t){"undefined"==typeof d[t.owner]&&(d[t.owner]={}),"empty"==t.operator&&(!o||""==o&&c(o,s[t.owner])?d[t.owner][n]=!0:d[t.owner][n]=!1),"not empty"==t.operator&&(o&&""!=o&&!c(o,s[t.owner])?d[t.owner][n]=!0:d[t.owner][n]=!1),"equals to"==t.operator&&(t.value==o&&c(o,s[t.owner])?d[t.owner][n]=!0:d[t.owner][n]=!1),"not equals"==t.operator&&(jQuery.isNumeric(t.value)&&parseInt(o)!=parseInt(t.value)&&o&&!c(o,s[t.owner])?d[t.owner][n]=!0:t.value==o||c(o,s[t.owner])?d[t.owner][n]=!1:d[t.owner][n]=!0),"greater than"==t.operator&&(jQuery.isNumeric(t.value)&&parseInt(o)>parseInt(t.value)?d[t.owner][n]=!0:d[t.owner][n]=!1),"less than"==t.operator&&(jQuery.isNumeric(t.value)&&parseInt(o)=0&&c(t.value,o)?d[t.owner][n]=!0:d[t.owner][n]=!1:"checkbox"==i(e.parents(".um-field[data-key]"))?o&&o.indexOf(t.value)>=0?d[t.owner][n]=!0:d[t.owner][n]=!1:o&&o.indexOf(t.value)>=0&&c(o,s[t.owner])?d[t.owner][n]=!0:d[t.owner][n]=!1)}),jQuery.each(d,function(n,i){c(!0,i)?u(e,l[n],!0):u(e,l[n],!1)}),e.trigger("um_fields_change")}function u(e,n,i){var t=jQuery('div.um-field[data-key="'+n.owner+'"]');"show"==n.action&&i&&(t.show(),l(t),o(t)),"show"!=n.action||i||(t.hide(),s(t)),"hide"==n.action&&i&&(t.hide(),s(t)),"hide"!=n.action||i||(t.show(),l(t),o(t)),e.removeClass("um-field-has-changed")}function o(e){var t=i(e),a=e.data("key"),c=v[a];switch(t){case"text":case"number":case"date":case"textarea":e.find("input:text,input[type=number],textareas").val(c.value);break;case"select":e.find("select").find("option").prop("selected",!1),e.find("select").val(c.value),e.find("select").trigger("change");break;case"multiselect":e.find("select").find("option").prop("selected",!1),jQuery.each(c.value,function(n,i){e.find("select").find('option[value="'+i+'"]').attr("selected",!0)}),e.find("select").trigger("change");break;case"checkbox":if(e.find("input[type=checkbox]:checked").length>=1)if(e.find("input[type=checkbox]:checked").removeAttr("checked"),e.find("span.um-field-checkbox-state i").removeClass("um-icon-android-checkbox-outline"),e.find("span.um-field-checkbox-state i").addClass("um-icon-android-checkbox-outline-blank"),e.find(".um-field-checkbox.active").removeClass("active"),jQuery.isArray(c.value))jQuery.each(c.value,function(n,i){var t=e.find('input[type=checkbox][value="'+i+'"]');t.attr("checked",!0),t.closest(".um-field-checkbox").find("i").removeClass("um-icon-android-checkbox-outline-blank"),t.closest(".um-field-checkbox").find("i").addClass("um-icon-android-checkbox-outline"),t.closest(".um-field-checkbox").addClass("active")});else{var r=e.find('input[type=checkbox][value="'+c.value+'"]');r.attr("checked",!0),r.closest(".um-field-checkbox").find("i").removeClass("um-icon-android-checkbox-outline-blank"),r.closest(".um-field-checkbox").find("i").addClass("um-icon-android-checkbox-outline"),r.closest(".um-field-checkbox").addClass("active")}break;case"radio":e.find("input[type=radio]:checked").length>=1&&setTimeout(function(){e.find("input[type=radio]:checked").removeAttr("checked"),e.find("span.um-field-radio-state i").removeClass("um-icon-android-radio-button-on"),e.find("span.um-field-radio-state i").addClass("um-icon-android-radio-button-off"),e.find(".um-field-radio.active").removeClass("active");var n=e.find("input[type=radio][value='"+c.value+"']");n.attr("checked",!0),n.closest(".um-field-radio").find("i").removeClass("um-icon-android-radio-button-off"),n.closest(".um-field-radio").find("i").addClass("um-icon-android-radio-button-on"),n.closest(".um-field-radio").addClass("active")},100)}if(!e.hasClass("um-field-has-changed")){var u=n(e);"radio"!=t&&"checkbox"!=t||(u=u.find(":checked")),u&&(u.trigger("change"),e.addClass("um-field-has-changed"))}}function d(){jQuery.each(p,function(e,n){(jQuery('.um-field[data-key="'+e+'"]:hidden').length>=1||"none"==jQuery('.um-field[data-key="'+e+'"]').css("display"))&&jQuery.each(n,function(e,n){jQuery('.um-field[data-key="'+n.owner+'"]').hide()})})}function s(e){"undefined"!=typeof jQuery.browser&&jQuery.browser.msie&&e.css({visibility:"hidden"})}function l(e){"undefined"!=typeof jQuery.browser&&jQuery.browser.msie&&e.css({visibility:"visible"})}function f(){var i=[];jQuery(".um-field[data-key]").each(function(){var n=jQuery(this).data("key");i.push(n);var t={};jQuery.each(jQuery(this)[0].attributes,function(e,n){if(n.name.indexOf("data-cond")!=-1){var i=n.name.slice(10),a=i.substring(1,0),c=i.slice(2);"undefined"==typeof t[a]&&(t[a]={}),t[a][c]=n.value}}),jQuery.each(t,function(e,i){var t={field:{owner:n,action:i.action,parent:i.field,operator:i.operator,value:i.value,condition:{owner:n,action:i.action,operator:i.operator,value:i.value}}};h.push(t)}),v[jQuery(this).data("key")]=e(jQuery(this))}),jQuery.each(i,function(e,n){p[n]=t(n)}),jQuery(".um-field[data-key]:visible").each(function(){var e=jQuery(this),i=n(e);"undefined"!=typeof i.trigger&&i.trigger("change")})}var h=[],p={},v={};jQuery(document).on("change",'.um-field select, .um-field input[type="radio"], .um-field input[type="checkbox"]',function(){var e=jQuery(this);r(e,!1)}),jQuery(document).on("input change",'.um-field input[type="text"]',function(){var e=jQuery(this);r(e,!1)}),jQuery(document).on("input change",'.um-field input[type="number"]',function(){var e=jQuery(this);r(e,!1)}),jQuery(document).on("input change",'.um-field input[type="password"]',function(){var e=jQuery(this);r(e,!1)}),jQuery(document).on("um_fields_change",function(){d(),d()}),f()}); \ No newline at end of file +jQuery(document).ready(function(){var e,t=[],d={},o={};function r(e){switch(s(e)){case"text":case"number":case"date":case"textarea":case"select":case"multiselect":case"radio":case"checkbox":return e.find("input,textarea,select")}return""}function s(e){var n="",i=e.attr("class");return jQuery.each(i.split(" "),function(e,i){-1!=i.indexOf("um-field-type")&&(n=i.split("_")[1])}),n}function l(e,i,n){var a,t=!1;n=!!n;for(a in i)if(n&&i[a]===e||!n&&i[a]==e){t=!0;break}return t}function i(n,e){var i,a=n.parents(".um-field[data-key]").data("key"),t=d[a],c=(i=n,um_live_field=i.parents(".um-field").data("key"),um_live_value=i.val(),i.is(":checkbox")&&(um_live_value="",1parseInt(i.value)?o[i.owner][e]=!0:o[i.owner][e]=!1),"less than"==i.operator&&(jQuery.isNumeric(i.value)&&parseInt(c)")[0].getContext)},init:function(){var i=this.defaults;t.each(i,function(t,e){switch(t){case"aspectRatio":i[t]=O(A(e))||n;break;case"autoCropArea":i[t]=O(A(e))||.8;break;case"minWidth":case"minHeight":i[t]=O(A(e))||0;break;case"maxWidth":case"maxHeight":i[t]=O(A(e))||o}}),this.image={rotate:0},this.load()},load:function(){var i,e,h=this,s=this.$element,r=this.element,n=this.image,o="";s.is("img")?e=s.prop("src"):s.is("canvas")&&this.support.canvas&&(e=r.toDataURL()),e&&(this.replaced&&(n.rotate=0),this.defaults.checkImageOrigin&&(s.prop("crossOrigin")||this.isCrossOriginURL(e))&&(o=" crossOrigin"),this.$clone=i=t("'),i.one("load",function(){n.naturalWidth=this.naturalWidth||i.width(),n.naturalHeight=this.naturalHeight||i.height(),n.aspectRatio=n.naturalWidth/n.naturalHeight,h.url=e,h.ready=a,h.build()}),i.addClass(w).prependTo("body"))},isCrossOriginURL:function(t){var i=t.match(/^(https?:)\/\/([^\:\/\?#]+):?(\d*)/i);return!i||i[1]===h.protocol&&i[2]===h.hostname&&i[3]===h.port?s:a},build:function(){var i,e,h=this.$element,r=this.defaults;this.ready&&(this.built&&this.unbuild(),h.one(k,r.build),i=t.Event(k),h.trigger(i),i.isDefaultPrevented()||(this.$cropper=e=t(I.TEMPLATE),h.addClass(u),this.$clone.removeClass(w).prependTo(e),this.rotated||(this.$original=this.$clone.clone(),this.$original.addClass(u).prependTo(this.$cropper),this.originalImage=t.extend({},this.image)),this.$container=h.parent(),this.$container.append(e),this.$canvas=e.find(".cropper-canvas"),this.$dragger=e.find(".cropper-dragger"),this.$viewer=e.find(".cropper-viewer"),r.autoCrop?this.cropped=a:this.$dragger.addClass(u),r.dragCrop&&this.setDragMode("crop"),r.modal&&this.$canvas.addClass(m),!r.dashed&&this.$dragger.find(".cropper-dashed").addClass(u),!r.movable&&this.$dragger.find(".cropper-face").data(g,"move"),!r.resizable&&this.$dragger.find(".cropper-line, .cropper-point").addClass(u),this.addListeners(),this.initPreview(),this.built=a,this.update(),this.replaced=s,h.one(R,r.built),h.trigger(R)))},unbuild:function(){this.built&&(this.built=s,this.removeListeners(),this.$preview.empty(),this.$preview=r,this.$dragger=r,this.$canvas=r,this.$container=r,this.$cropper.remove(),this.$cropper=r)},update:function(t){this.initContainer(),this.initCropper(),this.initImage(),this.initDragger(),t?(this.setData(t,a),this.setDragMode("crop")):this.setData(this.defaults.data)},resize:function(){clearTimeout(this.resizing),this.resizing=setTimeout(t.proxy(this.update,this,this.getData()),200)},preview:function(){var i=this.image,e=this.dragger,h=i.width,a=i.height,s=e.left-i.left,r=e.top-i.top;this.$viewer.find("img").css({width:h,height:a,marginLeft:-s,marginTop:-r}),this.$preview.each(function(){var i=t(this),n=i.width()/e.width;i.find("img").css({width:h*n,height:a*n,marginLeft:-s*n,marginTop:-r*n})})},addListeners:function(){var h=this.defaults;this.$element.on(z,h.dragstart).on(L,h.dragmove).on(Y,h.dragend),this.$cropper.on(y,t.proxy(this.dragstart,this)).on(C,t.proxy(this.dblclick,this)),h.zoomable&&this.$cropper.on(W,t.proxy(this.wheel,this)),h.multiple?this.$cropper.on($,t.proxy(this.dragmove,this)).on(D,t.proxy(this.dragend,this)):e.on($,this._dragmove=T(this.dragmove,this)).on(D,this._dragend=T(this.dragend,this)),i.on(H,this._resize=T(this.resize,this))},removeListeners:function(){var t=this.defaults;this.$element.off(z,t.dragstart).off(L,t.dragmove).off(Y,t.dragend),this.$cropper.off(y,this.dragstart).off(C,this.dblclick),t.zoomable&&this.$cropper.off(W,this.wheel),t.multiple?this.$cropper.off($,this.dragmove).off(D,this.dragend):e.off($,this._dragmove).off(D,this._dragend),i.off(H,this._resize)},initPreview:function(){var i='';this.$preview=t(this.defaults.preview),this.$viewer.html(i),this.$preview.html(i).find("img").css("cssText","min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;")},initContainer:function(){var t=this.$container;t!==r&&(this.container={width:P(t.width(),300),height:P(t.height(),150)})},initCropper:function(){var t,i=this.container,e=this.image;e.naturalWidth*i.height/e.naturalHeight-i.width>=0?(t={width:i.width,height:i.width/e.aspectRatio,left:0},t.top=(i.height-t.height)/2):(t={width:i.height*e.aspectRatio,height:i.height,top:0},t.left=(i.width-t.width)/2),this.$cropper&&this.$cropper.css({width:t.width,height:t.height,left:t.left,top:t.top}),this.cropper=t},initImage:function(){var i=this.image,e=this.cropper,h={_width:e.width,_height:e.height,width:e.width,height:e.height,left:0,top:0,ratio:e.width/i.naturalWidth};this.defaultImage=t.extend({},i,h),i._width!==e.width||i._height!==e.height?t.extend(i,h):(i=t.extend({},h,i),this.replaced&&(i.ratio=h.ratio)),this.image=i,this.renderImage()},renderImage:function(t){var i=this.image;"zoom"===t&&(i.left-=(i.width-i.oldWidth)/2,i.top-=(i.height-i.oldHeight)/2),i.left=_(P(i.left,i._width-i.width),0),i.top=_(P(i.top,i._height-i.height),0),this.$clone.css({width:i.width,height:i.height,marginLeft:i.left,marginTop:i.top}),t&&(this.defaults.done(this.getData()),this.preview())},initDragger:function(){var i,e=this.defaults,h=this.cropper,a=e.aspectRatio||this.image.aspectRatio,s=this.image.ratio;i=h.height*a-h.width>=0?{height:h.width/a,width:h.width,left:0,top:(h.height-h.width/a)/2,maxWidth:h.width,maxHeight:h.width/a}:{height:h.height,width:h.height*a,left:(h.width-h.height*a)/2,top:0,maxWidth:h.height*a,maxHeight:h.height},i.minWidth=0,i.minHeight=0,e.aspectRatio?(isFinite(e.maxWidth)?(i.maxWidth=_(i.maxWidth,e.maxWidth*s),i.maxHeight=i.maxWidth/a):isFinite(e.maxHeight)&&(i.maxHeight=_(i.maxHeight,e.maxHeight*s),i.maxWidth=i.maxHeight*a),e.minWidth>0?(i.minWidth=P(0,e.minWidth*s),i.minHeight=i.minWidth/a):e.minHeight>0&&(i.minHeight=P(0,e.minHeight*s),i.minWidth=i.minHeight*a)):(i.maxWidth=_(i.maxWidth,e.maxWidth*s),i.maxHeight=_(i.maxHeight,e.maxHeight*s),i.minWidth=P(0,e.minWidth*s),i.minHeight=P(0,e.minHeight*s)),i.minWidth=_(i.maxWidth,i.minWidth),i.minHeight=_(i.maxHeight,i.minHeight),i.height*=e.autoCropArea,i.width*=e.autoCropArea,i.left=(h.width-i.width)/2,i.top=(h.height-i.height)/2,i.oldLeft=i.left,i.oldTop=i.top,this.defaultDragger=i,this.dragger=t.extend({},i)},renderDragger:function(){var t=this.dragger,i=this.cropper;t.width>t.maxWidth?(t.width=t.maxWidth,t.left=t.oldLeft):t.widtht.maxHeight?(t.height=t.maxHeight,t.top=t.oldTop):t.height').one("load",function(){o.width=this.width,o.height=this.height,h.clearRect(0,0,o.width,o.height),h.drawImage(this,0,0),r.load()})))},setData:function(i,e){var h=this.cropper,a=this.dragger,s=this.image,n=this.defaults.aspectRatio;this.built&&typeof i!==d&&((i===r||t.isEmptyObject(i))&&(a=t.extend({},this.defaultDragger)),t.isPlainObject(i)&&!t.isEmptyObject(i)&&(e||(this.defaults.data=i),i=this.transformData(i),X(i.x)&&i.x<=h.width-s.left&&(a.left=i.x+s.left),X(i.y)&&i.y<=h.height-s.top&&(a.top=i.y+s.top),n?X(i.width)&&i.width<=a.maxWidth&&i.width>=a.minWidth?(a.width=i.width,a.height=a.width/n):X(i.height)&&i.height<=a.maxHeight&&i.height>=a.minHeight&&(a.height=i.height,a.width=a.height*n):(X(i.width)&&i.width<=a.maxWidth&&i.width>=a.minWidth&&(a.width=i.width),X(i.height)&&i.height<=a.maxHeight&&i.height>=a.minHeight&&(a.height=i.height))),this.dragger=a,this.renderDragger())},getData:function(t){var i=this.dragger,e=this.image,h={};return this.built&&(h={x:i.left-e.left,y:i.top-e.top,width:i.width,height:i.height},h=this.transformData(h,a,t)),h},transformData:function(i,e,h){var a=this.image.ratio,s={};return t.each(i,function(t,i){i=A(i),c.test(t)&&!isNaN(i)&&(s[t]=e?h?Math.round(i/a):i/a:i*a)}),s},setAspectRatio:function(t){var i="auto"===t;t=A(t),(i||!isNaN(t)&&t>0)&&(this.defaults.aspectRatio=i?n:t,this.built&&(this.initDragger(),this.renderDragger()))},getImageData:function(){var i={};return this.ready&&t.each(this.image,function(t,e){f.test(t)&&(i[t]=e)}),i},getDataURL:function(i,e,h){var a,s=t("")[0],r=this.getData(),n="";return t.isPlainObject(i)||(h=e,e=i,i={}),i=t.extend({width:r.width,height:r.height},i),this.cropped&&this.support.canvas&&(s.width=i.width,s.height=i.height,a=s.getContext("2d"),"image/jpeg"===e&&(a.fillStyle="#fff",a.fillRect(0,0,i.width,i.height)),a.drawImage(this.$clone[0],r.x,r.y,r.width,r.height,0,0,i.width,i.height),n=s.toDataURL(e,h)),n},setDragMode:function(t){var i=this.$canvas,e=this.defaults,h=s,r=s;if(this.built&&!this.disabled){switch(t){case"crop":e.dragCrop&&(h=a,i.data(g,t));break;case"move":r=a,i.data(g,t);break;default:i.removeData(g)}i.toggleClass(x,h).toggleClass(v,r)}},enable:function(){this.built&&(this.disabled=s,this.$cropper.removeClass(b))},disable:function(){this.built&&(this.disabled=a,this.$cropper.addClass(b))},rotate:function(t){var i=this.image;t=A(t)||0,this.built&&0!==t&&!this.disabled&&this.defaults.rotatable&&this.support.canvas&&(this.rotated=a,t=i.rotate=(i.rotate+t)%360,this.replace(this.getRotatedDataURL(t),!0))},getRotatedDataURL:function(i){var e=t("")[0],h=e.getContext("2d"),a=i*Math.PI/180,s=O(i)%180,r=s>90?180-s:s,n=r*Math.PI/180,o=this.originalImage,d=o.naturalWidth,g=o.naturalHeight,l=O(d*j(n)+g*U(n)),p=O(d*U(n)+g*j(n));return e.width=l,e.height=p,h.save(),h.translate(l/2,p/2),h.rotate(a),h.drawImage(this.$original[0],-d/2,-g/2,d,g),h.restore(),e.toDataURL()},zoom:function(t){var i,e,h,a=this.image;t=A(t),this.built&&t&&!this.disabled&&this.defaults.zoomable&&(i=a.width*(1+t),e=a.height*(1+t),h=i/a._width,h>10||(h<1&&(i=a._width,e=a._height),h<=1?this.setDragMode("crop"):this.setDragMode("move"),a.oldWidth=a.width,a.oldHeight=a.height,a.width=i,a.height=e,a.ratio=a.width/a.naturalWidth,this.renderImage("zoom")))},dblclick:function(){this.disabled||(this.$canvas.hasClass(x)?this.setDragMode("move"):this.setDragMode("crop"))},wheel:function(t){var i,e=t.originalEvent,h=117.25,a=5,s=166.66665649414062,r=.1;this.disabled||(t.preventDefault(),e.deltaY?(i=e.deltaY,i=i%a===0?i/a:i%h===0?i/h:i/s):i=e.wheelDelta?-e.wheelDelta/120:e.detail?e.detail/3:0,this.zoom(i*r))},dragstart:function(i){var e,h,r,n=i.originalEvent.touches,o=i;if(!this.disabled){if(n){if(r=n.length,r>1){if(!this.defaults.zoomable||2!==r)return;o=n[1],this.startX2=o.pageX,this.startY2=o.pageY,e="zoom"}o=n[0]}if(e=e||t(o.target).data(g),p.test(e)){if(i.preventDefault(),h=t.Event(z),this.$element.trigger(h),h.isDefaultPrevented())return;this.directive=e,this.cropping=s,this.startX=o.pageX,this.startY=o.pageY,"crop"===e&&(this.cropping=a,this.$canvas.addClass(m))}}},dragmove:function(i){var e,h,a=i.originalEvent.touches,s=i;if(!this.disabled){if(a){if(h=a.length,h>1){if(!this.defaults.zoomable||2!==h)return;s=a[1],this.endX2=s.pageX,this.endY2=s.pageY}s=a[0]}if(this.directive){if(i.preventDefault(),e=t.Event(L),this.$element.trigger(e),e.isDefaultPrevented())return;this.endX=s.pageX,this.endY=s.pageY,this.dragging()}}},dragend:function(i){var e;if(!this.disabled&&this.directive){if(i.preventDefault(),e=t.Event(Y),this.$element.trigger(e),e.isDefaultPrevented())return;this.cropping&&(this.cropping=s,this.$canvas.toggleClass(m,this.cropped&&this.defaults.modal)),this.directive=""}},dragging:function(){var t,i=this.directive,e=this.image,h=this.cropper,r=h.width,n=h.height,o=this.dragger,d=o.width,g=o.height,l=o.left,p=o.top,c=l+d,f=p+g,m=a,w=this.defaults,v=w.aspectRatio,x={x:this.endX-this.startX,y:this.endY-this.startY};switch(v&&(x.X=x.y*v,x.Y=x.x/v),i){case"all":l+=x.x,p+=x.y;break;case"e":if(x.x>=0&&(c>=r||v&&(p<=0||f>=n))){m=s;break}d+=x.x,v&&(g=d/v,p-=x.Y/2),d<0&&(i="w",d=0);break;case"n":if(x.y<=0&&(p<=0||v&&(l<=0||c>=r))){m=s;break}g-=x.y,p+=x.y,v&&(d=g*v,l+=x.X/2),g<0&&(i="s",g=0);break;case"w":if(x.x<=0&&(l<=0||v&&(p<=0||f>=n))){m=s;break}d-=x.x,l+=x.x,v&&(g=d/v,p+=x.Y/2),d<0&&(i="e",d=0);break;case"s":if(x.y>=0&&(f>=n||v&&(l<=0||c>=r))){m=s;break}g+=x.y,v&&(d=g*v,l-=x.X/2),g<0&&(i="n",g=0);break;case"ne":if(v){if(x.y<=0&&(p<=0||c>=r)){m=s;break}g-=x.y,p+=x.y,d=g*v}else x.x>=0?c0&&(g-=x.y,p+=x.y):(g-=x.y,p+=x.y);g<0&&(i="sw",g=0,d=0);break;case"nw":if(v){if(x.y<=0&&(p<=0||l<=0)){m=s;break}g-=x.y,p+=x.y,d=g*v,l+=x.X}else x.x<=0?l>0?(d-=x.x,l+=x.x):x.y<=0&&p<=0&&(m=s):(d-=x.x,l+=x.x),x.y<=0?p>0&&(g-=x.y,p+=x.y):(g-=x.y,p+=x.y);g<0&&(i="se",g=0,d=0);break;case"sw":if(v){if(x.x<=0&&(l<=0||f>=n)){m=s;break}d-=x.x,l+=x.x,g=d/v}else x.x<=0?l>0?(d-=x.x,l+=x.x):x.y>=0&&f>=n&&(m=s):(d-=x.x,l+=x.x),x.y>=0?f=0&&(c>=r||f>=n)){m=s;break}d+=x.x,g=d/v}else x.x>=0?c=0&&f>=n&&(m=s):d+=x.x,x.y>=0?f0?x.y>0?i="se":(i="ne",p-=g):x.y>0?(i="sw",l-=d):(i="nw",l-=d,p-=g),this.cropped||(this.cropped=a,this.$dragger.removeClass(u)))}m&&(o.width=d,o.height=g,o.left=l,o.top=p,this.directive=i,this.renderDragger()),this.startX=this.endX,this.startY=this.endY}},I.TEMPLATE=function(t,i){return i=i.split(","),t.replace(/\d+/g,function(t){return i[t]})}('<0 6="5-container"><0 6="5-canvas"><0 6="5-dragger"><1 6="5-viewer"><1 6="5-8 8-h"><1 6="5-8 8-v"><1 6="5-face" 3-2="all"><1 6="5-7 7-e" 3-2="e"><1 6="5-7 7-n" 3-2="n"><1 6="5-7 7-w" 3-2="w"><1 6="5-7 7-s" 3-2="s"><1 6="5-4 4-e" 3-2="e"><1 6="5-4 4-n" 3-2="n"><1 6="5-4 4-w" 3-2="w"><1 6="5-4 4-s" 3-2="s"><1 6="5-4 4-ne" 3-2="ne"><1 6="5-4 4-nw" 3-2="nw"><1 6="5-4 4-sw" 3-2="sw"><1 6="5-4 4-se" 3-2="se">',"div,span,directive,data,point,cropper,class,line,dashed"),I.DEFAULTS={aspectRatio:"auto",autoCropArea:.8,data:{},done:t.noop,preview:"",multiple:s,autoCrop:a,dragCrop:a,dashed:a,modal:a,movable:a,resizable:a,zoomable:a,rotatable:a,checkImageOrigin:a,minWidth:0,minHeight:0,maxWidth:o,maxHeight:o,build:r,built:r,dragstart:r,dragmove:r,dragend:r},I.setDefaults=function(i){t.extend(I.DEFAULTS,i)},I.other=t.fn.cropper,t.fn.cropper=function(i){var e,h=M(arguments,1);return this.each(function(){var a,s=t(this),r=s.data("cropper");r||s.data("cropper",r=new I(this,i)),"string"==typeof i&&t.isFunction(a=r[i])&&(e=a.apply(r,h))}),typeof e!==d?e:this},t.fn.cropper.Constructor=I,t.fn.cropper.setDefaults=I.setDefaults,t.fn.cropper.noConflict=function(){return t.fn.cropper=I.other,this}}); \ No newline at end of file +!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof exports?t(require("jquery")):t(jQuery)}(function(l){"use strict";var i,e=l(window),h=l(document),a=window.location,D=!0,W=!1,r=null,n="undefined",o="directive",t=".cropper",d=/^(e|n|w|s|ne|nw|sw|se|all|crop|move|zoom)$/,g=/^(x|y|width|height)$/,s=/^(naturalWidth|naturalHeight|width|height|aspectRatio|ratio|rotate)$/,p="cropper-modal",H="cropper-hidden",c="cropper-invisible",f="cropper-crop",m="cropper-disabled",u="mousedown touchstart",w="mousemove touchmove",v="mouseup mouseleave touchend touchleave touchcancel",x="wheel mousewheel DOMMouseScroll",b="resize"+t,y="dblclick",$="build"+t,C="built"+t,k="dragstart"+t,R="dragmove"+t,z="dragend"+t,L=function(t){return"number"==typeof t},Y=function(t,i){var e=[];return"number"==typeof i&&e.push(i),e.slice.apply(t,e)},X=function(t,i){var e=Y(arguments,2);return function(){return t.apply(i,e.concat(Y(arguments)))}},M=function(t,i){this.element=t,this.$element=l(t),this.defaults=l.extend({},M.DEFAULTS,l.isPlainObject(i)?i:{}),this.$original=r,this.ready=W,this.built=W,this.cropped=W,this.rotated=W,this.disabled=W,this.replaced=W,this.init()},T=Math.sqrt,I=Math.min,E=Math.max,_=Math.abs,P=Math.sin,O=Math.cos,U=parseFloat;M.prototype={constructor:M,support:{canvas:l.isFunction(l("")[0].getContext)},init:function(){var e=this.defaults;l.each(e,function(t,i){switch(t){case"aspectRatio":e[t]=_(U(i))||NaN;break;case"autoCropArea":e[t]=_(U(i))||.8;break;case"minWidth":case"minHeight":e[t]=_(U(i))||0;break;case"maxWidth":case"maxHeight":e[t]=_(U(i))||1/0}}),this.image={rotate:0},this.load()},load:function(){var t,i,e=this,h=this.$element,a=this.element,s=this.image,r="";h.is("img")?i=h.prop("src"):h.is("canvas")&&this.support.canvas&&(i=a.toDataURL()),i&&(this.replaced&&(s.rotate=0),this.defaults.checkImageOrigin&&(h.prop("crossOrigin")||this.isCrossOriginURL(i))&&(r=" crossOrigin"),this.$clone=t=l("'),t.one("load",function(){s.naturalWidth=this.naturalWidth||t.width(),s.naturalHeight=this.naturalHeight||t.height(),s.aspectRatio=s.naturalWidth/s.naturalHeight,e.url=i,e.ready=D,e.build()}),t.addClass(c).prependTo("body"))},isCrossOriginURL:function(t){var i=t.match(/^(https?:)\/\/([^\:\/\?#]+):?(\d*)/i);return!i||i[1]===a.protocol&&i[2]===a.hostname&&i[3]===a.port?W:D},build:function(){var t,i,e=this.$element,h=this.defaults;this.ready&&(this.built&&this.unbuild(),e.one($,h.build),t=l.Event($),e.trigger(t),t.isDefaultPrevented()||(this.$cropper=i=l(M.TEMPLATE),e.addClass(H),this.$clone.removeClass(c).prependTo(i),this.rotated||(this.$original=this.$clone.clone(),this.$original.addClass(H).prependTo(this.$cropper),this.originalImage=l.extend({},this.image)),this.$container=e.parent(),this.$container.append(i),this.$canvas=i.find(".cropper-canvas"),this.$dragger=i.find(".cropper-dragger"),this.$viewer=i.find(".cropper-viewer"),h.autoCrop?this.cropped=D:this.$dragger.addClass(H),h.dragCrop&&this.setDragMode("crop"),h.modal&&this.$canvas.addClass(p),!h.dashed&&this.$dragger.find(".cropper-dashed").addClass(H),!h.movable&&this.$dragger.find(".cropper-face").data(o,"move"),!h.resizable&&this.$dragger.find(".cropper-line, .cropper-point").addClass(H),this.addListeners(),this.initPreview(),this.built=D,this.update(),this.replaced=W,e.one(C,h.built),e.trigger(C)))},unbuild:function(){this.built&&(this.built=W,this.removeListeners(),this.$preview.empty(),this.$preview=r,this.$dragger=r,this.$canvas=r,this.$container=r,this.$cropper.remove(),this.$cropper=r)},update:function(t){this.initContainer(),this.initCropper(),this.initImage(),this.initDragger(),t?(this.setData(t,D),this.setDragMode("crop")):this.setData(this.defaults.data)},resize:function(){clearTimeout(this.resizing),this.resizing=setTimeout(l.proxy(this.update,this,this.getData()),200)},preview:function(){var t=this.image,e=this.dragger,h=t.width,a=t.height,s=e.left-t.left,r=e.top-t.top;this.$viewer.find("img").css({width:h,height:a,marginLeft:-s,marginTop:-r}),this.$preview.each(function(){var t=l(this),i=t.width()/e.width;t.find("img").css({width:h*i,height:a*i,marginLeft:-s*i,marginTop:-r*i})})},addListeners:function(){var t=this.defaults;this.$element.on(k,t.dragstart).on(R,t.dragmove).on(z,t.dragend),this.$cropper.on(u,l.proxy(this.dragstart,this)).on(y,l.proxy(this.dblclick,this)),t.zoomable&&this.$cropper.on(x,l.proxy(this.wheel,this)),t.multiple?this.$cropper.on(w,l.proxy(this.dragmove,this)).on(v,l.proxy(this.dragend,this)):h.on(w,this._dragmove=X(this.dragmove,this)).on(v,this._dragend=X(this.dragend,this)),e.on(b,this._resize=X(this.resize,this))},removeListeners:function(){var t=this.defaults;this.$element.off(k,t.dragstart).off(R,t.dragmove).off(z,t.dragend),this.$cropper.off(u,this.dragstart).off(y,this.dblclick),t.zoomable&&this.$cropper.off(x,this.wheel),t.multiple?this.$cropper.off(w,this.dragmove).off(v,this.dragend):h.off(w,this._dragmove).off(v,this._dragend),e.off(b,this._resize)},initPreview:function(){var t='';this.$preview=l(this.defaults.preview),this.$viewer.html(t),this.$preview.html(t).find("img").css("cssText","min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;")},initContainer:function(){var t=this.$container;t!==r&&(this.container={width:E(t.width(),300),height:E(t.height(),150)})},initCropper:function(){var t,i=this.container,e=this.image;0<=e.naturalWidth*i.height/e.naturalHeight-i.width?(t={width:i.width,height:i.width/e.aspectRatio,left:0}).top=(i.height-t.height)/2:(t={width:i.height*e.aspectRatio,height:i.height,top:0}).left=(i.width-t.width)/2,this.$cropper&&this.$cropper.css({width:t.width,height:t.height,left:t.left,top:t.top}),this.cropper=t},initImage:function(){var t=this.image,i=this.cropper,e={_width:i.width,_height:i.height,width:i.width,height:i.height,left:0,top:0,ratio:i.width/t.naturalWidth};this.defaultImage=l.extend({},t,e),t._width!==i.width||t._height!==i.height?l.extend(t,e):(t=l.extend({},e,t),this.replaced&&(t.ratio=e.ratio)),this.image=t,this.renderImage()},renderImage:function(t){var i=this.image;"zoom"===t&&(i.left-=(i.width-i.oldWidth)/2,i.top-=(i.height-i.oldHeight)/2),i.left=I(E(i.left,i._width-i.width),0),i.top=I(E(i.top,i._height-i.height),0),this.$clone.css({width:i.width,height:i.height,marginLeft:i.left,marginTop:i.top}),t&&(this.defaults.done(this.getData()),this.preview())},initDragger:function(){var t,i=this.defaults,e=this.cropper,h=i.aspectRatio||this.image.aspectRatio,a=this.image.ratio;(t=0<=e.height*h-e.width?{height:e.width/h,width:e.width,left:0,top:(e.height-e.width/h)/2,maxWidth:e.width,maxHeight:e.width/h}:{height:e.height,width:e.height*h,left:(e.width-e.height*h)/2,top:0,maxWidth:e.height*h,maxHeight:e.height}).minWidth=0,t.minHeight=0,i.aspectRatio?(isFinite(i.maxWidth)?(t.maxWidth=I(t.maxWidth,i.maxWidth*a),t.maxHeight=t.maxWidth/h):isFinite(i.maxHeight)&&(t.maxHeight=I(t.maxHeight,i.maxHeight*a),t.maxWidth=t.maxHeight*h),0t.maxWidth?(t.width=t.maxWidth,t.left=t.oldLeft):t.widtht.maxHeight?(t.height=t.maxHeight,t.top=t.oldTop):t.height').one("load",function(){s.width=this.width,s.height=this.height,e.clearRect(0,0,s.width,s.height),e.drawImage(this,0,0),h.load()})))},setData:function(t,i){var e=this.cropper,h=this.dragger,a=this.image,s=this.defaults.aspectRatio;this.built&&typeof t!==n&&((t===r||l.isEmptyObject(t))&&(h=l.extend({},this.defaultDragger)),l.isPlainObject(t)&&!l.isEmptyObject(t)&&(i||(this.defaults.data=t),t=this.transformData(t),L(t.x)&&t.x<=e.width-a.left&&(h.left=t.x+a.left),L(t.y)&&t.y<=e.height-a.top&&(h.top=t.y+a.top),s?L(t.width)&&t.width<=h.maxWidth&&t.width>=h.minWidth?(h.width=t.width,h.height=h.width/s):L(t.height)&&t.height<=h.maxHeight&&t.height>=h.minHeight&&(h.height=t.height,h.width=h.height*s):(L(t.width)&&t.width<=h.maxWidth&&t.width>=h.minWidth&&(h.width=t.width),L(t.height)&&t.height<=h.maxHeight&&t.height>=h.minHeight&&(h.height=t.height))),this.dragger=h,this.renderDragger())},getData:function(t){var i=this.dragger,e=this.image,h={};return this.built&&(h={x:i.left-e.left,y:i.top-e.top,width:i.width,height:i.height},h=this.transformData(h,D,t)),h},transformData:function(t,e,h){var a=this.image.ratio,s={};return l.each(t,function(t,i){i=U(i),g.test(t)&&!isNaN(i)&&(s[t]=e?h?Math.round(i/a):i/a:i*a)}),s},setAspectRatio:function(t){var i="auto"===t;t=U(t),(i||!isNaN(t)&&0")[0],s=this.getData(),r="";return l.isPlainObject(t)||(e=i,i=t,t={}),t=l.extend({width:s.width,height:s.height},t),this.cropped&&this.support.canvas&&(a.width=t.width,a.height=t.height,h=a.getContext("2d"),"image/jpeg"===i&&(h.fillStyle="#fff",h.fillRect(0,0,t.width,t.height)),h.drawImage(this.$clone[0],s.x,s.y,s.width,s.height,0,0,t.width,t.height),r=a.toDataURL(i,e)),r},setDragMode:function(t){var i=this.$canvas,e=this.defaults,h=W,a=W;if(this.built&&!this.disabled){switch(t){case"crop":e.dragCrop&&(h=D,i.data(o,t));break;case"move":a=D,i.data(o,t);break;default:i.removeData(o)}i.toggleClass(f,h).toggleClass("cropper-move",a)}},enable:function(){this.built&&(this.disabled=W,this.$cropper.removeClass(m))},disable:function(){this.built&&(this.disabled=D,this.$cropper.addClass(m))},rotate:function(t){var i=this.image;t=U(t)||0,this.built&&0!==t&&!this.disabled&&this.defaults.rotatable&&this.support.canvas&&(this.rotated=D,t=i.rotate=(i.rotate+t)%360,this.replace(this.getRotatedDataURL(t),!0))},getRotatedDataURL:function(t){var i=l("")[0],e=i.getContext("2d"),h=t*Math.PI/180,a=_(t)%180,s=(90<0 6="5-canvas"><0 6="5-dragger"><1 6="5-viewer"><1 6="5-8 8-h"><1 6="5-8 8-v"><1 6="5-face" 3-2="all"><1 6="5-7 7-e" 3-2="e"><1 6="5-7 7-n" 3-2="n"><1 6="5-7 7-w" 3-2="w"><1 6="5-7 7-s" 3-2="s"><1 6="5-4 4-e" 3-2="e"><1 6="5-4 4-n" 3-2="n"><1 6="5-4 4-w" 3-2="w"><1 6="5-4 4-s" 3-2="s"><1 6="5-4 4-ne" 3-2="ne"><1 6="5-4 4-nw" 3-2="nw"><1 6="5-4 4-sw" 3-2="sw"><1 6="5-4 4-se" 3-2="se">'.replace(/\d+/g,function(t){return i[t]})),M.DEFAULTS={aspectRatio:"auto",autoCropArea:.8,data:{},done:l.noop,preview:"",multiple:W,autoCrop:D,dragCrop:D,dashed:D,modal:D,movable:D,resizable:D,zoomable:D,rotatable:D,checkImageOrigin:D,minWidth:0,minHeight:0,maxWidth:1/0,maxHeight:1/0,build:r,built:r,dragstart:r,dragmove:r,dragend:r},M.setDefaults=function(t){l.extend(M.DEFAULTS,t)},M.other=l.fn.cropper,l.fn.cropper=function(h){var a,s=Y(arguments,1);return this.each(function(){var t,i=l(this),e=i.data("cropper");e||i.data("cropper",e=new M(this,h)),"string"==typeof h&&l.isFunction(t=e[h])&&(a=t.apply(e,s))}),typeof a!==n?a:this},l.fn.cropper.Constructor=M,l.fn.cropper.setDefaults=M.setDefaults,l.fn.cropper.noConflict=function(){return l.fn.cropper=M.other,this}}); \ No newline at end of file diff --git a/assets/js/um-fileupload.min.js b/assets/js/um-fileupload.min.js index ae161bea..86ec2b68 100644 --- a/assets/js/um-fileupload.min.js +++ b/assets/js/um-fileupload.min.js @@ -1 +1 @@ -!function(e){void 0==e.fn.ajaxForm;var r={};r.fileapi=void 0!==e("").get(0).files,r.formdata=void 0!==window.FormData,e.fn.uploadFile=function(t){function o(){c.afterUploadAll&&!v&&(v=!0,function e(){0!=f.sCounter&&f.sCounter+f.fCounter==f.tCounter?(c.afterUploadAll(f),v=!1):window.setTimeout(e,100)}())}function a(r,t,o){o.on("dragenter",function(r){r.stopPropagation(),r.preventDefault(),e(this).css("border","2px dashed #ddd")}),o.on("dragover",function(e){e.stopPropagation(),e.preventDefault()}),o.on("drop",function(o){e(this).css("border","2px dashed #ddd"),o.preventDefault(),r.errorLog.html("");var a=o.originalEvent.dataTransfer.files;return!t.multiple&&a.length>1?void(t.showError&&e("
"+t.multiDragErrorStr+"
").appendTo(r.errorLog)):void(0!=t.onSelect(a)&&i(t,r,a))}),e(document).on("dragenter",function(e){e.stopPropagation(),e.preventDefault()}),e(document).on("dragover",function(e){e.stopPropagation(),e.preventDefault(),o.css("border","2px dashed #ddd")}),e(document).on("drop",function(e){e.stopPropagation(),e.preventDefault(),o.css("border","2px dashed #ddd")})}function s(r){var t=[];t="string"==jQuery.type(r)?r.split("&"):e.param(r).split("&");var o,a,s=t.length,i=[];for(o=0;or.maxFileSize)r.showError&&e("
"+r.sizeErrorStr+"
").appendTo(t.errorLog);else if(r.maxFileCount!=-1&&t.selectedFiles>=r.maxFileCount)r.showError&&e("
"+r.maxFileCountErrorStr+"
").appendTo(t.errorLog);else{t.selectedFiles++;var i=r,l=new FormData,d=r.fileName.replace("[]","");l.append(d,o[a]);var c=r.formData;if(c)for(var h=s(c),f=0;f");g.appendTo("body");var b=[];b.push(o[a].name),p(g,i,m,b,t),t.fileCounter++}else r.showError&&e("
"+r.extErrorStr+"
").appendTo(t.errorLog)}function n(e,r,t){var o=r.allowedTypes.toLowerCase().split(","),a=t.split(".").pop().toLowerCase();return!("*"!=r.allowedTypes&&jQuery.inArray(a,o)<0)}function l(r,t){if(r.showFileCounter){var o=e(".upload-filename").length;t.fileCounter=o+1,e(".upload-filename").each(function(t,a){var s=e(this).html().split(r.fileCounterStyle),i=(parseInt(s[0])-1,o+r.fileCounterStyle+s[1]);e(this).html(i),o--})}}function d(t,o,a,s){var c="ajax-upload-id-"+(new Date).getTime(),h=e("
"),f="";a.multiple&&(a.fileName.indexOf("[]")!=a.fileName.length-2&&(a.fileName+="[]"),f="");var m=e(f).appendTo(h);m.change(function(){t.errorLog.html("");var c=(a.allowedTypes.toLowerCase().split(","),[]);if(this.files){for(b=0;b"+a.extErrorStr+"").appendTo(t.errorLog));if(m.push({name:f,size:"NA"}),0==a.onSelect(m))return}if(l(a,t),s.unbind("click"),h.hide(),d(t,o,a,s),h.addClass(o),r.fileapi&&r.formdata){h.removeClass(o);var v=this.files;i(a,t,v)}else{for(var g="",b=0;b":c[b]+"
",t.fileCounter++;if(a.maxFileCount!=-1&&t.selectedFiles+c.length>a.maxFileCount)return void(a.showError&&e("
"+a.maxFileCountErrorStr+"
").appendTo(t.errorLog));t.selectedFiles+=c.length;var w=new u(t,a);w.filename.html(g),p(h,a,w,c,t)}}),h.css({margin:0,padding:0});var v=e(s).width()+10;10==v&&(v=120);var g=s.height()+10;10==g&&(g=35),s.css({position:"relative",overflow:"hidden",cursor:"default"}),m.css({position:"absolute",cursor:"pointer",top:"0px",width:"100%",height:"34px",left:"0px","z-index":"100",opacity:"0.0",filter:"alpha(opacity=0)","-ms-filter":"alpha(opacity=0)","-khtml-opacity":"0.0","-moz-opacity":"0.0"}),h.appendTo(s)}function u(r,t){return this.statusbar=e("
"),this.filename=e("
").appendTo(this.statusbar),this.progressDiv=e("
").appendTo(this.statusbar).hide(),this.progressbar=e("
").appendTo(this.progressDiv),this.abort=e("
"+t.abortStr+"
").appendTo(this.statusbar).hide(),this.cancel=e("
"+t.cancelStr+"
").appendTo(this.statusbar).hide(),this.done=e("
"+t.doneStr+"
").appendTo(this.statusbar).hide(),this.del=e("
"+t.deletelStr+"
").appendTo(this.statusbar).hide(),r.errorLog.after(this.statusbar),this}function p(e,t,a,i,n){var d={cache:!1,contentType:!1,processData:!1,forceSync:!1,data:t.formData,formData:t.fileData,dataType:t.returnType,beforeSubmit:function(r,l,d){if(0!=t.onSubmit.call(this,i)){var u=t.dynamicFormData();if(u){var p=s(u);if(p)for(var c=0;c"+t.uploadErrorStr+"
"),a.cancel.show(),e.remove(),a.cancel.click(function(){a.statusbar.remove()}),!1},beforeSend:function(e,o){a.progressDiv.show(),a.cancel.hide(),a.done.hide(),t.showAbort&&(a.abort.show(),a.abort.click(function(){e.abort(),n.selectedFiles-=i.length})),r.formdata?a.progressbar.width("1%"):a.progressbar.width("5%")},uploadProgress:function(e,r,o,s){s>98&&(s=98);var i=s+"%";s>1&&a.progressbar.width(i),t.showProgress&&(a.progressbar.html(i),a.progressbar.css("text-align","center"))},success:function(r,o,s){n.responses.push(r),a.progressbar.width("100%"),t.showProgress&&(a.progressbar.html("100%"),a.progressbar.css("text-align","center")),a.abort.hide(),t.onSuccess.call(this,i,r,s),t.showStatusAfterSuccess?(t.showDone?(a.done.show(),a.done.click(function(){a.statusbar.hide("slow"),a.statusbar.remove()})):a.done.hide(),t.showDelete?(a.del.show(),a.del.click(function(){a.statusbar.hide().remove(),t.deleteCallback&&t.deleteCallback.call(this,r,a),n.selectedFiles-=i.length,l(t,n)})):a.del.hide()):(a.statusbar.hide("slow"),a.statusbar.remove()),e.remove(),n.sCounter+=i.length},error:function(r,o,s){a.abort.hide(),"abort"==r.statusText?(a.statusbar.hide("slow").remove(),l(t,n)):(t.onError.call(this,i,o,s),t.showStatusAfterError?(a.progressDiv.hide(),a.statusbar.append("ERROR: "+s+"")):(a.statusbar.hide(),a.statusbar.remove()),n.selectedFiles-=i.length),e.remove(),n.fCounter+=i.length}};t.autoSubmit?e.ajaxSubmit(d):(t.showCancel&&(a.cancel.show(),a.cancel.click(function(){e.remove(),a.statusbar.remove(),n.selectedFiles-=i.length,l(t,n)})),e.ajaxForm(d))}var c=e.extend({url:"",method:"POST",enctype:"multipart/form-data",formData:null,returnType:null,allowedTypes:"*",fileName:"file",formData:{},dynamicFormData:function(){return{}},maxFileSize:-1,maxFileCount:-1,multiple:!0,dragDrop:!0,autoSubmit:!0,showCancel:!0,showAbort:!0,showDone:!0,showDelete:!1,showError:!0,showStatusAfterSuccess:!0,showStatusAfterError:!0,showFileCounter:!0,fileCounterStyle:"). ",showProgress:!1,onSelect:function(e){return!0},onSubmit:function(e,r){},onSuccess:function(e,r,t){},onError:function(e,r,t){},deleteCallback:!1,afterUploadAll:!1,uploadButtonClass:"upload",dragDropStr:"",abortStr:"Abort",cancelStr:"Cancel",deletelStr:"Delete",doneStr:"Done",multiDragErrorStr:"Multiple File Drag & Drop is not allowed.",extErrorStr:"",sizeErrorStr:"",uploadErrorStr:"Upload is not allowed",maxFileCountErrorStr:""},t);this.fileCounter=1,this.selectedFiles=0,this.fCounter=0,this.sCounter=0,this.tCounter=0;var h="upload-"+(new Date).getTime();this.formGroup=h,this.hide(),this.errorLog=e("
"),this.after(this.errorLog),this.responses=[],r.formdata||(c.dragDrop=!1),r.formdata||(c.multiple=!1);var f=this,m=e("
"+e(this).html()+"
");e(m).addClass(c.uploadButtonClass),function r(){if(e.fn.ajaxForm){if(c.dragDrop){var t=e('
');e(f).before(t),e(t).append(m),e(t).prepend(e(c.dragDropStr)),a(f,c,t)}else e(f).before(m);d(f,h,c,m)}else window.setTimeout(r,10)}(),this.startUpload=function(){e("."+this.formGroup).each(function(r,t){e(this).is("form")&&e(this).submit()})},this.stopUpload=function(){e(".upload-red").each(function(r,t){e(this).hasClass(f.formGroup)&&e(this).click()})},this.getResponses=function(){return this.responses};var v=!1;return this}}(jQuery); \ No newline at end of file +!function(S){S.fn.ajaxForm;var C={};C.fileapi=void 0!==S("").get(0).files,C.formdata=void 0!==window.FormData,S.fn.uploadFile=function(e){var p=S.extend({url:"",method:"POST",enctype:"multipart/form-data",formData:null,returnType:null,allowedTypes:"*",fileName:"file",formData:{},dynamicFormData:function(){return{}},maxFileSize:-1,maxFileCount:-1,multiple:!0,dragDrop:!0,autoSubmit:!0,showCancel:!0,showAbort:!0,showDone:!0,showDelete:!1,showError:!0,showStatusAfterSuccess:!0,showStatusAfterError:!0,showFileCounter:!0,fileCounterStyle:"). ",showProgress:!1,onSelect:function(e){return!0},onSubmit:function(e,r){},onSuccess:function(e,r,t){},onError:function(e,r,t){},deleteCallback:!1,afterUploadAll:!1,uploadButtonClass:"upload",dragDropStr:"",abortStr:"Abort",cancelStr:"Cancel",deletelStr:"Delete",doneStr:"Done",multiDragErrorStr:"Multiple File Drag & Drop is not allowed.",extErrorStr:"",sizeErrorStr:"",uploadErrorStr:"Upload is not allowed",maxFileCountErrorStr:""},e);this.fileCounter=1,this.selectedFiles=0,this.fCounter=0,this.sCounter=0,this.tCounter=0;var s="upload-"+(new Date).getTime();this.formGroup=s,this.hide(),this.errorLog=S("
"),this.after(this.errorLog),this.responses=[],C.formdata||(p.dragDrop=!1),C.formdata||(p.multiple=!1);var c=this,i=S("
"+S(this).html()+"
");S(i).addClass(p.uploadButtonClass),function e(){if(S.fn.ajaxForm){if(p.dragDrop){var r=S('
');S(c).before(r),S(r).append(i),S(r).prepend(S(p.dragDropStr)),t=c,o=p,(a=r).on("dragenter",function(e){e.stopPropagation(),e.preventDefault(),S(this).css("border","2px dashed #ddd")}),a.on("dragover",function(e){e.stopPropagation(),e.preventDefault()}),a.on("drop",function(e){S(this).css("border","2px dashed #ddd"),e.preventDefault(),t.errorLog.html("");var r=e.originalEvent.dataTransfer.files;!o.multiple&&1"+o.multiDragErrorStr+"").appendTo(t.errorLog):0!=o.onSelect(r)&&m(o,t,r)}),S(document).on("dragenter",function(e){e.stopPropagation(),e.preventDefault()}),S(document).on("dragover",function(e){e.stopPropagation(),e.preventDefault(),a.css("border","2px dashed #ddd")}),S(document).on("drop",function(e){e.stopPropagation(),e.preventDefault(),a.css("border","2px dashed #ddd")})}else S(c).before(i);!function l(n,d,u,p){var e="ajax-upload-id-"+(new Date).getTime();var c=S("
");var r="";u.multiple&&(u.fileName.indexOf("[]")!=u.fileName.length-2&&(u.fileName+="[]"),r="");var t=S(r).appendTo(c);t.change(function(){n.errorLog.html("");u.allowedTypes.toLowerCase().split(",");var e=[];if(this.files){for(s=0;s"+u.extErrorStr+"").appendTo(n.errorLog));if(t.push({name:r,size:"NA"}),0==u.onSelect(t))return}if(g(u,n),p.unbind("click"),c.hide(),l(n,d,u,p),c.addClass(d),C.fileapi&&C.formdata){c.removeClass(d);var o=this.files;m(u,n,o)}else{for(var a="",s=0;s":a+=e[s]+"
",n.fileCounter++;if(-1!=u.maxFileCount&&n.selectedFiles+e.length>u.maxFileCount)return void(u.showError&&S("
"+u.maxFileCountErrorStr+"
").appendTo(n.errorLog));n.selectedFiles+=e.length;var i=new b(n,u);i.filename.html(a),w(c,u,i,e,n)}});c.css({margin:0,padding:0});var o=S(p).width()+10;10==o&&(o=120);var a=p.height()+10;10==a&&(a=35);p.css({position:"relative",overflow:"hidden",cursor:"default"});t.css({position:"absolute",cursor:"pointer",top:"0px",width:"100%",height:"34px",left:"0px","z-index":"100",opacity:"0.0",filter:"alpha(opacity=0)","-ms-filter":"alpha(opacity=0)","-khtml-opacity":"0.0","-moz-opacity":"0.0"});c.appendTo(p)}(c,s,p,i)}else window.setTimeout(e,10);var t,o,a}(),this.startUpload=function(){S("."+this.formGroup).each(function(e,r){S(this).is("form")&&S(this).submit()})},this.stopUpload=function(){S(".upload-red").each(function(e,r){S(this).hasClass(c.formGroup)&&S(this).click()})};var h=!(this.getResponses=function(){return this.responses});function f(e){var r,t,o=[],a=(o="string"==jQuery.type(e)?e.split("&"):S.param(e).split("&")).length,s=[];for(r=0;re.maxFileSize)e.showError&&S("
"+e.sizeErrorStr+"
").appendTo(r.errorLog);else if(-1!=e.maxFileCount&&r.selectedFiles>=e.maxFileCount)e.showError&&S("
"+e.maxFileCountErrorStr+"
").appendTo(r.errorLog);else{r.selectedFiles++;var a=e,s=new FormData,i=e.fileName.replace("[]","");s.append(i,t[o]);var l=e.formData;if(l)for(var n=f(l),d=0;d");c.appendTo("body");var h=[];h.push(t[o].name),w(c,a,u,h,r),r.fileCounter++}else e.showError&&S("
"+e.extErrorStr+"
").appendTo(r.errorLog)}function v(e,r,t){var o=r.allowedTypes.toLowerCase().split(","),a=t.split(".").pop().toLowerCase();return!("*"!=r.allowedTypes&&jQuery.inArray(a,o)<0)}function g(a,e){if(a.showFileCounter){var s=S(".upload-filename").length;e.fileCounter=s+1,S(".upload-filename").each(function(e,r){var t=S(this).html().split(a.fileCounterStyle),o=(parseInt(t[0]),s+a.fileCounterStyle+t[1]);S(this).html(o),s--})}}function b(e,r){return this.statusbar=S("
"),this.filename=S("
").appendTo(this.statusbar),this.progressDiv=S("
").appendTo(this.statusbar).hide(),this.progressbar=S("
").appendTo(this.progressDiv),this.abort=S("
"+r.abortStr+"
").appendTo(this.statusbar).hide(),this.cancel=S("
"+r.cancelStr+"
").appendTo(this.statusbar).hide(),this.done=S("
"+r.doneStr+"
").appendTo(this.statusbar).hide(),this.del=S("
"+r.deletelStr+"
").appendTo(this.statusbar).hide(),e.errorLog.after(this.statusbar),this}function w(i,l,n,d,u){var e={cache:!1,contentType:!1,processData:!1,forceSync:!1,data:l.formData,formData:l.fileData,dataType:l.returnType,beforeSubmit:function(e,r,t){if(0!=l.onSubmit.call(this,d)){var o=l.dynamicFormData();if(o){var a=f(o);if(a)for(var s=0;s"+l.uploadErrorStr+"
"),n.cancel.show(),i.remove(),n.cancel.click(function(){n.statusbar.remove()}),!1},beforeSend:function(e,r){n.progressDiv.show(),n.cancel.hide(),n.done.hide(),l.showAbort&&(n.abort.show(),n.abort.click(function(){e.abort(),u.selectedFiles-=d.length})),C.formdata?n.progressbar.width("1%"):n.progressbar.width("5%")},uploadProgress:function(e,r,t,o){98ERROR: "+t+"")):(n.statusbar.hide(),n.statusbar.remove()),u.selectedFiles-=d.length),i.remove(),u.fCounter+=d.length}};l.autoSubmit?i.ajaxSubmit(e):(l.showCancel&&(n.cancel.show(),n.cancel.click(function(){i.remove(),n.statusbar.remove(),u.selectedFiles-=d.length,g(l,u)})),i.ajaxForm(e))}return this}}(jQuery); \ No newline at end of file diff --git a/assets/js/um-functions.min.js b/assets/js/um-functions.min.js index 5ee3e565..9cc497de 100644 --- a/assets/js/um-functions.min.js +++ b/assets/js/um-functions.min.js @@ -1 +1 @@ -function UM_check_password_matched(){jQuery(document).on("keyup","input[data-key=user_password],input[data-key=confirm_user_password]",function(e){var t=jQuery("input[data-key=user_password]").val(),a=jQuery("input[data-key=confirm_user_password]").val(),o=jQuery("input[data-key=user_password],input[data-key=confirm_user_password]");t||a?t!==a?o.removeClass("um-validate-matched").addClass("um-validate-not-matched"):o.removeClass("um-validate-not-matched").addClass("um-validate-matched"):o.removeClass("um-validate-matched").removeClass("um-validate-not-matched")})}function UM_hide_menus(){menu=jQuery(".um-dropdown"),menu.parents("div").find("a").removeClass("active"),menu.hide()}function UM_domenus(){jQuery(".um-dropdown").each(function(){var e=jQuery(this),t=jQuery(this).attr("data-element"),a=jQuery(this).attr("data-position");jQuery(t).addClass("um-trigger-menu-on-"+e.attr("data-trigger")),jQuery(window).width()<=1200&&"div.um-profile-edit"==t&&(a="lc"),"lc"==a&&(200>jQuery(t).find("img").width()?left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2+(jQuery(t).find("img").width()-200)/2:left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2,top_=parseInt(jQuery(t).find("a").css("top")),top_?(top_p=jQuery(t).find("img").height()+4+top_,left_gap=4):(top_p=jQuery(t).find("img").height()+4,left_gap=0),4==top_p&&"div.um-cover"==t?top_p=jQuery(t).height()/2+e.height()/2:4==top_p&&(top_p=jQuery(t).height()+20),gap_right=jQuery(t).width()+17,e.css({top:0,width:200,left:"auto",right:gap_right+"px","text-align":"center"}),e.find(".um-dropdown-arr").find("i").removeClass().addClass("um-icon-arrow-right-b"),e.find(".um-dropdown-arr").css({top:"4px",left:"auto",right:"-17px"})),"bc"==a&&(200>jQuery(t).find("img").width()?left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2+(jQuery(t).find("img").width()-200)/2:left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2,top_=parseInt(jQuery(t).find("a").css("top")),top_?(top_p=jQuery(t).find("img").height()+4+top_,left_gap=4):(top_p=jQuery(t).find("img").height()+4,left_gap=0),4==top_p&&"div.um-cover"==t?top_p=jQuery(t).height()/2+e.height()/2:4==top_p&&(top_p=jQuery(t).height()+20),e.css({top:top_p,width:200,left:left_p+left_gap,right:"auto","text-align":"center"}),e.find(".um-dropdown-arr").find("i").removeClass().addClass("um-icon-arrow-up-b"),e.find(".um-dropdown-arr").css({top:"-17px",left:e.width()/2-12,right:"auto"}))})}function um_responsive(){jQuery(".um").each(function(){element_width=jQuery(this).width(),element_width<=340?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob340")):element_width<=500?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob500")):element_width<=800?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob800")):element_width<=960?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob960")):element_width>960&&(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960")),jQuery(".um-account-nav").length>0&&jQuery(".um-account-side").is(":visible")&&0==jQuery(".um-account-tab:visible").length&&jQuery(".um-account-side li a.current").trigger("click"),jQuery(this).css("opacity",1)}),jQuery(".um-cover, .um-member-cover, .um-cover-e").each(function(){var e=jQuery(this),t=e.data("ratio"),a=e.width(),o=t.split(":");calcHeight=Math.round(a/o[0])+"px",e.height(calcHeight),e.find(".um-cover-add").height(calcHeight)}),jQuery(".um-members").each(function(){UM_Member_Grid(jQuery(this))}),UM_domenus()}function UM_Member_Grid(e){e.masonry({itemSelector:".um-member",columnWidth:".um-member",gutter:".um-gutter-sizer"})}function initImageUpload_UM(e){e.data("upload_help_text")?upload_help_text=''+e.data("upload_help_text")+"":upload_help_text="",e.data("icon")?icon='':icon="",e.data("upload_text")?upload_text=''+e.data("upload_text")+"":upload_text="";var t=0;jQuery("#um_upload_single:visible").data("user_id")&&(t=jQuery("#um_upload_single:visible").data("user_id")),e.uploadFile({url:wp.ajax.settings.url,method:"POST",multiple:!1,formData:{action:"um_imageupload",key:e.data("key"),set_id:e.data("set_id"),set_mode:e.data("set_mode"),_wpnonce:e.data("nonce"),timestamp:e.data("timestamp"),user_id:t},fileName:e.data("key"),allowedTypes:e.data("allowed_types"),maxFileSize:e.data("max_size"),dragDropStr:icon+upload_text+upload_help_text,sizeErrorStr:e.data("max_size_error"),extErrorStr:e.data("extension_error"),maxFileCountErrorStr:e.data("max_files_error"),maxFileCount:1,showDelete:!1,showAbort:!1,showDone:!1,showFileCounter:!1,showStatusAfterSuccess:!0,returnType:"json",onSubmit:function(t){e.parents(".um-modal-body").find(".um-error-block").remove()},onSuccess:function(t,a,o){e.selectedFiles=0,a.success&&0==a.success||"undefined"!=typeof a.data.error?(e.parents(".um-modal-body").append('
'+a.data.error+"
"),e.parents(".um-modal-body").find(".upload-statusbar").hide(0),um_modal_responsive()):jQuery.each(a.data,function(t,a){var o=e.parents(".um-modal-body").find(".um-single-image-preview img"),i=e.parents(".um-modal-body").find(".um-single-image-preview"),r=new Date;o.attr("src",a.url+"?"+r.getTime()),o.data("file",a.file),o.load(function(){e.parents(".um-modal-body").find(".um-modal-btn.um-finish-upload.disabled").removeClass("disabled"),e.parents(".um-modal-body").find(".ajax-upload-dragdrop,.upload-statusbar").hide(0),i.show(0),um_modal_responsive()})})},onError:function(e){console.log(e)}})}function initFileUpload_UM(e){e.data("upload_help_text")?upload_help_text=''+e.data("upload_help_text")+"":upload_help_text="",e.data("icon")?icon='':icon="",e.data("upload_text")?upload_text=''+e.data("upload_text")+"":upload_text="",jQuery("#um_upload_single:visible").data("user_id")&&(user_id=jQuery("#um_upload_single:visible").data("user_id")),e.uploadFile({url:wp.ajax.settings.url,method:"POST",multiple:!1,formData:{action:"um_fileupload",key:e.data("key"),set_id:e.data("set_id"),user_id:e.data("user_id"),set_mode:e.data("set_mode"),_wpnonce:e.data("nonce"),timestamp:e.data("timestamp")},fileName:e.data("key"),allowedTypes:e.data("allowed_types"),maxFileSize:e.data("max_size"),dragDropStr:icon+upload_text+upload_help_text,sizeErrorStr:e.data("max_size_error"),extErrorStr:e.data("extension_error"),maxFileCountErrorStr:e.data("max_files_error"),maxFileCount:1,showDelete:!1,showAbort:!1,showDone:!1,showFileCounter:!1,showStatusAfterSuccess:!0,onSubmit:function(t){e.parents(".um-modal-body").find(".um-error-block").remove()},onSuccess:function(t,a,o){e.selectedFiles=0,a.success&&0==a.success||"undefined"!=typeof a.data.error?(e.parents(".um-modal-body").append('
'+a.data.error+"
"),e.parents(".um-modal-body").find(".upload-statusbar").hide(0),setTimeout(function(){um_modal_responsive()},1e3)):(jQuery.each(a.data,function(t,a){e.parents(".um-modal-body").find(".um-modal-btn.um-finish-upload.disabled").removeClass("disabled"),e.parents(".um-modal-body").find(".ajax-upload-dragdrop,.upload-statusbar").hide(0),e.parents(".um-modal-body").find(".um-single-file-preview").show(0),"icon"==t?e.parents(".um-modal-body").find(".um-single-fileinfo i").removeClass().addClass(a):"icon_bg"==t?e.parents(".um-modal-body").find(".um-single-fileinfo span.icon").css({"background-color":a}):"filename"==t?e.parents(".um-modal-body").find(".um-single-fileinfo a").attr("data-file",a):"original_name"==t?(e.parents(".um-modal-body").find(".um-single-fileinfo a").attr("data-orignal-name",a),e.parents(".um-modal-body").find(".um-single-fileinfo span.filename").html(a)):"url"==t&&e.parents(".um-modal-body").find(".um-single-fileinfo a").attr("href",a)}),setTimeout(function(){um_modal_responsive()},1e3))},onError:function(e){console.log(e)}})}function initCrop_UM(){var e=jQuery(".um-modal .um-single-image-preview img").first(),t=jQuery(".um-modal .um-single-image-preview"),a=e.parent().attr("data-crop"),o=e.parent().attr("data-min_width"),i=e.parent().attr("data-min_height"),r=e.parent().attr("data-ratio");if(jQuery(".um-modal").find("#um_upload_single").attr("data-ratio"))var r=jQuery(".um-modal").find("#um_upload_single").attr("data-ratio"),u=r.split(":"),r=u[0];if(e.length&&""!=e.attr("src")){var d=jQuery(window).height()-(jQuery(".um-modal-footer a").height()+20)-50-jQuery(".um-modal-header:visible").height();if(e.css({height:"auto"}),t.css({height:"auto"}),jQuery(window).height()<=400?(t.css({height:d+"px","max-height":d+"px"}),e.css({height:"auto"})):(e.css({height:"auto","max-height":d+"px"}),t.css({height:e.height(),"max-height":d+"px"})),"square"==a)var s={minWidth:o,minHeight:i,dragCrop:!1,aspectRatio:1,zoomable:!1,rotatable:!1,dashed:!1,done:function(t){e.parent().attr("data-coord",Math.round(t.x)+","+Math.round(t.y)+","+Math.round(t.width)+","+Math.round(t.height))}};else if("cover"==a){Math.round(o/r)>0&&(i=Math.round(o/r));var s={minWidth:o,minHeight:i,dragCrop:!1,aspectRatio:r,zoomable:!1,rotatable:!1,dashed:!1,done:function(t){e.parent().attr("data-coord",Math.round(t.x)+","+Math.round(t.y)+","+Math.round(t.width)+","+Math.round(t.height))}}}else if("user"==a)var s={minWidth:o,minHeight:i,dragCrop:!0,aspectRatio:"auto",zoomable:!1,rotatable:!1,dashed:!1,done:function(t){e.parent().attr("data-coord",Math.round(t.x)+","+Math.round(t.y)+","+Math.round(t.width)+","+Math.round(t.height))}};0!=a&&(e.cropper(s),jQuery(".um-single-image-preview img.cropper-hidden").cropper("destroy"),jQuery(".um-single-image-preview img.lazyloaded").addClass("cropper-hidden"),jQuery(".um-single-image-preview img.lazyloaded").removeClass("lazyloaded"),jQuery(".um-single-image-preview .cropper-container").append('
'))}}function um_new_modal(e,t,a,o){var i=jQuery("body").find(".um-modal-overlay");if(0==i.length)if(jQuery(".tipsy").hide(),UM_hide_menus(),jQuery("body,html,textarea").css("overflow","hidden"),jQuery(document).bind("touchmove",function(e){e.preventDefault()}),jQuery(".um-modal").on("touchmove",function(e){e.stopPropagation()}),a?jQuery("body").append('
'):jQuery("body").append('
'),jQuery("#"+e).prependTo(".um-modal"),a){jQuery(".um-modal").find(".um-modal-photo").html("");var r=jQuery(".um-modal-photo img"),u=jQuery(window).width()-60,d=jQuery(window).height()-.25*jQuery(window).height();r.attr("src",o),r.load(function(){jQuery("#"+e).show(),jQuery(".um-modal").show(),r.css({opacity:0}),r.css({"max-width":u}),r.css({"max-height":d}),jQuery(".um-modal").css({width:r.width(),"margin-left":"-"+r.width()/2+"px"}),r.animate({opacity:1},1e3),um_modal_responsive()})}else jQuery("#"+e).show(),jQuery(".um-modal").show(),um_modal_size(t),initImageUpload_UM(jQuery(".um-modal:visible").find(".um-single-image-upload")),initFileUpload_UM(jQuery(".um-modal:visible").find(".um-single-file-upload")),um_modal_responsive()}function um_modal_responsive(){var e=jQuery(".um-modal:visible"),t=jQuery(".um-modal-body.photo:visible");if(t.length){e.removeClass("uimob340"),e.removeClass("uimob500");var a=jQuery(".um-modal-photo img"),o=jQuery(window).width()-60,i=jQuery(window).height()-.25*jQuery(window).height();a.css({opacity:0}),a.css({"max-width":o}),a.css({"max-height":i}),jQuery(".um-modal").css({width:a.width(),"margin-left":"-"+a.width()/2+"px"}),a.animate({opacity:1},1e3);var r=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:r},300)}else if(e.length){var u=jQuery(window).width();if(e.removeClass("uimob340"),e.removeClass("uimob500"),u<=340)e.addClass("uimob340"),initCrop_UM(),e.animate({bottom:0},300);else if(u<=500)e.addClass("uimob500"),initCrop_UM(),e.animate({bottom:0},300);else if(u<=800){initCrop_UM();var r=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:r},300)}else if(u<=960){initCrop_UM();var r=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:r},300)}else if(u>960){initCrop_UM();var r=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:r},300)}}}function um_remove_modal(){jQuery("img.cropper-hidden").cropper("destroy"),jQuery("body,html,textarea").css("overflow","auto"),jQuery(document).unbind("touchmove"),jQuery('.um-modal div[id^="um_"]').hide().appendTo("body"),jQuery(".um-modal,.um-modal-overlay").remove()}function um_modal_size(e){jQuery(".um-modal:visible").addClass(e)}function um_modal_add_attr(e,t){jQuery(".um-modal:visible").data(e,t)}function prepare_Modal(){0==jQuery(".um-popup-overlay").length&&(jQuery("body").append('
'),jQuery("body").append('
'),jQuery(".um-popup").addClass("loading"),jQuery("body,html").css({overflow:"hidden"}))}function remove_Modal(){jQuery(".um-popup-overlay").length&&(jQuery(document).trigger("um_before_modal_removed"),jQuery(".um-popup-autogrow:visible").length?jQuery(".um-popup-autogrow:visible").mCustomScrollbar("destroy"):jQuery(".um-popup-autogrow2:visible").length&&jQuery(".um-popup-autogrow2:visible").mCustomScrollbar("destroy"),jQuery(".tipsy").remove(),jQuery(".um-popup").empty().remove(),jQuery(".um-popup-overlay").empty().remove(),jQuery("body,html").css({overflow:"auto"}))}function show_Modal(e){jQuery(".um-popup-overlay").length&&(jQuery(".um-popup").removeClass("loading").html(e),jQuery(".um-tip-n").tipsy({gravity:"n",opacity:1,offset:3}),jQuery(".um-tip-w").tipsy({gravity:"w",opacity:1,offset:3}),jQuery(".um-tip-e").tipsy({gravity:"e",opacity:1,offset:3}),jQuery(".um-tip-s").tipsy({gravity:"s",opacity:1,offset:3}))}function responsive_Modal(){jQuery(".um-popup-overlay").length&&(ag_height=jQuery(window).height()-jQuery(".um-popup um-popup-header").outerHeight()-jQuery(".um-popup .um-popup-footer").outerHeight()-80,ag_height>350&&(ag_height=350),jQuery(".um-popup-autogrow:visible").length?(jQuery(".um-popup-autogrow:visible").css({height:ag_height+"px"}),jQuery(".um-popup-autogrow:visible").mCustomScrollbar({theme:"dark-3",mouseWheelPixels:500}).mCustomScrollbar("scrollTo","bottom",{scrollInertia:0})):jQuery(".um-popup-autogrow2:visible").length&&(jQuery(".um-popup-autogrow2:visible").css({"max-height":ag_height+"px"}),jQuery(".um-popup-autogrow2:visible").mCustomScrollbar({theme:"dark-3",mouseWheelPixels:500})))}function um_reset_field(e){jQuery(e).find("div.um-field-area").find("input,textarea,select").not(":button, :submit, :reset, :hidden").val("").removeAttr("checked").removeAttr("selected")}function um_selected(e,t){if(e==t)return"selected='selected'"}jQuery(function(){jQuery(".um-search form *").keypress(function(e){if(13==e.which)return jQuery(".um-search form").submit(),!1}),2==jQuery("input[data-key=user_password],input[data-key=confirm_user_password]").length&&UM_check_password_matched()}); \ No newline at end of file +function UM_check_password_matched(){jQuery(document).on("keyup","input[data-key=user_password],input[data-key=confirm_user_password]",function(e){var t=jQuery("input[data-key=user_password]").val(),a=jQuery("input[data-key=confirm_user_password]").val(),o=jQuery("input[data-key=user_password],input[data-key=confirm_user_password]");t||a?t!==a?o.removeClass("um-validate-matched").addClass("um-validate-not-matched"):o.removeClass("um-validate-not-matched").addClass("um-validate-matched"):o.removeClass("um-validate-matched").removeClass("um-validate-not-matched")})}function UM_hide_menus(){menu=jQuery(".um-dropdown"),menu.parents("div").find("a").removeClass("active"),menu.hide()}function UM_domenus(){jQuery(".um-dropdown").each(function(){var e=jQuery(this),t=jQuery(this).attr("data-element"),a=jQuery(this).attr("data-position");jQuery(t).addClass("um-trigger-menu-on-"+e.attr("data-trigger")),jQuery(window).width()<=1200&&"div.um-profile-edit"==t&&(a="lc"),"lc"==a&&(jQuery(t).find("img").width()<200?left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2+(jQuery(t).find("img").width()-200)/2:left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2,top_=parseInt(jQuery(t).find("a").css("top")),top_?(top_p=jQuery(t).find("img").height()+4+top_,left_gap=4):(top_p=jQuery(t).find("img").height()+4,left_gap=0),4==top_p&&"div.um-cover"==t?top_p=jQuery(t).height()/2+e.height()/2:4==top_p&&(top_p=jQuery(t).height()+20),gap_right=jQuery(t).width()+17,e.css({top:0,width:200,left:"auto",right:gap_right+"px","text-align":"center"}),e.find(".um-dropdown-arr").find("i").removeClass().addClass("um-icon-arrow-right-b"),e.find(".um-dropdown-arr").css({top:"4px",left:"auto",right:"-17px"})),"bc"==a&&(jQuery(t).find("img").width()<200?left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2+(jQuery(t).find("img").width()-200)/2:left_p=(jQuery(t).width()-jQuery(t).find("img").width())/2,top_=parseInt(jQuery(t).find("a").css("top")),top_?(top_p=jQuery(t).find("img").height()+4+top_,left_gap=4):(top_p=jQuery(t).find("img").height()+4,left_gap=0),4==top_p&&"div.um-cover"==t?top_p=jQuery(t).height()/2+e.height()/2:4==top_p&&(top_p=jQuery(t).height()+20),e.css({top:top_p,width:200,left:left_p+left_gap,right:"auto","text-align":"center"}),e.find(".um-dropdown-arr").find("i").removeClass().addClass("um-icon-arrow-up-b"),e.find(".um-dropdown-arr").css({top:"-17px",left:e.width()/2-12,right:"auto"}))})}function um_responsive(){jQuery(".um").each(function(){element_width=jQuery(this).width(),element_width<=340?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob340")):element_width<=500?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob500")):element_width<=800?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob800")):element_width<=960?(jQuery(this).removeClass("uimob340"),jQuery(this).removeClass("uimob500"),jQuery(this).removeClass("uimob800"),jQuery(this).removeClass("uimob960"),jQuery(this).addClass("uimob960")):960":upload_help_text="",r.data("icon")?icon='':icon="",r.data("upload_text")?upload_text=''+r.data("upload_text")+"":upload_text="";var e=0;jQuery("#um_upload_single:visible").data("user_id")&&(e=jQuery("#um_upload_single:visible").data("user_id")),r.uploadFile({url:wp.ajax.settings.url,method:"POST",multiple:!1,formData:{action:"um_imageupload",key:r.data("key"),set_id:r.data("set_id"),set_mode:r.data("set_mode"),_wpnonce:r.data("nonce"),timestamp:r.data("timestamp"),user_id:e},fileName:r.data("key"),allowedTypes:r.data("allowed_types"),maxFileSize:r.data("max_size"),dragDropStr:icon+upload_text+upload_help_text,sizeErrorStr:r.data("max_size_error"),extErrorStr:r.data("extension_error"),maxFileCountErrorStr:r.data("max_files_error"),maxFileCount:1,showDelete:!1,showAbort:!1,showDone:!1,showFileCounter:!1,showStatusAfterSuccess:!0,returnType:"json",onSubmit:function(e){r.parents(".um-modal-body").find(".um-error-block").remove()},onSuccess:function(e,t,a){r.selectedFiles=0,t.success&&0==t.success||void 0!==t.data.error?(r.parents(".um-modal-body").append('
'+t.data.error+"
"),r.parents(".um-modal-body").find(".upload-statusbar").hide(0),um_modal_responsive()):jQuery.each(t.data,function(e,t){var a=r.parents(".um-modal-body").find(".um-single-image-preview img"),o=r.parents(".um-modal-body").find(".um-single-image-preview"),i=new Date;a.attr("src",t.url+"?"+i.getTime()),a.data("file",t.file),a.load(function(){r.parents(".um-modal-body").find(".um-modal-btn.um-finish-upload.disabled").removeClass("disabled"),r.parents(".um-modal-body").find(".ajax-upload-dragdrop,.upload-statusbar").hide(0),o.show(0),um_modal_responsive()})})},onError:function(e){console.log(e)}})}function initFileUpload_UM(o){o.data("upload_help_text")?upload_help_text=''+o.data("upload_help_text")+"":upload_help_text="",o.data("icon")?icon='':icon="",o.data("upload_text")?upload_text=''+o.data("upload_text")+"":upload_text="",jQuery("#um_upload_single:visible").data("user_id")&&(user_id=jQuery("#um_upload_single:visible").data("user_id")),o.uploadFile({url:wp.ajax.settings.url,method:"POST",multiple:!1,formData:{action:"um_fileupload",key:o.data("key"),set_id:o.data("set_id"),user_id:o.data("user_id"),set_mode:o.data("set_mode"),_wpnonce:o.data("nonce"),timestamp:o.data("timestamp")},fileName:o.data("key"),allowedTypes:o.data("allowed_types"),maxFileSize:o.data("max_size"),dragDropStr:icon+upload_text+upload_help_text,sizeErrorStr:o.data("max_size_error"),extErrorStr:o.data("extension_error"),maxFileCountErrorStr:o.data("max_files_error"),maxFileCount:1,showDelete:!1,showAbort:!1,showDone:!1,showFileCounter:!1,showStatusAfterSuccess:!0,onSubmit:function(e){o.parents(".um-modal-body").find(".um-error-block").remove()},onSuccess:function(e,t,a){o.selectedFiles=0,t.success&&0==t.success||void 0!==t.data.error?(o.parents(".um-modal-body").append('
'+t.data.error+"
"),o.parents(".um-modal-body").find(".upload-statusbar").hide(0)):jQuery.each(t.data,function(e,t){o.parents(".um-modal-body").find(".um-modal-btn.um-finish-upload.disabled").removeClass("disabled"),o.parents(".um-modal-body").find(".ajax-upload-dragdrop,.upload-statusbar").hide(0),o.parents(".um-modal-body").find(".um-single-file-preview").show(0),"icon"==e?o.parents(".um-modal-body").find(".um-single-fileinfo i").removeClass().addClass(t):"icon_bg"==e?o.parents(".um-modal-body").find(".um-single-fileinfo span.icon").css({"background-color":t}):"filename"==e?o.parents(".um-modal-body").find(".um-single-fileinfo a").attr("data-file",t):"original_name"==e?(o.parents(".um-modal-body").find(".um-single-fileinfo a").attr("data-orignal-name",t),o.parents(".um-modal-body").find(".um-single-fileinfo span.filename").html(t)):"url"==e&&o.parents(".um-modal-body").find(".um-single-fileinfo a").attr("href",t)}),setTimeout(function(){um_modal_responsive()},1e3)},onError:function(e){console.log(e)}})}function initCrop_UM(){var t=jQuery(".um-modal .um-single-image-preview img").first(),e=jQuery(".um-modal .um-single-image-preview"),a=t.parent().attr("data-crop"),o=t.parent().attr("data-min_width"),i=t.parent().attr("data-min_height"),r=t.parent().attr("data-ratio");if(jQuery(".um-modal").find("#um_upload_single").attr("data-ratio"))r=(r=jQuery(".um-modal").find("#um_upload_single").attr("data-ratio")).split(":")[0];if(t.length&&""!=t.attr("src")){var u=jQuery(window).height()-(jQuery(".um-modal-footer a").height()+20)-50-jQuery(".um-modal-header:visible").height();if(t.css({height:"auto"}),e.css({height:"auto"}),jQuery(window).height()<=400?(e.css({height:u+"px","max-height":u+"px"}),t.css({height:"auto"})):(t.css({height:"auto","max-height":u+"px"}),e.css({height:t.height(),"max-height":u+"px"})),"square"==a)var d={minWidth:o,minHeight:i,dragCrop:!1,aspectRatio:1,zoomable:!1,rotatable:!1,dashed:!1,done:function(e){t.parent().attr("data-coord",Math.round(e.x)+","+Math.round(e.y)+","+Math.round(e.width)+","+Math.round(e.height))}};else if("cover"==a){0'))}}function um_new_modal(e,t,a,o){if(0==jQuery("body").find(".um-modal-overlay").length)if(jQuery(".tipsy").hide(),UM_hide_menus(),jQuery("body,html,textarea").css("overflow","hidden"),jQuery(document).bind("touchmove",function(e){e.preventDefault()}),jQuery(".um-modal").on("touchmove",function(e){e.stopPropagation()}),a?jQuery("body").append('
'):jQuery("body").append('
'),jQuery("#"+e).prependTo(".um-modal"),a){jQuery(".um-modal").find(".um-modal-photo").html("");var i=jQuery(".um-modal-photo img"),r=jQuery(window).width()-60,u=jQuery(window).height()-.25*jQuery(window).height();i.attr("src",o),i.load(function(){jQuery("#"+e).show(),jQuery(".um-modal").show(),i.css({opacity:0}),i.css({"max-width":r}),i.css({"max-height":u}),jQuery(".um-modal").css({width:i.width(),"margin-left":"-"+i.width()/2+"px"}),i.animate({opacity:1},1e3),um_modal_responsive()})}else jQuery("#"+e).show(),jQuery(".um-modal").show(),um_modal_size(t),initImageUpload_UM(jQuery(".um-modal:visible").find(".um-single-image-upload")),initFileUpload_UM(jQuery(".um-modal:visible").find(".um-single-file-upload")),um_modal_responsive()}function um_modal_responsive(){var e=jQuery(".um-modal:visible");if(jQuery(".um-modal-body.photo:visible").length){e.removeClass("uimob340"),e.removeClass("uimob500");var t=jQuery(".um-modal-photo img"),a=jQuery(window).width()-60,o=jQuery(window).height()-.25*jQuery(window).height();t.css({opacity:0}),t.css({"max-width":a}),t.css({"max-height":o}),jQuery(".um-modal").css({width:t.width(),"margin-left":"-"+t.width()/2+"px"}),t.animate({opacity:1},1e3);var i=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:i},300)}else if(e.length){var r=jQuery(window).width();if(e.removeClass("uimob340"),e.removeClass("uimob500"),r<=340)e.addClass("uimob340"),initCrop_UM(),e.animate({bottom:0},300);else if(r<=500)e.addClass("uimob500"),initCrop_UM(),e.animate({bottom:0},300);else if(r<=800){initCrop_UM();i=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:i},300)}else if(r<=960){initCrop_UM();i=(jQuery(window).height()-e.innerHeight())/2+"px";e.animate({bottom:i},300)}else if(960'),jQuery("body").append('
'),jQuery(".um-popup").addClass("loading"),jQuery("body,html").css({overflow:"hidden"}))}function remove_Modal(){jQuery(".um-popup-overlay").length&&(jQuery(document).trigger("um_before_modal_removed"),jQuery(".um-popup-autogrow:visible").length?jQuery(".um-popup-autogrow:visible").mCustomScrollbar("destroy"):jQuery(".um-popup-autogrow2:visible").length&&jQuery(".um-popup-autogrow2:visible").mCustomScrollbar("destroy"),jQuery(".tipsy").remove(),jQuery(".um-popup").empty().remove(),jQuery(".um-popup-overlay").empty().remove(),jQuery("body,html").css({overflow:"auto"}))}function show_Modal(e){jQuery(".um-popup-overlay").length&&(jQuery(".um-popup").removeClass("loading").html(e),jQuery(".um-tip-n").tipsy({gravity:"n",opacity:1,offset:3}),jQuery(".um-tip-w").tipsy({gravity:"w",opacity:1,offset:3}),jQuery(".um-tip-e").tipsy({gravity:"e",opacity:1,offset:3}),jQuery(".um-tip-s").tipsy({gravity:"s",opacity:1,offset:3}))}function responsive_Modal(){jQuery(".um-popup-overlay").length&&(ag_height=jQuery(window).height()-jQuery(".um-popup um-popup-header").outerHeight()-jQuery(".um-popup .um-popup-footer").outerHeight()-80,350").get(0).files,n.formdata=void 0!==window.FormData;var i=!!e.fn.prop;e.fn.attr2=function(){if(!i)return this.attr.apply(this,arguments);var e=this.prop.apply(this,arguments);return e&&e.jquery||"string"==typeof e?e:this.attr.apply(this,arguments)},e.fn.ajaxSubmit=function(t){function r(r){var a,n,i=e.param(r,t.traditional).split("&"),o=i.length,s=[];for(a=0;a').val(d.extraData[m].value).appendTo(w)[0]):l.push(e('').val(d.extraData[m]).appendTo(w)[0]));d.iframeTarget||v.appendTo("body"),g.attachEvent?g.attachEvent("onload",s):g.addEventListener("load",s,!1),setTimeout(t,15);try{w.submit()}catch(e){var h=document.createElement("form").submit;h.apply(w)}}finally{w.setAttribute("action",i),w.setAttribute("enctype",c),r?w.setAttribute("target",r):f.removeAttr("target"),e(l).remove()}}function s(t){if(!x.aborted&&!F){if(M=n(g),M||(a("cannot access response document"),t=k),t===D&&x)return x.abort("timeout"),void S.reject(x,"timeout");if(t==k&&x)return x.abort("server abort"),void S.reject(x,"error","server abort");if(M&&M.location.href!=d.iframeSrc||T){g.detachEvent?g.detachEvent("onload",s):g.removeEventListener("load",s,!1);var r,i="success";try{if(T)throw"timeout";var o="xml"==d.dataType||M.XMLDocument||e.isXMLDoc(M);if(a("isXml="+o),!o&&window.opera&&(null===M.body||!M.body.innerHTML)&&--O)return a("requeing onLoad callback, DOM not available"),void setTimeout(s,250);var u=M.body?M.body:M.documentElement;x.responseText=u?u.innerHTML:null,x.responseXML=M.XMLDocument?M.XMLDocument:M,o&&(d.dataType="xml"),x.getResponseHeader=function(e){var t={"content-type":d.dataType};return t[e.toLowerCase()]},u&&(x.status=Number(u.getAttribute("status"))||x.status,x.statusText=u.getAttribute("statusText")||x.statusText);var c=(d.dataType||"").toLowerCase(),l=/(json|script|text)/.test(c);if(l||d.textarea){var f=M.getElementsByTagName("textarea")[0];if(f)x.responseText=f.value,x.status=Number(f.getAttribute("status"))||x.status,x.statusText=f.getAttribute("statusText")||x.statusText;else if(l){var p=M.getElementsByTagName("pre")[0],h=M.getElementsByTagName("body")[0];p?x.responseText=p.textContent?p.textContent:p.innerText:h&&(x.responseText=h.textContent?h.textContent:h.innerText)}}else"xml"==c&&!x.responseXML&&x.responseText&&(x.responseXML=X(x.responseText));try{E=_(x,c,d)}catch(e){i="parsererror",x.error=r=e||i}}catch(e){a("error caught: ",e),i="error",x.error=r=e||i}x.aborted&&(a("upload aborted"),i=null),x.status&&(i=x.status>=200&&x.status<300||304===x.status?"success":"error"),"success"===i?(d.success&&d.success.call(d.context,E,"success",x),S.resolve(x.responseText,"success",x),m&&e.event.trigger("ajaxSuccess",[x,d])):i&&(void 0===r&&(r=x.statusText),d.error&&d.error.call(d.context,x,i,r),S.reject(x,"error",r),m&&e.event.trigger("ajaxError",[x,d,r])),m&&e.event.trigger("ajaxComplete",[x,d]),m&&!--e.active&&e.event.trigger("ajaxStop"),d.complete&&d.complete.call(d.context,x,i),F=!0,d.timeout&&clearTimeout(j),setTimeout(function(){d.iframeTarget?v.attr("src",d.iframeSrc):v.remove(),x.responseXML=null},100)}}}var c,l,d,m,p,v,g,x,y,b,T,j,w=f[0],S=e.Deferred();if(S.abort=function(e){x.abort(e)},r)for(l=0;l'),v.css({position:"absolute",top:"-1000px",left:"-1000px"})),g=v[0],x={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(t){var r="timeout"===t?"timeout":"aborted";a("aborting upload... "+r),this.aborted=1;try{g.contentWindow.document.execCommand&&g.contentWindow.document.execCommand("Stop")}catch(e){}v.attr("src",d.iframeSrc),x.error=r,d.error&&d.error.call(d.context,x,r,t),m&&e.event.trigger("ajaxError",[x,d,r]),d.complete&&d.complete.call(d.context,x,r)}},m=d.global,m&&0===e.active++&&e.event.trigger("ajaxStart"),m&&e.event.trigger("ajaxSend",[x,d]),d.beforeSend&&d.beforeSend.call(d.context,x,d)===!1)return d.global&&e.active--,S.reject(),S;if(x.aborted)return S.reject(),S;y=w.clk,y&&(b=y.name,b&&!y.disabled&&(d.extraData=d.extraData||{},d.extraData[b]=y.value,"image"==y.type&&(d.extraData[b+".x"]=w.clk_x,d.extraData[b+".y"]=w.clk_y)));var D=1,k=2,A=e("meta[name=csrf-token]").attr("content"),L=e("meta[name=csrf-param]").attr("content");L&&A&&(d.extraData=d.extraData||{},d.extraData[L]=A),d.forceSync?o():setTimeout(o,10);var E,M,F,O=50,X=e.parseXML||function(e,t){return window.ActiveXObject?(t=new ActiveXObject("Microsoft.XMLDOM"),t.async="false",t.loadXML(e)):t=(new DOMParser).parseFromString(e,"text/xml"),t&&t.documentElement&&"parsererror"!=t.documentElement.nodeName?t:null},C=e.parseJSON||function(e){return window.eval("("+e+")")},_=function(t,r,a){var n=t.getResponseHeader("content-type")||"",i="xml"===r||!r&&n.indexOf("xml")>=0,o=i?t.responseXML:t.responseText;return i&&"parsererror"===o.documentElement.nodeName&&e.error&&e.error("parsererror"),a&&a.dataFilter&&(o=a.dataFilter(o,r)),"string"==typeof o&&("json"===r||!r&&n.indexOf("json")>=0?o=C(o):("script"===r||!r&&n.indexOf("javascript")>=0)&&e.globalEval(o)),o};return S}if(!this.length)return a("ajaxSubmit: skipping submit process - no element selected"),this;var u,c,l,f=this;"function"==typeof t?t={success:t}:void 0===t&&(t={}),u=t.type||this.attr2("method"),c=t.url||this.attr2("action"),l="string"==typeof c?e.trim(c):"",l=l||window.location.href||"",l&&(l=(l.match(/^([^#]+)/)||[])[1]),t=e.extend(!0,{url:l,success:e.ajaxSettings.success,type:u||e.ajaxSettings.type,iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},t);var d={};if(this.trigger("form-pre-serialize",[this,t,d]),d.veto)return a("ajaxSubmit: submit vetoed via form-pre-serialize trigger"),this;if(t.beforeSerialize&&t.beforeSerialize(this,t)===!1)return a("ajaxSubmit: submit aborted via beforeSerialize callback"),this;var m=t.traditional;void 0===m&&(m=e.ajaxSettings.traditional);var p,h=[],v=this.formToArray(t.semantic,h);if(t.data&&(t.extraData=t.data,p=e.param(t.data,m)),t.beforeSubmit&&t.beforeSubmit(v,this,t)===!1)return a("ajaxSubmit: submit aborted via beforeSubmit callback"),this;if(this.trigger("form-submit-validate",[v,this,t,d]),d.veto)return a("ajaxSubmit: submit vetoed via form-submit-validate trigger"),this;var g=e.param(v,m);p&&(g=g?g+"&"+p:p),"GET"==t.type.toUpperCase()?(t.url+=(t.url.indexOf("?")>=0?"&":"?")+g,t.data=null):t.data=g;var x=[];if(t.resetForm&&x.push(function(){f.resetForm()}),t.clearForm&&x.push(function(){f.clearForm(t.includeHidden)}),!t.dataType&&t.target){var y=t.success||function(){};x.push(function(r){var a=t.replaceTarget?"replaceWith":"html";e(t.target)[a](r).each(y,arguments)})}else t.success&&x.push(t.success);if(t.success=function(e,r,a){for(var n=t.context||this,i=0,o=x.length;i0,S="multipart/form-data",D=f.attr("enctype")==S||f.attr("encoding")==S,k=n.fileapi&&n.formdata;a("fileAPI :"+k);var A,L=(w||D)&&!k;t.iframe!==!1&&(t.iframe||L)?t.closeKeepAlive?e.get(t.closeKeepAlive,function(){A=s(v)}):A=s(v):A=(w||D)&&k?o(v):e.ajax(t),f.removeData("jqxhr").data("jqxhr",A);for(var E=0;E").get(0).files,b.formdata=void 0!==window.FormData;var C=!!X.fn.prop;function r(e){var t=e.data;e.isDefaultPrevented()||(e.preventDefault(),X(e.target).ajaxSubmit(t))}function a(e){var t=e.target,r=X(t);if(!r.is("[type=submit],[type=image]")){var a=r.closest("[type=submit]");if(0===a.length)return;t=a[0]}var n=this;if("image"==(n.clk=t).type)if(void 0!==e.offsetX)n.clk_x=e.offsetX,n.clk_y=e.offsetY;else if("function"==typeof X.fn.offset){var i=r.offset();n.clk_x=e.pageX-i.left,n.clk_y=e.pageY-i.top}else n.clk_x=e.pageX-t.offsetLeft,n.clk_y=e.pageY-t.offsetTop;setTimeout(function(){n.clk=n.clk_x=n.clk_y=null},100)}function _(){if(X.fn.ajaxSubmit.debug){var e="[jquery.form] "+Array.prototype.join.call(arguments,"");window.console&&window.console.log?window.console.log(e):window.opera&&window.opera.postError&&window.opera.postError(e)}}X.fn.attr2=function(){if(!C)return this.attr.apply(this,arguments);var e=this.prop.apply(this,arguments);return e&&e.jquery||"string"==typeof e?e:this.attr.apply(this,arguments)},X.fn.ajaxSubmit=function(E){if(!this.length)return _("ajaxSubmit: skipping submit process - no element selected"),this;var M,e,t,F=this;"function"==typeof E?E={success:E}:void 0===E&&(E={}),M=E.type||this.attr2("method"),(t=(t="string"==typeof(e=E.url||this.attr2("action"))?X.trim(e):"")||window.location.href||"")&&(t=(t.match(/^([^#]+)/)||[])[1]),E=X.extend(!0,{url:t,success:X.ajaxSettings.success,type:M||X.ajaxSettings.type,iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},E);var r={};if(this.trigger("form-pre-serialize",[this,E,r]),r.veto)return _("ajaxSubmit: submit vetoed via form-pre-serialize trigger"),this;if(E.beforeSerialize&&!1===E.beforeSerialize(this,E))return _("ajaxSubmit: submit aborted via beforeSerialize callback"),this;var a=E.traditional;void 0===a&&(a=X.ajaxSettings.traditional);var n,O=[],i=this.formToArray(E.semantic,O);if(E.data&&(E.extraData=E.data,n=X.param(E.data,a)),E.beforeSubmit&&!1===E.beforeSubmit(i,this,E))return _("ajaxSubmit: submit aborted via beforeSubmit callback"),this;if(this.trigger("form-submit-validate",[i,this,E,r]),r.veto)return _("ajaxSubmit: submit vetoed via form-submit-validate trigger"),this;var o=X.param(i,a);n&&(o=o?o+"&"+n:n),"GET"==E.type.toUpperCase()?(E.url+=(0<=E.url.indexOf("?")?"&":"?")+o,E.data=null):E.data=o;var s=[];if(E.resetForm&&s.push(function(){F.resetForm()}),E.clearForm&&s.push(function(){F.clearForm(E.includeHidden)}),!E.dataType&&E.target){var u=E.success||function(){};s.push(function(e){var t=E.replaceTarget?"replaceWith":"html";X(E.target)[t](e).each(u,arguments)})}else E.success&&s.push(E.success);if(E.success=function(e,t,r){for(var a=E.context||this,n=0,i=s.length;n')).css({position:"absolute",top:"-1000px",left:"-1000px"}),p=m[0],d={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(e){var t="timeout"===e?"timeout":"aborted";_("aborting upload... "+t),this.aborted=1;try{p.contentWindow.document.execCommand&&p.contentWindow.document.execCommand("Stop")}catch(e){}m.attr("src",l.iframeSrc),d.error=t,l.error&&l.error.call(l.context,d,t,e),f&&X.event.trigger("ajaxError",[d,l,t]),l.complete&&l.complete.call(l.context,d,t)}},(f=l.global)&&0==X.active++&&X.event.trigger("ajaxStart"),f&&X.event.trigger("ajaxSend",[d,l]),l.beforeSend&&!1===l.beforeSend.call(l.context,d,l))return l.global&&X.active--,g.reject(),g;if(d.aborted)return g.reject(),g;(a=o.clk)&&(n=a.name)&&!a.disabled&&(l.extraData=l.extraData||{},l.extraData[n]=a.value,"image"==a.type&&(l.extraData[n+".x"]=o.clk_x,l.extraData[n+".y"]=o.clk_y));var x=1,b=2;function y(t){var r=null;try{t.contentWindow&&(r=t.contentWindow.document)}catch(e){_("cannot get iframe.contentWindow document: "+e)}if(r)return r;try{r=t.contentDocument?t.contentDocument:t.document}catch(e){_("cannot get iframe.contentDocument: "+e),r=t.document}return r}var s=X("meta[name=csrf-token]").attr("content"),u=X("meta[name=csrf-param]").attr("content");function c(){var e=F.attr2("target"),t=F.attr2("action"),r=F.attr("enctype")||F.attr("encoding")||"multipart/form-data";o.setAttribute("target",i),M&&!/post/i.test(M)||o.setAttribute("method","POST"),t!=l.url&&o.setAttribute("action",l.url),l.skipEncodingOverride||M&&!/post/i.test(M)||F.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"}),l.timeout&&(v=setTimeout(function(){h=!0,D(x)},l.timeout));var a=[];try{if(l.extraData)for(var n in l.extraData)l.extraData.hasOwnProperty(n)&&(X.isPlainObject(l.extraData[n])&&l.extraData[n].hasOwnProperty("name")&&l.extraData[n].hasOwnProperty("value")?a.push(X('').val(l.extraData[n].value).appendTo(o)[0]):a.push(X('').val(l.extraData[n]).appendTo(o)[0]));l.iframeTarget||m.appendTo("body"),p.attachEvent?p.attachEvent("onload",D):p.addEventListener("load",D,!1),setTimeout(function e(){try{var t=y(p).readyState;_("state = "+t),t&&"uninitialized"==t.toLowerCase()&&setTimeout(e,50)}catch(e){_("Server abort: ",e," (",e.name,")"),D(b),v&&clearTimeout(v),v=void 0}},15);try{o.submit()}catch(e){document.createElement("form").submit.apply(o)}}finally{o.setAttribute("action",t),o.setAttribute("enctype",r),e?o.setAttribute("target",e):F.removeAttr("target"),X(a).remove()}}u&&s&&(l.extraData=l.extraData||{},l.extraData[u]=s),l.forceSync?c():setTimeout(c,10);var T,j,w,S=50;function D(e){if(!d.aborted&&!w){if((j=y(p))||(_("cannot access response document"),e=b),e===x&&d)return d.abort("timeout"),void g.reject(d,"timeout");if(e==b&&d)return d.abort("server abort"),void g.reject(d,"error","server abort");if(j&&j.location.href!=l.iframeSrc||h){p.detachEvent?p.detachEvent("onload",D):p.removeEventListener("load",D,!1);var t,r="success";try{if(h)throw"timeout";var a="xml"==l.dataType||j.XMLDocument||X.isXMLDoc(j);if(_("isXml="+a),!a&&window.opera&&(null===j.body||!j.body.innerHTML)&&--S)return _("requeing onLoad callback, DOM not available"),void setTimeout(D,250);var n=j.body?j.body:j.documentElement;d.responseText=n?n.innerHTML:null,d.responseXML=j.XMLDocument?j.XMLDocument:j,a&&(l.dataType="xml"),d.getResponseHeader=function(e){return{"content-type":l.dataType}[e.toLowerCase()]},n&&(d.status=Number(n.getAttribute("status"))||d.status,d.statusText=n.getAttribute("statusText")||d.statusText);var i=(l.dataType||"").toLowerCase(),o=/(json|script|text)/.test(i);if(o||l.textarea){var s=j.getElementsByTagName("textarea")[0];if(s)d.responseText=s.value,d.status=Number(s.getAttribute("status"))||d.status,d.statusText=s.getAttribute("statusText")||d.statusText;else if(o){var u=j.getElementsByTagName("pre")[0],c=j.getElementsByTagName("body")[0];u?d.responseText=u.textContent?u.textContent:u.innerText:c&&(d.responseText=c.textContent?c.textContent:c.innerText)}}else"xml"==i&&!d.responseXML&&d.responseText&&(d.responseXML=k(d.responseText));try{T=L(d,i,l)}catch(e){r="parsererror",d.error=t=e||r}}catch(e){_("error caught: ",e),r="error",d.error=t=e||r}d.aborted&&(_("upload aborted"),r=null),d.status&&(r=200<=d.status&&d.status<300||304===d.status?"success":"error"),"success"===r?(l.success&&l.success.call(l.context,T,"success",d),g.resolve(d.responseText,"success",d),f&&X.event.trigger("ajaxSuccess",[d,l])):r&&(void 0===t&&(t=d.statusText),l.error&&l.error.call(l.context,d,r,t),g.reject(d,"error",t),f&&X.event.trigger("ajaxError",[d,l,t])),f&&X.event.trigger("ajaxComplete",[d,l]),f&&!--X.active&&X.event.trigger("ajaxStop"),l.complete&&l.complete.call(l.context,d,r),w=!0,l.timeout&&clearTimeout(v),setTimeout(function(){l.iframeTarget?m.attr("src",l.iframeSrc):m.remove(),d.responseXML=null},100)}}}var k=X.parseXML||function(e,t){return window.ActiveXObject?((t=new ActiveXObject("Microsoft.XMLDOM")).async="false",t.loadXML(e)):t=(new DOMParser).parseFromString(e,"text/xml"),t&&t.documentElement&&"parsererror"!=t.documentElement.nodeName?t:null},A=X.parseJSON||function(e){return window.eval("("+e+")")},L=function(e,t,r){var a=e.getResponseHeader("content-type")||"",n="xml"===t||!t&&0<=a.indexOf("xml"),i=n?e.responseXML:e.responseText;return n&&"parsererror"===i.documentElement.nodeName&&X.error&&X.error("parsererror"),r&&r.dataFilter&&(i=r.dataFilter(i,t)),"string"==typeof i&&("json"===t||!t&&0<=a.indexOf("json")?i=A(i):("script"===t||!t&&0<=a.indexOf("javascript"))&&X.globalEval(i)),i};return g}},X.fn.ajaxForm=function(e){if((e=e||{}).delegation=e.delegation&&X.isFunction(X.fn.on),!e.delegation&&0===this.length){var t={s:this.selector,c:this.context};return!X.isReady&&t.s?(_("DOM not ready, queuing ajaxForm"),X(function(){X(t.s,t.c).ajaxForm(e)})):_("terminating; zero elements found by selector"+(X.isReady?"":" (DOM not ready)")),this}return e.delegation?(X(document).off("submit.form-plugin",this.selector,r).off("click.form-plugin",this.selector,a).on("submit.form-plugin",this.selector,e,r).on("click.form-plugin",this.selector,e,a),this):this.ajaxFormUnbind().bind("submit.form-plugin",e,r).bind("click.form-plugin",e,a)},X.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin")},X.fn.formToArray=function(e,t){var r=[];if(0===this.length)return r;var a,n,i,o,s,u,c,l,f=this[0],m=this.attr("id"),p=e?f.getElementsByTagName("*"):f.elements;if(p&&!/MSIE [678]/.test(navigator.userAgent)&&(p=X(p).get()),m&&(a=X(':input[form="'+m+'"]').get()).length&&(p=(p||[]).concat(a)),!p||!p.length)return r;for(n=0,c=p.length;n'),jQuery(".um").hasClass("um-editing")&&jQuery(".um-cover-overlay").show()),jQuery(".um-single-image-preview[data-key="+a+"]").fadeIn().find("img").attr("src",t.data.image.source_url+"?"+d.getTime()),um_remove_modal(),jQuery(".um-single-image-preview[data-key="+a+"]").parents(".um-field").find(".um-btn-auto-width").html(e.attr("data-change")),jQuery(".um-single-image-preview[data-key="+a+"]").parents(".um-field").find('input[type="hidden"]').val(t.data.image.filename))}})):(d=new Date,jQuery(".um-single-image-preview[data-key="+a+"]").fadeIn().find("img").attr("src",i+"?"+d.getTime()),um_remove_modal(),jQuery(".um-single-image-preview[data-key="+a+"]").parents(".um-field").find(".um-btn-auto-width").html(e.attr("data-change")),jQuery(".um-single-image-preview[data-key="+a+"]").parents(".um-field").find("input[type=hidden]").val(u))}),jQuery(document).on("click",'a[data-modal^="um_"], span[data-modal^="um_"]',function(e){var a=jQuery(this).attr("data-modal"),t="normal";if(jQuery(this).data("modal-size"))var t=jQuery(this).data("modal-size");jQuery(this).data("modal-copy")?(jQuery("#"+a).html(jQuery(this).parents(".um-field").find(".um-modal-hidden-content").html()),jQuery(this).parents(".um-profile-photo").attr("data-user_id")&&jQuery("#"+a).attr("data-user_id",jQuery(this).parents(".um-profile-photo").attr("data-user_id")),jQuery(this).parents(".um-cover").attr("data-ratio")&&jQuery("#"+a).attr("data-ratio",jQuery(this).parents(".um-cover").attr("data-ratio")),jQuery(this).parents(".um-cover").attr("data-user_id")&&jQuery("#"+a).attr("data-user_id",jQuery(this).parents(".um-cover").attr("data-user_id")),jQuery("input[type=hidden][name='user_id']").length>0&&jQuery("#"+a).attr("data-user_id",jQuery("input[type=hidden][name='user_id']").val()),um_new_modal(a,t)):um_new_modal(a,t)})}); \ No newline at end of file +jQuery(document).ready(function(){jQuery(document).on("click",".um-popup-overlay",function(){remove_Modal()}),jQuery(document).on("click",'.um-modal-overlay, a[data-action="um_remove_modal"]',function(){um_remove_modal()}),jQuery(document).on("click",'a[data-modal^="um_"], span[data-modal^="um_"], .um-modal a',function(e){return e.preventDefault(),!1}),jQuery(document).on("click",".um-modal .um-single-file-preview a.cancel",function(e){e.preventDefault();var a=jQuery(this).parents(".um-modal-body"),t=jQuery(this).parents(".um-modal-body").find(".um-single-fileinfo a").attr("href");return a.find(".um-single-file-preview").hide(),a.find(".ajax-upload-dragdrop").show(),a.find(".um-modal-btn.um-finish-upload").addClass("disabled"),um_modal_responsive(),jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_remove_file",src:t}}),!1}),jQuery(document).on("click",".um-modal .um-single-image-preview a.cancel",function(e){e.preventDefault();var a=jQuery(this).parents(".um-modal-body"),t=jQuery(this).parents(".um-modal-body").find(".um-single-image-preview img").attr("src");return jQuery("img.cropper-hidden").cropper("destroy"),a.find(".um-single-image-preview img").attr("src",""),a.find(".um-single-image-preview").hide(),a.find(".ajax-upload-dragdrop").show(),a.find(".um-modal-btn.um-finish-upload").addClass("disabled"),um_modal_responsive(),jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_remove_file",src:t}}),!1}),jQuery(document).on("click",".um-finish-upload.file:not(.disabled)",function(){var e=jQuery(this).attr("data-key"),a=jQuery(this).parents(".um-modal-body").find(".um-single-file-preview").html();um_remove_modal(),jQuery(".um-single-file-preview[data-key="+e+"]").fadeIn().html(a);var t=jQuery(".um-field[data-key="+e+"]").find(".um-single-fileinfo a").data("file");jQuery(".um-single-file-preview[data-key="+e+"]").parents(".um-field").find(".um-btn-auto-width").html(jQuery(this).attr("data-change")),jQuery(".um-single-file-preview[data-key="+e+"]").parents(".um-field").find('input[type="hidden"]').val(t)}),jQuery(document).on("click",".um-finish-upload.image:not(.disabled)",function(){var a=jQuery(this),t=jQuery(this).attr("data-key"),e=jQuery(this).parents(".um-modal-body").find(".um-single-image-preview"),i=e.find("img").attr("src"),r=e.attr("data-coord"),u=e.find("img").data("file"),m=0;jQuery(this).parents("#um_upload_single").data("user_id")&&(m=jQuery(this).parents("#um_upload_single").data("user_id")),r?(jQuery(this).html(jQuery(this).attr("data-processing")).addClass("disabled"),jQuery.ajax({url:wp.ajax.settings.url,type:"POST",dataType:"json",data:{action:"um_resize_image",src:i,coord:r,user_id:m,key:t},success:function(e){1==e.success&&(d=new Date,"profile_photo"==t&&jQuery(".um-profile-photo-img img").attr("src",e.data.image.source_url+"?"+d.getTime()),"cover_photo"==t&&(jQuery(".um-cover-e").empty().html(''),jQuery(".um").hasClass("um-editing")&&jQuery(".um-cover-overlay").show()),jQuery(".um-single-image-preview[data-key="+t+"]").fadeIn().find("img").attr("src",e.data.image.source_url+"?"+d.getTime()),um_remove_modal(),jQuery(".um-single-image-preview[data-key="+t+"]").parents(".um-field").find(".um-btn-auto-width").html(a.attr("data-change")),jQuery(".um-single-image-preview[data-key="+t+"]").parents(".um-field").find('input[type="hidden"]').val(e.data.image.filename))}})):(d=new Date,jQuery(".um-single-image-preview[data-key="+t+"]").fadeIn().find("img").attr("src",i+"?"+d.getTime()),um_remove_modal(),jQuery(".um-single-image-preview[data-key="+t+"]").parents(".um-field").find(".um-btn-auto-width").html(a.attr("data-change")),jQuery(".um-single-image-preview[data-key="+t+"]").parents(".um-field").find("input[type=hidden]").val(u))}),jQuery(document).on("click",'a[data-modal^="um_"], span[data-modal^="um_"]',function(e){var a=jQuery(this).attr("data-modal"),t="normal";if(jQuery(this).data("modal-size"))t=jQuery(this).data("modal-size");jQuery(this).data("modal-copy")&&(jQuery("#"+a).html(jQuery(this).parents(".um-field").find(".um-modal-hidden-content").html()),jQuery(this).parents(".um-profile-photo").attr("data-user_id")&&jQuery("#"+a).attr("data-user_id",jQuery(this).parents(".um-profile-photo").attr("data-user_id")),jQuery(this).parents(".um-cover").attr("data-ratio")&&jQuery("#"+a).attr("data-ratio",jQuery(this).parents(".um-cover").attr("data-ratio")),jQuery(this).parents(".um-cover").attr("data-user_id")&&jQuery("#"+a).attr("data-user_id",jQuery(this).parents(".um-cover").attr("data-user_id")),0'),jQuery(".um-dropdown").hide(),um_responsive(),user_id=jQuery(this).attr("data-user_id"),metakey="cover_photo",jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_delete_cover_photo",metakey:metakey,user_id:user_id},success:function(e){t.hide()}})}),e(),jQuery("textarea[id=um-meta-bio]").change(e),jQuery("textarea[id=um-meta-bio]").keyup(e),jQuery(".um-profile-edit a.um_delete-item").click(function(e){e.preventDefault();var t=confirm("Are you sure that you want to delete this user?");if(!t)return!1})}); \ No newline at end of file +jQuery(document).ready(function(){function e(){if(void 0!==jQuery("textarea[id=um-meta-bio]").val()){var e=jQuery("textarea[id=um-meta-bio]").attr("data-character-limit")-jQuery("textarea[id=um-meta-bio]").val().length;jQuery("span.um-meta-bio-character span.um-bio-limit").text(e),e<5?jQuery("span.um-meta-bio-character").css("color","red"):jQuery("span.um-meta-bio-character").css("color","")}}jQuery(".um-profile.um-viewing .um-profile-body .um-row").each(function(){var e=jQuery(this);0==e.find(".um-field").length&&(e.prev(".um-row-heading").remove(),e.remove())}),jQuery(".um-profile.um-viewing .um-profile-body").length&&0==jQuery(".um-profile.um-viewing .um-profile-body").find(".um-field").length&&(jQuery(".um-row-heading,.um-row").remove(),jQuery(".um-profile-note").show()),jQuery(document).on("click",".um-profile-save",function(e){return e.preventDefault(),jQuery(this).parents(".um").find("form").submit(),!1}),jQuery(document).on("click",".um-profile-edit-a",function(e){jQuery(this).addClass("active")}),jQuery(document).on("click",".um-cover a.um-cover-add, .um-photo a",function(e){return e.preventDefault(),!1}),jQuery(document).on("click",".um-photo-modal",function(e){e.preventDefault();var t=jQuery(this).attr("data-src");return um_new_modal("um_view_photo","fit",!0,t),!1}),jQuery(document).on("click",".um-reset-profile-photo",function(e){jQuery(".um-profile-photo-img img").attr("src",jQuery(this).attr("data-default_src")),user_id=jQuery(this).attr("data-user_id"),metakey="profile_photo",jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_delete_profile_photo",metakey:metakey,user_id:user_id}})}),jQuery(document).on("click",".um-reset-cover-photo",function(e){var t=jQuery(this);jQuery(".um-cover-overlay").hide(),jQuery(".um-cover-e").html(''),jQuery(".um-dropdown").hide(),um_responsive(),user_id=jQuery(this).attr("data-user_id"),metakey="cover_photo",jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_delete_cover_photo",metakey:metakey,user_id:user_id},success:function(e){t.hide()}})}),e(),jQuery("textarea[id=um-meta-bio]").change(e),jQuery("textarea[id=um-meta-bio]").keyup(e),jQuery(".um-profile-edit a.um_delete-item").click(function(e){if(e.preventDefault(),!confirm("Are you sure that you want to delete this user?"))return!1})}); \ No newline at end of file diff --git a/assets/js/um-raty.min.js b/assets/js/um-raty.min.js index e758c598..8c80e3d1 100644 --- a/assets/js/um-raty.min.js +++ b/assets/js/um-raty.min.js @@ -1 +1 @@ -!function(t){"use strict";var a={init:function(e){return this.each(function(){this.self=t(this),a.destroy.call(this.self),this.opt=t.extend(!0,{},t.fn.um_raty.defaults,e),a._adjustCallback.call(this),a._adjustNumber.call(this),"img"!==this.opt.starType&&a._adjustStarType.call(this),a._adjustPath.call(this),a._createStars.call(this),this.opt.cancel&&a._createCancel.call(this),this.opt.precision&&a._adjustPrecision.call(this),a._createScore.call(this),a._apply.call(this,this.opt.score),a._target.call(this,this.opt.score),this.opt.readOnly?a._lock.call(this):(this.style.cursor="pointer",a._binds.call(this)),this.self.data("options",this.opt)})},_adjustCallback:function(){for(var t=["number","readOnly","score","scoreName","target"],a=0;a0&&this.score.val(a._between(t,0,this.opt.number)),a._roundStars.call(this,t))},_between:function(t,a,e){return Math.min(Math.max(parseFloat(t),a),e)},_binds:function(){this.cancel&&(a._bindOverCancel.call(this),a._bindClickCancel.call(this),a._bindOutCancel.call(this)),a._bindOver.call(this),a._bindClick.call(this),a._bindOut.call(this)},_bindClick:function(){var a=this;a.stars.on("click.um_raty",function(e){var s=t(this);a.score.val(a.opt.half||a.opt.precision?a.self.data("score"):this.alt||s.data("alt")),a.opt.click&&a.opt.click.call(a,+a.score.val(),e)})},_bindClickCancel:function(){var t=this;t.cancel.on("click.um_raty",function(a){t.score.removeAttr("value"),t.opt.click&&t.opt.click.call(t,null,a)})},_bindOut:function(){var t=this;t.self.on("mouseleave.um_raty",function(e){var s=+t.score.val()||void 0;a._apply.call(t,s),a._target.call(t,s,e),t.opt.mouseout&&t.opt.mouseout.call(t,s,e)})},_bindOutCancel:function(){var t=this;t.cancel.on("mouseleave.um_raty",function(e){var s=t.opt.cancelOff;if("img"!==t.opt.starType&&(s=t.opt.cancelClass+" "+s),a._setIcon.call(t,this,s),t.opt.mouseout){var i=+t.score.val()||void 0;t.opt.mouseout.call(t,i,e)}})},_bindOver:function(){var t=this,e=t.opt.half?"mousemove.um_raty":"mouseover.um_raty";t.stars.on(e,function(e){var s=a._getScoreByPosition.call(t,e,this);a._fill.call(t,s),t.opt.half&&(a._roundStars.call(t,s),t.self.data("score",s)),a._target.call(t,s,e),t.opt.mouseover&&t.opt.mouseover.call(t,s,e)})},_bindOverCancel:function(){var t=this;t.cancel.on("mouseover.um_raty",function(e){var s=t.opt.path+t.opt.starOff,i=t.opt.cancelOn;"img"===t.opt.starType?t.stars.attr("src",s):(i=t.opt.cancelClass+" "+i,t.stars.attr("class",s)),a._setIcon.call(t,this,i),a._target.call(t,null,e),t.opt.mouseover&&t.opt.mouseover.call(t,null)})},_buildScoreField:function(){return t("",{name:this.opt.scoreName,type:"hidden"}).appendTo(this)},_createCancel:function(){var a=this.opt.path+this.opt.cancelOff,e=t("<"+this.opt.starType+" />",{title:this.opt.cancelHint,class:this.opt.cancelClass});"img"===this.opt.starType?e.attr({src:a,alt:"x"}):e.attr("data-alt","x").addClass(a),"left"===this.opt.cancelPlace?this.self.prepend(" ").prepend(e):this.self.append(" ").append(e),this.cancel=e},_createScore:function(){var e=t(this.opt.targetScore);this.score=e.length?e:a._buildScoreField.call(this)},_createStars:function(){for(var e=1;e<=this.opt.number;e++){var s=a._nameForIndex.call(this,e),i={alt:e,src:this.opt.path+this.opt[s]};"img"!==this.opt.starType&&(i={"data-alt":e,class:i.src}),i.title=a._getHint.call(this,e),t("<"+this.opt.starType+" />",i).appendTo(this),this.opt.space&&this.self.append(ee){var n=this.opt.iconRange[e];i=a._getRangeIcon.call(this,n,r),s<=n.range&&a._setIcon.call(this,o,i),s===n.range&&e++}else i=this.opt[r?"starOn":"starOff"],a._setIcon.call(this,o,i)}},_getRangeIcon:function(t,a){return a?t.on||this.opt.starOn:t.off||this.opt.starOff},_getScoreByPosition:function(e,s){var i=parseInt(s.alt||s.getAttribute("data-alt"),10);if(this.opt.half){var o=a._getSize.call(this),r=parseFloat((e.pageX-t(s).offset().left)/o);i=this.opt.precision?i-1+r:i-1+(r>.5?1:.5)}return i},_getSize:function(){var t;return t="img"===this.opt.starType?this.stars[0].width:parseFloat(this.stars.eq(0).css("font-size")),t||a._error.call(this,"Could not be possible get the icon size!"),t},_turnOn:function(t,a){return this.opt.single?t===a:t<=a},_getHint:function(t){var a=this.opt.hints[t-1];return""===a?"":a||t},_lock:function(){var t=parseInt(this.score.val(),10),e=t?a._getHint.call(this,t):this.opt.noRatedMsg;this.style.cursor="",this.title=e,this.score.prop("readonly",!0),this.stars.prop("title",e),this.cancel&&this.cancel.hide(),this.self.data("readonly",!0)},_nameForIndex:function(t){return this.opt.score&&this.opt.score>=t?"starOn":"starOff"},_roundStars:function(t){var e=(t%1).toFixed(2);if(e>this.opt.round.down){var s="starOn";this.opt.halfShow&&e1?a:a[0]},move:function(e){return this.each(function(){var s=parseInt(e,10),i=t(this).data("options"),o=(+e).toFixed(1).split(".")[1];s>=i.number&&(s=i.number-1,o=10);var r=a._getSize.call(this),n=r/10,l=t(this.stars[s]),c=l.offset().left+n*parseInt(o,10),h=t.Event("mousemove",{pageX:c});l.trigger(h)})},readOnly:function(e){return this.each(function(){var s=t(this);s.data("readonly")!==e&&(e?(s.off(".um_raty").children("img").off(".um_raty"),a._lock.call(this)):(a._binds.call(this),a._unlock.call(this)),s.data("readonly",e))})},reload:function(){return a.set.call(this,{})},score:function(){var e=t(this);return arguments.length?a.setScore.apply(e,arguments):a.getScore.call(e)},set:function(a){return this.each(function(){var e=t(this),s=e.data("options"),i=t.extend({},s,a);e.um_raty(i)})},setScore:function(e){return this.each(function(){t(this).data("readonly")!==!0&&(a._apply.call(this,e),a._target.call(this,e))})}};t.fn.um_raty=function(e){return a[e]?a[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void t.error("Method "+e+" does not exist!"):a.init.apply(this,arguments)},t.fn.um_raty.defaults={cancel:!1,cancelClass:"raty-cancel",cancelHint:"Cancel this rating!",cancelOff:"cancel-off.png",cancelOn:"cancel-on.png",cancelPlace:"left",click:void 0,half:!1,halfShow:!0,hints:["bad","poor","regular","good","gorgeous"],iconRange:void 0,mouseout:void 0,mouseover:void 0,noRatedMsg:"Not rated yet!",number:5,numberMax:20,path:void 0,precision:!1,readOnly:!1,round:{down:.25,full:.6,up:.76},score:void 0,scoreName:"score",single:!1,space:!0,starHalf:"star-half.png",starOff:"star-off.png",starOn:"star-on.png",starType:"img",target:void 0,targetFormat:"{score}",targetKeep:!1,targetScore:void 0,targetText:"",targetType:"hint"}}(jQuery); \ No newline at end of file +!function(l){"use strict";var c={init:function(t){return this.each(function(){this.self=l(this),c.destroy.call(this.self),this.opt=l.extend(!0,{},l.fn.um_raty.defaults,t),c._adjustCallback.call(this),c._adjustNumber.call(this),"img"!==this.opt.starType&&c._adjustStarType.call(this),c._adjustPath.call(this),c._createStars.call(this),this.opt.cancel&&c._createCancel.call(this),this.opt.precision&&c._adjustPrecision.call(this),c._createScore.call(this),c._apply.call(this,this.opt.score),c._target.call(this,this.opt.score),this.opt.readOnly?c._lock.call(this):(this.style.cursor="pointer",c._binds.call(this)),this.self.data("options",this.opt)})},_adjustCallback:function(){for(var t=["number","readOnly","score","scoreName","target"],a=0;a",{name:this.opt.scoreName,type:"hidden"}).appendTo(this)},_createCancel:function(){var t=this.opt.path+this.opt.cancelOff,a=l("<"+this.opt.starType+" />",{title:this.opt.cancelHint,class:this.opt.cancelClass});"img"===this.opt.starType?a.attr({src:t,alt:"x"}):a.attr("data-alt","x").addClass(t),"left"===this.opt.cancelPlace?this.self.prepend(" ").prepend(a):this.self.append(" ").append(a),this.cancel=a},_createScore:function(){var t=l(this.opt.targetScore);this.score=t.length?t:c._buildScoreField.call(this)},_createStars:function(){for(var t=1;t<=this.opt.number;t++){var a=c._nameForIndex.call(this,t),e={alt:t,src:this.opt.path+this.opt[a]};"img"!==this.opt.starType&&(e={"data-alt":t,class:e.src}),e.title=c._getHint.call(this,t),l("<"+this.opt.starType+" />",e).appendTo(this),this.opt.space&&this.self.append(ta){var r=this.opt.iconRange[a];s=c._getRangeIcon.call(this,r,o),e<=r.range&&c._setIcon.call(this,i,s),e===r.range&&a++}else s=this.opt[o?"starOn":"starOff"],c._setIcon.call(this,i,s)}},_getRangeIcon:function(t,a){return a?t.on||this.opt.starOn:t.off||this.opt.starOff},_getScoreByPosition:function(t,a){var e=parseInt(a.alt||a.getAttribute("data-alt"),10);if(this.opt.half){var s=c._getSize.call(this),i=parseFloat((t.pageX-l(a).offset().left)/s);e=this.opt.precision?e-1+i:e-1+(.5=t?"starOn":"starOff"},_roundStars:function(t){var a=(t%1).toFixed(2);if(a>this.opt.round.down){var e="starOn";this.opt.halfShow&&a=a.number&&(t=a.number-1,e=10);var s=c._getSize.call(this)/10,i=l(this.stars[t]),o=i.offset().left+s*parseInt(e,10),r=l.Event("mousemove",{pageX:o});i.trigger(r)})},readOnly:function(a){return this.each(function(){var t=l(this);t.data("readonly")!==a&&(a?(t.off(".um_raty").children("img").off(".um_raty"),c._lock.call(this)):(c._binds.call(this),c._unlock.call(this)),t.data("readonly",a))})},reload:function(){return c.set.call(this,{})},score:function(){var t=l(this);return arguments.length?c.setScore.apply(t,arguments):c.getScore.call(t)},set:function(s){return this.each(function(){var t=l(this),a=t.data("options"),e=l.extend({},a,s);t.um_raty(e)})},setScore:function(t){return this.each(function(){!0!==l(this).data("readonly")&&(c._apply.call(this,t),c._target.call(this,t))})}};l.fn.um_raty=function(t){return c[t]?c[t].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof t&&t?void l.error("Method "+t+" does not exist!"):c.init.apply(this,arguments)},l.fn.um_raty.defaults={cancel:!1,cancelClass:"raty-cancel",cancelHint:"Cancel this rating!",cancelOff:"cancel-off.png",cancelOn:"cancel-on.png",cancelPlace:"left",click:void 0,half:!1,halfShow:!0,hints:["bad","poor","regular","good","gorgeous"],iconRange:void 0,mouseout:void 0,mouseover:void 0,noRatedMsg:"Not rated yet!",number:5,numberMax:20,path:void 0,precision:!1,readOnly:!1,round:{down:.25,full:.6,up:.76},score:void 0,scoreName:"score",single:!1,space:!0,starHalf:"star-half.png",starOff:"star-off.png",starOn:"star-on.png",starType:"img",target:void 0,targetFormat:"{score}",targetKeep:!1,targetScore:void 0,targetText:"",targetType:"hint"}}(jQuery); \ No newline at end of file diff --git a/assets/js/um-scripts.min.js b/assets/js/um-scripts.min.js index b2984fe7..f2de24a3 100644 --- a/assets/js/um-scripts.min.js +++ b/assets/js/um-scripts.min.js @@ -1 +1 @@ -jQuery(document).ready(function(){function e(e,a,i,r){var n=e.data("um-parent");e.attr("name"),jQuery('select[name="'+n+'"]');e.find('option[value!=""]').remove(),e.hasClass("um-child-option-disabled")||e.removeAttr("disabled");var r=[],u="";if("yes"===a.post.members_directory){var d=new URLSearchParams(window.location.search);u=d.get(a.post.child_name)}jQuery.each(a.items,function(e,t){r.push({id:e,text:t,selected:t===u})}),e.select2("destroy"),e.select2({data:r,allowClear:!0,minimumResultsForSearch:10}),"yes"!==a.post.members_directory&&("undefined"==typeof a.field.default||e.data("um-original-value")?""!=e.data("um-original-value")&&e.val(e.data("um-original-value")).trigger("change"):e.val(a.field.default).trigger("change"),0==a.field.editable&&(e.addClass("um-child-option-disabled"),e.attr("disabled","disabled"))),t[i]=a}jQuery(document).on("click",".um-dropdown a",function(e){return!1}),jQuery(document).on("click",".um-dropdown a.real_url",function(e){window.location=jQuery(this).attr("href")}),jQuery(document).on("click",".um-trigger-menu-on-click",function(e){return jQuery(".um-dropdown").hide(),menu=jQuery(this).find(".um-dropdown"),menu.show(),!1}),jQuery(document).on("click",".um-dropdown-hide",function(e){UM_hide_menus()}),jQuery(document).on("click","a.um-manual-trigger",function(){var e=jQuery(this).attr("data-child"),t=jQuery(this).attr("data-parent");jQuery(this).parents(t).find(e).trigger("click")}),jQuery(".um-tip-n").tipsy({gravity:"n",opacity:1,live:"a.live",offset:3}),jQuery(".um-tip-w").tipsy({gravity:"w",opacity:1,live:"a.live",offset:3}),jQuery(".um-tip-e").tipsy({gravity:"e",opacity:1,live:"a.live",offset:3}),jQuery(".um-tip-s").tipsy({gravity:"s",opacity:1,live:"a.live",offset:3}),jQuery(document).on("change",".um-field-area input[type=radio]",function(){var e=jQuery(this).parents(".um-field-area"),t=jQuery(this).parents("label");e.find(".um-field-radio").removeClass("active"),e.find(".um-field-radio").find("i").removeClass().addClass("um-icon-android-radio-button-off"),t.addClass("active"),t.find("i").removeClass().addClass("um-icon-android-radio-button-on")}),jQuery(document).on("change",".um-field-area input[type=checkbox]",function(){var e=(jQuery(this).parents(".um-field-area"),jQuery(this).parents("label"));e.hasClass("active")?(e.removeClass("active"),e.find("i").removeClass().addClass("um-icon-android-checkbox-outline-blank")):(e.addClass("active"),e.find("i").removeClass().addClass("um-icon-android-checkbox-outline"))}),jQuery(".um-datepicker").each(function(){if(elem=jQuery(this),""!=elem.attr("data-disabled_weekdays"))var e=JSON.parse(elem.attr("data-disabled_weekdays"));else var e=!1;var t=elem.attr("data-years"),a=elem.attr("data-date_min"),i=elem.attr("data-date_max"),r=a.split(","),n=i.split(","),u=r.length?new Date(r):null,d=r.length?new Date(n):null;if(u&&"Invalid Date"==u.toString()&&3==r.length){var o=r[1]+"/"+r[2]+"/"+r[0];u=new Date(Date.parse(o))}if(d&&"Invalid Date"==d.toString()&&3==n.length){var s=n[1]+"/"+n[2]+"/"+n[0];d=new Date(Date.parse(s))}elem.pickadate({selectYears:t,min:u,max:d,disable:e,format:elem.attr("data-format"),formatSubmit:"yyyy/mm/dd",hiddenName:!0,onOpen:function(){elem.blur()},onClose:function(){elem.blur()}})}),jQuery(".um-timepicker").each(function(){elem=jQuery(this),elem.pickatime({format:elem.attr("data-format"),interval:parseInt(elem.attr("data-intervals")),formatSubmit:"HH:i",hiddenName:!0,onOpen:function(){elem.blur()},onClose:function(){elem.blur()}})}),jQuery(".um-rating").um_raty({half:!1,starType:"i",number:function(){return jQuery(this).attr("data-number")},score:function(){return jQuery(this).attr("data-score")},scoreName:function(){return jQuery(this).attr("data-key")},hints:!1,click:function(e,t){live_field=this.id,live_value=e,um_conditional()}}),jQuery(".um-rating-readonly").um_raty({half:!1,starType:"i",number:function(){return jQuery(this).attr("data-number")},score:function(){return jQuery(this).attr("data-score")},scoreName:function(){return jQuery(this).attr("data-key")},hints:!1,readOnly:!0}),jQuery(document).on("click",".um .um-single-image-preview a.cancel",function(e){e.preventDefault();var t=jQuery(this).parents(".um-field"),a=jQuery(this).parents(".um-field").find(".um-single-image-preview img").attr("src");return t.find(".um-single-image-preview img").attr("src",""),t.find(".um-single-image-preview").hide(),t.find(".um-btn-auto-width").html("Upload"),t.find("input[type=hidden]").val("empty_file"),jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_remove_file",src:a}}),!1}),jQuery(document).on("click",".um .um-single-file-preview a.cancel",function(e){e.preventDefault();var t=jQuery(this).parents(".um-field"),a=jQuery(this).parents(".um-field").find(".um-single-fileinfo a").attr("href");return t.find(".um-single-file-preview").hide(),t.find(".um-btn-auto-width").html("Upload"),t.find("input[type=hidden]").val("empty_file"),jQuery.ajax({url:wp.ajax.settings.url,type:"post",data:{action:"um_remove_file",src:a}}),!1}),jQuery(".um-s1,.um-s2").css({display:"block"}),jQuery(".um-s1").select2({allowClear:!0}),jQuery(".um-s2").select2({allowClear:!1,minimumResultsForSearch:10}),jQuery(document).on("click",".um-field-group-head:not(.disabled)",function(){var e=jQuery(this).parents(".um-field-group"),t=e.data("max_entries");e.find(".um-field-group-body").is(":hidden")?e.find(".um-field-group-body").show():e.find(".um-field-group-body:first").clone().appendTo(e),increase_id=0,e.find(".um-field-group-body").each(function(){increase_id++,jQuery(this).find("input").each(function(){var e=jQuery(this);e.attr("id",e.data("key")+"-"+increase_id),e.attr("name",e.data("key")+"-"+increase_id),e.parent().parent().find("label").attr("for",e.data("key")+"-"+increase_id)})}),t>0&&e.find(".um-field-group-body").length==t&&jQuery(this).addClass("disabled")}),jQuery(document).on("click",".um-field-group-cancel",function(e){e.preventDefault();var t=jQuery(this).parents(".um-field-group"),a=t.data("max_entries");return t.find(".um-field-group-body").length>1?jQuery(this).parents(".um-field-group-body").remove():jQuery(this).parents(".um-field-group-body").hide(),a>0&&t.find(".um-field-group-body").lengthh)&&(i=h,n(r,h)&&(i/=40)),n(r,h)&&(c/=40,u/=40,f/=40),c=Math[c>=1?"floor":"ceil"](c/i),u=Math[u>=1?"floor":"ceil"](u/i),f=Math[f>=1?"floor":"ceil"](f/i),d.settings.normalizeOffset&&this.getBoundingClientRect){var x=this.getBoundingClientRect();m=t.clientX-x.left,p=t.clientY-x.top}return t.deltaX=u,t.deltaY=f,t.deltaFactor=i,t.offsetX=m,t.offsetY=p,t.deltaMode=0,l.unshift(t,c,u,f),a&&clearTimeout(a),a=setTimeout(o,200),(e.event.dispatch||e.event.handle).apply(this,l)}}function o(){i=null}function n(e,t){return d.settings.adjustOldDeltas&&"mousewheel"===e.type&&t%120===0}var a,i,r=["wheel","mousewheel","DOMMouseScroll","MozMousePixelScroll"],l="onwheel"in document||document.documentMode>=9?["wheel"]:["mousewheel","DomMouseScroll","MozMousePixelScroll"],s=Array.prototype.slice;if(e.event.fixHooks)for(var c=r.length;c;)e.event.fixHooks[r[--c]]=e.event.mouseHooks;var d=e.event.special.mousewheel={version:"3.1.12",setup:function(){if(this.addEventListener)for(var o=l.length;o;)this.addEventListener(l[--o],t,!1);else this.onmousewheel=t;e.data(this,"mousewheel-line-height",d.getLineHeight(this)),e.data(this,"mousewheel-page-height",d.getPageHeight(this))},teardown:function(){if(this.removeEventListener)for(var o=l.length;o;)this.removeEventListener(l[--o],t,!1);else this.onmousewheel=null;e.removeData(this,"mousewheel-line-height"),e.removeData(this,"mousewheel-page-height")},getLineHeight:function(t){var o=e(t),n=o["offsetParent"in e.fn?"offsetParent":"parent"]();return n.length||(n=e("body")),parseInt(n.css("fontSize"),10)||parseInt(o.css("fontSize"),10)||16},getPageHeight:function(t){return e(t).height()},settings:{adjustOldDeltas:!0,normalizeOffset:!0}};e.fn.extend({mousewheel:function(e){return e?this.bind("mousewheel",e):this.trigger("mousewheel")},unmousewheel:function(e){return this.unbind("mousewheel",e)}})}),!function(e){"undefined"!=typeof module&&module.exports?module.exports=e:e(jQuery,window,document)}(function(e){!function(t){var o="function"==typeof define&&define.amd,n="undefined"!=typeof module&&module.exports,a="https:"==document.location.protocol?"https:":"http:",i="cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js";o||(n?require("jquery-mousewheel")(e):e.event.special.mousewheel||e("head").append(decodeURI("%3Cscript src="+a+"//"+i+"%3E%3C/script%3E"))),t()}(function(){var t,o="mCustomScrollbar",n="mCS",a=".mCustomScrollbar",i={setTop:0,setLeft:0,axis:"y",scrollbarPosition:"inside",scrollInertia:950,autoDraggerLength:!0,alwaysShowScrollbar:0,snapOffset:0,mouseWheel:{enable:!0,scrollAmount:"auto",axis:"y",deltaFactor:"auto",disableOver:["select","option","keygen","datalist","textarea"]},scrollButtons:{scrollType:"stepless",scrollAmount:"auto"},keyboard:{enable:!0,scrollType:"stepless",scrollAmount:"auto"},contentTouchScroll:25,advanced:{autoScrollOnFocus:"input,textarea,select,button,datalist,keygen,a[tabindex],area,object,[contenteditable='true']",updateOnContentResize:!0,updateOnImageLoad:!0},theme:"light",callbacks:{onTotalScrollOffset:0,onTotalScrollBackOffset:0,alwaysTriggerOffsets:!0}},r=0,l={},s=window.attachEvent&&!window.addEventListener?1:0,c=!1,d=["mCSB_dragger_onDrag","mCSB_scrollTools_onDrag","mCS_img_loaded","mCS_disabled","mCS_destroyed","mCS_no_scrollbar","mCS-autoHide","mCS-dir-rtl","mCS_no_scrollbar_y","mCS_no_scrollbar_x","mCS_y_hidden","mCS_x_hidden","mCSB_draggerContainer","mCSB_buttonUp","mCSB_buttonDown","mCSB_buttonLeft","mCSB_buttonRight"],u={init:function(t){var t=e.extend(!0,{},i,t),o=f.call(this);if(t.live){var s=t.liveSelector||this.selector||a,c=e(s);if("off"===t.live)return void m(s);l[s]=setTimeout(function(){c.mCustomScrollbar(t),"once"===t.live&&c.length&&m(s)},500)}else m(s);return t.setWidth=t.set_width?t.set_width:t.setWidth,t.setHeight=t.set_height?t.set_height:t.setHeight,t.axis=t.horizontalScroll?"x":p(t.axis),t.scrollInertia=t.scrollInertia>0&&t.scrollInertia<17?17:t.scrollInertia,"object"!=typeof t.mouseWheel&&1==t.mouseWheel&&(t.mouseWheel={enable:!0,scrollAmount:"auto",axis:"y",preventDefault:!1,deltaFactor:"auto",normalizeDelta:!1,invert:!1}),t.mouseWheel.scrollAmount=t.mouseWheelPixels?t.mouseWheelPixels:t.mouseWheel.scrollAmount,t.mouseWheel.normalizeDelta=t.advanced.normalizeMouseWheelDelta?t.advanced.normalizeMouseWheelDelta:t.mouseWheel.normalizeDelta,t.scrollButtons.scrollType=g(t.scrollButtons.scrollType),h(t),e(o).each(function(){var o=e(this);if(!o.data(n)){o.data(n,{idx:++r,opt:t,scrollRatio:{y:null,x:null},overflowed:null,contentReset:{y:null,x:null},bindEvents:!1,tweenRunning:!1,sequential:{},langDir:o.css("direction"),cbOffsets:null,trigger:null});var a=o.data(n),i=a.opt,l=o.data("mcs-axis"),s=o.data("mcs-scrollbar-position"),c=o.data("mcs-theme");l&&(i.axis=l),s&&(i.scrollbarPosition=s),c&&(i.theme=c,h(i)),v.call(this),e("#mCSB_"+a.idx+"_container img:not(."+d[2]+")").addClass(d[2]),u.update.call(null,o)}})},update:function(t,o){var a=t||f.call(this);return e(a).each(function(){var t=e(this);if(t.data(n)){var a=t.data(n),i=a.opt,r=e("#mCSB_"+a.idx+"_container"),l=[e("#mCSB_"+a.idx+"_dragger_vertical"),e("#mCSB_"+a.idx+"_dragger_horizontal")];if(!r.length)return;a.tweenRunning&&V(t),t.hasClass(d[3])&&t.removeClass(d[3]),t.hasClass(d[4])&&t.removeClass(d[4]),S.call(this),_.call(this),"y"===i.axis||i.advanced.autoExpandHorizontalScroll||r.css("width",x(r.children())),a.overflowed=B.call(this),O.call(this),i.autoDraggerLength&&b.call(this),C.call(this),M.call(this);var s=[Math.abs(r[0].offsetTop),Math.abs(r[0].offsetLeft)];"x"!==i.axis&&(a.overflowed[0]?l[0].height()>l[0].parent().height()?T.call(this):(Q(t,s[0].toString(),{dir:"y",dur:0,overwrite:"none"}),a.contentReset.y=null):(T.call(this),"y"===i.axis?k.call(this):"yx"===i.axis&&a.overflowed[1]&&Q(t,s[1].toString(),{dir:"x",dur:0,overwrite:"none"}))),"y"!==i.axis&&(a.overflowed[1]?l[1].width()>l[1].parent().width()?T.call(this):(Q(t,s[1].toString(),{dir:"x",dur:0,overwrite:"none"}),a.contentReset.x=null):(T.call(this),"x"===i.axis?k.call(this):"yx"===i.axis&&a.overflowed[0]&&Q(t,s[0].toString(),{dir:"y",dur:0,overwrite:"none"}))),o&&a&&(2===o&&i.callbacks.onImageLoad&&"function"==typeof i.callbacks.onImageLoad?i.callbacks.onImageLoad.call(this):3===o&&i.callbacks.onSelectorChange&&"function"==typeof i.callbacks.onSelectorChange?i.callbacks.onSelectorChange.call(this):i.callbacks.onUpdate&&"function"==typeof i.callbacks.onUpdate&&i.callbacks.onUpdate.call(this)),F.call(this)}})},scrollTo:function(t,o){if("undefined"!=typeof t&&null!=t){var a=f.call(this);return e(a).each(function(){var a=e(this);if(a.data(n)){var i=a.data(n),r=i.opt,l={trigger:"external",scrollInertia:r.scrollInertia,scrollEasing:"mcsEaseInOut",moveDragger:!1,timeout:60,callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},s=e.extend(!0,{},l,o),c=j.call(this,t),d=s.scrollInertia>0&&s.scrollInertia<17?17:s.scrollInertia;c[0]=q.call(this,c[0],"y"),c[1]=q.call(this,c[1],"x"),s.moveDragger&&(c[0]*=i.scrollRatio.y,c[1]*=i.scrollRatio.x),s.dur=d,setTimeout(function(){null!==c[0]&&"undefined"!=typeof c[0]&&"x"!==r.axis&&i.overflowed[0]&&(s.dir="y",s.overwrite="all",Q(a,c[0].toString(),s)),null!==c[1]&&"undefined"!=typeof c[1]&&"y"!==r.axis&&i.overflowed[1]&&(s.dir="x",s.overwrite="none",Q(a,c[1].toString(),s))},s.timeout)}})}},stop:function(){var t=f.call(this);return e(t).each(function(){var t=e(this);t.data(n)&&V(t)})},disable:function(t){var o=f.call(this);return e(o).each(function(){var o=e(this);o.data(n)&&(o.data(n),F.call(this,"remove"),k.call(this),t&&T.call(this),O.call(this,!0),o.addClass(d[3]))})},destroy:function(){var t=f.call(this);return e(t).each(function(){var a=e(this);if(a.data(n)){var i=a.data(n),r=i.opt,l=e("#mCSB_"+i.idx),s=e("#mCSB_"+i.idx+"_container"),c=e(".mCSB_"+i.idx+"_scrollbar");r.live&&m(r.liveSelector||e(t).selector),F.call(this,"remove"),k.call(this),T.call(this),a.removeData(n),K(this,"mcs"),c.remove(),s.find("img."+d[2]).removeClass(d[2]),l.replaceWith(s.contents()),a.removeClass(o+" _"+n+"_"+i.idx+" "+d[6]+" "+d[7]+" "+d[5]+" "+d[3]).addClass(d[4])}})}},f=function(){return"object"!=typeof e(this)||e(this).length<1?a:this},h=function(t){var o=["rounded","rounded-dark","rounded-dots","rounded-dots-dark"],n=["rounded-dots","rounded-dots-dark","3d","3d-dark","3d-thick","3d-thick-dark","inset","inset-dark","inset-2","inset-2-dark","inset-3","inset-3-dark"],a=["minimal","minimal-dark"],i=["minimal","minimal-dark"],r=["minimal","minimal-dark"];t.autoDraggerLength=!(e.inArray(t.theme,o)>-1)&&t.autoDraggerLength,t.autoExpandScrollbar=!(e.inArray(t.theme,n)>-1)&&t.autoExpandScrollbar,t.scrollButtons.enable=!(e.inArray(t.theme,a)>-1)&&t.scrollButtons.enable,t.autoHideScrollbar=e.inArray(t.theme,i)>-1||t.autoHideScrollbar,t.scrollbarPosition=e.inArray(t.theme,r)>-1?"outside":t.scrollbarPosition},m=function(e){l[e]&&(clearTimeout(l[e]),K(l,e))},p=function(e){return"yx"===e||"xy"===e||"auto"===e?"yx":"x"===e||"horizontal"===e?"x":"y"},g=function(e){return"stepped"===e||"pixels"===e||"step"===e||"click"===e?"stepped":"stepless"},v=function(){var t=e(this),a=t.data(n),i=a.opt,r=i.autoExpandScrollbar?" "+d[1]+"_expand":"",l=["
","
"],s="yx"===i.axis?"mCSB_vertical_horizontal":"x"===i.axis?"mCSB_horizontal":"mCSB_vertical",c="yx"===i.axis?l[0]+l[1]:"x"===i.axis?l[1]:l[0],u="yx"===i.axis?"
":"",f=i.autoHideScrollbar?" "+d[6]:"",h="x"!==i.axis&&"rtl"===a.langDir?" "+d[7]:"";i.setWidth&&t.css("width",i.setWidth),i.setHeight&&t.css("height",i.setHeight),i.setLeft="y"!==i.axis&&"rtl"===a.langDir?"989999px":i.setLeft,t.addClass(o+" _"+n+"_"+a.idx+f+h).wrapInner("
");var m=e("#mCSB_"+a.idx),p=e("#mCSB_"+a.idx+"_container");"y"===i.axis||i.advanced.autoExpandHorizontalScroll||p.css("width",x(p.children())),"outside"===i.scrollbarPosition?("static"===t.css("position")&&t.css("position","relative"),t.css("overflow","visible"),m.addClass("mCSB_outside").after(c)):(m.addClass("mCSB_inside").append(c),p.wrap(u)),w.call(this);var g=[e("#mCSB_"+a.idx+"_dragger_vertical"),e("#mCSB_"+a.idx+"_dragger_horizontal")];g[0].css("min-height",g[0].height()),g[1].css("min-width",g[1].width())},x=function(t){return Math.max.apply(Math,t.map(function(){return e(this).outerWidth(!0)}).get())},_=function(){var t=e(this),o=t.data(n),a=o.opt,i=e("#mCSB_"+o.idx+"_container");a.advanced.autoExpandHorizontalScroll&&"y"!==a.axis&&i.css({position:"absolute",width:"auto"}).wrap("
").css({width:Math.ceil(i[0].getBoundingClientRect().right+.4)-Math.floor(i[0].getBoundingClientRect().left),position:"relative"}).unwrap()},w=function(){var t=e(this),o=t.data(n),a=o.opt,i=e(".mCSB_"+o.idx+"_scrollbar:first"),r=te(a.scrollButtons.tabindex)?"tabindex='"+a.scrollButtons.tabindex+"'":"",l=["","","",""],s=["x"===a.axis?l[2]:l[0],"x"===a.axis?l[3]:l[1],l[2],l[3]];a.scrollButtons.enable&&i.prepend(s[0]).append(s[1]).next(".mCSB_scrollTools").prepend(s[2]).append(s[3])},S=function(){var t=e(this),o=t.data(n),a=e("#mCSB_"+o.idx),i=t.css("max-height")||"none",r=-1!==i.indexOf("%"),l=t.css("box-sizing");if("none"!==i){var s=r?t.parent().height()*parseInt(i)/100:parseInt(i);"border-box"===l&&(s-=t.innerHeight()-t.height()+(t.outerHeight()-t.innerHeight())),a.css("max-height",Math.round(s))}},b=function(){var t=e(this),o=t.data(n),a=e("#mCSB_"+o.idx),i=e("#mCSB_"+o.idx+"_container"),r=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")],l=[a.height()/i.outerHeight(!1),a.width()/i.outerWidth(!1)],c=[parseInt(r[0].css("min-height")),Math.round(l[0]*r[0].parent().height()),parseInt(r[1].css("min-width")),Math.round(l[1]*r[1].parent().width())],d=s&&c[1]a.height(),l>a.width()]},T=function(){var t=e(this),o=t.data(n),a=o.opt,i=e("#mCSB_"+o.idx),r=e("#mCSB_"+o.idx+"_container"),l=[e("#mCSB_"+o.idx+"_dragger_vertical"),e("#mCSB_"+o.idx+"_dragger_horizontal")];if(V(t),("x"!==a.axis&&!o.overflowed[0]||"y"===a.axis&&o.overflowed[0])&&(l[0].add(r).css("top",0),Q(t,"_resetY")),"y"!==a.axis&&!o.overflowed[1]||"x"===a.axis&&o.overflowed[1]){var s=dx=0;"rtl"===o.langDir&&(s=i.width()-r.outerWidth(!1),dx=Math.abs(s/o.scrollRatio.x)),r.css("left",s),l[1].css("left",dx),Q(t,"_resetX")}},M=function(){function t(){r=setTimeout(function(){e.event.special.mousewheel?(clearTimeout(r),L.call(o[0])):t()},100)}var o=e(this),a=o.data(n),i=a.opt;if(!a.bindEvents){if(D.call(this),i.contentTouchScroll&&R.call(this),E.call(this),i.mouseWheel.enable){var r;t()}P.call(this),H.call(this),i.advanced.autoScrollOnFocus&&z.call(this),i.scrollButtons.enable&&X.call(this),i.keyboard.enable&&Y.call(this),a.bindEvents=!0}},k=function(){var t=e(this),o=t.data(n),a=o.opt,i=n+"_"+o.idx,r=".mCSB_"+o.idx+"_scrollbar",l=e("#mCSB_"+o.idx+",#mCSB_"+o.idx+"_container,#mCSB_"+o.idx+"_container_wrapper,"+r+" ."+d[12]+",#mCSB_"+o.idx+"_dragger_vertical,#mCSB_"+o.idx+"_dragger_horizontal,"+r+">a"),s=e("#mCSB_"+o.idx+"_container");a.advanced.releaseDraggableSelectors&&l.add(e(a.advanced.releaseDraggableSelectors)),o.bindEvents&&(e(document).unbind("."+i),l.each(function(){e(this).unbind("."+i)}),clearTimeout(t[0]._focusTimeout),K(t[0],"_focusTimeout"),clearTimeout(o.sequential.step),K(o.sequential,"step"),clearTimeout(s[0].onCompleteTimeout),K(s[0],"onCompleteTimeout"),o.bindEvents=!1)},O=function(t){var o=e(this),a=o.data(n),i=a.opt,r=e("#mCSB_"+a.idx+"_container_wrapper"),l=r.length?r:e("#mCSB_"+a.idx+"_container"),s=[e("#mCSB_"+a.idx+"_scrollbar_vertical"),e("#mCSB_"+a.idx+"_scrollbar_horizontal")],c=[s[0].find(".mCSB_dragger"),s[1].find(".mCSB_dragger")];"x"!==i.axis&&(a.overflowed[0]&&!t?(s[0].add(c[0]).add(s[0].children("a")).css("display","block"),l.removeClass(d[8]+" "+d[10])):(i.alwaysShowScrollbar?(2!==i.alwaysShowScrollbar&&c[0].css("display","none"),l.removeClass(d[10])):(s[0].css("display","none"),l.addClass(d[10])),l.addClass(d[8]))),"y"!==i.axis&&(a.overflowed[1]&&!t?(s[1].add(c[1]).add(s[1].children("a")).css("display","block"),l.removeClass(d[9]+" "+d[11])):(i.alwaysShowScrollbar?(2!==i.alwaysShowScrollbar&&c[1].css("display","none"),l.removeClass(d[11])):(s[1].css("display","none"),l.addClass(d[11])),l.addClass(d[9]))),a.overflowed[0]||a.overflowed[1]?o.removeClass(d[5]):o.addClass(d[5])},I=function(e){var t=e.type;switch(t){case"pointerdown":case"MSPointerDown":case"pointermove":case"MSPointerMove":case"pointerup":case"MSPointerUp":return e.target.ownerDocument!==document?[e.originalEvent.screenY,e.originalEvent.screenX,!1]:[e.originalEvent.pageY,e.originalEvent.pageX,!1];case"touchstart":case"touchmove":case"touchend":var o=e.originalEvent.touches[0]||e.originalEvent.changedTouches[0],n=e.originalEvent.touches.length||e.originalEvent.changedTouches.length;return e.target.ownerDocument!==document?[o.screenY,o.screenX,n>1]:[o.pageY,o.pageX,n>1];default:return[e.pageY,e.pageX,!1]}},D=function(){function t(e){var t=m.find("iframe");if(t.length){var o=e?"auto":"none";t.css("pointer-events",o)}}function o(e,t,o,n){if(m[0].idleTimer=u.scrollInertia<233?250:0,a.attr("id")===h[1])var i="x",r=(a[0].offsetLeft-t+n)*d.scrollRatio.x;else var i="y",r=(a[0].offsetTop-e+o)*d.scrollRatio.y;Q(l,r.toString(),{dir:i,drag:!0})}var a,i,r,l=e(this),d=l.data(n),u=d.opt,f=n+"_"+d.idx,h=["mCSB_"+d.idx+"_dragger_vertical","mCSB_"+d.idx+"_dragger_horizontal"],m=e("#mCSB_"+d.idx+"_container"),p=e("#"+h[0]+",#"+h[1]),g=u.advanced.releaseDraggableSelectors?p.add(e(u.advanced.releaseDraggableSelectors)):p;p.bind("mousedown."+f+" touchstart."+f+" pointerdown."+f+" MSPointerDown."+f,function(o){if(o.stopImmediatePropagation(),o.preventDefault(),$(o)){c=!0,s&&(document.onselectstart=function(){return!1}),t(!1),V(l),a=e(this);var n=a.offset(),d=I(o)[0]-n.top,f=I(o)[1]-n.left,h=a.height()+n.top,m=a.width()+n.left;h>d&&d>0&&m>f&&f>0&&(i=d,r=f),y(a,"active",u.autoExpandScrollbar)}}).bind("touchmove."+f,function(e){e.stopImmediatePropagation(),e.preventDefault();var t=a.offset(),n=I(e)[0]-t.top,l=I(e)[1]-t.left;o(i,r,n,l)}),e(document).bind("mousemove."+f+" pointermove."+f+" MSPointerMove."+f,function(e){if(a){var t=a.offset(),n=I(e)[0]-t.top,l=I(e)[1]-t.left;if(i===n)return;o(i,r,n,l)}}).add(g).bind("mouseup."+f+" touchend."+f+" pointerup."+f+" MSPointerUp."+f,function(){a&&(y(a,"active",u.autoExpandScrollbar),a=null),c=!1,s&&(document.onselectstart=null),t(!0)})},R=function(){function o(e){if(!ee(e)||c||I(e)[2])return void(t=0);t=1,S=0,b=0;var o=k.offset();d=I(e)[0]-o.top,u=I(e)[1]-o.left,A=[I(e)[0],I(e)[1]]}function a(e){if(ee(e)&&!c&&!I(e)[2]&&(e.stopImmediatePropagation(),!b||S)){p=G();var t=M.offset(),o=I(e)[0]-t.top,n=I(e)[1]-t.left,a="mcsLinearOut";if(D.push(o),R.push(n),A[2]=Math.abs(I(e)[0]-A[0]),A[3]=Math.abs(I(e)[1]-A[1]),y.overflowed[0])var i=O[0].parent().height()-O[0].height(),r=d-o>0&&o-d>-(i*y.scrollRatio.y)&&(2*A[3]0&&n-u>-(l*y.scrollRatio.x)&&(2*A[2]30)){x=1e3/(g-m);var a="mcsEaseOut",i=2.5>x,r=i?[D[D.length-2],R[R.length-2]]:[0,0];v=i?[o-r[0],n-r[1]]:[o-f,n-h];var d=[Math.abs(v[0]),Math.abs(v[1])];x=i?[Math.abs(v[0]/4),Math.abs(v[1]/4)]:[x,x];var u=[Math.abs(k[0].offsetTop)-v[0]*l(d[0]/x[0],x[0]),Math.abs(k[0].offsetLeft)-v[1]*l(d[1]/x[1],x[1])];_="yx"===B.axis?[u[0],u[1]]:"x"===B.axis?[null,u[1]]:[u[0],null],w=[4*d[0]+B.scrollInertia,4*d[1]+B.scrollInertia];var C=parseInt(B.contentTouchScroll)||0;_[0]=d[0]>C?_[0]:0,_[1]=d[1]>C?_[1]:0,y.overflowed[0]&&s(_[0],w[0],a,"y",L,!1),y.overflowed[1]&&s(_[1],w[1],a,"x",L,!1)}}}function l(e,t){var o=[1.5*t,2*t,t/1.5,t/2];return e>90?t>4?o[0]:o[3]:e>60?t>3?o[3]:o[2]:e>30?t>8?o[1]:t>6?o[0]:t>4?t:o[2]:t>8?t:o[3]}function s(e,t,o,n,a,i){e&&Q(C,e.toString(),{dur:t,scrollEasing:o,dir:n,overwrite:a,drag:i})}var d,u,f,h,m,p,g,v,x,_,w,S,b,C=e(this),y=C.data(n),B=y.opt,T=n+"_"+y.idx,M=e("#mCSB_"+y.idx),k=e("#mCSB_"+y.idx+"_container"),O=[e("#mCSB_"+y.idx+"_dragger_vertical"),e("#mCSB_"+y.idx+"_dragger_horizontal")],D=[],R=[],E=0,L="yx"===B.axis?"none":"all",A=[],P=k.find("iframe"),z=["touchstart."+T+" pointerdown."+T+" MSPointerDown."+T,"touchmove."+T+" pointermove."+T+" MSPointerMove."+T,"touchend."+T+" pointerup."+T+" MSPointerUp."+T];k.bind(z[0],function(e){o(e)}).bind(z[1],function(e){a(e)}),M.bind(z[0],function(e){i(e)}).bind(z[2],function(e){r(e)}),P.length&&P.each(function(){e(this).load(function(){W(this)&&e(this.contentDocument||this.contentWindow.document).bind(z[0],function(e){o(e),i(e)}).bind(z[1],function(e){a(e)}).bind(z[2],function(e){r(e)})})})},E=function(){function o(){return window.getSelection?window.getSelection().toString():document.selection&&"Control"!=document.selection.type?document.selection.createRange().text:0}function a(e,t,o){d.type=o&&i?"stepped":"stepless",d.scrollAmount=10,U(r,e,t,"mcsLinearOut",o?60:null)}var i,r=e(this),l=r.data(n),s=l.opt,d=l.sequential,u=n+"_"+l.idx,f=e("#mCSB_"+l.idx+"_container"),h=f.parent();f.bind("mousedown."+u,function(){t||i||(i=1,c=!0)}).add(document).bind("mousemove."+u,function(e){if(!t&&i&&o()){var n=f.offset(),r=I(e)[0]-n.top+f[0].offsetTop,c=I(e)[1]-n.left+f[0].offsetLeft;r>0&&r0&&cr?a("on",38):r>h.height()&&a("on",40)),"y"!==s.axis&&l.overflowed[1]&&(0>c?a("on",37):c>h.width()&&a("on",39)))}}).bind("mouseup."+u,function(){t||(i&&(i=0,a("off",null)),c=!1)})},L=function(){function t(t,n){if(V(o),!A(o,t.target)){var r="auto"!==i.mouseWheel.deltaFactor?parseInt(i.mouseWheel.deltaFactor):s&&t.deltaFactor<100?100:t.deltaFactor||100;if("x"===i.axis||"x"===i.mouseWheel.axis)var d="x",u=[Math.round(r*a.scrollRatio.x),parseInt(i.mouseWheel.scrollAmount)],f="auto"!==i.mouseWheel.scrollAmount?u[1]:u[0]>=l.width()?.9*l.width():u[0],h=Math.abs(e("#mCSB_"+a.idx+"_container")[0].offsetLeft),m=c[1][0].offsetLeft,p=c[1].parent().width()-c[1].width(),g=t.deltaX||t.deltaY||n;else var d="y",u=[Math.round(r*a.scrollRatio.y),parseInt(i.mouseWheel.scrollAmount)],f="auto"!==i.mouseWheel.scrollAmount?u[1]:u[0]>=l.height()?.9*l.height():u[0],h=Math.abs(e("#mCSB_"+a.idx+"_container")[0].offsetTop),m=c[0][0].offsetTop,p=c[0].parent().height()-c[0].height(),g=t.deltaY||n;"y"===d&&!a.overflowed[0]||"x"===d&&!a.overflowed[1]||(i.mouseWheel.invert&&(g=-g),i.mouseWheel.normalizeDelta&&(g=0>g?-1:1),(g>0&&0!==m||0>g&&m!==p||i.mouseWheel.preventDefault)&&(t.stopImmediatePropagation(),t.preventDefault()),Q(o,(h-g*f).toString(),{dir:d}))}}var o=e(this),a=o.data(n),i=a.opt,r=n+"_"+a.idx,l=e("#mCSB_"+a.idx),c=[e("#mCSB_"+a.idx+"_dragger_vertical"),e("#mCSB_"+a.idx+"_dragger_horizontal")],d=e("#mCSB_"+a.idx+"_container").find("iframe");a&&(d.length&&d.each(function(){e(this).load(function(){W(this)&&e(this.contentDocument||this.contentWindow.document).bind("mousewheel."+r,function(e,o){t(e,o)})})}),l.bind("mousewheel."+r,function(e,o){t(e,o)}))},W=function(e){var t=null;try{var o=e.contentDocument||e.contentWindow.document;t=o.body.innerHTML}catch(e){}return null!==t},A=function(t,o){var a=o.nodeName.toLowerCase(),i=t.data(n).opt.mouseWheel.disableOver,r=["select","textarea"];return e.inArray(a,i)>-1&&!(e.inArray(a,r)>-1&&!e(o).is(":focus"))},P=function(){var t=e(this),o=t.data(n),a=n+"_"+o.idx,i=e("#mCSB_"+o.idx+"_container"),r=i.parent(),l=e(".mCSB_"+o.idx+"_scrollbar ."+d[12]);l.bind("touchstart."+a+" pointerdown."+a+" MSPointerDown."+a,function(){c=!0}).bind("touchend."+a+" pointerup."+a+" MSPointerUp."+a,function(){c=!1}).bind("click."+a,function(n){if(e(n.target).hasClass(d[12])||e(n.target).hasClass("mCSB_draggerRail")){V(t);var a=e(this),l=a.find(".mCSB_dragger");if(a.parent(".mCSB_scrollTools_horizontal").length>0){if(!o.overflowed[1])return;var s="x",c=n.pageX>l.offset().left?-1:1,u=Math.abs(i[0].offsetLeft)-.9*c*r.width()}else{if(!o.overflowed[0])return;var s="y",c=n.pageY>l.offset().top?-1:1,u=Math.abs(i[0].offsetTop)-.9*c*r.height()}Q(t,u.toString(),{dir:s,scrollEasing:"mcsEaseInOut"})}})},z=function(){var t=e(this),o=t.data(n),a=o.opt,i=n+"_"+o.idx,r=e("#mCSB_"+o.idx+"_container"),l=r.parent();r.bind("focusin."+i,function(){var o=e(document.activeElement),n=r.find(".mCustomScrollBox").length,i=0;o.is(a.advanced.autoScrollOnFocus)&&(V(t),clearTimeout(t[0]._focusTimeout),t[0]._focusTimer=n?(i+17)*n:0,t[0]._focusTimeout=setTimeout(function(){var e=[oe(o)[0],oe(o)[1]],n=[r[0].offsetTop,r[0].offsetLeft],s=[n[0]+e[0]>=0&&n[0]+e[0]=0&&n[0]+e[1]a");s.bind("mousedown."+r+" touchstart."+r+" pointerdown."+r+" MSPointerDown."+r+" mouseup."+r+" touchend."+r+" pointerup."+r+" MSPointerUp."+r+" mouseout."+r+" pointerout."+r+" MSPointerOut."+r+" click."+r,function(n){function r(e,o){i.scrollAmount=a.snapAmount||a.scrollButtons.scrollAmount,U(t,e,o)}if(n.preventDefault(),$(n)){var l=e(this).attr("class");switch(i.type=a.scrollButtons.scrollType,n.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===i.type)return;c=!0,o.tweenRunning=!1,r("on",l);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===i.type)return;c=!1,i.dir&&r("off",l);break;case"click":if("stepped"!==i.type||o.tweenRunning)return;r("on",l)}}})},Y=function(){function t(t){function n(e,t){r.type=i.keyboard.scrollType,r.scrollAmount=i.snapAmount||i.keyboard.scrollAmount,"stepped"===r.type&&a.tweenRunning||U(o,e,t)}switch(t.type){case"blur":a.tweenRunning&&r.dir&&n("off",null);break;case"keydown":case"keyup":var l=t.keyCode?t.keyCode:t.which,s="on";if("x"!==i.axis&&(38===l||40===l)||"y"!==i.axis&&(37===l||39===l)){if((38===l||40===l)&&!a.overflowed[0]||(37===l||39===l)&&!a.overflowed[1])return;"keyup"===t.type&&(s="off"),e(document.activeElement).is(u)||(t.preventDefault(),t.stopImmediatePropagation(),n(s,l))}else if(33===l||34===l){if((a.overflowed[0]||a.overflowed[1])&&(t.preventDefault(),t.stopImmediatePropagation()),"keyup"===t.type){V(o);var f=34===l?-1:1;if("x"===i.axis||"yx"===i.axis&&a.overflowed[1]&&!a.overflowed[0])var h="x",m=Math.abs(c[0].offsetLeft)-.9*f*d.width();else var h="y",m=Math.abs(c[0].offsetTop)-.9*f*d.height();Q(o,m.toString(),{dir:h,scrollEasing:"mcsEaseInOut"})}}else if((35===l||36===l)&&!e(document.activeElement).is(u)&&((a.overflowed[0]||a.overflowed[1])&&(t.preventDefault(),t.stopImmediatePropagation()),"keyup"===t.type)){if("x"===i.axis||"yx"===i.axis&&a.overflowed[1]&&!a.overflowed[0])var h="x",m=35===l?Math.abs(d.width()-c.outerWidth(!1)):0;else var h="y",m=35===l?Math.abs(d.height()-c.outerHeight(!1)):0;Q(o,m.toString(),{dir:h,scrollEasing:"mcsEaseInOut"})}}}var o=e(this),a=o.data(n),i=a.opt,r=a.sequential,l=n+"_"+a.idx,s=e("#mCSB_"+a.idx),c=e("#mCSB_"+a.idx+"_container"),d=c.parent(),u="input,textarea,select,datalist,keygen,[contenteditable='true']",f=c.find("iframe"),h=["blur."+l+" keydown."+l+" keyup."+l];f.length&&f.each(function(){e(this).load(function(){W(this)&&e(this.contentDocument||this.contentWindow.document).bind(h[0],function(e){t(e)})})}),s.attr("tabindex","0").bind(h[0],function(e){t(e)})},U=function(t,o,a,i,r){function l(e){var o="stepped"!==f.type,n=r?r:e?o?p/1.5:g:1e3/60,a=e?o?7.5:40:2.5,s=[Math.abs(h[0].offsetTop),Math.abs(h[0].offsetLeft)],d=[c.scrollRatio.y>10?10:c.scrollRatio.y,c.scrollRatio.x>10?10:c.scrollRatio.x],u="x"===f.dir[0]?s[1]+f.dir[1]*d[1]*a:s[0]+f.dir[1]*d[0]*a,m="x"===f.dir[0]?s[1]+f.dir[1]*parseInt(f.scrollAmount):s[0]+f.dir[1]*parseInt(f.scrollAmount),v="auto"!==f.scrollAmount?m:u,x=i?i:e?o?"mcsLinearOut":"mcsEaseInOut":"mcsLinear",_=!!e;return e&&17>n&&(v="x"===f.dir[0]?s[1]:s[0]),Q(t,v.toString(),{dir:f.dir[0],scrollEasing:x,dur:n,onComplete:_}),e?void(f.dir=!1):(clearTimeout(f.step),void(f.step=setTimeout(function(){l()},n)))}function s(){clearTimeout(f.step),K(f,"step"),V(t)}var c=t.data(n),u=c.opt,f=c.sequential,h=e("#mCSB_"+c.idx+"_container"),m="stepped"===f.type,p=u.scrollInertia<26?26:u.scrollInertia,g=u.scrollInertia<1?17:u.scrollInertia;switch(o){case"on":if(f.dir=[a===d[16]||a===d[15]||39===a||37===a?"x":"y",a===d[13]||a===d[15]||38===a||37===a?-1:1],V(t),te(a)&&"stepped"===f.type)return;l(m);break;case"off":s(),(m||c.tweenRunning&&f.dir)&&l(!0)}},j=function(t){var o=e(this).data(n).opt,a=[];return"function"==typeof t&&(t=t()),t instanceof Array?a=t.length>1?[t[0],t[1]]:"x"===o.axis?[null,t[0]]:[t[0],null]:(a[0]=t.y?t.y:t.x||"x"===o.axis?null:t,a[1]=t.x?t.x:t.y||"y"===o.axis?null:t),"function"==typeof a[0]&&(a[0]=a[0]()),"function"==typeof a[1]&&(a[1]=a[1]()),a},q=function(t,o){if(null!=t&&"undefined"!=typeof t){var a=e(this),i=a.data(n),r=i.opt,l=e("#mCSB_"+i.idx+"_container"),s=l.parent(),c=typeof t;o||(o="x"===r.axis?"x":"y");var d="x"===o?l.outerWidth(!1):l.outerHeight(!1),f="x"===o?l[0].offsetLeft:l[0].offsetTop,h="x"===o?"left":"top";switch(c){case"function":return t();case"object":var m=t.jquery?t:e(t);if(!m.length)return;return"x"===o?oe(m)[1]:oe(m)[0];case"string":case"number":if(te(t))return Math.abs(t);if(-1!==t.indexOf("%"))return Math.abs(d*parseInt(t)/100);if(-1!==t.indexOf("-="))return Math.abs(f-parseInt(t.split("-=")[1]));if(-1!==t.indexOf("+=")){var p=f+parseInt(t.split("+=")[1]);return p>=0?0:Math.abs(p)}if(-1!==t.indexOf("px")&&te(t.split("px")[0]))return Math.abs(t.split("px")[0]);if("top"===t||"left"===t)return 0;if("bottom"===t)return Math.abs(s.height()-l.outerHeight(!1));if("right"===t)return Math.abs(s.width()-l.outerWidth(!1));if("first"===t||"last"===t){var m=l.find(":"+t);return"x"===o?oe(m)[1]:oe(m)[0]}return e(t).length?"x"===o?oe(e(t))[1]:oe(e(t))[0]:(l.css(h,t),void u.update.call(null,a[0]))}}},F=function(t){function o(){clearTimeout(h[0].autoUpdate),h[0].autoUpdate=setTimeout(function(){return f.advanced.updateOnSelectorChange&&(m=r(),m!==w)?(l(3),void(w=m)):(f.advanced.updateOnContentResize&&(p=[h.outerHeight(!1),h.outerWidth(!1),v.height(),v.width(),_()[0],_()[1]], -(p[0]!==S[0]||p[1]!==S[1]||p[2]!==S[2]||p[3]!==S[3]||p[4]!==S[4]||p[5]!==S[5])&&(l(p[0]!==S[0]||p[1]!==S[1]),S=p)),f.advanced.updateOnImageLoad&&(g=a(),g!==b&&(h.find("img").each(function(){i(this)}),b=g)),void((f.advanced.updateOnSelectorChange||f.advanced.updateOnContentResize||f.advanced.updateOnImageLoad)&&o()))},60)}function a(){var e=0;return f.advanced.updateOnImageLoad&&(e=h.find("img").length),e}function i(t){function o(e,t){return function(){return t.apply(e,arguments)}}function n(){this.onload=null,e(t).addClass(d[2]),l(2)}if(e(t).hasClass(d[2]))return void l();var a=new Image;a.onload=o(a,n),a.src=t.src}function r(){f.advanced.updateOnSelectorChange===!0&&(f.advanced.updateOnSelectorChange="*");var t=0,o=h.find(f.advanced.updateOnSelectorChange);return f.advanced.updateOnSelectorChange&&o.length>0&&o.each(function(){t+=e(this).height()+e(this).width()}),t}function l(e){clearTimeout(h[0].autoUpdate),u.update.call(null,s[0],e)}var s=e(this),c=s.data(n),f=c.opt,h=e("#mCSB_"+c.idx+"_container");if(t)return clearTimeout(h[0].autoUpdate),void K(h[0],"autoUpdate");var m,p,g,v=h.parent(),x=[e("#mCSB_"+c.idx+"_scrollbar_vertical"),e("#mCSB_"+c.idx+"_scrollbar_horizontal")],_=function(){return[x[0].is(":visible")?x[0].outerHeight(!0):0,x[1].is(":visible")?x[1].outerWidth(!0):0]},w=r(),S=[h.outerHeight(!1),h.outerWidth(!1),v.height(),v.width(),_()[0],_()[1]],b=a();o()},N=function(e,t,o){return Math.round(e/t)*t-o},V=function(t){var o=t.data(n),a=e("#mCSB_"+o.idx+"_container,#mCSB_"+o.idx+"_container_wrapper,#mCSB_"+o.idx+"_dragger_vertical,#mCSB_"+o.idx+"_dragger_horizontal");a.each(function(){J.call(this)})},Q=function(t,o,a){function i(e){return s&&c.callbacks[e]&&"function"==typeof c.callbacks[e]}function r(){return[c.callbacks.alwaysTriggerOffsets||_>=w[0]+b,c.callbacks.alwaysTriggerOffsets||-C>=_]}function l(){var e=[h[0].offsetTop,h[0].offsetLeft],o=[v[0].offsetTop,v[0].offsetLeft],n=[h.outerHeight(!1),h.outerWidth(!1)],i=[f.height(),f.width()];t[0].mcs={content:h,top:e[0],left:e[1],draggerTop:o[0],draggerLeft:o[1],topPct:Math.round(100*Math.abs(e[0])/(Math.abs(n[0])-i[0])),leftPct:Math.round(100*Math.abs(e[1])/(Math.abs(n[1])-i[1])),direction:a.dir}}var s=t.data(n),c=s.opt,d={trigger:"internal",dir:"y",scrollEasing:"mcsEaseOut",drag:!1,dur:c.scrollInertia,overwrite:"all",callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},a=e.extend(d,a),u=[a.dur,a.drag?0:a.dur],f=e("#mCSB_"+s.idx),h=e("#mCSB_"+s.idx+"_container"),m=h.parent(),p=c.callbacks.onTotalScrollOffset?j.call(t,c.callbacks.onTotalScrollOffset):[0,0],g=c.callbacks.onTotalScrollBackOffset?j.call(t,c.callbacks.onTotalScrollBackOffset):[0,0];if(s.trigger=a.trigger,(0!==m.scrollTop()||0!==m.scrollLeft())&&(e(".mCSB_"+s.idx+"_scrollbar").css("visibility","visible"),m.scrollTop(0).scrollLeft(0)),"_resetY"!==o||s.contentReset.y||(i("onOverflowYNone")&&c.callbacks.onOverflowYNone.call(t[0]),s.contentReset.y=1),"_resetX"!==o||s.contentReset.x||(i("onOverflowXNone")&&c.callbacks.onOverflowXNone.call(t[0]),s.contentReset.x=1),"_resetY"!==o&&"_resetX"!==o){switch(!s.contentReset.y&&t[0].mcs||!s.overflowed[0]||(i("onOverflowY")&&c.callbacks.onOverflowY.call(t[0]),s.contentReset.x=null),!s.contentReset.x&&t[0].mcs||!s.overflowed[1]||(i("onOverflowX")&&c.callbacks.onOverflowX.call(t[0]),s.contentReset.x=null),c.snapAmount&&(o=N(o,c.snapAmount,c.snapOffset)),a.dir){case"x":var v=e("#mCSB_"+s.idx+"_dragger_horizontal"),x="left",_=h[0].offsetLeft,w=[f.width()-h.outerWidth(!1),v.parent().width()-v.width()],S=[o,0===o?0:o/s.scrollRatio.x],b=p[1],C=g[1],B=b>0?b/s.scrollRatio.x:0,T=C>0?C/s.scrollRatio.x:0;break;case"y":var v=e("#mCSB_"+s.idx+"_dragger_vertical"),x="top",_=h[0].offsetTop,w=[f.height()-h.outerHeight(!1),v.parent().height()-v.height()],S=[o,0===o?0:o/s.scrollRatio.y],b=p[0],C=g[0],B=b>0?b/s.scrollRatio.y:0,T=C>0?C/s.scrollRatio.y:0}S[1]<0||0===S[0]&&0===S[1]?S=[0,0]:S[1]>=w[1]?S=[w[0],w[1]]:S[0]=-S[0],t[0].mcs||(l(),i("onInit")&&c.callbacks.onInit.call(t[0])),clearTimeout(h[0].onCompleteTimeout),(s.tweenRunning||!(0===_&&S[0]>=0||_===w[0]&&S[0]<=w[0]))&&(Z(v[0],x,Math.round(S[1]),u[1],a.scrollEasing),Z(h[0],x,Math.round(S[0]),u[0],a.scrollEasing,a.overwrite,{onStart:function(){a.callbacks&&a.onStart&&!s.tweenRunning&&(i("onScrollStart")&&(l(),c.callbacks.onScrollStart.call(t[0])),s.tweenRunning=!0,y(v),s.cbOffsets=r())},onUpdate:function(){a.callbacks&&a.onUpdate&&i("whileScrolling")&&(l(),c.callbacks.whileScrolling.call(t[0]))},onComplete:function(){if(a.callbacks&&a.onComplete){"yx"===c.axis&&clearTimeout(h[0].onCompleteTimeout);var e=h[0].idleTimer||0;h[0].onCompleteTimeout=setTimeout(function(){i("onScroll")&&(l(),c.callbacks.onScroll.call(t[0])),i("onTotalScroll")&&S[1]>=w[1]-B&&s.cbOffsets[0]&&(l(),c.callbacks.onTotalScroll.call(t[0])),i("onTotalScrollBack")&&S[1]<=T&&s.cbOffsets[1]&&(l(),c.callbacks.onTotalScrollBack.call(t[0])),s.tweenRunning=!1,h[0].idleTimer=0,y(v,"hide")},e)}}}))}},Z=function(e,t,o,n,a,i,r){function l(){S.stop||(x||m.call(),x=G()-v,s(),x>=S.time&&(S.time=x>S.time?x+f-(x-S.time):x+f-1,S.time0?(S.currVal=u(S.time,_,b,n,a),w[t]=Math.round(S.currVal)+"px"):w[t]=o+"px",p.call()}function c(){f=1e3/60,S.time=x+f,h=window.requestAnimationFrame?window.requestAnimationFrame:function(e){return s(),setTimeout(e,.01)},S.id=h(l)}function d(){null!=S.id&&(window.requestAnimationFrame?window.cancelAnimationFrame(S.id):clearTimeout(S.id),S.id=null)}function u(e,t,o,n,a){switch(a){case"linear":case"mcsLinear":return o*e/n+t;case"mcsLinearOut":return e/=n,e--,o*Math.sqrt(1-e*e)+t;case"easeInOutSmooth":return e/=n/2,1>e?o/2*e*e+t:(e--,-o/2*(e*(e-2)-1)+t);case"easeInOutStrong":return e/=n/2,1>e?o/2*Math.pow(2,10*(e-1))+t:(e--,o/2*(-Math.pow(2,-10*e)+2)+t);case"easeInOut":case"mcsEaseInOut":return e/=n/2,1>e?o/2*e*e*e+t:(e-=2,o/2*(e*e*e+2)+t);case"easeOutSmooth":return e/=n,e--,-o*(e*e*e*e-1)+t;case"easeOutStrong":return o*(-Math.pow(2,-10*e/n)+1)+t;case"easeOut":case"mcsEaseOut":default:var i=(e/=n)*e,r=i*e;return t+o*(.499999999999997*r*i+-2.5*i*i+5.5*r+-6.5*i+4*e)}}e._mTween||(e._mTween={top:{},left:{}});var f,h,r=r||{},m=r.onStart||function(){},p=r.onUpdate||function(){},g=r.onComplete||function(){},v=G(),x=0,_=e.offsetTop,w=e.style,S=e._mTween[t];"left"===t&&(_=e.offsetLeft);var b=o-_;S.stop=0,"none"!==i&&d(),c()},G=function(){return window.performance&&window.performance.now?window.performance.now():window.performance&&window.performance.webkitNow?window.performance.webkitNow():Date.now?Date.now():(new Date).getTime()},J=function(){var e=this;e._mTween||(e._mTween={top:{},left:{}});for(var t=["top","left"],o=0;o=0&&n[0]+oe(a)[0]=0&&n[1]+oe(a)[1]n[0].parent().height()?B.call(this):(G(e,i[0].toString(),{dir:"y",dur:0,overwrite:"none"}),t.contentReset.y=null):(B.call(this),"y"===o.axis?k.call(this):"yx"===o.axis&&t.overflowed[1]&&G(e,i[1].toString(),{dir:"x",dur:0,overwrite:"none"}))),"y"!==o.axis&&(t.overflowed[1]?n[1].width()>n[1].parent().width()?B.call(this):(G(e,i[1].toString(),{dir:"x",dur:0,overwrite:"none"}),t.contentReset.x=null):(B.call(this),"x"===o.axis?k.call(this):"yx"===o.axis&&t.overflowed[0]&&G(e,i[0].toString(),{dir:"y",dur:0,overwrite:"none"}))),r&&t&&(2===r&&o.callbacks.onImageLoad&&"function"==typeof o.callbacks.onImageLoad?o.callbacks.onImageLoad.call(this):3===r&&o.callbacks.onSelectorChange&&"function"==typeof o.callbacks.onSelectorChange?o.callbacks.onSelectorChange.call(this):o.callbacks.onUpdate&&"function"==typeof o.callbacks.onUpdate&&o.callbacks.onUpdate.call(this)),Q.call(this)}})},scrollTo:function(l,s){if(void 0!==l&&null!=l){var e=c.call(this);return E(e).each(function(){var e=E(this);if(e.data(W)){var t=e.data(W),o=t.opt,a={trigger:"external",scrollInertia:o.scrollInertia,scrollEasing:"mcsEaseInOut",moveDragger:!1,timeout:60,callbacks:!0,onStart:!0,onUpdate:!0,onComplete:!0},n=E.extend(!0,{},a,s),i=N.call(this,l),r=0
","
"],i="yx"===o.axis?"mCSB_vertical_horizontal":"x"===o.axis?"mCSB_horizontal":"mCSB_vertical",r="yx"===o.axis?n[0]+n[1]:"x"===o.axis?n[1]:n[0],l="yx"===o.axis?"
":"",s=o.autoHideScrollbar?" "+w[6]:"",c="x"!==o.axis&&"rtl"===t.langDir?" "+w[7]:"";o.setWidth&&e.css("width",o.setWidth),o.setHeight&&e.css("height",o.setHeight),o.setLeft="y"!==o.axis&&"rtl"===t.langDir?"989999px":o.setLeft,e.addClass(f+" _"+W+"_"+t.idx+s+c).wrapInner("
");var d=E("#mCSB_"+t.idx),u=E("#mCSB_"+t.idx+"_container");"y"===o.axis||o.advanced.autoExpandHorizontalScroll||u.css("width",g(u.children())),"outside"===o.scrollbarPosition?("static"===e.css("position")&&e.css("position","relative"),e.css("overflow","visible"),d.addClass("mCSB_outside").after(r)):(d.addClass("mCSB_inside").append(r),u.wrap(l)),_.call(this);var h=[E("#mCSB_"+t.idx+"_dragger_vertical"),E("#mCSB_"+t.idx+"_dragger_horizontal")];h[0].css("min-height",h[0].height()),h[1].css("min-width",h[1].width())},g=function(e){return Math.max.apply(Math,e.map(function(){return E(this).outerWidth(!0)}).get())},x=function(){var e=E(this),t=e.data(W),o=t.opt,a=E("#mCSB_"+t.idx+"_container");o.advanced.autoExpandHorizontalScroll&&"y"!==o.axis&&a.css({position:"absolute",width:"auto"}).wrap("
").css({width:Math.ceil(a[0].getBoundingClientRect().right+.4)-Math.floor(a[0].getBoundingClientRect().left),position:"relative"}).unwrap()},_=function(){var e=E(this),t=e.data(W),o=t.opt,a=E(".mCSB_"+t.idx+"_scrollbar:first"),n=ae(o.scrollButtons.tabindex)?"tabindex='"+o.scrollButtons.tabindex+"'":"",i=["","","",""],r=["x"===o.axis?i[2]:i[0],"x"===o.axis?i[3]:i[1],i[2],i[3]];o.scrollButtons.enable&&a.prepend(r[0]).append(r[1]).next(".mCSB_scrollTools").prepend(r[2]).append(r[3])},S=function(){var e=E(this),t=e.data(W),o=E("#mCSB_"+t.idx),a=e.css("max-height")||"none",n=-1!==a.indexOf("%"),i=e.css("box-sizing");if("none"!==a){var r=n?e.parent().height()*parseInt(a)/100:parseInt(a);"border-box"===i&&(r-=e.innerHeight()-e.height()+(e.outerHeight()-e.innerHeight())),o.css("max-height",Math.round(r))}},b=function(){var e=E(this),t=e.data(W),o=E("#mCSB_"+t.idx),a=E("#mCSB_"+t.idx+"_container"),n=[E("#mCSB_"+t.idx+"_dragger_vertical"),E("#mCSB_"+t.idx+"_dragger_horizontal")],i=[o.height()/a.outerHeight(!1),o.width()/a.outerWidth(!1)],r=[parseInt(n[0].css("min-height")),Math.round(i[0]*n[0].parent().height()),parseInt(n[1].css("min-width")),Math.round(i[1]*n[1].parent().width())],l=p&&r[1]o.height(),i>o.width()]},B=function(){var e=E(this),t=e.data(W),o=t.opt,a=E("#mCSB_"+t.idx),n=E("#mCSB_"+t.idx+"_container"),i=[E("#mCSB_"+t.idx+"_dragger_vertical"),E("#mCSB_"+t.idx+"_dragger_horizontal")];if(Z(e),("x"!==o.axis&&!t.overflowed[0]||"y"===o.axis&&t.overflowed[0])&&(i[0].add(n).css("top",0),G(e,"_resetY")),"y"!==o.axis&&!t.overflowed[1]||"x"===o.axis&&t.overflowed[1]){var r=dx=0;"rtl"===t.langDir&&(r=a.width()-n.outerWidth(!1),dx=Math.abs(r/t.scrollRatio.x)),n.css("left",r),i[1].css("left",dx),G(e,"_resetX")}},M=function(){var t,o=E(this),e=o.data(W),a=e.opt;e.bindEvents||(r.call(this),a.contentTouchScroll&&I.call(this),D.call(this),a.mouseWheel.enable&&function e(){t=setTimeout(function(){E.event.special.mousewheel?(clearTimeout(t),R.call(o[0])):e()},100)}(),X.call(this),U.call(this),a.advanced.autoScrollOnFocus&&Y.call(this),a.scrollButtons.enable&&j.call(this),a.keyboard.enable&&q.call(this),e.bindEvents=!0)},k=function(){var e=E(this),t=e.data(W),o=t.opt,a=W+"_"+t.idx,n=".mCSB_"+t.idx+"_scrollbar",i=E("#mCSB_"+t.idx+",#mCSB_"+t.idx+"_container,#mCSB_"+t.idx+"_container_wrapper,"+n+" ."+w[12]+",#mCSB_"+t.idx+"_dragger_vertical,#mCSB_"+t.idx+"_dragger_horizontal,"+n+">a"),r=E("#mCSB_"+t.idx+"_container");o.advanced.releaseDraggableSelectors&&i.add(E(o.advanced.releaseDraggableSelectors)),t.bindEvents&&(E(document).unbind("."+a),i.each(function(){E(this).unbind("."+a)}),clearTimeout(e[0]._focusTimeout),ee(e[0],"_focusTimeout"),clearTimeout(t.sequential.step),ee(t.sequential,"step"),clearTimeout(r[0].onCompleteTimeout),ee(r[0],"onCompleteTimeout"),t.bindEvents=!1)},O=function(e){var t=E(this),o=t.data(W),a=o.opt,n=E("#mCSB_"+o.idx+"_container_wrapper"),i=n.length?n:E("#mCSB_"+o.idx+"_container"),r=[E("#mCSB_"+o.idx+"_scrollbar_vertical"),E("#mCSB_"+o.idx+"_scrollbar_horizontal")],l=[r[0].find(".mCSB_dragger"),r[1].find(".mCSB_dragger")];"x"!==a.axis&&(o.overflowed[0]&&!e?(r[0].add(l[0]).add(r[0].children("a")).css("display","block"),i.removeClass(w[8]+" "+w[10])):(a.alwaysShowScrollbar?(2!==a.alwaysShowScrollbar&&l[0].css("display","none"),i.removeClass(w[10])):(r[0].css("display","none"),i.addClass(w[10])),i.addClass(w[8]))),"y"!==a.axis&&(o.overflowed[1]&&!e?(r[1].add(l[1]).add(r[1].children("a")).css("display","block"),i.removeClass(w[9]+" "+w[11])):(a.alwaysShowScrollbar?(2!==a.alwaysShowScrollbar&&l[1].css("display","none"),i.removeClass(w[11])):(r[1].css("display","none"),i.addClass(w[11])),i.addClass(w[9]))),o.overflowed[0]||o.overflowed[1]?t.removeClass(w[5]):t.addClass(w[5])},P=function(e){var t=e.type;switch(t){case"pointerdown":case"MSPointerDown":case"pointermove":case"MSPointerMove":case"pointerup":case"MSPointerUp":return e.target.ownerDocument!==document?[e.originalEvent.screenY,e.originalEvent.screenX,!1]:[e.originalEvent.pageY,e.originalEvent.pageX,!1];case"touchstart":case"touchmove":case"touchend":var o=e.originalEvent.touches[0]||e.originalEvent.changedTouches[0],a=e.originalEvent.touches.length||e.originalEvent.changedTouches.length;return e.target.ownerDocument!==document?[o.screenY,o.screenX,1-i*y.scrollRatio.y&&(2*R[3]-l*y.scrollRatio.x&&(2*R[2]d.height()&&n("on",40)),"y"!==l.axis&&r.overflowed[1]&&(a<0?n("on",37):a>d.width()&&n("on",39)))}}).bind("mouseup."+e,function(){L||(i&&(i=0,n("off",null)),A=!1)})},R=function(){function o(e,t){if(Z(d),!H(d,e.target)){var o="auto"!==h.mouseWheel.deltaFactor?parseInt(h.mouseWheel.deltaFactor):p&&e.deltaFactor<100?100:e.deltaFactor||100;if("x"===h.axis||"x"===h.mouseWheel.axis)var a="x",n=[Math.round(o*u.scrollRatio.x),parseInt(h.mouseWheel.scrollAmount)],i="auto"!==h.mouseWheel.scrollAmount?n[1]:n[0]>=f.width()?.9*f.width():n[0],r=Math.abs(E("#mCSB_"+u.idx+"_container")[0].offsetLeft),l=m[1][0].offsetLeft,s=m[1].parent().width()-m[1].width(),c=e.deltaX||e.deltaY||t;else var a="y",n=[Math.round(o*u.scrollRatio.y),parseInt(h.mouseWheel.scrollAmount)],i="auto"!==h.mouseWheel.scrollAmount?n[1]:n[0]>=f.height()?.9*f.height():n[0],r=Math.abs(E("#mCSB_"+u.idx+"_container")[0].offsetTop),l=m[0][0].offsetTop,s=m[0].parent().height()-m[0].height(),c=e.deltaY||t;"y"===a&&!u.overflowed[0]||"x"===a&&!u.overflowed[1]||(h.mouseWheel.invert&&(c=-c),h.mouseWheel.normalizeDelta&&(c=c<0?-1:1),(0o.offset().left?-1:1,i=Math.abs(s[0].offsetLeft)-.9*n*c.width()}else{if(!l.overflowed[0])return;var a="y",n=e.pageY>o.offset().top?-1:1,i=Math.abs(s[0].offsetTop)-.9*n*c.height()}G(r,i.toString(),{dir:a,scrollEasing:"mcsEaseInOut"})}})},Y=function(){var i=E(this),e=i.data(W),r=e.opt,t=W+"_"+e.idx,l=E("#mCSB_"+e.idx+"_container"),s=l.parent();l.bind("focusin."+t,function(){var n=E(document.activeElement),e=l.find(".mCustomScrollBox").length;n.is(r.advanced.autoScrollOnFocus)&&(Z(i),clearTimeout(i[0]._focusTimeout),i[0]._focusTimer=e?17*e:0,i[0]._focusTimeout=setTimeout(function(){var e=[ne(n)[0],ne(n)[1]],t=[l[0].offsetTop,l[0].offsetLeft],o=[0<=t[0]+e[0]&&t[0]+e[0]a");o.bind("mousedown."+e+" touchstart."+e+" pointerdown."+e+" MSPointerDown."+e+" mouseup."+e+" touchend."+e+" pointerup."+e+" MSPointerUp."+e+" mouseout."+e+" pointerout."+e+" MSPointerOut."+e+" click."+e,function(e){function t(e,t){r.scrollAmount=i.snapAmount||i.scrollButtons.scrollAmount,F(a,e,t)}if(e.preventDefault(),te(e)){var o=E(this).attr("class");switch(r.type=i.scrollButtons.scrollType,e.type){case"mousedown":case"touchstart":case"pointerdown":case"MSPointerDown":if("stepped"===r.type)return;A=!0,n.tweenRunning=!1,t("on",o);break;case"mouseup":case"touchend":case"pointerup":case"MSPointerUp":case"mouseout":case"pointerout":case"MSPointerOut":if("stepped"===r.type)return;A=!1,r.dir&&t("off",o);break;case"click":if("stepped"!==r.type||n.tweenRunning)return;t("on",o)}}})},q=function(){function t(e){function t(e,t){d.type=c.keyboard.scrollType,d.scrollAmount=c.snapAmount||c.keyboard.scrollAmount,"stepped"===d.type&&s.tweenRunning||F(l,e,t)}switch(e.type){case"blur":s.tweenRunning&&d.dir&&t("off",null);break;case"keydown":case"keyup":var o=e.keyCode?e.keyCode:e.which,a="on";if("x"!==c.axis&&(38===o||40===o)||"y"!==c.axis&&(37===o||39===o)){if((38===o||40===o)&&!s.overflowed[0]||(37===o||39===o)&&!s.overflowed[1])return;"keyup"===e.type&&(a="off"),E(document.activeElement).is(f)||(e.preventDefault(),e.stopImmediatePropagation(),t(a,o))}else if(33===o||34===o){if((s.overflowed[0]||s.overflowed[1])&&(e.preventDefault(),e.stopImmediatePropagation()),"keyup"===e.type){Z(l);var n=34===o?-1:1;if("x"===c.axis||"yx"===c.axis&&s.overflowed[1]&&!s.overflowed[0])var i="x",r=Math.abs(u[0].offsetLeft)-.9*n*h.width();else var i="y",r=Math.abs(u[0].offsetTop)-.9*n*h.height();G(l,r.toString(),{dir:i,scrollEasing:"mcsEaseInOut"})}}else if((35===o||36===o)&&!E(document.activeElement).is(f)&&((s.overflowed[0]||s.overflowed[1])&&(e.preventDefault(),e.stopImmediatePropagation()),"keyup"===e.type)){if("x"===c.axis||"yx"===c.axis&&s.overflowed[1]&&!s.overflowed[0])var i="x",r=35===o?Math.abs(h.width()-u.outerWidth(!1)):0;else var i="y",r=35===o?Math.abs(h.height()-u.outerHeight(!1)):0;G(l,r.toString(),{dir:i,scrollEasing:"mcsEaseInOut"})}}}var l=E(this),s=l.data(W),c=s.opt,d=s.sequential,e=W+"_"+s.idx,o=E("#mCSB_"+s.idx),u=E("#mCSB_"+s.idx+"_container"),h=u.parent(),f="input,textarea,select,datalist,keygen,[contenteditable='true']",a=u.find("iframe"),n=["blur."+e+" keydown."+e+" keyup."+e];a.length&&a.each(function(){E(this).load(function(){z(this)&&E(this.contentDocument||this.contentWindow.document).bind(n[0],function(e){t(e)})})}),o.attr("tabindex","0").bind(n[0],function(e){t(e)})},F=function(u,e,t,h,f){function m(e){var t="stepped"!==g.type,o=f||(e?t?x/1.5:_:1e3/60),a=e?t?7.5:40:2.5,n=[Math.abs(v[0].offsetTop),Math.abs(v[0].offsetLeft)],i=[10=w[1]?S=[w[0],w[1]]:S[0]=-S[0],n[0].mcs||(o(),t("onInit")&&c.callbacks.onInit.call(n[0])),clearTimeout(f[0].onCompleteTimeout),(s.tweenRunning||!(0===_&&0<=S[0]||_===w[0]&&S[0]<=w[0]))&&(J(v[0],x,Math.round(S[1]),u[1],i.scrollEasing),J(f[0],x,Math.round(S[0]),u[0],i.scrollEasing,i.overwrite,{onStart:function(){i.callbacks&&i.onStart&&!s.tweenRunning&&(t("onScrollStart")&&(o(),c.callbacks.onScrollStart.call(n[0])),s.tweenRunning=!0,T(v),s.cbOffsets=[c.callbacks.alwaysTriggerOffsets||_>=w[0]+b,c.callbacks.alwaysTriggerOffsets||_<=-C])},onUpdate:function(){i.callbacks&&i.onUpdate&&t("whileScrolling")&&(o(),c.callbacks.whileScrolling.call(n[0]))},onComplete:function(){if(i.callbacks&&i.onComplete){"yx"===c.axis&&clearTimeout(f[0].onCompleteTimeout);var e=f[0].idleTimer||0;f[0].onCompleteTimeout=setTimeout(function(){t("onScroll")&&(o(),c.callbacks.onScroll.call(n[0])),t("onTotalScroll")&&S[1]>=w[1]-y&&s.cbOffsets[0]&&(o(),c.callbacks.onTotalScroll.call(n[0])),t("onTotalScrollBack")&&S[1]<=B&&s.cbOffsets[1]&&(o(),c.callbacks.onTotalScrollBack.call(n[0])),s.tweenRunning=!1,f[0].idleTimer=0,T(v,"hide")},e)}}}))}},J=function(e,t,o,a,n,i,r){function l(){x.stop||(p||u.call(),p=K()-m,s(),p>=x.time&&(x.time=p>x.time?p+c-(p-x.time):p+c-1,x.time1;return a&&(i/=2),s.offset=o(s.offset),s.over=o(s.over),this.each(function(){function f(t){var o=e.extend({},s,{queue:!0,duration:i,complete:t&&function(){t.call(l,m,s)}});d.animate(p,o)}if(null!==r){var u,c=t(this),l=c?this.contentWindow||window:this,d=e(l),m=r,p={};switch(typeof m){case"number":case"string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(m)){m=o(m);break}if(m=c?e(m):e(m,l),!m.length)return;case"object":(m.is||m.style)&&(u=(m=e(m)).offset())}var h=e.isFunction(s.offset)&&s.offset(l,m)||s.offset;e.each(s.axis.split(""),function(e,t){var o="x"===t?"Left":"Top",r=o.toLowerCase(),i="scroll"+o,x=d[i](),v=n.max(l,t);if(u)p[i]=u[r]+(c?0:x-d.offset()[r]),s.margin&&(p[i]-=parseInt(m.css("margin"+o),10)||0,p[i]-=parseInt(m.css("border"+o+"Width"),10)||0),p[i]+=h[r]||0,s.over[r]&&(p[i]+=m["x"===t?"width":"height"]()*s.over[r]);else{var w=m[r];p[i]=w.slice&&"%"===w.slice(-1)?parseFloat(w)/100*v:w}s.limit&&/^\d+$/.test(p[i])&&(p[i]=p[i]<=0?0:Math.min(p[i],v)),!e&&s.axis.length>1&&(x===p[i]?p={}:a&&(f(s.onAfterFirst),p={}))}),f(s.onAfter)}})},n.max=function(o,n){var r="x"===n?"Width":"Height",i="scroll"+r;if(!t(o))return o[i]-e(o)[r.toLowerCase()]();var s="client"+r,a=o.ownerDocument||o.document,f=a.documentElement,u=a.body;return Math.max(f[i],u[i])-Math.min(f[s],u[s])},e.Tween.propHooks.scrollLeft=e.Tween.propHooks.scrollTop={get:function(t){return e(t.elem)[t.prop]()},set:function(t){var o=this.get(t);if(t.options.interrupt&&t._last&&t._last!==o)return e(t.elem).stop();var n=Math.round(t.now);o!==n&&(e(t.elem)[t.prop](n),t._last=this.get(t))}},n}); \ No newline at end of file +!function(e){"use strict";"function"==typeof define&&define.amd?define(["jquery"],e):"undefined"!=typeof module&&module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(w){"use strict";var y=w.scrollTo=function(e,t,o){return w(window).scrollTo(e,t,o)};function g(e){return!e.nodeName||-1!==w.inArray(e.nodeName.toLowerCase(),["iframe","#document","html","body"])}function t(e){return w.isFunction(e)||w.isPlainObject(e)?e:{top:e,left:e}}return y.defaults={axis:"xy",duration:0,limit:!0},w.fn.scrollTo=function(e,o,x){"object"==typeof o&&(x=o,o=0),"function"==typeof x&&(x={onAfter:x}),"max"===e&&(e=9e9),x=w.extend({},y.defaults,x),o=o||x.duration;var v=x.queue&&1s;s+=1)if(a(e,t[s]))return s;return-1}function o(){var t=e(z);t.appendTo("body");var s={width:t.width()-t[0].clientWidth,height:t.height()-t[0].clientHeight};return t.remove(),s}function a(e,s){return e===s||e!==t&&s!==t&&(null!==e&&null!==s&&(e.constructor===String?e+""==s+"":s.constructor===String&&s+""==e+""))}function r(t,s){var i,n,o;if(null===t||t.length<1)return[];for(i=t.split(s),n=0,o=i.length;o>n;n+=1)i[n]=e.trim(i[n]);return i}function c(e){return e.outerWidth(!1)-e.width()}function l(s){var i="keyup-change-value";s.on("keydown",function(){e.data(s,i)===t&&e.data(s,i,s.val())}),s.on("keyup",function(){var n=e.data(s,i);n!==t&&s.val()!==n&&(e.removeData(s,i),s.trigger("keyup-change"))})}function h(s){s.on("mousemove",function(s){var i=F;(i===t||i.x!==s.pageX||i.y!==s.pageY)&&e(s.target).trigger("mousemove-filtered",s)})}function u(e,s,i){i=i||t;var n;return function(){var t=arguments;window.clearTimeout(n),n=window.setTimeout(function(){s.apply(i,t)},e)}}function d(e,t){var s=u(e,function(e){t.trigger("scroll-debounced",e)});t.on("scroll",function(e){n(e.target,t.get())>=0&&s(e)})}function p(e){e[0]!==document.activeElement&&window.setTimeout(function(){var t,s=e[0],i=e.val().length;e.focus();var n=s.offsetWidth>0||s.offsetHeight>0;n&&s===document.activeElement&&(s.setSelectionRange?s.setSelectionRange(i,i):s.createTextRange&&(t=s.createTextRange(),t.collapse(!1),t.select()))},0)}function f(t){t=e(t)[0];var s=0,i=0;if("selectionStart"in t)s=t.selectionStart,i=t.selectionEnd-s;else if("selection"in document){t.focus();var n=document.selection.createRange();i=document.selection.createRange().text.length,n.moveStart("character",-t.value.length),s=n.text.length-i}return{offset:s,length:i}}function g(e){e.preventDefault(),e.stopPropagation()}function m(e){e.preventDefault(),e.stopImmediatePropagation()}function v(t){if(!L){var s=t[0].currentStyle||window.getComputedStyle(t[0],null);L=e(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:s.fontSize,fontFamily:s.fontFamily,fontStyle:s.fontStyle,fontWeight:s.fontWeight,letterSpacing:s.letterSpacing,textTransform:s.textTransform,whiteSpace:"nowrap"}),L.attr("class","select2-sizer"),e("body").append(L)}return L.text(t.val()),L.width()}function w(t,s,i){var n,o,a=[];n=t.attr("class"),n&&(n=""+n,e(n.split(" ")).each2(function(){0===this.indexOf("select2-")&&a.push(this)})),n=s.attr("class"),n&&(n=""+n,e(n.split(" ")).each2(function(){0!==this.indexOf("select2-")&&(o=i(this),o&&a.push(o))})),t.attr("class",a.join(" "))}function b(e,t,s,n){var o=i(e.toUpperCase()).indexOf(i(t.toUpperCase())),a=t.length;return 0>o?void s.push(n(e)):(s.push(n(e.substring(0,o))),s.push(""),s.push(n(e.substring(o,o+a))),s.push(""),void s.push(n(e.substring(o+a,e.length))))}function C(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})}function S(s){var i,n=null,o=s.quietMillis||100,a=s.url,r=this;return function(c){window.clearTimeout(i),i=window.setTimeout(function(){var i=s.data,o=a,l=s.transport||e.fn.select2.ajaxDefaults.transport,h={type:s.type||"GET",cache:s.cache||!1,jsonpCallback:s.jsonpCallback||t,dataType:s.dataType||"json"},u=e.extend({},e.fn.select2.ajaxDefaults.params,h);i=i?i.call(r,c.term,c.page,c.context):null,o="function"==typeof o?o.call(r,c.term,c.page,c.context):o,n&&"function"==typeof n.abort&&n.abort(),s.params&&(e.isFunction(s.params)?e.extend(u,s.params.call(r)):e.extend(u,s.params)),e.extend(u,{url:o,dataType:s.dataType,data:i,success:function(e){var t=s.results(e,c.page);c.callback(t)}}),n=l.call(r,u)},o)}}function y(t){var s,i,n=t,o=function(e){return""+e.text};e.isArray(n)&&(i=n,n={results:i}),e.isFunction(n)===!1&&(i=n,n=function(){return i});var a=n();return a.text&&(o=a.text,e.isFunction(o)||(s=a.text,o=function(e){return e[s]})),function(t){var s,i=t.term,a={results:[]};return""===i?void t.callback(n()):(s=function(n,a){var r,c;if(n=n[0],n.children){r={};for(c in n)n.hasOwnProperty(c)&&(r[c]=n[c]);r.children=[],e(n.children).each2(function(e,t){s(t,r.children)}),(r.children.length||t.matcher(i,o(r),n))&&a.push(r)}else t.matcher(i,o(n),n)&&a.push(n)},e(n().results).each2(function(e,t){s(t,a.results)}),void t.callback(a))}}function E(s){var i=e.isFunction(s);return function(n){var o=n.term,a={results:[]},r=i?s(n):s;e.isArray(r)&&(e(r).each(function(){var e=this.text!==t,s=e?this.text:this;(""===o||n.matcher(o,s))&&a.results.push(e?this:{id:this,text:this})}),n.callback(a))}}function x(t,s){if(e.isFunction(t))return!0;if(!t)return!1;if("string"==typeof t)return!0;throw new Error(s+" must be a string, function, or falsy value")}function T(t){if(e.isFunction(t)){var s=Array.prototype.slice.call(arguments,1);return t.apply(null,s)}return t}function O(t){var s=0;return e.each(t,function(e,t){t.children?s+=O(t.children):s++}),s}function P(e,s,i,n){var o,r,c,l,h,u=e,d=!1;if(!n.createSearchChoice||!n.tokenSeparators||n.tokenSeparators.length<1)return t;for(;;){for(r=-1,c=0,l=n.tokenSeparators.length;l>c&&(h=n.tokenSeparators[c],r=e.indexOf(h),!(r>=0));c++);if(0>r)break;if(o=e.substring(0,r),e=e.substring(r+h.length),o.length>0&&(o=n.createSearchChoice.call(this,o,s),o!==t&&null!==o&&n.id(o)!==t&&null!==n.id(o))){for(d=!1,c=0,l=s.length;l>c;c++)if(a(n.id(o),n.id(s[c]))){d=!0;break}d||i(o)}}return u!==e?e:void 0}function I(){var e=this;Array.prototype.forEach.call(arguments,function(t){e[t].remove(),e[t]=null})}function k(t,s){var i=function(){};return i.prototype=new t,i.prototype.constructor=i,i.prototype.parent=t.prototype,i.prototype=e.extend(i.prototype,s),i}if(window.Select2===t){var A,R,D,H,M,L,N,U,F={x:0,y:0},A={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){switch(e=e.which?e.which:e){case A.LEFT:case A.RIGHT:case A.UP:case A.DOWN:return!0}return!1},isControl:function(e){var t=e.which;switch(t){case A.SHIFT:case A.CTRL:case A.ALT:return!0}return!!e.metaKey},isFunctionKey:function(e){return e=e.which?e.which:e,e>=112&&123>=e}},z="
",W={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z"};N=e(document),M=function(){var e=1;return function(){return e++}}(),N.on("mousemove",function(e){F.x=e.pageX,F.y=e.pageY}),R=k(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(s){var i,n,a=".select2-results";this.opts=s=this.prepareOpts(s),this.id=s.id,s.element.data("select2")!==t&&null!==s.element.data("select2")&&s.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=e("",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(s.element.attr("id")||"autogen"+M()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",s.element.attr("title")),this.body=e("body"),w(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",s.element.attr("style")),this.container.css(T(s.containerCss)),this.container.addClass(T(s.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",g),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),w(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(T(s.dropdownCssClass)),this.dropdown.data("select2",this),this.dropdown.on("click",g),this.results=i=this.container.find(a),this.search=n=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",g),h(this.results),this.dropdown.on("mousemove-filtered",a,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",a,this.bind(function(e){this._touchEvent=!0,this.highlightUnderEvent(e)})),this.dropdown.on("touchmove",a,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",a,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind(function(){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())})),d(80,this.results),this.dropdown.on("scroll-debounced",a,this.bind(this.loadMoreIfNeeded)),e(this.container).on("change",".select2-input",function(e){e.stopPropagation()}),e(this.dropdown).on("change",".select2-input",function(e){e.stopPropagation()}),e.fn.mousewheel&&i.mousewheel(function(e,t,s,n){var o=i.scrollTop();n>0&&0>=o-n?(i.scrollTop(0),g(e)):0>n&&i.get(0).scrollHeight-i.scrollTop()+n<=i.height()&&(i.scrollTop(i.get(0).scrollHeight-i.height()),g(e))}),l(n),n.on("keyup-change input paste",this.bind(this.updateResults)),n.on("focus",function(){n.addClass("select2-focused")}),n.on("blur",function(){n.removeClass("select2-focused")}),this.dropdown.on("mouseup",a,this.bind(function(t){e(t.target).closest(".select2-result-selectable").length>0&&(this.highlightUnderEvent(t),this.selectHighlighted(t))})),this.dropdown.on("click mouseup mousedown touchstart touchend focusin",function(e){e.stopPropagation()}),this.nextSearchTerm=t,e.isFunction(this.opts.initSelection)&&(this.initSelection(),this.monitorSource()),null!==s.maximumInputLength&&this.search.attr("maxlength",s.maximumInputLength);var r=s.element.prop("disabled");r===t&&(r=!1),this.enable(!r);var c=s.element.prop("readonly");c===t&&(c=!1),this.readonly(c),U=U||o(),this.autofocus=s.element.prop("autofocus"),s.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",s.searchInputPlaceholder)},destroy:function(){var e=this.opts.element,s=e.data("select2");this.close(),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),s!==t&&(s.container.remove(),s.liveRegion.remove(),s.dropdown.remove(),e.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?e.attr({tabindex:this.elementTabIndex}):e.removeAttr("tabindex"),e.show()),I.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(e){return e.is("option")?{id:e.prop("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:e.prop("disabled"),locked:a(e.attr("locked"),"locked")||a(e.data("locked"),!0)}:e.is("optgroup")?{text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")}:void 0},prepareOpts:function(s){var i,n,o,c,l=this;if(i=s.element,"select"===i.get(0).tagName.toLowerCase()&&(this.select=n=s.element),n&&e.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in s)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a ","
"," ","
    ","
","
"].join(""));return t},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var s,i,n;this.opts.minimumResultsForSearch>=0&&this.showSearch(!0),this.parent.opening.apply(this,arguments),this.showSearchInput!==!1&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),s=this.search.get(0),s.createTextRange?(i=s.createTextRange(),i.collapse(!1),i.select()):s.setSelectionRange&&(n=this.search.val().length,s.setSelectionRange(n,n))),""===this.search.val()&&this.nextSearchTerm!=t&&(this.search.val(this.nextSearchTerm),this.search.select()),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){e("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),I.call(this,"selection","focusser")},initContainer:function(){var t,i,n=this.container,o=this.dropdown,a=M();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=t=n.find(".select2-choice"),this.focusser=n.find(".select2-focusser"),t.find(".select2-chosen").attr("id","select2-chosen-"+a),this.focusser.attr("aria-labelledby","select2-chosen-"+a),this.results.attr("id","select2-results-"+a),this.search.attr("aria-owns","select2-results-"+a),this.focusser.attr("id","s2id_autogen"+a),i=e("label[for='"+this.opts.element.attr("id")+"']"),this.focusser.prev().text(i.text()).attr("for",this.focusser.attr("id"));var r=this.opts.element.attr("title");this.opts.element.attr("title",r||i.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(e("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()){if(e.which===A.PAGE_UP||e.which===A.PAGE_DOWN)return void g(e);switch(e.which){case A.UP:case A.DOWN:return this.moveHighlight(e.which===A.UP?-1:1),void g(e);case A.ENTER:return this.selectHighlighted(),void g(e);case A.TAB:return void this.selectHighlighted({noFocus:!0});case A.ESC:return this.cancel(e),void g(e)}}})),this.search.on("blur",this.bind(function(){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind(function(){this.opened()&&this.search.focus()}),0)})),this.focusser.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()&&e.which!==A.TAB&&!A.isControl(e)&&!A.isFunctionKey(e)&&e.which!==A.ESC){if(this.opts.openOnEnter===!1&&e.which===A.ENTER)return void g(e);if(e.which==A.DOWN||e.which==A.UP||e.which==A.ENTER&&this.opts.openOnEnter){if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return;return this.open(),void g(e)}return e.which==A.DELETE||e.which==A.BACKSPACE?(this.opts.allowClear&&this.clear(),void g(e)):void 0}})),l(this.focusser),this.focusser.on("keyup-change input",this.bind(function(e){if(this.opts.minimumResultsForSearch>=0){if(e.stopPropagation(),this.opened())return;this.open()}})),t.on("mousedown touchstart","abbr",this.bind(function(e){this.isInterfaceEnabled()&&(this.clear(),m(e),this.close(),this.selection.focus())})),t.on("mousedown touchstart",this.bind(function(i){s(t),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),g(i)})),o.on("mousedown touchstart",this.bind(function(){this.opts.shouldFocusInput(this)&&this.search.focus()})),t.on("focus",this.bind(function(e){g(e)})),this.focusser.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")})).on("blur",this.bind(function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(e.Event("select2-blur")))})),this.search.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.setPlaceholder()},clear:function(t){var s=this.selection.data("select2-data");if(s){var i=e.Event("select2-clearing");if(this.opts.element.trigger(i),i.isDefaultPrevented())return;var n=this.getPlaceholderOption();this.opts.element.val(n?n.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),t!==!1&&(this.opts.element.trigger({type:"select2-removed",val:this.id(s),choice:s}),this.triggerChange({removed:s}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var e=this;this.opts.initSelection.call(null,this.opts.element,function(s){s!==t&&null!==s&&(e.updateSelection(s),e.close(),e.setPlaceholder(),e.nextSearchTerm=e.opts.nextSearchTerm(s,e.search.val()))})}},isPlaceholderOptionSelected:function(){var e;return this.getPlaceholder()!==t&&((e=this.getPlaceholderOption())!==t&&e.prop("selected")||""===this.opts.element.val()||this.opts.element.val()===t||null===this.opts.element.val())},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),s=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var i=e.find("option").filter(function(){return this.selected&&!this.disabled});t(s.optionToData(i))}:"data"in t&&(t.initSelection=t.initSelection||function(s,i){var n=s.val(),o=null;t.query({matcher:function(e,s,i){var r=a(n,t.id(i));return r&&(o=i),r},callback:e.isFunction(i)?function(){i(o)}:e.noop})}),t},getPlaceholder:function(){return this.select&&this.getPlaceholderOption()===t?t:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&e!==t){if(this.select&&this.getPlaceholderOption()===t)return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(e,t,s){var i=0,n=this;if(this.findHighlightableChoices().each2(function(e,t){return a(n.id(t.data("select2-data")),n.opts.element.val())?(i=e,!1):void 0}),s!==!1&&(t===!0&&i>=0?this.highlight(i):this.highlight(0)),t===!0){var o=this.opts.minimumResultsForSearch;o>=0&&this.showSearch(O(e.results)>=o)}},showSearch:function(t){this.showSearchInput!==t&&(this.showSearchInput=t,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!t),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!t),e(this.dropdown,this.container).toggleClass("select2-with-searchbox",t))},onSelect:function(e,t){if(this.triggerSelect(e)){var s=this.opts.element.val(),i=this.data();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"select2-selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.close(),t&&t.noFocus||!this.opts.shouldFocusInput(this)||this.focusser.focus(),a(s,this.id(e))||this.triggerChange({added:e,removed:i})}},updateSelection:function(e){var s,i,n=this.selection.find(".select2-chosen");this.selection.data("select2-data",e),n.empty(),null!==e&&(s=this.opts.formatSelection(e,n,this.opts.escapeMarkup)),s!==t&&n.append(s),i=this.opts.formatSelectionCssClass(e,n),i!==t&&n.addClass(i),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==t&&this.container.addClass("select2-allowclear")},val:function(){var e,s=!1,i=null,n=this,o=this.data();if(0===arguments.length)return this.opts.element.val();if(e=arguments[0],arguments.length>1&&(s=arguments[1]),this.select)this.select.val(e).find("option").filter(function(){return this.selected}).each2(function(e,t){return i=n.optionToData(t),!1}),this.updateSelection(i),this.setPlaceholder(),s&&this.triggerChange({added:i,removed:o});else{if(!e&&0!==e)return void this.clear(s);if(this.opts.initSelection===t)throw new Error("cannot call val() if initSelection() is not defined");this.opts.element.val(e),this.opts.initSelection(this.opts.element,function(e){n.opts.element.val(e?n.id(e):""),n.updateSelection(e),n.setPlaceholder(),s&&n.triggerChange({added:e,removed:o})})}},clearSearch:function(){this.search.val(""),this.focusser.val("")},data:function(e){var s,i=!1;return 0===arguments.length?(s=this.selection.data("select2-data"),s==t&&(s=null),s):(arguments.length>1&&(i=arguments[1]),void(e?(s=this.data(),this.opts.element.val(e?this.id(e):""),this.updateSelection(e),i&&this.triggerChange({added:e,removed:s})):this.clear(i)))}}),H=k(R,{createContainer:function(){var t=e(document.createElement("div")).attr({class:"select2-container select2-container-multi"}).html(["
    ","
  • "," "," ","
  • ","
","
","
    ","
","
"].join(""));return t},prepareOpts:function(){var t=this.parent.prepareOpts.apply(this,arguments),s=this;return"select"===t.element.get(0).tagName.toLowerCase()?t.initSelection=function(e,t){var i=[];e.find("option").filter(function(){return this.selected&&!this.disabled}).each2(function(e,t){i.push(s.optionToData(t))}),t(i)}:"data"in t&&(t.initSelection=t.initSelection||function(s,i){var n=r(s.val(),t.separator),o=[];t.query({matcher:function(s,i,r){var c=e.grep(n,function(e){return a(e,t.id(r))}).length;return c&&o.push(r),c},callback:e.isFunction(i)?function(){for(var e=[],s=0;s0||(this.selectChoice(null),this.clearPlaceholder(),this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.open(),this.focusSearch(),t.preventDefault()))})),this.container.on("focus",s,this.bind(function(){this.isInterfaceEnabled()&&(this.container.hasClass("select2-container-active")||this.opts.element.trigger(e.Event("select2-focus")),this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"),this.clearPlaceholder())})),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.clearSearch()},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.search.prop("disabled",!this.isInterfaceEnabled())},initSelection:function(){if(""===this.opts.element.val()&&""===this.opts.element.text()&&(this.updateSelection([]),this.close(),this.clearSearch()),this.select||""!==this.opts.element.val()){var e=this;this.opts.initSelection.call(null,this.opts.element,function(s){s!==t&&null!==s&&(e.updateSelection(s),e.close(),e.clearSearch())})}},clearSearch:function(){var e=this.getPlaceholder(),s=this.getMaxSearchWidth();e!==t&&0===this.getVal().length&&this.search.hasClass("select2-focused")===!1?(this.search.val(e).addClass("select2-default"),this.search.width(s>0?s:this.container.css("width"))):this.search.val("").width(10)},clearPlaceholder:function(){this.search.hasClass("select2-default")&&this.search.val("").removeClass("select2-default")},opening:function(){this.clearPlaceholder(),this.resizeSearch(),this.parent.opening.apply(this,arguments),this.focusSearch(),""===this.search.val()&&this.nextSearchTerm!=t&&(this.search.val(this.nextSearchTerm),this.search.select()),this.updateResults(!0),this.opts.shouldFocusInput(this)&&this.search.focus(),this.opts.element.trigger(e.Event("select2-open"))},close:function(){this.opened()&&this.parent.close.apply(this,arguments)},focus:function(){this.close(),this.search.focus()},isFocused:function(){return this.search.hasClass("select2-focused")},updateSelection:function(t){var s=[],i=[],o=this;e(t).each(function(){n(o.id(this),s)<0&&(s.push(o.id(this)),i.push(this))}),t=i,this.selection.find(".select2-search-choice").remove(),e(t).each(function(){o.addSelectedChoice(this)}),o.postprocessResults()},tokenize:function(){var e=this.search.val();e=this.opts.tokenizer.call(this,e,this.data(),this.bind(this.onSelect),this.opts),null!=e&&e!=t&&(this.search.val(e),e.length>0&&this.open())},onSelect:function(e,s){this.triggerSelect(e)&&(this.addSelectedChoice(e),this.opts.element.trigger({type:"selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.clearSearch(),this.updateResults(),(this.select||!this.opts.closeOnSelect)&&this.postprocessResults(e,!1,this.opts.closeOnSelect===!0),this.opts.closeOnSelect?(this.close(),this.search.width(10)):this.countSelectableResults()>0?(this.search.width(10),this.resizeSearch(),this.getMaximumSelectionSize()>0&&this.val().length>=this.getMaximumSelectionSize()?this.updateResults(!0):this.nextSearchTerm!=t&&(this.search.val(this.nextSearchTerm),this.updateResults(),this.search.select()),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),s&&s.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(s){var i,n,o=!s.locked,a=e("
  • "),r=e("
  • "),c=o?a:r,l=this.id(s),h=this.getVal();i=this.opts.formatSelection(s,c.find("div"),this.opts.escapeMarkup),i!=t&&c.find("div").replaceWith("
    "+i+"
    "),n=this.opts.formatSelectionCssClass(s,c.find("div")),n!=t&&c.addClass(n),o&&c.find(".select2-search-choice-close").on("mousedown",g).on("click dblclick",this.bind(function(t){this.isInterfaceEnabled()&&(this.unselect(e(t.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),g(t),this.close(),this.focusSearch())})).on("focus",this.bind(function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))})),c.data("select2-data",s),c.insertBefore(this.searchContainer),h.push(l),this.setVal(h)},unselect:function(t){var s,i,o=this.getVal();if(t=t.closest(".select2-search-choice"),0===t.length)throw"Invalid argument: "+t+". Must be .select2-search-choice";if(s=t.data("select2-data")){var a=e.Event("select2-removing");if(a.val=this.id(s),a.choice=s,this.opts.element.trigger(a),a.isDefaultPrevented())return!1;for(;(i=n(this.id(s),o))>=0;)o.splice(i,1),this.setVal(o),this.select&&this.postprocessResults();return t.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(s),choice:s}),this.triggerChange({removed:s}),!0}},postprocessResults:function(e,t,s){var i=this.getVal(),o=this.results.find(".select2-result"),a=this.results.find(".select2-result-with-children"),r=this;o.each2(function(e,t){var s=r.id(t.data("select2-data"));n(s,i)>=0&&(t.addClass("select2-selected"),t.find(".select2-result-selectable").addClass("select2-selected"))}),a.each2(function(e,t){t.is(".select2-result-selectable")||0!==t.find(".select2-result-selectable:not(.select2-selected)").length||t.addClass("select2-selected")}),-1==this.highlight()&&s!==!1&&r.highlight(0),!this.opts.createSearchChoice&&!o.filter(".select2-result:not(.select2-selected)").length>0&&(!e||e&&!e.more&&0===this.results.find(".select2-no-results").length)&&x(r.opts.formatNoMatches,"formatNoMatches")&&this.results.append("
  • "+T(r.opts.formatNoMatches,r.search.val())+"
  • ")},getMaxSearchWidth:function(){return this.selection.width()-c(this.search)},resizeSearch:function(){var e,t,s,i,n,o=c(this.search);e=v(this.search)+10,t=this.search.offset().left,s=this.selection.width(),i=this.selection.offset().left,n=s-(t-i)-o,e>n&&(n=s-o),40>n&&(n=s-o),0>=n&&(n=e),this.search.width(Math.floor(n))},getVal:function(){var e;return this.select?(e=this.select.val(),null===e?[]:e):(e=this.opts.element.val(),r(e,this.opts.separator))},setVal:function(t){var s;this.select?this.select.val(t):(s=[],e(t).each(function(){n(this,s)<0&&s.push(this)}),this.opts.element.val(0===s.length?"":s.join(this.opts.separator)))},buildChangeDetails:function(e,t){for(var t=t.slice(0),e=e.slice(0),s=0;s0&&s--,e.splice(i,1),i--);return{added:t,removed:e}},val:function(s,i){var n,o=this;if(0===arguments.length)return this.getVal();if(n=this.data(),n.length||(n=[]),!s&&0!==s)return this.opts.element.val(""),this.updateSelection([]),this.clearSearch(),void(i&&this.triggerChange({added:this.data(),removed:n}));if(this.setVal(s),this.select)this.opts.initSelection(this.select,this.bind(this.updateSelection)),i&&this.triggerChange(this.buildChangeDetails(n,this.data()));else{if(this.opts.initSelection===t)throw new Error("val() cannot be called if initSelection() is not defined");this.opts.initSelection(this.opts.element,function(t){var s=e.map(t,o.id);o.setVal(s),o.updateSelection(t),o.clearSearch(),i&&o.triggerChange(o.buildChangeDetails(n,o.data()))})}this.clearSearch()},onSortStart:function(){if(this.select)throw new Error("Sorting of elements is not supported when attached to instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var t=[],s=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){t.push(s.opts.id(e(this).data("select2-data")))}),this.setVal(t),this.triggerChange()},data:function(t,s){var i,n,o=this;return 0===arguments.length?this.selection.children(".select2-search-choice").map(function(){return e(this).data("select2-data")}).get():(n=this.data(),t||(t=[]),i=e.map(t,function(e){return o.opts.id(e)}),this.setVal(i),this.updateSelection(t),this.clearSearch(),void(s&&this.triggerChange(this.buildChangeDetails(n,this.data()))))}}),e.fn.select2=function(){var s,i,o,a,r,c=Array.prototype.slice.call(arguments,0),l=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],h=["opened","isFocused","container","dropdown"],u=["val","data"],d={search:"externalSearch"};return this.each(function(){if(0===c.length||"object"==typeof c[0])s=0===c.length?{}:e.extend({},c[0]),s.element=e(this),"select"===s.element.get(0).tagName.toLowerCase()?r=s.element.prop("multiple"):(r=s.multiple||!1,"tags"in s&&(s.multiple=r=!0)),i=r?new window.Select2.class.multi:new window.Select2.class.single,i.init(s);else{if("string"!=typeof c[0])throw"Invalid arguments to select2 plugin: "+c;if(n(c[0],l)<0)throw"Unknown method: "+c[0];if(a=t,i=e(this).data("select2"),i===t)return;if(o=c[0],"container"===o?a=i.container:"dropdown"===o?a=i.dropdown:(d[o]&&(o=d[o]),a=i[o].apply(i,c.slice(1))),n(c[0],h)>=0||n(c[0],u)>=0&&1==c.length)return!1}}),a===t?this:a},e.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,s,i){var n=[];return b(e.text,s.term,n,i),n.join("")},formatSelection:function(e,s,i){return e?i(e.text):t},sortResults:function(e){return e},formatResultCssClass:function(e){return e.css},formatSelectionCssClass:function(){return t},formatMatches:function(e){return e+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var s=t-e.length;return"Please enter "+s+" or more character"+(1==s?"":"s")},formatInputTooLong:function(e,t){var s=e.length-t;return"Please delete "+s+" character"+(1==s?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(1==e?"":"s")},formatLoadMore:function(){return"Loading more results…"},formatSearching:function(){return"Searching…"},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e==t?null:e.id},matcher:function(e,t){return i(""+t).toUpperCase().indexOf(i(""+e).toUpperCase())>=0},separator:",",tokenSeparators:[],tokenizer:P,escapeMarkup:C,blurOnChange:!1,selectOnBlur:!1,adaptContainerCssClass:function(e){return e},adaptDropdownCssClass:function(){return null},nextSearchTerm:function(){return t},searchInputPlaceholder:"",createSearchChoicePosition:"top",shouldFocusInput:function(e){var t="ontouchstart"in window||navigator.msMaxTouchPoints>0;return!t||!(e.opts.minimumResultsForSearch<0)}},e.fn.select2.ajaxDefaults={transport:e.ajax,params:{type:"GET",cache:!1,dataType:"json"}},window.Select2={query:{ajax:S,local:y,tags:E},util:{debounce:u,markMatch:b,escapeMarkup:C,stripDiacritics:i},class:{abstract:R,single:D,multi:H}}}}(jQuery); \ No newline at end of file +!function(n){void 0===n.fn.each2&&n.extend(n.fn,{each2:function(e){for(var t=n([0]),s=-1,i=this.length;++s"),s.push(i(e.substring(n,n+o))),s.push(""),void s.push(i(e.substring(n+o,e.length))))}function e(e){var t={"\\":"\","&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return String(e).replace(/[&<>"'\/\\]/g,function(e){return t[e]})}function i(a){var e,r=null,t=a.quietMillis||100,c=a.url,l=this;return function(o){window.clearTimeout(e),e=window.setTimeout(function(){var e=a.data,t=c,s=a.transport||S.fn.select2.ajaxDefaults.transport,i={type:a.type||"GET",cache:a.cache||!1,jsonpCallback:a.jsonpCallback||b,dataType:a.dataType||"json"},n=S.extend({},S.fn.select2.ajaxDefaults.params,i);e=e?e.call(l,o.term,o.page,o.context):null,t="function"==typeof t?t.call(l,o.term,o.page,o.context):t,r&&"function"==typeof r.abort&&r.abort(),a.params&&(S.isFunction(a.params)?S.extend(n,a.params.call(l)):S.extend(n,a.params)),S.extend(n,{url:t,dataType:a.dataType,data:e,success:function(e){var t=a.results(e,o.page);o.callback(t)}}),r=s.call(l,n)},t)}}function g(e){var t,s,i=e,r=function(e){return""+e.text};S.isArray(i)&&(i={results:s=i}),!1===S.isFunction(i)&&(s=i,i=function(){return s});var n=i();return n.text&&(r=n.text,S.isFunction(r)||(t=n.text,r=function(e){return e[t]})),function(n){var o,a=n.term,s={results:[]};return""===a?void n.callback(i()):(o=function(e,t){var s,i;if((e=e[0]).children){for(i in s={},e)e.hasOwnProperty(i)&&(s[i]=e[i]);s.children=[],S(e.children).each2(function(e,t){o(t,s.children)}),(s.children.length||n.matcher(a,r(s),e))&&t.push(s)}else n.matcher(a,r(e),e)&&t.push(e)},S(i().results).each2(function(e,t){o(t,s.results)}),void n.callback(s))}}function m(t){var o=S.isFunction(t);return function(s){var i=s.term,n={results:[]},e=o?t(s):t;S.isArray(e)&&(S(e).each(function(){var e=this.text!==b,t=e?this.text:this;(""===i||s.matcher(i,t))&&n.results.push(e?this:{id:this,text:this})}),s.callback(n))}}function v(e,t){if(S.isFunction(e))return!0;if(!e)return!1;if("string"==typeof e)return!0;throw new Error(t+" must be a string, function, or falsy value")}function y(e){if(S.isFunction(e)){var t=Array.prototype.slice.call(arguments,1);return e.apply(null,t)}return e}function s(){var t=this;Array.prototype.forEach.call(arguments,function(e){t[e].remove(),t[e]=null})}function t(e,t){var s=function(){};return((s.prototype=new e).constructor=s).prototype.parent=e.prototype,s.prototype=S.extend(s.prototype,t),s}if(window.Select2===b){var w,C,E,x,T,O,P,I={x:0,y:0},k={TAB:9,ENTER:13,ESC:27,SPACE:32,LEFT:37,UP:38,RIGHT:39,DOWN:40,SHIFT:16,CTRL:17,ALT:18,PAGE_UP:33,PAGE_DOWN:34,HOME:36,END:35,BACKSPACE:8,DELETE:46,isArrow:function(e){switch(e=e.which?e.which:e){case k.LEFT:case k.RIGHT:case k.UP:case k.DOWN:return!0}return!1},isControl:function(e){switch(e.which){case k.SHIFT:case k.CTRL:case k.ALT:return!0}return!!e.metaKey},isFunctionKey:function(e){return 112<=(e=e.which?e.which:e)&&e<=123}},A={"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z"};O=S(document),R=1,x=function(){return R++},O.on("mousemove",function(e){I.x=e.pageX,I.y=e.pageY}),C=t(w=t(Object,{bind:function(e){var t=this;return function(){e.apply(t,arguments)}},init:function(e){var o,t,s,i,n,a=".select2-results";this.opts=e=this.prepareOpts(e),this.id=e.id,e.element.data("select2")!==b&&null!==e.element.data("select2")&&e.element.data("select2").destroy(),this.container=this.createContainer(),this.liveRegion=S("",{role:"status","aria-live":"polite"}).addClass("select2-hidden-accessible").appendTo(document.body),this.containerId="s2id_"+(e.element.attr("id")||"autogen"+x()),this.containerEventName=this.containerId.replace(/([.])/g,"_").replace(/([;&,\-\.\+\*\~':"\!\^#$%@\[\]\(\)=>\|])/g,"\\$1"),this.container.attr("id",this.containerId),this.container.attr("title",e.element.attr("title")),this.body=S("body"),f(this.container,this.opts.element,this.opts.adaptContainerCssClass),this.container.attr("style",e.element.attr("style")),this.container.css(y(e.containerCss)),this.container.addClass(y(e.containerCssClass)),this.elementTabIndex=this.opts.element.attr("tabindex"),this.opts.element.data("select2",this).attr("tabindex","-1").before(this.container).on("click.select2",u),this.container.data("select2",this),this.dropdown=this.container.find(".select2-drop"),f(this.dropdown,this.opts.element,this.opts.adaptDropdownCssClass),this.dropdown.addClass(y(e.dropdownCssClass)),this.dropdown.data("select2",this),this.dropdown.on("click",u),this.results=o=this.container.find(a),this.search=t=this.container.find("input.select2-input"),this.queryCount=0,this.resultsPage=0,this.context=null,this.initContainer(),this.container.on("click",u),this.results.on("mousemove",function(e){var t=I;(t===b||t.x!==e.pageX||t.y!==e.pageY)&&S(e.target).trigger("mousemove-filtered",e)}),this.dropdown.on("mousemove-filtered",a,this.bind(this.highlightUnderEvent)),this.dropdown.on("touchstart touchmove touchend",a,this.bind(function(e){this._touchEvent=!0,this.highlightUnderEvent(e)})),this.dropdown.on("touchmove",a,this.bind(this.touchMoved)),this.dropdown.on("touchstart touchend",a,this.bind(this.clearTouchMoved)),this.dropdown.on("click",this.bind(function(){this._touchEvent&&(this._touchEvent=!1,this.selectHighlighted())})),s=80,i=this.results,n=d(s,function(e){i.trigger("scroll-debounced",e)}),i.on("scroll",function(e){0<=h(e.target,i.get())&&n(e)}),this.dropdown.on("scroll-debounced",a,this.bind(this.loadMoreIfNeeded)),S(this.container).on("change",".select2-input",function(e){e.stopPropagation()}),S(this.dropdown).on("change",".select2-input",function(e){e.stopPropagation()}),S.fn.mousewheel&&o.mousewheel(function(e,t,s,i){var n=o.scrollTop();0
    ");e.appendTo("body");var t={width:e.width()-e[0].clientWidth,height:e.height()-e[0].clientHeight};return e.remove(),t}(),this.autofocus=e.element.prop("autofocus"),e.element.prop("autofocus",!1),this.autofocus&&this.focus(),this.search.attr("placeholder",e.searchInputPlaceholder)},destroy:function(){var e=this.opts.element,t=e.data("select2");this.close(),this.propertyObserver&&(this.propertyObserver.disconnect(),this.propertyObserver=null),t!==b&&(t.container.remove(),t.liveRegion.remove(),t.dropdown.remove(),e.removeClass("select2-offscreen").removeData("select2").off(".select2").prop("autofocus",this.autofocus||!1),this.elementTabIndex?e.attr({tabindex:this.elementTabIndex}):e.removeAttr("tabindex"),e.show()),s.call(this,"container","liveRegion","dropdown","results","search")},optionToData:function(e){return e.is("option")?{id:e.prop("value"),text:e.text(),element:e.get(),css:e.attr("class"),disabled:e.prop("disabled"),locked:p(e.attr("locked"),"locked")||p(e.data("locked"),!0)}:e.is("optgroup")?{text:e.attr("label"),children:[],element:e.get(),css:e.attr("class")}:void 0},prepareOpts:function(v){var a,e,t,s,w=this;if("select"===(a=v.element).get(0).tagName.toLowerCase()&&(this.select=e=v.element),e&&S.each(["id","multiple","ajax","query","createSearchChoice","initSelection","data","tags"],function(){if(this in v)throw new Error("Option '"+this+"' is not allowed for Select2 when attached to a ","
    "," ","
      ","
    ","
    "].join(""))},enableInterface:function(){this.parent.enableInterface.apply(this,arguments)&&this.focusser.prop("disabled",!this.isInterfaceEnabled())},opening:function(){var e,t,s;0<=this.opts.minimumResultsForSearch&&this.showSearch(!0),this.parent.opening.apply(this,arguments),!1!==this.showSearchInput&&this.search.val(this.focusser.val()),this.opts.shouldFocusInput(this)&&(this.search.focus(),(e=this.search.get(0)).createTextRange?((t=e.createTextRange()).collapse(!1),t.select()):e.setSelectionRange&&(s=this.search.val().length,e.setSelectionRange(s,s))),""===this.search.val()&&this.nextSearchTerm!=b&&(this.search.val(this.nextSearchTerm),this.search.select()),this.focusser.prop("disabled",!0).val(""),this.updateResults(!0),this.opts.element.trigger(S.Event("select2-open"))},close:function(){this.opened()&&(this.parent.close.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},focus:function(){this.opened()?this.close():(this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus())},isFocused:function(){return this.container.hasClass("select2-container-active")},cancel:function(){this.parent.cancel.apply(this,arguments),this.focusser.prop("disabled",!1),this.opts.shouldFocusInput(this)&&this.focusser.focus()},destroy:function(){S("label[for='"+this.focusser.attr("id")+"']").attr("for",this.opts.element.attr("id")),this.parent.destroy.apply(this,arguments),s.call(this,"selection","focusser")},initContainer:function(){var t,e,s=this.container,i=this.dropdown,n=x();this.opts.minimumResultsForSearch<0?this.showSearch(!1):this.showSearch(!0),this.selection=t=s.find(".select2-choice"),this.focusser=s.find(".select2-focusser"),t.find(".select2-chosen").attr("id","select2-chosen-"+n),this.focusser.attr("aria-labelledby","select2-chosen-"+n),this.results.attr("id","select2-results-"+n),this.search.attr("aria-owns","select2-results-"+n),this.focusser.attr("id","s2id_autogen"+n),e=S("label[for='"+this.opts.element.attr("id")+"']"),this.focusser.prev().text(e.text()).attr("for",this.focusser.attr("id"));var o=this.opts.element.attr("title");this.opts.element.attr("title",o||e.text()),this.focusser.attr("tabindex",this.elementTabIndex),this.search.attr("id",this.focusser.attr("id")+"_search"),this.search.prev().text(S("label[for='"+this.focusser.attr("id")+"']").text()).attr("for",this.search.attr("id")),this.search.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()){if(e.which===k.PAGE_UP||e.which===k.PAGE_DOWN)return void u(e);switch(e.which){case k.UP:case k.DOWN:return this.moveHighlight(e.which===k.UP?-1:1),void u(e);case k.ENTER:return this.selectHighlighted(),void u(e);case k.TAB:return void this.selectHighlighted({noFocus:!0});case k.ESC:return this.cancel(e),void u(e)}}})),this.search.on("blur",this.bind(function(){document.activeElement===this.body.get(0)&&window.setTimeout(this.bind(function(){this.opened()&&this.search.focus()}),0)})),this.focusser.on("keydown",this.bind(function(e){if(this.isInterfaceEnabled()&&e.which!==k.TAB&&!k.isControl(e)&&!k.isFunctionKey(e)&&e.which!==k.ESC){if(!1===this.opts.openOnEnter&&e.which===k.ENTER)return void u(e);if(e.which==k.DOWN||e.which==k.UP||e.which==k.ENTER&&this.opts.openOnEnter){if(e.altKey||e.ctrlKey||e.shiftKey||e.metaKey)return;return this.open(),void u(e)}return e.which==k.DELETE||e.which==k.BACKSPACE?(this.opts.allowClear&&this.clear(),void u(e)):void 0}})),l(this.focusser),this.focusser.on("keyup-change input",this.bind(function(e){if(0<=this.opts.minimumResultsForSearch){if(e.stopPropagation(),this.opened())return;this.open()}})),t.on("mousedown touchstart","abbr",this.bind(function(e){var t;this.isInterfaceEnabled()&&(this.clear(),(t=e).preventDefault(),t.stopImmediatePropagation(),this.close(),this.selection.focus())})),t.on("mousedown touchstart",this.bind(function(e){a(t),this.container.hasClass("select2-container-active")||this.opts.element.trigger(S.Event("select2-focus")),this.opened()?this.close():this.isInterfaceEnabled()&&this.open(),u(e)})),i.on("mousedown touchstart",this.bind(function(){this.opts.shouldFocusInput(this)&&this.search.focus()})),t.on("focus",this.bind(function(e){u(e)})),this.focusser.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(S.Event("select2-focus")),this.container.addClass("select2-container-active")})).on("blur",this.bind(function(){this.opened()||(this.container.removeClass("select2-container-active"),this.opts.element.trigger(S.Event("select2-blur")))})),this.search.on("focus",this.bind(function(){this.container.hasClass("select2-container-active")||this.opts.element.trigger(S.Event("select2-focus")),this.container.addClass("select2-container-active")})),this.initContainerWidth(),this.opts.element.addClass("select2-offscreen"),this.setPlaceholder()},clear:function(e){var t=this.selection.data("select2-data");if(t){var s=S.Event("select2-clearing");if(this.opts.element.trigger(s),s.isDefaultPrevented())return;var i=this.getPlaceholderOption();this.opts.element.val(i?i.val():""),this.selection.find(".select2-chosen").empty(),this.selection.removeData("select2-data"),this.setPlaceholder(),!1!==e&&(this.opts.element.trigger({type:"select2-removed",val:this.id(t),choice:t}),this.triggerChange({removed:t}))}},initSelection:function(){if(this.isPlaceholderOptionSelected())this.updateSelection(null),this.close(),this.setPlaceholder();else{var t=this;this.opts.initSelection.call(null,this.opts.element,function(e){e!==b&&null!==e&&(t.updateSelection(e),t.close(),t.setPlaceholder(),t.nextSearchTerm=t.opts.nextSearchTerm(e,t.search.val()))})}},isPlaceholderOptionSelected:function(){var e;return this.getPlaceholder()!==b&&((e=this.getPlaceholderOption())!==b&&e.prop("selected")||""===this.opts.element.val()||this.opts.element.val()===b||null===this.opts.element.val())},prepareOpts:function(){var a=this.parent.prepareOpts.apply(this,arguments),i=this;return"select"===a.element.get(0).tagName.toLowerCase()?a.initSelection=function(e,t){var s=e.find("option").filter(function(){return this.selected&&!this.disabled});t(i.optionToData(s))}:"data"in a&&(a.initSelection=a.initSelection||function(e,t){var n=e.val(),o=null;a.query({matcher:function(e,t,s){var i=p(n,a.id(s));return i&&(o=s),i},callback:S.isFunction(t)?function(){t(o)}:S.noop})}),a},getPlaceholder:function(){return this.select&&this.getPlaceholderOption()===b?b:this.parent.getPlaceholder.apply(this,arguments)},setPlaceholder:function(){var e=this.getPlaceholder();if(this.isPlaceholderOptionSelected()&&e!==b){if(this.select&&this.getPlaceholderOption()===b)return;this.selection.find(".select2-chosen").html(this.opts.escapeMarkup(e)),this.selection.addClass("select2-default"),this.container.removeClass("select2-allowclear")}},postprocessResults:function(e,t,s){var i=0,n=this;if(this.findHighlightableChoices().each2(function(e,t){return p(n.id(t.data("select2-data")),n.opts.element.val())?(i=e,!1):void 0}),!1!==s&&(!0===t&&0<=i?this.highlight(i):this.highlight(0)),!0===t){var o=this.opts.minimumResultsForSearch;0<=o&&this.showSearch(function s(e){var i=0;return S.each(e,function(e,t){t.children?i+=s(t.children):i++}),i}(e.results)>=o)}},showSearch:function(e){this.showSearchInput!==e&&(this.showSearchInput=e,this.dropdown.find(".select2-search").toggleClass("select2-search-hidden",!e),this.dropdown.find(".select2-search").toggleClass("select2-offscreen",!e),S(this.dropdown,this.container).toggleClass("select2-with-searchbox",e))},onSelect:function(e,t){if(this.triggerSelect(e)){var s=this.opts.element.val(),i=this.data();this.opts.element.val(this.id(e)),this.updateSelection(e),this.opts.element.trigger({type:"select2-selected",val:this.id(e),choice:e}),this.nextSearchTerm=this.opts.nextSearchTerm(e,this.search.val()),this.close(),t&&t.noFocus||!this.opts.shouldFocusInput(this)||this.focusser.focus(),p(s,this.id(e))||this.triggerChange({added:e,removed:i})}},updateSelection:function(e){var t,s,i=this.selection.find(".select2-chosen");this.selection.data("select2-data",e),i.empty(),null!==e&&(t=this.opts.formatSelection(e,i,this.opts.escapeMarkup)),t!==b&&i.append(t),(s=this.opts.formatSelectionCssClass(e,i))!==b&&i.addClass(s),this.selection.removeClass("select2-default"),this.opts.allowClear&&this.getPlaceholder()!==b&&this.container.addClass("select2-allowclear")},val:function(){var e,t=!1,s=null,i=this,n=this.data();if(0===arguments.length)return this.opts.element.val();if(e=arguments[0],1","
  • "," "," ","
  • ","","
    ","
      ","
    ","
    "].join(""))},prepareOpts:function(){var c=this.parent.prepareOpts.apply(this,arguments),i=this;return"select"===c.element.get(0).tagName.toLowerCase()?c.initSelection=function(e,t){var s=[];e.find("option").filter(function(){return this.selected&&!this.disabled}).each2(function(e,t){s.push(i.optionToData(t))}),t(s)}:"data"in c&&(c.initSelection=c.initSelection||function(e,o){var a=n(e.val(),c.separator),r=[];c.query({matcher:function(e,t,s){var i=S.grep(a,function(e){return p(e,c.id(s))}).length;return i&&r.push(s),i},callback:S.isFunction(o)?function(){for(var e=[],t=0;t=this.getMaximumSelectionSize()?this.updateResults(!0):this.nextSearchTerm!=b&&(this.search.val(this.nextSearchTerm),this.updateResults(),this.search.select()),this.positionDropdown()):(this.close(),this.search.width(10)),this.triggerChange({added:e}),t&&t.noFocus||this.focusSearch())},cancel:function(){this.close(),this.focusSearch()},addSelectedChoice:function(e){var t,s,i=!e.locked,n=S("
  • "),o=S("
  • "),a=i?n:o,r=this.id(e),c=this.getVal();(t=this.opts.formatSelection(e,a.find("div"),this.opts.escapeMarkup))!=b&&a.find("div").replaceWith("
    "+t+"
    "),(s=this.opts.formatSelectionCssClass(e,a.find("div")))!=b&&a.addClass(s),i&&a.find(".select2-search-choice-close").on("mousedown",u).on("click dblclick",this.bind(function(e){this.isInterfaceEnabled()&&(this.unselect(S(e.target)),this.selection.find(".select2-search-choice-focus").removeClass("select2-search-choice-focus"),u(e),this.close(),this.focusSearch())})).on("focus",this.bind(function(){this.isInterfaceEnabled()&&(this.container.addClass("select2-container-active"),this.dropdown.addClass("select2-drop-active"))})),a.data("select2-data",e),a.insertBefore(this.searchContainer),c.push(r),this.setVal(c)},unselect:function(e){var t,s,i=this.getVal();if(0===(e=e.closest(".select2-search-choice")).length)throw"Invalid argument: "+e+". Must be .select2-search-choice";if(t=e.data("select2-data")){var n=S.Event("select2-removing");if(n.val=this.id(t),n.choice=t,this.opts.element.trigger(n),n.isDefaultPrevented())return!1;for(;0<=(s=h(this.id(t),i));)i.splice(s,1),this.setVal(i),this.select&&this.postprocessResults();return e.remove(),this.opts.element.trigger({type:"select2-removed",val:this.id(t),choice:t}),this.triggerChange({removed:t}),!0}},postprocessResults:function(e,t,s){var i=this.getVal(),n=this.results.find(".select2-result"),o=this.results.find(".select2-result-with-children"),a=this;n.each2(function(e,t){0<=h(a.id(t.data("select2-data")),i)&&(t.addClass("select2-selected"),t.find(".select2-result-selectable").addClass("select2-selected"))}),o.each2(function(e,t){t.is(".select2-result-selectable")||0!==t.find(".select2-result-selectable:not(.select2-selected)").length||t.addClass("select2-selected")}),-1==this.highlight()&&!1!==s&&a.highlight(0),!this.opts.createSearchChoice&&0"+y(a.opts.formatNoMatches,a.search.val())+"")},getMaxSearchWidth:function(){return this.selection.width()-o(this.search)},resizeSearch:function(){var e,t,s,i,n=o(this.search);e=function(e){if(!T){var t=e[0].currentStyle||window.getComputedStyle(e[0],null);(T=S(document.createElement("div")).css({position:"absolute",left:"-10000px",top:"-10000px",display:"none",fontSize:t.fontSize,fontFamily:t.fontFamily,fontStyle:t.fontStyle,fontWeight:t.fontWeight,letterSpacing:t.letterSpacing,textTransform:t.textTransform,whiteSpace:"nowrap"})).attr("class","select2-sizer"),S("body").append(T)}return T.text(e.val()),T.width()}(this.search)+10,t=this.search.offset().left,(i=(s=this.selection.width())-(t-this.selection.offset().left)-n). Attach to instead.");this.search.width(0),this.searchContainer.hide()},onSortEnd:function(){var e=[],t=this;this.searchContainer.show(),this.searchContainer.appendTo(this.searchContainer.parent()),this.resizeSearch(),this.selection.find(".select2-search-choice").each(function(){e.push(t.opts.id(S(this).data("select2-data")))}),this.setVal(e),this.triggerChange()},data:function(e,t){var s,i,n=this;return 0===arguments.length?this.selection.children(".select2-search-choice").map(function(){return S(this).data("select2-data")}).get():(i=this.data(),e||(e=[]),s=S.map(e,function(e){return n.opts.id(e)}),this.setVal(s),this.updateSelection(e),this.clearSearch(),void(t&&this.triggerChange(this.buildChangeDetails(i,this.data()))))}}),S.fn.select2=function(){var e,t,s,i,n,o=Array.prototype.slice.call(arguments,0),a=["val","destroy","opened","open","close","focus","isFocused","container","dropdown","onSortStart","onSortEnd","enable","disable","readonly","positionDropdown","data","search"],r=["opened","isFocused","container","dropdown"],c=["val","data"],l={search:"externalSearch"};return this.each(function(){if(0===o.length||"object"==typeof o[0])(e=0===o.length?{}:S.extend({},o[0])).element=S(this),"select"===e.element.get(0).tagName.toLowerCase()?n=e.element.prop("multiple"):(n=e.multiple||!1,"tags"in e&&(e.multiple=n=!0)),(t=n?new window.Select2.class.multi:new window.Select2.class.single).init(e);else{if("string"!=typeof o[0])throw"Invalid arguments to select2 plugin: "+o;if(h(o[0],a)<0)throw"Unknown method: "+o[0];if(i=b,(t=S(this).data("select2"))===b)return;if("container"===(s=o[0])?i=t.container:"dropdown"===s?i=t.dropdown:(l[s]&&(s=l[s]),i=t[s].apply(t,o.slice(1))),0<=h(o[0],r)||0<=h(o[0],c)&&1==o.length)return!1}}),i===b?this:i},S.fn.select2.defaults={width:"copy",loadMorePadding:0,closeOnSelect:!0,openOnEnter:!0,containerCss:{},dropdownCss:{},containerCssClass:"",dropdownCssClass:"",formatResult:function(e,t,s,i){var n=[];return c(e.text,s.term,n,i),n.join("")},formatSelection:function(e,t,s){return e?s(e.text):b},sortResults:function(e){return e},formatResultCssClass:function(e){return e.css},formatSelectionCssClass:function(){return b},formatMatches:function(e){return e+" results are available, use up and down arrow keys to navigate."},formatNoMatches:function(){return"No matches found"},formatInputTooShort:function(e,t){var s=t-e.length;return"Please enter "+s+" or more character"+(1==s?"":"s")},formatInputTooLong:function(e,t){var s=e.length-t;return"Please delete "+s+" character"+(1==s?"":"s")},formatSelectionTooBig:function(e){return"You can only select "+e+" item"+(1==e?"":"s")},formatLoadMore:function(){return"Loading more results…"},formatSearching:function(){return"Searching…"},minimumResultsForSearch:0,minimumInputLength:0,maximumInputLength:null,maximumSelectionSize:0,id:function(e){return e==b?null:e.id},matcher:function(e,t){return 0<=r(""+t).toUpperCase().indexOf(r(""+e).toUpperCase())},separator:",",tokenSeparators:[],tokenizer:function(e,t,s,i){var n,o,a,r,c,l=e,h=!1;if(!i.createSearchChoice||!i.tokenSeparators||i.tokenSeparators.length<1)return b;for(;;){for(o=-1,a=0,r=i.tokenSeparators.length;a0&&"relative"==t("body").css("position")&&t("#wpadminbar").length&&(extra_gap=t("#wpadminbar").height()),n={top:o.top+o.height/2-l/2-extra_gap,left:o.left+o.width+this.options.offset}}2==f.length&&("w"==f.charAt(1)?n.left=o.left+o.width/2-15:n.left=o.left+o.width/2-a+15),s.css(n).addClass("tipsy-"+f),s.find(".tipsy-arrow")[0].className="tipsy-arrow tipsy-arrow-"+f.charAt(0),this.options.className&&s.addClass(e(this.options.className,this.$element[0])),this.options.fade?s.stop().css({opacity:0,display:"block",visibility:"visible"}).animate({opacity:this.options.opacity}):s.css({visibility:"visible",opacity:this.options.opacity})}},hide:function(){this.options.fade?this.tip().stop().fadeOut(function(){t(this).remove()}):this.tip().remove()},fixTitle:function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("original-title"))&&t.attr("original-title",t.attr("title")||"").removeAttr("title")},getTitle:function(){var t,e=this.$element,i=this.options;this.fixTitle();var t,i=this.options;return"string"==typeof i.title?t=e.attr("title"==i.title?"original-title":i.title):"function"==typeof i.title&&(t=i.title.call(e[0])),t=(""+t).replace(/(^\s*|\s*$)/,""),t||i.fallback},tip:function(){return this.$tip||(this.$tip=t('
    ').html('
    '),this.$tip.data("tipsy-pointee",this.$element[0])),this.$tip},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled}},t.fn.tipsy=function(e){function i(i){var n=t.data(i,"tipsy");return n||(n=new s(i,t.fn.tipsy.elementOptions(i,e)),t.data(i,"tipsy",n)),n}function n(){var t=i(this);t.hoverState="in",0==e.delayIn?t.show():(t.fixTitle(),setTimeout(function(){"in"==t.hoverState&&t.show()},e.delayIn))}function o(){var t=i(this);t.hoverState="out",0==e.delayOut?t.hide():setTimeout(function(){"out"==t.hoverState&&t.hide()},e.delayOut)}if(e===!0)return this.data("tipsy");if("string"==typeof e){var a=this.data("tipsy");return a&&a[e](),this}if(e=t.extend({},t.fn.tipsy.defaults,e),e.live||this.each(function(){i(this)}),"manual"!=e.trigger){var l="hover"==e.trigger?"mouseenter":"focus",f="hover"==e.trigger?"mouseleave":"blur";e.live?t(document).on(l,this.selector,n).on(f,this.selector,o):this.bind(l,n).bind(f,o)}return this},t.fn.tipsy.defaults={className:null,delayIn:0,delayOut:0,fade:!1,fallback:"",gravity:"n",html:!1,live:!1,offset:0,opacity:.8,title:"title",trigger:"hover"},t.fn.tipsy.revalidate=function(){t(".tipsy").each(function(){var e=t.data(this,"tipsy-pointee");e&&i(e)||t(this).remove()})},t.fn.tipsy.elementOptions=function(e,i){return t.metadata?t.extend({},i,t(e).metadata()):i},t.fn.tipsy.autoNS=function(){return t(this).offset().top>t(document).scrollTop()+t(window).height()/2?"s":"n"},t.fn.tipsy.autoWE=function(){return t(this).offset().left>t(document).scrollLeft()+t(window).width()/2?"e":"w"},t.fn.tipsy.autoBounds=function(e,i){return function(){var s={ns:i[0],ew:i.length>1&&i[1]},n=t(document).scrollTop()+e,o=t(document).scrollLeft()+e,a=t(this);return a.offset().top
    ').html('
    '),this.$tip.data("tipsy-pointee",this.$element[0])),this.$tip},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled}},l.fn.tipsy=function(i){if(!0===i)return this.data("tipsy");if("string"==typeof i){var t=this.data("tipsy");return t&&t[i](),this}function e(t){var e=l.data(t,"tipsy");return e||(e=new h(t,l.fn.tipsy.elementOptions(t,i)),l.data(t,"tipsy",e)),e}function s(){var t=e(this);t.hoverState="in",0==i.delayIn?t.show():(t.fixTitle(),setTimeout(function(){"in"==t.hoverState&&t.show()},i.delayIn))}function n(){var t=e(this);t.hoverState="out",0==i.delayOut?t.hide():setTimeout(function(){"out"==t.hoverState&&t.hide()},i.delayOut)}if((i=l.extend({},l.fn.tipsy.defaults,i)).live||this.each(function(){e(this)}),"manual"!=i.trigger){var o="hover"==i.trigger?"mouseenter":"focus",a="hover"==i.trigger?"mouseleave":"blur";i.live?l(document).on(o,this.selector,s).on(a,this.selector,n):this.bind(o,s).bind(a,n)}return this},l.fn.tipsy.defaults={className:null,delayIn:0,delayOut:0,fade:!1,fallback:"",gravity:"n",html:!1,live:!1,offset:0,opacity:.8,title:"title",trigger:"hover"},l.fn.tipsy.revalidate=function(){l(".tipsy").each(function(){var t=l.data(this,"tipsy-pointee");t&&function(t){for(;t=t.parentNode;)if(t==document)return!0;return!1}(t)||l(this).remove()})},l.fn.tipsy.elementOptions=function(t,e){return l.metadata?l.extend({},e,l(t).metadata()):e},l.fn.tipsy.autoNS=function(){return l(this).offset().top>l(document).scrollTop()+l(window).height()/2?"s":"n"},l.fn.tipsy.autoWE=function(){return l(this).offset().left>l(document).scrollLeft()+l(window).width()/2?"e":"w"},l.fn.tipsy.autoBounds=function(n,o){return function(){var t={ns:o[0],ew:1%s %s requires 2.0 extensions. You have pre 2.0 extensions " +"installed on your site.
    Please update %s extensions to latest " +"versions. For more info see this doc." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:301 +#, php-format +msgid "" +"One or more of your %s pages are not correctly setup. Please visit " +"%s > Settings to re-assign your missing pages." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:305 +msgid "Setup Pages" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:307 +#: includes/admin/core/class-admin-notices.php:540 +msgid "No thanks" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:327 +msgid "Ultimate Member Setup Error: User page can not be a child page." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:337 +msgid "Ultimate Member Setup Error: Account page can not be a child page." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:355 +#, php-format +msgid "" +"Exif is not enabled on your server. Mobile photo uploads will not be rotated " +"correctly until you enable the exif extension. Hide this " +"notice" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:385 +#, php-format +msgid "" +"Your site language is %1$s. Good news! Ultimate Member is " +"already available in %2$s language. Download the translation files and start using the plugin in your " +"language now. Hide this notice" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:392 +#, php-format +msgid "" +"Ultimate Member has not yet been translated to your language: %1$s. If you have translated the plugin you need put these files " +"ultimatemember-%1$s.po and ultimatemember-%1$s.mo in /" +"wp-content/languages/plugins/ for the plugin to be translated in " +"your language. Hide this notice" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:429 +#, php-format +msgid "" +"Are you sure you want to delete the selected user(s)? The following users " +"will be deleted:

    %s

    This cannot be undone!" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:430 +msgid "Undo" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:435 +msgid "Your translation files have been updated successfully." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:439 +msgid "Your temp uploads directory is now clean." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:443 +msgid "Your user cache is now removed." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:447 +msgid "You got the latest upgrades." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:451 +msgid "Try again later. You can run this action once daily." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:455 +msgid "The form has been duplicated successfully." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:459 +msgid "User has been updated." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:463 +msgid "Users have been updated." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:467 +msgid "Changed roles." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:471 +msgid "Super administrators cannot be modified." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:472 +msgid "Other users have been updated." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:509 +#, php-format +msgid "" +"You have installed %s with wrong folder name. Correct " +"folder name is \"ultimate-member\"." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:534 +#, php-format +msgid "" +"Thanks for installing %s! We hope you like the plugin. To " +"fund full-time development and support of the plugin we also sell " +"extensions. If you subscribe to our mailing list we will send you a 20%% " +"discount code for our extensions bundle." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:538 +#, php-format +msgid "Claim 20% discount code" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:577 +#, php-format +msgid "" +"There are %d inactive %s license keys for this site. This site is not " +"authorized to get plugin updates. You can active this site on www.ultimatemember.com." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:584 +#, php-format +msgid "" +"You have %d invalid or expired license keys for %s. Please go to the Licenses page to correct this issue." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:598 +#, php-format +msgid "" +"%s version %s needs to be updated to work correctly.
    It is necessary to update the structure of the database and options that " +"are associated with %s %s.
    Please visit " +"\"Upgrade\" page and run the upgrade process." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:602 +msgid "Upgrade Now" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:616 +#, php-format +msgid "%s %s Successfully Upgraded" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:642 +#, php-format +msgid "" +"Hey there! It's been one month since you installed %s. How have you found " +"the plugin so far?" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:645 +msgid "I love it!" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:646 +msgid "It's good but could be better" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:647 +msgid "I don't like the plugin" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:652 +#, php-format +msgid "" +"Great! We're happy to hear that you love the plugin. It would be amazing if " +"you could let others know why you like %s by leaving a review of the plugin. " +"This will help %s to grow and become more popular and would be massively " +"appreciated by us!" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:656 +msgid "Leave Review" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:661 +msgid "" +"We're glad to hear that you like the plugin but we would love to get your " +"feedback so we can make the plugin better." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:665 +#: includes/admin/core/class-admin-notices.php:674 +msgid "Provide Feedback" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:670 +#, php-format +msgid "" +"We're sorry to hear that. If you're having the issue with the plugin you can " +"create a topic on our support forum and " +"we will try and help you out with the issue. Alternatively if you have an " +"idea on how we can make the plugin better or want to tell us what you don't " +"like about the plugin you can tell us know by giving us feedback." +msgstr "" + +#: includes/admin/core/class-admin-notices.php:696 +#, php-format +msgid "" +"%s future plans! Detailed future list is here" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:711 +msgid "Wrong Nonce" +msgstr "" + +#: includes/admin/core/class-admin-notices.php:716 +msgid "Wrong Data" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:107 +#: includes/admin/core/class-admin-settings.php:116 +#, php-format +msgid "%s page" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:108 +msgid "Add page ID" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:118 +msgid "Choose a page..." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:131 +msgid "Enable profile menu" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:143 +#, php-format +msgid "%s Tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:149 +#, php-format +msgid "Who can see %s Tab?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:150 +msgid "Select which users can view this tab." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:159 +msgid "Allowed roles" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:160 +msgid "Select the the user roles allowed to view this tab." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:162 +msgid "Choose user roles..." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:173 +msgid "Profile menu default tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:174 +msgid "This will be the default tab on user profile page" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:182 +msgid "Enable menu icons in desktop view" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:236 +msgid "General" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:239 +msgid "Pages" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:243 +#: includes/admin/templates/dashboard/users.php:6 +msgid "Users" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:249 +msgid "Profile Permalink Base" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:250 +msgid "" +"Here you can control the permalink structure of the user profile URL " +"globally e.g. " +msgstr "" + +#: includes/admin/core/class-admin-settings.php:252 +#: includes/admin/core/class-admin-settings.php:269 +#: includes/core/class-builtin.php:669 includes/core/class-builtin.php:672 +msgid "Username" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:253 +msgid "First and Last Name with '.'" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:254 +msgid "First and Last Name with '-'" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:255 +msgid "First and Last Name with '+'" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:256 +msgid "User ID" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:258 +#: includes/admin/core/class-admin-settings.php:277 +msgid "Select..." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:264 +msgid "User Display Name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:265 +msgid "" +"This is the name that will be displayed for users on the front end of your " +"site. Default setting uses first/last name as display name if it exists" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:267 +msgid "Default WP Display Name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:268 +#: includes/core/class-builtin.php:727 includes/core/class-builtin.php:730 +msgid "Nickname" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:270 +msgid "First name & last name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:271 +msgid "Last name & first name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:272 +msgid "First name & first initial of last name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:273 +msgid "First initial of first name & last name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:274 +msgid "First name only" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:275 +msgid "Custom field(s)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:282 +msgid "Display Name Custom Field(s)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:283 +msgid "" +"Specify the custom field meta key or custom fields seperated by comma that " +"you want to use to display users name on the frontend of your site" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:289 +msgid "Automatically redirect author page to their profile?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:290 +msgid "" +"If enabled, author pages will automatically redirect to the user's profile " +"page" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:295 +msgid "Enable Members Directory" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:296 +msgid "Control whether to enable or disable member directories on this site" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:301 +msgid "Use Gravatars?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:302 +msgid "" +"Do you want to use gravatars instead of the default plugin profile photo (If " +"the user did not upload a custom profile photo / avatar)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:307 +msgid "Use Gravatar builtin image" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:308 +msgid "" +"Gravatar has a number of built in options which you can also use as defaults" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:310 +#: includes/admin/templates/form/login_settings.php:13 +#: includes/admin/templates/form/register_customize.php:3 +#: includes/admin/templates/form/register_customize.php:29 +msgid "Default" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:311 +msgid "404 ( File Not Found response )" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:312 +msgid "Mystery Man" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:313 +msgid "Identicon" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:314 +msgid "Monsterid" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:315 +msgid "Wavatar" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:316 +msgid "Retro" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:317 +msgid "Blank ( a transparent PNG image )" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:325 +msgid "Use Default plugin avatar as Gravatar's Default avatar" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:326 +msgid "" +"Do you want to use the plugin default avatar instead of the gravatar default " +"photo (If the user did not upload a custom profile photo / avatar)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:332 +msgid "Require a strong password? (when user resets password only)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:333 +msgid "" +"Enable or disable a strong password rules on password reset and change " +"procedure" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:338 +#: includes/class-config.php:134 includes/class-config.php:738 +#: includes/core/class-account.php:90 +msgid "Account" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:343 +msgid "Password Account Tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:349 +msgid "Privacy Account Tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:350 +msgid "Enable/disable the Privacy account tab in account page" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:355 +msgid "Notifications Account Tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:356 +msgid "Enable/disable the Notifications account tab in account page" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:361 +msgid "Delete Account Tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:362 +msgid "Enable/disable the Delete account tab in account page" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:367 +msgid "Account Deletion Custom Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:368 +msgid "" +"This is custom text that will be displayed to users before they delete their " +"accounts from your site" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:376 +msgid "Add a First & Last Name fields" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:377 +msgid "" +"Whether to enable these fields on the user account page by default or hide " +"them." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:382 +msgid "Disable First & Last Name fields" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:383 +msgid "" +"Whether to allow users changing their first and last name in account page." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:389 +msgid "Require First & Last Name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:390 +msgid "Require first and last name?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:396 +msgid "Allow users to change e-mail" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:397 +msgid "Whether to allow users changing their email in account page." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:402 +msgid "Allow users to hide their profiles from directory" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:403 +msgid "" +"Whether to allow users changing their profile visibility from member " +"directory in account page." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:408 +msgid "Require a strong password?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:409 +msgid "" +"Enable or disable a strong password rules on account page / change password " +"tab" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:414 +msgid "Uploads" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:420 +msgid "Profile Photo Maximum File Size (bytes)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:421 +msgid "Sets a maximum size for the uploaded photo" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:428 +msgid "Cover Photo Maximum File Size (bytes)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:429 +msgid "Sets a maximum size for the uploaded cover" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:435 +msgid "Profile Photo Thumbnail Sizes (px)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:436 +msgid "" +"Here you can define which thumbnail sizes will be created for each profile " +"photo upload." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:438 +#: includes/admin/core/class-admin-settings.php:448 +msgid "Add New Size" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:445 +msgid "Cover Photo Thumbnail Sizes (px)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:446 +msgid "" +"Here you can define which thumbnail sizes will be created for each cover " +"photo upload." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:456 +msgid "Image Quality" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:457 +msgid "" +"Quality is used to determine quality of image uploads, and ranges from 0 " +"(worst quality, smaller file) to 100 (best quality, biggest file). The " +"default range is 60." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:464 +msgid "Image Upload Maximum Width (px)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:465 +msgid "" +"Any image upload above this width will be resized to this limit " +"automatically." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:472 +msgid "Cover Photo Minimum Width (px)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:473 +msgid "This will be the minimum width for cover photo uploads" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:480 +msgid "Access" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:483 +msgid "Restriction Content" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:488 +msgid "Global Site Access" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:489 +msgid "" +"Globally control the access of your site, you can have seperate restrict " +"options per post/page by editing the desired item." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:499 +msgid "Custom Redirect URL" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:500 +msgid "" +"A logged out user will be redirected to this url If he is not permitted to " +"access the site" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:506 +msgid "Exclude the following URLs" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:507 +msgid "" +"Here you can exclude URLs beside the redirect URI to be accessible to " +"everyone" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:508 +msgid "Add New URL" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:515 +msgid "Allow Homepage to be accessible" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:521 +msgid "Allow Category pages to be accessible" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:527 +msgid "Restricted Access Message" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:528 +msgid "" +"This is the message shown to users that do not have permission to view the " +"content" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:543 +msgid "Restricted Access to Posts" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:544 +msgid "Restriction content of the current Posts" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:553 +msgid "Restricted Access to Taxonomies" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:554 +msgid "Restriction content of the current Taxonomies" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:563 +msgid "Other" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:568 +msgid "Enable the Reset Password Limit?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:573 +msgid "Reset Password Limit" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:574 +msgid "" +"Set the maximum reset password limit. If reached the maximum limit, user " +"will be locked from using this." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:582 +msgid "Blocked Email Addresses" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:583 +msgid "" +"This will block the specified e-mail addresses from being able to sign up or " +"sign in to your site. To block an entire domain, use something like *@domain." +"com" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:588 +msgid "Blacklist Words" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:589 +msgid "" +"This option lets you specify blacklist of words to prevent anyone from " +"signing up with such a word as their username" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:596 +#: includes/admin/core/list-tables/emails-list-table.php:300 +msgid "Email" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:601 +msgid "Admin E-mail Address" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:602 +#: includes/admin/core/class-admin-settings.php:614 +msgid "e.g. admin@companyname.com" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:607 +msgid "Mail appears from" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:608 +msgid "e.g. Site Name" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:613 +msgid "Mail appears from address" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:619 +msgid "Use HTML for E-mails?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:620 +msgid "" +"If you plan use e-mails with HTML, please make sure that this option is " +"enabled. Otherwise, HTML will be displayed as plain text." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:625 +msgid "Appearance" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:628 +msgid "Profile" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:633 +msgid "Profile Default Template" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:634 +msgid "This will be the default template to output profile" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:642 +msgid "Profile Maximum Width" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:651 +msgid "Profile Area Maximum Width" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:653 +#: includes/admin/templates/form/profile_customize.php:56 +msgid "" +"The maximum width of the profile area inside profile (below profile header)" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:659 +msgid "Profile Field Icons" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:660 +msgid "This is applicable for edit mode only" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:663 +#: includes/admin/core/class-admin-settings.php:859 +#: includes/admin/core/class-admin-settings.php:949 +#: includes/admin/templates/form/login_customize.php:40 +#: includes/admin/templates/form/profile_customize.php:67 +#: includes/admin/templates/form/register_customize.php:55 +msgid "Show inside text field" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:664 +#: includes/admin/core/class-admin-settings.php:860 +#: includes/admin/core/class-admin-settings.php:950 +#: includes/admin/templates/form/login_customize.php:41 +#: includes/admin/templates/form/profile_customize.php:68 +#: includes/admin/templates/form/register_customize.php:56 +msgid "Show with label" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:665 +#: includes/admin/core/class-admin-settings.php:861 +#: includes/admin/core/class-admin-settings.php:951 +#: includes/admin/templates/form/login_customize.php:42 +#: includes/admin/templates/form/profile_customize.php:69 +#: includes/admin/templates/form/register_customize.php:57 +msgid "Turn off" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:672 +msgid "Profile Primary Button Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:674 +msgid "The text that is used for updating profile button" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:680 +msgid "Profile Secondary Button" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:682 +#: includes/admin/core/class-admin-settings.php:878 +#: includes/admin/core/class-admin-settings.php:968 +msgid "Switch on/off the secondary button display in the form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:687 +msgid "Profile Secondary Button Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:689 +msgid "The text that is used for cancelling update profile button" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:696 +msgid "Default Profile Photo" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:697 +msgid "" +"You can change the default profile picture globally here. Please make sure " +"that the photo is 300x300px." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:698 +msgid "Select Default Profile Photo" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:708 +msgid "Default Cover Photo" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:709 +msgid "" +"You can change the default cover photo globally here. Please make sure that " +"the default cover is large enough and respects the ratio you are using for " +"cover photos." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:710 +msgid "Select Default Cover Photo" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:715 +#: includes/admin/templates/form/profile_customize.php:127 +msgid "Profile Photo Size" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:717 +msgid "" +"The global default of profile photo size. This can be overridden by " +"individual form settings" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:723 +msgid "Profile Cover Photos" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:725 +msgid "Switch on/off the profile cover photos" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:730 +msgid "Profile Cover Ratio" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:731 +msgid "Choose global ratio for cover photos of profiles" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:745 +msgid "Profile Header Meta Text Icon" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:747 +msgid "Display field icons for related user meta fields in header or not" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:752 +msgid "Show display name in profile header" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:754 +msgid "Switch on/off the user name on profile header" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:759 +msgid "Show social links in profile header" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:761 +msgid "Switch on/off the social links on profile header" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:766 +msgid "Show user description in header" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:768 +msgid "Switch on/off the user description on profile header" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:773 +msgid "Enable html support for user description" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:775 +msgid "" +"Switch on/off to enable/disable support for html tags on user description." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:780 +msgid "User description maximum chars" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:782 +msgid "" +"Maximum number of characters to allow in user description field in header." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:789 +msgid "Profile Header Menu Position" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:791 +msgid "" +"For incompatible themes, please make the menu open from left instead of " +"bottom by default." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:801 +msgid "Show a custom message if profile is empty" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:803 +msgid "Switch on/off the custom message that appears when the profile is empty" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:808 +msgid "Show the emoticon" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:810 +msgid "Switch on/off the emoticon (sad face) that appears above the message" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:816 +msgid "Profile Menu" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:820 +#: includes/admin/templates/form/mode.php:9 +msgid "Registration Form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:825 +msgid "Registration Default Template" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:826 +msgid "This will be the default template to output registration" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:834 +msgid "Registration Maximum Width" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:836 +#: includes/admin/core/class-admin-settings.php:926 +msgid "The maximum width this shortcode can take from the page width" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:842 +msgid "Registration Shortcode Alignment" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:843 +#: includes/admin/core/class-admin-settings.php:933 +#: includes/admin/templates/form/profile_customize.php:115 +msgid "The shortcode is centered by default unless you specify otherwise here" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:846 +#: includes/admin/core/class-admin-settings.php:936 +msgid "Centered" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:847 +#: includes/admin/core/class-admin-settings.php:937 +msgid "Left aligned" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:848 +#: includes/admin/core/class-admin-settings.php:938 +msgid "Right aligned" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:855 +msgid "Registration Field Icons" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:856 +msgid "This controls the display of field icons in the registration form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:868 +msgid "Registration Primary Button Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:870 +#: includes/admin/core/class-admin-settings.php:960 +msgid "The text that is used for primary button text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:876 +msgid "Registration Secondary Button" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:883 +msgid "Registration Secondary Button Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:885 +#: includes/admin/core/class-admin-settings.php:975 +msgid "The text that is used for the secondary button text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:892 +msgid "Registration Secondary Button URL" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:894 +#: includes/admin/core/class-admin-settings.php:984 +msgid "You can replace default link for this button by entering custom URL" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:901 +msgid "Registration Default Role" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:902 +msgid "" +"This will be the default role assigned to users registering thru " +"registration form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:910 +#: includes/admin/templates/form/mode.php:13 +msgid "Login Form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:915 +msgid "Login Default Template" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:916 +msgid "This will be the default template to output login" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:924 +msgid "Login Maximum Width" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:932 +msgid "Login Shortcode Alignment" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:945 +msgid "Login Field Icons" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:946 +msgid "This controls the display of field icons in the login form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:958 +msgid "Login Primary Button Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:966 +msgid "Login Secondary Button" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:973 +msgid "Login Secondary Button Text" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:982 +msgid "Login Secondary Button URL" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:991 +msgid "Login Forgot Password Link" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:993 +msgid "Switch on/off the forgot password link in login form" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:998 +msgid "Show \"Remember Me\"" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1000 +msgid "" +"Allow users to choose If they want to stay signed in even after closing the " +"browser. If you do not show this option, the default will be to not remember " +"login session." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1010 +msgid "Licenses" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1013 +msgid "Misc" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1018 +msgid "Show an asterisk for required fields" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1023 +msgid "User Profile Title" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1024 +msgid "This is the title that is displayed on a specific user profile" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1030 +msgid "User Profile Dynamic Meta Description" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1031 +msgid "" +"This will be used in the meta description that is available for search-" +"engines." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1039 +msgid "Remove Data on Uninstall?" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1040 +msgid "" +"Check this box if you would like Ultimate Member to completely remove all of " +"its data when the plugin/extensions are deleted." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1045 +msgid "Install Info" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1150 +msgid "Ultimate Member - Settings" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1289 +msgid "Save Changes" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1732 +msgid "Subject Line" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1734 +msgid "This is the subject line of the e-mail" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1739 +msgid "Message Body" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1741 +msgid "This is the content of the e-mail" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1791 +#: includes/admin/core/class-admin-settings.php:1889 +#, php-format +msgid "" +"Your license key expired on %s. Please renew your license key." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1804 +#: includes/admin/core/class-admin-settings.php:1902 +#, php-format +msgid "" +"Your license key has been disabled. Please contact support for more information." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1816 +#: includes/admin/core/class-admin-settings.php:1914 +#, php-format +msgid "" +"Invalid license. Please visit your account " +"page and verify it." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1829 +#: includes/admin/core/class-admin-settings.php:1927 +#, php-format +msgid "" +"Your %s is not active for this URL. Please visit your account page to manage your license key URLs." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1841 +#: includes/admin/core/class-admin-settings.php:1939 +#, php-format +msgid "This appears to be an invalid license key for %s." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1850 +#: includes/admin/core/class-admin-settings.php:1948 +#, php-format +msgid "" +"Your license key has reached its activation limit. View " +"possible upgrades now." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1859 +#: includes/admin/core/class-admin-settings.php:1957 +msgid "" +"The key you entered belongs to a bundle, please use the product specific " +"license key." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1867 +#: includes/admin/core/class-admin-settings.php:1875 +msgid "unknown_error" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1868 +#: includes/admin/core/class-admin-settings.php:1876 +#, php-format +msgid "" +"There was an error with this license key: %s. Please contact " +"our support team." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1972 +msgid "License key never expires." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1979 +#, php-format +msgid "" +"Your license key expires soon! It expires on %s. Renew your license key." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:1989 +#, php-format +msgid "Your license key expires on %s." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:2007 +#, php-format +msgid "To receive updates, please enter your valid %s license key." +msgstr "" + +#: includes/admin/core/class-admin-settings.php:2031 +msgid "Clear License" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:2033 +msgid "Activate" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:2035 +msgid "Re-Activate" +msgstr "" + +#: includes/admin/core/class-admin-settings.php:2087 +msgid "" +"To copy the Install info, click below then press Ctrl + C (PC) or Cmd + C " +"(Mac)." +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:129 +#, php-format +msgid "" +"%s is a major update, and we highly recommend creating a full backup of your " +"site before updating." +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:221 +msgid "Upgrade" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:229 +msgid "empty" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:232 +#, php-format +msgid "%s - Upgrade Process" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:233 +#, php-format +msgid "" +"You have installed %s version. Your latest DB version is %s. Before the " +"click to \"Run\" button make sure that did the following:" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:235 +msgid "Create full site's backup." +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:236 +msgid "Set maintenance mode (if you need)" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:237 +msgid "You have nice Internet connection" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:239 +msgid "" +"After the click to \"Run\" button, the update process will be started. All " +"information will be displayed in \"Upgrade Log\" field." +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:240 +msgid "" +"If the update was successful, you will see a corresponding message. " +"Otherwise, contact technical support if the update failed." +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:241 +msgid "Upgrade Log" +msgstr "" + +#: includes/admin/core/class-admin-upgrade.php:244 +msgid "Run" +msgstr "" + +#: includes/admin/core/class-admin-users.php:109 +#: includes/admin/core/class-admin-users.php:112 +msgid "UM Action" +msgstr "" + +#: includes/admin/core/class-admin-users.php:116 +#: includes/core/class-fields.php:2276 +msgid "Apply" +msgstr "" + +#: includes/admin/core/class-admin-users.php:158 +#: includes/core/um-filters-user.php:20 includes/core/um-filters-user.php:25 +msgid "Approve Membership" +msgstr "" + +#: includes/admin/core/class-admin-users.php:161 +#: includes/core/um-filters-user.php:21 +msgid "Reject Membership" +msgstr "" + +#: includes/admin/core/class-admin-users.php:164 +#: includes/core/um-filters-user.php:29 +msgid "Put as Pending Review" +msgstr "" + +#: includes/admin/core/class-admin-users.php:167 +#: includes/core/um-filters-user.php:33 +msgid "Resend Activation E-mail" +msgstr "" + +#: includes/admin/core/class-admin-users.php:170 +msgid "Deactivate" +msgstr "" + +#: includes/admin/core/class-admin-users.php:173 +msgid "Reactivate" +msgstr "" + +#: includes/admin/core/class-admin-users.php:196 templates/account.php:38 +#: templates/account.php:62 +msgid "View profile" +msgstr "" + +#: includes/admin/core/class-admin-users.php:200 +msgid "Info" +msgstr "" + +#: includes/admin/core/class-admin-users.php:305 +#: includes/admin/templates/dashboard/users.php:11 +#: includes/core/class-user.php:816 +msgid "Approved" +msgstr "" + +#: includes/admin/core/class-admin-users.php:306 +msgid "Pending review" +msgstr "" + +#: includes/admin/core/class-admin-users.php:307 +msgid "Waiting e-mail confirmation" +msgstr "" + +#: includes/admin/core/class-admin-users.php:308 +#: includes/admin/templates/dashboard/users.php:37 +msgid "Inactive" +msgstr "" + +#: includes/admin/core/class-admin-users.php:309 +#: includes/admin/templates/dashboard/users.php:16 +msgid "Rejected" +msgstr "" + +#: includes/admin/core/class-admin-users.php:369 +msgid "You do not have enough permissions to do that." +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:69 +#: includes/admin/core/list-tables/roles-list-table.php:172 +msgid "item" +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:70 +#: includes/admin/core/list-tables/roles-list-table.php:173 +msgid "items" +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:74 +#: includes/admin/core/list-tables/roles-list-table.php:177 +msgid "not found." +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:236 +msgid "Member" +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:270 +msgid "Email Notification" +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:271 +msgid "Email Notifications" +msgstr "" + +#: includes/admin/core/list-tables/emails-list-table.php:301 +msgid "Recipient(s)" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:23 +#: includes/admin/core/list-tables/roles-list-table.php:88 +#: includes/admin/core/list-tables/roles-list-table.php:398 +msgid "Roles" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:335 +msgid "Edit" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:338 +msgid "Are you sure you want to delete this role?" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:338 +#: includes/admin/core/list-tables/roles-list-table.php:406 +msgid "Delete" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:343 +msgid "Are you sure you want to reset UM role meta?" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:343 +msgid "Reset UM Role meta" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:367 +#: includes/admin/core/list-tables/roles-list-table.php:375 +#: includes/admin/templates/form/login_customize.php:14 +#: includes/admin/templates/form/login_customize.php:62 +#: includes/admin/templates/form/login_customize.php:81 +#: includes/admin/templates/form/login_customize.php:92 +#: includes/admin/templates/form/profile_customize.php:23 +#: includes/admin/templates/form/profile_customize.php:89 +#: includes/admin/templates/form/profile_customize.php:108 +#: includes/admin/templates/form/profile_customize.php:141 +#: includes/admin/templates/form/profile_customize.php:152 +#: includes/admin/templates/form/profile_customize.php:163 +#: includes/admin/templates/form/profile_customize.php:174 +#: includes/admin/templates/form/register_customize.php:21 +#: includes/admin/templates/form/register_customize.php:77 +#: includes/admin/templates/form/register_gdpr.php:24 +#: includes/core/class-builtin.php:1130 includes/core/class-builtin.php:1145 +#: includes/core/um-filters-members.php:68 +msgid "Yes" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:367 +#: includes/admin/core/list-tables/roles-list-table.php:375 +#: includes/admin/templates/form/login_customize.php:13 +#: includes/admin/templates/form/login_customize.php:61 +#: includes/admin/templates/form/login_customize.php:80 +#: includes/admin/templates/form/login_customize.php:91 +#: includes/admin/templates/form/profile_customize.php:22 +#: includes/admin/templates/form/profile_customize.php:88 +#: includes/admin/templates/form/profile_customize.php:107 +#: includes/admin/templates/form/profile_customize.php:140 +#: includes/admin/templates/form/profile_customize.php:151 +#: includes/admin/templates/form/profile_customize.php:162 +#: includes/admin/templates/form/profile_customize.php:173 +#: includes/admin/templates/form/register_customize.php:20 +#: includes/admin/templates/form/register_customize.php:76 +#: includes/admin/templates/form/register_gdpr.php:23 +#: includes/core/class-builtin.php:1130 includes/core/class-builtin.php:1144 +#: includes/core/class-builtin.php:1145 +#: includes/core/um-actions-account.php:251 +msgid "No" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:397 +msgid "Role" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:410 +msgid "Role Title" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:411 +msgid "Role ID" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:412 +msgid "No.of Members" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:413 +msgid "UM Custom Role" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:414 +msgid "WP-Admin Access" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:415 +msgid "Priority" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:479 +#: includes/admin/core/packages/2.0-beta1/user_roles.php:14 +#: includes/admin/templates/role/role-edit.php:136 +#: includes/core/class-common.php:58 includes/core/class-common.php:87 +msgid "Add New" +msgstr "" + +#: includes/admin/core/list-tables/roles-list-table.php:486 +msgid "User Role Deleted Successfully." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:6 +#: includes/admin/core/packages/2.0.10/functions.php:6 +msgid "Styles was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:17 +msgid "User Roles was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:80 +#, php-format +msgid "Users from %s to %s was upgraded successfully..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:100 +msgid "Settings was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:108 +msgid "Menus settings was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:116 +msgid "Mailchimp Lists was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:124 +msgid "Social login forms was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:132 +msgid "UM Custom Posts was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:147 +msgid "Forums are ready for upgrade" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:200 +#, php-format +msgid "Forums from %s to %s was upgraded successfully..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:216 +msgid "Woocommerce Products are ready for upgrade" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:290 +#, php-format +msgid "Woocommerce Products from %s to %s was upgraded successfully..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/functions.php:306 +msgid "Email Templates was upgraded successfully" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:13 +#: includes/admin/core/packages/2.0.10/init.php:6 +msgid "Upgrade Styles..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:37 +msgid "Upgrade Roles..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:50 +msgid "Upgrade Users..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:71 +msgid "Getting " +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:71 +#: includes/admin/core/packages/2.0-beta1/init.php:82 +msgid " users..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:82 +msgid "There are " +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:83 +msgid "Start users upgrading..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:135 +msgid "Upgrade Content Restriction Settings..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:160 +msgid "Upgrade Settings..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:185 +msgid "Upgrade Menu Items..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:210 +msgid "Upgrade Mailchimp Lists..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:235 +msgid "Upgrade Social Login Forms..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:260 +msgid "Upgrade UM Custom Post Types..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:285 +msgid "Upgrade bbPress Forums..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:286 +msgid "Get bbPress Forums count..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:343 +msgid "Upgrade Woocommerce Products..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:344 +msgid "Get all Products..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/init.php:403 +msgid "Upgrade Email Templates..." +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/user_roles.php:13 +msgid "User Role" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/user_roles.php:15 +msgid "Add New User Role" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/user_roles.php:16 +msgid "Edit User Role" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/user_roles.php:17 +msgid "You did not create any user roles yet" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/user_roles.php:18 +#: includes/core/class-common.php:62 includes/core/class-common.php:91 +msgid "Nothing found in Trash" +msgstr "" + +#: includes/admin/core/packages/2.0-beta1/user_roles.php:19 +msgid "Search User Roles" +msgstr "" + +#: includes/admin/core/packages/2.0.10/functions.php:17 +msgid "Users cache was cleared successfully" +msgstr "" + +#: includes/admin/core/packages/2.0.10/init.php:31 +msgid "Clear Users Cache..." +msgstr "" + +#: includes/admin/core/packages/2.0.24/functions.php:9 +msgid "Temporary dir was purged successfully" +msgstr "" + +#: includes/admin/core/packages/2.0.24/init.php:6 +msgid "Purge temp files dir..." +msgstr "" + +#: includes/admin/templates/dashboard/cache.php:9 +msgid "Run this task from time to time to keep your DB clean." +msgstr "" + +#: includes/admin/templates/dashboard/cache.php:12 +#, php-format +msgid "Clear cache of %s users" +msgstr "" + +#: includes/admin/templates/dashboard/feed.php:4 +msgid "Latest From Ultimate Member" +msgstr "" + +#: includes/admin/templates/dashboard/language-contrib.php:2 +#, php-format +msgid "" +"Ultimate Member is not yet available in your language: %1$s." +msgstr "" + +#: includes/admin/templates/dashboard/language-contrib.php:6 +msgid "" +"If you want to contribute this translation to the plugin, please add it on " +"our community forum." +msgstr "" + +#: includes/admin/templates/dashboard/language-download.php:2 +#, php-format +msgid "" +"Ultimate Member is available in your language: %1$s (%2$s)." +msgstr "" + +#: includes/admin/templates/dashboard/language-download.php:7 +msgid "Download Translation" +msgstr "" + +#: includes/admin/templates/dashboard/language-update.php:2 +#, php-format +msgid "" +"You are currently using Ultimate Member in your language: %1$s " +"(%2$s)." +msgstr "" + +#: includes/admin/templates/dashboard/language-update.php:7 +msgid "Force Update Translation" +msgstr "" + +#: includes/admin/templates/dashboard/purge.php:4 +#, php-format +msgid "" +"You can free up %s MB by purging your temp upload " +"directory." +msgstr "" + +#: includes/admin/templates/dashboard/purge.php:9 +msgid "Purge Temp" +msgstr "" + +#: includes/admin/templates/dashboard/purge.php:16 +msgid "" +"Your temp uploads directory is clean. There is " +"nothing to purge." +msgstr "" + +#: includes/admin/templates/dashboard/upgrade-request.php:1 +msgid "" +"Run this task from time to time if you have issues with WP Cron and need to " +"get UM extension updates." +msgstr "" + +#: includes/admin/templates/dashboard/upgrade-request.php:4 +msgid "Get latest versions" +msgstr "" + +#: includes/admin/templates/dashboard/users.php:27 +#: includes/core/class-user.php:824 +msgid "Pending Review" +msgstr "" + +#: includes/admin/templates/dashboard/users.php:32 +#: includes/core/class-user.php:820 +msgid "Awaiting E-mail Confirmation" +msgstr "" + +#: includes/admin/templates/directory/appearance.php:9 +#: includes/admin/templates/form/login_customize.php:20 +#: includes/admin/templates/form/profile_customize.php:39 +#: includes/admin/templates/form/register_customize.php:35 +msgid "Template" +msgstr "" + +#: includes/admin/templates/directory/general.php:46 +msgid "New users first" +msgstr "" + +#: includes/admin/templates/directory/general.php:47 +msgid "Old users first" +msgstr "" + +#: includes/admin/templates/directory/general.php:48 +msgid "Last login" +msgstr "" + +#: includes/admin/templates/directory/general.php:49 +msgid "Display Name" +msgstr "" + +#: includes/admin/templates/directory/general.php:50 +#: includes/core/class-builtin.php:707 includes/core/class-builtin.php:710 +msgid "First Name" +msgstr "" + +#: includes/admin/templates/directory/general.php:51 +#: includes/core/class-builtin.php:717 includes/core/class-builtin.php:720 +msgid "Last Name" +msgstr "" + +#: includes/admin/templates/directory/general.php:52 +msgid "Random" +msgstr "" + +#: includes/admin/templates/directory/general.php:53 +msgid "Other (custom field)" +msgstr "" + +#: includes/admin/templates/directory/general.php:65 +msgid "User Roles to Display" +msgstr "" + +#: includes/admin/templates/directory/general.php:66 +msgid "" +"If you do not want to show all members, select only user roles to appear in " +"this directory" +msgstr "" + +#: includes/admin/templates/directory/general.php:74 +msgid "Only show members who have uploaded a profile photo" +msgstr "" + +#: includes/admin/templates/directory/general.php:75 +msgid "If 'Use Gravatars' as profile photo is enabled, this option is ignored" +msgstr "" + +#: includes/admin/templates/directory/general.php:81 +msgid "Only show members who have uploaded a cover photo" +msgstr "" + +#: includes/admin/templates/directory/general.php:87 +msgid "Sort users by" +msgstr "" + +#: includes/admin/templates/directory/general.php:88 +msgid "Sort users by a specific parameter in the directory" +msgstr "" + +#: includes/admin/templates/directory/general.php:95 +msgid "Meta key" +msgstr "" + +#: includes/admin/templates/directory/general.php:96 +msgid "To sort by a custom field, enter the meta key of field here" +msgstr "" + +#: includes/admin/templates/directory/general.php:103 +msgid "Only show specific users (Enter one username per line)" +msgstr "" + +#: includes/admin/templates/directory/pagination.php:9 +msgid "Number of profiles per page" +msgstr "" + +#: includes/admin/templates/directory/pagination.php:10 +msgid "Number of profiles to appear on page for standard users" +msgstr "" + +#: includes/admin/templates/directory/pagination.php:17 +msgid "Number of profiles per page (for Mobiles & Tablets)" +msgstr "" + +#: includes/admin/templates/directory/pagination.php:18 +msgid "Number of profiles to appear on page for mobile users" +msgstr "" + +#: includes/admin/templates/directory/pagination.php:25 +msgid "Maximum number of profiles" +msgstr "" + +#: includes/admin/templates/directory/pagination.php:26 +msgid "" +"Use this setting to control the maximum number of profiles to appear in this " +"directory. Leave blank to disable this limit" +msgstr "" + +#: includes/admin/templates/directory/profile.php:19 +msgid "Enable Profile Photo" +msgstr "" + +#: includes/admin/templates/directory/profile.php:25 +msgid "Enable Cover Photo" +msgstr "" + +#: includes/admin/templates/directory/profile.php:26 +msgid "If turned on, the users cover photo will appear in the directory" +msgstr "" + +#: includes/admin/templates/directory/profile.php:32 +msgid "Show display name" +msgstr "" + +#: includes/admin/templates/directory/profile.php:38 +msgid "Show tagline below profile name" +msgstr "" + +#: includes/admin/templates/directory/profile.php:44 +msgid "Choose field(s) to display in tagline" +msgstr "" + +#: includes/admin/templates/directory/profile.php:47 +#: includes/admin/templates/directory/profile.php:69 +#: includes/admin/templates/directory/search.php:78 +msgid "Add New Custom Field" +msgstr "" + +#: includes/admin/templates/directory/profile.php:54 +msgid "Show extra user information below tagline?" +msgstr "" + +#: includes/admin/templates/directory/profile.php:60 +msgid "Enable reveal section transition by default" +msgstr "" + +#: includes/admin/templates/directory/profile.php:67 +msgid "Choose field(s) to display in reveal section" +msgstr "" + +#: includes/admin/templates/directory/profile.php:77 +msgid "Show social connect icons" +msgstr "" + +#: includes/admin/templates/directory/search.php:49 +msgid "Enable Search feature" +msgstr "" + +#: includes/admin/templates/directory/search.php:50 +msgid "If turned on, users will be able to search members in this directory" +msgstr "" + +#: includes/admin/templates/directory/search.php:56 +msgid "Show results only after search" +msgstr "" + +#: includes/admin/templates/directory/search.php:57 +msgid "If turned on, member results will only appear after search is performed" +msgstr "" + +#: includes/admin/templates/directory/search.php:65 +msgid "User Roles that can use search" +msgstr "" + +#: includes/admin/templates/directory/search.php:66 +msgid "If you want to allow specific user roles to be able to search only" +msgstr "" + +#: includes/admin/templates/directory/search.php:74 +msgid "Choose field(s) to enable in search" +msgstr "" + +#: includes/admin/templates/directory/search.php:84 +msgid "Results Text" +msgstr "" + +#: includes/admin/templates/directory/search.php:85 +msgid "" +"Customize the search result text . e.g. Found 3,000 Members. Leave this " +"blank to not show result text" +msgstr "" + +#: includes/admin/templates/directory/search.php:86 +#: includes/class-config.php:152 includes/class-config.php:247 +msgid "{total_users} Members" +msgstr "" + +#: includes/admin/templates/directory/search.php:92 +msgid "Single Result Text" +msgstr "" + +#: includes/admin/templates/directory/search.php:93 +msgid "Same as above but in case of 1 user found only" +msgstr "" + +#: includes/admin/templates/directory/search.php:94 +#: includes/class-config.php:153 includes/class-config.php:248 +msgid "{total_users} Member" +msgstr "" + +#: includes/admin/templates/directory/search.php:100 +msgid "Custom text if no users were found" +msgstr "" + +#: includes/admin/templates/directory/search.php:101 +msgid "" +"This is the text that is displayed if no users are found during a search" +msgstr "" + +#: includes/admin/templates/directory/search.php:102 +#: includes/class-config.php:154 +msgid "We are sorry. We cannot find any users who match your search criteria." +msgstr "" + +#: includes/admin/templates/extensions.php:155 +msgid "View our Extensions Bundle" +msgstr "" + +#: includes/admin/templates/extensions.php:164 +msgid "Premium" +msgstr "" + +#: includes/admin/templates/extensions.php:169 +msgid "Free" +msgstr "" + +#: includes/admin/templates/extensions.php:195 +#: includes/admin/templates/extensions.php:229 +msgid "Get this Add on" +msgstr "" + +#: includes/admin/templates/extensions.php:200 +#: includes/admin/templates/extensions.php:234 +msgid "More Details" +msgstr "" + +#: includes/admin/templates/form/builder.php:9 +msgid "Live Preview" +msgstr "" + +#: includes/admin/templates/form/builder.php:23 +msgid "Add Master Row" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:9 +#: includes/admin/templates/form/profile_customize.php:18 +#: includes/admin/templates/form/register_customize.php:16 +msgid "Apply custom settings to this form" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:10 +#: includes/admin/templates/form/profile_customize.php:19 +#: includes/admin/templates/form/register_customize.php:17 +msgid "" +"Switch to yes if you want to customize this form settings, styling & " +"appearance" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:28 +#: includes/admin/templates/form/profile_customize.php:47 +#: includes/admin/templates/form/register_customize.php:43 +msgid "Max. Width (px)" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:29 +#: includes/admin/templates/form/profile_customize.php:48 +#: includes/admin/templates/form/register_customize.php:44 +msgid "The maximum width of shortcode in pixels e.g. 600px" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:36 +#: includes/admin/templates/form/profile_customize.php:63 +#: includes/admin/templates/form/register_customize.php:51 +msgid "Field Icons" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:37 +#: includes/admin/templates/form/profile_customize.php:64 +#: includes/admin/templates/form/register_customize.php:52 +msgid "" +"Whether to show field icons and where to show them relative to the field" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:49 +#: includes/admin/templates/form/profile_customize.php:76 +#: includes/admin/templates/form/register_customize.php:64 +msgid "Primary Button Text" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:50 +#: includes/admin/templates/form/login_customize.php:69 +#: includes/admin/templates/form/profile_customize.php:77 +#: includes/admin/templates/form/profile_customize.php:96 +#: includes/admin/templates/form/register_customize.php:65 +#: includes/admin/templates/form/register_customize.php:84 +msgid "Customize the button text" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:57 +#: includes/admin/templates/form/profile_customize.php:84 +#: includes/admin/templates/form/register_customize.php:72 +msgid "Show Secondary Button" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:68 +#: includes/admin/templates/form/profile_customize.php:95 +#: includes/admin/templates/form/register_customize.php:83 +msgid "Secondary Button Text" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:76 +msgid "Show Forgot Password Link?" +msgstr "" + +#: includes/admin/templates/form/login_customize.php:87 +msgid "Show \"Remember Me\"?" +msgstr "" + +#: includes/admin/templates/form/login_settings.php:9 +msgid "Redirection after Login" +msgstr "" + +#: includes/admin/templates/form/login_settings.php:10 +msgid "" +"Change this If you want to override role redirection settings after login " +"only." +msgstr "" + +#: includes/admin/templates/form/login_settings.php:14 +#: includes/admin/templates/role/login.php:16 +#: includes/admin/templates/role/register.php:27 +msgid "Redirect to profile" +msgstr "" + +#: includes/admin/templates/form/login_settings.php:15 +#: includes/admin/templates/role/login.php:17 +#: includes/admin/templates/role/register.php:28 +#: includes/admin/templates/role/register.php:55 +#: includes/admin/templates/role/register.php:89 +msgid "Redirect to URL" +msgstr "" + +#: includes/admin/templates/form/login_settings.php:16 +#: includes/admin/templates/role/login.php:18 +msgid "Refresh active page" +msgstr "" + +#: includes/admin/templates/form/login_settings.php:17 +#: includes/admin/templates/role/login.php:19 +msgid "Redirect to WordPress Admin" +msgstr "" + +#: includes/admin/templates/form/login_settings.php:23 +#: includes/admin/templates/role/delete.php:23 +#: includes/admin/templates/role/login.php:25 +#: includes/admin/templates/role/logout.php:23 +#: includes/admin/templates/role/register.php:35 +#: includes/admin/templates/role/register.php:69 +#: includes/admin/templates/role/register.php:103 +msgid "Set Custom Redirect URL" +msgstr "" + +#: includes/admin/templates/form/mode.php:6 +msgid "" +"Note: Form type cannot be changed for the default forms." +msgstr "" + +#: includes/admin/templates/form/mode.php:11 +msgid "Profile Form" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:30 +msgid "Make this profile form role-specific" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:31 +msgid "" +"Please note if you make a profile form specific to a role then you must make " +"sure that every other role is assigned a profile form" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:55 +msgid "Profile Area Max. Width (px)" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:103 +msgid "Enable Cover Photos" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:114 +msgid "Cover photo ratio" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:128 +msgid "Set the profile photo size in pixels here" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:135 +msgid "Make Profile Photo Required" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:136 +msgid "Require user to update a profile photo when updating their profile" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:147 +msgid "Show display name in profile header?" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:158 +msgid "Show social links in profile header?" +msgstr "" + +#: includes/admin/templates/form/profile_customize.php:169 +msgid "Show user description in profile header?" +msgstr "" + +#: includes/admin/templates/form/profile_settings.php:17 +msgid "Field(s) to show in user meta" +msgstr "" + +#: includes/admin/templates/form/profile_settings.php:18 +msgid "" +"Fields selected here will appear in the profile header area below the user's " +"display name" +msgstr "" + +#: includes/admin/templates/form/profile_settings.php:21 +msgid "Add New Field" +msgstr "" + +#: includes/admin/templates/form/register_customize.php:27 +msgid "Assign role to form" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:5 +msgid "Select page" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:20 +msgid "Enable on this form" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:30 +msgid "Content" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:38 +msgid "Toggle Show text" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:39 +#: includes/admin/templates/form/register_gdpr.php:40 +#: templates/gdpr-register.php:15 templates/gdpr-register.php:17 +msgid "Show privacy policy" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:46 +msgid "Toggle Hide text" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:47 +#: includes/admin/templates/form/register_gdpr.php:48 +#: templates/gdpr-register.php:16 +msgid "Hide privacy policy" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:54 +msgid "Checkbox agreement description" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:55 +#: includes/admin/templates/form/register_gdpr.php:56 +#: templates/gdpr-register.php:28 +msgid "Please confirm that you agree to our privacy policy" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:62 +msgid "Error Text" +msgstr "" + +#: includes/admin/templates/form/register_gdpr.php:63 +#: includes/admin/templates/form/register_gdpr.php:64 +#: templates/gdpr-register.php:37 +msgid "Please confirm your acceptance of our privacy policy" +msgstr "" + +#: includes/admin/templates/gdpr.php:4 +msgid "What personal data we collect and why we collect it" +msgstr "" + +#: includes/admin/templates/gdpr.php:10 +#, php-format +msgid "%s provides you with forms for user registration, login and profiles." +msgstr "" + +#: includes/admin/templates/gdpr.php:13 +msgid "Via these forms you are collecting personal data from your users." +msgstr "" + +#: includes/admin/templates/gdpr.php:16 +msgid "" +"You should include in your privacy policy what personal data is captured " +"when someone submits/fills in one of the forms, why you collect it and what " +"you do with this data and how long you keep it." +msgstr "" + +#: includes/admin/templates/gdpr.php:20 +msgid "How long we retain your data" +msgstr "" + +#: includes/admin/templates/gdpr.php:23 +msgid "" +"Registered user information is retained in your website’s database " +"indefinitely." +msgstr "" + +#: includes/admin/templates/gdpr.php:26 +msgid "" +"Data can be exported or removed upon users request via the existing " +"WordPress data exporter or eraser." +msgstr "" + +#: includes/admin/templates/gdpr.php:29 +msgid "" +"If syncing data to a 3rd party service (e.g Mailchimp via our MailChimp " +"extension), data is retained there until unsubscribed or deleted." +msgstr "" + +#: includes/admin/templates/gdpr.php:33 +msgid "Where we send your data" +msgstr "" + +#: includes/admin/templates/gdpr.php:36 +#, php-format +msgid "%s does not send any user data outside of your site by default." +msgstr "" + +#: includes/admin/templates/gdpr.php:39 +msgid "" +"If you have extended the functionality of the plugin (e.g sending registered " +"user data to MailChimp via our MailChimp extension, this user info may be " +"passed to these external services. These services may be located abroad and " +"outwith the EU." +msgstr "" + +#: includes/admin/templates/modal/dynamic_edit_field.php:6 +msgid "Edit Field" +msgstr "" + +#: includes/admin/templates/modal/dynamic_edit_field.php:12 +#: includes/admin/templates/modal/dynamic_edit_row.php:12 +msgid "Update" +msgstr "" + +#: includes/admin/templates/modal/dynamic_edit_field.php:14 +#: includes/admin/templates/modal/dynamic_edit_row.php:14 +#: includes/admin/templates/modal/dynamic_new_divider.php:14 +#: includes/admin/templates/modal/dynamic_new_field.php:14 +#: includes/admin/templates/modal/dynamic_new_group.php:14 +#: includes/admin/templates/modal/fonticons.php:11 +#: includes/admin/templates/role/publish.php:24 +#: includes/core/class-fields.php:2277 includes/core/class-fields.php:2367 +#: includes/core/um-actions-profile.php:554 +#: includes/core/um-actions-profile.php:693 +#: includes/core/um-actions-profile.php:726 +#: includes/core/um-actions-profile.php:1073 +#: includes/core/um-actions-profile.php:1080 +msgid "Cancel" +msgstr "" + +#: includes/admin/templates/modal/dynamic_edit_row.php:6 +msgid "Edit Row Settings" +msgstr "" + +#: includes/admin/templates/modal/dynamic_form_preview.php:4 +msgid "Live Form Preview" +msgstr "" + +#: includes/admin/templates/modal/dynamic_form_preview.php:10 +msgid "Continue editing" +msgstr "" + +#: includes/admin/templates/modal/dynamic_new_divider.php:6 +msgid "Add a New Divider" +msgstr "" + +#: includes/admin/templates/modal/dynamic_new_divider.php:12 +#: includes/admin/templates/modal/dynamic_new_field.php:12 +#: includes/admin/templates/modal/dynamic_new_group.php:12 +msgid "Add" +msgstr "" + +#: includes/admin/templates/modal/dynamic_new_field.php:6 +msgid "Add a New Field" +msgstr "" + +#: includes/admin/templates/modal/dynamic_new_group.php:6 +msgid "Add a New Field Group" +msgstr "" + +#: includes/admin/templates/modal/dynamic_registration_preview.php:4 +msgid "Review Registration Details" +msgstr "" + +#: includes/admin/templates/modal/fields.php:4 +msgid "Fields Manager" +msgstr "" + +#: includes/admin/templates/modal/fonticons.php:4 +#, php-format +msgid "Choose from %s available icons" +msgstr "" + +#: includes/admin/templates/modal/fonticons.php:10 +msgid "Finish" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:11 +msgid "Can access wp-admin?" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:12 +msgid "" +"The core admin role must always have access to wp-admin / WordPress backend" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:18 +msgid "Force hiding adminbar in frontend?" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:19 +msgid "Show/hide the adminbar on frontend" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:25 +msgid "Can edit other member accounts?" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:26 +#: includes/admin/templates/role/admin-permissions.php:43 +msgid "Allow this role to edit accounts of other members" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:32 +msgid "Can edit these user roles only" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:33 +#: includes/admin/templates/role/admin-permissions.php:50 +msgid "" +"Which roles that role can edit, choose none to allow role to edit all member " +"roles" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:42 +msgid "Can delete other member accounts?" +msgstr "" + +#: includes/admin/templates/role/admin-permissions.php:49 +msgid "Can delete these user roles only" +msgstr "" + +#: includes/admin/templates/role/delete.php:12 +msgid "Action to be taken after account is deleted" +msgstr "" + +#: includes/admin/templates/role/delete.php:13 +msgid "" +"Select what happens when a user with this role deletes their own account" +msgstr "" + +#: includes/admin/templates/role/delete.php:16 +#: includes/admin/templates/role/logout.php:16 +msgid "Go to Homepage" +msgstr "" + +#: includes/admin/templates/role/delete.php:17 +#: includes/admin/templates/role/logout.php:17 +msgid "Go to Custom URL" +msgstr "" + +#: includes/admin/templates/role/delete.php:24 +msgid "Set a url to redirect this user role to after they delete account" +msgstr "" + +#: includes/admin/templates/role/general.php:11 +msgid "Can edit their profile?" +msgstr "" + +#: includes/admin/templates/role/general.php:12 +msgid "Can this role edit his own profile?" +msgstr "" + +#: includes/admin/templates/role/general.php:18 +msgid "Can delete their account?" +msgstr "" + +#: includes/admin/templates/role/general.php:19 +msgid "" +"Allow this role to delete their account and end their membership on your site" +msgstr "" + +#: includes/admin/templates/role/home.php:12 +msgid "Can view default homepage?" +msgstr "" + +#: includes/admin/templates/role/home.php:13 +msgid "Allow this user role to view your site's homepage" +msgstr "" + +#: includes/admin/templates/role/home.php:19 +msgid "Custom Homepage Redirect" +msgstr "" + +#: includes/admin/templates/role/home.php:20 +msgid "" +"Set a url to redirect this user role to if they try to view your site's " +"homepage" +msgstr "" + +#: includes/admin/templates/role/login.php:12 +msgid "Action to be taken after login" +msgstr "" + +#: includes/admin/templates/role/login.php:13 +msgid "Select what happens when a user with this role logins to your site" +msgstr "" + +#: includes/admin/templates/role/login.php:26 +msgid "" +"Set a url to redirect this user role to after they login with their account" +msgstr "" + +#: includes/admin/templates/role/logout.php:12 +msgid "Action to be taken after logout" +msgstr "" + +#: includes/admin/templates/role/logout.php:13 +msgid "Select what happens when a user with this role logouts of your site" +msgstr "" + +#: includes/admin/templates/role/logout.php:24 +msgid "Set a url to redirect this user role to after they logout from site" +msgstr "" + +#: includes/admin/templates/role/profile.php:11 +msgid "Can view other member profiles?" +msgstr "" + +#: includes/admin/templates/role/profile.php:12 +msgid "Can this role view all member profiles?" +msgstr "" + +#: includes/admin/templates/role/profile.php:18 +msgid "Can view these user roles only" +msgstr "" + +#: includes/admin/templates/role/profile.php:19 +msgid "" +"Which roles that role can view, choose none to allow role to view all member " +"roles" +msgstr "" + +#: includes/admin/templates/role/profile.php:29 +msgid "Can make their profile private?" +msgstr "" + +#: includes/admin/templates/role/profile.php:30 +msgid "Can this role make their profile private?" +msgstr "" + +#: includes/admin/templates/role/profile.php:37 +msgid "Can view/access private profiles?" +msgstr "" + +#: includes/admin/templates/role/profile.php:38 +msgid "Can this role view private profiles?" +msgstr "" + +#: includes/admin/templates/role/publish.php:14 +msgid "Role Priority" +msgstr "" + +#: includes/admin/templates/role/publish.php:15 +msgid "The higher the number, the higher the priority" +msgstr "" + +#: includes/admin/templates/role/publish.php:23 +msgid "Update Role" +msgstr "" + +#: includes/admin/templates/role/publish.php:23 +msgid "Create Role" +msgstr "" + +#: includes/admin/templates/role/register.php:11 +msgid "Registration Status" +msgstr "" + +#: includes/admin/templates/role/register.php:12 +msgid "" +"Select the status you would like this user role to have after they register " +"on your site" +msgstr "" + +#: includes/admin/templates/role/register.php:15 +msgid "Auto Approve" +msgstr "" + +#: includes/admin/templates/role/register.php:16 +msgid "Require Email Activation" +msgstr "" + +#: includes/admin/templates/role/register.php:17 +msgid "Require Admin Review" +msgstr "" + +#: includes/admin/templates/role/register.php:23 +#: includes/admin/templates/role/register.php:50 +#: includes/admin/templates/role/register.php:84 +msgid "Action to be taken after registration" +msgstr "" + +#: includes/admin/templates/role/register.php:24 +#: includes/admin/templates/role/register.php:51 +#: includes/admin/templates/role/register.php:85 +msgid "" +"Select what action is taken after a person registers on your site. Depending " +"on the status you can redirect them to their profile, a custom url or show a " +"custom message" +msgstr "" + +#: includes/admin/templates/role/register.php:42 +msgid "Login user after validating the activation link?" +msgstr "" + +#: includes/admin/templates/role/register.php:43 +msgid "Login the user after validating the activation link" +msgstr "" + +#: includes/admin/templates/role/register.php:54 +#: includes/admin/templates/role/register.php:88 +msgid "Show custom message" +msgstr "" + +#: includes/admin/templates/role/register.php:62 +#: includes/admin/templates/role/register.php:96 +msgid "Personalize the custom message" +msgstr "" + +#: includes/admin/templates/role/register.php:63 +msgid "" +"Thank you for registering. Before you can login we need you to activate your " +"account by clicking the activation link in the email we just sent you." +msgstr "" + +#: includes/admin/templates/role/register.php:76 +msgid "URL redirect after e-mail activation" +msgstr "" + +#: includes/admin/templates/role/register.php:77 +msgid "" +"If you want users to go to a specific page other than login page after e-" +"mail activation, enter the URL here." +msgstr "" + +#: includes/admin/templates/role/register.php:97 +msgid "" +"Thank you for applying for membership to our site. We will review your " +"details and send you an email letting you know whether your application has " +"been successful or not." +msgstr "" + +#: includes/admin/templates/role/role-edit.php:70 +msgid "Title is empty!" +msgstr "" + +#: includes/admin/templates/role/role-edit.php:95 +msgid "Role already exists!" +msgstr "" + +#: includes/admin/templates/role/role-edit.php:134 +msgid "Add New Role" +msgstr "" + +#: includes/admin/templates/role/role-edit.php:134 +msgid "Edit Role" +msgstr "" + +#: includes/admin/templates/role/role-edit.php:143 +msgid "User Role Added Successfully." +msgstr "" + +#: includes/admin/templates/role/role-edit.php:146 +msgid "User Role Updated Successfully." +msgstr "" + +#: includes/admin/templates/role/role-edit.php:172 +msgid "Enter Title Here" +msgstr "" + +#: includes/admin/templates/role/wp-capabilities.php:36 +msgid "Uncheck All" +msgstr "" + +#: includes/admin/templates/role/wp-capabilities.php:38 +#: includes/admin/templates/role/wp-capabilities.php:46 +msgid "Check All" +msgstr "" + +#: includes/class-config.php:129 includes/class-config.php:733 +msgid "User" +msgstr "" + +#: includes/class-config.php:130 includes/class-config.php:234 +#: includes/class-config.php:240 includes/class-config.php:734 +msgid "Login" +msgstr "" + +#: includes/class-config.php:131 includes/class-config.php:232 +#: includes/class-config.php:244 includes/class-config.php:735 +msgid "Register" +msgstr "" + +#: includes/class-config.php:132 includes/class-config.php:736 +msgid "Members" +msgstr "" + +#: includes/class-config.php:133 includes/class-config.php:737 +#: includes/core/um-actions-profile.php:1079 +#: includes/core/um-actions-user.php:15 +msgid "Logout" +msgstr "" + +#: includes/class-config.php:135 includes/class-config.php:739 +msgid "Password Reset" +msgstr "" + +#: includes/class-config.php:307 +msgid "Account Welcome Email" +msgstr "" + +#: includes/class-config.php:318 +msgid "" +"Whether to send the user an email when his account is automatically approved" +msgstr "" + +#: includes/class-config.php:324 +msgid "Account Activation Email" +msgstr "" + +#: includes/class-config.php:332 +msgid "" +"Whether to send the user an email when his account needs e-mail activation" +msgstr "" + +#: includes/class-config.php:337 +msgid "Your account is pending review" +msgstr "" + +#: includes/class-config.php:345 +msgid "Whether to send the user an email when his account needs admin review" +msgstr "" + +#: includes/class-config.php:350 +msgid "Account Approved Email" +msgstr "" + +#: includes/class-config.php:362 +msgid "Whether to send the user an email when his account is approved" +msgstr "" + +#: includes/class-config.php:367 +msgid "Account Rejected Email" +msgstr "" + +#: includes/class-config.php:374 +msgid "Whether to send the user an email when his account is rejected" +msgstr "" + +#: includes/class-config.php:379 +msgid "Account Deactivated Email" +msgstr "" + +#: includes/class-config.php:386 +msgid "Whether to send the user an email when his account is deactivated" +msgstr "" + +#: includes/class-config.php:392 +msgid "Account Deleted Email" +msgstr "" + +#: includes/class-config.php:399 +msgid "Whether to send the user an email when his account is deleted" +msgstr "" + +#: includes/class-config.php:405 +msgid "Password Reset Email" +msgstr "" + +#: includes/class-config.php:413 +msgid "" +"Whether to send an email when users changed their password (Recommended, " +"please keep on)" +msgstr "" + +#: includes/class-config.php:419 +msgid "Password Changed Email" +msgstr "" + +#: includes/class-config.php:426 +msgid "" +"Whether to send the user an email when he request to reset password " +"(Recommended, please keep on)" +msgstr "" + +#: includes/class-config.php:432 +msgid "Account Updated Email" +msgstr "" + +#: includes/class-config.php:439 +msgid "Whether to send the user an email when he updated their account" +msgstr "" + +#: includes/class-config.php:445 +msgid "New User Notification" +msgstr "" + +#: includes/class-config.php:451 +msgid "Whether to receive notification when a new user account is approved" +msgstr "" + +#: includes/class-config.php:457 +msgid "Account Needs Review Notification" +msgstr "" + +#: includes/class-config.php:464 +msgid "Whether to receive notification when an account needs admin review" +msgstr "" + +#: includes/class-config.php:469 +msgid "Account Deletion Notification" +msgstr "" + +#: includes/class-config.php:472 +msgid "Whether to receive notification when an account is deleted" +msgstr "" + +#: includes/class-config.php:495 +msgid "" +"Are you sure you want to delete your account? This will erase all of your " +"account data from the site. To delete your account enter your password below" +msgstr "" + +#: includes/class-dependencies.php:160 +#, php-format +msgid "" +"This version of \"%s\" requires the core %s plugin to be %s or higher." +msgstr "" + +#: includes/class-dependencies.php:162 +#, php-format +msgid "Please update %s to the latest version." +msgstr "" + +#: includes/class-dependencies.php:164 +#, php-format +msgid "" +"Sorry, but this version of %s does not work with extension " +"\"%s\" %s version." +msgstr "" + +#: includes/class-dependencies.php:166 +#, php-format +msgid "Please update extension \"%s\" to the latest version." +msgstr "" + +#: includes/class-dependencies.php:175 +#, php-format +msgid "Please check \"%s\" %s extension's folder name." +msgstr "" + +#: includes/class-dependencies.php:177 +#, php-format +msgid "Correct folder name is \"%s\"" +msgstr "" + +#: includes/class-init.php:159 includes/class-init.php:168 +msgid "Cheatin’ huh?" +msgstr "" + +#: includes/core/class-account.php:91 +msgid "Update Account" +msgstr "" + +#: includes/core/class-account.php:96 +msgid "Change Password" +msgstr "" + +#: includes/core/class-account.php:97 +msgid "Update Password" +msgstr "" + +#: includes/core/class-account.php:102 +msgid "Privacy" +msgstr "" + +#: includes/core/class-account.php:103 +msgid "Update Privacy" +msgstr "" + +#: includes/core/class-account.php:108 +msgid "Notifications" +msgstr "" + +#: includes/core/class-account.php:109 +msgid "Update Notifications" +msgstr "" + +#: includes/core/class-account.php:117 includes/core/class-account.php:118 +#: includes/core/class-builtin.php:1136 includes/core/class-builtin.php:1139 +msgid "Delete Account" +msgstr "" + +#: includes/core/class-builtin.php:132 +msgid "Please provide a meta key" +msgstr "" + +#: includes/core/class-builtin.php:133 +msgid "Your meta key is a reserved core field and cannot be used" +msgstr "" + +#: includes/core/class-builtin.php:134 +msgid "Your meta key is a predefined reserved key and cannot be used" +msgstr "" + +#: includes/core/class-builtin.php:135 +msgid "Your meta key already exists in your fields list" +msgstr "" + +#: includes/core/class-builtin.php:136 +msgid "Your meta key contains illegal characters. Please correct it." +msgstr "" + +#: includes/core/class-builtin.php:149 +msgid "Please provide a date range beginning" +msgstr "" + +#: includes/core/class-builtin.php:150 +msgid "Please enter a valid start date in the date range" +msgstr "" + +#: includes/core/class-builtin.php:164 +msgid "Please provide a date range end" +msgstr "" + +#: includes/core/class-builtin.php:165 +msgid "Please enter a valid end date in the date range" +msgstr "" + +#: includes/core/class-builtin.php:166 +msgid "The end of date range must be greater than the start of date range" +msgstr "" + +#: includes/core/class-builtin.php:208 includes/core/class-builtin.php:224 +#: includes/core/class-builtin.php:240 includes/core/class-builtin.php:256 +#: includes/core/class-builtin.php:276 includes/core/class-builtin.php:296 +#: includes/core/class-builtin.php:316 includes/core/class-builtin.php:336 +#: includes/core/class-builtin.php:352 includes/core/class-builtin.php:368 +#: includes/core/class-builtin.php:388 includes/core/class-builtin.php:408 +#: includes/core/class-builtin.php:434 includes/core/class-builtin.php:450 +#: includes/core/class-builtin.php:467 includes/core/class-builtin.php:480 +#: includes/core/class-builtin.php:497 includes/core/class-builtin.php:510 +#: includes/core/class-builtin.php:523 includes/core/class-builtin.php:539 +#: includes/core/class-builtin.php:555 includes/core/class-builtin.php:571 +msgid "You must provide a title" +msgstr "" + +#: includes/core/class-builtin.php:217 +msgid "Number" +msgstr "" + +#: includes/core/class-builtin.php:263 includes/core/class-builtin.php:283 +#: includes/core/class-builtin.php:303 includes/core/class-builtin.php:323 +msgid "You have not added any choices yet." +msgstr "" + +#: includes/core/class-builtin.php:375 includes/core/class-builtin.php:395 +msgid "Please enter a valid size" +msgstr "" + +#: includes/core/class-builtin.php:415 +msgid "Number of years is not valid" +msgstr "" + +#: includes/core/class-builtin.php:484 +msgid "You must add a shortcode to the content area" +msgstr "" + +#: includes/core/class-builtin.php:663 includes/core/class-user.php:1536 +msgid "Only me" +msgstr "" + +#: includes/core/class-builtin.php:682 includes/core/class-builtin.php:685 +#: includes/core/class-builtin.php:1092 +msgid "Username or E-mail" +msgstr "" + +#: includes/core/class-builtin.php:693 includes/core/class-builtin.php:696 +#: includes/core/class-builtin.php:1150 includes/core/class-builtin.php:1153 +msgid "Password" +msgstr "" + +#: includes/core/class-builtin.php:737 includes/core/class-builtin.php:740 +#: includes/core/class-builtin.php:1327 +msgid "Website URL" +msgstr "" + +#: includes/core/class-builtin.php:748 includes/core/class-builtin.php:751 +msgid "Registration Date" +msgstr "" + +#: includes/core/class-builtin.php:759 includes/core/class-builtin.php:762 +msgid "Last Login" +msgstr "" + +#: includes/core/class-builtin.php:770 includes/core/class-builtin.php:773 +msgid "E-mail Address" +msgstr "" + +#: includes/core/class-builtin.php:781 includes/core/class-builtin.php:784 +msgid "Secondary E-mail Address" +msgstr "" + +#: includes/core/class-builtin.php:793 includes/core/class-builtin.php:796 +msgid "Biography" +msgstr "" + +#: includes/core/class-builtin.php:802 +msgid "Enter a bit about yourself..." +msgstr "" + +#: includes/core/class-builtin.php:806 includes/core/class-builtin.php:809 +msgid "Birth Date" +msgstr "" + +#: includes/core/class-builtin.php:820 includes/core/class-builtin.php:823 +msgid "Gender" +msgstr "" + +#: includes/core/class-builtin.php:827 +msgid "Male" +msgstr "" + +#: includes/core/class-builtin.php:827 +msgid "Female" +msgstr "" + +#: includes/core/class-builtin.php:831 includes/core/class-builtin.php:834 +msgid "Country" +msgstr "" + +#: includes/core/class-builtin.php:835 +msgid "Choose a Country" +msgstr "" + +#: includes/core/class-builtin.php:843 includes/core/class-builtin.php:846 +msgid "Facebook" +msgstr "" + +#: includes/core/class-builtin.php:861 includes/core/class-builtin.php:864 +msgid "Twitter" +msgstr "" + +#: includes/core/class-builtin.php:879 includes/core/class-builtin.php:882 +msgid "LinkedIn" +msgstr "" + +#: includes/core/class-builtin.php:897 includes/core/class-builtin.php:900 +msgid "Google+" +msgstr "" + +#: includes/core/class-builtin.php:915 includes/core/class-builtin.php:918 +msgid "Instagram" +msgstr "" + +#: includes/core/class-builtin.php:933 includes/core/class-builtin.php:936 +#: includes/core/class-builtin.php:1320 +msgid "Skype ID" +msgstr "" + +#: includes/core/class-builtin.php:948 includes/core/class-builtin.php:951 +msgid "YouTube" +msgstr "" + +#: includes/core/class-builtin.php:966 includes/core/class-builtin.php:969 +msgid "SoundCloud" +msgstr "" + +#: includes/core/class-builtin.php:984 includes/core/class-builtin.php:987 +msgid "VKontakte" +msgstr "" + +#: includes/core/class-builtin.php:1002 +msgid "Roles (Dropdown)" +msgstr "" + +#: includes/core/class-builtin.php:1005 includes/core/class-builtin.php:1017 +msgid "Account Type" +msgstr "" + +#: includes/core/class-builtin.php:1014 +msgid "Roles (Radio)" +msgstr "" + +#: includes/core/class-builtin.php:1025 +msgid "Languages" +msgstr "" + +#: includes/core/class-builtin.php:1028 +msgid "Languages Spoken" +msgstr "" + +#: includes/core/class-builtin.php:1029 +msgid "Select languages" +msgstr "" + +#: includes/core/class-builtin.php:1037 includes/core/class-builtin.php:1040 +#: includes/core/class-builtin.php:1319 +msgid "Phone Number" +msgstr "" + +#: includes/core/class-builtin.php:1049 includes/core/class-builtin.php:1052 +msgid "Mobile Number" +msgstr "" + +#: includes/core/class-builtin.php:1063 +msgid "Profile Photo" +msgstr "" + +#: includes/core/class-builtin.php:1066 +msgid "Change your profile photo" +msgstr "" + +#: includes/core/class-builtin.php:1067 +msgid "Upload your photo here" +msgstr "" + +#: includes/core/class-builtin.php:1077 +msgid "Cover Photo" +msgstr "" + +#: includes/core/class-builtin.php:1080 +#: includes/core/um-actions-profile.php:516 +msgid "Change your cover photo" +msgstr "" + +#: includes/core/class-builtin.php:1081 +msgid "Upload profile cover here" +msgstr "" + +#: includes/core/class-builtin.php:1095 +msgid "Enter your username or email" +msgstr "" + +#: includes/core/class-builtin.php:1105 includes/core/class-builtin.php:1108 +msgid "Profile Privacy" +msgstr "" + +#: includes/core/class-builtin.php:1109 +msgid "Who can see your public profile?" +msgstr "" + +#: includes/core/class-builtin.php:1121 includes/core/class-builtin.php:1124 +msgid "Hide my profile from directory" +msgstr "" + +#: includes/core/class-builtin.php:1125 +msgid "Here you can hide yourself from appearing in public directory" +msgstr "" + +#: includes/core/class-builtin.php:1140 +msgid "" +"If you confirm, everything related to your profile will be deleted " +"permanently from the site" +msgstr "" + +#: includes/core/class-builtin.php:1309 +msgid "Alphabetic value only" +msgstr "" + +#: includes/core/class-builtin.php:1310 +msgid "Alpha-numeric value" +msgstr "" + +#: includes/core/class-builtin.php:1311 +msgid "English letters only" +msgstr "" + +#: includes/core/class-builtin.php:1312 +msgid "Facebook URL" +msgstr "" + +#: includes/core/class-builtin.php:1313 +msgid "Google+ URL" +msgstr "" + +#: includes/core/class-builtin.php:1314 +msgid "Instagram URL" +msgstr "" + +#: includes/core/class-builtin.php:1315 +msgid "LinkedIn URL" +msgstr "" + +#: includes/core/class-builtin.php:1316 +msgid "VKontakte URL" +msgstr "" + +#: includes/core/class-builtin.php:1317 +msgid "Lowercase only" +msgstr "" + +#: includes/core/class-builtin.php:1318 +msgid "Numeric value only" +msgstr "" + +#: includes/core/class-builtin.php:1321 +msgid "SoundCloud Profile" +msgstr "" + +#: includes/core/class-builtin.php:1322 +msgid "Twitter URL" +msgstr "" + +#: includes/core/class-builtin.php:1323 +msgid "Unique E-mail" +msgstr "" + +#: includes/core/class-builtin.php:1324 +msgid "Unique Metakey value" +msgstr "" + +#: includes/core/class-builtin.php:1325 +msgid "Unique Username" +msgstr "" + +#: includes/core/class-builtin.php:1326 +msgid "Unique Username/E-mail" +msgstr "" + +#: includes/core/class-builtin.php:1328 +msgid "YouTube Profile" +msgstr "" + +#: includes/core/class-builtin.php:1329 +msgid "Custom Validation" +msgstr "" + +#: includes/core/class-builtin.php:1368 +msgid "Afar" +msgstr "" + +#: includes/core/class-builtin.php:1369 +msgid "Abkhazian" +msgstr "" + +#: includes/core/class-builtin.php:1370 +msgid "Avestan" +msgstr "" + +#: includes/core/class-builtin.php:1371 +msgid "Afrikaans" +msgstr "" + +#: includes/core/class-builtin.php:1372 +msgid "Akan" +msgstr "" + +#: includes/core/class-builtin.php:1373 +msgid "Amharic" +msgstr "" + +#: includes/core/class-builtin.php:1374 +msgid "Aragonese" +msgstr "" + +#: includes/core/class-builtin.php:1375 +msgid "Arabic" +msgstr "" + +#: includes/core/class-builtin.php:1376 +msgid "Assamese" +msgstr "" + +#: includes/core/class-builtin.php:1377 +msgid "Avaric" +msgstr "" + +#: includes/core/class-builtin.php:1378 +msgid "Aymara" +msgstr "" + +#: includes/core/class-builtin.php:1379 +msgid "Azerbaijani" +msgstr "" + +#: includes/core/class-builtin.php:1380 +msgid "Bashkir" +msgstr "" + +#: includes/core/class-builtin.php:1381 +msgid "Belarusian" +msgstr "" + +#: includes/core/class-builtin.php:1382 +msgid "Bulgarian" +msgstr "" + +#: includes/core/class-builtin.php:1383 +msgid "Bihari" +msgstr "" + +#: includes/core/class-builtin.php:1384 +msgid "Bislama" +msgstr "" + +#: includes/core/class-builtin.php:1385 +msgid "Bambara" +msgstr "" + +#: includes/core/class-builtin.php:1386 +msgid "Bengali" +msgstr "" + +#: includes/core/class-builtin.php:1387 +msgid "Tibetan" +msgstr "" + +#: includes/core/class-builtin.php:1388 +msgid "Breton" +msgstr "" + +#: includes/core/class-builtin.php:1389 +msgid "Bosnian" +msgstr "" + +#: includes/core/class-builtin.php:1390 +msgid "Catalan" +msgstr "" + +#: includes/core/class-builtin.php:1391 +msgid "Chechen" +msgstr "" + +#: includes/core/class-builtin.php:1392 +msgid "Chamorro" +msgstr "" + +#: includes/core/class-builtin.php:1393 +msgid "Corsican" +msgstr "" + +#: includes/core/class-builtin.php:1394 +msgid "Cree" +msgstr "" + +#: includes/core/class-builtin.php:1395 +msgid "Czech" +msgstr "" + +#: includes/core/class-builtin.php:1396 +msgid "Church Slavic" +msgstr "" + +#: includes/core/class-builtin.php:1397 +msgid "Chuvash" +msgstr "" + +#: includes/core/class-builtin.php:1398 +msgid "Welsh" +msgstr "" + +#: includes/core/class-builtin.php:1399 +msgid "Danish" +msgstr "" + +#: includes/core/class-builtin.php:1400 +msgid "German" +msgstr "" + +#: includes/core/class-builtin.php:1401 +msgid "Divehi" +msgstr "" + +#: includes/core/class-builtin.php:1402 +msgid "Dzongkha" +msgstr "" + +#: includes/core/class-builtin.php:1403 +msgid "Ewe" +msgstr "" + +#: includes/core/class-builtin.php:1404 +msgid "Greek" +msgstr "" + +#: includes/core/class-builtin.php:1405 +msgid "English" +msgstr "" + +#: includes/core/class-builtin.php:1406 +msgid "Esperanto" +msgstr "" + +#: includes/core/class-builtin.php:1407 +msgid "Spanish" +msgstr "" + +#: includes/core/class-builtin.php:1408 +msgid "Estonian" +msgstr "" + +#: includes/core/class-builtin.php:1409 +msgid "Basque" +msgstr "" + +#: includes/core/class-builtin.php:1410 +msgid "Persian" +msgstr "" + +#: includes/core/class-builtin.php:1411 +msgid "Fulah" +msgstr "" + +#: includes/core/class-builtin.php:1412 +msgid "Finnish" +msgstr "" + +#: includes/core/class-builtin.php:1413 +msgid "Fijian" +msgstr "" + +#: includes/core/class-builtin.php:1414 +msgid "Faroese" +msgstr "" + +#: includes/core/class-builtin.php:1415 +msgid "French" +msgstr "" + +#: includes/core/class-builtin.php:1416 +msgid "Western Frisian" +msgstr "" + +#: includes/core/class-builtin.php:1417 +msgid "Irish" +msgstr "" + +#: includes/core/class-builtin.php:1418 +msgid "Scottish Gaelic" +msgstr "" + +#: includes/core/class-builtin.php:1419 +msgid "Galician" +msgstr "" + +#: includes/core/class-builtin.php:1420 +msgid "Guarani" +msgstr "" + +#: includes/core/class-builtin.php:1421 +msgid "Gujarati" +msgstr "" + +#: includes/core/class-builtin.php:1422 +msgid "Manx" +msgstr "" + +#: includes/core/class-builtin.php:1423 +msgid "Hausa" +msgstr "" + +#: includes/core/class-builtin.php:1424 +msgid "Hebrew" +msgstr "" + +#: includes/core/class-builtin.php:1425 +msgid "Hindi" +msgstr "" + +#: includes/core/class-builtin.php:1426 +msgid "Hiri Motu" +msgstr "" + +#: includes/core/class-builtin.php:1427 +msgid "Croatian" +msgstr "" + +#: includes/core/class-builtin.php:1428 +msgid "Haitian" +msgstr "" + +#: includes/core/class-builtin.php:1429 +msgid "Hungarian" +msgstr "" + +#: includes/core/class-builtin.php:1430 +msgid "Armenian" +msgstr "" + +#: includes/core/class-builtin.php:1431 +msgid "Herero" +msgstr "" + +#: includes/core/class-builtin.php:1432 +msgid "Interlingua (International Auxiliary Language Association)" +msgstr "" + +#: includes/core/class-builtin.php:1433 +msgid "Indonesian" +msgstr "" + +#: includes/core/class-builtin.php:1434 +msgid "Interlingue" +msgstr "" + +#: includes/core/class-builtin.php:1435 +msgid "Igbo" +msgstr "" + +#: includes/core/class-builtin.php:1436 +msgid "Sichuan Yi" +msgstr "" + +#: includes/core/class-builtin.php:1437 +msgid "Inupiaq" +msgstr "" + +#: includes/core/class-builtin.php:1438 +msgid "Ido" +msgstr "" + +#: includes/core/class-builtin.php:1439 +msgid "Icelandic" +msgstr "" + +#: includes/core/class-builtin.php:1440 +msgid "Italian" +msgstr "" + +#: includes/core/class-builtin.php:1441 +msgid "Inuktitut" +msgstr "" + +#: includes/core/class-builtin.php:1442 +msgid "Japanese" +msgstr "" + +#: includes/core/class-builtin.php:1443 +msgid "Javanese" +msgstr "" + +#: includes/core/class-builtin.php:1444 +msgid "Georgian" +msgstr "" + +#: includes/core/class-builtin.php:1445 +msgid "Kongo" +msgstr "" + +#: includes/core/class-builtin.php:1446 +msgid "Kikuyu" +msgstr "" + +#: includes/core/class-builtin.php:1447 +msgid "Kwanyama" +msgstr "" + +#: includes/core/class-builtin.php:1448 +msgid "Kazakh" +msgstr "" + +#: includes/core/class-builtin.php:1449 +msgid "Kalaallisut" +msgstr "" + +#: includes/core/class-builtin.php:1450 +msgid "Khmer" +msgstr "" + +#: includes/core/class-builtin.php:1451 +msgid "Kannada" +msgstr "" + +#: includes/core/class-builtin.php:1452 +msgid "Korean" +msgstr "" + +#: includes/core/class-builtin.php:1453 +msgid "Kanuri" +msgstr "" + +#: includes/core/class-builtin.php:1454 +msgid "Kashmiri" +msgstr "" + +#: includes/core/class-builtin.php:1455 +msgid "Kurdish" +msgstr "" + +#: includes/core/class-builtin.php:1456 +msgid "Komi" +msgstr "" + +#: includes/core/class-builtin.php:1457 +msgid "Cornish" +msgstr "" + +#: includes/core/class-builtin.php:1458 +msgid "Kirghiz" +msgstr "" + +#: includes/core/class-builtin.php:1459 +msgid "Latin" +msgstr "" + +#: includes/core/class-builtin.php:1460 +msgid "Luxembourgish" +msgstr "" + +#: includes/core/class-builtin.php:1461 +msgid "Ganda" +msgstr "" + +#: includes/core/class-builtin.php:1462 +msgid "Limburgish" +msgstr "" + +#: includes/core/class-builtin.php:1463 +msgid "Lingala" +msgstr "" + +#: includes/core/class-builtin.php:1464 +msgid "Lao" +msgstr "" + +#: includes/core/class-builtin.php:1465 +msgid "Lithuanian" +msgstr "" + +#: includes/core/class-builtin.php:1466 +msgid "Luba-Katanga" +msgstr "" + +#: includes/core/class-builtin.php:1467 +msgid "Latvian" +msgstr "" + +#: includes/core/class-builtin.php:1468 +msgid "Malagasy" +msgstr "" + +#: includes/core/class-builtin.php:1469 +msgid "Marshallese" +msgstr "" + +#: includes/core/class-builtin.php:1470 +msgid "Maori" +msgstr "" + +#: includes/core/class-builtin.php:1471 +msgid "Macedonian" +msgstr "" + +#: includes/core/class-builtin.php:1472 +msgid "Malayalam" +msgstr "" + +#: includes/core/class-builtin.php:1473 +msgid "Mongolian" +msgstr "" + +#: includes/core/class-builtin.php:1474 +msgid "Marathi" +msgstr "" + +#: includes/core/class-builtin.php:1475 +msgid "Malay" +msgstr "" + +#: includes/core/class-builtin.php:1476 +msgid "Maltese" +msgstr "" + +#: includes/core/class-builtin.php:1477 +msgid "Burmese" +msgstr "" + +#: includes/core/class-builtin.php:1478 includes/core/class-builtin.php:1709 +msgid "Nauru" +msgstr "" + +#: includes/core/class-builtin.php:1479 +msgid "Norwegian Bokmal" +msgstr "" + +#: includes/core/class-builtin.php:1480 +msgid "North Ndebele" +msgstr "" + +#: includes/core/class-builtin.php:1481 +msgid "Nepali" +msgstr "" + +#: includes/core/class-builtin.php:1482 +msgid "Ndonga" +msgstr "" + +#: includes/core/class-builtin.php:1483 +msgid "Dutch" +msgstr "" + +#: includes/core/class-builtin.php:1484 +msgid "Norwegian Nynorsk" +msgstr "" + +#: includes/core/class-builtin.php:1485 +msgid "Norwegian" +msgstr "" + +#: includes/core/class-builtin.php:1486 +msgid "South Ndebele" +msgstr "" + +#: includes/core/class-builtin.php:1487 +msgid "Navajo" +msgstr "" + +#: includes/core/class-builtin.php:1488 +msgid "Chichewa" +msgstr "" + +#: includes/core/class-builtin.php:1489 +msgid "Occitan" +msgstr "" + +#: includes/core/class-builtin.php:1490 +msgid "Ojibwa" +msgstr "" + +#: includes/core/class-builtin.php:1491 +msgid "Oromo" +msgstr "" + +#: includes/core/class-builtin.php:1492 +msgid "Oriya" +msgstr "" + +#: includes/core/class-builtin.php:1493 +msgid "Ossetian" +msgstr "" + +#: includes/core/class-builtin.php:1494 +msgid "Panjabi" +msgstr "" + +#: includes/core/class-builtin.php:1495 +msgid "Pali" +msgstr "" + +#: includes/core/class-builtin.php:1496 +msgid "Polish" +msgstr "" + +#: includes/core/class-builtin.php:1497 +msgid "Pashto" +msgstr "" + +#: includes/core/class-builtin.php:1498 +msgid "Portuguese" +msgstr "" + +#: includes/core/class-builtin.php:1499 +msgid "Quechua" +msgstr "" + +#: includes/core/class-builtin.php:1500 +msgid "Raeto-Romance" +msgstr "" + +#: includes/core/class-builtin.php:1501 +msgid "Kirundi" +msgstr "" + +#: includes/core/class-builtin.php:1502 +msgid "Romanian" +msgstr "" + +#: includes/core/class-builtin.php:1503 +msgid "Russian" +msgstr "" + +#: includes/core/class-builtin.php:1504 +msgid "Kinyarwanda" +msgstr "" + +#: includes/core/class-builtin.php:1505 +msgid "Sanskrit" +msgstr "" + +#: includes/core/class-builtin.php:1506 +msgid "Sardinian" +msgstr "" + +#: includes/core/class-builtin.php:1507 +msgid "Sindhi" +msgstr "" + +#: includes/core/class-builtin.php:1508 +msgid "Northern Sami" +msgstr "" + +#: includes/core/class-builtin.php:1509 +msgid "Sango" +msgstr "" + +#: includes/core/class-builtin.php:1510 +msgid "Sinhala" +msgstr "" + +#: includes/core/class-builtin.php:1511 +msgid "Slovak" +msgstr "" + +#: includes/core/class-builtin.php:1512 +msgid "Slovenian" +msgstr "" + +#: includes/core/class-builtin.php:1513 +msgid "Samoan" +msgstr "" + +#: includes/core/class-builtin.php:1514 +msgid "Shona" +msgstr "" + +#: includes/core/class-builtin.php:1515 +msgid "Somali" +msgstr "" + +#: includes/core/class-builtin.php:1516 +msgid "Albanian" +msgstr "" + +#: includes/core/class-builtin.php:1517 +msgid "Serbian" +msgstr "" + +#: includes/core/class-builtin.php:1518 +msgid "Swati" +msgstr "" + +#: includes/core/class-builtin.php:1519 +msgid "Southern Sotho" +msgstr "" + +#: includes/core/class-builtin.php:1520 +msgid "Sundanese" +msgstr "" + +#: includes/core/class-builtin.php:1521 +msgid "Swedish" +msgstr "" + +#: includes/core/class-builtin.php:1522 +msgid "Swahili" +msgstr "" + +#: includes/core/class-builtin.php:1523 +msgid "Tamil" +msgstr "" + +#: includes/core/class-builtin.php:1524 +msgid "Telugu" +msgstr "" + +#: includes/core/class-builtin.php:1525 +msgid "Tajik" +msgstr "" + +#: includes/core/class-builtin.php:1526 +msgid "Thai" +msgstr "" + +#: includes/core/class-builtin.php:1527 +msgid "Tigrinya" +msgstr "" + +#: includes/core/class-builtin.php:1528 +msgid "Turkmen" +msgstr "" + +#: includes/core/class-builtin.php:1529 +msgid "Tagalog" +msgstr "" + +#: includes/core/class-builtin.php:1530 +msgid "Tswana" +msgstr "" + +#: includes/core/class-builtin.php:1531 includes/core/class-builtin.php:1779 +msgid "Tonga" +msgstr "" + +#: includes/core/class-builtin.php:1532 +msgid "Turkish" +msgstr "" + +#: includes/core/class-builtin.php:1533 +msgid "Tsonga" +msgstr "" + +#: includes/core/class-builtin.php:1534 +msgid "Tatar" +msgstr "" + +#: includes/core/class-builtin.php:1535 +msgid "Twi" +msgstr "" + +#: includes/core/class-builtin.php:1536 +msgid "Tahitian" +msgstr "" + +#: includes/core/class-builtin.php:1537 +msgid "Uighur" +msgstr "" + +#: includes/core/class-builtin.php:1538 +msgid "Ukrainian" +msgstr "" + +#: includes/core/class-builtin.php:1539 +msgid "Urdu" +msgstr "" + +#: includes/core/class-builtin.php:1540 +msgid "Uzbek" +msgstr "" + +#: includes/core/class-builtin.php:1541 +msgid "Venda" +msgstr "" + +#: includes/core/class-builtin.php:1542 +msgid "Vietnamese" +msgstr "" + +#: includes/core/class-builtin.php:1543 +msgid "Volapuk" +msgstr "" + +#: includes/core/class-builtin.php:1544 +msgid "Walloon" +msgstr "" + +#: includes/core/class-builtin.php:1545 +msgid "Wolof" +msgstr "" + +#: includes/core/class-builtin.php:1546 +msgid "Xhosa" +msgstr "" + +#: includes/core/class-builtin.php:1547 +msgid "Yiddish" +msgstr "" + +#: includes/core/class-builtin.php:1548 +msgid "Yoruba" +msgstr "" + +#: includes/core/class-builtin.php:1549 +msgid "Zhuang" +msgstr "" + +#: includes/core/class-builtin.php:1550 +msgid "Chinese" +msgstr "" + +#: includes/core/class-builtin.php:1551 +msgid "Zulu" +msgstr "" + +#: includes/core/class-builtin.php:1557 +msgid "Afghanistan" +msgstr "" + +#: includes/core/class-builtin.php:1558 +msgid "Åland Islands" +msgstr "" + +#: includes/core/class-builtin.php:1559 +msgid "Albania" +msgstr "" + +#: includes/core/class-builtin.php:1560 +msgid "Algeria" +msgstr "" + +#: includes/core/class-builtin.php:1561 +msgid "American Samoa" +msgstr "" + +#: includes/core/class-builtin.php:1562 +msgid "Andorra" +msgstr "" + +#: includes/core/class-builtin.php:1563 +msgid "Angola" +msgstr "" + +#: includes/core/class-builtin.php:1564 +msgid "Anguilla" +msgstr "" + +#: includes/core/class-builtin.php:1565 +msgid "Antarctica" +msgstr "" + +#: includes/core/class-builtin.php:1566 +msgid "Antigua and Barbuda" +msgstr "" + +#: includes/core/class-builtin.php:1567 +msgid "Argentina" +msgstr "" + +#: includes/core/class-builtin.php:1568 +msgid "Armenia" +msgstr "" + +#: includes/core/class-builtin.php:1569 +msgid "Aruba" +msgstr "" + +#: includes/core/class-builtin.php:1570 +msgid "Australia" +msgstr "" + +#: includes/core/class-builtin.php:1571 +msgid "Austria" +msgstr "" + +#: includes/core/class-builtin.php:1572 +msgid "Azerbaijan" +msgstr "" + +#: includes/core/class-builtin.php:1573 +msgid "Bahamas" +msgstr "" + +#: includes/core/class-builtin.php:1574 +msgid "Bahrain" +msgstr "" + +#: includes/core/class-builtin.php:1575 +msgid "Bangladesh" +msgstr "" + +#: includes/core/class-builtin.php:1576 +msgid "Barbados" +msgstr "" + +#: includes/core/class-builtin.php:1577 +msgid "Belarus" +msgstr "" + +#: includes/core/class-builtin.php:1578 +msgid "Belgium" +msgstr "" + +#: includes/core/class-builtin.php:1579 +msgid "Belize" +msgstr "" + +#: includes/core/class-builtin.php:1580 +msgid "Benin" +msgstr "" + +#: includes/core/class-builtin.php:1581 +msgid "Bermuda" +msgstr "" + +#: includes/core/class-builtin.php:1582 +msgid "Bhutan" +msgstr "" + +#: includes/core/class-builtin.php:1583 +msgid "Bolivia, Plurinational State of" +msgstr "" + +#: includes/core/class-builtin.php:1584 +msgid "Bosnia and Herzegovina" +msgstr "" + +#: includes/core/class-builtin.php:1585 +msgid "Botswana" +msgstr "" + +#: includes/core/class-builtin.php:1586 +msgid "Bouvet Island" +msgstr "" + +#: includes/core/class-builtin.php:1587 +msgid "Brazil" +msgstr "" + +#: includes/core/class-builtin.php:1588 +msgid "British Indian Ocean Territory" +msgstr "" + +#: includes/core/class-builtin.php:1589 +msgid "Brunei Darussalam" +msgstr "" + +#: includes/core/class-builtin.php:1590 +msgid "Bulgaria" +msgstr "" + +#: includes/core/class-builtin.php:1591 +msgid "Burkina Faso" +msgstr "" + +#: includes/core/class-builtin.php:1592 +msgid "Burundi" +msgstr "" + +#: includes/core/class-builtin.php:1593 +msgid "Cambodia" +msgstr "" + +#: includes/core/class-builtin.php:1594 +msgid "Cameroon" +msgstr "" + +#: includes/core/class-builtin.php:1595 +msgid "Canada" +msgstr "" + +#: includes/core/class-builtin.php:1596 +msgid "Cape Verde" +msgstr "" + +#: includes/core/class-builtin.php:1597 +msgid "Cayman Islands" +msgstr "" + +#: includes/core/class-builtin.php:1598 +msgid "Central African Republic" +msgstr "" + +#: includes/core/class-builtin.php:1599 +msgid "Chad" +msgstr "" + +#: includes/core/class-builtin.php:1600 +msgid "Chile" +msgstr "" + +#: includes/core/class-builtin.php:1601 +msgid "China" +msgstr "" + +#: includes/core/class-builtin.php:1602 +msgid "Christmas Island" +msgstr "" + +#: includes/core/class-builtin.php:1603 +msgid "Cocos (Keeling) Islands" +msgstr "" + +#: includes/core/class-builtin.php:1604 +msgid "Colombia" +msgstr "" + +#: includes/core/class-builtin.php:1605 +msgid "Comoros" +msgstr "" + +#: includes/core/class-builtin.php:1606 +msgid "Congo" +msgstr "" + +#: includes/core/class-builtin.php:1607 +msgid "Congo, the Democratic Republic of the" +msgstr "" + +#: includes/core/class-builtin.php:1608 +msgid "Cook Islands" +msgstr "" + +#: includes/core/class-builtin.php:1609 +msgid "Costa Rica" +msgstr "" + +#: includes/core/class-builtin.php:1610 +msgid "Côte d'Ivoire" +msgstr "" + +#: includes/core/class-builtin.php:1611 +msgid "Croatia" +msgstr "" + +#: includes/core/class-builtin.php:1612 +msgid "Cuba" +msgstr "" + +#: includes/core/class-builtin.php:1613 +msgid "Cyprus" +msgstr "" + +#: includes/core/class-builtin.php:1614 +msgid "Czech Republic" +msgstr "" + +#: includes/core/class-builtin.php:1615 +msgid "Denmark" +msgstr "" + +#: includes/core/class-builtin.php:1616 +msgid "Djibouti" +msgstr "" + +#: includes/core/class-builtin.php:1617 +msgid "Dominica" +msgstr "" + +#: includes/core/class-builtin.php:1618 +msgid "Dominican Republic" +msgstr "" + +#: includes/core/class-builtin.php:1619 +msgid "Ecuador" +msgstr "" + +#: includes/core/class-builtin.php:1620 +msgid "Egypt" +msgstr "" + +#: includes/core/class-builtin.php:1621 +msgid "El Salvador" +msgstr "" + +#: includes/core/class-builtin.php:1622 +msgid "Equatorial Guinea" +msgstr "" + +#: includes/core/class-builtin.php:1623 +msgid "Eritrea" +msgstr "" + +#: includes/core/class-builtin.php:1624 +msgid "Estonia" +msgstr "" + +#: includes/core/class-builtin.php:1625 +msgid "Ethiopia" +msgstr "" + +#: includes/core/class-builtin.php:1626 +msgid "Falkland Islands (Malvinas)" +msgstr "" + +#: includes/core/class-builtin.php:1627 +msgid "Faroe Islands" +msgstr "" + +#: includes/core/class-builtin.php:1628 +msgid "Fiji" +msgstr "" + +#: includes/core/class-builtin.php:1629 +msgid "Finland" +msgstr "" + +#: includes/core/class-builtin.php:1630 +msgid "France" +msgstr "" + +#: includes/core/class-builtin.php:1631 +msgid "French Guiana" +msgstr "" + +#: includes/core/class-builtin.php:1632 +msgid "French Polynesia" +msgstr "" + +#: includes/core/class-builtin.php:1633 +msgid "French Southern Territories" +msgstr "" + +#: includes/core/class-builtin.php:1634 +msgid "Gabon" +msgstr "" + +#: includes/core/class-builtin.php:1635 +msgid "Gambia" +msgstr "" + +#: includes/core/class-builtin.php:1636 +msgid "Georgia" +msgstr "" + +#: includes/core/class-builtin.php:1637 +msgid "Germany" +msgstr "" + +#: includes/core/class-builtin.php:1638 +msgid "Ghana" +msgstr "" + +#: includes/core/class-builtin.php:1639 +msgid "Gibraltar" +msgstr "" + +#: includes/core/class-builtin.php:1640 +msgid "Greece" +msgstr "" + +#: includes/core/class-builtin.php:1641 +msgid "Greenland" +msgstr "" + +#: includes/core/class-builtin.php:1642 +msgid "Grenada" +msgstr "" + +#: includes/core/class-builtin.php:1643 +msgid "Guadeloupe" +msgstr "" + +#: includes/core/class-builtin.php:1644 +msgid "Guam" +msgstr "" + +#: includes/core/class-builtin.php:1645 +msgid "Guatemala" +msgstr "" + +#: includes/core/class-builtin.php:1646 +msgid "Guernsey" +msgstr "" + +#: includes/core/class-builtin.php:1647 +msgid "Guinea" +msgstr "" + +#: includes/core/class-builtin.php:1648 +msgid "Guinea-Bissau" +msgstr "" + +#: includes/core/class-builtin.php:1649 +msgid "Guyana" +msgstr "" + +#: includes/core/class-builtin.php:1650 +msgid "Haiti" +msgstr "" + +#: includes/core/class-builtin.php:1651 +msgid "Heard Island and McDonald Islands" +msgstr "" + +#: includes/core/class-builtin.php:1652 +msgid "Holy See (Vatican City State)" +msgstr "" + +#: includes/core/class-builtin.php:1653 +msgid "Honduras" +msgstr "" + +#: includes/core/class-builtin.php:1654 +msgid "Hong Kong" +msgstr "" + +#: includes/core/class-builtin.php:1655 +msgid "Hungary" +msgstr "" + +#: includes/core/class-builtin.php:1656 +msgid "Iceland" +msgstr "" + +#: includes/core/class-builtin.php:1657 +msgid "India" +msgstr "" + +#: includes/core/class-builtin.php:1658 +msgid "Indonesia" +msgstr "" + +#: includes/core/class-builtin.php:1659 +msgid "Iran, Islamic Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1660 +msgid "Iraq" +msgstr "" + +#: includes/core/class-builtin.php:1661 +msgid "Ireland" +msgstr "" + +#: includes/core/class-builtin.php:1662 +msgid "Isle of Man" +msgstr "" + +#: includes/core/class-builtin.php:1663 +msgid "Israel" +msgstr "" + +#: includes/core/class-builtin.php:1664 +msgid "Italy" +msgstr "" + +#: includes/core/class-builtin.php:1665 +msgid "Jamaica" +msgstr "" + +#: includes/core/class-builtin.php:1666 +msgid "Japan" +msgstr "" + +#: includes/core/class-builtin.php:1667 +msgid "Jersey" +msgstr "" + +#: includes/core/class-builtin.php:1668 +msgid "Jordan" +msgstr "" + +#: includes/core/class-builtin.php:1669 +msgid "Kazakhstan" +msgstr "" + +#: includes/core/class-builtin.php:1670 +msgid "Kenya" +msgstr "" + +#: includes/core/class-builtin.php:1671 +msgid "Kiribati" +msgstr "" + +#: includes/core/class-builtin.php:1672 +msgid "Korea, Democratic People's Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1673 +msgid "Korea, Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1674 +msgid "Kuwait" +msgstr "" + +#: includes/core/class-builtin.php:1675 +msgid "Kyrgyzstan" +msgstr "" + +#: includes/core/class-builtin.php:1676 +msgid "Lao People's Democratic Republic" +msgstr "" + +#: includes/core/class-builtin.php:1677 +msgid "Latvia" +msgstr "" + +#: includes/core/class-builtin.php:1678 +msgid "Lebanon" +msgstr "" + +#: includes/core/class-builtin.php:1679 +msgid "Lesotho" +msgstr "" + +#: includes/core/class-builtin.php:1680 +msgid "Liberia" +msgstr "" + +#: includes/core/class-builtin.php:1681 +msgid "Libyan Arab Jamahiriya" +msgstr "" + +#: includes/core/class-builtin.php:1682 +msgid "Liechtenstein" +msgstr "" + +#: includes/core/class-builtin.php:1683 +msgid "Lithuania" +msgstr "" + +#: includes/core/class-builtin.php:1684 +msgid "Luxembourg" +msgstr "" + +#: includes/core/class-builtin.php:1685 +msgid "Macao" +msgstr "" + +#: includes/core/class-builtin.php:1686 +msgid "Macedonia, the former Yugoslav Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1687 +msgid "Madagascar" +msgstr "" + +#: includes/core/class-builtin.php:1688 +msgid "Malawi" +msgstr "" + +#: includes/core/class-builtin.php:1689 +msgid "Malaysia" +msgstr "" + +#: includes/core/class-builtin.php:1690 +msgid "Maldives" +msgstr "" + +#: includes/core/class-builtin.php:1691 +msgid "Mali" +msgstr "" + +#: includes/core/class-builtin.php:1692 +msgid "Malta" +msgstr "" + +#: includes/core/class-builtin.php:1693 +msgid "Marshall Islands" +msgstr "" + +#: includes/core/class-builtin.php:1694 +msgid "Martinique" +msgstr "" + +#: includes/core/class-builtin.php:1695 +msgid "Mauritania" +msgstr "" + +#: includes/core/class-builtin.php:1696 +msgid "Mauritius" +msgstr "" + +#: includes/core/class-builtin.php:1697 +msgid "Mayotte" +msgstr "" + +#: includes/core/class-builtin.php:1698 +msgid "Mexico" +msgstr "" + +#: includes/core/class-builtin.php:1699 +msgid "Micronesia, Federated States of" +msgstr "" + +#: includes/core/class-builtin.php:1700 +msgid "Moldova, Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1701 +msgid "Monaco" +msgstr "" + +#: includes/core/class-builtin.php:1702 +msgid "Mongolia" +msgstr "" + +#: includes/core/class-builtin.php:1703 +msgid "Montenegro" +msgstr "" + +#: includes/core/class-builtin.php:1704 +msgid "Montserrat" +msgstr "" + +#: includes/core/class-builtin.php:1705 +msgid "Morocco" +msgstr "" + +#: includes/core/class-builtin.php:1706 +msgid "Mozambique" +msgstr "" + +#: includes/core/class-builtin.php:1707 +msgid "Myanmar" +msgstr "" + +#: includes/core/class-builtin.php:1708 +msgid "Namibia" +msgstr "" + +#: includes/core/class-builtin.php:1710 +msgid "Nepal" +msgstr "" + +#: includes/core/class-builtin.php:1711 +msgid "Netherlands" +msgstr "" + +#: includes/core/class-builtin.php:1712 +msgid "Netherlands Antilles" +msgstr "" + +#: includes/core/class-builtin.php:1713 +msgid "New Caledonia" +msgstr "" + +#: includes/core/class-builtin.php:1714 +msgid "New Zealand" +msgstr "" + +#: includes/core/class-builtin.php:1715 +msgid "Nicaragua" +msgstr "" + +#: includes/core/class-builtin.php:1716 +msgid "Niger" +msgstr "" + +#: includes/core/class-builtin.php:1717 +msgid "Nigeria" +msgstr "" + +#: includes/core/class-builtin.php:1718 +msgid "Niue" +msgstr "" + +#: includes/core/class-builtin.php:1719 +msgid "Norfolk Island" +msgstr "" + +#: includes/core/class-builtin.php:1720 +msgid "Northern Mariana Islands" +msgstr "" + +#: includes/core/class-builtin.php:1721 +msgid "Norway" +msgstr "" + +#: includes/core/class-builtin.php:1722 +msgid "Oman" +msgstr "" + +#: includes/core/class-builtin.php:1723 +msgid "Pakistan" +msgstr "" + +#: includes/core/class-builtin.php:1724 +msgid "Palau" +msgstr "" + +#: includes/core/class-builtin.php:1725 +msgid "Palestine" +msgstr "" + +#: includes/core/class-builtin.php:1726 +msgid "Panama" +msgstr "" + +#: includes/core/class-builtin.php:1727 +msgid "Papua New Guinea" +msgstr "" + +#: includes/core/class-builtin.php:1728 +msgid "Paraguay" +msgstr "" + +#: includes/core/class-builtin.php:1729 +msgid "Peru" +msgstr "" + +#: includes/core/class-builtin.php:1730 +msgid "Philippines" +msgstr "" + +#: includes/core/class-builtin.php:1731 +msgid "Pitcairn" +msgstr "" + +#: includes/core/class-builtin.php:1732 +msgid "Poland" +msgstr "" + +#: includes/core/class-builtin.php:1733 +msgid "Portugal" +msgstr "" + +#: includes/core/class-builtin.php:1734 +msgid "Puerto Rico" +msgstr "" + +#: includes/core/class-builtin.php:1735 +msgid "Qatar" +msgstr "" + +#: includes/core/class-builtin.php:1736 +msgid "Réunion" +msgstr "" + +#: includes/core/class-builtin.php:1737 +msgid "Romania" +msgstr "" + +#: includes/core/class-builtin.php:1738 +msgid "Russian Federation" +msgstr "" + +#: includes/core/class-builtin.php:1739 +msgid "Rwanda" +msgstr "" + +#: includes/core/class-builtin.php:1740 +msgid "Saint Barthélemy" +msgstr "" + +#: includes/core/class-builtin.php:1741 +msgid "Saint Helena" +msgstr "" + +#: includes/core/class-builtin.php:1742 +msgid "Saint Kitts and Nevis" +msgstr "" + +#: includes/core/class-builtin.php:1743 +msgid "Saint Lucia" +msgstr "" + +#: includes/core/class-builtin.php:1744 +msgid "Saint Martin (French part)" +msgstr "" + +#: includes/core/class-builtin.php:1745 +msgid "Saint Pierre and Miquelon" +msgstr "" + +#: includes/core/class-builtin.php:1746 +msgid "Saint Vincent and the Grenadines" +msgstr "" + +#: includes/core/class-builtin.php:1747 +msgid "Samoa" +msgstr "" + +#: includes/core/class-builtin.php:1748 +msgid "San Marino" +msgstr "" + +#: includes/core/class-builtin.php:1749 +msgid "Sao Tome and Principe" +msgstr "" + +#: includes/core/class-builtin.php:1750 +msgid "Saudi Arabia" +msgstr "" + +#: includes/core/class-builtin.php:1751 +msgid "Senegal" +msgstr "" + +#: includes/core/class-builtin.php:1752 +msgid "Serbia" +msgstr "" + +#: includes/core/class-builtin.php:1753 +msgid "Seychelles" +msgstr "" + +#: includes/core/class-builtin.php:1754 +msgid "Sierra Leone" +msgstr "" + +#: includes/core/class-builtin.php:1755 +msgid "Singapore" +msgstr "" + +#: includes/core/class-builtin.php:1756 +msgid "Slovakia" +msgstr "" + +#: includes/core/class-builtin.php:1757 +msgid "Slovenia" +msgstr "" + +#: includes/core/class-builtin.php:1758 +msgid "Solomon Islands" +msgstr "" + +#: includes/core/class-builtin.php:1759 +msgid "Somalia" +msgstr "" + +#: includes/core/class-builtin.php:1760 +msgid "South Africa" +msgstr "" + +#: includes/core/class-builtin.php:1761 +msgid "South Georgia and the South Sandwich Islands" +msgstr "" + +#: includes/core/class-builtin.php:1762 +msgid "South Sudan" +msgstr "" + +#: includes/core/class-builtin.php:1763 +msgid "Spain" +msgstr "" + +#: includes/core/class-builtin.php:1764 +msgid "Sri Lanka" +msgstr "" + +#: includes/core/class-builtin.php:1765 +msgid "Sudan" +msgstr "" + +#: includes/core/class-builtin.php:1766 +msgid "Suriname" +msgstr "" + +#: includes/core/class-builtin.php:1767 +msgid "Svalbard and Jan Mayen" +msgstr "" + +#: includes/core/class-builtin.php:1768 +msgid "Swaziland" +msgstr "" + +#: includes/core/class-builtin.php:1769 +msgid "Sweden" +msgstr "" + +#: includes/core/class-builtin.php:1770 +msgid "Switzerland" +msgstr "" + +#: includes/core/class-builtin.php:1771 +msgid "Syrian Arab Republic" +msgstr "" + +#: includes/core/class-builtin.php:1772 +msgid "Taiwan, Province of China" +msgstr "" + +#: includes/core/class-builtin.php:1773 +msgid "Tajikistan" +msgstr "" + +#: includes/core/class-builtin.php:1774 +msgid "Tanzania, United Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1775 +msgid "Thailand" +msgstr "" + +#: includes/core/class-builtin.php:1776 +msgid "Timor-Leste" +msgstr "" + +#: includes/core/class-builtin.php:1777 +msgid "Togo" +msgstr "" + +#: includes/core/class-builtin.php:1778 +msgid "Tokelau" +msgstr "" + +#: includes/core/class-builtin.php:1780 +msgid "Trinidad and Tobago" +msgstr "" + +#: includes/core/class-builtin.php:1781 +msgid "Tunisia" +msgstr "" + +#: includes/core/class-builtin.php:1782 +msgid "Turkey" +msgstr "" + +#: includes/core/class-builtin.php:1783 +msgid "Turkmenistan" +msgstr "" + +#: includes/core/class-builtin.php:1784 +msgid "Turks and Caicos Islands" +msgstr "" + +#: includes/core/class-builtin.php:1785 +msgid "Tuvalu" +msgstr "" + +#: includes/core/class-builtin.php:1786 +msgid "Uganda" +msgstr "" + +#: includes/core/class-builtin.php:1787 +msgid "Ukraine" +msgstr "" + +#: includes/core/class-builtin.php:1788 +msgid "United Arab Emirates" +msgstr "" + +#: includes/core/class-builtin.php:1789 +msgid "United Kingdom" +msgstr "" + +#: includes/core/class-builtin.php:1790 +msgid "United States" +msgstr "" + +#: includes/core/class-builtin.php:1791 +msgid "United States Minor Outlying Islands" +msgstr "" + +#: includes/core/class-builtin.php:1792 +msgid "Uruguay" +msgstr "" + +#: includes/core/class-builtin.php:1793 +msgid "Uzbekistan" +msgstr "" + +#: includes/core/class-builtin.php:1794 +msgid "Vanuatu" +msgstr "" + +#: includes/core/class-builtin.php:1795 +msgid "Venezuela, Bolivarian Republic of" +msgstr "" + +#: includes/core/class-builtin.php:1796 +msgid "Viet Nam" +msgstr "" + +#: includes/core/class-builtin.php:1797 +msgid "Virgin Islands, British" +msgstr "" + +#: includes/core/class-builtin.php:1798 +msgid "Virgin Islands, U.S." +msgstr "" + +#: includes/core/class-builtin.php:1799 +msgid "Wallis and Futuna" +msgstr "" + +#: includes/core/class-builtin.php:1800 +msgid "Western Sahara" +msgstr "" + +#: includes/core/class-builtin.php:1801 +msgid "Yemen" +msgstr "" + +#: includes/core/class-builtin.php:1802 +msgid "Zambia" +msgstr "" + +#: includes/core/class-builtin.php:1803 +msgid "Zimbabwe" +msgstr "" + +#: includes/core/class-common.php:57 +msgid "Form" +msgstr "" + +#: includes/core/class-common.php:59 +msgid "Add New Form" +msgstr "" + +#: includes/core/class-common.php:60 +msgid "Edit Form" +msgstr "" + +#: includes/core/class-common.php:61 +msgid "You did not create any forms yet" +msgstr "" + +#: includes/core/class-common.php:63 +msgid "Search Forms" +msgstr "" + +#: includes/core/class-common.php:86 +msgid "Member Directory" +msgstr "" + +#: includes/core/class-common.php:88 +msgid "Add New Member Directory" +msgstr "" + +#: includes/core/class-common.php:89 +msgid "Edit Member Directory" +msgstr "" + +#: includes/core/class-common.php:90 +msgid "You did not create any member directories yet" +msgstr "" + +#: includes/core/class-common.php:92 +msgid "Search Member Directories" +msgstr "" + +#: includes/core/class-cron.php:62 +msgid "Once Weekly" +msgstr "" + +#: includes/core/class-date-time.php:54 +msgid "just now" +msgstr "" + +#: includes/core/class-date-time.php:62 +#, php-format +msgid "%s min" +msgstr "" + +#: includes/core/class-date-time.php:64 +#, php-format +msgid "%s mins" +msgstr "" + +#: includes/core/class-date-time.php:73 +#, php-format +msgid "%s hr" +msgstr "" + +#: includes/core/class-date-time.php:75 +#, php-format +msgid "%s hrs" +msgstr "" + +#: includes/core/class-date-time.php:84 +#, php-format +msgid "Yesterday at %s" +msgstr "" + +#: includes/core/class-date-time.php:86 includes/core/class-date-time.php:91 +#: includes/core/class-date-time.php:95 includes/core/class-date-time.php:99 +#, php-format +msgid "%s at %s" +msgstr "" + +#: includes/core/class-date-time.php:148 +#, php-format +msgid "%s year old" +msgstr "" + +#: includes/core/class-date-time.php:151 +#, php-format +msgid "%s years old" +msgstr "" + +#: includes/core/class-date-time.php:154 +msgid "Less than 1 year old" +msgstr "" + +#: includes/core/class-external-integrations.php:384 +#, php-format +msgid "Edit the %s translation" +msgstr "" + +#: includes/core/class-external-integrations.php:391 +#, php-format +msgid "Add translation to %s" +msgstr "" + +#: includes/core/class-fields.php:1160 +msgid "Custom Field" +msgstr "" + +#: includes/core/class-fields.php:1457 +msgid "Please upload a valid image!" +msgstr "" + +#: includes/core/class-fields.php:1464 includes/core/class-fields.php:1485 +msgid "Upload" +msgstr "" + +#: includes/core/class-fields.php:1465 +msgid "Sorry this is not a valid image." +msgstr "" + +#: includes/core/class-fields.php:1466 +msgid "This image is too large!" +msgstr "" + +#: includes/core/class-fields.php:1467 +msgid "This image is too small!" +msgstr "" + +#: includes/core/class-fields.php:1468 +msgid "You can only upload one image" +msgstr "" + +#: includes/core/class-fields.php:1935 +msgid "Current Password" +msgstr "" + +#: includes/core/class-fields.php:1964 +msgid "New Password" +msgstr "" + +#: includes/core/class-fields.php:1996 +#, php-format +msgid "Confirm %s" +msgstr "" + +#: includes/core/class-fields.php:2231 +msgid "Upload Photo" +msgstr "" + +#: includes/core/class-fields.php:2252 includes/core/class-fields.php:2276 +#: includes/core/um-actions-profile.php:724 +msgid "Change photo" +msgstr "" + +#: includes/core/class-fields.php:2276 includes/core/class-fields.php:2366 +msgid "Processing..." +msgstr "" + +#: includes/core/class-fields.php:2298 +msgid "Upload File" +msgstr "" + +#: includes/core/class-fields.php:2333 includes/core/um-filters-fields.php:230 +msgid "This file has been removed." +msgstr "" + +#: includes/core/class-fields.php:2336 includes/core/class-fields.php:2366 +msgid "Change file" +msgstr "" + +#: includes/core/class-fields.php:2366 +msgid "Save" +msgstr "" + +#: includes/core/class-fields.php:3792 +#, php-format +msgid "" +"Your profile is looking a little empty. Why not add some " +"information!" +msgstr "" + +#: includes/core/class-fields.php:3794 +msgid "This user has not added any information to their profile yet." +msgstr "" + +#: includes/core/class-files.php:241 +msgid "Invalid parameters" +msgstr "" + +#: includes/core/class-files.php:246 +msgid "Invalid coordinates" +msgstr "" + +#: includes/core/class-files.php:251 +msgid "Invalid file ownership" +msgstr "" + +#: includes/core/class-files.php:304 +msgid "Invalid nonce" +msgstr "" + +#: includes/core/class-files.php:324 includes/core/class-files.php:409 +msgid "A theme or plugin compatibility issue" +msgstr "" + +#: includes/core/class-files.php:952 +msgid "Ultimate Member: Not a valid temp file" +msgstr "" + +#: includes/core/class-files.php:1080 +msgid "Invalid user ID: " +msgstr "" + +#: includes/core/class-files.php:1089 includes/core/class-files.php:1117 +msgid "Unauthorized to do this attempt." +msgstr "" + +#: includes/core/class-form.php:56 includes/core/class-profile.php:54 +#: includes/core/class-profile.php:70 +msgid "You can not edit this user" +msgstr "" + +#: includes/core/class-password.php:443 +msgid "Please provide your username or email" +msgstr "" + +#: includes/core/class-password.php:447 +msgid "We can't find an account registered with that address or username" +msgstr "" + +#: includes/core/class-password.php:466 +msgid "" +"You have reached the limit for requesting password change for this user " +"already. Contact support if you cannot open the email" +msgstr "" + +#: includes/core/class-password.php:522 +msgid "You must enter a new password" +msgstr "" + +#: includes/core/class-password.php:528 includes/core/um-actions-account.php:54 +msgid "Your password must contain at least 8 characters" +msgstr "" + +#: includes/core/class-password.php:532 includes/core/um-actions-account.php:58 +msgid "Your password must contain less than 30 characters" +msgstr "" + +#: includes/core/class-password.php:536 includes/core/um-actions-account.php:62 +#: includes/core/um-actions-form.php:470 +msgid "" +"Your password must contain at least one lowercase letter, one capital letter " +"and one number" +msgstr "" + +#: includes/core/class-password.php:542 +msgid "You must confirm your new password" +msgstr "" + +#: includes/core/class-password.php:546 includes/core/um-actions-form.php:479 +msgid "Your passwords do not match" +msgstr "" + +#: includes/core/class-permalinks.php:180 +msgid "This activation link is expired or have already been used." +msgstr "" + +#. translators: %s: support forums URL +#: includes/core/class-plugin-updater.php:220 +#, php-format +msgid "" +"An unexpected error occurred. Something may be wrong with https://" +"ultimatemember.com/ or this server’s configuration. If you continue to " +"have problems, please try the support forums." +msgstr "" + +#: includes/core/class-plugin-updater.php:221 +msgid "https://wordpress.org/support/" +msgstr "" + +#: includes/core/class-profile.php:106 +msgid "About" +msgstr "" + +#: includes/core/class-profile.php:110 +msgid "Posts" +msgstr "" + +#: includes/core/class-profile.php:114 +msgid "Comments" +msgstr "" + +#: includes/core/class-rest-api.php:217 +msgid "You must specify both a token and API key!" +msgstr "" + +#: includes/core/class-rest-api.php:229 +msgid "Your request could not be authenticated" +msgstr "" + +#: includes/core/class-rest-api.php:241 +msgid "Invalid API key" +msgstr "" + +#: includes/core/class-rest-api.php:420 includes/core/class-rest-api.php:579 +#: includes/core/class-rest-api.php:612 +msgid "You must provide a user ID" +msgstr "" + +#: includes/core/class-rest-api.php:425 +msgid "You need to provide data to update" +msgstr "" + +#: includes/core/class-rest-api.php:434 +msgid "User status has been changed." +msgstr "" + +#: includes/core/class-rest-api.php:463 +msgid "User role has been changed." +msgstr "" + +#: includes/core/class-rest-api.php:467 +msgid "User meta has been changed." +msgstr "" + +#: includes/core/class-rest-api.php:585 includes/core/class-rest-api.php:618 +msgid "Invalid user specified" +msgstr "" + +#: includes/core/class-rest-api.php:592 +msgid "User has been successfully deleted." +msgstr "" + +#: includes/core/class-rest-api.php:798 +msgid "Invalid query!" +msgstr "" + +#: includes/core/class-rest-api.php:1005 +msgid "Ultimate Member REST API" +msgstr "" + +#: includes/core/class-rest-api.php:1010 +msgid "Generate API Key" +msgstr "" + +#: includes/core/class-rest-api.php:1013 +msgid "Public key:" +msgstr "" + +#: includes/core/class-rest-api.php:1014 +msgid "Secret key:" +msgstr "" + +#: includes/core/class-rest-api.php:1015 +msgid "Token:" +msgstr "" + +#: includes/core/class-rest-api.php:1018 +msgid "Revoke API Keys" +msgstr "" + +#: includes/core/class-router.php:24 includes/core/class-router.php:93 +msgid "Wrong action" +msgstr "" + +#: includes/core/class-router.php:27 includes/core/class-router.php:96 +msgid "Wrong resource" +msgstr "" + +#: includes/core/class-router.php:35 includes/core/class-router.php:110 +msgid "Wrong nonce" +msgstr "" + +#: includes/core/class-shortcodes.php:358 +msgid "" +"This content has been restricted to logged in users only. Please login to view this content." +msgstr "" + +#: includes/core/class-shortcodes.php:518 +msgid "You are already registered" +msgstr "" + +#: includes/core/class-shortcodes.php:759 +msgid "Default Template" +msgstr "" + +#: includes/core/class-uploader.php:648 +msgid "Your image is invalid!" +msgstr "" + +#: includes/core/class-uploader.php:690 +msgid "This media type is not recognized." +msgstr "" + +#: includes/core/class-uploader.php:738 +msgid "Your image is invalid or too large!" +msgstr "" + +#: includes/core/class-uploader.php:744 includes/core/class-uploader.php:746 +#, php-format +msgid "Your photo is too small. It must be at least %spx wide." +msgstr "" + +#: includes/core/class-uploader.php:799 +msgid "This file type is not recognized." +msgstr "" + +#: includes/core/class-uploader.php:1050 +#, php-format +msgid "Maximum file size allowed: %s" +msgstr "" + +#: includes/core/class-user.php:610 +msgid "Ultimate Member Role" +msgstr "" + +#: includes/core/class-user.php:613 +msgid "— No role for Ultimate Member —" +msgstr "" + +#: includes/core/class-user.php:828 +msgid "Membership Rejected" +msgstr "" + +#: includes/core/class-user.php:832 +msgid "Membership Inactive" +msgstr "" + +#: includes/core/um-actions-account.php:22 +msgid "You must enter your password" +msgstr "" + +#: includes/core/um-actions-account.php:25 +#: includes/core/um-actions-account.php:42 +msgid "This is not your password" +msgstr "" + +#: includes/core/um-actions-account.php:47 +msgid "Your new password does not match" +msgstr "" + +#: includes/core/um-actions-account.php:80 +msgid "Your username is invalid" +msgstr "" + +#: includes/core/um-actions-account.php:85 +msgid "You must provide your first name" +msgstr "" + +#: includes/core/um-actions-account.php:89 +msgid "You must provide your last name" +msgstr "" + +#: includes/core/um-actions-account.php:94 +msgid "You must provide your e-mail" +msgstr "" + +#: includes/core/um-actions-account.php:97 +msgid "Please provide a valid e-mail" +msgstr "" + +#: includes/core/um-actions-account.php:100 +msgid "Email already linked to another account" +msgstr "" + +#: includes/core/um-actions-account.php:396 +msgid "Email me when" +msgstr "" + +#: includes/core/um-actions-core.php:27 +msgid "Super administrators can not be modified." +msgstr "" + +#: includes/core/um-actions-core.php:89 includes/core/um-actions-core.php:100 +#: includes/core/um-actions-core.php:110 includes/core/um-actions-core.php:120 +#: includes/core/um-actions-core.php:130 +msgid "You do not have permission to make this action." +msgstr "" + +#: includes/core/um-actions-core.php:140 +msgid "You do not have permission to delete this user." +msgstr "" + +#: includes/core/um-actions-form.php:86 +msgid "You are not allowed to use this word as your username." +msgstr "" + +#: includes/core/um-actions-form.php:276 includes/core/um-actions-form.php:388 +#: includes/core/um-actions-form.php:392 includes/core/um-actions-form.php:396 +#, php-format +msgid "%s is required." +msgstr "" + +#: includes/core/um-actions-form.php:401 +msgid "Please specify account type." +msgstr "" + +#: includes/core/um-actions-form.php:433 +msgid "This field is required" +msgstr "" + +#: includes/core/um-actions-form.php:435 +#, php-format +msgid "%s is required" +msgstr "" + +#: includes/core/um-actions-form.php:442 +#, php-format +msgid "You are only allowed to enter a maximum of %s words" +msgstr "" + +#: includes/core/um-actions-form.php:448 +#, php-format +msgid "Your %s must contain at least %s characters" +msgstr "" + +#: includes/core/um-actions-form.php:454 +#, php-format +msgid "Your %s must contain less than %s characters" +msgstr "" + +#: includes/core/um-actions-form.php:463 +msgid "You can not use HTML tags here" +msgstr "" + +#: includes/core/um-actions-form.php:476 +msgid "Please confirm your password" +msgstr "" + +#: includes/core/um-actions-form.php:485 +#, php-format +msgid "Please select at least %s choices" +msgstr "" + +#: includes/core/um-actions-form.php:491 +#, php-format +msgid "You can only select up to %s choices" +msgstr "" + +#: includes/core/um-actions-form.php:497 +#, php-format +msgid "Minimum number limit is %s" +msgstr "" + +#: includes/core/um-actions-form.php:503 +#, php-format +msgid "Maximum number limit is %s" +msgstr "" + +#: includes/core/um-actions-form.php:539 +msgid "Please enter numbers only in this field" +msgstr "" + +#: includes/core/um-actions-form.php:545 +msgid "Please enter a valid phone number" +msgstr "" + +#: includes/core/um-actions-form.php:551 includes/core/um-actions-form.php:557 +#: includes/core/um-actions-form.php:563 includes/core/um-actions-form.php:569 +#: includes/core/um-actions-form.php:575 includes/core/um-actions-form.php:581 +#: includes/core/um-actions-form.php:587 includes/core/um-actions-form.php:593 +#: includes/core/um-actions-form.php:605 +#, php-format +msgid "Please enter a valid %s username or profile URL" +msgstr "" + +#: includes/core/um-actions-form.php:599 +msgid "Please enter a valid URL" +msgstr "" + +#: includes/core/um-actions-form.php:612 includes/core/um-actions-form.php:626 +msgid "You must provide a username" +msgstr "" + +#: includes/core/um-actions-form.php:614 includes/core/um-actions-form.php:628 +msgid "Your username is already taken" +msgstr "" + +#: includes/core/um-actions-form.php:616 +msgid "Username cannot be an email" +msgstr "" + +#: includes/core/um-actions-form.php:618 includes/core/um-actions-form.php:632 +msgid "Your username contains invalid characters" +msgstr "" + +#: includes/core/um-actions-form.php:630 includes/core/um-actions-form.php:652 +#: includes/core/um-actions-form.php:654 includes/core/um-actions-form.php:666 +#: includes/core/um-actions-form.php:673 +msgid "This email is already linked to an existing account" +msgstr "" + +#: includes/core/um-actions-form.php:650 +msgid "You must provide your email" +msgstr "" + +#: includes/core/um-actions-form.php:656 includes/core/um-actions-form.php:664 +msgid "This is not a valid email" +msgstr "" + +#: includes/core/um-actions-form.php:658 +msgid "Your email contains invalid characters" +msgstr "" + +#: includes/core/um-actions-form.php:698 +msgid "You must provide a unique value" +msgstr "" + +#: includes/core/um-actions-form.php:708 +msgid "You must provide alphabetic letters" +msgstr "" + +#: includes/core/um-actions-form.php:718 +msgid "You must provide lowercase letters." +msgstr "" + +#: includes/core/um-actions-form.php:737 +#, php-format +msgid "Your user description must contain less than %s characters" +msgstr "" + +#: includes/core/um-actions-global.php:30 +msgid "Only fill in if you are not human" +msgstr "" + +#: includes/core/um-actions-login.php:20 +msgid "Please enter your username or email" +msgstr "" + +#: includes/core/um-actions-login.php:24 +msgid "Please enter your username" +msgstr "" + +#: includes/core/um-actions-login.php:28 +msgid "Please enter your email" +msgstr "" + +#: includes/core/um-actions-login.php:52 +msgid " Sorry, we can't find an account with that email address" +msgstr "" + +#: includes/core/um-actions-login.php:54 +msgid " Sorry, we can't find an account with that username" +msgstr "" + +#: includes/core/um-actions-login.php:58 +msgid "Please enter your password" +msgstr "" + +#: includes/core/um-actions-login.php:66 +msgid "Password is incorrect. Please try again." +msgstr "" + +#: includes/core/um-actions-login.php:194 +msgid "This action has been prevented for security measures." +msgstr "" + +#: includes/core/um-actions-login.php:418 +msgid "Keep me signed in" +msgstr "" + +#: includes/core/um-actions-login.php:453 +msgid "Forgot your password?" +msgstr "" + +#: includes/core/um-actions-members.php:83 +msgid "Search" +msgstr "" + +#: includes/core/um-actions-members.php:84 +msgid "Reset" +msgstr "" + +#: includes/core/um-actions-members.php:159 +msgid "Jump to page:" +msgstr "" + +#: includes/core/um-actions-members.php:164 +#, php-format +msgid "%s of %d" +msgstr "" + +#: includes/core/um-actions-members.php:174 +msgid "First Page" +msgstr "" + +#: includes/core/um-actions-members.php:180 +msgid "Previous" +msgstr "" + +#: includes/core/um-actions-members.php:200 +msgid "Next" +msgstr "" + +#: includes/core/um-actions-members.php:206 +msgid "Last Page" +msgstr "" + +#: includes/core/um-actions-misc.php:115 +msgid "Your account was updated successfully." +msgstr "" + +#: includes/core/um-actions-misc.php:119 +msgid "You have successfully changed your password." +msgstr "" + +#: includes/core/um-actions-misc.php:123 +msgid "Your account is now active! You can login." +msgstr "" + +#: includes/core/um-actions-misc.php:157 +msgid "An error has been encountered" +msgstr "" + +#: includes/core/um-actions-misc.php:161 +msgid "Registration is currently disabled" +msgstr "" + +#: includes/core/um-actions-misc.php:165 includes/core/um-filters-login.php:40 +msgid "This email address has been blocked." +msgstr "" + +#: includes/core/um-actions-misc.php:169 +msgid "We do not accept registrations from that domain." +msgstr "" + +#: includes/core/um-actions-misc.php:173 includes/core/um-filters-login.php:43 +msgid "Your IP address has been blocked." +msgstr "" + +#: includes/core/um-actions-misc.php:177 includes/core/um-filters-login.php:136 +msgid "Your account has been disabled." +msgstr "" + +#: includes/core/um-actions-misc.php:181 includes/core/um-filters-login.php:139 +msgid "Your account has not been approved yet." +msgstr "" + +#: includes/core/um-actions-misc.php:185 includes/core/um-filters-login.php:142 +msgid "Your account is awaiting e-mail verification." +msgstr "" + +#: includes/core/um-actions-misc.php:189 includes/core/um-filters-login.php:145 +msgid "Your membership request has been rejected." +msgstr "" + +#: includes/core/um-actions-profile.php:186 +msgid "You are not allowed to edit this user." +msgstr "" + +#: includes/core/um-actions-profile.php:242 +#, php-format +msgid "Your choosed %s" +msgstr "" + +#: includes/core/um-actions-profile.php:552 +msgid "Change cover photo" +msgstr "" + +#: includes/core/um-actions-profile.php:595 +msgid "Upload a cover photo" +msgstr "" + +#: includes/core/um-actions-profile.php:692 +msgid "Upload photo" +msgstr "" + +#: includes/core/um-actions-profile.php:725 +msgid "Remove photo" +msgstr "" + +#: includes/core/um-actions-profile.php:889 +msgid "Tell us a bit about yourself..." +msgstr "" + +#: includes/core/um-actions-profile.php:907 +#, php-format +msgid "This user account status is %s" +msgstr "" + +#: includes/core/um-actions-profile.php:1046 +#: includes/core/um-actions-profile.php:1077 +msgid "Edit Profile" +msgstr "" + +#: includes/core/um-actions-profile.php:1078 +msgid "My Account" +msgstr "" + +#: includes/core/um-actions-user.php:14 +msgid "Your account" +msgstr "" + +#: includes/core/um-filters-fields.php:16 +msgid "Required" +msgstr "" + +#: includes/core/um-filters-fields.php:34 +msgid "Invalid soundcloud track ID" +msgstr "" + +#: includes/core/um-filters-fields.php:118 +#, php-format +msgid "Joined %s" +msgstr "" + +#: includes/core/um-filters-fields.php:133 +#, php-format +msgid "Last login: %s" +msgstr "" + +#: includes/core/um-filters-fields.php:261 +msgid "Untitled photo" +msgstr "" + +#: includes/core/um-filters-profile.php:82 +#: includes/core/um-filters-profile.php:101 +msgid "max" +msgstr "" + +#: includes/core/um-filters-user.php:37 +msgid "Deactivate this account" +msgstr "" + +#: includes/core/um-filters-user.php:41 +msgid "Reactivate this account" +msgstr "" + +#: includes/core/um-filters-user.php:47 +msgid "Delete this user" +msgstr "" + +#: includes/core/um-filters-user.php:51 +msgid "Login as this user" +msgstr "" + +#: includes/um-short-functions.php:571 +msgid "date submitted" +msgstr "" + +#: includes/um-short-functions.php:577 +msgid "(empty)" +msgstr "" + +#: includes/widgets/class-um-search-widget.php:27 +msgid "Ultimate Member - Search" +msgstr "" + +#: includes/widgets/class-um-search-widget.php:30 +msgid "Shows the search member form." +msgstr "" + +#: includes/widgets/class-um-search-widget.php:68 +msgid "Search Users" +msgstr "" + +#: includes/widgets/class-um-search-widget.php:81 +msgid "Title:" +msgstr "" + +#: templates/members-grid.php:65 +msgid "Edit profile" +msgstr "" + +#: templates/password-change.php:43 +msgid "Change my password" +msgstr "" + +#: templates/password-reset.php:8 +msgid "" +"We have sent you a password reset link to your e-mail. Please check your " +"inbox." +msgstr "" + +#: templates/password-reset.php:43 +msgid "Your password reset link has expired. Please request a new link below." +msgstr "" + +#: templates/password-reset.php:45 +msgid "" +"Your password reset link appears to be invalid. Please request a new link " +"below." +msgstr "" + +#: templates/password-reset.php:54 +msgid "" +"To reset your password, please enter your email address or username below" +msgstr "" + +#: templates/password-reset.php:92 +msgid "Reset my password" +msgstr "" + +#: templates/profile/comments-single.php:6 +#, php-format +msgid "On %2$s" +msgstr "" + +#: templates/profile/comments-single.php:15 templates/profile/comments.php:14 +msgid "load more comments" +msgstr "" + +#: templates/profile/comments.php:23 +msgid "You have not made any comments." +msgstr "" + +#: templates/profile/comments.php:23 +msgid "This user has not made any comments." +msgstr "" + +#: templates/profile/posts-single.php:16 +#, php-format +msgid "%s ago" +msgstr "" + +#: templates/profile/posts-single.php:17 +msgid "in" +msgstr "" + +#: templates/profile/posts-single.php:18 +msgid "no comments" +msgstr "" + +#: templates/profile/posts-single.php:18 +msgid "1 comment" +msgstr "" + +#: templates/profile/posts-single.php:18 +#, php-format +msgid "% comments" +msgstr "" + +#: templates/profile/posts-single.php:27 templates/profile/posts.php:35 +msgid "load more posts" +msgstr "" + +#: templates/profile/posts.php:43 +msgid "You have not created any posts." +msgstr "" + +#: templates/profile/posts.php:43 +msgid "This user has not created any posts." +msgstr "" + +#: templates/searchform.php:4 templates/searchform.php:5 +msgctxt "label" +msgid "Search for:" +msgstr "" + +#: templates/searchform.php:5 +msgctxt "placeholder" +msgid "Search …" +msgstr "" + +#. Plugin URI of the plugin/theme +#. Author URI of the plugin/theme +msgid "http://ultimatemember.com/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"The easiest way to create powerful online communities and beautiful user " +"profiles with WordPress" +msgstr ""